--- linux-lowlatency-3.8.0.orig/MAINTENANCE +++ linux-lowlatency-3.8.0/MAINTENANCE @@ -0,0 +1,9 @@ +This kernel can be maintained by following the Ubuntu git repository. +For example: + +git remote add precise git://kernel.ubuntu.com/ubuntu/ubuntu-precise.git +git fetch precise +git rebase refs/remotes/precise/master +fakeroot debian/rules startnewrelease insertchanges +git add -u debian.lowlatency/changelog +git commit -s -m"low-latency: rebased against ubuntu-precise master" --- linux-lowlatency-3.8.0.orig/MAINTAINERS +++ linux-lowlatency-3.8.0/MAINTAINERS @@ -5666,6 +5666,13 @@ F: include/scsi/osd_* F: fs/exofs/ +OVERLAYFS FILESYSTEM +M: Miklos Szeredi +L: linux-fsdevel@vger.kernel.org +S: Supported +F: fs/overlayfs/* +F: Documentation/filesystems/overlayfs.txt + P54 WIRELESS DRIVER M: Christian Lamparter L: linux-wireless@vger.kernel.org --- linux-lowlatency-3.8.0.orig/Makefile +++ linux-lowlatency-3.8.0/Makefile @@ -1,8 +1,8 @@ VERSION = 3 PATCHLEVEL = 8 -SUBLEVEL = 0 -EXTRAVERSION = -NAME = Unicycling Gorilla +SUBLEVEL = 13 +EXTRAVERSION = .2 +NAME = Remoralised Urchins Update # *DOCUMENTATION* # To see a list of typical targets execute "make help" @@ -349,6 +349,12 @@ AFLAGS_KERNEL = CFLAGS_GCOV = -fprofile-arcs -ftest-coverage +# Prefer linux-backports-modules +ifneq ($(KBUILD_SRC),) +ifneq ($(shell if test -e $(KBUILD_OUTPUT)/ubuntu-build; then echo yes; fi),yes) +UBUNTUINCLUDE := -I/usr/src/linux-headers-lbm-$(KERNELRELEASE) +endif +endif # Use USERINCLUDE when you must reference the UAPI directories only. USERINCLUDE := \ @@ -361,12 +367,16 @@ # Use LINUXINCLUDE when you must reference the include/ directory. # Needed to be compatible with the O= option LINUXINCLUDE := \ + $(UBUNTUINCLUDE) \ -I$(srctree)/arch/$(hdr-arch)/include \ -Iarch/$(hdr-arch)/include/generated \ $(if $(KBUILD_SRC), -I$(srctree)/include) \ -Iinclude \ $(USERINCLUDE) +# UBUNTU: Include our third party driver stuff too +LINUXINCLUDE += -Iubuntu/include $(if $(KBUILD_SRC),-I$(srctree)/ubuntu/include) + KBUILD_CPPFLAGS := -D__KERNEL__ KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ @@ -518,7 +528,7 @@ # Objects we will link into vmlinux / subdirs we need to visit init-y := init/ -drivers-y := drivers/ sound/ firmware/ +drivers-y := drivers/ sound/ firmware/ ubuntu/ net-y := net/ libs-y := lib/ core-y := usr/ @@ -912,6 +922,7 @@ $(error Headers not exportable for the $(SRCARCH) architecture)) $(Q)$(MAKE) $(hdr-inst)=include/uapi $(Q)$(MAKE) $(hdr-inst)=arch/$(hdr-arch)/include/uapi/asm $(hdr-dst) + $(Q)$(MAKE) $(hdr-inst)=ubuntu/include dst=include oldheaders= PHONY += headers_check_all headers_check_all: headers_install_all @@ -921,6 +932,7 @@ headers_check: headers_install $(Q)$(MAKE) $(hdr-inst)=include/uapi HDRCHECK=1 $(Q)$(MAKE) $(hdr-inst)=arch/$(hdr-arch)/include/uapi/asm $(hdr-dst) HDRCHECK=1 + $(Q)$(MAKE) $(hdr-inst)=ubuntu/include dst=include oldheaders= HDRCHECK=1 # --------------------------------------------------------------------------- # Modules --- linux-lowlatency-3.8.0.orig/dropped.txt +++ linux-lowlatency-3.8.0/dropped.txt @@ -0,0 +1,50 @@ +x86, mce: Xeon75xx specific interface to get corrected memory error information +x86, mce: Rename cpu_specific_poll to mce_cpu_specific_poll +x86, mce: Make xeon75xx memory driver dependent on PCI +UBUNTU: SAUCE: (no-up) PM report driver and device suspend/resume times. +UBUNTU: SAUCE: vt -- maintain bootloader screen mode and content until vt switch +UBUNTU: SAUCE: vt -- allow grub to request automatic vt_handoff +UBUNTU: SAUCE: headers_install: fix #include "..." usage for userspace +UBUNTU: SAUCE: Remove redundant sun/cassini firmware +UBUNTU: SAUCE: Yama: add link restrictions +UBUNTU: SAUCE: security: unconditionally chain to Yama LSM +UBUNTU: SAUCE: firmware: Remove cxgb3 files duplicated in linux-firmware +UBUNTU: SAUCE: firmware: Remove matrox files duplicated in linux-firmware +UBUNTU: SAUCE: firmware: Remove r128 files duplicated in linux-firmware +UBUNTU: SAUCE: firmware: Remove radeon files duplicated in linux-firmware +UBUNTU: SAUCE: drm/i915: Explicitly disable RC6 for certain models + +Dropped for 3.8-rc1 rebase: +UBUNTU: SAUCE: async_populate_rootfs: move rootfs init earlier +UBUNTU: SAUCE: async_populate_rootfs: fix build warnings +UBUNTU: SAUCE: input: add a key driver for highbank +UBUNTU: SAUCE: Remove redundant emi26 firmware +UBUNTU: SAUCE: Remove redundant 3com/typhoon.bin firmware +UBUNTU: SAUCE: ata_piix: add a disable_driver option +UBUNTU: SAUCE: net: calxedaxgmac: use relaxed i/o accessors in rx and tx paths +UBUNTU: SAUCE: net: calxedaxgmac: drop some unnecessary register writes +UBUNTU: SAUCE: net: calxedaxgmac: rework transmit ring handling +Revert "UBUNTU: SAUCE: input: add a key driver for highbank" +Revert "UBUNTU: SAUCE: async_populate_rootfs: fix build warnings" +Revert "UBUNTU: SAUCE: async_populate_rootfs: move rootfs init earlier" +UBUNTU: ubuntu: AUFS +UBUNTU: SAUCE: omap3 clocks .dev_id = NULL +UBUNTU: SAUCE: efi: Add support for a UEFI variable filesystem +UBUNTU: SAUCE: efi: add efivars kobject to efi sysfs folder +UBUNTU: SAUCE: efivars: efivarfs_create() ensure we drop our reference on inode on error +Revert "UBUNTU: ubuntu: AUFS" +UBUNTU: ubuntu: AUFS (no-squash) -- aufs3-standalone.patch + - apw: this is needed, wiggled a version of this back on +Revert "UBUNTU: SAUCE: omap3 clocks .dev_id = NULL" +UBUNTU: SAUCE: Remove emi62 files duplicated in linux-firmware +UBUNTU: SAUCE: Remove whiteheat files duplicated in linux-firmware +UBUNTU: SAUCE: firmware: Remove last vestiges of dabusb +UBUNTU: SAUCE: fsnotify: use reference counting for groups +UBUNTU: SAUCE: fsnotify: pass group to fsnotify_destroy_mark() +UBUNTU: SAUCE: fsnotify: introduce locked versions of fsnotify_add_mark() and fsnotify_remove_mark() +UBUNTU: SAUCE: drm: Fix possible EDID memory allocation oops +UBUNTU: SAUCE: i915: intel_set_mode: Reduce stack allocation from 500 bytes to 2 pointers +Revert "[SCSI] sd: Implement support for WRITE SAME" +Revert "Revert "[SCSI] sd: Implement support for WRITE SAME"" +exec: use -ELOOP for max recursion depth + --- linux-lowlatency-3.8.0.orig/virt/kvm/ioapic.c +++ linux-lowlatency-3.8.0/virt/kvm/ioapic.c @@ -73,9 +73,12 @@ u32 redir_index = (ioapic->ioregsel - 0x10) >> 1; u64 redir_content; - ASSERT(redir_index < IOAPIC_NUM_PINS); + if (redir_index < IOAPIC_NUM_PINS) + redir_content = + ioapic->redirtbl[redir_index].bits; + else + redir_content = ~0ULL; - redir_content = ioapic->redirtbl[redir_index].bits; result = (ioapic->ioregsel & 0x1) ? (redir_content >> 32) & 0xffffffff : redir_content & 0xffffffff; --- linux-lowlatency-3.8.0.orig/virt/kvm/kvm_main.c +++ linux-lowlatency-3.8.0/virt/kvm/kvm_main.c @@ -1476,21 +1476,38 @@ } int kvm_gfn_to_hva_cache_init(struct kvm *kvm, struct gfn_to_hva_cache *ghc, - gpa_t gpa) + gpa_t gpa, unsigned long len) { struct kvm_memslots *slots = kvm_memslots(kvm); int offset = offset_in_page(gpa); - gfn_t gfn = gpa >> PAGE_SHIFT; + gfn_t start_gfn = gpa >> PAGE_SHIFT; + gfn_t end_gfn = (gpa + len - 1) >> PAGE_SHIFT; + gfn_t nr_pages_needed = end_gfn - start_gfn + 1; + gfn_t nr_pages_avail; ghc->gpa = gpa; ghc->generation = slots->generation; - ghc->memslot = gfn_to_memslot(kvm, gfn); - ghc->hva = gfn_to_hva_many(ghc->memslot, gfn, NULL); - if (!kvm_is_error_hva(ghc->hva)) + ghc->len = len; + ghc->memslot = gfn_to_memslot(kvm, start_gfn); + ghc->hva = gfn_to_hva_many(ghc->memslot, start_gfn, &nr_pages_avail); + if (!kvm_is_error_hva(ghc->hva) && nr_pages_avail >= nr_pages_needed) { ghc->hva += offset; - else - return -EFAULT; - + } else { + /* + * If the requested region crosses two memslots, we still + * verify that the entire region is valid here. + */ + while (start_gfn <= end_gfn) { + ghc->memslot = gfn_to_memslot(kvm, start_gfn); + ghc->hva = gfn_to_hva_many(ghc->memslot, start_gfn, + &nr_pages_avail); + if (kvm_is_error_hva(ghc->hva)) + return -EFAULT; + start_gfn += nr_pages_avail; + } + /* Use the slow path for cross page reads and writes. */ + ghc->memslot = NULL; + } return 0; } EXPORT_SYMBOL_GPL(kvm_gfn_to_hva_cache_init); @@ -1501,8 +1518,13 @@ struct kvm_memslots *slots = kvm_memslots(kvm); int r; + BUG_ON(len > ghc->len); + if (slots->generation != ghc->generation) - kvm_gfn_to_hva_cache_init(kvm, ghc, ghc->gpa); + kvm_gfn_to_hva_cache_init(kvm, ghc, ghc->gpa, ghc->len); + + if (unlikely(!ghc->memslot)) + return kvm_write_guest(kvm, ghc->gpa, data, len); if (kvm_is_error_hva(ghc->hva)) return -EFAULT; @@ -1522,8 +1544,13 @@ struct kvm_memslots *slots = kvm_memslots(kvm); int r; + BUG_ON(len > ghc->len); + if (slots->generation != ghc->generation) - kvm_gfn_to_hva_cache_init(kvm, ghc, ghc->gpa); + kvm_gfn_to_hva_cache_init(kvm, ghc, ghc->gpa, ghc->len); + + if (unlikely(!ghc->memslot)) + return kvm_read_guest(kvm, ghc->gpa, data, len); if (kvm_is_error_hva(ghc->hva)) return -EFAULT; --- linux-lowlatency-3.8.0.orig/debian/control.stub +++ linux-lowlatency-3.8.0/debian/control.stub @@ -0,0 +1,96 @@ +Source: linux-lowlatency +Section: devel +Priority: optional +Maintainer: Ubuntu Developers +Uploaders: UbuntuStudio Developers +Standards-Version: 3.9.2 +Build-Depends: debhelper (>= 5), cpio, module-init-tools, kernel-wedge (>= 2.24ubuntu1), makedumpfile [amd64 i386], device-tree-compiler [powerpc], libelf-dev, binutils-dev, rsync, libdw-dev, dpkg (>= 1.16.0~ubuntu4), openssl +Build-Conflicts: findutils (= 4.4.1-1ubuntu1) +Vcs-Git: git://kernel.ubuntu.com/apw/ubuntu-quantal-lowlatency.git + +Package: linux-lowlatency-headers-3.8.0-26 +Architecture: all +Section: devel +Priority: optional +Depends: ${misc:Depends}, coreutils | fileutils (>= 4.0) +Description: Header files related to Linux kernel version 3.8.0 + This package provides kernel header files for version 3.8.0, for sites + that want the latest kernel headers. Please read + /usr/share/doc/linux-lowlatency-headers-3.8.0-26/debian.README.gz for details + + +Package: linux-image-3.8.0-26-lowlatency +Architecture: i386 amd64 +Section: admin +Priority: optional +Pre-Depends: dpkg (>= 1.10.24) +Provides: linux-image, linux-image-3.0, fuse-module, kvm-api-4, redhat-cluster-modules, ivtv-modules, ndiswrapper-modules-1.9 +Depends: ${misc:Depends}, ${shlibs:Depends}, initramfs-tools (>= 0.36ubuntu6), coreutils | fileutils (>= 4.0), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>=1.1.1-1ubuntu2) | wireless-crda, rtirq-init +Conflicts: hotplug (<< 0.0.20040105-1) +Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) +Suggests: fdutils, linux-doc-3.8.0 | linux-source-3.8.0, linux-tools, linux-headers-3.8.0-26-lowlatency +Description: Linux kernel image for version 3.8.0 on x86/x86_64 + This package contains the Linux kernel image for version 3.8.0 on + x86/x86_64. + . + Also includes the corresponding System.map file, the modules built by the + packager, and scripts that try to ensure that the system is not left in an + unbootable state after an update. + . + Supports Lowlatency processors. + . + Geared toward lowlatency desktop systems. + . + You likely do not want to install this package directly. Instead, install + the linux-lowlatency meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-image-extra-3.8.0-26-lowlatency +Architecture: i386 amd64 +Section: admin +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-image-3.8.0-26-lowlatency (= 3.8.0) +Description: Linux kernel image for version 3.8.0 on x86/x86_64 + This package contains the Linux kernel image for version 3.8.0 on + x86/x86_64. + . + Also includes the corresponding System.map file, the modules built by the + packager, and scripts that try to ensure that the system is not left in an + unbootable state after an update. + . + Supports Lowlatency processors. + . + Geared toward lowlatency desktop systems. + . + You likely do not want to install this package directly. Instead, install + the linux-lowlatency meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-headers-3.8.0-26-lowlatency +Architecture: i386 amd64 +Section: devel +Priority: optional +Depends: ${misc:Depends}, coreutils | fileutils (>= 4.0), linux-lowlatency-headers-3.8.0-26, ${shlibs:Depends} +Provides: linux-headers, linux-headers-3.0 +Description: Linux kernel headers for version 3.8.0 on x86/x86_64 + This package provides kernel header files for version 3.8.0 on + x86/x86_64. + . + This is for sites that want the latest kernel headers. Please read + /usr/share/doc/linux-headers-3.8.0-26/debian.README.gz for details. + +Package: linux-image-3.8.0-26-lowlatency-dbgsym +Architecture: i386 amd64 +Section: devel +Priority: optional +Depends: ${misc:Depends} +Provides: linux-debug +Description: Linux kernel debug image for version 3.8.0 on x86/x86_64 + This package provides a kernel debug image for version 3.8.0 on + x86/x86_64. + . + This is for sites that wish to debug the kernel. + . + The kernel image contained in this package is NOT meant to boot from. It + is uncompressed, and unstripped. This package also includes the + unstripped modules. --- linux-lowlatency-3.8.0.orig/debian/copyright +++ linux-lowlatency-3.8.0/debian/copyright @@ -0,0 +1,29 @@ +This is the Ubuntu prepackaged version of the Linux kernel. +Linux was written by Linus Torvalds +and others. + +This package was put together by the Ubuntu Kernel Team, from +sources retrieved from upstream linux git. +The sources may be found at most Linux ftp sites, including +ftp://ftp.kernel.org/pub/linux/kernel/ + +This package is currently maintained by the +Ubuntu Kernel Team + +Linux is copyrighted by Linus Torvalds and others. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 dated June, 1991. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Ubuntu Linux systems, the complete text of the GNU General +Public License v2 can be found in `/usr/share/common-licenses/GPL-2'. --- linux-lowlatency-3.8.0.orig/debian/rules +++ linux-lowlatency-3.8.0/debian/rules @@ -0,0 +1,253 @@ +#!/usr/bin/make -f +# +# $(DEBIAN)/rules for Ubuntu linux +# +# Use this however you want, just give credit where credit is due. +# +# Copyright (c) 2007 Ben Collins +# + +DEBIAN=$(shell awk -F= '($$1 == "DEBIAN") { print $$2 }' $$new; \ + done + flavours="$(wildcard $(DEBIAN)/control.d/vars.* $(DEBIAN)/sub-flavours/*.vars)";\ + for i in $$flavours; do \ + $(SHELL) $(DROOT)/scripts/control-create $$i | \ + sed -e 's/PKGVER/$(release)/g' \ + -e 's/ABINUM/$(abinum)/g' \ + -e 's/SRCPKGNAME/$(src_pkg_name)/g' \ + -e 's/=HUMAN=/$(human_arch)/g' \ + >> $(DEBIAN)/control.stub; \ + done + cp $(DEBIAN)/control.stub $(DEBIAN)/control + +.PHONY: hook-before-clean +hook-before-clean:: + +.PHONY: debian/control +debian/control: hook-before-clean $(DEBIAN)/control.stub + rm -rf $(builddir)/modules $(builddir)/firmware \ + $(builddir)/kernel-versions $(builddir)/package-list \ + $(builddir)/$(DEBIAN) + mkdir -p $(builddir)/modules/$(arch)/ + cp $(DEBIAN)/d-i/modules/* $(builddir)/modules/$(arch)/ + mkdir -p $(builddir)/firmware/$(arch)/ + cp $(DEBIAN)/d-i/firmware/* $(builddir)/firmware/$(arch)/ + cp $(DEBIAN)/d-i/package-list $(DEBIAN)/d-i/kernel-versions $(builddir)/ + touch $(builddir)/modules/$(arch)/kernel-image + # kernel-wedge needs to poke around in $(DEBIAN)/ + ln -nsf $(CURDIR)/debian $(builddir)/debian + + # Some files may need to differ between architectures + if [ -d $(DEBIAN)/d-i/modules-$(arch) ]; then \ + cp $(DEBIAN)/d-i/modules-$(arch)/* \ + $(builddir)/modules/$(arch)/; \ + fi + if [ -d $(DEBIAN)/d-i/firmware-$(arch) ]; then \ + cp $(DEBIAN)/d-i/firmware-$(arch)/* \ + $(builddir)/firmware/$(arch)/; \ + fi + + # Remove unwanted stuff for this architecture + if [ -r "$(DEBIAN)/d-i/exclude-modules.$(arch)" ]; then \ + (cat $(DEBIAN)/d-i/exclude-modules.$(arch); \ + ls $(builddir)/modules/$(arch)/) | sort | uniq -d | \ + (cd $(builddir)/modules/$(arch)/; xargs rm -f); \ + fi + if [ -r "$(DEBIAN)/d-i/exclude-firmware.$(arch)" ]; then \ + (cat $(DEBIAN)/d-i/exclude-firmware.$(arch); \ + ls $(builddir)/firmware/$(arch)/) | sort | uniq -d | \ + (cd $(builddir)/firmware/$(arch)/; xargs rm -f); \ + fi + + # Per flavour module lists + flavour_modules=`ls $(DEBIAN)/d-i/modules.$(arch)-* 2>/dev/null` \ + || true; \ + if [ "$$flavour_modules" != "" ]; then \ + for flav in $$flavour_modules; do \ + name=`echo $$flav | sed 's/.*\/modules.$(arch)-//'`; \ + mkdir $(builddir)/modules/$(arch)-$$name; \ + (cd $(builddir)/modules/; tar cf - `cat ../$$flav`) | \ + (cd $(builddir)/modules/$(arch)-$$name/; tar xf -); \ + touch $(builddir)/modules/$(arch)-$$name/kernel-image; \ + done; \ + fi + flavour_firmware=`ls $(DEBIAN)/d-i/firmware.$(arch)-* 2>/dev/null` \ + || true; \ + if [ "$$flavour_firmware" != "" ]; then \ + for flav in $$flavour_firmware; do \ + name=`echo $$flav | sed 's/.*\/firmware.$(arch)-//'`; \ + mkdir $(builddir)/firmware/$(arch)-$$name; \ + (cd $(builddir)/firmware/; tar cf - `cat ../$$flav`) | \ + (cd $(builddir)/firmware/$(arch)-$$name/; tar xf -);\ + touch $(builddir)/firmware/$(arch)-$$name/kernel-image; \ + done; \ + fi + + # Some files may need to differ between flavours + flavour_module_dirs=`ls -d $(DEBIAN)/d-i/modules-$(arch)-* 2>/dev/null`\ + || true; \ + if [ "$$flavour_module_dirs" ]; then \ + for flav in $$flavour_module_dirs; do \ + name=`echo $$flav | sed 's/.*\/modules-$(arch)-//'`; \ + [ -d $(builddir)/modules/$(arch)-$$name ] || \ + cp -a $(builddir)/modules/$(arch) \ + modules/$(arch)-$$name; \ + cp $$flav/* $(builddir)/modules/$(arch)-$$name/; \ + done; \ + fi + flavour_firmware_dirs=`ls -d $(DEBIAN)/d-i/firmware-$(arch)-* 2>/dev/null`\ + || true; \ + if [ "$$flavour_firmware_dirs" ]; then \ + for flav in $$flavour_firmware_dirs; do \ + name=`echo $$flav | sed 's/.*\/firmware-$(arch)-//'`; \ + [ -d $(builddir)/firmware/$(arch)-$$name ] || \ + cp -a $(builddir)/firmware/$(arch) \ + firmware/$(arch)-$$name; \ + cp $$flav/* $(builddir)/firmware/$(arch)-$$name/; \ + done; \ + fi + + # Remove unwanted stuff for each flavour + flavour_exclude=`ls $(DEBIAN)/d-i/exclude-modules.$(arch)-* 2>/dev/null`\ + || true; \ + if [ "$$flavour_exclude" ]; then \ + for flav in $$flavour_exclude; do \ + name=`echo $$flav | sed 's/.*\/exclude-modules.$(arch)-//'`;\ + [ -d $(builddir)/modules/$(arch)-$$name ] || \ + cp -a $(builddir)/modules/$(arch) \ + $(builddir)/modules/$(arch)-$$name; \ + (cat $$flav; \ + ls $(builddir)/modules/$(arch)-$$name) | \ + sort | uniq -d | \ + (cd $(builddir)/modules/$(arch)-$$name/; \ + xargs rm -f); \ + done; \ + fi + flavour_exclude=`ls $(DEBIAN)/d-i/exclude-firmware.$(arch)-* 2>/dev/null`\ + || true; \ + if [ "$$flavour_exclude" ]; then \ + for flav in $$flavour_exclude; do \ + name=`echo $$flav | sed 's/.*\/exclude-firmware.$(arch)-//'`;\ + [ -d $(builddir)/firmware/$(arch)-$$name ] || \ + cp -a $(builddir)/firmware/$(arch) \ + $(builddir)/firmware/$(arch)-$$name; \ + (cat $$flav; \ + ls $(builddir)/firmware/$(arch)-$$name) | \ + sort | uniq -d | \ + (cd $(builddir)/firmware/$(arch)-$$name/; \ + xargs rm -f); \ + done; \ + fi + + if [ ! -d $(builddir)/modules/$(build_arch) ]; then \ + mkdir -p $(builddir)/modules/$(build_arch); \ + cp $(builddir)/modules/$(arch)/* \ + $(builddir)/modules/$(build_arch); \ + fi + if [ ! -d $(builddir)/firmware/$(build_arch) ]; then \ + mkdir -p $(builddir)/firmware/$(build_arch); \ + cp $(builddir)/firmware/$(arch)/* \ + $(builddir)/firmware/$(build_arch); \ + fi + + cp $(DEBIAN)/control.stub debian/control.stub + cd $(builddir) && kernel-wedge gen-control > $(CURDIR)/debian/control --- linux-lowlatency-3.8.0.orig/debian/changelog +++ linux-lowlatency-3.8.0/debian/changelog @@ -0,0 +1,4085 @@ +linux-lowlatency (3.8.0-26.18) raring; urgency=low + + [ Kaj Ailomaa ] + + * rebase to Ubuntu-3.8.0-26.38 + * Release Tracking Bug + - LP: #1192032 + + [ Ubuntu: 3.8.0-26.38 ] + + * Release Tracking Bug + - LP: #1191955 + * SAUCE: ncpfs: fix rmdir returns Device or resource busy + - LP: #1035226 + * ARM: S5PV210: Fix PL330 DMA controller clkdev entries + - LP: #1187551 + * NFSv4: Handle NFS4ERR_DELAY and NFS4ERR_GRACE in + nfs4_lock_delegation_recall + - LP: #1187551 + * blkcg: fix "scheduling while atomic" in blk_queue_bypass_start + - LP: #1187551 + * audit: Syscall rules are not applied to existing processes on non-x86 + - LP: #1187551 + * menuconfig: Fix memory leak introduced by jump keys feature + - LP: #1187551 + * iommu/amd: Workaround for ERBT1312 + - LP: #1187551 + * drivers/rtc/rtc-at91rm9200.c: fix missing iounmap + - LP: #1187551 + * drm/mm: fix dump table BUG + - LP: #1187551 + * ASoC: wm8994: missing break in wm8994_aif3_hw_params() + - LP: #1187551 + * tile: support new Tilera hypervisor + - LP: #1187551 + * sd: fix array cache flushing bug causing performance problems + - LP: #1187551 + * ath9k: fix key allocation error handling for powersave keys + - LP: #1187551 + * target: Use FD_MAX_SECTORS/FD_BLOCKSIZE for blockdevs using fileio + - LP: #1187551 + * ext4: limit group search loop for non-extent files + - LP: #1187551 + * xen/vcpu/pvhvm: Fix vcpu hotplugging hanging. + - LP: #1187551 + * ALSA: HDA: Fix Oops caused by dereference NULL pointer + - LP: #1187551 + * iscsi-target: Fix processing of OOO commands + - LP: #1187551 + * audit: vfs: fix audit_inode call in O_CREAT case of do_last + - LP: #1187551 + * ACPICA: Fix possible buffer overflow during a field unit read operation + - LP: #1187551 + * qmi_wwan, cdc-ether: add ADU960S + - LP: #1187551 + * qmi_wwan/cdc_ether: add device IDs for Dell 5804 (Novatel E371) WWAN + card + - LP: #1187551 + * B43: Handle DMA RX descriptor underrun + - LP: #1187551 + * mwifiex: clear is_suspended flag when interrupt is received early + - LP: #1187551 + * mwifiex: fix memory leak issue when driver unload + - LP: #1187551 + * mwifiex: fix setting of multicast filter + - LP: #1187551 + * ARM: OMAP: RX-51: change probe order of touchscreen and panel SPI + devices + - LP: #1187551 + * hp_accel: Ignore the error from lis3lv02d_poweron() at resume + - LP: #1187551 + * KVM: VMX: fix halt emulation while emulating invalid guest sate + - LP: #1187551 + * nfsd: fix oops when legacy_recdir_name_error is passed a -ENOENT error + - LP: #1187551 + * shm: fix null pointer deref when userspace specifies invalid hugepage + size + - LP: #1187551 + * dm stripe: fix regression in stripe_width calculation + - LP: #1187551 + * dm snapshot: fix error return code in snapshot_ctr + - LP: #1187551 + * mm: teach mm by current context info to not do I/O during memory + allocation + - LP: #1187551 + * dm bufio: avoid a possible __vmalloc deadlock + - LP: #1187551 + * dm table: fix write same support + - LP: #1187551 + * tick: Cleanup NOHZ per cpu data on cpu down + - LP: #1187551 + * ACPI / EC: Restart transaction even when the IBF flag set + - LP: #1187551 + * drm/mgag200: Fix writes into MGA1064_PIX_CLK_CTL register + - LP: #1187551 + * drm/mgag200: Fix framebuffer base address programming + - LP: #1187551 + * drm/radeon: check incoming cliprects pointer + - LP: #1187551 + * arm64: debug: clear mdscr_el1 instead of taking the OS lock + - LP: #1187551 + * ARM: 7720/1: ARM v6/v7 cmpxchg64 shouldn't clear upper 32 bits of the + old/new value + - LP: #1187551 + * powerpc/kexec: Fix kexec when using VMX optimised memcpy + - LP: #1187551 + * powerpc: Bring all threads online prior to migration/hibernation + - LP: #1187551 + * arm64: mm: Fix operands of clz in __flush_dcache_all + - LP: #1187551 + * timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARE + - LP: #1187551 + * target: close target_put_sess_cmd() vs. core_tmr_abort_task() race + - LP: #1187551 + * tracing: Fix leaks of filter preds + - LP: #1187551 + * usermodehelper: check subprocess_info->path != NULL + - LP: #1187551 + * drivers/char/ipmi: memcpy, need additional 2 bytes to avoid memory + overflow + - LP: #1187551 + * ipmi: ipmi_devintf: compat_ioctl method fails to take ipmi_mutex + - LP: #1187551 + * btrfs: don't stop searching after encountering the wrong item + - LP: #1187551 + * watchdog: Fix race condition in registration code + - LP: #1187551 + * pch_dma: Use GFP_ATOMIC because called from interrupt context + - LP: #1187551 + * ARM: EXYNOS5: Fix kernel dump in AFTR idle mode + - LP: #1187551 + * drivers/rtc/rtc-pcf2123.c: fix error return code in pcf2123_probe() + - LP: #1187551 + * tcp: force a dst refcount when prequeue packet + - LP: #1187551 + * sfc: Fix naming of MTD partitions for FPGA bitfiles + - LP: #1187551 + * net: tun: release the reference of tun device in tun_recvmsg + - LP: #1187551 + * net: mac802154: comparision issue of type cast, finding by + EXTRA_CFLAGS=-W + - LP: #1187551 + * tcp: reset timer after any SYNACK retransmit + - LP: #1187551 + * 3c509.c: call SET_NETDEV_DEV for all device types (ISA/ISAPnP/EISA) + - LP: #1187551 + * net_sched: act_ipt forward compat with xtables + - LP: #1187551 + * net: use netdev_features_t in skb_needs_linearize() + - LP: #1187551 + * net: vlan,ethtool: netdev_features_t is more than 32 bit + - LP: #1187551 + * bridge: fix race with topology change timer + - LP: #1187551 + * packet: tpacket_v3: do not trigger bug() on wrong header status + - LP: #1187551 + * virtio: don't expose u16 in userspace api + - LP: #1187551 + * 3c59x: fix freeing nonexistent resource on driver unload + - LP: #1187551 + * 3c59x: fix PCI resource management + - LP: #1187551 + * if_cablemodem.h: Add parenthesis around ioctl macros + - LP: #1187551 + * macvlan: fix passthru mode race between dev removal and rx path + - LP: #1187551 + * ipv6: do not clear pinet6 field + - LP: #1187551 + * ipv6,gre: do not leak info to user-space + - LP: #1187551 + * xfrm6: release dev before returning error + - LP: #1187551 + * drm/i915: add HAS_DDI check + - LP: #1187551 + * drm/i915: don't intel_crt_init on any ULT machines + - LP: #1187551 + * Linux 3.8.13.1 + - LP: #1187551 + * drbd: fix memory leak + - LP: #1191065 + * drbd: Fix build error when CONFIG_CRYPTO_HMAC is not set + - LP: #1191065 + * drbd: fix for deadlock when using automatic split-brain-recovery + - LP: #1191065 + * Input: egalax_ts - ABS_MT_POSITION_Y not reported well + - LP: #1191065 + * cifs: only set ops for inodes in I_NEW state + - LP: #1191065 + * staging: vt6656: use free_netdev instead of kfree + - LP: #1191065 + * hwmon: fix error return code in abituguru_probe() + - LP: #1191065 + * avr32: fix relocation check for signed 18-bit offset + - LP: #1191065 + * crypto: caam - fix inconsistent assoc dma mapping direction + - LP: #1191065 + * ARM: at91/dt: fix macb node declaration + - LP: #1191065 + * ARM: at91/trivial: fix model name for SAM9X25-EK + - LP: #1191065 + * USB: xHCI: override bogus bulk wMaxPacketSize values + - LP: #1191065 + * USB: UHCI: fix for suspend of virtual HP controller + - LP: #1191065 + * USB: fix latency in uhci-hcd and ohci-hcd + - LP: #1191065 + * USB: OHCI: fix logic for scheduling isochronous URBs + - LP: #1191065 + * cfg80211: fix wiphy_register error path + - LP: #1191065 + * mac80211: fix AP-mode frame matching + - LP: #1191065 + * staging: vt6656: [bug] Fix missing spin lock in iwctl_siwpower. + - LP: #1191065 + * usb, chipidea: fix link error when USB_EHCI_HCD is a module + - LP: #1191065 + * USB: reset resume quirk needed by a hub + - LP: #1191065 + * usb: option: Add Telewell TW-LTE 4G + - LP: #1191065 + * USB: Blacklisted Cinterion's PLxx WWAN Interface + - LP: #1191065 + * USB: option: add device IDs for Dell 5804 (Novatel E371) WWAN card + - LP: #1191065 + * i2c: designware: fix RX FIFO overrun + - LP: #1191065 + * i2c: designware: always clear interrupts before enabling them + - LP: #1191065 + * ath9k_hw: Use helper routines to simplify ar9003_hw_init_cal() + - LP: #1191065 + * ath9k_hw: Enable manual peak calibration for AR9485 + - LP: #1191065 + * USB: ftdi_sio: Add support for Newport CONEX motor drivers + - LP: #1191065 + * virtio_console: fix uapi header + - LP: #1191065 + * drm/nouveau/bios: fix thinko in ZM_MASK_ADD opcode + - LP: #1191065 + * drm/nvc0/ce: disable ce1 on a number of chipsets + - LP: #1191065 + * drm/radeon: Fix VRAM size calculation for VRAM >= 4GB + - LP: #1191065 + * USB: cxacru: potential underflow in cxacru_cm_get_array() + - LP: #1191065 + * TTY: Fix tty miss restart after we turn off flow-control + - LP: #1191065 + * drm/i915: add more VLV IDs + - LP: #1191065 + * drm/i915: Adding more reserved PCI IDs for Haswell. + - LP: #1191065 + * SUNRPC: Prevent an rpc_task wakeup race + - LP: #1191065 + * ARM: 7626/1: arm/crypto: Make asm SHA-1 and AES code Thumb-2 compatible + - LP: #1191065 + * ARM: 7723/1: crypto: sha1-armv4-large.S: fix SP handling + - LP: #1191065 + * perf: net_dropmonitor: Fix trace parameter order + - LP: #1191065 + * perf: net_dropmonitor: Fix symbol-relative addresses + - LP: #1191065 + * ACPI / video: Add "Asus UL30A" to ACPI video detect blacklist + - LP: #1191065 + * ARM: at91/dt: fix macb pinctrl_macb_rmii_mii_alt definition + - LP: #1191065 + * cifs: fix potential buffer overrun when composing a new options string + - LP: #1191065 + * fat: fix possible overflow for fat_clusters + - LP: #1191065 + * wait: fix false timeouts when using wait_event_timeout() + - LP: #1191065 + * mm: mmu_notifier: re-fix freed page still mapped in secondary MMU + - LP: #1191065 + * mm: memcg: remove incorrect VM_BUG_ON for swap cache pages in uncharge + - LP: #1191065 + * rapidio/tsi721: fix bug in MSI interrupt handling + - LP: #1191065 + * mm compaction: fix of improper cache flush in migration code + - LP: #1191065 + * mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write() + - LP: #1191065 + * mm/THP: use pmd_populate() to update the pmd with pgtable_t pointer + - LP: #1191065 + * drivers/leds/leds-ot200.c: fix error caused by shifted mask + - LP: #1191065 + * drivers/block/brd.c: fix brd_lookup_page() race + - LP: #1191065 + * nilfs2: fix issue of nilfs_set_page_dirty() for page at EOF boundary + - LP: #1191065 + * drivers/char/random.c: fix priming of last_data + - LP: #1191065 + * random: fix accounting race condition with lockless irq entropy_count + update + - LP: #1191065 + * ocfs2: goto out_unlock if ocfs2_get_clusters_nocache() failed in + ocfs2_fiemap() + - LP: #1191065 + * mm/pagewalk.c: walk_page_range should avoid VM_PFNMAP areas + - LP: #1191065 + * ata_piix: add PCI IDs for Intel BayTail + - LP: #1191065 + * libata: make ata_exec_internal_sg honor DMADIR + - LP: #1191065 + * cgroup: fix a subtle bug in descendant pre-order walk + - LP: #1191065 + * ASoC: wm5110: Correct DSP4R Mixer control name + - LP: #1191065 + * ASoC: cs42l52: fix default value for MASTERA_VOL. + - LP: #1191065 + * drm/radeon: fix typo in cu_per_sh on verde + - LP: #1191065 + * drm/radeon: fix card_posted check for newer asics + - LP: #1191065 + * NFSv4: Fix a thinko in nfs4_try_open_cached + - LP: #1191065 + * ib_srpt: Call target_sess_cmd_list_set_waiting during shutdown_session + - LP: #1191065 + * xfs: kill suid/sgid through the truncate path. + - LP: #1191065 + * x86: Allow FPU to be used at interrupt time even with eagerfpu + - LP: #1191065 + * m68k/mac: Fix unexpected interrupt with CONFIG_EARLY_PRINTK + - LP: #1191065 + * arm64: don't kill the kernel on a bad esr from el0 + - LP: #1191065 + * powerpc/32bit:Store temporary result in r0 instead of r8 + - LP: #1191065 + * powerpc/pseries: Always enable CONFIG_HOTPLUG_CPU on PSERIES SMP + - LP: #1191065 + * Linux 3.8.13.2 + - LP: #1191065 + + -- Kaj Ailomaa Sun, 23 Jun 2013 22:08:30 +0200 + +linux-lowlatency (3.8.0-25.17) raring; urgency=low + + [ Kaj Ailomaa ] + + * rebase to Ubuntu-3.8.0-25.37 + * Release Tracking Bug + - LP: #1188461 + + [ Ubuntu: 3.8.0-25.37 ] + + * Release Tracking Bug + - LP: #1187857 + * iwlwifi: dvm: fix zero LQ CMD sending avoidance + - LP: #1186932 + + -- Kaj Ailomaa Fri, 07 Jun 2013 20:40:22 +0200 + +linux-lowlatency (3.8.0-24.16) raring; urgency=low + + [ Kaj Ailomaa ] + + * rebase to Ubuntu-3.8.0-24.35 + * Release Tracking Bug + - LP: #1186431 + + [ Ubuntu: 3.8.0-24.35 ] + + * Release Tracking Bug + - LP: #1186236 + * SAUCE: uvcvideo: quirk PROBE_DEF for Alienware X51 OmniVision webcam + - LP: #1180409 + * drm/i915: Use MLC (l3$) for context objects + * xhci: Don't warn on empty ring for suspended devices. + - LP: #1177865 + * USB: serial: option: Added support Olivetti Olicard 145 + - LP: #1178361 + * USB: option: add a D-Link DWM-156 variant + - LP: #1178361 + * staging: zsmalloc: Fix link error on ARM + - LP: #1178361 + * ARM: omap3: cpuidle: enable time keeping + - LP: #1178361 + * ARM: u300: fix ages old copy/paste bug + - LP: #1178361 + * ARM: at91/at91sam9260.dtsi: fix u(s)art pinctrl encoding + - LP: #1178361 + * ARM: at91: remove partial parameter in bootargs for at91sam9x5ek.dtsi + - LP: #1178361 + * ARM: at91: Fix typo in restart code panic message + - LP: #1178361 + * ARM: at91/trivial: fix model name for SAM9G15-EK + - LP: #1178361 + * ARM: at91/trivial: typos in compatible property + - LP: #1178361 + * powerpc: Add isync to copy_and_flush + - LP: #1178361 + * powerpc: Fix hardware IRQs with MMU on exceptions when HV=0 + - LP: #1178361 + * powerpc/power8: Fix secondary CPUs hanging on boot for HV=0 + - LP: #1178361 + * powerpc/spufs: Initialise inode->i_ino in spufs_new_inode() + - LP: #1178361 + * iwlwifi: fix freeing uninitialized pointer + - LP: #1178361 + * iwlwifi: dvm: don't send zeroed LQ cmd + - LP: #1178361 + * mwifiex: Use pci_release_region() instead of a pci_release_regions() + - LP: #1178361 + * mwifiex: Call pci_release_region after calling pci_disable_device + - LP: #1178361 + * mac80211: fix station entry leak/warning while suspending + - LP: #1178361 + * usb/misc/appledisplay: Add 24" LED Cinema display + - LP: #1178361 + * USB: add ftdi_sio USB ID for GDM Boost V1.x + - LP: #1178361 + * USB: ftdi_sio: correct ST Micro Connect Lite PIDs + - LP: #1178361 + * USB: ftdi_sio: enable two UART ports on ST Microconnect Lite + - LP: #1178361 + * usbfs: Always allow ctrl requests with USB_RECIP_ENDPOINT on the ctrl + ep + - LP: #1178361 + * usb: chipidea: udc: fix memory access of shared memory on armv5 + machines + - LP: #1178361 + * usb: chipidea: udc: fix memory leak in _ep_nuke + - LP: #1178361 + * usb: remove redundant tdi_reset + - LP: #1178361 + * usb-storage: CY7C68300A chips do not support Cypress ATACB + - LP: #1178361 + * s390/memory hotplug: prevent offline of active memory increments + - LP: #1178361 + * xen/time: Fix kasprintf splat when allocating timer%d IRQ line. + - LP: #1178361 + * xen/smp: Fix leakage of timer interrupt line for every CPU + online/offline. + - LP: #1178361 + * xen/smp/spinlock: Fix leakage of the spinlock interrupt line for every + CPU online/offline + - LP: #1178361 + * serial_core.c: add put_device() after device_find_child() + - LP: #1178361 + * arm: set the page table freeing ceiling to TASK_SIZE + - LP: #1178361 + * gianfar: do not advertise any alarm capability. + - LP: #1178361 + * tty: fix up atime/mtime mess, take three + - LP: #1178361 + * fbcon: when font is freed, clear also vc_font.data + - LP: #1178361 + * tracing: Use stack of calling function for stack tracer + - LP: #1178361 + * tracing: Fix stack tracer with fentry use + - LP: #1178361 + * tracing: Remove most or all of stack tracer stack size from + stack_max_size + - LP: #1178361 + * tracing: Fix off-by-one on allocating stat->pages + - LP: #1178361 + * tracing: Check return value of tracing_init_dentry() + - LP: #1178361 + * tracing: Reset ftrace_graph_filter_enabled if count is zero + - LP: #1178361 + * i2c: xiic: must always write 16-bit words to TX_FIFO + - LP: #1178361 + * crypto: crc32-pclmul - Use gas macro for pclmulqdq + - LP: #1178361 + * sysfs: fix use after free in case of concurrent read/write and readdir + - LP: #1178361 + * Fix initialization of CMCI/CMCP interrupts + - LP: #1178361 + * PCI / ACPI: Don't query OSC support with all possible controls + - LP: #1178361 + * PCI/PM: Fix fallback to PCI_D0 in pci_platform_power_transition() + - LP: #1178361 + * rt2x00: Fix transmit power troubles on some Ralink RT30xx cards + - LP: #1178361 + * Wrong asm register contraints in the futex implementation + - LP: #1178361 + * Wrong asm register contraints in the kvm implementation + - LP: #1178361 + * fs/fscache/stats.c: fix memory leak + - LP: #1178361 + * mm: allow arch code to control the user page table ceiling + - LP: #1178361 + * TPM: Retry SaveState command in suspend path + - LP: #1178361 + * ALSA: emu10k1: Fix dock firmware loading + - LP: #1178361 + * ALSA: snd-usb: try harder to find USB_DT_CS_ENDPOINT + - LP: #1178361 + * ALSA: usb: Add quirk for 192KHz recording on E-Mu devices + - LP: #1178361 + * ALSA: usb-audio: disable autopm for MIDI devices + - LP: #1178361 + * ALSA: usb-audio: Fix autopm error during probing + - LP: #1178361 + * ALSA: USB: adjust for changed 3.8 USB API + - LP: #1178361 + * ALSA: hda - Add the support for ALC286 codec + - LP: #1178361 + * ASoC: max98088: Fix logging of hardware revision. + - LP: #1178361 + * hrtimer: Fix ktime_add_ns() overflow on 32bit architectures + - LP: #1178361 + * hrtimer: Add expiry time overflow check in hrtimer_interrupt + - LP: #1178361 + * swap: redirty page if page write fails on swap file + - LP: #1178361 + * mm: swap: mark swap pages writeback before queueing for direct IO + - LP: #1178361 + * drivers/rtc/rtc-cmos.c: don't disable hpet emulation on suspend + - LP: #1178361 + * libata: acpi: make ata_ap_acpi_handle not block + - LP: #1178361 + * ACPI: Fix wrong parameter passed to memblock_reserve + - LP: #1178361 + * ACPI / thermal: do not always return THERMAL_TREND_RAISING for active + trip points + - LP: #1178361 + * cgroup: fix an off-by-one bug which may trigger BUG_ON() + - LP: #1178361 + * cgroup: fix broken file xattrs + - LP: #1178361 + * localmodconfig: Process source kconfig files as they are found + - LP: #1178361 + * clockevents: Set dummy handler on CPU_DEAD shutdown + - LP: #1178361 + * sata_highbank: Rename proc_name to the module name + - LP: #1178361 + * inotify: invalid mask should return a error number but not set it + - LP: #1178361 + * fs/dcache.c: add cond_resched() to shrink_dcache_parent() + - LP: #1178361 + * exec: do not abuse ->cred_guard_mutex in threadgroup_lock() + - LP: #1178361 + * LOCKD: Ensure that nlmclnt_block resets block->b_status after a server + reboot + - LP: #1178361 + * md: bad block list should default to disabled. + - LP: #1178361 + * MD: ignore discard request for hard disks of hybid raid1/raid10 array + - LP: #1178361 + * NFSv4: Handle NFS4ERR_DELAY and NFS4ERR_GRACE in + nfs4_open_delegation_recall + - LP: #1178361 + * nfsd4: don't close read-write opens too soon + - LP: #1178361 + * nfsd: don't run get_file if nfs4_preprocess_stateid_op return error + - LP: #1178361 + * nfsd: Decode and send 64bit time values + - LP: #1178361 + * wireless: regulatory: fix channel disabling race condition + - LP: #1178361 + * ipc: sysv shared memory limited to 8TiB + - LP: #1178361 + * ixgbe: fix EICR write in ixgbe_msix_other + - LP: #1178361 + * ext4/jbd2: don't wait (forever) for stale tid caused by wraparound + - LP: #1178361 + * jbd2: fix race between jbd2_journal_remove_checkpoint and + ->j_commit_callback + - LP: #1178361 + * ext4: fix journal callback list traversal + - LP: #1178361 + * ext4: fix big-endian bug in metadata checksum calculations + - LP: #1178361 + * ext4: fix online resizing for ext3-compat file systems + - LP: #1178361 + * ext4: fix Kconfig documentation for CONFIG_EXT4_DEBUG + - LP: #1178361 + * mmc: at91/avr32/atmel-mci: fix DMA-channel leak on module unload + - LP: #1178361 + * Give the OID registry file module info to avoid kernel tainting + - LP: #1178361 + * KVM: X86 emulator: fix source operand decoding for 8bit mov[zs]x + instructions + - LP: #1178361 + * x86: Eliminate irq_mis_count counted in arch_irq_stat + - LP: #1178361 + * mmc: core: Fix bit width test failing on old eMMC cards + - LP: #1178361 + * mmc: atmel-mci: pio hang on block errors + - LP: #1178361 + * rcutrace: single_open() leaks + - LP: #1178361 + * mfd: adp5520: Restore mode bits on resume + - LP: #1178361 + * Linux 3.8.12 + - LP: #1178361 + * xen/arm: actually pass a non-NULL percpu pointer to request_percpu_irq + - LP: #1179514 + * powerpc: Emulate non privileged DSCR read and write + - LP: #1179514 + * powerpc: fix numa distance for form0 device tree + - LP: #1179514 + * pwm: spear: Fix checking return value of clk_enable() and clk_prepare() + - LP: #1179514 + * autofs - remove autofs dentry mount check + - LP: #1179514 + * hugetlbfs: fix mmap failure in unaligned size request + - LP: #1179514 + * iommu/amd: Properly initialize irq-table lock + - LP: #1179514 + * net/eth/ibmveth: Fixup retrieval of MAC address + - LP: #1179514 + * perf/x86/intel: Add support for IvyBridge model 58 Uncore + - LP: #1179514 + * perf/x86/intel: Fix unintended variable name reuse + - LP: #1179514 + * perf/x86/intel/lbr: Fix LBR filter + - LP: #1179514 + * perf/x86/intel/lbr: Demand proper privileges for + PERF_SAMPLE_BRANCH_KERNEL + - LP: #1179514 + * PCI/PM: Clear state_saved during suspend + - LP: #1179514 + * e1000e: fix runtime power management transitions + - LP: #1179514 + * e1000e: fix accessing to suspended device + - LP: #1179514 + * ipvs: ip_vs_sip_fill_param() BUG: bad check of return value + - LP: #1179514 + * netfilter: nf_nat: fix race when unloading protocol modules + - LP: #1179514 + * netfilter: ipset: list:set: fix reference counter update + - LP: #1179514 + * netfilter: nf_ct_sip: don't drop packets with offsets pointing outside + the packet + - LP: #1179514 + * netfilter: ipset: "Directory not empty" error message + - LP: #1179514 + * netfilter: nf_ct_helper: don't discard helper if it is actually the + same + - LP: #1179514 + * netfilter: ctnetlink: don't permit ct creation with random tuple + - LP: #1179514 + * netfilter: xt_rpfilter: skip locally generated broadcast/multicast, too + - LP: #1179514 + * netfilter: ip6t_NPT: Fix translation for non-multiple of 32 prefix + lengths + - LP: #1179514 + * ext4: add check for inodes_count overflow in new resize ioctl + - LP: #1179514 + * r8169: fix 8168evl frame padding. + - LP: #1179514 + * RDMA/cxgb4: Fix SQ allocation when on-chip SQ is disabled + - LP: #1179514 + * arm64: Ignore the 'write' ESR flag on cache maintenance faults + - LP: #1179514 + * block: fix max discard sectors limit + - LP: #1179514 + * drm/cirrus: deal with bo reserve fail in dirty update path + - LP: #1179514 + * drm/mgag200: deal with bo reserve fail in dirty update path + - LP: #1179514 + * drm/gma500: fix backlight hotkeys behaviour on netbooks + - LP: #1179514 + * drm/prime: keep a reference from the handle to exported dma-buf (v6) + - LP: #1179514 + * drm/ast: deal with bo reserve fail in dirty update path + - LP: #1179514 + * drm/i915: Fix detection of base of stolen memory + - LP: #1179514 + * drm/i915: Fix sdvo connector get_hw_state function + - LP: #1179514 + * drm/i915: Add no-lvds quirk for Fujitsu Esprimo Q900 + - LP: #1179514 + * drm/i915: Fix SDVO connector and encoder get_hw_state functions + - LP: #1179514 + * drm/i915: Workaround incoherence between fences and LLC across multiple + CPUs + - LP: #1179514 + * drm/i915: set CPT FDI RX polarity bits based on VBT + - LP: #1179514 + * drm/i915: ensure single initialization and cleanup of backlight device + - LP: #1179514 + * drm/i915: Fixup Oops in the pipe config computation + - LP: #1179514 + * drm/i915: Fall back to bit banging mode for DVO transmitter detection + - LP: #1179514 + * drm/radeon: don't use get_engine_clock() on APUs + - LP: #1179514 + * drm/radeon: use frac fb div on RS780/RS880 + - LP: #1179514 + * drm/radeon: fix typo in rv515_mc_resume() + - LP: #1179514 + * drm/radeon/dce6: add missing display reg for tiling setup + - LP: #1179514 + * drm/radeon: update wait_for_vblank for r5xx-r7xx + - LP: #1179514 + * drm/radeon: update wait_for_vblank for evergreen+ + - LP: #1179514 + * drm/radeon: properly lock disp in mc_stop/resume for evergreen+ + - LP: #1179514 + * drm/radeon: properly lock disp in mc_stop/resume for r5xx-r7xx + - LP: #1179514 + * drm/radeon: update wait_for_vblank for r1xx-r4xx + - LP: #1179514 + * drm/radeon: disable the crtcs in mc_stop (evergreen+) (v2) + - LP: #1179514 + * drm/radeon: add some new SI PCI ids + - LP: #1179514 + * drm/radeon/evergreen+: don't enable HPD interrupts on eDP/LVDS + - LP: #1179514 + * drm/radeon: cleanup properly if mmio mapping fails + - LP: #1179514 + * drm/radeon: fix hdmi mode enable on RS600/RS690/RS740 + - LP: #1179514 + * drm/radeon: fix typo in si_select_se_sh() + - LP: #1179514 + * drm/radeon: Always flush the VM + - LP: #1179514 + * drm/radeon: disable the crtcs in mc_stop (r5xx-r7xx) (v2) + - LP: #1179514 + * drm/radeon: fix endian bugs in atom_allocate_fb_scratch() + - LP: #1179514 + * drm/radeon: fix possible segfault when parsing pm tables + - LP: #1179514 + * drm/radeon: add new richland pci ids + - LP: #1179514 + * drm/radeon: fix handling of v6 power tables + - LP: #1179514 + * tracing: Fix ftrace_dump() + - LP: #1179514 + * Btrfs: compare relevant parts of delayed tree refs + - LP: #1179514 + * Btrfs: fix extent logging with O_DIRECT into prealloc + - LP: #1179514 + * EDAC: Don't give write permission to read-only files + - LP: #1179514 + * NFSv4.x: Fix handling of partially delegated locks + - LP: #1179514 + * kernel/audit_tree.c: tree will leak memory when failure occurs in + audit_trim_trees() + - LP: #1179514 + * x86/mm: account for PGDIR_SIZE alignment + - LP: #1179514 + * Linux 3.8.13 + - LP: #1179514 + * iwlwifi: add new pci id for 6x35 series + - LP: #1180256 + * be2net: fix re-loaded PF driver to re-gain control of its VFs + - LP: #1180217 + * be2net: update driver version to 4.6.x + - LP: #1180217 + * be2net: remove BUG_ON() in be_mcc_compl_is_new() + - LP: #1180217 + * benet: Wait f/w POST until timeout + - LP: #1180217 + * be2net: use CSR-BAR SEMAPHORE reg for BE2/BE3 + - LP: #1180217 + * be2net: Update copyright year + - LP: #1180217 + * be2net: enable interrupts in be_probe() (RoCE and other ULPs need them) + - LP: #1180217 + * be2net: Use new F/W mailbox cmd to manipulate interrupts. + - LP: #1180217 + * be2net: remove unused variable 'sge' + - LP: #1180217 + * be2net: take care of __vlan_put_tag return value + - LP: #1180217 + * be2net: Use TXQ_CREATE_V2 cmd + - LP: #1180217 + * be2net: Don't log "Out of MCCQ wrbs" error + - LP: #1180217 + * be2net: Avoid flashing BE3 UFI on BE3-R chip. + - LP: #1180217 + * be2net: Use GET_PROFILE_CONFIG V1 cmd for BE3-R + - LP: #1180217 + * be2net: enable IOMMU pass through for be2net + - LP: #1180217 + * be2net: Add support for setting and getting rx flow hash options + - LP: #1180217 + * be2net: Renamed rx_address_mismatch_errors to rx_address_filtered + - LP: #1180217 + * be2net: Avoid diagnostic test in certain versions of firmware to avoid + NIC freeze. + - LP: #1180217 + * be2net: Fixed memory leak + - LP: #1180217 + * be2net: Fix to show wol disabled/enabled state correctly. + - LP: #1180217 + * be2net: Use GET_FUNCTION_CONFIG V1 cmd + - LP: #1180217 + * be2net: FLR must be first cmd issued to Lancer FW + - LP: #1180217 + * be2net: Fix to use version 2 of cq_create for SkyHawk-R devices + - LP: #1180217 + * be2net: Fix to use 32-bit stats to report rx_drops_no_fragment + - LP: #1180217 + * be2net: Fix to show tx priority pause counter in ethtool -S + - LP: #1180217 + * be2net: Fix to receive Multicast Packets when Promiscuous mode is + enabled on certain devices + - LP: #1180217 + * be2net: Fix firmware download for Lancer + - LP: #1180217 + * be2net: avoid napi_disable() when it has not been enabled + - LP: #1180217 + * be2net: Fix to fail probe if MSI-X enable fails for a VF + - LP: #1180217 + + [ Ubuntu: 3.8.0-23.34 ] + + * Release Tracking Bug + - LP: #1185136 + * iscsi-target: fix heap buffer overflow on error + - CVE-2013-2850 + + -- Kaj Ailomaa Sun, 02 Jun 2013 15:05:43 +0200 + +linux-lowlatency (3.8.0-22.15) raring; urgency=low + + [ Kaj Ailomaa ] + + * rebase to Ubuntu-3.8.0-22.33 + * Release Tracking Bug + - LP: #1181021 + + [ Ubuntu: 3.8.0-22.33 ] + + * Release Tracking Bug + - LP: #1180483 + * merged back all changes which were in 20.31 + + [ Ubuntu: 3.8.0-21.32 ] + + * Release Tracking Bug + - LP: #1180058 + * Based on 3.8.0-19.30 release + - entire delta from 19.30 to 20.31 removed + - CVE release is based on updates+fix + * perf: Treat attr.config as u64 in perf_swevent_init() + - LP: #1179943 + - CVE-2013-2094 + + -- Kaj Ailomaa Fri, 17 May 2013 01:32:04 +0200 + +linux-lowlatency (3.8.0-20.14) raring; urgency=low + + [ Kaj Ailomaa ] + + * rebase to Ubuntu-3.8.0-20.31 + * Release Tracking Bug + - LP: #1177550 + + [ Ubuntu: 3.8.0-20.31 ] + + * Release Tracking Bug + - LP: #1176953 + * SAUCE: (no-up) alx: disables MSI generation + - LP: #927782 + * SAUCE: (no-up) Fix oops in patch_hdmi due to missing hda_gen_spec + struct + - LP: #1169984 + * SAUCE: (no-up) drm/i915: revert PCH_PWM_ENABLE quirk for XPS13-FHD + - LP: #1169376 + * SAUCE: (no-up) ACPI: Disable Windows 8 compatibility for some Lenovo + ThinkPads + - LP: #1098216 + * SAUCE: (no-up) alx: Don't check netif_running() before powering up + - LP: #1172415 + * enable tools build for armhf + - LP: #1171580 + * [packaging] Bump ABI for every new release + * Revert "MIPS: page.h: Provide more readable definition for PAGE_MASK." + - LP: #1173170 + * tg3: Add 57766 device support. + - LP: #1162665 + * powerpc: add a missing label in resume_kernel + - LP: #1173170 + * kvm/powerpc/e500mc: fix tlb invalidation on cpu migration + - LP: #1173170 + * ARM: Do 15e0d9e37c (ARM: pm: let platforms select cpu_suspend support) + properly + - LP: #1173170 + * kthread: Prevent unpark race which puts threads on the wrong cpu + - LP: #1173170 + * hrtimer: Don't reinitialize a cpu_base lock on CPU_UP + - LP: #1173170 + * can: mcp251x: add missing IRQF_ONESHOT to request_threaded_irq + - LP: #1173170 + * can: sja1000: fix handling on dt properties on little endian systems + - LP: #1173170 + * hugetlbfs: stop setting VM_DONTDUMP in initializing vma(VM_HUGETLB) + - LP: #1173170 + * hugetlbfs: add swap entry check in follow_hugetlb_page() + - LP: #1173170 + * fs/binfmt_elf.c: fix hugetlb memory check in vma_dump_size() + - LP: #1173170 + * kernel/signal.c: stop info leak via the tkill and the tgkill syscalls + - LP: #1173170 + * hfsplus: fix potential overflow in hfsplus_file_truncate() + - LP: #1173170 + * md: raid1,10: Handle REQ_WRITE_SAME flag in write bios + - LP: #1173170 + * KVM: Allow cross page reads and writes from cached translations. + - LP: #1173170 + * ARM: i.MX35: enable MAX clock + - LP: #1173170 + * ARM: clk-imx35: Bugfix iomux clock + - LP: #1173170 + * sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()s + - LP: #1173170 + * sched/debug: Fix sd->*_idx limit range avoiding overflow + - LP: #1173170 + * ARM: 7696/1: Fix kexec by setting outer_cache.inv_all for Feroceon + - LP: #1173170 + * ARM: 7698/1: perf: fix group validation when using enable_on_exec + - LP: #1173170 + * ath9k_htc: accept 1.x firmware newer than 1.3 + - LP: #1173170 + * ath9k_hw: change AR9580 initvals to fix a stability issue + - LP: #1173170 + * mac80211: fix cfg80211 interaction on auth/assoc request + - LP: #1173170 + * ssb: implement spurious tone avoidance + - LP: #1173170 + * crypto: algif - suppress sending source address information in recvmsg + - LP: #1173170 + * perf: Treat attr.config as u64 in perf_swevent_init() + - LP: #1173170 + * perf/x86: Fix offcore_rsp valid mask for SNB/IVB + - LP: #1173170 + * vm: add vm_iomap_memory() helper function + - LP: #1173170 + * vm: convert snd_pcm_lib_mmap_iomem() to vm_iomap_memory() helper + - LP: #1173170 + * vm: convert fb_mmap to vm_iomap_memory() helper + - LP: #1173170 + * vm: convert HPET mmap to vm_iomap_memory() helper + - LP: #1173170 + * vm: convert mtdchar mmap to vm_iomap_memory() helper + - LP: #1173170 + * Btrfs: make sure nbytes are right after log replay + - LP: #1173170 + * s390: move dummy io_remap_pfn_range() to asm/pgtable.h + - LP: #1173170 + * Linux 3.8.9 + - LP: #1173170 + * Linux 3.8.10 + - LP: #1175391 + * aio: fix possible invalid memory access when DEBUG is enabled + - LP: #1175391 + * TTY: fix atime/mtime regression + - LP: #1175391 + * sparc64: Fix race in TLB batch processing. + - LP: #1175391 + * atm: update msg_namelen in vcc_recvmsg() + - LP: #1175391 + * ax25: fix info leak via msg_name in ax25_recvmsg() + - LP: #1175391 + * Bluetooth: fix possible info leak in bt_sock_recvmsg() + - LP: #1175391 + * Bluetooth: RFCOMM - Fix missing msg_namelen update in + rfcomm_sock_recvmsg() + - LP: #1175391 + * Bluetooth: SCO - Fix missing msg_namelen update in sco_sock_recvmsg() + - LP: #1175391 + * caif: Fix missing msg_namelen update in caif_seqpkt_recvmsg() + - LP: #1175391 + * irda: Fix missing msg_namelen update in irda_recvmsg_dgram() + - LP: #1175391 + * iucv: Fix missing msg_namelen update in iucv_sock_recvmsg() + - LP: #1175391 + * l2tp: fix info leak in l2tp_ip6_recvmsg() + - LP: #1175391 + * llc: Fix missing msg_namelen update in llc_ui_recvmsg() + - LP: #1175391 + * netrom: fix info leak via msg_name in nr_recvmsg() + - LP: #1175391 + * NFC: llcp: fix info leaks via msg_name in llcp_sock_recvmsg() + - LP: #1175391 + * rose: fix info leak via msg_name in rose_recvmsg() + - LP: #1175391 + * tipc: fix info leaks via msg_name in recv_msg/recv_stream + - LP: #1175391 + * cbq: incorrect processing of high limits + - LP: #1175391 + * net IPv6 : Fix broken IPv6 routing table after loopback down-up + - LP: #1175391 + * net: count hw_addr syncs so that unsync works properly. + - LP: #1175391 + * atl1e: limit gso segment size to prevent generation of wrong ip length + fields + - LP: #1175391 + * bonding: fix bonding_masters race condition in bond unloading + - LP: #1175391 + * bonding: IFF_BONDING is not stripped on enslave failure + - LP: #1175391 + * bonding: fix l23 and l34 load balancing in forwarding path + - LP: #1175391 + * af_unix: If we don't care about credentials coallesce all messages + - LP: #1175391 + * netfilter: don't reset nf_trace in nf_reset() + - LP: #1175391 + * ipv6/tcp: Stop processing ICMPv6 redirect messages + - LP: #1175391 + * rtnetlink: Call nlmsg_parse() with correct header length + - LP: #1175391 + * tcp: incoming connections might use wrong route under synflood + - LP: #1175391 + * tcp: Reallocate headroom if it would overflow csum_start + - LP: #1175391 + * net: mvmdio: add select PHYLIB + - LP: #1175391 + * esp4: fix error return code in esp_output() + - LP: #1175391 + * net: mvneta: fix improper tx queue usage in mvneta_tx() + - LP: #1175391 + * net: cdc_mbim: remove bogus sizeof() + - LP: #1175391 + * tcp: call tcp_replace_ts_recent() from tcp_ack() + - LP: #1175391 + * net: rate-limit warn-bad-offload splats. + - LP: #1175391 + * net: drop dst before queueing fragments + - LP: #1175391 + * tracing: Fix selftest function recursion accounting + - LP: #1175391 + * ARM: 7699/1: sched_clock: Add more notrace to prevent recursion + - LP: #1175391 + * ARM: 7692/1: iop3xx: move IOP3XX_PERIPHERAL_VIRT_BASE + - LP: #1175391 + * Linux 3.8.11 + - LP: #1175391 + + [ Ubuntu: 3.8.0-19.30 ] + + * Add file_ns_capable() helper function for open-time capability checking + (CVE-2013-1959) + - LP: #1174590 + - CVE-2013-1959 + * userns: Don't let unprivileged users trick privileged users into + setting the id_map (CVE-2013-1959) + - LP: #1174590 + - CVE-2013-1959 + * userns: Check uid_map's opener's fsuid, not the current fsuid + (CVE-2013-1959) + - LP: #1174590 + - CVE-2013-1959 + * net: fix incorrect credentials passing (CVE-2013-1979) + - LP: #1174827 + - CVE-2013-1979 + * userns: Changing any namespace id mappings should require privileges + (CVE-2013-1979) + - LP: #1174827 + - CVE-2013-1979 + + -- Kaj Ailomaa Thu, 09 May 2013 03:07:23 +0200 + +linux-lowlatency (3.8.0-19.13) raring; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.8.0-19.29 + + [ Ubuntu: 3.8.0-19.29 ] + + * UBUNTU: [Config] disable PL330_DMA + - LP: #1168039 + * UBUNTU: SAUCE: (no-up) ARM: highbank: fix cache flush ordering for cpu hotplug + - LP: #1169956 + * SAUCE: (no-up) x86: reboot: Make Dell Optiplex 390 use reboot=pci + - LP: #800660 + * SAUCE: [media] uvcvideo: quirk PROBE_DEF for Dell Studio / OmniVision + webcam + - LP: #1168430 + * Revert "drivers/rtc/rtc-at91rm9200.c: use a variable for storing IMR" + - LP: #1168506 + * Revert "PCI/ACPI: Request _OSC control before scanning PCI root bus" + - LP: #1168506 + * Revert "tty/8250_pnp: serial port detection regression since v3.7" + - LP: #1168506 + * ALSA: hda - fixup D3 pin and right channel mute on Haswell HDMI audio + - LP: #1167270 + * ASoC: imx-ssi: Fix occasional AC97 reset failure + - LP: #1168506 + * ASoC: dma-sh7760: Fix compile error + - LP: #1168506 + * ASoC: spear_pcm: Update to new pcm_new() API + - LP: #1168506 + * regmap: Initialize `map->debugfs' before regcache + - LP: #1168506 + * regmap: cache Fix regcache-rbtree sync + - LP: #1168506 + * MIPS: Fix logic errors in bitops.c + - LP: #1168506 + * HID: magicmouse: fix race between input_register() and probe() + - LP: #1168506 + * spi/s3c64xx: modified error interrupt handling and init + - LP: #1168506 + * spi/mpc512x-psc: optionally keep PSC SS asserted across xfer segmensts + - LP: #1168506 + * gpio: stmpe: pass DT node to irqdomain + - LP: #1168506 + * UBIFS: make space fixup work in the remount case + - LP: #1168506 + * reiserfs: Fix warning and inode leak when deleting inode with xattrs + - LP: #1168506 + * ALSA: hda - bug fix on return value when getting HDMI ELD info + - LP: #1168506 + * ALSA: hda - Enabling Realtek ALC 671 codec + - LP: #1168506 + * ALSA: hda - fix typo in proc output + - LP: #1168506 + * drm/nouveau: fix handling empty channel list in ioctl's + - LP: #1168506 + * drm/i915: Be sure to turn hsync/vsync back on at crt enable (v2) + - LP: #1168506 + * drm: correctly restore mappings if drm_open fails + - LP: #1168506 + * mm: prevent mmap_cache race in find_vma() + - LP: #1168506 + * EISA/PCI: Init EISA early, before PNP + - LP: #1168506 + * EISA/PCI: Fix bus res reference + - LP: #1168506 + * ixgbe: fix registration order of driver and DCA nofitication + - LP: #1168506 + * libata: Use integer return value for atapi_command_packet_set + - LP: #1168506 + * libata: Set max sector to 65535 for Slimtype DVD A DS8A8SH drive + - LP: #1168506 + * MIPS: Unbreak function tracer for 64-bit kernel. + - LP: #1168506 + * alpha: Add irongate_io to PCI bus resources + - LP: #1168506 + * PCI/ACPI: Always resume devices on ACPI wakeup notifications + - LP: #1168506 + * PCI/PM: Disable runtime PM of PCIe ports + - LP: #1168506 + * ata_piix: Fix DVD not dectected at some Haswell platforms + - LP: #1168506 + * ftrace: Consistently restore trace function on sysctl enabling + - LP: #1168506 + * powerpc: pSeries_lpar_hpte_remove fails from Adjunct partition being + performed before the ANDCOND test + - LP: #1168506 + * mwifiex: limit channel number not to overflow memory + - LP: #1168506 + * mac80211: fix remain-on-channel cancel crash + - LP: #1168506 + * x86: remove the x32 syscall bitmask from syscall_get_nr() + - LP: #1168506 + * hwspinlock: fix __hwspin_lock_request error path + - LP: #1168506 + * remoteproc/ste: fix memory leak on shutdown + - LP: #1168506 + * remoteproc: fix error path of handle_vdev + - LP: #1168506 + * remoteproc: fix FW_CONFIG typo + - LP: #1168506 + * spinlocks and preemption points need to be at least compiler barriers + - LP: #1168506 + * crypto: ux500 - add missing comma + - LP: #1168506 + * crypto: gcm - fix assumption that assoc has one segment + - LP: #1168506 + * drm/mgag200: Index 24 in extended CRTC registers is 24 in hex, not + decimal. + - LP: #1168506 + * block: avoid using uninitialized value in from queue_var_store + - LP: #1168506 + * SUNRPC: Remove extra xprt_put() + - LP: #1168506 + * NFSv4: Fix a memory leak in nfs4_discover_server_trunking + - LP: #1168506 + * NFSv4/4.1: Fix bugs in nfs4[01]_walk_client_list + - LP: #1168506 + * drm/i915: Fix build failure + - LP: #1168506 + * x86: Fix rebuild with EFI_STUB enabled + - LP: #1168506 + * thermal: return an error on failure to register thermal class + - LP: #1168506 + * msi-wmi: Fix memory leak + - LP: #1168506 + * cpufreq: exynos: Get booting freq value in exynos_cpufreq_init + - LP: #1168506 + * ARM: EXYNOS: Fix crash on soft reset on EXYNOS5440 + - LP: #1168506 + * drm/i915: add quirk to invert brightness on eMachines G725 + - LP: #1168506 + * drm/i915: add quirk to invert brightness on eMachines e725 + - LP: #1168506 + * drm/i915: add quirk to invert brightness on Packard Bell NCL20 + - LP: #1168506 + * r8169: fix auto speed down issue + - LP: #1168506 + * vfio-pci: Fix possible integer overflow + - LP: #1168506 + * NFSv4: Doh! Typo in the fix to nfs41_walk_client_list + - LP: #1168506 + * can: gw: use kmem_cache_free() instead of kfree() + - LP: #1168506 + * mwifiex: complete last internal scan + - LP: #1168506 + * Linux 3.8.7 + - LP: #1168506 + * ALSA: usb-audio: fix endianness bug in snd_nativeinstruments_* + - LP: #1169930 + * ASoC: core: Fix to check return value of snd_soc_update_bits_locked() + - LP: #1169930 + * ASoC: wm5102: Correct lookup of arizona struct in SYSCLK event + - LP: #1169930 + * ASoC: wm8903: Fix the bypass to HP/LINEOUT when no DAC or ADC is + running + - LP: #1169930 + * tracing: Fix double free when function profile init failed + - LP: #1169930 + * ARM: Kirkwood: Fix typo in the definition of ix2-200 rebuild LED + - LP: #1169930 + * ARM: imx35 Bugfix admux clock + - LP: #1169930 + * dmaengine: omap-dma: Start DMA without delay for cyclic channels + - LP: #1169930 + * PM / reboot: call syscore_shutdown() after disable_nonboot_cpus() + - LP: #1169930 + * ipc: set msg back to -EAGAIN if copy wasn't performed + - LP: #1169930 + * GFS2: Fix unlock of fcntl locks during withdrawn state + - LP: #1169930 + * GFS2: return error if malloc failed in gfs2_rs_alloc() + - LP: #1169930 + * SCSI: libsas: fix handling vacant phy in sas_set_ex_phy() + - LP: #1169930 + * cifs: Allow passwords which begin with a delimitor + - LP: #1169930 + * target: Fix incorrect fallthrough of ALUA Standby/Offline/Transition + CDBs + - LP: #1169930 + * vfs: Revert spurious fix to spinning prevention in prune_icache_sb + - LP: #1169930 + * kobject: fix kset_find_obj() race with concurrent last kobject_put() + - LP: #1169930 + * gpio: fix wrong checking condition for gpio range + - LP: #1169930 + * x86-32: Fix possible incomplete TLB invalidate with PAE pagetables + - LP: #1169930 + * tracing: Fix possible NULL pointer dereferences + - LP: #1169930 + * udl: handle EDID failure properly. + - LP: #1169930 + * ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section + - LP: #1169930 + * sched_clock: Prevent 64bit inatomicity on 32bit systems + - LP: #1169930 + * x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updates + - LP: #1169930 + * x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare + metal + - LP: #1169930 + * tty: don't deadlock while flushing workqueue + - LP: #1169930 + * Linux 3.8.8 + - LP: #1169930 + * Release Tracking Bug + - LP: #1168504 + + -- Andy Whitcroft Thu, 18 Apr 2013 10:04:01 +0100 + +linux-lowlatency (3.8.0-18.12) raring; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.8.0-18.28 + + [ Ubuntu: 3.8.0-18.28 ] + + * (debian) fix internal linkage for separated header packages + - LP: #1165259 + * SAUCE: Bluetooth: Add support for Broadcom 413c:8143 + - LP: #1166113 + * SAUCE: (no-up) apparmor: Fix quieting of audit messages for network + mediation + - LP: #1163259 + * SAUCE: (no-up) drm/i915: quirk no PCH_PWM_ENABLE for Dell XPS13 + backlight + - LP: #1162026, #1163720 + * [Config] Disable CONFIG_PARPORT_PC_FIFO + - LP: #339752 + * SAUCE: (no-up) mac80211_hwsim: Register and bind to driver + - LP: #1166250 + * [Config] RTC_DRV_PL031=y + * (debian) Abort build on unresolved symbols + - LP: #1166197 + * [Config] Add libceph to inclusion list + * [Config] Drop all inclusion list modules with unsatisfied dependencies + * SAUCE: (no-up) Remove emi62 files duplicated in linux-firmware + * SAUCE: (no-up) Remove emi26 files duplicated in linux-firmware + * SAUCE: (no-up) Remove whiteheat files duplicated in linux-firmware + * Release Tracking Bug + - LP: #1168040 + * TTY: do not update atime/mtime on read/write + - LP: #1097680 + - CVE-2013-0160 + * KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions + (CVE-2013-1797) + - LP: #1158258 + - CVE-2013-1797 + * KVM: Fix bounds checking in ioapic indirect register reads + (CVE-2013-1798) + - LP: #1158262 + - CVE-2013-1798 + * drm/i915: HDMI/DP - ELD info refresh support for Haswell + - LP: #1011438 + * ALSA - HDA: New PCI ID for Haswell ULT + - LP: #1011438 + * ALSA: hda - Support rereading widgets under the function group + - LP: #1011438 + * ALSA: hda - Add fixup for Haswell to enable all pin and convertor + widgets + - LP: #1011438 + * libata: fix DMA to stack in reading devslp_timing parameters + - LP: #1031173 + * dmaengine: dw_dmac: remove CLK dependency + - LP: #1031163 + * dmaengine: dw_dmac: Enhance device tree support + - LP: #1031163 + * dmaengine: dw_dmac: amend description and indentation + - LP: #1031163 + * dw_dmac: change dev_printk() to corresponding macros + - LP: #1031163 + * dw_dmac: don't call platform_get_drvdata twice + - LP: #1031163 + * dw_dmac: change dev_crit to dev_WARN in dwc_handle_error + - LP: #1031163 + * dw_dmac: introduce to_dw_desc() macro + - LP: #1031163 + * dw_dmac: absence of pdata isn't critical when autocfg is set + - LP: #1031163 + * dw_dmac: check for mapping errors + - LP: #1031163 + * dw_dmac: remove redundant check + - LP: #1031163 + * dw_dmac: update tx_node_active in dwc_do_single_block + - LP: #1031163 + * dma: dw_dmac: add dwc_chan_pause and dwc_chan_resume + - LP: #1031163 + * dmaengine: introduce is_slave_direction function + - LP: #1031163 + * dmaengine: add possibility for cyclic transfers + - LP: #1031163 + * dma: dw_dmac: check direction properly in dw_dma_cyclic_prep + - LP: #1031163 + * dma: ep93xx_dma: reuse is_slave_direction helper + - LP: #1031163 + * dma: ipu_idmac: reuse is_slave_direction helper + - LP: #1031163 + * dma: ste_dma40: reuse is_slave_direction helper + - LP: #1031163 + * dw_dmac: call .probe after we have a device in place + - LP: #1031163 + * dw_dmac: store direction in the custom channel structure + - LP: #1031163 + * dw_dmac: make usage of dw_dma_slave optional + - LP: #1031163 + * dw_dmac: backlink to dw_dma in dw_dma_chan is superfluous + - LP: #1031163 + * dw_dmac: allocate dma descriptors from DMA_COHERENT memory + - LP: #1031163 + * dw_dmac: don't exceed AHB master number in dwc_get_data_width + - LP: #1031163 + * dw_dmac: move soft LLP code from tasklet to dwc_scan_descriptors + - LP: #1031163 + * dw_dmac: print out DW_PARAMS and DWC_PARAMS when debug + - LP: #1031163 + * dw_dmac: remove unnecessary tx_list field in dw_dma_chan + - LP: #1031163 + * dw_dmac: introduce total_len field in struct dw_desc + - LP: #1031163 + * dw_dmac: fill individual length of descriptor + - LP: #1031163 + * dw_dmac: return proper residue value + - LP: #1031163 + * dw_dmac: apply default dma_mask if needed + - LP: #1031163 + * dw_dmac: add support for Lynxpoint DMA controllers + - LP: #1031163 + * dw_dmac: adjust slave_id accordingly to request line base + - LP: #1031163 + + -- Andy Whitcroft Fri, 12 Apr 2013 12:03:31 +0100 + +linux-lowlatency (3.8.0-17.11) raring; urgency=low + + [ Andy Whitcroft ] + + * drop erroneous AUFS update from 3.9. + * [Packaging] ensure we clear out the old config before regenerating + * [Config] add CONFIG_PROVE_RCU_DELAY=n + + -- Andy Whitcroft Tue, 09 Apr 2013 10:29:36 +0100 + +linux-lowlatency (3.8.0-17.10) raring; urgency=low + + [ Andy Whitcroft ] + + * Revert "ubuntu: AUFS (no-squash) -- aufs3-standalone.patch" + * Revert "ubuntu: AUFS (no-squash) -- aufs3-base.patch" + * ubuntu: AUFS -- update to ef8e1b1b265bb851b9a22aab02c81f24e57f81ac + * rebase to Ubuntu-3.8.0-17.27 + + [ Upstream Kernel Changes ] + + * Uubuntu: AUFS (no-squash) -- aufs3-base.patch + * Uubuntu: AUFS (no-squash) -- aufs3-standalone.patch + + [ Ubuntu: 3.8.0-17.27 ] + + * SAUCE: (no-up) Bluetooth: Add support for 04ca:2007 + - LP: #1153448 + * SAUCE: (no-up) Bluetooth: Add support for 105b:e065 + - LP: #1161261 + * SAUCE: (no-up) tools/power turbostat: additional Haswell CPU-id + - LP: #1083993 + * Revert "SAUCE: (no-up) seccomp: forcing auditing of kill condition" + Replaced by upstream patch. + * Release Tracking Bug + - LP: #1165746 + * rebase to v3.8.6 + * Revert "brcmsmac: support 4313iPA" + - LP: #1157190 + * tools/power turbostat: support Haswell + - LP: #1083993 + * net: calxedaxgmac: fix rx ring handling when OOM + * cpufreq: check OF node /cpus presence before dereferencing it + * Input: cypress_ps2 - fix trackpadi found in Dell XPS12 + - LP: #1103594 + * ARM: OMAP2+: Limit omap initcalls to omap only on multiplatform kernels + * ARM: OMAP2+: Use omap initcalls + * ARM: OMAP: Fix i2c cmdline initcall for multiplatform + * ARM: OMAP: Fix dmaengine init for multiplatform + * ARM: OMAP2+: Add multiplatform debug_ll support + * ARM: OMAP2+: Disable code that currently does not work with + multiplaform + * ARM: OMAP2+: Enable ARCH_MULTIPLATFORM support + * ARM: OMAP2+: Add minimal support for booting vexpress + * ARM: OMAP2+: Remove now obsolete uncompress.h and debug-macro.S + * davinci: do not include mach/hardware.h + * clk: export __clk_get_name for re-use in imx-ipu-v3 and others + * [SCSI] storvsc: avoid usage of WRITE_SAME + - LP: #1157952 + * ACPICA: Fix possible memory leak in dispatcher error path. + * KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-2013-1796) + - LP: #1158254 + - CVE-2013-1796 + * SAUCE: (no-up) Bluetooth: Add a load_firmware callback to struct hci_dev + - LP: #1065400 + * SAUCE: (no-up) Bluetooth: Implement broadcom patchram firmware loader + - LP: #1065400 + * SAUCE: (no-up) Bluetooth: Add support for 13d3:3388 and 13d3:3389 + - LP: #1065400 + + [ Ubuntu: 3.8.0-16.26 ] + + * SAUCE: intel_idle: additional Haswell CPU-id + - LP: #1083993 + * SAUCE: cpufreq: OMAP: instantiate omap-cpufreq as a platform_driver + * Rebase to 3.8.5 + * Release Tracking Bug + - LP: #1162956 + * iwlwifi: add 7000 series device configuration + - LP: #1011422 + * mac80211: prevent spurious HT/VHT downgrade message + + [ Ubuntu: 3.8.0-15.25 ] + + * [Config] annotations -- track move to -generic for armhf + * [Config] annotations -- resync with updated armhf -generic flavour + * [Config] annotations -- clean up redundant annotations + * Revert "SAUCE: add option to hand off all kernel parameters to init" + * SAUCE: add option to hand off all kernel parameters to init + Clean up compile warnings. + - LP: #586386 + * Revert "SAUCE: isapnp_init: make isa PNP scans occur async" + * SAUCE: isapnp_init: make isa PNP scans occur async + Clean up compile warnings. + * [Config] HIHGBANK=y + * [Config] SATA_HIGHBANK=y + * [Config] NET_CALXEDA_XGMAC=y + * [Config] EDAC_HIGHBANK_[MC|L2]=y + * SAUCE: cpufreq: check OF /cpus presence before dereferencing it + * [Config] CONFIG_CPU_IDLE_CALXEDA=y, CONFIG_SWP_EMULATE=y + * [Config] ARM_HIGHBANK_CPUFREQ=y + * [Config] CPU_IDLE_MULTIPLE_DRIVERS=y, CPU_FREQ_DEFAULT_GOV_ONDEMAND=y + * SAUCE: ARM: cache-l2x0: fix masking of RTL revision numbering and + set_debug init + * SAUCE: ahci: remove calxeda ahci controller + * SAUCE: cpuidle: calxeda: disable power gating by default + * SAUCE: net: calxedaxgmac: fix rx ring handling when OOM + * SAUCE: dm-raid45: Fix incompatible ptr assignments + Clean up compile warnings. + * [Config] Removed modules from ABI + * [Config] CONFIG_SATA_HIGHBANK=n for x86 + * [Config] Remove highbank as a flavour + * [Config] CONFIG_MAILBOX=y + * SAUCE: acpi/video.c: Fix compile warnings + * SAUCE: apparmor: Fix compile warnings + * SAUCE: vesafb: Cleanup compile warnings + * Release Tracking Bug + - LP: #1161054 + * i2c: iSMT: add Intel Avoton DeviceIDs + - LP: #1083965 + * ARM: use device tree to get smp_twd clock + * clk / highbank: Prevent glitches in non-bypass reset mode + * ARM / highbank: add support for pl320 IPC + * cpufreq / highbank: add support for highbank cpufreq + * PM / OPP: switch exported symbols to GPL variant + * PM / OPP: Export more symbols for module usage + * mailbox, pl320-ipc: remove __init from probe function + * SAUCE: PCI: define macro for marvell vendor ID + - LP: #1159863 + * SAUCE: PCI: fix system hang issue of Marvell SATA host controller + - LP: #1159863 + + -- Andy Whitcroft Mon, 08 Apr 2013 10:32:32 +0100 + +linux-lowlatency (3.8.0-14.9) raring; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.8.0-14.24 + + [ Ubuntu: 3.8.0-14.24 ] + + * [Config] rename omap flavour to generic + * [Config] USB_MUSB_HDRC=m + * SAUCE: mfd: omap-usb-host: Fix clk warnings at boot + * SAUCE: Revert "brcmsmac: support 4313iPA" + - LP: #1157190 + * [Config] CONFIG_SERIAL_8250_DW=m across all arches + - LP: #1031162 + * [debian] Build extras package only for specific arches + * [config] Set do_extras_package=true for x86en + * Rebase to 3.8.4 + * Release Tracking Bug + - LP: #1158863 + * Input: ALPS - document the alps.h data structures + - LP: #1089413 + * Input: ALPS - copy "model" info into alps_data struct + - LP: #1089413 + * Input: ALPS - move alps_get_model() down below hw_init code + - LP: #1089413 + * Input: ALPS - introduce helper function for repeated commands + - LP: #1089413 + * Input: ALPS - rework detection sequence + - LP: #1089413 + * Input: ALPS - use function pointers for different protocol handlers + - LP: #1089413 + * Input: ALPS - move {addr,nibble}_command settings into + alps_set_defaults() + - LP: #1089413 + * Input: ALPS - rework detection of Pinnacle AGx touchpads + - LP: #1089413 + * Input: ALPS - fix command mode check + - LP: #1089413 + * Input: ALPS - move pixel and bitmap info into alps_data struct + - LP: #1089413 + * Input: ALPS - make the V3 packet field decoder "pluggable" + - LP: #1089413 + * Input: ALPS - add support for "Rushmore" touchpads + - LP: #1089413 + * Input: ALPS - enable trackstick on Rushmore touchpads + - LP: #1089413 + * Input: ALPS - remove unused argument to alps_enter_command_mode() + - LP: #1089413 + * Input: ALPS - add "Dolphin V1" touchpad support + - LP: #1089413 + * serial: 8250_dw: Use ifdef with ACPI + - LP: #1031162 + * rebase to v3.8.4 + + [ Ubuntu: 3.8.0-13.23 ] + + * Revert "drm/i915: enable irqs earlier when resuming" + - LP: #1156310 + * Revert "drm/i915: reorder setup sequence to have irqs for output setup" + - LP: #1156310 + * x86/apic: Remove noisy zero-mask warning from + default_send_IPI_mask_logical() + - LP: #1100202 + * drm/i915: Fix races in gen4 page flip interrupt handling + - LP: #1116587 + * drm/i915: Revert hdmi HDP pin checks + - LP: #1135668 + * signal: always clear sa_restorer on execve + - LP: #1153813 + - CVE-2013-0914 + + [ Ubuntu: 3.8.0-13.22 ] + + * Revert "SAUCE: fireware: add NO_MSI quirks for o2micro controller" + * SAUCE: alx: use github.com/qca/alx repo + - LP: #1154238 + * [packaging] do not use ../.$(series)-env file + * SAUCE: Convert bnx2x firmware files to ihex format + * SAUCE: alx: Update to heads/master + - LP: #1154238 + * SAUCE: efivars: Allow disabling use as a pstore backend + * [Config] Re-enable CONFIG_PSTORE for x86 + * Drop efivarfs reverts in favor of 3.8.3 stable updates + Revert "efivarfs: Validate filenames much more aggressively" + Revert "efivarfs: guid part of filenames are case-insensitive" + * [Config] CONFIG_I2C_ISMT=m + - LP: #1011449 + * [Config] CONFIG_SERIAL_8250_DMA=y,CONFIG_SERIAL_8250_DW=m for x86en + - LP: #1031162 + * Release Tracking Bug + - LP: #1155680 + * net/sctp: Validate parameter size for SCTP_GET_ASSOC_STATS + - LP: #1152791 + - CVE-2013-1828 + * mfd: rtsx: Implement driving adjustment to device-dependent callbacks + - LP: #1153618 + * mfd: rtsx: Support RTS5227 + - LP: #1153618 + * mmc: rtsx: remove driving adjustment + - LP: #1153618 + * i2c: Adding support for Intel iSMT SMBus 2.0 host controller + - LP: #1011449 + * i2c: fix i2c-ismt.c printk format warning + - LP: #1011449 + * serial: quatech: add the other serial identifiers and preliminary + control code + - LP: #1031162 + * serial: Remove RM9000 series serial driver. + - LP: #1031162 + * serial: 8250_pci: remove __devexit usage + - LP: #1031162 + * serial: 8250: Allow drivers to deliver capabilities + - LP: #1031162 + * serial: 8250_dw: Don't use UPF_FIXED_TYPE + - LP: #1031162 + * serial: 8250_dw: Map IO memory + - LP: #1031162 + * serial: 8250_dw: Move device tree code to separate function + - LP: #1031162 + * serial: 8250_dw: Set FIFO size dynamically + - LP: #1031162 + * serial: 8250_dw: Add ACPI 5.0 support + - LP: #1031162 + * serial: 8250: Add support for dmaengine + - LP: #1031162 + * serial: 8250_dw: Enable DMA support with ACPI + - LP: #1031162 + * rebase to v3.8.3 + + -- Andy Whitcroft Mon, 25 Mar 2013 09:40:27 +0000 + +linux-lowlatency (3.8.0-12.8) raring; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.8.0-12.21 + + [ Ubuntu: 3.8.0-12.21 ] + + * [Config] CONFIG_PSTORE=n for x86 + * Release Tracking Bug + - LP: #1152228 + * Revert "efivarfs: guid part of filenames are case-insensitive" + - LP: #1146988 + * Revert "efivarfs: Validate filenames much more aggressively" + - LP: #1146988 + * mfd: rtsx: Optimize card detect flow + - LP: #1148892 + * mfd: rtsx: Fix issue that booting OS with SD card inserted + - LP: #1148892 + + [ Ubuntu: 3.8.0-11.20 ] + + * Release Tracking Bug + - LP: #1147659 + * [Config] CONFIG_SPI_PXA2XX_PCI=m + - LP: #1031169 + * CONFIG_SATA_ZPODD=y + - LP: #1031180 + * CONFIG_GPIO_LYNXPOINT=y + - LP: #1031174 + * spi/pxa2xx-pci: switch to use pcim_* interfaces + - LP: #1031169 + * spi/pxa2xx: embed the ssp_device to platform data + - LP: #1031169 + * spi/pxa2xx: allow building on a 64-bit kernel + - LP: #1031169 + * spi/pxa2xx: fix warnings when compiling a 64-bit kernel + - LP: #1031169 + * spi/pxa2xx: convert to the pump message infrastructure + - LP: #1031169 + * spi/pxa2xx: convert to the common clk framework + - LP: #1031169 + * spi/pxa2xx: break out the private DMA API usage into a separate file + - LP: #1031169 + * spi/pxa2xx: add support for DMA engine + - LP: #1031169 + * spi/pxa2xx: add support for runtime PM + - LP: #1031169 + * spi/pxa2xx: add support for SPI_LOOP + - LP: #1031169 + * spi/pxa2xx: add support for Intel Low Power Subsystem SPI + - LP: #1031169 + * spi/pxa2xx: add support for Lynxpoint SPI controllers + - LP: #1031169 + * i2c-designware: always set the STOP bit after last byte + - LP: #1031166 + * i2c-designware: add minimal support for runtime PM + - LP: #1031166 + * i2c-designware: add support for Intel Lynxpoint + - LP: #1031166 + * remove can_power_off flag from scsi_device + - LP: #1031180 + * sr: support runtime pm + - LP: #1031180 + * libata: identify and init ZPODD devices + - LP: #1031180 + * libata: move acpi notification code to zpodd + - LP: #1031180 + * libata: check zero power ready status for ZPODD + - LP: #1031180 + * libata: handle power transition of ODD + - LP: #1031180 + * libata: expose pm qos flags for ata device + - LP: #1031180 + * libata: do not suspend port if normal ODD is attached + - LP: #1031180 + * pm: differentiate system and runtime pm for ata port + - LP: #1031180 + * PM code cleanup for ata port + - LP: #1031180 + * scsi: no poll when ODD is powered off + - LP: #1031180 + * Set proper SK when CK_COND is set. + - LP: #1031180 + * fix smatch warning for zpodd_wake_dev + - LP: #1031180 + * gpio/lynxpoint: add chipset gpio driver. + - LP: #1031174 + + [ Ubuntu: 3.8.0-10.19 ] + + * [Config] annotate CONFIG_PATA_ACPI + * rebase to v3.8.2 + * NFC: Fixed nfc core and hci unregistration and cleanup + - LP: #1083994 + * NFC: Added error handling in event_received hci ops + - LP: #1083994 + * NFC: Changed event_received hci ops result semantic + - LP: #1083994 + * NFC: Fixed skb leak in tm_send() nfc and hci ops implementations + - LP: #1083994 + * NFC: Add HCI quirks to support driver (non)standard implementations + - LP: #1083994 + * USB: Don't use EHCI port sempahore for USB 3.0 hubs. + - LP: #1011415 + * USB: Prepare for refactoring by adding extra udev checks. + - LP: #1011415 + * USB: Rip out recursive call on warm port reset. + - LP: #1011415 + * USB: Fix connected device switch to Inactive state. + - LP: #1011415 + * USB: Use helper function hub_set_port_link_state + - LP: #1011415 + * USB: Refactor hub_port_wait_reset. + - LP: #1011415 + * usb/core: consider link speed while looking at bMaxPower + - LP: #1011415 + * usb/core: update power budget for SuperSpeed + - LP: #1011415 + * usb: Add driver/usb/core/(port.c,hub.h) files + - LP: #1011415 + * usb: fix compilation error and warning of driver/usb/core/port.c on arm + and blackfin + - LP: #1011415 + * usb: Add "portX/connect_type" attribute to expose usb port's connect + type + - LP: #1011415 + * usb: Create link files between child device and usb port device. + - LP: #1011415 + * USB: Set usb port's DeviceRemovable according acpi information + - LP: #1011415 + * USB: fix sign-extension bug in the hub driver + - LP: #1011415 + * usb: add runtime pm support for usb port device + - LP: #1011415 + * usb: add usb port auto power off mechanism + - LP: #1011415 + * usb: expose usb port's pm qos flags to user space + - LP: #1011415 + * usb: enable usb port device's async suspend. + - LP: #1011415 + * drm: add prime helpers + - LP: #1138440 + * drm/nouveau: use prime helpers + - LP: #1138440 + * drm/radeon: use prime helpers + - LP: #1138440 + * rebase to v3.8.2 + - LP: #961286 + * Release Tracking Bug + - LP: #1144449 + + -- Andy Whitcroft Thu, 07 Mar 2013 17:19:41 +0000 + +linux-lowlatency (3.8.0-9.7) raring; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.8.0-9.18 + + [ Ubuntu: 3.8.0-9.18 ] + + * Release Tracking Bug + - LP: #1135937 + * [Config] CONFIG_PATA_ACPI=m + - LP: #1084783 + * intel_idle: stop using driver_data for static flags + - LP: #1083993 + * intel_idle: support Haswell + - LP: #1083993 + * i2c: i801: SMBus patch for Intel Avoton DeviceIDs + - LP: #1083965 + * ahci: AHCI-mode SATA patch for Intel Avoton DeviceIDs + - LP: #1083965 + * ata_piix: IDE-mode SATA patch for Intel Avoton DeviceIDs + - LP: #1083965 + * rebase to v3.8.1 + - LP: #1011792 + + [ Ubuntu: 3.8.0-8.17 ] + + * Release Tracking Bug + - LP: #1133552 + * Bump ABI to fix armhf FTBS + * d-i: Add hid-logitech-dj to input-modules + - LP: #975198 + + [ Ubuntu: 3.8.0-7.16 ] + + * [Config] all new menu aligned annotations + * [Config] v3.8 configuration review -- pass 1 + * [Config] v3.8 configuration review -- pass 2 + * [Config] apply v3.8 final configuration review changes + * [Config] annotation: ALX does not build on powerpc + * [Config] CONFIG_DEBUG_INFO=y + * SAUCE: sock_diag: Fix out-of-bounds access to sock_diag_handlers[] + - LP: #1132896 + - CVE-2013-1763 + + [ Ubuntu: 3.8.0-7.15 ] + + * [Config] Add CONFIG_PS2_CYPRESS + * SAUCE: Input: Cypress PS/2 Trackpad simulated multitouch + * SAUCE: Input: fix Cypress PS/2 Trackpad in Dell XPS12 + - LP: #1103594 + * Input: increase struct ps2dev cmdbuf[] to 8 bytes + * Input: add support for Cypress PS/2 Trackpads + - LP: #978807 + + -- Andy Whitcroft Thu, 28 Feb 2013 23:04:23 +0000 + +linux-lowlatency (3.8.0-7.6) raring; urgency=low + + [ Andy Whitcroft ] + + * packaging -- default pocket is no longer -proposed + * rebase to Ubuntu-3.8.0-7.14 + + [ Ubuntu: 3.8.0-7.14 ] + + * [Config] CONFIG_RCU_USER_QS=n + * [Config] CONFIG_MTD_ONENAND_SIM=n + * annotations: add annotations for CONFIG_CC_STACKPROTECTOR + * rebase to v3.8 + * Release Tracking Bug + - LP: #1130111 + * UBUNTU: SAUCE: rt2x00: rt2x00pci_regbusy_read() - only print register access failure once + - LP: #1128840 + + -- Andy Whitcroft Thu, 21 Feb 2013 12:55:43 +0000 + +linux-lowlatency (3.8.0-6.5) raring; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.8.0-6.13 + + [ Ubuntu: 3.8.0-6.13 ] + + * Release Tracking Bug + - LP: #1125364 + * Add ahci modules to d-i + - LP: #1124415 + * SAUCE: drm/i915: Wait for pending flips to complete before tearing down + the encoders + - LP: #1097315 + + [ Ubuntu: 3.8.0-6.12 ] + + * perf: NO_LIBPERL=1 + * Fix linux-headers dependency + * Release Tracking Bug + - LP: #1124362 + * [Config] enable CONFIG_AUFS_EXPORT to allow nfs exports + - LP: #1121699 + * SAUCE: drm/i915: write backlight harder + - LP: #954661 + + -- Andy Whitcroft Mon, 18 Feb 2013 12:01:48 +0000 + +linux-lowlatency (3.8.0-6.4) raring; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.8.0-6.11 + + [ Ubuntu: 3.8.0-6.11 ] + + * Release Tracking Bug + - LP: #1122071 + * rebase to v3.8-rc7 + * Add libaudit-dev as a build dependency + * Build perf with NO_LIBPYTHON=1 to avoid a python build dependency. + * [Config] Remove CONFIG_SATA_AHCI annotation + + [ Ubuntu: 3.8.0-5.10 ] + + * Release Tracking Bug + - LP: #1118568 + * Bump ABI to fix install issue with 3.8.0-4.8. + Moving drivers/ata/*ahci* to linux-image caused an + install conflict with linux-image-extras without an + ABI bump. + * SAUCE: xen-pciback: rate limit error messages from + xen_pcibk_enable_msi{, x}() + - LP: #1117336 + - CVE-2013-0231 + + -- Andy Whitcroft Mon, 11 Feb 2013 18:22:23 +0000 + +linux-lowlatency (3.8.0-4.3) raring; urgency=low + + [ Andy Whitcroft ] + + * [Config] add a build dependancy on openssl + * rebase to Ubuntu-3.8.0-4.9 + + [ Ubuntu: 3.8.0-4.9 ] + + * d-i: Add mellanox ethernet drivers to nic-modules + - LP: #1015339 + * SAUCE: ACPI: Add DMI entry for Sony VGN-FW41E_H + - LP: #1113547 + * SAUCE: alx driver import script + * SAUCE: alx: Update to heads/master + * Release Tracking Bug + - LP: #1117673 + * [debian] Remove dangling symlink from headers package + - LP: #1112442 + * [config] CONFIG_ALX=m + * [Config] Add alx to d-i nic-modules + * [Config] CONFIG_SATA_AHCI=m + - LP: #1056563 + + -- Andy Whitcroft Thu, 07 Feb 2013 16:03:16 +0000 + +linux-lowlatency (3.8.0-4.2) raring; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.8.0-4.8 + + [ Ubuntu: 3.8.0-4.8 ] + + * SAUCE: imx6: dts: Add IMX6Q AHCI support + * rebase to v3.8-rc6 + * updateconfigs following rebase to v3.8-rc6 + * Release Tracking Bug + - LP: #1112573 + * SAUCE: imx6: enable sata clk if SATA_AHCI_PLATFORM + * [Config] SERIAL_AMBA_PL011=y (vexpress serial console) + * [Config] MMC_ARMMMCI=y (vexpress mmc) + * [Config] FB_ARMCLCD=y (vexpress framebuffer) + * [Config] CONFIG_MAC80211_MESSAGE_TRACING=y + * rebase to v3.8-rc6 + - LP: #1107477 + + [ Ubuntu: 3.8.0-3.7 ] + + * SAUCE: ARM: OMAP2+: add cpu id register to MAC address helper + * SAUCE: ARM: omap2 add mac address allocation register api + * SAUCE: ARM: omap2 panda register ethernet and wlan for automatic mac + allocation + * rebase to v3.8-rc5 + * Release Tracking Bug + - LP: #1111486 + * SAUCE: davinci: vpss: compilation fix + * [Config] enable TI OMAP4 support (Pandaboard/ES) + * [Config] OMAP_USB2=y (since TWL6030_USB depends on it) + * [Config] enable Freescale IMX6 support (SabreLite) + * [Config] SERIAL_IMX_CONSOLE=y + * [Config] MMC_*_IMX=y + * [Config] disable USB_SUSPEND + * [Config] USB_MXS_PHY=y + * [Config] USB_CHIPIDEA=y + * SAUCE: DTB: add support for multiple DTBs + * SAUCE: DTB: build imx6q-sabrelite + * SAUCE: DTB: build beaglexm + * SAUCE: DTB: build panda/panda es + * [Config] disable CPU_FREQ + * [Config] PANEL_TFP410=y (video DVI output) + * [Config] SND_OMAP_SOC*=y + * [Config] SND_IMX_SOC*=y + * [Config] I2C_IMX=y + * [Config] SPI_IMX=m + * [Config] Move 9p modules into generic package + - LP: #1107658 + * SAUCE: ARM: OMAP2+: Limit omap initcalls to omap only on multiplatform + kernels + * SAUCE: ARM: OMAP2+: Use omap initcalls + * SAUCE: ARM: OMAP: Fix i2c cmdline initcall for multiplatform + * SAUCE: ARM: OMAP: Fix dmaengine init for multiplatform + * SAUCE: ARM: OMAP2+: Add multiplatform debug_ll support + * SAUCE: ARM: OMAP2+: Disable code that currently does not work with + multiplaform + * SAUCE: ARM: OMAP2+: Enable ARCH_MULTIPLATFORM support + * SAUCE: ARM: OMAP2+: Add minimal support for booting vexpress + * SAUCE: ARM: OMAP2+: Remove now obsolete uncompress.h and debug-macro.S + * rebase to v3.8-rc5 + - LP: #1096789 + + [ Ubuntu: 3.8.0-2.6 ] + + * Fix up linux-tools -> SRCPKGNAME-tools rename + * [Config] re-disable CONFIG_SOUND_OSS + - LP: #1105230 + * SAUCE: brcmsmac: fix tx status processing + * Release Tracking Bug + - LP: #1105104 + + [ Ubuntu: 3.8.0-1.5 ] + + * Release Tracking Bug + - LP: #1101235 + * SAUCE: Input: add support for Cypress PS/2 Trackpads + - LP: #978807 + * SAUCE: Input: increase struct ps2dev cmdbuf[] to 8 bytes + * SAUCE: Input: Cypress PS/2 Trackpad simulated multitouch + * [Config] Add CONFIG_PS2_CYPRESS + * rebase to v3.8-rc4 + * rebase to v3.8-rc4 + - LP: #1095315 + - LP: #886975 + - LP: #1086921 + + [ Ubuntu: 3.8.0-0.4 ] + + * [Config] Update CONFIG_TOUCHSCREEN_EGALAX build annotation + * [Config] Update CONFIG_IIO build annotation + * [Config] Update CONFIG_TOUCHSCREEN_EETI annotation + * [Config] Remove CONFIG_SPI_DW_MMIO annotation + * [Config] Remove CONFIG_SPI_PL022 annotation + * [Config] Update CONFIG_EZX_PCAP annotation + * [Config] Update CONFIG_SENSORS_AK8975 annotation + * [Config] Disable CONFIG_DRM_MGAG200 + - LP: #1042903 + + -- Andy Whitcroft Mon, 04 Feb 2013 22:32:52 +0000 + +linux-lowlatency (3.8.0-0.1) raring; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.8.0-0.3 + + [ Ubuntu: 3.8.0-0.3 ] + + * Revert "SAUCE: (no-up) trace: add trace events for open(), exec() and + uselib()" + * SAUCE: (no-up) trace: add trace events for open(), exec() and uselib() + (for v3.7+) + - LP: #1085766, #462111 + + [ Ubuntu: 3.8.0-0.2 ] + + * [packaging] Add macro to selectively disable building perf + * [packaging] Cannot depend on universe package libaudit-dev + + [ Ubuntu: 3.8.0-0.1 ] + + * rebase to v3.8-rc3 + - LP: #1096789 + * rebase to v3.8-rc2 + - LP: #1082357 + - LP: #1075882 + + -- Andy Whitcroft Fri, 11 Jan 2013 18:31:32 +0000 + +linux-lowlatency (3.7.0-7.5) raring; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.7.0-7.15 + + [ Ubuntu: 3.7.0-7.15 ] + + * SAUCE: add eeprom_bad_csum_allow module parameter + - LP: #1070182 + * Add ceph to linux-image for virtual instances + - LP: #1063784 + * SAUCE: net: dev_change_net_namespace: send a KOBJ_REMOVED/KOBJ_ADD + * [Config] CONFIG_SLUB_DEBUG=y + - LP: #1090308 + * Revert "[SCSI] sd: Implement support for WRITE SAME" + - LP: #1089818 + + [ Ubuntu: 3.7.0-6.14 ] + + * [Config] annotations: all new annotations scheme including defaults + * [Configs] apply annotation updates to main configs (top section) + * Revert "SAUCE: include and for mmc_core arm + build" + * Revert "SAUCE: [arm] fixup __aeabi_uldivmod undefined build error" + * Temporarily disable module check for build + * ubuntu: dm-raid45: Adapt to upstream interface changes + * Re-enable build of dm-raid45 + * SAUCE: Moved scripts/fw-to-ihex.sh to debian/scripts/misc + * SAUCE: ACPICA: Fix ACPI mutex object allocation memory leak on error + * SAUCE: drm: Fix possible EDID memory allocation oops + * SAUCE: ttm: Fix possible _manager memory allocation oops + * SAUCE: iwlwifi: iwlagn_request_scan: Fix check for priv->scan_request + * SAUCE: i915: intel_set_mode: Reduce stack allocation from 500 bytes to + 2 pointers + * SAUCE: tools: hv: Netlink source address validation allows DoS + - LP: #1084777 + - CVE-2012-5532 + * rebase to v3.7 + + -- Andy Whitcroft Mon, 17 Dec 2012 16:45:20 +0000 + +linux-lowlatency (3.7.0-5.4) raring-proposed; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.7.0-5.13 + + [ Ubuntu: 3.7.0-5.13 ] + + * SAUCE: inotify, fanotify: replace fsnotify_put_group() with + fsnotify_destroy_group() + - LP: #922906 + * SAUCE: fsnotify: introduce fsnotify_get_group() + - LP: #922906 + * SAUCE: fsnotify: use reference counting for groups + - LP: #922906 + * SAUCE: fsnotify: take groups mark_lock before mark lock + - LP: #922906 + * SAUCE: fanotify: add an extra flag to mark_remove_from_mask that + indicates wheather a mark should be destroyed + - LP: #922906 + * SAUCE: fsnotify: use a mutex instead of a spinlock to protect a groups + mark list + - LP: #922906 + * SAUCE: fsnotify: pass group to fsnotify_destroy_mark() + - LP: #922906 + * SAUCE: fsnotify: introduce locked versions of fsnotify_add_mark() and + fsnotify_remove_mark() + - LP: #922906 + * SAUCE: fsnotify: dont put marks on temporary list when clearing marks + by group + - LP: #922906 + * SAUCE: fsnotify: change locking order + - LP: #922906 + * [Config] CONFIG_NFC_LLCP=y + * [Config] get-firmware: Filter new files through fwinfo + * [Config] CONFIG_MTD_NAND_DOCG4=m for all arches + * [Config] CONFIG_DRM_EXYNOS_HDMI=y + * [Config] CONFIG_XEN=y for all arches + * [Config] CONFIG_SND_OMAP_SOC_ZOOM2=m + * [Config] CONFIG_MMC_DW_EXYNOS=m + * [Config] CONFIG_GPIO_ADNP=m + * [Config] find-obsolete-firmware: Use correct path + * rebase to v3.7-rc8 + - LP: #1084640 + * Revert "VFS: don't do protected {sym,hard}links by default" + - LP: #1084192 + + -- Andy Whitcroft Wed, 05 Dec 2012 15:25:17 +0000 + +linux-lowlatency (3.7.0-4.3) raring-proposed; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.7.0-4.12 + + [ Ubuntu: 3.7.0-4.12 ] + + * Revert "[Config] Use -j1 for headers_install" + * Revert "[Config] install-arch-headers needs a valid config" + Strayed into the weeds in search of the root cause of the periodic + build failure. + Fixes powerpc FTBS introduced in -4.11. + * [Config] hmake -j1 + The kernel makefile appears to have parallel dependency + problems for the install_headers target. This appears to be root + cause for a periodic build failure on N-way machines. + + [ Ubuntu: 3.7.0-4.11 ] + + * [Config] Use -j1 for headers_install + Also fixes a powerpc FTBS introduced by + "[Config] install-arch-headers needs a valid config". + + [ Ubuntu: 3.7.0-4.10 ] + + * [Config] add rebuild-test support for autopkgtest + - LP: #1081500 + * [tests] move build tests out of the way + - LP: #1081500 + * [tests] add an autopkgtest rebuild test + - LP: #1081500 + * rebase to v3.7-rc7 + * SAUCE: Remove emi62 files duplicated in linux-firmware + * SAUCE: Remove sb16 files duplicated in linux-firmware + * SAUCE: Remove whiteheat files duplicated in linux-firmware + * SAUCE: Remove yamaha files duplicated in linux-firmware + * SAUCE: Remove dsp56k files used only by m68k + * SAUCE: firmware: Remove last vestiges of dabusb + * SAUCE: Remove vicam files duplicated in linux-firmware + * [Config] install-arch-headers needs a valid config + * rebase to v3.7-rc7 + - LP: #1076840 + - LP: #1081466 + + -- Andy Whitcroft Wed, 28 Nov 2012 17:52:14 +0000 + +linux-lowlatency (3.7.0-3.2) raring; urgency=low + + [ Andy Whitcroft ] + + * [Config] linux-image-* should Suggests: linux-headers-* + - LP: #1029730 + * rebase to Ubuntu-3.7.0-3.9 + + [ Ubuntu: 3.7.0-3.9 ] + + * [Config] Enable CONFIG_X86_CPUFREQ_NFORCE2=y + - LP: #1079900 + * Add nfsv3 to nfs-modules udeb + * [Config] SND_OMAP_SOC*=y + - LP: #1019321 + * SAUCE: (no-up) xen/netfront: handle compound page fragments on transmit + - LP: #1078926 + * Revert "SAUCE: SECCOMP: audit: always report seccomp violations" + - LP: #1079469 + * Revert "SAUCE: omap3 clocks .dev_id = NULL" + * rebase to v3.7-rc6 + * SAUCE: script to detect obsolete firmware + * SAUCE: Remove yam files duplicated in linux-firmware + * SAUCE: Remove tehuti files duplicated in linux-firmware + * SAUCE: Remove matrox files duplicated in linux-firmware + * SAUCE: Remove cxgb3 files duplicated in linux-firmware + * SAUCE: Remove r128 files duplicated in linux-firmware + * SAUCE: Remove acenic files duplicated in linux-firmware + * SAUCE: Remove keyspan files duplicated in linux-firmware + * SAUCE: Remove sun files duplicated in linux-firmware + * SAUCE: Remove radeon files duplicated in linux-firmware + * SAUCE: Update bnx2x firmware to 7.8.2.0 + * [Config] generic.inclusion-list: econet has disappeared + * seccomp: forcing auditing of kill condition + - LP: #1079469 + * rebase to v3.7-rc6 + + -- Andy Whitcroft Wed, 21 Nov 2012 16:46:18 +0000 + +linux-lowlatency (3.7.0-2.1) raring; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.7.0-2.8 + + [ Ubuntu: 3.7.0-2.8 ] + + * Revert "overlayfs: disable until FTBS is fixed" + * Revert "ubuntu: overlayfs" + * Revert "ubuntu: AUFS" + * ubuntu: overlayfs -- overlayfs: add statfs support + * ubuntu: overlayfs -- ovl: switch to __inode_permission() + * ubuntu: overlayfs -- overlayfs: copy up i_uid/i_gid from the underlying + inode + - LP: #944386 + * ubuntu: AUFS (no-squash): basic framework and update machinary + * ubuntu: AUFS (no-squash) -- aufs3-base.patch + * ubuntu: AUFS (no-squash) -- aufs3-standalone.patch + * ubuntu: AUFS: aufs-update -- follow the uapi header changes + * ubuntu: AUFS -- update to f2873474324d0a31af4340554b9715f51331bc7f + * ubuntu: AUFS (no-squash) -- reenable + - LP: #1079193 + * ubuntu: overlayfs -- overlayfs: implement show_options + * ubuntu: overlayfs -- vfs: add i_op->dentry_open() + * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules + * ubuntu: overlayfs -- vfs: introduce clone_private_mount() + * ubuntu: overlayfs -- overlay filesystem + * ubuntu: overlayfs -- fs: limit filesystem stacking depth + * ubuntu: overlayfs -- vfs: export __inode_permission() to modules + * ubuntu: overlayfs -- overlay: overlay filesystem documentation + * ubuntu: overlayfs -- overlayfs: fix possible leak in ovl_new_inode + * ubuntu: overlayfs -- overlayfs: create new inode in ovl_link + + -- Andy Whitcroft Thu, 15 Nov 2012 16:25:40 +0000 + +linux-lowlatency (3.7.0-1.20) raring; urgency=low + + [ Andy Whitcroft ] + + * add a common headers package from this package + * [Config] drop lowlatency-pae from d-i configuration + * rebase to Ubuntu-3.7.0-1.7 + + [ Ubuntu: 3.7.0-1.7 ] + + * [Config] Drop dependency on libaudit-dev + Its a universe package which causes an FTBS on the builders. + libaudit-dev is not strictly required for the perf tools build. + + -- Andy Whitcroft Wed, 14 Nov 2012 17:51:51 +0000 + +linux-lowlatency (3.7.0-0.19) raring; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.7.0-0.5 + + -- Andy Whitcroft Wed, 14 Nov 2012 03:59:55 +0000 + +linux-lowlatency (3.5.0-18.18) quantal-proposed; urgency=low + + [Andy Whitcroft] + + * Release Tracking Bug + - LP: #1068866 + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.5.0-18.29 + + [ Ubuntu: 3.5.0-18.29 ] + + * Release Tracking Bug + - LP: #1068224 + * [packaging] do not fail secure copy on older kernels + * SAUCE: efivarfs: efivarfs_file_read ensure we free data in error paths + - LP: #1063061 + * SAUCE: efivars: efivarfs_create() ensure we drop our reference on inode + on error + - LP: #1063061 + * SAUCE: efivarfs: efivarfs_fill_super() fix inode reference counts + - LP: #1063061 + * SAUCE: efivarfs: efivarfs_fill_super() ensure we free our temporary + name + - LP: #1063061 + * SAUCE: efivarfs: efivarfs_fill_super() ensure we clean up correctly on + error + - LP: #1063061 + * [Config] add fs/udf to linux-image to support DVD/CD formats in virtual + instances + - LP: #1066921 + * SAUCE: efi: Handle deletions and size changes in efivarfs_write_file + - LP: #1063061 + * SAUCE: efivarfs: Implement exclusive access for {get, set}_variable + - LP: #1063061 + * SAUCE: input: Cypress PS/2 Trackpad list additional contributors + * SAUCE: input: Cypress PS/2 Trackpad fix lost sync upon palm contact + - LP: #1048258 + * SAUCE: input: Cypress PS/2 Trackpad fix taps turning into hardware + clicks + - LP: #1064086 + * Revert "SAUCE: ext4: fix crash when accessing /proc/mounts + concurrently" + - LP: #1066176 + * Revert "SAUCE: ALSA: hda/realtek - Fix detection of ALC271X codec" + - LP: #1066176 + * SAUCE: efi: add efivars kobject to efi sysfs folder + - LP: #1063061 + * SAUCE: efivarfs: Add documentation for the EFI variable filesystem + - LP: #1063061 + * SAUCE: efi: Add support for a UEFI variable filesystem + - LP: #1063061 + * SAUCE: bridge: Pull ip header into skb->data before looking into ip + header. + - LP: #1065150 + * Revert "drm/i915: correctly order the ring init sequence" + - LP: #1066176 + * vfs: dcache: fix deadlock in tree traversal + - LP: #1063761 + * dm mpath: only retry ioctl when no paths if queue_if_no_path set + - LP: #1063761 + * dm: handle requests beyond end of device instead of using BUG_ON + - LP: #1063761 + * dm table: clear add_random unless all devices have it set + - LP: #1063761 + * dm verity: fix overflow check + - LP: #1063761 + * usb: gadget: make g_printer enumerate again + - LP: #1063761 + * usb: gadget: initialize the strings in tcm_usb_gadget properly + - LP: #1063761 + * USB: option: blacklist QMI interface on ZTE MF683 + - LP: #1063761 + * USB: ftdi_sio: add TIAO USB Multi-Protocol Adapter (TUMPA) support + - LP: #1063761 + * USB: qcaux: add Pantech vendor class match + - LP: #1063761 + * usb: host: xhci: Fix Null pointer dereferencing with 71c731a for + non-x86 systems + - LP: #1063761 + * USB: serial: fix up bug with missing {} + - LP: #1063761 + * staging: speakup_soft: Fix reading of init string + - LP: #1063761 + * tty: keyboard.c: Remove locking from vt_get_leds. + - LP: #1063761 + * staging: r8712u: Do not queue cloned skb + - LP: #1063761 + * staging: comedi: s626: don't dereference insn->data + - LP: #1063761 + * staging: comedi: jr3_pci: fix iomem dereference + - LP: #1063761 + * staging: comedi: don't dereference user memory for INSN_INTTRIG + - LP: #1063761 + * staging: comedi: fix memory leak for saved channel list + - LP: #1063761 + * Remove BUG_ON from n_tty_read() + - LP: #1063761 + * TTY: ttyprintk, don't touch behind tty->write_buf + - LP: #1063761 + * serial: omap: fix software flow control + - LP: #1063761 + * serial: pl011: handle corruption at high clock speeds + - LP: #1063761 + * serial: set correct baud_base for EXSYS EX-41092 Dual 16950 + - LP: #1063761 + * tools/hv: Fix file handle leak + - LP: #1063761 + * tools/hv: Fix exit() error code + - LP: #1063761 + * tools/hv: Check for read/write errors + - LP: #1063761 + * b43legacy: Fix crash on unload when firmware not available + - LP: #1063761 + * firmware: Add missing attributes to EFI variable attribute print out + from sysfs + - LP: #1063761 + * xhci: Intel Panther Point BEI quirk. + - LP: #1063761 + * xHCI: add cmd_ring_state + - LP: #1063761 + * xHCI: add aborting command ring function + - LP: #1063761 + * xHCI: cancel command after command timeout + - LP: #1063761 + * xHCI: handle command after aborting the command ring + - LP: #1063761 + * Increase XHCI suspend timeout to 16ms + - LP: #1063761 + * HID: keep dev_rdesc unmodified and use it for comparisons + - LP: #1049623, #1063761 + * ath9k: Disable ASPM only for AR9285 + - LP: #1063761 + * xen/pciback: Restore the PCI config space after an FLR. + - LP: #1063761 + * coredump: prevent double-free on an error path in core dumper + - LP: #1063761 + * n_gsm.c: Implement 3GPP27.010 DLC start-up procedure in MUX + - LP: #1063761 + * n_gsm: uplink SKBs accumulate on list + - LP: #1063761 + * n_gsm: added interlocking for gsm_data_lock for certain code paths + - LP: #1063761 + * n_gsm: memory leak in uplink error path + - LP: #1063761 + * UBI: fix autoresize handling in R/O mode + - LP: #1063761 + * UBI: erase free PEB with bitflip in EC header + - LP: #1063761 + * Yama: handle 32-bit userspace prctl + - LP: #1063761 + * SCSI: ibmvscsi: Fix host config length field overflow + - LP: #1063761 + * SCSI: hpsa: Use LUN reset instead of target reset + - LP: #1063761 + * can: mscan-mpc5xxx: fix return value check in mpc512x_can_get_clock() + - LP: #1063761 + * remoteproc: select VIRTIO to avoid build breakage + - LP: #1063761 + * remoteproc: fix a potential NULL-dereference on cleanup + - LP: #1063761 + * IPoIB: Fix use-after-free of multicast object + - LP: #1063761 + * IB/srp: Fix use-after-free in srp_reset_req() + - LP: #1063761 + * IB/srp: Avoid having aborted requests hang + - LP: #1063761 + * isci: fix isci_pci_probe() generates warning on efi failure path + - LP: #1063761 + * x86/alternatives: Fix p6 nops on non-modular kernels + - LP: #1063761 + * SCSI: scsi_remove_target: fix softlockup regression on hot remove + - LP: #1063761 + * SCSI: scsi_dh_alua: Enable STPG for unavailable ports + - LP: #1063761 + * Linux 3.5.6 + - LP: #1063761 + * au0828: fix case where STREAMOFF being called on stopped stream causes + BUG() + - LP: #1062917 + * ALSA: hda - do not detect jack on internal speakers for Realtek + - LP: #1064621 + * HID: Remove QUANTA from special drivers list + - LP: #1064921 + * drm/i915: no lvds quirk for Zotac ZDBOX SD ID12/ID13 + - LP: #1064924 + * Revert dyndbg: fix for SOH in logging messages + - LP: #1066176 + * mn10300: only add -mmem-funcs to KBUILD_CFLAGS if gcc supports it + - LP: #1066176 + * kbuild: make: fix if_changed when command contains backslashes + - LP: #1066176 + * kbuild: Fix gcc -x syntax + - LP: #1066176 + * slab: fix the DEADLOCK issue on l3 alien lock + - LP: #1066176 + * intel-iommu: Default to non-coherent for domains unattached to iommus + - LP: #1066176 + * ARM: 7548/1: include linux/sched.h in syscall.h + - LP: #1066176 + * em28xx: Make all em28xx extensions to be initialized asynchronously + - LP: #1066176 + * media: rc: ite-cir: Initialise ite_dev::rdev earlier + - LP: #1066176 + * media: gspca_pac7302: add support for device 1ae7:2001 Speedlink Snappy + Microphone SL-6825-SBK + - LP: #1066176 + * ACPI: run _OSC after ACPI_FULL_INITIALIZATION + - LP: #1066176 + * PCI: acpiphp: check whether _ADR evaluation succeeded + - LP: #1066176 + * mfd: max8925: Move _IO resources out of ioport_ioresource + - LP: #1066176 + * lib/gcd.c: prevent possible div by 0 + - LP: #1066176 + * kernel/sys.c: call disable_nonboot_cpus() in kernel_restart() + - LP: #1066176 + * drivers/scsi/atp870u.c: fix bad use of udelay + - LP: #1066176 + * lguest: fix occasional crash in example launcher. + - LP: #1066176 + * powerpc/eeh: Fix crash on converting OF node to edev + - LP: #1066176 + * ixgbe: fix PTP ethtool timestamping function + - LP: #1066176 + * rapidio/rionet: fix multicast packet transmit logic + - LP: #1066176 + * PM / Sleep: use resume event when call dpm_resume_early + - LP: #1066176 + * workqueue: add missing smp_wmb() in process_one_work() + - LP: #1066176 + * jbd2: don't write superblock when if its empty + - LP: #1066176 + * localmodconfig: Fix localyesconfig to set to 'y' not 'm' + - LP: #1066176 + * bnx2x: fix rx checksum validation for IPv6 + - LP: #1066176 + * tcp: fix regression in urgent data handling + - LP: #1066176 + * xfrm: Workaround incompatibility of ESN and async crypto + - LP: #1066176 + * xfrm_user: return error pointer instead of NULL + - LP: #1066176 + * xfrm_user: return error pointer instead of NULL #2 + - LP: #1066176 + * xfrm: fix a read lock imbalance in make_blackhole + - LP: #1066176 + * xfrm_user: fix info leak in copy_to_user_auth() + - LP: #1066176 + * xfrm_user: fix info leak in copy_to_user_state() + - LP: #1066176 + * xfrm_user: fix info leak in copy_to_user_policy() + - LP: #1066176 + * xfrm_user: fix info leak in copy_to_user_tmpl() + - LP: #1066176 + * xfrm_user: don't copy esn replay window twice for new states + - LP: #1066176 + * net: ethernet: davinci_cpdma: decrease the desc count when cleaning up + the remaining packets + - LP: #1066176 + * ixp4xx_hss: fix build failure due to missing linux/module.h inclusion + - LP: #1066176 + * netxen: check for root bus in netxen_mask_aer_correctable + - LP: #1066176 + * net-sched: sch_cbq: avoid infinite loop + - LP: #1066176 + * pkt_sched: fix virtual-start-time update in QFQ + - LP: #1066176 + * sierra_net: Endianess bug fix. + - LP: #1066176 + * 8021q: fix mac_len recomputation in vlan_untag() + - LP: #1066176 + * batman-adv: make batadv_test_bit() return 0 or 1 only + - LP: #1066176 + * ipv6: release reference of ip6_null_entry's dst entry in __ip6_del_rt + - LP: #1066176 + * ipv6: del unreachable route when an addr is deleted on lo + - LP: #1066176 + * ipv6: fix return value check in fib6_add() + - LP: #1066176 + * tcp: flush DMA queue before sk_wait_data if rcv_wnd is zero + - LP: #1066176 + * sctp: Don't charge for data in sndbuf again when transmitting packet + - LP: #1066176 + * pppoe: drop PPPOX_ZOMBIEs in pppoe_release + - LP: #1066176 + * net: small bug on rxhash calculation + - LP: #1066176 + * net: guard tcp_set_keepalive() to tcp sockets + - LP: #1066176 + * ipv4: raw: fix icmp_filter() + - LP: #1066176 + * ipv6: raw: fix icmpv6_filter() + - LP: #1066176 + * ipv6: mip6: fix mip6_mh_filter() + - LP: #1066176 + * l2tp: fix a typo in l2tp_eth_dev_recv() + - LP: #1066176 + * netrom: copy_datagram_iovec can fail + - LP: #1066176 + * net: do not disable sg for packets requiring no checksum + - LP: #1066176 + * aoe: assert AoE packets marked as requiring no checksum + - LP: #1066176 + * drm/savage: re-add busmaster enable, regression fix + - LP: #1066176 + * SCSI: zfcp: Adapt to new FC_PORTSPEED semantics + - LP: #1066176 + * SCSI: zfcp: Make trace record tags unique + - LP: #1066176 + * SCSI: zfcp: Bounds checking for deferred error trace + - LP: #1066176 + * SCSI: zfcp: Do not wakeup while suspended + - LP: #1066176 + * SCSI: zfcp: remove invalid reference to list iterator variable + - LP: #1066176 + * SCSI: zfcp: restore refcount check on port_remove + - LP: #1066176 + * SCSI: zfcp: only access zfcp_scsi_dev for valid scsi_device + - LP: #1066176 + * PCI: Check P2P bridge for invalid secondary/subordinate range + - LP: #1066176 + * ext4: ignore last group w/o enough space when resizing instead of + BUG'ing + - LP: #1066176 + * ext4: don't copy non-existent gdt blocks when resizing + - LP: #1066176 + * ext4: avoid duplicate writes of the backup bg descriptor blocks + - LP: #1066176 + * ext4: fix potential deadlock in ext4_nonda_switch() + - LP: #1066176 + * ext4: fix crash when accessing /proc/mounts concurrently + - LP: #1066176 + * ext4: move_extent code cleanup + - LP: #1066176 + * ext4: online defrag is not supported for journaled files + - LP: #1066176 + * ext4: always set i_op in ext4_mknod() + - LP: #1066176 + * ext4: fix fdatasync() for files with only i_size changes + - LP: #1066176 + * xfrm_user: ensure user supplied esn replay window is valid + - LP: #1066176 + * ASoC: wm_hubs: Ensure volume updates are handled during class W startup + - LP: #1066176 + * ASoC: wm9712: Fix name of Capture Switch + - LP: #1066176 + * kpageflags: fix wrong KPF_THP on non-huge compound pages + - LP: #1066176 + * hugetlb: do not use vma_hugecache_offset() for vma_prio_tree_foreach + - LP: #1066176 + * mm: fix invalidate_complete_page2() lock ordering + - LP: #1066176 + * mm: thp: fix pmd_present for split_huge_page and PROT_NONE with THP + - LP: #1066176 + * MIPS: ath79: use correct fractional dividers for {CPU,DDR}_PLL on + AR934x + - LP: #1066176 + * drm/i915: prevent possible pin leak on error path + - LP: #1066176 + * ALSA: hda - Add inverted internal mic quirk for Lenovo IdeaPad U310 + - LP: #1066176 + * ALSA: aloop - add locking to timer access + - LP: #1066176 + * ALSA: hda/realtek - Fix detection of ALC271X codec + - LP: #1006690, #1066176 + * ALSA: hda - limit internal mic boost for Asus X202E + - LP: #1052460, #1066176 + * ALSA: usb - disable broken hw volume for Tenx TP6911 + - LP: #1066176, #559939 + * ALSA: USB: Support for (original) Xbox Communicator + - LP: #1066176 + * drm/nvc0/fence: restore pre-suspend fence buffer context on resume + - LP: #1066176 + * drm: Destroy the planes prior to destroying the associated CRTC + - LP: #1066176 + * drm/radeon: only adjust default clocks on NI GPUs + - LP: #1066176 + * drm/radeon: Add MSI quirk for gateway RS690 + - LP: #1066176 + * drm/radeon: force MSIs on RS690 asics + - LP: #1066176 + * drm/i915: Flush the pending flips on the CRTC before modification + - LP: #1066176 + * drm/i915: call drm_handle_vblank before finish_page_flip + - LP: #1066176 + * drm/i915: Fix GT_MODE default value + - LP: #1066176 + * ia64: Add missing RCU idle APIs on idle loop + - LP: #1066176 + * h8300: Add missing RCU idle APIs on idle loop + - LP: #1066176 + * parisc: Add missing RCU idle APIs on idle loop + - LP: #1066176 + * xtensa: Add missing RCU idle APIs on idle loop + - LP: #1066176 + * frv: Add missing RCU idle APIs on idle loop + - LP: #1066176 + * mn10300: Add missing RCU idle APIs on idle loop + - LP: #1066176 + * m68k: Add missing RCU idle APIs on idle loop + - LP: #1066176 + * alpha: Add missing RCU idle APIs on idle loop + - LP: #1066176 + * cris: Add missing RCU idle APIs on idle loop + - LP: #1066176 + * m32r: Add missing RCU idle APIs on idle loop + - LP: #1066176 + * score: Add missing RCU idle APIs on idle loop + - LP: #1066176 + * rcu: Fix day-one dyntick-idle stall-warning bug + - LP: #1066176 + * revert "mm: mempolicy: Let vma_merge and vma_split handle + vma->vm_policy linkages" + - LP: #1066176 + * mempolicy: remove mempolicy sharing + - LP: #1066176 + * mempolicy: fix a race in shared_policy_replace() + - LP: #1066176 + * mempolicy: fix refcount leak in mpol_set_shared_policy() + - LP: #1066176 + * mempolicy: fix a memory corruption by refcount imbalance in + alloc_pages_vma() + - LP: #1066176 + * efi: Build EFI stub with EFI-appropriate options + - LP: #1066176 + * efi: initialize efi.runtime_version to make + query_variable_info/update_capsule workable + - LP: #1066176 + * CPU hotplug, cpusets, suspend: Don't modify cpusets during + suspend/resume + - LP: #1066176 + * mtd: mtdpart: break it as soon as we parse out the partitions + - LP: #1066176 + * mtd: autcpu12-nvram: Fix compile breakage + - LP: #1066176 + * mtd: nandsim: bugfix: fail if overridesize is too big + - LP: #1066176 + * mtd: nand: Use the mirror BBT descriptor when reading its version + - LP: #1066176 + * mtd: omap2: fix omap_nand_remove segfault + - LP: #1066176 + * mtd: omap2: fix module loading + - LP: #1066176 + * mmc: omap_hsmmc: Pass on the suspend failure to the PM core + - LP: #1066176 + * mmc: sh-mmcif: avoid oops on spurious interrupts + - LP: #1066176 + * JFFS2: fix unmount regression + - LP: #1066176 + * JFFS2: don't fail on bitflips in OOB + - LP: #1066176 + * cifs: reinstate the forcegid option + - LP: #1066176 + * Convert properly UTF-8 to UTF-16 + - LP: #1066176 + * Linux 3.5.7 + - LP: #1066176 + + -- Andy Whitcroft Fri, 19 Oct 2012 20:46:48 +0100 + +linux-lowlatency (3.5.0-17.17) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.5.0-17.28 + + [ Ubuntu: 3.5.0-17.28 ] + + * [packaging] we already have a valid src_pkg_name + * [packaging] allow us to select which builds have uefi signed versions + * SAUCE: input: fix weird issue of synaptics psmouse sync lost after + resume + - LP: #717970 + * SAUCE: omap3 clocks .dev_id = NULL + - LP: #1061599 + * [Config] omap: disable USB_[EHCI|OHCI]_HCD_PLATFORM + - LP: #1061599 + * [Config] omap: enforce USB_[EHCI|OHCI]_HCD_PLATFORM=n + - LP: #1061599 + * SAUCE: net/ipv4: Always flush route cache on unregister batch call + - LP: #1021471 + * Bluetooth: Add USB_VENDOR_AND_INTERFACE_INFO() for Broadcom/Foxconn + - LP: #1030233 + * SAUCE: Bluetooth: Remove rules for matching Broadcom vendor specific + IDs + - LP: #1030233 + + [ Ubuntu: 3.5.0-17.27 ] + + * [packaging] add custom upload for the kernel binary package + + -- Andy Whitcroft Tue, 09 Oct 2012 20:31:30 +0100 + +linux-lowlatency (3.5.0-17.16) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.5.0-17.26 + + [ Ubuntu: 3.5.0-17.26 ] + + * SAUCE: ALSA: hda - fix indices on boost volume on Conexant + - LP: #1059523 + * [Config] Build in CONFIG_X86_PCC_CPUFREQ=y + - LP: #1061126 + * Revert "SAUCE: ahci_platform: add custom hard reset for Calxeda ahci + ctrlr" + - LP: #1059432 + * Revert "SAUCE: net: calxedaxgmac: add write barriers around setting + owner bit" + - LP: #1059432 + * Revert "SAUCE: ARM: highbank: use writel_relaxed variant for pwr + requests" + - LP: #1059432 + * Revert "SAUCE: force DMA buffers to non-bufferable on highbank" + - LP: #1059432 + * Revert "SAUCE: input: add a key driver for highbank" + - LP: #1059432 + * [Config] Align highbank config with amd64-generic and add new configs + - LP: #1059432 + * SAUCE: net: calxedaxgmac: enable operate on 2nd frame mode + - LP: #1059432 + * SAUCE: net: calxedaxgmac: remove explicit rx dma buffer polling + - LP: #1059432 + * SAUCE: net: calxedaxgmac: use relaxed i/o accessors in rx and tx paths + - LP: #1059432 + * SAUCE: net: calxedaxgmac: drop some unnecessary register writes + - LP: #1059432 + * SAUCE: net: calxedaxgmac: rework transmit ring handling + - LP: #1059432 + * SAUCE: ARM: highbank: retry wfi on reset request + - LP: #1059432 + * [Config] TIDSPBRIDGE=m + - LP: #1058022 + * rebase to v3.5.5 + * common: DMA-mapping: add DMA_ATTR_NO_KERNEL_MAPPING attribute + - LP: #1059432 + * common: DMA-mapping: add DMA_ATTR_SKIP_CPU_SYNC attribute + - LP: #1059432 + * ARM: dma-mapping: add support for DMA_ATTR_SKIP_CPU_SYNC attribute + - LP: #1059432 + * ARM: add coherent dma ops + - LP: #1059432 + * ARM: add coherent iommu dma ops + - LP: #1059432 + * ARM: highbank: add coherent DMA setup + - LP: #1059432 + * sata: add platform driver for Calxeda AHCI controller + - LP: #1059432 + * xhci: Rate-limit XHCI_TRUST_TX_LENGTH quirk warning. + - LP: #1039478 + * agp/intel-gtt: remove dead code + - LP: #1011440 + * drm/i915: stop using dev->agp->base + - LP: #1011440 + * agp/intel-gtt: don't require the agp bridge on setup + - LP: #1011440 + * drm/i915 + agp/intel-gtt: prep work for direct setup + - LP: #1011440 + * agp/intel-gtt: move gart base addres setup + - LP: #1011440 + * drm/i915: don't use dev->agp + - LP: #1011440 + * drm/i915: disable drm agp support for !gen3 with kms enabled + - LP: #1011440 + * agp/intel-agp: remove snb+ host bridge pciids + - LP: #1011440 + * rebase to v3.5.5 + - LP: #1000424 + + [ Ubuntu: 3.5.0-16.25 ] + + * SAUCE: input: Cypress PS/2 Trackpad fix multi-source, double-click + - LP: #1055788 + * [Config] revert '[Config] enable CONFIG_X86_X32=y' + - LP: #1041883 + * vmwgfx: corruption in vmw_event_fence_action_create() + * drm/nvd0/disp: hopefully fix selection of 6/8bpc mode on DP outputs + - LP: #1058088 + * drm/nv50-/gpio: initialise to vbios defaults during init + - LP: #1058088 + * igb: A fix to VF TX rate limit + - LP: #1058188 + * igb: Add switch case for supported hardware to igb_ptp_remove. + - LP: #1058188 + * igb: Support the get_ts_info ethtool method. + - LP: #1058188 + * igb: Streamline RSS queue and queue pairing assignment logic. + - LP: #1058188 + * igb: Update firmware info output + - LP: #1058188 + * igb: Version bump + - LP: #1058188 + * igb: reset PHY in the link_up process to recover PHY setting after + power down. + - LP: #1058188 + * igb: Fix for failure to init on some 82576 devices. + - LP: #1058188 + * igb: correct hardware type (i210/i211) check in igb_loopback_test() + - LP: #1058188 + * igb: don't break user visible strings over multiple lines in + igb_ethtool.c + - LP: #1058188 + * igb: add delay to allow igb loopback test to succeed on 8086:10c9 + - LP: #1058188 + * igb: fix panic while dumping packets on Tx hang with IOMMU + - LP: #1058188 + * igb: Fix register defines for all non-82575 hardware + - LP: #1058188 + * e1000e: use more informative logging macros when netdev not yet + registered + - LP: #1058219 + * e1000e: Cleanup code logic in e1000_check_for_serdes_link_82571() + - LP: #1058219 + * e1000e: Program the correct register for ITR when using MSI-X. + - LP: #1058219 + * e1000e: advertise transmit time stamping + - LP: #1058219 + * e1000e: 82571 Tx Data Corruption during Tx hang recovery + - LP: #1058219 + * e1000e: fix panic while dumping packets on Tx hang with IOMMU + - LP: #1058219 + * e1000: Combining Bitwise OR in one expression. + - LP: #1058221 + * e1000: advertise transmit time stamping + - LP: #1058221 + * e1000: Small packets may get corrupted during padding by HW + - LP: #1058221 + * sched: Fix migration thread runtime bogosity + - LP: #1057593 + * ACER: Add support for accelerometer sensor + - LP: #1055433 + * ACER: Fix Smatch double-free issue + - LP: #1055433 + * SAUCE: HID: ntrig: change default value of logical/physical + width/height to 1 + - LP: #1044248 + + -- Andy Whitcroft Wed, 03 Oct 2012 23:31:47 +0100 + +linux-lowlatency (3.5.0-16.15) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.5.0-16.24 + + [ Ubuntu: 3.5.0-16.24 ] + + * SAUCE: ata_piix: add a disable_driver option + - LP: #994870 + * (pre-stable) drm/radeon: make 64bit fences more robust v3 (3.5 stable) + - LP: #1029582 + * SAUCE: ALSA: hda - use both input paths on Conexant auto parser + - LP: #1037642 + * SAUCE: ALSA: hda - fix control names for multiple speaker out on + IDT/STAC + - LP: #1046734 + * SAUCE: ALSA: hda/via - don't report presence on HPs with no presence + support + - LP: #1052499 + * SAUCE: ext4: fix crash when accessing /proc/mounts concurrently + - LP: #1053019 + * SAUCE: ALSA: hda/realtek - Fix detection of ALC271X codec + - LP: #1006690 + * SAUCE: input: Cypress PS/2 Trackpad fix disabling tap-to-click + - LP: #1048816 + * [Config] Disable CONFIG_DRM_AST + - LP: #1053290 + * [Config] Disable the Cirrus QEMU drm driver + - LP: #1038055 + * Revert "KVM: VMX: Fix KVM_SET_SREGS with big real mode segments" + - LP: #1045027 + * x86, efi: Handover Protocol + * drm/i915: HDMI - Clear Audio Enable bit for Hot Plug + - LP: #1056729 + * UBUNTU SAUCE: apparmor: fix IRQ stack overflow + - LP: #1056078 + * drm/nouveau: fix booting with plymouth + dumb support + - LP: #1043518 + * ALSA: hda - Add DeviceID for Haswell HDA + - LP: #1057698 + * ALSA: hda - add Haswell HDMI codec id + - LP: #1057698 + * ALSA: hda - Fix driver type of Haswell controller to AZX_DRIVER_SCH + - LP: #1057698 + * ALSA: hda_intel: Add Device IDs for Intel Lynx Point-LP PCH + - LP: #1011438, #1057698 + * SAUCE: ALSA: hda - Add another pci id for Haswell board + - LP: #1057698 + * SAUCE: drm/i915: Explicitly disable RC6 for certain models + - LP: #1002170, #1008867 + + -- Andy Whitcroft Fri, 28 Sep 2012 09:58:29 +0100 + +linux-lowlatency (3.5.0-15.14) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.5.0-15.23 + + [ Ubuntu: 3.5.0-15.23 ] + + * Revert "drm/i915: don't forget the PCH backlight registers" + - LP: #1053269, #1055231, #1055665 + * Revert "drm/i915: fix up PCH backlight #define mixup" + - LP: #1053269, #1055665 + * Revert "drm/i915: allow pipe A for lvds on gen4" + - LP: #1053269, #1055665 + * Revert "drm/i915: properly enable the blc controller on the right pipe" + - LP: #1053269, #1055665 + * Revert "drm/i915: clear up backlight #define confusion on gen4+" + - LP: #1053269, #1055665 + * Revert "drm/i915: pnv has a backlight polarity control bit, too" + - LP: #1053269, #1055665 + + -- Andy Whitcroft Wed, 26 Sep 2012 09:41:38 +0100 + +linux-lowlatency (3.5.0-15.13) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.5.0-15.22 + + [ Ubuntu: 3.5.0-15.22 ] + + * fix regressions introduced by the last batch of i915 patches. + * drm/i915: fix up PCH backlight #define mixup + - LP: #954661 + * drm/i915: don't forget the PCH backlight registers + - LP: #954661 + + [ Ubuntu: 3.5.0-15.21 ] + + * ubuntu: AUFS -- update to 18e455787597579fe144cdb2f18aa6a0a32c46a4 + * [Config] Enable aufs + - LP: #908784 + * eCryptfs: check for eCryptfs cipher support at mount + - LP: #338914 + * drm/i915: pnv has a backlight polarity control bit, too + - LP: #954661 + * drm/i915: clear up backlight #define confusion on gen4+ + - LP: #954661 + * drm/i915: properly enable the blc controller on the right pipe + - LP: #954661 + * drm/i915: allow pipe A for lvds on gen4 + - LP: #954661 + + [ Ubuntu: 3.5.0-15.20 ] + + * rebase to v3.5.4 + * SAUCE: CONFIG_HID_BATTERY_STRENGTH=y + - LP: #1003090 + * eCryptfs: Copy up attributes of the lower target inode after rename + - LP: #561129 + * eCryptfs: Write out all dirty pages just before releasing the lower + file + - LP: #1047261 + * eCryptfs: Call lower ->flush() from ecryptfs_flush() + - LP: #1047261 + * af_netlink: force credentials passing [CVE-2012-3520] + - LP: #1052097 + - CVE-2012-3520 + * drm/i915: clarify IBX dp workaround + - LP: #1011440 + * drm/i915: Implement w/a for sporadic read failures on waking from rc6 + - LP: #1011440 + * drm/i915: support Haswell force waking + - LP: #1011440 + * drm/i915: add RPS configuration for Haswell + - LP: #1011440 + * drm/i915: enable RC6 by default on Haswell + - LP: #1011440 + * drm/i915: introduce haswell_init_clock_gating + - LP: #1011440 + * drm/i915: enable RC6 workaround on Haswell + - LP: #1011440 + * drm/i915: re-initialize DDI buffer translations after resume + - LP: #1011440 + * drm/i915: fix PIPE_DDI_PORT_MASK + - LP: #1011440 + * drm/i915: try to train DP even harder + - LP: #1011440 + * drm/i915: add more Haswell PCI IDs + - LP: #1011440 + * rebase to v3.5.4 + - LP: #1038651 + + [ Ubuntu: 3.5.0-14.19 ] + + * [Config] Fix debug FTBS on non-x86 + + [ Ubuntu: 3.5.0-14.18 ] + + * SAUCE: Add 'used' to the video_cards structure attributes + - LP: #1049650 + + [ Ubuntu: 3.5.0-14.17 ] + + * SAUCE: Intel xhci: Only switch the switchable ports + - LP: #1034814 + + -- Andy Whitcroft Sat, 22 Sep 2012 14:42:41 +0100 + +linux-lowlatency (3.5.0-14.12) quantal-proposed; urgency=low + + [ Tim Gardner ] + + * rebase to Ubuntu-3.5.0-14.16 + + [ Ubuntu: 3.5.0-14.16 ] + + * SAUCE: apple-gmux: Fix index read functions + * SAUCE: input: Cypress PS/2 Trackpad move PSMOUSE_CYPRESS enum + - LP: #1041594 + * SAUCE: Input: synaptics - Adjust threshold for treating position values + as negative + - LP: #1046512 + * mei: check for error codes that mei_flow_ctrl_creds retuns + * mei: make mei_write_message more readable + * mei: mei_irq_thread_write_handler check for overflow + * mei: group wd_interface_reg with watchdog variables within struct + mei_device + * mei: don't query HCSR for host buffer depth + * mei: revamp host buffer interface function + * mei: mei_device can be const for mei register access functions + * mei: remove write only wariable wd_due_counter + * mei: mei_wd_host_init: update the comment + * mei: introduce mei_data2slots wrapper + * mei: streamline the _mei_irq_thread_close/ioctol functions + * mei: mei_irq_thread_write_handler - line break fix + * mei: use module_pci_driver + * mei: fix device stall after wd is stopped + + [ Ubuntu: 3.5.0-14.15 ] + + * SAUCE: fs: d_revalidate methods may be passed a NULL nameidata + - LP: #1038075 + * SAUCE: drm/vmwgfx: add MODULE_DEVICE_TABLE so vmwgfx loads at boot + - LP: #1039157 + * [Config] Enable CONFIG_DEVPTS_MULTIPLE_INSTANCES for highbank + - LP: #1038259 + * SAUCE: wlcore: Declare MODULE_FIRMWARE usage + - LP: #1042918 + * asus-nb-wmi: add some video toggle keys + - LP: #1022427 + * [media] uvcvideo: Fix frame drop in bulk video stream + * [media] uvcvideo: Fix alternate setting selection + * Input: wacom - add support to Cintiq 22HD + - LP: #1043733 + * ALSA: HDA: Create phantom jacks for fixed inputs and outputs + * ALSA: HDA: Support single 3-pin jack without VREF on the actual pin + - LP: #1018262 + * ALSA: hda - give 3-pin jack the name "Headphone Mic Jack" + * ALSA: hda - Do not set GPIOs for speakers on IDT if there are no + speakers + - LP: #1040077 + * ALSA: hda - Fix pop noise in headphones on S3 for Asus X55A, X55V + - LP: #1034779 + * ALSA: hda - Always call standard unsolicited event for Realtek codecs + - LP: #1021192 + * ALSA: hda - Add the inverted digital mic workaround to Realtek codecs + * ALSA: hda - Add inverted mic quirks for Asus U41SV, Acer 1810TZ and + AOD260 + - LP: #1006089, #996611, #997227 + * ALSA: hda - don't create dysfunctional mixer controls for ca0132 + - LP: #1038651 + * ALSA: hda - Don't send invalid volume knob command on IDT 92hd75bxx + + -- Tim Gardner Wed, 12 Sep 2012 08:45:47 -0600 + +linux-lowlatency (3.5.0-13.11) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.5.0-13.14 + + [ Ubuntu: 3.5.0-13.14 ] + + * [Config] Disable CONFIG_DRM_MGAG200 + - LP: #1042903 + * [media] uvcvideo: Reset the bytesused field when recycling an erroneous + buffer + - LP: #1042809 + + -- Andy Whitcroft Wed, 29 Aug 2012 17:29:12 +0100 + +linux-lowlatency (3.5.0-13.10) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.5.0-13.13 + + [ Ubuntu: 3.5.0-13.13 ] + + * rebase to v3.5.3 + * [Config] Add smsc{79}5xx to nic-usb-modules + - LP: #1041397 + * rebase to v3.5.3 + + [ Ubuntu: 3.5.0-12.12 ] + + * [Config] Fix typo on control.stub.in + * [Config] installing omapdrm specific headers for external drivers + - LP: #1038846 + * SAUCE: apple-gmux: Fix port address calculation in gmux_pio_write32() + * SAUCE: (no-up) x86/mm: Fix 64bit size of mapping tables + - LP: #1022561 + * SAUCE: firmware: Remove sb16 files duplicated in linux-firmware + * net: Allow driver to limit number of GSO segments per skb + - LP: #1037456 + - CVE-2012-3412 + * sfc: Fix maximum number of TSO segments and minimum TX queue size + - LP: #1037456 + - CVE-2012-3412 + * tcp: Apply device TSO segment limit earlier + - LP: #1037456 + - CVE-2012-3412 + * cfg80211: add channel flag to prohibit OFDM operation + * brcmsmac: use channel flags to restrict OFDM + * gmux: Add generic write32 function + * apple_gmux: Add support for newer hardware + * apple_gmux: Fix ACPI video unregister + * apple-gmux: Fix kconfig dependencies + * vga_switcheroo: Don't require handler init callback + * vga_switcheroo: Remove assumptions about registration/unregistration + ordering + * apple-gmux: Add display mux support + * mei: add mei_quirk_probe function + - LP: #1041164 + * mutex: Place lock in contended state after fastpath_lock failure + - LP: #1041114 + + [ Ubuntu: 3.5.0-11.11 ] + + * [Config] enable CONFIG_X86_X32=y + * SAUCE: input: Cypress PS/2 Trackpad mouse driver + - LP: #978807 + * SAUCE: input: Cypress PS/2 Trackpad link driver into psmouse-base + - LP: #978807 + * [Config] compile the rtc-pl031 driver as static on the highbank kernel + flavour + - LP: #1035110 + * [Config] Enable CONFIG_DEBUG_HIGHBANK_UART for highbank + - LP: #1034781 + * SAUCE: input: Cypress PS/2 Trackpad code style cleanup + - LP: #978807 + * SAUCE: input: Cypress PS/2 Trackpad eliminate dead code + - LP: #978807 + * SAUCE: input: Cypress PS/2 Trackpad fix no-config stubs + - LP: #978807 + * SAUCE: input: Cypress PS/2 Trackpad set default debug_level=0 + - LP: #978807 + * SAUCE: [Config] add MOUSE_PS2_CYPRESS=y + - LP: #978807 + * SAUCE: Yama: access task_struct->comm directly + * SAUCE: Yama: add link restrictions + * SAUCE: security: unconditionally chain to Yama LSM + * SAUCE: (drop after 3.6) irq_remap: disable IRQ remapping if any IOAPIC + lacks an IOMMU + - LP: #1034459 + * (config) Enable getabis to use local package copies + * rebase to v3.5.2 + * rds: set correct msg_namelen + - LP: #1031112 + - CVE-2012-2340 + * rebase to v3.5.2 + - LP: #1027789 + - LP: #1001251 + + -- Andy Whitcroft Wed, 29 Aug 2012 14:45:08 +0100 + +linux-lowlatency (3.5.0-10.9) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.5.0-10.10 + + [ Ubuntu: 3.5.0-10.10 ] + + * rebase to v3.5.1 + * [Config] Enable CONFIG_AFS_FSCACHE=y + - LP: #728977 + * SAUCE: firmware: Remove emi62 files duplicated in linux-firmware + * SAUCE: firmware: Remove tehuti files duplicated in linux-firmware + * overlayfs: copy up i_uid/i_gid from the underlying inode + - LP: #944386 + * hwmon: (applesmc) Shorten minimum wait time + - LP: #1034449 + * hwmon: (applesmc) Decode and act on read/write status codes + - LP: #1034449 + * rebase to v3.5.1 + - LP: #1026953 + - LP: #1025377 + + -- Andy Whitcroft Tue, 14 Aug 2012 10:11:22 +0100 + +linux-lowlatency (3.5.0-9.8) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * [Config] fix ABI copy in update script + * rebase to Ubuntu-3.5.0-9.9 + + [ Ubuntu: 3.5.0-9.9 ] + + * SAUCE: (drop after 3.6) Forbid invocation of kexec_load() outside + initial PID namespace + - LP: #1034125 + * SAUCE: Unlock the rc_dev lock when the raw device is missing + - LP: #1015836 + * [Config] Enable EDAC/CLK for highbank + - LP: #1008345 + * Revert "ubuntu: AUFS -- reenable" + * SAUCE: net: calxedaxgmac: add write barriers around setting owner bit + - LP: #1008345 + * SAUCE: ARM smp_twd: add back "arm,smp-twd" compatible property + - LP: #1008345 + * SAUCE: ARM: highbank: add soft power and reset key event handling + - LP: #1008345 + * SAUCE: ARM: highbank: use writel_relaxed variant for pwr requests + - LP: #1008345 + * SAUCE: ahci: un-staticize ahci_dev_classify + - LP: #1008345 + * SAUCE: ahci_platform: add custom hard reset for Calxeda ahci ctrlr + - LP: #1008345 + * rt2x00: Add support for BUFFALO WLI-UC-GNM2 to rt2800usb. + - LP: #871904 + * Avoid sysfs oops when an rc_dev's raw device is absent + - LP: #1015836 + * eCryptfs: Copy up POSIX ACL and read-only flags from lower mount + * clk: add DT clock binding support + - LP: #1008345 + * clk: add DT fixed-clock binding support + - LP: #1008345 + * clk: add highbank clock support + * edac: add support for Calxeda highbank memory controller + - LP: #1008345 + * edac: add support for Calxeda highbank L2 cache ecc + - LP: #1008345 + * net: calxedaxgmac: enable rx cut-thru mode + - LP: #1008345 + * net: calxedaxgmac: fix hang on rx refill + - LP: #1008345 + * eCryptfs: Revert to a writethrough cache model + - LP: #1034012 + * eCryptfs: Initialize empty lower files when opening them + - LP: #911507 + * eCryptfs: Unlink lower inode when ecryptfs_create() fails + - LP: #872905 + + -- Andy Whitcroft Thu, 09 Aug 2012 17:01:28 +0100 + +linux-lowlatency (3.5.0-8.7) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * [Config] add update-from-master script + * rebase to Ubuntu-3.5.0-8.8 + + [ Ubuntu: 3.5.0-8.8 ] + + * ubuntu: AUFS -- add BOM and automated update script + * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers + - LP: #684666 + * ubuntu: AUFS -- update aufs-update to track new locations of headers + * ubuntu: AUFS -- clean up the aufs updater and BOM + * ubuntu: AUFS -- documentation on updating aufs2 + * ubuntu: AUFS -- fix undefined __devcgroup_inode_permission + * ubuntu: AUFS -- update to 4cf5db36bcd9748e8e7270022f295f84d1fc2245 + * ubuntu: AUFS -- updateconfigs following update + * ubuntu: AUFS -- suppress benign plink warning messages + - LP: #621195 + * ubuntu: AUFS -- enable in config and makefile + * ubuntu: AUFS -- disable in favor of overlayfs + * ubuntu: AUFS -- adapt to the new changelog handling + * ubuntu: AUFS -- sort out the relative header paths + * ubuntu: AUFS -- update to d266b0c5d0693d6383976ee54b9e2c0fa9a3f5b0 + * ubuntu: AUFS -- aufs3-base.patch + * ubuntu: AUFS -- aufs3-standalone.patch + * ubuntu: AUFS -- update to 4a5e660ed7f5c1d0467c81c535d0fedcfe62d15f + * ubuntu: AUFS -- reenable + * [Config] Add cifs support to the nfs-modules list + - LP: #1031398 + * (pre-stable) iwlwifi: Check BSS ctx active before call mac80211 + - LP: #1021086 + * SAUCE: Update aufs for build failure caused by apparmor backport + * SAUCE: firmware: Remove ess files duplicated in linux-firmware + * SAUCE: firmware: Remove kaweth files duplicated in linux-firmware + * SAUCE: firmware: Remove obsolete Chelsio cxgb3 firmware + * SAUCE: firmware: Remove cxgb3 files duplicated in linux-firmware + * SAUCE: firmware: Remove edgeport files duplicated in linux-firmware + * SAUCE: firmware: Remove ti_usb_3410_5052 duplicated in linux-firmware + * SAUCE: firmware: Remove adaptec files duplicated in linux-firmware + * SAUCE: firmware: Remove advansys files duplicated in linux-firmware + * SAUCE: firmware: Remove ambassador files duplicated in linux-firmware + * SAUCE: firmware: Remove av7110 files duplicated in linux-firmware + * SAUCE: cpia2: Declare MODULE_FIRMWARE usage + * SAUCE: firmware: Remove cpia2 files duplicated in linux-firmware + * SAUCE: firmware: Remove korg files duplicated in linux-firmware + * SAUCE: firmware: Remove matrox files duplicated in linux-firmware + * SAUCE: firmware: Remove r128 files duplicated in linux-firmware + * SAUCE: firmware: Remove radeon files duplicated in linux-firmware + * intel_idle: initial IVB support + * KVM: x86: change PT_FIRST_AVAIL_BITS_SHIFT to avoid conflict with EPT + Dirty bit + * KVM: VMX: Use EPT Access bit in response to memory notifiers + * KVM: VMX: Enable EPT A/D bits if supported by turning on relevant bit + in EPTP + * KVM: VMX: Add parameter to control A/D bits support, default is on + * KVM: VMX: Add EPT A/D bits definitions + * KVM: VMX: Implement PCID/INVPCID for guests with EPT + * xhci: Export Latency Tolerance Messaging capabilities. + * USB: Fix LPM disable/enable during device reset. + * usb: convert port_owners type from void * to struct dev_state * + * USB: Disable LPM while the device is unconfigured. + * USB: Fix LPM disable count mismatch on driver unbind. + * USB: Enable Latency Tolerance Messaging (LTM). + * drm/i915: enable parity error interrupts + * drm/i915: Dynamic Parity Detection handling + * drm/i915: l3 parity sysfs interface + * drm/i915: remap l3 on hw init + * drm/i915: initialize the parity work only once + * drm/i915: ivybridge_handle_parity_error should be static + + -- Andy Whitcroft Mon, 06 Aug 2012 10:01:03 +0100 + +linux-lowlatency (3.5.0-7.6) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.5.0-7.7 + + [ Ubuntu: 3.5.0-7.7 ] + + * [Config] CONFIG_X86_POWERNOW_K6=m + * [Config] CONFIG_X86_POWERNOW_K7=m + * [Config] CONFIG_X86_LONGHAUL=m + * [Config] CONFIG_X86_LONGRUN=m + * [Config] CONFIG_X86_GX_SUSPMOD=m + * [Config] CONFIG_X86_CPUFREQ_NFORCE2=m + * SAUCE: rds_ib_send() -- prevent local pings triggering BUG_ON() + - LP: #1016299 + - CVE-2012-2372 + * [Config] enable CONFIG_VFAT_FS=y for EFI systems + * [Config] CONFIG_USB_G_MULTI=n on highbank + * [Config] annotate: CONFIG_USB_INVENTRA_DMA OMAP2 specific + * [Config] CONFIG_WAN_ROUTER disable for arm + * add support for generating binary device trees and install them in + /lib/firmware + - LP: #1030600 + * [Config] add dtb_file configuration for highbank + - LP: #1030600 + * SAUCE: ene_ub6250: Use macros for firmware names + * SAUCE: s2255drv: Add MODULE_FIRMWARE statement + * SAUCE: xc5000: Add MODULE_FIRMWARE statements + * SAUCE: firmware: remove computone driver firmware and documentation + * SAUCE: lgs8gxx: Declare MODULE_FIRMWARE usage + * SAUCE: firmware: Remove obsolete Myricom firmware + * SAUCE: staging rtl8192e: Declare MODULE_FIRMWARE usage + * SAUCE: tlg2300: Declare MODULE_FIRMWARE usage + * SAUCE: ueagle-atm: Declare MODULE_FIRMWARE usage + * SAUCE: usbduxfast: Declare MODULE_FIRMWARE usage + * SAUCE: usbdux: Declare MODULE_FIRMWARE usage + * SAUCE: usbduxsigma: Declare MODULE_FIRMWARE usage + * SAUCE: cx25840: Declare MODULE_FIRMWARE usage + * SAUCE: cx18: Declare MODULE_FIRMWARE usage + * SAUCE: ivtv: Declare MODULE_FIRMWARE usage + * SAUCE: cx231xx: Declare MODULE_FIRMWARE usage + * SAUCE: cx23885: Declare MODULE_FIRMWARE usage + * SAUCE: pvrusb2: Declare MODULE_FIRMWARE usage + * SAUCE: vxge: Declare MODULE_FIRMWARE usage + * mac80211: fix crash with single-queue drivers + - LP: #1022351 + + -- Andy Whitcroft Tue, 31 Jul 2012 18:10:21 +0100 + +linux-lowlatency (3.5.0-6.5) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.5.0-6.6 + + [ Ubuntu: 3.5.0-6.6 ] + + * [Config] CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION enable IPv6 + experimental features + * SAUCE: highbank -- export clock functions for modules + * [Config] highbank -- reenable CONFIG_TOUCHSCREEN_W90X900 + * [Config] highbank -- renenable CONFIG_SERIO_AMBAKMI + * [Config] highbank -- reenable CONFIG_RFKILL_GPIO + * [Config] highbank -- reenable CONFIG_MMC_SDHCI_PXAV3 + * [Config] highbank -- reenable CONFIG_MMC_SDHCI_PXAV3 + * [Config] highbank -- reenable CONFIG_KEYBOARD_SAMSUNG + * [Config] highbank -- reenable CONFIG_FB_ARMCLCD + * [Config] highbank -- reenable CONFIG_DW_DMAC + * [Config] highbank -- reenable CONFIG_USB_R8A66597_HCD + * [Config] highbank -- reenable CONFIG_USB_MV_UDC + * [Config] highbank -- reenable CONFIG_USB_DWC3 + * [Config] highbank -- reenable CONFIG_SATA_MV + * [Config] highbank -- reenable CONFIG_PATA_ARASAN_CF + * [Config] highbank -- CONFIG_CAN_C_CAN_PLATFORM + * [Config] highbank -- reenable CONFIG_MMC_ARMMMCI + * [Config] highbank -- reenable CONFIG_SERIAL_AMBA_PL010 + * [Config] highbank -- reenable CONFIG_ATMEL_PWM + * [Config] highbank -- enable CONFIG_CHECKPOINT_RESTORE + * [Config] highbank -- enable CONFIG_EXPERT + * [Config] highbank -- enable CONFIG_CHECKPOINT_RESTORE + * [Config] enable CONFIG_USB_DYNAMIC_MINORS + * [Config] enable CONFIG_USB_EHCI_TT_NEWSCHED + * [Config] enable CONFIG_USB_ETH_EEM + * [Config] enable CONFIG_USB_HCD_BCMA/CONFIG_USB_HCD_SSB + * [Config] disable CONFIG_USB_M66592 + * [Config] enable CONFIG_USB_NET2272 + * [Config] enable CONFIG_USB_R8A66597 + * [Config] annotate: CONFIG_USB_OMAP not required for our h/w + * [Config] set CONFIG_USB_MUSB_HDRC=m for omap + * [Config] annotate: CONFIG_USB_G_MULTI fix rule + * [Config] CONFIG_USB_GPIO_VBUS=m for OMAP + * [Config] Enable CONFIG_DRM_AST/_CIRRUS_QEMU/_MGAG200 + * [Config] sync configuration armhf omap -> armel omap + * [Config] annotate: CONFIG_IIO triggers build failures on OMAP4 + * [Config] disable CONFIG_OMAP_IOVMM is deprecated + * [Config] change default IO scheduler from CFQ to Deadline + * Revert "[Config] Temporarily disable CONFIG_MV643XX_ETH on powerpc" + * [Config] Disable CONFIG_MOUSE_INPORT + * SAUCE: firmware: Update bnx2x to current firmware version 7.2.51 + * [Config] Add bnx2x firmware to nic-modules udeb + * SAUCE: Add script to convert firmware to ihex format + * SAUCE: firmware: Upgrade bnx2 to current versions + * [Config] Add tigon firmware to nic-modules udeb + * [Config] CONFIG_EARLY_PRINTK_DBGP=y + - LP: #1026761 + * SAUCE: Remove redundant cis firmware + * SAUCE: Remove redundant emi26 firmware + * SAUCE: Remove redundant ttusb-budget firmware + * SAUCE: Remove redundant sun/cassini firmware + * SAUCE: Remove redundant ositech/Xilinx7OD firmware + * SAUCE: Remove redundant 3com/typhoon.bin firmware + * SAUCE: Remove redundant yamaha/ds1 firmware + * SAUCE: Remove redundant keyspan_pda firmware + * rebase to v3.5 + * rebase to v3.5 + - LP: #1027828 + + [ Ubuntu: 3.5.0-5.5 ] + + * [Config] annotations: initial import of configuration annotations + * [Config] enforcer -- add CONFIG_I2C_DESIGNWARE_PLATFORM enforce checker + * Rebase to v3.5-rc7 + * SAUCE: Bluetooth: btusb: Add vendor specific ID (0a5c:21f4) BCM20702A0 + - LP: #1010281 + * [Config] enable CONFIG_I2C_HELPER_AUTO for all flavours as policy + expects + * [Config] CONFIG_I2O_CONFIG_OLD_IOCTL=n + * [Config] CONFIG_BRIDGE_EBT_ULOG=n + * [Config] CONFIG_IP_NF_QUEUE=n + * [Config] CONFIG_MTD_DOC2000=n + * [Config] CONFIG_PRINT_QUOTA_WARNING=n + * [Config] CONFIG_PRISM54=n + * [Config] CONFIG_SCx200_I2C=n + * [Config] CONFIG_USB_ANNOUNCE_NEW_DEVICES=y + * rebase to v3.5-rc7 + + -- Andy Whitcroft Tue, 24 Jul 2012 16:05:39 +0100 + +linux-lowlatency (3.5.0-4.4) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.5.0-4.4 + + [ Ubuntu: 3.5.0-4.4 ] + + * [Packaging] getabis should be extracting all packages + - LP: #1021174 + * [Config] getabis -- series uses linux-image-extra + - LP: #1021174 + * rebase to v3.5-rc6 + * [Config] built-in CONFIG_MICREL_PHY as other PHY drivers for all + flavours + * [Config] sync CONFIG_MOUSE_PS2_ config for all flavours + * [Config] Enable CONFIG_RT2800USB_RT35XX and CONFIG_RT2800USB_RT53XX + - LP: #1019561 + * [Config] SND_OMAP_SOC, SND_OMAP_SOC_MCBSP and SND_OMAP_SOC_OMAP3_BEAGLE =y + - LP: #1019321 + * SAUCE: (pre-up) net: dont use __netdev_alloc_skb for bounce buffer + - LP: #1018456 + * (config) Disable ACPI_PROCFS_POWER + * [Config] CONFIG_ACPI_BGRT=y + * Extract firmware module info during getabi + - LP: #1021174 + * rebase to v3.5-rc6 + + -- Andy Whitcroft Tue, 10 Jul 2012 16:15:51 +0100 + +linux-lowlatency (3.5.0-3.3) quantal; urgency=low + + [ Andy Whitcroft ] + + * [Config] drop -pae from d-i configuration. + * rebase to Ubuntu-3.5.0-3.3 + + [ Ubuntu: 3.5.0-3.3 ] + + * [Config] enable CONFIG_MEMTEST=y + - LP: #1004535 + * [Config] config-check: add support for a cut operation + * [Config] enforcer -- switch to cut where appropriate + * Rebase to v3.5-rc5 + * [Config] Updateconfigs after rebase to v3.5-rc5 + * SAUCE: ocfs2: Fix NULL pointer dereferrence in + __ocfs2_change_file_space + - LP: #1006012 + * SAUCE: (drop after 3.5) drm/i915: ignore pipe select bit when checking + for LVDS register initialization + - LP: #1012800 + * rebase to v3.5-rc5 + - LP: #1013183 + - LP: #1017017 + - LP: #884652 + + -- Andy Whitcroft Tue, 03 Jul 2012 09:23:14 +0100 + +linux-lowlatency (3.5.0-2.2) quantal; urgency=low + + [ Andy Whitcroft ] + + * hooks -- should use :: to maintain unordered hooks + * rebase to Ubuntu-3.5.0-2.2 + * [Config] update Vcs-git: to point to current home + * [Config] drop last references to lowlatency-pae + + [ Ubuntu: 3.5.0-2.2 ] + + * rebase to v3.5-rc4 + * SAUCE: (drop after 3.5) brcmsmac: fix NULL pointer crash in + brcms_c_regd_init() + - LP: #950320 + * [Config] Sync CONFIG_CGROUP_MEM_RES_CTLR_SWAP for ARM + * PACKAGING: add .gnu_debuglink sections to .ko files + - LP: #669641 + * d-i: Add hid-generic to input-modules + - LP: #1017879 + * SAUCE: Revert "mmc: omap_hsmmc: Enable Auto CMD12" + - LP: #1017717, #225 + * SAUCE: Revert "Fix OMAP EHCI suspend/resume failure (i693)" + - LP: #1017718 + * [Config] Disable generic USB_EHCI_HCD_PLATFORM on omap3 + * SAUCE: (drop after 3.5) brcm80211: smac: don't set up tx power limits + during initialization + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: always set channel specified + by mac80211 + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: remove unused code for 40MHz + channels + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: clean up channel.c + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: inform mac80211 of the X2 + regulatory domain + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: enable/disable radio on + regulatory updates + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: use mac80211 channel data for + tx power limits + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: don't validate channels + against internal regulatory data + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: use current regulatory domain + when checking whether OFDM is allowed + - LP: #950320 + * [Config] Enable CONFIG_CGROUPS for highbank + - LP: #1014692 + * [Config] FB_OMAP*=y and PANEL_TFP410=y + * rebase to v3.5-rc4 + + -- Andy Whitcroft Thu, 28 Jun 2012 23:36:21 +0100 + +linux-lowlatency (3.5.0-1.1) quantal; urgency=low + + [ Andy Whitcroft] + + * Rebuild lowlatency against Ubuntu-3.5.0-1.1 + * All new configuration system to allow configuration deltas to be + exposed via debian.lowlatency/config-delta + + -- Andy Whitcroft Thu, 21 Jun 2012 09:16:38 +0100 + +linux-lowlatency (3.2.0-23.31) precise-proposed; urgency=low + + [ Luke Yelavich ] + + * Rebase against Ubuntu-3.2.0-23.36 + * [Config] Fix invalid linux-headers link for low-latency kernels + + -- Luke Yelavich Wed, 11 Apr 2012 10:07:26 +1000 + +linux-lowlatency (3.2.0-22.30) precise; urgency=low + + [ Luke Yelavich ] + + * [Config] Update configs after rebase against Ubuntu-3.2.0-22.35 + + [ Upstream Kernel Changes ] + + * Low-latency: Rebase against Ubuntu-3.2.0-22.35 + + -- Luke Yelavich Wed, 04 Apr 2012 18:49:36 +1000 + +linux-lowlatency (3.2.0-19.27) precise; urgency=low + + [ Stefan Bader ] + + * d-i: Add dm-multipath and scsi device handlers + - LP: #959749 + * d-i: Move multipath modules into their own udeb + - LP: #598251, #959749 + + [ Tim Gardner ] + + * [Config] Auto-detect do_tools setting + * [Config] correctly specify CROSS_COMPILE for tools build + * [Config] CONFIG_DRM_PSB_CDV=n + * Rebase to v3.2.12 + + [ Luke Yelavich ] + * UBUNTU: Look for releases marked Lowlatency instead of Ubuntu + * UBUNTU: [Config] Adjust Poulsbo config options to match precise mainline, + to satisfy enforcer + + [ Upstream Kernel Changes ] + + * powerpc/pmac: Fix SMP kernels on pre-core99 UP machines + - LP: #959959 + * rebase to v3.2.12 + + [ Andy Whitcroft ] + + * [Config] Fix typeo in the Hyper-V module names + + [ Colin Watson ] + + * [Config] Move kernels to "Section: kernel" + - LP: #499557 + + [ John Johansen ] + + * SAUCE: AppArmor: Add ability to load extended policy + * SAUCE: AppArmor: Add the ability to mediate mount + * SAUCE: AppArmor: Add profile introspection file to interface + * SAUCE: AppArmor: basic networking rules + + [ Leann Ogasawara ] + + * [Config] Disable CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER + - LP: #952035 + * Rebase to v3.2.10 + * [Config] Update configs after rebase to v3.2.10 + * Rebase to v3.2.11 + * [Config] Disable CONFIG_STUB_POULSBO + - LP: #899244 + * [Config] Add CONFIG_DRM_PSB check to enforcer + - LP: #899244 + + [ Tim Gardner ] + + * [Config] Drop non-SMP powerpc + + [ Upstream Kernel Changes ] + + * net/hyperv: Use the built-in macro KBUILD_MODNAME for this driver + * x86: Derandom delay_tsc for 64 bit + * Bluetooth: Fix l2cap conn failures for ssp devices + - LP: #872044 + * KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid" + - LP: #917842 + - CVE-2012-0045 + * KVM: x86: fix missing checks in syscall emulation + - LP: #917842 + - CVE-2012-0045 + * rebase to v3.2.11 + * rebase to v3.2.10 + + [ Andy Whitcroft ] + + * [Config] restore build-% shortcut + * SAUCE: ata_piix: defer disks to the Hyper-V drivers by default + - LP: #929545, #942316 + + [ Eugeni Dodonov ] + + * SAUCE: drm: give up on edid retries when i2c bus is not responding + - LP: #855124 + + [ Seth Forshee ] + + * SAUCE: (drop after 3.3) platform/x86: Add driver for Apple gmux device + - LP: #925544 + + [ Upstream Kernel Changes ] + + * bsg: fix sysfs link remove warning + - LP: #946928 + * regset: Prevent null pointer reference on readonly regsets + - LP: #949905 + - CVE-2012-1097 + * regset: Return -EFAULT, not -EIO, on host-side memory fault + - LP: #949905 + - CVE-2012-1097 + + [ Wu Fengguang ] + + * SAUCE: (drop after 3.4) ALSA: hda - add id for Atom Cedar Trail HDMI + codec + + -- Luke Yelavich Wed, 21 Mar 2012 23:51:57 +1100 + +linux-lowlatency (3.2.0-18.26) precise; urgency=low + + [ Andy Whitcroft ] + + * [Config] clean up the human consumable package descriptions + * [Config] fix generic flavour description + * [Config] clean up linux-tools package descriptions + - LP: #593107 + * deviations -- note the source of the Hyper-V updates + * SAUCE: ata_piix: defer to the Hyper-V drivers by default + - LP: #929545 + * ubuntu: AUFS -- adapt to the new changelog handling + * ubuntu: AUFS -- sort out the relative header paths + * ubuntu: AUFS -- update to d266b0c5d0693d6383976ee54b9e2c0fa9a3f5b0 + + [ Chase Douglas ] + + * SAUCE: (drop after 3.3) HID: hid-magicmouse: Add pointer and buttonpad + properties for Magic Trackpad + * SAUCE: Input: synaptics - add second variant of two-button clickpad + * SAUCE: Input: synapticss - Set buttonpad property for all clickpads + + [ Eugeni Dodonov ] + + * SAUCE: drm/i915: do not enable RC6p on Sandy Bridge + * SAUCE: drm/i915: fix operator precedence when enabling RC6p + + [ Ingo Molnar ] + + * ubuntu: nx-emu - i386: NX emulation + + [ Johannes Berg ] + + * SAUCE: iwlwifi: fix key removal + - LP: #911059 + + [ John Johansen ] + + * Revert "SAUCE: AppArmor: Fix unpack of network tables." + * Revert "SAUCE: AppArmor: Allow dfa backward compatibility with broken + userspace" + * SAUCE: AppArmor: Add mising end of structure test to caps unpacking + * SAUCE: AppArmor: Fix dropping of allowed operations that are force + audited + * SAUCE: AppArmor: Fix underflow in xindex calculation + * SAUCE: AppArmor: fix mapping of META_READ to audit and quiet flags + * SAUCE: AppArmor: Fix the error case for chroot relative path name + lookup + - LP: #925028 + * SAUCE: AppArmor: Retrieve the dentry_path for error reporting when path + lookup fails + - LP: #925028 + * SAUCE: AppArmor: Minor cleanup of d_namespace_path to consolidate error + handling + * SAUCE: AppArmor: Update dfa matching routines. + * SAUCE: AppArmor: Move path failure information into aa_get_name and + rename + * SAUCE: AppArmor: Make chroot relative the default path lookup type + * SAUCE: AppArmor: Add ability to load extended policy + * SAUCE: AppArmor: basic networking rules + * SAUCE: AppArmor: Add profile introspection file to interface + * SAUCE: AppArmor: Add the ability to mediate mount + * SAUCE: AppArmor: Add mount information to apparmorfs + + [ Kees Cook ] + + * SAUCE: (drop after 3.3) security: create task_free security callback + * SAUCE: (drop after 3.3) security: Yama LSM + * SAUCE: (drop after 3.3) Yama: add PR_SET_PTRACER_ANY + * SAUCE: Yama: add link restrictions + * SAUCE: security: unconditionally chain to Yama LSM + * SAUCE: AppArmor: refactor securityfs to use structures + * SAUCE: AppArmor: add initial "features" directory to securityfs + * SAUCE: AppArmor: add "file" details to securityfs + * SAUCE: AppArmor: export known rlimit names/value mappings in securityfs + * ubuntu: Yama - LSM hooks + * ubuntu: Yama - add ptrace relationship tracking interface + * ubuntu: Yama - unconditionally chain to Yama LSM + + [ Leann Ogasawara ] + + * Revert "[Config] Enable CONFIG_NVRAM=m" + - LP: #942193 + * Drop ndiswrapper + * Ubuntu-3.2.0-17.26 + * Ubuntu-3.2.0-17.27 + * Rebase to v3.2.7 + * [Config] Enable CONFIG_USB_SERIAL_QUATECH2=m on arm and powerpc + * [Config] Enable CONFIG_USB_SERIAL_QUATECH_USB2=m on arm and powerpc + * [Config] Add CONFIG_NVRAM to config enforcer + - LP: #942193 + * [Config] Enable CONFIG_SCSI_IBMVSCSI=m for powerpc + - LP: #943090 + * [Config] Enable CONFIG_SCSI_IPR=m for powerpc + - LP: #943090 + * provide ipmi udeb + - LP: #942926 + * Rebase to v3.2.9 + * Add ibmveth to d-i/modules-powerpc/nic-modules + - LP: #712188 + * [Config] Enable CONFIG_SCSI_IBMVFC=m for powerpc + - LP: #712188 + * Add ibmvfc and ibmvscsic to d-i/modules-powerpc/nic-modules + - LP: #712188 + * Ubuntu-3.2.0-18.28 + + [ Robert Hooker ] + + * SAUCE: drm/i915: Enable RC6 by default on sandybridge. + + [ Seth Heasley ] + + * SAUCE: ALSA: hda - Add Lynx Point HD Audio Controller DeviceIDs + - LP: #900119 + * SAUCE: ahci: AHCI-mode SATA patch for Intel Lynx Point DeviceIDs + - LP: #900119 + * SAUCE: ata_piix: IDE-mode SATA patch for Intel Lynx Point DeviceIDs + - LP: #900119 + * SAUCE: i2c-i801: Add device IDs for Intel Lynx Point + - LP: #900119 + + [ Tim Gardner ] + + * dropped hv_mouse + * [Config] CONFIG_X86_NUMACHIP=y + * [Config] updateconfigs after apparmor patches + * [Config] Added hv_netvsc and hv_storvsc to -virtual + - LP: #942256 + * [Config] Enable aufs + - LP: #943119 + * SAUCE: Made kernel irq-threaded by default + + [ Luke Yelavich ] + + * UBUNTU: Depend on crda (>=1.1.1-1ubuntu2) | wireless-crda as per precise + mainline packaging + + [ Upstream Kernel Changes ] + + * Revert "Revert "ath9k_hw: fix interpretation of the rx KeyMiss flag"" + * Revert "AppArmor: compatibility patch for v5 interface" + * Revert "AppArmor: compatibility patch for v5 network controll" + * Staging: hv: vmbus: Support building the vmbus driver as part of the + kernel + * hv: Add Kconfig menu entry + * Drivers: hv: Fix a memory leak + * Drivers: hv: Make the vmbus driver unloadable + * Drivers: hv: Get rid of an unnecessary check in hv.c + * Staging: hv: mousevsc: Make boolean states boolean + * Staging: hv: mousevsc: Inline the code for mousevsc_on_device_add() + * Staging: hv: mousevsc: Inline the code for reportdesc_callback() + * Staging: hv: mousevsc: Cleanup mousevsc_on_channel_callback() + * Staging: hv: mousevsc: Add a new line to a debug string + * Staging: hv: mousevsc: Get rid of unnecessary include files + * Staging: hv: mousevsc: Address some style issues + * Staging: hv: mousevsc: Add a check to prevent memory corruption + * Staging: hv: mousevsc: Use the KBUILD_MODNAME macro + * Staging: hv: storvsc: Use mempools to allocate struct + storvsc_cmd_request + * Staging: hv: storvsc: Cleanup error handling in the probe function + * Staging: hv: storvsc: Fixup the error when processing SET_WINDOW + command + * Staging: hv: storvsc: Fix error handling storvsc_host_reset() + * Staging: hv: storvsc: Use the accessor function shost_priv() + * Staging: hv: storvsc: Use the unlocked version queuecommand + * Staging: hv: storvsc: use the macro KBUILD_MODNAME + * Staging: hv: storvsc: Get rid of an unnecessary forward declaration + * Staging: hv: storvsc: Upgrade the vmstor protocol version + * Staging: hv: storvsc: Support hot add of scsi disks + * Staging: hv: storvsc: Support hot-removing of scsi devices + * staging: hv: Use kmemdup rather than duplicating its implementation + * staging: hv: move hv_netvsc out of staging area + * Staging: hv: mousevsc: Properly add the hid device + * Staging: hv: storvsc: Disable clustering + * Staging: hv: storvsc: Cleanup storvsc_device_alloc() + * Staging: hv: storvsc: Fix a bug in storvsc_command_completion() + * Staging: hv: storvsc: Fix a bug in copy_from_bounce_buffer() + * Staging: hv: storvsc: Implement per device memory pools + * Staging: hv: remove hv_mouse driver as it's now in the hid directory + * Staging: hv: update TODO file + * Staging: hv: storvsc: Fix a bug in create_bounce_buffer() + * net/hyperv: Fix long lines in netvsc.c + * net/hyperv: Add support for promiscuous mode setting + * net/hyperv: Fix the stop/wake queue mechanism + * net/hyperv: Remove unnecessary kmap_atomic in netvsc driver + * net/hyperv: Add NETVSP protocol version negotiation + * net/hyperv: Add support for jumbo frame up to 64KB + * net/hyperv: fix possible memory leak in do_set_multicast() + * net/hyperv: rx_bytes should account the ether header size + * net/hyperv: fix the issue that large packets be dropped under bridge + * net/hyperv: Use netif_tx_disable() instead of netif_stop_queue() when + necessary + * net/hyperv: Fix the page buffer when an RNDIS message goes beyond page + boundary + * HID: Move the hid-hyperv driver out of staging + * HID: hv_mouse: Properly add the hid device + * HID: hyperv: Properly disconnect the input device + * Staging: hv: storvsc: Cleanup some comments + * Staging: hv: storvsc: Cleanup storvsc_probe() + * Staging: hv: storvsc: Cleanup storvsc_queuecommand() + * Staging: hv: storvsc: Introduce defines for srb status codes + * Staging: hv: storvsc: Cleanup storvsc_host_reset_handler() + * Staging: hv: storvsc: Move and cleanup storvsc_remove() + * Staging: hv: storvsc: Add a comment to explain life-cycle management + * Staging: hv: storvsc: Get rid of the on_io_completion in + hv_storvsc_request + * Staging: hv: storvsc: Rename the context field in hv_storvsc_request + * Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver + * Staging: hv: storvsc: Cleanup the code for generating protocol version + * Staging: hv: storvsc: Cleanup some protocol related constants + * Staging: hv: storvsc: Get rid of some unused defines + * Staging: hv: storvsc: Consolidate the request structure + * Staging: hv: storvsc: Consolidate all the wire protocol definitions + * Staging: hv: storvsc: Move the storage driver out of the staging area + * x86: Make flat_init_apic_ldr() available + * x86: Add x86_init platform override to fix up NUMA core numbering + * x86: Add NumaChip support + * x86/numachip: Drop unnecessary conflict with EDAC + * Input: bcm5974 - set BUTTONPAD property + * Ubuntu: Rebase to v3.2.8 + * ACPI / PM: Do not save/restore NVS on Asus K54C/K54HR + - LP: #898503 + * Add low latency source + + -- Luke Yelavich Fri, 09 Mar 2012 10:21:12 +1100 + +linux-lowlatency (3.2.0-16.25) precise; urgency=low + + * Add new lowlatency kernel flavour + + -- Alessio Igor Bogani Mon, 26 Oct 2011 11:13:05 +0200 --- linux-lowlatency-3.8.0.orig/debian/compat +++ linux-lowlatency-3.8.0/debian/compat @@ -0,0 +1 @@ +5 --- linux-lowlatency-3.8.0.orig/debian/control +++ linux-lowlatency-3.8.0/debian/control @@ -0,0 +1,96 @@ +Source: linux-lowlatency +Section: devel +Priority: optional +Maintainer: Ubuntu Developers +Uploaders: UbuntuStudio Developers +Standards-Version: 3.9.2 +Build-Depends: debhelper (>= 5), cpio, module-init-tools, kernel-wedge (>= 2.24ubuntu1), makedumpfile [amd64 i386], device-tree-compiler [powerpc], libelf-dev, binutils-dev, rsync, libdw-dev, dpkg (>= 1.16.0~ubuntu4), openssl +Build-Conflicts: findutils (= 4.4.1-1ubuntu1) +Vcs-Git: git://kernel.ubuntu.com/apw/ubuntu-quantal-lowlatency.git + +Package: linux-lowlatency-headers-3.8.0-26 +Architecture: all +Section: devel +Priority: optional +Depends: ${misc:Depends}, coreutils | fileutils (>= 4.0) +Description: Header files related to Linux kernel version 3.8.0 + This package provides kernel header files for version 3.8.0, for sites + that want the latest kernel headers. Please read + /usr/share/doc/linux-lowlatency-headers-3.8.0-26/debian.README.gz for details + + +Package: linux-image-3.8.0-26-lowlatency +Architecture: i386 amd64 +Section: admin +Priority: optional +Pre-Depends: dpkg (>= 1.10.24) +Provides: linux-image, linux-image-3.0, fuse-module, kvm-api-4, redhat-cluster-modules, ivtv-modules, ndiswrapper-modules-1.9 +Depends: ${misc:Depends}, ${shlibs:Depends}, initramfs-tools (>= 0.36ubuntu6), coreutils | fileutils (>= 4.0), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>=1.1.1-1ubuntu2) | wireless-crda, rtirq-init +Conflicts: hotplug (<< 0.0.20040105-1) +Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) +Suggests: fdutils, linux-doc-3.8.0 | linux-source-3.8.0, linux-tools, linux-headers-3.8.0-26-lowlatency +Description: Linux kernel image for version 3.8.0 on x86/x86_64 + This package contains the Linux kernel image for version 3.8.0 on + x86/x86_64. + . + Also includes the corresponding System.map file, the modules built by the + packager, and scripts that try to ensure that the system is not left in an + unbootable state after an update. + . + Supports Lowlatency processors. + . + Geared toward lowlatency desktop systems. + . + You likely do not want to install this package directly. Instead, install + the linux-lowlatency meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-image-extra-3.8.0-26-lowlatency +Architecture: i386 amd64 +Section: admin +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-image-3.8.0-26-lowlatency (= 3.8.0) +Description: Linux kernel image for version 3.8.0 on x86/x86_64 + This package contains the Linux kernel image for version 3.8.0 on + x86/x86_64. + . + Also includes the corresponding System.map file, the modules built by the + packager, and scripts that try to ensure that the system is not left in an + unbootable state after an update. + . + Supports Lowlatency processors. + . + Geared toward lowlatency desktop systems. + . + You likely do not want to install this package directly. Instead, install + the linux-lowlatency meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-headers-3.8.0-26-lowlatency +Architecture: i386 amd64 +Section: devel +Priority: optional +Depends: ${misc:Depends}, coreutils | fileutils (>= 4.0), linux-lowlatency-headers-3.8.0-26, ${shlibs:Depends} +Provides: linux-headers, linux-headers-3.0 +Description: Linux kernel headers for version 3.8.0 on x86/x86_64 + This package provides kernel header files for version 3.8.0 on + x86/x86_64. + . + This is for sites that want the latest kernel headers. Please read + /usr/share/doc/linux-headers-3.8.0-26/debian.README.gz for details. + +Package: linux-image-3.8.0-26-lowlatency-dbgsym +Architecture: i386 amd64 +Section: devel +Priority: optional +Depends: ${misc:Depends} +Provides: linux-debug +Description: Linux kernel debug image for version 3.8.0 on x86/x86_64 + This package provides a kernel debug image for version 3.8.0 on + x86/x86_64. + . + This is for sites that wish to debug the kernel. + . + The kernel image contained in this package is NOT meant to boot from. It + is uncompressed, and unstripped. This package also includes the + unstripped modules. --- linux-lowlatency-3.8.0.orig/debian/debian.env +++ linux-lowlatency-3.8.0/debian/debian.env @@ -0,0 +1 @@ +DEBIAN=debian.lowlatency --- linux-lowlatency-3.8.0.orig/debian/commit-templates/bumpabi +++ linux-lowlatency-3.8.0/debian/commit-templates/bumpabi @@ -0,0 +1,3 @@ +UBUNTU: Bump ABI + +Ignore: yes --- linux-lowlatency-3.8.0.orig/debian/commit-templates/upstream-patch +++ linux-lowlatency-3.8.0/debian/commit-templates/upstream-patch @@ -0,0 +1,27 @@ +# Ubuntu commit template. +# +# NOTE: This gets reformatted for debian/changelog +# +# The initial UBUNTU is a flag that this is an Ubuntu commit. It will be +# referenced to the Author in the debian/changelog entry. +# +# The text following is the short message that will be placed in the +# changelog. Extra text on the following lines will be ignored, but left +# in the git commit. Lines with # will be ignored in the commit. +# +# OriginalAuthor allows for alternate attribution. +# +# OriginalLocation allows for a URL or description of where the patch came +# from. +# +# BugLink is a URL to a Malone bug. +# +# Ignore: yes will keep this commit from showing up in the changelog. +# +UBUNTU: [Upstream] + +# OriginalAuthor: +# OriginalLocation: +# BugLink: http://bugs.launchpad.net/bugs/ +# Ignore: yes +# Other text below here. --- linux-lowlatency-3.8.0.orig/debian/commit-templates/missing-modules +++ linux-lowlatency-3.8.0/debian/commit-templates/missing-modules @@ -0,0 +1,3 @@ +UBUNTU: build/modules: Add modules that have intentionally gone missing + +Ignore: yes --- linux-lowlatency-3.8.0.orig/debian/commit-templates/external-driver +++ linux-lowlatency-3.8.0/debian/commit-templates/external-driver @@ -0,0 +1,20 @@ +# Ubuntu external driver commit. +# +# NOTE: This gets reformatted for README.Ubuntu-External-Drivers and +# debian/changelog. +# +# This is only needed when a driver is added, updated or removed. It is +# not needed when patches or fixes are applied to the driver. If the +# driver is being removed, add the line: +# +# Removing: yes +# +# to the commit, and you can remove all other tags (except UBUNTU:). +# +UBUNTU: + +ExternalDriver: +Description: +Url: +Mask: +Version: --- linux-lowlatency-3.8.0.orig/debian/commit-templates/config-updates +++ linux-lowlatency-3.8.0/debian/commit-templates/config-updates @@ -0,0 +1,15 @@ +# +# This template is used for commit messages that don't need to +# show up in debian/changelog. Administrative stuff like config +# updates, ABI bumps, etc. Setting 'Ignore: yes' prevents +# 'debian/rules insertchanges' from inserting this commit meesage +# as a changelog entry. +# +# Please give a one-line description of the config change followed +# by a detailed explanation if necessary + +UBUNTU: [Config] XXXX + +# BugLink: http://bugs.launchpad.net/bugs/ +# Ignore: yes +# Other text below here. --- linux-lowlatency-3.8.0.orig/debian/commit-templates/newrelease +++ linux-lowlatency-3.8.0/debian/commit-templates/newrelease @@ -0,0 +1,3 @@ +UBUNTU: Start new release + +Ignore: yes --- linux-lowlatency-3.8.0.orig/debian/commit-templates/sauce-patch +++ linux-lowlatency-3.8.0/debian/commit-templates/sauce-patch @@ -0,0 +1,40 @@ +# Ubuntu commit template. +# +# NOTE: This gets reformatted for debian/changelog +# +# +# SAUCE refers to the fact that this patch might not go upstream, but we need to +# carry it to successive releases. In most cases you DONOT want to use this +# template. +# +# An example of a SAUCE patch is the ACPI DSDT-in-initramfs patch which has been +# refused upstream, but still provides useful functionality to users with broken +# BIOSes. +# +#------------------------------------------------------------------------- +# +# The initial UBUNTU is a flag that this is an Ubuntu commit. It will be +# referenced to the Author in the debian/changelog entry. +# +# The text following is the short message that will be placed in the +# changelog. Extra text on the following lines will be ignored, but left +# in the git commit. Lines with # will be ignored in the commit. +# +# OriginalAuthor allows for alternate attribution. +# +# OriginalLocation allows for a URL or description of where the patch came +# from. +# +# BugLink is a URL to a Malone bug. +# +# Ignore: yes will keep this commit from showing up in the changelog. +# +UBUNTU: SAUCE: + + + +# OriginalAuthor: +# OriginalLocation: +# BugLink: http://bugs.launchpad.net/bugs/ +# Ignore: yes +# Other text below here. --- linux-lowlatency-3.8.0.orig/debian/tools/generic +++ linux-lowlatency-3.8.0/debian/tools/generic @@ -0,0 +1,16 @@ +#!/bin/bash +full_version=`uname -r` + +# Removing flavour from version i.e. generic or server. +flavour_abi=${full_version#*-} +flavour=${flavour_abi#*-} +version=${full_version%-$flavour} +this="$0_$version" + +if [ ! -f "$this" ]; then + echo "$this not found" >&2 + echo "You may need to install linux-tools-$version" >&2 + exit 2 +fi + +exec "$this" "$@" --- linux-lowlatency-3.8.0.orig/debian/tools/perf +++ linux-lowlatency-3.8.0/debian/tools/perf @@ -0,0 +1,16 @@ +#!/bin/bash +full_version=`uname -r` + +# Removing flavour from version i.e. generic or server. +flavour_abi=${full_version#*-} +flavour=${flavour_abi#*-} +version=${full_version%-$flavour} +perf="perf_$version" + +if ! which "$perf" > /dev/null; then + echo "$perf not found" >&2 + echo "You may need to install linux-tools-$version" >&2 + exit 2 +fi + +exec "$perf" "$@" --- linux-lowlatency-3.8.0.orig/debian/tools/x86_energy_perf_policy +++ linux-lowlatency-3.8.0/debian/tools/x86_energy_perf_policy @@ -0,0 +1,16 @@ +#!/bin/bash +full_version=`uname -r` + +# Removing flavour from version i.e. generic or server. +flavour_abi=${full_version#*-} +flavour=${flavour_abi#*-} +version=${full_version%-$flavour} +x86_energy_perf_policy="x86_energy_perf_policy_$version" + +if ! which "$x86_energy_perf_policy" > /dev/null; then + echo "$x86_energy_perf_policy not found" >&2 + echo "You may need to install linux-tools-$version" >&2 + exit 2 +fi + +exec "$x86_energy_perf_policy" "$@" --- linux-lowlatency-3.8.0.orig/debian/tools/turbostat +++ linux-lowlatency-3.8.0/debian/tools/turbostat @@ -0,0 +1,16 @@ +#!/bin/bash +full_version=`uname -r` + +# Removing flavour from version i.e. generic or server. +flavour_abi=${full_version#*-} +flavour=${flavour_abi#*-} +version=${full_version%-$flavour} +turbostat="turbostat_$version" + +if ! which "$turbostat" > /dev/null; then + echo "$turbostat not found" >&2 + echo "You may need to install linux-tools-$version" >&2 + exit 2 +fi + +exec "$turbostat" "$@" --- linux-lowlatency-3.8.0.orig/debian/source/format +++ linux-lowlatency-3.8.0/debian/source/format @@ -0,0 +1 @@ +1.0 --- linux-lowlatency-3.8.0.orig/debian/tests/control +++ linux-lowlatency-3.8.0/debian/tests/control @@ -0,0 +1,3 @@ +Tests: rebuild +Depends: +Restrictions: build-needed --- linux-lowlatency-3.8.0.orig/debian/tests/rebuild +++ linux-lowlatency-3.8.0/debian/tests/rebuild @@ -0,0 +1 @@ +#!/bin/true --- linux-lowlatency-3.8.0.orig/debian/control-scripts/headers-postinst +++ linux-lowlatency-3.8.0/debian/control-scripts/headers-postinst @@ -0,0 +1,126 @@ +#!/usr/bin/perl +# -*- Mode: Cperl -*- +# debian.postinst --- +# Author : Manoj Srivastava ( srivasta@pilgrim.umass.edu ) +# Created On : Sat Apr 27 05:42:43 1996 +# Created On Node : melkor.pilgrim.umass.edu +# Last Modified By : Manoj Srivastava +# Last Modified On : Sat Aug 5 13:20:22 2006 +# Last Machine Used: glaurung.internal.golden-gryphon.com +# Update Count : 45 +# Status : Unknown, Use with caution! +# HISTORY : +# Description : +# +# +# +# arch-tag: 1c716174-2f0a-476d-a626-a1322e62503a +# + + +$|=1; + +# Predefined values: +my $version = "=V"; +my $kimage = "=K"; +my $package_name = "linux-image-$version"; + + +# Ignore all invocations uxcept when called on to configure. +exit 0 unless ($ARGV[0] && $ARGV[0] =~ /configure/); + +#known variables +my $image_dest = "/"; +my $realimageloc = "/boot/"; +my $silent_modules = ''; +my $modules_base = '/lib/modules'; +my $CONF_LOC = '/etc/kernel-img.conf'; +# remove multiple leading slashes; make sure there is at least one. +$realimageloc =~ s|^/*|/|o; +$realimageloc =~ s|/+|/|o; + +chdir '/usr/src' or die "Could not chdir to /usr/src:$!"; + +if (-r "$CONF_LOC" && -f "$CONF_LOC" ) { + if (open(CONF, "$CONF_LOC")) { + while () { + chomp; + s/\#.*$//g; + next if /^\s*$/; + + $header_postinst_hook = "$1" if /^\s*header_postinst_hook\s*=\s*(\S+)/ig; + } + close CONF; + } +} + +sub exec_script { + my $type = shift; + my $script = shift; + print STDERR "Running $type hook script $script.\n"; + system ("$script $version $realimageloc$kimage-$version") && + print STDERR "User $type hook script [$script] "; + if ($?) { + if ($? == -1) { + print STDERR "failed to execute: $!\n"; + } + elsif ($? & 127) { + printf STDERR "died with signal %d, %s coredump\n", + ($? & 127), ($? & 128) ? 'with' : 'without'; + } + else { + printf STDERR "exited with value %d\n", $? >> 8; + } + exit $? >> 8; + } +} +sub run_hook { + my $type = shift; + my $script = shift; + if ($script =~ m,^/,) { + # Full path provided for the hook script + if (-x "$script") { + &exec_script($type,$script); + } + else { + die "The provided $type hook script [$script] could not be run.\n"; + } + } + else { + # Look for it in a safe path + for my $path ('/bin', '/sbin', '/usr/bin', '/usr/sbin') { + if (-x "$path/$script") { + &exec_script($type, "$path/$script"); + return 0; + } + } + # No luck + print STDERR "Could not find $type hook script [$script].\n"; + die "Looked in: '/bin', '/sbin', '/usr/bin', '/usr/sbin'\n"; + } +} + +## Run user hook script here, if any +if (-x "$header_postinst_hook") { + &run_hook("postinst", $header_postinst_hook); +} + +if (-d "/etc/kernel/header_postinst.d") { + print STDERR "Examining /etc/kernel/header_postinst.d.\n"; + system ("run-parts --verbose --exit-on-error --arg=$version " . + "--arg=$realimageloc$kimage-$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +if (-d "/etc/kernel/header_postinst.d/$version") { + print STDERR "Examining /etc/kernel/header_postinst.d/$version.\n"; + system ("run-parts --verbose --exit-on-error --arg=$version " . + "--arg=$realimageloc$kimage-$version " . + "/etc/kernel/header_postinst.d/$version") && + die "Failed to process /etc/kernel/header_postinst.d/$version"; +} + +exit 0; + +__END__ --- linux-lowlatency-3.8.0.orig/debian/control-scripts/postrm +++ linux-lowlatency-3.8.0/debian/control-scripts/postrm @@ -0,0 +1,361 @@ +#! /usr/bin/perl +# -*- Mode: Cperl -*- +# image.postrm --- +# Author : Manoj Srivastava ( srivasta@glaurung.green-gryphon.com ) +# Created On : Sat May 15 11:05:13 1999 +# Created On Node : glaurung.green-gryphon.com +# Last Modified By : Manoj Srivastava +# Last Modified On : Wed Sep 13 11:26:19 2006 +# Last Machine Used: glaurung.internal.golden-gryphon.com +# Update Count : 57 +# Status : Unknown, Use with caution! +# HISTORY : +# Description : +# +# $Id: image.postrm,v 1.31 2003/10/07 16:24:20 srivasta Exp $ +# + + +# +#use strict; #for debugging +use Cwd 'abs_path'; + +$|=1; + +# Predefined values: +my $version = "=V"; +my $link_in_boot = ""; # Should be empty, mostly +my $no_symlink = ""; # Should be empty, mostly +my $reverse_symlink = ""; # Should be empty, mostly +my $do_symlink = "Yes"; # target machine defined +my $do_boot_enable = "Yes"; # target machine defined +my $do_bootfloppy = "Yes"; # target machine defined +my $do_bootloader = "Yes"; # target machine defined +my $move_image = ''; # target machine defined +my $kimage = "=K"; # Should be empty, mostly +my $loader = "=L"; # lilo, silo, quik, palo, vmelilo, or nettrom +my $image_dir = "/boot"; # where the image is located +my $clobber_modules = ''; # target machine defined +my $initrd = "YES"; # initrd kernel +my $do_initrd = ''; # Normally, we don't +my $warn_initrd = 'YES'; # Normally we do +my $use_hard_links = ''; # hardlinks do not work across fs boundaries +my $postinst_hook = ''; #Normally we do not +my $postrm_hook = ''; #Normally we do not +my $preinst_hook = ''; #Normally we do not +my $prerm_hook = ''; #Normally we do not +my $minimal_swap = ''; # Do not swap symlinks +my $ignore_depmod_err = ''; # normally we do not +my $relink_build_link = 'YES'; # There is no harm in checking the link +my $force_build_link = ''; # we shall not create a dangling link +my $kernel_arch = "=B"; +my $ramdisk = "/usr/sbin/update-initramfs"; +my $package_name = "linux-image-$version"; + +my $Loader = "NoLOADER"; # +$Loader = "LILO" if $loader =~ /^lilo/io; +$Loader = "SILO" if $loader =~ /^silo/io; +$Loader = "QUIK" if $loader =~ /^quik/io; +$Loader = "yaboot" if $loader =~ /^yaboot/io; +$Loader = "PALO" if $loader =~ /^palo/io; +$Loader = "NETTROM" if $loader =~ /^nettrom/io; +$Loader = "VMELILO" if $loader =~ /^vmelilo/io; +$Loader = "ZIPL" if $loader =~ /^zipl/io; +$Loader = "ELILO" if $loader =~ /^elilo/io; + + +# This should not point to /tmp, because of security risks. +my $temp_file_name = "/var/log/$loader" . "_log.$$"; + +#known variables +my @boilerplate = (); +my @silotemplate = (); +my @quiktemplate = (); +my @palotemplate = (); +my @vmelilotemplate = (); +my $bootdevice = ''; +my $rootdevice = ''; +my $rootdisk = ''; +my $rootpartition = ''; +my $image_dest = "/"; +my $realimageloc = "/$image_dir/"; +my $have_conffile = ""; +my $CONF_LOC = '/etc/kernel-img.conf'; +my $relative_links = ''; +my $silent_modules = ''; +my $silent_loader = ''; +my $warn_reboot = 'Yes'; # Warn that we are installing a version of + # the kernel we are running + +chdir('/') or die "could not chdir to /:$!\n"; +# remove multiple leading slashes; make sure there is at least one. +$realimageloc =~ s|^/*|/|o; +$realimageloc =~ s|/+|/|o; + + +if (-r "$CONF_LOC" && -f "$CONF_LOC" ) { + if (open(CONF, "$CONF_LOC")) { + while () { + chomp; + s/\#.*$//g; + next if /^\s*$/; + + $do_symlink = "" if /^\s*do_symlinks\s*=\s*(no|false|0)\s*$/ig; + $no_symlink = "" if /^\s*no_symlinks\s*=\s*(no|false|0)\s*$/ig; + $reverse_symlink = "" if /^\s*reverse_symlinks\s*=\s*(no|false|0)\s*$/ig; + $link_in_boot = "" if /^\s*image_in_boot\s*=\s*(no|false|0)\s*$/ig; + $link_in_boot = "" if /^\s*link_in_boot\s*=\s*(no|false|0)\s*$/ig; + $move_image = "" if /^\s*move_image\s*=\s*(no|false|0)\s*$/ig; + $clobber_modules = '' if /^\s*clobber_modules\s*=\s*(no|false|0)\s*$/ig; + $do_boot_enable = '' if /^\s*do_boot_enable\s*=\s*(no|false|0)\s*$/ig; + $do_bootfloppy = '' if /^\s*do_bootfloppy\s*=\s*(no|false|0)\s*$/ig; + $relative_links = '' if /^\s*relative_links \s*=\s*(no|false|0)\s*$/ig; + $do_bootloader = '' if /^\s*do_bootloader\s*=\s*(no|false|0)\s*$/ig; + $do_initrd = '' if /^\s*do_initrd\s*=\s*(no|false|0)\s*$/ig; + $warn_initrd = '' if /^\s*warn_initrd\s*=\s*(no|false|0)\s*$/ig; + $use_hard_links = '' if /^\s*use_hard_links\s*=\s*(no|false|0)\s*$/ig; + $silent_modules = '' if /^\s*silent_modules\s*=\s*(no|false|0)\s*$/ig; + $silent_loader = '' if /^\s*silent_loader\s*=\s*(no|false|0)\s*$/ig; + $warn_reboot = '' if /^\s*warn_reboot\s*=\s*(no|false|0)\s*$/ig; + $minimal_swap = '' if /^\s*minimal_swap\s*=\s*(no|false|0)\s*$/ig; + $ignore_depmod_err = '' if /^\s*ignore_depmod_err\s*=\s*(no|false|0)\s*$/ig; + $relink_build_link = '' if /^\s*relink_build_link\s*=\s*(no|false|0)\s*$/ig; + $force_build_link = '' if /^\s*force_build_link\s*=\s*(no|false|0)\s*$/ig; + + $do_symlink = "Yes" if /^\s*do_symlinks\s*=\s*(yes|true|1)\s*$/ig; + $no_symlink = "Yes" if /^\s*no_symlinks\s*=\s*(yes|true|1)\s*$/ig; + $reverse_symlink = "Yes" if /^\s*reverse_symlinks\s*=\s*(yes|true|1)\s*$/ig; + $link_in_boot = "Yes" if /^\s*image_in_boot\s*=\s*(yes|true|1)\s*$/ig; + $link_in_boot = "Yes" if /^\s*link_in_boot\s*=\s*(yes|true|1)\s*$/ig; + $move_image = "Yes" if /^\s*move_image\s*=\s*(yes|true|1)\s*$/ig; + $clobber_modules = "Yes" if /^\s*clobber_modules\s*=\s*(yes|true|1)\s*$/ig; + $do_boot_enable = "Yes" if /^\s*do_boot_enable\s*=\s*(yes|true|1)\s*$/ig; + $do_bootfloppy = "Yes" if /^\s*do_bootfloppy\s*=\s*(yes|true|1)\s*$/ig; + $do_bootloader = "Yes" if /^\s*do_bootloader\s*=\s*(yes|true|1)\s*$/ig; + $relative_links = "Yes" if /^\s*relative_links\s*=\s*(yes|true|1)\s*$/ig; + $do_initrd = "Yes" if /^\s*do_initrd\s*=\s*(yes|true|1)\s*$/ig; + $warn_initrd = "Yes" if /^\s*warn_initrd\s*=\s*(yes|true|1)\s*$/ig; + $use_hard_links = "Yes" if /^\s*use_hard_links\s*=\s*(yes|true|1)\s*$/ig; + $silent_modules = 'Yes' if /^\s*silent_modules\s*=\s*(yes|true|1)\s*$/ig; + $silent_loader = 'Yes' if /^\s*silent_loader\s*=\s*(yes|true|1)\s*$/ig; + $warn_reboot = 'Yes' if /^\s*warn_reboot\s*=\s*(yes|true|1)\s*$/ig; + $minimal_swap = 'Yes' if /^\s*minimal_swap\s*=\s*(yes|true|1)\s*$/ig; + $ignore_depmod_err = 'Yes' if /^\s*ignore_depmod_err\s*=\s*(yes|true|1)\s*$/ig; + $relink_build_link = 'Yes' if /^\s*relink_build_link\s*=\s*(yes|true|1)\s*$/ig; + $force_build_link = 'Yes' if /^\s*force_build_link\s*=\s*(yes|true|1)\s*$/ig; + + $image_dest = "$1" if /^\s*image_dest\s*=\s*(\S+)/ig; + $postinst_hook = "$1" if /^\s*postinst_hook\s*=\s*(\S+)/ig; + $postrm_hook = "$1" if /^\s*postrm_hook\s*=\s*(\S+)/ig; + $preinst_hook = "$1" if /^\s*preinst_hook\s*=\s*(\S+)/ig; + $prerm_hook = "$1" if /^\s*prerm_hook\s*=\s*(\S+)/ig; + $ramdisk = "$1" if /^\s*ramdisk\s*=\s*(.+)$/ig; + } + close CONF; + $have_conffile = "Yes"; + } +} + +if ($link_in_boot) { + $image_dest = "/$image_dir/"; + $image_dest =~ s|^/*|/|o; +} + +$image_dest = "$image_dest/"; +$image_dest =~ s|/+$|/|o; + +# The destdir may be gone by now. +if (-d "$image_dest") { + chdir("$image_dest") or die "could not chdir to $image_dest:$!\n"; +} + +# Paranoid check to make sure that the correct value is put in there +if (! $kimage) {$kimage = "vmlinuz"} # Hmm. empty +elsif ($kimage =~ m/^b?uImage$/o) {$kimage = "vmlinuz"} # these produce vmlinuz +elsif ($kimage =~ m/^b?zImage$/o) {$kimage = "vmlinuz"} # these produce vmlinuz +elsif ($kimage =~ m/^[iI]mage$/o) { my $nop = $kimage;} +elsif ($kimage =~ m/^vmlinux$/o) { my $nop = $kimage;} +else {$kimage = "vmlinuz"} # default + +$ENV{KERNEL_ARCH}=$kernel_arch if $kernel_arch; + + +###################################################################### +###################################################################### +############ +###################################################################### +###################################################################### +sub remove_sym_link { + my $bad_image = $_[0]; + + warn "Removing symbolic link $bad_image \n"; + if ($loader =~ /lilo/i) + { + warn "Unless you used the optional flag in lilo, \n"; + } + warn " you may need to re-run your boot loader" . ($loader ? "[$loader]":"") + . "\n"; + # Remove the dangling link + unlink "$bad_image"; +} + +###################################################################### +###################################################################### +############ +###################################################################### +###################################################################### +sub CanonicalizePath { + my $path = join '/', @_; + my @work = split '/', $path; + my @out; + my $is_absolute; + + if (@work && $work[0] eq "") { $is_absolute = 1; shift @work; } + + while (@work) { + my $seg = shift @work; + if ($seg eq "." || $seg eq "") { + } elsif ($seg eq "..") { + if (@out && $out[-1] ne "..") { + pop @out; + } else { + # Leading "..", or "../..", etc. + push @out, $seg; + } + } else { + push @out, $seg; + } + } + + unshift @out, "" if $is_absolute; + return join('/', @out); +} + +###################################################################### +###################################################################### +############ +###################################################################### +###################################################################### +# This removes dangling symlinks. What do we do about hard links? Surely a +# something with the nane $image_dest . "$kimage" ought not to be left behind? +sub image_magic { + my $kimage = $_[0]; + my $image_dest = $_[1]; + + if (-l "$kimage") { + # There is a symbolic link + my $force_move = 0; + my $vmlinuz_target = readlink "$kimage"; + my $real_target = ''; + $real_target = abs_path($vmlinuz_target) if defined ($vmlinuz_target); + if (!defined($vmlinuz_target) || ! -f "$real_target") { + # what, a dangling symlink? + warn "The link " . $image_dest . "$kimage is a damaged link\n"; + # Remove the dangling link + &remove_sym_link("$kimage"); + } + else { + my $canonical_target = CanonicalizePath("$vmlinuz_target"); + if (! -e $canonical_target) { + warn "The link " . $image_dest . "$kimage is a dangling link\n"; + &remove_sym_link("$kimage"); + } + } + } +} + +# set the env var stem +$ENV{'STEM'} = "linux"; + +sub exec_script { + my $type = shift; + my $script = shift; + print STDERR "Running $type hook script $script.\n"; + system ("$script $version $realimageloc$kimage-$version") && + print STDERR "User $type hook script [$script] "; + if ($?) { + if ($? == -1) { + print STDERR "failed to execute: $!\n"; + } + elsif ($? & 127) { + printf STDERR "died with signal %d, %s coredump\n", + ($? & 127), ($? & 128) ? 'with' : 'without'; + } + else { + printf STDERR "exited with value %d\n", $? >> 8; + } + } +} +sub run_hook { + my $type = shift; + my $script = shift; + if ($script =~ m,^/,) { + # Full path provided for the hook script + if (-x "$script") { + &exec_script($type,$script); + } + else { + warn "The provided $type hook script [$script] could not be run.\n"; + } + } + else { + # Look for it in a safe path + for my $path ('/bin', '/sbin', '/usr/bin', '/usr/sbin') { + if (-x "$path/$script") { + &exec_script($type, "$path/$script"); + return 0; + } + } + # No luck + print STDERR "Could not find $type hook script [$script].\n"; + warn "Looked in: '/bin', '/sbin', '/usr/bin', '/usr/sbin'\n"; + } +} + +my $options; +for (@ARGV) { + s,','\\'',g; + $options .= " '$_'"; +} +$ENV{'DEB_MAINT_PARAMS'}="$options"; + +## Run user hook script here, if any +if ($postrm_hook) { + &run_hook("postrm", $postrm_hook); +} +if (-d "/etc/kernel/postrm.d") { + warn "Examining /etc/kernel/postrm.d .\n"; + system ("run-parts --verbose --exit-on-error --arg=$version " . + "--arg=$realimageloc$kimage-$version " . + "/etc/kernel/postrm.d") && + die "Failed to process /etc/kernel/postrm.d"; +} +if (-d "/etc/kernel/postrm.d/$version") { + warn "Examining /etc/kernel/postrm.d/$version .\n"; + system ("run-parts --verbose --exit-on-error --arg=$version " . + "--arg=$realimageloc$kimage-$version " . + "/etc/kernel/postrm.d/$version") && + die "Failed to process /etc/kernel/postrm.d/$version"; +} + +# check and remove damaged and dangling symlinks +if ($ARGV[0] !~ /upgrade/) { + system("$ramdisk -d -k " . $version . " > /dev/null 2>&1"); + if (-f $realimageloc . "initrd.img-$version.bak") { + unlink $realimageloc . "initrd.img-$version.bak"; + } + image_magic($kimage, $image_dest); + image_magic($kimage . ".old", $image_dest); + image_magic("initrd.img", $image_dest) if $initrd; + image_magic("initrd.img.old", $image_dest) if $initrd; +} + +exit 0; + +__END__ + + + + + + --- linux-lowlatency-3.8.0.orig/debian/control-scripts/prerm +++ linux-lowlatency-3.8.0/debian/control-scripts/prerm @@ -0,0 +1,312 @@ +#! /usr/bin/perl +# -*- Mode: Perl -*- +# image.prerm --- +# Author : root ( root@melkor.pilgrim.umass.edu ) +# Created On : Fri May 17 03:28:59 1996 +# Created On Node : melkor.pilgrim.umass.edu +# Last Modified By : Manoj Srivastava +# Last Modified On : Sat Aug 5 13:14:17 2006 +# Last Machine Used: glaurung.internal.golden-gryphon.com +# Update Count : 85 +# Status : Unknown, Use with caution! +# HISTORY : +# Description : +# +# +# $Id: image.prerm,v 1.22 2003/10/07 16:24:20 srivasta Exp $ +# +# +#use strict; + +$|=1; +# Predefined values: +my $version = "=V"; +my $link_in_boot = ""; # Should be empty, mostly +my $no_symlink = ""; # Should be empty, mostly +my $reverse_symlink = ""; # Should be empty, mostly +my $do_symlinks = "Yes"; # target machine defined +my $do_boot_enable = "Yes"; # target machine defined +my $do_bootfloppy = "Yes"; # target machine defined +my $do_bootloader = "Yes"; # target machine defined +my $move_image = ''; # target machine defined +my $kimage = "=K"; # Should be empty, mostly +my $loader = "=L"; # lilo, silo, quik, palo, vmelilo, or nettrom +my $image_dir = "/boot"; # where the image is located +my $clobber_modules = ''; # target machine defined +my $initrd = "YES"; # initrd kernel +my $use_hard_links = ''; # hardlinks do not wirk across fs boundaries +my $postinst_hook = ''; #Normally we do not +my $postrm_hook = ''; #Normally we do not +my $preinst_hook = ''; #Normally we do not +my $prerm_hook = ''; #Normally we do not +my $minimal_swap = ''; # Do not swap symlinks +my $ignore_depmod_err = ''; # normally we do not +my $relink_build_link = 'YES'; # There is no harm in checking the link +my $force_build_link = ''; # There is no harm in checking the link +my $kernel_arch = "=B"; +my $ramdisk = "/usr/sbin/update-initramfs"; +my $package_name = "linux-image-$version"; + +my $Loader = "NoLOADER"; # +$Loader = "LILO" if $loader =~ /^lilo/io; +$Loader = "SILO" if $loader =~ /^silo/io; +$Loader = "QUIK" if $loader =~ /^quik/io; +$Loader = "yaboot" if $loader =~ /^yaboot/io; +$Loader = "PALO" if $loader =~ /^palo/io; +$Loader = "NETTROM" if $loader =~ /^nettrom/io; +$Loader = "VMELILO" if $loader =~ /^vmelilo/io; +$Loader = "ZIPL" if $loader =~ /^zipl/io; +$Loader = "ELILO" if $loader =~ /^elilo/io; + + +# This should not point to /tmp, because of security risks. +my $temp_file_name = "/var/log/$loader" . "_log.$$"; + +#known variables +my $image_dest = "/"; +my $realimageloc = "/$image_dir/"; +my $have_conffile = ""; +my $CONF_LOC = '/etc/kernel-img.conf'; +my $relative_links = ''; +my $silent_loader = ''; +my $warn_reboot = 'Yes'; # Warn that we are installing a version of + # the kernel we are running + +# remove multiple leading slashes; make sure there is at least one. +$realimageloc =~ s|^/*|/|o; +$realimageloc =~ s|/+|/|o; + +my $DEBUG = 0; + +# Variables used +my $image=''; +my $ret=0; +my $seen=''; +my $answer=''; +my $running = ''; +my $WouldInvalidate = 0; + +if ($ARGV[0] && ($ARGV[0] =~ /remove/ || $ARGV[0] =~ /upgrade/)) { + if (-l "/usr/doc/linux-image-$version") { + unlink "/usr/doc/linux-image-$version"; + } +} + +# Ignore all invocations uxcept when called on to remove +exit 0 unless ($ARGV[0] && $ARGV[0] =~ /remove/) ; + +# Paranoid check to make sure that the correct value is put in there +if (! $kimage) { $kimage = "vmlinuz";} # Hmm. empty +elsif ($kimage =~ m/^b?uImage$/o) { $kimage = "vmlinuz";} # these produce vmlinuz +elsif ($kimage =~ m/^b?zImage$/o) { $kimage = "vmlinuz";} # these produce vmlinuz +elsif ($kimage =~ m/^[iI]mage$/o) { my $nop = $kimage; } +elsif ($kimage =~ m/^vmlinux$/o) { my $nop = $kimage; } +else { $kimage = "vmlinuz";} # Default + +if (-r "$CONF_LOC" && -f "$CONF_LOC" ) { + if (open(CONF, "$CONF_LOC")) { + while () { + chomp; + s/\#.*$//g; + next if /^\s*$/; + + $do_symlink = "" if /^\s*do_symlinks\s*=\s*(no|false|0)\s*$/ig; + $no_symlink = "" if /^\s*no_symlinks\s*=\s*(no|false|0)\s*$/ig; + $reverse_symlink = "" if /^\s*reverse_symlinks\s*=\s*(no|false|0)\s*$/ig; + $link_in_boot = "" if /^\s*image_in_boot\s*=\s*(no|false|0)\s*$/ig; + $link_in_boot = "" if /^\s*link_in_boot\s*=\s*(no|false|0)\s*$/ig; + $move_image = "" if /^\s*move_image\s*=\s*(no|false|0)\s*$/ig; + $clobber_modules = '' if /^\s*clobber_modules\s*=\s*(no|false|0)\s*$/ig; + $do_boot_enable = '' if /^\s*do_boot_enable\s*=\s*(no|false|0)\s*$/ig; + $do_bootfloppy = '' if /^\s*do_bootfloppy\s*=\s*(no|false|0)\s*$/ig; + $relative_links = '' if /^\s*relative_links \s*=\s*(no|false|0)\s*$/ig; + $do_bootloader = '' if /^\s*do_bootloader\s*=\s*(no|false|0)\s*$/ig; + $do_initrd = '' if /^\s*do_initrd\s*=\s*(no|false|0)\s*$/ig; + $use_hard_links = '' if /^\s*use_hard_links\s*=\s*(no|false|0)\s*$/ig; + $silent_loader = '' if /^\s*silent_loader\s*=\s*(no|false|0)\s*$/ig; + $warn_reboot = '' if /^\s*warn_reboot\s*=\s*(no|false|0)\s*$/ig; + $minimal_swap = '' if /^\s*minimal_swap\s*=\s*(no|false|0)\s*$/ig; + $ignore_depmod_err = '' if /^\s*ignore_depmod_err\s*=\s*(no|false|0)\s*$/ig; + $relink_build_link = '' if /^\s*relink_build_link\s*=\s*(no|false|0)\s*$/ig; + $force_build_link = '' if /^\s*force_build_link\s*=\s*(no|false|0)\s*$/ig; + + + $do_symlink = "Yes" if /^\s*do_symlinks\s*=\s*(yes|true|1)\s*$/ig; + $no_symlink = "Yes" if /^\s*no_symlinks\s*=\s*(yes|true|1)\s*$/ig; + $reverse_symlink = "Yes" if /^\s*reverse_symlinks\s*=\s*(yes|true|1)\s*$/ig; + $link_in_boot = "Yes" if /^\s*image_in_boot\s*=\s*(yes|true|1)\s*$/ig; + $link_in_boot = "Yes" if /^\s*link_in_boot\s*=\s*(yes|true|1)\s*$/ig; + $move_image = "Yes" if /^\s*move_image\s*=\s*(yes|true|1)\s*$/ig; + $clobber_modules = "Yes" if /^\s*clobber_modules\s*=\s*(yes|true|1)\s*$/ig; + $do_boot_enable = "Yes" if /^\s*do_boot_enable\s*=\s*(yes|true|1)\s*$/ig; + $do_bootfloppy = "Yes" if /^\s*do_bootfloppy\s*=\s*(yes|true|1)\s*$/ig; + $do_bootloader = "Yes" if /^\s*do_bootloader\s*=\s*(yes|true|1)\s*$/ig; + $relative_links = "Yes" if /^\s*relative_links\s*=\s*(yes|true|1)\s*$/ig; + $do_initrd = "Yes" if /^\s*do_initrd\s*=\s*(yes|true|1)\s*$/ig; + $use_hard_links = "Yes" if /^\s*use_hard_links\s*=\s*(yes|true|1)\s*$/ig; + $silent_loader = 'Yes' if /^\s*silent_loader\s*=\s*(yes|true|1)\s*$/ig; + $warn_reboot = 'Yes' if /^\s*warn_reboot\s*=\s*(yes|true|1)\s*$/ig; + $minimal_swap = 'Yes' if /^\s*minimal_swap\s*=\s*(yes|true|1)\s*$/ig; + $ignore_depmod_err = 'Yes' if /^\s*ignore_depmod_err\s*=\s*(yes|true|1)\s*$/ig; + $relink_build_link = 'Yes' if /^\s*relink_build_link\s*=\s*(yes|true|1)\s*$/ig; + $force_build_link = 'Yes' if /^\s*force_build_link\s*=\s*(yes|true|1)\s*$/ig; + + $image_dest = "$1" if /^\s*image_dest\s*=\s*(\S+)/ig; + $postinst_hook = "$1" if /^\s*postinst_hook\s*=\s*(\S+)/ig; + $postrm_hook = "$1" if /^\s*postrm_hook\s*=\s*(\S+)/ig; + $preinst_hook = "$1" if /^\s*preinst_hook\s*=\s*(\S+)/ig; + $prerm_hook = "$1" if /^\s*prerm_hook\s*=\s*(\S+)/ig; + $ramdisk = "$1" if /^\s*ramdisk\s*=\s*(.+)$/ig; + } + close CONF; + $have_conffile = "Yes"; + } +} + + +$ENV{KERNEL_ARCH}=$kernel_arch if $kernel_arch; + +#check to see if we are trying to remove a running kernel +# if so we abort right now. +chop($running=`uname -r`); +if ($running eq $version) { + print STDERR "WARN: Proceeding with removing running kernel image.\n"; +} + +#Now, they have an alternate kernel which they are currently running + +# This is just us being nice to lilo users. + +chdir("/") or die "could not chdir to /:$!\n"; + +if (-f "/etc/$loader.conf") { #I know, could be a link, but .. + open (LILO, "/etc/$loader.conf") || &success(); # this is not critical + while () { + chop; + s/\#.*//; # nix the comments + next unless /^\s*image\s*=\s(\S+)/o; + $image = $1; + if ($image && -e $image) { + while (defined($image) && -l $image) { + $image = readlink ($image); + } + if (defined($image) && -e $image) { + $WouldInvalidate |= $image =~ /$kimage-$version/; + } + else { + &success(); # invalid $loader.conf file + } + } + else { + &success(); # invalid $loader.conf file + } + } + close (LILO); + if ($WouldInvalidate) { + print STFERR "WARN: Proceeding with removing running kernel image.\n"; + &success(); + } +} + + +# set the env var stem +$ENV{'STEM'} = "linux"; + +sub exec_script { + my $type = shift; + my $script = shift; + print STDERR "Running $type hook script $script.\n"; + system ("$script $version $realimageloc$kimage-$version") && + print STDERR "User $type hook script [$script] "; + if ($?) { + if ($? == -1) { + print STDERR "failed to execute: $!\n"; + } + elsif ($? & 127) { + printf STDERR "died with signal %d, %s coredump\n", + ($? & 127), ($? & 128) ? 'with' : 'without'; + } + else { + printf STDERR "exited with value %d\n", $? >> 8; + } + exit $? >> 8; + } +} +sub run_hook { + my $type = shift; + my $script = shift; + if ($script =~ m,^/,) { + # Full path provided for the hook script + if (-x "$script") { + &exec_script($type,$script); + } + else { + die "The provided $type hook script [$script] could not be run.\n"; + } + } + else { + # Look for it in a safe path + for my $path ('/bin', '/sbin', '/usr/bin', '/usr/sbin') { + if (-x "$path/$script") { + &exec_script($type, "$path/$script"); + return 0; + } + } + # No luck + print STDERR "Could not find $type hook script [$script].\n"; + die "Looked in: '/bin', '/sbin', '/usr/bin', '/usr/sbin'\n"; + } +} + + +my $options; +for (@ARGV) { + s,','\\'',g; + $options .= " '$_'"; +} +$ENV{'DEB_MAINT_PARAMS'}="$options"; + +## Run user hook script here, if any +if (-x "$prerm_hook") { + &run_hook("prerm", $prerm_hook); +} +if (-d "/etc/kernel/prerm.d") { + print STDERR "Examining /etc/kernel/prerm.d.\n"; + system ("run-parts --verbose --exit-on-error --arg=$version " . + "--arg=$realimageloc$kimage-$version /etc/kernel/prerm.d") && + die "Failed to process /etc/kernel/prerm.d"; +} +if (-d "/etc/kernel/prerm.d/$version") { + print STDERR "Examining /etc/kernel/prerm.d/$version.\n"; + system ("run-parts --verbose --exit-on-error --arg=$version" . + " --arg=$realimageloc$kimage-$version " . + "/etc/kernel/prerm.d/$version") && + die "Failed to process /etc/kernel/prerm.d/$version"; +} + +sub success () { + # NOTE: need to keep this list in sync with rules.d/2-binary-arch.mk + my %files_to_keep = ( + 'modules.builtin' => 1, + 'modules.order' => 1, + ); + my $short; + for my $file () { + $short = $file; $short =~ s,.*/,,; + if (!defined $files_to_keep{$short}) { + unlink "$file"; + } + } + exit 0; +} + + + +&success(); +exit 0; +__END__ + + + + + --- linux-lowlatency-3.8.0.orig/debian/control-scripts/preinst +++ linux-lowlatency-3.8.0/debian/control-scripts/preinst @@ -0,0 +1,315 @@ +#! /usr/bin/perl +# -*- Mode: Cperl -*- +# image.preinst --- +# Author : Manoj Srivastava ( srivasta@tiamat.datasync.com ) +# Created On : Sun Jun 14 03:38:02 1998 +# Created On Node : tiamat.datasync.com +# Last Modified By : Manoj Srivastava +# Last Modified On : Sun Sep 24 14:04:42 2006 +# Last Machine Used: glaurung.internal.golden-gryphon.com +# Update Count : 99 +# Status : Unknown, Use with caution! +# HISTORY : +# Description : +# +# + +# +#use strict; #for debugging + +use Debconf::Client::ConfModule qw(:all); +version('2.0'); +my $capb=capb("backup"); + +$|=1; + +# Predefined values: +my $version = "=V"; +my $link_in_boot = ""; # Should be empty, mostly +my $no_symlink = ""; # Should be empty, mostly +my $reverse_symlink = ""; # Should be empty, mostly +my $do_symlink = "Yes"; # target machine defined +my $do_boot_enable = "Yes"; # target machine defined +my $do_bootfloppy = "Yes"; # target machine defined +my $do_bootloader = "Yes"; # target machine defined +my $move_image = ''; # target machine defined +my $kimage = "=K"; # Should be empty, mostly +my $loader = "=L"; # lilo, silo, quik, palo, vmelilo, nettrom + # or elilo +my $image_dir = "/boot"; # where the image is located +my $initrd = "YES"; # initrd kernel +my $use_hard_links = ''; # hardlinks do not wirk across fs boundaries +my $postinst_hook = ''; #Normally we do not +my $postrm_hook = ''; #Normally we do not +my $preinst_hook = ''; #Normally we do not +my $prerm_hook = ''; #Normally we do not +my $minimal_swap = ''; # Do not swap symlinks +my $ignore_depmod_err = ''; # normally we do not +my $relink_src_link = 'YES'; # There is no harm in checking the link +my $relink_build_link = 'YES'; # There is no harm in checking the link +my $force_build_link = ''; # There is no harm in checking the link +my $kernel_arch = "=B"; +my $ramdisk = "/usr/sbin/update-initramfs"; # List of tools to create initial ram fs. +my $package_name = "linux-image-$version"; + +my $Loader = "NoLOADER"; # +$Loader = "LILO" if $loader =~ /^lilo/io; +$Loader = "SILO" if $loader =~ /^silo/io; +$Loader = "QUIK" if $loader =~ /^quik/io; +$Loader = "yaboot" if $loader =~ /^yaboot/io; +$Loader = "PALO" if $loader =~ /^palo/io; +$Loader = "NETTROM" if $loader =~ /^nettrom/io; +$Loader = "VMELILO" if $loader =~ /^vmelilo/io; +$Loader = "ZIPL" if $loader =~ /^zipl/io; +$Loader = "ELILO" if $loader =~ /^elilo/io; + + +#known variables +my @boilerplate = (); +my @silotemplate = (); +my @quiktemplate = (); +my @palotemplate = (); +my @vmelilotemplate = (); +my $bootdevice = ''; +my $rootdevice = ''; +my $rootdisk = ''; +my $rootpartition = ''; +my $image_dest = "/"; +my $realimageloc = "/$image_dir/"; +my $have_conffile = ""; +my $CONF_LOC = '/etc/kernel-img.conf'; +my $relative_links = ''; +my $silent_loader = ''; +my $warn_reboot = ''; # Warn that we are installing a version of + # the kernel we are running + +my $modules_base = '/lib/modules'; + +die "Pre inst Internal error. Aborting." unless $version; + +exit 0 if $ARGV[0] =~ /abort-upgrade/; +exit 1 unless $ARGV[0] =~ /(install|upgrade)/; + +$arch = `uname -i`; +if ($arch =~ m/86/) { + system ("grep -q ' pae ' /proc/cpuinfo"); + if ($?) { + print STDERR "This kernel does not support a non-PAE CPU.\n"; + exit 1; + } +} + +# remove multiple leading slashes; make sure there is at least one. +$realimageloc =~ s|^/*|/|o; +$realimageloc =~ s|/+|/|o; + +if (-r "$CONF_LOC" && -f "$CONF_LOC" ) { + if (open(CONF, "$CONF_LOC")) { + while () { + chomp; + s/\#.*$//g; + next if /^\s*$/; + + $do_symlink = "" if /^\s*do_symlinks\s*=\s*(no|false|0)\s*$/ig; + $no_symlink = "" if /^\s*no_symlinks\s*=\s*(no|false|0)\s*$/ig; + $reverse_symlink = "" if /^\s*reverse_symlinks\s*=\s*(no|false|0)\s*$/ig; + $link_in_boot = "" if /^\s*image_in_boot\s*=\s*(no|false|0)\s*$/ig; + $link_in_boot = "" if /^\s*link_in_boot\s*=\s*(no|false|0)\s*$/ig; + $move_image = "" if /^\s*move_image\s*=\s*(no|false|0)\s*$/ig; + $do_boot_enable = '' if /^\s*do_boot_enable\s*=\s*(no|false|0)\s*$/ig; + $do_bootfloppy = '' if /^\s*do_bootfloppy\s*=\s*(no|false|0)\s*$/ig; + $do_bootloader = '' if /^\s*do_bootloader\s*=\s*(no|false|0)\s*$/ig; + $relative_links = '' if /^\s*relative_links \s*=\s*(no|false|0)\s*$/ig; + $use_hard_links = '' if /^\s*use_hard_links\s*=\s*(no|false|0)\s*$/ig; + $silent_loader = '' if /^\s*silent_loader\s*=\s*(no|false|0)\s*$/ig; + $warn_reboot = '' if /^\s*warn_reboot\s*=\s*(no|false|0)\s*$/ig; + $minimal_swap = '' if /^\s*minimal_swap\s*=\s*(no|false|0)\s*$/ig; + $ignore_depmod_err = '' if /^\s*ignore_depmod_err\s*=\s*(no|false|0)\s*$/ig; + $relink_src_link = '' if /^\s*relink_src_link\s*=\s*(no|false|0)\s*$/ig; + $relink_build_link = '' if /^\s*relink_build_link\s*=\s*(no|false|0)\s*$/ig; + $force_build_link = '' if /^\s*force_build_link\s*=\s*(no|false|0)\s*$/ig; + + $do_symlink = "Yes" if /^\s*do_symlinks\s*=\s*(yes|true|1)\s*$/ig; + $no_symlink = "Yes" if /^\s*no_symlinks\s*=\s*(yes|true|1)\s*$/ig; + $reverse_symlink = "Yes" if /^\s*reverse_symlinks\s*=\s*(yes|true|1)\s*$/ig; + $link_in_boot = "Yes" if /^\s*image_in_boot\s*=\s*(yes|true|1)\s*$/ig; + $link_in_boot = "Yes" if /^\s*link_in_boot\s*=\s*(yes|true|1)\s*$/ig; + $move_image = "Yes" if /^\s*move_image\s*=\s*(yes|true|1)\s*$/ig; + $do_boot_enable = "Yes" if /^\s*do_boot_enable\s*=\s*(yes|true|1)\s*$/ig; + $do_bootfloppy = "Yes" if /^\s*do_bootfloppy\s*=\s*(yes|true|1)\s*$/ig; + $do_bootloader = "Yes" if /^\s*do_bootloader\s*=\s*(yes|true|1)\s*$/ig; + $relative_links = "Yes" if /^\s*relative_links\s*=\s*(yes|true|1)\s*$/ig; + $use_hard_links = "Yes" if /^\s*use_hard_links\s*=\s*(yes|true|1)\s*$/ig; + $silent_loader = 'Yes' if /^\s*silent_loader\s*=\s*(yes|true|1)\s*$/ig; + $warn_reboot = 'Yes' if /^\s*warn_reboot\s*=\s*(yes|true|1)\s*$/ig; + $minimal_swap = 'Yes' if /^\s*minimal_swap\s*=\s*(yes|true|1)\s*$/ig; + $ignore_depmod_err = 'Yes' if /^\s*ignore_depmod_err\s*=\s*(yes|true|1)\s*$/ig; + $relink_src_link = 'Yes' if /^\s*relink_src_link\s*=\s*(yes|true|1)\s*$/ig; + $relink_build_link = 'Yes' if /^\s*relink_build_link\s*=\s*(yes|true|1)\s*$/ig; + $force_build_link = 'Yes' if /^\s*force_build_link\s*=\s*(yes|true|1)\s*$/ig; + + $image_dest = "$1" if /^\s*image_dest\s*=\s*(\S+)/ig; + $postinst_hook = "$1" if /^\s*postinst_hook\s*=\s*(\S+)/ig; + $postrm_hook = "$1" if /^\s*postrm_hook\s*=\s*(\S+)/ig; + $preinst_hook = "$1" if /^\s*preinst_hook\s*=\s*(\S+)/ig; + $prerm_hook = "$1" if /^\s*prerm_hook\s*=\s*(\S+)/ig; + $ramdisk = "$1" if /^\s*ramdisk\s*=\s*(.+)$/ig; + } + close CONF; + $have_conffile = "Yes"; + $have_conffile = "Yes"; # stop perl complaining + } +} + +$ENV{KERNEL_ARCH}=$kernel_arch if $kernel_arch; + +# About to upgrade this package from version $2 TO THIS VERSION. +# "prerm upgrade" has already been called for the old version of +# this package. + +sub find_initrd_tool { + my $hostversion = shift; + my $version = shift; + my @ramdisks = + grep { + my $args = + "$_ " . + "--supported-host-version=$hostversion " . + "--supported-target-version=$version " . + "1>/dev/null 2>&1" + ; + system($args) == 0; + } + split (/[:,\s]+/, $ramdisk); +} + +sub check { + my $version = shift; + my $lib_modules="$modules_base/$version"; + my $message = ''; + + if (-d "$lib_modules") { + opendir(DIR, $lib_modules) || die "can’t opendir $lib_modules: $!"; + my @children = readdir(DIR); + if ($#children > 1) { + my @dirs = grep { -d "$lib_modules/$_" } @children; + if ($#dirs > 1) { # we have subdirs + my $dir_message=''; + for my $dir (@dirs) { + if ($dir =~/kernel$/) { + $dir_message="An older install was detected.\n"; + } + else { + $dir_message="Module sub-directories were detected.\n" + unless $dir_message; + } + } + $message += $dir_message if $dir_message; + } + + my @links = grep { -l "$lib_modules/$_" } @children; + if ($#links > -1) { + my $links_message = ''; + for my $link (@links) { + next if ($link =~ /^build$/); + next if ($link =~ /^source$/); + $links_message = "Symbolic links were detected in $modules_base/$version.\n"; + } + $message += $links_message if $links_message; + } + my @files = grep { -f "$lib_modules/$_" } @children; + $message += "Additional files also exist in $modules_base/$version.\n" + if ($#files > -1); + } + } + else { $message .= "$lib_modules does not exist. ";} + return $message; +} + +if (-d "$modules_base/$version") { + my $errors=check($version); + warn "Info:\n$errors\n" if $errors; +} + +# set the env var stem +$ENV{'STEM'} = "linux"; + +sub exec_script { + my $type = shift; + my $script = shift; + print STDERR "Running $type hook script $script.\n"; + system ("$script $version $realimageloc$kimage-$version") && + print STDERR "User $type hook script [$script] "; + if ($?) { + if ($? == -1) { + print STDERR "failed to execute: $!\n"; + } + elsif ($? & 127) { + printf STDERR "died with signal %d, %s coredump\n", + ($? & 127), ($? & 128) ? 'with' : 'without'; + } + else { + printf STDERR "exited with value %d\n", $? >> 8; + } + exit $? >> 8; + } +} +sub run_hook { + my $type = shift; + my $script = shift; + if ($script =~ m,^/,) { + # Full path provided for the hook script + if (-x "$script") { + &exec_script($type,$script); + } + else { + die "The provided $type hook script [$script] could not be run.\n"; + } + } + else { + # Look for it in a safe path + for my $path ('/bin', '/sbin', '/usr/bin', '/usr/sbin') { + if (-x "$path/$script") { + &exec_script($type, "$path/$script"); + return 0; + } + } + # No luck + print STDERR "Could not find $type hook script [$script].\n"; + die "Looked in: '/bin', '/sbin', '/usr/bin', '/usr/sbin'\n"; + } +} + + +my $options; +for (@ARGV) { + s,','\\'',g; + $options .= " '$_'"; +} +$ENV{'DEB_MAINT_PARAMS'}="$options"; + +## Run user hook script here, if any +if (-x "$preinst_hook") { + &run_hook("preinst", $preinst_hook); +} +if (-d "/etc/kernel/preinst.d") { + print STDERR "Examining /etc/kernel/preinst.d/\n"; + system ("run-parts --verbose --exit-on-error --arg=$version" . + " --arg=$realimageloc$kimage-$version" . + " /etc/kernel/preinst.d") && + die "Failed to process /etc/kernel/preinst.d"; +} +if (-d "/etc/kernel/preinst.d/$version") { + print STDERR "Examining /etc/kernel/preinst.d/$version.\n"; + system ("run-parts --verbose --exit-on-error --arg=$version" . + " --arg=$realimageloc$kimage-$version" . + " /etc/kernel/preinst.d/$version") && + die "Failed to process /etc/kernel/preinst.d/$version"; +} +print STDERR "Done.\n"; + +exit 0; + +__END__ + + --- linux-lowlatency-3.8.0.orig/debian/control-scripts/postinst +++ linux-lowlatency-3.8.0/debian/control-scripts/postinst @@ -0,0 +1,1095 @@ +#! /usr/bin/perl +# OriginalAuthor : Manoj Srivastava ( srivasta@pilgrim.umass.edu ) +# +# Customized for Ubuntu by: Ben Collins + +#use strict; #for debugging +use Cwd 'abs_path'; + +$|=1; + +# Predefined values: +my $version = "=V"; +my $link_in_boot = ""; # Should be empty, mostly +my $no_symlink = ""; # Should be empty, mostly +my $reverse_symlink = ""; # Should be empty, mostly +my $do_symlink = "Yes"; # target machine defined +my $do_boot_enable = "Yes"; # target machine defined +my $do_bootfloppy = "Yes"; # target machine defined +my $do_bootloader = "Yes"; # target machine defined +my $move_image = ''; # target machine defined +my $kimage = "=K"; # Should be empty, mostly +my $loader = "=L"; # lilo, silo, quik, palo, vmelilo, nettrom, arcboot or delo +my $image_dir = "/boot"; # where the image is located +my $clobber_modules = ''; # target machine defined +my $relative_links = ""; # target machine defined +my $initrd = "YES"; # initrd kernel +my $do_initrd = ''; # Normally we do not +my $use_hard_links = ''; # hardlinks do not work across fs boundaries +my $postinst_hook = ''; #Normally we do not +my $postrm_hook = ''; #Normally we do not +my $preinst_hook = ''; #Normally we do not +my $prerm_hook = ''; #Normally we do not +my $minimal_swap = ''; # Do not swap symlinks +my $ignore_depmod_err = ''; # normally we do not +my $kernel_arch = "=B"; +my $ramdisk = "/usr/sbin/update-initramfs"; # List of tools to create initial ram fs. +my $notifier = "/usr/share/update-notifier/notify-reboot-required"; +my $package_name = "linux-image-$version"; +my $explicit_do_loader = 'Yes'; + +my $Loader = "NoLOADER"; # +$Loader = "LILO" if $loader =~ /^lilo/io; +$Loader = "SILO" if $loader =~ /^silo/io; +$Loader = "QUIK" if $loader =~ /^quik/io; +$Loader = "yaboot" if $loader =~ /^yaboot/io; +$Loader = "PALO" if $loader =~ /^palo/io; +$Loader = "NETTROM" if $loader =~ /^nettrom/io; +$Loader = "VMELILO" if $loader =~ /^vmelilo/io; +$Loader = "ZIPL" if $loader =~ /^zipl/io; +$Loader = "ELILO" if $loader =~ /^elilo/io; +$Loader = "ARCBOOT" if $loader =~ /^arcboot/io; +$Loader = "DELO" if $loader =~ /^delo/io; + +# This should not point to /tmp, because of security risks. +my $temp_file_name = "/var/log/$loader" . "_log.$$"; + +#known variables +my $image_dest = "/"; +my $realimageloc = "/$image_dir/"; +my $have_conffile = ""; +my $silent_modules = ''; +my $silent_loader = ''; +my $warn_reboot = 'Yes'; # Warn that we are installing a version of + # the kernel we are running + +my $modules_base = '/lib/modules'; +my $CONF_LOC = '/etc/kernel-img.conf'; + +# Ignore all invocations except when called on to configure. +exit 0 unless $ARGV[0] =~ /configure/; + +my $DEBUG = 0; + +# Do some preliminary sanity checks here to ensure we actually have an +# valid image dir +chdir('/') or die "could not chdir to /:$!\n"; +die "Internal Error: ($image_dir) is not a directory!\n" + unless -d $image_dir; + +# remove multiple leading slashes; make sure there is at least one. +$realimageloc =~ s|^/*|/|o; +$realimageloc =~ s|/+|/|o; +die "Internal Error: ($realimageloc) is not a directory!\n" + unless -d $realimageloc; + +if (-r "$CONF_LOC" && -f "$CONF_LOC" ) { + if (open(CONF, "$CONF_LOC")) { + while () { + chomp; + s/\#.*$//g; + next if /^\s*$/; + + $do_symlink = "" if /^\s*do_symlinks\s*=\s*(no|false|0)\s*$/ig; + $no_symlink = "" if /^\s*no_symlinks\s*=\s*(no|false|0)\s*$/ig; + $reverse_symlink = "" if /^\s*reverse_symlink\s*=\s*(no|false|0)\s*$/ig; + $link_in_boot = "" if /^\s*image_in_boot\s*=\s*(no|false|0)\s*$/ig; + $link_in_boot = "" if /^\s*link_in_boot\s*=\s*(no|false|0)\s*$/ig; + $move_image = "" if /^\s*move_image\s*=\s*(no|false|0)\s*$/ig; + $clobber_modules = '' if /^\s*clobber_modules\s*=\s*(no|false|0)\s*$/ig; + $do_boot_enable = '' if /^\s*do_boot_enable\s*=\s*(no|false|0)\s*$/ig; + $do_bootfloppy = '' if /^\s*do_bootfloppy\s*=\s*(no|false|0)\s*$/ig; + $relative_links = '' if /^\s*relative_links \s*=\s*(no|false|0)\s*$/ig; + $do_bootloader = '' if /^\s*do_bootloader\s*=\s*(no|false|0)\s*$/ig; + $explicit_do_loader = '' if /^\s*do_bootloader\s*=\s*(no|false|0)\s*$/ig; + $do_initrd = '' if /^\s*do_initrd\s*=\s*(no|false|0)\s*$/ig; + $use_hard_links = '' if /^\s*use_hard_links\s*=\s*(no|false|0)\s*$/ig; + $silent_modules = '' if /^\s*silent_modules\s*=\s*(no|false|0)\s*$/ig; + $silent_loader = '' if /^\s*silent_loader\s*=\s*(no|false|0)\s*$/ig; + $warn_reboot = '' if /^\s*warn_reboot\s*=\s*(no|false|0)\s*$/ig; + $minimal_swap = '' if /^\s*minimal_swap\s*=\s*(no|false|0)\s*$/ig; + $ignore_depmod_err = '' if /^\s*ignore_depmod_err\s*=\s*(no|false|0)\s*$/ig; + + $do_symlink = "Yes" if /^\s*do_symlinks\s*=\s*(yes|true|1)\s*$/ig; + $no_symlink = "Yes" if /^\s*no_symlinks\s*=\s*(yes|true|1)\s*$/ig; + $reverse_symlink = "Yes" if /^\s*reverse_symlinks\s*=\s*(yes|true|1)\s*$/ig; + $link_in_boot = "Yes" if /^\s*image_in_boot\s*=\s*(yes|true|1)\s*$/ig; + $link_in_boot = "Yes" if /^\s*link_in_boot\s*=\s*(yes|true|1)\s*$/ig; + $move_image = "Yes" if /^\s*move_image\s*=\s*(yes|true|1)\s*$/ig; + $clobber_modules = "Yes" if /^\s*clobber_modules\s*=\s*(yes|true|1)\s*$/ig; + $do_boot_enable = "Yes" if /^\s*do_boot_enable\s*=\s*(yes|true|1)\s*$/ig; + $do_bootfloppy = "Yes" if /^\s*do_bootfloppy\s*=\s*(yes|true|1)\s*$/ig; + $do_bootloader = "Yes" if /^\s*do_bootloader\s*=\s*(yes|true|1)\s*$/ig; + $explicit_do_loader = "YES" if /^\s*do_bootloader\s*=\s*(yes|true|1)\s*$/ig; + $relative_links = "Yes" if /^\s*relative_links\s*=\s*(yes|true|1)\s*$/ig; + $do_initrd = "Yes" if /^\s*do_initrd\s*=\s*(yes|true|1)\s*$/ig; + $use_hard_links = "Yes" if /^\s*use_hard_links\s*=\s*(yes|true|1)\s*$/ig; + $silent_modules = 'Yes' if /^\s*silent_modules\s*=\s*(yes|true|1)\s*$/ig; + $silent_loader = 'Yes' if /^\s*silent_loader\s*=\s*(yes|true|1)\s*$/ig; + $warn_reboot = 'Yes' if /^\s*warn_reboot\s*=\s*(yes|true|1)\s*$/ig; + $minimal_swap = 'Yes' if /^\s*minimal_swap\s*=\s*(yes|true|1)\s*$/ig; + $ignore_depmod_err = 'Yes' if /^\s*ignore_depmod_err\s*=\s*(yes|true|1)\s*$/ig; + + $image_dest = "$1" if /^\s*image_dest\s*=\s*(\S+)/ig; + $postinst_hook = "$1" if /^\s*postinst_hook\s*=\s*(\S+)/ig; + $postrm_hook = "$1" if /^\s*postrm_hook\s*=\s*(\S+)/ig; + $preinst_hook = "$1" if /^\s*preinst_hook\s*=\s*(\S+)/ig; + $prerm_hook = "$1" if /^\s*prerm_hook\s*=\s*(\S+)/ig; + $ramdisk = "$1" if /^\s*ramdisk\s*=\s*(.+)$/ig; + } + close CONF; + $have_conffile = "Yes"; + } +} + + + +# For some versions of kernel-package, we had this warning in the +# postinst, but the rules did not really interpolate the value in. +# Here is a sanity check. +my $pattern = "=" . "I"; +$initrd=~ s/^$pattern$//; + +if ($link_in_boot) { + $image_dest = "/$image_dir/"; # same as realimageloc +} + +# Tack on at least one trainling / +$image_dest = "$image_dest/"; +$image_dest =~ s|^/*|/|o; +$image_dest =~ s|/+$|/|o; + +if (! -d "$image_dest") { + die "Expected Image Destination dir ($image_dest) to be a valid directory!\n"; +} + +# sanity +if (!($do_bootfloppy || $do_bootloader)) { + $do_boot_enable = ''; +} +if ($do_symlink && $no_symlink) { + warn "Both do_symlinks and no_symlinks options enabled; disabling no_symlinks\n"; + $no_symlink = 0; +} + +# most of our work is done in $image_dest (nominally /) +chdir("$image_dest") or die "could not chdir to $image_dest:$!\n"; + +# Paranoid check to make sure that the correct value is put in there +if (! $kimage) { $kimage = "vmlinuz"; } # Hmm. empty +elsif ($kimage =~ m/^b?uImage$/o) { $kimage = "vmlinuz"; } # these produce vmlinuz +elsif ($kimage =~ m/^b?zImage$/o) { $kimage = "vmlinuz"; } # these produce vmlinuz +elsif ($kimage =~ m/^[iI]mage$/o) { my $nop = $kimage; } +elsif ($kimage =~ m/^vmlinux$/o) { my $nop = $kimage; } +else { $kimage = "vmlinuz"; } # Default + +$ENV{KERNEL_ARCH}=$kernel_arch if $kernel_arch; + + +die "Internal Error: Could not find image (" . $realimageloc + . "$kimage-$version)\n" unless -e $realimageloc + . "$kimage-$version"; + +# search for the boot loader in the path +my $loader_exec; +($loader_exec = $loader) =~ s|.*/||; +my ($loaderloc) = grep -x, map "$_/$loader_exec", + map { length($_) ? $_ : "." } split /:/, $ENV{PATH}; + + +###################################################################### +###################################################################### +########### Test whether a relative symlinkwould be OK ####### +###################################################################### +###################################################################### +sub test_relative { + my %params = @_; + my $cwd; + + die "Internal Error: Missing Required paramater 'Old Dir' " + unless $params{'Old Dir'}; + die "Internal Error: Missing Required paramater New Dir' " + unless $params{'New Dir'}; + + + die "Internal Error: No such dir $params{'Old Dir'} " + unless -d $params{'Old Dir'}; + die "Internal Error: No such dir $params{'New Dir'} " + unless -d $params{'New Dir'}; + + warn "Test relative: testing $params{'Old Dir'} -> $params{'New Dir'}" + if $DEBUG; + chomp($cwd = `pwd`); + chdir ($params{'New Dir'}) or die "Could not chdir to $params{'New Dir'}:$!"; + my $ok = 0; + $params{'Old Dir'} =~ s|^/*||o; + if (-d $params{'Old Dir'} ) { + if (defined $params{'Test File'}) { + if (-e $params{'Old Dir'} . $params{'Test File'}) { + $ok = 1; + } + } else { + $ok = 1; # well, backward compatibility + } + } + chdir ($cwd) or die "Could not chdir to $params{'New Dir'}:$!"; + return $ok; +} + +###################################################################### +###################################################################### +############ +###################################################################### +###################################################################### +# sub CanonicalizePath { +# my $path = join '/', @_; +# my @work = split '/', $path; +# my @out; +# my $is_absolute; + +# if (@work && $work[0] eq "") { +# $is_absolute = 1; shift @work; +# } + +# while (@work) { +# my $seg = shift @work; +# if ($seg eq "." || $seg eq "") { +# } +# elsif ($seg eq "..") { +# if (@out && $out[-1] ne "..") { +# pop @out; +# } +# else { +# # Leading "..", or "../..", etc. +# push @out, $seg; +# } +# } +# else { +# push @out, $seg; +# } +# } + +# unshift @out, "" if $is_absolute; +# return join('/', @out); +# } +###################################################################### +###################################################################### +############ +###################################################################### +###################################################################### + +sub spath { + my %params = @_; + + die "Missing Required paramater 'Old'" unless $params{'Old'}; + die "Missing Required paramater 'New'" unless $params{'New'}; + + my @olddir = split '/', `readlink -q -m $params{'Old'}`; + my @newdir = split '/', `readlink -q -m $params{'New'}`; + my @outdir = @olddir; + + my $out = ''; + my $i; + for ($i = 0; $i <= $#olddir && $i <= $#newdir; $i++) { + $out++ if ($olddir[$i] ne $newdir[$i]); + shift @outdir unless $out; + unshift @outdir, ".." if $out; + } + if ($#newdir > $#olddir) { + for ($i=0; $i < $#newdir; $i++) { + unshift @outdir, ".."; + } + } + return join ('/', @outdir); +} +###################################################################### +###################################################################### +############ +###################################################################### +###################################################################### + + +# This routine actually moves the kernel image +# From: $realimageloc/$kimage-$version (/boot/vmlinuz-2.6.12) +# To: $image_dest/$kimage-$version (/vmlinuz-2.6.12) +# Note that the image is moved to a versioned destination, but ordinary +# symlinks we create otherwise are not normally versioned +sub really_move_image { + my $src_dir = $_[0]; + my $target = $_[1]; + my $dest_dir = $_[2]; + + warn "Really move image: src_dir=$src_dir, target=$target,\n destdir=$dest_dir" + if $DEBUG; + if (-e "$target") { + # we should be in dir $dest_dir == $image_dest /, normally + rename("$target", "$target.$$") || + die "failed to move " . $dest_dir . "$target:$!"; + warn "mv $target $target.$$" if $DEBUG; + } + warn "mv -f $src_dir$target $target" if $DEBUG; + my $ret = system("mv -f " . $src_dir . "$target " . + " $target"); + if ($ret) { + die("Failed to move " . $src_dir . "$target to " + . $dest_dir . "$target"); + } + # Ok, now we may clobber the previous .old files + if (-e "$target.$$") { + rename("$target.$$", "$target.old") || + die "failed to move " . $dest_dir . "$target:$!"; + warn "mv $target.$$ $target " if $DEBUG; + } +} + +# Normally called after really_move_image; and only called if we asked for +# reversed link this routine reverses the symbolic link that is notmally +# created. Since the real kernel image has been moved over to +# $image_dest/$kimage-$version. So, this routine links +# From: $image_dest/$kimage-$version (/vmlinuz-2.6.12) +# To: $realimageloc/$kimage-$version (/boot/vmlinuz-2.6.12) +sub really_reverse_link { + my $src_dir = $_[0]; + my $link_name = $_[1]; + my $dest_dir = $_[2]; + warn "Really reverse link: src_dir=$src_dir, link name=$link_name\n" . + "\tdestdir=$dest_dir" if $DEBUG; + + my $Old = $dest_dir; + if (test_relative ('Old Dir' => $Old, 'New Dir' => $src_dir, + 'Test File' => "$link_name")) { + $Old =~ s|^/*||o; + } + # Special case is they are in the same dir + my $rel_path = spath('Old' => "$Old", 'New' => "$src_dir" ); + $Old ="" if $rel_path =~ m/^\s*$/o; + + if ($use_hard_links =~ m/YES/i) { + link($Old . "$link_name", $src_dir . "$link_name") || + die("Failed to link " . $dest_dir . "$link_name to " . $src_dir . + "$link_name:$!"); + warn "ln " . $Old . "$link_name " . $src_dir . "$link_name" if $DEBUG; + } + else { + symlink($Old . "$link_name", $src_dir . "$link_name") || + die("Failed to symbolic-link " . $dest_dir . "$link_name to " . $src_dir + . "$link_name:$!"); + warn "ln -s " . $Old . "$link_name " . $src_dir . "$link_name" if $DEBUG; + } +} + +# This routine is invoked if there is a symbolic link in place +# in $image_dest/$kimage -- so a symlink exists in the destination. +# What we are trying to determine is if we need to move the symbolic link over +# to the the .old location +sub move_p { + my $kimage = $_[0]; # Name of the symbolic link + my $image_dest = $_[1]; # The directory the links goes into + my $image_name = $_[2]; + my $src_dir = $_[3]; + my $force_move = 0; + warn "Move?: kimage=$kimage, image_dest=$image_dest, \n" . + "\timage_name=$image_name, src_dir=$src_dir" if $DEBUG; + + if ($no_symlink || $reverse_symlink) { + # we do not want links, yet we have a symbolic link here! + warn "found a symbolic link in " . $image_dest . "$kimage \n" . + "even though no_symlink is defined\n" if $no_symlink; + warn "found a symbolic link in " . $image_dest . "$kimage \n" . + "even though reverse_symlink is defined\n" if $reverse_symlink; + # make sure we change this state of affairs + $force_move = 1; + return $force_move; + } + + warn "DEBUG: OK. We found symlink, and we should have a symlink here.\n" + if $DEBUG; + my $vmlinuz_target = readlink "$kimage"; + my $real_target = ''; + my $target = `readlink -q -m "${realimageloc}${kimage-$version}"`; + $real_target = abs_path($vmlinuz_target) if defined($vmlinuz_target); + + if (!defined($vmlinuz_target) || ! -f "$real_target") { + # what, a dangling symlink? + warn "The link " . $image_dest . "$kimage is a dangling link" . + "to $real_target\n"; + $force_move = 1; + return $force_move; + } + + + warn "DEBUG: The link $kimage points to ($vmlinuz_target)\n" if $DEBUG; + warn "DEBUG: ($vmlinuz_target) is really ($real_target)\n" if $DEBUG; + my $cwd; + chomp ($cwd=`pwd`); + if ($vmlinuz_target !~ m|^/|o) { + $vmlinuz_target = $cwd . "/" . $vmlinuz_target; + $vmlinuz_target =~ s|/+|/|o; + } + $vmlinuz_target = `readlink -q -m $vmlinuz_target`; + + if ("$vmlinuz_target" ne "$target") { + warn "DEBUG: We need to handle this.\n" if $DEBUG; + if ($minimal_swap) { + warn "DEBUG: Minimal swap.\n" if $DEBUG; + if (-l "$kimage.old") { + warn "DEBUG: There is an old link at $kimage.old\n" if $DEBUG; + my $old_target = readlink "$kimage.old"; + my $real_old_target = ''; + $real_old_target=abs_path($old_target) if defined ($old_target); + + if ($real_old_target && -f "$real_old_target") { + if ($old_target !~ m|^/|o) { + $old_target = $cwd . "/" . $old_target; + $old_target =~ s|/+|/|o; + } + $old_target = `readlink -q -m $old_target`; + if ("$old_target" ne "$target") { + $force_move = 1; + warn "DEBUG: Old link ($old_target) does not point to us ($target)\n" + if $DEBUG; + } + else { # The .old points to the current + warn "$kimage.old --> $target -- doing nothing"; + $force_move = 0; + } + } + else { + warn "DEBUG: Well, the old link does not exist -- so we move\n" + if $DEBUG; + $force_move = 1; + } + } + else { + warn "DEBUG: No .old link -- OK to move\n" + if $DEBUG; + $force_move = 1; + } + } + else { + warn "DEBUG: ok, minimal swap is no-- so we move.\n" + if $DEBUG; + $force_move = 1; + } + } + else { # already have proper link + warn "$kimage($vmlinuz_target) points to $target ($real_target) -- doing nothing"; + $force_move = 0; + } + return $force_move; +} + + +# This routine moves the symbolic link around (/vmlinuz -> /vmlinuz.old) +# It pays attention to whether we should the fact whether we should be using +# hard links or not. +sub really_move_link { + my $kimage = $_[0]; # Name of the symbolic link + my $image_dest = $_[1]; # The directory the links goes into + my $image_name = $_[2]; + my $src_dir = $_[3]; + warn "really_move_link: kimage=$kimage, image_dest=$image_dest\n" . + "\t image_name=$image_name, src_dir=$src_dir" if $DEBUG; + + # don't clobber $kimage.old quite yet + rename("$kimage", "$kimage.$$") || + die "failed to move " . $image_dest . "$kimage:$!"; + warn "mv $kimage $kimage.$$" if $DEBUG; + my $Old = $src_dir; + my $cwd; + + chomp($cwd=`pwd`); + if (test_relative ('Old Dir' => $Old, 'New Dir' => $cwd, + 'Test File' => "$image_name")) { + $Old =~ s|^/*||o; + } + # Special case is they are in the same dir + my $rel_path = spath('Old' => "$Old", 'New' => "$cwd" ); + $Old ="" if $rel_path =~ m/^\s*$/o; + + if ($use_hard_links =~ m/YES/i) { + warn "ln ${Old}${image_name} $kimage" if $DEBUG; + if (! link("${Old}${image_name}", "$kimage")) { + rename("$kimage.$$", "$kimage"); + die("Failed to link ${Old}${image_name} to " . + "${image_dest}${kimage}:$!"); + } + } + else { + warn "ln -s ${Old}${image_name} $kimage" if $DEBUG; + if (! symlink("${Old}${image_name}", "$kimage")) { + rename("$kimage.$$", "$kimage"); + die("Failed to symbolic-link ${Old}${image_name} to " . + "${image_dest}${kimage}:$!"); + } + } + + # Ok, now we may clobber the previous .old file + if (-l "$kimage.old" || ! -e "$kimage.old" ) { + rename("$kimage.$$", "$kimage.old"); + warn "mv $kimage.$$ $kimage.old" if $DEBUG; + } + else { + warn "$kimage.old is not a symlink, not clobbering\n"; + warn "rm $kimage.$$"; + unlink "$kimage.$$" if $DEBUG; + } +} + +# This routine handles a request to do symlinks, but there is no +# symlink file already there. Either we are supposed to use copy, or we are +# installing on a pristine system, or the user does not want symbolic links at +# all. We use a configuration file to tell the last two cases apart, creating +# a config file if needed. +sub handle_missing_link { + my $kimage = $_[0]; # Name of the symbolic link + my $image_dest = $_[1]; # The directory the links goes into + my $image_name = $_[2]; + my $src_dir = $_[3]; + warn "handle_missing_link: kimage=$kimage, image_dest=$image_dest\n" . + "\t image_name=$image_name, src_dir=$src_dir" if $DEBUG; + + if ($no_symlink) { + warn "cp -a --backup=t $realimageloc$image_name $kimage" if $DEBUG; + my $ret = system("cp -a --backup=t " . $realimageloc . + "$image_name " . " $kimage"); + if ($ret) { + die("Failed to copy " . $realimageloc . "$image_name to " + . $image_dest . "$kimage"); + } + } + elsif ($reverse_symlink) { + warn "mv -f $realimageloc$image_name $kimage" if $DEBUG; + my $ret = system("mv -f " . $realimageloc . "$image_name " + . "$kimage"); + if ($ret) { + die("Failed to move " . $realimageloc . "$image_name to " + . $image_dest . "$kimage"); + } + } + else { + if (! $have_conffile) { + my $ret; + my $answer=''; + $do_symlink = "Yes"; + + if (open(CONF, ">$CONF_LOC")) { + print CONF "# Kernel Image management overrides\n"; + print CONF "# See kernel-img.conf(5) for details\n"; + if ($loader =~ /palo/i) { + print CONF "link_in_boot = Yes\n"; + print CONF "do_symlinks = Yes\n"; + print CONF "relative_links = Yes\n"; + print CONF "do_bootloader = No\n"; + } else { + print CONF "do_symlinks = $do_symlink\n"; + } + close CONF; + } + $have_conffile = "Yes"; + } + } + + if (! $no_symlink && $do_symlink =~ /Yes/i) { + my $Old = $realimageloc; + my $New = $image_dest; + my $Name = "$image_name"; + my $Link_Dest = "$kimage"; + + if ($reverse_symlink) { + $Old = $image_dest; + $New = $realimageloc; + $Name = "$kimage"; + $Link_Dest = $realimageloc . "$image_name"; + } + if (test_relative ('Old Dir' => $Old, + 'New Dir' => $New, + 'Test File' => $Name)) { + $Old =~ s|^/*||o; + } + # Special case is they are in the same dir + my $rel_path = spath('Old' => "$Old", 'New' => "$New" ); + $Old ="" if $rel_path =~ m/^\s*$/o; + + symlink($Old . "$Name", "$Link_Dest") || + die("Failed to symbolic-link ${Old}$Name to $Link_Dest:$!"); + warn "ln -s ${Old}$Name $Link_Dest" if $DEBUG; + + } +} + +# This routine handles the rest of the cases, where the user has requested +# non-traditional handling, like using cp, or reverse symlinks, or hard links. +sub handle_non_symlinks { + my $kimage = $_[0]; # Name of the symbolic link + my $image_dest = $_[1]; # The directory the links goes into + my $image_name = $_[2]; + my $src_dir = $_[3]; + warn "handle_non_link: kimage=$kimage, image_dest=$image_dest\n" . + "\t image_name=$image_name, src_dir=$src_dir" if $DEBUG; + + # Save the current image. We do this in all four cases + rename("$kimage", "$kimage.$$") || + die "failed to move " . $image_dest . "$kimage:$!"; + warn "mv $kimage $kimage.$$" if $DEBUG; + + ##,#### + # case One + #`#### + if ($no_symlink) { + # Maybe /$image_dest is on a dos system? + warn "cp -a --backup=t $realimageloc$image_name $kimage" if $DEBUG; + my $ret = system("cp -a --backup=t " . $realimageloc + . "$image_name " . "$kimage"); + if ($ret) { + if (-e "$kimage.$$") { + rename("$kimage.$$", "$kimage"); + warn "mv $kimage.$$ $kimage" if $DEBUG; + } + die("Failed to copy " . $realimageloc . "$image_name to " + . $image_dest . "$kimage"); + } + } + ##,#### + # case Two + #`#### + elsif ($reverse_symlink) { # Maybe /$image_dest is on a dos system? + warn "mv -f $realimageloc$image_name $kimage" if $DEBUG; + my $ret = system("mv -f " . $realimageloc . "$image_name " + . $image_dest . "$kimage"); + if ($ret) { + if (-e "$kimage.$$") { + rename("$kimage.$$", "$kimage"); + warn "mv $kimage.$$ $kimage" if $DEBUG; + } + die("Failed to move " . $realimageloc . "$image_name to " + . $image_dest . "$kimage"); + } + my $Old = $image_dest; + if (test_relative ('Old Dir' => $Old, 'New Dir' => $realimageloc, + 'Test File' => "$kimage")) { + $Old =~ s|^/*||o; + } + # Special case is they are in the same dir + my $rel_path = spath('Old' => "$Old", 'New' => "$realimageloc" ); + $Old ="" if $rel_path =~ m/^\s*$/o; + + if ($use_hard_links =~ m/YES/i) { + warn "ln " . $Old . "$kimage " . $realimageloc . "$image_name" if $DEBUG; + if (! link($Old . "$kimage", $realimageloc . "$image_name")) { + warn "Could not link " . $image_dest . + "$kimage to $image_name :$!"; + } + } + else { + warn "ln -s " . $Old . "$kimage " . $realimageloc . "$image_name" if $DEBUG; + if (! symlink($Old . "$kimage", $realimageloc . "$image_name")) { + warn "Could not symlink " . $image_dest . + "$kimage to $image_name :$!"; + } + } + } + ##,#### + # case Three + #`#### + elsif ($use_hard_links =~ m/YES/i ) { + # Ok then. this ought to be a hard link, and hence fair game + # don't clobber $kimage.old quite yet + my $Old = $realimageloc; + my $cwd; + chomp($cwd=`pwd`); + if (test_relative ('Old Dir' => $Old, 'New Dir' => $cwd, + 'Test File' => "$image_name")) { + $Old =~ s|^/*||o; + } + # Special case is they are in the same dir + my $rel_path = spath('Old' => "$Old", 'New' => "$cwd" ); + $Old ="" if $rel_path =~ m/^\s*$/o; + + warn "ln " . $Old . "$image_name " . "$kimage" if $DEBUG; + if (! link($Old . "$image_name", "$kimage")) { + warn "mv $kimage.$$ $kimage" if $DEBUG; + rename("$kimage.$$", "$kimage"); + die("Failed to link " . $realimageloc . "$image_name to " + . $image_dest . "$kimage"); + } + } + ##,#### + # case Four + #`#### + else { + # We just use cp + warn "cp -a --backup=t $realimageloc$image_name $kimage" if $DEBUG; + my $ret = system("cp -a --backup=t " . $realimageloc + . "$image_name " . "$kimage"); + if ($ret) { + if (-e "$kimage.$$") { + warn "mv $kimage.$$ $kimage" if $DEBUG; + rename("$kimage.$$", "$kimage"); + } + die("Failed to copy " . $realimageloc . "$image_name to " + . $image_dest . "$kimage"); + } + } + # Ok, now we may clobber the previous .old file + warn "mv $kimage.$$ $kimage.old if -e $kimage.$$" if $DEBUG; + rename("$kimage.$$", "$kimage.old") if -e "$kimage.$$"; +} + +# This routine is responsible for setting up the symbolic links +# So, the actual kernel image lives in +# $realimageloc/$image_name (/boot/vmlinuz-2.6.12). +# This routine creates symbolic links in $image_dest/$kimage (/vmlinuz) +sub image_magic { + my $kimage = $_[0]; # Name of the symbolic link + my $image_dest = $_[1]; # The directory the links goes into + my $image_name = "$kimage-$version"; + my $src_dir = $realimageloc; + warn "image_magic: kimage=$kimage, image_dest=$image_dest\n" . + "\t image_name=$image_name, src_dir=$src_dir" if $DEBUG; + + # Well, in any case, if the destination (the symlink we are trying + # to create) is a directory, we should do nothing, except throw a + # diagnostic. + if (-d "$kimage" ) { + die ("Hmm. $kimage is a directory, which I did not expect. I am\n" . + "trying to create a symbolic link with that name linked to \n" . + "$image_dest . Since a directory exists here, my assumptions \n" . + "are way off, and I am aborting.\n" ); + exit (3); + } + + if ($move_image) { # Maybe $image_dest is in on dos, or something? + # source dir, link name, dest dir + really_move_image( $realimageloc, $image_name, $image_dest); + really_reverse_link($realimageloc, $image_name, $image_dest) + if $reverse_symlink; + return; + } + + if (-l "$kimage") { # There is a symbolic link + warn "DEBUG: There is a symlink for $kimage\n" if $DEBUG; + my $force_move = move_p($kimage, $image_dest, $image_name, $src_dir); + + if ($force_move) { + really_move_link($kimage, $image_dest, $image_name, $src_dir); + } + } + elsif (! -e "$kimage") { + # Hmm. Pristine system? How can that be? Installing from scratch? + # Or maybe the user does not want a symbolic link here. + # Possibly they do not want a link here. (we should be in / + # here[$image_dest, really] + handle_missing_link($kimage, $image_dest, $image_name, $src_dir); + } + elsif (-e "$kimage" ) { + # OK, $kimage exists -- but is not a link + handle_non_symlinks($kimage, $image_dest, $image_name, $src_dir); + } +} + +###################################################################### +###################################################################### +###################################################################### +###################################################################### + +# We may not have any modules installed +if ( -d "$modules_base/$version" ) { + print STDERR "Running depmod.\n"; + my $ret = system("depmod -a $version"); + if ($ret) { + print STDERR "Failed to run depmod\n"; + exit(1); + } +} + + + +sub find_initrd_tool { + my $hostversion = shift; + my $version = shift; + print STDERR "Finding valid ramdisk creators.\n"; + my @ramdisks = + grep { + my $args = + "$_ " . + "--supported-host-version=$hostversion " . + "--supported-target-version=$version " . + "1>/dev/null 2>&1" + ; + system($args) == 0; + } + split (/[:,\s]+/, $ramdisk); +} + +# The initrd symlink should probably be in the same dir that the +# symlinks are in +if ($initrd) { + my $success = 0; + + # Update-initramfs is called slightly different than mkinitrd and + # mkinitramfs. XXX It should really be made compatible with this stuff + # some how. + my $upgrading = 1; + if (! defined $ARGV[1] || ! $ARGV[1] || $ARGV[1] =~ m//og) { + $upgrading = 0; + } + my $ret = system("$ramdisk " . ($upgrading ? "-u" : "-c") . " -k " . $version . " >&2"); + $success = 1 unless $ret; + die "Failed to create initrd image.\n" unless $success; + if (! defined $ARGV[1] || ! $ARGV[1] || $ARGV[1] =~ m//og) { + image_magic("initrd.img", $image_dest); + } + else { + if (! -e "initrd.img") { + handle_missing_link("initrd.img", $image_dest, "initrd.img-$version", + $realimageloc); + } + else { + print STDERR + "Not updating initrd symbolic links since we are being updated/reinstalled \n"; + print STDERR + "($ARGV[1] was configured last, according to dpkg)\n"; + } + } + + if ($initrd && -l "initrd" ) { + unlink "initrd"; + } + + if ($initrd && -l "$image_dir/initrd" && ! $link_in_boot) { + unlink "$image_dir/initrd"; + } +} +else { # Not making an initrd emage + if (-l "initrd.img") { + # Ooh, last image was an initrd image? in any case, we should move it. + my $target = readlink "initrd.img"; + my $real_target = ''; + $real_target = abs_path($target) if defined ($target); + + if (!defined($target) || ! -f "$real_target") { + # Eh. dangling link. can safely be removed. + unlink("initrd.img"); + } else { + if (-l "initrd.img.old" || ! -e "initrd.img.old" ) { + rename("initrd.img", "initrd.img.old"); + } else { + warn "initrd.img.old is not a symlink, not clobbering\n"; + unlink("initrd.img"); + } + } + } +} + +# Warn of a reboot +if (-x $notifier) { + system($notifier); +} + +# Let programs know not to hibernate if the kernel that would be used for +# resume-from-hibernate is likely to differ from the currently running kernel. +system("mountpoint -q /var/run"); +if ($? eq 0) { + system("touch /var/run/do-not-hibernate"); +} + +# Only change the symlinks if we are not being upgraded +if (! defined $ARGV[1] || ! $ARGV[1] || $ARGV[1] =~ m//og) { + image_magic($kimage, $image_dest); +} +else { + if (! -e "$kimage") { + handle_missing_link($kimage, $image_dest, "$kimage-$version", + $realimageloc); + } + else { + print STDERR + "Not updating image symbolic links since we are being updated/reinstalled \n"; + print STDERR + "($ARGV[1] was configured last, according to dpkg)\n"; + } +} + +# We used to have System.* files in / +if (-e "/System.map" || -e "/System.old") { + unlink '/System.map' if -e '/System.map'; + unlink '/System.old' if -e '/System.old'; +} + +# creating some info about kernel and initrd +if ($DEBUG) { + my $ksize=sprintf("%.0f",(stat($realimageloc . + "$kimage-$version"))[7]/1024)."kB"; + my $initrdsize=''; + if ($initrd) { + $initrdsize=sprintf("%.0f",(stat($realimageloc . + "initrd.img-$version"))[7]/1024)."kB"; + } + + print STDERR <<"EOMSG"; +A new kernel image has been installed at $realimageloc$kimage-$version + (Size: $ksize) + +Symbolic links, unless otherwise specified, can be found in $image_dest + +EOMSG + ; + + if ($initrd) { + print STDERR <<"EOMSGA"; + + Initial rootdisk image: ${realimageloc}initrd.img-$version (Size: $initrdsize) +EOMSGA + ; + } +} + +# set the env var stem +$ENV{'STEM'} = "linux"; +sub exec_script { + my $type = shift; + my $script = shift; + print STDERR "Running $type hook script $script.\n"; + system ("$script $version $realimageloc$kimage-$version") && + print STDERR "User $type hook script [$script] "; + if ($?) { + if ($? == -1) { + print STDERR "failed to execute: $!\n"; + } + elsif ($? & 127) { + printf STDERR "died with signal %d, %s coredump\n", + ($? & 127), ($? & 128) ? 'with' : 'without'; + } + else { + printf STDERR "exited with value %d\n", $? >> 8; + } + exit $? >> 8; + } +} +sub run_hook { + my $type = shift; + my $script = shift; + if ($script =~ m,^/,) { + # Full path provided for the hook script + if (-x "$script") { + &exec_script($type,$script); + } + else { + die "The provided $type hook script [$script] could not be run.\n"; + } + } + else { + # Look for it in a safe path + for my $path ('/bin', '/sbin', '/usr/bin', '/usr/sbin') { + if (-x "$path/$script") { + &exec_script($type, "$path/$script"); + return 0; + } + } + # No luck + print STDERR "Could not find $type hook script [$script].\n"; + die "Looked in: '/bin', '/sbin', '/usr/bin', '/usr/sbin'\n"; + } +} + +my $options; +for (@ARGV) { + s,','\\'',g; + $options .= " '$_'"; +} +$ENV{'DEB_MAINT_PARAMS'}="$options"; + +## Run user hook script here, if any +if ($postinst_hook) { + &run_hook("postinst", $postinst_hook); +} + +if (-d "/etc/kernel/postinst.d") { + print STDERR "Examining /etc/kernel/postinst.d.\n"; + system ("run-parts --verbose --exit-on-error --arg=$version " . + "--arg=$realimageloc$kimage-$version " . + "/etc/kernel/postinst.d") && + die "Failed to process /etc/kernel/postinst.d"; +} + +if (-d "/etc/kernel/postinst.d/$version") { + print STDERR "Examining /etc/kernel/postinst.d/$version.\n"; + system ("run-parts --verbose --exit-on-error --arg=$version " . + "--arg=$realimageloc$kimage-$version " . + "/etc/kernel/postinst.d/$version") && + die "Failed to process /etc/kernel/postinst.d/$version"; +} + +LOADER: { + last unless $do_boot_enable; # Exit if explicitly asked to + + last if $loader =~ /silo/i; # SILO does not have to be executed. + last if $loader =~ /yaboot/i; # yaboot does not have to be executed. + last if $loader =~ /milo/i; # MILO does not have to be executed. + last if $loader =~ /nettrom/i; # NETTROM does not have to be executed. + last if $loader =~ /arcboot/i; # ARCBOOT does not have to be executed. + last if $loader =~ /delo/i; # DELO does not have to be executed. + last if $loader =~ /quik/i; # maintainer asked quik invocation to be ignored + + last unless $loaderloc; + last unless -x $loaderloc; + last unless $do_bootloader; + + if (-T "/etc/$loader.conf") { + # Trust and use the existing lilo.conf. + print STDERR "You already have a $Loader configuration in /etc/$loader.conf\n"; + my $ret = &run_lilo(); + exit $ret if $ret; + } +} + + +sub run_lilo (){ + my $ret; + # Try and figure out if the user really wants lilo to be run -- + # since the default is to run the boot laoder, which is ! grub -- but + # the user may be using grub now, and not changed the default. + + # So, if the user has explicitly asked for the loader to be run, or + # if there is no postinst hook, or if there is no grub installed -- + # we are OK. Or else, we ask. + if ($explicit_do_loader || (! ($postinst_hook && -x '/usr/sbin/grub'))) { + print STDERR "Running boot loader as requested\n"; + } else { + print STDERR "Ok, not running $loader\n"; + } + if ($loader =~ /^lilo/io or $loader =~ /vmelilo/io) { + print STDERR "Testing $loader.conf ... \n"; + unlink $temp_file_name; # security + $ret = system("$loaderloc -t >$temp_file_name 2>&1"); + if ($ret) { + print STDERR "Boot loader test failed\n"; + return $ret; + } + unlink "$temp_file_name"; + print STDERR "Testing successful.\n"; + print STDERR "Installing the "; + print STDERR "partition " if $loader =~ /^lilo/io; + print STDERR "boot sector... \n"; + } + + print STDERR "Running $loaderloc ... \n"; + if ($loader =~ /^elilo/io) { + $ret = system("$loaderloc 2>&1 | tee $temp_file_name"); + } else { + $ret = system("$loaderloc >$temp_file_name 2>&1"); + } + if ($ret) { + print STDERR "Boot loader failed to run\n"; + return $ret; + } + unlink $temp_file_name; + print STDERR "Installation successful.\n"; + return 0; +} + +exit 0; + +__END__ + --- linux-lowlatency-3.8.0.orig/debian/rules.d/5-udebs.mk +++ linux-lowlatency-3.8.0/debian/rules.d/5-udebs.mk @@ -0,0 +1,44 @@ +# Do udebs if not disabled in the arch-specific makefile +binary-udebs: binary-debs + @echo Debug: $@ +ifeq ($(disable_d_i),) + @$(MAKE) --no-print-directory -f $(DROOT)/rules DEBIAN=$(DEBIAN) \ + do-binary-udebs +endif + +do-binary-udebs: debian/control + @echo Debug: $@ + dh_testdir + dh_testroot + + # unpack the kernels into a temporary directory + mkdir -p debian/d-i-${arch} + + imagelist=$$(cat $(builddir)/kernel-versions | grep ^${arch} | awk '{print $$4}') && \ + for i in $$imagelist; do \ + dpkg -x $$(ls ../linux-image-$$i\_$(release)-$(revision)_${arch}.deb) \ + debian/d-i-${arch}; \ + if [ -f ../linux-image-extra-$$i\_$(release)-$(revision)_${arch}.deb ] ; then \ + dpkg -x ../linux-image-extra-$$i\_$(release)-$(revision)_${arch}.deb \ + debian/d-i-${arch}; \ + fi; \ + /sbin/depmod -b debian/d-i-${arch} $$i; \ + done + + # kernel-wedge will error if no modules unless this is touched + touch $(CURDIR)/debian/build/no-modules + + touch ignore-dups + export SOURCEDIR=$(CURDIR)/debian/d-i-${arch} && \ + cd $(builddir) && \ + kernel-wedge install-files && \ + kernel-wedge check + + # Build just the udebs + dilist=$$(dh_listpackages -s | grep "\-di$$") && \ + [ -z "$dilist" ] || \ + for i in $$dilist; do \ + dh_fixperms -p$$i; \ + $(lockme) dh_gencontrol -p$$i; \ + dh_builddeb -p$$i; \ + done --- linux-lowlatency-3.8.0.orig/debian/rules.d/2-binary-arch.mk +++ linux-lowlatency-3.8.0/debian/rules.d/2-binary-arch.mk @@ -0,0 +1,537 @@ +# We don't want make removing intermediary stamps +.SECONDARY : + +# Prepare the out-of-tree build directory +ifeq ($(do_full_source),true) +build_cd = cd $(builddir)/build-$*; # +build_O = +else +build_cd = +build_O = O=$(builddir)/build-$* +endif + +$(stampdir)/stamp-prepare-%: config-prepare-check-% + @echo Debug: $@ + @touch $@ +$(stampdir)/stamp-prepare-tree-%: target_flavour = $* +$(stampdir)/stamp-prepare-tree-%: $(commonconfdir)/config.common.$(family) $(archconfdir)/config.common.$(arch) $(archconfdir)/config.flavour.% + @echo Debug: $@ + install -d $(builddir)/build-$* + touch $(builddir)/build-$*/ubuntu-build + [ "$(do_full_source)" != 'true' ] && true || \ + rsync -a --exclude debian --exclude debian.master --exclude $(DEBIAN) * $(builddir)/build-$* + cat $^ | sed -e 's/.*CONFIG_VERSION_SIGNATURE.*/CONFIG_VERSION_SIGNATURE="Ubuntu $(release)-$(revision)-$* $(raw_kernelversion)"/' > $(builddir)/build-$*/.config + find $(builddir)/build-$* -name "*.ko" | xargs rm -f + $(build_cd) $(kmake) $(build_O) -j1 silentoldconfig prepare scripts + touch $@ + +# Used by developers as a shortcut to prepare a tree for compilation. +prepare-%: $(stampdir)/stamp-prepare-% + @echo Debug: $@ +# Used by developers to allow efficient pre-building without fakeroot. +build-%: $(stampdir)/stamp-build-% + @echo Debug: $@ + +# Do the actual build, including image and modules +$(stampdir)/stamp-build-%: target_flavour = $* +$(stampdir)/stamp-build-%: bldimg = $(call custom_override,build_image,$*) +$(stampdir)/stamp-build-%: dtb_target = $(dtb_files_$*) +$(stampdir)/stamp-build-%: $(stampdir)/stamp-prepare-% + @echo Debug: $@ build_image $(build_image) bldimg $(bldimg) + $(build_cd) $(kmake) $(build_O) $(conc_level) $(bldimg) modules $(dtb_target) + @touch $@ + +# Install the finished build +install-%: pkgdir = $(CURDIR)/debian/$(bin_pkg_name)-$* +install-%: pkgdir_ex = $(CURDIR)/debian/$(extra_pkg_name)-$* +install-%: bindoc = $(pkgdir)/usr/share/doc/$(bin_pkg_name)-$* +install-%: dbgpkgdir = $(CURDIR)/debian/$(bin_pkg_name)-$*-dbgsym +install-%: signed = $(CURDIR)/debian/$(bin_pkg_name)-signed +install-%: basepkg = $(hdrs_pkg_name) +install-%: indeppkg = $(indep_hdrs_pkg_name) +install-%: kernfile = $(call custom_override,kernel_file,$*) +install-%: instfile = $(call custom_override,install_file,$*) +install-%: hdrdir = $(CURDIR)/debian/$(basepkg)-$*/usr/src/$(basepkg)-$* +install-%: target_flavour = $* +install-%: dtb_files = $(dtb_files_$*) +install-%: checks-% + @echo Debug: $@ kernel_file $(kernel_file) kernfile $(kernfile) install_file $(install_file) instfile $(instfile) + dh_testdir + dh_testroot + dh_clean -k -p$(bin_pkg_name)-$* + dh_clean -k -p$(hdrs_pkg_name)-$* +ifneq ($(skipdbg),true) + dh_clean -k -p$(dbg_pkg_name)-$* +endif + + # The main image + # compress_file logic required because not all architectures + # generate a zImage automatically out of the box +ifeq ($(compress_file),) + install -m600 -D $(builddir)/build-$*/$(kernfile) \ + $(pkgdir)/boot/$(instfile)-$(abi_release)-$* +else + install -d $(pkgdir)/boot + gzip -c9v $(builddir)/build-$*/$(kernfile) > \ + $(pkgdir)/boot/$(instfile)-$(abi_release)-$* + chmod 600 $(pkgdir)/boot/$(instfile)-$(abi_release)-$* +endif + +ifeq ($(arch),amd64) +ifeq ($(uefi_signed),true) + install -d $(signed)/$(release)-$(revision) + # Check to see if this supports handoff, if not do not sign it. + # Check the identification area magic and version >= 0x020b + handoff=`dd if="$(pkgdir)/boot/$(instfile)-$(abi_release)-$*" bs=1 skip=514 count=6 2>/dev/null | od -s | awk '($$1 == 0 && $$2 == 25672 && $$3 == 21362 && $$4 >= 523) { print "GOOD" }'`; \ + if [ "$$handoff" = "GOOD" ]; then \ + cp -p $(pkgdir)/boot/$(instfile)-$(abi_release)-$* \ + $(signed)/$(release)-$(revision)/$(instfile)-$(abi_release)-$*.efi; \ + fi +endif +endif + + install -m644 $(builddir)/build-$*/.config \ + $(pkgdir)/boot/config-$(abi_release)-$* + install -m644 $(abidir)/$* \ + $(pkgdir)/boot/abi-$(abi_release)-$* + install -m600 $(builddir)/build-$*/System.map \ + $(pkgdir)/boot/System.map-$(abi_release)-$* + if [ "$(dtb_files)" ]; then \ + install -d $(pkgdir)/lib/firmware/$(abi_release)-$*/device-tree; \ + for dtb_file in $(dtb_files); do \ + install -m644 $(builddir)/build-$*/arch/$(build_arch)/boot/dts/$$dtb_file \ + $(pkgdir)/lib/firmware/$(abi_release)-$*/device-tree/$$dtb_file; \ + done \ + fi +ifeq ($(no_dumpfile),) + makedumpfile -g $(pkgdir)/boot/vmcoreinfo-$(abi_release)-$* \ + -x $(builddir)/build-$*/vmlinux + chmod 0600 $(pkgdir)/boot/vmcoreinfo-$(abi_release)-$* +endif + + $(build_cd) $(kmake) $(build_O) $(conc_level) modules_install \ + INSTALL_MOD_STRIP=1 INSTALL_MOD_PATH=$(pkgdir)/ \ + INSTALL_FW_PATH=$(pkgdir)/lib/firmware/$(abi_release)-$* + +ifeq ($(do_extras_package),true) + # + # Remove all modules not in the inclusion list. + # + if [ -f $(DEBIAN)/control.d/$(target_flavour).inclusion-list ] ; then \ + mkdir -p $(pkgdir_ex)/lib/modules/$(abi_release)-$*; \ + mv $(pkgdir)/lib/modules/$(abi_release)-$*/kernel \ + $(pkgdir_ex)/lib/modules/$(abi_release)-$*/kernel; \ + $(SHELL) $(DROOT)/scripts/module-inclusion --master \ + $(pkgdir_ex)/lib/modules/$(abi_release)-$*/kernel \ + $(pkgdir)/lib/modules/$(abi_release)-$*/kernel \ + $(DEBIAN)/control.d/$(target_flavour).inclusion-list 2>&1 | \ + tee $(target_flavour).inclusion-list.log; \ + /sbin/depmod -b $(pkgdir) -ea -F $(pkgdir)/boot/System.map-$(abi_release)-$* \ + $(abi_release)-$* 2>&1 |tee $(target_flavour).depmod.log; \ + if [ `grep -c 'unknown symbol' $(target_flavour).depmod.log` -gt 0 ]; then \ + echo "EE: Unresolved module dependencies in base package!"; \ + exit 1; \ + fi \ + fi +endif + +ifeq ($(no_dumpfile),) + makedumpfile -g $(pkgdir)/boot/vmcoreinfo-$(abi_release)-$* \ + -x $(builddir)/build-$*/vmlinux + chmod 0600 $(pkgdir)/boot/vmcoreinfo-$(abi_release)-$* +endif + rm -f $(pkgdir)/lib/modules/$(abi_release)-$*/build + rm -f $(pkgdir)/lib/modules/$(abi_release)-$*/source + + # Some initramfs-tools specific modules + install -d $(pkgdir)/lib/modules/$(abi_release)-$*/initrd + if [ -f $(pkgdir)/lib/modules/$(abi_release)-$*/kernel/drivers/video/vesafb.ko ]; then\ + ln -f $(pkgdir)/lib/modules/$(abi_release)-$*/kernel/drivers/video/vesafb.ko \ + $(pkgdir)/lib/modules/$(abi_release)-$*/initrd/; \ + fi + + # Now the image scripts + install -d $(pkgdir)/DEBIAN + for script in postinst postrm preinst prerm; do \ + sed -e 's/=V/$(abi_release)-$*/g' -e 's/=K/$(instfile)/g' \ + -e 's/=L/$(loader)/g' -e 's@=B@$(build_arch)@g' \ + $(DROOT)/control-scripts/$$script > $(pkgdir)/DEBIAN/$$script; \ + chmod 755 $(pkgdir)/DEBIAN/$$script; \ + done +ifeq ($(do_extras_package),true) + # Install the postinit/postrm scripts in the extras package. + if [ -f $(DEBIAN)/control.d/$(target_flavour).inclusion-list ] ; then \ + install -d $(pkgdir_ex)/DEBIAN; \ + for script in postinst postrm ; do \ + sed -e 's/=V/$(abi_release)-$*/g' -e 's/=K/$(instfile)/g' \ + -e 's/=L/$(loader)/g' -e 's@=B@$(build_arch)@g' \ + debian/control-scripts/$$script > $(pkgdir_ex)/DEBIAN/$$script; \ + chmod 755 $(pkgdir_ex)/DEBIAN/$$script; \ + done; \ + fi +endif + + # Install the full changelog. +ifeq ($(do_doc_package),true) + install -d $(bindoc) + cat $(DEBIAN)/changelog $(DEBIAN)/changelog.historical | \ + gzip -9 >$(bindoc)/changelog.Debian.old.gz + chmod 644 $(bindoc)/changelog.Debian.old.gz +endif + +ifneq ($(skipsub),true) + for sub in $($(*)_sub); do \ + if ! (TO=$$sub FROM=$* ABI_RELEASE=$(abi_release) $(SHELL) \ + $(DROOT)/scripts/sub-flavour); then exit 1; fi; \ + /sbin/depmod -b debian/$(bin_pkg_name)-$$sub \ + -ea -F debian/$(bin_pkg_name)-$$sub/boot/System.map-$(abi_release)-$* \ + $(abi_release)-$*; \ + install -d debian/$(bin_pkg_name)-$$sub/DEBIAN; \ + for script in postinst postrm preinst prerm; do \ + sed -e 's/=V/$(abi_release)-$*/g' \ + -e 's/=K/$(instfile)/g' \ + -e 's/=L/$(loader)/g' \ + -e 's@=B@$(build_arch)@g' \ + $(DROOT)/control-scripts/$$script > \ + debian/$(bin_pkg_name)-$$sub/DEBIAN/$$script;\ + chmod 755 debian/$(bin_pkg_name)-$$sub/DEBIAN/$$script;\ + done; \ + done +endif + +ifneq ($(skipdbg),true) + # Debug image is simple + install -m644 -D $(builddir)/build-$*/vmlinux \ + $(dbgpkgdir)/usr/lib/debug/boot/vmlinux-$(abi_release)-$* + $(build_cd) $(kmake) $(build_O) modules_install \ + INSTALL_MOD_PATH=$(dbgpkgdir)/usr/lib/debug + # Add .gnu_debuglink sections to each stripped .ko + # pointing to unstripped verson + find $(pkgdir) -name '*.ko' | sed 's|$(pkgdir)||'| while read module ; do \ + if [[ -f "$(dbgpkgdir)/usr/lib/debug/$$module" ]] ; then \ + $(CROSS_COMPILE)objcopy \ + --add-gnu-debuglink=$(dbgpkgdir)/usr/lib/debug/$$module \ + $(pkgdir)/$$module; \ + fi; \ + done + rm -f $(dbgpkgdir)/usr/lib/debug/lib/modules/$(abi_release)-$*/build + rm -f $(dbgpkgdir)/usr/lib/debug/lib/modules/$(abi_release)-$*/source + rm -f $(dbgpkgdir)/usr/lib/debug/lib/modules/$(abi_release)-$*/modules.* + rm -fr $(dbgpkgdir)/usr/lib/debug/lib/firmware +endif + + # The flavour specific headers image + # TODO: Would be nice if we didn't have to dupe the original builddir + install -d -m755 $(hdrdir) + cat $(builddir)/build-$*/.config | \ + sed -e 's/.*CONFIG_DEBUG_INFO=.*/# CONFIG_DEBUG_INFO is not set/g' > \ + $(hdrdir)/.config + chmod 644 $(hdrdir)/.config + $(kmake) O=$(hdrdir) -j1 silentoldconfig prepare scripts + # We'll symlink this stuff + rm -f $(hdrdir)/Makefile + rm -rf $(hdrdir)/include2 $(hdrdir)/source + # Copy over the compilation version. + cp "$(builddir)/build-$*/include/generated/compile.h" \ + "$(hdrdir)/include/generated/compile.h" + # powerpc seems to need some .o files for external module linking. Add them in. +ifeq ($(arch),powerpc) + mkdir -p $(hdrdir)/arch/powerpc/lib + cp $(builddir)/build-$*/arch/powerpc/lib/*.o $(hdrdir)/arch/powerpc/lib +endif + # Script to symlink everything up + $(SHELL) $(DROOT)/scripts/link-headers "$(hdrdir)" "$(indeppkg)" "$*" + # The build symlink + install -d debian/$(basepkg)-$*/lib/modules/$(abi_release)-$* + ln -s /usr/src/$(basepkg)-$* \ + debian/$(basepkg)-$*/lib/modules/$(abi_release)-$*/build + # And finally the symvers + install -m644 $(builddir)/build-$*/Module.symvers \ + $(hdrdir)/Module.symvers + + # Now the header scripts + install -d $(CURDIR)/debian/$(basepkg)-$*/DEBIAN + for script in postinst; do \ + sed -e 's/=V/$(abi_release)-$*/g' -e 's/=K/$(instfile)/g' \ + $(DROOT)/control-scripts/headers-$$script > \ + $(CURDIR)/debian/$(basepkg)-$*/DEBIAN/$$script; \ + chmod 755 $(CURDIR)/debian/$(basepkg)-$*/DEBIAN/$$script; \ + done + + # At the end of the package prep, call the tests + DPKG_ARCH="$(arch)" KERN_ARCH="$(build_arch)" FLAVOUR="$*" \ + VERSION="$(abi_release)" REVISION="$(revision)" \ + PREV_REVISION="$(prev_revision)" ABI_NUM="$(abinum)" \ + PREV_ABI_NUM="$(prev_abinum)" BUILD_DIR="$(builddir)/build-$*" \ + INSTALL_DIR="$(pkgdir)" SOURCE_DIR="$(CURDIR)" \ + run-parts -v $(DROOT)/tests-build + + # + # Remove files which are generated at installation by postinst, + # except for modules.order and modules.builtin + # + # NOTE: need to keep this list in sync with postrm + # + mkdir $(pkgdir)/lib/modules/$(abi_release)-$*/_ + mv $(pkgdir)/lib/modules/$(abi_release)-$*/modules.order \ + $(pkgdir)/lib/modules/$(abi_release)-$*/_ + if [ -f $(pkgdir)/lib/modules/$(abi_release)-$*/modules.builtin ] ; then \ + mv $(pkgdir)/lib/modules/$(abi_release)-$*/modules.builtin \ + $(pkgdir)/lib/modules/$(abi_release)-$*/_; \ + fi + rm -f $(pkgdir)/lib/modules/$(abi_release)-$*/modules.* + mv $(pkgdir)/lib/modules/$(abi_release)-$*/_/* \ + $(pkgdir)/lib/modules/$(abi_release)-$* + rmdir $(pkgdir)/lib/modules/$(abi_release)-$*/_ + +headers_tmp := $(CURDIR)/debian/tmp-headers +headers_dir := $(CURDIR)/debian/linux-libc-dev + +hmake := $(MAKE) -C $(CURDIR) O=$(headers_tmp) \ + KERNELVERSION=$(abi_release) INSTALL_HDR_PATH=$(headers_tmp)/install \ + SHELL="$(SHELL)" ARCH=$(header_arch) + +install-arch-headers: + @echo Debug: $@ + dh_testdir + dh_testroot + dh_clean -k -plinux-libc-dev + + rm -rf $(headers_tmp) + install -d $(headers_tmp) $(headers_dir)/usr/include/ + + $(hmake) $(defconfig) + mv $(headers_tmp)/.config $(headers_tmp)/.config.old + sed -e 's/^# \(CONFIG_MODVERSIONS\) is not set$$/\1=y/' \ + -e 's/.*CONFIG_LOCALVERSION_AUTO.*/# CONFIG_LOCALVERSION_AUTO is not set/' \ + $(headers_tmp)/.config.old > $(headers_tmp)/.config + $(hmake) silentoldconfig + $(hmake) headers_install + + ( cd $(headers_tmp)/install/include/ && \ + find . -name '.' -o -name '.*' -prune -o -print | \ + cpio -pvd --preserve-modification-time \ + $(headers_dir)/usr/include/ ) + mkdir $(headers_dir)/usr/include/$(DEB_HOST_MULTIARCH) + mv $(headers_dir)/usr/include/asm $(headers_dir)/usr/include/$(DEB_HOST_MULTIARCH)/ + + rm -rf $(headers_tmp) + +binary-arch-headers: install-arch-headers + @echo Debug: $@ + dh_testdir + dh_testroot +ifeq ($(do_libc_dev_package),true) +ifneq ($(DEBIAN),debian.master) + echo "non-master branch building linux-libc-dev, aborting" + exit 1 +endif + dh_installchangelogs -plinux-libc-dev + dh_installdocs -plinux-libc-dev + dh_compress -plinux-libc-dev + dh_fixperms -plinux-libc-dev + dh_installdeb -plinux-libc-dev + $(lockme) dh_gencontrol -plinux-libc-dev -- $(libc_dev_version) + dh_md5sums -plinux-libc-dev + dh_builddeb -plinux-libc-dev +endif + +binary-%: pkgimg = $(bin_pkg_name)-$* +binary-%: pkgimg_ex = $(extra_pkg_name)-$* +binary-%: pkghdr = $(hdrs_pkg_name)-$* +binary-%: dbgpkg = $(bin_pkg_name)-$*-dbgsym +binary-%: dbgpkgdir = $(CURDIR)/debian/$(bin_pkg_name)-$*-dbgsym +binary-%: target_flavour = $* +binary-%: install-% + @echo Debug: $@ + dh_testdir + dh_testroot + + dh_installchangelogs -p$(pkgimg) + dh_installdocs -p$(pkgimg) + dh_compress -p$(pkgimg) + dh_fixperms -p$(pkgimg) -X/boot/ + dh_installdeb -p$(pkgimg) + dh_shlibdeps -p$(pkgimg) + $(lockme) dh_gencontrol -p$(pkgimg) + dh_md5sums -p$(pkgimg) + dh_builddeb -p$(pkgimg) -- -Zbzip2 -z9 + +ifeq ($(do_extras_package),true) + if [ -f $(DEBIAN)/control.d/$(target_flavour).inclusion-list ] ; then \ + dh_installchangelogs -p$(pkgimg_ex); \ + dh_installdocs -p$(pkgimg_ex); \ + dh_compress -p$(pkgimg_ex); \ + dh_fixperms -p$(pkgimg_ex) -X/boot/; \ + dh_installdeb -p$(pkgimg_ex); \ + dh_shlibdeps -p$(pkgimg_ex); \ + $(lockme) dh_gencontrol -p$(pkgimg_ex); \ + dh_md5sums -p$(pkgimg_ex); \ + dh_builddeb -p$(pkgimg_ex) -- -Zbzip2 -z9; \ + fi +endif + + dh_installchangelogs -p$(pkghdr) + dh_installdocs -p$(pkghdr) + dh_compress -p$(pkghdr) + dh_fixperms -p$(pkghdr) + dh_shlibdeps -p$(pkghdr) + dh_installdeb -p$(pkghdr) + $(lockme) dh_gencontrol -p$(pkghdr) + dh_md5sums -p$(pkghdr) + dh_builddeb -p$(pkghdr) + +ifneq ($(skipsub),true) + @set -e; for sub in $($(*)_sub); do \ + pkg=$(bin_pkg_name)-$$sub; \ + dh_installchangelogs -p$$pkg; \ + dh_installdocs -p$$pkg; \ + dh_compress -p$$pkg; \ + dh_fixperms -p$$pkg -X/boot/; \ + dh_shlibdeps -p$$pkg; \ + dh_installdeb -p$$pkg; \ + $(lockme) dh_gencontrol -p$$pkg; \ + dh_md5sums -p$$pkg; \ + dh_builddeb -p$$pkg; \ + done +endif + +ifneq ($(skipdbg),true) + dh_installchangelogs -p$(dbgpkg) + dh_installdocs -p$(dbgpkg) + dh_compress -p$(dbgpkg) + dh_fixperms -p$(dbgpkg) + dh_installdeb -p$(dbgpkg) + $(lockme) dh_gencontrol -p$(dbgpkg) + dh_md5sums -p$(dbgpkg) + dh_builddeb -p$(dbgpkg) + + # Hokay...here's where we do a little twiddling... + # Renaming the debug package prevents it from getting into + # the primary archive, and therefore prevents this very large + # package from being mirrored. It is instead, through some + # archive admin hackery, copied to http://ddebs.ubuntu.com. + # + mv ../$(dbgpkg)_$(release)-$(revision)_$(arch).deb \ + ../$(dbgpkg)_$(release)-$(revision)_$(arch).ddeb + set -e; \ + ( \ + $(lockme_cmd) 9 || exit 1; \ + if grep -qs '^Build-Debug-Symbols: yes$$' /CurrentlyBuilding; then \ + sed -i '/^$(dbgpkg)_/s/\.deb /.ddeb /' debian/files; \ + else \ + grep -v '^$(dbgpkg)_.*$$' debian/files > debian/files.new; \ + mv debian/files.new debian/files; \ + fi; \ + ) 9>$(lockme_file) + # Now, the package wont get into the archive, but it will get put + # into the debug system. +endif +ifneq ($(full_build),false) + # Clean out this flavours build directory. + rm -rf $(builddir)/build-$* + # Clean out the debugging package source directory. + rm -rf $(dbgpkgdir) +endif + +# +# per-architecture packages +# +builddirpa = $(builddir)/tools-perarch + +$(stampdir)/stamp-prepare-perarch: + @echo Debug: $@ +ifeq ($(do_tools),true) + rm -rf $(builddirpa) + install -d $(builddirpa) + for i in *; do ln -s $(CURDIR)/$$i $(builddirpa); done + rm $(builddirpa)/tools + rsync -a tools/ $(builddirpa)/tools/ +endif + touch $@ + +$(stampdir)/stamp-build-perarch: $(stampdir)/stamp-prepare-perarch + @echo Debug: $@ +ifeq ($(do_tools),true) +ifeq ($(do_tools_perf),true) + cd $(builddirpa)/tools/perf && \ + make HAVE_CPLUS_DEMANGLE=1 CROSS_COMPILE=$(CROSS_COMPILE) NO_LIBPYTHON=1 NO_LIBPERL=1 +endif + if [ "$(arch)" = "amd64" ] || [ "$(arch)" = "i386" ]; then \ + cd $(builddirpa)/tools/power/x86/x86_energy_perf_policy && make CROSS_COMPILE=$(CROSS_COMPILE); \ + cd $(builddirpa)/tools/power/x86/turbostat && make CROSS_COMPILE=$(CROSS_COMPILE); \ + if [ "$(do_hyperv)" = "true" ]; then \ + cd $(builddirpa)/tools/hv && make CROSS_COMPILE=$(CROSS_COMPILE); \ + fi; \ + fi +endif + @touch $@ + +install-perarch: toolspkgdir = $(CURDIR)/debian/$(tools_pkg_name) +install-perarch: $(stampdir)/stamp-build-perarch + @echo Debug: $@ + # Add the tools. +ifeq ($(do_tools),true) + install -d $(toolspkgdir)/usr/bin +ifeq ($(do_tools_perf),true) + install -s -m755 $(builddirpa)/tools/perf/perf \ + $(toolspkgdir)/usr/bin/perf_$(abi_release) +endif + if [ "$(arch)" = "amd64" ] || [ "$(arch)" = "i386" ]; then \ + install -s -m755 $(builddirpa)/tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy \ + $(toolspkgdir)/usr/bin/x86_energy_perf_policy_$(abi_release); \ + install -s -m755 $(builddirpa)/tools/power/x86/turbostat/turbostat \ + $(toolspkgdir)/usr/bin/turbostat_$(abi_release); \ + if [ "$(do_hyperv)" = "true" ]; then \ + install -d $(toolspkgdir)/usr/sbin; \ + install -s -m755 $(builddirpa)/tools/hv/hv_kvp_daemon \ + $(toolspkgdir)/usr/sbin/hv_kvp_daemon_$(abi_release); \ + fi; \ + fi +endif + +binary-perarch: toolspkg = $(tools_pkg_name) +binary-perarch: install-perarch + @echo Debug: $@ +ifeq ($(do_tools),true) + dh_installchangelogs -p$(toolspkg) + dh_installdocs -p$(toolspkg) + dh_compress -p$(toolspkg) + dh_fixperms -p$(toolspkg) + dh_shlibdeps -p$(toolspkg) + dh_installdeb -p$(toolspkg) + $(lockme) dh_gencontrol -p$(toolspkg) + dh_md5sums -p$(toolspkg) + dh_builddeb -p$(toolspkg) +endif + +binary-debs: signed = $(CURDIR)/debian/$(bin_pkg_name)-signed +binary-debs: signedv = $(CURDIR)/debian/$(bin_pkg_name)-signed/$(release)-$(revision) +binary-debs: signed_tar = $(src_pkg_name)_$(release)-$(revision)_$(arch).tar.gz +binary-debs: binary-perarch $(addprefix binary-,$(flavours)) + @echo Debug: $@ +ifeq ($(arch),amd64) +ifeq ($(uefi_signed),true) + echo $(release)-$(revision) > $(signedv)/version + cd $(signedv) && ls *.efi >flavours + cd $(signed) && tar czvf ../../../$(signed_tar) . + dpkg-distaddfile $(signed_tar) raw-uefi - +endif +endif + +build-arch-deps-$(do_flavour_image_package) += $(addprefix $(stampdir)/stamp-build-,$(flavours)) +build-arch: $(build-arch-deps-true) + @echo Debug: $@ + +ifeq ($(AUTOBUILD),) +binary-arch-deps-$(do_flavour_image_package) += binary-udebs +else +binary-arch-deps-$(do_flavour_image_package) = binary-debs +endif +binary-arch-deps-$(do_libc_dev_package) += binary-arch-headers +ifneq ($(do_common_headers_indep),true) +binary-arch-deps-$(do_flavour_header_package) += binary-headers +endif +binary-arch: $(binary-arch-deps-true) + @echo Debug: $@ + --- linux-lowlatency-3.8.0.orig/debian/rules.d/4-checks.mk +++ linux-lowlatency-3.8.0/debian/rules.d/4-checks.mk @@ -0,0 +1,27 @@ +# Check ABI for package against last release (if not same abinum) +abi-check-%: $(stampdir)/stamp-build-% + @echo Debug: $@ + install -d $(abidir) + sed -e 's/^\(.\+\)[[:space:]]\+\(.\+\)[[:space:]]\(.\+\)$$/\3 \2 \1/' \ + $(builddir)/build-$*/Module.symvers | sort > $(abidir)/$* + @perl -f $(DROOT)/scripts/abi-check "$*" "$(prev_abinum)" "$(abinum)" \ + "$(prev_abidir)" "$(abidir)" "$(skipabi)" + +# Check the module list against the last release (always) +module-check-%: $(stampdir)/stamp-build-% + @echo Debug: $@ + install -d $(abidir) + find $(builddir)/build-$*/ -name \*.ko | \ + sed -e 's/.*\/\([^\/]*\)\.ko/\1/' | sort > $(abidir)/$*.modules + @perl -f $(DROOT)/scripts/module-check "$*" \ + "$(prev_abidir)" "$(abidir)" $(skipmodule) + +checks-%: module-check-% abi-check-% + @echo Debug: $@ + +# Check the config against the known options list. +config-prepare-check-%: $(stampdir)/stamp-prepare-tree-% + @echo Debug: $@ + @perl -f $(DROOT)/scripts/config-check \ + $(builddir)/build-$*/.config "$(arch)" "$*" "$(sharedconfdir)" "$(skipconfig)" + --- linux-lowlatency-3.8.0.orig/debian/rules.d/1-maintainer.mk +++ linux-lowlatency-3.8.0/debian/rules.d/1-maintainer.mk @@ -0,0 +1,120 @@ +# The following targets are for the maintainer only! do not run if you don't +# know what they do. + +.PHONY: printenv updateconfigs printchanges insertchanges startnewrelease diffupstream help updateportsconfigs editportsconfigs + +help: + @echo "These are the targets in addition to the normal $(DEBIAN) ones:" + @echo + @echo " printenv : Print some variables used in the build" + @echo + @echo " updateconfigs : Update core arch configs" + @echo + @echo " editconfigs : Update core arch configs interractively" + @echo " genconfigs : Generate core arch configs in CONFIGS/*" + @echo + @echo " updateportsconfigs : Update ports arch configs" + @echo + @echo " editportsconfigs : Update ports arch configs interactivly" + @echo " genportconfigs : Generate ports arch configs in CONFIGS/*" + @echo + @echo " printchanges : Print the current changelog entries (from git)" + @echo + @echo " insertchanges : Insert current changelog entries (from git)" + @echo + @echo " startnewrelease : Start a new changelog set" + @echo + @echo " diffupstream : Diff stock kernel code against upstream (git)" + @echo + @echo " help : If you are kernel hacking, you need the professional" + @echo " version of this" + @echo + @echo "Environment variables:" + @echo + @echo " NOKERNLOG : Do not add upstream kernel commits to changelog" + @echo " CONCURRENCY_LEVEL=X" + @echo " : Use -jX for kernel compile" + @echo " PRINTSHAS : Include SHAs for commits in changelog" + +printdebian: + @echo "$(DEBIAN)" + +updateconfigs defaultconfigs editconfigs genconfigs dumpconfigs: + dh_testdir; + $(SHELL) $(DROOT)/scripts/misc/kernelconfig $@ + rm -rf build + +updateportsconfigs defaultportsconfigs editportsconfigs genportsconfigs askconfigs: + dh_testdir; + $(SHELL) $(DROOT)/scripts/misc/kernelconfig $@ ports + rm -rf build + +printenv: + dh_testdir + @echo "src package name = $(src_pkg_name)" + @echo "release = $(release)" + @echo "revisions = $(revisions)" + @echo "revision = $(revision)" + @echo "uploadnum = $(uploadnum)" + @echo "prev_revisions = $(prev_revisions)" + @echo "prev_revision = $(prev_revision)" + @echo "abinum = $(abinum)" + @echo "gitver = $(gitver)" + @echo "flavours = $(flavours)" + @echo "skipabi = $(skipabi)" + @echo "skipmodule = $(skipmodule)" + @echo "skipdbg = $(skipdbg)" + @echo "ubuntu_log_opts = $(ubuntu_log_opts)" + @echo "CONCURRENCY_LEVEL = $(CONCURRENCY_LEVEL)" + @echo "bin package name = $(bin_pkg_name)" + @echo "hdr package name = $(hdrs_pkg_name)" + @echo "doc package name = $(doc_pkg_name)" + @echo "do_doc_package = $(do_doc_package)" + @echo "do_doc_package_content = $(do_doc_package_content)" + @echo "do_source_package = $(do_source_package)" + @echo "do_source_package_content = $(do_source_package_content)" + @echo "do_libc_dev_package = $(do_libc_dev_package)" + @echo "do_flavour_image_package = $(do_flavour_image_package)" + @echo "do_flavour_header_package = $(do_flavour_header_package)" + @echo "do_common_headers_indep = $(do_common_headers_indep)" + @echo "do_full_source = $(do_full_source)" + @echo "do_tools = $(do_tools)" + @echo "full_build = $(full_build)" + @echo "libc_dev_version = $(libc_dev_version)" + @echo "DEB_HOST_GNU_TYPE = $(DEB_HOST_GNU_TYPE)" + @echo "DEB_BUILD_GNU_TYPE = $(DEB_BUILD_GNU_TYPE)" + @echo "DEB_HOST_ARCH = $(DEB_HOST_ARCH)" + @echo "DEB_BUILD_ARCH = $(DEB_BUILD_ARCH)" + @echo "arch = $(arch)" + @echo "kmake = $(kmake)" + +printchanges: + @baseCommit=$$(git log --pretty=format:'%H %s' | \ + awk '/UBUNTU: '".*Lowlatency-$(prev_fullver)"'$$/ { print $$1; exit }'); \ + git log "$$baseCommit"..HEAD | \ + perl -w -f $(DROOT)/scripts/misc/git-ubuntu-log $(ubuntu_log_opts) + +insertchanges: + @perl -w -f $(DROOT)/scripts/misc/insert-changes.pl $(DROOT) $(DEBIAN) + +diffupstream: + @git diff-tree -p refs/remotes/linux-2.6/master..HEAD $(shell ls | grep -vE '^(ubuntu|$(DEBIAN)|\.git.*)') + +startnewrelease: + dh_testdir + @nextminor=$(shell expr `echo $(revision) | awk -F. '{print $$2}'` + 1); \ + nextmajor=$(shell expr `echo $(revision) | awk -F. '{print $$1}'` + 1); \ + now="$(shell date -R)"; \ + echo "Creating new changelog set for $(release)-$$nextmajor.$$nextminor..."; \ + echo -e "$(src_pkg_name) ($(release)-$$nextmajor.$$nextminor) UNRELEASED; urgency=low\n" > $(DEBIAN)/changelog.new; \ + echo " CHANGELOG: Do not edit directly. Autogenerated at release." >> \ + $(DEBIAN)/changelog.new; \ + echo " CHANGELOG: Use the printchanges target to see the curent changes." \ + >> $(DEBIAN)/changelog.new; \ + echo " CHANGELOG: Use the insertchanges target to create the final log." \ + >> $(DEBIAN)/changelog.new; \ + echo -e "\n -- $$DEBFULLNAME <$$DEBEMAIL> $$now\n" >> \ + $(DEBIAN)/changelog.new ; \ + cat $(DEBIAN)/changelog >> $(DEBIAN)/changelog.new; \ + mv $(DEBIAN)/changelog.new $(DEBIAN)/changelog + --- linux-lowlatency-3.8.0.orig/debian/rules.d/0-common-vars.mk +++ linux-lowlatency-3.8.0/debian/rules.d/0-common-vars.mk @@ -0,0 +1,230 @@ +# +# The source package name will be the first token from $(DEBIAN)/changelog +# +src_pkg_name=$(shell sed -n '1s/^\(.*\) (.*).*$$/\1/p' $(DEBIAN)/changelog) + +# Get some version info +release := $(shell sed -n '1s/^$(src_pkg_name).*(\(.*\)-.*).*$$/\1/p' $(DEBIAN)/changelog) +revisions := $(shell sed -n 's/^$(src_pkg_name)\ .*($(release)-\(.*\)).*$$/\1/p' $(DEBIAN)/changelog | tac) +revision ?= $(word $(words $(revisions)),$(revisions)) +prev_revisions := $(filter-out $(revision),0.0 $(revisions)) +prev_revision := $(word $(words $(prev_revisions)),$(prev_revisions)) + +prev_fullver ?= $(shell dpkg-parsechangelog -l$(DEBIAN)/changelog -o1 -c1 | sed -ne 's/^Version: *//p') + +family=ubuntu + +# This is an internally used mechanism for the daily kernel builds. It +# creates packages whose ABI is suffixed with a minimal representation of +# the current git HEAD sha. If .git/HEAD is not present, then it uses the +# uuidgen program, +# +# AUTOBUILD can also be used by anyone wanting to build a custom kernel +# image, or rebuild the entire set of Ubuntu packages using custom patches +# or configs. +AUTOBUILD= + +ifneq ($(AUTOBUILD),) +skipabi = true +skipmodule = true +skipdbg = true +gitver=$(shell if test -f .git/HEAD; then cat .git/HEAD; else uuidgen; fi) +gitverpre=$(shell echo $(gitver) | cut -b -3) +gitverpost=$(shell echo $(gitver) | cut -b 38-40) +abi_suffix = -$(gitverpre)$(gitverpost) +endif + +ifneq ($(NOKERNLOG),) +ubuntu_log_opts += --no-kern-log +endif +ifneq ($(PRINTSHAS),) +ubuntu_log_opts += --print-shas +endif + +# Get the kernels own extra version to be added to the release signature. +raw_kernelversion=$(shell make kernelversion) + +# +# full_build -- are we doing a full buildd style build +# +ifeq ($(wildcard /CurrentlyBuilding),) +full_build?=false +else +full_build?=true +endif + +# +# The debug packages are ginormous, so you probably want to skip +# building them (as a developer). +# +ifeq ($(full_build),false) +skipdbg=true +endif + +abinum := $(shell echo $(revision) | sed -e 's/\..*//')$(abi_suffix) +prev_abinum := $(shell echo $(prev_revision) | sed -e 's/\..*//')$(abi_suffix) +abi_release := $(release)-$(abinum) + +uploadnum := $(shell echo $(revision) | sed -e 's/.*\.//') +ifneq ($(full_build),false) + uploadnum := $(uploadnum)-Ubuntu +endif + +# XXX: linux-libc-dev got bumped to -803.N inadvertantly by a ti-omap4 upload +# shift our version higher for this package only. Ensure this only +# occurs for the v2.6.35 kernel so that we do not propogate this into +# any other series. +raw_uploadnum := $(shell echo $(revision) | sed -e 's/.*\.//') +libc_dev_version := +ifeq ($(DEBIAN),debian.master) +ifeq ($(release),2.6.35) +libc_dev_version := -v$(release)-$(shell expr "$(abinum)" + 1000).$(raw_uploadnum) +endif +endif + +DEB_HOST_MULTIARCH = $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) +DEB_HOST_GNU_TYPE = $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE = $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +DEB_HOST_ARCH = $(shell dpkg-architecture -qDEB_HOST_ARCH) +DEB_BUILD_ARCH = $(shell dpkg-architecture -qDEB_BUILD_ARCH) + +# +# Detect invocations of the form 'fakeroot debian/rules binary arch=armhf' +# within an x86'en schroot. This only gets you part of the way since the +# packaging phase fails, but you can at least compile the kernel quickly. +# +arch := $(DEB_HOST_ARCH) +ifneq ($(arch),$(DEB_HOST_ARCH)) + CROSS_COMPILE ?= $(shell dpkg-architecture -a$(arch) -qDEB_HOST_GNU_TYPE -f 2>/dev/null)- +endif + +# +# Detect invocations of the form 'dpkg-buildpackage -B -aarmhf' within +# an x86'en schroot. This is the only way to build all of the packages +# (except for tools). +# +ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) + CROSS_COMPILE ?= $(DEB_HOST_GNU_TYPE)- +endif + +abidir := $(CURDIR)/$(DEBIAN)/abi/$(release)-$(revision)/$(arch) +prev_abidir := $(CURDIR)/$(DEBIAN)/abi/$(release)-$(prev_revision)/$(arch) +commonconfdir := $(CURDIR)/$(DEBIAN)/config +archconfdir := $(CURDIR)/$(DEBIAN)/config/$(arch) +sharedconfdir := $(CURDIR)/debian.master/config +builddir := $(CURDIR)/debian/build +stampdir := $(CURDIR)/debian/stamps + +# +# The binary package name always starts with linux-image-$KVER-$ABI.$UPLOAD_NUM. There +# are places that you'll find linux-image hard coded, but I guess thats OK since the +# assumption that the binary package always starts with linux-image will never change. +# +bin_pkg_name=linux-image-$(abi_release) +extra_pkg_name=linux-image-extra-$(abi_release) +hdrs_pkg_name=linux-headers-$(abi_release) +indep_hdrs_pkg_name=$(src_pkg_name)-headers-$(abi_release) + +# +# The generation of content in the doc package depends on both 'AUTOBUILD=' and +# 'do_doc_package_content=true'. There are usually build errors during the development +# cycle, so its OK to leave 'do_doc_package_content=false' until those build +# failures get sorted out. Finally, the doc package doesn't really need to be built +# for developer testing (its kind of slow), so only do it if on a buildd. +do_doc_package=true +do_doc_package_content=true +ifeq ($(full_build),false) +do_doc_package_content=false +endif +doc_pkg_name=$(src_pkg_name)-doc + +# +# Similarly with the linux-source package, you need not build it as a developer. Its +# somewhat I/O intensive and utterly useless. +# +do_source_package=true +do_source_package_content=true +ifeq ($(full_build),false) +do_source_package_content=false +endif + +# linux-libc-dev may not be needed, default to building it. +do_libc_dev_package=true + +# common headers normally is built as an indep package, but may be arch +do_common_headers_indep=true + +# add a 'full source' mode +do_full_source=false + +# build tools +ifneq ($(wildcard $(CURDIR)/tools),) + ifeq ($(do_tools),) + ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) + do_tools=false + endif + endif + do_tools?=true +else + do_tools?=false +endif +tools_pkg_name=$(src_pkg_name)-tools-$(abi_release) +tools_common_pkg_name=$(src_pkg_name)-tools-common + +# The general flavour specific image package. +do_flavour_image_package=true + +# The general flavour specific header package. +do_flavour_header_package=true + +# Support parallel= in DEB_BUILD_OPTIONS (see #209008) +# +# These 2 environment variables set the -j value of the kernel build. For example, +# CONCURRENCY_LEVEL=16 fakeroot $(DEBIAN)/rules binary-debs +# or +# DEB_BUILD_OPTIONS=parallel=16 fakeroot $(DEBIAN)/rules binary-debs +# +# The default is to use the number of CPUs. +# +COMMA=, +DEB_BUILD_OPTIONS_PARA = $(subst parallel=,,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS)))) +ifneq (,$(DEB_BUILD_OPTIONS_PARA)) + CONCURRENCY_LEVEL := $(DEB_BUILD_OPTIONS_PARA) +endif + +ifeq ($(CONCURRENCY_LEVEL),) + # Check the environment + CONCURRENCY_LEVEL := $(shell echo $$CONCURRENCY_LEVEL) + # No? Then build with the number of CPUs on the host. + ifeq ($(CONCURRENCY_LEVEL),) + CONCURRENCY_LEVEL := $(shell expr `getconf _NPROCESSORS_ONLN` \* 1) + endif + # Oh hell, give 'em one + ifeq ($(CONCURRENCY_LEVEL),) + CONCURRENCY_LEVEL := 1 + endif +endif + +conc_level = -j$(CONCURRENCY_LEVEL) + +# target_flavour is filled in for each step +kmake = make ARCH=$(build_arch) \ + CROSS_COMPILE=$(CROSS_COMPILE) \ + KERNELVERSION=$(abi_release)-$(target_flavour) \ + CONFIG_DEBUG_SECTION_MISMATCH=y \ + KBUILD_BUILD_VERSION="$(uploadnum)" \ + LOCALVERSION= localver-extra= +ifneq ($(LOCAL_ENV_CC),) +kmake += CC=$(LOCAL_ENV_CC) DISTCC_HOSTS=$(LOCAL_ENV_DISTCC_HOSTS) +endif + +# Locking is required in parallel builds to prevent loss of contents +# of the debian/files. +lockme_file = $(CURDIR)/debian/.LOCK +lockme_cmd = flock -w 60 +lockme = $(lockme_cmd) $(lockme_file) + +# Checks if a var is overriden by the custom rules. Called with var and +# flavour as arguments. +custom_override = \ + $(shell if [ -n "$($(1)_$(2))" ]; then echo "$($(1)_$(2))"; else echo "$($(1))"; fi) --- linux-lowlatency-3.8.0.orig/debian/rules.d/3-binary-indep.mk +++ linux-lowlatency-3.8.0/debian/rules.d/3-binary-indep.mk @@ -0,0 +1,154 @@ +build-indep: + @echo Debug: $@ + +# The binary-indep dependency chain is: +# +# install-headers <- install-doc <- install-source <- install-tools <- install-indep <- binary-indep +# install-headers <- binary-headers +# +indep_hdrpkg = $(indep_hdrs_pkg_name) +indep_hdrdir = $(CURDIR)/debian/$(indep_hdrpkg)/usr/src/$(indep_hdrpkg) +install-headers: + @echo Debug: $@ + dh_testdir + dh_testroot + dh_prep + +ifeq ($(do_flavour_header_package),true) + install -d $(indep_hdrdir) + find . -path './debian' -prune -o -path './$(DEBIAN)' -prune \ + -o -path './include/*' -prune \ + -o -path './scripts/*' -prune -o -type f \ + \( -name 'Makefile*' -o -name 'Kconfig*' -o -name 'Kbuild*' -o \ + -name '*.sh' -o -name '*.pl' -o -name '*.lds' \) \ + -print | cpio -pd --preserve-modification-time $(indep_hdrdir) + cp -a scripts include $(indep_hdrdir) + (find arch -name include -type d -print | \ + xargs -n1 -i: find : -type f) | \ + cpio -pd --preserve-modification-time $(indep_hdrdir) +endif + +docpkg = $(doc_pkg_name) +docdir = $(CURDIR)/debian/$(docpkg)/usr/share/doc/$(docpkg) +install-doc: install-headers + @echo Debug: $@ +ifeq ($(do_doc_package),true) + dh_testdir + dh_testroot + + install -d $(docdir) +ifeq ($(do_doc_package_content),true) + # First the html docs. We skip these for autobuilds + if [ -z "$(AUTOBUILD)" ]; then \ + install -d $(docdir)/$(doc_pkg_name)-tmp; \ + $(kmake) O=$(docdir)/$(doc_pkg_name)-tmp htmldocs; \ + mv $(docdir)/$(doc_pkg_name)-tmp/Documentation/DocBook \ + $(docdir)/html; \ + rm -rf $(docdir)/$(doc_pkg_name)-tmp; \ + fi +endif + # Copy the rest + cp -a Documentation/* $(docdir) + rm -rf $(docdir)/DocBook + find $(docdir) -name .gitignore | xargs rm -f +endif + +srcpkg = $(src_pkg_name)-source-$(release) +srcdir = $(CURDIR)/debian/$(srcpkg)/usr/src/$(srcpkg) +balldir = $(CURDIR)/debian/$(srcpkg)/usr/src/$(srcpkg)/$(srcpkg) +install-source: install-doc + @echo Debug: $@ +ifeq ($(do_source_package),true) + + install -d $(srcdir) +ifeq ($(do_source_package_content),true) + find . -path './debian' -prune -o -path './$(DEBIAN)' -prune -o \ + -path './.*' -prune -o -print | \ + cpio -pd --preserve-modification-time $(balldir) + (cd $(srcdir); tar cf - $(srcpkg)) | bzip2 -9c > \ + $(srcdir)/$(srcpkg).tar.bz2 + rm -rf $(balldir) + find './debian' './$(DEBIAN)' \ + -path './debian/linux-*' -prune -o \ + -path './debian/$(src_pkg_name)-*' -prune -o \ + -path './debian/build' -prune -o \ + -path './debian/files' -prune -o \ + -path './debian/stamps' -prune -o \ + -path './debian/tmp' -prune -o \ + -print | \ + cpio -pd --preserve-modification-time $(srcdir) + ln -s $(srcpkg)/$(srcpkg).tar.bz2 $(srcdir)/.. +endif +endif + +install-tools: toolspkg = $(tools_common_pkg_name) +install-tools: toolsbin = $(CURDIR)/debian/$(toolspkg)/usr/bin +install-tools: toolssbin = $(CURDIR)/debian/$(toolspkg)/usr/sbin +install-tools: toolsman = $(CURDIR)/debian/$(toolspkg)/usr/share/man +install-tools: install-source $(stampdir)/stamp-build-perarch + @echo Debug: $@ +ifeq ($(do_tools),true) + + install -d $(toolsbin) + install -d $(toolsman)/man1 + +ifeq ($(do_tools_perf),true) + install -m755 debian/tools/perf $(toolsbin)/perf +endif + if [ "$(arch)" = "amd64" ] || [ "$(arch)" = "i386" ]; then \ + install -m755 debian/tools/x86_energy_perf_policy $(toolsbin)/x86_energy_perf_policy; \ + install -m755 debian/tools/turbostat $(toolsbin)/turbostat; \ + if [ "$(do_hyperv)" = "true" ]; then \ + install -d $(toolssbin) ; \ + install -m755 debian/tools/generic $(toolssbin)/hv_kvp_daemon; \ + fi; \ + fi + + rm -rf $(builddir)/tools + install -d $(builddir)/tools + for i in *; do ln -s $(CURDIR)/$$i $(builddir)/tools/; done + rm $(builddir)/tools/tools + rsync -a tools/ $(builddir)/tools/tools/ + +ifeq ($(do_tools_perf),true) + cd $(builddir)/tools/tools/perf && make man + install -m644 $(builddir)/tools/tools/perf/Documentation/*.1 \ + $(toolsman)/man1 +endif + if [ "$(arch)" = "amd64" ] || [ "$(arch)" = "i386" ]; then \ + install -d $(toolsman)/man8; \ + install -m644 $(CURDIR)/tools/power/x86/x86_energy_perf_policy/*.8 $(toolsman)/man8; \ + install -m644 $(CURDIR)/tools/power/x86/turbostat/*.8 $(toolsman)/man8; \ + if [ "$(do_hyperv)" = "true" ]; then \ + install -m644 $(CURDIR)/tools/hv/*.8 $(toolsman)/man8; \ + fi; \ + fi +endif + +install-indep: install-tools + @echo Debug: $@ + +# This is just to make it easy to call manually. Normally done in +# binary-indep target during builds. +binary-headers: install-headers + @echo Debug: $@ + dh_installchangelogs -p$(indep_hdrpkg) + dh_installdocs -p$(indep_hdrpkg) + dh_compress -p$(indep_hdrpkg) + dh_fixperms -p$(indep_hdrpkg) + dh_installdeb -p$(indep_hdrpkg) + $(lockme) dh_gencontrol -p$(indep_hdrpkg) + dh_md5sums -p$(indep_hdrpkg) + dh_builddeb -p$(indep_hdrpkg) + +binary-indep: install-indep + @echo Debug: $@ + + dh_installchangelogs -i + dh_installdocs -i + dh_compress -i + dh_fixperms -i + dh_installdeb -i + $(lockme) dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i --- linux-lowlatency-3.8.0.orig/debian/tests-build/check-aliases +++ linux-lowlatency-3.8.0/debian/tests-build/check-aliases @@ -0,0 +1,24 @@ +#!/usr/bin/perl -w + +my %map; + +print "Checking for dupe aliases in $ENV{'FLAVOUR'}...\n"; + +$aliases = + "$ENV{'INSTALL_DIR'}/lib/modules/$ENV{'VERSION'}-$ENV{'FLAVOUR'}/modules.alias"; + +open(ALIASES, "< $aliases") or die "Could not open $aliases"; + +while () { + chomp; + my ($junk, $alias, $module) = split; + + if (defined($map{$alias})) { + printf("%s %20s / %-20s : %s \n", ("$map{$alias}" eq "$module") + ? "INT" : " ", $map{$alias}, $module, $alias); + } else { + $map{$alias} = $module; + } +} + +exit(0); --- linux-lowlatency-3.8.0.orig/debian/tests-build/README +++ linux-lowlatency-3.8.0/debian/tests-build/README @@ -0,0 +1,21 @@ +Scripts placed in this directory get called one at a time by run-parts(8). +The scripts are expected to perform some sort of sanity checks on the +finished build. Scripts will be called once for each flavour. + +Some environment variables are exported to make life a little easier: + +DPKG_ARCH : The dpkg architecture (e.g. "amd64") +KERN_ARCH : The kernel architecture (e.g. "x86_64") +FLAVOUR : The specific flavour for this run (e.g. "generic") +VERSION : The full version of this build (e.g. 2.6.22-1) +REVISION : The exact revision of this build (e.g. 1.3) +PREV_REVISION : The revision prior to this one +ABI_NUM : The specific ABI number for this build (e.g. 2) +PREV_ABI_NUM : The previous ABI number. Can be the same as ABI_NUM. +BUILD_DIR : The directory where this build took place +INSTALL_DIR : The directory where the package is prepared +SOURCE_DIR : Where the main kernel source is + +Scripts are expected to have a zero exit status when no problems occur, +and non-zero when an error occurs that should stop the build. Scripts +should print whatever info they deem needed to deduce the problem. --- linux-lowlatency-3.8.0.orig/debian/scripts/control-create +++ linux-lowlatency-3.8.0/debian/scripts/control-create @@ -0,0 +1,25 @@ +#!/bin/bash + +. debian/debian.env + +vars=$1 + +. $vars + +if [ "$is_sub" = "" ]; then + flavour=$(basename $vars | sed 's/.*\.//') + stub=${DEBIAN}/control.d/flavour-control.stub +else + flavour=$(basename $vars .vars) + stub=${DEBIAN}/sub-flavours/control.stub +fi + +cat $stub | grep -v '^#' | sed \ + -e "s#FLAVOUR#$flavour#g" \ + -e "s#DESC#$desc#g" \ + -e "s#ARCH#$arch#g" \ + -e "s#SUPPORTED#$supported#g" \ + -e "s#TARGET#$target#g" \ + -e "s#BOOTLOADER#$bootloader#g" \ + -e "s#=PROVIDES=#$provides#g" \ + -e "s#=CONFLICTS=#$conflicts#g" --- linux-lowlatency-3.8.0.orig/debian/scripts/module-check +++ linux-lowlatency-3.8.0/debian/scripts/module-check @@ -0,0 +1,120 @@ +#!/usr/bin/perl -w + +$flavour = shift; +$prev_abidir = shift; +$abidir = shift; +$skipmodule = shift; + +print "II: Checking modules for $flavour..."; + +if (-f "$prev_abidir/ignore.modules" + or -f "$prev_abidir/$flavour.ignore.modules") { + print "explicitly ignoring modules\n"; + exit(0); +} + +if (not -f "$abidir/$flavour.modules" or not -f + "$prev_abidir/$flavour.modules") { + print "previous or current modules file missing!\n"; + print " $abidir/$flavour.modules\n"; + print " $prev_abidir/$flavour.modules\n"; + if (defined($skipmodule)) { + exit(0); + } else { + exit(1); + } +} + +print "\n"; + +my %modules; +my %modules_ignore; +my $missing = 0; +my $new = 0; +my $errors = 0; + +# See if we have any ignores +if (-f "$prev_abidir/../modules.ignore") { + my $ignore = 0; + open(IGNORE, "< $prev_abidir/../modules.ignore") or + die "Could not open $prev_abidir/../modules.ignore"; + print " reading modules to ignore..."; + while () { + chomp; + next if /\s*#/; + $modules_ignore{$_} = 1; + $ignore++; + } + close(IGNORE); + print "read $ignore modules.\n"; +} + +# Read new modules first +print " reading new modules..."; +$new_count = 0; +open(NEW, "< $abidir/$flavour.modules") or + die "Could not open $abidir/$flavour.modules"; +while () { + chomp; + $modules{$_} = 1; + $new_count++; +} +close(NEW); +print "read $new_count modules.\n"; + +# Now the old modules, checking for missing ones +print " reading old modules..."; +$old_count = 0; +open(OLD, "< $prev_abidir/$flavour.modules") or + die "Could not open $prev_abidir/$flavour.modules"; +while () { + chomp; + if (not defined($modules{$_})) { + print "\n" if not $missing; + $missing++; + if (not defined($modules_ignore{$_})) { + print " MISS: $_\n"; + $errors++; + } else { + print " MISS: $_ (ignored)\n"; + } + } else { + $modules{$_}++; + } + $old_count++; +} +close(OLD); +# Check for new modules +foreach $mod (keys(%modules)) { + if ($modules{$mod} < 2) { + print "\n" if not $missing and not $new; + print " NEW : $mod\n"; + $new++; + } +} +if ($new or $missing) { + print " read $old_count modules : new($new) missing($missing)\n"; +} else { + print "read $old_count modules.\n"; +} + + +# Let's see where we stand... +if ($errors) { + if (defined($skipmodule)) { + print "WW: Explicitly asked to ignore failures (probably not good)\n"; + } else { + print "EE: Missing modules (start begging for mercy)\n"; + exit 1 + } +} + +if ($new) { + print "II: New modules (you've been busy, wipe the poop off your nose)\n"; +} else { + print "II: No new modules (hope you're happy, slacker)\n"; +} + +print "II: Done\n"; + +exit(0); --- linux-lowlatency-3.8.0.orig/debian/scripts/config-check +++ linux-lowlatency-3.8.0/debian/scripts/config-check @@ -0,0 +1,413 @@ +#!/usr/bin/perl +# +# check-config -- check the current config for issues +# +use strict; + +my $P = 'check-config'; + +my $test = -1; +if ($ARGV[0] eq '--test') { + $test = $ARGV[1] + 0; +} elsif ($#ARGV != 4) { + die "Usage: $P \n"; +} + +my ($config, $arch, $flavour, $commonconfig, $warn_only) = @ARGV; + +my $checks = "$commonconfig/enforce"; +my %values = (); + +# If we are in overridden then still perform the checks and emit the messages +# but do not return failure. Those items marked FATAL will alway trigger +# failure. +my $fail_exit = 1; +$fail_exit = 0 if ($warn_only eq 'true' || $warn_only eq '1'); +my $exit_val = 0; + +# Predicate execution engine. +sub pred_first { + my ($rest) = @_; + my $depth = 0; + my $off; + my $char; + my $pred; + + for ($off = 0; $off <= length($rest); $off++) { + $char = substr($rest, $off, 1); + if ($char eq '(') { + $depth++; + } elsif ($char eq ')') { + $depth--; + } elsif ($depth == 0 && $char eq '&') { + last; + } elsif ($depth == 0 && $char eq '|') { + last; + } + } + if ($depth > 0) { + die "$P: $rest: missing close parenthesis ')'\n"; + } elsif ($depth < 0) { + die "$P: $rest: missing open parenthesis '('\n"; + } + + ($pred, $rest) = (substr($rest, 0, $off), substr($rest, $off + 1)); + + $pred =~ s/^\s*//; + $pred =~ s/\s*$//; + + #print "pred<$pred> rest<$rest> char<$char>\n"; + ($pred, $rest, $char); +} + +sub pred_do { + my ($pred) = @_; + my (@a) = split(' ', $pred); + my $possible; + + if ($a[0] eq 'arch') { + die "$P: $pred: malformed -- $pred \n" if ($#a < 1); + for $possible (@a[1..$#a]) { + #print " *** ARCH<$flavour ?? $possible>\n"; + return 1 if ($arch eq $possible); + } + return 0; + } elsif ($a[0] eq 'flavour') { + die "$P: $pred: malformed -- $pred \n" if ($#a < 1); + for $possible (@a[1..$#a]) { + #print " *** FLAVOUR<$flavour ?? $possible>\n"; + return 1 if ($flavour eq $possible); + } + return 0; + } elsif ($a[0] eq 'value') { + die "$P: $pred: malformed -- $pred \n" if ($#a != 2); + #print " *** CHECK<$a[1] $a[2] ?? " . $values{$a[1]} . ">\n"; + return ($values{$a[1]} eq $a[2]); + } elsif ($a[0] eq 'exists') { + die "$P: $pred: malformed -- $pred \n" if ($#a != 1); + return (defined $values{$a[1]}); + } else { + die "$P: $pred: unknown predicate\n"; + } + return 1; +} +sub pred_exec { + my ($rest) = @_; + my $pred; + my $cut = 0; + my $res; + my $sep; + + #print "pred_exec<$rest>\n"; + + ($pred, $rest, $sep) = pred_first($rest); + + # Leading ! implies inversion. + if ($pred =~ /^\s*!\s*(.*)$/) { + #print " invert<$1>\n"; + ($cut, $res) = pred_exec($1); + $res = !$res; + + # Leading / implies a CUT operation. + } elsif ($pred =~ /^\s*\/\s*(.*)$/) { + #print " cut<$1>\n"; + ($cut, $res) = pred_exec($1); + $cut = 1; + + # Recurse left for complex expressions. + } elsif ($pred =~ /^\s*\((.*)\)\s*$/) { + #print " left<$1>\n"; + ($cut, $res) = pred_exec($1); + + # Check for common syntax issues. + } elsif ($pred eq '') { + if ($sep eq '&' || $sep eq '|') { + die "$P: $pred$rest: malformed binary operator\n"; + } else { + die "$P: $pred$rest: syntax error\n"; + } + + # A predicate, execute it. + } else { + #print " DO<$pred> sep<$sep>\n"; + $res = pred_do($pred); + } + + #print " pre-return res<$res> sep<$sep>\n"; + if ($sep eq '') { + # + + # Recurse right for binary operators -- note these are lazy. + } elsif ($sep eq '&' || $sep eq '|') { + #print " right<$rest> ? sep<$sep> res<$res>\n"; + if ($rest =~ /^\s*($|\||\&)/) { + die "$P: $pred$rest: malformed binary operator\n"; + } + if ($cut == 0 && (($res && $sep eq '&') || (!$res && $sep eq '|'))) { + #print " right<$rest>\n"; + ($cut, $res) = pred_exec($rest); + } + + } else { + die "$P: $pred$rest: malformed predicate\n"; + } + #warn " return cut<$cut> res<$res> sep<$sep>\n"; + return ($cut, $res); +} + +# +# PREDICATE TESTS +# +my $test_total = 1; +my $test_good = 0; +sub pred_test { + my ($pred, $eres, $eerr) = @_; + my ($cut, $res, $err, $fail); + + $test_total++; + if ($test != 0 && $test != $test_total - 1) { + return; + } + + eval { + ($cut, $res) = pred_exec($pred); + }; + $err = $@; + chomp($err); + + $res = !!$res; + $eres = !!$eres; + + $fail = ''; + if (defined $eres && $res != $eres) { + $fail = "result missmatch, expected $eres returned $res"; + } + if (defined $eerr && $err eq '') { + $fail = "error missmatch, expected '$eerr' returned success"; + } elsif (defined $eerr && $err !~ /$eerr/) { + $fail = "error missmatch, expected '$eerr' returned '$err'"; + } elsif (!defined $eerr && $err ne '') { + $fail = "error missmatch, expected success returned '$err'"; + } + + if ($fail eq '') { + $test_good++; + } else { + print "$pred: $test_total: FAIL: $fail\n"; + } + #print "TEST<$pred> eres<$eres> eerr<$eerr> res<$res> err<$err>\n"; +} +if ($test >= 0) { + $arch = 'MYARCH'; + $flavour = 'MYFLAVOUR'; + %values = ( 'ENABLED' => 'y', 'DISABLED' => 'n' ); + + # Errors. + my $eunkn = 'unknown predicate'; + my $epred = 'malformed'; + my $eclose = 'missing close parenthesis'; + my $eopen = 'missing open parenthesis'; + my $ebinary = 'malformed binary operator'; + + # Basic predicate tests. + print "TEST: $test_total: basic predicate tests ...\n"; + + pred_test('nosuchcommand', undef, $eunkn); + pred_test('arch', undef, $epred); + pred_test('arch MYARCH', 1, undef); + pred_test('arch MYARCH NOTMYARCH', 1, undef); + pred_test('arch NOTMYARCH MYARCH', 1, undef); + pred_test('arch NOTMYARCH NOTMYARCH MYARCH', 1, undef); + pred_test('arch NOTMYARCH MYARCH NOTMYARCH', 1, undef); + pred_test('arch NOTMYARCH', 0, undef); + + pred_test('flavour', undef, $epred); + pred_test('flavour MYFLAVOUR', 1, undef); + pred_test('flavour NOTMYFLAVOUR MYFLAVOUR', 1, undef); + pred_test('flavour NOTMYFLAVOUR NOTMYFLAVOUR MYFLAVOUR', 1, undef); + pred_test('flavour NOTMYFLAVOUR MYFLAVOUR NOTMYFLAVOUR', 1, undef); + pred_test('flavour NOTMYFLAVOUR', 0, undef); + + pred_test('value', undef, $epred); + pred_test('value ENABLED', undef, $epred); + pred_test('value ENABLED ENABLED ENABLED', undef, $epred); + pred_test('value ENABLED y', 1, undef); + pred_test('value ENABLED n', 0, undef); + pred_test('value DISABLED n', 1, undef); + pred_test('value DISABLED y', 0, undef); + + pred_test('exists', undef, $epred); + pred_test('exists ENABLED ENABLED', undef, $epred); + pred_test('exists ENABLED', 1, undef); + pred_test('exists DISABLED', 1, undef); + pred_test('exists MISSING', 0, undef); + + print "TEST: $test_total: inversion tests ...\n"; + pred_test('!exists ENABLED', 0, undef); + pred_test('!exists MISSING', 1, undef); + pred_test('!!exists ENABLED', 1, undef); + pred_test('!!exists MISSING', 0, undef); + pred_test('!!!exists ENABLED', 0, undef); + pred_test('!!!exists MISSING', 1, undef); + + print "TEST: $test_total: parentheses tests ...\n"; + pred_test('(exists ENABLED)', 1, undef); + pred_test('((exists ENABLED))', 1, undef); + pred_test('(((exists ENABLED)))', 1, undef); + pred_test('(exists MISSING)', 0, undef); + pred_test('((exists MISSING))', 0, undef); + pred_test('(((exists MISSING)))', 0, undef); + + pred_test('(!exists ENABLED)', 0, undef); + pred_test('((!exists ENABLED))', 0, undef); + pred_test('(((!exists ENABLED)))', 0, undef); + pred_test('(!exists MISSING)', 1, undef); + pred_test('((!exists MISSING))', 1, undef); + pred_test('(((!exists MISSING)))', 1, undef); + + pred_test('((!(exists ENABLED)))', 0, undef); + pred_test('((!(exists MISSING)))', 1, undef); + pred_test('(!((exists ENABLED)))', 0, undef); + pred_test('(!((exists MISSING)))', 1, undef); + pred_test('!(((exists ENABLED)))', 0, undef); + pred_test('!(((exists MISSING)))', 1, undef); + pred_test('!((!(exists ENABLED)))', 1, undef); + pred_test('!((!(exists MISSING)))', 0, undef); + pred_test('!(!(!(exists ENABLED)))', 0, undef); + pred_test('!(!(!(exists MISSING)))', 1, undef); + + pred_test('(', undef, $eclose); + pred_test('()(', undef, $eclose); + pred_test('(())(', undef, $eclose); + pred_test('((()))(', undef, $eclose); + pred_test('(()', undef, $eclose); + pred_test('((())', undef, $eclose); + pred_test('(((()))', undef, $eclose); + pred_test('(()()', undef, $eclose); + pred_test('((())()', undef, $eclose); + + pred_test(')', undef, $eopen); + pred_test('())', undef, $eopen); + pred_test('(()))', undef, $eopen); + pred_test('((())))', undef, $eopen); + + print "TEST: $test_total: binary and tests ...\n"; + + pred_test('exists ENABLED &', undef, $ebinary); + pred_test('& exists ENABLED', undef, $ebinary); + pred_test('exists ENABLED & & exists ENABLED', undef, $ebinary); + + pred_test('exists MISSING & exists MISSING', 0, undef); + pred_test('exists MISSING & exists ENABLED', 0, undef); + pred_test('exists ENABLED & exists MISSING', 0, undef); + pred_test('exists ENABLED & exists ENABLED', 1, undef); + + pred_test('exists MISSING & exists MISSING & exists MISSING', 0, undef); + pred_test('exists MISSING & exists MISSING & exists ENABLED', 0, undef); + pred_test('exists MISSING & exists ENABLED & exists MISSING', 0, undef); + pred_test('exists MISSING & exists ENABLED & exists ENABLED', 0, undef); + pred_test('exists ENABLED & exists MISSING & exists MISSING', 0, undef); + pred_test('exists ENABLED & exists MISSING & exists ENABLED', 0, undef); + pred_test('exists ENABLED & exists ENABLED & exists MISSING', 0, undef); + pred_test('exists ENABLED & exists ENABLED & exists ENABLED', 1, undef); + + print "TEST: $test_total: binary or tests ...\n"; + + pred_test('exists ENABLED |', undef, $ebinary); + pred_test('| exists ENABLED', undef, $ebinary); + pred_test('exists ENABLED | | exists ENABLED', undef, $ebinary); + + pred_test('exists MISSING | exists MISSING', 0, undef); + pred_test('exists MISSING | exists ENABLED', 1, undef); + pred_test('exists ENABLED | exists MISSING', 1, undef); + pred_test('exists ENABLED | exists ENABLED', 1, undef); + + pred_test('exists MISSING | exists MISSING | exists MISSING', 0, undef); + pred_test('exists MISSING | exists MISSING | exists ENABLED', 1, undef); + pred_test('exists MISSING | exists ENABLED | exists MISSING', 1, undef); + pred_test('exists MISSING | exists ENABLED | exists ENABLED', 1, undef); + pred_test('exists ENABLED | exists MISSING | exists MISSING', 1, undef); + pred_test('exists ENABLED | exists MISSING | exists ENABLED', 1, undef); + pred_test('exists ENABLED | exists ENABLED | exists MISSING', 1, undef); + pred_test('exists ENABLED | exists ENABLED | exists ENABLED', 1, undef); + + print "TEST: $test_total: binary or/and combination tests ...\n"; + + pred_test('exists MISSING | exists MISSING & exists MISSING', 0, undef); + pred_test('exists MISSING | exists MISSING & exists ENABLED', 0, undef); + pred_test('exists MISSING | exists ENABLED & exists MISSING', 0, undef); + pred_test('exists MISSING | exists ENABLED & exists ENABLED', 1, undef); + pred_test('exists ENABLED | exists MISSING & exists MISSING', 1, undef); + pred_test('exists ENABLED | exists MISSING & exists ENABLED', 1, undef); + pred_test('exists ENABLED | exists ENABLED & exists MISSING', 1, undef); + pred_test('exists ENABLED | exists ENABLED & exists ENABLED', 1, undef); + + print "TEST: $test_total: binary and/or combination tests ...\n"; + + pred_test('exists MISSING & exists MISSING | exists MISSING', 0, undef); + pred_test('exists MISSING & exists MISSING | exists ENABLED', 0, undef); + pred_test('exists MISSING & exists ENABLED | exists MISSING', 0, undef); + pred_test('exists MISSING & exists ENABLED | exists ENABLED', 0, undef); + pred_test('exists ENABLED & exists MISSING | exists MISSING', 0, undef); + pred_test('exists ENABLED & exists MISSING | exists ENABLED', 1, undef); + pred_test('exists ENABLED & exists ENABLED | exists MISSING', 1, undef); + pred_test('exists ENABLED & exists ENABLED | exists ENABLED', 1, undef); + + print "TEST: $test_total: cut tests ...\n"; + pred_test('(arch MYARCH & exists MISSING) | exists ENABLED', 1, undef); + pred_test('(arch MYARCH &/ exists MISSING) | exists ENABLED', 0, undef); + + $test_total--; + print "TEST: $test_good/$test_total succeeded\n"; + + exit $exit_val; +} + +# Load up the current configuration values -- FATAL if this fails +print "$P: $config: loading config\n"; +open(CONFIG, "<$config") || die "$P: $config: open failed -- $! -- aborting\n"; +while () { + # Pull out values. + /^#*\s*(CONFIG_\w+)[\s=](.*)$/ or next; + if ($2 eq 'is not set') { + $values{$1} = 'n'; + } else { + $values{$1} = $2; + } +} +close(CONFIG); + +# FATAL: Check if we have an enforcement list. +my $pass = 0; +my $total = 0; +my $line = ''; +print "$P: $checks: loading checks\n"; +open(CHECKS, "<$checks") || die "$P: $checks: open failed -- $! -- aborting\n"; +while () { + /^#/ && next; + chomp; + + $line .= $_; + if ($line =~ /\\$/) { + chop($line); + $line .= " "; + next; + } + $line =~ /^\s*$/ && next; + + #print "CHECK: <$line>\n"; + $total++; + my (undef, $result) = pred_exec($line); + if (!$result) { + print "$P: FAIL: $line\n"; + $exit_val = $fail_exit; + } else { + $pass++; + } + + $line = ''; +} +close(CHECKS); + +print "$P: $pass/$total checks passed -- exit $exit_val\n"; +exit $exit_val; --- linux-lowlatency-3.8.0.orig/debian/scripts/abi-check +++ linux-lowlatency-3.8.0/debian/scripts/abi-check @@ -0,0 +1,210 @@ +#!/usr/bin/perl -w + +my $flavour = shift; +my $prev_abinum = shift; +my $abinum = shift; +my $prev_abidir = shift; +my $abidir = shift; +my $skipabi = shift; + +my $fail_exit = 1; +my $EE = "EE:"; +my $errors = 0; +my $abiskip = 0; + +my $count; + +print "II: Checking ABI for $flavour...\n"; + +if (-f "$prev_abidir/ignore" + or -f "$prev_abidir/$flavour.ignore" or "$skipabi" eq "true") { + print "WW: Explicitly asked to ignore ABI, running in no-fail mode\n"; + $fail_exit = 0; + $abiskip = 1; + $EE = "WW:"; +} + +if ($prev_abinum != $abinum) { + print "II: Different ABI's, running in no-fail mode\n"; + $fail_exit = 0; + $EE = "WW:"; +} + +if (not -f "$abidir/$flavour" or not -f "$prev_abidir/$flavour") { + print "EE: Previous or current ABI file missing!\n"; + print " $abidir/$flavour\n" if not -f "$abidir/$flavour"; + print " $prev_abidir/$flavour\n" if not -f "$prev_abidir/$flavour"; + + # Exit if the ABI files are missing, but return status based on whether + # skip ABI was indicated. + if ("$abiskip" eq "1") { + exit(0); + } else { + exit(1); + } +} + +my %symbols; +my %symbols_ignore; +my %modules_ignore; +my %module_syms; + +# See if we have any ignores +my $ignore = 0; +print " Reading symbols/modules to ignore..."; + +for $file ("$prev_abidir/../blacklist", "$prev_abidir/../../perm-blacklist") { + if (-f $file) { + open(IGNORE, "< $file") or + die "Could not open $file"; + while () { + chomp; + if ($_ =~ m/M: (.*)/) { + $modules_ignore{$1} = 1; + } else { + $symbols_ignore{$_} = 1; + } + $ignore++; + } + close(IGNORE); + } +} +print "read $ignore symbols/modules.\n"; + +sub is_ignored($$) { + my ($mod, $sym) = @_; + + die "Missing module name in is_ignored()" if not defined($mod); + die "Missing symbol name in is_ignored()" if not defined($sym); + + if (defined($symbols_ignore{$sym}) or defined($modules_ignore{$mod})) { + return 1; + } + return 0; +} + +# Read new syms first +print " Reading new symbols ($abinum)..."; +$count = 0; +open(NEW, "< $abidir/$flavour") or + die "Could not open $abidir/$flavour"; +while () { + chomp; + m/^(\S+)\s(.+)\s(0x[0-9a-f]+)\s(.+)$/; + $symbols{$4}{'type'} = $1; + $symbols{$4}{'loc'} = $2; + $symbols{$4}{'hash'} = $3; + $module_syms{$2} = 0; + $count++; +} +close(NEW); +print "read $count symbols.\n"; + +# Now the old symbols, checking for missing ones +print " Reading old symbols ($prev_abinum)..."; +$count = 0; +open(OLD, "< $prev_abidir/$flavour") or + die "Could not open $prev_abidir/$flavour"; +while () { + chomp; + m/^(\S+)\s(.+)\s(0x[0-9a-f]+)\s(.+)$/; + $symbols{$4}{'old_type'} = $1; + $symbols{$4}{'old_loc'} = $2; + $symbols{$4}{'old_hash'} = $3; + $count++; +} +close(OLD); + +print "read $count symbols.\n"; + +print "II: Checking for missing symbols in new ABI..."; +$count = 0; +foreach $sym (keys(%symbols)) { + if (!defined($symbols{$sym}{'type'})) { + print "\n" if not $count; + printf(" MISS : %s%s\n", $sym, + is_ignored($symbols{$sym}{'old_loc'}, $sym) ? " (ignored)" : ""); + $count++ if !is_ignored($symbols{$sym}{'old_loc'}, $sym); + } +} +print " " if $count; +print "found $count missing symbols\n"; +if ($count) { + print "$EE Symbols gone missing (what did you do!?!)\n"; + $errors++; +} + + +print "II: Checking for new symbols in new ABI..."; +$count = 0; +foreach $sym (keys(%symbols)) { + if (!defined($symbols{$sym}{'old_type'})) { + print "\n" if not $count; + print " NEW : $sym\n"; + $count++; + } +} +print " " if $count; +print "found $count new symbols\n"; +if ($count and $prev_abinum == $abinum) { + print "WW: Found new symbols within same ABI. Not recommended\n"; +} + +print "II: Checking for changes to ABI...\n"; +$count = 0; +my $moved = 0; +my $changed_type = 0; +my $changed_hash = 0; +foreach $sym (keys(%symbols)) { + if (!defined($symbols{$sym}{'old_type'}) or + !defined($symbols{$sym}{'type'})) { + next; + } + + # Changes in location don't hurt us, but log it anyway + if ($symbols{$sym}{'loc'} ne $symbols{$sym}{'old_loc'}) { + printf(" MOVE : %-40s : %s => %s\n", $sym, $symbols{$sym}{'old_loc'}, + $symbols{$sym}{'loc'}); + $moved++; + } + + # Changes to export type are only bad if new type isn't + # EXPORT_SYMBOL. Changing things to GPL are bad. + if ($symbols{$sym}{'type'} ne $symbols{$sym}{'old_type'}) { + printf(" TYPE : %-40s : %s => %s%s\n", $sym, $symbols{$sym}{'old_type'}. + $symbols{$sym}{'type'}, is_ignored($symbols{$sym}{'loc'}, $sym) + ? " (ignored)" : ""); + $changed_type++ if $symbols{$sym}{'type'} ne "EXPORT_SYMBOL" + and !is_ignored($symbols{$sym}{'loc'}, $sym); + } + + # Changes to the hash are always bad + if ($symbols{$sym}{'hash'} ne $symbols{$sym}{'old_hash'}) { + printf(" HASH : %-40s : %s => %s%s\n", $sym, $symbols{$sym}{'old_hash'}, + $symbols{$sym}{'hash'}, is_ignored($symbols{$sym}{'loc'}, $sym) + ? " (ignored)" : ""); + $changed_hash++ if !is_ignored($symbols{$sym}{'loc'}, $sym); + $module_syms{$symbols{$sym}{'loc'}}++; + } +} + +print "WW: $moved symbols changed location\n" if $moved; +print "$EE $changed_type symbols changed export type and weren't ignored\n" if $changed_type; +print "$EE $changed_hash symbols changed hash and weren't ignored\n" if $changed_hash; + +$errors++ if $changed_hash or $changed_type; +if ($changed_hash) { + print "II: Module hash change summary...\n"; + foreach $mod (sort { $module_syms{$b} <=> $module_syms{$a} } keys %module_syms) { + next if ! $module_syms{$mod}; + printf(" %-40s: %d\n", $mod, $module_syms{$mod}); + } +} + +print "II: Done\n"; + +if ($errors) { + exit($fail_exit); +} else { + exit(0); +} --- linux-lowlatency-3.8.0.orig/debian/scripts/module-inclusion +++ linux-lowlatency-3.8.0/debian/scripts/module-inclusion @@ -0,0 +1,60 @@ +#!/bin/bash + +# +# Build a new directory of modules based on an inclusion list. +# The includsion list format must be a bash regular expression. +# +# usage: $0 ROOT INCLUSION_LIST +# example: $0 debian/build/build-virtual \ +# debian/build/build-virtual-ALL debian/build/build-virtual \ +# debian.master/control.d/virtual.inclusion-list +master=0 +if [ "$1" = "--master" ]; then + master=1 + shift +fi + +ROOT=$1 +NROOT=$2 +ILIST=$3 + +# +# Prep a destination directory. +# +mkdir -p ${NROOT} + +# Copy over the framework... +if [ "$master" -eq 1 ]; then + (cd ${ROOT}; find . ! -name "*.ko" -type f) | \ + while read f + do + mkdir -p ${NROOT}/`dirname $f` + mv ${ROOT}/$f ${NROOT}/$f + done +fi + +cat ${ILIST} |while read i +do + # + # 'find' blurts a warning if it cannot find any ko files. + # + if echo "$i" | grep '\*' > /dev/null + then + (cd ${ROOT}; eval find "${i}" -name "*.ko") |while read f + do + mkdir -p ${NROOT}/`dirname $f` + mv ${ROOT}/$f ${NROOT}/$f + done + else + if [ -f "${ROOT}/$i" ] + then + mkdir -p ${NROOT}/`dirname $i` + mv ${ROOT}/$i ${NROOT}/$i + else + echo Warning: Could not find ${ROOT}/$i + fi + fi + +done + +exit 0 --- linux-lowlatency-3.8.0.orig/debian/scripts/link-headers +++ linux-lowlatency-3.8.0/debian/scripts/link-headers @@ -0,0 +1,42 @@ +#!/bin/bash -e + +. debian/debian.env + +hdrdir="$1" +symdir="$2" +flavour="$3" + +echo "Symlinking and copying headers for $flavour..." + +excludes="( -path ./debian -prune -o -path ./${DEBIAN} -prune -o -path ./.git ) -prune -o" + +( +find . $excludes -type f \ + \( -name 'Makefile*' -o -name 'Kconfig*' -o -name 'Kbuild*' -o \ + -name '*.sh' -o -name '*.pl' -o -name '*.lds' \) -print +find ./include ./scripts -name .gitignore -prune -o -type f -print +find ./include -mindepth 1 -maxdepth 1 $excludes -type d -print +) | ( +while read file; do + dir=$file + lastdir=$file + + if [ -e "$hdrdir/$file" -o -L "$hdrdir/$file" ]; then + continue + fi + + while [ ! -e "$hdrdir/$dir" -a ! -L "$hdrdir/$dir" ]; do + lastdir=$dir + dir=`dirname $dir` + done + # If the last item to exist is a symlink we assume all is good + if [ ! -L "$hdrdir/$dir" ]; then + # Turns things like "./foo" into "../" + deref="`echo -n $lastdir | sed -e 's/^\.//' -e's,/[^/]*,../,g'`" + item="`echo -n $lastdir | sed -e 's/^\.\///'`" + ln -s $deref$symdir/$item $hdrdir/$item + fi +done +) + +exit --- linux-lowlatency-3.8.0.orig/debian/scripts/sub-flavour +++ linux-lowlatency-3.8.0/debian/scripts/sub-flavour @@ -0,0 +1,69 @@ +#!/bin/bash + +. debian/debian.env + +echo "SUB_PROCESS $FROM => $TO" + +export from_pkg="linux-image-$ABI_RELEASE-$FROM" +export to_pkg="linux-image-$ABI_RELEASE-$TO" + +from_moddir="debian/$from_pkg/lib/modules/$ABI_RELEASE-$FROM" +to_moddir="debian/$to_pkg/lib/modules/$ABI_RELEASE-$FROM" + +install -d "debian/$to_pkg/boot" +install -m644 debian/$from_pkg/boot/config-$ABI_RELEASE-$FROM \ + debian/$to_pkg/boot/ +install -m600 debian/$from_pkg/boot/{vmlinuz,System.map}-$ABI_RELEASE-$FROM \ + debian/$to_pkg/boot/ + +# +# Print some warnings if there are files in the sub-flavours list +# that do not actually exist. +# +cat ${DEBIAN}/sub-flavours/$TO.list | while read line +do +( + cd debian/$from_pkg/lib/modules/$ABI_RELEASE-$FROM/kernel; + # + # If its a wildcard, then check that there are files that match. + # + if echo "$line" | grep '\*' > /dev/null + then + if [ `eval find "$line" -name '*.ko' 2>/dev/null|wc -l` -lt 1 ] + then + echo SUB_INST Warning - No files in $line + fi + # + # Else it should be a single file reference. + # + elif [ ! -f "$line" ] + then + echo SUB_INST Warning - could not find "$line" + fi +) +done + +cat ${DEBIAN}/sub-flavours/$TO.list | while read line; do + ( + cd debian/$from_pkg/lib/modules/$ABI_RELEASE-$FROM/kernel; + if echo "$line" | grep '\*' > /dev/null + then + eval find "$line" -name '*.ko' 2>/dev/null || true + elif [ -f "$line" ] + then + echo "$line" + fi + ); +done | while read mod; do + echo "SUB_INST checking: $mod" + fromdir="/lib/modules/$ABI_RELEASE-$FROM/" + egrep "^($fromdir)?kernel/$mod:" \ + $from_moddir/modules.dep | sed -e "s|^$fromdir||" -e 's/://' -e 's/ /\n/g' | \ + while read m; do + m="${fromdir}$m" + test -f debian/$to_pkg/$m && continue + echo "SUB_INST installing: $m" + install -D -m644 debian/$from_pkg/$m \ + debian/$to_pkg/$m + done +done --- linux-lowlatency-3.8.0.orig/debian/scripts/misc/get-firmware +++ linux-lowlatency-3.8.0/debian/scripts/misc/get-firmware @@ -0,0 +1,59 @@ +#!/bin/bash +# +# Find all files in linux-firmware that are new or different since the previous release +# and copy them into the kernel firmware directory. You should only do this on the +# backport branch since it would be redundant on the released kernel. It assumed you've +# unpacked linux-firmware from each release into separate directories. +# +# Example: $0 ~/ubuntu/linux-firmware-precise ~/ubuntu/linux-firmware-quantal + +if [ "$1" = "" ] || [ "$2" = "" ] || [ ! -f $1/WHENCE ] || [ ! -f $2/WHENCE ] +then + echo You must supply 2 firmware directories. + exit 1 +fi + +if [ ! -f debian/debian.env ] +then + echo You must run this script from the root of the repo + exit 1 +fi +. debian/debian.env + +NFWINFO="`find $DEBIAN -name fwinfo|wc -l`" +if [ ! "$NFWINFO" = "1" ] +then + echo Your repo is hosed. There can only be one fwinfo file. + find $DEBIAN -name fwinfo + exit 1 +fi + +FWINFO="`pwd`/`find $DEBIAN -name fwinfo`" + +CDIR=`pwd` +OFW=$1 +NFW=$2 + +cd $NFW +# +# Find all files in $NFW that are new or different from $1 +# +(find . -type f | egrep -v "debian|git|LICEN|WHEN|READ|Make|configure" | sed 's;\./;;' | \ +while read f +do + if grep -q $f $FWINFO + then + if [ ! -f $OFW/$f ] + then + echo $f + elif ! cmp $f $OFW/$f > /dev/null + then + echo $f + fi + fi +done) |\ +while read f +do + mkdir -p $CDIR/firmware/`dirname $f` + cp -v $f $CDIR/firmware/`dirname $f` +done --- linux-lowlatency-3.8.0.orig/debian/scripts/misc/retag +++ linux-lowlatency-3.8.0/debian/scripts/misc/retag @@ -0,0 +1,34 @@ +#!/usr/bin/perl -w + +open(TAGS, "git tag -l |") or die "Could not get list of tags"; +@tags = ; +close(TAGS); + +open(LOGS, "git log --pretty=short |") or die "ERROR: Calling git log"; +my $commit = ""; + +while () { + my $origtag; + + if (m|^commit (.*)$|) { + $commit = $1; + next; + } + + m|\s*UBUNTU: (Ubuntu-2\.6\..*)| or next; + + $tag = $1; + + ($origtag) = grep(/^$tag.orig$/, @tags); + + if (!defined($origtag)) { + print "I: Adding original tag for $tag\n"; + system("git tag -m $tag $tag.orig $tag"); + } + + print "I: Tagging $tag => $commit\n"; + + system("git tag -f -m $tag $tag $commit"); +} + +close(LOGS); --- linux-lowlatency-3.8.0.orig/debian/scripts/misc/insert-ubuntu-changes +++ linux-lowlatency-3.8.0/debian/scripts/misc/insert-ubuntu-changes @@ -0,0 +1,58 @@ +#!/usr/bin/perl + +if ($#ARGV != 2) { + die "Usage: $0 \n"; +} +my ($changelog, $end, $start) = @ARGV; + +$end =~ s/.*\.//; +$start =~ s/.*\.//; + +my @changes = (); +my $output = 0; +open(CHG, ") { + if (/^\S+\s+\((.*\.(\d+))\)/) { + if ($2 <= $end) { + last; + } + if ($2 == $start) { + $output = 1; + } + if ($output) { + push(@changes, "\n [ Ubuntu: $1 ]\n\n"); + next; + } + } + next if ($output == 0); + + next if (/^\s*$/); + next if (/^\s--/); + next if (/^\s\s[^\*\s]/); + + push(@changes, $_); +} +close(CHG); + +open(CHANGELOG, "< $changelog") or die "Cannot open changelog"; +open(NEW, "> $changelog.new") or die "Cannot open new changelog"; + +$printed = 3; +while () { + if (/^ CHANGELOG: /) { + $printed--; + print NEW; + if ($printed == 0) { + print NEW @changes; + } + next; + } + print NEW; +} + +close(NEW); +close(CHANGELOG); + +rename("$changelog.new", "$changelog"); --- linux-lowlatency-3.8.0.orig/debian/scripts/misc/find-obsolete-firmware +++ linux-lowlatency-3.8.0/debian/scripts/misc/find-obsolete-firmware @@ -0,0 +1,91 @@ +#!/bin/bash +# +# Find all duplicate or obsolete firmware that is being carried +# in the kernel firmware directory. Compare these files against +# the linux-firmware package for the approriate release. For example, +# assuming this is raring, then compare the kernel firmware files +# against the raring branch of linux-firmware. +# +# Example: $0 ~/ubuntu/linux-firmware-raring + +USEAGE="$0 LINUX-FIRMWARE" + +. debian/debian.env + +NFWINFO="`find $DEBIAN -name fwinfo|wc -l`" +if [ ! "$NFWINFO" = "1" ] +then + echo Your repo is hosed. There can only be one fwinfo file. + find $DEBIAN -name fwinfo + exit 1 +fi + +FWINFO="`pwd`/`find $DEBIAN -name fwinfo`" + +if [ "$1" = "" ] +then + echo $USEAGE + exit 1 +fi +FW="$1" + +if [ ! -f $FW/WHENCE ] +then + echo Bogus linux-firmware directory + exit 1 +fi +if ! egrep -q "^firmware:" $FWINFO +then + echo Bogus firmware info file + exit 1 +fi + +# +# Prepare the tree and make firmware. +# +TEE="tee -a" +LO=`pwd`/firmware.txt +LF=`pwd`/lib/firmware +rm -rf debian/build $LF $LO +fakeroot debian/rules clean prepare-generic +cp debian/build/build-generic/.config . +mkdir -p $LF +make firmware_install INSTALL_MOD_PATH=`pwd` + +(cd $LF +find . -type f | while read f +do + BN="`basename $f`" + + if ! grep -q $BN $FWINFO + then + echo "Unused firmware: $f" | $TEE $LO + else + if [ -f $FW/$f ] + then + if ! cmp $FW/$f $f + then + echo "$f differs" | $TEE $LO + else + echo "$f is duplicated" | $TEE $LO + fi + else + echo "$f does not exist in $FW" | $TEE $LO + fi + fi +done) + +# +# Check for firmware files referenced by the kernel +# that do not exist in either location. +# +cat $FWINFO | while read fwi f +do + if [ -s lib/firmware/$f ] || [ -s $FW/$f ] + then + continue + else + echo "Missing firmware $f" | $TEE $LO + fi +done + --- linux-lowlatency-3.8.0.orig/debian/scripts/misc/fw-to-ihex.sh +++ linux-lowlatency-3.8.0/debian/scripts/misc/fw-to-ihex.sh @@ -0,0 +1,18 @@ +#!/bin/bash + +F=$1 +if [ "$F" = "" ] +then + echo You must supply a firmware file. + exit 1 +fi + +echo "unsigned char d[] = {" > $F.c +hexdump -v -e '"\t" 8/1 "0x%02x, " "\n"' $F >> $F.c +echo "};" >> $F.c +sed -i 's/0x .*$//' $F.c + +O="`dirname $F`/`basename $F`.o" +gcc -o $O -c $F.c +objcopy -Oihex $F.o $F.ihex + --- linux-lowlatency-3.8.0.orig/debian/scripts/misc/git-ubuntu-log +++ linux-lowlatency-3.8.0/debian/scripts/misc/git-ubuntu-log @@ -0,0 +1,232 @@ +#!/usr/bin/perl -w + +use strict; +use Text::Wrap; + +my $kernel_auth = "Upstream Kernel Changes"; + +my (%map, @reverts); +my $pstate = 1; +my $no_kern_log = 0; +my $print_shas = 0; +my $first_print = 1; + +while (@ARGV) { + my $opt = $ARGV[0]; + shift; + if ($opt eq "--no-kern-log") { + $no_kern_log = 1; + } elsif ($opt eq "--print-shas") { + $print_shas = 1; + } else { + print STDERR "Unknown options: $opt\n"; + exit(1); + } +} + +sub check_reverts($) { + my ($entry) = @_; + my ($check); + + foreach $check (reverse @reverts) { + my $desc = "Revert \"" . $entry->{'desc'} . "\""; + if ($check->{'desc'} eq $desc) { + @reverts = grep($_->{'desc'} ne $desc, @reverts); + return 1; + } + } + + return 0; +} + +sub add_entry($) { + my ($entry) = @_; + my $key = $entry->{'author'}; + + # store description in array, in email->{desc list} map + if (exists $map{$key}) { + # grab ref + my $obj = $map{$key}; + + # add desc to array + push(@$obj, $entry); + } else { + # create new array, containing 1 item + my @arr = ($entry); + + # store ref to array + $map{$key} = \@arr; + } +} + +sub shortlog_entry($$$$$) { + my ($name, $desc, $bug, $cve, $commit) = @_; + my $entry; + + $desc =~ s#/pub/scm/linux/kernel/git/#/.../#g; + $desc =~ s#\[PATCH\] ##g; + + $desc =~ s#^\s*##g; + $desc =~ s# *UBUNTU: ##g; + + $entry->{'desc'} = $desc; + if ($bug ne '') { + $entry->{'bugno'} = $bug; + } + $entry->{'cve'} = $cve; + $entry->{'commit'} = $commit; + $entry->{'author'} = $name; + + if ($desc =~ /^Revert "/) { + push(@reverts, $entry); + return; + } + + return if check_reverts($entry); + + add_entry($entry); +} + +# sort comparison function +sub by_name($$) { + my ($a, $b) = @_; + + uc($a) cmp uc($b); +} + +sub shortlog_output { + my ($obj, $key, $entry); + + foreach $key (sort by_name keys %map) { + next if $key eq $kernel_auth and $no_kern_log; + + print "\n" unless $first_print; + $first_print = 0; + + # output author + printf " [ %s ]\n\n", $key; + + # output author's 1-line summaries + $obj = $map{$key}; + foreach $entry (reverse @$obj) { + print wrap(" * ", " ", $entry->{'desc'}) . "\n"; + # For non upstream changes, add other info. + if ($key ne $kernel_auth) { + if ($print_shas) { + print " - GIT-SHA " . $entry->{'commit'} . + "\n"; + } + } + if (defined($entry->{'bugno'})) { + print " - LP: #" . $entry->{'bugno'} . "\n"; + } + if (defined($entry->{'cve'})) { + print " - " . $entry->{'cve'} . "\n"; + } + } + } +} + +sub changelog_input { + my ($author, $desc, $commit, $entry, $cve); + + while () { + # get commit + if ($pstate == 1) { + next unless /^commit (.*)/; + + $commit = $1; + + $pstate++; + } + + # get author and email + elsif ($pstate == 2) { + my ($email); + + next unless /^[Aa]uthor:?\s*(.*?)\s*<(.*)>/; + + $author = $1; + $email = $2; + $desc = undef; + $cve = undef; + + # cset author fixups + if (!$author) { + $author = $email; + } + $pstate++; + } + + # skip to blank line + elsif ($pstate == 3) { + next unless /^\s*$/; + $pstate++; + } + + # skip to non-blank line + elsif ($pstate == 4) { + next unless /^\s*?(.*)/; + my $ignore = 0; + my $do_ignore = 0; + my $bug = undef; + my %bugz = (); + my $k; + + # skip lines that are obviously not + # a 1-line cset description + next if /^\s*From: /; + + chomp; + $desc = $1; + + if ($desc =~ /^ *(Revert "|)UBUNTU:/) { + $do_ignore = 1; + } else { + $do_ignore = 0; + $author = $kernel_auth; + $ignore = 1 if $desc =~ /Merge /; + } + while () { + $ignore = 1 if ($do_ignore && /^ *Ignore: yes/i); + if (/^ *Bug: *(#|)([0-9#,\s]*)\s*$/i) { + foreach $k (split('(,|\s)\s*(#|)', $2)) { + $bugz{$k} = 1 if (($k ne '') and ($k =~ /[0-9]+/)); + } + } + elsif (/^ *BugLink: *http.*:\/\/.*\/([0-9]+)/i) { + $bugz{$1} = 1; + } + elsif (/^ *(CVE-.*)/) { + $cve = $1 + } + last if /^commit /; + } + + $bug = join(", #", sort keys(%bugz)); + if (!$ignore) { + &shortlog_entry($author, $desc, $bug, + $cve, $commit, 0); + } + + $pstate = 1; + if ($_ && /^commit (.*)/) { + $commit = $1; + $pstate++; + } + } + + else { + die "invalid parse state $pstate"; + } + } + + foreach $entry (@reverts) { + add_entry($entry); + } +} + +&changelog_input; +&shortlog_output; + +exit(0); --- linux-lowlatency-3.8.0.orig/debian/scripts/misc/getabis +++ linux-lowlatency-3.8.0/debian/scripts/misc/getabis @@ -0,0 +1,126 @@ +#!/bin/bash + +if [ "$#" != "2" ]; then + echo "Usage: $0 " 1>&2 + exit 1 +fi + +if [ "$DEBIAN" = "" ]; then + . debian/debian.env +fi + +ver=$1 +revision=$2 +abi=$(echo $revision | awk -F. '{print $1}') + +verabi=$ver-$abi +verfull=$ver-$revision + +WGET="wget --tries=1 --timeout=10 --quiet -c" + +abidir="`pwd`/$DEBIAN/abi/$verfull" +tmpdir="`pwd`/abi-tmp-$verfull" +origdir="`pwd`" +fwinfo=$abidir/fwinfo + +test -d $tmpdir || mkdir $tmpdir + +package_prefixes() { + __package_prefixes="$@" +} + +getall() { + arch=$1 + shift + + mkdir -p $abidir/$arch + + for sub in $@; do + if [ -f $abidir/$arch/$sub ]; then + echo "Exists: $sub" + continue + fi + echo -n "Fetching $sub($arch)..." + prefixes="" + filenames="" + cd $tmpdir + for prefix in $__package_prefixes + do + filename=${prefix}-${verabi}-${sub}_${verfull}_${arch}.deb + for r in "${repo_list[@]}" + do + if ! [ -f $filename ]; then + $WGET $r/$filename + fi + if [ -f $filename ]; then + prefixes="$prefixes $prefix" + filenames="$filenames $filename" + break + fi + done + done + if [ "$filenames" != "" ]; then + echo -n "extracting$prefixes..." + for filename in $filenames + do + dpkg-deb --extract $filename tmp + done + find tmp -name "*.ko" | while read f; do + modinfo $f | grep ^firmware >> $fwinfo + done + if [ -f tmp/boot/abi-* ]; then + mv tmp/boot/abi-* $abidir/$arch/$sub + else + echo -n "NO ABI FILE..." + fi + (cd tmp; find lib/modules/$verabi-$sub/kernel -name '*.ko') | \ + sed -e 's/.*\/\([^\/]*\)\.ko/\1/' | sort > \ + $abidir/$arch/$sub.modules + ( + cd tmp; + # Prevent exposing some errors when called by python scripts. SIGPIPE seems to get + # exposed when using the `find ...` form of the command. + ko=$(find lib/modules/$verabi-$sub/kernel \ + -name '*.ko' | head -1) + readelf -p .comment "$ko" | awk ' + ($1 == "[") { + printf("%s", $3); + for (n=4; n<=NF; n++) { + printf(" %s", $n); + } + print "" + }' | sort -u >$abidir/$arch/$sub.compiler + version=`cat $abidir/$arch/$sub.compiler` + echo -n "$version..." + ) + rm -rf tmp $filenames + echo "done." + else + echo "FAILED." + fi + cd $origdir + done +} + +# MAIN + +# Setup abi directory +mkdir -p $abidir +echo $abi > $abidir/abiname + +# NOTE: The flavours are hardcoded, because they may have changed from the +# current build. + +__package_prefixes="linux-image" + +. $DEBIAN/etc/getabis + +compilers=`cat $abidir/*/*.compiler | sort -u | wc -l` +if [ "$compilers" != 1 ]; then + echo "WARNING: inconsistant compiler versions detected" 1>&2 +fi + +sort < $fwinfo | uniq > fwinfo.tmp +mv fwinfo.tmp $fwinfo + +rmdir $tmpdir --- linux-lowlatency-3.8.0.orig/debian/scripts/misc/insert-mainline-changes +++ linux-lowlatency-3.8.0/debian/scripts/misc/insert-mainline-changes @@ -0,0 +1,42 @@ +#!/usr/bin/perl + +if ($#ARGV != 2) { + warn "Usage: $0 \n"; + die " $0 debian.master/changelog v3.2.3 v3.2.2..v3.2.3\n"; +} +my ($changelog, $to, $range) = @ARGV; + +my @changes = (); + +push(@changes, "\n"); +push(@changes, " [ Upstream Kernel Changes ]\n\n"); +push(@changes, " * rebase to $to\n"); + +open(LOG, "git log '$range'|") || die "$0: git log failed: - $!\n"; +while () { + if (m@BugLink: .*launchpad.net/.*/([0-9]+)\s$@) { + push(@changes, " - LP: #$1\n"); + } +} +close(LOG); + +open(CHANGELOG, "< $changelog") or die "Cannot open changelog"; +open(NEW, "> $changelog.new") or die "Cannot open new changelog"; + +$printed = 3; +while () { + if (/^ CHANGELOG: /) { + $printed--; + print NEW; + if ($printed == 0) { + print NEW @changes; + } + next; + } + print NEW; +} + +close(NEW); +close(CHANGELOG); + +rename("$changelog.new", "$changelog"); --- linux-lowlatency-3.8.0.orig/debian/scripts/misc/insert-changes.pl +++ linux-lowlatency-3.8.0/debian/scripts/misc/insert-changes.pl @@ -0,0 +1,36 @@ +#!/usr/bin/perl -w + +my $debian; +$droot = $ARGV[0] if (defined $ARGV[0]); +$droot = 'debian' if (!defined $droot); +$debian = $ARGV[1] if (defined $ARGV[1]); +$debian = 'debian.master' if (!defined $debian); + +system("make -s -f $droot/rules printchanges > $debian/changes"); + +open(CHANGELOG, "< $debian/changelog") or die "Cannot open changelog"; +open(CHANGES, "< $debian/changes") or die "Cannot open new changes"; +open(NEW, "> $debian/changelog.new") or die "Cannot open new changelog"; + +$printed = 0; + +while () { + if (/^ CHANGELOG: /) { + next if $printed; + + while () { + print NEW; + } + + $printed = 1; + } else { + print NEW; + } +} + +close(NEW); +close(CHANGES); +close(CHANGELOG); + +rename("$debian/changelog.new", "$debian/changelog"); +unlink("$debian/changes"); --- linux-lowlatency-3.8.0.orig/debian/scripts/misc/splitconfig.pl +++ linux-lowlatency-3.8.0/debian/scripts/misc/splitconfig.pl @@ -0,0 +1,107 @@ +#!/usr/bin/perl -w + +%allconfigs = (); +%common = (); + +print "Reading config's ...\n"; + +for $config (@ARGV) { + # Only config.* + next if $config !~ /^config\..*/; + # Nothing that is disabled, or remnant + next if $config =~ /.*\.(default|disabled|stub)$/; + + %{$allconfigs{$config}} = (); + + print " processing $config ... "; + + open(CONFIG, "< $config"); + + while () { + # Skip comments + /^#*\s*CONFIG_(\w+)[\s=](.*)$/ or next; + + ${$allconfigs{$config}}{$1} = $2; + + $common{$1} = $2; + } + + close(CONFIG); + + print "done.\n"; +} + +print "\n"; + +print "Merging lists ... \n"; + +# %options - pointer to flavour config inside the allconfigs array +for $config (keys(%allconfigs)) { + my %options = %{$allconfigs{$config}}; + + print " processing $config ... "; + + for $key (keys(%common)) { + next if not defined $common{$key}; + + # If we don't have the common option, then it isn't + # common. If we do have that option, it must have the same + # value. EXCEPT where this file does not have a value at all + # which may safely be merged with any other value; the value + # will be elided during recombination of the parts. + if (!defined($options{$key})) { + # Its ok really ... let it merge + } elsif (not defined($options{$key})) { + undef $common{$key}; + } elsif ($common{$key} ne $options{$key}) { + undef $common{$key}; + } + } + + print "done.\n"; +} + +print "\n"; + +print "Creating common config ... "; + +open(COMMON, "> config.common"); +print COMMON "#\n# Common config options automatically generated by splitconfig.pl\n#\n"; + +for $key (sort(keys(%common))) { + if (not defined $common{$key}) { + print COMMON "# CONFIG_$key is UNMERGABLE\n"; + } elsif ($common{$key} eq "is not set") { + print COMMON "# CONFIG_$key is not set\n"; + } else { + print COMMON "CONFIG_$key=$common{$key}\n"; + } +} +close(COMMON); + +print "done.\n\n"; + +print "Creating stub configs ...\n"; + +for $config (keys(%allconfigs)) { + my %options = %{$allconfigs{$config}}; + + print " processing $config ... "; + + open(STUB, "> $config"); + print STUB "#\n# Config options for $config automatically generated by splitconfig.pl\n#\n"; + + for $key (sort(keys(%options))) { + next if defined $common{$key}; + + if ($options{$key} =~ /^is /) { + print STUB "# CONFIG_$key $options{$key}\n"; + } else { + print STUB "CONFIG_$key=$options{$key}\n"; + } + } + + close(STUB); + + print "done.\n"; +} --- linux-lowlatency-3.8.0.orig/debian/scripts/misc/kernelconfig +++ linux-lowlatency-3.8.0/debian/scripts/misc/kernelconfig @@ -0,0 +1,172 @@ +#!/bin/bash + +. debian/debian.env + +# Script to merge all configs and run 'make silentoldconfig' on it to wade out bad juju. +# Then split the configs into distro-commmon and flavour-specific parts + +# We have to be in the top level kernel source directory +if [ ! -f MAINTAINERS ] || [ ! -f Makefile ]; then + echo "This does not appear to be the kernel source directory." 1>&2 + exit 1 +fi + +mode=${1:?"Usage: $0 [oldconfig|editconfig]"} +yes=0 +case "$mode" in + update*configs) mode='silentoldconfig' ;; + default*configs) mode='oldconfig'; yes=1 ;; + edit*configs) ;; # All is good + gen*configs) mode='genconfigs' ;; # All is good + dump*configs) mode='config'; yes=1 ;; + *) echo "$0 called with invalid mode" 1>&2 + exit 1 ;; +esac +kerneldir="`pwd`" +confdir="$kerneldir/${DEBIAN}/config" +sharedconfdir="$kerneldir/debian.master/config" +variant="$2" + +. $DEBIAN/etc/kernelconfig + +bindir="`pwd`/${DROOT}/scripts/misc" +common_conf="$confdir/config.common.$family" +tmpdir=`mktemp -d` +mkdir "$tmpdir/CONFIGS" + +if [ "$mode" = "genconfigs" ]; then + keep=1 + mode="oldconfig" + test -d CONFIGS || mkdir CONFIGS +fi + +for arch in $archs; do + rm -rf build + mkdir build + + # Map debian archs to kernel archs + case "$arch" in + ppc64) kernarch="powerpc" ;; + amd64) kernarch="x86_64" ;; + lpia) kernarch="x86" ;; + sparc) kernarch="sparc64" ;; + armel|armhf) kernarch="arm" ;; + *) kernarch="$arch" ;; + esac + + archconfdir=$confdir/$arch + flavourconfigs=$(cd $archconfdir && ls config.flavour.*) + + # Merge configs + # We merge config.common.ubuntu + config.common. + + # config.flavour. + + for config in $flavourconfigs; do + fullconf="$tmpdir/$arch-$config-full" + case $config in + *) + : >"$fullconf" + if [ -f $common_conf ]; then + cat $common_conf >> "$fullconf" + fi + if [ -f $archconfdir/config.common.$arch ]; then + cat $archconfdir/config.common.$arch >> "$fullconf" + fi + cat "$archconfdir/$config" >>"$fullconf" + if [ -f $confdir/OVERRIDES ]; then + cat $confdir/OVERRIDES >> "$fullconf" + fi + ;; + esac + done + + for config in $flavourconfigs; do + if [ -f $archconfdir/$config ]; then + fullconf="$tmpdir/$arch-$config-full" + cat "$fullconf" > build/.config + # Call oldconfig or menuconfig + case "$mode" in + editconfigs) + # Interactively edit config parameters + while : ; do + echo -n "Do you want to edit config: $arch/$config? [Y/n] " + read choice + + case "$choice" in + y* | Y* | "" ) + make O=`pwd`/build ARCH=$kernarch menuconfig + break ;; + n* | N* ) + break ;; + *) + echo "Entry not valid" + esac + done + ;; + *) + echo "* Run $mode (yes=$yes) on $arch/$config ..." + if [ "$yes" -eq 1 ]; then + yes "" | make O=`pwd`/build ARCH=$kernarch "$mode" + else + make O=`pwd`/build ARCH=$kernarch "$mode" + fi ;; + esac + cat build/.config > $archconfdir/$config + cat build/.config > "$tmpdir/CONFIGS/$arch-$config" + if [ "$keep" = "1" ]; then + cat build/.config > CONFIGS/$arch-$config + fi + else + echo "!! Config not found $archconfdir/$config..." + fi + done + + echo "Running splitconfig.pl for $arch" + echo + + # Can we make this more robust by avoiding $tmpdir completely? + # This approach was used for now because I didn't want to change + # splitconfig.pl + (cd $archconfdir; $bindir/splitconfig.pl config.flavour.*; mv config.common \ + config.common.$arch; cp config.common.$arch $tmpdir) +done + +rm -f $common_conf + +# Now run splitconfig.pl on all the config.common. copied to +# $tmpdir +(cd $tmpdir; $bindir/splitconfig.pl *) +( + cd $confdir; + rm -f *-full + grep -v 'is UNMERGABLE' <$tmpdir/config.common >$common_conf + for arch in $archs; do + grep -v 'is UNMERGABLE' <$tmpdir/config.common.$arch \ + >$arch/config.common.$arch + done +) + +echo "" +echo "Running config-check for all configurations ..." +echo "" +fail=0 +for arch in $archs; do + archconfdir=$confdir/$arch + flavourconfigs=$(cd $archconfdir && ls config.flavour.*) + for config in $flavourconfigs; do + flavour="${config##*.}" + if [ -f $archconfdir/$config ]; then + fullconf="$tmpdir/CONFIGS/$arch-$config" + "$bindir/../config-check" "$fullconf" "$arch" "$flavour" "$sharedconfdir" "0" || let "fail=$fail+1" + fi + done +done + +if [ "$fail" != 0 ]; then + echo "" + echo "*** ERROR: $fail config-check failures detected" + echo "" +fi + +rm -rf build + --- linux-lowlatency-3.8.0.orig/debian/stamps/keep-dir +++ linux-lowlatency-3.8.0/debian/stamps/keep-dir @@ -0,0 +1 @@ +Place holder --- linux-lowlatency-3.8.0.orig/debian/docs/README.inclusion-list +++ linux-lowlatency-3.8.0/debian/docs/README.inclusion-list @@ -0,0 +1,51 @@ +This README describes the reason for, and the use of, module +inclusion lists. + +The original Hardy release had the notion of sub-flavours, +e.g., a flavour that was constructed as a subset of an existing flavour. +For example, the virtual flavour was extracted from the server flavour using +a subset of the server flavour modules. However, there were some difficult +mainteneance issues with regard to packaging, make rules, and scripts. This +re-implementation of the sub-flavours philosophy is hopefully simpler, +and retrofitable to all releases. + +A module inclusion list looks at the problem of of constructing a package +from the perspective of what modules do we _want_ in the package, as opposed +to what modules we _don't_ want. As the kernel matures, more and more devices are added +which makes the problem of configuration maintenance a real pain in the ass. +If we took the approach of disabling all of the config options that we don't want, +then the differences between flavours will quickly become quite large, making +it difficult to quickly compare the individual flavour configs. Each time a +new config option is added then we also have to make a decision about disabling in +order to continue to keep the minimal number of modules. + +A module inclusion list is applied on a per-flavour basis. For example, +debian./control.d/${flavour}.inclusion-list. For example, the +config for virtual is very close to server and generic, but the inclusion list +causes the virtual package to be constructed with _only_ the modules described +in the inclusion list. + +The inclusion list format is a simple bash regular expression list of files. For example, + +arch/*/{crypto,kernel,oprofile} +drivers/acpi/* +drivers/ata/ahci.ko + +These 3 regular expression forms are suitable for expansion by bash and as inputs to 'find'. +See debian/scripts/module-inclusion for details. + +There are 2 log files created as a side effect of the application of the module +inclusion list; $(flavour).inclusion-list.log and $(flavour).depmod.log. + +$(flavour).inclusion-list.log : This log is created while the inclusion list +modules are being copied. If any are missing, then those warnings go in this log. +While its not considered a fatal error, you should endevour to correct your inclusion +list such that there are no missing modules. + +$(flavour).depmod.log : The log is created as a result of running depmod on the +resulting set of modules. If there are missing symbols then you'll find that information +here. Again, you should modify your inclusion list such that there are no missing +symbols. + +Tim Gardner +June 2, 2010 --- linux-lowlatency-3.8.0.orig/include/drm/drmP.h +++ linux-lowlatency-3.8.0/include/drm/drmP.h @@ -919,6 +919,14 @@ /* import dmabuf -> GEM */ struct drm_gem_object * (*gem_prime_import)(struct drm_device *dev, struct dma_buf *dma_buf); + /* low-level interface used by drm_gem_prime_{import,export} */ + int (*gem_prime_pin)(struct drm_gem_object *obj); + struct sg_table *(*gem_prime_get_sg_table)(struct drm_gem_object *obj); + struct drm_gem_object *(*gem_prime_import_sg_table)( + struct drm_device *dev, size_t size, + struct sg_table *sgt); + void *(*gem_prime_vmap)(struct drm_gem_object *obj); + void (*gem_prime_vunmap)(struct drm_gem_object *obj, void *vaddr); /* vga arb irq handler */ void (*vgaarb_irq)(struct drm_device *dev, bool state); @@ -1540,9 +1548,13 @@ extern int drm_gem_name_info(struct seq_file *m, void *data); +extern struct dma_buf *drm_gem_prime_export(struct drm_device *dev, + struct drm_gem_object *obj, int flags); extern int drm_gem_prime_handle_to_fd(struct drm_device *dev, struct drm_file *file_priv, uint32_t handle, uint32_t flags, int *prime_fd); +extern struct drm_gem_object *drm_gem_prime_import(struct drm_device *dev, + struct dma_buf *dma_buf); extern int drm_gem_prime_fd_to_handle(struct drm_device *dev, struct drm_file *file_priv, int prime_fd, uint32_t *handle); @@ -1559,9 +1571,8 @@ void drm_prime_init_file_private(struct drm_prime_file_private *prime_fpriv); void drm_prime_destroy_file_private(struct drm_prime_file_private *prime_fpriv); -int drm_prime_add_imported_buf_handle(struct drm_prime_file_private *prime_fpriv, struct dma_buf *dma_buf, uint32_t handle); -int drm_prime_lookup_imported_buf_handle(struct drm_prime_file_private *prime_fpriv, struct dma_buf *dma_buf, uint32_t *handle); -void drm_prime_remove_imported_buf_handle(struct drm_prime_file_private *prime_fpriv, struct dma_buf *dma_buf); +int drm_prime_lookup_buf_handle(struct drm_prime_file_private *prime_fpriv, struct dma_buf *dma_buf, uint32_t *handle); +void drm_prime_remove_buf_handle(struct drm_prime_file_private *prime_fpriv, struct dma_buf *dma_buf); int drm_prime_add_dma_buf(struct drm_device *dev, struct drm_gem_object *obj); int drm_prime_lookup_obj(struct drm_device *dev, struct dma_buf *buf, --- linux-lowlatency-3.8.0.orig/include/drm/drm_pciids.h +++ linux-lowlatency-3.8.0/include/drm/drm_pciids.h @@ -227,6 +227,7 @@ {0x1002, 0x6819, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_PITCAIRN|RADEON_NEW_MEMMAP}, \ {0x1002, 0x6820, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ {0x1002, 0x6821, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ + {0x1002, 0x6822, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ {0x1002, 0x6823, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ {0x1002, 0x6824, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ {0x1002, 0x6825, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ @@ -234,11 +235,13 @@ {0x1002, 0x6827, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ {0x1002, 0x6828, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|RADEON_NEW_MEMMAP}, \ {0x1002, 0x6829, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|RADEON_NEW_MEMMAP}, \ + {0x1002, 0x682A, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ {0x1002, 0x682B, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ {0x1002, 0x682D, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ {0x1002, 0x682F, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ {0x1002, 0x6830, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ {0x1002, 0x6831, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ + {0x1002, 0x6835, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|RADEON_NEW_MEMMAP}, \ {0x1002, 0x6837, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|RADEON_NEW_MEMMAP}, \ {0x1002, 0x6838, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|RADEON_NEW_MEMMAP}, \ {0x1002, 0x6839, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|RADEON_NEW_MEMMAP}, \ @@ -568,7 +571,11 @@ {0x1002, 0x9908, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ARUBA|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ {0x1002, 0x9909, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ARUBA|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ {0x1002, 0x990A, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ARUBA|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ - {0x1002, 0x990F, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ARUBA|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ + {0x1002, 0x990B, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ARUBA|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ + {0x1002, 0x990C, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ARUBA|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ + {0x1002, 0x990D, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ARUBA|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ + {0x1002, 0x990E, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ARUBA|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ + {0x1002, 0x990F, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ARUBA|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ {0x1002, 0x9910, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ARUBA|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ {0x1002, 0x9913, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ARUBA|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ {0x1002, 0x9917, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ARUBA|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ @@ -579,6 +586,15 @@ {0x1002, 0x9992, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ARUBA|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ {0x1002, 0x9993, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ARUBA|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ {0x1002, 0x9994, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ARUBA|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ + {0x1002, 0x9995, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ARUBA|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ + {0x1002, 0x9996, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ARUBA|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ + {0x1002, 0x9997, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ARUBA|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ + {0x1002, 0x9998, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ARUBA|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ + {0x1002, 0x9999, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ARUBA|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ + {0x1002, 0x999A, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ARUBA|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ + {0x1002, 0x999B, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ARUBA|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ + {0x1002, 0x999C, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ARUBA|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ + {0x1002, 0x999D, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ARUBA|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ {0x1002, 0x99A0, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ARUBA|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ {0x1002, 0x99A2, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ARUBA|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ {0x1002, 0x99A4, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_ARUBA|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ --- linux-lowlatency-3.8.0.orig/include/xen/interface/physdev.h +++ linux-lowlatency-3.8.0/include/xen/interface/physdev.h @@ -251,6 +251,12 @@ #define PHYSDEVOP_pci_device_remove 26 #define PHYSDEVOP_restore_msi_ext 27 +/* + * Dom0 should use these two to announce MMIO resources assigned to + * MSI-X capable devices won't (prepare) or may (release) change. + */ +#define PHYSDEVOP_prepare_msix 30 +#define PHYSDEVOP_release_msix 31 struct physdev_pci_device { /* IN */ uint16_t seg; --- linux-lowlatency-3.8.0.orig/include/xen/interface/io/blkif.h +++ linux-lowlatency-3.8.0/include/xen/interface/io/blkif.h @@ -138,11 +138,21 @@ uint8_t _pad3; } __attribute__((__packed__)); +struct blkif_request_other { + uint8_t _pad1; + blkif_vdev_t _pad2; /* only for read/write requests */ +#ifdef CONFIG_X86_64 + uint32_t _pad3; /* offsetof(blkif_req..,u.other.id)==8*/ +#endif + uint64_t id; /* private guest value, echoed in resp */ +} __attribute__((__packed__)); + struct blkif_request { uint8_t operation; /* BLKIF_OP_??? */ union { struct blkif_request_rw rw; struct blkif_request_discard discard; + struct blkif_request_other other; } u; } __attribute__((__packed__)); --- linux-lowlatency-3.8.0.orig/include/asm-generic/pgtable.h +++ linux-lowlatency-3.8.0/include/asm-generic/pgtable.h @@ -7,6 +7,16 @@ #include #include +/* + * On almost all architectures and configurations, 0 can be used as the + * upper ceiling to free_pgtables(): on many architectures it has the same + * effect as using TASK_SIZE. However, there is one configuration which + * must impose a more careful limit, to avoid freeing kernel pgtables. + */ +#ifndef USER_PGTABLES_CEILING +#define USER_PGTABLES_CEILING 0UL +#endif + #ifndef __HAVE_ARCH_PTEP_SET_ACCESS_FLAGS extern int ptep_set_access_flags(struct vm_area_struct *vma, unsigned long address, pte_t *ptep, --- linux-lowlatency-3.8.0.orig/include/asm-generic/tlb.h +++ linux-lowlatency-3.8.0/include/asm-generic/tlb.h @@ -99,7 +99,12 @@ unsigned int need_flush : 1, /* Did free PTEs */ fast_mode : 1; /* No batching */ - unsigned int fullmm; + /* we are in the middle of an operation to clear + * a full mm and can make some optimizations */ + unsigned int fullmm : 1, + /* we have performed an operation which + * requires a complete flush of the tlb */ + need_flush_all : 1; struct mmu_gather_batch *active; struct mmu_gather_batch local; --- linux-lowlatency-3.8.0.orig/include/sound/emu10k1.h +++ linux-lowlatency-3.8.0/include/sound/emu10k1.h @@ -1787,6 +1787,7 @@ unsigned int next_free_voice; const struct firmware *firmware; + const struct firmware *dock_fw; #ifdef CONFIG_PM_SLEEP unsigned int *saved_ptr; --- linux-lowlatency-3.8.0.orig/include/video/atmel_lcdc.h +++ linux-lowlatency-3.8.0/include/video/atmel_lcdc.h @@ -62,6 +62,7 @@ void (*atmel_lcdfb_power_control)(int on); struct fb_monspecs *default_monspecs; u32 pseudo_palette[16]; + bool have_intensity_bit; }; #define ATMEL_LCDC_DMABADDR1 0x00 --- linux-lowlatency-3.8.0.orig/include/trace/events/sched.h +++ linux-lowlatency-3.8.0/include/trace/events/sched.h @@ -147,7 +147,7 @@ __print_flags(__entry->prev_state & (TASK_STATE_MAX-1), "|", { 1, "S"} , { 2, "D" }, { 4, "T" }, { 8, "t" }, { 16, "Z" }, { 32, "X" }, { 64, "x" }, - { 128, "W" }) : "R", + { 128, "K" }, { 256, "W" }, { 512, "P" }) : "R", __entry->prev_state & TASK_STATE_MAX ? "+" : "", __entry->next_comm, __entry->next_pid, __entry->next_prio) ); --- linux-lowlatency-3.8.0.orig/include/trace/events/fs.h +++ linux-lowlatency-3.8.0/include/trace/events/fs.h @@ -0,0 +1,53 @@ +#undef TRACE_SYSTEM +#define TRACE_SYSTEM fs + +#if !defined(_TRACE_FS_H) || defined(TRACE_HEADER_MULTI_READ) +#define _TRACE_FS_H + +#include +#include + +TRACE_EVENT(do_sys_open, + + TP_PROTO(char *filename, int flags, int mode), + + TP_ARGS(filename, flags, mode), + + TP_STRUCT__entry( + __string( filename, filename ) + __field( int, flags ) + __field( int, mode ) + ), + + TP_fast_assign( + __assign_str(filename, filename); + __entry->flags = flags; + __entry->mode = mode; + ), + + TP_printk("\"%s\" %x %o", + __get_str(filename), __entry->flags, __entry->mode) +); + +TRACE_EVENT(open_exec, + + TP_PROTO(char *filename), + + TP_ARGS(filename), + + TP_STRUCT__entry( + __string( filename, filename ) + ), + + TP_fast_assign( + __assign_str(filename, filename); + ), + + TP_printk("\"%s\"", + __get_str(filename)) +); + +#endif /* _TRACE_FS_H */ + +/* This part must be outside protection */ +#include --- linux-lowlatency-3.8.0.orig/include/trace/events/vfs.h +++ linux-lowlatency-3.8.0/include/trace/events/vfs.h @@ -0,0 +1,55 @@ +#undef TRACE_SYSTEM +#define TRACE_SYSTEM vfs + +#include + +#if !defined(_TRACE_VFS_H) || defined(TRACE_HEADER_MULTI_READ) +#define _TRACE_VFS_H + +/* + * Tracepoint for dirtying an inode: + */ +TRACE_EVENT(dirty_inode, + + TP_PROTO(struct inode *inode, struct task_struct *task), + + TP_ARGS(inode, task), + + TP_STRUCT__entry( + __array( char, comm, TASK_COMM_LEN ) + __field( pid_t, pid ) + __array( char, dev, 16 ) + __array( char, file, 32 ) + ), + + TP_fast_assign( + if (inode->i_ino || strcmp(inode->i_sb->s_id, "bdev")) { + struct dentry *dentry; + const char *name = "?"; + + dentry = d_find_alias(inode); + if (dentry) { + spin_lock(&dentry->d_lock); + name = (const char *) dentry->d_name.name; + } + + memcpy(__entry->comm, task->comm, TASK_COMM_LEN); + __entry->pid = task->pid; + strlcpy(__entry->file, name, 32); + strlcpy(__entry->dev, inode->i_sb->s_id, 16); + + if (dentry) { + spin_unlock(&dentry->d_lock); + dput(dentry); + } + } + ), + + TP_printk("task=%i (%s) file=%s dev=%s", + __entry->pid, __entry->comm, __entry->file, __entry->dev) +); + +#endif /* _TRACE_VFS_H */ + +/* This part must be outside protection */ +#include --- linux-lowlatency-3.8.0.orig/include/linux/ftrace.h +++ linux-lowlatency-3.8.0/include/linux/ftrace.h @@ -394,7 +394,6 @@ size_t cnt, loff_t *ppos); ssize_t ftrace_notrace_write(struct file *file, const char __user *ubuf, size_t cnt, loff_t *ppos); -loff_t ftrace_regex_lseek(struct file *file, loff_t offset, int whence); int ftrace_regex_release(struct inode *inode, struct file *file); void __init @@ -567,6 +566,8 @@ ftrace_regex_release(struct inode *inode, struct file *file) { return -ENODEV; } #endif /* CONFIG_DYNAMIC_FTRACE */ +loff_t ftrace_filter_lseek(struct file *file, loff_t offset, int whence); + /* totally disable ftrace - can not re-enable after this */ void ftrace_kill(void); --- linux-lowlatency-3.8.0.orig/include/linux/dw_dmac.h +++ linux-lowlatency-3.8.0/include/linux/dw_dmac.h @@ -15,6 +15,26 @@ #include /** + * struct dw_dma_slave - Controller-specific information about a slave + * + * @dma_dev: required DMA master device. Depricated. + * @bus_id: name of this device channel, not just a device name since + * devices may have more than one channel e.g. "foo_tx" + * @cfg_hi: Platform-specific initializer for the CFG_HI register + * @cfg_lo: Platform-specific initializer for the CFG_LO register + * @src_master: src master for transfers on allocated channel. + * @dst_master: dest master for transfers on allocated channel. + */ +struct dw_dma_slave { + struct device *dma_dev; + const char *bus_id; + u32 cfg_hi; + u32 cfg_lo; + u8 src_master; + u8 dst_master; +}; + +/** * struct dw_dma_platform_data - Controller configuration parameters * @nr_channels: Number of channels supported by hardware (max 8) * @is_private: The device channels should be marked as private and not for @@ -23,6 +43,8 @@ * @nr_masters: Number of AHB masters supported by the controller * @data_width: Maximum data width supported by hardware per AHB master * (0 - 8bits, 1 - 16bits, ..., 5 - 256bits) + * @sd: slave specific data. Used for configuring channels + * @sd_count: count of slave data structures passed. */ struct dw_dma_platform_data { unsigned int nr_channels; @@ -36,6 +58,9 @@ unsigned short block_size; unsigned char nr_masters; unsigned char data_width[4]; + + struct dw_dma_slave *sd; + unsigned int sd_count; }; /* bursts size */ @@ -50,23 +75,6 @@ DW_DMA_MSIZE_256, }; -/** - * struct dw_dma_slave - Controller-specific information about a slave - * - * @dma_dev: required DMA master device - * @cfg_hi: Platform-specific initializer for the CFG_HI register - * @cfg_lo: Platform-specific initializer for the CFG_LO register - * @src_master: src master for transfers on allocated channel. - * @dst_master: dest master for transfers on allocated channel. - */ -struct dw_dma_slave { - struct device *dma_dev; - u32 cfg_hi; - u32 cfg_lo; - u8 src_master; - u8 dst_master; -}; - /* Platform-configurable bits in CFG_HI */ #define DWC_CFGH_FCMODE (1 << 0) #define DWC_CFGH_FIFO_MODE (1 << 1) @@ -104,5 +112,6 @@ dma_addr_t dw_dma_get_src_addr(struct dma_chan *chan); dma_addr_t dw_dma_get_dst_addr(struct dma_chan *chan); +bool dw_dma_generic_filter(struct dma_chan *chan, void *param); #endif /* DW_DMAC_H */ --- linux-lowlatency-3.8.0.orig/include/linux/splice.h +++ linux-lowlatency-3.8.0/include/linux/splice.h @@ -91,4 +91,10 @@ extern void spd_release_page(struct splice_pipe_desc *, unsigned int); extern const struct pipe_buf_operations page_cache_pipe_buf_ops; + +extern long do_splice_from(struct pipe_inode_info *pipe, struct file *out, + loff_t *ppos, size_t len, unsigned int flags); +extern long do_splice_to(struct file *in, loff_t *ppos, + struct pipe_inode_info *pipe, size_t len, + unsigned int flags); #endif --- linux-lowlatency-3.8.0.orig/include/linux/audit.h +++ linux-lowlatency-3.8.0/include/linux/audit.h @@ -120,7 +120,7 @@ unsigned long a1, unsigned long a2, unsigned long a3) { - if (unlikely(!audit_dummy_context())) + if (unlikely(current->audit_context)) __audit_syscall_entry(arch, major, a0, a1, a2, a3); } static inline void audit_syscall_exit(void *pt_regs) --- linux-lowlatency-3.8.0.orig/include/linux/libata.h +++ linux-lowlatency-3.8.0/include/linux/libata.h @@ -398,6 +398,7 @@ ATA_HORKAGE_NOSETXFER = (1 << 14), /* skip SETXFER, SATA only */ ATA_HORKAGE_BROKEN_FPDMA_AA = (1 << 15), /* skip AA */ ATA_HORKAGE_DUMP_ID = (1 << 16), /* dump IDENTIFY data */ + ATA_HORKAGE_MAX_SEC_LBA48 = (1 << 17), /* Set max sects to 65535 */ /* DMA mask for user DMA control: User visible values; DO NOT renumber */ @@ -620,6 +621,9 @@ union acpi_object *gtf_cache; unsigned int gtf_filter; #endif +#ifdef CONFIG_SATA_ZPODD + void *zpodd; +#endif struct device tdev; /* n_sector is CLEAR_BEGIN, read comment above CLEAR_BEGIN */ u64 n_sectors; /* size of device, if ATA */ --- linux-lowlatency-3.8.0.orig/include/linux/sched.h +++ linux-lowlatency-3.8.0/include/linux/sched.h @@ -51,6 +51,7 @@ #include #include #include +#include #include @@ -163,9 +164,10 @@ #define TASK_DEAD 64 #define TASK_WAKEKILL 128 #define TASK_WAKING 256 -#define TASK_STATE_MAX 512 +#define TASK_PARKED 512 +#define TASK_STATE_MAX 1024 -#define TASK_STATE_TO_CHAR_STR "RSDTtZXxKW" +#define TASK_STATE_TO_CHAR_STR "RSDTtZXxKWP" extern char ___assert_task_state[1 - 2*!!( sizeof(TASK_STATE_TO_CHAR_STR)-1 != ilog2(TASK_STATE_MAX)+1)]; @@ -1815,6 +1817,7 @@ #define PF_FROZEN 0x00010000 /* frozen for system suspend */ #define PF_FSTRANS 0x00020000 /* inside a filesystem transaction */ #define PF_KSWAPD 0x00040000 /* I am kswapd */ +#define PF_MEMALLOC_NOIO 0x00080000 /* Allocating memory without IO involved */ #define PF_LESS_THROTTLE 0x00100000 /* Throttle me less: I clean memory */ #define PF_KTHREAD 0x00200000 /* I am a kernel thread */ #define PF_RANDOMIZE 0x00400000 /* randomize virtual address space */ @@ -1852,6 +1855,26 @@ #define tsk_used_math(p) ((p)->flags & PF_USED_MATH) #define used_math() tsk_used_math(current) +/* __GFP_IO isn't allowed if PF_MEMALLOC_NOIO is set in current->flags */ +static inline gfp_t memalloc_noio_flags(gfp_t flags) +{ + if (unlikely(current->flags & PF_MEMALLOC_NOIO)) + flags &= ~__GFP_IO; + return flags; +} + +static inline unsigned int memalloc_noio_save(void) +{ + unsigned int flags = current->flags & PF_MEMALLOC_NOIO; + current->flags |= PF_MEMALLOC_NOIO; + return flags; +} + +static inline void memalloc_noio_restore(unsigned int flags) +{ + current->flags = (current->flags & ~PF_MEMALLOC_NOIO) | flags; +} + /* * task->jobctl flags */ @@ -2485,27 +2508,18 @@ * * Lock the threadgroup @tsk belongs to. No new task is allowed to enter * and member tasks aren't allowed to exit (as indicated by PF_EXITING) or - * perform exec. This is useful for cases where the threadgroup needs to - * stay stable across blockable operations. + * change ->group_leader/pid. This is useful for cases where the threadgroup + * needs to stay stable across blockable operations. * * fork and exit paths explicitly call threadgroup_change_{begin|end}() for * synchronization. While held, no new task will be added to threadgroup * and no existing live task will have its PF_EXITING set. * - * During exec, a task goes and puts its thread group through unusual - * changes. After de-threading, exclusive access is assumed to resources - * which are usually shared by tasks in the same group - e.g. sighand may - * be replaced with a new one. Also, the exec'ing task takes over group - * leader role including its pid. Exclude these changes while locked by - * grabbing cred_guard_mutex which is used to synchronize exec path. + * de_thread() does threadgroup_change_{begin|end}() when a non-leader + * sub-thread becomes a new leader. */ static inline void threadgroup_lock(struct task_struct *tsk) { - /* - * exec uses exit for de-threading nesting group_rwsem inside - * cred_guard_mutex. Grab cred_guard_mutex first. - */ - mutex_lock(&tsk->signal->cred_guard_mutex); down_write(&tsk->signal->group_rwsem); } @@ -2518,7 +2532,6 @@ static inline void threadgroup_unlock(struct task_struct *tsk) { up_write(&tsk->signal->group_rwsem); - mutex_unlock(&tsk->signal->cred_guard_mutex); } #else static inline void threadgroup_change_begin(struct task_struct *tsk) {} --- linux-lowlatency-3.8.0.orig/include/linux/skbuff.h +++ linux-lowlatency-3.8.0/include/linux/skbuff.h @@ -491,7 +491,7 @@ union { __u32 mark; __u32 dropcount; - __u32 avail_size; + __u32 reserved_tailroom; }; sk_buff_data_t inner_transport_header; @@ -1269,11 +1269,13 @@ * do not lose pfmemalloc information as the pages would not be * allocated using __GFP_MEMALLOC. */ - if (page->pfmemalloc && !page->mapping) - skb->pfmemalloc = true; frag->page.p = page; frag->page_offset = off; skb_frag_size_set(frag, size); + + page = compound_head(page); + if (page->pfmemalloc && !page->mapping) + skb->pfmemalloc = true; } /** @@ -1428,7 +1430,10 @@ */ static inline int skb_availroom(const struct sk_buff *skb) { - return skb_is_nonlinear(skb) ? 0 : skb->avail_size - skb->len; + if (skb_is_nonlinear(skb)) + return 0; + + return skb->end - skb->tail - skb->reserved_tailroom; } /** @@ -2592,6 +2597,13 @@ #endif } +static inline void nf_reset_trace(struct sk_buff *skb) +{ +#if IS_ENABLED(CONFIG_NETFILTER_XT_TARGET_TRACE) + skb->nf_trace = 0; +#endif +} + /* Note: This doesn't put any conntrack and bridge info in dst. */ static inline void __nf_copy(struct sk_buff *dst, const struct sk_buff *src) { --- linux-lowlatency-3.8.0.orig/include/linux/blkdev.h +++ linux-lowlatency-3.8.0/include/linux/blkdev.h @@ -836,7 +836,7 @@ unsigned int cmd_flags) { if (unlikely(cmd_flags & REQ_DISCARD)) - return q->limits.max_discard_sectors; + return min(q->limits.max_discard_sectors, UINT_MAX >> 9); if (unlikely(cmd_flags & REQ_WRITE_SAME)) return q->limits.max_write_same_sectors; --- linux-lowlatency-3.8.0.orig/include/linux/if_vlan.h +++ linux-lowlatency-3.8.0/include/linux/if_vlan.h @@ -331,7 +331,7 @@ struct vlan_hdr *vhdr) { __be16 proto; - unsigned char *rawp; + unsigned short *rawp; /* * Was a VLAN packet, grab the encapsulated protocol, which the layer @@ -344,8 +344,8 @@ return; } - rawp = skb->data; - if (*(unsigned short *) rawp == 0xFFFF) + rawp = (unsigned short *)(vhdr + 1); + if (*rawp == 0xFFFF) /* * This is a magic hack to spot IPX packets. Older Novell * breaks the protocol design and runs IPX over 802.3 without --- linux-lowlatency-3.8.0.orig/include/linux/quota.h +++ linux-lowlatency-3.8.0/include/linux/quota.h @@ -405,6 +405,7 @@ #define INIT_QUOTA_MODULE_NAMES {\ {QFMT_VFS_OLD, "quota_v1"},\ {QFMT_VFS_V0, "quota_v2"},\ + {QFMT_VFS_V1, "quota_v2"},\ {0, NULL}} #endif /* _QUOTA_ */ --- linux-lowlatency-3.8.0.orig/include/linux/kvm_types.h +++ linux-lowlatency-3.8.0/include/linux/kvm_types.h @@ -71,6 +71,7 @@ u64 generation; gpa_t gpa; unsigned long hva; + unsigned long len; struct kvm_memory_slot *memslot; }; --- linux-lowlatency-3.8.0.orig/include/linux/spinlock_up.h +++ linux-lowlatency-3.8.0/include/linux/spinlock_up.h @@ -16,7 +16,10 @@ * In the debug case, 1 means unlocked, 0 means locked. (the values * are inverted, to catch initialization bugs) * - * No atomicity anywhere, we are on UP. + * No atomicity anywhere, we are on UP. However, we still need + * the compiler barriers, because we do not want the compiler to + * move potentially faulting instructions (notably user accesses) + * into the locked sequence, resulting in non-atomic execution. */ #ifdef CONFIG_DEBUG_SPINLOCK @@ -25,6 +28,7 @@ static inline void arch_spin_lock(arch_spinlock_t *lock) { lock->slock = 0; + barrier(); } static inline void @@ -32,6 +36,7 @@ { local_irq_save(flags); lock->slock = 0; + barrier(); } static inline int arch_spin_trylock(arch_spinlock_t *lock) @@ -39,32 +44,34 @@ char oldval = lock->slock; lock->slock = 0; + barrier(); return oldval > 0; } static inline void arch_spin_unlock(arch_spinlock_t *lock) { + barrier(); lock->slock = 1; } /* * Read-write spinlocks. No debug version. */ -#define arch_read_lock(lock) do { (void)(lock); } while (0) -#define arch_write_lock(lock) do { (void)(lock); } while (0) -#define arch_read_trylock(lock) ({ (void)(lock); 1; }) -#define arch_write_trylock(lock) ({ (void)(lock); 1; }) -#define arch_read_unlock(lock) do { (void)(lock); } while (0) -#define arch_write_unlock(lock) do { (void)(lock); } while (0) +#define arch_read_lock(lock) do { barrier(); (void)(lock); } while (0) +#define arch_write_lock(lock) do { barrier(); (void)(lock); } while (0) +#define arch_read_trylock(lock) ({ barrier(); (void)(lock); 1; }) +#define arch_write_trylock(lock) ({ barrier(); (void)(lock); 1; }) +#define arch_read_unlock(lock) do { barrier(); (void)(lock); } while (0) +#define arch_write_unlock(lock) do { barrier(); (void)(lock); } while (0) #else /* DEBUG_SPINLOCK */ #define arch_spin_is_locked(lock) ((void)(lock), 0) /* for sched.c and kernel_lock.c: */ -# define arch_spin_lock(lock) do { (void)(lock); } while (0) -# define arch_spin_lock_flags(lock, flags) do { (void)(lock); } while (0) -# define arch_spin_unlock(lock) do { (void)(lock); } while (0) -# define arch_spin_trylock(lock) ({ (void)(lock); 1; }) +# define arch_spin_lock(lock) do { barrier(); (void)(lock); } while (0) +# define arch_spin_lock_flags(lock, flags) do { barrier(); (void)(lock); } while (0) +# define arch_spin_unlock(lock) do { barrier(); (void)(lock); } while (0) +# define arch_spin_trylock(lock) ({ barrier(); (void)(lock); 1; }) #endif /* DEBUG_SPINLOCK */ #define arch_spin_is_contended(lock) (((void)(lock), 0)) --- linux-lowlatency-3.8.0.orig/include/linux/pxa2xx_ssp.h +++ linux-lowlatency-3.8.0/include/linux/pxa2xx_ssp.h @@ -155,6 +155,14 @@ #define SSACD_ACDS(x) ((x) << 0) /* Audio clock divider select */ #define SSACD_SCDX8 (1 << 7) /* SYSCLK division ratio select */ +/* LPSS SSP */ +#define SSITF 0x44 /* TX FIFO trigger level */ +#define SSITF_TxLoThresh(x) (((x) - 1) << 8) +#define SSITF_TxHiThresh(x) ((x) - 1) + +#define SSIRF 0x48 /* RX FIFO trigger level */ +#define SSIRF_RxThresh(x) ((x) - 1) + enum pxa_ssp_type { SSP_UNDEFINED = 0, PXA25x_SSP, /* pxa 210, 250, 255, 26x */ @@ -164,6 +172,7 @@ PXA168_SSP, PXA910_SSP, CE4100_SSP, + LPSS_SSP, }; struct ssp_device { @@ -206,6 +215,15 @@ return __raw_readl(dev->mmio_base + reg); } +#ifdef CONFIG_ARCH_PXA struct ssp_device *pxa_ssp_request(int port, const char *label); void pxa_ssp_free(struct ssp_device *); +#else +static inline struct ssp_device *pxa_ssp_request(int port, const char *label) +{ + return NULL; +} +static inline void pxa_ssp_free(struct ssp_device *ssp) {} +#endif + #endif --- linux-lowlatency-3.8.0.orig/include/linux/ata.h +++ linux-lowlatency-3.8.0/include/linux/ata.h @@ -954,7 +954,7 @@ } } -static inline bool atapi_command_packet_set(const u16 *dev_id) +static inline int atapi_command_packet_set(const u16 *dev_id) { return (dev_id[ATA_ID_CONFIG] >> 8) & 0x1f; } --- linux-lowlatency-3.8.0.orig/include/linux/serial_8250.h +++ linux-lowlatency-3.8.0/include/linux/serial_8250.h @@ -59,6 +59,8 @@ PLAT8250_DEV_SM501, }; +struct uart_8250_dma; + /* * This should be used by drivers which want to register * their own 8250 ports without registering their own @@ -91,6 +93,8 @@ #define MSR_SAVE_FLAGS UART_MSR_ANY_DELTA unsigned char msr_saved_flags; + struct uart_8250_dma *dma; + /* 8250 specific callbacks */ int (*dl_read)(struct uart_8250_port *); void (*dl_write)(struct uart_8250_port *, int); --- linux-lowlatency-3.8.0.orig/include/linux/pci_ids.h +++ linux-lowlatency-3.8.0/include/linux/pci_ids.h @@ -1604,6 +1604,7 @@ #define PCI_SUBDEVICE_ID_KEYSPAN_SX2 0x5334 #define PCI_VENDOR_ID_MARVELL 0x11ab +#define PCI_VENDOR_ID_MARVELL_EXT 0x1b4b #define PCI_DEVICE_ID_MARVELL_GT64111 0x4146 #define PCI_DEVICE_ID_MARVELL_GT64260 0x6430 #define PCI_DEVICE_ID_MARVELL_MV64360 0x6460 @@ -1868,8 +1869,23 @@ #define PCI_VENDOR_ID_QUATECH 0x135C #define PCI_DEVICE_ID_QUATECH_QSC100 0x0010 #define PCI_DEVICE_ID_QUATECH_DSC100 0x0020 +#define PCI_DEVICE_ID_QUATECH_DSC200 0x0030 +#define PCI_DEVICE_ID_QUATECH_QSC200 0x0040 #define PCI_DEVICE_ID_QUATECH_ESC100D 0x0050 #define PCI_DEVICE_ID_QUATECH_ESC100M 0x0060 +#define PCI_DEVICE_ID_QUATECH_QSCP100 0x0120 +#define PCI_DEVICE_ID_QUATECH_DSCP100 0x0130 +#define PCI_DEVICE_ID_QUATECH_QSCP200 0x0140 +#define PCI_DEVICE_ID_QUATECH_DSCP200 0x0150 +#define PCI_DEVICE_ID_QUATECH_QSCLP100 0x0170 +#define PCI_DEVICE_ID_QUATECH_DSCLP100 0x0180 +#define PCI_DEVICE_ID_QUATECH_DSC100E 0x0181 +#define PCI_DEVICE_ID_QUATECH_SSCLP100 0x0190 +#define PCI_DEVICE_ID_QUATECH_QSCLP200 0x01A0 +#define PCI_DEVICE_ID_QUATECH_DSCLP200 0x01B0 +#define PCI_DEVICE_ID_QUATECH_DSC200E 0x01B1 +#define PCI_DEVICE_ID_QUATECH_SSCLP200 0x01C0 +#define PCI_DEVICE_ID_QUATECH_ESCLP100 0x01E0 #define PCI_DEVICE_ID_QUATECH_SPPXP_100 0x0278 #define PCI_VENDOR_ID_SEALEVEL 0x135e --- linux-lowlatency-3.8.0.orig/include/linux/user_namespace.h +++ linux-lowlatency-3.8.0/include/linux/user_namespace.h @@ -26,6 +26,8 @@ kuid_t owner; kgid_t group; unsigned int proc_inum; + bool may_mount_sysfs; + bool may_mount_proc; }; extern struct user_namespace init_user_ns; @@ -82,4 +84,6 @@ #endif +void update_mnt_policy(struct user_namespace *userns); + #endif /* _LINUX_USER_H */ --- linux-lowlatency-3.8.0.orig/include/linux/jbd2.h +++ linux-lowlatency-3.8.0/include/linux/jbd2.h @@ -498,6 +498,7 @@ T_COMMIT, T_COMMIT_DFLUSH, T_COMMIT_JFLUSH, + T_COMMIT_CALLBACK, T_FINISHED } t_state; @@ -1210,6 +1211,7 @@ int jbd2_journal_start_commit(journal_t *journal, tid_t *tid); int jbd2_journal_force_commit_nested(journal_t *journal); int jbd2_log_wait_commit(journal_t *journal, tid_t tid); +int jbd2_complete_transaction(journal_t *journal, tid_t tid); int jbd2_log_do_checkpoint(journal_t *journal); int jbd2_trans_will_send_data_barrier(journal_t *journal, tid_t tid); --- linux-lowlatency-3.8.0.orig/include/linux/mm.h +++ linux-lowlatency-3.8.0/include/linux/mm.h @@ -1623,6 +1623,8 @@ unsigned long pfn); int vm_insert_mixed(struct vm_area_struct *vma, unsigned long addr, unsigned long pfn); +int vm_iomap_memory(struct vm_area_struct *vma, phys_addr_t start, unsigned long len); + struct page *follow_page(struct vm_area_struct *, unsigned long address, unsigned int foll_flags); --- linux-lowlatency-3.8.0.orig/include/linux/dmaengine.h +++ linux-lowlatency-3.8.0/include/linux/dmaengine.h @@ -618,6 +618,11 @@ (unsigned long)config); } +static inline bool is_slave_direction(enum dma_transfer_direction direction) +{ + return (direction == DMA_MEM_TO_DEV) || (direction == DMA_DEV_TO_MEM); +} + static inline struct dma_async_tx_descriptor *dmaengine_prep_slave_single( struct dma_chan *chan, dma_addr_t buf, size_t len, enum dma_transfer_direction dir, unsigned long flags) --- linux-lowlatency-3.8.0.orig/include/linux/ipc_namespace.h +++ linux-lowlatency-3.8.0/include/linux/ipc_namespace.h @@ -43,8 +43,8 @@ size_t shm_ctlmax; size_t shm_ctlall; + unsigned long shm_tot; int shm_ctlmni; - int shm_tot; /* * Defines whether IPC_RMID is forced for _all_ shm segments regardless * of shmctl() --- linux-lowlatency-3.8.0.orig/include/linux/serial_core.h +++ linux-lowlatency-3.8.0/include/linux/serial_core.h @@ -136,7 +136,6 @@ #define UPIO_MEM32 (3) #define UPIO_AU (4) /* Au1x00 type IO */ #define UPIO_TSI (5) /* Tsi108/109 type IO */ -#define UPIO_RM9000 (6) /* RM9000 type IO */ unsigned int read_status_mask; /* driver specific */ unsigned int ignore_status_mask; /* driver specific */ --- linux-lowlatency-3.8.0.orig/include/linux/wait.h +++ linux-lowlatency-3.8.0/include/linux/wait.h @@ -217,6 +217,8 @@ if (!ret) \ break; \ } \ + if (!ret && (condition)) \ + ret = 1; \ finish_wait(&wq, &__wait); \ } while (0) @@ -233,8 +235,9 @@ * wake_up() has to be called after changing any variable that could * change the result of the wait condition. * - * The function returns 0 if the @timeout elapsed, and the remaining - * jiffies if the condition evaluated to true before the timeout elapsed. + * The function returns 0 if the @timeout elapsed, or the remaining + * jiffies (at least 1) if the @condition evaluated to %true before + * the @timeout elapsed. */ #define wait_event_timeout(wq, condition, timeout) \ ({ \ @@ -302,6 +305,8 @@ ret = -ERESTARTSYS; \ break; \ } \ + if (!ret && (condition)) \ + ret = 1; \ finish_wait(&wq, &__wait); \ } while (0) @@ -318,9 +323,10 @@ * wake_up() has to be called after changing any variable that could * change the result of the wait condition. * - * The function returns 0 if the @timeout elapsed, -ERESTARTSYS if it - * was interrupted by a signal, and the remaining jiffies otherwise - * if the condition evaluated to true before the timeout elapsed. + * Returns: + * 0 if the @timeout elapsed, -%ERESTARTSYS if it was interrupted by + * a signal, or the remaining jiffies (at least 1) if the @condition + * evaluated to %true before the @timeout elapsed. */ #define wait_event_interruptible_timeout(wq, condition, timeout) \ ({ \ --- linux-lowlatency-3.8.0.orig/include/linux/perf_event.h +++ linux-lowlatency-3.8.0/include/linux/perf_event.h @@ -794,6 +794,12 @@ static inline void perf_event_task_tick(void) { } #endif +#if defined(CONFIG_PERF_EVENTS) && defined(CONFIG_CPU_SUP_INTEL) +extern void perf_restore_debug_store(void); +#else +static inline void perf_restore_debug_store(void) { } +#endif + #define perf_output_put(handle, x) perf_output_copy((handle), &(x), sizeof(x)) /* --- linux-lowlatency-3.8.0.orig/include/linux/pps_kernel.h +++ linux-lowlatency-3.8.0/include/linux/pps_kernel.h @@ -43,7 +43,7 @@ int event, void *data); /* PPS echo function */ struct module *owner; - struct device *dev; + struct device *dev; /* Parent device for device_create */ }; struct pps_event_time { @@ -69,6 +69,7 @@ wait_queue_head_t queue; /* PPS event queue */ unsigned int id; /* PPS source unique ID */ + void const *lookup_cookie; /* pps_lookup_dev only */ struct cdev cdev; struct device *dev; struct fasync_struct *async_queue; /* fasync method */ @@ -82,16 +83,26 @@ extern struct device_attribute pps_attrs[]; /* + * Internal functions. + * + * These are not actually part of the exported API, but this is a + * convenient header file to put them in. + */ + +extern int pps_register_cdev(struct pps_device *pps); +extern void pps_unregister_cdev(struct pps_device *pps); + +/* * Exported functions */ extern struct pps_device *pps_register_source( struct pps_source_info *info, int default_params); extern void pps_unregister_source(struct pps_device *pps); -extern int pps_register_cdev(struct pps_device *pps); -extern void pps_unregister_cdev(struct pps_device *pps); extern void pps_event(struct pps_device *pps, struct pps_event_time *ts, int event, void *data); +/* Look up a pps device by magic cookie */ +struct pps_device *pps_lookup_dev(void const *cookie); static inline void timespec_to_pps_ktime(struct pps_ktime *kt, struct timespec ts) --- linux-lowlatency-3.8.0.orig/include/linux/mailbox.h +++ linux-lowlatency-3.8.0/include/linux/mailbox.h @@ -0,0 +1,17 @@ +/* + * This program is free software; you can redistribute it and/or modify it + * under the terms and conditions of the GNU General Public License, + * version 2, as published by the Free Software Foundation. + * + * This program is distributed in the hope it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see . + */ + +int pl320_ipc_transmit(u32 *data); +int pl320_ipc_register_notifier(struct notifier_block *nb); +int pl320_ipc_unregister_notifier(struct notifier_block *nb); --- linux-lowlatency-3.8.0.orig/include/linux/kref.h +++ linux-lowlatency-3.8.0/include/linux/kref.h @@ -19,6 +19,7 @@ #include #include #include +#include struct kref { atomic_t refcount; @@ -95,6 +96,38 @@ return kref_sub(kref, 1, release); } +/** + * kref_put_spinlock_irqsave - decrement refcount for object. + * @kref: object. + * @release: pointer to the function that will clean up the object when the + * last reference to the object is released. + * This pointer is required, and it is not acceptable to pass kfree + * in as this function. + * @lock: lock to take in release case + * + * Behaves identical to kref_put with one exception. If the reference count + * drops to zero, the lock will be taken atomically wrt dropping the reference + * count. The release function has to call spin_unlock() without _irqrestore. + */ +static inline int kref_put_spinlock_irqsave(struct kref *kref, + void (*release)(struct kref *kref), + spinlock_t *lock) +{ + unsigned long flags; + + WARN_ON(release == NULL); + if (atomic_add_unless(&kref->refcount, -1, 1)) + return 0; + spin_lock_irqsave(lock, flags); + if (atomic_dec_and_test(&kref->refcount)) { + release(kref); + local_irq_restore(flags); + return 1; + } + spin_unlock_irqrestore(lock, flags); + return 0; +} + static inline int kref_put_mutex(struct kref *kref, void (*release)(struct kref *kref), struct mutex *lock) --- linux-lowlatency-3.8.0.orig/include/linux/mount.h +++ linux-lowlatency-3.8.0/include/linux/mount.h @@ -47,6 +47,8 @@ #define MNT_INTERNAL 0x4000 +#define MNT_LOCK_READONLY 0x400000 + struct vfsmount { struct dentry *mnt_root; /* root of the mounted tree */ struct super_block *mnt_sb; /* pointer to superblock */ @@ -66,6 +68,9 @@ extern void mnt_unpin(struct vfsmount *mnt); extern int __mnt_is_readonly(struct vfsmount *mnt); +struct path; +extern struct vfsmount *clone_private_mount(struct path *path); + struct file_system_type; extern struct vfsmount *vfs_kern_mount(struct file_system_type *type, int flags, const char *name, --- linux-lowlatency-3.8.0.orig/include/linux/moduleparam.h +++ linux-lowlatency-3.8.0/include/linux/moduleparam.h @@ -318,8 +318,8 @@ unsigned num, s16 level_min, s16 level_max, - int (*unknown)(char *param, char *val, - const char *doing)); + int (*handle_arg)(char *param, char *val, + const char *doing, int known)); /* Called by module remove. */ #ifdef CONFIG_SYSFS --- linux-lowlatency-3.8.0.orig/include/linux/device-mapper.h +++ linux-lowlatency-3.8.0/include/linux/device-mapper.h @@ -68,8 +68,8 @@ typedef int (*dm_preresume_fn) (struct dm_target *ti); typedef void (*dm_resume_fn) (struct dm_target *ti); -typedef int (*dm_status_fn) (struct dm_target *ti, status_type_t status_type, - unsigned status_flags, char *result, unsigned maxlen); +typedef void (*dm_status_fn) (struct dm_target *ti, status_type_t status_type, + unsigned status_flags, char *result, unsigned maxlen); typedef int (*dm_message_fn) (struct dm_target *ti, unsigned argc, char **argv); --- linux-lowlatency-3.8.0.orig/include/linux/thermal.h +++ linux-lowlatency-3.8.0/include/linux/thermal.h @@ -44,7 +44,7 @@ /* Adding event notification support elements */ #define THERMAL_GENL_FAMILY_NAME "thermal_event" #define THERMAL_GENL_VERSION 0x01 -#define THERMAL_GENL_MCAST_GROUP_NAME "thermal_mc_group" +#define THERMAL_GENL_MCAST_GROUP_NAME "thermal_mc_grp" /* Default Thermal Governor */ #if defined(CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE) --- linux-lowlatency-3.8.0.orig/include/linux/vt_kern.h +++ linux-lowlatency-3.8.0/include/linux/vt_kern.h @@ -47,6 +47,7 @@ int con_get_cmap(unsigned char __user *cmap); void scrollback(struct vc_data *vc, int lines); void scrollfront(struct vc_data *vc, int lines); +void clear_buffer_attributes(struct vc_data *vc); void update_region(struct vc_data *vc, unsigned long start, int count); void redraw_screen(struct vc_data *vc, int is_switch); #define update_screen(x) redraw_screen(x, 0) @@ -130,6 +131,8 @@ int vt_waitactive(int n); void change_console(struct vc_data *new_vc); void reset_vc(struct vc_data *vc); +extern int do_unbind_con_driver(const struct consw *csw, int first, int last, + int deflt); extern int unbind_con_driver(const struct consw *csw, int first, int last, int deflt); int vty_init(const struct file_operations *console_fops); --- linux-lowlatency-3.8.0.orig/include/linux/netdevice.h +++ linux-lowlatency-3.8.0/include/linux/netdevice.h @@ -208,9 +208,9 @@ #define NETDEV_HW_ADDR_T_SLAVE 3 #define NETDEV_HW_ADDR_T_UNICAST 4 #define NETDEV_HW_ADDR_T_MULTICAST 5 - bool synced; bool global_use; int refcount; + int synced; struct rcu_head rcu_head; }; --- linux-lowlatency-3.8.0.orig/include/linux/hugetlb.h +++ linux-lowlatency-3.8.0/include/linux/hugetlb.h @@ -185,8 +185,7 @@ extern const struct file_operations hugetlbfs_file_operations; extern const struct vm_operations_struct hugetlb_vm_ops; -struct file *hugetlb_file_setup(const char *name, unsigned long addr, - size_t size, vm_flags_t acct, +struct file *hugetlb_file_setup(const char *name, size_t size, vm_flags_t acct, struct user_struct **user, int creat_flags, int page_size_log); @@ -205,8 +204,8 @@ #define is_file_hugepages(file) 0 static inline struct file * -hugetlb_file_setup(const char *name, unsigned long addr, size_t size, - vm_flags_t acctflag, struct user_struct **user, int creat_flags, +hugetlb_file_setup(const char *name, size_t size, vm_flags_t acctflag, + struct user_struct **user, int creat_flags, int page_size_log) { return ERR_PTR(-ENOSYS); @@ -284,6 +283,13 @@ return hstate_inode(f->f_dentry->d_inode); } +static inline struct hstate *hstate_sizelog(int page_size_log) +{ + if (!page_size_log) + return &default_hstate; + return size_to_hstate(1 << page_size_log); +} + static inline struct hstate *hstate_vma(struct vm_area_struct *vma) { return hstate_file(vma->vm_file); @@ -348,11 +354,12 @@ return h - hstates; } -#else +#else /* CONFIG_HUGETLB_PAGE */ struct hstate {}; #define alloc_huge_page_node(h, nid) NULL #define alloc_bootmem_huge_page(h) NULL #define hstate_file(f) NULL +#define hstate_sizelog(s) NULL #define hstate_vma(v) NULL #define hstate_inode(i) NULL #define huge_page_size(h) PAGE_SIZE @@ -367,6 +374,6 @@ } #define hstate_index_to_shift(index) 0 #define hstate_index(h) 0 -#endif +#endif /* CONFIG_HUGETLB_PAGE */ #endif /* _LINUX_HUGETLB_H */ --- linux-lowlatency-3.8.0.orig/include/linux/fs.h +++ linux-lowlatency-3.8.0/include/linux/fs.h @@ -244,6 +244,12 @@ */ #include +/* + * Maximum number of layers of fs stack. Needs to be limited to + * prevent kernel stack overflow + */ +#define FILESYSTEM_MAX_STACK_DEPTH 2 + /** * enum positive_aop_returns - aop return codes with specific semantics * @@ -1320,6 +1326,11 @@ /* Being remounted read-only */ int s_readonly_remount; + + /* + * Indicates how deep in a filesystem stack this SB is + */ + int s_stack_depth; }; /* superblock cache pruning functions */ @@ -1573,6 +1584,7 @@ int (*atomic_open)(struct inode *, struct dentry *, struct file *, unsigned open_flag, umode_t create_mode, int *opened); + int (*dentry_open)(struct dentry *, struct file *, const struct cred *); } ____cacheline_aligned; ssize_t rw_copy_check_uvector(int type, const struct iovec __user * uvector, @@ -2005,6 +2017,7 @@ extern struct file *filp_open(const char *, int, umode_t); extern struct file *file_open_root(struct dentry *, struct vfsmount *, const char *, int); +extern int vfs_open(const struct path *, struct file *, const struct cred *); extern struct file * dentry_open(const struct path *, int, const struct cred *); extern int filp_close(struct file *, fl_owner_t id); @@ -2210,6 +2223,7 @@ #endif extern int notify_change(struct dentry *, struct iattr *); extern int inode_permission(struct inode *, int); +extern int __inode_permission(struct inode *, int); extern int generic_permission(struct inode *, int); static inline bool execute_ok(struct inode *inode) @@ -2551,6 +2565,7 @@ extern int inode_newsize_ok(const struct inode *, loff_t offset); extern void setattr_copy(struct inode *inode, const struct iattr *attr); +extern int update_time(struct inode *, struct timespec *, int); extern int file_update_time(struct file *file); extern int generic_show_options(struct seq_file *m, struct dentry *root); --- linux-lowlatency-3.8.0.orig/include/linux/libps2.h +++ linux-lowlatency-3.8.0/include/linux/libps2.h @@ -36,7 +36,7 @@ wait_queue_head_t wait; unsigned long flags; - unsigned char cmdbuf[6]; + unsigned char cmdbuf[8]; unsigned char cmdcnt; unsigned char nak; }; --- linux-lowlatency-3.8.0.orig/include/linux/cgroup.h +++ linux-lowlatency-3.8.0/include/linux/cgroup.h @@ -303,9 +303,6 @@ /* CFTYPE_* flags */ unsigned int flags; - /* file xattrs */ - struct simple_xattrs xattrs; - int (*open)(struct inode *inode, struct file *file); ssize_t (*read)(struct cgroup *cgrp, struct cftype *cft, struct file *file, @@ -571,7 +568,7 @@ * * If a subsystem synchronizes against the parent in its ->css_online() and * before starting iterating, and synchronizes against @pos on each - * iteration, any descendant cgroup which finished ->css_offline() is + * iteration, any descendant cgroup which finished ->css_online() is * guaranteed to be visible in the future iterations. * * In other words, the following guarantees that a descendant can't escape --- linux-lowlatency-3.8.0.orig/include/linux/pstore.h +++ linux-lowlatency-3.8.0/include/linux/pstore.h @@ -68,12 +68,18 @@ #ifdef CONFIG_PSTORE extern int pstore_register(struct pstore_info *); +extern bool pstore_cannot_block_path(enum kmsg_dump_reason reason); #else static inline int pstore_register(struct pstore_info *psi) { return -ENODEV; } +static inline bool +pstore_cannot_block_path(enum kmsg_dump_reason reason) +{ + return false; +} #endif #endif /*_LINUX_PSTORE_H*/ --- linux-lowlatency-3.8.0.orig/include/linux/capability.h +++ linux-lowlatency-3.8.0/include/linux/capability.h @@ -35,6 +35,7 @@ #define _KERNEL_CAP_T_SIZE (sizeof(kernel_cap_t)) +struct file; struct inode; struct dentry; struct user_namespace; @@ -211,6 +212,7 @@ extern bool ns_capable(struct user_namespace *ns, int cap); extern bool nsown_capable(int cap); extern bool inode_capable(const struct inode *inode, int cap); +extern bool file_ns_capable(const struct file *file, struct user_namespace *ns, int cap); /* audit system wants to get cap info from files as well */ extern int get_vfs_caps_from_disk(const struct dentry *dentry, struct cpu_vfs_cap_data *cpu_caps); --- linux-lowlatency-3.8.0.orig/include/linux/llist.h +++ linux-lowlatency-3.8.0/include/linux/llist.h @@ -125,31 +125,6 @@ (pos) = llist_entry((pos)->member.next, typeof(*(pos)), member)) /** - * llist_for_each_entry_safe - iterate safely against remove over some entries - * of lock-less list of given type. - * @pos: the type * to use as a loop cursor. - * @n: another type * to use as a temporary storage. - * @node: the fist entry of deleted list entries. - * @member: the name of the llist_node with the struct. - * - * In general, some entries of the lock-less list can be traversed - * safely only after being removed from list, so start with an entry - * instead of list head. This variant allows removal of entries - * as we iterate. - * - * If being used on entries deleted from lock-less list directly, the - * traverse order is from the newest to the oldest added entry. If - * you want to traverse from the oldest to the newest, you must - * reverse the order by yourself before traversing. - */ -#define llist_for_each_entry_safe(pos, n, node, member) \ - for ((pos) = llist_entry((node), typeof(*(pos)), member), \ - (n) = (pos)->member.next; \ - &(pos)->member != NULL; \ - (pos) = llist_entry(n, typeof(*(pos)), member), \ - (n) = (&(pos)->member != NULL) ? (pos)->member.next : NULL) - -/** * llist_empty - tests whether a lock-less list is empty * @head: the list to test * --- linux-lowlatency-3.8.0.orig/include/linux/huge_mm.h +++ linux-lowlatency-3.8.0/include/linux/huge_mm.h @@ -113,7 +113,7 @@ do { \ pmd_t *____pmd = (__pmd); \ anon_vma_lock_write(__anon_vma); \ - anon_vma_unlock(__anon_vma); \ + anon_vma_unlock_write(__anon_vma); \ BUG_ON(pmd_trans_splitting(*____pmd) || \ pmd_trans_huge(*____pmd)); \ } while (0) --- linux-lowlatency-3.8.0.orig/include/linux/console.h +++ linux-lowlatency-3.8.0/include/linux/console.h @@ -77,7 +77,9 @@ int con_is_bound(const struct consw *csw); int register_con_driver(const struct consw *csw, int first, int last); int unregister_con_driver(const struct consw *csw); +int do_unregister_con_driver(const struct consw *csw); int take_over_console(const struct consw *sw, int first, int last, int deflt); +int do_take_over_console(const struct consw *sw, int first, int last, int deflt); void give_up_console(const struct consw *sw); #ifdef CONFIG_HW_CONSOLE int con_debug_enter(struct vc_data *vc); --- linux-lowlatency-3.8.0.orig/include/linux/rmap.h +++ linux-lowlatency-3.8.0/include/linux/rmap.h @@ -123,7 +123,7 @@ down_write(&anon_vma->root->rwsem); } -static inline void anon_vma_unlock(struct anon_vma *anon_vma) +static inline void anon_vma_unlock_write(struct anon_vma *anon_vma) { up_write(&anon_vma->root->rwsem); } --- linux-lowlatency-3.8.0.orig/include/linux/page-flags.h +++ linux-lowlatency-3.8.0/include/linux/page-flags.h @@ -109,6 +109,7 @@ #ifdef CONFIG_TRANSPARENT_HUGEPAGE PG_compound_lock, #endif + PG_readaheadunused, /* user oriented readahead as yet unused*/ __NR_PAGEFLAGS, /* Filesystems */ @@ -232,6 +233,8 @@ PAGEFLAG(Reclaim, reclaim) TESTCLEARFLAG(Reclaim, reclaim) PAGEFLAG(Readahead, reclaim) /* Reminder to do async read-ahead */ +PAGEFLAG(ReadaheadUnused, readaheadunused) + #ifdef CONFIG_HIGHMEM /* * Must use a macro here due to header dependency issues. page_zone() is not --- linux-lowlatency-3.8.0.orig/include/linux/fs_struct.h +++ linux-lowlatency-3.8.0/include/linux/fs_struct.h @@ -50,4 +50,6 @@ spin_unlock(&fs->lock); } +extern bool current_chrooted(void); + #endif /* _LINUX_FS_STRUCT_H */ --- linux-lowlatency-3.8.0.orig/include/linux/preempt.h +++ linux-lowlatency-3.8.0/include/linux/preempt.h @@ -93,14 +93,20 @@ #else /* !CONFIG_PREEMPT_COUNT */ -#define preempt_disable() do { } while (0) -#define sched_preempt_enable_no_resched() do { } while (0) -#define preempt_enable_no_resched() do { } while (0) -#define preempt_enable() do { } while (0) +/* + * Even if we don't have any preemption, we need preempt disable/enable + * to be barriers, so that we don't have things like get_user/put_user + * that can cause faults and scheduling migrate into our preempt-protected + * region. + */ +#define preempt_disable() barrier() +#define sched_preempt_enable_no_resched() barrier() +#define preempt_enable_no_resched() barrier() +#define preempt_enable() barrier() -#define preempt_disable_notrace() do { } while (0) -#define preempt_enable_no_resched_notrace() do { } while (0) -#define preempt_enable_notrace() do { } while (0) +#define preempt_disable_notrace() barrier() +#define preempt_enable_no_resched_notrace() barrier() +#define preempt_enable_notrace() barrier() #endif /* CONFIG_PREEMPT_COUNT */ --- linux-lowlatency-3.8.0.orig/include/linux/kvm_host.h +++ linux-lowlatency-3.8.0/include/linux/kvm_host.h @@ -511,7 +511,7 @@ int kvm_write_guest_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, void *data, unsigned long len); int kvm_gfn_to_hva_cache_init(struct kvm *kvm, struct gfn_to_hva_cache *ghc, - gpa_t gpa); + gpa_t gpa, unsigned long len); int kvm_clear_guest_page(struct kvm *kvm, gfn_t gfn, int offset, int len); int kvm_clear_guest(struct kvm *kvm, gpa_t gpa, unsigned long len); struct kvm_memory_slot *gfn_to_memslot(struct kvm *kvm, gfn_t gfn); --- linux-lowlatency-3.8.0.orig/include/linux/dynamic_debug.h +++ linux-lowlatency-3.8.0/include/linux/dynamic_debug.h @@ -45,7 +45,7 @@ int __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...); extern int ddebug_dyndbg_module_param_cb(char *param, char *val, - const char *modname); + const char *modname, int all); struct device; @@ -106,7 +106,7 @@ } static inline int ddebug_dyndbg_module_param_cb(char *param, char *val, - const char *modname) + const char *modname, int all) { if (strstr(param, "dyndbg")) { /* avoid pr_warn(), which wants pr_fmt() fully defined */ @@ -114,7 +114,11 @@ "CONFIG_DYNAMIC_DEBUG builds\n"); return 0; /* allow and ignore */ } - return -EINVAL; + + if (!all) + return -EINVAL; + + return 0; } #define dynamic_pr_debug(fmt, ...) \ --- linux-lowlatency-3.8.0.orig/include/linux/mtd/nand.h +++ linux-lowlatency-3.8.0/include/linux/mtd/nand.h @@ -187,6 +187,13 @@ * This happens with the Renesas AG-AND chips, possibly others. */ #define BBT_AUTO_REFRESH 0x00000080 +/* + * Chip requires ready check on read (for auto-incremented sequential read). + * True only for small page devices; large page devices do not support + * autoincrement. + */ +#define NAND_NEED_READRDY 0x00000100 + /* Chip does not allow subpage writes */ #define NAND_NO_SUBPAGE_WRITE 0x00000200 --- linux-lowlatency-3.8.0.orig/include/linux/spi/pxa2xx_spi.h +++ linux-lowlatency-3.8.0/include/linux/spi/pxa2xx_spi.h @@ -28,6 +28,15 @@ u32 clock_enable; u16 num_chipselect; u8 enable_dma; + + /* DMA engine specific config */ + int rx_chan_id; + int tx_chan_id; + int rx_slave_id; + int tx_slave_id; + + /* For non-PXA arches */ + struct ssp_device ssp; }; /* spi_board_info.controller_data for SPI slave devices, @@ -35,6 +44,7 @@ */ struct pxa2xx_spi_chip { u8 tx_threshold; + u8 tx_hi_threshold; u8 rx_threshold; u8 dma_burst_size; u32 timeout; @@ -50,103 +60,5 @@ extern void pxa2xx_set_spi_info(unsigned id, struct pxa2xx_spi_master *info); -#else -/* - * This is the implemtation for CE4100 on x86. ARM defines them in mach/ or - * plat/ include path. - * The CE4100 does not provide DMA support. This bits are here to let the driver - * compile and will never be used. Maybe we get DMA support at a later point in - * time. - */ - -#define DCSR(n) (n) -#define DSADR(n) (n) -#define DTADR(n) (n) -#define DCMD(n) (n) -#define DRCMR(n) (n) - -#define DCSR_RUN (1 << 31) /* Run Bit */ -#define DCSR_NODESC (1 << 30) /* No-Descriptor Fetch */ -#define DCSR_STOPIRQEN (1 << 29) /* Stop Interrupt Enable */ -#define DCSR_REQPEND (1 << 8) /* Request Pending (read-only) */ -#define DCSR_STOPSTATE (1 << 3) /* Stop State (read-only) */ -#define DCSR_ENDINTR (1 << 2) /* End Interrupt */ -#define DCSR_STARTINTR (1 << 1) /* Start Interrupt */ -#define DCSR_BUSERR (1 << 0) /* Bus Error Interrupt */ - -#define DCSR_EORIRQEN (1 << 28) /* End of Receive Interrupt Enable */ -#define DCSR_EORJMPEN (1 << 27) /* Jump to next descriptor on EOR */ -#define DCSR_EORSTOPEN (1 << 26) /* STOP on an EOR */ -#define DCSR_SETCMPST (1 << 25) /* Set Descriptor Compare Status */ -#define DCSR_CLRCMPST (1 << 24) /* Clear Descriptor Compare Status */ -#define DCSR_CMPST (1 << 10) /* The Descriptor Compare Status */ -#define DCSR_EORINTR (1 << 9) /* The end of Receive */ - -#define DRCMR_MAPVLD (1 << 7) /* Map Valid */ -#define DRCMR_CHLNUM 0x1f /* mask for Channel Number */ - -#define DDADR_DESCADDR 0xfffffff0 /* Address of next descriptor */ -#define DDADR_STOP (1 << 0) /* Stop */ - -#define DCMD_INCSRCADDR (1 << 31) /* Source Address Increment Setting. */ -#define DCMD_INCTRGADDR (1 << 30) /* Target Address Increment Setting. */ -#define DCMD_FLOWSRC (1 << 29) /* Flow Control by the source. */ -#define DCMD_FLOWTRG (1 << 28) /* Flow Control by the target. */ -#define DCMD_STARTIRQEN (1 << 22) /* Start Interrupt Enable */ -#define DCMD_ENDIRQEN (1 << 21) /* End Interrupt Enable */ -#define DCMD_ENDIAN (1 << 18) /* Device Endian-ness. */ -#define DCMD_BURST8 (1 << 16) /* 8 byte burst */ -#define DCMD_BURST16 (2 << 16) /* 16 byte burst */ -#define DCMD_BURST32 (3 << 16) /* 32 byte burst */ -#define DCMD_WIDTH1 (1 << 14) /* 1 byte width */ -#define DCMD_WIDTH2 (2 << 14) /* 2 byte width (HalfWord) */ -#define DCMD_WIDTH4 (3 << 14) /* 4 byte width (Word) */ -#define DCMD_LENGTH 0x01fff /* length mask (max = 8K - 1) */ - -/* - * Descriptor structure for PXA's DMA engine - * Note: this structure must always be aligned to a 16-byte boundary. - */ - -typedef enum { - DMA_PRIO_HIGH = 0, - DMA_PRIO_MEDIUM = 1, - DMA_PRIO_LOW = 2 -} pxa_dma_prio; - -/* - * DMA registration - */ - -static inline int pxa_request_dma(char *name, - pxa_dma_prio prio, - void (*irq_handler)(int, void *), - void *data) -{ - return -ENODEV; -} - -static inline void pxa_free_dma(int dma_ch) -{ -} - -/* - * The CE4100 does not have the clk framework implemented and SPI clock can - * not be switched on/off or the divider changed. - */ -static inline void clk_disable(struct clk *clk) -{ -} - -static inline int clk_enable(struct clk *clk) -{ - return 0; -} - -static inline unsigned long clk_get_rate(struct clk *clk) -{ - return 3686400; -} - #endif #endif --- linux-lowlatency-3.8.0.orig/include/linux/mfd/rtsx_pci.h +++ linux-lowlatency-3.8.0/include/linux/mfd/rtsx_pci.h @@ -581,8 +581,11 @@ #define CARD_GPIO_DIR 0xFD57 #define CARD_GPIO 0xFD58 #define CARD_DATA_SOURCE 0xFD5B +#define SD30_CLK_DRIVE_SEL 0xFD5A #define CARD_SELECT 0xFD5C #define SD30_DRIVE_SEL 0xFD5E +#define SD30_CMD_DRIVE_SEL 0xFD5E +#define SD30_DAT_DRIVE_SEL 0xFD5F #define CARD_CLK_EN 0xFD69 #define SDIO_CTRL 0xFD6B #define CD_PAD_CTL 0xFD73 @@ -655,6 +658,8 @@ #define MSGTXDATA3 0xFE47 #define MSGTXCTL 0xFE48 #define PETXCFG 0xFE49 +#define LTR_CTL 0xFE4A +#define OBFF_CFG 0xFE4C #define CDRESUMECTL 0xFE52 #define WAKE_SEL_CTL 0xFE54 @@ -735,6 +740,7 @@ unsigned int card_inserted; unsigned int card_removed; + unsigned int card_exist; struct delayed_work carddet_work; struct delayed_work idle_work; @@ -799,6 +805,7 @@ u8 ssc_depth, bool initial_mode, bool double_clk, bool vpclk); int rtsx_pci_card_power_on(struct rtsx_pcr *pcr, int card); int rtsx_pci_card_power_off(struct rtsx_pcr *pcr, int card); +int rtsx_pci_card_exclusive_check(struct rtsx_pcr *pcr, int card); int rtsx_pci_switch_output_voltage(struct rtsx_pcr *pcr, u8 voltage); unsigned int rtsx_pci_card_exist(struct rtsx_pcr *pcr); void rtsx_pci_complete_unfinished_transfer(struct rtsx_pcr *pcr); --- linux-lowlatency-3.8.0.orig/include/linux/ssb/ssb_driver_chipcommon.h +++ linux-lowlatency-3.8.0/include/linux/ssb/ssb_driver_chipcommon.h @@ -219,6 +219,7 @@ #define SSB_CHIPCO_PMU_CTL 0x0600 /* PMU control */ #define SSB_CHIPCO_PMU_CTL_ILP_DIV 0xFFFF0000 /* ILP div mask */ #define SSB_CHIPCO_PMU_CTL_ILP_DIV_SHIFT 16 +#define SSB_CHIPCO_PMU_CTL_PLL_UPD 0x00000400 #define SSB_CHIPCO_PMU_CTL_NOILPONW 0x00000200 /* No ILP on wait */ #define SSB_CHIPCO_PMU_CTL_HTREQEN 0x00000100 /* HT req enable */ #define SSB_CHIPCO_PMU_CTL_ALPREQEN 0x00000080 /* ALP req enable */ @@ -667,5 +668,6 @@ void ssb_pmu_set_ldo_voltage(struct ssb_chipcommon *cc, enum ssb_pmu_ldo_volt_id id, u32 voltage); void ssb_pmu_set_ldo_paref(struct ssb_chipcommon *cc, bool on); +void ssb_pmu_spuravoid_pllupdate(struct ssb_chipcommon *cc, int spuravoid); #endif /* LINUX_SSB_CHIPCO_H_ */ --- linux-lowlatency-3.8.0.orig/include/linux/usb/serial.h +++ linux-lowlatency-3.8.0/include/linux/usb/serial.h @@ -66,6 +66,7 @@ * port. * @flags: usb serial port flags * @write_wait: a wait_queue_head_t used by the port. + * @delta_msr_wait: modem-status-change wait queue * @work: work queue entry for the line discipline waking up. * @throttled: nonzero if the read urb is inactive to throttle the device * @throttle_req: nonzero if the tty wants to throttle us @@ -112,6 +113,7 @@ unsigned long flags; wait_queue_head_t write_wait; + wait_queue_head_t delta_msr_wait; struct work_struct work; char throttled; char throttle_req; --- linux-lowlatency-3.8.0.orig/include/linux/usb/cdc_ncm.h +++ linux-lowlatency-3.8.0/include/linux/usb/cdc_ncm.h @@ -127,6 +127,7 @@ u16 connected; }; +extern u8 cdc_ncm_select_altsetting(struct usbnet *dev, struct usb_interface *intf); extern int cdc_ncm_bind_common(struct usbnet *dev, struct usb_interface *intf, u8 data_altsetting); extern void cdc_ncm_unbind(struct usbnet *dev, struct usb_interface *intf); extern struct sk_buff *cdc_ncm_fill_tx_frame(struct cdc_ncm_ctx *ctx, struct sk_buff *skb, __le32 sign); --- linux-lowlatency-3.8.0.orig/include/scsi/scsi_device.h +++ linux-lowlatency-3.8.0/include/scsi/scsi_device.h @@ -157,10 +157,11 @@ unsigned no_read_capacity_16:1; /* Avoid READ_CAPACITY_16 cmds */ unsigned try_rc_10_first:1; /* Try READ_CAPACACITY_10 first */ unsigned is_visible:1; /* is the device visible in sysfs */ - unsigned can_power_off:1; /* Device supports runtime power off */ unsigned wce_default_on:1; /* Cache is ON by default */ unsigned no_dif:1; /* T10 PI (DIF) should be disabled */ + atomic_t disk_events_disable_depth; /* disable depth for disk events */ + DECLARE_BITMAP(supported_events, SDEV_EVT_MAXBITS); /* supported events */ struct list_head event_list; /* asserted events */ struct work_struct event_work; @@ -397,6 +398,8 @@ int data_direction, void *buffer, unsigned bufflen, struct scsi_sense_hdr *, int timeout, int retries, int *resid); +extern void sdev_disable_disk_events(struct scsi_device *sdev); +extern void sdev_enable_disk_events(struct scsi_device *sdev); #ifdef CONFIG_PM_RUNTIME extern int scsi_autopm_get_device(struct scsi_device *); --- linux-lowlatency-3.8.0.orig/include/net/icmp.h +++ linux-lowlatency-3.8.0/include/net/icmp.h @@ -41,6 +41,7 @@ extern void icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info); extern int icmp_rcv(struct sk_buff *skb); +extern void icmp_err(struct sk_buff *, u32 info); extern int icmp_init(void); extern void icmp_out_count(struct net *net, unsigned char type); --- linux-lowlatency-3.8.0.orig/include/net/scm.h +++ linux-lowlatency-3.8.0/include/net/scm.h @@ -56,8 +56,8 @@ scm->pid = get_pid(pid); scm->cred = cred ? get_cred(cred) : NULL; scm->creds.pid = pid_vnr(pid); - scm->creds.uid = cred ? cred->euid : INVALID_UID; - scm->creds.gid = cred ? cred->egid : INVALID_GID; + scm->creds.uid = cred ? cred->uid : INVALID_UID; + scm->creds.gid = cred ? cred->gid : INVALID_GID; } static __inline__ void scm_destroy_cred(struct scm_cookie *scm) --- linux-lowlatency-3.8.0.orig/include/net/ipv6.h +++ linux-lowlatency-3.8.0/include/net/ipv6.h @@ -15,6 +15,7 @@ #include #include +#include #include #include #include @@ -473,6 +474,17 @@ #endif } +/* more secured version of ipv6_addr_hash() */ +static inline u32 ipv6_addr_jhash(const struct in6_addr *a) +{ + u32 v = (__force u32)a->s6_addr32[0] ^ (__force u32)a->s6_addr32[1]; + + return jhash_3words(v, + (__force u32)a->s6_addr32[2], + (__force u32)a->s6_addr32[3], + ipv6_hash_secret); +} + static inline bool ipv6_addr_loopback(const struct in6_addr *a) { return (a->s6_addr32[0] | a->s6_addr32[1] | --- linux-lowlatency-3.8.0.orig/include/net/sock.h +++ linux-lowlatency-3.8.0/include/net/sock.h @@ -862,6 +862,18 @@ struct raw_hashinfo; struct module; +/* + * caches using SLAB_DESTROY_BY_RCU should let .next pointer from nulls nodes + * un-modified. Special care is taken when initializing object to zero. + */ +static inline void sk_prot_clear_nulls(struct sock *sk, int size) +{ + if (offsetof(struct sock, sk_node.next) != 0) + memset(sk, 0, offsetof(struct sock, sk_node.next)); + memset(&sk->sk_node.pprev, 0, + size - offsetof(struct sock, sk_node.pprev)); +} + /* Networking protocol blocks we attach to sockets. * socket layer -> transport layer interface * transport -> network interface is defined by struct inet_proto @@ -1037,7 +1049,7 @@ sk->sk_prot->name, sk, atomic_read(&sk->sk_prot->socks)); } -inline void sk_refcnt_debug_release(const struct sock *sk) +static inline void sk_refcnt_debug_release(const struct sock *sk) { if (atomic_read(&sk->sk_refcnt) != 1) printk(KERN_DEBUG "Destruction of the %s socket %p delayed, refcnt=%d\n", --- linux-lowlatency-3.8.0.orig/include/net/tcp.h +++ linux-lowlatency-3.8.0/include/net/tcp.h @@ -1045,6 +1045,7 @@ if (sysctl_tcp_low_latency || !tp->ucopy.task) return false; + skb_dst_force(skb); __skb_queue_tail(&tp->ucopy.prequeue, skb); tp->ucopy.memory += skb->truesize; if (tp->ucopy.memory > sk->sk_rcvbuf) { --- linux-lowlatency-3.8.0.orig/include/net/inet_frag.h +++ linux-lowlatency-3.8.0/include/net/inet_frag.h @@ -35,6 +35,13 @@ #define INETFRAGS_HASHSZ 64 +/* averaged: + * max_depth = default ipfrag_high_thresh / INETFRAGS_HASHSZ / + * rounded up (SKB_TRUELEN(0) + sizeof(struct ipq or + * struct frag_queue)) + */ +#define INETFRAGS_MAXDEPTH 128 + struct inet_frags { struct hlist_head hash[INETFRAGS_HASHSZ]; rwlock_t lock; @@ -65,6 +72,8 @@ struct inet_frag_queue *inet_frag_find(struct netns_frags *nf, struct inet_frags *f, void *key, unsigned int hash) __releases(&f->lock); +void inet_frag_maybe_warn_overflow(struct inet_frag_queue *q, + const char *prefix); static inline void inet_frag_put(struct inet_frag_queue *q, struct inet_frags *f) { --- linux-lowlatency-3.8.0.orig/include/net/inet_sock.h +++ linux-lowlatency-3.8.0/include/net/inet_sock.h @@ -203,6 +203,7 @@ extern int inet_sk_rebuild_header(struct sock *sk); extern u32 inet_ehash_secret; +extern u32 ipv6_hash_secret; extern void build_ehash_secret(void); static inline unsigned int inet_ehashfn(struct net *net, --- linux-lowlatency-3.8.0.orig/include/net/ip_fib.h +++ linux-lowlatency-3.8.0/include/net/ip_fib.h @@ -152,18 +152,16 @@ }; #ifdef CONFIG_IP_ROUTE_MULTIPATH - #define FIB_RES_NH(res) ((res).fi->fib_nh[(res).nh_sel]) - -#define FIB_TABLE_HASHSZ 2 - #else /* CONFIG_IP_ROUTE_MULTIPATH */ - #define FIB_RES_NH(res) ((res).fi->fib_nh[0]) +#endif /* CONFIG_IP_ROUTE_MULTIPATH */ +#ifdef CONFIG_IP_MULTIPLE_TABLES #define FIB_TABLE_HASHSZ 256 - -#endif /* CONFIG_IP_ROUTE_MULTIPATH */ +#else +#define FIB_TABLE_HASHSZ 2 +#endif extern __be32 fib_info_update_nh_saddr(struct net *net, struct fib_nh *nh); --- linux-lowlatency-3.8.0.orig/include/net/dst.h +++ linux-lowlatency-3.8.0/include/net/dst.h @@ -36,13 +36,9 @@ struct net_device *dev; struct dst_ops *ops; unsigned long _metrics; - union { - unsigned long expires; - /* point to where the dst_entry copied from */ - struct dst_entry *from; - }; + unsigned long expires; struct dst_entry *path; - void *__pad0; + struct dst_entry *from; #ifdef CONFIG_XFRM struct xfrm_state *xfrm; #else --- linux-lowlatency-3.8.0.orig/include/net/inet6_hashtables.h +++ linux-lowlatency-3.8.0/include/net/inet6_hashtables.h @@ -28,16 +28,16 @@ struct inet_hashinfo; -/* I have no idea if this is a good hash for v6 or not. -DaveM */ static inline unsigned int inet6_ehashfn(struct net *net, const struct in6_addr *laddr, const u16 lport, const struct in6_addr *faddr, const __be16 fport) { - u32 ports = (lport ^ (__force u16)fport); + u32 ports = (((u32)lport) << 16) | (__force u32)fport; return jhash_3words((__force u32)laddr->s6_addr32[3], - (__force u32)faddr->s6_addr32[3], - ports, inet_ehash_secret + net_hash_mix(net)); + ipv6_addr_jhash(faddr), + ports, + inet_ehash_secret + net_hash_mix(net)); } static inline int inet6_sk_ehashfn(const struct sock *sk) --- linux-lowlatency-3.8.0.orig/include/net/ip6_fib.h +++ linux-lowlatency-3.8.0/include/net/ip6_fib.h @@ -166,50 +166,35 @@ static inline void rt6_clean_expires(struct rt6_info *rt) { - if (!(rt->rt6i_flags & RTF_EXPIRES) && rt->dst.from) - dst_release(rt->dst.from); - rt->rt6i_flags &= ~RTF_EXPIRES; - rt->dst.from = NULL; } static inline void rt6_set_expires(struct rt6_info *rt, unsigned long expires) { - if (!(rt->rt6i_flags & RTF_EXPIRES) && rt->dst.from) - dst_release(rt->dst.from); - - rt->rt6i_flags |= RTF_EXPIRES; rt->dst.expires = expires; + rt->rt6i_flags |= RTF_EXPIRES; } -static inline void rt6_update_expires(struct rt6_info *rt, int timeout) +static inline void rt6_update_expires(struct rt6_info *rt0, int timeout) { - if (!(rt->rt6i_flags & RTF_EXPIRES)) { - if (rt->dst.from) - dst_release(rt->dst.from); - /* dst_set_expires relies on expires == 0 - * if it has not been set previously. - */ - rt->dst.expires = 0; - } + struct rt6_info *rt; - dst_set_expires(&rt->dst, timeout); - rt->rt6i_flags |= RTF_EXPIRES; + for (rt = rt0; rt && !(rt->rt6i_flags & RTF_EXPIRES); + rt = (struct rt6_info *)rt->dst.from); + if (rt && rt != rt0) + rt0->dst.expires = rt->dst.expires; + + dst_set_expires(&rt0->dst, timeout); + rt0->rt6i_flags |= RTF_EXPIRES; } static inline void rt6_set_from(struct rt6_info *rt, struct rt6_info *from) { struct dst_entry *new = (struct dst_entry *) from; - if (!(rt->rt6i_flags & RTF_EXPIRES) && rt->dst.from) { - if (new == rt->dst.from) - return; - dst_release(rt->dst.from); - } - rt->rt6i_flags &= ~RTF_EXPIRES; - rt->dst.from = new; dst_hold(new); + rt->dst.from = new; } static inline void ip6_rt_put(struct rt6_info *rt) --- linux-lowlatency-3.8.0.orig/include/net/nfc/nfc.h +++ linux-lowlatency-3.8.0/include/net/nfc/nfc.h @@ -115,6 +115,8 @@ struct timer_list check_pres_timer; struct work_struct check_pres_work; + bool shutting_down; + struct nfc_ops *ops; }; #define to_nfc_dev(_dev) container_of(_dev, struct nfc_dev, dev) --- linux-lowlatency-3.8.0.orig/include/net/nfc/hci.h +++ linux-lowlatency-3.8.0/include/net/nfc/hci.h @@ -57,8 +57,8 @@ int (*tm_send)(struct nfc_hci_dev *hdev, struct sk_buff *skb); int (*check_presence)(struct nfc_hci_dev *hdev, struct nfc_target *target); - void (*event_received)(struct nfc_hci_dev *hdev, u8 gate, u8 event, - struct sk_buff *skb); + int (*event_received)(struct nfc_hci_dev *hdev, u8 gate, u8 event, + struct sk_buff *skb); }; /* Pipes */ @@ -82,11 +82,23 @@ #define NFC_HCI_MAX_GATES 256 +/* + * These values can be specified by a driver to indicate it requires some + * adaptation of the HCI standard. + * + * NFC_HCI_QUIRK_SHORT_CLEAR - send HCI_ADM_CLEAR_ALL_PIPE cmd with no params + */ +enum { + NFC_HCI_QUIRK_SHORT_CLEAR = 0, +}; + struct nfc_hci_dev { struct nfc_dev *ndev; u32 max_data_link_payload; + bool shutting_down; + struct mutex msg_tx_mutex; struct list_head msg_tx_queue; @@ -129,11 +141,14 @@ u8 *gb; size_t gb_len; + + unsigned long quirks; }; /* hci device allocation */ struct nfc_hci_dev *nfc_hci_allocate_device(struct nfc_hci_ops *ops, struct nfc_hci_init_data *init_data, + unsigned long quirks, u32 protocols, const char *llc_name, int tx_headroom, --- linux-lowlatency-3.8.0.orig/include/net/bluetooth/hci_core.h +++ linux-lowlatency-3.8.0/include/net/bluetooth/hci_core.h @@ -288,6 +288,7 @@ int (*send)(struct sk_buff *skb); void (*notify)(struct hci_dev *hdev, unsigned int evt); int (*ioctl)(struct hci_dev *hdev, unsigned int cmd, unsigned long arg); + void (*load_firmware)(struct hci_dev *hdev); }; #define HCI_PHY_HANDLE(handle) (handle & 0xff) --- linux-lowlatency-3.8.0.orig/include/uapi/asm-generic/signal.h +++ linux-lowlatency-3.8.0/include/uapi/asm-generic/signal.h @@ -93,6 +93,10 @@ #include +#ifdef SA_RESTORER +#define __ARCH_HAS_SA_RESTORER +#endif + struct sigaction { __sighandler_t sa_handler; unsigned long sa_flags; --- linux-lowlatency-3.8.0.orig/include/uapi/linux/if_cablemodem.h +++ linux-lowlatency-3.8.0/include/uapi/linux/if_cablemodem.h @@ -12,11 +12,11 @@ */ /* some useful defines for sb1000.c e cmconfig.c - fv */ -#define SIOCGCMSTATS SIOCDEVPRIVATE+0 /* get cable modem stats */ -#define SIOCGCMFIRMWARE SIOCDEVPRIVATE+1 /* get cm firmware version */ -#define SIOCGCMFREQUENCY SIOCDEVPRIVATE+2 /* get cable modem frequency */ -#define SIOCSCMFREQUENCY SIOCDEVPRIVATE+3 /* set cable modem frequency */ -#define SIOCGCMPIDS SIOCDEVPRIVATE+4 /* get cable modem PIDs */ -#define SIOCSCMPIDS SIOCDEVPRIVATE+5 /* set cable modem PIDs */ +#define SIOCGCMSTATS (SIOCDEVPRIVATE+0) /* get cable modem stats */ +#define SIOCGCMFIRMWARE (SIOCDEVPRIVATE+1) /* get cm firmware version */ +#define SIOCGCMFREQUENCY (SIOCDEVPRIVATE+2) /* get cable modem frequency */ +#define SIOCSCMFREQUENCY (SIOCDEVPRIVATE+3) /* set cable modem frequency */ +#define SIOCGCMPIDS (SIOCDEVPRIVATE+4) /* get cable modem PIDs */ +#define SIOCSCMPIDS (SIOCDEVPRIVATE+5) /* set cable modem PIDs */ #endif --- linux-lowlatency-3.8.0.orig/include/uapi/linux/virtio_console.h +++ linux-lowlatency-3.8.0/include/uapi/linux/virtio_console.h @@ -39,7 +39,7 @@ #define VIRTIO_CONSOLE_F_SIZE 0 /* Does host provide console size? */ #define VIRTIO_CONSOLE_F_MULTIPORT 1 /* Does host provide multiple ports? */ -#define VIRTIO_CONSOLE_BAD_ID (~(u32)0) +#define VIRTIO_CONSOLE_BAD_ID (~(__u32)0) struct virtio_console_config { /* colums of the screens */ --- linux-lowlatency-3.8.0.orig/include/uapi/linux/cdrom.h +++ linux-lowlatency-3.8.0/include/uapi/linux/cdrom.h @@ -908,5 +908,39 @@ __be16 desc_length; }; +/* removable medium feature descriptor */ +struct rm_feature_desc { + __be16 feature_code; +#if defined(__BIG_ENDIAN_BITFIELD) + __u8 reserved1:2; + __u8 feature_version:4; + __u8 persistent:1; + __u8 curr:1; +#elif defined(__LITTLE_ENDIAN_BITFIELD) + __u8 curr:1; + __u8 persistent:1; + __u8 feature_version:4; + __u8 reserved1:2; +#endif + __u8 add_len; +#if defined(__BIG_ENDIAN_BITFIELD) + __u8 mech_type:3; + __u8 load:1; + __u8 eject:1; + __u8 pvnt_jmpr:1; + __u8 dbml:1; + __u8 lock:1; +#elif defined(__LITTLE_ENDIAN_BITFIELD) + __u8 lock:1; + __u8 dbml:1; + __u8 pvnt_jmpr:1; + __u8 eject:1; + __u8 load:1; + __u8 mech_type:3; +#endif + __u8 reserved2; + __u8 reserved3; + __u8 reserved4; +}; #endif /* _UAPI_LINUX_CDROM_H */ --- linux-lowlatency-3.8.0.orig/include/uapi/linux/unix_diag.h +++ linux-lowlatency-3.8.0/include/uapi/linux/unix_diag.h @@ -39,9 +39,11 @@ UNIX_DIAG_MEMINFO, UNIX_DIAG_SHUTDOWN, - UNIX_DIAG_MAX, + __UNIX_DIAG_MAX, }; +#define UNIX_DIAG_MAX (__UNIX_DIAG_MAX - 1) + struct unix_diag_vfs { __u32 udiag_vfs_ino; __u32 udiag_vfs_dev; --- linux-lowlatency-3.8.0.orig/include/uapi/linux/serial_core.h +++ linux-lowlatency-3.8.0/include/uapi/linux/serial_core.h @@ -50,8 +50,11 @@ #define PORT_LPC3220 22 /* NXP LPC32xx SoC "Standard" UART */ #define PORT_8250_CIR 23 /* CIR infrared port, has its own driver */ #define PORT_XR17V35X 24 /* Exar XR17V35x UARTs */ -#define PORT_BRCM_TRUMANAGE 24 -#define PORT_MAX_8250 25 /* max port ID */ +#define PORT_BRCM_TRUMANAGE 25 +#define PORT_ALTR_16550_F32 26 /* Altera 16550 UART with 32 FIFOs */ +#define PORT_ALTR_16550_F64 27 /* Altera 16550 UART with 64 FIFOs */ +#define PORT_ALTR_16550_F128 28 /* Altera 16550 UART with 128 FIFOs */ +#define PORT_MAX_8250 28 /* max port ID */ /* * ARM specific type numbers. These are not currently guaranteed --- linux-lowlatency-3.8.0.orig/include/uapi/linux/packet_diag.h +++ linux-lowlatency-3.8.0/include/uapi/linux/packet_diag.h @@ -33,9 +33,11 @@ PACKET_DIAG_TX_RING, PACKET_DIAG_FANOUT, - PACKET_DIAG_MAX, + __PACKET_DIAG_MAX, }; +#define PACKET_DIAG_MAX (__PACKET_DIAG_MAX - 1) + struct packet_diag_info { __u32 pdi_index; __u32 pdi_version; --- linux-lowlatency-3.8.0.orig/include/uapi/linux/virtio_net.h +++ linux-lowlatency-3.8.0/include/uapi/linux/virtio_net.h @@ -185,7 +185,7 @@ * specified. */ struct virtio_net_ctrl_mq { - u16 virtqueue_pairs; + __u16 virtqueue_pairs; }; #define VIRTIO_NET_CTRL_MQ 4 --- linux-lowlatency-3.8.0.orig/include/uapi/linux/usb/audio.h +++ linux-lowlatency-3.8.0/include/uapi/linux/usb/audio.h @@ -384,14 +384,16 @@ int protocol) { __u8 control_size = uac_processing_unit_bControlSize(desc, protocol); - return desc->baSourceID[desc->bNrInPins + control_size]; + return *(uac_processing_unit_bmControls(desc, protocol) + + control_size); } static inline __u8 *uac_processing_unit_specific(struct uac_processing_unit_descriptor *desc, int protocol) { __u8 control_size = uac_processing_unit_bControlSize(desc, protocol); - return &desc->baSourceID[desc->bNrInPins + control_size + 1]; + return uac_processing_unit_bmControls(desc, protocol) + + control_size + 1; } /* 4.5.2 Class-Specific AS Interface Descriptor */ --- linux-lowlatency-3.8.0.orig/debian.master/control.stub.in +++ linux-lowlatency-3.8.0/debian.master/control.stub.in @@ -0,0 +1,94 @@ +Source: linux +Section: devel +Priority: optional +Maintainer: Ubuntu Kernel Team +Standards-Version: 3.8.4.0 +Build-Depends: debhelper (>= 5), cpio, module-init-tools, kernel-wedge (>= 2.24ubuntu1), makedumpfile [amd64 i386], libelf-dev, libnewt-dev, binutils-dev, rsync, libdw-dev, dpkg (>= 1.16.0~ubuntu4), util-linux, pkg-config, flex, bison, libunwind8-dev, openssl, libaudit-dev +Build-Depends-Indep: xmlto, docbook-utils, ghostscript, transfig, bzip2, sharutils, asciidoc +Build-Conflicts: findutils (= 4.4.1-1ubuntu1) +Vcs-Git: http://kernel.ubuntu.com/git-repos/ubuntu/ubuntu-raring.git +XS-Testsuite: autopkgtest +#XS-Testsuite-Depends: gcc-4.7 binutils + +Package: SRCPKGNAME-source-PKGVER +Architecture: all +Section: devel +Priority: optional +Provides: SRCPKGNAME-source, SRCPKGNAME-source-3 +Depends: ${misc:Depends}, binutils, bzip2, coreutils | fileutils (>= 4.0) +Recommends: libc-dev, gcc, make +Suggests: libncurses-dev | ncurses-dev, kernel-package, libqt3-dev +Description: Linux kernel source for version PKGVER with Ubuntu patches + This package provides the source code for the Linux kernel version + PKGVER. + . + This package is mainly meant for other packages to use, in order to build + custom flavours. + . + If you wish to use this package to create a custom Linux kernel, then it + is suggested that you investigate the package kernel-package, which has + been designed to ease the task of creating kernel image packages. + . + If you are simply trying to build third-party modules for your kernel, + you do not want this package. Install the appropriate linux-headers + package instead. + +Package: SRCPKGNAME-doc +Architecture: all +Section: doc +Priority: optional +Depends: ${misc:Depends} +Conflicts: SRCPKGNAME-doc-3 +Replaces: SRCPKGNAME-doc-3 +Description: Linux kernel specific documentation for version PKGVER + This package provides the various documents in the PKGVER kernel + Documentation/ subdirectory. These document kernel subsystems, APIs, device + drivers, and so on. See + /usr/share/doc/SRCPKGNAME-doc/00-INDEX for a list of what is + contained in each file. + +Package: SRCPKGNAME-tools-common +Architecture: all +Section: kernel +Priority: optional +Depends: ${misc:Depends} +Replaces: SRCPKGNAME-tools (<= 2.6.32-16.25) +Description: Linux kernel version specific tools for version PKGVER + This package provides the architecture independent parts for kernel + version locked tools (such as perf and x86_energy_perf_policy) for + version PGKVER. + +Package: SRCPKGNAME-headers-PKGVER-ABINUM +Architecture: all +Section: devel +Priority: optional +Depends: ${misc:Depends}, coreutils | fileutils (>= 4.0) +Description: Header files related to Linux kernel version PKGVER + This package provides kernel header files for version PKGVER, for sites + that want the latest kernel headers. Please read + /usr/share/doc/SRCPKGNAME-headers-PKGVER-ABINUM/debian.README.gz for details + +Package: SRCPKGNAME-libc-dev +Architecture: i386 amd64 armhf arm64 x32 powerpc +Depends: ${misc:Depends} +Conflicts: libc6-dev (<< 2.3.2.ds1-6), libc6.1-dev (<< 2.3.2.ds1-6), dvb-dev (<< 1.0.1-6), amd64-libs-dev (<= 1.1), SRCPKGNAME-kernel-headers +Replaces: libc6-dev (<< 2.3.2.ds1-6), libc6.1-dev (<< 2.3.2.ds1-6), dvb-dev (<< 1.0.1-6), SRCPKGNAME-kernel-headers, libdrm-dev +Provides: SRCPKGNAME-kernel-headers +Multi-Arch: same +Description: Linux Kernel Headers for development + This package provides headers from the Linux kernel. These headers + are used by the installed headers for GNU glibc and other system + libraries. They are NOT meant to be used to build third-party modules for + your kernel. Use SRCPKGNAME-headers-* packages for that. + +Package: SRCPKGNAME-tools-PKGVER-ABINUM +Architecture: i386 amd64 armhf +Section: devel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, SRCPKGNAME-tools-common +Description: Linux kernel version specific tools for version PKGVER-ABINUM + This package provides the architecture dependant parts for kernel + version locked tools (such as perf and x86_energy_perf_policy) for + version PKGVER-ABINUM on + =HUMAN=. + --- linux-lowlatency-3.8.0.orig/debian.master/copyright +++ linux-lowlatency-3.8.0/debian.master/copyright @@ -0,0 +1,29 @@ +This is the Ubuntu prepackaged version of the Linux kernel. +Linux was written by Linus Torvalds +and others. + +This package was put together by the Ubuntu Kernel Team, from +sources retrieved from upstream linux git. +The sources may be found at most Linux ftp sites, including +ftp://ftp.kernel.org/pub/linux/kernel/ + +This package is currently maintained by the +Ubuntu Kernel Team + +Linux is copyrighted by Linus Torvalds and others. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 dated June, 1991. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Ubuntu Linux systems, the complete text of the GNU General +Public License v2 can be found in `/usr/share/common-licenses/GPL-2'. --- linux-lowlatency-3.8.0.orig/debian.master/changelog +++ linux-lowlatency-3.8.0/debian.master/changelog @@ -0,0 +1,10450 @@ +linux (3.8.0-26.38) raring; urgency=low + + [Steve Conklin] + + * Release Tracking Bug + - LP: #1191955 + + [ Dave Chiluk ] + + * SAUCE: ncpfs: fix rmdir returns Device or resource busy + - LP: #1035226 + + [ Upstream Kernel Changes ] + + * ARM: S5PV210: Fix PL330 DMA controller clkdev entries + - LP: #1187551 + * NFSv4: Handle NFS4ERR_DELAY and NFS4ERR_GRACE in + nfs4_lock_delegation_recall + - LP: #1187551 + * blkcg: fix "scheduling while atomic" in blk_queue_bypass_start + - LP: #1187551 + * audit: Syscall rules are not applied to existing processes on non-x86 + - LP: #1187551 + * menuconfig: Fix memory leak introduced by jump keys feature + - LP: #1187551 + * iommu/amd: Workaround for ERBT1312 + - LP: #1187551 + * drivers/rtc/rtc-at91rm9200.c: fix missing iounmap + - LP: #1187551 + * drm/mm: fix dump table BUG + - LP: #1187551 + * ASoC: wm8994: missing break in wm8994_aif3_hw_params() + - LP: #1187551 + * tile: support new Tilera hypervisor + - LP: #1187551 + * sd: fix array cache flushing bug causing performance problems + - LP: #1187551 + * ath9k: fix key allocation error handling for powersave keys + - LP: #1187551 + * target: Use FD_MAX_SECTORS/FD_BLOCKSIZE for blockdevs using fileio + - LP: #1187551 + * ext4: limit group search loop for non-extent files + - LP: #1187551 + * xen/vcpu/pvhvm: Fix vcpu hotplugging hanging. + - LP: #1187551 + * ALSA: HDA: Fix Oops caused by dereference NULL pointer + - LP: #1187551 + * iscsi-target: Fix processing of OOO commands + - LP: #1187551 + * audit: vfs: fix audit_inode call in O_CREAT case of do_last + - LP: #1187551 + * ACPICA: Fix possible buffer overflow during a field unit read operation + - LP: #1187551 + * qmi_wwan, cdc-ether: add ADU960S + - LP: #1187551 + * qmi_wwan/cdc_ether: add device IDs for Dell 5804 (Novatel E371) WWAN + card + - LP: #1187551 + * B43: Handle DMA RX descriptor underrun + - LP: #1187551 + * mwifiex: clear is_suspended flag when interrupt is received early + - LP: #1187551 + * mwifiex: fix memory leak issue when driver unload + - LP: #1187551 + * mwifiex: fix setting of multicast filter + - LP: #1187551 + * ARM: OMAP: RX-51: change probe order of touchscreen and panel SPI + devices + - LP: #1187551 + * hp_accel: Ignore the error from lis3lv02d_poweron() at resume + - LP: #1187551 + * KVM: VMX: fix halt emulation while emulating invalid guest sate + - LP: #1187551 + * nfsd: fix oops when legacy_recdir_name_error is passed a -ENOENT error + - LP: #1187551 + * shm: fix null pointer deref when userspace specifies invalid hugepage + size + - LP: #1187551 + * dm stripe: fix regression in stripe_width calculation + - LP: #1187551 + * dm snapshot: fix error return code in snapshot_ctr + - LP: #1187551 + * mm: teach mm by current context info to not do I/O during memory + allocation + - LP: #1187551 + * dm bufio: avoid a possible __vmalloc deadlock + - LP: #1187551 + * dm table: fix write same support + - LP: #1187551 + * tick: Cleanup NOHZ per cpu data on cpu down + - LP: #1187551 + * ACPI / EC: Restart transaction even when the IBF flag set + - LP: #1187551 + * drm/mgag200: Fix writes into MGA1064_PIX_CLK_CTL register + - LP: #1187551 + * drm/mgag200: Fix framebuffer base address programming + - LP: #1187551 + * drm/radeon: check incoming cliprects pointer + - LP: #1187551 + * arm64: debug: clear mdscr_el1 instead of taking the OS lock + - LP: #1187551 + * ARM: 7720/1: ARM v6/v7 cmpxchg64 shouldn't clear upper 32 bits of the + old/new value + - LP: #1187551 + * powerpc/kexec: Fix kexec when using VMX optimised memcpy + - LP: #1187551 + * powerpc: Bring all threads online prior to migration/hibernation + - LP: #1187551 + * arm64: mm: Fix operands of clz in __flush_dcache_all + - LP: #1187551 + * timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARE + - LP: #1187551 + * target: close target_put_sess_cmd() vs. core_tmr_abort_task() race + - LP: #1187551 + * tracing: Fix leaks of filter preds + - LP: #1187551 + * usermodehelper: check subprocess_info->path != NULL + - LP: #1187551 + * drivers/char/ipmi: memcpy, need additional 2 bytes to avoid memory + overflow + - LP: #1187551 + * ipmi: ipmi_devintf: compat_ioctl method fails to take ipmi_mutex + - LP: #1187551 + * btrfs: don't stop searching after encountering the wrong item + - LP: #1187551 + * watchdog: Fix race condition in registration code + - LP: #1187551 + * pch_dma: Use GFP_ATOMIC because called from interrupt context + - LP: #1187551 + * ARM: EXYNOS5: Fix kernel dump in AFTR idle mode + - LP: #1187551 + * drivers/rtc/rtc-pcf2123.c: fix error return code in pcf2123_probe() + - LP: #1187551 + * tcp: force a dst refcount when prequeue packet + - LP: #1187551 + * sfc: Fix naming of MTD partitions for FPGA bitfiles + - LP: #1187551 + * net: tun: release the reference of tun device in tun_recvmsg + - LP: #1187551 + * net: mac802154: comparision issue of type cast, finding by + EXTRA_CFLAGS=-W + - LP: #1187551 + * tcp: reset timer after any SYNACK retransmit + - LP: #1187551 + * 3c509.c: call SET_NETDEV_DEV for all device types (ISA/ISAPnP/EISA) + - LP: #1187551 + * net_sched: act_ipt forward compat with xtables + - LP: #1187551 + * net: use netdev_features_t in skb_needs_linearize() + - LP: #1187551 + * net: vlan,ethtool: netdev_features_t is more than 32 bit + - LP: #1187551 + * bridge: fix race with topology change timer + - LP: #1187551 + * packet: tpacket_v3: do not trigger bug() on wrong header status + - LP: #1187551 + * virtio: don't expose u16 in userspace api + - LP: #1187551 + * 3c59x: fix freeing nonexistent resource on driver unload + - LP: #1187551 + * 3c59x: fix PCI resource management + - LP: #1187551 + * if_cablemodem.h: Add parenthesis around ioctl macros + - LP: #1187551 + * macvlan: fix passthru mode race between dev removal and rx path + - LP: #1187551 + * ipv6: do not clear pinet6 field + - LP: #1187551 + * ipv6,gre: do not leak info to user-space + - LP: #1187551 + * xfrm6: release dev before returning error + - LP: #1187551 + * drm/i915: add HAS_DDI check + - LP: #1187551 + * drm/i915: don't intel_crt_init on any ULT machines + - LP: #1187551 + * Linux 3.8.13.1 + - LP: #1187551 + * drbd: fix memory leak + - LP: #1191065 + * drbd: Fix build error when CONFIG_CRYPTO_HMAC is not set + - LP: #1191065 + * drbd: fix for deadlock when using automatic split-brain-recovery + - LP: #1191065 + * Input: egalax_ts - ABS_MT_POSITION_Y not reported well + - LP: #1191065 + * cifs: only set ops for inodes in I_NEW state + - LP: #1191065 + * staging: vt6656: use free_netdev instead of kfree + - LP: #1191065 + * hwmon: fix error return code in abituguru_probe() + - LP: #1191065 + * avr32: fix relocation check for signed 18-bit offset + - LP: #1191065 + * crypto: caam - fix inconsistent assoc dma mapping direction + - LP: #1191065 + * ARM: at91/dt: fix macb node declaration + - LP: #1191065 + * ARM: at91/trivial: fix model name for SAM9X25-EK + - LP: #1191065 + * USB: xHCI: override bogus bulk wMaxPacketSize values + - LP: #1191065 + * USB: UHCI: fix for suspend of virtual HP controller + - LP: #1191065 + * USB: fix latency in uhci-hcd and ohci-hcd + - LP: #1191065 + * USB: OHCI: fix logic for scheduling isochronous URBs + - LP: #1191065 + * cfg80211: fix wiphy_register error path + - LP: #1191065 + * mac80211: fix AP-mode frame matching + - LP: #1191065 + * staging: vt6656: [bug] Fix missing spin lock in iwctl_siwpower. + - LP: #1191065 + * usb, chipidea: fix link error when USB_EHCI_HCD is a module + - LP: #1191065 + * USB: reset resume quirk needed by a hub + - LP: #1191065 + * usb: option: Add Telewell TW-LTE 4G + - LP: #1191065 + * USB: Blacklisted Cinterion's PLxx WWAN Interface + - LP: #1191065 + * USB: option: add device IDs for Dell 5804 (Novatel E371) WWAN card + - LP: #1191065 + * i2c: designware: fix RX FIFO overrun + - LP: #1191065 + * i2c: designware: always clear interrupts before enabling them + - LP: #1191065 + * ath9k_hw: Use helper routines to simplify ar9003_hw_init_cal() + - LP: #1191065 + * ath9k_hw: Enable manual peak calibration for AR9485 + - LP: #1191065 + * USB: ftdi_sio: Add support for Newport CONEX motor drivers + - LP: #1191065 + * virtio_console: fix uapi header + - LP: #1191065 + * drm/nouveau/bios: fix thinko in ZM_MASK_ADD opcode + - LP: #1191065 + * drm/nvc0/ce: disable ce1 on a number of chipsets + - LP: #1191065 + * drm/radeon: Fix VRAM size calculation for VRAM >= 4GB + - LP: #1191065 + * USB: cxacru: potential underflow in cxacru_cm_get_array() + - LP: #1191065 + * TTY: Fix tty miss restart after we turn off flow-control + - LP: #1191065 + * drm/i915: add more VLV IDs + - LP: #1191065 + * drm/i915: Adding more reserved PCI IDs for Haswell. + - LP: #1191065 + * SUNRPC: Prevent an rpc_task wakeup race + - LP: #1191065 + * ARM: 7626/1: arm/crypto: Make asm SHA-1 and AES code Thumb-2 compatible + - LP: #1191065 + * ARM: 7723/1: crypto: sha1-armv4-large.S: fix SP handling + - LP: #1191065 + * perf: net_dropmonitor: Fix trace parameter order + - LP: #1191065 + * perf: net_dropmonitor: Fix symbol-relative addresses + - LP: #1191065 + * ACPI / video: Add "Asus UL30A" to ACPI video detect blacklist + - LP: #1191065 + * ARM: at91/dt: fix macb pinctrl_macb_rmii_mii_alt definition + - LP: #1191065 + * cifs: fix potential buffer overrun when composing a new options string + - LP: #1191065 + * fat: fix possible overflow for fat_clusters + - LP: #1191065 + * wait: fix false timeouts when using wait_event_timeout() + - LP: #1191065 + * mm: mmu_notifier: re-fix freed page still mapped in secondary MMU + - LP: #1191065 + * mm: memcg: remove incorrect VM_BUG_ON for swap cache pages in uncharge + - LP: #1191065 + * rapidio/tsi721: fix bug in MSI interrupt handling + - LP: #1191065 + * mm compaction: fix of improper cache flush in migration code + - LP: #1191065 + * mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write() + - LP: #1191065 + * mm/THP: use pmd_populate() to update the pmd with pgtable_t pointer + - LP: #1191065 + * drivers/leds/leds-ot200.c: fix error caused by shifted mask + - LP: #1191065 + * drivers/block/brd.c: fix brd_lookup_page() race + - LP: #1191065 + * nilfs2: fix issue of nilfs_set_page_dirty() for page at EOF boundary + - LP: #1191065 + * drivers/char/random.c: fix priming of last_data + - LP: #1191065 + * random: fix accounting race condition with lockless irq entropy_count + update + - LP: #1191065 + * ocfs2: goto out_unlock if ocfs2_get_clusters_nocache() failed in + ocfs2_fiemap() + - LP: #1191065 + * mm/pagewalk.c: walk_page_range should avoid VM_PFNMAP areas + - LP: #1191065 + * ata_piix: add PCI IDs for Intel BayTail + - LP: #1191065 + * libata: make ata_exec_internal_sg honor DMADIR + - LP: #1191065 + * cgroup: fix a subtle bug in descendant pre-order walk + - LP: #1191065 + * ASoC: wm5110: Correct DSP4R Mixer control name + - LP: #1191065 + * ASoC: cs42l52: fix default value for MASTERA_VOL. + - LP: #1191065 + * drm/radeon: fix typo in cu_per_sh on verde + - LP: #1191065 + * drm/radeon: fix card_posted check for newer asics + - LP: #1191065 + * NFSv4: Fix a thinko in nfs4_try_open_cached + - LP: #1191065 + * ib_srpt: Call target_sess_cmd_list_set_waiting during shutdown_session + - LP: #1191065 + * xfs: kill suid/sgid through the truncate path. + - LP: #1191065 + * x86: Allow FPU to be used at interrupt time even with eagerfpu + - LP: #1191065 + * m68k/mac: Fix unexpected interrupt with CONFIG_EARLY_PRINTK + - LP: #1191065 + * arm64: don't kill the kernel on a bad esr from el0 + - LP: #1191065 + * powerpc/32bit:Store temporary result in r0 instead of r8 + - LP: #1191065 + * powerpc/pseries: Always enable CONFIG_HOTPLUG_CPU on PSERIES SMP + - LP: #1191065 + * Linux 3.8.13.2 + - LP: #1191065 + + -- Steve Conklin Mon, 17 Jun 2013 14:48:54 -0500 + +linux (3.8.0-25.37) raring; urgency=low + + [Steve Conklin] + + * Release Tracking Bug + - LP: #1187857 + + [ Upstream Kernel Changes ] + + * iwlwifi: dvm: fix zero LQ CMD sending avoidance + - LP: #1186932 + + -- Steve Conklin Wed, 05 Jun 2013 11:21:20 -0500 + +linux (3.8.0-24.35) raring; urgency=low + + [Steve Conklin] + + * Release Tracking Bug + - LP: #1186236 + + [ Joseph Salisbury ] + + * SAUCE: uvcvideo: quirk PROBE_DEF for Alienware X51 OmniVision webcam + - LP: #1180409 + + [ Upstream Kernel Changes ] + + * drm/i915: Use MLC (l3$) for context objects + * xhci: Don't warn on empty ring for suspended devices. + - LP: #1177865 + * USB: serial: option: Added support Olivetti Olicard 145 + - LP: #1178361 + * USB: option: add a D-Link DWM-156 variant + - LP: #1178361 + * staging: zsmalloc: Fix link error on ARM + - LP: #1178361 + * ARM: omap3: cpuidle: enable time keeping + - LP: #1178361 + * ARM: u300: fix ages old copy/paste bug + - LP: #1178361 + * ARM: at91/at91sam9260.dtsi: fix u(s)art pinctrl encoding + - LP: #1178361 + * ARM: at91: remove partial parameter in bootargs for at91sam9x5ek.dtsi + - LP: #1178361 + * ARM: at91: Fix typo in restart code panic message + - LP: #1178361 + * ARM: at91/trivial: fix model name for SAM9G15-EK + - LP: #1178361 + * ARM: at91/trivial: typos in compatible property + - LP: #1178361 + * powerpc: Add isync to copy_and_flush + - LP: #1178361 + * powerpc: Fix hardware IRQs with MMU on exceptions when HV=0 + - LP: #1178361 + * powerpc/power8: Fix secondary CPUs hanging on boot for HV=0 + - LP: #1178361 + * powerpc/spufs: Initialise inode->i_ino in spufs_new_inode() + - LP: #1178361 + * iwlwifi: fix freeing uninitialized pointer + - LP: #1178361 + * iwlwifi: dvm: don't send zeroed LQ cmd + - LP: #1178361 + * mwifiex: Use pci_release_region() instead of a pci_release_regions() + - LP: #1178361 + * mwifiex: Call pci_release_region after calling pci_disable_device + - LP: #1178361 + * mac80211: fix station entry leak/warning while suspending + - LP: #1178361 + * usb/misc/appledisplay: Add 24" LED Cinema display + - LP: #1178361 + * USB: add ftdi_sio USB ID for GDM Boost V1.x + - LP: #1178361 + * USB: ftdi_sio: correct ST Micro Connect Lite PIDs + - LP: #1178361 + * USB: ftdi_sio: enable two UART ports on ST Microconnect Lite + - LP: #1178361 + * usbfs: Always allow ctrl requests with USB_RECIP_ENDPOINT on the ctrl + ep + - LP: #1178361 + * usb: chipidea: udc: fix memory access of shared memory on armv5 + machines + - LP: #1178361 + * usb: chipidea: udc: fix memory leak in _ep_nuke + - LP: #1178361 + * usb: remove redundant tdi_reset + - LP: #1178361 + * usb-storage: CY7C68300A chips do not support Cypress ATACB + - LP: #1178361 + * s390/memory hotplug: prevent offline of active memory increments + - LP: #1178361 + * xen/time: Fix kasprintf splat when allocating timer%d IRQ line. + - LP: #1178361 + * xen/smp: Fix leakage of timer interrupt line for every CPU + online/offline. + - LP: #1178361 + * xen/smp/spinlock: Fix leakage of the spinlock interrupt line for every + CPU online/offline + - LP: #1178361 + * serial_core.c: add put_device() after device_find_child() + - LP: #1178361 + * arm: set the page table freeing ceiling to TASK_SIZE + - LP: #1178361 + * gianfar: do not advertise any alarm capability. + - LP: #1178361 + * tty: fix up atime/mtime mess, take three + - LP: #1178361 + * fbcon: when font is freed, clear also vc_font.data + - LP: #1178361 + * tracing: Use stack of calling function for stack tracer + - LP: #1178361 + * tracing: Fix stack tracer with fentry use + - LP: #1178361 + * tracing: Remove most or all of stack tracer stack size from + stack_max_size + - LP: #1178361 + * tracing: Fix off-by-one on allocating stat->pages + - LP: #1178361 + * tracing: Check return value of tracing_init_dentry() + - LP: #1178361 + * tracing: Reset ftrace_graph_filter_enabled if count is zero + - LP: #1178361 + * i2c: xiic: must always write 16-bit words to TX_FIFO + - LP: #1178361 + * crypto: crc32-pclmul - Use gas macro for pclmulqdq + - LP: #1178361 + * sysfs: fix use after free in case of concurrent read/write and readdir + - LP: #1178361 + * Fix initialization of CMCI/CMCP interrupts + - LP: #1178361 + * PCI / ACPI: Don't query OSC support with all possible controls + - LP: #1178361 + * PCI/PM: Fix fallback to PCI_D0 in pci_platform_power_transition() + - LP: #1178361 + * rt2x00: Fix transmit power troubles on some Ralink RT30xx cards + - LP: #1178361 + * Wrong asm register contraints in the futex implementation + - LP: #1178361 + * Wrong asm register contraints in the kvm implementation + - LP: #1178361 + * fs/fscache/stats.c: fix memory leak + - LP: #1178361 + * mm: allow arch code to control the user page table ceiling + - LP: #1178361 + * TPM: Retry SaveState command in suspend path + - LP: #1178361 + * ALSA: emu10k1: Fix dock firmware loading + - LP: #1178361 + * ALSA: snd-usb: try harder to find USB_DT_CS_ENDPOINT + - LP: #1178361 + * ALSA: usb: Add quirk for 192KHz recording on E-Mu devices + - LP: #1178361 + * ALSA: usb-audio: disable autopm for MIDI devices + - LP: #1178361 + * ALSA: usb-audio: Fix autopm error during probing + - LP: #1178361 + * ALSA: USB: adjust for changed 3.8 USB API + - LP: #1178361 + * ALSA: hda - Add the support for ALC286 codec + - LP: #1178361 + * ASoC: max98088: Fix logging of hardware revision. + - LP: #1178361 + * hrtimer: Fix ktime_add_ns() overflow on 32bit architectures + - LP: #1178361 + * hrtimer: Add expiry time overflow check in hrtimer_interrupt + - LP: #1178361 + * swap: redirty page if page write fails on swap file + - LP: #1178361 + * mm: swap: mark swap pages writeback before queueing for direct IO + - LP: #1178361 + * drivers/rtc/rtc-cmos.c: don't disable hpet emulation on suspend + - LP: #1178361 + * libata: acpi: make ata_ap_acpi_handle not block + - LP: #1178361 + * ACPI: Fix wrong parameter passed to memblock_reserve + - LP: #1178361 + * ACPI / thermal: do not always return THERMAL_TREND_RAISING for active + trip points + - LP: #1178361 + * cgroup: fix an off-by-one bug which may trigger BUG_ON() + - LP: #1178361 + * cgroup: fix broken file xattrs + - LP: #1178361 + * localmodconfig: Process source kconfig files as they are found + - LP: #1178361 + * clockevents: Set dummy handler on CPU_DEAD shutdown + - LP: #1178361 + * sata_highbank: Rename proc_name to the module name + - LP: #1178361 + * inotify: invalid mask should return a error number but not set it + - LP: #1178361 + * fs/dcache.c: add cond_resched() to shrink_dcache_parent() + - LP: #1178361 + * exec: do not abuse ->cred_guard_mutex in threadgroup_lock() + - LP: #1178361 + * LOCKD: Ensure that nlmclnt_block resets block->b_status after a server + reboot + - LP: #1178361 + * md: bad block list should default to disabled. + - LP: #1178361 + * MD: ignore discard request for hard disks of hybid raid1/raid10 array + - LP: #1178361 + * NFSv4: Handle NFS4ERR_DELAY and NFS4ERR_GRACE in + nfs4_open_delegation_recall + - LP: #1178361 + * nfsd4: don't close read-write opens too soon + - LP: #1178361 + * nfsd: don't run get_file if nfs4_preprocess_stateid_op return error + - LP: #1178361 + * nfsd: Decode and send 64bit time values + - LP: #1178361 + * wireless: regulatory: fix channel disabling race condition + - LP: #1178361 + * ipc: sysv shared memory limited to 8TiB + - LP: #1178361 + * ixgbe: fix EICR write in ixgbe_msix_other + - LP: #1178361 + * ext4/jbd2: don't wait (forever) for stale tid caused by wraparound + - LP: #1178361 + * jbd2: fix race between jbd2_journal_remove_checkpoint and + ->j_commit_callback + - LP: #1178361 + * ext4: fix journal callback list traversal + - LP: #1178361 + * ext4: fix big-endian bug in metadata checksum calculations + - LP: #1178361 + * ext4: fix online resizing for ext3-compat file systems + - LP: #1178361 + * ext4: fix Kconfig documentation for CONFIG_EXT4_DEBUG + - LP: #1178361 + * mmc: at91/avr32/atmel-mci: fix DMA-channel leak on module unload + - LP: #1178361 + * Give the OID registry file module info to avoid kernel tainting + - LP: #1178361 + * KVM: X86 emulator: fix source operand decoding for 8bit mov[zs]x + instructions + - LP: #1178361 + * x86: Eliminate irq_mis_count counted in arch_irq_stat + - LP: #1178361 + * mmc: core: Fix bit width test failing on old eMMC cards + - LP: #1178361 + * mmc: atmel-mci: pio hang on block errors + - LP: #1178361 + * rcutrace: single_open() leaks + - LP: #1178361 + * mfd: adp5520: Restore mode bits on resume + - LP: #1178361 + * Linux 3.8.12 + - LP: #1178361 + * xen/arm: actually pass a non-NULL percpu pointer to request_percpu_irq + - LP: #1179514 + * powerpc: Emulate non privileged DSCR read and write + - LP: #1179514 + * powerpc: fix numa distance for form0 device tree + - LP: #1179514 + * pwm: spear: Fix checking return value of clk_enable() and clk_prepare() + - LP: #1179514 + * autofs - remove autofs dentry mount check + - LP: #1179514 + * hugetlbfs: fix mmap failure in unaligned size request + - LP: #1179514 + * iommu/amd: Properly initialize irq-table lock + - LP: #1179514 + * net/eth/ibmveth: Fixup retrieval of MAC address + - LP: #1179514 + * perf/x86/intel: Add support for IvyBridge model 58 Uncore + - LP: #1179514 + * perf/x86/intel: Fix unintended variable name reuse + - LP: #1179514 + * perf/x86/intel/lbr: Fix LBR filter + - LP: #1179514 + * perf/x86/intel/lbr: Demand proper privileges for + PERF_SAMPLE_BRANCH_KERNEL + - LP: #1179514 + * PCI/PM: Clear state_saved during suspend + - LP: #1179514 + * e1000e: fix runtime power management transitions + - LP: #1179514 + * e1000e: fix accessing to suspended device + - LP: #1179514 + * ipvs: ip_vs_sip_fill_param() BUG: bad check of return value + - LP: #1179514 + * netfilter: nf_nat: fix race when unloading protocol modules + - LP: #1179514 + * netfilter: ipset: list:set: fix reference counter update + - LP: #1179514 + * netfilter: nf_ct_sip: don't drop packets with offsets pointing outside + the packet + - LP: #1179514 + * netfilter: ipset: "Directory not empty" error message + - LP: #1179514 + * netfilter: nf_ct_helper: don't discard helper if it is actually the + same + - LP: #1179514 + * netfilter: ctnetlink: don't permit ct creation with random tuple + - LP: #1179514 + * netfilter: xt_rpfilter: skip locally generated broadcast/multicast, too + - LP: #1179514 + * netfilter: ip6t_NPT: Fix translation for non-multiple of 32 prefix + lengths + - LP: #1179514 + * ext4: add check for inodes_count overflow in new resize ioctl + - LP: #1179514 + * r8169: fix 8168evl frame padding. + - LP: #1179514 + * RDMA/cxgb4: Fix SQ allocation when on-chip SQ is disabled + - LP: #1179514 + * arm64: Ignore the 'write' ESR flag on cache maintenance faults + - LP: #1179514 + * block: fix max discard sectors limit + - LP: #1179514 + * drm/cirrus: deal with bo reserve fail in dirty update path + - LP: #1179514 + * drm/mgag200: deal with bo reserve fail in dirty update path + - LP: #1179514 + * drm/gma500: fix backlight hotkeys behaviour on netbooks + - LP: #1179514 + * drm/prime: keep a reference from the handle to exported dma-buf (v6) + - LP: #1179514 + * drm/ast: deal with bo reserve fail in dirty update path + - LP: #1179514 + * drm/i915: Fix detection of base of stolen memory + - LP: #1179514 + * drm/i915: Fix sdvo connector get_hw_state function + - LP: #1179514 + * drm/i915: Add no-lvds quirk for Fujitsu Esprimo Q900 + - LP: #1179514 + * drm/i915: Fix SDVO connector and encoder get_hw_state functions + - LP: #1179514 + * drm/i915: Workaround incoherence between fences and LLC across multiple + CPUs + - LP: #1179514 + * drm/i915: set CPT FDI RX polarity bits based on VBT + - LP: #1179514 + * drm/i915: ensure single initialization and cleanup of backlight device + - LP: #1179514 + * drm/i915: Fixup Oops in the pipe config computation + - LP: #1179514 + * drm/i915: Fall back to bit banging mode for DVO transmitter detection + - LP: #1179514 + * drm/radeon: don't use get_engine_clock() on APUs + - LP: #1179514 + * drm/radeon: use frac fb div on RS780/RS880 + - LP: #1179514 + * drm/radeon: fix typo in rv515_mc_resume() + - LP: #1179514 + * drm/radeon/dce6: add missing display reg for tiling setup + - LP: #1179514 + * drm/radeon: update wait_for_vblank for r5xx-r7xx + - LP: #1179514 + * drm/radeon: update wait_for_vblank for evergreen+ + - LP: #1179514 + * drm/radeon: properly lock disp in mc_stop/resume for evergreen+ + - LP: #1179514 + * drm/radeon: properly lock disp in mc_stop/resume for r5xx-r7xx + - LP: #1179514 + * drm/radeon: update wait_for_vblank for r1xx-r4xx + - LP: #1179514 + * drm/radeon: disable the crtcs in mc_stop (evergreen+) (v2) + - LP: #1179514 + * drm/radeon: add some new SI PCI ids + - LP: #1179514 + * drm/radeon/evergreen+: don't enable HPD interrupts on eDP/LVDS + - LP: #1179514 + * drm/radeon: cleanup properly if mmio mapping fails + - LP: #1179514 + * drm/radeon: fix hdmi mode enable on RS600/RS690/RS740 + - LP: #1179514 + * drm/radeon: fix typo in si_select_se_sh() + - LP: #1179514 + * drm/radeon: Always flush the VM + - LP: #1179514 + * drm/radeon: disable the crtcs in mc_stop (r5xx-r7xx) (v2) + - LP: #1179514 + * drm/radeon: fix endian bugs in atom_allocate_fb_scratch() + - LP: #1179514 + * drm/radeon: fix possible segfault when parsing pm tables + - LP: #1179514 + * drm/radeon: add new richland pci ids + - LP: #1179514 + * drm/radeon: fix handling of v6 power tables + - LP: #1179514 + * tracing: Fix ftrace_dump() + - LP: #1179514 + * Btrfs: compare relevant parts of delayed tree refs + - LP: #1179514 + * Btrfs: fix extent logging with O_DIRECT into prealloc + - LP: #1179514 + * EDAC: Don't give write permission to read-only files + - LP: #1179514 + * NFSv4.x: Fix handling of partially delegated locks + - LP: #1179514 + * kernel/audit_tree.c: tree will leak memory when failure occurs in + audit_trim_trees() + - LP: #1179514 + * x86/mm: account for PGDIR_SIZE alignment + - LP: #1179514 + * Linux 3.8.13 + - LP: #1179514 + * iwlwifi: add new pci id for 6x35 series + - LP: #1180256 + * be2net: fix re-loaded PF driver to re-gain control of its VFs + - LP: #1180217 + * be2net: update driver version to 4.6.x + - LP: #1180217 + * be2net: remove BUG_ON() in be_mcc_compl_is_new() + - LP: #1180217 + * benet: Wait f/w POST until timeout + - LP: #1180217 + * be2net: use CSR-BAR SEMAPHORE reg for BE2/BE3 + - LP: #1180217 + * be2net: Update copyright year + - LP: #1180217 + * be2net: enable interrupts in be_probe() (RoCE and other ULPs need them) + - LP: #1180217 + * be2net: Use new F/W mailbox cmd to manipulate interrupts. + - LP: #1180217 + * be2net: remove unused variable 'sge' + - LP: #1180217 + * be2net: take care of __vlan_put_tag return value + - LP: #1180217 + * be2net: Use TXQ_CREATE_V2 cmd + - LP: #1180217 + * be2net: Don't log "Out of MCCQ wrbs" error + - LP: #1180217 + * be2net: Avoid flashing BE3 UFI on BE3-R chip. + - LP: #1180217 + * be2net: Use GET_PROFILE_CONFIG V1 cmd for BE3-R + - LP: #1180217 + * be2net: enable IOMMU pass through for be2net + - LP: #1180217 + * be2net: Add support for setting and getting rx flow hash options + - LP: #1180217 + * be2net: Renamed rx_address_mismatch_errors to rx_address_filtered + - LP: #1180217 + * be2net: Avoid diagnostic test in certain versions of firmware to avoid + NIC freeze. + - LP: #1180217 + * be2net: Fixed memory leak + - LP: #1180217 + * be2net: Fix to show wol disabled/enabled state correctly. + - LP: #1180217 + * be2net: Use GET_FUNCTION_CONFIG V1 cmd + - LP: #1180217 + * be2net: FLR must be first cmd issued to Lancer FW + - LP: #1180217 + * be2net: Fix to use version 2 of cq_create for SkyHawk-R devices + - LP: #1180217 + * be2net: Fix to use 32-bit stats to report rx_drops_no_fragment + - LP: #1180217 + * be2net: Fix to show tx priority pause counter in ethtool -S + - LP: #1180217 + * be2net: Fix to receive Multicast Packets when Promiscuous mode is + enabled on certain devices + - LP: #1180217 + * be2net: Fix firmware download for Lancer + - LP: #1180217 + * be2net: avoid napi_disable() when it has not been enabled + - LP: #1180217 + * be2net: Fix to fail probe if MSI-X enable fails for a VF + - LP: #1180217 + + -- Steve Conklin Fri, 31 May 2013 07:58:43 -0500 + +linux (3.8.0-23.34) raring-proposed; urgency=low + + [Steve Conklin] + + * Release Tracking Bug + - LP: #1185136 + + [ Upstream Kernel Changes ] + + * iscsi-target: fix heap buffer overflow on error + - CVE-2013-2850 + + -- Steve Conklin Tue, 28 May 2013 13:19:38 -0500 + +linux (3.8.0-22.33) raring-proposed; urgency=low + + [Steve Conklin] + + * Release Tracking Bug + - LP: #1180483 + * merged back all changes which were in 20.31 + + -- Steve Conklin Wed, 15 May 2013 14:00:19 -0500 + +linux (3.8.0-21.32) raring-proposed; urgency=low + + [Steve Conklin] + + * Release Tracking Bug + - LP: #1180058 + * Based on 3.8.0-19.30 release + - entire delta from 19.30 to 20.31 removed + - CVE release is based on updates+fix + + [ Upstream Kernel Changes ] + + * perf: Treat attr.config as u64 in perf_swevent_init() + - LP: #1179943 + - CVE-2013-2094 + + -- Steve Conklin Tue, 14 May 2013 14:19:21 -0500 + +linux (3.8.0-20.31) raring; urgency=low + + [Brad Figg] + + * Release Tracking Bug + - LP: #1176953 + + [ AceLan Kao ] + + * SAUCE: (no-up) alx: disables MSI generation + - LP: #927782 + + [ David Henningsson ] + + * SAUCE: (no-up) Fix oops in patch_hdmi due to missing hda_gen_spec + struct + - LP: #1169984 + + [ Kamal Mostafa ] + + * SAUCE: (no-up) drm/i915: revert PCH_PWM_ENABLE quirk for XPS13-FHD + - LP: #1169376 + + [ Seth Forshee ] + + * SAUCE: (no-up) ACPI: Disable Windows 8 compatibility for some Lenovo + ThinkPads + - LP: #1098216 + + [ Tim Gardner ] + + * SAUCE: (no-up) alx: Don't check netif_running() before powering up + - LP: #1172415 + * enable tools build for armhf + - LP: #1171580 + * [packaging] Bump ABI for every new release + + [ Upstream Kernel Changes ] + + * Revert "MIPS: page.h: Provide more readable definition for PAGE_MASK." + - LP: #1173170 + * tg3: Add 57766 device support. + - LP: #1162665 + * powerpc: add a missing label in resume_kernel + - LP: #1173170 + * kvm/powerpc/e500mc: fix tlb invalidation on cpu migration + - LP: #1173170 + * ARM: Do 15e0d9e37c (ARM: pm: let platforms select cpu_suspend support) + properly + - LP: #1173170 + * kthread: Prevent unpark race which puts threads on the wrong cpu + - LP: #1173170 + * hrtimer: Don't reinitialize a cpu_base lock on CPU_UP + - LP: #1173170 + * can: mcp251x: add missing IRQF_ONESHOT to request_threaded_irq + - LP: #1173170 + * can: sja1000: fix handling on dt properties on little endian systems + - LP: #1173170 + * hugetlbfs: stop setting VM_DONTDUMP in initializing vma(VM_HUGETLB) + - LP: #1173170 + * hugetlbfs: add swap entry check in follow_hugetlb_page() + - LP: #1173170 + * fs/binfmt_elf.c: fix hugetlb memory check in vma_dump_size() + - LP: #1173170 + * kernel/signal.c: stop info leak via the tkill and the tgkill syscalls + - LP: #1173170 + * hfsplus: fix potential overflow in hfsplus_file_truncate() + - LP: #1173170 + * md: raid1,10: Handle REQ_WRITE_SAME flag in write bios + - LP: #1173170 + * KVM: Allow cross page reads and writes from cached translations. + - LP: #1173170 + * ARM: i.MX35: enable MAX clock + - LP: #1173170 + * ARM: clk-imx35: Bugfix iomux clock + - LP: #1173170 + * sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()s + - LP: #1173170 + * sched/debug: Fix sd->*_idx limit range avoiding overflow + - LP: #1173170 + * ARM: 7696/1: Fix kexec by setting outer_cache.inv_all for Feroceon + - LP: #1173170 + * ARM: 7698/1: perf: fix group validation when using enable_on_exec + - LP: #1173170 + * ath9k_htc: accept 1.x firmware newer than 1.3 + - LP: #1173170 + * ath9k_hw: change AR9580 initvals to fix a stability issue + - LP: #1173170 + * mac80211: fix cfg80211 interaction on auth/assoc request + - LP: #1173170 + * ssb: implement spurious tone avoidance + - LP: #1173170 + * crypto: algif - suppress sending source address information in recvmsg + - LP: #1173170 + * perf: Treat attr.config as u64 in perf_swevent_init() + - LP: #1173170 + * perf/x86: Fix offcore_rsp valid mask for SNB/IVB + - LP: #1173170 + * vm: add vm_iomap_memory() helper function + - LP: #1173170 + * vm: convert snd_pcm_lib_mmap_iomem() to vm_iomap_memory() helper + - LP: #1173170 + * vm: convert fb_mmap to vm_iomap_memory() helper + - LP: #1173170 + * vm: convert HPET mmap to vm_iomap_memory() helper + - LP: #1173170 + * vm: convert mtdchar mmap to vm_iomap_memory() helper + - LP: #1173170 + * Btrfs: make sure nbytes are right after log replay + - LP: #1173170 + * s390: move dummy io_remap_pfn_range() to asm/pgtable.h + - LP: #1173170 + * Linux 3.8.9 + - LP: #1173170 + * Linux 3.8.10 + - LP: #1175391 + * aio: fix possible invalid memory access when DEBUG is enabled + - LP: #1175391 + * TTY: fix atime/mtime regression + - LP: #1175391 + * sparc64: Fix race in TLB batch processing. + - LP: #1175391 + * atm: update msg_namelen in vcc_recvmsg() + - LP: #1175391 + * ax25: fix info leak via msg_name in ax25_recvmsg() + - LP: #1175391 + * Bluetooth: fix possible info leak in bt_sock_recvmsg() + - LP: #1175391 + * Bluetooth: RFCOMM - Fix missing msg_namelen update in + rfcomm_sock_recvmsg() + - LP: #1175391 + * Bluetooth: SCO - Fix missing msg_namelen update in sco_sock_recvmsg() + - LP: #1175391 + * caif: Fix missing msg_namelen update in caif_seqpkt_recvmsg() + - LP: #1175391 + * irda: Fix missing msg_namelen update in irda_recvmsg_dgram() + - LP: #1175391 + * iucv: Fix missing msg_namelen update in iucv_sock_recvmsg() + - LP: #1175391 + * l2tp: fix info leak in l2tp_ip6_recvmsg() + - LP: #1175391 + * llc: Fix missing msg_namelen update in llc_ui_recvmsg() + - LP: #1175391 + * netrom: fix info leak via msg_name in nr_recvmsg() + - LP: #1175391 + * NFC: llcp: fix info leaks via msg_name in llcp_sock_recvmsg() + - LP: #1175391 + * rose: fix info leak via msg_name in rose_recvmsg() + - LP: #1175391 + * tipc: fix info leaks via msg_name in recv_msg/recv_stream + - LP: #1175391 + * cbq: incorrect processing of high limits + - LP: #1175391 + * net IPv6 : Fix broken IPv6 routing table after loopback down-up + - LP: #1175391 + * net: count hw_addr syncs so that unsync works properly. + - LP: #1175391 + * atl1e: limit gso segment size to prevent generation of wrong ip length + fields + - LP: #1175391 + * bonding: fix bonding_masters race condition in bond unloading + - LP: #1175391 + * bonding: IFF_BONDING is not stripped on enslave failure + - LP: #1175391 + * bonding: fix l23 and l34 load balancing in forwarding path + - LP: #1175391 + * af_unix: If we don't care about credentials coallesce all messages + - LP: #1175391 + * netfilter: don't reset nf_trace in nf_reset() + - LP: #1175391 + * ipv6/tcp: Stop processing ICMPv6 redirect messages + - LP: #1175391 + * rtnetlink: Call nlmsg_parse() with correct header length + - LP: #1175391 + * tcp: incoming connections might use wrong route under synflood + - LP: #1175391 + * tcp: Reallocate headroom if it would overflow csum_start + - LP: #1175391 + * net: mvmdio: add select PHYLIB + - LP: #1175391 + * esp4: fix error return code in esp_output() + - LP: #1175391 + * net: mvneta: fix improper tx queue usage in mvneta_tx() + - LP: #1175391 + * net: cdc_mbim: remove bogus sizeof() + - LP: #1175391 + * tcp: call tcp_replace_ts_recent() from tcp_ack() + - LP: #1175391 + * net: rate-limit warn-bad-offload splats. + - LP: #1175391 + * net: drop dst before queueing fragments + - LP: #1175391 + * tracing: Fix selftest function recursion accounting + - LP: #1175391 + * ARM: 7699/1: sched_clock: Add more notrace to prevent recursion + - LP: #1175391 + * ARM: 7692/1: iop3xx: move IOP3XX_PERIPHERAL_VIRT_BASE + - LP: #1175391 + * Linux 3.8.11 + - LP: #1175391 + + -- Brad Figg Mon, 06 May 2013 08:27:39 -0700 + +linux (3.8.0-19.30) raring; urgency=low + + [ Upstream Kernel Changes ] + + * Add file_ns_capable() helper function for open-time capability checking + (CVE-2013-1959) + - LP: #1174590 + - CVE-2013-1959 + * userns: Don't let unprivileged users trick privileged users into + setting the id_map (CVE-2013-1959) + - LP: #1174590 + - CVE-2013-1959 + * userns: Check uid_map's opener's fsuid, not the current fsuid + (CVE-2013-1959) + - LP: #1174590 + - CVE-2013-1959 + * net: fix incorrect credentials passing (CVE-2013-1979) + - LP: #1174827 + - CVE-2013-1979 + * userns: Changing any namespace id mappings should require privileges + (CVE-2013-1979) + - LP: #1174827 + - CVE-2013-1979 + + -- Tim Gardner Thu, 18 Apr 2013 11:21:24 -0400 + +linux (3.8.0-19.29) raring; urgency=low + + [ Paolo Pisati ] + + * UBUNTU: [Config] disable PL330_DMA + - LP: #1168039 + + [ Rob Herring ] + + * UBUNTU: SAUCE: (no-up) ARM: highbank: fix cache flush ordering for cpu hotplug + - LP: #1169956 + + [ joseph.salisbury@canonical.com ] + + * SAUCE: (no-up) x86: reboot: Make Dell Optiplex 390 use reboot=pci + - LP: #800660 + + [ Kamal Mostafa ] + + * SAUCE: [media] uvcvideo: quirk PROBE_DEF for Dell Studio / OmniVision + webcam + - LP: #1168430 + + [ Upstream Kernel Changes ] + + * Revert "drivers/rtc/rtc-at91rm9200.c: use a variable for storing IMR" + - LP: #1168506 + * Revert "PCI/ACPI: Request _OSC control before scanning PCI root bus" + - LP: #1168506 + * Revert "tty/8250_pnp: serial port detection regression since v3.7" + - LP: #1168506 + * ALSA: hda - fixup D3 pin and right channel mute on Haswell HDMI audio + - LP: #1167270 + * ASoC: imx-ssi: Fix occasional AC97 reset failure + - LP: #1168506 + * ASoC: dma-sh7760: Fix compile error + - LP: #1168506 + * ASoC: spear_pcm: Update to new pcm_new() API + - LP: #1168506 + * regmap: Initialize `map->debugfs' before regcache + - LP: #1168506 + * regmap: cache Fix regcache-rbtree sync + - LP: #1168506 + * MIPS: Fix logic errors in bitops.c + - LP: #1168506 + * HID: magicmouse: fix race between input_register() and probe() + - LP: #1168506 + * spi/s3c64xx: modified error interrupt handling and init + - LP: #1168506 + * spi/mpc512x-psc: optionally keep PSC SS asserted across xfer segmensts + - LP: #1168506 + * gpio: stmpe: pass DT node to irqdomain + - LP: #1168506 + * UBIFS: make space fixup work in the remount case + - LP: #1168506 + * reiserfs: Fix warning and inode leak when deleting inode with xattrs + - LP: #1168506 + * ALSA: hda - bug fix on return value when getting HDMI ELD info + - LP: #1168506 + * ALSA: hda - Enabling Realtek ALC 671 codec + - LP: #1168506 + * ALSA: hda - fix typo in proc output + - LP: #1168506 + * drm/nouveau: fix handling empty channel list in ioctl's + - LP: #1168506 + * drm/i915: Be sure to turn hsync/vsync back on at crt enable (v2) + - LP: #1168506 + * drm: correctly restore mappings if drm_open fails + - LP: #1168506 + * mm: prevent mmap_cache race in find_vma() + - LP: #1168506 + * EISA/PCI: Init EISA early, before PNP + - LP: #1168506 + * EISA/PCI: Fix bus res reference + - LP: #1168506 + * ixgbe: fix registration order of driver and DCA nofitication + - LP: #1168506 + * libata: Use integer return value for atapi_command_packet_set + - LP: #1168506 + * libata: Set max sector to 65535 for Slimtype DVD A DS8A8SH drive + - LP: #1168506 + * MIPS: Unbreak function tracer for 64-bit kernel. + - LP: #1168506 + * alpha: Add irongate_io to PCI bus resources + - LP: #1168506 + * PCI/ACPI: Always resume devices on ACPI wakeup notifications + - LP: #1168506 + * PCI/PM: Disable runtime PM of PCIe ports + - LP: #1168506 + * ata_piix: Fix DVD not dectected at some Haswell platforms + - LP: #1168506 + * ftrace: Consistently restore trace function on sysctl enabling + - LP: #1168506 + * powerpc: pSeries_lpar_hpte_remove fails from Adjunct partition being + performed before the ANDCOND test + - LP: #1168506 + * mwifiex: limit channel number not to overflow memory + - LP: #1168506 + * mac80211: fix remain-on-channel cancel crash + - LP: #1168506 + * x86: remove the x32 syscall bitmask from syscall_get_nr() + - LP: #1168506 + * hwspinlock: fix __hwspin_lock_request error path + - LP: #1168506 + * remoteproc/ste: fix memory leak on shutdown + - LP: #1168506 + * remoteproc: fix error path of handle_vdev + - LP: #1168506 + * remoteproc: fix FW_CONFIG typo + - LP: #1168506 + * spinlocks and preemption points need to be at least compiler barriers + - LP: #1168506 + * crypto: ux500 - add missing comma + - LP: #1168506 + * crypto: gcm - fix assumption that assoc has one segment + - LP: #1168506 + * drm/mgag200: Index 24 in extended CRTC registers is 24 in hex, not + decimal. + - LP: #1168506 + * block: avoid using uninitialized value in from queue_var_store + - LP: #1168506 + * SUNRPC: Remove extra xprt_put() + - LP: #1168506 + * NFSv4: Fix a memory leak in nfs4_discover_server_trunking + - LP: #1168506 + * NFSv4/4.1: Fix bugs in nfs4[01]_walk_client_list + - LP: #1168506 + * drm/i915: Fix build failure + - LP: #1168506 + * x86: Fix rebuild with EFI_STUB enabled + - LP: #1168506 + * thermal: return an error on failure to register thermal class + - LP: #1168506 + * msi-wmi: Fix memory leak + - LP: #1168506 + * cpufreq: exynos: Get booting freq value in exynos_cpufreq_init + - LP: #1168506 + * ARM: EXYNOS: Fix crash on soft reset on EXYNOS5440 + - LP: #1168506 + * drm/i915: add quirk to invert brightness on eMachines G725 + - LP: #1168506 + * drm/i915: add quirk to invert brightness on eMachines e725 + - LP: #1168506 + * drm/i915: add quirk to invert brightness on Packard Bell NCL20 + - LP: #1168506 + * r8169: fix auto speed down issue + - LP: #1168506 + * vfio-pci: Fix possible integer overflow + - LP: #1168506 + * NFSv4: Doh! Typo in the fix to nfs41_walk_client_list + - LP: #1168506 + * can: gw: use kmem_cache_free() instead of kfree() + - LP: #1168506 + * mwifiex: complete last internal scan + - LP: #1168506 + * Linux 3.8.7 + - LP: #1168506 + * ALSA: usb-audio: fix endianness bug in snd_nativeinstruments_* + - LP: #1169930 + * ASoC: core: Fix to check return value of snd_soc_update_bits_locked() + - LP: #1169930 + * ASoC: wm5102: Correct lookup of arizona struct in SYSCLK event + - LP: #1169930 + * ASoC: wm8903: Fix the bypass to HP/LINEOUT when no DAC or ADC is + running + - LP: #1169930 + * tracing: Fix double free when function profile init failed + - LP: #1169930 + * ARM: Kirkwood: Fix typo in the definition of ix2-200 rebuild LED + - LP: #1169930 + * ARM: imx35 Bugfix admux clock + - LP: #1169930 + * dmaengine: omap-dma: Start DMA without delay for cyclic channels + - LP: #1169930 + * PM / reboot: call syscore_shutdown() after disable_nonboot_cpus() + - LP: #1169930 + * ipc: set msg back to -EAGAIN if copy wasn't performed + - LP: #1169930 + * GFS2: Fix unlock of fcntl locks during withdrawn state + - LP: #1169930 + * GFS2: return error if malloc failed in gfs2_rs_alloc() + - LP: #1169930 + * SCSI: libsas: fix handling vacant phy in sas_set_ex_phy() + - LP: #1169930 + * cifs: Allow passwords which begin with a delimitor + - LP: #1169930 + * target: Fix incorrect fallthrough of ALUA Standby/Offline/Transition + CDBs + - LP: #1169930 + * vfs: Revert spurious fix to spinning prevention in prune_icache_sb + - LP: #1169930 + * kobject: fix kset_find_obj() race with concurrent last kobject_put() + - LP: #1169930 + * gpio: fix wrong checking condition for gpio range + - LP: #1169930 + * x86-32: Fix possible incomplete TLB invalidate with PAE pagetables + - LP: #1169930 + * tracing: Fix possible NULL pointer dereferences + - LP: #1169930 + * udl: handle EDID failure properly. + - LP: #1169930 + * ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section + - LP: #1169930 + * sched_clock: Prevent 64bit inatomicity on 32bit systems + - LP: #1169930 + * x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updates + - LP: #1169930 + * x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare + metal + - LP: #1169930 + * tty: don't deadlock while flushing workqueue + - LP: #1169930 + * Linux 3.8.8 + - LP: #1169930 + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1168504 + + -- Tim Gardner Fri, 12 Apr 2013 14:37:27 -0400 + +linux (3.8.0-18.28) raring; urgency=low + + [ Andy Whitcroft ] + + * (debian) fix internal linkage for separated header packages + - LP: #1165259 + + [ Gavin Guo ] + + * SAUCE: Bluetooth: Add support for Broadcom 413c:8143 + - LP: #1166113 + + [ John Johansen ] + + * SAUCE: (no-up) apparmor: Fix quieting of audit messages for network + mediation + - LP: #1163259 + + [ Kamal Mostafa ] + + * SAUCE: (no-up) drm/i915: quirk no PCH_PWM_ENABLE for Dell XPS13 + backlight + - LP: #1162026, #1163720 + + [ Leann Ogasawara ] + + * [Config] Disable CONFIG_PARPORT_PC_FIFO + - LP: #339752 + + [ Martin Pitt ] + + * SAUCE: (no-up) mac80211_hwsim: Register and bind to driver + - LP: #1166250 + + [ Paolo Pisati ] + + * [Config] RTC_DRV_PL031=y + + [ Stefan Bader ] + + * (debian) Abort build on unresolved symbols + - LP: #1166197 + + [ Tim Gardner ] + + * [Config] Add libceph to inclusion list + * [Config] Drop all inclusion list modules with unsatisfied dependencies + * SAUCE: (no-up) Remove emi62 files duplicated in linux-firmware + * SAUCE: (no-up) Remove emi26 files duplicated in linux-firmware + * SAUCE: (no-up) Remove whiteheat files duplicated in linux-firmware + * Release Tracking Bug + - LP: #1168040 + + [ Upstream Kernel Changes ] + + * TTY: do not update atime/mtime on read/write + - LP: #1097680 + - CVE-2013-0160 + * KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions + (CVE-2013-1797) + - LP: #1158258 + - CVE-2013-1797 + * KVM: Fix bounds checking in ioapic indirect register reads + (CVE-2013-1798) + - LP: #1158262 + - CVE-2013-1798 + * drm/i915: HDMI/DP - ELD info refresh support for Haswell + - LP: #1011438 + * ALSA - HDA: New PCI ID for Haswell ULT + - LP: #1011438 + * ALSA: hda - Support rereading widgets under the function group + - LP: #1011438 + * ALSA: hda - Add fixup for Haswell to enable all pin and convertor + widgets + - LP: #1011438 + * libata: fix DMA to stack in reading devslp_timing parameters + - LP: #1031173 + * dmaengine: dw_dmac: remove CLK dependency + - LP: #1031163 + * dmaengine: dw_dmac: Enhance device tree support + - LP: #1031163 + * dmaengine: dw_dmac: amend description and indentation + - LP: #1031163 + * dw_dmac: change dev_printk() to corresponding macros + - LP: #1031163 + * dw_dmac: don't call platform_get_drvdata twice + - LP: #1031163 + * dw_dmac: change dev_crit to dev_WARN in dwc_handle_error + - LP: #1031163 + * dw_dmac: introduce to_dw_desc() macro + - LP: #1031163 + * dw_dmac: absence of pdata isn't critical when autocfg is set + - LP: #1031163 + * dw_dmac: check for mapping errors + - LP: #1031163 + * dw_dmac: remove redundant check + - LP: #1031163 + * dw_dmac: update tx_node_active in dwc_do_single_block + - LP: #1031163 + * dma: dw_dmac: add dwc_chan_pause and dwc_chan_resume + - LP: #1031163 + * dmaengine: introduce is_slave_direction function + - LP: #1031163 + * dmaengine: add possibility for cyclic transfers + - LP: #1031163 + * dma: dw_dmac: check direction properly in dw_dma_cyclic_prep + - LP: #1031163 + * dma: ep93xx_dma: reuse is_slave_direction helper + - LP: #1031163 + * dma: ipu_idmac: reuse is_slave_direction helper + - LP: #1031163 + * dma: ste_dma40: reuse is_slave_direction helper + - LP: #1031163 + * dw_dmac: call .probe after we have a device in place + - LP: #1031163 + * dw_dmac: store direction in the custom channel structure + - LP: #1031163 + * dw_dmac: make usage of dw_dma_slave optional + - LP: #1031163 + * dw_dmac: backlink to dw_dma in dw_dma_chan is superfluous + - LP: #1031163 + * dw_dmac: allocate dma descriptors from DMA_COHERENT memory + - LP: #1031163 + * dw_dmac: don't exceed AHB master number in dwc_get_data_width + - LP: #1031163 + * dw_dmac: move soft LLP code from tasklet to dwc_scan_descriptors + - LP: #1031163 + * dw_dmac: print out DW_PARAMS and DWC_PARAMS when debug + - LP: #1031163 + * dw_dmac: remove unnecessary tx_list field in dw_dma_chan + - LP: #1031163 + * dw_dmac: introduce total_len field in struct dw_desc + - LP: #1031163 + * dw_dmac: fill individual length of descriptor + - LP: #1031163 + * dw_dmac: return proper residue value + - LP: #1031163 + * dw_dmac: apply default dma_mask if needed + - LP: #1031163 + * dw_dmac: add support for Lynxpoint DMA controllers + - LP: #1031163 + * dw_dmac: adjust slave_id accordingly to request line base + - LP: #1031163 + + -- Tim Gardner Tue, 09 Apr 2013 10:08:09 -0400 + +linux (3.8.0-17.27) raring; urgency=low + + [ Adam Lee ] + + * SAUCE: (no-up) Bluetooth: Add support for 04ca:2007 + - LP: #1153448 + * SAUCE: (no-up) Bluetooth: Add support for 105b:e065 + - LP: #1161261 + + [ Len Brown ] + + * SAUCE: (no-up) tools/power turbostat: additional Haswell CPU-id + - LP: #1083993 + + [ Tim Gardner ] + + * Revert "SAUCE: (no-up) seccomp: forcing auditing of kill condition" + Replaced by upstream patch. + * Release Tracking Bug + - LP: #1165746 + + [ Upstream Kernel Changes ] + + * rebase to v3.8.6 + * Revert "brcmsmac: support 4313iPA" + - LP: #1157190 + * tools/power turbostat: support Haswell + - LP: #1083993 + * net: calxedaxgmac: fix rx ring handling when OOM + * cpufreq: check OF node /cpus presence before dereferencing it + * Input: cypress_ps2 - fix trackpadi found in Dell XPS12 + - LP: #1103594 + * ARM: OMAP2+: Limit omap initcalls to omap only on multiplatform kernels + * ARM: OMAP2+: Use omap initcalls + * ARM: OMAP: Fix i2c cmdline initcall for multiplatform + * ARM: OMAP: Fix dmaengine init for multiplatform + * ARM: OMAP2+: Add multiplatform debug_ll support + * ARM: OMAP2+: Disable code that currently does not work with + multiplaform + * ARM: OMAP2+: Enable ARCH_MULTIPLATFORM support + * ARM: OMAP2+: Add minimal support for booting vexpress + * ARM: OMAP2+: Remove now obsolete uncompress.h and debug-macro.S + * davinci: do not include mach/hardware.h + * clk: export __clk_get_name for re-use in imx-ipu-v3 and others + * [SCSI] storvsc: avoid usage of WRITE_SAME + - LP: #1157952 + * ACPICA: Fix possible memory leak in dispatcher error path. + * KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-2013-1796) + - LP: #1158254 + - CVE-2013-1796 + + [ Wen-chien Jesse Sung ] + + * SAUCE: (no-up) Bluetooth: Add a load_firmware callback to struct hci_dev + - LP: #1065400 + * SAUCE: (no-up) Bluetooth: Implement broadcom patchram firmware loader + - LP: #1065400 + * SAUCE: (no-up) Bluetooth: Add support for 13d3:3388 and 13d3:3389 + - LP: #1065400 + + -- Tim Gardner Tue, 02 Apr 2013 08:02:43 -0600 + +linux (3.8.0-16.26) raring; urgency=low + + [ Len Brown ] + + * SAUCE: intel_idle: additional Haswell CPU-id + - LP: #1083993 + + [ Nishanth Menon ] + + * SAUCE: cpufreq: OMAP: instantiate omap-cpufreq as a platform_driver + + [ Tim Gardner ] + + * Rebase to 3.8.5 + * Release Tracking Bug + - LP: #1162956 + + [ Upstream Kernel Changes ] + + * iwlwifi: add 7000 series device configuration + - LP: #1011422 + * mac80211: prevent spurious HT/VHT downgrade message + + -- Tim Gardner Thu, 28 Mar 2013 11:24:36 -0400 + +linux (3.8.0-15.25) raring; urgency=low + + [ Andy Whitcroft ] + + * [Config] annotations -- track move to -generic for armhf + * [Config] annotations -- resync with updated armhf -generic flavour + * [Config] annotations -- clean up redundant annotations + * Revert "SAUCE: add option to hand off all kernel parameters to init" + * SAUCE: add option to hand off all kernel parameters to init + Clean up compile warnings. + - LP: #586386 + * Revert "SAUCE: isapnp_init: make isa PNP scans occur async" + * SAUCE: isapnp_init: make isa PNP scans occur async + Clean up compile warnings. + + [ Paolo Pisati ] + + * [Config] HIHGBANK=y + * [Config] SATA_HIGHBANK=y + * [Config] NET_CALXEDA_XGMAC=y + * [Config] EDAC_HIGHBANK_[MC|L2]=y + * SAUCE: cpufreq: check OF /cpus presence before dereferencing it + * [Config] CONFIG_CPU_IDLE_CALXEDA=y, CONFIG_SWP_EMULATE=y + * [Config] ARM_HIGHBANK_CPUFREQ=y + * [Config] CPU_IDLE_MULTIPLE_DRIVERS=y, CPU_FREQ_DEFAULT_GOV_ONDEMAND=y + + [ Rob Herring ] + + * SAUCE: ARM: cache-l2x0: fix masking of RTL revision numbering and + set_debug init + * SAUCE: ahci: remove calxeda ahci controller + * SAUCE: cpuidle: calxeda: disable power gating by default + * SAUCE: net: calxedaxgmac: fix rx ring handling when OOM + + [ Stefan Bader ] + + * SAUCE: dm-raid45: Fix incompatible ptr assignments + Clean up compile warnings. + + [ Tim Gardner ] + + * [Config] Removed modules from ABI + * [Config] CONFIG_SATA_HIGHBANK=n for x86 + * [Config] Remove highbank as a flavour + * [Config] CONFIG_MAILBOX=y + * SAUCE: acpi/video.c: Fix compile warnings + * SAUCE: apparmor: Fix compile warnings + * SAUCE: vesafb: Cleanup compile warnings + * Release Tracking Bug + - LP: #1161054 + + [ Upstream Kernel Changes ] + + * i2c: iSMT: add Intel Avoton DeviceIDs + - LP: #1083965 + * ARM: use device tree to get smp_twd clock + * clk / highbank: Prevent glitches in non-bypass reset mode + * ARM / highbank: add support for pl320 IPC + * cpufreq / highbank: add support for highbank cpufreq + * PM / OPP: switch exported symbols to GPL variant + * PM / OPP: Export more symbols for module usage + * mailbox, pl320-ipc: remove __init from probe function + + [ Xiangliang Yu ] + + * SAUCE: PCI: define macro for marvell vendor ID + - LP: #1159863 + * SAUCE: PCI: fix system hang issue of Marvell SATA host controller + - LP: #1159863 + + -- Tim Gardner Mon, 25 Mar 2013 11:55:34 -0600 + +linux (3.8.0-14.24) raring; urgency=low + + [ Paolo Pisati ] + + * [Config] rename omap flavour to generic + * [Config] USB_MUSB_HDRC=m + + [ Roger Quadros ] + + * SAUCE: mfd: omap-usb-host: Fix clk warnings at boot + + [ Seth Forshee ] + + * SAUCE: Revert "brcmsmac: support 4313iPA" + - LP: #1157190 + + [ Tim Gardner ] + + * [Config] CONFIG_SERIAL_8250_DW=m across all arches + - LP: #1031162 + * [debian] Build extras package only for specific arches + * [config] Set do_extras_package=true for x86en + * Rebase to 3.8.4 + * Release Tracking Bug + - LP: #1158863 + + [ Upstream Kernel Changes ] + + * Input: ALPS - document the alps.h data structures + - LP: #1089413 + * Input: ALPS - copy "model" info into alps_data struct + - LP: #1089413 + * Input: ALPS - move alps_get_model() down below hw_init code + - LP: #1089413 + * Input: ALPS - introduce helper function for repeated commands + - LP: #1089413 + * Input: ALPS - rework detection sequence + - LP: #1089413 + * Input: ALPS - use function pointers for different protocol handlers + - LP: #1089413 + * Input: ALPS - move {addr,nibble}_command settings into + alps_set_defaults() + - LP: #1089413 + * Input: ALPS - rework detection of Pinnacle AGx touchpads + - LP: #1089413 + * Input: ALPS - fix command mode check + - LP: #1089413 + * Input: ALPS - move pixel and bitmap info into alps_data struct + - LP: #1089413 + * Input: ALPS - make the V3 packet field decoder "pluggable" + - LP: #1089413 + * Input: ALPS - add support for "Rushmore" touchpads + - LP: #1089413 + * Input: ALPS - enable trackstick on Rushmore touchpads + - LP: #1089413 + * Input: ALPS - remove unused argument to alps_enter_command_mode() + - LP: #1089413 + * Input: ALPS - add "Dolphin V1" touchpad support + - LP: #1089413 + * serial: 8250_dw: Use ifdef with ACPI + - LP: #1031162 + + [ Upstream Kernel Changes ] + + * rebase to v3.8.4 + + -- Tim Gardner Tue, 19 Mar 2013 07:37:36 -0600 + +linux (3.8.0-13.23) raring; urgency=low + + [ Upstream Kernel Changes ] + + * Revert "drm/i915: enable irqs earlier when resuming" + - LP: #1156310 + * Revert "drm/i915: reorder setup sequence to have irqs for output setup" + - LP: #1156310 + * x86/apic: Remove noisy zero-mask warning from + default_send_IPI_mask_logical() + - LP: #1100202 + * drm/i915: Fix races in gen4 page flip interrupt handling + - LP: #1116587 + * drm/i915: Revert hdmi HDP pin checks + - LP: #1135668 + * signal: always clear sa_restorer on execve + - LP: #1153813 + - CVE-2013-0914 + + -- Tim Gardner Mon, 18 Mar 2013 10:04:33 -0600 + +linux (3.8.0-13.22) raring; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: fireware: add NO_MSI quirks for o2micro controller" + + [ Kamal Mostafa ] + + * SAUCE: alx: use github.com/qca/alx repo + - LP: #1154238 + * [packaging] do not use ../.$(series)-env file + * SAUCE: Convert bnx2x firmware files to ihex format + + [ Qualcomm Atheros, Inc ] + + * SAUCE: alx: Update to heads/master + - LP: #1154238 + + [ Seth Forshee ] + + * SAUCE: efivars: Allow disabling use as a pstore backend + * [Config] Re-enable CONFIG_PSTORE for x86 + + [ Tim Gardner ] + + * Drop efivarfs reverts in favor of 3.8.3 stable updates + Revert "efivarfs: Validate filenames much more aggressively" + Revert "efivarfs: guid part of filenames are case-insensitive" + * [Config] CONFIG_I2C_ISMT=m + - LP: #1011449 + * [Config] CONFIG_SERIAL_8250_DMA=y,CONFIG_SERIAL_8250_DW=m for x86en + - LP: #1031162 + * Release Tracking Bug + - LP: #1155680 + + [ Upstream Kernel Changes ] + + * net/sctp: Validate parameter size for SCTP_GET_ASSOC_STATS + - LP: #1152791 + - CVE-2013-1828 + * mfd: rtsx: Implement driving adjustment to device-dependent callbacks + - LP: #1153618 + * mfd: rtsx: Support RTS5227 + - LP: #1153618 + * mmc: rtsx: remove driving adjustment + - LP: #1153618 + * i2c: Adding support for Intel iSMT SMBus 2.0 host controller + - LP: #1011449 + * i2c: fix i2c-ismt.c printk format warning + - LP: #1011449 + * serial: quatech: add the other serial identifiers and preliminary + control code + - LP: #1031162 + * serial: Remove RM9000 series serial driver. + - LP: #1031162 + * serial: 8250_pci: remove __devexit usage + - LP: #1031162 + * serial: 8250: Allow drivers to deliver capabilities + - LP: #1031162 + * serial: 8250_dw: Don't use UPF_FIXED_TYPE + - LP: #1031162 + * serial: 8250_dw: Map IO memory + - LP: #1031162 + * serial: 8250_dw: Move device tree code to separate function + - LP: #1031162 + * serial: 8250_dw: Set FIFO size dynamically + - LP: #1031162 + * serial: 8250_dw: Add ACPI 5.0 support + - LP: #1031162 + * serial: 8250: Add support for dmaengine + - LP: #1031162 + * serial: 8250_dw: Enable DMA support with ACPI + - LP: #1031162 + + [ Upstream Kernel Changes ] + + * rebase to v3.8.3 + + -- Tim Gardner Mon, 11 Mar 2013 06:53:51 -0600 + +linux (3.8.0-12.21) raring; urgency=low + + [ Tim Gardner ] + + * [Config] CONFIG_PSTORE=n for x86 + * Release Tracking Bug + - LP: #1152228 + + [ Upstream Kernel Changes ] + + * Revert "efivarfs: guid part of filenames are case-insensitive" + - LP: #1146988 + * Revert "efivarfs: Validate filenames much more aggressively" + - LP: #1146988 + * mfd: rtsx: Optimize card detect flow + - LP: #1148892 + * mfd: rtsx: Fix issue that booting OS with SD card inserted + - LP: #1148892 + + -- Tim Gardner Wed, 06 Mar 2013 06:40:22 -0700 + +linux (3.8.0-11.20) raring; urgency=low + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1147659 + * [Config] CONFIG_SPI_PXA2XX_PCI=m + - LP: #1031169 + * CONFIG_SATA_ZPODD=y + - LP: #1031180 + * CONFIG_GPIO_LYNXPOINT=y + - LP: #1031174 + + [ Upstream Kernel Changes ] + + * spi/pxa2xx-pci: switch to use pcim_* interfaces + - LP: #1031169 + * spi/pxa2xx: embed the ssp_device to platform data + - LP: #1031169 + * spi/pxa2xx: allow building on a 64-bit kernel + - LP: #1031169 + * spi/pxa2xx: fix warnings when compiling a 64-bit kernel + - LP: #1031169 + * spi/pxa2xx: convert to the pump message infrastructure + - LP: #1031169 + * spi/pxa2xx: convert to the common clk framework + - LP: #1031169 + * spi/pxa2xx: break out the private DMA API usage into a separate file + - LP: #1031169 + * spi/pxa2xx: add support for DMA engine + - LP: #1031169 + * spi/pxa2xx: add support for runtime PM + - LP: #1031169 + * spi/pxa2xx: add support for SPI_LOOP + - LP: #1031169 + * spi/pxa2xx: add support for Intel Low Power Subsystem SPI + - LP: #1031169 + * spi/pxa2xx: add support for Lynxpoint SPI controllers + - LP: #1031169 + * i2c-designware: always set the STOP bit after last byte + - LP: #1031166 + * i2c-designware: add minimal support for runtime PM + - LP: #1031166 + * i2c-designware: add support for Intel Lynxpoint + - LP: #1031166 + * remove can_power_off flag from scsi_device + - LP: #1031180 + * sr: support runtime pm + - LP: #1031180 + * libata: identify and init ZPODD devices + - LP: #1031180 + * libata: move acpi notification code to zpodd + - LP: #1031180 + * libata: check zero power ready status for ZPODD + - LP: #1031180 + * libata: handle power transition of ODD + - LP: #1031180 + * libata: expose pm qos flags for ata device + - LP: #1031180 + * libata: do not suspend port if normal ODD is attached + - LP: #1031180 + * pm: differentiate system and runtime pm for ata port + - LP: #1031180 + * PM code cleanup for ata port + - LP: #1031180 + * scsi: no poll when ODD is powered off + - LP: #1031180 + * Set proper SK when CK_COND is set. + - LP: #1031180 + * fix smatch warning for zpodd_wake_dev + - LP: #1031180 + * gpio/lynxpoint: add chipset gpio driver. + - LP: #1031174 + + -- Tim Gardner Tue, 05 Mar 2013 05:42:44 -0700 + +linux (3.8.0-10.19) raring; urgency=low + + [ Andy Whitcroft ] + + * [Config] annotate CONFIG_PATA_ACPI + + [ Tim Gardner ] + + * rebase to v3.8.2 + + [ Upstream Kernel Changes ] + + * NFC: Fixed nfc core and hci unregistration and cleanup + - LP: #1083994 + * NFC: Added error handling in event_received hci ops + - LP: #1083994 + * NFC: Changed event_received hci ops result semantic + - LP: #1083994 + * NFC: Fixed skb leak in tm_send() nfc and hci ops implementations + - LP: #1083994 + * NFC: Add HCI quirks to support driver (non)standard implementations + - LP: #1083994 + * USB: Don't use EHCI port sempahore for USB 3.0 hubs. + - LP: #1011415 + * USB: Prepare for refactoring by adding extra udev checks. + - LP: #1011415 + * USB: Rip out recursive call on warm port reset. + - LP: #1011415 + * USB: Fix connected device switch to Inactive state. + - LP: #1011415 + * USB: Use helper function hub_set_port_link_state + - LP: #1011415 + * USB: Refactor hub_port_wait_reset. + - LP: #1011415 + * usb/core: consider link speed while looking at bMaxPower + - LP: #1011415 + * usb/core: update power budget for SuperSpeed + - LP: #1011415 + * usb: Add driver/usb/core/(port.c,hub.h) files + - LP: #1011415 + * usb: fix compilation error and warning of driver/usb/core/port.c on arm + and blackfin + - LP: #1011415 + * usb: Add "portX/connect_type" attribute to expose usb port's connect + type + - LP: #1011415 + * usb: Create link files between child device and usb port device. + - LP: #1011415 + * USB: Set usb port's DeviceRemovable according acpi information + - LP: #1011415 + * USB: fix sign-extension bug in the hub driver + - LP: #1011415 + * usb: add runtime pm support for usb port device + - LP: #1011415 + * usb: add usb port auto power off mechanism + - LP: #1011415 + * usb: expose usb port's pm qos flags to user space + - LP: #1011415 + * usb: enable usb port device's async suspend. + - LP: #1011415 + * drm: add prime helpers + - LP: #1138440 + * drm/nouveau: use prime helpers + - LP: #1138440 + * drm/radeon: use prime helpers + - LP: #1138440 + + [ Upstream Kernel Changes ] + + * rebase to v3.8.2 + - LP: #961286 + + [Tim Gardner] + + * Release Tracking Bug + - LP: #1144449 + + -- Tim Gardner Fri, 01 Mar 2013 07:10:07 -0700 + +linux (3.8.0-9.18) raring; urgency=low + + [Tim Gardner] + + * Release Tracking Bug + - LP: #1135937 + * [Config] CONFIG_PATA_ACPI=m + - LP: #1084783 + + [ Upstream Kernel Changes ] + + * intel_idle: stop using driver_data for static flags + - LP: #1083993 + * intel_idle: support Haswell + - LP: #1083993 + * i2c: i801: SMBus patch for Intel Avoton DeviceIDs + - LP: #1083965 + * ahci: AHCI-mode SATA patch for Intel Avoton DeviceIDs + - LP: #1083965 + * ata_piix: IDE-mode SATA patch for Intel Avoton DeviceIDs + - LP: #1083965 + + [ Upstream Kernel Changes ] + + * rebase to v3.8.1 + - LP: #1011792 + + -- Tim Gardner Wed, 27 Feb 2013 06:10:52 -0700 + +linux (3.8.0-8.17) raring; urgency=low + + [Tim Gardner] + + * Release Tracking Bug + - LP: #1133552 + * Bump ABI to fix armhf FTBS + + [ Herton Ronaldo Krzesinski ] + + * d-i: Add hid-logitech-dj to input-modules + - LP: #975198 + + -- Tim Gardner Tue, 26 Feb 2013 12:12:21 -0700 + +linux (3.8.0-7.16) raring; urgency=low + + [ Andy Whitcroft ] + + * [Config] all new menu aligned annotations + * [Config] v3.8 configuration review -- pass 1 + * [Config] v3.8 configuration review -- pass 2 + * [Config] apply v3.8 final configuration review changes + * [Config] annotation: ALX does not build on powerpc + * [Config] CONFIG_DEBUG_INFO=y + + [ Mathias Krause ] + + * SAUCE: sock_diag: Fix out-of-bounds access to sock_diag_handlers[] + - LP: #1132896 + - CVE-2013-1763 + + -- Tim Gardner Sun, 24 Feb 2013 06:38:59 -0700 + +linux (3.8.0-7.15) raring; urgency=low + + [ Kamal Mostafa ] + + * [Config] Add CONFIG_PS2_CYPRESS + * SAUCE: Input: Cypress PS/2 Trackpad simulated multitouch + * SAUCE: Input: fix Cypress PS/2 Trackpad in Dell XPS12 + - LP: #1103594 + + [ Upstream Kernel Changes ] + + * Input: increase struct ps2dev cmdbuf[] to 8 bytes + * Input: add support for Cypress PS/2 Trackpads + - LP: #978807 + + -- Tim Gardner Thu, 21 Feb 2013 11:59:19 -0700 + +linux (3.8.0-7.14) raring; urgency=low + + [ Andy Whitcroft ] + + * [Config] CONFIG_RCU_USER_QS=n + * [Config] CONFIG_MTD_ONENAND_SIM=n + * annotations: add annotations for CONFIG_CC_STACKPROTECTOR + + [ Upstream Kernel Changes ] + + * rebase to v3.8 + + [Tim Gardner] + + * Release Tracking Bug + - LP: #1130111 + * UBUNTU: SAUCE: rt2x00: rt2x00pci_regbusy_read() - only print register access failure once + - LP: #1128840 + + -- Tim Gardner Mon, 18 Feb 2013 09:25:56 -0700 + +linux (3.8.0-6.13) raring; urgency=low + + [Tim Gardner] + + * Release Tracking Bug + - LP: #1125364 + * Add ahci modules to d-i + - LP: #1124415 + + + [ Chris Wilson ] + + * SAUCE: drm/i915: Wait for pending flips to complete before tearing down + the encoders + - LP: #1097315 + + -- Tim Gardner Wed, 13 Feb 2013 12:16:48 -0700 + +linux (3.8.0-6.12) raring; urgency=low + + [Tim Gardner] + + * perf: NO_LIBPERL=1 + * Fix linux-headers dependency + * Release Tracking Bug + - LP: #1124362 + + [ Andy Whitcroft ] + + * [Config] enable CONFIG_AUFS_EXPORT to allow nfs exports + - LP: #1121699 + + [ Daniel Vetter ] + + * SAUCE: drm/i915: write backlight harder + - LP: #954661 + + -- Tim Gardner Wed, 13 Feb 2013 10:25:11 -0700 + +linux (3.8.0-6.11) raring; urgency=low + + [Tim Gardner] + + * Release Tracking Bug + - LP: #1122071 + * rebase to v3.8-rc7 + * Add libaudit-dev as a build dependency + * Build perf with NO_LIBPYTHON=1 to avoid a python build dependency. + + [ Leann Ogasawara ] + + * [Config] Remove CONFIG_SATA_AHCI annotation + + -- Tim Gardner Fri, 08 Feb 2013 07:41:13 -0500 + +linux (3.8.0-5.10) raring; urgency=low + + [Tim Gardner] + + * Release Tracking Bug + - LP: #1118568 + + * Bump ABI to fix install issue with 3.8.0-4.8. + Moving drivers/ata/*ahci* to linux-image caused an + install conflict with linux-image-extras without an + ABI bump. + + [ Jan Beulich ] + + * SAUCE: xen-pciback: rate limit error messages from + xen_pcibk_enable_msi{, x}() + - LP: #1117336 + - CVE-2013-0231 + + -- Tim Gardner Thu, 07 Feb 2013 05:38:12 -0700 + +linux (3.8.0-4.9) raring; urgency=low + + [ Herton Ronaldo Krzesinski ] + + * d-i: Add mellanox ethernet drivers to nic-modules + - LP: #1015339 + + [ Joseph Salisbury ] + + * SAUCE: ACPI: Add DMI entry for Sony VGN-FW41E_H + - LP: #1113547 + + [ Kamal Mostafa ] + + * SAUCE: alx driver import script + + [ Qualcomm Atheros, Inc ] + + * SAUCE: alx: Update to heads/master + + [ Tim Gardner ] + + * Release Tracking Bug + - LP: #1117673 + + * [debian] Remove dangling symlink from headers package + - LP: #1112442 + * [config] CONFIG_ALX=m + * [Config] Add alx to d-i nic-modules + * [Config] CONFIG_SATA_AHCI=m + - LP: #1056563 + + -- Leann Ogasawara Tue, 05 Feb 2013 05:54:32 -0800 + +linux (3.8.0-4.8) raring; urgency=low + + [ Allen Ibara ] + + * SAUCE: imx6: dts: Add IMX6Q AHCI support + + [ Andy Whitcroft ] + + * rebase to v3.8-rc6 + * updateconfigs following rebase to v3.8-rc6 + + [Leann Ogasawara] + + * Release Tracking Bug + - LP: #1112573 + + [ Paolo Pisati ] + + * SAUCE: imx6: enable sata clk if SATA_AHCI_PLATFORM + * [Config] SERIAL_AMBA_PL011=y (vexpress serial console) + * [Config] MMC_ARMMMCI=y (vexpress mmc) + * [Config] FB_ARMCLCD=y (vexpress framebuffer) + + [ Seth Forshee ] + + * [Config] CONFIG_MAC80211_MESSAGE_TRACING=y + + [ Upstream Kernel Changes ] + + * rebase to v3.8-rc6 + - LP: #1107477 + + -- Leann Ogasawara Fri, 01 Feb 2013 07:20:59 -0800 + +linux (3.8.0-3.7) raring; urgency=low + + [ Andy Green ] + + * SAUCE: ARM: OMAP2+: add cpu id register to MAC address helper + * SAUCE: ARM: omap2 add mac address allocation register api + * SAUCE: ARM: omap2 panda register ethernet and wlan for automatic mac + allocation + + [ Leann Ogasawara ] + + * rebase to v3.8-rc5 + * Release Tracking Bug + - LP: #1111486 + + [ Paolo Pisati ] + + * SAUCE: davinci: vpss: compilation fix + * [Config] enable TI OMAP4 support (Pandaboard/ES) + * [Config] OMAP_USB2=y (since TWL6030_USB depends on it) + * [Config] enable Freescale IMX6 support (SabreLite) + * [Config] SERIAL_IMX_CONSOLE=y + * [Config] MMC_*_IMX=y + * [Config] disable USB_SUSPEND + * [Config] USB_MXS_PHY=y + * [Config] USB_CHIPIDEA=y + * SAUCE: DTB: add support for multiple DTBs + * SAUCE: DTB: build imx6q-sabrelite + * SAUCE: DTB: build beaglexm + * SAUCE: DTB: build panda/panda es + * [Config] disable CPU_FREQ + * [Config] PANEL_TFP410=y (video DVI output) + * [Config] SND_OMAP_SOC*=y + * [Config] SND_IMX_SOC*=y + * [Config] I2C_IMX=y + * [Config] SPI_IMX=m + + [ Stefan Bader ] + + * [Config] Move 9p modules into generic package + - LP: #1107658 + + [ Tony Lindgren ] + + * SAUCE: ARM: OMAP2+: Limit omap initcalls to omap only on multiplatform + kernels + * SAUCE: ARM: OMAP2+: Use omap initcalls + * SAUCE: ARM: OMAP: Fix i2c cmdline initcall for multiplatform + * SAUCE: ARM: OMAP: Fix dmaengine init for multiplatform + * SAUCE: ARM: OMAP2+: Add multiplatform debug_ll support + * SAUCE: ARM: OMAP2+: Disable code that currently does not work with + multiplaform + * SAUCE: ARM: OMAP2+: Enable ARCH_MULTIPLATFORM support + * SAUCE: ARM: OMAP2+: Add minimal support for booting vexpress + * SAUCE: ARM: OMAP2+: Remove now obsolete uncompress.h and debug-macro.S + + [ Upstream Kernel Changes ] + + * rebase to v3.8-rc5 + - LP: #1096789 + + -- Leann Ogasawara Thu, 31 Jan 2013 06:44:52 -0800 + +linux (3.8.0-2.6) raring; urgency=low + + [ Adam Conrad ] + + * Fix up linux-tools -> SRCPKGNAME-tools rename + + [ Andy Whitcroft ] + + * [Config] re-disable CONFIG_SOUND_OSS + - LP: #1105230 + + [ Arend van Spriel ] + + * SAUCE: brcmsmac: fix tx status processing + + [Leann Ogasawara] + + * Release Tracking Bug + - LP: #1105104 + + -- Leann Ogasawara Fri, 25 Jan 2013 11:56:30 -0800 + +linux (3.8.0-1.5) raring; urgency=low + + [Tim Gardner] + + * Release Tracking Bug + - LP: #1101235 + + [ Dudley Du ] + + * SAUCE: Input: add support for Cypress PS/2 Trackpads + - LP: #978807 + + [ Kamal Mostafa ] + + * SAUCE: Input: increase struct ps2dev cmdbuf[] to 8 bytes + * SAUCE: Input: Cypress PS/2 Trackpad simulated multitouch + * [Config] Add CONFIG_PS2_CYPRESS + + [ Tim Gardner ] + + * rebase to v3.8-rc4 + + [ Upstream Kernel Changes ] + + * rebase to v3.8-rc4 + - LP: #1095315 + - LP: #886975 + - LP: #1086921 + + -- Leann Ogasawara Thu, 17 Jan 2013 10:50:22 -0800 + +linux (3.8.0-0.4) raring; urgency=low + + [ Leann Ogasawara ] + + * [Config] Update CONFIG_TOUCHSCREEN_EGALAX build annotation + * [Config] Update CONFIG_IIO build annotation + * [Config] Update CONFIG_TOUCHSCREEN_EETI annotation + * [Config] Remove CONFIG_SPI_DW_MMIO annotation + * [Config] Remove CONFIG_SPI_PL022 annotation + * [Config] Update CONFIG_EZX_PCAP annotation + * [Config] Update CONFIG_SENSORS_AK8975 annotation + * [Config] Disable CONFIG_DRM_MGAG200 + - LP: #1042903 + + -- Leann Ogasawara Mon, 14 Jan 2013 10:01:50 -0800 + +linux (3.8.0-0.3) raring; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: (no-up) trace: add trace events for open(), exec() and + uselib()" + + [ Scott James Remnant ] + + * SAUCE: (no-up) trace: add trace events for open(), exec() and uselib() + (for v3.7+) + - LP: #1085766, #462111 + + -- Andy Whitcroft Fri, 11 Jan 2013 16:57:27 +0000 + +linux (3.8.0-0.2) raring; urgency=low + + [ Tim Gardner ] + + * [packaging] Add macro to selectively disable building perf + * [packaging] Cannot depend on universe package libaudit-dev + + -- Tim Gardner Thu, 10 Jan 2013 12:43:24 -0700 + +linux (3.8.0-0.1) raring; urgency=low + + + [ Upstream Kernel Changes ] + + * rebase to v3.8-rc3 + - LP: #1096789 + + [ Upstream Kernel Changes ] + + * rebase to v3.8-rc2 + - LP: #1082357 + - LP: #1075882 + + -- Andy Whitcroft Mon, 17 Dec 2012 10:35:09 +0000 + +linux (3.7.0-7.15) raring; urgency=low + + [ Chris J Arges ] + + * SAUCE: add eeprom_bad_csum_allow module parameter + - LP: #1070182 + + [ Leann Ogasawara ] + + * Add ceph to linux-image for virtual instances + - LP: #1063784 + + [ Serge Hallyn ] + + * SAUCE: net: dev_change_net_namespace: send a KOBJ_REMOVED/KOBJ_ADD + + [ Tim Gardner ] + + * [Config] CONFIG_SLUB_DEBUG=y + - LP: #1090308 + + [ Upstream Kernel Changes ] + + * Revert "[SCSI] sd: Implement support for WRITE SAME" + - LP: #1089818 + + -- Leann Ogasawara Wed, 12 Dec 2012 06:50:20 -0800 + +linux (3.7.0-6.14) raring; urgency=low + + [ Andy Whitcroft ] + + * [Config] annotations: all new annotations scheme including defaults + * [Configs] apply annotation updates to main configs (top section) + + [ Leann Ogasawara ] + + * Revert "SAUCE: include and for mmc_core arm + build" + * Revert "SAUCE: [arm] fixup __aeabi_uldivmod undefined build error" + * Temporarily disable module check for build + + [ Stefan Bader ] + + * ubuntu: dm-raid45: Adapt to upstream interface changes + * Re-enable build of dm-raid45 + + [ Tim Gardner ] + + * SAUCE: Moved scripts/fw-to-ihex.sh to debian/scripts/misc + * SAUCE: ACPICA: Fix ACPI mutex object allocation memory leak on error + * SAUCE: drm: Fix possible EDID memory allocation oops + * SAUCE: ttm: Fix possible _manager memory allocation oops + * SAUCE: iwlwifi: iwlagn_request_scan: Fix check for priv->scan_request + * SAUCE: i915: intel_set_mode: Reduce stack allocation from 500 bytes to + 2 pointers + + [ Tomas Hozza ] + + * SAUCE: tools: hv: Netlink source address validation allows DoS + - LP: #1084777 + - CVE-2012-5532 + + [ Upstream Kernel Changes ] + + * rebase to v3.7 + + -- Leann Ogasawara Wed, 05 Dec 2012 14:11:12 -0800 + +linux (3.7.0-5.13) raring; urgency=low + + [ Lino Sanfilippo ] + + * SAUCE: inotify, fanotify: replace fsnotify_put_group() with + fsnotify_destroy_group() + - LP: #922906 + * SAUCE: fsnotify: introduce fsnotify_get_group() + - LP: #922906 + * SAUCE: fsnotify: use reference counting for groups + - LP: #922906 + * SAUCE: fsnotify: take groups mark_lock before mark lock + - LP: #922906 + * SAUCE: fanotify: add an extra flag to mark_remove_from_mask that + indicates wheather a mark should be destroyed + - LP: #922906 + * SAUCE: fsnotify: use a mutex instead of a spinlock to protect a groups + mark list + - LP: #922906 + * SAUCE: fsnotify: pass group to fsnotify_destroy_mark() + - LP: #922906 + * SAUCE: fsnotify: introduce locked versions of fsnotify_add_mark() and + fsnotify_remove_mark() + - LP: #922906 + * SAUCE: fsnotify: dont put marks on temporary list when clearing marks + by group + - LP: #922906 + * SAUCE: fsnotify: change locking order + - LP: #922906 + + [ Tim Gardner ] + + * [Config] CONFIG_NFC_LLCP=y + * [Config] get-firmware: Filter new files through fwinfo + * [Config] CONFIG_MTD_NAND_DOCG4=m for all arches + * [Config] CONFIG_DRM_EXYNOS_HDMI=y + * [Config] CONFIG_XEN=y for all arches + * [Config] CONFIG_SND_OMAP_SOC_ZOOM2=m + * [Config] CONFIG_MMC_DW_EXYNOS=m + * [Config] CONFIG_GPIO_ADNP=m + * [Config] find-obsolete-firmware: Use correct path + * rebase to v3.7-rc8 + - LP: #1084640 + + [ Upstream Kernel Changes ] + + * Revert "VFS: don't do protected {sym,hard}links by default" + - LP: #1084192 + + -- Tim Gardner Wed, 28 Nov 2012 16:07:08 +0000 + +linux (3.7.0-4.12) raring; urgency=low + + [ Tim Gardner ] + + * Revert "[Config] Use -j1 for headers_install" + * Revert "[Config] install-arch-headers needs a valid config" + Strayed into the weeds in search of the root cause of the periodic + build failure. + Fixes powerpc FTBS introduced in -4.11. + * [Config] hmake -j1 + The kernel makefile appears to have parallel dependency + problems for the install_headers target. This appears to be root + cause for a periodic build failure on N-way machines. + + -- Leann Ogasawara Tue, 27 Nov 2012 12:33:06 -0800 + +linux (3.7.0-4.11) raring; urgency=low + + [ Tim Gardner ] + + * [Config] Use -j1 for headers_install + Also fixes a powerpc FTBS introduced by + "[Config] install-arch-headers needs a valid config". + + -- Tim Gardner Tue, 27 Nov 2012 10:19:30 -0700 + +linux (3.7.0-4.10) raring; urgency=low + + [ Andy Whitcroft ] + + * [Config] add rebuild-test support for autopkgtest + - LP: #1081500 + * [tests] move build tests out of the way + - LP: #1081500 + * [tests] add an autopkgtest rebuild test + - LP: #1081500 + + [ Tim Gardner ] + + * rebase to v3.7-rc7 + * SAUCE: Remove emi62 files duplicated in linux-firmware + * SAUCE: Remove sb16 files duplicated in linux-firmware + * SAUCE: Remove whiteheat files duplicated in linux-firmware + * SAUCE: Remove yamaha files duplicated in linux-firmware + * SAUCE: Remove dsp56k files used only by m68k + * SAUCE: firmware: Remove last vestiges of dabusb + * SAUCE: Remove vicam files duplicated in linux-firmware + * [Config] install-arch-headers needs a valid config + + [ Upstream Kernel Changes ] + + * rebase to v3.7-rc7 + - LP: #1076840 + - LP: #1081466 + + -- Leann Ogasawara Wed, 21 Nov 2012 06:07:23 -0800 + +linux (3.7.0-3.9) raring; urgency=low + + [ Leann Ogasawara ] + + * [Config] Enable CONFIG_X86_CPUFREQ_NFORCE2=y + - LP: #1079900 + * Add nfsv3 to nfs-modules udeb + + [ Paolo Pisati ] + + * [Config] SND_OMAP_SOC*=y + - LP: #1019321 + + [ Stefan Bader ] + + * SAUCE: (no-up) xen/netfront: handle compound page fragments on transmit + - LP: #1078926 + + [ Tim Gardner ] + + * Revert "SAUCE: SECCOMP: audit: always report seccomp violations" + - LP: #1079469 + * Revert "SAUCE: omap3 clocks .dev_id = NULL" + * rebase to v3.7-rc6 + * SAUCE: script to detect obsolete firmware + * SAUCE: Remove yam files duplicated in linux-firmware + * SAUCE: Remove tehuti files duplicated in linux-firmware + * SAUCE: Remove matrox files duplicated in linux-firmware + * SAUCE: Remove cxgb3 files duplicated in linux-firmware + * SAUCE: Remove r128 files duplicated in linux-firmware + * SAUCE: Remove acenic files duplicated in linux-firmware + * SAUCE: Remove keyspan files duplicated in linux-firmware + * SAUCE: Remove sun files duplicated in linux-firmware + * SAUCE: Remove radeon files duplicated in linux-firmware + * SAUCE: Update bnx2x firmware to 7.8.2.0 + * [Config] generic.inclusion-list: econet has disappeared + + [ Upstream Kernel Changes ] + + * seccomp: forcing auditing of kill condition + - LP: #1079469 + * rebase to v3.7-rc6 + + -- Leann Ogasawara Tue, 20 Nov 2012 12:28:55 -0800 + +linux (3.7.0-2.8) raring; urgency=low + + [ Andy Whitcroft ] + + * Revert "overlayfs: disable until FTBS is fixed" + * Revert "ubuntu: overlayfs" + * Revert "ubuntu: AUFS" + * ubuntu: overlayfs -- overlayfs: add statfs support + * ubuntu: overlayfs -- ovl: switch to __inode_permission() + * ubuntu: overlayfs -- overlayfs: copy up i_uid/i_gid from the underlying + inode + - LP: #944386 + * ubuntu: AUFS (no-squash): basic framework and update machinary + * ubuntu: AUFS (no-squash) -- aufs3-base.patch + * ubuntu: AUFS (no-squash) -- aufs3-standalone.patch + * ubuntu: AUFS: aufs-update -- follow the uapi header changes + * ubuntu: AUFS -- update to f2873474324d0a31af4340554b9715f51331bc7f + * ubuntu: AUFS (no-squash) -- reenable + - LP: #1079193 + + [ Erez Zadok ] + + * ubuntu: overlayfs -- overlayfs: implement show_options + + [ Miklos Szeredi ] + + * ubuntu: overlayfs -- vfs: add i_op->dentry_open() + * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules + * ubuntu: overlayfs -- vfs: introduce clone_private_mount() + * ubuntu: overlayfs -- overlay filesystem + * ubuntu: overlayfs -- fs: limit filesystem stacking depth + * ubuntu: overlayfs -- vfs: export __inode_permission() to modules + + [ Neil Brown ] + + * ubuntu: overlayfs -- overlay: overlay filesystem documentation + + [ Robin Dong ] + + * ubuntu: overlayfs -- overlayfs: fix possible leak in ovl_new_inode + * ubuntu: overlayfs -- overlayfs: create new inode in ovl_link + + -- Andy Whitcroft Thu, 15 Nov 2012 13:35:12 +0000 + +linux (3.7.0-1.7) raring; urgency=low + + [ Tim Gardner ] + + * [Config] Drop dependency on libaudit-dev + Its a universe package which causes an FTBS on the builders. + libaudit-dev is not strictly required for the perf tools build. + + -- Tim Gardner Wed, 14 Nov 2012 10:08:13 -0700 + +linux (3.7.0-1.6) raring; urgency=low + + [ Andy Whitcroft ] + + * [Config] enforce -- switch CONFIG_NVRAM to more readable form + * [Config] better encode the CONFIG_NVRAM constaint + * enforcer -- fix debugging output + + [ Ben Collins ] + + * [Config] Add custom_override rule to allow for alternate kernel + file/install + * [Config] Use SRCPKGNAME as prefix for indep linux headers package + + [ Tim Gardner ] + + * [Config] Dropped armel + * Drop highbank from ABI fetch list + * [Config] Use dh_prep instead of 'dh_clean -k' + * [Config] Build depend on libaudit-dev, libunwind8-dev for tools + * [Config] Document binary-indep dependency chain + * rebase to v3.7-rc5 + + [ Upstream Kernel Changes ] + + * rebase to v3.7-rc5 + + -- Tim Gardner Tue, 13 Nov 2012 07:13:37 -0500 + +linux (3.7.0-0.5) raring; urgency=low + + [ Tim Gardner ] + + * [Config] CONFIG_AMD_IOMMU_V2=m + - LP: #1071520 + * [Config] CONFIG_MTD_ONENAND_SIM=n for armel + Fixes FTBS + + -- Tim Gardner Thu, 08 Nov 2012 15:45:39 -0500 + +linux (3.7.0-0.4) raring; urgency=low + + [ Ben Collins ] + + * [Config] Update enforce rule for CONFIG_NVRAM to better suit flavours + + [ Tim Gardner ] + + * [Config] do_tools=false for arm + + -- Tim Gardner Thu, 08 Nov 2012 05:39:51 -0700 + +linux (3.7.0-0.3) raring; urgency=low + + [ Tim Gardner ] + + * [Config] CONFIG_DRM_EXYNOS_HDMI=n for armhf + * [Config] CONFIG_MTD_NAND_DOCG4=n for armel/armhf + * [Config] Drop highbank harder + + -- Tim Gardner Wed, 07 Nov 2012 18:11:45 +0000 + +linux (3.7.0-0.2) raring; urgency=low + + [ Andy Whitcroft ] + + * [Config] add fs/udf to linux-image to support DVD/CD formats in virtual + instances + - LP: #1066921 + * [Config] drop highbank builds + + [ Jeremy Kerr ] + + * SAUCE: efivarfs: Implement exclusive access for {get, set}_variable + - LP: #1063061 + + [ Leann Ogasawara ] + + * Reinstate dropped.txt from Ubuntu-3.7.0-0.1-rc1 + + [ Tim Gardner ] + + * [Config] Dropped powerpc/ppc64 in favour of the community kernel + * [Config] CONFIG_MODULE_SIG=y for amd64,i386, and highbank + * rebase to v3.7-rc4 + * SAUCE: MODSIGN: Emit error for incorrectly signed module + + [ Upstream Kernel Changes ] + + * rebase to v3.7-rc4 + + -- Tim Gardner Mon, 05 Nov 2012 05:35:41 -0700 + +linux (3.7.0-0.1) raring; urgency=low + + + [ Upstream Kernel Changes ] + + * rebase to v3.7-rc3 + - LP: #1056078 + + [ Upstream Kernel Changes ] + + * rebase to v3.7-rc2 + - LP: #1060729 + - LP: #1059523 + - LP: #1006690 + - LP: #1049623 + - LP: #1046512 + - LP: #1052499 + - LP: #1037642 + - LP: #559939 + - LP: #1052460 + - LP: #939161 + - LP: #1046734 + + -- Tim Gardner Tue, 02 Oct 2012 08:13:07 -0600 + +linux (3.6.0-0.1) UNRELEASED; urgency=low + + + [ Upstream Kernel Changes ] + + * rebase to v3.6 + + [ Upstream Kernel Changes ] + + * rebase to v3.6-rc7 + + [ Upstream Kernel Changes ] + + * rebase to v3.6-rc6 + - LP: #1000424 + + [ Upstream Kernel Changes ] + + * rebase to v3.6-rc5 + - LP: #1040077 + + [ Upstream Kernel Changes ] + + * rebase to v3.6-rc4 + + [ Upstream Kernel Changes ] + + * rebase to v3.6-rc3 + - LP: #1038651 + - LP: #1034779 + + -- Leann Ogasawara Tue, 24 Jul 2012 06:37:09 -0700 + +linux (3.5.0-6.6) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * [Config] CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION enable IPv6 + experimental features + * SAUCE: highbank -- export clock functions for modules + * [Config] highbank -- reenable CONFIG_TOUCHSCREEN_W90X900 + * [Config] highbank -- renenable CONFIG_SERIO_AMBAKMI + * [Config] highbank -- reenable CONFIG_RFKILL_GPIO + * [Config] highbank -- reenable CONFIG_MMC_SDHCI_PXAV3 + * [Config] highbank -- reenable CONFIG_MMC_SDHCI_PXAV3 + * [Config] highbank -- reenable CONFIG_KEYBOARD_SAMSUNG + * [Config] highbank -- reenable CONFIG_FB_ARMCLCD + * [Config] highbank -- reenable CONFIG_DW_DMAC + * [Config] highbank -- reenable CONFIG_USB_R8A66597_HCD + * [Config] highbank -- reenable CONFIG_USB_MV_UDC + * [Config] highbank -- reenable CONFIG_USB_DWC3 + * [Config] highbank -- reenable CONFIG_SATA_MV + * [Config] highbank -- reenable CONFIG_PATA_ARASAN_CF + * [Config] highbank -- CONFIG_CAN_C_CAN_PLATFORM + * [Config] highbank -- reenable CONFIG_MMC_ARMMMCI + * [Config] highbank -- reenable CONFIG_SERIAL_AMBA_PL010 + * [Config] highbank -- reenable CONFIG_ATMEL_PWM + * [Config] highbank -- enable CONFIG_CHECKPOINT_RESTORE + * [Config] highbank -- enable CONFIG_EXPERT + * [Config] highbank -- enable CONFIG_CHECKPOINT_RESTORE + * [Config] enable CONFIG_USB_DYNAMIC_MINORS + * [Config] enable CONFIG_USB_EHCI_TT_NEWSCHED + * [Config] enable CONFIG_USB_ETH_EEM + * [Config] enable CONFIG_USB_HCD_BCMA/CONFIG_USB_HCD_SSB + * [Config] disable CONFIG_USB_M66592 + * [Config] enable CONFIG_USB_NET2272 + * [Config] enable CONFIG_USB_R8A66597 + * [Config] annotate: CONFIG_USB_OMAP not required for our h/w + * [Config] set CONFIG_USB_MUSB_HDRC=m for omap + * [Config] annotate: CONFIG_USB_G_MULTI fix rule + * [Config] CONFIG_USB_GPIO_VBUS=m for OMAP + * [Config] Enable CONFIG_DRM_AST/_CIRRUS_QEMU/_MGAG200 + * [Config] sync configuration armhf omap -> armel omap + * [Config] annotate: CONFIG_IIO triggers build failures on OMAP4 + * [Config] disable CONFIG_OMAP_IOVMM is deprecated + + [ Bryan Wu ] + + * [Config] change default IO scheduler from CFQ to Deadline + + [ Leann Ogasawara ] + + * Revert "[Config] Temporarily disable CONFIG_MV643XX_ETH on powerpc" + * [Config] Disable CONFIG_MOUSE_INPORT + + [ Tim Gardner ] + + * SAUCE: firmware: Update bnx2x to current firmware version 7.2.51 + * [Config] Add bnx2x firmware to nic-modules udeb + * SAUCE: Add script to convert firmware to ihex format + * SAUCE: firmware: Upgrade bnx2 to current versions + * [Config] Add tigon firmware to nic-modules udeb + * [Config] CONFIG_EARLY_PRINTK_DBGP=y + - LP: #1026761 + * SAUCE: Remove redundant cis firmware + * SAUCE: Remove redundant emi26 firmware + * SAUCE: Remove redundant ttusb-budget firmware + * SAUCE: Remove redundant sun/cassini firmware + * SAUCE: Remove redundant ositech/Xilinx7OD firmware + * SAUCE: Remove redundant 3com/typhoon.bin firmware + * SAUCE: Remove redundant yamaha/ds1 firmware + * SAUCE: Remove redundant keyspan_pda firmware + * rebase to v3.5 + + [ Upstream Kernel Changes ] + + * rebase to v3.5 + - LP: #1027828 + + -- Leann Ogasawara Mon, 23 Jul 2012 05:57:04 -0700 + +linux (3.5.0-5.5) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * [Config] annotations: initial import of configuration annotations + + [ Bryan Wu ] + + * [Config] enforcer -- add CONFIG_I2C_DESIGNWARE_PLATFORM enforce checker + + [ Leann Ogasawara ] + + * Rebase to v3.5-rc7 + + [ Manoj Iyer ] + + * SAUCE: Bluetooth: btusb: Add vendor specific ID (0a5c:21f4) BCM20702A0 + - LP: #1010281 + + [ Tim Gardner ] + + * [Config] enable CONFIG_I2C_HELPER_AUTO for all flavours as policy + expects + * [Config] CONFIG_I2O_CONFIG_OLD_IOCTL=n + * [Config] CONFIG_BRIDGE_EBT_ULOG=n + * [Config] CONFIG_IP_NF_QUEUE=n + * [Config] CONFIG_MTD_DOC2000=n + * [Config] CONFIG_PRINT_QUOTA_WARNING=n + * [Config] CONFIG_PRISM54=n + * [Config] CONFIG_SCx200_I2C=n + * [Config] CONFIG_USB_ANNOUNCE_NEW_DEVICES=y + + [ Upstream Kernel Changes ] + + * rebase to v3.5-rc7 + + -- Leann Ogasawara Mon, 16 Jul 2012 15:38:41 -0700 + +linux (3.5.0-4.4) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * [Packaging] getabis should be extracting all packages + - LP: #1021174 + * [Config] getabis -- series uses linux-image-extra + - LP: #1021174 + * rebase to v3.5-rc6 + + [ Bryan Wu ] + + * [Config] built-in CONFIG_MICREL_PHY as other PHY drivers for all + flavours + * [Config] sync CONFIG_MOUSE_PS2_ config for all flavours + + [ Leann Ogasawara ] + + * [Config] Enable CONFIG_RT2800USB_RT35XX and CONFIG_RT2800USB_RT53XX + - LP: #1019561 + + [ Paolo Pisati ] + + * [Config] SND_OMAP_SOC, SND_OMAP_SOC_MCBSP and SND_OMAP_SOC_OMAP3_BEAGLE =y + - LP: #1019321 + + [ Stefan Bader ] + + * SAUCE: (pre-up) net: dont use __netdev_alloc_skb for bounce buffer + - LP: #1018456 + * (config) Disable ACPI_PROCFS_POWER + + [ Tim Gardner ] + + * [Config] CONFIG_ACPI_BGRT=y + * Extract firmware module info during getabi + - LP: #1021174 + + [ Upstream Kernel Changes ] + + * rebase to v3.5-rc6 + + -- Leann Ogasawara Mon, 09 Jul 2012 08:50:20 -0700 + +linux (3.5.0-3.3) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * [Config] enable CONFIG_MEMTEST=y + - LP: #1004535 + * [Config] config-check: add support for a cut operation + * [Config] enforcer -- switch to cut where appropriate + + [ Leann Ogasawara ] + + * Rebase to v3.5-rc5 + * [Config] Updateconfigs after rebase to v3.5-rc5 + + [ Luis Henriques ] + + * SAUCE: ocfs2: Fix NULL pointer dereferrence in + __ocfs2_change_file_space + - LP: #1006012 + + [ Seth Forshee ] + + * SAUCE: (drop after 3.5) drm/i915: ignore pipe select bit when checking + for LVDS register initialization + - LP: #1012800 + + [ Upstream Kernel Changes ] + + * rebase to v3.5-rc5 + - LP: #1013183 + - LP: #1017017 + - LP: #884652 + + -- Leann Ogasawara Mon, 02 Jul 2012 06:41:58 -0700 + +linux (3.5.0-2.2) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * rebase to v3.5-rc4 + + [ Arend van Spriel ] + + * SAUCE: (drop after 3.5) brcmsmac: fix NULL pointer crash in + brcms_c_regd_init() + - LP: #950320 + + [ Bryan Wu ] + + * [Config] Sync CONFIG_CGROUP_MEM_RES_CTLR_SWAP for ARM + + [ Chris J Arges ] + + * PACKAGING: add .gnu_debuglink sections to .ko files + - LP: #669641 + + [ Leann Ogasawara ] + + * d-i: Add hid-generic to input-modules + - LP: #1017879 + + [ Ming Lei ] + + * SAUCE: Revert "mmc: omap_hsmmc: Enable Auto CMD12" + - LP: #1017717, #225 + + [ Paolo Pisati ] + + * SAUCE: Revert "Fix OMAP EHCI suspend/resume failure (i693)" + - LP: #1017718 + * [Config] Disable generic USB_EHCI_HCD_PLATFORM on omap3 + + [ Seth Forshee ] + + * SAUCE: (drop after 3.5) brcm80211: smac: don't set up tx power limits + during initialization + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: always set channel specified + by mac80211 + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: remove unused code for 40MHz + channels + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: clean up channel.c + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: inform mac80211 of the X2 + regulatory domain + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: enable/disable radio on + regulatory updates + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: use mac80211 channel data for + tx power limits + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: don't validate channels + against internal regulatory data + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: use current regulatory domain + when checking whether OFDM is allowed + - LP: #950320 + + [ Tim Gardner ] + + * [Config] Enable CONFIG_CGROUPS for highbank + - LP: #1014692 + * [Config] FB_OMAP*=y and PANEL_TFP410=y + + [ Upstream Kernel Changes ] + + * rebase to v3.5-rc4 + + -- Leann Ogasawara Tue, 26 Jun 2012 06:21:05 -0700 + +linux (3.5.0-1.1) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * [Config] highbank -- enable CONFIG_RFKILL=y and CONFIG_CAN=m + + [ Leann Ogasawara ] + + * Rebase to v3.5-rc1 + * [Config] Remove USB_DEVICEFS from the config enforcer + * [Config] Updateconfigs after rebase to v3.5-rc1 + * [Config] Temporarily disable CONFIG_MACH_NOKIA_RX51 on arm + * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EETI on arm + * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EGALAX on arm + * [Config] Temporarily disable CONFIG_EZX_PCAP on arm + * [Config] Temporarily disable CONFIG_LIS3L02DQ on arm + * [Config] Temporarily disable CONFIG_TI_CPSW on arm + * [Config] Temporarily disable CONFIG_GPIO_EM on arm + * [Config] Temporarily disable CONFIG_SERIAL_8250_EM on armhf + * [Config] Temporarily disable CONFIG_STMMAC_ETH on armhf + * [Config] Temporarily disable CONFIG_HW_RANDOM_ATMEL on armhf + * Rebase to v3.5-rc2 + * [Config] Updateconfigs after rebase to v3.5-rc2 + * [Config] Temporarily disable CONFIG_MV643XX_ETH on powerpc + * Rebase to v3.5-rc3 + * [Config] Updateconfigs after rebase to v3.5-rc3 + + [ Paul Mundt ] + + * SAUCE: fix bug.h's inclusion of kernel.h + + [ Stefan Bader ] + + * SAUCE: Fix compile failures of dm-raid45 + * [Config] Enable dm-raid45 + * Move dependency on crda to extra package + - LP: #657901 + * SAUCE: Mask CR4 writes on older Xen hypervisors + + [ Upstream Kernel Changes ] + + * rebase to v3.5-rc3 + - LP: #993162 + - LP: #925577 + * rebase to v3.5-rc2 + * rebase to v3.5-rc1 + - LP: #955892 + - LP: #978038 + - LP: #987371 + - LP: #929545 + - LP: #942316 + - LP: #903853 + + -- Leann Ogasawara Fri, 08 Jun 2012 14:28:46 -0700 + +linux (3.4.0-5.11) quantal-proposed; urgency=low + + [ Leann Ogasawara ] + + * [Config] Disable CONFIG_ARM_LPAE + - LP: #1009061 + + [ Oleksij Rempel ] + + * SAUCE: b43: do not call ieee80211_unregister_hw if we are not registred + - LP: #1008905 + + [ Paolo Pisati ] + + * [Config] omap3: MFD_OMAP_USB_HOST is usb host in omap2+. + - LP: #1009061 + + -- Leann Ogasawara Tue, 05 Jun 2012 08:06:28 -0700 + +linux (3.4.0-4.10) quantal; urgency=low + + [ Leann Ogasawara ] + + * Temporarily disable ABI and module check + + -- Leann Ogasawara Mon, 04 Jun 2012 20:27:31 -0700 + +linux (3.4.0-4.9) quantal; urgency=low + + [ Andy Whitcroft ] + + * [Config] fix config split to avoid the shared config + * [Config] updateconfigs following split config fix + * [Config] linux-image-extras needs full postinst + * [Config] CONFIG_BLK_DEV_NVME commonise across architectures + * [Config] CONFIG_HP_WATCHDOG enable as module + * [Config] CONFIG_PDC_ADMA is not boot essential + * [Config] CONFIG_XEN_ACPI_PROCESSOR should be enabled on x86 + * [Config] CONFIG_VT6655/CONFIG_VT6656=m + * [Config] CONFIG_TRANZPORT=m commonise + * [Config] CONFIG_R3964=m commonise + * [Config] CONFIG_SCSI_DH=m commonise + * [Config] CONFIG_SCSI_IBMVSCSIS=m commonise + * [Config] CONFIG_AMD_PHY=y phys are not autoloadable + * [Config] CONFIG_SCSI_QLA_ISCSI=m commonise + * [Config] CONFIG_SCSI_SPI_ATTR=m commonise + * [Config] CONFIG_USB_SN9C102 is deprecated disable + * [Config] CONFIG_USB_SI470X=m commonise + * [Config] CONFIG_USB_ET61X251=m commonise + * [Config] CONFIG_RTS_PSTOR=m commonise + * [Config] CONFIG_SCANLOG=m commonise + * [Config] CONFIG_SCSI_SYM53C8XX_2=m commonise + * [Config] CONFIG_SM_FTL=m commonise + * [Config] CONFIG_SOLO6X10=m commonise + * [Config] CONFIG_SND_PCM_OSS=n using pulseaudio emulation instead + * [Config] CONFIG_SPI_DESIGNWARE=m commonise + * [Config] CONFIG_SPI_SPIDEV=m commonise + * [Config] CONFIG_TABLET_USB_WACOM=m commonise + * [Config] CONFIG_TPS65010=m commonise + * [Config] CONFIG_STE10XP=y commonise + * [Config] CONFIG_X25_ASY=m commonise + * [Config] CONFIG_USB_MON=m commonise + * [Config] CONFIG_VME_BUS=m commonise + * [Config] CONFIG_W35UND=m commonise + * [Config] -CONFIG_TCG_TPM=y commonise + * [Config] highbank -- commonise filesystems + * [Config] highbank -- commonise subsystems + * [Config] highbank -- commonise network protocols + * [Config] highbank -- commonise input drivers + * [Config] highbank -- commonise CRYPTO options + * [Config] highbank -- commonise HID options + * [Config] highbank -- commonise sensors options + * [Config] highbank -- commonise EXPORTFS/FHANDLE + * [Config] highbank -- commonise CONFIG_CRYPTO_LZO + * [Config] highbank -- commonise ENCRYPTED_KEYS + * [Config] highbank -- commonise CONFIG_ATALK + * [Config] highbank -- commonise INET/INET6 + * [Config] highbank -- commonise NLS + * [Config] highbank -- commonise BLK/CHR + * [Config] highbank -- CONFIG_EXT2_FS=y boot essential on highbank + * [Config] highbank -- commonise INET/INET6 part 2 + * [Config] highbank -- commonise PHY settings + * [Config] highbank -- commonise CRC settings + * [Config] highbank -- commonise BINFMT settings + * [Config] highbank -- commonise DM settings + * [Config] highbank -- commonise RTC_DRV settings + * [Config] highbank -- commonise KEYBOARD/MOUSE settings + * [Config] highbank -- commonise USB settings + * [Config] highbank -- commonise GPIO settings + * [Config] highbank -- commonise I2C settings + * [Config] highbank -- commonise numerous subsystem selectors + * [Config] highbank -- commonise A-C modules missmatches + * [Config] highbank -- commonise D-F modules missmatches + * [Config] CONFIG_AUDIT_LOGINUID_IMMUTABLE incompatible with upstart + * [Config] highbank -- commonise G-I modules missmatches + * [Config] highbank -- commonise J-L modules missmatches + * [Config] highbank -- commonise M modules missmatches + * [Config] highbank -- commonise N-P modules missmatches + * [Config] highbank -- commonise Q-R modules missmatches + * [Config] highbank -- commonise S modules missmatches -- part 1 + * [Config] highbank -- commonise S modules missmatches -- part 2 + * [Config] highbank -- commonise T modules missmatches + * [Config] highbank -- commonise U-Z modules missmatches + + [ Ike Panhc ] + + * [Config] add highbank flavour + - LP: #1000831 + + [ Mark Langsdorf ] + + * SAUCE: arm highbank: add support for pl320-ipc driver + - LP: #1000831 + + [ Rob Herring ] + + * SAUCE: input: add a key driver for highbank + - LP: #1000831 + * SAUCE: ARM: highbank: Add smc calls to enable/disable the L2 + - LP: #1000831 + * SAUCE: force DMA buffers to non-bufferable on highbank + - LP: #1000831 + * SAUCE: net: calxedaxgmac: fix net timeout recovery + - LP: #1000831 + + [ Tim Gardner ] + + * [Config] CONFIG_IWLWIFI_EXPERIMENTAL_MFP=n + * [Config] CONFIG_PCI_REALLOC_ENABLE_AUTO=y + * [Config] CONFIG_CIFS_EXPERIMENTAL has disappeared + * [Config] Homogenize CIFS configs across all arches + * [Config] armhf should not be skipabi or skipmodules + - LP: #1006913 + + -- Leann Ogasawara Mon, 04 Jun 2012 05:52:49 -0700 + +linux (3.4.0-3.8) quantal; urgency=low + + [ Andy Whitcroft ] + + * [Config] include include/generated/compile.h + - LP: #942569 + * [Config] fix up postinst to ensure we know which error is which + - LP: #1002388 + + [ Herton Ronaldo Krzesinski ] + + * SAUCE: async_populate_rootfs: fix build warnings + - LP: #1003417 + + [ John Johansen ] + + * Revert "SAUCE: AppArmor: Add the ability to mediate mount" + * SAUCE: apparmor: Add the ability to mediate mount + * SAUCE: AppArmor: basic networking rules + * SAUCE: apparmor: fix profile lookup for unconfined + - LP: #978038, #987371 + * SAUCE: apparmor: fix long path failure due to disconnected path + - LP: #955892 + + [ Mario Limonciello ] + + * SAUCE: dell-laptop: rfkill blacklist Dell XPS 13z, 15 + - LP: #901410 + + [ Stefan Bader ] + + * (config) Built-in xen-acpi-processor + + [ Tim Gardner ] + + * [Config] CONFIG_NET_DSA=m + - LP: #1004148 + * [Config] Ensure CONFIG_XEN_ACPI_PROCESSOR=y for amd64 + + -- Leann Ogasawara Fri, 25 May 2012 11:38:33 -0700 + +linux (3.4.0-3.7) quantal; urgency=low + + [ Andy Whitcroft ] + + * [Config] drop the virtual flavour in favour of a split generic et al + * [Config] enforcer -- drop IDLE enforcement + * [Config] enable CONFIG_SCSI_VIRTIO=m for amd64 + * [Config] updateconfigs following removal of -virtual + + [ Leann Ogasawara ] + + * Rebase to v3.4 + + [ Seth Forshee ] + + * [Config] disable CONFIG_B43_BCMA_EXTRA + + [ Tim Gardner ] + + * [Config] Check for extras when building udebs + * [Config] Collapsed generic-pae into generic [i386] + + [ Upstream Kernel Changes ] + + * rebase to v3.4 + + -- Leann Ogasawara Mon, 21 May 2012 07:23:47 -0700 + +linux (3.4.0-2.6) quantal; urgency=low + + [ Andy Whitcroft ] + + * Revert "ubuntu: overlayfs -- overlayfs: update touch_atime() usage" + * Revert "ubuntu: overlayfs -- overlayfs: switch from d_alloc_root() to + d_make_root()" + * Revert "ubuntu: overlayfs -- overlayfs: follow header cleanup" + * Revert "ubuntu: overlayfs -- overlayfs: apply device cgroup and + security permissions to overlay files" + * Revert "ubuntu: overlayfs -- fs: limit filesystem stacking depth" + * Revert "ubuntu: overlayfs -- overlay: overlay filesystem documentation" + * Revert "ubuntu: overlayfs -- overlayfs: implement show_options" + * Revert "ubuntu: overlayfs -- overlayfs: add statfs support" + * Revert "ubuntu: overlayfs -- overlay filesystem" + * Revert "ubuntu: overlayfs -- vfs: introduce clone_private_mount()" + * Revert "ubuntu: overlayfs -- vfs: export do_splice_direct() to modules" + * Revert "ubuntu: overlayfs -- vfs: add i_op->open()" + * Revert "ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()" + * ubuntu: overlayfs -- overlayfs: add statfs support + * ubuntu: overlayfs -- inode_only_permission: export inode level + permissions checks + * ubuntu: overlayfs -- overlayfs: switch to use inode_only_permissions + + [ Erez Zadok ] + + * ubuntu: overlayfs -- overlayfs: implement show_options + + [ Miklos Szeredi ] + + * ubuntu: overlayfs -- vfs: pass struct path to __dentry_open() + * ubuntu: overlayfs -- vfs: add i_op->open() + * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules + * ubuntu: overlayfs -- vfs: introduce clone_private_mount() + * ubuntu: overlayfs -- overlay filesystem + * ubuntu: overlayfs -- fs: limit filesystem stacking depth + + [ Neil Brown ] + + * ubuntu: overlayfs -- overlay: overlay filesystem documentation + + [ Robin Dong ] + + * ubuntu: overlayfs -- overlayfs: fix possible leak in ovl_new_inode + * ubuntu: overlayfs -- overlayfs: create new inode in ovl_link + + [ Tim Gardner ] + + * [Config] perarch and indep tools builds need separate build directories + * Prevent upgrading a non-PAE CPU + * perf is not parallel build safe + + -- Leann Ogasawara Wed, 16 May 2012 08:43:18 -0700 + +linux (3.4.0-2.5) quantal; urgency=low + + [ Andy Whitcroft ] + + * [Config] perarch and indep tools builds need separate build directories + + [ Tim Gardner ] + + * Prevent upgrading a non-PAE CPU + * [Config] build debug + * [Config] perf tools are not parallel build safe + + -- Leann Ogasawara Tue, 15 May 2012 11:37:53 -0700 + +linux (3.4.0-2.4) quantal; urgency=low + + [ Leann Ogasawara ] + + * Revert "SAUCE: fsam7400: use UMH_WAIT_PROC consistently" + * Revert "ubuntu: fsam7400 select CHECK_SIGNATURE and depend on X86" + * Revert "ubuntu: fsam7400: Depend on CHECK_SIGNATURE" + * Revert "ubuntu: fsam7400 -- Cleanup Makefile" + * Revert "ubuntu: fsam7400 -- kill switch for Fujitsu Siemens Amilo M + 7400" + * Revert "ubuntu: omnibook: fix source file newline" + * Revert "ubuntu: omnibook -- update BOM" + * Revert "SAUCE: Make CONFIG_{OMNIBOOK, AVERATEC_5100P, PACKARDBELL_E5} + depend on X86" + * Revert "ubuntu: omnibook -- Added missing BOM file" + * Revert "ubuntu: omnibook -- support Toshiba (HP) netbooks" + * Revert "ubuntu: nx-emu - i386: mmap randomization for executable + mappings" + * Revert "SAUCE: disable_nx should not be in __cpuinitdata section for + X86_32" + * Revert "ubuntu: nx-emu - i386: NX emulation" + * Revert "ubuntu: rfkill drivers -- version 1.3" + * Temporarily disable module check + * [Config] Remove CONFIG_FSAM7400 + * [Config] Remove CONFIG_OMNIBOOK + * [Config] Update configs + * Rebase to v3.4-rc7 + * SAUCE: genirq: export handle_edge_irq() and irq_to_desc() + + [ Tim Gardner ] + + * Updated generic-pae description + * Rebase to v3.4-rc6 + * install-tools depends on build targets + + [ Upstream Kernel Changes ] + + * kconfig: in debug mode some 0 length message prints occur + * rebase to v3.4-rc7 + * rebase to v3.3-rc6 + + -- Leann Ogasawara Mon, 14 May 2012 08:22:56 -0700 + +linux (3.4.0-1.3) quantal; urgency=low + + [ Andy Whitcroft ] + + * [Config] control.stub is an intermediate product not a dependancy + - LP: #992414 + + [ Leann Ogasawara ] + + * remove i386 generic from getabis + + [ Upstream Kernel Changes ] + + * (pre-stable) b43: only reload config after successful initialization + - LP: #950295 + + -- Leann Ogasawara Wed, 02 May 2012 09:48:14 -0700 + +linux (3.4.0-1.2) quantal; urgency=low + + [ Andy Whitcroft ] + + * [Config] add build depends for flex, bison and pkg-config + + -- Andy Whitcroft Tue, 01 May 2012 13:15:41 +0100 + +linux (3.4.0-1.1) quantal; urgency=low + + [ Andy Whitcroft ] + + * ubuntu: overlayfs -- overlayfs: apply device cgroup and security + permissions to overlay files + - LP: #915941, #918212 + - CVE-2012-0055 + + [ Leann Ogasawara ] + + * Open Q + * Rebase to v3.4-rc5 + * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EETI on arm + * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EGALAX on arm + * [Config] Temporarily disable CONFIG_EZX_PCAP on arm + * [Config] Temporarily disable CONFIG_MFD_OMAP_USB_HOST on arm + * [Config] Temporarily disable CONFIG_LIS3L02DQ on arm + * [Config] Temporarily disable CONFIG_USB_EHCI_HCD_PLATFORM on arm + * [Config] Temporarily disable CONFIG_TI_CPSW on arm + * [Config] Temporarily disable CONFIG_AX88796 on arm + + [ Upstream Kernel Changes ] + + * vfs: pass struct path to __dentry_open() + * vfs: add i_op->open() + * vfs: export do_splice_direct() to modules + * vfs: introduce clone_private_mount() + * overlay filesystem + * overlayfs: add statfs support + * overlayfs: implement show_options + * overlay: overlay filesystem documentation + * fs: limit filesystem stacking depth + * overlayfs: follow header cleanup + * overlayfs: switch from d_alloc_root() to d_make_root() + * overlayfs: update touch_atime() usage + * rebase to v3.4-rc5 + - LP: #950490 + * rebase to v3.4-rc4 + * rebase to v3.4-rc3 + * rebase to v3.4-rc2 + * rebase to v3.4-rc1 + * rebase to v3.3 + * rebase to v3.3-rc7 + * rebase to v3.3-rc6 + * rebase to v3.3-rc5 + * rebase to v3.3-rc4 + - LP: #900802 + - LP: #930842 + * rebase to v3.3-rc3 + - LP: #924320 + - LP: #923316 + - LP: #923409 + - LP: #918254 + * rebase to v3.3-rc2 + * rebase to v3.3-rc1 + - LP: #795823 + - LP: #909419 + - LP: #910792 + - LP: #878701 + - LP: #724831 + + -- Leann Ogasawara Wed, 25 Jan 2012 06:50:04 -0800 + +linux (3.2.0-10.18) precise; urgency=low + + [ Tim Gardner ] + + * SAUCE: ecryptfs: Print inode on metadata error + + [ Upstream Kernel Changes ] + + * Revert "proc: enable writing to /proc/pid/mem" + - LP: #919115 + - CVE-2012-0056 + * (pre-stable) ALSA: HDA: Use LPIB position fix for Macbook Pro 7, 1 + - LP: #909419 + + -- Andy Whitcroft Tue, 24 Jan 2012 10:15:12 +0000 + +linux (3.2.0-10.17) precise; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: overlayfs -- fs: limit filesystem stacking depth" + * Revert "SAUCE: overlayfs -- overlay: overlay filesystem documentation" + * Revert "SAUCE: overlayfs -- overlayfs: implement show_options" + * Revert "SAUCE: overlayfs -- overlayfs: add statfs support" + * Revert "SAUCE: overlayfs -- overlay filesystem" + * Revert "SAUCE: overlayfs -- vfs: introduce clone_private_mount()" + * Revert "SAUCE: overlayfs -- vfs: export do_splice_direct() to modules" + * Revert "SAUCE: overlayfs -- vfs: add i_op->open()" + * ensure debian/ is not excluded from git by default + * add new scripting to handle buglinks in rebases + * ubuntu: overlayfs -- overlayfs: add statfs support + * ubuntu: overlayfs -- overlayfs: apply device cgroup and security + permissions to overlay files + - LP: #915941, #918212 + - CVE-2012-0055 + + [ Erez Zadok ] + + * ubuntu: overlayfs -- overlayfs: implement show_options + + [ Leann Ogasawara ] + + * Revert "SAUCE: dmar: disable if ricoh multifunction detected" + * [Config] Disable CONFIG_INTEL_IOMMU_DEFAULT_ON + - LP: #907377, #911236 + * [Config] Enable CONFIG_IRQ_REMAP + + [ Miklos Szeredi ] + + * ubuntu: overlayfs -- vfs: pass struct path to __dentry_open() + * ubuntu: overlayfs -- vfs: add i_op->open() + * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules + * ubuntu: overlayfs -- vfs: introduce clone_private_mount() + * ubuntu: overlayfs -- overlay filesystem + * ubuntu: overlayfs -- fs: limit filesystem stacking depth + + [ Neil Brown ] + + * ubuntu: overlayfs -- overlay: overlay filesystem documentation + + [ Upstream Kernel Changes ] + + * (pre-stable) x86/PCI: amd: factor out MMCONFIG discovery + - LP: #647043 + * (pre-stable) PNP: work around Dell 1536/1546 BIOS MMCONFIG bug that + breaks USB + - LP: #647043 + + -- Leann Ogasawara Mon, 16 Jan 2012 07:10:08 -0800 + +linux (3.2.0-9.16) precise; urgency=low + + [ Andy Whitcroft ] + + * [Config] Enable numerous CONFIG_VIDEO_* cards on ARM + * [Config] pull ARM sound modules =m + * [Config] CONFIG_RTC_DRV_TEST is for testing only + * [Config] CONFIG_USB_DUMMY_HCD is testing only + * [Config] CONFIG_USB_FILE_STORAGE is deprecated + + [ Leann Ogasawara ] + + * Revert "[Config] Temporarily disable CONFIG_CAN_TI_HECC on armel" + * [Config] Enable CONFIG_HW_RANDOM_PASEMI=m + * [Config] Enable CONFIG_MMC_TMIO=m + * [Config] Enable CONFIG_MTD_NAND_FSL_ELBC=m + * [Config] Enable CONFIG_ISI=m + * [Config] Enable CONFIG_MMC=y + * [Config] Enable CONFIG_LIRC_PARALLEL=m + * [Config] Enable CONFIG_MAC_EMUMOUSEBTN=m + * [Config] Enable CONFIG_CHR_DEV_SG=y + * [Config] Enable CONFIG_GPIO_PCA953X=m + * [Config] Enable CONFIG_GPIO_TWL4030=m + * [Config] Enable CONFIG_INET_DIAG=m + * [Config] Enable CONFIG_NLS_ISO8859_1=m + * [Config] Enable CONFIG_NVRAM=m + * [Config] Enable CONFIG_SLIP=m + * [Config] Enable CONFIG_PC300TOO=m + * [Config] Enable CONFIG_TUN=y + * [Config] Enable CONFIG_NET_CLS_CGROUP=m + * [Config] Enable CONFIG_THERMAL=y + * [Config] Enable CONFIG_PPP=y + * [Config] Enable CONFIG_PCI_STUB=m + * Rebase to v3.2.1 + * [Config] Enable CONFIG_RTL8192E=m + * [Config] Enable CONFIG_RTS5139=m + + [ Stefan Bader ] + + * [Config] Make CONFIG_VIRTIO_(NET|BLK)=y + + [ Upstream Kernel Changes ] + + * ARM: restart: add restart hook to machine_desc record + * ARM: restart: allow platforms more flexibility specifying restart mode + * ARM: restart: move reboot failure handing into machine_restart() + * ARM: restart: remove argument to setup_mm_for_reboot() + * ARM: 7159/1: OMAP: Introduce local common.h files + * ARM: restart: only perform setup for restart when soft-restarting + * ARM: 7189/1: OMAP3: Fix build break in cpuidle34xx.c because of irq + function + * ARM: idmap: populate identity map pgd at init time using .init.text + * ARM: suspend: use idmap_pgd instead of suspend_pgd + * ARM: proc-*.S: place cpu_reset functions into .idmap.text section + * ARM: idmap: use idmap_pgd when setting up mm for reboot + * ARM: head.S: only include __turn_mmu_on in the initial identity mapping + * ARM: SMP: use idmap_pgd for mapping MMU enable during secondary booting + * ARM: 7194/1: OMAP: Fix build after a merge between v3.2-rc4 and ARM + restart changes + * ARM: lib: add call_with_stack function for safely changing stack + * ARM: reset: implement soft_restart for jumping to a physical address + * ARM: stop: execute platform callback from cpu_stop code + * ARM: kexec: use soft_restart for branching to the reboot buffer + * ARM: restart: omap: use new restart hook + * topdown mmap support + - LP: #861296 + + [ Upstream Kernel Changes ] + + * Rebase to v3.2.1 + + -- Leann Ogasawara Fri, 13 Jan 2012 20:32:08 +0100 + +linux (3.2.0-8.15) precise; urgency=low + + [ Leann Ogasawara ] + + * [Config] Disable CONFIG_ACPI_PROCFS + * Remove server from getabis + * Temporarily disable module check + * [Config] Disable CONFIG_MTD_TESTS + * [Config] Disable CONFIG_X86_E_POWERSAVER + * [Config] Set CONFIG_ARCNET=m + * [Config] Enable CONFIG_ATM_DUMMY=m + * [Config] Enable CONFIG_BLK_DEV_MD=y + * ubuntu: fsam7400 select CHECK_SIGNATURE and depend on X86 + * [Config] Enable CONFIG_BLK_DEV_SD=y + * [Config] Enable CONFIG_BLK_DEV_SR=y + * [Config] Enable CONFIG_BLK_DEV_UB=m + * [Config] Enable CONFIG_COPS=m + * [Config] Enable CONFIG_DVB_USB_EC168=m + * [Config] Enable CONFIG_ENC28J60=m + * [Config] Enable CONFIG_FB_UVESA=m + * [Config] Enable CONFIG_FB_ATY=m + * [Config] Enable CONFIG_BROADCOM_PHY=y + * [Config] Enable CONFIG_CICADA_PHY=y + * [Config] Enable CONFIG_DAVICOM_PHY=y + * [Config] Enable CONFIG_ICPLUS_PHY=y + * [Config] Enable CONFIG_LSI_ET1011C_PHY=y + * [Config] Enable CONFIG_LXT_PHY=y + * [Config] Enable CONFIG_MARVELL_PHY=y + * [Config] Enable CONFIG_NATIONAL_PHY=y + * [Config] Enable CONFIG_QSEMI_PHY=y + * [Config] Enable CONFIG_SMSC_PHY=y + * [Config] Enable CONFIG_VITESSE_PHY=y + * Add 3w-sas to scsi-modules + - LP: #776542 + + [ Mathieu Trudel-Lapierre ] + + * SAUCE: ipv6: make the net.ipv6.conf.all.use_tempaddr sysctl propagate + to interface settings + + [ Paolo Pisati ] + + * Revert "SAUCE: omap3: beagle: if rev unknown, assume xM revision C" + - LP: #912199 + * Revert "SAUCE: omap3: beagle: detect new xM revision B" + - LP: #912199 + * Revert "SAUCE: omap3: beaglexm: fix DVI initialization" + - LP: #912199 + + [ Upstream Kernel Changes ] + + * Bluetooth: Add support for BCM20702A0 [0a5c:21e3] + - LP: #906832 + + -- Leann Ogasawara Fri, 06 Jan 2012 10:02:03 -0800 + +linux (3.2.0-8.14) precise; urgency=low + + [ Andy Whitcroft ] + + * [Config] enable CONFIG_SND_USB_6FIRE + - LP: #912197 + * rebase to mainline v3.2 final release + * updateconfigs following rebase to v3.2 final + * ubuntu: AUFS -- add BOM and automated update script + * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers + - LP: #684666 + * ubuntu: AUFS -- update aufs-update to track new locations of headers + * ubuntu: AUFS -- clean up the aufs updater and BOM + * ubuntu: AUFS -- documentation on updating aufs2 + * ubuntu: AUFS -- aufs3-base.patch + * ubuntu: AUFS -- aufs3-standalone.patch + * ubuntu: AUFS -- fix undefined __devcgroup_inode_permission + * ubuntu: AUFS -- fix undefined security_path_link + * ubuntu: AUFS -- update to 4cf5db36bcd9748e8e7270022f295f84d1fc2245 + * ubuntu: AUFS -- updateconfigs following update + * ubuntu: AUFS -- suppress benign plink warning messages + - LP: #621195 + * ubuntu: AUFS -- enable in config and makefile + * ubuntu: AUFS -- disable in favor of overlayfs + * [Config] linux-virtual -- should include the extX modules + - LP: #912308 + + [ Tyler Hicks ] + + * SAUCE: eCryptfs: Improve statfs reporting + - LP: #885744 + + [ Upstream Kernel Changes ] + + * rebase to upstream v3.2 + + -- Leann Ogasawara Mon, 26 Dec 2011 20:24:30 -0800 + +linux (3.2.0-7.13) precise; urgency=low + + [ Upstream Kernel Changes ] + + * rebase to upstream 3.2-rc7 + + -- Leann Ogasawara Mon, 19 Dec 2011 09:14:34 -0800 + +linux (3.2.0-6.12) precise; urgency=low + + [ Upstream Kernel Changes ] + + * rebase to upstream v3.2-rc6 + + -- Leann Ogasawara Fri, 16 Dec 2011 10:19:02 -0800 + +linux (3.2.0-5.11) precise; urgency=low + + [ Andy Whitcroft ] + + * enforcer -- allow arch and flavour predicates to take lists + * enforcer -- simplify armel/armhf specific options + * enforcer -- fix incorrectly specified flavour matches + + [ Leann Ogasawara ] + + * [Config] Disable IRQ_REMAP + * [Config] Enable CONFIG_SENSORS_LM95245=m + * [Config] Enable CONFIG_SENSORS_MAX1668=m + * [Config] Enable CONFIG_SENSORS_NTC_THERMISTOR=m + * [Config] Enable CONFIG_SENSORS_MAX6639=m + * [Config] Enable CONFIG_SENSORS_MAX6642=m + * [Config] Enable CONFIG_SENSORS_LINEAGE=m + * [Config] Enable CONFIG_CRYPTO_SALSA20=m + * [Config] Enable CONFIG_PATA_TOSHIBA=m + * [Config] Enable CONFIG_POHMELFS=m + * [Config] Enable CONFIG_NET_PACKET_ENGINE=y + * [Config] Enable CONFIG_PATA_OPTI=m + * add overlayfs to virtual inclusion list + - LP: #903897 + * add veth to virtual inclusion list + - LP: #903897 + * SAUCE: resolve WARNING: at drivers/block/floppy.c:2929 do_fd_request + + [ Paolo Pisati ] + + * [Config] DEFAULT_MMAP_MIN_ADDR=32k on arm + - LP: #903346 + + [ Tim Gardner ] + + * [Config] CONFIG_LOCKUP_DETECTOR=y + - LP: #903615 + + [ Upstream Kernel Changes ] + + * rebase to upstream 55b02d2f + + -- Leann Ogasawara Mon, 12 Dec 2011 07:08:10 -0800 + +linux (3.2.0-4.10) precise; urgency=low + + [ Kyle McMartin ] + + * SAUCE: dmar: disable if ricoh multifunction detected + - LP: #894070 + + [ Seth Forshee ] + + * SAUCE: dell-wmi: Demote unknown WMI event message to pr_debug + - LP: #581312 + + [ Tim Gardner ] + + * Start new release, Bump ABI, rebase to 3.2-rc5 + + [ Leann Ogasawara ] + + * [Config] Enable CONFIG_SENSORS_AK8975=m + + -- Tim Gardner Sat, 10 Dec 2011 08:57:04 -0700 + +linux (3.2.0-3.9) precise; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: ext4: correct partial write discard size calculation + - LP: #894768 + + [ Leann Ogasawara ] + + * Revert "SAUCE: x86, microcode, AMD: Restrict microcode reporting" + - LP: #892615 + + [ Matthew Garrett ] + + * SAUCE: pci: Rework ASPM disable code + + [ Upstream Kernel Changes ] + + * x86: Fix boot failures on older AMD CPU's + - LP: #892615 + * EHCI : Fix a regression in the ISO scheduler + - LP: #899165 + + -- Leann Ogasawara Mon, 05 Dec 2011 10:37:36 -0800 + +linux (3.2.0-3.8) precise; urgency=low + + [ Andy Whitcroft ] + + * armhf -- add d-i configuration + * armhf -- disable ABI checks for armhf + * armhf -- add arch to getabis config + + -- Andy Whitcroft Sat, 03 Dec 2011 14:22:52 +0000 + +linux (3.2.0-3.7) precise; urgency=low + + [ Stefan Bader ] + + * SAUCE: x86/paravirt: PTE updates in k(un)map_atomic need to be + synchronous, regardless of lazy_mmu mode + - LP: #854050 + + [ Tim Gardner ] + + * rebase to v3.2-rc4 + + -- Leann Ogasawara Fri, 02 Dec 2011 11:53:56 -0800 + +linux (3.2.0-2.6) precise; urgency=low + + [ Andy Whitcroft ] + + * armhf -- fix omap flavour to build on armhf + * [Config] CONFIG_PATA_MACIO=y to fix MAC qemu boot + + [ Borislav Petkov ] + + * SAUCE: x86, microcode, AMD: Restrict microcode reporting + - LP: #892615 + + [ Colin Watson ] + + * Add pata_macio to pata-modules + + [ Tim Gardner ] + + * [Config] Prefer crda over wireless-crda + * [Config] Fix virtual inclusion list. + - LP: #897795 + + -- Leann Ogasawara Wed, 30 Nov 2011 06:09:35 -0800 + +linux (3.2.0-2.5) precise; urgency=low + + [ Paolo Pisati ] + + * [Config] PANEL_DVI=y + + -- Leann Ogasawara Mon, 28 Nov 2011 09:13:24 -0800 + +linux (3.2.0-2.4) precise; urgency=low + + [ Andy Whitcroft ] + + * rebase to v3.2-rc3 + + [ Leann Ogasawara ] + + * Revert "SAUCE: xen: Do not use pv spinlocks on HVM" + * Revert "fix ERROR: __devcgroup_inode_permission undefined" + * Revert "olpc_dcon_xo_1_5 needs delay.h" + * Revert "olpc_dcon_xo_1 needs delay.h" + * rebase to 6fe4c6d4 + * [Config] updateconfigs after rebase to 6fe4c6d4 + + [ Tim Gardner ] + + * [Config] Replace wireless-crda with crda,wireless-regdb + - LP: #856421 + * [Config] Relax the dependencies on crda + + [ Upstream Kernel Changes ] + + * (pre-stable) HID: bump maximum global item tag report size to 96 bytes + - LP: #724831 + * Ubuntu: remove coreutils|fileutils package dependency + - LP: #892814 + * iio: iio_event_getfd -- fix ev_int build failure + + [ Upstream Kernel Changes ] + + * Rebase to v3.2-rc3 + + -- Andy Whitcroft Thu, 24 Nov 2011 16:20:45 +0000 + +linux (3.2.0-1.3) precise; urgency=low + + [ Upstream Kernel Changes ] + + * Ubuntu: Add ext2 to fs-core-modules + - LP: #893395 + + -- Leann Ogasawara Mon, 21 Nov 2011 20:42:33 -0800 + +linux (3.2.0-1.2) precise; urgency=low + + [ Andy Whitcroft ] + + * [Config] enable CONFIG_NFC and associated devices + * SAUCE: allow brcmsmac and b43 to both build + + [ Soren Hansen ] + + * Add ixgbe driver to d-i + - LP: #891969 + + -- Leann Ogasawara Mon, 21 Nov 2011 08:33:46 -0800 + +linux (3.2.0-1.1) precise; urgency=low + [ Andy Whitcroft ] + + * armhf -- enable armhf and create the first flavours + * SAUCE: ensure root is ready before running usermodehelpers in it + * [Config] enforcer -- ensure CONFIG_FAT_FS is built-in on arm + + [ Leann Ogasawara ] + + * Temporarily ignore module check + * [Config] Enable PCI_IOV on powerpc + * [Config] Temporarily disable CONFIG_PASEMI_MAC on powerpc + * rebase to v3.2-rc2 + * SAUCE: include for cpuidle34xx arm build + * SAUCE: include for linux/mtd/map.h arm build + * SAUCE: include and for mmc_core arm build + * SAUCE: select ARM_AMBA if OMAP3_EMU + * [Config] updateconfigs after select ARM_AMBA + * [Config] Temporarily disable CONFIG_KVM_BOOK3S_32 on powerpc + * [Config] Enable CONFIG_EXT2_FS=m + * [Config] Build in CONFIG_SATA_AHCI=y + * Resolve linux-image-extra's install dependency + + [ Seth Forshee ] + + * [Config] Enable EVENT_POWER_TRACING_DEPRECATED=y for powertop + * SAUCE: (drop after 3.2) Input: ALPS - move protocol information to + Documentation + * SAUCE: (drop after 3.2) Input: ALPS - add protocol version field in + alps_model_info + * SAUCE: (drop after 3.2) Input: ALPS - remove assumptions about packet + size + * SAUCE: (drop after 3.2) Input: ALPS - add support for protocol versions + 3 and 4 + * SAUCE: (drop after 3.2) Input: ALPS - add semi-MT support for v3 + protocol + * SAUCE: (drop after 3.2) Input: ALPS - add documentation for protocol + versions 3 and 4 + + [ Stefan Bader ] + + * [Config] Built-in xen-netfront and xen-blkfront + * Fix build of dm-raid45 and re-enable it + + [ Tim Gardner ] + + * [Config] CONFIG_USB_XHCI_HCD=y + - LP: #886167 + * [Config] CONFIG_R6040=m + - LP: #650899 + * SAUCE: Add a new entry (413c:8197) to Bluetooth USB device ID table + - LP: #854399 + * [Config] Consolidated amd64 server flavour into generic + * [Config] updateconfigs after rebase to 3.2-rc1 + * [Config] Disabled dm-raid4-5 + * [Config] Disabled ndiswrapper + * [Config] Disable vt6656 + * [Config] exclude ppp-modules for virtual flavour + * [Config] CONFIG_MEMSTICK_R592=m + - LP: #238208 + + [ Upstream Kernel Changes ] + + * CHROMIUM: seccomp_filter: new mode with configurable syscall filters + - LP: #887780 + * CHROMIUM: seccomp_filter: add process state reporting + - LP: #887780 + * CHROMIUM: seccomp_filter: Document what seccomp_filter is and how it + works. + - LP: #887780 + * CHROMIUM: x86: add HAVE_SECCOMP_FILTER and seccomp_execve + - LP: #887780 + * CHROMIUM: arm: select HAVE_SECCOMP_FILTER + - LP: #887780 + * CHROMIUM: seccomp_filters: move to btrees + * CHROMIUM: enable CONFIG_BTREE + * CHROMIUM: seccomp_filter: kill NR_syscall references + * CHROMIUM: seccomp_filters: guard all ftrace wrapper code + * CHROMIUM: seccomp_filters: clean up warnings; kref mistake + * CHROMIUM: seccomp_filter: remove "skip" from copy and add drop helper + * CHROMIUM: seccomp_filter: allow CAP_SYS_ADMIN management of execve + * CHROMIUM: seccomp_filter: inheritance documentation + * CHROMIUM: seccomp_filter: make inherited filters composable + * CHROMIUM: Fix seccomp_t compile error + - LP: #887780 + * CHROMIUM: Fix kref usage + - LP: #887780 + * CHROMIUM: enable CONFIG_SECCOMP_FILTER and CONFIG_HAVE_SECCOMP_FILTER + * rebase to v3.2-rc2 + + -- Leann Ogasawara Mon, 31 Oct 2011 09:24:39 -0400 + +linux (3.1.0-2.3) precise; urgency=low + + [ Tim Gardner ] + + * Add postinit and postrm scripts to the extras package + - LP: #882120 + + -- Leann Ogasawara Fri, 28 Oct 2011 12:48:33 -0700 + +linux (3.1.0-2.2) precise; urgency=low + + [ Andy Whitcroft ] + + * debian: add locking to protect debian/files from parallel update + + [ Leann Ogasawara ] + + * rebase to v3.1 + + [ Upstream Kernel Changes ] + + * rebase to v3.1 + + -- Leann Ogasawara Wed, 19 Oct 2011 07:12:38 -0700 + +linux (3.1.0-1.1) precise; urgency=low + + [ Andiry Xu ] + + * SAUCE: (drop during 3.2 merge) xHCI: AMD isoc link TRB chain bit quirk + - LP: #872811 + + [ Andy Whitcroft ] + + * Revert "ubuntu: compcache -- follow changes to bd_claim/bd_release" + - LP: #832694 + * Revert "ubuntu: compcache -- version 0.5.3" + - LP: #832694 + * [Config] standardise CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m + * [Config] Enable CONFIG_MACVTAP=m + - LP: #822601 + * record the compiler in the ABI and check for inconsistant builds + * [Config] move ECRYPT_FS back to =y for all architectures + - LP: #827197 + * [Config] enable CONFIG_DRM_VMWGFX=m + - LP: #698009 + * [Config] re-fix ECRYPT_FS=y + - LP: #827197 + * enforcer -- ensure we have CONFIG_ECRYPT_FS=y + - LP: #827197 + * [Config] dropping compcache configuration options + * [Config] standardise on HZ=250 + * SAUCE: headers_install: fix #include "..." usage for userspace + - LP: #824377 + * make module-inclusion selection retain the left overs + * add a new linux-image-extras package for virtual + + [ Colin Watson ] + + * Deliver more Atheros, Ralink, and iwlagn NIC drivers to d-i + + [ edwin_rong ] + + * SAUCE: Staging: add driver for Realtek RTS5139 cardreader + - LP: #824273 + + [ Greg Kroah-Hartman ] + + * SAUCE: staging: rts5139: add vmalloc.h to some files to fix the build. + - LP: #824273 + + [ Jesse Sung ] + + * SAUCE: Unregister input device only if it is registered + - LP: #839238 + + [ Jiri Kosina ] + + * SAUCE: HID: add MacBookAir4, 2 to hid_have_special_driver[] + + [ Joshua V. Dillon ] + + * SAUCE: HID: add support for MacBookAir4,2 keyboard. + + [ Kees Cook ] + + * [Config] enable and enforce SECCOMP_FILTER on x86 + + [ Keng-Yu Lin ] + + * [Config] Enable CONFIG_RTS5139=m on i386/amd64 + - LP: #824273 + + [ Leann Ogasawara ] + + * Revert "ubuntu: overlayfs -- ovl: make lower mount read-only" + * Revert "ubuntu: overlayfs -- fs: limit filesystem stacking depth" + * Revert "ubuntu: overlayfs -- ovl: improve stack use of lookup and + readdir" + * Revert "ubuntu: overlayfs -- ovl: fix overlayfs over overlayfs" + * Revert "ubuntu: overlayfs -- overlayfs: implement show_options" + * Revert "ubuntu: overlayfs -- overlayfs: add statfs support" + * Revert "ubuntu: overlayfs -- overlay filesystem" + * Revert "ubuntu: overlayfs -- overlay: overlay filesystem documentation" + * Revert "SAUCE: ARM: OMAP: Add macros for comparing silicon revision" + * Revert "SAUCE: OMAP: DSS2: check for both cpu type and revision, rather + than just revision" + * Revert "SAUCE: OMAP: DSS2: enable hsclk in dsi_pll_init for OMAP36XX" + * Revert "ubuntu: fsam7400 disable driver" + - LP: #876030 + * rebase to v3.1-rc1 + * [Config] updateconfigs after rebase to v3.1-rc1 + * rebase to v3.1-rc2 + * [Config] Updateconfigs after rebase to v3.1-rc2 + * ubuntu: Yama - update calls to generic_permission() and + inode->i_op->permission() + * ubuntu: ndiswrapper -- remove netdev_priv macro + * ubuntu: aufs -- Temporarily disable due to build failure + * [Config] Diable INTEL_MID_PTI on armel + * [Config] Temporarily disable CONFIG_FTMAC100 on armel + * [Config] Temporarily disable CONFIG_FTGMAC100 on armel + * [Config] Temporarily disable CONFIG_CAN_TI_HECC on armel + * [Config] Temporarily disable CONFIG_VIDEO_OMAP2_VOUT on armel + * [Config] Set CONFIG_DM_MIRROR=m on amd64, i386, and arm + * [Config] Set CONFIG_DM_MULTIPATH=m on amd64, i386, and arm + * [Config] Set CONFIG_DM_SNAPSHOT=m on amd64, i386, and arm + * [Config] Enable CONFIG_EDAC_AMD8111=m on powerpc + * [Config] Enable CONFIG_EDAC_AMD8131=m on powerpc + * [Config] Enable CONFIG_EDAC_CPC925=m on powerpc + * [Config] Enable CONFIG_EDAC_PASEMI=m on powerpc + * [Config] Enable CONFIG_ECHO=m on powerpc + * [Config] Enable CONFIG_ET131X=m on powerpc + * [Config] Set CONFIG_FB_MATROX=m + * [Config] Enable CONFIG_FB_UDL=m on powerpc + * [Config] Set CONFIG_FB_VIRTUAL=n + * [Config] Enable CONFIG_FB_VGA16=m on powerpc + * [Config] Enable CONFIG_GPIO_MAX732X=m on arm + * [Config] Enable CONFIG_GPIO_PCF857X=m on arm + * [Config] Set CONFIG_HOTPLUG_PCI_FAKE=m + * [Config] Enable CONFIG_HOTPLUG_PCI=y on powerpc + * [Config] Enable CONFIG_HOTPLUG_PCI_CPCI=y on powerpc + * [Config] Enable CONFIG_HP_ILO=m on powerpc-smp + * [Config] Enable CONFIG_I2C_PASEMI=m on powerpc + * [Config] Enable CONFIG_IBM_BSR=m on powerpc + * [Config] Enable CONFIG_IBMVETH=m on powerpc + * [Config] Enable CONFIG_IDE_PHISON=m on powerpc + * [Config] Enable CONFIG_IGB=m on powerpc + * [Config] Enable CONFIG_IIO=m on powerpc + * [Config] Enable CONFIG_INFINIBAND_NES=m + * [Config] Enable CONFIG_IPMI_HANDLER=m on arm + * [Config] Enable CONFIG_IWL3945=m on powerpc + * [Config] Disable CONFIG_KVM_BOOK3S_64 + * [Config] Enable CONFIG_LAPBETHER=m on arm + * [Config] Enable CONFIG_LEDS_GPIO=m on powerpc + * [Config] Enable CONFIG_LEDS_CLEVO_MAIL=m all arch's + * [Config] Enable CONFIG_LEDS_PCA9532=m on powerpc + * [Config] Enable CONFIG_LEDS_PCA955X=m on powerpc + * [Config] Enable CONFIG_LEDS_TRIGGER_DEFAULT_ON=m on powerpc + * [Config] Set CONFIG_LEDS_TRIGGER_HEARTBEAT=m on arm and powerpc + * [Config] Set CONFIG_LEDS_TRIGGER_TIMER=m on powerpc + * [Config] Enable CONFIG_LINE6_USB=m on arm and powerpc + * [Config] Enable CONFIG_MEMSTICK=m on arm + * [Config] Enable CONFIG_MTD_AFS_PARTS=m on arm + * [Config] Enable CONFIG_MTD_ALAUDA=m on arm + * [Config] Enable CONFIG_MTD_AR7_PARTS=m on arm + * [Config] Enable CONFIG_MTD_ARM_INTEGRATOR=m on arm + * [Config] Enable CONFIG_MOXA_SMARTIO=m on powerpc + * [Config] Enable CONFIG_MTD_DATAFLASH=m on arm + * [Config] Enable CONFIG_MTD_GPIO_ADDR=m on arm + * [Config] Enable CONFIG_MTD_IMPA7=m on arm + * [Config] Enable CONFIG_MTD_NAND_GPIO=m on arm + * [Config] Enable CONFIG_MTD_NAND_NANDSIM=m on arm + * [Config] Enable CONFIG_MTD_NAND_PASEMI=m on powerpc + * [Config] Enable CONFIG_MTD_NAND_PLATFORM=m on arm + * [Config] Enable CONFIG_MTD_NAND_TMIO=m on arm + * [Config] Enable CONFIG_MTD_SST25L=m on arm + * [Config] Enable CONFIG_NET_CLS_CGROUP=y on arm + * [Config] Enable CONFIG_NET_CLS_FLOW=m on arm + * [Config] Enable CONFIG_NET_CLS_U32=m on arm + * [Config] Enable CONFIG_NET_DCCPPROBE=m on arm + * [Config] Enable CONFIG_NET_SCH_INGRESS=m on arm + * [Config] Enable CONFIG_NET_TCPPROBE=m on arm + * [Config] Enable CONFIG_PASEMI_MAC=m on powerpc + * [Config] Enable CONFIG_PATA_NS87410=m on powerpc + * [Config] Enable CONFIG_I2C_GPIO=m on powerpc64-smp + * [Config] Enable CONFIG_PANEL=m on powerpc + * [Config] Enable CONFIG_PATA_CMD640_PCI=m on powerpc + * SAUCE: x86: reboot: Make Dell Latitude E6520 use reboot=pci + - LP: #833705 + * [Config] Add CONFIG_EFI_VARS=y to the enforcer + - LP: #837332 + * [Config] Update CONFIG_EFI_VARS enforcer check + * [Config] Add aufs to virtual flavor inclusion list + - LP: #844159 + * SAUCE: x86: reboot: Make Dell Optiplex 790 use reboot=pci + - LP: #818933 + * SAUCE: x86: reboot: Make Dell Optiplex 990 use reboot=pci + - LP: #768039 + * SAUCE: x86: reboot: Make Dell Latitude E6220 use reboot=pci + - LP: #838402 + * [Config] Add igbvf to the virtual flavor inclusion list + - LP: #794570 + * [Config] Add ixgbevf to the virtual inclusion list + - LP: #872411 + * [Config] Transition -generic and -server to be identical + * rebase to v3.1-rc10 + + [ Luke Yelavich ] + + * [Config] Disable legacy IDE drivers on powerpc + + [ Ming Lei ] + + * SAUCE: fireware: add NO_MSI quirks for o2micro controller + - LP: #801719 + * SAUCE: ata_piix: make DVD Drive recognisable on systems with Intel + Sandybridge chipsets(v2) + - LP: #737388, #782389, #794642 + + [ Paolo Pisati ] + + * [Config] Compile-in vfat support for armel + - LP: #853783 + + [ Randy Dunlap ] + + * SAUCE: staging: fix rts5139 depends & build + - LP: #824273 + + [ Rene Bolldorf ] + + * SAUCE: (drop after 3.0) ideapad: Check if acpi already handle backlight + power in 'ideapad_backlight_notify_power' to avoid a page fault + + [ Seth Forshee ] + + * SAUCE: (no-up) Input: elantech - Add v3 hardware support + - LP: #681904 + * SAUCE: (drop after 3.1) usb_storage: Don't freeze in usb-stor-scan + - LP: #810020 + + [ Stefan Bader ] + + * (config) Package macvlan and macvtap for virtual + * [Config] Force perf to use libiberty for demangling + - LP: #783660 + * SAUCE: xen: Do not use pv spinlocks on HVM + - LP: #838026 + + [ Tim Gardner ] + + * [Config] Clean up tools rules + * [Config] Package x86_energy_perf_policy and turbostat + - LP: #797556 + * rebase to v3.1-rc3 + * [Config] Simplify binary-udebs dependencies + * [Config] kernel preparation cannot be parallelized + * [Config] Linearize module/abi checks + * [Config] Linearize and simplify tree preparation rules + * [Config] Build kernel image in parallel with modules + * [Config] Set concurrency for kmake invocations + * [Config] Improve install-arch-headers speed + * [Config] Fix binary-perarch dependencies + * [Config] Removed stamp-flavours target + * [Config] Serialize binary indep targets + * [Config] Use build stamp directly + * [Config] Restore prepare-% target + * rebase to v3.1-rc4 + * rebase to v3.1-rc5 + * [Config] Disable makedumpfile for i386/amd64 + * rebase to v3.1-rc6 + * [Config] Fix binary-% build target + * rebase to v3.1-rc7 + * rebase to v3.1-rc8 + * SAUCE: Add a new entry (413c:8197) to Bluetooth USB device ID table + - LP: #854399 + * [Config] Enable ftrace support in the mac80211 layer + - LP: #865171 + * rebase to v3.1-rc9 + * SAUCE: usb/core/devio.c: Check for printer class specific request + - LP: #872711 + + [ Upstream Kernel Changes ] + + * overlay filesystem + * overlayfs: add statfs support + * overlayfs: implement show_options + * overlay: overlay filesystem documentation + * fs: limit filesystem stacking depth + + [ Will Drewry ] + + * SAUCE: seccomp_filter: new mode with configurable syscall filters + * SAUCE: seccomp_filter: add process state reporting + * SAUCE: seccomp_filter: Document what seccomp_filter is and how it + works. + * SAUCE: seccomp_filter: add HAVE_SECCOMP_FILTER and seccomp_execve + + [ Upstream Kernel Changes ] + + * rebase to v3.1-rc1 + * rebase to v3.1-rc2 + * rebase to v3.1-rc3 + +CONFIG_BLK_DEV_BSGLIB=y + +CONFIG_BLK_DEV_LOOP_MIN_COUNT=8 + -CONFIG_VIDEO_OMAP2_VOUT_VRFB=y + * rebase to v3.1-rc4 + * rebase to v3.1-rc5 + * rebase to v3.1-rc6 + * rebase to v3.1-rc7 + * rebase to v3.1-rc8 + * rebase to v3.1-rc9 + * rebase to v3.1-rc10 + + -- Leann Ogasawara Wed, 10 Aug 2011 15:43:38 -0700 + +linux (3.1.0-1.0) oneiric; urgency=low + + [ Leann Ogasawara ] + + * Open P-series + + -- Leann Ogasawara Wed, 10 Aug 2011 13:42:40 -0700 + +linux (3.0.0-8.10) oneiric; urgency=low + + [ Adam Jackson ] + + * SAUCE: drm/i915/pch: Fix integer math bugs in panel fitting + - LP: #753994 + + [ John Johansen ] + + * [Config] Enable missing IPv6 options + + [ Leann Ogasawara ] + + * [Config] Disable config IWLWIFI_DEVICE_SVTOOL + - LP: #819925 + * Rebase to 3.0.1 + + [ Upstream Kernel Changes ] + + * x86, intel, power: Correct the MSR_IA32_ENERGY_PERF_BIAS message + * ALSA: hda - Turn on extra EAPDs on Conexant codecs + - LP: #783582 + * KVM: Remove SMEP bit from CR4_RESERVED_BITS + - LP: #796476 + * KVM: Add SMEP support when setting CR4 + - LP: #796476 + * KVM: Mask function7 ebx against host capability word9 + - LP: #796476 + * KVM: Add instruction fetch checking when walking guest page table + - LP: #796476 + + [ Upstream Kernel Changes ] + + * rebase to v3.0.1 + + -- Leann Ogasawara Fri, 05 Aug 2011 11:32:25 -0700 + +linux (3.0.0-7.9) oneiric; urgency=low + + [ Andy Whitcroft ] + + * Revert "[Upstream] add local prefix to oss local change_bits" + * Revert "SAUCE: add tracing for user initiated readahead requests" + * Revert "SAUCE: vfs: Add a trace point in the mark_inode_dirty function" + * Revert "SAUCE: Input: ALPS - Enable Intellimouse mode for Lenovo + Zhaoyang E47" + * Revert "SAUCE: fix documentation strings for struct input_keymap_entry" + * Revert "SAUCE: vt -- fix handoff numbering to 1..n and add range checks + (grub)" + * Revert "SAUCE: vt -- fix handoff numbering to 1..n and add range + checks" + * Revert "SAUCE: vt -- allow grub to request automatic vt_handoff" + * Revert "SAUCE: vt -- maintain bootloader screen mode and content until + vt switch" + * [Config] enable CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1 + - LP: #816035 + * ubuntu: Yama: if an underlying filesystem provides a permissions op use + it + * SAUCE: (no-up) add tracing for user initiated readahead requests + * SAUCE: vt -- maintain bootloader screen mode and content until vt + switch + * SAUCE: vt -- allow grub to request automatic vt_handoff + + [ Arjan van de Ven ] + + * SAUCE: (no-up) vfs: Add a trace point in the mark_inode_dirty function + + [ Kees Cook ] + + * Revert "SAUCE: (no-up) Disable building the ACPI debugfs source" + * [Config] enforce ACPI_CUSTOM_METHOD disabled + + [ Keng-Yu Lin ] + + * SAUCE: (no-up) Input: ALPS - Enable Intellimouse mode for Lenovo + Zhaoyang E47 + - LP: #632884, #803005 + + [ Leann Ogasawara ] + + * [Config] Enable CONFIG_BLK_DEV_CMD64X=m on powerpc + - LP: #513131 + * [Config] Enable CONFIG_RT2800PCI_RT53XX=y + - LP: #815064 + + [ Rezwanul Kabir ] + + * SAUCE: (no-up) Add support for Intellimouse Mode in ALPS touchpad on + Dell E2 series Laptops + - LP: #632884 + + [ Upstream Kernel Changes ] + + * Revert "yama: if an underlying filesystem provides a permissions op use + it" + * Revert "Add support for Intellimouse Mode in ALPS touchpad on Dell E2 + series Laptops" + * Revert "tty: include linux/slab.h for kfree" + * Revert "gpio/ml_ioh_gpio: include linux/slab.h for kfree" + * Revert "pch_dma: add include/slab.h for kfree" + * mmc: Added quirks for Ricoh 1180:e823 lower base clock frequency + - LP: #773524 + * oss: rename local change_bits to avoid powerpc bitsops.h definition + + -- Leann Ogasawara Mon, 25 Jul 2011 09:08:01 -0700 + +linux (3.0.0-7.8) oneiric; urgency=low + + [ Andy Whitcroft ] + + * ubuntu: overlayfs -- overlayfs: add statfs support + * [Config] enable CONFIG_OVERLAYFS + + [ Erez Zadok ] + + * ubuntu: overlayfs -- overlayfs: implement show_options + + [ Leann Ogasawara ] + + * [Config] Enable CONFIG_ALIM7101_WDT=m on powerpc + * [Config] Enable CONFIG_ASUS_OLED=m on powerpc + * [Config] Disable CONFIG_ATM_DUMMY on arm + * [Config] Enable CONFIG_BLK_DEV_DRBD=m on powerpc + * Temporarily disable module check on arm + * Rebase to 3.0 final + * [Config] Enable CONFIG_CAN_TI_HECC=m on arm + * [Config] Set CONFIG_CDROM_PKTCDVD=m on amd64 and i386 + * [Config] Enable CONFIG_CRYPTO_CCM=m on powerpc + * [Config] Enable CONFIG_CRYPTO_DEV_HIFN_795X=m on powerpc + * [Config] Enable CONFIG_CRYPTO_GCM=m on powerpc + * [Config] Set CRYPTO_LZO=m on powerpc64-smp + * [Config] Enable CONFIG_DM9000=m on arm + * [Config] Set CONFIG_DISPLAY_SUPPORT=m on arm + * [Config] Enable CONFIG_DL2K=m on amd64 and i386 + + [ Miklos Szeredi ] + + * ubuntu: overlayfs -- vfs: add i_op->open() + * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules + * ubuntu: overlayfs -- vfs: introduce clone_private_mount() + * ubuntu: overlayfs -- overlay filesystem + * ubuntu: overlayfs -- ovl: fix overlayfs over overlayfs + * ubuntu: overlayfs -- ovl: improve stack use of lookup and readdir + * ubuntu: overlayfs -- fs: limit filesystem stacking depth + * ubuntu: overlayfs -- ovl: make lower mount read-only + + [ Neil Brown ] + + * ubuntu: overlayfs -- overlay: overlay filesystem documentation + + [ Tim Gardner ] + + * [Config] Add enic/fnic to udebs + - LP: #801610 + + [ Upstream Kernel Changes ] + + * yama: if an underlying filesystem provides a permissions op use it + + [ Major Kernel Changes ] + + * Rebase to 3.0 final + + -- Leann Ogasawara Thu, 21 Jul 2011 07:01:32 -0700 + +linux (3.0.0-6.7) oneiric; urgency=low + + [ Eagon Yager ] + + * [Config] Fix misspelled 'skipmodule' in arm makefile. + + [ Keng-Yu Lin ] + + * SAUCE: Input: ALPS - Enable Intellimouse mode for Lenovo Zhaoyang E47 + - LP: #632884, #803005 + + [ Leann Ogasawara ] + + * Revert "[Config] Temporarily disable CONFIG_SMC91X on armel-omap" + * Revert "[Config] Temporarily Disable CONFIG_BRCMSMAC on arm" + * Revert "[Config] Temporarily Disable CONFIG_RTL8192SE on powerpc" + * Revert "[Config] Temporarily Disable CONFIG_RTL8192SE on arm" + * Revert "[Config] Temporarily disable CONFIG_BRCMSMAC on powerpc" + * [Config] Set CONFIG_ACPI_PCI_SLOT=m + * [Config] Set CONFIG_ACPI_SBS=m + * [Config] Set CONFIG_ACPI_WMI=m + * [Config] Set CONFIG_AD7150=m on arm + * [Config] Set CONFIG_AD7152=m on arm + * [Config] Drop CONFIG_GPIO_S5PV210 + * [Config] Drop CONFIG_GPIO_S5PC100 + * [Config] Drop CONFIG_GPIO_PLAT_SAMSUNG + * [Config] Drop CONFIG_GPIO_EXYNOS4 + + [ Stefan Bader ] + + * SAUCE: Re-enable RODATA for i386 virtual + - LP: #809838 + + [ Upstream Kernel Changes ] + + * Revert "Quirk to fix suspend/resume on Lenovo Edge 11,13,14,15" + * (drop after 3.0.0) acer-wmi: Add support for Aspire 1830 wlan hotkey + - LP: #771758 + + -- Leann Ogasawara Wed, 20 Jul 2011 06:36:02 -0700 + +linux (3.0.0-5.6) oneiric; urgency=low + + [ Tim Gardner ] + + * [Config] CONFIG_RTL8192CU=m + * Rebase to -rc7 + + -- Tim Gardner Mon, 11 Jul 2011 22:13:50 +0100 + +linux (3.0.0-4.5) oneiric; urgency=low + + [ Ming Lei ] + + * SAUCE: fix yama_ptracer_del lockdep warning + - LP: #791019 + + [ Seth Forshee ] + + * SAUCE: (drop after 3.0) asus-wmi: Add callback for hotkey filtering + * SAUCE: (drop after 3.0) eeepc-wmi: Add support for T101MT Home/Express Gate key + * SAUCE: (drop after 3.0) asus-wmi: Enable autorepeat for hotkey input device + * [Config] CONFIG_{ASUS,ASUS_NB,EEEPC}_WMI=m + - LP: #805218 + + [ Tim Gardner ] + + * [Config] updateconfigs after rebase to -rc6+ + Rebased against 4dd1b49c6d215dc41ce50c80b4868388b93f31a3 + * Adopt a 3 digit verion, e.g., 3.0.0-x.x + * Revert "UBUNTU: add dependancies for module-init-tools" + This dependency is no longer required for a 3 digit version. + + -- Tim Gardner Tue, 05 Jul 2011 14:03:04 +0100 + +linux (3.0-3.4) oneiric; urgency=low + + [ Keng-Yu Lin ] + + * SAUCE: Revert: "dell-laptop: Toggle the unsupported hardware + killswitch" + - LP: #775281 + + [ Leann Ogasawara ] + + * rebase to v3.0-rc5 + * [Config] updateconfigs after rebase to 3.0-rc5 + + [ Tim Gardner ] + + * [Config] Remove ubuntu/rtl8192se + * [Config] Added armel ABI files + * [Config] Removed armel versatile flavour + * [Config] CONFIG_INTEL_MEI=m + - LP: #716867 + + [ Upstream Kernel Changes ] + + * ALSA: hda - Enable auto-parser as default for Conexant codecs + + [ Upstream Kernel Changes ] + + * rebase to v3.0-rc5 + + -- Leann Ogasawara Thu, 30 Jun 2011 14:27:10 +0100 + +linux (3.0-2.3) oneiric; urgency=low + + [ Andy Whitcroft ] + + * ubuntu: AUFS -- update to 0e2bafab74f0d1463383faeb93f9fc5eb8c2c54e + + [ Leann Ogasawara ] + + * rebase to v3.0-rc4 + * [Config] updateconfigs after rebase to 3.0-rc4 + * fix ERROR: __devcgroup_inode_permission undefined + + [ Stefan Bader ] + + * SAUCE: iscsitarget: Remove driver from the kernel + + [ Tim Gardner ] + + * SAUCE: rtl8192se: Force a build for a 2.6/3.0 kernel + * [Config] Add grub-efi as a recommended bootloader for server and + generic + - LP: #800910 + + [ Upstream Kernel Changes ] + + * Fix node_start/end_pfn() definition for mm/page_cgroup.c + + [ Leann Ogasawara ] + + * rebase to v3.0-rc4 + + -- Leann Ogasawara Fri, 24 Jun 2011 11:51:12 -0700 + +linux (3.0-1.2) oneiric; urgency=low + + [ Andy Whitcroft ] + + * [Config] enable CONFIG_CAN_CALC_BITTIMING + + [ Leann Ogasawara ] + + * rebase to v3.0-rc3 + * [Config] updateconfigs after rebase to 3.0-rc3 + + [ Upstream Kernel Changes ] + + * perf: clear out make flags when calling kernel make kernelver + + [ Leann Ogasawara ] + + * rebase to v3.0-rc3 + + -- Leann Ogasawara Tue, 14 Jun 2011 07:25:35 -0700 + +linux (3.0-0.1) oneiric; urgency=low + + [ Andy Whitcroft ] + + * use the packaging version in the kernel + * use the kernels idea of its version for version_signature + * add dependancies for module-init-tools + * update control files to version 3 + * printchanges/insertchanges allow override of prev_release + * correct Vcs-Git: to point to oneiric + + [ Leann Ogasawara ] + + * rebase to v3.0-rc1 + * [Config] updateconfigs after rebase to 3.0-rc1 + * ubuntu: dm-raid4-5 fix up build failure + * [Config] Temporarily Disable CONFIG_GPIO_EXYNOS4 on arm + * [Config] Temporarily Disable CONFIG_GPIO_PLAT_SAMSUNG on arm + * [Config] Temporarily Disable CONFIG_GPIO_S5PC100 on arm + * [Config] Temporarily Disable CONFIG_GPIO_S5PV210 on arm + * [Config] Temporarily disable CONFIG_BRCMSMAC on powerpc + * [Config] Temporarily Disable CONFIG_BRCMSMAC on arm + * [Config] Temporarily Disable CONFIG_RTL8192SE on arm + * [Config] Temporarily Disable CONFIG_RTL8192SE on powerpc + * [Config] Temporarily disable CONFIG_SMC91X on armel-omap + * rebase to v3.0-rc2 + + [ Manoj Iyer ] + + * SAUCE: mmc: Enable MMC card reader for RICOH [1180:e823] + - LP: #790754 + + [ Upstream Kernel Changes ] + + * Revert "x86 idle: EXPORT_SYMBOL(default_idle, pm_idle) only when APM + demands it" + * drm/i915: fix regression after clock gating init split + + [ Major Kernel Changes ] + + * rebase from v2.6.39 to v3.0-rc1 + * rebase from v3.0-rc1 to v3.0-rc2 + + -- Andy Whitcroft Thu, 09 Jun 2011 15:18:33 +0100 + +linux (2.6.39-3.10) oneiric; urgency=low + + [ Colin Ian King ] + + * SAUCE: S3 early resume debug via keyboard LEDs + + [ Ingo Molnar ] + + * ubuntu: nx-emu - i386: NX emulation + * ubuntu: nx-emu - i386: mmap randomization for executable mappings + + [ Leann Ogasawara ] + + * Revert "[Config] Disable CONFIG_FT1000 on powerpc64-smp" + * Revert "[Config] Disable CONFIG_DM_RAID45" + * [Config] enable CONFIG_BRCMFMAC=y + * [Config] enable CONFIG_MDIO_BITBANG=m across all arch's and flavors + * [Config] enable CONFIG_VIDEO_OUTPUT_CONTROL=m on armel-omap + + [ Robert Nelson ] + + * SAUCE: omap3: beagle: detect new xM revision B + - LP: #770679 + * SAUCE: omap3: beagle: detect new xM revision C + - LP: #770679 + * SAUCE: omap3: beagle: if rev unknown, assume xM revision C + - LP: #770679 + + [ Stefan Bader ] + + * SAUCE: Convert dm-raid45 to new block plugging + + -- Leann Ogasawara Mon, 23 May 2011 11:46:43 -0700 + +linux (2.6.39-3.9) oneiric; urgency=low + + [ Leann Ogasawara ] + + * [Config] Disable CONFIG_SCSI_LPFC_DEBUG_FS + * rebase to v2.6.39 + * [Config] enable CONFIG_LLC2=m across all arch's and flavours + * [Config] enable CONFIG_INPUT_APANEL=m + + [ Thomas Schlichter ] + + * SAUCE: vesafb: mtrr module parameter is uint, not bool + - LP: #778043 + * SAUCE: vesafb: enable mtrr WC by default + - LP: #778043 + + [ Major Kernel Changes ] + + * rebase from v2.6.39-rc7 to v2.6.39 + + -- Andy Whitcroft Fri, 20 May 2011 09:52:32 +0100 + +linux (2.6.39-2.8) oneiric; urgency=low + + [ Andy Whitcroft ] + + * Revert "ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-37" + * Revert "ubuntu: AUFS -- aufs2-base.patch aufs2.1-37" + * Revert "[Config] Disable CONFIG_AUFS_FS" + * ubuntu: AUFS -- aufs2-base.patch aufs2.1-39 + * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-39 + * ubuntu: AUFS -- update to c6b76974311efc5bf3eddf921cd015b6aae46935 + * ubuntu: AUFS -- clean up the aufs updater and BOM + * ubuntu: AUFS -- documentation on updating aufs2 + + [ Kees Cook ] + + * ubuntu: Yama - LSM hooks + * ubuntu: Yama - create task_free security callback + * ubuntu: Yama - add ptrace relationship tracking interface + * ubuntu: Yama - unconditionally chain to Yama LSM + + [ Leann Ogasawara ] + + * Revert "SAUCE: Fix drivers/staging/easycap FTBS" + * Revert "[Config] Disable CONFIG_EASYCAP" + * ubuntu: fsam7400 disable driver + * ubuntu: omnibook disable driver + * ubuntu: rfkill disable driver + + [ Tim Gardner ] + + * SAUCE: Fix extra reference in fb_open() + + -- Leann Ogasawara Mon, 16 May 2011 09:23:56 -0700 + +linux (2.6.39-2.7) oneiric; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.39-rc7 + + [ Major Kernel Changes ] + + * rebase from v2.6.39-rc6 to v2.6.39-rc7 + + -- Leann Ogasawara Tue, 10 May 2011 10:18:28 +0200 + +linux (2.6.39-1.6) oneiric; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.39-rc6 + * SAUCE: [arm] fixup __aeabi_uldivmod undefined build error + + [ Tim Gardner ] + + * [Config] updateconfigs after rebase to 2.6.39-rc6 + + [ Major Kernel Changes ] + + * rebase from v2.6.39-rc5 to v2.6.39-rc6 + - LP: #740126 + + -- Leann Ogasawara Thu, 05 May 2011 09:46:12 -0700 + +linux (2.6.39-0.5) oneiric; urgency=low + + [ Herton Ronaldo Krzesinski ] + + * SAUCE: Revert "x86, hibernate: Initialize mmu_cr4_features during boot" + - LP: #764758 + + [ Leann Ogasawara ] + + * rebase to v2.6.39-rc5 + * [Config] updateconfigs following rebase to v2.6.39-rc5 + + [ Paolo Pisati ] + + * [Config] s/USB_MUSB_TUSB6010/USB_MUSB_OMAP2PLUS/ on omap3 to get musb + - LP: #759913 + + [ Stefan Bader ] + + * Include nls_iso8859-1 for virtual images + - LP: #732046 + + [ Major Kernel Changes ] + + * rebase from v2.6.39-rc4 to v2.6.39-rc5 + + -- Leann Ogasawara Wed, 27 Apr 2011 06:39:42 -0700 + +linux (2.6.39-0.4) oneiric; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.39-rc4 + * [Config] updateconfigs following rebase to v2.6.39-rc4 + * fixup powerpc implicit declaration of function + 'crash_kexec_wait_realmode' + * [Config] Disable CONFIG_FT1000 on powerpc64-smp + + [ Tim Gardner ] + + * [Config] CONFIG_TRANSPARENT_HUGEPAGE=y + - LP: #769503 + * [Config] Add cachefiles.ko to virtual flavour + - LP: #770430 + + [ Major Kernel Changes ] + + * rebase from v2.6.39-rc3 to v2.6.39-rc4 + + -- Leann Ogasawara Tue, 19 Apr 2011 06:25:20 -0700 + +linux (2.6.39-0.3) oneiric; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.39-rc3 + * crash_kexec_wait_realmode() undefined when !SMP + + [ Tim Gardner ] + + * [Config] CONFIG_PM_ADVANCED_DEBUG=y for i386/amd64 + - LP: #632327 + + [ Major Kernel Changes ] + + * rebase from v2.6.39-rc2 to v2.6.39-rc3 + + -- Leann Ogasawara Tue, 12 Apr 2011 06:52:24 -0700 + +linux (2.6.39-0.2) oneiric; urgency=low + + [ Gustavo F. Padovan ] + + * SAUCE: Revert "Bluetooth: Add new PID for Atheros 3011" + - LP: #720949 + + [ John Johansen ] + + * AppArmor: Fix masking of capabilities in complain mode + - LP: #748656 + + [ Leann Ogasawara ] + + * rebase to v2.6.39-rc2 + * [Config] updateconfigs following rebase to v2.6.39-rc2 + * hv_mouse needs delay.h + * olpc_dcon_xo_1 needs delay.h + * olpc_dcon_xo_1_5 needs delay.h + * Update dropped.txt for Oneiric + + [ Steve Langasek ] + + * [Config] Make linux-libc-dev coinstallable under multiarch + - LP: #750585 + + [ Upstream Kernel Changes ] + + * x86, hibernate: Initialize mmu_cr4_features during boot + - LP: #752870 + + [ Major Kernel Changes ] + + * rebase from v2.6.39-rc1 to v2.6.39-rc2 + + -- Leann Ogasawara Wed, 06 Apr 2011 11:04:15 -0700 + +linux (2.6.39-0.1) oneiric; urgency=low + + [ Brad Figg ] + + * [Config] Set CONFIG_NR_CPUS=256 for amd64 generic + - LP: #737124 + + [ Henrik Rydberg ] + + * SAUCE: HID: hid-ntrig: add support for 1b96:0006 model + * SAUCE: HID: ntrig: fix suspend/resume on recent models + + [ Herton Ronaldo Krzesinski ] + + * SAUCE: (drop after 2.6.39) v4l: make sure drivers supply a zeroed + struct v4l2_subdev + - LP: #745213 + + [ Kees Cook ] + + * [Config] packaging: adjust perms on vmlinuz as well + * SAUCE: nx-emu: further clarify dmesg reporting + - LP: #745181 + + [ Leann Ogasawara ] + + * rebase to v2.6.39-rc1 + * [Config] updateconfigs following rebase to v2.6.39-rc1 + * [Config] Disable CONFIG_DM_RAID45 + * [Config] Disable CONFIG_SCSI_ISCSITARGET + * [Config] Disable CONFIG_EASYCAP + * [Config] Disable CONFIG_AUFS_FS + * update bnx2 firmware files in d-i/firmware/nic-modules + * xhci-pci.c resolve implicit declaration of kzalloc + * [Config] Enable CONFIG_DRM_PSB for only x86 + * [Config] Enable CONFIG_RTS_PSTOR for only x86 + * mfd/asic3: Fix typo, s/irq_data/data/ + + [ Luke Yelavich ] + + * [Config] Disable CONFIG_CRASH_DUMP on 32-bit powerpc kernels + - LP: #745358 + * [Config] Disable CONFIG_DRM_RADEON_KMS on powerpc kernels + * [Config] Build some framebuffer drivers as modules for powerpc kernels. + + [ Manoj Iyer ] + + * SAUCE: thinkpad-acpi: module autoloading for newer Lenovo ThinkPads. + - LP: #745217 + + [ Tim Gardner ] + + * SAUCE: INR_OPEN=4096 + - LP: #663090 + * SAUCE: Increase the default hard limit for open FDs to 4096 + - LP: #663090 + + [ Upstream Kernel Changes ] + + * (drop after 2.6.39-rc1) arm: versatile : Fix typo introduced in irq + namespace cleanup + * (drop after 2.6.39-rc1) [media] staging: altera-jtag needs delay.h + * ALSA: pcm: fix infinite loop in snd_pcm_update_hw_ptr0() + + [ Major Kernel Changes ] + + * rebase from v2.6.38 to v2.6.39-rc1 + + -- Leann Ogasawara Thu, 31 Mar 2011 12:50:10 -0700 + +linux (2.6.39-0.0) oneiric; urgency=low + + [ Leann Ogasawara ] + + * Open Oneiric + + -- Leann Ogasawara Thu, 31 Mar 2011 12:29:23 -0700 + +linux (2.6.38-7.39) natty; urgency=low + + [ Leann Ogasawara ] + + * No change upload. This is just to rebuild with gcc-4.5.2-7ubuntu1. + + -- Leann Ogasawara Thu, 24 Mar 2011 09:27:45 -0700 + +linux (2.6.38-7.38) natty; urgency=low + + [ Leann Ogasawara ] + + * No change upload take 2. 2.6.38-7.37 was accidentally uploaded before + gcc-4.5.2-6ubuntu5 finished building on all arches. + + -- Leann Ogasawara Tue, 22 Mar 2011 06:12:47 -0700 + +linux (2.6.38-7.37) natty; urgency=low + + [ Leann Ogasawara ] + + * No change upload. This is just to rebuild with gcc-4.5.2-6ubuntu5. + + -- Leann Ogasawara Sun, 20 Mar 2011 16:02:48 -0700 + +linux (2.6.38-7.36) natty; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: KLUDGE: work around failed 'shrink-wrap' compiler + optimisation" + * purge last vestiges of maverick + * [Config] switch CONFIG_FB_VESA back to module + + [ Chris Wilson ] + + * SAUCE: drm/i915: Fix pipelined fencing + - LP: #717114 + + [ Loïc Minier ] + + * Include nls_cp437 module in virtual for fat + - LP: #732046 + * Support arch= cross-compilation for any arch + * Fix couple of typos in 0-common-vars.mk + * Enforce DEFAULT_MMAP_MIN_ADDR on armhf + * Add armhf to Debian -> Linux arch map + * Add initial armhf.mk + * Enable common packages for armhf + + [ Upstream Kernel Changes ] + + * Yama: fix default relationship to check thread group + - LP: #737676 + + -- Andy Whitcroft Fri, 18 Mar 2011 18:18:02 +0000 + +linux (2.6.38-7.35) natty; urgency=low + + [ Andy Whitcroft ] + + * rebase to 2fbfac4e053861925fa3fffcdc327649b09af54c + * rebase fixes bug #715330 + * [Config] disable CONFIG_SCSI_QLA_ISCSI for powerpc 32bit to fix FTBS + * rebase to v2.6.38 final + + [ Herton Ronaldo Krzesinski ] + + * SAUCE: Apply OPTION_BLACKLIST_SENDSETUP also for ZTE MF626 + - LP: #636091 + + [ Tim Gardner ] + + * [Confg] CONFIG_BOOT_PRINTK_DELAY=y + + [ Upstream Kernel Changes ] + + * Yama: use thread group leader when creating match + - LP: #729839 + * (drop after 2.6.38) ahci: AHCI mode SATA patch for Intel Patsburg SATA + RAID controller + - LP: #735240 + * (drop after v2.6.38) x86, quirk: Fix SB600 revision check + + [ Major Kernel Changes ] + + * rebase from v2.6.38-rc8 to v2.6.38 final + - LP: #715330 + + -- Andy Whitcroft Tue, 15 Mar 2011 19:04:19 +0000 + +linux (2.6.38-6.34) natty; urgency=low + + [ Andy Whitcroft ] + + * [Config] normalise CONFIG_INTEL_TXT + * SAUCE: KLUDGE: work around failed 'shrink-wrap' compiler optimisation + - LP: #730860 + * rebase to mainline v2.6.38-rc8 + + [ Major Kernel Changes ] + + * rebase from v2.6.38-rc7 + fb62c00a6d8942775abc23d1621db1252e2d93d1 + to v2.6.38-rc8 + + -- Andy Whitcroft Tue, 08 Mar 2011 11:54:48 +0000 + +linux (2.6.38-6.33) natty; urgency=low + + [ Andy Whitcroft ] + + * d-i -- enable speakup-modules udeb + - LP: #672699 + * rebase to 493f3358cb289ccf716c5a14fa5bb52ab75943e5 + * [Config] debian PPC64 configuration + * [Config] cleanup powerpc config fixing unexpected inconsistancies + * [Config] resync ppc64 configuration + * SAUCE: match up ENTRY/END naming for 32/64 bit + * rebase to fb62c00a6d8942775abc23d1621db1252e2d93d1 + * [Config] update configs after rebase to + fb62c00a6d8942775abc23d1621db1252e2d93d1 + * [Config] pps_gen_parport no longer built + + [ Corentin Chary ] + + * SAUCE: (drop after 2.6.38) eeepc-wmi: reorder keymap + - LP: #689393 + * SAUCE: (drop after 2.6.38) eeepc-wmi: add wlan key found on 1015P + - LP: #689393 + + [ John Johansen ] + + * SAUCE: Fix aufs calling of security_path_mknod + - LP: #724456 + + [ Kees Cook ] + + * SAUCE: proc: hide kernel addresses via %pK in /proc//stack + + [ Tim Gardner ] + + * rebase to 2.6.38-rc7 + + [ Upstream Kernel Changes ] + + * Revert "drm/i915: fix corruptions on i8xx due to relaxed fencing" + + [ Major Kernel Changes ] + + * rebase from v2.6.38-rc6 to v2.6.38-rc7 + + fb62c00a6d8942775abc23d1621db1252e2d93d1 + - LP: #721389 + - LP: #722925 + - LP: #723672 + - LP: #723676 + - LP: #715318 + + -- Andy Whitcroft Mon, 07 Mar 2011 15:33:17 +0000 + +linux (2.6.38-5.32) natty; urgency=low + + [ Andy Whitcroft ] + + * rebase to mainline 6f576d57f1fa0d6026b495d8746d56d949989161 + * [Config] updateconfigs following rebase to v2.6.38-rc6 + * [Config] enable CONFIG_DMAR + - LP: #552311 + + [ Upstream Kernel Changes ] + + * drm/i915: skip FDI & PCH enabling for DP_A + - LP: #561802, #600453, #681877 + + [ Major Kernel Changes ] + + * rebase from v2.6.38-rc5 to v2.6.38-rc6 + - LP: #718402 + - LP: #719524 + - LP: #721126 + - LP: #719691 + - LP: #722689 + - LP: #722310 + + -- Andy Whitcroft Tue, 22 Feb 2011 13:28:39 +0000 + +linux (2.6.38-4.31) natty; urgency=low + + [ Andy Whitcroft ] + + * add in bugs closed by upstream patches pulled in by rebases + * rebase to 795abaf1e4e188c4171e3cd3dbb11a9fcacaf505 + * [Config] enable CONFIG_VSX to allow use of vector instuctions + * resync with maverick 98defa1c5773a3d7e4c524967eb01d5bae035816 + * rebase to mainline v2.6.38-rc5 + * SAUCE: ecryptfs: read on a directory should return EISDIR if not + supported + - LP: #719691 + + [ Colin Ian King ] + + * SAUCE: Dell All-In-One: Remove need for Dell module alias + + [ Manoj Iyer ] + + * SAUCE: (drop after 2.6.38) add ricoh 0xe823 pci id. + - LP: #717435 + + [ Tim Gardner ] + + * [Config] CONFIG_CRYPTO_CRC32C_INTEL=y + + [ Upstream Kernel Changes ] + + * Quirk to fix suspend/resume on Lenovo Edge 11,13,14,15 + - LP: #702434 + * vfs: fix BUG_ON() in fs/namei.c:1461 + + [ Vladislav P ] + + * SAUCE: Release BTM while sleeping to avoid deadlock. + - LP: #713837 + + [ Major Kernel Changes ] + + * rebase from v2.6.38-rc4 to v2.6.38-rc5 + - LP: #579276 + - LP: #715877 + - LP: #713769 + - LP: #716811 + * resync with Maverick Ubuntu-2.6.35-27.47 + + -- Andy Whitcroft Fri, 11 Feb 2011 17:24:09 +0000 + +linux (2.6.38-3.30) natty; urgency=low + + [ Andy Whitcroft ] + + * rebase to v2.6.38-rc4 + * ppc64 -- add basic architecture + * ubuntu: AUFS -- update to 65835da20b77c98fb538c9114fc31f5de1328230 + + [ Colin Ian King ] + + * SAUCE: Add WMI hotkeys support for Dell All-In-One series + - LP: #676997 + * SAUCE: Add WMI hotkeys support for another Dell All-In-One series + - LP: #701530 + * SAUCE: Dell WMI: Use sparse keymaps and tidy up code. + - LP: #701530 + + [ Dan Rosenberg ] + + * SAUCE: (drop after 2.6.38) Convert net %p usage %pK + + [ Kees Cook ] + + * Revert "SAUCE: kernel: make /proc/kallsyms mode 400 to reduce ease of + attacking" + * SAUCE: (drop after 2.6.38) use %pK for /proc/kallsyms and /proc/modules + + [ Tim Gardner ] + + * [Config] CONFIG_BLK_CGROUP=y + - LP: #706394 + * [Config] CONFIG_DELL_WMI_AIO=m + + [ Upstream Kernel Changes ] + + * drm/i915/lvds: Restore dithering on native modes for gen2/3 + - LP: #711568 + + [ Upstream Kernel Changes ] + + * rebase from v2.6.38-rc3 to v2.6.38-rc4. + - LP: #701271 + - LP: #708521 + - LP: #710371 + + -- Andy Whitcroft Tue, 08 Feb 2011 02:07:18 +0000 + +linux (2.6.38-2.29) natty; urgency=low + + [ Andy Whitcroft ] + + * rebase to 1f0324caefd39985e9fe052fac97da31694db31e + * [Config] updateconfigs following rebase to + 1f0324caefd39985e9fe052fac97da31694db31e + * rebase to 70d1f365568e0cdbc9f4ab92428e1830fdb09ab0 + * [Config] reenable HIBERNATE + - LP: #710877 + * rebase to v2.6.38-rc3 + * [Config] reenable CONFIG_CRASH_DUMP + + [ Kamal Mostafa ] + + * SAUCE: rtl8192se: fix source file perms + * SAUCE: rtl8192se: fix source file newline + * SAUCE: omnibook: fix source file newline + + [ Kees Cook ] + + * [Config] packaging: really make System.map mode 0600 + + [ Ricardo Salveti de Araujo ] + + * SAUCE: OMAP3630: PM: don't warn the user with a trace in case of + PM34XX_ERRATUM + + [ Soren Hansen ] + + * SAUCE: nbd: Remove module-level ioctl mutex + + [ Tim Gardner ] + + * SAUCE: Disable building the ACPI debugfs source + + [ Upstream Kernel Changes ] + + * Set physical start and alignment 1M for virtual i386 + - LP: #710754 + + [ Upstream Kernel Changes ] + + * rebase from v2.6.38-rc2 + c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84 + to v2.6.38-rc3 + - LP: #707902 + + -- Andy Whitcroft Fri, 28 Jan 2011 16:30:32 +0000 + +linux (2.6.38-1.28) natty; urgency=low + + [ Andy Whitcroft ] + + * ubuntu: AUFS -- update to b1cee06249dfa0ab30951e7f06490a75c155b620 + + [ Ricardo Salveti de Araujo ] + + * SAUCE: omap3: beaglexm: fix DVI initialization + * [Config] omap: move CONFIG_PANEL_GENERIC_DPI to build in to make + display work at Beagle + + -- Andy Whitcroft Fri, 28 Jan 2011 10:51:57 +0000 + +linux (2.6.38-1.27) natty; urgency=low + + [ Andy Whitcroft ] + + * ubuntu: AUFS -- update aufs-update to track new locations of headers + * ubuntu: AUFS -- update to c5021514085a5d96364e096dbd34cadb2251abfd + * SAUCE: ensure root is ready before running usermodehelpers in it + * correct the Vcs linkage to point to natty + * rebase to linux tip e78bf5e6cbe837daa6ab628a5f679548742994d3 + * [Config] update configs following rebase + e78bf5e6cbe837daa6ab628a5f679548742994d3 + * SAUCE: Yama: follow changes to generic_permission + * ubuntu: compcache -- follow changes to bd_claim/bd_release + * ubuntu: iscsitarget -- follow changes to open_bdev_exclusive + * ubuntu: ndiswrapper -- fix interaction between __packed and packed + * ubuntu: AUFS -- update to 806051bcbeec27748aae2b7957726a4e63ff308e + * update package version to match payload version + * rebase to e6f597a1425b5af64917be3448b29e2d5a585ac8 + * rebase to v2.6.38-rc1 + * [Config] updateconfigs following rebase to v2.6.38-rc1 + * SAUCE: x86 fix up jiffies/jiffies_64 handling + * rebase to linus tip 2b1caf6ed7b888c95a1909d343799672731651a5 + * [Config] updateconfigs following rebase to + 2b1caf6ed7b888c95a1909d343799672731651a5 + * [Config] disable CONFIG_TRANSPARENT_HUGEPAGE to fix i386 boot crashes + * ubuntu: AUFS -- suppress benign plink warning messages + - LP: #621195 + * [Config] CONFIG_NR_CPUS=256 for amd64 -server flavour + * rebase to v2.6.38-rc2 + * rebase to mainline d315777b32a4696feb86f2a0c9e9f39c94683649 + * rebase to c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84 + * [Config] update configs following rebase to + c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84 + * [Config] disable CONFIG_AD7152 to fix FTBS on armel versatile + * [Config] disable CONFIG_AD7150 to fix FTBS on armel versatile + * [Config] disable CONFIG_RTL8192CE to fix FTBS on armel omap + * [Config] disable CONFIG_MANTIS_CORE to fix FTBS on armel versatile + + [ Kees Cook ] + + * SAUCE: kernel: make /proc/kallsyms mode 400 to reduce ease of attacking + + [ Stefan Bader ] + + * Temporarily disable RODATA for virtual i386 + - LP: #699828 + + [ Tim Gardner ] + + * [Config] CONFIG_NLS_DEFAULT=utf8 + - LP: #683690 + * [Config] CONFIG_HIBERNATION=n + * update bnx2 firmware files in d-i/firmware/nic-modules + + [ Upstream Kernel Changes ] + + * Revert "drm/radeon/bo: add some fallback placements for VRAM only + objects." + * packaging: make System.map mode 0600 + * thinkpad_acpi: Always report scancodes for hotkeys + - LP: #702407 + * sched: tg->se->load should be initialised to tg->shares + * Input: sysrq -- ensure sysrq_enabled and __sysrq_enabled are consistent + * brcm80211: include linux/slab.h for kfree + * pch_dma: add include/slab.h for kfree + * i2c-eg20t: include linux/slab.h for kfree + * gpio/ml_ioh_gpio: include linux/slab.h for kfree + * tty: include linux/slab.h for kfree + * winbond: include linux/delay.h for mdelay et al + + [ Upstream Kernel Changes ] + + * mark the start of v2.6.38 versioning + * rebase v2.6.37 to v2.6.38-rc2 + c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84 + - LP: #689886 + - LP: #702125 + - LP: #608775 + - LP: #215802 + - LP: #686333 + - LP: #677830 + - LP: #677652 + - LP: #696493 + - LP: #697240 + - LP: #689036 + - LP: #705323 + - LP: #686692 + + -- Andy Whitcroft Sun, 09 Jan 2011 13:44:52 +0000 + +linux (2.6.37-12.26) natty; urgency=low + + [ Andy Whitcroft ] + + * rebase to v2.6.37-rc8 + * [Config] armel -- reenable omap flavour + * [Config] disable CONFIG_MACH_OMAP3517EVM to fix FTBS on armel omap + * [Config] disable CONFIG_GPIO_VX855 to fix FTBS on omap armel + * [Config] disable CONFIG_WESTBRIDGE_ASTORIA to fix FTBS on omap armel + * [Config] disable CONFIG_TI_DAVINCI_EMAC to fix FTBS on omap armel + * rebase to mainline 989d873fc5b6a96695b97738dea8d9f02a60f8ab + * [Config] track missing modules + * rebase to v2.6.37 final + + [ Chase Douglas ] + + * SAUCE: (drop after 2.6.37) HID: magicmouse: Don't report REL_{X, Y} for + Magic Trackpad + + [ Stefan Bader ] + + * Revert "SAUCE: blkfront: default to sd devices" + - LP: #684875 + + [ Tim Gardner ] + + * Revert "SAUCE: (no-up) libata: Ignore HPA by default." + - LP: #380138 + * [Config] Added autofs4.ko to -virtual flavour + - LP: #692917 + + [ Upstream Kernel Changes ] + + * Add support for Intellimouse Mode in ALPS touchpad on Dell E2 series + Laptops + - LP: #632884 + + [ Upstream Kernel Changes ] + + * rebase to v2.6.37-rc8 + * rebase to mainline 989d873fc5b6a96695b97738dea8d9f02a60f8ab + * rebase to v2.6.37 final + + -- Andy Whitcroft Thu, 23 Dec 2010 18:34:13 +0000 + +linux (2.6.37-11.25) natty; urgency=low + + [ Andy Whitcroft ] + + * [Config] d-i -- add hpsa to the list of block devices + - LP: #684304 + * [Config] add vmw-balloon driver to -virtual flavour + - LP: #592039 + * rebase to v2.6.37-rc7 + + [ Upstream Kernel Changes ] + + * rebase to v2.6.37-rc7 + + -- Andy Whitcroft Tue, 21 Dec 2010 13:35:28 +0000 + +linux (2.6.37-10.24) natty; urgency=low + + [ Andy Whitcroft ] + + * rebase to v2.6.37-rc6 + * updateconfigs following rebase to v2.6.37-rc6 + + [ Upstream Kernel Changes ] + + * rebase to v2.6.37-rc6 + + -- Andy Whitcroft Thu, 16 Dec 2010 12:34:19 +0000 + +linux (2.6.37-9.23) natty; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: vt -- fix handoff numbering to 1..n and add range checks + - LP: #689606 + * SAUCE: vt -- fix handoff numbering to 1..n and add range checks (grub) + - LP: #689606 + + [ Kees Cook ] + + * SAUCE: RO/NX protection for loadable kernel, fix ftrace + - LP: #690190 + + -- Andy Whitcroft Wed, 15 Dec 2010 19:29:57 +0000 + +linux (2.6.37-9.22) natty; urgency=low + + [ Andy Whitcroft ] + + * rebase to v2.6.35-rc5 + * [Config] updateconfigs following rebase to v2.6.37-rc5 + * (no-up) add support for installed header files to ubuntu directory + - LP: #684666 + * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers + - LP: #684666 + * ubuntu: dm-raid4-5 -- follow changes to bio flags + * ubuntu: dm-raid4-5 -- re-enable + * ubuntu: omnibook -- update BOM + * ubuntu: ndiswrapper -- update BOM to match actual version + * ubuntu: ndiswrapper -- follow removal of the BKL and locked ioctl + * ubuntu: ndiswrapper -- re-enable + * ubuntu: iscsitarget -- re-instate copy_io_context + * ubuntu: iscsitarget -- follow changes to semaphore initialisation + * ubuntu: iscsitarget -- convert NIPQUAD to %pI4 + * ubuntu: iscsitarget -- re-enable + + [ Kees Cook ] + + * [Config] update config for CONFIG_DEBUG_SET_MODULE_RONX + + [ Manoj Iyer ] + + * SAUCE: Enable jack sense for Thinkpad Edge 13 + - LP: #685015 + + [ Tim Gardner ] + + * [Config] CONFIG_9P_FSCACHE=y,CONFIG_9P_FS_POSIX_ACL=y + * [Config] CONFIG_CRYPTO_CRC32C=y + - LP: #681819 + * [Config] CONFIG_9P_FSCACHE=n + * [Config] Add nfsd modules to -virtual flavour + - LP: #688070 + + [ Upstream Kernel Changes ] + + * Revert "Staging: zram: work around oops due to startup ordering snafu" + * NFS: Fix panic after nfs_umount() + - LP: #683938 + * x86: Add NX protection for kernel data + * x86: Add RO/NX protection for loadable kernel modules + * x86: Resume trampoline must be executable + * x86: RO/NX protection for loadable kernel, jump_table fix + + [ Upstream Kernel Changes ] + + * rebase to v2.6.37-rc5 + + -- Andy Whitcroft Thu, 09 Dec 2010 18:15:35 +0000 + +linux (2.6.37-8.21) natty; urgency=low + + [ Andy Whitcroft ] + + * Revert "ubuntu: AUFS -- include the aufs_types.h file in + linux-libc-headers" + * Revert "(no-up) add support for installed header files to ubuntu + directory" + + -- Andy Whitcroft Sun, 05 Dec 2010 17:33:28 +0000 + +linux (2.6.37-8.20) natty; urgency=low + + [ Andy Whitcroft ] + + * Revert "[Upstream] drivers/serial/mfd.c: Fix ARM compile error" + * Revert "SAUCE: Nouveau: Disable acceleration on MacBook Pros" + * Revert "SAUCE: Nouveau: Add quirk framework to disable acceleration" + * Revert "SAUCE: i915 -- disable powersave by default" + * SAUCE: enable Marvell 9128 PCIe SATA controller + - LP: #658521 + * [Config] evtchn has been renamed + * (no-up) add support for installed header files to ubuntu directory + - LP: #684666 + * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers + - LP: #684666 + + [ Tim Gardner ] + + * [Config] MISS: evtchn, NEW : xen-evtchn + * rebase to v2.6.37-rc4 + + [ Upstream Kernel Changes ] + + * drm/i915: Clean conflicting modesetting registers upon init + - LP: #683775 + * rebase to v2.6.37-rc4 + + -- Andy Whitcroft Fri, 03 Dec 2010 18:42:07 +0000 + +linux (2.6.37-7.19) natty; urgency=low + + [ Tim Gardner ] + + * [Config] Add bnx2 firmware to nic-modules udeb + - LP: #676245 + + -- Andy Whitcroft Fri, 26 Nov 2010 17:53:45 +0000 + +linux (2.6.37-7.18) natty; urgency=low + + [ Andy Whitcroft ] + + * Revert "[Upstream] USB: option: Remove duplicate AMOI_VENDOR_ID" + * Revert "SAUCE: Add extra headers to linux-libc-dev" + * Revert "SAUCE: Enable speedstep for sonoma processors." + * [Config] enable CONFIG_BT_HCIUART_ATH3K + * [Config] enable CONFIG_IWLWIFI_DEBUGFS + * [Config] standardise CONFIG_MII + * [Config] standardise CONFIG_PRISM2_USB + * [Config] standardise CONFIG_SCSI_QLA_ISCSI + * [Config] build in CONFIG_AGP + * [Config] build in CONFIG_AGP_INTEL + * [Config] build in CONFIG_AGP_AMD + * [Config] build in CONFIG_AGP_AMD64 + * [Config] build in CONFIG_AGP_NVIDIA + * [Config] build in CONFIG_AGP_VIA + * [Config] disable CONFIG_SCSI_QLA_ISCSI for FTBS (arm) + * (no-up): document the new ## scheme + * [Config] harmonise CONFIG_SERIAL_8250_NR_UARTS + * [Config] update CONFIG_SERIAL_8250_RUNTIME_UARTS=32 + - LP: #675453 + + [ Mathieu J. Poirier ] + + * SAUCE: ARM: Adding vdd_sdi regulator supply to OMAP3EVM + + [ Upstream Kernel Changes ] + + * nx-emu: fix inverted report of disable_nx + + -- Andy Whitcroft Tue, 23 Nov 2010 21:00:39 +0000 + +linux (2.6.37-6.17) natty; urgency=low + + [ Andy Whitcroft ] + + * Revert "ubuntu: AUFS -- aufs2-standalone.patch + aufs2.1-36-UNRELEASED-20101103" + * Revert "ubuntu: AUFS -- aufs2-base.patch + aufs2.1-36-UNRELEASED-20101103" + * [Config] standardise CONFIG_BT + * [Config] standardise CONFIG_IRDA + * [Config] standardise CONFIG_LAPB + * [Config] standardise CONFIG_RDS + * [Config] standardise CONFIG_RFKILL + * [Config] standardise CONFIG_TIPC + * [Config] standardise CONFIG_X25 + * [Config] standardise CONFIG_INPUT_EVDEV + * [Config] standardise CONFIG_INPUT_JOYDEV + * [Config] standardise CONFIG_INPUT_JOYSTICK + * [Config] standardise CONFIG_INPUT_TOUCHSCREEN + * [Config] CONFIG_INPUT_TOUCHSCREEN=n for FTBS (arm) + * [Config] CONFIG_IRDA=n for FTBS (arm) + * ubuntu: AUFS -- aufs2-base.patch aufs2.1-37 + * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-37 + * ubuntu: AUFS -- update to 097bf62d6f49619359d34bf17f242df38562489a + + [ Tim Gardner ] + + * SAUCE: Fix drivers/staging/easycap FTBS + * [Config] CONFIG_EASYCAP=m after fixing FTBS + + [ Upstream Kernel Changes ] + + * Revert "x86: Add NX protection for kernel data" + + -- Andy Whitcroft Mon, 22 Nov 2010 18:09:10 +0000 + +linux (2.6.37-6.16) natty; urgency=low + + [ Andy Whitcroft ] + + * Revert "[Config] update config for CONFIG_DEBUG_SET_MODULE_RONX" + * rebase to v2.6.37-rc3 + + [ Tim Gardner ] + + * [Config] CONFIG_SCHED_AUTOGROUP=y + + [ Upstream Kernel Changes ] + + * Revert "x86: Add RO/NX protection for loadable kernel modules" + * sched: automated per session task groups + * rebase to v2.6.37-rc3 + + -- Andy Whitcroft Mon, 22 Nov 2010 10:11:13 +0000 + +linux (2.6.37-6.15) natty; urgency=low + + [ Andy Whitcroft ] + + * [Config] standardise CONFIG_CEPH_FS + * [Config] standardise CONFIG_SCSI_LPFC_DEBUG_FS + * [Config] standardise CONFIG_SCSI_PROC_FS + * [Config] standardise CONFIG_UBIFS_FS + * [Config] standardise CONFIG_USB_GADGET_DEBUG_FS + + [ Kees Cook ] + + * [Config] update config for CONFIG_DEBUG_SET_MODULE_RONX + + [ Manoj Iyer ] + + * SAUCE: Enable jack sense for Thinkpad Edge 11 + - LP: #677210 + * SAUCE: enable rfkill for rtl8192se driver + - LP: #640992 + + [ Tim Gardner ] + + * [Config] CONFIG_EASYCAP=n for FTBS + * Rebase to v2.6.32-rc2+git + + [ Upstream Kernel Changes ] + + * x86: Fix improper large page preservation + * x86: Add NX protection for kernel data + * x86: Add RO/NX protection for loadable kernel modules + + [ Upstream Kernel Changes ] + + * Rebase to Linus 2.6.37-rc2+git + + -- Andy Whitcroft Sat, 20 Nov 2010 11:40:00 +0000 + +linux (2.6.37-5.14) natty; urgency=low + + [ Upstream Kernel Changes ] + + * PCI: fix offset check for sysfs mmapped files + - LP: #676963 + + -- Andy Whitcroft Thu, 18 Nov 2010 18:12:27 +0000 + +linux (2.6.37-5.13) natty; urgency=low + + [ Andy Whitcroft ] + + * rebased to v2.6.37-rc2 + * updateconfigs following rebase to v2.6.37-rc2 + + [ Tim Gardner ] + + * [Config] Added NFS and related modules to virtual flavour + - LP: #659084 + + [ Upstream Kernel Changes ] + + * x86, cpu: Rename verify_cpu_64.S to verify_cpu.S + * x86, cpu: Clear XD_DISABLED flag on Intel to regain NX + * x86, cpu: Call verify_cpu during 32bit CPU startup + * x86, cpu: Only CPU features determine NX capabilities + + [ Upstream Changes ] + + * rebased to v2.67.37-rc2 + + -- Andy Whitcroft Tue, 16 Nov 2010 13:13:29 +0000 + +linux (2.6.37-4.12) natty; urgency=low + + [ Andy Whitcroft ] + + * Revert "[Upstream] HID: magicmouse: add param for scroll speed" + * Revert "[Upstream] HID: magicmouse: properly account for scroll + movement in state" + * Revert "[Upstream] HID: magicmouse: disable and add module param for + scroll acceleration" + * Revert "[Upstream] HID: magicmouse: scroll on entire surface, not just + middle of mouse" + + [ Henrik Rydberg ] + + * SAUCE: hid: ntrig: remove sysfs nodes + * SAUCE: hid: ntrig: Setup input filtering manually + * SAUCE: hid: ntrig: New ghost-filtering event logic + + [ Manoj Iyer ] + + * SAUCE: Added quirk to recognize GE0301 3G modem as an interface. + - LP: #348861 + + [ Upstream Kernel Changes ] + + * Revert "mmc: fix all hangs related to mmc/sd card insert/removal during + suspend/resume" + * Revert "[ARM] implement arch_randomize_brk()" + * Revert "ARM: stack protector: change the canary value per task" + * Revert "ARM: initial stack protector (-fstack-protector) support" + * Revert "ALSA: hda - Handle pin NID 0x1a on ALC259/269" + * Revert "ALSA: hda - Handle missing NID 0x1b on ALC259 codec" + * Revert "perf probe: Add kernel source path option" + * hid: ntrig: Support single-touch devices + * hid: ntrig: Mask pen switch events + * net: rtnetlink.h -- only include linux/netdevice.h when used by the + kernel + - LP: #673073 + * Fix userspace build of linux/fs.h + + -- Andy Whitcroft Mon, 15 Nov 2010 19:31:44 +0000 + +linux (2.6.37-3.11) natty; urgency=low + + [ Andy Whitcroft ] + + * Revert "ubuntu: AUFS -- update to + b37c575759dc4535ccc03241c584ad5fe69e3b25" + * Revert "ubuntu: AUFS -- track changes to the arguements to fop fsync()" + * Revert "ubuntu: AUFS -- update to standalone 2.6.35-rcN as at 20100601" + * Revert "ubuntu: AUFS -- update to standalone 2.6.34 as at 20100601" + * Revert "ubuntu: AUFS -- aufs2 base patch for linux-2.6.34" + * [Config] Disable intel_idle for -virtual kernels + - LP: #651370 + * [Config] enforcer -- ensure we never enable CONFIG_IMA + * debian -- pass the correct flavour name when checking configs + * [Config] enforcer -- ensure CONFIG_INTEL_IDLE is off for -virtual + * [Config] ensure CONFIG_IPV6=y for powerpc + * [Config] enforcer -- ensure CONFIG_IPV6=y + * ubuntu: AUFS -- aufs2-base.patch aufs2.1-36-UNRELEASED-20101103 + * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-36-UNRELEASED-20101103 + * ubuntu: AUFS -- update to aufs2.1-36-UNRELEASED-20101103 + * ubuntu: AUFS -- re-enable + * ubuntu: AUFS -- track changes to work queue initialisation + * ubuntu: AUFS -- track changes to llseek in v2.6.37-rc1 + * SAUCE: fbcon -- fix race between open and removal of framebuffers + * SAUCE: fbcon -- fix OOPs triggered by race prevention fixes + - LP: #614008 + * SAUCE: drm -- stop early access to drm devices + + [ Jeremy Kerr ] + + * [Config] Build-in powermac ZILOG serial driver + - LP: #673346 + + [ Kees Cook ] + + * SAUCE: nx-emu: use upstream ASLR when possible + + [ Tim Gardner ] + + * [Config] Use correct be2iscsi module name in d-i/modules/scsi-modules + - LP: #628776 + + [ Upstream Kernel Changes ] + + * i386: NX emulation + * nx-emu: drop exec-shield sysctl, merge with disable_nx + * nx-emu: standardize boottime message prefix + * mmap randomization for executable mappings on 32-bit + * exec-randomization: brk away from exec rand area + + -- Andy Whitcroft Thu, 11 Nov 2010 23:46:37 +0000 + +linux (2.6.37-2.10) natty; urgency=low + + [ Andy Whitcroft ] + + * reinstate armel config changes: + * [Config] CONFIG_GPIO_PCH=n for armel FTBS + * [Config] CONFIG_GPIO_VX855=n for armel FTBS + + -- Andy Whitcroft Wed, 03 Nov 2010 22:20:35 +0000 + +linux (2.6.37-2.9) natty; urgency=low + + [ Andy Whitcroft ] + + * config -- fix genportsconfig + * [Config] move powerpc over from ports to distro + * bump master version number to match contained kernel + * SAUCE: fix documentation strings for struct input_keymap_entry + * usb: gadget: goku_udc: add registered flag bit + + -- Andy Whitcroft Tue, 02 Nov 2010 15:14:11 +0000 + +linux (2.6.36-2.8) natty; urgency=low + + [ Tim Gardner ] + + * [Config]: fix changed CONFIG_SYSFS_DEPRECATED_V2 enforcement rules + * [Config]: TWL4030_CORE=n for FTBS + * [Config]: CONFIG_ATH6K_LEGACY=n for FTBS + * [Config]: CONFIG_SOLO6X10=n for FTBS + * [Config]: CONFIG_GPIO_PCH=n for armel FTBS + * [Config]: CONFIG_GPIO_VX855=n for armel FTBS + * [Config]: CONFIG_DRM_NOUVEAU=n for armel FTBS + * [Config]: CONFIG_LINE6_USB=n for armel FTBS + * [Config]: CONFIG_SENSORS_AK8975=n for armel FTBS + * [Config]: CONFIG_I2C_I801=n for armel FTBS + * UBUNTU: SAUCE: AppArmor: Fix unpack of network tables. + * AppArmor: compatibility patch for v5 interface + * AppArmor: compatibility patch for v5 network controll + * Dropped (pre-stable): input: Support Clickpad devices in ClickZone mode + * Dropped: UBUNTU: SAUCE: libata: Add ALPM power state accounting to the AHCI driver + * Dropped: UBUNTU: SAUCE: Added quirk to recognize GE0301 3G modem as an interface. + * Dropped: hid: 3m: Convert to MT slots + * Dropped: HID: magicmouse: don't allow hidinput to initialize the device + * Dropped: HID: magicmouse: simplify touch data bit manipulation + * Dropped: HID: magicmouse: simplify touch down logic + * Dropped: HID: magicmouse: enable Magic Trackpad support + * Dropped: UBUNTU: SAUCE: hid: ntrig: remove sysfs nodes + * Dropped: UBUNTU: SAUCE: hid: ntrig: Setup input filtering manually + * Dropped: UBUNTU: SAUCE: hid: ntrig: New ghost-filtering event logic + * Dropped: UBUNTU: SAUCE: hid: ntrig: identify firmware version (wiggled) + * Dropped: UBUNTU: (pre-stable): input: Support Clickpad devices in ClickZone mode + * Dropped: UBUNTU: SAUCE: KMS: cache the EDID information of the LVDS + * Dropped: UBUNTU: SAUCE: fbcon -- fix race between open and removal of framebuffers + * Dropped: UBUNTU: SAUCE: fbcon -- fix OOPs triggered by race prevention fixes + * Dropped: UBUNTU: SAUCE: x86: implement cs-limit nx-emulation for ia32 + * Dropped: UBUNTU: SAUCE: x86: more tightly confine cs-limit nx-emulation to ia32 only + * Dropped: UBUNTU: SAUCE: [um] Don't use nx_enabled under UML + * Dropped: UBUNTU: SAUCE: x86: brk away from exec rand area + + [ Upstream Kernel Changes ] + + * rebased against 2.6.27-rc1 + + -- Tim Gardner Fri, 22 Oct 2010 19:35:05 -0600 + +linux (2.6.36-1.7) natty; urgency=low + + [ Andy Whitcroft ] + + * rebased to v2.6.36 final + * [Config] update configs following rebase to v2.6.36 final + * [Config] update ports configs following rebase to v2.6.36 final + + [ Upstream Kernel Changes ] + + * rebased to v2.6.36 final + + -- Andy Whitcroft Thu, 21 Oct 2010 14:28:57 +0100 + +linux (2.6.36-1.6) natty; urgency=low + + [ Upstream Kernel Changes ] + + * drop broadcom staging driver preview: + * Revert "Staging: Add initial release of brcm80211 - Broadcom 802.11n + wireless LAN driver." + + -- Andy Whitcroft Wed, 20 Oct 2010 10:41:25 +0100 + +linux (2.6.36-1.5) natty; urgency=low + + [ Andy Whitcroft ] + + * rebase to v2.6.36-rc8 + * updateconfigs following rebase to v2.6.36-rc8 + * updateportsconfigs following rebase to v2.6.36-rc8 + * config -- simplify the kernelconfig interface + * config -- add new config mode 'dumpconfigs' + + [ Tim Gardner ] + + * Simplify the use of CROSS_COMPILER + + [ Upstream Kernel Changes ] + + * drop broadcom staging driver preview: + * Revert "staging: brcm80211: Make compiling of brcm80211.ko and + brcmfmac.ko mutually exclusive." + * Revert "staging: brcm80211: Fix compile issue when BRCM80211_PCI is not + set." + * Revert "Staging: brcm80211: remove driver specific -W options" + * Revert "Staging: brcm80211: clean up makefile cflag lines" + * Revert "staging: brcm80211: add fullmac driver" + * Revert "staging: brcm80211: use string native library" + * Revert "staging: brcm80211: use native ctype library" + * Revert "staging: brcm80211: fix remaining checkpatch errors." + * Revert "staging: brcm80211: fix "ERROR: trailing whitespace."" + * Revert "staging: brcm80211: fix "ERROR: spaces required around that + ..."" + * Revert "staging: brcm80211: fix "ERROR: spaces prohibited around that + ':' ..."" + * Revert "staging: brcm80211: fix "ERROR: space required before that + ..."" + * Revert "staging: brcm80211: fix "ERROR: space required after that ..."" + * Revert "staging: brcm80211: fix "ERROR: space required after that close + brace"" + * Revert "staging: brcm80211: fix "ERROR: space prohibited before + ...close square bracket"" + * Revert "staging: brcm80211: fix "ERROR: space prohibited after that + ..."" + * Revert "staging: brcm80211: fix "ERROR: need consistent spacing around + '*'"" + * Revert "staging: brcm80211: fix 'ERROR: "(foo*)" should be "(foo *)"'" + * Revert "staging: brcm80211: fix "ERROR: Macros w/ mult. statements ... + do - while loop"" + * Revert "staging: brcm80211: fix "ERROR: Macros w/ complex values ... + parenthesis"" + * Revert "staging: brcm80211: fix "ERROR: do not initialise statics to 0 + or NULL"" + * Revert "staging: brcm80211: fix "ERROR: do not initialise globals to 0 + or NULL"" + * Revert "staging: brcm80211: fix "ERROR: while should follow close brace + '}'"" + * Revert "staging: brcm80211: fix "ERROR: that open brace { ... prev + line"" + * Revert "staging: brcm80211: fix "ERROR: trailing statements should be + on next line"" + * Revert "staging: brcm80211: fix "ERROR: do not use assignment in if + condition"" + * Revert "staging: brcm80211: fix "ERROR: return is not a function, + paren..."" + * Revert "staging: brcm80211: fix "ERROR: open brace '{' following + function dec..."" + * Revert "staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo + *bar"'" + * Revert "staging: brcm80211: Fix URLs for firmware files." + * Revert "staging: brcm80211: use '%pM' format to print MAC address" + * Revert "staging: brcm80211: Add contact info to TODO list." + * Revert "staging: brcm80211: Fix some initialisation failure paths" + * Export dump_{write,seek} to binary loader modules + * rebase to v2.6.36-rc8. + + -- Andy Whitcroft Tue, 19 Oct 2010 18:58:11 +0100 + +linux (2.6.36-0.4) natty; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: perf: increase stack footprint to avoid stack-protector warning + (fixes FTBS on powerpc) + + -- Andy Whitcroft Thu, 14 Oct 2010 13:16:16 +0100 + +linux (2.6.36-0.3) natty; urgency=low + + [ Andy Whitcroft ] + + * [Config] disable CONFIG_SCSI_QLA_ISCSI to fix FTBS on powerpc + + -- Andy Whitcroft Thu, 14 Oct 2010 03:01:30 +0100 + +linux (2.6.36-0.2) natty; urgency=low + + [ Andy Whitcroft ] + + * [Config] updateportsconfigs following rebase to 2.6.36-rc7 + (fix FTBS on powerpc) + + -- Andy Whitcroft Wed, 13 Oct 2010 23:25:12 +0100 + +linux (2.6.36-0.1) natty; urgency=low + + [ Andy Whitcroft ] + + * reduce disk usage during buildd builds + - LP: #645653 + * [Config] enforcer -- ensure CONFIG_INIT_PASS_ALL_PARAMS is y + * [Config] armel -- drop omap flavour + + [ Tim Gardner ] + + * Added dropped patch list + * more dropped patches + * [Config] Disable aufs, dmraid-4.5, ndis-wrapper + * [Config] Add support for cross compiling armel + * [Config] CONFIG_SCSI_QLA_ISCSI=n for armel + * [Upstream] drivers/serial/mfd.c: Fix ARM compile error + * [Config]: updateconfigs after adding brcm80211 + * staging: brcm80211: Fix Makefile syntax error + * rebased to v2.6.36-rc7 + + [ Upstream Kernel Changes ] + + * (upstream) IPS driver: don't toggle CPU turbo on unsupported CPUs + * (upstream) IPS driver: verify BIOS provided limits + * intel_ips: Print MCP limit exceeded values. + * Staging: Add initial release of brcm80211 - Broadcom 802.11n wireless + LAN driver. + * staging: brcm80211: Fix some initialisation failure paths + * staging: brcm80211: Add contact info to TODO list. + * staging: brcm80211: use '%pM' format to print MAC address + * staging: brcm80211: Fix URLs for firmware files. + * staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo *bar"' + * staging: brcm80211: fix "ERROR: open brace '{' following function + dec..." + * staging: brcm80211: fix "ERROR: return is not a function, paren..." + * staging: brcm80211: fix "ERROR: do not use assignment in if condition" + * staging: brcm80211: fix "ERROR: trailing statements should be on next + line" + * staging: brcm80211: fix "ERROR: that open brace { ... prev line" + * staging: brcm80211: fix "ERROR: while should follow close brace '}'" + * staging: brcm80211: fix "ERROR: do not initialise globals to 0 or NULL" + * staging: brcm80211: fix "ERROR: do not initialise statics to 0 or NULL" + * staging: brcm80211: fix "ERROR: Macros w/ complex values ... + parenthesis" + * staging: brcm80211: fix "ERROR: Macros w/ mult. statements ... do - + while loop" + * staging: brcm80211: fix 'ERROR: "(foo*)" should be "(foo *)"' + * staging: brcm80211: fix "ERROR: need consistent spacing around '*'" + * staging: brcm80211: fix "ERROR: space prohibited after that ..." + * staging: brcm80211: fix "ERROR: space prohibited before ...close square + bracket" + * staging: brcm80211: fix "ERROR: space required after that close brace" + * staging: brcm80211: fix "ERROR: space required after that ..." + * staging: brcm80211: fix "ERROR: space required before that ..." + * staging: brcm80211: fix "ERROR: spaces prohibited around that ':' ..." + * staging: brcm80211: fix "ERROR: spaces required around that ..." + * staging: brcm80211: fix "ERROR: trailing whitespace." + * staging: brcm80211: fix remaining checkpatch errors. + * staging: brcm80211: use native ctype library + * staging: brcm80211: use string native library + * staging: brcm80211: add fullmac driver + * Staging: brcm80211: clean up makefile cflag lines + * Staging: brcm80211: remove driver specific -W options + * staging: brcm80211: Fix compile issue when BRCM80211_PCI is not set. + * staging: brcm80211: Make compiling of brcm80211.ko and brcmfmac.ko + mutually exclusive. + + -- Andy Whitcroft Tue, 12 Oct 2010 16:00:27 +0100 + +linux (2.6.35-22.33) maverick; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: Add support for Intellimouse Mode in ALPS touchpad on + Dell E2 series Laptops" + - LP: #641320 + + [ Brian Rogers ] + + * SAUCE: ir-core: Fix null dereferences in the protocols sysfs interface + - LP: #624701 + + [ Christopher James Halse Rogers ] + + * SAUCE: Nouveau: Add quirk framework to disable acceleration + - LP: #544088, #546393 + * SAUCE: Nouveau: Disable acceleration on MacBook Pros + - LP: #546393 + + [ John Johansen ] + + * Revert "SAUCE: AppArmor: allow newer tools to load policy on older + kernels" + * SAUCE: AppArmor: allow newer tools to load policy on older kernels + - LP: #639758 + + [ Mathieu J. Poirier ] + + * SAUCE: Adding vdd_sdi regulator supply to OMAP3EVM + + [ Upstream Kernel Changes ] + + * ALSA: HDA: Enable internal speaker on Dell M101z + - LP: #640254 + + -- Leann Ogasawara Fri, 17 Sep 2010 13:21:28 -0700 + +linux (2.6.35-22.32) maverick; urgency=low + + [ Arjan van de Ven ] + + * SAUCE: libata: Add ALPM power state accounting to the AHCI driver + + [ David Henningsson ] + + * SAUCE: ALSA: HDA: Enable internal mic on Dell E6410 and Dell E6510 + - LP: #605047, #628961 + + [ John Johansen ] + + * [Upstream] AppArmor: Fix splitting an fqname into separate namespace + and profile names + - LP: #615947 + * [Upstream] AppArmor: Fix locking from removal of profile namespace + - LP: #615947 + * SAUCE: AppArmor: allow newer tools to load policy on older kernels + - LP: #639758 + * SAUCE: Improve Amazon EBS performance for EC2 + - LP: #634316 + + [ Leann Ogasawara ] + + * Revert "SAUCE: i915 KMS -- blacklist i855" + * Revert "SAUCE: i915 KMS -- blacklist i845g" + * Revert "SAUCE: i915 KMS -- blacklist i830" + * Revert "SAUCE: i915 KMS -- support disabling KMS for known broken + devices" + * execute module-inclusion within a subshell + - LP: #621175 + + [ Upstream Kernel Changes ] + + * (pre-stable) bounce: call flush_dcache_page() after bounce_copy_vec() + - LP: #633227 + * (pre-stable) drm/i915: don't enable self-refresh on Ironlake + - LP: #629711 + * (pre-stable) mm: Move vma_stack_continue into mm.h + * x86, hwmon: Fix unsafe smp_processor_id() in thermal_throttle_add_dev + - LP: #601073 + * PM / Runtime: Make runtime_status attribute not debug-only (v. 2) + * PM / Runtime: Add runtime PM statistics (v3) + * compat: Make compat_alloc_user_space() incorporate the access_ok() + - CVE-2010-3081 + * x86-64, compat: Test %rax for the syscall number, not %eax + - CVE-2010-3301 + * x86-64, compat: Retruncate rax after ia32 syscall entry tracing + - CVE-2010-3301 + + -- Leann Ogasawara Tue, 14 Sep 2010 08:46:49 -0700 + +linux (2.6.35-21.31) maverick; urgency=low + + [ Andy Whitcroft ] + + * bodge linux-libc-dev package version due to ti-omap4 error + * linux-libc-dev -- ensure we can only build this on debian.master + + -- Leann Ogasawara Mon, 13 Sep 2010 09:54:31 -0700 + +linux (2.6.35-21.30) maverick; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: fbcon -- fix OOPs triggered by race prevention fixes + - LP: #614008 + + [ Daniel Lezcano ] + + * SAUCE: fix compilation warning when CONFIG_SECURITY is not set + + [ Henrik Rydberg ] + + * SAUCE: Input: wacom - add fuzz parameters to features + * SAUCE: Input: wacom - collect device quirks into single function + * SAUCE: Input: wacom - add support for the Bamboo Touch trackpad + * SAUCE: Input: wacom - add a quirk for low resolution Bamboo devices + * SAUCE: hid: ntrig: Remove unused device ids + * SAUCE: hid: ntrig: remove sysfs nodes + * SAUCE: hid: ntrig: Correct logic for quirks + * SAUCE: hid: ntrig: zero-initialize ntrig struct + * SAUCE: hid: ntrig: Setup input filtering manually + * SAUCE: hid: ntrig: New ghost-filtering event logic + + [ Leann Ogasawara ] + + * SAUCE: ndiswrapper: Initialize buffer index and check its value + - LP: #613796 + + [ Manoj Iyer ] + + * SAUCE: Add support for Intellimouse Mode in ALPS touchpad on Dell E2 + series Laptops + - LP: #632884 + + [ Ping Cheng ] + + * SAUCE: Input: wacom - parse the Bamboo device family + + [ Rafi Rubin ] + + * SAUCE: hid: ntrig: identify firmware version (wiggled) + + [ Tim Gardner ] + + * [Config] CONFIG_NL80211_TESTMODE=n + + [ Upstream Kernel Changes ] + + * Revert "input: mt: Add support for the Bamboo Touch trackpad" + * e1000e: initial support for 82579 LOMs + * e1000e: correct MAC-PHY interconnect register offset for 82579 + * (pre-stable) ALSA: hda - Add a new hp-laptop model for Conexant 5066, + tested on HP G60 + - LP: #587388 + * DSS2: Don't power off a panel twice + - LP: #588243 + * mmc: build fix: mmc_pm_notify is only available with CONFIG_PM=y + * Input: i8042 - reset keyboard controller wehen resuming from S2R + - LP: #86820 + * ALSA: hda - Fix beep frequency on IDT 92HD73xx and 92HD71Bxx codecs + - LP: #414795 + * agp/intel: Support the extended physical addressing bits on + Sandybridge. + - LP: #632488 + * drm/i915,intel_agp: Add support for Sandybridge D0 + - LP: #632488 + * (pre-stable) intel_agp,i915: Add more sandybridge graphics device ids + - LP: #632488 + * mmc: omap: fix for bus width which improves SD card's peformance. + + -- Leann Ogasawara Tue, 07 Sep 2010 09:58:52 -0700 + +linux (2.6.35-20.29) maverick; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: i915 KMS -- support disabling KMS for known broken devices + - LP: #563277 + * SAUCE: i915 KMS -- blacklist i830 + - LP: #542208, #563277 + * SAUCE: i915 KMS -- blacklist i845g + - LP: #541492, #563277 + * SAUCE: i915 KMS -- blacklist i855 + - LP: #511001, #541511, #563277 + + [ Leann Ogasawara ] + + * [Config] Enable CONFIG_SENSORS_PKGTEMP=m + - LP: #601073 + * ARM: Temporarily disable module check for armel + * rebase to v2.6.35.4 + * [Config] update configs following rebase to v2.6.35.4 + + [ Ricardo Salveti de Araujo ] + + * [Config] Change CONFIG_LEDS_TRIGGER_HEARTBEAT from module to built-in + in Omap + + [ Tim Gardner ] + + * [Config] Added be2net, be2scsi to udebs + - LP: #628776 + + [ Upstream Kernel Changes ] + + * x86, cpu: Package Level Thermal Control, Power Limit Notification + definitions + - LP: #601073 + * x86, hwmon: Package Level Thermal/Power: pkgtemp hwmon driver + - LP: #601073 + * x86, hwmon: Package Level Thermal/Power: thermal throttling handler + - LP: #601073 + * x86, hwmon: Package Level Thermal/Power: power limit + - LP: #601073 + * x86, hwmon: Package Level Thermal/Power: pkgtemp documentation + - LP: #601073 + * hid: 3m: Adjust to sequential MT HID protocol + * hid: 3m: Convert to MT slots + * hid: 3m: Correct touchscreen emulation + * hid: 3m: Adjust major / minor axes to scale + * input: bcm5974: Adjust major / minor to scale + * HID: magicmouse: don't allow hidinput to initialize the device + * HID: magicmouse: simplify multitouch feature request + * HID: magicmouse: simplify touch data bit manipulation + * HID: magicmouse: simplify touch down logic + * HID: magicmouse: remove timestamp logic + * HID: magicmouse: enable Magic Trackpad support + * HID: magicmouse: Adjust major / minor axes to scale + * mmc: fix all hangs related to mmc/sd card insert/removal during + suspend/resume + - LP: #477106 + * drm/i915: fix VGA plane disable for Ironlake+ + - LP: #602281 + + -- Leann Ogasawara Mon, 30 Aug 2010 08:38:01 -0700 + +linux (2.6.35-19.28) maverick; urgency=low + + [ Leann Ogasawara ] + + * No changes from 2.6.35-19.27. Some armel udebs were accidentally deleted + from the archive and a no-change rebuild was attempted. However, the ABI + did not get bumped and resulted in build failures for 2.6.35-19.27. Fix + up the ABI and re-upload. + + -- Leann Ogasawara Sat, 28 Aug 2010 16:42:27 -0700 + +linux (2.6.35-19.27) maverick; urgency=low + + [ Leann Ogasawara ] + + * No changes from 2.6.35-19.26. Some armel udebs were accidentally deleted + from the archive. + + -- Leann Ogasawara Fri, 27 Aug 2010 08:58:35 -0700 + +linux (2.6.35-19.26) maverick; urgency=low + + [ Upstream Kernel Changes ] + + * ARM: OMAP: Beagle: revision detection + * ARM: OMAP: Beagle: only Cx boards use pin 23 for write protect + * ARM: OMAP: Beagle: no gpio_wp pin connection on xM + + -- Leann Ogasawara Thu, 26 Aug 2010 09:15:09 -0700 + +linux (2.6.35-19.25) maverick; urgency=low + + [ Jarod Wilson ] + + * SAUCE: Bring in staging/lirc from 2.6.36 + - LP: #609234 + * SAUCE: Update ir-core to linuxtv/other which should be merged for + 2.6.36. + - LP: #609234 + * SAUCE: Fix memleaks in imon and mceusb drivers + - LP: #609234 + * SAUCE: Bring in streamzap support from linuxtv/other + - LP: #609234 + + [ Mario Limonciello ] + + * Remove ubuntu/lirc in favor of staging/lirc from 2.6.36 + - LP: #609234 + + [ Mathieu J. Poirier ] + + * SAUCE: ARM: adding i2c eeprom driver to read EDID + - LP: #608279 + + [ Upstream Kernel Changes ] + + * intel_idle: disable module support + - LP: #615265 + * (pre-stable) ALSA: hda - Ensure codec patch files are checked for the + correct codec ID + * (pre-stable) ALSA: hda - Rename iMic to Int Mic on Lenovo NB0763 + - LP: #605101 + * (pre-stable) ALSA: HDA: Use model=auto for LG R510 + - LP: #495134 + * (pre-stable) ALSA: HDA: Add Sony VAIO quirk for ALC269 + - LP: #519066 + * (pre-stable) ALSA: HDA: Fix front mic on Dell Precision M6500 + - LP: #519066 + * input: mt: Initialize slots to unused (rev2) + * input: mt: Add support for the Bamboo Touch trackpad + * hid: Add a hid quirk for input sync override + + -- Leann Ogasawara Mon, 23 Aug 2010 12:42:52 -0700 + +linux (2.6.35-18.24) maverick; urgency=low + + [ Colin Watson ] + + * Pass DEB_MAINT_PARAMS to hook scripts + + [ Leann Ogasawara ] + + * [Config] Add CONFIG_INPUT_UINPUT=y to config enforcer + - LP: #584812 + * rebase to v2.6.35.3 + + [ Upstream Kernel Changes ] + + * (pre-stable) dell-wmi: Add support for eject key on Dell Studio 1555 + - LP: #609234 + * can: add limit for nframes and clean up signed/unsigned variables + - CVE-2010-2959 + * drm: Initialize ioctl struct when no user data is present + - CVE-2010-2803 + * ARM: initial stack protector (-fstack-protector) support + * ARM: stack protector: change the canary value per task + * [ARM] implement arch_randomize_brk() + * [ARM] add address randomization to mmap() + * ARM: fix ASLR of PIE executables + + -- Leann Ogasawara Sun, 22 Aug 2010 19:22:04 -0700 + +linux (2.6.35-17.23) maverick; urgency=low + + [ Jeremy Kerr ] + + * [Config] build-in uinput module + - LP: #584812 + + [ Leann Ogasawara ] + + * Revert "[Config] [FTBS] ia64: Temporarily disable CONFIG_CEPH_FS" + * Revert "[Config] [FTBS] ia64: Temporarily disable gpiolib" + * Revert "[Config] [FTBS] sparc: Temporarily disable + CONFIG_MTD_NAND_DENALI" + * Revert "[Config] [FTBS] sparc: Temporarily disable + CONFIG_MFD_JANZ_CMODIO" + * Revert "[Config] [FTBS] sparc: Temporarily disable + CONFIG_INFINIBAND_QIB" + * [Config] Enable INTEL_IPS + - LP: #601057 + * Remove ia64 support + * [Config] Update portsconfigs after removing ia64 support + * Remove sparc support + * [Config] Update portsconfigs after removing sparc support + + [ Linus Torvalds ] + + * (pre-stable) mm: fix page table unmap for stack guard page properly + + [ Mathieu J. Poirier ] + + * SAUCE: (no-up) ARM: Resetting power_mode to its original value. + - LP: #591941 + + [ Upstream Kernel Changes ] + + * timer: add on-stack deferrable timer interfaces + - LP: #601057 + * x86 platform driver: intelligent power sharing driver + - LP: #601057 + * IPS driver: add GPU busy and turbo checking + - LP: #601057 + * X86: intel_ips, check for kzalloc properly + - LP: #601057 + * ips driver: make it less chatty + - LP: #601057 + + -- Leann Ogasawara Tue, 17 Aug 2010 09:38:08 -0700 + +linux (2.6.35-16.22) maverick; urgency=low + + [ Andy Whitcroft ] + + * debian -- more agressivly clean up after depmod on purge + - LP: #618591 + + [ Henrik Rydberg ] + + * SAUCE: hid: 3m: Simplify touchsreen emulation logic + + [ Leann Ogasawara ] + + * ubuntu: iscsitarget -- version 1.4.20.2 + * ubuntu: rtl8192se -- update to version 0017.0507.2010 + * rebase to v2.6.35.2 + * [Config] update configs following rebase to v2.6.35.2 + * [Config] update ports configs following rebase to v2.6.35.2 + + [ Luke Yelavich ] + + * [Config] Enable new firewire stack on powerpc + + [ Mathieu J. Poirier ] + + * SAUCE: (drop after 2.6.35) ARM: Using gpmc function to init nand flash. + - LP: #608266 + + -- Leann Ogasawara Thu, 12 Aug 2010 09:58:01 -0700 + +linux (2.6.35-15.21) maverick; urgency=low + + [ Luke Yelavich ] + + * [Config] CONFIG_SND_USB_UA101=m for all architectures + + [ Upstream Kernel Changes ] + + * Input: introduce MT event slots + * Input: document the MT event slot protocol + * (pre-stable) sched: Revert nohz_ratelimit() for now + * (pre-stable) drm/radeon/kms: add missing copy from user + - LP: #606081 + + [ Leann Ogasawara ] + + * rebase to v2.6.35.1 + + -- Leann Ogasawara Mon, 09 Aug 2010 09:24:04 -0700 + +linux (2.6.35-14.20) maverick; urgency=low + + [ Andy Whitcroft ] + + * update Vcs-Git to point to maverick repo + * debian -- include the debian packaging in the -source package + - LP: #608674 + * select debian source format 1.0 + * add support for building selected stages of kernel + - LP: #603087 + * cleanup conditional dependancy handling + - LP: #603087 + + [ Upstream Kernel Changes ] + + * ALSA: hda - Handle missing NID 0x1b on ALC259 codec + - LP: #582199, #586418, #588031 + * ALSA: hda - Handle pin NID 0x1a on ALC259/269 + - LP: #582199, #586418, #588031 + * sched: Revert nohz_ratelimit() for now + + -- Leann Ogasawara Tue, 03 Aug 2010 08:46:47 -0700 + +linux (2.6.35-14.19) maverick; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.35 + + -- Leann Ogasawara Sun, 01 Aug 2010 10:35:56 -0700 + +linux (2.6.35-13.18) maverick; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: (no-up) Modularize vesafb -- fix initialisation + * SAUCE: add tracing for user initiated readahead requests + * SAUCE: vt -- maintain bootloader screen mode and content until vt + switch + * SAUCE: vt -- allow grub to request automatic vt_handoff + * SAUCE: fbcon -- fix race between open and removal of framebuffers + * SAUCE: drm -- stop early access to drm devices + + [ Bryan Wu ] + + * CONFIG: compile in OTG driver and Transceiver driver + - LP: #566645 + * remove OTG modules from modules list file + + [ John Johansen ] + + * SAUCE: AppArmor: -- sync to AppArmor mainline 2010-07-27 + - LP: #581525, #599450 + * SAUCE: AppArmor: -- sync to AppArmor mainline 2010-07-29 + * SAUCE: AppArmor 2.4 compatibility patch + * SAUCE: AppArmor: Allow dfa backward compatibility with broken userspace + * SAUCE: fix pv-ops for legacy Xen + * SAUCE: blkfront: default to sd devices + * [Config] Build in drivers required for Xen pv-ops + + [ Leann Ogasawara ] + + * Revert "[Upstream] i915: Use the correct mask to detect i830 aperture + size." + + [ Lee Jones ] + + * SAUCE: ARM: OMAP: Add macros for comparing silicon revision + - LP: #608095 + * SAUCE: OMAP: DSS2: check for both cpu type and revision, rather than + just revision + - LP: #608095 + * SAUCE: OMAP: DSS2: enable hsclk in dsi_pll_init for OMAP36XX + - LP: #608095 + * SAUCE: ARM: OMAP: Beagle: support twl gpio differences on xM + - LP: #608095 + + [ Upstream Kernel Changes ] + + * agp/intel: Use the correct mask to detect i830 aperture size. + - LP: #597075 + + -- Leann Ogasawara Fri, 30 Jul 2010 15:46:59 -0700 + +linux (2.6.35-12.17) maverick; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.35-rc6 + * [Config] update configs following rebase to v2.6.35-rc6 + * [Config] update ports configs following rebase to v2.6.35-rc6 + * SAUCE: [FTBS] armel: define KEY_F10 and KEYF11 + + [ Leann Ogasawara ] + + * rebase to v2.6.35-rc6 + + -- Leann Ogasawara Fri, 23 Jul 2010 16:16:38 +0200 + +linux (2.6.35-11.16) maverick; urgency=low + + [ Leann Ogasawara ] + + * Bump ABI for new compiler update + + -- Leann Ogasawara Fri, 23 Jul 2010 10:24:58 +0200 + +linux (2.6.35-10.15) maverick; urgency=low + + [ Leann Ogasawara ] + + * Revert "SAUCE: ensure vga16fb loads if no other driver claims the VGA + device" + * [Config] Enable CONFIG_M686=y + - LP: #592495 + + [ Upstream Kernel Changes ] + + * tracing: Add alignment to syscall metadata declarations + + -- Leann Ogasawara Tue, 20 Jul 2010 18:18:49 +0200 + +linux (2.6.35-9.14) maverick; urgency=low + + [ Andy Whitcroft ] + + * ubuntu: AUFS -- add BOM and automated update script + * ubuntu: AUFS -- update to b37c575759dc4535ccc03241c584ad5fe69e3b25 + + [ John Johansen ] + + * [Config] Enable DRBD as a module + + [ Kees Cook ] + + * SAUCE: Yama: verify inode is symlink to avoid bind mounts + - LP: #604407 + + [ Leann Ogasawara ] + + * [Config] Disable CONFIG_DRM_VMWGFX (staging driver) + - LP: #606139 + * [Config] ports: Disable CONFIG_DRM_VMWGFX (staging driver) + - LP: #606139 + * [Config] Enable CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y + * [Config] ports: Enable CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y + + [ Lee Jones ] + + * Stop ARM boards crashing when CUPS is loaded + - LP: #601226 + + [ Upstream Kernel Changes ] + + * perf probe: Support tracing an entry of array + * perf probe: Support static and global variables + + -- Leann Ogasawara Fri, 16 Jul 2010 14:38:17 -0700 + +linux (2.6.35-8.13) maverick; urgency=low + + [ Kees Cook ] + + * SAUCE: Yama: check PTRACE using thread group leader + * SAUCE: Yama: search for PTRACE exceptions via thread group leader + - LP: #603716 + + [ Leann Ogasawara ] + + * rebase to v2.6.35-rc5 + * [Config] update configs following rebase to v2.6.35-rc5 + + [ Nicolas Pitre ] + + * SAUCE: make ndiswrapper available on X86 only + + [ Tim Gardner ] + + * [Config] Added ums-cypress to udeb + - LP: #576066 + * SAUCE: fix build error with CONFIG_BLK_DEV_INITRD=n + * [Config] CONFIG_NDISWRAPPER=m across all configs + + [ Upstream Kernel Changes ] + + * HID: magicmouse: report last touch up + * rebase to 2.6.35-rc5 + + -- Leann Ogasawara Tue, 13 Jul 2010 18:57:59 -0700 + +linux (2.6.35-7.12) maverick; urgency=low + + [ Tim Gardner ] + + * [Upstream] i915: Use the correct mask to detect i830 aperture size. + - LP: #597075 + + [ Upstream Kernel Changes ] + + * (drop after 2.6.35) drm/radeon/kms: add ioport register access + (squashed) + + -- Tim Gardner Thu, 08 Jul 2010 09:53:13 -0600 + +linux (2.6.35-7.11) maverick; urgency=low + + [ Tim Gardner ] + + * [Config] CONFIG_X86_MRST=n + + [ Upstream Kernel Changes ] + + * (drop after 2.6.35-rc5) writeback: remove writeback_inodes_wbc + * (drop after 2.6.35-rc5) writeback: split writeback_inodes_wb + * (drop after 2.6.35-rc5) writeback: simplify the write back thread queue + + -- Tim Gardner Tue, 06 Jul 2010 18:39:08 -0600 + +linux (2.6.35-7.10) maverick; urgency=low + + [ Kees Cook ] + + * SAUCE: security: create task_free security callback + * SAUCE: Yama: add PTRACE exception tracking and interface + * SAUCE: security: unconditionally chain to Yama LSM + * Revert "SAUCE: ptrace: restrict ptrace scope to children" + * Revert "SAUCE: fs: block hardlinks to non-accessible sources" + * Revert "SAUCE: fs: block cross-uid sticky symlinks" + * [Upstream] security: Yama LSM + * [Config] Enable CONFIG_SECURITY_YAMA=y + + [ Tim Gardner ] + + * [Config] updateconfigs/updateportsconfigs after rebase to 2.6.35-rc4 + + [ Upstream Kernel Changes ] + + * rebase to 2.6.35-rc4 + + -- Leann Ogasawara Thu, 01 Jul 2010 08:55:57 -0700 + +linux (2.6.35-6.9) maverick; urgency=low + + [ Tim Gardner ] + + * [Upstream] direct_splice_actor() should not use pos in sd + - LP: #588861 + + -- Leann Ogasawara Mon, 28 Jun 2010 12:35:49 -0700 + +linux (2.6.35-6.8) maverick; urgency=low + + [ Mathieu J. Poirier ] + + * ARM: Adding regulator supply for vdds_sdi. + - LP: #597904 + + -- Leann Ogasawara Sun, 27 Jun 2010 16:34:43 -0700 + +linux (2.6.35-6.7) maverick; urgency=low + + [ Alberto Milone ] + + * [Upstream] Add support for the ATIF ACPI method to the radeon driver + + [ Chase Douglas ] + + * [Upstream] HID: magicmouse: scroll on entire surface, not just middle + of mouse + * [Upstream] HID: magicmouse: disable and add module param for scroll + acceleration + * [Upstream] HID: magicmouse: properly account for scroll movement in + state + * [Upstream] HID: magicmouse: add param for scroll speed + * [Upstream] HID: magicmouse: enable horizontal scrolling + + [ Henrik Rydberg ] + + * [Upstream] Input: evdev - convert to dynamic event buffer + * [Upstream] Input: evdev - use driver hint to compute size of event + buffer + * [Upstream] Input: bcm5974 - set the average number of events per MT + event packet + * [Upstream] Input: hid-input - use a larger event buffer for MT devices + * [Upstream] Input: evdev - never leave the client buffer empty after + write + + [ John Johansen ] + + * SAUCE: AppArmor: -- mainline 2010-06-23 + * SAUCE: AppArmor 2.4 compatibility patch + * SAUCE: fs: block hardlinks to non-accessible sources AppArmor portion + + [ Leann Ogasawara ] + + * [Config] Enable CONFIG_INTR_REMAP=y + - LP: #597091 + * [Config] Enable CONFIG_X86_X2APIC + - LP: #597091 + + [ Mathieu J. Poirier ] + + * [Config] ARM: Turning off CONFIG_CPU_IDLE on omap + - LP: #594382 + + -- Leann Ogasawara Thu, 24 Jun 2010 12:19:48 -0700 + +linux (2.6.35-5.6) maverick; urgency=low + + [ Amit Kucheria ] + + * [Config] update omap flavour description + + [ Andy Whitcroft ] + + * update to ubuntu-debian:508b7aa34b578c0d1e51bfb571f2bfb824dc65ac + - LP: #570500, #576274 + * SAUCE: add option to hand off all kernel parameters to init + - LP: #586386 + * [Config] enable passing all kernel command line to init + - LP: #586386 + * [Config] disable CONFIG_VMI + - LP: #537601 + * [Config] enable CONFIG_IPV6_SIT_6RD + - LP: #591869 + * [Config] enable CONFIG_VMWARE_BALOON as module + - LP: #592039 + + [ Leann Ogasawara ] + + * Revert "SAUCE: pm: Config option to disable handling of console during + suspend/resume" + - LP: #594885 + * [Config] Remove CONFIG_PM_DISABLE_CONSOLE + * [Config] ports: enable passing all kernel command line to init + - LP: #586386 + * [Config] Enable CONFIG_FB_VESA=y for x86 + * [Config] Add CONFIG_FRAMEBUFFER_CONSOLE=y to config enforcer + * [Config] Add CONFIG_FB_VESA=y for x86 to config enforcer + * [Config] Enable CONFIG_TASK_DELAY_ACCT=y + - LP: #493156 + + [ Mathieu Poirier ] + + * ARM: Adding MosChip MCS7830 to nic-usb + - LP: #584920 + + [ Upstream Kernel Changes ] + + * Revert "[Upstream] docbook: need xmldoclinks for all doc types" + * docbook: need xmldoclinks for all doc types + * perf probe: Add kernel source path option + + -- Leann Ogasawara Thu, 17 Jun 2010 08:05:29 -0700 + +linux (2.6.35-4.5) maverick; urgency=low + + [ Leann Ogasawara ] + + * Revert "[Upstream] (evdev) Use driver hint to compute the evdev buffer + size (rev2)" + * Revert "[Upstream] (evdev) Convert to dynamic event buffer (rev4)" + * Revert "[Upstream] (evdev) Use multi-reader buffer to save space + (rev4)" + * Revert "SAUCE: drivers: Remove some duplicate device entries in various + modules" + * [Upstream] USB: option: Remove duplicate AMOI_VENDOR_ID + * [Upstream] Revert "USB: Adding support for HTC Smartphones to ipaq" + * [Upstream] p54usb: Comment out duplicate Medion MD40900 device id + + [ Tim Gardner ] + + * [Config] CONFIG_NFS_FSCACHE=y + - LP: #440522 + * [Config] CONFIG_FSCACHE_STATS=y, CONFIG_FSCACHE_HISTOGRAM=y + - LP: #440522 + + -- Leann Ogasawara Wed, 16 Jun 2010 08:43:07 -0700 + +linux (2.6.35-3.4) maverick; urgency=low + + [ Andy Whitcroft ] + + * debian -- ensure the version number is clean + + [ Henrik Rydberg ] + + * [Upstream] Introduce MT event slots (rev 5) + * [Upstream] Document the MT event slot protocol (rev5) + * [Upstream] (evdev) Use multi-reader buffer to save space (rev4) + * [Upstream] (evdev) Convert to dynamic event buffer (rev4) + * [Upstream] (evdev) Use driver hint to compute the evdev buffer size + (rev2) + + [ Leann Ogasawara ] + + * Revert "SAUCE: Add MODULE_ALIAS for Dell WMI module" + * Revert "SAUCE: hostap: send events on data interface as well as master + interface" + * Revert "Fix webcam having USB ID 0ac8:303b" + * Revert "SAUCE: toshiba_acpi -- pull in current -dev version of driver" + * rebase to v2.6.35-rc3 + + [ Maxim Levitsky ] + + * [Config] Enable new Smartmedia/xD translation layer + - LP: #202490 + + [ Upstream Kernel Changes ] + + * net: fix deliver_no_wcard regression on loopback device + + [ Upstream changes ] + + * rebased to v2.6.35-rc3 + + -- Leann Ogasawara Thu, 10 Jun 2010 16:15:22 -0700 + +linux (2.6.35-2.3) maverick; urgency=low + + [ Bryan Wu ] + + * CONFIG: enforce -- make sure we disable CONFIG_LOCALVERSION_AUTO + + [ Leann Ogasawara ] + + * [Config] armel: Enable CONFIG_BNX2=m + * [Config] ports: Enable CONFIG_BNX2X=m + * SAUCE: armel: define get_dma_ops to fix FTBS + + [ Tim Gardner ] + + * [Upstream] net: Print num_rx_queues imbalance warning only when there + are allocated queues + - LP: #591416 + + -- Leann Ogasawara Wed, 09 Jun 2010 08:27:41 -0700 + +linux (2.6.35-2.2) maverick; urgency=low + + [ Andy Whitcroft ] + + * [Config] d-i: make armel configuration versatile flavour specific + - LP: #588805 + * [Config] d-i: enable .udebs for omap flavour + - LP: #588805 + + [ Kees Cook ] + + * ptrace: limit scope to attach only (allow read) + - LP: #589656 + + [ Leann Ogasawara ] + + * rebase to v2.6.35-rc2 + * [Config] update configs following rebase to v2.6.35-rc2 + * [Config] update port configs following rebase to v2.6.35-rc2 + + [ Lee Jones ] + + * Enable perf to be more helpful when perf_ does not exist. + - LP: #570500 + * 'fdr editconfig' modification. Easily skip over unwanted menuconfigs. + + [ Tim Gardner ] + + * [Config] Update bnx2 udeb firmware files + - LP: #589304 + + [ Upstream changes ] + + * rebased to v2.6.35-rc2 + + -- Leann Ogasawara Mon, 07 Jun 2010 09:45:04 -0700 + +linux (2.6.35-1.1) maverick; urgency=low + + [ Andy Whitcroft ] + + * ubuntu: AUFS -- update to standalone 2.6.35-rcN as at 20100601 + - LP: #587888 + * ubuntu: AUFS -- track changes to the arguements to fop fsync() + + [ Leann Ogasawara ] + + * rebase to v2.6.35-rc1 + * [Config] update configs following rebase to v2.6.35-rc1 + * [Config] update port configs following rebase to v2.6.35-rc1 + * SAUCE: lirc: rename usb_buffer_alloc() and usb_buffer_free() + * SAUCE: ndiswrapper: rename usb_buffer_alloc() and usb_buffer_free() + * SAUCE: ndiswrapper: convert multicast list to list_head + * [Config] [FTBS] armel: Temporarily disable CONFIG_GPIO_JANZ_TTL + * [Config] [FTBS] ia64: Temporarily disable gpiolib + * [Config] [FTBS] ia64: Temporarily disable CONFIG_CEPH_FS + * [Config] [FTBS] sparc: Temporarily disable CONFIG_INFINIBAND_QIB + * [Config] [FTBS] sparc: Temporarily disable CONFIG_MFD_JANZ_CMODIO + * [Config] [FTBS] armel: Temporarily disable CONFIG_MFD_JANZ_CMODIO + * [Config] [FTBS] armel: Temporarily disable CONFIG_DT3155 + * [Config] [FTBS] sparc: Temporarily disable CONFIG_MTD_NAND_DENALI + * [Config] [FTBS] armel: Temporarily disable bnx2 + * [Config] [FTBS] armel: Temporarily disable CONFIG_SERIAL_UARTLITE + * SAUCE: [FTBS] armel: Don't include asm/agp.h for ttm + * SAUCE: [FTBS] armel: include linux/dma-mapping.h + * SAUCE: [FTBS] armel: replace omap_set_gpio_debounce with + gpio_set_debounce + + [ Upstream Kernel Changes ] + + * of/usb: fix build error due to of_node pointer move + * n2_crypto: Fix build after of_device/of_platform_driver changes. + * powerpc/fsl-booke: fix the case where we are not in the first page + * powerpc/fsl-booke: Move the entry setup code into a seperate file + * powerpc/kexec: Add support for FSL-BookE + * greth: Fix build after OF device conversions. + + [ Upstream changes ] + + * rebased to v2.6.35-rc1 + + -- Leann Ogasawara Fri, 04 Jun 2010 23:01:52 -0700 + +linux (2.6.35-1.0) UNRELEASED; urgency=low + + [ Leann Ogasawara ] + + * Null entry. + + -- Leann Ogasawara Wed, 02 Jun 2010 15:17:41 -0700 + +linux (2.6.34-5.14) maverick; urgency=low + + [ Tim Gardner ] + + * [Config] Added module inclusion support + * [Config] Added virtual flavour module inclusion list and d-i package + definitions + + -- Leann Ogasawara Wed, 02 Jun 2010 12:58:14 -0700 + +linux (2.6.34-5.13) maverick; urgency=low + + [ Andy Whitcroft ] + + * Revert "ubuntu: AUFS -- aufs2 20091209" + * Revert "ubuntu: AUFS -- export various core functions + (aufs2-standalone.patch)" + * Revert "ubuntu: AUFS -- export various core functions + (aufs2-base.patch)" + * ubuntu: AUFS -- aufs2 base patch for linux-2.6.34 + - LP: #587888 + * ubuntu: AUFS -- aufs2 standalone patch for linux-2.6.34 + - LP: #587888 + * ubuntu: AUFS -- update to standalone 2.6.34 as at 20100601 + - LP: #587888 + * [Config] AUFS -- enable aufs options + - LP: #587888 + + -- Leann Ogasawara Tue, 01 Jun 2010 08:56:43 -0700 + +linux (2.6.34-5.12) maverick; urgency=low + + [ Andy Whitcroft ] + + * enforce -- ensure SYSFS compatibility is disabled + + [ Chase Douglas ] + + * build with libdw-dev for perf probe symbol support + * maverick ftrace configuration changes + + [ Kees Cook ] + + * Revert "SAUCE: x86: brk away from exec rand area" + * Revert "SAUCE: [um] Don't use nx_enabled under UML" + * Revert "SAUCE: [x86] implement cs-limit nx-emulation for ia32" + * SAUCE: x86: implement cs-limit nx-emulation for ia32 + - LP: #369978 + * SAUCE: x86: more tightly confine cs-limit nx-emulation to ia32 only + * SAUCE: x86: brk away from exec rand area + - LP: #452175 + * SAUCE: ptrace: restrict ptrace scope to children + + [ Leann Ogasawara ] + + * Add new omap flavour to getabis + * [Config] Enable CONFIG_FRAMEBUFFER_CONSOLE=y for all archs + - LP: #585490 + * build/modules: Temorarily add ignore.modules + * ubuntu: iscsitarget -- version 1.4.20.1 + + [ Loïc Minier ] + + * SAUCE: [um] Don't use nx_enabled under UML + - LP: #524849 + + -- Leann Ogasawara Fri, 28 May 2010 08:27:17 -0700 + +linux (2.6.34-4.11) maverick; urgency=low + + [ Amit Kucheria ] + + * SAUCE: omap: remove calls to usb_nop_xceiv_register from board files + * [Config] Add support for OMAP-mainline flavour + + [ Andy Whitcroft ] + + * SAUCE: powerpc: fix compile error when ptrace.h is included from + userspace + - LP: #583733 + + [ Chase Douglas ] + + * Revert "SAUCE: Don't register vga16fb framebuffer if other framebuffers + are present" + * Revert "SAUCE: Disable function tracing after hitting __schedule_bug" + * Revert "SAUCE: drm/i915: don't change DRM configuration when releasing + load detect pipe" + + [ Kees Cook ] + + * SAUCE: fs: block cross-uid sticky symlinks + * SAUCE: fs: block hardlinks to non-accessible sources + + [ Koen Kooi ] + + * SAUCE: board-omap3-beagle: add DSS2 support + + [ Leann Ogasawara ] + + * Revert "staging/go7007 -- disable" + * Revert "[Config] staging/winbond -- disable" + * Revert "Disable 4MB page tables for Atom, work around errata AAE44" + * Revert "SAUCE: sync before umount to reduce time taken by ext4 umount" + * Revert "SAUCE: Enable an e1000e Intel Corporation 82567 Gigabit + controller" + * Revert "SAUCE: Fix MODULE_IMPORT/MODULE_EXPORT" + * Revert "SAUCE: Created MODULE_EXPORT/MODULE_IMPORT macros" + * Revert "SAUCE: input/mouse/alps: Do not call psmouse_reset() for alps" + * Revert "SAUCE: r8169: disable TSO by default for RTL8111/8168B + chipsets." + * Revert "[Upstream] b43: Declare all possible firmware files." + * Revert "add Breaks: against hardy lvm2" + * Revert "SAUCE: Guest OS does not recognize a lun with non zero target + id on Vmware ESX Server" + * Revert "SAUCE: Catch nonsense keycodes and silently ignore" + * [Config] Enable CONFIG_ECRYPT_FS=y for ports + * [Config] Enable CONFIG_USB=y for armel and sparc + * [Config] Enable CONFIG_SCSI=y for ia64 and sparc + * [Config] Enable CONFIG_RFKILL=y for ports + * [Config] Enable CONFIG_ATH9K_DEBUGFS=y + * [Config] Enable CONFIG_IWMC3200TOP_DEBUGFS=y + * [Config] Enable CONFIG_RCU_FAST_NO_HZ=y + * [Config] Enable CONFIG_IWLWIFI_DEVICE_TRACING=y + * [Config] Enable CONFIG_LIBERTAS_MESH=y + * [Config] Enable CONFIG_MMC_RICOH_MMC=y + * [Config] CONFIG_RT2800USB_UNKNOWN=y + * [Config] Enable CONFIG_VGA_SWITCHEROO=y + * [Config] Enable CONFIG_CEPH_FS=m + * [Config] Enable CONFIG_CRYPTO_PCRYPT=m + * [Config] Enable CONFIG_EEEPC_WMI=m + * [Config] Enable CONFIG_RT2800PCI=m + * [Config] Enable CONFIG_SCSI_HPSA=m + * [Config] Enable CONFIG_VHOST_NET=m + * [Config] Disable CONFIG_SND_HDA_INPUT_BEEP_MODE by default + - LP: #582350 + * [Config] Disable CONFIG_SOUND_OSS* and CONFIG_SND_*OSS + - LP: #579300 + * [Config] Enable CONFIG_PCIEASPM=y + - LP: #333990 + * [Config] updateconfigs for OMAP flavour + + [ Loïc Minier ] + + * Enable perf tools on armel + + [ Tim Gardner ] + + * SAUCE: Updated ndiswrapper to 1.56 + - LP: #582555 + * [Config] Added virtual flavour + * [Config] Remove support for sub-flavours + * [Config] Removed amd64 preempt flavour + * [Config] updateconfigs, updateportsconfigs after flavour munging + + -- Leann Ogasawara Tue, 25 May 2010 09:34:55 -0700 + +linux (2.6.34-3.10) maverick; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.34 + + [ Upstream changes ] + + * rebased to v2.6.34 + + -- Leann Ogasawara Tue, 18 May 2010 17:35:35 -0700 + +linux (2.6.34-2.9) maverick; urgency=low + + [ Leann Ogasawara ] + + * [Config] [FTBS] Disable comedi for armel + + -- Leann Ogasawara Thu, 13 May 2010 23:20:55 +0200 + +linux (2.6.34-2.8) maverick; urgency=low + + [ Leann Ogasawara ] + + * Drop lpia + * [Config] [FTBS] disable KVM + * [Config] [FTBS] disable ipr for armel + + -- Leann Ogasawara Thu, 13 May 2010 16:07:52 +0200 + +linux (2.6.34-2.7) maverick; urgency=low + + [ Leann Ogasawara ] + + * [Config] disable CONFIG_SCSI_IPR on powerpc + * [Config] Remove 386 flavour per UDS discussion + + -- Leann Ogasawara Wed, 12 May 2010 18:26:43 +0200 + +linux (2.6.34-1.6) maverick; urgency=low + + [ Chase Douglas ] + + * enforce CONFIG_TMPFS_POSIX_ACL=y + - LP: #575940 + * don't force module dependency checking + - LP: #577029 + + [ Kees Cook ] + + * SAUCE: mmap_min_addr check CAP_SYS_RAWIO only for write + - LP: #568844 + + [ Leann Ogasawara ] + + * Revert "SAUCE: ata: blacklist FUJITSU MHW2160BH PL" + * rebase to v2.6.34-rc7 + * [Config] update configs following rebase to v2.6.34-rc7 + * [Config] update port configs following rebase to v2.6.34-rc7 + * Add btrfs to the udebs + + [ Tim Gardner ] + + * [Config] Add atl1c to nic-modules udeb + - LP: #557130 + + [ Upstream changes ] + + * rebased to v2.6.34-rc7 + + -- Leann Ogasawara Tue, 11 May 2010 11:29:08 +0200 + +linux (2.6.34-1.5) UNRELEASED; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.34-rc6 + * [Config] update configs following rebase to v2.6.34-rc6 + * [Config] update port configs following rebase to v2.6.34-rc6 + + [ Upstream changes ] + + * rebased to v2.6.34-rc6 + + -- Leann Ogasawara Fri, 30 Apr 2010 15:54:05 +0100 + +linux (2.6.34-1.4) UNRELEASED; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.34-rc5 + * [Config] update ports configs following rebase to v2.6.34-rc5 + + [ Upstream changes ] + + * rebased to v2.6.34-rc5 + + -- Leann Ogasawara Thu, 22 Apr 2010 15:36:12 -0700 + +linux (2.6.34-1.3) UNRELEASED; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.34-rc4 + * [Config] update configs following rebase to v2.6.34-rc4 + * [Config] update port configs following rebase to v2.6.34-rc4 + * ubuntu: dm-raid4-5 -- update to compile with 2.6.34-rc4 + + [ Upstream changes ] + + * rebased to v2.6.34-rc4 + + -- Leann Ogasawara Tue, 13 Apr 2010 18:33:44 -0700 + +linux (2.6.34-1.2) UNRELEASED; urgency=low + + [ Leann Ogasawara ] + + * Temorarily disable building linux-doc + * rebase to v2.6.34-rc3 + * [Config] update configs following rebase to v2.6.34-rc3 + * [Config] update port configs following rebase to v2.6.34-rc3 + + [ Upstream changes ] + + * rebased to v2.6.34-rc3 + + -- Leann Ogasawara Tue, 30 Mar 2010 16:55:44 -0700 + +linux (2.6.34-1.1) UNRELEASED; urgency=low + + [ Leann Ogasawara ] + + * rebase to v2.6.34-rc2 + * ubuntu: dm-raid4-5 -- update to compile with 2.6.34-rc2 + * [Config] update port configs following rebase to v2.6.34-rc2 + * [Config] update configs following rebase to v2.6.34-rc2 + + [ Upstream changes ] + + * rebased to v2.6.34-rc2 + + -- Leann Ogasawara Wed, 24 Mar 2010 23:00:39 -0700 + +linux (2.6.33-1.1) UNRELEASED; urgency=low + + [ Leann Ogasawara ] + + * ubuntu: dm-raid4-5 -- update to compile with 2.6.33 + * ubuntu: lirc -- drop explicit include of linux/autoconf.h + * ubuntu: lirc -- pass kfifo to kfifo_alloc and move spinlock + * ubuntu: lirc -- rename kfifo_put and kfifo_get + * ubuntu: iscsitarget -- rename daddr inet_sock field + * rebased to v2.6.33 + * [Config] update configs following rebase to v2.6.33 + * [Config] update ports configs following rebase to v2.6.33 + + [ Upstream changes ] + + * rebased to v2.6.33 + + -- Leann Ogasawara Tue, 23 Mar 2010 03:55:46 -0700 + +linux (2.6.33-0.0) UNRELEASED; urgency=low + + [ Leann Ogasawara ] + + * Null entry. + + -- Leann Ogasawara Wed, 17 Mar 2010 07:48:56 -0700 + +linux (2.6.32-16.25) lucid; urgency=low + + [ Andy Whitcroft ] + + * linux-tools -- move to Suggests: with explicit seeding + - LP: #534635 + + [ Tim Gardner ] + + * [Config] CONFIG_HID=m + + [ Upstream Kernel Changes ] + + * (pre-stable) sched: Fix SMT scheduler regression in + find_busiest_queue() + * KVM: introduce kvm_vcpu_on_spin + * KVM: VMX: Add support for Pause-Loop Exiting + + -- Andy Whitcroft Tue, 09 Mar 2010 14:13:51 +0000 + +linux (2.6.32-16.24) lucid; urgency=low + + [ Andy Whitcroft ] + + * armel -- perf userspace does not support arm + * ia64 -- libelf-dev/binutils-dev to not provide necessary libraries + + -- Andy Whitcroft Sat, 06 Mar 2010 11:42:12 +0000 + +linux (2.6.32-16.23) lucid; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: PM report driver and device suspend/resume times -- move config + * update to standards version 3.8.4.0 + * printenv -- expose all of the package selectors + * source package -- cleanup source content control + * doc package -- ensure we do build package content on buildd + * lintian -- correct the address in the debian/copyright + * lintian -- update debhelper package version dependancy + * lintian -- fix ghostscript dependancy + * lintian -- add required misc:Depends + * lintian -- move our debhelper compat level to debian/compat + * perf -- build the kernel carried tools + * perf -- add linux-tools carrying the version switches and manuals + * SAUCE: fix up Kconfig for staging drivers + * [Config] enable NOUVEAU etc following drm backport + * update DRM to mainline v2.6.33 + * [Config] Remove AppArmor config options that no longer exist (ports) + * [Config] updateportsconfigs following drm update + + [ John Johansen ] + + * ubuntu: AppArmor -- update to mainline 2010-03-04 + * SAUCE: AppArmor: Reintroduce AppArmor 2.4 compatibility + * SAUCE: AppArmor: replace strim with strstrip for 2.6.32 kernels + * [Config] Remove AppArmor config options that no longer exist + + [ Manoj Iyer ] + + * ubuntu: rtl8192se -- version 2010-0115,0014 + - LP: #530275 + * [Config] added CONFIG_RTL8192SE module. + - LP: #530275 + + [ Tim Gardner ] + + * [Config] Added vmw_pvscsi to d-i/scsi-modules + - LP: #531017 + * [Upstream] netfilter: xt_recent: Add an entry reaper + + [ Upstream Kernel Changes ] + + * Revert "KVM: x86 emulator: Check CPL level during privilege instruction + emulation" + * Revert "KVM: x86 emulator: Fix popf emulation" + * Revert "KVM: x86 emulator: Check IOPL level during io instruction + emulation" + * Revert "KVM: x86 emulator: Add Virtual-8086 mode of emulation" + * Revert "KVM: fix memory access during x86 emulation." + * Add vlan (8021.Q) module package for d-i. + * (pre-stable) drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell + Inspiron 700m + - LP: #515246 + * [Upstream] docbook: need xmldoclinks for all doc types + * x86: set_personality_ia32() misses force_personality32 + * lib: Introduce generic list_sort function + * drm/nv50: Implement ctxprog/state generation. + * drm/nv50: Remove redundant/incorrect ctxvals initialisation. + * (pre-stable) drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell + Inspiron 700m + - LP: #515246 + + -- Andy Whitcroft Fri, 05 Mar 2010 15:40:38 +0000 + +linux (2.6.32-15.22) lucid; urgency=low + + [ Andy Whitcroft ] + + * Revert "[Config] added new config option CONFIG_SR_REPORT_TIME_LIMIT" + * Revert "SAUCE: PM report driver and device suspend/resume times." + * [Config] set CONFIG_SR_REPORT_TIME_LIMIT + + [ Manoj Iyer ] + + * SAUCE: PM report driver and device suspend/resume times. + + -- Andy Whitcroft Tue, 02 Mar 2010 01:35:37 +0000 + +linux (2.6.32-15.21) lucid; urgency=low + + [ Andy Whitcroft ] + + * Revert "(pre-stable) drm/i915: Increase fb alignment to 64k" + * Revert "[Config] lenovo-sl-laptop -- enable" + * Revert "ubuntu: lenovo-sl-laptop -- git tip (b19a08f81f)" + * armel -- cramfs module will no longer be built + * d-i -- make all modules optional + * rename the debug packages to match archive standard + - LP: #527837 + * lenovo-sl-laptop is no longer built + + [ Colin Ian King ] + + * Disable 4MB page tables for Atom, work around errata AAE44 + - LP: #523112 + + [ Colin Watson ] + + * ubuntu: dm-raid4-5: Depend on XOR_BLOCKS + * ubuntu: fsam7400: Depend on CHECK_SIGNATURE + + [ Jesse Barnes ] + + * SAUCE: drm/i915: don't change DRM configuration when releasing load + detect pipe + - LP: #488328 + + [ Loïc Minier ] + + * [Config] armel Update versatile initrd configs + - LP: #524893 + * SAUCE: [um] Don't use nx_enabled under UML + - LP: #524849 + + [ Manoj Iyer ] + + * [Config] added new config option CONFIG_SR_REPORT_TIME_LIMIT + + [ Mario Limonciello ] + + * SAUCE: v3 - Add Dell Business Class Netbook LED driver + + [ Rafael J. Wysocki ] + + * SAUCE: PM report driver and device suspend/resume times. + + [ Surbhi Palande ] + + * Revert "[Upstream] e1000e: enhance frame fragment detection" + - CVE-2009-4538 + * Revert "[Upstream] e1000: enhance frame fragment detection" + - CVE-2009-4536 + + [ Tim Gardner ] + + * [Config] Enabled CONFIG_LEDS_DELL_NETBOOKS=m + * SAUCE: (pre-stable) netfilter: xt_recent: fix buffer overflow + * SAUCE: (pre-stable) netfilter: xt_recent: fix false match + + [ Upstream Kernel Changes ] + + * Revert "(pre-stable) eCryptfs: Add getattr function" + * Fix potential crash with sys_move_pages + * futex_lock_pi() key refcnt fix + * futex: Handle user space corruption gracefully + * futex: Handle futex value corruption gracefully + * Fix race in tty_fasync() properly + * hwmon: (w83781d) Request I/O ports individually for probing + * hwmon: (lm78) Request I/O ports individually for probing + * hwmon: (adt7462) Wrong ADT7462_VOLT_COUNT + * ALSA: ctxfi - fix PTP address initialization + * drm/i915: disable hotplug detect before Ironlake CRT detect + * drm/i915: enable self-refresh on 965 + * drm/i915: Disable SR when more than one pipe is enabled + * drm/i915: Fix DDC on some systems by clearing BIOS GMBUS setup. + * drm/i915: Add HP nx9020/SamsungSX20S to ACPI LID quirk list + * drm/i915: Fix the incorrect DMI string for Samsung SX20S laptop + * drm/i915: Add MALATA PC-81005 to ACPI LID quirk list + * usb: r8a66597-hcd: Flush the D-cache for the pipe-in transfer buffers. + * i2c-tiny-usb: Fix on big-endian systems + * drm/i915: handle FBC and self-refresh better + * drm/i915: Increase fb alignment to 64k + * drm/i915: Update write_domains on active list after flush. + * regulator: Fix display of null constraints for regulators + * ALSA: hda-intel: Avoid divide by zero crash + * CPUFREQ: Fix use after free of struct powernow_k8_data + * freeze_bdev: don't deactivate successfully frozen MS_RDONLY sb + * cciss: Make cciss_seq_show handle holes in the h->drv[] array + * ioat: fix infinite timeout checking in ioat2_quiesce + * resource: add helpers for fetching rlimits + * fs/exec.c: restrict initial stack space expansion to rlimit + * cifs: fix length calculation for converted unicode readdir names + * NFS: Fix a reference leak in nfs_wb_cancel_page() + * NFS: Try to commit unstable writes in nfs_release_page() + * NFSv4: Don't allow posix locking against servers that don't support it + * NFSv4: Ensure that the NFSv4 locking can recover from stateid errors + * NFS: Fix an Oops when truncating a file + * NFS: Fix a umount race + * NFS: Fix a bug in nfs_fscache_release_page() + * NFS: Fix the mapping of the NFSERR_SERVERFAULT error + * md: fix 'degraded' calculation when starting a reshape. + * V4L/DVB: dvb-core: fix initialization of feeds list in demux filter + * Export the symbol of getboottime and mmonotonic_to_bootbased + * kvmclock: count total_sleep_time when updating guest clock + * KVM: PIT: control word is write-only + * tpm_infineon: fix suspend/resume handler for pnp_driver + * amd64_edac: Do not falsely trigger kerneloops + * netfilter: nf_conntrack: fix memory corruption with multiple namespaces + * netfilter: nf_conntrack: per netns nf_conntrack_cachep + * netfilter: nf_conntrack: restrict runtime expect hashsize modifications + * netfilter: xtables: compat out of scope fix + * netfilter: nf_conntrack: fix hash resizing with namespaces + * drm/i915: remove full registers dump debug + * drm/i915: add i915_lp_ring_sync helper + * drm/i915: Don't wait interruptible for possible plane buffer flush + * dasd: remove strings from s390dbf + * crypto: padlock-sha - Add import/export support + * wmi: Free the allocated acpi objects through wmi_get_event_data + * dell-wmi, hp-wmi, msi-wmi: check wmi_get_event_data() return value + * /dev/mem: introduce size_inside_page() + * devmem: check vmalloc address on kmem read/write + * devmem: fix kmem write bug on memory holes + * SCSI: mptfusion : mptscsih_abort return value should be SUCCESS instead + of value 0. + * sh: Couple kernel and user write page perm bits for CONFIG_X2TLB + * ALSA: hda - use WARN_ON_ONCE() for zero-division detection + * dst: call cond_resched() in dst_gc_task() + * ALSA: hda - Improved MacBook (Pro) 5,1 / 5,2 support + * befs: fix leak + * rtc-fm3130: add missing braces + * Call flush_dcache_page after PIO data transfers in libata-sff.c + * ahci: add Acer G725 to broken suspend list + * pktgen: Fix freezing problem + * x86/amd-iommu: Fix IOMMU-API initialization for iommu=pt + * x86/amd-iommu: Fix deassignment of a device from the pt_domain + * x86: Re-get cfg_new in case reuse/move irq_desc + * Staging: fix rtl8187se compilation errors with mac80211 + * ALSA: usb-audio - Avoid Oops after disconnect + * serial: 8250: add serial transmitter fully empty test + * sysfs: sysfs_sd_setattr set iattrs unconditionally + * class: Free the class private data in class_release + * USB: usbfs: only copy the actual data received + * USB: usbfs: properly clean up the as structure on error paths + * rtl8187: Add new device ID + * ACPI: Add NULL pointer check in acpi_bus_start + * ACPI: fix High cpu temperature with 2.6.32 + * drm/radeon/kms: use udelay for short delays + * NFS: Too many GETATTR and ACCESS calls after direct I/O + * eCryptfs: Add getattr function + * b43: Fix throughput regression + * ath9k: Fix sequence numbers for PAE frames + * mac80211: Fix probe request filtering in IBSS mode + * iwlwifi: Fix to set correct ht configuration + * dm stripe: avoid divide by zero with invalid stripe count + * dm log: userspace fix overhead_size calcuations + * Linux 2.6.32.9 + * sfc: Fix SFE4002 initialisation + * sfc: Fix sign of efx_mcdi_poll_reboot() error in efx_mcdi_poll() + * sfc: SFE4002/SFN4112F: Widen temperature and voltage tolerances + * (pre-stable) HID: handle joysticks with large number of buttons + - LP: #492056 + * (pre-stable) HID: extend mask for BUTTON usage page + - LP: #492056 + * PM: Measure device suspend and resume times + * e1000: enhance frame fragment detection + - CVE-2009-4536 + * e1000e: enhance frame fragment detection + - CVE-2009-4538 + * KVM: fix memory access during x86 emulation. + - CVE-2010-0306 + * KVM: x86 emulator: Add Virtual-8086 mode of emulation + - CVE-2010-0306 + * KVM: x86 emulator: Check IOPL level during io instruction emulation + - CVE-2010-0306 + * KVM: x86 emulator: Fix popf emulation + - CVE-2010-0306 + * KVM: x86 emulator: Check CPL level during privilege instruction + emulation + - CVE-2010-0306 + * Input: wacom - ensure the device is initialized properly upon resume + * Input: wacom - add defines for packet lengths of various devices + * Input: wacom - add support for new LCD tablets + - LP: #516777 + + -- Andy Whitcroft Mon, 01 Mar 2010 22:56:28 +0000 + +linux (2.6.32-14.20) lucid; urgency=low + + [ Andy Whitcroft ] + + * rebuild following the GCC update to match compiler for out of tree modules + * Revert "[Config] drbd -- enable" + * Revert "ubuntu: drbd -- version 8.3.1" + * SAUCE: khubd -- switch USB product/manufacturer/serial handling to RCU + - LP: #510937 + + -- Andy Whitcroft Fri, 19 Feb 2010 18:47:18 +0000 + +linux (2.6.32-14.19) lucid; urgency=low + + [ Andy Whitcroft ] + + * ensure we build the source package contents when enabled + - LP: #522308 + * [Config] enable CONFIG_X86_MCE_XEON75XX + * SAUCE: AppArmor -- add linux/kref.h for struct kref + * [Config] enable CONFIG_HID_ORTEK + * enable udeb generation for arm versatile flavour + - LP: #522515 + + [ John Johansen ] + + * ubuntu: AppArmor -- update to mainline 2010-02-18 + - LP: #439560, #496110, #507069 + + [ Johnathon Harris ] + + * SAUCE: HID: add support for Ortek WKB-2000 + - LP: #405390 + + [ Upstream Kernel Changes ] + + * tpm_tis: TPM_STS_DATA_EXPECT workaround + - LP: #490487 + * x86, mce: Xeon75xx specific interface to get corrected memory error + information + * x86, mce: Rename cpu_specific_poll to mce_cpu_specific_poll + * x86, mce: Make xeon75xx memory driver dependent on PCI + * drm/edid: Unify detailed block parsing between base and extension + blocks + - LP: #500999 + * (pre-stable) eCryptfs: Add getattr function + - LP: #390833 + + -- Andy Whitcroft Thu, 18 Feb 2010 19:22:02 +0000 + +linux (2.6.32-13.18) lucid; urgency=low + + [ Andy Whitcroft ] + + * Revert "enforcer -- make the enforcement configuration common" + * Revert "(pre-stable) Input: ALPS - add interleaved protocol support + (Dell E6x00 series)" + * Revert "(pre-stable) driver-core: fix devtmpfs crash on s390" + * Revert "(pre-stable) Driver-Core: devtmpfs - set root directory mode to + 0755" + * Revert "SAUCE: Adds support for COMPAL JHL90 webcam" + * Revert "SAUCE: fix kernel oops in VirtualBox during paravirt patching" + * Revert "SAUCE: make fc transport removal of target configurable" + * enforcer -- make the enforcement configuration common + * getabis -- add preempt flavour to the list + * [Config] enforce DEVTMPFS options + * [Config] armel -- cleanup to-be builtin modules + * [Config] cleanup ports configs + * [Config] enable CRYPTO_GHASH_CLMUL_NI_INTEL + - LP: #485536 + * add printdebian target to find branch target + * distclean -- do not remove debian.env + * [Config] generic-pae switch to M586TSC + - LP: #519448 + * git-ubuntu-log -- commonise duplicated log handling + * git-ubuntu-log -- tighten up Bug: NNNN matching + * git-ubuntu-log -- sort the bug numbers + + [ Chris Wilson ] + + * (pre-stable) drm/i915: Increase fb alignment to 64k + - LP: #404064 + + [ Eric Miao ] + + * arm -- enable ubuntu/ directory + + [ Huang Ying ] + + * SAUCE: crypto: ghash - Add PCLMULQDQ accelerated implementation + * SAUCE: crypto: ghash-intel - Fix building failure on x86_32 + + [ Loïc Minier ] + + * [Config] cleanup preempt configuration + * [Config] versatile: Fix video output + - LP: #517594 + * [Config] armel DEFAULT_MMAP_MIN_ADDR=32768 + * [Config] Large update to armel/versatile + * [Config] versatile: Add RTC support + * [Config] armel: Enable NEON + * [Config] versatile: Builtin MMC support + * [Config] versatile Builtin SCSI controller + * [Config] armel Disable dma_cache_sync callers + * [Config] armel Disable asm/time.h users + * [Config] armel Disable out of range udelay() + * [Config] armel Disable flush_cache_range() users + * [Config] armel -- Enable ubuntu/ drivers + + [ Steve Conklin ] + + * SAUCE: drm/i915: Add display hotplug event on Ironlake + * SAUCE: drm/i915: Add ACPI OpRegion support for Ironlake + + [ Upstream Kernel Changes ] + + * Revert "[Upstream]: oprofile/x86: add Xeon 7500 series support" + * Revert "Revert "[Bluetooth] Eliminate checks for impossible conditions + in IRQ handler"" + * clockevent: Don't remove broadcast device when cpu is dead + * clockevents: Add missing include to pacify sparse + * ACPI: don't cond_resched if irq is disabled + * be2net: Add support for next generation of BladeEngine device. + * be2net: Add the new PCI IDs to PCI_DEVICE_TABLE. + * mpt2sas: New device SAS2208 support is added + * ar9170: Add support for D-Link DWA 160 A2 + * powerpc/fsl: Add PCI device ids for new QoirQ chips + * davinci: dm646x: Add support for 3.x silicon revision + * Input: ALPS - add interleaved protocol support (Dell E6x00 series) + * Driver-Core: devtmpfs - set root directory mode to 0755 + * driver-core: fix devtmpfs crash on s390 + * vfs: get_sb_single() - do not pass options twice + * ALSA: hda - Add PCI IDs for Nvidia G2xx-series + * V4L/DVB (13569): smsusb: add autodetection support for five additional + Hauppauge USB IDs + * USB: mos7840: add device IDs for B&B electronics devices + * USB: ftdi_sio: add USB device ID's for B&B Electronics line + * V4L/DVB (13168): Add support for Asus Europa Hybrid DVB-T card (SAA7134 + SubVendor ID: 0x1043 Device ID: 0x4847) + * iTCO_wdt: Add support for Intel Ibex Peak + * atl1c:use common_task instead of reset_task and link_chg_task + * atl1e:disable NETIF_F_TSO6 for hardware limit + * V4L/DVB (13680a): DocBook/media: copy images after building HTML + * V4L/DVB (13680b): DocBook/media: create links for included sources + * netfilter: xtables: fix conntrack match v1 ipt-save output + * partitions: read whole sector with EFI GPT header + * partitions: use sector size for EFI GPT + * ALSA: ice1724 - Patch for suspend/resume for ESI Juli@ + * sched: Fix isolcpus boot option + * sched: Fix missing sched tunable recalculation on cpu add/remove + * nohz: Prevent clocksource wrapping during idle + * nfsd: Fix sort_pacl in fs/nfsd/nf4acl.c to actually sort groups + * timers, init: Limit the number of per cpu calibration bootup messages + * PCI: Always set prefetchable base/limit upper32 registers + * iscsi class: modify handling of replacement timeout + * NFS: Revert default r/wsize behavior + * HID: fixup quirk for NCR devices + * scsi_devinfo: update Hitachi entries (v2) + * scsi_dh: create sysfs file, dh_state for all SCSI disk devices + * scsi_transport_fc: remove invalid BUG_ON + * lpfc: fix hang on SGI ia64 platform + * libfc: fix typo in retry check on received PRLI + * libfc: fix ddp in fc_fcp for 0 xid + * fcoe: remove redundant checking of netdev->netdev_ops + * libfc: Fix wrong scsi return status under FC_DATA_UNDRUN + * libfc: lport: fix minor documentation errors + * libfc: don't WARN_ON in lport_timeout for RESET state + * fcoe: initialize return value in fcoe_destroy + * libfc: Fix frags in frame exceeding SKB_MAX_FRAGS in fc_fcp_send_data + * libfc: fix memory corruption caused by double frees and bad error + handling + * libfc: fix free of fc_rport_priv with timer pending + * libfc: remote port gets stuck in restart state without really + restarting + * fcoe, libfc: fix an libfc issue with queue ramp down in libfc + * fcoe: Fix checking san mac address + * fcoe: Fix getting san mac for VLAN interface + * qlge: Remove explicit setting of PCI Dev CTL reg. + * qlge: Set PCIE max read request size. + * qlge: Don't fail open when port is not initialized. + * qlge: Add handler for DCBX firmware event. + * qlge: Bonding fix for mode 6. + * PCI: AER: fix aer inject result in kernel oops + * DMI: allow omitting ident strings in DMI tables + * Input: i8042 - remove identification strings from DMI tables + * Input: i8042 - add Gigabyte M1022M to the noloop list + * Input: i8042 - add Dritek quirk for Acer Aspire 5610. + * ALSA: hda - select IbexPeak handler for Calpella + * ALSA: hda - Fix quirk for Maxdata obook4-1 + * ALSA: hda - Add missing Line-Out and PCM switches as slave + * iTCO_wdt.c - cleanup chipset documentation + * iTCO_wdt: add PCI ID for the Intel EP80579 (Tolapai) SoC + * iTCO_wdt: Add Intel Cougar Point and PCH DeviceIDs + * ahci: disable SNotification capability for ich8 + * ata_piix: fix MWDMA handling on PIIX3 + * md: fix small irregularity with start_ro module parameter + * V4L/DVB (13826): uvcvideo: Fix controls blacklisting + * cio: fix double free in case of probe failure + * cio: dont panic in non-fatal conditions + * netiucv: displayed TX bytes value much too high + * ipc ns: fix memory leak (idr) + * ALSA: hda - Fix HP T5735 automute + * hwmon: (fschmd) Fix a memleak on multiple opens of /dev/watchdog + * UBI: fix memory leak in update path + * UBI: initialise update marker + * ASoC: fix a memory-leak in wm8903 + * mac80211: check that ieee80211_set_power_mgmt only handles STA + interfaces. + * cfg80211: fix channel setting for wext + * KVM: S390: fix potential array overrun in intercept handling + * KVM: only allow one gsi per fd + * KVM: Fix race between APIC TMR and IRR + * KVM: MMU: bail out pagewalk on kvm_read_guest error + * KVM: x86: Fix host_mapping_level() + * KVM: x86: Fix probable memory leak of vcpu->arch.mce_banks + * KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init() + * KVM: fix lock imbalance in kvm_*_irq_source_id() + * KVM: only clear irq_source_id if irqchip is present + * IPoIB: Clear ipoib_neigh.dgid in ipoib_neigh_alloc() + * x86: Reenable TSC sync check at boot, even with NONSTOP_TSC + * ACPI: enable C2 and Turbo-mode on Nehalem notebooks on A/C + - LP: #516325 + * iwlwifi: Fix throughput stall issue in HT mode for 5000 + * fnctl: f_modown should call write_lock_irqsave/restore + * x86, msr/cpuid: Pass the number of minors when unregistering MSR and + CPUID drivers. + * Linux 2.6.32.7 + * scsi_lib: Fix bug in completion of bidi commands + * mptsas: Fix issue with chain pools allocation on katmai + * mm: add new 'read_cache_page_gfp()' helper function + * drm/i915: Selectively enable self-reclaim + * firewire: ohci: fix crashes with TSB43AB23 on 64bit systems + * S390: fix single stepped svcs with TRACE_IRQFLAGS=y + * x86: Set hotpluggable nodes in nodes_possible_map + * x86: Remove "x86 CPU features in debugfs" (CONFIG_X86_CPU_DEBUG) + * libata: retry FS IOs even if it has failed with AC_ERR_INVALID + * zcrypt: Do not remove coprocessor for error 8/72 + * dasd: fix possible NULL pointer errors + * ACPI: Add a generic API for _OSC -v2 + * ACPI: Add platform-wide _OSC support. + * ACPI: fix OSC regression that caused aer and pciehp not to load + * ACPI: Advertise to BIOS in _OSC: _OST on _PPC changes + * UBI: fix volume creation input checking + * e1000/e1000e: don't use small hardware rx buffers + * drm/i915: Reload hangcheck timer too for Ironlake + * Fix a leak in affs_fill_super() + * Fix failure exits in bfs_fill_super() + * fix oops in fs/9p late mount failure + * fix leak in romfs_fill_super() + * Fix remount races with symlink handling in affs + * fix affs parse_options() + * Fix failure exit in ipathfs + * mm: fix migratetype bug which slowed swapping + * FDPIC: Respect PT_GNU_STACK exec protection markings when creating + NOMMU stack + * Split 'flush_old_exec' into two functions + * sparc: TIF_ABI_PENDING bit removal + * x86: get rid of the insane TIF_ABI_PENDING bit + * Input: winbond-cir - remove dmesg spam + * x86: Disable HPET MSI on ATI SB700/SB800 + * iwlwifi: set default aggregation frame count limit to 31 + * drm/i915: only enable hotplug for detected outputs + * firewire: core: add_descriptor size check + * SECURITY: selinux, fix update_rlimit_cpu parameter + * regulator: Specify REGULATOR_CHANGE_STATUS for WM835x LED constraints + * x86: Add Dell OptiPlex 760 reboot quirk + - LP: #488319 + * x86: Add quirk for Intel DG45FC board to avoid low memory corruption + * x86/amd-iommu: Fix possible integer overflow + * clocksource: fix compilation if no GENERIC_TIME + * tcp: update the netstamp_needed counter when cloning sockets + * sky2: Fix oops in sky2_xmit_frame() after TX timeout + * net: restore ip source validation + * af_packet: Don't use skb after dev_queue_xmit() + * ax25: netrom: rose: Fix timer oopses + * KVM: allow userspace to adjust kvmclock offset + * oprofile/x86: add Xeon 7500 series support + * oprofile/x86: fix crash when profiling more than 28 events + * libata: retry link resume if necessary + * mm: percpu-vmap fix RCU list walking + * mm: purge fragmented percpu vmap blocks + * block: fix bio_add_page for non trivial merge_bvec_fn case + * Fix 'flush_old_exec()/setup_new_exec()' split + * random: drop weird m_time/a_time manipulation + * random: Remove unused inode variable + * block: fix bugs in bio-integrity mempool usage + * usb: r8a66597-hdc disable interrupts fix + * connector: Delete buggy notification code. + * be2net: Bug fix to support newer generation of BE ASIC + * be2net: Fix memset() arg ordering. + * mm: flush dcache before writing into page to avoid alias + * mac80211: fix NULL pointer dereference when ftrace is enabled + * imxfb: correct location of callbacks in suspend and resume + * mx3fb: some debug and initialisation fixes + * starfire: clean up properly if firmware loading fails + * kernel/cred.c: use kmem_cache_free + * uartlite: fix crash when using as console + * pktcdvd: removing device does not remove its sysfs dir + * ath9k: fix eeprom INI values override for 2GHz-only cards + * ath9k: fix beacon slot/buffer leak + * powerpc: TIF_ABI_PENDING bit removal + * NET: fix oops at bootime in sysctl code + * Linux 2.6.32.8 + + -- Andy Whitcroft Wed, 10 Feb 2010 18:56:52 +0000 + +linux (2.6.32-12.17) lucid; urgency=low + + [ Andy Whitcroft ] + + * restore linux-image prefix -- master + * enforce -- we require SELINUX enabled -- master + * enforce -- ensure APPARMOR is our default LSM -- master + * make doc package completely optional -- master + * make source package completely optional -- master + * make linux-libc-dev completly optional -- master + * convert package disable to a deps list -- master + * allow common headers to switch from indep to arch -- master + * convert binary package disable to a deps list -- master + * add configuration option for a full source build tree -- master + * add support for uImage kernels in package control scripts + * getabis -- cleanup and parameterise repository list -- master + * getabis -- move configuration to etc/getabi -- master + * kernelconfig -- move configuration to etc -- master + * rules -- make debian/debian.env master for branch name + * set the current branch name -- master + * pull back common debian.master files into debian -- master + * enforcer -- make the enforcement configuration common + * insert-changes -- correctly link to debian/rules in DROOT + + [ Colin Watson ] + + * future-proof ddeb handling against buildd changes + + [ Eric Miao ] + + * SAUCE: Make CONFIG_{OMNIBOOK, AVERATEC_5100P, PACKARDBELL_E5} depend on + X86 + + [ Loïc Minier ] + + * Add modules.builtin.bin to prerm rm list + - LP: #516584 + + [ Tim Gardner ] + + * [Config] Implement the amd64 preempt flavour + + [ Upstream Kernel Changes ] + + * syslog: distinguish between /proc/kmsg and syscalls + - LP: #515623 + * sfc: Fix polling for slow MCDI operations + * sfc: Fix conditions for MDIO self-test + * sfc: QT202x: Remove unreliable MMD check at initialisation + * sfc: Add workspace for GMAC bug workaround to MCDI MAC_STATS buffer + * sfc: Use fixed-size buffers for MCDI NVRAM requests + + -- Andy Whitcroft Fri, 05 Feb 2010 07:09:31 +0000 + +linux (2.6.32-12.16) lucid; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: acpi battery -- delay first lookup of the battery until + first use" + * SAUCE: acpi battery -- move first lookup asynchronous + - LP: #507211 + * [Config] update configs to cleanup generic configs + * [Config] disable CONFIG_X86_CPU_DEBUG for amd64 + * [Config] enable USER_NS + - LP: #480739, #509808 + + [ Heiko Carstens ] + + * (pre-stable) driver-core: fix devtmpfs crash on s390 + - LP: #512370 + + [ John Johansen ] + + * [Config] for server and virtual flavours make CONFIG_SCSI_SYM53C8XX_2=y + - LP: #494565 + * [Config] VIRTIO=y for server/virtual flavours + - LP: #494565 + + [ Kay Sievers ] + + * (pre-stable) Driver-Core: devtmpfs - set root directory mode to 0755 + - LP: #512370 + + [ Kees Cook ] + + * SAUCE: x86: brk away from exec rand area + - LP: #452175 + + [ Leann Ogasawara ] + + * [Upstream] e1000: enhance frame fragment detection + - CVE-2009-4536 + * [Upstream] e1000e: enhance frame fragment detection + - CVE-2009-4538 + + [ Sebastian Kapfer ] + + * (pre-stable) Input: ALPS - add interleaved protocol support (Dell E6x00 + series) + - LP: #296610 + + [ Upstream Kernel Changes ] + + * inotify: do not reuse watch descriptors + - LP: #485556 + * inotify: only warn once for inotify problems + * revert "drivers/video/s3c-fb.c: fix clock setting for Samsung SoC + Framebuffer" + * memcg: ensure list is empty at rmdir + * drm/i915: remove loop in Ironlake interrupt handler + * block: Fix incorrect reporting of partition alignment + * x86, mce: Thermal monitoring depends on APIC being enabled + * futexes: Remove rw parameter from get_futex_key() + * page allocator: update NR_FREE_PAGES only when necessary + * x86, apic: use physical mode for IBM summit platforms + * edac: i5000_edac critical fix panic out of bounds + * x86: SGI UV: Fix mapping of MMIO registers + * mfd: WM835x GPIO direction register is not locked + * mfd: Correct WM835x ISINK ramp time defines + * ALSA: hda - Fix missing capture mixer for ALC861/660 codecs + * V4L/DVB (13868): gspca - sn9c20x: Fix test of unsigned. + * reiserfs: truncate blocks not used by a write + * HID: add device IDs for new model of Apple Wireless Keyboard + * PCI/cardbus: Add a fixup hook and fix powerpc + * Input: pmouse - move Sentelic probe down the list + * asus-laptop: add Lenovo SL hotkey support + * sched: Fix cpu_clock() in NMIs, on !CONFIG_HAVE_UNSTABLE_SCHED_CLOCK + * sparc64: Fix NMI programming when perf events are active. + * sparc64: Fix Niagara2 perf event handling. + * i2c: Do not use device name after device_unregister + * i2c/pca: Don't use *_interruptible + * serial/8250_pnp: add a new Fujitsu Wacom Tablet PC device + * sched: Fix task priority bug + * vfs: Fix vmtruncate() regression + * Linux 2.6.32.5 + * x86, msr/cpuid: Register enough minors for the MSR and CPUID drivers + * V4L/DVB (13900): gspca - sunplus: Fix bridge exchanges. + * Staging: asus_oled: fix oops in 2.6.32.2 + * Staging: hv: fix smp problems in the hyperv core code + * tty: fix race in tty_fasync + * ecryptfs: use after free + * ecryptfs: initialize private persistent file before dereferencing + pointer + * nozomi: quick fix for the close/close bug + * serial: 8250_pnp: use wildcard for serial Wacom tablets + * usb: serial: fix memory leak in generic driver + * USB: fix bitmask merge error + * USB: Don't use GFP_KERNEL while we cannot reset a storage device + * USB: EHCI: fix handling of unusual interrupt intervals + * USB: EHCI & UHCI: fix race between root-hub suspend and port resume + * USB: add missing delay during remote wakeup + * USB: add speed values for USB 3.0 and wireless controllers + * ACPI: EC: Accelerate query execution + * ACPI: EC: Add wait for irq storm + * SCSI: enclosure: fix oops while iterating enclosure_status array + * drm/i915: Read the response after issuing DDC bus switch command + * drm/i915: try another possible DDC bus for the SDVO device with + multiple outputs + * block: bdev_stack_limits wrapper + * DM: Fix device mapper topology stacking + * x86/PCI/PAT: return EINVAL for pci mmap WC request for !pat_enabled + * USB: fix usbstorage for 2770:915d delivers no FAT + * vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREE + * perf timechart: Use tid not pid for COMM change + * perf events: Dont report side-band events on each cpu for + per-task-per-cpu events + * perf: Honour event state for aux stream data + * Linux 2.6.32.6 + + -- Andy Whitcroft Wed, 27 Jan 2010 16:40:23 +0000 + +linux (2.6.32-11.15) lucid; urgency=low + + [ Andy Whitcroft ] + + * Revert "(pre-stable) drm/radeon/kms: fix crtc vblank update for r600" + * Revert "(pre-stable) sched: Fix balance vs hotplug race" + * Revert "[Upstream] acerhdf: Limit modalias matching to supported + boards" + * Revert "[Upstream] mmc: prevent dangling block device from accessing + stale queues" + * Revert "SAUCE: Fix nx_enable reporting" + * Revert "SAUCE: [x86] fix report of cs-limit nx-emulation" + * Revert "SAUCE: [x86] implement cs-limit nx-emulation for ia32" + * SAUCE: i915 -- disable powersave by default + - LP: #492392 + + [ Kees Cook ] + + * SAUCE: [x86] implement cs-limit nx-emulation for ia32 + - LP: #369978 + * SAUCE: [x86] fix report of cs-limit nx-emulation + - LP: #454285 + * SAUCE: Fix nx_enable reporting + - LP: #454285 + + [ Tim Gardner ] + + * [Upstream] b43: Declare all possible firmware files. + - LP: #488636 + * [Config] updateconfigs after adding pvscsi + - LP: #497156 + * [Config] CONFIG_BT=m + + [ Upstream Kernel Changes ] + + * Revert "x86: Side-step lguest problem by only building cmpxchg8b_emu + for pre-Pentium" + * SCSI: ipr: fix EEH recovery + * SCSI: qla2xxx: dpc thread can execute before scsi host has been added + * SCSI: st: fix mdata->page_order handling + * SCSI: fc class: fix fc_transport_init error handling + * sched: Fix task_hot() test order + * x86, cpuid: Add "volatile" to asm in native_cpuid() + * sched: Select_task_rq_fair() must honour SD_LOAD_BALANCE + * clockevents: Prevent clockevent_devices list corruption on cpu hotplug + * pata_hpt3x2n: fix clock turnaround + * pata_cmd64x: fix overclocking of UDMA0-2 modes + * ASoC: wm8974: fix a wrong bit definition + * sound: sgio2audio/pdaudiocf/usb-audio: initialize PCM buffer + * ALSA: hda - Fix missing capsrc_nids for ALC88x + * acerhdf: limit modalias matching to supported + - LP: #435958 + * ACPI: EC: Fix MSI DMI detection + * ACPI: Use the return result of ACPI lid notifier chain correctly + * powerpc: Handle VSX alignment faults correctly in little-endian mode + * ASoC: Do not write to invalid registers on the wm9712. + * drm/radeon: fix build on 64-bit with some compilers. + * USB: emi62: fix crash when trying to load EMI 6|2 firmware + * USB: option: support hi speed for modem Haier CE100 + * USB: Fix a bug on appledisplay.c regarding signedness + * USB: musb: gadget_ep0: avoid SetupEnd interrupt + * Bluetooth: Prevent ill-timed autosuspend in USB driver + * USB: rename usb_configure_device + * USB: fix bugs in usb_(de)authorize_device + * drivers/net/usb: Correct code taking the size of a pointer + * x86: SGI UV: Fix writes to led registers on remote uv hubs + * md: Fix unfortunate interaction with evms + * dma: at_hdmac: correct incompatible type for argument 1 of + 'spin_lock_bh' + * dma-debug: Do not add notifier when dma debugging is disabled. + * dma-debug: Fix bug causing build warning + * cifs: NULL out tcon, pSesInfo, and srvTcp pointers when chasing DFS + referrals + * x86/amd-iommu: Fix initialization failure panic + * ioat3: fix p-disabled q-continuation + * ioat2,3: put channel hardware in known state at init + * KVM: MMU: remove prefault from invlpg handler + * KVM: LAPIC: make sure IRR bitmap is scanned after vm load + * Libertas: fix buffer overflow in lbs_get_essid() + * iwmc3200wifi: fix array out-of-boundary access + * mac80211: fix propagation of failed hardware reconfigurations + * mac80211: fix WMM AP settings application + * mac80211: Fix IBSS merge + * cfg80211: fix race between deauth and assoc response + * ath5k: fix SWI calibration interrupt storm + * ath9k: wake hardware for interface IBSS/AP/Mesh removal + * ath9k: Fix TX queue draining + * ath9k: fix missed error codes in the tx status check + * ath9k: wake hardware during AMPDU TX actions + * ath9k: fix suspend by waking device prior to stop + * ath9k_hw: Fix possible OOB array indexing in gen_timer_index[] on + 64-bit + * ath9k_hw: Fix AR_GPIO_INPUT_EN_VAL_BT_PRIORITY_BB and its shift value + in 0x4054 + * iwl3945: disable power save + * iwl3945: fix panic in iwl3945 driver + * iwlwifi: fix EEPROM/OTP reading endian annotations and a bug + * iwlwifi: fix more eeprom endian bugs + * iwlwifi: fix 40MHz operation setting on cards that do not allow it + * mac80211: fix race with suspend and dynamic_ps_disable_work + * NOMMU: Optimise away the {dac_,}mmap_min_addr tests + * 'sysctl_max_map_count' should be non-negative + * kernel/sysctl.c: fix the incomplete part of + sysctl_max_map_count-should-be-non-negative.patch + * V4L/DVB (13596): ov511.c typo: lock => unlock + * x86/ptrace: make genregs[32]_get/set more robust + * memcg: avoid oom-killing innocent task in case of use_hierarchy + * e100: Fix broken cbs accounting due to missing memset. + * ipv6: reassembly: use seperate reassembly queues for conntrack and + local delivery + * netfilter: fix crashes in bridge netfilter caused by fragment jumps + * hwmon: (sht15) Off-by-one error in array index + incorrect constants + * b43: avoid PPC fault during resume + * Keys: KEYCTL_SESSION_TO_PARENT needs TIF_NOTIFY_RESUME architecture + support + * sched: Fix balance vs hotplug race + * drm/radeon/kms: fix crtc vblank update for r600 + * drm: disable all the possible outputs/crtcs before entering KMS mode + * S390: dasd: support DIAG access for read-only devices + * xen: fix is_disconnected_device/exists_disconnected_device + * xen: improvement to wait_for_devices() + * xen: wait up to 5 minutes for device connetion + * orinoco: fix GFP_KERNEL in orinoco_set_key with interrupts disabled + * udf: Try harder when looking for VAT inode + * Add unlocked version of inode_add_bytes() function + * quota: decouple fs reserved space from quota reservation + * ext4: Convert to generic reserved quota's space management. + * ext4: fix sleep inside spinlock issue with quota and dealloc (#14739) + * x86, msr: Unify rdmsr_on_cpus/wrmsr_on_cpus + * cpumask: use modern cpumask style in drivers/edac/amd64_edac.c + * amd64_edac: unify MCGCTL ECC switching + * x86, msr: Add support for non-contiguous cpumasks + * x86, msr: msrs_alloc/free for CONFIG_SMP=n + * amd64_edac: fix driver instance freeing + * amd64_edac: make driver loading more robust + * amd64_edac: fix forcing module load/unload + * sched: Sched_rt_periodic_timer vs cpu hotplug + * ext4: Update documentation to correct the inode_readahead_blks option + name + * lguest: fix bug in setting guest GDT entry + * vmscan: do not evict inactive pages when skipping an active list scan + * ksm: fix mlockfreed to munlocked + * rt2x00: Disable powersaving for rt61pci and rt2800pci. + * generic_permission: MAY_OPEN is not write access + * Linux 2.6.32.3 + * untangle the do_mremap() mess + * fasync: split 'fasync_helper()' into separate add/remove functions + * ASoC: fix params_rate() macro use in several codecs + * modules: Skip empty sections when exporting section notes + * exofs: simple_write_end does not mark_inode_dirty + * nfsd: make sure data is on disk before calling ->fsync + * sunrpc: fix peername failed on closed listener + * SUNRPC: Fix up an error return value in + gss_import_sec_context_kerberos() + * SUNRPC: Fix the return value in gss_import_sec_context() + * sunrpc: on successful gss error pipe write, don't return error + * drm/i915: Update LVDS connector status when receiving ACPI LID event + * drm/i915: fix order of fence release wrt flushing + * drm/i915: Permit pinning whilst the device is 'suspended' + * drm: remove address mask param for drm_pci_alloc() + * drm/i915: Enable/disable the dithering for LVDS based on VBT setting + * drm/i915: Make the BPC in FDI rx/transcoder be consistent with that in + pipeconf on Ironlake + * drm/i915: Select the correct BPC for LVDS on Ironlake + * drm/i915: fix unused var + * rtc_cmos: convert shutdown to new pnp_driver->shutdown + * drivers/cpuidle/governors/menu.c: fix undefined reference to + `__udivdi3' + * cgroups: fix 2.6.32 regression causing BUG_ON() in cgroup_diput() + * lib/rational.c needs module.h + * dma-debug: allow DMA_BIDIRECTIONAL mappings to be synced with + DMA_FROM_DEVICE and + * kernel/signal.c: fix kernel information leak with print-fatal-signals=1 + * mmc_block: add dev_t initialization check + * mmc_block: fix probe error cleanup bug + * mmc_block: fix queue cleanup + * ALSA: hda - Fix ALC861-VD capture source mixer + * ALSA: ac97: Add Dell Dimension 2400 to Headphone/Line Jack Sense + blacklist + * ALSA: atiixp: Specify codec for Foxconn RC4107MA-RS2 + - LP: #498863 + * ASoC: Fix WM8350 DSP mode B configuration + * netfilter: ebtables: enforce CAP_NET_ADMIN + * netfilter: nf_ct_ftp: fix out of bounds read in update_nl_seq() + * hwmon: (coretemp) Fix TjMax for Atom N450/D410/D510 CPUs + * hwmon: (adt7462) Fix pin 28 monitoring + * quota: Fix dquot_transfer for filesystems different from ext4 + * xen: fix hang on suspend. + * iwlwifi: fix iwl_queue_used bug when read_ptr == write_ptr + * ath5k: Fix eeprom checksum check for custom sized eeproms + * cfg80211: fix syntax error on user regulatory hints + * iwl: off by one bug + * mac80211: add missing sanity checks for action frames + * drm/i915: remove render reclock support + * libertas: Remove carrier signaling from the scan code + * kernel/sysctl.c: fix stable merge error in NOMMU mmap_min_addr + * mac80211: fix skb buffering issue (and fixes to that) + * fix braindamage in audit_tree.c untag_chunk() + * fix more leaks in audit_tree.c tag_chunk() + * module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y + * ipv6: skb_dst() can be NULL in ipv6_hop_jumbo(). + * agp/intel-agp: Clear entire GTT on startup + * Linux 2.6.32.4 + * ethtool: Add reset operation + * gro: Name the GRO result enumeration type + * gro: Change all receive functions to return GRO result codes + * sfc: 10Xpress: Initialise pause advertising flags + * sfc: 10Xpress: Report support for pause frames + * sfc: Remove redundant header gmii.h + * sfc: Remove redundant hardware initialisation + * sfc: Rename Falcon-specific board code and types + * sfc: Remove boards.h, moving last remaining declaration to falcon.h + * sfc: Remove versioned bitfield macros + * sfc: Move RX data FIFO thresholds out of struct efx_nic_type + * sfc: Update hardware definitions for Siena + * sfc: Rename register I/O header and functions used by both Falcon and + Siena + * sfc: Eliminate indirect lookups of queue size constants + * sfc: Define DMA address mask explicitly in terms of descriptor field + width + * sfc: Move all TX DMA length limiting into tx.c + * sfc: Change order of device removal to reverse of probe order + * sfc: Remove declarations of nonexistent functions + * sfc: Move efx_xmit_done() declaration into correct stanza + * sfc: Move shared members of struct falcon_nic_data into struct efx_nic + * sfc: Maintain interrupt moderation values in ticks, not microseconds + * sfc: Removed kernel-doc for nonexistent member of efx_phy_operations + * sfc: Remove pointless abstraction of memory BAR number + * sfc: Remove incorrect assertion from efx_pci_remove_main() + * sfc: Remove unnecessary tests of efx->membase + * sfc: Move MTD probe after netdev registration and name allocation + * sfc: Remove unused code for non-autoneg speed/duplex switching + * sfc: Rename 'xfp' file and functions to reflect reality + * sfc: Really allow RX checksum offload to be disabled + * sfc: Feed GRO result into RX allocation policy and interrupt moderation + * sfc: Enable heuristic selection between page and skb RX buffers + * sfc: Remove pointless abstraction of memory BAR number (2) + * sfc: Remove redundant gotos from __efx_rx_packet() + * sfc: Remove ridiculously paranoid assertions + * sfc: Move assertions and buffer cleanup earlier in efx_rx_packet_lro() + * sfc: Record RX queue number on GRO path + * sfc: SFT9001: Reset LED configuration correctly after blinking + * sfc: Use a single blink implementation + * sfc: Rename efx_board::init_leds to init_phy and use for SFN4111T + * sfc: Make board information explicitly Falcon-specific + * sfc: Move definition of struct falcon_nic_data into falcon.h + * sfc: Move struct falcon_board into struct falcon_nic_data + * sfc: Move all I2C stuff into struct falcon_board + * sfc: Gather link state fields in struct efx_nic into new struct + efx_link_state + * sfc: Remove unnecessary casts to struct sk_buff * + * sfc: Remove redundant efx_xmit() function + * sfc: Combine high-level header files + * sfc: Log interrupt and reset type names, not numbers + * sfc: Fix descriptor cache sizes + * sfc: Treat all MAC registers as 128-bit + * sfc: Strengthen EFX_ASSERT_RESET_SERIALISED + * sfc: Comment corrections + * sfc: Remove unused constant + * sfc: Clean up struct falcon_board and struct falcon_board_data + * sfc: Fix bugs in RX queue flushing + * sfc: Remove unused function efx_flush_queues() + * sfc: Only switch Falcon MAC clocks as necessary + * sfc: Hold MAC lock for longer in efx_init_port() + * sfc: Split MAC stats DMA initiation and completion + * sfc: Move Falcon board/PHY/MAC monitoring code to falcon.c + * sfc: Simplify XMAC link polling + * sfc: Change MAC promiscuity and multicast hash at the same time + * sfc: Move inline comment into kernel-doc + * sfc: Do not set net_device::trans_start in self-test + * sfc: Simplify PHY polling + * sfc: QT202x: Reset before reading PHY id + * sfc: Replace MDIO spinlock with mutex + * sfc: Always start Falcon using the XMAC + * sfc: Limit some hardware workarounds to Falcon + * sfc: Remove EFX_WORKAROUND_9141 macro + * sfc: Remove another unused workaround macro + * sfc: Remove some redundant whitespace + * sfc: Decouple NIC revision number from Falcon PCI revision number + * sfc: Move descriptor cache base addresses to struct efx_nic_type + * sfc: Clean up RX event handling + * sfc: Remove redundant writes to INT_ADR_KER + * sfc: Remove duplicate hardware structure definitions + * sfc: Turn pause frame generation on and off at the MAC, not the RX FIFO + * sfc: Move Falcon NIC operations to efx_nic_type + * sfc: Refactor link configuration + * sfc: Generalise link state monitoring + * sfc: Add power-management and wake-on-LAN support + * sfc: Implement ethtool reset operation + * sfc: Add efx_nic_type operation for register self-test + * sfc: Add efx_nic_type operation for NVRAM self-test + * sfc: Add efx_nic_type operation for identity LED control + * sfc: Separate shared NIC code from Falcon-specific and rename + accordingly + * sfc: Fold falcon_probe_nic_variant() into falcon_probe_nic() + * sfc: Extend loopback mode enumeration + * sfc: Remove static PHY data and enumerations + * sfc: Extend MTD driver for use with new NICs + * sfc: Allow for additional checksum offload features + * sfc: Rename falcon.h to nic.h + * sfc: Move shared NIC code from falcon.c to new source file nic.c + * sfc: Add firmware protocol definitions (MCDI) + * sfc: Add support for SFC9000 family (1) + * sfc: Add support for SFC9000 family (2) + * sfc: Implement TSO for TCP/IPv6 + * sfc: Update version, copyright dates, authors + * drivers/net/sfc: Correct code taking the size of a pointer + * sfc: Move PHY software state initialisation from init() into probe() + * sfc: Include XGXS in XMAC link status check except in XGMII loopback + * sfc: Fix DMA mapping cleanup in case of an error in TSO + * sfc: QT2025C: Work around PHY bug + * sfc: QT2025C: Switch into self-configure mode when not in loopback + * sfc: QT2025C: Work around PHY firmware initialisation bug + * sfc: QT2025C: Add error message for suspected bad SFP+ cables + * sfc: Disable TX descriptor prefetch watchdog + * [SCSI] vmw_pvscsi: SCSI driver for VMware's virtual HBA. + - LP: #497156 + + -- Andy Whitcroft Tue, 19 Jan 2010 16:12:47 +0000 + +linux (2.6.32-10.14) lucid; urgency=low + + [ Alex Deucher ] + + * SAUCE: drm/radeon/kms: fix LVDS setup on r4xx + - LP: #493795 + + [ Andy Whitcroft ] + + * Revert "(pre-stable) acpi: Use the ARB_DISABLE for the CPU which model + id is less than 0x0f." + * config-check -- ensure the checks get run at build time + * config-check -- check the processed config during updateconfigs + * config-check -- CONFIG_SECCOMP may not be present + * TUN is now built in ignore + * SAUCE: acpi battery -- delay first lookup of the battery until first + use + * SAUCE: async_populate_rootfs: move rootfs init earlier + * ubuntu: AppArmor -- update to mainline 2010-01-06 + * SAUCE: move RLIMIT_CORE pipe dumper marker to 1 + - LP: #498525 + + [ Dave Airlie ] + + * (pre-stable) drm/radeon/kms: fix crtc vblank update for r600 + + [ Leann Ogasawara ] + + * Add asix to nic-usb-modules file + - LP: #499785 + + [ Peter Zijlstra ] + + * (pre-stable) sched: Fix balance vs hotplug race + + [ Tim Gardner ] + + * [Config] Enable CONFIG_FUNCTION_TRACER + - LP: #497989 + * [Config] Drop lpia from getabis + * [Config] Build in TUN/TAP driver + - LP: #499491 + * [Config] DH_COMPAT=5 + + [ Upstream Kernel Changes ] + + * Revert "(pre-stable) drm/i915: Avoid NULL dereference with + component_only tv_modes" + * Revert "(pre-stable) drm/i915: Fix sync to vblank when VGA output is + turned off" + * USB: usb-storage: fix bug in fill_inquiry + * USB: option: add pid for ZTE + * firewire: ohci: handle receive packets with a data length of zero + * rcu: Prepare for synchronization fixes: clean up for non-NO_HZ handling + of ->completed counter + * rcu: Fix synchronization for rcu_process_gp_end() uses of ->completed + counter + * rcu: Fix note_new_gpnum() uses of ->gpnum + * rcu: Remove inline from forward-referenced functions + * perf_event: Fix invalid type in ioctl definition + * perf_event: Initialize data.period in perf_swevent_hrtimer() + * perf: Don't free perf_mmap_data until work has been done + * PM / Runtime: Fix lockdep warning in __pm_runtime_set_status() + * sched: Check for an idle shared cache in select_task_rq_fair() + * sched: Fix affinity logic in select_task_rq_fair() + * sched: Rate-limit newidle + * sched: Fix and clean up rate-limit newidle code + * x86/amd-iommu: attach devices to pre-allocated domains early + * x86/amd-iommu: un__init iommu_setup_msi + * x86, Calgary IOMMU quirk: Find nearest matching Calgary while walking + up the PCI tree + * x86: Fix iommu=nodac parameter handling + * x86: GART: pci-gart_64.c: Use correct length in strncmp + * x86: ASUS P4S800 reboot=bios quirk + - LP: #366682 + * x86, apic: Enable lapic nmi watchdog on AMD Family 11h + * ssb: Fix range check in sprom write + * ath5k: allow setting txpower to 0 + * ath5k: enable EEPROM checksum check + * hrtimer: Fix /proc/timer_list regression + * ALSA: hrtimer - Fix lock-up + * ALSA: hda - Terradici HDA controllers does not support 64-bit mode + * KVM: x86 emulator: limit instructions to 15 bytes + * KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.c + * KVM: s390: Make psw available on all exits, not just a subset + * KVM: fix irq_source_id size verification + * KVM: x86: include pvclock MSRs in msrs_to_save + * x86: Prevent GCC 4.4.x (pentium-mmx et al) function prologue wreckage + * x86: Use -maccumulate-outgoing-args for sane mcount prologues + * x86, mce: don't restart timer if disabled + * x86/mce: Set up timer unconditionally + * x86: SGI UV: Fix BAU initialization + * x86: Fix duplicated UV BAU interrupt vector + * x86: Add new Intel CPU cache size descriptors + * x86: Fix typo in Intel CPU cache size descriptor + * pata_hpt{37x|3x2n}: fix timing register masks (take 2) + * s390: clear high-order bits of registers after sam64 + * V4L/DVB: Fix test in copy_reg_bits() + * bsdacct: fix uid/gid misreporting + * UBI: flush wl before clearing update marker + * jbd2: don't wipe the journal on a failed journal checksum + * USB: xhci: Add correct email and files to MAINTAINERS entry. + * USB: musb_gadget_ep0: fix unhandled endpoint 0 IRQs, again + * USB: option.c: add support for D-Link DWM-162-U5 + * USB: usbtmc: repeat usb_bulk_msg until whole message is transfered + * USB: usb-storage: add BAD_SENSE flag + * USB: Close usb_find_interface race v3 + * pxa/em-x270: fix usb hub power up/reset sequence + * hfs: fix a potential buffer overflow + * SUNRPC: IS_ERR/PTR_ERR confusion + * NFS: Fix nfs_migrate_page() + * md/bitmap: protect against bitmap removal while being updated. + * futex: Take mmap_sem for get_user_pages in fault_in_user_writeable + * devpts_get_tty() should validate inode + * debugfs: fix create mutex racy fops and private data + * Driver core: fix race in dev_driver_string + * Serial: Do not read IIR in serial8250_start_tx when UART_BUG_TXEN + * mac80211: Fix bug in computing crc over dynamic IEs in beacon + * mac80211: Fixed bug in mesh portal paths + * mac80211: Revert 'Use correct sign for mesh active path refresh' + * mac80211: fix scan abort sanity checks + * wireless: correctly report signal value for IEEE80211_HW_SIGNAL_UNSPEC + * rtl8187: Fix wrong rfkill switch mask for some models + * x86: Fix bogus warning in apic_noop.apic_write() + * mm: hugetlb: fix hugepage memory leak in mincore() + * mm: hugetlb: fix hugepage memory leak in walk_page_range() + * powerpc/windfarm: Add detection for second cpu pump + * powerpc/therm_adt746x: Record pwm invert bit at module load time] + * powerpc: Fix usage of 64-bit instruction in 32-bit altivec code + * drm/radeon/kms: Add quirk for HIS X1300 board + * drm/radeon/kms: handle vblanks properly with dpms on + * drm/radeon/kms: fix legacy crtc2 dpms + * drm/radeon/kms: fix vram setup on rs600 + * drm/radeon/kms: rs6xx/rs740: clamp vram to aperture size + * drm/ttm: Fix build failure due to missing struct page + * drm/i915: Set the error code after failing to insert new offset into mm + ht. + * drm/i915: Add the missing clonemask for display port on Ironlake + * xen/xenbus: make DEVICE_ATTR()s static + * xen: re-register runstate area earlier on resume. + * xen: restore runstate_info even if !have_vcpu_info_placement + * xen: correctly restore pfn_to_mfn_list_list after resume + * xen: register timer interrupt with IRQF_TIMER + * xen: register runstate on secondary CPUs + * xen: don't call dpm_resume_noirq() with interrupts disabled. + * xen: register runstate info for boot CPU early + * xen: call clock resume notifier on all CPUs + * xen: improve error handling in do_suspend. + * xen: don't leak IRQs over suspend/resume. + * xen: use iret for return from 64b kernel to 32b usermode + * xen: explicitly create/destroy stop_machine workqueues outside + suspend/resume region. + * Xen balloon: fix totalram_pages counting. + * xen: try harder to balloon up under memory pressure. + * dm exception store: free tmp_store on persistent flag error + * dm snapshot: only take lock for statustype info not table + * dm crypt: move private iv fields to structs + * dm crypt: restructure essiv error path + * dm: avoid _hash_lock deadlock + * dm snapshot: cope with chunk size larger than origin + * dm crypt: separate essiv allocation from initialisation + * dm crypt: make wipe message also wipe essiv key + * slc90e66: fix UDMA handling + * tcp: Stalling connections: Fix timeout calculation routine + * ip_fragment: also adjust skb->truesize for packets not owned by a + socket + * b44 WOL setup: one-bit-off stack corruption kernel panic fix + * sparc64: Don't specify IRQF_SHARED for LDC interrupts. + * sparc64: Fix overly strict range type matching for PCI devices. + * sparc64: Fix stack debugging IRQ stack regression. + * sparc: Set UTS_MACHINE correctly. + * b43legacy: avoid PPC fault during resume + * tracing: Fix event format export + * ath9k: Fix TX hang poll routine + * ath9k: fix processing of TX PS null data frames + * ath9k: Fix maximum tx fifo settings for single stream devices + * ath9k: fix tx status reporting + * mac80211: Fix dynamic power save for scanning. + * drm/i915: Fix sync to vblank when VGA output is turned off + * memcg: fix memory.memsw.usage_in_bytes for root cgroup + * thinkpad-acpi: fix default brightness_mode for R50e/R51 + * thinkpad-acpi: preserve rfkill state across suspend/resume + * ipw2100: fix rebooting hang with driver loaded + * matroxfb: fix problems with display stability + * acerhdf: add new BIOS versions + * asus-laptop: change light sens default values. + * vmalloc: conditionalize build of pcpu_get_vm_areas() + * ACPI: Use the ARB_DISABLE for the CPU which model id is less than 0x0f. + * net: Fix userspace RTM_NEWLINK notifications. + * ext3: Fix data / filesystem corruption when write fails to copy data + * V4L/DVB (13116): gspca - ov519: Webcam 041e:4067 added. + * bcm63xx_enet: fix compilation failure after get_stats_count removal + * x86: Under BIOS control, restore AP's APIC_LVTTHMR to the BSP value + * drm/i915: Avoid NULL dereference with component_only tv_modes + * drm/i915: PineView only has LVDS and CRT ports + * drm/i915: Fix LVDS stability issue on Ironlake + * mm: sigbus instead of abusing oom + * ipvs: zero usvc and udest + * jffs2: Fix long-standing bug with symlink garbage collection. + * intel-iommu: Detect DMAR in hyperspace at probe time. + * intel-iommu: Apply BIOS sanity checks for interrupt remapping too. + * intel-iommu: Check for an RMRR which ends before it starts. + * intel-iommu: Fix oops with intel_iommu=igfx_off + * intel-iommu: ignore page table validation in pass through mode + * netfilter: xtables: document minimal required version + * perf_event: Fix incorrect range check on cpu number + * implement early_io{re,un}map for ia64 + * Linux 2.6.32.2 + + -- Andy Whitcroft Thu, 07 Jan 2010 15:28:43 +0000 + +linux (2.6.32-9.13) lucid; urgency=low + + [ Andy Whitcroft ] + + * [Config] enable CONFIG_B43_PHY_LP + - LP: #493059 + * include modules.builtin in the binary debs + * config-check -- add a configuration enforcer + * config-check -- add a unit-test suite to the checker + * [Config] Enable CONFIG_SYN_COOKIES for versatile + * [Config] Enable CONFIG_SECURITY_SMACK for ports + * [Config] Enable CONFIG_SECURITY_FILE_CAPABILITIES for ports + * [Config] Disable CONFIG_COMPAT_BRK for ports + * getabis -- add armel versatile to the list + + [ Brad Figg ] + + * SAUCE: Increase the default prealloc buffer for HDA audio devices + (non-modem) + + [ Manoj Iyer ] + + * ubuntu: onmibook -- Added missing BOM file + + [ Tim Gardner ] + + * ubuntu: fsam7400 -- Cleanup Makefile + + [ Upstream Kernel Changes ] + + * Revert "ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT" + * signal: Fix alternate signal stack check + * SCSI: scsi_lib_dma: fix bug with dma maps on nested scsi objects + * SCSI: osd_protocol.h: Add missing #include + * SCSI: megaraid_sas: fix 64 bit sense pointer truncation + * ext4: fix potential buffer head leak when add_dirent_to_buf() returns + ENOSPC + * ext4: avoid divide by zero when trying to mount a corrupted file system + * ext4: fix the returned block count if EXT4_IOC_MOVE_EXT fails + * ext4: fix lock order problem in ext4_move_extents() + * ext4: fix possible recursive locking warning in EXT4_IOC_MOVE_EXT + * ext4: plug a buffer_head leak in an error path of ext4_iget() + * ext4: make sure directory and symlink blocks are revoked + * ext4: fix i_flags access in ext4_da_writepages_trans_blocks() + * ext4: journal all modifications in ext4_xattr_set_handle + * ext4: don't update the superblock in ext4_statfs() + * ext4: fix uninit block bitmap initialization when s_meta_first_bg is + non-zero + * ext4: fix block validity checks so they work correctly with meta_bg + * ext4: avoid issuing unnecessary barriers + * ext4: fix error handling in ext4_ind_get_blocks() + * ext4: make trim/discard optional (and off by default) + * ext4: make "norecovery" an alias for "noload" + * ext4: Fix double-free of blocks with EXT4_IOC_MOVE_EXT + * ext4: initialize moved_len before calling ext4_move_extents() + * ext4: move_extent_per_page() cleanup + * jbd2: Add ENOMEM checking in and for + jbd2_journal_write_metadata_buffer() + * ext4: Return the PTR_ERR of the correct pointer in + setup_new_group_blocks() + * ext4: Avoid data / filesystem corruption when write fails to copy data + * ext4: wait for log to commit when umounting + * ext4: remove blocks from inode prealloc list on failure + * ext4: ext4_get_reserved_space() must return bytes instead of blocks + * ext4: quota macros cleanup + * ext4: fix incorrect block reservation on quota transfer. + * ext4: Wait for proper transaction commit on fsync + * ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT + * ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem) + * Linux 2.6.32.1 + * kbuild: generate modules.builtin + * (pre-stable) drm/i915: Fix sync to vblank when VGA output is turned off + - LP: #494461 + * (pre-stable) drm/i915: Avoid NULL dereference with component_only + tv_modes + - LP: #494045 + + [ Zhao Yakui ] + + * (pre-stable) acpi: Use the ARB_DISABLE for the CPU which model id is + less than 0x0f. + - LP: #481765 + + -- Andy Whitcroft Thu, 17 Dec 2009 15:41:21 +0000 + +linux (2.6.32-8.12) lucid; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: AppArmor -- add linux/err.h for ERR_PTR + + -- Andy Whitcroft Sat, 12 Dec 2009 10:56:16 +0000 + +linux (2.6.32-8.11) lucid; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: default ATI Radeon KMS to off until userspace catches + up" + * Revert "SAUCE: AppArmor: Fix oops there is no tracer and doing unsafe + transition." + * Revert "SAUCE: AppArmor: Fix refcounting bug causing leak of creds" + * Revert "SAUCE: AppArmor: Fix cap audit_caching preemption disabling" + * Revert "SAUCE: AppArmor: Fix Oops when in apparmor_bprm_set_creds" + * Revert "SAUCE: AppArmor: Fix oops after profile removal" + * Revert "SAUCE: AppArmor: AppArmor disallows truncate of deleted files." + * Revert "SAUCE: AppArmor: AppArmor fails to audit change_hat correctly" + * Revert "SAUCE: AppArmor: Policy load and replacement can fail to alloc + mem" + * Revert "SAUCE: AppArmor: AppArmor wrongly reports allow perms as + denied" + * Revert "SAUCE: AppArmor: Fix mediation of "deleted" paths" + * Revert "SAUCE: AppArmor: Fix off by 2 error in getprocattr mem + allocation" + * Revert "SAUCE: AppArmor: Set error code after structure + initialization." + * Revert "AppArmor -- fix pstrace_may_access rename" + * Revert "ubuntu: AppArmor security module" + * Revert "SAUCE: Add config option to set a default LSM" + * Revert "ubuntu: fsam7400 -- sw kill switch driver" + * Revert "[Config] fsam7400 -- enable" + * Revert "[Config] AUFS -- enable" + * Revert "ubuntu: AUFS -- aufs2-30 20090727" + * Revert "ubuntu: AUFS -- export various core functions -- fixes" + * Revert "ubuntu: AUFS -- export various core functions" + * Revert "[Config] ubuntu/iscsitarget -- disable" + * Revert "[Config] iscsitarget -- enable" + * Revert "ubuntu: iscsitarget -- SVN revision r214" + * update Vcs-Git to point to the correct repository + - LP: #493589 + * update build environment overrides to lucid + - LP: #493589 + * [Config] enable CONFIG_DEVTMPFS + * [Config] update all configs following AppArmor 2009-12-08 update + * SAUCE: isapnp_init: make isa PNP scans occur async + * [Config] fsam7400 -- enable + * [Config] omnibook -- enable + * [Config] cleanup CONFIG_AUDIT + * ubuntu: AUFS -- export various core functions (aufs2-base.patch) + * ubuntu: AUFS -- export various core functions (aufs2-standalone.patch) + * ubuntu: AUFS -- aufs2 20091209 + * [Config] AUFS -- enable + * [Config] iscsitarget -- enable + + [ Arjan van de Ven ] + + * SAUCE: KMS: cache the EDID information of the LVDS + + [ Colin Watson ] + + * bnx2: update d-i firmware filenames + - LP: #494052 + * add cdc_ether to nic-usb-modules udeb + - LP: #495060 + + [ John Johansen ] + + * ubuntu: AppArmor -- mainline 2009-10-08 + + [ Manoj Iyer ] + + * ubuntu: fsam7400 -- kill switch for Fujitsu Siemens Amilo M 7400 + * ubuntu: omnibook -- support Toshiba (HP) netbooks + * ubuntu: iscsitarget --- version 1.4.19 + - LP: #494693 + + [ Surbhi Palande ] + + * SAUCE: Make populate_rootfs asynchronous + + [ Tim Gardner ] + + * Parallelize flavour builds and packaging + * [Config] Enable CONFIG_KSM + + [ Upstream Kernel Changes ] + + * Config option to set a default LSM + * LSM: Add security_path_chroot(). + * LSM: Add security_path_chroot(). + * LSM: Move security_path_chmod()/security_path_chown() to after + mutex_lock(). + * ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT + + -- Andy Whitcroft Fri, 11 Dec 2009 17:45:19 +0000 + +linux (2.6.32-7.10) lucid; urgency=low + + [ Andy Whitcroft ] + + * [Config] disable CONFIG_THUMB2_KERNEL to fix arm FTBFS + + -- Andy Whitcroft Sun, 06 Dec 2009 12:56:48 +0000 + +linux (2.6.32-7.9) lucid; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: set /proc/acpi/video/*/DOS to 4 by default + - LP: #458982 + * SAUCE: ensure vga16fb loads if no other driver claims the VGA device + * [Config] update configs following versatile switch to V7 + * rebased to v2.6.32 + * [Config] update configs following rebase to v2.6.32 + * [Config] update ports configs following rebase to v2.6.32 + * SAUCE: default ATI Radeon KMS to off until userspace catches up + + [ Arjan van de Ven ] + + * SAUCE: vfs: Add a trace point in the mark_inode_dirty function + + [ Leann Ogasawara ] + + * [SCSI] megaraid_sas: remove sysfs poll_mode_io world writeable + permissions + - CVE-2009-3939 + + [ Loic Minier ] + + * SAUCE: select a v7 CPU for versatile + + [ Takashi Iwai ] + + * SAUCE: ALSA: hda - Add power on/off counter + + [ Upstream changes ] + + * rebased to v2.6.32 + + -- Andy Whitcroft Fri, 04 Dec 2009 10:44:50 +0000 + +linux (2.6.32-6.8) lucid; urgency=low + + [ Andy Whitcroft ] + + * [Config] disable SSB devices for armel + + -- Andy Whitcroft Sat, 28 Nov 2009 12:16:40 +0000 + +linux (2.6.32-6.7) lucid; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: default ATI Radeon KMS to off until userspace catches up" + * Revert "SAUCE: Dell XPS710 reboot quirk" + * Revert "SAUCE: Link acpi-cpufreq.o first" + * Revert "SAUCE: LPIA Logical reset of USB port on resume" + * Revert "SAUCE: LPIA Reboot fix for Intel Crownbeach development boards" + * Revert "SAUCE: Enable HDMI audio codec on Studio XPS 1340" + * Revert "SAUCE: Dell laptop digital mic does not work, PCI 1028:0271" + * Revert "Add Dell Dimension 9200 reboot quirk" + * Revert "SAUCE: Correctly blacklist Thinkpad r40e in ACPI" + * Revert "SAUCE: tulip: Define ULI PCI ID's" + * Revert "SAUCE: Lower warning level of some PCI messages" + * Revert "mac80211: fix two issues in debugfs" + Drop a number of known redundant commits as identified in the Ubuntu + delta review blueprint. + + * reenable armel versatile flavour + * [Config] disable CONFIG_USB_DEVICEFS + + [ Tim Gardner ] + + * [Config] udeb: Add squashfs to fs-core-modules + - LP: #352615 + * [Config] Create a real squashfs udeb + - LP: #352615 + + + -- Andy Whitcroft Fri, 27 Nov 2009 17:31:16 +0000 + +linux (2.6.32-5.6) lucid; urgency=low + + [ Andy Whitcroft ] + + * rebase to v2.6.32-rc8 + * update configs following rebase to v2.6.32-rc8 + * update ports configs since rebase to v2.6.32-rc8 + * [Config] enable cgroup options + - LP: #480739 + + [ Upstream Kernel Changes ] + + * rebase to v2.6.32-rc8 + + -- Andy Whitcroft Mon, 23 Nov 2009 11:16:14 +0000 + +linux (2.6.32-4.5) lucid; urgency=low + + [ Andy Whitcroft ] + + * [Config] SERIO_LIBPS2 and SERIO_I8042 must match + * rebase to v2.6.32-rc7 + * resync with Karmic proposed + + [ John Johansen ] + + * SAUCE: AppArmor: Fix oops after profile removal + - LP: #475619 + * SAUCE: AppArmor: Fix Oops when in apparmor_bprm_set_creds + - LP: #437258 + * SAUCE: AppArmor: Fix cap audit_caching preemption disabling + - LP: #479102 + * SAUCE: AppArmor: Fix refcounting bug causing leak of creds + - LP: #479115 + * SAUCE: AppArmor: Fix oops there is no tracer and doing unsafe + transition. + - LP: #480112 + + [ Ubuntu Changes ] + + * resync with Karmic proposed (ddbc670a86a3dee18541a3734149f250ff307adf) + + [ Upstream Kernel Changes ] + + * rebase to v2.6.32-rc7 + + -- Andy Whitcroft Fri, 13 Nov 2009 11:35:13 +0000 + +linux (2.6.32-3.4) lucid; urgency=low + + [ Andy Whitcroft ] + + * [Config] SERIO_LIBPS2 and SERIO_I8042 must match + * [Upstream] add local prefix to oss local change_bits + + [ Upstream Kernel Changes ] + + * mtd/maps: gpio-addr-flash: pull in linux/ headers rather than asm/ + * mtd/maps: gpio-addr-flash: depend on GPIO arch support + + -- Andy Whitcroft Wed, 11 Nov 2009 14:47:04 +0000 + +linux (2.6.32-3.3) lucid; urgency=low + + [ Andy Whitcroft ] + + * rebase to v2.6.32-rc6 + * [Config] update configs following rebase to v2.6.32-rc6 + * [Config] update ports configs following rebase to v2.6.32-rc6 + * resync with Karmic Ubuntu-2.6.31-15.49 + * [Config] add module ignores for broken drivers + + [ John Johansen ] + + * SAUCE: AppArmor: AppArmor wrongly reports allow perms as denied + - LP: #453335 + * SAUCE: AppArmor: Policy load and replacement can fail to alloc mem + - LP: #458299 + * SAUCE: AppArmor: AppArmor fails to audit change_hat correctly + - LP: #462824 + * SAUCE: AppArmor: AppArmor disallows truncate of deleted files. + - LP: #451375 + + [ Kees Cook ] + + * SAUCE: Fix nx_enable reporting + - LP: #454285 + + [ Scott James Remnant ] + + * Revert "SAUCE: trace: add trace_event for the open() syscall" + * SAUCE: trace: add trace events for open(), exec() and uselib() + - LP: #462111 + + [ Stefan Bader ] + + * SAUCE: Fix sub-flavour script to not stop on missing directories + - LP: #453073 + + [ Ubuntu Changes ] + + * resync with Karmic Ubuntu-2.6.31-15.49 + + [ Upstream Kernel Changes ] + + * rebase to v2.6.32-rc6 + - LP: #464552 + + -- Andy Whitcroft Tue, 10 Nov 2009 15:00:57 +0000 + +linux (2.6.32-2.2) lucid; urgency=low + + [ Andy Whitcroft ] + + * install the full changelog with the binary package + * changelog -- explicitly note rebases and clean history + * reinstate armel.mk with no flavours + - LP: #449637 + * [Upstream] block: silently error unsupported empty barriers too + - LP: #420423 + * [Config] udate configs following karmic resync + * [Config] update ports configs following karmic resync + * [Upstream] lirc -- follow removal of .id element + + [ Colin Watson ] + + * Use section 'admin' rather than 'base' + * Add more e100 firmware to nic-modules + - LP: #451872 + * Add qla1280 firmware to scsi-modules + - LP: #381037 + + [ John Johansen ] + + * SAUCE: AppArmor: Set error code after structure initialization. + - LP: #427948 + * SAUCE: AppArmor: Fix off by 2 error in getprocattr mem allocation + - LP: #446595 + * SAUCE: AppArmor: Fix mediation of "deleted" paths + + [ Kees Cook ] + + * SAUCE: [x86] fix report of cs-limit nx-emulation + - LP: #454285 + + [ Leann Ogasawara ] + + * SAUCE: (drop after 2.6.31) input: Add support for filtering input + events + - LP: #430809 + * SAUCE: (drop after 2.6.31) dell-laptop: Trigger rfkill updates on wifi + toggle switch press + - LP: #430809 + + [ Luke Yelavich ] + + * SAUCE: Add sr_mod to the scsi-modules udeb for powerpc + * [Config] Add sd_mod to scsi-modules udeb for powerpc + + [ Mario Limonciello ] + + * SAUCE: Update to LIRC 0.8.6 + - LP: #432678 + * SAUCE: dell-laptop: Store the HW switch status internally rather than + requerying every time + - LP: #430809 + * SAUCE: dell-laptop: Blacklist machines not supporting dell-laptop + - LP: #430809 + + [ Stefan Bader ] + + * [Upstream] acerhdf: Limit modalias matching to supported boards + - LP: #435958 + + [ Tim Gardner ] + + * [Upstream] i915: Fix i2c init message + - LP: #409361 + * [Config] Add sym53c8xx.ko to virtual sub-flavour + - LP: #439415 + * [Config] Add d101m_ucode.bin to d-i/firmware/nic-modules + - LP: #439456 + * [Config] Set default I/O scheduler back to CFQ for desktop flavours + - LP: #381300 + * SAUCE: Created MODULE_EXPORT/MODULE_IMPORT macros + - LP: #430694 + * SAUCE: Use MODULE_IMPORT macro to tie intel_agp to i915 + - LP: #430694 + * [Config] CONFIG_GFS2_FS_LOCKING_DLM=y + - LP: #416325 + * SAUCE: Fix MODULE_IMPORT/MODULE_EXPORT + - LP: #430694 + * SAUCE: Raise the default console 'quiet' level to 2 + * [Config] CONFIG_X86_PAT=y + * [Config] Add armel arch to linux-libc-dev arches. + - LP: #449637 + * [Config] CONFIG_X86_MCE + * [Upstream] (drop after 2.6.31) Input: synaptics - add another Protege + M300 to rate blacklist + - LP: #433801 + + [ Upstream Kernel Changes ] + + * sgi-gru: Fix kernel stack buffer overrun, CVE-2009-2584 + * drm/i915: Fix FDI M/N setting according with correct color depth + - LP: #416792 + + -- Andy Whitcroft Thu, 22 Oct 2009 16:53:33 +0100 + +linux (2.6.32-1.1) lucid; urgency=low + + [ Andy Whitcroft ] + + * rebase to v2.6.32-rc3 + * [Config] update configs following rebase to 2.6.32-rc3 + * [Config] update ports configs following rebase to 2.6.32-rc3 + * AppArmor -- fix pstrace_may_access rename + * staging/android -- disable + * ubuntu: dm-raid-45 -- update to compile with 2.6.32 + * ubuntu: drbd -- disable + * staging/comdi -- disable + * staging/go7007 -- disable + * [Config] staging/winbond -- disable + * [Config] ubuntu/iscsitarget -- disable + * [d-i] cbc and ecb are builtin make them optional in udebs + * rebase to v2.6.32-rc5 + * [Config] update configs following rebase to v2.6.32-rc5 + * [Config] update ports configs following rebase to v2.6.31-rc5 + + [ Tim Gardner ] + + * [Config] Add cpio as a build dependency. + + [ Upstream Kernel Changes ] + + * rebase to v2.6.32-rc3 + * rebase to v2.6.32-rc5 + + -- Andy Whitcroft Mon, 05 Oct 2009 15:48:58 +0100 + +linux (2.6.31-11.37) karmic; urgency=low + + [ Tim Gardner ] + + * [Config] Increase kernel log buffer to 256K for amd64 flavours + - LP: #424810 + * [Config] Set HZ=100 for amd64 flavours + - LP: #438234 + * [Upstream] e1000e: Emit notice instead of an error when + pci_enable_pcie_error_reporting() fails + - LP: #436370 + + [ Upstream Kernel Changes ] + + * n_tty: honor opost flag for echoes + * n_tty: move echoctl check and clean up logic + - LP: #438310 + + * Revert "[Upstream] drm/i915: Check that the relocation points to within + the target" - Use upstream cherry-pick. + * drm/i915: Check that the relocation points to within the target + - LP: #429241 + + * drm/i915: fix tiling on IGDNG + * drm/i915: add B43 chipset support + * agp/intel: Add B43 chipset support + Intel request from kernel team mailing list. + + * HID: completely remove apple mightymouse from blacklist + - LP: #428111 + + -- Tim Gardner Mon, 28 Sep 2009 11:47:29 -0600 + +linux (2.6.31-11.36) karmic; urgency=low + + [ Brian Rogers ] + + * SAUCE: (drop after 2.6.31) em28xx: ir-kbd-i2c init data needs a + persistent object + * SAUCE: (drop after 2.6.31) saa7134: ir-kbd-i2c init data needs a + persistent object + + [ Takashi Iwai ] + + * [Upstream] ALSA: hda - Add another entry for Nvidia HDMI device + - LP: #416482 + + [ Tyler Hicks ] + + * SAUCE: (drop after 2.6.31) eCryptfs: Prevent lower dentry from going + negative during unlink + + [ Upstream Kernel Changes ] + + * sg: fix oops in the error path in sg_build_indirect() + * mpt2sas : Rescan topology from Interrupt context instead of work thread + * mpt2sas: Prevent sending command to FW while Host Reset + * mpt2sas: setting SDEV into RUNNING state from Interrupt context + * mpt2sas: Raid 10 Volume is showing as Raid 1E in dmesg + * SCSI: fix oops during scsi scanning + * SCSI: libsrp: fix memory leak in srp_ring_free() + * cfg80211: fix looping soft lockup in find_ie() + * ath5k: write PCU registers on initial reset + * binfmt_elf: fix PT_INTERP bss handling + * TPM: Fixup boot probe timeout for tpm_tis driver + * md: Fix "strchr" [drivers/md/dm-log-userspace.ko] undefined! + * x86/amd-iommu: fix broken check in amd_iommu_flush_all_devices + * fix undefined reference to user_shm_unlock + * perf_counter: Fix buffer overflow in perf_copy_attr() + * perf_counter: Start counting time enabled when group leader gets + enabled + * powerpc/perf_counters: Reduce stack usage of power_check_constraints + * powerpc: Fix bug where perf_counters breaks oprofile + * powerpc/ps3: Workaround for flash memory I/O error + * block: don't assume device has a request list backing in nr_requests + store + * agp/intel: remove restore in resume + * ALSA: cs46xx - Fix minimum period size + * ASoC: Fix WM835x Out4 capture enumeration + * sound: oxygen: work around MCE when changing volume + * mlx4_core: Allocate and map sufficient ICM memory for EQ context + * perf stat: Change noise calculation to use stddev + * x86: Fix x86_model test in es7000_apic_is_cluster() + * x86/i386: Make sure stack-protector segment base is cache aligned + * PCI: apply nv_msi_ht_cap_quirk on resume too + * x86, pat: Fix cacheflush address in change_page_attr_set_clr() + * ARM: 5691/1: fix cache aliasing issues between kmap() and kmap_atomic() + with highmem + * KVM guest: do not batch pte updates from interrupt context + * KVM: Fix coalesced interrupt reporting in IOAPIC + * KVM: VMX: Check cpl before emulating debug register access + * KVM guest: fix bogus wallclock physical address calculation + * KVM: x86: Disallow hypercalls for guest callers in rings > 0 + * KVM: VMX: Fix cr8 exiting control clobbering by EPT + * KVM: x86 emulator: Implement zero-extended immediate decoding + * KVM: MMU: make __kvm_mmu_free_some_pages handle empty list + * KVM: x86 emulator: fix jmp far decoding (opcode 0xea) + * KVM: limit lapic periodic timer frequency + * libata: fix off-by-one error in ata_tf_read_block() + * PCI quirk: update 82576 device ids in SR-IOV quirks list + * PCI: Unhide the SMBus on the Compaq Evo D510 USDT + * powerpc/pseries: Fix to handle slb resize across migration + * Linux 2.6.31.1 + + -- Tim Gardner Thu, 24 Sep 2009 13:04:28 -0600 + +linux (2.6.31-10.35) karmic; urgency=low + + [ Amit Kucheria ] + + * Disable CONFIG_UEVENT_HELPER_PATH + + [ Andy Whitcroft ] + + * [Config] Enable CONFIG_USB_GADGET_DUMMY_HCD + * remove the tlsup driver + * remove lmpcm logitech driver support + + [ Bryan Wu ] + + * Add 3 missing files to prerm remove file list + - LP: #345623, #415832 + + [ Chris Wilson ] + + * [Upstream] drm/i915: Check that the relocation points to within the + target + - LP: #429241 + + [ Luke Yelavich ] + + * [Config] Set CONFIG_EXT4_FS=y on ports architectures + + [ Manoj Iyer ] + + * SAUCE: Added quirk to recognize GE0301 3G modem as an interface. + - LP: #348861 + + [ Tim Gardner ] + + * Revert "[Upstream] ACPI: Add Thinkpad W500, W700, & W700ds to OSI(Linux) white-list" + * Revert "[Upstream] ACPI: Add Thinkpad R400 & Thinkpad R500 to OSI(Linux) white-list" + * Revert "[Upstream] ACPI: Add Thinkpad X300 & Thinkpad X301 to OSI(Linux) white-list" + * Revert "[Upstream] ACPI: Add Thinkpad X200, X200s, X200t to OSI(Linux) white-list" + * Revert "[Upstream] ACPI: Add Thinkpad T400 & Thinkpad T500 to OSI(Linux) white-list" + Upstream suggests that this is not the right approach. + + * [Config] Set default I/O scheduler to DEADLINE + CFQ seems to have some load related problems which are often exacerbated by sreadahead. + - LP: #381300 + + [ ubuntu@tjworld.net ] + + * SAUCE: ipw2200: Enable LED by default + - LP: #21367 + + [ Upstream Kernel Changes ] + + * ALSA: hda - Add support for new AMD HD audio devices + - LP: #430564 + + -- Andy Whitcroft Wed, 16 Sep 2009 15:37:49 +0100 + +linux (2.6.31-10.34) karmic; urgency=low + + [ Ted Tso ] + + * [Upstream] ext3: Don't update superblock write time when filesystem is + read-only + - LP: #427822 + + -- Tim Gardner Tue, 15 Sep 2009 16:00:45 -0600 + +linux (2.6.31-10.33) karmic; urgency=low + + [ Leann Ogasawara ] + + * [Upstream] dvb-usb: fix tuning with Cinergy T2 + - LP: #421258 + + [ Tim Gardner ] + + * [Config] Unconditionally copy files from sub-flavours lists. + (really, really fix it this time) + - LP: #423426 + * [Config] Set CONFIG_CACHEFILES=m for all flavours + + [ Upstream Kernel Changes ] + + * ext4: Don't update superblock write time when filesystem is read-only + - LP: #427822 + + -- Tim Gardner Tue, 15 Sep 2009 07:50:21 -0600 + +linux (2.6.31-10.32) karmic; urgency=low + + [ Eric Miao ] + + * [Config] enable module support for memory stick + - LP: #159951 + + [ Tim Gardner ] + + * [Config] Unconditionally copy files from sub-flavours lists. + - LP: #423426 + + -- Tim Gardner Thu, 10 Sep 2009 15:57:55 -0600 + +linux (2.6.31-10.31) karmic; urgency=low + + [ Andy Whitcroft ] + + * rebase to v2.6.31 final + + [ Colin Watson ] + + * [Config] Recommend grub-pc in linux-image + - LP: #385741 + + [ Ike Panhc ] + + * [Upstream] Pull latest update of lenovo-sl-laptop + + [ Peter Feuerer ] + + * [Upstream] (drop after 2.6.31) acerhdf: fix fan control for AOA150 + model + - LP: #426691 + + [ Tim Gardner ] + + * [Config] De-macro some package names. + + [ Upstream Changes ] + + * rebase to 2.6.31 final. + + -- Andy Whitcroft Thu, 10 Sep 2009 09:38:10 +0100 + +linux (2.6.31-10.30) karmic; urgency=low + + [ Amit Kucheria ] + + * [Config] Enable CONFIG_USB_DEVICEFS + - LP: #417748 + * [Config] Populate the config-update template a bit more + + [ Andy Whitcroft ] + + * rebase to v2.6.31-rc9 + * [Config] update configs following rebase to v2.6.31-rc9 + * [Config] update ports configs following rebase to v2.6.31-rc9 + + [ Colin Ian King ] + + * SAUCE: wireless: hostap, fix oops due to early probing interrupt + - LP: #254837 + + [ Jerone Young ] + + * [Upstream] ACPI: Add Thinkpad T400 & Thinkpad T500 to OSI(Linux) + white-list + - LP: #281732 + * [Upstream] ACPI: Add Thinkpad X200, X200s, X200t to OSI(Linux) + white-list + - LP: #281732 + * [Upstream] ACPI: Add Thinkpad X300 & Thinkpad X301 to OSI(Linux) + white-list + - LP: #281732 + * [Upstream] ACPI: Add Thinkpad R400 & Thinkpad R500 to OSI(Linux) + white-list + - LP: #281732 + * [Upstream] ACPI: Add Thinkpad W500, W700, & W700ds to OSI(Linux) + white-list + - LP: #281732 + + [ John Johansen ] + + * SAUCE: AppArmor: Fix profile attachment for regexp based profile names + - LP: #419308 + * SAUCE: AppArmor: Return the correct error codes on profile + addition/removal + - LP: #408473 + * SAUCE: AppArmor: Fix OOPS in profile listing, and display full list + - LP: #408454 + * SAUCE: AppArmor: Fix mapping of pux to new internal permission format + - LP: #419222 + * SAUCE: AppArmor: Fix change_profile failure + - LP: #401931 + * SAUCE: AppArmor: Tell git to ignore generated include files + - LP: #419505 + + [ Stefan Bader ] + + * [Upstream] acpi: video: Loosen strictness of video bus detection code + - LP: #333386 + * SAUCE: Remove ov511 driver from ubuntu subdirectory + + [ Tim Gardner ] + + * [Config] Exclude char-modules from non-x86 udeb creation + * SAUCE: Notify the ACPI call chain of AC events + * [Config] CONFIG_SATA_VIA=m + - LP: #403385 + * [Config] Build in all phylib support modules. + * [Config] Don't fail when sub-flavour files are missing + - LP: #423426 + * [Config] Set CONFIG_LSM_MMAP_MIN_ADDR=0 + - LP: #423513 + + [ Upstream ] + + * Rebased against v2.6.31-rc9 + + -- Andy Whitcroft Mon, 07 Sep 2009 11:33:45 +0100 + +linux (2.6.31-9.29) karmic; urgency=low + + [ Leann Ogasawara ] + + * [Upstream] agp/intel: support for new chip variant of IGDNG mobile + - LP: #419993 + * [Config] d-i/modules: Add new char-modules file, initialize with + intel-agp + - LP: #420605 + + [ Upstream ] + + * Rebased against 2.6.31-rc8 plus some inotify regression patches: + up through git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git + adda766193ea1cf3137484a9521972d080d0b7af. + + -- Tim Gardner Fri, 28 Aug 2009 06:31:30 -0600 + +linux (2.6.31-8.28) karmic; urgency=low + + [ Ike Panhc ] + + * [Config] Let nic-shared-modules depends on crypto-modules + - LP: #360966 + + [ Leann Ogasawara ] + + * [Upstream] (drop after 2.6.31) drm/i915: increase default latency + constant + - LP: #412492 + + [ Mario Limonciello ] + + * [Upstream]: (drop after 2.6.31) dell-laptop: don't change softblock + status if HW switch is disabled + - LP: #418721 + * [Upstream]: (drop after 2.6.31) compal-laptop: Add support for known + Compal made Dell laptops + * [Upstream]: (drop after 2.6.31) compal-laptop: Replace sysfs support + with rfkill support + + [ Tim Gardner ] + + * [Config] Add acpiphp to virtual sub-flavour + - LP: #364916 + * Drop KSM patch set for now because of instabilities with encrypted swap. + - LP: #418781 + + -- Tim Gardner Wed, 26 Aug 2009 08:14:26 -0600 + +linux (2.6.31-7.27) karmic; urgency=low + + [ Tim Gardner ] + + * [Config] updateconfigs updateportsconfigs after 2.6.31-rc7 rebase + * SAUCE: (drop after 2.6.31) Added KSM from mmotm-2009-08-20-19-18 + Replaces previous ksm patches from 2.6.31-6.25 + * [Config] KSM=y + + [ Upstream ] + + * Rebased against v2.6.31-rc7 + + -- Tim Gardner Sat, 22 Aug 2009 20:32:11 -0600 + +linux (2.6.31-6.26) karmic; urgency=low + + [ Andy Whitcroft ] + + * [Config] enable CONFIG_AUFS_BR_RAMFS + - LP: #414738 + * split out debian directory ready for abstraction + * add printdebian target to find branch target + * abstracted debian -- debian/files is not abstracted + * abstracted debian -- packages must be built in debian/ + * abstracted debian -- kernel-wedge needs to work in debian/ + * abstracted debian -- ensure we install the copyright file + * abstracted-debian -- drop the debian directories from headers + * abstracted-debian -- drop the debian directories from headers part 2 + * SAUCE: ubuntu-insert-changes -- follow abstracted debian + * [Upstream] aoe: ensure we initialise the request_queue correctly V2 + - LP: #410198 + + [ Luke Yelavich ] + + * [Config] Ports: Disable CONFIG_CPU_FREQ_DEBUG on powerpc-smp + * [Config] Ports: Re-enable windfarm modules on powerpc64-smp + - LP: #413150 + * [Config] Ports: Build all cpu frequency scaling governors into ports + kernels + * [Config] Ports: Build ext2 and ext3 modules into ports kernels + * [Config] Ports: CONFIG_PACKET=y for all ports kernels + * [Config] Ports: Enable PS3 network driver + + [ Stefan Bader ] + + * abstracted debian -- call $(DEBIAN)/rules using make + + [ Tim Gardner ] + + * [Config] Abstract the debian directory + * SAUCE: Improve error reporting in postinst + - LP: #358564 + + -- Tim Gardner Sun, 16 Aug 2009 20:33:28 -0600 + +linux (2.6.31-6.25) karmic; urgency=low + + [ Andy Whitcroft ] + + * script to generate Ubuntu changes from changelog + * [Config] standardise ANDROID options + * [Config] standardise CONFIG_ATM as module + * [Config] standardise CONFIG_LIB80211 as module + * [Config] disable CONFIG_PRINT_QUOTA_WARNING + * [Config] set CONFIG_CRAMFS as module + * [Config] enable CONFIG_DAB and modules + * [Config] set CONFIG_MAC80211_HWSIM as module + * [Config] set CONFIG_NET_CLS_FLOW as module + * [Config] set CONFIG_NF_CONNTRACK_SANE as module + * [Config] set CONFIG_NF_CT_PROTO_DCCP as module + * [Config] set CONFIG_RTC_DRV_DS1511 as module + * [Config] set CONFIG_RTC_DRV_R9701 as module + * [Config] set CONFIG_RTC_DRV_S35390A as module + * [Config] set CONFIG_TOIM3232_DONGLE as module + * [Config] standardise CONFIG_USB_MIDI_GADGET as module + * [Config] standardise CONFIG_USB_G_PRINTER as module + * [Config] standardise CONFIG_USB_SERIAL_IR as module + * [Config] set CONFIG_USB_SERIAL_IUU as module + * [Config] standardise CONFIG_USB_STORAGE_CYPRESS_ATACB as module + * [Config] standardise CONFIG_USB_STORAGE_ONETOUCH as module + * cleanup remains of dm-loop + * drop thinkpad ec and smapi support + * drop appleir + * [Config] update configs following rebase to v2.6.31-rc6 + * rebase to v2.6.31-rc6 + + [ Hugh Dickins ] + + * SAUCE: ksm patch 1, drop after 2.6.31 + * SAUCE: ksm patch 2, drop after 2.6.31 + * SAUCE: ksm patch 3, drop after 2.6.31 + * SAUCE: ksm patch 4, drop after 2.6.31 + * SAUCE: ksm patch 5, drop after 2.6.31 + * SAUCE: ksm patch 7, drop after 2.6.31 + + [ Izik Eidus ] + + * SAUCE: ksm patch 0, drop after 2.6.31 + * SAUCE: ksm patch 6, drop after 2.6.31 + * SAUCE: ksm patch 8, drop after 2.6.31 + * SAUCE: ksm patch 9, drop after 2.6.31 + + [ Luke Yelavich ] + + * [Config] Ports: Re-add PS3 modules to udebs + + [ Michael Casadevall ] + + * [Config] Update SPARC config and d-i files to reflect what can be built + + [ Tim Gardner ] + + * [Config] Removed armel package support + * [Config] Enabled CONFIG_KSM=y + + [ Upstream Kernel Changes ] + + * Rebased against v2.6.31-rc6 + * ARM: Cleanup: Revert "ARM: Add more cache memory types macros" + * ARM: Cleanup: Revert "Do not use OOB with MLC NAND" + * ARM: Cleanup: Revert "ARM: Make ARM arch aware of ubuntu/ drivers" + * ARM: Cleanup: Revert "ARM: IMX51: Make video capture drivers compile" + * ARM: Cleanup: Revert "ARM: IMX51: Fix isl29003 HWMON driver for i2c + changes" + * ARM: Cleanup: Revert "ARM: IMX51: IPU irq handler deadlock fix" + * ARM: Cleanup: Revert "ARM: IMX51: Babbage 2.5 needs a different system + revision" + * ARM: Cleanup: Revert "ARM: IMX51: Compile-in the IMX51 cpufreq driver + by default" + * ARM: Cleanup: Revert "ARM: IMX51: Enable ZONE_DMA for ARCH_MXC" + * ARM: Cleanup: Revert "ARM: IMX51: Make ARCH_MXC auto-enable + ARCH_MXC_CANONICAL" + * ARM: Cleanup: Revert "ARM: IMX51: Unconditionally disable + CONFIG_GPIOLIB" + * ARM: Cleanup: Revert "ARM: IMX51: Minimal changes for USB to work on + 2.6.31" + * ARM: Cleanup: Revert "ARM: IMX51: Fix plat-mxc/timer.c to handle imx51" + * ARM: Cleanup: Revert "ARM: IMX51: Make it compile." + * ARM: Cleanup: Revert "ARM: IMX51: Clean-up the craziness of including + mxc_uart.h _everywhere_" + * ARM: Cleanup: Revert "ARM: IMX51: Move board-mx51* header files to the + correct location" + * ARM: Cleanup: Revert "ARM: IMX51: Changed from snd_card_new to + snd_card_create" + * ARM: Cleanup: Revert "ARM: IMX51: Fix up merge error in Kconfig" + * ARM: Cleanup: Revert "ARM: IMX51: mxc_timer_init prototype" + * ARM: Cleanup: Revert "ARM: IMX51: Removed the mxc_gpio_port structure." + * ARM: Cleanup: Revert "ARM: IMX51: Added external declaration for + mxc_map_io." + * ARM: Cleanup: Revert "ARM: IMX51: Get to bus_id by calling dev_name." + * ARM: Cleanup: Revert "ARM: IMX51: Get to bus_id by calling dev_name." + * ARM: Cleanup: Revert "ARM: IMX51: snd_soc_machine structure replaced + with snd_soc_card." + * ARM: Cleanup: Revert "ARM: IMX51: codec structure was moved to the card + structure" + * ARM: Cleanup: Revert "ARM: IMX51: Hack to add defines for + DMA_MODE_READ/WRITE/MASK" + * ARM: Cleanup: Revert "ARM: IMX51: Add SoC and board support for + Freescale mx51 platform" + * Driver core: add new device to bus's list before probing + * [Upstream] (drop after 2.6.31) ALSA: hda - Reduce click noise at + power-saving + - LP: #381693, #399750, #380892 + + -- Andy Whitcroft Fri, 14 Aug 2009 11:32:23 +0100 + +linux (2.6.31-5.24) karmic; urgency=low + + [ Amit Kucheria ] + + * ARM: IMX51: Make video capture drivers compile + * [Config] IMX51: Config updates + + [ Andy Whitcroft ] + + * remove leftovers of dm-bbr + + [ Leann Ogasawara ] + + * Add pata_cs5535 to pata-modules + - LP: #318805 + + [ Luke Yelavich ] + + * [Config] CONFIG_PPC64=y for powerpc64-smp + * [Config] Set the maximum number of CPUs to 1024 for powerpc64-smp + * [Config] CONFIG_PPC_PS3=y for powerpc64-smp + * [Config] CONFIG_PPC_MAPLE=y on powerpc64-smp + * [Config] CONFIG_PPC_PASEMI=y on powerpc64-smp + * [Config] CONFIG_CPU_FREQ_PMAC64=y on powerpc64-smp + * [Config] Enable all PS3 drivers in powerpc64-smp + + [ Mario Limonciello ] + + * LIRC -- fix lirc-i2c 2.6.31 compilation + + [ Matthew Garrett ] + + * [Upstream] dell-laptop: Fix rfkill state queries + + [ Tim Gardner ] + + * [Config] Ignore armel ABI and module changes + * [Config] Update configs after rebase against 2.6.31-rc5 + + [ Upstream ] + + * Rebased to 2.6.31-rc5 + + -- Andy Whitcroft Tue, 28 Jul 2009 10:10:09 +0100 + +linux (2.6.31-4.23) karmic; urgency=low + + [ Andy Whitcroft ] + + * AUFS -- update to aufs2-30 20090727 + * [Config] enable AUFS FUSE support + + [ Luke Yelavich ] + + * [Config] CONFIG_JFS_FS=m on sparc + + [ Tim Gardner ] + + * [Upstream] dell-laptop: Fix rfkill state setting. + + -- Andy Whitcroft Mon, 27 Jul 2009 11:11:47 +0100 + +linux (2.6.31-4.22) karmic; urgency=low + + [ Amit Kucheria ] + + * ARM: IMX51: Add SoC and board support for Freescale mx51 platform + * ARM: IMX51: Move board-mx51* header files to the correct location + * ARM: IMX51: Clean-up the craziness of including mxc_uart.h _everywhere_ + * ARM: IMX51: Make it compile. + * ARM: IMX51: Unconditionally disable CONFIG_GPIOLIB + * ARM: IMX51: Make ARCH_MXC auto-enable ARCH_MXC_CANONICAL + * ARM: IMX51: Enable ZONE_DMA for ARCH_MXC + * ARM: IMX51: Compile-in the IMX51 cpufreq driver by default + * ARM: IMX51: Fix isl29003 HWMON driver for i2c changes + * ARM: USB: musb: Refer to musb_otg_timer_func under correct #ifdef + * ARM: staging: udlfb: Add vmalloc.h include + * UBUNTU [Config]: Bring imx51 config upto date with other flavours + + [ Brad Figg ] + + * ARM: IMX51: Hack to add defines for DMA_MODE_READ/WRITE/MASK + * ARM: IMX51: codec structure was moved to the card structure + * ARM: IMX51: snd_soc_machine structure replaced with snd_soc_card. + * ARM: IMX51: Get to bus_id by calling dev_name. + * ARM: IMX51: Get to bus_id by calling dev_name. + * ARM: IMX51: Added external declaration for mxc_map_io. + * ARM: IMX51: Removed the mxc_gpio_port structure. + * ARM: IMX51: mxc_timer_init prototype + * ARM: IMX51: Fix up merge error in Kconfig + * ARM: IMX51: Changed from snd_card_new to snd_card_create + + [ Dinh Nguyen ] + + * ARM: IMX51: Fix plat-mxc/timer.c to handle imx51 + * ARM: IMX51: Minimal changes for USB to work on 2.6.31 + * ARM: IMX51: Babbage 2.5 needs a different system revision + * ARM: IMX51: IPU irq handler deadlock fix + + [ Tim Gardner ] + + * [Config] Enabled CONFIG_CAN=m + - LP: #327243 + * [Config] Enabled CONFIG_SERIAL=m + - LP: #397189 + + -- Tim Gardner Fri, 24 Jul 2009 06:19:10 -0600 + +linux (2.6.31-4.21) karmic; urgency=low + + [ Amit Kucheria ] + + * dm-raid-4-5: Add missing brackets around test_bit() + + [ John Johansen ] + + * AppArmor: Fix change_profile failing lpn401931 + * AppArmor: Fix determination of forced AUDIT messages. + * AppArmor: Fix oops in auditing of the policy interface offset + + -- Andy Whitcroft Thu, 23 Jul 2009 19:18:30 +0100 + +linux (2.6.31-4.20) karmic; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: iscsitarget -- update to SVN revision r214 + * SAUCE: iscsitarget -- renable driver + * [Config] consolidate lpia/lpia and i386/generic configs + * [Config] enable CRYPTO modules for all architectures + * [Config] enable cryptoloop + * [Config] enable various filesystems for armel + * [Config] sync i386 generic and generic-pae + * [Config] add the 386 (486 processors and above) flavour + * [Config] re-set DEFAULT_MMAP_MIN_ADDR + - LP: #399914 + * add genconfigs/genportsconfigs to extract the built configs + * updateconfigs -- alter concatenation order allow easier updates + * intelfb -- INTELFB now conflicts with DRM_I915 + * printchanges -- rebase tree does not have stable tags use changelog + * AppArmor: fix argument size missmatch on 64 bit builds + + [ Ike Panhc ] + + * Ship bnx2x firmware in nic-modules udeb + - LP: #360966 + + [ Jeff Mahoney ] + + * AppArmor: fix build failure on ia64 + + [ John Johansen ] + + * AppArmour: ensure apparmor enabled parmater is off if AppArmor fails to + initialize. + * AppArmour: fix auditing of domain transitions to include target profile + information + * AppArmor: fix C99 violation + * AppArmor: revert reporting of create to write permission. + * SAUCE: Add config option to set a default LSM + * [Config] enable AppArmor by default + * AppArmor: Fix NULL pointer dereference oops in profile attachment. + + [ Keith Packard ] + + * SAUCE: drm/i915: Allow frame buffers up to 4096x4096 on 915/945 class + hardware + - LP: #351756 + + [ Luke Yelavich ] + + * [Config] add .o files found in arch/powerpc/lib to all powerpc kernel + header packages + - LP: #355344 + + [ Michael Casadevall ] + + * [Config] update SPARC config files to allow success build + + [ Scott James Remnant ] + + * SAUCE: trace: add trace_event for the open() syscall + + [ Stefan Bader ] + + * SAUCE: jfs: Fix early release of acl in jfs_get_acl + - LP: #396780 + + [ Tim Gardner ] + + * [Upstream] Fix Soltech TA12 volume hotkeys not sending key release + - LP: #397499 + * [Upstream] USB Option driver - Add USB ID for Novatel MC727/U727/USB727 + refresh + - LP: #365291 + * [Config] SSB/B44 are common across all arches/flavours. + + [ Upstream ] + + * Rebased to 2.6.31-rc4 + + -- Andy Whitcroft Thu, 23 Jul 2009 08:41:39 +0100 + +linux (2.6.31-3.19) karmic; urgency=low + + [ Andy Whitcroft ] + + * Revert "[Config] Disabled NDISWRAPPER" + * ndiswrapper -- fix i386 compilation failures on cmpxchg8b + * AUFS -- export various core functions + * AUFS -- export various core functions -- fixes + * AUFS -- core filesystem + * AUFS -- track changes in v2.6.31 + * [Config] Enable AUFS + * droppped 'iwl3945: do not send scan command if channel count zero' as it + is already upstream but failed to auto-drop on rebase. + + [ Eric Paris ] + + * SAUCE: fsnotify: use def_bool in kconfig instead of letting the user + choose + * SAUCE: inotify: check filename before dropping repeat events + * SAUCE: fsnotify: fix inotify tail drop check with path entries + + -- Andy Whitcroft Tue, 14 Jul 2009 12:52:55 +0100 + +linux (2.6.31-3.18) karmic; urgency=low + + [ Andy Whitcroft ] + + * Revert "Add splice-2.6.23.patch from AUFS to export a symbol needed by + AUFS" + * Revert "Add put_filp.patch from AUFS to export a symbol needed by AUFS" + * Revert "Add sec_perm-2.6.24.patch from AUFS - export + security_inode_permission" + * clear out left over AUFS files and modifications + + [ Luke Yelavich ] + + * [Config] Enable CONFIG_USB_ISP116X_HCD on sparc + * SAUCE: Explicitly include header files to allow apparmor to build on + powerpc + * [Config] Enable CONFIG_BLK_DEV_IDECD on powerpc + + [ Tim Gardner ] + + * [Config] Dropped ubuntu/misc/wireless/acx + * [Config] Disabled NDISWRAPPER until the compile issues are fixed. + + [ Upstream ] + + * Rebased to 2.6.31-rc3 + + -- Andy Whitcroft Fri, 10 Jul 2009 18:59:33 +0100 + +linux (2.6.31-2.17) karmic; urgency=low + + [ Andy Whitcroft ] + + * [Config] CONFIG_BLK_DEV_CRYPTOLOOP=m for sparc + * compcache -- remove redundant Kconfig entries part 2 + * compcache -- clean up CCFLAGS declarations + * [Config] enable AppArmor + * AppArmor: fix operator precidence issue in as_path_link + + [ John Johansen ] + + * AppArmor security module + * AppArmor: Correct mapping of file permissions. + * AppArmor: Turn auditing of ptrace on + + [ Luke Yelavich ] + + * [Config] disable CONFIG_DM_RAID45 on powerpc + + -- Andy Whitcroft Fri, 10 Jul 2009 15:02:05 +0100 + +linux (2.6.31-2.16) karmic; urgency=low + + [ Andy Whitcroft ] + + * compcache -- remove redundant Kconfig entries + added ignore and ignore.modules for all arches since the compcache update + changes the modules names as well as some compcache ABI values. + + [ Manoj Iyer ] + + * SAUCE: updated dm-raid45 module version to 2009.04.24 (2.6.30-rc3) + * SAUCE: update compcache version to 0.5.3 + + [ Tim Gardner ] + + * [Config]: Fix sparc FTBS by adding ignore.modules + + -- Tim Gardner Mon, 06 Jul 2009 13:35:29 -0600 + +linux (2.6.31-2.15) karmic; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: default ATI Radeon KMS to off until userspace catches up + * [Config] Update configs following rebase to 2.6.31-rc2 + * [Config] update ports configs following update to 2.6.31-rc2 + + [ Luke Yelavich ] + + * [Config] powerpc - Disable CONFIG_RDS + + [ Matt Zimmerman ] + + * Rename linux-doc-PKGVER to linux-doc and clean up its description + - LP: #382115 + + [ Upstream Kernel Changes ] + + * rebased to mainline 2.6.31-rc2 + + -- Andy Whitcroft Sat, 04 Jul 2009 17:39:13 +0100 + +linux (2.6.31-1.14) karmic; urgency=low + + [ Andy Whitcroft ] + + * update ndiswrapper to 1.55 + * remove leftovers of gfs + * [Config] powerpc: enable CONFIG_PPC_DISABLE_WERROR + + [ Luke Yelavich ] + + * [Config] re-enable and build the ide-pmac driver into powerpc kernels + * [Config] Build the ServerWorks Frodo / Apple K2 SATA driver into the + kernel + + [ Manoj Iyer ] + + * Remove snd-bt-sco ubuntu driver + + [ Michael Casadevall ] + + * [Config] updates ia64 config and d-i folders to allow succesful build + * [Config] Update powerpc and sparc for 2.6.31 + + [ Upstream Kernel Changes ] + + * intel-iommu: fix Identity Mapping to be arch independent + - LP: #384695 + * ACPI: video: prevent NULL deref in acpi_get_pci_dev() + + -- Andy Whitcroft Tue, 30 Jun 2009 17:47:32 +0100 + +linux (2.6.31-1.13) karmic; urgency=low + + [ Andy Whitcroft ] + + * REBASE: rebased to mainline 2.6.31-rc1 + - "UBUNTU: SAUCE: UHCI USB quirk for resume" + no longer applies, using deprecated interfaces, LPIA only, dropped + - "UBUNTU: SAUCE: Mask off garbage in Dell WMI scan code data" + changes now upstream, dropped + * [Config] Update configs following rebase to 2.6.31-rc1 + * [Config] update ports configs following update to 2.6.31-rc1 + + * [Config] disable broken staging driver CONFIG_STLC45XX + * SAUCE: fix compcache to use updates accessors + * [Config] disable staging driver CONFIG_VT6655 + * SAUCE: fix DRDB to use updates accessors + * [Disable] ndiswrapper needs update + * [Disable] LIRC I2C needs update + * [Disable] CONFIG_LENOVO_SL_LAPTOP needs update + * [Config] disable I2C_DESIGNWARE does not compile + * [Config] disable CONFIG_TLSUP for lpia + * [Config] disable CONFIG_FB_UDL for arm + * SAUCE: disable adding scsi headers to linux-libc-dev + + [ Mario Limonciello ] + + * SAUCE: Add LIRC drivers + + -- Andy Whitcroft Thu, 25 Jun 2009 12:06:22 +0100 + +linux (2.6.30-10.12) karmic; urgency=low + + [ Andy Whitcroft ] + + * [Config] split out the ports configs into their own family + * [Config] update configs following introduction of ports family + + [ Upstream Kernel Changes ] + + * Revert "Rename linux-doc-PKGVER to linux-doc and clean up its + description". Fixes linux-doc package name conflicts for now. + - LP: #382115 + + -- Tim Gardner Mon, 22 Jun 2009 09:17:14 -0600 + +linux (2.6.30-10.11) karmic; urgency=low + + [ Amit Kucheria ] + + * [Config] Comment splitconfig.pl and misc cleanup + * [Config] Rename all configs to the new naming scheme + * [Config] Splitconfig rework + * [Config] Rename scripts/misc/oldconfig to kernelconfig + * [Config] Fix build system for new config split + * [Config] Run updateconfigs after the splitconfig rework + + [ Andy Whitcroft ] + + * Revert "SAUCE: Default to i915.modeset=0 if CONFIG_DRM_I915_KMS=y" + * [Config] standardise CONFIG_STAGING=y + * [Config] standardise CONFIG_RD_LZMA=y + * [Config] CONFIG_PCI_IOV=y + * [Config] CONFIG_PCI_STUB=m + * [Config] merge kernel configs more agressively + + [ Colin Watson ] + + * [Config] Run kernel-wedge in $(builddir) rather than at the top level + * [Config] Add support for including firmware in udebs + * [Config] Ship bnx2 firmware in nic-modules udeb + - LP: #384861 + + [ Luke Yelavich ] + + * [Config] ports - Import of ports architectures into kernel packaging + infrastructure + * [Config] ports - Do not update ports kernel configurations by default + * [Config] ports - Disable ABI checking for ports architectures + * [Config] ports - Build drivers in ubuntu sub-directory on powerpc + * [Config] ports - Add control.d/vars.* files for ports architectures + * [Config] ports - Add ports architectures for linux-libc-dev + * [Config] ports - Create powerpc specific message-modules and + block-modules udebs + * [Config] ports - Add configuration files for ports architectures + + [ Manoj Iyer ] + + * [Config] Enable CONFIG_BLK_DEV_AEC62XX=m for amd64 and i386 + - LP: #329864 + + [ Michael Casadevall ] + + * [Config] ports - Fix compression of kernels + + [ Stefan Bader ] + + * [Upstream] mmc: prevent dangling block device from accessing stale + queues + - LP: #383668 + + [ Tim Gardner ] + + * [Config] Recommend grub-pc in linux-image + - LP: #385741 + * [Config] Implement i386 generic and generic-pae flavours + * [Config] ports - Add control info after integrating ports arches + * [Config] Removed auto-generated files from git + * [Config] Added netxen_nic to nic-modules + - LP: #389603 + + [ Matt Zimmerman ] + + * Rename linux-doc-PKGVER to linux-doc and clean up its description + - LP: #382115 + + -- Tim Gardner Mon, 15 Jun 2009 14:38:26 -0600 + +linux (2.6.30-9.10) karmic; urgency=low + + [ Andy Whitcroft ] + + * [Config] CONFIG_SECURITY_TOMOYO=y (amd64, i386, lpia) + * [Config] CONFIG_KEXEC_JUMP=y (amd64, lpia) + * [Config] CONFIG_LENOVO_SL_LAPTOP=m (amd64, lpia) + * [Config] CONFIG_POHMELFS_CRYPTO=y (i386, amd64) + * [Config] CONFIG_SERIAL_MAX3100=m (i386, amd64, lpia) + * [Config] CONFIG_VIDEO_GO7007=m (amd64, i386) + + [ Upstream Kernel Changes ] + + * rebased to 2.6.30 final + + -- Andy Whitcroft Fri, 05 Jun 2009 11:42:53 +0100 + +linux (2.6.30-8.9) karmic; urgency=low + + [ Andy Whitcroft ] + + * Config update removed the following options: + CONFIG_EDAC_AMD8111=m + CONFIG_EDAC_AMD8131=m + + [ Upstream Kernel Changes ] + + * rebased to 2.6.30-rc8 + + -- Andy Whitcroft Wed, 03 Jun 2009 09:21:13 +0100 + +linux (2.6.30-7.8) karmic; urgency=low + + [ Andy Whitcroft ] + + * Enabled NEW configration options: + Paravirtualization layer for spinlocks (PARAVIRT_SPINLOCKS) [N/y/?] Y + Cisco FNIC Driver (FCOE_FNIC) [N/m/y/?] M + + [ Upstream Kernel Changes ] + + * rebased to 2.6.30-rc7 + + -- Andy Whitcroft Sat, 23 May 2009 23:47:24 +0100 + +linux (2.6.30-6.7) karmic; urgency=low + + [ Andy Whitcroft ] + + * Dropped: UBUNTU: SAUCE: input: Blacklist digitizers from joydev.c (now + upstream) + + [ Upstream Kernel Changes ] + + * rebased to 2.6.30-rc6 + + -- Andy Whitcroft Mon, 18 May 2009 18:05:54 +0100 + +linux (2.6.30-5.6) karmic; urgency=low + + [ Tim Gardner ] + + * [Config] Enable Keyspan USB serial device firmware in kernel module + - LP: #334285 + + [ Upstream Kernel Changes ] + + * rebased to 2.6.30-rc5 + + -- Tim Gardner Mon, 11 May 2009 12:02:16 -0600 + +linux (2.6.30-4.5) karmic; urgency=low + + [ Colin Watson ] + + * Build-Conflict with findutils (= 4.4.1-1ubuntu1), to avoid + /usr/include/asm/* going missing + - LP: #373214 + + -- Stefan Bader Fri, 08 May 2009 11:09:08 +0200 + +linux (2.6.30-3.4) karmic; urgency=low + + [ Kees Cook ] + + * SAUCE: [x86] implement cs-limit nx-emulation for ia32 + - LP: #369978 + + [ Stefan Bader ] + + * SAUCE: input: Blacklist digitizers from joydev.c + - LP: #300143 + + -- Tim Gardner Fri, 01 May 2009 14:00:42 -0600 + +linux (2.6.30-2.3) karmic; urgency=low + + [ Tim Gardner ] + + * [Config] Enabled CC_STACKPROTECTOR=y for all x86en + - LP: #369152 + * SAUCE: Default to i915_modeset=0 if CONFIG_DRM_I915_KMS=y + * [Config] CONFIG_DRM_I915_KMS=y + * [Config] Set CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR to appropriate ARCH + minimums + + [ Upstream Kernel Changes ] + + * rebased to 2.6.30-rc4 + + -- Tim Gardner Thu, 30 Apr 2009 09:17:05 -0600 + +linux (2.6.30-1.2) karmic; urgency=low + + [ Tim Gardner ] + + * [Config] armel: disable staging drivers, fixes FTBS + * [Config] armel imx51: Disable CONFIG_MTD_NAND_MXC, fixes FTBS + + [ Upstream Kernel Changes ] + + * mpt2sas: Change reset_type enum to avoid namespace collision. + Submitted upstream. + + -- Tim Gardner Tue, 28 Apr 2009 16:54:41 -0600 + +linux (2.6.30-1.1) karmic; urgency=low + + * Initial release after rebasing against v2.6.30-rc3 + + -- Tim Gardner Thu, 12 Mar 2009 19:16:07 -0600 --- linux-lowlatency-3.8.0.orig/debian.master/NOTES +++ linux-lowlatency-3.8.0/debian.master/NOTES @@ -0,0 +1,4 @@ +eSCO patch removed. Replaced upstream with a disable_esco module parm. +airprime: Module gone, use option driver instead +AppArmor: Patch is all there and ported. Ooops when enabled, so default + off (still can be enabled apparmor=1) --- linux-lowlatency-3.8.0.orig/debian.master/changelog.historical +++ linux-lowlatency-3.8.0/debian.master/changelog.historical @@ -0,0 +1,4171 @@ + +linux (2.6.28-9.31) jaunty; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: cpufreq-nforce2: probe failures are not errors + - LP: #332170 + * SAUCE: mmc: add MODALIAS linkage for MMC/SD devices + - LP: #30335 + * remove test-suspend script + - LP: #333856 + + [ Kees Cook ] + + * handle relative paths in modules.dep + Fixes 2.6.28-9.30 FTBS. + + [ Upstream Kernel Changes ] + + * ricoh_mmc: Handle newer models of Ricoh controllers + + -- Tim Gardner Wed, 11 Mar 2009 08:19:24 -0600 + +linux (2.6.28-9.30) jaunty; urgency=low + + [ Amit Kucheria ] + + * ARM:mx51 Add SoC and board support for mx51 platforms + * ARM:mx51 Add CONFIG_ARCH_MXC_CANONICAL to disable parts of Freescale's + code + * MMC: Add support for 8-bit cards + * Add ARM:MX51 SoC support to the build system + * ARM: Make ARM arch aware of ubuntu/ drivers + * ARM: Add imx51 configuration + * Disable d-i modules for imx51 and mv78xx0 + * Disable Apparmor on boot for ARM + * Updating imx51 config + + [ Jason Liu ] + + * Do not use OOB with MLC NAND + + [ Richard Zhu ] + + * Support the eMMC4.3 card + + [ Rob Herring ] + + * ARM: Add more cache memory types macros + + [ Tim Gardner ] + + * Set CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y for i386/amd64/lpia + + [ Manoj Iyer ] + + * Enable CONFIG_RTL8187SE=m + + [ Upstream Kernel Changes ] + + * USB: EHCI: slow down ITD reuse + - LP: #329437 + + -- Tim Gardner Sun, 08 Mar 2009 14:14:15 -0600 + +linux (2.6.28-9.29) jaunty; urgency=low + + [ Andy Whitcroft ] + + * link-headers -- only link directories which do not already exist + - LP: #315252 + + [ Daniel Marjamäki ] + + * SAUCE: (drop after 2.6.28) netxen: fix memory leak in + drivers/net/netxen_nic_init.c + - LP: #330813 + + [ Dhananjay Phadke ] + + * SAUCE: (drop after 2.6.28) netxen: fix endianness in firmware commands + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: fix ipv6 offload and tx cleanup + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: fix link speed reporting for some + boards + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: firmware init fix + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: cleanup mac list on driver unload + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: hold tx lock while sending firmware + commands + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: handle dma mapping failures + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: avoid invalid iounmap + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: include ipv6.h (fixes build failure) + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: fix vlan tso/checksum offload + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: reduce memory footprint + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: revert jumbo ringsize + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: fix msi-x interrupt handling + - LP: #330813 + * SAUCE: (drop after 2.6.28) netxen: remove pcie workaround + - LP: #330813 + + [ Hannes Eder ] + + * SAUCE: (drop after 2.6.28) drivers/net/netxen: fix sparse warnings: use + NULL pointer instead of plain integer + - LP: #330813 + + [ Huaxu Wan ] + + * SAUCE: report rfkill changes event if interface is down + - LP: #193970 + + [ Tim Gardner ] + + * MV78XX0 must specify a target in the vars definition. + + [ Upstream Kernel Changes ] + + * Revert "ext4: wait on all pending commits in ext4_sync_fs()" + * jbd2: Fix return value of jbd2_journal_start_commit() + * jbd2: Avoid possible NULL dereference in + jbd2_journal_begin_ordered_truncate() + * ext4: Fix to read empty directory blocks correctly in 64k + * ext4: Fix lockdep warning + * ext4: Initialize preallocation list_head's properly + * ext4: Implement range_cyclic in ext4_da_writepages instead of + write_cache_pages + * ext4: Fix NULL dereference in ext4_ext_migrate()'s error handling + * ext4: Add fallback for find_group_flex + * ext4: Fix deadlock in ext4_write_begin() and ext4_da_write_begin() + * Added mv78xx0 flavor + + -- Tim Gardner Fri, 06 Mar 2009 06:13:31 -0700 + +linux (2.6.28-8.28) jaunty; urgency=low + + [ Alexey Starikovskiy ] + + * SAUCE: ACPI: EC: Limit workaround for ASUS notebooks even more + - LP: #288385 + + [ Scott James Remnant ] + + * SAUCE: Auto-load esp module when device opened. + * SAUCE: Auto-load bridge module when socket opened. + * SAUCE: Auto-load af_netlink module when socket opened. + * SAUCE: Auto-load wanrouter module when socket opened. + * SAUCE: Auto-load ip_queue module when socket opened. + * SAUCE: Auto-load ip6_queue module when socket opened. + * SAUCE: Auto-load cn module when socket opened. + * SAUCE: Auto-load scsi_transport_iscsi module when socket opened. + * SAUCE: Auto-load ftl module when device opened. + * SAUCE: Auto-load pcd module when device opened. + * SAUCE: Auto-load pf module when device opened. + * SAUCE: Auto-load nftl module when device opened. + * SAUCE: Auto-load mousedev module when psaux device opened. + * SAUCE: Auto-load mousedev module when /dev/input/mice opened. + * SAUCE: Auto-load rng-core module when device opened. + * SAUCE: Auto-load openprom module when device opened. + * SAUCE: Auto-load applicom module when device opened. + * SAUCE: Auto-load toshiba module when device opened. + * SAUCE: Auto-load cyclades module when device opened. + * SAUCE: Auto-load riscom8 module when device opened. + * SAUCE: Auto-load specialix module when device opened. + * SAUCE: Auto-load videodev module when device opened. + * SAUCE: Auto-load i2c_dev module when device opened. + * SAUCE: Auto-load mtdchar module when device opened. + * SAUCE: Auto-load pt module when device opened. + * SAUCE: Auto-load pg module when device opened. + * SAUCE: Auto-load cdc_acm module when device opened. + * SAUCE: Auto-load msr module when device opened. + * SAUCE: Auto-load cpuid module when device opened. + * SAUCE: quickcam: Enable double-buffering by default + * SAUCE: libata: Ignore HPA by default. + * SAUCE: hostap: Change initial operation mode to managed (infra) + * SAUCE: floppy: Provide a PnP device table in the module. + - LP: #255651 + * SAUCE: Auto-load mwave module when device opened. + * Build CONFIG_FUSE_FS into kernel, not as module. + + [ Stefan Bader ] + + * Enable build of ext4 as a module on LPIA + - LP: #331848 + + [ Tim Gardner ] + + * Update configs to fix LPIA FTBS + + -- Tim Gardner Thu, 05 Mar 2009 10:43:24 -0700 + +linux (2.6.28-8.27) jaunty; urgency=low + + [ Amit Kucheria ] + + * Updating configs (arm:ixp4xx) + + [ Andy Whitcroft ] + + * SAUCE: enable Intel HDMI output + + [ Manoj Iyer ] + + * SAUCE: Added quirk for Linksys WUSB600N USB wifi-n networking adapter + - LP: #323473 + + [ Steve Beattie ] + + * fix apparmor memory leak on unlinked file ops + - LP: #329489 + + [ Tim Gardner ] + + * SAUCE: Dell XPS710 reboot quirk + - LP: #323592 + * SAUCE: (drop after 2.6.28) ieee80211: Add infrastructure to obsolete + scan results + - LP: #336055 + * Add modules.order to the linux-image package. + + [ Upstream Kernel Changes ] + + * iwlwifi: fix time interval misuse in iwl_poll_{direct_}bit + * x86: only scan the root bus in early PCI quirks + - LP: #267295 + * ALSA: hda - Intel HDMI audio support + * ALSA: hda - Fix unused function in patch_intelhdmi.c + * ALSA: handle SiI1392 HDMI codec in patch_intelhdmi.c + * ALSA: hda-intel: reorder HDMI audio enabling sequence + * ALSA: introduce snd_print_pcm_rates() + * ALSA: create hda_eld.c for ELD routines and proc interface + * ALSA: ELD proc interface for HDMI sinks + * ALSA: hda: make standalone hdmi_fill_audio_infoframe() + * ALSA: hda: make global snd_print_channel_allocation() + * ALSA: hda: HDMI channel allocations for audio infoframe + * ALSA: hda: HDMI channel mapping cleanups + * ALSA: hda: minor code cleanups + * ALSA: hda: rename sink_eld to hdmi_eld + * ALSA: hda - Release ELD proc file + * ALSA: hda - minor HDMI code cleanups + * ALSA: hda - report selected CA index for Audio InfoFrame + * ALSA: hda - Add Intel vendor id string + + -- Tim Gardner Wed, 25 Feb 2009 14:23:46 -0700 + +linux (2.6.28-8.26) jaunty; urgency=low + + [ Amit Kucheria ] + + * Updating configs (armel:ixp4xx) + - LP: #331510 + + [ Tim Gardner ] + + * Add more missing modules + + -- Tim Gardner Tue, 24 Feb 2009 06:58:53 -0700 + +linux (2.6.28-8.25) jaunty; urgency=low + + [ Scott James Remnant ] + + * SAUCE: Prefer powernow-k8 to acpi-cpufreq + * Change CONFIG_X86_P4_CLOCKMOD to be a module again. + + [ Tim Gardner ] + + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Initialize the new + group descriptor when resizing the filesystem" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Add sanity check + to make_indexed_dir" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: only use + i_size_high for regular files" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Add sanity checks + for the superblock before mounting the filesystem" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Fix + s_dirty_blocks_counter if block allocation failed with nodelalloc" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Init the complete + page while building buddy cache" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Don't allow new + groups to be added during block allocation" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: mark the + blocks/inode bitmap beyond end of group as used" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Use new + buffer_head flag to check uninit group bitmaps initialization" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Fix the race + between read_inode_bitmap() and ext4_new_inode()" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Fix race between + read_block_bitmap() and mark_diskspace_used()" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: don't use blocks + freed but not yet committed in buddy cache init" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: cleanup mballoc + header files" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Use + EXT4_GROUP_INFO_NEED_INIT_BIT during resize" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Add blocks added + during resize to bitmap" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Don't overwrite + allocation_context ac_status" + * Revert "SAUCE: (revert before 2.6.28.y update) jbd2: Add barrier not + supported test to journal_wait_on_commit_record" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Widen type of + ext4_sb_info.s_mb_maxs[]" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: avoid ext4_error + when mounting a fs with a single bg" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Fix the delalloc + writepages to allocate blocks at the right offset." + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: tone down + ext4_da_writepages warnings" + * Revert "SAUCE: (revert before 2.6.28.y update) ext4: Add support for + non-native signed/unsigned htree hash algorithms" + * Enabled X86_ACPI_CPUFREQ=y + + [ Upstream Kernel Changes ] + + * ath9k: quiet harmless ForceXPAon messages + - LP: #321474 + * [WATCHDOG] iTCO_wdt: fix SMI_EN regression 2 + - LP: #314050 + * pid: implement ns_of_pid + * mqueue: fix si_pid value in mqueue do_notify() + * powerpc/vsx: Fix VSX alignment handler for regs 32-63 + * sata_nv: give up hardreset on nf2 + * Fix Intel IOMMU write-buffer flushing + * SCSI: libiscsi: fix iscsi pool leak + * x86/cpa: make sure cpa is safe to call in lazy mmu mode + * sched: SCHED_OTHER vs SCHED_IDLE isolation + * x86, vm86: fix preemption bug + * Add support for VT6415 PCIE PATA IDE Host Controller + * ext2/xip: refuse to change xip flag during remount with busy inodes + * 3c505: do not set pcb->data.raw beyond its size + * Bluetooth: Fix TX error path in btsdio driver + * ext4: Add support for non-native signed/unsigned htree hash algorithms + * ext4: tone down ext4_da_writepages warnings + * ext4: Fix the delalloc writepages to allocate blocks at the right + offset. + * ext4: avoid ext4_error when mounting a fs with a single bg + * ext4: Widen type of ext4_sb_info.s_mb_maxs[] + * jbd2: Add barrier not supported test to journal_wait_on_commit_record + * ext4: Don't overwrite allocation_context ac_status + * ext4: Add blocks added during resize to bitmap + * ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resize + * ext4: cleanup mballoc header files + * ext4: don't use blocks freed but not yet committed in buddy cache init + * ext4: Fix race between read_block_bitmap() and mark_diskspace_used() + * ext4: Fix the race between read_inode_bitmap() and ext4_new_inode() + * ext4: Use new buffer_head flag to check uninit group bitmaps + initialization + * ext4: mark the blocks/inode bitmap beyond end of group as used + * ext4: Don't allow new groups to be added during block allocation + * ext4: Init the complete page while building buddy cache + * ext4: Fix s_dirty_blocks_counter if block allocation failed with + nodelalloc + * ext4: Add sanity checks for the superblock before mounting the + filesystem + * ext4: only use i_size_high for regular files + * ext4: Add sanity check to make_indexed_dir + * ext4: Initialize the new group descriptor when resizing the filesystem + * Fix longstanding "error: storage size of '__mod_dmi_device_table' isn't + known" + * Linux 2.6.28.7 + + -- Tim Gardner Thu, 19 Feb 2009 06:45:55 -0700 + +linux (2.6.28-8.24) jaunty; urgency=low + + [ Scott James Remnant ] + + * Change CPU_FREQ_DEFAULT_GOV_ONDEMAND to y + * SAUCE: Link acpi-cpufreq.o first + + [ Tim Gardner ] + + * Build in CPU Frequency scaling drivers + + -- Tim Gardner Wed, 18 Feb 2009 06:12:24 -0700 + +linux (2.6.28-8.23) jaunty; urgency=low + + [ Andy Whitcroft ] + + * include the kernel configuration in the sub-flavour images + - LP: #328859 + + [ Tim Gardner ] + + * Revert "SAUCE: (drop after 2.6.28) [eCryptfs] Regression in unencrypted + filename symlinks" in favor of upstream commit. + * Fix compile issues with qc-usb + * SAUCE: (remove after 2.6.28) V4L/DVB (10216): saa7127: fix broken + S-Video with saa7129 + - LP: #329267 + + [ Upstream Kernel Changes ] + + * Subject:SAUCE: LP#193970 iwlagn: fix hw-rfkill while the interface is + down + - LP: #193970 + * x86, vmi: put a missing paravirt_release_pmd in pgd_dtor + * nbd: fix I/O hang on disconnected nbds + * mac80211: restrict to AP in outgoing interface heuristic + * w1: w1 temp calculation overflow fix + * zd1211rw: adding 0ace:0xa211 as a ZD1211 device + * zd1211rw: treat MAXIM_NEW_RF(0x08) as UW2453_RF(0x09) for TP-Link + WN322/422G + * parport: parport_serial, don't bind netmos ibm 0299 + * syscall define: fix uml compile bug + * kernel-doc: fix syscall wrapper processing + * Fix page writeback thinko, causing Berkeley DB slowdown + * write-back: fix nr_to_write counter + * writeback: fix break condition + * mm: rearrange exit_mmap() to unlock before arch_exit_mmap + * powerpc/fsl-booke: Fix mapping functions to use phys_addr_t + * lockd: fix regression in lockd's handling of blocked locks + * sctp: Fix crc32c calculations on big-endian arhes. + * sctp: Correctly start rtx timer on new packet transmissions. + * sctp: Properly timestamp outgoing data chunks for rtx purposes + * net: Fix frag_list handling in skb_seq_read + * net: Fix OOPS in skb_seq_read(). + * drivers/net/skfp: if !capable(CAP_NET_ADMIN): inverted logic + * ipv4: fix infinite retry loop in IP-Config + * net: Fix userland breakage wrt. linux/if_tunnel.h + * net: packet socket packet_lookup_frame fix + * packet: Avoid lock_sock in mmap handler + * sungem: Soft lockup in sungem on Netra AC200 when switching interface + up + * udp: Fix UDP short packet false positive + * udp: increments sk_drops in __udp_queue_rcv_skb() + * ipv6: Disallow rediculious flowlabel option sizes. + * ipv6: Copy cork options in ip6_append_data + * net: 4 bytes kernel memory disclosure in SO_BSDCOMPAT gsopt try #2 + * sky2: fix hard hang with netconsoling and iface going up + * tun: Add some missing TUN compat ioctl translations. + * tun: Fix unicast filter overflow + * virtio_net: Fix MAX_PACKET_LEN to support 802.1Q VLANs + * tcp: splice as many packets as possible at once + * tcp: Fix length tcp_splice_data_recv passes to skb_splice_bits. + * sparc: Enable syscall wrappers for 64-bit (CVE-2009-0029) + * sparc64: Annotate sparc64 specific syscalls with SYSCALL_DEFINEx() + * ALSA: hda - Add missing terminator in slave dig-out array + * ALSA: mtpav - Fix initial value for input hwport + * HID: adjust report descriptor fixup for MS 1028 receiver + * ide/libata: fix ata_id_is_cfa() (take 4) + * libata: fix EH device failure handling + * netfilter: fix tuple inversion for Node information request + * netfilter: xt_sctp: sctp chunk mapping doesn't work + * x86: microcode_amd: fix wrong handling of equivalent CPU id + * ide-cd: fix DMA for non bio-backed requests + * net: Fix data corruption when splicing from sockets. + * Linux 2.6.28.6 + * eCryptfs: Regression in unencrypted filename symlinks + + -- Tim Gardner Mon, 16 Feb 2009 06:43:51 -0700 + +linux (2.6.28-8.22) jaunty; urgency=low + + [ Amit Kucheria ] + + * Remove perm-blacklist + + [ Andy Whitcroft ] + + * SAUCE: psmouse/synaptics: ensure we reset the device on resume + - LP: #317270 + + [ Tim Gardner ] + + * Add lpia to getabi script + * SAUCE: tracer for sreadahead + + -- Amit Kucheria Fri, 13 Feb 2009 15:23:21 +0200 + +linux (2.6.28-8.21) jaunty; urgency=low + + [ Andy Whitcroft ] + + * SAUCE: switch the Asus Pundit P1-AH2 to old acpi sleep ordering + - LP: #327267 + + [ Tim Gardner ] + + * Added LPIA arch support + * Added libdrm-dev as a 'Replaces' to linux-libc-dev + * SAUCE: LPIA support for 9202 HDA Sigmatel codec + * SAUCE: Add an X86_LPIA Kconfig option + * SAUCE: UHCI USB quirk for resume + * SAUCE: LPIA Reboot fix for Intel Crownbeach development boards + * SAUCE: LPIA Logical reset of USB port on resume + * Set CONFIG_WIRELESS_OLD_REGULATORY=n, added wireless-crda + as an install dependency. + + [ Upstream Kernel Changes ] + + * Revert "Revert "x86, early_ioremap: fix fencepost error"" + - LP: #312554 + * drm/i915: capture last_vblank count at IRQ uninstall time too + - LP: #320813 + * drm/i915: add get_vblank_counter function for GM45 + - LP: #320813 + * Staging: comedi: fix Kbuild + * Staging: meilhaus: fix Kbuild + * Staging: android: binder: fix arm build errors + * Staging: android: timed_gpio: Fix build to build on kernels after + 2.6.25. + * Staging: android: fix build error on 64bit boxes + * Staging: android: Add lowmemorykiller documentation. + * Staging: android: task_get_unused_fd_flags: fix the wrong usage of + tsk->signal + * staging: agnx: drivers/staging/agnx/agnx.h needs + * Staging: usbip: usbip_start_threads(): handle kernel_thread failure + * Staging: poch: fix verification of memory area + * Documentation: move DMA-mapping.txt to Doc/PCI/ + * sgi-xp: fix writing past the end of kzalloc()'d space + * do_wp_page: fix regression with execute in place + * wait: prevent exclusive waiter starvation + * shm: fix shmctl(SHM_INFO) lockup with !CONFIG_SHMEM + * revert "rlimit: permit setting RLIMIT_NOFILE to RLIM_INFINITY" + * prevent kprobes from catching spurious page faults + * sound: usb-audio: handle wMaxPacketSize for FIXED_ENDPOINT devices + * md: Ensure an md array never has too many devices. + * md: Fix a bug in linear.c causing which_dev() to return the wrong + device. + * ACPI: Enable bit 11 in _PDC to advertise hw coord + * ACPI: dock: Don't eval _STA on every show_docked sysfs read + * ieee1394: ohci1394: increase AT req. retries, fix ack_busy_X from + Panasonic camcorders and others + * firewire: ohci: increase AT req. retries, fix ack_busy_X from Panasonic + camcorders and others + * firewire: sbp2: fix DMA mapping leak on the failure path + * firewire: sbp2: add workarounds for 2nd and 3rd generation iPods + * ieee1394: sbp2: add workarounds for 2nd and 3rd generation iPods + * module: remove over-zealous check in __module_get() + * x86: APIC: enable workaround on AMD Fam10h CPUs + * eeepc-laptop: fix oops when changing backlight brightness during + eeepc-laptop init + * eeepc-laptop: Add support for extended hotkeys + * e1000: fix bug with shared interrupt during reset + * e1000: Fix PCI enable to honor the need_ioport flag + * agp/intel: Fix broken ® symbol in device name. + * ALSA: hda - Add quirk for FSC Amilo Xi2550 + * ALSA: hda - Add missing COEF initialization for ALC887 + * ALSA: hda - Add missing initialization for ALC272 + * asus_acpi: Add R1F support + * panasonic-laptop: fix X[ ARRAY_SIZE(X) ] + * ACPI: Skip the first two elements in the _BCL package + * ACPI: proc_dir_entry 'video/VGA' already registered + * ACPI: disable ACPI cleanly when bad RSDP found + * ACPICA: Fix table entry truncation calculation + * PCI: properly clean up ASPM link state on device remove + * PCI: return error on failure to read PCI ROMs + * seq_file: move traverse so it can be used from seq_read + * seq_file: fix big-enough lseek() + read() + * serial: set correct baud_base for Oxford Semiconductor Ltd EXSYS + EX-41092 Dual 16950 Serial adapter + * Add support for '8-port RS-232 MIC-3620 from advantech' + * mm: fix error case in mlock downgrade reversion + * elf core dump: fix get_user use + * ACPI: video: Fix reversed brightness behavior on ThinkPad SL series + * ipw2200: fix scanning while associated + * XFS: set b_error from bio error in xfs_buf_bio_end_io + * Revert USB: option: add Pantech cards + * USB: option: New mobile broadband modems to be supported + * USB: new id for ti_usb_3410_5052 driver + * USB: two more usb ids for ti_usb_3410_5052 + * USB: usb-storage: add Pentax to the bad-vendor list + * sata_via: Add VT8261 support + * nbd: do not allow two clients at the same time + * sctp: Fix another socket race during accept/peeloff + * Linux 2.6.28.5 + + -- Tim Gardner Mon, 09 Feb 2009 16:11:28 -0700 + +linux (2.6.28-7.20) jaunty; urgency=low + + [ Tim Gardner ] + + * SAUCE: Input: atkbd - Samsung NC10 key repeat fix + + [ Upstream Kernel Changes ] + + * Manually revert "mlock: downgrade mmap sem while populating mlocked + regions" + * xen: make sysfs files behave as their names suggest + * sata_mv: fix 8-port timeouts on 508x/6081 chips + * m68knommu: set NO_DMA + * PCI/MSI: bugfix/utilize for msi_capability_init() + * x86: use early clobbers in usercopy*.c + * netfilter: ctnetlink: fix scheduling while atomic + * orinoco: move kmalloc(..., GFP_KERNEL) outside spinlock in + orinoco_ioctl_set_genie + * fbdev/atyfb: Fix DSP config on some PowerMacs & PowerBooks + * kmalloc: return NULL instead of link failure + * sata_nv: rename nv_nf2_hardreset() + * sata_nv: fix MCP5x reset + * sata_nv: ck804 has borked hardreset too + * Fix memory corruption in console selection + * Add enable_ms to jsm driver + * nfsd: only set file_lock.fl_lmops in nfsd4_lockt if a stateowner is + found + * nfsd: Ensure nfsv4 calls the underlying filesystem on LOCKT + * iwlwifi: fix rs_get_rate WARN_ON() + * p54: fix lm87 checksum endianness + * p54: fix p54_read_eeprom to cope with tx_hdr_len + * p54usb: rewriting rx/tx routines to make use of usb_anchor's facilities + * minstrel: fix warning if lowest supported rate index is not 0 + * PCI: irq and pci_ids patch for Intel Tigerpoint DeviceIDs + * cpuidle: Add decaying history logic to menu idle predictor + * ACPI: Avoid array address overflow when _CST MWAIT hint bits are set + * video: always update the brightness when poking "brightness" + * Newly inserted battery might differ from one just removed, so update of + battery info fields is required. + * ACPI: Do not modify SCI_EN directly + * dlm: initialize file_lock struct in GETLK before copying conflicting + lock + * sata_mv: Fix chip type for Hightpoint RocketRaid 1740/1742 + * ACPICA: Allow multiple backslash prefix in namepaths + * Linux 2.6.28.4 + + -- Tim Gardner Sat, 07 Feb 2009 18:53:42 -0700 + +linux (2.6.28-7.19) jaunty; urgency=low + + * Fix missing modules FTBS + + -- Tim Gardner Thu, 05 Feb 2009 15:28:15 -0700 + +linux (2.6.28-7.18) jaunty; urgency=low + + [ Alok Kataria ] + + * SAUCE: (drop after 2.6.29) x86: add a synthetic TSC_RELIABLE feature + bit + - LP: #319945 + * SAUCE: (drop after 2.6.29) x86: add X86_FEATURE_HYPERVISOR feature bit + - LP: #319945 + * SAUCE: (drop after 2.6.29) x86: Hypervisor detection and get tsc_freq + from hypervisor + - LP: #319945 + * SAUCE: (drop after 2.6.29) x86: Add a synthetic TSC_RELIABLE feature + bit. + - LP: #319945 + * SAUCE: (drop after 2.6.29) x86: Skip verification by the watchdog for + TSC clocksource. + - LP: #319945 + * SAUCE: (drop after 2.6.29) x86: VMware: Fix vmware_get_tsc code + - LP: #319945 + * SAUCE: (drop after 2.6.29) x86: vmware: look for DMI string in the + product serial key + - LP: #319945 + + [ Andy Whitcroft ] + + * SAUCE: toshiba_acpi -- pull in current -dev version of driver + - LP: #269831 + * SAUCE: toshiba_acpi -- add acpi hotkey kernel thread + - LP: #269831 + * move toshiba laptops back from tlsup to toshiba_acpi + - LP: #269831 + + [ Aneesh Kumar K.V ] + + * SAUCE: (revert before 2.6.28.y update) ext4: Fix the delalloc + writepages to allocate blocks at the right offset. + * SAUCE: (revert before 2.6.28.y update) ext4: avoid ext4_error when + mounting a fs with a single bg + * SAUCE: (revert before 2.6.28.y update) ext4: Don't overwrite + allocation_context ac_status + * SAUCE: (revert before 2.6.28.y update) ext4: Add blocks added during + resize to bitmap + * SAUCE: (revert before 2.6.28.y update) ext4: Use + EXT4_GROUP_INFO_NEED_INIT_BIT during resize + * SAUCE: (revert before 2.6.28.y update) ext4: cleanup mballoc header + files + * SAUCE: (revert before 2.6.28.y update) ext4: don't use blocks freed but + not yet committed in buddy cache init + * SAUCE: (revert before 2.6.28.y update) ext4: Fix race between + read_block_bitmap() and mark_diskspace_used() + * SAUCE: (revert before 2.6.28.y update) ext4: Fix the race between + read_inode_bitmap() and ext4_new_inode() + * SAUCE: (revert before 2.6.28.y update) ext4: Use new buffer_head flag + to check uninit group bitmaps initialization + * SAUCE: (revert before 2.6.28.y update) ext4: mark the blocks/inode + bitmap beyond end of group as used + * SAUCE: (revert before 2.6.28.y update) ext4: Don't allow new groups to + be added during block allocation + * SAUCE: (revert before 2.6.28.y update) ext4: Init the complete page + while building buddy cache + * SAUCE: (revert before 2.6.28.y update) ext4: Fix s_dirty_blocks_counter + if block allocation failed with nodelalloc + + [ Hannes Eder ] + + * SAUCE: (drop after 2.6.29) x86: vmware - fix sparse warnings + - LP: #319945 + + [ Luke Yelavich ] + + * hid modules have hyphens instead of underscores in their names + + [ Mark Fasheh ] + + * SAUCE: (revert before 2.6.28.y update) jbd2: Add BH_JBDPrivateStart + + [ Theodore Ts'o ] + + * SAUCE: (revert before 2.6.28.y update) ext4: Add support for non-native + signed/unsigned htree hash algorithms + * SAUCE: (revert before 2.6.28.y update) ext4: tone down + ext4_da_writepages warnings + * SAUCE: (revert before 2.6.28.y update) jbd2: Add barrier not supported + test to journal_wait_on_commit_record + * SAUCE: (revert before 2.6.28.y update) ext4: Add sanity checks for the + superblock before mounting the filesystem + * SAUCE: (revert before 2.6.28.y update) ext4: only use i_size_high for + regular files + * SAUCE: (revert before 2.6.28.y update) ext4: Add sanity check to + make_indexed_dir + * SAUCE: (revert before 2.6.28.y update) jbd2: On a __journal_expect() + assertion failure printk "JBD2", not "EXT3-fs" + * SAUCE: (revert before 2.6.28.y update) ext4: Initialize the new group + descriptor when resizing the filesystem + + [ Tyler Hicks ] + + * SAUCE: (drop after 2.6.28) [eCryptfs] Regression in unencrypted + filename symlinks + - LP: #322532 + + [ Upstream Kernel Changes ] + + * Input: atkbd - broaden the Dell DMI signatures + - LP: #261721 + * ti_usb_3410_5052: support alternate firmware + * ath5k: fix mesh point operation + * mac80211: decrement ref count to netdev after launching mesh discovery + * inotify: clean up inotify_read and fix locking problems + * fuse: destroy bdi on umount + * fuse: fix missing fput on error + * fuse: fix NULL deref in fuse_file_alloc() + * x86, mm: fix pte_free() + * klist.c: bit 0 in pointer can't be used as flag + * sysfs: fix problems with binary files + * x86: fix page attribute corruption with cpa() + * USB: fix toggle mismatch in disable_endpoint paths + * sound: virtuoso: enable UART on Xonar HDAV1.3 + * USB: usbmon: Implement compat_ioctl + * USB: fix char-device disconnect handling + * USB: storage: add unusual devs entry + * alpha: nautilus - fix compile failure with gcc-4.3 + * alpha: fix vmalloc breakage + * resources: skip sanity check of busy resources + * rtl8187: Add termination packet to prevent stall + * it821x: Add ultra_mask quirk for Vortex86SX + * libata: pata_via: support VX855, future chips whose IDE controller use + 0x0571 + * serial_8250: support for Sealevel Systems Model 7803 COMM+8 + * drm: stash AGP include under the do-we-have-AGP ifdef + * Fix OOPS in mmap_region() when merging adjacent VM_LOCKED file segments + * bnx2x: Block nvram access when the device is inactive + * ext3: Add sanity check to make_indexed_dir + * rtl8187: Fix error in setting OFDM power settings for RTL8187L + * epoll: drop max_user_instances and rely only on max_user_watches + * gpiolib: fix request related issue + * sgi-xpc: Remove NULL pointer dereference. + * sgi-xpc: ensure flags are updated before bte_copy + * include/linux: Add bsg.h to the Kernel exported headers + * ALSA: hda - Fix PCM reference NID for STAC/IDT analog outputs + * ALSA: hda - add another MacBook Pro 4, 1 subsystem ID + * ALSA: hda - Add quirk for HP DV6700 laptop + * crypto: authenc - Fix zero-length IV crash + * crypto: ccm - Fix handling of null assoc data + * x86, pat: fix reserve_memtype() for legacy 1MB range + * x86, pat: fix PTE corruption issue while mapping RAM using /dev/mem + * PCI hotplug: fix lock imbalance in pciehp + * dmaengine: fix dependency chaining + * NET: net_namespace, fix lock imbalance + * relay: fix lock imbalance in relay_late_setup_files + * Linux 2.6.28.3 + * ALSA: Enable SPDIF output on ALC655 + * ALSA: hda - Add ASUS V1Sn support + * ALSA: hda - support detecting HD Audio devices with PCI class code + * ALSA: hda: alc883 model for ASUS P5Q-EM boards + * ALSA: hda - Add quirk for MSI 7260 mobo + * ALSA: hda - Add quirk for Sony VAIO VGN-SR19XN + * ALSA: oxygen: add Claro halo support + * ALSA: hda - Add a new function to seek for a codec ID + * ALSA: patch_sigmatel: Add missing Gateway entries and autodetection + * ALSA: hda - More fixes on Gateway entries + * ALSA: hda - Add MCP67 HDMI support + * ALSA: hda - fix name for ALC1200 + * LSA: hda - Add HP Acacia detection + * ALSA: hda - Add quirk for HP 2230s + * ALSA: hda - Add quirk for Dell Inspiron Mini9 + * ALSA: hda - add support for Intel DX58SO board + * ALSA: hda - Fix silent headphone output on Panasonic CF-74 + * ALSA: USB quirk for Logitech Quickcam Pro 9000 name + * ALSA: hda - add quirks for some 82801H variants to use ALC883_MITAC + + [ Yasunori Goto ] + + * SAUCE: (revert before 2.6.28.y update) ext4: Widen type of + ext4_sb_info.s_mb_maxs[] + + -- Tim Gardner Mon, 02 Feb 2009 23:07:13 -0700 + +linux (2.6.28-6.17) jaunty; urgency=low + + [ Amit Kucheria ] + + * Updating configs: ARMEL/versatile + + -- Amit Kucheria Fri, 30 Jan 2009 13:36:59 +0200 + +linux (2.6.28-6.16) jaunty; urgency=low + + [ Luke Yelavich ] + + * Add hid quirks to input-modules udeb + + [ Tim Gardner ] + + * Revert "[arm] Fix kexec on ARM by properly calling the relocation + function". This patch was deemed 'bogus' by Russell King on the + ARM mailing list. + + [ Upstream Kernel Changes ] + + * PCI: keep ASPM link state consistent throughout PCIe hierarchy + * security: introduce missing kfree + * rt2x00: add USB ID for the Linksys WUSB200. + * p54usb: Add USB ID for Thomson Speedtouch 121g + * lib/idr.c: use kmem_cache_zalloc() for the idr_layer cache + * sgi-xp: eliminate false detection of no heartbeat + * sched: fix update_min_vruntime + * IA64: Turn on CONFIG_HAVE_UNSTABLE_CLOCK + * sound: virtuoso: do not overwrite EEPROM on Xonar D2/D2X + * ALSA: hda - Add quirk for another HP dv5 + * ALSA: hda - Fix HP dv5 mic input + * ALSA: hda - Don't reset HP pinctl in patch_sigmatel.c + * ALSA: hda - make laptop-eapd model back for AD1986A + * drivers/net/irda/irda-usb.c: fix buffer overflow + * usb-storage: add last-sector hacks + * usb-storage: set CAPACITY_HEURISTICS flag for bad vendors + * pkt_sched: sch_htb: Fix deadlock in hrtimers triggered by HTB + * ipv6: Fix fib6_dump_table walker leak + * sctp: Avoid memory overflow while FWD-TSN chunk is received with bad + stream ID + * pkt_sched: cls_u32: Fix locking in u32_change() + * r6040: fix wrong logic in mdio code + * r6040: save and restore MIER correctly in the interrupt routine + * r6040: bump release number to 0.19 + * tcp: don't mask EOF and socket errors on nonblocking splice receive + * p54usb: fix traffic stalls / packet drop + * netfilter: x_tables: fix match/target revision lookup + * netfilter: ebtables: fix inversion in match code + * netfilter: nf_conntrack: fix ICMP/ICMPv6 timeout sysctls on big-endian + * dell_rbu: use scnprintf() instead of less secure sprintf() + * powerpc: is_hugepage_only_range() must account for both 4kB and 64kB + slices + * hwmon: (abituguru3) Fix CONFIG_DMI=n fallback to probe + * mm: write_cache_pages cyclic fix + * mm: write_cache_pages early loop termination + * mm: write_cache_pages writepage error fix + * mm: write_cache_pages integrity fix + * mm: write_cache_pages cleanups + * mm: write_cache_pages optimise page cleaning + * mm: write_cache_pages terminate quickly + * mm: write_cache_pages more terminate quickly + * mm: do_sync_mapping_range integrity fix + * mm: direct IO starvation improvement + * fs: remove WB_SYNC_HOLD + * fs: sync_sb_inodes fix + * fs: sys_sync fix + * Linux 2.6.28.2 + + -- Tim Gardner Sun, 25 Jan 2009 13:36:16 -0700 + +linux (2.6.28-5.15) jaunty; urgency=low + + [ Tim Gardner ] + + * Revert "Enabled CONFIG_PID_NS=y for i386/amd64" + Somehow this commit also reverted the 7 prior commits (which is bad). + * Enabled CONFIG_PID_NS=y for i386/amd64 (version 2) + + -- Tim Gardner Thu, 22 Jan 2009 13:48:34 -0700 + +linux (2.6.28-5.14) jaunty; urgency=low + + [ Ben Collins ] + + * lirc_gpio: Forward ported to current kernel (jaunty) + * configs: Enable LIRC_GPIO on 64-bit/32-bit x86 + - LP: #298791 + + [ Jeff Layton ] + + * SAUCE: cifs: make sure we allocate enough storage for socket address + - LP: #318565 + + [ Tim Gardner ] + + * check-abi: Return success when ABI skip is requested and no ABI files exist. + This ought to fix the armel FTBS. + + -- Tim Gardner Thu, 22 Jan 2009 06:42:49 -0700 + +linux (2.6.28-5.13) jaunty; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: don't use buggy _BCL/_BCM/_BQC for backlight control" + + [ Tim Gardner ] + + * Fix udeb generation breakage caused by the previous armel versatile + flavour config update. + + -- Tim Gardner Wed, 21 Jan 2009 12:38:35 -0700 + +linux (2.6.28-5.12) jaunty; urgency=low + + [ Ante ] + + * Update drbd to 8.3.0 + + [ Dave Airlie ] + + * i915/drm: provide compat defines for userspace for certain struct + + [ Eric Anholt ] + + * drm/i915: Don't double-unpin buffers if we take a signal in + * drm/i915: Don't complain when interrupted while pinning in execbuffers. + * drm/i915: Don't allow objects to get bound while VT switched. + + [ Jani Monoses ] + + * Fix webcam having USB ID 0ac8:303b + - LP: #292086 + + [ Jesse Barnes ] + + * drm/i915: set vblank enabled flag correctly across IRQ + * drm/i915: don't enable vblanks on disabled pipes + + [ Michael Casadevall ] + + * [arm] Fix kexec on ARM by properly calling the relocation function + + [ Tim Gardner ] + + * Enabled CONFIG_PID_NS=y for i386/amd64 + * SAUCE: Increase ATA_TMOUT_PMP_SRST_WAIT to 5 seconds. + - LP: #318978 + * Update armel versatile config + - LP: #314789 + * Enabled CONFIG_RT2860=m for i386/amd64 + * Enabled CONFIG_RT2870=m for i386/amd64 + + [ Upstream Kernel Changes ] + + * Input: atkbd - add keyboard quirk for HP Pavilion ZV6100 laptop + - LP: #291878 + * ALSA: hda - Add quirk for another HP dv7 + * ALSA: hda - Add quirk for HP6730B laptop + * ALSA: caiaq - Fix Oops with MIDI + * ALSA: hda - Fix typos for AD1882 codecs + * x86: fix intel x86_64 llc_shared_map/cpu_llc_id anomolies + * x86: default to SWIOTLB=y on x86_64 + * CIFS: make sure that DFS pathnames are properly formed + * ring-buffer: prevent false positive warning + * ring-buffer: fix dangling commit race + * iwlwifi: use GFP_KERNEL to allocate Rx SKB memory + * tx493[89]ide: Fix length for __ide_flush_dcache_range + * tx4939ide: Do not use zero count PRD entry + * SCSI: eata: fix the data buffer accessors conversion regression + * USB: emi26: fix oops on load + * x86, UV: remove erroneous BAU initialization + * x86: fix incorrect __read_mostly on _boot_cpu_pda + * vmalloc.c: fix flushing in vmap_page_range() + * fs: symlink write_begin allocation context fix + * cgroups: fix a race between cgroup_clone and umount + * dm raid1: fix error count + * dm log: fix dm_io_client leak on error paths + * minix: fix add link's wrong position calculation + * md: fix bitmap-on-external-file bug. + * sched_clock: prevent scd->clock from moving backwards, take #2 + * devices cgroup: allow mkfifo + * SCSI: aha152x_cs: Fix regression that keeps driver from using shared + interrupts + * ioat: fix self test for multi-channel case + * USB: isp1760: use a specific PLX bridge instead of any bdridge + * USB: isp1760: Fix probe in PCI glue code + * USB: unusual_devs.h additions for Pentax K10D + * inotify: fix type errors in interfaces + * Move compat system call declarations to compat header file + * Convert all system calls to return a long + * Rename old_readdir to sys_old_readdir + * Remove __attribute__((weak)) from sys_pipe/sys_pipe2 + * Make sys_pselect7 static + * Make sys_syslog a conditional system call + * System call wrapper infrastructure + * powerpc: Enable syscall wrappers for 64-bit + * s390: enable system call wrappers + * System call wrapper special cases + * System call wrappers part 01 + * System call wrappers part 02 + * System call wrappers part 03 + * System call wrappers part 04 + * System call wrappers part 05 + * System call wrappers part 06 + * System call wrappers part 07 + * System call wrappers part 08 + * System call wrappers part 09 + * System call wrappers part 10 + * System call wrappers part 11 + * System call wrappers part 12 + * System call wrappers part 13 + * System call wrappers part 14 + * System call wrappers part 15 + * System call wrappers part 16 + * System call wrappers part 17 + * System call wrappers part 18 + * System call wrappers part 19 + * System call wrappers part 20 + * System call wrappers part 21 + * System call wrappers part 22 + * System call wrappers part 23 + * System call wrappers part 24 + * System call wrappers part 25 + * System call wrappers part 26 + * System call wrappers part 27 + * System call wrappers part 28 + * System call wrappers part 29 + * System call wrappers part 30 + * System call wrappers part 31 + * System call wrappers part 32 + * System call wrappers part 33 + * s390 specific system call wrappers + * x86: fix RIP printout in early_idt_handler + * Fix timeouts in sys_pselect7 + * USB: another unusual_devs entry for another bad Argosy storage device + * USB: storage: extend unusual range for 067b:3507 + * USB: storage: recognizing and enabling Nokia 5200 cell phoes + * HID: fix error condition propagation in hid-sony driver + * fix switch_names() breakage in short-to-short case + * nfs: remove redundant tests on reading new pages + * eCryptfs: check readlink result was not an error before using it + * mvsas: increase port type detection delay to suit Seagate's 10k6 drive ST3450856SS 0003 + * x86: avoid theoretical vmalloc fault loop + * ath9k: enable RXing of beacons on STA/IBSS + * mm lockless pagecache barrier fix + * powerpc: Disable Collaborative Memory Manager for kdump + * ibmvfc: Delay NPIV login retry and add retries + * ibmvfc: Improve async event handling + * getrusage: RUSAGE_THREAD should return ru_utime and ru_stime + * ath5k: ignore the return value of ath5k_hw_noise_floor_calibration + * mm: fix assertion + * XFS: truncate readdir offsets to signed 32 bit values + * Linux 2.6.28.1 + * eCryptfs: Filename Encryption: Tag 70 packets + * eCryptfs: Filename Encryption: Header updates + * eCryptfs: Filename Encryption: Encoding and encryption functions + * eCryptfs: Filename Encryption: filldir, lookup, and readlink + * eCryptfs: Filename Encryption: mount option + * eCryptfs: Replace %Z with %z + * eCryptfs: Fix data types (int/size_t) + * eCryptfs: kerneldoc for ecryptfs_parse_tag_70_packet() + * eCryptfs: Clean up ecryptfs_decode_from_filename() + * fs/ecryptfs/inode.c: cleanup kerneldoc + * staging-p80211: Kill directly reference of netdev->priv + * staging-slicoss: Kill directly reference of netdev->priv + * staging-winbond: Kill directly reference of netdev->priv + * Staging: go7007: fixes due to video_usercopy api change + * Staging: go7007: fixes due v4l2_file_operations api change + * staging: correct dubious use of !x & y + * Staging: w35und: make wb35_probe() and wb35_disconnect() funtions static + * Staging: w35und: remove unused wb35_open() and wb35_close() functions + * Staging: w35und: use msleep() and udelay() + * Staging: w35und: remove the no-op pa_stall_execution macro + * Staging: w35und: purb typedef removal + * Staging: w35und: reg queue struct typedef removal + * Staging: w35und: wb35reg struct typedef removal + * Staging: w35und: padapter struct typedef removal + * Staging: w35und: merge wblinux struct to adapter + * Staging: w35und: wb35_probe() cleanup + * Staging: w35und: remove usb_submit_urb wrapper function + * Staging: w35und: remove usb_alloc_urb wrapper function + * w35und: remove dead code from wbusb_f.h + * Staging: w35und: remove true/false boolean macros + * Staging: w35und: OS_MEMORY_ALLOC wrapper removal + * Staging: w35und: usb_put_dev() is missing from wb35_disconnect() + * Staging: w35und: remove macro magic from MLME_GetNextPacket() + * Staging: w35und: plug memory leak in wbsoft_tx() + * Staging: w35und: move supported band initialization out of wb35_probe() + * Staging: w35und: remove timer wrappers + * Staging: w35und: remove atomic op wrappers + * Staging: w35und: remove memcpy/memcmp wrappers + * Staging: w35und: remove abs() and BIT() macros + * Staging: w35und: remove unused macros from common.h + * Staging: w35und: remove unused link status code + * Staging: w35und: #include cleanup + * Staging: w35und: remove some dead code + * Staging: w35und: move source files to one directory + * Staging: w35und: move struct wbsoft_priv to core.h and use it + * Staging: w35und: remove ->adapter from struct _HW_DATA_T + * Staging: w35und: clean up adapter.h a bit + * Staging: w35und: merge struct wb35_adapter to struct wbsoft_priv + * Staging: w35und: remove global struct ieee80211_hw + * Staging: w35und: inline DRIVER_AUTHOR and DRIVER_DESC macros + * Staging: w35und: clean up wblinux.c a bit + * Staging: w35und: remove unused ->ShutDowned member from struct + LOCAL_PARA + * Staging: w35und: move global wbsoft_enabled to struct wbsoft_priv + * Staging: w35und: move packet_came() to wb35rx.c + * Staging: w35und: remove ->skb_array from struct wbsoft_priv + * Staging: w35und: remove ->shutdown from struct wbsoft_priv + * Staging: w35und: make functions local to mds.c static + * Staging: w35und: make functions local to mlmetxrx.c static + * Staging: w35und: remove dead code from mto.c + * Staging: w35und: make functions local to wb35rx.c static + * Staging: w35und: make functions local to wb35tx.c static + * Staging: w35und: remove dead code from wbhal.c + * Staging: w35und: remove rxisr.c as dead code + * Staging: w35und: fix Kconfig + * Staging: w35und: fix config build warnings + * Staging: wlan-ng: Remove PCI/PLX/PCMCIA files. + * Staging: wlan-ng: Update Help text to mention prism3 devices. + * Staging: wlan-ng: Delete PCI/PLX/PCMCIA-specific code. + * Staging: wlan-ng: Make wlan-ng use WEXT mode by default. + * Staging: wlan-ng: Eliminate more <2.6 kernel support. + * Staging: wlan-ng: Eliminate all backwards-compatibility for <2.6.13 kernels. + * Staging: wlan-ng: Eliminate a boatload of tertiaryAP-only code. + * Staging: wlan-ng: Remove AP-only code from MLME functions. + * Staging: wlan-ng: Get rid of the MTU tests in the rx conversion path. + * Staging: wlan-ng: Eliminate one more rx mtu test. + * Staging: wlan-ng: Eliminate local 'version.h' + * Staging: wlan-ng: Eliminate usage of procfs. + * Staging: wlan-ng: Use standard kernel integer (u32/s32/etc) types. + * Staging: wlan-ng: Eliminate all backwards-compatible kernel code. + * Staging: wlan-ng: Wireless Extension support is mandatory. + * Staging: wlan-ng: use WIRELESS_EXT, not CONFIG_WIRELESS_EXT + * Staging: wlan-ng: Delete a large pile of now-unused code. + * Staging: wlan-ng: Delete a pile of unused mibs. And fix WEXT SET_TXPOWER. + * Staging: wlan-ng: Consolidate wlan-ng into a single module. + * Staging: wlan-ng: Purge all MIBs not used internally. + * Staging: wlan-ng: p80211netdev.c fix netdev alloc to prevent oops on device start + * Staging: wlan-ng: prism2_usb.c always enable the card in probe_usb + * Staging: wlan-ng: hfa384x_usb.c use newest version of 384x_drvr_start + * Staging: wlan-ng: p80211wext.c add latest changes & remove extra nulls from wext_handlers + * Staging: wlan-ng: p80211wext don't set default key id twice + * Staging: wlan-ng: hfa384x_usbin_callback: check for hardware removed + * Staging: wlan-ng: p80211conv.c copy code from wlan-ng-devel branch to not drop packets + * Staging: wlan-ng: remove unused #include + * Staging: wlan-ng: p80211wext.c: use ARRAY_SIZE + * Staging: wlan-ng: fix compiler warnings + * Staging: wlan-ng: skb_p80211_to_ether() - payload_length is unsigned, check before subtraction + * Staging: at76_usb: update drivers/staging/at76_usb w/ mac80211 port + * Staging: at76_usb: fix build breakage + * Staging: at76_usb: remove compiler warnings + * Staging: at76_usb: fix up all remaining checkpatch.pl warnings + * Staging: at76_usb: cleanup dma on stack issues + * Staging: poch: Block size bug fix + * Staging: poch: Update TODO list + * Staging: poch: Correct pages from bytes. + * Staging: poch: minor fixes + * Staging: poch: Fix build warnings + * Staging: poch: Rx control register init + * Staging: poch: Fix user space protocol syncing + * Staging: poch: Fine grained locking + * Staging: sxg: remove typedefs + * Staging: sxg: break the build in a cleaner way when !x86 + * Staging: sxg: update README + * staging: struct device - replace bus_id with dev_name(), dev_set_name() + * Staging: echo: remove typedefs + * Staging: echo: Lindent drivers/staging/echo + * Staging: go7007: saa7134 updates + * Staging: go7007: add sensoray 2250/2251 support + * Staging: go7007: Convert driver to use video_ioctl2 + * Staging: go7007: annotate code pointers + * Staging: go7007: fix minor build warnings + * Staging: go7007: small cleanup + * Staging: go7007: add some more v4l2 ioctls + * Staging: et131x: Cleanup et131x_debug.h defines + * Staging: et131x: fix build failure + * Staging: et131x: remove unused variable in et1310_tx.c + * Staging: usbip: cleanup kerneldoc + * Staging: slicoss: use kzalloc + * Staging: slicoss: use correct type for memory allcations + * Staging: slicoss: use request_firmware + * Staging: add agnx wireless driver + * Staging: agnx: fix build errors due to ssid removal + * Staging: agnx: fix build errors due to rate control API changes + * Staging: agnx: fix build warnings + * Staging: add otus Atheros wireless network driver + * Staging: otus: fix netdev->priv usage + * Staging: otus: fix name clash + * Staging: otus: fix urb callback function type + * Staging: otus: remove dependence on kernel version + * Staging: add rt2860 wireless driver + * Staging: rt2860: disable root hack for reading files + * Staging: rt2860: fix up netdev->priv usage + * Staging: rt2860: use standard bit-reverse function + * Staging: rt2860: Fix minor compiler warnings + * Staging: rt2860: enable WPA_SUPPLICANT support + * Staging: Add ServerEngines benet 10Gb ethernet driver + * Staging: benet: fix netif api breakage + * Staging: benet: fix up netdev->priv change + * Staging: benet: build is broken unless CONFIG_NETPOLL is enabled + * Staging: benet: patch to remove subdirectories + * Staging: benet: fix build errors when CONFIG_NETPOLL is off + * Staging: benet: fix build error. + * Staging: benet: patch to use offsetof() instead of AMAP_BYTE_OFFSET() + * Staging: benet: fix problems reported by checkpatch + * Staging: benet: cleanup a check while posting rx buffers + * Staging: add comedi core + * Staging: comedi: fix up a lot of checkpatch.pl warnings + * Staging: comedi: fix checkpatch.pl errors in comedi_fops.c + * Staging: comedi: fix build error in comedilib.h + * Staging: comedi: add kcomedilib to the tree + * Staging: comedi: set up infrastructure for individual drivers + * Staging: comedi: add local copy of interrupt.h + * Staging: comedi: add pci and usb wrapper header files + * Staging: comedi: comedi driver common function module + * Staging: comedi: add mite comedi pci driver + * Staging: comedi: add usb usbdux driver + * Staging: comedi: add usb usbduxfast driver + * Staging: comedi: add usb dt9812 driver + * Staging: comedi: add comedi_bond driver + * Staging: comedi: add comedi_test driver + * Staging: comedi: add comedi_parport driver + * Staging: comedi: dt9812: fix up a lot of coding style issues + * Staging: comedi: dt9812: remove dt9812.h + * Staging: comedi: dt9812: remove typedefs + * Staging: comedi: dt9812: fix sparse warnings + * Staging: comedi: usbdux: remove kernel version checks + * Staging: comedi: usbdux: code style cleanups + * Staging: comedi: usbdux: remove // comments + * Staging: comedi: usbdux: fix up printk calls + * Staging: comedi: usbdux: remove checkpatch.pl warnings + * Staging: comedi: usbdux: remove typedef + * Staging: comedi: usbdux: remove comedi usb wrappers + * Staging: comedi: usbduxfast: remove comedi usb wrappers + * Staging: comedi: dt9812: remove #ifdef that is not needed + * Staging: comedi: remove usb wrappers + * Staging: comedi: remove PCI wrappers + * Staging: comedi: add icp_multi driver + * Staging: comedi: add me4000 driver + * Staging: comedi: fix checkpatch.pl issues in comedi_bond.c + * Staging: comedi: fix checkpatch.pl issues in comedi_fc.c + * Staging: comedi: remove typedefs from comedi_bond.c + * Staging: comedi: fix sparse issues in comedi_bond.c + * Staging: comedi: fix checkpatch.pl issues in comedi_test.c + * Staging: comedi: fix sparse issues in comedi_test.c + * Staging: comedi: remove typedefs from comedi_test.c + * Staging: comedi: fix comedi_parport.c checkpatch.pl issues. + * Staging: comedi: fix comedi_fc.h checkpatch.pl issues. + * Staging: comedi: fix comedi_pci.h checkpatch.pl issues. + * Staging: comedi: comedi_pci.h: remove unneeded wrapper + * Staging: comedi: comedi_pci.h: remove comedi_pci_enable_no_regions + * Staging: comedi: comedi_pci.h: remove comedi_pci_disable_no_regions + * Staging: comedi: add s626 driver + * Staging: comedi: add rtd520 driver + * Staging: comedi: add me_daq driver + * Staging: comedi: me_daq: fix checkpatch.pl issues + * Staging: comedi: me_daq: remove typedefs + * Staging: comedi: me_daq: fix sparse issues + * Staging: comedi: fix checkpatch.pl warning in interrupt.h + * Staging: comedi: fix build if CONFIG_PROC_FS is not set + * Staging: add asus_oled driver + * Staging: asus_oled: fix build dependancy + * Staging: Add the Meilhaus ME-IDS driver package + * Staging: meilhaus: fix __symbol_get problems + * Staging: add lcd-panel driver + * Staging: panel: major checkpatch cleanup + * Staging: panel: remove ifdefs and code for pre-2.6 kernels + * Staging: panel: remove support for smartcards + * Staging: add Driver for Altera PCI Express Chaining DMA reference design + * Staging: add rtl8187se driver + * Staging: rtl8187se: remove unneeded files + * Staging: rtl8187se: make the built module be the proper name + * Staging: rtl8187se: remove duplicate pci ids + * Staging: me4000: switch to list_for_each*() + * Staging: usbip: switch to list_for_each_entry() + * Staging: add princeton instruments usb camera driver + * Staging: add mimio xi driver + * Staging: add rt2870 wireless driver + * Staging: rt2870: disable root hack for reading files + * Staging: rt2870: fix up netdev->priv usage + * Staging: add frontier tranzport and alphatrack drivers + * Staging: frontier: remove unused alphatrack_sysfs.c file + * Staging: frontier: fix compiler warnings + * Staging: add epl stack + * Staging: epl: run Lindent on all kernel/*.h files + * Staging: epl: run Lindent on all user/*.h files + * Staging: epl: run Lindent on *.h files + * Staging: epl: run Lindent on *.c files + * Staging: epl: hr timers all run in hard irq context now + * Staging: epl: fix netdev->priv b0rkage + * Staging: add android framework + * Staging: android: add binder driver + * Staging: android: binder: Fix gcc warnings about improper format specifiers for size_t in printk + * staging: android: binder: Fix use of euid + * Staging: android: add logging driver + * Staging: android: add ram_console driver + * Staging: android: add timed_gpio driver + * Staging: android: timed_gpio: Rename android_timed_gpio to timed_gpio + * Staging: android: remove dummy android.c driver + * Staging: android: add lowmemorykiller driver + * Staging: android: binder: fix build errors + * staging: __FUNCTION__ is gcc-specific, use __func__ + * V4L/DVB (10176a): Switch remaining clear_user_page users over to + clear_user_highpage + + [ Zhenyu Wang ] + + * agp/intel: add support for G41 chipset + + -- Tim Gardner Sun, 18 Jan 2009 20:22:54 -0700 + +linux (2.6.28-4.11) jaunty; urgency=low + + [ Mario Limonciello ] + + * SAUCE: Enable HDMI audio codec on Studio XPS 1340 + - LP: #309508 + + [ Tim Gardner ] + + * Fix armel d-i FTBSs + + [ Upstream Kernel Changes ] + + * USB: re-enable interface after driver unbinds + + -- Tim Gardner Tue, 13 Jan 2009 16:33:08 -0700 + +linux (2.6.28-4.10) jaunty; urgency=low + + [ Andy Whitcroft ] + + * update kernel bootloader recommends: to prefer grub + - LP: #314004 + * SAUCE: don't use buggy _BCL/_BCM/_BQC for backlight control + - LP: #311716 + * SAUCE: test-suspend -- add the suspend test scripts + - LP: #316419 + + [ Colin Watson ] + + * Enable udebs for armel + + [ Tim Gardner ] + + * SAUCE: Dell laptop digital mic does not work, PCI 1028:0271 + - LP: #309508 + * Enable CIFS_XATTR=y and CONFIG_CIFS_POSIX=y + - LP: #220658 + + -- Tim Gardner Thu, 08 Jan 2009 10:38:22 -0700 + +linux (2.6.28-4.9) jaunty; urgency=low + + [ Tim Gardner ] + + * Restore DM_CRYPT, AES, ECB, and CBC as modules. This fixes + some installer issues with encrypted /home and Private directories. + * Take one more stab at building armel without module or ABI errors. + + -- Tim Gardner Tue, 06 Jan 2009 08:38:23 -0700 + +linux (2.6.28-4.8) jaunty; urgency=low + + * Fix i386/amd64 FTBS by ignoring all module and ABI changes, + not something you would normally do, but I'm sure the ABI + has not changed. This will probably also allow the ARM builds to complete. + + -- Tim Gardner Mon, 05 Jan 2009 14:42:58 -0700 + +linux (2.6.28-4.7) jaunty; urgency=low + + [ Tim Gardner ] + + * Enable CONFIG_ATH5K=m for i386/amd64 + - LP: #306719 + * Build all i386/amd64 AGP/DRM components as modules. + - LP: #312721 + * git commands are now installed outside the default $PATH + Use 'git CMD' instead of 'git-CMD'. + * Build in most PATA/SATA drivers. This should allow most i386/amd64 systems to boot + without an initramfs, though some support work is still required in initramfs-tools + and grub. + - LP: #311730 + + -- Tim Gardner Fri, 02 Jan 2009 07:33:09 -0700 + +linux (2.6.28-4.6) jaunty; urgency=low + + [ Tim Gardner ] + + * Enable CONFIG_X86_E_POWERSAVER=m for i386 generic + - LP: #237405 + * Build i386 AGP drivers as modules + - LP: #312721 + * Build i386 DRM as a module + - LP: #312721 + + [ Upstream Kernel Changes ] + + * drm/i915: Add missing userland definitions for gem init/execbuffer. + - LP: #308387 + + -- Tim Gardner Mon, 29 Dec 2008 09:16:47 -0700 + +linux (2.6.28-4.5) jaunty; urgency=low + + [ Andy Whitcroft ] + + * clean up module dependancy information on package removal/purge + - LP: #300773 + + [ Tim Gardner ] + + * Update iscsitarget to 0.4.17 + * Build in ext{234} + * Build in Crypto modules AES, CBC, ECB + * Build in ACPI AC,BATTERY,BUTTON,FAN,PCI_SLOT,PROCESSOR,SBS,THERMAL,WMI + * Build in AGP intel,via,sis,ali,amd,amd64,efficeon,nvidia,sworks + * Build in ata,dev_dm,dev_loop,dev_md,dev_sd,dev_sr + * Build in BT l2cap,rfcomm,sco + * Reduce CONFIG_LEGACY_PTY_COUNT to 0 + * Build in CDROM_PKTCDVD and CHR_DEV_SG + * Build in CPU_FREQ + GOV_CONSERVATIVE,GOV_ONDEMAND,GOV_POWERSAVE,GOV_USERSPACE,STAT,TABLE + * Build in DM CRYPT,MIRROR,MULTIPATH,SNAPSHOT + * Build in DRM + * Build in HID + * Build in HOTPLUG PCI,PCIE + * Build in I2C + * Build in IEEE1394 OHCI1394 + * Build in INPUT EVDEV + * Build in IPV6 + * Build in MMC + * Build in PACKET + * Enable both IEEE1394 (Firewire) stacks as modules + - LP: #276463 + * Disable SUNRPC_REGISTER_V4 + - LP: #306016 + * Enable dm-raid4-5 + - LP: #309378 + * Build in PPP + * Build in RFKILL + * Build in USB SERIAL + + [ Upstream Kernel Changes ] + + * Rebased to v2.6.28 + + -- Tim Gardner Thu, 18 Dec 2008 21:18:44 -0700 + +linux (2.6.28-3.4) jaunty; urgency=low + + [ Tim Gardner ] + + * Build ecryptfs into the kernel + - LP: #302870 + * Deprecated gnbd + + [ Upstream Kernel Changes ] + + * Rebased to v2.6.28-rc8 + + -- Tim Gardner Wed, 10 Dec 2008 22:45:13 -0700 + +linux (2.6.28-2.3) jaunty; urgency=low + + [ Andy Whitcroft ] + + * update the templates so that we have spaces following the title line + + [ Tim Gardner ] + + * Add upload number to kernel version signature. This has the side effect + of renaming kernel packages back to the original way, e.g., without '-ub' + in the name. + + -- Tim Gardner Thu, 04 Dec 2008 12:18:31 -0700 + +linux (2.6.28-2.2) jaunty; urgency=low + + [ Andy Whitcroft ] + + * Revert "SAUCE: (no-up) version: Implement version_signature proc file." + * SAUCE: (no-up) version: Implement version_signature proc file. + * SAUCE: serial: RS485 ioctl structure uses __u32 include linux/types.h + - LP: #303711 + + [ Tim Gardner ] + + * UBUNTU: Removed CONFIG_DRM_VIA_CHROME9 since it is upstream. + * UBUNTU: Removed ubuntu/via_chrome9 + + [ Upstream Kernel Changes ] + + * Rebased to v2.6.28-rc7 + + -- Tim Gardner Tue, 02 Dec 2008 07:33:32 -0700 + +linux (2.6.28-1.1) jaunty; urgency=low + + [ Amit Kucheria ] + + * SAUCE: make fc transport removal of target configurable + * SAUCE: pm: Config option to disable handling of console during + suspend/resume + * SAUCE: Adds support for COMPAL JHL90 webcam + * Map armel to arm to all editconfigs to work correctly + * Add armel to getabis for completeness sake + * Add -ub to our versioning to allow kerneloops.org to identify us + + [ Andy Whitcroft ] + + * Fix Vcs-Git path for the kernel repository. + - LP: #296915 + + [ Ben Collins ] + + * SAUCE: Lower warning level of some PCI messages + - LP: #159241 + * SAUCE: input/mouse/alps: Do not call psmouse_reset() for alps + * SAUCE: tulip: Let dmfe handle davicom on non-sparc + * SAUCE: tulip: Define ULI PCI ID's + * SAUCE: (no-up) version: Implement version_signature proc file. + * SAUCE: (no-up) connector.h: Add idx/val for drbd + * SAUCE: (no-up) swap: Add notify_swap_entry_free callback for compcache + * SAUCE: drivers: Remove some duplicate device entries in various modules + * SAUCE: (no-up) [AppArmor] merge with upstream subversion r1291 + * SAUCE: (no-up) Enable ubuntu extra subdirectory + * SAUCE: (no-up) ACPI: initramfs DSDT override support + * ubuntu: Add drbd module + * ubuntu: Add iscsitarget module + * ubuntu: Add BOM for iscsitarget + * ubuntu: Add squashfs driver + * SAUCE: (no-up) Check for squashfs superblock in initramfs mounting. + * ubuntu: Add aufs module + * ubuntu: Added atl2 driver + * ubuntu: Added et131x driver + * ubuntu: Add dm-raid4-5 driver + * ubuntu: Add ndiswrapper driver + * ubuntu: Added ram backed compressed swap module (compcache) + * ubuntu: Add misc drivers from hardy lum + * ubuntu: Add heci driver 3.2.0.24 + * ubuntu: Add ov511 and bt-sco drivers + * ubuntu: Add acx, prism2_usb wireless drivers + * ubuntu: Add at76 driver to build + * ubuntu: Add fsam7400 sw kill switch driver + * ubuntu: Added qc-usb driver + * ubuntu: e1000e: Upgraded module to 0.4.1.7 + * ubuntu: Added rfkill drivers + * ubuntu: VIA - Add VIA DRM Chrome9 3D engine + * ubuntu: unionfs: Added v1.4 module from hardy + * ubuntu: Add LIRC driver + * ubuntu: Add GFS driver + * ubuntu: New tlsup driver for toshiba laptops + * SAUCE: (no-up) Export lookup_has for aufs + * SAUCE: (no-up) Modularize vesafb + * ubuntu: Config files + * Disable some modules that need porting to 2.6.28 + * ubuntu: Fixup headers creation to include arch/*/include + * ubuntu/module-check: Ignore comment lines + + [ Chuck Short ] + + * SAUCE: ata: blacklist FUJITSU MHW2160BH PL + + [ cking ] + + * SAUCE: Enable speedstep for sonoma processors. + + [ Colin Ian King ] + + * ubuntu: Add dm-loop + * SAUCE: cx88: Support Leadtek WinFast DTV2000 H version J. + * SAUCE: fix kernel oops in VirtualBox during paravirt patching + * SAUCE: qc-usb: Enable Logitech QuickCam Messenger + * SAUCE: appleir: Enable driver for new MacBook Pro + + [ Colin Watson ] + + * Enable configfs, fuse, jfs, reiserfs, and xfs for armel + * Extend debian/d-i/ modules handling to make armel easier to support + * Create udebs for armel + + [ Fabio M. Di Nitto ] + + * ubuntu: update GFS Cluster File System + + [ Kees Cook ] + + * SAUCE: AppArmor: update to upstream subversion r1302 + + [ Leann Ogasawara ] + + * Add automatic model setting for Samsung Q45 + * Add Dell Dimension 9200 reboot quirk + + [ Mackenzie Morgan ] + + * SAUCE: Add quirk for ASUS Z37E to make sound audible after resume + + [ Matthew Garrett ] + + * SAUCE: hostap: send events on data interface as well as master + interface + + [ Michael Frey (Senior Manager, MID ] + + * SAUCE: Send HCI_RESET for Broadcomm 2046 + + [ Michael Haas ] + + * add proper aufs source tree from 20080922 + * Fix AUFS compilation in vfsub.c + * Add splice-2.6.23.patch from AUFS to export a symbol needed by AUFS + * Add put_filp.patch from AUFS to export a symbol needed by AUFS + * Add deny_write_access.patch from AUFS - export deny_write_access + * Add sec_perm-2.6.24.patch from AUFS - export security_inode_permission + * make sure TMPFS_MAGIC is defined in AUFS Makefile + * SAUCE: Revert aufs changes from AppArmor merge + + [ Mohamed Abbas ] + + * SAUCE: iwlagn -- fix rfkill when on when driver loaded + + [ Phillip Lougher ] + + * SAUCE: r8169: disable TSO by default for RTL8111/8168B chipsets. + + [ Stefan Bader ] + + * SAUCE: (no-up) Export dm_disk function of device-mapper + * SAUCE: Restore VT fonts on switch + * SAUCE: mmc: Increase power_up deleay to fix TI readers + * gfs1: GFS1 can't create more than 4kb file + * uvcvideo: Commit streaming parameters when enabling the video stream. + + [ Tim Gardner ] + + * SAUCE: Add extra headers to linux-libc-dev + * SAUCE: Catch nonsense keycodes and silently ignore + * SAUCE: Added support for HDAPS on various ThinkPads from Lenovo and IBM + * SAUCE: Guest OS does not recognize a lun with non zero target id on + Vmware ESX Server + * SAUCE: (no-up) Take care of orinoco_cs overlap with hostap_cs + * ubuntu: Add GNBD driver + * SAUCE: e1000e: Map NV RAM dynamically only when needed. + * SAUCE: Correctly blacklist Thinkpad r40e in ACPI + * SAUCE: Update Wacom tablet driver to 1.49 + * SAUCE: Fix Wacom tablet 1.49 porting errors + * SAUCE: Enable an e1000e Intel Corporation 82567 Gigabit controller + * SAUCE: Fix Oops in wlan_setup + * SAUCE: ipw2200: change default policy for auto-associate + * Dell Wireless 365 needs BTUSB_RESET quirk. + * ndiswrapper remote buffer overflows on long ESSIDs (CVE 2008-4395) + * Disabled ubuntu/e1000e config + + [ Upstream Kernel Changes ] + + * Revert "[Bluetooth] Eliminate checks for impossible conditions in IRQ + handler" + * Revert "x86, early_ioremap: fix fencepost error" + * mac80211: fix two issues in debugfs + * iwl3945: do not send scan command if channel count zero + + -- Ben Collins Fri, 07 Nov 2008 09:37:42 -0700 + +linux (2.6.27-8.17) intrepid-proposed; urgency=low + + [ John W. Linville ] + + * SAUCE: iwlagn: avoid sleep in softirq context + -LP: #286285 + + [ Tim Gardner ] + + * Dell Wireless 365 needs BTUSB_RESET quirk. + - LP: #293670 + * SAUCE: ALSA: hda: make a STAC_DELL_EQ option (version 2) + - LP: #293271 + + [ Upstream Kernel Changes ] + + * iwlagn: downgrade BUG_ON in interrupt + * Input: atkbd - expand Latitude's force release quirk to other Dells + * fbcon_set_all_vcs: fix kernel crash when switching the rotated consoles + * modules: fix module "notes" kobject leak + * Driver core: Fix cleanup in device_create_vargs(). + * Driver core: Clarify device cleanup. + * ath9k/mac80211: disallow fragmentation in ath9k, report to userspace + * md: Fix rdev_size_store with size == 0 + * xfs: fix remount rw with unrecognized options + * OHCI: Allow broken controllers to auto-stop + * USB: OHCI: fix endless polling behavior + * USB: Fix s3c2410_udc usb speed handling + * USB: EHCI: log a warning if ehci-hcd is not loaded first + * usb gadget: cdc ethernet notification bugfix + * usb: musb_hdrc build fixes + * drm/i915: fix ioremap of a user address for non-root (CVE-2008-3831) + * DVB: au0828: add support for another USB id for Hauppauge HVR950Q + * DVB: sms1xxx: support two new revisions of the Hauppauge WinTV + MiniStick + * security: avoid calling a NULL function pointer in + drivers/video/tvaudio.c + * Linux 2.6.27.3 + -LP: #294152 + + * gpiolib: fix oops in gpio_get_value_cansleep() + * edac cell: fix incorrect edac_mode + * x86 ACPI: fix breakage of resume on 64-bit UP systems with SMP kernel + * sched: fix the wrong mask_len + * USB: cdc-wdm: make module autoload work + * USB: don't rebind drivers after failed resume or reset + * USB: fix memory leak in cdc-acm + * USB: Speedtouch: add pre_reset and post_reset routines + * dm kcopyd: avoid queue shuffle + * dm snapshot: fix primary_pe race + * amd_iommu: fix nasty bug that caused ILLEGAL_DEVICE_TABLE_ENTRY errors + * CIFS: fix saving of resume key before CIFSFindNext + * netfilter: xt_iprange: fix range inversion match + * netfilter: snmp nat leaks memory in case of failure + * netfilter: restore lost ifdef guarding defrag exception + * anon_vma_prepare: properly lock even newly allocated entries + * hvc_console: Fix free_irq in spinlocked section + * ACPI Suspend: Enable ACPI during resume if SCI_EN is not set + * ACPI suspend: Blacklist HP xw4600 Workstation for old code ordering + * ACPI suspend: Always use the 32-bit waking vector + * proc: fix vma display mismatch between /proc/pid/{maps,smaps} + * SCSI: scsi_dh: add Dell product information into rdac device handler + * PCI hotplug: cpqphp: fix kernel NULL pointer dereference + * V4L/DVB (9300): pvrusb2: Fix deadlock problem + * Linux 2.6.27.4 + -LP: #294155 + + -- Tim Gardner Tue, 04 Nov 2008 12:16:07 -0700 + +linux (2.6.27-7.16) intrepid-security; urgency=low + + [ Tim Gardner ] + + * ndiswrapper remote buffer overflows on long ESSIDs (CVE 2008-4395) + - LP: #275860 + + [ Upstream Kernel Changes ] + + * ext[234]: Avoid printk floods in the face of directory corruption + (CVE-2008-3528) + + -- Tim Gardner Mon, 03 Nov 2008 13:34:42 -0700 + +linux (2.6.27-7.15) intrepid-security; urgency=low + + [ Upstream Kernel Changes ] + + * tcp: Restore ordering of TCP options for the sake of inter-operability + - LP: #264019 + + -- Tim Gardner Mon, 27 Oct 2008 19:28:06 -0600 + +linux (2.6.27-7.14) intrepid; urgency=low + + [ Tim Gardner ] + + * Disable ath5k in 2.6.27 + - LP: #288148 + + -- Tim Gardner Thu, 23 Oct 2008 07:40:43 -0600 + +linux (2.6.27-7.13) intrepid; urgency=low + + [ Stefan Bader ] + + * gfs1: GFS1 can't create more than 4kb file + + [ Tim Gardner ] + + * Revert "SAUCE: x86: Reserve FIRST_DEVICE_VECTOR in used_vectors + bitmap.". Use upstream commit to avoid future conflicts. + * Revert "STABLE queue: mac80211: fix two issues in debugfs". + Use upstream commit to avoid future conflicts. + * Revert "x86, early_ioremap: fix fencepost error" + Use upstream commit to avoid future conflicts. + + [ Upstream Kernel Changes ] + + * sched_rt.c: resch needed in rt_rq_enqueue() for the root rt_rq + * x86: Reserve FIRST_DEVICE_VECTOR in used_vectors bitmap. + * mac80211: fix two issues in debugfs + * Fix barrier fail detection in XFS + * tty: Termios locking - sort out real_tty confusions and lock reads + * CIFS: make sure we have the right resume info before calling + CIFSFindNext + * rfkill: update LEDs for all state changes + * libertas: clear current command on card removal + * b43legacy: Fix failure in rate-adjustment mechanism + * x86, early_ioremap: fix fencepost error + * x86: SB450: skip IRQ0 override if it is not routed to INT2 of IOAPIC + * x86: improve UP kernel when CPU-hotplug and SMP is enabled + * sky2: Fix WOL regression + * netdrvr: atl1e: Don't take the mdio_lock in atl1e_probe + * Linux 2.6.27.2 + + [ Amit Kucheria ] + + * Ubuntu: agp: Fix stolen memory counting on G4X. + -LP: 285572 + + [ Scott Remnant ] + + * add MODULE_ALIAS to load ipmi_devintf with ipmi_si + + -- Tim Gardner Sun, 19 Oct 2008 10:06:21 -0600 + +linux (2.6.27-7.12) intrepid; urgency=low + + [ Chuck Short ] + + * xen: Add xen modules to virtual flavours. + + [ Mario Limonciello ] + + * SAUCE: Add back in lost commit for Apple BT Wireless Keyboard + - LP: #162083 + + [ Tim Gardner ] + + * Remove depmod created files from packages. + - LP: #250511 + * Changed default TCP congestion algorithm to 'cubic' (again) + - LP: #278801 + * Update configs for 'disable CONFIG_DYNAMIC_FTRACE' + - LP: #263555 + + [ Upstream Kernel Changes ] + + * x86: register a platform RTC device if PNP doesn't describe it + * disable CONFIG_DYNAMIC_FTRACE due to possible memory corruption on + module unload + + -- Tim Gardner Fri, 17 Oct 2008 11:25:39 -0600 + +linux (2.6.27-7.11) intrepid; urgency=low + + [ Amit Kucheria ] + + * STABLE queue: mac80211: fix two issues in debugfs + - LP: #275227 + * SAUCE: Adds support for COMPAL JHL90 webcam + + [ Ben Collins ] + + * SAUCE: (no-up) x86: Quiet "Kernel alive" messages + - LP: #39985 + * SAUCE: (no-up) Modularize vesafb + * build/config: Enable vesafb module + * build: Switch to vesafb as preferred. + + [ Leann Ogasawara ] + + * Add Dell Dimension 9200 reboot quirk + - LP: #271370 + + [ Michael Haas ] + + * SAUCE: Revert aufs changes from AppArmor merge + + [ Tim Gardner ] + + * fix virtio udeb layout + - LP: #257739 + * Enabled CONFIG_EXT4DEV_FS=m + * Changed default TCP congestion algorithm to 'cubic' + - LP: #278801 + * SAUCE: ipw2200: change default policy for auto-associate + - LP: #264104 + + [ Upstream Kernel Changes ] + + * x86, early_ioremap: fix fencepost error + - LP: #263543 + + -- Tim Gardner Sat, 11 Oct 2008 08:07:42 -0600 + +linux (2.6.27-7.10) intrepid; urgency=low + + [ Alexey Starikovskiy ] + + * SAUCE: ACPI: EC: do transaction from interrupt context + - LP: #277802 + + [ Ben Collins ] + + * build/d-i: Change virtio-modules udeb to prio standard + + [ Colin Ian King ] + + * SAUCE: Blacklist IBM 2656 in serio/i8042 + - LP: #21558 + + [ Henrik Rydberg ] + + * Revert "SAUCE: applesmc: Add MacBookAir" + * SAUCE: [PATCH 1/5] hwmon: applesmc: Specified number of bytes to read + should match actual + * SAUCE: [PATCH 2/5] hwmon: applesmc: Fix the 'wait status failed: c != + 8' problem + * SAUCE: [PATCH 3/5] hwmon: applesmc: Prolong status wait + * SAUCE: [PATCH 4/5] hwmon: applesmc: Allow for variable ALV0 and ALV1 + package length + * SAUCE: [PATCH 5/5] hwmon: applesmc: Add support for Macbook Air + * SAUCE: hwmon: applesmc: Add support for Macbook Pro 4 + * SAUCE: hwmon: applesmc: Add support for Macbook Pro 3 + * SAUCE: hwmon: applesmc: Lighter wait mechanism, drastic improvement + + [ Leann Ogasawara ] + + * Add automatic model setting for Samsung Q45 + - LP: #200210 + + [ Tim Gardner ] + + * SAUCE: Correctly blacklist Thinkpad r40e in ACPI + - LP: #278794 + * SAUCE: Update Wacom tablet driver to 1.49 + - LP: #260675 + * SAUCE: ALPS touchpad for Dell Latitude E6500/E6400 + - LP: #270643 + * SAUCE: Fix Wacom tablet 1.49 porting errors + * SAUCE: Enable an e1000e Intel Corporation 82567 Gigabit controller + * SAUCE: Fix Oops in wlan_setup + - LP: #263309 + + [ Upstream Kernel Changes ] + + * ath9k: fix oops on trying to hold the wrong spinlock + * [Bluetooth] Fix double frees on error paths of btusb and bpa10x drivers + * [Bluetooth] Add reset quirk for new Targus and Belkin dongles + * [Bluetooth] Add reset quirk for A-Link BlueUSB21 dongle + * Revert "ax25: Fix std timer socket destroy handling." + * ax25: Quick fix for making sure unaccepted sockets get destroyed. + * netrom: Fix sock_orphan() use in nr_release + * Revert "V4L/DVB (8904): cx88: add missing unlock_kernel" + * SLOB: fix bogus ksize calculation + * net: only invoke dev->change_rx_flags when device is UP + * tcp: Fix possible double-ack w/ user dma + * net: Fix netdev_run_todo dead-lock + * tcp: Fix tcp_hybla zero congestion window growth with small rho and large cwnd. + * [MIPS] Sibyte: Register PIO PATA device only for Swarm and Litte Sur + * eeepc-laptop: Fix hwmon interface + * hwmon: (it87) Prevent power-off on Shuttle SN68PT + * hwmon: Define sysfs interface for energy consumption register + * hwmon: (adt7473) Fix some bogosity in documentation file + * hwmon: (abituguru3) Enable reading from AUX3 fan on Abit AT8 32X + * hwmon: (abituguru3) Enable DMI probing feature on Abit AT8 32X + * [CPUFREQ] correct broken links and email addresses + * SLOB: fix bogus ksize calculation fix + * Don't allow splice() to files opened with O_APPEND + * Linux 2.6.27 + + -- Tim Gardner Wed, 08 Oct 2008 21:19:34 -0600 + +linux (2.6.27-6.9) intrepid; urgency=low + + [ Kees Cook ] + + * SAUCE: AppArmor: update to upstream subversion r1302 + - LP: #269921 + + [ Stefan Bader ] + + * Update configuration files to be compliant to desktop specs + - LP: #279019 + + [ Tim Gardner ] + + * Add support in e1000e for a couple of ICH10 PCI IDs + * Enable CONFIG_INPUT_PCSPKR=m + - LP: #275453 + + [ Upstream Kernel Changes ] + + * V4L/DVB (8559a): Fix a merge conflict at gspca/sonixb + * V4L/DVB (8789): wm8739: remove wrong kfree + * V4L/DVB (8883): w9968cf: Fix order of usb_alloc_urb validation + * V4L/DVB (8884): em28xx-audio: fix memory leak + * V4L/DVB (8885): cpia2_usb: fix memory leak + * V4L/DVB (8886): ov511: fix memory leak + * V4L/DVB (8887): gspca: fix memory leak + * V4L/DVB (8892): pvrusb2: Handle USB ID 2040:2950 same as 2040:2900 + * V4L/DVB (8904): cx88: add missing unlock_kernel + * V4L/DVB (8905): ov511: fix exposure sysfs attribute bug + * V4L/DVB (8909): gspca: PAC 7302 webcam 093a:262a added. + * hrtimer: migrate pending list on cpu offline + * hrtimer: fix migration of CB_IRQSAFE_NO_SOFTIRQ hrtimers + * hrtimer: mark migration state + * hrtimer: prevent migration of per CPU hrtimers + * [IA64] Put the space for cpu0 per-cpu area into .data section + * powerpc: Fix PCI in Holly device tree + * powerpc: Fix failure to shutdown with CPU hotplug + * mfd: Fix Kconfig accroding to the new gpiolib symbols + * mfd: Fix asic3 compilation + * x86: fix typo in enable_mtrr_cleanup early parameter + * ipsec: Fix pskb_expand_head corruption in xfrm_state_check_space + * iucv: Fix mismerge again. + * ALSA: ASoC: Fix cs4270 error path + * ALSA: hda - Fix model for Dell Inspiron 1525 + * sctp: Fix kernel panic while process protocol violation parameter + * x86: Fix broken LDT access in VMI + * x86, vmi: fix broken LDT access + * tcp: Fix NULL dereference in tcp_4_send_ack() + * ipv6: NULL pointer dereferrence in tcp_v6_send_ack + * XFRM,IPv6: initialize ip6_dst_blackhole_ops.kmem_cachep + * af_key: Free dumping state on socket close + * dm: always allow one page in dm_merge_bvec + * dm: cope with access beyond end of device in dm_merge_bvec + * dm mpath: add missing path switching locking + * MN10300: Fix IRQ handling + * pxa2xx_spi: fix build breakage + * e1000e: write protect ICHx NVM to prevent malicious write/erase + * powerpc: Fix boot hang regression on MPC8544DS + * ASoC: Set correct name for WM8753 rec mixer output + * ALSA: snd-powermac: mixers for PowerMac G4 AGP + * ALSA: snd-powermac: HP detection for 1st iMac G3 SL + * fbcon: fix monochrome color value calculation + * inotify: fix lock ordering wrt do_page_fault's mmap_sem + * braille_console: only register notifiers when the braille console is used + * fix error-path NULL deref in alloc_posix_timer() + * memory hotplug: missing zone->lock in test_pages_isolated() + * mm: tiny-shmem nommu fix + * mm: handle initialising compound pages at orders greater than MAX_ORDER + * e1000e: reset swflag after resetting hardware + * e1000e: do not ever sleep in interrupt context + * e1000e: remove phy read from inside spinlock + * e1000e: drop stats lock + * e1000e: debug contention on NVM SWFLAG + * e1000e: update version from k4 to k6 + * Check mapped ranges on sysfs resource files + * e1000e: Fix incorrect debug warning + * [MIPS] Build fix: Fix irq flags type + * [MIPS] SMTC: Build fix: Fix filename in Makefile + * [MIPS] SMTC: Fix holes in SMTC and FPU affinity support. + * [MIPS] SMTC: Close tiny holes in the SMTC IPI replay system. + * [MIPS] SMTC: Fix SMTC dyntick support. + * [S390] nohz: Fix __udelay. + * [S390] qdio: prevent stack clobber + * Fix init/main.c to use regular printk with '%pF' for initcall fn + * x86 setup: correct segfault in generation of 32-bit reloc kernel + * selinux: Fix an uninitialized variable BUG/panic in selinux_secattr_to_sid() + * rtc: fix kernel panic on second use of SIGIO nofitication + * fbdev: fix recursive notifier and locking when fbdev console is blanked + * orion_spi: fix handling of default transfer speed + * include/linux/stacktrace.h: declare struct task_struct + * cpusets: remove pj from cpuset maintainers + * MAINTAINERS: add mailing list for man-pages + * SubmitChecklist: interfaces changes should CC linux-api@ + * Documentation/HOWTO: info about interface changes should CC linux-api@vger + * dw_dmac: fix copy/paste bug in tasklet + * leds-fsg: change order of initialization and deinitialization + * leds-pca955x: add proper error handling and fix bogus memory handling + * ACPI: Make /proc/acpi/wakeup interface handle PCI devices (again) + * clockevents: check broadcast tick device not the clock events device + * V4L/DVB (8919): cx18: Fix tuner audio input for Compro H900 cards + * V4L/DVB (8926): gspca: Bad fix of leak memory (changeset 43d2ead315b1). + * V4L/DVB (8933): gspca: Disable light frquency for zc3xx cs2102 Kokom. + * V4L/DVB (8935): em28xx-cards: Remove duplicate entry (EM2800_BOARD_KWORLD_USB2800) + * V4L/DVB (8955): bttv: Prevent NULL pointer dereference in radio_open + * V4L/DVB (8957): zr36067: Restore the default pixel format + * V4L/DVB (8958): zr36067: Return proper bytes-per-line value + * V4L/DVB (8960): drivers/media/video/cafe_ccic.c needs mm.h + * V4L/DVB (8961): zr36067: Fix RGBR pixel format + * V4L/DVB (8963): s2255drv field count fix + * V4L/DVB (8967): Use correct XC3028L firmware for AMD ATI TV Wonder 600 + * V4L/DVB (8978): sms1xxx: fix product name for Hauppauge WinTV MiniStick + * V4L/DVB (8979): sms1xxx: Add new USB product ID for Hauppauge WinTV MiniStick + * V4L/DVB (9029): Fix deadlock in demux code + * V4L/DVB (9037): Fix support for Hauppauge Nova-S SE + * V4L/DVB (9043): S5H1420: Fix size of shadow-array to avoid overflow + * V4L/DVB (9053): fix buffer overflow in uvc-video + * V4L/DVB (9075): gspca: Bad check of returned status in i2c_read() spca561. + * V4L/DVB (9080): gspca: Add a delay after writing to the sonixj sensors. + * V4L/DVB (9092): gspca: Bad init values for sonixj ov7660. + * V4L/DVB (9099): em28xx: Add detection for K-WORLD DVB-T 310U + * V4L/DVB (9103): em28xx: HVR-900 B3C0 - fix audio clicking issue + * x86: gart iommu have direct mapping when agp is present too + * ide-cd: temporary tray close fix + * ide-dma: fix ide_build_dmatable() for TRM290 + * IDE: Fix platform device registration in Swarm IDE driver (v2) + * ide-cd: Optiarc DVD RW AD-7200A does play audio + * ide: workaround for bogus gcc warning in ide_sysfs_register_port() + * [MIPS] Fix CMP Kconfig configuration and mark as broken. + * [MIPS] IP27: Fix build errors if CONFIG_MAPPED_KERNEL=y + * x86 ACPI: Blacklist two HP machines with buggy BIOSes + * kgdb, x86: Avoid invoking kgdb_nmicallback twice per NMI + * kgdb: call touch_softlockup_watchdog on resume + * atmel-mci: Initialize BLKR before sending data transfer command + * Marker depmod fix core kernel list + * Linux 2.6.27-rc9 + + -- Tim Gardner Sun, 05 Oct 2008 21:27:49 -0600 + +linux (2.6.27-5.8) intrepid; urgency=low + + [ Amit Kucheria ] + + * Update AUFS-related Kconfig + - LP: #264048 + + [ Michael Haas ] + + * add proper aufs source tree from 20080922 + * Fix AUFS compilation in vfsub.c + * Add splice-2.6.23.patch from AUFS to export a symbol needed by AUFS + * Add put_filp.patch from AUFS to export a symbol needed by AUFS + * apply (modified) lhash.patch from AUFS to export __lookup_hash() + * Add deny_write_access.patch from AUFS - export deny_write_access + * Add sec_perm-2.6.24.patch from AUFS - export security_inode_permission + * make sure TMPFS_MAGIC is defined in AUFS Makefile + + [ Tim Gardner ] + + * Enabled CONFIG_IPWIRELESS + - LP: #274748 + * Enabled CONFIG_E1000E, disabled CONFIG_E1000E_NEW + This takes advantage of the upstream NVM protection fix in + commit 4a7703582836f55a1cbad0e2c1c6ebbee3f9b3a7. + + [ Upstream Kernel Changes ] + + * Revert "[Bluetooth] Eliminate checks for impossible conditions in IRQ + handler" + * [SCSI] qla2xxx: Defer enablement of RISC interrupts until ISP + initialization completes. + * PCI: Fix pcie_aspm=force + * PCI: fix compiler warnings in pci_get_subsys() + * UBIFS: create the name of the background thread in every case + * UBIFS: TNC / GC race fixes + * UBIFS: remove incorrect assert + * UBIFS: fix printk format warnings + * AMD IOMMU: set iommu sunc flag after command queuing + * AMD IOMMU: protect completion wait loop with iommu lock + * sparc64: Fix disappearing PCI devices on e3500. + * x86, oprofile: BUG scheduling while atomic + * ALSA: ASoC: Fix at32-pcm build breakage with PM enabled + * ath9k: connectivity is lost after Group rekeying is done + * wireless: zd1211rw: add device ID fix wifi dongle "trust nw-3100" + * [IA64] Ski simulator doesn't need check_sal_cache_flush + * [IA64] kexec fails on systems with blocks of uncached memory + * ath9k: Fix IRQ nobody cared issue with ath9k + * [Bluetooth] Fix I/O errors on MacBooks with Broadcom chips + * [Bluetooth] Fix wrong URB handling of btusb driver + * [Bluetooth] Fix USB disconnect handling of btusb driver + * sparc64: Fix missing devices due to PCI bridge test in + of_create_pci_dev(). + * [WATCHDOG] ibmasr: remove unnecessary spin_unlock() + * [WATCHDOG] wdt285: fix sparse warnings + * [WATCHDOG] unlocked_ioctl changes + * x86: fix 27-rc crash on vsmp due to paravirt during module load + * sched: fix init_hrtick() section mismatch warning + * clockevents: prevent cpu online to interfere with nohz + * x86: prevent stale state of c1e_mask across CPU offline/online + * clockevents: prevent stale tick_next_period for onlining CPUs + * clockevents: check broadcast device not tick device + * clockevents: prevent mode mismatch on cpu online + * x86: prevent C-states hang on AMD C1E enabled machines + * x86: c1e_idle: don't mark TSC unstable if CPU has invariant TSC + * timers: fix build error in !oneshot case + * ALSA: ASoC: maintainers - update email address for Liam Girdwood + * ibmasr: remove unnecessary spin_unlock() + * smb.h: do not include linux/time.h in userspace + * kernel-doc: allow structs whose members are all private + * kexec: fix segmentation fault in kimage_add_entry + * Documentation/DMA-mapping.txt: update for pci_dma_mapping_error() + changes + * sys_paccept: disable paccept() until API design is resolved + * mm: tiny-shmem fix lock ordering: mmap_sem vs i_mutex + * Documentation/sysctl/kernel.txt: fix softlockup_thresh description + * memcg: check under limit at shrink_usage + * atmel_serial: update the powersave handler to match serial core + * [SCSI] Fix hang with split requests + * USB Storage: Sierra: Non-configurable TRU-Install + * USB Serial: Sierra: Device addition & version rev + * USB: ehci: fix some ehci hangs and crashes + * USB: Fix the Nokia 6300 storage-mode. + * USB: Correct Sierra Wireless USB EVDO Modem Device ID + * USB: fix hcd interrupt disabling + * USB: update of Documentation/usb/anchors.txt + * usb gadget: fix omap_udc DMA regression + * USB: Fixing Nokia 3310c in storage mode + * usb: musb: fix include path + * USB: fix EHCI periodic transfers + * usb-serial: Add Siemens EF81 to PL-2303 hack triggers + * USB: SERIAL CP2101 add device IDs + * USB: unusual_devs addition for RockChip MP3 player + * USB: fsl_usb2_udc: fix VDBG() format string + * usb serial: ti_usb_3410_5052 obviously broken by firmware changes + * USB: ftdi_sio: Add 0x5050/0x0900 USB IDs (Papouch Quido USB 4/4) + * USB: serial: add ZTE CDMA Tech id to option driver + * USB Serial: Sierra: Add MC8785 VID/PID + * USB: drivers/usb/musb/: disable it on SuperH + * usb: ftdi_sio: add support for Domintell devices + * usb: unusual devs patch for Nokia 5310 Music Xpress + * USB: revert recovery from transient errors + * [MIPS] au1000: Fix gpio direction + * [MIPS] Fixe the definition of PTRS_PER_PGD + * x86: prevent stale state of c1e_mask across CPU offline/online, fix + * x86: disable apm on the olpc + * i2c-powermac: Fix section for probe and remove functions + * i2c-dev: Return correct error code on class_create() failure + * i2c: Fix mailing lists in two MAINTAINERS entries + * ath9k: disable MIB interrupts to fix interrupt storm + * 9p: implement proper trans module refcounting and unregistration + * 9p-trans_fd: fix trans_fd::p9_conn_destroy() + * 9p-trans_fd: clean up p9_conn_create() + * 9p-trans_fd: don't do fs segment mangling in p9_fd_poll() + * 9p-trans_fd: fix and clean up module init/exit paths + * 9p: introduce missing kfree + * 9p: use an IS_ERR test rather than a NULL test + * 9p: fix put_data error handling + * netfilter: ip6t_{hbh,dst}: Rejects not-strict mode on rule insertion + * MN10300: Move asm-arm/cnt32_to_63.h to include/linux/ + * MN10300: Make sched_clock() report time since boot + * ALSA: fix locking in snd_pcm_open*() and snd_rawmidi_open*() + * ALSA: remove unneeded power_mutex lock in snd_pcm_drop + * IPoIB: Fix crash when path record fails after path flush + * [XFS] Fix extent list corruption in xfs_iext_irec_compact_full(). + * [XFS] Remove xfs_iext_irec_compact_full() + * kgdb: could not write to the last of valid memory with kgdb + * kgdb, x86, arm, mips, powerpc: ignore user space single stepping + * kgdb, x86_64: gdb serial has BX and DX reversed + * kgdb, x86_64: fix PS CS SS registers in gdb serial + * kgdboc,tty: Fix tty polling search to use name correctly + * ARM: Delete ARM's own cnt32_to_63.h + * m32r: remove the unused NOHIGHMEM option + * m32r: don't offer CONFIG_ISA + * m32r: export empty_zero_page + * m32r: export __ndelay + * m32r/kernel/: cleanups + * [MIPS] au1000: Make sure GPIO value is zero or one + * [MIPS] IP27: Switch to dynamic interrupt routing avoding panic on + error. + * [MIPS] BCM47xx: Fix build error due to missing PCI functions + * [SSB] Initialise dma_mask for SSB_BUSTYPE_SSB devices + * Swarm: Fix crash due to missing initialization + * ide-tape: fix vendor strings + * ide: note that IDE generic may prevent other drivers from attaching + * cdrom: update ioctl documentation + * [SCSI] qlogicpti: fix sg list traversal error in continuation entries + * sata_nv: reinstate nv_hardreset() for non generic controllers + * scsi: fix fall out of sg-chaining patch in qlogicpti + * ALSA: make the CS4270 driver a new-style I2C driver + * ALSA: ASoC: Fix another cs4270 error path + * Fix NULL pointer dereference in proc_sys_compare + * kconfig: fix silentoldconfig + * kconfig: readd lost change count + * mm owner: fix race between swapoff and exit + * Linux 2.6.27-rc8 + * e1000e: write protect ICHx NVM to prevent malicious write/erase + + -- Amit Kucheria Tue, 30 Sep 2008 18:22:35 +0300 + +linux (2.6.27-4.7) intrepid; urgency=low + + [ Ben Collins ] + + * build/abi: Add gfs1 to perm blacklist + * build/abi: Ignored changes in gfs2 symbols + + [ Fabio M. Di Nitto ] + + * Revert "SAUCE: Export gfs2 symbols required for gfs1 kernel module" + * ubuntu: update GFS Cluster File System + + [ Stefan Bader ] + + * SAUCE: x86: Reserve FIRST_DEVICE_VECTOR in used_vectors bitmap. + - LP: #276334 + + [ Tim Gardner ] + + * Revert "Disable e1000e until the NVRAM corruption problem is found." + * Add atl1e and atl2 to Debian installer bits + - LP: #273904 + * SAUCE: e1000e: Map NV RAM dynamically only when needed. + - LP: #263555 + + -- Tim Gardner Fri, 26 Sep 2008 20:51:22 -0600 + +linux (2.6.27-4.6) intrepid; urgency=low + + [ Tim Gardner ] + + * Disable e1000e until the NVRAM corruption problem is found. + - LP: #263555 + + [ Upstream Kernel Changes ] + + * Revert "[Bluetooth] Eliminate checks for impossible conditions in IRQ + handler" + + -- Ben Collins Tue, 23 Sep 2008 09:53:57 -0400 + +linux (2.6.27-4.5) intrepid; urgency=low + + [ Upstream Kernel Changes ] + + * Revert "b43/b43legacy: add RFKILL_STATE_HARD_BLOCKED support" + * udf: Fix lock inversion between iprune_mutex and alloc_mutex (v2) + * udf: Fix error paths in udf_new_inode() + * [SCSI] sd: select CRC_T10DIF only when necessary + * [SCSI] zfcp: Fix request queue locking + * [SCSI] zfcp: Correctly query end flag in gpn_ft response + * [SCSI] zfcp: Simplify ccw notify handler + * [SCSI] zfcp: Fix reference counter for remote ports + * [SCSI] zfcp: channel cannot be detached due to refcount imbalance + * [SCSI] zfcp: Remove duplicated unlikely() macros. + * [SCSI] scsi_dh: make check_sense return ADD_TO_MLQUEUE + * [SCSI] make scsi_check_sense HARDWARE_ERROR return ADD_TO_MLQUEUE on + retry + * [SCSI] fix check of PQ and PDT bits for WLUNs + * pcm037: add rts/cts support for serial port + * i.MX serial: fix init failure + * imx serial: set RXD mux bit on i.MX27 and i.MX31 + * imx serial: fix rts handling for non imx1 based hardware + * mlx4_core: Set RAE and init mtt_sz field in FRMR MPT entries + * udf: add llseek method + * PCI/iommu: blacklist DMAR on Intel G31/G33 chipsets + * PCI: Fix printk warnings in probe.c + * PCI: Fix printk warnings in setup-bus.c + * PCI Hotplug: fakephp: fix deadlock... again + * clockevents: remove WARN_ON which was used to gather information + * ocfs2: Fix a bug in direct IO read. + * arch/x86/kernel/kdebugfs.c: introduce missing kfree + * [IA64] fix compile failure with non modular builds + * [IA64] fix up bte.h + * [IA64] arch/ia64/sn/pci/tioca_provider.c: introduce missing kfree + * PCI: fix pciehp_free_irq() + * [IA64] prevent ia64 from invoking irq handlers on offline CPUs + * ide: Fix pointer arithmetic in hpt3xx driver code (3rd try) + * add deprecated ide-scsi to feature-removal-schedule.txt + * swiotlb: fix back-off path when memory allocation fails + * sparc64: Fix interrupt register calculations on Psycho and Sabre. + * VIDEO_SH_MOBILE_CEU should depend on HAS_DMA + * m68k: Update defconfigs for 2.6.27-rc6 + * sparc32: Fix function signature of of_bus_sbus_get_flags(). + * sched: fix 2.6.27-rc5 couldn't boot on tulsa machine randomly + * sched: fix deadlock in setting scheduler parameter to zero + * KVM: SVM: fix random segfaults with NPT enabled + * KVM: SVM: fix guest global tlb flushes with NPT + * KVM: VMX: Always return old for clear_flush_young() when using EPT + * clocksource, acpi_pm.c: fix check for monotonicity + * [ARM] OMAP: Fix MMC device data + * block: disable sysfs parts of the disk command filter + * ath9k: Assign seq# when mac80211 requests this + * sg: disable interrupts inside sg_copy_buffer + * MN10300: Change the fault handler to check in_atomic() not + in_interrupt() + * [Bluetooth] Fix regression from using default link policy + * netlink: fix overrun in attribute iteration + * x86: fix possible x86_64 and EFI regression + * sparc64: Fix PCI error interrupt registry on PSYCHO. + * sparc: Fix user_regset 'n' field values. + * niu: panic on reset + * PCI: re-add debug prints for unmodified BARs + * [ARM] 5245/1: Fix warning about unused return value in drivers/pcmcia + * [ARM] 5246/1: tosa: add proper clock alias for tc6393xb clock + * [ARM] 5247/1: tosa: SW_EAR_IN support + * [ARM] Fix PCI_DMA_BUS_IS_PHYS for ARM + * ata: duplicate variable sparse warning + * sata_inic162x: enable LED blinking + * [libata] LBA28/LBA48 off-by-one bug in ata.h + * proc: more debugging for "already registered" case + * include/linux/ioport.h: add missing macro argument for devm_release_* + family + * cpuset: avoid changing cpuset's cpus when -errno returned + * cpuset: hotplug documentation fix + * coredump_filter: add description of bit 4 + * bfs: fix Lockdep warning + * mm: ifdef Quicklists in /proc/meminfo + * spi_mpc83xx: fix clockrate calculation for low speed + * spi_mpc83xx: reject invalid transfer sizes + * pxa2xx_spi: chipselect bugfixes + * pxa2xx_spi: dma bugfixes + * mm: mark the correct zone as full when scanning zonelists + * Documentation/ABI: /sys/class/gpio + * MAINTAINERS: fix USB VIDEO CLASS mail list address + * ia64: fix panic during `modprobe -r xpc' + * atmel_lcdfb: disable LCD and DMA engines when suspending + * spi_s3c24xx: fix section warning + * rescan_partitions(): make device capacity errors non-fatal + * memstick: fix MSProHG 8-bit interface mode support + * Add Uwe Kleine-König to .mailmap + * xen: fix for xen guest with mem > 3.7G + * x86/paravirt: Remove duplicate paravirt_pagetable_setup_{start, done}() + * crypto: talitos - Avoid consecutive packets going out with same IV + * slub: fixed uninitialized counter in struct kmem_cache_node + * udp: Fix rcv socket locking + * IB/mlx4: Fix up fast register page list format + * [MIPS] VR41xx: unsigned irq cannot be negative + * x86: completely disable NOPL on 32 bits + * [S390] cio: Fix driver_data handling for ccwgroup devices. + * [S390] cio: fix orb initialization in cio_start_key + * sparc64: Fix OOPS in psycho_pcierr_intr_other(). + * sparc64: Fix SMP bootup with CONFIG_STACK_DEBUG or ftrace. + * RDMA/nes: Fix client side QP destroy + * IPoIB: Fix deadlock on RTNL between bcast join comp and ipoib_stop() + * clockevents: make device shutdown robust + * powerpc: Fix interrupt values for DMA2 in MPC8610 HPCD device tree + * hpplus: fix build regression + * Fix PNP build failure, bugzilla #11276 + * warn: Turn the netdev timeout WARN_ON() into a WARN() + * [XFS] Move memory allocations for log tracing out of the critical path + * [XFS] Fix regression introduced by remount fixup + * [XFS] Prevent direct I/O from mapping extents beyond eof + * [XFS] Fix barrier status change detection. + * [XFS] Prevent lockdep false positives when locking two inodes. + * [XFS] Fix use-after-free with buffers + * [XFS] Don't do I/O beyond eof when unreserving space + * powerpc: Holly board needs dtbImage target + * Fix compile failure with non modular builds + * [ARM] 5249/1: davinci: remove redundant check in davinci_psc_config() + * [ARM] omap: back out 'internal_clock' support + * sctp: set the skb->ip_summed correctly when sending over loopback. + * [ARM] 5255/1: Update jornada ssp to remove build errors/warnings + * sctp: do not enable peer features if we can't do them. + * sctp: Fix oops when INIT-ACK indicates that peer doesn't support AUTH + * bnx2: Promote vector field in bnx2_irq structure from u16 to unsigned + int + * forcedeth: call restore mac addr in nv_shutdown path + * e1000: prevent corruption of EEPROM/NVM + * e100: Use pci_pme_active to clear PME_Status and disable PME# + * md: Don't wait UNINTERRUPTIBLE for other resync to finish + * atstk1000: fix build breakage with BOARD_ATSTK100X_SW2_CUSTOM=y + * avr32: add .gitignore files + * avr32: add generic_find_next_le_bit bit function + * avr32: fix sys_sync_file_range() call convention + * avr32: nmi_enter() without nmi_exit() + * KVM: ia64: 'struct fdesc' build fix + * hwmon: (atxp1) Fix device detection logic + * hwmon: (it87) Fix fan tachometer reading in IT8712F rev 0x7 (I) + * hwmon: (ad7414) Make ad7414_update_device() static + * tmio_mmc: fix compilation with debug enabled + * atmel-mci: debugfs: enable clock before dumping regs + * atmel-mci: Fix memory leak in atmci_regs_show + * atmel-mci: Fix bogus debugfs file size + * atmel-mci: Set MMC_CAP_NEEDS_POLL if no detect_pin + * mmc_block: handle error from mmc_register_driver() + * mmc_test: initialize mmc_test_lock statically + * [MIPS] Fix 64-bit IP checksum code + * [MIPS] SMTC: Clear TIF_FPUBOUND on clone / fork. + * [MIPS] Fix potential latency problem due to non-atomic cpu_wait. + * [MIPS] vmlinux.lds.S: handle .text.* + * MAINTAINERS: Trivial whitespace cleanups + * MAINTAINERS: Various fixes + * Linux 2.6.27-rc7 + + -- Tim Gardner Sun, 21 Sep 2008 21:49:28 -0600 + +linux (2.6.27-3.4) intrepid; urgency=low + + [ Colin Ian King ] + + * SAUCE: fix kernel oops in VirtualBox during paravirt patching + - LP: #246067 + * SAUCE: qc-usb: Enable Logitech QuickCam Messenger + - LP: #209901 + * SAUCE: appleir: Enable driver for new MacBook Pro + - LP: #157919 + + [ Tim Gardner ] + + * Enabled CONFIG_DEBUG_RODATA=y + + [ Upstream Kernel Changes ] + + * Revert "ALSA: hda - Added model selection for iMac 24"" + * Revert "x86: fix HPET regression in 2.6.26 versus 2.6.25, check hpet + against BAR, v3" + * Revert "[ARM] use the new byteorder headers" + * Revert "mac80211: Use IWEVASSOCREQIE instead of IWEVCUSTOM" + * Revert "crypto: camellia - Use kernel-provided bitops, unaligned access + helpers" + * svcrdma: Fix race between svc_rdma_recvfrom thread and the dto_tasklet + * sched, cpuset: rework sched domains and CPU hotplug handling (v4) + * ACPI: Fix now signed module parameter. + * ACPI: Change package length error to warning + * ACPI: Fix now signed module parameter. + * ACPI: Fix typo in "Disable MWAIT via DMI on broken Compal board" + * acpi: add checking for NULL early param + * UBIFS: fix zero-length truncations + * Input: bcm5974 - add maintainer entry + * sh64: re-add the __strnlen_user() prototype + * sh: fix ptrace_64.c:user_disable_single_step() + * PNPACPI: ignore the producer/consumer bit for extended IRQ descriptors + * UBIFS: always read hashed-key nodes under TNC mutex + * UBIFS: allow for racing between GC and TNC + * [CIFS] Fix plaintext authentication + * sparc32: Implement smp_call_function_single(). + * sh: crash kernel resource fix + * sh: fix kexec entry point for crash kernels + * sh: fix platform_resource_setup_memory() section mismatch + * sh: update Migo-R defconfig + * sh: update AP325RXA defconfig + * sh: fix semtimedop syscall + * cifs: fix O_APPEND on directio mounts + * [CIFS] update cifs change log + * [CIFS] Turn off Unicode during session establishment for plaintext + authentication + * ACPI: thinkpad-acpi: wan radio control is not experimental + * sparc: Fix resource flags for PCI children in OF device tree. + * remove blk_register_filter and blk_unregister_filter in gendisk + * ALSA: oxygen: fix distorted output on AK4396-based cards + * ipv6: When we droped a packet, we should return NET_RX_DROP instead of + 0 + * pkt_sched: Fix locking of qdisc_root with qdisc_root_sleeping_lock() + * net: Unbreak userspace usage of linux/mroute.h + * Don't trigger softlockup detector on network fs blocked tasks + * Resource handling: add 'insert_resource_expand_to_fit()' function + * sparc64: setup_valid_addr_bitmap_from_pavail() should be __init + * UBIFS: do not update min_idx_lebs in stafs + * UBIFS: push empty flash hack down + * UBIFS: remove incorrect index space check + * UBIFS: improve statfs reporting + * UBIFS: fix assertion + * UBIFS: add forgotten gc_idx_lebs component + * UBIFS: introduce LEB overhead + * UBIFS: improve statfs reporting even more + * UBIFS: fill f_fsid + * drm/radeon: downgrade debug message from info to debug. + * Remove invalidate_partition call from do_md_stop. + * Fix problem with waiting while holding rcu read lock in md/bitmap.c + * ALSA: hda: Distortion fix for dell_m6_core_init + * ALSA: ASoC: fix pxa2xx-i2s clk_get call + * block: restore original behavior of /proc/partition when there's no + partition + * debugobjects: fix lockdep warning + * avr32: Fix lockup after Java stack underflow in user mode + * avr32: pm_standby low-power ram bug fix + * nfsd: fix compound state allocation error handling + * sunrpc: fix possible overrun on read of /proc/sys/sunrpc/transports + * nfsd: fix buffer overrun decoding NFSv4 acl + * audit: Moved variable declaration to beginning of function + * Fix modules_install on RO nfs-exported trees. + * Remove '#include ' from mm/page_isolation.c + * dabusb_fpga_download(): fix a memory leak + * [MTD] mtdchar.c: Fix regression in MEMGETREGIONINFO ioctl() + * ALSA: hda - Fix ALC663 auto-probe + * ALSA: hda - Add mic-boost controls to ALC662/663 auto configuration + * Un-break printk strings in x86 PCI probing code + * kernel/resource.c: fix new kernel-doc warning + * softlockup: minor cleanup, don't check task->state twice + * fix typo in arch/parisc/hpux/fs.c + * m68k: atari_keyb_init operator precedence fix + * ACPI: Fix typo in "Disable MWAIT via DMI on broken Compal board" + * don't diff generated firmware files + * IDE: compile fix for sff_dma_ops + * IDE: palm_bk3710: fix compile warning for unused variable + * ide: fix hwif_to_node() + * palm_bk3710: improve IDE registration + * ide-disk: remove stale init_idedisk_capacity() documentation + * ide/Kconfig: mark ide-scsi as deprecated + * net/wireless/Kconfig: clarify the description for + CONFIG_WIRELESS_EXT_SYSFS + * iwlwifi: do not use GFP_DMA in iwl_tx_queue_init + * iwlwifi: workaround interrupt handling no some platforms + * iwlwifi: fix apm_stop (wrong bit polarity for FLAG_INIT_DONE) + * iwlwifi: fix 64bit platform firmware loading + * orinoco: Multicast to the specified addresses + * wireless/libertas/if_cs.c: fix memory leaks + * mac80211: Fix debugfs union misuse and pointer corruption + * rt2x00: Compiler warning unmasked by fix of BUILD_BUG_ON + * ath9k: Incorrect key used when group and pairwise ciphers are + different. + * ath9: Fix ath_rx_flush_tid() for IRQs disabled kernel warning message. + * net/xfrm: Use an IS_ERR test rather than a NULL test + * ipv: Re-enable IP when MTU > 68 + * NTFS: update homepage + * mm: make setup_zone_migrate_reserve() aware of overlapping nodes + * VFS: fix dio write returning EIO when try_to_release_page fails + * acer-wmi: remove debugfs entries upon unloading + * mm/bootmem: silence section mismatch warning - + contig_page_data/bootmem_node_data + * MAINTAINERS: add a maintainer for the BCM5974 multitouch driver + * 8250: improve workaround for UARTs that don't re-assert THRE correctly + * mmc: at91_mci: don't use coherent dma buffers + * pid_ns: zap_pid_ns_processes: fix the ->child_reaper changing + * pid_ns: (BUG 11391) change ->child_reaper when init->group_leader exits + * cirrusfb: check_par fixes + * devcgroup: fix race against rmdir() + * mm: show quicklist usage in /proc/meminfo + * mm: size of quicklists shouldn't be proportional to the number of CPUs + * ipc: document the new auto_msgmni proc file + * hp-wmi: update to match current rfkill semantics + * hp-wmi: add proper hotkey support + * tdfxfb: fix SDRAM memory size detection + * tdfxfb: fix frame buffer name overrun + * rtc_time_to_tm: fix signed/unsigned arithmetic + * ibft: fix target info parsing in ibft module + * sysfs: document files in /sys/firmware/sgi_uv/ + * rtc-cmos: wake again from S5 + * pm_qos_requirement might sleep + * drivers/char/random.c: fix a race which can lead to a bogus BUG() + * ipsec: Fix deadlock in xfrm_state management. + * [x86] Fix TSC calibration issues + * tipc: Don't use structure names which easily globally conflict. + * sparc64: Fix IPI call locking. + * [ARM] omap: fix gpio.c build error + * sparc64: Prevent sparc64 from invoking irq handlers on offline CPUs + * powerpc: Fix uninitialised variable in VSX alignment code + * powerpc: Only make kernel text pages of linear mapping executable + * powerpc: Make sure _etext is after all kernel text + * powerpc: Work around gcc's -fno-omit-frame-pointer bug + * powerpc: Fix build error with 64K pages and !hugetlbfs + * powerpc: Fix for getting CPU number in power_save_ppc32_restore() + * UBIFS: amend f_fsid + * net/usb/pegasus: avoid hundreds of diagnostics + * ixgbe: initialize interrupt throttle rate + * pcnet-cs, axnet_cs: add new IDs, remove dup ID with less info + * netxen: Remove workaround for chipset quirk + * Split up PIT part of TSC calibration from native_calibrate_tsc + * iwlwifi: W/A for the TSF correction in IBSS + * iwlwifi: fix hidden ssid discovery in passive channels + * iwlwifi: remove false rxon if rx chain changes + * iwlwifi: fix station mimo power save values + * iwlwifi: fix rx_chain computation + * iwlwifi: fix Tx cmd memory allocation failure handling + * iwlwifi: call apm stop on exit + * iwlwifi: fix STATUS_EXIT_PENDING is not set on pci_remove + * ath9k: Fix TX status reporting + * ath9k: Fix TX control flag use for no ACK and RTS/CTS + * V4L/DVB (8555): au8522: add mechanism to configure IF frequency for vsb + and qam + * V4L/DVB (8556): au0828: add support for Hauppauge Woodbury + * V4L/DVB (8598): au8522: clean up function au8522_set_if + * V4L/DVB (8599): au8522: remove if frequency settings from vsb/qam + modulation tables + * V4L/DVB (8600): au0828: explicitly set 6 MHz IF frequency in + hauppauge_hvr950q_config + * V4L/DVB (8629): v4l2-ioctl: do not try to handle private V4L1 ioctls + * V4L/DVB (8633): ivtv: update ivtv version number + * V4L/DVB (8648): ivtv: improve CC support + * V4L/DVB (8660): gspca: Simplify the scan of URB packets in pac7311. + * V4L/DVB (8661): gspca: Bug in the previous changeset about pac7311. + * V4L/DVB (8663): gspca: Webcam 0c45:6128 added in sonixj. + * V4L/DVB (8664): gspca: The bridge/sensor of the webcam 093a:2621 is a + PAC 7302. + * V4L/DVB (8665): gspca: Fix the 640x480 resolution of the webcam + 093a:2621. + * V4L/DVB (8666): gspca: Bad scanning of frames in pac7311. + * V4L/DVB (8667): gspca: Bad probe of Z-Star/Vimicro webcams with pas106 + sensor. + * V4L/DVB (8668): gspca: Conflict GSPCA / ET61X251 for the webcam + 102c:6251. + * V4L/DVB (8669): gspca: Add white balance control for spca561 rev 012A. + * V4L/DVB (8671): gspca: Remove the unused field 'dev_name' of the device + structure. + * V4L/DVB (8672): gspca: Big rewrite of spca561. + * V4L/DVB (8673): gspca: Bad frame scanning again and bad init in + pac7311. + * V4L/DVB (8674): gspca: Webcam 0c45:612e added in sonixj. + * V4L/DVB (8675): gspca: Pixmap PJPG (Pixart 73xx JPEG) added, generated + by pac7311. + * V4L/DVB (8678): Remove the dead CONFIG_RADIO_MIROPCM20{,_RDS} code + * V4L/DVB (8681): v4l2-ioctl.c: fix warning + * V4L/DVB (8682): V4L: fix return value of register video func + * V4L/DVB (8701): cx18: Add missing lock for when the irq handler + manipulates the queues + * V4L/DVB (8703): gspca: Do controls work for spca561 revision 12a. + * V4L/DVB (8705): gspca: Adjust some control limits in spca561. + * V4L/DVB (8706): Make contrast and brightness work for pac7302. + * V4L/DVB (8707): gspca: Colors, hflip and vflip controls added for + pac7302. + * V4L/DVB (8709): gspca: Fix initialization and controls of sn9x110 - + ov7630. + * V4L/DVB (8710): gspca: Bad color control in sonixj. + * V4L/DVB (8711): gspca: Bad controls and quantization table of pac7311. + * V4L/DVB (8712): gspca: Bad start of sonixj webcams since changeset + a8779025e7e8. + * V4L/DVB (8713): gspca: Bad color control again in sonixj. + * V4L/DVB (8714): gspca: Bad start of sn9c110 and sensor om6802. + * V4L/DVB (8715): gspca: Change the name of some webcam in the gspca doc. + * V4L/DVB (8716): gspca: Bad start of sn9c110 and sensor ov7630. + * V4L/DVB (8717): gspca: Frame buffer too small for small resolutions + (sonixj and t613). + * V4L/DVB (8718): gspca: suspend/resume added. + * V4L/DVB (8719): gspca: Have VIDIOC_QUERYCTRL more compliant to the + spec. + * V4L/DVB (8720): gspca: V4L2_CAP_SENSOR_UPSIDE_DOWN added as a cap for + some webcams. + * V4L/DVB (8722): sms1xxx: fix typo in license header + * V4L/DVB (8726): link tuner before saa7134 + * V4L/DVB (8727): V4L1: make PMS not autoprobe when builtin. + * V4L/DVB (8728): 1-make-pms-not-autoprobe-when-builtin update + * V4L/DVB (8749): Fix error code, when camera is not turned on by sonypi + * V4L/DVB (8750): V4L: check inval in video_register_device_index() + * V4L/DVB (8751): vivi: Fix some issues at vivi register routine + * V4L/DVB (8757): v4l-dvb: fix a bunch of sparse warnings + * V4L/DVB (8769): cx18: Simplify queue flush logic to prevent oops in + cx18_flush_queues() + * V4L/DVB (8778): radio: fix incorrect video_register_device result check + * V4L/DVB (8779): v4l: fix more incorrect video_register_device result + checks + * V4L/DVB (8790): saa7115: call i2c_set_clientdata only when state != + NULL + * V4L/DVB (8803): s5h1409: Enable QAM_AUTO mode + * V4L/DVB (8804): s5h1411: Enable QAM_AUTO mode + * V4L/DVB (8805): Steven Toth email address change + * V4L/DVB (8809): gspca: Revert commit + 9a9335776548d01525141c6e8f0c12e86bbde982 + * V4L/DVB (8810): gspca: Compile error when CONFIG_PM not defined. + * V4L/DVB (8812): gspca: Do pac73xx webcams work. + * V4L/DVB (8813): gspca: Adjust SOF detection for pac73xx. + * V4L/DVB (8814): gspca: Set DISABLED the disabled controls at query + control time. + * V4L/DVB (8815): gspca: Fix problems with disabled controls. + * V4L/DVB (8816): gspca: Set disabled ctrls and fix a register pb with + ovxxxx in sonixb. + * V4L/DVB (8817): gspca: LED and proble changes in sonixb. + * V4L/DVB (8818): gspca: Reinitialize the device on resume. + * V4L/DVB (8819): gspca: Initialize the ov519 at open time and source + cleanup. + * V4L/DVB (8820): gspca: Change initialization and gamma of zc3xx - + pas106. + * V4L/DVB (8822): gspca: Change some subdriver functions for + suspend/resume. + * V4L/DVB (8823): gspca: H and V flips work for ov7670 only in ov519. + * V4L/DVB (8824): gspca: Too much code removed in the suspend/resume + changeset. + * V4L/DVB (8825): gspca: More controls for pac73xx and new webcam + 093a:2624. + * V4L/DVB (8826): gspca: Webcam Labtec 2200 (093a:2626) added in pac7311. + * V4L/DVB (8827): gspca: Stop pac7302 autogain oscillation. + * V4L/DVB (8828): gspca: Set the clock at the end of initialization in + sonixj. + * V4L/DVB (8829): gspca: Have a clean kmalloc-ated buffer for USB + exchanges. + * V4L/DVB (8830): gspca: Move some probe code to the new init function. + * V4L/DVB (8831): gspca: Resolve webcam conflicts between some drivers. + * V4L/DVB (8832): gspca: Bad pixelformat of vc0321 webcams. + * V4L/DVB (8833): gspca: Cleanup the sonixb code. + * V4L/DVB (8834): gspca: Have a bigger buffer for sn9c10x compressed + images. + * V4L/DVB (8835): gspca: Same pixfmt as the sn9c102 driver and raw Bayer + added in sonixb. + * V4L/DVB (8837): dvb: fix I2C adapters name size + * V4L/DVB (8839): dib0700: add comment to identify 35th USB id pair + * V4L/DVB (8840): dib0700: add basic support for Hauppauge Nova-TD-500 + (84xxx) + * V4L/DVB (8842): vivi_release(): fix use-after-free + * V4L/DVB (8843): tda10048_firmware_upload(): fix a memory leak + * V4L/DVB (8844): dabusb_fpga_download(): fix a memory leak + * bnx2x: Accessing un-mapped page + * SELinux: memory leak in security_context_to_sid_core + * x86: add io delay quirk for Presario F700 + * mmap: fix petty bug in anonymous shared mmap offset handling + * x86: Change warning message in TSC calibration. + * PCI: fix pbus_size_mem() resource alignment for CardBus controllers + * [ARM] omap: fix build error in ohci-omap.c + * [ARM] remove unused #include + * ACPI: Make Len Brown the ACPI maintainer again + * fujitsu-laptop: fix regression for P8010 in 2.6.27-rc + * ACPI: Avoid bogus timeout about SMbus check + * acer-wmi: remove debugfs entries upon unloading + * forgotten refcount on sysctl root table + * V4L/DVB (8868): gspca: Support for vga modes with sif sensors in + sonixb. + * V4L/DVB (8869): gspca: Move the Sonix webcams with TAS5110C1B from + sn9c102 to gspca. + * V4L/DVB (8870): gspca: Fix dark room problem with sonixb. + * V4L/DVB (8872): gspca: Bad image format and offset with rev072a of + spca561. + * V4L/DVB (8873): gspca: Bad image offset with rev012a of spca561 and + adjust exposure. + * V4L/DVB (8874): gspca: Adjust hstart for sn9c103/ov7630 and update + usb-id's. + * [ARM] omap: fix virtual vs physical address space confusions + * V4L/DVB (8876): budget: udelay changed to mdelay + * V4L/DVB (8877): b2c2 and bt8xx: udelay to mdelay + * V4L/DVB (8880): PATCH: Fix parents on some webcam drivers + * V4L/DVB (8881): gspca: After 'while (retry--) {...}', retry will be -1 + but not 0. + * powerpc/spufs: Fix multiple get_spu_context() + * powerpc/spufs: Fix race for a free SPU + * Input: bcm5974 - small formatting cleanup + * Input: bcm5974 - improve finger tracking and counting + * Input: bcm5974 - add BTN_TOUCH event for mousedev benefit + * Input: i8042 - make Lenovo 3000 N100 blacklist entry more specific + * sh: resume_kernel fix for kernel oops built with CONFIG_BKL_PREEMPT=y. + * sh64: resume_kernel fix for kernel oops built with + CONFIG_BKL_PREEMPT=y. + * i2c: fix i2c-sh_mobile timing issues + * clockevents: prevent clockevent event_handler ending up handler_noop + * clockevents: prevent endless loop in periodic broadcast handler + * clockevents: enforce reprogram in oneshot setup + * clockevents: prevent multiple init/shutdown + * clockevents: prevent endless loop lockup + * HPET: make minimum reprogramming delta useful + * [MTD] [NAND] tmio_nand: fix base address programming + * Fix conditional export of kvh.h and a.out.h to userspace. + * async_tx: fix the bug in async_tx_run_dependencies + * sched_clock: fix NOHZ interaction + * sched: fix process time monotonicity + * UBIFS: fix division by zero + * UBIFS: make minimum fanout 3 + * [MIPS] Fix data bus error recovery + * [MIPS] Fix WARNING: at kernel/smp.c:290 + * [MIPS] TXx9: Fix txx9_pcode initialization + * [MIPS] TX39xx: Add missing local_flush_icache_range initialization + * [MIPS] Probe initrd header only if explicitly specified + * res_counter: fix off-by-one bug in setting limit + * forcedeth: fix kexec regression + * atmel_lcdfb: fix oops in rmmod when framebuffer fails to register + * tracehook: comment pasto fixes + * drivers/mmc/card/block.c: fix refcount leak in mmc_block_open() + * x86: boot: stub out unimplemented CPU feature words + * x86: add NOPL as a synthetic CPU feature bit + * x86: use X86_FEATURE_NOPL in alternatives + * clockevents: broadcast fixup possible waiters + * x86: HPET fix moronic 32/64bit thinko + * x86: HPET: read back compare register before reading counter + * Fix CONFIG_AC97_BUS dependency + * [ARM] 5241/1: provide ioremap_wc() + * ntp: fix calculation of the next jiffie to trigger RTC sync + * clocksource, acpi_pm.c: use proper read function also in errata mode + * clocksource, acpi_pm.c: check for monotonicity + * x86: delay early cpu initialization until cpuid is done + * x86: move mtrr cpu cap setting early in early_init_xxxx + * sched: arch_reinit_sched_domains() must destroy domains to force + rebuild + * x86, xen: Use native_pte_flags instead of native_pte_val for .pte_flags + * x86: pda_init(): fix memory leak when using CPU hotplug + * x86: cpu_init(): fix memory leak when using CPU hotplug + * powerpc/spufs: Fix possible scheduling of a context to multiple SPEs + * netfilter: nf_conntrack_sip: de-static helper pointers + * netfilter: nf_conntrack_gre: more locking around keymap list + * netfilter: nf_conntrack_gre: nf_ct_gre_keymap_flush() fixlet + * netfilter: nf_conntrack_irc: make sure string is terminated before + calling simple_strtoul + * pkt_sched: Fix qdisc state in net_tx_action() + * powerpc: Fix rare boot build breakage + * ahci, pata_marvell: play nicely together + * sata_mv: add RocketRaid 1720 PCI ID to driver + * ahci: disable PMP for marvell ahcis + * sata_nv: disable hardreset for generic + * libata-sff: kill spurious WARN_ON() in ata_hsm_move() + * pata_sil680: remove duplicate pcim_enable_device + * ahci: RAID mode SATA patch for Intel Ibex Peak DeviceIDs + * [MIPS] IP22: Fix detection of second HPC3 on Challenge S + * xen: fix 2.6.27-rc5 xen balloon driver warnings + * x86: disable static NOPLs on 32 bits + * netns : fix kernel panic in timewait socket destruction + * bridge: don't allow setting hello time to zero + * NFS: Restore missing hunk in NFS mount option parser + * usb: fix null deferences in low level usb serial + * Fix format of MAINTAINERS + * sparc64: Disable timer interrupts in fixup_irqs(). + * [Bluetooth] Fix reference counting during ACL config stage + * [Bluetooth] Enforce correct authentication requirements + * [Bluetooth] Reject L2CAP connections on an insecure ACL link + * [S390] CVE-2008-1514: prevent ptrace padding area read/write in 31-bit + mode + * [S390] cio: Correct cleanup on error. + * [S390] cio: handle ssch() return codes correctly. + * [S390] cio: allow offline processing for disconnected devices + * ipsec: Restore larval states and socket policies in dump + * update Documentation/filesystems/Locking for 2.6.27 changes + * MAINTAINERS: add Atheros maintainer for atlx + * lib: Correct printk %pF to work on all architectures + * x86: fix memmap=exactmap boot argument + * clockevents: remove WARN_ON which was used to gather information + * ipv6: Fix OOPS in ip6_dst_lookup_tail(). + * Linux 2.6.27-rc6 + + -- Ben Collins Tue, 02 Sep 2008 12:45:56 -0400 + +linux (2.6.27-2.3) intrepid; urgency=low + + [ Ben Collins ] + + * build/retag: Make script save .orig of tags for later use + * ubuntu/lirc: Fix device_create call + * build/firmware: Put in-kernel firmware into version specific subdir + - LP: #262115 + * Rebase on linux-2.6 git. + * ABI bump + + [ Herton Ronaldo Krzesinski ] + + * SAUCE: (no-up) Apparmor warning fixes + + [ John Johansen ] + + * SAUCE: (no-up) Proper AppArmor ptrace updates for newer lsm API + + [ Mackenzie Morgan ] + + * SAUCE: Add quirk for ASUS Z37E to make sound audible after resume + - LP: #25896 + + -- Ben Collins Wed, 27 Aug 2008 14:03:05 -0400 + +linux (2.6.27-1.2) intrepid; urgency=low + + [ Amit Kucheria ] + + * SAUCE: make fc transport removal of target configurable + * SAUCE: pm: Config option to disable handling of console during + suspend/resume + + [ Ben Collins ] + + * SAUCE: Lower warning level of some PCI messages + * SAUCE: input/mouse/alps: Do not call psmouse_reset() for alps + * SAUCE: tulip: Let dmfe handle davicom on non-sparc + * SAUCE: tulip: Define ULI PCI ID's + * SAUCE: (no-up) version: Implement version_signature proc file. + * SAUCE: (no-up) connector.h: Add idx/val for drbd + * SAUCE: (no-up) swap: Add notify_swap_entry_free callback for compcache + * SAUCE: drivers: Remove some duplicate device entries in various modules + * SAUCE: (no-up) [AppArmor] merge with upstream subversion r1291 + * SAUCE: apparmor: Update for changes to ptrace lsm hooks + * SAUCE: (no-up) Enable ubuntu extra subdirectory + * SAUCE: applesmc: Add MacBookAir + * SAUCE: (no-up) ACPI: initramfs DSDT override support + * ubuntu: Add drbd module + * ubuntu: Add iscsitarget module + * ubuntu: Add BOM for iscsitarget + * ubuntu: Add squashfs driver + * SAUCE: (no-up) Check for squashfs superblock in initramfs mounting. + * ubuntu: Add aufs module + * ubuntu: Added atl2 driver + * ubuntu: Added et131x driver + * ubuntu: Add dm-raid4-5 driver + * ubuntu: Add ndiswrapper driver + * ubuntu: Added ram backed compressed swap module (compcache) + * ubuntu: Add misc drivers from hardy lum + * ubuntu: Add heci driver 3.2.0.24 + * ubuntu: Add ov511 and bt-sco drivers + * ubuntu: Add acx, prism2_usb wireless drivers + * ubuntu: Add at76 driver to build + * ubuntu: Add fsam7400 sw kill switch driver + * ubuntu: Added qc-usb driver + * ubuntu: e1000e: Upgraded module to 0.4.1.7 + * ubuntu: Added rfkill drivers + * ubuntu: VIA - Add VIA DRM Chrome9 3D engine + * ubuntu: unionfs: Added v1.4 module from hardy + * ubuntu: Add LIRC driver + * ubuntu: Add GFS driver + * ubuntu: New tlsup driver for toshiba laptops + * Update config files + * build/d-i: Remove obsolete dm modules + + [ Chuck Short ] + + * SAUCE: ata: blacklist FUJITSU MHW2160BH PL + + [ Colin Ian King ] + + * ubuntu: Add dm-loop + * SAUCE: Enable speedstep for sonoma processors. + + [ Dennis Noordsij ] + + * SAUCE: Work around ACPI corruption upon suspend on some Dell machines. + + [ Fabio M. Di Nitto ] + + * SAUCE: Export gfs2 symbols required for gfs1 kernel module + + [ Matthew Garrett ] + + * SAUCE: hostap: send events on data interface as well as master + interface + + [ Michael Frey (Senior Manager, MID ] + + * SAUCE: Send HCI_RESET for Broadcomm 2046 + + [ Phillip Lougher ] + + * SAUCE: r8169: disable TSO by default for RTL8111/8168B chipsets. + + [ Stefan Bader ] + + * SAUCE: (no-up) Export dm_disk function of device-mapper + * SAUCE: Restore VT fonts on switch + * SAUCE: mmc: Increase power_up deleay to fix TI readers + + [ Tim Gardner ] + + * SAUCE: Add extra headers to linux-libc-dev + * SAUCE: Catch nonsense keycodes and silently ignore + * SAUCE: Added support for HDAPS on various ThinkPads from Lenovo and IBM + * SAUCE: Guest OS does not recognize a lun with non zero target id on + Vmware ESX Server + * SAUCE: (no-up) Take care of orinoco_cs overlap with hostap_cs + * ubuntu: Add GNBD driver + + -- Ben Collins Sat, 23 Aug 2008 15:48:35 -0400 + +linux (2.6.27-0.0) intrepid; urgency=low + + * Not uploaded, placeholder for new release + + -- Ben Collins Sat, 23 Aug 2008 15:48:35 -0400 + +linux (2.6.26-5.17) intrepid; urgency=low + + [ Ben Collins ] + + * build/abi: Add tosh_smm symbol to blacklist + + -- Ben Collins Fri, 15 Aug 2008 09:29:34 -0400 + +linux (2.6.26-5.16) intrepid; urgency=low + + [ Ben Collins ] + + * Revert "SAUCE: toshiba_acpi: Rewrote most of the proc entry bits." + * Revert "SAUCE: Update toshiba_acpi.c to version 0.19a" + * build/config: Disable in-kernel toshiba driver(s) + * ubuntu/tlsup: New driver for toshiba laptops + * build/config: Enable TLSUP driver + * SAUCE: e1000e: Fix E1000E_ENABLED logic to check for our E1000E_NEW + driver as well + * ubuntu/e1000e: Remove E1000E_ENABLED option in local config + * build/config: Update configs to have E1000E_ENABLED set + * ubuntu/prism2: Remove duplicate device + + [ Fabio M. Di Nitto ] + + * SAUCE: Export gfs2 symbols required for gfs1 kernel module + + [ Stefan Bader ] + + * SAUCE: x86: HPET rework for SB700 + - LP: #255910 + + [ Tim Gardner ] + + * Add GNBD driver + * Enable GNBD driver + * SAUCE: Add GFS driver + * SAUCE: Enable gfs driver configs + * b43: Linksys WMP54G (BCM4306/3) card in a PCI format has an SPROM + coding + + [ Upstream Kernel Changes ] + + * KVM: x86 emulator: emulate clflush + * USB: quirk PLL power down mode + + -- Ben Collins Mon, 11 Aug 2008 13:19:28 -0400 + +linux (2.6.26-5.15) intrepid; urgency=low + + [ Ben Collins ] + + * Revert "SAUCE: Add blacklist support to fix Belkin bluetooth dongle." + - Superceded by upstream changes. + * build/config: New option enabled for uvcvideo + * build/control: Add Vcs-Git meta data to control file + * SAUCE: toshiba_acpi: Rewrote most of the new code + * abi/perm-blacklist: Add emu10k1 driver to blacklist + + [ Upstream Kernel Changes ] + + * pxamci: trivial fix of DMA alignment register bit clearing + * udplite: Protection against coverage value wrap-around + * ipv6: use timer pending + * ipv6: __KERNEL__ ifdef struct ipv6_devconf + * hdlcdrv: Fix CRC calculation. + * quota: fix possible infinite loop in quota code + * isofs: fix minor filesystem corruption + * KVM: VMX: Fix a wrong usage of vmcs_config + * KVM: SVM: fix suspend/resume support + * KVM: mmu_shrink: kvm_mmu_zap_page requires slots_lock to be held + * KVM: VMX: Add ept_sync_context in flush_tlb + * KVM: x86 emulator: Fix HLT instruction + * KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destruction + * KVM: MMU: Fix potential race setting upper shadow ptes on nonpae hosts + * Patch Upstream: x86 ptrace: fix PTRACE_GETFPXREGS error + * rcu: fix rcu_try_flip_waitack_needed() to prevent grace-period stall + * Fix typos from signal_32/64.h merge + * x86 reboot quirks: add Dell Precision WorkStation T5400 + * USB: fix usb serial pm counter decrement for disconnected interfaces + * x86, suspend, acpi: enter Big Real Mode + * markers: fix duplicate modpost entry + * Fix build on COMPAT platforms when CONFIG_EPOLL is disabled + * proc: fix /proc/*/pagemap some more + * cpusets: fix wrong domain attr updates + * x86: fix crash due to missing debugctlmsr on AMD K6-3 + * ide-cd: fix oops when using growisofs + * rtc-at91rm9200: avoid spurious irqs + * vmlinux.lds: move __attribute__((__cold__)) functions back into final + .text section + * ARM: fix fls() for 64-bit arguments + * tcp: Clear probes_out more aggressively in tcp_ack(). + * sparc64: Fix lockdep issues in LDC protocol layer. + * sparc64: Fix cpufreq notifier registry. + * sparc64: Do not define BIO_VMERGE_BOUNDARY. + * iop-adma: fix platform driver hotplug/coldplug + * myri10ge: do not forget to setup the single slice pointers + * myri10ge: do not use mgp->max_intr_slots before loading the firmware + * ALSA: trident - pause s/pdif output + * V4L: cx18: Upgrade to newer firmware & update documentation + * DVB: dib0700: add support for Hauppauge Nova-TD Stick 52009 + * V4L: uvcvideo: Fix a buffer overflow in format descriptor parsing + * V4L: uvcvideo: Use GFP_NOIO when allocating memory during resume + * V4L: uvcvideo: Don't free URB buffers on suspend + * V4L: uvcvideo: Make input device support optional + * V4L: uvcvideo: Add support for Medion Akoya Mini E1210 integrated + webcam + * V4L: saa7134: Copy tuner data earlier to avoid overwriting manual tuner + type + * V4L: cx23885: Bugfix for concurrent use of /dev/video0 and /dev/video1 + * DVB: cx23885: Ensure PAD_CTRL is always reset to a sensible default + * DVB: cx23885: DVB Transport cards using DVB port VIDB/TS1 did not + stream + * DVB: cx23885: Reallocated the sram to avoid concurrent VIDB/C issues + * DVB: cx23885: SRAM changes for the 885 and 887 silicon parts + * x86: fix kernel_physical_mapping_init() for large x86 systems + * eCryptfs: use page_alloc not kmalloc to get a page of memory + * UML - Fix boot crash + * ixgbe: remove device ID for unsupported device + * mpc52xx_psc_spi: fix block transfer + * tmpfs: fix kernel BUG in shmem_delete_inode + * markers: fix markers read barrier for multiple probes + * VFS: increase pseudo-filesystem block size to PAGE_SIZE + * cpufreq acpi: only call _PPC after cpufreq ACPI init funcs got called + already + * b43legacy: Release mutex in error handling code + * ath5k: don't enable MSI, we cannot handle it yet + * Fix off-by-one error in iov_iter_advance() + * Linux 2.6.26.1 + * ftrace: remove unneeded documentation + * romfs_readpage: don't report errors for pages beyond i_size + * netfilter: nf_nat_sip: c= is optional for session + * SCSI: bsg: fix bsg_mutex hang with device removal + * x86: idle process - add checking for NULL early param + * x86: io delay - add checking for NULL early param + * Close race in md_probe + * Kprobe smoke test lockdep warning + * netfilter: xt_time: fix time's time_mt()'s use of do_div() + * linear: correct disk numbering error check + * SCSI: ch: fix ch_remove oops + * NFS: Ensure we zap only the access and acl caches when setting new acls + * jbd: fix race between free buffer and commit transaction + * Input: i8042 - add Intel D845PESV to nopnp list + * Input: i8042 - add Gericom Bellagio to nomux blacklist + * Input: i8042 - add Acer Aspire 1360 to nomux blacklist + * Bluetooth: Signal user-space for HIDP and BNEP socket errors + * Add compat handler for PTRACE_GETSIGINFO + * ALSA: hda - Fix wrong volumes in AD1988 auto-probe mode + * ALSA: hda - Fix DMA position inaccuracy + * ALSA: hda - Add missing Thinkpad Z60m support + * ALSA: emu10k1 - Fix inverted Analog/Digital mixer switch on Audigy2 + * vfs: fix lookup on deleted directory + * Ath5k: fix memory corruption + * Ath5k: kill tasklets on shutdown + * sound: ensure device number is valid in snd_seq_oss_synth_make_info + * Linux 2.6.26.2 + + -- Ben Collins Sun, 03 Aug 2008 13:25:02 -0400 + +linux (2.6.26-5.14) intrepid; urgency=low + + [ Ben Collins ] + + * SAUCE: applesmc: Add MacBookAir + * build: Do not build ddeb unless we are on the buildd + * build: control: Consistency in arch fields. + * SAUCE: Update toshiba_acpi.c to version 0.19a + - LP: #77026 + * build: Added perm blacklist support and per-module support to abi-check + - Blacklist p80211 module from abi checks + * ubuntu/lirc: Get rid of drivers symlink and use real include stuff + + + [ Colin Ian King ] + + * SAUCE: acerhk module - add support for Amilo A1650g keyboard + - LP: #84159 + * SAUCE: rt2x00: Fix OOPS on failed creation of rt2x00lib workqueue + - LP: #249242 + + [ Mario Limonciello ] + + * Add LIRC back in + + [ Tim Gardner ] + + * Makefile race condition can lead to ndiswrapper build failure + - LP: #241547 + * update linux-wlan-ng (prism2_usb) to upstream version 1861 + - LP: #245026 + + [ Upstream Kernel Changes ] + + * Fix typos from signal_32/64.h merge + + -- Ben Collins Fri, 01 Aug 2008 00:05:01 -0400 + +linux (2.6.26-5.13) intrepid; urgency=low + + [ Ben Collins ] + + * build: Make makedumpfile an amd64/i386 only build-dep + * ubuntu/acerhk: Fixup assembly to compile with newer binutils + + -- Ben Collins Sat, 26 Jul 2008 16:41:50 -0400 + +linux (2.6.26-4.12) intrepid; urgency=low + + [ Ben Collins ] + + * e1000e: Upgraded module to 0.4.1.7 upstream. Placed in ubuntu/, + in-kernel driver disabled + * config: Disable e1000e in-kernel, and enable newer driver in ubuntu/ + * rfkill: Update to 1.3 drivers, and move to common location + * ubuntu: Actually link kconfig/kbuild into rfkill subdir + * config: Enable loading dsdt from initramfs + - LP: #246222 + * ubuntu: [compcache] Update to fix crashes in improper BUG() + * build: Create a retag scripts to recover tags from rebases + * build: Updates for dbg pkg + * build: Make sure no empty lines show up in debian/files + * ubuntu: atl1e: Add new driver from 2.6.27-pre-rc1 + - LP: #243894 + * sys_getcwd: Fix some brokeness introduced by AppArmor __d_path + changes + - LP: #251223 + * ubuntu: unionfs: Added v1.4 module from hardy + * build: Add sub-flavour infrastructure, and virtual subflav + + [ Eric Piel ] + + * ACPI: Allow custom DSDT tables to be loaded from initramfs + + [ Kees Cook ] + + * AppArmor: Smack VFS patches + + [ Mario Limonciello ] + + * Work around ACPI corruption upon suspend on some Dell machines. + - LP: #183033 + + [ Tim Gardner ] + + * Export usbhid_modify_dquirk for LBM module bcm5974 + - LP: #250838 + * VIA - Add VIA DRM Chrome9 3D engine + - LP: #251862 + * Define TRUE/FALSE for VIA DRM driver. + + -- Ben Collins Tue, 15 Jul 2008 12:51:39 -0400 + +linux (2.6.26-4.11) intrepid; urgency=low + + [ Ben Collins ] + + * config: Enable bcm5974 driver in all configs + + [ 2.6.26-4.10 ] + + [ Amit Kucheria ] + + * Fix typo in GSPCA Makefile and make it compile + + [ Ben Collins ] + + * ubuntu: Remove UVC driver in favor of in-kernel one (-rc9) + * config: Updates for -rc9 + * ubuntu: Add acx, prism2_usb wireless drivers + * config: Enable prism2_usb and acx drivers. + * ubuntu: Add at76 driver to build + * config: Enable at76_usb driver. + * iscsitarget: Fix prototype for bi_end_io callback. + * acx: Fix section type mismatch warnings + * fsam7400: Add sw kill switch driver + * config: Enable fsam7400 driver + * qc-usb: Added new driver + * config: Enable qc-usb driver + * drbd: Remove built-in connector usage + * drbd: Do not define idx/val for connector here + * connector.h: Add idx/val for drbd + * bcm5974: Added new driver + + [ Kees Cook ] + + * SAUCE: [AppArmor] merge with upstream subversion r1291 + * SAUCE: [AppArmor] fix typo in selinux_inode_link + * SAUCE: [AppArmor] aufs patches + + [ Michael Frey (Senior Manager, MID ] + + * SAUCE: Send HCI_RESET for Broadcomm 2046 + - LP: #241749 + + [ Tim Gardner ] + + * SAUCE: Medion Akoya Mini E1210 + + [ Upstream Kernel Changes ] + + * Revert "BAST: Remove old IDE driver" + * ARM: OMAP: DMA: Don't mark channel active in omap_enable_channel_irq + * ARM: OMAP: Correcting the gpmc prefetch control register address + * debugobjects: fix lockdep warning + * [ARM] 5115/1: pxafb: fix ifdef for command line option handling + * [ARM] 5116/1: pxafb: cleanup and fix order of failure handling + * [ARM] 5109/1: Mark rtc sa1100 driver as wakeup source before + registering it + * [ARM] Export dma_sync_sg_for_device() + * fix cgroup-inflicted breakage in block_dev.c + * [patch for 2.6.26 2/4] vfs: utimensat(): be consistent with utime() for + immutable and append-only files + * [patch for 2.6.26 1/4] vfs: utimensat(): ignore tv_sec if tv_nsec == + UTIME_OMIT or UTIME_NOW + * [patch for 2.6.26 3/4] vfs: utimensat(): fix error checking for + {UTIME_NOW,UTIME_OMIT} case + * [patch for 2.6.26 4/4] vfs: utimensat(): fix write access check for + futimens() + * [patch 1/4] vfs: path_{get,put}() cleanups + * [patch 2/4] fs: make struct file arg to d_path const + * [patch 3/4] vfs: fix ERR_PTR abuse in generic_readlink + * [patch 4/4] flock: remove unused fields from file_lock_operations + * [patch 3/3] vfs: make d_path() consistent across mount operations + * [patch 1/3] vfs: dcache sparse fixes + * [patch 2/3] vfs: dcache cleanups + * udf: Fix regression in UDF anchor block detection + * [SCSI] ses: Fix timeout + * netfilter: ip6table_mangle: don't reroute in LOCAL_IN + * [SCSI] esp: Fix OOPS in esp_reset_cleanup(). + * kernel/audit.c: nlh->nlmsg_type is gotten more than once + * audit: fix kernel-doc parameter notation + * remove useless argument type in audit_filter_user() + * Blackfin arch: fix bug - kernel boot fails when Spinlock and rw-lock + debugging enabled + * Blackfin arch: fix up section mismatch warning + * mac80211: implement EU regulatory domain + * b43: Do not return TX_BUSY from op_tx + * b43legacy: Do not return TX_BUSY from op_tx + * b43: Fix possible MMIO access while device is down + * b43legacy: Fix possible NULL pointer dereference in DMA code + * rt2x00: Fix unbalanced mutex locking + * iwlwifi: improve scanning band selection management + * [SCSI] esp: tidy up target reference counting + * [ARM] 5117/1: pxafb: fix __devinit/exit annotations + * thermal: Create CONFIG_THERMAL_HWMON=n + * ACPI: don't walk tables if ACPI was disabled + * dock: bay: Don't call acpi_walk_namespace() when ACPI is disabled. + * x86: shift bits the right way in native_read_tscp + * x86: section/warning fixes + * V4L/DVB (8004): Fix INPUT dependency at budget-ci + * V4L/DVB (8005): Fix OOPS if frontend is null + * V4L/DVB (8007): cx18/cx25840: the S-Video LUMA input can use all + In1-In8 inputs + * V4L/DVB (8008): cx18: remove duplicate audio and video input enums + * V4L/DVB (8010): em28xx: Properly register extensions for already + attached devices + * V4L/DVB (8011): em28xx: enable DVB for HVR-900 + * V4L/DVB (8012): gl861: sleep a little to avoid I2C errors + * V4L/DVB (8013): gl861: remove useless identify_state + * V4L/DVB (8015): gl861: replace non critical msleep(0) with msleep(1) to + be on the safe side + * V4L/DVB (8017): Ensure em28xx extensions only get run against devs that + support them + * V4L/DVB (8018): Add em2860 chip ID + * V4L/DVB (8020): Fix callbacks functions of saa7134_empress + * V4L/DVB (8022): saa7134: fix race between opening and closing the + device + * V4L/DVB (8026): Avoids an OOPS if dev struct can't be successfully + recovered + * V4L/DVB (8027): saa7134: Avermedia A700: only s-video and composite + input are working + * V4L/DVB (8028): Improve error messages for tda1004x attach + * V4L/DVB (8029): Improve error message at tda1004x_attach + * V4L/DVB (8034): tda18271: fix IF notch frequency handling + * V4L/DVB (8035): tda18271: dont touch EB14 if rf_cal lookup is out of + range + * V4L/DVB (8036): tda18271: toggle rf agc speed mode on TDA18271HD/C2 + only + * V4L/DVB (8037): tda18271: ensure that the thermometer is off during + channel configuration + * V4L/DVB (8039): pxa-camera: fix platform_get_irq() error handling. + * V4L/DVB (8040): soc-camera: remove soc_camera_host_class class + * V4L/DVB (8042): DVB-USB UMT-010 channel scan oops + * V4L/DVB (8043): au0828: add support for additional USB device id's + * V4L/DVB (8044): au8522: tuning optimizations + * V4L/DVB (8048): saa7134: Fix entries for Avermedia A16d and Avermedia + E506 + * V4L/DVB (8061): cx18: only select tuner / frontend modules if + !DVB_FE_CUSTOMISE + * V4L/DVB (8063): cx18: Fix unintended auto configurations in + cx18-av-core + * V4L/DVB (8066): cx18: Fix audio mux input definitions for HVR-1600 Line + In 2 and FM radio + * V4L/DVB (8067): cx18: Fix firmware load for case when digital capture + happens first + * V4L/DVB (8068): cx18: Add I2C slave reset via GPIO upon initialization + * V4L/DVB (8069): cx18: Fix S-Video and Compsite inputs for the Yuan + MPC718 and enable card entry + * V4L/DVB (8071): tda10023: Fix possible kernel oops during + initialisation + * V4L/DVB (8073): av7110: Catch another type of ARM crash + * V4L/DVB (8074): av7110: OSD transfers should not be interrupted + * V4L/DVB (8075): stv0299: Uncorrected block count and bit error rate + fixed + * V4L/DVB (8092): videodev: simplify and fix standard enumeration + * V4L/DVB (8096): au8522: prevent false-positive lock status + * V4L/DVB (8097): xc5000: check device hardware state to determine if + firmware download is needed + * V4L/DVB (8100): V4L/vivi: fix possible memory leak in vivi_fillbuff + * V4L/DVB (8108): Fix open/close race in saa7134 + * s2io: fix documentation about intr_type + * tc35815: Mark carrier-off before starting PHY + * tc35815: Fix receiver hangup on Rx FIFO overflow + * ixgbe: fix EEH recovery during reset on PPC + * igb: fix EEH recovery during reset on PPC + * e1000e: fix EEH recovery during reset on PPC + * pcnet_cs, axnet_cs: clear bogus interrupt before request_irq + * drivers/net/r6040.c: Eliminate double sizeof + * ipg: fix jumbo frame compilation + * ipg: use NULL, not zero, for pointers + * [netdrvr] 3c59x: remove irqs_disabled warning from local_bh_enable + * [netdrvr] netxen: fix netxen_pci_tbl[] breakage + * e100: Do pci_dma_sync after skb_alloc for proper operation on ixp4xx + * e1000: only enable TSO6 via ethtool when using correct hardware + * [netdrvr] Fix IOMMU overflow checking in s2io.c + * qla3xxx: Hold RTNL while calling dev_close() + * Hold RTNL while calling dev_close() + * sata_uli: hardreset is broken + * rt2x00: Fix lock dependency errror + * prism: islpci_eth.c endianness fix + * mac80211: fix an oops in several failure paths in key allocation + * firewire: fw-sbp2: fix parsing of logical unit directories + * kbuild: fix a.out.h export to userspace with O= build. + * Ensure interrupted recovery completed properly (v1 metadata plus + bitmap) + * Don't acknowlege that stripe-expand is complete until it really is. + * Fix error paths if md_probe fails. + * hamradio: remove unused variable + * tcp: calculate tcp_mem based on low memory instead of all memory + * tcp: fix for splice receive when used with software LRO + * af_unix: fix 'poll for write'/connected DGRAM sockets + * netdevice: Fix typo of dev_unicast_add() comment + * pkt_sched: ERR_PTR() ususally encodes an negative errno, not positive. + * pkt_sched: Remove CONFIG_NET_SCH_RR + * include/linux/netdevice.h: don't export MAX_HEADER to userspace + * tcp: /proc/net/tcp rto,ato values not scaled properly (v2) + * netlink: Fix some doc comments in net/netlink/attr.c + * CONNECTOR: add a proc entry to list connectors + * inet fragments: fix race between inet_frag_find and + inet_frag_secret_rebuild + * net/inet_lro: remove setting skb->ip_summed when not LRO-able + * netlabel: Fix a problem when dumping the default IPv6 static labels + * ipv6 route: Convert rt6_device_match() to use RT6_LOOKUP_F_xxx flags. + * sched: fix cpu hotplug + * Fix and clean top .gitignore + * x86: fix cpu hotplug crash + * ptrace GET/SET FPXREGS broken + * Input: add KEY_MEDIA_REPEAT definition + * Input: fix locking in force-feedback core + * [ARM] 5131/1: Annotate platform_secondary_init with trace_hardirqs_off + * ide: fix /proc/ide/ide?/mate reporting + * netfilter: nf_conntrack_tcp: fixing to check the lower bound of valid + ACK + * textsearch: fix Boyer-Moore text search bug + * hostap: don't report useless WDS frames by default + * hostap: fix sparse warnings + * mac80211: don't accept WEP keys other than WEP40 and WEP104 + * V4L/DVB (8145a): USB Video Class driver + * [IA64] Bugfix for system with 32 cpus + * [IA64] export account_system_vtime + * sched: fix divide error when trying to configure rt_period to zero + * x86: fix NODES_SHIFT Kconfig range + * block: Fix the starving writes bug in the anticipatory IO scheduler + * Properly notify block layer of sync writes + * rcu: fix hotplug vs rcu race + * I2C: S3C2410: Check ACK on byte transmission + * I2C: S3C2410: Fixup error codes returned rom a transfer. + * I2C: S3C2410: Add MODULE_ALIAS() for s3c2440 device. + * PCI: Restrict VPD read permission to root + * powerpc/bootwrapper: update for initrd with simpleImage + * i2c: Documentation: fix device matching description + * i2c: Fix bad hint about irqs in i2c.h + * powerpc/legacy_serial: Bail if reg-offset/shift properties are present + * powerpc/mpc5200: Fix lite5200b suspend/resume + * ipv4: fix sysctl documentation of time related values + * net-sched: change tcf_destroy_chain() to clear start of filter list + * net-sched: fix filter destruction in atm/hfsc qdisc destruction + * netlink: Unneeded local variable + * net: Tyop of sk_filter() comment + * netdevice: Fix wrong string handle in kernel command line parsing + * net: fib_rules: fix error code for unsupported families + * dm crypt: use cond_resched + * V4L/DVB (8178): uvc: Fix compilation breakage for the other drivers, if + uvc is selected + * PCI: Limit VPD read/write lengths for Broadcom 5706, 5708, 5709 rev. + * PCI: acpiphp: cleanup notify handler on all root bridges + * drivers/input/ff-core.c needs + * DRM/i915: only use tiled blits on 965+ + * tty: Fix inverted logic in send_break + * x86: fix Intel Mac booting with EFI + * arch/x86/mm/init_64.c: early_memtest(): fix types + * 9p: fix O_APPEND in legacy mode + * slub: Do not use 192 byte sized cache if minimum alignment is 128 byte + * Do not overwrite nr_zones on !NUMA when initialising zlcache_ptr + * [MIPS] IP32: Fix unexpected irq 71 + * [MIPS] IP22: Fix crashes due to wrong L1_CACHE_BYTES + * [MIPS] cevt-txx9: Reset timer counter on initialization + * hrtimer: prevent migration for raising softirq + * svcrpc: fix handling of garbage args + * OHCI: Fix problem if SM501 and another platform driver is selected + * USB: fix cdc-acm resume() + * USB: ehci - fix timer regression + * USB: ohci - record data toggle after unlink + * USB: mass storage: new id for US_SC_CYP_ATACB + * sisusbvga: Fix oops on disconnect. + * USB: New device ID for ftdi_sio driver + * USB: fix interrupt disabling for HCDs with shared interrupt handlers + * USB: don't lose disconnections during suspend + * USB: another option device id + * USB: add a pl2303 device id + * USB: fix Oops on loading ipaq module since 2.6.26 + * USB: adding comment for ipaq forcing number of ports + * [MIPS] Fix bug in atomic_sub_if_positive. + * xen: fix address truncation in pte mfn<->pfn conversion + * sata_sil24: add DID for another adaptec flavor + * ahci: always clear all bits in irq_stat + * libata-sff: improve HSM violation reporting + * sata_mv: safer logic for limit_warnings + * Update maintainers for powerpc + * Christoph has moved + * mm: dirty page accounting vs VM_MIXEDMAP + * rtc: rtc_read_alarm() handles wraparound + * firmware: fix the request_firmware() dummy + * serial: fix serial_match_port() for dynamic major tty-device numbers + * get_user_pages(): fix possible page leak on oom + * rtc-x1205: Fix alarm set + * rtc: fix CMOS time error after writing /proc/acpi/alarm + * pci: VT3336 can't do MSI either + * Miguel Ojeda has moved + * ext3: add missing unlock to error path in ext3_quota_write() + * ext4: add missing unlock to an error path in ext4_quota_write() + * reiserfs: add missing unlock to an error path in reiserfs_quota_write() + * ecryptfs: remove unnecessary mux from ecryptfs_init_ecryptfs_miscdev() + * lib: taint kernel in common report_bug() WARN path. + * gpio: pca953x (i2c) handles max7310 too + * fsl_diu_fb: fix build with CONFIG_PM=y, plus fix some warnings + * Update taskstats-struct document for scaled time accounting + * cciss: fix regression that no device nodes are created if no logical + drives are configured. + * delay accounting: maintainer update + * Doc*/kernel-parameters.txt: fix stale references + * hdaps: add support for various newer Lenovo thinkpads + * mn10300: export certain arch symbols required to build allmodconfig + * mn10300: provide __ucmpdi2() for MN10300 + * Introduce rculist.h + * man-pages is supported + * ntfs: update help text + * add kernel-doc for simple_read_from_buffer and memory_read_from_buffer + * w100fb: do not depend on SHARPSL + * w100fb: add 80 MHz modeline + * MFD maintainer + * cgroups: document the effect of attaching PID 0 to a cgroup + * spi: fix the read path in spidev + * doc: doc maintainers + * security: filesystem capabilities: fix fragile setuid fixup code + * security: filesystem capabilities: fix CAP_SETPCAP handling + * Alpha Linux kernel fails with inconsistent kallsyms data + * cpusets: document proc status cpus and mems allowed lists + * MAINTAINERS: update the email address of Andreas Dilger + * cciss: read config to obtain max outstanding commands per controller + * olpc: sdhci: add quirk for the Marvell CaFe's vdd/powerup issue + * olpc: sdhci: add quirk for the Marvell CaFe's interrupt timeout + * cpumask: introduce new APIs + * mm: switch node meminfo Active & Inactive pages to Kbytes + * Update MAINTAINERS file for the TPM device driver + * devcgroup: fix odd behaviour when writing 'a' to devices.allow + * doc: document the relax_domain_level kernel boot argument + * mmc: don't use DMA on newer ENE controllers + * mempolicy: mask off internal flags for userspace API + * x86 ACPI: normalize segment descriptor register on resume + * x86 ACPI: fix resume from suspend to RAM on uniprocessor x86-64 + * softlockup: print a module list on being stuck + * ide: fix hwif->gendev refcounting + * ide: ide_unregister() warm-plug bugfix + * ide: ide_unregister() locking bugfix + * ahci: give another shot at clearing all bits in irq_stat + * Fix clear_refs_write() use of struct mm_walk + * Move _RET_IP_ and _THIS_IP_ to include/linux/kernel.h + * Fix pagemap_read() use of struct mm_walk + * Linux 2.6.26-rc9 + * Revert "USB: don't explicitly reenable root-hub status interrupts" + * Revert "PCI: Correct last two HP entries in the bfsort whitelist" + * iwlwifi: fix incorrect 5GHz rates reported in monitor mode + * iwlwifi: drop skb silently for Tx request in monitor mode + * libertas: support USB persistence on suspend/resume (resend) + * tcp: net/ipv4/tcp.c needs linux/scatterlist.h + * tcp: fix a size_t < 0 comparison in tcp_read_sock + * bridge: fix use-after-free in br_cleanup_bridges() + * Add missing skb->dev assignment in Frame Relay RX code + * forcedeth: fix lockdep warning on ethtool -s + * ehea: fix might sleep problem + * ehea: add MODULE_DEVICE_TABLE + * ehea: fix race condition + * ehea: Access iph->tot_len with correct endianness + * pasemi_mac: Access iph->tot_len with correct endianness + * ibm_newemac: Fixes kernel crashes when speed of cable connected changes + * ibm_newemac: Fixes entry of short packets + * fs_enet: restore promiscuous and multicast settings in restart() + * can: add sanity checks + * x86: KVM guest: Add memory clobber to hypercalls + * KVM: IOAPIC: Fix level-triggered irq injection hang + * [SCSI] erase invalid data returned by device + * pxamci: fix byte aligned DMA transfers + * vsprintf: split out '%s' handling logic + * vsprintf: split out '%p' handling logic + * vsprintf: add infrastructure support for extended '%p' specifiers + * vsprintf: add support for '%pS' and '%pF' pointer formats + * powerpc: Fix unterminated of_device_id array in legacy_serial.c + * [UML] fix gcc ICEs and unresolved externs + * ocfs2/dlm: Fixes oops in dlm_new_lockres() + * hostap_cs: correct poor NULL checks in suspend/resume routines + * drivers/net/wireless/iwlwifi/iwl-3945.c Fix type issue on 64bit + * mac80211: move netif_carrier_on to after + ieee80211_bss_info_change_notify + * mac80211: Only flush workqueue when last interface was removed + * zd1211rw: add ID for AirTies WUS-201 + * ssb-pcicore: Fix IRQ-vector init on embedded devices + * mac80211: don't report selected IBSS when not found + * crypto: tcrypt - Fix memory leak in test_cipher + * sctp: Mark the tsn as received after all allocations finish + * [S390] protect _PAGE_SPECIAL bit against mprotect + * irda: via-ircc proper dma freeing + * irda: New device ID for nsc-ircc + * irda: Fix netlink error path return value + * [SCSI] mptspi: fix oops in mptspi_dv_renegotiate_work() + * Correct hash flushing from huge_ptep_set_wrprotect() + * ide: add __ide_default_irq() inline helper + * palm_bk3710: fix IDECLK period calculation + * it8213: fix return value in it8213_init_one() + * [MIPS] Atlas, decstation: Fix section mismatches triggered by + defconfigs + * [MIPS] Fix 32bit kernels on R4k with 128 byte cache line size + * NFS: Fix readdir cache invalidation + * SUNRPC: Fix a double-free in rpcbind + * SUNRPC: Fix an rpcbind breakage for the case of IPv6 lookups + * reiserfs: discard prealloc in reiserfs_delete_inode + * Fix broken fix for fsl-diu-db + * RDMA/cxgb3: Fix regression caused by class_device -> device conversion + * ipv6: fix race between ipv6_del_addr and DAD timer + * sctp: Add documentation for sctp sysctl variable + * kernel/printk.c: Made printk_recursion_bug_msg static. + * powerpc: Add missing reference to coherent_dma_mask + * rc80211_pid: Fix fast_start parameter handling + * rt2x00: Disable synchronization during initialization + * zd1211rw: stop beacons on remove_interface + * libertas: fix memory alignment problems on the blackfin + * netfilter: nf_conntrack_tcp: fix endless loop + * netfilter: nf_nat_snmp_basic: fix a range check in NAT for SNMP + * md: ensure all blocks are uptodate or locked when syncing + * sched: fix cpu hotplug + * x86: fix /dev/mem compatibility under PAT + * crypto: chainiv - Invoke completion function + * ocfs2: Fix flags in ocfs2_file_lock + * kernel/kprobes.c: Made kprobe_blacklist static. + * arch/x86/kernel/.gitignore: Added vmlinux.lds to .gitignore file + because it shouldn't be tracked. + * ftrace: Documentation + * Fix PREEMPT_RCU without HOTPLUG_CPU + * sched: fix cpu hotplug, cleanup + * exec: fix stack excutability without PT_GNU_STACK + * slub: Fix use-after-preempt of per-CPU data structure + * Documentation: clarify tcp_{r,w}mem sysctl docs + * ip: sysctl documentation cleanup + * tcp: correct kcalloc usage + * ipv4: fib_trie: Fix lookup error return + * netlabel: netlink_unicast calls kfree_skb on error path by itself + * ipv6: missed namespace context in ipv6_rthdr_rcv + * xfrm: Add a XFRM_STATE_AF_UNSPEC flag to xfrm_usersa_info + * tun: Persistent devices can get stuck in xoff state + * tpm: add Intel TPM TIS device HID + * rapidio: fix device reference counting + * Fix name of Russell King in various comments + * rtc: fix reported IRQ rate for when HPET is enabled + * libata-acpi: filter out DIPM enable + * Added Targa Visionary 1000 IDE adapter to pata_sis.c + * libata-acpi: don't call sleeping function from invalid context + * Fix reference counting race on log buffers + * [SCSI] ipr: Fix HDIO_GET_IDENTITY oops for SATA devices + * IPMI: return correct value from ipmi_write + * x86: fix ldt limit for 64 bit + * [SCSI] fusion: default MSI to disabled for SPI and FC controllers + * [SCSI] bsg: fix oops on remove + * drivers/char/pcmcia/ipwireless/hardware.c fix resource leak + * drivers/isdn/i4l/isdn_common.c fix small resource leak + * fbdev: bugfix for multiprocess defio + * serial8250: sanity check nr_uarts on all paths. + * ov7670: clean up ov7670_read semantics + * rtc-fm3130: fix chip naming + * rtc-pcf8563: add chip id + * OProfile kernel maintainership changes + * frv: fix irqs_disabled() to return an int, not an unsigned long + * cifs: fix inode leak in cifs_get_inode_info_unix + * cifs: fix wksidarr declaration to be big-endian friendly + * cpusets, hotplug, scheduler: fix scheduler domain breakage + * Documentation/HOWTO: correct wrong kernel bugzilla FAQ URL + * devcgroup: always show positive major/minor num + * devcgroup: fix permission check when adding entry to child cgroup + * Linux 2.6.26 + + -- Ben Collins Mon, 14 Jul 2008 13:41:50 -0400 + +linux (2.6.26-3.9) intrepid; urgency=low + + * abi: Add dca and ioatdma to modules.ignore + + [ 2.6.26-3.8 ] + + [ Ben Collins ] + + * ubuntu: Add heci driver 3.2.0.24 + * ubuntu: Add heci to kconfig/kbuild + * config: Enable heci module on all flavours + * dm-bbr: Update to get it to compile with 2.6.26 + * config: Enable dm-bbr + * ubuntu: Add some media drivers + * config: Enable misc media drivers + * udeb: Switch to uvesafb in fb-modules + * abi: Add more modules to ignore (known) + + [ 2.6.26-3.7 ] + + [Amit Kucheria] + + * SAUCE: make fc transport removal of target configurable + - LP: #163075 + * SAUCE: pm: Config option to disable handling of console during + suspend/resume + + [Ben Collins] + + * SAUCE: input/mouse/alps: Do not call psmouse_reset() for alps + * SAUCE: irda: Default to dongle type 9 on IBM hardware + * SAUCE: tulip: Let dmfe handle davicom on non-sparc + * SAUCE: tulip: Define ULI PCI ID's + * SAUCE: version: Implement version_signature proc file. + * build: Cleanup arches + * build: Remove remnants of unused binary-custom infrastructure + * build: Remove disable_d_i (not needed) and cleanup ppa build stuff + * ubuntu: New modules, acer-acpi + * build: Remove -virtual, and rebuild configs + * ubuntu: Add drbd module + * acer-acpi: Fix makefile + * x86/Kconfig: Fix missing quote for ubuntu Kconfig source + * ubuntu: Add iscsitarget module + * ubuntu: Added Amiga FS driver + * ubuntu: Add squashfs driver + * ubuntu: Remove asfs (Amiga FS). Need to be in linux-ports instead + * squashfs: Move headers to real include directory + * build/configs: The Great Config Consistency Check of 2008 + * ubuntu: Move third-party includes to ubuntu/include + * ubuntu: Add aufs module + * ubuntu: Added atl2 driver + * ubuntu: Add dm-radi4-5 driver + * build: Add CONFIG_DEBUG_SECTION_MISMATCH=y to get old style warnings + from build + * ubuntu/Makefile: Fixup dm-raid4-5 and add kludge for kbuild + * squashfs: Fixes for VFS changes + * ubuntu/dm-raid4-5: Fixups for moved/renamed headers/functions in core + md + * ubuntu: Add ndiswrapper driver + * d-i: Update module listings + * build: Disable xd block device (ancient) + * ndiswrapper: Fixup makefile + * d-i: Remove efi-modules. The only module, efivars, is built-in + * build: Remove install-source, obsolete and caused build failure + * Ubuntu-2.6.26-1.3 + * build: linux-doc rules got broken when disabling html side. Fixed now. + * Ubuntu-2.6.26-1.4 + * x86: Update to -rc6 allows CONFIG_PCI_OLPC to work with PCI_GOANY + * d-i: Make virtio-ring optional (it's built-in on i386) + * Ubuntu-2.6.26-1.4 + * Ubuntu-2.6.26-1.5 + * config: Enable DVB devices + * ubuntu/aufs: Make aufs a bool config, since it needs to be built-in + * config: Build aufs into the kernels + * build: Fix arguments passed to link-headers script + * config: Disable early printk + * d-i: Move isofs to storage-core and kill st (scsi tape) from list + * config: Enable non-promiscuous access to /dev/mem + * x86: Add option to disable decompression info messages + * config: Enable no-bz-chatter config options + * build: Re-add linux-source package + * d-i: Re-add socket-modules. Accidentally removed + - LP: #241295 + * Ubuntu-2.6.26-2.6 + * Use makedumpfile to generate a vmcoreinfo file. + * build: Build-Depend on makedumpfile for vmcoreinfo generation + * build: Remove debug print from git-ubuntu-log + * Updated configs for -rc7 + * build: postinst, do not call depmod with -F + * config: Enable rtc-cmos as a built-in driver. + * control: Provide ndiswrapper-modules-1.9 + * build: Generate vmcoreinfo in image build for crashdumps without debug + image + * config: Disable vesafb, since we'll prefer uvesafb + * build: Copy uvesafb module to initrd mod directory + * abi-check: New, more robust script + * config: Enable heap randomization by default + * abi-check: Cleanup output and call with perl (not $SHELL) + * abi: Ignore missing vesafb (known) + * config: Disable pcspkr (in favor of snd-pcsp) + * swap: Add notify_swap_entry_free callback for compcache + * compcache: Added ram backed compressed swap module + * ubuntu: Enable kbuild and kconfig for compcache + * config: Enable compcache and tlsf allocator as modules + * config: Updated for -rc8. Disables XEN on i386 + * config: Switch i386-server to 64G, enable PAE, 64-bit res, and XEN + * ubuntu: Add misc drivers from hardy lum + * ubuntu: Enable build of misc/ subdir + * config: Enable misc drivers + * aufs: Fix warning about single non-string-literal arg to printf style + function + * drivers: Remove some duplicate device entries in various modules + * config: Disable some duplicate drivers + * keyspan: Remove duplicate device ID's + * check-aliases: Cleanup output, and fix rolling checks + * ubuntu: Disable dm-bbr for now + * dm-bbr: First cut at forward portiong. Still needs work. + * ubuntu: Disable dm-bbr in kbuild/kconfig + + [Chuck Short] + + * SAUCE: ata: blacklist FUJITSU MHW2160BH PL + - LP: #175834 + * SAUCE: [USB]: add ASUS LCM to the blacklist + + [Colin Ian King] + + * SAUCE: airprime.c supports more devices + - LP: #208250 + * SAUCE: Enable speedstep for sonoma processors. + - LP: #132271 + * Add dm-loop + * Add dm-loop BOM + + [Kyle McMartin] + + * SAUCE: fix orinoco_cs oops + + [Mario Limonciello] + + * SAUCE: Enable Reset and SCO workaround on Dell 410 BT adapter + + [Matthew Garrett] + + * SAUCE: hostap: send events on data interface as well as master + interface + + [Phillip Lougher] + + * SAUCE: r8169: disable TSO by default for RTL8111/8168B chipsets. + + [Stefan Bader] + + * SAUCE: Export dm_disk function of device-mapper + * SAUCE: Restore VT fonts on switch + * SAUCE: Always use SCO protocol (disable eSCO support) Bug: #39414 + * SAUCE: mmc: Increase power_up deleay to fix TI readers OriginalAuthor: + Pascal Terjan Bug: #137686 + * SAUCE: Add blacklist support to fix Belkin bluetooth dongle. Bug: + #140511 + * SAUCE: Lower warning level of pci resource allocation messages. Bug: + 159241 + * SAUCE: Lower message level for PCI memory and I/O allocation. + - LP: #159241 + * Modify log generation to catch bug numbers when adding with git-am. + + [Tim Gardner] + + * Added the debian directory. Ignore: yes + * Add support for UBUNTUINCLUDE Ignore: yes + * LUM headers go in /usr/src Ignore: yes + * First pass at 2.6.25 configs Ignore: yes + * i386 -generic builds. Ignore: yes + * SAUCE: Increase CONFIG_IDE_MAX_HWIFS to 8 (from 4) + * SAUCE: Add extra headers to linux-libc-dev OriginalAuthor: Soren Hansen + OriginalLocation: + https://lists.ubuntu.com/archives/kernel-team/2007-November/001891.html + * Set CONFIG_DEVKMEM=n Ignore: yes + * Enabled ALSA and CGROUPS for i386 Ignore: yes + * Enabled amd64 configs. Ignore: yes + * CONFIG_STANDALONE=n Ignore: yes + * CONFIG_BLK_DEV_4DRIVES=n for i386 Ignore: yes + * CONFIG: CONFIG_DEFAULT_RELATIME=y for all flavours. Ignore: yes + * Set CONFIG_EDD_OFF=y Ignore: yes + * SAUCE: Blacklist Bluetooth Dell Wireless 370 for SCO MTU + OriginalAuthor: Mario Limonciello Bug: + #209715 + * SAUCE: Catch nonsense keycodes and silently ignore + * SAUCE: frame buffer regression - screen blank except for blinking + cursor after fbcon vtswitch OriginalAuthor: Matthew Garrett + Bug: #201591 + * SAUCE: Added support for HDAPS on various ThinkPads from Lenovo and IBM + OriginalAuthor: Klaus S. Madsen + OriginalAuthor: Chuck Short + * SAUCE: Guest OS does not recognize a lun with non zero target id on + Vmware ESX Server + * SAUCE: orinoco_cs.ko missing + * Set CONFIG_FB_VESA=m for i386/amd64 Ignore: yes + * Set CONFIG_PM_DISABLE_CONSOLE=y for all flavours Ignore: yes + * Thorough review of amd64 -generic config Ignore: yes + * Build PPA packages for Hardy until the Intrepid archive is opened. + * Deleted obsolete flavours Ignore: yes + * Don't build docs for PPA Ignore: yes + * Build all standard packages in PPA. Ignore: yes + * Remove duplicate USB ids + * SAUCE: DVB-USB UMT-010 driver oops on install Bug: #115284 + * Update configs after rebase to 2.6.26-rc1 Ignore: yes + * Update configs after rebase Ignore: yes + * Disable V4L until the build issues get ironed out. Ignore: yes + * Update configs after rebase. Ignore: yes + * Another device enable pass Ignore: yes + * Update configs after merge. Ignore: yes + * SAUCE: fn key doesn't work in hardy with macbook pro fourth generation + (4,1) + - LP: #207127 + * Enabled CONFIG_CIFS_DFS_UPCALL=y and CONFIG_CIFS_UPCALL=y + - LP: #236830 + + [Upstream Kernel Changes] + + * Revert "[WATCHDOG] hpwdt: Add CFLAGS to get driver working" + * mac80211: detect driver tx bugs + * hwmon: (lm85) Fix function RANGE_TO_REG() + * hwmon: (adt7473) Initialize max_duty_at_overheat before use + * hwmon: Update the sysfs interface documentation + * hwmon: (abituguru3) Identify Abit AW8D board as such + * hwmon: (w83791d) new maintainer + * hwmon: (abituguru3) update driver detection + * hwmon: (lm75) sensor reading bugfix + * ipv6: Remove options header when setsockopt's optlen is 0 + * ipv6: Drop packets for loopback address from outside of the box. + * sched: rt: dont stop the period timer when there are tasks wanting to + run + * sched: fix wait_for_completion_timeout() spurious failure under heavy + load + * x86: fix NULL pointer deref in __switch_to + * xen: Use wmb instead of rmb in xen_evtchn_do_upcall(). + * xen: mask unwanted pte bits in __supported_pte_mask + * xen: don't drop NX bit + * sched: refactor wait_for_completion_timeout() + * Ext4: Fix online resize block group descriptor corruption + * [IA64] SN2: security hole in sn2_ptc_proc_write + * alpha: fix module load failures on smp (bug #10926) + * alpha: link failure fix + * alpha: fix compile failures with gcc-4.3 (bug #10438) + * alpha: resurrect Cypress IDE quirk + * pppoe: warning fix + * sctp: Make sure N * sizeof(union sctp_addr) does not overflow. + * netns: Don't receive new packets in a dead network namespace. + * Add return value to reserve_bootmem_node() + * Slab: Fix memory leak in fallback_alloc() + * Fix performance regression on lmbench select benchmark + * ALSA: aw2 - Fix Oops at initialization + * ALSA: sb - Fix wrong assertions + * futexes: fix fault handling in futex_lock_pi + * IB/mthca: Clear ICM pages before handing to FW + * tty_driver: Update required method documentation + * removed unused var real_tty on n_tty_ioctl() + * Fix ZERO_PAGE breakage with vmware + * mm: fix race in COW logic + * NFS: Reduce the NFS mount code stack usage. + * NFS: Fix filehandle size comparisons in the mount code + * NFS: nfs_updatepage(): don't mark page as dirty if an error occurred + * alpha: fix compile error in arch/alpha/mm/init.c + * KVM: Fix race between timer migration and vcpu migration + * KVM: close timer injection race window in __vcpu_run + * KVM: MMU: Fix rmap_write_protect() hugepage iteration bug + * KVM: MMU: large page update_pte issue with non-PAE 32-bit guests + (resend) + * KVM: MMU: Fix oops on guest userspace access to guest pagetable + * KVM: ioapic: fix lost interrupt when changing a device's irq + * KVM: VMX: Fix host msr corruption with preemption enabled + * [GFS2] BUG: unable to handle kernel paging request at ffff81002690e000 + * xen: remove support for non-PAE 32-bit + * kgdb: documentation update - remove kgdboe + * kgdb: sparse fix + * [IA64] Fix boot failure on ia64/sn2 + * [IA64] Handle count==0 in sn2_ptc_proc_write() + * [IA64] Eliminate NULL test after alloc_bootmem in iosapic_alloc_rte() + * [GFS2] fix gfs2 block allocation (cleaned up) + * x86: Add structs and functions for paravirt clocksource + * x86: Make xen use the paravirt clocksource structs and functions + * KVM: Make kvm host use the paravirt clocksource structs + * x86: KVM guest: Use the paravirt clocksource structs and functions + * KVM: Remove now unused structs from kvm_para.h + * enable bus mastering on i915 at resume time + * Linux 2.6.26-rc8 + * # Ubuntu external driver commit. + * # Ubuntu commit template. + + -- Ben Collins Sat, 21 Jun 2008 09:05:15 -0400 + +linux (2.6.26-2.6) intrepid; urgency=low + + [Ben Collins] + + * Revert "SAUCE: Export symbols for aufs (in lum) (not needed) + * config: Enable DVB devices + * ubuntu/aufs: Make aufs a bool config, since it needs to be built-in + * config: Build aufs into the kernels + * build: Fix arguments passed to link-headers script + * config: Disable early printk + * d-i: Move isofs to storage-core and kill st (scsi tape) from list + * config: Enable non-promiscuous access to /dev/mem + * x86: Add option to disable decompression info messages + * config: Enable no-bz-chatter config options + * build: Re-add linux-source package + * d-i: Re-add socket-modules. Accidentally removed + - LP: #241295 + + [Colin Ian King] + + * Add dm-loop + + [Tim Gardner] + + * Revert "SAUCE: USB bluetooth device 0x0e5e:0x6622 floods errors to + syslog (merged upstream) + + -- Ben Collins Mon, 16 Jun 2008 10:56:01 -0400 + +linux (2.6.26-1.5) intrepid; urgency=low + + * d-i: Make virtio-ring optional (it's built-in on i386) + * Rebased on 2.6.26-rc6 + + [Ubuntu-2.6.26-1.4 Changes below] + + * build: linux-doc rules got broken when disabling html side. Fixed now. + + [Ubuntu-2.6.26-1.3 Changes below] + + * build: Remove install-source, obsolete and caused build failure + + [Ubuntu-2.6.26-1.2 Changes below] + + * Remove efi-modules from d-i module list (efivars is built-in). Caused a + build failure. + * Patch to arch/x86/xen/time.c to remove __divdi3 usage (build failure on + i386). + + [Ubuntu-2.6.26-1.1 Changes below] + + [Amit Kucheria] + + * SAUCE: make fc transport removal of target configurable + * SAUCE: Add AGP support for Radeon Mobility 9000 chipset + * SAUCE: pm: Config option to disable handling of console during + suspend/resume + + [Ben Collins] + + * SAUCE: input/mouse/alps: Do not call psmouse_reset() for alps + * SAUCE: irda: Default to dongle type 9 on IBM hardware + * SAUCE: tulip: Let dmfe handle davicom on non-sparc + * SAUCE: tulip: Define ULI PCI ID's + * SAUCE: version: Implement version_signature proc file. + * build: Remove remnants of unused binary-custom infrastructure + * mmc_block: Fix bad allocation on 64-bit (zero len array) + * ubuntu: New modules, acer-acpi + * build: Remove -virtual, and rebuild configs + * ubuntu: Add drbd module + * ubuntu: Add iscsitarget module + * ubuntu: Add squashfs driver + * build/configs: The Great Config Consistency Check of 2008 + * ubuntu: Add aufs module + * ubuntu: Added atl2 driver + * ubuntu: Add dm-radi4-5 driver + * build: Add CONFIG_DEBUG_SECTION_MISMATCH=y to get old style warnings + from build + * squashfs: Fixes for VFS changes + * ubuntu/dm-raid4-5: Fixups for moved/renamed headers/functions in core + md + * ubuntu: Add ndiswrapper driver + * d-i: Update module listings + + [Chuck Short] + + * SAUCE: ata: blacklist FUJITSU MHW2160BH PL + * SAUCE: [USB]: add ASUS LCM to the blacklist + + [Colin Ian King] + + * SAUCE: Enable speedstep for sonoma processors. + * SAUCE: airprime.c supports more devices + + [Kyle McMartin] + + * SAUCE: fix orinoco_cs oops + + [Mario Limonciello] + + * SAUCE: Enable Reset and SCO workaround on Dell 410 BT adapter + + [Matthew Garrett] + + * SAUCE: hostap: send events on data interface as well as master + interface + + [Phillip Lougher] + + * SAUCE: r8169: disable TSO by default for RTL8111/8168B chipsets. + + [Stefan Bader] + + * SAUCE: Export dm_disk function of device-mapper + * SAUCE: Restore VT fonts on switch + * SAUCE: Always use SCO protocol (disable eSCO support) Bug: #39414 + * SAUCE: mmc: Increase power_up deleay to fix TI readers + * SAUCE: Add blacklist support to fix Belkin bluetooth dongle. + * SAUCE: Lower warning level of pci resource allocation messages. + * SAUCE: Lower message level for PCI memory and I/O allocation. + - LP: #159241 + * Modify log generation to catch bug numbers when adding with git-am. + + [Tim Gardner] + + * SAUCE: hdaps module does not load on Thinkpad T61P + * SAUCE: Add extra headers to linux-libc-dev + * SAUCE: Export symbols for aufs (in lum). + * SAUCE: USB bluetooth device 0x0e5e:0x6622 floods errors to syslog + * SAUCE: Blacklist Bluetooth Dell Wireless 370 for SCO MTU + * SAUCE: Catch nonsense keycodes and silently ignore + * SAUCE: frame buffer regression - screen blank except for blinking + cursor after fbcon vtswitch + * SAUCE: Added support for HDAPS on various ThinkPads from Lenovo and IBM + * SAUCE: Guest OS does not recognize a lun with non zero target id on + Vmware ESX Server + * SAUCE: Modualrize vesafb + * SAUCE: DVB-USB UMT-010 driver oops on install + * SAUCE: fn key doesn't work in hardy with macbook pro fourth generation + (4,1) + - LP: #207127 + + -- Ben Collins Wed, 11 Jun 2008 05:28:35 -0400 --- linux-lowlatency-3.8.0.orig/debian.master/d-i/exclude-modules.armhf-generic +++ linux-lowlatency-3.8.0/debian.master/d-i/exclude-modules.armhf-generic @@ -0,0 +1,10 @@ +serial-modules +firewire-core-modules +floppy-modules +pcmcia-storage-modules +fb-modules +nic-pcmcia-modules +pcmcia-modules +pata-modules +message-modules +virtio-modules --- linux-lowlatency-3.8.0.orig/debian.master/d-i/exclude-modules.i386-virtual +++ linux-lowlatency-3.8.0/debian.master/d-i/exclude-modules.i386-virtual @@ -0,0 +1,15 @@ +pata-modules +serial-modules +firewire-core-modules +plip-modules +usb-modules +pcmcia-storage-modules +input-modules +nic-pcmcia-modules +pcmcia-modules +nic-usb-modules +nfs-modules +speakup-modules +ppp-modules +sata-modules +ipmi-modules --- linux-lowlatency-3.8.0.orig/debian.master/d-i/exclude-modules.amd64-virtual +++ linux-lowlatency-3.8.0/debian.master/d-i/exclude-modules.amd64-virtual @@ -0,0 +1,15 @@ +pata-modules +serial-modules +firewire-core-modules +plip-modules +usb-modules +pcmcia-storage-modules +input-modules +nic-pcmcia-modules +pcmcia-modules +nic-usb-modules +nfs-modules +speakup-modules +ppp-modules +sata-modules +ipmi-modules --- linux-lowlatency-3.8.0.orig/debian.master/d-i/package-list +++ linux-lowlatency-3.8.0/debian.master/d-i/package-list @@ -0,0 +1,196 @@ +Package: kernel-image + +Package: fat-modules +Depends: kernel-image +Priority: standard +Description: FAT filesystem support + This includes Windows FAT and VFAT support. + +Package: fb-modules +Depends: kernel-image +Priority: standard +Description: Framebuffer modules + +Package: firewire-core-modules +Depends: kernel-image, storage-core-modules +Priority: standard +Description: Firewire (IEEE-1394) Support + +Package: floppy-modules +Depends: kernel-image +Priority: standard +Description: Floppy driver support + +Package: fs-core-modules +Depends: kernel-image +Priority: standard +Provides: jfs-modules, reiserfs-modules, xfs-modules +Description: Base filesystem modules + This includes jfs, reiserfs and xfs. + +Package: fs-secondary-modules +Depends: kernel-image, fat-modules +Priority: standard +Provides: ntfs-modules, hfs-modules +Description: Extra filesystem modules + This includes support for Windows NTFS and MacOS HFS/HFSPlus + +Package: input-modules +Depends: kernel-image, usb-modules +Priority: standard +Description: Support for various input methods + +Package: irda-modules +Depends: kernel-image, nic-shared-modules +Priority: standard +Description: Support for Infrared protocols + +Package: md-modules +Depends: kernel-image +Priority: standard +Description: Multi-device support (raid, device-mapper, lvm) + +Package: nic-modules +Depends: kernel-image, nic-shared-modules, virtio-modules +Priority: standard +Description: Network interface support + +Package: nic-pcmcia-modules +Depends: kernel-image, nic-shared-modules, nic-modules +Priority: standard +Description: PCMCIA network interface support + +Package: nic-usb-modules +Depends: kernel-image, nic-shared-modules, usb-modules +Priority: standard +Description: USB network interface support + +Package: nic-shared-modules +Depends: kernel-image, crypto-modules +Priority: standard +Description: nic shared modules + This package contains modules which support nic modules + +Package: parport-modules +Depends: kernel-image +Priority: standard +Description: Parallel port support + +Package: pata-modules +Depends: kernel-image, storage-core-modules +Priority: standard +Description: PATA support modules + +Package: pcmcia-modules +Depends: kernel-image +Priority: standard +Description: PCMCIA Modules + +Package: pcmcia-storage-modules +Depends: kernel-image, scsi-modules +Priority: standard +Description: PCMCIA storage support + +Package: plip-modules +Depends: kernel-image, nic-shared-modules, parport-modules +Priority: standard +Description: PLIP (parallel port) networking support + +Package: ppp-modules +Depends: kernel-image, nic-shared-modules, serial-modules +Priority: standard +Description: PPP (serial port) networking support + +Package: sata-modules +Depends: kernel-image, storage-core-modules +Priority: standard +Description: SATA storage support + +Package: scsi-modules +Depends: kernel-image, storage-core-modules +Priority: standard +Description: SCSI storage support + +Package: serial-modules +Depends: kernel-image +Priority: standard +Description: Serial port support + +Package: storage-core-modules +Depends: kernel-image +Priority: standard +Provides: loop-modules +Description: Core storage support + Includes core SCSI, LibATA, USB-Storage. Also includes related block + devices for CD, Disk and Tape medium (and IDE Floppy). + +Package: usb-modules +Depends: kernel-image, storage-core-modules +Priority: standard +Description: Core USB support + +Package: nfs-modules +Priority: standard +Depends: kernel-image +Description: NFS filesystem drivers + Includes the NFS client driver, and supporting modules. + +Package: block-modules +Priority: standard +Depends: kernel-image, storage-core-modules, parport-modules, virtio-modules +Description: Block storage devices + This package contains the block storage devices, including DAC960 and + paraide. + +Package: message-modules +Priority: standard +Depends: kernel-image, storage-core-modules, scsi-modules +Description: Fusion and i2o storage modules + This package containes the fusion and i2o storage modules. + +Package: crypto-modules +Priority: extra +Depends: kernel-image +Description: crypto modules + This package contains crypto modules. + +Package: virtio-modules +Priority: standard +Depends: kernel-image +Description: VirtIO Modules + Includes modules for VirtIO (virtual machine, generally kvm guests) + +Package: socket-modules +Depends: kernel-image +Priority: standard +Description: Unix socket support + +Package: mouse-modules +Depends: kernel-image, input-modules, usb-modules +Priority: extra +Description: Mouse support + This package contains mouse drivers for the Linux kernel. + +Package: squashfs-modules +Depends: kernel-image +Priority: extra +Description: squashfs modules + This package contains squashfs modules. + +Package: vlan-modules +Depends: kernel-image +Priority: extra +Description: vlan modules + This package contains vlan (8021.Q) modules. + +Package: ipmi-modules +Depends: kernel-image +Priority: standard +Description: ipmi modules + +Package: multipath-modules +Depends: kernel-image +Priority: extra +Description: DM-Multipath support + This package contains modules for device-mapper multipath support. + --- linux-lowlatency-3.8.0.orig/debian.master/d-i/kernel-versions.in +++ linux-lowlatency-3.8.0/debian.master/d-i/kernel-versions.in @@ -0,0 +1,9 @@ +# arch version flavour installedname suffix bdep +amd64 PKGVER-ABINUM generic PKGVER-ABINUM-generic - + +i386 PKGVER-ABINUM generic PKGVER-ABINUM-generic - + +armhf PKGVER-ABINUM generic PKGVER-ABINUM-generic - + +# Ports +# arch version flavour installedname suffix bdep --- linux-lowlatency-3.8.0.orig/debian.master/d-i/exclude-modules.sparc +++ linux-lowlatency-3.8.0/debian.master/d-i/exclude-modules.sparc @@ -0,0 +1,9 @@ +efi-modules +nic-pcmcia-modules +pcmcia-modules +pcmcia-storage-modules +irda-modules +floppy-modules +fb-modules +acpi-modules +virtio-modules --- linux-lowlatency-3.8.0.orig/debian.master/d-i/exclude-modules.ia64 +++ linux-lowlatency-3.8.0/debian.master/d-i/exclude-modules.ia64 @@ -0,0 +1,4 @@ +irda-modules +floppy-modules +fb-modules +virtio-modules --- linux-lowlatency-3.8.0.orig/debian.master/d-i/exclude-firmware.armhf-generic +++ linux-lowlatency-3.8.0/debian.master/d-i/exclude-firmware.armhf-generic @@ -0,0 +1,2 @@ +nic-modules +scsi-modules --- linux-lowlatency-3.8.0.orig/debian.master/d-i/modules-sparc/block-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/modules-sparc/block-modules @@ -0,0 +1,9 @@ +aoe +cciss +comm +cpqarray ? +DAC960 +nbd +sx8 +umem +virtio_blk ? --- linux-lowlatency-3.8.0.orig/debian.master/d-i/modules-sparc/message-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/modules-sparc/message-modules @@ -0,0 +1,13 @@ +mptbase +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +i2o_block +i2o_bus +i2o_config ? +i2o_core +i2o_proc +i2o_scsi --- linux-lowlatency-3.8.0.orig/debian.master/d-i/modules/fat-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/modules/fat-modules @@ -0,0 +1,7 @@ +fat ? +vfat ? + +# Supporting modules ? +nls_cp437 ? +nls_iso8859-1 ? +nls_utf8 ? --- linux-lowlatency-3.8.0.orig/debian.master/d-i/modules/block-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/modules/block-modules @@ -0,0 +1,32 @@ +aoe ? +aten ? +bpck ? +bpck6 ? +cciss ? +comm ? +cpqarray ? +DAC960 ? +dstr ? +epat ? +epia ? +fit2 ? +fit3 ? +friq ? +frpw ? +hpsa ? +kbic ? +ktti ? +nbd ? +on20 ? +on26 ? +paride ? +pcd ? +pd ? +pf ? +pg ? +pt ? +sx8 ? +umem ? +virtio_blk ? +xen-blkfront ? +mtip32xx ? --- linux-lowlatency-3.8.0.orig/debian.master/d-i/modules/floppy-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/modules/floppy-modules @@ -0,0 +1 @@ +floppy ? --- linux-lowlatency-3.8.0.orig/debian.master/d-i/modules/fs-secondary-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/modules/fs-secondary-modules @@ -0,0 +1,5 @@ +btrfs ? +fuse ? +ntfs ? +hfs ? +hfsplus ? --- linux-lowlatency-3.8.0.orig/debian.master/d-i/modules/pata-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/modules/pata-modules @@ -0,0 +1,47 @@ +pata_ali.ko ? +pata_amd.ko ? +pata_artop.ko ? +pata_atiixp.ko ? +pata_atp867x.ko ? +pata_cmd640.ko ? +pata_cmd64x.ko ? +pata_cs5520.ko ? +pata_cs5530.ko ? +pata_cs5535.ko ? +pata_cs5536.ko ? +pata_cypress.ko ? +pata_efar.ko ? +pata_hpt366.ko ? +pata_hpt37x.ko ? +pata_hpt3x2n.ko ? +pata_hpt3x3.ko ? +pata_isapnp.ko ? +pata_it8213.ko ? +pata_it821x.ko ? +pata_jmicron.ko ? +pata_legacy.ko ? +pata_macio.ko ? +pata_marvell.ko ? +pata_mpiix.ko ? +pata_netcell.ko ? +pata_ninja32.ko ? +pata_ns87410.ko ? +pata_ns87415.ko ? +pata_oldpiix.ko ? +pata_optidma.ko ? +pata_opti.ko ? +pata_pcmcia.ko ? +pata_pdc2027x.ko ? +pata_pdc202xx_old.ko ? +pata_qdi.ko ? +pata_radisys.ko ? +pata_rdc.ko ? +pata_rz1000.ko ? +pata_sc1200.ko ? +pata_sch.ko ? +pata_serverworks.ko ? +pata_sil680.ko ? +pata_sl82c105.ko ? +pata_triflex.ko ? +pata_via.ko ? +pata_winbond.ko ? --- linux-lowlatency-3.8.0.orig/debian.master/d-i/modules/pcmcia-storage-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/modules/pcmcia-storage-modules @@ -0,0 +1,6 @@ +pata_pcmcia ? +qlogic_cs ? +fdomain_cs ? +aha152x_cs ? +nsp_cs ? +sym53c500_cs ? --- linux-lowlatency-3.8.0.orig/debian.master/d-i/modules/irda-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/modules/irda-modules @@ -0,0 +1,30 @@ +act200l-sir ? +actisys-sir ? +ali-ircc ? +donauboe ? +esi-sir ? +girbil-sir ? +ircomm ? +ircomm-tty ? +irda ? +irda-usb ? +irlan ? +irnet ? +irport ? +irtty-sir ? +kingsun-sir ? +ks959-sir ? +ksdazzle-sir ? +litelink-sir ? +ma600-sir ? +mcp2120-sir ? +mcs7780 ? +nsc-ircc ? +old_belkin-sir ? +sir-dev ? +smsc-ircc2 ? +stir4200 ? +tekram-sir ? +via-ircc ? +vlsi_ir ? +w83977af_ir ? --- linux-lowlatency-3.8.0.orig/debian.master/d-i/modules/parport-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/modules/parport-modules @@ -0,0 +1,2 @@ +parport ? +parport_pc ? --- linux-lowlatency-3.8.0.orig/debian.master/d-i/modules/nic-usb-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/modules/nic-usb-modules @@ -0,0 +1,32 @@ +catc ? +kaweth ? +pegasus ? +prism2_usb ? +rtl8150 ? +usbnet ? +zd1211rw ? +zd1201 ? +rt2500usb ? +rt73usb ? +rt2570 ? +rt2800usb ? +rt2x00usb ? +cdc_ether ? +asix ? +cdc_eem ? +cdc_ether ? +cdc-phonet ? +cdc_subset ? +dm9601 ? +gl620a ? +hso ? +int51x1 ? +mcs7830 ? +net1080 ? +plusb ? +rndis_host ? +smsc95xx ? +zaurus ? +carl9170 ? +smsc75xx ? +smsc95xx ? --- linux-lowlatency-3.8.0.orig/debian.master/d-i/modules/nic-shared-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/modules/nic-shared-modules @@ -0,0 +1,26 @@ +# PHY +8390 ? +mii ? + +# CRC modules +crc-ccitt ? +crc-itu-t ? +libcrc32c ? + +# mac80211 stuff +mac80211 ? +cfg80211 ? + +# rt2x00 lib (since rt2x00 is split across usb/pci/cb +rt2x00lib ? +rt2800lib ? + +# Atheros library (since drivers are split across nic-modules/nic-usb-modules) +ath ? + +# Wireless 802.11 modules +lib80211 ? +cfg80211 ? +lib80211_crypt_ccmp ? +lib80211_crypt_tkip ? +lib80211_crypt_wep ? --- linux-lowlatency-3.8.0.orig/debian.master/d-i/modules/sata-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/modules/sata-modules @@ -0,0 +1,17 @@ +sata_inic162x.ko ? +sata_mv.ko ? +sata_nv.ko ? +sata_promise.ko ? +sata_qstor.ko ? +sata_sil24.ko ? +sata_sil.ko ? +sata_sis.ko ? +sata_svw.ko ? +sata_sx4.ko ? +sata_uli.ko ? +sata_via.ko ? +sata_vsc.ko ? +ahci_platform ? +ahci ? +acard-ahci ? +libahci ? --- linux-lowlatency-3.8.0.orig/debian.master/d-i/modules/squashfs-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/modules/squashfs-modules @@ -0,0 +1 @@ +squashfs ? --- linux-lowlatency-3.8.0.orig/debian.master/d-i/modules/md-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/modules/md-modules @@ -0,0 +1,15 @@ +dm-crypt ? +dm-mirror ? +dm-raid ? +dm-zero ? +faulty ? +linear ? +multipath ? +raid0 ? +raid1 ? +raid10 ? +raid456 ? + +# Extras +dm-raid45 ? +dm-loop ? --- linux-lowlatency-3.8.0.orig/debian.master/d-i/modules/storage-core-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/modules/storage-core-modules @@ -0,0 +1,10 @@ +# Core stacks +usb-storage ? + +# Block level + +# Loop modules +cryptoloop ? + +# Needs to be here for better cdrom initrd layout +isofs ? --- linux-lowlatency-3.8.0.orig/debian.master/d-i/modules/message-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/modules/message-modules @@ -0,0 +1,14 @@ +mptbase ? +mptctl ? +mptfc ? +mptlan ? +mptsas ? +mpt2sas ? +mptscsih ? +mptspi ? +i2o_block ? +i2o_bus ? +i2o_config ? +i2o_core ? +i2o_proc ? +i2o_scsi ? --- linux-lowlatency-3.8.0.orig/debian.master/d-i/modules/pcmcia-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/modules/pcmcia-modules @@ -0,0 +1,8 @@ +i82092 ? +i82365 ? +pcmcia ? +pcmcia_core ? +pd6729 ? +rsrc_nonstatic ? +tcic ? +yenta_socket ? --- linux-lowlatency-3.8.0.orig/debian.master/d-i/modules/ipmi-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/modules/ipmi-modules @@ -0,0 +1,5 @@ +ipmi_devintf ? +ipmi_msghandler ? +ipmi_poweroff ? +ipmi_si ? +ipmi_watchdog ? --- linux-lowlatency-3.8.0.orig/debian.master/d-i/modules/vlan-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/modules/vlan-modules @@ -0,0 +1,3 @@ +slp ? +garp ? +8021q ? --- linux-lowlatency-3.8.0.orig/debian.master/d-i/modules/fb-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/modules/fb-modules @@ -0,0 +1,3 @@ +fbcon ? +vesafb ? +vga16fb ? --- linux-lowlatency-3.8.0.orig/debian.master/d-i/modules/nic-pcmcia-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/modules/nic-pcmcia-modules @@ -0,0 +1,19 @@ +3c574_cs ? +3c589_cs ? +airo_cs ? +atmel_cs ? +axnet_cs ? +com20020_cs ? +fmvj18x_cs ? +ibmtr_cs ? +netwave_cs ? +nmclan_cs ? +orinoco_cs ? +pcnet_cs ? +ray_cs ? +smc91c92_cs ? +wavelan_cs ? +wl3501_cs ? +xirc2ps_cs ? +xircom_cb ? +xircom_tulip_cb ? --- linux-lowlatency-3.8.0.orig/debian.master/d-i/modules/scsi-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/modules/scsi-modules @@ -0,0 +1,126 @@ +# SCSI +raid_class ? +scsi_transport_spi ? +scsi_transport_fc ? +scsi_transport_iscsi ? +scsi_transport_sas ? +iscsi_tcp ? +libiscsi ? +amiga7xx ? +a3000 ? +a2091 ? +gvp11 ? +mvme147 ? +sgiwd93 ? +cyberstorm ? +cyberstormII ? +blz2060 ? +blz1230 ? +fastlane ? +oktagon_esp_mod ? +atari_scsi ? +mac_scsi ? +mac_esp ? +sun3_scsi ? +mvme16x ? +bvme6000 ? +sim710 ? +advansys ? +psi240i ? +BusLogic ? +dpt_i2o ? +u14-34f ? +ultrastor ? +aha152x ? +aha1542 ? +aha1740 ? +aic7xxx_old ? +ips ? +fd_mcs ? +fdomain ? +fnic ? +in2000 ? +g_NCR5380 ? +g_NCR5380_mmio ? +NCR53c406a ? +NCR_D700 ? +NCR_Q720_mod ? +sym53c416 ? +qlogicfas408 ? +qla1280 ? +pas16 ? +seagate ? +seagate ? +t128 ? +dmx3191d ? +dtc ? +zalon7xx ? +eata_pio ? +wd7000 ? +mca_53c9x ? +ibmmca ? +eata ? +dc395x ? +tmscsim ? +megaraid ? +atp870u ? +esp ? +gdth ? +initio ? +a100u2w ? +qlogicpti ? +ide-scsi ? +mesh ? +mac53c94 ? +pluto ? +dec_esp ? +3w-xxxx ? +3w-9xxx ? +ppa ? +imm ? +jazz_esp ? +sun3x_esp ? +fcal ? +lasi700 ? +nsp32 ? +ipr ? +hptiop ? +stex ? +osst ? +sg ? +ch ? +scsi_debug ? +aacraid ? +aic7xxx ? +aic79xx ? +aic94xx ? +arcmsr ? +acornscsi_mod ? +arxescsi ? +cumana_1 ? +cumana_2 ? +ecoscsi ? +oak ? +powertec ? +eesox ? +ibmvscsic ? +libsas ? +lpfc ? +megaraid_mm ? +megaraid_mbox ? +megaraid_sas ? +qla2xxx ? +sym53c8xx ? +qla4xxx ? +mvsas ? +vmw_pvscsi ? +ums-cypress ? +be2iscsi ? +3w-sas ? +isci ? + +# device handlers +scsi_dh_alua ? +scsi_dh_emc ? +scsi_dh_rdac ? +scsi_dh_hp_sw ? --- linux-lowlatency-3.8.0.orig/debian.master/d-i/modules/serial-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/modules/serial-modules @@ -0,0 +1,3 @@ +generic_serial ? +serial_cs ? +synclink_cs ? --- linux-lowlatency-3.8.0.orig/debian.master/d-i/modules/multipath-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/modules/multipath-modules @@ -0,0 +1,2 @@ +dm-multipath ? +dm-round-robin ? --- linux-lowlatency-3.8.0.orig/debian.master/d-i/modules/plip-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/modules/plip-modules @@ -0,0 +1 @@ +plip ? --- linux-lowlatency-3.8.0.orig/debian.master/d-i/modules/mouse-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/modules/mouse-modules @@ -0,0 +1,2 @@ +psmouse ? +usbmouse ? --- linux-lowlatency-3.8.0.orig/debian.master/d-i/modules/ppp-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/modules/ppp-modules @@ -0,0 +1,6 @@ +ppp_async ? +ppp_deflate ? +ppp_mppe ? +pppoe ? +pppox ? +ppp_synctty ? --- linux-lowlatency-3.8.0.orig/debian.master/d-i/modules/virtio-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/modules/virtio-modules @@ -0,0 +1,9 @@ +virtio_balloon ? +virtio_pci ? +virtio_ring ? +virtio-rng ? +hv_vmbus ? +hv_utils ? +hv_netvsc ? +hv_mouse ? +hv_storvsc ? --- linux-lowlatency-3.8.0.orig/debian.master/d-i/modules/nfs-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/modules/nfs-modules @@ -0,0 +1,6 @@ +nfs ? +nfs_acl ? +nfsv3 ? +lockd ? +sunrpc ? +cifs ? --- linux-lowlatency-3.8.0.orig/debian.master/d-i/modules/crypto-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/modules/crypto-modules @@ -0,0 +1,70 @@ +aesni-intel ? +aes-x86_64 ? +af_alg ? +algif_hash ? +algif_skcipher ? +ansi_cprng ? +anubis ? +arc4 ? +async_memcpy ? +async_pq ? +async_raid6_recov ? +async_tx ? +async_xor ? +authenc ? +authencesn ? +blowfish_common ? +blowfish_generic ? +blowfish-x86_64 ? +camellia ? +cast5 ? +cast6 ? +ccm ? +cryptd ? +cryptoloop ? +crypto_null ? +crypto_user ? +ctr ? +cts ? +deflate ? +des_generic ? +fcrypt ? +gcm ? +gf128mul ? +ghash-clmulni-intel ? +ghash-generic ? +khazad ? +lrw ? +lzo ? +md4 ? +michael_mic ? +padlock-aes ? +padlock-sha ? +pcbc ? +pcrypt ? +raid6test ? +rmd128 ? +rmd160 ? +rmd256 ? +rmd320 ? +salsa20_generic ? +salsa20-x86_64 ? +seed ? +seqiv ? +serpent_generic ? +serpent-sse2-x86_64 ? +sha1-ssse3 ? +sha512_generic ? +tcrypt ? +tea ? +tgr192 ? +twofish_common ? +twofish_generic ? +twofish-x86_64 ? +twofish-x86_64-3way ? +vmac ? +wp512 ? +xcbc ? +xor ? +xts ? +zlib ? --- linux-lowlatency-3.8.0.orig/debian.master/d-i/modules/nic-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/modules/nic-modules @@ -0,0 +1,169 @@ +3c359 ? +3c501 ? +3c503 ? +3c505 ? +3c507 ? +3c509 ? +3c515 ? +3c523 ? +3c527 ? +3c59x ? +8139cp ? +8139too ? +82596 ? +abyss ? +ac3200 ? +adm8211 ? +airo ? +airport ? +alx ? +amd8111e ? +arc4 ? +arcnet ? +arc-rawmode ? +arc-rimi ? +arlan ? +at1700 ? +ath5k ? +ath9k ? +ath9k_htc ? +atl1 ? +atl1c ? +atl1e ? +atl2 ? +atmel ? +atmel_pci ? +b44 ? +be2net ? +bmac ? +bnx2 ? +bnx2x ? +bonding ? +brcmfmac ? +brcmsmac ? +cassini ? +com20020 ? +com20020-pci ? +com90io ? +com90xx ? +cs89x0 ? +de2104x ? +de4x5 ? +de600 ? +de620 ? +defxx ? +depca ? +dl2k ? +dmfe ? +dummy ? +e100 ? +e1000 ? +e1000e ? +e2100 ? +eepro ? +eepro100 ? +eexpress ? +enic ? +epic100 ? +eql ? +es3210 ? +eth16i ? +ewrk3 ? +fealnx ? +forcedeth ? +igb ? +ps3_gelic ? +hamachi ? +hermes ? +hp ? +hp100 ? +hp-plus ? +ibmtr ? +ipddp ? +ipw2100 ? +ipw2200 ? +iwl3945 ? +iwl4965 ? +iwl-legacy ? +iwlwifi ? +ixgb ? +ixgbe ? +lance ? +lanstreamer ? +lasi_82596 ? +lne390 ? +lp486e ? +mace ? +mlx4_core ? +mlx4_en ? +mv643xx_eth ? +myri_sbus ? +natsemi ? +ne ? +ne2 ? +ne2k-pci ? +ne3210 ? +netconsole ? +netxen_nic ? +ni5010 ? +ni52 ? +ni65 ? +niu ? +ns83820 ? +olympic ? +orinoco ? +orinoco_pci ? +orinoco_plx ? +orinoco_tmd ? +pcnet32 ? +r8169 ? +rate_control ? +rfc1051 ? +rfc1201 ? +rrunner ? +rt2400 ? +rt2400pci ? +rt2500 ? +rt2500pci ? +rt2800pci ? +rt61pci ? +s2io ? +shaper ? +sis190 ? +sis900 ? +spidernet ? +skfp ? +skge ? +sk98lin ? +sky2 ? +smc9194 ? +smc-ultra ? +smc-ultra32 ? +starfire ? +strip ? +sunbmac ? +sundance ? +sungem ? +sungem_phy ? +sunhme ? +sunlance ? +sunqe ? +sunvnet ? +tg3 ? +tlan ? +tms380tr ? +tmspci ? +tulip ? +tun ? +typhoon ? +uli526x ? +via-rhine ? +via-velocity ? +virtio_net ? +wavelan ? +wd ? +winbond-840 ? +yellowfin ? +znet ? +vmxnet3 ? +xen-netfront ? --- linux-lowlatency-3.8.0.orig/debian.master/d-i/modules/fs-core-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/modules/fs-core-modules @@ -0,0 +1,4 @@ +ext2 ? +jfs ? +reiserfs ? +xfs ? --- linux-lowlatency-3.8.0.orig/debian.master/d-i/modules/speakup-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/modules/speakup-modules @@ -0,0 +1,16 @@ +speakup ? +speakup_acntpc ? +speakup_acntsa ? +speakup_apollo ? +speakup_audptr ? +speakup_bns ? +speakup_decext ? +speakup_dectlk ? +speakup_dtlk ? +speakup_dummy ? +speakup_keypc ? +speakup_ltlk ? +speakup_soft ? +speakup_spkout ? +speakup_txprt ? +speakup_decpc ? --- linux-lowlatency-3.8.0.orig/debian.master/d-i/modules/input-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/modules/input-modules @@ -0,0 +1,23 @@ +hid-a4tech ? +hid-apple ? +hid-belkin ? +hid-bright ? +hid-cherry ? +hid-chicony ? +hid-cypress ? +hid-dell ? +hid-ezkey ? +hid-generic ? +hid-gyration ? +hid-logitech ? +hid-logitech-dj ? +hid-microsoft ? +hid-monterey ? +hid-petalynx ? +hid-pl ? +hid-samsung ? +hid-sony ? +hid-sunplus ? +hid-tmff ? +hid-zpff ? +usbhid ? --- linux-lowlatency-3.8.0.orig/debian.master/d-i/modules/firewire-core-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/modules/firewire-core-modules @@ -0,0 +1,4 @@ +firewire-core ? +firewire-ohci ? +firewire-sbp2 ? +firewire-net ? --- linux-lowlatency-3.8.0.orig/debian.master/d-i/modules/usb-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/modules/usb-modules @@ -0,0 +1,10 @@ +ehci-hcd ? +isp116x-hcd ? +isp1760 ? +ohci-hcd ? +r8a66597-hcd ? +sl811_cs ? +sl811-hcd ? +u132-hcd ? +uhci-hcd ? +xhci-hcd ? --- linux-lowlatency-3.8.0.orig/debian.master/d-i/firmware/README.txt +++ linux-lowlatency-3.8.0/debian.master/d-i/firmware/README.txt @@ -0,0 +1,4 @@ +# +# Place the names of udeb modules into this directory that require +# runtime firmware. +# --- linux-lowlatency-3.8.0.orig/debian.master/d-i/firmware/scsi-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/firmware/scsi-modules @@ -0,0 +1,3 @@ +qlogic/1040.bin +qlogic/12160.bin +qlogic/1280.bin --- linux-lowlatency-3.8.0.orig/debian.master/d-i/firmware/nic-modules +++ linux-lowlatency-3.8.0/debian.master/d-i/firmware/nic-modules @@ -0,0 +1,14 @@ +e100/d101m_ucode.bin +e100/d101s_ucode.bin +e100/d102e_ucode.bin +bnx2/bnx2-mips-09-6.2.1b.fw +bnx2/bnx2-rv2p-06-6.0.15.fw +bnx2/bnx2-mips-06-6.2.3.fw +bnx2/bnx2-rv2p-09-6.0.17.fw +bnx2/bnx2-rv2p-09ax-6.0.17.fw +bnx2x/bnx2x-e1h-7.8.2.0.fw +bnx2x/bnx2x-e1-7.8.2.0.fw +bnx2x/bnx2x-e2-7.8.2.0.fw +tigon/tg3_tso5.bin +tigon/tg3_tso.bin +tigon/tg3.bin --- linux-lowlatency-3.8.0.orig/debian.master/control.d/vars.generic +++ linux-lowlatency-3.8.0/debian.master/control.d/vars.generic @@ -0,0 +1,6 @@ +arch="i386 amd64 armhf" +supported="Generic" +target="Geared toward desktop and server systems." +desc="=HUMAN= SMP" +bootloader="grub-pc [i386 amd64 x32] | grub-efi-amd64 [i386 amd64 x32] | grub-efi-ia32 [i386 amd64 x32] | grub [i386 amd64 x32] | lilo (>= 19.1) [i386 amd64 x32] | flash-kernel [armhf arm64]" +provides="kvm-api-4, redhat-cluster-modules, ivtv-modules" --- linux-lowlatency-3.8.0.orig/debian.master/control.d/generic.inclusion-list +++ linux-lowlatency-3.8.0/debian.master/control.d/generic.inclusion-list @@ -0,0 +1,155 @@ +arch/*/{crypto,kernel,oprofile} +crypto/* +drivers/acpi/video.ko +drivers/acpi/sbshc.ko +drivers/acpi/acpi_memhotplug.ko +drivers/acpi/pci_slot.ko +drivers/acpi/apei/einj.ko +drivers/acpi/ec_sys.ko +drivers/acpi/sbs.ko +drivers/acpi/acpi_pad.ko +drivers/ata/ahci_platform.ko +drivers/ata/ahci.ko +drivers/ata/acard-ahci.ko +drivers/ata/libahci.ko +drivers/block/nbd.ko +drivers/block/floppy.ko +drivers/block/cryptoloop.ko +drivers/char/hangcheck-timer.ko +drivers/char/lp.ko +drivers/char/nvram.ko +drivers/char/ppdev.ko +drivers/char/raw.ko +drivers/hv/* +drivers/input/evbug.ko +drivers/input/gameport/gameport.ko +drivers/input/mouse/psmouse.ko +drivers/input/serio/serio_raw.ko +drivers/input/serio/serport.ko +drivers/input/joydev.ko +drivers/input/touchscreen/usbtouchscreen.ko +drivers/input/misc/xen-kbdfront.ko +drivers/md/* +drivers/message/fusion* +drivers/misc/vmw_balloon.ko +drivers/net/ethernet/8390/8390.ko +drivers/net/ethernet/realtek/8139too.ko +drivers/net/ethernet/realtek/8139cp.ko +drivers/net/appletalk/ipddp.ko +drivers/net/bonding/bonding.ko +drivers/net/ppp/bsd_comp.ko +drivers/net/dummy.ko +drivers/net/ethernet/intel/e1000/e1000.ko +drivers/net/ethernet/intel/e1000e/e1000e.ko +drivers/net/eql.ko +drivers/net/ifb.ko +drivers/net/ethernet/intel/igbvf/igbvf.ko +drivers/net/ethernet/intel/ixgbevf/ixgbevf.ko +drivers/net/macvlan.ko +drivers/net/macvtap.ko +drivers/net/ethernet/8390/ne2k-pci.ko +drivers/net/netconsole.ko +drivers/net/ethernet/amd/pcnet32.ko +drivers/net/hyperv/hv_netvsc.ko +drivers/net/ppp/* +drivers/net/slip/* +drivers/net/veth.ko +drivers/net/vmxnet3/vmxnet3.ko +drivers/net/xen-netback/* +drivers/parport/parport.ko +drivers/parport/parport_pc.ko +drivers/pci/hotplug/acpiphp.ko +drivers/net/ethernet/dec/tulip/* +drivers/scsi/BusLogic.ko +drivers/scsi/iscsi_tcp.ko +drivers/scsi/libiscsi.ko +drivers/scsi/libiscsi_tcp.ko +drivers/scsi/libsas/* +drivers/scsi/qla1280.ko +drivers/scsi/raid_class.ko +drivers/scsi/scsi_transport_fc.ko +drivers/scsi/scsi_transport_iscsi.ko +drivers/scsi/scsi_transport_sas.ko +drivers/scsi/scsi_tgt.ko +drivers/scsi/vmw_pvscsi.ko +drivers/scsi/hv_storvsc.ko +drivers/scsi/device_handler/scsi_dh.ko +drivers/usb/storage/usb-storage.ko +drivers/video/cirrusfb.ko +drivers/video/output.ko +drivers/video/syscopyarea.ko +drivers/video/sysfillrect.ko +drivers/video/sysimgblt.ko +drivers/video/vesafb.ko +drivers/video/vga16fb.ko +drivers/video/vgastate.ko +drivers/video/xen-fbfront.ko +drivers/video/fb_sys_fops.ko +drivers/virtio/virtio_balloon.ko +drivers/watchdog/softdog.ko +drivers/xen/* +fs/9p/9p.ko +fs/binfmt_misc.ko +fs/btrfs/* +fs/cachefiles/cachefiles.ko +fs/ceph/* +fs/configfs/* +fs/ext*/* +fs/fat/* +fs/nls/nls_iso8859-1.ko +fs/isofs/* +fs/cifs/* +fs/xfs/* +fs/ufs/* +fs/squashfs/* +fs/nfs/nfsv2.ko +fs/nfs/blocklayout/blocklayoutdriver.ko +fs/nfs/nfs.ko +fs/nfs/nfs_layout_nfsv41_files.ko +fs/nfs/nfsv3.ko +fs/nfs/nfsv4.ko +fs/nfsd/* +fs/nfs_common/* +fs/fscache/* +fs/lockd/* +fs/autofs4/autofs4.ko +fs/overlayfs/* +fs/udf/* +lib/* +net/802/* +net/8021q/* +net/9p/9pnet.ko +net/appletalk/* +net/atm/* +net/ax25/* +net/bridge/* +net/can/* +net/ceph/libceph.ko +net/core/* +net/dccp/* +net/decnet/* +net/ieee802154/* +net/ipv4/* +net/ipv6/* +net/ipx/* +net/irda/* +net/key/* +net/lapb/* +net/llc/* +net/netfilter/* +net/netrom/* +net/phonet/* +net/rose/* +net/rxrpc/* +net/sched/* +net/sctp/* +net/tipc/* +net/wanrouter/* +net/x25/* +net/xfrm/* +net/sunrpc/auth_gss/auth_rpcgss.ko +net/sunrpc/sunrpc.ko +sound/soundcore.ko +sound/core/* +sound/pci/snd-ens1370.ko +sound/drivers/pcsp/snd-pcsp.ko --- linux-lowlatency-3.8.0.orig/debian.master/control.d/flavour-control.stub +++ linux-lowlatency-3.8.0/debian.master/control.d/flavour-control.stub @@ -0,0 +1,98 @@ +# Items that get replaced: +# FLAVOUR +# DESC +# ARCH +# SUPPORTED +# TARGET +# BOOTLOADER +# =PROVIDES= +# +# Items marked with =FOO= are optional +# +# This file describes the template for packages that are created for each flavour +# in debian/control.d/vars.* +# +# This file gets edited in a couple of places. See the debian/control.stub rule in +# debian/rules. PGGVER, ABINUM, and SRCPKGNAME are all converted in the +# process of creating debian/control. +# +# The flavour specific strings (ARCH, DESC, etc) are converted using values from the various +# flavour files in debian/control.d/vars.* +# +# XXX: Leave the blank line before the first package!! + +Package: linux-image-PKGVER-ABINUM-FLAVOUR +Architecture: ARCH +Section: kernel +Priority: optional +Pre-Depends: dpkg (>= 1.10.24) +Provides: linux-image, linux-image-3.0, fuse-module, =PROVIDES= +Depends: ${misc:Depends}, ${shlibs:Depends}, initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) +Conflicts: hotplug (<< 0.0.20040105-1) +Recommends: BOOTLOADER +Suggests: fdutils, SRCPKGNAME-doc-PKGVER | SRCPKGNAME-source-PKGVER, SRCPKGNAME-tools, linux-headers-PKGVER-ABINUM-FLAVOUR +Description: Linux kernel image for version PKGVER on DESC + This package contains the Linux kernel image for version PKGVER on + DESC. + . + Also includes the corresponding System.map file, the modules built by the + packager, and scripts that try to ensure that the system is not left in an + unbootable state after an update. + . + Supports SUPPORTED processors. + . + TARGET + . + You likely do not want to install this package directly. Instead, install + the linux-FLAVOUR meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-image-extra-PKGVER-ABINUM-FLAVOUR +Architecture: ARCH +Section: kernel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-image-PKGVER-ABINUM-FLAVOUR, crda (>=1.1.1-1ubuntu2) | wireless-crda +Description: Linux kernel image for version PKGVER on DESC + This package contains the Linux kernel image for version PKGVER on + DESC. + . + Also includes the corresponding System.map file, the modules built by the + packager, and scripts that try to ensure that the system is not left in an + unbootable state after an update. + . + Supports SUPPORTED processors. + . + TARGET + . + You likely do not want to install this package directly. Instead, install + the linux-FLAVOUR meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-headers-PKGVER-ABINUM-FLAVOUR +Architecture: ARCH +Section: devel +Priority: optional +Depends: ${misc:Depends}, linux-headers-PKGVER-ABINUM, ${shlibs:Depends} +Provides: linux-headers, linux-headers-3.0 +Description: Linux kernel headers for version PKGVER on DESC + This package provides kernel header files for version PKGVER on + DESC. + . + This is for sites that want the latest kernel headers. Please read + /usr/share/doc/linux-headers-PKGVER-ABINUM/debian.README.gz for details. + +Package: linux-image-PKGVER-ABINUM-FLAVOUR-dbgsym +Architecture: ARCH +Section: devel +Priority: optional +Depends: ${misc:Depends} +Provides: linux-debug +Description: Linux kernel debug image for version PKGVER on DESC + This package provides a kernel debug image for version PKGVER on + DESC. + . + This is for sites that wish to debug the kernel. + . + The kernel image contained in this package is NOT meant to boot from. It + is uncompressed, and unstripped. This package also includes the + unstripped modules. --- linux-lowlatency-3.8.0.orig/debian.master/etc/getabis +++ linux-lowlatency-3.8.0/debian.master/etc/getabis @@ -0,0 +1,15 @@ +repo_list=( + "http://archive.ubuntu.com/ubuntu/pool/main/l/linux" + "http://ports.ubuntu.com/ubuntu-ports/pool/main/l/linux" + "http://archive.ubuntu.com/ubuntu/pool/universe/l/linux" + "http://ports.ubuntu.com/ubuntu-ports/pool/universe/l/linux" + "http://ppa.launchpad.net/canonical-kernel-team/ppa/ubuntu/pool/main/l/linux" +) + +package_prefixes linux-image linux-image-extra + +getall armhf generic +getall amd64 generic +getall i386 generic + +# Ports arches and flavours. --- linux-lowlatency-3.8.0.orig/debian.master/etc/kernelconfig +++ linux-lowlatency-3.8.0/debian.master/etc/kernelconfig @@ -0,0 +1,7 @@ +if [ "$variant" = "ports" ]; then + archs="" + family='ports' +else + archs="amd64 i386 armhf" + family='ubuntu' +fi --- linux-lowlatency-3.8.0.orig/debian.master/rules.d/i386.mk +++ linux-lowlatency-3.8.0/debian.master/rules.d/i386.mk @@ -0,0 +1,12 @@ +human_arch = 32 bit x86 +build_arch = i386 +header_arch = x86_64 +defconfig = defconfig +flavours = generic +build_image = bzImage +kernel_file = arch/$(build_arch)/boot/bzImage +install_file = vmlinuz +loader = grub +no_dumpfile = true +do_tools_perf = true +do_extras_package = true --- linux-lowlatency-3.8.0.orig/debian.master/rules.d/arm64.mk +++ linux-lowlatency-3.8.0/debian.master/rules.d/arm64.mk @@ -0,0 +1,12 @@ +human_arch = ARMv8 +build_arch = arm64 +header_arch = arm64 +defconfig = defconfig +flavours = generic +build_image = zImage +kernel_file = arch/$(build_arch)/boot/zImage +install_file = vmlinuz +no_dumpfile = true + +loader = grub +do_tools = false --- linux-lowlatency-3.8.0.orig/debian.master/rules.d/x32.mk +++ linux-lowlatency-3.8.0/debian.master/rules.d/x32.mk @@ -0,0 +1,12 @@ +human_arch = 64 bit x86 (32 bit userspace) +build_arch = x86_64 +header_arch = $(build_arch) +defconfig = defconfig +flavours = generic +build_image = bzImage +kernel_file = arch/$(build_arch)/boot/bzImage +install_file = vmlinuz +loader = grub +no_dumpfile = true +uefi_signed = true +do_tools_perf = true --- linux-lowlatency-3.8.0.orig/debian.master/rules.d/powerpc.mk +++ linux-lowlatency-3.8.0/debian.master/rules.d/powerpc.mk @@ -0,0 +1,12 @@ +human_arch = PowerPC +build_arch = powerpc +header_arch = $(build_arch) +defconfig = pmac32_defconfig +flavours = +build_image = vmlinux +kernel_file = $(build_image) +install_file = $(build_image) +no_dumpfile = true +do_tools = false +loader = yaboot +do_flavour_image_package = false --- linux-lowlatency-3.8.0.orig/debian.master/rules.d/amd64.mk +++ linux-lowlatency-3.8.0/debian.master/rules.d/amd64.mk @@ -0,0 +1,14 @@ +human_arch = 64 bit x86 +build_arch = x86_64 +header_arch = $(build_arch) +defconfig = defconfig +flavours = generic +build_image = bzImage +kernel_file = arch/$(build_arch)/boot/bzImage +install_file = vmlinuz +loader = grub +no_dumpfile = true +uefi_signed = true +do_hyperv = true +do_tools_perf = true +do_extras_package = true --- linux-lowlatency-3.8.0.orig/debian.master/rules.d/armhf.mk +++ linux-lowlatency-3.8.0/debian.master/rules.d/armhf.mk @@ -0,0 +1,16 @@ +human_arch = ARM (hard float) +build_arch = arm +header_arch = arm +defconfig = defconfig +flavours = generic +build_image = zImage +kernel_file = arch/$(build_arch)/boot/zImage +install_file = vmlinuz +no_dumpfile = true + +loader = grub +do_tools = true +do_tools_perf = true + +# Flavour specific configuration. +dtb_files_generic = imx6q-sabrelite.dtb omap3-beagle-xm.dtb omap4-panda.dtb omap4-panda-es.dtb highbank.dtb --- linux-lowlatency-3.8.0.orig/debian.master/config/config.common.ports +++ linux-lowlatency-3.8.0/debian.master/config/config.common.ports @@ -0,0 +1,3 @@ +# +# Common config options automatically generated by splitconfig.pl +# --- linux-lowlatency-3.8.0.orig/debian.master/config/config.common.ubuntu +++ linux-lowlatency-3.8.0/debian.master/config/config.common.ubuntu @@ -0,0 +1,6742 @@ +# +# Common config options automatically generated by splitconfig.pl +# +CONFIG_3C515=m +CONFIG_60XX_WDT=m +CONFIG_6PACK=m +CONFIG_8139CP=m +CONFIG_8139TOO=m +CONFIG_8139TOO_8129=y +CONFIG_8139TOO_PIO=y +# CONFIG_8139TOO_TUNE_TWISTER is not set +# CONFIG_8139_OLD_RX_RESET is not set +CONFIG_9P_FS=m +# CONFIG_9P_FSCACHE is not set +CONFIG_9P_FS_POSIX_ACL=y +CONFIG_AB3100_CORE=y +CONFIG_AB3100_OTP=m +CONFIG_ABX500_CORE=y +CONFIG_AC3200=m +CONFIG_AC97_BUS=m +# CONFIG_ACCESSIBILITY is not set +CONFIG_ACENIC=m +# CONFIG_ACENIC_OMIT_TIGON_I is not set +CONFIG_ACERHDF=m +CONFIG_ACER_WMI=m +CONFIG_ACORN_PARTITION=y +# CONFIG_ACORN_PARTITION_ADFS is not set +# CONFIG_ACORN_PARTITION_CUMANA is not set +# CONFIG_ACORN_PARTITION_EESOX is not set +CONFIG_ACORN_PARTITION_ICS=y +# CONFIG_ACORN_PARTITION_POWERTEC is not set +CONFIG_ACORN_PARTITION_RISCIX=y +CONFIG_ACPI=y +CONFIG_ACPI_AC=y +CONFIG_ACPI_APEI=y +CONFIG_ACPI_APEI_EINJ=m +# CONFIG_ACPI_APEI_ERST_DEBUG is not set +CONFIG_ACPI_APEI_GHES=y +CONFIG_ACPI_APEI_MEMORY_FAILURE=y +CONFIG_ACPI_APEI_PCIEAER=y +CONFIG_ACPI_BATTERY=y +CONFIG_ACPI_BGRT=y +CONFIG_ACPI_BUTTON=y +CONFIG_ACPI_CMPC=m +CONFIG_ACPI_CONTAINER=y +# CONFIG_ACPI_CUSTOM_DSDT is not set +CONFIG_ACPI_CUSTOM_DSDT_FILE="" +# CONFIG_ACPI_CUSTOM_METHOD is not set +# CONFIG_ACPI_DEBUG is not set +CONFIG_ACPI_DOCK=y +CONFIG_ACPI_EC_DEBUGFS=m +CONFIG_ACPI_FAN=y +CONFIG_ACPI_HED=y +CONFIG_ACPI_HOTPLUG_CPU=y +CONFIG_ACPI_HOTPLUG_MEMORY=m +CONFIG_ACPI_I2C=y +# CONFIG_ACPI_INITRD_TABLE_OVERRIDE is not set +CONFIG_ACPI_IPMI=m +CONFIG_ACPI_NUMA=y +CONFIG_ACPI_PCI_SLOT=m +CONFIG_ACPI_PROCESSOR=y +CONFIG_ACPI_PROCESSOR_AGGREGATOR=m +# CONFIG_ACPI_PROCFS is not set +# CONFIG_ACPI_PROCFS_POWER is not set +CONFIG_ACPI_PROC_EVENT=y +CONFIG_ACPI_QUICKSTART=m +CONFIG_ACPI_SBS=m +CONFIG_ACPI_SLEEP=y +CONFIG_ACPI_THERMAL=y +CONFIG_ACPI_TOSHIBA=m +CONFIG_ACPI_VIDEO=m +CONFIG_ACPI_WMI=m +CONFIG_ACQUIRE_WDT=m +CONFIG_ACT200L_DONGLE=m +CONFIG_ACTISYS_DONGLE=m +CONFIG_AD2S1200=m +CONFIG_AD2S1210=m +CONFIG_AD2S90=m +CONFIG_AD5064=m +CONFIG_AD525X_DPOT=m +CONFIG_AD525X_DPOT_I2C=m +CONFIG_AD525X_DPOT_SPI=m +CONFIG_AD5360=m +CONFIG_AD5380=m +CONFIG_AD5421=m +CONFIG_AD5446=m +CONFIG_AD5449=m +CONFIG_AD5504=m +CONFIG_AD5624R_SPI=m +CONFIG_AD5686=m +CONFIG_AD5755=m +CONFIG_AD5764=m +CONFIG_AD5791=m +CONFIG_AD5930=m +CONFIG_AD5933=m +CONFIG_AD7150=m +CONFIG_AD7152=m +CONFIG_AD7192=m +CONFIG_AD7266=m +CONFIG_AD7280=m +CONFIG_AD7291=m +CONFIG_AD7298=m +CONFIG_AD7476=m +CONFIG_AD7606=m +CONFIG_AD7606_IFACE_PARALLEL=m +CONFIG_AD7606_IFACE_SPI=m +CONFIG_AD7746=m +CONFIG_AD7780=m +CONFIG_AD7791=m +CONFIG_AD7793=m +CONFIG_AD7816=m +CONFIG_AD7887=m +CONFIG_AD799X=m +CONFIG_AD799X_RING_BUFFER=y +CONFIG_AD8366=m +CONFIG_AD9523=m +CONFIG_AD9832=m +CONFIG_AD9834=m +CONFIG_AD9850=m +CONFIG_AD9852=m +CONFIG_AD9910=m +CONFIG_AD9951=m +CONFIG_ADAPTEC_STARFIRE=m +CONFIG_ADE7753=m +CONFIG_ADE7754=m +CONFIG_ADE7758=m +CONFIG_ADE7759=m +CONFIG_ADE7854=m +CONFIG_ADE7854_I2C=m +CONFIG_ADE7854_SPI=m +CONFIG_ADF4350=m +CONFIG_ADFS_FS=m +# CONFIG_ADFS_FS_RW is not set +CONFIG_ADIS16060=m +CONFIG_ADIS16080=m +CONFIG_ADIS16130=m +CONFIG_ADIS16136=m +CONFIG_ADIS16201=m +CONFIG_ADIS16203=m +CONFIG_ADIS16204=m +CONFIG_ADIS16209=m +CONFIG_ADIS16220=m +CONFIG_ADIS16240=m +CONFIG_ADIS16260=m +CONFIG_ADIS16400=m +CONFIG_ADIS16480=m +CONFIG_ADJD_S311=m +CONFIG_ADM8211=m +CONFIG_ADT7316=m +CONFIG_ADT7316_I2C=m +CONFIG_ADT7316_SPI=m +CONFIG_ADT7410=m +CONFIG_ADVANTECH_WDT=m +CONFIG_ADXRS450=m +CONFIG_AD_SIGMA_DELTA=m +CONFIG_AEABI=y +CONFIG_AFFS_FS=m +# CONFIG_AFS_DEBUG is not set +CONFIG_AFS_FS=m +# CONFIG_AFS_FSCACHE is not set +CONFIG_AF_RXRPC=m +# CONFIG_AF_RXRPC_DEBUG is not set +CONFIG_AGP=y +CONFIG_AGP_ALI=m +CONFIG_AGP_AMD=y +CONFIG_AGP_AMD64=y +CONFIG_AGP_ATI=m +CONFIG_AGP_EFFICEON=m +CONFIG_AGP_INTEL=y +CONFIG_AGP_NVIDIA=y +CONFIG_AGP_SIS=m +CONFIG_AGP_SWORKS=m +CONFIG_AGP_VIA=y +CONFIG_AIC79XX_CMDS_PER_DEVICE=32 +# CONFIG_AIC79XX_DEBUG_ENABLE is not set +CONFIG_AIC79XX_DEBUG_MASK=0 +CONFIG_AIC79XX_REG_PRETTY_PRINT=y +CONFIG_AIC79XX_RESET_DELAY_MS=5000 +CONFIG_AIC7XXX_CMDS_PER_DEVICE=8 +# CONFIG_AIC7XXX_DEBUG_ENABLE is not set +CONFIG_AIC7XXX_DEBUG_MASK=0 +CONFIG_AIC7XXX_REG_PRETTY_PRINT=y +CONFIG_AIC7XXX_RESET_DELAY_MS=15000 +# CONFIG_AIC94XX_DEBUG is not set +CONFIG_AIO=y +CONFIG_AIRO=m +CONFIG_AIRO_CS=m +CONFIG_ALIGNMENT_TRAP=y +CONFIG_ALIM1535_WDT=m +CONFIG_ALIM7101_WDT=m +CONFIG_ALIX=y +CONFIG_ALI_FIR=m +CONFIG_ALTERA_STAPL=m +CONFIG_ALX=m +CONFIG_AMBA_PL08X=y +CONFIG_AMD8111_ETH=m +CONFIG_AMD_IOMMU=y +CONFIG_AMD_IOMMU_STATS=y +CONFIG_AMD_IOMMU_V2=m +CONFIG_AMD_NB=y +CONFIG_AMD_NUMA=y +CONFIG_AMD_PHY=y +CONFIG_AMIGA_PARTITION=y +CONFIG_AMILO_RFKILL=m +CONFIG_ANDROID=y +CONFIG_ANDROID_BINDER_IPC=y +CONFIG_ANDROID_INTF_ALARM_DEV=y +CONFIG_ANDROID_LOGGER=m +CONFIG_ANDROID_LOW_MEMORY_KILLER=y +CONFIG_ANDROID_TIMED_GPIO=m +CONFIG_ANDROID_TIMED_OUTPUT=y +CONFIG_ANON_INODES=y +CONFIG_APB_TIMER=y +CONFIG_APDS9802ALS=m +CONFIG_APM=m +# CONFIG_APM_ALLOW_INTS is not set +# CONFIG_APM_CPU_IDLE is not set +# CONFIG_APM_DISPLAY_BLANK is not set +# CONFIG_APM_DO_ENABLE is not set +# CONFIG_APM_EMULATION is not set +# CONFIG_APM_IGNORE_USER_SUSPEND is not set +CONFIG_APPLE_GMUX=m +CONFIG_APPLICOM=m +CONFIG_APRICOT=m +CONFIG_AR5523=m +# CONFIG_ARCH_AT91 is not set +CONFIG_ARCH_BCM=y +# CONFIG_ARCH_BCM2835 is not set +CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y +CONFIG_ARCH_CLOCKSOURCE_DATA=y +# CONFIG_ARCH_CLPS711X is not set +# CONFIG_ARCH_CNS3XXX is not set +CONFIG_ARCH_CPU_PROBE_RELEASE=y +# CONFIG_ARCH_DAVINCI is not set +CONFIG_ARCH_DISCARD_MEMBLOCK=y +CONFIG_ARCH_DMA_ADDR_T_64BIT=y +# CONFIG_ARCH_DOVE is not set +# CONFIG_ARCH_EBSA110 is not set +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y +# CONFIG_ARCH_EP93XX is not set +# CONFIG_ARCH_EXYNOS is not set +CONFIG_ARCH_FLATMEM_ENABLE=y +# CONFIG_ARCH_FOOTBRIDGE is not set +# CONFIG_ARCH_GEMINI is not set +# CONFIG_ARCH_H720X is not set +CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y +CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y +CONFIG_ARCH_HAS_CPUFREQ=y +CONFIG_ARCH_HAS_CPU_AUTOPROBE=y +CONFIG_ARCH_HAS_CPU_RELAX=y +CONFIG_ARCH_HAS_DEFAULT_IDLE=y +CONFIG_ARCH_HAS_HOLES_MEMORYMODEL=y +CONFIG_ARCH_HAS_OPP=y +CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y +CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y +CONFIG_ARCH_HIBERNATION_HEADER=y +CONFIG_ARCH_HIBERNATION_POSSIBLE=y +CONFIG_ARCH_HIGHBANK=y +# CONFIG_ARCH_INTEGRATOR is not set +# CONFIG_ARCH_IOP13XX is not set +# CONFIG_ARCH_IOP32X is not set +# CONFIG_ARCH_IOP33X is not set +# CONFIG_ARCH_IXP4XX is not set +# CONFIG_ARCH_KIRKWOOD is not set +# CONFIG_ARCH_KS8695 is not set +# CONFIG_ARCH_LPC32XX is not set +CONFIG_ARCH_MAY_HAVE_PC_FDC=y +CONFIG_ARCH_MEMORY_PROBE=y +# CONFIG_ARCH_MMP is not set +# CONFIG_ARCH_MSM is not set +CONFIG_ARCH_MULTIPLATFORM=y +# CONFIG_ARCH_MULTI_CPU_AUTO is not set +# CONFIG_ARCH_MULTI_V6 is not set +CONFIG_ARCH_MULTI_V6_V7=y +CONFIG_ARCH_MULTI_V7=y +# CONFIG_ARCH_MV78XX0 is not set +# CONFIG_ARCH_MVEBU is not set +CONFIG_ARCH_MXC=y +# CONFIG_ARCH_MXS is not set +# CONFIG_ARCH_NETX is not set +# CONFIG_ARCH_NOMADIK is not set +CONFIG_ARCH_NR_GPIO=512 +CONFIG_ARCH_OMAP=y +# CONFIG_ARCH_OMAP1 is not set +# CONFIG_ARCH_OMAP2 is not set +CONFIG_ARCH_OMAP2PLUS=y +CONFIG_ARCH_OMAP2PLUS_TYPICAL=y +CONFIG_ARCH_OMAP3=y +CONFIG_ARCH_OMAP4=y +# CONFIG_ARCH_ORION5X is not set +CONFIG_ARCH_PROC_KCORE_TEXT=y +# CONFIG_ARCH_PXA is not set +CONFIG_ARCH_RANDOM=y +# CONFIG_ARCH_REALVIEW is not set +CONFIG_ARCH_REQUIRE_GPIOLIB=y +# CONFIG_ARCH_RPC is not set +# CONFIG_ARCH_S3C24XX is not set +# CONFIG_ARCH_S3C64XX is not set +# CONFIG_ARCH_S5P64X0 is not set +# CONFIG_ARCH_S5PC100 is not set +# CONFIG_ARCH_S5PV210 is not set +# CONFIG_ARCH_SA1100 is not set +# CONFIG_ARCH_SHARK is not set +# CONFIG_ARCH_SHMOBILE is not set +# CONFIG_ARCH_SIRF is not set +# CONFIG_ARCH_SOCFPGA is not set +CONFIG_ARCH_SPARSEMEM_ENABLE=y +CONFIG_ARCH_SUNXI=y +CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y +CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y +CONFIG_ARCH_SUPPORTS_MSI=y +CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y +CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y +CONFIG_ARCH_SUPPORTS_UPROBES=y +CONFIG_ARCH_SUSPEND_POSSIBLE=y +# CONFIG_ARCH_TEGRA is not set +# CONFIG_ARCH_U300 is not set +# CONFIG_ARCH_U8500 is not set +CONFIG_ARCH_USES_NUMA_PROT_NONE=y +CONFIG_ARCH_USES_PG_UNCACHED=y +# CONFIG_ARCH_VERSATILE is not set +CONFIG_ARCH_VEXPRESS=y +CONFIG_ARCH_VEXPRESS_CA9X4=y +CONFIG_ARCH_VEXPRESS_CORTEX_A5_A9_ERRATA=y +# CONFIG_ARCH_VT8500 is not set +# CONFIG_ARCH_VT8500_SINGLE is not set +# CONFIG_ARCH_W90X900 is not set +CONFIG_ARCH_WANTS_PROT_NUMA_PROT_NONE=y +CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y +CONFIG_ARCH_WANT_FRAME_POINTERS=y +CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y +CONFIG_ARCH_WANT_OLD_COMPAT_IPC=y +CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y +# CONFIG_ARCH_ZYNQ is not set +CONFIG_ARCNET=m +CONFIG_ARCNET_1051=m +CONFIG_ARCNET_1201=m +CONFIG_ARCNET_CAP=m +CONFIG_ARCNET_COM20020=m +CONFIG_ARCNET_COM20020_CS=m +CONFIG_ARCNET_COM20020_ISA=m +CONFIG_ARCNET_COM20020_PCI=m +CONFIG_ARCNET_COM90xx=m +CONFIG_ARCNET_COM90xxIO=m +CONFIG_ARCNET_RAW=m +CONFIG_ARCNET_RIM_I=m +CONFIG_ARM=y +CONFIG_ARM_AMBA=y +# CONFIG_ARM_APPENDED_DTB is not set +CONFIG_ARM_ARCH_TIMER=y +CONFIG_ARM_AT91_ETHER=m +CONFIG_ARM_CHARLCD=y +CONFIG_ARM_CPU_SUSPEND=y +CONFIG_ARM_CPU_TOPOLOGY=y +CONFIG_ARM_DMA_MEM_BUFFERABLE=y +CONFIG_ARM_ERRATA_430973=y +CONFIG_ARM_ERRATA_720789=y +CONFIG_ARM_ERRATA_754322=y +# CONFIG_ARM_ERRATA_754327 is not set +CONFIG_ARM_ERRATA_764369=y +CONFIG_ARM_ERRATA_775420=y +# CONFIG_ARM_EXYNOS4210_CPUFREQ is not set +# CONFIG_ARM_EXYNOS4X12_CPUFREQ is not set +# CONFIG_ARM_EXYNOS5250_CPUFREQ is not set +CONFIG_ARM_GIC=y +CONFIG_ARM_HIGHBANK_CPUFREQ=y +CONFIG_ARM_KPROBES_TEST=m +CONFIG_ARM_L1_CACHE_SHIFT=6 +CONFIG_ARM_L1_CACHE_SHIFT_6=y +# CONFIG_ARM_LPAE is not set +CONFIG_ARM_NR_BANKS=8 +# CONFIG_ARM_OMAP2PLUS_CPUFREQ is not set +CONFIG_ARM_PATCH_PHYS_VIRT=y +CONFIG_ARM_SP805_WATCHDOG=m +CONFIG_ARM_THUMB=y +# CONFIG_ARM_THUMBEE is not set +CONFIG_ARM_TIMER_SP804=y +CONFIG_ARM_UNWIND=y +CONFIG_ARM_VIRT_EXT=y +# CONFIG_ARPD is not set +CONFIG_ASHMEM=y +CONFIG_ASN1=y +CONFIG_ASUS_LAPTOP=m +CONFIG_ASUS_NB_WMI=m +CONFIG_ASUS_OLED=m +CONFIG_ASUS_WMI=m +CONFIG_ASYMMETRIC_KEY_TYPE=y +CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=y +CONFIG_ASYNC_CORE=m +CONFIG_ASYNC_MEMCPY=m +CONFIG_ASYNC_PQ=m +CONFIG_ASYNC_RAID6_RECOV=m +CONFIG_ASYNC_RAID6_TEST=m +CONFIG_ASYNC_TX_DISABLE_PQ_VAL_DMA=y +CONFIG_ASYNC_TX_DISABLE_XOR_VAL_DMA=y +CONFIG_ASYNC_XOR=m +CONFIG_AT1700=m +CONFIG_AT76C50X_USB=m +CONFIG_AT803X_PHY=y +CONFIG_ATA=y +CONFIG_ATAGS=y +CONFIG_ATAGS_PROC=y +CONFIG_ATALK=m +CONFIG_ATARI_PARTITION=y +CONFIG_ATA_ACPI=y +CONFIG_ATA_BMDMA=y +CONFIG_ATA_GENERIC=y +# CONFIG_ATA_NONSTANDARD is not set +CONFIG_ATA_OVER_ETH=m +CONFIG_ATA_PIIX=y +CONFIG_ATA_SFF=y +CONFIG_ATA_VERBOSE_ERROR=y +CONFIG_ATH5K=m +# CONFIG_ATH5K_DEBUG is not set +CONFIG_ATH5K_PCI=y +# CONFIG_ATH5K_TRACER is not set +CONFIG_ATH6KL=m +# CONFIG_ATH6KL_DEBUG is not set +CONFIG_ATH6KL_SDIO=m +CONFIG_ATH6KL_USB=m +CONFIG_ATH9K=m +CONFIG_ATH9K_AHB=y +CONFIG_ATH9K_BTCOEX_SUPPORT=y +CONFIG_ATH9K_COMMON=m +CONFIG_ATH9K_DEBUGFS=y +CONFIG_ATH9K_HTC=m +CONFIG_ATH9K_HTC_DEBUGFS=y +CONFIG_ATH9K_HW=m +# CONFIG_ATH9K_MAC_DEBUG is not set +CONFIG_ATH9K_PCI=y +CONFIG_ATH9K_RATE_CONTROL=y +CONFIG_ATH_CARDS=m +CONFIG_ATH_COMMON=m +# CONFIG_ATH_DEBUG is not set +CONFIG_ATL1=m +CONFIG_ATL1C=m +CONFIG_ATL1E=m +CONFIG_ATL2=m +CONFIG_ATM=m +CONFIG_ATMEL=m +CONFIG_ATMEL_PWM=m +CONFIG_ATM_AMBASSADOR=m +# CONFIG_ATM_AMBASSADOR_DEBUG is not set +CONFIG_ATM_BR2684=m +# CONFIG_ATM_BR2684_IPFILTER is not set +CONFIG_ATM_CLIP=m +# CONFIG_ATM_CLIP_NO_ICMP is not set +CONFIG_ATM_DRIVERS=y +CONFIG_ATM_DUMMY=m +CONFIG_ATM_ENI=m +# CONFIG_ATM_ENI_DEBUG is not set +# CONFIG_ATM_ENI_TUNE_BURST is not set +CONFIG_ATM_FIRESTREAM=m +CONFIG_ATM_FORE200E=m +CONFIG_ATM_FORE200E_DEBUG=0 +CONFIG_ATM_FORE200E_TX_RETRY=16 +# CONFIG_ATM_FORE200E_USE_TASKLET is not set +CONFIG_ATM_HE=m +CONFIG_ATM_HE_USE_SUNI=y +CONFIG_ATM_HORIZON=m +# CONFIG_ATM_HORIZON_DEBUG is not set +CONFIG_ATM_IA=m +# CONFIG_ATM_IA_DEBUG is not set +CONFIG_ATM_IDT77252=m +# CONFIG_ATM_IDT77252_DEBUG is not set +# CONFIG_ATM_IDT77252_RCV_ALL is not set +CONFIG_ATM_IDT77252_USE_SUNI=y +CONFIG_ATM_LANAI=m +CONFIG_ATM_LANE=m +CONFIG_ATM_MPOA=m +CONFIG_ATM_NICSTAR=m +# CONFIG_ATM_NICSTAR_USE_IDT77105 is not set +# CONFIG_ATM_NICSTAR_USE_SUNI is not set +CONFIG_ATM_SOLOS=m +CONFIG_ATM_TCP=m +CONFIG_ATM_ZATM=m +# CONFIG_ATM_ZATM_DEBUG is not set +# CONFIG_ATOMIC64_SELFTEST is not set +CONFIG_ATP=m +CONFIG_AUDIT=y +CONFIG_AUDITSYSCALL=y +CONFIG_AUDIT_GENERIC=y +# CONFIG_AUDIT_LOGINUID_IMMUTABLE is not set +CONFIG_AUDIT_TREE=y +CONFIG_AUDIT_WATCH=y +CONFIG_AUFS_BDEV_LOOP=y +# CONFIG_AUFS_BRANCH_MAX_1023 is not set +CONFIG_AUFS_BRANCH_MAX_127=y +# CONFIG_AUFS_BRANCH_MAX_32767 is not set +# CONFIG_AUFS_BRANCH_MAX_511 is not set +CONFIG_AUFS_BR_FUSE=y +CONFIG_AUFS_BR_HFSPLUS=y +CONFIG_AUFS_BR_RAMFS=y +# CONFIG_AUFS_DEBUG is not set +CONFIG_AUFS_EXPORT=y +CONFIG_AUFS_FS=m +# CONFIG_AUFS_HNOTIFY is not set +CONFIG_AUFS_INO_T_64=y +CONFIG_AUFS_POLL=y +# CONFIG_AUFS_PROC_MAP is not set +# CONFIG_AUFS_RDU is not set +CONFIG_AUFS_SBILIST=y +# CONFIG_AUFS_SHWH is not set +# CONFIG_AUFS_SP_IATTR is not set +CONFIG_AUTOFS4_FS=m +CONFIG_AUTO_ZRELADDR=y +CONFIG_AUXDISPLAY=y +CONFIG_AVERAGE=y +CONFIG_AX25=m +CONFIG_AX25_DAMA_SLAVE=y +CONFIG_AX88796=m +# CONFIG_AX88796_93CX6 is not set +CONFIG_B43=m +CONFIG_B43LEGACY=m +# CONFIG_B43LEGACY_DEBUG is not set +CONFIG_B43LEGACY_DMA=y +CONFIG_B43LEGACY_DMA_AND_PIO_MODE=y +# CONFIG_B43LEGACY_DMA_MODE is not set +CONFIG_B43LEGACY_HWRNG=y +CONFIG_B43LEGACY_LEDS=y +CONFIG_B43LEGACY_PCICORE_AUTOSELECT=y +CONFIG_B43LEGACY_PCI_AUTOSELECT=y +CONFIG_B43LEGACY_PIO=y +# CONFIG_B43LEGACY_PIO_MODE is not set +CONFIG_B43_BCMA=y +# CONFIG_B43_BCMA_EXTRA is not set +CONFIG_B43_BCMA_PIO=y +# CONFIG_B43_DEBUG is not set +CONFIG_B43_HWRNG=y +CONFIG_B43_LEDS=y +CONFIG_B43_PCICORE_AUTOSELECT=y +CONFIG_B43_PCI_AUTOSELECT=y +# CONFIG_B43_PCMCIA is not set +CONFIG_B43_PHY_HT=y +CONFIG_B43_PHY_LP=y +CONFIG_B43_PHY_N=y +CONFIG_B43_PIO=y +# CONFIG_B43_SDIO is not set +CONFIG_B43_SSB=y +CONFIG_B44=m +CONFIG_B44_PCI=y +CONFIG_B44_PCICORE_AUTOSELECT=y +CONFIG_B44_PCI_AUTOSELECT=y +CONFIG_BACKLIGHT_88PM860X=m +CONFIG_BACKLIGHT_AAT2870=m +CONFIG_BACKLIGHT_ADP5520=m +CONFIG_BACKLIGHT_ADP8860=m +CONFIG_BACKLIGHT_ADP8870=m +CONFIG_BACKLIGHT_APPLE=m +CONFIG_BACKLIGHT_ATMEL_PWM=m +CONFIG_BACKLIGHT_CARILLO_RANCH=m +CONFIG_BACKLIGHT_CLASS_DEVICE=y +CONFIG_BACKLIGHT_DA903X=m +CONFIG_BACKLIGHT_DA9052=m +CONFIG_BACKLIGHT_GENERIC=m +CONFIG_BACKLIGHT_LCD_SUPPORT=y +CONFIG_BACKLIGHT_LM3533=m +CONFIG_BACKLIGHT_LM3630=m +CONFIG_BACKLIGHT_LM3639=m +CONFIG_BACKLIGHT_LP855X=m +CONFIG_BACKLIGHT_MAX8925=m +CONFIG_BACKLIGHT_PANDORA=m +CONFIG_BACKLIGHT_PCF50633=m +CONFIG_BACKLIGHT_PWM=m +CONFIG_BACKLIGHT_SAHARA=m +CONFIG_BACKLIGHT_TPS65217=m +CONFIG_BACKLIGHT_WM831X=m +# CONFIG_BACKTRACE_SELF_TEST is not set +CONFIG_BALLOON_COMPACTION=y +CONFIG_BASE_FULL=y +CONFIG_BASE_SMALL=0 +CONFIG_BATMAN_ADV=m +CONFIG_BATMAN_ADV_BLA=y +CONFIG_BATMAN_ADV_DAT=y +# CONFIG_BATMAN_ADV_DEBUG is not set +CONFIG_BATTERY_88PM860X=m +CONFIG_BATTERY_BQ27X00_I2C=y +CONFIG_BATTERY_BQ27X00_PLATFORM=y +CONFIG_BATTERY_BQ27x00=m +CONFIG_BATTERY_DA9030=m +CONFIG_BATTERY_DA9052=m +CONFIG_BATTERY_DS2760=m +CONFIG_BATTERY_DS2780=m +CONFIG_BATTERY_DS2781=m +CONFIG_BATTERY_DS2782=m +CONFIG_BATTERY_INTEL_MID=m +CONFIG_BATTERY_MAX17040=m +CONFIG_BATTERY_MAX17042=m +CONFIG_BATTERY_RX51=m +CONFIG_BATTERY_SBS=m +CONFIG_BAYCOM_EPP=m +CONFIG_BAYCOM_PAR=m +CONFIG_BAYCOM_SER_FDX=m +CONFIG_BAYCOM_SER_HDX=m +CONFIG_BCH_CONST_M=14 +CONFIG_BCH_CONST_PARAMS=y +CONFIG_BCH_CONST_T=4 +CONFIG_BCM87XX_PHY=y +CONFIG_BCMA=m +CONFIG_BCMA_BLOCKIO=y +# CONFIG_BCMA_DEBUG is not set +CONFIG_BCMA_DRIVER_GMAC_CMN=y +CONFIG_BCMA_DRIVER_GPIO=y +CONFIG_BCMA_HOST_PCI=y +CONFIG_BCMA_HOST_PCI_POSSIBLE=y +CONFIG_BCMA_POSSIBLE=y +CONFIG_BCM_WIMAX=m +CONFIG_BE2ISCSI=m +CONFIG_BE2NET=m +# CONFIG_BEFS_DEBUG is not set +CONFIG_BEFS_FS=m +CONFIG_BFS_FS=m +CONFIG_BINARY_PRINTF=y +CONFIG_BINFMT_AOUT=m +CONFIG_BINFMT_ELF=y +CONFIG_BINFMT_MISC=m +CONFIG_BITREVERSE=y +CONFIG_BLK_CGROUP=y +CONFIG_BLK_CPQ_CISS_DA=m +CONFIG_BLK_CPQ_DA=m +CONFIG_BLK_DEV=y +CONFIG_BLK_DEV_3W_XXXX_RAID=m +CONFIG_BLK_DEV_BSG=y +CONFIG_BLK_DEV_BSGLIB=y +# CONFIG_BLK_DEV_COW_COMMON is not set +CONFIG_BLK_DEV_CRYPTOLOOP=m +CONFIG_BLK_DEV_DAC960=m +CONFIG_BLK_DEV_DM=y +CONFIG_BLK_DEV_DRBD=m +CONFIG_BLK_DEV_FD=m +# CONFIG_BLK_DEV_HD is not set +CONFIG_BLK_DEV_INITRD=y +CONFIG_BLK_DEV_INTEGRITY=y +CONFIG_BLK_DEV_IO_TRACE=y +CONFIG_BLK_DEV_LOOP=y +CONFIG_BLK_DEV_LOOP_MIN_COUNT=8 +CONFIG_BLK_DEV_MD=y +CONFIG_BLK_DEV_NBD=m +CONFIG_BLK_DEV_NVME=m +CONFIG_BLK_DEV_OSD=m +CONFIG_BLK_DEV_PCIESSD_MTIP32XX=m +CONFIG_BLK_DEV_RAM=y +CONFIG_BLK_DEV_RAM_COUNT=16 +CONFIG_BLK_DEV_RAM_SIZE=65536 +CONFIG_BLK_DEV_RBD=m +CONFIG_BLK_DEV_SD=y +CONFIG_BLK_DEV_SR=y +# CONFIG_BLK_DEV_SR_VENDOR is not set +CONFIG_BLK_DEV_SX8=m +CONFIG_BLK_DEV_THROTTLING=y +CONFIG_BLK_DEV_UMEM=m +# CONFIG_BLK_DEV_XD is not set +# CONFIG_BLK_DEV_XIP is not set +CONFIG_BLOCK=y +CONFIG_BLOCK_COMPAT=y +CONFIG_BMP085=y +CONFIG_BMP085_I2C=m +CONFIG_BMP085_SPI=m +CONFIG_BNA=m +CONFIG_BNX2=m +CONFIG_BNX2X=m +CONFIG_BOARD_TPCI200=m +CONFIG_BONDING=m +# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set +CONFIG_BOOTPARAM_HARDLOCKUP_PANIC_VALUE=0 +# CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set +# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set +CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0 +# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set +CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 +CONFIG_BOOT_PRINTK_DELAY=y +CONFIG_BOUNCE=y +CONFIG_BPCTL=m +CONFIG_BPF_JIT=y +CONFIG_BPQETHER=m +CONFIG_BQL=y +CONFIG_BRANCH_PROFILE_NONE=y +# CONFIG_BRCMDBG is not set +CONFIG_BRCMFMAC=m +CONFIG_BRCMFMAC_SDIO=y +CONFIG_BRCMFMAC_SDIO_OOB=y +CONFIG_BRCMFMAC_USB=y +CONFIG_BRCMSMAC=m +CONFIG_BRCMUTIL=m +CONFIG_BRCM_TRACING=y +CONFIG_BRIDGE=m +CONFIG_BRIDGE_EBT_802_3=m +CONFIG_BRIDGE_EBT_AMONG=m +CONFIG_BRIDGE_EBT_ARP=m +CONFIG_BRIDGE_EBT_ARPREPLY=m +CONFIG_BRIDGE_EBT_BROUTE=m +CONFIG_BRIDGE_EBT_DNAT=m +CONFIG_BRIDGE_EBT_IP=m +CONFIG_BRIDGE_EBT_IP6=m +CONFIG_BRIDGE_EBT_LIMIT=m +CONFIG_BRIDGE_EBT_LOG=m +CONFIG_BRIDGE_EBT_MARK=m +CONFIG_BRIDGE_EBT_MARK_T=m +CONFIG_BRIDGE_EBT_NFLOG=m +CONFIG_BRIDGE_EBT_PKTTYPE=m +CONFIG_BRIDGE_EBT_REDIRECT=m +CONFIG_BRIDGE_EBT_SNAT=m +CONFIG_BRIDGE_EBT_STP=m +CONFIG_BRIDGE_EBT_T_FILTER=m +CONFIG_BRIDGE_EBT_T_NAT=m +# CONFIG_BRIDGE_EBT_ULOG is not set +CONFIG_BRIDGE_EBT_VLAN=m +CONFIG_BRIDGE_IGMP_SNOOPING=y +CONFIG_BRIDGE_NETFILTER=y +CONFIG_BRIDGE_NF_EBTABLES=m +CONFIG_BROADCOM_PHY=y +CONFIG_BSD_DISKLABEL=y +CONFIG_BSD_PROCESS_ACCT=y +CONFIG_BSD_PROCESS_ACCT_V3=y +CONFIG_BT=m +CONFIG_BTREE=y +CONFIG_BTRFS_FS=m +# CONFIG_BTRFS_FS_CHECK_INTEGRITY is not set +CONFIG_BTRFS_FS_POSIX_ACL=y +CONFIG_BT_ATH3K=m +CONFIG_BT_BNEP=m +CONFIG_BT_BNEP_MC_FILTER=y +CONFIG_BT_BNEP_PROTO_FILTER=y +CONFIG_BT_CMTP=m +CONFIG_BT_HCIBCM203X=m +CONFIG_BT_HCIBFUSB=m +CONFIG_BT_HCIBLUECARD=m +CONFIG_BT_HCIBPA10X=m +CONFIG_BT_HCIBT3C=m +CONFIG_BT_HCIBTSDIO=m +CONFIG_BT_HCIBTUART=m +CONFIG_BT_HCIBTUSB=m +CONFIG_BT_HCIDTL1=m +CONFIG_BT_HCIUART=m +CONFIG_BT_HCIUART_3WIRE=y +CONFIG_BT_HCIUART_ATH3K=y +CONFIG_BT_HCIUART_BCSP=y +CONFIG_BT_HCIUART_H4=y +CONFIG_BT_HCIUART_LL=y +CONFIG_BT_HCIVHCI=m +CONFIG_BT_HIDP=m +CONFIG_BT_MRVL=m +CONFIG_BT_MRVL_SDIO=m +CONFIG_BT_RFCOMM=m +CONFIG_BT_RFCOMM_TTY=y +CONFIG_BT_WILINK=m +CONFIG_BUG=y +CONFIG_BUILDTIME_EXTABLE_SORT=y +CONFIG_C101=m +CONFIG_C2PORT=m +CONFIG_C2PORT_DURAMAR_2150=m +CONFIG_CACHEFILES=m +# CONFIG_CACHEFILES_DEBUG is not set +# CONFIG_CACHEFILES_HISTOGRAM is not set +CONFIG_CACHE_L2X0=y +CONFIG_CACHE_PL310=y +CONFIG_CAIF=m +# CONFIG_CAIF_DEBUG is not set +CONFIG_CAIF_HSI=m +CONFIG_CAIF_NETDEV=m +CONFIG_CAIF_SPI_SLAVE=m +# CONFIG_CAIF_SPI_SYNC is not set +CONFIG_CAIF_TTY=m +CONFIG_CAIF_USB=m +CONFIG_CALGARY_IOMMU=y +CONFIG_CALGARY_IOMMU_ENABLED_BY_DEFAULT=y +CONFIG_CAN=m +CONFIG_CAN_BCM=m +CONFIG_CAN_CALC_BITTIMING=y +CONFIG_CAN_CC770=m +CONFIG_CAN_CC770_ISA=m +CONFIG_CAN_CC770_PLATFORM=m +CONFIG_CAN_C_CAN=m +CONFIG_CAN_C_CAN_PCI=m +CONFIG_CAN_C_CAN_PLATFORM=m +# CONFIG_CAN_DEBUG_DEVICES is not set +CONFIG_CAN_DEV=m +CONFIG_CAN_EMS_PCI=m +CONFIG_CAN_EMS_PCMCIA=m +CONFIG_CAN_EMS_USB=m +CONFIG_CAN_ESD_USB2=m +CONFIG_CAN_FLEXCAN=m +CONFIG_CAN_GRCAN=m +CONFIG_CAN_GW=m +CONFIG_CAN_JANZ_ICAN3=m +CONFIG_CAN_KVASER_PCI=m +CONFIG_CAN_KVASER_USB=m +CONFIG_CAN_MCP251X=m +CONFIG_CAN_PEAK_PCI=m +CONFIG_CAN_PEAK_PCIEC=y +CONFIG_CAN_PEAK_PCMCIA=m +CONFIG_CAN_PEAK_USB=m +CONFIG_CAN_PLX_PCI=m +CONFIG_CAN_RAW=m +CONFIG_CAN_SJA1000=m +CONFIG_CAN_SJA1000_ISA=m +CONFIG_CAN_SJA1000_OF_PLATFORM=m +CONFIG_CAN_SJA1000_PLATFORM=m +CONFIG_CAN_SLCAN=m +CONFIG_CAN_SOFTING=m +CONFIG_CAN_SOFTING_CS=m +CONFIG_CAN_TI_HECC=m +CONFIG_CAN_TSCAN1=m +CONFIG_CAN_VCAN=m +CONFIG_CAPI_AVM=y +CONFIG_CAPI_EICON=y +CONFIG_CAPI_TRACE=y +CONFIG_CARDBUS=y +CONFIG_CARDMAN_4000=m +CONFIG_CARDMAN_4040=m +CONFIG_CARL9170=m +# CONFIG_CARL9170_DEBUGFS is not set +CONFIG_CARL9170_HWRNG=y +CONFIG_CARL9170_LEDS=y +CONFIG_CARL9170_WPC=y +# CONFIG_CARMINE_DRAM_CUSTOM is not set +CONFIG_CASSINI=m +CONFIG_CB710_CORE=m +# CONFIG_CB710_DEBUG is not set +CONFIG_CB710_DEBUG_ASSUMPTIONS=y +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set +CONFIG_CC_STACKPROTECTOR=y +CONFIG_CDROM_PKTCDVD=m +CONFIG_CDROM_PKTCDVD_BUFFERS=8 +# CONFIG_CDROM_PKTCDVD_WCACHE is not set +CONFIG_CED1401=m +CONFIG_CEPH_FS=m +CONFIG_CEPH_LIB=m +# CONFIG_CEPH_LIB_PRETTYDEBUG is not set +CONFIG_CEPH_LIB_USE_DNS_RESOLVER=y +CONFIG_CFAG12864B=m +CONFIG_CFAG12864B_RATE=20 +CONFIG_CFG80211=m +# CONFIG_CFG80211_CERTIFICATION_ONUS is not set +CONFIG_CFG80211_DEBUGFS=y +CONFIG_CFG80211_DEFAULT_PS=y +# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set +# CONFIG_CFG80211_INTERNAL_REGDB is not set +# CONFIG_CFG80211_REG_DEBUG is not set +CONFIG_CFG80211_WEXT=y +CONFIG_CFQ_GROUP_IOSCHED=y +CONFIG_CFS_BANDWIDTH=y +CONFIG_CGROUPS=y +CONFIG_CGROUP_CPUACCT=y +# CONFIG_CGROUP_DEBUG is not set +CONFIG_CGROUP_DEVICE=y +CONFIG_CGROUP_FREEZER=y +CONFIG_CGROUP_HUGETLB=y +CONFIG_CGROUP_PERF=y +CONFIG_CGROUP_SCHED=y +CONFIG_CHARGER_88PM860X=m +CONFIG_CHARGER_BQ2415X=m +CONFIG_CHARGER_GPIO=m +CONFIG_CHARGER_ISP1704=m +CONFIG_CHARGER_LP8727=m +CONFIG_CHARGER_LP8788=m +CONFIG_CHARGER_MANAGER=y +CONFIG_CHARGER_MAX8903=m +CONFIG_CHARGER_MAX8997=m +CONFIG_CHARGER_MAX8998=m +CONFIG_CHARGER_PCF50633=m +CONFIG_CHARGER_SMB347=m +CONFIG_CHARGER_TWL4030=m +CONFIG_CHECKPOINT_RESTORE=y +CONFIG_CHECK_SIGNATURE=y +CONFIG_CHELSIO_T1=m +CONFIG_CHELSIO_T1_1G=y +CONFIG_CHELSIO_T3=m +CONFIG_CHELSIO_T4=m +CONFIG_CHELSIO_T4VF=m +CONFIG_CHR_DEV_OSST=m +CONFIG_CHR_DEV_SCH=m +CONFIG_CHR_DEV_SG=y +CONFIG_CHR_DEV_ST=m +CONFIG_CICADA_PHY=y +CONFIG_CIFS=m +CONFIG_CIFS_ACL=y +CONFIG_CIFS_DEBUG=y +# CONFIG_CIFS_DEBUG2 is not set +CONFIG_CIFS_DFS_UPCALL=y +CONFIG_CIFS_FSCACHE=y +CONFIG_CIFS_POSIX=y +CONFIG_CIFS_SMB2=y +CONFIG_CIFS_STATS=y +# CONFIG_CIFS_STATS2 is not set +CONFIG_CIFS_UPCALL=y +CONFIG_CIFS_WEAK_PW_HASH=y +CONFIG_CIFS_XATTR=y +CONFIG_CISS_SCSI_TAPE=y +CONFIG_CLEANCACHE=y +CONFIG_CLKBLD_I8253=y +CONFIG_CLKDEV_LOOKUP=y +CONFIG_CLKEVT_I8253=y +CONFIG_CLKSRC_I8253=y +CONFIG_CLKSRC_MMIO=y +CONFIG_CLK_TWL6040=m +CONFIG_CLOCKSOURCE_WATCHDOG=y +CONFIG_CLONE_BACKWARDS=y +CONFIG_CLS_U32_MARK=y +# CONFIG_CLS_U32_PERF is not set +CONFIG_CLZ_TAB=y +CONFIG_CMA=y +CONFIG_CMA_ALIGNMENT=8 +CONFIG_CMA_AREAS=7 +# CONFIG_CMA_DEBUG is not set +CONFIG_CMA_SIZE_MBYTES=16 +# CONFIG_CMA_SIZE_SEL_MAX is not set +CONFIG_CMA_SIZE_SEL_MBYTES=y +# CONFIG_CMA_SIZE_SEL_MIN is not set +# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set +CONFIG_CMDLINE="" +# CONFIG_CMDLINE_BOOL is not set +CONFIG_CNIC=m +CONFIG_CODA_FS=m +CONFIG_COMEDI=m +CONFIG_COMEDI_8255=m +CONFIG_COMEDI_8255_PCI=m +CONFIG_COMEDI_ACL7225B=m +CONFIG_COMEDI_ADDI_APCI_035=m +CONFIG_COMEDI_ADDI_APCI_1032=m +CONFIG_COMEDI_ADDI_APCI_1500=m +CONFIG_COMEDI_ADDI_APCI_1516=m +CONFIG_COMEDI_ADDI_APCI_1564=m +CONFIG_COMEDI_ADDI_APCI_16XX=m +CONFIG_COMEDI_ADDI_APCI_2032=m +CONFIG_COMEDI_ADDI_APCI_2200=m +CONFIG_COMEDI_ADDI_APCI_3120=m +CONFIG_COMEDI_ADDI_APCI_3501=m +CONFIG_COMEDI_ADDI_APCI_3XXX=m +CONFIG_COMEDI_ADL_PCI6208=m +CONFIG_COMEDI_ADL_PCI7X3X=m +CONFIG_COMEDI_ADL_PCI8164=m +CONFIG_COMEDI_ADL_PCI9111=m +CONFIG_COMEDI_ADL_PCI9118=m +CONFIG_COMEDI_ADQ12B=m +CONFIG_COMEDI_ADV_PCI1710=m +CONFIG_COMEDI_ADV_PCI1723=m +CONFIG_COMEDI_ADV_PCI_DIO=m +CONFIG_COMEDI_AIO_AIO12_8=m +CONFIG_COMEDI_AIO_IIRO_16=m +CONFIG_COMEDI_AMPLC_DIO200=m +CONFIG_COMEDI_AMPLC_DIO200_ISA=m +CONFIG_COMEDI_AMPLC_DIO200_PCI=m +CONFIG_COMEDI_AMPLC_PC236=m +CONFIG_COMEDI_AMPLC_PC236_ISA=m +CONFIG_COMEDI_AMPLC_PC236_PCI=m +CONFIG_COMEDI_AMPLC_PC263=m +CONFIG_COMEDI_AMPLC_PC263_ISA=m +CONFIG_COMEDI_AMPLC_PC263_PCI=m +CONFIG_COMEDI_AMPLC_PCI224=m +CONFIG_COMEDI_AMPLC_PCI230=m +CONFIG_COMEDI_BOND=m +CONFIG_COMEDI_C6XDIGIO=m +CONFIG_COMEDI_CB_DAS16_CS=m +CONFIG_COMEDI_CB_PCIDAS=m +CONFIG_COMEDI_CB_PCIDAS64=m +CONFIG_COMEDI_CB_PCIDDA=m +CONFIG_COMEDI_CB_PCIMDAS=m +CONFIG_COMEDI_CB_PCIMDDA=m +CONFIG_COMEDI_CONTEC_PCI_DIO=m +CONFIG_COMEDI_DAQBOARD2000=m +CONFIG_COMEDI_DAS08=m +CONFIG_COMEDI_DAS08_CS=m +CONFIG_COMEDI_DAS08_ISA=m +CONFIG_COMEDI_DAS08_PCI=m +CONFIG_COMEDI_DAS16=m +CONFIG_COMEDI_DAS16M1=m +CONFIG_COMEDI_DAS1800=m +CONFIG_COMEDI_DAS6402=m +CONFIG_COMEDI_DAS800=m +# CONFIG_COMEDI_DEBUG is not set +CONFIG_COMEDI_DEFAULT_BUF_MAXSIZE_KB=20480 +CONFIG_COMEDI_DEFAULT_BUF_SIZE_KB=2048 +CONFIG_COMEDI_DMM32AT=m +CONFIG_COMEDI_DT2801=m +CONFIG_COMEDI_DT2811=m +CONFIG_COMEDI_DT2814=m +CONFIG_COMEDI_DT2815=m +CONFIG_COMEDI_DT2817=m +CONFIG_COMEDI_DT282X=m +CONFIG_COMEDI_DT3000=m +CONFIG_COMEDI_DT9812=m +CONFIG_COMEDI_DYNA_PCI10XX=m +CONFIG_COMEDI_FC=m +CONFIG_COMEDI_FL512=m +CONFIG_COMEDI_GSC_HPDI=m +CONFIG_COMEDI_ICP_MULTI=m +CONFIG_COMEDI_II_PCI20KC=m +CONFIG_COMEDI_ISA_DRIVERS=y +CONFIG_COMEDI_JR3_PCI=m +CONFIG_COMEDI_KCOMEDILIB=m +CONFIG_COMEDI_KE_COUNTER=m +CONFIG_COMEDI_ME4000=m +CONFIG_COMEDI_ME_DAQ=m +CONFIG_COMEDI_MISC_DRIVERS=y +CONFIG_COMEDI_MITE=m +CONFIG_COMEDI_MPC624=m +CONFIG_COMEDI_MULTIQ3=m +CONFIG_COMEDI_NI_6527=m +CONFIG_COMEDI_NI_65XX=m +CONFIG_COMEDI_NI_660X=m +CONFIG_COMEDI_NI_670X=m +CONFIG_COMEDI_NI_ATMIO=m +CONFIG_COMEDI_NI_ATMIO16D=m +CONFIG_COMEDI_NI_AT_A2150=m +CONFIG_COMEDI_NI_AT_AO=m +CONFIG_COMEDI_NI_DAQ_700_CS=m +CONFIG_COMEDI_NI_DAQ_DIO24_CS=m +CONFIG_COMEDI_NI_LABPC=m +CONFIG_COMEDI_NI_LABPC_CS=m +CONFIG_COMEDI_NI_MIO_CS=m +CONFIG_COMEDI_NI_PCIDIO=m +CONFIG_COMEDI_NI_PCIMIO=m +CONFIG_COMEDI_NI_TIO=m +CONFIG_COMEDI_NI_TIOCMD=m +CONFIG_COMEDI_PARPORT=m +CONFIG_COMEDI_PCI_DRIVERS=y +CONFIG_COMEDI_PCL711=m +CONFIG_COMEDI_PCL724=m +CONFIG_COMEDI_PCL725=m +CONFIG_COMEDI_PCL726=m +CONFIG_COMEDI_PCL730=m +CONFIG_COMEDI_PCL812=m +CONFIG_COMEDI_PCL816=m +CONFIG_COMEDI_PCL818=m +CONFIG_COMEDI_PCM3724=m +CONFIG_COMEDI_PCM3730=m +CONFIG_COMEDI_PCMAD=m +CONFIG_COMEDI_PCMCIA_DRIVERS=y +CONFIG_COMEDI_PCMDA12=m +CONFIG_COMEDI_PCMMIO=m +CONFIG_COMEDI_PCMUIO=m +CONFIG_COMEDI_POC=m +CONFIG_COMEDI_QUATECH_DAQP_CS=m +CONFIG_COMEDI_RTD520=m +CONFIG_COMEDI_RTI800=m +CONFIG_COMEDI_RTI802=m +CONFIG_COMEDI_S526=m +CONFIG_COMEDI_S626=m +CONFIG_COMEDI_SERIAL2002=m +CONFIG_COMEDI_SKEL=m +CONFIG_COMEDI_SSV_DNP=m +CONFIG_COMEDI_TEST=m +CONFIG_COMEDI_UNIOXX5=m +CONFIG_COMEDI_USBDUX=m +CONFIG_COMEDI_USBDUXFAST=m +CONFIG_COMEDI_USBDUXSIGMA=m +CONFIG_COMEDI_USB_DRIVERS=y +CONFIG_COMEDI_VMK80XX=m +CONFIG_COMMON_CLK=y +# CONFIG_COMMON_CLK_DEBUG is not set +CONFIG_COMMON_CLK_MAX77686=m +CONFIG_COMMON_CLK_VERSATILE=y +CONFIG_COMMON_CLK_WM831X=m +CONFIG_COMPACTION=y +CONFIG_COMPAL_LAPTOP=m +CONFIG_COMPAT=y +CONFIG_COMPAT_BINFMT_ELF=y +# CONFIG_COMPAT_BRK is not set +CONFIG_COMPAT_FOR_U64_ALIGNMENT=y +CONFIG_COMPAT_NETLINK_MESSAGES=y +# CONFIG_COMPAT_VDSO is not set +CONFIG_CONFIGFS_FS=m +CONFIG_CONNECTOR=y +CONFIG_CONSOLE_POLL=y +CONFIG_CONSOLE_TRANSLATIONS=y +CONFIG_CONTEXT_SWITCH_TRACER=y +CONFIG_COPS=m +CONFIG_COPS_DAYNA=y +CONFIG_COPS_TANGENT=y +CONFIG_CORDIC=m +CONFIG_COREDUMP=y +# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set +CONFIG_COSA=m +# CONFIG_CPA_DEBUG is not set +CONFIG_CPU5_WDT=m +CONFIG_CPUSETS=y +CONFIG_CPU_32v6K=y +CONFIG_CPU_32v7=y +CONFIG_CPU_ABRT_EV7=y +# CONFIG_CPU_BPREDICT_DISABLE is not set +CONFIG_CPU_CACHE_V7=y +CONFIG_CPU_CACHE_VIPT=y +CONFIG_CPU_COPY_V6=y +CONFIG_CPU_CP15=y +CONFIG_CPU_CP15_MMU=y +# CONFIG_CPU_DCACHE_DISABLE is not set +CONFIG_CPU_FREQ=y +# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set +CONFIG_CPU_FREQ_GOV_COMMON=y +CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y +CONFIG_CPU_FREQ_GOV_ONDEMAND=y +CONFIG_CPU_FREQ_GOV_PERFORMANCE=y +CONFIG_CPU_FREQ_GOV_POWERSAVE=y +CONFIG_CPU_FREQ_GOV_USERSPACE=y +# CONFIG_CPU_FREQ_IMX is not set +CONFIG_CPU_FREQ_STAT=y +CONFIG_CPU_FREQ_STAT_DETAILS=y +CONFIG_CPU_FREQ_TABLE=y +CONFIG_CPU_HAS_ASID=y +# CONFIG_CPU_ICACHE_DISABLE is not set +CONFIG_CPU_IDLE=y +CONFIG_CPU_IDLE_CALXEDA=y +CONFIG_CPU_IDLE_GOV_LADDER=y +CONFIG_CPU_IDLE_GOV_MENU=y +CONFIG_CPU_NOTIFIER_ERROR_INJECT=m +CONFIG_CPU_PABRT_V7=y +CONFIG_CPU_PM=y +CONFIG_CPU_RMAP=y +CONFIG_CPU_SUP_AMD=y +CONFIG_CPU_SUP_CENTAUR=y +CONFIG_CPU_SUP_CYRIX_32=y +CONFIG_CPU_SUP_INTEL=y +CONFIG_CPU_SUP_TRANSMETA_32=y +CONFIG_CPU_SUP_UMC_32=y +CONFIG_CPU_THERMAL=y +CONFIG_CPU_TLB_V7=y +CONFIG_CPU_V7=y +CONFIG_CRAMFS=m +CONFIG_CRASH_DUMP=y +CONFIG_CRC16=y +CONFIG_CRC32=y +# CONFIG_CRC32_BIT is not set +# CONFIG_CRC32_SARWATE is not set +# CONFIG_CRC32_SELFTEST is not set +# CONFIG_CRC32_SLICEBY4 is not set +CONFIG_CRC32_SLICEBY8=y +CONFIG_CRC7=m +CONFIG_CRC8=m +CONFIG_CRC_CCITT=m +CONFIG_CRC_ITU_T=m +CONFIG_CRC_T10DIF=y +CONFIG_CROSS_COMPILE="" +CONFIG_CROSS_MEMORY_ATTACH=y +CONFIG_CRYPTO=y +CONFIG_CRYPTO_ABLK_HELPER_X86=m +CONFIG_CRYPTO_AEAD=m +CONFIG_CRYPTO_AEAD2=y +CONFIG_CRYPTO_AES=y +CONFIG_CRYPTO_AES_586=m +CONFIG_CRYPTO_AES_ARM=m +CONFIG_CRYPTO_AES_NI_INTEL=m +CONFIG_CRYPTO_AES_X86_64=m +CONFIG_CRYPTO_ALGAPI=y +CONFIG_CRYPTO_ALGAPI2=y +CONFIG_CRYPTO_ANSI_CPRNG=m +CONFIG_CRYPTO_ANUBIS=m +CONFIG_CRYPTO_ARC4=m +CONFIG_CRYPTO_AUTHENC=m +CONFIG_CRYPTO_BLKCIPHER=y +CONFIG_CRYPTO_BLKCIPHER2=y +CONFIG_CRYPTO_BLOWFISH=m +CONFIG_CRYPTO_BLOWFISH_COMMON=m +CONFIG_CRYPTO_BLOWFISH_X86_64=m +CONFIG_CRYPTO_CAMELLIA=m +CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64=m +CONFIG_CRYPTO_CAMELLIA_X86_64=m +CONFIG_CRYPTO_CAST5=m +CONFIG_CRYPTO_CAST5_AVX_X86_64=m +CONFIG_CRYPTO_CAST6=m +CONFIG_CRYPTO_CAST6_AVX_X86_64=m +CONFIG_CRYPTO_CAST_COMMON=m +CONFIG_CRYPTO_CBC=y +CONFIG_CRYPTO_CCM=m +CONFIG_CRYPTO_CRC32C=y +CONFIG_CRYPTO_CRC32C_INTEL=y +CONFIG_CRYPTO_CRC32C_X86_64=y +CONFIG_CRYPTO_CRYPTD=m +CONFIG_CRYPTO_CTR=m +CONFIG_CRYPTO_CTS=m +CONFIG_CRYPTO_DEFLATE=m +CONFIG_CRYPTO_DES=m +CONFIG_CRYPTO_DEV_GEODE=m +CONFIG_CRYPTO_DEV_OMAP_AES=m +CONFIG_CRYPTO_DEV_OMAP_SHAM=m +CONFIG_CRYPTO_DEV_PADLOCK=y +CONFIG_CRYPTO_DEV_PADLOCK_AES=m +CONFIG_CRYPTO_DEV_PADLOCK_SHA=m +CONFIG_CRYPTO_ECB=y +CONFIG_CRYPTO_FCRYPT=m +CONFIG_CRYPTO_GCM=m +CONFIG_CRYPTO_GF128MUL=m +CONFIG_CRYPTO_GHASH=m +CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL=m +CONFIG_CRYPTO_GLUE_HELPER_X86=m +CONFIG_CRYPTO_HASH=y +CONFIG_CRYPTO_HASH2=y +CONFIG_CRYPTO_HMAC=y +CONFIG_CRYPTO_HW=y +CONFIG_CRYPTO_KHAZAD=m +CONFIG_CRYPTO_LRW=m +CONFIG_CRYPTO_LZO=y +CONFIG_CRYPTO_MANAGER=y +CONFIG_CRYPTO_MANAGER2=y +CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y +CONFIG_CRYPTO_MD4=m +CONFIG_CRYPTO_MD5=y +CONFIG_CRYPTO_MICHAEL_MIC=m +CONFIG_CRYPTO_NULL=m +CONFIG_CRYPTO_PCBC=m +CONFIG_CRYPTO_PCOMP=m +CONFIG_CRYPTO_PCOMP2=y +CONFIG_CRYPTO_PCRYPT=m +CONFIG_CRYPTO_RMD128=m +CONFIG_CRYPTO_RMD160=m +CONFIG_CRYPTO_RMD256=m +CONFIG_CRYPTO_RMD320=m +CONFIG_CRYPTO_RNG=y +CONFIG_CRYPTO_RNG2=y +CONFIG_CRYPTO_SALSA20=m +CONFIG_CRYPTO_SALSA20_586=m +CONFIG_CRYPTO_SALSA20_X86_64=m +CONFIG_CRYPTO_SEED=m +CONFIG_CRYPTO_SEQIV=m +CONFIG_CRYPTO_SERPENT=m +CONFIG_CRYPTO_SERPENT_AVX_X86_64=m +CONFIG_CRYPTO_SERPENT_SSE2_586=m +CONFIG_CRYPTO_SERPENT_SSE2_X86_64=m +CONFIG_CRYPTO_SHA1=y +CONFIG_CRYPTO_SHA1_ARM=m +CONFIG_CRYPTO_SHA1_SSSE3=m +CONFIG_CRYPTO_SHA256=y +CONFIG_CRYPTO_SHA512=y +CONFIG_CRYPTO_TEA=m +CONFIG_CRYPTO_TEST=m +CONFIG_CRYPTO_TGR192=m +CONFIG_CRYPTO_TWOFISH=m +CONFIG_CRYPTO_TWOFISH_586=m +CONFIG_CRYPTO_TWOFISH_AVX_X86_64=m +CONFIG_CRYPTO_TWOFISH_COMMON=m +CONFIG_CRYPTO_TWOFISH_X86_64=m +CONFIG_CRYPTO_TWOFISH_X86_64_3WAY=m +CONFIG_CRYPTO_USER=m +CONFIG_CRYPTO_USER_API=m +CONFIG_CRYPTO_USER_API_HASH=m +CONFIG_CRYPTO_USER_API_SKCIPHER=m +CONFIG_CRYPTO_VMAC=m +CONFIG_CRYPTO_WORKQUEUE=y +CONFIG_CRYPTO_WP512=m +CONFIG_CRYPTO_XCBC=m +CONFIG_CRYPTO_XTS=m +CONFIG_CRYPTO_ZLIB=m +CONFIG_CRYSTALHD=m +# CONFIG_CS5535_MFGPT is not set +CONFIG_CS89x0=m +CONFIG_CS89x0_PLATFORM=y +CONFIG_CSR_WIFI=m +CONFIG_CUSE=m +CONFIG_CXT1E1=m +CONFIG_CYCLADES=m +CONFIG_CYCLADES_SYNC=m +CONFIG_CYCLOMX_X25=y +# CONFIG_CYZ_INTR is not set +CONFIG_DA9052_WATCHDOG=m +CONFIG_DA9055_WATCHDOG=m +CONFIG_DAVICOM_PHY=y +CONFIG_DCA=m +CONFIG_DCACHE_WORD_ACCESS=y +CONFIG_DCB=y +CONFIG_DCDBAS=m +CONFIG_DDR=y +CONFIG_DE2104X=m +CONFIG_DE2104X_DSL=0 +CONFIG_DE4X5=m +CONFIG_DE600=m +CONFIG_DE620=m +# CONFIG_DEBUG_ATOMIC_SLEEP is not set +# CONFIG_DEBUG_BLK_CGROUP is not set +# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set +# CONFIG_DEBUG_BOOT_PARAMS is not set +# CONFIG_DEBUG_BUGVERBOSE is not set +# CONFIG_DEBUG_CREDENTIALS is not set +# CONFIG_DEBUG_DEVRES is not set +# CONFIG_DEBUG_DRIVER is not set +# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set +CONFIG_DEBUG_FS=y +# CONFIG_DEBUG_GPIO is not set +# CONFIG_DEBUG_HIGHMEM is not set +# CONFIG_DEBUG_HOTPLUG_CPU0 is not set +CONFIG_DEBUG_IMX6Q_UART_PORT=1 +CONFIG_DEBUG_INFO=y +# CONFIG_DEBUG_INFO_REDUCED is not set +CONFIG_DEBUG_KERNEL=y +# CONFIG_DEBUG_KMEMLEAK is not set +# CONFIG_DEBUG_KOBJECT is not set +# CONFIG_DEBUG_LIST is not set +# CONFIG_DEBUG_LL is not set +CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S" +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set +# CONFIG_DEBUG_LOCK_ALLOC is not set +# CONFIG_DEBUG_MEMORY_INIT is not set +# CONFIG_DEBUG_MUTEXES is not set +# CONFIG_DEBUG_NMI_SELFTEST is not set +# CONFIG_DEBUG_NOTIFIERS is not set +# CONFIG_DEBUG_NX_TEST is not set +# CONFIG_DEBUG_OBJECTS is not set +# CONFIG_DEBUG_PAGEALLOC is not set +# CONFIG_DEBUG_PERF_USE_VMALLOC is not set +# CONFIG_DEBUG_PER_CPU_MAPS is not set +# CONFIG_DEBUG_PINCTRL is not set +CONFIG_DEBUG_RODATA=y +# CONFIG_DEBUG_RODATA_TEST is not set +# CONFIG_DEBUG_RT_MUTEXES is not set +# CONFIG_DEBUG_SECTION_MISMATCH is not set +CONFIG_DEBUG_SET_MODULE_RONX=y +# CONFIG_DEBUG_SG is not set +# CONFIG_DEBUG_SHIRQ is not set +# CONFIG_DEBUG_SPINLOCK is not set +# CONFIG_DEBUG_STACKOVERFLOW is not set +# CONFIG_DEBUG_STACK_USAGE is not set +# CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is not set +# CONFIG_DEBUG_TLBFLUSH is not set +# CONFIG_DEBUG_USER is not set +# CONFIG_DEBUG_VIRTUAL is not set +# CONFIG_DEBUG_VM is not set +# CONFIG_DEBUG_WRITECOUNT is not set +CONFIG_DECNET=m +CONFIG_DECNET_NF_GRABULATOR=m +# CONFIG_DECNET_ROUTER is not set +CONFIG_DECOMPRESS_BZIP2=y +CONFIG_DECOMPRESS_GZIP=y +CONFIG_DECOMPRESS_LZMA=y +CONFIG_DECOMPRESS_LZO=y +CONFIG_DECOMPRESS_XZ=y +# CONFIG_DEFAULT_CFQ is not set +CONFIG_DEFAULT_CUBIC=y +CONFIG_DEFAULT_DEADLINE=y +CONFIG_DEFAULT_HOSTNAME="(none)" +CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120 +CONFIG_DEFAULT_IOSCHED="deadline" +CONFIG_DEFAULT_IO_DELAY_TYPE=1 +CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4 +# CONFIG_DEFAULT_NOOP is not set +# CONFIG_DEFAULT_RENO is not set +CONFIG_DEFAULT_SECURITY="apparmor" +CONFIG_DEFAULT_SECURITY_APPARMOR=y +# CONFIG_DEFAULT_SECURITY_DAC is not set +# CONFIG_DEFAULT_SECURITY_SELINUX is not set +# CONFIG_DEFAULT_SECURITY_SMACK is not set +# CONFIG_DEFAULT_SECURITY_TOMOYO is not set +# CONFIG_DEFAULT_SECURITY_YAMA is not set +CONFIG_DEFAULT_TCP_CONG="cubic" +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" +CONFIG_DEFXX=m +# CONFIG_DEFXX_MMIO is not set +CONFIG_DELL_LAPTOP=m +CONFIG_DELL_RBU=m +CONFIG_DELL_WMI=m +CONFIG_DELL_WMI_AIO=m +CONFIG_DEPCA=m +# CONFIG_DEPRECATED_PARAM_STRUCT is not set +CONFIG_DETECT_HUNG_TASK=y +CONFIG_DEVFREQ_GOV_PERFORMANCE=y +CONFIG_DEVFREQ_GOV_POWERSAVE=y +CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=y +CONFIG_DEVFREQ_GOV_USERSPACE=y +# CONFIG_DEVKMEM is not set +CONFIG_DEVPORT=y +CONFIG_DEVPTS_MULTIPLE_INSTANCES=y +CONFIG_DEVTMPFS=y +CONFIG_DEVTMPFS_MOUNT=y +CONFIG_DEV_APPLETALK=m +CONFIG_DE_AOC=y +CONFIG_DGRP=m +CONFIG_DIRECT_GBPAGES=y +CONFIG_DL2K=m +CONFIG_DLCI=m +CONFIG_DLCI_MAX=8 +CONFIG_DLM=m +# CONFIG_DLM_DEBUG is not set +CONFIG_DM9000=m +# CONFIG_DM9000_FORCE_SIMPLE_PHY_POLL is not set +CONFIG_DM9102=m +CONFIG_DMADEVICES=y +# CONFIG_DMADEVICES_DEBUG is not set +CONFIG_DMAR_TABLE=y +# CONFIG_DMATEST is not set +# CONFIG_DMA_API_DEBUG is not set +CONFIG_DMA_ENGINE=y +CONFIG_DMA_OMAP=y +CONFIG_DMA_SHARED_BUFFER=y +CONFIG_DMA_VIRTUAL_CHANNELS=y +CONFIG_DMI=y +CONFIG_DMIID=y +CONFIG_DMI_SYSFS=m +CONFIG_DM_BIO_PRISON=m +CONFIG_DM_BUFIO=m +CONFIG_DM_CRYPT=m +# CONFIG_DM_DEBUG is not set +# CONFIG_DM_DEBUG_BLOCK_STACK_TRACING is not set +CONFIG_DM_DELAY=m +CONFIG_DM_FLAKEY=m +CONFIG_DM_LOG_USERSPACE=m +CONFIG_DM_MIRROR=m +CONFIG_DM_MULTIPATH=m +CONFIG_DM_MULTIPATH_QL=m +CONFIG_DM_MULTIPATH_ST=m +CONFIG_DM_PERSISTENT_DATA=m +CONFIG_DM_RAID=m +CONFIG_DM_SNAPSHOT=m +CONFIG_DM_THIN_PROVISIONING=m +CONFIG_DM_UEVENT=y +CONFIG_DM_VERITY=m +CONFIG_DM_ZERO=m +CONFIG_DNET=m +CONFIG_DNOTIFY=y +CONFIG_DNS_RESOLVER=y +CONFIG_DONGLE=y +CONFIG_DOUBLEFAULT=y +CONFIG_DQL=y +CONFIG_DRAGONRISE_FF=y +# CONFIG_DRBD_FAULT_INJECTION is not set +CONFIG_DRM=m +CONFIG_DRM_AST=m +CONFIG_DRM_CIRRUS_QEMU=m +# CONFIG_DRM_EXYNOS is not set +CONFIG_DRM_GEM_CMA_HELPER=y +CONFIG_DRM_GMA3600=y +CONFIG_DRM_GMA500=m +CONFIG_DRM_GMA600=y +CONFIG_DRM_I2C_CH7006=m +CONFIG_DRM_I2C_SIL164=m +CONFIG_DRM_I810=m +CONFIG_DRM_I915=m +CONFIG_DRM_I915_KMS=y +CONFIG_DRM_IMX=m +CONFIG_DRM_IMX_FB_HELPER=m +CONFIG_DRM_IMX_IPUV3=m +CONFIG_DRM_IMX_IPUV3_CORE=m +CONFIG_DRM_IMX_PARALLEL_DISPLAY=m +CONFIG_DRM_KMS_CMA_HELPER=y +CONFIG_DRM_KMS_HELPER=m +CONFIG_DRM_LOAD_EDID_FIRMWARE=y +# CONFIG_DRM_MEDFIELD is not set +CONFIG_DRM_MGA=m +# CONFIG_DRM_MGAG200 is not set +CONFIG_DRM_NOUVEAU=m +CONFIG_DRM_NOUVEAU_BACKLIGHT=y +# CONFIG_DRM_OMAP is not set +CONFIG_DRM_R128=m +CONFIG_DRM_RADEON=m +CONFIG_DRM_RADEON_KMS=y +CONFIG_DRM_SAVAGE=m +CONFIG_DRM_SIS=m +CONFIG_DRM_TDFX=m +CONFIG_DRM_TTM=m +CONFIG_DRM_UDL=m +CONFIG_DRM_USB=m +CONFIG_DRM_VIA=m +CONFIG_DRM_VMWGFX=m +# CONFIG_DRM_VMWGFX_FBCON is not set +CONFIG_DS1682=m +CONFIG_DSCC4=m +CONFIG_DSCC4_PCISYNC=y +CONFIG_DSCC4_PCI_RST=y +# CONFIG_DT3155_CCIR is not set +CONFIG_DT3155_STREAMING=y +CONFIG_DTC=y +CONFIG_DTLK=m +CONFIG_DUMMY=m +CONFIG_DUMMY_CONSOLE=y +CONFIG_DVB_A8293=m +CONFIG_DVB_AF9013=m +CONFIG_DVB_AF9033=m +CONFIG_DVB_AS102=m +CONFIG_DVB_ATBM8830=m +CONFIG_DVB_AU8522=m +CONFIG_DVB_AU8522_DTV=m +CONFIG_DVB_AU8522_V4L=m +CONFIG_DVB_AV7110=m +CONFIG_DVB_AV7110_OSD=y +CONFIG_DVB_B2C2_FLEXCOP=m +CONFIG_DVB_B2C2_FLEXCOP_PCI=m +# CONFIG_DVB_B2C2_FLEXCOP_PCI_DEBUG is not set +CONFIG_DVB_B2C2_FLEXCOP_USB=m +# CONFIG_DVB_B2C2_FLEXCOP_USB_DEBUG is not set +CONFIG_DVB_BCM3510=m +CONFIG_DVB_BT8XX=m +CONFIG_DVB_BUDGET=m +CONFIG_DVB_BUDGET_AV=m +CONFIG_DVB_BUDGET_CI=m +CONFIG_DVB_BUDGET_CORE=m +CONFIG_DVB_BUDGET_PATCH=m +CONFIG_DVB_CORE=m +CONFIG_DVB_CX22700=m +CONFIG_DVB_CX22702=m +CONFIG_DVB_CX24110=m +CONFIG_DVB_CX24116=m +CONFIG_DVB_CX24123=m +CONFIG_DVB_CXD2099=m +CONFIG_DVB_CXD2820R=m +CONFIG_DVB_DDBRIDGE=m +CONFIG_DVB_DIB3000MB=m +CONFIG_DVB_DIB3000MC=m +CONFIG_DVB_DIB7000M=m +CONFIG_DVB_DIB7000P=m +CONFIG_DVB_DIB8000=m +CONFIG_DVB_DM1105=m +CONFIG_DVB_DRXD=m +CONFIG_DVB_DRXK=m +CONFIG_DVB_DS3000=m +# CONFIG_DVB_DUMMY_FE is not set +CONFIG_DVB_DYNAMIC_MINORS=y +CONFIG_DVB_EC100=m +CONFIG_DVB_FIREDTV=m +CONFIG_DVB_FIREDTV_INPUT=y +CONFIG_DVB_HOPPER=m +CONFIG_DVB_ISL6405=m +CONFIG_DVB_ISL6421=m +CONFIG_DVB_ISL6423=m +CONFIG_DVB_IT913X_FE=m +CONFIG_DVB_IX2505V=m +CONFIG_DVB_L64781=m +CONFIG_DVB_LG2160=m +CONFIG_DVB_LGDT3305=m +CONFIG_DVB_LGDT330X=m +CONFIG_DVB_LGS8GXX=m +CONFIG_DVB_LNBP21=m +CONFIG_DVB_LNBP22=m +CONFIG_DVB_M88RS2000=m +CONFIG_DVB_MANTIS=m +CONFIG_DVB_MAX_ADAPTERS=8 +CONFIG_DVB_MB86A16=m +CONFIG_DVB_MB86A20S=m +CONFIG_DVB_MT312=m +CONFIG_DVB_MT352=m +CONFIG_DVB_NET=y +CONFIG_DVB_NGENE=m +CONFIG_DVB_NXT200X=m +CONFIG_DVB_NXT6000=m +CONFIG_DVB_OR51132=m +CONFIG_DVB_OR51211=m +CONFIG_DVB_PLL=m +CONFIG_DVB_PLUTO2=m +CONFIG_DVB_PT1=m +CONFIG_DVB_RTL2830=m +CONFIG_DVB_RTL2832=m +CONFIG_DVB_S5H1409=m +CONFIG_DVB_S5H1411=m +CONFIG_DVB_S5H1420=m +CONFIG_DVB_S921=m +CONFIG_DVB_SI21XX=m +CONFIG_DVB_SP8870=m +CONFIG_DVB_SP887X=m +CONFIG_DVB_STB0899=m +CONFIG_DVB_STB6000=m +CONFIG_DVB_STB6100=m +CONFIG_DVB_STV0288=m +CONFIG_DVB_STV0297=m +CONFIG_DVB_STV0299=m +CONFIG_DVB_STV0367=m +CONFIG_DVB_STV0900=m +CONFIG_DVB_STV090x=m +CONFIG_DVB_STV6110=m +CONFIG_DVB_STV6110x=m +CONFIG_DVB_TDA10021=m +CONFIG_DVB_TDA10023=m +CONFIG_DVB_TDA10048=m +CONFIG_DVB_TDA1004X=m +CONFIG_DVB_TDA10071=m +CONFIG_DVB_TDA10086=m +CONFIG_DVB_TDA18271C2DD=m +CONFIG_DVB_TDA665x=m +CONFIG_DVB_TDA8083=m +CONFIG_DVB_TDA8261=m +CONFIG_DVB_TDA826X=m +CONFIG_DVB_TTUSB_BUDGET=m +CONFIG_DVB_TTUSB_DEC=m +CONFIG_DVB_TUA6100=m +CONFIG_DVB_TUNER_CX24113=m +CONFIG_DVB_TUNER_DIB0070=m +CONFIG_DVB_TUNER_DIB0090=m +CONFIG_DVB_TUNER_ITD1000=m +CONFIG_DVB_USB=m +CONFIG_DVB_USB_A800=m +CONFIG_DVB_USB_AF9005=m +CONFIG_DVB_USB_AF9005_REMOTE=m +CONFIG_DVB_USB_AF9015=m +CONFIG_DVB_USB_AF9035=m +CONFIG_DVB_USB_ANYSEE=m +CONFIG_DVB_USB_AU6610=m +CONFIG_DVB_USB_AZ6007=m +CONFIG_DVB_USB_AZ6027=m +CONFIG_DVB_USB_CE6230=m +CONFIG_DVB_USB_CINERGY_T2=m +CONFIG_DVB_USB_CXUSB=m +CONFIG_DVB_USB_CYPRESS_FIRMWARE=m +# CONFIG_DVB_USB_DEBUG is not set +CONFIG_DVB_USB_DIB0700=m +CONFIG_DVB_USB_DIBUSB_MB=m +# CONFIG_DVB_USB_DIBUSB_MB_FAULTY is not set +CONFIG_DVB_USB_DIBUSB_MC=m +CONFIG_DVB_USB_DIGITV=m +CONFIG_DVB_USB_DTT200U=m +CONFIG_DVB_USB_DTV5100=m +CONFIG_DVB_USB_DW2102=m +CONFIG_DVB_USB_EC168=m +CONFIG_DVB_USB_FRIIO=m +CONFIG_DVB_USB_GL861=m +CONFIG_DVB_USB_GP8PSK=m +CONFIG_DVB_USB_IT913X=m +CONFIG_DVB_USB_LME2510=m +CONFIG_DVB_USB_M920X=m +CONFIG_DVB_USB_MXL111SF=m +CONFIG_DVB_USB_NOVA_T_USB2=m +CONFIG_DVB_USB_OPERA1=m +CONFIG_DVB_USB_PCTV452E=m +CONFIG_DVB_USB_RTL28XXU=m +CONFIG_DVB_USB_TECHNISAT_USB2=m +CONFIG_DVB_USB_TTUSB2=m +CONFIG_DVB_USB_UMT_010=m +CONFIG_DVB_USB_V2=m +CONFIG_DVB_USB_VP702X=m +CONFIG_DVB_USB_VP7045=m +CONFIG_DVB_VES1820=m +CONFIG_DVB_VES1X93=m +CONFIG_DVB_ZL10036=m +CONFIG_DVB_ZL10039=m +CONFIG_DVB_ZL10353=m +CONFIG_DW_APB_TIMER=y +CONFIG_DW_DMAC=m +# CONFIG_DW_DMAC_BIG_ENDIAN_IO is not set +CONFIG_DW_WATCHDOG=m +CONFIG_DX_SEP=m +# CONFIG_DYNAMIC_DEBUG is not set +CONFIG_DYNAMIC_FTRACE=y +CONFIG_E100=m +CONFIG_E1000=m +CONFIG_E1000E=m +CONFIG_E2100=m +CONFIG_EARLY_PRINTK=y +CONFIG_EARLY_PRINTK_DBGP=y +CONFIG_EARLY_PRINTK_INTEL_MID=y +CONFIG_ECHO=m +CONFIG_ECRYPT_FS=y +CONFIG_EDAC=y +CONFIG_EDAC_AMD64=m +# CONFIG_EDAC_AMD64_ERROR_INJECTION is not set +CONFIG_EDAC_AMD76X=m +# CONFIG_EDAC_DEBUG is not set +CONFIG_EDAC_DECODE_MCE=m +CONFIG_EDAC_E752X=m +CONFIG_EDAC_E7XXX=m +CONFIG_EDAC_HIGHBANK_L2=y +CONFIG_EDAC_HIGHBANK_MC=y +CONFIG_EDAC_I3000=m +CONFIG_EDAC_I3200=m +CONFIG_EDAC_I5000=m +CONFIG_EDAC_I5100=m +CONFIG_EDAC_I5400=m +CONFIG_EDAC_I7300=m +CONFIG_EDAC_I7CORE=m +CONFIG_EDAC_I82860=m +CONFIG_EDAC_I82875P=m +CONFIG_EDAC_I82975X=m +CONFIG_EDAC_LEGACY_SYSFS=y +CONFIG_EDAC_MCE_INJ=m +CONFIG_EDAC_R82600=m +CONFIG_EDAC_SBRIDGE=m +CONFIG_EDAC_X38=m +CONFIG_EDD=y +CONFIG_EDD_OFF=y +CONFIG_EEEPC_LAPTOP=m +CONFIG_EEEPC_WMI=m +CONFIG_EEPROM_93CX6=m +CONFIG_EEPROM_93XX46=m +CONFIG_EEPROM_AT24=m +CONFIG_EEPROM_AT25=m +CONFIG_EEPROM_LEGACY=m +CONFIG_EEPROM_MAX6875=m +CONFIG_EEXPRESS=m +CONFIG_EEXPRESS_PRO=m +CONFIG_EFI=y +CONFIG_EFI_PARTITION=y +CONFIG_EFI_STUB=y +CONFIG_EFI_VARS=y +# CONFIG_EFI_VARS_PSTORE is not set +CONFIG_EFS_FS=m +CONFIG_EISA=y +CONFIG_EISA_NAMES=y +CONFIG_EISA_PCI_EISA=y +CONFIG_EISA_VIRTUAL_ROOT=y +CONFIG_EISA_VLB_PRIMING=y +CONFIG_EL1=m +CONFIG_EL16=m +CONFIG_EL2=m +CONFIG_EL3=m +CONFIG_ELF_CORE=y +CONFIG_ELPLUS=m +# CONFIG_EMBEDDED is not set +# CONFIG_ENABLE_MUST_CHECK is not set +# CONFIG_ENABLE_WARN_DEPRECATED is not set +CONFIG_ENC28J60=m +# CONFIG_ENC28J60_WRITEVERIFY is not set +CONFIG_ENCLOSURE_SERVICES=m +CONFIG_ENCRYPTED_KEYS=y +CONFIG_ENIC=m +CONFIG_EPIC100=m +CONFIG_EPOLL=y +CONFIG_EQUALIZER=m +CONFIG_ES3210=m +CONFIG_ESI_DONGLE=m +CONFIG_ET131X=m +CONFIG_ETH16I=m +CONFIG_ETHERNET=y +CONFIG_ETHOC=m +CONFIG_EUROTECH_WDT=m +CONFIG_EVENTFD=y +CONFIG_EVENT_POWER_TRACING_DEPRECATED=y +CONFIG_EVENT_TRACING=y +CONFIG_EVM=y +CONFIG_EWRK3=m +# CONFIG_EXOFS_DEBUG is not set +CONFIG_EXOFS_FS=m +CONFIG_EXPERIMENTAL=y +CONFIG_EXPERT=y +CONFIG_EXPORTFS=y +CONFIG_EXT2_FS=m +CONFIG_EXT2_FS_POSIX_ACL=y +CONFIG_EXT2_FS_SECURITY=y +CONFIG_EXT2_FS_XATTR=y +# CONFIG_EXT2_FS_XIP is not set +CONFIG_EXT3_DEFAULTS_TO_ORDERED=y +CONFIG_EXT3_FS=y +CONFIG_EXT3_FS_POSIX_ACL=y +CONFIG_EXT3_FS_SECURITY=y +CONFIG_EXT3_FS_XATTR=y +# CONFIG_EXT4_DEBUG is not set +CONFIG_EXT4_FS=y +CONFIG_EXT4_FS_POSIX_ACL=y +CONFIG_EXT4_FS_SECURITY=y +CONFIG_EXTCON=y +CONFIG_EXTCON_ADC_JACK=m +CONFIG_EXTCON_ARIZONA=m +CONFIG_EXTCON_GPIO=m +CONFIG_EXTCON_MAX77693=m +CONFIG_EXTCON_MAX8997=m +CONFIG_EXTRA_FIRMWARE="" +CONFIG_EXYNOS_VIDEO=y +CONFIG_F2FS_FS=m +CONFIG_F2FS_FS_POSIX_ACL=y +CONFIG_F2FS_FS_XATTR=y +CONFIG_F2FS_STAT_FS=y +CONFIG_F71808E_WDT=m +CONFIG_FAIR_GROUP_SCHED=y +CONFIG_FAIR_SHARE=y +CONFIG_FANOTIFY=y +CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y +CONFIG_FARSYNC=m +CONFIG_FAT_DEFAULT_CODEPAGE=437 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" +CONFIG_FAT_FS=y +# CONFIG_FAULT_INJECTION is not set +CONFIG_FB=y +CONFIG_FB_3DFX=m +# CONFIG_FB_3DFX_ACCEL is not set +# CONFIG_FB_3DFX_I2C is not set +CONFIG_FB_ARC=m +CONFIG_FB_ARK=m +CONFIG_FB_ARMCLCD=y +CONFIG_FB_ASILIANT=y +CONFIG_FB_ATY=m +CONFIG_FB_ATY128=m +CONFIG_FB_ATY128_BACKLIGHT=y +CONFIG_FB_ATY_BACKLIGHT=y +CONFIG_FB_ATY_CT=y +# CONFIG_FB_ATY_GENERIC_LCD is not set +CONFIG_FB_ATY_GX=y +CONFIG_FB_AUO_K1900=m +CONFIG_FB_AUO_K1901=m +CONFIG_FB_AUO_K190X=m +CONFIG_FB_BROADSHEET=m +CONFIG_FB_CARILLO_RANCH=m +CONFIG_FB_CARMINE=m +CONFIG_FB_CARMINE_DRAM_EVAL=y +CONFIG_FB_CFB_COPYAREA=y +CONFIG_FB_CFB_FILLRECT=y +CONFIG_FB_CFB_IMAGEBLIT=y +# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set +CONFIG_FB_CIRRUS=m +CONFIG_FB_CYBER2000=m +CONFIG_FB_CYBER2000_DDC=y +CONFIG_FB_DEFERRED_IO=y +CONFIG_FB_EFI=y +# CONFIG_FB_FOREIGN_ENDIAN is not set +CONFIG_FB_GEODE=y +CONFIG_FB_GEODE_GX=m +CONFIG_FB_GEODE_GX1=m +CONFIG_FB_GEODE_LX=m +CONFIG_FB_HECUBA=m +CONFIG_FB_HGA=m +CONFIG_FB_I740=m +CONFIG_FB_I810=m +# CONFIG_FB_I810_GTF is not set +CONFIG_FB_IMSTT=y +CONFIG_FB_INTEL=m +# CONFIG_FB_INTEL_DEBUG is not set +# CONFIG_FB_INTEL_I2C is not set +CONFIG_FB_KYRO=m +CONFIG_FB_LE80578=m +# CONFIG_FB_MACMODES is not set +CONFIG_FB_MATROX=m +CONFIG_FB_MATROX_G=y +CONFIG_FB_MATROX_I2C=m +CONFIG_FB_MATROX_MAVEN=m +CONFIG_FB_MATROX_MILLENIUM=y +CONFIG_FB_MATROX_MYSTIQUE=y +CONFIG_FB_MB862XX=m +CONFIG_FB_MB862XX_I2C=y +CONFIG_FB_MB862XX_PCI_GDC=y +CONFIG_FB_METRONOME=m +CONFIG_FB_MODE_HELPERS=y +CONFIG_FB_MX3=y +CONFIG_FB_N411=m +CONFIG_FB_NEOMAGIC=m +CONFIG_FB_NVIDIA=m +CONFIG_FB_NVIDIA_BACKLIGHT=y +# CONFIG_FB_NVIDIA_DEBUG is not set +CONFIG_FB_NVIDIA_I2C=y +CONFIG_FB_OMAP2=y +# CONFIG_FB_OMAP2_DEBUG_SUPPORT is not set +CONFIG_FB_OMAP2_NUM_FBS=3 +CONFIG_FB_PM2=m +CONFIG_FB_PM2_FIFO_DISCONNECT=y +CONFIG_FB_PM3=m +CONFIG_FB_RADEON=m +CONFIG_FB_RADEON_BACKLIGHT=y +# CONFIG_FB_RADEON_DEBUG is not set +CONFIG_FB_RADEON_I2C=y +CONFIG_FB_RIVA=m +CONFIG_FB_RIVA_BACKLIGHT=y +# CONFIG_FB_RIVA_DEBUG is not set +CONFIG_FB_RIVA_I2C=y +CONFIG_FB_S1D13XXX=m +CONFIG_FB_S3=m +CONFIG_FB_S3_DDC=y +CONFIG_FB_SAVAGE=m +# CONFIG_FB_SAVAGE_ACCEL is not set +# CONFIG_FB_SAVAGE_I2C is not set +CONFIG_FB_SIS=m +CONFIG_FB_SIS_300=y +CONFIG_FB_SIS_315=y +CONFIG_FB_SM501=m +CONFIG_FB_SM7XX=m +CONFIG_FB_SMSCUFX=m +CONFIG_FB_SSD1307=m +CONFIG_FB_SYS_FOPS=m +CONFIG_FB_TILEBLITTING=y +CONFIG_FB_TMIO=m +CONFIG_FB_TMIO_ACCELL=y +CONFIG_FB_TRIDENT=m +CONFIG_FB_UDL=m +CONFIG_FB_UVESA=m +CONFIG_FB_VESA=m +CONFIG_FB_VGA16=m +CONFIG_FB_VIA=m +# CONFIG_FB_VIA_DIRECT_PROCFS is not set +CONFIG_FB_VIA_X_COMPATIBILITY=y +# CONFIG_FB_VIRTUAL is not set +CONFIG_FB_VOODOO1=m +CONFIG_FB_VT8623=m +# CONFIG_FB_WMT_GE_ROPS is not set +CONFIG_FB_XGI=m +CONFIG_FCOE=m +CONFIG_FCOE_FNIC=m +CONFIG_FDDI=y +CONFIG_FEALNX=m +CONFIG_FEC=y +# CONFIG_FEC_PTP is not set +CONFIG_FHANDLE=y +CONFIG_FIB_RULES=y +CONFIG_FILE_LOCKING=y +CONFIG_FIREWIRE=m +CONFIG_FIREWIRE_NET=m +CONFIG_FIREWIRE_NOSY=m +CONFIG_FIREWIRE_OHCI=m +# CONFIG_FIREWIRE_OHCI_REMOTE_DMA is not set +CONFIG_FIREWIRE_SBP2=m +CONFIG_FIREWIRE_SERIAL=m +CONFIG_FIRMWARE_EDID=y +CONFIG_FIRMWARE_IN_KERNEL=y +CONFIG_FIRMWARE_MEMMAP=y +CONFIG_FIXED_PHY=y +CONFIG_FIX_EARLYCON_MEM=y +CONFIG_FLATMEM=y +CONFIG_FLATMEM_MANUAL=y +CONFIG_FLAT_NODE_MEM_MAP=y +# CONFIG_FONT_10x18 is not set +# CONFIG_FONT_6x11 is not set +# CONFIG_FONT_7x14 is not set +CONFIG_FONT_8x16=y +CONFIG_FONT_8x8=y +CONFIG_FONT_ACORN_8x8=y +# CONFIG_FONT_MINI_4x6 is not set +# CONFIG_FONT_PEARL_8x8 is not set +# CONFIG_FONT_SUN12x22 is not set +# CONFIG_FONT_SUN8x16 is not set +CONFIG_FORCEDETH=m +CONFIG_FORCE_MAX_ZONEORDER=12 +# CONFIG_FPE_FASTFPE is not set +CONFIG_FPE_NWFPE=y +# CONFIG_FPE_NWFPE_XP is not set +CONFIG_FRAMEBUFFER_CONSOLE=y +CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y +# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set +CONFIG_FRAME_POINTER=y +CONFIG_FRAME_WARN=1024 +CONFIG_FREEZER=y +CONFIG_FRONTSWAP=y +CONFIG_FSCACHE=m +# CONFIG_FSCACHE_DEBUG is not set +# CONFIG_FSCACHE_HISTOGRAM is not set +# CONFIG_FSCACHE_OBJECT_LIST is not set +CONFIG_FSCACHE_STATS=y +CONFIG_FSNOTIFY=y +CONFIG_FS_MBCACHE=y +CONFIG_FS_POSIX_ACL=y +CONFIG_FT1000=m +CONFIG_FT1000_PCMCIA=m +CONFIG_FT1000_USB=m +CONFIG_FTGMAC100=m +CONFIG_FTL=m +CONFIG_FTMAC100=m +CONFIG_FTRACE=y +CONFIG_FTRACE_MCOUNT_RECORD=y +# CONFIG_FTRACE_STARTUP_TEST is not set +CONFIG_FTRACE_SYSCALLS=y +CONFIG_FUJITSU_LAPTOP=m +# CONFIG_FUJITSU_LAPTOP_DEBUG is not set +CONFIG_FUJITSU_TABLET=m +CONFIG_FUNCTION_GRAPH_TRACER=y +CONFIG_FUNCTION_PROFILER=y +CONFIG_FUNCTION_TRACER=y +CONFIG_FUSE_FS=y +CONFIG_FUSION=y +CONFIG_FUSION_CTL=m +CONFIG_FUSION_FC=m +CONFIG_FUSION_LAN=m +CONFIG_FUSION_LOGGING=y +CONFIG_FUSION_MAX_SGE=128 +CONFIG_FUSION_SAS=m +CONFIG_FUSION_SPI=m +CONFIG_FUTEX=y +CONFIG_FW_LOADER=y +CONFIG_GACT_PROB=y +CONFIG_GADGET_UAC1=y +CONFIG_GAMEPORT=m +CONFIG_GAMEPORT_EMU10K1=m +CONFIG_GAMEPORT_FM801=m +CONFIG_GAMEPORT_L4=m +CONFIG_GAMEPORT_NS558=m +CONFIG_GARP=m +CONFIG_GART_IOMMU=y +# CONFIG_GCOV_KERNEL is not set +CONFIG_GENERIC_ACL=y +CONFIG_GENERIC_ADC_BATTERY=m +CONFIG_GENERIC_ALLOCATOR=y +CONFIG_GENERIC_BUG=y +CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y +CONFIG_GENERIC_CALIBRATE_DELAY=y +CONFIG_GENERIC_CLOCKEVENTS=y +CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y +CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y +CONFIG_GENERIC_CMOS_UPDATE=y +CONFIG_GENERIC_CPU=y +CONFIG_GENERIC_CPUFREQ_CPU0=y +# CONFIG_GENERIC_CPU_DEVICES is not set +CONFIG_GENERIC_FIND_FIRST_BIT=y +CONFIG_GENERIC_GPIO=y +CONFIG_GENERIC_HARDIRQS=y +CONFIG_GENERIC_HWEIGHT=y +CONFIG_GENERIC_IO=y +CONFIG_GENERIC_IOMAP=y +CONFIG_GENERIC_IRQ_CHIP=y +CONFIG_GENERIC_IRQ_PROBE=y +CONFIG_GENERIC_IRQ_SHOW=y +CONFIG_GENERIC_ISA_DMA=y +CONFIG_GENERIC_PCI_IOMAP=y +CONFIG_GENERIC_PENDING_IRQ=y +CONFIG_GENERIC_SIGALTSTACK=y +CONFIG_GENERIC_SMP_IDLE_THREAD=y +CONFIG_GENERIC_STRNCPY_FROM_USER=y +CONFIG_GENERIC_STRNLEN_USER=y +CONFIG_GENERIC_TIME_VSYSCALL=y +CONFIG_GENERIC_TRACER=y +CONFIG_GEOS=y +CONFIG_GFS2_FS=m +CONFIG_GFS2_FS_LOCKING_DLM=y +CONFIG_GIGASET_BASE=m +# CONFIG_GIGASET_CAPI is not set +# CONFIG_GIGASET_DEBUG is not set +# CONFIG_GIGASET_DUMMYLL is not set +CONFIG_GIGASET_I4L=y +CONFIG_GIGASET_M101=m +CONFIG_GIGASET_M105=m +CONFIG_GIRBIL_DONGLE=m +# CONFIG_GOOGLE_FIRMWARE is not set +CONFIG_GPIOLIB=y +CONFIG_GPIO_74X164=m +CONFIG_GPIO_ACPI=y +CONFIG_GPIO_ADNP=m +CONFIG_GPIO_ADP5520=m +CONFIG_GPIO_ADP5588=m +CONFIG_GPIO_AMD8111=m +CONFIG_GPIO_ARIZONA=m +CONFIG_GPIO_CS5535=m +CONFIG_GPIO_DA9052=m +CONFIG_GPIO_DA9055=m +# CONFIG_GPIO_EM is not set +CONFIG_GPIO_GENERIC_PLATFORM=m +CONFIG_GPIO_ICH=m +CONFIG_GPIO_INTEL_PMIC=y +CONFIG_GPIO_IT8761E=m +CONFIG_GPIO_JANZ_TTL=m +CONFIG_GPIO_LANGWELL=y +CONFIG_GPIO_LYNXPOINT=y +CONFIG_GPIO_MAX7300=m +CONFIG_GPIO_MAX7301=m +CONFIG_GPIO_MAX730X=m +CONFIG_GPIO_MAX732X=m +CONFIG_GPIO_MC33880=m +CONFIG_GPIO_MCP23S08=m +CONFIG_GPIO_ML_IOH=m +CONFIG_GPIO_MSIC=y +CONFIG_GPIO_MXC=y +CONFIG_GPIO_PCA953X=m +CONFIG_GPIO_PCF857X=m +CONFIG_GPIO_PCH=m +CONFIG_GPIO_PL061=y +CONFIG_GPIO_RC5T583=y +CONFIG_GPIO_RDC321X=m +CONFIG_GPIO_SCH=m +CONFIG_GPIO_STMPE=y +CONFIG_GPIO_SX150X=y +# CONFIG_GPIO_SYSFS is not set +CONFIG_GPIO_TC3589X=y +CONFIG_GPIO_TIMBERDALE=y +CONFIG_GPIO_TPS6586X=y +CONFIG_GPIO_TPS65910=y +CONFIG_GPIO_TPS65912=m +CONFIG_GPIO_TS5500=m +CONFIG_GPIO_TWL6040=m +CONFIG_GPIO_UCB1400=y +CONFIG_GPIO_VIPERBOARD=m +CONFIG_GPIO_VX855=m +CONFIG_GPIO_WM831X=m +CONFIG_GPIO_WM8350=m +CONFIG_GPIO_WM8994=m +CONFIG_GREENASIA_FF=y +CONFIG_HAMACHI=m +CONFIG_HAMRADIO=y +CONFIG_HANGCHECK_TIMER=m +CONFIG_HAPPYMEAL=m +CONFIG_HARDIRQS_SW_RESEND=y +CONFIG_HARDLOCKUP_DETECTOR=y +CONFIG_HAS_DMA=y +CONFIG_HAS_IOMEM=y +CONFIG_HAS_IOPORT=y +CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y +CONFIG_HAVE_ARCH_JUMP_LABEL=y +CONFIG_HAVE_ARCH_KGDB=y +CONFIG_HAVE_ARCH_KMEMCHECK=y +CONFIG_HAVE_ARCH_PFN_VALID=y +CONFIG_HAVE_ARCH_SECCOMP_FILTER=y +CONFIG_HAVE_ARCH_TRACEHOOK=y +CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y +CONFIG_HAVE_ARM_SCU=y +CONFIG_HAVE_ARM_TWD=y +CONFIG_HAVE_ATOMIC_IOMAP=y +CONFIG_HAVE_BPF_JIT=y +CONFIG_HAVE_CAN_FLEXCAN=y +CONFIG_HAVE_CLK=y +CONFIG_HAVE_CLK_PREPARE=y +CONFIG_HAVE_CMPXCHG_DOUBLE=y +CONFIG_HAVE_CMPXCHG_LOCAL=y +CONFIG_HAVE_CONTEXT_TRACKING=y +CONFIG_HAVE_C_RECORDMCOUNT=y +CONFIG_HAVE_DEBUG_KMEMLEAK=y +CONFIG_HAVE_DMA_API_DEBUG=y +CONFIG_HAVE_DMA_ATTRS=y +CONFIG_HAVE_DMA_CONTIGUOUS=y +CONFIG_HAVE_DYNAMIC_FTRACE=y +CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y +CONFIG_HAVE_FENTRY=y +CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y +CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST=y +CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y +CONFIG_HAVE_FUNCTION_TRACER=y +CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y +CONFIG_HAVE_GENERIC_HARDIRQS=y +CONFIG_HAVE_HW_BREAKPOINT=y +CONFIG_HAVE_IDE=y +CONFIG_HAVE_IMX_GPC=y +CONFIG_HAVE_IMX_MMDC=y +CONFIG_HAVE_IMX_SRC=y +CONFIG_HAVE_INTEL_TXT=y +CONFIG_HAVE_IOREMAP_PROT=y +CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y +CONFIG_HAVE_IRQ_WORK=y +CONFIG_HAVE_KERNEL_BZIP2=y +CONFIG_HAVE_KERNEL_GZIP=y +CONFIG_HAVE_KERNEL_LZMA=y +CONFIG_HAVE_KERNEL_LZO=y +CONFIG_HAVE_KERNEL_XZ=y +CONFIG_HAVE_KPROBES=y +CONFIG_HAVE_KRETPROBES=y +CONFIG_HAVE_KVM=y +CONFIG_HAVE_KVM_CPU_RELAX_INTERCEPT=y +CONFIG_HAVE_KVM_EVENTFD=y +CONFIG_HAVE_KVM_IRQCHIP=y +CONFIG_HAVE_KVM_MSI=y +CONFIG_HAVE_LATENCYTOP_SUPPORT=y +CONFIG_HAVE_MEMBLOCK=y +CONFIG_HAVE_MEMBLOCK_NODE_MAP=y +CONFIG_HAVE_MEMORY_PRESENT=y +CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y +CONFIG_HAVE_MMIOTRACE_SUPPORT=y +CONFIG_HAVE_MOD_ARCH_SPECIFIC=y +CONFIG_HAVE_MTD_OTP=y +CONFIG_HAVE_NET_DSA=y +CONFIG_HAVE_OPROFILE=y +CONFIG_HAVE_OPTPROBES=y +CONFIG_HAVE_PATA_PLATFORM=y +CONFIG_HAVE_PCSPKR_PLATFORM=y +CONFIG_HAVE_PERF_EVENTS=y +CONFIG_HAVE_PERF_EVENTS_NMI=y +CONFIG_HAVE_PERF_REGS=y +CONFIG_HAVE_PERF_USER_STACK_DUMP=y +CONFIG_HAVE_PROC_CPU=y +CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y +CONFIG_HAVE_SETUP_PER_CPU_AREA=y +CONFIG_HAVE_SMP=y +CONFIG_HAVE_SYSCALL_TRACEPOINTS=y +CONFIG_HAVE_TEXT_POKE_SMP=y +CONFIG_HAVE_UID16=y +CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y +CONFIG_HAVE_USER_RETURN_NOTIFIER=y +CONFIG_HDLC=m +CONFIG_HDLC_CISCO=m +CONFIG_HDLC_FR=m +CONFIG_HDLC_PPP=m +CONFIG_HDLC_RAW=m +CONFIG_HDLC_RAW_ETH=m +CONFIG_HDLC_X25=m +CONFIG_HDQ_MASTER_OMAP=m +# CONFIG_HEADERS_CHECK is not set +CONFIG_HERMES=m +CONFIG_HERMES_CACHE_FW_ON_INIT=y +# CONFIG_HERMES_PRISM is not set +CONFIG_HFSPLUS_FS=m +CONFIG_HFS_FS=m +CONFIG_HIBERNATE_CALLBACKS=y +CONFIG_HIBERNATION=y +CONFIG_HID=m +CONFIG_HIDRAW=y +CONFIG_HID_A4TECH=m +CONFIG_HID_ACRUX=m +CONFIG_HID_ACRUX_FF=y +CONFIG_HID_APPLE=m +CONFIG_HID_AUREAL=m +CONFIG_HID_BATTERY_STRENGTH=y +CONFIG_HID_BELKIN=m +CONFIG_HID_CHERRY=m +CONFIG_HID_CHICONY=m +CONFIG_HID_CYPRESS=m +CONFIG_HID_DRAGONRISE=m +CONFIG_HID_ELECOM=m +CONFIG_HID_EMS_FF=m +CONFIG_HID_EZKEY=m +CONFIG_HID_GENERIC=m +CONFIG_HID_GREENASIA=m +CONFIG_HID_GYRATION=m +CONFIG_HID_HOLTEK=m +CONFIG_HID_HYPERV_MOUSE=m +CONFIG_HID_ICADE=m +CONFIG_HID_KENSINGTON=m +CONFIG_HID_KEYTOUCH=m +CONFIG_HID_KYE=m +CONFIG_HID_LCPOWER=m +CONFIG_HID_LENOVO_TPKBD=m +CONFIG_HID_LOGITECH=m +CONFIG_HID_LOGITECH_DJ=m +CONFIG_HID_MAGICMOUSE=m +CONFIG_HID_MICROSOFT=m +CONFIG_HID_MONTEREY=m +CONFIG_HID_MULTITOUCH=m +CONFIG_HID_NTRIG=m +CONFIG_HID_ORTEK=m +CONFIG_HID_PANTHERLORD=m +CONFIG_HID_PETALYNX=m +CONFIG_HID_PICOLCD=m +CONFIG_HID_PICOLCD_BACKLIGHT=y +CONFIG_HID_PICOLCD_CIR=y +CONFIG_HID_PICOLCD_FB=y +CONFIG_HID_PICOLCD_LCD=y +CONFIG_HID_PICOLCD_LEDS=y +CONFIG_HID_PID=y +CONFIG_HID_PRIMAX=m +CONFIG_HID_PRODIKEYS=m +CONFIG_HID_PS3REMOTE=m +CONFIG_HID_ROCCAT=m +CONFIG_HID_SAITEK=m +CONFIG_HID_SAMSUNG=m +CONFIG_HID_SENSOR_ACCEL_3D=m +CONFIG_HID_SENSOR_ALS=m +# CONFIG_HID_SENSOR_ENUM_BASE_QUIRKS is not set +CONFIG_HID_SENSOR_GYRO_3D=m +CONFIG_HID_SENSOR_HUB=m +CONFIG_HID_SENSOR_IIO_COMMON=m +CONFIG_HID_SENSOR_IIO_TRIGGER=m +CONFIG_HID_SENSOR_MAGNETOMETER_3D=m +CONFIG_HID_SMARTJOYPLUS=m +CONFIG_HID_SONY=m +CONFIG_HID_SPEEDLINK=m +CONFIG_HID_SUNPLUS=m +CONFIG_HID_THRUSTMASTER=m +CONFIG_HID_TIVO=m +CONFIG_HID_TOPSEED=m +CONFIG_HID_TWINHAN=m +CONFIG_HID_UCLOGIC=m +CONFIG_HID_WACOM=m +CONFIG_HID_WALTOP=m +CONFIG_HID_WIIMOTE=m +CONFIG_HID_WIIMOTE_EXT=y +CONFIG_HID_ZEROPLUS=m +CONFIG_HID_ZYDACRON=m +CONFIG_HIGHMEM=y +# CONFIG_HIGHMEM4G is not set +CONFIG_HIGHMEM64G=y +CONFIG_HIGHPTE=y +CONFIG_HIGH_RES_TIMERS=y +# CONFIG_HIPPI is not set +CONFIG_HISAX_16_0=y +CONFIG_HISAX_16_3=y +CONFIG_HISAX_1TR6=y +CONFIG_HISAX_ASUSCOM=y +CONFIG_HISAX_AVM_A1=y +CONFIG_HISAX_AVM_A1_CS=m +CONFIG_HISAX_AVM_A1_PCMCIA=y +CONFIG_HISAX_BKM_A4T=y +# CONFIG_HISAX_DEBUG is not set +CONFIG_HISAX_DIEHLDIVA=y +CONFIG_HISAX_ELSA=y +CONFIG_HISAX_ELSA_CS=m +CONFIG_HISAX_ENTERNOW_PCI=y +CONFIG_HISAX_EURO=y +CONFIG_HISAX_FRITZPCI=y +CONFIG_HISAX_FRITZ_PCIPNP=m +CONFIG_HISAX_GAZEL=y +CONFIG_HISAX_HFC4S8S=m +CONFIG_HISAX_HFCS=y +CONFIG_HISAX_HFCUSB=m +CONFIG_HISAX_HFC_PCI=y +CONFIG_HISAX_HFC_SX=y +CONFIG_HISAX_HSTSAPHIR=y +CONFIG_HISAX_ISURF=y +CONFIG_HISAX_IX1MICROR2=y +CONFIG_HISAX_MAX_CARDS=8 +CONFIG_HISAX_MIC=y +CONFIG_HISAX_NETJET=y +CONFIG_HISAX_NETJET_U=y +CONFIG_HISAX_NI1=y +CONFIG_HISAX_NICCY=y +# CONFIG_HISAX_NO_KEYPAD is not set +# CONFIG_HISAX_NO_LLC is not set +# CONFIG_HISAX_NO_SENDCOMPLETE is not set +CONFIG_HISAX_S0BOX=y +CONFIG_HISAX_SCT_QUADRO=y +CONFIG_HISAX_SEDLBAUER=y +CONFIG_HISAX_SEDLBAUER_CS=m +CONFIG_HISAX_SPORTSTER=y +CONFIG_HISAX_ST5481=m +CONFIG_HISAX_TELEINT=y +CONFIG_HISAX_TELESPCI=y +CONFIG_HISAX_TELES_CS=m +CONFIG_HISAX_W6692=y +CONFIG_HMC6352=m +CONFIG_HOLTEK_FF=y +CONFIG_HOSTAP=m +CONFIG_HOSTAP_CS=m +CONFIG_HOSTAP_FIRMWARE=y +CONFIG_HOSTAP_FIRMWARE_NVRAM=y +CONFIG_HOSTAP_PCI=m +CONFIG_HOSTAP_PLX=m +CONFIG_HOSTESS_SV11=m +CONFIG_HOTPLUG=y +CONFIG_HOTPLUG_CPU=y +CONFIG_HOTPLUG_PCI=y +CONFIG_HOTPLUG_PCI_ACPI=m +CONFIG_HOTPLUG_PCI_ACPI_IBM=m +CONFIG_HOTPLUG_PCI_COMPAQ=m +CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM=y +CONFIG_HOTPLUG_PCI_CPCI=y +CONFIG_HOTPLUG_PCI_CPCI_GENERIC=m +CONFIG_HOTPLUG_PCI_CPCI_ZT5550=m +CONFIG_HOTPLUG_PCI_IBM=m +CONFIG_HOTPLUG_PCI_PCIE=y +CONFIG_HOTPLUG_PCI_SHPC=m +CONFIG_HP100=m +CONFIG_HPET=y +CONFIG_HPET_EMULATE_RTC=y +CONFIG_HPET_MMAP=y +CONFIG_HPET_TIMER=y +CONFIG_HPFS_FS=m +CONFIG_HPLAN=m +CONFIG_HPLAN_PLUS=m +CONFIG_HPWDT_NMI_DECODING=y +CONFIG_HP_ACCEL=m +CONFIG_HP_ILO=m +CONFIG_HP_WATCHDOG=m +CONFIG_HP_WMI=m +CONFIG_HSI=m +CONFIG_HSI_BOARDINFO=y +CONFIG_HSI_CHAR=m +CONFIG_HTC_EGPIO=y +CONFIG_HTC_I2CPLD=y +CONFIG_HTC_PASIC3=m +CONFIG_HT_IRQ=y +CONFIG_HUGETLBFS=y +CONFIG_HVC_DCC=y +CONFIG_HVC_DRIVER=y +CONFIG_HVC_IRQ=y +CONFIG_HVC_XEN=y +CONFIG_HVC_XEN_FRONTEND=y +CONFIG_HWMON=y +# CONFIG_HWMON_DEBUG_CHIP is not set +CONFIG_HWMON_VID=m +CONFIG_HWPOISON_INJECT=m +CONFIG_HWSPINLOCK=y +CONFIG_HWSPINLOCK_OMAP=y +CONFIG_HW_CONSOLE=y +CONFIG_HW_PERF_EVENTS=y +CONFIG_HW_RANDOM=y +CONFIG_HW_RANDOM_AMD=m +# CONFIG_HW_RANDOM_ATMEL is not set +CONFIG_HW_RANDOM_EXYNOS=m +CONFIG_HW_RANDOM_GEODE=m +CONFIG_HW_RANDOM_INTEL=m +CONFIG_HW_RANDOM_TIMERIOMEM=m +CONFIG_HW_RANDOM_TPM=m +CONFIG_HW_RANDOM_VIA=m +CONFIG_HW_RANDOM_VIRTIO=m +CONFIG_HYPERV=m +CONFIG_HYPERV_BALLOON=m +CONFIG_HYPERV_NET=m +CONFIG_HYPERV_STORAGE=m +CONFIG_HYPERV_UTILS=m +CONFIG_HYSDN=m +CONFIG_HYSDN_CAPI=y +# CONFIG_HZ_100 is not set +# CONFIG_HZ_1000 is not set +CONFIG_HZ_250=y +# CONFIG_HZ_300 is not set +CONFIG_I2C=y +CONFIG_I2C_ALGOBIT=m +CONFIG_I2C_ALGOPCA=m +CONFIG_I2C_ALI1535=m +CONFIG_I2C_ALI1563=m +CONFIG_I2C_ALI15X3=m +CONFIG_I2C_AMD756=m +CONFIG_I2C_AMD756_S4882=m +CONFIG_I2C_AMD8111=m +CONFIG_I2C_BOARDINFO=y +CONFIG_I2C_CBUS_GPIO=m +CONFIG_I2C_CHARDEV=m +CONFIG_I2C_COMPAT=y +# CONFIG_I2C_DEBUG_ALGO is not set +# CONFIG_I2C_DEBUG_BUS is not set +# CONFIG_I2C_DEBUG_CORE is not set +CONFIG_I2C_DESIGNWARE_CORE=m +CONFIG_I2C_DESIGNWARE_PCI=m +CONFIG_I2C_DESIGNWARE_PLATFORM=m +CONFIG_I2C_DIOLAN_U2C=m +CONFIG_I2C_EG20T=m +CONFIG_I2C_GPIO=m +CONFIG_I2C_HELPER_AUTO=y +CONFIG_I2C_HID=m +CONFIG_I2C_I801=m +CONFIG_I2C_IMX=y +CONFIG_I2C_INTEL_MID=m +CONFIG_I2C_ISCH=m +CONFIG_I2C_ISMT=m +CONFIG_I2C_MUX=m +CONFIG_I2C_MUX_GPIO=m +CONFIG_I2C_MUX_PCA9541=m +CONFIG_I2C_MUX_PCA954x=m +CONFIG_I2C_MUX_PINCTRL=m +CONFIG_I2C_NFORCE2=m +CONFIG_I2C_NFORCE2_S4985=m +CONFIG_I2C_NOMADIK=m +CONFIG_I2C_OCORES=m +CONFIG_I2C_OMAP=y +CONFIG_I2C_PARPORT=m +CONFIG_I2C_PARPORT_LIGHT=m +CONFIG_I2C_PCA_ISA=m +CONFIG_I2C_PCA_PLATFORM=m +CONFIG_I2C_PIIX4=m +# CONFIG_I2C_PXA_PCI is not set +CONFIG_I2C_SCMI=m +CONFIG_I2C_SI470X=m +CONFIG_I2C_SI4713=m +CONFIG_I2C_SIMTEC=m +CONFIG_I2C_SIS5595=m +CONFIG_I2C_SIS630=m +CONFIG_I2C_SIS96X=m +CONFIG_I2C_SMBUS=m +CONFIG_I2C_STUB=m +CONFIG_I2C_TAOS_EVM=m +CONFIG_I2C_TINY_USB=m +CONFIG_I2C_VERSATILE=m +CONFIG_I2C_VIA=m +CONFIG_I2C_VIAPRO=m +CONFIG_I2C_VIPERBOARD=m +CONFIG_I2C_XILINX=m +CONFIG_I2O=m +CONFIG_I2O_BLOCK=m +CONFIG_I2O_BUS=m +CONFIG_I2O_CONFIG=m +# CONFIG_I2O_CONFIG_OLD_IOCTL is not set +CONFIG_I2O_EXT_ADAPTEC=y +CONFIG_I2O_EXT_ADAPTEC_DMA64=y +CONFIG_I2O_LCT_NOTIFY_ON_CHANGES=y +CONFIG_I2O_PROC=m +CONFIG_I2O_SCSI=m +CONFIG_I6300ESB_WDT=m +CONFIG_I7300_IDLE=m +CONFIG_I7300_IDLE_IOAT_CHANNEL=y +CONFIG_I82092=m +CONFIG_I82365=m +CONFIG_I8253_LOCK=y +CONFIG_I8K=m +# CONFIG_IA32_AOUT is not set +CONFIG_IA32_EMULATION=y +CONFIG_IB700_WDT=m +CONFIG_IBMASR=m +CONFIG_IBM_ASM=m +CONFIG_IBM_RTL=m +CONFIG_ICPLUS_PHY=y +CONFIG_ICS932S401=m +CONFIG_ICST=y +# CONFIG_IDE is not set +CONFIG_IDEAPAD_LAPTOP=m +CONFIG_IDE_PHISON=m +CONFIG_IE6XX_WDT=m +CONFIG_IEEE802154=m +CONFIG_IEEE802154_6LOWPAN=m +CONFIG_IEEE802154_AT86RF230=m +CONFIG_IEEE802154_DRIVERS=m +# CONFIG_IEEE802154_FAKEHARD is not set +CONFIG_IEEE802154_FAKELB=m +CONFIG_IEEE802154_MRF24J40=m +CONFIG_IFB=m +CONFIG_IGB=m +CONFIG_IGBVF=m +CONFIG_IGB_DCA=y +CONFIG_IIO=m +CONFIG_IIO_ADIS_LIB=m +CONFIG_IIO_ADIS_LIB_BUFFER=y +CONFIG_IIO_BUFFER=y +CONFIG_IIO_BUFFER_CB=y +CONFIG_IIO_CONSUMERS_PER_TRIGGER=2 +CONFIG_IIO_GPIO_TRIGGER=m +CONFIG_IIO_KFIFO_BUF=m +CONFIG_IIO_PERIODIC_RTC_TRIGGER=m +CONFIG_IIO_SIMPLE_DUMMY=m +# CONFIG_IIO_SIMPLE_DUMMY_BUFFER is not set +# CONFIG_IIO_SIMPLE_DUMMY_EVENTS is not set +CONFIG_IIO_ST_HWMON=m +CONFIG_IIO_SW_RING=m +CONFIG_IIO_SYSFS_TRIGGER=m +CONFIG_IIO_TRIGGER=y +CONFIG_IIO_TRIGGERED_BUFFER=m +# CONFIG_IKCONFIG is not set +# CONFIG_IMA is not set +# CONFIG_IMX2_WDT is not set +# CONFIG_IMX_DMA is not set +# CONFIG_IMX_SDMA is not set +CONFIG_INET=y +CONFIG_INET6_AH=m +CONFIG_INET6_ESP=m +CONFIG_INET6_IPCOMP=m +CONFIG_INET6_TUNNEL=m +CONFIG_INET6_XFRM_MODE_BEET=m +CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION=m +CONFIG_INET6_XFRM_MODE_TRANSPORT=m +CONFIG_INET6_XFRM_MODE_TUNNEL=m +CONFIG_INET6_XFRM_TUNNEL=m +CONFIG_INET_AH=m +CONFIG_INET_DCCP_DIAG=m +CONFIG_INET_DIAG=m +CONFIG_INET_ESP=m +CONFIG_INET_IPCOMP=m +CONFIG_INET_LRO=y +CONFIG_INET_TCP_DIAG=m +CONFIG_INET_TUNNEL=m +CONFIG_INET_UDP_DIAG=m +CONFIG_INET_XFRM_MODE_BEET=m +CONFIG_INET_XFRM_MODE_TRANSPORT=m +CONFIG_INET_XFRM_MODE_TUNNEL=m +CONFIG_INET_XFRM_TUNNEL=m +CONFIG_INFINIBAND=m +CONFIG_INFINIBAND_ADDR_TRANS=y +CONFIG_INFINIBAND_AMSO1100=m +# CONFIG_INFINIBAND_AMSO1100_DEBUG is not set +CONFIG_INFINIBAND_CXGB3=m +# CONFIG_INFINIBAND_CXGB3_DEBUG is not set +CONFIG_INFINIBAND_CXGB4=m +CONFIG_INFINIBAND_IPATH=m +CONFIG_INFINIBAND_IPOIB=m +CONFIG_INFINIBAND_IPOIB_CM=y +# CONFIG_INFINIBAND_IPOIB_DEBUG is not set +CONFIG_INFINIBAND_ISER=m +CONFIG_INFINIBAND_MTHCA=m +# CONFIG_INFINIBAND_MTHCA_DEBUG is not set +CONFIG_INFINIBAND_NES=m +# CONFIG_INFINIBAND_NES_DEBUG is not set +CONFIG_INFINIBAND_OCRDMA=m +CONFIG_INFINIBAND_QIB=m +CONFIG_INFINIBAND_SRP=m +CONFIG_INFINIBAND_SRPT=m +CONFIG_INFINIBAND_USER_ACCESS=m +CONFIG_INFINIBAND_USER_MAD=m +CONFIG_INFINIBAND_USER_MEM=y +CONFIG_INFTL=m +CONFIG_INITRAMFS_SOURCE="" +CONFIG_INIT_ENV_ARG_LIMIT=32 +CONFIG_INIT_PASS_ALL_PARAMS=y +CONFIG_INLINE_READ_UNLOCK=y +CONFIG_INLINE_READ_UNLOCK_IRQ=y +CONFIG_INLINE_SPIN_UNLOCK_IRQ=y +CONFIG_INLINE_WRITE_UNLOCK=y +CONFIG_INLINE_WRITE_UNLOCK_IRQ=y +CONFIG_INOTIFY_USER=y +CONFIG_INPUT=y +CONFIG_INPUT_88PM80X_ONKEY=m +CONFIG_INPUT_88PM860X_ONKEY=m +CONFIG_INPUT_AD714X=m +CONFIG_INPUT_AD714X_I2C=m +CONFIG_INPUT_AD714X_SPI=m +CONFIG_INPUT_ADXL34X=m +CONFIG_INPUT_ADXL34X_I2C=m +CONFIG_INPUT_ADXL34X_SPI=m +CONFIG_INPUT_APANEL=m +CONFIG_INPUT_ARIZONA_HAPTICS=m +CONFIG_INPUT_ATI_REMOTE2=m +CONFIG_INPUT_ATLAS_BTNS=m +CONFIG_INPUT_BMA150=m +CONFIG_INPUT_CM109=m +CONFIG_INPUT_CMA3000=m +CONFIG_INPUT_CMA3000_I2C=m +CONFIG_INPUT_DA9052_ONKEY=m +CONFIG_INPUT_DA9055_ONKEY=m +CONFIG_INPUT_EVBUG=m +CONFIG_INPUT_EVDEV=y +CONFIG_INPUT_FF_MEMLESS=m +CONFIG_INPUT_GP2A=m +CONFIG_INPUT_GPIO_ROTARY_ENCODER=m +CONFIG_INPUT_GPIO_TILT_POLLED=m +CONFIG_INPUT_JOYDEV=m +CONFIG_INPUT_JOYSTICK=y +CONFIG_INPUT_KEYBOARD=y +CONFIG_INPUT_KEYSPAN_REMOTE=m +CONFIG_INPUT_KXTJ9=m +# CONFIG_INPUT_KXTJ9_POLLED_MODE is not set +CONFIG_INPUT_MATRIXKMAP=m +CONFIG_INPUT_MAX8925_ONKEY=m +CONFIG_INPUT_MC13783_PWRBUTTON=m +CONFIG_INPUT_MISC=y +CONFIG_INPUT_MMA8450=m +CONFIG_INPUT_MOUSE=y +CONFIG_INPUT_MOUSEDEV=y +CONFIG_INPUT_MOUSEDEV_PSAUX=y +CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 +CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 +CONFIG_INPUT_MPU3050=m +CONFIG_INPUT_PCAP=m +CONFIG_INPUT_PCF50633_PMU=m +CONFIG_INPUT_PCF8574=m +CONFIG_INPUT_PCSPKR=m +CONFIG_INPUT_POLLDEV=m +CONFIG_INPUT_POWERMATE=m +CONFIG_INPUT_PWM_BEEPER=m +CONFIG_INPUT_RETU_PWRBUTTON=m +CONFIG_INPUT_SPARSEKMAP=m +CONFIG_INPUT_TABLET=y +CONFIG_INPUT_TOUCHSCREEN=y +CONFIG_INPUT_TWL4030_PWRBUTTON=m +CONFIG_INPUT_TWL4030_VIBRA=m +CONFIG_INPUT_TWL6040_VIBRA=m +CONFIG_INPUT_UINPUT=y +CONFIG_INPUT_WISTRON_BTNS=m +CONFIG_INPUT_WM831X_ON=m +CONFIG_INPUT_XEN_KBDDEV_FRONTEND=m +CONFIG_INPUT_YEALINK=m +CONFIG_INSTRUCTION_DECODER=y +CONFIG_INTEGRITY=y +CONFIG_INTEGRITY_SIGNATURE=y +CONFIG_INTEL_IDLE=y +CONFIG_INTEL_IOATDMA=m +CONFIG_INTEL_IOMMU=y +# CONFIG_INTEL_IOMMU_DEFAULT_ON is not set +CONFIG_INTEL_IOMMU_FLOPPY_WA=y +CONFIG_INTEL_IPS=m +CONFIG_INTEL_MEI=m +CONFIG_INTEL_MENLOW=m +CONFIG_INTEL_MFLD_THERMAL=m +CONFIG_INTEL_MID_DMAC=m +CONFIG_INTEL_MID_POWER_BUTTON=m +CONFIG_INTEL_MID_PTI=m +CONFIG_INTEL_OAKTRAIL=m +CONFIG_INTEL_SCU_IPC=y +CONFIG_INTEL_SCU_IPC_UTIL=m +CONFIG_INTEL_TXT=y +CONFIG_INTERVAL_TREE_TEST=m +CONFIG_IOMMU_API=y +# CONFIG_IOMMU_DEBUG is not set +CONFIG_IOMMU_HELPER=y +# CONFIG_IOMMU_STRESS is not set +CONFIG_IOMMU_SUPPORT=y +CONFIG_IOSCHED_CFQ=y +CONFIG_IOSCHED_DEADLINE=y +CONFIG_IOSCHED_NOOP=y +# CONFIG_IO_DELAY_0X80 is not set +CONFIG_IO_DELAY_0XED=y +# CONFIG_IO_DELAY_NONE is not set +CONFIG_IO_DELAY_TYPE_0X80=0 +CONFIG_IO_DELAY_TYPE_0XED=1 +CONFIG_IO_DELAY_TYPE_NONE=3 +CONFIG_IO_DELAY_TYPE_UDELAY=2 +# CONFIG_IO_DELAY_UDELAY is not set +CONFIG_IP1000=m +CONFIG_IP6_NF_FILTER=m +CONFIG_IP6_NF_IPTABLES=m +CONFIG_IP6_NF_MANGLE=m +CONFIG_IP6_NF_MATCH_AH=m +CONFIG_IP6_NF_MATCH_EUI64=m +CONFIG_IP6_NF_MATCH_FRAG=m +CONFIG_IP6_NF_MATCH_HL=m +CONFIG_IP6_NF_MATCH_IPV6HEADER=m +CONFIG_IP6_NF_MATCH_MH=m +CONFIG_IP6_NF_MATCH_OPTS=m +CONFIG_IP6_NF_MATCH_RPFILTER=m +CONFIG_IP6_NF_MATCH_RT=m +CONFIG_IP6_NF_RAW=m +CONFIG_IP6_NF_SECURITY=m +CONFIG_IP6_NF_TARGET_HL=m +CONFIG_IP6_NF_TARGET_MASQUERADE=m +CONFIG_IP6_NF_TARGET_NPT=m +CONFIG_IP6_NF_TARGET_REJECT=m +CONFIG_IPACK_BUS=m +CONFIG_IPC_NS=y +CONFIG_IPDDP=m +CONFIG_IPDDP_DECAP=y +CONFIG_IPDDP_ENCAP=y +CONFIG_IPMI_DEVICE_INTERFACE=m +CONFIG_IPMI_HANDLER=m +# CONFIG_IPMI_PANIC_EVENT is not set +CONFIG_IPMI_POWEROFF=m +CONFIG_IPMI_SI=m +CONFIG_IPMI_WATCHDOG=m +CONFIG_IPPP_FILTER=y +CONFIG_IPV6=y +CONFIG_IPV6_GRE=m +CONFIG_IPV6_MIP6=m +CONFIG_IPV6_MROUTE=y +CONFIG_IPV6_MROUTE_MULTIPLE_TABLES=y +CONFIG_IPV6_MULTIPLE_TABLES=y +CONFIG_IPV6_NDISC_NODETYPE=y +# CONFIG_IPV6_OPTIMISTIC_DAD is not set +CONFIG_IPV6_PIMSM_V2=y +CONFIG_IPV6_PRIVACY=y +CONFIG_IPV6_ROUTER_PREF=y +CONFIG_IPV6_ROUTE_INFO=y +CONFIG_IPV6_SIT=m +CONFIG_IPV6_SIT_6RD=y +CONFIG_IPV6_SUBTREES=y +CONFIG_IPV6_TUNNEL=m +CONFIG_IPW2100=m +# CONFIG_IPW2100_DEBUG is not set +CONFIG_IPW2100_MONITOR=y +CONFIG_IPW2200=m +# CONFIG_IPW2200_DEBUG is not set +CONFIG_IPW2200_MONITOR=y +CONFIG_IPW2200_PROMISCUOUS=y +CONFIG_IPW2200_QOS=y +CONFIG_IPW2200_RADIOTAP=y +CONFIG_IPWIRELESS=m +CONFIG_IPX=m +# CONFIG_IPX_INTERN is not set +CONFIG_IP_ADVANCED_ROUTER=y +CONFIG_IP_DCCP=m +# CONFIG_IP_DCCP_CCID2_DEBUG is not set +# CONFIG_IP_DCCP_CCID3 is not set +# CONFIG_IP_DCCP_DEBUG is not set +CONFIG_IP_FIB_TRIE_STATS=y +CONFIG_IP_MROUTE=y +# CONFIG_IP_MROUTE_MULTIPLE_TABLES is not set +CONFIG_IP_MULTICAST=y +CONFIG_IP_MULTIPLE_TABLES=y +CONFIG_IP_NF_ARPFILTER=m +CONFIG_IP_NF_ARPTABLES=m +CONFIG_IP_NF_ARP_MANGLE=m +CONFIG_IP_NF_FILTER=m +CONFIG_IP_NF_IPTABLES=m +CONFIG_IP_NF_MANGLE=m +CONFIG_IP_NF_MATCH_AH=m +CONFIG_IP_NF_MATCH_ECN=m +CONFIG_IP_NF_MATCH_RPFILTER=m +CONFIG_IP_NF_MATCH_TTL=m +# CONFIG_IP_NF_QUEUE is not set +CONFIG_IP_NF_RAW=m +CONFIG_IP_NF_SECURITY=m +CONFIG_IP_NF_TARGET_CLUSTERIP=m +CONFIG_IP_NF_TARGET_ECN=m +CONFIG_IP_NF_TARGET_MASQUERADE=m +CONFIG_IP_NF_TARGET_NETMAP=m +CONFIG_IP_NF_TARGET_REDIRECT=m +CONFIG_IP_NF_TARGET_REJECT=m +CONFIG_IP_NF_TARGET_TTL=m +CONFIG_IP_NF_TARGET_ULOG=m +CONFIG_IP_PIMSM_V1=y +CONFIG_IP_PIMSM_V2=y +CONFIG_IP_PNP=y +# CONFIG_IP_PNP_BOOTP is not set +CONFIG_IP_PNP_DHCP=y +# CONFIG_IP_PNP_RARP is not set +CONFIG_IP_ROUTE_CLASSID=y +CONFIG_IP_ROUTE_MULTIPATH=y +CONFIG_IP_ROUTE_VERBOSE=y +CONFIG_IP_SCTP=m +CONFIG_IP_SET=m +CONFIG_IP_SET_BITMAP_IP=m +CONFIG_IP_SET_BITMAP_IPMAC=m +CONFIG_IP_SET_BITMAP_PORT=m +CONFIG_IP_SET_HASH_IP=m +CONFIG_IP_SET_HASH_IPPORT=m +CONFIG_IP_SET_HASH_IPPORTIP=m +CONFIG_IP_SET_HASH_IPPORTNET=m +CONFIG_IP_SET_HASH_NET=m +CONFIG_IP_SET_HASH_NETIFACE=m +CONFIG_IP_SET_HASH_NETPORT=m +CONFIG_IP_SET_LIST_SET=m +CONFIG_IP_SET_MAX=256 +CONFIG_IP_VS=m +# CONFIG_IP_VS_DEBUG is not set +CONFIG_IP_VS_DH=m +CONFIG_IP_VS_FTP=m +# CONFIG_IP_VS_IPV6 is not set +CONFIG_IP_VS_LBLC=m +CONFIG_IP_VS_LBLCR=m +CONFIG_IP_VS_LC=m +CONFIG_IP_VS_NFCT=y +CONFIG_IP_VS_NQ=m +CONFIG_IP_VS_PE_SIP=m +CONFIG_IP_VS_PROTO_AH=y +CONFIG_IP_VS_PROTO_AH_ESP=y +CONFIG_IP_VS_PROTO_ESP=y +CONFIG_IP_VS_PROTO_SCTP=y +CONFIG_IP_VS_PROTO_TCP=y +CONFIG_IP_VS_PROTO_UDP=y +CONFIG_IP_VS_RR=m +CONFIG_IP_VS_SED=m +CONFIG_IP_VS_SH=m +CONFIG_IP_VS_SH_TAB_BITS=8 +CONFIG_IP_VS_TAB_BITS=12 +CONFIG_IP_VS_WLC=m +CONFIG_IP_VS_WRR=m +CONFIG_IRCOMM=m +CONFIG_IRDA=m +CONFIG_IRDA_CACHE_LAST_LSAP=y +# CONFIG_IRDA_DEBUG is not set +CONFIG_IRDA_FAST_RR=y +CONFIG_IRDA_ULTRA=y +CONFIG_IRLAN=m +CONFIG_IRNET=m +# CONFIG_IRQSOFF_TRACER is not set +CONFIG_IRQ_DOMAIN=y +# CONFIG_IRQ_DOMAIN_DEBUG is not set +CONFIG_IRQ_FORCED_THREADING=y +CONFIG_IRQ_REMAP=y +# CONFIG_IRQ_TIME_ACCOUNTING is not set +CONFIG_IRQ_WORK=y +CONFIG_IRTTY_SIR=m +CONFIG_IR_ENE=m +CONFIG_IR_FINTEK=m +CONFIG_IR_GPIO_CIR=m +CONFIG_IR_IGUANA=m +CONFIG_IR_IMON=m +CONFIG_IR_ITE_CIR=m +CONFIG_IR_JVC_DECODER=m +CONFIG_IR_LIRC_CODEC=m +CONFIG_IR_MCEUSB=m +CONFIG_IR_MCE_KBD_DECODER=m +CONFIG_IR_NEC_DECODER=m +CONFIG_IR_NUVOTON=m +CONFIG_IR_RC5_DECODER=m +CONFIG_IR_RC5_SZ_DECODER=m +CONFIG_IR_RC6_DECODER=m +CONFIG_IR_REDRAT3=m +CONFIG_IR_SANYO_DECODER=m +CONFIG_IR_SONY_DECODER=m +CONFIG_IR_STREAMZAP=m +CONFIG_IR_TTUSBIR=m +CONFIG_IR_WINBOND_CIR=m +CONFIG_ISA=y +CONFIG_ISAPNP=y +CONFIG_ISA_DMA_API=y +CONFIG_ISCSI_BOOT_SYSFS=m +CONFIG_ISCSI_IBFT=m +CONFIG_ISCSI_IBFT_FIND=y +CONFIG_ISCSI_TARGET=m +CONFIG_ISCSI_TCP=m +CONFIG_ISDN=y +CONFIG_ISDN_AUDIO=y +CONFIG_ISDN_CAPI=m +CONFIG_ISDN_CAPI_CAPI20=m +CONFIG_ISDN_CAPI_CAPIDRV=m +CONFIG_ISDN_CAPI_MIDDLEWARE=y +CONFIG_ISDN_DIVAS=m +CONFIG_ISDN_DIVAS_BRIPCI=y +CONFIG_ISDN_DIVAS_DIVACAPI=m +CONFIG_ISDN_DIVAS_MAINT=m +CONFIG_ISDN_DIVAS_PRIPCI=y +CONFIG_ISDN_DIVAS_USERIDI=m +CONFIG_ISDN_DIVERSION=m +CONFIG_ISDN_DRV_ACT2000=m +CONFIG_ISDN_DRV_AVMB1_AVM_CS=m +CONFIG_ISDN_DRV_AVMB1_B1ISA=m +CONFIG_ISDN_DRV_AVMB1_B1PCI=m +CONFIG_ISDN_DRV_AVMB1_B1PCIV4=y +CONFIG_ISDN_DRV_AVMB1_B1PCMCIA=m +CONFIG_ISDN_DRV_AVMB1_C4=m +CONFIG_ISDN_DRV_AVMB1_T1ISA=m +CONFIG_ISDN_DRV_AVMB1_T1PCI=m +CONFIG_ISDN_DRV_AVMB1_VERBOSE_REASON=y +CONFIG_ISDN_DRV_GIGASET=m +CONFIG_ISDN_DRV_HISAX=m +CONFIG_ISDN_DRV_ICN=m +CONFIG_ISDN_DRV_PCBIT=m +CONFIG_ISDN_DRV_SC=m +CONFIG_ISDN_HDLC=m +CONFIG_ISDN_I4L=m +CONFIG_ISDN_MPP=y +CONFIG_ISDN_PPP=y +CONFIG_ISDN_PPP_BSDCOMP=m +CONFIG_ISDN_PPP_VJ=y +CONFIG_ISDN_TTY_FAX=y +CONFIG_ISDN_X25=y +CONFIG_ISI=m +CONFIG_ISL29003=m +CONFIG_ISL29020=m +CONFIG_ISO9660_FS=m +CONFIG_IT8712F_WDT=m +CONFIG_IT87_WDT=m +CONFIG_ITCO_VENDOR_SUPPORT=y +CONFIG_ITCO_WDT=m +CONFIG_IWL3945=m +CONFIG_IWL4965=m +CONFIG_IWLDVM=m +CONFIG_IWLEGACY=m +# CONFIG_IWLEGACY_DEBUG is not set +CONFIG_IWLEGACY_DEBUGFS=y +CONFIG_IWLWIFI=m +# CONFIG_IWLWIFI_DEBUG is not set +CONFIG_IWLWIFI_DEBUGFS=y +CONFIG_IWLWIFI_DEVICE_TESTMODE=y +CONFIG_IWLWIFI_DEVICE_TRACING=y +# CONFIG_IWLWIFI_P2P is not set +CONFIG_IXGB=m +CONFIG_IXGBE=m +CONFIG_IXGBEVF=m +CONFIG_IXGBE_DCA=y +CONFIG_IXGBE_DCB=y +CONFIG_IXGBE_HWMON=y +CONFIG_JBD=y +CONFIG_JBD2=y +# CONFIG_JBD2_DEBUG is not set +# CONFIG_JBD_DEBUG is not set +CONFIG_JFFS2_CMODE_FAVOURLZO=y +# CONFIG_JFFS2_CMODE_NONE is not set +# CONFIG_JFFS2_CMODE_PRIORITY is not set +# CONFIG_JFFS2_CMODE_SIZE is not set +CONFIG_JFFS2_COMPRESSION_OPTIONS=y +CONFIG_JFFS2_FS=m +CONFIG_JFFS2_FS_DEBUG=0 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set +CONFIG_JFFS2_FS_WRITEBUFFER=y +# CONFIG_JFFS2_FS_XATTR is not set +CONFIG_JFFS2_LZO=y +CONFIG_JFFS2_RTIME=y +# CONFIG_JFFS2_RUBIN is not set +# CONFIG_JFFS2_SUMMARY is not set +CONFIG_JFFS2_ZLIB=y +# CONFIG_JFS_DEBUG is not set +CONFIG_JFS_FS=m +CONFIG_JFS_POSIX_ACL=y +CONFIG_JFS_SECURITY=y +CONFIG_JFS_STATISTICS=y +CONFIG_JME=m +CONFIG_JOLIET=y +CONFIG_JOYSTICK_A3D=m +CONFIG_JOYSTICK_ADI=m +CONFIG_JOYSTICK_ANALOG=m +CONFIG_JOYSTICK_AS5011=m +CONFIG_JOYSTICK_COBRA=m +CONFIG_JOYSTICK_DB9=m +CONFIG_JOYSTICK_GAMECON=m +CONFIG_JOYSTICK_GF2K=m +CONFIG_JOYSTICK_GRIP=m +CONFIG_JOYSTICK_GRIP_MP=m +CONFIG_JOYSTICK_GUILLEMOT=m +CONFIG_JOYSTICK_IFORCE=m +CONFIG_JOYSTICK_IFORCE_232=y +CONFIG_JOYSTICK_IFORCE_USB=y +CONFIG_JOYSTICK_INTERACT=m +CONFIG_JOYSTICK_JOYDUMP=m +CONFIG_JOYSTICK_MAGELLAN=m +CONFIG_JOYSTICK_SIDEWINDER=m +CONFIG_JOYSTICK_SPACEBALL=m +CONFIG_JOYSTICK_SPACEORB=m +CONFIG_JOYSTICK_STINGER=m +CONFIG_JOYSTICK_TMDC=m +CONFIG_JOYSTICK_TURBOGRAFX=m +CONFIG_JOYSTICK_TWIDJOY=m +CONFIG_JOYSTICK_WALKERA0701=m +CONFIG_JOYSTICK_WARRIOR=m +CONFIG_JOYSTICK_XPAD=m +CONFIG_JOYSTICK_XPAD_FF=y +CONFIG_JOYSTICK_XPAD_LEDS=y +CONFIG_JOYSTICK_ZHENHUA=m +CONFIG_JUMP_LABEL=y +CONFIG_KALLSYMS=y +CONFIG_KALLSYMS_ALL=y +CONFIG_KARMA_PARTITION=y +CONFIG_KDB_KEYBOARD=y +# CONFIG_KERNEL_BZIP2 is not set +CONFIG_KERNEL_GZIP=y +# CONFIG_KERNEL_LZMA is not set +# CONFIG_KERNEL_LZO is not set +# CONFIG_KERNEL_XZ is not set +CONFIG_KEXEC=y +CONFIG_KEXEC_JUMP=y +CONFIG_KEYBOARD_ADP5520=m +CONFIG_KEYBOARD_ADP5588=m +CONFIG_KEYBOARD_ADP5589=m +CONFIG_KEYBOARD_ATKBD=y +CONFIG_KEYBOARD_GPIO=m +CONFIG_KEYBOARD_GPIO_POLLED=m +CONFIG_KEYBOARD_IMX=m +CONFIG_KEYBOARD_LKKBD=m +CONFIG_KEYBOARD_LM8323=m +CONFIG_KEYBOARD_LM8333=m +CONFIG_KEYBOARD_MATRIX=m +CONFIG_KEYBOARD_MAX7359=m +CONFIG_KEYBOARD_MCS=m +CONFIG_KEYBOARD_MPR121=m +CONFIG_KEYBOARD_NEWTON=m +CONFIG_KEYBOARD_OMAP4=m +CONFIG_KEYBOARD_OPENCORES=m +CONFIG_KEYBOARD_QT1070=m +CONFIG_KEYBOARD_QT2160=m +CONFIG_KEYBOARD_SAMSUNG=m +CONFIG_KEYBOARD_STMPE=m +CONFIG_KEYBOARD_STOWAWAY=m +CONFIG_KEYBOARD_SUNKBD=m +CONFIG_KEYBOARD_TC3589X=m +CONFIG_KEYBOARD_TCA6416=m +CONFIG_KEYBOARD_TCA8418=m +CONFIG_KEYBOARD_TWL4030=m +CONFIG_KEYBOARD_XTKBD=m +CONFIG_KEYS=y +CONFIG_KEYS_COMPAT=y +# CONFIG_KEYS_DEBUG_PROC_KEYS is not set +CONFIG_KGDB=y +CONFIG_KGDB_KDB=y +CONFIG_KGDB_LOW_LEVEL_TRAP=y +CONFIG_KGDB_SERIAL_CONSOLE=y +# CONFIG_KGDB_TESTS is not set +CONFIG_KINGSUN_DONGLE=m +CONFIG_KPROBES=y +# CONFIG_KPROBES_SANITY_TEST is not set +CONFIG_KPROBE_EVENT=y +CONFIG_KRETPROBES=y +CONFIG_KS0108=m +CONFIG_KS0108_DELAY=2 +CONFIG_KS0108_PORT=0x378 +CONFIG_KS8842=m +CONFIG_KS8851=m +CONFIG_KS8851_MLL=m +CONFIG_KS959_DONGLE=m +CONFIG_KSDAZZLE_DONGLE=m +CONFIG_KSZ884X_PCI=m +CONFIG_KTIME_SCALAR=y +CONFIG_KVM=m +CONFIG_KVM_AMD=m +CONFIG_KVM_APIC_ARCHITECTURE=y +CONFIG_KVM_ASYNC_PF=y +CONFIG_KVM_GUEST=y +CONFIG_KVM_INTEL=m +CONFIG_KVM_MMIO=y +# CONFIG_KVM_MMU_AUDIT is not set +CONFIG_KXSD9=m +CONFIG_L2TP=m +CONFIG_L2TP_DEBUGFS=m +# CONFIG_L2TP_V3 is not set +CONFIG_LANCE=m +CONFIG_LANMEDIA=m +CONFIG_LAPB=m +CONFIG_LAPBETHER=m +CONFIG_LATENCYTOP=y +CONFIG_LBDAF=y +CONFIG_LCD_AMS369FG06=m +CONFIG_LCD_CLASS_DEVICE=m +CONFIG_LCD_ILI9320=m +CONFIG_LCD_L4F00242T03=m +CONFIG_LCD_LD9040=m +CONFIG_LCD_LMS283GF05=m +CONFIG_LCD_LTV350QV=m +CONFIG_LCD_PLATFORM=m +CONFIG_LCD_S6E63M0=m +CONFIG_LCD_TDO24M=m +CONFIG_LCD_VGG2432A4=m +# CONFIG_LDM_DEBUG is not set +CONFIG_LDM_PARTITION=y +CONFIG_LEDS_88PM860X=m +CONFIG_LEDS_ADP5520=m +CONFIG_LEDS_ASIC3=y +CONFIG_LEDS_ATMEL_PWM=m +CONFIG_LEDS_BD2802=m +CONFIG_LEDS_BLINKM=m +CONFIG_LEDS_CLASS=y +CONFIG_LEDS_CLEVO_MAIL=m +CONFIG_LEDS_DA903X=m +CONFIG_LEDS_DA9052=m +CONFIG_LEDS_DAC124S085=m +CONFIG_LEDS_DELL_NETBOOKS=m +CONFIG_LEDS_GPIO=m +CONFIG_LEDS_INTEL_SS4200=m +CONFIG_LEDS_LM3530=m +CONFIG_LEDS_LM3533=m +CONFIG_LEDS_LM355x=m +CONFIG_LEDS_LM3642=m +CONFIG_LEDS_LP3944=m +CONFIG_LEDS_LP5521=m +CONFIG_LEDS_LP5523=m +CONFIG_LEDS_LP8788=m +CONFIG_LEDS_LT3593=m +CONFIG_LEDS_MAX8997=m +CONFIG_LEDS_MC13783=m +CONFIG_LEDS_NET48XX=m +CONFIG_LEDS_OT200=m +CONFIG_LEDS_PCA9532=m +CONFIG_LEDS_PCA9532_GPIO=y +CONFIG_LEDS_PCA955X=m +CONFIG_LEDS_PCA9633=m +CONFIG_LEDS_REGULATOR=m +CONFIG_LEDS_RENESAS_TPU=y +CONFIG_LEDS_TCA6507=m +CONFIG_LEDS_TRIGGERS=y +CONFIG_LEDS_TRIGGER_BACKLIGHT=m +CONFIG_LEDS_TRIGGER_CPU=y +CONFIG_LEDS_TRIGGER_DEFAULT_ON=m +CONFIG_LEDS_TRIGGER_GPIO=m +CONFIG_LEDS_TRIGGER_HEARTBEAT=m +CONFIG_LEDS_TRIGGER_ONESHOT=m +CONFIG_LEDS_TRIGGER_TIMER=m +CONFIG_LEDS_TRIGGER_TRANSIENT=m +CONFIG_LEDS_WM831X_STATUS=m +CONFIG_LEDS_WM8350=m +CONFIG_LEDS_WRAP=m +CONFIG_LEGACY_PTYS=y +CONFIG_LEGACY_PTY_COUNT=0 +# CONFIG_LGUEST is not set +# CONFIG_LGUEST_GUEST is not set +CONFIG_LIB80211=m +CONFIG_LIB80211_CRYPT_CCMP=m +CONFIG_LIB80211_CRYPT_TKIP=m +CONFIG_LIB80211_CRYPT_WEP=m +# CONFIG_LIB80211_DEBUG is not set +CONFIG_LIBCRC32C=m +CONFIG_LIBERTAS=m +CONFIG_LIBERTAS_CS=m +# CONFIG_LIBERTAS_DEBUG is not set +CONFIG_LIBERTAS_MESH=y +CONFIG_LIBERTAS_SDIO=m +CONFIG_LIBERTAS_SPI=m +CONFIG_LIBERTAS_THINFIRM=m +# CONFIG_LIBERTAS_THINFIRM_DEBUG is not set +CONFIG_LIBERTAS_THINFIRM_USB=m +CONFIG_LIBERTAS_USB=m +CONFIG_LIBFC=m +CONFIG_LIBFCOE=m +CONFIG_LIBIPW=m +# CONFIG_LIBIPW_DEBUG is not set +CONFIG_LINE6_USB=m +# CONFIG_LINE6_USB_DUMP_PCM is not set +# CONFIG_LINE6_USB_IMPULSE_RESPONSE is not set +CONFIG_LIRC=m +CONFIG_LIRC_BT829=m +CONFIG_LIRC_IGORPLUGUSB=m +CONFIG_LIRC_IMON=m +CONFIG_LIRC_PARALLEL=m +CONFIG_LIRC_SASEM=m +CONFIG_LIRC_SERIAL=m +CONFIG_LIRC_SERIAL_TRANSMITTER=y +CONFIG_LIRC_SIR=m +CONFIG_LIRC_STAGING=y +CONFIG_LIRC_ZILOG=m +CONFIG_LIS3L02DQ_BUF_KFIFO=y +# CONFIG_LIS3L02DQ_BUF_RING_SW is not set +CONFIG_LITELINK_DONGLE=m +# CONFIG_LKDTM is not set +CONFIG_LLC=m +CONFIG_LLC2=m +CONFIG_LNE390=m +CONFIG_LOCALVERSION="" +# CONFIG_LOCALVERSION_AUTO is not set +CONFIG_LOCAL_TIMERS=y +CONFIG_LOCKD=m +CONFIG_LOCKDEP_SUPPORT=y +CONFIG_LOCKD_V4=y +CONFIG_LOCKUP_DETECTOR=y +# CONFIG_LOCK_STAT is not set +# CONFIG_LOGFS is not set +CONFIG_LOGIG940_FF=y +CONFIG_LOGIRUMBLEPAD2_FF=y +CONFIG_LOGITECH_FF=y +CONFIG_LOGIWHEELS_FF=y +# CONFIG_LOGO is not set +CONFIG_LOG_BUF_SHIFT=17 +CONFIG_LOOPBACK_TARGET=m +CONFIG_LP486E=m +CONFIG_LP8788_ADC=y +CONFIG_LPC_ICH=m +CONFIG_LPC_SCH=m +# CONFIG_LP_CONSOLE is not set +CONFIG_LRU_CACHE=m +CONFIG_LSI_ET1011C_PHY=y +CONFIG_LSM_MMAP_MIN_ADDR=0 +CONFIG_LTPC=m +CONFIG_LXT_PHY=y +CONFIG_LZO_COMPRESS=y +CONFIG_LZO_DECOMPRESS=y +CONFIG_M25PXX_USE_FAST_READ=y +# CONFIG_M486 is not set +# CONFIG_M586 is not set +# CONFIG_M586MMX is not set +# CONFIG_M586TSC is not set +CONFIG_M686=y +CONFIG_MA600_DONGLE=m +CONFIG_MAC80211=m +CONFIG_MAC80211_DEBUGFS=y +# CONFIG_MAC80211_DEBUG_MENU is not set +CONFIG_MAC80211_HAS_RC=y +CONFIG_MAC80211_HWSIM=m +CONFIG_MAC80211_LEDS=y +CONFIG_MAC80211_MESH=y +CONFIG_MAC80211_MESSAGE_TRACING=y +CONFIG_MAC80211_RC_DEFAULT="minstrel_ht" +CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y +# CONFIG_MAC80211_RC_DEFAULT_PID is not set +CONFIG_MAC80211_RC_MINSTREL=y +CONFIG_MAC80211_RC_MINSTREL_HT=y +CONFIG_MAC80211_RC_PID=y +CONFIG_MAC802154=m +CONFIG_MACB=m +CONFIG_MACHZ_WDT=m +# CONFIG_MACH_CM_T35 is not set +CONFIG_MACH_CM_T3517=y +# CONFIG_MACH_CRANEBOARD is not set +# CONFIG_MACH_DEVKIT8000 is not set +# CONFIG_MACH_EUKREA_CPUIMX51SD is not set +CONFIG_MACH_IGEP0020=y +CONFIG_MACH_IGEP0030=y +# CONFIG_MACH_IMX51_DT is not set +# CONFIG_MACH_MX51_3DS is not set +# CONFIG_MACH_MX51_BABBAGE is not set +CONFIG_MACH_NOKIA_RM680=y +# CONFIG_MACH_NOKIA_RX51 is not set +# CONFIG_MACH_OMAP3517EVM is not set +CONFIG_MACH_OMAP3530_LV_SOM=y +CONFIG_MACH_OMAP3EVM=y +CONFIG_MACH_OMAP3_BEAGLE=y +CONFIG_MACH_OMAP3_PANDORA=y +CONFIG_MACH_OMAP3_TORPEDO=y +CONFIG_MACH_OMAP4_PANDA=y +CONFIG_MACH_OMAP_3430SDP=y +CONFIG_MACH_OMAP_3630SDP=y +CONFIG_MACH_OMAP_4430SDP=y +CONFIG_MACH_OMAP_GENERIC=y +CONFIG_MACH_OMAP_LDP=y +CONFIG_MACH_OMAP_ZOOM2=y +CONFIG_MACH_OMAP_ZOOM3=y +CONFIG_MACH_OVERO=y +CONFIG_MACH_SBC3530=y +CONFIG_MACH_TI8148EVM=y +CONFIG_MACH_TI8168EVM=y +CONFIG_MACH_TOUCHBOOK=y +CONFIG_MACINTOSH_DRIVERS=y +CONFIG_MACVLAN=m +CONFIG_MACVTAP=m +CONFIG_MAC_EMUMOUSEBTN=m +CONFIG_MAC_PARTITION=y +CONFIG_MAGIC_SYSRQ=y +CONFIG_MAILBOX=y +CONFIG_MANTIS_CORE=m +CONFIG_MARVELL_PHY=y +# CONFIG_MATH_EMULATION is not set +# CONFIG_MATOM is not set +CONFIG_MAX1363=m +CONFIG_MAX517=m +CONFIG_MAX63XX_WATCHDOG=m +CONFIG_MAX8925_POWER=m +# CONFIG_MAXSMP is not set +CONFIG_MAX_RAW_DEVS=256 +# CONFIG_MCORE2 is not set +CONFIG_MCP2120_DONGLE=m +CONFIG_MCP4725=m +# CONFIG_MCRUSOE is not set +CONFIG_MCS_FIR=m +# CONFIG_MCYRIXIII is not set +CONFIG_MD=y +CONFIG_MDA_CONSOLE=m +CONFIG_MDIO=m +CONFIG_MDIO_BITBANG=y +CONFIG_MDIO_BUS_MUX=y +CONFIG_MDIO_BUS_MUX_GPIO=y +CONFIG_MDIO_BUS_MUX_MMIOREG=y +CONFIG_MDIO_GPIO=y +CONFIG_MD_AUTODETECT=y +CONFIG_MD_FAULTY=m +CONFIG_MD_LINEAR=m +CONFIG_MD_MULTIPATH=m +CONFIG_MD_RAID0=m +CONFIG_MD_RAID1=m +CONFIG_MD_RAID10=m +CONFIG_MD_RAID456=m +CONFIG_MEDIA_ALTERA_CI=m +CONFIG_MEDIA_ANALOG_TV_SUPPORT=y +CONFIG_MEDIA_ATTACH=y +CONFIG_MEDIA_CAMERA_SUPPORT=y +CONFIG_MEDIA_COMMON_OPTIONS=y +# CONFIG_MEDIA_CONTROLLER is not set +CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y +CONFIG_MEDIA_PARPORT_SUPPORT=y +CONFIG_MEDIA_PCI_SUPPORT=y +CONFIG_MEDIA_RADIO_SUPPORT=y +CONFIG_MEDIA_RC_SUPPORT=y +CONFIG_MEDIA_SUBDRV_AUTOSELECT=y +CONFIG_MEDIA_SUPPORT=m +CONFIG_MEDIA_TUNER=m +CONFIG_MEDIA_TUNER_E4000=m +CONFIG_MEDIA_TUNER_FC0011=m +CONFIG_MEDIA_TUNER_FC0012=m +CONFIG_MEDIA_TUNER_FC0013=m +CONFIG_MEDIA_TUNER_FC2580=m +CONFIG_MEDIA_TUNER_MAX2165=m +CONFIG_MEDIA_TUNER_MC44S803=m +CONFIG_MEDIA_TUNER_MT2060=m +CONFIG_MEDIA_TUNER_MT2063=m +CONFIG_MEDIA_TUNER_MT20XX=m +CONFIG_MEDIA_TUNER_MT2131=m +CONFIG_MEDIA_TUNER_MT2266=m +CONFIG_MEDIA_TUNER_MXL5005S=m +CONFIG_MEDIA_TUNER_MXL5007T=m +CONFIG_MEDIA_TUNER_QT1010=m +CONFIG_MEDIA_TUNER_SIMPLE=m +CONFIG_MEDIA_TUNER_TDA18212=m +CONFIG_MEDIA_TUNER_TDA18218=m +CONFIG_MEDIA_TUNER_TDA18271=m +CONFIG_MEDIA_TUNER_TDA827X=m +CONFIG_MEDIA_TUNER_TDA8290=m +CONFIG_MEDIA_TUNER_TDA9887=m +CONFIG_MEDIA_TUNER_TEA5761=m +CONFIG_MEDIA_TUNER_TEA5767=m +CONFIG_MEDIA_TUNER_TUA9001=m +CONFIG_MEDIA_TUNER_XC2028=m +CONFIG_MEDIA_TUNER_XC4000=m +CONFIG_MEDIA_TUNER_XC5000=m +CONFIG_MEDIA_USB_SUPPORT=y +# CONFIG_MEFFICEON is not set +CONFIG_MEGARAID_LEGACY=m +CONFIG_MEGARAID_MAILBOX=m +CONFIG_MEGARAID_MM=m +CONFIG_MEGARAID_NEWGEN=y +CONFIG_MEGARAID_SAS=m +# CONFIG_MELAN is not set +CONFIG_MEMCG=y +# CONFIG_MEMCG_KMEM is not set +CONFIG_MEMCG_SWAP=y +# CONFIG_MEMCG_SWAP_ENABLED is not set +CONFIG_MEMORY=y +CONFIG_MEMORY_FAILURE=y +CONFIG_MEMORY_HOTPLUG=y +CONFIG_MEMORY_HOTPLUG_SPARSE=y +CONFIG_MEMORY_HOTREMOVE=y +CONFIG_MEMORY_ISOLATION=y +CONFIG_MEMORY_NOTIFIER_ERROR_INJECT=m +CONFIG_MEMSTICK=m +# CONFIG_MEMSTICK_DEBUG is not set +CONFIG_MEMSTICK_JMICRON_38X=m +CONFIG_MEMSTICK_R592=m +CONFIG_MEMSTICK_REALTEK_PCI=m +CONFIG_MEMSTICK_TIFM_MS=m +# CONFIG_MEMSTICK_UNSAFE_RESUME is not set +CONFIG_MEMTEST=y +CONFIG_MFD_88PM800=m +CONFIG_MFD_88PM805=m +CONFIG_MFD_88PM860X=y +CONFIG_MFD_AAT2870_CORE=y +CONFIG_MFD_ARIZONA=y +CONFIG_MFD_ARIZONA_I2C=m +CONFIG_MFD_ARIZONA_SPI=m +CONFIG_MFD_AS3711=y +CONFIG_MFD_ASIC3=y +CONFIG_MFD_CORE=y +CONFIG_MFD_CS5535=m +CONFIG_MFD_DA9052_I2C=y +CONFIG_MFD_DA9052_SPI=y +CONFIG_MFD_DA9055=y +CONFIG_MFD_INTEL_MSIC=y +CONFIG_MFD_JANZ_CMODIO=m +CONFIG_MFD_LM3533=m +CONFIG_MFD_LP8788=y +CONFIG_MFD_MAX77686=y +CONFIG_MFD_MAX77693=y +CONFIG_MFD_MAX8907=m +CONFIG_MFD_MAX8925=y +CONFIG_MFD_MAX8997=y +CONFIG_MFD_MAX8998=y +CONFIG_MFD_MC13783=m +CONFIG_MFD_MC13XXX=m +CONFIG_MFD_MC13XXX_I2C=m +CONFIG_MFD_MC13XXX_SPI=m +CONFIG_MFD_OMAP_USB_HOST=y +CONFIG_MFD_PALMAS=y +CONFIG_MFD_PCF50633=m +CONFIG_MFD_RC5T583=y +CONFIG_MFD_RDC321X=m +CONFIG_MFD_RETU=m +CONFIG_MFD_RTSX_PCI=m +CONFIG_MFD_SEC_CORE=y +CONFIG_MFD_SM501=m +# CONFIG_MFD_SM501_GPIO is not set +CONFIG_MFD_SMSC=y +CONFIG_MFD_STMPE=y +CONFIG_MFD_SYSCON=y +CONFIG_MFD_T7L66XB=y +CONFIG_MFD_TC3589X=y +CONFIG_MFD_TC6387XB=y +CONFIG_MFD_TC6393XB=y +CONFIG_MFD_TIMBERDALE=m +CONFIG_MFD_TI_AM335X_TSCADC=m +CONFIG_MFD_TPS65090=y +CONFIG_MFD_TPS65217=m +CONFIG_MFD_TPS6586X=y +CONFIG_MFD_TPS65910=y +CONFIG_MFD_TPS65912=y +CONFIG_MFD_TPS65912_I2C=y +CONFIG_MFD_TPS65912_SPI=y +CONFIG_MFD_TPS80031=y +CONFIG_MFD_TWL4030_AUDIO=y +CONFIG_MFD_VIPERBOARD=m +CONFIG_MFD_VX855=m +CONFIG_MFD_WL1273_CORE=m +CONFIG_MFD_WM5102=y +CONFIG_MFD_WM5110=y +CONFIG_MFD_WM831X=y +CONFIG_MFD_WM831X_I2C=y +CONFIG_MFD_WM831X_SPI=y +CONFIG_MFD_WM8350=y +CONFIG_MFD_WM8350_I2C=y +CONFIG_MFD_WM8400=y +CONFIG_MFD_WM8994=y +# CONFIG_MGEODEGX1 is not set +# CONFIG_MGEODE_LX is not set +CONFIG_MG_DISK=m +CONFIG_MG_DISK_RES=0 +CONFIG_MICREL_KS8995MA=m +CONFIG_MICREL_PHY=y +CONFIG_MICROCODE=m +CONFIG_MICROCODE_AMD=y +CONFIG_MICROCODE_INTEL=y +CONFIG_MICROCODE_OLD_INTERFACE=y +CONFIG_MIGHT_HAVE_CACHE_L2X0=y +CONFIG_MIGRATION=y +CONFIG_MII=y +CONFIG_MINIX_FS=m +CONFIG_MINIX_SUBPARTITION=y +CONFIG_MISC_FILESYSTEMS=y +CONFIG_MISDN=m +CONFIG_MISDN_AVMFRITZ=m +CONFIG_MISDN_DSP=m +CONFIG_MISDN_HFCMULTI=m +CONFIG_MISDN_HFCPCI=m +CONFIG_MISDN_HFCUSB=m +CONFIG_MISDN_INFINEON=m +CONFIG_MISDN_IPAC=m +CONFIG_MISDN_ISAR=m +CONFIG_MISDN_L1OIP=m +CONFIG_MISDN_NETJET=m +CONFIG_MISDN_SPEEDFAX=m +CONFIG_MISDN_W6692=m +CONFIG_MIXCOMWD=m +# CONFIG_MK6 is not set +# CONFIG_MK7 is not set +# CONFIG_MK8 is not set +CONFIG_MKISS=m +CONFIG_MLX4_CORE=m +# CONFIG_MLX4_DEBUG is not set +CONFIG_MLX4_EN=m +CONFIG_MLX4_EN_DCB=y +CONFIG_MLX4_INFINIBAND=m +CONFIG_MMC=y +CONFIG_MMC_ARMMMCI=y +CONFIG_MMC_BLOCK_BOUNCE=y +CONFIG_MMC_BLOCK_MINORS=8 +CONFIG_MMC_CB710=m +# CONFIG_MMC_CLKGATE is not set +# CONFIG_MMC_DEBUG is not set +CONFIG_MMC_DW=m +CONFIG_MMC_DW_EXYNOS=m +# CONFIG_MMC_DW_IDMAC is not set +CONFIG_MMC_DW_PLTFM=m +# CONFIG_MMC_MXC is not set +CONFIG_MMC_OMAP=m +CONFIG_MMC_OMAP_HS=y +CONFIG_MMC_REALTEK_PCI=m +CONFIG_MMC_RICOH_MMC=y +CONFIG_MMC_SDHCI_ACPI=m +CONFIG_MMC_SDHCI_ESDHC_IMX=y +CONFIG_MMC_SDHCI_IO_ACCESSORS=y +CONFIG_MMC_SDHCI_PCI=m +CONFIG_MMC_SDHCI_PXAV2=m +CONFIG_MMC_SDHCI_PXAV3=m +CONFIG_MMC_SDRICOH_CS=m +CONFIG_MMC_SPI=m +# CONFIG_MMC_TEST is not set +CONFIG_MMC_TIFM_SD=m +CONFIG_MMC_TMIO=m +CONFIG_MMC_TMIO_CORE=m +# CONFIG_MMC_UNSAFE_RESUME is not set +CONFIG_MMC_USHC=m +CONFIG_MMC_VIA_SDMMC=m +CONFIG_MMC_VUB300=m +CONFIG_MMC_WBSD=m +CONFIG_MMIOTRACE=y +# CONFIG_MMIOTRACE_TEST is not set +CONFIG_MMU=y +CONFIG_MMU_NOTIFIER=y +CONFIG_MM_OWNER=y +CONFIG_MODULES=y +CONFIG_MODULES_USE_ELF_REL=y +CONFIG_MODULES_USE_ELF_RELA=y +# CONFIG_MODULE_FORCE_LOAD is not set +# CONFIG_MODULE_FORCE_UNLOAD is not set +CONFIG_MODULE_SIG=y +# CONFIG_MODULE_SIG_FORCE is not set +# CONFIG_MODULE_SIG_SHA1 is not set +# CONFIG_MODULE_SIG_SHA224 is not set +# CONFIG_MODULE_SIG_SHA256 is not set +# CONFIG_MODULE_SIG_SHA384 is not set +CONFIG_MODULE_SIG_SHA512=y +CONFIG_MODULE_SRCVERSION_ALL=y +CONFIG_MODULE_UNLOAD=y +CONFIG_MODVERSIONS=y +CONFIG_MOUSE_APPLETOUCH=m +CONFIG_MOUSE_BCM5974=m +CONFIG_MOUSE_GPIO=m +# CONFIG_MOUSE_INPORT is not set +CONFIG_MOUSE_LOGIBM=m +CONFIG_MOUSE_PC110PAD=m +CONFIG_MOUSE_PS2=m +CONFIG_MOUSE_PS2_ALPS=y +CONFIG_MOUSE_PS2_CYPRESS=y +CONFIG_MOUSE_PS2_ELANTECH=y +CONFIG_MOUSE_PS2_LIFEBOOK=y +CONFIG_MOUSE_PS2_LOGIPS2PP=y +CONFIG_MOUSE_PS2_SENTELIC=y +CONFIG_MOUSE_PS2_SYNAPTICS=y +CONFIG_MOUSE_PS2_TOUCHKIT=y +CONFIG_MOUSE_PS2_TRACKPOINT=y +CONFIG_MOUSE_SERIAL=m +CONFIG_MOUSE_SYNAPTICS_I2C=m +CONFIG_MOUSE_SYNAPTICS_USB=m +CONFIG_MOUSE_VSXXXAA=m +CONFIG_MOVABLE_NODE=y +CONFIG_MOXA_INTELLIO=m +CONFIG_MOXA_SMARTIO=m +CONFIG_MPCORE_WATCHDOG=m +# CONFIG_MPENTIUM4 is not set +# CONFIG_MPENTIUMII is not set +# CONFIG_MPENTIUMIII is not set +# CONFIG_MPENTIUMM is not set +CONFIG_MPILIB=y +# CONFIG_MPSC is not set +CONFIG_MSDOS_FS=m +CONFIG_MSDOS_PARTITION=y +CONFIG_MSI_LAPTOP=m +CONFIG_MSI_WMI=m +CONFIG_MSPRO_BLOCK=m +CONFIG_MTDRAM_ERASE_SIZE=128 +CONFIG_MTDRAM_TOTAL_SIZE=4096 +CONFIG_MTD_ABSENT=m +CONFIG_MTD_AFS_PARTS=m +CONFIG_MTD_ALAUDA=m +CONFIG_MTD_AMD76XROM=m +CONFIG_MTD_AR7_PARTS=m +CONFIG_MTD_BLOCK2MTD=m +CONFIG_MTD_BLOCK_RO=m +CONFIG_MTD_CFI=m +# CONFIG_MTD_CFI_ADV_OPTIONS is not set +CONFIG_MTD_CFI_AMDSTD=m +CONFIG_MTD_CFI_I1=y +CONFIG_MTD_CFI_I2=y +# CONFIG_MTD_CFI_I4 is not set +# CONFIG_MTD_CFI_I8 is not set +CONFIG_MTD_CFI_INTELEXT=m +CONFIG_MTD_CFI_STAA=m +CONFIG_MTD_CFI_UTIL=m +CONFIG_MTD_CK804XROM=m +CONFIG_MTD_CMDLINE_PARTS=y +CONFIG_MTD_COMPLEX_MAPPINGS=y +CONFIG_MTD_DATAFLASH=m +CONFIG_MTD_DATAFLASH_OTP=y +# CONFIG_MTD_DATAFLASH_WRITE_VERIFY is not set +# CONFIG_MTD_DOC2000 is not set +# CONFIG_MTD_DOC2001 is not set +CONFIG_MTD_DOC2001PLUS=m +CONFIG_MTD_DOCECC=m +CONFIG_MTD_DOCG3=m +CONFIG_MTD_DOCPROBE=m +CONFIG_MTD_DOCPROBE_ADDRESS=0x0 +# CONFIG_MTD_DOCPROBE_ADVANCED is not set +CONFIG_MTD_ESB2ROM=m +CONFIG_MTD_GEN_PROBE=m +CONFIG_MTD_GPIO_ADDR=m +CONFIG_MTD_ICHXROM=m +CONFIG_MTD_IMPA7=m +CONFIG_MTD_INTEL_VR_NOR=m +CONFIG_MTD_JEDECPROBE=m +CONFIG_MTD_L440GX=m +CONFIG_MTD_LATCH_ADDR=m +CONFIG_MTD_LPDDR=m +CONFIG_MTD_M25P80=m +CONFIG_MTD_MAP_BANK_WIDTH_1=y +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set +CONFIG_MTD_MAP_BANK_WIDTH_2=y +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set +CONFIG_MTD_MAP_BANK_WIDTH_4=y +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set +CONFIG_MTD_MTDRAM=m +CONFIG_MTD_NAND_CAFE=m +CONFIG_MTD_NAND_CS553X=m +CONFIG_MTD_NAND_DENALI=m +CONFIG_MTD_NAND_DENALI_DT=m +CONFIG_MTD_NAND_DENALI_PCI=m +CONFIG_MTD_NAND_DENALI_SCRATCH_REG_ADDR=0xFF108018 +CONFIG_MTD_NAND_DISKONCHIP=m +# CONFIG_MTD_NAND_DISKONCHIP_BBTWRITE is not set +CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADDRESS=0 +# CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADVANCED is not set +CONFIG_MTD_NAND_DOCG4=m +CONFIG_MTD_NAND_ECC_BCH=y +# CONFIG_MTD_NAND_ECC_SMC is not set +CONFIG_MTD_NAND_GPIO=m +# CONFIG_MTD_NAND_MUSEUM_IDS is not set +CONFIG_MTD_NAND_MXC=m +CONFIG_MTD_NAND_NANDSIM=m +CONFIG_MTD_NAND_OMAP2=y +CONFIG_MTD_NAND_OMAP_BCH=y +# CONFIG_MTD_NAND_OMAP_BCH4 is not set +CONFIG_MTD_NAND_OMAP_BCH8=y +CONFIG_MTD_NAND_PLATFORM=m +CONFIG_MTD_NAND_RICOH=m +CONFIG_MTD_NAND_TMIO=m +CONFIG_MTD_NETSC520=m +CONFIG_MTD_NETtel=m +CONFIG_MTD_OF_PARTS=y +CONFIG_MTD_ONENAND=m +CONFIG_MTD_ONENAND_2X_PROGRAM=y +CONFIG_MTD_ONENAND_GENERIC=m +CONFIG_MTD_ONENAND_OMAP2=m +# CONFIG_MTD_ONENAND_OTP is not set +# CONFIG_MTD_ONENAND_SIM is not set +CONFIG_MTD_ONENAND_VERIFY_WRITE=y +CONFIG_MTD_OOPS=m +CONFIG_MTD_PCI=m +CONFIG_MTD_PCMCIA=m +# CONFIG_MTD_PCMCIA_ANONYMOUS is not set +CONFIG_MTD_PHRAM=m +CONFIG_MTD_PHYSMAP=m +# CONFIG_MTD_PHYSMAP_COMPAT is not set +CONFIG_MTD_PHYSMAP_OF=m +CONFIG_MTD_PLATRAM=m +CONFIG_MTD_PMC551=m +# CONFIG_MTD_PMC551_BUGFIX is not set +# CONFIG_MTD_PMC551_DEBUG is not set +CONFIG_MTD_QINFO_PROBE=m +CONFIG_MTD_RAM=m +CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 +CONFIG_MTD_REDBOOT_PARTS=m +# CONFIG_MTD_REDBOOT_PARTS_READONLY is not set +# CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set +CONFIG_MTD_ROM=m +CONFIG_MTD_SBC_GXX=m +CONFIG_MTD_SC520CDP=m +CONFIG_MTD_SCB2_FLASH=m +CONFIG_MTD_SCx200_DOCFLASH=m +CONFIG_MTD_SLRAM=m +CONFIG_MTD_SST25L=m +CONFIG_MTD_SWAP=m +# CONFIG_MTD_TESTS is not set +CONFIG_MTD_TS5500=m +CONFIG_MTD_UBI=m +CONFIG_MTD_UBI_BEB_LIMIT=20 +CONFIG_MTD_UBI_FASTMAP=y +CONFIG_MTD_UBI_GLUEBI=m +CONFIG_MTD_UBI_WL_THRESHOLD=4096 +CONFIG_MTRR=y +CONFIG_MTRR_SANITIZER=y +CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1 +CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1 +# CONFIG_MULTICORE_RAID456 is not set +CONFIG_MULTI_IRQ_HANDLER=y +CONFIG_MUTEX_SPIN_ON_OWNER=y +# CONFIG_MVIAC3_2 is not set +# CONFIG_MVIAC7 is not set +CONFIG_MVMDIO=m +CONFIG_MWAVE=m +CONFIG_MWIFIEX=m +CONFIG_MWIFIEX_PCIE=m +CONFIG_MWIFIEX_SDIO=m +CONFIG_MWIFIEX_USB=m +# CONFIG_MWINCHIP3D is not set +# CONFIG_MWINCHIPC6 is not set +CONFIG_MWL8K=m +CONFIG_MX3_IPU=y +CONFIG_MX3_IPU_IRQS=4 +# CONFIG_MXC_DEBUG_BOARD is not set +# CONFIG_MXC_IRQ_PRIOR is not set +CONFIG_MXM_WMI=m +# CONFIG_MXS_DMA is not set +CONFIG_MYRI10GE=m +CONFIG_MYRI10GE_DCA=y +CONFIG_N2=m +CONFIG_NAMESPACES=y +CONFIG_NATIONAL_PHY=y +CONFIG_NATSEMI=m +CONFIG_NCPFS_EXTRAS=y +CONFIG_NCPFS_IOCTL_LOCKING=y +CONFIG_NCPFS_NFS_NS=y +CONFIG_NCPFS_NLS=y +CONFIG_NCPFS_OS2_NS=y +CONFIG_NCPFS_PACKET_SIGNING=y +# CONFIG_NCPFS_SMALLDOS is not set +CONFIG_NCPFS_STRONG=y +CONFIG_NCP_FS=m +CONFIG_NE2000=m +CONFIG_NE2K_PCI=m +CONFIG_NE3210=m +CONFIG_NEED_DMA_MAP_STATE=y +CONFIG_NEED_MULTIPLE_NODES=y +CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y +CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y +CONFIG_NEED_SG_DMA_LENGTH=y +CONFIG_NEON=y +CONFIG_NET=y +CONFIG_NET5501=y +CONFIG_NETCONSOLE=m +CONFIG_NETCONSOLE_DYNAMIC=y +CONFIG_NETDEVICES=y +CONFIG_NETFILTER=y +CONFIG_NETFILTER_ADVANCED=y +# CONFIG_NETFILTER_DEBUG is not set +CONFIG_NETFILTER_NETLINK=m +CONFIG_NETFILTER_NETLINK_ACCT=m +CONFIG_NETFILTER_NETLINK_LOG=m +CONFIG_NETFILTER_NETLINK_QUEUE=m +CONFIG_NETFILTER_NETLINK_QUEUE_CT=y +CONFIG_NETFILTER_TPROXY=m +CONFIG_NETFILTER_XTABLES=m +CONFIG_NETFILTER_XT_CONNMARK=m +CONFIG_NETFILTER_XT_MARK=m +CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m +CONFIG_NETFILTER_XT_MATCH_CLUSTER=m +CONFIG_NETFILTER_XT_MATCH_COMMENT=m +CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m +CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m +CONFIG_NETFILTER_XT_MATCH_CONNMARK=m +CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m +CONFIG_NETFILTER_XT_MATCH_CPU=m +CONFIG_NETFILTER_XT_MATCH_DCCP=m +CONFIG_NETFILTER_XT_MATCH_DEVGROUP=m +CONFIG_NETFILTER_XT_MATCH_DSCP=m +CONFIG_NETFILTER_XT_MATCH_ECN=m +CONFIG_NETFILTER_XT_MATCH_ESP=m +CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m +CONFIG_NETFILTER_XT_MATCH_HELPER=m +CONFIG_NETFILTER_XT_MATCH_HL=m +CONFIG_NETFILTER_XT_MATCH_IPRANGE=m +CONFIG_NETFILTER_XT_MATCH_IPVS=m +CONFIG_NETFILTER_XT_MATCH_LENGTH=m +CONFIG_NETFILTER_XT_MATCH_LIMIT=m +CONFIG_NETFILTER_XT_MATCH_MAC=m +CONFIG_NETFILTER_XT_MATCH_MARK=m +CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m +CONFIG_NETFILTER_XT_MATCH_NFACCT=m +CONFIG_NETFILTER_XT_MATCH_OSF=m +CONFIG_NETFILTER_XT_MATCH_OWNER=m +CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m +CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m +CONFIG_NETFILTER_XT_MATCH_POLICY=m +CONFIG_NETFILTER_XT_MATCH_QUOTA=m +CONFIG_NETFILTER_XT_MATCH_RATEEST=m +CONFIG_NETFILTER_XT_MATCH_REALM=m +CONFIG_NETFILTER_XT_MATCH_RECENT=m +CONFIG_NETFILTER_XT_MATCH_SCTP=m +CONFIG_NETFILTER_XT_MATCH_SOCKET=m +CONFIG_NETFILTER_XT_MATCH_STATE=m +CONFIG_NETFILTER_XT_MATCH_STATISTIC=m +CONFIG_NETFILTER_XT_MATCH_STRING=m +CONFIG_NETFILTER_XT_MATCH_TCPMSS=m +CONFIG_NETFILTER_XT_MATCH_TIME=m +CONFIG_NETFILTER_XT_MATCH_U32=m +CONFIG_NETFILTER_XT_SET=m +CONFIG_NETFILTER_XT_TARGET_AUDIT=m +CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m +CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m +CONFIG_NETFILTER_XT_TARGET_CONNMARK=m +CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=m +CONFIG_NETFILTER_XT_TARGET_CT=m +CONFIG_NETFILTER_XT_TARGET_DSCP=m +CONFIG_NETFILTER_XT_TARGET_HL=m +CONFIG_NETFILTER_XT_TARGET_HMARK=m +CONFIG_NETFILTER_XT_TARGET_IDLETIMER=m +CONFIG_NETFILTER_XT_TARGET_LED=m +CONFIG_NETFILTER_XT_TARGET_LOG=m +CONFIG_NETFILTER_XT_TARGET_MARK=m +CONFIG_NETFILTER_XT_TARGET_NETMAP=m +CONFIG_NETFILTER_XT_TARGET_NFLOG=m +CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m +CONFIG_NETFILTER_XT_TARGET_NOTRACK=m +CONFIG_NETFILTER_XT_TARGET_RATEEST=m +CONFIG_NETFILTER_XT_TARGET_REDIRECT=m +CONFIG_NETFILTER_XT_TARGET_SECMARK=m +CONFIG_NETFILTER_XT_TARGET_TCPMSS=m +CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m +CONFIG_NETFILTER_XT_TARGET_TEE=m +CONFIG_NETFILTER_XT_TARGET_TPROXY=m +CONFIG_NETFILTER_XT_TARGET_TRACE=m +CONFIG_NETLABEL=y +CONFIG_NETPOLL=y +# CONFIG_NETPOLL_TRAP is not set +CONFIG_NETPRIO_CGROUP=m +CONFIG_NETROM=m +CONFIG_NETWORK_FILESYSTEMS=y +# CONFIG_NETWORK_PHY_TIMESTAMPING is not set +CONFIG_NETWORK_SECMARK=y +CONFIG_NETXEN_NIC=m +CONFIG_NET_9P=m +# CONFIG_NET_9P_DEBUG is not set +CONFIG_NET_9P_RDMA=m +CONFIG_NET_9P_VIRTIO=m +CONFIG_NET_ACT_CSUM=m +CONFIG_NET_ACT_GACT=m +CONFIG_NET_ACT_IPT=m +CONFIG_NET_ACT_MIRRED=m +CONFIG_NET_ACT_NAT=m +CONFIG_NET_ACT_PEDIT=m +CONFIG_NET_ACT_POLICE=m +CONFIG_NET_ACT_SIMP=m +CONFIG_NET_ACT_SKBEDIT=m +CONFIG_NET_CADENCE=y +CONFIG_NET_CLS=y +CONFIG_NET_CLS_ACT=y +CONFIG_NET_CLS_BASIC=m +CONFIG_NET_CLS_CGROUP=m +CONFIG_NET_CLS_FLOW=m +CONFIG_NET_CLS_FW=m +# CONFIG_NET_CLS_IND is not set +CONFIG_NET_CLS_ROUTE4=m +CONFIG_NET_CLS_RSVP=m +CONFIG_NET_CLS_RSVP6=m +CONFIG_NET_CLS_TCINDEX=m +CONFIG_NET_CLS_U32=m +CONFIG_NET_CORE=y +CONFIG_NET_DCCPPROBE=m +CONFIG_NET_DMA=y +# CONFIG_NET_DROP_MONITOR is not set +CONFIG_NET_DSA=m +CONFIG_NET_DSA_MV88E6060=m +CONFIG_NET_DSA_MV88E6123_61_65=m +CONFIG_NET_DSA_MV88E6131=m +CONFIG_NET_DSA_MV88E6XXX=m +CONFIG_NET_DSA_MV88E6XXX_NEED_PPU=y +CONFIG_NET_DSA_TAG_DSA=y +CONFIG_NET_DSA_TAG_EDSA=y +CONFIG_NET_DSA_TAG_TRAILER=y +CONFIG_NET_EMATCH=y +CONFIG_NET_EMATCH_CANID=m +CONFIG_NET_EMATCH_CMP=m +CONFIG_NET_EMATCH_IPSET=m +CONFIG_NET_EMATCH_META=m +CONFIG_NET_EMATCH_NBYTE=m +CONFIG_NET_EMATCH_STACK=32 +CONFIG_NET_EMATCH_TEXT=m +CONFIG_NET_EMATCH_U32=m +CONFIG_NET_FC=y +CONFIG_NET_IPGRE=m +CONFIG_NET_IPGRE_BROADCAST=y +CONFIG_NET_IPGRE_DEMUX=m +CONFIG_NET_IPIP=m +CONFIG_NET_IPVTI=m +CONFIG_NET_KEY=m +# CONFIG_NET_KEY_MIGRATE is not set +CONFIG_NET_NS=y +CONFIG_NET_PACKET_ENGINE=y +CONFIG_NET_PKTGEN=m +CONFIG_NET_POLL_CONTROLLER=y +CONFIG_NET_SB1000=m +CONFIG_NET_SCHED=y +CONFIG_NET_SCH_ATM=m +CONFIG_NET_SCH_CBQ=m +CONFIG_NET_SCH_CHOKE=m +CONFIG_NET_SCH_CODEL=m +CONFIG_NET_SCH_DRR=m +CONFIG_NET_SCH_DSMARK=m +CONFIG_NET_SCH_FIFO=y +CONFIG_NET_SCH_FQ_CODEL=m +CONFIG_NET_SCH_GRED=m +CONFIG_NET_SCH_HFSC=m +CONFIG_NET_SCH_HTB=m +CONFIG_NET_SCH_INGRESS=m +CONFIG_NET_SCH_MQPRIO=m +CONFIG_NET_SCH_MULTIQ=m +CONFIG_NET_SCH_NETEM=m +CONFIG_NET_SCH_PLUG=m +CONFIG_NET_SCH_PRIO=m +CONFIG_NET_SCH_QFQ=m +CONFIG_NET_SCH_RED=m +CONFIG_NET_SCH_SFB=m +CONFIG_NET_SCH_SFQ=m +CONFIG_NET_SCH_TBF=m +CONFIG_NET_SCH_TEQL=m +CONFIG_NET_SCTPPROBE=m +CONFIG_NET_TCPPROBE=m +# CONFIG_NET_TEAM is not set +CONFIG_NET_TULIP=y +CONFIG_NET_VENDOR_3COM=y +CONFIG_NET_VENDOR_8390=y +CONFIG_NET_VENDOR_ADAPTEC=y +CONFIG_NET_VENDOR_ALTEON=y +CONFIG_NET_VENDOR_AMD=y +CONFIG_NET_VENDOR_ATHEROS=y +CONFIG_NET_VENDOR_BROADCOM=y +CONFIG_NET_VENDOR_BROCADE=y +CONFIG_NET_VENDOR_CHELSIO=y +CONFIG_NET_VENDOR_CIRRUS=y +CONFIG_NET_VENDOR_CISCO=y +CONFIG_NET_VENDOR_DEC=y +CONFIG_NET_VENDOR_DLINK=y +CONFIG_NET_VENDOR_EMULEX=y +CONFIG_NET_VENDOR_EXAR=y +CONFIG_NET_VENDOR_FARADAY=y +CONFIG_NET_VENDOR_FREESCALE=y +CONFIG_NET_VENDOR_FUJITSU=y +CONFIG_NET_VENDOR_HP=y +CONFIG_NET_VENDOR_I825XX=y +CONFIG_NET_VENDOR_INTEL=y +CONFIG_NET_VENDOR_MARVELL=y +CONFIG_NET_VENDOR_MELLANOX=y +CONFIG_NET_VENDOR_MICREL=y +CONFIG_NET_VENDOR_MICROCHIP=y +CONFIG_NET_VENDOR_MYRI=y +CONFIG_NET_VENDOR_NATSEMI=y +CONFIG_NET_VENDOR_NVIDIA=y +CONFIG_NET_VENDOR_OKI=y +CONFIG_NET_VENDOR_QLOGIC=y +CONFIG_NET_VENDOR_RACAL=y +CONFIG_NET_VENDOR_RDC=y +CONFIG_NET_VENDOR_REALTEK=y +CONFIG_NET_VENDOR_SEEQ=y +CONFIG_NET_VENDOR_SILAN=y +CONFIG_NET_VENDOR_SILICOM=y +CONFIG_NET_VENDOR_SIS=y +CONFIG_NET_VENDOR_SMSC=y +CONFIG_NET_VENDOR_STMICRO=y +CONFIG_NET_VENDOR_SUN=y +CONFIG_NET_VENDOR_TEHUTI=y +CONFIG_NET_VENDOR_TI=y +CONFIG_NET_VENDOR_VIA=y +CONFIG_NET_VENDOR_WIZNET=y +CONFIG_NET_VENDOR_XIRCOM=y +CONFIG_NEW_LEDS=y +CONFIG_NFC=m +CONFIG_NFC_HCI=m +CONFIG_NFC_LLCP=y +CONFIG_NFC_NCI=m +CONFIG_NFC_PN533=m +CONFIG_NFC_SHDLC=y +CONFIG_NFC_WILINK=m +CONFIG_NFSD=m +# CONFIG_NFSD_FAULT_INJECTION is not set +CONFIG_NFSD_V2_ACL=y +CONFIG_NFSD_V3=y +CONFIG_NFSD_V3_ACL=y +CONFIG_NFSD_V4=y +CONFIG_NFS_ACL_SUPPORT=m +CONFIG_NFS_COMMON=y +CONFIG_NFS_FS=m +CONFIG_NFS_FSCACHE=y +CONFIG_NFS_SWAP=y +CONFIG_NFS_USE_KERNEL_DNS=y +# CONFIG_NFS_USE_LEGACY_DNS is not set +CONFIG_NFS_V2=m +CONFIG_NFS_V3=m +CONFIG_NFS_V3_ACL=y +CONFIG_NFS_V4=m +CONFIG_NFS_V4_1=y +CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org" +CONFIG_NFTL=m +CONFIG_NFTL_RW=y +CONFIG_NF_CONNTRACK=m +CONFIG_NF_CONNTRACK_AMANDA=m +CONFIG_NF_CONNTRACK_BROADCAST=m +CONFIG_NF_CONNTRACK_EVENTS=y +CONFIG_NF_CONNTRACK_FTP=m +CONFIG_NF_CONNTRACK_H323=m +CONFIG_NF_CONNTRACK_IPV4=m +CONFIG_NF_CONNTRACK_IPV6=m +CONFIG_NF_CONNTRACK_IRC=m +CONFIG_NF_CONNTRACK_MARK=y +CONFIG_NF_CONNTRACK_NETBIOS_NS=m +CONFIG_NF_CONNTRACK_PPTP=m +# CONFIG_NF_CONNTRACK_PROCFS is not set +CONFIG_NF_CONNTRACK_SANE=m +CONFIG_NF_CONNTRACK_SECMARK=y +CONFIG_NF_CONNTRACK_SIP=m +CONFIG_NF_CONNTRACK_SNMP=m +CONFIG_NF_CONNTRACK_TFTP=m +CONFIG_NF_CONNTRACK_TIMEOUT=y +CONFIG_NF_CONNTRACK_TIMESTAMP=y +CONFIG_NF_CONNTRACK_ZONES=y +CONFIG_NF_CT_NETLINK=m +CONFIG_NF_CT_NETLINK_HELPER=m +CONFIG_NF_CT_NETLINK_TIMEOUT=m +CONFIG_NF_CT_PROTO_DCCP=m +CONFIG_NF_CT_PROTO_GRE=m +CONFIG_NF_CT_PROTO_SCTP=m +CONFIG_NF_CT_PROTO_UDPLITE=m +CONFIG_NF_DEFRAG_IPV4=m +CONFIG_NF_DEFRAG_IPV6=m +CONFIG_NF_NAT=m +CONFIG_NF_NAT_AMANDA=m +CONFIG_NF_NAT_FTP=m +CONFIG_NF_NAT_H323=m +CONFIG_NF_NAT_IPV4=m +CONFIG_NF_NAT_IPV6=m +CONFIG_NF_NAT_IRC=m +CONFIG_NF_NAT_NEEDED=y +CONFIG_NF_NAT_PPTP=m +CONFIG_NF_NAT_PROTO_DCCP=m +CONFIG_NF_NAT_PROTO_GRE=m +CONFIG_NF_NAT_PROTO_SCTP=m +CONFIG_NF_NAT_PROTO_UDPLITE=m +CONFIG_NF_NAT_SIP=m +CONFIG_NF_NAT_SNMP_BASIC=m +CONFIG_NF_NAT_TFTP=m +CONFIG_NI52=m +CONFIG_NI65=m +CONFIG_NILFS2_FS=m +CONFIG_NIU=m +CONFIG_NL80211_TESTMODE=y +CONFIG_NLATTR=y +CONFIG_NLS=y +CONFIG_NLS_ASCII=m +CONFIG_NLS_CODEPAGE_1250=m +CONFIG_NLS_CODEPAGE_1251=m +CONFIG_NLS_CODEPAGE_437=y +CONFIG_NLS_CODEPAGE_737=m +CONFIG_NLS_CODEPAGE_775=m +CONFIG_NLS_CODEPAGE_850=m +CONFIG_NLS_CODEPAGE_852=m +CONFIG_NLS_CODEPAGE_855=m +CONFIG_NLS_CODEPAGE_857=m +CONFIG_NLS_CODEPAGE_860=m +CONFIG_NLS_CODEPAGE_861=m +CONFIG_NLS_CODEPAGE_862=m +CONFIG_NLS_CODEPAGE_863=m +CONFIG_NLS_CODEPAGE_864=m +CONFIG_NLS_CODEPAGE_865=m +CONFIG_NLS_CODEPAGE_866=m +CONFIG_NLS_CODEPAGE_869=m +CONFIG_NLS_CODEPAGE_874=m +CONFIG_NLS_CODEPAGE_932=m +CONFIG_NLS_CODEPAGE_936=m +CONFIG_NLS_CODEPAGE_949=m +CONFIG_NLS_CODEPAGE_950=m +CONFIG_NLS_DEFAULT="utf8" +CONFIG_NLS_ISO8859_1=m +CONFIG_NLS_ISO8859_13=m +CONFIG_NLS_ISO8859_14=m +CONFIG_NLS_ISO8859_15=m +CONFIG_NLS_ISO8859_2=m +CONFIG_NLS_ISO8859_3=m +CONFIG_NLS_ISO8859_4=m +CONFIG_NLS_ISO8859_5=m +CONFIG_NLS_ISO8859_6=m +CONFIG_NLS_ISO8859_7=m +CONFIG_NLS_ISO8859_8=m +CONFIG_NLS_ISO8859_9=m +CONFIG_NLS_KOI8_R=m +CONFIG_NLS_KOI8_U=m +CONFIG_NLS_MAC_CELTIC=m +CONFIG_NLS_MAC_CENTEURO=m +CONFIG_NLS_MAC_CROATIAN=m +CONFIG_NLS_MAC_CYRILLIC=m +CONFIG_NLS_MAC_GAELIC=m +CONFIG_NLS_MAC_GREEK=m +CONFIG_NLS_MAC_ICELAND=m +CONFIG_NLS_MAC_INUIT=m +CONFIG_NLS_MAC_ROMAN=m +CONFIG_NLS_MAC_ROMANIAN=m +CONFIG_NLS_MAC_TURKISH=m +CONFIG_NLS_UTF8=m +CONFIG_NODES_SHIFT=6 +CONFIG_NODES_SPAN_OTHER_NODES=y +# CONFIG_NOHIGHMEM is not set +CONFIG_NOP_TRACER=y +CONFIG_NORTEL_HERMES=m +CONFIG_NOTIFIER_ERROR_INJECTION=m +CONFIG_NOUVEAU_DEBUG=5 +CONFIG_NOUVEAU_DEBUG_DEFAULT=3 +CONFIG_NOZOMI=m +CONFIG_NO_BOOTMEM=y +CONFIG_NO_HZ=y +CONFIG_NO_IOPORT=y +CONFIG_NS83820=m +CONFIG_NSC_FIR=m +CONFIG_NSC_GPIO=m +# CONFIG_NTFS_DEBUG is not set +CONFIG_NTFS_FS=m +# CONFIG_NTFS_RW is not set +CONFIG_NUMA=y +CONFIG_NUMA_BALANCING=y +CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y +# CONFIG_NUMA_EMU is not set +CONFIG_NVRAM=m +CONFIG_NV_TCO=m +# CONFIG_N_GSM is not set +CONFIG_N_HDLC=m +CONFIG_OABI_COMPAT=y +# CONFIG_OCFS2_DEBUG_FS is not set +CONFIG_OCFS2_DEBUG_MASKLOG=y +CONFIG_OCFS2_FS=m +CONFIG_OCFS2_FS_O2CB=m +CONFIG_OCFS2_FS_STATS=y +CONFIG_OCFS2_FS_USERSPACE_CLUSTER=m +CONFIG_OC_ETM=y +CONFIG_OF=y +CONFIG_OF_ADDRESS=y +CONFIG_OF_DEVICE=y +CONFIG_OF_EARLY_FLATTREE=y +CONFIG_OF_FLATTREE=y +CONFIG_OF_GPIO=y +CONFIG_OF_I2C=y +CONFIG_OF_IOMMU=y +CONFIG_OF_IRQ=y +CONFIG_OF_MDIO=y +CONFIG_OF_MTD=y +CONFIG_OF_NET=y +# CONFIG_OF_SELFTEST is not set +CONFIG_OID_REGISTRY=y +CONFIG_OLD_BELKIN_DONGLE=m +CONFIG_OLD_MCOUNT=y +CONFIG_OMAP2_DSS=y +# CONFIG_OMAP2_DSS_DEBUG is not set +# CONFIG_OMAP2_DSS_DEBUGFS is not set +CONFIG_OMAP2_DSS_DPI=y +# CONFIG_OMAP2_DSS_DSI is not set +CONFIG_OMAP2_DSS_MIN_FCK_PER_PCK=0 +# CONFIG_OMAP2_DSS_RFBI is not set +CONFIG_OMAP2_DSS_SDI=y +CONFIG_OMAP2_DSS_SLEEP_AFTER_VENC_RESET=y +CONFIG_OMAP2_DSS_VENC=y +CONFIG_OMAP2_VRFB=y +CONFIG_OMAP3_EMU=y +# CONFIG_OMAP3_L2_AUX_SECURE_SAVE_RESTORE is not set +# CONFIG_OMAP3_SDRC_AC_TIMING is not set +CONFIG_OMAP4_DSS_HDMI=y +CONFIG_OMAP4_DSS_HDMI_AUDIO=y +CONFIG_OMAP_32K_TIMER=y +CONFIG_OMAP_32K_TIMER_HZ=128 +# CONFIG_OMAP_BANDGAP is not set +CONFIG_OMAP_DM_TIMER=y +CONFIG_OMAP_INTERCONNECT=y +CONFIG_OMAP_IOMMU=y +# CONFIG_OMAP_IOVMM is not set +CONFIG_OMAP_MUX=y +# CONFIG_OMAP_MUX_DEBUG is not set +CONFIG_OMAP_MUX_WARNINGS=y +CONFIG_OMAP_OCP2SCP=m +CONFIG_OMAP_PACKAGE_CBB=y +CONFIG_OMAP_PACKAGE_CBL=y +CONFIG_OMAP_PACKAGE_CBP=y +CONFIG_OMAP_PACKAGE_CBS=y +CONFIG_OMAP_PACKAGE_CUS=y +CONFIG_OMAP_PM_NOOP=y +# CONFIG_OMAP_REMOTEPROC is not set +CONFIG_OMAP_RESET_CLOCKS=y +CONFIG_OMAP_USB2=y +CONFIG_OMAP_WATCHDOG=m +CONFIG_OMFS_FS=m +CONFIG_OPENVSWITCH=m +CONFIG_OPROFILE=m +# CONFIG_OPROFILE_EVENT_MULTIPLEX is not set +CONFIG_OPROFILE_NMI_TIMER=y +CONFIG_OPTIMIZE_INLINING=y +CONFIG_OPTPROBES=y +CONFIG_ORE=m +CONFIG_ORINOCO_USB=m +CONFIG_OSF_PARTITION=y +CONFIG_OUTER_CACHE=y +CONFIG_OUTER_CACHE_SYNC=y +CONFIG_OVERLAYFS_FS=m +CONFIG_P54_COMMON=m +CONFIG_P54_LEDS=y +CONFIG_P54_PCI=m +CONFIG_P54_SPI=m +# CONFIG_P54_SPI_DEFAULT_EEPROM is not set +CONFIG_P54_USB=m +CONFIG_PACKET=y +CONFIG_PACKET_DIAG=m +CONFIG_PADATA=y +CONFIG_PAGEFLAGS_EXTENDED=y +CONFIG_PAGE_OFFSET=0xC0000000 +CONFIG_PANASONIC_LAPTOP=m +CONFIG_PANEL=m +CONFIG_PANEL_ACX565AKM=m +# CONFIG_PANEL_CHANGE_MESSAGE is not set +CONFIG_PANEL_GENERIC_DPI=y +CONFIG_PANEL_LGPHILIPS_LB035Q02=m +CONFIG_PANEL_NEC_NL8048HL11_01B=m +CONFIG_PANEL_PARPORT=0 +CONFIG_PANEL_PICODLP=m +CONFIG_PANEL_PROFILE=5 +CONFIG_PANEL_SHARP_LS037V7DW01=y +CONFIG_PANEL_TFP410=y +CONFIG_PANEL_TPO_TD043MTEA1=y +# CONFIG_PANIC_ON_OOPS is not set +CONFIG_PANIC_ON_OOPS_VALUE=0 +CONFIG_PANTHERLORD_FF=y +CONFIG_PARAVIRT=y +CONFIG_PARAVIRT_CLOCK=y +# CONFIG_PARAVIRT_DEBUG is not set +CONFIG_PARAVIRT_GUEST=y +CONFIG_PARAVIRT_SPINLOCKS=y +# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set +CONFIG_PARIDE=m +CONFIG_PARIDE_ATEN=m +CONFIG_PARIDE_BPCK=m +CONFIG_PARIDE_BPCK6=m +CONFIG_PARIDE_COMM=m +CONFIG_PARIDE_DSTR=m +CONFIG_PARIDE_EPAT=m +# CONFIG_PARIDE_EPATC8 is not set +CONFIG_PARIDE_EPIA=m +CONFIG_PARIDE_FIT2=m +CONFIG_PARIDE_FIT3=m +CONFIG_PARIDE_FRIQ=m +CONFIG_PARIDE_FRPW=m +CONFIG_PARIDE_KBIC=m +CONFIG_PARIDE_KTTI=m +CONFIG_PARIDE_ON20=m +CONFIG_PARIDE_ON26=m +CONFIG_PARIDE_PCD=m +CONFIG_PARIDE_PD=m +CONFIG_PARIDE_PF=m +CONFIG_PARIDE_PG=m +CONFIG_PARIDE_PT=m +CONFIG_PARPORT=m +CONFIG_PARPORT_1284=y +CONFIG_PARPORT_AX88796=m +# CONFIG_PARPORT_GSC is not set +CONFIG_PARPORT_NOT_PC=y +CONFIG_PARPORT_PC=m +# CONFIG_PARPORT_PC_FIFO is not set +CONFIG_PARPORT_PC_PCMCIA=m +# CONFIG_PARPORT_PC_SUPERIO is not set +CONFIG_PARPORT_SERIAL=m +CONFIG_PARTITION_ADVANCED=y +CONFIG_PATA_ACPI=m +CONFIG_PATA_ALI=m +CONFIG_PATA_AMD=m +CONFIG_PATA_ARASAN_CF=m +CONFIG_PATA_ARTOP=m +CONFIG_PATA_ATIIXP=m +CONFIG_PATA_ATP867X=m +CONFIG_PATA_CMD640_PCI=m +CONFIG_PATA_CMD64X=m +CONFIG_PATA_CS5520=m +CONFIG_PATA_CS5530=m +CONFIG_PATA_CS5535=m +CONFIG_PATA_CS5536=m +CONFIG_PATA_CYPRESS=m +CONFIG_PATA_EFAR=m +CONFIG_PATA_HPT366=m +CONFIG_PATA_HPT37X=m +CONFIG_PATA_HPT3X2N=m +CONFIG_PATA_HPT3X3=m +# CONFIG_PATA_HPT3X3_DMA is not set +# CONFIG_PATA_IMX is not set +CONFIG_PATA_ISAPNP=m +CONFIG_PATA_IT8213=m +CONFIG_PATA_IT821X=m +CONFIG_PATA_JMICRON=m +CONFIG_PATA_LEGACY=m +CONFIG_PATA_MARVELL=m +CONFIG_PATA_MPIIX=m +CONFIG_PATA_NETCELL=m +CONFIG_PATA_NINJA32=m +CONFIG_PATA_NS87410=m +CONFIG_PATA_NS87415=m +CONFIG_PATA_OF_PLATFORM=m +CONFIG_PATA_OLDPIIX=m +CONFIG_PATA_OPTI=m +CONFIG_PATA_OPTIDMA=m +CONFIG_PATA_PCMCIA=m +CONFIG_PATA_PDC2027X=m +CONFIG_PATA_PDC_OLD=m +CONFIG_PATA_PLATFORM=m +CONFIG_PATA_QDI=m +CONFIG_PATA_RADISYS=m +CONFIG_PATA_RDC=m +CONFIG_PATA_RZ1000=m +CONFIG_PATA_SC1200=m +CONFIG_PATA_SCH=m +CONFIG_PATA_SERVERWORKS=m +CONFIG_PATA_SIL680=m +CONFIG_PATA_SIS=y +CONFIG_PATA_TOSHIBA=m +CONFIG_PATA_TRIFLEX=m +CONFIG_PATA_VIA=m +CONFIG_PATA_WINBOND=m +CONFIG_PATA_WINBOND_VLB=m +CONFIG_PC300TOO=m +CONFIG_PC8736x_GPIO=m +CONFIG_PC87413_WDT=m +CONFIG_PCCARD_NONSTATIC=y +CONFIG_PCF50633_ADC=m +CONFIG_PCF50633_GPIO=m +CONFIG_PCH_CAN=m +CONFIG_PCH_DMA=m +CONFIG_PCH_GBE=m +CONFIG_PCH_PHUB=m +CONFIG_PCI=y +CONFIG_PCI200SYN=m +CONFIG_PCIEAER=y +# CONFIG_PCIEAER_INJECT is not set +CONFIG_PCIEASPM=y +# CONFIG_PCIEASPM_DEBUG is not set +CONFIG_PCIEASPM_DEFAULT=y +# CONFIG_PCIEASPM_PERFORMANCE is not set +# CONFIG_PCIEASPM_POWERSAVE is not set +CONFIG_PCIEPORTBUS=y +# CONFIG_PCIE_ECRC is not set +CONFIG_PCIE_PME=y +CONFIG_PCIPCWATCHDOG=m +CONFIG_PCI_ATMEL=m +CONFIG_PCI_ATS=y +CONFIG_PCI_BIOS=y +# CONFIG_PCI_CNB20LE_QUIRK is not set +# CONFIG_PCI_DEBUG is not set +CONFIG_PCI_DIRECT=y +CONFIG_PCI_DOMAINS=y +CONFIG_PCI_GOANY=y +# CONFIG_PCI_GOBIOS is not set +# CONFIG_PCI_GODIRECT is not set +# CONFIG_PCI_GOMMCONFIG is not set +CONFIG_PCI_IOAPIC=y +CONFIG_PCI_IOV=y +CONFIG_PCI_LABEL=y +CONFIG_PCI_MMCONFIG=y +CONFIG_PCI_MSI=y +CONFIG_PCI_PASID=y +CONFIG_PCI_PRI=y +CONFIG_PCI_QUIRKS=y +CONFIG_PCI_REALLOC_ENABLE_AUTO=y +CONFIG_PCI_STUB=m +# CONFIG_PCI_SYSCALL is not set +CONFIG_PCI_XEN=y +CONFIG_PCMCIA=m +CONFIG_PCMCIA_3C574=m +CONFIG_PCMCIA_3C589=m +CONFIG_PCMCIA_AHA152X=m +CONFIG_PCMCIA_ATMEL=m +CONFIG_PCMCIA_AXNET=m +CONFIG_PCMCIA_FDOMAIN=m +CONFIG_PCMCIA_FMVJ18X=m +CONFIG_PCMCIA_HERMES=m +CONFIG_PCMCIA_LOAD_CIS=y +CONFIG_PCMCIA_NINJA_SCSI=m +CONFIG_PCMCIA_NMCLAN=m +CONFIG_PCMCIA_PCNET=m +CONFIG_PCMCIA_PROBE=y +CONFIG_PCMCIA_QLOGIC=m +CONFIG_PCMCIA_RAYCS=m +CONFIG_PCMCIA_SMC91C92=m +CONFIG_PCMCIA_SPECTRUM=m +CONFIG_PCMCIA_SYM53C500=m +CONFIG_PCMCIA_WL3501=m +CONFIG_PCMCIA_XIRC2PS=m +CONFIG_PCMCIA_XIRCOM=m +CONFIG_PCNET32=m +CONFIG_PCSPKR_PLATFORM=y +CONFIG_PCWATCHDOG=m +CONFIG_PD6729=m +CONFIG_PDA_POWER=m +CONFIG_PDC_ADMA=m +CONFIG_PERCPU_RWSEM=y +CONFIG_PERF_EVENTS=y +CONFIG_PERF_USE_VMALLOC=y +CONFIG_PHANTOM=m +CONFIG_PHONET=m +CONFIG_PHYLIB=y +CONFIG_PHYSICAL_ALIGN=0x1000000 +CONFIG_PHYSICAL_START=0x1000000 +# CONFIG_PID_IN_CONTEXTIDR is not set +CONFIG_PID_NS=y +CONFIG_PINCONF=y +CONFIG_PINCTRL=y +CONFIG_PINCTRL_EXYNOS=y +# CONFIG_PINCTRL_EXYNOS5440 is not set +CONFIG_PINCTRL_IMX=y +CONFIG_PINCTRL_IMX6Q=y +CONFIG_PINCTRL_SAMSUNG=y +CONFIG_PINCTRL_SINGLE=m +CONFIG_PINMUX=y +CONFIG_PL310_ERRATA_588369=y +CONFIG_PL310_ERRATA_727915=y +CONFIG_PL310_ERRATA_753970=y +CONFIG_PL310_ERRATA_769419=y +CONFIG_PL320_MBOX=y +# CONFIG_PL330_DMA is not set +# CONFIG_PLAT_SPEAR is not set +CONFIG_PLAT_VERSATILE=y +CONFIG_PLAT_VERSATILE_CLCD=y +CONFIG_PLAT_VERSATILE_SCHED_CLOCK=y +CONFIG_PLIP=m +CONFIG_PLX_HERMES=m +CONFIG_PM=y +CONFIG_PMBUS=m +CONFIG_PMIC_ADP5520=y +CONFIG_PMIC_DA903X=y +CONFIG_PMIC_DA9052=y +# CONFIG_PM_AUTOSLEEP is not set +CONFIG_PM_CLK=y +# CONFIG_PM_DEBUG is not set +CONFIG_PM_DEVFREQ=y +CONFIG_PM_NOTIFIER_ERROR_INJECT=m +CONFIG_PM_OPP=y +CONFIG_PM_RUNTIME=y +CONFIG_PM_SLEEP=y +CONFIG_PM_SLEEP_SMP=y +CONFIG_PM_STD_PARTITION="" +CONFIG_PM_WAKELOCKS=y +CONFIG_PM_WAKELOCKS_GC=y +CONFIG_PM_WAKELOCKS_LIMIT=100 +CONFIG_PN544_HCI_NFC=m +CONFIG_PNFS_BLOCK=m +CONFIG_PNFS_FILE_LAYOUT=m +CONFIG_PNFS_OBJLAYOUT=m +CONFIG_PNP=y +CONFIG_PNPACPI=y +CONFIG_PNPBIOS=y +CONFIG_PNPBIOS_PROC_FS=y +# CONFIG_PNP_DEBUG_MESSAGES is not set +CONFIG_POSIX_MQUEUE=y +CONFIG_POSIX_MQUEUE_SYSCTL=y +CONFIG_POWER_AVS=y +CONFIG_POWER_AVS_OMAP=y +CONFIG_POWER_AVS_OMAP_CLASS3=y +CONFIG_POWER_RESET=y +CONFIG_POWER_RESET_GPIO=y +CONFIG_POWER_SUPPLY=y +# CONFIG_POWER_SUPPLY_DEBUG is not set +CONFIG_PPDEV=m +CONFIG_PPP=y +CONFIG_PPPOATM=m +CONFIG_PPPOE=m +CONFIG_PPPOL2TP=m +CONFIG_PPP_ASYNC=m +CONFIG_PPP_BSDCOMP=m +CONFIG_PPP_DEFLATE=m +CONFIG_PPP_FILTER=y +CONFIG_PPP_MPPE=m +CONFIG_PPP_MULTILINK=y +CONFIG_PPP_SYNC_TTY=m +CONFIG_PPS=m +CONFIG_PPS_CLIENT_GPIO=m +# CONFIG_PPS_CLIENT_KTIMER is not set +CONFIG_PPS_CLIENT_LDISC=m +CONFIG_PPS_CLIENT_PARPORT=m +# CONFIG_PPS_DEBUG is not set +CONFIG_PPTP=m +# CONFIG_PREEMPT is not set +# CONFIG_PREEMPT_NONE is not set +CONFIG_PREEMPT_NOTIFIERS=y +# CONFIG_PREEMPT_RCU is not set +CONFIG_PREEMPT_VOLUNTARY=y +CONFIG_PREVENT_FIRMWARE_BUILD=y +CONFIG_PRINTER=m +CONFIG_PRINTK=y +CONFIG_PRINTK_TIME=y +# CONFIG_PRINT_QUOTA_WARNING is not set +CONFIG_PRISM2_USB=m +# CONFIG_PRISM54 is not set +CONFIG_PROBE_EVENTS=y +CONFIG_PROCESSOR_SELECT=y +CONFIG_PROC_DEVICETREE=y +CONFIG_PROC_EVENTS=y +CONFIG_PROC_FS=y +CONFIG_PROC_KCORE=y +CONFIG_PROC_PAGE_MONITOR=y +CONFIG_PROC_PID_CPUSET=y +CONFIG_PROC_SYSCTL=y +CONFIG_PROC_VMCORE=y +# CONFIG_PROFILE_ALL_BRANCHES is not set +# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set +CONFIG_PROFILING=y +# CONFIG_PROVE_LOCKING is not set +# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set +CONFIG_PSTORE=y +# CONFIG_PSTORE_CONSOLE is not set +# CONFIG_PSTORE_FTRACE is not set +CONFIG_PSTORE_RAM=m +CONFIG_PTP_1588_CLOCK=m +CONFIG_PTP_1588_CLOCK_PCH=m +CONFIG_PUBLIC_KEY_ALGO_RSA=y +CONFIG_PWM=y +CONFIG_PWM_IMX=m +CONFIG_PWM_TIECAP=m +CONFIG_PWM_TIEHRPWM=m +CONFIG_PWM_TIPWMSS=y +CONFIG_PWM_TWL=m +CONFIG_PWM_TWL_LED=m +CONFIG_QFMT_V1=m +CONFIG_QFMT_V2=m +CONFIG_QLA3XXX=m +CONFIG_QLCNIC=m +CONFIG_QLGE=m +CONFIG_QNX4FS_FS=m +# CONFIG_QNX6FS_DEBUG is not set +CONFIG_QNX6FS_FS=m +CONFIG_QSEMI_PHY=y +CONFIG_QUOTA=y +CONFIG_QUOTACTL=y +CONFIG_QUOTACTL_COMPAT=y +# CONFIG_QUOTA_DEBUG is not set +CONFIG_QUOTA_NETLINK_INTERFACE=y +CONFIG_QUOTA_TREE=m +CONFIG_R3964=m +CONFIG_R6040=m +CONFIG_R8169=m +CONFIG_R8187SE=m +CONFIG_R8712U=m +CONFIG_RADIO_ADAPTERS=y +CONFIG_RADIO_AZTECH=m +CONFIG_RADIO_CADET=m +CONFIG_RADIO_GEMTEK=m +CONFIG_RADIO_ISA=m +CONFIG_RADIO_MAXIRADIO=m +CONFIG_RADIO_MIROPCM20=m +CONFIG_RADIO_RTRACK=m +CONFIG_RADIO_RTRACK2=m +CONFIG_RADIO_SAA7706H=m +CONFIG_RADIO_SF16FMI=m +CONFIG_RADIO_SF16FMR2=m +CONFIG_RADIO_SHARK=m +CONFIG_RADIO_SHARK2=m +CONFIG_RADIO_SI470X=y +CONFIG_RADIO_SI4713=m +CONFIG_RADIO_TEA5764=m +CONFIG_RADIO_TEF6862=m +CONFIG_RADIO_TERRATEC=m +CONFIG_RADIO_TIMBERDALE=m +CONFIG_RADIO_TRUST=m +CONFIG_RADIO_TYPHOON=m +CONFIG_RADIO_WL1273=m +CONFIG_RADIO_WL128X=m +CONFIG_RADIO_ZOLTRIX=m +CONFIG_RAID6_PQ=m +CONFIG_RAID_ATTRS=m +CONFIG_RAPIDIO=y +CONFIG_RAPIDIO_CPS_GEN2=y +CONFIG_RAPIDIO_CPS_XX=y +# CONFIG_RAPIDIO_DEBUG is not set +CONFIG_RAPIDIO_DISC_TIMEOUT=30 +CONFIG_RAPIDIO_DMA_ENGINE=y +# CONFIG_RAPIDIO_ENABLE_RX_TX_PORTS is not set +CONFIG_RAPIDIO_TSI500=y +CONFIG_RAPIDIO_TSI568=y +CONFIG_RAPIDIO_TSI57X=y +CONFIG_RAPIDIO_TSI721=y +CONFIG_RATIONAL=y +CONFIG_RAW_DRIVER=m +CONFIG_RBTREE_TEST=m +# CONFIG_RCU_CPU_STALL_INFO is not set +CONFIG_RCU_CPU_STALL_TIMEOUT=60 +# CONFIG_RCU_FANOUT_EXACT is not set +CONFIG_RCU_FANOUT_LEAF=16 +CONFIG_RCU_FAST_NO_HZ=y +# CONFIG_RCU_NOCB_CPU is not set +# CONFIG_RCU_TORTURE_TEST is not set +# CONFIG_RCU_TRACE is not set +# CONFIG_RCU_USER_QS is not set +CONFIG_RC_ATI_REMOTE=m +CONFIG_RC_CORE=m +CONFIG_RC_DECODERS=y +CONFIG_RC_DEVICES=y +CONFIG_RC_LOOPBACK=m +CONFIG_RC_MAP=m +CONFIG_RDS=m +# CONFIG_RDS_DEBUG is not set +CONFIG_RDS_RDMA=m +CONFIG_RDS_TCP=m +CONFIG_RD_BZIP2=y +CONFIG_RD_GZIP=y +CONFIG_RD_LZMA=y +CONFIG_RD_LZO=y +CONFIG_RD_XZ=y +# CONFIG_READABLE_ASM is not set +CONFIG_REALTEK_AUTOPM=y +CONFIG_REALTEK_PHY=y +CONFIG_REED_SOLOMON=m +CONFIG_REED_SOLOMON_DEC16=y +CONFIG_REED_SOLOMON_DEC8=y +CONFIG_REED_SOLOMON_ENC8=y +CONFIG_REGMAP=y +CONFIG_REGMAP_I2C=y +CONFIG_REGMAP_IRQ=y +CONFIG_REGMAP_SPI=y +CONFIG_REGULATOR=y +CONFIG_REGULATOR_88PM8607=y +CONFIG_REGULATOR_AAT2870=m +CONFIG_REGULATOR_AB3100=m +CONFIG_REGULATOR_AD5398=m +CONFIG_REGULATOR_ANATOP=m +CONFIG_REGULATOR_ARIZONA=m +CONFIG_REGULATOR_AS3711=m +CONFIG_REGULATOR_DA903X=m +CONFIG_REGULATOR_DA9052=m +CONFIG_REGULATOR_DA9055=m +# CONFIG_REGULATOR_DEBUG is not set +# CONFIG_REGULATOR_DUMMY is not set +CONFIG_REGULATOR_FAN53555=m +CONFIG_REGULATOR_GPIO=m +CONFIG_REGULATOR_ISL6271A=m +CONFIG_REGULATOR_LP3971=m +CONFIG_REGULATOR_LP3972=m +CONFIG_REGULATOR_LP872X=y +CONFIG_REGULATOR_LP8788=y +CONFIG_REGULATOR_MAX1586=m +CONFIG_REGULATOR_MAX77686=m +CONFIG_REGULATOR_MAX8649=m +CONFIG_REGULATOR_MAX8660=m +CONFIG_REGULATOR_MAX8907=m +CONFIG_REGULATOR_MAX8925=m +CONFIG_REGULATOR_MAX8952=m +CONFIG_REGULATOR_MAX8973=m +CONFIG_REGULATOR_MAX8997=m +CONFIG_REGULATOR_MAX8998=m +CONFIG_REGULATOR_MC13783=m +CONFIG_REGULATOR_MC13892=m +CONFIG_REGULATOR_MC13XXX_CORE=m +CONFIG_REGULATOR_PALMAS=m +CONFIG_REGULATOR_PCAP=m +CONFIG_REGULATOR_PCF50633=m +CONFIG_REGULATOR_RC5T583=m +CONFIG_REGULATOR_S2MPS11=m +CONFIG_REGULATOR_S5M8767=m +CONFIG_REGULATOR_TPS51632=m +CONFIG_REGULATOR_TPS6105X=m +CONFIG_REGULATOR_TPS62360=m +CONFIG_REGULATOR_TPS65023=m +CONFIG_REGULATOR_TPS6507X=m +CONFIG_REGULATOR_TPS65090=m +CONFIG_REGULATOR_TPS65217=m +CONFIG_REGULATOR_TPS6524X=m +CONFIG_REGULATOR_TPS6586X=m +CONFIG_REGULATOR_TPS65910=m +CONFIG_REGULATOR_TPS65912=m +CONFIG_REGULATOR_TPS80031=m +CONFIG_REGULATOR_TWL4030=y +CONFIG_REGULATOR_USERSPACE_CONSUMER=m +CONFIG_REGULATOR_VEXPRESS=m +CONFIG_REGULATOR_VIRTUAL_CONSUMER=m +CONFIG_REGULATOR_WM831X=m +CONFIG_REGULATOR_WM8350=m +CONFIG_REGULATOR_WM8400=m +CONFIG_REGULATOR_WM8994=m +# CONFIG_REISERFS_CHECK is not set +CONFIG_REISERFS_FS=m +CONFIG_REISERFS_FS_POSIX_ACL=y +CONFIG_REISERFS_FS_SECURITY=y +CONFIG_REISERFS_FS_XATTR=y +# CONFIG_REISERFS_PROC_INFO is not set +CONFIG_RELAY=y +CONFIG_RELOCATABLE=y +CONFIG_REMOTEPROC=m +CONFIG_RESOURCE_COUNTERS=y +CONFIG_RFD_FTL=m +CONFIG_RFKILL=y +CONFIG_RFKILL_GPIO=m +CONFIG_RFKILL_INPUT=y +CONFIG_RFKILL_LEDS=y +CONFIG_RFKILL_REGULATOR=m +CONFIG_RFS_ACCEL=y +CONFIG_RING_BUFFER=y +CONFIG_RING_BUFFER_ALLOW_SWAP=y +# CONFIG_RING_BUFFER_BENCHMARK is not set +CONFIG_RIONET=m +CONFIG_RIONET_RX_SIZE=128 +CONFIG_RIONET_TX_SIZE=128 +CONFIG_ROCKETPORT=m +CONFIG_ROMFS_BACKED_BY_BLOCK=y +# CONFIG_ROMFS_BACKED_BY_BOTH is not set +# CONFIG_ROMFS_BACKED_BY_MTD is not set +CONFIG_ROMFS_FS=m +CONFIG_ROMFS_ON_BLOCK=y +CONFIG_ROSE=m +CONFIG_RPCSEC_GSS_KRB5=m +CONFIG_RPS=y +CONFIG_RT2400PCI=m +CONFIG_RT2500PCI=m +CONFIG_RT2500USB=m +CONFIG_RT2800PCI=m +CONFIG_RT2800PCI_RT3290=y +CONFIG_RT2800PCI_RT33XX=y +CONFIG_RT2800PCI_RT35XX=y +CONFIG_RT2800PCI_RT53XX=y +CONFIG_RT2800USB=m +CONFIG_RT2800USB_RT33XX=y +CONFIG_RT2800USB_RT35XX=y +CONFIG_RT2800USB_RT53XX=y +CONFIG_RT2800USB_UNKNOWN=y +CONFIG_RT2800_LIB=m +CONFIG_RT2X00=m +# CONFIG_RT2X00_DEBUG is not set +CONFIG_RT2X00_LIB=m +CONFIG_RT2X00_LIB_CRYPTO=y +# CONFIG_RT2X00_LIB_DEBUGFS is not set +CONFIG_RT2X00_LIB_FIRMWARE=y +CONFIG_RT2X00_LIB_LEDS=y +CONFIG_RT2X00_LIB_PCI=m +CONFIG_RT2X00_LIB_USB=m +CONFIG_RT61PCI=m +CONFIG_RT73USB=m +CONFIG_RTC_CLASS=y +# CONFIG_RTC_DEBUG is not set +CONFIG_RTC_DRV_88PM80X=m +CONFIG_RTC_DRV_88PM860X=m +CONFIG_RTC_DRV_AB3100=m +CONFIG_RTC_DRV_BQ32K=m +CONFIG_RTC_DRV_BQ4802=m +CONFIG_RTC_DRV_DA9052=m +CONFIG_RTC_DRV_DA9055=m +CONFIG_RTC_DRV_DS1286=m +CONFIG_RTC_DRV_DS1305=m +CONFIG_RTC_DRV_DS1307=m +CONFIG_RTC_DRV_DS1374=m +CONFIG_RTC_DRV_DS1390=m +CONFIG_RTC_DRV_DS1511=m +CONFIG_RTC_DRV_DS1553=m +CONFIG_RTC_DRV_DS1672=m +CONFIG_RTC_DRV_DS1742=m +CONFIG_RTC_DRV_DS2404=m +CONFIG_RTC_DRV_DS3232=m +CONFIG_RTC_DRV_DS3234=m +CONFIG_RTC_DRV_EM3027=m +CONFIG_RTC_DRV_FM3130=m +# CONFIG_RTC_DRV_IMXDI is not set +CONFIG_RTC_DRV_ISL12022=m +CONFIG_RTC_DRV_ISL1208=m +CONFIG_RTC_DRV_M41T80=m +CONFIG_RTC_DRV_M41T80_WDT=y +CONFIG_RTC_DRV_M41T93=m +CONFIG_RTC_DRV_M41T94=m +CONFIG_RTC_DRV_M48T35=m +CONFIG_RTC_DRV_M48T59=m +CONFIG_RTC_DRV_M48T86=m +CONFIG_RTC_DRV_MAX6900=m +CONFIG_RTC_DRV_MAX6902=m +CONFIG_RTC_DRV_MAX8907=m +CONFIG_RTC_DRV_MAX8925=m +CONFIG_RTC_DRV_MAX8998=m +CONFIG_RTC_DRV_MC13XXX=m +CONFIG_RTC_DRV_MSM6242=m +# CONFIG_RTC_DRV_MXC is not set +CONFIG_RTC_DRV_OMAP=m +CONFIG_RTC_DRV_PCAP=m +CONFIG_RTC_DRV_PCF2123=m +CONFIG_RTC_DRV_PCF50633=m +CONFIG_RTC_DRV_PCF8523=m +CONFIG_RTC_DRV_PCF8563=m +CONFIG_RTC_DRV_PCF8583=m +CONFIG_RTC_DRV_PL030=m +CONFIG_RTC_DRV_PL031=y +CONFIG_RTC_DRV_R9701=m +CONFIG_RTC_DRV_RC5T583=m +CONFIG_RTC_DRV_RP5C01=m +CONFIG_RTC_DRV_RS5C348=m +CONFIG_RTC_DRV_RS5C372=m +CONFIG_RTC_DRV_RV3029C2=m +CONFIG_RTC_DRV_RX8025=m +CONFIG_RTC_DRV_RX8581=m +CONFIG_RTC_DRV_S35390A=m +CONFIG_RTC_DRV_SNVS=m +CONFIG_RTC_DRV_STK17TA8=m +# CONFIG_RTC_DRV_TEST is not set +CONFIG_RTC_DRV_TPS6586X=m +CONFIG_RTC_DRV_TPS65910=m +CONFIG_RTC_DRV_V3020=m +CONFIG_RTC_DRV_VRTC=m +CONFIG_RTC_DRV_WM831X=m +CONFIG_RTC_DRV_WM8350=m +CONFIG_RTC_DRV_X1205=m +CONFIG_RTC_HCTOSYS=y +CONFIG_RTC_HCTOSYS_DEVICE="rtc0" +CONFIG_RTC_INTF_DEV=y +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set +CONFIG_RTC_INTF_PROC=y +CONFIG_RTC_INTF_SYSFS=y +CONFIG_RTC_LIB=y +CONFIG_RTL8180=m +CONFIG_RTL8187=m +CONFIG_RTL8187_LEDS=y +CONFIG_RTL8192CE=m +CONFIG_RTL8192CU=m +CONFIG_RTL8192C_COMMON=m +CONFIG_RTL8192DE=m +CONFIG_RTL8192E=m +CONFIG_RTL8192SE=m +CONFIG_RTL8192U=m +CONFIG_RTL8723AE=m +CONFIG_RTLLIB=m +CONFIG_RTLLIB_CRYPTO_CCMP=m +CONFIG_RTLLIB_CRYPTO_TKIP=m +CONFIG_RTLLIB_CRYPTO_WEP=m +CONFIG_RTLWIFI=m +# CONFIG_RTLWIFI_DEBUG is not set +CONFIG_RTS5139=m +# CONFIG_RTS5139_DEBUG is not set +CONFIG_RT_GROUP_SCHED=y +CONFIG_RT_MUTEXES=y +# CONFIG_RT_MUTEX_TESTER is not set +CONFIG_RWSEM_GENERIC_SPINLOCK=y +CONFIG_RWSEM_XCHGADD_ALGORITHM=y +CONFIG_RXKAD=m +CONFIG_S2IO=m +# CONFIG_SAMPLES is not set +CONFIG_SAMSUNG_LAPTOP=m +CONFIG_SAMSUNG_Q10=m +CONFIG_SATA_ACARD_AHCI=m +CONFIG_SATA_AHCI=m +CONFIG_SATA_AHCI_PLATFORM=m +CONFIG_SATA_INIC162X=m +CONFIG_SATA_MV=m +CONFIG_SATA_NV=m +CONFIG_SATA_PMP=y +CONFIG_SATA_PROMISE=m +CONFIG_SATA_QSTOR=m +CONFIG_SATA_SIL=m +CONFIG_SATA_SIL24=m +CONFIG_SATA_SIS=m +CONFIG_SATA_SVW=m +CONFIG_SATA_SX4=m +CONFIG_SATA_ULI=m +CONFIG_SATA_VIA=m +CONFIG_SATA_VITESSE=m +CONFIG_SATA_ZPODD=y +CONFIG_SB105X=m +CONFIG_SBC7240_WDT=m +CONFIG_SBC8360_WDT=m +CONFIG_SBC_EPX_C3_WATCHDOG=m +CONFIG_SBC_FITPC2_WATCHDOG=m +CONFIG_SBE_2T3E3=m +CONFIG_SBE_PMCC4_NCOMM=y +CONFIG_SBNI=m +# CONFIG_SBNI_MULTILINE is not set +CONFIG_SBP_TARGET=m +CONFIG_SBYPASS=m +CONFIG_SC1200_WDT=m +CONFIG_SC520_WDT=m +CONFIG_SC92031=m +CONFIG_SCA3000=m +CONFIG_SCC=m +# CONFIG_SCC_DELAY is not set +# CONFIG_SCC_TRXECHO is not set +CONFIG_SCHEDSTATS=y +CONFIG_SCHED_AUTOGROUP=y +CONFIG_SCHED_DEBUG=y +CONFIG_SCHED_HRTICK=y +CONFIG_SCHED_MC=y +CONFIG_SCHED_OMIT_FRAME_POINTER=y +CONFIG_SCHED_TRACER=y +CONFIG_SCSI=y +CONFIG_SCSI_3W_9XXX=m +CONFIG_SCSI_3W_SAS=m +CONFIG_SCSI_7000FASST=m +CONFIG_SCSI_AACRAID=m +CONFIG_SCSI_ACARD=m +CONFIG_SCSI_ADVANSYS=m +CONFIG_SCSI_AHA152X=m +CONFIG_SCSI_AHA1542=m +CONFIG_SCSI_AHA1740=m +CONFIG_SCSI_AIC79XX=m +CONFIG_SCSI_AIC7XXX=m +# CONFIG_SCSI_AIC7XXX_OLD is not set +CONFIG_SCSI_AIC94XX=m +CONFIG_SCSI_ARCMSR=m +CONFIG_SCSI_BFA_FC=m +CONFIG_SCSI_BNX2X_FCOE=m +CONFIG_SCSI_BNX2_ISCSI=m +CONFIG_SCSI_BUSLOGIC=m +CONFIG_SCSI_CHELSIO_FCOE=m +CONFIG_SCSI_CONSTANTS=y +CONFIG_SCSI_CXGB3_ISCSI=m +CONFIG_SCSI_CXGB4_ISCSI=m +CONFIG_SCSI_DC390T=m +CONFIG_SCSI_DC395x=m +CONFIG_SCSI_DEBUG=m +CONFIG_SCSI_DH=m +CONFIG_SCSI_DH_ALUA=m +CONFIG_SCSI_DH_EMC=m +CONFIG_SCSI_DH_HP_SW=m +CONFIG_SCSI_DH_RDAC=m +CONFIG_SCSI_DMA=y +CONFIG_SCSI_DMX3191D=m +CONFIG_SCSI_DPT_I2O=m +CONFIG_SCSI_DTC3280=m +CONFIG_SCSI_EATA=m +CONFIG_SCSI_EATA_LINKED_COMMANDS=y +CONFIG_SCSI_EATA_MAX_TAGS=16 +CONFIG_SCSI_EATA_TAGGED_QUEUE=y +CONFIG_SCSI_ENCLOSURE=m +CONFIG_SCSI_FC_ATTRS=m +CONFIG_SCSI_FC_TGT_ATTRS=y +CONFIG_SCSI_FLASHPOINT=y +CONFIG_SCSI_FUTURE_DOMAIN=m +CONFIG_SCSI_GDTH=m +CONFIG_SCSI_GENERIC_NCR5380=m +CONFIG_SCSI_GENERIC_NCR5380_MMIO=m +CONFIG_SCSI_GENERIC_NCR53C400=y +CONFIG_SCSI_HPSA=m +CONFIG_SCSI_HPTIOP=m +CONFIG_SCSI_IMM=m +CONFIG_SCSI_IN2000=m +CONFIG_SCSI_INIA100=m +CONFIG_SCSI_INITIO=m +CONFIG_SCSI_IPR=m +# CONFIG_SCSI_IPR_DUMP is not set +# CONFIG_SCSI_IPR_TRACE is not set +CONFIG_SCSI_IPS=m +CONFIG_SCSI_ISCI=m +CONFIG_SCSI_ISCSI_ATTRS=m +# CONFIG_SCSI_IZIP_EPP16 is not set +# CONFIG_SCSI_IZIP_SLOW_CTR is not set +CONFIG_SCSI_LOGGING=y +CONFIG_SCSI_LOWLEVEL=y +CONFIG_SCSI_LOWLEVEL_PCMCIA=y +CONFIG_SCSI_LPFC=m +# CONFIG_SCSI_LPFC_DEBUG_FS is not set +CONFIG_SCSI_MOD=y +CONFIG_SCSI_MPT2SAS=m +# CONFIG_SCSI_MPT2SAS_LOGGING is not set +CONFIG_SCSI_MPT2SAS_MAX_SGE=128 +CONFIG_SCSI_MPT3SAS=m +# CONFIG_SCSI_MPT3SAS_LOGGING is not set +CONFIG_SCSI_MPT3SAS_MAX_SGE=128 +CONFIG_SCSI_MULTI_LUN=y +CONFIG_SCSI_MVSAS=m +# CONFIG_SCSI_MVSAS_DEBUG is not set +# CONFIG_SCSI_MVSAS_TASKLET is not set +CONFIG_SCSI_MVUMI=m +CONFIG_SCSI_NCR53C406A=m +CONFIG_SCSI_NETLINK=y +CONFIG_SCSI_NSP32=m +# CONFIG_SCSI_OSD_DEBUG is not set +CONFIG_SCSI_OSD_DPRINT_SENSE=1 +CONFIG_SCSI_OSD_INITIATOR=m +CONFIG_SCSI_OSD_ULD=m +CONFIG_SCSI_PAS16=m +CONFIG_SCSI_PM8001=m +CONFIG_SCSI_PMCRAID=m +CONFIG_SCSI_PPA=m +CONFIG_SCSI_PROC_FS=y +CONFIG_SCSI_QLA_FC=m +CONFIG_SCSI_QLA_ISCSI=m +CONFIG_SCSI_QLOGIC_1280=m +CONFIG_SCSI_QLOGIC_FAS=m +CONFIG_SCSI_SAS_ATA=y +CONFIG_SCSI_SAS_ATTRS=m +CONFIG_SCSI_SAS_HOST_SMP=y +CONFIG_SCSI_SAS_LIBSAS=m +CONFIG_SCSI_SCAN_ASYNC=y +CONFIG_SCSI_SIM710=m +CONFIG_SCSI_SRP=m +CONFIG_SCSI_SRP_ATTRS=m +CONFIG_SCSI_SRP_TGT_ATTRS=y +CONFIG_SCSI_STEX=m +CONFIG_SCSI_SYM53C416=m +CONFIG_SCSI_SYM53C8XX_2=m +CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16 +CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1 +CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64 +CONFIG_SCSI_SYM53C8XX_MMIO=y +CONFIG_SCSI_T128=m +CONFIG_SCSI_TGT=m +CONFIG_SCSI_U14_34F=m +CONFIG_SCSI_U14_34F_LINKED_COMMANDS=y +CONFIG_SCSI_U14_34F_MAX_TAGS=8 +CONFIG_SCSI_U14_34F_TAGGED_QUEUE=y +CONFIG_SCSI_UFSHCD=m +CONFIG_SCSI_ULTRASTOR=m +CONFIG_SCSI_VIRTIO=m +CONFIG_SCTP_COOKIE_HMAC_MD5=y +CONFIG_SCTP_COOKIE_HMAC_SHA1=y +# CONFIG_SCTP_DBG_MSG is not set +# CONFIG_SCTP_DBG_OBJCNT is not set +# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_MD5 is not set +# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_NONE is not set +CONFIG_SCTP_DEFAULT_COOKIE_HMAC_SHA1=y +CONFIG_SCx200=m +CONFIG_SCx200HR_TIMER=m +CONFIG_SCx200_ACB=m +CONFIG_SCx200_GPIO=m +# CONFIG_SCx200_I2C is not set +CONFIG_SCx200_WDT=m +CONFIG_SDIO_UART=m +CONFIG_SDLA=m +CONFIG_SEALEVEL_4021=m +CONFIG_SECCOMP=y +CONFIG_SECCOMP_FILTER=y +CONFIG_SECURITY=y +CONFIG_SECURITYFS=y +CONFIG_SECURITY_APPARMOR=y +CONFIG_SECURITY_APPARMOR_BOOTPARAM_VALUE=1 +# CONFIG_SECURITY_DMESG_RESTRICT is not set +CONFIG_SECURITY_NETWORK=y +# CONFIG_SECURITY_NETWORK_XFRM is not set +CONFIG_SECURITY_PATH=y +CONFIG_SECURITY_SELINUX=y +CONFIG_SECURITY_SELINUX_AVC_STATS=y +CONFIG_SECURITY_SELINUX_BOOTPARAM=y +CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=0 +CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=1 +CONFIG_SECURITY_SELINUX_DEVELOP=y +CONFIG_SECURITY_SELINUX_DISABLE=y +# CONFIG_SECURITY_SELINUX_POLICYDB_VERSION_MAX is not set +CONFIG_SECURITY_SMACK=y +CONFIG_SECURITY_TOMOYO=y +CONFIG_SECURITY_TOMOYO_ACTIVATION_TRIGGER="/sbin/init" +CONFIG_SECURITY_TOMOYO_MAX_ACCEPT_ENTRY=2048 +CONFIG_SECURITY_TOMOYO_MAX_AUDIT_LOG=1024 +# CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER is not set +CONFIG_SECURITY_TOMOYO_POLICY_LOADER="/sbin/tomoyo-init" +CONFIG_SECURITY_YAMA=y +CONFIG_SECURITY_YAMA_STACKED=y +CONFIG_SEEQ8005=m +CONFIG_SELECT_MEMORY_MODEL=y +CONFIG_SENSORS_ABITUGURU=m +CONFIG_SENSORS_ABITUGURU3=m +CONFIG_SENSORS_ACPI_POWER=m +CONFIG_SENSORS_AD7314=m +CONFIG_SENSORS_AD7414=m +CONFIG_SENSORS_AD7418=m +CONFIG_SENSORS_ADCXX=m +CONFIG_SENSORS_ADM1021=m +CONFIG_SENSORS_ADM1025=m +CONFIG_SENSORS_ADM1026=m +CONFIG_SENSORS_ADM1029=m +CONFIG_SENSORS_ADM1031=m +CONFIG_SENSORS_ADM1275=m +CONFIG_SENSORS_ADM9240=m +CONFIG_SENSORS_ADS1015=m +CONFIG_SENSORS_ADS7828=m +CONFIG_SENSORS_ADS7871=m +CONFIG_SENSORS_ADT7410=m +CONFIG_SENSORS_ADT7411=m +CONFIG_SENSORS_ADT7462=m +CONFIG_SENSORS_ADT7470=m +CONFIG_SENSORS_ADT7475=m +CONFIG_SENSORS_AK8975=m +CONFIG_SENSORS_AMC6821=m +CONFIG_SENSORS_APDS990X=m +CONFIG_SENSORS_APPLESMC=m +CONFIG_SENSORS_ASB100=m +CONFIG_SENSORS_ASC7621=m +CONFIG_SENSORS_ATK0110=m +CONFIG_SENSORS_ATXP1=m +CONFIG_SENSORS_BH1770=m +CONFIG_SENSORS_BH1780=m +CONFIG_SENSORS_CORETEMP=m +CONFIG_SENSORS_DA9052_ADC=m +CONFIG_SENSORS_DA9055=m +CONFIG_SENSORS_DME1737=m +CONFIG_SENSORS_DS1621=m +CONFIG_SENSORS_DS620=m +CONFIG_SENSORS_EMC1403=m +CONFIG_SENSORS_EMC2103=m +CONFIG_SENSORS_EMC6W201=m +CONFIG_SENSORS_F71805F=m +CONFIG_SENSORS_F71882FG=m +CONFIG_SENSORS_F75375S=m +CONFIG_SENSORS_FAM15H_POWER=m +CONFIG_SENSORS_FSCHMD=m +CONFIG_SENSORS_G760A=m +CONFIG_SENSORS_GL518SM=m +CONFIG_SENSORS_GL520SM=m +CONFIG_SENSORS_GPIO_FAN=m +CONFIG_SENSORS_HDAPS=m +CONFIG_SENSORS_HIH6130=m +CONFIG_SENSORS_HMC5843=m +CONFIG_SENSORS_I5K_AMB=m +CONFIG_SENSORS_IBMAEM=m +CONFIG_SENSORS_IBMPEX=m +CONFIG_SENSORS_INA2XX=m +CONFIG_SENSORS_ISL29018=m +CONFIG_SENSORS_ISL29028=m +CONFIG_SENSORS_IT87=m +CONFIG_SENSORS_JC42=m +CONFIG_SENSORS_K10TEMP=m +CONFIG_SENSORS_K8TEMP=m +CONFIG_SENSORS_LINEAGE=m +CONFIG_SENSORS_LIS3LV02D=m +CONFIG_SENSORS_LIS3_I2C=m +CONFIG_SENSORS_LIS3_SPI=m +CONFIG_SENSORS_LM25066=m +CONFIG_SENSORS_LM3533=m +CONFIG_SENSORS_LM63=m +CONFIG_SENSORS_LM70=m +CONFIG_SENSORS_LM73=m +CONFIG_SENSORS_LM75=m +CONFIG_SENSORS_LM77=m +CONFIG_SENSORS_LM78=m +CONFIG_SENSORS_LM80=m +CONFIG_SENSORS_LM83=m +CONFIG_SENSORS_LM85=m +CONFIG_SENSORS_LM87=m +CONFIG_SENSORS_LM90=m +CONFIG_SENSORS_LM92=m +CONFIG_SENSORS_LM93=m +CONFIG_SENSORS_LM95241=m +CONFIG_SENSORS_LM95245=m +CONFIG_SENSORS_LTC2978=m +CONFIG_SENSORS_LTC4151=m +CONFIG_SENSORS_LTC4215=m +CONFIG_SENSORS_LTC4245=m +CONFIG_SENSORS_LTC4261=m +CONFIG_SENSORS_MAX1111=m +CONFIG_SENSORS_MAX16064=m +CONFIG_SENSORS_MAX16065=m +CONFIG_SENSORS_MAX1619=m +CONFIG_SENSORS_MAX1668=m +CONFIG_SENSORS_MAX197=m +CONFIG_SENSORS_MAX34440=m +CONFIG_SENSORS_MAX6639=m +CONFIG_SENSORS_MAX6642=m +CONFIG_SENSORS_MAX6650=m +CONFIG_SENSORS_MAX8688=m +CONFIG_SENSORS_MC13783_ADC=m +CONFIG_SENSORS_MCP3021=m +CONFIG_SENSORS_NTC_THERMISTOR=m +CONFIG_SENSORS_PC87360=m +CONFIG_SENSORS_PC87427=m +CONFIG_SENSORS_PCF8591=m +CONFIG_SENSORS_PMBUS=m +CONFIG_SENSORS_SCH5627=m +CONFIG_SENSORS_SCH5636=m +CONFIG_SENSORS_SCH56XX_COMMON=m +CONFIG_SENSORS_SHT15=m +CONFIG_SENSORS_SHT21=m +CONFIG_SENSORS_SIS5595=m +CONFIG_SENSORS_SMM665=m +CONFIG_SENSORS_SMSC47B397=m +CONFIG_SENSORS_SMSC47M1=m +CONFIG_SENSORS_SMSC47M192=m +CONFIG_SENSORS_THMC50=m +CONFIG_SENSORS_TMP102=m +CONFIG_SENSORS_TMP401=m +CONFIG_SENSORS_TMP421=m +CONFIG_SENSORS_TSL2550=m +CONFIG_SENSORS_TSL2563=m +CONFIG_SENSORS_TWL4030_MADC=m +CONFIG_SENSORS_UCD9000=m +CONFIG_SENSORS_UCD9200=m +CONFIG_SENSORS_VEXPRESS=m +CONFIG_SENSORS_VIA686A=m +CONFIG_SENSORS_VIA_CPUTEMP=m +CONFIG_SENSORS_VT1211=m +CONFIG_SENSORS_VT8231=m +CONFIG_SENSORS_W83627EHF=m +CONFIG_SENSORS_W83627HF=m +CONFIG_SENSORS_W83781D=m +CONFIG_SENSORS_W83791D=m +CONFIG_SENSORS_W83792D=m +CONFIG_SENSORS_W83793=m +CONFIG_SENSORS_W83795=m +# CONFIG_SENSORS_W83795_FANCTRL is not set +CONFIG_SENSORS_W83L785TS=m +CONFIG_SENSORS_W83L786NG=m +CONFIG_SENSORS_WM831X=m +CONFIG_SENSORS_WM8350=m +CONFIG_SENSORS_ZL6100=m +CONFIG_SERIAL_8250=y +CONFIG_SERIAL_8250_ACCENT=m +CONFIG_SERIAL_8250_BOCA=m +CONFIG_SERIAL_8250_CONSOLE=y +CONFIG_SERIAL_8250_CS=m +# CONFIG_SERIAL_8250_DETECT_IRQ is not set +CONFIG_SERIAL_8250_DW=m +# CONFIG_SERIAL_8250_EM is not set +CONFIG_SERIAL_8250_EXAR_ST16C554=m +CONFIG_SERIAL_8250_EXTENDED=y +CONFIG_SERIAL_8250_FOURPORT=m +CONFIG_SERIAL_8250_HUB6=m +CONFIG_SERIAL_8250_MANY_PORTS=y +CONFIG_SERIAL_8250_NR_UARTS=48 +CONFIG_SERIAL_8250_PCI=y +CONFIG_SERIAL_8250_PNP=y +CONFIG_SERIAL_8250_RSA=y +CONFIG_SERIAL_8250_RUNTIME_UARTS=32 +CONFIG_SERIAL_8250_SHARE_IRQ=y +CONFIG_SERIAL_ALTERA_JTAGUART=m +CONFIG_SERIAL_ALTERA_UART=m +CONFIG_SERIAL_ALTERA_UART_BAUDRATE=115200 +CONFIG_SERIAL_ALTERA_UART_MAXPORTS=4 +CONFIG_SERIAL_AMBA_PL010=m +CONFIG_SERIAL_AMBA_PL011=y +CONFIG_SERIAL_AMBA_PL011_CONSOLE=y +CONFIG_SERIAL_ARC=m +CONFIG_SERIAL_ARC_NR_PORTS=1 +CONFIG_SERIAL_CORE=y +CONFIG_SERIAL_CORE_CONSOLE=y +# CONFIG_SERIAL_IFX6X60 is not set +CONFIG_SERIAL_IMX=y +CONFIG_SERIAL_IMX_CONSOLE=y +CONFIG_SERIAL_IPOCTAL=m +CONFIG_SERIAL_JSM=m +CONFIG_SERIAL_KGDB_NMI=y +CONFIG_SERIAL_MAX3100=m +CONFIG_SERIAL_MAX310X=y +CONFIG_SERIAL_MFD_HSU=m +CONFIG_SERIAL_MRST_MAX3110=m +CONFIG_SERIAL_NONSTANDARD=y +CONFIG_SERIAL_OF_PLATFORM=m +CONFIG_SERIAL_OMAP=y +CONFIG_SERIAL_OMAP_CONSOLE=y +CONFIG_SERIAL_PCH_UART=m +CONFIG_SERIAL_SCCNXP=y +CONFIG_SERIAL_SCCNXP_CONSOLE=y +CONFIG_SERIAL_TIMBERDALE=m +CONFIG_SERIAL_UARTLITE=m +CONFIG_SERIAL_XILINX_PS_UART=m +CONFIG_SERIO=y +CONFIG_SERIO_ALTERA_PS2=m +CONFIG_SERIO_AMBAKMI=m +CONFIG_SERIO_ARC_PS2=m +CONFIG_SERIO_CT82C710=m +CONFIG_SERIO_I8042=y +CONFIG_SERIO_LIBPS2=y +CONFIG_SERIO_PARKBD=m +CONFIG_SERIO_PCIPS2=m +CONFIG_SERIO_PS2MULT=m +CONFIG_SERIO_RAW=m +CONFIG_SERIO_SERPORT=m +CONFIG_SFC=m +CONFIG_SFC_MCDI_MON=y +CONFIG_SFC_MTD=y +CONFIG_SFC_SRIOV=y +CONFIG_SFI=y +CONFIG_SGI_IOC4=m +CONFIG_SGI_PARTITION=y +CONFIG_SHMEM=y +CONFIG_SIGMATEL_FIR=m +CONFIG_SIGNALFD=y +CONFIG_SIGNATURE=y +CONFIG_SIS190=m +CONFIG_SIS900=m +CONFIG_SKFP=m +CONFIG_SKGE=m +# CONFIG_SKGE_DEBUG is not set +CONFIG_SKGE_GENESIS=y +CONFIG_SKY2=m +# CONFIG_SKY2_DEBUG is not set +# CONFIG_SLAB is not set +CONFIG_SLABINFO=y +CONFIG_SLHC=y +CONFIG_SLICOSS=m +CONFIG_SLIP=m +CONFIG_SLIP_COMPRESSED=y +CONFIG_SLIP_MODE_SLIP6=y +CONFIG_SLIP_SMART=y +# CONFIG_SLOB is not set +CONFIG_SLUB=y +CONFIG_SLUB_DEBUG=y +# CONFIG_SLUB_DEBUG_ON is not set +# CONFIG_SLUB_STATS is not set +CONFIG_SMARTJOYPLUS_FF=y +CONFIG_SMC911X=m +CONFIG_SMC9194=m +CONFIG_SMC91X=m +CONFIG_SMC_IRCC_FIR=m +CONFIG_SMP=y +CONFIG_SMP_ON_UP=y +CONFIG_SMSC37B787_WDT=m +CONFIG_SMSC911X=m +# CONFIG_SMSC911X_ARCH_HOOKS is not set +CONFIG_SMSC9420=m +CONFIG_SMSC_PHY=y +CONFIG_SMSC_SCH311X_WDT=m +CONFIG_SMS_SDIO_DRV=m +CONFIG_SMS_SIANO_MDTV=m +CONFIG_SMS_SIANO_RC=y +CONFIG_SMS_USB_DRV=m +CONFIG_SM_FTL=m +CONFIG_SND_AC97_CODEC=m +CONFIG_SND_AC97_POWER_SAVE=y +CONFIG_SND_AC97_POWER_SAVE_DEFAULT=0 +CONFIG_SND_AD1816A=m +CONFIG_SND_AD1848=m +CONFIG_SND_AD1889=m +CONFIG_SND_ADLIB=m +CONFIG_SND_ALI5451=m +CONFIG_SND_ALOOP=m +CONFIG_SND_ALS100=m +CONFIG_SND_ALS300=m +CONFIG_SND_ALS4000=m +CONFIG_SND_ARM=y +CONFIG_SND_ARMAACI=m +CONFIG_SND_ASIHPI=m +CONFIG_SND_ATIIXP=m +CONFIG_SND_ATIIXP_MODEM=m +CONFIG_SND_AU8810=m +CONFIG_SND_AU8820=m +CONFIG_SND_AU8830=m +CONFIG_SND_AW2=m +CONFIG_SND_AZT1605=m +CONFIG_SND_AZT2316=m +CONFIG_SND_AZT2320=m +CONFIG_SND_AZT3328=m +CONFIG_SND_BT87X=m +CONFIG_SND_BT87X_OVERCLOCK=y +CONFIG_SND_CA0106=m +CONFIG_SND_CMI8328=m +CONFIG_SND_CMI8330=m +CONFIG_SND_CMIPCI=m +CONFIG_SND_CS4231=m +CONFIG_SND_CS4236=m +CONFIG_SND_CS4281=m +CONFIG_SND_CS46XX=m +CONFIG_SND_CS46XX_NEW_DSP=y +CONFIG_SND_CS5530=m +CONFIG_SND_CS5535AUDIO=m +CONFIG_SND_CTXFI=m +CONFIG_SND_DARLA20=m +CONFIG_SND_DARLA24=m +# CONFIG_SND_DEBUG is not set +CONFIG_SND_DESIGNWARE_I2S=m +CONFIG_SND_DMA_SGBUF=y +CONFIG_SND_DRIVERS=y +CONFIG_SND_DUMMY=m +CONFIG_SND_DYNAMIC_MINORS=y +CONFIG_SND_ECHO3G=m +CONFIG_SND_EMU10K1=m +CONFIG_SND_EMU10K1X=m +CONFIG_SND_ENS1370=m +CONFIG_SND_ENS1371=m +CONFIG_SND_ES1688=m +CONFIG_SND_ES18XX=m +CONFIG_SND_ES1938=m +CONFIG_SND_ES1968=m +CONFIG_SND_ES1968_INPUT=y +CONFIG_SND_ES1968_RADIO=y +CONFIG_SND_FIREWIRE=y +CONFIG_SND_FIREWIRE_LIB=m +CONFIG_SND_FIREWIRE_SPEAKERS=m +CONFIG_SND_FM801=m +CONFIG_SND_FM801_TEA575X_BOOL=y +CONFIG_SND_GINA20=m +CONFIG_SND_GINA24=m +CONFIG_SND_GUSCLASSIC=m +CONFIG_SND_GUSEXTREME=m +CONFIG_SND_GUSMAX=m +CONFIG_SND_HDA_CODEC_ANALOG=y +CONFIG_SND_HDA_CODEC_CA0110=y +CONFIG_SND_HDA_CODEC_CA0132=y +CONFIG_SND_HDA_CODEC_CIRRUS=y +CONFIG_SND_HDA_CODEC_CMEDIA=y +CONFIG_SND_HDA_CODEC_CONEXANT=y +CONFIG_SND_HDA_CODEC_HDMI=y +CONFIG_SND_HDA_CODEC_REALTEK=y +CONFIG_SND_HDA_CODEC_SI3054=y +CONFIG_SND_HDA_CODEC_SIGMATEL=y +CONFIG_SND_HDA_CODEC_VIA=y +CONFIG_SND_HDA_GENERIC=y +CONFIG_SND_HDA_HWDEP=y +CONFIG_SND_HDA_INPUT_BEEP=y +CONFIG_SND_HDA_INPUT_BEEP_MODE=0 +CONFIG_SND_HDA_INPUT_JACK=y +CONFIG_SND_HDA_INTEL=m +CONFIG_SND_HDA_PATCH_LOADER=y +CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0 +CONFIG_SND_HDA_PREALLOC_SIZE=64 +CONFIG_SND_HDA_RECONFIG=y +CONFIG_SND_HDSP=m +CONFIG_SND_HDSPM=m +CONFIG_SND_HRTIMER=m +CONFIG_SND_HWDEP=m +CONFIG_SND_ICE1712=m +CONFIG_SND_ICE1724=m +CONFIG_SND_IMX_SOC=y +CONFIG_SND_INDIGO=m +CONFIG_SND_INDIGODJ=m +CONFIG_SND_INDIGODJX=m +CONFIG_SND_INDIGOIO=m +CONFIG_SND_INDIGOIOX=m +CONFIG_SND_INTEL8X0=m +CONFIG_SND_INTEL8X0M=m +CONFIG_SND_INTERWAVE=m +CONFIG_SND_INTERWAVE_STB=m +CONFIG_SND_ISA=y +CONFIG_SND_ISIGHT=m +CONFIG_SND_JACK=y +CONFIG_SND_JAZZ16=m +CONFIG_SND_KCTL_JACK=y +CONFIG_SND_KORG1212=m +CONFIG_SND_LAYLA20=m +CONFIG_SND_LAYLA24=m +CONFIG_SND_LOLA=m +CONFIG_SND_LX6464ES=m +CONFIG_SND_MAESTRO3=m +CONFIG_SND_MAESTRO3_INPUT=y +CONFIG_SND_MFLD_MACHINE=m +CONFIG_SND_MIA=m +CONFIG_SND_MIRO=m +CONFIG_SND_MIXART=m +# CONFIG_SND_MIXER_OSS is not set +CONFIG_SND_MONA=m +CONFIG_SND_MPU401=m +CONFIG_SND_MPU401_UART=m +CONFIG_SND_MSND_CLASSIC=m +CONFIG_SND_MSND_PINNACLE=m +CONFIG_SND_MTPAV=m +CONFIG_SND_MTS64=m +CONFIG_SND_NM256=m +CONFIG_SND_OMAP_SOC=y +CONFIG_SND_OMAP_SOC_DMIC=y +CONFIG_SND_OMAP_SOC_HDMI=y +CONFIG_SND_OMAP_SOC_MCBSP=y +CONFIG_SND_OMAP_SOC_MCPDM=y +CONFIG_SND_OMAP_SOC_OMAP3_PANDORA=m +CONFIG_SND_OMAP_SOC_OMAP_ABE_TWL6040=y +CONFIG_SND_OMAP_SOC_OMAP_HDMI=y +CONFIG_SND_OMAP_SOC_OMAP_TWL4030=y +CONFIG_SND_OMAP_SOC_SDP3430=m +CONFIG_SND_OMAP_SOC_ZOOM2=m +CONFIG_SND_OPL3SA2=m +CONFIG_SND_OPL3_LIB=m +CONFIG_SND_OPL4_LIB=m +CONFIG_SND_OPTI92X_AD1848=m +CONFIG_SND_OPTI92X_CS4231=m +CONFIG_SND_OPTI93X=m +CONFIG_SND_OXYGEN=m +CONFIG_SND_OXYGEN_LIB=m +CONFIG_SND_PCI=y +CONFIG_SND_PCMCIA=y +# CONFIG_SND_PCM_OSS is not set +CONFIG_SND_PCSP=m +CONFIG_SND_PCXHR=m +CONFIG_SND_PDAUDIOCF=m +CONFIG_SND_PORTMAN2X4=m +CONFIG_SND_RAWMIDI=m +CONFIG_SND_RAWMIDI_SEQ=m +CONFIG_SND_RIPTIDE=m +CONFIG_SND_RME32=m +CONFIG_SND_RME96=m +CONFIG_SND_RME9652=m +CONFIG_SND_SB16=m +CONFIG_SND_SB16_CSP=y +CONFIG_SND_SB16_DSP=m +CONFIG_SND_SB8=m +CONFIG_SND_SB8_DSP=m +CONFIG_SND_SBAWE=m +CONFIG_SND_SB_COMMON=m +CONFIG_SND_SC6000=m +CONFIG_SND_SCS1X=m +CONFIG_SND_SEQUENCER=m +# CONFIG_SND_SEQUENCER_OSS is not set +CONFIG_SND_SEQ_DUMMY=m +CONFIG_SND_SEQ_HRTIMER_DEFAULT=y +CONFIG_SND_SERIAL_U16550=m +CONFIG_SND_SIMPLE_CARD=m +CONFIG_SND_SIS7019=m +CONFIG_SND_SOC_88PM860X=m +CONFIG_SND_SOC_AB8500_CODEC=m +CONFIG_SND_SOC_AD1836=m +CONFIG_SND_SOC_AD193X=m +CONFIG_SND_SOC_AD73311=m +CONFIG_SND_SOC_ADAU1373=m +CONFIG_SND_SOC_ADAV80X=m +CONFIG_SND_SOC_ADS117X=m +CONFIG_SND_SOC_AK4104=m +CONFIG_SND_SOC_AK4535=m +CONFIG_SND_SOC_AK4641=m +CONFIG_SND_SOC_AK4642=m +CONFIG_SND_SOC_AK4671=m +CONFIG_SND_SOC_ALC5623=m +CONFIG_SND_SOC_ALC5632=m +CONFIG_SND_SOC_ALL_CODECS=m +CONFIG_SND_SOC_ARIZONA=m +CONFIG_SND_SOC_CS4270=m +CONFIG_SND_SOC_CS4271=m +CONFIG_SND_SOC_CS42L51=m +CONFIG_SND_SOC_CS42L52=m +CONFIG_SND_SOC_CS42L73=m +CONFIG_SND_SOC_CX20442=m +CONFIG_SND_SOC_DA7210=m +CONFIG_SND_SOC_DA732X=m +CONFIG_SND_SOC_DA9055=m +CONFIG_SND_SOC_DFBMCS320=m +CONFIG_SND_SOC_DMAENGINE_PCM=y +CONFIG_SND_SOC_DMIC=y +CONFIG_SND_SOC_FSL_SSI=y +CONFIG_SND_SOC_FSL_UTILS=y +CONFIG_SND_SOC_IMX_AUDMUX=y +CONFIG_SND_SOC_IMX_MC13783=m +CONFIG_SND_SOC_IMX_PCM=y +CONFIG_SND_SOC_IMX_PCM_DMA=y +CONFIG_SND_SOC_IMX_SGTL5000=y +CONFIG_SND_SOC_IMX_SSI=m +CONFIG_SND_SOC_ISABELLE=m +CONFIG_SND_SOC_JZ4740_CODEC=m +CONFIG_SND_SOC_L3=m +CONFIG_SND_SOC_LM4857=m +CONFIG_SND_SOC_LM49453=m +CONFIG_SND_SOC_MAX9768=m +CONFIG_SND_SOC_MAX98088=m +CONFIG_SND_SOC_MAX98090=m +CONFIG_SND_SOC_MAX98095=m +CONFIG_SND_SOC_MAX9850=m +CONFIG_SND_SOC_MAX9877=m +CONFIG_SND_SOC_MC13783=m +CONFIG_SND_SOC_ML26124=m +CONFIG_SND_SOC_OMAP_HDMI_CODEC=y +CONFIG_SND_SOC_PCM3008=m +CONFIG_SND_SOC_RT5631=m +CONFIG_SND_SOC_SN95031=m +CONFIG_SND_SOC_SPDIF=m +CONFIG_SND_SOC_SSM2602=m +CONFIG_SND_SOC_STA32X=m +CONFIG_SND_SOC_STA529=m +CONFIG_SND_SOC_TLV320AIC23=m +CONFIG_SND_SOC_TLV320AIC26=m +CONFIG_SND_SOC_TLV320AIC32X4=m +CONFIG_SND_SOC_TLV320AIC3X=m +CONFIG_SND_SOC_TLV320DAC33=m +CONFIG_SND_SOC_TPA6130A2=m +CONFIG_SND_SOC_UDA134X=m +CONFIG_SND_SOC_UDA1380=m +CONFIG_SND_SOC_WL1273=m +CONFIG_SND_SOC_WM0010=m +CONFIG_SND_SOC_WM1250_EV1=m +CONFIG_SND_SOC_WM2000=m +CONFIG_SND_SOC_WM2200=m +CONFIG_SND_SOC_WM5100=m +CONFIG_SND_SOC_WM5102=m +CONFIG_SND_SOC_WM5110=m +CONFIG_SND_SOC_WM8350=m +CONFIG_SND_SOC_WM8400=m +CONFIG_SND_SOC_WM8510=m +CONFIG_SND_SOC_WM8523=m +CONFIG_SND_SOC_WM8580=m +CONFIG_SND_SOC_WM8711=m +CONFIG_SND_SOC_WM8727=m +CONFIG_SND_SOC_WM8728=m +CONFIG_SND_SOC_WM8731=m +CONFIG_SND_SOC_WM8737=m +CONFIG_SND_SOC_WM8741=m +CONFIG_SND_SOC_WM8750=m +CONFIG_SND_SOC_WM8753=m +CONFIG_SND_SOC_WM8770=m +CONFIG_SND_SOC_WM8776=m +CONFIG_SND_SOC_WM8782=m +CONFIG_SND_SOC_WM8804=m +CONFIG_SND_SOC_WM8900=m +CONFIG_SND_SOC_WM8903=m +CONFIG_SND_SOC_WM8904=m +CONFIG_SND_SOC_WM8940=m +CONFIG_SND_SOC_WM8955=m +CONFIG_SND_SOC_WM8960=m +CONFIG_SND_SOC_WM8961=m +CONFIG_SND_SOC_WM8962=m +CONFIG_SND_SOC_WM8971=m +CONFIG_SND_SOC_WM8974=m +CONFIG_SND_SOC_WM8978=m +CONFIG_SND_SOC_WM8983=m +CONFIG_SND_SOC_WM8985=m +CONFIG_SND_SOC_WM8988=m +CONFIG_SND_SOC_WM8990=m +CONFIG_SND_SOC_WM8991=m +CONFIG_SND_SOC_WM8993=m +CONFIG_SND_SOC_WM8994=m +CONFIG_SND_SOC_WM8995=m +CONFIG_SND_SOC_WM8996=m +CONFIG_SND_SOC_WM9081=m +CONFIG_SND_SOC_WM9090=m +CONFIG_SND_SOC_WM_ADSP=m +CONFIG_SND_SOC_WM_HUBS=m +CONFIG_SND_SONICVIBES=m +CONFIG_SND_SPI=y +CONFIG_SND_SSCAPE=m +CONFIG_SND_SST_PLATFORM=m +CONFIG_SND_SUPPORT_OLD_API=y +CONFIG_SND_TEA575X=m +CONFIG_SND_TRIDENT=m +CONFIG_SND_USB=y +CONFIG_SND_USB_6FIRE=m +CONFIG_SND_USB_AUDIO=m +CONFIG_SND_USB_CAIAQ=m +CONFIG_SND_USB_CAIAQ_INPUT=y +CONFIG_SND_USB_UA101=m +CONFIG_SND_USB_US122L=m +CONFIG_SND_USB_USX2Y=m +# CONFIG_SND_VERBOSE_PRINTK is not set +CONFIG_SND_VERBOSE_PROCFS=y +CONFIG_SND_VIA82XX=m +CONFIG_SND_VIA82XX_MODEM=m +CONFIG_SND_VIRMIDI=m +CONFIG_SND_VIRTUOSO=m +CONFIG_SND_VMASTER=y +CONFIG_SND_VX222=m +CONFIG_SND_VXPOCKET=m +CONFIG_SND_VX_LIB=m +CONFIG_SND_WAVEFRONT=m +CONFIG_SND_WSS_LIB=m +CONFIG_SND_YMFPCI=m +CONFIG_SOC_AM33XX=y +CONFIG_SOC_CAMERA=m +CONFIG_SOC_CAMERA_IMX074=m +CONFIG_SOC_CAMERA_MT9M001=m +CONFIG_SOC_CAMERA_MT9M111=m +CONFIG_SOC_CAMERA_MT9T031=m +CONFIG_SOC_CAMERA_MT9T112=m +CONFIG_SOC_CAMERA_MT9V022=m +CONFIG_SOC_CAMERA_OV2640=m +CONFIG_SOC_CAMERA_OV5642=m +CONFIG_SOC_CAMERA_OV6650=m +CONFIG_SOC_CAMERA_OV772X=m +CONFIG_SOC_CAMERA_OV9640=m +CONFIG_SOC_CAMERA_OV9740=m +CONFIG_SOC_CAMERA_PLATFORM=m +CONFIG_SOC_CAMERA_RJ54N1=m +CONFIG_SOC_CAMERA_TW9910=m +CONFIG_SOC_HAS_OMAP2_SDRC=y +CONFIG_SOC_HAS_REALTIME_COUNTER=y +# CONFIG_SOC_IMX53 is not set +CONFIG_SOC_IMX6Q=y +CONFIG_SOC_OMAP3430=y +CONFIG_SOC_OMAP5=y +CONFIG_SOC_TI81XX=y +CONFIG_SOFT_WATCHDOG=m +CONFIG_SOLARIS_X86_PARTITION=y +CONFIG_SOLO6X10=m +CONFIG_SONYPI=m +CONFIG_SONYPI_COMPAT=y +CONFIG_SONY_LAPTOP=m +# CONFIG_SOUND_OSS_CORE is not set +# CONFIG_SOUND_PRIME is not set +CONFIG_SP5100_TCO=m +CONFIG_SPARSEMEM=y +CONFIG_SPARSEMEM_ALLOC_MEM_MAP_TOGETHER=y +CONFIG_SPARSEMEM_EXTREME=y +CONFIG_SPARSEMEM_STATIC=y +CONFIG_SPARSEMEM_VMEMMAP=y +CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y +CONFIG_SPARSE_IRQ=y +# CONFIG_SPARSE_RCU_POINTER is not set +CONFIG_SPEAKUP=m +CONFIG_SPEAKUP_SYNTH_ACNTPC=m +CONFIG_SPEAKUP_SYNTH_ACNTSA=m +CONFIG_SPEAKUP_SYNTH_APOLLO=m +CONFIG_SPEAKUP_SYNTH_AUDPTR=m +CONFIG_SPEAKUP_SYNTH_BNS=m +CONFIG_SPEAKUP_SYNTH_DECEXT=m +CONFIG_SPEAKUP_SYNTH_DECPC=m +CONFIG_SPEAKUP_SYNTH_DECTLK=m +CONFIG_SPEAKUP_SYNTH_DTLK=m +CONFIG_SPEAKUP_SYNTH_DUMMY=m +CONFIG_SPEAKUP_SYNTH_KEYPC=m +CONFIG_SPEAKUP_SYNTH_LTLK=m +CONFIG_SPEAKUP_SYNTH_SOFT=m +CONFIG_SPEAKUP_SYNTH_SPKOUT=m +CONFIG_SPEAKUP_SYNTH_TXPRT=m +CONFIG_SPI=y +CONFIG_SPI_ALTERA=m +CONFIG_SPI_BITBANG=m +CONFIG_SPI_BUTTERFLY=m +# CONFIG_SPI_DEBUG is not set +CONFIG_SPI_DESIGNWARE=m +CONFIG_SPI_DW_MID_DMA=y +CONFIG_SPI_DW_MMIO=m +CONFIG_SPI_DW_PCI=m +CONFIG_SPI_GPIO=m +CONFIG_SPI_IMX=m +CONFIG_SPI_LM70_LLP=m +CONFIG_SPI_MASTER=y +CONFIG_SPI_OC_TINY=m +CONFIG_SPI_OMAP24XX=m +CONFIG_SPI_PL022=m +CONFIG_SPI_PXA2XX=m +CONFIG_SPI_PXA2XX_DMA=y +CONFIG_SPI_SC18IS602=m +CONFIG_SPI_SPIDEV=m +CONFIG_SPI_TLE62X0=m +CONFIG_SPI_TOPCLIFF_PCH=m +CONFIG_SPI_XCOMM=m +# CONFIG_SPI_XILINX is not set +CONFIG_SPLIT_PTLOCK_CPUS=4 +CONFIG_SQUASHFS=m +# CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set +# CONFIG_SQUASHFS_EMBEDDED is not set +CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3 +CONFIG_SQUASHFS_LZO=y +CONFIG_SQUASHFS_XATTR=y +CONFIG_SQUASHFS_XZ=y +CONFIG_SQUASHFS_ZLIB=y +CONFIG_SSB=m +CONFIG_SSB_B43_PCI_BRIDGE=y +CONFIG_SSB_BLOCKIO=y +# CONFIG_SSB_DEBUG is not set +CONFIG_SSB_DRIVER_GPIO=y +CONFIG_SSB_DRIVER_PCICORE=y +CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y +CONFIG_SSB_PCIHOST=y +CONFIG_SSB_PCIHOST_POSSIBLE=y +# CONFIG_SSB_PCMCIAHOST is not set +CONFIG_SSB_PCMCIAHOST_POSSIBLE=y +CONFIG_SSB_POSSIBLE=y +CONFIG_SSB_SDIOHOST=y +CONFIG_SSB_SDIOHOST_POSSIBLE=y +# CONFIG_SSB_SILENT is not set +CONFIG_SSB_SPROM=y +CONFIG_SSFDC=m +CONFIG_STACKTRACE=y +CONFIG_STACKTRACE_SUPPORT=y +CONFIG_STACK_TRACER=y +CONFIG_STAGING=y +CONFIG_STAGING_MEDIA=y +CONFIG_STALDRV=y +CONFIG_STE10XP=y +CONFIG_STEP_WISE=y +CONFIG_STE_MODEM_RPROC=m +# CONFIG_STMMAC_CHAINED is not set +# CONFIG_STMMAC_DA is not set +# CONFIG_STMMAC_DEBUG_FS is not set +CONFIG_STMMAC_ETH=m +# CONFIG_STMMAC_PCI is not set +CONFIG_STMMAC_PLATFORM=y +CONFIG_STMMAC_RING=y +CONFIG_STMPE_I2C=y +CONFIG_STMPE_SPI=y +CONFIG_STMP_DEVICE=y +CONFIG_STOP_MACHINE=y +CONFIG_STP=m +CONFIG_STRICT_DEVMEM=y +# CONFIG_STRIP_ASM_SYMS is not set +# CONFIG_STUB_POULSBO is not set +CONFIG_SUNDANCE=m +# CONFIG_SUNDANCE_MMIO is not set +CONFIG_SUNGEM=m +CONFIG_SUNGEM_PHY=m +CONFIG_SUNRPC=m +CONFIG_SUNRPC_BACKCHANNEL=y +# CONFIG_SUNRPC_DEBUG is not set +CONFIG_SUNRPC_GSS=m +CONFIG_SUNRPC_SWAP=y +CONFIG_SUNRPC_XPRT_RDMA=m +CONFIG_SUNXI_TIMER=y +CONFIG_SUN_PARTITION=y +CONFIG_SUSPEND=y +CONFIG_SUSPEND_FREEZER=y +CONFIG_SWAP=y +CONFIG_SWIOTLB=y +CONFIG_SWIOTLB_XEN=y +CONFIG_SWP_EMULATE=y +CONFIG_SYNCLINK=m +CONFIG_SYNCLINKMP=m +CONFIG_SYNCLINK_CS=m +CONFIG_SYNCLINK_GT=m +CONFIG_SYN_COOKIES=y +CONFIG_SYSCTL=y +CONFIG_SYSCTL_EXCEPTION_TRACE=y +CONFIG_SYSCTL_SYSCALL=y +CONFIG_SYSFS=y +# CONFIG_SYSFS_DEPRECATED is not set +CONFIG_SYSV68_PARTITION=y +CONFIG_SYSVIPC=y +CONFIG_SYSVIPC_COMPAT=y +CONFIG_SYSVIPC_SYSCTL=y +CONFIG_SYSV_FS=m +CONFIG_SYS_HYPERVISOR=y +CONFIG_SYS_SUPPORTS_APM_EMULATION=y +CONFIG_TABLET_USB_ACECAD=m +CONFIG_TABLET_USB_AIPTEK=m +CONFIG_TABLET_USB_GTCO=m +CONFIG_TABLET_USB_HANWANG=m +CONFIG_TABLET_USB_KBTAB=m +CONFIG_TABLET_USB_WACOM=m +CONFIG_TARGET_CORE=m +CONFIG_TASKSTATS=y +CONFIG_TASK_DELAY_ACCT=y +CONFIG_TASK_IO_ACCOUNTING=y +CONFIG_TASK_XACCT=y +CONFIG_TC1100_WMI=m +CONFIG_TCG_ATMEL=m +CONFIG_TCG_INFINEON=m +CONFIG_TCG_NSC=m +CONFIG_TCG_TIS=m +CONFIG_TCG_TIS_I2C_INFINEON=m +CONFIG_TCG_TPM=y +CONFIG_TCIC=m +CONFIG_TCM_FC=m +CONFIG_TCM_FILEIO=m +CONFIG_TCM_IBLOCK=m +CONFIG_TCM_PSCSI=m +CONFIG_TCM_QLA2XXX=m +CONFIG_TCM_VHOST=m +CONFIG_TCP_CONG_ADVANCED=y +CONFIG_TCP_CONG_BIC=m +CONFIG_TCP_CONG_CUBIC=y +CONFIG_TCP_CONG_HSTCP=m +CONFIG_TCP_CONG_HTCP=m +CONFIG_TCP_CONG_HYBLA=m +CONFIG_TCP_CONG_ILLINOIS=m +CONFIG_TCP_CONG_LP=m +CONFIG_TCP_CONG_SCALABLE=m +CONFIG_TCP_CONG_VEGAS=m +CONFIG_TCP_CONG_VENO=m +CONFIG_TCP_CONG_WESTWOOD=m +CONFIG_TCP_CONG_YEAH=m +CONFIG_TCP_MD5SIG=y +CONFIG_TEHUTI=m +CONFIG_TEKRAM_DONGLE=m +CONFIG_TELCLOCK=m +CONFIG_TEST_KSTRTOX=m +# CONFIG_TEST_LIST_SORT is not set +CONFIG_TEST_POWER=m +CONFIG_TEXTSEARCH=y +CONFIG_TEXTSEARCH_BM=m +CONFIG_TEXTSEARCH_FSM=m +CONFIG_TEXTSEARCH_KMP=m +CONFIG_THERMAL=y +# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set +CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y +# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set +CONFIG_THERMAL_HWMON=y +CONFIG_THINKPAD_ACPI=m +CONFIG_THINKPAD_ACPI_ALSA_SUPPORT=y +# CONFIG_THINKPAD_ACPI_DEBUG is not set +CONFIG_THINKPAD_ACPI_DEBUGFACILITIES=y +CONFIG_THINKPAD_ACPI_HOTKEY_POLL=y +# CONFIG_THINKPAD_ACPI_UNSAFE_LEDS is not set +CONFIG_THINKPAD_ACPI_VIDEO=y +CONFIG_THRUSTMASTER_FF=y +# CONFIG_THUMB2_KERNEL is not set +CONFIG_TICK_CPU_ACCOUNTING=y +CONFIG_TICK_ONESHOT=y +CONFIG_TIFM_7XX1=m +CONFIG_TIFM_CORE=m +CONFIG_TIGON3=m +CONFIG_TIMB_DMA=m +CONFIG_TIMERFD=y +CONFIG_TIMER_STATS=y +CONFIG_TIPC=m +CONFIG_TIPC_PORTS=8191 +CONFIG_TI_ADC081C=m +CONFIG_TI_AM335X_ADC=m +# CONFIG_TI_CPSW is not set +CONFIG_TI_DAC7512=m +CONFIG_TI_DAVINCI_CPDMA=m +CONFIG_TI_DAVINCI_EMAC=m +CONFIG_TI_DAVINCI_MDIO=m +CONFIG_TI_EMIF=m +CONFIG_TI_ST=m +CONFIG_TLAN=m +CONFIG_TMD_HERMES=m +CONFIG_TMPFS=y +CONFIG_TMPFS_POSIX_ACL=y +CONFIG_TMPFS_XATTR=y +CONFIG_TOIM3232_DONGLE=m +CONFIG_TOPSTAR_LAPTOP=m +# CONFIG_TOSHIBA is not set +CONFIG_TOSHIBA_BT_RFKILL=m +CONFIG_TOSHIBA_FIR=m +CONFIG_TOUCHSCREEN_88PM860X=m +CONFIG_TOUCHSCREEN_AD7877=m +CONFIG_TOUCHSCREEN_AD7879=m +CONFIG_TOUCHSCREEN_AD7879_I2C=m +CONFIG_TOUCHSCREEN_AD7879_SPI=m +CONFIG_TOUCHSCREEN_ADS7846=m +CONFIG_TOUCHSCREEN_ATMEL_MXT=m +CONFIG_TOUCHSCREEN_AUO_PIXCIR=m +CONFIG_TOUCHSCREEN_BU21013=m +CONFIG_TOUCHSCREEN_CLEARPAD_TM1217=m +CONFIG_TOUCHSCREEN_CY8CTMG110=m +CONFIG_TOUCHSCREEN_CYTTSP_CORE=m +CONFIG_TOUCHSCREEN_CYTTSP_I2C=m +CONFIG_TOUCHSCREEN_CYTTSP_SPI=m +CONFIG_TOUCHSCREEN_DA9034=m +CONFIG_TOUCHSCREEN_DA9052=m +CONFIG_TOUCHSCREEN_DYNAPRO=m +CONFIG_TOUCHSCREEN_EDT_FT5X06=m +CONFIG_TOUCHSCREEN_EETI=m +CONFIG_TOUCHSCREEN_EGALAX=m +CONFIG_TOUCHSCREEN_ELO=m +CONFIG_TOUCHSCREEN_FUJITSU=m +CONFIG_TOUCHSCREEN_GUNZE=m +CONFIG_TOUCHSCREEN_HAMPSHIRE=m +CONFIG_TOUCHSCREEN_HTCPEN=m +CONFIG_TOUCHSCREEN_ILI210X=m +CONFIG_TOUCHSCREEN_INEXIO=m +CONFIG_TOUCHSCREEN_INTEL_MID=m +CONFIG_TOUCHSCREEN_MAX11801=m +CONFIG_TOUCHSCREEN_MC13783=m +CONFIG_TOUCHSCREEN_MCS5000=m +CONFIG_TOUCHSCREEN_MK712=m +CONFIG_TOUCHSCREEN_MMS114=m +CONFIG_TOUCHSCREEN_MTOUCH=m +CONFIG_TOUCHSCREEN_PCAP=m +CONFIG_TOUCHSCREEN_PENMOUNT=m +CONFIG_TOUCHSCREEN_PIXCIR=m +CONFIG_TOUCHSCREEN_ST1232=m +CONFIG_TOUCHSCREEN_STMPE=m +CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI4=m +CONFIG_TOUCHSCREEN_TI_AM335X_TSC=m +CONFIG_TOUCHSCREEN_TOUCHIT213=m +CONFIG_TOUCHSCREEN_TOUCHRIGHT=m +CONFIG_TOUCHSCREEN_TOUCHWIN=m +CONFIG_TOUCHSCREEN_TPS6507X=m +CONFIG_TOUCHSCREEN_TSC2005=m +CONFIG_TOUCHSCREEN_TSC2007=m +CONFIG_TOUCHSCREEN_TSC_SERIO=m +CONFIG_TOUCHSCREEN_UCB1400=m +CONFIG_TOUCHSCREEN_USB_3M=y +CONFIG_TOUCHSCREEN_USB_COMPOSITE=m +CONFIG_TOUCHSCREEN_USB_DMC_TSC10=y +CONFIG_TOUCHSCREEN_USB_E2I=y +CONFIG_TOUCHSCREEN_USB_EASYTOUCH=y +CONFIG_TOUCHSCREEN_USB_EGALAX=y +CONFIG_TOUCHSCREEN_USB_ELO=y +CONFIG_TOUCHSCREEN_USB_ETT_TC45USB=y +CONFIG_TOUCHSCREEN_USB_ETURBO=y +CONFIG_TOUCHSCREEN_USB_GENERAL_TOUCH=y +CONFIG_TOUCHSCREEN_USB_GOTOP=y +CONFIG_TOUCHSCREEN_USB_GUNZE=y +CONFIG_TOUCHSCREEN_USB_IDEALTEK=y +CONFIG_TOUCHSCREEN_USB_IRTOUCH=y +CONFIG_TOUCHSCREEN_USB_ITM=y +CONFIG_TOUCHSCREEN_USB_JASTEC=y +CONFIG_TOUCHSCREEN_USB_NEXIO=y +CONFIG_TOUCHSCREEN_USB_PANJIT=y +CONFIG_TOUCHSCREEN_USB_ZYTRONIC=y +CONFIG_TOUCHSCREEN_W90X900=m +CONFIG_TOUCHSCREEN_WACOM_I2C=m +CONFIG_TOUCHSCREEN_WACOM_W8001=m +CONFIG_TOUCHSCREEN_WM831X=m +CONFIG_TOUCHSCREEN_WM9705=y +CONFIG_TOUCHSCREEN_WM9712=y +CONFIG_TOUCHSCREEN_WM9713=y +CONFIG_TOUCHSCREEN_WM97XX=m +CONFIG_TPS6105X=m +CONFIG_TPS65010=m +CONFIG_TPS6507X=m +CONFIG_TRACEPOINTS=y +CONFIG_TRACER_MAX_TRACE=y +CONFIG_TRACE_CLOCK=y +CONFIG_TRACE_IRQFLAGS_SUPPORT=y +CONFIG_TRACE_ROUTER=m +CONFIG_TRACE_SINK=m +CONFIG_TRACING=y +CONFIG_TRACING_SUPPORT=y +CONFIG_TRANSPARENT_HUGEPAGE=y +# CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS is not set +CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y +CONFIG_TRANZPORT=m +CONFIG_TREE_RCU=y +# CONFIG_TREE_RCU_TRACE is not set +CONFIG_TRUSTED_KEYS=y +CONFIG_TSL2583=m +CONFIG_TSL2x7x=m +CONFIG_TTPCI_EEPROM=m +CONFIG_TTY_PRINTK=y +CONFIG_TULIP=m +# CONFIG_TULIP_MMIO is not set +# CONFIG_TULIP_MWI is not set +# CONFIG_TULIP_NAPI is not set +CONFIG_TUN=y +CONFIG_TWL4030_CORE=y +CONFIG_TWL4030_MADC=m +CONFIG_TWL4030_POWER=y +CONFIG_TWL4030_USB=m +CONFIG_TWL4030_WATCHDOG=m +CONFIG_TWL6030_USB=m +CONFIG_TWL6040_CORE=y +CONFIG_TYPHOON=m +# CONFIG_UACCESS_WITH_MEMCPY is not set +CONFIG_UBIFS_FS=m +# CONFIG_UBIFS_FS_ADVANCED_COMPR is not set +CONFIG_UBIFS_FS_LZO=y +CONFIG_UBIFS_FS_ZLIB=y +CONFIG_UCB1400_CORE=m +CONFIG_UDF_FS=m +CONFIG_UDF_NLS=y +CONFIG_UEVENT_HELPER_PATH="" +# CONFIG_UFS_DEBUG is not set +CONFIG_UFS_FS=m +# CONFIG_UFS_FS_WRITE is not set +CONFIG_UHID=m +CONFIG_UID16=y +CONFIG_UIO=m +CONFIG_UIO_AEC=m +CONFIG_UIO_CIF=m +CONFIG_UIO_DMEM_GENIRQ=m +CONFIG_UIO_NETX=m +CONFIG_UIO_PCI_GENERIC=m +CONFIG_UIO_PDRV=m +CONFIG_UIO_PDRV_GENIRQ=m +CONFIG_UIO_SERCOS3=m +CONFIG_ULI526X=m +CONFIG_ULTRA=m +CONFIG_ULTRA32=m +CONFIG_ULTRIX_PARTITION=y +CONFIG_UNIX=y +CONFIG_UNIX98_PTYS=y +CONFIG_UNIXWARE_DISKLABEL=y +CONFIG_UNIX_DIAG=m +CONFIG_UNUSED_SYMBOLS=y +CONFIG_UPROBES=y +CONFIG_UPROBE_EVENT=y +CONFIG_USB=y +CONFIG_USBIP_CORE=m +# CONFIG_USBIP_DEBUG is not set +CONFIG_USBIP_HOST=m +CONFIG_USBIP_VHCI_HCD=m +CONFIG_USBPCWATCHDOG=m +CONFIG_USB_ACM=m +CONFIG_USB_ADUTUX=m +CONFIG_USB_ALI_M5632=y +CONFIG_USB_AMD5536UDC=m +CONFIG_USB_AN2720=y +CONFIG_USB_ANNOUNCE_NEW_DEVICES=y +CONFIG_USB_APPLEDISPLAY=m +CONFIG_USB_ARCH_HAS_EHCI=y +CONFIG_USB_ARCH_HAS_HCD=y +CONFIG_USB_ARCH_HAS_OHCI=y +CONFIG_USB_ARMLINUX=y +CONFIG_USB_ATM=m +CONFIG_USB_AUDIO=m +CONFIG_USB_BELKIN=y +CONFIG_USB_C67X00_HCD=m +CONFIG_USB_CATC=m +CONFIG_USB_CDC_COMPOSITE=m +CONFIG_USB_CDC_PHONET=m +# CONFIG_USB_CHIPIDEA_DEBUG is not set +CONFIG_USB_CHIPIDEA_HOST=y +CONFIG_USB_CHIPIDEA_UDC=y +CONFIG_USB_COMMON=y +CONFIG_USB_CXACRU=m +CONFIG_USB_CYPRESS_CY7C63=m +CONFIG_USB_CYTHERM=m +# CONFIG_USB_DEBUG is not set +CONFIG_USB_DSBR=m +# CONFIG_USB_DUMMY_HCD is not set +CONFIG_USB_DWC3=m +# CONFIG_USB_DWC3_DEBUG is not set +CONFIG_USB_DYNAMIC_MINORS=y +CONFIG_USB_EG20T=m +CONFIG_USB_EHCI_HCD=y +CONFIG_USB_EHCI_HCD_OMAP=y +# CONFIG_USB_EHCI_MXC is not set +CONFIG_USB_EHCI_PCI=y +CONFIG_USB_EHCI_ROOT_HUB_TT=y +CONFIG_USB_EHCI_TT_NEWSCHED=y +CONFIG_USB_EMI26=m +CONFIG_USB_EMI62=m +CONFIG_USB_ENESTORAGE=m +CONFIG_USB_EPSON2888=y +CONFIG_USB_ETH=m +CONFIG_USB_ETH_EEM=y +CONFIG_USB_ETH_RNDIS=y +CONFIG_USB_EZUSB_FX2=m +# CONFIG_USB_FSL_USB2 is not set +CONFIG_USB_FTDI_ELAN=m +CONFIG_USB_FUNCTIONFS=m +CONFIG_USB_FUNCTIONFS_ETH=y +CONFIG_USB_FUNCTIONFS_GENERIC=y +CONFIG_USB_FUNCTIONFS_RNDIS=y +CONFIG_USB_FUSB300=m +CONFIG_USB_GADGETFS=m +# CONFIG_USB_GADGET_DEBUG is not set +# CONFIG_USB_GADGET_DEBUG_FILES is not set +# CONFIG_USB_GADGET_DEBUG_FS is not set +CONFIG_USB_GADGET_MUSB_HDRC=m +CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2 +CONFIG_USB_GADGET_TARGET=m +CONFIG_USB_GADGET_VBUS_DRAW=2 +CONFIG_USB_GL860=m +CONFIG_USB_GOKU=m +CONFIG_USB_GPIO_VBUS=m +CONFIG_USB_GSPCA=m +CONFIG_USB_GSPCA_BENQ=m +CONFIG_USB_GSPCA_CONEX=m +CONFIG_USB_GSPCA_CPIA1=m +CONFIG_USB_GSPCA_ETOMS=m +CONFIG_USB_GSPCA_FINEPIX=m +CONFIG_USB_GSPCA_JEILINJ=m +CONFIG_USB_GSPCA_JL2005BCD=m +CONFIG_USB_GSPCA_KINECT=m +CONFIG_USB_GSPCA_KONICA=m +CONFIG_USB_GSPCA_MARS=m +CONFIG_USB_GSPCA_MR97310A=m +CONFIG_USB_GSPCA_NW80X=m +CONFIG_USB_GSPCA_OV519=m +CONFIG_USB_GSPCA_OV534=m +CONFIG_USB_GSPCA_OV534_9=m +CONFIG_USB_GSPCA_PAC207=m +CONFIG_USB_GSPCA_PAC7302=m +CONFIG_USB_GSPCA_PAC7311=m +CONFIG_USB_GSPCA_SE401=m +CONFIG_USB_GSPCA_SN9C2028=m +CONFIG_USB_GSPCA_SN9C20X=m +CONFIG_USB_GSPCA_SONIXB=m +CONFIG_USB_GSPCA_SONIXJ=m +CONFIG_USB_GSPCA_SPCA1528=m +CONFIG_USB_GSPCA_SPCA500=m +CONFIG_USB_GSPCA_SPCA501=m +CONFIG_USB_GSPCA_SPCA505=m +CONFIG_USB_GSPCA_SPCA506=m +CONFIG_USB_GSPCA_SPCA508=m +CONFIG_USB_GSPCA_SPCA561=m +CONFIG_USB_GSPCA_SQ905=m +CONFIG_USB_GSPCA_SQ905C=m +CONFIG_USB_GSPCA_SQ930X=m +CONFIG_USB_GSPCA_STK014=m +CONFIG_USB_GSPCA_STV0680=m +CONFIG_USB_GSPCA_SUNPLUS=m +CONFIG_USB_GSPCA_T613=m +CONFIG_USB_GSPCA_TOPRO=m +CONFIG_USB_GSPCA_TV8532=m +CONFIG_USB_GSPCA_VC032X=m +CONFIG_USB_GSPCA_VICAM=m +CONFIG_USB_GSPCA_XIRLINK_CIT=m +CONFIG_USB_GSPCA_ZC3XX=m +CONFIG_USB_G_ACM_MS=m +CONFIG_USB_G_DBGP=m +# CONFIG_USB_G_DBGP_PRINTK is not set +CONFIG_USB_G_DBGP_SERIAL=y +CONFIG_USB_G_HID=m +CONFIG_USB_G_MULTI_CDC=y +CONFIG_USB_G_MULTI_RNDIS=y +CONFIG_USB_G_NCM=m +CONFIG_USB_G_NOKIA=m +CONFIG_USB_G_PRINTER=m +CONFIG_USB_G_SERIAL=m +CONFIG_USB_G_WEBCAM=m +CONFIG_USB_HID=m +CONFIG_USB_HIDDEV=y +CONFIG_USB_HSO=m +CONFIG_USB_HWA_HCD=m +CONFIG_USB_IDMOUSE=m +# CONFIG_USB_IMX is not set +# CONFIG_USB_IMX21_HCD is not set +CONFIG_USB_INVENTRA_DMA=y +CONFIG_USB_IOWARRIOR=m +CONFIG_USB_IPHETH=m +CONFIG_USB_IRDA=m +CONFIG_USB_ISIGHTFW=m +CONFIG_USB_ISP116X_HCD=m +CONFIG_USB_ISP1301=m +CONFIG_USB_ISP1362_HCD=m +CONFIG_USB_ISP1760_HCD=m +CONFIG_USB_KAWETH=m +CONFIG_USB_KBD=m +CONFIG_USB_KC2190=y +CONFIG_USB_KEENE=m +CONFIG_USB_LCD=m +CONFIG_USB_LD=m +CONFIG_USB_LED=m +CONFIG_USB_LEGOTOWER=m +CONFIG_USB_LIBCOMPOSITE=m +CONFIG_USB_M5602=m +# CONFIG_USB_M66592 is not set +CONFIG_USB_MASS_STORAGE=m +CONFIG_USB_MDC800=m +CONFIG_USB_MICROTEK=m +CONFIG_USB_MIDI_GADGET=m +CONFIG_USB_MON=m +CONFIG_USB_MOUSE=m +CONFIG_USB_MR800=m +# CONFIG_USB_MUSB_AM35X is not set +# CONFIG_USB_MUSB_DSPS is not set +CONFIG_USB_MUSB_HDRC=m +CONFIG_USB_MUSB_OMAP2PLUS=m +CONFIG_USB_MV_UDC=m +CONFIG_USB_MXS_PHY=y +CONFIG_USB_NET2272=m +CONFIG_USB_NET2272_DMA=y +CONFIG_USB_NET2280=m +CONFIG_USB_NET_AX8817X=m +CONFIG_USB_NET_CDCETHER=m +CONFIG_USB_NET_CDC_EEM=m +CONFIG_USB_NET_CDC_MBIM=m +CONFIG_USB_NET_CDC_NCM=m +CONFIG_USB_NET_CDC_SUBSET=m +CONFIG_USB_NET_CX82310_ETH=m +CONFIG_USB_NET_DM9601=m +CONFIG_USB_NET_GL620A=m +CONFIG_USB_NET_INT51X1=m +CONFIG_USB_NET_KALMIA=m +CONFIG_USB_NET_MCS7830=m +CONFIG_USB_NET_NET1080=m +CONFIG_USB_NET_PLUSB=m +CONFIG_USB_NET_QMI_WWAN=m +CONFIG_USB_NET_RNDIS_HOST=m +CONFIG_USB_NET_RNDIS_WLAN=m +CONFIG_USB_NET_SMSC75XX=m +CONFIG_USB_NET_SMSC95XX=m +CONFIG_USB_NET_ZAURUS=m +# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set +# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set +CONFIG_USB_OHCI_HCD=y +CONFIG_USB_OHCI_HCD_OMAP3=y +CONFIG_USB_OHCI_LITTLE_ENDIAN=y +# CONFIG_USB_OTG is not set +# CONFIG_USB_OTG_BLACKLIST_HUB is not set +CONFIG_USB_OTG_UTILS=y +# CONFIG_USB_OTG_WHITELIST is not set +CONFIG_USB_OXU210HP_HCD=m +CONFIG_USB_PEGASUS=m +CONFIG_USB_PRINTER=m +CONFIG_USB_PWC=m +# CONFIG_USB_PWC_DEBUG is not set +CONFIG_USB_PWC_INPUT_EVDEV=y +CONFIG_USB_R8A66597=m +CONFIG_USB_R8A66597_HCD=m +CONFIG_USB_RCAR_PHY=m +CONFIG_USB_RENESAS_USBHS=m +CONFIG_USB_RENESAS_USBHS_HCD=m +CONFIG_USB_RENESAS_USBHS_UDC=m +CONFIG_USB_RIO500=m +CONFIG_USB_RTL8150=m +CONFIG_USB_S2255=m +CONFIG_USB_SERIAL=m +CONFIG_USB_SERIAL_AIRCABLE=m +CONFIG_USB_SERIAL_ARK3116=m +CONFIG_USB_SERIAL_BELKIN=m +CONFIG_USB_SERIAL_CH341=m +CONFIG_USB_SERIAL_CP210X=m +CONFIG_USB_SERIAL_CYBERJACK=m +CONFIG_USB_SERIAL_CYPRESS_M8=m +CONFIG_USB_SERIAL_DEBUG=m +CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m +CONFIG_USB_SERIAL_EDGEPORT=m +CONFIG_USB_SERIAL_EDGEPORT_TI=m +CONFIG_USB_SERIAL_EMPEG=m +CONFIG_USB_SERIAL_F81232=m +CONFIG_USB_SERIAL_FTDI_SIO=m +CONFIG_USB_SERIAL_FUNSOFT=m +CONFIG_USB_SERIAL_GARMIN=m +CONFIG_USB_SERIAL_GENERIC=y +CONFIG_USB_SERIAL_HP4X=m +CONFIG_USB_SERIAL_IPAQ=m +CONFIG_USB_SERIAL_IPW=m +CONFIG_USB_SERIAL_IR=m +CONFIG_USB_SERIAL_IUU=m +CONFIG_USB_SERIAL_KEYSPAN=m +CONFIG_USB_SERIAL_KEYSPAN_MPR=y +CONFIG_USB_SERIAL_KEYSPAN_PDA=m +CONFIG_USB_SERIAL_KEYSPAN_USA18X=y +CONFIG_USB_SERIAL_KEYSPAN_USA19=y +CONFIG_USB_SERIAL_KEYSPAN_USA19QI=y +CONFIG_USB_SERIAL_KEYSPAN_USA19QW=y +CONFIG_USB_SERIAL_KEYSPAN_USA19W=y +CONFIG_USB_SERIAL_KEYSPAN_USA28=y +CONFIG_USB_SERIAL_KEYSPAN_USA28X=y +CONFIG_USB_SERIAL_KEYSPAN_USA28XA=y +CONFIG_USB_SERIAL_KEYSPAN_USA28XB=y +CONFIG_USB_SERIAL_KEYSPAN_USA49W=y +CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y +CONFIG_USB_SERIAL_KLSI=m +CONFIG_USB_SERIAL_KOBIL_SCT=m +CONFIG_USB_SERIAL_MCT_U232=m +CONFIG_USB_SERIAL_METRO=m +CONFIG_USB_SERIAL_MOS7715_PARPORT=y +CONFIG_USB_SERIAL_MOS7720=m +CONFIG_USB_SERIAL_MOS7840=m +CONFIG_USB_SERIAL_MOTOROLA=m +CONFIG_USB_SERIAL_NAVMAN=m +CONFIG_USB_SERIAL_OMNINET=m +CONFIG_USB_SERIAL_OPTICON=m +CONFIG_USB_SERIAL_OPTION=m +CONFIG_USB_SERIAL_OTI6858=m +CONFIG_USB_SERIAL_PL2303=m +CONFIG_USB_SERIAL_QCAUX=m +CONFIG_USB_SERIAL_QT2=m +CONFIG_USB_SERIAL_QUALCOMM=m +CONFIG_USB_SERIAL_QUATECH2=m +CONFIG_USB_SERIAL_SAFE=m +# CONFIG_USB_SERIAL_SAFE_PADDED is not set +CONFIG_USB_SERIAL_SIEMENS_MPI=m +CONFIG_USB_SERIAL_SIERRAWIRELESS=m +CONFIG_USB_SERIAL_SPCP8X5=m +CONFIG_USB_SERIAL_SSU100=m +CONFIG_USB_SERIAL_SYMBOL=m +CONFIG_USB_SERIAL_TI=m +CONFIG_USB_SERIAL_VISOR=m +CONFIG_USB_SERIAL_VIVOPAY_SERIAL=m +CONFIG_USB_SERIAL_WHITEHEAT=m +CONFIG_USB_SERIAL_WWAN=m +CONFIG_USB_SERIAL_XIRCOM=m +CONFIG_USB_SERIAL_ZIO=m +CONFIG_USB_SERIAL_ZTE=m +CONFIG_USB_SEVSEG=m +CONFIG_USB_SI470X=m +CONFIG_USB_SIERRA_NET=m +CONFIG_USB_SISUSBVGA=m +# CONFIG_USB_SISUSBVGA_CON is not set +CONFIG_USB_SL811_CS=m +CONFIG_USB_SL811_HCD=m +CONFIG_USB_SL811_HCD_ISO=y +# CONFIG_USB_SN9C102 is not set +CONFIG_USB_SPEEDTOUCH=m +CONFIG_USB_STKWEBCAM=m +CONFIG_USB_STORAGE=m +CONFIG_USB_STORAGE_ALAUDA=m +CONFIG_USB_STORAGE_CYPRESS_ATACB=m +CONFIG_USB_STORAGE_DATAFAB=m +# CONFIG_USB_STORAGE_DEBUG is not set +CONFIG_USB_STORAGE_ENE_UB6250=m +CONFIG_USB_STORAGE_FREECOM=m +CONFIG_USB_STORAGE_ISD200=m +CONFIG_USB_STORAGE_JUMPSHOT=m +CONFIG_USB_STORAGE_KARMA=m +CONFIG_USB_STORAGE_ONETOUCH=m +CONFIG_USB_STORAGE_REALTEK=m +CONFIG_USB_STORAGE_SDDR09=m +CONFIG_USB_STORAGE_SDDR55=m +CONFIG_USB_STORAGE_USBAT=m +CONFIG_USB_STV06XX=m +CONFIG_USB_SUPPORT=y +CONFIG_USB_SWITCH_FSA9480=m +CONFIG_USB_TEST=m +CONFIG_USB_TMC=m +CONFIG_USB_TRANCEVIBRATOR=m +CONFIG_USB_U132_HCD=m +CONFIG_USB_UEAGLEATM=m +CONFIG_USB_UHCI_HCD=y +CONFIG_USB_ULPI=y +CONFIG_USB_USBNET=m +CONFIG_USB_USS720=m +CONFIG_USB_VIDEO_CLASS=m +CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y +CONFIG_USB_VL600=m +CONFIG_USB_WDM=m +CONFIG_USB_WHCI_HCD=m +CONFIG_USB_WPAN_HCD=m +CONFIG_USB_WUSB=m +CONFIG_USB_WUSB_CBAF=m +# CONFIG_USB_WUSB_CBAF_DEBUG is not set +CONFIG_USB_XHCI_HCD=y +# CONFIG_USB_XHCI_HCD_DEBUGGING is not set +CONFIG_USB_XHCI_PLATFORM=m +CONFIG_USB_XUSBATM=m +CONFIG_USB_YUREX=m +CONFIG_USB_ZD1201=m +CONFIG_USB_ZERO=m +CONFIG_USB_ZR364XX=m +CONFIG_USER_RETURN_NOTIFIER=y +CONFIG_USER_SPACE=y +CONFIG_USER_STACKTRACE_SUPPORT=y +CONFIG_USE_GENERIC_SMP_HELPERS=y +CONFIG_USE_OF=y +CONFIG_USE_PERCPU_NUMA_NODE_ID=y +CONFIG_UTS_NS=y +CONFIG_UWB=m +CONFIG_UWB_HWA=m +CONFIG_UWB_I1480U=m +CONFIG_UWB_WHCI=m +CONFIG_V4L2_MEM2MEM_DEV=m +CONFIG_V4L_MEM2MEM_DRIVERS=y +CONFIG_V4L_PLATFORM_DRIVERS=y +CONFIG_V4L_RADIO_ISA_DRIVERS=y +CONFIG_V4L_TEST_DRIVERS=y +CONFIG_VCNL4000=m +CONFIG_VECTORS_BASE=0xffff0000 +CONFIG_VERSION_SIGNATURE="" +CONFIG_VETH=m +CONFIG_VEXPRESS_CONFIG=y +CONFIG_VFAT_FS=y +CONFIG_VFIO=m +CONFIG_VFIO_PCI=m +CONFIG_VFP=y +CONFIG_VFPv3=y +# CONFIG_VGACON_SOFT_SCROLLBACK is not set +CONFIG_VGA_ARB=y +CONFIG_VGA_ARB_MAX_GPUS=16 +CONFIG_VGA_CONSOLE=y +CONFIG_VGA_SWITCHEROO=y +CONFIG_VHOST_NET=m +CONFIG_VIA_FIR=m +CONFIG_VIA_RHINE=m +CONFIG_VIA_RHINE_MMIO=y +CONFIG_VIA_VELOCITY=m +CONFIG_VIA_WDT=m +CONFIG_VIDEOBUF2_CORE=m +CONFIG_VIDEOBUF2_DMA_CONTIG=m +CONFIG_VIDEOBUF2_MEMOPS=m +CONFIG_VIDEOBUF2_VMALLOC=m +CONFIG_VIDEOBUF_DMA_CONTIG=m +CONFIG_VIDEOBUF_DMA_SG=m +CONFIG_VIDEOBUF_DVB=m +CONFIG_VIDEOBUF_GEN=m +CONFIG_VIDEOBUF_VMALLOC=m +CONFIG_VIDEO_ADV7170=m +CONFIG_VIDEO_ADV7175=m +CONFIG_VIDEO_ADV7180=m +# CONFIG_VIDEO_ADV_DEBUG is not set +CONFIG_VIDEO_AU0828=m +CONFIG_VIDEO_BT819=m +CONFIG_VIDEO_BT848=m +CONFIG_VIDEO_BT856=m +CONFIG_VIDEO_BT866=m +CONFIG_VIDEO_BTCX=m +CONFIG_VIDEO_BWQCAM=m +CONFIG_VIDEO_CAFE_CCIC=m +# CONFIG_VIDEO_CODA is not set +CONFIG_VIDEO_CPIA2=m +CONFIG_VIDEO_CQCAM=m +CONFIG_VIDEO_CS5345=m +CONFIG_VIDEO_CS53L32A=m +CONFIG_VIDEO_CX18=m +CONFIG_VIDEO_CX18_ALSA=m +CONFIG_VIDEO_CX231XX=m +CONFIG_VIDEO_CX231XX_ALSA=m +CONFIG_VIDEO_CX231XX_DVB=m +CONFIG_VIDEO_CX231XX_RC=y +CONFIG_VIDEO_CX2341X=m +CONFIG_VIDEO_CX23885=m +CONFIG_VIDEO_CX25821=m +CONFIG_VIDEO_CX25821_ALSA=m +CONFIG_VIDEO_CX25840=m +CONFIG_VIDEO_CX88=m +CONFIG_VIDEO_CX88_ALSA=m +CONFIG_VIDEO_CX88_BLACKBIRD=m +CONFIG_VIDEO_CX88_DVB=m +CONFIG_VIDEO_CX88_MPEG=m +CONFIG_VIDEO_CX88_VP3054=m +CONFIG_VIDEO_DEV=m +CONFIG_VIDEO_DM6446_CCDC=m +CONFIG_VIDEO_DT3155=m +CONFIG_VIDEO_EM28XX=m +CONFIG_VIDEO_EM28XX_ALSA=m +CONFIG_VIDEO_EM28XX_DVB=m +CONFIG_VIDEO_EM28XX_RC=m +CONFIG_VIDEO_FB_IVTV=m +# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set +CONFIG_VIDEO_GO7007=m +CONFIG_VIDEO_GO7007_OV7640=m +CONFIG_VIDEO_GO7007_SAA7113=m +CONFIG_VIDEO_GO7007_SAA7115=m +CONFIG_VIDEO_GO7007_SONY_TUNER=m +CONFIG_VIDEO_GO7007_TW2804=m +CONFIG_VIDEO_GO7007_TW9903=m +CONFIG_VIDEO_GO7007_UDA1342=m +CONFIG_VIDEO_GO7007_USB=m +CONFIG_VIDEO_GO7007_USB_S2250_BOARD=m +CONFIG_VIDEO_HDPVR=m +CONFIG_VIDEO_HEXIUM_GEMINI=m +CONFIG_VIDEO_HEXIUM_ORION=m +CONFIG_VIDEO_IR_I2C=m +CONFIG_VIDEO_IVTV=m +CONFIG_VIDEO_IVTV_ALSA=m +CONFIG_VIDEO_KS0127=m +CONFIG_VIDEO_M52790=m +CONFIG_VIDEO_MEM2MEM_DEINTERLACE=m +CONFIG_VIDEO_MEM2MEM_TESTDEV=m +CONFIG_VIDEO_MEYE=m +CONFIG_VIDEO_MSP3400=m +CONFIG_VIDEO_MT9V011=m +# CONFIG_VIDEO_MX3 is not set +CONFIG_VIDEO_MXB=m +CONFIG_VIDEO_OMAP2_VOUT=m +CONFIG_VIDEO_OMAP2_VOUT_VRFB=y +CONFIG_VIDEO_OUTPUT_CONTROL=m +CONFIG_VIDEO_OV7670=m +CONFIG_VIDEO_PMS=m +CONFIG_VIDEO_PVRUSB2=m +# CONFIG_VIDEO_PVRUSB2_DEBUGIFC is not set +CONFIG_VIDEO_PVRUSB2_DVB=y +CONFIG_VIDEO_PVRUSB2_SYSFS=y +CONFIG_VIDEO_SAA6588=m +CONFIG_VIDEO_SAA7110=m +CONFIG_VIDEO_SAA711X=m +CONFIG_VIDEO_SAA7127=m +CONFIG_VIDEO_SAA7134=m +CONFIG_VIDEO_SAA7134_ALSA=m +CONFIG_VIDEO_SAA7134_DVB=m +CONFIG_VIDEO_SAA7134_RC=y +CONFIG_VIDEO_SAA7146=m +CONFIG_VIDEO_SAA7146_VV=m +CONFIG_VIDEO_SAA7164=m +CONFIG_VIDEO_SAA717X=m +CONFIG_VIDEO_SAA7185=m +CONFIG_VIDEO_SH_MOBILE_CEU=m +CONFIG_VIDEO_SH_MOBILE_CSI2=m +CONFIG_VIDEO_STK1160=m +CONFIG_VIDEO_STK1160_AC97=y +CONFIG_VIDEO_TDA7432=m +CONFIG_VIDEO_TDA9840=m +CONFIG_VIDEO_TEA6415C=m +CONFIG_VIDEO_TEA6420=m +CONFIG_VIDEO_TIMBERDALE=m +CONFIG_VIDEO_TLG2300=m +CONFIG_VIDEO_TM6000=m +CONFIG_VIDEO_TM6000_ALSA=m +CONFIG_VIDEO_TM6000_DVB=m +CONFIG_VIDEO_TUNER=m +CONFIG_VIDEO_TVAUDIO=m +CONFIG_VIDEO_TVEEPROM=m +CONFIG_VIDEO_TVP5150=m +CONFIG_VIDEO_UPD64031A=m +CONFIG_VIDEO_UPD64083=m +CONFIG_VIDEO_USBVISION=m +CONFIG_VIDEO_V4L2=m +CONFIG_VIDEO_VIA_CAMERA=m +CONFIG_VIDEO_VIVI=m +CONFIG_VIDEO_VP27SMPX=m +CONFIG_VIDEO_VPFE_CAPTURE=m +CONFIG_VIDEO_VPSS_SYSTEM=m +CONFIG_VIDEO_VPX3220=m +CONFIG_VIDEO_W9966=m +CONFIG_VIDEO_WM8739=m +CONFIG_VIDEO_WM8775=m +CONFIG_VIDEO_ZORAN=m +CONFIG_VIDEO_ZORAN_AVS6EYES=m +CONFIG_VIDEO_ZORAN_BUZ=m +CONFIG_VIDEO_ZORAN_DC10=m +CONFIG_VIDEO_ZORAN_DC30=m +CONFIG_VIDEO_ZORAN_LML33=m +CONFIG_VIDEO_ZORAN_LML33R10=m +CONFIG_VIDEO_ZORAN_ZR36060=m +CONFIG_VIPERBOARD_ADC=m +CONFIG_VIRTIO_CONSOLE=m +CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES=y +CONFIG_VIRTIO_PCI=y +CONFIG_VIRTUALIZATION=y +CONFIG_VIRT_DRIVERS=y +CONFIG_VIRT_TO_BUS=y +CONFIG_VITESSE_PHY=y +CONFIG_VLAN_8021Q=m +CONFIG_VLAN_8021Q_GVRP=y +CONFIG_VLSI_FIR=m +CONFIG_VM86=y +CONFIG_VME_BUS=m +CONFIG_VME_CA91CX42=m +CONFIG_VME_PIO2=m +CONFIG_VME_TSI148=m +CONFIG_VME_USER=m +CONFIG_VMIVME_7805=m +# CONFIG_VMSPLIT_1G is not set +# CONFIG_VMSPLIT_2G is not set +CONFIG_VMSPLIT_3G=y +CONFIG_VMWARE_BALLOON=m +CONFIG_VMWARE_PVSCSI=m +CONFIG_VMXNET3=m +CONFIG_VM_EVENT_COUNTERS=y +CONFIG_VORTEX=m +CONFIG_VT=y +CONFIG_VT6655=m +CONFIG_VT6656=m +CONFIG_VT_CONSOLE=y +CONFIG_VT_CONSOLE_SLEEP=y +CONFIG_VT_HW_CONSOLE_BINDING=y +CONFIG_VXFS_FS=m +CONFIG_VXGE=m +# CONFIG_VXGE_DEBUG_TRACE_ALL is not set +CONFIG_VXLAN=m +CONFIG_W1=m +CONFIG_W1_CON=y +CONFIG_W1_MASTER_DS1WM=m +CONFIG_W1_MASTER_DS2482=m +CONFIG_W1_MASTER_DS2490=m +CONFIG_W1_MASTER_GPIO=m +CONFIG_W1_MASTER_MATROX=m +CONFIG_W1_MASTER_MXC=m +CONFIG_W1_SLAVE_BQ27000=m +CONFIG_W1_SLAVE_DS2408=m +CONFIG_W1_SLAVE_DS2423=m +CONFIG_W1_SLAVE_DS2431=m +CONFIG_W1_SLAVE_DS2433=m +# CONFIG_W1_SLAVE_DS2433_CRC is not set +CONFIG_W1_SLAVE_DS2760=m +CONFIG_W1_SLAVE_DS2780=m +CONFIG_W1_SLAVE_DS2781=m +CONFIG_W1_SLAVE_DS28E04=m +CONFIG_W1_SLAVE_SMEM=m +CONFIG_W1_SLAVE_THERM=m +CONFIG_W35UND=m +CONFIG_W83627HF_WDT=m +CONFIG_W83697HF_WDT=m +CONFIG_W83697UG_WDT=m +CONFIG_W83877F_WDT=m +CONFIG_W83977F_WDT=m +CONFIG_WAFER_WDT=m +CONFIG_WAN=y +CONFIG_WANXL=m +CONFIG_WAN_ROUTER_DRIVERS=m +CONFIG_WATCHDOG=y +CONFIG_WATCHDOG_CORE=y +# CONFIG_WATCHDOG_NOWAYOUT is not set +CONFIG_WD80x3=m +CONFIG_WDT=m +CONFIG_WDTPCI=m +CONFIG_WEXT_CORE=y +CONFIG_WEXT_PRIV=y +CONFIG_WEXT_PROC=y +CONFIG_WEXT_SPY=y +CONFIG_WIL6210=m +CONFIG_WIL6210_ISR_COR=y +CONFIG_WIMAX=m +CONFIG_WIMAX_DEBUG_LEVEL=8 +CONFIG_WIMAX_GDM72XX=m +CONFIG_WIMAX_GDM72XX_K_MODE=y +CONFIG_WIMAX_GDM72XX_QOS=y +# CONFIG_WIMAX_GDM72XX_SDIO is not set +CONFIG_WIMAX_GDM72XX_USB=y +CONFIG_WIMAX_GDM72XX_USB_PM=y +CONFIG_WIMAX_GDM72XX_WIMAX2=y +CONFIG_WIMAX_I2400M=m +CONFIG_WIMAX_I2400M_DEBUG_LEVEL=8 +CONFIG_WIMAX_I2400M_USB=m +CONFIG_WINBOND_840=m +CONFIG_WINBOND_FIR=m +CONFIG_WIRELESS=y +CONFIG_WIRELESS_EXT=y +CONFIG_WIZNET_BUS_ANY=y +# CONFIG_WIZNET_BUS_DIRECT is not set +# CONFIG_WIZNET_BUS_INDIRECT is not set +CONFIG_WIZNET_W5100=m +CONFIG_WIZNET_W5300=m +CONFIG_WL1251=m +CONFIG_WL1251_SDIO=m +CONFIG_WL1251_SPI=m +CONFIG_WL12XX=m +CONFIG_WL12XX_PLATFORM_DATA=y +CONFIG_WL18XX=m +CONFIG_WLAGS49_H2=m +CONFIG_WLAGS49_H25=m +CONFIG_WLAN=y +CONFIG_WLCORE=m +CONFIG_WLCORE_SDIO=m +CONFIG_WLCORE_SPI=m +CONFIG_WL_TI=y +CONFIG_WM831X_BACKUP=m +CONFIG_WM831X_POWER=m +CONFIG_WM831X_WATCHDOG=m +CONFIG_WM8350_POWER=m +CONFIG_WM8350_WATCHDOG=m +CONFIG_X25=m +CONFIG_X25_ASY=m +CONFIG_X509_CERTIFICATE_PARSER=y +CONFIG_X86=y +CONFIG_X86_32=y +CONFIG_X86_32_IRIS=m +# CONFIG_X86_32_NON_STANDARD is not set +CONFIG_X86_32_SMP=y +CONFIG_X86_64=y +CONFIG_X86_64_ACPI_NUMA=y +CONFIG_X86_64_SMP=y +CONFIG_X86_ACPI_CPUFREQ=y +CONFIG_X86_ACPI_CPUFREQ_CPB=y +# CONFIG_X86_ANCIENT_MCE is not set +CONFIG_X86_APM_BOOT=y +# CONFIG_X86_BIGSMP is not set +CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y +CONFIG_X86_CHECK_BIOS_CORRUPTION=y +CONFIG_X86_CMOV=y +CONFIG_X86_CMPXCHG64=y +CONFIG_X86_CPUFREQ_NFORCE2=y +CONFIG_X86_CPUID=m +CONFIG_X86_DEBUGCTLMSR=y +# CONFIG_X86_DECODER_SELFTEST is not set +CONFIG_X86_DEV_DMA_OPS=y +CONFIG_X86_EXTENDED_PLATFORM=y +# CONFIG_X86_E_POWERSAVER is not set +CONFIG_X86_GENERIC=y +CONFIG_X86_GX_SUSPMOD=m +CONFIG_X86_HT=y +CONFIG_X86_INTEL_MID=y +CONFIG_X86_INTEL_USERCOPY=y +CONFIG_X86_INTERNODE_CACHE_SHIFT=6 +CONFIG_X86_IO_APIC=y +CONFIG_X86_L1_CACHE_SHIFT=6 +CONFIG_X86_LOCAL_APIC=y +CONFIG_X86_LONGHAUL=m +CONFIG_X86_LONGRUN=m +CONFIG_X86_MCE=y +CONFIG_X86_MCE_AMD=y +CONFIG_X86_MCE_INJECT=m +CONFIG_X86_MCE_INTEL=y +CONFIG_X86_MCE_THRESHOLD=y +CONFIG_X86_MDFLD=y +CONFIG_X86_MPPARSE=y +CONFIG_X86_MSR=m +CONFIG_X86_NEED_RELOCS=y +CONFIG_X86_NUMACHIP=y +CONFIG_X86_P4_CLOCKMOD=m +CONFIG_X86_PAE=y +CONFIG_X86_PAT=y +CONFIG_X86_PCC_CPUFREQ=y +CONFIG_X86_PLATFORM_DEVICES=y +CONFIG_X86_PM_TIMER=y +CONFIG_X86_POWERNOW_K6=m +CONFIG_X86_POWERNOW_K7=m +CONFIG_X86_POWERNOW_K7_ACPI=y +CONFIG_X86_POWERNOW_K8=y +CONFIG_X86_PPRO_FENCE=y +# CONFIG_X86_PTDUMP is not set +# CONFIG_X86_RDC321X is not set +CONFIG_X86_REBOOTFIXUPS=y +CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y +CONFIG_X86_RESERVE_LOW=64 +CONFIG_X86_SMAP=y +CONFIG_X86_SPEEDSTEP_CENTRINO=y +CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE=y +CONFIG_X86_SPEEDSTEP_ICH=y +CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK=y +CONFIG_X86_SPEEDSTEP_SMI=y +CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y +CONFIG_X86_THERMAL_VECTOR=y +CONFIG_X86_TSC=y +CONFIG_X86_USE_PPRO_CHECKSUM=y +# CONFIG_X86_UV is not set +# CONFIG_X86_VERBOSE_BOOTUP is not set +# CONFIG_X86_VSMP is not set +CONFIG_X86_WANT_INTEL_MID=y +CONFIG_X86_X2APIC=y +CONFIG_X86_X32=y +CONFIG_XEN=y +CONFIG_XENFS=m +CONFIG_XEN_ACPI_PROCESSOR=y +CONFIG_XEN_BACKEND=y +CONFIG_XEN_BALLOON=y +CONFIG_XEN_BALLOON_MEMORY_HOTPLUG=y +CONFIG_XEN_BLKDEV_BACKEND=m +CONFIG_XEN_BLKDEV_FRONTEND=y +CONFIG_XEN_COMPAT_XENFS=y +# CONFIG_XEN_DEBUG_FS is not set +CONFIG_XEN_DEV_EVTCHN=m +CONFIG_XEN_DOM0=y +CONFIG_XEN_FBDEV_FRONTEND=m +CONFIG_XEN_GNTDEV=m +CONFIG_XEN_GRANT_DEV_ALLOC=m +CONFIG_XEN_HAVE_PVMMU=y +CONFIG_XEN_MCE_LOG=y +CONFIG_XEN_NETDEV_BACKEND=m +CONFIG_XEN_NETDEV_FRONTEND=y +CONFIG_XEN_PCIDEV_BACKEND=m +CONFIG_XEN_PCIDEV_FRONTEND=m +CONFIG_XEN_PRIVCMD=m +CONFIG_XEN_PRIVILEGED_GUEST=y +CONFIG_XEN_PVHVM=y +CONFIG_XEN_SAVE_RESTORE=y +CONFIG_XEN_SCRUB_PAGES=y +CONFIG_XEN_SELFBALLOONING=y +CONFIG_XEN_SYS_HYPERVISOR=y +CONFIG_XEN_TMEM=y +CONFIG_XEN_WDT=m +CONFIG_XEN_XENBUS_FRONTEND=y +CONFIG_XFRM=y +CONFIG_XFRM_ALGO=m +CONFIG_XFRM_IPCOMP=m +# CONFIG_XFRM_MIGRATE is not set +# CONFIG_XFRM_STATISTICS is not set +# CONFIG_XFRM_SUB_POLICY is not set +CONFIG_XFRM_USER=m +# CONFIG_XFS_DEBUG is not set +CONFIG_XFS_FS=m +CONFIG_XFS_POSIX_ACL=y +CONFIG_XFS_QUOTA=y +CONFIG_XFS_RT=y +CONFIG_XO15_EBOOK=m +CONFIG_XOR_BLOCKS=m +CONFIG_XPS=y +CONFIG_XZ_DEC=y +CONFIG_XZ_DEC_ARM=y +CONFIG_XZ_DEC_ARMTHUMB=y +CONFIG_XZ_DEC_BCJ=y +CONFIG_XZ_DEC_IA64=y +CONFIG_XZ_DEC_POWERPC=y +CONFIG_XZ_DEC_SPARC=y +CONFIG_XZ_DEC_TEST=m +CONFIG_XZ_DEC_X86=y +CONFIG_YAM=m +CONFIG_YELLOWFIN=m +CONFIG_YENTA=m +CONFIG_YENTA_ENE_TUNE=y +CONFIG_YENTA_O2=y +CONFIG_YENTA_RICOH=y +CONFIG_YENTA_TI=y +CONFIG_YENTA_TOSHIBA=y +CONFIG_ZBOOT_ROM_BSS=0x0 +CONFIG_ZBOOT_ROM_TEXT=0x0 +CONFIG_ZCACHE=y +CONFIG_ZD1211RW=m +# CONFIG_ZD1211RW_DEBUG is not set +CONFIG_ZEROPLUS_FF=y +CONFIG_ZISOFS=y +CONFIG_ZLIB_DEFLATE=m +CONFIG_ZLIB_INFLATE=y +CONFIG_ZNET=m +CONFIG_ZONE_DMA=y +CONFIG_ZRAM=m +# CONFIG_ZRAM_DEBUG is not set +CONFIG_ZSMALLOC=y --- linux-lowlatency-3.8.0.orig/debian.master/config/enforce +++ linux-lowlatency-3.8.0/debian.master/config/enforce @@ -0,0 +1,131 @@ +# +# SECURITY items +# +# Ensure this option is enabled. +value CONFIG_COMPAT_BRK n +value CONFIG_DEVKMEM n +value CONFIG_LSM_MMAP_MIN_ADDR 0 +value CONFIG_SECURITY y +!exists CONFIG_SECURITY_FILE_CAPABILITIES | value CONFIG_SECURITY_FILE_CAPABILITIES y +value CONFIG_SECURITY_SELINUX y +value CONFIG_SECURITY_SMACK y +value CONFIG_SECURITY_YAMA y +value CONFIG_SYN_COOKIES y +value CONFIG_DEFAULT_SECURITY_APPARMOR y +# For architectures which support this option ensure it is enabled. +!exists CONFIG_XEN_ACPI_PROCESSOR | value CONFIG_XEN_ACPI_PROCESSOR y +!exists CONFIG_SECCOMP | value CONFIG_SECCOMP y +!exists CONFIG_HAVE_ARCH_SECCOMP_FILTER | value CONFIG_SECCOMP_FILTER y +!exists CONFIG_CC_STACKPROTECTOR | value CONFIG_CC_STACKPROTECTOR y +!exists CONFIG_DEBUG_RODATA | value CONFIG_DEBUG_RODATA y +!exists CONFIG_DEBUG_SET_MODULE_RONX | value CONFIG_DEBUG_SET_MODULE_RONX y +!exists CONFIG_STRICT_DEVMEM | value CONFIG_STRICT_DEVMEM y +# For architectures which support this option ensure it is disabled. +!exists CONFIG_COMPAT_VDSO | value CONFIG_COMPAT_VDSO n +!exists CONFIG_ACPI_CUSTOM_METHOD | value CONFIG_ACPI_CUSTOM_METHOD n +# Default to 32768 on ARM, 65536 for everything else. +(arch armel armhf &/ value CONFIG_DEFAULT_MMAP_MIN_ADDR 32768) | \ + value CONFIG_DEFAULT_MMAP_MIN_ADDR 65536 + +# upstart requires DEVTMPFS be enabled and mounted by default. +value CONFIG_DEVTMPFS y +value CONFIG_DEVTMPFS_MOUNT y + +# some /dev nodes require POSIX ACLs, like /dev/dsp +value CONFIG_TMPFS_POSIX_ACL y + +# Ramdisk size should be a minimum of 64M +value CONFIG_BLK_DEV_RAM_SIZE 65536 + +# LVM requires dm_mod built in to activate correctly (LP: #560717) +value CONFIG_BLK_DEV_DM y + +# sysfs: ensure all DEPRECATED items are off +!exists CONFIG_SYSFS_DEPRECATED_V2 | value CONFIG_SYSFS_DEPRECATED_V2 n +!exists CONFIG_SYSFS_DEPRECATED | value CONFIG_SYSFS_DEPRECATED n + +# automatically add local version will cause packaging failure +value CONFIG_LOCALVERSION_AUTO n + +# provide framebuffer console form the start +# UbuntuSpec:foundations-m-grub2-boot-framebuffer +value CONFIG_FRAMEBUFFER_CONSOLE y + +# GRUB changes will rely on built in vesafb on x86, +# UbuntuSpec:foundations-m-grub2-boot-framebuffer +#(( arch i386 | arch amd64 ) & value CONFIG_FB_VESA y) | \ +# value CONFIG_FB_VESA m | !exists CONFIG_FB_VESA +value CONFIG_FB_VESA m | !exists CONFIG_FB_VESA + +# Build in uinput module so that it's always available (LP: 584812) +value CONFIG_INPUT_UINPUT y + +# upstart relies on getting all of the kernel arguments +value CONFIG_INIT_PASS_ALL_PARAMS y + +# Enabling CONFIG_IMA is vastly expensive, ensure it is off +value CONFIG_IMA n + +# Ensure CONFIG_IPV6 is y, if this is a module we get a module load for +# every ipv6 packet, bad. +value CONFIG_IPV6 y + +# Ensure ECRYPT_FS is y as it cannot be autoloaded and it has complex +# dependancies which can pull it =m at a whim. +value CONFIG_ECRYPT_FS y + +# Ensure CONFIG_EFI_VARS is y as debian-installer relies on having +# access to efivars when installing in EFI mode. See LP:837332 +value CONFIG_EFI_VARS y | !exists CONFIG_EFI_VARS + +# Ensure CONFIG_VFAT_FS is y for arm, needed to ensure we able to replace +# a kernel with the same version. Also needed for EFI based systems. +(arch armel armhf i386 amd64 &/ value CONFIG_VFAT_FS y) | \ + value CONFIG_VFAT_FS m + +# Ensure CONFIG_GPIO_TWL4030 is y for arm, LP:921934 +(arch armel armhf &/ value CONFIG_GPIO_TWL4030 y) | \ + value CONFIG_GPIO_TWL4030 m | \ + !exists CONFIG_GPIO_TWL4030 + +# Ensure CONFIG_THERM_ADT746X is y for powerpc-smp flavours. +# See LP:923094 +(flavour powerpc-smp &/ value CONFIG_THERM_ADT746X y) | \ + !exists CONFIG_THERM_ADT746X + +# Ensure CONFIG_NVRAM is y for powerpc-smp, LP:942193 +(flavour powerpc-smp powerpc-e500 powerpc-e500mc &/ value CONFIG_NVRAM y) | \ + (flavour powerpc-e500 powerpc-e500mc) | \ + value CONFIG_NVRAM m | \ + !exists CONFIG_NVRAM + +# Ensure CONFIG_STUB_POULSBO is disabled if CONFIG_DRM_PSB is enabled +# See LP:899244 +(!exists CONFIG_DRM_PSB | value CONFIG_DRM_PSB n) | \ +((value CONFIG_DRM_PSB y | value CONFIG_DRM_PSB m) & (value CONFIG_STUB_POULSBO n | !exists CONFIG_STUB_POULSBO)) + +# Ensure CONFIG_B43_BCMA_EXTRA is disabled if CONFIG_BRCMSMAC is enabled. +# Otherwise b43 and brcmsmac will overlap in the hardware they claim to +# support. +(!exists CONFIG_BRCMSMAC | value CONFIG_BRCMSMAC n) | \ +((value CONFIG_BRCMSMAC y | value CONFIG_BRCMSMAC m) & (value CONFIG_B43_BCMA_EXTRA n | !exists CONFIG_B43_BCMA_EXTRA)) + +# CONFIG_AUDIT_LOGINUID_IMMUTABLE is not compatible with upstart +value CONFIG_AUDIT_LOGINUID_IMMUTABLE n + +# CONFIG_I2C_DESIGNWARE_PLATFORM is required by Calxeda Highbank +(flavour generic & arch armhf &/ value CONFIG_I2C_DESIGNWARE_PLATFORM m) | \ +value CONFIG_I2C_DESIGNWARE_PLATFORM m | \ +!exists CONFIG_I2C_DESIGNWARE_PLATFORM + +# Don't use the generic ehci/ohci code on omap, it doesn't work +(flavour generic & arch armhf &/ value CONFIG_USB_EHCI_HCD_PLATFORM n & value CONFIG_USB_OHCI_HCD_PLATFORM n) | \ + !exists MISSING + +# CONFIG_DRM_MGAG200, experimental driver hangs boot on HP Proliant Gen8 +# See LP:1042903 +(!exists CONFIG_DRM_MGAG200 | value CONFIG_DRM_MGAG200 n) + +# CONFIG_PARPORT_PC_FIFO, causes slow/stutter printing on parallel port +# See LP:339752 +(!exists CONFIG_PARPORT_PC_FIFO | value CONFIG_PARPORT_PC_FIFO n) --- linux-lowlatency-3.8.0.orig/debian.master/config/annotations +++ linux-lowlatency-3.8.0/debian.master/config/annotations @@ -0,0 +1,2630 @@ +# not a thing +CONFIG_USB_OHCI_HCD_PLATFORM - flag +CONFIG_USB_EHCI_HCD_PLATFORM - flag +CONFIG_USB_OHCI_HCD_PPC_OF_LE - flag +# Overall defaults +set +all !flag EXPERIMENTAL !flag IGNORE ?type tristate = m +# Mark debugging symbols. +# default all debug symbols off +set +pattern '(^|_)DEBUG(_|$)' ?type bool = n flag +set +pattern '(^|_)DEBUG(_|$)' ?type tristate = n flag +# ROOT +CONFIG_64BIT p policy<(arch amd64 &/ value y) | (flavour powerpc64-smp &/ value y) | value n> +CONFIG_RELOCATABLE y +CONFIG_ARM_PATCH_PHYS_VIRT y +CONFIG_PPC64 p policy<(flavour powerpc64-smp &/ value y) | value n> +CONFIG_NR_IRQS 512 +# Advanced setup +CONFIG_ADVANCED_OPTIONS n +CONFIG_LOWMEM_CAM_NUM 3 +CONFIG_DYNAMIC_MEMSTART y +# Boot options +CONFIG_KEXEC y +CONFIG_CRASH_DUMP y +CONFIG_USE_OF y +CONFIG_ATAGS y +CONFIG_DEPRECATED_PARAM_STRUCT n +CONFIG_ARM_APPENDED_DTB n +CONFIG_CMDLINE "" +CONFIG_AUTO_ZRELADDR y +CONFIG_ATAGS_PROC y +# Bus options +CONFIG_ISA p policy<(arch i386 &/ value y) | value n> mark +CONFIG_ISA_DMA_API y +CONFIG_EISA y mark +CONFIG_EISA_VLB_PRIMING y +CONFIG_EISA_PCI_EISA y +CONFIG_EISA_VIRTUAL_ROOT y +CONFIG_EISA_NAMES y +CONFIG_ALIX y +CONFIG_NET5501 y +CONFIG_GEOS y +CONFIG_FSL_LBC y +# Bus options > PCCard (PCMCIA/CardBus) support +CONFIG_PCCARD p policy<(arch armhf &/ value n) | value m> note +CONFIG_PCMCIA m mark +CONFIG_PCMCIA_LOAD_CIS y +CONFIG_CARDBUS y mark +CONFIG_YENTA_O2 y +CONFIG_YENTA_RICOH y +CONFIG_YENTA_TI y +CONFIG_YENTA_ENE_TUNE y +CONFIG_YENTA_TOSHIBA y +# Bus options (PCI etc.) +# Bus options (PCI etc.) > PCCard (PCMCIA/CardBus) support +# Bus options (PCI etc.) > PCI support +CONFIG_PCI y mark +CONFIG_PCI_MMCONFIG y +CONFIG_PCI_CNB20LE_QUIRK n +CONFIG_PCIEPORTBUS y +CONFIG_HOTPLUG_PCI_PCIE y mark +CONFIG_PCIEAER y +CONFIG_PCIE_ECRC n +CONFIG_PCIEAER_INJECT n flag +CONFIG_PCIEASPM y +CONFIG_PCIEASPM_DEFAULT y +CONFIG_PCIEASPM_POWERSAVE n +CONFIG_PCIEASPM_PERFORMANCE n +CONFIG_PCI_MSI y +CONFIG_PCI_REALLOC_ENABLE_AUTO y +CONFIG_HT_IRQ y +CONFIG_PCI_IOV y +CONFIG_PCI_PRI y +CONFIG_PCI_PASID y +CONFIG_PCI_IOAPIC p policy<(arch i386 amd64 &/ value y) | value m> note +CONFIG_RAPIDIO y +CONFIG_RAPIDIO_TSI721 y +CONFIG_RAPIDIO_DISC_TIMEOUT 30 +CONFIG_RAPIDIO_ENABLE_RX_TX_PORTS n +CONFIG_RAPIDIO_DMA_ENGINE y +CONFIG_RAPIDIO_TSI57X y +CONFIG_RAPIDIO_CPS_XX y +CONFIG_RAPIDIO_TSI568 y +CONFIG_RAPIDIO_CPS_GEN2 y +CONFIG_RAPIDIO_TSI500 y +CONFIG_PCI_GOANY y +#CONFIG_FSL_RIO n y +# Bus options (PCI etc.) > PCI support > Support for PCI Hotplug +CONFIG_HOTPLUG_PCI y mark +CONFIG_HOTPLUG_PCI_CPCI y +CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM y +# Bus options > PCI support +CONFIG_PCI y mark +CONFIG_HOTPLUG_PCI_PCIE y mark +CONFIG_PCI_IOAPIC p policy<(arch i386 amd64 &/ value y) | value m> note +CONFIG_PCIEAER_INJECT n flag +CONFIG_FSL_RIO p policy<(flavour powerpc-e500mc &/ value y) | value n> +# Bus options > PCI support > Support for PCI Hotplug +# Bus support +# Bus support > PCCard (PCMCIA/CardBus) support +# CPU Power Management +CONFIG_CPU_IDLE y +CONFIG_CPU_IDLE_MULTIPLE_DRIVERS n +CONFIG_CPU_IDLE_CALXEDA n +# CPU Power Management > CPU Frequency scaling +CONFIG_CPU_FREQ y mark +CONFIG_CPU_FREQ p policy<(arch armhf &/ value n) | value y> flag +CONFIG_CPU_FREQ_GOV_CONSERVATIVE y note +CONFIG_CPU_FREQ_GOV_ONDEMAND y note +CONFIG_CPU_FREQ_GOV_PERFORMANCE y note +CONFIG_CPU_FREQ_GOV_POWERSAVE y note +CONFIG_CPU_FREQ_GOV_USERSPACE y note +CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE y note +CONFIG_GENERIC_CPUFREQ_CPU0 y +CONFIG_CPU_FREQ_STAT p policy<(arch i386 amd64 armhf &/ value y) | value m> note +CONFIG_CPU_FREQ_STAT_DETAILS y +# CPU Power Management > CPU Frequency scaling > ARM CPU frequency scaling drivers +CONFIG_ARM_OMAP2PLUS_CPUFREQ y +# CPU Power Management > CPU Frequency scaling > PowerPC CPU frequency scaling drivers +CONFIG_CPU_FREQ_MAPLE y +# CPU Power Management > CPU Frequency scaling > x86 CPU frequency scaling drivers +CONFIG_X86_ACPI_CPUFREQ y note +CONFIG_X86_ACPI_CPUFREQ_CPB y +CONFIG_X86_POWERNOW_K8 y note +CONFIG_X86_SPEEDSTEP_CENTRINO y note +CONFIG_X86_SPEEDSTEP_ICH y note +CONFIG_X86_SPEEDSTEP_SMI y note +CONFIG_X86_PCC_CPUFREQ y note +CONFIG_X86_CPUFREQ_NFORCE2 y note +CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE y +CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK y +# Cryptographic API +set +tree 'CRYPTO' ?flag EXPERIMENTAL ?type bool = n +set +tree 'CRYPTO' ?flag EXPERIMENTAL ?type tristate = m note +CONFIG_CRYPTO y mark +CONFIG_CRYPTO_CRC32C y note +CONFIG_CRYPTO_CRC32C_INTEL y note +CONFIG_CRYPTO_CRC32C y note +CONFIG_CRYPTO_AES y note +CONFIG_CRYPTO_CBC y note +CONFIG_CRYPTO_ECB y note +CONFIG_CRYPTO_HMAC y note +CONFIG_CRYPTO_MANAGER y note +CONFIG_CRYPTO_MD5 y note +CONFIG_CRYPTO_SHA1 y note +CONFIG_CRYPTO_SHA256 y note +CONFIG_CRYPTO_LZO y note +CONFIG_CRYPTO_SHA512 y +CONFIG_CRYPTO_MANAGER_DISABLE_TESTS y flag +CONFIG_CRYPTO_TEST m flag +# Cryptographic API > Asymmetric (public-key cryptographic) key type +CONFIG_ASYMMETRIC_KEY_TYPE y +CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE y +CONFIG_PUBLIC_KEY_ALGO_RSA y +CONFIG_X509_CERTIFICATE_PARSER y +# Cryptographic API > Hardware crypto devices +CONFIG_CRYPTO_DEV_PADLOCK y note +CONFIG_CRYPTO_HW y +CONFIG_CRYPTO_DEV_NX y +CONFIG_CRYPTO_DEV_FSL_CAAM_INTC y +CONFIG_CRYPTO_DEV_FSL_CAAM_INTC_COUNT_THLD 255 +CONFIG_CRYPTO_DEV_FSL_CAAM_INTC_TIME_THLD 2048 +CONFIG_CRYPTO_DEV_FSL_CAAM_RINGSIZE 9 +CONFIG_CRYPTO_DEV_HIFN_795X_RNG y +# Device Drivers +CONFIG_POWER_AVS y +# Device Drivers > 1-wire Bus Masters +# Device Drivers > 1-wire Slaves +CONFIG_W1_SLAVE_DS2433_CRC n +# Device Drivers > Accelerometers +# Device Drivers > Accessibility support +CONFIG_ACCESSIBILITY n flag +# Device Drivers > Active cards +# Device Drivers > Amplifiers +# Device Drivers > Analog to digital converters +CONFIG_LP8788_ADC y +# Device Drivers > Android +CONFIG_ANDROID y +CONFIG_ANDROID_BINDER_IPC y +CONFIG_ASHMEM y +CONFIG_ANDROID_TIMED_OUTPUT y +CONFIG_ANDROID_LOW_MEMORY_KILLER y +CONFIG_ANDROID_INTF_ALARM_DEV y +# Device Drivers > ATA/ATAPI/MFM/RLL support (DEPRECATED) +# Device Drivers > Atmel devices (AVR32 and AT91) +# Device Drivers > Auxiliary Display support +CONFIG_AUXDISPLAY y +CONFIG_KS0108_DELAY 2 +CONFIG_CFAG12864B_RATE 20 +# Device Drivers > Block devices +CONFIG_BLK_DEV y mark mark +CONFIG_BLK_DEV_LOOP y note +CONFIG_BLK_DEV_RAM y note +CONFIG_BLK_DEV_HD n note +CONFIG_BLK_DEV_LOOP_MIN_COUNT 8 +CONFIG_BLK_DEV_RAM_COUNT 16 +CONFIG_BLK_DEV_RAM_SIZE 65536 +CONFIG_XEN_BLKDEV_FRONTEND y note +CONFIG_VIRTIO_BLK p policy<(arch i386 amd64 &/ value y) | (arch armhf &/ value n) | value m> note +CONFIG_BLK_DEV_XD n note +CONFIG_BLK_DEV_UMEM m note +CONFIG_BLK_DEV_RBD m note +CONFIG_BLK_DEV_XIP n note +CONFIG_PARIDE_EPATC8 n +CONFIG_CISS_SCSI_TAPE y +CONFIG_DRBD_FAULT_INJECTION n +CONFIG_CDROM_PKTCDVD_BUFFERS 8 +CONFIG_CDROM_PKTCDVD_WCACHE n +CONFIG_MG_DISK_RES 0 +# Device Drivers > Broadcom specific AMBA +CONFIG_BCMA_HOST_PCI y +CONFIG_BCMA_DRIVER_GMAC_CMN y +CONFIG_BCMA_DRIVER_GPIO y +# Device Drivers > Bus devices +CONFIG_OMAP_INTERCONNECT y note +# Device Drivers > Character devices +set +tree 'Device Drivers,Character devices' ?flag EXPERIMENTAL ?type bool = n +set +tree 'Device Drivers,Character devices' ?flag EXPERIMENTAL ?type tristate = n +set +tree 'Device Drivers,Character devices' !flag EXPERIMENTAL ?type tristate = m +CONFIG_HW_RANDOM y mark +CONFIG_SERIAL_NONSTANDARD y +CONFIG_DEVKMEM n mark +CONFIG_TTY_PRINTK y +CONFIG_VT y +CONFIG_VT_CONSOLE y +CONFIG_VT_HW_CONSOLE_BINDING y +CONFIG_CONSOLE_TRANSLATIONS y +CONFIG_DEVPTS_MULTIPLE_INSTANCES y +CONFIG_LEGACY_PTYS y +CONFIG_LEGACY_PTY_COUNT 0 +CONFIG_UNIX98_PTYS y +CONFIG_HPET y +CONFIG_HPET_MMAP y +CONFIG_HW_RANDOM y +CONFIG_HVC_XEN y +CONFIG_HVC_XEN_FRONTEND y +CONFIG_HVC_DCC y +CONFIG_HVC_CONSOLE n +CONFIG_HVC_OPAL y +CONFIG_HVC_RTAS y +CONFIG_HVC_UDBG y +CONFIG_MAX_RAW_DEVS 256 +CONFIG_LP_CONSOLE n +CONFIG_CYZ_INTR n +CONFIG_STALDRV y +CONFIG_HW_RANDOM_ATMEL n note +CONFIG_NVRAM p policy<(arch powerpc &/ value y) | value m> note +CONFIG_HW_RANDOM_PASEMI p policy<(arch powerpc &/ value y) | value m> note +CONFIG_HVC_CONSOLE y +CONFIG_HVC_OLD_HVSI y +CONFIG_HVCS y +# Device Drivers > Character devices > IPMI top-level message handler +CONFIG_IPMI_PANIC_EVENT n +# Device Drivers > Character devices > PCMCIA character devices +# Device Drivers > Character devices > Serial drivers +CONFIG_SERIAL_8250_CONSOLE y +CONFIG_SERIAL_8250_DETECT_IRQ n +CONFIG_SERIAL_8250_EXTENDED y +CONFIG_SERIAL_8250_MANY_PORTS y +CONFIG_SERIAL_8250_NR_UARTS 48 +CONFIG_SERIAL_8250_RSA y +CONFIG_SERIAL_8250_RUNTIME_UARTS 32 +CONFIG_SERIAL_8250_SHARE_IRQ y +CONFIG_SERIAL_8250_EM n +CONFIG_SERIAL_8250 y note +CONFIG_SERIAL_8250_PCI p policy<(arch i386 amd64 armhf &/ value y) | value m> note +CONFIG_SERIAL_8250_PNP p policy<(arch i386 amd64 armhf &/ value y) | value m> note +CONFIG_SERIAL_ALTERA_UART_BAUDRATE 115200 +CONFIG_SERIAL_ALTERA_UART_MAXPORTS 4 +CONFIG_SERIAL_AMBA_PL011 p policy<(arch armhf &/ value y) | value m> +CONFIG_SERIAL_AMBA_PL011_CONSOLE y +CONFIG_SERIAL_ARC_NR_PORTS 1 +CONFIG_SERIAL_SCCNXP y +CONFIG_SERIAL_SCCNXP_CONSOLE y +CONFIG_SERIAL_PMACZILOG_CONSOLE y +CONFIG_SERIAL_PMACZILOG_TTYS n +CONFIG_SERIAL_KGDB_NMI y +CONFIG_SERIAL_MAX310X y +CONFIG_SERIAL_OMAP_CONSOLE y +CONFIG_SERIAL_OMAP p policy<(arch armhf &/ value y) | value m> note +CONFIG_SERIAL_PMACZILOG p policy<(arch powerpc &/ value y) | value m> note +CONFIG_SERIAL_IMX y +CONFIG_SERIAL_IMX_CONSOLE y +# Device Drivers > Character devices > TPM Hardware Support +CONFIG_TCG_TPM y mark +CONFIG_TCG_TPM y +# Device Drivers > Common Clock Framework +CONFIG_COMMON_CLK_VERSATILE y +# Device Drivers > Connector - unified userspace <- > kernelspace linker +CONFIG_CONNECTOR y mark +CONFIG_PROC_EVENTS y +# Device Drivers > Customise DVB Frontends +CONFIG_DVB_DUMMY_FE n note +# Device Drivers > Dallas's 1-wire support +CONFIG_W1_CON y +# Device Drivers > Device Tree and Open Firmware support +CONFIG_PROC_DEVICETREE y +CONFIG_OF_SELFTEST n flag +# Device Drivers > Digital gyroscope sensors +# Device Drivers > Digital to analog converters +# Device Drivers > Distributed Switch Architecture drivers +# Device Drivers > DMA Engine support +CONFIG_DMADEVICES y +CONFIG_NET_DMA y +CONFIG_DW_DMAC_BIG_ENDIAN_IO n +CONFIG_MX3_IPU y +CONFIG_MX3_IPU_IRQS 4 +CONFIG_MXS_DMA n +CONFIG_PL330_DMA p policy<(arch armhf &/ value m)> note +CONFIG_DMATEST n flag +CONFIG_DMA_OMAP y +CONFIG_AMBA_PL08X y +CONFIG_IMX_SDMA n +CONFIG_IMX_DMA n +CONFIG_ASYNC_TX_DMA p policy<(arch i388 armhf &/ value y) | value n> +# Device Drivers > EDAC (Error Detection And Correction) reporting +set +tree 'Device Drivers,EDAC (Error Detection And Correction) reporting' ?flag EXPERIMENTAL ?type bool = n +set +tree 'Device Drivers,EDAC (Error Detection And Correction) reporting' ?flag EXPERIMENTAL ?type tristate = m note +CONFIG_EDAC y +CONFIG_EDAC_LEGACY_SYSFS y +CONFIG_EDAC_AMD64_ERROR_INJECTION n +CONFIG_EDAC_MM_EDAC p policy<(arch armhf &/ value y) | value m> +CONFIG_EDAC_HIGHBANK_MC y +CONFIG_EDAC_HIGHBANK_L2 y +# Device Drivers > Encoders, decoders, sensors and other helper chips +# Device Drivers > External Connector Class (extcon) support +CONFIG_EXTCON y mark +# Device Drivers > Frequency Synthesizers DDS/PLL +# Device Drivers > Frequency Synthesizers DDS/PLL > Clock Generator/Distribution +# Device Drivers > Frequency Synthesizers DDS/PLL > Phase-Locked Loop (PLL) frequency synthesizers +# Device Drivers > Fusion MPT device support +CONFIG_FUSION y +CONFIG_FUSION_MAX_SGE 128 +CONFIG_FUSION_LOGGING y +# Device Drivers > Generic Driver Options +CONFIG_UEVENT_HELPER_PATH "" +CONFIG_DEVTMPFS y note +CONFIG_DEVTMPFS_MOUNT y note +CONFIG_STANDALONE p policy<(arch i386 amd64 &/ value n) | value y> +CONFIG_PREVENT_FIRMWARE_BUILD y +CONFIG_FW_LOADER y note mark +CONFIG_FIRMWARE_IN_KERNEL y +CONFIG_EXTRA_FIRMWARE "" +CONFIG_CMA y +CONFIG_CMA_SIZE_MBYTES 16 +CONFIG_CMA_SIZE_SEL_MBYTES y +CONFIG_CMA_ALIGNMENT 8 +CONFIG_CMA_AREAS 7 +# Device Drivers > Generic Dynamic Voltage and Frequency Scaling (DVFS) support +CONFIG_PM_DEVFREQ y +CONFIG_DEVFREQ_GOV_PERFORMANCE y +CONFIG_DEVFREQ_GOV_POWERSAVE y +CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND y +CONFIG_DEVFREQ_GOV_USERSPACE y +# Device Drivers > Generic Target Core Mod (TCM) and ConfigFS Infrastructure +# Device Drivers > Generic Thermal sysfs driver +CONFIG_THERMAL y mark +CONFIG_CPU_THERMAL y +CONFIG_FAIR_SHARE y +CONFIG_STEP_WISE y +CONFIG_USER_SPACE y +CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE y +# Device Drivers > GPIO Support +set +tree 'Device Drivers,GPIO Support' ?flag EXPERIMENTAL ?type bool = n +set +tree 'Device Drivers,GPIO Support' ?flag EXPERIMENTAL ?type tristate = n +set +tree 'Device Drivers,GPIO Support' ?pattern ^GPIO_ ?type bool !flag EXPERIMENTAL = y +CONFIG_GPIOLIB y mark +CONFIG_GPIO_TWL4030 p policy<(arch armhf &/ value y) | value m> note +CONFIG_GPIO_CS5535 p policy<(value CONFIG_OLPC_X01_SCI y &/ value y) | value m> note +CONFIG_GPIO_GE_FPGA y +CONFIG_GPIO_EM n note +# Device Drivers > Graphics support +set +tree 'Device Drivers,Graphics support' ?flag EXPERIMENTAL ?type bool = n +set +tree 'Device Drivers,Graphics support' ?flag EXPERIMENTAL ?type tristate = m note +set +tree 'Device Drivers,Graphics support' !flag EXPERIMENTAL ?type tristate = m +set +tree 'Device Drivers,Graphics support' ?pattern ^FB_[^_]+$ ?type bool !flag EXPERIMENTAL = y +set +tree 'Device Drivers,Graphics support' ?pattern ^FB_[^_]+$ ?type bool ?flag EXPERIMENTAL = y note +set +tree 'Device Drivers,Graphics support' ?pattern _(KMS|BACKLIGHT|I2C)$ ?type bool !flag EXPERIMENTAL = y +CONFIG_DRM_LOAD_EDID_FIRMWARE y +CONFIG_VGA_ARB y +CONFIG_VGA_ARB_MAX_GPUS 16 +CONFIG_VGA_SWITCHEROO y +CONFIG_STUB_POULSBO n note +# Device Drivers > Graphics support > Backlight & LCD device support +CONFIG_BACKLIGHT_LCD_SUPPORT y +CONFIG_BACKLIGHT_CLASS_DEVICE y +# Device Drivers > Graphics support > Console display driver support +CONFIG_VGA_CONSOLE y +CONFIG_FONTS p policy<(arch armhf &/ value y) | value n> +CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY y +CONFIG_FRAMEBUFFER_CONSOLE_ROTATION n +CONFIG_VGACON_SOFT_SCROLLBACK n +CONFIG_FONT_10x18 n +CONFIG_FONT_6x11 n +CONFIG_FONT_7x14 n +CONFIG_FONT_8x8 y +CONFIG_FONT_8x16 y +CONFIG_FONT_ACORN_8x8 y +CONFIG_FONT_MINI_4x6 n +CONFIG_FONT_PEARL_8x8 n +CONFIG_FONT_SUN12x22 n +CONFIG_FONT_SUN8x16 n +CONFIG_FRAMEBUFFER_CONSOLE y note +# Device Drivers > Graphics support > /dev/agpgart (AGP Support) +CONFIG_AGP y note mark +CONFIG_AGP_AMD64 y note +CONFIG_AGP_INTEL y note +CONFIG_AGP_VIA y note +CONFIG_AGP_AMD y note +CONFIG_AGP_NVIDIA y note +# Device Drivers > Graphics support > Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) +CONFIG_DRM_EXYNOS n flag +#CONFIG_DRM_EXYNOS_FIMC y +#CONFIG_DRM_EXYNOS_IPP y +#CONFIG_DRM_EXYNOS_ROTATOR y +CONFIG_DRM_VMWGFX_FBCON n +CONFIG_DRM_GMA600 y +CONFIG_DRM_GMA3600 y +CONFIG_NOUVEAU_DEBUG 5 +CONFIG_NOUVEAU_DEBUG_DEFAULT 3 +CONFIG_DRM_EXYNOS_DMABUF y +CONFIG_DRM_EXYNOS_FIMD y +CONFIG_DRM_EXYNOS_G2D y +CONFIG_DRM_EXYNOS_HDMI n +CONFIG_DRM_EXYNOS_VIDI y +CONFIG_DRM_MGAG200 n note flag +# Device Drivers > Graphics support > Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) > I2C encoder or helper chips +# Device Drivers > Graphics support > Exynos Video driver support +CONFIG_EXYNOS_VIDEO y +# Device Drivers > Graphics support > OMAP2/3 Display Device Drivers +CONFIG_PANEL_GENERIC_DPI y +CONFIG_PANEL_TFP410 y +CONFIG_PANEL_SHARP_LS037V7DW01 y +CONFIG_PANEL_TPO_TD043MTEA1 y +# Device Drivers > Graphics support > OMAP2+ Display Subsystem support +CONFIG_OMAP2_DSS_COLLECT_IRQ_STATS n +CONFIG_OMAP2_DSS_DEBUGFS n +CONFIG_OMAP2_DSS_DPI y +CONFIG_OMAP2_DSS_DSI n +CONFIG_OMAP4_DSS_HDMI y +CONFIG_OMAP2_DSS_MIN_FCK_PER_PCK 0 +CONFIG_OMAP2_DSS_RFBI n +CONFIG_OMAP2_DSS_SDI y +CONFIG_OMAP2_DSS_SLEEP_AFTER_VENC_RESET y +CONFIG_OMAP2_DSS_VENC y +CONFIG_OMAP2_DSS p policy<(arch armhf &/ value y) | value m> note +# Device Drivers > Graphics support > Support for frame buffer devices +CONFIG_FB y mark +CONFIG_FB_MODE_HELPERS y +CONFIG_FIRMWARE_EDID y +CONFIG_FB_TILEBLITTING y +CONFIG_FB_CARMINE_DRAM_EVAL y +CONFIG_FB_CYBER2000_DDC y +CONFIG_FB_ATY_CT y +CONFIG_FB_ATY_GX y +CONFIG_FB_MATROX_G y +CONFIG_FB_MATROX_MILLENIUM y +CONFIG_FB_MATROX_MYSTIQUE y +CONFIG_FB_MB862XX_PCI_GDC y +CONFIG_FB_PM2_FIFO_DISCONNECT y +CONFIG_FB_S3_DDC y +CONFIG_FB_SIS_300 y +CONFIG_FB_SIS_315 y +CONFIG_FB_TMIO_ACCELL y +CONFIG_FB_VIA_X_COMPATIBILITY y +CONFIG_FB_PS3_DEFAULT_SIZE_M 9 +CONFIG_FB_VOODOO1 p policy<(arch powerpc &/ value y) | value m> note +CONFIG_FB_3DFX p policy<(arch powerpc &/ value y) | value m> note +CONFIG_FB_PS3 p policy<(arch powerpc &/ value y) | value m> note +CONFIG_FB_ATY128 p policy<(arch powerpc &/ value y) | value m> note +CONFIG_FB_RADEON p policy<(arch powerpc &/ value y) | value m> note +CONFIG_FB_VIRTUAL n flag +CONFIG_FB_ARMCLCD y +CONFIG_FB_MX3 y +# Device Drivers > Graphics support > Support for frame buffer devices > Bootup logo +CONFIG_LOGO n +# Device Drivers > Graphics support > Support for frame buffer devices > Framebuffer foreign endianness support +CONFIG_FB_FOREIGN_ENDIAN n +# Device Drivers > Graphics support > Support for frame buffer devices > OMAP2+ frame buffer support +CONFIG_FB_OMAP2_NUM_FBS 3 +CONFIG_FB_OMAP2 p policy<(arch armhf &/ value y) | value m> note +# Device Drivers > Hardware Monitoring support +CONFIG_HWMON y mark +CONFIG_HWMON y mark mark +# Device Drivers > Hardware Monitoring support > PMBus support +# Device Drivers > Hardware Spinlock drivers +CONFIG_HWSPINLOCK_OMAP y note +# Device Drivers > Hid Sensor IIO Common +CONFIG_HID_SENSOR_ENUM_BASE_QUIRKS n +# Device Drivers > HID support +set +tree 'Device Drivers,HID support' ?flag EXPERIMENTAL ?type bool = n +set +tree 'Device Drivers,HID support' ?flag EXPERIMENTAL ?type tristate = m note +set +tree 'Device Drivers,HID support' ?pattern _FF$ ?type bool !flag EXPERIMENTAL = y +# Device Drivers > HID support > HID bus support +CONFIG_HID m mark mark +CONFIG_HIDRAW y +CONFIG_HID_BATTERY_STRENGTH y +# Device Drivers > HID support > HID bus support > Special HID drivers +CONFIG_HID_PICOLCD_BACKLIGHT y +CONFIG_HID_PICOLCD_CIR y +CONFIG_HID_PICOLCD_FB y +CONFIG_HID_PICOLCD_LCD y +CONFIG_HID_PICOLCD_LEDS y +CONFIG_HID_WIIMOTE_EXT y +# Device Drivers > HID support > I2C HID support +# Device Drivers > HID support > USB HID support +CONFIG_HID_PID y +# Device Drivers > HID support > USB HID support > USB HID transport layer +CONFIG_USB_HIDDEV y +# Device Drivers > HID support > USB HID support > USB HID transport layer > USB HID Boot Protocol drivers +# Device Drivers > HSI support +# Device Drivers > I2C Algorithms +CONFIG_I2C_ALGOBIT p policy<(arch powerpc &/ value y) | value m> note +# Device Drivers > I2C Hardware Bus support +set +tree 'Device Drivers,I2C Hardware Bus support' ?flag EXPERIMENTAL ?type bool = n +set +tree 'Device Drivers,I2C Hardware Bus support' ?flag EXPERIMENTAL ?type tristate = m note +CONFIG_I2C_OMAP p policy<(arch armhf &/ value y) | value m> note +CONFIG_I2C_DESIGNWARE_PLATFORM p policy<(arch armhf &/ value m) | value n> note +CONFIG_I2C_POWERMAC p policy<(arch powerpc &/ value y) | value m> note +CONFIG_I2C_IMX y +# Device Drivers > I2C support +set +tree 'Device Drivers,I2C support' ?flag EXPERIMENTAL ?type bool = n +set +tree 'Device Drivers,I2C support' ?flag EXPERIMENTAL ?type tristate = m note +CONFIG_I2C y mark mark +CONFIG_I2C_COMPAT y +CONFIG_I2C_HELPER_AUTO y +# Device Drivers > I2C support > I2C bus multiplexing support +# Device Drivers > I2C support > I2C bus multiplexing support > Multiplexer I2C Chip support +# Device Drivers > I2O device support +CONFIG_I2O_LCT_NOTIFY_ON_CHANGES y +CONFIG_I2O_EXT_ADAPTEC y +CONFIG_I2O_EXT_ADAPTEC_DMA64 y +CONFIG_I2O_CONFIG_OLD_IOCTL n +# Device Drivers > IEEE 1394 (FireWire) support +# Device Drivers > IIO staging drivers +CONFIG_IIO_SIMPLE_DUMMY_BUFFER n note +CONFIG_IIO_SIMPLE_DUMMY_EVENTS n note +# Device Drivers > IIO staging drivers > Accelerometers +CONFIG_LIS3L02DQ p policy<(arch armhf &/ value n) | value m> flag +CONFIG_LIS3L02DQ_BUF_KFIFO y +# Device Drivers > IIO staging drivers > Active energy metering IC +# Device Drivers > IIO staging drivers > Analog digital bi-direction converters +# Device Drivers > IIO staging drivers > Analog to digital converters +CONFIG_AD799X_RING_BUFFER y +# Device Drivers > IIO staging drivers > Capacitance to digital converters +# Device Drivers > IIO staging drivers > Digital gyroscope sensors +# Device Drivers > IIO staging drivers > Direct Digital Synthesis +# Device Drivers > IIO staging drivers > Inertial measurement units +# Device Drivers > IIO staging drivers > Light sensors +# Device Drivers > IIO staging drivers > Magnetometer sensors +# Device Drivers > IIO staging drivers > Network Analyzer, Impedance Converters +# Device Drivers > IIO staging drivers > Resolver to digital converters +# Device Drivers > Industrial I/O support +CONFIG_IIO_BUFFER y +CONFIG_IIO_BUFFER_CB y +CONFIG_IIO_TRIGGER y +CONFIG_IIO_CONSUMERS_PER_TRIGGER 2 +# Device Drivers > IndustryPack bus support +# Device Drivers > Inertial measurement units +# Device Drivers > InfiniBand support +CONFIG_INFINIBAND_IPOIB_CM y +# Device Drivers > Input device support +set +tree 'Device Drivers,Input device support' ?flag EXPERIMENTAL ?type bool = n +set +tree 'Device Drivers,Input device support' ?flag EXPERIMENTAL ?type tristate = m note` +set +tree 'Device Drivers,Input device support' ?pattern ^MOUSE_PS2_ ?type bool !flag EXPERIMENTAL = y +set +tree 'Device Drivers,Input device support' ?pattern ^TOUCHSCREEN_ ?type bool !flag EXPERIMENTAL = y +set +tree 'Device Drivers,Input device support' ?pattern _FF$ ?type bool !flag EXPERIMENTAL = y +# Device Drivers > Input device support > Generic input layer (needed for keyboard, mouse, ...) +CONFIG_INPUT y mark mark +CONFIG_INPUT_EVDEV y +CONFIG_INPUT_MOUSEDEV y +CONFIG_INPUT_MOUSEDEV_PSAUX y +CONFIG_INPUT_MOUSEDEV_SCREEN_X 1024 +CONFIG_INPUT_MOUSEDEV_SCREEN_Y 768 +# Device Drivers > Input device support > Generic input layer (needed for keyboard, mouse, ...) > Joysticks/Gamepads +CONFIG_INPUT_JOYSTICK y +CONFIG_JOYSTICK_IFORCE_232 y +CONFIG_JOYSTICK_IFORCE_USB y +CONFIG_JOYSTICK_XPAD_LEDS y +# Device Drivers > Input device support > Generic input layer (needed for keyboard, mouse, ...) > Keyboards +CONFIG_INPUT_KEYBOARD y +CONFIG_KEYBOARD_ATKBD y note +# Device Drivers > Input device support > Generic input layer (needed for keyboard, mouse, ...) > Mice +CONFIG_INPUT_MOUSE y +CONFIG_MOUSE_INPORT n note +# Device Drivers > Input device support > Generic input layer (needed for keyboard, mouse, ...) > Miscellaneous devices +CONFIG_INPUT_MISC y +CONFIG_INPUT_UINPUT y +CONFIG_INPUT_KXTJ9_POLLED_MODE n +# Device Drivers > Input device support > Generic input layer (needed for keyboard, mouse, ...) > Tablets +CONFIG_INPUT_TABLET y +# Device Drivers > Input device support > Generic input layer (needed for keyboard, mouse, ...) > Touchscreens +CONFIG_INPUT_TOUCHSCREEN y +# Device Drivers > Input device support > Hardware I/O ports +CONFIG_SERIO y note +CONFIG_SERIO_I8042 y note +CONFIG_SERIO_LIBPS2 y note +# Device Drivers > IOMMU Hardware Support +CONFIG_IOMMU_SUPPORT y +CONFIG_AMD_IOMMU y +CONFIG_AMD_IOMMU_STATS y +CONFIG_AMD_IOMMU_V2 m +CONFIG_INTEL_IOMMU y +CONFIG_INTEL_IOMMU_DEFAULT_ON n note +CONFIG_IRQ_REMAP y +CONFIG_OMAP_IOMMU y +CONFIG_OMAP_IOVMM n note +# Device Drivers > ISDN feature submodules +# Device Drivers > ISDN support +CONFIG_ISDN y +CONFIG_HYSDN_CAPI y +# Device Drivers > ISDN support > CAPI 2.0 subsystem +CONFIG_ISDN_DRV_AVMB1_VERBOSE_REASON y +CONFIG_CAPI_TRACE y +CONFIG_ISDN_CAPI_MIDDLEWARE y +# Device Drivers > ISDN support > CAPI 2.0 subsystem > Active AVM cards +CONFIG_CAPI_AVM y +CONFIG_ISDN_DRV_AVMB1_B1PCIV4 y +# Device Drivers > ISDN support > CAPI 2.0 subsystem > Active Eicon DIVA Server cards +CONFIG_CAPI_EICON y +CONFIG_ISDN_DIVAS_BRIPCI y +CONFIG_ISDN_DIVAS_PRIPCI y +# Device Drivers > ISDN support > Modular ISDN driver +# Device Drivers > ISDN support > Old ISDN4Linux (deprecated) +CONFIG_ISDN_I4L - flag +CONFIG_ISDN_PPP y +CONFIG_ISDN_PPP_VJ y +CONFIG_ISDN_MPP y +CONFIG_IPPP_FILTER y +CONFIG_ISDN_AUDIO y +CONFIG_ISDN_TTY_FAX y +CONFIG_ISDN_X25 y +# Device Drivers > ISDN support > Siemens Gigaset support +CONFIG_GIGASET_CAPI n +# Device Drivers > iwl3945 / iwl4965 Debugging Options +CONFIG_IWLEGACY_DEBUGFS y +# Device Drivers > LED Support +CONFIG_NEW_LEDS y mark +CONFIG_LEDS_TRIGGERS y +CONFIG_LEDS_TRIGGER_CPU y +CONFIG_LEDS_CLASS y +CONFIG_LEDS_RENESAS_TPU y +CONFIG_LEDS_ASIC3 y +CONFIG_LEDS_PCA9532 m +CONFIG_LEDS_PCA9532_GPIO y +# Device Drivers > Light sensors +# Device Drivers > Macintosh device drivers +CONFIG_MACINTOSH_DRIVERS y +CONFIG_ADB_PMU y +CONFIG_ADB_PMU_LED y +CONFIG_ADB_PMU_LED_IDE n +CONFIG_PMAC_SMU y +CONFIG_ADB y +CONFIG_ADB_CUDA y +CONFIG_PMAC_MEDIABAY y +CONFIG_PMAC_BACKLIGHT y +CONFIG_PMAC_BACKLIGHT_LEGACY y +CONFIG_ADB_MACIO y +CONFIG_INPUT_ADBHID y +CONFIG_THERM_ADT746X y note +CONFIG_SENSORS_AMS m +CONFIG_SENSORS_AMS_PMU n +CONFIG_SENSORS_AMS_I2C n +# Device Drivers > Magnetometer sensors +# Device Drivers > Memory Controller drivers +CONFIG_MEMORY y mark +# Device Drivers > Memory Technology Device (MTD) support +set +tree 'Device Drivers,Memory Technology Device (MTD) support' ?flag EXPERIMENTAL ?type bool = n +set +tree 'Device Drivers,Memory Technology Device (MTD) support' ?flag EXPERIMENTAL ?type tristate = m note +CONFIG_MTD p policy<(arch armhf &/ value y) | value m> note +CONFIG_MTD_BLKDEVS p policy<(arch armhf &/ value y) | value m> note +CONFIG_MTD_BLOCK p policy<(arch armhf &/ value y) | value m> note +CONFIG_MTD_CHAR p policy<(arch armhf &/ value y) | value m> note +CONFIG_MTD_OF_PARTS p policy<(arch armhf &/ value y) | value m> note +CONFIG_SM_FTL m note +CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK -1 +CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED n +CONFIG_MTD_REDBOOT_PARTS_READONLY n +CONFIG_NFTL_RW y +CONFIG_MTD_NAND_ECC_SMC n +CONFIG_MTD_CMDLINE_PARTS y +# Device Drivers > Memory Technology Device (MTD) support > Enable UBI - Unsorted block images +CONFIG_MTD_UBI_WL_THRESHOLD 4096 +CONFIG_MTD_UBI_BEB_LIMIT 20 +CONFIG_MTD_UBI_FASTMAP y +# Device Drivers > Memory Technology Device (MTD) support > LPDDR flash memory drivers +# Device Drivers > Memory Technology Device (MTD) support > Mapping drivers for chip access +CONFIG_MTD_COMPLEX_MAPPINGS y +CONFIG_MTD_PHYSMAP_COMPAT n +CONFIG_MTD_PCMCIA_ANONYMOUS n +# Device Drivers > Memory Technology Device (MTD) support > NAND Device Support +CONFIG_MTD_NAND p policy<(arch armhf &/ value y) | value m> note +CONFIG_MTD_NAND_OMAP2 p policy<(arch armhf &/ value y) | value m> note +CONFIG_MTD_NAND_ECC_BCH y +CONFIG_MTD_NAND_MUSEUM_IDS n +CONFIG_MTD_NAND_OMAP_BCH y +CONFIG_MTD_NAND_OMAP_BCH8 y +# Device Drivers > Memory Technology Device (MTD) support > OneNAND Device Support +CONFIG_MTD_ONENAND_VERIFY_WRITE y +CONFIG_MTD_ONENAND_OTP n +CONFIG_MTD_ONENAND_2X_PROGRAM y +CONFIG_MTD_ONENAND_SIM n +# Device Drivers > Memory Technology Device (MTD) support > RAM/ROM/Flash chip drivers +CONFIG_MTD_CFI_ADV_OPTIONS n +CONFIG_MTD_MAP_BANK_WIDTH_1 y +CONFIG_MTD_MAP_BANK_WIDTH_2 y +CONFIG_MTD_MAP_BANK_WIDTH_4 y +CONFIG_MTD_MAP_BANK_WIDTH_8 n +CONFIG_MTD_MAP_BANK_WIDTH_16 n +CONFIG_MTD_MAP_BANK_WIDTH_32 n +CONFIG_MTD_CFI_I1 y +CONFIG_MTD_CFI_I2 y +CONFIG_MTD_CFI_I4 n +CONFIG_MTD_CFI_I8 n +# Device Drivers > Memory Technology Device (MTD) support > Self-contained MTD device drivers +CONFIG_MTD_PMC551_BUGFIX n +CONFIG_MTD_DATAFLASH_OTP y +CONFIG_M25PXX_USE_FAST_READ y +CONFIG_MTDRAM_TOTAL_SIZE 4096 +CONFIG_MTDRAM_ERASE_SIZE 128 +CONFIG_MTD_DOCPROBE_ADVANCED n +# Device Drivers > Microsoft Hyper-V guest support +# Device Drivers > Misc devices +CONFIG_CS5535_MFGPT n note +CONFIG_ARM_CHARLCD y +# Device Drivers > Misc devices > EEPROM support +# Device Drivers > Misc devices > Silicon Labs C2 port support +# Device Drivers > Misc devices > Texas Instruments shared transport line discipline +# Device Drivers > MMC/SD/SDIO card support +set +tree 'Device Drivers,MMC/SD/SDIO card support' ?flag EXPERIMENTAL ?type bool = n +set +tree 'Device Drivers,MMC/SD/SDIO card support' ?flag EXPERIMENTAL ?type tristate = m note +CONFIG_MMC y mark +CONFIG_MMC_BLOCK p policy<(arch armhf &/ value y) | value m> note +CONFIG_MMC_OMAP_HS p policy<(arch armhf &/ value y) | value m> note +CONFIG_MMC_SDHCI_PLTFM p policy<(arch armhf &/ value y) | value m> note +CONFIG_MMC_OMAP p policy<(arch armhf &/ value m)> note +CONFIG_MMC_TEST n flag +CONFIG_MMC_SDHCI p policy<(arch armhf &/ value y) | value m> note +CONFIG_MMC_BLOCK_MINORS 8 +CONFIG_MMC_BLOCK_BOUNCE y +CONFIG_MMC_DW_IDMAC n +CONFIG_MMC_RICOH_MMC y +CONFIG_MMC_ARMMMCI y +CONFIG_MMC_SDHCI_ESDHC_IMX y +CONFIG_MMC_MXC n +# Device Drivers > Mailbox Hardware Support +CONFIG_MAILBOX y mark +CONFIG_PL320_MBOX y +# Device Drivers > Multifunction device drivers +set +tree 'Device Drivers,Multifunction device drivers' ?pattern '^MFD_[^_]+(_SPI|_I2C|_CORE)?$' ?type bool !flag EXPERIMENTAL = y +set +tree 'Device Drivers,Multifunction device drivers' ?pattern '^MFD_[^_]+(_SPI|_I2C|_CORE)?$' ?type bool ?flag EXPERIMENTAL = y note +set +tree 'Device Drivers,Multifunction device drivers' ?pattern '^MFD_[^_]+(_SPI|_I2C|_CORE)?$' ?type tristate ?flag EXPERIMENTAL = y note +CONFIG_MFD_OMAP_USB_HOST y +CONFIG_EZX_PCAP p policy<(arch armhf &/ value n) | value m> flag +CONFIG_MFD_SM501_GPIO n +CONFIG_HTC_I2CPLD y +CONFIG_TWL4030_CORE y +CONFIG_TWL6040_CORE y +CONFIG_PMIC_DA903X y +CONFIG_PMIC_ADP5520 y +CONFIG_ABX500_CORE y +CONFIG_AB3100_CORE y +CONFIG_HTC_EGPIO y +CONFIG_TWL4030_POWER y +CONFIG_MFD_INTEL_MSIC y +# Device Drivers > Multifunction device drivers > Support STMicroelectronics STMPE +CONFIG_STMPE_I2C y +CONFIG_STMPE_SPI y +# Device Drivers > Multifunction device drivers > Support STMicroelectronics STMPE > STMPE Interface Drivers +# Device Drivers > Multimedia Capabilities Port drivers +# Device Drivers > Multimedia support +CONFIG_MEDIA_SUPPORT m mark +CONFIG_MEDIA_ANALOG_TV_SUPPORT y +CONFIG_MEDIA_DIGITAL_TV_SUPPORT y +CONFIG_MEDIA_RC_SUPPORT y +CONFIG_DVB_DYNAMIC_MINORS y +CONFIG_DVB_NET y +CONFIG_DVB_MAX_ADAPTERS 8 +CONFIG_MEDIA_SUBDRV_AUTOSELECT y +CONFIG_SMS_SIANO_RC y +CONFIG_VIDEO_FIXED_MINOR_RANGES n +# Device Drivers > Multimedia support > AM/FM radio receivers/transmitters support +CONFIG_MEDIA_RADIO_SUPPORT y +CONFIG_MEDIA_ATTACH y +# Device Drivers > Multimedia support > AM/FM radio receivers/transmitters support > Customize TV tuners +# Device Drivers > Multimedia support > AM/FM radio receivers/transmitters support > Radio Adapters +CONFIG_RADIO_ADAPTERS y +CONFIG_RADIO_SI470X y +# Device Drivers > Multimedia support > AM/FM radio receivers/transmitters support > Radio Adapters > ISA radio devices +CONFIG_V4L_RADIO_ISA_DRIVERS y +# Device Drivers > Multimedia support > Cameras/video grabbers support +CONFIG_MEDIA_CAMERA_SUPPORT y +CONFIG_MEDIA_CONTROLLER n +# Device Drivers > Multimedia support > Cameras/video grabbers support > ISA and parallel port devices +CONFIG_MEDIA_PARPORT_SUPPORT y +# Device Drivers > Multimedia support > Cameras/video grabbers support > Media test drivers +CONFIG_V4L_TEST_DRIVERS y +# Device Drivers > Multimedia support > Cameras/video grabbers support > Memory-to-memory multimedia devices +CONFIG_V4L_MEM2MEM_DRIVERS y +CONFIG_VIDEO_CODA n +# Device Drivers > Multimedia support > Cameras/video grabbers support > V4L platform devices +CONFIG_V4L_PLATFORM_DRIVERS y +CONFIG_VIDEO_MX3 n +CONFIG_VIDEO_SH_MOBILE_CSI2 p policy<(arch armhf &/ value m) | value n> +CONFIG_VIDEO_SH_MOBILE_CEU p policy<(arch armhf &/ value m) | value n> +# Device Drivers > Multimedia support > Media PCI Adapters +CONFIG_MEDIA_PCI_SUPPORT y +CONFIG_DVB_AV7110_OSD y +CONFIG_VIDEO_SAA7134_RC y +CONFIG_VIDEO_CX25821_ALSA m +# Device Drivers > Multimedia support > Media USB Adapters +CONFIG_MEDIA_USB_SUPPORT y +CONFIG_DVB_USB_DIBUSB_MB_FAULTY n +CONFIG_USB_PWC_INPUT_EVDEV y +CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV y +CONFIG_VIDEO_CX231XX_RC y +CONFIG_VIDEO_PVRUSB2_DVB y +CONFIG_VIDEO_PVRUSB2_SYSFS y +CONFIG_VIDEO_STK1160_AC97 y +CONFIG_VIDEO_PVRUSB2_DEBUGIFC n +# Device Drivers > Multimedia support > Media USB Adapters > GSPCA based webcams +# Device Drivers > Multimedia support > Remote controller decoders +CONFIG_RC_DECODERS y +# Device Drivers > Multimedia support > Remote Controller devices +CONFIG_RC_DEVICES y +CONFIG_IR_RX51 n flag +# Device Drivers > Multiple devices driver support (RAID and LVM) +CONFIG_MD y mark mark +CONFIG_BLK_DEV_DM y +CONFIG_BLK_DEV_MD y +CONFIG_DM_UEVENT y +CONFIG_MD_AUTODETECT y +CONFIG_MULTICORE_RAID456 n note +CONFIG_DM_THIN_PROVISIONING m +CONFIG_DM_LOG_USERSPACE m +CONFIG_DM_DELAY m +CONFIG_DM_FLAKEY m +CONFIG_DM_VERITY m +# Device Drivers > Network device support +CONFIG_NETDEVICES y +CONFIG_FDDI y note +CONFIG_PPP y note mark +CONFIG_XEN_NETDEV_FRONTEND y note +CONFIG_CAIF_SPI_SYNC n +CONFIG_DEFXX_MMIO n +CONFIG_HIPPI n +CONFIG_PPP_FILTER y +CONFIG_PPP_MPPE m +CONFIG_PPP_MULTILINK y +CONFIG_PPPOE m +CONFIG_PPTP m +CONFIG_PPPOL2TP m +CONFIG_SLIP_COMPRESSED y +CONFIG_SLIP_SMART y +CONFIG_SLIP_MODE_SLIP6 y +# Device Drivers > Network device support > ARCnet support +# Device Drivers > Network device support > ATM drivers +CONFIG_ATM_DRIVERS y +CONFIG_ATM_ENI_TUNE_BURST n +CONFIG_ATM_NICSTAR_USE_SUNI n +CONFIG_ATM_NICSTAR_USE_IDT77105 n +CONFIG_ATM_IDT77252_RCV_ALL n +CONFIG_ATM_FORE200E_USE_TASKLET n +CONFIG_ATM_FORE200E_TX_RETRY 16 +CONFIG_ATM_FORE200E_DEBUG 0 +CONFIG_ATM_HE_USE_SUNI y +# Device Drivers > Network device support > Ethernet driver support +set +tree 'Device Drivers,Network device support,Ethernet driver support' ?type tristate ?flag EXPERIMENTAL = m note +CONFIG_ETHERNET y +CONFIG_NET_CALXEDA_XGMAC p policy<(arch armhf &/ value y) | value m> note +CONFIG_ACENIC_OMIT_TIGON_I n +CONFIG_NET_CADENCE y +CONFIG_CHELSIO_T1_1G y +CONFIG_NET_TULIP y +CONFIG_DE2104X_DSL 0 +CONFIG_TULIP_MWI n +CONFIG_TULIP_MMIO n +CONFIG_TULIP_NAPI n +CONFIG_SUNDANCE_MMIO n +CONFIG_IGB_DCA y +CONFIG_IXGBE_HWMON y +CONFIG_IXGBE_DCA y +CONFIG_IXGBE_DCB y +CONFIG_SKGE_GENESIS y +CONFIG_MLX4_EN_DCB y +CONFIG_ENC28J60_WRITEVERIFY n +CONFIG_MYRI10GE_DCA y +CONFIG_NET_PACKET_ENGINE y +CONFIG_8139TOO_PIO y +CONFIG_8139TOO_TUNE_TWISTER n +CONFIG_8139TOO_8129 y +CONFIG_8139_OLD_RX_RESET n +CONFIG_SFC_MTD y +CONFIG_SFC_MCDI_MON y +CONFIG_SFC_SRIOV y +CONFIG_STMMAC_PLATFORM y +CONFIG_STMMAC_PCI n +CONFIG_STMMAC_DA n +CONFIG_STMMAC_RING y +CONFIG_VIA_RHINE_MMIO y +CONFIG_WIZNET_BUS_ANY y +CONFIG_CS89x0_PLATFORM y +CONFIG_AX88796_93CX6 n +CONFIG_FEC y +CONFIG_FEC_PTP n +CONFIG_GELIC_WIRELESS y +CONFIG_FS_ENET_HAS_SCC y +CONFIG_FS_ENET_HAS_FCC y +CONFIG_MACE_AAUI_PORT n +#CONFIG_FTGMAC100 n note +#CONFIG_FTMAC100 n note +CONFIG_DM9000_FORCE_SIMPLE_PHY_POLL n +CONFIG_TI_CPSW p policy<(arch armhf &/ value n) | value m> flag +CONFIG_PASEMI_MAC n +CONFIG_XILINX_LL_TEMAC n +CONFIG_XILINX_EMACLITE n +# Device Drivers > Network device support > IEEE 802.15.4 drivers +CONFIG_IEEE802154_FAKEHARD n flag +# Device Drivers > Network device support > Network core driver support +set +tree 'Device Drivers,Network device support,Network core driver support' ?type tristate ?flag EXPERIMENTAL = m note +CONFIG_NET_CORE y +CONFIG_MII y note +CONFIG_TUN y note +CONFIG_VIRTIO_NET p policy<(arch i386 amd64 &/ value y) | (arch armhf &/ value n) | value m> note +CONFIG_NET_FC y +CONFIG_NETCONSOLE_DYNAMIC y +CONFIG_NETPOLL_TRAP n +CONFIG_RIONET_TX_SIZE 128 +CONFIG_RIONET_RX_SIZE 128 +# Device Drivers > Network device support > Network core driver support > Ethernet team driver support (EXPERIMENTAL) +CONFIG_NET_TEAM n +# Device Drivers > Network device support > PHY Device support and infrastructure +set +tree 'Device Drivers,Network device support,PHY Device support and infrastructure' ?pattern '_PHY$' ?type tristate !flag EXPERIMENTAL = y +set +tree 'Device Drivers,Network device support,PHY Device support and infrastructure' ?pattern '_PHY$' ?type tristate ?flag EXPERIMENTAL = y note +CONFIG_PHYLIB y mark mark +CONFIG_FIXED_PHY y +CONFIG_STE10XP y +CONFIG_MDIO_BITBANG y +CONFIG_MDIO_GPIO y +CONFIG_MDIO_BUS_MUX_GPIO y +CONFIG_MDIO_BUS_MUX_MMIOREG y +# Device Drivers > Network device support > S/390 network device drivers +# Device Drivers > Network device support > Wan interfaces support +set +tree 'Device Drivers,Network device support,Wan interfaces support' ?type tristate ?flag EXPERIMENTAL = m note +CONFIG_WAN y +CONFIG_DSCC4_PCISYNC y +CONFIG_DSCC4_PCI_RST y +CONFIG_DLCI_MAX 8 +CONFIG_CYCLOMX_X25 y +CONFIG_SBNI_MULTILINE n +# Device Drivers > Network device support > Wireless LAN +set +tree 'Device Drivers,Network device support,Wireless LAN' ?type tristate ?flag EXPERIMENTAL = m note +CONFIG_WLAN y +CONFIG_BRCMFMAC_USB y +CONFIG_B43_PHY_HT - mark +CONFIG_B43_PHY_N - mark +CONFIG_B43_PHY_HT y +CONFIG_B43_PHY_N y +CONFIG_BRCMDBG - flag +CONFIG_RTL8192DE m note +CONFIG_B43_BCMA_EXTRA n note +CONFIG_B43_BCMA y +CONFIG_B43_PCMCIA n +CONFIG_B43_SDIO n +CONFIG_B43_PHY_LP y +CONFIG_B43LEGACY_DMA_AND_PIO_MODE y +CONFIG_B43LEGACY_DMA_MODE n +CONFIG_B43LEGACY_PIO_MODE n +CONFIG_BRCMFMAC_SDIO y +CONFIG_BRCMFMAC_SDIO_OOB y +CONFIG_BRCM_TRACING y +CONFIG_BRCMDBG n +CONFIG_HOSTAP_FIRMWARE y +CONFIG_HOSTAP_FIRMWARE_NVRAM y +CONFIG_IPW2100_MONITOR y +CONFIG_IPW2200_MONITOR y +CONFIG_IPW2200_RADIOTAP y +CONFIG_IPW2200_PROMISCUOUS y +CONFIG_IPW2200_QOS y +CONFIG_LIBERTAS_MESH y +CONFIG_HERMES_PRISM n +CONFIG_HERMES_CACHE_FW_ON_INIT y +CONFIG_P54_SPI_DEFAULT_EEPROM n +# Device Drivers > Network device support > Wireless LAN > Atheros Wireless Cards +CONFIG_ATH6KL_USB m note +CONFIG_ATH9K_DFS_CERTIFIED n note +CONFIG_ATH5K_TRACER n +CONFIG_ATH5K_PCI y +CONFIG_ATH9K_BTCOEX_SUPPORT y +CONFIG_ATH9K_PCI y +CONFIG_ATH9K_AHB y +CONFIG_ATH9K_DEBUGFS y +CONFIG_ATH9K_RATE_CONTROL y +CONFIG_ATH9K_HTC_DEBUGFS y +CONFIG_CARL9170_LEDS y +CONFIG_CARL9170_DEBUGFS n +CONFIG_CARL9170_HWRNG y +CONFIG_WIL6210_ISR_COR y +# Device Drivers > Network device support > Wireless LAN > Intel Wireless WiFi Next Gen AGN - Wireless-N/Advanced-N/Ultimate-N (iwlwifi) +# Device Drivers > Network device support > Wireless LAN > Intel Wireless WiFi Next Gen AGN - Wireless-N/Advanced-N/Ultimate-N (iwlwifi) > Debugging Options +CONFIG_IWLWIFI_DEBUGFS y +CONFIG_IWLWIFI_DEVICE_TRACING y +# Device Drivers > Network device support > Wireless LAN > Ralink driver support +CONFIG_RT2800PCI_RT33XX y +CONFIG_RT2800PCI_RT35XX y +CONFIG_RT2800PCI_RT53XX y +CONFIG_RT2800PCI_RT3290 y +CONFIG_RT2800USB_RT33XX y +CONFIG_RT2800USB_RT35XX y +CONFIG_RT2800USB_RT53XX y +CONFIG_RT2800USB_UNKNOWN y +CONFIG_RT2X00_LIB_DEBUGFS n +CONFIG_WL_TI y +# Device Drivers > Network device support > Wireless LAN > TI Wireless LAN support +# Device Drivers > Network device support > Wireless LAN > TI Wireless LAN support > TI wl1251 driver support +# Device Drivers > Parallel port support +CONFIG_PARPORT_PC_FIFO y +CONFIG_PARPORT_PC_SUPERIO n +CONFIG_PARPORT_1284 y +# Device Drivers > Passive cards +set +tree 'Device Drivers,Passive cards' ?type tristate ?flag EXPERIMENTAL = m note +set +tree 'Device Drivers,Passive cards' ?pattern '^HISAX_' ?type bool = y +set +tree 'Device Drivers,Passive cards' ?pattern '^HISAX_NO_' ?type bool = n +CONFIG_HISAX_DEBUG n +CONFIG_DE_AOC y +CONFIG_HISAX_MAX_CARDS 8 +# Device Drivers > Pin controllers +CONFIG_PINMUX y +CONFIG_PINCONF y +CONFIG_PINCTRL_EXYNOS y +CONFIG_PINCTRL_EXYNOS5440 n +CONFIG_PINCTRL_IMX6Q y +# Device Drivers > Plug and Play support +CONFIG_PNP y +CONFIG_PNP_DEBUG_MESSAGES n +CONFIG_ISAPNP y +CONFIG_PNPBIOS y +CONFIG_PNPBIOS_PROC_FS y +# Device Drivers > Power supply class support +CONFIG_POWER_SUPPLY y mark +CONFIG_BATTERY_BQ27X00_I2C y +CONFIG_BATTERY_BQ27X00_PLATFORM y +CONFIG_CHARGER_MANAGER y +# Device Drivers > Power supply class support > Board level reset or power off +CONFIG_POWER_RESET y +CONFIG_POWER_RESET_GPIO y +# Device Drivers > PPS support +CONFIG_PPS_CLIENT_KTIMER n flag +# Device Drivers > PTP clock support +# Device Drivers > Pulse-Width Modulation (PWM) Support +CONFIG_PWM y +# Device Drivers > Real Time Clock +CONFIG_RTC_CLASS y mark mark +CONFIG_RTC_DRV_TWL4030 p policy<(arch armhf &/ value y) | value m> note +CONFIG_RTC_DRV_CMOS p policy<(arch i386 amd64 &/ value y) | value m> note +CONFIG_RTC_DRV_M41T80_WDT y +CONFIG_RTC_HCTOSYS y +CONFIG_RTC_HCTOSYS_DEVICE "rtc0" +CONFIG_RTC_INTF_DEV_UIE_EMUL n +CONFIG_RTC_INTF_DEV y +CONFIG_RTC_INTF_PROC y +CONFIG_RTC_INTF_SYSFS y +CONFIG_RTC_DRV_TEST n flag +CONFIG_RTC_DRV_IMXDI n +CONFIG_RTC_DRV_MXC n +# Device Drivers > Remoteproc drivers (EXPERIMENTAL) +CONFIG_STE_MODEM_RPROC m +CONFIG_OMAP_REMOTEPROC n +# Device Drivers > SCSI device support +set +tree 'Device Drivers,SCSI device support' ?flag EXPERIMENTAL ?type bool = n +set +tree 'Device Drivers,SCSI device support' ?type tristate ?flag EXPERIMENTAL = m note +# Device Drivers > SCSI device support > SCSI device support +CONFIG_SCSI y mark +CONFIG_SCSI_CONSTANTS y +CONFIG_SCSI_LOGGING y +CONFIG_SCSI_MULTI_LUN y +CONFIG_SCSI_PROC_FS y +CONFIG_SCSI_SCAN_ASYNC y +CONFIG_SCSI_OSD_DPRINT_SENSE 1 +CONFIG_BLK_DEV_SD y note +CONFIG_BLK_DEV_SR y note +CONFIG_BLK_DEV_SR_VENDOR n note +CONFIG_CHR_DEV_SG y note +CONFIG_SCSI_DEBUG m +CONFIG_SCSI_IBMVFC_TRACE y +CONFIG_SCSI_MESH_SYNC_RATE 5 +CONFIG_SCSI_MESH_RESET_DELAY_MS 4000 +# Device Drivers > SCSI device support > SCSI device support > PCMCIA SCSI adapter support +CONFIG_SCSI_LOWLEVEL_PCMCIA y +# Device Drivers > SCSI device support > SCSI device support > SCSI Device Handlers +# Device Drivers > SCSI device support > SCSI device support > SCSI low-level drivers +CONFIG_SCSI_LOWLEVEL y +CONFIG_SCSI_EATA_LINKED_COMMANDS y +CONFIG_SCSI_EATA_MAX_TAGS 16 +CONFIG_SCSI_EATA_TAGGED_QUEUE y +CONFIG_AIC79XX_CMDS_PER_DEVICE 32 +CONFIG_AIC79XX_DEBUG_MASK 0 +CONFIG_AIC79XX_REG_PRETTY_PRINT y +CONFIG_AIC79XX_RESET_DELAY_MS p policy<(arch powerpc &/ value 15000) | value 5000> +CONFIG_AIC7XXX_CMDS_PER_DEVICE 8 +CONFIG_AIC7XXX_DEBUG_MASK 0 +CONFIG_AIC7XXX_REG_PRETTY_PRINT y +CONFIG_AIC7XXX_RESET_DELAY_MS 15000 +CONFIG_MEGARAID_NEWGEN y +CONFIG_SCSI_IPR_DUMP n +CONFIG_SCSI_IPR_TRACE n +CONFIG_SCSI_IZIP_EPP16 n +CONFIG_SCSI_IZIP_SLOW_CTR n +CONFIG_SCSI_MPT2SAS_LOGGING n +CONFIG_SCSI_MPT2SAS_MAX_SGE 128 +CONFIG_SCSI_MPT3SAS_LOGGING n +CONFIG_SCSI_MPT3SAS_MAX_SGE 128 +CONFIG_SCSI_MVSAS_TASKLET n +CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS 16 +CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE 1 +CONFIG_SCSI_SYM53C8XX_MAX_TAGS 64 +CONFIG_SCSI_SYM53C8XX_MMIO y +CONFIG_SCSI_FLASHPOINT y +CONFIG_SCSI_GENERIC_NCR53C400 y +CONFIG_SCSI_U14_34F_LINKED_COMMANDS y +CONFIG_SCSI_U14_34F_MAX_TAGS 8 +CONFIG_SCSI_U14_34F_TAGGED_QUEUE y +CONFIG_SCSI_VIRTIO m note +CONFIG_SCSI_AIC7XXX_OLD n note +# Device Drivers > SCSI device support > SCSI device support > SCSI Transports +CONFIG_SCSI_FC_TGT_ATTRS y +CONFIG_SCSI_SAS_ATA y +CONFIG_SCSI_SAS_HOST_SMP y +CONFIG_SCSI_SRP_TGT_ATTRS y +CONFIG_SCSI_SPI_ATTRS p policy<(arch i386 amd64 &/ value y) | value m> note +# Device Drivers > Sensors used on soc_camera driver +# Device Drivers > Serial ATA and Parallel ATA drivers +set +tree 'Device Drivers,Serial ATA and Parallel ATA drivers' ?flag EXPERIMENTAL ?type bool = n +set +tree 'Device Drivers,Serial ATA and Parallel ATA drivers' ?flag EXPERIMENTAL ?type tristate = m note +CONFIG_ATA y mark +CONFIG_ATA_VERBOSE_ERROR y +CONFIG_SATA_ZPODD y +CONFIG_SATA_PMP y +CONFIG_SATA_HIGHBANK p policy<(arch armhf &/ value y) | value n> note +CONFIG_ATA_ACPI y +CONFIG_ATA_SFF y +CONFIG_ATA_BMDMA y +CONFIG_ATA_GENERIC p policy<(arch i386 amd64 &/ value y) | value m> note +CONFIG_ATA_PIIX p policy<(arch i386 amd64 &/ value y) | value m> note +CONFIG_PATA_ACPI m note +CONFIG_PATA_SIS p policy<(arch i386 amd64 &/ value y) | value m> note +CONFIG_SATA_SVW p policy<(arch powerpc &/ value y) | value m> note +CONFIG_PATA_MACIO y note +CONFIG_PATA_HPT3X3_DMA n note +CONFIG_PATA_IMX n +# Device Drivers > SoC Audio support for SuperH +# Device Drivers > Sonics Silicon Backplane +CONFIG_SSB_PCIHOST y +CONFIG_SSB_PCMCIAHOST n +CONFIG_SSB_SDIOHOST y +CONFIG_SSB_SILENT n +CONFIG_SSB_DEBUG n +CONFIG_SSB_DRIVER_PCICORE y +CONFIG_SSB_DRIVER_GPIO y +# Device Drivers > Sony MemoryStick card support (EXPERIMENTAL) +set +tree 'Device Drivers,Sony MemoryStick card support (EXPERIMENTAL)' ?flag EXPERIMENTAL ?type tristate = m note +CONFIG_MEMSTICK m +# Device Drivers > Sound card support +CONFIG_SOUND p policy<(arch armhf &/ value y) | value m> note +# Device Drivers > Sound card support > Advanced Linux Sound Architecture +CONFIG_SND p policy<(arch armhf &/ value y) | value m> note +CONFIG_SND_PCM_OSS n note +CONFIG_SND_MIXER_OSS n +CONFIG_SND_SEQUENCER_OSS n +CONFIG_SND_SEQ_HRTIMER_DEFAULT y +CONFIG_SND_DYNAMIC_MINORS y +CONFIG_SND_SUPPORT_OLD_API y +CONFIG_SND_VERBOSE_PROCFS y +CONFIG_SND_VERBOSE_PRINTK n +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > ALSA for SoC audio support +CONFIG_SND_OMAP_SOC_OMAP_TWL4030 p policy<(arch armhf &/ value y) | value m> note +CONFIG_SND_SOC p policy<(arch armhf &/ value y) | value m> note +CONFIG_SND_OMAP_SOC p policy<(arch armhf &/ value y) | value m> note +CONFIG_SND_OMAP_SOC_OMAP_ABE_TWL6040 y +CONFIG_SND_OMAP_SOC_OMAP_HDMI y +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > ALSA for SoC audio support > SoC Audio for Freescale i.MX CPUs +CONFIG_SND_IMX_SOC y +CONFIG_SND_SOC_IMX_SGTL5000 y +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > ALSA for SoC audio support > SoC Audio for Freescale MXS CPUs +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > ALSA for SoC audio support > SoC Audio for Freescale PowerPC CPUs +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > ALSA for SoC audio support > SoC Audio support for Ux500 platform +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > Apple Onboard Audio driver +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > ARM sound devices +CONFIG_SND_ARM y +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > FireWire sound devices +CONFIG_SND_FIREWIRE y +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > Generic sound devices +CONFIG_SND_DRIVERS y +CONFIG_SND_AC97_POWER_SAVE y +CONFIG_SND_AC97_POWER_SAVE_DEFAULT 0 +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > GSC sound devices +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > ISA sound devices +CONFIG_SND_ISA y +CONFIG_SND_SB16_CSP y +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > MIPS sound devices +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > PCI sound devices +CONFIG_SND_PCI y +CONFIG_SND_CS46XX_NEW_DSP y +CONFIG_SND_ES1968_INPUT y +CONFIG_SND_ES1968_RADIO y +CONFIG_SND_FM801_TEA575X_BOOL y +CONFIG_SND_MAESTRO3_INPUT y +CONFIG_SND_BT87X_OVERCLOCK y +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > PCI sound devices > Intel HD Audio +set +tree 'Device Drivers,Sound card support,Advanced Linux Sound Architecture,PCI sound devices,Intel HD Audio' ?pattern '^SND_HDA_CODEC_[^_]*$' ?type bool = y +CONFIG_SND_HDA_PREALLOC_SIZE 64 +CONFIG_SND_HDA_HWDEP y +CONFIG_SND_HDA_RECONFIG y +CONFIG_SND_HDA_INPUT_BEEP y +CONFIG_SND_HDA_INPUT_BEEP_MODE 0 +CONFIG_SND_HDA_INPUT_JACK y +CONFIG_SND_HDA_PATCH_LOADER y +CONFIG_SND_HDA_GENERIC y +CONFIG_SND_HDA_POWER_SAVE_DEFAULT 0 +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > PCMCIA sound devices +CONFIG_SND_PCMCIA y +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > PowerPC sound devices +CONFIG_SND_PPC y +CONFIG_SND_POWERMAC_AUTO_DRC y +CONFIG_SND_PS3_DEFAULT_START_DELAY 2000 +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > Sparc sound devices +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > SPI sound devices +CONFIG_SND_SPI y +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > SUPERH sound devices +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > USB sound devices +CONFIG_SND_USB y +CONFIG_SND_USB_CAIAQ_INPUT y +# Device Drivers > Sound card support > Open Sound System (DEPRECATED) +# Device Drivers > Sound card support > Open Sound System (DEPRECATED) > OSS sound modules +# Device Drivers > Speakup console speech +# Device Drivers > SPI support +set +tree 'Device Drivers,SPI support' ?flag EXPERIMENTAL ?type tristate = m note +CONFIG_SPI y +CONFIG_SPI_XILINX n +CONFIG_SPI_DW_MID_DMA y +CONFIG_SPI_FSL_SPI n +CONFIG_SPI_FSL_ESPI y +# Device Drivers > Staging drivers +CONFIG_STAGING y +CONFIG_ZRAM m mark note +CONFIG_ZCACHE y mark note +CONFIG_PANEL_CHANGE_MESSAGE n +CONFIG_PANEL_PARPORT 0 +CONFIG_PANEL_PROFILE 5 +CONFIG_SBE_PMCC4_NCOMM y +CONFIG_DRM_OMAP n +CONFIG_OMAP_BANDGAP n +CONFIG_ZSMALLOC y note +# Device Drivers > Staging drivers > Data acquisition support (comedi) +CONFIG_COMEDI_DEFAULT_BUF_MAXSIZE_KB 20480 +CONFIG_COMEDI_DEFAULT_BUF_SIZE_KB 2048 +# Device Drivers > Staging drivers > Data acquisition support (comedi) > Comedi ISA and PC/104 drivers +CONFIG_COMEDI_ISA_DRIVERS y +# Device Drivers > Staging drivers > Data acquisition support (comedi) > Comedi misc drivers +CONFIG_COMEDI_MISC_DRIVERS y +# Device Drivers > Staging drivers > Data acquisition support (comedi) > Comedi PCI drivers +CONFIG_COMEDI_PCI_DRIVERS y +# Device Drivers > Staging drivers > Data acquisition support (comedi) > Comedi PCMCIA drivers +CONFIG_COMEDI_PCMCIA_DRIVERS y +# Device Drivers > Staging drivers > Data acquisition support (comedi) > Comedi USB drivers +CONFIG_COMEDI_USB_DRIVERS y +# Device Drivers > Staging drivers > DSP Bridge driver +CONFIG_TIDSPBRIDGE n mark +#CONFIG_TIDSPBRIDGE_BACKTRACE n mark +#CONFIG_TIDSPBRIDGE_CACHE_LINE_CHECK n +#CONFIG_TIDSPBRIDGE_NTFY_PWRERR n +#CONFIG_TIDSPBRIDGE_RECOVERY y +# Device Drivers > Staging drivers > GCT GDM72xx WiMAX support +CONFIG_WIMAX_GDM72XX_USB_PM y +CONFIG_WIMAX_GDM72XX_USB y +CONFIG_WIMAX_GDM72XX_K_MODE y +CONFIG_WIMAX_GDM72XX_QOS y +CONFIG_WIMAX_GDM72XX_WIMAX2 y +# Device Drivers > Staging drivers > Line6 USB support +CONFIG_LINE6_USB_DUMP_PCM n +CONFIG_LINE6_USB_IMPULSE_RESPONSE n +# Device Drivers > Staging drivers > Media staging drivers +CONFIG_STAGING_MEDIA y +CONFIG_DT3155_CCIR n note +CONFIG_DT3155_STREAMING y +# Device Drivers > Staging drivers > Media staging drivers > Linux Infrared Remote Control IR receiver/transmitter drivers +CONFIG_LIRC_STAGING y +CONFIG_LIRC_SERIAL_TRANSMITTER y +# Device Drivers > Texas Instruments WL128x FM driver (ST based) +# Device Drivers > TI VLYNQ +# Device Drivers > Ultra Wideband devices +# Device Drivers > USB Network Adapters +set +tree 'Device Drivers,USB Network Adapters' ?pattern '^USB_[^_]*$' ?type bool !flag EXPERIMENTAL = y +set +tree 'Device Drivers,USB Network Adapters' ?pattern '^USB_[^_]*$' ?type bool ?flag EXPERIMENTAL = y note +set +tree 'Device Drivers,USB Network Adapters' ?flag EXPERIMENTAL ?type tristate = m note +CONFIG_USB_ALI_M5632 y +# Device Drivers > USB Peripheral Controller +CONFIG_USB_DUMMY_HCD n flag +CONFIG_USB_OMAP n note +CONFIG_USB_M66592 n note +CONFIG_USB_NET2272_DMA y +CONFIG_USB_IMX n +CONFIG_USB_FSL_USB2 p policy<(arch armhf &/ value n) | value m> +# Device Drivers > USB support +CONFIG_USB_SUPPORT y +CONFIG_USB_HCD_BCMA p policy<(arch armhf &/ value n) | value m> note +CONFIG_USB_HCD_SSB p policy<(arch armhf &/ value n) | value m> note +CONFIG_USB_SISUSBVGA_CON n +CONFIG_OMAP_USB2 y +# Device Drivers > USB support > Support for Host-side USB +CONFIG_USB y mark +set +pattern '_USB' ?flag EXPERIMENTAL ?type bool = n +set +pattern '_USB' ?flag EXPERIMENTAL ?type tristate = m note +CONFIG_USB_ANNOUNCE_NEW_DEVICES y +CONFIG_USB_DYNAMIC_MINORS y +CONFIG_USB_SUSPEND p policy<(arch armhf &/ value n) | value y> +CONFIG_USB_EHCI_HCD y note +CONFIG_USB_OHCI_HCD y note +CONFIG_USB_UHCI_HCD y note +CONFIG_USB_XHCI_HCD y note +CONFIG_USB_OTG p policy<((arch armhf | flavour powerpc-e500 powerpc-e500mc) &/ value y) | value n> +CONFIG_TWL4030_USB y +CONFIG_XPS_USB_HCD_XILINX y +CONFIG_USB_EHCI_ROOT_HUB_TT y +CONFIG_USB_EHCI_TT_NEWSCHED y +CONFIG_USB_SL811_HCD_ISO y +CONFIG_USB_CHIPIDEA p policy<(arch armhf &/ value y) | value m> +CONFIG_USB_CHIPIDEA_UDC y +CONFIG_USB_CHIPIDEA_HOST y +CONFIG_REALTEK_AUTOPM y +CONFIG_USB_EHCI_HCD_OMAP y +CONFIG_USB_OHCI_HCD_OMAP3 y +CONFIG_USB_ULPI y +CONFIG_USB_EHCI_HCD_PPC_OF y +CONFIG_USB_OHCI_HCD_PPC_OF_BE y +CONFIG_USB_OHCI_HCD_PCI y +CONFIG_USB_EHCI_FSL y +CONFIG_FSL_USB2_OTG y +CONFIG_USB_EHCI_MXC n +CONFIG_USB_IMX21_HCD n +CONFIG_USB_MUSB_AM35X n +CONFIG_TWL6030_USB y +CONFIG_USB_MXS_PHY y +# CONFIG_USB_OHCI_HCD_PLATFORM and CONFIG_USB_EHCI_HCD_PLATFORM must be off on omap +CONFIG_NOP_USB_XCEIV p policy<(arch armhf &/ value y) | value m> note +CONFIG_USB_MUSB_OMAP2PLUS y +CONFIG_USB_INVENTRA_DMA p policy<(arch armhf &/ value y) | value n> note +CONFIG_USB_XHCI_HCD_DEBUGGING n flag +CONFIG_USB_OTG_BLACKLIST_HUB n note +CONFIG_USB_OTG_WHITELIST n note +CONFIG_USB_MUSB_TUSB6010 p policy<(arch armhf &/ value n) | value m> note +CONFIG_USB_MUSB_DSPS p policy<(arch armhf &/ value n) | value m> flag +CONFIG_MUSB_PIO_ONLY p policy<(arch armhf &/ value n) | value y> +# Device Drivers > USB support > Support for Host-side USB > USB DSL modem support +# Device Drivers > USB support > Support for Host-side USB > USB Serial Converter support +set +tree 'Device Drivers,USB support,Support for Host-side USB,USB Serial Converter support' !flag EXPERIMENTAL ?type bool ?pattern '^USB_SERIAL_KEYSPAN_' = y note +CONFIG_USB_SERIAL_GENERIC y +CONFIG_USB_SERIAL_DEBUG m note +CONFIG_USB_SERIAL_SAFE_PADDED n +CONFIG_USB_SERIAL_MOS7715_PARPORT y +# Device Drivers > USB support > USB Gadget Support +CONFIG_USB_ZERO_HNPTEST n flag +CONFIG_USB_FUNCTIONFS m note +CONFIG_USB_GADGETFS m note +CONFIG_USB_GADGET p policy<(arch armhf &/ value y) | value m> note +CONFIG_USB_G_MULTI p policy<(arch armhf &/ value m) | value n> note +CONFIG_USB_GADGET_VBUS_DRAW 2 +CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS 2 +CONFIG_USB_ETH_RNDIS y +CONFIG_USB_ETH_EEM y +CONFIG_USB_FUNCTIONFS_ETH y +CONFIG_USB_FUNCTIONFS_RNDIS y +CONFIG_USB_FUNCTIONFS_GENERIC y +CONFIG_USB_G_DBGP_SERIAL y +CONFIG_USB_G_MULTI_RNDIS y +CONFIG_USB_G_MULTI_CDC y +CONFIG_GADGET_UAC1 y +# Device Drivers > Userspace I/O drivers +# Device Drivers > VFIO Non-Privileged userspace driver framework +# Device Drivers > Virtio drivers +CONFIG_VIRTIO_PCI p policy<(arch i386 amd64 &/ value y) | (arch armhf &/ value n) | value m> note +CONFIG_VIRTIO_MMIO p policy<(arch armhf &/ value n) | value m> note +CONFIG_VIRTIO_BALLOON p policy<(arch armhf &/ value n) | value m> note +CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES y +# Device Drivers > Virtualization drivers +CONFIG_VIRT_DRIVERS y +# Device Drivers > VME bridge support +# Device Drivers > Voltage and Current Regulator Support +CONFIG_REGULATOR y +CONFIG_REGULATOR_FIXED_VOLTAGE p policy<(arch armhf &/ value y) | value m> note +CONFIG_REGULATOR_DUMMY n +CONFIG_REGULATOR_88PM8607 y +CONFIG_REGULATOR_LP872X y +CONFIG_REGULATOR_LP8788 y +CONFIG_REGULATOR_TWL4030 y +# Device Drivers > Watchdog Timer Support +CONFIG_WATCHDOG y +CONFIG_WATCHDOG_CORE y +CONFIG_WATCHDOG_NOWAYOUT n +CONFIG_ITCO_VENDOR_SUPPORT y +CONFIG_HPWDT_NMI_DECODING y +CONFIG_BOOKE_WDT_DEFAULT_TIMEOUT 38 +CONFIG_IMX2_WDT n +CONFIG_GEF_WDT n +# Device Drivers > WiMAX Wireless Broadband devices +CONFIG_WIMAX_I2400M_DEBUG_LEVEL 8 +# Device Drivers > X86 Platform Specific Device Drivers +CONFIG_X86_PLATFORM_DEVICES y +CONFIG_DELL_LAPTOP m +CONFIG_SONYPI_COMPAT y +CONFIG_THINKPAD_ACPI_ALSA_SUPPORT y +CONFIG_THINKPAD_ACPI_DEBUGFACILITIES y +CONFIG_THINKPAD_ACPI_UNSAFE_LEDS n +CONFIG_THINKPAD_ACPI_VIDEO y +CONFIG_THINKPAD_ACPI_HOTKEY_POLL y +CONFIG_TC1100_WMI m +CONFIG_INTEL_SCU_IPC y +CONFIG_GPIO_INTEL_PMIC y +# Device Drivers > Xen driver support +CONFIG_XEN_BACKEND y +CONFIG_XEN_BALLOON_MEMORY_HOTPLUG y +CONFIG_XEN_BALLOON y +CONFIG_XEN_COMPAT_XENFS y +CONFIG_XEN_MCE_LOG y +CONFIG_XEN_SCRUB_PAGES y +CONFIG_XEN_SELFBALLOONING y +CONFIG_XEN_SYS_HYPERVISOR y +CONFIG_XEN_ACPI_PROCESSOR p policy<(arch i386 amd64 &/ value y) | value m> +# Enable loadable module support +CONFIG_MODULES y +CONFIG_MODULE_FORCE_LOAD n +CONFIG_MODULE_UNLOAD y +CONFIG_MODULE_FORCE_UNLOAD n +CONFIG_MODVERSIONS y +CONFIG_MODULE_SRCVERSION_ALL y +CONFIG_MODULE_SIG y +CONFIG_MODULE_SIG_FORCE n +CONFIG_MODULE_SIG_SHA512 y +# Enable the block layer +CONFIG_BLOCK y +CONFIG_BLK_DEV_BSG y +CONFIG_BLK_DEV_BSGLIB y +CONFIG_BLK_DEV_INTEGRITY y +CONFIG_BLK_DEV_THROTTLING y note +CONFIG_LBDAF y +# Executable file formats / Emulations +CONFIG_IA32_AOUT n note +CONFIG_IA32_EMULATION y +CONFIG_X86_X32 y +# File systems +set +tree 'File systems' ?flag EXPERIMENTAL ?type bool = n +set +tree 'File systems' ?flag EXPERIMENTAL ?type tristate = m note +set +tree 'File systems' ?pattern _POSIX_ACL$ !flag EXPERIMENTAL = y +set +tree 'File systems' ?pattern _SECURITY$ !flag EXPERIMENTAL = y +set +tree 'File systems' ?pattern _XATTR$ !flag EXPERIMENTAL = y +CONFIG_EXT3_FS y note mark +CONFIG_EXT4_FS y note mark +CONFIG_FUSE_FS y note +CONFIG_DNOTIFY y +CONFIG_FANOTIFY y +CONFIG_FANOTIFY_ACCESS_PERMISSIONS y +CONFIG_FILE_LOCKING y +CONFIG_INOTIFY_USER y +CONFIG_QUOTA y +CONFIG_QUOTA_NETLINK_INTERFACE y +CONFIG_PRINT_QUOTA_WARNING n +CONFIG_BTRFS_FS_POSIX_ACL y +CONFIG_EXT2_FS_XIP n +CONFIG_EXT3_DEFAULTS_TO_ORDERED y +CONFIG_GFS2_FS_LOCKING_DLM y +CONFIG_JFS_STATISTICS y +CONFIG_OCFS2_FS_STATS y +CONFIG_OCFS2_DEBUG_MASKLOG y +CONFIG_REISERFS_CHECK n +CONFIG_REISERFS_PROC_INFO n +CONFIG_XFS_QUOTA y +CONFIG_XFS_RT y +# File systems > Caches +CONFIG_CACHEFILES_HISTOGRAM n +CONFIG_FSCACHE_HISTOGRAM n +CONFIG_FSCACHE_OBJECT_LIST n +CONFIG_FSCACHE_STATS y +# File systems > CD-ROM/DVD Filesystems +CONFIG_JOLIET y +CONFIG_ZISOFS y +# File systems > Distributed Lock Manager (DLM) +# File systems > DOS/FAT/NT Filesystems +CONFIG_FAT_DEFAULT_CODEPAGE 437 +CONFIG_FAT_DEFAULT_IOCHARSET "iso8859-1" +CONFIG_NTFS_RW n +CONFIG_VFAT_FS p policy<(arch armhf i386 amd64 &/ value y) | value m> note +# File systems > Miscellaneous filesystems +CONFIG_ECRYPT_FS y note +CONFIG_MISC_FILESYSTEMS y +CONFIG_F2FS_STAT_FS y +CONFIG_JFFS2_CMODE_FAVOURLZO y +CONFIG_JFFS2_COMPRESSION_OPTIONS y +CONFIG_JFFS2_FS_DEBUG 0 +CONFIG_JFFS2_FS_WBUF_VERIFY n +CONFIG_JFFS2_FS_WRITEBUFFER y +CONFIG_JFFS2_LZO y +CONFIG_JFFS2_RTIME y +CONFIG_JFFS2_RUBIN n +CONFIG_JFFS2_SUMMARY n +CONFIG_JFFS2_ZLIB y +CONFIG_PSTORE y +CONFIG_PSTORE_CONSOLE n note +CONFIG_PSTORE_FTRACE n +CONFIG_ROMFS_BACKED_BY_BLOCK y +CONFIG_SQUASHFS_4K_DEVBLK_SIZE n +CONFIG_SQUASHFS_EMBEDDED n +CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE 3 +CONFIG_SQUASHFS_LZO y +CONFIG_SQUASHFS_XZ y +CONFIG_SQUASHFS_ZLIB y +CONFIG_UBIFS_FS_ADVANCED_COMPR n +CONFIG_UBIFS_FS_LZO y +CONFIG_UBIFS_FS_ZLIB y +CONFIG_LOGFS n note +CONFIG_SQUASHFS_4K_DEVBLK_SIZE n note +# File systems > Native language support +CONFIG_NLS_CODEPAGE_437 p policy<(arch armhf i386 amd64 &/ value y) | value m> note +CONFIG_NLS y note +CONFIG_NLS_DEFAULT "utf8" +# File systems > Network File Systems +CONFIG_NETWORK_FILESYSTEMS y +CONFIG_CIFS_ACL y +CONFIG_CIFS_DEBUG y +CONFIG_CIFS_DEBUG2 n +CONFIG_CIFS_DFS_UPCALL y +CONFIG_CIFS_FSCACHE y +CONFIG_CIFS_POSIX y +CONFIG_CIFS_SMB2 y +CONFIG_CIFS_STATS y +CONFIG_CIFS_STATS2 n +CONFIG_CIFS_UPCALL y +CONFIG_CIFS_WEAK_PW_HASH y +CONFIG_NCPFS_EXTRAS y +CONFIG_NCPFS_IOCTL_LOCKING y +CONFIG_NCPFS_NFS_NS y +CONFIG_NCPFS_NLS y +CONFIG_NCPFS_OS2_NS y +CONFIG_NCPFS_PACKET_SIGNING y +CONFIG_NCPFS_SMALLDOS n +CONFIG_NCPFS_STRONG y +CONFIG_NFSD_V3_ACL y +CONFIG_NFSD_V3 y +CONFIG_NFSD_V4 y note +CONFIG_NFS_FSCACHE y +CONFIG_NFS_SWAP y +CONFIG_NFS_USE_LEGACY_DNS n +CONFIG_NFS_V3_ACL y +CONFIG_NFS_V4_1 y +CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN "kernel.org" +# File systems > Pseudo filesystems +CONFIG_HUGETLBFS y +CONFIG_SYSFS y +CONFIG_PROC_FS y +CONFIG_PROC_KCORE y +CONFIG_PROC_PAGE_MONITOR y +CONFIG_PROC_SYSCTL y +CONFIG_PROC_VMCORE y +CONFIG_TMPFS y +# Firmware Drivers +CONFIG_EDD y note +CONFIG_EDD_OFF y +CONFIG_EFI_VARS y note +CONFIG_EFI_VARS_PSTORE n note +CONFIG_FIRMWARE_MEMMAP y +CONFIG_DMIID y +CONFIG_ISCSI_IBFT_FIND y +# Firmware Drivers > Google Firmware Drivers +CONFIG_GOOGLE_FIRMWARE n +# Firmware Drivers > Google Firmware Drivers > Google Firmware Drivers +# Floating point emulation +CONFIG_FPE_NWFPE y +CONFIG_FPE_FASTFPE n +CONFIG_VFP y +CONFIG_NEON y +CONFIG_FPE_NWFPE_XP n +# General setup +CONFIG_EXPERIMENTAL y +CONFIG_INIT_PASS_ALL_PARAMS y mark note +CONFIG_CROSS_COMPILE "" +CONFIG_LOCALVERSION "" +CONFIG_LOCALVERSION_AUTO n +CONFIG_KERNEL_GZIP y +CONFIG_DEFAULT_HOSTNAME "(none)" +CONFIG_VERSION_SIGNATURE "" +CONFIG_SWAP y +CONFIG_SYSVIPC y +CONFIG_POSIX_MQUEUE y +CONFIG_FHANDLE y +CONFIG_AUDIT y +CONFIG_AUDITSYSCALL y +CONFIG_AUDIT_LOGINUID_IMMUTABLE n note +CONFIG_IKCONFIG n note +CONFIG_LOG_BUF_SHIFT 17 +CONFIG_NUMA_BALANCING_DEFAULT_ENABLED y +CONFIG_NUMA_BALANCING y +CONFIG_CHECKPOINT_RESTORE y +CONFIG_SCHED_AUTOGROUP y +CONFIG_SYSFS_DEPRECATED n +CONFIG_RELAY y +CONFIG_BLK_DEV_INITRD y +CONFIG_INITRAMFS_SOURCE "" +CONFIG_RD_GZIP y +CONFIG_RD_BZIP2 y +CONFIG_RD_LZMA y +CONFIG_RD_XZ y +CONFIG_RD_LZO y +CONFIG_CC_OPTIMIZE_FOR_SIZE n +CONFIG_UID16 y +CONFIG_SYSCTL_SYSCALL y +CONFIG_KALLSYMS y +CONFIG_KALLSYMS_ALL y +CONFIG_PRINTK y +CONFIG_BUG y +CONFIG_ELF_CORE y +CONFIG_PCSPKR_PLATFORM y +CONFIG_BASE_FULL y +CONFIG_FUTEX y +CONFIG_EPOLL y +CONFIG_SIGNALFD y +CONFIG_TIMERFD y +CONFIG_EVENTFD y +CONFIG_SHMEM y +CONFIG_AIO y +CONFIG_EMBEDDED n +CONFIG_VM_EVENT_COUNTERS y +CONFIG_PCI_QUIRKS y +CONFIG_SLUB_DEBUG y +CONFIG_COMPAT_BRK n +CONFIG_SLUB y +CONFIG_PROFILING y +CONFIG_OPROFILE m +CONFIG_OPROFILE_EVENT_MULTIPLEX n +CONFIG_KPROBES y +CONFIG_JUMP_LABEL y +CONFIG_UPROBES y +# General setup > Configure standard kernel features (expert users) +CONFIG_EXPERT y +# General setup > Control Group support +CONFIG_CGROUPS y +CONFIG_CGROUP_FREEZER y +CONFIG_CGROUP_DEVICE y +CONFIG_CPUSETS y +CONFIG_PROC_PID_CPUSET y +CONFIG_CGROUP_CPUACCT y +CONFIG_RESOURCE_COUNTERS y +CONFIG_MEMCG y +CONFIG_MEMCG_SWAP y +CONFIG_MEMCG_SWAP_ENABLED n +CONFIG_MEMCG_KMEM n +CONFIG_CGROUP_HUGETLB y +CONFIG_CGROUP_PERF y +CONFIG_BLK_CGROUP y +# General setup > Control Group support > Group CPU scheduler +CONFIG_CGROUP_SCHED y +CONFIG_FAIR_GROUP_SCHED y +CONFIG_CFS_BANDWIDTH y +CONFIG_RT_GROUP_SCHED y +# General setup > CPU/Task time and stats accounting +CONFIG_TICK_CPU_ACCOUNTING p policy<(flavour powerpc64-smp &/ value n) | value y> +CONFIG_VIRT_CPU_ACCOUNTING p policy<(flavour powerpc64-smp &/ value y) | value n>> +CONFIG_BSD_PROCESS_ACCT y +CONFIG_BSD_PROCESS_ACCT_V3 y +CONFIG_TASKSTATS y +CONFIG_TASK_DELAY_ACCT y +CONFIG_TASK_XACCT y +CONFIG_TASK_IO_ACCOUNTING y +# General setup > GCOV-based kernel profiling +CONFIG_GCOV_KERNEL n +# General setup > IRQ subsystem +CONFIG_SPARSE_IRQ y +# General setup > Kernel Performance Events And Counters +CONFIG_PERF_EVENTS y +# General setup > Namespaces support +CONFIG_NAMESPACES y +CONFIG_UTS_NS y +CONFIG_IPC_NS y +CONFIG_PID_NS y +CONFIG_NET_NS y +# General setup > RCU Subsystem +CONFIG_TREE_RCU y +CONFIG_RCU_USER_QS n +CONFIG_RCU_FANOUT p policy<((arch amd64 | flavour powerpc64-smp) &/ value 64) | value 32> +CONFIG_RCU_FANOUT_LEAF 16 +CONFIG_RCU_FANOUT_EXACT n +CONFIG_RCU_FAST_NO_HZ y +CONFIG_RCU_NOCB_CPU n +CONFIG_RCU_BOOST n +# General setup > Timers subsystem +CONFIG_NO_HZ y +CONFIG_HIGH_RES_TIMERS y +# IO Schedulers +set +tree 'IO Schedulers' ?flag EXPERIMENTAL ?type bool = n +set +tree 'IO Schedulers' ?flag EXPERIMENTAL ?type tristate = m note +CONFIG_IOSCHED_CFQ y +CONFIG_IOSCHED_DEADLINE y +CONFIG_DEFAULT_DEADLINE y +CONFIG_CFQ_GROUP_IOSCHED y +# Kernel Features +CONFIG_SMP y +CONFIG_XEN y +CONFIG_NR_CPUS p policy<(flavour powerpc64-smp &/ value 1024) | (arch amd64 &/ value 256) | (arch i386 &/ value 8) | (flavour powerpc-e500 powerpc-e500mc &/ value 8) | value 4> +CONFIG_SCHED_SMT p policy<(arch armhf &/ value n) | value y> +CONFIG_SCHED_MC y +CONFIG_PREEMPT_VOLUNTARY y +CONFIG_SPARSEMEM_MANUAL p policy<((arch amd64 | flavour powerpc64-smp) &/ value y) | value n> +CONFIG_FLATMEM_MANUAL p policy<((arch amd64 | flavour powerpc64-smp) &/ value n) | value y> +CONFIG_SPARSEMEM_VMEMMAP y +CONFIG_MOVABLE_NODE y +CONFIG_MEMORY_HOTPLUG y +CONFIG_MEMORY_HOTREMOVE p policy<(arch amd64 &/ value y) | value n> +CONFIG_BALLOON_COMPACTION y +CONFIG_COMPACTION y +CONFIG_MIGRATION y +CONFIG_KSM p policy<(arch armhf &/ value n) | value y> +CONFIG_DEFAULT_MMAP_MIN_ADDR p policy<(arch armhf &/ value 32768) | value 65536> +CONFIG_MEMORY_FAILURE y +CONFIG_HWPOISON_INJECT m +CONFIG_TRANSPARENT_HUGEPAGE y +CONFIG_TRANSPARENT_HUGEPAGE_MADVISE y +CONFIG_CROSS_MEMORY_ATTACH y +CONFIG_CLEANCACHE y +CONFIG_FRONTSWAP y +CONFIG_SECCOMP y +CONFIG_CC_STACKPROTECTOR y mark +CONFIG_HOTPLUG_CPU y +CONFIG_SMP_ON_UP y +CONFIG_ARM_CPU_TOPOLOGY y +CONFIG_ARM_ARCH_TIMER y +CONFIG_VMSPLIT_3G y +CONFIG_LOCAL_TIMERS y +CONFIG_THUMB2_KERNEL n +CONFIG_AEABI y +CONFIG_OABI_COMPAT y +CONFIG_HIGHMEM y +CONFIG_HIGHPTE y +CONFIG_HW_PERF_EVENTS y +CONFIG_FORCE_MAX_ZONEORDER p policy +CONFIG_UACCESS_WITH_MEMCPY n +# Kernel hacking +CONFIG_PRINTK_TIME y +CONFIG_DEFAULT_MESSAGE_LOGLEVEL 4 +CONFIG_ENABLE_WARN_DEPRECATED n +CONFIG_ENABLE_MUST_CHECK n +CONFIG_FRAME_WARN 1024 +CONFIG_MAGIC_SYSRQ y +CONFIG_STRIP_ASM_SYMS n +CONFIG_READABLE_ASM n +CONFIG_UNUSED_SYMBOLS y +CONFIG_DEBUG_FS y note +CONFIG_HEADERS_CHECK n +CONFIG_DEBUG_SECTION_MISMATCH n +CONFIG_BOOTPARAM_HARDLOCKUP_PANIC n +CONFIG_PANIC_ON_OOPS n note +CONFIG_SLUB_DEBUG_ON n +CONFIG_SLUB_STATS n +CONFIG_SPARSE_RCU_POINTER n +CONFIG_DEBUG_BUGVERBOSE n +CONFIG_DEBUG_MEMORY_INIT n +CONFIG_RCU_CPU_STALL_TIMEOUT 60 +CONFIG_LKDTM n flag +CONFIG_EVENT_POWER_TRACING_DEPRECATED y +CONFIG_PROVIDE_OHCI1394_DMA_INIT n +CONFIG_FIREWIRE_OHCI_REMOTE_DMA n +CONFIG_DYNAMIC_DEBUG n +CONFIG_DMA_API_DEBUG n +CONFIG_ATOMIC64_SELFTEST n +CONFIG_ASYNC_RAID6_TEST m +CONFIG_TEST_KSTRTOX m +CONFIG_STRICT_DEVMEM y +CONFIG_X86_VERBOSE_BOOTUP n +CONFIG_EARLY_PRINTK y +CONFIG_EARLY_PRINTK_DBGP y +CONFIG_DEBUG_STACKOVERFLOW n +CONFIG_X86_PTDUMP n +CONFIG_DEBUG_RODATA y mark +CONFIG_DEBUG_RODATA_TEST n +CONFIG_DEBUG_SET_MODULE_RONX y mark +CONFIG_DEBUG_NX_TEST n flag +CONFIG_DEBUG_TLBFLUSH n +CONFIG_IOMMU_DEBUG n +CONFIG_IOMMU_STRESS n +CONFIG_X86_DECODER_SELFTEST n +CONFIG_IO_DELAY_0XED y +CONFIG_DEBUG_BOOT_PARAMS n +CONFIG_CPA_DEBUG n +CONFIG_OPTIMIZE_INLINING y +CONFIG_DEBUG_STRICT_USER_COPY_CHECKS n +CONFIG_DEBUG_NMI_SELFTEST n +CONFIG_RCU_CPU_STALL_VERBOSE y +CONFIG_ARM_UNWIND y +CONFIG_DEBUG_USER n +CONFIG_DEBUG_LL n +CONFIG_OC_ETM y +CONFIG_ARM_KPROBES_TEST m +CONFIG_PID_IN_CONTEXTIDR n +CONFIG_DEBUG_IMX6Q_UART_PORT 1 +CONFIG_EARLY_PRINTK_INTEL_MID y +CONFIG_DOUBLEFAULT y +CONFIG_PPC_DISABLE_WERROR y +CONFIG_PRINT_STACK_DEPTH 64 +CONFIG_HCALL_STATS n +CONFIG_PPC_EMULATED_STATS n +CONFIG_CODE_PATCHING_SELFTEST n +CONFIG_FTR_FIXUP_SELFTEST n +CONFIG_MSI_BITMAP_SELFTEST n +CONFIG_XMON n +CONFIG_BOOTX_TEXT n +CONFIG_PPC_EARLY_DEBUG n +CONFIG_BDI_SWITCH n +# Kernel hacking > Kernel debugging +CONFIG_DEBUG_KERNEL y +CONFIG_LOCKUP_DETECTOR y +CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC n +CONFIG_DETECT_HUNG_TASK y +CONFIG_DEFAULT_HUNG_TASK_TIMEOUT 120 +CONFIG_BOOTPARAM_HUNG_TASK_PANIC n +CONFIG_SCHED_DEBUG y +CONFIG_SCHEDSTATS y +CONFIG_TIMER_STATS y +CONFIG_RT_MUTEX_TESTER n +CONFIG_PROVE_LOCKING n +CONFIG_LOCK_STAT n +CONFIG_TEST_LIST_SORT n +CONFIG_FRAME_POINTER y +CONFIG_BOOT_PRINTK_DELAY y +CONFIG_RCU_TORTURE_TEST n flag +CONFIG_RCU_CPU_STALL_INFO n +CONFIG_RCU_TRACE n +CONFIG_KPROBES_SANITY_TEST n +CONFIG_BACKTRACE_SELF_TEST n flag +CONFIG_NOTIFIER_ERROR_INJECTION m +CONFIG_CPU_NOTIFIER_ERROR_INJECT m +CONFIG_PM_NOTIFIER_ERROR_INJECT m +CONFIG_MEMORY_NOTIFIER_ERROR_INJECT m +CONFIG_FAULT_INJECTION n +CONFIG_LATENCYTOP y +CONFIG_RBTREE_TEST m +CONFIG_INTERVAL_TREE_TEST m +CONFIG_PROVE_RCU_DELAY n +CONFIG_OF_RECONFIG_NOTIFIER_ERROR_INJECT n +CONFIG_DEBUG_INFO y +# Kernel hacking > Kernel debugging > KGDB: kernel debugger +CONFIG_KGDB y +CONFIG_KGDB_SERIAL_CONSOLE y +CONFIG_KGDB_TESTS n +CONFIG_KGDB_LOW_LEVEL_TRAP y +CONFIG_KGDB_KDB y +CONFIG_KDB_KEYBOARD y +# Kernel hacking > Kernel debugging > kmemcheck: trap use of uninitialized memory +# Kernel hacking > Sample kernel code +CONFIG_SAMPLES n +# Kernel hacking > Tracers +CONFIG_FTRACE y +CONFIG_FUNCTION_TRACER y +CONFIG_FUNCTION_GRAPH_TRACER y +CONFIG_IRQSOFF_TRACER n +CONFIG_SCHED_TRACER y +CONFIG_FTRACE_SYSCALLS y +CONFIG_BRANCH_PROFILE_NONE y +CONFIG_PROFILE_ANNOTATED_BRANCHES n +CONFIG_PROFILE_ALL_BRANCHES n +CONFIG_STACK_TRACER y +CONFIG_BLK_DEV_IO_TRACE y +CONFIG_KPROBE_EVENT y +CONFIG_UPROBE_EVENT y +CONFIG_DYNAMIC_FTRACE y +CONFIG_FUNCTION_PROFILER y +CONFIG_FTRACE_STARTUP_TEST n +CONFIG_MMIOTRACE y +CONFIG_MMIOTRACE_TEST n flag +CONFIG_RING_BUFFER_BENCHMARK n flag +CONFIG_PREEMPT_TRACER y +# Kernel options +CONFIG_APM_EMULATION p policy<(arch armhf &/ value n) | value m> note +CONFIG_SWIOTLB y +CONFIG_NUMA y +CONFIG_HZ_250 y +CONFIG_CMDLINE_BOOL n +CONFIG_SUSPEND y +CONFIG_SUSPEND_FREEZER y +CONFIG_HIBERNATION y +CONFIG_PM_STD_PARTITION "" +CONFIG_PM_AUTOSLEEP n +CONFIG_PM_WAKELOCKS y +CONFIG_PM_RUNTIME y +CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS n +CONFIG_PM_WAKELOCKS_LIMIT 100 +CONFIG_PM_WAKELOCKS_GC y +CONFIG_PM_OPP y +CONFIG_MATH_EMULATION n +CONFIG_FA_DUMP y +CONFIG_IRQ_ALL_CPUS n +CONFIG_PPC_4K_PAGES y +CONFIG_PPC_DENORMALISATION n +CONFIG_EXTRA_TARGETS "" +# Library routines +CONFIG_CRC16 y note +CONFIG_CRC32 y note +CONFIG_XZ_DEC y note +CONFIG_CRC_T10DIF y note +CONFIG_CRC32_SELFTEST n flag +CONFIG_CRC32_SLICEBY8 y +CONFIG_XZ_DEC_X86 y +CONFIG_XZ_DEC_POWERPC y +CONFIG_XZ_DEC_IA64 y +CONFIG_XZ_DEC_ARM y +CONFIG_XZ_DEC_ARMTHUMB y +CONFIG_XZ_DEC_SPARC y +CONFIG_AVERAGE y +CONFIG_DDR y +# Networking options +CONFIG_UNIX y note +CONFIG_PACKET y note +CONFIG_IEEE802154 m note +CONFIG_LAPB m note +CONFIG_X25 m note +CONFIG_ATM_BR2684_IPFILTER n +CONFIG_ATM_CLIP_NO_ICMP n +CONFIG_BATMAN_ADV_BLA y +CONFIG_BATMAN_ADV_DAT y +CONFIG_BPF_JIT y note +CONFIG_BRIDGE_IGMP_SNOOPING y +CONFIG_DCB y +CONFIG_IPDDP_DECAP y +CONFIG_IPDDP_ENCAP y +CONFIG_IPX_INTERN n +CONFIG_NETWORK_SECMARK y +CONFIG_VLAN_8021Q_GVRP y +CONFIG_COPS_DAYNA y +CONFIG_COPS_TANGENT y +CONFIG_DNS_RESOLVER y note +CONFIG_XFRM_SUB_POLICY n +CONFIG_XFRM_MIGRATE n +CONFIG_XFRM_STATISTICS n +CONFIG_NET_KEY_MIGRATE n +CONFIG_NETWORK_PHY_TIMESTAMPING n +CONFIG_DECNET_ROUTER n +CONFIG_IEEE802154_6LOWPAN m +CONFIG_MAC802154 m note +# Networking options > DCCP CCIDs Configuration (EXPERIMENTAL) +CONFIG_IP_DCCP_CCID3 n +# Networking options > DCCP Kernel Hacking +# Networking options > Network packet filtering framework (Netfilter) +set +tree 'Networking options,Network packet filtering framework (Netfilter)' ?flag EXPERIMENTAL ?type tristate = m note +CONFIG_NETFILTER y mark +# Networking options > Network packet filtering framework (Netfilter) > Advanced netfilter configuration +CONFIG_BRIDGE_NETFILTER y +CONFIG_NETFILTER_ADVANCED y +# Networking options > Network packet filtering framework (Netfilter) > Advanced netfilter configuration > DECnet: Netfilter Configuration +# Networking options > Network packet filtering framework (Netfilter) > Core Netfilter Configuration +CONFIG_NETFILTER_NETLINK_QUEUE_CT y +CONFIG_NF_CONNTRACK_EVENTS y +CONFIG_NF_CONNTRACK_MARK y +CONFIG_NF_CONNTRACK_PROCFS n flag +CONFIG_NF_CONNTRACK_SECMARK y +CONFIG_NF_CONNTRACK_TIMEOUT y +CONFIG_NF_CONNTRACK_TIMESTAMP y +CONFIG_NF_CONNTRACK_ZONES y +# Networking options > Network packet filtering framework (Netfilter) > Ethernet Bridge tables (ebtables) support +CONFIG_BRIDGE_EBT_ULOG n flag +# Networking options > Network packet filtering framework (Netfilter) > IP: Netfilter Configuration +CONFIG_IP_NF_QUEUE n flag +# Networking options > Network packet filtering framework (Netfilter) > IP set support +CONFIG_IP_SET_MAX 256 +# Networking options > Network packet filtering framework (Netfilter) > IPv6: Netfilter Configuration +# Networking options > Network packet filtering framework (Netfilter) > IP virtual server support +CONFIG_IP_VS_IPV6 n flag +CONFIG_IP_VS_NFCT y +CONFIG_IP_VS_PROTO_AH y +CONFIG_IP_VS_PROTO_ESP y +CONFIG_IP_VS_PROTO_SCTP y +CONFIG_IP_VS_PROTO_TCP y +CONFIG_IP_VS_PROTO_UDP y +CONFIG_IP_VS_SH_TAB_BITS 8 +CONFIG_IP_VS_TAB_BITS 12 +# Networking options > Network testing +CONFIG_NET_DROP_MONITOR n +CONFIG_NET_TCPPROBE m +# Networking options > QoS and/or fair queueing +CONFIG_NET_SCHED y mark +CONFIG_CLS_U32_MARK y +CONFIG_CLS_U32_PERF n +CONFIG_GACT_PROB y +CONFIG_NET_CLS_ACT y +CONFIG_NET_CLS_IND n flag +CONFIG_NET_EMATCH y +CONFIG_NET_EMATCH_STACK 32 +# Networking options > TCP/IP networking +set +tree 'Networking options,TCP/IP networking' ?flag EXPERIMENTAL ?type tristate = m note +CONFIG_NETLABEL y mark +CONFIG_INET y note +CONFIG_INET_LRO y note +CONFIG_RDS m note +CONFIG_ARPD n +CONFIG_IP_ADVANCED_ROUTER y +CONFIG_IP_FIB_TRIE_STATS y +CONFIG_IP_MROUTE y +CONFIG_IP_MROUTE_MULTIPLE_TABLES n +CONFIG_IP_MULTICAST y +CONFIG_IP_MULTIPLE_TABLES y +CONFIG_IP_PIMSM_V1 y +CONFIG_IP_PIMSM_V2 y +CONFIG_IP_PNP y +CONFIG_IP_PNP_BOOTP n +CONFIG_IP_PNP_DHCP y +CONFIG_IP_PNP_RARP n +CONFIG_IP_ROUTE_MULTIPATH y +CONFIG_IP_ROUTE_VERBOSE y +CONFIG_NET_IPGRE_BROADCAST y note +CONFIG_SYN_COOKIES y mark +CONFIG_TCP_MD5SIG y mark +# Networking options > TCP/IP networking > Layer Two Tunneling Protocol (L2TP) +CONFIG_L2TP_V3 n +# Networking options > TCP/IP networking > TCP: advanced congestion control +CONFIG_TCP_CONG_ADVANCED y +CONFIG_TCP_CONG_CUBIC y note +CONFIG_DEFAULT_CUBIC y +# Networking options > TCP/IP networking > The IPv6 protocol +CONFIG_IPV6 y note +CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION m note +CONFIG_IPV6_MROUTE_MULTIPLE_TABLES y +CONFIG_IPV6_MROUTE y +CONFIG_IPV6_MULTIPLE_TABLES y +CONFIG_IPV6_PIMSM_V2 y +CONFIG_IPV6_PRIVACY y mark +CONFIG_IPV6_ROUTER_PREF y +CONFIG_IPV6_ROUTE_INFO y +CONFIG_IPV6_SIT_6RD y +CONFIG_IPV6_SUBTREES y +CONFIG_IPV6_OPTIMISTIC_DAD n +# Networking options > TCP/IP networking > The SCTP Protocol (EXPERIMENTAL) +CONFIG_SCTP_COOKIE_HMAC_MD5 y +CONFIG_SCTP_COOKIE_HMAC_SHA1 y +CONFIG_SCTP_DEFAULT_COOKIE_HMAC_SHA1 y +CONFIG_SCTP_DBG_MSG n +CONFIG_SCTP_DBG_OBJCNT n +# Networking options > TCP/IP networking > The TIPC Protocol (EXPERIMENTAL) +CONFIG_TIPC m note +CONFIG_TIPC_PORTS 8191 +# Networking support +set +tree 'Networking support' ?flag EXPERIMENTAL ?type bool = n +set +tree 'Networking support' ?flag EXPERIMENTAL ?type tristate = m note +CONFIG_NET y mark +CONFIG_CEPH_LIB_USE_DNS_RESOLVER y +# enable all vendor menus by default +set +pattern '^NET_VENDOR_' = y mark +# Networking support > Amateur Radio support +CONFIG_HAMRADIO y +# Networking support > Amateur Radio support > Amateur Radio AX.25 Level 2 protocol +CONFIG_AX25_DAMA_SLAVE y +# Networking support > Amateur Radio support > Amateur Radio AX.25 Level 2 protocol > AX.25 network device drivers +CONFIG_SCC_DELAY n +CONFIG_SCC_TRXECHO n +# Networking support > Bluetooth subsystem support +CONFIG_BT m mark +CONFIG_BT_RFCOMM_TTY y +CONFIG_BT_BNEP_MC_FILTER y +CONFIG_BT_BNEP_PROTO_FILTER y +# Networking support > Bluetooth subsystem support > Bluetooth device drivers +CONFIG_BT_HCIUART_H4 y +CONFIG_BT_HCIUART_BCSP y +CONFIG_BT_HCIUART_ATH3K y +CONFIG_BT_HCIUART_LL y +CONFIG_BT_HCIUART_3WIRE y +# Networking support > CAIF support +# Networking support > CAN bus subsystem support +# Networking support > CAN bus subsystem support > CAN Device Drivers +# Networking support > CAN bus subsystem support > CAN Device Drivers > Platform CAN drivers with Netlink support +CONFIG_CAN_CALC_BITTIMING y +# Networking support > CAN bus subsystem support > CAN Device Drivers > Platform CAN drivers with Netlink support > Bosch CC770 and Intel AN82527 devices +# Networking support > CAN bus subsystem support > CAN Device Drivers > Platform CAN drivers with Netlink support > Bosch C_CAN/D_CAN devices +# Networking support > CAN bus subsystem support > CAN Device Drivers > Platform CAN drivers with Netlink support > CAN USB interfaces +# Networking support > CAN bus subsystem support > CAN Device Drivers > Platform CAN drivers with Netlink support > Philips/NXP SJA1000 devices +CONFIG_CAN_PEAK_PCIEC y +# Networking support > IrDA (infrared) subsystem support +CONFIG_IRDA_ULTRA y +CONFIG_IRDA_CACHE_LAST_LSAP y +CONFIG_IRDA_FAST_RR y +# Networking support > IrDA (infrared) subsystem support > Infrared-port device drivers +CONFIG_DONGLE y +# Networking support > NFC subsystem support +CONFIG_NFC m note mark +CONFIG_NFC_NCI m note +CONFIG_NFC_SHDLC y +CONFIG_NFC_LLCP y +# Networking support > NFC subsystem support > Near Field Communication (NFC) devices +# Networking support > Plan 9 Resource Sharing Support (9P2000) +# Networking support > RF switch subsystem support +CONFIG_RFKILL y mark +CONFIG_RFKILL_INPUT y +# Networking support > WiMAX Wireless Broadband support +CONFIG_WIMAX_DEBUG_LEVEL 8 +# Networking support > Wireless +CONFIG_WIRELESS y +CONFIG_NL80211_TESTMODE y +CONFIG_CFG80211_DEVELOPER_WARNINGS n +CONFIG_CFG80211_CERTIFICATION_ONUS n +CONFIG_CFG80211_DEFAULT_PS y +CONFIG_CFG80211_DEBUGFS y +CONFIG_CFG80211_INTERNAL_REGDB n +CONFIG_CFG80211_WEXT y +# Networking support > Wireless > Generic IEEE 802.11 Networking Stack (mac80211) +CONFIG_MAC80211_RC_PID y +CONFIG_MAC80211_RC_MINSTREL y +CONFIG_MAC80211_RC_MINSTREL_HT y +CONFIG_MAC80211_RC_DEFAULT_MINSTREL y +CONFIG_MAC80211_MESH y note +CONFIG_MAC80211_LEDS y +CONFIG_MAC80211_DEBUGFS y +CONFIG_MAC80211_MESSAGE_TRACING y +# Networking support > Wireless > Generic IEEE 802.11 Networking Stack (mac80211) > Select mac80211 debugging features +# Partition Types +set +tree 'Partition Types' ?pattern '_(PARTITION|DISKLABEL)$' !flag EXPERIMENTAL ?type bool = y +set +tree 'Partition Types' ?pattern '_(PARTITION|DISKLABEL)$' !flag EXPERIMENTAL ?type tristate = m +set +tree 'Partition Types' ?pattern '_(PARTITION|DISKLABEL)$' ?flag EXPERIMENTAL ?type tristate = m note +CONFIG_PARTITION_ADVANCED y +CONFIG_ACORN_PARTITION_CUMANA n +CONFIG_ACORN_PARTITION_EESOX n +CONFIG_ACORN_PARTITION_ICS y +CONFIG_ACORN_PARTITION_ADFS n +CONFIG_ACORN_PARTITION_POWERTEC n +CONFIG_ACORN_PARTITION_RISCIX y +CONFIG_MINIX_SUBPARTITION y +# Platform support +CONFIG_KVM_GUEST y +CONFIG_PPC_POWERNV y +CONFIG_PPC_POWERNV_RTAS y +CONFIG_PPC_PSERIES y +CONFIG_PPC_SPLPAR n +CONFIG_PSERIES_ENERGY m +CONFIG_SCANLOG m +CONFIG_IO_EVENT_IRQ y +CONFIG_LPARCFG n +CONFIG_PPC_SMLPAR n +CONFIG_PSERIES_IDLE y +CONFIG_PPC_PMAC y +CONFIG_PPC_MAPLE y +CONFIG_PPC_IBM_CELL_BLADE n +CONFIG_PPC_CELLEB n +CONFIG_PPC_CELL_QPACE n +CONFIG_EPAPR_PARAVIRT y +CONFIG_PPC_OF_BOOT_TRAMPOLINE y +CONFIG_UDBG_RTAS_CONSOLE y +CONFIG_MPIC_MSGR y +CONFIG_RTAS_PROC y +CONFIG_RTAS_FLASH n note +CONFIG_IBMEBUS n +CONFIG_SIMPLE_GPIO y +CONFIG_QUICC_ENGINE n +CONFIG_CPM2 y +CONFIG_PPC_CHRP y +CONFIG_PPC_MPC512x n +CONFIG_PPC_MPC52xx n +CONFIG_PPC_PMAC32_PSURGE y +CONFIG_PPC601_SYNC_FIX n +CONFIG_TAU y +CONFIG_TAU_AVERAGE n +# Platform support > 82xx-based boards (PQ II) +CONFIG_PPC_82xx n +# Platform support > 83xx-based boards +CONFIG_PPC_83xx n +# Platform support > 86xx-based boards +CONFIG_PPC_86xx n +# Platform support > Cell Broadband Engine options +CONFIG_SPU_FS_64K_LS y +# Platform support > CPU Frequency drivers +CONFIG_CPU_FREQ_PMAC64 y +CONFIG_PPC_PASEMI_CPUFREQ y +CONFIG_CPU_FREQ_PMAC y +# Platform support > CPU Frequency scaling +CONFIG_CPU_FREQ y mark +CONFIG_CPU_FREQ_GOV_CONSERVATIVE y note +CONFIG_CPU_FREQ_GOV_ONDEMAND y note +CONFIG_CPU_FREQ_GOV_PERFORMANCE y note +CONFIG_CPU_FREQ_GOV_POWERSAVE y note +CONFIG_CPU_FREQ_GOV_USERSPACE y note +CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE y note +CONFIG_GENERIC_CPUFREQ_CPU0 y +CONFIG_CPU_FREQ_STAT p policy<(arch i386 amd64 armhf &/ value y) | value m> note +CONFIG_CPU_FREQ_STAT_DETAILS y +# Platform support > CPU Frequency scaling > ARM CPU frequency scaling drivers +CONFIG_ARM_OMAP2PLUS_CPUFREQ y +# Platform support > CPU Frequency scaling > PowerPC CPU frequency scaling drivers +CONFIG_CPU_FREQ_MAPLE y +# Platform support > CPU Frequency scaling > x86 CPU frequency scaling drivers +CONFIG_X86_ACPI_CPUFREQ y note +CONFIG_X86_ACPI_CPUFREQ_CPB y +CONFIG_X86_POWERNOW_K8 y note +CONFIG_X86_SPEEDSTEP_CENTRINO y note +CONFIG_X86_SPEEDSTEP_ICH y note +CONFIG_X86_SPEEDSTEP_SMI y note +CONFIG_X86_PCC_CPUFREQ y note +CONFIG_X86_CPUFREQ_NFORCE2 y note +CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE y +CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK y +# Platform support > CPUIdle driver +# Platform support > Freescale Book-E Machine Type +CONFIG_FSL_SOC_BOOKE y +CONFIG_BSC9131_RDB p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_MPC8540_ADS p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_MPC8560_ADS p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_MPC85xx_CDS p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_MPC85xx_MDS p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_MPC8536_DS p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_MPC85xx_DS p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_MPC85xx_RDB p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_P1010_RDB p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_P1022_DS p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_P1022_RDK p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_P1023_RDS p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_SOCRATES p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_KSI8560 p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_XES_MPC85xx p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_STX_GP3 p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_TQM8540 p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_TQM8541 p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_TQM8548 p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_TQM8555 p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_TQM8560 p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_SBC8548 p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_GE_IMP3A p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_P2041_RDB p policy<(flavour powerpc-e500mc n/ value y) | value n> +CONFIG_P3041_DS p policy<(flavour powerpc-e500mc n/ value y) | value n> +CONFIG_P4080_DS p policy<(flavour powerpc-e500mc n/ value y) | value n> +CONFIG_P5020_DS p policy<(flavour powerpc-e500mc n/ value y) | value n> +CONFIG_P5040_DS p policy<(flavour powerpc-e500mc n/ value y) | value n> +CONFIG_PPC_QEMU_E500 y +# Platform support > Freescale Ethernet driver platform-specific options +# Platform support > MPC8xx CPM Options +# Platform support > PA Semi SoC-based platforms +CONFIG_PPC_PASEMI y +# Platform support > PA Semi SoC-based platforms > PA Semi PWRficient options +CONFIG_PPC_PASEMI_IOMMU y +CONFIG_PPC_PASEMI_IOMMU_DMA_FORCE n +CONFIG_PPC_PASEMI_MDIO y +# Platform support > Sony PS3 +CONFIG_PPC_PS3 y +# Platform support > Sony PS3 > PS3 Platform Options +CONFIG_PS3_PS3AV y +CONFIG_PS3_SYS_MANAGER y +CONFIG_PS3_ADVANCED n +CONFIG_PS3_HTAB_SIZE 20 +CONFIG_PS3_DYNAMIC_DMA n +CONFIG_PS3_REPOSITORY_WRITE n +CONFIG_PS3GELIC_UDBG n +# Platform support > WSP platform selection +# Power management and ACPI options +CONFIG_APM_EMULATION p policy<(arch armhf &/ value n) | value m> note +CONFIG_SFI y +CONFIG_INTEL_IDLE y +# Power management and ACPI options > ACPI (Advanced Configuration and Power Interface) Support +CONFIG_ACPI y mark +CONFIG_ACPI_AC y note +CONFIG_ACPI_BATTERY y note +CONFIG_ACPI_BUTTON y note +CONFIG_ACPI_FAN y note +CONFIG_ACPI_PROCESSOR y note +CONFIG_ACPI_THERMAL y note +CONFIG_ACPI_HED y note +CONFIG_ACPI_CONTAINER y note +CONFIG_ACPI_CUSTOM_METHOD n note +CONFIG_ACPI_PROCFS n +CONFIG_ACPI_PROCFS_POWER n +CONFIG_ACPI_PROC_EVENT y +CONFIG_ACPI_DOCK y +CONFIG_ACPI_IPMI m +CONFIG_ACPI_PROCESSOR_AGGREGATOR m +CONFIG_ACPI_NUMA y +CONFIG_ACPI_CUSTOM_DSDT_FILE "" +CONFIG_ACPI_INITRD_TABLE_OVERRIDE n +CONFIG_ACPI_BLACKLIST_YEAR p policy<(arch i386 &/ value 2000) | value 0> +CONFIG_X86_PM_TIMER y +CONFIG_ACPI_BGRT y +CONFIG_ACPI_APEI y +CONFIG_ACPI_APEI_GHES y +CONFIG_ACPI_APEI_PCIEAER y +CONFIG_ACPI_APEI_MEMORY_FAILURE y +# Power management and ACPI options > APM (Advanced Power Management) BIOS support +CONFIG_APM m mark +CONFIG_APM_IGNORE_USER_SUSPEND n +CONFIG_APM_DO_ENABLE n +CONFIG_APM_CPU_IDLE n +CONFIG_APM_DISPLAY_BLANK n +CONFIG_APM_ALLOW_INTS n +# Power management and ACPI options > CPU Frequency scaling +CONFIG_CPU_FREQ y mark +CONFIG_CPU_FREQ_GOV_CONSERVATIVE y note +CONFIG_CPU_FREQ_GOV_ONDEMAND y note +CONFIG_CPU_FREQ_GOV_PERFORMANCE y note +CONFIG_CPU_FREQ_GOV_POWERSAVE y note +CONFIG_CPU_FREQ_GOV_USERSPACE y note +CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE y note +CONFIG_GENERIC_CPUFREQ_CPU0 y +CONFIG_CPU_FREQ_STAT p policy<(arch i386 amd64 armhf &/ value y) | value m> note +CONFIG_CPU_FREQ_STAT_DETAILS y +# Power management and ACPI options > CPU Frequency scaling > ARM CPU frequency scaling drivers +CONFIG_ARM_OMAP2PLUS_CPUFREQ y +# Power management and ACPI options > CPU Frequency scaling > PowerPC CPU frequency scaling drivers +CONFIG_CPU_FREQ_MAPLE y +# Power management and ACPI options > CPU Frequency scaling > x86 CPU frequency scaling drivers +CONFIG_X86_ACPI_CPUFREQ y note +CONFIG_X86_ACPI_CPUFREQ_CPB y +CONFIG_X86_POWERNOW_K8 y note +CONFIG_X86_SPEEDSTEP_CENTRINO y note +CONFIG_X86_SPEEDSTEP_ICH y note +CONFIG_X86_SPEEDSTEP_SMI y note +CONFIG_X86_PCC_CPUFREQ y note +CONFIG_X86_CPUFREQ_NFORCE2 y note +CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE y +CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK y +# Power management and ACPI options > Memory power savings +CONFIG_I7300_IDLE m +# Power management options +CONFIG_APM_EMULATION p policy<(arch armhf &/ value n) | value m> note +# Processor support +CONFIG_PPC_ICSWX_USE_SIGILL n note +CONFIG_GENERIC_CPU y +CONFIG_PPC_BOOK3S_64 y +CONFIG_TUNE_CELL n +CONFIG_ALTIVEC y +CONFIG_VSX y +CONFIG_PPC_ICSWX y +CONFIG_PPC_ICSWX_PID y +CONFIG_PPC_BOOK3S_32 p policy<(flavour powerpc-smp &/ value y) | value n> +CONFIG_PPC_85xx p policy<(flavour powerpc-e500 powerpc-e500mc &/ value y) | value n> +CONFIG_PPC_E500MC p policy<(flavour powerpc-e500mc &/ value y) | value n> +CONFIG_FSL_EMB_PERFMON y +CONFIG_PHYS_64BIT y +CONFIG_SPE y +# Processor type and features +CONFIG_CC_STACKPROTECTOR y mark +CONFIG_TOSHIBA n note +CONFIG_ZONE_DMA y +CONFIG_X86_X2APIC y +CONFIG_X86_MPPARSE y +CONFIG_X86_EXTENDED_PLATFORM y +CONFIG_X86_NUMACHIP y +CONFIG_X86_VSMP n +CONFIG_X86_UV n +CONFIG_SCHED_OMIT_FRAME_POINTER y +CONFIG_MEMTEST y +CONFIG_GENERIC_CPU y +CONFIG_PROCESSOR_SELECT y +CONFIG_CPU_SUP_INTEL y +CONFIG_CPU_SUP_AMD y +CONFIG_CPU_SUP_CENTAUR y +CONFIG_HPET_TIMER y +CONFIG_DMI y +CONFIG_GART_IOMMU y +CONFIG_CALGARY_IOMMU y +CONFIG_CALGARY_IOMMU_ENABLED_BY_DEFAULT y +CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS y +CONFIG_X86_MCE y +CONFIG_X86_MCE_INTEL y +CONFIG_X86_MCE_AMD y +CONFIG_MICROCODE_INTEL y +CONFIG_MICROCODE_AMD y +CONFIG_DIRECT_GBPAGES y +CONFIG_AMD_NUMA y +CONFIG_X86_64_ACPI_NUMA y +CONFIG_NUMA_EMU n +CONFIG_NODES_SHIFT p policy<(arch amd64 &/ value 6) | value 8> +CONFIG_X86_CHECK_BIOS_CORRUPTION y +CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK y +CONFIG_X86_RESERVE_LOW 64 +CONFIG_MTRR y +CONFIG_MTRR_SANITIZER y +CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT 1 +CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT 1 +CONFIG_X86_PAT y +CONFIG_ARCH_RANDOM y +CONFIG_X86_SMAP y +CONFIG_EFI y +CONFIG_EFI_STUB y +CONFIG_KEXEC_JUMP y +CONFIG_BOOTPARAM_HOTPLUG_CPU0 n +CONFIG_COMPAT_VDSO n +CONFIG_X86_BIGSMP n +CONFIG_X86_WANT_INTEL_MID y +CONFIG_X86_MDFLD y +CONFIG_X86_RDC321X n +CONFIG_X86_32_NON_STANDARD n +CONFIG_X86_GENERIC y +CONFIG_X86_PPRO_FENCE y +CONFIG_CPU_SUP_CYRIX_32 y +CONFIG_CPU_SUP_TRANSMETA_32 y +CONFIG_CPU_SUP_UMC_32 y +CONFIG_APB_TIMER y +CONFIG_X86_ANCIENT_MCE n +CONFIG_VM86 y +CONFIG_X86_REBOOTFIXUPS y +CONFIG_HIGHMEM64G y +CONFIG_X86_PAE y +CONFIG_MATH_EMULATION p policy<(arch i386 &/ value n) | value y> +CONFIG_MAXSMP n +CONFIG_M686 y +# Processor type and features > Paravirtualized guest support +CONFIG_KVM_GUEST y +CONFIG_PARAVIRT_GUEST y +CONFIG_PARAVIRT_TIME_ACCOUNTING n +CONFIG_PARAVIRT y +CONFIG_PARAVIRT_SPINLOCKS y +CONFIG_LGUEST_GUEST n +# Security options +CONFIG_ENCRYPTED_KEYS y note +CONFIG_TRUSTED_KEYS y note +CONFIG_SECURITY y mark +CONFIG_SECURITYFS y +CONFIG_DEFAULT_SECURITY_APPARMOR y +CONFIG_SECURITY_APPARMOR y +CONFIG_SECURITY_APPARMOR_BOOTPARAM_VALUE 1 +CONFIG_SECURITY_SELINUX y +CONFIG_SECURITY_SELINUX_AVC_STATS y +CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE 0 +CONFIG_SECURITY_SELINUX_BOOTPARAM y +CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE 1 +CONFIG_SECURITY_SELINUX_DEVELOP y +CONFIG_SECURITY_SELINUX_DISABLE y note +CONFIG_SECURITY_SELINUX_POLICYDB_VERSION_MAX n +CONFIG_SECURITY_TOMOYO y +CONFIG_SECURITY_TOMOYO_ACTIVATION_TRIGGER "/sbin/init" +CONFIG_SECURITY_TOMOYO_MAX_ACCEPT_ENTRY 2048 +CONFIG_SECURITY_TOMOYO_MAX_AUDIT_LOG 1024 +CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER n +CONFIG_SECURITY_TOMOYO_POLICY_LOADER "/sbin/tomoyo-init" +CONFIG_SECURITY_SMACK y +CONFIG_SECURITY_YAMA y +CONFIG_SECURITY_YAMA_STACKED y +CONFIG_EVM y +CONFIG_IMA n note +CONFIG_INTEL_TXT p policy<(arch i386 amd64 &/ value y) | value n)> +CONFIG_INTEGRITY_SIGNATURE y +CONFIG_KEYS y +CONFIG_LSM_MMAP_MIN_ADDR 0 +CONFIG_SECURITY_DMESG_RESTRICT n +CONFIG_SECURITY_NETWORK y +CONFIG_SECURITY_NETWORK_XFRM n +CONFIG_SECURITY_PATH y +# System Type +CONFIG_MMU y +CONFIG_ARCH_MVEBU n +CONFIG_ARCH_BCM y +CONFIG_ARCH_HIGHBANK y +CONFIG_ARCH_OMAP2PLUS y +CONFIG_ARCH_SOCFPGA n +CONFIG_ARCH_SUNXI y +CONFIG_ARCH_VT8500 n +CONFIG_ARCH_ZYNQ n +CONFIG_CPU_V7 y +CONFIG_ARM_LPAE n +CONFIG_ARM_THUMB y +CONFIG_ARM_THUMBEE n +CONFIG_ARM_VIRT_EXT y +CONFIG_SWP_EMULATE n +CONFIG_CPU_ICACHE_DISABLE n +CONFIG_CPU_DCACHE_DISABLE n +CONFIG_CPU_BPREDICT_DISABLE n +CONFIG_CACHE_L2X0 y +CONFIG_ARM_DMA_MEM_BUFFERABLE y +CONFIG_ARM_ERRATA_430973 y +CONFIG_PL310_ERRATA_588369 y +CONFIG_ARM_ERRATA_720789 y +CONFIG_PL310_ERRATA_727915 y +CONFIG_PL310_ERRATA_753970 y +CONFIG_ARM_ERRATA_754322 y +CONFIG_ARM_ERRATA_754327 n +CONFIG_ARM_ERRATA_764369 y +CONFIG_PL310_ERRATA_769419 y +CONFIG_ARM_ERRATA_775420 y +#CONFIG_ARCH_EXYNOS n note +#CONFIG_ARCH_HIGHBANK n note +#CONFIG_ARCH_PICOXCELL n note +#CONFIG_ARCH_ZYNQ n note +CONFIG_ARCH_MULTIPLATFORM p policy<(arch armhf &/ value y) | value n> +# System Type > ARM Ltd. Versatile Express family +CONFIG_ARCH_VEXPRESS y +# System Type > ARM Ltd. Versatile Express family > Versatile Express platform type +CONFIG_ARCH_VEXPRESS_CORTEX_A5_A9_ERRATA y +CONFIG_ARCH_VEXPRESS_CA9X4 y +# System Type > Atmel AT91 System-on-Chip +# System Type > Cirrus EP93xx Implementation Options +# System Type > CLPS711X/EP721X/EP731X Implementations +# System Type > CNS3XXX platform type +# System Type > Cortina Systems Gemini Implementations +# System Type > CSR SiRF primaII/Marco/Polo Specific Features +#CONFIG_ARCH_PRIMA2 n note +# System Type > Footbridge Implementations +# System Type > Freescale i.MX family +CONFIG_ARCH_MXC y +# System Type > Freescale i.MX family > Freescale i.MX support +CONFIG_MXC_IRQ_PRIOR n +CONFIG_MXC_DEBUG_BOARD n +CONFIG_MACH_IMX51_DT n +CONFIG_MACH_MX51_BABBAGE n +CONFIG_MACH_MX51_3DS n +CONFIG_MACH_EUKREA_CPUIMX51SD n +CONFIG_SOC_IMX53 n +CONFIG_SOC_IMX6Q y +# System Type > h720x Implementations +# System Type > Integrator Options +# System Type > Intel IXP4xx Implementation Options +# System Type > Intel PXA2xx/PXA3xx Implementations +# System Type > IOP13XX Implementation Options +# System Type > IOP32x Implementation Options +# System Type > IOP33x Implementation Options +# System Type > Kendin/Micrel KS8695 Implementations +# System Type > Marvell Dove Implementations +# System Type > Marvell Kirkwood Implementations +# System Type > Marvell MV78xx0 Implementations +# System Type > Marvell PXA168/910/MMP2 Implmentations +# System Type > Marvell SOC with device tree +# System Type > Multiple platform selection +CONFIG_ARCH_MULTI_V6 n +CONFIG_ARCH_MULTI_V7 y +# System Type > NetX Implementations +# System Type > Nomadik boards +# System Type > NUC950 Machines +# System Type > NUC960 Machines +# System Type > Orion Implementations +# System Type > Qualcomm MSM Board Type +# System Type > RealView platform type +# System Type > S5PC110 Machines +# System Type > S5PV210 Machines +# System Type > SA11x0 Implementations +# System Type > SAMSUNG EXYNOS SoCs Support +# System Type > SAMSUNG S3C24XX SoCs Support +# System Type > SPEAr13xx Implementations +# System Type > SPEAr3xx Implementations +# System Type > ST-Ericsson AB U300/U335 Platform +# System Type > SuperH / SH-Mobile Driver Options +# System Type > TI DaVinci Implementations +# System Type > Timer and clock configuration +# System Type > TI OMAP1 specific features +CONFIG_MACH_OMAP_GENERIC y +# System Type > TI OMAP2/3/4 Specific Features +CONFIG_MACH_OMAP_GENERIC y +CONFIG_ARCH_OMAP2PLUS_TYPICAL y +CONFIG_SOC_HAS_OMAP2_SDRC y +CONFIG_SOC_HAS_REALTIME_COUNTER y +CONFIG_ARCH_OMAP2 n +CONFIG_ARCH_OMAP3 y +CONFIG_ARCH_OMAP4 y +CONFIG_SOC_OMAP5 y +CONFIG_SOC_OMAP3430 y +CONFIG_SOC_TI81XX y +CONFIG_SOC_AM33XX y +CONFIG_MACH_OMAP3_BEAGLE y +CONFIG_MACH_DEVKIT8000 n +CONFIG_MACH_OMAP_LDP y +CONFIG_MACH_OMAP3530_LV_SOM y +CONFIG_MACH_OMAP3_TORPEDO y +CONFIG_MACH_OVERO y +CONFIG_MACH_OMAP3EVM y +CONFIG_MACH_OMAP3517EVM n +CONFIG_MACH_CRANEBOARD n +CONFIG_MACH_OMAP3_PANDORA y +CONFIG_MACH_TOUCHBOOK y +CONFIG_MACH_OMAP_3430SDP y +CONFIG_MACH_NOKIA_RM680 y +CONFIG_MACH_NOKIA_RX51 n +CONFIG_MACH_OMAP_ZOOM2 y +CONFIG_MACH_OMAP_ZOOM3 y +CONFIG_MACH_CM_T35 n +CONFIG_MACH_CM_T3517 y +CONFIG_MACH_IGEP0020 y +CONFIG_MACH_IGEP0030 y +CONFIG_MACH_SBC3530 y +CONFIG_MACH_OMAP_3630SDP y +CONFIG_MACH_TI8168EVM y +CONFIG_MACH_TI8148EVM y +CONFIG_OMAP3_EMU y +CONFIG_OMAP3_SDRC_AC_TIMING n +CONFIG_MACH_OMAP_4430SDP y +CONFIG_MACH_OMAP4_PANDA y +# System Type > TI OMAP Common Features +CONFIG_POWER_AVS_OMAP y +CONFIG_POWER_AVS_OMAP_CLASS3 y +CONFIG_OMAP_RESET_CLOCKS y +CONFIG_OMAP_MUX y +CONFIG_OMAP_MUX_WARNINGS y +CONFIG_OMAP_32K_TIMER y +CONFIG_OMAP3_L2_AUX_SECURE_SAVE_RESTORE n +CONFIG_OMAP_32K_TIMER_HZ 128 +CONFIG_OMAP_DM_TIMER y +CONFIG_OMAP_PM_NOOP y +# System Type > Use 8-bit SDHCI bus width +# System Type > Ux500 target platform (boards) +# System Type > Versatile platform type +# System Type > W90P910 Machines +# Ubuntu Supplied Third-Party Device Drivers +CONFIG_AUFS_FS m +CONFIG_AUFS_EXPORT y +CONFIG_AUFS_BRANCH_MAX_127 y +CONFIG_AUFS_BR_FUSE y +CONFIG_AUFS_BR_HFSPLUS y +CONFIG_AUFS_BR_RAMFS y +CONFIG_AUFS_EXPORT y +CONFIG_AUFS_HNOTIFY n +CONFIG_AUFS_PROC_MAP n note flag +CONFIG_AUFS_RDU n +CONFIG_AUFS_SHWH n +CONFIG_AUFS_SP_IATTR n +CONFIG_DM_RAID45 p policy<(arch i386 amd64 &/ value m) | value n> note mark +CONFIG_ALX p policy<(arch powerpc &/ value n) | value m> flag +# Userspace binary formats +CONFIG_BINFMT_ELF y +CONFIG_COREDUMP y +# Virtualization +set +tree 'Virtualization' ?flag EXPERIMENTAL ?type bool = n +set +tree 'Virtualization' ?flag EXPERIMENTAL ?type tristate = m note +CONFIG_VIRTUALIZATION y mark +CONFIG_KVM p policy<(arch powerpc &/ value y) | value m> +CONFIG_KVM_MMU_AUDIT n +CONFIG_KVM_E500V2 y +CONFIG_KVM_E500MC y +CONFIG_LGUEST n + +# Ensure DEPRECATED options are off. +set +all ?flag DEPRECATED ?type bool = n +set +all ?flag DEPRECATED ?type tristate = n + +# DEPRECATED overrides +CONFIG_NETFILTER_XT_TARGET_NOTRACK m note + +# Ensure DANGEROUS things are turned off. +set +all ?flag DANGEROUS = n --- linux-lowlatency-3.8.0.orig/debian.master/config/arm64/config.flavour.linaro-SOCFLAVOUR +++ linux-lowlatency-3.8.0/debian.master/config/arm64/config.flavour.linaro-SOCFLAVOUR @@ -0,0 +1 @@ +# nothing here yet --- linux-lowlatency-3.8.0.orig/debian.master/config/arm64/config.common.arm64 +++ linux-lowlatency-3.8.0/debian.master/config/arm64/config.common.arm64 @@ -0,0 +1 @@ +# nothing here yet --- linux-lowlatency-3.8.0.orig/debian.master/config/i386/config.flavour.generic +++ linux-lowlatency-3.8.0/debian.master/config/i386/config.flavour.generic @@ -0,0 +1,3 @@ +# +# Config options for config.flavour.generic automatically generated by splitconfig.pl +# --- linux-lowlatency-3.8.0.orig/debian.master/config/i386/config.common.i386 +++ linux-lowlatency-3.8.0/debian.master/config/i386/config.common.i386 @@ -0,0 +1,106 @@ +# +# Config options for config.common.i386 automatically generated by splitconfig.pl +# +# CONFIG_64BIT is not set +CONFIG_ACPI_BLACKLIST_YEAR=2000 +CONFIG_ARCH_DEFCONFIG="arch/x86/configs/i386_defconfig" +CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-ecx -fcall-saved-edx" +# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set +CONFIG_ARCH_PHYS_ADDR_T_64BIT=y +CONFIG_ARCH_SELECT_MEMORY_MODEL=y +# CONFIG_ASYNC_TX_DMA is not set +# CONFIG_AUDIT_ARCH is not set +CONFIG_BCH=m +# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set +CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y +# CONFIG_CPU_IDLE_MULTIPLE_DRIVERS is not set +CONFIG_DEFAULT_MMAP_MIN_ADDR=65536 +CONFIG_DM_RAID45=m +CONFIG_EDAC_MM_EDAC=m +CONFIG_EZX_PCAP=y +CONFIG_FB_BACKLIGHT=y +CONFIG_FB_BOOT_VESA_SUPPORT=y +CONFIG_FB_DDC=m +CONFIG_FB_SVGALIB=m +CONFIG_FB_SYS_COPYAREA=m +CONFIG_FB_SYS_FILLRECT=m +CONFIG_FB_SYS_IMAGEBLIT=m +# CONFIG_FONTS is not set +CONFIG_GPIO_GENERIC=m +CONFIG_GPIO_TWL4030=m +CONFIG_HAVE_AOUT=y +CONFIG_HAVE_GENERIC_DMA_COHERENT=y +CONFIG_HUGETLB_PAGE=y +CONFIG_HZ=250 +CONFIG_ILLEGAL_POINTER_VALUE=0 +CONFIG_KSM=y +CONFIG_LIS3L02DQ=m +# CONFIG_MFD_TMIO is not set +CONFIG_MMC_BLOCK=m +CONFIG_MMC_SDHCI=m +CONFIG_MMC_SDHCI_PLTFM=m +CONFIG_MTD=m +CONFIG_MTD_BLKDEVS=m +CONFIG_MTD_BLOCK=m +CONFIG_MTD_CHAR=m +CONFIG_MTD_NAND=m +CONFIG_MTD_NAND_BCH=m +CONFIG_MTD_NAND_ECC=m +CONFIG_MTD_NAND_IDS=m +CONFIG_MTD_SM_COMMON=m +CONFIG_MUSB_PIO_ONLY=y +CONFIG_NET_CALXEDA_XGMAC=m +CONFIG_NOP_USB_XCEIV=m +CONFIG_NR_CPUS=8 +CONFIG_OUTPUT_FORMAT="elf32-i386" +CONFIG_PCCARD=m +CONFIG_PHYS_ADDR_T_64BIT=y +CONFIG_RCU_FANOUT=32 +CONFIG_REGMAP_MMIO=m +CONFIG_REGULATOR_FIXED_VOLTAGE=m +CONFIG_RTC_DRV_CMOS=y +CONFIG_RTC_DRV_TWL4030=m +# CONFIG_SATA_HIGHBANK is not set +CONFIG_SCHED_SMT=y +CONFIG_SCSI_SPI_ATTRS=y +CONFIG_SERIAL_8250_DMA=y +CONFIG_SND=m +CONFIG_SND_COMPRESS_OFFLOAD=m +CONFIG_SND_EMU10K1_SEQ=m +CONFIG_SND_OPL3_LIB_SEQ=m +CONFIG_SND_OPL4_LIB_SEQ=m +CONFIG_SND_PCM=m +CONFIG_SND_SBAWE_SEQ=m +CONFIG_SND_SOC=m +CONFIG_SND_SOC_I2C_AND_SPI=m +CONFIG_SND_SOC_SGTL5000=m +CONFIG_SND_SOC_TWL4030=m +CONFIG_SND_SOC_TWL6040=m +CONFIG_SND_TIMER=m +CONFIG_SOUND=m +# CONFIG_SPARSEMEM_MANUAL is not set +CONFIG_SPI_PXA2XX_PCI=m +# CONFIG_STANDALONE is not set +CONFIG_USB_ARCH_HAS_XHCI=y +CONFIG_USB_CHIPIDEA=m +CONFIG_USB_EHCI_HCD_PLATFORM=y +CONFIG_USB_GADGET=m +# CONFIG_USB_G_MULTI is not set +CONFIG_USB_HCD_BCMA=m +CONFIG_USB_HCD_SSB=m +CONFIG_USB_MUSB_TUSB6010=m +CONFIG_USB_OHCI_HCD_PLATFORM=y +CONFIG_USB_SUSPEND=y +CONFIG_VFIO_IOMMU_TYPE1=m +CONFIG_VGASTATE=m +CONFIG_VIRTIO=y +CONFIG_VIRTIO_BALLOON=m +CONFIG_VIRTIO_BLK=y +CONFIG_VIRTIO_MMIO=m +CONFIG_VIRTIO_NET=y +CONFIG_WAN_ROUTER=m +CONFIG_X86_MINIMUM_CPU_FAMILY=5 +CONFIG_X86_SPEEDSTEP_LIB=y +CONFIG_XEN_MAX_DOMAIN_MEMORY=64 +# CONFIG_ZONE_DMA32 is not set +CONFIG_ZONE_DMA_FLAG=1 --- linux-lowlatency-3.8.0.orig/debian.master/config/armhf/config.flavour.generic +++ linux-lowlatency-3.8.0/debian.master/config/armhf/config.flavour.generic @@ -0,0 +1,3 @@ +# +# Config options for config.flavour.generic automatically generated by splitconfig.pl +# --- linux-lowlatency-3.8.0.orig/debian.master/config/armhf/config.common.armhf +++ linux-lowlatency-3.8.0/debian.master/config/armhf/config.common.armhf @@ -0,0 +1,95 @@ +# +# Config options for config.common.armhf automatically generated by splitconfig.pl +# +CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED=y +# CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set +# CONFIG_ARCH_SELECT_MEMORY_MODEL is not set +# CONFIG_ARCH_SPARSEMEM_DEFAULT is not set +CONFIG_ASYNC_TX_DMA=y +CONFIG_BCH=y +CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y +# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set +CONFIG_CPU_IDLE_MULTIPLE_DRIVERS=y +CONFIG_DEFAULT_MMAP_MIN_ADDR=32768 +# CONFIG_DM_RAID45 is not set +CONFIG_EDAC_MM_EDAC=y +# CONFIG_EZX_PCAP is not set +# CONFIG_FB_BACKLIGHT is not set +# CONFIG_FB_BOOT_VESA_SUPPORT is not set +# CONFIG_FB_DDC is not set +# CONFIG_FB_SVGALIB is not set +CONFIG_FB_SYS_COPYAREA=y +CONFIG_FB_SYS_FILLRECT=y +CONFIG_FB_SYS_IMAGEBLIT=y +CONFIG_FONTS=y +CONFIG_GPIO_GENERIC=y +CONFIG_GPIO_TWL4030=y +CONFIG_HAVE_AOUT=y +CONFIG_HAVE_GENERIC_DMA_COHERENT=y +# CONFIG_HUGETLB_PAGE is not set +CONFIG_HZ=128 +# CONFIG_KSM is not set +# CONFIG_LIS3L02DQ is not set +CONFIG_MFD_TMIO=y +CONFIG_MMC_BLOCK=y +CONFIG_MMC_SDHCI=y +CONFIG_MMC_SDHCI_PLTFM=y +CONFIG_MTD=y +CONFIG_MTD_BLKDEVS=y +CONFIG_MTD_BLOCK=y +CONFIG_MTD_CHAR=y +CONFIG_MTD_NAND=y +CONFIG_MTD_NAND_BCH=y +CONFIG_MTD_NAND_ECC=y +CONFIG_MTD_NAND_IDS=y +# CONFIG_MTD_SM_COMMON is not set +# CONFIG_MUSB_PIO_ONLY is not set +CONFIG_NET_CALXEDA_XGMAC=y +CONFIG_NOP_USB_XCEIV=y +CONFIG_NR_CPUS=4 +# CONFIG_PCCARD is not set +# CONFIG_PHYS_ADDR_T_64BIT is not set +CONFIG_RCU_FANOUT=32 +CONFIG_REGMAP_MMIO=y +CONFIG_REGULATOR_FIXED_VOLTAGE=y +CONFIG_RTC_DRV_CMOS=m +CONFIG_RTC_DRV_TWL4030=y +CONFIG_SATA_HIGHBANK=y +# CONFIG_SCHED_SMT is not set +CONFIG_SCSI_SPI_ATTRS=m +# CONFIG_SERIAL_8250_DMA is not set +CONFIG_SND=y +CONFIG_SND_COMPRESS_OFFLOAD=y +# CONFIG_SND_EMU10K1_SEQ is not set +# CONFIG_SND_OPL3_LIB_SEQ is not set +# CONFIG_SND_OPL4_LIB_SEQ is not set +CONFIG_SND_PCM=y +# CONFIG_SND_SBAWE_SEQ is not set +CONFIG_SND_SOC=y +CONFIG_SND_SOC_I2C_AND_SPI=y +CONFIG_SND_SOC_SGTL5000=y +CONFIG_SND_SOC_TWL4030=y +CONFIG_SND_SOC_TWL6040=y +CONFIG_SND_TIMER=y +CONFIG_SOUND=y +# CONFIG_SPI_PXA2XX_PCI is not set +CONFIG_STANDALONE=y +# CONFIG_USB_ARCH_HAS_XHCI is not set +CONFIG_USB_CHIPIDEA=y +# CONFIG_USB_EHCI_HCD_PLATFORM is not set +CONFIG_USB_GADGET=y +CONFIG_USB_G_MULTI=m +# CONFIG_USB_HCD_BCMA is not set +# CONFIG_USB_HCD_SSB is not set +# CONFIG_USB_MUSB_TUSB6010 is not set +# CONFIG_USB_OHCI_HCD_PLATFORM is not set +# CONFIG_USB_SUSPEND is not set +# CONFIG_VFIO_IOMMU_TYPE1 is not set +# CONFIG_VGASTATE is not set +CONFIG_VIRTIO=m +# CONFIG_VIRTIO_BALLOON is not set +# CONFIG_VIRTIO_BLK is not set +# CONFIG_VIRTIO_MMIO is not set +# CONFIG_VIRTIO_NET is not set +# CONFIG_WAN_ROUTER is not set +CONFIG_ZONE_DMA_FLAG=0 --- linux-lowlatency-3.8.0.orig/debian.master/config/x32/config.flavour.generic +++ linux-lowlatency-3.8.0/debian.master/config/x32/config.flavour.generic @@ -0,0 +1 @@ +# nothing here yet --- linux-lowlatency-3.8.0.orig/debian.master/config/x32/config.common.x32 +++ linux-lowlatency-3.8.0/debian.master/config/x32/config.common.x32 @@ -0,0 +1 @@ +# nothing here yet --- linux-lowlatency-3.8.0.orig/debian.master/config/amd64/config.flavour.generic +++ linux-lowlatency-3.8.0/debian.master/config/amd64/config.flavour.generic @@ -0,0 +1,3 @@ +# +# Config options for config.flavour.generic automatically generated by splitconfig.pl +# --- linux-lowlatency-3.8.0.orig/debian.master/config/amd64/config.common.amd64 +++ linux-lowlatency-3.8.0/debian.master/config/amd64/config.common.amd64 @@ -0,0 +1,107 @@ +# +# Config options for config.common.amd64 automatically generated by splitconfig.pl +# +CONFIG_64BIT=y +CONFIG_ACPI_BLACKLIST_YEAR=0 +CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig" +CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-rdi -fcall-saved-rsi -fcall-saved-rdx -fcall-saved-rcx -fcall-saved-r8 -fcall-saved-r9 -fcall-saved-r10 -fcall-saved-r11" +# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set +CONFIG_ARCH_PHYS_ADDR_T_64BIT=y +CONFIG_ARCH_SELECT_MEMORY_MODEL=y +CONFIG_ARCH_SPARSEMEM_DEFAULT=y +# CONFIG_ASYNC_TX_DMA is not set +CONFIG_AUDIT_ARCH=y +CONFIG_BCH=m +# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set +CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y +# CONFIG_CPU_IDLE_MULTIPLE_DRIVERS is not set +CONFIG_DEFAULT_MMAP_MIN_ADDR=65536 +CONFIG_DM_RAID45=m +CONFIG_EDAC_MM_EDAC=m +CONFIG_EZX_PCAP=y +CONFIG_FB_BACKLIGHT=y +CONFIG_FB_BOOT_VESA_SUPPORT=y +CONFIG_FB_DDC=m +CONFIG_FB_SVGALIB=m +CONFIG_FB_SYS_COPYAREA=m +CONFIG_FB_SYS_FILLRECT=m +CONFIG_FB_SYS_IMAGEBLIT=m +# CONFIG_FONTS is not set +CONFIG_GPIO_GENERIC=m +CONFIG_GPIO_TWL4030=m +# CONFIG_HAVE_AOUT is not set +# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set +CONFIG_HUGETLB_PAGE=y +CONFIG_HZ=250 +CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000 +CONFIG_KSM=y +CONFIG_LIS3L02DQ=m +# CONFIG_MFD_TMIO is not set +CONFIG_MMC_BLOCK=m +CONFIG_MMC_SDHCI=m +CONFIG_MMC_SDHCI_PLTFM=m +CONFIG_MTD=m +CONFIG_MTD_BLKDEVS=m +CONFIG_MTD_BLOCK=m +CONFIG_MTD_CHAR=m +CONFIG_MTD_NAND=m +CONFIG_MTD_NAND_BCH=m +CONFIG_MTD_NAND_ECC=m +CONFIG_MTD_NAND_IDS=m +CONFIG_MTD_SM_COMMON=m +CONFIG_MUSB_PIO_ONLY=y +CONFIG_NET_CALXEDA_XGMAC=m +CONFIG_NOP_USB_XCEIV=m +CONFIG_NR_CPUS=256 +CONFIG_OUTPUT_FORMAT="elf64-x86-64" +CONFIG_PCCARD=m +CONFIG_PHYS_ADDR_T_64BIT=y +CONFIG_RCU_FANOUT=64 +CONFIG_REGMAP_MMIO=m +CONFIG_REGULATOR_FIXED_VOLTAGE=m +CONFIG_RTC_DRV_CMOS=y +CONFIG_RTC_DRV_TWL4030=m +# CONFIG_SATA_HIGHBANK is not set +CONFIG_SCHED_SMT=y +CONFIG_SCSI_SPI_ATTRS=y +CONFIG_SERIAL_8250_DMA=y +CONFIG_SND=m +CONFIG_SND_COMPRESS_OFFLOAD=m +CONFIG_SND_EMU10K1_SEQ=m +CONFIG_SND_OPL3_LIB_SEQ=m +# CONFIG_SND_OPL4_LIB_SEQ is not set +CONFIG_SND_PCM=m +# CONFIG_SND_SBAWE_SEQ is not set +CONFIG_SND_SOC=m +CONFIG_SND_SOC_I2C_AND_SPI=m +CONFIG_SND_SOC_SGTL5000=m +CONFIG_SND_SOC_TWL4030=m +CONFIG_SND_SOC_TWL6040=m +CONFIG_SND_TIMER=m +CONFIG_SOUND=m +CONFIG_SPARSEMEM_MANUAL=y +CONFIG_SPI_PXA2XX_PCI=m +# CONFIG_STANDALONE is not set +CONFIG_USB_ARCH_HAS_XHCI=y +CONFIG_USB_CHIPIDEA=m +CONFIG_USB_EHCI_HCD_PLATFORM=y +CONFIG_USB_GADGET=m +# CONFIG_USB_G_MULTI is not set +CONFIG_USB_HCD_BCMA=m +CONFIG_USB_HCD_SSB=m +CONFIG_USB_MUSB_TUSB6010=m +CONFIG_USB_OHCI_HCD_PLATFORM=y +CONFIG_USB_SUSPEND=y +CONFIG_VFIO_IOMMU_TYPE1=m +CONFIG_VGASTATE=m +CONFIG_VIRTIO=y +CONFIG_VIRTIO_BALLOON=m +CONFIG_VIRTIO_BLK=y +CONFIG_VIRTIO_MMIO=m +CONFIG_VIRTIO_NET=y +CONFIG_WAN_ROUTER=m +CONFIG_X86_MINIMUM_CPU_FAMILY=64 +CONFIG_X86_SPEEDSTEP_LIB=m +CONFIG_XEN_MAX_DOMAIN_MEMORY=500 +CONFIG_ZONE_DMA32=y +CONFIG_ZONE_DMA_FLAG=1 --- linux-lowlatency-3.8.0.orig/debian.master/abi/3.8.0-25.37/abiname +++ linux-lowlatency-3.8.0/debian.master/abi/3.8.0-25.37/abiname @@ -0,0 +1 @@ +25 --- linux-lowlatency-3.8.0.orig/debian.master/abi/3.8.0-25.37/fwinfo +++ linux-lowlatency-3.8.0/debian.master/abi/3.8.0-25.37/fwinfo @@ -0,0 +1,622 @@ +firmware: 3826.arm +firmware: 3com/typhoon.bin +firmware: 6fire/dmx6fireap.ihx +firmware: 6fire/dmx6firecf.bin +firmware: 6fire/dmx6firel2.ihx +firmware: acenic/tg1.bin +firmware: acenic/tg2.bin +firmware: adaptec/starfire_rx.bin +firmware: adaptec/starfire_tx.bin +firmware: advansys/3550.bin +firmware: advansys/38C0800.bin +firmware: advansys/38C1600.bin +firmware: advansys/mcode.bin +firmware: agere_ap_fw.bin +firmware: agere_sta_fw.bin +firmware: aic94xx-seq.fw +firmware: ar5523.bin +firmware: asihpi/dsp5000.bin +firmware: asihpi/dsp6200.bin +firmware: asihpi/dsp6205.bin +firmware: asihpi/dsp6400.bin +firmware: asihpi/dsp6600.bin +firmware: asihpi/dsp8700.bin +firmware: asihpi/dsp8900.bin +firmware: ath3k-1.fw +firmware: ath6k/AR6003/hw2.0/athwlan.bin.z77 +firmware: ath6k/AR6003/hw2.0/bdata.bin +firmware: ath6k/AR6003/hw2.0/bdata.SD31.bin +firmware: ath6k/AR6003/hw2.0/data.patch.bin +firmware: ath6k/AR6003/hw2.0/otp.bin.z77 +firmware: ath6k/AR6003/hw2.1.1/athwlan.bin +firmware: ath6k/AR6003/hw2.1.1/bdata.bin +firmware: ath6k/AR6003/hw2.1.1/bdata.SD31.bin +firmware: ath6k/AR6003/hw2.1.1/data.patch.bin +firmware: ath6k/AR6003/hw2.1.1/otp.bin +firmware: ath6k/AR6004/hw1.0/bdata.bin +firmware: ath6k/AR6004/hw1.0/bdata.DB132.bin +firmware: ath6k/AR6004/hw1.0/fw.ram.bin +firmware: ath6k/AR6004/hw1.1/bdata.bin +firmware: ath6k/AR6004/hw1.1/bdata.DB132.bin +firmware: ath6k/AR6004/hw1.1/fw.ram.bin +firmware: ath6k/AR6004/hw1.2/bdata.bin +firmware: ath6k/AR6004/hw1.2/fw.ram.bin +firmware: ath6k/AR6004/hw1.3/bdata.bin +firmware: ath6k/AR6004/hw1.3/fw.ram.bin +firmware: atmel_at76c502_3com.bin +firmware: atmel_at76c502_3com-wpa.bin +firmware: atmel_at76c502.bin +firmware: atmel_at76c502d.bin +firmware: atmel_at76c502d-wpa.bin +firmware: atmel_at76c502e.bin +firmware: atmel_at76c502e-wpa.bin +firmware: atmel_at76c502-wpa.bin +firmware: atmel_at76c503-i3861.bin +firmware: atmel_at76c503-i3863.bin +firmware: atmel_at76c503-rfmd-acc.bin +firmware: atmel_at76c503-rfmd.bin +firmware: atmel_at76c504_2958.bin +firmware: atmel_at76c504_2958-wpa.bin +firmware: atmel_at76c504a_2958.bin +firmware: atmel_at76c504a_2958-wpa.bin +firmware: atmel_at76c504.bin +firmware: atmel_at76c504-wpa.bin +firmware: atmel_at76c505amx-rfmd.bin +firmware: atmel_at76c505a-rfmd2958.bin +firmware: atmel_at76c505-rfmd2958.bin +firmware: atmel_at76c505-rfmd.bin +firmware: atmel_at76c506.bin +firmware: atmel_at76c506-wpa.bin +firmware: atmsar11.fw +firmware: av7110/bootcode.bin +firmware: b43legacy/ucode2.fw +firmware: b43legacy/ucode4.fw +firmware: b43/ucode11.fw +firmware: b43/ucode13.fw +firmware: b43/ucode14.fw +firmware: b43/ucode15.fw +firmware: b43/ucode16_mimo.fw +firmware: b43/ucode5.fw +firmware: b43/ucode9.fw +firmware: BCM2033-FW.bin +firmware: BCM2033-MD.hex +firmware: bfubase.frm +firmware: bnx2/bnx2-mips-06-6.2.3.fw +firmware: bnx2/bnx2-mips-09-6.2.1b.fw +firmware: bnx2/bnx2-rv2p-06-6.0.15.fw +firmware: bnx2/bnx2-rv2p-09-6.0.17.fw +firmware: bnx2/bnx2-rv2p-09ax-6.0.17.fw +firmware: bnx2x/bnx2x-e1-7.8.2.0.fw +firmware: bnx2x/bnx2x-e1h-7.8.2.0.fw +firmware: bnx2x/bnx2x-e2-7.8.2.0.fw +firmware: brcm/bcm43xx-0.fw +firmware: brcm/bcm43xx_hdr-0.fw +firmware: brcm/brcmfmac43143.bin +firmware: brcm/brcmfmac43236b.bin +firmware: brcm/brcmfmac43242a.bin +firmware: brcm/brcmfmac-sdio.bin +firmware: brcm/brcmfmac-sdio.txt +firmware: BT3CPCC.bin +firmware: c218tunx.cod +firmware: c320tunx.cod +firmware: carl9170-1.fw +firmware: cbfw-3.1.0.0.bin +firmware: cis/3CCFEM556.cis +firmware: cis/3CXEM556.cis +firmware: cis/COMpad2.cis +firmware: cis/COMpad4.cis +firmware: cis/DP83903.cis +firmware: cis/LA-PCM.cis +firmware: cis/MT5634ZLX.cis +firmware: cis/NE2K.cis +firmware: cis/PCMLM28.cis +firmware: cis/PE-200.cis +firmware: cis/PE520.cis +firmware: cis/RS-COM-2P.cis +firmware: cis/SW_555_SER.cis +firmware: cis/SW_7xx_SER.cis +firmware: cis/SW_8xx_SER.cis +firmware: cis/tamarack.cis +firmware: comedi/jr3pci.idm +firmware: cp204unx.cod +firmware: cpia2/stv0672_vp4.bin +firmware: ct2fw-3.1.0.0.bin +firmware: ctfw-3.1.0.0.bin +firmware: cxgb3/ael2005_opt_edc.bin +firmware: cxgb3/ael2005_twx_edc.bin +firmware: cxgb3/ael2020_twx_edc.bin +firmware: cxgb3/t3b_psram-1.1.0.bin +firmware: cxgb3/t3c_psram-1.1.0.bin +firmware: cxgb3/t3fw-7.12.0.bin +firmware: cxgb4/t4fw.bin +firmware: cyzfirm.bin +firmware: daqboard2000_firmware.bin +firmware: digiface_firmware.bin +firmware: digiface_firmware_rev11.bin +firmware: dvb-cx18-mpc718-mt352.fw +firmware: dvb-fe-af9013.fw +firmware: dvb-fe-ds3000.fw +firmware: dvb-fe-tda10071.fw +firmware: dvb-fe-xc5000-1.6.114.fw +firmware: dvb-fe-xc5000c-4.1.30.7.fw +firmware: dvb-usb-af9015.fw +firmware: dvb-usb-af9035-02.fw +firmware: dvb-usb-dib0700-1.20.fw +firmware: dvb-usb-ec168.fw +firmware: dvb-usb-it9135-01.fw +firmware: dvb-usb-it9135-02.fw +firmware: dvb-usb-it9137-01.fw +firmware: dvb-usb-lme2510c-lg.fw +firmware: dvb-usb-lme2510c-rs2000.fw +firmware: dvb-usb-lme2510c-s0194.fw +firmware: dvb-usb-lme2510c-s7395.fw +firmware: dvb-usb-lme2510-lg.fw +firmware: dvb-usb-lme2510-s0194.fw +firmware: dvb-usb-terratec-h7-az6007.fw +firmware: e100/d101m_ucode.bin +firmware: e100/d101s_ucode.bin +firmware: e100/d102e_ucode.bin +firmware: ea/3g_asic.fw +firmware: ea/darla20_dsp.fw +firmware: ea/darla24_dsp.fw +firmware: ea/echo3g_dsp.fw +firmware: ea/gina20_dsp.fw +firmware: ea/gina24_301_asic.fw +firmware: ea/gina24_301_dsp.fw +firmware: ea/gina24_361_asic.fw +firmware: ea/gina24_361_dsp.fw +firmware: ea/indigo_dj_dsp.fw +firmware: ea/indigo_djx_dsp.fw +firmware: ea/indigo_dsp.fw +firmware: ea/indigo_io_dsp.fw +firmware: ea/indigo_iox_dsp.fw +firmware: ea/layla20_asic.fw +firmware: ea/layla20_dsp.fw +firmware: ea/layla24_1_asic.fw +firmware: ea/layla24_2A_asic.fw +firmware: ea/layla24_2S_asic.fw +firmware: ea/layla24_dsp.fw +firmware: ea/loader_dsp.fw +firmware: ea/mia_dsp.fw +firmware: ea/mona_2_asic.fw +firmware: ea/mona_301_1_asic_48.fw +firmware: ea/mona_301_1_asic_96.fw +firmware: ea/mona_301_dsp.fw +firmware: ea/mona_361_1_asic_48.fw +firmware: ea/mona_361_1_asic_96.fw +firmware: ea/mona_361_dsp.fw +firmware: edgeport/boot2.fw +firmware: edgeport/boot.fw +firmware: edgeport/down2.fw +firmware: edgeport/down3.bin +firmware: edgeport/down.fw +firmware: emi26/bitstream.fw +firmware: emi26/firmware.fw +firmware: emi26/loader.fw +firmware: emi62/bitstream.fw +firmware: emi62/loader.fw +firmware: emi62/spdif.fw +firmware: emu/audio_dock.fw +firmware: emu/emu0404.fw +firmware: emu/emu1010b.fw +firmware: emu/emu1010_notebook.fw +firmware: emu/hana.fw +firmware: emu/micro_dock.fw +firmware: ene-ub6250/ms_init.bin +firmware: ene-ub6250/msp_rdwr.bin +firmware: ene-ub6250/ms_rdwr.bin +firmware: ene-ub6250/sd_init1.bin +firmware: ene-ub6250/sd_init2.bin +firmware: ene-ub6250/sd_rdwr.bin +firmware: ess/maestro3_assp_kernel.fw +firmware: ess/maestro3_assp_minisrc.fw +firmware: f2255usb.bin +firmware: fw.ram.bin +firmware: go7007fw.bin +firmware: go7007tv.bin +firmware: htc_7010.fw +firmware: htc_9271.fw +firmware: i1480-phy-0.0.bin +firmware: i1480-pre-phy-0.0.bin +firmware: i1480-usb-0.0.bin +firmware: i2400m-fw-usb-1.5.sbcf +firmware: i6050-fw-usb-1.5.sbcf +firmware: ipw2100-1.3.fw +firmware: ipw2100-1.3-i.fw +firmware: ipw2100-1.3-p.fw +firmware: ipw2200-bss.fw +firmware: ipw2200-ibss.fw +firmware: ipw2200-sniffer.fw +firmware: isci/isci_firmware.bin +firmware: isdn/ISAR.BIN +firmware: isi4608.bin +firmware: isi4616.bin +firmware: isi608.bin +firmware: isi608em.bin +firmware: isi616em.bin +firmware: isight.fw +firmware: isl3886pci +firmware: isl3886usb +firmware: isl3887usb +firmware: iwlwifi-1000-5.ucode +firmware: iwlwifi-100-5.ucode +firmware: iwlwifi-105-6.ucode +firmware: iwlwifi-135-6.ucode +firmware: iwlwifi-2000-6.ucode +firmware: iwlwifi-2030-6.ucode +firmware: iwlwifi-3160-6.ucode +firmware: iwlwifi-3945-2.ucode +firmware: iwlwifi-4965-2.ucode +firmware: iwlwifi-5000-5.ucode +firmware: iwlwifi-5150-2.ucode +firmware: iwlwifi-6000-4.ucode +firmware: iwlwifi-6000g2a-5.ucode +firmware: iwlwifi-6000g2b-6.ucode +firmware: iwlwifi-6050-5.ucode +firmware: iwlwifi-7260-6.ucode +firmware: kaweth/new_code.bin +firmware: kaweth/new_code_fix.bin +firmware: kaweth/trigger_code.bin +firmware: kaweth/trigger_code_fix.bin +firmware: keyspan/mpr.fw +firmware: keyspan_pda/keyspan_pda.fw +firmware: keyspan_pda/xircom_pgs.fw +firmware: keyspan/usa18x.fw +firmware: keyspan/usa19.fw +firmware: keyspan/usa19qi.fw +firmware: keyspan/usa19qw.fw +firmware: keyspan/usa19w.fw +firmware: keyspan/usa28.fw +firmware: keyspan/usa28xa.fw +firmware: keyspan/usa28xb.fw +firmware: keyspan/usa28x.fw +firmware: keyspan/usa49w.fw +firmware: keyspan/usa49wlc.fw +firmware: korg/k1212.dsp +firmware: lbtf_usb.bin +firmware: lgs8g75.fw +firmware: libertas/cf8305.bin +firmware: libertas/cf8381.bin +firmware: libertas/cf8381_helper.bin +firmware: libertas/cf8385.bin +firmware: libertas/cf8385_helper.bin +firmware: libertas_cs.fw +firmware: libertas_cs_helper.fw +firmware: libertas/gspi8385.bin +firmware: libertas/gspi8385_helper.bin +firmware: libertas/gspi8385_hlp.bin +firmware: libertas/gspi8686.bin +firmware: libertas/gspi8686_hlp.bin +firmware: libertas/gspi8686_v9.bin +firmware: libertas/gspi8686_v9_helper.bin +firmware: libertas/gspi8688.bin +firmware: libertas/gspi8688_helper.bin +firmware: libertas/sd8385.bin +firmware: libertas/sd8385_helper.bin +firmware: libertas/sd8686_v8.bin +firmware: libertas/sd8686_v8_helper.bin +firmware: libertas/sd8686_v9.bin +firmware: libertas/sd8686_v9_helper.bin +firmware: libertas/sd8688.bin +firmware: libertas/sd8688_helper.bin +firmware: libertas/usb8388.bin +firmware: libertas/usb8388_v5.bin +firmware: libertas/usb8388_v9.bin +firmware: libertas/usb8682.bin +firmware: matrox/g200_warp.fw +firmware: matrox/g400_warp.fw +firmware: me2600_firmware.bin +firmware: mixart/miXart8AES.xlx +firmware: mixart/miXart8.elf +firmware: mixart/miXart8.xlx +firmware: mrvl/pcie8766_uapsta.bin +firmware: mrvl/sd8786_uapsta.bin +firmware: mrvl/sd8787_uapsta.bin +firmware: mrvl/sd8797_uapsta.bin +firmware: mrvl/usb8797_uapsta.bin +firmware: mts_cdma.fw +firmware: mts_edge.fw +firmware: mts_gsm.fw +firmware: mts_mt9234mu.fw +firmware: mts_mt9234zba.fw +firmware: multiface_firmware.bin +firmware: multiface_firmware_rev11.bin +firmware: mwl8k/fmimage_8363.fw +firmware: mwl8k/fmimage_8366_ap-2.fw +firmware: mwl8k/fmimage_8366.fw +firmware: mwl8k/fmimage_8687.fw +firmware: mwl8k/helper_8363.fw +firmware: mwl8k/helper_8366.fw +firmware: mwl8k/helper_8687.fw +firmware: myri10ge_ethp_z8e.dat +firmware: myri10ge_eth_z8e.dat +firmware: myri10ge_rss_ethp_z8e.dat +firmware: myri10ge_rss_eth_z8e.dat +firmware: ni6534a.bin +firmware: niscrb01.bin +firmware: niscrb02.bin +firmware: orinoco_ezusb_fw +firmware: ositech/Xilinx7OD.bin +firmware: pca200e_ecd.bin2 +firmware: pcxhr/dspb1222e.b56 +firmware: pcxhr/dspb1222hr.b56 +firmware: pcxhr/dspb882e.b56 +firmware: pcxhr/dspb882hr.b56 +firmware: pcxhr/dspb924.b56 +firmware: pcxhr/dspd1222.d56 +firmware: pcxhr/dspd222.d56 +firmware: pcxhr/dspd882.d56 +firmware: pcxhr/dspe882.e56 +firmware: pcxhr/dspe924.e56 +firmware: pcxhr/xlxc1222e.dat +firmware: pcxhr/xlxc1222hr.dat +firmware: pcxhr/xlxc222.dat +firmware: pcxhr/xlxc882e.dat +firmware: pcxhr/xlxc882hr.dat +firmware: pcxhr/xlxc924.dat +firmware: pcxhr/xlxint.dat +firmware: phanfw.bin +firmware: prism2_ru.fw +firmware: prism_ap_fw.bin +firmware: prism_sta_fw.bin +firmware: ql2100_fw.bin +firmware: ql2200_fw.bin +firmware: ql2300_fw.bin +firmware: ql2322_fw.bin +firmware: ql2400_fw.bin +firmware: ql2500_fw.bin +firmware: qlogic/1040.bin +firmware: qlogic/12160.bin +firmware: qlogic/1280.bin +firmware: qlogic/sd7220.fw +firmware: r128/r128_cce.bin +firmware: radeon/ARUBA_me.bin +firmware: radeon/ARUBA_pfp.bin +firmware: radeon/ARUBA_rlc.bin +firmware: radeon/BARTS_mc.bin +firmware: radeon/BARTS_me.bin +firmware: radeon/BARTS_pfp.bin +firmware: radeon/BTC_rlc.bin +firmware: radeon/CAICOS_mc.bin +firmware: radeon/CAICOS_me.bin +firmware: radeon/CAICOS_pfp.bin +firmware: radeon/CAYMAN_mc.bin +firmware: radeon/CAYMAN_me.bin +firmware: radeon/CAYMAN_pfp.bin +firmware: radeon/CAYMAN_rlc.bin +firmware: radeon/CEDAR_me.bin +firmware: radeon/CEDAR_pfp.bin +firmware: radeon/CEDAR_rlc.bin +firmware: radeon/CYPRESS_me.bin +firmware: radeon/CYPRESS_pfp.bin +firmware: radeon/CYPRESS_rlc.bin +firmware: radeon/JUNIPER_me.bin +firmware: radeon/JUNIPER_pfp.bin +firmware: radeon/JUNIPER_rlc.bin +firmware: radeon/PALM_me.bin +firmware: radeon/PALM_pfp.bin +firmware: radeon/PITCAIRN_ce.bin +firmware: radeon/PITCAIRN_mc.bin +firmware: radeon/PITCAIRN_me.bin +firmware: radeon/PITCAIRN_pfp.bin +firmware: radeon/PITCAIRN_rlc.bin +firmware: radeon/R100_cp.bin +firmware: radeon/R200_cp.bin +firmware: radeon/R300_cp.bin +firmware: radeon/R420_cp.bin +firmware: radeon/R520_cp.bin +firmware: radeon/R600_me.bin +firmware: radeon/R600_pfp.bin +firmware: radeon/R600_rlc.bin +firmware: radeon/R700_rlc.bin +firmware: radeon/REDWOOD_me.bin +firmware: radeon/REDWOOD_pfp.bin +firmware: radeon/REDWOOD_rlc.bin +firmware: radeon/RS600_cp.bin +firmware: radeon/RS690_cp.bin +firmware: radeon/RS780_me.bin +firmware: radeon/RS780_pfp.bin +firmware: radeon/RV610_me.bin +firmware: radeon/RV610_pfp.bin +firmware: radeon/RV620_me.bin +firmware: radeon/RV620_pfp.bin +firmware: radeon/RV630_me.bin +firmware: radeon/RV630_pfp.bin +firmware: radeon/RV635_me.bin +firmware: radeon/RV635_pfp.bin +firmware: radeon/RV670_me.bin +firmware: radeon/RV670_pfp.bin +firmware: radeon/RV710_me.bin +firmware: radeon/RV710_pfp.bin +firmware: radeon/RV730_me.bin +firmware: radeon/RV730_pfp.bin +firmware: radeon/RV770_me.bin +firmware: radeon/RV770_pfp.bin +firmware: radeon/SUMO2_me.bin +firmware: radeon/SUMO2_pfp.bin +firmware: radeon/SUMO_me.bin +firmware: radeon/SUMO_pfp.bin +firmware: radeon/SUMO_rlc.bin +firmware: radeon/TAHITI_ce.bin +firmware: radeon/TAHITI_mc.bin +firmware: radeon/TAHITI_me.bin +firmware: radeon/TAHITI_pfp.bin +firmware: radeon/TAHITI_rlc.bin +firmware: radeon/TURKS_mc.bin +firmware: radeon/TURKS_me.bin +firmware: radeon/TURKS_pfp.bin +firmware: radeon/VERDE_ce.bin +firmware: radeon/VERDE_mc.bin +firmware: radeon/VERDE_me.bin +firmware: radeon/VERDE_pfp.bin +firmware: radeon/VERDE_rlc.bin +firmware: riptide.hex +firmware: rpm_firmware.bin +firmware: rt2561.bin +firmware: rt2561s.bin +firmware: rt2661.bin +firmware: rt2860.bin +firmware: rt2870.bin +firmware: rt73.bin +firmware: RTL8192E/boot.img +firmware: RTL8192E/data.img +firmware: RTL8192E/main.img +firmware: RTL8192U/boot.img +firmware: RTL8192U/data.img +firmware: RTL8192U/main.img +firmware: rtl_nic/rtl8105e-1.fw +firmware: rtl_nic/rtl8106e-1.fw +firmware: rtl_nic/rtl8168d-1.fw +firmware: rtl_nic/rtl8168d-2.fw +firmware: rtl_nic/rtl8168e-1.fw +firmware: rtl_nic/rtl8168e-2.fw +firmware: rtl_nic/rtl8168e-3.fw +firmware: rtl_nic/rtl8168f-1.fw +firmware: rtl_nic/rtl8168f-2.fw +firmware: rtl_nic/rtl8168g-1.fw +firmware: rtl_nic/rtl8402-1.fw +firmware: rtl_nic/rtl8411-1.fw +firmware: rtlwifi/rtl8192cfw.bin +firmware: rtlwifi/rtl8192cfwU_B.bin +firmware: rtlwifi/rtl8192cfwU.bin +firmware: rtlwifi/rtl8192cufw.bin +firmware: rtlwifi/rtl8192defw.bin +firmware: rtlwifi/rtl8192sefw.bin +firmware: rtlwifi/rtl8712u.bin +firmware: rtlwifi/rtl8723aefw_B.bin +firmware: rtlwifi/rtl8723aefw.bin +firmware: s2250.fw +firmware: s2250_loader.fw +firmware: sb16/alaw_main.csp +firmware: sb16/ima_adpcm_capture.csp +firmware: sb16/ima_adpcm_init.csp +firmware: sb16/ima_adpcm_playback.csp +firmware: sb16/mulaw_main.csp +firmware: scope.cod +firmware: sd8385.bin +firmware: sd8385_helper.bin +firmware: sd8686.bin +firmware: sd8686_helper.bin +firmware: sd8688.bin +firmware: sd8688_helper.bin +firmware: slicoss/gbdownload.sys +firmware: slicoss/gbrcvucode.sys +firmware: slicoss/oasisdownload.sys +firmware: slicoss/oasisrcvucode.sys +firmware: sndscape.co0 +firmware: sndscape.co1 +firmware: sndscape.co2 +firmware: sndscape.co3 +firmware: sndscape.co4 +firmware: softing-4.6/bcard2.bin +firmware: softing-4.6/bcard.bin +firmware: softing-4.6/cancard.bin +firmware: softing-4.6/cancrd2.bin +firmware: softing-4.6/cansja.bin +firmware: softing-4.6/ldcard2.bin +firmware: softing-4.6/ldcard.bin +firmware: solos-db-FPGA.bin +firmware: solos-Firmware.bin +firmware: solos-FPGA.bin +firmware: sun/cassini.bin +firmware: symbol_sp24t_prim_fw +firmware: symbol_sp24t_sec_fw +firmware: tehuti/bdx.bin +firmware: ti_3410.fw +firmware: ti_5052.fw +firmware: ti-connectivity/wl1271-nvs.bin +firmware: ti-connectivity/wl127x-fw-5-mr.bin +firmware: ti-connectivity/wl127x-fw-5-plt.bin +firmware: ti-connectivity/wl127x-fw-5-sr.bin +firmware: ti-connectivity/wl128x-fw-5-mr.bin +firmware: ti-connectivity/wl128x-fw-5-plt.bin +firmware: ti-connectivity/wl128x-fw-5-sr.bin +firmware: ti-connectivity/wl18xx-fw.bin +firmware: tigon/tg3.bin +firmware: tigon/tg3_tso5.bin +firmware: tigon/tg3_tso.bin +firmware: tlg2300_firmware.bin +firmware: ttusb-budget/dspbootcode.bin +firmware: turtlebeach/msndinit.bin +firmware: turtlebeach/msndperm.bin +firmware: turtlebeach/pndsperm.bin +firmware: turtlebeach/pndspini.bin +firmware: ueagle-atm/930-fpga.bin +firmware: ueagle-atm/adi930.fw +firmware: ueagle-atm/CMV4i.bin +firmware: ueagle-atm/CMV4i.bin.v2 +firmware: ueagle-atm/CMV4p.bin +firmware: ueagle-atm/CMV4p.bin.v2 +firmware: ueagle-atm/CMV9i.bin +firmware: ueagle-atm/CMV9i.bin.v2 +firmware: ueagle-atm/CMV9p.bin +firmware: ueagle-atm/CMV9p.bin.v2 +firmware: ueagle-atm/CMVei.bin +firmware: ueagle-atm/CMVei.bin.v2 +firmware: ueagle-atm/CMVep.bin +firmware: ueagle-atm/CMVep.bin.v2 +firmware: ueagle-atm/DSP4i.bin +firmware: ueagle-atm/DSP4p.bin +firmware: ueagle-atm/DSP9i.bin +firmware: ueagle-atm/DSP9p.bin +firmware: ueagle-atm/DSPei.bin +firmware: ueagle-atm/DSPep.bin +firmware: ueagle-atm/eagle.fw +firmware: ueagle-atm/eagleI.fw +firmware: ueagle-atm/eagleII.fw +firmware: ueagle-atm/eagleIII.fw +firmware: ueagle-atm/eagleIV.fw +firmware: usb8388.bin +firmware: usbduxfast_firmware.bin +firmware: usbdux_firmware.bin +firmware: usbduxsigma_firmware.bin +firmware: v4l-cx231xx-avcore-01.fw +firmware: v4l-cx23418-apu.fw +firmware: v4l-cx23418-cpu.fw +firmware: v4l-cx23418-dig.fw +firmware: v4l-cx2341x-dec.fw +firmware: v4l-cx2341x-enc.fw +firmware: v4l-cx2341x-init.mpg +firmware: v4l-cx23885-avcore-01.fw +firmware: v4l-cx23885-enc.fw +firmware: v4l-cx25840.fw +firmware: v4l-pvrusb2-24xxx-01.fw +firmware: v4l-pvrusb2-29xxx-01.fw +firmware: v4l-pvrusb2-73xxx-01.fw +firmware: vicam/firmware.fw +firmware: vntwusb.fw +firmware: vx/bd56002.boot +firmware: vx/bd563s3.boot +firmware: vx/bd563v2.boot +firmware: vx/bx_1_vp4.b56 +firmware: vx/bx_1_vxp.b56 +firmware: vxge/X3fw.ncf +firmware: vxge/X3fw-pxe.ncf +firmware: vx/l_1_v22.d56 +firmware: vx/l_1_vp4.d56 +firmware: vx/l_1_vx2.d56 +firmware: vx/l_1_vxp.d56 +firmware: vx/x1_1_vp4.xlx +firmware: vx/x1_1_vx2.xlx +firmware: vx/x1_1_vxp.xlx +firmware: vx/x1_2_v22.xlx +firmware: wavefront.os +firmware: whiteheat.fw +firmware: whiteheat_loader.fw +firmware: wl1251-fw.bin +firmware: xc3028L-v36.fw +firmware: xc3028-v27.fw +firmware: yam/1200.bin +firmware: yam/9600.bin +firmware: yamaha/ds1_ctrl.fw +firmware: yamaha/ds1_dsp.fw +firmware: yamaha/ds1e_ctrl.fw +firmware: yamaha/yss225_registers.bin +firmware: zd1201-ap.fw +firmware: zd1201.fw +firmware: zd1211/zd1211b_ub +firmware: zd1211/zd1211b_uphr +firmware: zd1211/zd1211b_ur +firmware: zd1211/zd1211_ub +firmware: zd1211/zd1211_uphr +firmware: zd1211/zd1211_ur --- linux-lowlatency-3.8.0.orig/debian.master/abi/3.8.0-25.37/i386/generic +++ linux-lowlatency-3.8.0/debian.master/abi/3.8.0-25.37/i386/generic @@ -0,0 +1,14481 @@ +EXPORT_SYMBOL arch/x86/kvm/kvm 0x17ed20de kvm_cpu_has_pending_timer +EXPORT_SYMBOL arch/x86/kvm/kvm 0xe49d172a kvm_read_guest_atomic +EXPORT_SYMBOL arch/x86/platform/scx200/scx200 0x254e5667 scx200_gpio_base +EXPORT_SYMBOL arch/x86/platform/scx200/scx200 0x35a3c008 scx200_gpio_configure +EXPORT_SYMBOL arch/x86/platform/scx200/scx200 0x8cfa375c scx200_gpio_shadow +EXPORT_SYMBOL arch/x86/platform/scx200/scx200 0x907665bd scx200_cb_base +EXPORT_SYMBOL crypto/gf128mul 0x0c2f123f gf128mul_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x1068004b gf128mul_bbe +EXPORT_SYMBOL crypto/gf128mul 0x2f2889a0 gf128mul_init_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x384ef9ce gf128mul_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x56af0dbd gf128mul_x_ble +EXPORT_SYMBOL crypto/gf128mul 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL crypto/gf128mul 0xbd17a0df gf128mul_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0xc0890413 gf128mul_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/acpi/video 0x1bf78441 acpi_video_get_edid +EXPORT_SYMBOL drivers/acpi/video 0x7a45377b acpi_video_unregister +EXPORT_SYMBOL drivers/acpi/video 0x8826c13b acpi_video_register +EXPORT_SYMBOL drivers/atm/suni 0x5eb18147 suni_init +EXPORT_SYMBOL drivers/atm/uPD98402 0x31b0ca21 uPD98402_init +EXPORT_SYMBOL drivers/bcma/bcma 0x2ba0cb9b bcma_core_dma_translation +EXPORT_SYMBOL drivers/block/drbd/drbd 0x35131b36 drbd_role_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0x7730f22d drbd_conn_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0xaf27bebf drbd_disk_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0xd2943484 drbd_set_st_err_str +EXPORT_SYMBOL drivers/block/paride/paride 0x1e1941a5 paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0x2761aeb4 pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0x35b70d9a pi_do_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x466c36b7 pi_read_block +EXPORT_SYMBOL drivers/block/paride/paride 0x5caf211d pi_disconnect +EXPORT_SYMBOL drivers/block/paride/paride 0x672228d8 pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0x6e4c89dd pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0xaa50aced pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xbe76e555 pi_write_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xe5051e12 pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0xec5a4124 pi_release +EXPORT_SYMBOL drivers/block/paride/paride 0xfd216b48 paride_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1348760d ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x16dcec76 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1a10c898 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1aba5db8 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1d30a5af ipmi_smi_add_proc_entry +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x40f2b10c ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x423b776a ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c971bec ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x524f6f51 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5e80f37c ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5fcdcc05 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67cb9784 ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x7240a885 ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x725eea81 ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x78fd36e7 ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8c8ee770 ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96cbcc81 ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa28a2ace ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa2a98b91 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xda09fa32 ipmi_register_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe0ee2c6e ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe0fa83f2 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe6ab72a6 ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf2576cb9 ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfcb77cfd ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/nsc_gpio 0xa0c551eb nsc_gpio_read +EXPORT_SYMBOL drivers/char/nsc_gpio 0xd2564e0b nsc_gpio_write +EXPORT_SYMBOL drivers/char/nsc_gpio 0xf7c5e5a9 nsc_gpio_dump +EXPORT_SYMBOL drivers/char/nvram 0x0f28cb91 nvram_read_byte +EXPORT_SYMBOL drivers/char/nvram 0x17ff2c1d __nvram_read_byte +EXPORT_SYMBOL drivers/char/nvram 0x2adec1e0 __nvram_check_checksum +EXPORT_SYMBOL drivers/char/nvram 0x7da28f12 nvram_check_checksum +EXPORT_SYMBOL drivers/char/nvram 0x9ce3f83f nvram_write_byte +EXPORT_SYMBOL drivers/char/nvram 0xa8813189 __nvram_write_byte +EXPORT_SYMBOL drivers/dma/dw_dmac 0x2d9ce511 dw_dma_generic_filter +EXPORT_SYMBOL drivers/dma/dw_dmac 0x38f9894f dw_dma_cyclic_prep +EXPORT_SYMBOL drivers/dma/dw_dmac 0x7575712b dw_dma_get_src_addr +EXPORT_SYMBOL drivers/dma/dw_dmac 0x964a262a dw_dma_cyclic_start +EXPORT_SYMBOL drivers/dma/dw_dmac 0xcc4aa5a1 dw_dma_cyclic_free +EXPORT_SYMBOL drivers/dma/dw_dmac 0xe5f6e3ec dw_dma_cyclic_stop +EXPORT_SYMBOL drivers/dma/dw_dmac 0xfcd173f6 dw_dma_get_dst_addr +EXPORT_SYMBOL drivers/edac/edac_core 0x60397a5b edac_mc_find +EXPORT_SYMBOL drivers/firewire/firewire-core 0x01eb5837 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0366c593 fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x04dd92ce fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x11ecd46b fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x16e91e21 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0x207d4a06 fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2c594169 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x375cf658 fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0x38e47bd9 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3911daf2 fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0x39bb3b9a fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3a3f6009 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c371f4a fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4788e9c4 fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4d5d4eca fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5283d20d fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5b02f7d4 fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0x65b3c727 fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0x65c9438b fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x66a93a6c fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6cd94d1b fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6f7bf4fe fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7577af10 fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7e431b14 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x90863005 fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa1fe4d65 fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa55d22aa fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa840cfbd fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd19b4342 fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd992a611 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0xde9685c6 fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe74e2b45 fw_core_remove_card +EXPORT_SYMBOL drivers/firmware/dcdbas 0xa75079d6 dcdbas_smi_request +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0027326e drm_mm_clean +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02e6e099 drm_mode_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a0ccdf5 drm_mode_create_dithering_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ae4b94c drm_ht_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b2ee161 drm_agp_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0bb3cd9b drm_vblank_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0bca79c5 drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c430ee9 drm_irq_uninstall +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ca81641 drm_mm_init_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fccafb1 drm_global_item_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x104a6d8c drm_ati_pcigart_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11065515 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11fb5aa3 drm_connector_unplug_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12c6276a drm_buffer_read_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12ea1c75 drm_mm_insert_node_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x142b8b35 drm_buffer_copy_from_user +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1443e2d9 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14a52922 drm_gem_object_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x160bd4d1 drm_unplug_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17fd309b drm_mode_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17fd88be drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18667b79 drm_core_ioremap_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x194eadaa drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19621a52 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a67a1cb drm_agp_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a770ac3 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b88f3c0 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d5d12b5 drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e0c998a drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1eba81ff drm_mm_search_free_in_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20645642 drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2133a32f drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x21d4ad87 drm_unbind_agp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2337808e drm_mode_detachmode_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2563b1ae drm_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29901d82 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2cc53ab3 drm_pcie_get_speed_cap_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3074f033 drm_order +EXPORT_SYMBOL drivers/gpu/drm/drm 0x30cb2ed3 drm_agp_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x316de8f0 drm_prime_destroy_file_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33022635 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x330a1567 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x346127a7 drm_global_item_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3558e5f5 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x364f52f9 drm_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3814c30b drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a4f7ae drm_format_num_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38f8313a drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39ec0b2d drm_agp_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ac1fef9 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b9d009a drm_format_plane_cpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c599856 drm_addbufs_agp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c5dd832 drm_mm_put_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ce22934 drm_vblank_post_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3eb37b9d drm_ht_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3fdc7825 drm_mm_pre_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4097429a drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4128fb97 drm_idlelock_take +EXPORT_SYMBOL drivers/gpu/drm/drm 0x416defd2 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43384bd9 drm_buffer_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4492742c drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x44a0c113 drm_mode_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46c8f814 drm_mode_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x47cbef76 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x498dcb5e drm_ut_debug_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49a6216e drm_get_minor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a7e301d drm_agp_bind_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c227fc0 drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c511235 drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4dbcb172 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ea1f5a2 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x543f8f64 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55d803d6 drm_get_pci_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x561b8414 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56d59ea3 drm_pci_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x570b8d67 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57f40dcb drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58840c89 drm_prime_remove_buf_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59b67e94 drm_addmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a90dae9 drm_mode_group_init_legacy_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ae051af drm_mm_insert_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5b941918 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5eafb8e9 drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f3a6851 drm_get_platform_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60a23c94 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60a5bd85 drm_vblank_pre_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x617cf89a drm_mm_debug_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x629c05e1 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63c74655 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65287ba8 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67d87c44 drm_edid_to_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b14bccc drm_mode_cea_vic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b427a4a drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b6d7375 drm_timestamp_precision +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6bcbc581 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cee2e42 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e8e5aa1 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ee3e89c drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ee961a4 drm_mm_insert_node_in_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f090540 drm_mm_get_block_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f78dcff drm_agp_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x706d361e drm_free_agp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72869e54 drm_rmmap_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72c6f550 drm_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74845f3b drm_get_encoder_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76aafed9 drm_platform_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7940d24f drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a4e7297 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b42b5d4 drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7be1deb7 drm_select_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7caae388 drm_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7df2c9b5 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80135f00 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80310690 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x824f3ce6 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x856697ad drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8678cb9e drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x869f1f00 drm_mode_attachmode_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x872b8bbf drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8775d99b drm_mm_search_free_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x878f1d30 drm_global_mutex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x889b0979 drm_core_reclaim_buffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8933b649 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8be4f30c drm_getsarea +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c510862 drm_find_cea_extension +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8de13715 drm_format_vert_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dfb019d drm_buffer_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e09a9ec drm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eff9111 drm_ht_find_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f7df3a7 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x909eb20a drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92eac824 drm_calc_vbltimestamp_from_scanoutpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92eb946f drm_mode_validate_clocks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9531fce2 drm_sysfs_connector_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x964191aa drm_fill_in_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9745d638 drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x97e9ffb8 drm_ati_pcigart_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98aebea7 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98c02bb3 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9af2a638 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1eabd87 drm_mode_list_concat +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa44943f8 drm_framebuffer_reference +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5c3fb52 drm_prime_lookup_buf_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5ce976d drm_mode_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa65f42a3 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa7f1fbb8 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa915713d drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa713432 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa931baa drm_gem_object_handle_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad2875e8 drm_pci_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae26bba3 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2ead560 drm_mm_get_block_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3c3c10d drm_put_minor +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4136b85 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4e47e76 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb52bd282 drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb951dc43 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb95beb55 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba2d0719 drm_mode_hsync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba6b70c3 drm_fasync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba9f1be1 drm_pci_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb67088f drm_mode_connector_detach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbccfc229 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe001c53 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf8dd3f3 drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0911386 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0f00d8c drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc25a61ec drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc2ba75e5 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc35f2695 drm_mm_init_scan_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc414c422 drm_vblank_offdelay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc544cd25 drm_mode_create_dirty_info_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc58e32c8 drm_mode_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6f7d579 drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc83f7697 drm_mm_dump_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc8a3d867 drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca45efbc drm_format_horz_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb1beab5 drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb8c0c75 drm_idlelock_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcce59d1e drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd0fc417 drm_ht_just_insert_please +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd6151ab drm_irq_install +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcda91c46 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2335101 drm_fb_get_bpp_depth +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2547d7e drm_prime_sg_to_page_addr_arrays +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd3a686ba drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4768e54 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd84c3dff drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd84e1c53 drm_mm_insert_node_in_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbb5a9f5 drm_ht_remove_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc2a041a drm_rmmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xddf2b1d1 drm_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf522147 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2161e18 drm_agp_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2b3f73a drm_get_last_vbltimestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2e164b4 drm_core_ioremapfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe42af223 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe6f46e6e drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7197773 drm_ht_insert_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe96ad38a drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9e79525 drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb3823ea drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xebf8dd99 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xec0e765f drm_platform_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xec1def2a drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeceb2f1f drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed642ee0 drm_pci_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed7f8889 drm_sysfs_connector_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeefb379b drm_addbufs_pci +EXPORT_SYMBOL drivers/gpu/drm/drm 0xefa561b7 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf093981e drm_prime_init_file_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0e6e19a drm_agp_unbind +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf146d884 drm_get_connector_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf21bacad drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4a139eb drm_core_ioremap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4eec182 drm_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8eaac77 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9989254 drm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfaada972 drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb14ed31 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfbd5f6c3 drm_agp_bind +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfce858ae drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfcf7a257 drm_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd99dcb2 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe4842f8 drm_framebuffer_unreference +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff0fd414 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffc6c87a drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x000ad701 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0055655b drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x099be794 drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0d1b6fd8 drm_fb_helper_single_add_all_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x18a18c6d drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x197c2d71 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1afeef81 drm_fb_helper_single_fb_probe +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x210adb18 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d7a787f drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3219e7e6 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3ccde77e drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x483e2a7f drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x680202fc drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6928010f drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x69f6e845 drm_fb_helper_fill_fix +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x711a004a drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7b5c9aed drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x88d4d7cd drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8acddbb5 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9135d0a3 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99df5aa7 drm_fb_helper_restore_fbdev_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9d251144 drm_fb_helper_panic +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9ea030f4 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9faba387 drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8d6809d drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaaba628d drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb37a0603 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb4442ec2 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xba44faa3 drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc469c244 drm_fb_helper_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc7fd39bb drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd02c73c7 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd5d8b6b8 drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd67f58a3 i2c_dp_aux_add_bus +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe4d74396 drm_fb_helper_fill_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe922af76 drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf2a5f7d1 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf571033a drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf6a282f8 drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf78e97b0 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf7d517a5 drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfa8c8519 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfee43a69 drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x24d3c3b2 drm_get_usb_dev +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x26036bb8 drm_usb_init +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x3d47f433 drm_usb_exit +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0b3c8c38 ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0d1180f3 ttm_base_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0e1d746f ttm_agp_tt_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x102b04d4 ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x132b05be ttm_round_pot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x14a82394 ttm_bo_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x17d67f3d ttm_object_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x17e48a1d ttm_base_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x19db1305 ttm_read_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1d3430c4 ttm_dma_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x20019cbc ttm_bo_wait_unreserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x266d8a60 ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x27110ab5 ttm_mem_global_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2ac5bb42 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b476f86 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b54aa9a ttm_object_file_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2de3c6e7 ttm_bo_unreserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3183d519 ttm_suspend_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x31cddedd ttm_mem_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3d6a779b ttm_write_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x400f16ab ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4ae27bf1 ttm_pool_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4cda2c61 ttm_bo_mem_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4d1eea63 ttm_base_object_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4d3ac4e8 ttm_agp_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4e0a05d2 ttm_bo_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x57f395ff ttm_tt_set_placement_caching +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5cf59609 ttm_bo_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5de21d7c ttm_bo_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x61bdb34f ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x67b1d568 ttm_bo_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x69558cd7 ttm_vt_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x741d9160 ttm_fbdev_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7586fb3a ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x80d86f0e ttm_object_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x81283266 ttm_bo_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x839f202c ttm_bo_synccpu_write_grab +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x843bbefc ttm_bo_swapout_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x86a4066d ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x92ff2cf9 ttm_bo_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9642cec4 ttm_bo_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x998e45c0 ttm_ref_object_base_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9e510628 ttm_pool_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa14042eb ttm_bo_evict_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa4b7fa3e ttm_bo_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa822b180 ttm_mem_global_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa95a4711 ttm_read_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb7902d7f ttm_ref_object_add +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbb854fd9 ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbceab961 ttm_page_alloc_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbd51692c ttm_write_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbf75c2d0 ttm_bo_dma_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc2f7a143 ttm_suspend_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc4d0888d ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc4dd9317 ttm_dma_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc65bec1b ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc6e29aa9 ttm_bo_clean_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc6e97fa8 ttm_agp_tt_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcc16f448 ttm_mem_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcc5243ab ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcf7dc5c5 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd6eb9be2 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xda46289f ttm_bo_synccpu_write_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdbf32d07 ttm_lock_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdc753ea6 ttm_bo_init_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xea296d21 ttm_bo_manager_func +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xee4a19bf ttm_vt_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xeed478a1 ttm_bo_move_ttm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf0cc5da9 ttm_tt_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf6e3a025 ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfbc2c5ec ttm_object_file_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfd877f37 ttm_bo_acc_size +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xa95ea8eb vmbus_sendpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xd9678ea4 vmbus_recvpacket +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x0903c239 vid_from_reg +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0xef1c781c vid_which_vrm +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0e2a6864 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0f5877d4 sch56xx_read_virtual_reg16 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x110c2d06 sch56xx_watchdog_register +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x34257f35 sch56xx_watchdog_unregister +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xe5022f95 sch56xx_read_virtual_reg12 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xed1d2a08 sch56xx_write_virtual_reg +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x20c0cfe6 i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x74835a42 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xeaae774b i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xcb6da64a i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xf4ee30a5 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x15919df4 amd756_smbus +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x53e2b5e8 hid_sensor_read_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xa573f1a8 hid_sensor_write_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xbaa1805a hid_sensor_parse_common_attributes +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xce1e4ab0 hid_sensor_write_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xcf88b5e3 hid_sensor_read_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x86f663ee hid_sensor_setup_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0xe5268d64 hid_sensor_remove_trigger +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0x175c6e3e adis_enable_irq +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0xda02403e adis_debugfs_reg_access +EXPORT_SYMBOL drivers/iio/industrialio 0x036f9474 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x1f0b53a6 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x303c18a1 iio_buffer_store_enable +EXPORT_SYMBOL drivers/iio/industrialio 0x45929dba iio_buffer_register +EXPORT_SYMBOL drivers/iio/industrialio 0x56e73471 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0x593f73a8 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0x5cdae2ee iio_triggered_buffer_postenable +EXPORT_SYMBOL drivers/iio/industrialio 0x6029ddde iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x6785ac02 iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0x6c71c694 iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0x6dbadc88 iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x70af0cd2 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x7f8facbe iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0x8553fcf6 iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x93f6f039 iio_buffer_read_length +EXPORT_SYMBOL drivers/iio/industrialio 0x957c7c66 iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x96a768fb iio_buffer_write_length +EXPORT_SYMBOL drivers/iio/industrialio 0x9d59dc60 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0xa259142a iio_buffer_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xa890a2c4 iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0xb69a4e65 iio_triggered_buffer_predisable +EXPORT_SYMBOL drivers/iio/industrialio 0xb8028c73 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xf0ef9e82 iio_sw_buffer_preenable +EXPORT_SYMBOL drivers/iio/industrialio 0xf219d36e iio_buffer_show_enable +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0xeb4e692b iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0xf68e69b4 iio_triggered_buffer_setup +EXPORT_SYMBOL drivers/iio/kfifo_buf 0xc9187149 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/kfifo_buf 0xed044748 iio_kfifo_free +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x37838b44 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x467d4298 rdma_copy_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x8ed679ff rdma_addr_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x9d1f522d rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0xb93baf0d rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0xc0bf4edc rdma_addr_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x12d0054f ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x14d0d78d ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x20f66a57 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x2ca74121 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x43e33708 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5481c697 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x555f4b95 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x87bfc265 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x91e89dd6 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x92278918 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9dffb49e ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa4184842 ib_send_cm_apr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xab020e22 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb1642526 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xcae61085 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xec8e3abe ib_send_cm_lap +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf3b78a05 cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0077b57c ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x06c82fcf mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c1b9ac1 ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1103e165 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1429706d ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x14f84918 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x15c60383 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x171f99f1 ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b8432f0 ib_alloc_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1bfa33ed ib_get_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1d69e97c ib_umem_page_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e491a04 ib_unmap_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1eb3b6c0 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1efc991f ib_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x208d891b ib_free_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x218ceb65 ib_modify_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2aa31a1b ib_init_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ed6e386 ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x32f9392e ib_destroy_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x34cca8a8 ib_dereg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39e85bcf ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x44b7766d ib_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x461de506 ib_fmr_pool_unmap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4dcebf0f ib_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50dbc447 ib_flush_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x520b2638 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x527003d9 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5ee348f0 ib_dealloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x622b54d9 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6262740d ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x64d6657b ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x66cb95c1 ib_fmr_pool_map_phys +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x696c4b03 ib_rereg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6a28b139 ib_destroy_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b90c343 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e0b1ca7 ib_query_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x71ca36ee ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x750b7e0d ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x79b7ebb8 ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7a0e329d ib_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7aa096a3 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7bcdad56 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7ecb458d ib_create_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7f592db4 ib_alloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x81f7241e ib_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x89c23ef0 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8ff35286 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x95914989 ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x96ce6c46 rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x97114a8f ib_alloc_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x979753ea ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9805336d ib_destroy_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9b8f4773 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9e7f2f15 ib_get_dma_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa7700db4 ib_create_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb192d882 ib_get_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1a312e1 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb3b543eb ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb40fe947 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb8a045a3 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb8c474b0 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb92a3dbb ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbded8ed1 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbf8b15f8 ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc0f5a32a ib_create_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc2257f74 ib_alloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32b59ff ib_destroy_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc398de36 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc5233753 ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc67f14a5 ibnl_remove_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc7776e94 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcbc5ea60 ib_find_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xce754cfd ib_dealloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd1529c94 ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd65b0d48 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdda1de4d ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe287340a ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe35483ef ib_query_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe867b17c ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9d0058c ibnl_add_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xee6daa77 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf159defe ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfa1a8b68 ib_dealloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfa52861c ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfad853a7 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc150956 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xffec812d ib_reg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x07d62101 ib_process_mad_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x15e0c29f ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x3620a00c ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x3ce6631c ib_register_mad_snoop +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x4d0bfd2f ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x58163cff ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6f077fcf ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x7b5d4b7a ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x81df91f0 ib_cancel_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x89bd31ce ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x946d5d27 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x998b5fd3 ib_redirect_mad_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xad279e68 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xba02c6f6 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xc595a134 ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x09724055 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x576fdbac ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x60637dc1 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x6e44fd9f ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x8001438f ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x8eb925d7 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xb997d5d4 ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xce080d32 ib_init_ah_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xde9c0a01 ib_sa_service_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xe0d86120 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xf6b6444b ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x02f847bc ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x07cf5a51 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x18382f6a ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x184f3575 ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x05ad5e61 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x43ea4ad9 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5df07179 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6f7859bd iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x8d7e9dde iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xddd2c552 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xe2e77e36 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xeeb397ef iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0718316b rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1648b56e rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1d4bbf65 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1efeec15 rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x338c6993 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x44769f73 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8bc0226c rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x91861cde rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x94347173 rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9e00d9b7 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9e4f07d9 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9e846a49 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa0028a15 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa13c4f82 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa7964dbd rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa9dd40eb rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xac71c819 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xcc67c49d rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xdecf9e56 rdma_set_ib_paths +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe6ce578f rdma_destroy_qp +EXPORT_SYMBOL drivers/input/gameport/gameport 0x331734c9 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x3949b0b3 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x4300594a gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x4f211f19 gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0x6fd318ea gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x871da4de gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0x98cd7666 __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0xd6577c20 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xf681cf37 gameport_unregister_driver +EXPORT_SYMBOL drivers/input/input-polldev 0x4824869b input_unregister_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x6bee7172 input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xbdf131b4 input_free_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xe2fde61b input_register_polled_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0xf3f3e782 matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x72cb254c ad714x_remove +EXPORT_SYMBOL drivers/input/misc/ad714x 0x8b42b4d9 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0xebbef72d ad714x_enable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xfc08cf8b ad714x_disable +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x18a9fddb cma3000_init +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x892d76b2 cma3000_resume +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x89d9444e cma3000_exit +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xca3f100a cma3000_suspend +EXPORT_SYMBOL drivers/input/sparse-keymap 0x316bf522 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x4033e361 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0x5681840d sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0x5af38412 sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0x5bcd5f66 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xf21b482d sparse_keymap_free +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x97f83edf ad7879_remove +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xddbf06c9 ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xddd5f9fb ad7879_pm_ops +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x04403fcf unregister_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x064317a4 attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x07dc1cbb capi_ctr_suspend_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x14f2aa5a capi20_get_version +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x16da5074 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2329b9da capi20_register +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2b8eab1f capilib_free_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2baa6586 capilib_new_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x31c24aa4 capi20_isinstalled +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x45636e5a capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x47d3fc51 capi_info2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x50b33ca4 capi_cmsg2message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6057c6f3 capi_message2cmsg +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x61505ad2 detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x62e32d43 capilib_data_b3_conf +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x71e8d5ba capilib_data_b3_req +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7a33596c capi20_get_serial +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7e6f1307 capi20_get_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x88b5cf63 capi20_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8f699913 capilib_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9f823278 register_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xa7c4fd6c capi_message2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xaa165d27 capilib_release_appl +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb19fda8d capi_cmd2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb60e5e5f capi_cmsg_header +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xbfbc0f27 capi_ctr_resume_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc10fe128 cdebbuf_free +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe19a11ac capi20_get_profile +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe8ad9bd1 capi_cmsg2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xed061606 capi20_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xeeb1d136 capi20_put_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xfb03f516 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x00abc51d b1_alloc_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x0388971b avmcard_dma_free +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x1244d3ec b1_loaded +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x18c978c5 b1_free_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x3b6783d5 b1_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x3b7deb2b b1_parse_version +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x5f2f0dc0 avmcard_dma_alloc +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x72beb945 b1_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x7fe980bc b1_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x84258f58 b1_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x85f09690 b1_irq_table +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x9fb9df57 b1_load_config +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xb9a83d26 b1ctl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xcea983d3 b1_getrevision +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xdfd28376 b1_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xf129323d b1_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xf52c21ea b1_load_t4file +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xfa10fee4 b1_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x101dd573 b1dma_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x30ac7fcf b1dma_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x701cf5a6 b1dmactl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x7322f71f b1dma_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x87d07b9d t1pci_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x9a9d312e b1dma_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xb931de6b b1pciv4_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xd6f9f1ea b1dma_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xdff209c1 b1dma_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xed81061b b1dma_reset +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0x29562993 b1pcmcia_delcard +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xaec3240e b1pcmcia_addcard_m1 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xea620116 b1pcmcia_addcard_m2 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xf14bf8b1 b1pcmcia_addcard_b1 +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x2974ead1 DIVA_DIDD_Read +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x7b8d37dd proc_net_eicon +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x075ac474 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x2935c1ac mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x6ab4a6ba mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x90d13986 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x58fe5a8d mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x683829ab mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x07f4f2ce hisax_unregister +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x148f0c99 FsmFree +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x7f29ce36 FsmInitTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x93a64734 FsmChangeState +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x9df0cd27 FsmEvent +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xb71dfdd0 hisax_init_pcmcia +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xe227344e FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xee93522c hisax_register +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xf0a16657 FsmNew +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xfc27303b HiSax_closecard +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xff2db2cf FsmDelTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x09f660c5 isac_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x36dfdb74 isac_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x3f3b323a isac_d_l2l1 +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x5995dfcb isac_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x6397936f isacsx_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xbcf72e91 isacsx_setup +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x1d6e1c80 isdn_ppp_register_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x9c1fa88d isdn_ppp_unregister_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x9fc82bcb register_isdn +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xfa06820f isdn_register_divert +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x3b71e4fc isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x59cc8a7e isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x8ee38862 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0xfd9d4c09 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x034efb73 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2fef4504 mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x325e26d8 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3828721d mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4591c54f get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4b2e1419 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x54451388 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x59a2b84f create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x614ede30 mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x69b9389f mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6d035c1a queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x79165c2e dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7a8132ae mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7b6b96e4 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7c0eb663 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7d814bb4 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7e1942dc recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7e6e31ff bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8480464e mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8a4e99fb mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x96309324 mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa7001c05 mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb43608f6 recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xbc2b9912 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc654a574 recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd285995f mISDN_clock_get +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd490960e mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5145151 mISDN_FsmEvent +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe87943cf mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xed368925 recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf9e7832f mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x60721da7 dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xa215f1b2 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/md/dm-log 0xd949e00c dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0xe218e09f dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0xed44f7cb dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0xfc0562ee dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0xb227fefc dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0xd518c4ac dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0xd6a09fca dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0xde06a0fc dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0xf2bf8c67 dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0xfabb59b8 dm_snap_origin +EXPORT_SYMBOL drivers/md/raid456 0x3fbbc509 raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x20b6b85b flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x35cd801c flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x3aa3c309 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x50d9939d flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x52ea2360 flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x656101ea flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x7357d37f flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x861a4fcf flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x949bcc2d flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xa67c0ce6 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xb5c36c6b flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xd619df91 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf587ada7 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x08ef1a5a dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x090d5c96 dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x101a29b8 dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x17523ce7 dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x196f1ac1 dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1d2b3188 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1fb7c879 dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x237f7910 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2483a166 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x25115507 dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x28cac563 dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2c93ca27 dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2cc09be5 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x300f2abb dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4c70c35a dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x55293c5d dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6f3a7a47 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x70b81598 dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7136483c dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x74a5a698 dvb_filter_pes2ts_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x782935d0 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x787cf030 dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80e3832d dvb_filter_get_ac3info +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8b1ed584 dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x94b643a6 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x95ef6d1b dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x987dcfde dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa0db7e70 dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xac4ca1b0 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xae7de632 dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb60c5b93 dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb72b5fa0 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb8c8951d dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc8616bb7 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd3ee7530 dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd3fb29d4 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd68a099e timeval_usec_diff +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe12f3ee5 dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe5ae8707 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe9216f10 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xebf3261f dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xee4fa60d dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf826deb0 dvb_filter_pes2ts +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfcc0ed9c dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-frontends/a8293 0xe845a281 a8293_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9013 0xd95500c7 af9013_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9033 0x2aca8cb5 af9033_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0x9d62761c atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x1eec55fa au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x36c7fb6c au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x466c11b7 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x5ea64aeb au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x73240143 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x79dd0667 au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xb9f683df au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xd2b3dbaa au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xeb0bf7aa au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0x40774364 au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0x849c6496 bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0xdefb7d2d cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0x2f37c569 cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0x915410b3 cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x37a2630e cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0xbac21bfa cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0x2ebc835d cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x7f933da4 cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0xa6f61b59 cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0xd9c521af cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x1c317928 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xa0662fae dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xb1381b79 dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xc2ea78fb dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xd4625852 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x04b77c61 dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x056c444d dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x09dbd713 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x22f4deb6 dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x2ad73c5b dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x61edb189 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x64b1ba1a dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x7a98a67c dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xa5755be9 dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xa934337a dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xbc5badb6 dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc1dfca28 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xdfc94167 dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe248ce73 dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xf5f1b833 dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0xa5c55f9c dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x3e01a79a dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x582652c5 dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x74c98ac3 dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xb4a53838 dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xe1757eb1 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xe6d3c9ad dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x039da211 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x19c1811c dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x2b41168d dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xc4b9983e dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x0517a104 dib7000p_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x077d44e2 dib7000p_get_agc_values +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x4248d408 dib7090_slave_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x4bb53749 dib7000p_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x4f5012bf dib7090_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x7f98e04f dib7000p_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x985a8883 dib7090_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x9c55056a dib7090_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xc03758e5 dib7000pc_detection +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xca533563 dib7000p_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xd4cdb487 dib7000p_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xd9e28963 dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xdcd72b7d dib7000p_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xe88ed06c dib7000p_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xeed5bedb dib7000p_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x07728899 dib8096p_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x1663c746 dib8000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x2d20003f dib8000_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x3535f4c5 dib8000_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x386d7a9a dib8000_remove_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x487b6afc dib8000_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x586f7155 dib8096p_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x6a61942d dib8000_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x6bb7301e dib8090p_get_dc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x6dec4356 dib8000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x73a3dbb3 dib8000_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x7685c305 dib8000_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x7db647e0 dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xb5b539b5 dib8000_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xc02daea5 dib8000_pwm_agc_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xdfbbfc3e dib8000_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xf186a0a1 dib8000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xf4599d7f dib8000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xf9aff166 dib8000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x0004e985 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x0a2aec4d dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x0b5a5d0c dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x0dd3ecc1 dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x97f7dead dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xad3ad91c systime +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x254430a1 drxd_config_i2c +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x8876d09f drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0x24d5e049 drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0xe3755395 ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0xbfb9e95b dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0x87e62405 ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0x821bec1d isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0x74a698df isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0x014f9732 isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/it913x-fe 0x04fdbd55 it913x_fe_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0x764903c1 itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0x432adbfc ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0xb7ff2df5 l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0x1958a1d6 lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0xd9211e7c lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0x4457eb8f lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0x1b5fef28 lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xc8105c59 lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xde9b59a1 lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0x8a2c5d8a lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0xbdbf0a78 m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0x92fb1dab mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0x8301acfa mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0xf9b52661 mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0x42115294 mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0x44a58539 nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0x3c3ea5c8 nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0xd8e200ac or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0x42d79c98 or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0x835452d0 rtl2830_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0xee2ca26a rtl2830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0xd48eb52b rtl2832_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0x40d26bb2 s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0xc38489c5 s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x8cbe62a8 s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0xc1f186d6 s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0x0883347c s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0x0dc2c4d1 si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp8870 0xc5df2370 sp8870_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0x5de89992 sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0x47995f8d stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0x18c64cf1 stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0xf550202b stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0xbf171878 stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0x7cc105d5 stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0x11e2c30e stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x58959283 stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xc25f0aac stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0xbcebfd86 stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0x7d6c85c6 stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0xae352c88 stv090x_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0xc7fd5408 stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0x223a28e0 stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0xda09950b tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0x4b6dc3e2 tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0x27ff0c69 tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x86766a44 tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0xb0dd30be tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10071 0xc2974a15 tda10071_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0xc7171649 tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0x532ff769 tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0x5103c069 tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0x52e7766e tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0x905cc759 tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0x500a5d34 tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0x47b0fe07 ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0xad4951c5 ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0x939dc27a zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0x0672f9fe zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0x2d1f9101 zl10353_attach +EXPORT_SYMBOL drivers/media/i2c/btcx-risc 0x14529381 btcx_riscmem_alloc +EXPORT_SYMBOL drivers/media/i2c/btcx-risc 0x495e4b0c btcx_calc_skips +EXPORT_SYMBOL drivers/media/i2c/btcx-risc 0x8c884c6b btcx_riscmem_free +EXPORT_SYMBOL drivers/media/i2c/btcx-risc 0xad2fe38b btcx_sort_clips +EXPORT_SYMBOL drivers/media/i2c/btcx-risc 0xc368f8e6 btcx_align +EXPORT_SYMBOL drivers/media/i2c/btcx-risc 0xcda0ded2 btcx_screen_clips +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0x1ca0c084 cx2341x_log_status +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0x2f25eee2 cx2341x_update +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0x3db8be82 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0x4ff9939a cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0x5b88faf6 cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0xa774682f cx2341x_handler_init +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0xc184ec1e cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0xc317caf6 cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0xcf76ce95 cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0xcf8b77a4 cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0xd9afa7dc cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/i2c/tveeprom 0x9db2f704 tveeprom_read +EXPORT_SYMBOL drivers/media/i2c/tveeprom 0xe4b972d8 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x704fd1ef flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x809b5a23 flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x88b614ee flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x94482503 flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xe1075987 flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xed84effb flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xf129817b flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x621b0249 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xbc5975f9 bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xdf4f7437 bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xec78ef8d bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x043eb9f1 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbf159be7 bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xd702b05d bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x221c8669 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x25b1d107 dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x6179ba38 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x6419b65a dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x6c3c03d4 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x829d4242 dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x957be91a dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xd572aadd rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe94b8c9c dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xfb21c5ef read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0xa052d0df dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x102a82c8 cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x31e94599 cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x674eead5 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x689afe8f cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xd2d83356 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x0453c69d altera_pid_feed_control +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x20b31c98 altera_ci_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x3b032546 altera_hw_filt_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x9247b72f altera_hw_filt_release +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xdb3faf38 altera_ci_release +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xe66b9812 altera_ci_irq +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x3300f187 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x33c59dbe cx25821_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x471e1cfb cx25821_devlist +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x67cc5b8b cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x6b1ec8d4 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x74f4e889 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x784853c3 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x8477c788 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x8a060da8 cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xa9dfcd42 cx25821_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xae4a729d cx25821_devlist_mutex +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xcf09c60a cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x372a1e09 vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xa529334e vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x841987d1 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x90dd1400 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x9d48b4ee cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xa0e6c1c8 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x21129a7e cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x2470ac7f cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x3b2c5535 cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x64cf0cb1 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x8c3e835b cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xd588dd3d cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0db48af9 cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x14e0f470 cx88_risc_stopper +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1ece3fc3 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x22e384d3 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x29fc0125 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2d70c5f8 cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2fa5756c cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3f3bb43e cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x40715c6f cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4216fc84 cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4a0df64e cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x62811b51 cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7642ed3c cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x79af0267 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7d776560 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8f98e2d5 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa588b85b cx88_free_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb042c374 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbe896397 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd8a60516 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe220d9ca cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe9d90a09 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf347090f cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf622d101 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x0564e6c5 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x393736fc ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3d56be48 ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4465284e ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x471ff524 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x508b4a94 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x50b4b3f4 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x50d62cac ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x5125be93 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x813d1883 ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x958421a4 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x971a5568 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa527c2da ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc70dae76 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd68fe91d ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf2c0744c ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf7e1d27a ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x14dfecc6 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x23e3bdea saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x4c36d564 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x5fb8c02d saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x64c36ae2 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x6828faec saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x6edbca2c saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x87a56c2b saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8fe0e8b7 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb18845d2 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xc3dca110 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xe0071b4e saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xec72a8e9 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0x6759039a ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xc3e4c127 ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x22696884 videocodec_detach +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x33c7cac7 videocodec_unregister +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x54ed4b61 videocodec_register +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x77357882 videocodec_attach +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x0805a73b soc_camera_lock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x524c43b4 soc_camera_power_on +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x5e793647 soc_camera_xlate_by_fourcc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x7d08dbc4 soc_camera_host_register +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x9f9a5f83 soc_camera_power_off +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xc593f0c0 soc_camera_apply_board_flags +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xee8b9f53 soc_camera_host_unregister +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xf3e44163 soc_camera_unlock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x2fc57265 soc_mbus_find_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x31477397 soc_mbus_get_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x61871f65 soc_mbus_bytes_per_line +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x7371455d soc_mbus_samples_per_pixel +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xc8b28da5 soc_mbus_config_compatible +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xde30e6b9 soc_mbus_image_size +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x0201c2a1 lirc_dev_fop_write +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x04dca738 lirc_unregister_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x3f1516b6 lirc_dev_fop_poll +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x4d2fa6da lirc_get_pdata +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xb4f7337f lirc_dev_fop_read +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xd102b21e lirc_dev_fop_ioctl +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xd7d43be6 lirc_dev_fop_open +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xe2cfc669 lirc_register_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xfd1be48b lirc_dev_fop_close +EXPORT_SYMBOL drivers/media/rc/rc-core 0xaa1a8119 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0xc002e033 ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/tuners/e4000 0x28b094c9 e4000_attach +EXPORT_SYMBOL drivers/media/tuners/fc0011 0x1a9d9589 fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0xa9a29bcc fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x292bcc0a fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x5f755af3 fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xe500a70a fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc2580 0xca336cdc fc2580_attach +EXPORT_SYMBOL drivers/media/tuners/max2165 0x98d7e7d2 max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0x4898cf4a mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0xf7d2a74c mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0xd1f6980a mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0xf6cead68 mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0x972b241f mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0x0a6b88e8 qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18212 0xef560cf7 tda18212_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0x465573e8 tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tua9001 0x0d3dd81e tua9001_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x0cb4b189 tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/tuner-xc2028 0xa5455323 xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0xc1668a14 xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0x3f1b0d36 xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x174271c5 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xfd0a79bb cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_cypress_firmware 0x66653077 usbv2_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_cypress_firmware 0xbed7a3dd dvb_usbv2_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x3fb104ad dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x4bb88e47 dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xa2b2d34e dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xbaf61b9a dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xc036b889 dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xd2e7db33 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xf9c03a5d dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x172f93e6 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x37d3313f dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x3fa31186 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x8444f6cc dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xb6db0a24 dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xbdbb0a7b dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xe0f598ed dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x13e247e0 rc_map_af9005_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0xa9cfaaea af9005_rc_decode +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0xd4e288db rc_map_af9005_table_size +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x2393c348 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x4314c7fe dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x489c546f dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x4d0f1034 dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x522f3477 dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x5735ff49 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xa1ac9bd3 dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xaafecf94 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb044b0e9 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb47559e0 rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb4b57054 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xe56b7412 dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x2717aa7f em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xe3bca601 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x1e2f5cc5 gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x5bb3c191 gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x6a7e34ae gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x6c67d9b8 gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x8ab797ff gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9f548f89 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xab4fd0f9 gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xe5fedd89 gspca_resume +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0xc1a2786b tm6000_init_digital_mode +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0xc4c91df1 tm6000_unregister_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0xd4ddc298 tm6000_register_extension +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x1764d38e ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x3ca3d244 ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x42c8e001 v4l2_ctrl_next +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x4adaf0f3 v4l2_ctrl_query_menu_valid_items +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x4ed5e0d7 v4l2_chip_match_host +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x52b234b7 v4l2_chip_match_i2c_client +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x53c9394f v4l2_ctrl_query_menu +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x5f96a661 v4l2_ctrl_check +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xabe27502 v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xeceea95e v4l2_chip_ident_i2c_client +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x1512a3c2 v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x459e133f v4l2_m2m_get_curr_priv +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x46e41bcd v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xfdfe3c68 v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x04225497 videobuf_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x08589284 videobuf_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x3b6faff8 videobuf_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x7fba3522 videobuf_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xb2eebc66 videobuf_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xdfdc0ce5 videobuf_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-core 0x031b816a vb2_querybuf +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x045f9bed v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x062c9cee v4l2_ctrl_add_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x06967bc2 v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x087ec7d4 v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x09467836 v4l2_subdev_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0d8916a0 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x184f54ef v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1a15207f v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1a1afc53 v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1bccbf61 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x20a34836 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2f6bf03e v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x31b2e5ae v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x36a69433 video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x39366fb2 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3adbd595 v4l2_field_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bdd0f94 v4l2_prio_change +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x48bbf152 v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x48d4cadd v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x495426ee v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x53e6af5d v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x58384615 v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5a07eab2 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5e5f6928 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x63a0442c v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x66e044f2 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6df6b9c8 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6f12287a v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x76138b65 v4l2_subdev_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x79661d3b video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a3cd015 v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x801a2fa0 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x827daf30 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8b5813e7 v4l2_subdev_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8b93dc3c v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9398451d v4l2_subdev_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9b3fb146 v4l2_ctrl_handler_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9c740032 v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa4955708 video_usercopy +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb029da57 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbac4a225 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbdd2b92a v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc12cf8f8 v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc7f4c1ba v4l2_subdev_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xccf34e57 v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcd75def4 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd2ae46b6 v4l2_subdev_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd34b0c47 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd87f3ac5 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xda486e3d v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdd7565b9 v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdeca885d v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe6fce6f2 v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xeb2b98b0 v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfa1ff784 v4l2_subdev_s_ext_ctrls +EXPORT_SYMBOL drivers/memstick/core/memstick 0x0ba03f79 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x19cffa36 memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x1b1dfec1 memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x1c9a488a memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x3942141b memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0x48b6cf25 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5d820a02 memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x7916a4a2 memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x954c7ff8 memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa26413af memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa5987a36 memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xd92714d0 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xf3a51a30 memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xf8a5cef4 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/host/r592 0x52f1b23b memstick_debug_get_tpc_name +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0610c744 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x06e0e079 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x192f58cf mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1a4bd705 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2184c480 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x22ee9ac6 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x29933f83 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2a7cbcc2 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2ae45497 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x31640673 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3459b033 mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4526289b mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x58554fa3 mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5abbdddf mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5e674260 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5faa781a mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6295d622 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x645fa629 mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x64a9336b mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x66247cd2 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x78414e7d mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8c9df8fe mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9eb80563 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbf6003ac mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc0e69f82 mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc47c22e8 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd9a92a75 mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdc08f436 mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd8a5517 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdf1d7345 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe2bca54b mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf302287a mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf3f3c70f mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x08e8aeed mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x13cf4de3 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1ee402e8 mptscsih_proc_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x288f7ebf mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2b02dd69 mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2cc56051 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2d1aba7c mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3ed2645e mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x41905837 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x44a4983a mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4da108d3 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x593bf2b6 mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5a97a8bc mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6563ef49 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x667aa9e6 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x71dc8ca1 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8f7010ea mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa4b45932 mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc0b0cbe7 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc0f3cae3 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc35d66d8 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc42d0816 mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc79b29e9 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc933a71e mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xca761f43 mptscsih_host_attrs +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe90e9701 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf052df95 mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x28d2fb37 i2o_driver_notify_controller_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2a843bef i2o_dump_message +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x3370c32a i2o_driver_unregister +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x4d1275c1 i2o_msg_post_wait_mem +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x64a20226 i2o_find_iop +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x741273b6 i2o_event_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x8bd45c38 i2o_parm_table_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x8d4790d5 i2o_msg_get_wait +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x8ddcf60c i2o_driver_notify_controller_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x9e52bbec i2o_exec_lct_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xa1dbf558 i2o_driver_notify_device_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb09a97cc i2o_status_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb4c00dcf i2o_controllers +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xbc516a89 i2o_driver_notify_device_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xcafd3fd1 i2o_device_claim_release +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xd0435511 i2o_iop_find_device +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xdf391778 i2o_device_claim +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xe09cc076 i2o_parm_issue +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xe25941bc i2o_driver_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xef03fdae i2o_parm_field_get +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x09feb98e pasic3_write_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x2e543456 pasic3_read_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x058a1c49 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x18bded78 mc13xxx_irq_request_nounmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x23b4cf39 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x2cf1310d mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x38fd7cf5 mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x5ffb8661 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x7e76858d mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x82e4b4a8 mc13xxx_irq_ack +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x8a384a88 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xa49dfb64 mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xa6fbdf2f mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xbe32173a mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc63cf174 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/tps6105x 0x2827d90a tps6105x_mask_and_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0xea99c77f tps6105x_get +EXPORT_SYMBOL drivers/mfd/tps6105x 0xfee7964d tps6105x_set +EXPORT_SYMBOL drivers/mfd/tps65010 0x02d4ad0f tps65013_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0x0c6ad2cf tps65010_config_vdcdc2 +EXPORT_SYMBOL drivers/mfd/tps65010 0x28485130 tps65010_config_vregs1 +EXPORT_SYMBOL drivers/mfd/tps65010 0x33739de7 tps65010_set_vib +EXPORT_SYMBOL drivers/mfd/tps65010 0x9fd44c69 tps65010_set_led +EXPORT_SYMBOL drivers/mfd/tps65010 0xb14080cc tps65010_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0xd5bb106d tps65010_set_vbus_draw +EXPORT_SYMBOL drivers/mfd/tps65010 0xe99b3f36 tps65010_set_gpio_out_value +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x4c134b8c ad_dpot_remove +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xd7a6d206 ad_dpot_probe +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x8a05ed90 altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x4e7b2679 c2port_device_register +EXPORT_SYMBOL drivers/misc/c2port/core 0x585fd40b c2port_device_unregister +EXPORT_SYMBOL drivers/misc/ioc4 0xa1743cd6 ioc4_register_submodule +EXPORT_SYMBOL drivers/misc/ioc4 0xbf713c38 ioc4_unregister_submodule +EXPORT_SYMBOL drivers/misc/tifm_core 0x029c56aa tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x0f170338 tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x36bbaaca tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0x39f86aa1 tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x74bc9ee9 tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x77a32f6e tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xa05440fb tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xb7a57e00 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xdcaff36a tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xf216bd8d tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0xf75ecb1b tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xfcfad8ec tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xff429e9d tifm_alloc_adapter +EXPORT_SYMBOL drivers/mmc/card/mmc_block 0x808a3e5d mmc_cleanup_queue +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x11474bdf cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x95ebaec3 cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xb651e4cc cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x068517d9 unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x2244bc2b do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x31102e58 register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xf53f266d map_destroy +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0x53b8b280 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x28197c5e lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0x3f9e3615 simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x65ef90f5 mtd_concat_create +EXPORT_SYMBOL drivers/mtd/mtd 0xe40574fc mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/nand/denali 0x20ebec5b denali_remove +EXPORT_SYMBOL drivers/mtd/nand/denali 0xb34cd76e denali_init +EXPORT_SYMBOL drivers/mtd/nand/nand 0x07e7cd97 nand_unlock +EXPORT_SYMBOL drivers/mtd/nand/nand 0x114b5dea nand_default_bbt +EXPORT_SYMBOL drivers/mtd/nand/nand 0x15d1b03f nand_lock +EXPORT_SYMBOL drivers/mtd/nand/nand 0x57e2ef6d nand_scan_ident +EXPORT_SYMBOL drivers/mtd/nand/nand 0x9f17d43f nand_scan_tail +EXPORT_SYMBOL drivers/mtd/nand/nand 0xc7e283d1 nand_scan +EXPORT_SYMBOL drivers/mtd/nand/nand 0xfdf723d8 nand_scan_bbt +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x10b5339e nand_bch_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x41b65a68 nand_bch_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x70097aa0 nand_bch_free +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0xc84d8fb8 nand_bch_init +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x1355d609 nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x3132ee65 __nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x77c1ab98 nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xb4b94377 __nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0x836bdb72 nand_flash_ids +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0xa336feb7 nand_manuf_ids +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x4142c03c onenand_addr +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xa895f2ba flexonenand_region +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xc38baca8 onenand_default_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xe82c3b4c onenand_scan_bbt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x1a2c3747 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x1b105847 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x2434ed92 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x38ab3ccc arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x465fc8ca arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x54b0a2fb alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x54cbc4cc arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x913efff3 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc678f808 arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xff16eb66 arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xc73043b0 com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xefed1bb0 com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xf6553d34 com20020_check +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x01eae0ac ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x43905dd5 ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x6218b71c NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x78f1ab9d ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x82c327a2 ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x8ad0d63a ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x95dc2c7b ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xd95ae07f __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xe288f8d5 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xf54dddb5 ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x032cc76e __alloc_eip_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x3d143d42 eip_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x5681636e eip_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x5aded03b NS8390p_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x72661eeb eip_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x804e6e26 eip_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x982b255e eip_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x99c03fd7 eip_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0xa577c465 eip_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0xc814cf17 eip_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0xeab69c9c eip_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x1d8c00ba cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x17b95cca cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x376542f8 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x37b56f69 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x47499912 cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x53fa4e04 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x77866ed8 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x81bc1396 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x89bdb66d cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x8ed48419 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9276ce39 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc09f7440 t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc30ba84b t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xcae58f75 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xcfad0f75 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd470d440 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe1e9e80c cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0049a334 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x01306a19 cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x21e517d7 cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x222ca9d4 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x377988ff cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3934cee9 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3d9ea896 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3fc554d7 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4b937cb6 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5aa16d3f cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x63353ea9 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x709621e7 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7ef3199f cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x919dcf33 cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xac5e8338 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xadc65c04 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb3d2ca69 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcd848c58 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd00e5a36 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd4c4fd1f cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd72a0238 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdfe10e02 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf27b01e9 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf4b77ea3 cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x2996f911 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x3cbd0738 be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xbab62e22 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1773808a mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x20ace9e4 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x285635a1 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4f40d19b mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6b2ab4e5 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x74247793 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7dac7b90 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7eb1398a mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x84f5cea3 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8dbb27e5 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x95adfd59 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa20cc9c9 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa87e1ad2 mlx4_set_stats_bitmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb009cb4f mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc6d88ee2 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd9df34cc mlx4_test_interrupts +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdebd3ee5 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xef725f79 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf0777fdd mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf5946763 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf83aa83d mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x5e9505fd hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x66791e29 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x6a8c0d67 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x9b419bdb hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xb155be1b hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x153d2cc3 sirdev_raw_write +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x40d99c8d sirdev_write_complete +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x4a15dd73 sirdev_put_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x4fcdbbe7 sirdev_receive +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x60cf0b9e irda_unregister_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x60ec520b sirdev_set_dtr_rts +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xaa0e1bfe irda_register_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xd62b5857 sirdev_set_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xdcc9a989 sirdev_raw_read +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xe81204e5 sirdev_get_instance +EXPORT_SYMBOL drivers/net/mdio 0x22bce513 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio 0x43e4defc mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0x7577f992 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0xa1a29548 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0xb34a7575 mdio45_ethtool_spauseparam_an +EXPORT_SYMBOL drivers/net/mdio 0xc6b1163f mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xddc98749 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/ppp/pppox 0x465769ce pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0x77d27838 register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xb55aad37 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0x0c971a2d sungem_phy_probe +EXPORT_SYMBOL drivers/net/usb/usbnet 0x57ee1015 usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0xe5401c9a usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/wan/cycx_drv 0x38da4725 cycx_intr +EXPORT_SYMBOL drivers/net/wan/cycx_drv 0x62be23ea cycx_setup +EXPORT_SYMBOL drivers/net/wan/cycx_drv 0x66a4c4e6 cycx_down +EXPORT_SYMBOL drivers/net/wan/cycx_drv 0x968458a6 cycx_peek +EXPORT_SYMBOL drivers/net/wan/cycx_drv 0xb6f383de cycx_poke +EXPORT_SYMBOL drivers/net/wan/cycx_drv 0xfe7cd576 cycx_exec +EXPORT_SYMBOL drivers/net/wan/hdlc 0x261ca08a hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0x2a41b155 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x45288188 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0x4d7dafa6 hdlc_change_mtu +EXPORT_SYMBOL drivers/net/wan/hdlc 0x4dbcc4e9 unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0x657a5c29 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0x68678138 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x7525ecbb detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xb1f34e38 hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0xbeb747e4 attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xcc1e961a alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/z85230 0x02baad7e z8530_sync_dma_close +EXPORT_SYMBOL drivers/net/wan/z85230 0x10c78988 z8530_dead_port +EXPORT_SYMBOL drivers/net/wan/z85230 0x57e7cb35 z8530_sync_open +EXPORT_SYMBOL drivers/net/wan/z85230 0x5cd24d29 z8530_hdlc_kilostream +EXPORT_SYMBOL drivers/net/wan/z85230 0x68d4e918 z8530_channel_load +EXPORT_SYMBOL drivers/net/wan/z85230 0x70daf9a2 z8530_null_rx +EXPORT_SYMBOL drivers/net/wan/z85230 0x77a85846 z8530_sync_txdma_close +EXPORT_SYMBOL drivers/net/wan/z85230 0x8d878ce9 z8530_sync_txdma_open +EXPORT_SYMBOL drivers/net/wan/z85230 0x9e63b161 z8530_init +EXPORT_SYMBOL drivers/net/wan/z85230 0x9ff0221d z8530_sync +EXPORT_SYMBOL drivers/net/wan/z85230 0xbaf9402f z8530_shutdown +EXPORT_SYMBOL drivers/net/wan/z85230 0xc1e0b735 z8530_nop +EXPORT_SYMBOL drivers/net/wan/z85230 0xd4ffebf0 z8530_interrupt +EXPORT_SYMBOL drivers/net/wan/z85230 0xe3d80064 z8530_hdlc_kilostream_85230 +EXPORT_SYMBOL drivers/net/wan/z85230 0xf46702ee z8530_describe +EXPORT_SYMBOL drivers/net/wan/z85230 0xf5d1282b z8530_sync_dma_open +EXPORT_SYMBOL drivers/net/wan/z85230 0xf817a6fe z8530_sync_close +EXPORT_SYMBOL drivers/net/wan/z85230 0xf94941df z8530_queue_xmit +EXPORT_SYMBOL drivers/net/wimax/i2400m/i2400m 0x36c6806e i2400m_unknown_barker +EXPORT_SYMBOL drivers/net/wireless/airo 0x2096affa stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0x733b9aac init_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0xb983e77d reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x311d46db ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x319c6026 ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x358fcd7a ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x3801c3cd ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4e2481d5 ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x53358ce3 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x641ed734 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa1c7e868 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xaa85c818 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc77280dd ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xcf92df7b ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xe7e786e3 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xe87b92ec ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x126772a7 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1c47c762 ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x2f5effed ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x46eefa7a ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4e1380ee ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x5ab828df ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x649501b0 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x6a936fb6 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x91cfb84a ath6kl_hif_rw_comp_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb58c5e93 ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xd594fae8 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xdda5a715 ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k 0x445cc929 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k 0x91fc76f5 ath9k_hw_wow_event_to_string +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k 0xbcd9a30b ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k 0xbd03a4ed ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0df1bf2a ath9k_cmn_get_curchannel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x59275983 ath9k_cmn_update_ichannel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9401cb12 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x95c1be9a ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9f54c36d ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf59eadf3 ath9k_cmn_padpos +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x016074fc ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x02bef0ba ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x03562330 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x08120125 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0cb8f3db ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0eaaa8d0 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f798afa ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f968f3e ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x114db315 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1432510c ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x169d68b0 ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x180f13c4 ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1986b69b ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1a3562ee ath9k_hw_cfg_output +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1a3d3c91 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1d94b415 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1fb92965 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x202c2fd4 ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x20361ea0 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x23c80b33 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x24f42897 ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x261fc1ff ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2d3b6416 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2f06fbc9 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x30b47fa6 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x34bd1ba2 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x353da3f9 ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x361816d8 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3f965f5c ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4337a59a ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x43a59f26 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4f65dac6 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x50fb1d8c ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x51bac1eb ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x521644a2 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5573a314 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5a8cc6a8 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5f2ce04a ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x600df627 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6390260d ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6a625095 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6e972015 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x75141035 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x75231546 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7a47b125 ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7af61b53 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7b0408d1 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7c3f6076 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x82493a96 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x82b30ae9 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x83bb00ec ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x854bb986 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8607c19c ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x86a959af ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8b924278 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8cac1edb ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91e5de0d ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x92e56857 ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x93858721 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x967bcc9c ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9c69df14 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa264a392 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa283b109 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa2d74548 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa9daebd1 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xad26013c ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb38adef8 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb475e67d ath9k_hw_cfg_gpio_input +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb47e2f57 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xba22a574 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbda67727 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbe2f9a5b ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbe746edc ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc3d4cee6 ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc7c4dc22 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc7f7b7b6 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc8c3b417 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcbaa9fcd ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xce8f666e ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd3678e66 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd4ea842d ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd730bc97 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd8925631 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd8f8e87d ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xda56f232 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xde597069 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe12f96d6 ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe51fe44f ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xecc6073d ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xef387f58 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf305d8bc ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf4bfb338 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf4c24a04 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfa09f245 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfb673fe3 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfb7dc02d ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xffe72741 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/atmel 0x76a1e6e6 atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel 0xae650d84 init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0xcbc331dc stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmfmac/brcmfmac 0x20c02311 brcmf_sdio_probe +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmfmac/brcmfmac 0xc1ddf97d brcmf_sdio_remove +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x21305b09 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x387bd9a7 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x446002aa brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x4a14893e brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x603c8aa4 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x6926a4b3 brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x72128e9e brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xa7305f0d brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xa87192eb brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xb9ca2383 brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xb9e9e04b brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xd08ca06a brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x04849023 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x056d71f1 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0973aed7 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0ad69602 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x106b35d6 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x12599865 hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x132f60e3 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x268378f3 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x3a0ee860 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x3bb7f901 hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x4bdc866c hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x4e5df60a hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x4e84855c hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x5dc6485c prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x5dd03cae hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x63cbd1fe hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x766c0cfe hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x7d7dbb63 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x919aae33 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa12ad27f hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa14e7e34 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb2a945e0 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xbb4e1ffe hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xd3234db0 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xd77e9940 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xdaca7527 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xe7104ec3 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xf3ee42a6 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x0cf7463d libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x1b8b767e free_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x29c40156 libipw_change_mtu +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x2eba901c libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x317ad7a6 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x3ebe58e1 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x3ff02b5c libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x5b50e53c libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x651f950a libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x6a0a13bd libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x813bbb1c libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x89af26c6 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x8e91dfa8 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x9d6e1929 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xa9a085b0 libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xb531d9e7 libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xd4935a03 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xd5ba4d30 libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xdb31a2fc libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xe5edba40 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xeb82587f libipw_rx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x01fb7939 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x02a81ab0 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x034bb634 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x07c99034 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x08ea4eba il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0c1c593d il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1035a1b0 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x12aff508 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x15ad9f55 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x16010711 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x19c9aa45 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1e14821f il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1f7dd425 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2275e221 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x250f3de5 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x26327ff3 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2673bce6 il_apm_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x28d0d158 il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x28d5b2c5 il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x294552ea il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2992932c il_update_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2a477a90 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2c5ffd65 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x34f0e505 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x386f04d6 il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x391e11ce il_set_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3f90a94d il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x46fde825 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x475642c7 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x49012958 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x492ec9cd _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4942bd56 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4aa39103 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4f261dde il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4f9deda5 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x54d2cde2 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x564c6740 il_debug_level +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x56d4b37f il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x56ff5f16 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x57283818 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x599178b2 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5a7b6b47 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5d9c2234 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5dd22261 il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5f068e44 il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5f9e8b43 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x64e5d199 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x65ebaf53 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x66548d2a il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x66eb9d0d il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6733b577 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x68ef8828 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6921713b il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6beaf543 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6f195481 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6f6ce30d il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6fa8b867 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x71c7e2ce il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x73bb9016 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7a8cb491 il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x803d3391 il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x829e6b39 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x84be87b9 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8541dd26 il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x861ef341 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8a71e2b8 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8ccaec54 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8cdd234a il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8ef30569 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x96a17768 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x973a2d4f il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa3b0a726 il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa5555a07 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa961de89 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xaae402ad il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xacef558c il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xaf7aa129 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xaff62e4c il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb1709c03 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb19b64c8 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb1c42131 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb74ab3f3 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbaa9eea5 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbfc47846 il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc39cf12c il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc4d7caee il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc5c34127 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc66fabbd il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc7a0e453 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd14d22b7 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd233eba4 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd5f92a9b il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdf54daf6 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdf706b3d il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe435493a il_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe7d1f217 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xec4b3f94 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf501278b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf8075146 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf99d61dc il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfe3b32e7 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x08ee1e7d __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x0d9eb5ff __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x0e7bc05f __tracepoint_iwlwifi_warn +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x201337b4 __tracepoint_iwlwifi_dev_tx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x249e4b06 __tracepoint_iwlwifi_dev_rx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x36dcef55 __tracepoint_iwlwifi_dev_iowrite32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x4919d1a5 __tracepoint_iwlwifi_dbg +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x67381a2a __tracepoint_iwlwifi_dev_ucode_error +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x79e9bf26 __tracepoint_iwlwifi_crit +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x7edec07d __tracepoint_iwlwifi_dev_ioread32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x8bfcc307 __tracepoint_iwlwifi_info +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x9a12c9c5 __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xc0827b2f __tracepoint_iwlwifi_dev_iowrite8 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xda36f3a4 __tracepoint_iwlwifi_err +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x05b7801d orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x196c9b42 orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x3b3ec2d3 orinoco_open +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x839ff936 orinoco_down +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x95de47b8 __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x9b20a74d orinoco_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x9d0b87b4 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x9f70cb0c alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xa703b645 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xb3c44e65 orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xbcb6d69b __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xe01d69e3 orinoco_get_stats +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xe5aa6e1a free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xeb75d8dd orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xed2b023d orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xf71b69d3 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xfc9881c8 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x066ccfe1 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x08a2af61 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x15be1930 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x1dbc3fd7 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2975f6fa rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x30a7cf55 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3526f264 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3c32ff4d rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4041e30e rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x42ef3b32 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x45b1c9fc rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4a3fbcbd rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x50ec880c rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x55d32ba4 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x579e7713 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x57a728cd rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5fe0fe53 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5fe28c51 rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x61fa0276 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x70f8d397 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x77274446 rtl92c_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x89eecaab _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x913e04d8 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x96171f98 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9d7ac9c7 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa3a30f44 _rtl92c_store_pwrIndex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa533dc5d rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa9b648e8 rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xad16ee43 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb007e89d rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb041adca rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb3314d48 _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb719f083 _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc0de2bf9 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc8b1400d _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xceb63181 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd45ed5c5 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xdf347070 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe51fa7dc rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf19d2ba2 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf6a2ba1a _rtl92c_phy_dbm_to_txpwr_Idx +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfbbc2557 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfc2eddfa rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x09ff0116 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x1f23247d rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x1f29f750 rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x207fbb70 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x215898f8 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x2542984e rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x29608662 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x346e6000 efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x3ad56bde rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x557bf78e rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x5e192e7b rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x5e2aadc5 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x5fd2ffcc rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x609d60e6 rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x738ac17e rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x77c12432 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x79188a02 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x8567d439 rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xa163b4cc rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xb8664949 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xba428022 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xc10eb127 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xd660ad3e rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xda46ee86 rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe4f0ee59 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe72cb580 rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe9e97747 rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xf89e1005 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x0089976d wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x4798666d wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x808e9d91 wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x885d12ba wlcore_tx_complete +EXPORT_SYMBOL drivers/parport/parport 0x09923181 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x0a474f56 parport_register_device +EXPORT_SYMBOL drivers/parport/parport 0x0ccf07a1 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x11667a00 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0x20243ea5 parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0x3b61568c parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x589c7db5 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x5ef8f26f parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x61bea3d0 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x6791875f parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x67a1e5a6 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0x6b0aa6e3 parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0x771e5b04 parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x7729accb parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x7e3df147 parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x93c195fd parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0x991572ad parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0x9a255267 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x9c0a76e8 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x9eff60ec parport_release +EXPORT_SYMBOL drivers/parport/parport 0xa53109d5 parport_read +EXPORT_SYMBOL drivers/parport/parport 0xb6f9445f parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0xb9e846a9 parport_write +EXPORT_SYMBOL drivers/parport/parport 0xbb5c4200 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0xc15513eb parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0xca7a101b parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0xdea93c00 parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0xdf46481f parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0xf2374556 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xffd30cd2 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport_pc 0x398d906d parport_pc_unregister_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x8ffce425 parport_pc_probe_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x005f12e1 pcmcia_unregister_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x06783b1e pcmcia_enable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x0f733565 pcmcia_write_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x16ba643c pcmcia_loop_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x37eae875 pcmcia_read_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x39796dab __pcmcia_request_exclusive_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x39d488fe pcmcia_request_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x41c3ece0 pcmcia_request_io +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x4c86580c pcmcia_release_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x742f5665 pcmcia_parse_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x75a907e6 pcmcia_map_mem_page +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x7d863a86 pcmcia_get_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x9c88d0cf pcmcia_dev_present +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x9c99608b pcmcia_loop_config +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xd129895e pcmcia_fixup_iowidth +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xecd2e6f0 pcmcia_request_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xf2c6cfd3 pcmcia_register_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xf8798e45 pcmcia_fixup_vpp +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xfe8a4c1e pcmcia_get_mac_from_cis +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xfff94b38 pcmcia_disable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x40406fb6 pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x4caf746b pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x52406c29 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x62fb6614 pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x88cdc67a pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xa2fa0e93 pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xaa2a8638 pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xaed7c791 pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xb01489d4 pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xc1554c35 pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xd77651dc pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x307abb27 pccard_static_ops +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x38e5c61c pccard_nonstatic_ops +EXPORT_SYMBOL drivers/platform/x86/sony-laptop 0x5bb1e117 sony_pic_camera_command +EXPORT_SYMBOL drivers/pps/pps_core 0x40ac8a3f pps_unregister_source +EXPORT_SYMBOL drivers/pps/pps_core 0x423b6644 pps_lookup_dev +EXPORT_SYMBOL drivers/pps/pps_core 0x499c6965 pps_event +EXPORT_SYMBOL drivers/pps/pps_core 0xe154b770 pps_register_source +EXPORT_SYMBOL drivers/ptp/ptp 0x13fbfc98 ptp_clock_index +EXPORT_SYMBOL drivers/ptp/ptp 0x1bb21b88 ptp_clock_unregister +EXPORT_SYMBOL drivers/ptp/ptp 0x5769b4d7 ptp_clock_event +EXPORT_SYMBOL drivers/ptp/ptp 0x66aba4a5 ptp_clock_register +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x0002ce9b pch_ch_control_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x16dfa919 pch_tx_snap_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x2441e1f7 pch_ch_event_write +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x6b725c0c pch_src_uuid_hi_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x8f7782bd pch_rx_snap_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0xaf7f1074 pch_ch_event_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0xc3132762 pch_ch_control_write +EXPORT_SYMBOL drivers/ptp/ptp_pch 0xda3600fb pch_src_uuid_lo_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0xe5b46ac4 pch_set_station_address +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x06a757c5 rproc_del +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x192e15b8 rproc_shutdown +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x1f205b21 rproc_vq_interrupt +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x7b173872 rproc_boot +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x88244321 rproc_alloc +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xa314d6aa rproc_report_crash +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xab819410 rproc_add +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xb03b9a68 rproc_put +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xf6449447 rproc_da_to_va +EXPORT_SYMBOL drivers/scsi/53c700 0x3d9cece0 NCR_700_intr +EXPORT_SYMBOL drivers/scsi/53c700 0x89ce6354 NCR_700_release +EXPORT_SYMBOL drivers/scsi/53c700 0xf0b059cf NCR_700_detect +EXPORT_SYMBOL drivers/scsi/bnx2fc/bnx2fc 0x790f3697 bnx2fc_ctlr_get_lesb +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x2b85fb19 fcoe_ctlr_get_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x2cb1af37 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x4a182f7c fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x578ea667 fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x59efcaa1 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x7b1c4064 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x8c40136c fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xda003aa9 fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xf6641e12 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xfc171124 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xffe63a1f fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x03b2dced fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0b294afb fc_change_queue_type +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0d27c2fa fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0dfe5bc4 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0f669b39 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x102fcddf fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x19194390 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1b0fd37e fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x208c496f fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x28858847 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x36e5fbaf fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3c767171 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x45a5f6a6 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4910afbc fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x49b01a04 fc_change_queue_depth +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4a373f26 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4ad50fef fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4af2b7b7 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4cecf6c2 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4db9f1cd fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5c1abf31 fc_rport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x63545a54 fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x674b4e99 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6dcf23d8 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x71ce1bc5 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x72e45ba5 fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7567549a fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x77cd5633 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7b3c648b fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7cb68d9d fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7fee8f29 fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x883756a9 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x899b3042 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9bfff151 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9c151ac5 fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xaa093d62 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb6d88824 fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb910962f fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc22969cd fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xca8c881f fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcb18d9b4 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd1539dfc _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd6937412 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd818a76a fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe1dab151 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf422a704 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf45cb0ec fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf5c061c9 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf901e62a fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfabd56a7 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfece7af4 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xffdcbce7 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x17e1b72e sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x3ae81ea7 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x6cd0d328 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8a87e724 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8de8dcf3 sas_wait_eh +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x08558e52 mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x2250c66e mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x512c956d mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x007e41b7 osd_dev_fini +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0421aba1 osd_req_get_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0c17edb1 osd_sec_init_nosec_doall_caps +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x11733ee2 osd_req_list_partition_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x119faf69 osd_req_create_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x148926df osd_req_write_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x14d9f911 osd_req_write_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x15a1f2f5 osd_req_read_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x18fe5148 osd_dev_init +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1dc0263c osd_req_decode_sense_full +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1f42cad7 osd_req_format +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x25718d3d osd_req_flush_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2c06f151 osd_req_add_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x3a9c1011 osd_end_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x3f3d54ed osd_req_list_partition_collections +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x3f5f95d7 osd_req_list_dev_partitions +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x46b636c6 osd_req_write +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x4ad600dd osd_finalize_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x586cecd8 osd_req_flush_obsd +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x58ffdef1 osd_req_read +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x5afd8e07 osd_req_remove_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x66058c2c osd_req_list_collection_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6864c54d osd_start_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x68cddd13 osd_req_set_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6e295a72 osd_execute_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x7df09a7a osd_req_flush_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x8158a8de osd_req_write_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x93bc794e osd_req_flush_collection +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x9a9e1095 osd_req_remove_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa87177be osd_req_add_get_attr_page +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xaea5d91e osd_req_add_set_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xaec0bf46 osd_auto_detect_ver +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xbbd6b7e5 osd_req_create_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc97651f4 osd_req_read_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xcc688417 osd_req_decode_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xcd25ad5e osd_execute_request_async +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xcf2a1e3e osd_req_read_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/osd 0x17c6c456 osduld_register_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0x5fc48609 osduld_unregister_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0x63fa70c2 osduld_path_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0x8fa8288b osduld_put_device +EXPORT_SYMBOL drivers/scsi/osd/osd 0xab01b7c3 osduld_device_same +EXPORT_SYMBOL drivers/scsi/osd/osd 0xd4533d83 osduld_info_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0xfaa022d7 osduld_device_info +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x32cef6c4 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x35aa6f95 qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x5449c439 qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x6ff08aec qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x82eebb8a qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb3c26eb9 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xc3e570c8 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xdbff1475 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xe393d1c7 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xe68216f6 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xf5a57e6a qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x1efcaf52 qlogicfas408_biosparam +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x1f55cd70 qlogicfas408_ihandl +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x24b89242 qlogicfas408_info +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x3fd8cd71 qlogicfas408_detect +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x6f991097 qlogicfas408_bus_reset +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xa919897e qlogicfas408_disable_ints +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xcb9a34c3 qlogicfas408_abort +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xe76b3b20 qlogicfas408_get_chip_type +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xf2b95199 qlogicfas408_setup +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xfc2fcf7d qlogicfas408_queuecommand +EXPORT_SYMBOL drivers/scsi/raid_class 0x0d7b6f4e raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0x447e42a1 raid_component_add +EXPORT_SYMBOL drivers/scsi/raid_class 0xca53b15d raid_class_attach +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1c6032c5 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x38738dce fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5481051e fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x737964fe fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7954b1ea fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7e949f12 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x994e230e scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x9e573700 fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe8005e1b fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xeeeed2bf fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xf04faf90 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xfb64660b fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xfc576ef4 scsi_is_fc_vport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xfde2960a fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x048ade50 sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x086915a9 sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0a80866b scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0e7cfa5a scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x12fd3661 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1a146356 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x249a7ac5 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x24aa00eb sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2d74fcb9 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x33fb27e4 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3943c743 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3aed560b sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x52ab44dd sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x52fcf0bb sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5625fce0 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6eee33a0 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x76f4673c sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7ae50e1c sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7daa14f2 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7f8ef682 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9470a164 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbc64c1ca sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xcb7da7b1 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd1b679ad sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd1fc3c02 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd9e0ac28 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xeed36f15 sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfd4fdf13 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/ssb/ssb 0x0d235fbd ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x186a68ea ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x19b78adc ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x387f8792 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x3e81a0ea ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x40e60c59 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x5019eab4 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x54ca238b ssb_bus_pcibus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x62510f70 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0x6550e32b ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0x8810d374 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x90b40aad ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0xa94fb761 ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0xb14be3b0 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xbb9d1b17 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0xc0512e0f ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xcf216a10 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0xd481192b ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xd694409b ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xe42c1f95 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0xfcdea95f ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0xfe0777b7 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xffdaa09a ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x02bb267a comedi_buf_write_alloc +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x2025669c comedi_buf_memcpy_to +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x21edd6f6 comedi_buf_read_n_available +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x487ea34f comedi_error +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x542d15dc comedi_event +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x620fc8c3 comedi_check_chanlist +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x69c4f00c comedi_buf_put +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x6c5ce78b comedi_buf_get +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x7ebe6381 comedi_driver_register +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x802b9d18 comedi_buf_read_free +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x91737ace comedi_buf_write_free +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x95753c07 comedi_get_subdevice_runflags +EXPORT_SYMBOL drivers/staging/comedi/comedi 0xa0c6b8a7 comedi_driver_unregister +EXPORT_SYMBOL drivers/staging/comedi/comedi 0xaa0eff6b comedi_buf_memcpy_from +EXPORT_SYMBOL drivers/staging/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL drivers/staging/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL drivers/staging/comedi/comedi 0xde5b2f37 comedi_buf_read_alloc +EXPORT_SYMBOL drivers/staging/comedi/drivers/8255 0x735cc117 subdev_8255_init +EXPORT_SYMBOL drivers/staging/comedi/drivers/8255 0x7eef7985 subdev_8255_cleanup +EXPORT_SYMBOL drivers/staging/comedi/drivers/8255 0xd4b183e5 subdev_8255_init_irq +EXPORT_SYMBOL drivers/staging/comedi/drivers/8255 0xd91515b5 subdev_8255_interrupt +EXPORT_SYMBOL drivers/staging/comedi/drivers/comedi_fc 0x37289632 cfc_handle_events +EXPORT_SYMBOL drivers/staging/comedi/drivers/comedi_fc 0xa127bb21 cfc_write_array_to_buffer +EXPORT_SYMBOL drivers/staging/comedi/drivers/comedi_fc 0xf92d1027 cfc_read_array_from_buffer +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x01c7c714 mite_release_channel +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x0cb78809 mite_prep_dma +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x116fce48 mite_done +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x14f15e59 mite_dma_arm +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x1558128e mite_setup +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x169f09d9 mite_bytes_read_from_memory_ub +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x16f8903c mite_alloc +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x1a6fd4cd mite_request_channel_in_range +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x1fee7954 mite_bytes_written_to_memory_lb +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x2d95c763 mite_get_status +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x3193aef7 mite_bytes_written_to_memory_ub +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x366e46de mite_dma_disarm +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x38e2de7a mite_bytes_read_from_memory_lb +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x4d974011 mite_unsetup +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x4f187246 mite_buf_change +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x65c7542c mite_alloc_ring +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x6d88a96c mite_dma_tcr +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x77efdcc3 mite_sync_output_dma +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x8ca59b87 mite_bytes_in_transit +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x9b0e69ce mite_sync_input_dma +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0xad1af81a mite_free_ring +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0xc30100cc mite_setup2 +EXPORT_SYMBOL drivers/staging/comedi/drivers/pcm_common 0x6350c04e comedi_pcm_cmdtest +EXPORT_SYMBOL drivers/staging/comedi/kcomedilib/kcomedilib 0x0fbe2f6d comedi_dio_config +EXPORT_SYMBOL drivers/staging/comedi/kcomedilib/kcomedilib 0x4f4db612 comedi_get_n_channels +EXPORT_SYMBOL drivers/staging/comedi/kcomedilib/kcomedilib 0x5c92b219 comedi_close +EXPORT_SYMBOL drivers/staging/comedi/kcomedilib/kcomedilib 0x713a5f8d comedi_find_subdevice_by_type +EXPORT_SYMBOL drivers/staging/comedi/kcomedilib/kcomedilib 0xa6cb243e comedi_open +EXPORT_SYMBOL drivers/staging/comedi/kcomedilib/kcomedilib 0xc5eeda50 comedi_dio_bitfield +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0x5451d6d1 fwtty_port_get +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0xb1a0e119 fwtty_port_put +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x5d6a49b5 adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0xf7c8cfbe adt7316_remove +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x64beaf92 ade7854_remove +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x7cede226 ade7854_probe +EXPORT_SYMBOL drivers/staging/iio/ring_sw 0x9c4d86dd iio_sw_rb_free +EXPORT_SYMBOL drivers/staging/iio/ring_sw 0xffa146ae iio_sw_rb_allocate +EXPORT_SYMBOL drivers/staging/media/cxd2099/cxd2099 0x80cc8221 cxd2099_attach +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x023e3f53 go7007_remove +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x22af00f4 go7007_register_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x3221bc03 go7007_read_addr +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x8b510a11 go7007_read_interrupt +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xa0e48a69 go7007_boot_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xa12d0a01 go7007_alloc +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xab6cc74d go7007_snd_init +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xabefb59b go7007_snd_remove +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xb07389ae go7007_parse_video_stream +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x085a7514 dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0cc1aef8 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0d7926d0 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0df339d9 rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x25515804 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2fb6addd rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x33b731b9 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3406edc2 rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3878d723 rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3bf97530 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4d6a2045 rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4e18df9a rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4ea04625 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4f9185bb rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4fd2f961 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5bde5d56 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x61339f58 rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x644c4351 rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x691e7fc0 rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6c7c8d50 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7271fadd rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x77671488 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7f8d3abd rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x80af916a rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x834dc362 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x84fc8d33 HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8824e9a0 rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8b65c7ac alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8dd5f326 rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x90a68a0f rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x933b9e25 rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x944831c6 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x951d1752 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x978257a6 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x98431bf5 notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa62bab49 rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbbe2c243 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe1420f2 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc23c6574 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc84590fd rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcf334856 rtllib_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xda162354 rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdfaeca49 rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe270488f rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe2e8c7f4 Dot11d_Channelmap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe48c1922 rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe6870496 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xedaeb08d free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf6c8b6ec rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf9bd03ad rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfc4c192b rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x028a0406 Dot11d_Reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x03acd49c ieee80211_wx_set_auth_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x06d69cbc ieee80211_get_beacon_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x160c5155 ToLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x17a8a5ef HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1a0b0e0c ieee80211_softmac_stop_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1bf71148 ieee80211_wx_get_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1c8b8e27 ieee80211_wx_set_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x286415ea ieee80211_wx_get_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2995c9de ieee80211_softmac_start_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2ea70973 ieee80211_stop_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x38a8c1aa ieee80211_wx_set_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3b873c91 ieee80211_start_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3cbb989d ieee80211_is_54g_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3defc118 ieee80211_softmac_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3fd45ec5 ieee80211_wx_get_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x41e2011f ieee80211_wx_set_gen_ie_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x48fe8474 ieee80211_wx_get_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4a14b12d ieee80211_stop_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x502154e6 DOT11D_GetMaxTxPwrInDbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x528e1426 ieee80211_wx_get_name_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5684de0c Dot11d_Init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x58c20c27 ieee80211_wx_set_rawtx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5a7ebe7e ieee80211_txb_free_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5becdfdd ieee80211_wx_get_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5d61beb8 ieee80211_disassociate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5d9932aa ieee80211_wx_set_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5e6dcf8c ieee80211_reset_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5edbb8c3 ieee80211_softmac_xmit_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x642dfbee ieee80211_wx_get_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x682357bf ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6c32c8b5 ieee80211_is_shortslot_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x730d14e0 DOT11D_ScanComplete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x75768dea ieee80211_wx_set_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7f9d4337 SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x826bd6e3 ieee80211_wx_set_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x82a8eccb ieee80211_ps_tx_ack_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8517498c ieee80211_wx_get_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x86e6df8b ieee80211_wx_set_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x91514bd7 notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x916f52ca ieee80211_wx_get_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9613cda5 ieee80211_wx_set_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa59223b1 Dot11d_UpdateCountryIe +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa8175164 ieee80211_rx_mgt_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa915e4af ieee80211_wx_set_mlme_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb24feeb7 ieee80211_wpa_supplicant_ioctl_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc11b9b77 ieee80211_wx_set_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc370a43e ieee80211_wlan_frequencies_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xca2b7ab5 ieee80211_wx_set_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xceb8a950 ieee80211_start_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd040ed73 ieee80211_wx_get_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd0e31bde ieee80211_send_probe_requests_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd3cb3645 ieee80211_wx_get_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe2131c03 IsLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe9e85a0f ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf56e15bc ieee80211_wx_set_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf60f8fa1 ieee80211_rx_rsl +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0017f35f set_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x00ea0cde set_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x06d6f244 get_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x09df8f3e set_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0a8d32c3 get_bypass_slave_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1936264c set_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1d2eb8ca get_tap_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x203af1f7 reset_bypass_wd_timer_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2070f14a set_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x27b990ef get_bypass_info_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2ba7cd35 get_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2c3f1c17 get_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2f59e636 get_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2fdb893a get_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x361cf40a get_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x45ca99c3 set_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x550a188c set_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x5cb59e92 get_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x66b60122 set_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x675208c0 set_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x692623f2 get_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x75131ec6 set_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x76c0b7d0 set_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e872825 get_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e8d701e get_wd_expire_time_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x86388b07 get_bp_disc_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x93ae4648 get_wd_set_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x95e42b0d is_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9df5f807 set_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9e21f42e set_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xa689a214 get_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xae117788 get_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xc368d30d get_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xccab5de0 get_bypass_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd3e034b3 get_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9c1ccfc get_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9d38d97 set_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xe640f06e set_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xecdaa456 set_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xedcd3c1b get_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf06d67bf set_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf57c1671 get_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf693c3a1 bp_if_scan_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf8237882 get_bypass_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xfa59240d get_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05af3c4c set_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05b08a42 set_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0b0d5ce0 get_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0fc2e83c reset_bypass_wd_timer +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x123a8133 get_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x157ec89c get_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2440f05a get_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2b01d1d4 set_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2c27a2f0 set_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2da97f4b is_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2e86c67b get_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37416370 get_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37bdab27 get_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x3da96a18 get_bypass_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4025805e get_bypass_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4940a0cc get_bypass_info +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4d21ff51 get_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5147360c get_bp_disc_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x515d4df1 get_bypass_slave +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5560267e set_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5be44d44 set_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6653590c get_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6bda14ec get_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x72c618ae set_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x76d47e6f set_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x794e3815 set_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x7c6cbc16 get_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x84a263dc set_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x8a16f22c set_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x946ff795 get_wd_set_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x94f6aff2 get_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x9d1ecf73 set_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xb1385629 set_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xbff68c45 set_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xc871c561 get_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xcee528df set_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd202dd85 get_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd787f151 get_wd_expire_time +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xdb6a39d2 get_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xebd25ae5 get_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf1e9f8c1 set_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf224abd9 get_tap_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf5a591b2 set_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf643fd4c get_bp_disc_pwup +EXPORT_SYMBOL drivers/target/target_core_mod 0x00c7d424 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x01556dc0 target_fabric_configfs_free +EXPORT_SYMBOL drivers/target/target_core_mod 0x02bbb1e7 transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x02de3b18 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x07c6cdc5 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x08e2eb46 iscsi_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x0946fcbc core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x0a3c7ff9 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x0fd0e9da iscsi_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x10247ea3 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x159c50fd target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x1c471e8e sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x2fbff811 target_fabric_configfs_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x3200e64d transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x34e3cf6e target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x3c8c0319 target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x426081f4 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x46a8cee6 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x47d76556 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x4ca3c6b2 sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x4cbf40ed target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x4ebbf4d8 core_tpg_add_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x4f85bc14 iscsi_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x50a2af11 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x522303c8 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x5298e0c3 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x5447a8e2 sas_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x5bea97c0 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x5c18bbe5 fc_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x60ae127f core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x61f3b666 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x654bc505 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x6ce5dba7 fc_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x6fd04667 iscsi_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x70708346 transport_subsystem_release +EXPORT_SYMBOL drivers/target/target_core_mod 0x7070ccc1 fc_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x72f80992 target_get_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x79650e9a fc_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x7dbada9d transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x83798d23 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x83b5fde1 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x85aa880c transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x8b5c0ebf transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x8c8098a8 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x8d0242f8 target_put_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x940f1eae core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x9492dede sas_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x9753562d core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0xa3c60950 core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0xad1a6801 target_fabric_configfs_init +EXPORT_SYMBOL drivers/target/target_core_mod 0xb067d310 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xb1725136 core_tpg_del_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xb47d4016 target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0xb9d5c634 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xc0ff0aca spc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0xc3beb501 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xc744c1af target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0xc9ed4b48 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xd04e05bf sas_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xd05f6a6f transport_subsystem_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xd16f854f transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xd2dbf99e target_fabric_configfs_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xde437797 core_tpg_clear_object_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0xdedc4e08 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xe032d1a9 sas_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0xe9d597c3 transport_check_aborted_status +EXPORT_SYMBOL drivers/target/target_core_mod 0xf01621c7 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x858a47cd usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0xcfe4d25b sl811h_driver +EXPORT_SYMBOL drivers/usb/otg/nop-usb-xceiv 0xa64a4cea usb_nop_xceiv_unregister +EXPORT_SYMBOL drivers/usb/otg/nop-usb-xceiv 0xd0e43207 usb_nop_xceiv_register +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x0ebc7c04 usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x29b8a1b7 usb_wwan_set_termios +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x328b7894 usb_wwan_ioctl +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x41910072 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x6d9c7236 usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x7543c91c usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x8f815996 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xae72ba78 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xc7445d63 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xda181960 usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xe0695220 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xe2b45d9c usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xe836e254 usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x4aa32d93 usb_serial_resume +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xf9bf6a23 usb_serial_suspend +EXPORT_SYMBOL drivers/video/backlight/generic_bl 0x366d19ef genericbl_limit_intensity +EXPORT_SYMBOL drivers/video/backlight/lcd 0x2f611a4e lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x7f634e45 lcd_device_register +EXPORT_SYMBOL drivers/video/cyber2000fb 0x0cc3ede5 cyber2000fb_detach +EXPORT_SYMBOL drivers/video/cyber2000fb 0x20025753 cyber2000fb_attach +EXPORT_SYMBOL drivers/video/cyber2000fb 0x534b6f18 cyber2000fb_disable_extregs +EXPORT_SYMBOL drivers/video/cyber2000fb 0xb39f68d1 cyber2000fb_enable_extregs +EXPORT_SYMBOL drivers/video/macmodes 0x233917d1 mac_vmode_to_var +EXPORT_SYMBOL drivers/video/macmodes 0x579e4665 mac_find_mode +EXPORT_SYMBOL drivers/video/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/matrox/g450_pll 0x19a40b87 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/matrox/g450_pll 0x3074c6fb g450_mnp2f +EXPORT_SYMBOL drivers/video/matrox/g450_pll 0x99b1706a matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/matrox/matroxfb_DAC1064 0x023d1736 DAC1064_global_init +EXPORT_SYMBOL drivers/video/matrox/matroxfb_DAC1064 0x286c4c2c matrox_G100 +EXPORT_SYMBOL drivers/video/matrox/matroxfb_DAC1064 0x5136eb4f DAC1064_global_restore +EXPORT_SYMBOL drivers/video/matrox/matroxfb_DAC1064 0xb5ee29c4 matrox_mystique +EXPORT_SYMBOL drivers/video/matrox/matroxfb_Ti3026 0xbef81189 matrox_millennium +EXPORT_SYMBOL drivers/video/matrox/matroxfb_accel 0x2b3f2c30 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/matrox/matroxfb_base 0xb5a64cce matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/matrox/matroxfb_base 0xdf536b92 matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/matrox/matroxfb_base 0xe0ed619c matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/matrox/matroxfb_base 0xe15a6016 matroxfb_register_driver +EXPORT_SYMBOL drivers/video/matrox/matroxfb_g450 0x13151812 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/matrox/matroxfb_g450 0x53d79592 matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/matrox/matroxfb_misc 0x57e7448c matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/matrox/matroxfb_misc 0x6fd9efc4 matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/matrox/matroxfb_misc 0xb3a31acf matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/matrox/matroxfb_misc 0xb9df3e15 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/matrox/matroxfb_misc 0xf377b68e matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/mb862xx/mb862xxfb 0x1a74be59 mb862xxfb_init_accel +EXPORT_SYMBOL drivers/video/output 0x5a08b78f video_output_register +EXPORT_SYMBOL drivers/video/output 0x5e091089 video_output_unregister +EXPORT_SYMBOL drivers/video/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/sis/sisfb 0x454a3cf0 sis_free +EXPORT_SYMBOL drivers/video/svgalib 0x17f3f471 svga_set_default_seq_regs +EXPORT_SYMBOL drivers/video/svgalib 0x1be6dc30 svga_set_textmode_vga_regs +EXPORT_SYMBOL drivers/video/svgalib 0x416a5668 svga_get_tilemax +EXPORT_SYMBOL drivers/video/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/svgalib 0x6aff2489 svga_tilefill +EXPORT_SYMBOL drivers/video/svgalib 0x6e4adb1e svga_check_timings +EXPORT_SYMBOL drivers/video/svgalib 0x788796df svga_tilecopy +EXPORT_SYMBOL drivers/video/svgalib 0x80f24d95 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/svgalib 0x89671d9c svga_tileblit +EXPORT_SYMBOL drivers/video/svgalib 0x8de63fb4 svga_set_timings +EXPORT_SYMBOL drivers/video/svgalib 0x95b90fe0 svga_settile +EXPORT_SYMBOL drivers/video/svgalib 0xad215f3c svga_tilecursor +EXPORT_SYMBOL drivers/video/svgalib 0xd1429fca svga_wseq_multi +EXPORT_SYMBOL drivers/video/svgalib 0xd1deb637 svga_get_caps +EXPORT_SYMBOL drivers/video/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/svgalib 0xef774f5d svga_compute_pll +EXPORT_SYMBOL drivers/video/svgalib 0xf2db5956 svga_match_format +EXPORT_SYMBOL drivers/video/syscopyarea 0xe48bbe76 sys_copyarea +EXPORT_SYMBOL drivers/video/sysfillrect 0x674cdaf6 sys_fillrect +EXPORT_SYMBOL drivers/video/sysimgblt 0x07665299 sys_imageblit +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/vme/vme 0x00d7e722 vme_lm_count +EXPORT_SYMBOL drivers/vme/vme 0x0281d18d vme_register_bridge +EXPORT_SYMBOL drivers/vme/vme 0x072f901c vme_master_rmw +EXPORT_SYMBOL drivers/vme/vme 0x0ec5babe vme_dma_free +EXPORT_SYMBOL drivers/vme/vme 0x15d68cbd vme_slot_get +EXPORT_SYMBOL drivers/vme/vme 0x167a80ea vme_dma_list_exec +EXPORT_SYMBOL drivers/vme/vme 0x20df5a3d vme_dma_pci_attribute +EXPORT_SYMBOL drivers/vme/vme 0x358b2bb8 vme_unregister_bridge +EXPORT_SYMBOL drivers/vme/vme 0x3bf086b8 vme_bus_type +EXPORT_SYMBOL drivers/vme/vme 0x3e95083c vme_slave_get +EXPORT_SYMBOL drivers/vme/vme 0x41862ad4 vme_alloc_consistent +EXPORT_SYMBOL drivers/vme/vme 0x4653106a vme_unregister_driver +EXPORT_SYMBOL drivers/vme/vme 0x46649cd1 vme_lm_set +EXPORT_SYMBOL drivers/vme/vme 0x47f15156 vme_dma_request +EXPORT_SYMBOL drivers/vme/vme 0x48b99a13 vme_lm_free +EXPORT_SYMBOL drivers/vme/vme 0x4baf35a7 vme_master_get +EXPORT_SYMBOL drivers/vme/vme 0x535c8308 vme_dma_pattern_attribute +EXPORT_SYMBOL drivers/vme/vme 0x53e3671e vme_dma_list_free +EXPORT_SYMBOL drivers/vme/vme 0x56886690 vme_irq_handler +EXPORT_SYMBOL drivers/vme/vme 0x5aff4177 vme_lm_get +EXPORT_SYMBOL drivers/vme/vme 0x6a288b17 vme_irq_generate +EXPORT_SYMBOL drivers/vme/vme 0x7cf35220 vme_master_free +EXPORT_SYMBOL drivers/vme/vme 0x7f6701da vme_master_request +EXPORT_SYMBOL drivers/vme/vme 0x7fde2edb vme_master_read +EXPORT_SYMBOL drivers/vme/vme 0x800ed7d3 vme_dma_list_add +EXPORT_SYMBOL drivers/vme/vme 0x87dbbf41 vme_new_dma_list +EXPORT_SYMBOL drivers/vme/vme 0x90695906 vme_free_consistent +EXPORT_SYMBOL drivers/vme/vme 0x92076507 vme_irq_free +EXPORT_SYMBOL drivers/vme/vme 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL drivers/vme/vme 0x9aeb07e8 vme_lm_attach +EXPORT_SYMBOL drivers/vme/vme 0xa31bdf07 vme_master_set +EXPORT_SYMBOL drivers/vme/vme 0xa603e99c vme_lm_request +EXPORT_SYMBOL drivers/vme/vme 0xd797b9a5 vme_master_write +EXPORT_SYMBOL drivers/vme/vme 0xd997033a vme_slave_request +EXPORT_SYMBOL drivers/vme/vme 0xdc1b0ec9 vme_register_driver +EXPORT_SYMBOL drivers/vme/vme 0xdff905e5 vme_slave_free +EXPORT_SYMBOL drivers/vme/vme 0xe693a6ce vme_get_size +EXPORT_SYMBOL drivers/vme/vme 0xefd1624a vme_dma_free_attribute +EXPORT_SYMBOL drivers/vme/vme 0xf5a10e25 vme_slave_set +EXPORT_SYMBOL drivers/vme/vme 0xf97d9800 vme_irq_request +EXPORT_SYMBOL drivers/vme/vme 0xfacd8e72 vme_dma_vme_attribute +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x3efb8419 w1_ds2760_recall_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x8484a2f4 w1_ds2760_write +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xb2070439 w1_ds2760_read +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xc7651c75 w1_ds2760_store_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x382a6887 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xbda2ef57 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x33701b14 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x98f19859 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/wire 0x0251a23f w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0x16f78c06 w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0x40bca4e2 w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0xe4cc7450 w1_unregister_family +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0x04e133fc iTCO_vendor_check_noreboot_on +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xa78bd894 iTCO_vendor_pre_set_heartbeat +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xb5f20875 iTCO_vendor_pre_keepalive +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xc4f657bf iTCO_vendor_pre_stop +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xdc6effc9 iTCO_vendor_pre_start +EXPORT_SYMBOL fs/btrfs/btrfs 0x02897198 ulist_add +EXPORT_SYMBOL fs/btrfs/btrfs 0x09dceb4d ulist_free +EXPORT_SYMBOL fs/btrfs/btrfs 0x09fa4bcc ulist_init +EXPORT_SYMBOL fs/btrfs/btrfs 0x34b9e4c4 ulist_fini +EXPORT_SYMBOL fs/btrfs/btrfs 0x35490e9d ulist_next +EXPORT_SYMBOL fs/btrfs/btrfs 0xe4423912 ulist_alloc +EXPORT_SYMBOL fs/btrfs/btrfs 0xedf03da5 ulist_reinit +EXPORT_SYMBOL fs/configfs/configfs 0x034097dc config_item_get +EXPORT_SYMBOL fs/configfs/configfs 0x0c348ac4 configfs_register_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x0dad36cc config_item_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x3d64616f configfs_depend_item +EXPORT_SYMBOL fs/configfs/configfs 0x67bb3646 config_group_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x8fd1e9af configfs_unregister_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x9b10afb0 configfs_undepend_item +EXPORT_SYMBOL fs/configfs/configfs 0xa4cbf452 config_group_find_item +EXPORT_SYMBOL fs/configfs/configfs 0xc34707b3 config_item_init +EXPORT_SYMBOL fs/configfs/configfs 0xccf23c32 config_item_put +EXPORT_SYMBOL fs/configfs/configfs 0xeb5eec65 config_group_init +EXPORT_SYMBOL fs/configfs/configfs 0xecf7b506 config_item_set_name +EXPORT_SYMBOL fs/exofs/libore 0x011500ad ore_calc_stripe_info +EXPORT_SYMBOL fs/exofs/libore 0x18f708de ore_create +EXPORT_SYMBOL fs/exofs/libore 0x28806871 ore_verify_layout +EXPORT_SYMBOL fs/exofs/libore 0x440d8372 ore_get_io_state +EXPORT_SYMBOL fs/exofs/libore 0x7968cb92 ore_read +EXPORT_SYMBOL fs/exofs/libore 0x87eeb2bd ore_truncate +EXPORT_SYMBOL fs/exofs/libore 0x8ffe58c1 ore_write +EXPORT_SYMBOL fs/exofs/libore 0x90c9ebf0 ore_put_io_state +EXPORT_SYMBOL fs/exofs/libore 0x9a08abf6 extract_attr_from_ios +EXPORT_SYMBOL fs/exofs/libore 0x9ffa414e ore_get_rw_state +EXPORT_SYMBOL fs/exofs/libore 0xa3d2a634 g_attr_logical_length +EXPORT_SYMBOL fs/exofs/libore 0xedf55893 ore_check_io +EXPORT_SYMBOL fs/exofs/libore 0xf93e89ba ore_remove +EXPORT_SYMBOL fs/fscache/fscache 0x007ab4f7 __fscache_write_page +EXPORT_SYMBOL fs/fscache/fscache 0x009af68c fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x07d9b576 fscache_wait_bit_interruptible +EXPORT_SYMBOL fs/fscache/fscache 0x0829d15f __fscache_check_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x0aef8f07 __fscache_update_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x11b82bd5 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x1cbd9e86 fscache_mark_pages_cached +EXPORT_SYMBOL fs/fscache/fscache 0x1f2834b9 __fscache_register_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x2021fe8e __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x2d501c3d __fscache_attr_changed +EXPORT_SYMBOL fs/fscache/fscache 0x2ea14e05 fscache_cache_cleared_wq +EXPORT_SYMBOL fs/fscache/fscache 0x33504d8b __fscache_read_or_alloc_pages +EXPORT_SYMBOL fs/fscache/fscache 0x3fc23318 fscache_wait_bit +EXPORT_SYMBOL fs/fscache/fscache 0x53e70cff fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x57f1e1b7 __fscache_maybe_release_page +EXPORT_SYMBOL fs/fscache/fscache 0x5a880e58 __fscache_unregister_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x5e9c3ce4 __fscache_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x5f2d2dee fscache_mark_page_cached +EXPORT_SYMBOL fs/fscache/fscache 0x67d497fe fscache_fsdef_index +EXPORT_SYMBOL fs/fscache/fscache 0x74530ecd fscache_op_debug_id +EXPORT_SYMBOL fs/fscache/fscache 0x764c1249 __fscache_uncache_page +EXPORT_SYMBOL fs/fscache/fscache 0x7732e10f __fscache_wait_on_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x86f8894f fscache_object_states +EXPORT_SYMBOL fs/fscache/fscache 0x87479502 __fscache_wait_on_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x8f9575a0 fscache_obtained_object +EXPORT_SYMBOL fs/fscache/fscache 0x903a0adc fscache_op_complete +EXPORT_SYMBOL fs/fscache/fscache 0x92ad689d __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x96f02daf fscache_check_aux +EXPORT_SYMBOL fs/fscache/fscache 0x9f4c838a fscache_enqueue_operation +EXPORT_SYMBOL fs/fscache/fscache 0xa7941f00 __fscache_uncache_all_inode_pages +EXPORT_SYMBOL fs/fscache/fscache 0xde4fc950 fscache_object_work_func +EXPORT_SYMBOL fs/fscache/fscache 0xf2eb95eb fscache_init_cache +EXPORT_SYMBOL fs/fscache/fscache 0xf9af42cd fscache_put_operation +EXPORT_SYMBOL fs/fscache/fscache 0xfd1bb5b1 __fscache_read_or_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0xfd56cd8f fscache_object_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0xff89b030 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/nfsd/nfsd 0x13d93eda nfs4_acl_posix_to_nfsv4 +EXPORT_SYMBOL fs/nfsd/nfsd 0x2095976a nfs4_acl_new +EXPORT_SYMBOL fs/nfsd/nfsd 0x35e33c1e nfs4_acl_write_who +EXPORT_SYMBOL fs/nfsd/nfsd 0x5a157ae4 nfs4_acl_get_whotype +EXPORT_SYMBOL fs/nfsd/nfsd 0x83585203 nfs4_acl_nfsv4_to_posix +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x17e4ae1e qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0x1a5a7437 qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x4c2f47ef qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xba690402 qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xdf0c1d3e qtree_read_dquot +EXPORT_SYMBOL lib/cordic 0x434bfd07 cordic_calc_iq +EXPORT_SYMBOL lib/crc-ccitt 0x3771b461 crc_ccitt +EXPORT_SYMBOL lib/crc-ccitt 0x75811312 crc_ccitt_table +EXPORT_SYMBOL lib/crc-itu-t 0xd29b009f crc_itu_t_table +EXPORT_SYMBOL lib/crc-itu-t 0xf5b4a948 crc_itu_t +EXPORT_SYMBOL lib/crc7 0xa7587646 crc7 +EXPORT_SYMBOL lib/crc7 0xd80c3603 crc7_syndrome_table +EXPORT_SYMBOL lib/crc8 0x41248eaf crc8 +EXPORT_SYMBOL lib/crc8 0xab9ad613 crc8_populate_lsb +EXPORT_SYMBOL lib/crc8 0xd4534d80 crc8_populate_msb +EXPORT_SYMBOL lib/libcrc32c 0x27000b29 crc32c +EXPORT_SYMBOL lib/lru_cache 0x0163bc72 lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0x068c643a lc_reset +EXPORT_SYMBOL lib/lru_cache 0x269b8f77 lc_put +EXPORT_SYMBOL lib/lru_cache 0x31e9b84b lc_get +EXPORT_SYMBOL lib/lru_cache 0x3b074b02 lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x4f063e89 lc_find +EXPORT_SYMBOL lib/lru_cache 0x65cdbc9c lc_try_get +EXPORT_SYMBOL lib/lru_cache 0x664c69b7 lc_set +EXPORT_SYMBOL lib/lru_cache 0x8bef999a lc_committed +EXPORT_SYMBOL lib/lru_cache 0x94b539df lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0xbb58a843 lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0xd9710a61 lc_create +EXPORT_SYMBOL lib/lru_cache 0xdcf214fd lc_del +EXPORT_SYMBOL lib/lru_cache 0xf249f5fd lc_is_used +EXPORT_SYMBOL lib/lru_cache 0xf2e63333 lc_index_of +EXPORT_SYMBOL lib/lru_cache 0xf3e81586 lc_seq_printf_stats +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0bd662f6 raid6_gfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x15fe0cd3 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x5ba93f9d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xb0d904b7 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xce45a6f1 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd9e91f83 raid6_vgfmul +EXPORT_SYMBOL lib/zlib_deflate/zlib_deflate 0x315c65fd zlib_deflateInit2 +EXPORT_SYMBOL lib/zlib_deflate/zlib_deflate 0x48034724 zlib_deflateReset +EXPORT_SYMBOL lib/zlib_deflate/zlib_deflate 0xaf64ad0d zlib_deflate +EXPORT_SYMBOL lib/zlib_deflate/zlib_deflate 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL lib/zlib_deflate/zlib_deflate 0xf741c793 zlib_deflateEnd +EXPORT_SYMBOL net/802/p8022 0x440015e7 register_8022_client +EXPORT_SYMBOL net/802/p8022 0x631fdff9 unregister_8022_client +EXPORT_SYMBOL net/802/p8023 0x5df17ae2 make_8023_client +EXPORT_SYMBOL net/802/p8023 0xf4932da4 destroy_8023_client +EXPORT_SYMBOL net/802/psnap 0xa05c2af0 unregister_snap_client +EXPORT_SYMBOL net/802/psnap 0xd3fe3c71 register_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x0a23d01b p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x1a37c7e9 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x1c66ef07 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x1dfeed1b p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x22080b71 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x287ddea0 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0x358e6445 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0x35d1e27e p9_idpool_get +EXPORT_SYMBOL net/9p/9pnet 0x366b4ef3 p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x4532ea8b p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x454b3ba1 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x4c70941d p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0x4dd6f0aa v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x7128b9f5 p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x7b8c1e82 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x7c705914 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x803f6d60 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x88ae0f20 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x8bae3f11 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x8c173d41 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0x8ecc6735 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0x92ac1d9c p9_payload_gup +EXPORT_SYMBOL net/9p/9pnet 0x977a0030 p9_nr_pages +EXPORT_SYMBOL net/9p/9pnet 0x9c964743 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0xa443a179 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xa5aa3586 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0xabb998ff p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0xaf84851a p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0xb156ccb5 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0xb4e86c61 p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0xb84894c0 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0xbad4a5f1 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0xbb5e9d9f p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0xbf01b773 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0xc1a4cbcf p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0xc261e76d p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0xc5db54a9 p9_idpool_destroy +EXPORT_SYMBOL net/9p/9pnet 0xcd8f627a p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0xcf0d2464 p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xd3764d58 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0xd77b4371 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0xd8eda45e p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0xdb72b283 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0xdfdf2d0a p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0xe3cb3398 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe7ed99f3 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0xf4a111d8 p9_idpool_create +EXPORT_SYMBOL net/9p/9pnet 0xf783b40c p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0xf84f2022 p9_idpool_put +EXPORT_SYMBOL net/9p/9pnet 0xfd40c79d p9_idpool_check +EXPORT_SYMBOL net/appletalk/appletalk 0x4c1c0b13 aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0x8e793564 alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0x9059260b atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0x93cad627 atalk_find_dev_addr +EXPORT_SYMBOL net/atm/atm 0x076d5ed8 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0x09e86f17 vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x0e21c63e atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x25aa7730 atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0x276ee2cc atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x4ec70963 atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x61aff529 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0x6a8394f1 vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0x80d628bc atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0x8bd5e03f atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x93136f41 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xacf49913 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0xc1aa9625 deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/atm/atm 0xfdf0ab35 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xfe253910 atm_charge +EXPORT_SYMBOL net/ax25/ax25 0x026c1368 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x13e0d5e8 ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x60a89eef ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x6eaebc40 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0x768d3924 ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x82490c7c ax25_rebuild_header +EXPORT_SYMBOL net/ax25/ax25 0x8ba63c8c ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0xb0dcefa8 ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0xb740062d ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0xbfc9ac3e ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xfd54c92a ax25_hard_header +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1349a6cb bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1de56103 bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2086e0a1 hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x229dddc0 hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2683bed5 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0x275f949e hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2a163f6b hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2da8ef38 bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0x307606c0 bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x317524bd hci_recv_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3a4907c6 bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5c9fb450 hci_recv_stream_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6180bbae hci_conn_put_device +EXPORT_SYMBOL net/bluetooth/bluetooth 0x783e9c1a hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7c640527 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x871acd96 bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x914acd0f bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x91c9a325 bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x96dab637 bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0x97486939 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa8960101 bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xab0000a6 hci_conn_hold_device +EXPORT_SYMBOL net/bluetooth/bluetooth 0xae2824c6 hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xae2bc684 bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb5150057 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb61a0c3b bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb9068c01 bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbe8ea2a4 hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc8daf0f6 bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcb8f62d7 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc1fb551 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd480b6c5 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd6f6d3f7 hci_alloc_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdc478c85 hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe503bcbf hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf19294db bt_sock_unregister +EXPORT_SYMBOL net/bridge/bridge 0x0c82e9ee br_should_route_hook +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x7147b27a ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xa2be762b ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xe2a1379b ebt_do_table +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x2a09f713 cfpkt_fromnative +EXPORT_SYMBOL net/caif/caif 0x329dbd06 cfpkt_info +EXPORT_SYMBOL net/caif/caif 0x38701a7c cfcnfg_del_phy_layer +EXPORT_SYMBOL net/caif/caif 0x43f59c44 caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x6a44fc70 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x7f755faf caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x90e8d953 cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0x966d7de2 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xd53b1501 caif_connect_client +EXPORT_SYMBOL net/caif/caif 0xd9c3e828 get_cfcnfg +EXPORT_SYMBOL net/can/can 0x527ed53d can_proto_unregister +EXPORT_SYMBOL net/can/can 0xa9767670 can_ioctl +EXPORT_SYMBOL net/can/can 0xcc889ca1 can_send +EXPORT_SYMBOL net/can/can 0xd13e22d2 can_rx_register +EXPORT_SYMBOL net/can/can 0xe2f31524 can_rx_unregister +EXPORT_SYMBOL net/can/can 0xe89a0b2b can_proto_register +EXPORT_SYMBOL net/ceph/libceph 0x08d943f1 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x09290ab3 ceph_debugfs_init +EXPORT_SYMBOL net/ceph/libceph 0x0bd5dcf4 ceph_calc_pg_primary +EXPORT_SYMBOL net/ceph/libceph 0x10940306 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0x12f79582 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x144315bb ceph_osdc_cancel_event +EXPORT_SYMBOL net/ceph/libceph 0x197effcb ceph_osdc_release_request +EXPORT_SYMBOL net/ceph/libceph 0x1b4e93d3 ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x20a8f027 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0x2addc2b8 __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x3158173e ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x34a64292 ceph_messenger_init +EXPORT_SYMBOL net/ceph/libceph 0x3abec91f ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x40ed3acc ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x4205ffd7 ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0x43c8d341 ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0x43e458f6 ceph_file_part +EXPORT_SYMBOL net/ceph/libceph 0x459d4240 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x47bc119a ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x4ad6b87e ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0x4e485ec2 ceph_calc_raw_layout +EXPORT_SYMBOL net/ceph/libceph 0x50c29f3b ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode +EXPORT_SYMBOL net/ceph/libceph 0x5477c14a ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x5ea84250 ceph_copy_page_vector_to_user +EXPORT_SYMBOL net/ceph/libceph 0x5fe4b2fa ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0x61de7bd2 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x6adf48ec ceph_osdc_create_event +EXPORT_SYMBOL net/ceph/libceph 0x6b2bdb14 ceph_osdc_init +EXPORT_SYMBOL net/ceph/libceph 0x6d2d06a1 ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0x6ed41be2 ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0x77622e71 ceph_client_id +EXPORT_SYMBOL net/ceph/libceph 0x77692acb ceph_msg_last_put +EXPORT_SYMBOL net/ceph/libceph 0x78580559 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x7accfbd2 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x7bb2728d ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x80c2c31d ceph_osdc_put_event +EXPORT_SYMBOL net/ceph/libceph 0x81cbb997 ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0x87b33327 ceph_calc_object_layout +EXPORT_SYMBOL net/ceph/libceph 0x8c29826c ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x8fdf7366 ceph_osdc_build_request +EXPORT_SYMBOL net/ceph/libceph 0x9142779e ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x923e61aa ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x984e3d66 ceph_osdc_unregister_linger_request +EXPORT_SYMBOL net/ceph/libceph 0x9f534f4d ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xa30bcc3f ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0xa40bd703 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0xa4b7ef0e ceph_osdc_wait_event +EXPORT_SYMBOL net/ceph/libceph 0xa51453e2 ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0xa6649c11 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0xa6cb67d8 ceph_get_direct_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb6081d6d ceph_msgr_exit +EXPORT_SYMBOL net/ceph/libceph 0xb67fe29a ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0xb7566762 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0xbc431bc8 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xc045df6c ceph_osdc_writepages +EXPORT_SYMBOL net/ceph/libceph 0xc4a80955 ceph_debugfs_cleanup +EXPORT_SYMBOL net/ceph/libceph 0xc55de604 ceph_parse_options +EXPORT_SYMBOL net/ceph/libceph 0xc744dd64 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0xc97d894f ceph_osdc_stop +EXPORT_SYMBOL net/ceph/libceph 0xc9f4167b ceph_osdc_readpages +EXPORT_SYMBOL net/ceph/libceph 0xc9f82b38 ceph_msgr_init +EXPORT_SYMBOL net/ceph/libceph 0xcb50a624 ceph_parse_ips +EXPORT_SYMBOL net/ceph/libceph 0xce3f909a ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0xcf15a02e ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0xd1ee1c2b ceph_monc_got_mdsmap +EXPORT_SYMBOL net/ceph/libceph 0xd2c107bb ceph_flags_to_mode +EXPORT_SYMBOL net/ceph/libceph 0xd53cbb60 ceph_monc_create_snapid +EXPORT_SYMBOL net/ceph/libceph 0xd84043d2 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0xd86915bd ceph_osdc_set_request_linger +EXPORT_SYMBOL net/ceph/libceph 0xdb427d18 ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0xe6cd452f ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0xf0b322aa ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xfa9adda8 ceph_osdc_wait_request +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xe5dffc2a dccp_syn_ack_timeout +EXPORT_SYMBOL net/ieee802154/ieee802154 0x0a07bc65 wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0x1e761706 wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0x309fd5db ieee802154_nl_assoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x462f729c wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0x53722d78 ieee802154_nl_disassoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xa4bf6ec9 ieee802154_nl_beacon_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xa6927d9e ieee802154_nl_assoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xaa32c7c1 ieee802154_nl_disassoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xb4cfb2f6 wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0xb7e5d952 ieee802154_nl_start_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xb8f3e17b ieee802154_nl_scan_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xcf726333 wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0xf66373bb wpan_phy_alloc +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x0a772631 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x7b1ff024 arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xfb68892c arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xb7cee792 ipt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xc4a5caa1 ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xd51f0c38 ipt_register_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x21fcfa53 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/tunnel4 0xf242feff xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x8cec712a ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xb52ab37f ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x7700e682 ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xea7fae76 ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xec770173 ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x6eab0a9b xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0x89881181 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x2a3cffc7 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xe9f7f1ec xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x0d8685b1 ircomm_connect_response +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x200d84f6 ircomm_flow_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x3247fd7a ircomm_data_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x60343a75 ircomm_open +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x7996a2bd ircomm_close +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x93af2e1d ircomm_control_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xa753ec1b ircomm_disconnect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xf84f91c2 ircomm_connect_request +EXPORT_SYMBOL net/irda/irda 0x00e7bec6 iriap_getvaluebyclass_request +EXPORT_SYMBOL net/irda/irda 0x01dbeb0e irias_delete_object +EXPORT_SYMBOL net/irda/irda 0x06a3ee58 irias_new_integer_value +EXPORT_SYMBOL net/irda/irda 0x07d3647c irlmp_register_service +EXPORT_SYMBOL net/irda/irda 0x0bab6037 hashbin_remove +EXPORT_SYMBOL net/irda/irda 0x0f203857 async_wrap_skb +EXPORT_SYMBOL net/irda/irda 0x0f930d1a irlmp_close_lsap +EXPORT_SYMBOL net/irda/irda 0x1032921a irttp_connect_response +EXPORT_SYMBOL net/irda/irda 0x19adaf2f irttp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x1d167e67 irlmp_connect_request +EXPORT_SYMBOL net/irda/irda 0x1d83e2e6 irda_notify_init +EXPORT_SYMBOL net/irda/irda 0x2036ad06 irda_param_insert +EXPORT_SYMBOL net/irda/irda 0x21466223 irlap_close +EXPORT_SYMBOL net/irda/irda 0x23a2eee7 hashbin_remove_this +EXPORT_SYMBOL net/irda/irda 0x3340687a irttp_close_tsap +EXPORT_SYMBOL net/irda/irda 0x359de411 irias_insert_object +EXPORT_SYMBOL net/irda/irda 0x3b0a2ab6 irias_find_object +EXPORT_SYMBOL net/irda/irda 0x3b9bdefe irias_add_octseq_attrib +EXPORT_SYMBOL net/irda/irda 0x428321fa hashbin_get_next +EXPORT_SYMBOL net/irda/irda 0x448b8aaa irda_qos_bits_to_value +EXPORT_SYMBOL net/irda/irda 0x46c1c4a2 irlmp_unregister_service +EXPORT_SYMBOL net/irda/irda 0x48d17824 irias_add_integer_attrib +EXPORT_SYMBOL net/irda/irda 0x62acf28c irias_add_string_attrib +EXPORT_SYMBOL net/irda/irda 0x648c7478 hashbin_get_first +EXPORT_SYMBOL net/irda/irda 0x6941a1cb iriap_open +EXPORT_SYMBOL net/irda/irda 0x6b043eba irda_init_max_qos_capabilies +EXPORT_SYMBOL net/irda/irda 0x7042bc54 irlmp_register_client +EXPORT_SYMBOL net/irda/irda 0x763e54a4 irlmp_unregister_client +EXPORT_SYMBOL net/irda/irda 0x7957f728 irlmp_update_client +EXPORT_SYMBOL net/irda/irda 0x7d54adaf irias_new_object +EXPORT_SYMBOL net/irda/irda 0x7ff509a2 hashbin_lock_find +EXPORT_SYMBOL net/irda/irda 0x807beb7f iriap_close +EXPORT_SYMBOL net/irda/irda 0x8cd99be0 hashbin_insert +EXPORT_SYMBOL net/irda/irda 0x8eedbdb3 irlmp_open_lsap +EXPORT_SYMBOL net/irda/irda 0x9020871a proc_irda +EXPORT_SYMBOL net/irda/irda 0x9077c3f7 irttp_dup +EXPORT_SYMBOL net/irda/irda 0x91815586 irda_param_pack +EXPORT_SYMBOL net/irda/irda 0x93503a6e irttp_connect_request +EXPORT_SYMBOL net/irda/irda 0x95e9b1dd irttp_flow_request +EXPORT_SYMBOL net/irda/irda 0x993ad14b irda_param_extract_all +EXPORT_SYMBOL net/irda/irda 0x9e326eb3 hashbin_delete +EXPORT_SYMBOL net/irda/irda 0xa370c681 hashbin_find +EXPORT_SYMBOL net/irda/irda 0xa6c782ec irlmp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0xa72deebc irttp_open_tsap +EXPORT_SYMBOL net/irda/irda 0xb9394173 irias_delete_value +EXPORT_SYMBOL net/irda/irda 0xbcd3ef13 irias_object_change_attribute +EXPORT_SYMBOL net/irda/irda 0xbe40ace9 irlmp_discovery_request +EXPORT_SYMBOL net/irda/irda 0xbee61776 irda_device_set_media_busy +EXPORT_SYMBOL net/irda/irda 0xc0bee29c hashbin_new +EXPORT_SYMBOL net/irda/irda 0xc94cf575 irlmp_data_request +EXPORT_SYMBOL net/irda/irda 0xd6deeaae irda_setup_dma +EXPORT_SYMBOL net/irda/irda 0xd7bc0905 irlap_open +EXPORT_SYMBOL net/irda/irda 0xde4c6b3c irlmp_service_to_hint +EXPORT_SYMBOL net/irda/irda 0xe290c442 irttp_data_request +EXPORT_SYMBOL net/irda/irda 0xe69be690 irttp_udata_request +EXPORT_SYMBOL net/irda/irda 0xe8fa8a58 alloc_irdadev +EXPORT_SYMBOL net/irda/irda 0xec206a2c irlmp_connect_response +EXPORT_SYMBOL net/irda/irda 0xedd521c2 irlmp_get_discoveries +EXPORT_SYMBOL net/irda/irda 0xf48d085b async_unwrap_char +EXPORT_SYMBOL net/l2tp/l2tp_core 0xb67bd371 l2tp_recv_common +EXPORT_SYMBOL net/lapb/lapb 0x18408c17 lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0x396fddae lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0x4a0370d1 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0x989bbba5 lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0x9dedb25f lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0xa336e8cd lapb_register +EXPORT_SYMBOL net/lapb/lapb 0xbc13e40b lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0xc62764fa lapb_data_request +EXPORT_SYMBOL net/llc/llc 0x11a0ee0d llc_sap_close +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x6ac55442 llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0x6e07a631 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0x9bdf602c llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0xa64c3e0b llc_add_pack +EXPORT_SYMBOL net/llc/llc 0xd4f84b26 llc_sap_open +EXPORT_SYMBOL net/llc/llc 0xd629316a llc_sap_list_lock +EXPORT_SYMBOL net/llc/llc 0xdee47d1c llc_mac_hdr_init +EXPORT_SYMBOL net/mac80211/mac80211 0x0390787b ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x0473f1cc ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x04f0cfc4 ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x0790282b ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x0a191bf2 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x1600d865 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x22f320cc ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x233d9679 ieee80211_napi_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x2ab9e1b9 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x2e5c30ab ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x2f5b40bd ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x3686d6f8 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0x445fb09b ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x45a46abc ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x484f8b81 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x4d451d69 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x5a84cf6a rate_control_send_low +EXPORT_SYMBOL net/mac80211/mac80211 0x5c28cca5 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x5c640d31 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x5f24068d ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x65326d70 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x658b4647 ieee80211_sta_eosp_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x6dd92d7f ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x70bb079f ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x72380e85 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x72fa5880 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x7344e354 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x7aa0a60b ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x7db846a7 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x84b275f6 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x85be0f7f ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x893f93d7 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x89736cb6 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x8a24356a ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x8cb6563f ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x909da5ef ieee80211_disable_dyn_ps +EXPORT_SYMBOL net/mac80211/mac80211 0x91ae574d __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x952e50f3 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x97601858 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x976343bb __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x9d40cc2e ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xa0b3e3d5 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0xa6e9aebb ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0xaa157485 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0xb6559929 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xb7abe6b2 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0xb8293a60 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xba21e6fe ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0xbb3a5b88 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0xc36b62da ieee80211_alloc_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xc7e9782e ieee80211_get_key_tx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xcf0bbcb1 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xd19f5c60 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xd23747e4 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0xdb13e8c7 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0xdbbaa334 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xddb47d52 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xdfcdd9ee ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0xe2a3d1c0 ieee80211_napi_schedule +EXPORT_SYMBOL net/mac80211/mac80211 0xec0f5a7a ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0xef0af0be ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0xf04f3895 __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xf2d6d6b8 ieee80211_rx +EXPORT_SYMBOL net/mac80211/mac80211 0xf395de03 ieee80211_aes_cmac_calculate_k1_k2 +EXPORT_SYMBOL net/mac80211/mac80211 0xf4b054d1 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0xf66af6a8 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xf9b0a4e0 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xfb5e80d6 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xfb984075 ieee80211_enable_dyn_ps +EXPORT_SYMBOL net/mac80211/mac80211 0xfc3febb6 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac802154/mac802154 0x05cdc366 ieee802154_alloc_device +EXPORT_SYMBOL net/mac802154/mac802154 0x31b4c209 ieee802154_free_device +EXPORT_SYMBOL net/mac802154/mac802154 0x59a7cfcb ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0x6a1df079 ieee802154_register_device +EXPORT_SYMBOL net/mac802154/mac802154 0x9508b077 ieee802154_unregister_device +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x17587722 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x18c04738 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x323be27e ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x5ef70084 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x648ad14b ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x780d0c15 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x95821ac4 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb9b4f907 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xcf273050 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd1c2527e unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd5ef166d register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xdc8f4654 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe0b0f30d ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf1587460 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x6f9276d5 __nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x77682720 nf_conntrack_untracked +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xf5621b51 __nf_ct_ext_add_length +EXPORT_SYMBOL net/netfilter/nf_conntrack_proto_gre 0x486b3cab nf_ct_gre_keymap_flush +EXPORT_SYMBOL net/netfilter/nf_nat 0x08a998ef __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x45fb761e nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/nf_nat 0x58e8a6a5 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x6c596383 nf_nat_used_tuple +EXPORT_SYMBOL net/netfilter/nf_nat 0x98856876 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0xba935cd9 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/x_tables 0x08c473b7 xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x31181e5c xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0x51165125 xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x533af5f3 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x7c8df060 xt_find_target +EXPORT_SYMBOL net/netfilter/x_tables 0x7f657750 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x8710ded9 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x8e57dc81 xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0xab89508d xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0xae13b489 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xb28f5ef1 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xe13be046 xt_unregister_targets +EXPORT_SYMBOL net/nfc/hci/hci 0x0ad06a3f nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x0c240ff4 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x0f0692b8 nfc_hci_send_response +EXPORT_SYMBOL net/nfc/hci/hci 0x3453a947 nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0x43028a27 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x5805d274 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0x5e125540 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0x85a206d6 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0x8988d255 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x8f9d9fbc nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xa32064e5 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0xac77d86e nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xadbb74ee nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0xb5db3df8 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0xbc737e17 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0xbca0b4fd nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xc4d489be nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0xcd45e94a nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0xcfc24bd8 nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0xe5b42095 nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/nci/nci 0x1d4296df nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0x216724f7 nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x2abcbe26 nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x75348162 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xc73175eb nci_recv_frame +EXPORT_SYMBOL net/nfc/nfc 0x01a0bbe3 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x1819694e nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0x22be2c43 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0x3c8b45aa nfc_class +EXPORT_SYMBOL net/nfc/nfc 0x60d11c70 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0x62869c58 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0x6cd38774 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0x8bd702a7 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x8ec0c9bb nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0x91de48a4 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0xa22d4b9b nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0xa4ab3a7e nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0xbbb51752 nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0xd3672328 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xd4b40d29 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0xf91054cd nfc_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0x11160918 phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0x27dc50bd phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0x44b2c89c phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0x798e32fd pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0x8dd1e420 phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0x92f052c1 pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0xd213b167 pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0xf46999f8 pn_sock_unhash +EXPORT_SYMBOL net/rds/rds 0x5031b8c5 rds_str_array +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x13e5654e rxrpc_kernel_get_abort_code +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x1509f139 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x326d4c15 rxrpc_kernel_free_skb +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x337792d8 rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x664147dd rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x7042cd8a rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x89b14379 rxrpc_kernel_data_delivered +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x8fb84c54 rxrpc_kernel_is_data_last +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xafcc540b rxrpc_kernel_reject_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xbb187b5c rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xbcc49185 rxrpc_kernel_get_error_number +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xc9110f56 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xd5267865 rxrpc_kernel_accept_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xd82382b0 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xf069bb4c rxrpc_kernel_intercept_rx_messages +EXPORT_SYMBOL net/sctp/sctp 0x3e06d843 sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/sunrpc 0xc3091d40 svc_pool_stats_open +EXPORT_SYMBOL net/wanrouter/wanrouter 0x0ebe03d1 unregister_wan_device +EXPORT_SYMBOL net/wanrouter/wanrouter 0x809cfbd0 register_wan_device +EXPORT_SYMBOL net/wimax/wimax 0x1cfe4255 wimax_rfkill +EXPORT_SYMBOL net/wimax/wimax 0x507a424b wimax_reset +EXPORT_SYMBOL net/wireless/cfg80211 0x011926f9 cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x01514469 cfg80211_inform_bss_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x06b7469d cfg80211_testmode_event +EXPORT_SYMBOL net/wireless/cfg80211 0x087aace2 __ieee80211_get_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x099fafb8 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x09c64fbd ieee80211_frequency_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x0cdbef0d cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x104eaefe cfg80211_mgmt_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x18c0369e ieee80211_data_from_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0x19e03378 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0x1c06e396 cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x28a7198c wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0x2c959863 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x2cd23285 cfg80211_inform_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x2da4c9a0 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x31f6a81b wiphy_rfkill_stop_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x37277234 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x384921a2 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x38a75065 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x3c2217de cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x4237486a cfg80211_send_assoc_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x49ad3f68 cfg80211_send_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x4dcd6de4 cfg80211_testmode_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x4e414179 cfg80211_send_unprot_deauth +EXPORT_SYMBOL net/wireless/cfg80211 0x56473b5a cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x56acd350 cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x590268cb ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x5a273164 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x5b4f2693 cfg80211_testmode_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x5cc88516 cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0x5de0eed6 cfg80211_rx_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x5ed66650 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x69cfb0d1 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x69d57ba2 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x6b150585 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x700b7278 cfg80211_del_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x72809419 cfg80211_connect_result +EXPORT_SYMBOL net/wireless/cfg80211 0x74aa8dcb cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0x78a0485a wiphy_rfkill_set_hw_state +EXPORT_SYMBOL net/wireless/cfg80211 0x7d97a1f8 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7fe1a403 cfg80211_find_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x81404b48 ieee80211_bss_get_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x86a4d5fa cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x88818b47 cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0x8c9583bf cfg80211_send_unprot_disassoc +EXPORT_SYMBOL net/wireless/cfg80211 0x930f58e1 cfg80211_send_rx_auth +EXPORT_SYMBOL net/wireless/cfg80211 0x982e6b6d ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x9985c6ea cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0x9a466f95 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x9c0f1d50 __cfg80211_send_deauth +EXPORT_SYMBOL net/wireless/cfg80211 0xa0867624 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0xa1425906 ieee80211_channel_to_frequency +EXPORT_SYMBOL net/wireless/cfg80211 0xa197b1ff ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xa455a16e cfg80211_report_obss_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0xa61c0fa3 wiphy_new +EXPORT_SYMBOL net/wireless/cfg80211 0xa9f4784f cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0xaa0ed3c5 __cfg80211_send_disassoc +EXPORT_SYMBOL net/wireless/cfg80211 0xb65853e6 cfg80211_send_rx_assoc +EXPORT_SYMBOL net/wireless/cfg80211 0xb65ab162 freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0xb86783ad cfg80211_testmode_reply +EXPORT_SYMBOL net/wireless/cfg80211 0xb936923b cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0xbd331d3a cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0xbe62199a cfg80211_send_disassoc +EXPORT_SYMBOL net/wireless/cfg80211 0xc18f3601 ieee80211_data_to_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0xc63f1b81 ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0xc674ba68 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0xcf618a57 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0xd16f3299 wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0xd2982b9f cfg80211_get_mesh +EXPORT_SYMBOL net/wireless/cfg80211 0xd4ae6424 cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0xd5d62f36 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xd73d2953 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0xd7fbea45 cfg80211_send_deauth +EXPORT_SYMBOL net/wireless/cfg80211 0xd82495a6 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xde6d3b78 cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0xe33e8c9c cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xeb870bce cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0xebc1dbd0 wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0xed4c9b8a cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0xfa7d87f9 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xfed4d591 cfg80211_find_vendor_ie +EXPORT_SYMBOL net/wireless/cfg80211 0xff41b06e cfg80211_roamed_bss +EXPORT_SYMBOL net/wireless/lib80211 0x28f65a2d lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0x2d0f99e5 print_ssid +EXPORT_SYMBOL net/wireless/lib80211 0x4a6634fe lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x5fad613b lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0x6082905b lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xb924bc4d lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xfc2859e5 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL sound/ac97_bus 0x0c9ec104 ac97_bus_type +EXPORT_SYMBOL sound/core/seq/snd-seq 0x058c9508 snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0x1a724fcc snd_seq_kernel_client_ctl +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3061c52d snd_use_lock_sync_helper +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3fb4d161 snd_seq_kernel_client_dispatch +EXPORT_SYMBOL sound/core/seq/snd-seq 0x466e13d3 snd_seq_event_port_attach +EXPORT_SYMBOL sound/core/seq/snd-seq 0x6bb71038 snd_seq_delete_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x6c3a7ba8 snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7ac2f329 snd_seq_expand_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7b8699eb snd_seq_event_port_detach +EXPORT_SYMBOL sound/core/seq/snd-seq 0xa90bcead snd_seq_kernel_client_enqueue_blocking +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb8e448a0 snd_seq_set_queue_tempo +EXPORT_SYMBOL sound/core/seq/snd-seq 0xcac0a3be snd_seq_kernel_client_enqueue +EXPORT_SYMBOL sound/core/seq/snd-seq 0xe934da1d snd_seq_dump_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x2af4e3d8 snd_seq_device_new +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x3a57f235 snd_seq_autoload_unlock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xb90668b2 snd_seq_autoload_lock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xc622fb29 snd_seq_device_unregister_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xd412eaf6 snd_seq_device_register_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x6ea09972 snd_midi_channel_alloc_set +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x833a3e07 snd_midi_channel_set_clear +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0xb9948d2c snd_midi_channel_free_set +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0xf0a1fdb3 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x2b51b084 snd_midi_event_free +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x350963b4 snd_midi_event_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x7f62d029 snd_midi_event_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x83914b9a snd_midi_event_no_status +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x92ee6bb0 snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x9e7d3f0f snd_midi_event_reset_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xbc141dfc snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xf2bf1549 snd_midi_event_new +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0x4a086578 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x027934d6 snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0x0330100f snd_card_register +EXPORT_SYMBOL sound/core/snd 0x074c0c35 snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0x07f1e2c2 snd_jack_report +EXPORT_SYMBOL sound/core/snd 0x0920b2fe snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0x0d256637 snd_register_device_for_dev +EXPORT_SYMBOL sound/core/snd 0x0faebfb4 snd_device_register +EXPORT_SYMBOL sound/core/snd 0x18e1683f snd_dma_program +EXPORT_SYMBOL sound/core/snd 0x191e88cf snd_dma_pointer +EXPORT_SYMBOL sound/core/snd 0x192664b9 snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0x1b0d785a snd_info_register +EXPORT_SYMBOL sound/core/snd 0x23897cc0 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x27440540 snd_seq_root +EXPORT_SYMBOL sound/core/snd 0x2ae3deaa release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x3fba5262 snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0x4010c90c snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0x4613efbc snd_cards +EXPORT_SYMBOL sound/core/snd 0x46d034ce snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4b015768 snd_iprintf +EXPORT_SYMBOL sound/core/snd 0x56a56348 snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0x602c96f0 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x683867e2 snd_add_device_sysfs_file +EXPORT_SYMBOL sound/core/snd 0x69732ffa snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0x6cc23dd1 snd_card_unref +EXPORT_SYMBOL sound/core/snd 0x70c15ac1 snd_dma_disable +EXPORT_SYMBOL sound/core/snd 0x75b942e1 snd_jack_new +EXPORT_SYMBOL sound/core/snd 0x7687a8c4 snd_device_new +EXPORT_SYMBOL sound/core/snd 0x76bf1d26 snd_device_free +EXPORT_SYMBOL sound/core/snd 0x79ebb15b snd_card_create +EXPORT_SYMBOL sound/core/snd 0x7ff25f31 snd_power_wait +EXPORT_SYMBOL sound/core/snd 0x81b69e41 snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x947b3d81 snd_card_free +EXPORT_SYMBOL sound/core/snd 0x9bbbbfcc snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0xa0fd2427 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0xaa667fba snd_card_proc_new +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xb4aa8f05 snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0xb997a64c snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0xbcfb6d87 snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0xc3ecf6e3 snd_component_add +EXPORT_SYMBOL sound/core/snd 0xc4338dac snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0xc9799184 snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0xce3ca308 copy_from_user_toio +EXPORT_SYMBOL sound/core/snd 0xd58c50b5 snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0xd720a4b0 snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0xdac5ed60 snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0xe4f7e6a6 snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0xef08cda0 snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0xf0628789 snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0xf26e912e snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0xf2a26583 snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0xf491e29d snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0xf972793a snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0xfe7b70b6 snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0xff780c84 _snd_ctl_add_slave +EXPORT_SYMBOL sound/core/snd-hwdep 0x246765ce snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-page-alloc 0x02271576 snd_dma_get_reserved_buf +EXPORT_SYMBOL sound/core/snd-page-alloc 0x10916391 snd_dma_alloc_pages +EXPORT_SYMBOL sound/core/snd-page-alloc 0x20424e2a snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-page-alloc 0x3b91f3af snd_free_pages +EXPORT_SYMBOL sound/core/snd-page-alloc 0xade88e76 snd_malloc_pages +EXPORT_SYMBOL sound/core/snd-page-alloc 0xb2770df0 snd_dma_reserve_buf +EXPORT_SYMBOL sound/core/snd-page-alloc 0xbbe7b67f snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-page-alloc 0xcda7a99c snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x0124cf26 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL sound/core/snd-pcm 0x04cda566 snd_interval_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x07f6ac04 snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x087cde54 snd_pcm_lib_write +EXPORT_SYMBOL sound/core/snd-pcm 0x0a6a5f6b snd_pcm_lib_readv +EXPORT_SYMBOL sound/core/snd-pcm 0x11316968 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0x11f9c9cd snd_pcm_lib_mmap_iomem +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x22864d1e snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0x257efc87 snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x2c1811ab snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0x2d5588e9 snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x31927160 _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x388e994f snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL sound/core/snd-pcm 0x3d4b09ca snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0x48dd3bb0 snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x4b7bef92 snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x4d9b6d35 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x5308ae5b snd_pcm_lib_read +EXPORT_SYMBOL sound/core/snd-pcm 0x533ef1db snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x6197724c snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0x650f8603 snd_pcm_format_silence_64 +EXPORT_SYMBOL sound/core/snd-pcm 0x68a24153 snd_pcm_format_physical_width +EXPORT_SYMBOL sound/core/snd-pcm 0x68f05146 snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x7a22b932 snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0x7fed99d0 snd_pcm_limit_hw_rates +EXPORT_SYMBOL sound/core/snd-pcm 0x8f326e10 snd_pcm_notify +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x998d7098 snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xa44e0572 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0xa49c0a8d snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xa65ffb9a snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0xa8abf951 snd_pcm_suspend +EXPORT_SYMBOL sound/core/snd-pcm 0xa9adc229 snd_pcm_link_rwlock +EXPORT_SYMBOL sound/core/snd-pcm 0xae5e06cd snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0xb44cc33f snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xbd0a241e snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0xc1dc7b37 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xcb24a5ae snd_pcm_sgbuf_ops_page +EXPORT_SYMBOL sound/core/snd-pcm 0xcc0c4ebc snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0xd0b505d8 snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0xd262231e snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xd267f91b snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0xd977851b snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0xd9e24b9b snd_pcm_lib_writev +EXPORT_SYMBOL sound/core/snd-pcm 0xe212fa29 snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xe7608ffa snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0xf05fc5d3 snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0xf3797152 snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xf752a063 snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-pcm 0xffc23940 snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-rawmidi 0x047a563d snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0x165efce9 snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2520caeb snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2aadcc92 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2d39eb43 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x36bb3cb9 snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x3c85447f snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0x421ef05c snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x46d8c606 snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0x4bd9504f snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0x543caa43 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0x63cbb277 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x67f8a7ca snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0xab2ab4c4 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb9353e52 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc2655ab7 snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0xea79231c snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-timer 0x10200f40 snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0x32e8e292 snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0x34c7897c snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0x5f14e511 snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0x61e8b094 snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0x64aa8d05 snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0x655ccd55 snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0x74bbe26b snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0x7f575ab2 snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0xc00210f0 snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0xc33af459 snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0xc8f23630 snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0xe78d593b snd_timer_new +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6d629c59 snd_mpu401_uart_interrupt_tx +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xc0fec227 snd_mpu401_uart_interrupt +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xd5b2acf4 snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x25408f40 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x38d1a129 snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x390d05f2 snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x498aa87e snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x4c67e6e5 snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x55972383 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xd417a7b3 snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xde289b21 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xe454bd4e snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl4/snd-opl4-lib 0x54091275 snd_opl4_write_memory +EXPORT_SYMBOL sound/drivers/opl4/snd-opl4-lib 0x5dae2540 snd_opl4_write +EXPORT_SYMBOL sound/drivers/opl4/snd-opl4-lib 0x64d82b86 snd_opl4_read +EXPORT_SYMBOL sound/drivers/opl4/snd-opl4-lib 0xa4302947 snd_opl4_read_memory +EXPORT_SYMBOL sound/drivers/opl4/snd-opl4-lib 0xde681ad2 snd_opl4_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x01857624 snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x10f4fb51 snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x15621304 snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x9601e2bc snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x96cf8d3c snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xb52fb259 snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xd1ba4ceb snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xe1f33198 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xeadfb6d4 snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0a74a1fb iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0e5fb206 amdtp_out_stream_set_pcm_format +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x159c3794 amdtp_out_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1ab73775 cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1ba7738b amdtp_out_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x21198d90 amdtp_out_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x266d4b1a amdtp_out_stream_set_rate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2beaf2e4 cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3e546c86 iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4bb6bda0 fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x515e3d81 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5285fddb amdtp_out_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x54ab308f fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6fdcad7f cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x73dddcbc amdtp_out_stream_pcm_pointer +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x746748cc snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x75b8316d amdtp_out_stream_stop +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb6087356 fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xbe811956 amdtp_out_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc8a44d27 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd792f99f amdtp_out_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xdc97ed2e amdtp_out_stream_start +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe77ef8fe fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xea2508b6 fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xefb25a03 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf1051fa5 fw_iso_resources_update +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x2bc9a71c snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x313c8a56 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x56cc767e snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xa37d9812 snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xda9741a0 snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xde32abee snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x20360a06 snd_ak4117_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x4031990c snd_ak4117_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x7e175e44 snd_ak4117_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xbb6c095c snd_ak4117_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xe3c7f8af snd_ak4117_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xeeef01d6 snd_ak4117_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x0491e013 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x0b071446 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x5bbfd4c0 snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x772e788d snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x4e33d7a1 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xc12d9173 snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/other/snd-tea575x-tuner 0x290f2472 snd_tea575x_init +EXPORT_SYMBOL sound/i2c/other/snd-tea575x-tuner 0x65e84d49 snd_tea575x_exit +EXPORT_SYMBOL sound/i2c/other/snd-tea575x-tuner 0xda2b519c snd_tea575x_set_freq +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x0001110e snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x83c24234 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xa1d9aeed snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xdab803f4 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xeb0b3945 snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-i2c 0x095597f7 snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x34b4e44f snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x4d101588 snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x51e5b424 snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x54dd56bd snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0xd82cbee5 snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-tea6330t 0xda63bc94 snd_tea6330t_detect +EXPORT_SYMBOL sound/i2c/snd-tea6330t 0xe86d2f08 snd_tea6330t_update_mixer +EXPORT_SYMBOL sound/isa/es1688/snd-es1688-lib 0x0740252d snd_es1688_reset +EXPORT_SYMBOL sound/isa/es1688/snd-es1688-lib 0x12da7ca2 snd_es1688_create +EXPORT_SYMBOL sound/isa/es1688/snd-es1688-lib 0x4c921554 snd_es1688_pcm +EXPORT_SYMBOL sound/isa/es1688/snd-es1688-lib 0x649ddfc4 snd_es1688_mixer_write +EXPORT_SYMBOL sound/isa/es1688/snd-es1688-lib 0xa0984c90 snd_es1688_mixer +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x02cc98c8 snd_gus_initialize +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x0308c8fc snd_gus_create +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x0830af74 snd_gf1_stop_voice +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x1060654c snd_gf1_peek +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x14a750a1 snd_gf1_look8 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x1c1ce117 snd_gus_interrupt +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x1cfde803 snd_gf1_mem_alloc +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x2350fe6e snd_gf1_mem_free +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x3733f52a snd_gus_dram_write +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x38d72e50 snd_gf1_mem_xfree +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x3e994f39 snd_gus_use_dec +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x3e9c6d32 snd_gf1_write_addr +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x46db8d67 snd_gf1_lvol_to_gvol_raw +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x550d91e4 snd_gf1_new_mixer +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x55ec614d snd_gf1_i_look16 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x584ace17 snd_gf1_i_look8 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x5d1bdb31 snd_gf1_delay +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x5dd83bf7 snd_gf1_rawmidi_new +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x7bb955a2 snd_gf1_translate_freq +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x7f62ebb6 snd_gf1_look16 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x8f4754e6 snd_gf1_free_voice +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x91126e55 snd_gf1_ctrl_stop +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x9117d3a9 snd_gf1_poke +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xc0e0cac6 snd_gf1_write16 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xc43a5527 snd_gf1_atten_table +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xc4ecb7e9 snd_gf1_mem_lock +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xc8a23e63 snd_gus_dram_read +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xccaf44c0 snd_gus_use_inc +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xd592254e snd_gf1_i_write8 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xe0dab18e snd_gf1_dram_addr +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xe1315599 snd_gf1_write8 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xe814484a snd_gf1_alloc_voice +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xf87ca7c6 snd_gf1_pcm_new +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x0e096be3 snd_msnd_init_queue +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x10bad102 snd_msnd_enable_irq +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x15023dea snd_msnd_disable_irq +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x49b7958d snd_msnd_pcm +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x4b5a666d snd_msndmix_new +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x598882fd snd_msnd_DAPQ +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x75026b24 snd_msndmidi_input_read +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x8b010b1c snd_msndmix_setup +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0xa324b32b snd_msnd_upload_host +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0xb5015db2 snd_msnd_dsp_halt +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0xc74bedab snd_msnd_send_word +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0xe26de9a0 snd_msnd_DARQ +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0xeb31605d snd_msndmix_force_recsrc +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0xf11cd680 snd_msnd_send_dsp_cmd +EXPORT_SYMBOL sound/isa/opti9xx/snd-miro 0x0443b8cf snd_aci_cmd +EXPORT_SYMBOL sound/isa/opti9xx/snd-miro 0x7268378f snd_aci_get_aci +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x01f43161 snd_sbdsp_get_byte +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x10966de6 snd_sbmixer_new +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x25760a0f snd_sbdsp_command +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x396dfa76 snd_sbdsp_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x3b38938e snd_sbmixer_resume +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x666a8a32 snd_sbmixer_write +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x9b87a46f snd_sbmixer_add_ctl +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xb650c8da snd_sbmixer_read +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xcae2c9fc snd_sbmixer_suspend +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xde890a63 snd_sbdsp_reset +EXPORT_SYMBOL sound/isa/sb/snd-sb16-csp 0x171b3b07 snd_sb_csp_new +EXPORT_SYMBOL sound/isa/sb/snd-sb16-dsp 0x1007d6a1 snd_sb16dsp_pcm +EXPORT_SYMBOL sound/isa/sb/snd-sb16-dsp 0x24b8780c snd_sb16dsp_get_pcm_ops +EXPORT_SYMBOL sound/isa/sb/snd-sb16-dsp 0xe0b3f690 snd_sb16dsp_interrupt +EXPORT_SYMBOL sound/isa/sb/snd-sb16-dsp 0xff02bcef snd_sb16dsp_configure +EXPORT_SYMBOL sound/isa/sb/snd-sb8-dsp 0x114471e7 snd_sb8dsp_interrupt +EXPORT_SYMBOL sound/isa/sb/snd-sb8-dsp 0x7dda72b3 snd_sb8dsp_midi +EXPORT_SYMBOL sound/isa/sb/snd-sb8-dsp 0x89070671 snd_sb8dsp_pcm +EXPORT_SYMBOL sound/isa/sb/snd-sb8-dsp 0x911e523e snd_sb8dsp_midi_interrupt +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x0a2d6847 snd_emu8000_init_fm +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x453246f1 snd_emu8000_load_chorus_fx +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x5a4a4448 snd_emu8000_poke +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x80817e30 snd_emu8000_update_reverb_mode +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0xa6575192 snd_emu8000_dma_chan +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0xcdcec419 snd_emu8000_load_reverb_fx +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0xd7321e0a snd_emu8000_update_chorus_mode +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0xdb7fb586 snd_emu8000_poke_dw +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0xe3094c29 snd_emu8000_update_equalizer +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0xef3dcb96 snd_emu8000_peek_dw +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0xf2580cde snd_emu8000_peek +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x0f91d3e7 snd_wss_mce_down +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x1cd7737a snd_wss_timer +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x1e375b3b snd_wss_out +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x2670c3ac snd_cs4236_ext_out +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x32380b83 snd_wss_pcm +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x33356457 snd_wss_info_single +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x4c3226d8 snd_wss_in +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x53739a49 snd_wss_put_single +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x5a84bd2f snd_wss_get_pcm_ops +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x677e8d8e snd_wss_get_single +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x7b202637 snd_wss_interrupt +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x83a74922 snd_wss_put_double +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x87f0f8b2 snd_wss_info_double +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x96560d0d snd_wss_mce_up +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xadbaa664 snd_wss_chip_id +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xb300240a snd_cs4236_ext_in +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xb7aa5ee5 snd_wss_get_double +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xbec2587c snd_wss_overrange +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xeb7b0bee snd_wss_mixer +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xf177cdca snd_wss_create +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0bba0676 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0c042e2d snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x3e40f08a snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x646f630f snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x81827c65 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x934fb482 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9e88027f snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xad111bf9 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb37ec196 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb473bbf2 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc1e47cf6 snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc29e6a9c snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc7f71a85 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xccae139d snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xe9493af3 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xfa4fde6f snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xfa9519b8 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/asihpi/snd-asihpi 0xe0908c72 hpi_send_recv +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x089a6314 snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x17a1d29c snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x26d3cf8f snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x290e8655 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x7edf86a5 snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x8e597e4f snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xb1199bdf snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xc8e95d5a snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xf81e7809 snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/hda/snd-hda-codec 0x93846c38 snd_hda_parse_generic_codec +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x2acc0f3f snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x4bbad24e snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xa5256c46 snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x04d884d6 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0d765009 oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x22e4ed9f oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x309fe7bd oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4e155327 oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x51733f90 oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x57e129b7 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6cb155c5 oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x7dafb413 oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x970016ef oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9d335340 oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb2c1b14e oxygen_pci_remove +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb4c809dd oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc89bc620 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd0075fd9 oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe18d1f3a oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xef757ffe oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xef939ea8 oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xfcb5d869 oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xfdc25eb2 oxygen_write32_masked +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x04f56cda snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x142df5a8 snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x984a3feb snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xaba3e6dd snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xc0de6a83 snd_trident_stop_voice +EXPORT_SYMBOL sound/soundcore 0x07cbce28 sound_class +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x3cbab69c snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x639ab64b snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x655cb202 snd_sf_linear_to_log +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x8302aeae snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x85fec7e5 snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x9ec8f7e3 snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xd54bad7c snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/snd-util-mem 0x6db93040 __snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x75640709 snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x93bd3b01 __snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x99431067 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0xcccdf1e5 __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xdcd4f45c snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0xea2a44a5 snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0xf867f6a9 snd_util_memhdr_new +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x16756dc0 snd_usbmidi_input_start +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x63343b1d snd_usbmidi_input_stop +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x8ad73533 snd_usbmidi_create +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL ubuntu/dm-raid4-5/dm-raid45 0x35c95b1b dm_mem_cache_client_create +EXPORT_SYMBOL ubuntu/dm-raid4-5/dm-raid45 0x86e5acf9 dm_mem_cache_grow +EXPORT_SYMBOL ubuntu/dm-raid4-5/dm-raid45 0x920a7a41 dm_message_parse +EXPORT_SYMBOL ubuntu/dm-raid4-5/dm-raid45 0x9d31d3cb dm_mem_cache_free +EXPORT_SYMBOL ubuntu/dm-raid4-5/dm-raid45 0xa43471b6 dm_mem_cache_shrink +EXPORT_SYMBOL ubuntu/dm-raid4-5/dm-raid45 0xc2681205 dm_mem_cache_alloc +EXPORT_SYMBOL ubuntu/dm-raid4-5/dm-raid45 0xd55b290c dm_mem_cache_client_destroy +EXPORT_SYMBOL vmlinux 0x00000000 softirq_work_list +EXPORT_SYMBOL vmlinux 0x00151e58 audit_log_task_info +EXPORT_SYMBOL vmlinux 0x001b057b inode_dio_done +EXPORT_SYMBOL vmlinux 0x001e4b03 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x004d9e46 writeback_in_progress +EXPORT_SYMBOL vmlinux 0x0062c4d2 __serio_register_driver +EXPORT_SYMBOL vmlinux 0x0068f715 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x006a1a3a kill_pgrp +EXPORT_SYMBOL vmlinux 0x006e0382 get_gendisk +EXPORT_SYMBOL vmlinux 0x00801678 flush_scheduled_work +EXPORT_SYMBOL vmlinux 0x0084e86d unregister_shrinker +EXPORT_SYMBOL vmlinux 0x0088e32d key_validate +EXPORT_SYMBOL vmlinux 0x00913149 mdio_bus_type +EXPORT_SYMBOL vmlinux 0x00c6458a proc_symlink +EXPORT_SYMBOL vmlinux 0x00e17f78 notify_change +EXPORT_SYMBOL vmlinux 0x00e8097b csum_partial_copy_fromiovecend +EXPORT_SYMBOL vmlinux 0x01139ffc max_mapnr +EXPORT_SYMBOL vmlinux 0x0138b7fd ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x014aa992 tcp_tso_segment +EXPORT_SYMBOL vmlinux 0x01575672 unregister_quota_format +EXPORT_SYMBOL vmlinux 0x015c5543 iget_locked +EXPORT_SYMBOL vmlinux 0x018b1ed0 __napi_schedule +EXPORT_SYMBOL vmlinux 0x01902adf netpoll_trap +EXPORT_SYMBOL vmlinux 0x0195d349 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL vmlinux 0x01b04b7d scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x01d19038 acpi_enable_subsystem +EXPORT_SYMBOL vmlinux 0x01da0ac8 nobh_truncate_page +EXPORT_SYMBOL vmlinux 0x02091751 dev_remove_pack +EXPORT_SYMBOL vmlinux 0x02124474 ip_send_check +EXPORT_SYMBOL vmlinux 0x0237b57a arch_unregister_cpu +EXPORT_SYMBOL vmlinux 0x02386538 inet_ioctl +EXPORT_SYMBOL vmlinux 0x024b7599 inet_twsk_deschedule +EXPORT_SYMBOL vmlinux 0x025b754d pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x02649054 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x02782738 pci_restore_state +EXPORT_SYMBOL vmlinux 0x028d09a1 dev_warn +EXPORT_SYMBOL vmlinux 0x029444f0 native_read_tsc +EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0x02a6ce5a crc16_table +EXPORT_SYMBOL vmlinux 0x02a7a370 fsnotify_add_mark +EXPORT_SYMBOL vmlinux 0x02bb220f dev_printk_emit +EXPORT_SYMBOL vmlinux 0x02c9189e kmem_cache_alloc_trace +EXPORT_SYMBOL vmlinux 0x02d81845 audit_log_task_context +EXPORT_SYMBOL vmlinux 0x02ebaf9f napi_gro_flush +EXPORT_SYMBOL vmlinux 0x02ee26c1 free_pages_exact +EXPORT_SYMBOL vmlinux 0x02eefb0b init_special_inode +EXPORT_SYMBOL vmlinux 0x030d6620 block_write_end +EXPORT_SYMBOL vmlinux 0x030f9b5a usb_remove_phy +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x03592ea0 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x03b4c83d mnt_pin +EXPORT_SYMBOL vmlinux 0x03b580eb wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x03bd889d param_get_ulong +EXPORT_SYMBOL vmlinux 0x03bf4c6d kblockd_schedule_delayed_work +EXPORT_SYMBOL vmlinux 0x03c06156 bitmap_fold +EXPORT_SYMBOL vmlinux 0x03d3774b cdev_init +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x0404f3dd address_space_init_once +EXPORT_SYMBOL vmlinux 0x0422fe4a inet_csk_timer_bug_msg +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044da85a mmc_start_req +EXPORT_SYMBOL vmlinux 0x046c1f16 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x0487f831 fb_find_best_display +EXPORT_SYMBOL vmlinux 0x0499badc acpi_bios_warning +EXPORT_SYMBOL vmlinux 0x04ae87aa iput +EXPORT_SYMBOL vmlinux 0x04c8a8b0 udp_sendmsg +EXPORT_SYMBOL vmlinux 0x04cd1ade blk_end_request_cur +EXPORT_SYMBOL vmlinux 0x04d8c750 release_perfctr_nmi +EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x05350382 simple_write_end +EXPORT_SYMBOL vmlinux 0x053d577d input_release_device +EXPORT_SYMBOL vmlinux 0x054434d6 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x05479307 __skb_get_rxhash +EXPORT_SYMBOL vmlinux 0x055a8ec1 kobject_init +EXPORT_SYMBOL vmlinux 0x055bf70d __nla_put +EXPORT_SYMBOL vmlinux 0x056ee730 ipv6_hash_secret +EXPORT_SYMBOL vmlinux 0x057ce975 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0x05849eff ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x0588f6c9 registered_fb +EXPORT_SYMBOL vmlinux 0x05898ae1 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x0589c489 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x0593a99b init_timer_key +EXPORT_SYMBOL vmlinux 0x0593c641 dst_destroy +EXPORT_SYMBOL vmlinux 0x05a0ee9c set_security_override +EXPORT_SYMBOL vmlinux 0x05c9eb86 kill_bdev +EXPORT_SYMBOL vmlinux 0x060dacd3 input_unregister_device +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x06346db9 phy_scan_fixups +EXPORT_SYMBOL vmlinux 0x067a1ee5 __neigh_event_send +EXPORT_SYMBOL vmlinux 0x067d8d35 security_release_secctx +EXPORT_SYMBOL vmlinux 0x0680396b security_task_getsecid +EXPORT_SYMBOL vmlinux 0x068c7263 ioremap_cache +EXPORT_SYMBOL vmlinux 0x0692c950 inet_frag_kill +EXPORT_SYMBOL vmlinux 0x06952868 unregister_qdisc +EXPORT_SYMBOL vmlinux 0x06c0dae5 __kernel_fpu_end +EXPORT_SYMBOL vmlinux 0x06d2f086 dma_spin_lock +EXPORT_SYMBOL vmlinux 0x06d4c963 tcp_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x06d6f314 vga_switcheroo_register_audio_client +EXPORT_SYMBOL vmlinux 0x06f4bf00 seq_escape +EXPORT_SYMBOL vmlinux 0x06fe3b14 default_grn +EXPORT_SYMBOL vmlinux 0x07001f59 uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0x07043b4d inet6_add_offload +EXPORT_SYMBOL vmlinux 0x0727c4f3 iowrite8 +EXPORT_SYMBOL vmlinux 0x072b14c2 acpi_pci_register_driver +EXPORT_SYMBOL vmlinux 0x0730d112 fsnotify_alloc_group +EXPORT_SYMBOL vmlinux 0x073f16fa napi_complete +EXPORT_SYMBOL vmlinux 0x074df664 bdget_disk +EXPORT_SYMBOL vmlinux 0x07608604 acpi_get_vendor_resource +EXPORT_SYMBOL vmlinux 0x076ebea8 pv_lock_ops +EXPORT_SYMBOL vmlinux 0x077b3b30 xfrm4_prepare_output +EXPORT_SYMBOL vmlinux 0x077c2321 dev_mc_init +EXPORT_SYMBOL vmlinux 0x0799aca4 local_bh_enable +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07d50a24 csum_partial +EXPORT_SYMBOL vmlinux 0x07eaa1d2 da9052_i2c_fix +EXPORT_SYMBOL vmlinux 0x080e7975 get_agp_version +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x08609431 input_get_keycode +EXPORT_SYMBOL vmlinux 0x088fcdbc journal_init_inode +EXPORT_SYMBOL vmlinux 0x0897287b acpi_disable_all_gpes +EXPORT_SYMBOL vmlinux 0x08ae3d86 generic_getxattr +EXPORT_SYMBOL vmlinux 0x08bf826c _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0x08f0610f single_open +EXPORT_SYMBOL vmlinux 0x08f6c7c7 sk_free +EXPORT_SYMBOL vmlinux 0x08f9b269 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x09186f62 set_pages_array_wc +EXPORT_SYMBOL vmlinux 0x092470c3 abx500_mask_and_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x0948cde9 num_physpages +EXPORT_SYMBOL vmlinux 0x0952d0e6 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x0992780d efi_enabled +EXPORT_SYMBOL vmlinux 0x09a478d9 idr_for_each +EXPORT_SYMBOL vmlinux 0x09bd66fa swiotlb_dma_supported +EXPORT_SYMBOL vmlinux 0x09c55cec schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09dfc3ee twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0x09ea3a70 __frontswap_init +EXPORT_SYMBOL vmlinux 0x09fd4e31 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0x0a085770 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x0a1d5995 aio_put_req +EXPORT_SYMBOL vmlinux 0x0a2487e0 unblock_all_signals +EXPORT_SYMBOL vmlinux 0x0a2e4af3 sync_blockdev +EXPORT_SYMBOL vmlinux 0x0a3131f6 strnchr +EXPORT_SYMBOL vmlinux 0x0a3d12ff netpoll_setup +EXPORT_SYMBOL vmlinux 0x0a469d23 mfd_clone_cell +EXPORT_SYMBOL vmlinux 0x0a58647d __get_user_pages +EXPORT_SYMBOL vmlinux 0x0a6a5c30 pnpbios_protocol +EXPORT_SYMBOL vmlinux 0x0a85364e vga_get +EXPORT_SYMBOL vmlinux 0x0a9a166c elevator_init +EXPORT_SYMBOL vmlinux 0x0ac525e6 register_sysctl +EXPORT_SYMBOL vmlinux 0x0ac6c050 napi_gro_frags +EXPORT_SYMBOL vmlinux 0x0acb1a3c __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0add4f10 elv_rb_former_request +EXPORT_SYMBOL vmlinux 0x0b0d888b icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b1fc59f blk_queue_unprep_rq +EXPORT_SYMBOL vmlinux 0x0b3e914a pci_disable_ido +EXPORT_SYMBOL vmlinux 0x0b48677a __kfifo_init +EXPORT_SYMBOL vmlinux 0x0b49d0ef mmc_gpio_free_cd +EXPORT_SYMBOL vmlinux 0x0b4b4145 simple_open +EXPORT_SYMBOL vmlinux 0x0b524073 mapping_tagged +EXPORT_SYMBOL vmlinux 0x0b5eb536 tcf_register_action +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b8eb08b blk_init_queue_node +EXPORT_SYMBOL vmlinux 0x0b994273 nf_hook_slow +EXPORT_SYMBOL vmlinux 0x0b9c6811 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bdc971f pnp_register_driver +EXPORT_SYMBOL vmlinux 0x0beafad2 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0x0beafcde gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x0bf45f75 dev_activate +EXPORT_SYMBOL vmlinux 0x0c06068a __block_write_begin +EXPORT_SYMBOL vmlinux 0x0c0cf389 inode_change_ok +EXPORT_SYMBOL vmlinux 0x0c58a8cd netdev_increment_features +EXPORT_SYMBOL vmlinux 0x0c65e73c scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0x0c65ef97 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x0c6d3e54 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0x0c72605a netdev_boot_setup_check +EXPORT_SYMBOL vmlinux 0x0c758540 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x0c7b04c9 set_groups +EXPORT_SYMBOL vmlinux 0x0c8a489a acpi_bus_get_device +EXPORT_SYMBOL vmlinux 0x0c8c9e99 scsi_show_extd_sense +EXPORT_SYMBOL vmlinux 0x0c9e767b __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0x0c9fd5b4 eth_header +EXPORT_SYMBOL vmlinux 0x0ca0c882 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x0ca7b7a8 acpi_check_region +EXPORT_SYMBOL vmlinux 0x0cae232b utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0x0cb0c192 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x0cbc9b73 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x0cbd41dd bio_phys_segments +EXPORT_SYMBOL vmlinux 0x0cdb7d12 __kernel_fpu_begin +EXPORT_SYMBOL vmlinux 0x0cfcffe8 mmc_stop_bkops +EXPORT_SYMBOL vmlinux 0x0d08e6ab dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x0d150a43 dma_async_device_register +EXPORT_SYMBOL vmlinux 0x0d3d0de6 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x0d3dda14 acpi_get_type +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d6e6305 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0x0d77ffcd first_ec +EXPORT_SYMBOL vmlinux 0x0da10ec3 security_sock_graft +EXPORT_SYMBOL vmlinux 0x0dcb8f2e pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x0dd07f67 __seq_open_private +EXPORT_SYMBOL vmlinux 0x0dd6ee69 pnp_get_resource +EXPORT_SYMBOL vmlinux 0x0e0ec502 ip_cmsg_recv +EXPORT_SYMBOL vmlinux 0x0e0ef333 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x0e110779 put_io_context +EXPORT_SYMBOL vmlinux 0x0e1540d9 scsi_prep_return +EXPORT_SYMBOL vmlinux 0x0e300bf7 schedule_work +EXPORT_SYMBOL vmlinux 0x0e6da44a set_normalized_timespec +EXPORT_SYMBOL vmlinux 0x0e7a9c36 dma_common_get_sgtable +EXPORT_SYMBOL vmlinux 0x0e816be9 bio_integrity_get_tag +EXPORT_SYMBOL vmlinux 0x0e84927b tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x0e8deaac ilookup5 +EXPORT_SYMBOL vmlinux 0x0e9a242d kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x0eb2de31 pci_find_next_bus +EXPORT_SYMBOL vmlinux 0x0eb8aa94 sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x0ebf4c9d kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x0f2290fc splice_from_pipe_feed +EXPORT_SYMBOL vmlinux 0x0f479aac inet6_getname +EXPORT_SYMBOL vmlinux 0x0f4bae8e pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x0f4c91ed ns_to_timespec +EXPORT_SYMBOL vmlinux 0x0f4eb587 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x0f80b04a scsi_remove_target +EXPORT_SYMBOL vmlinux 0x0f8265e1 locks_copy_lock +EXPORT_SYMBOL vmlinux 0x0f899fff sock_no_sendpage +EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x0fce42aa drop_nlink +EXPORT_SYMBOL vmlinux 0x0fd00a68 acpi_clear_event +EXPORT_SYMBOL vmlinux 0x0fd6893c bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x0fdc52ae set_bh_page +EXPORT_SYMBOL vmlinux 0x0fea9e04 nla_put +EXPORT_SYMBOL vmlinux 0x0ff2b602 slhc_compress +EXPORT_SYMBOL vmlinux 0x1011b805 __dst_free +EXPORT_SYMBOL vmlinux 0x1013d14c jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x101dd11f sock_release +EXPORT_SYMBOL vmlinux 0x102c56de irq_regs +EXPORT_SYMBOL vmlinux 0x10580619 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x106467e8 acpi_processor_notify_smm +EXPORT_SYMBOL vmlinux 0x10ab7e68 down_killable +EXPORT_SYMBOL vmlinux 0x10b195aa generic_setlease +EXPORT_SYMBOL vmlinux 0x10c71094 neigh_seq_next +EXPORT_SYMBOL vmlinux 0x10d1a4be twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x10ee20bb default_blu +EXPORT_SYMBOL vmlinux 0x110471e8 get_super +EXPORT_SYMBOL vmlinux 0x11050291 pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x11267875 scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0x1137a526 devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0x1137dd44 d_delete +EXPORT_SYMBOL vmlinux 0x1143d64f console_stop +EXPORT_SYMBOL vmlinux 0x1144101e generic_pipe_buf_steal +EXPORT_SYMBOL vmlinux 0x11475303 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x11589f0e devm_gpio_free +EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn +EXPORT_SYMBOL vmlinux 0x11658b1a pci_set_ltr +EXPORT_SYMBOL vmlinux 0x116f6009 padata_do_serial +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x11884c05 inode_claim_rsv_space +EXPORT_SYMBOL vmlinux 0x11c2a338 phy_stop_interrupts +EXPORT_SYMBOL vmlinux 0x11cbaf1a simple_unlink +EXPORT_SYMBOL vmlinux 0x11dd01ad intel_scu_ipc_command +EXPORT_SYMBOL vmlinux 0x11e0911f dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0x11e2ec12 flex_array_free_parts +EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x121cf7f2 keyring_clear +EXPORT_SYMBOL vmlinux 0x1227e812 netif_carrier_on +EXPORT_SYMBOL vmlinux 0x123284d6 mddev_congested +EXPORT_SYMBOL vmlinux 0x12358ef4 gen_pool_add_virt +EXPORT_SYMBOL vmlinux 0x123d19cd dev_emerg +EXPORT_SYMBOL vmlinux 0x12487c95 mount_subtree +EXPORT_SYMBOL vmlinux 0x124d33fd blkdev_fsync +EXPORT_SYMBOL vmlinux 0x128a5cf9 complete_all +EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range +EXPORT_SYMBOL vmlinux 0x12b30eae agp_free_memory +EXPORT_SYMBOL vmlinux 0x12b6868c pci_clear_master +EXPORT_SYMBOL vmlinux 0x12d19fcf dquot_drop +EXPORT_SYMBOL vmlinux 0x12da5bb2 __kmalloc +EXPORT_SYMBOL vmlinux 0x12e9c94a thermal_cdev_update +EXPORT_SYMBOL vmlinux 0x12f99022 inet_frags_init_net +EXPORT_SYMBOL vmlinux 0x1311fdd3 scsi_get_host_dev +EXPORT_SYMBOL vmlinux 0x13149ca5 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x13307fde vsscanf +EXPORT_SYMBOL vmlinux 0x133ae310 eth_validate_addr +EXPORT_SYMBOL vmlinux 0x13674bd6 save_mount_options +EXPORT_SYMBOL vmlinux 0x136f6c6b tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x137a0d49 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x138828c9 nf_register_hooks +EXPORT_SYMBOL vmlinux 0x139329cd inet_add_offload +EXPORT_SYMBOL vmlinux 0x13a1aeec napi_get_frags +EXPORT_SYMBOL vmlinux 0x13aad8d5 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x13afa8e9 dev_get_stats +EXPORT_SYMBOL vmlinux 0x13bd47b3 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x13c8953c tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x13c89fb7 inetdev_by_index +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13e18aa3 d_drop +EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x140ccdbc pci_enable_bridges +EXPORT_SYMBOL vmlinux 0x140ea4e5 d_set_d_op +EXPORT_SYMBOL vmlinux 0x14101c2b __devm_request_region +EXPORT_SYMBOL vmlinux 0x1420b379 kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x142754df free_netdev +EXPORT_SYMBOL vmlinux 0x142f8e13 page_readlink +EXPORT_SYMBOL vmlinux 0x1430e6e0 unregister_acpi_notifier +EXPORT_SYMBOL vmlinux 0x14359583 journal_restart +EXPORT_SYMBOL vmlinux 0x143e690b kmap_atomic_prot +EXPORT_SYMBOL vmlinux 0x145196a2 skb_dst_set_noref +EXPORT_SYMBOL vmlinux 0x14886e2b pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x14a3f40c xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x14b9d70c register_md_personality +EXPORT_SYMBOL vmlinux 0x14bf913a led_blink_set_oneshot +EXPORT_SYMBOL vmlinux 0x14cb2d1c netdev_printk +EXPORT_SYMBOL vmlinux 0x14e3ec82 kill_litter_super +EXPORT_SYMBOL vmlinux 0x14e815b1 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x1501b8af truncate_setsize +EXPORT_SYMBOL vmlinux 0x150389d6 acpi_processor_power_init_bm_check +EXPORT_SYMBOL vmlinux 0x151a9613 bio_map_user +EXPORT_SYMBOL vmlinux 0x1527b38f default_llseek +EXPORT_SYMBOL vmlinux 0x1534efec idr_get_next +EXPORT_SYMBOL vmlinux 0x15437b3e __destroy_inode +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x1551dc51 bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x15692c87 param_ops_int +EXPORT_SYMBOL vmlinux 0x157abcd7 pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x157bb7e4 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x159d405c eth_mac_addr +EXPORT_SYMBOL vmlinux 0x15a9e405 agp_generic_alloc_by_type +EXPORT_SYMBOL vmlinux 0x15b2dc7b module_layout +EXPORT_SYMBOL vmlinux 0x15d121c7 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x15f571ec blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x160d0bc7 blk_get_request +EXPORT_SYMBOL vmlinux 0x160ea4c8 sfi_disabled +EXPORT_SYMBOL vmlinux 0x16229573 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0x1627ed72 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x16305289 warn_slowpath_null +EXPORT_SYMBOL vmlinux 0x163ed149 pci_target_state +EXPORT_SYMBOL vmlinux 0x166fefb1 journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x167e7f9d __get_user_1 +EXPORT_SYMBOL vmlinux 0x1687eebd xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x168f1082 _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x1691522d nonseekable_open +EXPORT_SYMBOL vmlinux 0x16af7e4e cfb_fillrect +EXPORT_SYMBOL vmlinux 0x16d588c5 netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0x16f03e13 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x1704f559 nf_setsockopt +EXPORT_SYMBOL vmlinux 0x170c25ee acpi_get_next_object +EXPORT_SYMBOL vmlinux 0x17177c01 acpi_bus_generate_proc_event +EXPORT_SYMBOL vmlinux 0x1722d24b search_binary_handler +EXPORT_SYMBOL vmlinux 0x1739e595 filemap_write_and_wait +EXPORT_SYMBOL vmlinux 0x174eb8db bio_integrity_split +EXPORT_SYMBOL vmlinux 0x17542266 buffer_migrate_page +EXPORT_SYMBOL vmlinux 0x17572b44 bio_put +EXPORT_SYMBOL vmlinux 0x1787cafc crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x178d6505 fb_get_mode +EXPORT_SYMBOL vmlinux 0x1790d76b _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0x17959626 follow_down_one +EXPORT_SYMBOL vmlinux 0x17a6b155 pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x17af28f1 acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x17df17bc sysctl_tcp_ecn +EXPORT_SYMBOL vmlinux 0x17f341a0 i8042_lock_chip +EXPORT_SYMBOL vmlinux 0x1804ed84 fd_install +EXPORT_SYMBOL vmlinux 0x1826f089 __tracepoint_kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x183a945c copy_strings_kernel +EXPORT_SYMBOL vmlinux 0x183af2a7 kernel_setsockopt +EXPORT_SYMBOL vmlinux 0x183fa88b mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0x184b82fb mmc_vddrange_to_ocrmask +EXPORT_SYMBOL vmlinux 0x184e6c85 radix_tree_gang_lookup_slot +EXPORT_SYMBOL vmlinux 0x186e9abe xfrm_register_km +EXPORT_SYMBOL vmlinux 0x188a3dfb timespec_trunc +EXPORT_SYMBOL vmlinux 0x1894c5b0 abx500_startup_irq_enabled +EXPORT_SYMBOL vmlinux 0x18984797 bitmap_unplug +EXPORT_SYMBOL vmlinux 0x189868d7 get_random_bytes_arch +EXPORT_SYMBOL vmlinux 0x18aad904 dcb_setapp +EXPORT_SYMBOL vmlinux 0x18c87aba acpi_is_video_device +EXPORT_SYMBOL vmlinux 0x18d96501 atomic64_dec_if_positive_cx8 +EXPORT_SYMBOL vmlinux 0x18e89737 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0x19029389 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x1902ef36 agp_generic_alloc_page +EXPORT_SYMBOL vmlinux 0x1939cae5 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x19480c42 nla_append +EXPORT_SYMBOL vmlinux 0x194904ae truncate_pagecache +EXPORT_SYMBOL vmlinux 0x195c8f9e genphy_read_status +EXPORT_SYMBOL vmlinux 0x1975faaf seq_read +EXPORT_SYMBOL vmlinux 0x1976aa06 param_ops_bool +EXPORT_SYMBOL vmlinux 0x198d82e3 bdev_stack_limits +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19a9e62b complete +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19c2cec2 grab_cache_page_nowait +EXPORT_SYMBOL vmlinux 0x19ca3da3 agp_allocate_memory +EXPORT_SYMBOL vmlinux 0x19d22ec0 neigh_table_clear +EXPORT_SYMBOL vmlinux 0x19f96dab agp_generic_remove_memory +EXPORT_SYMBOL vmlinux 0x1a08ac8f posix_unblock_lock +EXPORT_SYMBOL vmlinux 0x1a1fba21 tcp_shutdown +EXPORT_SYMBOL vmlinux 0x1a36c4d8 tty_register_driver +EXPORT_SYMBOL vmlinux 0x1a3c38fb serio_rescan +EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled +EXPORT_SYMBOL vmlinux 0x1a57bdfa dev_load +EXPORT_SYMBOL vmlinux 0x1a63af34 vga_switcheroo_process_delayed_switch +EXPORT_SYMBOL vmlinux 0x1a843af1 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0x1abaf7e0 mutex_trylock +EXPORT_SYMBOL vmlinux 0x1ace138d bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0x1ad8553c pci_set_master +EXPORT_SYMBOL vmlinux 0x1ae14ef5 _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x1aeb626c __ht_create_irq +EXPORT_SYMBOL vmlinux 0x1b0097e2 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b04d3d6 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x1b0a95df bioset_create +EXPORT_SYMBOL vmlinux 0x1b0ac272 __tracepoint_kmalloc_node +EXPORT_SYMBOL vmlinux 0x1b1e1088 sg_nents +EXPORT_SYMBOL vmlinux 0x1b2d9599 ata_port_printk +EXPORT_SYMBOL vmlinux 0x1b35428c setup_new_exec +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b683057 handle_edge_irq +EXPORT_SYMBOL vmlinux 0x1b776069 sock_no_connect +EXPORT_SYMBOL vmlinux 0x1b82fefa md_unplug +EXPORT_SYMBOL vmlinux 0x1b8b95ad i8042_unlock_chip +EXPORT_SYMBOL vmlinux 0x1b9e0ff1 scsilun_to_int +EXPORT_SYMBOL vmlinux 0x1ba25893 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x1baa480a ip_getsockopt +EXPORT_SYMBOL vmlinux 0x1bbd3b88 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x1bcdee4e scsi_setup_blk_pc_cmnd +EXPORT_SYMBOL vmlinux 0x1becba8e writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x1c1536aa ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x1c1c7435 setattr_copy +EXPORT_SYMBOL vmlinux 0x1c32749e mii_check_link +EXPORT_SYMBOL vmlinux 0x1c39e3ed devfreq_interval_update +EXPORT_SYMBOL vmlinux 0x1c598545 dma_set_mask +EXPORT_SYMBOL vmlinux 0x1c6e5159 ip_fragment +EXPORT_SYMBOL vmlinux 0x1c81a485 tcp_gro_receive +EXPORT_SYMBOL vmlinux 0x1c8a04b0 acpi_reset +EXPORT_SYMBOL vmlinux 0x1c8fe9ce ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x1c9132ec __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x1c935f8c brioctl_set +EXPORT_SYMBOL vmlinux 0x1cc6719a register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x1ce9b8b2 release_firmware +EXPORT_SYMBOL vmlinux 0x1cf1829a d_obtain_alias +EXPORT_SYMBOL vmlinux 0x1d19d402 journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x1d3cc814 inet_put_port +EXPORT_SYMBOL vmlinux 0x1d4af354 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x1d55f922 pci_iomap +EXPORT_SYMBOL vmlinux 0x1d6273ee kmap_to_page +EXPORT_SYMBOL vmlinux 0x1d7c37bf generic_file_open +EXPORT_SYMBOL vmlinux 0x1d82978e arp_invalidate +EXPORT_SYMBOL vmlinux 0x1db7ac46 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x1dc36131 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0x1dccca5d mmc_start_bkops +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1dd697a4 ether_setup +EXPORT_SYMBOL vmlinux 0x1ddd7286 lease_modify +EXPORT_SYMBOL vmlinux 0x1de5c5cd jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x1e047854 warn_slowpath_fmt +EXPORT_SYMBOL vmlinux 0x1e09cdc0 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x1e0c2be4 ioremap_wc +EXPORT_SYMBOL vmlinux 0x1e0f5ba3 dput +EXPORT_SYMBOL vmlinux 0x1e26be3b get_anon_bdev +EXPORT_SYMBOL vmlinux 0x1e4c9e3c security_file_permission +EXPORT_SYMBOL vmlinux 0x1e6b72a1 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x1e6d0d1a __dev_remove_offload +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e737cde xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x1e759e7a scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x1e940334 scsi_verify_blk_ioctl +EXPORT_SYMBOL vmlinux 0x1e987f95 ___pskb_trim +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1eb38fb3 mount_nodev +EXPORT_SYMBOL vmlinux 0x1eb823e8 pci_dev_put +EXPORT_SYMBOL vmlinux 0x1ec09f18 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x1ec4eb34 flex_array_prealloc +EXPORT_SYMBOL vmlinux 0x1edc253e iunique +EXPORT_SYMBOL vmlinux 0x1f1de9be blk_integrity_is_initialized +EXPORT_SYMBOL vmlinux 0x1f3a956a follow_pfn +EXPORT_SYMBOL vmlinux 0x1f5832ed tcf_exts_dump +EXPORT_SYMBOL vmlinux 0x1f7e807f kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0x1f8fc85d netdev_features_change +EXPORT_SYMBOL vmlinux 0x1f9593a9 inet_listen +EXPORT_SYMBOL vmlinux 0x1fb62328 pci_reenable_device +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fd5d3b1 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag +EXPORT_SYMBOL vmlinux 0x1fed6ea7 pnp_device_attach +EXPORT_SYMBOL vmlinux 0x1fedf0f4 __request_region +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x20056746 ifla_policy +EXPORT_SYMBOL vmlinux 0x2005e68a acpi_remove_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x202157db __secpath_destroy +EXPORT_SYMBOL vmlinux 0x20291453 mii_link_ok +EXPORT_SYMBOL vmlinux 0x204c61c1 skb_copy_datagram_const_iovec +EXPORT_SYMBOL vmlinux 0x204cb4c8 kern_path_create +EXPORT_SYMBOL vmlinux 0x2054fd86 pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq +EXPORT_SYMBOL vmlinux 0x208739f6 acpi_load_table +EXPORT_SYMBOL vmlinux 0x2093cc4f scsi_release_buffers +EXPORT_SYMBOL vmlinux 0x20a2a5fa netif_napi_del +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20c55ae0 sscanf +EXPORT_SYMBOL vmlinux 0x20c6192f intel_scu_ipc_ioread32 +EXPORT_SYMBOL vmlinux 0x20d4221c alloc_xenballooned_pages +EXPORT_SYMBOL vmlinux 0x20d4722b ppp_input +EXPORT_SYMBOL vmlinux 0x20efa3be input_free_device +EXPORT_SYMBOL vmlinux 0x20f2b137 blk_alloc_queue_node +EXPORT_SYMBOL vmlinux 0x20f9a31e ihold +EXPORT_SYMBOL vmlinux 0x2100e0e7 mb_cache_entry_insert +EXPORT_SYMBOL vmlinux 0x212a67b3 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x21315700 param_get_bool +EXPORT_SYMBOL vmlinux 0x215341dd agp_collect_device_status +EXPORT_SYMBOL vmlinux 0x215ebd78 bitrev16 +EXPORT_SYMBOL vmlinux 0x21612973 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x216dab39 sk_stream_error +EXPORT_SYMBOL vmlinux 0x21774ce2 __netif_schedule +EXPORT_SYMBOL vmlinux 0x217dda13 flex_array_get +EXPORT_SYMBOL vmlinux 0x217fa107 disk_stack_limits +EXPORT_SYMBOL vmlinux 0x2199337a down_timeout +EXPORT_SYMBOL vmlinux 0x21e0ea22 acpi_get_id +EXPORT_SYMBOL vmlinux 0x21eb78a6 register_exec_domain +EXPORT_SYMBOL vmlinux 0x21f47913 netdev_update_features +EXPORT_SYMBOL vmlinux 0x21f9038a x86_hyper_ms_hyperv +EXPORT_SYMBOL vmlinux 0x21fb443e _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x21fe60b3 genl_register_mc_group +EXPORT_SYMBOL vmlinux 0x2223c722 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x22326062 spi_schedule_dv_device +EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint +EXPORT_SYMBOL vmlinux 0x227ff078 uart_add_one_port +EXPORT_SYMBOL vmlinux 0x228d99fa sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x22a36bac console_start +EXPORT_SYMBOL vmlinux 0x22aa4a5a generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x22adbf29 pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x2308bc81 user_revoke +EXPORT_SYMBOL vmlinux 0x231d4001 fb_edid_add_monspecs +EXPORT_SYMBOL vmlinux 0x2324bd36 scsi_execute_req +EXPORT_SYMBOL vmlinux 0x232cda5d iov_iter_copy_from_user_atomic +EXPORT_SYMBOL vmlinux 0x23359f32 blk_queue_invalidate_tags +EXPORT_SYMBOL vmlinux 0x2341c606 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x23532c4d ftrace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x2360b821 pci_release_region +EXPORT_SYMBOL vmlinux 0x23625f05 qdisc_watchdog_schedule +EXPORT_SYMBOL vmlinux 0x236b898f twl6040_reg_write +EXPORT_SYMBOL vmlinux 0x2381b559 i2c_verify_client +EXPORT_SYMBOL vmlinux 0x238e43f2 journal_start +EXPORT_SYMBOL vmlinux 0x23a574fd security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x23a65902 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23c8f257 slhc_uncompress +EXPORT_SYMBOL vmlinux 0x23db365f blk_init_queue +EXPORT_SYMBOL vmlinux 0x23fb6105 elv_unregister_queue +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page +EXPORT_SYMBOL vmlinux 0x243730dc seq_release_private +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x24576d40 finish_no_open +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x246949b3 dev_set_mtu +EXPORT_SYMBOL vmlinux 0x2482e688 vsprintf +EXPORT_SYMBOL vmlinux 0x24a103b4 lookup_bdev +EXPORT_SYMBOL vmlinux 0x24ebe19b netif_skb_features +EXPORT_SYMBOL vmlinux 0x24f169fc down_read_trylock +EXPORT_SYMBOL vmlinux 0x24fdac79 wake_bit_function +EXPORT_SYMBOL vmlinux 0x250113b4 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x250c520a mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x25154951 skb_tx_error +EXPORT_SYMBOL vmlinux 0x2522ba56 ll_rw_block +EXPORT_SYMBOL vmlinux 0x25277497 rfkill_register +EXPORT_SYMBOL vmlinux 0x25292413 splice_from_pipe_begin +EXPORT_SYMBOL vmlinux 0x252cdec9 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x253bdb78 param_get_int +EXPORT_SYMBOL vmlinux 0x2541b239 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0x254f3491 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0x255e238a kernel_read +EXPORT_SYMBOL vmlinux 0x25695d1e set_pages_wb +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x25c677c4 mac_pton +EXPORT_SYMBOL vmlinux 0x25d34c90 security_path_chmod +EXPORT_SYMBOL vmlinux 0x25fb5c44 acpi_bus_hot_remove_device +EXPORT_SYMBOL vmlinux 0x260420ae set_create_files_as +EXPORT_SYMBOL vmlinux 0x260d0329 genphy_resume +EXPORT_SYMBOL vmlinux 0x2618c13b writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x261b1ba5 __generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x262c841b pci_set_dma_max_seg_size +EXPORT_SYMBOL vmlinux 0x263954c8 scsi_host_get +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x2650d835 sysctl_ip_early_demux +EXPORT_SYMBOL vmlinux 0x265e01e1 bdev_read_only +EXPORT_SYMBOL vmlinux 0x267db252 uart_resume_port +EXPORT_SYMBOL vmlinux 0x2685c3d7 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x268cc6a2 sys_close +EXPORT_SYMBOL vmlinux 0x26a42fac mmc_register_driver +EXPORT_SYMBOL vmlinux 0x26b54144 d_prune_aliases +EXPORT_SYMBOL vmlinux 0x26bb950b __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0x26bcb834 devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x26cf3c86 dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x26e76fb8 sysctl_udp_wmem_min +EXPORT_SYMBOL vmlinux 0x26f0453a blk_set_default_limits +EXPORT_SYMBOL vmlinux 0x26f40b76 tc_classify +EXPORT_SYMBOL vmlinux 0x271cba95 acpi_bus_private_data_handler +EXPORT_SYMBOL vmlinux 0x272d394e mtrr_del +EXPORT_SYMBOL vmlinux 0x2744e5d8 tty_unthrottle +EXPORT_SYMBOL vmlinux 0x274bb91a tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x274d08dc __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x276b8c2a ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x27810361 acpi_os_wait_events_complete +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x27949bff write_one_page +EXPORT_SYMBOL vmlinux 0x27ae7d0c ec_transaction +EXPORT_SYMBOL vmlinux 0x27ae8c10 swiotlb_dma_mapping_error +EXPORT_SYMBOL vmlinux 0x27aeb006 thermal_cooling_device_unregister +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27c2197f param_set_short +EXPORT_SYMBOL vmlinux 0x27e11d13 keyring_search +EXPORT_SYMBOL vmlinux 0x27f15b1f generic_permission +EXPORT_SYMBOL vmlinux 0x27f64f2f __cleancache_invalidate_fs +EXPORT_SYMBOL vmlinux 0x2811d343 neigh_direct_output +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x28360de4 tcp_md5_hash_header +EXPORT_SYMBOL vmlinux 0x28383e43 agp_free_page_array +EXPORT_SYMBOL vmlinux 0x283f062a tcp_sendpage +EXPORT_SYMBOL vmlinux 0x2851b94d tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x285cda70 abx500_get_chip_id +EXPORT_SYMBOL vmlinux 0x285dc395 sg_miter_stop +EXPORT_SYMBOL vmlinux 0x2870fd4f textsearch_register +EXPORT_SYMBOL vmlinux 0x28726110 kunmap_high +EXPORT_SYMBOL vmlinux 0x28736047 vfs_readdir +EXPORT_SYMBOL vmlinux 0x289ae517 current_task +EXPORT_SYMBOL vmlinux 0x28a2ed02 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x28b715a6 isapnp_cfg_end +EXPORT_SYMBOL vmlinux 0x28b8d20e sk_receive_skb +EXPORT_SYMBOL vmlinux 0x28d4ddc7 xfrm_lookup +EXPORT_SYMBOL vmlinux 0x28dd4750 ida_simple_get +EXPORT_SYMBOL vmlinux 0x28e99669 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x2903a24f blk_delay_queue +EXPORT_SYMBOL vmlinux 0x29062aeb neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x2914408f jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0x2919f4b1 dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0x292012a2 mmc_flush_cache +EXPORT_SYMBOL vmlinux 0x29437301 devm_request_and_ioremap +EXPORT_SYMBOL vmlinux 0x29537c9e alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0x29539652 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x295b70ff do_splice_from +EXPORT_SYMBOL vmlinux 0x295db419 x86_hyper +EXPORT_SYMBOL vmlinux 0x29782ed8 pci_iounmap +EXPORT_SYMBOL vmlinux 0x2980c39c mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x298ae7f1 pci_save_state +EXPORT_SYMBOL vmlinux 0x2992c7f0 thermal_zone_device_update +EXPORT_SYMBOL vmlinux 0x29b50afb remove_proc_entry +EXPORT_SYMBOL vmlinux 0x29e41daa vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x29e46e1d redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x29fdda53 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0x2a17f633 force_sig +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a332120 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0x2a35bc2f __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x2a37d074 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2a4d99ca abx500_event_registers_startup_state_get +EXPORT_SYMBOL vmlinux 0x2a5def2f intel_scu_ipc_iowrite32 +EXPORT_SYMBOL vmlinux 0x2a742d53 vc_resize +EXPORT_SYMBOL vmlinux 0x2aa0e4fc strncasecmp +EXPORT_SYMBOL vmlinux 0x2aa325ed sync_inode +EXPORT_SYMBOL vmlinux 0x2aa81e9f dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0x2aaf4750 tty_port_close_end +EXPORT_SYMBOL vmlinux 0x2ab4bb3a get_tz_trend +EXPORT_SYMBOL vmlinux 0x2ac4b933 dev_mc_sync +EXPORT_SYMBOL vmlinux 0x2ad32b46 __generic_file_aio_write +EXPORT_SYMBOL vmlinux 0x2ad38a01 nf_getsockopt +EXPORT_SYMBOL vmlinux 0x2adec9b6 pm860x_page_set_bits +EXPORT_SYMBOL vmlinux 0x2aeb1e71 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x2b0ba2b0 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x2b2ce78b kstrtos8 +EXPORT_SYMBOL vmlinux 0x2b3ca0af max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x2b3f73db mntput +EXPORT_SYMBOL vmlinux 0x2b44fcc2 padata_unregister_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x2b47134c tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x2b5559c1 ip_options_compile +EXPORT_SYMBOL vmlinux 0x2b75f451 dma_declare_coherent_memory +EXPORT_SYMBOL vmlinux 0x2b7f4e06 dev_mc_del +EXPORT_SYMBOL vmlinux 0x2b9bcd4b nf_log_packet +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba707a8 sysctl_tcp_low_latency +EXPORT_SYMBOL vmlinux 0x2bb55d6e acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x2bc95bd4 memset +EXPORT_SYMBOL vmlinux 0x2bf8d577 sleep_on_timeout +EXPORT_SYMBOL vmlinux 0x2bfeb410 acpi_get_handle +EXPORT_SYMBOL vmlinux 0x2c0325d0 kill_fasync +EXPORT_SYMBOL vmlinux 0x2c11f91f inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x2c14323a kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c2bf57a bio_integrity_free +EXPORT_SYMBOL vmlinux 0x2c3ed1ae unregister_nls +EXPORT_SYMBOL vmlinux 0x2c419db0 dev_open +EXPORT_SYMBOL vmlinux 0x2c8944e3 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x2c8b3d4d uart_get_divisor +EXPORT_SYMBOL vmlinux 0x2cae4a33 dma_alloc_from_coherent +EXPORT_SYMBOL vmlinux 0x2cb32219 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x2cd47ec6 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x2cd6cd91 i2c_use_client +EXPORT_SYMBOL vmlinux 0x2cdabe8b neigh_lookup +EXPORT_SYMBOL vmlinux 0x2d0829ea jbd2_journal_invalidatepage +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d2059c0 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x2d347dc0 dma_common_mmap +EXPORT_SYMBOL vmlinux 0x2d37342e cpu_online_mask +EXPORT_SYMBOL vmlinux 0x2d5966c4 acpi_bus_add +EXPORT_SYMBOL vmlinux 0x2d74859b ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x2d89342a scsi_show_sense_hdr +EXPORT_SYMBOL vmlinux 0x2d96347d lease_get_mtime +EXPORT_SYMBOL vmlinux 0x2dd16564 arch_register_cpu +EXPORT_SYMBOL vmlinux 0x2dd84328 names_cachep +EXPORT_SYMBOL vmlinux 0x2de0ef91 d_find_any_alias +EXPORT_SYMBOL vmlinux 0x2deda4a1 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x2dedc4c2 acpi_format_exception +EXPORT_SYMBOL vmlinux 0x2def7f76 rtc_cmos_write +EXPORT_SYMBOL vmlinux 0x2e10cac4 sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x2e11e040 udp_proc_register +EXPORT_SYMBOL vmlinux 0x2e142400 unlock_page +EXPORT_SYMBOL vmlinux 0x2e26d08c jbd2_log_start_commit +EXPORT_SYMBOL vmlinux 0x2e2ce9e0 sysctl_tcp_syncookies +EXPORT_SYMBOL vmlinux 0x2e311dd5 km_state_expired +EXPORT_SYMBOL vmlinux 0x2e3a900d generic_readlink +EXPORT_SYMBOL vmlinux 0x2e406704 pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x2e5e72cb dev_get_by_name +EXPORT_SYMBOL vmlinux 0x2e60bace memcpy +EXPORT_SYMBOL vmlinux 0x2e7c2e90 tcf_hash_search +EXPORT_SYMBOL vmlinux 0x2ec524ad __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x2ee332c1 kfree_skb +EXPORT_SYMBOL vmlinux 0x2eeceb42 sk_chk_filter +EXPORT_SYMBOL vmlinux 0x2ef63ad6 scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f064b55 allocate_resource +EXPORT_SYMBOL vmlinux 0x2f287f0d copy_to_user +EXPORT_SYMBOL vmlinux 0x2f34e53a jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x2f477e62 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0x2f4dc73d km_report +EXPORT_SYMBOL vmlinux 0x2f606c22 netlink_ack +EXPORT_SYMBOL vmlinux 0x2f663b8c revalidate_disk +EXPORT_SYMBOL vmlinux 0x2f751a52 phy_print_status +EXPORT_SYMBOL vmlinux 0x2fa863fc inet_shutdown +EXPORT_SYMBOL vmlinux 0x2fae912e fifo_set_limit +EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness +EXPORT_SYMBOL vmlinux 0x2fc46666 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x2ff9602f __dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x30226ddf agp_device_command +EXPORT_SYMBOL vmlinux 0x3027b584 mark_page_accessed +EXPORT_SYMBOL vmlinux 0x302b865b x86_hyper_vmware +EXPORT_SYMBOL vmlinux 0x302d9038 max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x305221a1 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x305ddf81 vm_mmap +EXPORT_SYMBOL vmlinux 0x307c2fd0 generic_check_addressable +EXPORT_SYMBOL vmlinux 0x307f79d1 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x30851e09 lock_may_read +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30ae4566 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x30c9e1e1 swiotlb_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0x30cada8f radix_tree_next_hole +EXPORT_SYMBOL vmlinux 0x30da90db dquot_resume +EXPORT_SYMBOL vmlinux 0x30e74134 tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages +EXPORT_SYMBOL vmlinux 0x310917fe sort +EXPORT_SYMBOL vmlinux 0x3119ab03 jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x3135d29d blk_register_region +EXPORT_SYMBOL vmlinux 0x3145216f pci_dev_present +EXPORT_SYMBOL vmlinux 0x3147857d default_red +EXPORT_SYMBOL vmlinux 0x31819071 generic_write_end +EXPORT_SYMBOL vmlinux 0x318cadb1 reciprocal_value +EXPORT_SYMBOL vmlinux 0x3191f109 __krealloc +EXPORT_SYMBOL vmlinux 0x31d3cd4e __bread +EXPORT_SYMBOL vmlinux 0x31d94928 skb_pull +EXPORT_SYMBOL vmlinux 0x31e76b57 recalibrate_cpu_khz +EXPORT_SYMBOL vmlinux 0x31f0bb78 __kmap_atomic_idx +EXPORT_SYMBOL vmlinux 0x31feb86e vfs_readv +EXPORT_SYMBOL vmlinux 0x3202435a wrmsr_safe_regs +EXPORT_SYMBOL vmlinux 0x32069ab6 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x320db644 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x321657f5 dev_uc_add +EXPORT_SYMBOL vmlinux 0x32516947 tcp_poll +EXPORT_SYMBOL vmlinux 0x326425ca pci_unmap_biosrom +EXPORT_SYMBOL vmlinux 0x32b94805 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x32bb04c8 from_kqid +EXPORT_SYMBOL vmlinux 0x32cea339 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0x32d0db08 md_write_start +EXPORT_SYMBOL vmlinux 0x32edb4ee inet6_ioctl +EXPORT_SYMBOL vmlinux 0x32eeaded _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x3305a72d generic_writepages +EXPORT_SYMBOL vmlinux 0x3306dc60 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x3357b859 generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0x337cce46 put_cmsg +EXPORT_SYMBOL vmlinux 0x33ac417f acpi_os_hotplug_execute +EXPORT_SYMBOL vmlinux 0x33b2c16e agp_bind_memory +EXPORT_SYMBOL vmlinux 0x33dbfd93 tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x33de7e0e blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x33e09be2 scsi_block_requests +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33f876c3 bio_split +EXPORT_SYMBOL vmlinux 0x34184afe current_kernel_time +EXPORT_SYMBOL vmlinux 0x341a9700 __d_drop +EXPORT_SYMBOL vmlinux 0x3427c549 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x342f60fe apm_info +EXPORT_SYMBOL vmlinux 0x3437d4a9 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x344448a6 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0x3450b60b register_xen_selfballooning +EXPORT_SYMBOL vmlinux 0x34671faa scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0x347013de nla_validate +EXPORT_SYMBOL vmlinux 0x34908c14 print_hex_dump_bytes +EXPORT_SYMBOL vmlinux 0x34992062 dmam_release_declared_memory +EXPORT_SYMBOL vmlinux 0x34998d42 blk_get_queue +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34b3c66c pnp_release_card_device +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x35196dda bio_integrity_endio +EXPORT_SYMBOL vmlinux 0x35445d53 kset_register +EXPORT_SYMBOL vmlinux 0x35484cf4 uart_update_timeout +EXPORT_SYMBOL vmlinux 0x357e76df devm_ioremap +EXPORT_SYMBOL vmlinux 0x35b6b772 param_ops_charp +EXPORT_SYMBOL vmlinux 0x35ca8cfa dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x35ddb986 vga_put +EXPORT_SYMBOL vmlinux 0x35e0e1a3 kmap_atomic_to_page +EXPORT_SYMBOL vmlinux 0x3602c737 genl_notify +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x360b8d16 x86_cpu_to_apicid +EXPORT_SYMBOL vmlinux 0x36183be6 unlock_new_inode +EXPORT_SYMBOL vmlinux 0x36256710 serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0x362ef408 _copy_from_user +EXPORT_SYMBOL vmlinux 0x363a7460 swiotlb_alloc_coherent +EXPORT_SYMBOL vmlinux 0x363ebf54 i8042_install_filter +EXPORT_SYMBOL vmlinux 0x367c5531 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x36803b92 __cleancache_invalidate_page +EXPORT_SYMBOL vmlinux 0x3686ea09 spi_print_msg +EXPORT_SYMBOL vmlinux 0x369898b6 scsi_print_command +EXPORT_SYMBOL vmlinux 0x36aad357 __wake_up_bit +EXPORT_SYMBOL vmlinux 0x36c6af51 intel_scu_ipc_iowrite8 +EXPORT_SYMBOL vmlinux 0x36e34bef qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x36e360e3 __hw_addr_add_multiple +EXPORT_SYMBOL vmlinux 0x36f9cd94 rcu_is_cpu_idle +EXPORT_SYMBOL vmlinux 0x371052cf xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x37281560 dget_parent +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x374fe40c cpufreq_global_kobject +EXPORT_SYMBOL vmlinux 0x375f27aa dev_change_flags +EXPORT_SYMBOL vmlinux 0x37804aca vga_switcheroo_register_handler +EXPORT_SYMBOL vmlinux 0x37987050 eth_type_trans +EXPORT_SYMBOL vmlinux 0x37a3f4ae cdrom_release +EXPORT_SYMBOL vmlinux 0x37b777df param_set_copystring +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37c0a025 xfrm_input +EXPORT_SYMBOL vmlinux 0x37c38282 blk_peek_request +EXPORT_SYMBOL vmlinux 0x37d0fb31 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x37debcc0 pnpacpi_protocol +EXPORT_SYMBOL vmlinux 0x37e74642 get_jiffies_64 +EXPORT_SYMBOL vmlinux 0x37f15ff7 dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x37f33814 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x37f614b7 __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x37ff4c06 copy_from_user_overflow +EXPORT_SYMBOL vmlinux 0x381144a9 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x381ccc13 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0x382eb120 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0x384150eb pagecache_write_begin +EXPORT_SYMBOL vmlinux 0x387d93d2 tcp_splice_read +EXPORT_SYMBOL vmlinux 0x3882f8a3 gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x388799f6 unregister_kmmio_probe +EXPORT_SYMBOL vmlinux 0x388f9128 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38c69a57 thermal_zone_bind_cooling_device +EXPORT_SYMBOL vmlinux 0x38cc0065 iterate_fd +EXPORT_SYMBOL vmlinux 0x38f11d16 kern_path +EXPORT_SYMBOL vmlinux 0x39087699 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x3909cad8 md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0x390ad037 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x391cb33a twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x3921993e sk_run_filter +EXPORT_SYMBOL vmlinux 0x39331b63 dev_notice +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x3959b95b inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x395c95ac dev_add_pack +EXPORT_SYMBOL vmlinux 0x396b7bdd blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x3980aac1 unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0x399ae23a ida_get_new_above +EXPORT_SYMBOL vmlinux 0x39a055f3 acpi_remove_gpe_handler +EXPORT_SYMBOL vmlinux 0x39a7bee1 pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x39d654a2 agp_backend_acquire +EXPORT_SYMBOL vmlinux 0x39f3284c tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x39f820c4 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x39f9a0a5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x3a013b7d remove_wait_queue +EXPORT_SYMBOL vmlinux 0x3a02ed44 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x3a083cda mark_info_dirty +EXPORT_SYMBOL vmlinux 0x3a08475f platform_thermal_notify +EXPORT_SYMBOL vmlinux 0x3a0b7ab6 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0x3a0faae3 bdevname +EXPORT_SYMBOL vmlinux 0x3a17cb76 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0x3a18f49a ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x3a32839e intel_gtt_chipset_flush +EXPORT_SYMBOL vmlinux 0x3a364945 cdrom_media_changed +EXPORT_SYMBOL vmlinux 0x3a3fcb7d twl6040_set_bits +EXPORT_SYMBOL vmlinux 0x3a664cc0 get_user_pages +EXPORT_SYMBOL vmlinux 0x3a81ffa2 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x3a87e31a get_task_io_context +EXPORT_SYMBOL vmlinux 0x3a94b5af mmc_card_awake +EXPORT_SYMBOL vmlinux 0x3a999173 sk_wait_data +EXPORT_SYMBOL vmlinux 0x3a9b6fb9 blk_unregister_region +EXPORT_SYMBOL vmlinux 0x3ab67f38 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0x3ac49aee neigh_table_init +EXPORT_SYMBOL vmlinux 0x3aeeac3f agp_generic_free_gatt_table +EXPORT_SYMBOL vmlinux 0x3b085e4f phy_device_free +EXPORT_SYMBOL vmlinux 0x3b201620 machine_real_restart +EXPORT_SYMBOL vmlinux 0x3b2f2cda qdisc_destroy +EXPORT_SYMBOL vmlinux 0x3b3016d3 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x3b5c6605 nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x3b752735 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x3bbc0a3e dquot_file_open +EXPORT_SYMBOL vmlinux 0x3bd1b1f6 msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x3bec1ede mfd_add_devices +EXPORT_SYMBOL vmlinux 0x3bef03b9 flow_cache_lookup +EXPORT_SYMBOL vmlinux 0x3bf862d2 mmc_gpio_request_ro +EXPORT_SYMBOL vmlinux 0x3c137ce2 netdev_err +EXPORT_SYMBOL vmlinux 0x3c167d47 tty_unlock +EXPORT_SYMBOL vmlinux 0x3c179848 try_to_release_page +EXPORT_SYMBOL vmlinux 0x3c1b327b wireless_spy_update +EXPORT_SYMBOL vmlinux 0x3c2caead seq_bitmap_list +EXPORT_SYMBOL vmlinux 0x3c3dc595 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x3c421adb prepare_creds +EXPORT_SYMBOL vmlinux 0x3c55c60e remap_pfn_range +EXPORT_SYMBOL vmlinux 0x3c5bcdf6 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x3c71b4ae get_disk +EXPORT_SYMBOL vmlinux 0x3c743db9 __mutex_init +EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull +EXPORT_SYMBOL vmlinux 0x3c9d1211 string_get_size +EXPORT_SYMBOL vmlinux 0x3cae11e8 seq_open_private +EXPORT_SYMBOL vmlinux 0x3cb3931b sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x3cb49656 neigh_destroy +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3ce53d3f __nla_reserve +EXPORT_SYMBOL vmlinux 0x3ce92531 skb_queue_tail +EXPORT_SYMBOL vmlinux 0x3cfde884 unlock_buffer +EXPORT_SYMBOL vmlinux 0x3d1fe233 scsi_device_get +EXPORT_SYMBOL vmlinux 0x3d36fd5b gen_pool_alloc +EXPORT_SYMBOL vmlinux 0x3d3d47d4 sock_get_timestamp +EXPORT_SYMBOL vmlinux 0x3d5b3911 __cleancache_init_fs +EXPORT_SYMBOL vmlinux 0x3d5d8364 blkdev_get +EXPORT_SYMBOL vmlinux 0x3d6558d4 swiotlb_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x3d6f2b1c override_creds +EXPORT_SYMBOL vmlinux 0x3d7c1ed7 msrs_alloc +EXPORT_SYMBOL vmlinux 0x3d8c2115 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x3d8f0141 inet_recvmsg +EXPORT_SYMBOL vmlinux 0x3d9fd410 blk_queue_prep_rq +EXPORT_SYMBOL vmlinux 0x3da171f9 pci_mem_start +EXPORT_SYMBOL vmlinux 0x3dbedf73 spi_release_transport +EXPORT_SYMBOL vmlinux 0x3dc01bfe pci_map_rom +EXPORT_SYMBOL vmlinux 0x3dc3fe41 uart_suspend_port +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dd5cf3e do_sync_write +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e1b82fc serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x3e2ae3a8 acpi_release_global_lock +EXPORT_SYMBOL vmlinux 0x3e43adf4 tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0x3e45e9ff register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0x3e62231a dump_trace +EXPORT_SYMBOL vmlinux 0x3e64f9eb d_alloc +EXPORT_SYMBOL vmlinux 0x3e882943 pcibios_align_resource +EXPORT_SYMBOL vmlinux 0x3e8bd8e1 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0x3eae292f param_set_byte +EXPORT_SYMBOL vmlinux 0x3eaf291d param_get_string +EXPORT_SYMBOL vmlinux 0x3eb519be find_vma +EXPORT_SYMBOL vmlinux 0x3ec16c3b in_group_p +EXPORT_SYMBOL vmlinux 0x3ed63055 zlib_inflateReset +EXPORT_SYMBOL vmlinux 0x3eec9f95 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0x3eee3e3b dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x3ef78d80 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x3eff5ac2 intel_scu_ipc_writev +EXPORT_SYMBOL vmlinux 0x3f0546a8 ioread32_rep +EXPORT_SYMBOL vmlinux 0x3f37cc58 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f58c42c ida_pre_get +EXPORT_SYMBOL vmlinux 0x3f5bd2d8 mount_single +EXPORT_SYMBOL vmlinux 0x3f6a11e5 neigh_ifdown +EXPORT_SYMBOL vmlinux 0x3f88cdec inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x3f9f868f __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x3fa33370 padata_alloc +EXPORT_SYMBOL vmlinux 0x3fa58ef8 wait_for_completion +EXPORT_SYMBOL vmlinux 0x3fa709b1 fb_find_mode +EXPORT_SYMBOL vmlinux 0x3fec048f sg_next +EXPORT_SYMBOL vmlinux 0x3ff62317 local_bh_disable +EXPORT_SYMBOL vmlinux 0x40069637 fget_raw +EXPORT_SYMBOL vmlinux 0x40263fdf serio_close +EXPORT_SYMBOL vmlinux 0x40289e68 sock_wfree +EXPORT_SYMBOL vmlinux 0x402b8281 __request_module +EXPORT_SYMBOL vmlinux 0x4059792f print_hex_dump +EXPORT_SYMBOL vmlinux 0x405a4de8 mmc_gpio_request_cd +EXPORT_SYMBOL vmlinux 0x405c1144 get_seconds +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x4097fa45 acpi_read_bit_register +EXPORT_SYMBOL vmlinux 0x409873e3 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x409a42bd nf_ct_attach +EXPORT_SYMBOL vmlinux 0x409b0c0b pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0x40a27c37 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x40a2d1dd dm_table_get_size +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40b8f840 pci_biosrom_size +EXPORT_SYMBOL vmlinux 0x40c01859 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40c89d46 acpi_get_table_by_index +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d52559 pneigh_lookup +EXPORT_SYMBOL vmlinux 0x40f7cfd8 journal_get_write_access +EXPORT_SYMBOL vmlinux 0x411cf47b blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x411f1968 gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x411f1aea security_inode_permission +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x418f1d07 dentry_open +EXPORT_SYMBOL vmlinux 0x4192df81 account_page_redirty +EXPORT_SYMBOL vmlinux 0x41b6634a sk_reset_timer +EXPORT_SYMBOL vmlinux 0x41c2815f bdi_destroy +EXPORT_SYMBOL vmlinux 0x41c7a144 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0x4211c3c1 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x4228c12d mfd_remove_devices +EXPORT_SYMBOL vmlinux 0x423354fd dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x425396c4 phy_ethtool_gset +EXPORT_SYMBOL vmlinux 0x42595e58 vgacon_text_force +EXPORT_SYMBOL vmlinux 0x427d0513 nlmsg_notify +EXPORT_SYMBOL vmlinux 0x4281a85c generic_delete_inode +EXPORT_SYMBOL vmlinux 0x42873ee4 elv_dispatch_sort +EXPORT_SYMBOL vmlinux 0x428f2439 proto_unregister +EXPORT_SYMBOL vmlinux 0x428f24f9 posix_acl_create +EXPORT_SYMBOL vmlinux 0x42902bf2 spi_attach_transport +EXPORT_SYMBOL vmlinux 0x4292364c schedule +EXPORT_SYMBOL vmlinux 0x42977ad4 __hw_addr_del_multiple +EXPORT_SYMBOL vmlinux 0x429c8477 default_file_splice_read +EXPORT_SYMBOL vmlinux 0x42a1b208 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x42c8de35 ioremap_nocache +EXPORT_SYMBOL vmlinux 0x42d12c61 blk_requeue_request +EXPORT_SYMBOL vmlinux 0x43012eba vfs_fsync_range +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x432261fb bio_get_nr_vecs +EXPORT_SYMBOL vmlinux 0x432dd481 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x433557f6 padata_register_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x4335b5a8 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x43491069 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x43576600 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x436c2179 iowrite32 +EXPORT_SYMBOL vmlinux 0x436e2165 fb_is_primary_device +EXPORT_SYMBOL vmlinux 0x43710330 serio_unregister_port +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x43a0458b blk_start_plug +EXPORT_SYMBOL vmlinux 0x43a5d278 sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x43ac02ce scsi_device_resume +EXPORT_SYMBOL vmlinux 0x43bd4f2b input_reset_device +EXPORT_SYMBOL vmlinux 0x43e02635 jbd2_journal_file_inode +EXPORT_SYMBOL vmlinux 0x43e4c996 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x43eb7cc5 inet_accept +EXPORT_SYMBOL vmlinux 0x43f23311 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x43f65362 thermal_zone_device_unregister +EXPORT_SYMBOL vmlinux 0x4411c503 prandom_seed +EXPORT_SYMBOL vmlinux 0x441acf18 dst_discard +EXPORT_SYMBOL vmlinux 0x44366cfc simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0x4439569c ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x44438b96 hex2bin +EXPORT_SYMBOL vmlinux 0x4470a79b param_ops_long +EXPORT_SYMBOL vmlinux 0x4475978d kill_block_super +EXPORT_SYMBOL vmlinux 0x448abd47 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x44900431 km_state_notify +EXPORT_SYMBOL vmlinux 0x44aaf30f tsc_khz +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44f1606d down_trylock +EXPORT_SYMBOL vmlinux 0x45081703 ec_get_handle +EXPORT_SYMBOL vmlinux 0x4534388c inet6_protos +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x4550ba8a register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x456106c0 tcp_check_req +EXPORT_SYMBOL vmlinux 0x4567a222 block_write_full_page +EXPORT_SYMBOL vmlinux 0x456ecc80 skb_append_datato_frags +EXPORT_SYMBOL vmlinux 0x45734e4f blk_queue_make_request +EXPORT_SYMBOL vmlinux 0x4573a2d6 input_set_keycode +EXPORT_SYMBOL vmlinux 0x4578661a _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x45912c07 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0x45963c37 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x45a765cf pci_add_resource +EXPORT_SYMBOL vmlinux 0x45bd9efd dm_table_put +EXPORT_SYMBOL vmlinux 0x45bea349 cont_write_begin +EXPORT_SYMBOL vmlinux 0x45c307bb max8998_update_reg +EXPORT_SYMBOL vmlinux 0x45d216b9 tcp_put_md5sig_pool +EXPORT_SYMBOL vmlinux 0x45dc6982 i2c_clients_command +EXPORT_SYMBOL vmlinux 0x45e8dc24 sk_stop_timer +EXPORT_SYMBOL vmlinux 0x45f5354c dm_get_mapinfo +EXPORT_SYMBOL vmlinux 0x460a6565 mutex_unlock +EXPORT_SYMBOL vmlinux 0x46163927 blk_start_queue +EXPORT_SYMBOL vmlinux 0x4618cd37 abort_creds +EXPORT_SYMBOL vmlinux 0x462a2e75 match_strlcpy +EXPORT_SYMBOL vmlinux 0x4631380c dma_release_declared_memory +EXPORT_SYMBOL vmlinux 0x464dc956 fget_light +EXPORT_SYMBOL vmlinux 0x465cab34 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x46608fa0 getnstimeofday +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x4691ba37 elevator_change +EXPORT_SYMBOL vmlinux 0x46922507 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x46bb063c netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x46f65f71 register_gifconf +EXPORT_SYMBOL vmlinux 0x46f70c45 fsnotify_put_mark +EXPORT_SYMBOL vmlinux 0x46feb099 dm_read_arg +EXPORT_SYMBOL vmlinux 0x47102a29 devm_gpio_request +EXPORT_SYMBOL vmlinux 0x471b4e8a inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x47223761 __serio_register_port +EXPORT_SYMBOL vmlinux 0x47416e14 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x475100c2 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x475f010b acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x478d10b2 ht_destroy_irq +EXPORT_SYMBOL vmlinux 0x4792c572 down_interruptible +EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x479c3c86 find_next_zero_bit +EXPORT_SYMBOL vmlinux 0x47a59c64 soft_cursor +EXPORT_SYMBOL vmlinux 0x47b3f862 radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x47b546a0 flush_delayed_work +EXPORT_SYMBOL vmlinux 0x47b6a10f ftrace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0x47c28562 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x47c3612d bh_submit_read +EXPORT_SYMBOL vmlinux 0x47eb593f do_splice_direct +EXPORT_SYMBOL vmlinux 0x47f7eaec skb_queue_purge +EXPORT_SYMBOL vmlinux 0x480c2e03 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x48193639 acpi_lid_open +EXPORT_SYMBOL vmlinux 0x481cb9ab acpi_enter_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x48286857 journal_stop +EXPORT_SYMBOL vmlinux 0x48287be7 inode_get_bytes +EXPORT_SYMBOL vmlinux 0x4845c423 param_array_ops +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x486d2f29 dqstats +EXPORT_SYMBOL vmlinux 0x48710fcc tcp_read_sock +EXPORT_SYMBOL vmlinux 0x487d9343 param_ops_ushort +EXPORT_SYMBOL vmlinux 0x48d89bc4 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x48de32be __cleancache_put_page +EXPORT_SYMBOL vmlinux 0x48e2b57d sg_alloc_table_from_pages +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x4918835e neigh_parms_release +EXPORT_SYMBOL vmlinux 0x4926b83d call_usermodehelper_fns +EXPORT_SYMBOL vmlinux 0x494d5847 ata_dev_printk +EXPORT_SYMBOL vmlinux 0x49603fb8 security_sb_copy_data +EXPORT_SYMBOL vmlinux 0x49828177 tcp_child_process +EXPORT_SYMBOL vmlinux 0x49a68917 init_net +EXPORT_SYMBOL vmlinux 0x49b07aec tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x49b71917 nf_log_register +EXPORT_SYMBOL vmlinux 0x49cbb145 scsi_print_sense +EXPORT_SYMBOL vmlinux 0x49de1e94 input_unregister_handle +EXPORT_SYMBOL vmlinux 0x49e4d7dd scsi_cmd_ioctl +EXPORT_SYMBOL vmlinux 0x4a029335 pci_vpd_truncate +EXPORT_SYMBOL vmlinux 0x4a08d79c neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x4a174efa genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x4a358252 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x4a5ffa82 journal_load +EXPORT_SYMBOL vmlinux 0x4a623ce7 phy_device_create +EXPORT_SYMBOL vmlinux 0x4a676e2e xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x4a6b821a mount_bdev +EXPORT_SYMBOL vmlinux 0x4a8fe9a9 sk_filter +EXPORT_SYMBOL vmlinux 0x4a9f756e kmap_high +EXPORT_SYMBOL vmlinux 0x4abbe3c2 vm_brk +EXPORT_SYMBOL vmlinux 0x4ac61254 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x4acd93d3 release_resource +EXPORT_SYMBOL vmlinux 0x4af54cb5 ppp_dev_name +EXPORT_SYMBOL vmlinux 0x4afe531b nf_unregister_hooks +EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize +EXPORT_SYMBOL vmlinux 0x4afe9efa skb_split +EXPORT_SYMBOL vmlinux 0x4b085dbf agp3_generic_configure +EXPORT_SYMBOL vmlinux 0x4b1ec3e2 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0x4b2469b7 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x4b34fbf5 block_all_signals +EXPORT_SYMBOL vmlinux 0x4b3c3e2b mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0x4b3e4dcc pci_disable_ltr +EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0x4b900340 agp_generic_insert_memory +EXPORT_SYMBOL vmlinux 0x4b9824b5 fb_validate_mode +EXPORT_SYMBOL vmlinux 0x4ba4c1c9 register_console +EXPORT_SYMBOL vmlinux 0x4bba5ede mii_ethtool_gset +EXPORT_SYMBOL vmlinux 0x4bc4d5a5 __cond_resched_lock +EXPORT_SYMBOL vmlinux 0x4bcd5661 ndo_dflt_bridge_getlink +EXPORT_SYMBOL vmlinux 0x4bdd4780 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x4bdda35f md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x4be85a03 memweight +EXPORT_SYMBOL vmlinux 0x4bf105da nla_reserve +EXPORT_SYMBOL vmlinux 0x4bf77ec3 scsi_register_interface +EXPORT_SYMBOL vmlinux 0x4bf7b27d inode_sb_list_lock +EXPORT_SYMBOL vmlinux 0x4bfcb3d2 devm_free_irq +EXPORT_SYMBOL vmlinux 0x4c0641ae phy_start_aneg +EXPORT_SYMBOL vmlinux 0x4c0ef003 netdev_class_remove_file +EXPORT_SYMBOL vmlinux 0x4c1182cb bitmap_scnprintf +EXPORT_SYMBOL vmlinux 0x4c293b03 ab3100_event_register +EXPORT_SYMBOL vmlinux 0x4c2ae700 strnstr +EXPORT_SYMBOL vmlinux 0x4c5e46ea freezing_slow_path +EXPORT_SYMBOL vmlinux 0x4c67b3c1 blk_run_queue +EXPORT_SYMBOL vmlinux 0x4c923dc7 set_user_nice +EXPORT_SYMBOL vmlinux 0x4c9532c5 find_inode_number +EXPORT_SYMBOL vmlinux 0x4cbbd171 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x4ccbdeda jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x4cdb3178 ns_to_timeval +EXPORT_SYMBOL vmlinux 0x4ce3ae76 frontswap_enabled +EXPORT_SYMBOL vmlinux 0x4d0c53e5 journal_start_commit +EXPORT_SYMBOL vmlinux 0x4d1ca84c net_dma_find_channel +EXPORT_SYMBOL vmlinux 0x4d1eb786 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0x4d23a536 inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x4d29aed9 ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0x4d3c153f sigprocmask +EXPORT_SYMBOL vmlinux 0x4d405db8 param_ops_string +EXPORT_SYMBOL vmlinux 0x4d438c9a vm_event_states +EXPORT_SYMBOL vmlinux 0x4d45d89e udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x4d4ab6cb mb_cache_create +EXPORT_SYMBOL vmlinux 0x4d65525e tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x4d7efba4 page_address +EXPORT_SYMBOL vmlinux 0x4d89e8a3 vfs_rename +EXPORT_SYMBOL vmlinux 0x4d8f1a1d blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4dadbc2f bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x4dc45be9 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x4de34a07 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4deccaa1 journal_create +EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse +EXPORT_SYMBOL vmlinux 0x4e048ec6 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0x4e21999c acpi_get_child +EXPORT_SYMBOL vmlinux 0x4e2dea07 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e4fea64 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x4e53f63c acpi_get_hp_hw_control_from_firmware +EXPORT_SYMBOL vmlinux 0x4e64cbe5 register_sysctl_paths +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e830a3e strnicmp +EXPORT_SYMBOL vmlinux 0x4e888743 unregister_key_type +EXPORT_SYMBOL vmlinux 0x4e8c5d1b find_lock_page +EXPORT_SYMBOL vmlinux 0x4e92d599 neigh_seq_start +EXPORT_SYMBOL vmlinux 0x4ea1ddf2 netlink_unicast +EXPORT_SYMBOL vmlinux 0x4ea25709 dql_reset +EXPORT_SYMBOL vmlinux 0x4eaf6e0d __cleancache_init_shared_fs +EXPORT_SYMBOL vmlinux 0x4eb11f1f seq_bitmap +EXPORT_SYMBOL vmlinux 0x4eb5202a cfb_imageblit +EXPORT_SYMBOL vmlinux 0x4edd73be skb_copy_expand +EXPORT_SYMBOL vmlinux 0x4f073929 do_sync_read +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f331143 tcp_make_synack +EXPORT_SYMBOL vmlinux 0x4f391d0e nla_parse +EXPORT_SYMBOL vmlinux 0x4f476e96 init_cdrom_command +EXPORT_SYMBOL vmlinux 0x4f4de432 __napi_complete +EXPORT_SYMBOL vmlinux 0x4f575b5d md_unregister_thread +EXPORT_SYMBOL vmlinux 0x4f68e5c9 do_gettimeofday +EXPORT_SYMBOL vmlinux 0x4f6db373 udp_seq_open +EXPORT_SYMBOL vmlinux 0x4f783f30 acpi_read +EXPORT_SYMBOL vmlinux 0x4f79b22e kthread_stop +EXPORT_SYMBOL vmlinux 0x4f7d19ec sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x4fb37157 mmc_release_host +EXPORT_SYMBOL vmlinux 0x4fb8da3d eth_header_cache +EXPORT_SYMBOL vmlinux 0x4fdb2cdb drop_super +EXPORT_SYMBOL vmlinux 0x4fdee897 i8042_command +EXPORT_SYMBOL vmlinux 0x4ff3b36f set_anon_super +EXPORT_SYMBOL vmlinux 0x4ff5ab0a tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x5003a7a9 md_flush_request +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x50211ee3 tcp_free_md5sig_pool +EXPORT_SYMBOL vmlinux 0x504805df dm_register_target +EXPORT_SYMBOL vmlinux 0x50529870 acpi_get_gpe_status +EXPORT_SYMBOL vmlinux 0x5064b6e7 aio_complete +EXPORT_SYMBOL vmlinux 0x50776b29 usb_put_phy +EXPORT_SYMBOL vmlinux 0x50949f6c sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x509a9313 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x50eedeb8 printk +EXPORT_SYMBOL vmlinux 0x510f859a dquot_quota_on +EXPORT_SYMBOL vmlinux 0x51136341 bio_init +EXPORT_SYMBOL vmlinux 0x5118c382 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0x513eb880 journal_clear_err +EXPORT_SYMBOL vmlinux 0x5143c678 param_get_invbool +EXPORT_SYMBOL vmlinux 0x5152e605 memcmp +EXPORT_SYMBOL vmlinux 0x5165a993 neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x5186518f profile_pc +EXPORT_SYMBOL vmlinux 0x5193f368 mmc_align_data_size +EXPORT_SYMBOL vmlinux 0x51a31e79 dquot_operations +EXPORT_SYMBOL vmlinux 0x51a7feae max8925_reg_write +EXPORT_SYMBOL vmlinux 0x51d0be7b locks_free_lock +EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled +EXPORT_SYMBOL vmlinux 0x51d816e4 seq_write +EXPORT_SYMBOL vmlinux 0x51dce73b xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x51ef33b8 kstrndup +EXPORT_SYMBOL vmlinux 0x52026cdf security_sb_parse_opts_str +EXPORT_SYMBOL vmlinux 0x5206459c proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x52095e19 acpi_get_data +EXPORT_SYMBOL vmlinux 0x52428cc8 parent_mem_cgroup +EXPORT_SYMBOL vmlinux 0x5257901b __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x525e026f acpi_os_unmap_generic_address +EXPORT_SYMBOL vmlinux 0x527b11e4 quota_send_warning +EXPORT_SYMBOL vmlinux 0x528c709d simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x52ac402c tty_port_destroy +EXPORT_SYMBOL vmlinux 0x52cf9d79 mdiobus_register +EXPORT_SYMBOL vmlinux 0x52d42c95 set_current_groups +EXPORT_SYMBOL vmlinux 0x52e52c22 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x52fae539 nobh_write_begin +EXPORT_SYMBOL vmlinux 0x530b1e4c rdmsr_on_cpus +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x5313eb30 module_put +EXPORT_SYMBOL vmlinux 0x531982b9 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x531b604e __virt_addr_valid +EXPORT_SYMBOL vmlinux 0x531e62ab scsi_remove_host +EXPORT_SYMBOL vmlinux 0x53326531 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x53663015 dquot_quotactl_ops +EXPORT_SYMBOL vmlinux 0x537899eb kthread_bind +EXPORT_SYMBOL vmlinux 0x538383c0 unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x5383f34b _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0x538d29d9 pci_get_class +EXPORT_SYMBOL vmlinux 0x538f0c51 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x539ee92a inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x53f2ef10 wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x5409775b free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x54152e04 percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x5447981d softnet_data +EXPORT_SYMBOL vmlinux 0x54752129 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x547a6769 block_read_full_page +EXPORT_SYMBOL vmlinux 0x54935666 acpi_os_read_port +EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul +EXPORT_SYMBOL vmlinux 0x54ae0d57 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0x54e5197d sock_rfree +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54efb5d6 cpu_number +EXPORT_SYMBOL vmlinux 0x55006720 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x550842c6 abx500_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x5521356c account_page_dirtied +EXPORT_SYMBOL vmlinux 0x5541ea93 on_each_cpu +EXPORT_SYMBOL vmlinux 0x5546d7ef scm_fp_dup +EXPORT_SYMBOL vmlinux 0x5567c227 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x557b4892 register_framebuffer +EXPORT_SYMBOL vmlinux 0x55828376 inet_frags_exit_net +EXPORT_SYMBOL vmlinux 0x5594be03 bitmap_remap +EXPORT_SYMBOL vmlinux 0x55b3f452 tty_hangup +EXPORT_SYMBOL vmlinux 0x5614b010 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x561c08b2 blk_alloc_queue +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x5636f272 scsi_calculate_bounce_limit +EXPORT_SYMBOL vmlinux 0x56402b4c pci_enable_msix +EXPORT_SYMBOL vmlinux 0x5642793a radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x5676a3e5 intel_scu_ipc_ioread8 +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x5705088a __vmalloc +EXPORT_SYMBOL vmlinux 0x570ebe2c agp_generic_destroy_pages +EXPORT_SYMBOL vmlinux 0x572e85d4 blk_lookup_devt +EXPORT_SYMBOL vmlinux 0x572f2bbb mii_ethtool_sset +EXPORT_SYMBOL vmlinux 0x5739a75f nf_afinfo +EXPORT_SYMBOL vmlinux 0x57481cc5 phy_drivers_register +EXPORT_SYMBOL vmlinux 0x57501af7 lock_sock_nested +EXPORT_SYMBOL vmlinux 0x5754c31c tty_schedule_flip +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x575af70c on_each_cpu_mask +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x579fbcd2 cpu_possible_mask +EXPORT_SYMBOL vmlinux 0x57a1e00f ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x57d269a9 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x5809efcc blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x58105935 open_exec +EXPORT_SYMBOL vmlinux 0x581d5a0d do_SAK +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x583c05f8 bio_sector_offset +EXPORT_SYMBOL vmlinux 0x583e87fa eth_header_cache_update +EXPORT_SYMBOL vmlinux 0x584738f9 rdmsr_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x5857b225 ioread16_rep +EXPORT_SYMBOL vmlinux 0x586103be acpi_setup_gpe_for_wake +EXPORT_SYMBOL vmlinux 0x58880ef7 scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x588f94ed ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x5892d54c acpi_remove_address_space_handler +EXPORT_SYMBOL vmlinux 0x589707f5 simple_transaction_read +EXPORT_SYMBOL vmlinux 0x58ac6183 scsi_scan_target +EXPORT_SYMBOL vmlinux 0x58c2a814 dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x58d7ba75 dcb_getapp +EXPORT_SYMBOL vmlinux 0x58ea9717 misc_deregister +EXPORT_SYMBOL vmlinux 0x58fef6f8 ist_info +EXPORT_SYMBOL vmlinux 0x592b59af acpi_evaluate_object_typed +EXPORT_SYMBOL vmlinux 0x592ba411 sock_get_timestampns +EXPORT_SYMBOL vmlinux 0x5934392b fb_register_client +EXPORT_SYMBOL vmlinux 0x5945ee48 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x599a4f36 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x59a638a2 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0x59bc9609 acpi_write_bit_register +EXPORT_SYMBOL vmlinux 0x59cd2d77 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x59d696b6 register_module_notifier +EXPORT_SYMBOL vmlinux 0x59e5a7bc __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x59e70f93 __send_remote_softirq +EXPORT_SYMBOL vmlinux 0x59e74155 bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x59fd1572 swiotlb_free_coherent +EXPORT_SYMBOL vmlinux 0x5a021c82 pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x5a122fc4 uart_register_driver +EXPORT_SYMBOL vmlinux 0x5a124d5c tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x5a1b49a2 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x5a1f405b pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x5a253872 noop_llseek +EXPORT_SYMBOL vmlinux 0x5a2aa62e __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x5a2cc020 d_alloc_pseudo +EXPORT_SYMBOL vmlinux 0x5a313254 inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x5a4896a8 __put_user_2 +EXPORT_SYMBOL vmlinux 0x5a5ad918 mount_pseudo +EXPORT_SYMBOL vmlinux 0x5a600354 request_key_async_with_auxdata +EXPORT_SYMBOL vmlinux 0x5a889d7f poll_schedule_timeout +EXPORT_SYMBOL vmlinux 0x5abe8f9f simple_statfs +EXPORT_SYMBOL vmlinux 0x5ac104fb arp_send +EXPORT_SYMBOL vmlinux 0x5ac376a5 acpi_install_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x5ac54bf5 km_policy_notify +EXPORT_SYMBOL vmlinux 0x5ad2d866 vm_insert_page +EXPORT_SYMBOL vmlinux 0x5b19634d div_s64_rem +EXPORT_SYMBOL vmlinux 0x5b1b9560 xfrm_register_type +EXPORT_SYMBOL vmlinux 0x5b271d86 acpi_video_dmi_promote_vendor +EXPORT_SYMBOL vmlinux 0x5b4f6de2 netdev_emerg +EXPORT_SYMBOL vmlinux 0x5b6af63f rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x5ba53020 vfs_fstat +EXPORT_SYMBOL vmlinux 0x5bd4ee62 bdi_setup_and_register +EXPORT_SYMBOL vmlinux 0x5be07f61 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x5c114445 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0x5c320a08 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x5c3edd59 _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0x5c86f35d pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x5cb97634 submit_bio +EXPORT_SYMBOL vmlinux 0x5ceec96e tcf_hash_lookup +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cfb5407 da903x_query_status +EXPORT_SYMBOL vmlinux 0x5d0b1892 param_set_invbool +EXPORT_SYMBOL vmlinux 0x5d0bbebb test_set_page_writeback +EXPORT_SYMBOL vmlinux 0x5d0be755 alloc_fddidev +EXPORT_SYMBOL vmlinux 0x5d1c1f73 inet_stream_ops +EXPORT_SYMBOL vmlinux 0x5d35d1ca mmc_can_reset +EXPORT_SYMBOL vmlinux 0x5d41ccf4 init_buffer +EXPORT_SYMBOL vmlinux 0x5d5b5a16 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x5d74dbcf pnp_range_reserved +EXPORT_SYMBOL vmlinux 0x5d76b8c3 blk_queue_softirq_done +EXPORT_SYMBOL vmlinux 0x5d8dff7a pci_select_bars +EXPORT_SYMBOL vmlinux 0x5dbebb2e jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x5dcb295b netlink_set_err +EXPORT_SYMBOL vmlinux 0x5dce6b75 complete_and_exit +EXPORT_SYMBOL vmlinux 0x5de550f2 ipv6_select_ident +EXPORT_SYMBOL vmlinux 0x5df92739 devm_ioremap_nocache +EXPORT_SYMBOL vmlinux 0x5e0c86e5 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x5e10810d pci_set_mwi +EXPORT_SYMBOL vmlinux 0x5e281c3b xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0x5e36555b security_path_chown +EXPORT_SYMBOL vmlinux 0x5e616a8a unregister_filesystem +EXPORT_SYMBOL vmlinux 0x5e6947f7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x5e897198 path_put +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x5eb54f93 bioset_free +EXPORT_SYMBOL vmlinux 0x5ecf0710 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed2059a generic_file_splice_read +EXPORT_SYMBOL vmlinux 0x5ed91601 inet_add_protocol +EXPORT_SYMBOL vmlinux 0x5ef9aa92 dma_mmap_from_coherent +EXPORT_SYMBOL vmlinux 0x5f005368 kstrtou8 +EXPORT_SYMBOL vmlinux 0x5f080e97 pnp_start_dev +EXPORT_SYMBOL vmlinux 0x5f1a4ccf intel_scu_ipc_update_register +EXPORT_SYMBOL vmlinux 0x5f1deb79 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0x5f27544a mempool_destroy +EXPORT_SYMBOL vmlinux 0x5f3c8f5c mmc_assume_removable +EXPORT_SYMBOL vmlinux 0x5f576a90 dev_mc_flush +EXPORT_SYMBOL vmlinux 0x5f58f676 flex_array_get_ptr +EXPORT_SYMBOL vmlinux 0x5fc36a28 netlink_broadcast +EXPORT_SYMBOL vmlinux 0x5fd5b2f8 take_over_console +EXPORT_SYMBOL vmlinux 0x5fe41fb6 percpu_counter_set +EXPORT_SYMBOL vmlinux 0x5feb35a8 I_BDEV +EXPORT_SYMBOL vmlinux 0x5ff42b08 acpi_video_get_capabilities +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x602b98f2 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x602ed00d acpi_current_gpe_count +EXPORT_SYMBOL vmlinux 0x60698722 tty_set_operations +EXPORT_SYMBOL vmlinux 0x606d0b09 secure_tcpv6_sequence_number +EXPORT_SYMBOL vmlinux 0x607b3365 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0x60828f1d vlan_vid_del +EXPORT_SYMBOL vmlinux 0x6093c0e6 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0x609692d3 netpoll_print_options +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL vmlinux 0x60ac4203 cdev_add +EXPORT_SYMBOL vmlinux 0x60b2e38a rwsem_down_write_failed +EXPORT_SYMBOL vmlinux 0x60b463d4 init_task +EXPORT_SYMBOL vmlinux 0x60c546fb mmc_can_discard +EXPORT_SYMBOL vmlinux 0x60cbafe7 put_disk +EXPORT_SYMBOL vmlinux 0x60d77aac kmem_cache_free +EXPORT_SYMBOL vmlinux 0x60d80ef5 pci_request_region_exclusive +EXPORT_SYMBOL vmlinux 0x610a93a5 i8042_remove_filter +EXPORT_SYMBOL vmlinux 0x612390ad netpoll_set_trap +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x614383c0 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0x61528b43 kobject_get +EXPORT_SYMBOL vmlinux 0x617643a2 param_set_long +EXPORT_SYMBOL vmlinux 0x61764c01 inode_init_once +EXPORT_SYMBOL vmlinux 0x6186ddb4 sock_no_mmap +EXPORT_SYMBOL vmlinux 0x6188341b fget +EXPORT_SYMBOL vmlinux 0x619b187b add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0x61b5ade0 down_write +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61b9775e xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x61bd8dc9 __set_page_dirty_buffers +EXPORT_SYMBOL vmlinux 0x61cc813c pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x61d71b1a set_pages_nx +EXPORT_SYMBOL vmlinux 0x61e65adc xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0x62049256 acpi_disable +EXPORT_SYMBOL vmlinux 0x6204d40a mmc_can_erase +EXPORT_SYMBOL vmlinux 0x621d77a0 sleep_on +EXPORT_SYMBOL vmlinux 0x6225637e md5_transform +EXPORT_SYMBOL vmlinux 0x6226b9fa machine_to_phys_mapping +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x622fa02a prepare_to_wait +EXPORT_SYMBOL vmlinux 0x6237f6b5 acpi_enable_event +EXPORT_SYMBOL vmlinux 0x6241a2ab __copy_from_user_ll_nocache +EXPORT_SYMBOL vmlinux 0x625510e3 dquot_commit_info +EXPORT_SYMBOL vmlinux 0x626752d8 pci_enable_ido +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x62827bec security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x628594a5 swiotlb_map_sg +EXPORT_SYMBOL vmlinux 0x62c0b65f blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x62c20484 wake_up_process +EXPORT_SYMBOL vmlinux 0x62cb4cee interruptible_sleep_on +EXPORT_SYMBOL vmlinux 0x62ccc484 sock_wmalloc +EXPORT_SYMBOL vmlinux 0x62e376c2 pnp_disable_dev +EXPORT_SYMBOL vmlinux 0x62e64801 __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x62fd6207 param_set_charp +EXPORT_SYMBOL vmlinux 0x63016160 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x63187451 pcie_aspm_support_enabled +EXPORT_SYMBOL vmlinux 0x6332cc1a audit_log_start +EXPORT_SYMBOL vmlinux 0x635c8083 get_write_access +EXPORT_SYMBOL vmlinux 0x636a5691 acpi_register_ioapic +EXPORT_SYMBOL vmlinux 0x638001dd dmam_pool_create +EXPORT_SYMBOL vmlinux 0x63922bbd vfs_stat +EXPORT_SYMBOL vmlinux 0x63a01291 acpi_leave_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x63cfe0cd thaw_bdev +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63ecad53 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x63fc232f strlen_user +EXPORT_SYMBOL vmlinux 0x63fc8963 __pci_register_driver +EXPORT_SYMBOL vmlinux 0x6403e338 tcp_memory_pressure +EXPORT_SYMBOL vmlinux 0x6427009b dma_sync_wait +EXPORT_SYMBOL vmlinux 0x642c6b53 ping_prot +EXPORT_SYMBOL vmlinux 0x644ee4cf phy_driver_register +EXPORT_SYMBOL vmlinux 0x646922dc tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x6478134c ec_burst_enable +EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait +EXPORT_SYMBOL vmlinux 0x649f7fea dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x64a4b84d cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x64b1246a ata_link_printk +EXPORT_SYMBOL vmlinux 0x64bb15d9 blk_get_backing_dev_info +EXPORT_SYMBOL vmlinux 0x64c3a613 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0x64eae7ad set_memory_array_wb +EXPORT_SYMBOL vmlinux 0x64f27924 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x6509502d fail_migrate_page +EXPORT_SYMBOL vmlinux 0x650a6767 prandom_u32_state +EXPORT_SYMBOL vmlinux 0x65125138 acpi_check_address_range +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x652e46dd try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x65527645 vm_insert_pfn +EXPORT_SYMBOL vmlinux 0x655f1ab0 set_memory_array_wc +EXPORT_SYMBOL vmlinux 0x6565d33f scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x657879ce __init_rwsem +EXPORT_SYMBOL vmlinux 0x65854b00 give_up_console +EXPORT_SYMBOL vmlinux 0x6585e310 alloc_pages_exact_nid +EXPORT_SYMBOL vmlinux 0x65998a03 simple_fill_super +EXPORT_SYMBOL vmlinux 0x65a295bb atomic64_xchg_cx8 +EXPORT_SYMBOL vmlinux 0x65d87439 generic_file_aio_write +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65e3dd17 skb_put +EXPORT_SYMBOL vmlinux 0x65e60e6e mem_cgroup_subsys +EXPORT_SYMBOL vmlinux 0x65f3ad9a fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x65f92cfd bio_clone_bioset +EXPORT_SYMBOL vmlinux 0x65fbfc8a insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x6605f97f flex_array_clear +EXPORT_SYMBOL vmlinux 0x66355efc vprintk +EXPORT_SYMBOL vmlinux 0x66525f28 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x667aabc6 sk_release_kernel +EXPORT_SYMBOL vmlinux 0x668a7ac6 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0x668da8d5 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x66a24923 input_flush_device +EXPORT_SYMBOL vmlinux 0x66a67dab flex_array_shrink +EXPORT_SYMBOL vmlinux 0x66c8b825 cpu_sibling_map +EXPORT_SYMBOL vmlinux 0x66d0d31d scsi_host_put +EXPORT_SYMBOL vmlinux 0x66ec0ebe eth_header_parse +EXPORT_SYMBOL vmlinux 0x66fa9497 pnp_register_card_driver +EXPORT_SYMBOL vmlinux 0x6703c14a mb_cache_entry_alloc +EXPORT_SYMBOL vmlinux 0x6705f2dc sk_dst_check +EXPORT_SYMBOL vmlinux 0x67087704 security_mmap_file +EXPORT_SYMBOL vmlinux 0x6722bf85 filemap_flush +EXPORT_SYMBOL vmlinux 0x6729d3df __get_user_4 +EXPORT_SYMBOL vmlinux 0x673f815e agp_bridges +EXPORT_SYMBOL vmlinux 0x675eec8b elv_abort_queue +EXPORT_SYMBOL vmlinux 0x677e3a2a mmc_suspend_host +EXPORT_SYMBOL vmlinux 0x6788cbb8 rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0x67a30f80 __scsi_alloc_queue +EXPORT_SYMBOL vmlinux 0x67aad590 alloc_file +EXPORT_SYMBOL vmlinux 0x67acbaa9 skb_store_bits +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67c3d23c empty_aops +EXPORT_SYMBOL vmlinux 0x67cca375 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x67dcffb7 lg_lock_init +EXPORT_SYMBOL vmlinux 0x67e0b903 __elv_add_request +EXPORT_SYMBOL vmlinux 0x67f7403e _raw_spin_lock +EXPORT_SYMBOL vmlinux 0x67f9a713 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x67fa0d00 pci_scan_bus +EXPORT_SYMBOL vmlinux 0x680f197d __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x68223fe4 journal_revoke +EXPORT_SYMBOL vmlinux 0x6830939a pnp_possible_config +EXPORT_SYMBOL vmlinux 0x6835482d d_make_root +EXPORT_SYMBOL vmlinux 0x6849cc34 d_alloc_name +EXPORT_SYMBOL vmlinux 0x686206ab skb_gso_segment +EXPORT_SYMBOL vmlinux 0x6869dc9b blk_end_request +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x689d6a14 simple_empty +EXPORT_SYMBOL vmlinux 0x68a7b595 phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x68bf4d3a xfrm_unregister_mode +EXPORT_SYMBOL vmlinux 0x68c70c2d kmalloc_caches +EXPORT_SYMBOL vmlinux 0x68dfc59f __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0x68e05d57 getrawmonotonic +EXPORT_SYMBOL vmlinux 0x68ea7634 simple_transaction_get +EXPORT_SYMBOL vmlinux 0x68fc4d36 __sock_create +EXPORT_SYMBOL vmlinux 0x692c1064 pci_disable_msix +EXPORT_SYMBOL vmlinux 0x693cd8fa inet_sendpage +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x697e6adb phy_connect_direct +EXPORT_SYMBOL vmlinux 0x698719ef posix_lock_file_wait +EXPORT_SYMBOL vmlinux 0x6988d0ca cpu_dr7 +EXPORT_SYMBOL vmlinux 0x6997c39d genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x69a0ca7d iowrite16be +EXPORT_SYMBOL vmlinux 0x69a358a6 iomem_resource +EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint +EXPORT_SYMBOL vmlinux 0x69c04f9d phy_disconnect +EXPORT_SYMBOL vmlinux 0x69d38ed9 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x69e27c7a bitmap_copy_le +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a057fdf __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x6a27bfce csum_partial_copy_generic +EXPORT_SYMBOL vmlinux 0x6a2c2d3d cpufreq_cooling_unregister +EXPORT_SYMBOL vmlinux 0x6a417ef4 cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x6a4813d1 netdev_notice +EXPORT_SYMBOL vmlinux 0x6a48e16b percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0x6a5b7fd6 input_register_handler +EXPORT_SYMBOL vmlinux 0x6a693a83 __scm_send +EXPORT_SYMBOL vmlinux 0x6a76f3ac blk_iopoll_enable +EXPORT_SYMBOL vmlinux 0x6aa85d03 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x6ac37b02 dev_addr_add +EXPORT_SYMBOL vmlinux 0x6acb973d iowrite32be +EXPORT_SYMBOL vmlinux 0x6ad85887 acpi_enable_gpe +EXPORT_SYMBOL vmlinux 0x6adb395f sock_no_poll +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6aedaf5f vfs_link +EXPORT_SYMBOL vmlinux 0x6af03e80 blk_queue_end_tag +EXPORT_SYMBOL vmlinux 0x6af740a1 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x6af91a1c unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x6afe1ec9 have_submounts +EXPORT_SYMBOL vmlinux 0x6b06fdce delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x6b1ae7b6 inode_init_owner +EXPORT_SYMBOL vmlinux 0x6b1b67d3 __bdevname +EXPORT_SYMBOL vmlinux 0x6b2db8ae vfs_lstat +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b52f04e tty_pair_get_tty +EXPORT_SYMBOL vmlinux 0x6b6edc62 tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x6b74b160 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x6b7589f4 param_set_bool +EXPORT_SYMBOL vmlinux 0x6b7a644b inet_frag_evictor +EXPORT_SYMBOL vmlinux 0x6b90f4a5 journal_flush +EXPORT_SYMBOL vmlinux 0x6bba1fb8 padata_set_cpumasks +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bc64e5f generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x6bd07a57 tcp_disconnect +EXPORT_SYMBOL vmlinux 0x6bd0fdb9 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0x6bdcfd99 qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x6c0d967d dentry_unhash +EXPORT_SYMBOL vmlinux 0x6c177837 padata_alloc_possible +EXPORT_SYMBOL vmlinux 0x6c1ce5ce strcspn +EXPORT_SYMBOL vmlinux 0x6c2e3320 strncmp +EXPORT_SYMBOL vmlinux 0x6c389761 acpi_bus_get_private_data +EXPORT_SYMBOL vmlinux 0x6c394b10 __put_cred +EXPORT_SYMBOL vmlinux 0x6c421e79 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c702af7 sysctl_udp_rmem_min +EXPORT_SYMBOL vmlinux 0x6c9345f3 generic_removexattr +EXPORT_SYMBOL vmlinux 0x6cdc5c6b nla_strlcpy +EXPORT_SYMBOL vmlinux 0x6ce43559 clear_nlink +EXPORT_SYMBOL vmlinux 0x6d011b73 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x6d044c26 param_ops_uint +EXPORT_SYMBOL vmlinux 0x6d0f1f89 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x6d27ef64 __bitmap_empty +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d3206ff devm_usb_put_phy +EXPORT_SYMBOL vmlinux 0x6d340f64 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x6d43be60 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x6d48deb4 pnp_is_active +EXPORT_SYMBOL vmlinux 0x6d5bfec4 x86_hyper_xen_hvm +EXPORT_SYMBOL vmlinux 0x6d60b85d __blk_end_request_all +EXPORT_SYMBOL vmlinux 0x6d6529ae vfs_rmdir +EXPORT_SYMBOL vmlinux 0x6d75a1fd scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x6d79c025 blk_queue_free_tags +EXPORT_SYMBOL vmlinux 0x6d85043a tty_pair_get_pty +EXPORT_SYMBOL vmlinux 0x6db07877 isapnp_protocol +EXPORT_SYMBOL vmlinux 0x6dc9ed64 unlazy_fpu +EXPORT_SYMBOL vmlinux 0x6def2db2 half_md4_transform +EXPORT_SYMBOL vmlinux 0x6e07b41b vfs_readlink +EXPORT_SYMBOL vmlinux 0x6e51ac2e _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x6e65f2dc rtc_lock +EXPORT_SYMBOL vmlinux 0x6e6b9934 __register_chrdev +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e83f378 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6eb13d77 loop_register_transfer +EXPORT_SYMBOL vmlinux 0x6eb47d50 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x6f19fbc0 pci_find_capability +EXPORT_SYMBOL vmlinux 0x6f20960a full_name_hash +EXPORT_SYMBOL vmlinux 0x6f4c6b71 lg_local_unlock +EXPORT_SYMBOL vmlinux 0x6f4d135d dquot_alloc +EXPORT_SYMBOL vmlinux 0x6f4e30f7 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x6f54d338 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x6f556bdb acpi_get_gpe_device +EXPORT_SYMBOL vmlinux 0x6f8f0310 inet_frag_maybe_warn_overflow +EXPORT_SYMBOL vmlinux 0x6fc2d0a4 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fcba6cb sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x6feb2039 acpi_write +EXPORT_SYMBOL vmlinux 0x7033240e tty_vhangup +EXPORT_SYMBOL vmlinux 0x703b4352 _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x703ead8e shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x70523a7a __cond_resched_softirq +EXPORT_SYMBOL vmlinux 0x7054a3e4 request_dma +EXPORT_SYMBOL vmlinux 0x7069ca58 dquot_free_inode +EXPORT_SYMBOL vmlinux 0x706fadc8 idr_remove_all +EXPORT_SYMBOL vmlinux 0x7073e563 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x707d626e generic_file_llseek +EXPORT_SYMBOL vmlinux 0x708f5c19 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x70a3928a ps2_handle_ack +EXPORT_SYMBOL vmlinux 0x70b49d96 set_pages_uc +EXPORT_SYMBOL vmlinux 0x70b87ef7 register_qdisc +EXPORT_SYMBOL vmlinux 0x70bc17d7 inode_wait +EXPORT_SYMBOL vmlinux 0x70c18cc4 kill_anon_super +EXPORT_SYMBOL vmlinux 0x70d053fd try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x70d1f8f3 strncat +EXPORT_SYMBOL vmlinux 0x70d8ab82 acpi_acquire_global_lock +EXPORT_SYMBOL vmlinux 0x70ee66c4 proto_register +EXPORT_SYMBOL vmlinux 0x7114a71f bit_waitqueue +EXPORT_SYMBOL vmlinux 0x711ff5b8 journal_invalidatepage +EXPORT_SYMBOL vmlinux 0x712002b8 fddi_change_mtu +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x712fa8f6 netdev_state_change +EXPORT_SYMBOL vmlinux 0x71422714 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0x71543508 km_query +EXPORT_SYMBOL vmlinux 0x7156f573 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x716f3f28 key_revoke +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x71811aff i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71aca08d vga_switcheroo_get_client_state +EXPORT_SYMBOL vmlinux 0x71bd4ccd inet_csk_accept +EXPORT_SYMBOL vmlinux 0x71ccaf20 inode_set_bytes +EXPORT_SYMBOL vmlinux 0x71e84d16 mmc_power_restore_host +EXPORT_SYMBOL vmlinux 0x720cb051 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x7217300f __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x7234eafb otg_state_string +EXPORT_SYMBOL vmlinux 0x724a993a xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x725eb94e journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x72b0a36c kobject_set_name +EXPORT_SYMBOL vmlinux 0x72b243d4 free_dma +EXPORT_SYMBOL vmlinux 0x72ba2e0a tcp_proc_register +EXPORT_SYMBOL vmlinux 0x72bbee4a iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0x72bdcdf5 tty_port_open +EXPORT_SYMBOL vmlinux 0x72bf2140 mtrr_add +EXPORT_SYMBOL vmlinux 0x72d0aef4 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x72d58de9 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0x72df2f2a up_read +EXPORT_SYMBOL vmlinux 0x72e250ab bioset_integrity_free +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72f3aa32 acpi_get_physical_device_location +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x733c3b54 kasprintf +EXPORT_SYMBOL vmlinux 0x73436884 dquot_quota_off +EXPORT_SYMBOL vmlinux 0x735167b4 genlmsg_put +EXPORT_SYMBOL vmlinux 0x735a0bd5 native_io_delay +EXPORT_SYMBOL vmlinux 0x736cb951 bdi_register_dev +EXPORT_SYMBOL vmlinux 0x737dcb35 pci_scan_slot +EXPORT_SYMBOL vmlinux 0x737de5e9 radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0x738803e6 strnlen +EXPORT_SYMBOL vmlinux 0x738c29a2 pci_enable_device +EXPORT_SYMBOL vmlinux 0x738e2bc9 sk_alloc +EXPORT_SYMBOL vmlinux 0x7393521d acpi_notifier_call_chain +EXPORT_SYMBOL vmlinux 0x739b753e wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x739cc531 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x73a0ec24 sk_prot_clear_portaddr_nulls +EXPORT_SYMBOL vmlinux 0x73b847a6 ata_ap_acpi_handle +EXPORT_SYMBOL vmlinux 0x73bbe45a register_netdev +EXPORT_SYMBOL vmlinux 0x73dd54eb irq_fpu_usable +EXPORT_SYMBOL vmlinux 0x73e20c1c strlcpy +EXPORT_SYMBOL vmlinux 0x73f11212 gen_new_estimator +EXPORT_SYMBOL vmlinux 0x73fcd604 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x7406f5c5 kobject_put +EXPORT_SYMBOL vmlinux 0x740a1b95 reserve_evntsel_nmi +EXPORT_SYMBOL vmlinux 0x740b389d skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x7413793a EISA_bus +EXPORT_SYMBOL vmlinux 0x74328354 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x7436f817 agp_generic_type_to_mask_type +EXPORT_SYMBOL vmlinux 0x743b4ae3 atomic64_inc_not_zero_cx8 +EXPORT_SYMBOL vmlinux 0x7461ee87 pcim_enable_device +EXPORT_SYMBOL vmlinux 0x7469fcfe radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x746cb8ec mmc_read_bkops_status +EXPORT_SYMBOL vmlinux 0x7485e15e unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x7490cae8 dcache_dir_open +EXPORT_SYMBOL vmlinux 0x749f4165 irq_stat +EXPORT_SYMBOL vmlinux 0x74a17070 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0x74a39222 unregister_cdrom +EXPORT_SYMBOL vmlinux 0x74a61c93 pm860x_page_reg_read +EXPORT_SYMBOL vmlinux 0x74b570c2 devm_usb_get_phy +EXPORT_SYMBOL vmlinux 0x74bb2181 register_sysctl_table +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74c59e48 blk_init_tags +EXPORT_SYMBOL vmlinux 0x74cc1cbe unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x74cf9144 dmam_free_noncoherent +EXPORT_SYMBOL vmlinux 0x74cfaa5a tty_lock +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74f63c49 acpi_pm_device_run_wake +EXPORT_SYMBOL vmlinux 0x75057c31 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x7505bdef memchr_inv +EXPORT_SYMBOL vmlinux 0x750b81f1 scsi_cmd_print_sense_hdr +EXPORT_SYMBOL vmlinux 0x751577ab iget_failed +EXPORT_SYMBOL vmlinux 0x75161431 mii_check_gmii_support +EXPORT_SYMBOL vmlinux 0x75271716 save_processor_state +EXPORT_SYMBOL vmlinux 0x7531e3dc acpi_get_event_resources +EXPORT_SYMBOL vmlinux 0x7538b132 agp_off +EXPORT_SYMBOL vmlinux 0x754dac78 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x75633aea neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x75676b14 skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x756c6676 mmc_resume_host +EXPORT_SYMBOL vmlinux 0x75875d81 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0x758d1d1a scsi_init_io +EXPORT_SYMBOL vmlinux 0x7593d385 div64_s64 +EXPORT_SYMBOL vmlinux 0x75bb675a finish_wait +EXPORT_SYMBOL vmlinux 0x75bc6317 complete_request_key +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75bdea12 iommu_area_alloc +EXPORT_SYMBOL vmlinux 0x75d21809 vprintk_emit +EXPORT_SYMBOL vmlinux 0x75f30ad5 lookup_one_len +EXPORT_SYMBOL vmlinux 0x75f507ec tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x75f8f367 sock_i_ino +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x760b437a unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0x760d94bd __break_lease +EXPORT_SYMBOL vmlinux 0x761aa7a1 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x7628f3c7 this_cpu_off +EXPORT_SYMBOL vmlinux 0x762add85 atomic64_inc_return_cx8 +EXPORT_SYMBOL vmlinux 0x7643eb2f blk_execute_rq +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x764ae526 dev_add_offload +EXPORT_SYMBOL vmlinux 0x764bd77c request_resource +EXPORT_SYMBOL vmlinux 0x767ddb02 set_memory_wc +EXPORT_SYMBOL vmlinux 0x769e06d7 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x769f7223 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x76bf656d __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x76bfa77b acpi_device_set_power +EXPORT_SYMBOL vmlinux 0x76d1e412 blk_integrity_merge_bio +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d65d00 journal_update_format +EXPORT_SYMBOL vmlinux 0x76dd0400 dm_get_device +EXPORT_SYMBOL vmlinux 0x76e02f3e __getblk +EXPORT_SYMBOL vmlinux 0x76ea268c intel_gtt_get +EXPORT_SYMBOL vmlinux 0x76f101b9 pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0x76f8f868 tty_throttle +EXPORT_SYMBOL vmlinux 0x76fe2c61 free_buffer_head +EXPORT_SYMBOL vmlinux 0x770a0036 isapnp_cfg_begin +EXPORT_SYMBOL vmlinux 0x770d154a inet_frags_fini +EXPORT_SYMBOL vmlinux 0x771cf835 dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x772a33f1 pci_remove_bus +EXPORT_SYMBOL vmlinux 0x772f9eec __percpu_counter_add +EXPORT_SYMBOL vmlinux 0x773a9c94 blk_iopoll_enabled +EXPORT_SYMBOL vmlinux 0x776e1ff8 skb_unlink +EXPORT_SYMBOL vmlinux 0x777539b7 cpu_info +EXPORT_SYMBOL vmlinux 0x7784138a jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0x7789a1d1 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0x778f22d0 tty_check_change +EXPORT_SYMBOL vmlinux 0x77915cc3 elevator_exit +EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77ce93b3 qid_lt +EXPORT_SYMBOL vmlinux 0x77d33ab2 scsi_prep_fn +EXPORT_SYMBOL vmlinux 0x77d35fcc tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x77df0847 __set_personality +EXPORT_SYMBOL vmlinux 0x77ecac9f zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x780874fa send_sig_info +EXPORT_SYMBOL vmlinux 0x780fdfd1 intel_enable_gtt +EXPORT_SYMBOL vmlinux 0x781de08a agp_create_memory +EXPORT_SYMBOL vmlinux 0x781f366e read_cache_pages +EXPORT_SYMBOL vmlinux 0x7821c974 dev_uc_sync +EXPORT_SYMBOL vmlinux 0x7835b0a7 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x785686f8 may_umount_tree +EXPORT_SYMBOL vmlinux 0x785c9a9e ps2_handle_response +EXPORT_SYMBOL vmlinux 0x787aafab jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets +EXPORT_SYMBOL vmlinux 0x78a4767d bitmap_endwrite +EXPORT_SYMBOL vmlinux 0x78a65906 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x78b4ea64 devfreq_add_device +EXPORT_SYMBOL vmlinux 0x78bb2011 dm_ratelimit_state +EXPORT_SYMBOL vmlinux 0x78db38d3 proc_dointvec +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78f2be57 dev_addr_add_multiple +EXPORT_SYMBOL vmlinux 0x7906756f netif_carrier_off +EXPORT_SYMBOL vmlinux 0x79068fda acpi_install_method +EXPORT_SYMBOL vmlinux 0x79108d5c pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x7917e239 do_truncate +EXPORT_SYMBOL vmlinux 0x7957fbe5 set_nlink +EXPORT_SYMBOL vmlinux 0x796942a0 agp_alloc_page_array +EXPORT_SYMBOL vmlinux 0x7969b54c notify_thermal_framework +EXPORT_SYMBOL vmlinux 0x796fc5ce scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0x7993b837 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes +EXPORT_SYMBOL vmlinux 0x79b96886 phy_register_fixup +EXPORT_SYMBOL vmlinux 0x79e6cbe5 bio_integrity_tag_size +EXPORT_SYMBOL vmlinux 0x7a188791 prandom_bytes +EXPORT_SYMBOL vmlinux 0x7a27c184 ewma_init +EXPORT_SYMBOL vmlinux 0x7a32c05c scsi_unregister +EXPORT_SYMBOL vmlinux 0x7a428cd7 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x7a4497db kzfree +EXPORT_SYMBOL vmlinux 0x7a6d8a7e __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x7a6e1bf5 security_path_link +EXPORT_SYMBOL vmlinux 0x7a8b5ed3 dentry_update_name_case +EXPORT_SYMBOL vmlinux 0x7a918515 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x7a9bf88d udplite_table +EXPORT_SYMBOL vmlinux 0x7aa04c2d pcibios_set_irq_routing +EXPORT_SYMBOL vmlinux 0x7aa66a1d journal_abort +EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt +EXPORT_SYMBOL vmlinux 0x7ac3c545 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x7ad41bf9 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7ad5611d scsi_setup_fs_cmnd +EXPORT_SYMBOL vmlinux 0x7ad86ef6 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x7aec9089 clear_user +EXPORT_SYMBOL vmlinux 0x7afa89fc vsnprintf +EXPORT_SYMBOL vmlinux 0x7afe42c9 x86_dma_fallback_dev +EXPORT_SYMBOL vmlinux 0x7b03848a verify_mem_not_deleted +EXPORT_SYMBOL vmlinux 0x7b0c84c4 acpi_remove_table_handler +EXPORT_SYMBOL vmlinux 0x7b134ddf acpi_get_name +EXPORT_SYMBOL vmlinux 0x7b33df4a pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x7b434a68 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x7b52a859 wrmsr_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x7b56bd05 acpi_lid_notifier_register +EXPORT_SYMBOL vmlinux 0x7b5c8440 vm_munmap +EXPORT_SYMBOL vmlinux 0x7b86503f finish_open +EXPORT_SYMBOL vmlinux 0x7b9a6116 intel_agp_enabled +EXPORT_SYMBOL vmlinux 0x7bd192dc tcp_seq_open +EXPORT_SYMBOL vmlinux 0x7c03c854 elv_register_queue +EXPORT_SYMBOL vmlinux 0x7c0da4ce pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0x7c12b869 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x7c1372e8 panic +EXPORT_SYMBOL vmlinux 0x7c40e874 sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c61340c __release_region +EXPORT_SYMBOL vmlinux 0x7c64d48d phy_device_register +EXPORT_SYMBOL vmlinux 0x7c87947c udp_ioctl +EXPORT_SYMBOL vmlinux 0x7c904ded unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x7c96ca5a tty_name +EXPORT_SYMBOL vmlinux 0x7c98845d twl_i2c_read +EXPORT_SYMBOL vmlinux 0x7cb1ae69 cpu_down +EXPORT_SYMBOL vmlinux 0x7cd3b26e d_instantiate_unique +EXPORT_SYMBOL vmlinux 0x7cd7a36c __scsi_add_device +EXPORT_SYMBOL vmlinux 0x7cf96374 mmc_fixup_device +EXPORT_SYMBOL vmlinux 0x7d061823 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d11c268 jiffies +EXPORT_SYMBOL vmlinux 0x7d1ad31c generic_file_splice_write +EXPORT_SYMBOL vmlinux 0x7d50ce75 tcf_hash_check +EXPORT_SYMBOL vmlinux 0x7d57bbb5 simple_transaction_release +EXPORT_SYMBOL vmlinux 0x7d88983e vga_switcheroo_client_fb_set +EXPORT_SYMBOL vmlinux 0x7dbc2e57 mmiotrace_printk +EXPORT_SYMBOL vmlinux 0x7dce8a8e unregister_console +EXPORT_SYMBOL vmlinux 0x7dd48cec mutex_lock +EXPORT_SYMBOL vmlinux 0x7dd9043f blk_stop_queue +EXPORT_SYMBOL vmlinux 0x7ddd047e uart_unregister_driver +EXPORT_SYMBOL vmlinux 0x7ddf2a27 register_key_type +EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args +EXPORT_SYMBOL vmlinux 0x7df9529f padata_free +EXPORT_SYMBOL vmlinux 0x7e0c2329 generic_setxattr +EXPORT_SYMBOL vmlinux 0x7e0c4f8f input_open_device +EXPORT_SYMBOL vmlinux 0x7e0d9ae2 file_open_root +EXPORT_SYMBOL vmlinux 0x7e0e2a92 deactivate_super +EXPORT_SYMBOL vmlinux 0x7e25f117 dquot_acquire +EXPORT_SYMBOL vmlinux 0x7e2c652f tty_port_hangup +EXPORT_SYMBOL vmlinux 0x7e394c4e sysctl_local_reserved_ports +EXPORT_SYMBOL vmlinux 0x7ea0722d posix_lock_file +EXPORT_SYMBOL vmlinux 0x7ea9bb50 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x7ec6b3e1 __alloc_skb +EXPORT_SYMBOL vmlinux 0x7ecb001b __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x7ed98694 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x7edfb850 pci_release_regions +EXPORT_SYMBOL vmlinux 0x7ee73c0c memcg_socket_limit_enabled +EXPORT_SYMBOL vmlinux 0x7ee794f4 set_disk_ro +EXPORT_SYMBOL vmlinux 0x7ef6c32a pci_claim_resource +EXPORT_SYMBOL vmlinux 0x7efca87c pnp_find_dev +EXPORT_SYMBOL vmlinux 0x7f18b194 kacpi_hotplug_wq +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f61af89 blk_integrity_merge_rq +EXPORT_SYMBOL vmlinux 0x7f658e80 _raw_write_lock +EXPORT_SYMBOL vmlinux 0x7f7cd117 elv_rb_del +EXPORT_SYMBOL vmlinux 0x7fa6dc50 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x7faa7848 inc_nlink +EXPORT_SYMBOL vmlinux 0x7fc82991 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7feadd94 datagram_poll +EXPORT_SYMBOL vmlinux 0x800f9905 i2c_smbus_process_call +EXPORT_SYMBOL vmlinux 0x801222d5 lro_receive_skb +EXPORT_SYMBOL vmlinux 0x80648fca blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x808c1f1a dev_remove_offload +EXPORT_SYMBOL vmlinux 0x809f313f pci_write_vpd +EXPORT_SYMBOL vmlinux 0x80bba3bf __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80cb13fd log_start_commit +EXPORT_SYMBOL vmlinux 0x80d583ec agp_generic_free_by_type +EXPORT_SYMBOL vmlinux 0x80e5c23b phy_find_first +EXPORT_SYMBOL vmlinux 0x8104a539 abx500_get_register_interruptible +EXPORT_SYMBOL vmlinux 0x812d4ce1 bdi_register +EXPORT_SYMBOL vmlinux 0x81472677 acpi_get_table +EXPORT_SYMBOL vmlinux 0x814b9953 xfrm_prepare_input +EXPORT_SYMBOL vmlinux 0x814d6aa8 nobh_write_end +EXPORT_SYMBOL vmlinux 0x814e7730 nf_ct_destroy +EXPORT_SYMBOL vmlinux 0x8150c0ba mempool_resize +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815c56d0 cpu_present_mask +EXPORT_SYMBOL vmlinux 0x815f2897 empty_zero_page +EXPORT_SYMBOL vmlinux 0x817e0006 iterate_supers_type +EXPORT_SYMBOL vmlinux 0x8189874b dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x8196ee1f ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x819e1c25 acpi_evaluate_reference +EXPORT_SYMBOL vmlinux 0x81b04f06 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x81d10f5f trace_seq_putc +EXPORT_SYMBOL vmlinux 0x81d3eec1 led_set_brightness +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e164c7 locks_delete_block +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x81e78256 __dquot_free_space +EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill +EXPORT_SYMBOL vmlinux 0x8212721d xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0x822ef980 bdi_unregister +EXPORT_SYMBOL vmlinux 0x8230d0f9 read_dev_sector +EXPORT_SYMBOL vmlinux 0x8235805b memmove +EXPORT_SYMBOL vmlinux 0x8251b8e7 alloc_pci_dev +EXPORT_SYMBOL vmlinux 0x8251bcc3 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x825833ca create_syslog_header +EXPORT_SYMBOL vmlinux 0x8260686f bitmap_find_next_zero_area +EXPORT_SYMBOL vmlinux 0x82659567 eisa_driver_unregister +EXPORT_SYMBOL vmlinux 0x829b54c9 kmap_atomic +EXPORT_SYMBOL vmlinux 0x829d7c51 dst_release +EXPORT_SYMBOL vmlinux 0x82a0acfb __invalidate_device +EXPORT_SYMBOL vmlinux 0x82a1a24f dev_get_flags +EXPORT_SYMBOL vmlinux 0x82a339a3 blk_end_request_all +EXPORT_SYMBOL vmlinux 0x82ab4271 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x82acfb70 blk_iopoll_sched +EXPORT_SYMBOL vmlinux 0x830e547b ioremap_prot +EXPORT_SYMBOL vmlinux 0x831c2586 __neigh_create +EXPORT_SYMBOL vmlinux 0x833a0598 devm_gpio_request_one +EXPORT_SYMBOL vmlinux 0x833c03aa acpi_enable_all_runtime_gpes +EXPORT_SYMBOL vmlinux 0x833c9ffa journal_set_features +EXPORT_SYMBOL vmlinux 0x835d5084 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x83625ee1 set_pages_array_uc +EXPORT_SYMBOL vmlinux 0x836f11d1 tty_devnum +EXPORT_SYMBOL vmlinux 0x83711113 vm_insert_mixed +EXPORT_SYMBOL vmlinux 0x83837903 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x838f70b0 twl_i2c_write_u8 +EXPORT_SYMBOL vmlinux 0x839edf7b pcim_iomap +EXPORT_SYMBOL vmlinux 0x83a476ce bitmap_scnlistprintf +EXPORT_SYMBOL vmlinux 0x83b1db5c scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x83b88dcb netif_rx +EXPORT_SYMBOL vmlinux 0x83c8a355 param_set_int +EXPORT_SYMBOL vmlinux 0x83cf49cf phy_attach +EXPORT_SYMBOL vmlinux 0x83e9d85f __sb_end_write +EXPORT_SYMBOL vmlinux 0x83eaf395 prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x83eece83 elv_rb_add +EXPORT_SYMBOL vmlinux 0x84060081 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x840b9a41 agp_put_bridge +EXPORT_SYMBOL vmlinux 0x8417f512 acpi_update_all_gpes +EXPORT_SYMBOL vmlinux 0x844c710f simple_setattr +EXPORT_SYMBOL vmlinux 0x8451c4fa journal_release_buffer +EXPORT_SYMBOL vmlinux 0x846bcc01 dm_table_get +EXPORT_SYMBOL vmlinux 0x846d273d journal_check_available_features +EXPORT_SYMBOL vmlinux 0x84bd1b50 agp_enable +EXPORT_SYMBOL vmlinux 0x84be886f completion_done +EXPORT_SYMBOL vmlinux 0x84c6a779 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0x84c9269b udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x84e1a11c zero_fill_bio +EXPORT_SYMBOL vmlinux 0x84e82a26 d_find_alias +EXPORT_SYMBOL vmlinux 0x85010bec tty_unregister_device +EXPORT_SYMBOL vmlinux 0x850cdc7b vfs_unlink +EXPORT_SYMBOL vmlinux 0x8521216d __i2c_transfer +EXPORT_SYMBOL vmlinux 0x852be4d9 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x8538a65e tcp_proc_unregister +EXPORT_SYMBOL vmlinux 0x8556ea03 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0x855fb1b2 inode_sub_rsv_space +EXPORT_SYMBOL vmlinux 0x85651533 filp_close +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x85709af7 new_inode +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85c2fea9 blk_make_request +EXPORT_SYMBOL vmlinux 0x85c6974c nf_register_hook +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85e54fe1 d_genocide +EXPORT_SYMBOL vmlinux 0x85e589c1 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0x85e7deb2 iov_iter_fault_in_readable +EXPORT_SYMBOL vmlinux 0x8619221b no_llseek +EXPORT_SYMBOL vmlinux 0x863afad1 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x865525ea follow_up +EXPORT_SYMBOL vmlinux 0x8664f62e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0x8679d47d kernel_connect +EXPORT_SYMBOL vmlinux 0x867b6bd5 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x86889a96 thermal_zone_device_register +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x86a4889a kmalloc_order_trace +EXPORT_SYMBOL vmlinux 0x86a612d2 security_path_rmdir +EXPORT_SYMBOL vmlinux 0x86d5255f _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x86dba11a fs_bio_set +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x86fd9cb0 lro_flush_all +EXPORT_SYMBOL vmlinux 0x87005b65 swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0x870bf928 radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x871b72ec vga_client_register +EXPORT_SYMBOL vmlinux 0x871c0a7e fiemap_check_flags +EXPORT_SYMBOL vmlinux 0x8723c086 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x87258205 find_get_page +EXPORT_SYMBOL vmlinux 0x87385ec4 sock_recvmsg +EXPORT_SYMBOL vmlinux 0x874ff79a blk_queue_merge_bvec +EXPORT_SYMBOL vmlinux 0x875984e5 idr_remove +EXPORT_SYMBOL vmlinux 0x875f5b3a abx500_get_register_page_interruptible +EXPORT_SYMBOL vmlinux 0x876dafc3 ec_write +EXPORT_SYMBOL vmlinux 0x87856732 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x878ab3ce sysctl_tcp_adv_win_scale +EXPORT_SYMBOL vmlinux 0x8795793a page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x8798a617 sock_no_setsockopt +EXPORT_SYMBOL vmlinux 0x8798e453 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0x87a52d96 usb_add_phy +EXPORT_SYMBOL vmlinux 0x87aaddf8 wrmsr_safe_regs_on_cpu +EXPORT_SYMBOL vmlinux 0x87f62400 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x88077a98 eisa_driver_register +EXPORT_SYMBOL vmlinux 0x88079c21 mii_check_media +EXPORT_SYMBOL vmlinux 0x881039d0 zlib_inflate +EXPORT_SYMBOL vmlinux 0x88216ead tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x8828bb41 invalidate_partition +EXPORT_SYMBOL vmlinux 0x882aaf7f tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x8834396c mod_timer +EXPORT_SYMBOL vmlinux 0x8851efeb genphy_update_link +EXPORT_SYMBOL vmlinux 0x886ce174 pci_get_device +EXPORT_SYMBOL vmlinux 0x8873bd8a pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x88cdde17 scsi_nonblockable_ioctl +EXPORT_SYMBOL vmlinux 0x88f1cbc9 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x890c4c42 max8925_set_bits +EXPORT_SYMBOL vmlinux 0x891381d6 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x892b26a0 set_memory_nx +EXPORT_SYMBOL vmlinux 0x894f7dec arp_create +EXPORT_SYMBOL vmlinux 0x8953f8ff __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x897473df mktime +EXPORT_SYMBOL vmlinux 0x898c940a proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x89960eca skb_make_writable +EXPORT_SYMBOL vmlinux 0x89a36727 journal_wipe +EXPORT_SYMBOL vmlinux 0x89afe34e __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x89cb433d sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x89d33e08 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0x89d5538d fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x89d66811 build_ehash_secret +EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies +EXPORT_SYMBOL vmlinux 0x8a1d79d5 alloc_disk_node +EXPORT_SYMBOL vmlinux 0x8a220d20 poll_initwait +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a635da6 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a90f2ed scsi_sd_probe_domain +EXPORT_SYMBOL vmlinux 0x8a91df1d mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aa3fda0 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x8ace8ca3 groups_alloc +EXPORT_SYMBOL vmlinux 0x8adb22c9 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x8adba6cc sock_create_kern +EXPORT_SYMBOL vmlinux 0x8ae8d713 backlight_device_register +EXPORT_SYMBOL vmlinux 0x8af75bdc spi_dv_device +EXPORT_SYMBOL vmlinux 0x8af766be end_page_writeback +EXPORT_SYMBOL vmlinux 0x8b18496f __copy_to_user_ll +EXPORT_SYMBOL vmlinux 0x8b194507 acpi_bus_register_driver +EXPORT_SYMBOL vmlinux 0x8b1a7a66 pcie_aspm_enabled +EXPORT_SYMBOL vmlinux 0x8b226a81 acpi_video_dmi_demote_vendor +EXPORT_SYMBOL vmlinux 0x8b35e873 sg_last +EXPORT_SYMBOL vmlinux 0x8b384997 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x8b578be7 bio_add_page +EXPORT_SYMBOL vmlinux 0x8b5f4a2e IO_APIC_get_PCI_irq_vector +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b69bca8 locks_remove_posix +EXPORT_SYMBOL vmlinux 0x8b8d5234 dquot_get_dqinfo +EXPORT_SYMBOL vmlinux 0x8b989cf9 acpi_bus_can_wakeup +EXPORT_SYMBOL vmlinux 0x8bb14a81 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x8bbf56b9 unregister_con_driver +EXPORT_SYMBOL vmlinux 0x8becdd49 read_cache_page_async +EXPORT_SYMBOL vmlinux 0x8bfe8c57 param_set_uint +EXPORT_SYMBOL vmlinux 0x8c183cbe iowrite16 +EXPORT_SYMBOL vmlinux 0x8c494c3a stop_tty +EXPORT_SYMBOL vmlinux 0x8c637d43 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x8c7847f0 generic_block_bmap +EXPORT_SYMBOL vmlinux 0x8c797888 blk_free_tags +EXPORT_SYMBOL vmlinux 0x8c9f4ad9 __module_put_and_exit +EXPORT_SYMBOL vmlinux 0x8cbabdf1 max8925_reg_read +EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep +EXPORT_SYMBOL vmlinux 0x8cc83b8d jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0x8cd67434 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8d06aee3 scsi_host_set_state +EXPORT_SYMBOL vmlinux 0x8d274269 pcie_port_service_register +EXPORT_SYMBOL vmlinux 0x8d551bef sysctl_tcp_rmem +EXPORT_SYMBOL vmlinux 0x8d56a643 alloc_mdio_bitbang +EXPORT_SYMBOL vmlinux 0x8d60bf12 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x8d6f81b4 __div64_32 +EXPORT_SYMBOL vmlinux 0x8d79a892 idr_get_new +EXPORT_SYMBOL vmlinux 0x8d8d96c6 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x8da1a3cb acpi_remove_interface +EXPORT_SYMBOL vmlinux 0x8dad0a78 blk_put_request +EXPORT_SYMBOL vmlinux 0x8daf8c42 dql_init +EXPORT_SYMBOL vmlinux 0x8dc6e564 restore_processor_state +EXPORT_SYMBOL vmlinux 0x8dd7e0c9 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x8de26034 bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x8dec8842 idr_destroy +EXPORT_SYMBOL vmlinux 0x8e002cda acpi_remove_gpe_block +EXPORT_SYMBOL vmlinux 0x8e0d66f4 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x8e0ec4f2 tcf_hash_release +EXPORT_SYMBOL vmlinux 0x8e25e0ca page_put_link +EXPORT_SYMBOL vmlinux 0x8e28cd42 in_egroup_p +EXPORT_SYMBOL vmlinux 0x8e3b9039 blk_queue_bounce +EXPORT_SYMBOL vmlinux 0x8e4f3619 fb_set_var +EXPORT_SYMBOL vmlinux 0x8e4fd71a i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x8e559dc2 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x8e68d4a0 d_lookup +EXPORT_SYMBOL vmlinux 0x8e7e833b fsnotify_init_mark +EXPORT_SYMBOL vmlinux 0x8e888ec3 cpumask_next_and +EXPORT_SYMBOL vmlinux 0x8eaed7c0 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x8eaf2a5f vga_switcheroo_unregister_handler +EXPORT_SYMBOL vmlinux 0x8eb4b8cd linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x8ebba2cb __find_get_block +EXPORT_SYMBOL vmlinux 0x8ec55cf1 ida_destroy +EXPORT_SYMBOL vmlinux 0x8f120203 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x8f2703b7 wbinvd_on_all_cpus +EXPORT_SYMBOL vmlinux 0x8f369cf0 tty_free_termios +EXPORT_SYMBOL vmlinux 0x8f432dfa module_refcount +EXPORT_SYMBOL vmlinux 0x8f4f256e touch_atime +EXPORT_SYMBOL vmlinux 0x8f5bab61 nf_nat_decode_session_hook +EXPORT_SYMBOL vmlinux 0x8f6d38de __lock_buffer +EXPORT_SYMBOL vmlinux 0x8f7014a1 param_set_ulong +EXPORT_SYMBOL vmlinux 0x8f938013 tcp_valid_rtt_meas +EXPORT_SYMBOL vmlinux 0x8f9c199c __get_user_2 +EXPORT_SYMBOL vmlinux 0x8fa5c31a abx500_register_ops +EXPORT_SYMBOL vmlinux 0x8fba7dca dm_unregister_target +EXPORT_SYMBOL vmlinux 0x8ff4079b pv_irq_ops +EXPORT_SYMBOL vmlinux 0x8ffdb3b8 crc16 +EXPORT_SYMBOL vmlinux 0x8ffe7ead tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x90079988 proc_create_data +EXPORT_SYMBOL vmlinux 0x90332243 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x904409c6 acpi_set_firmware_waking_vector +EXPORT_SYMBOL vmlinux 0x904455df neigh_connected_output +EXPORT_SYMBOL vmlinux 0x906881c3 dump_seek +EXPORT_SYMBOL vmlinux 0x906cb0de tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x908f5ec5 vfs_follow_link +EXPORT_SYMBOL vmlinux 0x90a1601f dmi_check_system +EXPORT_SYMBOL vmlinux 0x90b76e55 proc_net_netfilter +EXPORT_SYMBOL vmlinux 0x90c5e819 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0x90cd52ed __ethtool_get_settings +EXPORT_SYMBOL vmlinux 0x90ec832d rt6_lookup +EXPORT_SYMBOL vmlinux 0x90fed7aa scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x910edc3b netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x91266b9d fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x9129d7f4 pcim_iounmap +EXPORT_SYMBOL vmlinux 0x9141ec9e proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x9144a8e2 ec_burst_disable +EXPORT_SYMBOL vmlinux 0x91463b1d kstrtos16 +EXPORT_SYMBOL vmlinux 0x9146d1ed set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x91480103 pnp_find_card +EXPORT_SYMBOL vmlinux 0x914f0c0e sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x91572ddc truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x91607d95 set_memory_wb +EXPORT_SYMBOL vmlinux 0x916f3c92 mmc_can_trim +EXPORT_SYMBOL vmlinux 0x91715312 sprintf +EXPORT_SYMBOL vmlinux 0x91715630 fb_blank +EXPORT_SYMBOL vmlinux 0x917489d7 end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x91b82c2d pci_disable_msi +EXPORT_SYMBOL vmlinux 0x91dbf859 pci_bus_type +EXPORT_SYMBOL vmlinux 0x91e5a493 journal_forget +EXPORT_SYMBOL vmlinux 0x921d3150 fsnotify_destroy_mark +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x92683ca7 tcf_hash_insert +EXPORT_SYMBOL vmlinux 0x927671c9 pci_enable_msi_block +EXPORT_SYMBOL vmlinux 0x92897e3d default_idle +EXPORT_SYMBOL vmlinux 0x9298032b blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x92a9c60c time_to_tm +EXPORT_SYMBOL vmlinux 0x92b0cc4d input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x92b21dfd inet_sendmsg +EXPORT_SYMBOL vmlinux 0x92d852fc security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x92ef58a3 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x92f784dc schedule_work_on +EXPORT_SYMBOL vmlinux 0x93010ae4 security_path_mknod +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x93168f0f kick_iocb +EXPORT_SYMBOL vmlinux 0x93215e1d __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0x932dc241 register_cdrom +EXPORT_SYMBOL vmlinux 0x932e4b4e security_inode_init_security +EXPORT_SYMBOL vmlinux 0x93448c57 screen_info +EXPORT_SYMBOL vmlinux 0x935ae66a __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x93753c7b tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x9383cfc9 dev_get_by_flags_rcu +EXPORT_SYMBOL vmlinux 0x9387209f inode_add_bytes +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93aa5a93 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x93c651be acpi_info +EXPORT_SYMBOL vmlinux 0x93f3f986 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x93fca811 __get_free_pages +EXPORT_SYMBOL vmlinux 0x940aaff2 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x943c53da bdgrab +EXPORT_SYMBOL vmlinux 0x943dc726 idr_replace +EXPORT_SYMBOL vmlinux 0x9492ed83 tcf_generic_walker +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x949b1412 splice_from_pipe_end +EXPORT_SYMBOL vmlinux 0x949f6020 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0x94b541b5 cpu_active_mask +EXPORT_SYMBOL vmlinux 0x94eea82e blk_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x94f43f40 jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x954130c7 page_follow_link_light +EXPORT_SYMBOL vmlinux 0x954488a4 syncookie_secret +EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init +EXPORT_SYMBOL vmlinux 0x9551a5a7 block_write_begin +EXPORT_SYMBOL vmlinux 0x95681ace cfb_copyarea +EXPORT_SYMBOL vmlinux 0x959dc1dd scsi_prep_state_check +EXPORT_SYMBOL vmlinux 0x95b721ff gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0x95c74325 pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0x95e6e500 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x95f5253b path_is_under +EXPORT_SYMBOL vmlinux 0x95f89a33 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x961f01bd tty_register_device +EXPORT_SYMBOL vmlinux 0x962a00b6 ppp_channel_index +EXPORT_SYMBOL vmlinux 0x96573b80 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x965d9380 neigh_update +EXPORT_SYMBOL vmlinux 0x96862096 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x96898769 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x9696ac72 rename_lock +EXPORT_SYMBOL vmlinux 0x969b398e kmem_cache_create +EXPORT_SYMBOL vmlinux 0x96a47b5c pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x96a592f6 seq_puts +EXPORT_SYMBOL vmlinux 0x96a5aa52 user_path_at +EXPORT_SYMBOL vmlinux 0x96a6cd46 genl_unregister_mc_group +EXPORT_SYMBOL vmlinux 0x96b2ead1 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x96b82c86 dev_uc_flush +EXPORT_SYMBOL vmlinux 0x96c7e43b seq_printf +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96ce4567 agp_generic_create_gatt_table +EXPORT_SYMBOL vmlinux 0x96f2cccc ipv6_push_nfrag_opts +EXPORT_SYMBOL vmlinux 0x9711a588 blk_sync_queue +EXPORT_SYMBOL vmlinux 0x97189469 skb_push +EXPORT_SYMBOL vmlinux 0x971ea567 do_splice_to +EXPORT_SYMBOL vmlinux 0x9728b44d dev_err +EXPORT_SYMBOL vmlinux 0x97375571 pskb_expand_head +EXPORT_SYMBOL vmlinux 0x9754ec10 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x9756d61b _dev_info +EXPORT_SYMBOL vmlinux 0x975c6810 bdput +EXPORT_SYMBOL vmlinux 0x97679aaf input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x976ecc59 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x97818ad1 __ip_select_ident +EXPORT_SYMBOL vmlinux 0x9789106c generic_write_checks +EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state +EXPORT_SYMBOL vmlinux 0x97a2437a generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x97b4500c __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x97b59586 lg_local_lock_cpu +EXPORT_SYMBOL vmlinux 0x97b6eb61 set_pages_x +EXPORT_SYMBOL vmlinux 0x97be3e9c install_exec_creds +EXPORT_SYMBOL vmlinux 0x97c5bd0a acpi_unload_parent_table +EXPORT_SYMBOL vmlinux 0x97cd8bdf irq_set_chip +EXPORT_SYMBOL vmlinux 0x97d96708 mmc_card_sleep +EXPORT_SYMBOL vmlinux 0x97dcef29 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x97de0ddd acpi_install_gpe_block +EXPORT_SYMBOL vmlinux 0x981fa238 padata_add_cpu +EXPORT_SYMBOL vmlinux 0x9820b644 warn_slowpath_fmt_taint +EXPORT_SYMBOL vmlinux 0x982cef67 scsi_free_command +EXPORT_SYMBOL vmlinux 0x985e8442 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x986d0116 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x986e6135 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x988ed85d set_memory_x +EXPORT_SYMBOL vmlinux 0x98acf931 phy_stop +EXPORT_SYMBOL vmlinux 0x98d55d50 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x98ded054 blk_cleanup_queue +EXPORT_SYMBOL vmlinux 0x98fa21b0 mod_timer_pinned +EXPORT_SYMBOL vmlinux 0x99052a84 acpi_os_write_port +EXPORT_SYMBOL vmlinux 0x990f87f2 padata_remove_cpu +EXPORT_SYMBOL vmlinux 0x99363fc9 tcp_syn_flood_action +EXPORT_SYMBOL vmlinux 0x993f0517 get_fs_type +EXPORT_SYMBOL vmlinux 0x994acfb8 scsi_reset_provider +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x99591a7a ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x9964f8c4 spi_display_xfer_agreement +EXPORT_SYMBOL vmlinux 0x996dbd71 insert_inode_locked +EXPORT_SYMBOL vmlinux 0x99770e28 vm_map_ram +EXPORT_SYMBOL vmlinux 0x998a0c41 follow_down +EXPORT_SYMBOL vmlinux 0x9994c0ca ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99b0bdeb xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x99b71086 dcache_dir_close +EXPORT_SYMBOL vmlinux 0x99b992c8 idr_get_new_above +EXPORT_SYMBOL vmlinux 0x99baafa0 clear_bdi_congested +EXPORT_SYMBOL vmlinux 0x99cc62e5 security_path_mkdir +EXPORT_SYMBOL vmlinux 0x99cdc86b sysctl_tcp_reordering +EXPORT_SYMBOL vmlinux 0x99d42a6c fbcon_set_bitops +EXPORT_SYMBOL vmlinux 0x99d968e8 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x99e1cd2b vfs_llseek +EXPORT_SYMBOL vmlinux 0x9a1735fb tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x9a1bd025 __blk_end_request_cur +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval +EXPORT_SYMBOL vmlinux 0x9a357e30 __lru_cache_add +EXPORT_SYMBOL vmlinux 0x9a47ed07 d_move +EXPORT_SYMBOL vmlinux 0x9a4cd962 kernel_getsockopt +EXPORT_SYMBOL vmlinux 0x9a6a83f9 cmos_lock +EXPORT_SYMBOL vmlinux 0x9a7d6dab invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x9a96d0ae blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x9a9bcb22 journal_dirty_data +EXPORT_SYMBOL vmlinux 0x9aad4963 devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x9ab28942 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x9ac0ab72 generic_ro_fops +EXPORT_SYMBOL vmlinux 0x9ac9805d blk_queue_init_tags +EXPORT_SYMBOL vmlinux 0x9af5f2aa tcp_parse_options +EXPORT_SYMBOL vmlinux 0x9b08090d sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x9b31a99d agp_alloc_bridge +EXPORT_SYMBOL vmlinux 0x9b388444 get_zeroed_page +EXPORT_SYMBOL vmlinux 0x9b478bf5 ip6_xmit +EXPORT_SYMBOL vmlinux 0x9b6eb137 ksize +EXPORT_SYMBOL vmlinux 0x9b75cb81 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x9b7e8af0 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x9b9e05f9 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x9ba7089d argv_split +EXPORT_SYMBOL vmlinux 0x9bb54cb3 tc_classify_compat +EXPORT_SYMBOL vmlinux 0x9bc2f65b twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0x9bdbc9a8 arp_tbl +EXPORT_SYMBOL vmlinux 0x9be7bde4 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x9c1cefd9 ip6_route_output +EXPORT_SYMBOL vmlinux 0x9c2c017a devm_ioport_map +EXPORT_SYMBOL vmlinux 0x9c2c944a __copy_from_user_ll_nocache_nozero +EXPORT_SYMBOL vmlinux 0x9c3a5026 gen_pool_free +EXPORT_SYMBOL vmlinux 0x9c491f60 sg_alloc_table +EXPORT_SYMBOL vmlinux 0x9c5c0431 pnp_unregister_driver +EXPORT_SYMBOL vmlinux 0x9c6f979e ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x9c731aad ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x9c753cbf block_truncate_page +EXPORT_SYMBOL vmlinux 0x9c8c6654 d_invalidate +EXPORT_SYMBOL vmlinux 0x9c8dfa30 phy_init_eee +EXPORT_SYMBOL vmlinux 0x9c8ecd26 abort_exclusive_wait +EXPORT_SYMBOL vmlinux 0x9ca0400c i2c_master_send +EXPORT_SYMBOL vmlinux 0x9ca8e628 generic_file_fsync +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cb96e92 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0x9cc344b9 bio_integrity_enabled +EXPORT_SYMBOL vmlinux 0x9ceb163c memcpy_toiovec +EXPORT_SYMBOL vmlinux 0x9cfd56c5 scsi_print_status +EXPORT_SYMBOL vmlinux 0x9d02e86d remove_arg_zero +EXPORT_SYMBOL vmlinux 0x9d22f246 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x9d2b3b21 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0x9d33ef5e acpi_enable +EXPORT_SYMBOL vmlinux 0x9d3aa376 blk_iopoll_init +EXPORT_SYMBOL vmlinux 0x9d50bd7f jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x9d558196 unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x9d6a148e simple_rmdir +EXPORT_SYMBOL vmlinux 0x9da01691 schedule_delayed_work +EXPORT_SYMBOL vmlinux 0x9dab7bc1 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x9dc6e51b dev_driver_string +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e2000a7 memcpy_toiovecend +EXPORT_SYMBOL vmlinux 0x9e2410a7 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x9e282e01 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x9e363b6b acpi_disable_gpe +EXPORT_SYMBOL vmlinux 0x9e4b3747 sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0x9e4e6da4 vfs_open +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e607910 audit_log +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e64fbfe rtc_cmos_read +EXPORT_SYMBOL vmlinux 0x9e705396 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0x9e754a24 sockfd_lookup +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e8be707 security_inode_readlink +EXPORT_SYMBOL vmlinux 0x9e9f1714 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0x9ea0ad49 __sg_free_table +EXPORT_SYMBOL vmlinux 0x9ebd4c04 adjust_resource +EXPORT_SYMBOL vmlinux 0x9ed685ee iov_iter_advance +EXPORT_SYMBOL vmlinux 0x9ef2d935 kernel_accept +EXPORT_SYMBOL vmlinux 0x9f097287 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x9f0b2424 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x9f0f69a3 dst_alloc +EXPORT_SYMBOL vmlinux 0x9f1a1560 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x9f2bdaac __bitmap_or +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f48e328 skb_trim +EXPORT_SYMBOL vmlinux 0x9f491e5d ftrace_print_symbols_seq_u64 +EXPORT_SYMBOL vmlinux 0x9f5a8126 arch_debugfs_dir +EXPORT_SYMBOL vmlinux 0x9f7fea16 iov_iter_copy_from_user +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9f9a5dff __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x9fb3dd30 memcpy_fromiovec +EXPORT_SYMBOL vmlinux 0x9fd7a5fd check_disk_change +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa0434c58 inet6_bind +EXPORT_SYMBOL vmlinux 0xa04a01bd qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xa05c03df mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xa06a2993 devm_iounmap +EXPORT_SYMBOL vmlinux 0xa06df9e1 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0xa076f6f5 mmc_request_done +EXPORT_SYMBOL vmlinux 0xa0781526 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0xa07ed110 xz_dec_init +EXPORT_SYMBOL vmlinux 0xa08bfb71 xfrm_state_add +EXPORT_SYMBOL vmlinux 0xa0afb088 __vlan_find_dev_deep +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0b68f71 dquot_enable +EXPORT_SYMBOL vmlinux 0xa0bb6834 poll_freewait +EXPORT_SYMBOL vmlinux 0xa0ceef51 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0xa0e844d7 scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa1069658 __kfree_skb +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa10c8b58 ip_mc_rejoin_groups +EXPORT_SYMBOL vmlinux 0xa110c934 ns_capable +EXPORT_SYMBOL vmlinux 0xa11de1a8 mmc_detect_change +EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xa1415618 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0xa1460765 dev_disable_lro +EXPORT_SYMBOL vmlinux 0xa14f3d8c ewma_add +EXPORT_SYMBOL vmlinux 0xa18cbc00 ps2_init +EXPORT_SYMBOL vmlinux 0xa1b759ce fb_add_videomode +EXPORT_SYMBOL vmlinux 0xa1c3d7bc agp_find_bridge +EXPORT_SYMBOL vmlinux 0xa1c5a3b3 cleancache_enabled +EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched +EXPORT_SYMBOL vmlinux 0xa1c85cf6 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0xa1dbb595 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0xa1df94a5 flock_lock_file_wait +EXPORT_SYMBOL vmlinux 0xa1e5f6b8 xen_biovec_phys_mergeable +EXPORT_SYMBOL vmlinux 0xa1e6c559 scsi_execute +EXPORT_SYMBOL vmlinux 0xa1f61226 clocksource_unregister +EXPORT_SYMBOL vmlinux 0xa20ce1b8 net_msg_warn +EXPORT_SYMBOL vmlinux 0xa213bc9c mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0xa230002b key_invalidate +EXPORT_SYMBOL vmlinux 0xa2503051 ab3100_event_unregister +EXPORT_SYMBOL vmlinux 0xa250c838 param_get_charp +EXPORT_SYMBOL vmlinux 0xa25efb6a textsearch_prepare +EXPORT_SYMBOL vmlinux 0xa26252c0 netdev_set_bond_master +EXPORT_SYMBOL vmlinux 0xa2848c50 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0xa287bfde dump_write +EXPORT_SYMBOL vmlinux 0xa2a25f0c acpi_root_dir +EXPORT_SYMBOL vmlinux 0xa2a5fd77 inet_ehash_secret +EXPORT_SYMBOL vmlinux 0xa2d5b9e0 generic_mii_ioctl +EXPORT_SYMBOL vmlinux 0xa2dc4c20 free_task +EXPORT_SYMBOL vmlinux 0xa2ef34d7 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xa3057d52 md_finish_reshape +EXPORT_SYMBOL vmlinux 0xa33d9a48 acpi_decode_pld_buffer +EXPORT_SYMBOL vmlinux 0xa34f1ef5 crc32_le +EXPORT_SYMBOL vmlinux 0xa3504378 rwsem_wake +EXPORT_SYMBOL vmlinux 0xa350a8f8 set_memory_array_uc +EXPORT_SYMBOL vmlinux 0xa35de80f ipv4_config +EXPORT_SYMBOL vmlinux 0xa363dab4 udp_table +EXPORT_SYMBOL vmlinux 0xa37f65da __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xa38a96c1 tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0xa3a57f57 single_release +EXPORT_SYMBOL vmlinux 0xa3a9a7b5 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0xa3ad2ecd jbd2_journal_start +EXPORT_SYMBOL vmlinux 0xa3c2b42c agp_generic_alloc_pages +EXPORT_SYMBOL vmlinux 0xa3d199fb mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0xa3e04adb blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0xa3ed8be4 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0xa43b1297 vscnprintf +EXPORT_SYMBOL vmlinux 0xa43b9539 memcpy_fromiovecend +EXPORT_SYMBOL vmlinux 0xa4636d78 i8042_check_port_owner +EXPORT_SYMBOL vmlinux 0xa4688ba7 writeback_inodes_sb_if_idle +EXPORT_SYMBOL vmlinux 0xa4701e9e timekeeping_inject_offset +EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep +EXPORT_SYMBOL vmlinux 0xa4c7d6f0 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0xa4cbae09 ps2_command +EXPORT_SYMBOL vmlinux 0xa4d4f0e6 global_cache_flush +EXPORT_SYMBOL vmlinux 0xa4eb4eff _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0xa4fe96c9 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0xa5000bab con_is_bound +EXPORT_SYMBOL vmlinux 0xa51cdfe8 __FIXADDR_TOP +EXPORT_SYMBOL vmlinux 0xa53ad0f9 del_gendisk +EXPORT_SYMBOL vmlinux 0xa542087d tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0xa54d259f icmpv6_send +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa568169c register_nls +EXPORT_SYMBOL vmlinux 0xa56a1ea7 dma_async_memcpy_buf_to_buf +EXPORT_SYMBOL vmlinux 0xa57426fe log_wait_commit +EXPORT_SYMBOL vmlinux 0xa577a850 param_get_short +EXPORT_SYMBOL vmlinux 0xa598e29c vesa_modes +EXPORT_SYMBOL vmlinux 0xa5a1a26f mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0xa5a6c9c5 inet_select_addr +EXPORT_SYMBOL vmlinux 0xa5c88875 ip_check_defrag +EXPORT_SYMBOL vmlinux 0xa5cd5700 agp3_generic_tlbflush +EXPORT_SYMBOL vmlinux 0xa5ced828 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xa5da0abd acpi_enter_sleep_state_s4bios +EXPORT_SYMBOL vmlinux 0xa5dd45f3 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0xa5e01883 vga_switcheroo_register_client +EXPORT_SYMBOL vmlinux 0xa5f0bc10 dqput +EXPORT_SYMBOL vmlinux 0xa6062bae inet_frag_destroy +EXPORT_SYMBOL vmlinux 0xa611182a dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0xa6294056 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0xa62a2b93 ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0xa62e6e4f acpi_get_table_with_size +EXPORT_SYMBOL vmlinux 0xa6305121 tty_port_init +EXPORT_SYMBOL vmlinux 0xa63d85ab slhc_remember +EXPORT_SYMBOL vmlinux 0xa66b3e9b key_reject_and_link +EXPORT_SYMBOL vmlinux 0xa6715115 do_settimeofday +EXPORT_SYMBOL vmlinux 0xa675804c utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0xa67da660 mempool_alloc +EXPORT_SYMBOL vmlinux 0xa67e2845 dq_data_lock +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa6970398 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0xa697ee06 twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0xa6b13658 __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0xa6b82d87 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0xa70fabbe release_evntsel_nmi +EXPORT_SYMBOL vmlinux 0xa7159712 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0xa71e7463 __first_cpu +EXPORT_SYMBOL vmlinux 0xa735db59 prandom_u32 +EXPORT_SYMBOL vmlinux 0xa767769f dma_async_memcpy_buf_to_pg +EXPORT_SYMBOL vmlinux 0xa769e0ee inet_addr_type +EXPORT_SYMBOL vmlinux 0xa7a26949 blkdev_put +EXPORT_SYMBOL vmlinux 0xa7c2932b blk_rq_map_user +EXPORT_SYMBOL vmlinux 0xa7cf6c2f atomic64_dec_return_cx8 +EXPORT_SYMBOL vmlinux 0xa8232c78 strtobool +EXPORT_SYMBOL vmlinux 0xa825ac82 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0xa8261812 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0xa832b0fe update_region +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa86f612c bio_copy_kern +EXPORT_SYMBOL vmlinux 0xa8721b97 system_state +EXPORT_SYMBOL vmlinux 0xa8793d34 submit_bh +EXPORT_SYMBOL vmlinux 0xa8831662 scsi_print_result +EXPORT_SYMBOL vmlinux 0xa884ba77 dma_pool_create +EXPORT_SYMBOL vmlinux 0xa89eb420 tcf_destroy_chain +EXPORT_SYMBOL vmlinux 0xa89f1113 __pci_enable_wake +EXPORT_SYMBOL vmlinux 0xa8a6f639 __check_region +EXPORT_SYMBOL vmlinux 0xa8bb5c8b input_event +EXPORT_SYMBOL vmlinux 0xa8d096ee max8998_write_reg +EXPORT_SYMBOL vmlinux 0xa8d68abd acpi_warning +EXPORT_SYMBOL vmlinux 0xa8d8455a tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0xa8fef7bb security_unix_may_send +EXPORT_SYMBOL vmlinux 0xa901c879 twl6040_power +EXPORT_SYMBOL vmlinux 0xa908a5c9 padata_do_parallel +EXPORT_SYMBOL vmlinux 0xa91b5561 acpi_video_backlight_support +EXPORT_SYMBOL vmlinux 0xa9219045 netpoll_send_skb_on_dev +EXPORT_SYMBOL vmlinux 0xa9479471 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0xa94ab9d5 pci_scan_bus_parented +EXPORT_SYMBOL vmlinux 0xa9861a31 iterate_mounts +EXPORT_SYMBOL vmlinux 0xa9891185 genl_register_family_with_ops +EXPORT_SYMBOL vmlinux 0xa989bc6b key_alloc +EXPORT_SYMBOL vmlinux 0xa9c5ca84 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0xaa1f52d7 page_symlink +EXPORT_SYMBOL vmlinux 0xaa294444 unload_nls +EXPORT_SYMBOL vmlinux 0xaa3dedcf devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xaa3e6806 qdisc_tree_decrease_qlen +EXPORT_SYMBOL vmlinux 0xaa6901ac __kfifo_out_r +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa73ef3e block_write_full_page_endio +EXPORT_SYMBOL vmlinux 0xaa8fea18 acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0xaaabf17b unlink_framebuffer +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaae8ab0e acpi_bus_power_manageable +EXPORT_SYMBOL vmlinux 0xaaea3af2 tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0xaaf45875 acpi_lid_notifier_unregister +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab1d6cc1 param_get_long +EXPORT_SYMBOL vmlinux 0xab247761 dcache_readdir +EXPORT_SYMBOL vmlinux 0xab277a44 dev_alloc_name +EXPORT_SYMBOL vmlinux 0xab28271c i8253_lock +EXPORT_SYMBOL vmlinux 0xab48ef2c bitmap_startwrite +EXPORT_SYMBOL vmlinux 0xab4f6b7d generic_write_sync +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab652cd7 inode_permission +EXPORT_SYMBOL vmlinux 0xab65ed80 set_memory_uc +EXPORT_SYMBOL vmlinux 0xab694444 bsearch +EXPORT_SYMBOL vmlinux 0xab6bde28 sysctl_max_syn_backlog +EXPORT_SYMBOL vmlinux 0xab770678 rdmsr_safe_regs_on_cpu +EXPORT_SYMBOL vmlinux 0xab99398d directly_mappable_cdev_bdi +EXPORT_SYMBOL vmlinux 0xab9f36e0 fb_pan_display +EXPORT_SYMBOL vmlinux 0xaba40451 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0xabbb0050 vfs_mknod +EXPORT_SYMBOL vmlinux 0xabcaa577 free_anon_bdev +EXPORT_SYMBOL vmlinux 0xabd0c91c rtc_time_to_tm +EXPORT_SYMBOL vmlinux 0xabf7d9bb inode_needs_sync +EXPORT_SYMBOL vmlinux 0xac0b614c sg_miter_start +EXPORT_SYMBOL vmlinux 0xac0ba8c1 blk_iopoll_disable +EXPORT_SYMBOL vmlinux 0xac2d2fb8 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0xac33396b seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0xac4df7fa pci_get_subsys +EXPORT_SYMBOL vmlinux 0xac58ea5e acpi_unload_table_id +EXPORT_SYMBOL vmlinux 0xac6855b0 gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xac956c90 phy_start +EXPORT_SYMBOL vmlinux 0xacb512ca tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xaccabc6a in4_pton +EXPORT_SYMBOL vmlinux 0xacd27643 read_cache_page +EXPORT_SYMBOL vmlinux 0xacd46bb8 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0xacde6340 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0xace3ea5f genl_register_ops +EXPORT_SYMBOL vmlinux 0xace9e169 kernel_sendpage +EXPORT_SYMBOL vmlinux 0xaceac4fc ip_defrag +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad056657 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0xad07f027 gen_replace_estimator +EXPORT_SYMBOL vmlinux 0xad13c689 acpi_os_execute +EXPORT_SYMBOL vmlinux 0xad2a8bd2 x86_bios_cpu_apicid +EXPORT_SYMBOL vmlinux 0xad3877b5 pci_pme_capable +EXPORT_SYMBOL vmlinux 0xad63703d generic_fillattr +EXPORT_SYMBOL vmlinux 0xad697863 thaw_super +EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event +EXPORT_SYMBOL vmlinux 0xad9896cb ida_get_new +EXPORT_SYMBOL vmlinux 0xadaa2657 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0xadb5559d param_ops_byte +EXPORT_SYMBOL vmlinux 0xade49110 pci_choose_state +EXPORT_SYMBOL vmlinux 0xade4c20a xfrm_init_state +EXPORT_SYMBOL vmlinux 0xae245a80 scsi_rescan_device +EXPORT_SYMBOL vmlinux 0xae4ffc1e ip_ct_attach +EXPORT_SYMBOL vmlinux 0xae53bd09 fput +EXPORT_SYMBOL vmlinux 0xae630967 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0xae729e59 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0xae8d9812 neigh_compat_output +EXPORT_SYMBOL vmlinux 0xae8f480a mii_nway_restart +EXPORT_SYMBOL vmlinux 0xaea40534 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0xaea976a8 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xaeb66c09 dma_release_from_coherent +EXPORT_SYMBOL vmlinux 0xaec655c7 alloc_pages_exact +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf453bf3 tty_mutex +EXPORT_SYMBOL vmlinux 0xaf4651b8 scsi_host_alloc +EXPORT_SYMBOL vmlinux 0xaf4b1540 acpi_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0xaf4eced2 ip6_expire_frag_queue +EXPORT_SYMBOL vmlinux 0xaf611eac amd_nb_misc_ids +EXPORT_SYMBOL vmlinux 0xaf6e1e64 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0xaf6ee5a8 xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0xaf8bb519 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0xaf8eff59 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0xaf91d89f __kernel_param_lock +EXPORT_SYMBOL vmlinux 0xaf9476be mdiobus_write +EXPORT_SYMBOL vmlinux 0xaf9d9ecc __register_nmi_handler +EXPORT_SYMBOL vmlinux 0xafb47ae9 get_io_context +EXPORT_SYMBOL vmlinux 0xafb58df0 is_bad_inode +EXPORT_SYMBOL vmlinux 0xafc3d359 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0xafe2a165 __breadahead +EXPORT_SYMBOL vmlinux 0xaffb0ae7 d_instantiate +EXPORT_SYMBOL vmlinux 0xb004b5d6 simple_getattr +EXPORT_SYMBOL vmlinux 0xb0103dc5 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0xb01b1db8 intel_gtt_insert_sg_entries +EXPORT_SYMBOL vmlinux 0xb0207ecf ___ratelimit +EXPORT_SYMBOL vmlinux 0xb0258a8d scsi_register +EXPORT_SYMBOL vmlinux 0xb04ffd3d scsi_add_device +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb06cafec genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0xb077ef32 acpi_enter_sleep_state +EXPORT_SYMBOL vmlinux 0xb0ab64c6 xfrm6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0xb0b847ac __bitmap_full +EXPORT_SYMBOL vmlinux 0xb0b9760a tcf_exts_change +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0ffda2f blk_limits_max_hw_sectors +EXPORT_SYMBOL vmlinux 0xb10ed327 agp_generic_mask_memory +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb14763f9 tcp_sync_mss +EXPORT_SYMBOL vmlinux 0xb156fb2b md_set_array_sectors +EXPORT_SYMBOL vmlinux 0xb158e0c8 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0xb1645a2e sg_free_table +EXPORT_SYMBOL vmlinux 0xb16b9e0e get_super_thawed +EXPORT_SYMBOL vmlinux 0xb17f2fb2 check_disk_size_change +EXPORT_SYMBOL vmlinux 0xb1877c4d fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0xb18ef8f2 generic_read_dir +EXPORT_SYMBOL vmlinux 0xb193eba5 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0xb19760c3 bitmap_onto +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1cf44df fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xb1cfad22 rdmsr_on_cpu +EXPORT_SYMBOL vmlinux 0xb1d3afe8 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0xb1d9523e wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0xb219d56c wbinvd_on_cpu +EXPORT_SYMBOL vmlinux 0xb23030fd alloc_buffer_head +EXPORT_SYMBOL vmlinux 0xb243d378 journal_ack_err +EXPORT_SYMBOL vmlinux 0xb2682405 utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0xb2744b36 down_write_trylock +EXPORT_SYMBOL vmlinux 0xb27be17e kmap +EXPORT_SYMBOL vmlinux 0xb2ac7f88 scsi_cmd_blk_ioctl +EXPORT_SYMBOL vmlinux 0xb2b94674 __crc32c_le +EXPORT_SYMBOL vmlinux 0xb2be6e92 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xb2c61155 pipe_to_file +EXPORT_SYMBOL vmlinux 0xb2d307de param_ops_short +EXPORT_SYMBOL vmlinux 0xb2df50b2 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0xb2ee0e4d bio_integrity_advance +EXPORT_SYMBOL vmlinux 0xb2f74fb6 intel_gmch_remove +EXPORT_SYMBOL vmlinux 0xb2fd5ceb __put_user_4 +EXPORT_SYMBOL vmlinux 0xb3061f37 xfrm_cfg_mutex +EXPORT_SYMBOL vmlinux 0xb3284531 acpi_dbg_layer +EXPORT_SYMBOL vmlinux 0xb3305d52 send_remote_softirq +EXPORT_SYMBOL vmlinux 0xb3493c5c blk_queue_dma_pad +EXPORT_SYMBOL vmlinux 0xb34d4c2e acpi_terminate +EXPORT_SYMBOL vmlinux 0xb352177e find_first_bit +EXPORT_SYMBOL vmlinux 0xb3cb9284 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0xb3cc120e pnp_activate_dev +EXPORT_SYMBOL vmlinux 0xb3ce74fa sget +EXPORT_SYMBOL vmlinux 0xb3e0590d acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0xb3f10fc4 textsearch_destroy +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb4122158 thermal_cooling_device_register +EXPORT_SYMBOL vmlinux 0xb4173c3f tcp_prot +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb424f7d4 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0xb4390f9a mcount +EXPORT_SYMBOL vmlinux 0xb44a3f8d inet_release +EXPORT_SYMBOL vmlinux 0xb44aa46f security_path_truncate +EXPORT_SYMBOL vmlinux 0xb44ef668 sock_alloc_send_skb +EXPORT_SYMBOL vmlinux 0xb45578b8 memscan +EXPORT_SYMBOL vmlinux 0xb457ddb7 lock_fb_info +EXPORT_SYMBOL vmlinux 0xb45c793a xfrm6_prepare_output +EXPORT_SYMBOL vmlinux 0xb46ec716 phy_connect +EXPORT_SYMBOL vmlinux 0xb4709322 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0xb47dac0a input_set_capability +EXPORT_SYMBOL vmlinux 0xb494d55a misc_register +EXPORT_SYMBOL vmlinux 0xb49603cb fsnotify_put_group +EXPORT_SYMBOL vmlinux 0xb499b7cd qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0xb49c7d99 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0xb4c9e69a mmc_power_save_host +EXPORT_SYMBOL vmlinux 0xb4cc8339 dma_mark_declared_memory_occupied +EXPORT_SYMBOL vmlinux 0xb4d6e420 seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0xb50232d9 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xb508098f pnp_request_card_device +EXPORT_SYMBOL vmlinux 0xb51e1ed5 elv_rb_find +EXPORT_SYMBOL vmlinux 0xb5215e0a tty_port_close_start +EXPORT_SYMBOL vmlinux 0xb5262a9c security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0xb52ee8be intel_gtt_clear_range +EXPORT_SYMBOL vmlinux 0xb54088a3 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0xb54533f7 usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xb559bf19 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0xb5721d46 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink +EXPORT_SYMBOL vmlinux 0xb57a9039 ip6_frag_match +EXPORT_SYMBOL vmlinux 0xb595ae58 security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0xb59c77f7 tty_unlock_pair +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5afc45a generic_make_request +EXPORT_SYMBOL vmlinux 0xb5ca1c46 slhc_free +EXPORT_SYMBOL vmlinux 0xb5d9c847 acpi_match_device_ids +EXPORT_SYMBOL vmlinux 0xb5f8f9a6 nf_unregister_hook +EXPORT_SYMBOL vmlinux 0xb6119476 netif_receive_skb +EXPORT_SYMBOL vmlinux 0xb61545e7 skb_find_text +EXPORT_SYMBOL vmlinux 0xb6244511 sg_init_one +EXPORT_SYMBOL vmlinux 0xb62eb77f sock_alloc_file +EXPORT_SYMBOL vmlinux 0xb6369db6 journal_errno +EXPORT_SYMBOL vmlinux 0xb6507570 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb6822a33 radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0xb6896671 crc_t10dif +EXPORT_SYMBOL vmlinux 0xb689e373 thermal_generate_netlink_event +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb6a61a86 qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit +EXPORT_SYMBOL vmlinux 0xb6b2dc1d xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0xb6b4416e __inode_permission +EXPORT_SYMBOL vmlinux 0xb6b5dbb6 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0xb6b684db scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0xb6c5a973 scsi_show_result +EXPORT_SYMBOL vmlinux 0xb6d144e4 vfs_fsync +EXPORT_SYMBOL vmlinux 0xb6e00c00 simple_readpage +EXPORT_SYMBOL vmlinux 0xb6e3794c iget5_locked +EXPORT_SYMBOL vmlinux 0xb6ed1e53 strncpy +EXPORT_SYMBOL vmlinux 0xb702647c swiotlb_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0xb73fd7db md_integrity_register +EXPORT_SYMBOL vmlinux 0xb758b225 acpi_disable_event +EXPORT_SYMBOL vmlinux 0xb77c4853 mfd_cell_enable +EXPORT_SYMBOL vmlinux 0xb7911dd1 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0xb7ac0b23 dma_find_channel +EXPORT_SYMBOL vmlinux 0xb7acacc3 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0xb7b61546 crc32_be +EXPORT_SYMBOL vmlinux 0xb7b6618c ida_init +EXPORT_SYMBOL vmlinux 0xb7b6f024 security_path_unlink +EXPORT_SYMBOL vmlinux 0xb7e67264 pci_request_region +EXPORT_SYMBOL vmlinux 0xb7f55ecc atomic64_add_return_cx8 +EXPORT_SYMBOL vmlinux 0xb7f9dab9 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0xb80580e6 bmap +EXPORT_SYMBOL vmlinux 0xb80edcb1 find_or_create_page +EXPORT_SYMBOL vmlinux 0xb81960ca snprintf +EXPORT_SYMBOL vmlinux 0xb835b3e4 radix_tree_prev_hole +EXPORT_SYMBOL vmlinux 0xb843a5cf blk_run_queue_async +EXPORT_SYMBOL vmlinux 0xb84b90cb ps2_end_command +EXPORT_SYMBOL vmlinux 0xb85c327c pipe_unlock +EXPORT_SYMBOL vmlinux 0xb863e8df seq_putc +EXPORT_SYMBOL vmlinux 0xb8706b23 dev_addr_del +EXPORT_SYMBOL vmlinux 0xb898a48f sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xb89b7ee3 filemap_fault +EXPORT_SYMBOL vmlinux 0xb89dee4f dquot_release +EXPORT_SYMBOL vmlinux 0xb89f8fa2 vmap +EXPORT_SYMBOL vmlinux 0xb8a06629 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0xb8a3d716 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0xb8ab2aa2 scsi_adjust_queue_depth +EXPORT_SYMBOL vmlinux 0xb8c23360 ida_remove +EXPORT_SYMBOL vmlinux 0xb8c71366 tty_port_put +EXPORT_SYMBOL vmlinux 0xb8c8a4a3 vlan_vid_add +EXPORT_SYMBOL vmlinux 0xb8dcd447 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0xb8e7ce2c __put_user_8 +EXPORT_SYMBOL vmlinux 0xb8e877e7 kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0xb8f07108 __page_symlink +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb934ec16 cpufreq_cooling_register +EXPORT_SYMBOL vmlinux 0xb93794fe neigh_event_ns +EXPORT_SYMBOL vmlinux 0xb939af74 sock_create +EXPORT_SYMBOL vmlinux 0xb9498cc9 lock_sock_fast +EXPORT_SYMBOL vmlinux 0xb95437fe tcp_connect +EXPORT_SYMBOL vmlinux 0xb96c8e55 dma_supported +EXPORT_SYMBOL vmlinux 0xb9829c65 clear_inode +EXPORT_SYMBOL vmlinux 0xb9847091 serio_reconnect +EXPORT_SYMBOL vmlinux 0xb98a0185 rtc_tm_to_time +EXPORT_SYMBOL vmlinux 0xb996421d tcp_release_cb +EXPORT_SYMBOL vmlinux 0xb996c5e5 dev_alert +EXPORT_SYMBOL vmlinux 0xb9acf5d1 pci_get_slot +EXPORT_SYMBOL vmlinux 0xb9cb8c03 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0xb9cd7635 phy_ethtool_sset +EXPORT_SYMBOL vmlinux 0xb9d94375 seq_vprintf +EXPORT_SYMBOL vmlinux 0xb9fd2205 add_efi_memmap +EXPORT_SYMBOL vmlinux 0xba0da3ac kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0xba271d9b blk_fetch_request +EXPORT_SYMBOL vmlinux 0xba2d8594 ec_read +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba4e4a61 netdev_warn +EXPORT_SYMBOL vmlinux 0xba6ca347 send_sig +EXPORT_SYMBOL vmlinux 0xba86c643 __devcgroup_inode_permission +EXPORT_SYMBOL vmlinux 0xba8ea6ad rwsem_downgrade_wake +EXPORT_SYMBOL vmlinux 0xbaa04cb0 scsi_finish_command +EXPORT_SYMBOL vmlinux 0xbae043d1 d_validate +EXPORT_SYMBOL vmlinux 0xbaeffa05 qid_eq +EXPORT_SYMBOL vmlinux 0xbafc9818 sg_miter_next +EXPORT_SYMBOL vmlinux 0xbb05a738 setup_arg_pages +EXPORT_SYMBOL vmlinux 0xbb0d0824 simple_lookup +EXPORT_SYMBOL vmlinux 0xbb189cad disallow_signal +EXPORT_SYMBOL vmlinux 0xbb50c7d7 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0xbb5d343d xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xbb6ea188 agp_generic_alloc_user +EXPORT_SYMBOL vmlinux 0xbb713e6d sk_filter_release_rcu +EXPORT_SYMBOL vmlinux 0xbb99125c get_default_font +EXPORT_SYMBOL vmlinux 0xbbb15255 idr_init +EXPORT_SYMBOL vmlinux 0xbc1afedf up_write +EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc2e2cee commit_creds +EXPORT_SYMBOL vmlinux 0xbc42d61e dmam_alloc_noncoherent +EXPORT_SYMBOL vmlinux 0xbc51b701 vga_switcheroo_unregister_client +EXPORT_SYMBOL vmlinux 0xbc7e0240 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0xbc84b7b9 agp_backend_release +EXPORT_SYMBOL vmlinux 0xbc8f917e pid_task +EXPORT_SYMBOL vmlinux 0xbc974abd sock_i_uid +EXPORT_SYMBOL vmlinux 0xbc97ab28 wait_on_sync_kiocb +EXPORT_SYMBOL vmlinux 0xbc9db79b kernel_listen +EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user +EXPORT_SYMBOL vmlinux 0xbce75b14 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0xbcf6653b __register_binfmt +EXPORT_SYMBOL vmlinux 0xbd05a6af ppp_input_error +EXPORT_SYMBOL vmlinux 0xbd2136f8 vfs_write +EXPORT_SYMBOL vmlinux 0xbd4ae4a9 i2c_del_adapter +EXPORT_SYMBOL vmlinux 0xbd4ec8c4 dquot_disable +EXPORT_SYMBOL vmlinux 0xbda64a0c dma_ops +EXPORT_SYMBOL vmlinux 0xbdb2b7d0 free_mdio_bitbang +EXPORT_SYMBOL vmlinux 0xbdb38366 __sk_dst_check +EXPORT_SYMBOL vmlinux 0xbdbe7378 cookie_check_timestamp +EXPORT_SYMBOL vmlinux 0xbdfa1e3e iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0xbe0e5118 nla_memcmp +EXPORT_SYMBOL vmlinux 0xbe211242 __mmc_claim_host +EXPORT_SYMBOL vmlinux 0xbe21d9e0 pci_disable_obff +EXPORT_SYMBOL vmlinux 0xbe254e92 param_set_ushort +EXPORT_SYMBOL vmlinux 0xbe2c0274 add_timer +EXPORT_SYMBOL vmlinux 0xbe3081cf pci_match_id +EXPORT_SYMBOL vmlinux 0xbe309511 pci_fixup_device +EXPORT_SYMBOL vmlinux 0xbe430e95 udp_poll +EXPORT_SYMBOL vmlinux 0xbe89aff5 skb_copy_datagram_from_iovec +EXPORT_SYMBOL vmlinux 0xbe8c37d9 intel_scu_ipc_simple_command +EXPORT_SYMBOL vmlinux 0xbea2795c blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0xbea9cfce key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0xbec30d05 x86_match_cpu +EXPORT_SYMBOL vmlinux 0xbecdc10b mmc_hw_reset +EXPORT_SYMBOL vmlinux 0xbee72d3a vfs_getattr +EXPORT_SYMBOL vmlinux 0xbee90f2f __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0xbeedee6d __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0xbef311ac put_tty_driver +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbf34c7b8 sk_common_release +EXPORT_SYMBOL vmlinux 0xbf3f5b6c __pagevec_release +EXPORT_SYMBOL vmlinux 0xbf44d826 km_policy_expired +EXPORT_SYMBOL vmlinux 0xbf44f304 sock_no_accept +EXPORT_SYMBOL vmlinux 0xbf4d4bb9 acpi_bios_error +EXPORT_SYMBOL vmlinux 0xbf7931bd skb_dequeue +EXPORT_SYMBOL vmlinux 0xbf7f96d3 mmc_add_host +EXPORT_SYMBOL vmlinux 0xbf7fd2f5 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0xbf8b39e9 isapnp_present +EXPORT_SYMBOL vmlinux 0xbf93c48c netdev_crit +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbfa35c49 elv_dispatch_add_tail +EXPORT_SYMBOL vmlinux 0xbfb077d3 inode_add_rsv_space +EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbfc407b4 param_ops_bint +EXPORT_SYMBOL vmlinux 0xbfcb2245 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0xbfdd80bb dm_io +EXPORT_SYMBOL vmlinux 0xbfe4784c efi +EXPORT_SYMBOL vmlinux 0xbfecb65b scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer +EXPORT_SYMBOL vmlinux 0xbfefc592 input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0xbff4e936 scsi_cmd_get_serial +EXPORT_SYMBOL vmlinux 0xbff6d6e1 kernel_getsockname +EXPORT_SYMBOL vmlinux 0xc012acc3 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0xc01cf848 _raw_read_lock +EXPORT_SYMBOL vmlinux 0xc01eed33 __copy_from_user_ll_nozero +EXPORT_SYMBOL vmlinux 0xc020ad27 tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xc0329b1e pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0xc0507637 dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0xc05a6012 acpi_resource_to_address64 +EXPORT_SYMBOL vmlinux 0xc05ca4fa dev_set_drvdata +EXPORT_SYMBOL vmlinux 0xc068440e __kfifo_alloc +EXPORT_SYMBOL vmlinux 0xc06ed97d uart_write_wakeup +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc0823e4c twl_i2c_write +EXPORT_SYMBOL vmlinux 0xc0a3d105 find_next_bit +EXPORT_SYMBOL vmlinux 0xc0a8ff16 acpi_evaluate_object +EXPORT_SYMBOL vmlinux 0xc11d8093 iov_shorten +EXPORT_SYMBOL vmlinux 0xc12ec3a6 dns_query +EXPORT_SYMBOL vmlinux 0xc14451e1 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0xc1453dc5 agp_copy_info +EXPORT_SYMBOL vmlinux 0xc14ff56e framebuffer_release +EXPORT_SYMBOL vmlinux 0xc176b66a pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0xc1b1e0fb dquot_commit +EXPORT_SYMBOL vmlinux 0xc1c2dd09 __hw_addr_flush +EXPORT_SYMBOL vmlinux 0xc1cc0cc1 skb_copy_datagram_iovec +EXPORT_SYMBOL vmlinux 0xc1d86f22 __mem_cgroup_count_vm_event +EXPORT_SYMBOL vmlinux 0xc1e4fa49 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0xc1f07ab1 mb_cache_entry_release +EXPORT_SYMBOL vmlinux 0xc1f2f510 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0xc21b076a i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0xc21e046a sock_no_getname +EXPORT_SYMBOL vmlinux 0xc22b50ad param_set_bint +EXPORT_SYMBOL vmlinux 0xc22c71a8 set_binfmt +EXPORT_SYMBOL vmlinux 0xc2366a78 kern_unmount +EXPORT_SYMBOL vmlinux 0xc2424641 agp3_generic_cleanup +EXPORT_SYMBOL vmlinux 0xc256e762 __bitmap_equal +EXPORT_SYMBOL vmlinux 0xc2588466 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0xc26a0edd __frontswap_store +EXPORT_SYMBOL vmlinux 0xc27a3501 frontswap_register_ops +EXPORT_SYMBOL vmlinux 0xc27fd338 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0xc280a525 __copy_from_user_ll +EXPORT_SYMBOL vmlinux 0xc2913a8c find_get_pages_contig +EXPORT_SYMBOL vmlinux 0xc293a804 proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0xc2c1a905 cdev_alloc +EXPORT_SYMBOL vmlinux 0xc2d0a8e4 flush_old_exec +EXPORT_SYMBOL vmlinux 0xc2d711e1 krealloc +EXPORT_SYMBOL vmlinux 0xc2de08c4 tty_write_room +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2f9c045 timespec_to_jiffies +EXPORT_SYMBOL vmlinux 0xc2fc5c74 mount_ns +EXPORT_SYMBOL vmlinux 0xc302e718 dev_get_drvdata +EXPORT_SYMBOL vmlinux 0xc3181c6a mpage_readpages +EXPORT_SYMBOL vmlinux 0xc31fc729 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0xc32d04ad dev_crit +EXPORT_SYMBOL vmlinux 0xc3957f45 dev_uc_del +EXPORT_SYMBOL vmlinux 0xc3aa5e35 tcf_action_exec +EXPORT_SYMBOL vmlinux 0xc3aaf0a9 __put_user_1 +EXPORT_SYMBOL vmlinux 0xc3be591c __pskb_copy +EXPORT_SYMBOL vmlinux 0xc3c7b557 would_dump +EXPORT_SYMBOL vmlinux 0xc3e2001d seq_open +EXPORT_SYMBOL vmlinux 0xc3e622e6 noop_fsync +EXPORT_SYMBOL vmlinux 0xc3ed57b0 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0xc3fa6a59 memchr +EXPORT_SYMBOL vmlinux 0xc3ffed56 blk_queue_start_tag +EXPORT_SYMBOL vmlinux 0xc402cc99 register_acpi_notifier +EXPORT_SYMBOL vmlinux 0xc41e8f7a wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0xc41f0516 node_states +EXPORT_SYMBOL vmlinux 0xc43c6911 should_remove_suid +EXPORT_SYMBOL vmlinux 0xc4554217 up +EXPORT_SYMBOL vmlinux 0xc456c28e sk_send_sigurg +EXPORT_SYMBOL vmlinux 0xc475312d generic_file_direct_write +EXPORT_SYMBOL vmlinux 0xc475bd63 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xc495e7a6 xfrm_state_update +EXPORT_SYMBOL vmlinux 0xc499ae1e kstrdup +EXPORT_SYMBOL vmlinux 0xc4c81fd9 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0xc4d2cba2 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0xc4d3ccd9 ip_setsockopt +EXPORT_SYMBOL vmlinux 0xc4d973e3 lock_may_write +EXPORT_SYMBOL vmlinux 0xc503445f __ps2_command +EXPORT_SYMBOL vmlinux 0xc517aaad unbind_con_driver +EXPORT_SYMBOL vmlinux 0xc53a2b07 nf_log_unregister +EXPORT_SYMBOL vmlinux 0xc53b3396 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0xc54d31c4 file_remove_suid +EXPORT_SYMBOL vmlinux 0xc5530ed1 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0xc5534d64 ioread16 +EXPORT_SYMBOL vmlinux 0xc553ce96 mpage_readpage +EXPORT_SYMBOL vmlinux 0xc554e3c8 journal_get_undo_access +EXPORT_SYMBOL vmlinux 0xc56827b3 pci_dev_driver +EXPORT_SYMBOL vmlinux 0xc5775e2b __wait_on_buffer +EXPORT_SYMBOL vmlinux 0xc57ab7bc proc_dostring +EXPORT_SYMBOL vmlinux 0xc57bdc79 mmc_free_host +EXPORT_SYMBOL vmlinux 0xc58a67a8 path_get +EXPORT_SYMBOL vmlinux 0xc594fa51 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0xc5ac4aa4 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0xc5d9c46c agp_try_unsupported_boot +EXPORT_SYMBOL vmlinux 0xc5e0de59 input_set_abs_params +EXPORT_SYMBOL vmlinux 0xc5e445c8 uart_match_port +EXPORT_SYMBOL vmlinux 0xc608feb4 input_unregister_handler +EXPORT_SYMBOL vmlinux 0xc61010c8 blk_put_queue +EXPORT_SYMBOL vmlinux 0xc61e6c31 sock_no_listen +EXPORT_SYMBOL vmlinux 0xc61ea8e1 __module_get +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc6390179 bitmap_start_sync +EXPORT_SYMBOL vmlinux 0xc63cc125 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0xc6585c79 delete_from_page_cache +EXPORT_SYMBOL vmlinux 0xc65abeb7 agp3_generic_sizes +EXPORT_SYMBOL vmlinux 0xc6645b42 mempool_create_node +EXPORT_SYMBOL vmlinux 0xc69231ab dquot_transfer +EXPORT_SYMBOL vmlinux 0xc6a829b7 tty_port_close +EXPORT_SYMBOL vmlinux 0xc6b23120 intel_scu_ipc_iowrite16 +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6d7b2a0 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0xc702156b param_get_ushort +EXPORT_SYMBOL vmlinux 0xc71c7f04 journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc732179a input_close_device +EXPORT_SYMBOL vmlinux 0xc73c775f input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0xc73d1115 eth_rebuild_header +EXPORT_SYMBOL vmlinux 0xc73e044a release_sock +EXPORT_SYMBOL vmlinux 0xc768de19 cpu_all_bits +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7d90e31 tcp_enter_memory_pressure +EXPORT_SYMBOL vmlinux 0xc7ec6c27 strspn +EXPORT_SYMBOL vmlinux 0xc7ef87fd ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0xc8170b2f max8998_read_reg +EXPORT_SYMBOL vmlinux 0xc8276a79 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xc82b4370 sock_create_lite +EXPORT_SYMBOL vmlinux 0xc834849c ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc8582369 netif_device_detach +EXPORT_SYMBOL vmlinux 0xc8699bb2 md_check_recovery +EXPORT_SYMBOL vmlinux 0xc87823bf twl_i2c_read_u8 +EXPORT_SYMBOL vmlinux 0xc87a6c36 unregister_netdev +EXPORT_SYMBOL vmlinux 0xc87faada security_path_symlink +EXPORT_SYMBOL vmlinux 0xc891b30c skb_seq_read +EXPORT_SYMBOL vmlinux 0xc8953c2b dmam_alloc_coherent +EXPORT_SYMBOL vmlinux 0xc897c382 sg_init_table +EXPORT_SYMBOL vmlinux 0xc8a97725 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0xc8b57c27 autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xc8b5e693 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xc8bfd9c2 migrate_page +EXPORT_SYMBOL vmlinux 0xc8c1511d gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0xc8dc3209 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0xc8eff957 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0xc929a30e __get_page_tail +EXPORT_SYMBOL vmlinux 0xc94945ea __inet6_hash +EXPORT_SYMBOL vmlinux 0xc96dbc01 __sb_start_write +EXPORT_SYMBOL vmlinux 0xc97fe669 blk_recount_segments +EXPORT_SYMBOL vmlinux 0xc984f0e2 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0xc98620f1 fb_set_cmap +EXPORT_SYMBOL vmlinux 0xc996d097 del_timer +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9afa8ba freeze_super +EXPORT_SYMBOL vmlinux 0xc9b00282 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xc9ca4dd4 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0xc9d48d32 dev_addr_del_multiple +EXPORT_SYMBOL vmlinux 0xc9ed65a2 kthread_create_on_node +EXPORT_SYMBOL vmlinux 0xca043121 scsi_free_host_dev +EXPORT_SYMBOL vmlinux 0xca12fd0c netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0xca171c27 mmc_wait_for_app_cmd +EXPORT_SYMBOL vmlinux 0xca1b6622 xfrm4_rcv +EXPORT_SYMBOL vmlinux 0xca256750 dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0xca30f2a9 generic_file_remap_pages +EXPORT_SYMBOL vmlinux 0xca5967e3 vm_stat +EXPORT_SYMBOL vmlinux 0xca5dbc50 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xca8acc78 acpi_dbg_level +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xcaa4a843 pv_cpu_ops +EXPORT_SYMBOL vmlinux 0xcaef7882 mdiobus_free +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb07f41d unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xcb2d9e1d pci_assign_resource +EXPORT_SYMBOL vmlinux 0xcb30d627 skb_checksum_help +EXPORT_SYMBOL vmlinux 0xcb4efd18 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0xcb5fa30c pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0xcb7131fb fb_get_options +EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power +EXPORT_SYMBOL vmlinux 0xcb870db0 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xcb8ed923 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0xcbb1c152 netdev_class_create_file +EXPORT_SYMBOL vmlinux 0xcbb4a94d unlock_rename +EXPORT_SYMBOL vmlinux 0xcbc7407f usb_get_phy +EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0xcbe08cc4 cap_mmap_file +EXPORT_SYMBOL vmlinux 0xcbe36db0 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0xcbe3ef4c serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0xcbf25579 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xcbfd1be6 generic_pipe_buf_map +EXPORT_SYMBOL vmlinux 0xcc0e4563 add_to_page_cache_locked +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc36f32e fb_unregister_client +EXPORT_SYMBOL vmlinux 0xcc37f55c blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xcc45b37c truncate_inode_pages +EXPORT_SYMBOL vmlinux 0xcc4d1bfb atomic64_read_cx8 +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc5b27b5 acpi_extract_package +EXPORT_SYMBOL vmlinux 0xcc753e3d ip_route_input_noref +EXPORT_SYMBOL vmlinux 0xcc7fa952 local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0xcc826c49 __frontswap_load +EXPORT_SYMBOL vmlinux 0xcc94cc28 load_nls +EXPORT_SYMBOL vmlinux 0xcca3d902 __cleancache_get_page +EXPORT_SYMBOL vmlinux 0xccb91de0 pipe_lock +EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor +EXPORT_SYMBOL vmlinux 0xcccb6586 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0xccf37173 bio_pair_release +EXPORT_SYMBOL vmlinux 0xccf47de7 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0xcd019529 inet6_release +EXPORT_SYMBOL vmlinux 0xcd02f0e1 redraw_screen +EXPORT_SYMBOL vmlinux 0xcd108135 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd6d4af0 key_type_keyring +EXPORT_SYMBOL vmlinux 0xcd7ca84b sock_wake_async +EXPORT_SYMBOL vmlinux 0xcdae1e64 __pagevec_lru_add +EXPORT_SYMBOL vmlinux 0xcdb642f5 proc_mkdir +EXPORT_SYMBOL vmlinux 0xcdd0674f __lock_page +EXPORT_SYMBOL vmlinux 0xcde172ac radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0xcde3c6d3 mmc_erase +EXPORT_SYMBOL vmlinux 0xce0d665c simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0xce1257b7 key_unlink +EXPORT_SYMBOL vmlinux 0xce1829f3 acpi_bus_start +EXPORT_SYMBOL vmlinux 0xce19bac5 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0xce1f5873 kobject_add +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce32465e mb_cache_shrink +EXPORT_SYMBOL vmlinux 0xce37fa4a kdb_current_task +EXPORT_SYMBOL vmlinux 0xce4904a4 acpi_leave_sleep_state +EXPORT_SYMBOL vmlinux 0xce55f256 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce6a177d rtnl_create_link +EXPORT_SYMBOL vmlinux 0xce6f55d2 __free_pages +EXPORT_SYMBOL vmlinux 0xcebbc7c9 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0xcec75bc8 vfs_writev +EXPORT_SYMBOL vmlinux 0xced4de48 mpage_writepage +EXPORT_SYMBOL vmlinux 0xceead395 ata_print_version +EXPORT_SYMBOL vmlinux 0xcef51982 kstrtou16 +EXPORT_SYMBOL vmlinux 0xcef796d2 posix_test_lock +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf1a857e __skb_tx_hash +EXPORT_SYMBOL vmlinux 0xcf1d28ab acpi_error +EXPORT_SYMBOL vmlinux 0xcf1d9ca9 dev_queue_xmit +EXPORT_SYMBOL vmlinux 0xcf29bdf1 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0xcf6cfe1f msrs_free +EXPORT_SYMBOL vmlinux 0xcf8893f5 splice_from_pipe_next +EXPORT_SYMBOL vmlinux 0xcfa815c5 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0xcfcc36c7 freeze_bdev +EXPORT_SYMBOL vmlinux 0xcfdfae71 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0xcfe05d4d register_kmmio_probe +EXPORT_SYMBOL vmlinux 0xcff0271c alloc_fcdev +EXPORT_SYMBOL vmlinux 0xcffee14a generic_pipe_buf_confirm +EXPORT_SYMBOL vmlinux 0xd0181f4f __bitmap_xor +EXPORT_SYMBOL vmlinux 0xd02cac3b netdev_set_master +EXPORT_SYMBOL vmlinux 0xd03a5169 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0xd0448b5f pci_enable_obff +EXPORT_SYMBOL vmlinux 0xd060f06a __scm_destroy +EXPORT_SYMBOL vmlinux 0xd068d5ec make_bad_inode +EXPORT_SYMBOL vmlinux 0xd06b3aa5 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0xd0720a17 on_each_cpu_cond +EXPORT_SYMBOL vmlinux 0xd0737cd0 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0xd08197fa acpi_load_tables +EXPORT_SYMBOL vmlinux 0xd087f4e6 ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0xd09773d7 sock_kfree_s +EXPORT_SYMBOL vmlinux 0xd09f6e04 bio_uncopy_user +EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces +EXPORT_SYMBOL vmlinux 0xd0d42c42 mod_timer_pending +EXPORT_SYMBOL vmlinux 0xd0d8621b strlen +EXPORT_SYMBOL vmlinux 0xd0db6fb1 arp_find +EXPORT_SYMBOL vmlinux 0xd0ed15e2 dev_addr_init +EXPORT_SYMBOL vmlinux 0xd0ee38b8 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0xd0f0d945 down_read +EXPORT_SYMBOL vmlinux 0xd0f36f0d audit_log_format +EXPORT_SYMBOL vmlinux 0xd0f4309e dev_trans_start +EXPORT_SYMBOL vmlinux 0xd0fb7cd4 __tasklet_hi_schedule_first +EXPORT_SYMBOL vmlinux 0xd0fef3b2 agp_free_key +EXPORT_SYMBOL vmlinux 0xd11c0dc1 __kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xd12d4f90 xfrm_register_mode +EXPORT_SYMBOL vmlinux 0xd135e76f task_nice +EXPORT_SYMBOL vmlinux 0xd14828de inet_dgram_connect +EXPORT_SYMBOL vmlinux 0xd1680fe2 scsi_scan_host +EXPORT_SYMBOL vmlinux 0xd17114a7 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0xd1737d3d current_fs_time +EXPORT_SYMBOL vmlinux 0xd174e4ea mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough +EXPORT_SYMBOL vmlinux 0xd18563dc replace_mount_options +EXPORT_SYMBOL vmlinux 0xd18b6eb2 acpi_unmap_lsapic +EXPORT_SYMBOL vmlinux 0xd196c9be kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xd1b87093 pci_disable_device +EXPORT_SYMBOL vmlinux 0xd1c8fe26 elv_add_request +EXPORT_SYMBOL vmlinux 0xd1efa552 simple_write_begin +EXPORT_SYMBOL vmlinux 0xd1f6c5f3 smp_num_siblings +EXPORT_SYMBOL vmlinux 0xd220cf8a jiffies_to_timespec +EXPORT_SYMBOL vmlinux 0xd2329de3 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0xd23b6ca6 journal_init_dev +EXPORT_SYMBOL vmlinux 0xd2479ff3 tcf_em_register +EXPORT_SYMBOL vmlinux 0xd24fc802 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xd251d7b0 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xd2555f19 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd266efe7 mempool_create +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2950156 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0xd2a75ee0 dmi_first_match +EXPORT_SYMBOL vmlinux 0xd2c0cabd kernel_sendmsg +EXPORT_SYMBOL vmlinux 0xd2c442f0 scm_detach_fds +EXPORT_SYMBOL vmlinux 0xd2e6a582 acpi_processor_preregister_performance +EXPORT_SYMBOL vmlinux 0xd32e39d7 kunmap +EXPORT_SYMBOL vmlinux 0xd35e249a _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0xd3636c18 pv_mmu_ops +EXPORT_SYMBOL vmlinux 0xd3650e93 tcf_hash_create +EXPORT_SYMBOL vmlinux 0xd38280c4 file_sb_list_del +EXPORT_SYMBOL vmlinux 0xd399c783 genl_unregister_family +EXPORT_SYMBOL vmlinux 0xd39f70a8 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0xd3a67eba tty_get_baud_rate +EXPORT_SYMBOL vmlinux 0xd3b095cd unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0xd3c60f8b filp_open +EXPORT_SYMBOL vmlinux 0xd3d229f8 acpi_pm_device_sleep_state +EXPORT_SYMBOL vmlinux 0xd3d3a477 posix_acl_init +EXPORT_SYMBOL vmlinux 0xd3dcab0b flex_array_alloc +EXPORT_SYMBOL vmlinux 0xd3e0e45e neigh_for_each +EXPORT_SYMBOL vmlinux 0xd4006491 wait_on_page_bit +EXPORT_SYMBOL vmlinux 0xd400706b get_thermal_instance +EXPORT_SYMBOL vmlinux 0xd4360b23 i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0xd45ec901 blk_queue_stack_limits +EXPORT_SYMBOL vmlinux 0xd48382cf qdisc_list_del +EXPORT_SYMBOL vmlinux 0xd48d4e05 start_tty +EXPORT_SYMBOL vmlinux 0xd499727b mdiobus_scan +EXPORT_SYMBOL vmlinux 0xd4b98492 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0xd4c3b174 printk_emit +EXPORT_SYMBOL vmlinux 0xd4d75534 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0xd4f3319f phy_detach +EXPORT_SYMBOL vmlinux 0xd4f67cce lro_receive_frags +EXPORT_SYMBOL vmlinux 0xd4ffa484 acpi_initialize_subsystem +EXPORT_SYMBOL vmlinux 0xd50fcebd simple_rename +EXPORT_SYMBOL vmlinux 0xd50fef48 acpi_detach_data +EXPORT_SYMBOL vmlinux 0xd52f2d3c vfs_symlink +EXPORT_SYMBOL vmlinux 0xd544c87c request_key +EXPORT_SYMBOL vmlinux 0xd54a70a2 from_kqid_munged +EXPORT_SYMBOL vmlinux 0xd5583fe5 __devm_release_region +EXPORT_SYMBOL vmlinux 0xd55e2f64 bitmap_end_sync +EXPORT_SYMBOL vmlinux 0xd56214af qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0xd5781285 amd_northbridges +EXPORT_SYMBOL vmlinux 0xd5b1376d register_shrinker +EXPORT_SYMBOL vmlinux 0xd5dd66e1 pci_set_dma_seg_boundary +EXPORT_SYMBOL vmlinux 0xd5e1d4be input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0xd5f2172f del_timer_sync +EXPORT_SYMBOL vmlinux 0xd602d3ba inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xd60b7f26 rtnl_notify +EXPORT_SYMBOL vmlinux 0xd611f50c load_nls_default +EXPORT_SYMBOL vmlinux 0xd616683a ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0xd61934e6 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0xd620d78c dquot_destroy +EXPORT_SYMBOL vmlinux 0xd62c833f schedule_timeout +EXPORT_SYMBOL vmlinux 0xd648e564 fb_match_mode +EXPORT_SYMBOL vmlinux 0xd649c8f6 bio_reset +EXPORT_SYMBOL vmlinux 0xd65489be ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xd666f32a acpi_pci_unregister_driver +EXPORT_SYMBOL vmlinux 0xd683e00d pm860x_page_bulk_write +EXPORT_SYMBOL vmlinux 0xd69df286 cdrom_open +EXPORT_SYMBOL vmlinux 0xd6a9179b tcp_init_sock +EXPORT_SYMBOL vmlinux 0xd6b33026 cpu_khz +EXPORT_SYMBOL vmlinux 0xd6ca3ee7 journal_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0xd6dd96e4 inet_frags_init +EXPORT_SYMBOL vmlinux 0xd6dda74b scsi_allocate_command +EXPORT_SYMBOL vmlinux 0xd6e0512a swiotlb_sync_single_for_device +EXPORT_SYMBOL vmlinux 0xd6ebae0f pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6f1ee11 sock_sendmsg +EXPORT_SYMBOL vmlinux 0xd7033e4f inet6_add_protocol +EXPORT_SYMBOL vmlinux 0xd70ca5ce mmc_hw_reset_check +EXPORT_SYMBOL vmlinux 0xd71d53ec dquot_initialize +EXPORT_SYMBOL vmlinux 0xd7215b78 ipv4_specific +EXPORT_SYMBOL vmlinux 0xd758a217 dev_close +EXPORT_SYMBOL vmlinux 0xd75c79df smp_call_function +EXPORT_SYMBOL vmlinux 0xd764d7a3 padata_start +EXPORT_SYMBOL vmlinux 0xd76eb91a abx500_remove_ops +EXPORT_SYMBOL vmlinux 0xd77a5aa5 __bitmap_and +EXPORT_SYMBOL vmlinux 0xd79b5a02 allow_signal +EXPORT_SYMBOL vmlinux 0xd7a5e6b0 skb_copy +EXPORT_SYMBOL vmlinux 0xd7ab02e1 inode_dio_wait +EXPORT_SYMBOL vmlinux 0xd7af00f3 mntget +EXPORT_SYMBOL vmlinux 0xd7b4e36a scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0xd7bd3af2 add_wait_queue +EXPORT_SYMBOL vmlinux 0xd7c22d57 md_done_sync +EXPORT_SYMBOL vmlinux 0xd7cabcb0 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0xd7dd777b reserve_perfctr_nmi +EXPORT_SYMBOL vmlinux 0xd7e3ff38 mmc_remove_host +EXPORT_SYMBOL vmlinux 0xd7e4c1e8 eisa_bus_type +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd82347e0 free_xenballooned_pages +EXPORT_SYMBOL vmlinux 0xd83cb8d8 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0xd849f2cc mnt_unpin +EXPORT_SYMBOL vmlinux 0xd8531a32 i2c_transfer +EXPORT_SYMBOL vmlinux 0xd854b0eb tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0xd85833cb __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0xd85df7d4 boot_cpu_data +EXPORT_SYMBOL vmlinux 0xd863b093 textsearch_unregister +EXPORT_SYMBOL vmlinux 0xd86b489a invalidate_bdev +EXPORT_SYMBOL vmlinux 0xd87c5891 blk_rq_init +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd89ea95b revert_creds +EXPORT_SYMBOL vmlinux 0xd8a96358 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0xd8e484f0 register_chrdev_region +EXPORT_SYMBOL vmlinux 0xd8f13c49 scsi_target_resume +EXPORT_SYMBOL vmlinux 0xd8f8a15a acpi_device_hid +EXPORT_SYMBOL vmlinux 0xd9091363 acpi_install_notify_handler +EXPORT_SYMBOL vmlinux 0xd91a5be9 bio_unmap_user +EXPORT_SYMBOL vmlinux 0xd92afabe bitmap_clear +EXPORT_SYMBOL vmlinux 0xd947aead __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0xd9484b22 mpage_writepages +EXPORT_SYMBOL vmlinux 0xd95da952 simple_dir_operations +EXPORT_SYMBOL vmlinux 0xd969b2c7 amd_e400_c1e_detected +EXPORT_SYMBOL vmlinux 0xd97c10a1 bdi_init +EXPORT_SYMBOL vmlinux 0xd97f2fe9 dmam_declare_coherent_memory +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd98710fd register_con_driver +EXPORT_SYMBOL vmlinux 0xd98eeebd __brelse +EXPORT_SYMBOL vmlinux 0xd990546c lg_local_unlock_cpu +EXPORT_SYMBOL vmlinux 0xd99ed480 starget_for_each_device +EXPORT_SYMBOL vmlinux 0xd9a9bb30 getname +EXPORT_SYMBOL vmlinux 0xd9b29a2d jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0xd9da55d1 unregister_binfmt +EXPORT_SYMBOL vmlinux 0xd9e61fcb qid_valid +EXPORT_SYMBOL vmlinux 0xda08c0d7 pcibios_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0xda0a6b0e acpi_map_lsapic +EXPORT_SYMBOL vmlinux 0xda0d16e5 d_add_ci +EXPORT_SYMBOL vmlinux 0xda1c5224 skb_append +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda519df2 idr_find +EXPORT_SYMBOL vmlinux 0xda54c519 serio_open +EXPORT_SYMBOL vmlinux 0xda5986bf generic_pipe_buf_unmap +EXPORT_SYMBOL vmlinux 0xda68a86a udp_prot +EXPORT_SYMBOL vmlinux 0xda693af7 sock_no_getsockopt +EXPORT_SYMBOL vmlinux 0xda7ca6cb fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xda8af7ad fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0xda8fd495 isapnp_write_byte +EXPORT_SYMBOL vmlinux 0xdaa50b70 fb_set_suspend +EXPORT_SYMBOL vmlinux 0xdaa57ec3 totalhigh_pages +EXPORT_SYMBOL vmlinux 0xdaea9d3a journal_force_commit +EXPORT_SYMBOL vmlinux 0xdafc66b6 dev_mc_add +EXPORT_SYMBOL vmlinux 0xdb34c042 bio_map_kern +EXPORT_SYMBOL vmlinux 0xdb680837 blk_complete_request +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb864d65 iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0xdbcd416e sysctl_ip_nonlocal_bind +EXPORT_SYMBOL vmlinux 0xdc027eb5 d_rehash +EXPORT_SYMBOL vmlinux 0xdc047fc4 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc28d792 __alloc_pages_nodemask +EXPORT_SYMBOL vmlinux 0xdc2adb35 add_taint +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc43ca4b sock_kmalloc +EXPORT_SYMBOL vmlinux 0xdc570f62 lg_global_unlock +EXPORT_SYMBOL vmlinux 0xdc57f532 acpi_install_gpe_handler +EXPORT_SYMBOL vmlinux 0xdc6d41cf vfs_fstatat +EXPORT_SYMBOL vmlinux 0xdc7bb54e cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0xdc83fa71 netif_rx_ni +EXPORT_SYMBOL vmlinux 0xdc8dbaac pci_request_regions +EXPORT_SYMBOL vmlinux 0xdcc057bc filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xdcf05858 journal_extend +EXPORT_SYMBOL vmlinux 0xdcf21184 bdget +EXPORT_SYMBOL vmlinux 0xdcf3fb51 vfs_statfs +EXPORT_SYMBOL vmlinux 0xdd0392b3 skb_queue_head +EXPORT_SYMBOL vmlinux 0xdd0a2ba2 strlcat +EXPORT_SYMBOL vmlinux 0xdd1a2871 down +EXPORT_SYMBOL vmlinux 0xdd1c65f6 blk_finish_plug +EXPORT_SYMBOL vmlinux 0xdd264063 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0xdd2c5f2c cleancache_register_ops +EXPORT_SYMBOL vmlinux 0xdd3217fb jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0xdd358cc6 vsc824x_add_skew +EXPORT_SYMBOL vmlinux 0xdd439c32 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0xdd4a5569 param_get_byte +EXPORT_SYMBOL vmlinux 0xdd80de32 secpath_dup +EXPORT_SYMBOL vmlinux 0xdd92ffa0 vfs_create +EXPORT_SYMBOL vmlinux 0xdd95da69 sock_from_file +EXPORT_SYMBOL vmlinux 0xddb1c734 ppp_unit_number +EXPORT_SYMBOL vmlinux 0xddc3911e md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0xddcd8ea2 skb_checksum +EXPORT_SYMBOL vmlinux 0xdde1b212 mfd_cell_disable +EXPORT_SYMBOL vmlinux 0xddf1d293 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0xddfd69da inet_frag_find +EXPORT_SYMBOL vmlinux 0xde0c131d tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0xde13a4d9 i2c_release_client +EXPORT_SYMBOL vmlinux 0xde16dc16 tboot +EXPORT_SYMBOL vmlinux 0xde322f57 key_put +EXPORT_SYMBOL vmlinux 0xde462fb5 fddi_type_trans +EXPORT_SYMBOL vmlinux 0xde4799eb key_payload_reserve +EXPORT_SYMBOL vmlinux 0xde579977 inet_stream_connect +EXPORT_SYMBOL vmlinux 0xde65308f iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0xde9360ba totalram_pages +EXPORT_SYMBOL vmlinux 0xde9b17ed agp3_generic_fetch_size +EXPORT_SYMBOL vmlinux 0xde9b7c0b netdev_change_features +EXPORT_SYMBOL vmlinux 0xdea24217 page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0xdebfc4ec i2c_master_recv +EXPORT_SYMBOL vmlinux 0xded00e74 dma_async_memcpy_pg_to_pg +EXPORT_SYMBOL vmlinux 0xded337b7 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0xdee6af9e md_register_thread +EXPORT_SYMBOL vmlinux 0xdee7370b dev_printk +EXPORT_SYMBOL vmlinux 0xdee97470 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0xdf0da3cc acpi_get_devices +EXPORT_SYMBOL vmlinux 0xdf1c9442 md_error +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf30ee7d dev_set_group +EXPORT_SYMBOL vmlinux 0xdf3f6ec3 truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0xdf48a0eb flex_array_put +EXPORT_SYMBOL vmlinux 0xdf51089c udp_disconnect +EXPORT_SYMBOL vmlinux 0xdf60cc27 __print_symbol +EXPORT_SYMBOL vmlinux 0xdf8c695a __ndelay +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdf9c6a72 tcp_ioctl +EXPORT_SYMBOL vmlinux 0xdfb0bae8 blk_queue_resize_tags +EXPORT_SYMBOL vmlinux 0xdfbdcc62 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0xdfc2d593 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0xdfc5169b slhc_init +EXPORT_SYMBOL vmlinux 0xdfdc72bb get_phy_device +EXPORT_SYMBOL vmlinux 0xdfe41334 account_page_writeback +EXPORT_SYMBOL vmlinux 0xdffdadaa dev_deactivate +EXPORT_SYMBOL vmlinux 0xe02476ac napi_gro_receive +EXPORT_SYMBOL vmlinux 0xe04bcaff kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0xe04f7caa dm_read_arg_group +EXPORT_SYMBOL vmlinux 0xe059d2c1 bio_copy_user +EXPORT_SYMBOL vmlinux 0xe06141e9 security_sk_clone +EXPORT_SYMBOL vmlinux 0xe075d6eb iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xe089a104 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0xe099ff63 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0xe09bb356 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xe09cde86 i2c_del_driver +EXPORT_SYMBOL vmlinux 0xe0a16a20 intel_scu_ipc_i2c_cntrl +EXPORT_SYMBOL vmlinux 0xe0ac8bd2 acpi_bus_generate_netlink_event +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b628f8 __block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xe0ea33da kernel_getpeername +EXPORT_SYMBOL vmlinux 0xe0fb6c85 flush_signals +EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors +EXPORT_SYMBOL vmlinux 0xe1761617 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xe1bc99dc put_page +EXPORT_SYMBOL vmlinux 0xe1c05a7d inet_register_protosw +EXPORT_SYMBOL vmlinux 0xe1fa85cd vfsmount_lock +EXPORT_SYMBOL vmlinux 0xe200d2d5 param_get_uint +EXPORT_SYMBOL vmlinux 0xe200f872 secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xe2034333 acpi_evaluate_hotplug_ost +EXPORT_SYMBOL vmlinux 0xe221a138 unregister_md_personality +EXPORT_SYMBOL vmlinux 0xe2272220 done_path_create +EXPORT_SYMBOL vmlinux 0xe2342298 add_disk +EXPORT_SYMBOL vmlinux 0xe23ae481 blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe23dc044 security_d_instantiate +EXPORT_SYMBOL vmlinux 0xe24d3a97 jiffies_64 +EXPORT_SYMBOL vmlinux 0xe251b8a4 ps2_begin_command +EXPORT_SYMBOL vmlinux 0xe280709c pnp_stop_dev +EXPORT_SYMBOL vmlinux 0xe2b1a580 wireless_send_event +EXPORT_SYMBOL vmlinux 0xe2b58d4a acpi_bus_get_status +EXPORT_SYMBOL vmlinux 0xe2c08a74 agp_bridge +EXPORT_SYMBOL vmlinux 0xe2cd4a43 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2dd49a2 scsi_device_put +EXPORT_SYMBOL vmlinux 0xe2e11a63 netif_napi_add +EXPORT_SYMBOL vmlinux 0xe2e8065e memdup_user +EXPORT_SYMBOL vmlinux 0xe2f3fba1 intel_gmch_probe +EXPORT_SYMBOL vmlinux 0xe2fae716 kmemdup +EXPORT_SYMBOL vmlinux 0xe319eb24 acpi_pci_osc_control_set +EXPORT_SYMBOL vmlinux 0xe32bcec2 elv_rq_merge_ok +EXPORT_SYMBOL vmlinux 0xe338c894 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0xe349d2e6 pagevec_lookup +EXPORT_SYMBOL vmlinux 0xe34af591 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0xe381f6c4 mmc_try_claim_host +EXPORT_SYMBOL vmlinux 0xe3bca2f3 contig_page_data +EXPORT_SYMBOL vmlinux 0xe3c8127f may_umount +EXPORT_SYMBOL vmlinux 0xe3c8153a filemap_fdatawait +EXPORT_SYMBOL vmlinux 0xe3d6f284 fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xe3dd20d6 devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0xe3f6a7a1 vga_tryget +EXPORT_SYMBOL vmlinux 0xe3fbe148 acpi_install_table_handler +EXPORT_SYMBOL vmlinux 0xe408390b tcf_hash_new_index +EXPORT_SYMBOL vmlinux 0xe41a8077 seq_lseek +EXPORT_SYMBOL vmlinux 0xe41ab352 dev_uc_init +EXPORT_SYMBOL vmlinux 0xe4351088 vfs_read +EXPORT_SYMBOL vmlinux 0xe4444637 nf_reinject +EXPORT_SYMBOL vmlinux 0xe445d730 writeback_inodes_sb_nr_if_idle +EXPORT_SYMBOL vmlinux 0xe45f60d8 __wake_up +EXPORT_SYMBOL vmlinux 0xe473d1e6 set_bdi_congested +EXPORT_SYMBOL vmlinux 0xe4835598 __bforget +EXPORT_SYMBOL vmlinux 0xe484e35f ioread32 +EXPORT_SYMBOL vmlinux 0xe48fba64 rtnl_unicast +EXPORT_SYMBOL vmlinux 0xe49da322 d_splice_alias +EXPORT_SYMBOL vmlinux 0xe4cad44d security_path_rename +EXPORT_SYMBOL vmlinux 0xe4d374b4 __locks_copy_lock +EXPORT_SYMBOL vmlinux 0xe4e000fc pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0xe4ec1fd7 input_register_handle +EXPORT_SYMBOL vmlinux 0xe4f5ef7f processors +EXPORT_SYMBOL vmlinux 0xe50f904f intel_scu_ipc_ioread16 +EXPORT_SYMBOL vmlinux 0xe5122890 flow_cache_genid +EXPORT_SYMBOL vmlinux 0xe5208918 acpi_gbl_FADT +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe530d757 acpi_clear_gpe +EXPORT_SYMBOL vmlinux 0xe54674b6 unmap_underlying_metadata +EXPORT_SYMBOL vmlinux 0xe5583227 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0xe55b6361 sock_edemux +EXPORT_SYMBOL vmlinux 0xe56fca61 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0xe5725d00 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0xe5772b33 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0xe57878a1 in6_pton +EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set +EXPORT_SYMBOL vmlinux 0xe58f5347 dev_mc_add_global +EXPORT_SYMBOL vmlinux 0xe59a0119 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0xe5a0d460 sock_update_classid +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5c9b216 f_setown +EXPORT_SYMBOL vmlinux 0xe5d95985 param_ops_ulong +EXPORT_SYMBOL vmlinux 0xe5ed5467 xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xe5ee988f blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0xe5f01311 build_skb +EXPORT_SYMBOL vmlinux 0xe5fee906 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0xe64010b4 kernel_sock_ioctl +EXPORT_SYMBOL vmlinux 0xe649bcd8 mem_map +EXPORT_SYMBOL vmlinux 0xe64c235c mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xe64cff2f __nlmsg_put +EXPORT_SYMBOL vmlinux 0xe64d98fe rdmsr_safe_regs +EXPORT_SYMBOL vmlinux 0xe667a623 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0xe67da5c5 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0xe697d108 __blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe699203c dev_mc_del_global +EXPORT_SYMBOL vmlinux 0xe6ac8ab1 request_key_async +EXPORT_SYMBOL vmlinux 0xe6b3fe21 interruptible_sleep_on_timeout +EXPORT_SYMBOL vmlinux 0xe6c2ad14 cdrom_check_events +EXPORT_SYMBOL vmlinux 0xe6dc09a7 locks_mandatory_area +EXPORT_SYMBOL vmlinux 0xe6e2c426 locks_init_lock +EXPORT_SYMBOL vmlinux 0xe6e8ff7c mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0xe6ebc016 key_create_or_update +EXPORT_SYMBOL vmlinux 0xe6fbe430 can_do_mlock +EXPORT_SYMBOL vmlinux 0xe716baed acpi_unregister_ioapic +EXPORT_SYMBOL vmlinux 0xe72c9e5a nobh_writepage +EXPORT_SYMBOL vmlinux 0xe7337a36 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0xe7645dd3 sock_register +EXPORT_SYMBOL vmlinux 0xe768b0c9 pci_dev_get +EXPORT_SYMBOL vmlinux 0xe7722171 flex_array_free +EXPORT_SYMBOL vmlinux 0xe781b5f6 intel_scu_ipc_readv +EXPORT_SYMBOL vmlinux 0xe78584e6 create_empty_buffers +EXPORT_SYMBOL vmlinux 0xe798d71c cpu_core_map +EXPORT_SYMBOL vmlinux 0xe7a664c4 nf_hooks +EXPORT_SYMBOL vmlinux 0xe7a81967 audit_log_secctx +EXPORT_SYMBOL vmlinux 0xe7b81941 tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0xe7bdb0ed input_grab_device +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7d58ef5 request_firmware +EXPORT_SYMBOL vmlinux 0xe7dab2c5 inode_init_always +EXPORT_SYMBOL vmlinux 0xe7f5c903 register_filesystem +EXPORT_SYMBOL vmlinux 0xe80ce219 sysctl_tcp_dma_copybreak +EXPORT_SYMBOL vmlinux 0xe838a749 blk_bio_map_sg +EXPORT_SYMBOL vmlinux 0xe83925cf generic_show_options +EXPORT_SYMBOL vmlinux 0xe8532edb scsi_get_command +EXPORT_SYMBOL vmlinux 0xe854cfce journal_lock_updates +EXPORT_SYMBOL vmlinux 0xe8623448 alloc_disk +EXPORT_SYMBOL vmlinux 0xe86570b4 serio_interrupt +EXPORT_SYMBOL vmlinux 0xe86f16ff scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0xe8794ce1 slhc_toss +EXPORT_SYMBOL vmlinux 0xe882a3cf i2c_get_adapter +EXPORT_SYMBOL vmlinux 0xe88e2e2c tty_unregister_driver +EXPORT_SYMBOL vmlinux 0xe88e7a93 lg_global_lock +EXPORT_SYMBOL vmlinux 0xe89b6202 genl_register_family +EXPORT_SYMBOL vmlinux 0xe89f2aa3 qdisc_reset +EXPORT_SYMBOL vmlinux 0xe8b63ace radix_tree_range_tag_if_tagged +EXPORT_SYMBOL vmlinux 0xe8b68849 wrmsr_on_cpus +EXPORT_SYMBOL vmlinux 0xe8bea3bc qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xe8db6c1c key_task_permission +EXPORT_SYMBOL vmlinux 0xe8e69f91 skb_copy_and_csum_datagram_iovec +EXPORT_SYMBOL vmlinux 0xe8e752f1 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe921fb1e inet_bind +EXPORT_SYMBOL vmlinux 0xe92926a7 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0xe93ded82 jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe95b852a create_proc_entry +EXPORT_SYMBOL vmlinux 0xe96d2bff netif_device_attach +EXPORT_SYMBOL vmlinux 0xe97be9ef find_get_pages_tag +EXPORT_SYMBOL vmlinux 0xe986bc3e acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0xe993d967 skb_pad +EXPORT_SYMBOL vmlinux 0xe997667b wrmsr_on_cpu +EXPORT_SYMBOL vmlinux 0xe99ab841 cdev_del +EXPORT_SYMBOL vmlinux 0xe9a79a9b mmc_can_sanitize +EXPORT_SYMBOL vmlinux 0xe9c75649 cad_pid +EXPORT_SYMBOL vmlinux 0xe9d44a4d journal_get_create_access +EXPORT_SYMBOL vmlinux 0xe9dcf3fe inet_del_offload +EXPORT_SYMBOL vmlinux 0xea054b22 nla_policy_len +EXPORT_SYMBOL vmlinux 0xea10212a int_to_scsilun +EXPORT_SYMBOL vmlinux 0xea10655a __bitmap_intersects +EXPORT_SYMBOL vmlinux 0xea111b89 set_page_dirty +EXPORT_SYMBOL vmlinux 0xea1e2eec scsi_register_driver +EXPORT_SYMBOL vmlinux 0xea253c86 blkdev_issue_write_same +EXPORT_SYMBOL vmlinux 0xea40af4c mmc_card_can_sleep +EXPORT_SYMBOL vmlinux 0xea7987f1 key_update +EXPORT_SYMBOL vmlinux 0xea7b8a44 acpi_install_interface +EXPORT_SYMBOL vmlinux 0xea90bdd3 acpi_attach_data +EXPORT_SYMBOL vmlinux 0xeaafbc41 vc_cons +EXPORT_SYMBOL vmlinux 0xeabdbbf6 simple_pin_fs +EXPORT_SYMBOL vmlinux 0xead415bc register_quota_format +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeaf2e205 fib_default_rule_pref +EXPORT_SYMBOL vmlinux 0xeaf54bda prepare_binprm +EXPORT_SYMBOL vmlinux 0xeaf9ec66 con_copy_unimap +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb49edb7 d_path +EXPORT_SYMBOL vmlinux 0xeb55a931 __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xeb5c99d0 netdev_info +EXPORT_SYMBOL vmlinux 0xeb5cdbcf set_pages_array_wb +EXPORT_SYMBOL vmlinux 0xeb6067e2 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xeb616310 __cleancache_invalidate_inode +EXPORT_SYMBOL vmlinux 0xeb77e0b4 write_inode_now +EXPORT_SYMBOL vmlinux 0xeb7ccafa pci_unmap_rom +EXPORT_SYMBOL vmlinux 0xeb9915f5 blk_queue_find_tag +EXPORT_SYMBOL vmlinux 0xeba8fc64 ida_simple_remove +EXPORT_SYMBOL vmlinux 0xebdbe48c radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0xebdff84f __dquot_transfer +EXPORT_SYMBOL vmlinux 0xebe879e2 fsync_bdev +EXPORT_SYMBOL vmlinux 0xec15f00a tcp_cookie_generator +EXPORT_SYMBOL vmlinux 0xec3a6fa3 genl_unregister_ops +EXPORT_SYMBOL vmlinux 0xec4f9801 cancel_dirty_page +EXPORT_SYMBOL vmlinux 0xec7c8b38 md_write_end +EXPORT_SYMBOL vmlinux 0xec87f2fb user_path_create +EXPORT_SYMBOL vmlinux 0xec9cd091 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xecb3a5e1 clocksource_register +EXPORT_SYMBOL vmlinux 0xecb721f1 try_wait_for_completion +EXPORT_SYMBOL vmlinux 0xeccd3e0c acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xecd67cec schedule_delayed_work_on +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xece882d6 __ip_dev_find +EXPORT_SYMBOL vmlinux 0xed0349e9 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0xed09496a dev_addr_flush +EXPORT_SYMBOL vmlinux 0xed33671f ps2_drain +EXPORT_SYMBOL vmlinux 0xed4099b8 devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0xed7e1295 gen_pool_create +EXPORT_SYMBOL vmlinux 0xed93f29e __kunmap_atomic +EXPORT_SYMBOL vmlinux 0xed9752aa phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0xed9886bd ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0xed9d67fa unregister_exec_domain +EXPORT_SYMBOL vmlinux 0xeda0d76e gen_estimator_active +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedc1da2a bprm_change_interp +EXPORT_SYMBOL vmlinux 0xedd5e9d7 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0xedddeed3 try_module_get +EXPORT_SYMBOL vmlinux 0xede5e723 dentry_path_raw +EXPORT_SYMBOL vmlinux 0xee0c161e swiotlb_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0xee1cb8ad clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee322aff bio_integrity_trim +EXPORT_SYMBOL vmlinux 0xee5f5e56 pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0xee618535 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0xee7eb9e1 pnp_platform_devices +EXPORT_SYMBOL vmlinux 0xee887ee2 phy_start_interrupts +EXPORT_SYMBOL vmlinux 0xee95a2ed posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0xeea4ee1d jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xef1d35b7 acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0xef38f765 blk_integrity_register +EXPORT_SYMBOL vmlinux 0xef3b49b5 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0xef4013fb __bio_clone +EXPORT_SYMBOL vmlinux 0xef718862 dev_get_by_index +EXPORT_SYMBOL vmlinux 0xef736e4e scsi_ioctl +EXPORT_SYMBOL vmlinux 0xef78a096 generic_file_aio_read +EXPORT_SYMBOL vmlinux 0xef7dd5e6 ilookup +EXPORT_SYMBOL vmlinux 0xef82b66e mmc_interrupt_hpi +EXPORT_SYMBOL vmlinux 0xef8b2ece sk_reset_txq +EXPORT_SYMBOL vmlinux 0xef9aedfc boot_option_idle_override +EXPORT_SYMBOL vmlinux 0xefdd70ce security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0xefe099c3 acpi_get_event_status +EXPORT_SYMBOL vmlinux 0xefe26e3e sock_init_data +EXPORT_SYMBOL vmlinux 0xefe6dc0a udplite_prot +EXPORT_SYMBOL vmlinux 0xeff10ab4 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0xf0005465 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf0013cab __blk_end_request +EXPORT_SYMBOL vmlinux 0xf0040079 rwsem_down_read_failed +EXPORT_SYMBOL vmlinux 0xf0099565 simple_release_fs +EXPORT_SYMBOL vmlinux 0xf01cfd51 scsi_remove_device +EXPORT_SYMBOL vmlinux 0xf02ddcc3 icmp_send +EXPORT_SYMBOL vmlinux 0xf0365ecc input_inject_event +EXPORT_SYMBOL vmlinux 0xf0386b54 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0xf0392a8f block_invalidatepage +EXPORT_SYMBOL vmlinux 0xf05ffa15 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0xf0622c83 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0xf065f629 ioread16be +EXPORT_SYMBOL vmlinux 0xf06a374e led_blink_set +EXPORT_SYMBOL vmlinux 0xf07de916 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0xf082f6cd block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0xf0893053 genphy_suspend +EXPORT_SYMBOL vmlinux 0xf0936413 padata_stop +EXPORT_SYMBOL vmlinux 0xf0b01cb5 ht_create_irq +EXPORT_SYMBOL vmlinux 0xf0ce7d50 proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xf0e46278 noop_qdisc +EXPORT_SYMBOL vmlinux 0xf0ef15b4 list_sort +EXPORT_SYMBOL vmlinux 0xf0f1246c kvasprintf +EXPORT_SYMBOL vmlinux 0xf0fdf6cb __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xf0fee1e3 ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0xf100416a remove_conflicting_framebuffers +EXPORT_SYMBOL vmlinux 0xf10de535 ioread8 +EXPORT_SYMBOL vmlinux 0xf11543ff find_first_zero_bit +EXPORT_SYMBOL vmlinux 0xf1172833 irq_to_desc +EXPORT_SYMBOL vmlinux 0xf1294aec kernel_bind +EXPORT_SYMBOL vmlinux 0xf12d331c lg_local_lock +EXPORT_SYMBOL vmlinux 0xf13feb57 radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0xf141bf26 cancel_delayed_work +EXPORT_SYMBOL vmlinux 0xf14d20cf swiotlb_unmap_sg +EXPORT_SYMBOL vmlinux 0xf15dd17b vfs_mkdir +EXPORT_SYMBOL vmlinux 0xf15fc5f3 wait_iff_congested +EXPORT_SYMBOL vmlinux 0xf168bdc0 tty_lock_pair +EXPORT_SYMBOL vmlinux 0xf18242e1 atomic64_set_cx8 +EXPORT_SYMBOL vmlinux 0xf18e10ad pcim_pin_device +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf19b465b cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0xf1aebc42 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0xf1b8b8a7 seq_path +EXPORT_SYMBOL vmlinux 0xf1cae425 tcp_close +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1dc2059 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0xf1dd72c7 fasync_helper +EXPORT_SYMBOL vmlinux 0xf1deabf2 div64_u64 +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1faac3a _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0xf1fe7eb7 scsi_put_command +EXPORT_SYMBOL vmlinux 0xf200ef47 arp_xmit +EXPORT_SYMBOL vmlinux 0xf202c5cb radix_tree_insert +EXPORT_SYMBOL vmlinux 0xf20dabd8 free_irq +EXPORT_SYMBOL vmlinux 0xf2143c86 free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0xf219c8a2 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0xf229bbe2 bio_endio +EXPORT_SYMBOL vmlinux 0xf2357254 acpi_evaluate_integer +EXPORT_SYMBOL vmlinux 0xf23d0ddc wl12xx_get_platform_data +EXPORT_SYMBOL vmlinux 0xf23f89b6 rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0xf23fb446 mmc_cache_ctrl +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf2604564 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0xf277b114 dm_put_device +EXPORT_SYMBOL vmlinux 0xf28ed6e2 machine_to_phys_nr +EXPORT_SYMBOL vmlinux 0xf29521d1 ppp_register_channel +EXPORT_SYMBOL vmlinux 0xf2997713 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xf2ed799e blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xf2f2f12d rfkill_alloc +EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform +EXPORT_SYMBOL vmlinux 0xf32055e7 dev_base_lock +EXPORT_SYMBOL vmlinux 0xf3341268 __clear_user +EXPORT_SYMBOL vmlinux 0xf338d4c3 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xf33ac02e fb_class +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf34a9a3f inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0xf35ab35a dqget +EXPORT_SYMBOL vmlinux 0xf36a09a9 i2c_register_driver +EXPORT_SYMBOL vmlinux 0xf36ba208 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0xf37260ab _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xf382620e sock_setsockopt +EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf38e9afa simple_link +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf394d970 kill_pid +EXPORT_SYMBOL vmlinux 0xf396cd21 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0xf3986b06 acpi_os_map_generic_address +EXPORT_SYMBOL vmlinux 0xf3a6fd16 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0xf3b943f6 skb_clone +EXPORT_SYMBOL vmlinux 0xf3bf0bce __bitmap_complement +EXPORT_SYMBOL vmlinux 0xf3c495ef mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0xf3dbaaa6 idr_pre_get +EXPORT_SYMBOL vmlinux 0xf3f56561 pcie_port_service_unregister +EXPORT_SYMBOL vmlinux 0xf436a129 agp_generic_enable +EXPORT_SYMBOL vmlinux 0xf441ac43 ioread8_rep +EXPORT_SYMBOL vmlinux 0xf444b08e __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0xf45a4e52 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xf49bfc38 __blk_run_queue +EXPORT_SYMBOL vmlinux 0xf4a5c213 avail_to_resrv_perfctr_nmi_bit +EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced +EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area +EXPORT_SYMBOL vmlinux 0xf4dfc422 ata_dev_acpi_handle +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf4f19e51 downgrade_write +EXPORT_SYMBOL vmlinux 0xf4fa93d1 generic_file_mmap +EXPORT_SYMBOL vmlinux 0xf502d273 acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0xf5056f3b neigh_lookup_nodev +EXPORT_SYMBOL vmlinux 0xf51ae235 touch_nmi_watchdog +EXPORT_SYMBOL vmlinux 0xf51f03d2 file_update_time +EXPORT_SYMBOL vmlinux 0xf52182f4 update_time +EXPORT_SYMBOL vmlinux 0xf5221ffc generic_listxattr +EXPORT_SYMBOL vmlinux 0xf527b794 udp_proc_unregister +EXPORT_SYMBOL vmlinux 0xf52f98ef sk_stream_write_space +EXPORT_SYMBOL vmlinux 0xf536d22e acpi_set_gpe_wake_mask +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf557ca5c kobject_del +EXPORT_SYMBOL vmlinux 0xf56826e6 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0xf568559a bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0xf5b0f6d2 fbcon_set_tileops +EXPORT_SYMBOL vmlinux 0xf5b10e67 acpi_install_global_event_handler +EXPORT_SYMBOL vmlinux 0xf5b3df49 netdev_alert +EXPORT_SYMBOL vmlinux 0xf5c05914 generic_segment_checks +EXPORT_SYMBOL vmlinux 0xf5eb86ea blk_verify_command +EXPORT_SYMBOL vmlinux 0xf60bad8b jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0xf6142f46 atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xf632ad70 get_unmapped_area +EXPORT_SYMBOL vmlinux 0xf634e88d input_register_device +EXPORT_SYMBOL vmlinux 0xf6388c56 sysctl_ip_default_ttl +EXPORT_SYMBOL vmlinux 0xf642e61b __scsi_put_command +EXPORT_SYMBOL vmlinux 0xf65b4181 task_tgid_nr_ns +EXPORT_SYMBOL vmlinux 0xf67dea48 set_device_ro +EXPORT_SYMBOL vmlinux 0xf6a1e1df pci_find_bus +EXPORT_SYMBOL vmlinux 0xf6bb4729 color_table +EXPORT_SYMBOL vmlinux 0xf6c17942 mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0xf6d24993 __quota_error +EXPORT_SYMBOL vmlinux 0xf6d4dc1a ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf7011bd2 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0xf726d02f atomic64_add_unless_cx8 +EXPORT_SYMBOL vmlinux 0xf72b2c00 tty_kref_put +EXPORT_SYMBOL vmlinux 0xf735f12c bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xf73d4851 fb_show_logo +EXPORT_SYMBOL vmlinux 0xf745cb16 atomic64_sub_return_cx8 +EXPORT_SYMBOL vmlinux 0xf7584a9c find_font +EXPORT_SYMBOL vmlinux 0xf75bc434 files_lglock +EXPORT_SYMBOL vmlinux 0xf768e678 blk_queue_max_write_same_sectors +EXPORT_SYMBOL vmlinux 0xf773c3c4 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0xf78d04ab netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xf7952edc km_new_mapping +EXPORT_SYMBOL vmlinux 0xf795d916 scsi_dma_map +EXPORT_SYMBOL vmlinux 0xf7e37635 __wait_on_bit +EXPORT_SYMBOL vmlinux 0xf7e6b99e pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0xf803fe39 bitmap_set +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf82abc1d isa_dma_bridge_buggy +EXPORT_SYMBOL vmlinux 0xf82e3d47 acpi_initialize_objects +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf86e77c9 lock_rename +EXPORT_SYMBOL vmlinux 0xf8711ead igrab +EXPORT_SYMBOL vmlinux 0xf8743b81 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0xf87bae5d pci_map_biosrom +EXPORT_SYMBOL vmlinux 0xf88e0ee2 acpi_get_table_header +EXPORT_SYMBOL vmlinux 0xf890fe7f pm_idle +EXPORT_SYMBOL vmlinux 0xf894ba5c udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0xf8c6ce66 blk_start_request +EXPORT_SYMBOL vmlinux 0xf8efe146 block_commit_write +EXPORT_SYMBOL vmlinux 0xf91d4345 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0xf9348cbc xz_dec_run +EXPORT_SYMBOL vmlinux 0xf937c4d5 file_ns_capable +EXPORT_SYMBOL vmlinux 0xf940a328 __next_cpu +EXPORT_SYMBOL vmlinux 0xf949ccb0 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0xf94c3c2f bd_set_size +EXPORT_SYMBOL vmlinux 0xf97456ea _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xf98731cb mmc_set_blockcount +EXPORT_SYMBOL vmlinux 0xf99ddc99 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9dde131 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0xf9e73082 scnprintf +EXPORT_SYMBOL vmlinux 0xfa16537f bio_integrity_clone +EXPORT_SYMBOL vmlinux 0xfa2377b1 pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0xfa24cf65 skb_free_datagram +EXPORT_SYMBOL vmlinux 0xfa2a3245 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0xfa30957c mempool_free +EXPORT_SYMBOL vmlinux 0xfa62e869 ip6_frag_init +EXPORT_SYMBOL vmlinux 0xfa8381d3 key_link +EXPORT_SYMBOL vmlinux 0xfa986a52 inet_del_protocol +EXPORT_SYMBOL vmlinux 0xfa99ee58 skb_insert +EXPORT_SYMBOL vmlinux 0xfabc9fdb pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacafa46 pci_read_vpd +EXPORT_SYMBOL vmlinux 0xfacf4ac4 journal_destroy +EXPORT_SYMBOL vmlinux 0xfacf6ec1 mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0xfad1410d register_netdevice +EXPORT_SYMBOL vmlinux 0xfae67b1f cap_mmap_addr +EXPORT_SYMBOL vmlinux 0xfaf63abf ioctl_by_bdev +EXPORT_SYMBOL vmlinux 0xfaf98462 bitrev32 +EXPORT_SYMBOL vmlinux 0xfb0443fb acpi_get_parent +EXPORT_SYMBOL vmlinux 0xfb07604c inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0xfb1231a7 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0xfb1bc560 agp_generic_destroy_page +EXPORT_SYMBOL vmlinux 0xfb25efa3 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0xfb2b9f6b consume_skb +EXPORT_SYMBOL vmlinux 0xfb36c0a1 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0xfb561775 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0xfb597e85 inet_getname +EXPORT_SYMBOL vmlinux 0xfb63e6c0 pagecache_write_end +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb71babb xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0xfb77c916 pnp_device_detach +EXPORT_SYMBOL vmlinux 0xfb80c7a0 acpi_walk_namespace +EXPORT_SYMBOL vmlinux 0xfb90c017 pagevec_lookup_tag +EXPORT_SYMBOL vmlinux 0xfb9c4b5b write_cache_pages +EXPORT_SYMBOL vmlinux 0xfb9dd0fc tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbbd96e4 seq_release +EXPORT_SYMBOL vmlinux 0xfbc82a80 journal_check_used_features +EXPORT_SYMBOL vmlinux 0xfc02b7ad sysctl_tcp_wmem +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc562165 acpi_run_osc +EXPORT_SYMBOL vmlinux 0xfc65459a kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0xfc74c276 dquot_scan_active +EXPORT_SYMBOL vmlinux 0xfc86c989 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xfc872fd1 get_ibs_caps +EXPORT_SYMBOL vmlinux 0xfca0d5c0 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0xfcaa04a0 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xfcac0d40 acpi_install_interface_handler +EXPORT_SYMBOL vmlinux 0xfcb665d5 simple_transaction_set +EXPORT_SYMBOL vmlinux 0xfcc2a43c utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcfa03ff fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0xfd142da1 kset_unregister +EXPORT_SYMBOL vmlinux 0xfd18f79e tcf_hash_destroy +EXPORT_SYMBOL vmlinux 0xfd2a7340 generic_file_buffered_write +EXPORT_SYMBOL vmlinux 0xfd33beb1 pci_set_power_state +EXPORT_SYMBOL vmlinux 0xfd492094 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0xfd4be17e inet6_del_offload +EXPORT_SYMBOL vmlinux 0xfd6293c2 boot_tvec_bases +EXPORT_SYMBOL vmlinux 0xfd7d7713 acpi_exception +EXPORT_SYMBOL vmlinux 0xfda0dbe8 ftrace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xfda321fa input_allocate_device +EXPORT_SYMBOL vmlinux 0xfda3fc5a in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xfdb9b629 ioread32be +EXPORT_SYMBOL vmlinux 0xfdbe0288 pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0xfdee5131 journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0xfdee7d42 _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0xfdfc0b3b fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0xfe4b74e1 keyring_alloc +EXPORT_SYMBOL vmlinux 0xfe58071c i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe769456 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xfe7adae5 phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xfe7c4287 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0xfe96376f release_pages +EXPORT_SYMBOL vmlinux 0xfe98e650 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0xfeac2461 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0xfeb72f48 blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0xfee4eedb update_devfreq +EXPORT_SYMBOL vmlinux 0xfef96e23 __scsi_print_command +EXPORT_SYMBOL vmlinux 0xff0234a9 skb_copy_bits +EXPORT_SYMBOL vmlinux 0xff16b310 __f_setown +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff31660f mmc_gpio_free_ro +EXPORT_SYMBOL vmlinux 0xff3e19c2 agp_unbind_memory +EXPORT_SYMBOL vmlinux 0xff480992 dump_fpu +EXPORT_SYMBOL vmlinux 0xff4e42fa pci_pme_active +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff7559e4 ioport_resource +EXPORT_SYMBOL vmlinux 0xff778f52 set_blocksize +EXPORT_SYMBOL vmlinux 0xff7c0fed xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0xff851e01 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0xff959287 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0xff9ca065 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0xffa681b1 bio_integrity_set_tag +EXPORT_SYMBOL vmlinux 0xffa8f2d4 eth_change_mtu +EXPORT_SYMBOL vmlinux 0xffb52f82 sock_no_bind +EXPORT_SYMBOL vmlinux 0xffc3dd41 mdiobus_read +EXPORT_SYMBOL vmlinux 0xffd53d55 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0xffd5a395 default_wake_function +EXPORT_SYMBOL vmlinux 0xffe5095d groups_free +EXPORT_SYMBOL vmlinux 0xffe69844 lro_flush_pkt +EXPORT_SYMBOL vmlinux 0xffef0f0c pci_enable_ltr +EXPORT_SYMBOL vmlinux 0xfff5db68 backlight_force_update +EXPORT_SYMBOL_GPL arch/x86/crypto/ablk_helper 0x0223f7a6 ablk_init_common +EXPORT_SYMBOL_GPL arch/x86/crypto/ablk_helper 0x3624dfdc __ablk_encrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/ablk_helper 0x3bb836d2 ablk_encrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/ablk_helper 0x47c00801 ablk_set_key +EXPORT_SYMBOL_GPL arch/x86/crypto/ablk_helper 0x481efebf ablk_exit +EXPORT_SYMBOL_GPL arch/x86/crypto/ablk_helper 0x50277a6a ablk_init +EXPORT_SYMBOL_GPL arch/x86/crypto/ablk_helper 0xb928c855 ablk_decrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/aes-i586 0x7060bf0a crypto_aes_encrypt_x86 +EXPORT_SYMBOL_GPL arch/x86/crypto/aes-i586 0xe409b491 crypto_aes_decrypt_x86 +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x4422141c glue_ctr_crypt_final_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x736c1045 glue_ctr_crypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x94ac5570 glue_cbc_decrypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x99fe4a16 glue_ecb_crypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0xdcd04199 glue_cbc_encrypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-i586 0x28afd262 twofish_enc_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-i586 0x6f068d90 twofish_dec_blk +EXPORT_SYMBOL_GPL arch/x86/kernel/microcode 0xdf66ca81 ucode_cpu_info +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x00179176 kvm_inject_realmode_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x00aaf935 kvm_disable_tdp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x00c60413 kvm_mmu_invlpg +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x026096b8 kvm_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x033dd619 kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x036a2bd6 kvm_before_handle_nmi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x082ae5d6 kvm_queue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0db7944b kvm_write_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0e0ea1dc handle_mmio_page_fault_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x128e7ac1 kvm_get_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x13dc2cdd kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x18e257ab __tracepoint_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1a4342a5 __tracepoint_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1c53153a kvm_mmu_unprotect_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1cfe78d1 kvm_release_pfn_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x20de5193 kvm_disable_largepages +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x21ee946b kvm_get_apic_base +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x224aacef kvm_write_tsc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2368ad8b kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2425ff60 kvm_clear_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2433d6fd __tracepoint_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x26adc74e kvm_clear_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2af39f03 kvm_emulate_wbinvd +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2b43cb40 kvm_vcpu_uninit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2e425d4a gfn_to_pfn_async +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2f579ba2 kvm_get_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2f636c31 kvm_spurious_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2ffa8975 kvm_after_handle_nmi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x317f9e6b kvm_enable_efer_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x333017d1 kvm_lapic_set_eoi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x337dc419 gfn_to_pfn_prot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x371a7e68 kvm_set_cr3 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x391faacb kvm_cpu_get_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3bf91876 kvm_is_linear_rip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3dd4ba8d kvm_read_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3de08404 kvm_set_shared_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3ee59a92 __tracepoint_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x410f6840 kvm_put_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x41b09c33 kvm_lmsw +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x554349c5 kvm_requeue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x587a7955 kvm_fast_pio_out +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x59b5a5c1 kvm_mmu_reset_context +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5a1570be kvm_set_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5c412794 kvm_vcpu_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5ffa25bd kvm_x86_ops +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x600418d4 kvm_read_guest_virt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x64ebabef gfn_to_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x669da1fd kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x66f24df8 kvm_emulate_halt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6a7ae089 kvm_get_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6b4e53fa kvm_queue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6e5f7fac kvm_mmu_unprotect_page_virt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7193b171 kvm_mmu_get_spte_hierarchy +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x74ac4356 kvm_release_page_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7a8cf62a kvm_write_guest_virt_system +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7aa64803 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7fe06855 gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x818094a1 kvm_is_visible_gfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x831327da kvm_max_guest_tsc_khz +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x84ceb28c __tracepoint_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x85426b88 gfn_to_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8bef4781 kvm_get_cs_db_l_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8c19cab8 kvm_get_guest_memory_type +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8ce4f3ab kvm_enable_tdp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8da01274 kvm_get_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8e1cd06f kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x90d20c79 kvm_requeue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x90fe1687 kvm_get_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9561808e kvm_write_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x95bb9744 kvm_set_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x984412e5 __kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x99349351 kvm_mmu_unload +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9a216313 kvm_define_shared_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9c784d31 kvm_vcpu_cache +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa137c89a kvm_complete_insn_gp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa80579b4 gfn_to_hva +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa8a7ed21 kvm_inject_nmi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaac7c868 __tracepoint_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xacbc4cfc fx_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb284eed4 __tracepoint_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb2a65cca __tracepoint_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb38882bf kvm_inject_pending_timer_irqs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb3e17c7f kvm_release_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb77ba653 kvm_set_xcr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb8f6a3e2 gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xba9ed435 kvm_mmu_set_mmio_spte_mask +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbc1719d0 kvm_rdpmc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbc2b538e __tracepoint_kvm_nested_vmrun +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbe1086c8 load_pdptrs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbf05ab76 __tracepoint_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc5cbf30a gfn_to_hva_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc68af6a6 kvm_require_cpl +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc7edaf01 kvm_set_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc83e3d4a kvm_inject_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc992d53b kvm_emulate_hypercall +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcb67ce10 __tracepoint_kvm_nested_intercepts +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcda11add kvm_read_guest_page_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd0459e67 kvm_has_tsc_control +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd0b2727a kvm_mmu_set_mask_ptes +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd11704f6 kvm_resched +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd192d695 kvm_task_switch +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd1c7d0c6 kvm_get_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd2438fa3 gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd3c60ef9 kvm_set_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd46f795b kvm_init_shadow_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd6848a04 kvm_read_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd954349d kvm_set_cr0 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdb455caf kvm_mmu_load +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdbee3a13 gfn_to_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdc1d29af kvm_set_cr4 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdcf51c2d kvm_emulate_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xddbab5a1 kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdef15a54 kvm_cpu_has_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe066d73f kvm_find_cpuid_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe117c996 kvm_read_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe1e9e7da kvm_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe620aead kvm_set_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe9790e86 __tracepoint_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xeb017b8a x86_emulate_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xefd600a4 kvm_set_apic_base +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfb5176fa kvm_mmu_page_fault +EXPORT_SYMBOL_GPL crypto/af_alg 0x2e53055a af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x54650710 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x557d11f4 af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0x5ebe43e7 af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x6eaa9b2c af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x7e7cde9c af_alg_wait_for_completion +EXPORT_SYMBOL_GPL crypto/af_alg 0x93957c0c af_alg_cmsg_send +EXPORT_SYMBOL_GPL crypto/af_alg 0xb6a858bc af_alg_complete +EXPORT_SYMBOL_GPL crypto/af_alg 0xeb4e23f4 af_alg_release +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x7d1cf80c async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x4c013c77 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xb7a24f3a async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x4502fa8b async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x66635946 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x59e13a9f async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x6cd43833 async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x75998f6f async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xa00fa497 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x9f69169a async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xbd2f4f58 async_xor_val +EXPORT_SYMBOL_GPL crypto/blowfish_common 0xeebc3a13 blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x27278ca9 __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x4a2a3ca6 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0xebe4824a cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1291971c __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1e2c961f __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x4d22ee1f cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x8f04034a __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast_common 0x08aa6fb7 cast_s1 +EXPORT_SYMBOL_GPL crypto/cast_common 0x0c5fbf8a cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xe39dd4b4 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0xee83a4f3 cast_s4 +EXPORT_SYMBOL_GPL crypto/cryptd 0x0747922a cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x10ed70fd cryptd_alloc_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x17281342 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x1931e82e cryptd_ablkcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x2116fa57 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x5965b7b0 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x72fbec18 cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x737e7c8a cryptd_free_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x7d855625 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xa1375dcd cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/des_generic 0xcfd9a2c0 des_ekey +EXPORT_SYMBOL_GPL crypto/lrw 0x3864eb66 lrw_free_table +EXPORT_SYMBOL_GPL crypto/lrw 0x9e8f7197 lrw_crypt +EXPORT_SYMBOL_GPL crypto/lrw 0xcd074900 lrw_init_table +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x37997173 serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x5ddb33e9 __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x77b39cb4 __serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x8a1a99ad __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/twofish_common 0x4b74c766 twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0x6c3229bb __twofish_setkey +EXPORT_SYMBOL_GPL crypto/xts 0x2fbf285a xts_crypt +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x1c8984c7 acpi_smbus_unregister_callback +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x87bd07bd acpi_smbus_register_callback +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0xb9a141b0 acpi_smbus_read +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0xe1372311 acpi_smbus_write +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x027b9738 ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x0b5c1b4f ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x141363b4 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x20267ba0 ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x3b6b2322 ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x3fdb6cdb ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x400a6a64 ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5eacba1f ahci_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x84b72ce2 ahci_sdev_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8d0e7ad1 ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa23ed3fc ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xb6290d29 ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xb767dd51 ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xbceebfb7 ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xc58f155e ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xc74c2196 ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xc7940d0e ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xd2133e0f ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe1bf1c80 ahci_shost_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xf6464980 ahci_em_messages +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0xe6b90ea2 __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x02ff9464 cfag12864b_isinited +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x0ecb2e5d cfag12864b_disable +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x305dc3c6 cfag12864b_isenabled +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x3389f926 cfag12864b_enable +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x9522a342 cfag12864b_getrate +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0xc48e9d95 cfag12864b_buffer +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x14102f23 ks0108_displaystate +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x48a70518 ks0108_writedata +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x4f506333 ks0108_startline +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x6edae968 ks0108_isinited +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xbf4774db ks0108_writecontrol +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xedde6df2 ks0108_page +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xfee8ef7b ks0108_address +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-mmio 0x8a5ab7fa devm_regmap_init_mmio +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-mmio 0xb1dbff0c regmap_init_mmio +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2070b428 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x24953f74 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x29408030 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x313a3acf bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3b08b53d bcma_core_pci_extend_L1timer +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x55f6f3c2 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x57f8ccf5 bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x644ed5b3 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7d9cbb4b __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x813f751a bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x87cc6635 bcma_find_core +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa7a454fc bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc2037f09 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xca7dea4f bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd5349e1c bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xdb9ad609 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xfb612ab9 bcma_core_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x10e0cd84 btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x1ecb2336 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x3a653671 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x3a8e5f3a btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x74d29911 btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x8562d70f btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x85df2ffc btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xcefcdaf7 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd229ef9d btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xdf65b5a5 btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/char/scx200_gpio 0xd949f921 scx200_gpio_ops +EXPORT_SYMBOL_GPL drivers/dca/dca 0x0973ca0b dca_remove_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0x2e471f01 dca_register_notify +EXPORT_SYMBOL_GPL drivers/dca/dca 0x31a2c8df dca_get_tag +EXPORT_SYMBOL_GPL drivers/dca/dca 0x3f64a879 dca3_get_tag +EXPORT_SYMBOL_GPL drivers/dca/dca 0x6ad6f708 alloc_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0x8006c614 dca_unregister_notify +EXPORT_SYMBOL_GPL drivers/dca/dca 0x8997b664 dca_add_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0x97a9a829 register_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0xbbe714e1 free_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0xfce07aad unregister_dca_provider +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x06a5b1c8 edac_pci_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0cf84fed edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x1aac1a41 find_mci_by_dev +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x1de7f16a edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x69259f22 edac_mem_types +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6aa19cd5 edac_device_handle_ce +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6b16faea edac_device_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6c74c4b4 edac_device_handle_ue +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x7057758d edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x8303142d edac_pci_handle_npe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x8ac5638e edac_device_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x9adec7de edac_mc_alloc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x9c85cf7d edac_device_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xa4d10aa2 edac_pci_handle_pe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xac3550ca edac_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xaeb15529 edac_pci_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xbed3754a edac_mc_add_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xd1261bfb edac_mc_del_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xe182f8d1 edac_pci_reset_delay_period +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xedf9e923 edac_mc_free +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xf9314160 edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xfb2c5315 edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xfca4c24f edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x0d38cee6 amd_decode_mce +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x14878009 amd_report_gart_errors +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x1d34e996 pp_msgs +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x21626132 amd_register_ecc_decoder +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x233ce2e4 to_msgs +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x3eba1a17 rrrr_msgs +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x593ec4b5 ii_msgs +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x737912b3 amd_unregister_ecc_decoder +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0xaeeba16b tt_msgs +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0xb0ca1fe7 ll_msgs +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xf4ade51f fw_card_release +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0x013fbdac cs5535_gpio_set +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0x93f8fe67 cs5535_gpio_set_irq +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0xc0bb404a cs5535_gpio_setup_event +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0xd3bd9300 cs5535_gpio_isset +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0xe07c0954 cs5535_gpio_clear +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0x0dddd12b bgpio_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0x1116600b bgpio_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x6d9607a1 __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x781eba4d __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xbdb29232 drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xf76a1b2f drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0x05876c69 i915_gpu_busy +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0x08a7896d i915_gpu_raise +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0x402468e9 i915_gpu_lower +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0x500858b9 i915_read_mch_val +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0xe7237b0b i915_gpu_turbo_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x301f7cf4 ttm_dma_page_alloc_debugfs +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x41eb4ab7 ttm_dma_unpopulate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x6eaea214 ttm_dma_populate +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x062a88c1 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1091af15 hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1486efb8 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1a7e5667 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2afc8a9a hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2ff803f9 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x31aa9e27 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x362ecea2 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3fafa0be hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4906a967 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x64741025 hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6db2a6ac hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6e61238a hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x70a633f1 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x753d01fd __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x77559f7f hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7f241d9d hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0x97291d8a hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9c705a8f hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa50401cf hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xae98bae1 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb01aeee5 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb54cdb0a hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbb8019d1 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc246b158 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd475e71f hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd60878d5 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe3c975b0 hidinput_find_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe6ca106f hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfdf3a7c4 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xff71b1e5 hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xffceb320 hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x7e5130a1 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x8c4181ec roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x5ef7c00f roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x98829b70 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xdb2889b9 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x67f3d06b sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x93a8751e sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x9efcc4e2 sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x9f7860fe sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xec7df28e sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xf7935924 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x01fd453e usbhid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x2b746967 usbhid_submit_report +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x3ed47a51 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xff482a98 usbhid_wait_io +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xffd6c4f8 usbhid_set_leds +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x00d1b3ce hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x038c1b61 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x10114612 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x28397940 hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x487d2a06 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa5cfe6e2 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xaee50e20 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb2bf67ac hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb3ec048b hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc4b271da hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xda02cb18 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe3010eae hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf8555b85 hsi_async +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x358e4636 vmbus_establish_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x4891b514 vmbus_sendpacket_multipagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x7815f516 vmbus_open +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x7f7341b9 vmbus_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xaef2c68d vmbus_sendpacket_pagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xc743ee11 vmbus_driver_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xc91a78a4 vmbus_prep_negotiate_resp +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xd3a84f59 vmbus_teardown_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xddab3a28 __vmbus_driver_register +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xfe8c4948 vmbus_recvpacket_raw +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x0485e08a pmbus_read_byte_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x1f4bb848 pmbus_check_word_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x24afe057 pmbus_clear_faults +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x29917ba8 pmbus_check_byte_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x5e44031e pmbus_get_driver_info +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xa41df503 pmbus_do_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xb1d3306e pmbus_do_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xc1e95d99 pmbus_write_byte +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xcc3f024f pmbus_read_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xd4de6b7b pmbus_write_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xdbe4dde7 pmbus_set_page +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x0a732f4f i2c_dw_disable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5bb1170b i2c_dw_isr +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x7042e811 i2c_dw_disable_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x765d1d37 i2c_dw_xfer +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x83ac1092 i2c_dw_clear_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xbd470ce3 i2c_dw_read_comp_param +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xe2787dbf i2c_dw_is_enabled +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xe6ba70a3 i2c_dw_init +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xf0aa9f11 i2c_dw_func +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xf88b0f73 i2c_dw_enable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-nforce2 0x47b8eb6c nforce2_smbus +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xa956f396 i2c_del_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xb6df5575 i2c_add_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x41195a77 i2c_setup_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x9279dacb i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x058da54f ad_sd_calibrate_all +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x099e27b9 ad_sd_set_comm +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x103c6944 ad_sd_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x28bb225c ad_sigma_delta_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x84fb829a ad_sd_validate_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xa04cc0a9 ad_sd_read_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xaa334c9c ad_sd_write_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xcfb1b3b1 ad_sd_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xd29465dc ad_sd_init +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x16457f99 adis_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x1b125c66 adis_update_scan_mode +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x30b42aec adis_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x37fba023 adis_probe_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x3aeb6762 adis_initial_startup +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x5a63a9dc adis_init +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x90caec14 adis_reset +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x9b423b62 adis_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xab9a3ddf adis_read_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xd87ef147 adis_remove_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xe70184de adis_write_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xf94c94c5 adis_check_status +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x116640a1 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1a3de4b0 iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x252f0342 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2cd72564 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3df5d303 iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x48943aef iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x53a102f5 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x55d12d31 iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x58ed8916 iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x61a62e22 iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x624c30bc iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x687a9736 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6cca5e5b iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6f161500 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x761a5c6d iio_scan_mask_query +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7d97ba2e iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x84fe4966 iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9d79967c iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbfba375d iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xde7bc2ec iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe57853bd iio_scan_mask_set +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xeb5c89aa iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf90c2f71 iio_update_demux +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf96e5e2c iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x21709554 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x49a4fcbd adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x66535a18 adxl34x_suspend +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xe213ad3a adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xe4586827 adxl34x_resume +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x7f7c0ff2 cyttsp_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xaaa8ca11 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xba1846ca cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x099ac36e wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x09bffe7b wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x1424de34 wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x220eedcc wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x4fd51aa0 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x762fecfa wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x88aab0fd wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x91d55779 wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xaed31e5d wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xc530c3f0 wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xd0363875 wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xe36bf0c2 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x2136fc63 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x3a4c5375 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x5f3226a3 ipack_device_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x63b01328 ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xbe6dc695 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xf5cdd5b6 ipack_device_unregister +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0x4de7b2d0 unregister_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0xb17b7c77 register_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x05bd63bf gigaset_initcs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x11c7bddd gigaset_if_receive +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x141fcc52 gigaset_stop +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x2d3f442d gigaset_skb_rcvd +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x3f1cb4f5 gigaset_m10x_send_skb +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x454aa44f gigaset_debuglevel +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x4d7bf367 gigaset_freedriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x779ddac8 gigaset_m10x_input +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x8372b98b gigaset_fill_inbuf +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x8eff32df gigaset_dbg_buffer +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x956fcd0c gigaset_handle_modem_response +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xa59fd3a1 gigaset_shutdown +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xa84154a5 gigaset_add_event +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xc807678b gigaset_start +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xc9597639 gigaset_freecs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xcf4702bf gigaset_blockdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xd8845b08 gigaset_isdn_rcv_err +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xec315ced gigaset_initdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xf1fe00bf gigaset_skb_sent +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x1d0159ea dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x7b48d591 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb6d5c65d dm_deferred_set_add_work +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb70b342a dm_bio_prison_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xcfa01a18 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xeb7e92cf dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xebd06eaf dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x22163b69 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x3909d3a8 dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x594952bd dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x62a23587 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x7c381a76 dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9b2b253a dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xdc69e37a dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe004ee92 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe4677300 dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe6024e59 dm_bufio_release +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xebcc64a4 dm_bufio_get_block_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xeca7949e dm_bufio_client_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x7e886126 dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x863ac9e7 dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x01d2f9ac dm_rh_recovery_start +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x089355f0 dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x09472122 dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x1dbc3d1a dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38efaf5a dm_region_hash_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x3a18389a dm_rh_update_states +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x72286c4c dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7774620f dm_rh_stop_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d053fc5 dm_rh_start_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7fc6fd15 dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa83588eb dm_rh_recovery_end +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa8813ad6 dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xb8045cf7 dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xbe38a431 dm_rh_recovery_prepare +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xc66ce277 dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xcab63c3d dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xe3d09f91 dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf37a3cfe dm_rh_get_region_key +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfd93482e dm_rh_recovery_in_flight +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0054f69d dm_tm_pre_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x03ced457 dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x08a936ca dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x11eab9fe dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2c112836 dm_block_location +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2e730a21 dm_bm_checksum +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40f7bd91 dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x63b2ff62 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x67521436 dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x688d422d dm_bm_block_size +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x72289260 dm_block_manager_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7ade1071 dm_tm_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7b047bd9 dm_tm_create_non_blocking_clone +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7dc38fc6 dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x80c89b3d dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9a3e9522 dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9b4b5b29 dm_bm_write_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9e798e22 dm_bm_set_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa2507774 dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa6aae3ea dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb7bad799 dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb967690a dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb9a6ecf8 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbaa513b0 dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbc5fe7c1 dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbcfdc290 dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdb562135 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xead1e727 dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf99dc2cf dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/raid1 0xc3eea803 md_raid1_congested +EXPORT_SYMBOL_GPL drivers/md/raid10 0xb5e4c8d3 md_raid10_congested +EXPORT_SYMBOL_GPL drivers/md/raid456 0x2090749b md_raid5_congested +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x0335d7af saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x218df185 saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x4e7626d6 saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x5441a1bd saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x544232fa saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x694cc464 saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xcc143a1e saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xd2648cd5 saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xd2a8c636 saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe9a928c5 saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x2b0ff6b1 saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x8e1f5b3f saa7146_stop_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xb43854b0 saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xc3529010 saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xe55ba00e saa7146_start_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xf71774d0 saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xf730e7c7 saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x175153c3 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x23c16117 smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x37d91069 smsendian_handle_tx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x51f9ecac smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x63222b29 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x67a8b0a2 smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x74ee9098 sms_board_load_modules +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x76222253 sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x795d8eee sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7c576277 smsendian_handle_message_header +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x8d1b83c0 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x8dd8c87e smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa0dd8df2 smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa7fb2e3a smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb6c08d4b sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbf9b8a63 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc8aea80a smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xcc5d1691 sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xdc64277f sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xeb2db1ad smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xef07bc2c smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xef3df1b0 smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0x4e5e08d3 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x2fa7b48e cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x03ff1871 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1b0f8540 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x22f6d33d mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x26878526 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x3d805f0e mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x3fd437f2 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6c7b2d88 mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x81d93507 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x901570f2 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa67f6ae4 mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xadf20267 mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb820637a mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc7af0fc9 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc994f824 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd5cb6273 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe5e95a24 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xfe5659b4 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x37d88cd2 saa7134_s_std_internal +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x5ed43659 saa7134_s_ctrl_internal +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x9da9a664 saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe1c292e6 saa7134_g_ctrl_internal +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf8db9445 saa7134_queryctrl +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x3b46c6d5 ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x882bcadb ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x9f883173 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xd04b8a83 ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xec96674b ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xf3dd3724 ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xf64c1d19 ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/radio/radio-isa 0x231b8001 radio_isa_probe +EXPORT_SYMBOL_GPL drivers/media/radio/radio-isa 0x5328f811 radio_isa_match +EXPORT_SYMBOL_GPL drivers/media/radio/radio-isa 0x6dfc2ee6 radio_isa_pnp_probe +EXPORT_SYMBOL_GPL drivers/media/radio/radio-isa 0x8ba55804 radio_isa_pnp_remove +EXPORT_SYMBOL_GPL drivers/media/radio/radio-isa 0xd3ee9340 radio_isa_remove +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xa3e9234a radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xe57aa693 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x051cd812 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x20ff7213 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2f1489d4 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x3db2111f rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x45b80357 rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x553efb91 rc_core_debug +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5b49b868 rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5f5ff144 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x6bf106f7 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x6e994fa1 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x71db40aa ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x7526528d rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x76065f5f ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xa62bb878 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb983e893 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd17f4a2e ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf2a445d5 rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf54d1f2b ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x8883516c mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0x629a3ad8 microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x649b393f mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x2409e180 tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x0eb31401 tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xb7c5fe18 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xeb393eb1 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x6ec189ea tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x207db2fe tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xf9e156f3 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x6518b68b tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xbe56d076 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x8fea692e simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x13020b71 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x29541802 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x31c3c484 cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x41a380f4 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x49d0d489 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4f0eb4f7 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x6314d662 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x75e0d461 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x8f2f37cd cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9d5fe8bb cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa92ce535 cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xad97da56 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb2bd30ee cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xca418c3a cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd2eb5be6 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd401f5e9 cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xeb17600b cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xebba7222 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf9479c23 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0xff390e9c mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0xc5afdfab mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x01ea15fd em28xx_alloc_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x0269513c em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x0af1002a em28xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x0c9b2c4f em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x2f3f8db2 em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x427d1c16 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6d98c31f em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x8c2d1dec em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x9ca6f77e em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xae7b7296 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xc2a80e16 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe744ea66 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xf4e19509 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xfbc8a5a1 em28xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x2309a6d6 tm6000_xc5000_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x3bd5b7e5 tm6000_get_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x4863e8a9 tm6000_set_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x89b611dd tm6000_debug +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xbde13e87 tm6000_set_reg_mask +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xdf2ca462 tm6000_set_audio_bitrate +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xdff8e89d tm6000_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x10d846ba v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x2d7898f3 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x3b904285 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x53105839 v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x5d9d3491 v4l_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x6f344bb9 v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x7eaf8e7a v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x7ec88e1f v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x813f3de4 v4l2_find_nearest_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x8c748dd2 v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x94632f90 v4l_fill_dv_preset_info +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf83a2c84 v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-int-device 0x28004df8 v4l2_int_ioctl_1 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-int-device 0x55b2e8f4 v4l2_int_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-int-device 0x86350080 v4l2_int_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-int-device 0xa5228b24 v4l2_int_device_try_attach_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-int-device 0xbd24630f v4l2_int_ioctl_0 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x09d470b6 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x13b03916 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x38a15855 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x692ad215 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x72e6bc16 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7fb32378 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7fd45f0b v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8157fde1 v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8516925f v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x90e54f51 v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xba7aedc5 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6c54986 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd44b17f6 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfc7e9414 v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x053749cf videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x151e39d9 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x16195cec videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x199810ae videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1b70ade3 videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x231980f2 __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2f653155 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x54ff755a videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5a8cb93e videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5ef92993 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6bbca971 videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6e734e2a videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x74becded videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8575ef06 videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9275c510 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xab7a117a videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb30ea22a videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc2a90b79 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc88a646b videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd702e4d9 videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd7ad09d4 videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xdf8ea219 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xeabc52ee videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xeea6f9c9 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x58eb09f4 videobuf_to_dma_contig +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x6aadf1cf videobuf_queue_dma_contig_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x7c83312b videobuf_queue_dma_contig_init_cached +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xc900f8e9 videobuf_dma_contig_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x1983a4fd videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x5ded1d98 videobuf_dma_init_user +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x7a4f2651 videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x7c7a8971 videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x9be439e5 videobuf_dma_map +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xa825c75b videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xb9f96ec6 videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xbac1c921 videobuf_dma_init_overlay +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xf497af76 videobuf_dma_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xfe8fa964 videobuf_dma_init_kernel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x0e620090 videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x964701a8 videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xd2a9e350 videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x0bd14f28 vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x1201a906 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x166030ec vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x24629cc7 vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x2cac6490 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x2d1f3dde vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x31a0c1e7 vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x321c3d10 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x335134dd vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x37fb2ccf vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x42022dfd vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x48ff2581 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4e5114dd vb2_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4e512eb5 vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x597094dc vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x63aa7778 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x64e1b976 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6752c35f vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x729eccd0 vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x84cd9323 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x8ff17bd1 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa252f4e1 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa9aba57b vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb316c010 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb49a732f vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xbcbaf4da vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xc6c3af66 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd248e333 vb2_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd5aa8a53 vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xdefec957 vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe8d70ddc vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf1694049 vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf64af437 vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf6f28399 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0x979de4f3 vb2_dma_contig_init_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xc48acb8a vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xe57f0426 vb2_dma_contig_cleanup_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x1f29658b vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x770cab36 vb2_get_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xc600f903 vb2_put_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xfe522787 vb2_get_contig_userptr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-vmalloc 0x94f19359 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x01bf9fa1 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x04a654df v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0dfacf30 v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x127344d3 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3001655d v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4bfc62ea v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5c8396cd v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x65013420 v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7838d40a v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x80445c54 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x80c21e70 v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9ec34ffb v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa25ecff3 v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xaae81c94 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb69f2251 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbb78305d v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc25ad078 v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xca400db2 v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd15540d4 v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xec78c294 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf54ec522 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf5c80d7b v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x2127ac9f i2o_pool_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x31181e83 i2o_dma_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x49ee1392 i2o_sg_tablesize +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x5f79937e i2o_dma_map_single +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x78727b2d i2o_dma_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x8676f515 i2o_dma_realloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xbfec9935 i2o_dma_map_sg +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xe7c44b09 i2o_pool_alloc +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x11ab4bac pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x7ad17b6f pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x8dcd39f3 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x9038a732 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x5a35bc76 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xe0f78953 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xfd53874e lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x1f0f154d lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x2e3387e3 lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x2f192b25 lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x691d39bb lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xa82a5606 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xcf30bfcd lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xeac580ae lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x0469aea4 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x04c5de44 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x44d3e584 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x56dc10ec mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x6ee80016 mc13xxx_common_cleanup +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xbc6a1b24 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x0140e3e0 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x36c70069 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x76d38680 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x7a5db78a pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x83b210a5 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x893dec7d pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x9d2d5eb4 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xa124bcf7 pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xadb18bf6 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xb7b0f901 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xe58d9a50 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x603894ff pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xc0bde067 pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x047ad4b0 pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x5e8640af pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x6de7e899 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xd299c14a pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xec4ff38a pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x01a33234 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x4fca3918 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x0a484c6c rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x170f0413 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x17a1c3b4 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x195a9f75 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x2495ab79 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x2f51208f rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x4080d6d8 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x467535de rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x5340bf97 rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x535e7f3e rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x5eca662d rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x8487501f rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x8b55ab81 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x96169964 rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x9d089e30 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x9db21509 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xbf7d74dd rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xc2ea739e rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xc89d721f rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xd1d9a986 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xe92744be rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x61f0f7aa sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x6dff6eb3 sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x846b2b10 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x8c929651 sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xa5987be6 sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x4ac56ee8 tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x82263c20 tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xb1ff3c2a tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xfb6c9b2b tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/twl4030-madc 0x08b8dd2e twl4030_madc_conversion +EXPORT_SYMBOL_GPL drivers/mfd/twl4030-madc 0x4362dc66 twl4030_get_madc_conversion +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0x5b01969c ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x2496cf9f cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x68a027ab cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x6c53dd33 cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xad8b7cea cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x27cb133b eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x822222db eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x98bb5a22 eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x0addb1af enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x1e9c71a3 enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x406a3c55 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x9d21bbe0 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xa99339a9 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xc7ddb2af enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xebafb2a3 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x11b25666 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x18da3844 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x47bf1842 lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x8111c483 lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xa2d90fdf lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xb2412720 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xc1974ec4 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xdc13a221 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/pti 0x19f09b98 pti_release_masterchannel +EXPORT_SYMBOL_GPL drivers/misc/pti 0x23bde487 pti_request_masterchannel +EXPORT_SYMBOL_GPL drivers/misc/pti 0x52a78e81 pti_writedata +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x1b94c3f0 st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x9de77120 st_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x44927d96 sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x484735c8 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa6851ec5 sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xbdeb7803 sdhci_enable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc440d7f3 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd0967740 sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd157db64 sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xddffc1f0 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xdeccd2dc sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x58944e3e sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x70247935 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x782dbe3e sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xc3b91a46 sdhci_get_of_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xcc421a0c sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xdab0d8b9 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x7c4a5731 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x85343f9d cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xdad02528 cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x477eb1e7 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xa871dc9c cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xf8b6848d cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0xa3ce084b cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x08f76ce5 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x75577393 cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xb10fb1e6 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/devices/doc2001plus 0xf1647c4a DoCMilPlus_init +EXPORT_SYMBOL_GPL drivers/mtd/devices/docecc 0x45937659 doc_decode_ecc +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x053f9175 __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0b1ee951 __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0c9813da mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x14f24fa2 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1b764a3b mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x22b7a27d mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x27b31073 mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2a585e6e mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2ca61508 kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2f81e6d1 get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x326bd648 unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3310e275 deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x38662f55 mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3e40dced mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x49d76535 mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4f4be211 register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x52be2c59 mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6e68a471 mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7bde8834 mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7c787bb0 __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8974214c mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8d675554 mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9d545dbe get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9f3a7eae register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xad180388 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb363440f mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb4e2769f mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc07a4d8d mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc5e99c67 mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcb3c105d mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcf1660ff mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd1d27e0b mtd_erase_callback +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd563f496 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe569bb92 mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe901ecac mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xeb9a3397 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf36ca21d put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf407d6b4 mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf6d30cfe mount_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf9fd78e4 mtd_is_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfb6fea98 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x0d28a845 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x0e0cddaa register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x58ee0d5f del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xe251f93b add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xf5c720b8 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0x0356b439 nand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0xa10aedab nand_update_bbt +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0xb35bd5a0 nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/sm_common 0x2fcd5c42 sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0xc765bd5f onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0xe681c8bf onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x19e4ee0c ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x2b85051f ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5cfdd22d ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x6f09ba8a ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x7f3d3c43 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x8d9757f1 ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x8dad2ba7 ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x937be51f ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x9b5f0632 ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xcb644058 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xd4ae3f1c ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xdf4cc13f ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf37bcde2 ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf9b0ba6f ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xfbeaed54 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xfd6f0ef9 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x03300d0f register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x29b95714 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x29deaa94 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x4d61a6fa c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x685b6b23 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xc62bdea5 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x017b27b3 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x16282440 close_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x222c295a can_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x35b7f421 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x5c7a14d3 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x616fb6fd alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x7426741a open_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x744ca586 can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x796e4a13 alloc_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x8ebbdaa7 register_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb346573b can_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xbd936cf4 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xcac480fb can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xfe0865eb can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x13a73008 register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x79368838 alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x922b3ff3 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xb24f24b0 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x9a655b60 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xaca30a45 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xc5f23e15 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xfd92ff0b unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0x07c02815 macb_set_rx_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0x40a5d8fe macb_get_hwaddr +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0x51a7a560 macb_ethtool_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0x56750ae6 macb_ioctl +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0xb75f92e3 macb_get_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0xce6d3dea macb_mii_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0xcfac14cb macb_set_hwaddr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x04d5dfa5 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0dd0845e mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1068e9c7 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x15d29327 mlx4_fmr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x268455f9 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2d07b2cf mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2e204f9d mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x38e40533 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3c1339e9 mlx4_fmr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3d8f02cb mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x435ccbc3 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x44b3d7a4 mlx4_fmr_unmap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4aa2793d mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4adf8c55 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4d24c7b3 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5a38f634 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5b16593e mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5cde3160 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5df07504 mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x61168672 mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x64672365 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x66b5e6e4 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x69ef8176 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x69feb06b mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6a2a3813 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6c0f3146 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6c6029b6 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6e9bb558 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x70ee3ddb mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x76925e98 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7893080f mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7c251883 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7ce6a051 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7eb61479 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7f547e44 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8023a698 mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x80e8c3f3 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8402a39c mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x848733cc mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x859c6944 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8b7ebee5 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8d07a595 mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8e1becc7 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8f53eab3 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8fd85195 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9247db29 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x95351035 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x96799a89 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x96ac5405 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x984f7341 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x98947579 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9f948b4c mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa187a744 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa2338c35 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa868c489 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa9c89c40 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xafb9e1b4 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb095484d mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb2b82db0 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb3f82f05 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb460702e mlx4_put_eth_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb8213bfb mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc078a1c8 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc3375fa3 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc44eaa6a mlx4_fmr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xce621077 mlx4_map_phys_fmr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd1c3b069 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd45e2e29 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdcec4ee9 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe036fa9d mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe4e2d329 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe676ed73 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf025f8f4 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf098aa3b mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf224d30f mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf53ba6a3 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfd7eeefd mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe866dcd mlx4_get_eth_qp +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x1c4cbd3c macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x207bff5f macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x293284dc macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xad70dce2 macvlan_start_xmit +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xc91f811d macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvtap 0x0ff62044 macvtap_get_socket +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x3f12b92d usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x87c885c3 usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x9030a9f2 usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xb7fce4db usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x0d67b570 cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x11327b28 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x60077a13 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x60e72259 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x81cca280 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xc92c0b1d cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x42e2ee9a generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x53f6b02b rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x7057a606 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xbf237429 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xc5388a4e rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xdfaf8457 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x02defffb usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x095f262d usbnet_get_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x099d82bd usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1840e23b usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1b8c8824 usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1eb3b5a7 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2666540e usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x322ab871 usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x34cbabd7 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3f80af3e usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x41ed9191 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x42988a0e usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x53628e09 usbnet_set_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x551e6ba4 usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5b297aa4 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7888f6aa usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7bf7232b usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8517933e usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x87dcb47c usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x94d80bd0 usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa6941385 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb3017267 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb413f668 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb448f442 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc173b512 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc3fcd761 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc5d29a0f usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xde48a54f usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe4db1485 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x01b7de48 i2400m_pre_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x1cf878b1 i2400m_cmd_enter_powersave +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x51858ffd i2400m_dev_bootstrap +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x6a831241 i2400m_is_boot_barker +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x7de342d6 i2400m_dev_reset_handle +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x7f478c5e i2400m_tx_msg_get +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x95ce9ce0 i2400m_release +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb00b793c i2400m_bm_cmd_prepare +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb77c68b5 i2400m_error_recovery +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb808b443 i2400m_tx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xc88aacfd i2400m_init +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xd987211e i2400m_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xda1419a2 i2400m_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xde812cd7 i2400m_post_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xe6c4198f i2400m_rx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xf185f692 i2400m_tx_msg_sent +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xf9954b73 i2400m_netdev_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/ipw2x00/libipw 0x318e2ef8 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x37becf30 il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x37e2896f il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x8d570387 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xaa14b0ac il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xd5b8588b il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x0b8104b9 iwl_set_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x1082af8d iwl_grab_nic_access_silent +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x183e734c _iwl_write_targ_mem_dwords +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x19eb8554 __iwl_info +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x215daec5 iwl_abort_notification_waits +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x292d94f7 iwl_write_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x31f78887 iwl_read_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3e0dc6e3 iwl_notification_wait_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3e5096c5 iwl_set_bits_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3e62a12d iwl_poll_direct_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3eb0d1a1 iwl_read_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x4c4a92ca iwl_test_handle_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5419063b iwl_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x577d1452 __iwl_warn +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5b028dbd iwl_opmode_register +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5c52e109 iwl_opmode_deregister +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5d2e4743 iwl_write_targ_mem +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x60bfbd50 iwl_set_bits_mask_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x6101306b iwl_init_notification_wait +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x682f9264 iwl_clear_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x6aee0bf9 iwl_nvm_check_version +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x7b10ebd7 iwl_notification_wait_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8caceb62 iwl_wait_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8e5d6b08 iwl_poll_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x9251caa0 __iwl_crit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x93810669 iwl_write_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x95459861 _iwl_read_targ_mem_dwords +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x95d6f74a iwlwifi_mod_params +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x981f3c00 iwl_test_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x9919d35d __iwl_err +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xa7398c79 iwl_test_free +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xb5ead923 iwl_test_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xbaa74c36 iwl_test_parse +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xcea0b361 iwl_remove_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xe1c2612e iwl_release_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xe3a22fbc iwl_read_targ_mem +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xea209c96 iwl_clear_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xf18132e2 iwl_parse_eeprom_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xf274dccb iwl_test_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xf284d5de iwl_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xf49ad9dc __iwl_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xfde35a98 iwl_set_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x04fa7bad lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x074bd4ac lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x1a57781b __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x40070491 lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x487a0abc lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x551fc7b0 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5fdf38b8 lbs_disablemesh +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x797e0461 lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x7c6719de lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x7fafd4d7 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x8735120d lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x99372160 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x9953fb6e lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xb4e05eda lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xcb342527 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xe5aebce7 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf0b128c1 lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x12835fbb lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x2ae5128f lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x2cdf19e3 lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x481c27ff lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x56084903 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x61d31f19 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x66f2f9dc __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x7004c5dc lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0xa98b2ed4 if_usb_reset_device +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0xdf63325d if_usb_prog_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x229d902c mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x2325f535 mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x2a3cbfc6 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x59c25990 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x5bf823e9 mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x63d9198b mwifiex_deauthenticate +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x749138db mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x771dc48a mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x7db13a3a mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x8697ee72 mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x92dc45db mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x9f544a03 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xc4a6e6ba mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xf72f6973 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x05ff2f1f p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x296613aa p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x8e3c728e p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x94b04c45 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xb2770cff p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xb6d6796e p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xb95ae1da p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xc5aee1a8 p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xd79d3151 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x04d64fb9 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x065e72fb rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0aa8114d rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1264ecc7 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x12ab73b5 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1d42fb8e rt2800_get_tkip_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x239da04c rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x325a1769 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x37b68704 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x43def906 rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x48ab05ef rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x499fe1c9 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x4f6dd127 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x590338aa rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x5b3f2ea8 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x5ee5803b rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x622fa05c rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x68d522ab rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x6c76672c rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x75236a3d rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x779a7c10 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x98d4a5a7 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa0f0b537 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xaa8c627d rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb492ae57 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xba6c6f5f rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xbc0a12c5 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc5de4d60 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc665d233 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc87731bb rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xd47114ca rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe1b54afa rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe9d4cbb7 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xee3ccb40 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf16b2477 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf21c8479 rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf8cb5522 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x051d0550 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x075875a3 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x07a61648 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0821483d rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x08b3f879 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0c473bbc rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x362cf7ee rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x39cee159 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x39e90b14 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3da91bfe rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x42213e9f rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4615c426 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x47d9f27e rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4bfa7bb3 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x560371ce rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5a121896 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x63bda7a0 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x64185f70 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x64d20bd5 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6808cdad rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6b423ece rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x712076fc rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x736e7030 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7f009772 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x872404a6 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x91b135fc rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x96bb9da8 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x9db4e054 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa6ee207c rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xaa4b83db rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xab0b3303 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xada4b718 rt2x00mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb3741fed rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb4cf811b rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc43e3751 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc5cbde2b rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xcc165ef6 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd0aa36ed rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd3aedbfb rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xdd4affe8 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe2918611 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe698e82a rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xeaaf9295 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xeb9221a3 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xecc0f98a rt2x00mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xff26ed8f rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x02804fee rt2x00pci_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x3ddb2742 rt2x00pci_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x6483a426 rt2x00pci_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x785cdf82 rt2x00pci_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x894a63f3 rt2x00pci_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x90d45faf rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x940066ff rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xe8924d0a rt2x00pci_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xfef1884d rt2x00pci_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x05c8a59c rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x0d1237a3 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x197723b5 rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x1b1e298c rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x21117e94 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x408fdb0e rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x45236d96 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x456b258f rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x4d5c505f rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x7305f3af rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x73e01985 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x80e241e8 rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x81dc8e67 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xa861e1c8 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xc5ec5382 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xfb4edb3f rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xbf85fe7a wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xdbb6c40d wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xef05c5d3 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x05294fba wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0c54f5f0 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2ce523b4 wlcore_wake_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3a4553b2 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3a7701c9 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3e7a46c2 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x468d53af wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4cd9d524 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4fb50d08 wlcore_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x53dff67d wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x55ec3ef0 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7f741940 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x841431c0 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x91f62953 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9627d910 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9b09eb48 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa89e302e wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb0398e0d wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb1449240 wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb3580724 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd42896ff wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd6c0ab75 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe0acea74 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe8cdabbd wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf4aebc91 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfb855b89 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfd84fdd9 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/pci/hotplug/acpiphp 0xebd2cabc acpiphp_register_attention +EXPORT_SYMBOL_GPL drivers/pci/hotplug/acpiphp 0xefd41c7a acpiphp_unregister_attention +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0x8160075c asus_wmi_register_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0xad90e7b2 asus_wmi_unregister_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_ips 0x46809fa9 ips_link_to_i915_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/mxm-wmi 0x232b5238 mxm_wmi_supported +EXPORT_SYMBOL_GPL drivers/platform/x86/mxm-wmi 0x61cdf799 mxm_wmi_call_mxds +EXPORT_SYMBOL_GPL drivers/platform/x86/mxm-wmi 0xe26032eb mxm_wmi_call_mxmx +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x3ecf6cfc wmi_install_notify_handler +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x64ebe677 wmi_query_block +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xa9b7afd8 wmi_set_block +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xb5a6ebe2 wmi_remove_notify_handler +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xc5e3dddf wmi_get_event_data +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xc9d4d6d1 wmi_has_guid +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xe2426710 wmi_evaluate_method +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x2acea84e pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0xb6653663 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0xd7c28875 pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x11581f39 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x2173ec46 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x9e8cfedd mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x03d7b86d wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x3777740c wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x4a3cab94 wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xad327e1a wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xb11be722 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xda6c24c8 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0xb41f3d73 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0bb8d123 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0d9d8848 cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0f25c636 cxgbi_ddp_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x10d7f74c cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x149adcb2 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x25b342c3 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2af8aa20 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3a5c4389 cxgbi_ddp_page_size_factor +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3f0c233d cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4a7dd017 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4dad9fd9 cxgbi_ddp_ppod_set +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5333d5f2 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5c582b9f cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5fdba4f8 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x68c283e6 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7a75fec5 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7c11c820 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7f7a2850 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x800f84af cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8139e524 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8b0d70c0 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8bf67410 cxgbi_ddp_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8c2ba369 cxgbi_ddp_ppod_clear +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8fd15223 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x97e5c7ca cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9bdbec30 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa5fb998a cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb2a9d5af cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb8d8368d cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc04bfc96 cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc25ef28e cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc95e2708 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcb6c487a cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd7c30a52 cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd7e91521 cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd929f33e cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdca2ec0b cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdd308fdb cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe4cf5c69 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe5cb532d cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe7228e35 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe8f58cda cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xeb22b4a4 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf1c39415 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf8516b5c cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfa8a30a1 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x52e04912 scsi_register_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x593a36c2 scsi_dh_handler_exist +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x665ca62f scsi_unregister_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x7d6dc0f4 scsi_dh_activate +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x7e1b4790 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x8b2f9f9f scsi_dh_set_params +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xa5487ce4 scsi_dh_attach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xcb629383 scsi_dh_detach +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x06f25107 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0fb51275 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1f3e6c9b fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x25e27e5b fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x2c8949f9 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x36464553 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x374c1e1c fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3884a9e2 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3b1c28c9 __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3f42a8f8 fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x5bc4253d fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x84b3d915 fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xa6066d6d fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb5b2b4d2 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xe54e4947 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xef4dda2c fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x58904f84 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x708324f8 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x71db3963 iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xb9a68010 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xc2fb4eb8 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xe4e9052e iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0d1a641d iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0e652bf5 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x15b97c54 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1bf326fb iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1e460c8c iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1ea59916 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2eb88f8b iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bfd4f07 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3ed28912 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x434d6770 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4493d816 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x45ede759 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5c69d3e8 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6031930c iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6cd767cb iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x74b25b4d iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7662e6c6 iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x82d45894 __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8499adb2 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x85d6fb63 iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8752acb3 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x87996f67 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x919c608c iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x93d38804 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9d8631b4 iscsi_eh_target_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa1b186b3 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa4832cf0 iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb6eda1ec iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb8d5272a iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbad61b33 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbc201bd4 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc0cb02f4 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc5b358db iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc7359dd9 iscsi_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc9f81329 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcabee037 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd0bed122 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd2e32317 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd3ec6089 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd7f75d4f iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe1a7e67d iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xea2d792e iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xec76d93a iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf97f98e1 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfd0a13c7 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfdc4f39c iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x2dc57a42 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x388c79d5 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x433ac48e iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4e6950af iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x568fbae4 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5b20a5ba iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6e4e9e20 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x77248b2a iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x820657cd iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x85f9084a iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x86374992 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x8dc5fab8 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x93f40546 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc1e2339c iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xcf06569f iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xee45a817 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf6fbbd5b iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0a66b14c sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0b56898c sas_eh_bus_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0d9e9fe6 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0f774ac2 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0fd276c8 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x26ce7729 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2925632c sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3989d094 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x404fd324 sas_domain_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x40d14614 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4b1f5cdf sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x575ab5d3 sas_alloc_slow_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x57773800 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x58851955 sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x698d8c10 sas_change_queue_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x81c62717 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8ea0b59f sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x92978e9f sas_free_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbaf05bbf sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc69f77bf sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcd9b3fba sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd3872cd1 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf6225193 sas_alloc_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfab4eefd sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfb0ad2a0 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x3d9cf3c3 srp_iu_get +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x50b21a85 srp_target_free +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x7b5e8f2c srp_iu_put +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xb920ba39 srp_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xc5c81096 srp_cmd_queue +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xde65e940 srp_transfer_data +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x1da26488 scsi_host_get_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x51679f60 scsi_tgt_it_nexus_destroy +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x68c28884 scsi_host_put_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x779954e7 scsi_tgt_cmd_to_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x7bbe0016 scsi_tgt_tsk_mgmt_request +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x7e23b185 scsi_tgt_it_nexus_create +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xa92d0104 scsi_tgt_queue_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xc2ebc534 scsi_tgt_free_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xf138c800 scsi_tgt_alloc_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x03ed0489 iscsi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0a7bf85c iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x120af5af iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x16258904 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3af264f2 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4dc93535 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4e3fa795 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5c0c343c iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x69b145c1 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6df28833 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x77528f51 iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x79817658 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8fa482a6 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9100fcd8 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9190394e iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9284029c iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9c48fe76 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa598ca93 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb76d1c3d iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb867dc77 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb9c4bc7a iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbeedf798 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc7eb5b20 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xca57220c iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcdd1c47b iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd3cc027f iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdb91fb75 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdf2068ef iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe0330cc8 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xee601961 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf840c7a0 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfe366d2a iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x00b495b6 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x6e8312b8 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x8b709443 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x92f22c22 sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x1254c2ec srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x27fc1b0f srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x60d15412 srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xa00e4fd1 srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xc9bcb10b srp_rport_add +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x2fe3cb97 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x8f132336 spi_bitbang_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xd074c0ee spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xec2d006c spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xf5708793 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xffeedff2 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x6e5e0488 dw_spi_suspend_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x919ed7b6 dw_spi_xfer_done +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xc38ae889 dw_spi_resume_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xc7890bbf dw_spi_add_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xdcf76cc2 dw_spi_remove_host +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x014b00f1 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0659345b comedi_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1591e686 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3050b530 comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x55486791 comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x71108fa1 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x779d0865 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8046d85f comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8f39a061 comedi_get_device_file_info +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbd0de147 comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf1ef1da6 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0x3a7ed8b6 das08_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0x99194fda das08_common_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0x25e55b95 labpc_1200_is_unipolar +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0x3a02e4c2 labpc_common_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0x8285332a range_labpc_1200_ai +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0x8b01b79c labpc_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0xaf1e4347 labpc_1200_ai_gain_bits +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x017992a7 ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x1611fe13 ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x5d8006f6 ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x8317c460 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x8ab0c2ad ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x983b43ea ni_tio_rinsn +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xa2fca724 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xaaec2027 ni_tio_winsn +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x102beea7 ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x1051c05e ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x5baec132 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x744a00fa ni_tio_acknowledge_and_confirm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x8c5c4aab ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xd3c57ede ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x043993b8 CsrUint32Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x063ce8fd CsrMemCpySer +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x1a2f4153 CsrUint16Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x1b112e5a CsrUint32Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x20ed5d24 CsrMemCpyDes +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x25d71627 CsrWifiEventCsrUint16Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x2e32b4fa CsrWifiEventCsrUint16CsrUint8Sizeof +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x35ee09da CsrWifiEventSizeof +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x4a44d987 CsrCharStringSer +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x4b702d3b CsrWifiEventCsrUint16CsrUint8Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x5bef3871 CsrCharStringDes +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x71d701be CsrThreadSleep +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x7b2ce3fd CsrWifiEventCsrUint8Sizeof +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x80cc6f40 CsrTimeGet +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x83653836 CsrWifiEventCsrUint16Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x92b87e22 CsrUint8Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x99c3117b CsrWifiEventCsrUint8Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xa914520b CsrMsgConvFindEntry +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xad2a353d CsrWifiEventCsrUint8Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xb39bdd0a CsrUint8Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xc47d071c CsrMsgConvInsert +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xc79e2f1d CsrWifiEventSer +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xc9691b01 CsrMsgConvInit +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xde3f2c0f CsrWifiEventCsrUint16Sizeof +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xdf5f5f67 CsrUint16Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xe258383d CsrWifiEventCsrUint32Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xe2e90b5d CsrMsgConvCustomLookupRegister +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xe90cfd08 CsrWifiEventCsrUint32Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xeb229892 CsrWifiEventDes +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xfd995761 CsrWifiEventCsrUint32Sizeof +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xfe9f5512 CsrWifiEventCsrUint16CsrUint8Ser +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0x12e6177b oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0x14523351 oslec_snapshot +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0x14c4b6b0 oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0x3c6ec396 oslec_flush +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0xca667daa oslec_create +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0xeb94de18 oslec_update +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0xeec034fb oslec_free +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0xd9fb475d adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/rts5139/rts5139 0xbd5a0e51 rts5139_usb_ids +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0e81c76d spk_serial_out +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x14f06fe7 spk_serial_in_nowait +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x2a69e80a spk_var_store +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x30dbca29 spk_var_show +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x3385a398 synth_add +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x475e158a synth_request_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4f19ce72 spk_synth_immediate +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x5f23a9c8 speakup_event +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x62a50122 synth_remove +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x7c39f188 serial_synth_probe +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x7c596e7b spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x7fc8c368 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8e146195 synth_release_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x9a888082 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xaf7d501c spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb48956f8 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb73a5748 get_var +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc766ae09 synth_printf +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xce56e8c5 speakup_info +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe0033b1b spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7cd4558 spk_serial_release +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7e810f8 spk_serial_in +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x2a877093 usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x35d83f8d usbip_event_add +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x4c343124 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x8a280fda sockfd_to_socket +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x9885592f usbip_recv +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x9da270b0 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xb1ca0c04 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xb5f66ee6 usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xba277c10 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xbb152e48 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xbc00ecac usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xdc390800 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xe39aa459 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/tty/n_tracesink 0x585ebaac n_tracesink_datadrain +EXPORT_SYMBOL_GPL drivers/uio/uio 0x0ed624ae __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x240e0c78 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x6035b670 uio_event_notify +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x495f0aae usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xf606b875 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xaf2db6b2 ci13xxx_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xdb7700af ci13xxx_remove_device +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0c0470f8 usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2afe0b35 usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3d84d3ac usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3e4e473c usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x51767604 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x57b62380 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x782ea16f usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8400c7c3 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x94d7075a usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x97d78160 usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9c8630de usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb1ec2d5b usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb295cc4e usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb2ecb14c usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbd156616 usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbd325436 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc52a4545 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd9ecbbac usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xdbf92090 usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x02499e4a usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x05d5d083 usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x28ec44c4 usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xc3dd831b usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xde2ec216 usb_gadget_probe_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xf7a21b40 usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x5a736c41 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xb77bf9c8 ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x00132a9f usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x018cea8b usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x15b16f5f usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x95a8491a usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x99ec8993 usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xa8f3510d usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xd8817c5c usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xe31536f3 usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xfdda862b ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x087f98c7 musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/musb/tusb6010 0xb36ec553 tusb_get_revision +EXPORT_SYMBOL_GPL drivers/usb/phy/isp1301 0xca68daa3 isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x9a2b6d2b usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1297d826 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x15b3246b usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x23b0f27f usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x248b902c usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x250423ef usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x25da4298 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4e048566 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4f7a4a3b usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5aede694 usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x6deb0c4d usb_serial_handle_break +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7f40254f usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x86fa8066 usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x919a208d usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9b003ba2 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa3648b06 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xbdf1fcf1 usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc21abda8 usb_serial_handle_sysrq_char +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xfc19dec9 usb_serial_generic_disconnect +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x001007d6 usb_stor_reset_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1a81ad6a usb_stor_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1bc3edc2 usb_stor_sense_invalidCDB +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1c07b4ae usb_stor_bulk_transfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x2e94ad5d usb_stor_pre_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x3895032a usb_stor_CB_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x5aa8c39f usb_stor_Bulk_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x703f0071 usb_stor_transparent_scsi_command +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x781502cd usb_stor_disconnect +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x79c93e3b fill_inquiry_response +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x7b67bafe usb_stor_bulk_transfer_sg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x7ffceea3 usb_stor_probe2 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x8d085a81 usb_stor_ctrl_transfer +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x91242217 usb_stor_post_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x98cf95db usb_stor_Bulk_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x9c2919d9 usb_stor_access_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xaed971eb usb_stor_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xb96f46d6 usb_stor_set_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xbcdf5ae2 usb_stor_control_msg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xc8994a6c usb_stor_bulk_srb +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xdfae0633 usb_stor_CB_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xe40f03c3 usb_stor_probe1 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xfe2f2083 usb_stor_suspend +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x25bbc0aa __wa_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x2b6d3c24 wa_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x8a87d4c3 rpipe_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xcb55ad58 rpipe_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xde6b6e1b wa_urb_dequeue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xedb75e17 wa_urb_enqueue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xf4654c3f wa_urb_enqueue_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0bb6bf5e wusb_cluster_id_get +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x151f5021 wusbhc_handle_dn +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x1b3c6602 wusbhc_rh_suspend +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x232860a9 wusbhc_giveback_urb +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x38c62f1d wusbhc_rh_control +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x44431ba8 wusbhc_rh_resume +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x47710c89 wusbhc_b_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x49d976fa wusbhc_b_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7f0b7631 wusb_dev_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x87bfac7e wusbhc_mmcie_rm +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x89117778 wusbhc_reset_all +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xa3d3ec49 __wusb_dev_get_by_usb_dev +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xabf152b1 wusbhc_mmcie_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb725d128 wusb_cluster_id_put +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xd21a2724 wusbhc_chid_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xdd30851d wusbhc_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xe2dfea41 wusbhc_rh_status_data +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xe32d4da3 wusbhc_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf608df60 wusbhc_rh_start_port_reset +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf770a6b4 wusbd +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xfe2e17d7 wusb_et_name +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x1d824092 i1480_fw_upload +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x367da708 i1480_rceb_check +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0xb6e3232b i1480_cmd +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x1dfb8162 umc_bus_type +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x44fe920d umc_controller_reset +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x5fb46035 umc_device_create +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x6a92e569 umc_driver_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x85e51ebb umc_device_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x952e2d83 __umc_driver_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xb0beafc9 umc_match_pci_id +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xc31bad02 umc_device_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0564f347 uwb_rc_alloc +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0b8aad57 uwb_est_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x10303204 uwb_rc_post_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x11ec0031 uwb_rc_put +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x1589fa0e uwb_rsv_terminate +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x17926e53 uwb_rc_get_by_dev +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x19b5bdb7 uwb_rc_ie_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x26704925 uwb_rsv_modify +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x2a427bbb uwb_rc_pre_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x2c9483fe uwb_rc_neh_error +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x3225b767 uwb_rsv_create +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x349fa90e uwb_rc_cmd_async +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x3534b8cb uwb_radio_start +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x35d4ec98 uwb_rsv_establish +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x3ce136ab uwb_notifs_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4001f72b uwb_rsv_destroy +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x47848a71 uwb_rc_dev_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4d57ae3c uwb_rsv_type_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4dfcb64b uwb_rc_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5e4bc088 __uwb_addr_print +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x62cc74d4 uwb_rsv_get_usable_mas +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x65a8a9bf uwb_rc_vcmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x67080e0f uwb_rsv_accept +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x699a2cec uwb_rc_mac_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x6d6aafa7 uwb_pal_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7136254a uwb_rc_reset_all +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7b4cfa9d uwb_pal_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7dcfcd23 uwb_ie_next +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x88758f27 uwb_rc_get_by_grandpa +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x98413234 uwb_rsv_state_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa66f2303 uwb_rc_ie_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xba446f7a uwb_radio_stop +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xbb6c69b2 uwb_rc_neh_grok +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xbed7e351 uwb_rc_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc267ab6e __uwb_rc_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc2907ef3 uwb_est_find_size +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc63c1902 uwb_pal_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc9e4f642 uwb_notifs_deregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe1716f06 uwb_est_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf72342c6 uwb_dev_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf87f1c2c uwb_dev_for_each +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf8e95212 uwb_rc_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xfe10b54b uwb_rc_cmd +EXPORT_SYMBOL_GPL drivers/uwb/whci 0xfaca6d77 whci_wait_for +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x2e34dbc5 vfio_del_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa943c99f vfio_add_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xb6af19a7 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc626bc1c vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0x2c2bd60b auok190x_send_command_nowait +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0x6fa5fa60 auok190x_send_cmdargs_pixels +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0x83ccb766 auok190x_send_cmdargs_nowait +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0x94e7d435 auok190x_common_remove +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0xa1387847 auok190x_common_probe +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0xad899179 auok190x_send_cmdargs_pixels_nowait +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0xc36fb4bb auok190x_read_cmdargs +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0xc4d5d3bf auok190x_pm +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0xdf12cb5d auok190x_send_cmdargs +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0xe9811214 auok190x_send_command +EXPORT_SYMBOL_GPL drivers/video/backlight/apple_bl 0x2c63e051 apple_bl_register +EXPORT_SYMBOL_GPL drivers/video/backlight/apple_bl 0xdab0f892 apple_bl_unregister +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x082dda0c ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x2383888d ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x2991ce9c ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x36eac7d5 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x691dfd65 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x8449dbb8 ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xa639cadd ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/fb_ddc 0xd154246d fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fb_sys_fops 0x046fcbc9 fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fb_sys_fops 0xa9f98641 fb_sys_read +EXPORT_SYMBOL_GPL drivers/video/sis/sisfb 0x18736168 sis_free_new +EXPORT_SYMBOL_GPL drivers/video/sis/sisfb 0x866f08e7 sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/vermilion/vmlfb 0x016e6c20 vmlfb_unregister_subsys +EXPORT_SYMBOL_GPL drivers/video/vermilion/vmlfb 0x90c018c6 vmlfb_register_subsys +EXPORT_SYMBOL_GPL drivers/video/via/viafb 0x22a7af24 viafb_dma_copy_out_sg +EXPORT_SYMBOL_GPL drivers/video/via/viafb 0x292da7a2 viafb_irq_enable +EXPORT_SYMBOL_GPL drivers/video/via/viafb 0x30cc9311 viafb_request_dma +EXPORT_SYMBOL_GPL drivers/video/via/viafb 0x31469540 viafb_pm_unregister +EXPORT_SYMBOL_GPL drivers/video/via/viafb 0x79e6190a viafb_irq_disable +EXPORT_SYMBOL_GPL drivers/video/via/viafb 0xb4f863e6 viafb_pm_register +EXPORT_SYMBOL_GPL drivers/video/via/viafb 0xcaefb732 viafb_release_dma +EXPORT_SYMBOL_GPL drivers/video/via/viafb 0xf65828ef viafb_find_i2c_adapter +EXPORT_SYMBOL_GPL drivers/video/via/viafb 0xfff2dfd2 viafb_gpio_lookup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x157755c1 w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x32a1ffcc w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x34514974 w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x3bcfef9c w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x5493915d w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7bc248c4 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7c2f2afb w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x96ab9e21 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0x9d1a7fbb w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0xa9edda8c w1_write_8 +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x0238a992 xen_privcmd_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x369a9250 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x9321df95 dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xa365e265 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xbbdba276 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc6dc8c2f dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xdc583c08 dlm_unlock +EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x141da2ae nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x17ce645d locks_end_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x2ad62afe nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x2bf7b9eb locks_in_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x359c411c lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x40d517c9 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x80c8be36 nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x95d82c15 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xa16306f3 locks_start_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xc5682298 nlmclnt_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x00d4a0c5 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0213cb43 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0252262f put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x031e3fb9 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0553d3d4 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0d4c3e03 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0e0cc285 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1074cef9 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1155ccb1 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x14b74e03 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x157479a8 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x17ad8789 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x18a1728c nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1c728e1f nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1cbe6b8c nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x203637f2 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22866d92 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2413f861 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26a088c9 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x27a543ee nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x28593c1a nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2e2f757c nfs_put_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2f9a47ca nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x31f8d5f2 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x328cfc81 nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3c1c0976 nfs_file_splice_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ca31f35 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ee16200 nfs_sb_deactive_async +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ffacc68 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x408c2042 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4359b4c1 nfs_readdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x43908a2e nfs_file_flush +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x45d2b832 nfs_readhdr_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x46de6414 nfs_initiate_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x46ff4e1a nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x471472af nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4721f0ff register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4b42c94a nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4c65123d nfs_writehdr_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5138f758 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51fcc68f nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5268882a nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x55210a22 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x55b8da98 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x56900df4 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x58ae1c72 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5b3a18fe nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5b541a80 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e1d863a nfs_sockaddr_match_ipaddr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5f45a9bb nfs_dns_resolve_name +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5febe985 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6181be39 nfs_setlease +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x61cbdddf nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x65a4943f nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x663c45e8 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x68691fbf nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6eeeb1c9 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7132a5c7 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x743b8ba3 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x75f42d6b nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x76586934 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x769110d6 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7941b6ee nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7acbba96 nfs_fs_mount_common +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7d29e963 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x802daeaa nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x842cdfe1 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x846c0217 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x84b23420 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x86178a3c nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x87a8b096 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89bc5a64 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8d099331 nfs_readhdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8dc7cd3b nfs_pageio_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8fcb5c37 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90966f3a nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x92fad2b4 nfs_writedata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x93b8c0c7 nfs_initiate_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x94d8369c nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x952c7c27 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x96f3d838 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x97db765c nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x984e2ec6 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98c05ffc nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x99df0cfa nfs_fscache_set_inode_cookie +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9d5af84b nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9dddb4eb nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa5e97536 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa87969fe nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8d2d1ce nfs_callback_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaaa14361 nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xacb6d3c7 nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaf64a634 nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb010ebcc nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb18fa95f nfs_generic_flush +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb6fe1bb6 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb7ac0750 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb82697d6 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbbb69b46 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc0eebb51 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc285fb0d nfs_pageio_add_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4369de6 nfs_file_fsync_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc59371ac nfs_writehdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5ef47d5 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc83a2b04 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc919eea1 nfs_destroy_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xca52b8c2 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcc63afa6 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xccf85a22 nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcd94b0ef nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xce30a5fd nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xce89fdbe nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcfa0d4b3 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd11fed00 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd139a9d8 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2df072a nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd4846d60 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd6044680 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd7c91ab5 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xda2253bb nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdee54451 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe475526a nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe9ee393c nfs_generic_pagein +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xed5052f0 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xef24ca19 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf13b0d37 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf1a8b80f nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf3ba2c66 nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf8cdb775 nfs_pageio_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa6ff514 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfbb82be3 nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfe509c40 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xffa3fdcf nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x05d04680 nfs41_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0b1cc5b2 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1269f69b nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1856d9ad pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x194f418e pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2049feb5 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x30f812ba pnfs_writehdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x37a580e2 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x38970836 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x38bedbe1 _pnfs_return_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x41f020de pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4688e70b nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4fb4993e nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x57ce9551 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x57f562b4 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5be3e9d7 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5de0ff2a pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6770e58e nfs4_proc_getdevicelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6c25b4ca nfs4_insert_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7caaec00 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x82a9e993 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x892deac9 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8b224336 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8e52be98 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9672ce57 pnfs_readhdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb560e2ee pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbe47338e pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcc1127fe pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd94e188e nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe134e251 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xec2fd4d9 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xeff6757e nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf1547480 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf6a8fff7 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf6c43a7b pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x27e2c921 nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xb6ebf896 nfsacl_decode +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x09949e23 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x0e255402 o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1b89c6ee o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1cb231d0 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1d747ce3 o2hb_check_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x20ac8b21 o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x298d10b8 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x29a42cec o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36418553 o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x687f6251 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x735b8c20 o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa82a8645 o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa9f5379a o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xae808bac o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbaeb4700 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc0b04494 o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc3679d7b o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd60f2c6c o2hb_check_local_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf1a5611d o2net_unregister_handler_list +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x63356a5a dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x6e05c100 dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x85735788 dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x9b8ab527 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xb65a7a8e dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xc200ecf5 dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd7ba575e dlm_errmsg +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd8fa57a6 dlm_unregister_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x025e2d69 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0562c415 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x16b2e575 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x2416038a ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x32494d71 ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x5469ce31 ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x7083dbd5 ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x89502fe7 ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xb4bd060c ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xdc11d739 ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xdc823ea4 ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe2bd47db ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe40cffce ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe417d940 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL lib/bch 0x231d70fc encode_bch +EXPORT_SYMBOL_GPL lib/bch 0x6b770f49 decode_bch +EXPORT_SYMBOL_GPL lib/bch 0x9463ff71 init_bch +EXPORT_SYMBOL_GPL lib/bch 0xbdf512de free_bch +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x2f929d63 notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x70908e4e notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x021957e1 raid6_datap_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x05513b71 raid6_call +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x0f8a2742 raid6_2data_recov +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x201d8ea3 encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x29fa419f decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x300d7e57 free_rs +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x6fbb3bd9 init_rs_non_canonical +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xabda1e2e decode_rs16 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xb050f329 init_rs +EXPORT_SYMBOL_GPL net/802/garp 0x8d466120 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xc1aedfbf garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0xcaaf5c63 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0xda9d622a garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xe47a1c5e garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0xef3122d1 garp_register_application +EXPORT_SYMBOL_GPL net/802/stp 0x6b096e37 stp_proto_register +EXPORT_SYMBOL_GPL net/802/stp 0xd37db66b stp_proto_unregister +EXPORT_SYMBOL_GPL net/9p/9pnet 0x3a293458 p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/9p/9pnet 0x4f804dff p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/atm/atm 0x50754510 register_atmdevice_notifier +EXPORT_SYMBOL_GPL net/atm/atm 0xe2c6bb26 unregister_atmdevice_notifier +EXPORT_SYMBOL_GPL net/ax25/ax25 0x02203262 ax25_register_pid +EXPORT_SYMBOL_GPL net/ax25/ax25 0xac93ae05 ax25_bcast +EXPORT_SYMBOL_GPL net/ax25/ax25 0xaeb7451e ax25_defaddr +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x6f0d63e1 bt_debugfs +EXPORT_SYMBOL_GPL net/dccp/dccp 0x00e4f44d dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x02e21eb6 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0408f00c dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x05098922 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x16c151ec dccp_insert_option_elapsed_time +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d99d49a dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3e89aba5 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3f7c56e2 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4984acfc dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ec35231 dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x63854843 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6486c848 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6fd9abff dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x73f6c588 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8500e9fc dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x87645661 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8eb68a86 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0x90b6af83 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa0c547d8 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa26c53b3 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa2ea3944 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa841069e dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbe17feef dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc87e7be8 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd32e9c84 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd61ee6e7 dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xdd61416b inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0xddad185a dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe01f29d5 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe2e1d722 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe4132eba dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe757983c dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf3017e21 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf3653d8c dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf3e79d88 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf5709d99 dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfcbc50a4 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfdc5bc95 dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x89f4b36e dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xbf9bb135 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xd368e3ae dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xd69c0c30 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xecab9dfb dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xf71e7295 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x80a42a80 register_switch_driver +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb038aa53 unregister_switch_driver +EXPORT_SYMBOL_GPL net/ipv4/gre 0xef1f605b gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xf34d8a57 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x29c11757 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x88c385c7 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xa92e6c1a inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xc2eb7a96 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xd59a9061 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xd709203e inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x21b4a2d5 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x9680292d ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_conntrack_ipv4 0x6d40a921 need_ipv4_conntrack +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x6b6c3d10 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_ipv4 0x71a1ab72 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_proto_gre 0x636b12c8 nf_nat_need_gre +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x514a4ce4 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x56315497 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x73347749 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xc0a2784c tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xe456c762 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/xfrm4_mode_tunnel 0xc6ae6e2e xfrm4_mode_tunnel_input_register +EXPORT_SYMBOL_GPL net/ipv4/xfrm4_mode_tunnel 0xeed49332 xfrm4_mode_tunnel_input_deregister +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x2f534f13 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x90a48c12 ip6_tnl_dst_store +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xab2f6042 ip6_tnl_dst_check +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xeda9871e ip6_tnl_dst_reset +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xf2f715c2 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x68a9342d ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x6eb85693 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_nat_ipv6 0xb95b7fa4 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x008c2dc5 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2796c060 l2tp_tunnel_sock_lookup +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2c73d3cb l2tp_session_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4d80a9f1 l2tp_session_find_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x60275bda l2tp_tunnel_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x71cb8c07 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x751e1cb5 l2tp_session_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x77d7e6d9 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9c149ebe l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xace3b1e9 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb7bfee8a l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd306b82d l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd93c5175 l2tp_tunnel_sock_put +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xed6c7d5c l2tp_tunnel_find +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0bd0dd36 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x49fab4cc ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4fc2e987 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8670c653 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xabda2b8c ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xbdfd75b4 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc4c6a985 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd96942e0 ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe0b56b82 ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe53c98e7 ieee80211_iterate_active_interfaces +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x16db1c63 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x419a2d18 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6344eaf6 ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6bde63c4 ip_set_get_ip_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7762965e ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x77fca839 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x79e42871 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x80ee118c ip_set_nfnl_get +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x883d6572 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9ef44072 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa2d623f3 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa5d485e9 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xbddba5e9 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc3b062db ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf898f0eb ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xfda3ec7a ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x3730de60 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x581677c4 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x591d6e16 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x7b80280d ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x00c60e34 nf_nat_seq_adjust_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x00e3585f nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x03f8fee2 nf_conntrack_l4proto_udp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x045072cd nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x04a24002 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x06efabfa nf_conntrack_l3proto_generic +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x076ef4e9 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x085ab9fb nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x09e4e54b nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0d74ed2b nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x110d1fc7 nf_ct_l4proto_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1f2d8f7e nf_ct_timeout_find_get_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x216bf7db nf_conntrack_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289dbfc7 nf_conntrack_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2d794a7a nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x312697bf nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x31ce9c60 nf_conntrack_l4proto_udp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x334933c9 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37386cac nf_conntrack_hash_rnd +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f5b1415 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x43d67caa nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x43fcc325 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x44ca6e89 nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5010715b nf_conntrack_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x517886a2 nf_ct_nat_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x52821683 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5a09b866 nf_conntrack_l4proto_tcp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5aab5e78 nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5b47db83 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5f8feeed __nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x62813e5c nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x62a0619a nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x67b8d849 __nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x67fff261 nf_ct_get_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x683fdae4 nf_conntrack_l4proto_tcp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e224a7a need_conntrack +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6eb20dfe nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x70ecb94b nf_ct_l3protos +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7117d68e nf_ct_iterate_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x73a5cdb8 nf_ct_l3proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78f9b710 nf_ct_l3proto_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7a889be4 nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7b816aef nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7d443e07 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x86cad8e3 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8876fc8a nf_ct_l4proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x89100d5a nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8b3480f0 __nf_conntrack_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8b9cbf32 nf_ct_dying_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8e53fada __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90ff6c9f nf_ct_invert_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x980ace89 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9a2f23f0 nfnetlink_parse_nat_setup_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa40b8378 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa49dd20e nf_ct_delete_from_lists +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa4d910e3 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa5824bd4 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa7699451 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab3d1f95 nf_ct_untracked_status_or +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad1bb027 nf_ct_free_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb1f1742f nf_conntrack_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb43ad51d nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb602c57e nf_ct_l3proto_module_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb85691ab nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb8b7580f nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xba0479cd nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc0240dd4 nf_conntrack_set_hashsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd13c7adc seq_print_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd348def5 nf_conntrack_flush_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd4f6fc00 nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xda362763 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdea3ceaf nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe104a94c __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe290f223 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe6183231 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeab3783b nf_ct_l3proto_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeda3058e nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf4d5582d nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x75d9e51e nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0xdeedba06 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0xaf32be82 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x22735ed1 nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x24d1ad26 set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x4aa273eb set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x72390c92 set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x7bffef00 nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x85ba2a4f nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x8808a2b5 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x92ec0883 nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xa6a443f1 set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xc069f1ab nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xc90a4dc6 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x61de7e80 nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x6872badc nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xbeebd740 nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xdf594fed nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0xa4582c85 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0xfb0ed3ef nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x00ee79ac nf_nat_sdp_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x10c64c4a nf_nat_sip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x120cd734 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x447cc41f nf_nat_sdp_port_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x4810b56c nf_nat_sip_seq_adjust_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x805108de ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x91e7ceab ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x9a74d608 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xa0ccaa93 nf_nat_sdp_media_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xc361f28a nf_nat_sdp_session_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xc478336c ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xe2f841a6 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xfdd1b6c1 nf_nat_sip_expect_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x5a815df7 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x0c9cddca nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0d9bae4b nf_nat_l4proto_nlattr_to_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x131f636c nf_nat_l4proto_in_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x15f05d98 nf_nat_l4proto_unique_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x20fc9089 nf_nat_tcp_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x2a60eeca __nf_nat_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x61e21710 nf_nat_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x82301e86 nf_nat_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xca97ea87 nf_nat_set_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xcb8627f6 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe2fc5a1b nf_nat_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe848bc07 nf_nat_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_tproxy_core 0xef206e4a nf_tproxy_assign_sock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x14103aac nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x1f58e71b nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x3895cd7a nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x391c2e03 nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x63a86840 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x67b73c70 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xc56b9fff nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xc59b2629 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x21f6bba6 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xe5eb31fa nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_log 0xee42f748 nfulnl_log_packet +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x11f4284c xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x1bc77cce xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x1c110a8b xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x27d304d6 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3d36cbc9 xt_hook_unlink +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x40728a63 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6c9323b9 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x737f10b2 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8a4bc545 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbbedf1ec xt_hook_link +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc99c41e8 xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xcc6b1b58 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd4d7a033 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xfca016d1 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x2efedbde xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xe4c5ff4a xt_rateest_lookup +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x13c5ccdd rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x187bab69 rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x1ddae15b rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x298c97cc rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x2c5c5514 rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x2cbf8f0c rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x3101936e rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x33d5129c rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x3a9e1154 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x3b4fc0fc rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x3fe50cfb rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x438c4a2d rds_page_copy_user +EXPORT_SYMBOL_GPL net/rds/rds 0x50cbe7b3 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x5f9906fd rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x678192c5 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x67951ece rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x73aac73d rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x755f3e6c rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x802764e2 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x881c5973 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x89f7fe66 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x96fafe85 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x97deb61e rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0xbd5286d0 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xca85d91d rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0xcff80404 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xd7550546 rds_send_get_message +EXPORT_SYMBOL_GPL net/rds/rds 0xed090cfa rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xf2cf514f rds_inc_init +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x4368ebb7 rxrpc_unregister_security +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x5f666ce1 rxrpc_register_security +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x00c52ef5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x0b56496e gss_mech_get_by_OID +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x2fd25167 gss_mech_get +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x38917825 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x3dda4526 gss_service_to_auth_domain_name +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x6aca55b2 gss_mech_put +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x6be93837 gss_mech_get_by_name +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8d1a827e svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x9a2b9ad0 gss_pseudoflavor_to_service +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xa3201af4 gss_mech_get_by_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xa83deaaa gss_svc_to_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb5dea7ef g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf2304d9e svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf78633a0 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf8b2ff6e g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x00a19a57 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x00bb38fd rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x03475511 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0509f8fa svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e66d5a svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x07115d36 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x093e8f76 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0941e605 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0a00d583 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0df5c5e0 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f2586ee svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f668ba9 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x10bd3380 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x11435833 rpc_rmdir +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1622337b rpc_print_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x165e4282 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x17f580bc rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x181f0b9f rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1b3d4a45 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c9da8bb rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1dbd38b3 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x20c81a6b xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x20e25e99 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x21182dc0 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2363a7b8 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2568d7f3 svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x258d4698 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x27529d46 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2864cc72 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2897e6e5 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ac36b20 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2df63e64 xdr_skb_read_bits +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eec63c9 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f59584f rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f8ebbe0 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2fb5153f xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30699276 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x330fee17 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x33c98f28 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x346b4456 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3494bef3 svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3504db51 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x350b5966 xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x352ba52c svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x356095f0 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x370e29f9 csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38369916 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3910cb41 svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a668065 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c285dde put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d3cb9d7 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f7e5f74 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3fc8e89d rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4105d804 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x437e10a7 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x460880d6 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4879b7ba svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49802ddd xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b26092c rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b7bcf1f xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d3d7c07 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e847241 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x51929d3b rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x51c13ce7 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53c9461c bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x54c0bb66 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x572e6cdb rpc_task_reset_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5783388d xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5aae4538 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5cf28178 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5cf4a0ae rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d890a52 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x631fef57 xdr_buf_read_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6368ae0d svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65c71639 rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6812d1c9 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x682aa959 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6866b809 svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68e4a3b7 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68ea1d8f xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6935ac8b xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6bc58b2d rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6d3d7050 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6d6cb445 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6f4a905f read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x703709bb rpc_lookup_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7131ae7d xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72beec49 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72c17c44 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73333998 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x76d26115 rpcauth_generic_bind_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7920600c xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x79e812f6 xprt_set_retrans_timeout_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d2c6ec0 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e1f193e svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e714faa rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80cb058f rpc_protocol +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8182ca2b svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x826e61b2 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x830cf06a _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x85dc01a1 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8744c204 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x879e24e9 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a18adeb rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f17eed5 rpc_lookup_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x91dfe890 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92c57a27 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x96e01e22 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x981d8595 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98b75d64 rpcauth_list_flavors +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9b6dab8e svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d59b7ab rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d87ce93 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9de07085 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9ecb7428 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa379a947 rpc_queue_empty +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4453af0 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa6df8105 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa97caa64 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa3df069 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xadc98c0e xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae616b82 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0116611 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb157f45f rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb1b8baab svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb238883b cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb3da80df xdr_partial_copy_from_skb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb8c9e4e3 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbad1fd86 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbbbc9b4f rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbca707c4 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbce81dd5 sunrpc_cache_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbcfc66ce auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf7d9d42 xs_swapper +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc118ff43 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc2ea96e7 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3880471 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc433f453 xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc555d1c5 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc5ea8b04 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6090aaa svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6285c3a xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6efbe19 cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc70ed881 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9523fbc rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9b152f5 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9de13e1 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf421d70 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcfc5e1f4 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd4fe0955 cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5504347 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5b41070 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8a0cdaf xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8d518e6 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb510427 xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb80de57 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd7524a8 xprt_set_retrans_timeout_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdda0d45a xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xde3ac72e svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf8a07fd rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0393886 svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe14fc8e7 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1ac2bb8 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe2b75874 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe3dfdb44 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe48d6c3d rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe6dd922f xprt_lock_and_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeade03a2 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed915a07 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeddfb5b9 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee58b67c rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeedd0e5c sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeff619c4 __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf008eed1 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf72c4464 rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7c71842 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9d1164c rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfa494fac rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfba00609 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfbb737cf rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfbb7f1e6 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd0e88f8 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd37cfd2 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/wimax/wimax 0x1035673b wimax_report_rfkill_sw +EXPORT_SYMBOL_GPL net/wimax/wimax 0x11d43aee wimax_msg_data_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0x17bc65fc wimax_msg_data +EXPORT_SYMBOL_GPL net/wimax/wimax 0x1fda700c wimax_dev_init +EXPORT_SYMBOL_GPL net/wimax/wimax 0x48b9444a wimax_dev_rm +EXPORT_SYMBOL_GPL net/wimax/wimax 0x85d353d9 wimax_msg_send +EXPORT_SYMBOL_GPL net/wimax/wimax 0x9142b51c wimax_report_rfkill_hw +EXPORT_SYMBOL_GPL net/wimax/wimax 0x975070a7 wimax_dev_add +EXPORT_SYMBOL_GPL net/wimax/wimax 0xa14859db wimax_msg_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0xaa1fdf6a wimax_state_change +EXPORT_SYMBOL_GPL net/wimax/wimax 0xcd1d1d2b wimax_state_get +EXPORT_SYMBOL_GPL net/wimax/wimax 0xf5424343 wimax_msg +EXPORT_SYMBOL_GPL net/wimax/wimax 0xf7ef0aeb wimax_msg_alloc +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x00dbf260 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x2e7cfc54 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x38379af7 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x5338cbce cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x560f8580 cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x71ed7cfd cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x75650285 cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x95b52236 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x96f46268 cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xa6ee31e7 cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb4e7a744 cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x1c852e7c xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x2e47f677 xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x3108ea46 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x32d5e7fc xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x4d4fd5f1 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x5fcdec5d xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x686c703f xfrm_count_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x6e7474fc xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x9cb8037b xfrm_count_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xaeea3073 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xbc27722f pskb_put +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xd05dc2a3 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x0a7aa4a3 ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x58aa10be ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x7b127623 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x9753396c ipcomp_destroy +EXPORT_SYMBOL_GPL sound/core/snd 0x2d9644ea snd_kctl_jack_report +EXPORT_SYMBOL_GPL sound/core/snd 0x451b9ec6 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0x991f6a1f snd_ctl_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0xb72b53b8 snd_kctl_jack_new +EXPORT_SYMBOL_GPL sound/core/snd 0xcfc6d118 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x0a598c3e snd_compress_deregister +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x8c799901 snd_compress_register +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x9d5aa8f8 snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x04e1b99f snd_pcm_std_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x09e913c1 snd_pcm_alt_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x722de1dd snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xfc33b377 snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x718364fb snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x727beb26 snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x9327d02a snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xceb78010 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xd2e824a8 snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xfb995580 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x01e21ea0 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x044bd652 snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x056c86e4 snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0676f5ac snd_hda_get_input_pin_attr +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x071c43c1 snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x08abe139 snd_hda_mixer_bind_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0b4e8006 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x10809a5c snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x10d70b01 snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x198c6f28 snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1c27a37a snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x20a4ff72 snd_hda_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x26bbca7b snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2731462e snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x27e1c47f snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2845d830 snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2920d57a snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2c306dba snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2c420ce5 snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2e48941a __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2e6e365e snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2ea913a0 snd_hda_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2f490198 snd_hda_sequence_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x309a59ba snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x34e8f324 snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x35c4a363 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x361abaa6 snd_hda_ch_mode_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x36f592b3 snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x375cacd5 snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x37e44717 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3d2613bb snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3f6801a4 snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4723eef5 snd_hda_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4b2bbc73 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4dab1f60 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4f0a24ad __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4fe6fd86 snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x562ca821 snd_hda_override_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x56e55ff7 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x56eebfb3 snd_hda_bus_reboot_notify +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5a619c29 snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5ba109a9 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5bb02cdf snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5d2e4e44 snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x60af13c1 snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6523e3b1 snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x65eb0c28 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x694fce8e snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6cc19cdf snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6fb7f0c0 snd_hda_codec_update_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x703ec5d0 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7215285c snd_hda_is_supported_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7257e0ce snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x72c6d5bc snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x72ef9a9a snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x74e398de snd_hda_bind_vol +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x75d109ba snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7c8da86a snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7cd489ee snd_hda_codec_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7dc0774d snd_hda_mixer_bind_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x804927e6 snd_hda_ch_mode_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8435c756 snd_hda_check_board_codec_sid_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x84be5e37 snd_hda_codec_resume_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x84eac7a5 snd_hda_codec_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x85105b3a snd_hda_suspend +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x86a39df1 snd_hda_get_sub_nodes +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x883b5e6a snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x88d1215b snd_hda_queue_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x896f1ee5 snd_hda_mixer_bind_ctls_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x89ce38c4 snd_hda_add_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8b5c195e snd_hda_query_supported_pcm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8c18cff9 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8cb59e4c is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e4c6826 snd_hda_calc_stream_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x920c8266 snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9388a60b snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x942e8c37 snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x951d5a2b snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x95f743c8 snd_hda_jack_detect_enable_callback +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x978d8bb5 snd_hda_codec_resume_amp +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x995bca5c snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9d3c342f snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa2827d76 snd_hda_get_jack_location +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa5902cf7 snd_hda_jack_tbl_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa687851d snd_hda_mixer_bind_ctls_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa69a638c snd_hda_bind_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa70ba584 snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa8a34fb5 snd_hda_jack_tbl_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaa05af3c snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaa3637d5 snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xad00c4fe snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xad72b168 snd_hda_query_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaf23964e snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb0883f12 snd_hda_codec_amp_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb2fdaf1a snd_hda_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb3c91c39 snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbd20c964 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbebe222d snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc652fd69 snd_hda_get_jack_connectivity +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc766c79a snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc8b54322 hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc9a4bf46 snd_hda_codec_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb301b6e snd_hda_get_jack_type +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb3daa48 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcd492395 snd_hda_jack_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcdc9ad87 snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcf918afa snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcf99be7d snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd288b584 snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd5a85063 snd_hda_delete_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd7ca0359 snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdc4b5e2b snd_hda_jack_detect +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdcb791bb snd_hda_ch_mode_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdf7135df snd_hda_gen_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe5c97728 snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe9727d4d snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeaaec382 snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeb445814 snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xed19c6d8 snd_hda_gen_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xed54ac42 snd_hda_resume +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xef8aefba snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf1c708f7 snd_hda_mixer_bind_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf1dfa71b snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf5bac8a6 _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfc048891 snd_hda_mixer_bind_ctls_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfed25dff snd_hda_check_board_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xff6e8393 snd_hda_bus_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xffa7fffd snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-88pm860x 0x63560306 pm860x_hs_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-88pm860x 0xc6073a19 pm860x_mic_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ab8500-codec 0x7618db37 ab8500_audio_setup_mics +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ab8500-codec 0x97d3592d ab8500_audio_set_ear_cmv +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x0bb73b80 arizona_set_fll +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x1f8ea94a arizona_out_vd_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x32904bbf arizona_init_fll +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x5e8e6067 arizona_mixer_texts +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x70cadfd6 arizona_out_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x7334c170 arizona_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x73f9f1d5 arizona_lhpf3_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x75721b8d arizona_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x78355a2b arizona_mixer_values +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x7e59c88a arizona_out_vi_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x93ed4d8b arizona_in_vi_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x961f93c0 arizona_in_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xb65ecf5b arizona_lhpf4_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xc9c29637 arizona_mixer_tlv +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xd58efa61 arizona_lhpf2_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xe466e0fc arizona_lhpf1_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xeeacdd16 arizona_init_dai +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xf23a2c4b arizona_in_vd_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cx20442 0xfbb21b03 v253_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-l3 0x78c84c7e l3_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98095 0x177df5ba max98095_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max9877 0xa0af885d max9877_add_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sn95031 0x034307dd sn95031_jack_detection +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0x4d975c6b tpa6130a2_stereo_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0xd9514a24 tpa6130a2_add_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-twl6040 0x135cdc4e twl6040_get_clk_id +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-twl6040 0x3a236e7b twl6040_get_dl1_gain +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-twl6040 0x49e8e00c twl6040_hs_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-twl6040 0xb40e3ac1 twl6040_get_trim_value +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-twl6040 0xfbce60c0 twl6040_get_hs_step_size +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wl1273 0x06f98264 wl1273_get_format +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x9061ff4e wm_adsp2_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xcc7870f5 wm_adsp2_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xda0e868b wm_adsp1_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x35009160 wm_hubs_add_analogue_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x4f0806cc wm_hubs_handle_analogue_pdata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x5cd7eb9b wm_hubs_dcs_done +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x757206d5 wm_hubs_spkmix_tlv +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x9a5f4cf3 wm_hubs_update_class_w +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xb1891bb1 wm_hubs_set_bias_level +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xcc106975 wm_hubs_vmid_ena +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xcefe06a1 wm_hubs_hpl_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xf722654a wm_hubs_hpr_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xf9468c6e wm_hubs_add_analogue_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8350 0xbaadbfc6 wm8350_hp_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8350 0xf57774cb wm8350_mic_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0xb4ab5cda wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x96f21f09 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0x08dadb76 wm8994_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0xb7e0487d wm8958_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8996 0x87c28a9f wm8996_detect +EXPORT_SYMBOL_GPL sound/soc/mid-x86/snd-soc-sst-platform 0x2b00d809 sst_register_dsp +EXPORT_SYMBOL_GPL sound/soc/mid-x86/snd-soc-sst-platform 0x395b5bd8 sst_unregister_dsp +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x04ab9b8f snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0763679f dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x08c65e4f snd_soc_get_value_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0920c2ee snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0bc4c0fa snd_soc_unregister_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0c058240 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0d6fc941 snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0e5e189b snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0ea80eb6 snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0f96d79f snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x109fecc9 snd_soc_codec_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x15665d37 snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x157d712c snd_soc_info_enum_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x15a4adb3 snd_soc_put_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1906c6d1 snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1b0e1136 snd_soc_put_value_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1e1b8fbf snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x23c042a0 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x252443ef snd_soc_register_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x29feb07b snd_soc_platform_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x29ff7856 snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2b6a0b1f dapm_reg_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2b763472 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x313f3890 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3651aee6 snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x375f890a snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3b50e351 snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3b883ddd snd_soc_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3ba68077 snd_soc_free_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3c70125e snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3e39f941 snd_soc_dpcm_be_set_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3ee01ced snd_soc_add_platform_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3f98eda1 snd_soc_codec_writable_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x40666657 snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x426342fe snd_soc_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x428c2abd snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x433914b6 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4afb5f2c snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4c45536b snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5100e888 snd_soc_platform_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x52400719 snd_soc_unregister_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x56a651ee snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x56d56f45 snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x57dbca7c snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x588bc39b snd_soc_default_volatile_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x58bdd61c snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5a5058ef snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5bed09b9 snd_soc_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5de0c672 snd_soc_platform_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5e107619 snd_soc_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5e541ac4 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5e8f9284 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5ea7bad1 snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5f824942 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5fd3d4e9 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6103bf46 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x625d7cef snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6756f87b snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6831b285 snd_soc_get_dai_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x68db425c snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6cb84d22 snd_soc_codec_volatile_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6ea10ead snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6ea35040 snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6f7f8f7c snd_soc_dapm_get_value_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7b09e4c3 snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7fc576e6 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x80e57860 snd_soc_dpcm_be_get_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8397d9e5 snd_soc_cache_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8ad6bbf5 snd_soc_default_readable_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8b0b3dc2 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8caf0857 snd_soc_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8e599208 dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x903f47f5 snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x91901462 snd_soc_get_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x91aff0b8 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x92ae7aa2 snd_soc_codec_set_cache_io +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x93b9922d snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x94301596 snd_soc_dapm_get_enum_virt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9cbc7a7a snd_soc_dapm_put_enum_virt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9d3abb90 snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9ffc1c3c snd_soc_dapm_put_value_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa0a9e4c5 snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa25f9c8a snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa37acbfa snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa9fb920b snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaa76cdac snd_soc_new_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xab594839 snd_soc_unregister_dais +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xab9751fd snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xad749219 snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb0210761 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb033c7cd snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb133e3b7 snd_soc_codec_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb291bb60 snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb3d0be63 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb6d7280f snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb7186b6c snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb7f27f7f snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbb38fc67 snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc0fa138c snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc1f00dab snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc624db87 snd_soc_cache_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc927d613 snd_soc_unregister_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcc4d9fb6 snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xce2bae8f dapm_mark_io_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcfe68586 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd445090e snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd6ace688 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd7fceddf snd_soc_cache_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd809efbe snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdd7b56f1 snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdeb7eaef dapm_mark_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe28fe66e snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe427c020 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe7279e8c snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe73dc821 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xea9365ea snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xea95b77c snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xece360e6 snd_soc_info_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xecee80b0 snd_soc_bulk_write_raw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xedba4889 snd_soc_add_codec_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf040f93f snd_soc_info_volsw_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf07411c3 snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf3ba867b snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf42d2221 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf667f6d5 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf7a417b5 snd_soc_update_bits_locked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf7cf271b snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfa59e8db snd_soc_default_writable_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfab90b2f snd_soc_codec_readable_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfe7c0658 snd_soc_register_dais +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xffa18994 snd_soc_register_card +EXPORT_SYMBOL_GPL vmlinux 0x0005b197 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x005147db usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x00632780 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0067df75 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0x007320fc pci_get_hp_params +EXPORT_SYMBOL_GPL vmlinux 0x0076c6da debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x00a02730 ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x00b98e2e vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x00c4dc87 timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x00ca6522 crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x00dc57f7 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x00ebcb5d ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0x01010c6d klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x010a4068 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x010e5db3 skcipher_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x011cf028 regulator_suspend_finish +EXPORT_SYMBOL_GPL vmlinux 0x0138160d inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x01848a8e local_apic_timer_c2_ok +EXPORT_SYMBOL_GPL vmlinux 0x01a0c491 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x01a4ea6d unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x01bfa6c7 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x01d11a05 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x020a46dd blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x021e1793 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x02283171 da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x02326021 pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x02360ad7 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0x026211e2 memory_failure_queue +EXPORT_SYMBOL_GPL vmlinux 0x026b6151 rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x02704b2c unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x0277127a dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x02bc7039 aead_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0x02d100c2 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x02d165de uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x02fb69df __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x031095dd regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x031f1a5c fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x035b620d input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x0373a1c4 power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x03b1e0cd transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x03e3686c ata_timing_cycle2mode +EXPORT_SYMBOL_GPL vmlinux 0x0416853e fuse_request_send +EXPORT_SYMBOL_GPL vmlinux 0x04486e88 rcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x04889033 blk_add_request_payload +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x04973eba ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0x04a79848 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0x04bf26af ioremap_page_range +EXPORT_SYMBOL_GPL vmlinux 0x04c3f2c1 gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04d6b1e3 regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x04ef8a1b __clocksource_updatefreq_scale +EXPORT_SYMBOL_GPL vmlinux 0x04f9888c __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x0531dcb8 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x05322a64 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x056e8e94 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x057347d4 arizona_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0x05ae262e regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x05c4bc60 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x060d1064 set_memory_ro +EXPORT_SYMBOL_GPL vmlinux 0x062744c7 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0x062fc169 xen_hvm_resume_frames +EXPORT_SYMBOL_GPL vmlinux 0x064a081d nf_register_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x064c94d1 usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x06550701 sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x06881ffc xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0x06963c36 intel_msic_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x06bd3b9c ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x06f22ca2 irq_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0x06f30970 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x07445f2f fuse_get_req +EXPORT_SYMBOL_GPL vmlinux 0x0762403c edac_put_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x0784ad94 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x078c0137 btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07ba6d3b inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x07cf2b79 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x07d77af9 sync_filesystem +EXPORT_SYMBOL_GPL vmlinux 0x07df01c6 subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x07f300c3 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x0827e3f4 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x0830dd83 __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x0850cc1f relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x086fb6ff netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x08a18cf1 proc_net_remove +EXPORT_SYMBOL_GPL vmlinux 0x08ac5da3 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x08db9672 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x08f0aeb6 ata_sas_port_async_resume +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x092c2a7a irq_domain_add_tree +EXPORT_SYMBOL_GPL vmlinux 0x093668e4 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0x09469482 kfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x0962d0e8 irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x099fa8ea ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x0a2aa7a5 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x0a387a8c inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x0a5062f4 inet_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x0a5ceba2 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x0a86eb63 ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x0a893008 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x0a9a6fe7 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x0ae09d19 cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0x0aebf558 xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x0af23a24 __get_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x0afd4610 zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0x0b018e41 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b19ed7c apei_estatus_check_header +EXPORT_SYMBOL_GPL vmlinux 0x0b24223c wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0x0b2a0d73 inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x0b3b6ee8 acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0x0b52e502 apei_resources_add +EXPORT_SYMBOL_GPL vmlinux 0x0b59390b __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0b7b6eb3 cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x0b98b7f5 __atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x0b9acf9b rtc_irq_register +EXPORT_SYMBOL_GPL vmlinux 0x0bae62b1 ktime_get_monotonic_offset +EXPORT_SYMBOL_GPL vmlinux 0x0bbd628b ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x0bc4ac46 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0x0bfa3a19 rcu_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x0c0416c3 pwm_disable +EXPORT_SYMBOL_GPL vmlinux 0x0c0c015e ring_buffer_swap_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0c24c40e input_class +EXPORT_SYMBOL_GPL vmlinux 0x0c2cdbf1 synchronize_sched +EXPORT_SYMBOL_GPL vmlinux 0x0c62b816 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x0c805f93 clflush_cache_range +EXPORT_SYMBOL_GPL vmlinux 0x0c9f3427 ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x0cc1e40f crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x0cc69ef6 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x0cd8e64b wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x0cdfb3e2 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x0cfa28c1 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x0d018f0d extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x0d15e99f sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0x0d437ab2 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x0d85890f pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x0da5232f cpufreq_frequency_table_target +EXPORT_SYMBOL_GPL vmlinux 0x0da5d273 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x0ddd2687 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x0deb0ade register_timer_hook +EXPORT_SYMBOL_GPL vmlinux 0x0e02177e rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x0e0de306 acpi_dev_pm_detach +EXPORT_SYMBOL_GPL vmlinux 0x0e12ca8c ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x0e13cb4d apei_resources_release +EXPORT_SYMBOL_GPL vmlinux 0x0e734714 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x0ebf8b6a netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL vmlinux 0x0f0f901b ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x0f16cfff fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0x0f221bbe __ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x0f40cb2e inet6_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x0f50db1a adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x0f60af9d cpufreq_governor_dbs +EXPORT_SYMBOL_GPL vmlinux 0x0f6a0115 usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x0f751aea input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0x0f7e181e net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x0f8efbcb usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x0fa138de xen_hvm_need_lapic +EXPORT_SYMBOL_GPL vmlinux 0x0fafad00 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0x0fb3ef57 pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x0fb5da7a pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x0fb6f63f srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x0fc01e9f static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x0fcc1969 copy_from_user_nmi +EXPORT_SYMBOL_GPL vmlinux 0x0fdfd63e btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x0fe2d570 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0x0feebd41 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x0ffa6542 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x100c48a2 unregister_dock_notifier +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x101f77e9 dbs_check_cpu +EXPORT_SYMBOL_GPL vmlinux 0x10291853 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x102ac469 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0x10528f74 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x10973500 cgroup_next_descendant_post +EXPORT_SYMBOL_GPL vmlinux 0x10c0482e gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x10c2ca77 crypto_lookup_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x10c9d678 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x10e485b3 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer +EXPORT_SYMBOL_GPL vmlinux 0x1172ce54 rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0x11768391 __module_text_address +EXPORT_SYMBOL_GPL vmlinux 0x117c7305 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x11b7dea8 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x11c9c6b6 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x11cd2472 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x11f447ce __gpio_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x11f59b39 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1210b69f cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x121a962d usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x121ed3f3 add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0x122e97e3 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x124c44df ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x124f2056 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x1258d9d9 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x1268f357 resume_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0x126f4e64 pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x12f75a67 scsi_internal_device_block +EXPORT_SYMBOL_GPL vmlinux 0x1314eb2d vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x13391ee1 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x1347fe20 ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x134e8d2f unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x135cf8c5 aead_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0x136c526e class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x136df016 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init +EXPORT_SYMBOL_GPL vmlinux 0x139c8bba shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0x13b2a946 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x13b9cd66 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x13c4cddc ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0x13d1c8e5 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0x13f3e3fb klist_init +EXPORT_SYMBOL_GPL vmlinux 0x140b85f5 regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x14284309 pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x143e0f77 iommu_domain_set_attr +EXPORT_SYMBOL_GPL vmlinux 0x14521a0f blk_queue_flush +EXPORT_SYMBOL_GPL vmlinux 0x1454f5db crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x145784d1 gdt_page +EXPORT_SYMBOL_GPL vmlinux 0x1482c5ac bio_alloc_mddev +EXPORT_SYMBOL_GPL vmlinux 0x14a25ea0 __cpufreq_driver_getavg +EXPORT_SYMBOL_GPL vmlinux 0x14a3a85a rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x14c60a66 wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x14d57310 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x14e91601 hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0x14ee54b0 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x15010e1f arbitrary_virt_to_machine +EXPORT_SYMBOL_GPL vmlinux 0x151512b3 cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x15194534 scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0x153a0c91 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0x15568631 lookup_address +EXPORT_SYMBOL_GPL vmlinux 0x155d2b8e regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x158358c2 rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x15892417 async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1598dc9d unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x15b0606e e820_any_mapped +EXPORT_SYMBOL_GPL vmlinux 0x15b746c3 rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x15bcc4ed devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x15d9bae4 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x15f246cb blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x16000a3c dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x162bc729 ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x16363e97 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x1650bf27 rcutorture_record_progress +EXPORT_SYMBOL_GPL vmlinux 0x16548213 adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x1693bc5d pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x169bc500 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0x16c57b0c unregister_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x16cf1f45 led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0x16fffede debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x171b577b unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x172e72d4 vdso_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1750734a rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x175d2604 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x17614bf3 apei_resources_sub +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x179473f6 ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0x1829b9ed hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x1853653c btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x18582826 amd_pmu_disable_virt +EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x186e48b0 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x1874c4cd pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x1878f62b edac_err_assert +EXPORT_SYMBOL_GPL vmlinux 0x18ca8c5e wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x18e2c347 dev_pm_qos_remove_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x18f48b43 register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x18f4befd spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x18f83fab gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0x18fc6174 i2c_new_device +EXPORT_SYMBOL_GPL vmlinux 0x1920101d pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x1935e19b fuse_request_send_background +EXPORT_SYMBOL_GPL vmlinux 0x193d48e0 trace_current_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x19496284 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x194b3f82 ata_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x196614ce hw_breakpoint_restore +EXPORT_SYMBOL_GPL vmlinux 0x196c619e thermal_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x1974ee47 pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x1995a268 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19a39e8f da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x19bc3999 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x19fc7f60 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x1a082d69 max77693_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x1a323362 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x1a3bbdd5 fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0x1a3bc6b2 crypto_givcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x1a6d2fb1 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1a86c3ad sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0x1a955003 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x1ad83009 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x1ae0e135 tracing_generic_entry_update +EXPORT_SYMBOL_GPL vmlinux 0x1b1f2bda speedstep_get_freqs +EXPORT_SYMBOL_GPL vmlinux 0x1b341a0a raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x1b4ce589 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x1b52db1c probe_kernel_read +EXPORT_SYMBOL_GPL vmlinux 0x1b53aecf iommu_group_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1b5e5ddd tpm_remove_hardware +EXPORT_SYMBOL_GPL vmlinux 0x1b60ed37 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x1b637e50 __pci_complete_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x1b946d7c crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x1b9aca3f jprobe_return +EXPORT_SYMBOL_GPL vmlinux 0x1badb822 register_mce_write_callback +EXPORT_SYMBOL_GPL vmlinux 0x1bfcde4f power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1c0b8aa2 usb_string +EXPORT_SYMBOL_GPL vmlinux 0x1c44cd90 usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x1c52c63c ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c6ec6dc spi_unregister_master +EXPORT_SYMBOL_GPL vmlinux 0x1c7bd81e fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c96a811 sis_info133_for_sata +EXPORT_SYMBOL_GPL vmlinux 0x1cec57a2 rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x1cffc4df RSA_public_key_algorithm +EXPORT_SYMBOL_GPL vmlinux 0x1d39a152 pci_sriov_migration +EXPORT_SYMBOL_GPL vmlinux 0x1d415f31 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x1d459685 xstate_size +EXPORT_SYMBOL_GPL vmlinux 0x1d58ae14 lpddr2_jedec_timings +EXPORT_SYMBOL_GPL vmlinux 0x1d62f36a driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x1d6cbc0e unregister_efivars +EXPORT_SYMBOL_GPL vmlinux 0x1d739e1c xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table +EXPORT_SYMBOL_GPL vmlinux 0x1d7ba97a ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x1da12bd6 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x1da4355b spi_sync +EXPORT_SYMBOL_GPL vmlinux 0x1dc08b4d vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x1dc4fe38 pci_enable_pri +EXPORT_SYMBOL_GPL vmlinux 0x1dd50e76 power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0x1e000879 hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0x1e25c768 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x1e2eabca subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0x1e314b21 regulator_use_dummy_regulator +EXPORT_SYMBOL_GPL vmlinux 0x1e3a88fb trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x1e4d1c99 blkcipher_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x1e6832a3 pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e9d3d21 inet_hashinfo_init +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ec1746b ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x1ec5fd1d wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x1ed7a1f5 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x1edc21cb hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x1ee58200 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x1f1988f7 hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x1f215226 regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0x1f4d1ae8 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x1f6831df regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x1f6a7b09 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8db7f9 ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x1f8ec1b3 acpi_get_pci_rootbridge_handle +EXPORT_SYMBOL_GPL vmlinux 0x1f973ff9 xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x1fb6f8e1 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0x1fcece42 inet_twdr_twcal_tick +EXPORT_SYMBOL_GPL vmlinux 0x1fcf8f3e spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0x1fdd1852 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x20234144 acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x203813d1 flush_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x2043f1af led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x206d6636 ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0x208e8083 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0x209ec764 xen_event_channel_op_compat +EXPORT_SYMBOL_GPL vmlinux 0x20a94fb3 crypto_alg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x20bc3470 orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x20c52dce dm_requeue_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0x21023985 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x210c33a2 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x21141610 ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x21269a2e m2p_remove_override +EXPORT_SYMBOL_GPL vmlinux 0x212c167a usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x214bafe4 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x21728f85 blkcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x2185a716 xen_swiotlb_sync_sg_for_device +EXPORT_SYMBOL_GPL vmlinux 0x219e0f48 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x21e8c709 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x22064b92 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x221c3d38 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x224dc7b0 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0x2295ddbf noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x2296c00d crypto_attr_u32 +EXPORT_SYMBOL_GPL vmlinux 0x22c03af0 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x22f9375e crypto_aead_type +EXPORT_SYMBOL_GPL vmlinux 0x2302bca4 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x231bfacd lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0x232c2c7b ata_sas_port_async_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2360f855 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x23679939 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x23e2efbf pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x23e7a879 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x23f79053 acpi_dev_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x240580a9 xenbus_probe +EXPORT_SYMBOL_GPL vmlinux 0x24137ee0 timed_output_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x24300819 tasklet_hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x2447533c ktime_get_real +EXPORT_SYMBOL_GPL vmlinux 0x247ef831 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x24aac4d9 crypto_aes_expand_key +EXPORT_SYMBOL_GPL vmlinux 0x24c7698a xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x24d20c46 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x24dfb53f usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x24e1149f scsi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x24e46b1c __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24fc46b6 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x252c2c5b debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x2545c170 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x2555a1c3 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x257d9df7 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x25b98098 xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0x25c8c131 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x25c96419 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x25d80346 relay_open +EXPORT_SYMBOL_GPL vmlinux 0x260047ee ata_acpi_gtm_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x26287c9e platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x262f20a8 local_clock +EXPORT_SYMBOL_GPL vmlinux 0x263ff0b0 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x2664afb1 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x26b71fb4 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x26bd32da tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x26c48243 wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26cbf468 unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x2711df63 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0x27280b7e ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x2781faae pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0x278452bb crypto_unregister_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x2787db00 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x278ec596 firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x279cb985 apei_exec_pre_map_gars +EXPORT_SYMBOL_GPL vmlinux 0x279d33ce led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x27b72936 dma_buf_unmap_attachment +EXPORT_SYMBOL_GPL vmlinux 0x27c1e63f usb_amd_find_chipset_info +EXPORT_SYMBOL_GPL vmlinux 0x27dfde63 queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x27e9586c get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0x27ed9292 rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x2807410b inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x280e4516 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x2815d584 pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x28221b40 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x282e627e pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x283031cd subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x2838ec9d xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x28588162 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x2869ebaf regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x289093d1 seq_open_net +EXPORT_SYMBOL_GPL vmlinux 0x28a82da4 snmp_mib_init +EXPORT_SYMBOL_GPL vmlinux 0x28a903c8 timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x28b7dba1 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x28d664ff __raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x28da99b5 crypto_init_shash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x29059b53 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x293f073e vrtc_cmos_write +EXPORT_SYMBOL_GPL vmlinux 0x29500622 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x298aa5e7 swiotlb_tbl_sync_single +EXPORT_SYMBOL_GPL vmlinux 0x298db780 rtc_irq_set_freq +EXPORT_SYMBOL_GPL vmlinux 0x29b4c41f class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x29b857f1 acpi_dev_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x2a14a23f dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x2a496288 sysfs_get +EXPORT_SYMBOL_GPL vmlinux 0x2a5a52c2 platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0x2a678a13 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x2aa617cf mce_unregister_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0x2aace37f usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x2abde2ac rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x2ac36de7 btree_last +EXPORT_SYMBOL_GPL vmlinux 0x2ad1ece4 zs_get_total_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2aee9761 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x2b027cef ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x2b3812f9 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0x2b6579c3 get_kernel_page +EXPORT_SYMBOL_GPL vmlinux 0x2b67f096 speedstep_get_frequency +EXPORT_SYMBOL_GPL vmlinux 0x2b6efc85 acpi_bus_trim +EXPORT_SYMBOL_GPL vmlinux 0x2b8a2f95 __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x2be7fb8e disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x2c18bda0 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0x2c1f8706 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c554e6b swiotlb_tbl_map_single +EXPORT_SYMBOL_GPL vmlinux 0x2c6a0410 xen_set_domain_pte +EXPORT_SYMBOL_GPL vmlinux 0x2c7d9c64 xen_store_interface +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c828c4d sec_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x2ca4ebcd regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x2cbd45b5 ablkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x2ce98559 kcrypto_wq +EXPORT_SYMBOL_GPL vmlinux 0x2cea32ee unregister_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0x2cf7fc49 sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x2d1540b0 crypto_alloc_instance +EXPORT_SYMBOL_GPL vmlinux 0x2d17a0e1 cgroup_taskset_size +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d1d5ae1 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x2d2d5c2a led_trigger_store +EXPORT_SYMBOL_GPL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL_GPL vmlinux 0x2d3f0986 rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x2d4eb400 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x2d59c954 edac_handlers +EXPORT_SYMBOL_GPL vmlinux 0x2d90c17e dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x2d919c46 ftrace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x2d95a858 ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x2d9f2ce3 sched_clock_idle_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x2dbce616 acpi_dev_get_resources +EXPORT_SYMBOL_GPL vmlinux 0x2dcc78c7 seq_release_net +EXPORT_SYMBOL_GPL vmlinux 0x2def5525 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x2e03cabe __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2e45e488 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x2e8b6c8c __pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2edcc2f8 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x2f04323f crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x2f0cb565 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x2f3717a8 da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register +EXPORT_SYMBOL_GPL vmlinux 0x2f47d8c7 cpufreq_frequency_get_table +EXPORT_SYMBOL_GPL vmlinux 0x2f6f6f27 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x2f857551 machine_check_poll +EXPORT_SYMBOL_GPL vmlinux 0x2f8e3cbd irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x2ff6d735 pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0x3004b269 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x30321d0a skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x30386e21 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x307ead7f register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x308b733a getboottime +EXPORT_SYMBOL_GPL vmlinux 0x30a4f4ca bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x30ac3c66 spi_busnum_to_master +EXPORT_SYMBOL_GPL vmlinux 0x3109b751 cpu_clock +EXPORT_SYMBOL_GPL vmlinux 0x310abe56 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x3117a875 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x318920b1 register_dock_notifier +EXPORT_SYMBOL_GPL vmlinux 0x31a478c7 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x31c0c2d1 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31ecb9a5 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x31f770fb inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x32028ae1 pwm_enable +EXPORT_SYMBOL_GPL vmlinux 0x3209f6a1 nfq_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x325e677c gnttab_grant_foreign_transfer_ref +EXPORT_SYMBOL_GPL vmlinux 0x327d788c inet_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x32924a4d scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x329bbbde timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x329bfa90 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x32b31a8c ktime_get_boottime +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32cbb004 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x32d38ea6 spi_async +EXPORT_SYMBOL_GPL vmlinux 0x32d46061 acpi_device_power_state +EXPORT_SYMBOL_GPL vmlinux 0x32fd447a monotonic_to_bootbased +EXPORT_SYMBOL_GPL vmlinux 0x32fd4b62 __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0x333228ec intel_msic_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x336154ca rcutorture_record_test_transition +EXPORT_SYMBOL_GPL vmlinux 0x3377be7e skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x3381c10c debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x33a7c68c crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x33b96e5d apei_exec_write_register +EXPORT_SYMBOL_GPL vmlinux 0x33d5743f __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0x33f09d90 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0x340b52e5 mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x340b764f device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x3441c3d6 gpio_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x345cd5bd regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x346f8c20 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x347d2751 regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x347fd4b3 eventfd_ctx_get +EXPORT_SYMBOL_GPL vmlinux 0x3493dfd4 tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0x34ac50a4 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x34d5e280 tpm_add_ppi +EXPORT_SYMBOL_GPL vmlinux 0x34ddb360 crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x34e09824 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0x34f50d41 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x351e58e8 dma_buf_kunmap +EXPORT_SYMBOL_GPL vmlinux 0x352650ee gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0x355a55a3 pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x3560bfbd jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0x35850434 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x3597bec9 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x3599eeb3 iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x35aebd16 i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x35dfd55f crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x35e24c96 balloon_devinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x35f3ae51 unix_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x361e2bcc save_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0x36a2b07d virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x36b5497e intel_iommu_enabled +EXPORT_SYMBOL_GPL vmlinux 0x36ba2551 intel_scu_devices_destroy +EXPORT_SYMBOL_GPL vmlinux 0x36c51ac0 get_dcookie +EXPORT_SYMBOL_GPL vmlinux 0x36f91f32 dma_buf_vunmap +EXPORT_SYMBOL_GPL vmlinux 0x3700154c pkey_hash_algo +EXPORT_SYMBOL_GPL vmlinux 0x37031d60 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x37078605 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x371a0a0a pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x371e3f79 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x37507ade wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0x376d62cb crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x37823a7f fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x37a4090f css_lookup +EXPORT_SYMBOL_GPL vmlinux 0x37cf0abe rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x37f69414 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x382145a6 sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x38331751 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x383403a1 devm_pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x3841ab01 unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x38620e38 gnttab_grant_foreign_access_trans_ref +EXPORT_SYMBOL_GPL vmlinux 0x387ebf10 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x389b9c9a bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x38a9c2c7 input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x38bc23cd tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0x38ccfb76 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x38e78198 tpm_show_pcrs +EXPORT_SYMBOL_GPL vmlinux 0x3921ed7a __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x394f71fd n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0x39661973 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x3978dc08 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0x39821aef dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x39e670aa kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x39f424eb fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x3a03172e ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0x3a26ed11 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0x3a38dc65 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a81993a irq_create_strict_mappings +EXPORT_SYMBOL_GPL vmlinux 0x3a99d30a shash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad3eab1 xen_swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0x3ad89063 dm_set_device_limits +EXPORT_SYMBOL_GPL vmlinux 0x3ad8f21d arizona_set_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x3b103cc4 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x3b211d02 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x3b2cb8ec spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x3b356333 usb_acpi_power_manageable +EXPORT_SYMBOL_GPL vmlinux 0x3b4be9d8 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x3b5ca7e8 max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x3b7145bb apei_exec_read_register_value +EXPORT_SYMBOL_GPL vmlinux 0x3b935321 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x3ba3c81b platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3bb17751 pci_pri_status +EXPORT_SYMBOL_GPL vmlinux 0x3bbcf38a virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x3be89d3c usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x3bfed461 unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x3c15eee8 filter_current_check_discard +EXPORT_SYMBOL_GPL vmlinux 0x3c2ba131 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0x3c7f8f39 device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x3c92d8cb extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x3c9390db pci_vpd_find_tag +EXPORT_SYMBOL_GPL vmlinux 0x3c942368 profile_event_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3cac21b9 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x3cb0b0d3 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cd2ae5e wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x3ce8cbea rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x3cf1ae1d posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3cfedb3f register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x3d0ebc56 xen_unmap_domain_mfn_range +EXPORT_SYMBOL_GPL vmlinux 0x3d241c84 ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x3d2cecd0 agp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d5cff5b crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0x3d620976 da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x3d672532 __init_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x3d7ea99a gnttab_grant_foreign_transfer +EXPORT_SYMBOL_GPL vmlinux 0x3d867349 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x3d914df8 scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0x3d97c0d6 device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x3dc672c5 __rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x3dc916b6 crypto_fl_tab +EXPORT_SYMBOL_GPL vmlinux 0x3dd4d3a7 bprintf +EXPORT_SYMBOL_GPL vmlinux 0x3dde0e07 amd_get_nb_id +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3e042f8e pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x3e19eb28 thermal_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x3e4db22e sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e757637 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0x3e7f0dfc __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x3e9919a0 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x3ea0b66d pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup +EXPORT_SYMBOL_GPL vmlinux 0x3ecb1ce1 __mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x3ee53730 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x3efb35c9 get_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0x3f10dbe8 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x3f229c4c oops_begin +EXPORT_SYMBOL_GPL vmlinux 0x3f24f3d1 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x3f56d8ff ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x3f84d4c9 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x3f8cf667 rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x3fa08da1 arizona_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x3fa7b7c3 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x3faf1efd wm8994_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x3fca5977 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0x3fe92d0a mce_register_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0x4031dbf4 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x405dffa8 sk_unattached_filter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x40645885 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x4068d0ed udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x40af0dec ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0x40d46b21 crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x40fb3e88 xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0x410b49b9 spi_alloc_master +EXPORT_SYMBOL_GPL vmlinux 0x412938f2 acpi_dev_resource_address_space +EXPORT_SYMBOL_GPL vmlinux 0x412a7d23 ata_do_eh +EXPORT_SYMBOL_GPL vmlinux 0x413a6c64 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x41439a04 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4150815a __blkg_release +EXPORT_SYMBOL_GPL vmlinux 0x41563503 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x41584375 gpiochip_add +EXPORT_SYMBOL_GPL vmlinux 0x417b7248 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x418d5be8 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x41931a3b xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0x41c723f0 crypto_larval_lookup +EXPORT_SYMBOL_GPL vmlinux 0x41cf0d3d device_create_vargs +EXPORT_SYMBOL_GPL vmlinux 0x41e1064f acpi_get_gpio +EXPORT_SYMBOL_GPL vmlinux 0x41f7f245 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0x4205ad24 cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x42160169 flush_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x4240196a inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x424acc6d scatterwalk_done +EXPORT_SYMBOL_GPL vmlinux 0x427cd3a4 elv_register +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x428c25a3 unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x42a5214c ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x42ad3066 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x42c989ff iomap_atomic_prot_pfn +EXPORT_SYMBOL_GPL vmlinux 0x42f36621 wm5110_aod +EXPORT_SYMBOL_GPL vmlinux 0x42fa05d5 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x432fd7f6 __gpio_set_value +EXPORT_SYMBOL_GPL vmlinux 0x4353a66c usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0x435968f4 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x435e6c6e crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x437624e4 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0x437c8994 dma_buf_kmap +EXPORT_SYMBOL_GPL vmlinux 0x4383979b pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x439239df platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x4396985f usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x4396b273 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x43a53735 __alloc_workqueue_key +EXPORT_SYMBOL_GPL vmlinux 0x43acd469 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0x43c09841 spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x43f56e82 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x44072708 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0x4412d1be sk_unattached_filter_create +EXPORT_SYMBOL_GPL vmlinux 0x4425cad4 isa_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x44404f11 kdb_register_repeat +EXPORT_SYMBOL_GPL vmlinux 0x4455e1b3 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x446dc3e6 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x44c9c945 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x44cc9c55 klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x4512b086 intel_scu_devices_create +EXPORT_SYMBOL_GPL vmlinux 0x45279a6b usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x452f4a4f iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0x453cfb38 cgroup_taskset_cur_cgroup +EXPORT_SYMBOL_GPL vmlinux 0x4541fe0d mtrr_state +EXPORT_SYMBOL_GPL vmlinux 0x454c9143 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x455827ff dma_buf_fd +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x4575aec8 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0x458486e1 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0x45882605 pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x45afc776 task_current_syscall +EXPORT_SYMBOL_GPL vmlinux 0x45bf1ff3 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x45d14bdf hypercall_page +EXPORT_SYMBOL_GPL vmlinux 0x45dccbd0 css_depth +EXPORT_SYMBOL_GPL vmlinux 0x45e27198 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x45f901a7 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x46074c17 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x460f31aa rodata_test_data +EXPORT_SYMBOL_GPL vmlinux 0x460f7531 wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x46566be8 xen_remap_domain_mfn_range +EXPORT_SYMBOL_GPL vmlinux 0x46573785 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0x466297f8 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x46676d88 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x4672e88b __crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x467ad1a6 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x468be3e1 dm_dispatch_request +EXPORT_SYMBOL_GPL vmlinux 0x46a2eae3 fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x470d07fe pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x471aaa8c dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x472bce7b ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0x474139ab rt_mutex_timed_lock +EXPORT_SYMBOL_GPL vmlinux 0x4782674b bio_clone_mddev +EXPORT_SYMBOL_GPL vmlinux 0x478a874d regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0x479df2dc usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0x47af38d5 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x47b7a957 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x47d8d6a4 xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0x47d984f4 acpi_dev_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x47ff399f regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x4812263e wm8400_block_read +EXPORT_SYMBOL_GPL vmlinux 0x48682db9 perf_guest_get_msrs +EXPORT_SYMBOL_GPL vmlinux 0x489ae0bc pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x48a488a0 sysctl_tcp_cookie_size +EXPORT_SYMBOL_GPL vmlinux 0x48ab5da7 pkey_algo +EXPORT_SYMBOL_GPL vmlinux 0x48ba48fc scsi_internal_device_unblock +EXPORT_SYMBOL_GPL vmlinux 0x48d587b8 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x48d6b83d debugfs_remove_recursive +EXPORT_SYMBOL_GPL vmlinux 0x490209e1 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x491125ff edac_subsys +EXPORT_SYMBOL_GPL vmlinux 0x4925dfb3 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x49279f18 rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x493de3de srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x493f1b50 rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x4971f836 blk_rq_err_bytes +EXPORT_SYMBOL_GPL vmlinux 0x497afe80 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x4982a57f probe_kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x498d293a trace_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49c14e13 init_fpu +EXPORT_SYMBOL_GPL vmlinux 0x49db8db4 register_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x4a01e08d device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x4a32f6af md_stop +EXPORT_SYMBOL_GPL vmlinux 0x4a393c96 fuse_put_request +EXPORT_SYMBOL_GPL vmlinux 0x4a7946e2 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x4a80e19f pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x4a946722 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0x4ae0a373 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x4af78c3c xen_swiotlb_sync_single_for_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4af93af4 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x4afb573b vrtc_cmos_read +EXPORT_SYMBOL_GPL vmlinux 0x4b05c084 iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x4b076147 uncache_firmware +EXPORT_SYMBOL_GPL vmlinux 0x4b694bf9 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x4b93df89 async_schedule_domain +EXPORT_SYMBOL_GPL vmlinux 0x4bb79f6b __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4bc62a81 audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0x4bdd59a5 serial8250_rx_dma +EXPORT_SYMBOL_GPL vmlinux 0x4c0ef118 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x4c103599 kill_pid_info_as_cred +EXPORT_SYMBOL_GPL vmlinux 0x4c10d14d __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x4c1303e6 dma_buf_begin_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x4c16f764 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0x4c226410 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x4c39c9f6 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0x4c3aa4b2 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x4c4d545f clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x4c5faf12 blk_queue_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x4c60643d __css_tryget +EXPORT_SYMBOL_GPL vmlinux 0x4c61c058 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x4c759827 byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x4c87b7ac ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x4ca62942 add_to_page_cache_lru +EXPORT_SYMBOL_GPL vmlinux 0x4cc05cdc usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0x4cd7b9f8 ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x4d382474 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x4d5833a4 xen_pci_frontend +EXPORT_SYMBOL_GPL vmlinux 0x4d910805 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0x4dc0683b crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0x4df76e64 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x4df7cbaf wm8994_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x4e0385ec register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0x4e06808c wait_for_tpm_stat +EXPORT_SYMBOL_GPL vmlinux 0x4e109192 ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0x4e242f5f pstore_cannot_block_path +EXPORT_SYMBOL_GPL vmlinux 0x4e38d5f7 dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x4e57723d apei_read +EXPORT_SYMBOL_GPL vmlinux 0x4e5b7a1e tps65912_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x4e74e625 gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0x4eb79ab6 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x4ed6e906 blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x4eed2394 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4f167256 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x4f1ccf7d dev_pm_qos_add_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4f4291ed sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x4f4c9445 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x4f84b893 tpm_show_temp_deactivated +EXPORT_SYMBOL_GPL vmlinux 0x4f99a026 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x4fd4e89d ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4fd6f3e5 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4ff7aa8d pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x5031b35e fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0x506691f1 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x506cc085 tracepoint_iter_stop +EXPORT_SYMBOL_GPL vmlinux 0x5085c705 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0x5086ac3a alg_test +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x50c89f23 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x50da0539 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x5108b3fc acpi_os_map_memory +EXPORT_SYMBOL_GPL vmlinux 0x513bfd6c ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0x51407983 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x5161359d exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x517580f8 crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x5181da86 pci_msi_off +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x51884b52 xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0x518c2fc6 hpet_rtc_dropped_irq +EXPORT_SYMBOL_GPL vmlinux 0x51af94f9 usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL vmlinux 0x52212010 __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x522a1ff1 usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x5247ef7a screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x5257ee54 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0x525f82e2 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x5263acd3 file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x52759cd8 rio_get_device +EXPORT_SYMBOL_GPL vmlinux 0x52803f55 wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x528e9d3a xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0x529e9763 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x529fe160 xen_swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL_GPL vmlinux 0x52ba3018 bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x52c523fe pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x52ec3d52 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x52f7404d xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0x530ecbf4 lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x531e2944 devm_kzalloc +EXPORT_SYMBOL_GPL vmlinux 0x532a2f76 acpi_get_pci_dev +EXPORT_SYMBOL_GPL vmlinux 0x5346bccc extcon_get_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x534898e2 stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0x5354158d blkg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5358fc36 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x53614269 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x5372dede unregister_acpi_bus_notifier +EXPORT_SYMBOL_GPL vmlinux 0x53902dbb usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x5396c9ac rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x53986488 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x539f157b pci_xen_swiotlb_init_late +EXPORT_SYMBOL_GPL vmlinux 0x53a3e486 regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x53a88099 sysfs_notify_dirent +EXPORT_SYMBOL_GPL vmlinux 0x5404303b pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x5419b652 cgroup_taskset_next +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x5460c8d8 fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x54aa29d6 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x54b29f41 regmap_update_bits_check +EXPORT_SYMBOL_GPL vmlinux 0x54b8ac68 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0x54c09139 __get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x54c1237c extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x54ce3c65 unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x551987ac power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x552a7703 __scsi_get_command +EXPORT_SYMBOL_GPL vmlinux 0x553267b7 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5546a9d4 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x55526907 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x55bff7c1 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x55e7581f pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x55f18960 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x56176b91 wm8994_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x56227595 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x56398615 mark_tsc_unstable +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x5646b97f device_del +EXPORT_SYMBOL_GPL vmlinux 0x564f1dca klist_add_after +EXPORT_SYMBOL_GPL vmlinux 0x56504931 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x5654f836 erst_get_record_id_next +EXPORT_SYMBOL_GPL vmlinux 0x565b6892 uuid_le_gen +EXPORT_SYMBOL_GPL vmlinux 0x56886b19 scatterwalk_map +EXPORT_SYMBOL_GPL vmlinux 0x56947347 dmi_walk +EXPORT_SYMBOL_GPL vmlinux 0x56a2eb41 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x56b63670 lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up +EXPORT_SYMBOL_GPL vmlinux 0x56dfa4c2 pm_generic_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x56e75d47 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x56f64680 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0x5733d762 acpi_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x574779a5 proc_net_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x57581e3d pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x5779d445 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0x57985530 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57de914a ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x57fdd81f invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x5838de73 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x5839fc62 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x58413099 ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x58736736 bmp085_remove +EXPORT_SYMBOL_GPL vmlinux 0x58b2d799 device_init_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x58ba74db platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x58c877a5 pci_renumber_slot +EXPORT_SYMBOL_GPL vmlinux 0x58d74bb8 tpm_open +EXPORT_SYMBOL_GPL vmlinux 0x58fe9409 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x59281a7e ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x59322c0a vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x593e116f class_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5947abbe max77693_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x594aa449 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x595bfc66 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x599bc42a pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x59a1a038 regmap_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x59a66369 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x59b5f99e lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0x59dc6333 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x59e2743e call_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0x59eae699 ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x5a0ae549 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x5a0afb57 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0x5a2b1b67 gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x5a48534a regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x5a7ae1b5 iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a8b086b dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x5ac6261d cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x5ad500ad relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x5af03a28 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x5b015e6c ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0x5b4f11c1 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0x5b628c9d ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x5b94e2e8 arizona_dev_exit +EXPORT_SYMBOL_GPL vmlinux 0x5bab93c7 sock_prot_inuse_add +EXPORT_SYMBOL_GPL vmlinux 0x5bd0a134 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x5be569bf ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5bfc03c3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5c10670c crypto_rng_type +EXPORT_SYMBOL_GPL vmlinux 0x5c350271 acpi_subsys_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x5c8e7d78 raw_seq_open +EXPORT_SYMBOL_GPL vmlinux 0x5c9442ad xenbus_map_ring +EXPORT_SYMBOL_GPL vmlinux 0x5cbb2f68 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x5ce8ded1 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x5d12e48f input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0x5d366dec gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x5d48a650 m2p_find_override_pfn +EXPORT_SYMBOL_GPL vmlinux 0x5d730e7b raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5d87c067 register_acpi_bus_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5dbf1e7a class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x5dd18380 regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x5dd67618 register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5dfa0828 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x5e103c62 cpufreq_frequency_table_cpuinfo +EXPORT_SYMBOL_GPL vmlinux 0x5e14aa39 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x5e490097 xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0x5e4c2935 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x5e51cd74 swiotlb_nr_tbl +EXPORT_SYMBOL_GPL vmlinux 0x5e6254e6 rt_mutex_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5e691a3c debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x5ec16ed9 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x5ecdb867 pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0x5ef85fac arizona_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x5f0c583e debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x5f248f72 set_timer_slack +EXPORT_SYMBOL_GPL vmlinux 0x5f26e06a get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x5f2da8c4 check_tsc_unstable +EXPORT_SYMBOL_GPL vmlinux 0x5f53a560 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0x5f585ddb ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x5f89754e max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0x5fa232de unregister_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x5faf24a9 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x5fc27be9 acpi_dev_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x5fd513c5 extcon_set_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x5fd56f53 crypto_alloc_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x5fdfa2c1 amd_pmu_enable_virt +EXPORT_SYMBOL_GPL vmlinux 0x60227d88 xen_swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0x60506751 unmap_kernel_range_noflush +EXPORT_SYMBOL_GPL vmlinux 0x60514f4b ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0x607594fd sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x608d0ece agp_remove_bridge +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60a8fdec ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x60ad6644 sec_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x60cd73ed pv_apic_ops +EXPORT_SYMBOL_GPL vmlinux 0x60db0856 stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x611006d5 apic +EXPORT_SYMBOL_GPL vmlinux 0x6114d8a4 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x611611ed spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x61634f05 lock_flocks +EXPORT_SYMBOL_GPL vmlinux 0x616b7f9c __mrst_cpu_chip +EXPORT_SYMBOL_GPL vmlinux 0x618f3c45 hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x61a1f33a max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x61bafba9 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0x61ecc9ae crypto_attr_alg2 +EXPORT_SYMBOL_GPL vmlinux 0x61f7e272 blkio_subsys +EXPORT_SYMBOL_GPL vmlinux 0x623803c8 hest_disable +EXPORT_SYMBOL_GPL vmlinux 0x624a6406 hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x62506704 pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x62a138ba pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x62e1beb5 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x62fc00bb pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x63205de1 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x63443a6e sock_update_netprioidx +EXPORT_SYMBOL_GPL vmlinux 0x635ec980 apei_exec_post_unmap_gars +EXPORT_SYMBOL_GPL vmlinux 0x6390f96e pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x63992a21 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x63a3b70f crypto_init_ahash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x63d954af regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x63d9c5c1 get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0x63ea7aa5 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0x64256424 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0x643b157b md_ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x647b1e1d iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x64cae0b9 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x65169169 put_device +EXPORT_SYMBOL_GPL vmlinux 0x651d3093 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x6527a231 dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x653cb02d intel_msic_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x654c318f ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x655c6efd wm5102_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x6592c5e7 __blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x659e382e bus_set_iommu +EXPORT_SYMBOL_GPL vmlinux 0x65af8b34 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x65b9098a user_read +EXPORT_SYMBOL_GPL vmlinux 0x65bbbc78 schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65d2afa1 tpm_remove_ppi +EXPORT_SYMBOL_GPL vmlinux 0x65d6d0f0 gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x65fa533b usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x661133cd __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x661af691 stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x6620a63d spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x66268d64 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0x663bb333 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x663c16d6 gnttab_grant_foreign_access_subpage_ref +EXPORT_SYMBOL_GPL vmlinux 0x6641f08d tpm_show_caps +EXPORT_SYMBOL_GPL vmlinux 0x6670d76d usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x66834a62 pci_bus_sem +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x669c18fe pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x66ab62cf sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x66b2a859 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x66c78bd2 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x66c919fa ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x66ca3a9a sec_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x66ca4d50 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x66d5a691 pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66e14a28 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x66f21748 pci_pri_stopped +EXPORT_SYMBOL_GPL vmlinux 0x66f90ee6 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x674e13e1 public_key_destroy +EXPORT_SYMBOL_GPL vmlinux 0x67640a61 pci_cleanup_aer_uncorrect_error_status +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x679ff328 spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x67f57533 pwm_set_polarity +EXPORT_SYMBOL_GPL vmlinux 0x680b34ad __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x6812cf8d __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x681822ec usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x6878bc5d platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x6892088c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x68956406 static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x68b271e8 xenbus_bind_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x68cf9d6f cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0x69175415 css_id +EXPORT_SYMBOL_GPL vmlinux 0x6923ce63 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x6930435c cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x6935477d device_schedule_callback_owner +EXPORT_SYMBOL_GPL vmlinux 0x6939d0c9 tpm_gen_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x693ad413 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0x69447467 ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0x6945725e mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0x69891d67 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0x698a899f ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0x698be398 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x69a19375 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0x69a5c1ab tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x69c4e3da blkg_lookup_create +EXPORT_SYMBOL_GPL vmlinux 0x69e9a2cb ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x69fc6a7c pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a00e6ed device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x6a397050 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x6a5fb566 rcu_sched_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x6a60f007 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x6a7fe9fe anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a9ed846 blk_queue_dma_drain +EXPORT_SYMBOL_GPL vmlinux 0x6aa353f9 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x6aaebdd2 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0x6ab922b2 regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x6aba167a regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x6abf02b7 virtqueue_add_buf +EXPORT_SYMBOL_GPL vmlinux 0x6acad21f acpi_get_cpuid +EXPORT_SYMBOL_GPL vmlinux 0x6ad8f372 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x6af0cd91 __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x6afb628b blk_queue_bypass_start +EXPORT_SYMBOL_GPL vmlinux 0x6b264960 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x6b29a1fa ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0x6b336af3 posix_timer_event +EXPORT_SYMBOL_GPL vmlinux 0x6b3c14d7 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x6b3d5c22 wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x6b418411 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x6b94c408 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x6bd7409b ata_acpi_cbl_80wire +EXPORT_SYMBOL_GPL vmlinux 0x6c0ea5a4 xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0x6c1251fd apei_exec_read_register +EXPORT_SYMBOL_GPL vmlinux 0x6c29194f devres_get +EXPORT_SYMBOL_GPL vmlinux 0x6c49c4f2 clockevents_notify +EXPORT_SYMBOL_GPL vmlinux 0x6c4f9b28 stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0x6c73e1b9 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0x6c749afe __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x6c773931 __lock_page_killable +EXPORT_SYMBOL_GPL vmlinux 0x6c779c94 sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x6c8d5ae8 __gpio_get_value +EXPORT_SYMBOL_GPL vmlinux 0x6cbbe541 usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x6cccfb7e skcipher_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6cdda17a virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x6cf29719 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x6cf4c754 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d31e93b tracepoint_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x6d38c2cc pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0x6d485f99 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x6d4b9ee3 class_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x6d50482c tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x6d5c44f8 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x6d8a5aba xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x6dbca430 crypto_nivaead_type +EXPORT_SYMBOL_GPL vmlinux 0x6e14ebc2 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x6e26e717 sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0x6e5860a5 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0x6e58ddf0 gnttab_end_foreign_transfer_ref +EXPORT_SYMBOL_GPL vmlinux 0x6e6226f4 print_context_stack +EXPORT_SYMBOL_GPL vmlinux 0x6e782c23 iomap_create_wc +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6ea32cff crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x6eb65503 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x6edf3e4e br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x6ef12b78 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x6f0e4fd1 ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x6f1ee69e kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x6f58242b fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x6f60d90f rio_get_asm +EXPORT_SYMBOL_GPL vmlinux 0x6f998eee __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0x6fa19dbb __ip_route_output_key +EXPORT_SYMBOL_GPL vmlinux 0x6fb820a9 blkdev_aio_write +EXPORT_SYMBOL_GPL vmlinux 0x6fccbade ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x6fe3d8cf ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6ffb0aef skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x7004389f blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x700792c8 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x701dccd8 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x703189d7 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x704203b2 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x705e826b dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0x706b3a33 cpufreq_frequency_table_get_attr +EXPORT_SYMBOL_GPL vmlinux 0x7079fe4f ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x707ff1bb ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0x708bd95d irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x708efde1 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x70abb63e inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0x70bb651d __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70eabd20 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x70fcef9b xen_register_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x7109d490 pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0x7124a66a ata_acpi_stm +EXPORT_SYMBOL_GPL vmlinux 0x712b3243 arizona_dev_init +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x71955da0 __blkdev_driver_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x71c60043 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x71dc9998 crypto_il_tab +EXPORT_SYMBOL_GPL vmlinux 0x72076ae0 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x72225675 da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x725bff12 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x7267db00 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x72717357 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x72741f25 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x7285f84f unregister_jprobe +EXPORT_SYMBOL_GPL vmlinux 0x728ff806 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x72b15ca8 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x72b212ff regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x72c4e82d crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x72cadad6 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0x72d3ef66 xenbus_dev_attrs +EXPORT_SYMBOL_GPL vmlinux 0x72d44749 xenbus_grant_ring +EXPORT_SYMBOL_GPL vmlinux 0x72dfe417 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x72e7dafd led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0x72fa16a5 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x72ff0c03 usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x73013896 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x7314e755 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL_GPL vmlinux 0x7350f9de crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x735b1cd6 btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0x738fd248 intel_msic_reg_update +EXPORT_SYMBOL_GPL vmlinux 0x738fd98f sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73afc660 da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x73b565b0 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x73cfba8e tpm_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x741dfda9 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0x74392999 mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x743a165e ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini +EXPORT_SYMBOL_GPL vmlinux 0x7452adff user_return_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x74774424 get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0x748d801a pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0x74954462 timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x74abdafa task_handoff_register +EXPORT_SYMBOL_GPL vmlinux 0x74b78e9b rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x74b8ae70 inet_csk_reqsk_queue_prune +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74c08941 kvm_async_pf_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x74deb10c used_vectors +EXPORT_SYMBOL_GPL vmlinux 0x74e972c6 rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x74ea01e7 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x74f141bc xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x74f54f85 relay_close +EXPORT_SYMBOL_GPL vmlinux 0x75112500 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x7521afb6 leave_mm +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x7564e301 blk_rq_check_limits +EXPORT_SYMBOL_GPL vmlinux 0x75711193 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7577b74a setup_irq +EXPORT_SYMBOL_GPL vmlinux 0x7584c8e7 regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x75859954 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x759f515b platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x75c2b9f1 memalloc_socks +EXPORT_SYMBOL_GPL vmlinux 0x75c8a11c inet_twdr_twkill_work +EXPORT_SYMBOL_GPL vmlinux 0x75e179f4 tpm_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x75e8f3c3 crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x764e4fe8 pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0x764f6898 crypto_lookup_aead +EXPORT_SYMBOL_GPL vmlinux 0x76719f56 pwm_config +EXPORT_SYMBOL_GPL vmlinux 0x7688ccf0 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0x770bd5f8 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x770cf981 tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x77156746 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x771aa5f2 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x77213d8c blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0x77214cea sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x775a6ef5 kvm_read_and_reset_pf_reason +EXPORT_SYMBOL_GPL vmlinux 0x77618501 sysfs_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x77871232 usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x7790adc0 aout_dump_debugregs +EXPORT_SYMBOL_GPL vmlinux 0x779e1f4f debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x77c3ec11 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x77e78218 regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x77e7b7a2 sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0x77e89077 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x77f3f43e blk_queue_bypass_end +EXPORT_SYMBOL_GPL vmlinux 0x77fd6fea blk_queue_bio +EXPORT_SYMBOL_GPL vmlinux 0x780e68ef xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x781f0d59 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x782adb74 hpet_rtc_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x783e61f9 event_storage_mutex +EXPORT_SYMBOL_GPL vmlinux 0x788aa3b2 regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x789757b7 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0x78a3c112 crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x7908376c serial8250_tx_dma +EXPORT_SYMBOL_GPL vmlinux 0x791ef88c __page_file_mapping +EXPORT_SYMBOL_GPL vmlinux 0x792f30b6 gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0x793f4832 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x796c2d48 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x79763252 trace_buffer_unlock_commit_regs +EXPORT_SYMBOL_GPL vmlinux 0x7985e00d bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x7986d786 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x7991fd8d crash_vmclear_loaded_vmcss +EXPORT_SYMBOL_GPL vmlinux 0x79a71c48 kernel_stack_pointer +EXPORT_SYMBOL_GPL vmlinux 0x79c45b28 sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x79ddd9ca cgroup_lock_live_group +EXPORT_SYMBOL_GPL vmlinux 0x79e402ae sysfs_schedule_callback +EXPORT_SYMBOL_GPL vmlinux 0x79e69460 intel_iommu_gfx_mapped +EXPORT_SYMBOL_GPL vmlinux 0x79f08a5c subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x79f9b2e6 ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x7a2e4b44 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7a322d50 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7a4c1438 pv_info +EXPORT_SYMBOL_GPL vmlinux 0x7a7c5175 amd_erratum_383 +EXPORT_SYMBOL_GPL vmlinux 0x7a944007 rcu_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0x7ab3ca18 eventfd_ctx_read +EXPORT_SYMBOL_GPL vmlinux 0x7ab76889 posix_timers_register_clock +EXPORT_SYMBOL_GPL vmlinux 0x7ac8e5b0 acpi_gsi_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x7ae1ae8e cpufreq_frequency_table_put_attr +EXPORT_SYMBOL_GPL vmlinux 0x7b0f1ab3 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x7b1d544d edac_handler_set +EXPORT_SYMBOL_GPL vmlinux 0x7b325ece pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x7b423bcd ablkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x7b6e45f4 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7b923db9 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x7bb756e6 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7bd188e6 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x7bfef978 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x7c1248d9 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x7c12adf3 ata_scsi_simulate +EXPORT_SYMBOL_GPL vmlinux 0x7c671311 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x7c7085ff driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x7c8b43a9 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x7c9f556a hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7cc1b7fd max77693_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cef4d6a irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x7cf1aa77 ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0x7d02ae1c alloc_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x7d44188d rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d8afbd7 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x7dab26b6 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7dc0206d debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x7dc5d0b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7dd47873 crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x7dd703c0 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x7e0a3eb1 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7e0ef97c regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x7e1183c9 async_schedule +EXPORT_SYMBOL_GPL vmlinux 0x7e1ecdc5 register_hotplug_dock_device +EXPORT_SYMBOL_GPL vmlinux 0x7e20877a init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x7e2e835a wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7ec22f9a apei_estatus_check +EXPORT_SYMBOL_GPL vmlinux 0x7ee15a9d shash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x7ee826b9 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0x7ef36c9d sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0x7efe1182 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x7f04ca56 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x7f05145d usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x7f08b7cd rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x7f50e7cf pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x7f64a741 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x7f78a280 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x7f7ff2f9 swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0x7f86d4b1 fpu_finit +EXPORT_SYMBOL_GPL vmlinux 0x7f8ce091 kallsyms_on_each_symbol +EXPORT_SYMBOL_GPL vmlinux 0x7fb1695a sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x7ff10ccf raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x7ffc8718 gpio_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x802317a8 cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x803e50de disk_get_part +EXPORT_SYMBOL_GPL vmlinux 0x803fd0c1 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x805a7ab9 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x8069df3e srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x8098a39f debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80d89249 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x80f3268f __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x80f93279 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x80fc6644 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x810808be ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8115a583 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x8123e676 wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x8149ea54 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0x81796a89 tcp_fetch_timewait_stamp +EXPORT_SYMBOL_GPL vmlinux 0x818b12ab acpi_power_resource_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x81b1b955 pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0x81c244fe usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x81fa065b md_trim_bio +EXPORT_SYMBOL_GPL vmlinux 0x8226642f __gpio_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x822de450 cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x82939ebd rcu_batches_completed_sched +EXPORT_SYMBOL_GPL vmlinux 0x82951685 __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0x82cd19f3 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82dbec19 erst_write +EXPORT_SYMBOL_GPL vmlinux 0x82eefe78 user_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x82f89884 wakeup_source_prepare +EXPORT_SYMBOL_GPL vmlinux 0x83211755 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0x8329e68d register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x833f1584 dma_buf_mmap +EXPORT_SYMBOL_GPL vmlinux 0x835a57d4 platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0x8384e07b key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0x83a5ae2e __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x83c61d99 tpm_show_enabled +EXPORT_SYMBOL_GPL vmlinux 0x840bf4b6 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x843d70ef acpi_is_root_bridge +EXPORT_SYMBOL_GPL vmlinux 0x844d843a sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0x8459a948 acpi_subsys_prepare +EXPORT_SYMBOL_GPL vmlinux 0x845f00d9 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x848a63f6 wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x848cb04b cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0x84bfc927 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x84d55b1e devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x84e83980 arizona_clk32k_enable +EXPORT_SYMBOL_GPL vmlinux 0x85050965 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x85077b08 rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x851de5ae __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x85216155 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0x8545ef59 xen_swiotlb_unmap_sg_attrs +EXPORT_SYMBOL_GPL vmlinux 0x85478a0b inet6_hash_frag +EXPORT_SYMBOL_GPL vmlinux 0x85526eef usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0x856629e7 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x856e8433 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x8570e5e6 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x8571e4a3 extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x8574ca6c gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x85b01f6b ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x85c10896 rcu_batches_completed_bh +EXPORT_SYMBOL_GPL vmlinux 0x85c7f674 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x85d7edfd hpet_set_periodic_freq +EXPORT_SYMBOL_GPL vmlinux 0x85d9b5ad devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0x85fb75f4 usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x862f98a3 xen_create_contiguous_region +EXPORT_SYMBOL_GPL vmlinux 0x863c552c cache_firmware +EXPORT_SYMBOL_GPL vmlinux 0x86527a77 __srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x8656a879 acpi_dev_resource_memory +EXPORT_SYMBOL_GPL vmlinux 0x86623fd7 notify_remote_via_irq +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x86a51007 gnttab_end_foreign_transfer +EXPORT_SYMBOL_GPL vmlinux 0x86aa16e6 klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f8c910 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x8704eb06 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x871bcaa4 irq_find_host +EXPORT_SYMBOL_GPL vmlinux 0x873fbaea edac_atomic_assert_error +EXPORT_SYMBOL_GPL vmlinux 0x87754115 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x87984b16 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x879e203d xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0x87c99a2f pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x87dbaed4 tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x8810ad5e crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0x882de4b4 sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x8831f8b1 kmap_atomic_pfn +EXPORT_SYMBOL_GPL vmlinux 0x883f0eba regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x88485b64 usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x8861cf4f crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b0844e btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x88e3d6a9 swiotlb_tbl_unmap_single +EXPORT_SYMBOL_GPL vmlinux 0x890bb5aa led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x891a5a7f gnttab_max_grant_frames +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x89502f0c gnttab_subpage_grants_available +EXPORT_SYMBOL_GPL vmlinux 0x8956aeae apei_exec_ctx_init +EXPORT_SYMBOL_GPL vmlinux 0x8960befd vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x8a04b9fe tracepoint_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0x8a0e04e7 mmput +EXPORT_SYMBOL_GPL vmlinux 0x8a5c7a80 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0x8a78989f irq_from_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x8a8cb0ac usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x8ab0a789 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x8ab43cf2 tpm_show_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x8ab67510 ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ac5b63e crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x8ad9fd9d __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x8af995aa preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x8afbf7b1 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x8b04668e bind_interdomain_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x8b0bca86 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x8b66f9e0 xen_platform_pci_unplug +EXPORT_SYMBOL_GPL vmlinux 0x8b7026af dm_get_rq_mapinfo +EXPORT_SYMBOL_GPL vmlinux 0x8b752ac1 ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0x8baf4d98 da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x8bcdc51e apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x8bdc44d5 bdi_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c06a108 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x8c0cb2ca fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x8c1558ed dm_kill_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0x8c295c77 ata_sff_busy_sleep +EXPORT_SYMBOL_GPL vmlinux 0x8c38074a unregister_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8c3dcaf4 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x8c421273 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x8c434e4e single_release_net +EXPORT_SYMBOL_GPL vmlinux 0x8c44be5c pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x8c4db1b5 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x8c54f576 ahash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x8c8778ba transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x8c945bf1 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0x8cd9f935 setup_APIC_eilvt +EXPORT_SYMBOL_GPL vmlinux 0x8cdbe225 pci_restore_ats_state +EXPORT_SYMBOL_GPL vmlinux 0x8ce99d92 map_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x8cfc9cf1 device_register +EXPORT_SYMBOL_GPL vmlinux 0x8d03166f ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x8d15430b ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x8d19eef3 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d2ec8c1 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x8d484ec0 i2c_unlock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x8d6aaffd fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x8d76716b sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x8da198fc scsi_register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x8daf33db sysfs_get_dirent +EXPORT_SYMBOL_GPL vmlinux 0x8dcd2db7 xen_swiotlb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x8dede5ec irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x8e1984e5 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8e23c5a5 pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x8e343fb2 devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0x8e6d834d usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0x8e7093a3 ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x8ea0fc61 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x8eacd086 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x8ebd1718 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x8ec6e9d6 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x8edfb574 injectm +EXPORT_SYMBOL_GPL vmlinux 0x8f12669a irq_linear_revmap +EXPORT_SYMBOL_GPL vmlinux 0x8f35efd3 vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x8f382b5b iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f8cee9b register_efivars +EXPORT_SYMBOL_GPL vmlinux 0x8fa29d7c fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x8fb336c8 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x8fb576b8 usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x8fcfa3c4 stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0x8fdbae00 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x900139ac dma_buf_export +EXPORT_SYMBOL_GPL vmlinux 0x9006de45 module_mutex +EXPORT_SYMBOL_GPL vmlinux 0x9009602a acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x9022a3ce bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x9062c322 ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x9068392b class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x90a1004a crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x90c74223 pci_hp_change_slot_info +EXPORT_SYMBOL_GPL vmlinux 0x90e03ade pwm_request +EXPORT_SYMBOL_GPL vmlinux 0x90f9783d pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x9111bfdb of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0x91137722 tpm_show_caps_1_2 +EXPORT_SYMBOL_GPL vmlinux 0x911cc8d6 regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x91485ac8 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x9159b9d6 profile_event_register +EXPORT_SYMBOL_GPL vmlinux 0x916fd750 class_create_file +EXPORT_SYMBOL_GPL vmlinux 0x918ad429 ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x9197efb1 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x91c1d99c pm_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0x91c28a30 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0x91c6016c pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91cac4b3 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x91e977bd rtc_set_mmss +EXPORT_SYMBOL_GPL vmlinux 0x9204da58 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x9242111e usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x9259dcdd md_is_badblock +EXPORT_SYMBOL_GPL vmlinux 0x928085c7 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x929c467f btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x92b57248 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x92b66792 acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0x92c90e22 queue_work +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92d584aa pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x92e7cf54 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x92f6952e ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x93112a8d tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x9312d80e evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x93226faa irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0x93406c31 user_match +EXPORT_SYMBOL_GPL vmlinux 0x9355385c pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0x9374cecb i2c_new_probed_device +EXPORT_SYMBOL_GPL vmlinux 0x9392e2b8 dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0x93a5b125 pci_reset_pri +EXPORT_SYMBOL_GPL vmlinux 0x93d2422d snmp_mib_free +EXPORT_SYMBOL_GPL vmlinux 0x941c7525 rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x9421d85b usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x942cfb07 __class_create +EXPORT_SYMBOL_GPL vmlinux 0x943fc708 xen_setup_shutdown_event +EXPORT_SYMBOL_GPL vmlinux 0x94597cd6 fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x947e119c unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x94851720 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x94a68723 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x94abb745 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0x94c318be apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x94d8b344 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit +EXPORT_SYMBOL_GPL vmlinux 0x9554a408 __pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x956a91ba gpio_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x956bef38 blk_queue_rq_timed_out +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x958f749a usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x95a87561 default_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x95afff0b timed_output_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95bf049f sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x95c62423 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x95e31dca relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x95ed56f7 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x95f9a122 disk_part_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x9613633c devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x96179bf3 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x9621849f ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x962a4fbd inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x964add15 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x9682b26c dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x9698f95e __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x96a22790 vmcore_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x96a50baf register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x96b79c80 usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0x96cbcf31 pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x96dfaa79 usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x96e39ddc scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x974b5535 pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9756135b tps65912_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x97821604 transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x978595f4 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x97889f2f xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0x97b093dd btree_update +EXPORT_SYMBOL_GPL vmlinux 0x97cd8822 remove_irq +EXPORT_SYMBOL_GPL vmlinux 0x980f3ac0 wm5110_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9818c419 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x981d1b85 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x9838c060 sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0x9842f28e blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x988f2715 led_trigger_show +EXPORT_SYMBOL_GPL vmlinux 0x98991a82 cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0x989a5065 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0x989b690b fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x98a5f712 i2c_lock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x98cc564a regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x98d5d20e vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x98dd4ae1 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x98e62860 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x9924c496 __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x9925ab7a acpi_ec_add_query_handler +EXPORT_SYMBOL_GPL vmlinux 0x9946e864 device_rename +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x998ed39a regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x99f08f9e i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0x99f2b2b9 xen_unregister_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x9a006f15 pci_pri_enabled +EXPORT_SYMBOL_GPL vmlinux 0x9a04be47 dma_buf_get +EXPORT_SYMBOL_GPL vmlinux 0x9a0e6a34 power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a1d9458 skcipher_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0x9a4c9b65 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0x9a53e6c6 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x9a556cb8 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x9a63984f driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x9a89dbf7 lpddr2_jedec_min_tck +EXPORT_SYMBOL_GPL vmlinux 0x9a8ad79a iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x9a9824ef btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9aaa041a blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9ac5605a debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x9aca444b get_monotonic_boottime +EXPORT_SYMBOL_GPL vmlinux 0x9aca8a59 xfrm_inner_extract_output +EXPORT_SYMBOL_GPL vmlinux 0x9ad0511a gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9b1b286b dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9b3ef521 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x9b4b9daf page_cache_sync_readahead +EXPORT_SYMBOL_GPL vmlinux 0x9b709b74 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x9b73bc6d fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0x9b7ce207 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x9b913914 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x9b9e9a2f ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x9b9f3648 pcibios_scan_specific_bus +EXPORT_SYMBOL_GPL vmlinux 0x9ba0501e unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ba29ec6 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0x9babf390 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x9bb06aba fuse_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9bd72b78 apei_write +EXPORT_SYMBOL_GPL vmlinux 0x9bec583e hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9c2e4b66 acpi_unregister_gsi +EXPORT_SYMBOL_GPL vmlinux 0x9c496e3f rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x9cb0805d usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x9ccb1788 irq_create_direct_mapping +EXPORT_SYMBOL_GPL vmlinux 0x9d030b99 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0x9d06688b register_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x9d07484c print_context_stack_bp +EXPORT_SYMBOL_GPL vmlinux 0x9d0ca2a4 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0x9d3850e1 gnttab_alloc_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x9d3d0c31 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0x9d52df9b fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x9d568ed1 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x9d5d0414 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x9d8331c0 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x9da8a66e usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0x9dcfaf53 perf_trace_buf_prepare +EXPORT_SYMBOL_GPL vmlinux 0x9dd2b7d5 vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0x9de204d6 device_add +EXPORT_SYMBOL_GPL vmlinux 0x9de782bb device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x9de7d9f5 iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x9df83213 sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x9dfd2fb9 spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x9dfdf722 gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0x9e3aa078 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x9e5a9ec3 acpi_ec_remove_query_handler +EXPORT_SYMBOL_GPL vmlinux 0x9e5ca3f3 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x9ea95423 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x9ebff902 start_thread +EXPORT_SYMBOL_GPL vmlinux 0x9f02f598 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x9f29601a atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x9f366d2a __class_register +EXPORT_SYMBOL_GPL vmlinux 0x9f37e2b6 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0x9f40458c debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x9f5d2d5c usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0x9f73f909 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x9f8150c7 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fd12aa3 devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0xa00a24e0 cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xa0208e02 irq_set_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xa0320d16 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0xa039210a xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0xa05837fe led_classdev_register +EXPORT_SYMBOL_GPL vmlinux 0xa09d54ff dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0xa0afd0b3 ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0xa0c71dac spi_populate_sync_msg +EXPORT_SYMBOL_GPL vmlinux 0xa0df9f38 usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xa0eb7dfb inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0xa10a5702 disk_part_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xa12f9270 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0xa15414fb watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end +EXPORT_SYMBOL_GPL vmlinux 0xa18af882 console_drivers +EXPORT_SYMBOL_GPL vmlinux 0xa1a8d67e pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xa1ac87b7 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0xa1bd7822 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xa1d22491 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0xa2741ce9 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xa288889b pci_configure_slot +EXPORT_SYMBOL_GPL vmlinux 0xa288d71f ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xa28bd561 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0xa2905ab3 iommu_domain_has_cap +EXPORT_SYMBOL_GPL vmlinux 0xa2957c45 extcon_find_cable_index +EXPORT_SYMBOL_GPL vmlinux 0xa2bc6da1 stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0xa2e67f08 acpi_bus_generate_proc_event4 +EXPORT_SYMBOL_GPL vmlinux 0xa3032510 arizona_clk32k_disable +EXPORT_SYMBOL_GPL vmlinux 0xa3268c57 rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0xa34721a6 __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xa353fffc xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xa3546ee8 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3e7c113 ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0xa3fca123 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0xa4010b3c bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0xa40c98f9 wm5110_irq +EXPORT_SYMBOL_GPL vmlinux 0xa4401b2e platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0xa452c297 hpet_mask_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq +EXPORT_SYMBOL_GPL vmlinux 0xa45d3eaa i2c_new_dummy +EXPORT_SYMBOL_GPL vmlinux 0xa466de38 acpi_processor_ffh_cstate_enter +EXPORT_SYMBOL_GPL vmlinux 0xa47429ac usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa49f99eb register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xa4ca0d4e unregister_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa4d58669 math_state_restore +EXPORT_SYMBOL_GPL vmlinux 0xa507350f aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa50b8980 d_materialise_unique +EXPORT_SYMBOL_GPL vmlinux 0xa55339c3 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0xa594f7ca ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xa5a3870c sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xa5cf2175 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa5df44f0 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xa5df7c5c tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0xa5e0cda8 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xa5e89b47 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0xa5efb452 device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa61b1477 tracepoint_iter_start +EXPORT_SYMBOL_GPL vmlinux 0xa625110d kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0xa6284978 xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xa651230b sysfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xa65bea68 proc_net_fops_create +EXPORT_SYMBOL_GPL vmlinux 0xa679b906 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0xa680f131 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0xa6a0a273 max77693_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xa6a6427d virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6d11596 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6eaa059 rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0xa6fcbb36 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xa7105a24 task_xstate_cachep +EXPORT_SYMBOL_GPL vmlinux 0xa722a819 cpu_has_amd_erratum +EXPORT_SYMBOL_GPL vmlinux 0xa724257f init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xa75312bc call_rcu_sched +EXPORT_SYMBOL_GPL vmlinux 0xa768fae4 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xa7aae053 mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xa7b8796f __rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0xa7c2977f tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0xa7c7c6fb pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xa7e55704 ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xa7f92105 add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0xa7fd1db0 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0xa80985ff pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0xa825250b tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0xa842048a crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xa8554831 crypto_register_pcomp +EXPORT_SYMBOL_GPL vmlinux 0xa87deb30 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0xa8b82a53 xen_destroy_contiguous_region +EXPORT_SYMBOL_GPL vmlinux 0xa8ceae57 shake_page +EXPORT_SYMBOL_GPL vmlinux 0xa8f59416 gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xa9126bff hpet_set_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa9422da3 sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0xa960c5ec led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0xa967f0de inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0xa984f357 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xa9a82042 gnttab_trans_grants_available +EXPORT_SYMBOL_GPL vmlinux 0xa9c530b8 unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa9e199e6 xen_swiotlb_map_sg_attrs +EXPORT_SYMBOL_GPL vmlinux 0xa9e3997d tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0xa9fc3f54 gnttab_grant_foreign_access_trans +EXPORT_SYMBOL_GPL vmlinux 0xaa125024 xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0xaa1d8bb6 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0xaa2a72bf __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0xaa3f13f7 register_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0xaa517f20 extcon_get_cable_state +EXPORT_SYMBOL_GPL vmlinux 0xaa547e26 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0xaa70bc9c debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xaa852c93 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xaa868a0e acpi_power_resource_register_device +EXPORT_SYMBOL_GPL vmlinux 0xaaa3761c power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaaee55d7 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0xab01acbe gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0xab12879f mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0xab17e648 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xab1ee6b3 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request +EXPORT_SYMBOL_GPL vmlinux 0xab7e3362 irq_find_mapping +EXPORT_SYMBOL_GPL vmlinux 0xabb3cd97 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0xabb6556a dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0xabb8a753 hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0xabc47f60 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xabcaea0e sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0xabf379d5 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0xac1c3e0b i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xac1f7823 dma_buf_attach +EXPORT_SYMBOL_GPL vmlinux 0xac2b8efc part_round_stats +EXPORT_SYMBOL_GPL vmlinux 0xac39713c xen_swiotlb_dma_mapping_error +EXPORT_SYMBOL_GPL vmlinux 0xac4e6d99 inet6_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xac4f2f2e usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0xac7488fa queue_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0xac789867 pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xac7b27a7 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0xac97ce32 page_mkclean +EXPORT_SYMBOL_GPL vmlinux 0xac9ce195 kvm_async_pf_task_wait +EXPORT_SYMBOL_GPL vmlinux 0xaca52f47 xen_swiotlb_sync_single_for_device +EXPORT_SYMBOL_GPL vmlinux 0xacafa8e7 vector_used_by_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xacb522d2 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0xacc12a85 tpm_store_cancel +EXPORT_SYMBOL_GPL vmlinux 0xacc742ca anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xace5c0fc usb_bus_list +EXPORT_SYMBOL_GPL vmlinux 0xacf37f61 rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0xacfd81f6 work_cpu +EXPORT_SYMBOL_GPL vmlinux 0xad1f8483 crypto_tfm_in_queue +EXPORT_SYMBOL_GPL vmlinux 0xad33d51b rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xad8d8ab0 xen_physdev_op_compat +EXPORT_SYMBOL_GPL vmlinux 0xada38534 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0xadb865c8 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0xadc785ec kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xadcece2f crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0xade48cfb balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0xadf6aa4d tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xae0c87ee pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xae1954c7 extcon_update_state +EXPORT_SYMBOL_GPL vmlinux 0xae34f63f crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0xae3c24ac md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0xae47cafd blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae6eaf93 hwpoison_filter_dev_minor +EXPORT_SYMBOL_GPL vmlinux 0xae77730b tpm_bios_log_setup +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae7c5411 ms_hyperv +EXPORT_SYMBOL_GPL vmlinux 0xae7d9c6c regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xae7f5e4b find_module +EXPORT_SYMBOL_GPL vmlinux 0xae7fee7c free_css_id +EXPORT_SYMBOL_GPL vmlinux 0xae983309 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xaec013a3 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0xaecf180a wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0xaee348dc debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0xaee9451c adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xaef56afb yield_to +EXPORT_SYMBOL_GPL vmlinux 0xaf6b02cb dio_end_io +EXPORT_SYMBOL_GPL vmlinux 0xafa2b7b9 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xafb4e7a3 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0xafb7ce3c skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0xafb823b5 wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0xafcfddd9 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xafdce2aa wm5110_patch +EXPORT_SYMBOL_GPL vmlinux 0xafe0ca97 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xaff8a032 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0xb0001b34 xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0xb010a07b perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0xb01f6001 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0xb032e504 sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb03963e6 crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0xb04306d0 tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xb074bc68 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xb079a8ce bmp085_probe +EXPORT_SYMBOL_GPL vmlinux 0xb086f27d regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb0ab40be usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0xb0b31ecf blkg_prfill_stat +EXPORT_SYMBOL_GPL vmlinux 0xb0b6038b device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0c50583 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0xb0d601f9 da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb10d55bc cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xb10f7834 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xb12d6f6c da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0xb137738a rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xb140d14c ring_buffer_read +EXPORT_SYMBOL_GPL vmlinux 0xb1425b32 dm_table_add_target_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb1520559 usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0xb15d80bf alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0xb18429eb suspend_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0xb19429bb rtc_irq_set_state +EXPORT_SYMBOL_GPL vmlinux 0xb1acbcce rcu_barrier_sched +EXPORT_SYMBOL_GPL vmlinux 0xb1bba993 tpm_show_owned +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1c2de10 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb1dd1f85 dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0xb1fb1b8c acpi_pci_check_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xb245b0ed fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0xb27f7faa dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb2ad21e0 user_describe +EXPORT_SYMBOL_GPL vmlinux 0xb2baaeb7 register_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0xb2d48a2e queue_work_on +EXPORT_SYMBOL_GPL vmlinux 0xb2d9569c wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2ebba51 rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xb2f259c0 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0xb2ffd665 driver_attach +EXPORT_SYMBOL_GPL vmlinux 0xb3253ed9 hpet_rtc_timer_init +EXPORT_SYMBOL_GPL vmlinux 0xb33b3969 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0xb3500c61 tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb35a7908 mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb35cf654 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0xb36e4992 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0xb39018be ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0xb3efc2b6 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0xb451ebc8 platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0xb46e74bd pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xb489b94a tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0xb49e7653 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0xb4b05bff serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0xb4e14553 gnttab_query_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb53620d1 pci_vpd_find_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xb5363678 ata_sff_data_xfer_noirq +EXPORT_SYMBOL_GPL vmlinux 0xb5538f43 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0xb571bcf2 devres_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb58dcfa2 synchronize_sched_expedited +EXPORT_SYMBOL_GPL vmlinux 0xb5a0e11e lpddr2_jedec_addressing_table +EXPORT_SYMBOL_GPL vmlinux 0xb5b441ae rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0xb5cb8145 hrtimer_get_res +EXPORT_SYMBOL_GPL vmlinux 0xb5d8913d register_jprobe +EXPORT_SYMBOL_GPL vmlinux 0xb5e896fb tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0xb5f17edf perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb5fc4052 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0xb5fd5199 pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0xb60991c2 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0xb6230f1f gnttab_grant_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xb639e968 __bus_register +EXPORT_SYMBOL_GPL vmlinux 0xb659f7e7 usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xb67b2219 cm_suspend_again +EXPORT_SYMBOL_GPL vmlinux 0xb67c64fd __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xb6aeb661 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xb6bc49a9 __supported_pte_mask +EXPORT_SYMBOL_GPL vmlinux 0xb6d3c0eb usb_is_intel_switchable_xhci +EXPORT_SYMBOL_GPL vmlinux 0xb6f0c80b tpm_register_hardware +EXPORT_SYMBOL_GPL vmlinux 0xb718f2f9 sfi_table_parse +EXPORT_SYMBOL_GPL vmlinux 0xb71d96dd synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xb7531b94 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xb7778711 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0xb77a4da2 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0xb7a325c3 unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xb7a4d651 max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xb7d0b26e tpm_bios_log_teardown +EXPORT_SYMBOL_GPL vmlinux 0xb7d7c12e hpet_set_alarm_time +EXPORT_SYMBOL_GPL vmlinux 0xb7e9c9af tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0xb7eb87cd raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xb7f77027 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0xb81a0089 da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xb84297dd dma_buf_vmap +EXPORT_SYMBOL_GPL vmlinux 0xb86bcceb klist_next +EXPORT_SYMBOL_GPL vmlinux 0xb8873c3e get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xb8a53123 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0xb8bc0640 get_device +EXPORT_SYMBOL_GPL vmlinux 0xb8d40e96 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0xb8d94284 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0xb8e6abd5 device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0xb8e99f3a __netpoll_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xb8eccc97 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xb903674c scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xb9176155 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0xb936b0e9 tpm_release +EXPORT_SYMBOL_GPL vmlinux 0xb944f7a7 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0xb94cbd19 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0xb96be439 rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0xb99d5837 xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xb9ad29d9 dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xb9b2b89d page_cache_async_readahead +EXPORT_SYMBOL_GPL vmlinux 0xb9b6a7ff rtc_irq_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9da2997 snmp_fold_field64 +EXPORT_SYMBOL_GPL vmlinux 0xb9fc708b queue_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xba1d69c4 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0xba29cc41 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0xba540ee7 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xba8c6e94 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0xbac6c202 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0xbad277c4 tpm_write +EXPORT_SYMBOL_GPL vmlinux 0xbb038ce4 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xbb0a2666 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb0bbb82 acpi_dev_resource_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xbb1f04e1 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xbb2e1cfe crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0xbb360440 fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0xbb58b814 iomap_free +EXPORT_SYMBOL_GPL vmlinux 0xbbb98859 edid_info +EXPORT_SYMBOL_GPL vmlinux 0xbbe57099 fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xbbeba168 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xbbf64668 pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0xbc19ab11 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xbc1c1a35 ata_common_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0xbc2bf721 blocking_notifier_chain_cond_register +EXPORT_SYMBOL_GPL vmlinux 0xbc6da96d pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0xbc6f931b workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xbc864f43 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xbca0201a sfi_mrtc_array +EXPORT_SYMBOL_GPL vmlinux 0xbcb838a1 amd_flush_garts +EXPORT_SYMBOL_GPL vmlinux 0xbcc2e425 modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xbccfd4d8 register_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbd1056f5 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0xbd312517 blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0xbd3b64ab hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0xbd43acf2 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0xbd506a46 unregister_hotplug_dock_device +EXPORT_SYMBOL_GPL vmlinux 0xbd5cb8b9 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0xbd60fd3d usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0xbd72745e rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0xbdd295f0 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xbdd2f42a rcu_bh_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0xbdd5f10f apei_hest_parse +EXPORT_SYMBOL_GPL vmlinux 0xbe0e4534 regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xbe1887e4 ata_unpack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xbe5a7346 driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0xbe66ec8d usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0xbe73089a sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0xbe977632 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xbed9dfef acpi_i2c_register_devices +EXPORT_SYMBOL_GPL vmlinux 0xbef6f70f crypto_blkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0xbefd9c3a replace_page_cache_page +EXPORT_SYMBOL_GPL vmlinux 0xbf511780 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xbf5222c8 dma_buf_map_attachment +EXPORT_SYMBOL_GPL vmlinux 0xbf5ec8e7 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0xbf9f9d59 acpi_subsys_resume_early +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfd8b1aa regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xbffcb3b7 acpi_os_get_iomem +EXPORT_SYMBOL_GPL vmlinux 0xc00131cf visitor64 +EXPORT_SYMBOL_GPL vmlinux 0xc0268598 mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc0871e89 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc0bf2001 device_store_int +EXPORT_SYMBOL_GPL vmlinux 0xc0bf6ead timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xc0c2d130 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0xc0d0f1b4 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xc0d26387 kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc0e75cec visitor128 +EXPORT_SYMBOL_GPL vmlinux 0xc1034544 tpm_show_active +EXPORT_SYMBOL_GPL vmlinux 0xc10f2b8e cgroup_unlock +EXPORT_SYMBOL_GPL vmlinux 0xc116e042 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xc11b4470 balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0xc11bd00f tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc11dbc8b sched_setscheduler +EXPORT_SYMBOL_GPL vmlinux 0xc128c399 evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0xc12d6dd2 stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0xc12f8272 extcon_set_cable_state +EXPORT_SYMBOL_GPL vmlinux 0xc135af4e iommu_domain_get_attr +EXPORT_SYMBOL_GPL vmlinux 0xc164642e xenbus_otherend_changed +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc18390b6 xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0xc18578ed process_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc18e87b3 save_stack_trace_tsk +EXPORT_SYMBOL_GPL vmlinux 0xc1955885 dm_underlying_device_busy +EXPORT_SYMBOL_GPL vmlinux 0xc1ae14d7 disk_map_sector_rcu +EXPORT_SYMBOL_GPL vmlinux 0xc1f4da23 acpi_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0xc21fab31 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc239c94c fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0xc25a08df sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xc26351f8 bind_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xc2747497 tcp_peer_is_proven +EXPORT_SYMBOL_GPL vmlinux 0xc280fb46 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0xc28de3ea regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc29728b9 debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0xc2a2f1dd platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc2bcd7a1 ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xc2e5a234 devres_add +EXPORT_SYMBOL_GPL vmlinux 0xc30cda44 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0xc335117c spi_async_locked +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc34c1b83 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xc34efe27 snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0xc360a9a6 xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0xc37226a5 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xc38f7756 register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc3ac6430 regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xc3efaf34 tcp_init_congestion_ops +EXPORT_SYMBOL_GPL vmlinux 0xc40a27ff __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0xc414b1ca dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0xc4178f0c pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc45d79dd m2p_add_override +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc473042e dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0xc48b7ccf ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0xc4992f16 ata_eh_thaw_port +EXPORT_SYMBOL_GPL vmlinux 0xc51522f1 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xc52e22fe __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xc5397da6 xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xc5778e29 sysfs_put +EXPORT_SYMBOL_GPL vmlinux 0xc596c7e2 pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xc5981a54 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0xc59c012e add_page_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xc5a054dc ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0xc5ab7e46 xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0xc5bab3fe btree_init +EXPORT_SYMBOL_GPL vmlinux 0xc5c264a5 amd_erratum_400 +EXPORT_SYMBOL_GPL vmlinux 0xc5d0c7dd inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xc5fbc5df wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0xc60f75ec __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc6531cd4 inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0xc65d3eed ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc670e835 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xc67e6060 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xc69a6074 spi_master_resume +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6e7d57b __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc7002ac4 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0xc704a213 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0xc72e1233 __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xc73df6bf tcp_death_row +EXPORT_SYMBOL_GPL vmlinux 0xc74876c2 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xc77d3c22 crypto_create_tfm +EXPORT_SYMBOL_GPL vmlinux 0xc79e7f4a xattr_getsecurity +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7c4c313 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0xc7c6391c mpi_set_buffer +EXPORT_SYMBOL_GPL vmlinux 0xc7c9c66d register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc7e4c538 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xc7f58084 skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0xc7faa7cb clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0xc832fce2 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0xc87c1f84 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xc87e487a sched_clock_idle_sleep_event +EXPORT_SYMBOL_GPL vmlinux 0xc8823187 simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0xc8b2bfb8 ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0xc8c79c28 dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0xc91277a1 kgdb_schedule_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc9302a76 rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc96b459a pci_intx +EXPORT_SYMBOL_GPL vmlinux 0xc97e7f99 __sock_recv_ts_and_drops +EXPORT_SYMBOL_GPL vmlinux 0xc991cc63 tps65912_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xc993ed4f usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0xc9a660c1 srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xc9b1fb6c crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xc9c3f176 hpet_register_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xc9c68425 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9fdb2c9 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0xca03f06f spi_master_suspend +EXPORT_SYMBOL_GPL vmlinux 0xca1a4b9e ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0xca3dd15b tty_prepare_flip_string_flags +EXPORT_SYMBOL_GPL vmlinux 0xca7859bd dma_buf_kunmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca81ea9a xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0xca85d8cf tracepoint_probe_update_all +EXPORT_SYMBOL_GPL vmlinux 0xca968335 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0xcab42802 tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0xcabb83dc virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcabfb588 dma_buf_detach +EXPORT_SYMBOL_GPL vmlinux 0xcb138295 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcb145889 bmp085_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xcb15eee9 sdhci_pci_get_data +EXPORT_SYMBOL_GPL vmlinux 0xcb457b50 blkdev_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xcb605d84 xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0xcb88cfa4 sec_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xcb91cc6f intel_scu_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcb9cb460 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcba45e69 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0xcbea6c68 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0xcbee20b2 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0xcbf8ad26 pwm_free +EXPORT_SYMBOL_GPL vmlinux 0xcbfd1394 xenbus_dev_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xcc1f1c3d inet_twdr_hangman +EXPORT_SYMBOL_GPL vmlinux 0xcc271d9d rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0xcc37f139 perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0xcc3da32d aer_recover_queue +EXPORT_SYMBOL_GPL vmlinux 0xcc6289ab fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0xcc6ab305 is_dock_device +EXPORT_SYMBOL_GPL vmlinux 0xcc8d4d37 unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0xcc9fc40f cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xccb72d3e invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xccc957fe pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0xccc9712a usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccd09ee9 eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0xccd1d0e4 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0xccea4e34 perf_get_x86_pmu_capability +EXPORT_SYMBOL_GPL vmlinux 0xccf59e96 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xcd0a2082 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0xcd0d86e3 mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0xcd1adf29 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xcd211b96 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0xcd26ed99 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0xcd357b5d regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xcd44704a uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xcd539891 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd9b82e2 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcda4e356 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0xcdbb949b scsi_unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xce0b9b59 max77693_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xce238816 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xce2d9d88 devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xce3371ec ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0xce345af7 bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0xce46e140 ktime_get_ts +EXPORT_SYMBOL_GPL vmlinux 0xce648e6e posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0xce6a9d9a trace_current_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0xce840858 usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0xceac98f5 tpm_show_pubek +EXPORT_SYMBOL_GPL vmlinux 0xceb819f3 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xcecac34e pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0xced34eb9 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee559da unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xcef1dd0e perf_check_microcode +EXPORT_SYMBOL_GPL vmlinux 0xcf4590dd rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xcf5b9712 x86_hyper_kvm +EXPORT_SYMBOL_GPL vmlinux 0xcf5d1c0b ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0xcf603416 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xcf6e1907 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0xcf9df9df locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0xcfb5871c irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xcfc62f27 xen_start_info +EXPORT_SYMBOL_GPL vmlinux 0xcfc68341 synchronize_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0xcfc89eee rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcfcc83ad register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcfe7a8f5 cgroup_load_subsys +EXPORT_SYMBOL_GPL vmlinux 0xcff52883 blkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xcffa2aff spi_populate_width_msg +EXPORT_SYMBOL_GPL vmlinux 0xd0124fd6 blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xd03c7700 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xd0458ccb xenbus_strstate +EXPORT_SYMBOL_GPL vmlinux 0xd04c608b crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0xd05464d6 cm_notify_event +EXPORT_SYMBOL_GPL vmlinux 0xd0932294 __css_put +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0e1fc0e ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd0e34b0b cgroup_taskset_first +EXPORT_SYMBOL_GPL vmlinux 0xd0e7b801 balloon_mapping_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd0ff9946 rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xd1274b29 led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0xd147ae00 single_open_net +EXPORT_SYMBOL_GPL vmlinux 0xd14bc4d9 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xd14d6360 tps65912_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xd1507e59 erst_clear +EXPORT_SYMBOL_GPL vmlinux 0xd16712f3 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xd16740f6 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xd1b02028 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0xd1b2db37 tracepoint_probe_register_noupdate +EXPORT_SYMBOL_GPL vmlinux 0xd1cf6eed xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd1ede2a6 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0xd1fe4e5c acpi_subsys_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd216e3c8 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0xd217ce9f wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd2585688 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd297f044 devres_release +EXPORT_SYMBOL_GPL vmlinux 0xd2a3dd4f cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xd2a8caf0 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd2aaeb4e kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xd2c58ab2 apei_exec_noop +EXPORT_SYMBOL_GPL vmlinux 0xd2c8d2a0 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0xd2cbc658 x86_platform +EXPORT_SYMBOL_GPL vmlinux 0xd2d4dac8 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xd2f31228 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0xd3209f0f stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xd32fe193 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xd33e039a security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0xd3513848 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0xd36aa0d4 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0xd37808a7 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd37e13b4 regulator_set_optimum_mode +EXPORT_SYMBOL_GPL vmlinux 0xd39a8069 adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd3bc8dbc __inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0xd3e6528f hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd44db010 ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0xd4504634 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0xd472f9eb securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4cf625f fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0xd4d209a6 __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xd4d5b0df ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0xd4d8c17f sysfs_rename_link +EXPORT_SYMBOL_GPL vmlinux 0xd544e902 pgprot_writecombine +EXPORT_SYMBOL_GPL vmlinux 0xd550560f __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xd55363f1 ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd56a128a ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0xd56bdcb6 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0xd5855731 sg_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xd58fc344 dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xd59668e6 unlock_flocks +EXPORT_SYMBOL_GPL vmlinux 0xd5b81ee6 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0xd5bd7dac ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd5da23d2 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xd6203a12 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0xd629dd13 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0xd6345c56 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xd63fd52b usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0xd6428b01 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd67f5217 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd6a453c5 __ablkcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0xd6c23eec acpi_register_gsi +EXPORT_SYMBOL_GPL vmlinux 0xd6c2e04b __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xd6e93fec i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0xd6ed3a8e cper_next_record_id +EXPORT_SYMBOL_GPL vmlinux 0xd6feefa5 agp_num_entries +EXPORT_SYMBOL_GPL vmlinux 0xd705b4c7 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0xd705c660 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0xd72feba2 xenbus_read_driver_state +EXPORT_SYMBOL_GPL vmlinux 0xd74495ca pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0xd760fa34 blkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0xd7638fea shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd77c0bc8 klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xd796cf57 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0xd79f5d6b dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xd7ab2c0c speedstep_detect_processor +EXPORT_SYMBOL_GPL vmlinux 0xd7ae6346 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xd7bd6b7a find_symbol +EXPORT_SYMBOL_GPL vmlinux 0xd7d5de0d da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0xd7d79132 put_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0xd808989e usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xd809ae2b hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xd81953e0 digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xd820c283 eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xd8250a5c iounmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0xd8504219 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xd8525ea7 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0xd85ac634 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xd8626d86 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0xd87601cc ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xd885c245 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0xd893d1f3 wm8994_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xd90e80a2 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0xd919806a amd_cache_northbridges +EXPORT_SYMBOL_GPL vmlinux 0xd91b08ef virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0xd91ffee2 wm8400_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xd9249a07 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xd92df852 driver_find +EXPORT_SYMBOL_GPL vmlinux 0xd9341e5c iommu_group_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd942d353 ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0xd94b737e erst_read +EXPORT_SYMBOL_GPL vmlinux 0xd95c1da7 xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0xd981b224 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0xd996e00f tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0xd9cc279a dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0xd9d15499 ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xd9d7f623 pkey_id_type +EXPORT_SYMBOL_GPL vmlinux 0xd9ecb670 ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xda050109 irq_domain_add_nomap +EXPORT_SYMBOL_GPL vmlinux 0xda21c35d devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0xda3a7ca9 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xda44cb37 setup_charger_manager +EXPORT_SYMBOL_GPL vmlinux 0xda54d495 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xda56b744 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0xdaa528b7 acpi_dev_resource_io +EXPORT_SYMBOL_GPL vmlinux 0xdaa754e6 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdb04cacc tracepoint_probe_unregister_noupdate +EXPORT_SYMBOL_GPL vmlinux 0xdb17e65e regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0xdb378e6e skcipher_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0xdb37fb8c wm5110_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0xdb3e7f5b devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb8bb356 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xdbd1bdc5 iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0xdbeebb0d skb_gro_receive +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdc14a211 xen_hvm_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0xdc1d6c41 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xdc59a32f wakeup_source_drop +EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list +EXPORT_SYMBOL_GPL vmlinux 0xdc6f396c led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0xdc714560 register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xdc7e2561 fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc8fa815 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0xdc9060dd usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xdc90dd6e hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdca1f095 platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0xdca96420 xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0xdce57037 apei_estatus_print +EXPORT_SYMBOL_GPL vmlinux 0xdd08b1b0 tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xdd2efc0f ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0xdd315807 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0xdd56bd5d led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0xdd9180bf crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0xdd983c68 unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xddb6962e register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xddbf4a75 usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0xddd58dc0 ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0xde0c2a98 cgroup_unload_subsys +EXPORT_SYMBOL_GPL vmlinux 0xde44ef28 cpufreq_get_measured_perf +EXPORT_SYMBOL_GPL vmlinux 0xde747356 intel_msic_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xde8f877f kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xdeb9fb5a ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0xdec84bdc __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0xdee042f9 ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0xdef6b441 blk_unprep_request +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf13dfaf pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0xdf1882af dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0xdf1bdb76 set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0xdf1c6c68 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0xdf33b5b8 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0xdf54cd26 __put_net +EXPORT_SYMBOL_GPL vmlinux 0xdf75913d wm8350_device_exit +EXPORT_SYMBOL_GPL vmlinux 0xdf81fb38 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0xdfa1fd06 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0xdfa2005f ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0xdfb94b8c nfq_ct_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0xdfc05ea6 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0xdfc4cc75 devres_find +EXPORT_SYMBOL_GPL vmlinux 0xdfd260c5 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0xdff63fe5 ata_eh_qc_retry +EXPORT_SYMBOL_GPL vmlinux 0xe007de41 kallsyms_lookup_name +EXPORT_SYMBOL_GPL vmlinux 0xe02eb6d0 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0xe032d054 md_run +EXPORT_SYMBOL_GPL vmlinux 0xe0602c87 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0xe069b06f spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0xe089cfcc agp_memory_reserved +EXPORT_SYMBOL_GPL vmlinux 0xe0c77bb5 mce_notify_irq +EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin +EXPORT_SYMBOL_GPL vmlinux 0xe1168d9a fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0xe11753d5 bsg_request_fn +EXPORT_SYMBOL_GPL vmlinux 0xe13867a8 tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xe13e12e8 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0xe143a2ed debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0xe15f470d usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0xe16715cc ata_base_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xe172e383 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xe17c2c64 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0xe1a78a1a cgroup_add_cftypes +EXPORT_SYMBOL_GPL vmlinux 0xe1aca2a5 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xe1b827d8 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0xe1ca3f37 put_pid +EXPORT_SYMBOL_GPL vmlinux 0xe1dd2cb3 smp_ops +EXPORT_SYMBOL_GPL vmlinux 0xe1f1bcd9 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xe20ec9de fuse_conn_kill +EXPORT_SYMBOL_GPL vmlinux 0xe20f2b18 usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xe225292b inet6_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0xe254ec0b wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xe272d499 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0xe27ddc97 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0xe2822dcb device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0xe2898883 bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0xe295c0ff is_hpet_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe2ae6be3 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xe2d59767 xenbus_unmap_ring +EXPORT_SYMBOL_GPL vmlinux 0xe2dd67e5 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xe2fd6663 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0xe3043ff9 request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xe309d9bc bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe3482f23 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xe37974ae fat_attach +EXPORT_SYMBOL_GPL vmlinux 0xe384a102 usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xe3a64632 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0xe3bc7fd4 hpet_unregister_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xe3fc1023 __inet_hash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0xe41534ce bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0xe4223b0a ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe439815c erst_get_record_count +EXPORT_SYMBOL_GPL vmlinux 0xe464887b device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xe476757b ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0xe47a8690 device_move +EXPORT_SYMBOL_GPL vmlinux 0xe49a42ce extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe4a171ae subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xe4a8d326 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0xe4bedfdc ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0xe4bfa6f1 sec_reg_update +EXPORT_SYMBOL_GPL vmlinux 0xe4c331b6 acpi_os_unmap_memory +EXPORT_SYMBOL_GPL vmlinux 0xe4e24578 ata_eh_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0xe4e68bc8 apei_map_generic_address +EXPORT_SYMBOL_GPL vmlinux 0xe4e86c24 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0xe5302ec4 ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0xe533b5a3 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0xe55dfcfa blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0xe5819b2a tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0xe58409a1 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58fb452 aer_irq +EXPORT_SYMBOL_GPL vmlinux 0xe608776d ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xe616a18b tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0xe63fd3a3 blk_queue_flush_queueable +EXPORT_SYMBOL_GPL vmlinux 0xe6488b47 cpufreq_notify_transition +EXPORT_SYMBOL_GPL vmlinux 0xe64ad8ea unregister_nmi_handler +EXPORT_SYMBOL_GPL vmlinux 0xe651f76e selinux_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe65ecef7 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xe6886205 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0xe68b37df usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0xe69507a8 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0xe6e1c5fe uuid_be_gen +EXPORT_SYMBOL_GPL vmlinux 0xe6eaf563 tpm_dev_vendor_release +EXPORT_SYMBOL_GPL vmlinux 0xe71f113e cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0xe7232e0f user_return_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe731c4d1 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0xe7652473 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe779fcbd set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xe7bcab3e platform_bus +EXPORT_SYMBOL_GPL vmlinux 0xe7ded859 isa_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr +EXPORT_SYMBOL_GPL vmlinux 0xe80b9117 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0xe8156f3f md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe83df573 each_symbol_section +EXPORT_SYMBOL_GPL vmlinux 0xe84c5a78 device_attach +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe850a6c7 __module_address +EXPORT_SYMBOL_GPL vmlinux 0xe85e46c3 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe8a7e922 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0xe8dfc966 flush_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0xe92f735d iommu_map +EXPORT_SYMBOL_GPL vmlinux 0xe937e96b rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe9587909 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0xe98649eb static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0xe9967d77 __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xe99f2bba pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0xe9a9d081 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe9b59def ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9ed7c9e blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe9f7f777 __blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0xe9f97e21 kern_mount_data +EXPORT_SYMBOL_GPL vmlinux 0xea01d81b sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xea065e01 task_handoff_unregister +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea1b0a51 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0xea2c4d26 tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0xea4128b2 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0xea418e0f atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0xea5eeeed use_mm +EXPORT_SYMBOL_GPL vmlinux 0xea7208cd kick_process +EXPORT_SYMBOL_GPL vmlinux 0xeae23a3d inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xeae450c3 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0xeae52105 aead_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0xeb258f58 tcp_is_cwnd_limited +EXPORT_SYMBOL_GPL vmlinux 0xeb370805 __apei_exec_run +EXPORT_SYMBOL_GPL vmlinux 0xeb3f17e7 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0xeb687f19 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xeb92dd23 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xeb9abbee ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xebb9ad24 xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0xebec57c4 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xebef5d1c usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0xec1b043e regulator_suspend_prepare +EXPORT_SYMBOL_GPL vmlinux 0xec25f967 klist_del +EXPORT_SYMBOL_GPL vmlinux 0xec2b40ad device_create +EXPORT_SYMBOL_GPL vmlinux 0xec5c7d60 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0xec70a1c5 crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0xec872d07 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xeca4a3e9 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0xecce111e disk_part_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xecd89c88 user_update +EXPORT_SYMBOL_GPL vmlinux 0xed07692b pci_intx_mask_supported +EXPORT_SYMBOL_GPL vmlinux 0xed23f8cd serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0xed2b4ad7 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xed3515f5 bmp085_detect +EXPORT_SYMBOL_GPL vmlinux 0xed52f156 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xedbc6f67 gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xedc71de5 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0xedf3f1f1 do_machine_check +EXPORT_SYMBOL_GPL vmlinux 0xedfc4ca0 sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xee04d16f serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0xee274f97 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0xee2c486e xen_swiotlb_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0xee5ae784 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0xee8cc283 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xeeaf2d24 usb_enable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xeec24d31 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0xeed19aed iommu_present +EXPORT_SYMBOL_GPL vmlinux 0xeeea55df mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0xeef14895 crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0xeefa4d06 pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0xef098ef9 crypto_init_spawn2 +EXPORT_SYMBOL_GPL vmlinux 0xef1f6e23 apei_resources_request +EXPORT_SYMBOL_GPL vmlinux 0xef23d470 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0xef409b74 kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0xef55d6f5 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xef65db6d fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0xef6bf125 usb_bus_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef782b88 gnttab_grant_foreign_access_subpage +EXPORT_SYMBOL_GPL vmlinux 0xef79c5e3 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0xef8a8156 __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xef8c7850 pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0xef94e17d blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0xef9836b5 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0xef98818b inet6_destroy_sock +EXPORT_SYMBOL_GPL vmlinux 0xefc91531 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0xefef0909 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xeff3732b ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xf001dc80 irq_domain_add_linear +EXPORT_SYMBOL_GPL vmlinux 0xf054ac97 intel_msic_irq_read +EXPORT_SYMBOL_GPL vmlinux 0xf054ad18 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0xf0696401 acpi_pci_detect_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xf06c1cc7 unregister_timer_hook +EXPORT_SYMBOL_GPL vmlinux 0xf07c6b8d nf_unregister_afinfo +EXPORT_SYMBOL_GPL vmlinux 0xf08b67dc usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xf0921ae5 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0xf0dfdb55 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf0f5dbc2 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0xf12a9e23 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xf162b699 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0xf17661e8 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0xf178e757 __blk_put_request +EXPORT_SYMBOL_GPL vmlinux 0xf183e28e wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf1936718 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0xf1aae32e acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on +EXPORT_SYMBOL_GPL vmlinux 0xf1b551d9 ibft_addr +EXPORT_SYMBOL_GPL vmlinux 0xf1d02a33 sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0xf1e5d80f async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0xf2152ad8 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xf2442cbc crypto_ablkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0xf2833c70 ref_module +EXPORT_SYMBOL_GPL vmlinux 0xf29282b5 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0xf29581d2 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0xf2c18955 xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0xf2d7f809 __trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0xf2de4476 bus_find_device_by_name +EXPORT_SYMBOL_GPL vmlinux 0xf2e07542 dma_buf_put +EXPORT_SYMBOL_GPL vmlinux 0xf2e7a560 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0xf2fca922 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0xf30e105d ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xf30fda27 lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf37fd342 mnt_clone_write +EXPORT_SYMBOL_GPL vmlinux 0xf389d87d vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b93a97 cgroup_lock_is_held +EXPORT_SYMBOL_GPL vmlinux 0xf3dd036d regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0xf40445df regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf426dc31 dma_buf_kmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0xf434fdeb usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0xf45190f4 xen_find_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xf45b3707 tpm_show_durations +EXPORT_SYMBOL_GPL vmlinux 0xf494f618 mmc_regulator_get_ocrmask +EXPORT_SYMBOL_GPL vmlinux 0xf499fdb2 rcu_barrier_bh +EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf5285a10 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xf53cc232 acpi_dev_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf564304b swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0xf5785b42 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xf5945bac gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5a8377e ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0xf5a99d3b ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0xf5ab9d63 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0xf5b79ea5 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0xf5bb05de __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf5c73d71 class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf611eecf pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0xf62c3497 device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xf681db53 attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0xf6889ec1 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xf6e04730 event_storage +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf7016530 xenbus_gather +EXPORT_SYMBOL_GPL vmlinux 0xf7322bc8 pv_time_ops +EXPORT_SYMBOL_GPL vmlinux 0xf74656ab regulator_can_change_voltage +EXPORT_SYMBOL_GPL vmlinux 0xf7543a75 rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0xf7792bfa kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0xf7a14f56 apei_mce_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0xf7d0ca1a __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0xf7f9c2df inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0xf7f9cb7f led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf8116490 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xf811a8cb pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0xf818ccce tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0xf82f16b3 execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0xf861e8e0 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0xf87ac6ab blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0xf8802492 print_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0xf892ba7d pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8fdc01f tpm_read +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3d0b kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0xf9000834 tcp_reno_min_cwnd +EXPORT_SYMBOL_GPL vmlinux 0xf927db79 ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xf92ce956 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0xf92f964d sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0xf93721ed rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xf9765833 dmi_match +EXPORT_SYMBOL_GPL vmlinux 0xf97666a0 set_memory_rw +EXPORT_SYMBOL_GPL vmlinux 0xf983e6e4 crypto_ahash_type +EXPORT_SYMBOL_GPL vmlinux 0xf997d715 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9ca3160 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xf9d01458 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf9d9264e xen_have_vector_callback +EXPORT_SYMBOL_GPL vmlinux 0xf9f23062 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0xfa012fe7 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa1f4662 scatterwalk_start +EXPORT_SYMBOL_GPL vmlinux 0xfa2b7942 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xfa36a0b6 crypto_init_spawn +EXPORT_SYMBOL_GPL vmlinux 0xfaa9b83a crypto_alloc_instance2 +EXPORT_SYMBOL_GPL vmlinux 0xfab6a91a relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0xfab83caf public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0xfad36ee3 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xfafa93cd fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0xfb05c9b4 async_unregister_domain +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb4abb7d pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0xfb4c0d25 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0xfb64b230 acpi_processor_ffh_cstate_probe +EXPORT_SYMBOL_GPL vmlinux 0xfb65ab94 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb81d65f da903x_update +EXPORT_SYMBOL_GPL vmlinux 0xfb8706ac apei_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xfb9bf32f vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xfbaece89 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xfbb52e33 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0xfbe0d499 menu_hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfbe8c979 cgroup_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0xfbf9be5d register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xfc044ebf __rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfc176fbb crypto_alloc_ablkcipher +EXPORT_SYMBOL_GPL vmlinux 0xfc28fd99 xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfc968c8b apei_exec_write_register_value +EXPORT_SYMBOL_GPL vmlinux 0xfca46cd0 acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0xfcac9be4 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0xfcd7bc0b ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0xfce6a8db cred_to_ucred +EXPORT_SYMBOL_GPL vmlinux 0xfd05464b klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0xfd14caff rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xfd2ebeb9 dma_buf_end_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0xfd469f28 usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0xfd51b281 gnttab_end_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xfd568a97 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable +EXPORT_SYMBOL_GPL vmlinux 0xfdf17d8c xen_swiotlb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0xfdf9b1d6 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0xfe2e2917 hrtimer_start +EXPORT_SYMBOL_GPL vmlinux 0xfe31e381 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0xfe59c1d3 ahash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0xfe643dc5 scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0xfe7252d4 usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0xfe727411 get_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xfe74348c tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0xfe8e6b0f pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfea31ef4 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0xfecb2266 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfeda4e1c look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xfef8a166 trace_current_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff098f29 tps80031_ext_power_req_config +EXPORT_SYMBOL_GPL vmlinux 0xff5168d6 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0xff5f2b0e __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0xff742e9f fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0xffa4c4ec cgroup_lock +EXPORT_SYMBOL_GPL vmlinux 0xffac9709 driver_register +EXPORT_SYMBOL_GPL vmlinux 0xffb35ed9 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0xffbf13f4 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xffea0afe rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xffeb2d38 pci_ats_queue_depth --- linux-lowlatency-3.8.0.orig/debian.master/abi/3.8.0-25.37/i386/generic.modules +++ linux-lowlatency-3.8.0/debian.master/abi/3.8.0-25.37/i386/generic.modules @@ -0,0 +1,3916 @@ +3c501 +3c503 +3c505 +3c507 +3c509 +3c515 +3c574_cs +3c589_cs +3c59x +3w-9xxx +3w-sas +3w-xxxx +53c700 +6lowpan +6pack +8021q +8139cp +8139too +8250_accent +8250_boca +8250_dw +8250_exar_st16c554 +8250_fourport +8250_hub6 +8255 +8255_pci +82596 +8390 +8390p +88pm800 +88pm805 +88pm80x +88pm80x_onkey +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +88pm860x-ts +9p +9pnet +9pnet_rdma +9pnet_virtio +a100u2w +a3d +a8293 +aacraid +aat2870_bl +aat2870-regulator +ab3100 +ab3100-otp +abituguru +abituguru3 +ablk_helper +ac3200 +ac97_bus +acard-ahci +acecad +acenic +acerhdf +acer-wmi +acl7225b +acpi_ipmi +acpi_pad +acpiphp +acpiphp_ibm +acpi_power_meter +acquirewdt +act2000 +act200l-sir +act_csum +act_gact +act_ipt +actisys-sir +act_mirred +act_nat +act_pedit +act_police +act_simple +act_skbedit +ad2s1200 +ad2s1210 +ad2s90 +ad5064 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5624r_spi +ad5686 +ad5755 +ad5764 +ad5791 +ad5930 +ad5933 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7152 +ad7192 +ad7266 +ad7280a +ad7291 +ad7298 +ad7314 +ad7414 +ad7418 +ad7476 +ad7606 +ad7746 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad799x +ad8366 +ad9523 +ad9832 +ad9834 +ad9850 +ad9852 +ad9910 +ad9951 +adcxx +addi_apci_035 +addi_apci_1032 +addi_apci_1500 +addi_apci_1516 +addi_apci_1564 +addi_apci_16xx +addi_apci_2032 +addi_apci_2200 +addi_apci_3120 +addi_apci_3501 +addi_apci_3xxx +ade7753 +ade7754 +ade7758 +ade7759 +ade7854 +ade7854-i2c +ade7854-spi +adf4350 +adfs +adi +adis16060 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16204 +adis16209 +adis16220 +adis16240 +adis16260 +adis16400 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adl_pci9118 +adm1021 +adm1025 +adm1026 +adm1029 +adm1031 +adm1275 +adm8211 +adm9240 +adp5520_bl +adp5520-keys +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +ads1015 +ads7828 +ads7846 +ads7871 +ad_sigma_delta +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adummy +adutux +adv7170 +adv7175 +adv7180 +advansys +advantechwdt +adv_pci1710 +adv_pci1723 +adv_pci_dio +adxl34x +adxl34x-i2c +adxl34x-spi +adxrs450 +aes-i586 +aesni-intel +af_802154 +af9013 +af9033 +af_alg +affs +af_key +af_packet_diag +af-rxrpc +ah4 +ah6 +aha152x +aha152x_cs +aha1542 +aha1740 +ahci +ahci_platform +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +airo +airo_cs +ak8975 +alauda +algif_hash +algif_skcipher +ali-agp +ali-ircc +alim1535_wdt +alim7101_wdt +alphatrack +altera-ci +altera_jtaguart +altera_ps2 +altera-stapl +altera_uart +alx +ambassador +amc6821 +amd5536udc +amd76x_edac +amd76xrom +amd8111e +amd-rng +amilo-rfkill +amplc_dio200 +amplc_pc236 +amplc_pc263 +amplc_pci224 +amplc_pci230 +ams369fg06 +analog +ansi_cprng +anubis +aoe +apanel +apds9802als +apds990x +apm +apple_bl +appledisplay +apple-gmux +applesmc +appletalk +appletouch +applicom +ar5523 +ar7part +arc4 +arcfb +arcmsr +arcnet +arc_ps2 +arc-rawmode +arc-rimi +arc_uart +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +arptable_filter +arp_tables +arpt_mangle +as3711-regulator +as5011 +asb100 +asc7621 +asix +ast +asus_atk0110 +asus-laptop +asus-nb-wmi +asus_oled +asus-wmi +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at1700 +at24 +at25 +at76c50x-usb +at86rf230 +at91_ether +atbm8830 +aten +ath +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ati-agp +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atlas_btns +atm +atmel +atmel_cs +atmel_mxt_ts +atmel_pci +atmtcp +atp +atp870u +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +aufs +auo_k1900fb +auo_k1901fb +auo_k190x +auo-pixcir-ts +authenc +authencesn +auth_rpcgss +autofs4 +avma1_cs +avm_cs +avmfritz +ax25 +axnet_cs +b1 +b1dma +b1isa +b1pci +b1pcmcia +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +bas_gigaset +batman-adv +baycom_epp +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bch +bcm203x +bcm3510 +bcm5974 +bcma +bcma-hcd +bcm_wimax +be2iscsi +be2net +befs +belkin_sa +bfa +bfs +bfusb +bh1770glc +bh1780gli +binfmt_aout +binfmt_misc +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +bluecard_cs +bluetooth +bma150 +bmp085-i2c +bmp085-spi +bna +bnep +bnx2 +bnx2fc +bnx2i +bnx2x +bonding +bpa10x +bpck +bpck6 +bpctl_mod +bpqether +bq2415x_charger +bq27x00_battery +br2684 +brcmfmac +brcmsmac +brcmutil +bridge +broadsheetfb +bsd_comp +bt3c_cs +bt819 +bt856 +bt866 +bt878 +btcx-risc +btmrvl +btmrvl_sdio +btrfs +btsdio +bttv +btuart_cs +btusb +btwilink +bu21013_ts +budget +budget-av +budget-ci +budget-core +budget-patch +BusLogic +bw-qcam +bypass +c101 +c2port-duramar2150 +c4 +c67x00 +c6xdigio +cachefiles +cafe_ccic +cafe_nand +caif +caif_hsi +caif_serial +caif_socket +caif_usb +camellia_generic +can +can-bcm +can-dev +can-gw +can-raw +capi +capidrv +capmode +carl9170 +carminefb +cassini +cast5_generic +cast6_generic +cast_common +catc +cb710 +cb710-mmc +cb_das16_cs +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc770 +cc770_isa +cc770_platform +c_can +c_can_pci +c_can_platform +cciss +ccm +cdc-acm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc-phonet +cdc_subset +cdc-wdm +cedusb +ceph +cfag12864b +cfag12864bfb +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +cfspi_slave +ch +ch341 +ch7006 +chipreg +chnl_net +ci13xxx_msm +ci13xxx_pci +cifs +ci_hdrc +cirrus +cirrusfb +ck804xrom +classmate-laptop +clearpad_tm1217 +clip +cls_basic +cls_cgroup +cls_flow +cls_fw +cls_route +cls_rsvp +cls_rsvp6 +cls_tcindex +cls_u32 +cm109 +cm4000_cs +cm4040_cs +cma3000_d0x +cma3000_d0x_i2c +cmtp +cnic +cobra +coda +com20020 +com20020_cs +com20020-isa +com20020-pci +com90io +com90xx +comedi +comedi_bond +comedi_fc +comedi_parport +comedi_test +comm +compal-laptop +configfs +contec_pci_dio +cops +cordic +core +coretemp +cosa +cp210x +cpcihp_generic +cpcihp_zt5550 +cpia2 +cpqarray +cpqphp +cpu5wdt +cpuid +cpu-notifier-error-inject +c-qcam +cramfs +cr_bllcd +crc7 +crc8 +crc-ccitt +crc-itu-t +crvml +cryptd +cryptoloop +crypto_null +crypto_user +crystalhd +cs5345 +cs53l32a +cs5535-mfd +cs553x_nand +cs89x0 +csiostor +csr_helper +csr_wifi +ct82c710 +ctr +cts +cuse +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx8800 +cx8802 +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx88xx +cxacru +cxd2099 +cxd2820r +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxt1e1 +cy8ctmg110_ts +cyber2000fb +cyberjack +cyclades +cyclomx +cycx_drv +cypress_cy7c63 +cypress_m8 +cytherm +cyttsp_core +cyttsp_i2c +cyttsp_spi +da9030_battery +da9034-ts +da903x +da903x_bl +da9052-battery +da9052_bl +da9052-hwmon +da9052_onkey +da9052-regulator +da9052_tsi +da9052_wdt +da9055-hwmon +da9055_onkey +da9055-regulator +da9055_wdt +DAC960 +daqboard2000 +das08 +das08_cs +das16 +das16m1 +das1800 +das6402 +das800 +db9 +dc395x +dca +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +dccp_probe +dcdbas +ddbridge +de2104x +de4x5 +de600 +de620 +decnet +deflate +defxx +dell-laptop +dell-led +dell_rbu +dell-wmi +dell-wmi-aio +denali +denali_pci +depca +des_generic +dgrp +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dibx000_common +digi_acceleport +diskonchip +divacapi +divadidd +diva_idi +diva_mnt +divas +dl2k +dlci +dlm +dm1105 +dm9601 +dm-bio-prison +dm-bufio +dm-crypt +dm-delay +dme1737 +dmfe +dm-flakey +dmi-sysfs +dm-log +dm-log-userspace +dmm32at +dm-mirror +dm-multipath +dm-persistent-data +dm-queue-length +dm-raid +dm-raid45 +dm-region-hash +dm-round-robin +dm-service-time +dm-snapshot +dm-thin-pool +dm-verity +dmx3191d +dm-zero +dnet +dn_rtmsg +doc2001plus +docecc +docg3 +docg4 +docprobe +donauboe +dpt_i2o +drbd +drm +drm_kms_helper +drm_usb +drxd +drxk +ds1621 +ds1682 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds620 +dsa_core +dsbr100 +dscc4 +dss1_divert +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt282x +dt3000 +dt3155v4l +dt9812 +dtc +dtl1_cs +dtlk +dummy +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb_usb_cypress_firmware +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-friio +dvb-usb-gl861 +dvb-usb-gp8psk +dvb-usb-it913x +dvb-usb-lmedm04 +dvb-usb-m920x +dvb-usb-mxl111sf +dvb-usb-nova-t-usb2 +dvb-usb-opera +dvb-usb-pctv452e +dvb-usb-rtl28xxu +dvb-usb-technisat-usb2 +dvb-usb-ttusb2 +dvb-usb-umt-010 +dvb_usb_v2 +dvb-usb-vp702x +dvb-usb-vp7045 +dwc3 +dwc3-exynos +dwc3-omap +dwc3-pci +dw_dmac +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e2100 +e4000 +e752x_edac +e7xxx_edac +earth-pt1 +eata +ebt_802_3 +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +ebt_among +ebt_arp +ebt_arpreply +ebt_dnat +ebt_ip +ebt_ip6 +ebt_limit +ebt_log +ebt_mark +ebt_mark_m +ebt_nflog +ebt_pkttype +ebt_redirect +ebt_snat +ebt_stp +ebt_vlan +ec100 +echo +ec_sys +edac_core +edac_mce_amd +edt-ft5x06 +eeepc-laptop +eeepc-wmi +eepro +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +eexpress +efficeon-agp +efs +einj +elo +elsa_cs +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +emc1403 +emc2103 +emc6w201 +em_canid +em_cmp +emi26 +emi62 +em_ipset +em_meta +em_nbyte +empeg +ems_pci +ems_pcmcia +ems_usb +em_text +emu10k1-gp +em_u32 +enc28j60 +enclosure +ene_ir +eni +enic +epat +epia +epic100 +eql +es3210 +esb2rom +esd_usb2 +esi-sir +esp4 +esp6 +et131x +eth16i +ethoc +eurotechwdt +evbug +ewrk3 +exofs +ext2 +extcon-adc-jack +extcon-arizona +extcon-gpio +extcon-max77693 +extcon-max8997 +ezusb +f2fs +f71805f +f71808e_wdt +f71882fg +f75375s +f81232 +fakelb +fam15h_power +fan53555 +farsync +faulty +fb_ddc +fb_sys_fops +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_cs +fealnx +ff-memless +fintek-cir +firedtv +firestream +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +firewire-serial +fit2 +fit3 +fixed +fl512 +floppy +fm801-gp +fm_drv +fmvj18x_cs +fnic +forcedeth +fore_200e +freevxfs +friq +frpw +fsa9480 +fscache +fschmd +ft1000 +ft1000_pcmcia +ftdi-elan +ftdi_sio +ftl +fujitsu-laptop +fujitsu-tablet +fujitsu_ts +funsoft +g450_pll +g760a +g_acm_ms +gadgetfs +gamecon +gameport +garmin_gps +garp +g_audio +g_cdc +gcm +g_dbgp +gdmwm +gdth +generic +generic-adc-battery +generic_bl +gen_probe +geode-aes +geode-rng +g_ether +gf128mul +gf2k +g_ffs +gfs2 +ghash-generic +g_hid +gigaset +girbil-sir +gl518sm +gl520sm +gl620a +gluebi +glue_helper +gma500_gfx +g_mass_storage +g_midi +g_ncm +g_NCR5380 +g_NCR5380_mmio +g_nokia +go7007 +go7007-usb +goku_udc +gp2ap002a00f +gpio-74x164 +gpio-addr-flash +gpio-adp5520 +gpio-adp5588 +gpio-amd8111 +gpio-arizona +gpio-charger +gpio-cs5535 +gpio-da9052 +gpio-da9055 +gpio-fan +gpio-generic +gpio-ich +gpio-ir-recv +gpio-it8761e +gpio-janz-ttl +gpio_keys +gpio_keys_polled +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-mc33880 +gpio-mcp23s08 +gpio-ml-ioh +gpio_mouse +gpio-pca953x +gpio-pcf857x +gpio-pch +gpio-rdc321x +gpio-regulator +gpio-sch +gpio_tilt_polled +gpio-tps65912 +gpio-ts5500 +gpio-twl4030 +gpio-twl6040 +gpio_vbus +gpio-viperboard +gpio-vx855 +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +g_printer +gre +grip +grip_mp +gsc_hpdi +g_serial +gspca_benq +gspca_conex +gspca_cpia1 +gspca_etoms +gspca_finepix +gspca_gl860 +gspca_jeilinj +gspca_jl2005bcd +gspca_kinect +gspca_konica +gspca_m5602 +gspca_main +gspca_mars +gspca_mr97310a +gspca_nw80x +gspca_ov519 +gspca_ov534 +gspca_ov534_9 +gspca_pac207 +gspca_pac7302 +gspca_pac7311 +gspca_se401 +gspca_sn9c2028 +gspca_sn9c20x +gspca_sonixb +gspca_sonixj +gspca_spca1528 +gspca_spca500 +gspca_spca501 +gspca_spca505 +gspca_spca506 +gspca_spca508 +gspca_spca561 +gspca_sq905 +gspca_sq905c +gspca_sq930x +gspca_stk014 +gspca_stv0680 +gspca_stv06xx +gspca_sunplus +gspca_t613 +gspca_topro +gspca_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gtco +guillemot +gunze +g_webcam +gx1fb +gxfb +gx-suspmod +g_zero +hamachi +hampshire +hangcheck-timer +hanwang +hci +hci_uart +hci_vhci +hdaps +hdlc +hdlc_cisco +hdlcdrv +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdpvr +he +hecubafb +hexium_gemini +hexium_orion +hfc4s8s_l1 +hfcmulti +hfcpci +hfcsusb +hfc_usb +hfs +hfsplus +hgafb +hid +hid-a4tech +hid-apple +hid-aureal +hid-axff +hid-belkin +hid-cherry +hid-chicony +hid-cypress +hid-dr +hid-elecom +hid-emsff +hid-ezkey +hid-gaff +hid-generic +hid-gyration +hid-holtekff +hid-holtek-kbd +hid-hyperv +hid-icade +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-lenovo-tpkbd +hid-logitech +hid-logitech-dj +hid-magicmouse +hid-microsoft +hid-monterey +hid-multitouch +hid-ntrig +hid-ortek +hidp +hid-petalynx +hid-picolcd +hid-pl +hid-primax +hid-prodikeys +hid-ps3remote +hid-roccat +hid-roccat-arvo +hid-roccat-common +hid-roccat-isku +hid-roccat-kone +hid-roccat-koneplus +hid-roccat-kovaplus +hid-roccat-lua +hid-roccat-pyra +hid-roccat-savu +hid-saitek +hid-samsung +hid-sensor-accel-3d +hid-sensor-als +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-iio-common +hid-sensor-magn-3d +hid-sensor-trigger +hid-sjoy +hid-sony +hid-speedlink +hid-sunplus +hid-tivo +hid-tmff +hid-topseed +hid-twinhan +hid-uclogic +hid-wacom +hid-waltop +hid-wiimote +hid-zpff +hid-zydacron +hih6130 +hisax +hisax_fcpcipnp +hisax_isac +hisax_st5481 +hmc5843 +hmc6352 +hopper +horizon +hostap +hostap_cs +hostap_pci +hostap_plx +hostess_sv11 +hp +hp100 +hp4x +hp_accel +hpfs +hpilo +hp-plus +hpsa +hptiop +hpwdt +hp-wmi +hsi +hsi_char +hso +htc-pasic3 +htcpen +hv_balloon +hv_netvsc +hv_storvsc +hv_utils +hv_vmbus +hwa-hc +hwa-rc +hwmon-vid +hwpoison-inject +hysdn +i1480-dfu-usb +i1480-est +i2400m +i2400m-usb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-amd756 +i2c-amd756-s4882 +i2c-amd8111 +i2c-cbus-gpio +i2c-designware-core +i2c-designware-pci +i2c-dev +i2c-diolan-u2c +i2c-eg20t +i2c-gpio +i2c-hid +i2c-i801 +i2c-intel-mid +i2c-isch +i2c-ismt +i2c-matroxfb +i2c-mux +i2c-mux-gpio +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-nforce2 +i2c-nforce2-s4985 +i2c-ocores +i2c-parport +i2c-parport-light +i2c-pca-isa +i2c-pca-platform +i2c-piix4 +i2c-scmi +i2c-simtec +i2c-sis5595 +i2c-sis630 +i2c-sis96x +i2c-smbus +i2c-stub +i2c-taos-evm +i2c-tiny-usb +i2c-via +i2c-viapro +i2c-viperboard +i2c-xiic +i2o_block +i2o_bus +i2o_config +i2o_core +i2o_proc +i2o_scsi +i3000_edac +i3200_edac +i5000_edac +i5100_edac +i5400_edac +i5k_amb +i6300esb +i7300_edac +i740fb +i7core_edac +i810 +i810fb +i82092 +i82365 +i82860_edac +i82875p_edac +i82975x_edac +i8k +i915 +ib700wdt +ib_addr +ib_cm +ib_core +ib_ipoib +ib_iser +ib_mad +ibmaem +ibmasm +ibmasr +ibmpex +ibmphp +ibm_rtl +ib_mthca +ib_sa +ib_srp +ib_srpt +ib_ucm +ib_umad +ib_uverbs +ichxrom +icn +icp_multi +ics932s401 +ideapad-laptop +idmouse +idt77252 +ie6xx_wdt +ieee802154 +ifb +iforce +igb +igbvf +iguanair +iio_dummy +iio_hwmon +iio-trig-gpio +iio-trig-periodic-rtc +iio-trig-sysfs +ii_pci20kc +ili210x +ili9320 +imm +imon +imx074 +in2000 +ina2xx +industrialio +industrialio-triggered-buffer +inet_diag +inexio +inftl +initio +input-polldev +int51x1 +intelfb +intel_ips +intel_menlow +intel_mid_battery +intel_mid_dma +intel_mid_powerbtn +intel_mid_thermal +intel-mid-touch +intel_oaktrail +intel-rng +intel_scu_ipcutil +intel_vr_nor +interact +interval_tree_test +ioatdma +ioc4 +io_edgeport +io_ti +iowarrior +ip6_gre +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6_tables +ip6table_security +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_MASQUERADE +ip6t_mh +ip6t_NPT +ip6t_REJECT +ip6t_rpfilter +ip6t_rt +ip6_tunnel +ipack +ipaq +ipcomp +ipcomp6 +ipddp +ipg +ip_gre +iphase +ipheth +ipip +ipmi_devintf +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_watchdog +ipoctal +ipr +ips +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netport +ip_set_list_set +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +ip_tables +iptable_security +ipt_ah +ipt_CLUSTERIP +ipt_ECN +ipt_MASQUERADE +ipt_REJECT +ipt_rpfilter +ipt_ULOG +ip_vs +ip_vs_dh +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_nq +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_wlc +ip_vs_wrr +ip_vti +ipw +ipw2100 +ipw2200 +ipwireless +ipx +ircomm +ircomm-tty +irda +irda-usb +iris +ir-jvc-decoder +ir-kbd-i2c +irlan +ir-lirc-codec +ir-mce_kbd-decoder +ir-nec-decoder +irnet +ir-rc5-decoder +ir-rc5-sz-decoder +ir-rc6-decoder +ir-sanyo-decoder +ir-sony-decoder +irtty-sir +ir-usb +isci +iscsi_boot_sysfs +iscsi_ibft +iscsi_target_mod +iscsi_tcp +isdn +isdn_bsdcomp +isdnhdlc +isicom +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isofs +isp116x-hcd +isp1301 +isp1362-hcd +isp1704_charger +isp1760 +it87 +it8712f_wdt +it87_wdt +it913x-fe +iTCO_vendor_support +iTCO_wdt +itd1000 +ite-cir +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_c2 +iw_cm +iw_cxgb3 +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlwifi +iw_nes +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsm +k10temp +k8temp +kafs +kalmia +kaweth +kb3886_bl +kbic +kbtab +kcomedilib +ke_counter +kernelcapi +keucr +keyspan +keyspan_pda +keyspan_remote +kfifo_buf +khazad +kingsun-sir +kl5kusb105 +kobil_sct +ks0108 +ks0127 +ks8842 +ks8851 +ks8851_mll +ks959-sir +ksdazzle-sir +ksz884x +ktti +kvaser_pci +kvaser_usb +kvm +kvm-amd +kvm-intel +kxsd9 +kxtj9 +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_ppp +l440gx +l4f00242t03 +l64781 +lanai +lance +lapb +lapbether +latch-addr-flash +lcd +ld9040 +ldusb +lec +leds-88pm860x +leds-adp5520 +leds-bd2802 +leds-blinkm +leds-clevo-mail +leds-da903x +leds-da9052 +leds-dac124s085 +leds-gpio +leds-lm3530 +leds-lm3533 +leds-lm355x +leds-lm3642 +leds-lp3944 +leds-lp5521 +leds-lp5523 +leds-lp8788 +leds-lt3593 +leds-max8997 +leds-mc13783 +leds-net48xx +leds-ot200 +leds-pca9532 +leds-pca955x +leds-pca9633 +leds-regulator +leds-ss4200 +leds-tca6507 +leds-wm831x-status +leds-wm8350 +leds-wrap +ledtrig-backlight +ledtrig-default-on +ledtrig-gpio +ledtrig-heartbeat +ledtrig-oneshot +ledtrig-timer +ledtrig-transient +legousbtower +lg2160 +lgdt3305 +lgdt330x +lgs8gxx +lg-vl600 +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libahci +libceph +libcomposite +libcrc32c +libcxgbi +libertas +libertas_cs +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libore +libosd +libsas +libsrp +lightning +line6usb +lineage-pem +linear +lirc_bt829 +lirc_dev +lirc_igorplugusb +lirc_imon +lirc_parallel +lirc_sasem +lirc_serial +lirc_sir +lirc_zilog +lis3l02dq +lis3lv02d +lis3lv02d_i2c +litelink-sir +lkkbd +llc +llc2 +lm25066 +lm3533-als +lm3533_bl +lm3533-core +lm3533-ctrlbank +lm3630_bl +lm3639_bl +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95241 +lm95245 +lmc +lms283gf05 +lnbp21 +lnbp22 +lne390 +lockd +logger +logibm +longhaul +longrun +lp +lp3971 +lp3972 +lp486e +lp855x_bl +lp8727_charger +lp8788-charger +lpc_ich +lpc_sch +lpddr_cmds +lpfc +lru_cache +lrw +ltc2978 +ltc4151 +ltc4215 +ltc4245 +ltc4261 +ltpc +ltv350qv +lxfb +m25p80 +m2m-deinterlace +m52790 +m88rs2000 +ma600-sir +mac80211 +mac80211_hwsim +mac802154 +macb +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac_hid +machzwd +mac-iceland +mac-inuit +macmodes +mac-roman +mac-romanian +mac-turkish +macvlan +macvtap +magellan +mantis +mantis_core +map_absent +map_funcs +map_ram +map_rom +matrix-keymap +matrix_keypad +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_DAC1064 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +matroxfb_Ti3026 +matrox_w1 +max1111 +max11801_ts +max1363 +max1586 +max16064 +max16065 +max1619 +max1668 +max17040_battery +max17042_battery +max197 +max2165 +max3100 +max34440 +max517 +max6639 +max6642 +max6650 +max6875 +max7359_keypad +max77686 +max8649 +max8660 +max8688 +max8903_charger +max8907 +max8907-regulator +max8925_bl +max8925_onkey +max8925_power +max8925-regulator +max8952 +max8973-regulator +max8997 +max8997_charger +max8998 +max8998_charger +mb862xxfb +mb86a16 +mb86a20s +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc44s803 +mce_amd_inj +mce-inject +mceusb +mcp2120-sir +mcp251x +mcp3021 +mcp4725 +mcs5000_ts +mcs7780 +mcs7830 +mcs_touchkey +mct_u232 +md4 +mdacon +mdc800 +mdio +me4000 +me_daq +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +mei +mem2mem_testdev +memstick +metronomefb +metro-usb +meye +mfd +mga +michael_mic +microcode +microtek +minix +mip6 +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +mite +mixcomwd +mk712 +mkiss +mlx4_core +mlx4_en +mlx4_ib +mma8450 +mmc_block +mms114 +mos7720 +mos7840 +moto_modem +moxa +mpc624 +mpoa +mpr121_touchkey +mpt2sas +mpt3sas +mptbase +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mrf24j40 +mrst_max3110 +msdos +msi-laptop +msi-wmi +msp3400 +mspro_block +msr +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt312 +mt352 +mt9m001 +mt9m111 +mt9t031 +mt9t112 +mt9v011 +mt9v022 +mtd +mtd_blkdevs +mtdblock +mtdblock_ro +mtdchar +mtd_dataflash +mtdoops +mtdram +mtdswap +mtip32xx +mtouch +multipath +multiq3 +musb_hdrc +mv88e6060 +mv88e6xxx_drv +mvmdio +mvsas +mv_udc +mvumi +mwave +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mxb +mxl111sf-demod +mxl111sf-tuner +mxl5005s +mxl5007t +mxm-wmi +mxser +myri10ge +n2 +n411 +nand +nand_bch +nand_ecc +nand_ids +nandsim +natsemi +navman +nbd +nci +ncpfs +NCR53c406a +ne +ne2k-pci +ne3210 +neofb +net1080 +net2272 +net2280 +netconsole +netjet +netprio_cgroup +netrom +netsc520 +nettel +netxen_nic +newtonkbd +nfc +nf_conntrack +nf_conntrack_amanda +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_ipv4 +nf_conntrack_ipv6 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_proto_dccp +nf_conntrack_proto_gre +nf_conntrack_proto_sctp +nf_conntrack_proto_udplite +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nfcwilink +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_ipv4 +nf_nat_ipv6 +nf_nat_irc +nf_nat_pptp +nf_nat_proto_dccp +nf_nat_proto_gre +nf_nat_proto_sctp +nf_nat_proto_udplite +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_log +nfnetlink_queue +nfs +nfs_acl +nfsd +nfs_layout_nfsv41_files +nfsv2 +nfsv3 +nfsv4 +nftl +nf_tproxy_core +ngene +n_hdlc +ni52 +ni65 +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +nicstar +ni_daq_700 +ni_daq_dio24 +ni_labpc +ni_labpc_cs +nilfs2 +ni_mio_cs +ni_pcidio +ni_pcimio +ni_tio +ni_tiocmd +niu +nls_ascii +nls_cp1250 +nls_cp1251 +nls_cp1255 +nls_cp737 +nls_cp775 +nls_cp850 +nls_cp852 +nls_cp855 +nls_cp857 +nls_cp860 +nls_cp861 +nls_cp862 +nls_cp863 +nls_cp864 +nls_cp865 +nls_cp866 +nls_cp869 +nls_cp874 +nls_cp932 +nls_cp936 +nls_cp949 +nls_cp950 +nls_euc-jp +nls_iso8859-1 +nls_iso8859-13 +nls_iso8859-14 +nls_iso8859-15 +nls_iso8859-2 +nls_iso8859-3 +nls_iso8859-4 +nls_iso8859-5 +nls_iso8859-6 +nls_iso8859-7 +nls_iso8859-9 +nls_koi8-r +nls_koi8-ru +nls_koi8-u +nls_utf8 +nmclan_cs +nop-usb-xceiv +nosy +notifier-error-inject +nouveau +nozomi +n_r3964 +ns558 +ns83820 +nsc_gpio +nsc-ircc +nsp32 +nsp_cs +ntc_thermistor +ntfs +n_tracerouter +n_tracesink +nuvoton-cir +nvidiafb +nvme +nvram +nv_tco +nxt200x +nxt6000 +objlayoutdriver +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stackglue +ocfs2_stack_o2cb +ocfs2_stack_user +ocrdma +old_belkin-sir +omfs +omninet +on20 +on26 +onenand +opencores-kbd +openvswitch +oprofile +opticon +option +or51132 +or51211 +orinoco +orinoco_cs +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +osd +osdblk +osst +oti6858 +output +ov2640 +ov5642 +ov6650 +ov7670 +ov772x +ov9640 +ov9740 +overlayfs +oxu210hp-hcd +ozwpan +p4-clockmod +p54common +p54pci +p54spi +p54usb +p8022 +p8023 +padlock-aes +padlock-sha +palmas-regulator +panasonic-laptop +pandora_bl +panel +paride +parkbd +parport +parport_ax88796 +parport_cs +parport_pc +parport_serial +pas16 +pata_acpi +pata_ali +pata_amd +pata_arasan_cf +pata_artop +pata_atiixp +pata_atp867x +pata_cmd640 +pata_cmd64x +pata_cs5520 +pata_cs5530 +pata_cs5535 +pata_cs5536 +pata_cypress +pata_efar +pata_hpt366 +pata_hpt37x +pata_hpt3x2n +pata_hpt3x3 +pata_isapnp +pata_it8213 +pata_it821x +pata_jmicron +pata_legacy +pata_marvell +pata_mpiix +pata_netcell +pata_ninja32 +pata_ns87410 +pata_ns87415 +pata_oldpiix +pata_opti +pata_optidma +pata_pcmcia +pata_pdc2027x +pata_pdc202xx_old +pata_piccolo +pata_platform +pata_radisys +pata_rdc +pata_rz1000 +pata_sc1200 +pata_sch +pata_serverworks +pata_sil680 +pata_sl82c105 +pata_triflex +pata_via +pc110pad +pc300too +pc87360 +pc8736x_gpio +pc87413_wdt +pc87427 +pcap_keys +pcap-regulator +pcap_ts +pcbc +pcbit +pcd +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_can +pch_dma +pch_gbe +pch_phub +pch_uart +pch_udc +pci +pci200syn +pcips2 +pci_slot +pci-stub +pcl711 +pcl724 +pcl725 +pcl726 +pcl730 +pcl812 +pcl816 +pcl818 +pcm3724 +pcm3730 +pcmad +pcmcia +pcmcia_core +pcmciamtd +pcmcia_rsrc +pcm_common +pcmda12 +pcmmio +pcmuio +pcnet32 +pcnet_cs +pcrypt +pcspkr +pcwd +pcwd_pci +pcwd_usb +pd +pd6729 +pda_power +pdc_adma +peak_pci +peak_pcmcia +peak_usb +pegasus +penmount +pf +pg +phantom +phison +phonet +phram +physmap +pixcir_i2c_ts +pktcdvd +pktgen +pl2303 +platform_lcd +plat_nand +plat-ram +plip +plusb +pluto2 +plx_pci +pm2fb +pm3fb +pm8001 +pmbus +pmbus_core +pmc551 +pmcraid +pm-notifier-error-inject +pms +pn533 +pn544_i2c +pn_pep +poc +poseidon +powermate +powernow-k6 +powernow-k7 +ppa +ppdev +ppp_async +ppp_deflate +ppp_mppe +pppoatm +pppoe +pppox +ppp_synctty +pps_core +pps-gpio +pps-ldisc +pps_parport +pptp +prism2_usb +ps2mult +psmouse +psnap +pt +pti +ptp +ptp_pch +pvrusb2 +pwc +pwm-beeper +pwm_bl +pwm-twl +pwm-twl-led +qcaux +qcserial +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qlogic_cs +qlogicfas +qlogicfas408 +qmi_wwan +qnx4 +qnx6 +qt1010 +qt1070 +qt2160 +quatech2 +quatech_daqp_cs +quickstart +quota_tree +quota_v1 +quota_v2 +r128 +r592 +r6040 +r8169 +r8187se +r8192e_pci +r8192u_usb +r82600_edac +r852 +r8712u +r8a66597-hcd +r8a66597-udc +radeon +radeonfb +radio-aimslab +radio-aztech +radio-cadet +radio-gemtek +radio-i2c-si470x +radio-isa +radio-keene +radio-maxiradio +radio-miropcm20 +radio-mr800 +radio-rtrack2 +radio-sf16fmi +radio-sf16fmr2 +radio-shark +radio-si4713 +radio-tea5764 +radio-terratec +radio-timb +radio-trust +radio-typhoon +radio-usb-si470x +radio-wl1273 +radio-zoltrix +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid6test +raid_class +ramoops +raw +ray_cs +rbd +rbtree_test +rc5t583-regulator +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rcar-phy +rc-asus-pc39 +rc-asus-ps3-100 +rc-ati-tv-wonder-hd-600 +rc-ati-x10 +rc-avermedia +rc-avermedia-a16d +rc-avermedia-cardbus +rc-avermedia-dvbt +rc-avermedia-m135a +rc-avermedia-m733a-rm-k6 +rc-avermedia-rm-ks +rc-avertv-303 +rc-azurewave-ad-tu700 +rc-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +rc-dib0700-nec +rc-dib0700-rc5 +rc-digitalnow-tinytwin +rc-digittrade +rc-dm1105-nec +rc-dntv-live-dvb-t +rc-dntv-live-dvbt-pro +rc-em-terratec +rc-encore-enltv +rc-encore-enltv2 +rc-encore-enltv-fm53 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-imon-mce +rc-imon-pad +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lirc +rc-lme2510 +rc-loopback +rc-manli +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +rc-msi-digivox-ii +rc-msi-digivox-iii +rc-msi-tvanywhere +rc-msi-tvanywhere-plus +rc-nebula +rc-nec-terratec-cinergy-xs +rc-norwood +rc-npgtech +rc-pctv-sedna +rc-pinnacle-color +rc-pinnacle-grey +rc-pinnacle-pctv-hd +rc-pixelview +rc-pixelview-002t +rc-pixelview-mk12 +rc-pixelview-new +rc-powercolor-real-angel +rc-proteus-2309 +rc-purpletv +rc-pv951 +rc-rc6-mce +rc-real-audio-220-32-keys +rc-snapstream-firefly +rc-streamzap +rc-tbs-nec +rc-technisat-usb2 +rc-terratec-cinergy-xs +rc-terratec-slim +rc-terratec-slim-2 +rc-tevii-nec +rc-tivo +rc-total-media-in-hand +rc-trekstor +rc-tt-1500 +rc-twinhan1027 +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-winfast +rc-winfast-usbii-deluxe +rdc321x-southbridge +rdma_cm +rdma_ucm +rds +rds_rdma +rds_tcp +redboot +redrat3 +reed_solomon +regmap-mmio +reiserfs +remoteproc +renesas_usbhs +retu-mfd +retu-pwrbutton +rfc1051 +rfc1201 +rfcomm +rfd_ftl +rfkill-regulator +ring_sw +rio500 +rionet +rivafb +rj54n1cb0c +rmd128 +rmd160 +rmd256 +rmd320 +rndis_host +rndis_wlan +rocket +romfs +rose +rotary_encoder +rpcsec_gss_krb5 +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800pci +rt2800usb +rt2x00lib +rt2x00pci +rt2x00usb +rt61pci +rt73usb +rtc-88pm80x +rtc-88pm860x +rtc-ab3100 +rtc-bq32k +rtc-bq4802 +rtc-da9052 +rtc-da9055 +rtc-ds1286 +rtc-ds1305 +rtc-ds1307 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-ds3234 +rtc-em3027 +rtc-fm3130 +rtc-isl12022 +rtc-isl1208 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max8907 +rtc-max8925 +rtc-max8998 +rtc-mc13xxx +rtc-mrst +rtc-msm6242 +rtc-pcap +rtc-pcf2123 +rtc-pcf50633 +rtc-pcf8523 +rtc-pcf8563 +rtc-pcf8583 +rtc-r9701 +rtc-rc5t583 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3029c2 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-stk17ta8 +rtc-tps6586x +rtc-tps65910 +rtc-twl +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl8150 +rtl8180 +rtl8187 +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192se +rtl8723ae +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtlwifi +rts5139 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rx51_battery +rxkad +s1d13xxxfb +s2250 +s2250-loader +s2255drv +s2io +s2mps11 +s3fb +s526 +s5h1409 +s5h1411 +s5h1420 +s5m8767 +s626 +s6e63m0 +s921 +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7146 +saa7146_vv +saa7164 +saa717x +saa7185 +saa7706h +safe_serial +salsa20_generic +salsa20-i586 +samsung-laptop +samsung-q10 +sata_inic162x +sata_mv +sata_nv +sata_promise +sata_qstor +sata_sil +sata_sil24 +sata_sis +sata_svw +sata_sx4 +sata_uli +sata_via +sata_vsc +savage +savagefb +sb1000 +sb105x +sbc60xxwdt +sbc7240_wdt +sbc8360 +sbc_epx_c3 +sbc_fitpc2_wdt +sbc_gxx +sbe-2t3e3 +sbni +sbp_target +sbs +sbs-battery +sbshc +sc +sc1200wdt +sc520cdp +sc520_wdt +sc92031 +sca3000 +scb2_flash +scc +sch311x_wdt +sch5627 +sch5636 +sch56xx-common +sch_atm +sch_cbq +sch_choke +sch_codel +sch_drr +sch_dsmark +sch_fq_codel +sch_gred +sch_hfsc +sch_htb +sch_ingress +sch_mqprio +sch_multiq +sch_netem +sch_plug +sch_prio +sch_qfq +sch_red +sch_sfb +sch_sfq +sch_tbf +sch_teql +scsi_debug +scsi_dh +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_tgt +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_srp +sctp +sctp_probe +scx200 +scx200_acb +scx200_docflash +scx200_gpio +scx200_hrt +scx200_wdt +sdhci +sdhci-acpi +sdhci-pci +sdhci-pltfm +sdio_uart +sdla +sdricoh_cs +sealevel +sedlbauer_cs +seed +seeq8005 +sep_driver +seqiv +ser_gigaset +serial2002 +serial_cs +serio_raw +sermouse +serpent_generic +serpent-sse2-i586 +serport +serqt_usb2 +ses +sfc +shark2 +shpchp +sht15 +sht21 +si21xx +si4713-i2c +sidewinder +siemens_mpi +sierra +sierra_net +sil164 +sim710 +sir-dev +sis +sis190 +sis5595 +sis900 +sis-agp +sisfb +sisusbvga +sit +sja1000 +sja1000_isa +sja1000_platform +skel +skfp +skge +sky2 +sl811_cs +sl811-hcd +slcan +slicoss +slip +slram +sm501 +sm501fb +sm7xxfb +smb347-charger +smc9194 +smc91c92_cs +sm_common +smc-ultra +smc-ultra32 +sm_ftl +smm665 +smsc37b787_wdt +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc9420 +smsc95xx +smsc-ircc2 +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-ad1816a +snd-ad1848 +snd-ad1889 +snd-adlib +snd-ak4113 +snd-ak4114 +snd-ak4117 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als100 +snd-als300 +snd-als4000 +snd-asihpi +snd-atiixp +snd-atiixp-modem +snd-au8810 +snd-au8820 +snd-au8830 +snd-aw2 +snd-azt1605 +snd-azt2316 +snd-azt2320 +snd-azt3328 +snd-bt87x +snd-ca0106 +snd-cmi8328 +snd-cmi8330 +snd-cmipci +snd-compress +snd-cs4231 +snd-cs4236 +snd-cs4281 +snd-cs46xx +snd-cs5530 +snd-cs5535audio +snd-cs8427 +snd-ctxfi +snd-darla20 +snd-darla24 +snd-dummy +snd-echo3g +snd-emu10k1 +snd-emu10k1-synth +snd-emu10k1x +snd-emu8000-synth +snd-emux-synth +snd-ens1370 +snd-ens1371 +snd-es1688 +snd-es1688-lib +snd-es18xx +snd-es1938 +snd-es1968 +snd-firewire-lib +snd-firewire-speakers +snd-fm801 +snd-gina20 +snd-gina24 +snd-gusclassic +snd-gusextreme +snd-gus-lib +snd-gusmax +snd-hda-codec +snd-hda-codec-analog +snd-hda-codec-ca0110 +snd-hda-codec-ca0132 +snd-hda-codec-cirrus +snd-hda-codec-cmedia +snd-hda-codec-conexant +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-intel +snd-hdsp +snd-hdspm +snd-hrtimer +snd-hwdep +snd-i2c +snd-ice1712 +snd-ice1724 +snd-ice17xx-ak4xxx +snd-indigo +snd-indigodj +snd-indigodjx +snd-indigoio +snd-indigoiox +snd-intel8x0 +snd-intel8x0m +snd-interwave +snd-interwave-stb +snd-isight +snd-jazz16 +snd-korg1212 +snd-layla20 +snd-layla24 +snd-lola +snd-lx6464es +snd-maestro3 +snd-mia +snd-miro +snd-mixart +snd-mona +snd-mpu401 +snd-mpu401-uart +snd-msnd-classic +snd-msnd-lib +snd-msnd-pinnacle +snd-mtpav +snd-mts64 +snd-nm256 +snd-opl3-lib +snd-opl3sa2 +snd-opl3-synth +snd-opl4-lib +snd-opl4-synth +snd-opti92x-ad1848 +snd-opti92x-cs4231 +snd-opti93x +snd-oxygen +snd-oxygen-lib +snd-page-alloc +snd-pcm +snd-pcsp +snd-pcxhr +snd-pdaudiocf +snd-portman2x4 +snd-pt2258 +snd-rawmidi +snd-riptide +snd-rme32 +snd-rme96 +snd-rme9652 +snd-sb16 +snd-sb16-csp +snd-sb16-dsp +snd-sb8 +snd-sb8-dsp +snd-sbawe +snd-sb-common +snd-sc6000 +snd-scs1x +snd-seq +snd-seq-device +snd-seq-dummy +snd-seq-midi +snd-seq-midi-emul +snd-seq-midi-event +snd-seq-virmidi +snd-serial-u16550 +snd-sis7019 +snd-soc-88pm860x +snd-soc-ab8500-codec +snd-soc-ad1836 +snd-soc-ad193x +snd-soc-ad73311 +snd-soc-adau1373 +snd-soc-adav80x +snd-soc-ads117x +snd-soc-ak4104 +snd-soc-ak4535 +snd-soc-ak4641 +snd-soc-ak4642 +snd-soc-ak4671 +snd-soc-alc5623 +snd-soc-alc5632 +snd-soc-arizona +snd-soc-core +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs42l51 +snd-soc-cs42l52 +snd-soc-cs42l73 +snd-soc-cx20442 +snd-soc-da7210 +snd-soc-da732x +snd-soc-da9055 +snd-soc-dfbmcs320 +snd-soc-isabelle +snd-soc-jz4740-codec +snd-soc-l3 +snd-soc-lm4857 +snd-soc-lm49453 +snd-soc-max9768 +snd-soc-max98088 +snd-soc-max98090 +snd-soc-max98095 +snd-soc-max9850 +snd-soc-max9877 +snd-soc-mc13783 +snd-soc-mfld-machine +snd-soc-ml26124 +snd-soc-pcm3008 +snd-soc-rt5631 +snd-soc-sgtl5000 +snd-soc-simple-card +snd-soc-sn95031 +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-ssm2602 +snd-soc-sst-platform +snd-soc-sta32x +snd-soc-sta529 +snd-soc-tlv320aic23 +snd-soc-tlv320aic26 +snd-soc-tlv320aic32x4 +snd-soc-tlv320aic3x +snd-soc-tlv320dac33 +snd-soc-tpa6130a2 +snd-soc-twl4030 +snd-soc-twl6040 +snd-soc-uda134x +snd-soc-uda1380 +snd-soc-wl1273 +snd-soc-wm0010 +snd-soc-wm1250-ev1 +snd-soc-wm2000 +snd-soc-wm2200 +snd-soc-wm5100 +snd-soc-wm5102 +snd-soc-wm5110 +snd-soc-wm8350 +snd-soc-wm8400 +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8727 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8782 +snd-soc-wm8804 +snd-soc-wm8900 +snd-soc-wm8903 +snd-soc-wm8904 +snd-soc-wm8940 +snd-soc-wm8955 +snd-soc-wm8960 +snd-soc-wm8961 +snd-soc-wm8962 +snd-soc-wm8971 +snd-soc-wm8974 +snd-soc-wm8978 +snd-soc-wm8983 +snd-soc-wm8985 +snd-soc-wm8988 +snd-soc-wm8990 +snd-soc-wm8991 +snd-soc-wm8993 +snd-soc-wm8994 +snd-soc-wm8995 +snd-soc-wm8996 +snd-soc-wm9081 +snd-soc-wm9090 +snd-soc-wm-adsp +snd-soc-wm-hubs +snd-sonicvibes +snd-sscape +snd-tea575x-tuner +snd-tea6330t +snd-timer +snd-trident +snd-ua101 +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usbmidi-lib +snd-usb-us122l +snd-usb-usx2y +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx222 +snd-vx-lib +snd-vxpocket +snd-wavefront +snd-wss-lib +snd-ymfpci +soc_camera +soc_camera_platform +soc_mediabus +softdog +softing +softing_cs +solo6x10 +solos-pci +sony-laptop +sonypi +soundcore +sp5100_tco +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntpc +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_decpc +speakup_dectlk +speakup_dtlk +speakup_dummy +speakup_keypc +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +spectrum_cs +speedfax +speedtch +spi-altera +spi-bitbang +spi-butterfly +spidev +spi-dw +spi-dw-midpci +spi-gpio +spi_ks8995 +spi-lm70llp +spi-oc-tiny +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-sc18is602 +spi-tle62x0 +spi-topcliff-pch +spi-xcomm +squashfs +ssb +ssb-hcd +ssfdc +sst25l +sstfb +ssu100 +ssv_dnp +st +st1232 +starfire +stb0899 +stb6000 +stb6100 +st_drv +ste_modem_rproc +stex +stinger +stir4200 +stk1160 +stkwebcam +stmmac +stmpe-keypad +stmpe-ts +stowaway +stp +streamzap +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv6110 +stv6110x +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrpc +svcrdma +svgalib +sworks-agp +sx8 +sym53c416 +sym53c500_cs +sym53c8xx +symbolserial +synaptics_i2c +synaptics_i2c_rmi4 +synaptics_usb +synclink +synclink_cs +synclink_gt +synclinkmp +syscopyarea +sysfillrect +sysimgblt +sysv +t128 +t1isa +t1pci +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +tc1100-wmi +tc3589x-keypad +tca6416-keypad +tca8418_keypad +tcic +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_usb_gadget +tcm_vhost +tcp_bic +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_probe +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcrypt +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18271 +tda18271c2dd +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tdfx +tdfxfb +tdo24m +tea +tea5761 +tea5767 +tea6415c +tea6420 +tef6862 +tehuti +tekram-sir +teles_cs +test-kstrtox +test_power +tg3 +tgr192 +thinkpad_acpi +thmc50 +ti-adc081c +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_dac7512 +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +timb_dma +timberdale +timblogiw +timbuart +timed_gpio +timeriomem-rng +tipc +ti_usb_3410_5052 +tlan +tlclk +tm6000 +tm6000-alsa +tm6000-dvb +tmdc +tmiofb +tmp102 +tmp401 +tmp421 +tmscsim +toim3232-sir +topstar-laptop +toshiba_acpi +toshiba_bluetooth +touchit213 +touchright +touchwin +tpci200 +tpm_atmel +tpm_i2c_infineon +tpm_infineon +tpm_nsc +tpm-rng +tpm_tis +tps51632-regulator +tps6105x +tps6105x-regulator +tps62360-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65090-regulator +tps65217 +tps65217_bl +tps65217-regulator +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps80031-regulator +trancevibrator +tranzport +tridentfb +ts5500_flash +ts_bm +tsc2005 +tsc2007 +tsc40 +tscan1 +ts_fsm +ts_kmp +tsl2550 +tsl2563 +tsl2583 +tsl2x7x_core +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +tua6100 +tua9001 +tulip +tuner +tuner-simple +tuner-types +tuner-xc2028 +tunnel4 +tunnel6 +turbografx +tusb6010 +tvaudio +tveeprom +tvp5150 +tw9910 +twidjoy +twl4030_charger +twl4030_keypad +twl4030-madc +twl4030-madc-hwmon +twl4030-pwrbutton +twl4030-vibra +twl4030_wdt +twl6040-vibra +twofish_common +twofish_generic +twofish-i586 +typhoon +u132-hcd +u14-34f +uartlite +ubi +ubifs +ucb1400_core +ucb1400_ts +ucd9000 +ucd9200 +udc-core +udf +udl +udlfb +udp_diag +ueagle-atm +ufs +ufshcd +uhid +uio +uio_aec +uio_cif +uio_dmem_genirq +uio_netx +uio_pci_generic +uio_pdrv +uio_pdrv_genirq +uio_sercos3 +uli526x +ultrastor +umc +umem +ums-alauda +ums-cypress +ums-datafab +ums-eneub6250 +ums-freecom +ums-isd200 +ums-jumpshot +ums-karma +ums-onetouch +ums-realtek +ums-sddr09 +ums-sddr55 +ums-usbat +unioxx5 +unix_diag +upd64031a +upd64083 +uPD98402 +usb8xxx +usbatm +usb_debug +usbdux +usbduxfast +usbduxsigma +usb_gigaset +usbhid +usbip-core +usbip-host +usbkbd +usblcd +usbled +usblp +usbmon +usbmouse +usbnet +usbserial +usbsevseg +usb-storage +usbtest +usbtmc +usbtouchscreen +usbvision +usb_wwan +userspace-consumer +ushc +uss720 +uvcvideo +uvesafb +uwb +v4l2-common +v4l2-int-device +v4l2-mem2mem +vcan +vcnl4000 +ves1820 +ves1x93 +vesafb +veth +vfio +vfio_iommu_type1 +vfio-pci +vga16fb +vgastate +vgg2432a4 +vhci-hcd +vhost_net +via +via686a +via-camera +via-cputemp +viafb +via-ircc +via-rhine +via-rng +via-sdmmc +via-velocity +via_wdt +video +videobuf2-core +videobuf2-dma-contig +videobuf2-memops +videobuf2-vmalloc +videobuf-core +videobuf-dma-contig +videobuf-dma-sg +videobuf-dvb +videobuf-vmalloc +videocodec +videodev +viperboard +viperboard_adc +virtio_balloon +virtio_console +virtio_mmio +virtio-rng +virtio_scsi +virtual +visor +vivi +vivopay-serial +vlsi_ir +vmac +vme +vme_ca91cx42 +vme_pio2 +vme_tsi148 +vme_user +vme_vmivme7805 +vmk80xx +vmlfb +vmw_balloon +vmwgfx +vmw_pvscsi +vmxnet3 +vp27smpx +vpx3220 +vsxxxaa +vt1211 +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxge +vxlan +w1_bq27000 +w1_ds2408 +w1_ds2423 +w1_ds2431 +w1_ds2433 +w1_ds2760 +w1_ds2780 +w1_ds2781 +w1_ds28e04 +w1-gpio +w1_smem +w1_therm +w35und +w5100 +w5300 +w6692 +w83627ehf +w83627hf +w83627hf_wdt +w83697hf_wdt +w83697ug_wdt +w83781d +w83791d +w83792d +w83793 +w83795 +w83877f_wdt +w83977af_ir +w83977f_wdt +w83l785ts +w83l786ng +w9966 +wacom +wacom_i2c +wacom_w8001 +wafer5823wdt +walkera0701 +wanrouter +wanxl +warrior +wbsd +wd +wd7000 +wdt +wdt_pci +whci +whci-hcd +whc-rc +whiteheat +wil6210 +wimax +winbond-840 +winbond-cir +wire +wis-ov7640 +wis-saa7113 +wis-saa7115 +wis-sony-tuner +wistron_btns +wis-tw2804 +wis-tw9903 +wis-uda1342 +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wl3501_cs +wlags49_h25_cs +wlags49_h2_cs +wlcore +wlcore_sdio +wlcore_spi +wm831x_backup +wm831x_bl +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x_power +wm831x-ts +wm831x_wdt +wm8350-hwmon +wm8350_power +wm8350-regulator +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994-regulator +wm97xx-ts +wmi +wp512 +wusb-cbaf +wusbcore +wusb-wa +x25 +x25_asy +x38_edac +xc4000 +xc5000 +xcbc +xen-blkback +xen-evtchn +xen-fbfront +xenfs +xen-gntalloc +xen-gntdev +xen-kbdfront +xen-netback +xen-pciback +xen-pcifront +xen-privcmd +xen_wdt +xfrm4_mode_beet +xfrm4_mode_transport +xfrm4_mode_tunnel +xfrm4_tunnel +xfrm6_mode_beet +xfrm6_mode_ro +xfrm6_mode_transport +xfrm6_mode_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_ipcomp +xfrm_user +xfs +xgifb +xgmac +xirc2ps_cs +xircom_cb +xo15-ebook +xor +xpad +xprtrdma +x_tables +xt_addrtype +xt_AUDIT +xt_CHECKSUM +xt_CLASSIFY +xt_cluster +xt_comment +xt_connbytes +xt_connlimit +xt_connmark +xt_CONNSECMARK +xt_conntrack +xt_cpu +xt_CT +xt_dccp +xt_devgroup +xt_dscp +xt_DSCP +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_HL +xt_HMARK +xt_IDLETIMER +xt_iprange +xt_ipvs +xtkbd +xt_LED +xt_length +xt_limit +xt_LOG +xt_mac +xt_mark +xt_multiport +xt_nat +xt_NETMAP +xt_nfacct +xt_NFLOG +xt_NFQUEUE +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_RATEEST +xt_realm +xt_recent +xt_REDIRECT +xts +xt_sctp +xt_SECMARK +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_TCPMSS +xt_TCPOPTSTRIP +xt_tcpudp +xt_TEE +xt_time +xt_TPROXY +xt_TRACE +xt_u32 +xusbatm +xz_dec_test +yam +yealink +yellowfin +yenta_socket +yurex +z85230 +zatm +zaurus +zd1201 +zd1211rw +zhenhua +zio +zl10036 +zl10039 +zl10353 +zl6100 +zlib +zlib_deflate +znet +zr36016 +zr36050 +zr36060 +zr36067 +zr364xx +zram +zte_ev --- linux-lowlatency-3.8.0.orig/debian.master/abi/3.8.0-25.37/i386/generic.compiler +++ linux-lowlatency-3.8.0/debian.master/abi/3.8.0-25.37/i386/generic.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3 --- linux-lowlatency-3.8.0.orig/debian.master/abi/3.8.0-25.37/armhf/generic +++ linux-lowlatency-3.8.0/debian.master/abi/3.8.0-25.37/armhf/generic @@ -0,0 +1,11622 @@ +EXPORT_SYMBOL crypto/gf128mul 0x0c2f123f gf128mul_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x1068004b gf128mul_bbe +EXPORT_SYMBOL crypto/gf128mul 0x2f2889a0 gf128mul_init_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x384ef9ce gf128mul_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x56af0dbd gf128mul_x_ble +EXPORT_SYMBOL crypto/gf128mul 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL crypto/gf128mul 0xbd17a0df gf128mul_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0xc0890413 gf128mul_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/bcma/bcma 0xdfbe46d0 bcma_core_dma_translation +EXPORT_SYMBOL drivers/block/drbd/drbd 0x35131b36 drbd_role_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0x7730f22d drbd_conn_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0xaf27bebf drbd_disk_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0xd2943484 drbd_set_st_err_str +EXPORT_SYMBOL drivers/block/paride/paride 0x011bcabe pi_do_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x203f7038 paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0x3e88943d pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0x5498d66a pi_write_regr +EXPORT_SYMBOL drivers/block/paride/paride 0x667d1b76 pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x8dd03078 paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0xb9cbbd6b pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xcb1fd132 pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0xce4c101d pi_disconnect +EXPORT_SYMBOL drivers/block/paride/paride 0xd506a204 pi_read_block +EXPORT_SYMBOL drivers/block/paride/paride 0xd6785d0c pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0xe1d721b7 pi_release +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1348760d ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x16dcec76 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1a10c898 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1aba5db8 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x3171f6e6 ipmi_smi_add_proc_entry +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x40f2b10c ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x423b776a ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c971bec ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x524f6f51 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5e80f37c ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5fcdcc05 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67cb9784 ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x6b6185ef ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x6c9d25b9 ipmi_register_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x78fd36e7 ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8c8ee770 ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96cbcc81 ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa28a2ace ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa2a98b91 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xb437c976 ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe0fa83f2 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe6ab72a6 ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xebd5272e ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf2576cb9 ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfcb77cfd ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/nvram 0x0f28cb91 nvram_read_byte +EXPORT_SYMBOL drivers/char/nvram 0x17ff2c1d __nvram_read_byte +EXPORT_SYMBOL drivers/char/nvram 0x2adec1e0 __nvram_check_checksum +EXPORT_SYMBOL drivers/char/nvram 0x7da28f12 nvram_check_checksum +EXPORT_SYMBOL drivers/char/nvram 0x9ce3f83f nvram_write_byte +EXPORT_SYMBOL drivers/char/nvram 0xa8813189 __nvram_write_byte +EXPORT_SYMBOL drivers/dma/dw_dmac 0x437195c2 dw_dma_cyclic_start +EXPORT_SYMBOL drivers/dma/dw_dmac 0x4c23a589 dw_dma_cyclic_prep +EXPORT_SYMBOL drivers/dma/dw_dmac 0x643bf914 dw_dma_get_dst_addr +EXPORT_SYMBOL drivers/dma/dw_dmac 0x6c610dd4 dw_dma_generic_filter +EXPORT_SYMBOL drivers/dma/dw_dmac 0x7c4ba1e0 dw_dma_cyclic_free +EXPORT_SYMBOL drivers/dma/dw_dmac 0xa08b428b dw_dma_cyclic_stop +EXPORT_SYMBOL drivers/dma/dw_dmac 0xc93c7696 dw_dma_get_src_addr +EXPORT_SYMBOL drivers/gpu/drm/drm 0x014e5dbe drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x014ee2f7 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02a1bf95 drm_getsarea +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02e6e099 drm_mode_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x035565e1 drm_prime_remove_buf_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0589f0f7 drm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x05f4e423 drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06dfa351 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x084be6a1 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x08e0acc3 drm_connector_unplug_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09713600 drm_vblank_post_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ae4b94c drm_ht_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0df05765 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f7b9ae9 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fa82f66 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fccafb1 drm_global_item_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1017502d drm_idlelock_take +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11065515 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11ed264a drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12c6276a drm_buffer_read_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x142b8b35 drm_buffer_copy_from_user +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15856f93 drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15d240ad drm_mode_detachmode_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x167fd723 drm_mm_clean +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16a21248 drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x194eadaa drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19621a52 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a770ac3 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b1536e5 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b432628 drm_addmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c0ae7d7 drm_mm_init_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d1fd64a drm_mode_create_dirty_info_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e837252 drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x205b13a7 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20645642 drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2332572c drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25b04180 drm_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2936f309 drm_core_ioremap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2991a41f drm_pcie_get_speed_cap_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2af86fd4 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b07ec42 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b3b4d08 drm_get_last_vbltimestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b4ef8ca drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b6c3e93 drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f5f66bc drm_get_platform_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x302bc29f drm_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x306b23a8 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3074f033 drm_order +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34206862 drm_core_ioremapfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x346127a7 drm_global_item_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36904833 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a4f7ae drm_format_num_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3972fcbb drm_prime_destroy_file_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ac1fef9 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b4e8972 drm_prime_lookup_buf_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b9d009a drm_format_plane_cpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3dc565d9 drm_mm_insert_node_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3eb37b9d drm_ht_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ed57011 drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f27814d drm_rmmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x41aac354 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42df8612 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43384bd9 drm_buffer_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x44a0c113 drm_mode_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x45a13ada drm_idlelock_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x473f2c60 drm_core_ioremap_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x480c3032 drm_vblank_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x498dcb5e drm_ut_debug_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c511235 drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d088d1f drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d46a80c drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ea1f5a2 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4eade894 drm_mm_dump_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ed09184 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50b7bc22 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x529d6c91 drm_mode_validate_clocks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54fa6a89 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5722cab4 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x581ed292 drm_mm_get_block_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5aa3c566 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5afbee60 drm_pci_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5eafb8e9 drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x600bf41a drm_pci_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x606ae2bc drm_mm_debug_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60748241 drm_prime_init_file_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6100a953 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62d29940 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6438c621 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x657ffe95 drm_fill_in_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x682eba56 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x695f0c62 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69e2c3df drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b14bccc drm_mode_cea_vic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b6d7375 drm_timestamp_precision +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c88868b drm_mode_connector_detach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cee2e42 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6db3e93a drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71bf0a91 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7301fe52 drm_vblank_pre_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x747924cb drm_select_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74fbf451 drm_mm_init_scan_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a4e7297 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b42b5d4 drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b85f6f8 drm_mm_insert_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7bc70d42 drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ec0e338 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7eca103c drm_gem_object_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8188e617 drm_platform_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x840d5eaa drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c510862 drm_find_cea_extension +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8de13715 drm_format_vert_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dfb019d drm_buffer_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eff9111 drm_ht_find_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f7df3a7 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x900f5b2f drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9091d839 drm_mode_group_init_legacy_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91a36bf3 drm_framebuffer_unreference +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9201794b drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92d7ae11 drm_get_minor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9482a4bb drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x94e04c68 drm_mode_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x955d725c drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x958fce21 drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95f3fb18 drm_addbufs_pci +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9745d638 drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x97ec8040 drm_get_connector_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9853ef75 drm_platform_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a928ce3 drm_sysfs_connector_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b084dd1 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c8da625 drm_rmmap_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9dd34b62 drm_mm_insert_node_in_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9eb10e25 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f8fa8e3 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa170bfe7 drm_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1eabd87 drm_mode_list_concat +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1fb703c drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2a96bd8 drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa34c3677 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa42d18f5 drm_pci_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa66ab3a2 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6bf1721 drm_mode_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa913e0ee drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9b9109c drm_calc_vbltimestamp_from_scanoutpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa7474bf drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac8542a9 drm_edid_to_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb01a0fa1 drm_mode_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2278a53 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb32d1b5c drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4dd63bf drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb55557ef drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7038e33 drm_sysfs_connector_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb94c882c drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb95b9b3d drm_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb95beb55 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba2d0719 drm_mode_hsync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba9b5cf5 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbbc860ee drm_mode_attachmode_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbbf26bd8 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbda937d6 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe001c53 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe64c0b7 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc1c158b4 drm_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc25a61ec drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3e39724 drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc414c422 drm_vblank_offdelay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4c0bf73 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4c0e9ca drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca45efbc drm_format_horz_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb1beab5 drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd0fc417 drm_ht_just_insert_please +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd7a8d79 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcda91c46 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce04dfb0 drm_core_reclaim_buffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcfc59bf7 drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0dcdd90 drm_mm_insert_node_in_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2335101 drm_fb_get_bpp_depth +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd8fe5b35 drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd90bc8f8 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb541dc3 drm_put_minor +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbb5a9f5 drm_ht_remove_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc4237f4 drm_irq_uninstall +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe01aa0fe drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe10a472d drm_mm_pre_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe16838c2 drm_mm_search_free_in_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe6f46e6e drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7197773 drm_ht_insert_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7fec825 drm_pci_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe82c8cff drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe91fc48b drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea826064 drm_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeaab271f drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeae85390 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeafa0dbb drm_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb2e63c9 drm_mode_create_dithering_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xecd284a1 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf013493e drm_mode_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1412cf0 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2c2985f drm_irq_install +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf32a6c4f drm_global_mutex +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf33056fd drm_framebuffer_reference +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4922a2f drm_gem_object_handle_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4b2e991 drm_mm_put_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf66bd054 drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf92c66be drm_mm_search_free_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9927119 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa04dc49 drm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa88b89e drm_get_encoder_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb8a84a4 drm_mm_get_block_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfbf4b470 drm_prime_sg_to_page_addr_arrays +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff35fcd1 drm_unplug_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffb10db3 drm_fasync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffc6c87a drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x01dcece7 i2c_dp_aux_add_bus +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0873b1d7 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0ed7e659 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x11950963 drm_fb_helper_single_fb_probe +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x187714ef drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1b37c953 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x20102d16 drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d7a787f drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x31732573 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3aaeeae7 drm_fb_helper_fill_fix +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3fba3b36 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x540b1fec drm_fb_helper_fill_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x55d2ef71 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6c67ae1a drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6d99f012 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x711a004a drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x73947d55 drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x74bc3e72 drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8a4a4385 drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8f5010ad drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9435275a drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9b5ba37a drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9d251144 drm_fb_helper_panic +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa709b771 drm_fb_helper_single_add_all_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8d6809d drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb0b8c6eb drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb20ede8e drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb33b985f drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb37a0603 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb4ebd6e8 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb818a959 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb94ad9d0 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc469c244 drm_fb_helper_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc7fd39bb drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd02c73c7 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd5d8b6b8 drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd8099b3a drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe204f9f7 drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf1d9a8ce drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf27cd5ab drm_fb_helper_restore_fbdev_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfb867d81 drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfbccc93e drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfee43a69 drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x6870b9c5 drm_usb_exit +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0xcffbe52a drm_get_usb_dev +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0xec12152b drm_usb_init +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x0903c239 vid_from_reg +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0xef1c781c vid_which_vrm +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0e2a6864 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0f5877d4 sch56xx_read_virtual_reg16 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x34257f35 sch56xx_watchdog_unregister +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xa5f27a35 sch56xx_watchdog_register +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xe5022f95 sch56xx_read_virtual_reg12 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xed1d2a08 sch56xx_write_virtual_reg +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x0da03c93 i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x32cdb076 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xb340590c i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xd553942f i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xf1fb9c33 i2c_pca_add_bus +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x1e901082 hid_sensor_read_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x4182b9e2 hid_sensor_parse_common_attributes +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x8ba71c71 hid_sensor_write_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xb92469b6 hid_sensor_read_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xf54592d2 hid_sensor_write_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x1d774a28 hid_sensor_setup_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x99a1953b hid_sensor_remove_trigger +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0x4d4ad10d adis_debugfs_reg_access +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0xf07ccba1 adis_enable_irq +EXPORT_SYMBOL drivers/iio/industrialio 0x032fee24 iio_triggered_buffer_predisable +EXPORT_SYMBOL drivers/iio/industrialio 0x05bab8f7 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x0623272a iio_sw_buffer_preenable +EXPORT_SYMBOL drivers/iio/industrialio 0x0d336121 iio_triggered_buffer_postenable +EXPORT_SYMBOL drivers/iio/industrialio 0x2332c88c iio_buffer_store_enable +EXPORT_SYMBOL drivers/iio/industrialio 0x2a6ab1de iio_buffer_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x37241810 iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0x39552871 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0x4305a21f iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x65a51853 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x6ecdb758 iio_buffer_show_enable +EXPORT_SYMBOL drivers/iio/industrialio 0x6fa5b3a8 iio_buffer_read_length +EXPORT_SYMBOL drivers/iio/industrialio 0x7970f8a2 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0xa08f4c70 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0xa107ec0c iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0xa320c40a iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0xb836fdf0 iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xbd9e5209 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0xd6b5a293 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xe297a392 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xe37f1435 iio_buffer_write_length +EXPORT_SYMBOL drivers/iio/industrialio 0xf38ee437 iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0xf8efa14a iio_buffer_register +EXPORT_SYMBOL drivers/iio/industrialio 0xfe8d69d8 iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0x87d9a19a iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0xaedeefdb iio_triggered_buffer_setup +EXPORT_SYMBOL drivers/iio/kfifo_buf 0x07b991fc iio_kfifo_free +EXPORT_SYMBOL drivers/iio/kfifo_buf 0x7b1c7984 iio_kfifo_allocate +EXPORT_SYMBOL drivers/input/gameport/gameport 0x048f68d9 __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x27e9dfa5 gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x5274c9e6 gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0x5db0ff11 gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0x8accf292 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x98d21dff gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xa425f053 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xd4051f09 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xfba2cb41 gameport_set_phys +EXPORT_SYMBOL drivers/input/input-polldev 0x2e195daa input_unregister_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xbed503f6 input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xc0887dc0 input_free_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xd816e53f input_register_polled_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0x67d5781e matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x180f6d49 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0x46d82ea5 ad714x_disable +EXPORT_SYMBOL drivers/input/misc/ad714x 0x5fa12a94 ad714x_enable +EXPORT_SYMBOL drivers/input/misc/ad714x 0x7fe3613c ad714x_remove +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x5ee64793 cma3000_init +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x892d76b2 cma3000_resume +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x89d9444e cma3000_exit +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xca3f100a cma3000_suspend +EXPORT_SYMBOL drivers/input/sparse-keymap 0x188655db sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x255cfa4c sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0x40b8f99e sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0xb43559e0 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0xeb3c8140 sparse_keymap_free +EXPORT_SYMBOL drivers/input/sparse-keymap 0xf5159333 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x3cffab32 ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x97f83edf ad7879_remove +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xad737e5b ad7879_pm_ops +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x04403fcf unregister_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x14f2aa5a capi20_get_version +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2b8eab1f capilib_free_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2baa6586 capilib_new_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x31c24aa4 capi20_isinstalled +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x3d58ab53 capi_ctr_resume_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x3f28fd2a detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x47d3fc51 capi_info2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x50b33ca4 capi_cmsg2message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6057c6f3 capi_message2cmsg +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x62e32d43 capilib_data_b3_conf +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x71e8d5ba capilib_data_b3_req +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7a33596c capi20_get_serial +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7e6f1307 capi20_get_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x874ea9ff capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8b84cf31 capi20_register +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8f699913 capilib_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x96e064f1 capi_ctr_suspend_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9f823278 register_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xa7c4fd6c capi_message2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xaa165d27 capilib_release_appl +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb19fda8d capi_cmd2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb60e5e5f capi_cmsg_header +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc10fe128 cdebbuf_free +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc4050f9f capi20_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xd6114c0c capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xd8eca223 capi20_put_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xdbebce68 attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe19a11ac capi20_get_profile +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe342cd89 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe8ad9bd1 capi_cmsg2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xed061606 capi20_manufacturer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x07f4f2ce hisax_unregister +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x148f0c99 FsmFree +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x7f29ce36 FsmInitTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x93a64734 FsmChangeState +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x9df0cd27 FsmEvent +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x9e8fb553 hisax_init_pcmcia +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xe227344e FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xee93522c hisax_register +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xf0a16657 FsmNew +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xfc27303b HiSax_closecard +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xff2db2cf FsmDelTimer +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x15a17aad register_isdn +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x9741b786 isdn_ppp_unregister_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xa1be4f7e isdn_ppp_register_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xfa06820f isdn_register_divert +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x3b71e4fc isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x59cc8a7e isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x8ee38862 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0xfd9d4c09 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x08555323 recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x32db25d1 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x37dcf806 mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3cdee678 mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x43470a58 mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x54451388 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x57ee6ae5 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5dbaec53 mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x613e78ab dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x614ede30 mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x61b2fadd queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x65137a12 recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6cd1806f create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6e067ea8 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x71e3c10f bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x73fe39ac bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x74d783bb recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8a4e99fb mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8d4bee46 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x92840d73 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x930a06cc mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x96309324 mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9d93cf04 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa7d8e982 mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xbd1fa047 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xce4b99ef recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd285995f mISDN_clock_get +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5145151 mISDN_FsmEvent +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe87943cf mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf6376191 get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf9e7832f mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x60721da7 dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xa215f1b2 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/md/dm-log 0x39567bdd dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0x3ab30ef5 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0x3c411d63 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0x6987f6e3 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x1bf874cf dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x1e44524d dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0x6f6c54dd dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x807f6edc dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0xa32551ac dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0xd7130671 dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/raid456 0x0882335f raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x0c59f074 flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x1afde895 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x2ae04120 flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x5a2363d5 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x68540799 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x7a98181a flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x86e9a819 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x8bfb675e flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x934e3170 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xa1e366ab flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xbbf2f6c8 flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xbdc1c164 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xfb1dc8d9 flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x09a5fe9e dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x17523ce7 dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x300e90ff dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3370630d dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x344908d4 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3656cb10 dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3e9d6c32 dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x40d693b0 dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x42132ce8 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x50ff0021 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x629f9d31 dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x653b05f1 dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x661e14a2 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x66bbb1bd dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6d84fbe7 dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x72180695 dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x73b24831 dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x74589ce6 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x74a5a698 dvb_filter_pes2ts_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7dd16f87 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7e15cfa9 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80e3832d dvb_filter_get_ac3info +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x851fe94b dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8633f37b dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9c19040b dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9f5ed9fe dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xac4ca1b0 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb1d0e608 dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb54a9100 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xbea9bec3 dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xcf55395a dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd0a95d98 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd68a099e timeval_usec_diff +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd784b25f dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdb0b07a5 dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdb1a8bd4 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdc094c39 dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe29930bc dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe5ae8707 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe5f8afb5 dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe92f4df1 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf3d774e4 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf48116c6 dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf826deb0 dvb_filter_pes2ts +EXPORT_SYMBOL drivers/media/dvb-frontends/a8293 0x3120c541 a8293_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9013 0x384df1d6 af9013_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9033 0x3a2ec32f af9033_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0xba20185d atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x044e7ec8 au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x1c1885de au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x399f1ba7 au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x89f61429 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x9879f20f au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xae4bc52f au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xb2cf898c au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xd8786f3b au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xda111715 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0x5d46d665 au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0x82382508 bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0x371b3fb9 cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x28ca058e cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x4fc3fbbc cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0x065350c9 cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x04a7ae66 cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0xe7fdf6ab cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0xb73b909e cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x2f0660d5 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x48994249 dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x661f7775 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x86902d7a dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xd6d5f708 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x035be5df dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x34ecfe52 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x3fb8b966 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x430263d6 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x6b12426d dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x6b6b94d6 dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x743e4b3d dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x8449006e dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xb37dbf8a dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xbdd80c7e dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc8200b0a dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xea1fee15 dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xf7b39675 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xfb23547d dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xfc16cddc dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0xe1c3e1a8 dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x2f96ab47 dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x63c82f7f dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x91ccf7e1 dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x995776ca dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xec365354 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xee179c0c dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x111f827d dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x95751627 dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x99ca0c32 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xb8d8c1bb dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x13ba38ce dib7090_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x1f9f2037 dib7000p_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x39fcf43f dib7000p_get_agc_values +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x3b73a498 dib7000p_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x3f5d02af dib7000p_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x3ff81d9f dib7000p_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x41779988 dib7090_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x46eacd3f dib7000p_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x4cd65ac4 dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x713aa50f dib7000p_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x795af5f8 dib7090_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x7b8520b2 dib7000p_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xca70a744 dib7000p_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xe92f432f dib7000pc_detection +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xf240ec28 dib7090_slave_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x02d5a3bf dib8000_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x202c2319 dib8096p_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x2b9f74ad dib8000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x3ff45644 dib8000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x41772e63 dib8000_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x633abc3b dib8000_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x6795c74f dib8000_remove_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x6a0bc4e1 dib8096p_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x75a3d14d dib8000_pwm_agc_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x77516b2b dib8000_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x79232a7a dib8000_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x8675ec7e dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xa3bd4c3c dib8090p_get_dc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xa749f6fa dib8000_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xb01d8441 dib8000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xb499b58a dib8000_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xc569dbf5 dib8000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xca2e31a0 dib8000_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xdeb4568e dib8000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x0960cfee dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x11de8db2 dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x4cd629e4 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x6d7af555 dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x991c160f dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xad3ad91c systime +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x2b7a7636 drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x5491674e drxd_config_i2c +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0x9ac4d674 drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0x649902ee ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0x34c598b9 dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0xd451bcb6 ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0xf4752356 isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0xd073a8fc isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/it913x-fe 0x7299e52e it913x_fe_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0xedf4a416 itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0x163faec6 ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0x418efcf1 lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0x923fbe05 lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0x7b2c7a1c lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0xfff0a624 lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x7ecc1ecc lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xba74b398 lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0xbe71a41c lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0x24dc0afa m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0x5f516acb mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0xa150ddd8 mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0x5aec8896 mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0x1f9a1d47 nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0xdad3af4d nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0xbc94e71a rtl2830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0xc25fbf22 rtl2830_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x59391d16 rtl2832_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0xa1ca9aa3 s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0x81541fa1 s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x74724e7e s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0xcdb58f5a s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0xd826d3fa s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0x15ee3e01 si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0xc7064cb2 stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0x198923aa stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0xd165ac60 stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0x57a3e239 stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0x9df7666a stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0xa1a5a805 stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0x33d12e1c stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0x5e6dbbef stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0xb7c982af stv090x_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0xff06f343 stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0xd7415009 stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0x4a5e061e tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0x19da44e4 tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0xcb6bd735 tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0xfdc08dcf tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10071 0xd44f92ab tda10071_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0x92026373 tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0x2fc2fdad tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0x926ca4bf zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0xe58ba83b zl10353_attach +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0x1ca0c084 cx2341x_log_status +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0x2f25eee2 cx2341x_update +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0x3db8be82 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0x5b88faf6 cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0x64456086 cx2341x_handler_init +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0x7e53468b cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0xba637f19 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0xc184ec1e cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0xcf76ce95 cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0xcf8b77a4 cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0xe8ab9402 cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/i2c/tveeprom 0x442d73e2 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/i2c/tveeprom 0xcb4acff8 tveeprom_read +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xc33a7ec1 ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xc3e4c127 ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/platform/davinci/vpfe_capture 0x733d327e vpfe_register_ccdc_device +EXPORT_SYMBOL drivers/media/platform/davinci/vpfe_capture 0xf121bfe5 vpfe_unregister_ccdc_device +EXPORT_SYMBOL drivers/media/platform/davinci/vpss 0x088ccec9 vpss_select_ccdc_source +EXPORT_SYMBOL drivers/media/platform/davinci/vpss 0x319709a6 vpss_clear_wbl_overflow +EXPORT_SYMBOL drivers/media/platform/davinci/vpss 0x54146824 dm365_vpss_set_sync_pol +EXPORT_SYMBOL drivers/media/platform/davinci/vpss 0x6e5b5413 vpss_enable_clock +EXPORT_SYMBOL drivers/media/platform/davinci/vpss 0x749bf2c9 dm365_vpss_set_pg_frame_size +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x02bff381 soc_camera_power_off +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x25d5439f soc_camera_apply_board_flags +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x2a0c50a5 soc_camera_unlock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x33cf332b soc_camera_power_on +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x370c226a soc_camera_host_unregister +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x5710c2f3 soc_camera_xlate_by_fourcc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x69ab8264 soc_camera_host_register +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x8f068556 soc_camera_lock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x2fc57265 soc_mbus_find_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x31477397 soc_mbus_get_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x61871f65 soc_mbus_bytes_per_line +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x7371455d soc_mbus_samples_per_pixel +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xc8b28da5 soc_mbus_config_compatible +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xde30e6b9 soc_mbus_image_size +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x04dca738 lirc_unregister_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x32a71ae9 lirc_register_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x38832a0f lirc_dev_fop_ioctl +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x63780b69 lirc_dev_fop_write +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x67c3d92b lirc_dev_fop_open +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x8c3c7190 lirc_dev_fop_close +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x9d63fb88 lirc_dev_fop_poll +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xdd283145 lirc_get_pdata +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xebd4f1bd lirc_dev_fop_read +EXPORT_SYMBOL drivers/media/rc/rc-core 0xa90b1c2c ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0xc4d39615 ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/tuners/e4000 0x8e91f734 e4000_attach +EXPORT_SYMBOL drivers/media/tuners/fc0011 0x4b9fc575 fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0xe6ca8ffd fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x2506edd4 fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x351b17fc fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xaa68b33b fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc2580 0xbf9a65ef fc2580_attach +EXPORT_SYMBOL drivers/media/tuners/max2165 0xed7eeee1 max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0xc52f6777 mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0x1a754c0a mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0x45f3b181 mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0xaca9843a mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0xb9569401 qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18212 0x9a479bf8 tda18212_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0x7eaed4a3 tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tua9001 0x565b1fe6 tua9001_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x0cb4b189 tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/tuner-xc2028 0xc95748c3 xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0x83b61c70 xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0xcd55c23e xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x73f6f2d4 cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x7556dff5 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_cypress_firmware 0x42cd208e dvb_usbv2_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_cypress_firmware 0xda8c54ab usbv2_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x0724eda1 dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x1708f8b0 dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x19cba50d dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x4205409d dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x7312ef5a dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x9f97de23 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xdaea3736 dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x1b2e8115 dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x4c276ea2 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x5d9ee01d usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x8c65597c dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xd71021ad dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xdd9fca82 dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xebfcd993 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x13e247e0 rc_map_af9005_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0xb4585f38 af9005_rc_decode +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0xd4e288db rc_map_af9005_table_size +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x12710321 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x170ea305 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x39449686 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x505af022 dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x574567a2 dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x643a26ab dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xa0464529 dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xa52ec77d dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xadb07c29 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb46d0c65 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb47559e0 rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xc8b3b68c dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xd061fa45 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xfb8e2381 em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x4af63207 gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x4d40f71e gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x514674fb gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x887a1f6b gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xd6e485e6 gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xef207d91 gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xf4f817d3 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xf9aa7a6a gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x0787d4bd tm6000_unregister_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x155f55aa tm6000_register_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x45606d9b tm6000_init_digital_mode +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x42c8e001 v4l2_ctrl_next +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x4adaf0f3 v4l2_ctrl_query_menu_valid_items +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x4ed5e0d7 v4l2_chip_match_host +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x53c9394f v4l2_ctrl_query_menu +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x5b59dead v4l2_chip_ident_i2c_client +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x5f96a661 v4l2_ctrl_check +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xa7485ae9 v4l2_chip_match_i2c_client +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xabe27502 v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x346498ff v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x459e133f v4l2_m2m_get_curr_priv +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xa8b1c28e v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xfab27e80 v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x2353484a videobuf_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x3ce752b0 videobuf_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x540a5894 videobuf_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x56529530 videobuf_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xc2c11c01 videobuf_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xd41607ef videobuf_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-core 0x4d0cc045 vb2_querybuf +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0048a428 v4l2_subdev_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x077110c9 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0ad8f96f v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0bc31b7d v4l2_subdev_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x145458b0 v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x17df9901 v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x18bdc926 v4l2_subdev_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2881ea3b v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2c3a08d1 v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2daadc2b v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2ea25559 v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3a673ca3 video_usercopy +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3a68d568 v4l2_ctrl_handler_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3adbd595 v4l2_field_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bc5b9a9 v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bdd0f94 v4l2_prio_change +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3eb39873 v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x43b1015f video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x495426ee v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4c35c9f1 v4l2_subdev_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4e8a01d4 v4l2_subdev_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x50b71f9c v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5963763c v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5fb76d5c v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x65cd7729 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x69847672 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6bac01b2 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x71ad312a v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x75a3b111 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a3cd015 v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7f26519b v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8b988612 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8e1331b9 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa2567ea0 v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa59b1025 v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa5c56a1e v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa8559709 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb25fe3b8 video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbac4a225 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc12cf8f8 v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc6969c5c v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd26ad2fb v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd798f048 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdadbb203 v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdbd6bb50 v4l2_subdev_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdd931792 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe1de2f21 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe6fce6f2 v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe9f407b6 v4l2_subdev_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xeb2e7a3f video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xeba01c92 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf6cf1f96 v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfafa9e84 v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfb93988f v4l2_ctrl_add_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xff1b834b v4l2_querymenu +EXPORT_SYMBOL drivers/memstick/core/memstick 0x1579ee13 memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x18dd477f memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x1b7c50bd memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x3f3f22d8 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x46275a7d memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x511e3f74 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5657ea60 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0x62980234 memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x6bad9301 memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x7564b633 memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x7fcd200e memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x98975f18 memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa0dee08e memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xcb7f3f79 memstick_new_req +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x447d51c1 pasic3_write_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0xbcba2e98 pasic3_read_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x2b2bee5b mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x32986e64 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x345c7cc7 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xac8dc1ed mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xbcbe0943 mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc24e26b0 mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc331e7b5 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc3515593 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xcc00d278 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xced0f5bf mc13xxx_irq_request_nounmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xd64143e6 mc13xxx_irq_ack +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xe2cbd9bc mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xeac180a3 mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/tps6105x 0x767ba292 tps6105x_mask_and_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0x93940949 tps6105x_get +EXPORT_SYMBOL drivers/mfd/tps6105x 0xaa580ed6 tps6105x_set +EXPORT_SYMBOL drivers/mfd/tps65010 0x02d4ad0f tps65013_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0x0c6ad2cf tps65010_config_vdcdc2 +EXPORT_SYMBOL drivers/mfd/tps65010 0x28485130 tps65010_config_vregs1 +EXPORT_SYMBOL drivers/mfd/tps65010 0x33739de7 tps65010_set_vib +EXPORT_SYMBOL drivers/mfd/tps65010 0x9fd44c69 tps65010_set_led +EXPORT_SYMBOL drivers/mfd/tps65010 0xb14080cc tps65010_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0xd5bb106d tps65010_set_vbus_draw +EXPORT_SYMBOL drivers/mfd/tps65010 0xe99b3f36 tps65010_set_gpio_out_value +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xb54a6c72 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xdabdf3fb ad_dpot_probe +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x8a05ed90 altera_init +EXPORT_SYMBOL drivers/misc/atmel_pwm 0x0e9755b9 pwm_channel_free +EXPORT_SYMBOL drivers/misc/atmel_pwm 0x5a8b82f9 pwm_channel_handler +EXPORT_SYMBOL drivers/misc/atmel_pwm 0x5d5c2951 pwm_clk_free +EXPORT_SYMBOL drivers/misc/atmel_pwm 0x6a5e1f70 pwm_channel_alloc +EXPORT_SYMBOL drivers/misc/atmel_pwm 0x73330c97 pwm_clk_alloc +EXPORT_SYMBOL drivers/misc/atmel_pwm 0xeb7f2c6f __pwm_channel_onoff +EXPORT_SYMBOL drivers/misc/c2port/core 0x454abfde c2port_device_unregister +EXPORT_SYMBOL drivers/misc/c2port/core 0xfa22fd77 c2port_device_register +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x0d0ecf00 dw_mci_probe +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x76481279 dw_mci_remove +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x9234e027 dw_mci_resume +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0xec865a68 dw_mci_suspend +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x065b99fb tmio_mmc_host_resume +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x2e802495 tmio_mmc_host_probe +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x378f2335 tmio_mmc_irq +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x51d1197c tmio_mmc_host_remove +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x58717b81 tmio_mmc_host_suspend +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x6d3deee9 tmio_mmc_sdcard_irq +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x7a6fd700 tmio_mmc_sdio_irq +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0xacdbb481 tmio_mmc_host_runtime_resume +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0xe80b638e tmio_mmc_host_runtime_suspend +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0xf02062dd tmio_mmc_card_detect_irq +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x7820702f cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xd4573cfa cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xdc173800 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0x0b3e4c95 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x3a1e840e lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/nand/denali 0x52edc30e denali_remove +EXPORT_SYMBOL drivers/mtd/nand/denali 0x713360e7 denali_init +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x10139e5c onenand_scan_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x1f00b9c1 flexonenand_region +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x4a887b13 onenand_addr +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xc17cba0a onenand_default_bbt +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x07280c40 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x10ce0c5d hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x7bad1907 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x9c64cf2a hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xe50261b4 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x00730980 sirdev_set_dtr_rts +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x48830fc6 sirdev_set_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x4a4d3ccf sirdev_write_complete +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x60f02fc0 irda_unregister_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x88710a62 sirdev_raw_read +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x9b2299dd sirdev_raw_write +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xa5bf2ac9 sirdev_put_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xb563f881 sirdev_get_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xe3fe8fa0 sirdev_receive +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xf2027ede irda_register_dongle +EXPORT_SYMBOL drivers/net/ppp/pppox 0x18656b5a register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0x83b527f4 pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0x87b8e132 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/usb/usbnet 0x552d7a29 usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0xa3d6da88 usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/wan/hdlc 0x12b0d102 hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0x20873326 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0x2d762b80 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x696d0ef6 detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x79336bfb attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x9c4bddfd unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0xb248c1b3 hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0xc2c5aa3b hdlc_change_mtu +EXPORT_SYMBOL drivers/net/wan/hdlc 0xc968b914 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0xcd864949 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0xd5526a4b register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wimax/i2400m/i2400m 0x06f18d68 i2400m_unknown_barker +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x123f49c3 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x319c6026 ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x3e9e8910 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x400923c7 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4e2481d5 ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x53358ce3 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x89e4934d ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb2501027 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xbe52d404 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xcb4036f3 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd910c99b ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xdf4b7ae6 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xe64f3017 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3824a7ae ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x47bf7e92 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4b2aa07d ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4e1380ee ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x6c03ac93 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x91cfb84a ath6kl_hif_rw_comp_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x9bb4e51e ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb6349c0b ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xdd0af9f6 ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xf23f2889 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xf98340d6 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xfaac7fb4 ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k 0x5b7d8660 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k 0x83797eea ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k 0x91fc76f5 ath9k_hw_wow_event_to_string +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k 0xa93af97b ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x47869fd1 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x59275983 ath9k_cmn_update_ichannel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x80b5e9df ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x86a8681c ath9k_cmn_get_curchannel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf4a19619 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf59eadf3 ath9k_cmn_padpos +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0192ad0b ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x01d67722 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x07f2b3f3 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0a46a09c ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0b348984 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0bce9eb1 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x111faf1a ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x12dba999 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x15d51403 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x160a5b65 ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1aa8eb99 ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1ae6cb43 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1b5fddbe ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1c1c64c4 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1c20f094 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1d2b043a ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1e27ec75 ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2355e9e5 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x26b3c1c0 ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x27935faf ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2a1fcb84 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3251a2c6 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x33fc1d6d ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3464498d ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x37046e14 ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3ba442cf ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3e707629 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3f14e5a5 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x40eb3dff ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4490c042 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x47d49a54 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x49fe33a7 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4b77c750 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4df9d21f ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x52a6bbe4 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x54aaea98 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5caad2b7 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5d65a83c ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x62e6ed15 ath9k_hw_cfg_output +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x645f44df ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x647338b0 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6cef580d ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6ee30305 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x71dc28fd ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x73665fd4 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x747859d4 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x80c17df3 ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x80fcceb5 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x858c0226 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x85f90298 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x879b61d1 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x87ec74e2 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8c95e9e9 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8f9e3f6c ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x95236b5b ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x966bc711 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9c3626f4 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9d1fc814 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa0dca4b7 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa253219a ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa25f1521 ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa29bd81a ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa3abc5f6 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xae1cb5e3 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaf9ae40b ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb006f489 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb8de7714 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb9e514d9 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbb554bcc ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbbe91604 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbc8721f7 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbcecbbf5 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbf748784 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc02058e7 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc05965c2 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc202e978 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc7b5b2bd ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc81efec3 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc93cc81f ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xce5dd8f0 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd2e83408 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd4cd1287 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd8e93590 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe0f6bcf4 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe530c471 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe77c6cb4 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xec564017 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xedf0feff ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xef279981 ath9k_hw_cfg_gpio_input +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xef59c2be ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf4364f69 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf65250c3 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf6d820d4 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf8c4bad4 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfb5b6a83 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfdb9165f ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfefff7bc ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmfmac/brcmfmac 0x0ab6701b brcmf_sdio_remove +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmfmac/brcmfmac 0xf4a5b760 brcmf_sdio_probe +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x1bd7d46d brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x2dbbafba brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x50e25b75 brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x67c071f6 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x8a02f3bb brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x92399fe0 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x992f0bdd brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xa3eb1ee5 brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xae94d6e5 brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xaf3c5365 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xdc63739e brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xdf4ad867 brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x02a09f83 hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0832b9c2 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0ad69602 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0b407484 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0eba18ae hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x146c0806 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x35eb272d hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x38b584a8 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x46cadd77 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x48bb2a98 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x582b0966 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x664410ce hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x82074e52 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x82b3ef16 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x8d52b999 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x93ae4ce4 hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x950416ee hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x9edf0968 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa12ad27f hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xaab276f0 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xabc400a8 hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xac227bc0 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb2a945e0 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xbb938703 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xc8b8147a hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xcd45f600 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xd508db4d hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xe388857c prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x00923ec7 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x06cd8234 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x17d55ef1 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2547ce43 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2a9d2518 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x347746fc rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x37df1293 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3e1f9284 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3f863a20 _rtl92c_store_pwrIndex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x44b71920 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x45fae454 rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x49bd554b rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4a847d51 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4ad3326b rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4c2e07b9 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x590e6b5a rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5b081093 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x633796df _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6814b711 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x694d0344 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x707adec1 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x77f17b30 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x84686d59 _rtl92c_phy_dbm_to_txpwr_Idx +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x878857c1 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x8e66f69c rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9fc0c957 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9fdc9238 _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xacbee9a2 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xae3175b9 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb2c22ba9 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb3314d48 _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb3c98f9b rtl92c_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xcb4d3022 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd0e80425 rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd0f86e7a rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd159b795 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe41b5dc0 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe4c0bd31 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe9bac0e0 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xec94343a _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf58b7700 rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf9e2dae9 _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfda474cd rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x0a98e262 rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x0ec2e865 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x0fe0f96b efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x195348f6 rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x207fbb70 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x389ae5af rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x38df364e rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x3c73b436 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x61df0ed3 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x74b915cf rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x767474d2 rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x79188a02 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x97a9f401 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xa5a7f963 rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xb01b5086 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xcf2ef834 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xd80bb343 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xdc57da64 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xdd37c327 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe224e4ee rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe79ae731 rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xefa28cbd rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xf5cce977 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xf853405d rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x4e7eb09a wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xbf35a9fa wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xca97dc72 wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xe298d3c1 wlcore_tx_complete +EXPORT_SYMBOL drivers/parport/parport 0x014ce36d parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0x04a83ea8 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x09b0540a parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x2297d3c4 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0x231f5249 parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x300d6925 parport_read +EXPORT_SYMBOL drivers/parport/parport 0x358d7a9f parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x365e3e9e parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x40dfb109 parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x47806ec5 parport_register_device +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x5182609b parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x649199bf parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x7c1d31fc parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x7f3c009f parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x8233caea parport_release +EXPORT_SYMBOL drivers/parport/parport 0x832f3dc4 parport_write +EXPORT_SYMBOL drivers/parport/parport 0x8ac07ec9 parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x8cbd6d41 parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0x949dd27a parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0xaf826e0a parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xb42ff72a parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xb65b7ece parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0xb6d97479 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xc41c7809 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0xc4a92e75 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0xcd993f4a parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0xd346a8b5 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0xd346e689 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0xf0c1aa64 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0xf752b9c6 parport_claim +EXPORT_SYMBOL drivers/parport/parport_pc 0x4c3a1b46 parport_pc_unregister_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x801c9e43 parport_pc_probe_port +EXPORT_SYMBOL drivers/pps/pps_core 0x378c9ccf pps_unregister_source +EXPORT_SYMBOL drivers/pps/pps_core 0x3c8cccba pps_register_source +EXPORT_SYMBOL drivers/pps/pps_core 0xd82b31fe pps_lookup_dev +EXPORT_SYMBOL drivers/pps/pps_core 0xf2568acc pps_event +EXPORT_SYMBOL drivers/ptp/ptp 0x30f31c3b ptp_clock_index +EXPORT_SYMBOL drivers/ptp/ptp 0x3805e801 ptp_clock_event +EXPORT_SYMBOL drivers/ptp/ptp 0x7f86a185 ptp_clock_register +EXPORT_SYMBOL drivers/ptp/ptp 0x99077765 ptp_clock_unregister +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x03c1cb53 pch_ch_control_write +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x4c78bb84 pch_ch_control_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x64fd3f15 pch_ch_event_write +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x780f2ce0 pch_tx_snap_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x79800277 pch_ch_event_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x9260c877 pch_src_uuid_hi_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0xac6c741d pch_rx_snap_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0xc4932624 pch_src_uuid_lo_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0xe8904c21 pch_set_station_address +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x0cbc0dc8 rproc_put +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x0fb90983 rproc_da_to_va +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x65006cd4 rproc_add +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xa5816acf rproc_boot +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xa6926bf8 rproc_alloc +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xacd36aef rproc_shutdown +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xbac60b0f rproc_report_crash +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xf4f75d2d rproc_vq_interrupt +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xf8056903 rproc_del +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x1015709b fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x21a98c9c fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x46551298 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x46de08eb fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x5fc74b20 fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x7ab3bace fcoe_ctlr_get_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x957e6765 fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xb6721279 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xbefb0cad fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xcc6cb1bf fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xe24042eb fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x01e2c9ce fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x03b2dced fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x057ea2e0 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x057f6022 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0b8506e5 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0e4eedcb fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x107cabf2 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1291995e fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x155e8ae7 fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1777b235 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1e5d5bd1 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x31fc7191 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x330f0cf7 fc_rport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x36e5fbaf fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3b49cadb fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x479b2b5c fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4af2b7b7 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5214ca0f fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x53c8400c fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x62be06fe fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x636ebe55 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x674b4e99 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6a90d0c5 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x72d4a4bb libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7567549a fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x757810ef fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7808997f fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7d385e46 fc_change_queue_type +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8025fe5a fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8fc75237 fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x953a5088 fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x96704ff5 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa02cb33a fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa5659d93 fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa65fd84a fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xad50781e fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb589abb2 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb7e98423 fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb872eaef fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb9fa820c fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc9b589ed fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd1539dfc _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd3e5445d fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5255ef0 fc_change_queue_depth +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe9ea5067 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xedb2df88 fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xedeadff6 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xef0b2b7c fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf0cf4661 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfabd56a7 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfaff15c6 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfece7af4 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x601e249b sas_wait_eh +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x63087396 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8a87e724 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xdb368d75 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xe0195ec8 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x01f0e761 osd_req_set_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0c17edb1 osd_sec_init_nosec_doall_caps +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0f906195 osd_req_list_dev_partitions +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1728e2ad osd_dev_fini +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1c4ffebb osd_req_read_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1cf8adee osd_req_read_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x21e4e8bd osd_req_list_collection_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x25a75656 osd_req_write_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2fef6ee4 osd_req_list_partition_collections +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x3348e8f8 osd_req_format +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x349515be osd_execute_request_async +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x3c980def osd_req_read +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x4131a054 osd_start_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x5f2a37c8 osd_req_flush_collection +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x60155821 osd_req_get_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6595d27b osd_req_add_set_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x69931423 osd_req_remove_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6c3354e9 osd_req_list_partition_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x7953dbc1 osd_execute_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x83ebc0d6 osd_req_flush_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x871d61be osd_dev_init +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x8daf43db osd_req_create_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x93effbbf osd_req_flush_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa97cb18a osd_end_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xaa217f89 osd_req_flush_obsd +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb0951daa osd_req_remove_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb869743a osd_req_read_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xbb6d7eec osd_req_decode_sense_full +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xbd710245 osd_finalize_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd8bfe10a osd_req_write +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xde40ae4f osd_req_add_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xdeee7913 osd_req_create_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe3fce720 osd_req_decode_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe4210ed9 osd_req_write_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe671956b osd_auto_detect_ver +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xf1bc622f osd_req_add_get_attr_page +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xfd7efff9 osd_req_write_kern +EXPORT_SYMBOL drivers/scsi/osd/osd 0x5fc48609 osduld_unregister_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0x854e091e osduld_device_same +EXPORT_SYMBOL drivers/scsi/osd/osd 0x91a67380 osduld_path_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0xc392abac osduld_device_info +EXPORT_SYMBOL drivers/scsi/osd/osd 0xd8b43fec osduld_put_device +EXPORT_SYMBOL drivers/scsi/osd/osd 0xea0e4f4f osduld_register_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0xf28d7b2c osduld_info_lookup +EXPORT_SYMBOL drivers/scsi/raid_class 0x6e2da22b raid_component_add +EXPORT_SYMBOL drivers/scsi/raid_class 0x774c3ee6 raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0x934e2458 raid_class_attach +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x15c2cb86 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x282b27ff fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7954b1ea fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x8e2cd4d1 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x9bfeb464 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc25e0208 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc57301e3 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xcca93000 fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xcf8b0980 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd0b90ace fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd831f011 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe12dbf2c fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xef1a651f scsi_is_fc_vport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xf454e8af fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x01963c95 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0ddef44d sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x150c9cfd scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x38710c72 sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x395dcea3 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5a8557e5 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x639189b7 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6d392bfe sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6fe9bcd3 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7bbc808e scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7ce5be38 sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7e9f931a sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8c1a4577 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8dac76ab sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x99409700 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa88ac137 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xaa04003b sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xba0d285c scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbf9adbf9 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc6c58883 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc75b3b4d sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd19b9cab sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdadc9e43 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdaf0c152 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdbda1774 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe70e1846 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf8f20486 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xffdb705f sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x27e37653 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xb8220680 spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xf22af663 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xf3fc1865 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xff042a59 spi_attach_transport +EXPORT_SYMBOL drivers/ssb/ssb 0x0b2d6482 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0x1a86e85b ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x1c16db4e ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0x2054f1c3 ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x27c6be64 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0x28631480 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x404fc625 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x41c44675 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x4b58cd3c ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x79cc4fd1 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x81f49d8c __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0x852f192e ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x891e9000 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x8e786d77 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0xc0512e0f ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xca125ac8 ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xd481192b ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xd6d80d3a ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0xd88894b8 ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0xeb3b6390 ssb_bus_resume +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x261c6ff6 adt7316_remove +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0xd9c3cbc1 adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x15a4d094 ade7854_remove +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x9663c9f8 ade7854_probe +EXPORT_SYMBOL drivers/staging/iio/ring_sw 0x3540ff53 iio_sw_rb_free +EXPORT_SYMBOL drivers/staging/iio/ring_sw 0x8d911bc5 iio_sw_rb_allocate +EXPORT_SYMBOL drivers/target/target_core_mod 0x01b7eff5 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x02de3b18 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x070925b0 transport_check_aborted_status +EXPORT_SYMBOL drivers/target/target_core_mod 0x097e1621 target_put_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x0b49291e iscsi_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x0d50ebf6 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x0fb5bd29 transport_subsystem_release +EXPORT_SYMBOL drivers/target/target_core_mod 0x16ae2887 iscsi_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x1ed3c19a transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x2218a611 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x347d1871 target_fabric_configfs_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x378a9a88 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x3d2e9aca fc_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x3d2f55dc transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x3e7ae782 target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0x4120ee03 core_tpg_clear_object_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x4628ce3e target_fabric_configfs_init +EXPORT_SYMBOL drivers/target/target_core_mod 0x4da87909 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x59c8ba03 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x5b427fbe target_fabric_configfs_free +EXPORT_SYMBOL drivers/target/target_core_mod 0x5fb5ba8d core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x6523330e sas_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x6906ceef core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x6b303a55 core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0x6d59bfc3 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x6d8673d0 target_fabric_configfs_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x7dbada9d transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x85aa880c transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x87673bfe transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x8d2a3311 target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x8dac88f2 sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x8e9fdaa8 transport_subsystem_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x97d9dc4e iscsi_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x9938ac2e transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0xaa5d0d65 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xad15a51c transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0xb2e57b5f transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xb3c932b3 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0xb46d805b iscsi_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0xb55f2490 sas_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xbaac7130 target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0xbd441ffb sas_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0xbeba4c71 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0xbef48214 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xc1273684 sas_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xc1604646 fc_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xd415f253 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xd47a3466 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xd90bd7bc target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xd990592c target_get_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xda739d0b transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xdb88631d transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xdd931931 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xdda4e984 spc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0xdf55462d core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xe0802f35 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xe41022ac spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xe5e28365 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0xe5eab312 core_tpg_del_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xe7943e75 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xe873339d target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0xea8c20ed transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xef45bf56 core_tpg_add_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xf01621c7 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf394f4ba fc_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0xf86b38e1 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xff3fb4b4 fc_get_pr_transport_id +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0xf63d26f7 usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x0158c1a2 sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x0c007fd9 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x159966c6 usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x2c16c2f2 usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x2c425ad3 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x5cc5803d usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x5e483d66 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x81590aa5 usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x82611eb9 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x92f5c058 usb_wwan_ioctl +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x989f44f3 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x9e9c344a usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xb1375402 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf0fbbf33 usb_wwan_set_termios +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x1b9b90f6 usb_serial_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x2f932885 usb_serial_resume +EXPORT_SYMBOL drivers/video/backlight/generic_bl 0x366d19ef genericbl_limit_intensity +EXPORT_SYMBOL drivers/video/backlight/lcd 0xcbe22c62 lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xf94b21ba lcd_device_unregister +EXPORT_SYMBOL drivers/video/output 0x0336bdd7 video_output_register +EXPORT_SYMBOL drivers/video/output 0x6ec1ea86 video_output_unregister +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x2d284cb0 w1_ds2760_read +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x7e44ce55 w1_ds2760_recall_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xa00f3024 w1_ds2760_store_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xa9bd8135 w1_ds2760_write +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x350c0439 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xdb7e0efa w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x4cc9dec7 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xb503095c w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/wire 0x112e6d9d w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0x8a85fa1c w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0x9cef58a5 w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0xce68ab36 w1_remove_master_device +EXPORT_SYMBOL fs/btrfs/btrfs 0x02897198 ulist_add +EXPORT_SYMBOL fs/btrfs/btrfs 0x09dceb4d ulist_free +EXPORT_SYMBOL fs/btrfs/btrfs 0x09fa4bcc ulist_init +EXPORT_SYMBOL fs/btrfs/btrfs 0x34b9e4c4 ulist_fini +EXPORT_SYMBOL fs/btrfs/btrfs 0x35490e9d ulist_next +EXPORT_SYMBOL fs/btrfs/btrfs 0xe4423912 ulist_alloc +EXPORT_SYMBOL fs/btrfs/btrfs 0xedf03da5 ulist_reinit +EXPORT_SYMBOL fs/configfs/configfs 0x1a7ee5a2 config_group_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x306822e0 config_group_init +EXPORT_SYMBOL fs/configfs/configfs 0x34f54a4d configfs_undepend_item +EXPORT_SYMBOL fs/configfs/configfs 0x4e89da5e configfs_depend_item +EXPORT_SYMBOL fs/configfs/configfs 0x6127cef7 config_item_put +EXPORT_SYMBOL fs/configfs/configfs 0x71eadb8f config_group_find_item +EXPORT_SYMBOL fs/configfs/configfs 0x88cc541c configfs_unregister_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x9a6b1425 config_item_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0xa7e52242 config_item_get +EXPORT_SYMBOL fs/configfs/configfs 0xc04c6787 config_item_init +EXPORT_SYMBOL fs/configfs/configfs 0xcf66f3c8 config_item_set_name +EXPORT_SYMBOL fs/configfs/configfs 0xda7e5577 configfs_register_subsystem +EXPORT_SYMBOL fs/exofs/libore 0x011500ad ore_calc_stripe_info +EXPORT_SYMBOL fs/exofs/libore 0x28806871 ore_verify_layout +EXPORT_SYMBOL fs/exofs/libore 0x2b27a15a extract_attr_from_ios +EXPORT_SYMBOL fs/exofs/libore 0x40acbdbc ore_get_io_state +EXPORT_SYMBOL fs/exofs/libore 0x5a66f6b6 ore_create +EXPORT_SYMBOL fs/exofs/libore 0x757eabae ore_remove +EXPORT_SYMBOL fs/exofs/libore 0x8c61a0a8 ore_read +EXPORT_SYMBOL fs/exofs/libore 0x91681951 ore_get_rw_state +EXPORT_SYMBOL fs/exofs/libore 0x944defad ore_check_io +EXPORT_SYMBOL fs/exofs/libore 0xa0447890 ore_write +EXPORT_SYMBOL fs/exofs/libore 0xa3d2a634 g_attr_logical_length +EXPORT_SYMBOL fs/exofs/libore 0xc4f5e684 ore_truncate +EXPORT_SYMBOL fs/exofs/libore 0xfe8c1242 ore_put_io_state +EXPORT_SYMBOL fs/fscache/fscache 0x0606ee6c __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x07cb87e9 __fscache_update_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x07d9b576 fscache_wait_bit_interruptible +EXPORT_SYMBOL fs/fscache/fscache 0x1f60d01e __fscache_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x22b99457 fscache_object_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x25631afd fscache_cache_cleared_wq +EXPORT_SYMBOL fs/fscache/fscache 0x36ed075c fscache_check_aux +EXPORT_SYMBOL fs/fscache/fscache 0x3e784016 fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x3fc23318 fscache_wait_bit +EXPORT_SYMBOL fs/fscache/fscache 0x40f312ae fscache_put_operation +EXPORT_SYMBOL fs/fscache/fscache 0x41132061 __fscache_read_or_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x4f15b384 __fscache_unregister_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x56625961 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x586be5ea fscache_mark_pages_cached +EXPORT_SYMBOL fs/fscache/fscache 0x590864ba __fscache_attr_changed +EXPORT_SYMBOL fs/fscache/fscache 0x5bc0257d __fscache_check_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x5f545e4f __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x62388f0a __fscache_uncache_all_inode_pages +EXPORT_SYMBOL fs/fscache/fscache 0x74530ecd fscache_op_debug_id +EXPORT_SYMBOL fs/fscache/fscache 0x7ef4f66c __fscache_wait_on_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x86f8894f fscache_object_states +EXPORT_SYMBOL fs/fscache/fscache 0x91823c26 __fscache_wait_on_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x92cb49b4 __fscache_read_or_alloc_pages +EXPORT_SYMBOL fs/fscache/fscache 0xa2e2ff64 fscache_enqueue_operation +EXPORT_SYMBOL fs/fscache/fscache 0xab71adfd __fscache_write_page +EXPORT_SYMBOL fs/fscache/fscache 0xabcc1f31 fscache_init_cache +EXPORT_SYMBOL fs/fscache/fscache 0xac068022 __fscache_uncache_page +EXPORT_SYMBOL fs/fscache/fscache 0xb77f05d8 fscache_mark_page_cached +EXPORT_SYMBOL fs/fscache/fscache 0xd58d749e fscache_fsdef_index +EXPORT_SYMBOL fs/fscache/fscache 0xda02e8a9 fscache_op_complete +EXPORT_SYMBOL fs/fscache/fscache 0xdbe4846a __fscache_register_netfs +EXPORT_SYMBOL fs/fscache/fscache 0xde4fc950 fscache_object_work_func +EXPORT_SYMBOL fs/fscache/fscache 0xe3e93d34 fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0xe54e60b8 __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0xebcf3106 fscache_obtained_object +EXPORT_SYMBOL fs/fscache/fscache 0xef3756fc __fscache_maybe_release_page +EXPORT_SYMBOL fs/nfsd/nfsd 0x13d93eda nfs4_acl_posix_to_nfsv4 +EXPORT_SYMBOL fs/nfsd/nfsd 0x2095976a nfs4_acl_new +EXPORT_SYMBOL fs/nfsd/nfsd 0x35e33c1e nfs4_acl_write_who +EXPORT_SYMBOL fs/nfsd/nfsd 0x5a157ae4 nfs4_acl_get_whotype +EXPORT_SYMBOL fs/nfsd/nfsd 0x83585203 nfs4_acl_nfsv4_to_posix +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x02a18407 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x06a4efca qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x113c5b90 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xaf1cdb3b qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0xf490fc73 qtree_delete_dquot +EXPORT_SYMBOL lib/cordic 0x434bfd07 cordic_calc_iq +EXPORT_SYMBOL lib/crc-ccitt 0x3771b461 crc_ccitt +EXPORT_SYMBOL lib/crc-ccitt 0x75811312 crc_ccitt_table +EXPORT_SYMBOL lib/crc-itu-t 0xd29b009f crc_itu_t_table +EXPORT_SYMBOL lib/crc-itu-t 0xf5b4a948 crc_itu_t +EXPORT_SYMBOL lib/crc7 0xa7587646 crc7 +EXPORT_SYMBOL lib/crc7 0xd80c3603 crc7_syndrome_table +EXPORT_SYMBOL lib/crc8 0x41248eaf crc8 +EXPORT_SYMBOL lib/crc8 0xab9ad613 crc8_populate_lsb +EXPORT_SYMBOL lib/crc8 0xd4534d80 crc8_populate_msb +EXPORT_SYMBOL lib/libcrc32c 0x27000b29 crc32c +EXPORT_SYMBOL lib/lru_cache 0x01fee6cc lc_is_used +EXPORT_SYMBOL lib/lru_cache 0x04d1dc01 lc_create +EXPORT_SYMBOL lib/lru_cache 0x237cf92a lc_index_of +EXPORT_SYMBOL lib/lru_cache 0x33a23991 lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0x3c859f74 lc_find +EXPORT_SYMBOL lib/lru_cache 0x3fb8b26f lc_committed +EXPORT_SYMBOL lib/lru_cache 0x5f6e63d8 lc_reset +EXPORT_SYMBOL lib/lru_cache 0x8a4aca44 lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0x9804e883 lc_destroy +EXPORT_SYMBOL lib/lru_cache 0xac53a693 lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0xac605f52 lc_get +EXPORT_SYMBOL lib/lru_cache 0xba0f762e lc_put +EXPORT_SYMBOL lib/lru_cache 0xe039fe99 lc_set +EXPORT_SYMBOL lib/lru_cache 0xe1ebe371 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0xe301a257 lc_del +EXPORT_SYMBOL lib/lru_cache 0xff41c5be lc_try_lock +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0bd662f6 raid6_gfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x15fe0cd3 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x5ba93f9d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xb0d904b7 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xce45a6f1 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd9e91f83 raid6_vgfmul +EXPORT_SYMBOL lib/zlib_deflate/zlib_deflate 0x315c65fd zlib_deflateInit2 +EXPORT_SYMBOL lib/zlib_deflate/zlib_deflate 0x48034724 zlib_deflateReset +EXPORT_SYMBOL lib/zlib_deflate/zlib_deflate 0xaf64ad0d zlib_deflate +EXPORT_SYMBOL lib/zlib_deflate/zlib_deflate 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL lib/zlib_deflate/zlib_deflate 0xf741c793 zlib_deflateEnd +EXPORT_SYMBOL net/802/p8022 0x5e2e9d6c register_8022_client +EXPORT_SYMBOL net/802/p8022 0x9c6cdebf unregister_8022_client +EXPORT_SYMBOL net/802/p8023 0x5006ce02 destroy_8023_client +EXPORT_SYMBOL net/802/p8023 0x5c76f5fc make_8023_client +EXPORT_SYMBOL net/802/psnap 0x62392e9e unregister_snap_client +EXPORT_SYMBOL net/802/psnap 0x71a0ea0d register_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x0c154b3f p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0x13263eee p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x172c07ac p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x1a37c7e9 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x1c80c89c v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x2081f843 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x23c5d460 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0x285f0669 p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0x35d1e27e p9_idpool_get +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x3e7198e9 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x3f0c11f0 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x4557428b p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x45fdb79d p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x5793e3c9 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0x63f0beee p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x692929b5 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x6a1664db p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x71116812 p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x7c38c1a0 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x7d448803 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x7fea9f84 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x856696c2 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x8a0811a4 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0x8e290768 p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0x914543de p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x9209a97b p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x94c5d1cf p9_payload_gup +EXPORT_SYMBOL net/9p/9pnet 0x977a0030 p9_nr_pages +EXPORT_SYMBOL net/9p/9pnet 0x98a85834 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x98fcaa5c p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x9c964743 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0x9ecd3cb4 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0xa74a1df1 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0xb9647170 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0xc47695aa p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0xc5c6ab56 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0xc5db54a9 p9_idpool_destroy +EXPORT_SYMBOL net/9p/9pnet 0xc614c514 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0xcab609b2 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0xcb7bcc07 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0xcc1b2dbd p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0xcfcc76cd p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0xdb2c5fdf p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0xdc3389f0 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0xe1cd2f96 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xead845cf v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0xecbf188b p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xf4a111d8 p9_idpool_create +EXPORT_SYMBOL net/9p/9pnet 0xf84f2022 p9_idpool_put +EXPORT_SYMBOL net/9p/9pnet 0xfd40c79d p9_idpool_check +EXPORT_SYMBOL net/appletalk/appletalk 0x131255b3 alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0x8215eae9 atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0x91cd7a2c aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0x9bd578e6 atalk_find_dev_addr +EXPORT_SYMBOL net/atm/atm 0x02d1d187 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x1650fe68 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0x1a995804 atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x2c88bdfd atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x7ebb4339 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0x9b22063b vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xa1d67cab atm_charge +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xb2b45d7a atm_proc_root +EXPORT_SYMBOL net/atm/atm 0xb2ee49ed atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0xe2a72bce vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0xe92d32b4 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/atm/atm 0xf5fa4bd9 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xfa8e0c4e vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0xfac5ae25 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0xfd6e7aac deregister_atm_ioctl +EXPORT_SYMBOL net/ax25/ax25 0x026c1368 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x13e0d5e8 ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0x155b2851 ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0x1748b4b1 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x2d8cde07 ax25_rebuild_header +EXPORT_SYMBOL net/ax25/ax25 0x33f7f84f ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x36b3861e ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x7dd5d97e ax25_hard_header +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0x9a9eab3e ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0xa90f14f0 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xe1de348e ax25_header_ops +EXPORT_SYMBOL net/bluetooth/bluetooth 0x094b22c3 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0d7d333d hci_recv_stream_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1503d4fa bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1a8a9bb6 hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0x26fae8df hci_conn_put_device +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2822761d hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x33c477f8 hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3690e2d6 bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x52880970 bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5ae38b3d hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x63f73550 bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6668640b bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0x67bf9390 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0x697732c9 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6cc335c7 bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6f91201b bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x74590281 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7578289f hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x76b627b4 hci_conn_hold_device +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7c640527 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x91c9a325 bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x94d1c88a hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0x94de0bde bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x96b7957c hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9a52eba8 bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa9591cf8 hci_recv_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0xaec7a2ad bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb02701c5 bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb5aeb789 hci_alloc_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb61a0c3b bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc1fb551 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0xeba9899c hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf11063a6 hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf19294db bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf545fb4c bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfe4f1378 hci_unregister_dev +EXPORT_SYMBOL net/bridge/bridge 0x3600b7d4 br_should_route_hook +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x7b0fa4c3 ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x9bbb03fa ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xd81b86de ebt_do_table +EXPORT_SYMBOL net/caif/caif 0x10271f99 get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x2a09f713 cfpkt_fromnative +EXPORT_SYMBOL net/caif/caif 0x2ea45b49 caif_connect_client +EXPORT_SYMBOL net/caif/caif 0x329dbd06 cfpkt_info +EXPORT_SYMBOL net/caif/caif 0x38701a7c cfcnfg_del_phy_layer +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x6a44fc70 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x7c69356c caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x966d7de2 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xe0c85670 cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0xfa8c2baa caif_disconnect_client +EXPORT_SYMBOL net/can/can 0x7a728a9c can_proto_register +EXPORT_SYMBOL net/can/can 0x8d3d30fb can_send +EXPORT_SYMBOL net/can/can 0x9bed0766 can_rx_register +EXPORT_SYMBOL net/can/can 0xa41c551c can_ioctl +EXPORT_SYMBOL net/can/can 0xceadccb0 can_rx_unregister +EXPORT_SYMBOL net/can/can 0xe1190ede can_proto_unregister +EXPORT_SYMBOL net/ceph/libceph 0x08637aac ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x09290ab3 ceph_debugfs_init +EXPORT_SYMBOL net/ceph/libceph 0x0bd5dcf4 ceph_calc_pg_primary +EXPORT_SYMBOL net/ceph/libceph 0x10940306 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0x1121dfe5 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x11a06952 ceph_osdc_put_event +EXPORT_SYMBOL net/ceph/libceph 0x173b3b14 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x197effcb ceph_osdc_release_request +EXPORT_SYMBOL net/ceph/libceph 0x1a1945f8 ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x21a3d78b ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x21ef9040 ceph_calc_raw_layout +EXPORT_SYMBOL net/ceph/libceph 0x2bb4b194 ceph_osdc_set_request_linger +EXPORT_SYMBOL net/ceph/libceph 0x3158173e ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x3339c2d2 ceph_osdc_unregister_linger_request +EXPORT_SYMBOL net/ceph/libceph 0x341164b1 ceph_osdc_create_event +EXPORT_SYMBOL net/ceph/libceph 0x343cc3b0 ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x3abec91f ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x3d57ca97 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x4205ffd7 ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0x43c8d341 ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0x43e458f6 ceph_file_part +EXPORT_SYMBOL net/ceph/libceph 0x45cefca9 ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x469a1b49 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0x5081866c ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x50c29f3b ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x50fdffd9 ceph_get_direct_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode +EXPORT_SYMBOL net/ceph/libceph 0x553d3134 ceph_osdc_stop +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x57cfe86a ceph_monc_got_mdsmap +EXPORT_SYMBOL net/ceph/libceph 0x5b514c56 ceph_osdc_wait_event +EXPORT_SYMBOL net/ceph/libceph 0x5fe4b2fa ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0x60f2adbd ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x6d2d06a1 ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0x6ed41be2 ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0x71d462fe ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x75c0377d ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x77692acb ceph_msg_last_put +EXPORT_SYMBOL net/ceph/libceph 0x7bb2728d ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x81cbb997 ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0x867959b3 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x87b33327 ceph_calc_object_layout +EXPORT_SYMBOL net/ceph/libceph 0x8a24b213 ceph_monc_create_snapid +EXPORT_SYMBOL net/ceph/libceph 0x93c5b016 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x965b36d6 ceph_osdc_init +EXPORT_SYMBOL net/ceph/libceph 0x9d9943b3 ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x9f534f4d ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xa40bd703 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0xa982f233 __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xa9fed212 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0xaa972d4c ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0xad06d469 ceph_copy_page_vector_to_user +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb4db9777 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb6081d6d ceph_msgr_exit +EXPORT_SYMBOL net/ceph/libceph 0xb71dd3d4 ceph_osdc_cancel_event +EXPORT_SYMBOL net/ceph/libceph 0xba1198e0 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xc235d0e3 ceph_client_id +EXPORT_SYMBOL net/ceph/libceph 0xc4a80955 ceph_debugfs_cleanup +EXPORT_SYMBOL net/ceph/libceph 0xc55de604 ceph_parse_options +EXPORT_SYMBOL net/ceph/libceph 0xc7358a59 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0xc9f82b38 ceph_msgr_init +EXPORT_SYMBOL net/ceph/libceph 0xca850bb7 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0xcb50a624 ceph_parse_ips +EXPORT_SYMBOL net/ceph/libceph 0xcd7ef475 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0xd2c107bb ceph_flags_to_mode +EXPORT_SYMBOL net/ceph/libceph 0xde8d5cd5 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0xe4293c4d ceph_osdc_build_request +EXPORT_SYMBOL net/ceph/libceph 0xe7961de6 ceph_osdc_writepages +EXPORT_SYMBOL net/ceph/libceph 0xead81162 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0xec6372bf ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0xf090f1c3 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0xf12fa543 ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xf18d7bbe ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0xf2e2316d ceph_osdc_readpages +EXPORT_SYMBOL net/ceph/libceph 0xff678124 ceph_messenger_init +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x035bd207 dccp_syn_ack_timeout +EXPORT_SYMBOL net/ieee802154/ieee802154 0x08ec2fe6 wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0x2b8d6c7a ieee802154_nl_assoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x5838184c wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0x65287948 wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0x6d766407 ieee802154_nl_disassoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x77278ab4 ieee802154_nl_assoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x8879c7f3 ieee802154_nl_disassoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x8d63f167 wpan_phy_alloc +EXPORT_SYMBOL net/ieee802154/ieee802154 0x9be00a09 ieee802154_nl_start_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xb0f58cf9 ieee802154_nl_scan_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xcff162b9 ieee802154_nl_beacon_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xe47c12d7 wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0xeb78f7ae wpan_phy_unregister +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x07da1a8b arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x0e078fe0 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x70c048da arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x05156924 ipt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x3053e782 ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x83a97137 ipt_do_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x3dbac46a xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0xfe091bc6 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x2e6941c6 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x487fb33a ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x39802a7e ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x3fce073e ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xa440edee ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x7b0e74f1 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0xb6774e98 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x02f19640 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x1ec819db xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x154a6b70 ircomm_flow_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x2c11066f ircomm_close +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x8bea56b4 ircomm_connect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xa8278d20 ircomm_open +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xbfaebecd ircomm_data_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xcd635c06 ircomm_control_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xd1a37fa4 ircomm_connect_response +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xd6c7fe9b ircomm_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x068ab8f8 irttp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x06a3ee58 irias_new_integer_value +EXPORT_SYMBOL net/irda/irda 0x07d3647c irlmp_register_service +EXPORT_SYMBOL net/irda/irda 0x086850b9 irttp_connect_request +EXPORT_SYMBOL net/irda/irda 0x11877e51 irttp_flow_request +EXPORT_SYMBOL net/irda/irda 0x17a491c5 irias_add_octseq_attrib +EXPORT_SYMBOL net/irda/irda 0x17ba0c4b irlmp_connect_response +EXPORT_SYMBOL net/irda/irda 0x2036ad06 irda_param_insert +EXPORT_SYMBOL net/irda/irda 0x25af7968 irlap_close +EXPORT_SYMBOL net/irda/irda 0x36cad55b hashbin_remove_this +EXPORT_SYMBOL net/irda/irda 0x37791344 hashbin_get_first +EXPORT_SYMBOL net/irda/irda 0x3b8311af iriap_getvaluebyclass_request +EXPORT_SYMBOL net/irda/irda 0x41e9fec6 async_unwrap_char +EXPORT_SYMBOL net/irda/irda 0x448b8aaa irda_qos_bits_to_value +EXPORT_SYMBOL net/irda/irda 0x46c1c4a2 irlmp_unregister_service +EXPORT_SYMBOL net/irda/irda 0x6492e28c hashbin_get_next +EXPORT_SYMBOL net/irda/irda 0x6b043eba irda_init_max_qos_capabilies +EXPORT_SYMBOL net/irda/irda 0x6b76aa70 hashbin_delete +EXPORT_SYMBOL net/irda/irda 0x7042bc54 irlmp_register_client +EXPORT_SYMBOL net/irda/irda 0x731cec71 hashbin_insert +EXPORT_SYMBOL net/irda/irda 0x763e54a4 irlmp_unregister_client +EXPORT_SYMBOL net/irda/irda 0x7957f728 irlmp_update_client +EXPORT_SYMBOL net/irda/irda 0x7c2f12c8 irda_device_set_media_busy +EXPORT_SYMBOL net/irda/irda 0x7e67ca6e irias_new_object +EXPORT_SYMBOL net/irda/irda 0x851bde77 irttp_close_tsap +EXPORT_SYMBOL net/irda/irda 0x8754d1ba proc_irda +EXPORT_SYMBOL net/irda/irda 0x8982c8d9 irias_delete_object +EXPORT_SYMBOL net/irda/irda 0x8a44dd5e hashbin_new +EXPORT_SYMBOL net/irda/irda 0x8b89ce86 iriap_close +EXPORT_SYMBOL net/irda/irda 0x8dc42087 irlmp_connect_request +EXPORT_SYMBOL net/irda/irda 0x90ddb6bd hashbin_remove +EXPORT_SYMBOL net/irda/irda 0x91815586 irda_param_pack +EXPORT_SYMBOL net/irda/irda 0x96a057a7 irlmp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x993ad14b irda_param_extract_all +EXPORT_SYMBOL net/irda/irda 0x9b6fedf1 irttp_dup +EXPORT_SYMBOL net/irda/irda 0x9e0bfc2b irlmp_close_lsap +EXPORT_SYMBOL net/irda/irda 0x9e4738c3 irttp_udata_request +EXPORT_SYMBOL net/irda/irda 0x9ffda243 irias_add_string_attrib +EXPORT_SYMBOL net/irda/irda 0xa55c9b5b irttp_open_tsap +EXPORT_SYMBOL net/irda/irda 0xb35c8300 irda_notify_init +EXPORT_SYMBOL net/irda/irda 0xb3c13d7f irias_add_integer_attrib +EXPORT_SYMBOL net/irda/irda 0xb9394173 irias_delete_value +EXPORT_SYMBOL net/irda/irda 0xbbe0496c irlmp_data_request +EXPORT_SYMBOL net/irda/irda 0xbcd3ef13 irias_object_change_attribute +EXPORT_SYMBOL net/irda/irda 0xbe40ace9 irlmp_discovery_request +EXPORT_SYMBOL net/irda/irda 0xbf2c75bf alloc_irdadev +EXPORT_SYMBOL net/irda/irda 0xbf7dd554 hashbin_find +EXPORT_SYMBOL net/irda/irda 0xbfa7c08d hashbin_lock_find +EXPORT_SYMBOL net/irda/irda 0xc477368d irias_find_object +EXPORT_SYMBOL net/irda/irda 0xc93df7ae irttp_data_request +EXPORT_SYMBOL net/irda/irda 0xde4c6b3c irlmp_service_to_hint +EXPORT_SYMBOL net/irda/irda 0xdeeec83a irlmp_open_lsap +EXPORT_SYMBOL net/irda/irda 0xe53ec90f async_wrap_skb +EXPORT_SYMBOL net/irda/irda 0xedd521c2 irlmp_get_discoveries +EXPORT_SYMBOL net/irda/irda 0xf199cba4 irias_insert_object +EXPORT_SYMBOL net/irda/irda 0xf31dbcb1 irlap_open +EXPORT_SYMBOL net/irda/irda 0xfe0310f9 irttp_connect_response +EXPORT_SYMBOL net/irda/irda 0xfe9dd394 iriap_open +EXPORT_SYMBOL net/l2tp/l2tp_core 0x96153968 l2tp_recv_common +EXPORT_SYMBOL net/lapb/lapb 0x032b31fb lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0x0ea9180e lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0x5507eecc lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0x822f7bb4 lapb_register +EXPORT_SYMBOL net/lapb/lapb 0xb5b6209c lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0xcb7c0edd lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0xd2b4fadf lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0xd9b2d019 lapb_connect_request +EXPORT_SYMBOL net/llc/llc 0x03a76adf llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0x08255166 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0x1709e0f3 llc_sap_open +EXPORT_SYMBOL net/llc/llc 0x1e9e99fd llc_sap_list_lock +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x5ce50cea llc_sap_close +EXPORT_SYMBOL net/llc/llc 0x8fc091e5 llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0xa25aefd3 llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0xdd01b92b llc_add_pack +EXPORT_SYMBOL net/mac80211/mac80211 0x016cacc2 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x07b516b5 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x07d949ba ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0x11a8afa0 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x13ff54a6 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x16978a65 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x169cc21e ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x22f320cc ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x23b0de9a ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x28e59f46 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x296234d0 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x2f6c26b9 ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x366916b6 ieee80211_rx +EXPORT_SYMBOL net/mac80211/mac80211 0x3686d6f8 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0x445fb09b ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x45a46abc ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x47176d6f ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x484f8b81 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x497ec863 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x4acf338d rate_control_send_low +EXPORT_SYMBOL net/mac80211/mac80211 0x4b364fa8 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x535c6185 ieee80211_napi_schedule +EXPORT_SYMBOL net/mac80211/mac80211 0x55e1f906 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x55f76c4d ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0x5944bcab wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x5c28cca5 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x65326d70 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x658b4647 ieee80211_sta_eosp_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x68583959 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x6f4c8a43 ieee80211_napi_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x70bb079f ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x72380e85 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x72db6f3c ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x7344e354 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x7bd67342 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x7c82000d ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x82a08fea ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x82a3dc84 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x8bed47fb ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x909da5ef ieee80211_disable_dyn_ps +EXPORT_SYMBOL net/mac80211/mac80211 0x92f3a0f4 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x9692fcee ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x98f463eb ieee80211_alloc_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x9bf24c0a ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x9c255f93 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x9d40cc2e ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xa0346348 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xa6e9aebb ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0xa90e5550 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0xaa157485 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0xb0b172ec __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xb13747d8 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0xc7e9782e ieee80211_get_key_tx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xcf968611 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0xd19f5c60 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xd8cf5f09 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xddb47d52 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xdfcdd9ee ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0xe1a0b66f ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xe7165efd ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0xe7b89d9c ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0xef0af0be ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0xefbb9ffd ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0xf395de03 ieee80211_aes_cmac_calculate_k1_k2 +EXPORT_SYMBOL net/mac80211/mac80211 0xf66af6a8 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xf8aad3bd ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xfb5e80d6 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xfb984075 ieee80211_enable_dyn_ps +EXPORT_SYMBOL net/mac80211/mac80211 0xfd50fde1 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xfe31a21b __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac802154/mac802154 0x078a95cd ieee802154_alloc_device +EXPORT_SYMBOL net/mac802154/mac802154 0x1653ca70 ieee802154_unregister_device +EXPORT_SYMBOL net/mac802154/mac802154 0x39679a02 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0x4012db57 ieee802154_register_device +EXPORT_SYMBOL net/mac802154/mac802154 0xd63e192f ieee802154_free_device +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1e1595c5 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1fd5062a ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x20210929 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x24c92ce0 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x5d566c90 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x728e1ed2 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x898911d9 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9b0107ea register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xae69773f ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xbd704afa ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc47a8dcc ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xed734ceb unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf73eeb8f ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xfe5a4757 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x0bf99061 __nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x593af194 __nf_ct_ext_add_length +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x7a19e872 nf_conntrack_untracked +EXPORT_SYMBOL net/netfilter/nf_conntrack_proto_gre 0x291e017a nf_ct_gre_keymap_flush +EXPORT_SYMBOL net/netfilter/nf_nat 0x03613cd1 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0x04fc5988 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0x10268e0e nf_nat_used_tuple +EXPORT_SYMBOL net/netfilter/nf_nat 0x4702a3dd __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x729c2253 nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/nf_nat 0xc1de5b80 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/x_tables 0x08c473b7 xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x0ef83d54 xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x21e53f0d xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x21eb5cc9 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x4e23f0dd xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0x86b164bf xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xb28f5ef1 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xb3b6b02a xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0xba4ccca5 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xbabf54ac xt_find_target +EXPORT_SYMBOL net/netfilter/x_tables 0xfa311b5d xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0xfb4fc17d xt_register_matches +EXPORT_SYMBOL net/nfc/hci/hci 0x08bf6e32 nfc_hci_send_response +EXPORT_SYMBOL net/nfc/hci/hci 0x22408471 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x2cf941b3 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x3cbb95c3 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x43028a27 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x4b00ecdf nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x563dec2a nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0x68d3bbea nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x74282982 nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0x79ff1fdf nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x910b2a79 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0xa82b184f nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xbca0b4fd nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xcf4dbd64 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0xd63bccb0 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0xda6f7d5f nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0xde03defe nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0xded6b27f nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0xec7f1784 nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0xf0aef743 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0x190493a9 nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x55e65e42 nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x76ad2a3d nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x9758d9a4 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xcc902178 nci_free_device +EXPORT_SYMBOL net/nfc/nfc 0x04c5911d nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0x0ece2f58 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x2ac55ed4 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x41e1a5cc nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0x62b8a791 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x74e23756 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x7758d25f nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x8b85a666 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x8e7deae8 nfc_class +EXPORT_SYMBOL net/nfc/nfc 0xa42701bd nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0xc2953d2e nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0xca00778d nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0xcd572450 nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0xde2239c5 nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0xe7f99be4 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0xebbf0376 nfc_dep_link_is_up +EXPORT_SYMBOL net/phonet/phonet 0x40cab2a9 phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0x516a0e5c phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0x5f8017a8 phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0x761c0677 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0x88b6727f pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0x8d31e08f phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0x9c43f044 pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0xa2865b7e pn_sock_hash +EXPORT_SYMBOL net/rds/rds 0x5031b8c5 rds_str_array +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x002f597c rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x03c971e6 rxrpc_kernel_get_error_number +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x1ae65eb8 rxrpc_kernel_accept_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x263b9096 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x32b0b3df rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x4cacea14 rxrpc_kernel_free_skb +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x636f5152 rxrpc_kernel_get_abort_code +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xa20c8273 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xa855ccdf rxrpc_kernel_data_delivered +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xad0e23f3 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xbfd9cd81 rxrpc_kernel_is_data_last +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xcc79e2a7 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xec7ea022 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xf382fbe0 rxrpc_kernel_reject_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xfab2c7a1 rxrpc_kernel_intercept_rx_messages +EXPORT_SYMBOL net/sctp/sctp 0x5f81457b sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/sunrpc 0x86db7757 svc_pool_stats_open +EXPORT_SYMBOL net/wimax/wimax 0x7d2acbb5 wimax_reset +EXPORT_SYMBOL net/wimax/wimax 0x869b3bb3 wimax_rfkill +EXPORT_SYMBOL net/wireless/cfg80211 0x0054abcb freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x06cda595 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0x09c64fbd ieee80211_frequency_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x0a9a701a cfg80211_rx_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x0c81767a cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x10a6e5c4 cfg80211_send_rx_auth +EXPORT_SYMBOL net/wireless/cfg80211 0x1151227c wiphy_rfkill_set_hw_state +EXPORT_SYMBOL net/wireless/cfg80211 0x14478651 cfg80211_inform_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x14e0c577 ieee80211_data_from_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0x15463166 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x17c4a905 cfg80211_inform_bss_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x19e03378 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0x1c577a88 cfg80211_roamed_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x1cd9212a cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x1db5b4fd cfg80211_testmode_reply +EXPORT_SYMBOL net/wireless/cfg80211 0x20909aad cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x20a8a6e2 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x33beeda1 cfg80211_send_deauth +EXPORT_SYMBOL net/wireless/cfg80211 0x35456b7e cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x3876d9c2 cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x3c2217de cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x3ce374f6 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0x485256a8 cfg80211_get_mesh +EXPORT_SYMBOL net/wireless/cfg80211 0x4c6131a3 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x4d39e330 cfg80211_send_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x4dd7760d cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0x51e861a8 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x576a8229 cfg80211_testmode_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x58a5fea2 __cfg80211_send_disassoc +EXPORT_SYMBOL net/wireless/cfg80211 0x590268cb ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x5b02654b cfg80211_send_unprot_disassoc +EXPORT_SYMBOL net/wireless/cfg80211 0x5cc88516 cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0x614d0cfe cfg80211_testmode_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x66476bc2 cfg80211_send_assoc_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x68f45348 cfg80211_del_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6c23c31c cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x77eed939 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x782aedb9 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x792c5acc cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x79c338d3 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0x7b9ff77a cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x7bf84062 __ieee80211_get_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x7decda7a wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7f450be0 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x7fe1a403 cfg80211_find_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x81404b48 ieee80211_bss_get_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x834778be cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x85180a9e wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x8d06316b cfg80211_mgmt_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x8ef4c2b5 cfg80211_send_rx_assoc +EXPORT_SYMBOL net/wireless/cfg80211 0x91d9a84f __cfg80211_send_deauth +EXPORT_SYMBOL net/wireless/cfg80211 0x9278f801 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x97564466 cfg80211_report_obss_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x982e6b6d ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x9868d320 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x9eee37b8 cfg80211_send_disassoc +EXPORT_SYMBOL net/wireless/cfg80211 0xa1425906 ieee80211_channel_to_frequency +EXPORT_SYMBOL net/wireless/cfg80211 0xa158de9c cfg80211_connect_result +EXPORT_SYMBOL net/wireless/cfg80211 0xa15c1548 wiphy_rfkill_stop_polling +EXPORT_SYMBOL net/wireless/cfg80211 0xa197b1ff ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xac8d1ddf cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xb0da2542 wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0xb8cfe2c8 wiphy_new +EXPORT_SYMBOL net/wireless/cfg80211 0xbc1e3fbe cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0xbda06bdf ieee80211_data_to_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0xc2a7f300 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xc4ad283b cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0xc5fd2d53 cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0xc63f1b81 ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0xcdf36963 cfg80211_testmode_event +EXPORT_SYMBOL net/wireless/cfg80211 0xcf618a57 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0xd4a7c6da wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0xd4ae6424 cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0xd871b2c8 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0xdae53001 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0xe5df395e cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xe9377694 cfg80211_send_unprot_deauth +EXPORT_SYMBOL net/wireless/cfg80211 0xeaa7c9f6 cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0xeb870bce cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0xf37c2a12 cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xfa7d87f9 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xfed4d591 cfg80211_find_vendor_ie +EXPORT_SYMBOL net/wireless/lib80211 0x2d0f99e5 print_ssid +EXPORT_SYMBOL net/wireless/lib80211 0x43c3a5c4 lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x65763d4c lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0x69deca5f lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x70c6a204 lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xbe3472fc lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0xee023d6e lib80211_crypt_info_init +EXPORT_SYMBOL sound/ac97_bus 0x6be2ffac ac97_bus_type +EXPORT_SYMBOL sound/core/seq/snd-seq 0x1a724fcc snd_seq_kernel_client_ctl +EXPORT_SYMBOL sound/core/seq/snd-seq 0x21ab1b96 snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3061c52d snd_use_lock_sync_helper +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3fb4d161 snd_seq_kernel_client_dispatch +EXPORT_SYMBOL sound/core/seq/snd-seq 0x4cba806e snd_seq_kernel_client_enqueue_blocking +EXPORT_SYMBOL sound/core/seq/snd-seq 0x6aa32888 snd_seq_event_port_attach +EXPORT_SYMBOL sound/core/seq/snd-seq 0x6bb71038 snd_seq_delete_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7ac2f329 snd_seq_expand_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7b8699eb snd_seq_event_port_detach +EXPORT_SYMBOL sound/core/seq/snd-seq 0x899088ec snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb8e448a0 snd_seq_set_queue_tempo +EXPORT_SYMBOL sound/core/seq/snd-seq 0xcac0a3be snd_seq_kernel_client_enqueue +EXPORT_SYMBOL sound/core/seq/snd-seq 0xe934da1d snd_seq_dump_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x148ac1b0 snd_seq_device_new +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x3a57f235 snd_seq_autoload_unlock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xb90668b2 snd_seq_autoload_lock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xc622fb29 snd_seq_device_unregister_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xe4ec3d6f snd_seq_device_register_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x127b30fb snd_midi_event_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x1cdc0812 snd_midi_event_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x59eb74ae snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x8102ed2f snd_midi_event_reset_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xb11ba32d snd_midi_event_new +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xb2c7f684 snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xea0e5748 snd_midi_event_free +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xed42580b snd_midi_event_no_status +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0x0f85067f snd_virmidi_new +EXPORT_SYMBOL sound/core/snd-hwdep 0x8edef38e snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x07bfe25f snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0x37fe0562 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x44c62953 snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0x57e74956 snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x6d9f3cdb snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0x739ab4c6 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x8fcce504 snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x9fdb73d3 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0xac51a381 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xae6928f7 snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb1b792a9 snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb63f6eb4 snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc762340d snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe0e495ff snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe29f0e1b snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe5d9c52b snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xfcfa7718 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x55b1bc03 snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6d629c59 snd_mpu401_uart_interrupt_tx +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xc0fec227 snd_mpu401_uart_interrupt +EXPORT_SYMBOL sound/i2c/other/snd-tea575x-tuner 0x25895664 snd_tea575x_set_freq +EXPORT_SYMBOL sound/i2c/other/snd-tea575x-tuner 0x29ec06ab snd_tea575x_exit +EXPORT_SYMBOL sound/i2c/other/snd-tea575x-tuner 0x71d8d5d6 snd_tea575x_init +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0d790488 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1b8eb1b1 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1bd46162 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x43eaac27 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x5b39f76f snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x62260447 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x639e74f0 snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x6a599a8f snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x7d216799 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x937c5796 snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9e596ebc snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xacb14c94 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc89c84a6 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xec6b05d2 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xee1ad27b snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf2a4ce2f snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xfa2dfc28 snd_ac97_bus +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x16756dc0 snd_usbmidi_input_start +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x63343b1d snd_usbmidi_input_stop +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x83e59258 snd_usbmidi_create +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL vmlinux 0x00000000 softirq_work_list +EXPORT_SYMBOL vmlinux 0x001ee95a imx_ssi_fiq_base +EXPORT_SYMBOL vmlinux 0x001f851f prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x00506621 follow_up +EXPORT_SYMBOL vmlinux 0x006818a5 kobject_put +EXPORT_SYMBOL vmlinux 0x00693074 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x00801678 flush_scheduled_work +EXPORT_SYMBOL vmlinux 0x0084e86d unregister_shrinker +EXPORT_SYMBOL vmlinux 0x0088aa12 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x008f389d blk_bio_map_sg +EXPORT_SYMBOL vmlinux 0x0091d9c1 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x009c8045 of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0x00aef73d ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x00b7bb45 filemap_write_and_wait +EXPORT_SYMBOL vmlinux 0x00cbdb6f blk_integrity_merge_bio +EXPORT_SYMBOL vmlinux 0x00e8097b csum_partial_copy_fromiovecend +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x011360fc nla_append +EXPORT_SYMBOL vmlinux 0x01139ffc max_mapnr +EXPORT_SYMBOL vmlinux 0x01424f59 sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x01515b04 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x0168da04 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x0186e2de smp_call_function_many +EXPORT_SYMBOL vmlinux 0x01902adf netpoll_trap +EXPORT_SYMBOL vmlinux 0x01a3d310 omap_set_dma_channel_mode +EXPORT_SYMBOL vmlinux 0x01a7a3c7 inet_shutdown +EXPORT_SYMBOL vmlinux 0x01acd939 tcp_valid_rtt_meas +EXPORT_SYMBOL vmlinux 0x01b07178 __ps2_command +EXPORT_SYMBOL vmlinux 0x01b7fd59 dispc_read_irqstatus +EXPORT_SYMBOL vmlinux 0x01e11cc3 bio_copy_kern +EXPORT_SYMBOL vmlinux 0x01ea132e dispc_runtime_put +EXPORT_SYMBOL vmlinux 0x01eb6655 update_devfreq +EXPORT_SYMBOL vmlinux 0x02124474 ip_send_check +EXPORT_SYMBOL vmlinux 0x02196324 __aeabi_idiv +EXPORT_SYMBOL vmlinux 0x021b0118 mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x021b7a84 seq_printf +EXPORT_SYMBOL vmlinux 0x024bf88f omap_modify_dma_chain_params +EXPORT_SYMBOL vmlinux 0x02573b36 omap_disable_dma_irq +EXPORT_SYMBOL vmlinux 0x02649054 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x02775433 mdiobus_scan +EXPORT_SYMBOL vmlinux 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL vmlinux 0x028dc59a mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x02950d01 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x0296a2c9 get_write_access +EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0x02a6ce5a crc16_table +EXPORT_SYMBOL vmlinux 0x02ac7e24 mii_check_media +EXPORT_SYMBOL vmlinux 0x02b204bb free_xenballooned_pages +EXPORT_SYMBOL vmlinux 0x02b8e035 simple_transaction_get +EXPORT_SYMBOL vmlinux 0x02cabc62 snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL vmlinux 0x02ee26c1 free_pages_exact +EXPORT_SYMBOL vmlinux 0x02ef742b percpu_counter_set +EXPORT_SYMBOL vmlinux 0x0301753e posix_unblock_lock +EXPORT_SYMBOL vmlinux 0x03026722 mempool_alloc +EXPORT_SYMBOL vmlinux 0x03038abd have_submounts +EXPORT_SYMBOL vmlinux 0x03340694 pm860x_page_set_bits +EXPORT_SYMBOL vmlinux 0x0334795d icst307_s2div +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x03592ea0 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x0363929a pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x0364983f gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x0369c0bc of_platform_device_create +EXPORT_SYMBOL vmlinux 0x03757c9b of_get_named_gpio_flags +EXPORT_SYMBOL vmlinux 0x0375b086 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x0379475e mmc_cache_ctrl +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x037e40c3 scsi_device_get +EXPORT_SYMBOL vmlinux 0x038753f6 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0x0389271c freezing_slow_path +EXPORT_SYMBOL vmlinux 0x03a3b1e7 __cleancache_init_shared_fs +EXPORT_SYMBOL vmlinux 0x03ba39b0 v7_flush_user_cache_all +EXPORT_SYMBOL vmlinux 0x03bc4c23 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x03bd889d param_get_ulong +EXPORT_SYMBOL vmlinux 0x03c06156 bitmap_fold +EXPORT_SYMBOL vmlinux 0x03c7b1b6 omap_dss_start_device +EXPORT_SYMBOL vmlinux 0x03c90c5c of_n_size_cells +EXPORT_SYMBOL vmlinux 0x03c9e410 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x0422fe4a inet_csk_timer_bug_msg +EXPORT_SYMBOL vmlinux 0x043ca110 vfs_rename +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044e576c jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x045e85c0 proto_unregister +EXPORT_SYMBOL vmlinux 0x046c1f16 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x0478467b of_device_alloc +EXPORT_SYMBOL vmlinux 0x0487f831 fb_find_best_display +EXPORT_SYMBOL vmlinux 0x048aba6a take_over_console +EXPORT_SYMBOL vmlinux 0x04c7f5d5 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x04cb121e generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x04cda566 snd_interval_refine +EXPORT_SYMBOL vmlinux 0x04d71dde unregister_netdev +EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol +EXPORT_SYMBOL vmlinux 0x04f5d4d3 simple_release_fs +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x054434d6 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x05476e04 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x056ee730 ipv6_hash_secret +EXPORT_SYMBOL vmlinux 0x057ce975 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0x0593a99b init_timer_key +EXPORT_SYMBOL vmlinux 0x05d05a72 security_inode_init_security +EXPORT_SYMBOL vmlinux 0x05e888b9 generic_file_remap_pages +EXPORT_SYMBOL vmlinux 0x05ef501d f_setown +EXPORT_SYMBOL vmlinux 0x05f991c8 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x05fa98c0 seq_read +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x062c2500 tcf_register_action +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x065d7648 dquot_quotactl_ops +EXPORT_SYMBOL vmlinux 0x06607f92 dss_feat_get_supported_outputs +EXPORT_SYMBOL vmlinux 0x066dcdfd journal_forget +EXPORT_SYMBOL vmlinux 0x067d8d35 security_release_secctx +EXPORT_SYMBOL vmlinux 0x06823a76 __devm_release_region +EXPORT_SYMBOL vmlinux 0x06833233 netlink_set_err +EXPORT_SYMBOL vmlinux 0x068a8759 tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x06931593 blk_queue_find_tag +EXPORT_SYMBOL vmlinux 0x06ba6cc9 iov_iter_copy_from_user +EXPORT_SYMBOL vmlinux 0x06c88628 fb_validate_mode +EXPORT_SYMBOL vmlinux 0x06cca761 inet_twsk_deschedule +EXPORT_SYMBOL vmlinux 0x06e44205 d_add_ci +EXPORT_SYMBOL vmlinux 0x06edaf25 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x06f2d13e simple_rename +EXPORT_SYMBOL vmlinux 0x06fe3b14 default_grn +EXPORT_SYMBOL vmlinux 0x071b7eea irq_stat +EXPORT_SYMBOL vmlinux 0x07379f42 genl_notify +EXPORT_SYMBOL vmlinux 0x073962e0 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x073dd57c d_path +EXPORT_SYMBOL vmlinux 0x0799aca4 local_bh_enable +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07a9797d prepare_creds +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07cf9099 wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0x07daefea neigh_table_clear +EXPORT_SYMBOL vmlinux 0x07e6f458 journal_extend +EXPORT_SYMBOL vmlinux 0x081f3afb complete_all +EXPORT_SYMBOL vmlinux 0x08216276 kobject_get +EXPORT_SYMBOL vmlinux 0x082475e1 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x08261eb2 dqget +EXPORT_SYMBOL vmlinux 0x083a5132 dquot_resume +EXPORT_SYMBOL vmlinux 0x083e5b16 put_disk +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x0863642c inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x0867eb58 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x087af339 splice_from_pipe_end +EXPORT_SYMBOL vmlinux 0x088885b6 log_start_commit +EXPORT_SYMBOL vmlinux 0x08a1b9a1 omap_dss_get_next_device +EXPORT_SYMBOL vmlinux 0x08b58eef omapdss_dpi_display_enable +EXPORT_SYMBOL vmlinux 0x0947b1dd mmc_gpio_free_cd +EXPORT_SYMBOL vmlinux 0x0948cde9 num_physpages +EXPORT_SYMBOL vmlinux 0x09834742 phy_find_first +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x098e342d snd_pcm_period_elapsed +EXPORT_SYMBOL vmlinux 0x09c25d18 inet_frags_init +EXPORT_SYMBOL vmlinux 0x09c55cec schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0x09cf1b46 proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09d50259 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x09db23a6 mmc_detect_change +EXPORT_SYMBOL vmlinux 0x09ea3a70 __frontswap_init +EXPORT_SYMBOL vmlinux 0x09eed896 dev_uc_del +EXPORT_SYMBOL vmlinux 0x09f1fb5d input_event +EXPORT_SYMBOL vmlinux 0x0a0786de udplite_table +EXPORT_SYMBOL vmlinux 0x0a104b40 dma_pool_create +EXPORT_SYMBOL vmlinux 0x0a12f454 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x0a2487e0 unblock_all_signals +EXPORT_SYMBOL vmlinux 0x0a29f03e snd_timer_interrupt +EXPORT_SYMBOL vmlinux 0x0a3131f6 strnchr +EXPORT_SYMBOL vmlinux 0x0a36d9bb eth_header_parse +EXPORT_SYMBOL vmlinux 0x0a41dec6 __locks_copy_lock +EXPORT_SYMBOL vmlinux 0x0a448e9e scsi_adjust_queue_depth +EXPORT_SYMBOL vmlinux 0x0a469d23 mfd_clone_cell +EXPORT_SYMBOL vmlinux 0x0a4cd0cf tty_pair_get_tty +EXPORT_SYMBOL vmlinux 0x0a6ae45b inode_get_bytes +EXPORT_SYMBOL vmlinux 0x0a8b2bd5 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x0a958ed4 down_write +EXPORT_SYMBOL vmlinux 0x0a9f7032 key_invalidate +EXPORT_SYMBOL vmlinux 0x0aa13d05 __raw_readsw +EXPORT_SYMBOL vmlinux 0x0ab485ad vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x0ab9a336 phy_print_status +EXPORT_SYMBOL vmlinux 0x0ac9e516 scsi_remove_device +EXPORT_SYMBOL vmlinux 0x0acb1a3c __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0adfab73 __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x0b0d888b icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0x0b0e6829 dev_disable_lro +EXPORT_SYMBOL vmlinux 0x0b19102d inode_dio_done +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b22ac06 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x0b2f71f7 netdev_features_change +EXPORT_SYMBOL vmlinux 0x0b36b0c9 jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x0b3ac878 rename_lock +EXPORT_SYMBOL vmlinux 0x0b405dcb nf_unregister_hook +EXPORT_SYMBOL vmlinux 0x0b48677a __kfifo_init +EXPORT_SYMBOL vmlinux 0x0b522fcd genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x0b60e663 mount_bdev +EXPORT_SYMBOL vmlinux 0x0b6e67b5 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b916ce3 __napi_complete +EXPORT_SYMBOL vmlinux 0x0b934a9b generic_mii_ioctl +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bc9ca3a mb_cache_entry_insert +EXPORT_SYMBOL vmlinux 0x0bcfc053 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x0bd97de1 of_find_compatible_node +EXPORT_SYMBOL vmlinux 0x0bed814c irq_set_chip +EXPORT_SYMBOL vmlinux 0x0c16f058 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0x0c45971b jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x0c58a8cd netdev_increment_features +EXPORT_SYMBOL vmlinux 0x0c65e73c scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0x0c782b76 thermal_cooling_device_unregister +EXPORT_SYMBOL vmlinux 0x0c8c9e99 scsi_show_extd_sense +EXPORT_SYMBOL vmlinux 0x0c99fbea elv_rb_add +EXPORT_SYMBOL vmlinux 0x0c9b24bb tty_pair_get_pty +EXPORT_SYMBOL vmlinux 0x0c9d1322 nand_bch_correct_data +EXPORT_SYMBOL vmlinux 0x0ca0c882 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x0ca54fee _test_and_set_bit +EXPORT_SYMBOL vmlinux 0x0ca82c8c __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x0ca97274 snd_timer_new +EXPORT_SYMBOL vmlinux 0x0cae232b utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0x0cd06d8a netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x0cd76bab do_truncate +EXPORT_SYMBOL vmlinux 0x0cdd158d sg_alloc_table +EXPORT_SYMBOL vmlinux 0x0cdf06c1 block_write_full_page +EXPORT_SYMBOL vmlinux 0x0ce74f6e in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x0cf87597 sock_i_uid +EXPORT_SYMBOL vmlinux 0x0cfefe1e percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0x0d15d03e xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x0d181388 tty_register_device +EXPORT_SYMBOL vmlinux 0x0d3f57a2 _find_next_bit_le +EXPORT_SYMBOL vmlinux 0x0d49bd4e tcp_poll +EXPORT_SYMBOL vmlinux 0x0d4d7a32 _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0x0d50a648 snd_jack_set_key +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d7da357 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x0d8b905d create_proc_entry +EXPORT_SYMBOL vmlinux 0x0d97efba blk_integrity_is_initialized +EXPORT_SYMBOL vmlinux 0x0da10ec3 security_sock_graft +EXPORT_SYMBOL vmlinux 0x0dac3a84 bio_uncopy_user +EXPORT_SYMBOL vmlinux 0x0dc5b467 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x0dc8e1cd md_write_start +EXPORT_SYMBOL vmlinux 0x0dc9b6e4 buffer_migrate_page +EXPORT_SYMBOL vmlinux 0x0ddd4b99 register_filesystem +EXPORT_SYMBOL vmlinux 0x0e197a0c inet_sendmsg +EXPORT_SYMBOL vmlinux 0x0e299240 of_gpio_simple_xlate +EXPORT_SYMBOL vmlinux 0x0e300bf7 schedule_work +EXPORT_SYMBOL vmlinux 0x0e4a377b rt6_lookup +EXPORT_SYMBOL vmlinux 0x0e4f2f7c snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL vmlinux 0x0e5158a9 netdev_warn +EXPORT_SYMBOL vmlinux 0x0e516ecd find_get_page +EXPORT_SYMBOL vmlinux 0x0e675b40 of_phy_connect +EXPORT_SYMBOL vmlinux 0x0e6b000d kdb_current_task +EXPORT_SYMBOL vmlinux 0x0e6da44a set_normalized_timespec +EXPORT_SYMBOL vmlinux 0x0e7a19b4 kill_anon_super +EXPORT_SYMBOL vmlinux 0x0e91ea65 tcp_prot +EXPORT_SYMBOL vmlinux 0x0eb86af8 nf_ct_attach +EXPORT_SYMBOL vmlinux 0x0eb8d0e1 file_update_time +EXPORT_SYMBOL vmlinux 0x0ec778d9 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x0eccece2 bio_integrity_free +EXPORT_SYMBOL vmlinux 0x0ed6c0ef vfs_unlink +EXPORT_SYMBOL vmlinux 0x0edc47ac free_mdio_bitbang +EXPORT_SYMBOL vmlinux 0x0ee21125 writeback_inodes_sb_if_idle +EXPORT_SYMBOL vmlinux 0x0f29842a add_disk +EXPORT_SYMBOL vmlinux 0x0f4338a4 writeback_inodes_sb_nr_if_idle +EXPORT_SYMBOL vmlinux 0x0f4c91ed ns_to_timespec +EXPORT_SYMBOL vmlinux 0x0f4fbfb2 of_find_property +EXPORT_SYMBOL vmlinux 0x0fa2a45e __memzero +EXPORT_SYMBOL vmlinux 0x0fa733f0 tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x0fcacc74 abx500_remove_ops +EXPORT_SYMBOL vmlinux 0x0fcb579a tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x0fcf0ec5 dev_remove_pack +EXPORT_SYMBOL vmlinux 0x0ff178f6 __aeabi_idivmod +EXPORT_SYMBOL vmlinux 0x0ff2b602 slhc_compress +EXPORT_SYMBOL vmlinux 0x100b8600 ilookup +EXPORT_SYMBOL vmlinux 0x10380e1b scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x103d0dc2 __find_get_block +EXPORT_SYMBOL vmlinux 0x105dc3d3 mfd_add_devices +EXPORT_SYMBOL vmlinux 0x105e9ebd amba_find_device +EXPORT_SYMBOL vmlinux 0x1072a394 csum_partial_copy_from_user +EXPORT_SYMBOL vmlinux 0x10d17661 of_find_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0x10e7eb61 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0x10ee20bb default_blu +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x111093fa dquot_quota_sync +EXPORT_SYMBOL vmlinux 0x11120975 kill_fasync +EXPORT_SYMBOL vmlinux 0x111c4b25 sk_wait_data +EXPORT_SYMBOL vmlinux 0x1123f108 snd_card_set_id +EXPORT_SYMBOL vmlinux 0x11267875 scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0x112748bd omap_vrfb_adjust_size +EXPORT_SYMBOL vmlinux 0x113429a0 clk_add_alias +EXPORT_SYMBOL vmlinux 0x113e4645 bio_integrity_enabled +EXPORT_SYMBOL vmlinux 0x113ff59a nf_getsockopt +EXPORT_SYMBOL vmlinux 0x114cd82c inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x1158d4cb filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x115b26c9 __cleancache_invalidate_inode +EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn +EXPORT_SYMBOL vmlinux 0x11640984 sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x11700bd2 snd_jack_new +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x1178151a tcp_hashinfo +EXPORT_SYMBOL vmlinux 0x1190a652 fb_blank +EXPORT_SYMBOL vmlinux 0x119b50e7 elf_check_arch +EXPORT_SYMBOL vmlinux 0x11c9185c of_iomap +EXPORT_SYMBOL vmlinux 0x11d27eb9 inc_nlink +EXPORT_SYMBOL vmlinux 0x11e2ec12 flex_array_free_parts +EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x12390506 scsi_host_get +EXPORT_SYMBOL vmlinux 0x12482b45 dmam_free_noncoherent +EXPORT_SYMBOL vmlinux 0x129d4587 igrab +EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range +EXPORT_SYMBOL vmlinux 0x12d0e89c mutex_lock +EXPORT_SYMBOL vmlinux 0x12da5bb2 __kmalloc +EXPORT_SYMBOL vmlinux 0x12de8db3 account_page_dirtied +EXPORT_SYMBOL vmlinux 0x12df520b sk_prot_clear_portaddr_nulls +EXPORT_SYMBOL vmlinux 0x12f48feb filemap_fault +EXPORT_SYMBOL vmlinux 0x12f57c53 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x12f99022 inet_frags_init_net +EXPORT_SYMBOL vmlinux 0x1320835d of_get_child_by_name +EXPORT_SYMBOL vmlinux 0x132df4b6 of_phy_connect_fixed_link +EXPORT_SYMBOL vmlinux 0x13307fde vsscanf +EXPORT_SYMBOL vmlinux 0x1377b7d4 bio_integrity_clone +EXPORT_SYMBOL vmlinux 0x13801c9a ab3100_event_unregister +EXPORT_SYMBOL vmlinux 0x1395f100 blk_init_queue_node +EXPORT_SYMBOL vmlinux 0x13bfaef9 journal_force_commit +EXPORT_SYMBOL vmlinux 0x13c582dc mntget +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13dbccce __blk_end_request +EXPORT_SYMBOL vmlinux 0x13ebd546 __lock_buffer +EXPORT_SYMBOL vmlinux 0x14172683 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x141e5427 xfrm6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x1420b379 kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x143a2a56 vfs_readlink +EXPORT_SYMBOL vmlinux 0x14452a6b snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL vmlinux 0x1451ec29 truncate_setsize +EXPORT_SYMBOL vmlinux 0x1474398d blk_queue_dma_pad +EXPORT_SYMBOL vmlinux 0x14a58534 vlan_vid_add +EXPORT_SYMBOL vmlinux 0x14d4a9c5 _change_bit +EXPORT_SYMBOL vmlinux 0x14f317eb scsi_prep_return +EXPORT_SYMBOL vmlinux 0x150cc54c of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0x151ca750 scsi_reset_provider +EXPORT_SYMBOL vmlinux 0x151d6e4e __d_drop +EXPORT_SYMBOL vmlinux 0x1524067b sockfd_lookup +EXPORT_SYMBOL vmlinux 0x1525c3a6 bio_integrity_set_tag +EXPORT_SYMBOL vmlinux 0x15321c8c snd_dma_alloc_pages_fallback +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x154dec33 max8925_reg_write +EXPORT_SYMBOL vmlinux 0x1551dc51 bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x15692c87 param_ops_int +EXPORT_SYMBOL vmlinux 0x15906542 setattr_copy +EXPORT_SYMBOL vmlinux 0x15935ae6 d_genocide +EXPORT_SYMBOL vmlinux 0x15946c9f ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x15d2f37b mount_nodev +EXPORT_SYMBOL vmlinux 0x15dac8c5 dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x15e13da5 phy_driver_register +EXPORT_SYMBOL vmlinux 0x15e6cbe1 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL vmlinux 0x15f571ec blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x15f62b25 lock_fb_info +EXPORT_SYMBOL vmlinux 0x1604bf6f flock_lock_file_wait +EXPORT_SYMBOL vmlinux 0x16109efb fb_get_mode +EXPORT_SYMBOL vmlinux 0x1627ed72 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x162ccc0c lg_local_lock +EXPORT_SYMBOL vmlinux 0x16305289 warn_slowpath_null +EXPORT_SYMBOL vmlinux 0x163a4e60 cfb_fillrect +EXPORT_SYMBOL vmlinux 0x169a1a0c phy_device_register +EXPORT_SYMBOL vmlinux 0x16ab5eb2 snd_device_free +EXPORT_SYMBOL vmlinux 0x16b30b39 neigh_lookup_nodev +EXPORT_SYMBOL vmlinux 0x16e329a2 cont_write_begin +EXPORT_SYMBOL vmlinux 0x16e61eb6 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x16ff4ede vm_insert_page +EXPORT_SYMBOL vmlinux 0x172a0a64 imx_irq_set_priority +EXPORT_SYMBOL vmlinux 0x173f5424 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x17560ed7 tcf_em_register +EXPORT_SYMBOL vmlinux 0x176e834d dquot_quota_on +EXPORT_SYMBOL vmlinux 0x1787e50f of_find_node_by_type +EXPORT_SYMBOL vmlinux 0x17a142df __copy_from_user +EXPORT_SYMBOL vmlinux 0x17be0190 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x17df17bc sysctl_tcp_ecn +EXPORT_SYMBOL vmlinux 0x17e776b6 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x180ad229 usb_remove_phy +EXPORT_SYMBOL vmlinux 0x181bd95c inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x1826f089 __tracepoint_kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x183fa88b mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0x18472668 deactivate_super +EXPORT_SYMBOL vmlinux 0x184b82fb mmc_vddrange_to_ocrmask +EXPORT_SYMBOL vmlinux 0x184e6c85 radix_tree_gang_lookup_slot +EXPORT_SYMBOL vmlinux 0x18698231 phy_start_interrupts +EXPORT_SYMBOL vmlinux 0x188a3dfb timespec_trunc +EXPORT_SYMBOL vmlinux 0x189868d7 get_random_bytes_arch +EXPORT_SYMBOL vmlinux 0x18bd76a4 _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0x18c2227f cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x18cf0161 unregister_console +EXPORT_SYMBOL vmlinux 0x18db3880 __pskb_copy +EXPORT_SYMBOL vmlinux 0x18e95a4d key_unlink +EXPORT_SYMBOL vmlinux 0x18eda3c3 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x18ff8768 sock_no_sendpage +EXPORT_SYMBOL vmlinux 0x191037ae __inet6_hash +EXPORT_SYMBOL vmlinux 0x192788a8 thaw_bdev +EXPORT_SYMBOL vmlinux 0x1935fc79 __dev_remove_offload +EXPORT_SYMBOL vmlinux 0x19610e1f cpu_all_bits +EXPORT_SYMBOL vmlinux 0x1976aa06 param_ops_bool +EXPORT_SYMBOL vmlinux 0x197dc3b3 omap_set_dma_src_burst_mode +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x199f6248 lease_get_mtime +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19c6e0ab __put_cred +EXPORT_SYMBOL vmlinux 0x19d43771 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x19da67eb twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0x19f5809b dm_ratelimit_state +EXPORT_SYMBOL vmlinux 0x1a005bf7 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x1a20c540 omap_vrfb_supported +EXPORT_SYMBOL vmlinux 0x1a625b26 omap_dss_put_device +EXPORT_SYMBOL vmlinux 0x1a65f4ad __arm_ioremap_pfn +EXPORT_SYMBOL vmlinux 0x1a708a22 misc_register +EXPORT_SYMBOL vmlinux 0x1a9d7f17 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x1aa8b846 locks_free_lock +EXPORT_SYMBOL vmlinux 0x1ace138d bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0x1ad1f2e7 _memcpy_fromio +EXPORT_SYMBOL vmlinux 0x1ad89e15 key_payload_reserve +EXPORT_SYMBOL vmlinux 0x1aefc6f1 mmc_card_sleep +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b0ac272 __tracepoint_kmalloc_node +EXPORT_SYMBOL vmlinux 0x1b153f67 user_revoke +EXPORT_SYMBOL vmlinux 0x1b29694f dev_mc_init +EXPORT_SYMBOL vmlinux 0x1b3f7e99 security_d_instantiate +EXPORT_SYMBOL vmlinux 0x1b45fd30 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b68aba6 pin_config_set +EXPORT_SYMBOL vmlinux 0x1b82fefa md_unplug +EXPORT_SYMBOL vmlinux 0x1b8ecd61 request_key +EXPORT_SYMBOL vmlinux 0x1b9e0ff1 scsilun_to_int +EXPORT_SYMBOL vmlinux 0x1bab7d7d sock_create +EXPORT_SYMBOL vmlinux 0x1bb7df54 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x1be8b7f8 lease_modify +EXPORT_SYMBOL vmlinux 0x1bf5c61c ip_getsockopt +EXPORT_SYMBOL vmlinux 0x1c0ea3b7 snd_timer_notify +EXPORT_SYMBOL vmlinux 0x1c148fc8 dev_get_flags +EXPORT_SYMBOL vmlinux 0x1c33bf6b scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x1c435dcf md_set_array_sectors +EXPORT_SYMBOL vmlinux 0x1c451fc1 set_device_ro +EXPORT_SYMBOL vmlinux 0x1c4cd670 unregister_binfmt +EXPORT_SYMBOL vmlinux 0x1c51aec0 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x1c5e3878 icst525_idx2s +EXPORT_SYMBOL vmlinux 0x1c6c3354 inet6_bind +EXPORT_SYMBOL vmlinux 0x1c6f8907 __netif_schedule +EXPORT_SYMBOL vmlinux 0x1ca4aa23 md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0x1cc6719a register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x1ccd1ea9 security_path_unlink +EXPORT_SYMBOL vmlinux 0x1cecfe8c inet_stream_connect +EXPORT_SYMBOL vmlinux 0x1ceeed60 scsi_nonblockable_ioctl +EXPORT_SYMBOL vmlinux 0x1cfb04fa finish_wait +EXPORT_SYMBOL vmlinux 0x1cffd6a5 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL vmlinux 0x1d0f0a25 send_sig_info +EXPORT_SYMBOL vmlinux 0x1d167f2a read_cache_page_async +EXPORT_SYMBOL vmlinux 0x1d5fd4e4 bio_split +EXPORT_SYMBOL vmlinux 0x1d764d8f pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x1d88b0dd sock_register +EXPORT_SYMBOL vmlinux 0x1d8caeee idr_get_new +EXPORT_SYMBOL vmlinux 0x1db4c1b5 scsi_print_result +EXPORT_SYMBOL vmlinux 0x1db7dc40 pgprot_kernel +EXPORT_SYMBOL vmlinux 0x1db8bd78 bio_reset +EXPORT_SYMBOL vmlinux 0x1db9644e omap_dss_stop_device +EXPORT_SYMBOL vmlinux 0x1dbbe859 journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x1dc1a1f6 pm860x_page_reg_read +EXPORT_SYMBOL vmlinux 0x1dc36131 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0x1dd3c6d6 framebuffer_release +EXPORT_SYMBOL vmlinux 0x1dd404ba netdev_err +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1ddf417a get_fs_type +EXPORT_SYMBOL vmlinux 0x1df86512 journal_clear_err +EXPORT_SYMBOL vmlinux 0x1e047854 warn_slowpath_fmt +EXPORT_SYMBOL vmlinux 0x1e160f13 dquot_file_open +EXPORT_SYMBOL vmlinux 0x1e26be3b get_anon_bdev +EXPORT_SYMBOL vmlinux 0x1e28cb44 __getblk +EXPORT_SYMBOL vmlinux 0x1e4a30cf unmap_underlying_metadata +EXPORT_SYMBOL vmlinux 0x1e65b71e security_path_link +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e8cc7d9 dss_mgr_set_timings +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1ea06663 _raw_write_lock +EXPORT_SYMBOL vmlinux 0x1ec4eb34 flex_array_prealloc +EXPORT_SYMBOL vmlinux 0x1eeb848e __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0x1ef08325 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x1ef8fa7d tty_set_operations +EXPORT_SYMBOL vmlinux 0x1efd5d9e tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x1f10e582 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x1f1bed79 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x1f222c96 skb_push +EXPORT_SYMBOL vmlinux 0x1f51b7bb xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x1f5dd478 tcf_hash_lookup +EXPORT_SYMBOL vmlinux 0x1f6edf01 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x1f7e807f kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0x1fab5905 wait_for_completion +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fcf4d4b _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0x1fd0455d get_task_io_context +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fde4b17 blk_queue_merge_bvec +EXPORT_SYMBOL vmlinux 0x1fe1f4cd tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x20056746 ifla_policy +EXPORT_SYMBOL vmlinux 0x20149497 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x20244091 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x20421305 on_each_cpu_mask +EXPORT_SYMBOL vmlinux 0x205ec8de omap_dispc_register_isr +EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20b0f896 eth_type_trans +EXPORT_SYMBOL vmlinux 0x20b84fa5 ppp_dev_name +EXPORT_SYMBOL vmlinux 0x20baeb59 input_allocate_device +EXPORT_SYMBOL vmlinux 0x20c55ae0 sscanf +EXPORT_SYMBOL vmlinux 0x20d13d0d of_get_parent +EXPORT_SYMBOL vmlinux 0x20d2e00f eth_change_mtu +EXPORT_SYMBOL vmlinux 0x2101ac80 pipe_lock +EXPORT_SYMBOL vmlinux 0x211331fa __divsi3 +EXPORT_SYMBOL vmlinux 0x211594b6 tty_port_close +EXPORT_SYMBOL vmlinux 0x21315700 param_get_bool +EXPORT_SYMBOL vmlinux 0x2149bfe7 inet_accept +EXPORT_SYMBOL vmlinux 0x215ebd78 bitrev16 +EXPORT_SYMBOL vmlinux 0x216beb93 dss_mgr_start_update +EXPORT_SYMBOL vmlinux 0x21732812 release_firmware +EXPORT_SYMBOL vmlinux 0x217dda13 flex_array_get +EXPORT_SYMBOL vmlinux 0x21a3a3d0 sk_stream_error +EXPORT_SYMBOL vmlinux 0x21a5a373 blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x21aae72a __invalidate_device +EXPORT_SYMBOL vmlinux 0x21b4b980 __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x21ce5d5c neigh_for_each +EXPORT_SYMBOL vmlinux 0x21e128aa may_umount_tree +EXPORT_SYMBOL vmlinux 0x21f5e0e2 dev_set_group +EXPORT_SYMBOL vmlinux 0x21f678b9 clocksource_unregister +EXPORT_SYMBOL vmlinux 0x22134057 blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x22276697 kfree_skb +EXPORT_SYMBOL vmlinux 0x2229b45e i2c_get_adapter +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x222fa684 lg_global_lock +EXPORT_SYMBOL vmlinux 0x2232a8a5 mempool_free +EXPORT_SYMBOL vmlinux 0x223cc898 omap_vrfb_max_height +EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint +EXPORT_SYMBOL vmlinux 0x2286c8d1 dss_mgr_set_lcd_config +EXPORT_SYMBOL vmlinux 0x2293b00c load_nls_default +EXPORT_SYMBOL vmlinux 0x2295bed9 simple_fill_super +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22b57f71 page_symlink +EXPORT_SYMBOL vmlinux 0x22b68739 pskb_expand_head +EXPORT_SYMBOL vmlinux 0x22bbdfe7 filp_close +EXPORT_SYMBOL vmlinux 0x22e1ae6f up_read +EXPORT_SYMBOL vmlinux 0x22e9a773 proto_register +EXPORT_SYMBOL vmlinux 0x22eda4b1 dev_queue_xmit +EXPORT_SYMBOL vmlinux 0x231d4001 fb_edid_add_monspecs +EXPORT_SYMBOL vmlinux 0x232b966f nand_default_bbt +EXPORT_SYMBOL vmlinux 0x23532c4d ftrace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x2362aca9 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x238116cb devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x23864f3e blk_init_queue +EXPORT_SYMBOL vmlinux 0x2390b848 input_set_capability +EXPORT_SYMBOL vmlinux 0x2390e0e7 phy_register_fixup +EXPORT_SYMBOL vmlinux 0x239121b3 install_exec_creds +EXPORT_SYMBOL vmlinux 0x239dddd0 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x23a574fd security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x23b0faf6 dma_declare_coherent_memory +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23ba67d9 ida_remove +EXPORT_SYMBOL vmlinux 0x23c08068 idr_destroy +EXPORT_SYMBOL vmlinux 0x23c8f257 slhc_uncompress +EXPORT_SYMBOL vmlinux 0x23cb9d2e max8998_write_reg +EXPORT_SYMBOL vmlinux 0x23e3960c xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x23fa4e1c tty_devnum +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x24074119 padata_do_parallel +EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page +EXPORT_SYMBOL vmlinux 0x242e1b9e input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x24316db2 phy_detach +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x246a1994 inet_select_addr +EXPORT_SYMBOL vmlinux 0x2476469b scsi_put_command +EXPORT_SYMBOL vmlinux 0x2482e688 vsprintf +EXPORT_SYMBOL vmlinux 0x24844f9c __bread +EXPORT_SYMBOL vmlinux 0x24a508ee key_alloc +EXPORT_SYMBOL vmlinux 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL vmlinux 0x24b0f90c of_clk_get_by_name +EXPORT_SYMBOL vmlinux 0x24c0f04e sock_kmalloc +EXPORT_SYMBOL vmlinux 0x24c45970 dev_addr_del +EXPORT_SYMBOL vmlinux 0x24e28c94 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x24f0aaff of_get_next_available_child +EXPORT_SYMBOL vmlinux 0x24fdac79 wake_bit_function +EXPORT_SYMBOL vmlinux 0x24ffb145 proc_net_netfilter +EXPORT_SYMBOL vmlinux 0x250113b4 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x25277497 rfkill_register +EXPORT_SYMBOL vmlinux 0x253bdb78 param_get_int +EXPORT_SYMBOL vmlinux 0x25540332 inode_sb_list_lock +EXPORT_SYMBOL vmlinux 0x25751123 ida_init +EXPORT_SYMBOL vmlinux 0x257a2a23 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x258513a3 filemap_fdatawait +EXPORT_SYMBOL vmlinux 0x25921721 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0x25c677c4 mac_pton +EXPORT_SYMBOL vmlinux 0x25d1114f mount_subtree +EXPORT_SYMBOL vmlinux 0x25d82bcd wait_on_page_bit +EXPORT_SYMBOL vmlinux 0x25e984c2 snd_card_free_when_closed +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x2650d835 sysctl_ip_early_demux +EXPORT_SYMBOL vmlinux 0x265df4c5 pneigh_lookup +EXPORT_SYMBOL vmlinux 0x266f57c9 of_device_register +EXPORT_SYMBOL vmlinux 0x26813c16 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x26a12941 kernel_read +EXPORT_SYMBOL vmlinux 0x26bb950b __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0x26bfbc3b check_disk_change +EXPORT_SYMBOL vmlinux 0x26e76fb8 sysctl_udp_wmem_min +EXPORT_SYMBOL vmlinux 0x26e8b274 __dst_free +EXPORT_SYMBOL vmlinux 0x26f0453a blk_set_default_limits +EXPORT_SYMBOL vmlinux 0x26fa5990 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x27052442 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x273945e2 sock_edemux +EXPORT_SYMBOL vmlinux 0x27482505 generic_file_mmap +EXPORT_SYMBOL vmlinux 0x274d9a31 serio_unregister_port +EXPORT_SYMBOL vmlinux 0x275b3283 init_buffer +EXPORT_SYMBOL vmlinux 0x275ef902 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0x276ded61 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x277c366a sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x277caa0b dentry_unhash +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x278886a6 sock_create_kern +EXPORT_SYMBOL vmlinux 0x279b9e47 snd_pcm_lib_ioctl +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27bf88c4 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x27c2197f param_set_short +EXPORT_SYMBOL vmlinux 0x27c4d4ec inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x27e1a049 printk +EXPORT_SYMBOL vmlinux 0x28118cb6 __get_user_1 +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x285010e3 eth_mac_addr +EXPORT_SYMBOL vmlinux 0x2877b7f6 sync_blockdev +EXPORT_SYMBOL vmlinux 0x28794696 dma_mark_declared_memory_occupied +EXPORT_SYMBOL vmlinux 0x2886a7be scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x28a2ed02 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x28ab41dc ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0x28d6861d __vmalloc +EXPORT_SYMBOL vmlinux 0x29145438 abx500_mask_and_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x29537c9e alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0x29552eb6 bd_set_size +EXPORT_SYMBOL vmlinux 0x2966b2f8 mpage_readpage +EXPORT_SYMBOL vmlinux 0x29684c90 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x296fc62a cpu_user +EXPORT_SYMBOL vmlinux 0x29a393ec unbind_con_driver +EXPORT_SYMBOL vmlinux 0x29a50dc8 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x29be7b64 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x29dee476 inode_needs_sync +EXPORT_SYMBOL vmlinux 0x29fdda53 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0x2a07f2de ip_mc_rejoin_groups +EXPORT_SYMBOL vmlinux 0x2a0b6bd9 netdev_set_bond_master +EXPORT_SYMBOL vmlinux 0x2a20696a dpi_check_timings +EXPORT_SYMBOL vmlinux 0x2a3aa678 _test_and_clear_bit +EXPORT_SYMBOL vmlinux 0x2a79ac13 clkdev_add +EXPORT_SYMBOL vmlinux 0x2aa0e4fc strncasecmp +EXPORT_SYMBOL vmlinux 0x2aa1ad41 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x2ab12882 dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x2ab18684 i2c_smbus_process_call +EXPORT_SYMBOL vmlinux 0x2ab7c3cc __cleancache_put_page +EXPORT_SYMBOL vmlinux 0x2ac6193b __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x2ae4e76a mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x2b07232f ___pskb_trim +EXPORT_SYMBOL vmlinux 0x2b0ba2b0 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x2b12925d cpumask_next_and +EXPORT_SYMBOL vmlinux 0x2b1b779f sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x2b2ce78b kstrtos8 +EXPORT_SYMBOL vmlinux 0x2b2f288e xfrm_register_type +EXPORT_SYMBOL vmlinux 0x2b4b35bf tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x2b4e956e mempool_create +EXPORT_SYMBOL vmlinux 0x2b72b86e tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x2b878d37 i2c_transfer +EXPORT_SYMBOL vmlinux 0x2b9752a3 dss_feat_get_supported_displays +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba707a8 sysctl_tcp_low_latency +EXPORT_SYMBOL vmlinux 0x2bd5fe4f input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x2be0f12d dql_completed +EXPORT_SYMBOL vmlinux 0x2c14323a kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x2c1f944b cdrom_open +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c81ec75 __irq_regs +EXPORT_SYMBOL vmlinux 0x2c988955 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0x2ca3758a neigh_connected_output +EXPORT_SYMBOL vmlinux 0x2cb65a36 omapdss_dpi_set_data_lines +EXPORT_SYMBOL vmlinux 0x2ccb116b netdev_class_create_file +EXPORT_SYMBOL vmlinux 0x2ce47ef4 devm_clk_get +EXPORT_SYMBOL vmlinux 0x2ce92581 snd_timer_global_free +EXPORT_SYMBOL vmlinux 0x2cee5d1e snd_pcm_set_ops +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d32e03f blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x2d3943ed mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0x2d454f6f sk_dst_check +EXPORT_SYMBOL vmlinux 0x2d6507b5 _find_next_zero_bit_le +EXPORT_SYMBOL vmlinux 0x2d76e300 mmc_can_erase +EXPORT_SYMBOL vmlinux 0x2d770676 dispc_mgr_go +EXPORT_SYMBOL vmlinux 0x2d874b35 vfsmount_lock +EXPORT_SYMBOL vmlinux 0x2d89342a scsi_show_sense_hdr +EXPORT_SYMBOL vmlinux 0x2dbd7c86 read_dev_sector +EXPORT_SYMBOL vmlinux 0x2dd39d00 ps2_handle_response +EXPORT_SYMBOL vmlinux 0x2dd8d39d tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x2dde67cb mmc_add_host +EXPORT_SYMBOL vmlinux 0x2de3aec3 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x2deafbdd rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x2deda4a1 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e2ce9e0 sysctl_tcp_syncookies +EXPORT_SYMBOL vmlinux 0x2e38a359 inet_add_offload +EXPORT_SYMBOL vmlinux 0x2e3fdc5c snd_pcm_hw_refine +EXPORT_SYMBOL vmlinux 0x2e434e2e skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x2e5810c6 __aeabi_unwind_cpp_pr1 +EXPORT_SYMBOL vmlinux 0x2e74aa8b phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x2e7be112 _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0x2e84eeae blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x2e8ca5db net_dma_find_channel +EXPORT_SYMBOL vmlinux 0x2ea59e83 tcp_make_synack +EXPORT_SYMBOL vmlinux 0x2eb0904f wait_iff_congested +EXPORT_SYMBOL vmlinux 0x2ebbb7d5 skb_clone +EXPORT_SYMBOL vmlinux 0x2ec524ad __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x2ed0b2fc nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x2ee6c098 __break_lease +EXPORT_SYMBOL vmlinux 0x2eeceb42 sk_chk_filter +EXPORT_SYMBOL vmlinux 0x2ef63ad6 scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0x2f008a5b nf_setsockopt +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f0c1c7a xen_biovec_phys_mergeable +EXPORT_SYMBOL vmlinux 0x2f24fe55 journal_wipe +EXPORT_SYMBOL vmlinux 0x2f3569d2 generic_make_request +EXPORT_SYMBOL vmlinux 0x2f3857e2 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x2f5264a4 mark_info_dirty +EXPORT_SYMBOL vmlinux 0x2f6c4400 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x2fab3354 dss_mgr_unregister_framedone_handler +EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness +EXPORT_SYMBOL vmlinux 0x2fb9f5ce cap_mmap_file +EXPORT_SYMBOL vmlinux 0x2fe0ff83 bmap +EXPORT_SYMBOL vmlinux 0x2fef66d3 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0x2ffcc83f ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x300d5545 lookup_bdev +EXPORT_SYMBOL vmlinux 0x30273b96 flush_signals +EXPORT_SYMBOL vmlinux 0x303fca6a scsi_allocate_command +EXPORT_SYMBOL vmlinux 0x304ec72b _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x30752ac7 i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x307c2fd0 generic_check_addressable +EXPORT_SYMBOL vmlinux 0x3082a0b3 dss_feat_get_supported_color_modes +EXPORT_SYMBOL vmlinux 0x308aad56 omap_vrfb_min_phys_size +EXPORT_SYMBOL vmlinux 0x30994dd7 nlmsg_notify +EXPORT_SYMBOL vmlinux 0x30a1d82f bdev_read_only +EXPORT_SYMBOL vmlinux 0x30a3e78a pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30b59881 sk_reset_txq +EXPORT_SYMBOL vmlinux 0x30cada8f radix_tree_next_hole +EXPORT_SYMBOL vmlinux 0x30d0a591 abx500_get_register_interruptible +EXPORT_SYMBOL vmlinux 0x30e6b4f6 dev_add_pack +EXPORT_SYMBOL vmlinux 0x30e74134 tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages +EXPORT_SYMBOL vmlinux 0x310917fe sort +EXPORT_SYMBOL vmlinux 0x310fcc57 netdev_update_features +EXPORT_SYMBOL vmlinux 0x31162546 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x3118ce11 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x31252ac9 phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0x3128d9ff skb_queue_tail +EXPORT_SYMBOL vmlinux 0x3132ee65 __nand_calculate_ecc +EXPORT_SYMBOL vmlinux 0x3134250f rfkill_alloc +EXPORT_SYMBOL vmlinux 0x3144ecbd sk_free +EXPORT_SYMBOL vmlinux 0x3147857d default_red +EXPORT_SYMBOL vmlinux 0x31568c73 sock_recvmsg +EXPORT_SYMBOL vmlinux 0x3174d703 __scsi_put_command +EXPORT_SYMBOL vmlinux 0x318cadb1 reciprocal_value +EXPORT_SYMBOL vmlinux 0x3191f109 __krealloc +EXPORT_SYMBOL vmlinux 0x31a0f184 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x31b31f5c csum_partial_copy_nocheck +EXPORT_SYMBOL vmlinux 0x31c6bda6 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x31cc06de brioctl_set +EXPORT_SYMBOL vmlinux 0x31cef011 gen_new_estimator +EXPORT_SYMBOL vmlinux 0x31cf0696 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x31e60111 generic_getxattr +EXPORT_SYMBOL vmlinux 0x31f0bb78 __kmap_atomic_idx +EXPORT_SYMBOL vmlinux 0x31f34c87 register_qdisc +EXPORT_SYMBOL vmlinux 0x31f77286 netif_carrier_off +EXPORT_SYMBOL vmlinux 0x3267b8e1 blk_run_queue_async +EXPORT_SYMBOL vmlinux 0x327bf883 of_can_translate_address +EXPORT_SYMBOL vmlinux 0x328a05f1 strncpy +EXPORT_SYMBOL vmlinux 0x32bb04c8 from_kqid +EXPORT_SYMBOL vmlinux 0x32c8aad0 inode_add_rsv_space +EXPORT_SYMBOL vmlinux 0x32dbf86c journal_flush +EXPORT_SYMBOL vmlinux 0x3320b312 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x334722cc genl_unregister_family +EXPORT_SYMBOL vmlinux 0x335e9110 vm_event_states +EXPORT_SYMBOL vmlinux 0x335e9836 dev_mc_flush +EXPORT_SYMBOL vmlinux 0x33668c47 nand_lock +EXPORT_SYMBOL vmlinux 0x3372bc2d journal_ack_err +EXPORT_SYMBOL vmlinux 0x337cce46 put_cmsg +EXPORT_SYMBOL vmlinux 0x339de2a5 scsi_dma_map +EXPORT_SYMBOL vmlinux 0x33cbebb8 blk_init_tags +EXPORT_SYMBOL vmlinux 0x33ce839b secpath_dup +EXPORT_SYMBOL vmlinux 0x33dbef84 kill_block_super +EXPORT_SYMBOL vmlinux 0x33dbfd93 tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x33e1440f skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x33ee3a82 napi_complete +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33f5250e noop_qdisc +EXPORT_SYMBOL vmlinux 0x33f53e26 empty_aops +EXPORT_SYMBOL vmlinux 0x34184afe current_kernel_time +EXPORT_SYMBOL vmlinux 0x341dbfa3 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x341eed20 task_tgid_nr_ns +EXPORT_SYMBOL vmlinux 0x3440e648 of_i2c_register_devices +EXPORT_SYMBOL vmlinux 0x3455b8f7 inet_frag_kill +EXPORT_SYMBOL vmlinux 0x347013de nla_validate +EXPORT_SYMBOL vmlinux 0x348e2d35 snd_pcm_mmap_data +EXPORT_SYMBOL vmlinux 0x348f882a tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x34908c14 print_hex_dump_bytes +EXPORT_SYMBOL vmlinux 0x349bb852 da903x_query_status +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34b3e238 genlmsg_put +EXPORT_SYMBOL vmlinux 0x34b75489 lock_sock_nested +EXPORT_SYMBOL vmlinux 0x34c05717 __module_put_and_exit +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34fc4f13 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x3507a132 _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x350a58db jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0x3524ff25 generic_removexattr +EXPORT_SYMBOL vmlinux 0x353e3fa5 __get_user_4 +EXPORT_SYMBOL vmlinux 0x354525be __page_symlink +EXPORT_SYMBOL vmlinux 0x355e6009 dma_async_memcpy_buf_to_pg +EXPORT_SYMBOL vmlinux 0x35723a9d netif_skb_features +EXPORT_SYMBOL vmlinux 0x35b6b772 param_ops_charp +EXPORT_SYMBOL vmlinux 0x35ca8cfa dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x3602f688 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x3612c10f tmio_core_mmc_enable +EXPORT_SYMBOL vmlinux 0x3626136e nf_log_unregister +EXPORT_SYMBOL vmlinux 0x36324985 __scsi_alloc_queue +EXPORT_SYMBOL vmlinux 0x36612337 tty_port_close_start +EXPORT_SYMBOL vmlinux 0x36733167 max8998_update_reg +EXPORT_SYMBOL vmlinux 0x368babb1 journal_get_create_access +EXPORT_SYMBOL vmlinux 0x36e360e3 __hw_addr_add_multiple +EXPORT_SYMBOL vmlinux 0x36e935e7 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x36f9cd94 rcu_is_cpu_idle +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x375b2953 d_obtain_alias +EXPORT_SYMBOL vmlinux 0x37640d3e snd_info_register +EXPORT_SYMBOL vmlinux 0x376cf7ae netdev_boot_setup_check +EXPORT_SYMBOL vmlinux 0x3771aaee __generic_file_aio_write +EXPORT_SYMBOL vmlinux 0x377956c2 xfrm_unregister_mode +EXPORT_SYMBOL vmlinux 0x378d408d fb_set_suspend +EXPORT_SYMBOL vmlinux 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL vmlinux 0x37a02fe4 fbcon_set_bitops +EXPORT_SYMBOL vmlinux 0x37b41e0b mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x37b565cf inet_add_protocol +EXPORT_SYMBOL vmlinux 0x37b777df param_set_copystring +EXPORT_SYMBOL vmlinux 0x37b8191d __secpath_destroy +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37d9ff62 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x37e74642 get_jiffies_64 +EXPORT_SYMBOL vmlinux 0x37eb7285 default_file_splice_read +EXPORT_SYMBOL vmlinux 0x37f614b7 __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x38038429 fsnotify_destroy_mark +EXPORT_SYMBOL vmlinux 0x380e9953 ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x381144a9 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x381bdad4 jbd2_journal_invalidatepage +EXPORT_SYMBOL vmlinux 0x385a253d phy_drivers_register +EXPORT_SYMBOL vmlinux 0x386e505f blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x388f9128 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x38969326 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x38fcb3ec scsi_cmd_ioctl +EXPORT_SYMBOL vmlinux 0x38fd1ce2 dev_get_by_name +EXPORT_SYMBOL vmlinux 0x39065ed5 dcache_dir_open +EXPORT_SYMBOL vmlinux 0x390e8808 generic_file_open +EXPORT_SYMBOL vmlinux 0x3924dd56 try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x3948dee5 udp_disconnect +EXPORT_SYMBOL vmlinux 0x395ab40b sock_wmalloc +EXPORT_SYMBOL vmlinux 0x395d4ed8 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0x3970838f snd_ctl_replace +EXPORT_SYMBOL vmlinux 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL vmlinux 0x39756b5e fasync_helper +EXPORT_SYMBOL vmlinux 0x397eb30b blkdev_put +EXPORT_SYMBOL vmlinux 0x3980aac1 unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0x3982bfcb mmc_align_data_size +EXPORT_SYMBOL vmlinux 0x39a95f2c netdev_notice +EXPORT_SYMBOL vmlinux 0x39a9e8a8 __serio_register_driver +EXPORT_SYMBOL vmlinux 0x39bdff66 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL vmlinux 0x39ef9837 snd_card_create +EXPORT_SYMBOL vmlinux 0x3a017106 __napi_schedule +EXPORT_SYMBOL vmlinux 0x3a40b9ac dqput +EXPORT_SYMBOL vmlinux 0x3a51459c qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x3a5894e3 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x3a6d9901 __f_setown +EXPORT_SYMBOL vmlinux 0x3a6fb99a omap_device_get_by_hwmod_name +EXPORT_SYMBOL vmlinux 0x3a7b052a arm_coherent_dma_ops +EXPORT_SYMBOL vmlinux 0x3a8595ee xfrm6_rcv +EXPORT_SYMBOL vmlinux 0x3a8788df __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x3a878dea mii_ethtool_gset +EXPORT_SYMBOL vmlinux 0x3a9b6fb9 blk_unregister_region +EXPORT_SYMBOL vmlinux 0x3ab1e22e thermal_zone_bind_cooling_device +EXPORT_SYMBOL vmlinux 0x3ac64d95 amba_release_regions +EXPORT_SYMBOL vmlinux 0x3acdcd8e fb_show_logo +EXPORT_SYMBOL vmlinux 0x3ad1bef5 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x3af8d4d6 elv_rb_find +EXPORT_SYMBOL vmlinux 0x3afd788f mmc_gpio_request_ro +EXPORT_SYMBOL vmlinux 0x3afd816d fail_migrate_page +EXPORT_SYMBOL vmlinux 0x3b0b1af6 dma_alloc_from_coherent +EXPORT_SYMBOL vmlinux 0x3b0da0a9 __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x3b3016d3 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x3b450478 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x3b74e9d5 neigh_update +EXPORT_SYMBOL vmlinux 0x3b91f3af snd_free_pages +EXPORT_SYMBOL vmlinux 0x3ba57589 ip_setsockopt +EXPORT_SYMBOL vmlinux 0x3bb62e23 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x3bbf46ea vga_base +EXPORT_SYMBOL vmlinux 0x3bc1759c snd_ctl_rename_id +EXPORT_SYMBOL vmlinux 0x3bd04a33 idr_remove +EXPORT_SYMBOL vmlinux 0x3bd1b1f6 msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x3bebcf1d unregister_nls +EXPORT_SYMBOL vmlinux 0x3bef03b9 flow_cache_lookup +EXPORT_SYMBOL vmlinux 0x3c13cb8f blk_queue_invalidate_tags +EXPORT_SYMBOL vmlinux 0x3c29d590 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x3c306a7e file_remove_suid +EXPORT_SYMBOL vmlinux 0x3c365f84 scm_detach_fds +EXPORT_SYMBOL vmlinux 0x3c6de604 security_inode_readlink +EXPORT_SYMBOL vmlinux 0x3c7da17d simple_getattr +EXPORT_SYMBOL vmlinux 0x3c80a521 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull +EXPORT_SYMBOL vmlinux 0x3c9d1211 string_get_size +EXPORT_SYMBOL vmlinux 0x3cadc365 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3d3c540f elf_hwcap +EXPORT_SYMBOL vmlinux 0x3d4b39df scsi_unregister +EXPORT_SYMBOL vmlinux 0x3d4d2a6f complete_request_key +EXPORT_SYMBOL vmlinux 0x3d53a71b bdget_disk +EXPORT_SYMBOL vmlinux 0x3d59e235 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x3d6b6c4a __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x3d73b206 pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x3d8b0d6f tcp_disconnect +EXPORT_SYMBOL vmlinux 0x3d9dffbb nand_unlock +EXPORT_SYMBOL vmlinux 0x3db07d3c sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3def116d tcp_ioctl +EXPORT_SYMBOL vmlinux 0x3dfc2cfc devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e2e3a6c pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x3e45e9ff register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0x3e46a26d ip6_xmit +EXPORT_SYMBOL vmlinux 0x3e56a6f0 of_allnodes +EXPORT_SYMBOL vmlinux 0x3e633f4b dev_uc_flush +EXPORT_SYMBOL vmlinux 0x3e6b1b6e devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x3e884f4b vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0x3eac2760 kill_pid +EXPORT_SYMBOL vmlinux 0x3eae292f param_set_byte +EXPORT_SYMBOL vmlinux 0x3eaf291d param_get_string +EXPORT_SYMBOL vmlinux 0x3eb9e40d tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x3ebb3f12 dm_get_device +EXPORT_SYMBOL vmlinux 0x3ec16c3b in_group_p +EXPORT_SYMBOL vmlinux 0x3ec8de35 finish_no_open +EXPORT_SYMBOL vmlinux 0x3ed63055 zlib_inflateReset +EXPORT_SYMBOL vmlinux 0x3ee550ce ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x3ee87f75 blk_alloc_queue_node +EXPORT_SYMBOL vmlinux 0x3ee907f6 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x3eebaffa amba_device_unregister +EXPORT_SYMBOL vmlinux 0x3efa0ae3 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x3f3175d3 fb_pan_display +EXPORT_SYMBOL vmlinux 0x3f33ba5c ps2_begin_command +EXPORT_SYMBOL vmlinux 0x3f42d630 journal_destroy +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f564573 netdev_change_features +EXPORT_SYMBOL vmlinux 0x3f5b67d5 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x3f610990 locks_mandatory_area +EXPORT_SYMBOL vmlinux 0x3f6c6aff sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x3f733fbe __set_page_dirty_buffers +EXPORT_SYMBOL vmlinux 0x3f747ce3 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x3f960d65 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x3f98b56d napi_gro_receive +EXPORT_SYMBOL vmlinux 0x3f9cce12 dquot_operations +EXPORT_SYMBOL vmlinux 0x3fab3ca9 register_sysctl_table +EXPORT_SYMBOL vmlinux 0x3fde2f54 alloc_disk +EXPORT_SYMBOL vmlinux 0x3ff62317 local_bh_disable +EXPORT_SYMBOL vmlinux 0x3ff96480 xfrm_register_mode +EXPORT_SYMBOL vmlinux 0x401028dd free_buffer_head +EXPORT_SYMBOL vmlinux 0x40184613 skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x402b8281 __request_module +EXPORT_SYMBOL vmlinux 0x4045fd71 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x40508a62 bdi_destroy +EXPORT_SYMBOL vmlinux 0x4059792f print_hex_dump +EXPORT_SYMBOL vmlinux 0x405c1144 get_seconds +EXPORT_SYMBOL vmlinux 0x405cb657 sk_filter +EXPORT_SYMBOL vmlinux 0x407136b1 __put_user_8 +EXPORT_SYMBOL vmlinux 0x407a3275 omap_start_dma +EXPORT_SYMBOL vmlinux 0x408e41f6 elv_abort_queue +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x409873e3 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x40a0c0d4 locks_copy_lock +EXPORT_SYMBOL vmlinux 0x40a27c37 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x40a2d1dd dm_table_get_size +EXPORT_SYMBOL vmlinux 0x40a6f522 __arm_ioremap +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40abc084 journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40ce485b mempool_resize +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40e29e02 cpufreq_cooling_unregister +EXPORT_SYMBOL vmlinux 0x40e3cb19 dispc_ovl_check +EXPORT_SYMBOL vmlinux 0x40e5a967 bdi_init +EXPORT_SYMBOL vmlinux 0x40eca221 generic_show_options +EXPORT_SYMBOL vmlinux 0x40ed5397 textsearch_register +EXPORT_SYMBOL vmlinux 0x40f07981 __ashldi3 +EXPORT_SYMBOL vmlinux 0x40ffc1a0 netlink_broadcast +EXPORT_SYMBOL vmlinux 0x410d0597 netdev_state_change +EXPORT_SYMBOL vmlinux 0x411c74cb pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x412269f2 neigh_seq_next +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x41499b07 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x414edb4f netif_carrier_on +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x41bd3d17 d_alloc +EXPORT_SYMBOL vmlinux 0x41c2cfdd dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x41ce0f6e genl_register_family +EXPORT_SYMBOL vmlinux 0x41d40ab1 init_special_inode +EXPORT_SYMBOL vmlinux 0x41e25d24 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x4211c3c1 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x42361c17 freeze_super +EXPORT_SYMBOL vmlinux 0x42585b53 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0x425c79bb udp_proc_register +EXPORT_SYMBOL vmlinux 0x42891249 d_instantiate +EXPORT_SYMBOL vmlinux 0x428f24f9 posix_acl_create +EXPORT_SYMBOL vmlinux 0x42977ad4 __hw_addr_del_multiple +EXPORT_SYMBOL vmlinux 0x42988440 cdrom_check_events +EXPORT_SYMBOL vmlinux 0x4298b775 v7_flush_kern_cache_all +EXPORT_SYMBOL vmlinux 0x42aef834 bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x42bda71b bio_add_page +EXPORT_SYMBOL vmlinux 0x42c1b871 register_framebuffer +EXPORT_SYMBOL vmlinux 0x42c69c22 nf_nat_decode_session_hook +EXPORT_SYMBOL vmlinux 0x42ca6cbf generic_pipe_buf_steal +EXPORT_SYMBOL vmlinux 0x42cc4b32 input_get_keycode +EXPORT_SYMBOL vmlinux 0x42f70eee __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x43151327 tty_unlock_pair +EXPORT_SYMBOL vmlinux 0x431d55df blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x43322e7d block_write_full_page_endio +EXPORT_SYMBOL vmlinux 0x434eb89b neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x435df6ec snd_pcm_hw_param_last +EXPORT_SYMBOL vmlinux 0x43600474 scsi_remove_target +EXPORT_SYMBOL vmlinux 0x436c04d4 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x43a0458b blk_start_plug +EXPORT_SYMBOL vmlinux 0x43c51738 bio_integrity_endio +EXPORT_SYMBOL vmlinux 0x43f23311 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x4411c503 prandom_seed +EXPORT_SYMBOL vmlinux 0x441ed159 omap_get_dma_src_pos +EXPORT_SYMBOL vmlinux 0x442495c9 tmio_core_mmc_resume +EXPORT_SYMBOL vmlinux 0x44326d3e vfs_readdir +EXPORT_SYMBOL vmlinux 0x44366cfc simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0x443ebb80 __pagevec_lru_add +EXPORT_SYMBOL vmlinux 0x44438b96 hex2bin +EXPORT_SYMBOL vmlinux 0x444ed00b request_key_async +EXPORT_SYMBOL vmlinux 0x44643b93 __aeabi_lmul +EXPORT_SYMBOL vmlinux 0x4470a79b param_ops_long +EXPORT_SYMBOL vmlinux 0x447ae131 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x44865444 snd_device_new +EXPORT_SYMBOL vmlinux 0x44a65d8a inode_set_bytes +EXPORT_SYMBOL vmlinux 0x44b0c0f7 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x44b4dc5d tcp_read_sock +EXPORT_SYMBOL vmlinux 0x44bbd5fb simple_lookup +EXPORT_SYMBOL vmlinux 0x44da203e inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x44da5d0f __csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0x44dd3d8d completion_done +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x450c0083 ip6_expire_frag_queue +EXPORT_SYMBOL vmlinux 0x454cf336 generic_file_aio_read +EXPORT_SYMBOL vmlinux 0x4550ba8a register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x455293f6 down_read +EXPORT_SYMBOL vmlinux 0x45592e47 kern_path_create +EXPORT_SYMBOL vmlinux 0x4564a57c tcp_shutdown +EXPORT_SYMBOL vmlinux 0x456938ea tcp_release_cb +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x458be7ea tc_classify_compat +EXPORT_SYMBOL vmlinux 0x458dbcb6 journal_restart +EXPORT_SYMBOL vmlinux 0x459e7c79 scsi_ioctl +EXPORT_SYMBOL vmlinux 0x45bd9efd dm_table_put +EXPORT_SYMBOL vmlinux 0x45bda0d5 system_serial_low +EXPORT_SYMBOL vmlinux 0x45d216b9 tcp_put_md5sig_pool +EXPORT_SYMBOL vmlinux 0x45f1fbdd of_parse_phandle +EXPORT_SYMBOL vmlinux 0x462a2e75 match_strlcpy +EXPORT_SYMBOL vmlinux 0x4650598b neigh_table_init +EXPORT_SYMBOL vmlinux 0x465757c3 cpu_present_mask +EXPORT_SYMBOL vmlinux 0x465cab34 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x46608fa0 getnstimeofday +EXPORT_SYMBOL vmlinux 0x468516b2 would_dump +EXPORT_SYMBOL vmlinux 0x46987054 __frontswap_store +EXPORT_SYMBOL vmlinux 0x46be4df6 stop_tty +EXPORT_SYMBOL vmlinux 0x46d3b28c __div0 +EXPORT_SYMBOL vmlinux 0x46f515f6 mmc_wait_for_app_cmd +EXPORT_SYMBOL vmlinux 0x46feb099 dm_read_arg +EXPORT_SYMBOL vmlinux 0x471ebc54 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x473f6672 journal_lock_updates +EXPORT_SYMBOL vmlinux 0x47416e14 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x475100c2 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x478229a8 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x47b3f862 radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x47b546a0 flush_delayed_work +EXPORT_SYMBOL vmlinux 0x47b6a10f ftrace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0x47c99494 consume_skb +EXPORT_SYMBOL vmlinux 0x47d2cb8d uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0x47e6a21c kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x47e70229 v7_flush_user_cache_range +EXPORT_SYMBOL vmlinux 0x47f757de elf_platform +EXPORT_SYMBOL vmlinux 0x481ce6ce cpu_active_mask +EXPORT_SYMBOL vmlinux 0x482fc112 dev_uc_sync +EXPORT_SYMBOL vmlinux 0x4845c423 param_array_ops +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x485d7df4 finish_open +EXPORT_SYMBOL vmlinux 0x4868d616 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x487d9343 param_ops_ushort +EXPORT_SYMBOL vmlinux 0x48820a0d tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x488882e7 downgrade_write +EXPORT_SYMBOL vmlinux 0x4892e186 security_file_permission +EXPORT_SYMBOL vmlinux 0x4893d088 inet_ioctl +EXPORT_SYMBOL vmlinux 0x48a5b067 __machine_arch_type +EXPORT_SYMBOL vmlinux 0x48ee74b8 fb_class +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x493c4ecb aio_put_req +EXPORT_SYMBOL vmlinux 0x49603fb8 security_sb_copy_data +EXPORT_SYMBOL vmlinux 0x499cb58c prepare_to_wait +EXPORT_SYMBOL vmlinux 0x49b07aec tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x49b10a63 cpu_tlb +EXPORT_SYMBOL vmlinux 0x49bb4a71 do_sync_read +EXPORT_SYMBOL vmlinux 0x49bcda86 skb_free_datagram +EXPORT_SYMBOL vmlinux 0x49c61ba6 of_find_node_with_property +EXPORT_SYMBOL vmlinux 0x49cf39b3 snd_timer_open +EXPORT_SYMBOL vmlinux 0x49d1a5d5 kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0x49ebacbd _clear_bit +EXPORT_SYMBOL vmlinux 0x4a1db89d nf_reinject +EXPORT_SYMBOL vmlinux 0x4a32abd5 address_space_init_once +EXPORT_SYMBOL vmlinux 0x4a358252 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x4a39e5a1 omap_set_dma_src_params +EXPORT_SYMBOL vmlinux 0x4a3a5d5e of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL vmlinux 0x4a4c2df6 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x4a5957a7 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x4a6be5dc elv_rb_del +EXPORT_SYMBOL vmlinux 0x4a7fb243 percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x4ab10987 tc_classify +EXPORT_SYMBOL vmlinux 0x4abbe3c2 vm_brk +EXPORT_SYMBOL vmlinux 0x4ad915ee cpufreq_cooling_register +EXPORT_SYMBOL vmlinux 0x4ad9bdda twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize +EXPORT_SYMBOL vmlinux 0x4b015768 snd_iprintf +EXPORT_SYMBOL vmlinux 0x4b136312 nf_register_hook +EXPORT_SYMBOL vmlinux 0x4b164eff vfs_follow_link +EXPORT_SYMBOL vmlinux 0x4b183db1 set_disk_ro +EXPORT_SYMBOL vmlinux 0x4b1ec3e2 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0x4b34fbf5 block_all_signals +EXPORT_SYMBOL vmlinux 0x4b36183d vlan_vid_del +EXPORT_SYMBOL vmlinux 0x4b4075c4 of_device_unregister +EXPORT_SYMBOL vmlinux 0x4b4d2661 truncate_pagecache +EXPORT_SYMBOL vmlinux 0x4b4f1d47 blk_queue_max_write_same_sectors +EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0x4b682ba0 scsi_block_requests +EXPORT_SYMBOL vmlinux 0x4b6e5752 phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x4b6faca8 iput +EXPORT_SYMBOL vmlinux 0x4b8126a1 elevator_change +EXPORT_SYMBOL vmlinux 0x4b8b87ec genphy_update_link +EXPORT_SYMBOL vmlinux 0x4b8e839a cpufreq_global_kobject +EXPORT_SYMBOL vmlinux 0x4b976755 netif_rx_ni +EXPORT_SYMBOL vmlinux 0x4b980a24 end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x4ba895e6 snd_ctl_find_id +EXPORT_SYMBOL vmlinux 0x4bb61555 blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x4be42ac5 dev_uc_init +EXPORT_SYMBOL vmlinux 0x4be7fb63 up +EXPORT_SYMBOL vmlinux 0x4be85a03 memweight +EXPORT_SYMBOL vmlinux 0x4c1182cb bitmap_scnprintf +EXPORT_SYMBOL vmlinux 0x4c22cddd skb_store_bits +EXPORT_SYMBOL vmlinux 0x4c2ae700 strnstr +EXPORT_SYMBOL vmlinux 0x4c2b75eb submit_bh +EXPORT_SYMBOL vmlinux 0x4c30f4d4 ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x4c33081d omapdss_compat_uninit +EXPORT_SYMBOL vmlinux 0x4c86184b remove_wait_queue +EXPORT_SYMBOL vmlinux 0x4c879ceb gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x4ca2a11c xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x4ca7ff5d netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x4cbbd171 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x4cc22d09 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0x4cd36974 mdio_bus_type +EXPORT_SYMBOL vmlinux 0x4cdb3178 ns_to_timeval +EXPORT_SYMBOL vmlinux 0x4cdc9f43 omapdss_default_get_timings +EXPORT_SYMBOL vmlinux 0x4cdda19e jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0x4ce3ae76 frontswap_enabled +EXPORT_SYMBOL vmlinux 0x4d00fddb seq_write +EXPORT_SYMBOL vmlinux 0x4d0c5ae2 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x4d0d163d copy_page +EXPORT_SYMBOL vmlinux 0x4d384218 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x4d3c153f sigprocmask +EXPORT_SYMBOL vmlinux 0x4d405db8 param_ops_string +EXPORT_SYMBOL vmlinux 0x4d41121c snd_device_register +EXPORT_SYMBOL vmlinux 0x4d45d89e udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x4d7b7bab jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x4d7ba947 revert_creds +EXPORT_SYMBOL vmlinux 0x4d943f76 unregister_quota_format +EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4d9b6d35 snd_pcm_format_size +EXPORT_SYMBOL vmlinux 0x4d9cb07f dev_add_offload +EXPORT_SYMBOL vmlinux 0x4da2f98b blk_queue_free_tags +EXPORT_SYMBOL vmlinux 0x4db2166f mmc_free_host +EXPORT_SYMBOL vmlinux 0x4dc45be9 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x4de34a07 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4dec6038 memscan +EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse +EXPORT_SYMBOL vmlinux 0x4e0a135d bio_unmap_user +EXPORT_SYMBOL vmlinux 0x4e12af5c ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x4e1fa75a generic_write_checks +EXPORT_SYMBOL vmlinux 0x4e218df1 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x4e2f37b8 register_md_personality +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e506013 omap_dma_link_lch +EXPORT_SYMBOL vmlinux 0x4e68be34 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x4e6919fb lock_sock_fast +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e830a3e strnicmp +EXPORT_SYMBOL vmlinux 0x4e85a6c8 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x4e86bda8 ida_simple_remove +EXPORT_SYMBOL vmlinux 0x4e93f775 omapdss_output_unset_device +EXPORT_SYMBOL vmlinux 0x4ee0e71c skb_pad +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f391d0e nla_parse +EXPORT_SYMBOL vmlinux 0x4f422d1d i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x4f4655f2 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x4f476e96 init_cdrom_command +EXPORT_SYMBOL vmlinux 0x4f68e5c9 do_gettimeofday +EXPORT_SYMBOL vmlinux 0x4f764b13 of_find_device_by_node +EXPORT_SYMBOL vmlinux 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL vmlinux 0x4f89c9de gpmc_cs_free +EXPORT_SYMBOL vmlinux 0x4f9e4c5b __free_pages +EXPORT_SYMBOL vmlinux 0x4fb4cf76 scsi_verify_blk_ioctl +EXPORT_SYMBOL vmlinux 0x4ff0a701 scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x4ff92a1c tty_vhangup +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x50211ee3 tcp_free_md5sig_pool +EXPORT_SYMBOL vmlinux 0x5022bb29 skb_insert +EXPORT_SYMBOL vmlinux 0x5072b792 dm_register_target +EXPORT_SYMBOL vmlinux 0x509817cf vprintk_emit +EXPORT_SYMBOL vmlinux 0x50cccaf4 journal_release_buffer +EXPORT_SYMBOL vmlinux 0x50ccff03 omap_dma_set_prio_lch +EXPORT_SYMBOL vmlinux 0x50d5612e dispc_mgr_get_sync_lost_irq +EXPORT_SYMBOL vmlinux 0x50e2aa3b blk_queue_bounce +EXPORT_SYMBOL vmlinux 0x51131403 bdi_setup_and_register +EXPORT_SYMBOL vmlinux 0x511746c1 dump_fpu +EXPORT_SYMBOL vmlinux 0x5118c382 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0x51227e5d blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x51263020 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0x51386d2f put_io_context +EXPORT_SYMBOL vmlinux 0x5138dca0 md_error +EXPORT_SYMBOL vmlinux 0x5143c678 param_get_invbool +EXPORT_SYMBOL vmlinux 0x515f9e70 tty_write_room +EXPORT_SYMBOL vmlinux 0x5169161d omap_free_dma_chain +EXPORT_SYMBOL vmlinux 0x51749fc8 _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x51908eb8 __raw_writesl +EXPORT_SYMBOL vmlinux 0x51926328 simple_pin_fs +EXPORT_SYMBOL vmlinux 0x5195462e jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x51acb39c i2c_register_driver +EXPORT_SYMBOL vmlinux 0x51ae45a2 sk_stop_timer +EXPORT_SYMBOL vmlinux 0x51d559d1 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x51dce73b xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x51e77c97 pfn_valid +EXPORT_SYMBOL vmlinux 0x51ef33b8 kstrndup +EXPORT_SYMBOL vmlinux 0x5201b926 tty_unregister_device +EXPORT_SYMBOL vmlinux 0x52026cdf security_sb_parse_opts_str +EXPORT_SYMBOL vmlinux 0x5230b6ba __lock_page +EXPORT_SYMBOL vmlinux 0x52340d59 mark_page_accessed +EXPORT_SYMBOL vmlinux 0x52428cc8 parent_mem_cgroup +EXPORT_SYMBOL vmlinux 0x52520446 udp_ioctl +EXPORT_SYMBOL vmlinux 0x52684bd9 snd_pcm_new +EXPORT_SYMBOL vmlinux 0x527b11e4 quota_send_warning +EXPORT_SYMBOL vmlinux 0x528c709d simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x52b13aef tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x52d42c95 set_current_groups +EXPORT_SYMBOL vmlinux 0x52d50dd4 bitmap_unplug +EXPORT_SYMBOL vmlinux 0x52d8da60 update_region +EXPORT_SYMBOL vmlinux 0x52d9e309 security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0x52e1b09f snd_card_proc_new +EXPORT_SYMBOL vmlinux 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL vmlinux 0x52efd766 __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x52fcf067 init_net +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x53326531 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x5337194a alloc_disk_node +EXPORT_SYMBOL vmlinux 0x5337c659 setup_new_exec +EXPORT_SYMBOL vmlinux 0x534ea7c7 blk_queue_prep_rq +EXPORT_SYMBOL vmlinux 0x5368fefe netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x5369e54c write_inode_now +EXPORT_SYMBOL vmlinux 0x5371fe1e bdput +EXPORT_SYMBOL vmlinux 0x538383c0 unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x5387d29c mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x53ce6ec4 inet_stream_ops +EXPORT_SYMBOL vmlinux 0x53cec8e6 cfb_imageblit +EXPORT_SYMBOL vmlinux 0x53e82e71 inet6_del_offload +EXPORT_SYMBOL vmlinux 0x53f5c352 amba_driver_register +EXPORT_SYMBOL vmlinux 0x54011500 snd_timer_global_register +EXPORT_SYMBOL vmlinux 0x54017fc7 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x5401c79d simple_empty +EXPORT_SYMBOL vmlinux 0x54066aff bdev_stack_limits +EXPORT_SYMBOL vmlinux 0x5409775b free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x5419523e freeze_bdev +EXPORT_SYMBOL vmlinux 0x541be52b touch_atime +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x545e5229 invalidate_bdev +EXPORT_SYMBOL vmlinux 0x54624907 zero_fill_bio +EXPORT_SYMBOL vmlinux 0x546d458a dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x547077ec __wake_up_bit +EXPORT_SYMBOL vmlinux 0x54734a37 neigh_parms_release +EXPORT_SYMBOL vmlinux 0x547ce898 dispc_read_irqenable +EXPORT_SYMBOL vmlinux 0x548be881 mmc_erase +EXPORT_SYMBOL vmlinux 0x548d3a06 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul +EXPORT_SYMBOL vmlinux 0x54aab36f simple_transaction_set +EXPORT_SYMBOL vmlinux 0x54abaf55 mount_pseudo +EXPORT_SYMBOL vmlinux 0x54b9ddde ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x54d92bf4 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54f6830a omapdss_get_default_display_name +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x5528661a check_disk_size_change +EXPORT_SYMBOL vmlinux 0x553cb124 jbd2_journal_file_inode +EXPORT_SYMBOL vmlinux 0x5541ea93 on_each_cpu +EXPORT_SYMBOL vmlinux 0x5567c227 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x5568479b ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x557d9a5a cdev_del +EXPORT_SYMBOL vmlinux 0x5594be03 bitmap_remap +EXPORT_SYMBOL vmlinux 0x55b49e1b tty_port_hangup +EXPORT_SYMBOL vmlinux 0x55d6d6b1 security_mmap_file +EXPORT_SYMBOL vmlinux 0x5614b010 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x561a2574 register_mtd_chip_driver +EXPORT_SYMBOL vmlinux 0x562a12ac remap_pfn_range +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x563cb972 htc_egpio_get_wakeup_irq +EXPORT_SYMBOL vmlinux 0x5642793a radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x565e2db7 find_or_create_page +EXPORT_SYMBOL vmlinux 0x56789ac5 omap_set_dma_color_mode +EXPORT_SYMBOL vmlinux 0x5688a26a genphy_suspend +EXPORT_SYMBOL vmlinux 0x5689afe7 dispc_ovl_enable +EXPORT_SYMBOL vmlinux 0x568e373e skb_dst_set_noref +EXPORT_SYMBOL vmlinux 0x56bc2f15 dispc_ovl_set_channel_out +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56d3b8c4 usb_put_phy +EXPORT_SYMBOL vmlinux 0x56f5d9fd dma_common_get_sgtable +EXPORT_SYMBOL vmlinux 0x56f94bb2 simple_transaction_read +EXPORT_SYMBOL vmlinux 0x572d0104 _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x572e85d4 blk_lookup_devt +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x57741afe __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x577ad8ef ipv4_specific +EXPORT_SYMBOL vmlinux 0x577f5dca jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x57835bc9 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x579e6380 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x57afcedb sk_stream_write_space +EXPORT_SYMBOL vmlinux 0x57b0f0bb scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x57c309d4 netif_rx +EXPORT_SYMBOL vmlinux 0x57c30cb4 do_SAK +EXPORT_SYMBOL vmlinux 0x57d2e56f dmam_alloc_coherent +EXPORT_SYMBOL vmlinux 0x57ff564b eth_rebuild_header +EXPORT_SYMBOL vmlinux 0x5828131c snd_dma_alloc_pages +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x58516557 omap_set_dma_src_data_pack +EXPORT_SYMBOL vmlinux 0x5886a8b2 padata_stop +EXPORT_SYMBOL vmlinux 0x588c130c vexpress_config_func_put +EXPORT_SYMBOL vmlinux 0x58d1070a of_get_address +EXPORT_SYMBOL vmlinux 0x591c872a security_path_rename +EXPORT_SYMBOL vmlinux 0x59206c34 ida_get_new_above +EXPORT_SYMBOL vmlinux 0x59249a83 mapping_tagged +EXPORT_SYMBOL vmlinux 0x5934392b fb_register_client +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x594e1317 __modsi3 +EXPORT_SYMBOL vmlinux 0x5973fe5e input_register_device +EXPORT_SYMBOL vmlinux 0x598542b2 _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x59867907 kern_unmount +EXPORT_SYMBOL vmlinux 0x598cd828 udp_table +EXPORT_SYMBOL vmlinux 0x59b3f821 snd_ctl_find_numid +EXPORT_SYMBOL vmlinux 0x59c85258 sock_no_getname +EXPORT_SYMBOL vmlinux 0x59ce72d7 input_release_device +EXPORT_SYMBOL vmlinux 0x59d29dab v7_flush_kern_dcache_area +EXPORT_SYMBOL vmlinux 0x59d696b6 register_module_notifier +EXPORT_SYMBOL vmlinux 0x59d76e54 ll_rw_block +EXPORT_SYMBOL vmlinux 0x59d8223a ioport_resource +EXPORT_SYMBOL vmlinux 0x59e5070d __do_div64 +EXPORT_SYMBOL vmlinux 0x59e70f93 __send_remote_softirq +EXPORT_SYMBOL vmlinux 0x59ff07a8 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x5a59d4cd md_register_thread +EXPORT_SYMBOL vmlinux 0x5a74a8ff of_match_node +EXPORT_SYMBOL vmlinux 0x5a9b0f74 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x5aa70b92 snd_dma_reserve_buf +EXPORT_SYMBOL vmlinux 0x5ad169a4 udp_seq_open +EXPORT_SYMBOL vmlinux 0x5ad87d41 sock_no_setsockopt +EXPORT_SYMBOL vmlinux 0x5adff06f scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x5ae5be44 lg_lock_init +EXPORT_SYMBOL vmlinux 0x5b12c714 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x5b19634d div_s64_rem +EXPORT_SYMBOL vmlinux 0x5b33579b blk_queue_unprep_rq +EXPORT_SYMBOL vmlinux 0x5b34b7fd proc_mkdir +EXPORT_SYMBOL vmlinux 0x5b72df72 nobh_writepage +EXPORT_SYMBOL vmlinux 0x5b909c99 wake_up_process +EXPORT_SYMBOL vmlinux 0x5ba53020 vfs_fstat +EXPORT_SYMBOL vmlinux 0x5bb60aa8 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x5bcad7ea inet_recvmsg +EXPORT_SYMBOL vmlinux 0x5bceb589 udplite_prot +EXPORT_SYMBOL vmlinux 0x5bdce443 serio_open +EXPORT_SYMBOL vmlinux 0x5bf4a1eb sg_last +EXPORT_SYMBOL vmlinux 0x5c0cf41e pagevec_lookup_tag +EXPORT_SYMBOL vmlinux 0x5c3a2e20 seq_release_private +EXPORT_SYMBOL vmlinux 0x5c630e86 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x5c6d62fc netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x5c7583de __scm_destroy +EXPORT_SYMBOL vmlinux 0x5c77bab7 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x5c9284a0 processor_id +EXPORT_SYMBOL vmlinux 0x5ca081d0 follow_pfn +EXPORT_SYMBOL vmlinux 0x5caa7dba blk_make_request +EXPORT_SYMBOL vmlinux 0x5cbda498 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x5cede561 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5d0b1892 param_set_invbool +EXPORT_SYMBOL vmlinux 0x5d5b5a16 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x5d6263d5 vfs_fsync +EXPORT_SYMBOL vmlinux 0x5d676f84 kill_bdev +EXPORT_SYMBOL vmlinux 0x5d7e6bfa should_remove_suid +EXPORT_SYMBOL vmlinux 0x5d90f458 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x5d9e6c34 dma_async_memcpy_buf_to_buf +EXPORT_SYMBOL vmlinux 0x5dd5b159 simple_statfs +EXPORT_SYMBOL vmlinux 0x5dd71a18 of_get_mac_address +EXPORT_SYMBOL vmlinux 0x5df4a22c sock_kfree_s +EXPORT_SYMBOL vmlinux 0x5dffae9b bio_endio +EXPORT_SYMBOL vmlinux 0x5e06d31b tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x5e08a1c3 register_con_driver +EXPORT_SYMBOL vmlinux 0x5e0962c1 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x5e195182 tty_name +EXPORT_SYMBOL vmlinux 0x5e1cf2ee dev_set_mtu +EXPORT_SYMBOL vmlinux 0x5e2e3411 elevator_exit +EXPORT_SYMBOL vmlinux 0x5e46053e md_done_sync +EXPORT_SYMBOL vmlinux 0x5e4f1a03 generic_write_sync +EXPORT_SYMBOL vmlinux 0x5e52518a __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x5e5f9902 journal_init_inode +EXPORT_SYMBOL vmlinux 0x5e60eb27 omap_dma_unlink_lch +EXPORT_SYMBOL vmlinux 0x5e62c876 generic_pipe_buf_unmap +EXPORT_SYMBOL vmlinux 0x5e6947f7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x5e7589db __mutex_init +EXPORT_SYMBOL vmlinux 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL vmlinux 0x5e7fdf32 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x5e8a4948 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x5e93dae3 omapdss_default_get_recommended_bpp +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5ea71f32 new_inode +EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5efb0091 ida_get_new +EXPORT_SYMBOL vmlinux 0x5f005368 kstrtou8 +EXPORT_SYMBOL vmlinux 0x5f3c8f5c mmc_assume_removable +EXPORT_SYMBOL vmlinux 0x5f44586a __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x5f58f676 flex_array_get_ptr +EXPORT_SYMBOL vmlinux 0x5f754e5a memset +EXPORT_SYMBOL vmlinux 0x5f8fc81c arp_create +EXPORT_SYMBOL vmlinux 0x5f96ab61 netpoll_print_options +EXPORT_SYMBOL vmlinux 0x5fb7b7c7 bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x5fc82411 fb_set_var +EXPORT_SYMBOL vmlinux 0x5fe5261b mmc_read_bkops_status +EXPORT_SYMBOL vmlinux 0x5ffe5852 inetdev_by_index +EXPORT_SYMBOL vmlinux 0x60055baa dispc_mgr_get_vsync_irq +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x60101825 __devm_request_region +EXPORT_SYMBOL vmlinux 0x60155ed3 skb_append +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x602bfb2d phy_stop_interrupts +EXPORT_SYMBOL vmlinux 0x602c96f0 copy_to_user_fromio +EXPORT_SYMBOL vmlinux 0x60345d76 tty_mutex +EXPORT_SYMBOL vmlinux 0x6047d1d0 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x604a5151 unregister_exec_domain +EXPORT_SYMBOL vmlinux 0x604c0932 snd_unregister_device +EXPORT_SYMBOL vmlinux 0x606d0b09 secure_tcpv6_sequence_number +EXPORT_SYMBOL vmlinux 0x607739b8 snd_info_free_entry +EXPORT_SYMBOL vmlinux 0x609191fc dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL vmlinux 0x60b08cbe blk_queue_end_tag +EXPORT_SYMBOL vmlinux 0x61002763 tty_lock +EXPORT_SYMBOL vmlinux 0x612390ad netpoll_set_trap +EXPORT_SYMBOL vmlinux 0x6127e021 inet_frag_maybe_warn_overflow +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x61379d91 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x6140b0b0 input_unregister_handler +EXPORT_SYMBOL vmlinux 0x6143ac8c tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x6144df1b jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x614b0d74 skb_copy_datagram_const_iovec +EXPORT_SYMBOL vmlinux 0x617643a2 param_set_long +EXPORT_SYMBOL vmlinux 0x617a218d __cond_resched_lock +EXPORT_SYMBOL vmlinux 0x617d005b input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x61804bd0 vfs_open +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61c47bf1 blk_get_request +EXPORT_SYMBOL vmlinux 0x61d55e43 key_revoke +EXPORT_SYMBOL vmlinux 0x61e172ae input_set_abs_params +EXPORT_SYMBOL vmlinux 0x6225637e md5_transform +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x6239d0c5 netdev_set_master +EXPORT_SYMBOL vmlinux 0x623b680e nf_unregister_hooks +EXPORT_SYMBOL vmlinux 0x623f6a80 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x6261ec94 __get_user_pages +EXPORT_SYMBOL vmlinux 0x626a628c blk_queue_stack_limits +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x62827bec security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x628bc713 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x628f1a8e snd_pcm_hw_rule_noresample +EXPORT_SYMBOL vmlinux 0x62969cf8 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x62c5764a scsi_cmd_print_sense_hdr +EXPORT_SYMBOL vmlinux 0x62d34ec2 kobject_del +EXPORT_SYMBOL vmlinux 0x62dc96ce mmc_cleanup_queue +EXPORT_SYMBOL vmlinux 0x62ec5a7d kmap_to_page +EXPORT_SYMBOL vmlinux 0x62fd6207 param_set_charp +EXPORT_SYMBOL vmlinux 0x631c7333 xfrm_register_km +EXPORT_SYMBOL vmlinux 0x6325c33f scsi_cmd_blk_ioctl +EXPORT_SYMBOL vmlinux 0x6327c523 vm_insert_mixed +EXPORT_SYMBOL vmlinux 0x6332cc1a audit_log_start +EXPORT_SYMBOL vmlinux 0x636b3461 omap_dss_get_num_overlays +EXPORT_SYMBOL vmlinux 0x636eb2fe kernel_sendpage +EXPORT_SYMBOL vmlinux 0x63922bbd vfs_stat +EXPORT_SYMBOL vmlinux 0x63a78ebf ps2_init +EXPORT_SYMBOL vmlinux 0x63b27f85 sock_no_getsockopt +EXPORT_SYMBOL vmlinux 0x63cf2b3f jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63ecad53 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x63fc232f strlen_user +EXPORT_SYMBOL vmlinux 0x6403e338 tcp_memory_pressure +EXPORT_SYMBOL vmlinux 0x64102c35 __cleancache_get_page +EXPORT_SYMBOL vmlinux 0x64185e6f cdrom_release +EXPORT_SYMBOL vmlinux 0x643ae54c journal_stop +EXPORT_SYMBOL vmlinux 0x643eff4f mutex_trylock +EXPORT_SYMBOL vmlinux 0x64607bc5 _snd_ctl_add_slave +EXPORT_SYMBOL vmlinux 0x6472d1aa ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x648eb3c3 nobh_write_begin +EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait +EXPORT_SYMBOL vmlinux 0x64a22ff0 dispc_mgr_set_lcd_config +EXPORT_SYMBOL vmlinux 0x64c66530 omapdss_sdi_display_disable +EXPORT_SYMBOL vmlinux 0x64d233c8 ioremap_page +EXPORT_SYMBOL vmlinux 0x64d38afb unlock_rename +EXPORT_SYMBOL vmlinux 0x64dc0aa4 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x64dfa21e inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x64e3efc7 unregister_md_personality +EXPORT_SYMBOL vmlinux 0x64f4cf67 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL vmlinux 0x64f4db78 scsi_remove_host +EXPORT_SYMBOL vmlinux 0x650a6767 prandom_u32_state +EXPORT_SYMBOL vmlinux 0x650f8603 snd_pcm_format_silence_64 +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x6530409d phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x653eaa91 snd_timer_continue +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x65466939 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x6585e310 alloc_pages_exact_nid +EXPORT_SYMBOL vmlinux 0x65ae6383 dev_trans_start +EXPORT_SYMBOL vmlinux 0x65ccbf20 bio_init +EXPORT_SYMBOL vmlinux 0x65d383f1 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65f3ad9a fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x65f505ab unregister_filesystem +EXPORT_SYMBOL vmlinux 0x6605f97f flex_array_clear +EXPORT_SYMBOL vmlinux 0x66826c75 km_state_notify +EXPORT_SYMBOL vmlinux 0x66888c82 security_path_chmod +EXPORT_SYMBOL vmlinux 0x668da8d5 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x66912c75 account_page_redirty +EXPORT_SYMBOL vmlinux 0x66a67dab flex_array_shrink +EXPORT_SYMBOL vmlinux 0x6706ce2b __dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x670b794c dma_async_memcpy_pg_to_pg +EXPORT_SYMBOL vmlinux 0x6734a315 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x6762f70d blkdev_fsync +EXPORT_SYMBOL vmlinux 0x676503d4 abx500_get_chip_id +EXPORT_SYMBOL vmlinux 0x676bbc0f _set_bit +EXPORT_SYMBOL vmlinux 0x6786292d snd_pcm_lib_write +EXPORT_SYMBOL vmlinux 0x67934ad5 sock_no_connect +EXPORT_SYMBOL vmlinux 0x67abc29c bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67cd795e bdi_register_dev +EXPORT_SYMBOL vmlinux 0x67dfdf58 done_path_create +EXPORT_SYMBOL vmlinux 0x68292783 sock_no_accept +EXPORT_SYMBOL vmlinux 0x68312d23 omapdss_sdi_display_enable +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x687f805b dev_mc_add +EXPORT_SYMBOL vmlinux 0x688353db ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x68a24153 snd_pcm_format_physical_width +EXPORT_SYMBOL vmlinux 0x68af8067 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x68b00ba6 dev_get_drvdata +EXPORT_SYMBOL vmlinux 0x68cde326 unlock_buffer +EXPORT_SYMBOL vmlinux 0x68e05d57 getrawmonotonic +EXPORT_SYMBOL vmlinux 0x68e58c35 con_is_bound +EXPORT_SYMBOL vmlinux 0x68e72f67 neigh_seq_start +EXPORT_SYMBOL vmlinux 0x68e85045 sk_release_kernel +EXPORT_SYMBOL vmlinux 0x68fb581a icst307_idx2s +EXPORT_SYMBOL vmlinux 0x69077803 netif_device_attach +EXPORT_SYMBOL vmlinux 0x6915eb38 down_interruptible +EXPORT_SYMBOL vmlinux 0x691ecaef scsi_release_buffers +EXPORT_SYMBOL vmlinux 0x692679be blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x6933dd0d xfrm4_prepare_output +EXPORT_SYMBOL vmlinux 0x693fac62 irq_to_desc +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x697628a4 dquot_enable +EXPORT_SYMBOL vmlinux 0x6984ec9a blk_peek_request +EXPORT_SYMBOL vmlinux 0x6994db88 genphy_resume +EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint +EXPORT_SYMBOL vmlinux 0x69b6f8d9 omap_set_dma_transfer_params +EXPORT_SYMBOL vmlinux 0x69cf0144 ilookup5 +EXPORT_SYMBOL vmlinux 0x69d38ed9 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x69e27c7a bitmap_copy_le +EXPORT_SYMBOL vmlinux 0x69f5aa3a bioset_create +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a03fa91 poll_initwait +EXPORT_SYMBOL vmlinux 0x6a326e51 km_policy_notify +EXPORT_SYMBOL vmlinux 0x6a3f7302 block_write_end +EXPORT_SYMBOL vmlinux 0x6a417ef4 cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x6a699a60 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x6a6e0773 bio_integrity_tag_size +EXPORT_SYMBOL vmlinux 0x6a76f3ac blk_iopoll_enable +EXPORT_SYMBOL vmlinux 0x6a8263de nla_reserve +EXPORT_SYMBOL vmlinux 0x6a8f0a7d snd_ctl_register_ioctl +EXPORT_SYMBOL vmlinux 0x6aa06721 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x6aa0f9e3 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x6ad916f3 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x6b06fdce delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x6b1b67d3 __bdevname +EXPORT_SYMBOL vmlinux 0x6b2db8ae vfs_lstat +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b4c43f4 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x6b5eb8d2 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x6b68723e dump_seek +EXPORT_SYMBOL vmlinux 0x6b73a0ba i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0x6b7589f4 param_set_bool +EXPORT_SYMBOL vmlinux 0x6b8e20f2 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bd1711f __lru_cache_add +EXPORT_SYMBOL vmlinux 0x6bd4a205 registered_fb +EXPORT_SYMBOL vmlinux 0x6bdcfd99 qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x6be71c91 dquot_acquire +EXPORT_SYMBOL vmlinux 0x6bf02723 flush_old_exec +EXPORT_SYMBOL vmlinux 0x6bf2565e sock_alloc_file +EXPORT_SYMBOL vmlinux 0x6c027e3f thermal_zone_device_unregister +EXPORT_SYMBOL vmlinux 0x6c1791ae __skb_tx_hash +EXPORT_SYMBOL vmlinux 0x6c1ce5ce strcspn +EXPORT_SYMBOL vmlinux 0x6c2ca639 __devcgroup_inode_permission +EXPORT_SYMBOL vmlinux 0x6c2efad0 of_n_addr_cells +EXPORT_SYMBOL vmlinux 0x6c53223c posix_test_lock +EXPORT_SYMBOL vmlinux 0x6c59c9c6 uart_add_one_port +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c6cdd4d wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0x6c702af7 sysctl_udp_rmem_min +EXPORT_SYMBOL vmlinux 0x6c7ca356 __get_page_tail +EXPORT_SYMBOL vmlinux 0x6c9fb4b3 tcp_check_req +EXPORT_SYMBOL vmlinux 0x6caf5c7b padata_start +EXPORT_SYMBOL vmlinux 0x6ccf7bd7 __pv_phys_offset +EXPORT_SYMBOL vmlinux 0x6cdc5c6b nla_strlcpy +EXPORT_SYMBOL vmlinux 0x6ce8d00c sk_run_filter +EXPORT_SYMBOL vmlinux 0x6d044c26 param_ops_uint +EXPORT_SYMBOL vmlinux 0x6d0f1f89 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x6d16ed75 page_follow_link_light +EXPORT_SYMBOL vmlinux 0x6d27ef64 __bitmap_empty +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d340f64 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x6d346792 pin_config_group_get +EXPORT_SYMBOL vmlinux 0x6d43be60 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x6d462ccd simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0x6d4a2d60 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x6d662533 _find_first_bit_le +EXPORT_SYMBOL vmlinux 0x6d6ec874 skb_split +EXPORT_SYMBOL vmlinux 0x6d7f7903 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x6d9217b8 max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x6db9a1b2 serio_interrupt +EXPORT_SYMBOL vmlinux 0x6dc8b7db dev_alloc_name +EXPORT_SYMBOL vmlinux 0x6ddec5ac devm_gpio_request +EXPORT_SYMBOL vmlinux 0x6deefb51 ata_print_version +EXPORT_SYMBOL vmlinux 0x6def2db2 half_md4_transform +EXPORT_SYMBOL vmlinux 0x6df0fb69 unload_nls +EXPORT_SYMBOL vmlinux 0x6e09eed9 ata_link_printk +EXPORT_SYMBOL vmlinux 0x6e102cf9 genphy_read_status +EXPORT_SYMBOL vmlinux 0x6e156fc9 napi_get_frags +EXPORT_SYMBOL vmlinux 0x6e373f59 dss_mgr_enable +EXPORT_SYMBOL vmlinux 0x6e3f6304 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x6e5c82c8 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e78f607 set_page_dirty +EXPORT_SYMBOL vmlinux 0x6e8304f1 blk_get_backing_dev_info +EXPORT_SYMBOL vmlinux 0x6e88e56f snd_pcm_link_rwlock +EXPORT_SYMBOL vmlinux 0x6e8abfb0 generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6eb97064 journal_dirty_data +EXPORT_SYMBOL vmlinux 0x6ef4b605 dma_mmap_from_coherent +EXPORT_SYMBOL vmlinux 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL vmlinux 0x6ef9bebc sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x6efd0f59 soft_cursor +EXPORT_SYMBOL vmlinux 0x6f107000 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x6f171d93 rtnl_notify +EXPORT_SYMBOL vmlinux 0x6f20960a full_name_hash +EXPORT_SYMBOL vmlinux 0x6f51e209 frontswap_register_ops +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fd25da8 skb_copy +EXPORT_SYMBOL vmlinux 0x6ff21331 uart_write_wakeup +EXPORT_SYMBOL vmlinux 0x6ff5c594 skb_copy_and_csum_datagram_iovec +EXPORT_SYMBOL vmlinux 0x70097aa0 nand_bch_free +EXPORT_SYMBOL vmlinux 0x70523a7a __cond_resched_softirq +EXPORT_SYMBOL vmlinux 0x705a4c95 mb_cache_create +EXPORT_SYMBOL vmlinux 0x706fd1d7 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0x7084109b twl6040_power +EXPORT_SYMBOL vmlinux 0x70879d45 amba_request_regions +EXPORT_SYMBOL vmlinux 0x70bc17d7 inode_wait +EXPORT_SYMBOL vmlinux 0x70c4d8b0 snd_pcm_lib_writev +EXPORT_SYMBOL vmlinux 0x70d053fd try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x70dd1a12 gpmc_cs_configure +EXPORT_SYMBOL vmlinux 0x70e39dae dss_uninstall_mgr_ops +EXPORT_SYMBOL vmlinux 0x70e9f588 abx500_startup_irq_enabled +EXPORT_SYMBOL vmlinux 0x710e2b07 tcf_hash_insert +EXPORT_SYMBOL vmlinux 0x711ae1ca truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x711ba3cd __nla_put +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x714046b2 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x7143c73b blk_requeue_request +EXPORT_SYMBOL vmlinux 0x71628628 devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x71658a05 dispc_ovl_setup +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x71731ed3 bio_map_kern +EXPORT_SYMBOL vmlinux 0x718ce6af simple_open +EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71ac1104 textsearch_destroy +EXPORT_SYMBOL vmlinux 0x71c90087 memcmp +EXPORT_SYMBOL vmlinux 0x71cd68f6 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0x7234eafb otg_state_string +EXPORT_SYMBOL vmlinux 0x72350130 ___ratelimit +EXPORT_SYMBOL vmlinux 0x7241cf5d __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x726098d1 journal_update_format +EXPORT_SYMBOL vmlinux 0x72739d01 scsi_init_io +EXPORT_SYMBOL vmlinux 0x72a3c432 i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0x72d58de9 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0x72ddbbf7 devm_usb_get_phy +EXPORT_SYMBOL vmlinux 0x72dedf88 __serio_register_port +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72f63f51 input_unregister_handle +EXPORT_SYMBOL vmlinux 0x730cd883 dcache_readdir +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x731b81f1 __wait_on_bit +EXPORT_SYMBOL vmlinux 0x7323f571 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x733c3b54 kasprintf +EXPORT_SYMBOL vmlinux 0x733f8b48 uart_get_divisor +EXPORT_SYMBOL vmlinux 0x734bc49b mmc_request_done +EXPORT_SYMBOL vmlinux 0x734d2179 dm_unregister_target +EXPORT_SYMBOL vmlinux 0x736f2eb9 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x737de5e9 radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0x737e77b6 journal_start +EXPORT_SYMBOL vmlinux 0x73bb8482 key_type_keyring +EXPORT_SYMBOL vmlinux 0x73ca25c1 elv_rq_merge_ok +EXPORT_SYMBOL vmlinux 0x73d03226 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x73d8ae9e seq_vprintf +EXPORT_SYMBOL vmlinux 0x73e20c1c strlcpy +EXPORT_SYMBOL vmlinux 0x73fd5eff __seq_open_private +EXPORT_SYMBOL vmlinux 0x74013eae scsi_register +EXPORT_SYMBOL vmlinux 0x740f4e4e rtnl_unicast +EXPORT_SYMBOL vmlinux 0x74129eb0 sg_miter_start +EXPORT_SYMBOL vmlinux 0x7430d851 ip_options_compile +EXPORT_SYMBOL vmlinux 0x7441f8b4 d_find_alias +EXPORT_SYMBOL vmlinux 0x744c9e26 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0x7469fcfe radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x7485e15e unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x74ad903a netlink_ack +EXPORT_SYMBOL vmlinux 0x74b78846 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0x74b7e755 devm_ioremap +EXPORT_SYMBOL vmlinux 0x74bb70b0 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74cb055a sock_no_bind +EXPORT_SYMBOL vmlinux 0x74cc1cbe unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x74d0d14a ip_check_defrag +EXPORT_SYMBOL vmlinux 0x74d4d05a dev_close +EXPORT_SYMBOL vmlinux 0x74e46dac imx_ssi_fiq_tx_buffer +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x75057c31 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x7505bdef memchr_inv +EXPORT_SYMBOL vmlinux 0x754dac78 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x755d4862 scsi_scan_target +EXPORT_SYMBOL vmlinux 0x7588e749 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x7593d385 div64_s64 +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75c0c8d2 devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0x75c9114e map_destroy +EXPORT_SYMBOL vmlinux 0x75fee7fd __raw_writesb +EXPORT_SYMBOL vmlinux 0x760663c4 keyring_clear +EXPORT_SYMBOL vmlinux 0x7606b8ba tty_unlock +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x760b437a unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0x7637b988 bio_integrity_split +EXPORT_SYMBOL vmlinux 0x764640a5 filp_open +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x76a65dce blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0x76a6e44c dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x76bf656d __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x76cf47f6 __aeabi_llsl +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76dcd25c d_find_any_alias +EXPORT_SYMBOL vmlinux 0x76de458d textsearch_unregister +EXPORT_SYMBOL vmlinux 0x76e4d3e3 snd_timer_resolution +EXPORT_SYMBOL vmlinux 0x7706bc56 snd_pcm_open_substream +EXPORT_SYMBOL vmlinux 0x770ec5e0 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x7711ea95 vm_mmap +EXPORT_SYMBOL vmlinux 0x771e66e3 free_task +EXPORT_SYMBOL vmlinux 0x773a9c94 blk_iopoll_enabled +EXPORT_SYMBOL vmlinux 0x777de30a mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x7781a556 inet_register_protosw +EXPORT_SYMBOL vmlinux 0x7791193f icst525_s2div +EXPORT_SYMBOL vmlinux 0x7793c92d dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll +EXPORT_SYMBOL vmlinux 0x77aa925f skb_put +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77cafd08 bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x77ce93b3 qid_lt +EXPORT_SYMBOL vmlinux 0x77df0847 __set_personality +EXPORT_SYMBOL vmlinux 0x77ecac9f zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x77fe20b5 follow_down +EXPORT_SYMBOL vmlinux 0x77fe4cb2 sleep_on_timeout +EXPORT_SYMBOL vmlinux 0x78086c7f scsi_register_interface +EXPORT_SYMBOL vmlinux 0x78122945 netdev_alert +EXPORT_SYMBOL vmlinux 0x781b1a74 kunmap +EXPORT_SYMBOL vmlinux 0x7834effa blk_complete_request +EXPORT_SYMBOL vmlinux 0x7836790c snd_dma_free_pages +EXPORT_SYMBOL vmlinux 0x783a4249 jbd2_log_start_commit +EXPORT_SYMBOL vmlinux 0x783b40bf tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x786776f0 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0x7883b1ad sys_fillrect +EXPORT_SYMBOL vmlinux 0x788fe103 iomem_resource +EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets +EXPORT_SYMBOL vmlinux 0x78a936c9 fsnotify_put_group +EXPORT_SYMBOL vmlinux 0x78b07e7a ip6_frag_match +EXPORT_SYMBOL vmlinux 0x78e821ee of_get_next_child +EXPORT_SYMBOL vmlinux 0x78f2d136 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x7906785e snd_pcm_lib_free_pages +EXPORT_SYMBOL vmlinux 0x79295fdb devm_ioremap_nocache +EXPORT_SYMBOL vmlinux 0x792ca0cc redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x7930dea4 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0x793bacf8 genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x794487ee disable_hlt +EXPORT_SYMBOL vmlinux 0x7944dda9 sock_get_timestamp +EXPORT_SYMBOL vmlinux 0x796e3e4a dst_discard +EXPORT_SYMBOL vmlinux 0x796fc5ce scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes +EXPORT_SYMBOL vmlinux 0x79aba107 mem_cgroup_subsys +EXPORT_SYMBOL vmlinux 0x79cc0a2f find_inode_number +EXPORT_SYMBOL vmlinux 0x79fa1deb imx_ssi_fiq_rx_buffer +EXPORT_SYMBOL vmlinux 0x7a188791 prandom_bytes +EXPORT_SYMBOL vmlinux 0x7a27c184 ewma_init +EXPORT_SYMBOL vmlinux 0x7a4497db kzfree +EXPORT_SYMBOL vmlinux 0x7a6125d9 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x7a7e86c8 vfs_readv +EXPORT_SYMBOL vmlinux 0x7a91726b clkdev_alloc +EXPORT_SYMBOL vmlinux 0x7aafb51d dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x7ab53dc4 __neigh_event_send +EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt +EXPORT_SYMBOL vmlinux 0x7ac253f2 register_nls +EXPORT_SYMBOL vmlinux 0x7acdde0a page_put_link +EXPORT_SYMBOL vmlinux 0x7ad1e773 omap_dss_get_device +EXPORT_SYMBOL vmlinux 0x7ad41bf9 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7ad7b2ad init_task +EXPORT_SYMBOL vmlinux 0x7af03e5a add_to_page_cache_locked +EXPORT_SYMBOL vmlinux 0x7afa89fc vsnprintf +EXPORT_SYMBOL vmlinux 0x7b02815e journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x7b03848a verify_mem_not_deleted +EXPORT_SYMBOL vmlinux 0x7b0ff3f1 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x7b1b578e nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x7b3b2bf8 bio_sector_offset +EXPORT_SYMBOL vmlinux 0x7b3b3168 follow_down_one +EXPORT_SYMBOL vmlinux 0x7b3d8b53 tcp_md5_hash_header +EXPORT_SYMBOL vmlinux 0x7b4f66a2 __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x7b536bc8 fb_set_cmap +EXPORT_SYMBOL vmlinux 0x7b54c551 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x7b5c8440 vm_munmap +EXPORT_SYMBOL vmlinux 0x7b6646bb _raw_read_lock +EXPORT_SYMBOL vmlinux 0x7b77cd2e phy_device_free +EXPORT_SYMBOL vmlinux 0x7b7de569 md_integrity_register +EXPORT_SYMBOL vmlinux 0x7b9e6b07 force_sig +EXPORT_SYMBOL vmlinux 0x7bae1fa5 security_path_chown +EXPORT_SYMBOL vmlinux 0x7bb912a0 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x7bbab1bb generic_file_buffered_write +EXPORT_SYMBOL vmlinux 0x7bcbaaa4 ndo_dflt_bridge_getlink +EXPORT_SYMBOL vmlinux 0x7bf23d33 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x7bf9bdfc skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x7c08b97a writeback_in_progress +EXPORT_SYMBOL vmlinux 0x7c0aff29 generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0x7c1372e8 panic +EXPORT_SYMBOL vmlinux 0x7c1c5ca6 simple_transaction_release +EXPORT_SYMBOL vmlinux 0x7c3cdb15 serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c52a50e dquot_initialize +EXPORT_SYMBOL vmlinux 0x7c5c18f9 vm_map_ram +EXPORT_SYMBOL vmlinux 0x7c70e0d9 noop_llseek +EXPORT_SYMBOL vmlinux 0x7c77b460 notify_change +EXPORT_SYMBOL vmlinux 0x7c904ded unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x7c98845d twl_i2c_read +EXPORT_SYMBOL vmlinux 0x7cb1ae69 cpu_down +EXPORT_SYMBOL vmlinux 0x7cbe8095 dispc_mgr_set_timings +EXPORT_SYMBOL vmlinux 0x7cc035a7 __ucmpdi2 +EXPORT_SYMBOL vmlinux 0x7ccad45e scsi_cmd_get_serial +EXPORT_SYMBOL vmlinux 0x7cf4c948 mmc_register_driver +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d106a5e __cleancache_invalidate_page +EXPORT_SYMBOL vmlinux 0x7d11c268 jiffies +EXPORT_SYMBOL vmlinux 0x7d4e2276 __init_rwsem +EXPORT_SYMBOL vmlinux 0x7d73fb6b ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x7d7ea53f xfrm_state_add +EXPORT_SYMBOL vmlinux 0x7d88bc36 seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x7dbb2b4e tcp_init_sock +EXPORT_SYMBOL vmlinux 0x7dbfe05a find_get_pages_contig +EXPORT_SYMBOL vmlinux 0x7dc95942 generic_file_splice_write +EXPORT_SYMBOL vmlinux 0x7dccc294 proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args +EXPORT_SYMBOL vmlinux 0x7e05820e key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x7e07acb8 misc_deregister +EXPORT_SYMBOL vmlinux 0x7e1501d3 kblockd_schedule_delayed_work +EXPORT_SYMBOL vmlinux 0x7e2d3b0c nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x7e394c4e sysctl_local_reserved_ports +EXPORT_SYMBOL vmlinux 0x7e73ba3d phy_disconnect +EXPORT_SYMBOL vmlinux 0x7e93fa07 try_module_get +EXPORT_SYMBOL vmlinux 0x7e98d318 vexpress_config_read +EXPORT_SYMBOL vmlinux 0x7e9efe8e complete_and_exit +EXPORT_SYMBOL vmlinux 0x7ea1c9d9 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x7ebd218e dev_addr_del_multiple +EXPORT_SYMBOL vmlinux 0x7ec7f820 qdisc_reset +EXPORT_SYMBOL vmlinux 0x7ed65b49 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0x7ed878b4 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x7ee16aa9 __cleancache_invalidate_fs +EXPORT_SYMBOL vmlinux 0x7ee73c0c memcg_socket_limit_enabled +EXPORT_SYMBOL vmlinux 0x7ef939af ab3100_event_register +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f33a63b omap_get_dma_chain_dst_pos +EXPORT_SYMBOL vmlinux 0x7f4801f6 arm_dma_ops +EXPORT_SYMBOL vmlinux 0x7f63b31e _memcpy_toio +EXPORT_SYMBOL vmlinux 0x7f7c1f3c jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x7f990311 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x7fa64cca omap_dss_pal_timings +EXPORT_SYMBOL vmlinux 0x7fbee11a mii_ethtool_sset +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7ffc72fe splice_from_pipe_begin +EXPORT_SYMBOL vmlinux 0x800e4ffa __muldi3 +EXPORT_SYMBOL vmlinux 0x800e794e jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x801cfd39 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0x803e38ce snd_ctl_boolean_mono_info +EXPORT_SYMBOL vmlinux 0x807da4ed nand_scan_ident +EXPORT_SYMBOL vmlinux 0x808c1e9f km_report +EXPORT_SYMBOL vmlinux 0x80a6ccce seq_open +EXPORT_SYMBOL vmlinux 0x80a849c1 dev_addr_add_multiple +EXPORT_SYMBOL vmlinux 0x80b1c8ed tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x80bd5b43 bdi_register +EXPORT_SYMBOL vmlinux 0x80be48e8 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d81308 omap_vrfb_release_ctx +EXPORT_SYMBOL vmlinux 0x80f570e5 elv_dispatch_add_tail +EXPORT_SYMBOL vmlinux 0x81003ee2 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x8121a002 netlink_unicast +EXPORT_SYMBOL vmlinux 0x81338252 inode_init_always +EXPORT_SYMBOL vmlinux 0x814e7730 nf_ct_destroy +EXPORT_SYMBOL vmlinux 0x814f0dea fib_default_rule_pref +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x81750ba3 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x817a5b67 do_map_probe +EXPORT_SYMBOL vmlinux 0x81817e5c bio_integrity_advance +EXPORT_SYMBOL vmlinux 0x818ea516 tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0x81a32fc6 tty_port_close_end +EXPORT_SYMBOL vmlinux 0x81a49bae mmc_card_awake +EXPORT_SYMBOL vmlinux 0x81ab7ffd unregister_key_type +EXPORT_SYMBOL vmlinux 0x81af74d1 ipv6_push_nfrag_opts +EXPORT_SYMBOL vmlinux 0x81b69e41 snd_ctl_enum_info +EXPORT_SYMBOL vmlinux 0x81c3e4f5 snd_register_device_for_dev +EXPORT_SYMBOL vmlinux 0x81d10f5f trace_seq_putc +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill +EXPORT_SYMBOL vmlinux 0x820bd782 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0x8212721d xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0x82169606 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x8217eee1 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x82353625 bitmap_endwrite +EXPORT_SYMBOL vmlinux 0x823f2f77 abort_creds +EXPORT_SYMBOL vmlinux 0x82421fa7 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x824a4367 tmio_core_mmc_pwr +EXPORT_SYMBOL vmlinux 0x8251bcc3 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x825281e5 path_get +EXPORT_SYMBOL vmlinux 0x8260686f bitmap_find_next_zero_area +EXPORT_SYMBOL vmlinux 0x826526c8 __scm_send +EXPORT_SYMBOL vmlinux 0x82662f27 ps2_command +EXPORT_SYMBOL vmlinux 0x8299dbfc __sb_start_write +EXPORT_SYMBOL vmlinux 0x829d0242 tcp_syn_flood_action +EXPORT_SYMBOL vmlinux 0x82acfb70 blk_iopoll_sched +EXPORT_SYMBOL vmlinux 0x82bbb019 vc_cons +EXPORT_SYMBOL vmlinux 0x82c5125b rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x82db3beb sound_class +EXPORT_SYMBOL vmlinux 0x83044730 blk_run_queue +EXPORT_SYMBOL vmlinux 0x830f2ede sock_no_mmap +EXPORT_SYMBOL vmlinux 0x8311b580 inet6_add_offload +EXPORT_SYMBOL vmlinux 0x8320bea8 __umodsi3 +EXPORT_SYMBOL vmlinux 0x83211609 up_write +EXPORT_SYMBOL vmlinux 0x834805c8 page_readlink +EXPORT_SYMBOL vmlinux 0x836bdb72 nand_flash_ids +EXPORT_SYMBOL vmlinux 0x836d0c95 loop_register_transfer +EXPORT_SYMBOL vmlinux 0x8371daff sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0x83783ba1 sock_alloc_send_skb +EXPORT_SYMBOL vmlinux 0x8379eb39 __alloc_pages_nodemask +EXPORT_SYMBOL vmlinux 0x8382b6e5 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x838e89f7 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0x838f70b0 twl_i2c_write_u8 +EXPORT_SYMBOL vmlinux 0x83a02008 mii_check_link +EXPORT_SYMBOL vmlinux 0x83a476ce bitmap_scnlistprintf +EXPORT_SYMBOL vmlinux 0x83b26a24 inet_release +EXPORT_SYMBOL vmlinux 0x83c2f93a skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x83c8a355 param_set_int +EXPORT_SYMBOL vmlinux 0x83e04582 locks_remove_posix +EXPORT_SYMBOL vmlinux 0x83e4c96d snd_timer_pause +EXPORT_SYMBOL vmlinux 0x83e9591e xfrm_lookup +EXPORT_SYMBOL vmlinux 0x83f3cb54 register_gifconf +EXPORT_SYMBOL vmlinux 0x84060081 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x840784c9 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0x84116bed cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x8415343b unlock_new_inode +EXPORT_SYMBOL vmlinux 0x841907bf path_is_under +EXPORT_SYMBOL vmlinux 0x84569e5d padata_set_cpumasks +EXPORT_SYMBOL vmlinux 0x84598e87 truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x846bcc01 dm_table_get +EXPORT_SYMBOL vmlinux 0x84acf4d0 alloc_mdio_bitbang +EXPORT_SYMBOL vmlinux 0x84b183ae strncmp +EXPORT_SYMBOL vmlinux 0x84d16e92 scsi_free_command +EXPORT_SYMBOL vmlinux 0x84d5c1da sock_create_lite +EXPORT_SYMBOL vmlinux 0x84e67770 tty_get_baud_rate +EXPORT_SYMBOL vmlinux 0x84fe0c7c mnt_pin +EXPORT_SYMBOL vmlinux 0x84fe33e6 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x85061b76 _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x853c7a1f qdisc_tree_decrease_qlen +EXPORT_SYMBOL vmlinux 0x8551b987 scsi_setup_fs_cmnd +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x856ceb67 mmc_flush_cache +EXPORT_SYMBOL vmlinux 0x85765fee omap_enable_dma_irq +EXPORT_SYMBOL vmlinux 0x85952288 snd_pcm_hw_rule_add +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85e7deb2 iov_iter_fault_in_readable +EXPORT_SYMBOL vmlinux 0x8623fc68 sock_wfree +EXPORT_SYMBOL vmlinux 0x8635bbd9 mmc_can_sanitize +EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x8664f62e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x86a4889a kmalloc_order_trace +EXPORT_SYMBOL vmlinux 0x86a5a8f8 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0x86c594c0 d_alloc_pseudo +EXPORT_SYMBOL vmlinux 0x86e2a980 files_lglock +EXPORT_SYMBOL vmlinux 0x86f7cede blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x87033075 kernel_connect +EXPORT_SYMBOL vmlinux 0x870bf928 radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x8714c5de __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x871c0a7e fiemap_check_flags +EXPORT_SYMBOL vmlinux 0x872b3873 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x874a2b04 migrate_page +EXPORT_SYMBOL vmlinux 0x87708466 __ip_dev_find +EXPORT_SYMBOL vmlinux 0x87728146 set_bdi_congested +EXPORT_SYMBOL vmlinux 0x8784e8cb generic_pipe_buf_confirm +EXPORT_SYMBOL vmlinux 0x878ab3ce sysctl_tcp_adv_win_scale +EXPORT_SYMBOL vmlinux 0x87966b9b omapdss_get_version +EXPORT_SYMBOL vmlinux 0x8798e453 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0x87ba745b netif_napi_del +EXPORT_SYMBOL vmlinux 0x87bf73a1 journal_errno +EXPORT_SYMBOL vmlinux 0x87dc85ad security_path_symlink +EXPORT_SYMBOL vmlinux 0x87dcecda __bforget +EXPORT_SYMBOL vmlinux 0x87dff1dd fb_find_mode +EXPORT_SYMBOL vmlinux 0x881039d0 zlib_inflate +EXPORT_SYMBOL vmlinux 0x8815a3d1 free_netdev +EXPORT_SYMBOL vmlinux 0x88219e3c vfs_llseek +EXPORT_SYMBOL vmlinux 0x8834396c mod_timer +EXPORT_SYMBOL vmlinux 0x884b562b log_wait_commit +EXPORT_SYMBOL vmlinux 0x885d6ad6 netif_receive_skb +EXPORT_SYMBOL vmlinux 0x886277c3 devm_usb_put_phy +EXPORT_SYMBOL vmlinux 0x8869b794 snd_pcm_hw_constraint_list +EXPORT_SYMBOL vmlinux 0x887cf5d9 insert_inode_locked +EXPORT_SYMBOL vmlinux 0x88864c11 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x88987023 replace_mount_options +EXPORT_SYMBOL vmlinux 0x88a2993b simple_readpage +EXPORT_SYMBOL vmlinux 0x88db9d22 inet_frag_find +EXPORT_SYMBOL vmlinux 0x8905a5aa vexpress_config_bridge_register +EXPORT_SYMBOL vmlinux 0x8908c544 mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x89093c7a snd_pcm_lib_malloc_pages +EXPORT_SYMBOL vmlinux 0x891a00d0 ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0x891a5e5e napi_gro_frags +EXPORT_SYMBOL vmlinux 0x89299a86 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x894c9389 generic_setlease +EXPORT_SYMBOL vmlinux 0x8953f8ff __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x897473df mktime +EXPORT_SYMBOL vmlinux 0x89926874 user_path_create +EXPORT_SYMBOL vmlinux 0x8992c584 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x89a3c4f4 omap_get_dma_chain_index +EXPORT_SYMBOL vmlinux 0x89a9a557 genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x89be5265 kmem_cache_free +EXPORT_SYMBOL vmlinux 0x89c85297 skb_copy_datagram_iovec +EXPORT_SYMBOL vmlinux 0x89cc2de0 netdev_info +EXPORT_SYMBOL vmlinux 0x89d145ed pin_config_get +EXPORT_SYMBOL vmlinux 0x89d5538d fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x89d66811 build_ehash_secret +EXPORT_SYMBOL vmlinux 0x89e94bca phy_connect_direct +EXPORT_SYMBOL vmlinux 0x89e9aadb snd_timer_close +EXPORT_SYMBOL vmlinux 0x8a09d51f omapdss_dpi_set_timings +EXPORT_SYMBOL vmlinux 0x8a11e790 tty_port_destroy +EXPORT_SYMBOL vmlinux 0x8a137d3c override_creds +EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies +EXPORT_SYMBOL vmlinux 0x8a27e1ad blk_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a4fa83b __aeabi_llsr +EXPORT_SYMBOL vmlinux 0x8a52e621 snd_pcm_notify +EXPORT_SYMBOL vmlinux 0x8a584650 blk_queue_make_request +EXPORT_SYMBOL vmlinux 0x8a61438d dev_remove_offload +EXPORT_SYMBOL vmlinux 0x8a7bd3a0 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a90f2ed scsi_sd_probe_domain +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aab4d42 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x8aabd866 skb_checksum_help +EXPORT_SYMBOL vmlinux 0x8ac56401 blk_get_queue +EXPORT_SYMBOL vmlinux 0x8ac8effc mdiobus_write +EXPORT_SYMBOL vmlinux 0x8ace8ca3 groups_alloc +EXPORT_SYMBOL vmlinux 0x8ad92504 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x8ae65c86 genl_unregister_ops +EXPORT_SYMBOL vmlinux 0x8b11b76b send_sig +EXPORT_SYMBOL vmlinux 0x8b256ac1 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x8b331646 __cleancache_init_fs +EXPORT_SYMBOL vmlinux 0x8b3c75fc bio_put +EXPORT_SYMBOL vmlinux 0x8b3d0afd alloc_xenballooned_pages +EXPORT_SYMBOL vmlinux 0x8b4158c1 create_empty_buffers +EXPORT_SYMBOL vmlinux 0x8b454717 simple_write_begin +EXPORT_SYMBOL vmlinux 0x8b56c8c6 mb_cache_entry_alloc +EXPORT_SYMBOL vmlinux 0x8b581170 vsc824x_add_skew +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b7b9041 __vexpress_config_func_get +EXPORT_SYMBOL vmlinux 0x8b92237b directly_mappable_cdev_bdi +EXPORT_SYMBOL vmlinux 0x8b924c0f bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x8b97f3b6 con_copy_unimap +EXPORT_SYMBOL vmlinux 0x8bbca29d bio_clone_bioset +EXPORT_SYMBOL vmlinux 0x8bd0a3fd _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0x8bf62d20 km_state_expired +EXPORT_SYMBOL vmlinux 0x8bfda5bc padata_unregister_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x8bfe8c57 param_set_uint +EXPORT_SYMBOL vmlinux 0x8c0cf739 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0x8c0dc74c tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x8c1936c4 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x8c49f43d module_refcount +EXPORT_SYMBOL vmlinux 0x8c4c3308 fsnotify_put_mark +EXPORT_SYMBOL vmlinux 0x8c4d6523 omap_dma_chain_a_transfer +EXPORT_SYMBOL vmlinux 0x8c637d43 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x8c76f29a unlock_page +EXPORT_SYMBOL vmlinux 0x8cb1e9d2 ata_dev_printk +EXPORT_SYMBOL vmlinux 0x8cbdd49c user_path_at +EXPORT_SYMBOL vmlinux 0x8cc229b2 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x8cc5b13e elv_register_queue +EXPORT_SYMBOL vmlinux 0x8cd8c339 omap_free_dma +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8d004d67 phy_device_create +EXPORT_SYMBOL vmlinux 0x8d2753a9 blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x8d376073 __module_get +EXPORT_SYMBOL vmlinux 0x8d381b80 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x8d45220a remove_arg_zero +EXPORT_SYMBOL vmlinux 0x8d551bef sysctl_tcp_rmem +EXPORT_SYMBOL vmlinux 0x8d5b579e kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x8d65cb92 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x8d6ad63b panic_notifier_list +EXPORT_SYMBOL vmlinux 0x8d6ddce9 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x8d6f81b4 __div64_32 +EXPORT_SYMBOL vmlinux 0x8d756b57 qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x8d796909 abx500_event_registers_startup_state_get +EXPORT_SYMBOL vmlinux 0x8d7f37cd scsi_device_resume +EXPORT_SYMBOL vmlinux 0x8d8b6353 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x8da224bb seq_puts +EXPORT_SYMBOL vmlinux 0x8e0d66f4 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x8e13fa6c snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL vmlinux 0x8e172ae7 genl_register_family_with_ops +EXPORT_SYMBOL vmlinux 0x8e28cd42 in_egroup_p +EXPORT_SYMBOL vmlinux 0x8e32be49 of_phy_find_device +EXPORT_SYMBOL vmlinux 0x8e57497f tcf_hash_check +EXPORT_SYMBOL vmlinux 0x8e5cdb91 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x8f02a69a dev_driver_string +EXPORT_SYMBOL vmlinux 0x8f2a4f1a console_start +EXPORT_SYMBOL vmlinux 0x8f2b2238 dput +EXPORT_SYMBOL vmlinux 0x8f53aef6 lro_receive_frags +EXPORT_SYMBOL vmlinux 0x8f580fac serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0x8f595b11 snd_major +EXPORT_SYMBOL vmlinux 0x8f678b07 __stack_chk_guard +EXPORT_SYMBOL vmlinux 0x8f681fa7 snd_ctl_remove +EXPORT_SYMBOL vmlinux 0x8f7014a1 param_set_ulong +EXPORT_SYMBOL vmlinux 0x8f72243c blk_start_queue +EXPORT_SYMBOL vmlinux 0x8f74b734 __register_chrdev +EXPORT_SYMBOL vmlinux 0x8fa4130a omap_set_dma_callback +EXPORT_SYMBOL vmlinux 0x8faa4598 of_translate_address +EXPORT_SYMBOL vmlinux 0x8fd7a39b find_get_pages_tag +EXPORT_SYMBOL vmlinux 0x8ff27c36 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x8ffdb3b8 crc16 +EXPORT_SYMBOL vmlinux 0x9007a9df twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x902996f1 of_dev_put +EXPORT_SYMBOL vmlinux 0x909138a1 tcp_seq_open +EXPORT_SYMBOL vmlinux 0x90ac3102 dev_base_lock +EXPORT_SYMBOL vmlinux 0x90c5e819 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0x910631ee tty_schedule_flip +EXPORT_SYMBOL vmlinux 0x911fe3a4 key_task_permission +EXPORT_SYMBOL vmlinux 0x91270369 nobh_truncate_page +EXPORT_SYMBOL vmlinux 0x91324ffb security_path_truncate +EXPORT_SYMBOL vmlinux 0x91463b1d kstrtos16 +EXPORT_SYMBOL vmlinux 0x9155d226 ata_port_printk +EXPORT_SYMBOL vmlinux 0x91621d6a allocate_resource +EXPORT_SYMBOL vmlinux 0x91715312 sprintf +EXPORT_SYMBOL vmlinux 0x9174d0f0 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x917578e7 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x917e2c58 dev_deactivate +EXPORT_SYMBOL vmlinux 0x9185f8e1 seq_release +EXPORT_SYMBOL vmlinux 0x919029aa __readwrite_bug +EXPORT_SYMBOL vmlinux 0x919b039a poll_freewait +EXPORT_SYMBOL vmlinux 0x91a01ca8 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0x91aec064 down_read_trylock +EXPORT_SYMBOL vmlinux 0x91c0980e icst_hz +EXPORT_SYMBOL vmlinux 0x91d75189 snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL vmlinux 0x91dcb283 journal_set_features +EXPORT_SYMBOL vmlinux 0x91eddb0c neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x91ff7b78 kthread_stop +EXPORT_SYMBOL vmlinux 0x920699f8 put_page +EXPORT_SYMBOL vmlinux 0x920c8b87 dev_notice +EXPORT_SYMBOL vmlinux 0x920eb90c interruptible_sleep_on_timeout +EXPORT_SYMBOL vmlinux 0x9239fa7c ida_destroy +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x923beb3d may_umount +EXPORT_SYMBOL vmlinux 0x927784b9 bio_copy_user +EXPORT_SYMBOL vmlinux 0x92868a03 icmp_send +EXPORT_SYMBOL vmlinux 0x92a9c60c time_to_tm +EXPORT_SYMBOL vmlinux 0x92b3eefd sk_receive_skb +EXPORT_SYMBOL vmlinux 0x92b73467 led_blink_set +EXPORT_SYMBOL vmlinux 0x92d47c2a generic_file_splice_read +EXPORT_SYMBOL vmlinux 0x92df188f del_gendisk +EXPORT_SYMBOL vmlinux 0x92ec5d1b dispc_mgr_enable +EXPORT_SYMBOL vmlinux 0x92f784dc schedule_work_on +EXPORT_SYMBOL vmlinux 0x93012e62 iget_failed +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x931b3c43 snd_card_disconnect +EXPORT_SYMBOL vmlinux 0x9320b1e3 blkdev_get +EXPORT_SYMBOL vmlinux 0x93215e1d __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0x934ca4dc dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0x93506081 __inode_permission +EXPORT_SYMBOL vmlinux 0x936f0655 atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x93779e53 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x9384b6a4 dma_supported +EXPORT_SYMBOL vmlinux 0x938ca834 bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x93912ced kmem_cache_alloc_trace +EXPORT_SYMBOL vmlinux 0x93963a85 dss_feat_get_num_mgrs +EXPORT_SYMBOL vmlinux 0x93a43ef2 unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b4ce45 register_exec_domain +EXPORT_SYMBOL vmlinux 0x93cf2997 sk_reset_timer +EXPORT_SYMBOL vmlinux 0x93d7b968 ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x93fca811 __get_free_pages +EXPORT_SYMBOL vmlinux 0x93ff40ad tcp_gro_receive +EXPORT_SYMBOL vmlinux 0x9404a5bc blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x94056dd6 max8925_reg_read +EXPORT_SYMBOL vmlinux 0x94098ff8 snd_interval_list +EXPORT_SYMBOL vmlinux 0x940cb1b3 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x9417d022 idr_find +EXPORT_SYMBOL vmlinux 0x9452f9d9 generic_fillattr +EXPORT_SYMBOL vmlinux 0x9482aa0f inet6_getname +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94d3da68 rtc_lock +EXPORT_SYMBOL vmlinux 0x94e8e4f6 of_find_node_by_name +EXPORT_SYMBOL vmlinux 0x94eb63b7 rtnl_create_link +EXPORT_SYMBOL vmlinux 0x94fef7f4 sock_no_poll +EXPORT_SYMBOL vmlinux 0x9516d7db xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x951f9cb7 d_move +EXPORT_SYMBOL vmlinux 0x95287626 dev_addr_add +EXPORT_SYMBOL vmlinux 0x954488a4 syncookie_secret +EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init +EXPORT_SYMBOL vmlinux 0x95622f41 down_timeout +EXPORT_SYMBOL vmlinux 0x958268d1 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x9589d4fe inode_sub_rsv_space +EXPORT_SYMBOL vmlinux 0x95a6f3f4 journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x95b2d436 vfs_getattr +EXPORT_SYMBOL vmlinux 0x95bed3fd abx500_register_ops +EXPORT_SYMBOL vmlinux 0x95c47471 is_bad_inode +EXPORT_SYMBOL vmlinux 0x95dbe078 __get_user_2 +EXPORT_SYMBOL vmlinux 0x95e6e500 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x95f6b77e jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x9608761f input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x960ea802 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x962e4aba simple_dir_operations +EXPORT_SYMBOL vmlinux 0x963b8159 eth_header +EXPORT_SYMBOL vmlinux 0x96573b80 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x96898769 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x9697cef7 register_quota_format +EXPORT_SYMBOL vmlinux 0x96a9661d tty_throttle +EXPORT_SYMBOL vmlinux 0x96b39b6e omap_start_dma_chain_transfers +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x9711cb74 inet_listen +EXPORT_SYMBOL vmlinux 0x97255bdf strlen +EXPORT_SYMBOL vmlinux 0x9754ec10 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x976e700f down_trylock +EXPORT_SYMBOL vmlinux 0x97818e7c bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x97828bc1 mfd_remove_devices +EXPORT_SYMBOL vmlinux 0x9793c93a dispc_mgr_setup +EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state +EXPORT_SYMBOL vmlinux 0x979d2447 tcp_close +EXPORT_SYMBOL vmlinux 0x979e6902 vfs_rmdir +EXPORT_SYMBOL vmlinux 0x97b4500c __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x97b666c7 call_usermodehelper_fns +EXPORT_SYMBOL vmlinux 0x97b99128 snd_card_file_remove +EXPORT_SYMBOL vmlinux 0x97c94e23 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x97d2844c dmam_release_declared_memory +EXPORT_SYMBOL vmlinux 0x97dbc795 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x97f225b8 dev_get_by_flags_rcu +EXPORT_SYMBOL vmlinux 0x97fc6ef1 __skb_get_rxhash +EXPORT_SYMBOL vmlinux 0x98082893 __copy_to_user +EXPORT_SYMBOL vmlinux 0x980c7623 inet_frags_exit_net +EXPORT_SYMBOL vmlinux 0x9820b644 warn_slowpath_fmt_taint +EXPORT_SYMBOL vmlinux 0x982d6edb mdiobus_read +EXPORT_SYMBOL vmlinux 0x983478f2 serio_close +EXPORT_SYMBOL vmlinux 0x98621349 d_prune_aliases +EXPORT_SYMBOL vmlinux 0x986e6135 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x9887cdee mmc_can_discard +EXPORT_SYMBOL vmlinux 0x989b15a7 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x98a19196 max8925_set_bits +EXPORT_SYMBOL vmlinux 0x98a6144b devm_iounmap +EXPORT_SYMBOL vmlinux 0x98fa21b0 mod_timer_pinned +EXPORT_SYMBOL vmlinux 0x98fb2d92 blk_queue_softirq_done +EXPORT_SYMBOL vmlinux 0x990ddfe8 poll_schedule_timeout +EXPORT_SYMBOL vmlinux 0x99156ae2 inet_del_protocol +EXPORT_SYMBOL vmlinux 0x9917b03b dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x995113e0 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x99591a7a ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x996c4d30 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x99834707 tty_port_init +EXPORT_SYMBOL vmlinux 0x9987fc5c __alloc_skb +EXPORT_SYMBOL vmlinux 0x9994c0ca ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x999c3148 __raw_readsb +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99b7f5ab scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x99bb8806 memmove +EXPORT_SYMBOL vmlinux 0x99cdc86b sysctl_tcp_reordering +EXPORT_SYMBOL vmlinux 0x99d71967 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x99d7da98 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x99f10d5a nf_afinfo +EXPORT_SYMBOL vmlinux 0x99f55d0a ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x99f58330 lg_local_lock_cpu +EXPORT_SYMBOL vmlinux 0x9a0bc942 of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0x9a16102b jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval +EXPORT_SYMBOL vmlinux 0x9a252f06 dev_alert +EXPORT_SYMBOL vmlinux 0x9a37e5dd tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x9a828c05 vfs_link +EXPORT_SYMBOL vmlinux 0x9a8318ef v7_coherent_kern_range +EXPORT_SYMBOL vmlinux 0x9a87c2e7 i2c_master_recv +EXPORT_SYMBOL vmlinux 0x9a9fab5e nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x9ab06844 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x9ad40efb mpage_readpages +EXPORT_SYMBOL vmlinux 0x9aee1d28 snd_pcm_stop +EXPORT_SYMBOL vmlinux 0x9af1a6b0 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0x9af3cd65 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x9afb0a19 scsi_host_set_state +EXPORT_SYMBOL vmlinux 0x9b30edb4 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x9b388444 get_zeroed_page +EXPORT_SYMBOL vmlinux 0x9b45e2a8 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x9b4fede7 mmc_start_req +EXPORT_SYMBOL vmlinux 0x9b6473cc mmc_stop_bkops +EXPORT_SYMBOL vmlinux 0x9b6eb137 ksize +EXPORT_SYMBOL vmlinux 0x9b7a7768 make_bad_inode +EXPORT_SYMBOL vmlinux 0x9b8917ea scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x9b9e05f9 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x9ba7089d argv_split +EXPORT_SYMBOL vmlinux 0x9bce482f __release_region +EXPORT_SYMBOL vmlinux 0x9bdf4c87 request_key_async_with_auxdata +EXPORT_SYMBOL vmlinux 0x9bdfd47c kmap_high +EXPORT_SYMBOL vmlinux 0x9be7bde4 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x9bf62a28 elevator_init +EXPORT_SYMBOL vmlinux 0x9c0bd51f _raw_spin_lock +EXPORT_SYMBOL vmlinux 0x9c3737fc __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x9c3c222c mii_check_gmii_support +EXPORT_SYMBOL vmlinux 0x9c7077bd enable_hlt +EXPORT_SYMBOL vmlinux 0x9c74cf20 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x9c753041 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x9c984c39 phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x9c9ec2a0 proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cb96e92 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0x9cd60539 sg_free_table +EXPORT_SYMBOL vmlinux 0x9cdef4fa scsi_host_put +EXPORT_SYMBOL vmlinux 0x9ce02420 blk_end_request_all +EXPORT_SYMBOL vmlinux 0x9ceb163c memcpy_toiovec +EXPORT_SYMBOL vmlinux 0x9cec7796 create_syslog_header +EXPORT_SYMBOL vmlinux 0x9ceec5ec input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x9cfd56c5 scsi_print_status +EXPORT_SYMBOL vmlinux 0x9d10f930 usb_get_phy +EXPORT_SYMBOL vmlinux 0x9d13b087 get_user_pages +EXPORT_SYMBOL vmlinux 0x9d3aa376 blk_iopoll_init +EXPORT_SYMBOL vmlinux 0x9d52d0e0 kill_litter_super +EXPORT_SYMBOL vmlinux 0x9d669763 memcpy +EXPORT_SYMBOL vmlinux 0x9d8a536a fput +EXPORT_SYMBOL vmlinux 0x9d92f6e8 kernel_listen +EXPORT_SYMBOL vmlinux 0x9da01691 schedule_delayed_work +EXPORT_SYMBOL vmlinux 0x9da1e470 drop_nlink +EXPORT_SYMBOL vmlinux 0x9da706fe dm_io +EXPORT_SYMBOL vmlinux 0x9dea3228 generic_file_fsync +EXPORT_SYMBOL vmlinux 0x9e074fc7 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e1f1bd6 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x9e2000a7 memcpy_toiovecend +EXPORT_SYMBOL vmlinux 0x9e479876 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e607910 audit_log +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL vmlinux 0x9e715339 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x9e7a550e iget5_locked +EXPORT_SYMBOL vmlinux 0x9e9f1714 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0x9ea6e78b block_invalidatepage +EXPORT_SYMBOL vmlinux 0x9eafa8a1 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x9eb1c477 phy_stop +EXPORT_SYMBOL vmlinux 0x9ecc6a7a interruptible_sleep_on +EXPORT_SYMBOL vmlinux 0x9ed685ee iov_iter_advance +EXPORT_SYMBOL vmlinux 0x9f05a6a2 edac_mc_find +EXPORT_SYMBOL vmlinux 0x9f2bdaac __bitmap_or +EXPORT_SYMBOL vmlinux 0x9f2f093e security_task_getsecid +EXPORT_SYMBOL vmlinux 0x9f2fd6f3 mmc_power_save_host +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f48fc69 sg_miter_stop +EXPORT_SYMBOL vmlinux 0x9f491e5d ftrace_print_symbols_seq_u64 +EXPORT_SYMBOL vmlinux 0x9f5b1194 fd_install +EXPORT_SYMBOL vmlinux 0x9f5d7621 snd_pcm_release_substream +EXPORT_SYMBOL vmlinux 0x9f61e6bb d_validate +EXPORT_SYMBOL vmlinux 0x9f662c2d netdev_emerg +EXPORT_SYMBOL vmlinux 0x9f668b7d xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x9f823cea dispc_mgr_is_enabled +EXPORT_SYMBOL vmlinux 0x9f976803 free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9fb3dd30 memcpy_fromiovec +EXPORT_SYMBOL vmlinux 0x9fcf0c27 kernel_bind +EXPORT_SYMBOL vmlinux 0x9fd26256 scsi_free_host_dev +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9feb562f mpage_writepage +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa012cccc set_create_files_as +EXPORT_SYMBOL vmlinux 0xa03cec94 mmc_gpio_free_ro +EXPORT_SYMBOL vmlinux 0xa04a01bd qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xa0515037 mmc_remove_host +EXPORT_SYMBOL vmlinux 0xa05c03df mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xa06bd84a serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0xa06df9e1 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0xa074a3e8 input_inject_event +EXPORT_SYMBOL vmlinux 0xa07ed110 xz_dec_init +EXPORT_SYMBOL vmlinux 0xa0aae687 imx_ssi_fiq_end +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0c1554c nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0xa0c9d018 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0xa0ce8e51 __mem_cgroup_count_vm_event +EXPORT_SYMBOL vmlinux 0xa0ceef51 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0xa0d5d426 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0xa0db1cca lro_flush_all +EXPORT_SYMBOL vmlinux 0xa0f998ba icmpv6_send +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa0fe6ca5 md_unregister_thread +EXPORT_SYMBOL vmlinux 0xa1020414 padata_alloc +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa110c934 ns_capable +EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xa1415618 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0xa1460793 arp_send +EXPORT_SYMBOL vmlinux 0xa14f3d8c ewma_add +EXPORT_SYMBOL vmlinux 0xa152fe50 bioset_free +EXPORT_SYMBOL vmlinux 0xa18fcd66 skb_seq_read +EXPORT_SYMBOL vmlinux 0xa198437b blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0xa1b759ce fb_add_videomode +EXPORT_SYMBOL vmlinux 0xa1c5a3b3 cleancache_enabled +EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched +EXPORT_SYMBOL vmlinux 0xa1d55e90 _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0xa1d6d7d4 devm_request_and_ioremap +EXPORT_SYMBOL vmlinux 0xa1de83b1 tcp_child_process +EXPORT_SYMBOL vmlinux 0xa1e64c40 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0xa1f0ebea bit_waitqueue +EXPORT_SYMBOL vmlinux 0xa1f2a055 try_to_release_page +EXPORT_SYMBOL vmlinux 0xa1f3f391 skb_unlink +EXPORT_SYMBOL vmlinux 0xa20584af of_match_device +EXPORT_SYMBOL vmlinux 0xa20ce1b8 net_msg_warn +EXPORT_SYMBOL vmlinux 0xa22de14d scsi_get_host_dev +EXPORT_SYMBOL vmlinux 0xa250c838 param_get_charp +EXPORT_SYMBOL vmlinux 0xa25a8f5c page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0xa2708071 generic_pipe_buf_map +EXPORT_SYMBOL vmlinux 0xa271107a __blk_run_queue +EXPORT_SYMBOL vmlinux 0xa272b8c8 invalidate_partition +EXPORT_SYMBOL vmlinux 0xa273546a tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0xa2848c50 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0xa2a5fd77 inet_ehash_secret +EXPORT_SYMBOL vmlinux 0xa2b96bfd jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0xa2e317ff phy_init_eee +EXPORT_SYMBOL vmlinux 0xa2e5c026 blk_delay_queue +EXPORT_SYMBOL vmlinux 0xa2ef34d7 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xa2f6320a d_instantiate_unique +EXPORT_SYMBOL vmlinux 0xa2f6839b nf_hook_slow +EXPORT_SYMBOL vmlinux 0xa30bd979 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xa31a3ce4 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0xa31a6827 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0xa336feb7 nand_manuf_ids +EXPORT_SYMBOL vmlinux 0xa33d0722 cad_pid +EXPORT_SYMBOL vmlinux 0xa34f1ef5 crc32_le +EXPORT_SYMBOL vmlinux 0xa35444e4 dispc_write_irqenable +EXPORT_SYMBOL vmlinux 0xa35de80f ipv4_config +EXPORT_SYMBOL vmlinux 0xa3652647 pid_task +EXPORT_SYMBOL vmlinux 0xa368c4ea sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0xa381944f dql_reset +EXPORT_SYMBOL vmlinux 0xa39bb879 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0xa3c647a8 iterate_fd +EXPORT_SYMBOL vmlinux 0xa3c8fad8 sock_rfree +EXPORT_SYMBOL vmlinux 0xa3d0d01f scm_fp_dup +EXPORT_SYMBOL vmlinux 0xa3de3a1b ilookup5_nowait +EXPORT_SYMBOL vmlinux 0xa3e8eaa6 wait_on_sync_kiocb +EXPORT_SYMBOL vmlinux 0xa3f35bf5 rwsem_is_locked +EXPORT_SYMBOL vmlinux 0xa3f9a09e dma_release_from_coherent +EXPORT_SYMBOL vmlinux 0xa408925b snd_pcm_hw_constraint_integer +EXPORT_SYMBOL vmlinux 0xa41178a8 idr_pre_get +EXPORT_SYMBOL vmlinux 0xa414882d add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xa423c72c fsync_bdev +EXPORT_SYMBOL vmlinux 0xa43b1297 vscnprintf +EXPORT_SYMBOL vmlinux 0xa43b9539 memcpy_fromiovecend +EXPORT_SYMBOL vmlinux 0xa44cfb75 flush_dcache_page +EXPORT_SYMBOL vmlinux 0xa4610bc6 omap_rev +EXPORT_SYMBOL vmlinux 0xa4701e9e timekeeping_inject_offset +EXPORT_SYMBOL vmlinux 0xa470f7ad nonseekable_open +EXPORT_SYMBOL vmlinux 0xa48d9258 fsnotify_alloc_group +EXPORT_SYMBOL vmlinux 0xa48f5b09 omap_dma_set_global_params +EXPORT_SYMBOL vmlinux 0xa4a5fe11 noop_fsync +EXPORT_SYMBOL vmlinux 0xa4b42c55 omap_set_dma_priority +EXPORT_SYMBOL vmlinux 0xa4b746b9 __neigh_create +EXPORT_SYMBOL vmlinux 0xa4b96ec2 task_nice +EXPORT_SYMBOL vmlinux 0xa4da83e0 dmam_alloc_noncoherent +EXPORT_SYMBOL vmlinux 0xa4e3c1dc mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0xa4f05ca9 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa56f8dfd find_vma +EXPORT_SYMBOL vmlinux 0xa576eeff fget_light +EXPORT_SYMBOL vmlinux 0xa577a850 param_get_short +EXPORT_SYMBOL vmlinux 0xa5863497 filemap_flush +EXPORT_SYMBOL vmlinux 0xa58fea9d mempool_destroy +EXPORT_SYMBOL vmlinux 0xa598e29c vesa_modes +EXPORT_SYMBOL vmlinux 0xa59ca19d inode_permission +EXPORT_SYMBOL vmlinux 0xa5ac6f53 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0xa5cef8ad release_resource +EXPORT_SYMBOL vmlinux 0xa5dd45f3 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0xa5f5fd5c of_find_i2c_device_by_node +EXPORT_SYMBOL vmlinux 0xa612d024 mdiobus_free +EXPORT_SYMBOL vmlinux 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL vmlinux 0xa61e4362 omap_request_dma +EXPORT_SYMBOL vmlinux 0xa63d85ab slhc_remember +EXPORT_SYMBOL vmlinux 0xa6456661 tcf_action_exec +EXPORT_SYMBOL vmlinux 0xa64a4cea usb_nop_xceiv_unregister +EXPORT_SYMBOL vmlinux 0xa66627b3 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0xa6715115 do_settimeofday +EXPORT_SYMBOL vmlinux 0xa675804c utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa6968c0f uart_update_timeout +EXPORT_SYMBOL vmlinux 0xa6970398 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0xa6b327ae bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xa6bab23d dqstats +EXPORT_SYMBOL vmlinux 0xa6fd3320 vfs_create +EXPORT_SYMBOL vmlinux 0xa70a1cfe max8998_bulk_write +EXPORT_SYMBOL vmlinux 0xa7197c0d clear_bdi_congested +EXPORT_SYMBOL vmlinux 0xa719a253 kernel_getpeername +EXPORT_SYMBOL vmlinux 0xa72c005b dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0xa734a3e9 abort_exclusive_wait +EXPORT_SYMBOL vmlinux 0xa735db59 prandom_u32 +EXPORT_SYMBOL vmlinux 0xa74f87f6 seq_bitmap +EXPORT_SYMBOL vmlinux 0xa75e5f7f snd_card_file_add +EXPORT_SYMBOL vmlinux 0xa761a2c0 sys_imageblit +EXPORT_SYMBOL vmlinux 0xa7a3ed89 do_splice_direct +EXPORT_SYMBOL vmlinux 0xa7a45ac5 dquot_scan_active +EXPORT_SYMBOL vmlinux 0xa7afcaae input_register_handler +EXPORT_SYMBOL vmlinux 0xa7c65702 register_netdev +EXPORT_SYMBOL vmlinux 0xa7cd65c2 phy_connect +EXPORT_SYMBOL vmlinux 0xa7d6bb3a tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0xa7dea18c dev_mc_del +EXPORT_SYMBOL vmlinux 0xa805ece5 security_path_rmdir +EXPORT_SYMBOL vmlinux 0xa808bcb8 vexpress_config_wait +EXPORT_SYMBOL vmlinux 0xa8193457 clear_nlink +EXPORT_SYMBOL vmlinux 0xa8232c78 strtobool +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa84a61f6 bitmap_start_sync +EXPORT_SYMBOL vmlinux 0xa84b9a24 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0xa8721b97 system_state +EXPORT_SYMBOL vmlinux 0xa87e117f softnet_data +EXPORT_SYMBOL vmlinux 0xa894e9fb dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0xa8b21338 scsi_prep_state_check +EXPORT_SYMBOL vmlinux 0xa8e01533 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0xa8efcaee skb_queue_purge +EXPORT_SYMBOL vmlinux 0xa8fef7bb security_unix_may_send +EXPORT_SYMBOL vmlinux 0xa9041860 of_dev_get +EXPORT_SYMBOL vmlinux 0xa9147a5c seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0xa915c2a3 blk_fetch_request +EXPORT_SYMBOL vmlinux 0xa919d12a dcache_dir_close +EXPORT_SYMBOL vmlinux 0xa92a4598 set_bh_page +EXPORT_SYMBOL vmlinux 0xa93353b0 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0xa9341b71 elv_unregister_queue +EXPORT_SYMBOL vmlinux 0xa937ad23 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0xa93c91fa dev_mc_sync +EXPORT_SYMBOL vmlinux 0xa9559063 usb_add_phy +EXPORT_SYMBOL vmlinux 0xa962272b __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0xa964dd13 gpmc_cs_request +EXPORT_SYMBOL vmlinux 0xa9a0a7d8 seq_bitmap_list +EXPORT_SYMBOL vmlinux 0xa9a69a67 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0xa9b582be dquot_free_inode +EXPORT_SYMBOL vmlinux 0xa9c52f01 fget_raw +EXPORT_SYMBOL vmlinux 0xa9e18d16 nand_bch_calculate_ecc +EXPORT_SYMBOL vmlinux 0xa9effda5 __first_cpu +EXPORT_SYMBOL vmlinux 0xa9f752b3 dma_find_channel +EXPORT_SYMBOL vmlinux 0xaa3a1952 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xaa5927f9 scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0xaa61eacb scsi_register_driver +EXPORT_SYMBOL vmlinux 0xaa6901ac __kfifo_out_r +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa8a24d0 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xaa900274 eth_header_cache +EXPORT_SYMBOL vmlinux 0xaa9f273b __block_write_begin +EXPORT_SYMBOL vmlinux 0xaab25776 bio_flush_dcache_pages +EXPORT_SYMBOL vmlinux 0xaac401bb __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaaeff926 mount_single +EXPORT_SYMBOL vmlinux 0xaaf6582f skb_copy_bits +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab1be6a4 i2c_clients_command +EXPORT_SYMBOL vmlinux 0xab1d6cc1 param_get_long +EXPORT_SYMBOL vmlinux 0xab3590a8 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0xab546b14 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab612732 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0xab6430af dss_install_mgr_ops +EXPORT_SYMBOL vmlinux 0xab6765bc input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0xab694444 bsearch +EXPORT_SYMBOL vmlinux 0xab6bde28 sysctl_max_syn_backlog +EXPORT_SYMBOL vmlinux 0xab7603e7 imx_ssi_fiq_start +EXPORT_SYMBOL vmlinux 0xab8ab097 __sb_end_write +EXPORT_SYMBOL vmlinux 0xabb6f8f5 remove_proc_entry +EXPORT_SYMBOL vmlinux 0xabcaa577 free_anon_bdev +EXPORT_SYMBOL vmlinux 0xabd0c91c rtc_time_to_tm +EXPORT_SYMBOL vmlinux 0xabf698d3 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0xabfbe272 bprm_change_interp +EXPORT_SYMBOL vmlinux 0xac0ba8c1 blk_iopoll_disable +EXPORT_SYMBOL vmlinux 0xac0e78d7 scsi_finish_command +EXPORT_SYMBOL vmlinux 0xac2493db qdisc_list_del +EXPORT_SYMBOL vmlinux 0xac43ad4d tcf_exts_change +EXPORT_SYMBOL vmlinux 0xac57b4d2 i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0xac5aad80 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xac6855b0 gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xac8f37b2 outer_cache +EXPORT_SYMBOL vmlinux 0xacb065b0 uart_suspend_port +EXPORT_SYMBOL vmlinux 0xacb2f73c sock_no_listen +EXPORT_SYMBOL vmlinux 0xaccabc6a in4_pton +EXPORT_SYMBOL vmlinux 0xacd0a79a of_gpio_named_count +EXPORT_SYMBOL vmlinux 0xacd54376 dentry_update_name_case +EXPORT_SYMBOL vmlinux 0xacddbaa3 mmc_try_claim_host +EXPORT_SYMBOL vmlinux 0xacde6340 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0xacec9262 file_ns_capable +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xad026e4b bio_integrity_prep +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad069afc tcf_hash_search +EXPORT_SYMBOL vmlinux 0xad15b9cc unregister_cdrom +EXPORT_SYMBOL vmlinux 0xad1cc434 unlink_framebuffer +EXPORT_SYMBOL vmlinux 0xad231f71 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0xad2379ad blk_execute_rq +EXPORT_SYMBOL vmlinux 0xad2d6231 prepare_binprm +EXPORT_SYMBOL vmlinux 0xad449fca jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0xad466ade xfrm_state_walk +EXPORT_SYMBOL vmlinux 0xad59b979 snd_add_device_sysfs_file +EXPORT_SYMBOL vmlinux 0xad5e1ca6 nla_put +EXPORT_SYMBOL vmlinux 0xad79663c mmc_release_host +EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event +EXPORT_SYMBOL vmlinux 0xad853923 mii_link_ok +EXPORT_SYMBOL vmlinux 0xad8b4cac scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0xad8dc438 snd_pcm_limit_hw_rates +EXPORT_SYMBOL vmlinux 0xadaa2657 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0xadb5559d param_ops_byte +EXPORT_SYMBOL vmlinux 0xadd1796a xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0xaddcde7c get_unmapped_area +EXPORT_SYMBOL vmlinux 0xade88e76 snd_malloc_pages +EXPORT_SYMBOL vmlinux 0xadf42bd5 __request_region +EXPORT_SYMBOL vmlinux 0xadff341f kernel_sock_ioctl +EXPORT_SYMBOL vmlinux 0xadffe37f padata_alloc_possible +EXPORT_SYMBOL vmlinux 0xae064509 inet_getname +EXPORT_SYMBOL vmlinux 0xae0f8a39 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0xae1f990b devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0xae589345 vfs_writev +EXPORT_SYMBOL vmlinux 0xae5a5a19 set_groups +EXPORT_SYMBOL vmlinux 0xae729e59 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0xae7b4927 journal_abort +EXPORT_SYMBOL vmlinux 0xaea9ed74 __vlan_find_dev_deep +EXPORT_SYMBOL vmlinux 0xaec4353a dcb_setapp +EXPORT_SYMBOL vmlinux 0xaec655c7 alloc_pages_exact +EXPORT_SYMBOL vmlinux 0xaedc6e85 simple_link +EXPORT_SYMBOL vmlinux 0xaee7e2f5 mmc_gpio_request_cd +EXPORT_SYMBOL vmlinux 0xaeec7145 dev_err +EXPORT_SYMBOL vmlinux 0xaeefbeed kset_unregister +EXPORT_SYMBOL vmlinux 0xaf234635 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0xaf278b39 d_invalidate +EXPORT_SYMBOL vmlinux 0xaf2b84bc mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf50e76d elf_set_personality +EXPORT_SYMBOL vmlinux 0xaf5f7994 remove_conflicting_framebuffers +EXPORT_SYMBOL vmlinux 0xaf6bc8c8 dev_emerg +EXPORT_SYMBOL vmlinux 0xaf77cee6 cdev_add +EXPORT_SYMBOL vmlinux 0xaf7b583f blk_rq_init +EXPORT_SYMBOL vmlinux 0xaf7f4c15 qdisc_destroy +EXPORT_SYMBOL vmlinux 0xaf8aa518 system_rev +EXPORT_SYMBOL vmlinux 0xaf91d89f __kernel_param_lock +EXPORT_SYMBOL vmlinux 0xafbaca0a security_path_mkdir +EXPORT_SYMBOL vmlinux 0xafc4c18e serio_reconnect +EXPORT_SYMBOL vmlinux 0xafcc0696 blk_end_request_cur +EXPORT_SYMBOL vmlinux 0xafd110cc skb_tx_error +EXPORT_SYMBOL vmlinux 0xafddb053 ppp_unit_number +EXPORT_SYMBOL vmlinux 0xaffd72b1 dev_load +EXPORT_SYMBOL vmlinux 0xaffef3a9 mmc_card_can_sleep +EXPORT_SYMBOL vmlinux 0xb012ac87 kern_path +EXPORT_SYMBOL vmlinux 0xb04cf0fe lg_local_unlock +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb08315cc security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0ad49c1 vfs_mkdir +EXPORT_SYMBOL vmlinux 0xb0b847ac __bitmap_full +EXPORT_SYMBOL vmlinux 0xb0c43117 bio_map_user +EXPORT_SYMBOL vmlinux 0xb0d9e561 elv_rb_former_request +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0e26573 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0xb0e8761b pagecache_write_begin +EXPORT_SYMBOL vmlinux 0xb0f0e951 tty_free_termios +EXPORT_SYMBOL vmlinux 0xb0f1dbd2 skb_dequeue +EXPORT_SYMBOL vmlinux 0xb0f48b1b dev_uc_unsync +EXPORT_SYMBOL vmlinux 0xb0ffda2f blk_limits_max_hw_sectors +EXPORT_SYMBOL vmlinux 0xb1022e31 __brelse +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb12822a5 xfrm6_prepare_output +EXPORT_SYMBOL vmlinux 0xb158e0c8 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0xb16ed46a snd_pcm_lib_read +EXPORT_SYMBOL vmlinux 0xb19760c3 bitmap_onto +EXPORT_SYMBOL vmlinux 0xb19d7e97 omap_dss_get_overlay_manager +EXPORT_SYMBOL vmlinux 0xb1a9a622 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0xb1ad28e0 __gnu_mcount_nc +EXPORT_SYMBOL vmlinux 0xb1b92d1b kmap_atomic +EXPORT_SYMBOL vmlinux 0xb1be0279 snd_pcm_new_internal +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1cf44df fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xb1d9aabd lg_local_unlock_cpu +EXPORT_SYMBOL vmlinux 0xb1e63347 generic_file_aio_write +EXPORT_SYMBOL vmlinux 0xb1e8d0b1 set_user_nice +EXPORT_SYMBOL vmlinux 0xb1ef6806 read_cache_page +EXPORT_SYMBOL vmlinux 0xb222b459 input_close_device +EXPORT_SYMBOL vmlinux 0xb22dd68a inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0xb23977cf sock_i_ino +EXPORT_SYMBOL vmlinux 0xb25117d9 input_register_handle +EXPORT_SYMBOL vmlinux 0xb264d2d1 mtd_concat_destroy +EXPORT_SYMBOL vmlinux 0xb2682405 utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0xb29e5244 empty_zero_page +EXPORT_SYMBOL vmlinux 0xb2b1492f snd_pcm_new_stream +EXPORT_SYMBOL vmlinux 0xb2b94674 __crc32c_le +EXPORT_SYMBOL vmlinux 0xb2be6e92 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xb2d307de param_ops_short +EXPORT_SYMBOL vmlinux 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL vmlinux 0xb2f87254 ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0xb3305d52 send_remote_softirq +EXPORT_SYMBOL vmlinux 0xb35ada34 journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0xb367c984 mxc_set_irq_fiq +EXPORT_SYMBOL vmlinux 0xb368e3bf inet_put_port +EXPORT_SYMBOL vmlinux 0xb3c53176 tcp_proc_unregister +EXPORT_SYMBOL vmlinux 0xb3cea366 iov_iter_copy_from_user_atomic +EXPORT_SYMBOL vmlinux 0xb3d4d37e __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0xb3d92b07 journal_check_available_features +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb40fd820 __nlmsg_put +EXPORT_SYMBOL vmlinux 0xb41443ee cfb_copyarea +EXPORT_SYMBOL vmlinux 0xb41d5f8b write_one_page +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb4390f9a mcount +EXPORT_SYMBOL vmlinux 0xb44395bc blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xb455b4bd I_BDEV +EXPORT_SYMBOL vmlinux 0xb4709322 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0xb4857967 omapdss_sdi_set_timings +EXPORT_SYMBOL vmlinux 0xb492848e blk_start_request +EXPORT_SYMBOL vmlinux 0xb49ea57d tcp_sendmsg +EXPORT_SYMBOL vmlinux 0xb4b2d3e5 sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0xb4b94377 __nand_correct_data +EXPORT_SYMBOL vmlinux 0xb4be383b blk_end_request +EXPORT_SYMBOL vmlinux 0xb4c8f38a omap_dma_chain_status +EXPORT_SYMBOL vmlinux 0xb4e0d2e2 get_super_thawed +EXPORT_SYMBOL vmlinux 0xb5117f8f blk_queue_start_tag +EXPORT_SYMBOL vmlinux 0xb54088a3 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0xb542e142 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0xb54533f7 usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xb5523afb filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0xb562c772 omap_dss_register_driver +EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5bd6f88 km_new_mapping +EXPORT_SYMBOL vmlinux 0xb5c5f49b genl_register_mc_group +EXPORT_SYMBOL vmlinux 0xb5c77c20 dm_get_mapinfo +EXPORT_SYMBOL vmlinux 0xb5ca1c46 slhc_free +EXPORT_SYMBOL vmlinux 0xb5cd1691 vexpress_config_complete +EXPORT_SYMBOL vmlinux 0xb5d9454c printk_emit +EXPORT_SYMBOL vmlinux 0xb5e62513 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0xb60fc5a3 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0xb614aee6 journal_invalidatepage +EXPORT_SYMBOL vmlinux 0xb636a110 vmap +EXPORT_SYMBOL vmlinux 0xb6389395 nand_bch_init +EXPORT_SYMBOL vmlinux 0xb642bc35 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb6822a33 radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0xb6896671 crc_t10dif +EXPORT_SYMBOL vmlinux 0xb689e373 thermal_generate_netlink_event +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb6a61a86 qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit +EXPORT_SYMBOL vmlinux 0xb6c5a973 scsi_show_result +EXPORT_SYMBOL vmlinux 0xb6c8614f mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0xb6d20613 sk_common_release +EXPORT_SYMBOL vmlinux 0xb6eb589c iterate_mounts +EXPORT_SYMBOL vmlinux 0xb6f37699 mmc_power_restore_host +EXPORT_SYMBOL vmlinux 0xb6f85708 block_write_begin +EXPORT_SYMBOL vmlinux 0xb71fb74f _raw_read_trylock +EXPORT_SYMBOL vmlinux 0xb725c22b tty_unthrottle +EXPORT_SYMBOL vmlinux 0xb772ce7c unregister_con_driver +EXPORT_SYMBOL vmlinux 0xb78c47a2 open_exec +EXPORT_SYMBOL vmlinux 0xb793c651 set_anon_super +EXPORT_SYMBOL vmlinux 0xb7a03f48 kernel_accept +EXPORT_SYMBOL vmlinux 0xb7a60a49 backlight_force_update +EXPORT_SYMBOL vmlinux 0xb7b61546 crc32_be +EXPORT_SYMBOL vmlinux 0xb7ba76c7 __aeabi_unwind_cpp_pr2 +EXPORT_SYMBOL vmlinux 0xb7cca2c9 journal_load +EXPORT_SYMBOL vmlinux 0xb7f613ad rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0xb8030149 register_console +EXPORT_SYMBOL vmlinux 0xb81960ca snprintf +EXPORT_SYMBOL vmlinux 0xb82a0fd8 pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0xb835b3e4 radix_tree_prev_hole +EXPORT_SYMBOL vmlinux 0xb8642322 aio_complete +EXPORT_SYMBOL vmlinux 0xb88c0a15 thermal_cooling_device_register +EXPORT_SYMBOL vmlinux 0xb89ea647 write_cache_pages +EXPORT_SYMBOL vmlinux 0xb8a86297 get_phy_device +EXPORT_SYMBOL vmlinux 0xb8aa2342 __check_region +EXPORT_SYMBOL vmlinux 0xb8aa5007 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0xb8b249e3 tcp_sendpage +EXPORT_SYMBOL vmlinux 0xb8d4d3d1 sock_release +EXPORT_SYMBOL vmlinux 0xb8e877e7 kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0xb8e9afd9 qdisc_watchdog_schedule +EXPORT_SYMBOL vmlinux 0xb90cb878 thermal_zone_device_update +EXPORT_SYMBOL vmlinux 0xb940e8e1 ipv6_select_ident +EXPORT_SYMBOL vmlinux 0xb95f98d6 _memset_io +EXPORT_SYMBOL vmlinux 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL vmlinux 0xb9748398 bio_get_nr_vecs +EXPORT_SYMBOL vmlinux 0xb979dff1 snd_ctl_notify +EXPORT_SYMBOL vmlinux 0xb986eb43 tc6393xb_lcd_set_power +EXPORT_SYMBOL vmlinux 0xb98a0185 rtc_tm_to_time +EXPORT_SYMBOL vmlinux 0xb9a7158e snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL vmlinux 0xb9a8f03b omap_stop_dma +EXPORT_SYMBOL vmlinux 0xb9acd3d9 __put_user_2 +EXPORT_SYMBOL vmlinux 0xb9b82259 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0xb9f5955f security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0xba0e3efc vfs_symlink +EXPORT_SYMBOL vmlinux 0xba2a9153 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xba2c3956 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0xba329851 lock_rename +EXPORT_SYMBOL vmlinux 0xba351c51 phy_attach +EXPORT_SYMBOL vmlinux 0xba390975 generic_ro_fops +EXPORT_SYMBOL vmlinux 0xba3f7412 unregister_mtd_chip_driver +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba7d870a __mxc_cpu_type +EXPORT_SYMBOL vmlinux 0xba81112c qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0xba8a1673 generic_file_llseek +EXPORT_SYMBOL vmlinux 0xba8a42fc sock_no_shutdown +EXPORT_SYMBOL vmlinux 0xba910acf pwmss_submodule_state_change +EXPORT_SYMBOL vmlinux 0xbaac427c get_mem_type +EXPORT_SYMBOL vmlinux 0xbaaeeb25 blk_queue_init_tags +EXPORT_SYMBOL vmlinux 0xbab9210a udp_lib_rehash +EXPORT_SYMBOL vmlinux 0xbacb5cfe bitmap_end_sync +EXPORT_SYMBOL vmlinux 0xbacc7604 skb_find_text +EXPORT_SYMBOL vmlinux 0xbaeffa05 qid_eq +EXPORT_SYMBOL vmlinux 0xbafeee36 dispc_runtime_get +EXPORT_SYMBOL vmlinux 0xbb064a59 get_io_context +EXPORT_SYMBOL vmlinux 0xbb104480 xfrm4_rcv +EXPORT_SYMBOL vmlinux 0xbb189cad disallow_signal +EXPORT_SYMBOL vmlinux 0xbb5d343d xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xbb713e6d sk_filter_release_rcu +EXPORT_SYMBOL vmlinux 0xbb72d4fe __put_user_1 +EXPORT_SYMBOL vmlinux 0xbb99125c get_default_font +EXPORT_SYMBOL vmlinux 0xbb9a75ac tcp_proc_register +EXPORT_SYMBOL vmlinux 0xbbb85f92 scsi_setup_blk_pc_cmnd +EXPORT_SYMBOL vmlinux 0xbbf5e5ea nand_scan_bbt +EXPORT_SYMBOL vmlinux 0xbbfcbe25 thermal_cdev_update +EXPORT_SYMBOL vmlinux 0xbc0e9969 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0xbc10dd97 __put_user_4 +EXPORT_SYMBOL vmlinux 0xbc11db30 clk_get +EXPORT_SYMBOL vmlinux 0xbc3f4313 inet_frags_fini +EXPORT_SYMBOL vmlinux 0xbc4ef630 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0xbc8026d0 __frontswap_load +EXPORT_SYMBOL vmlinux 0xbcc1e5d2 devm_clk_put +EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user +EXPORT_SYMBOL vmlinux 0xbcd27d3c bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0xbcde4df8 napi_gro_flush +EXPORT_SYMBOL vmlinux 0xbcea6b53 inet6_protos +EXPORT_SYMBOL vmlinux 0xbcfb128d dev_printk_emit +EXPORT_SYMBOL vmlinux 0xbd019d2d dev_addr_flush +EXPORT_SYMBOL vmlinux 0xbd0fa079 fs_bio_set +EXPORT_SYMBOL vmlinux 0xbd139f1b tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0xbd2f49e9 sock_wake_async +EXPORT_SYMBOL vmlinux 0xbd55dc24 neigh_ifdown +EXPORT_SYMBOL vmlinux 0xbd93d13e phy_start_aneg +EXPORT_SYMBOL vmlinux 0xbd96c85a vexpress_config_write +EXPORT_SYMBOL vmlinux 0xbdac8432 netif_device_detach +EXPORT_SYMBOL vmlinux 0xbdad7be6 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0xbdbe7378 cookie_check_timestamp +EXPORT_SYMBOL vmlinux 0xbdf2580d __raw_readsl +EXPORT_SYMBOL vmlinux 0xbdffa0ba single_release +EXPORT_SYMBOL vmlinux 0xbe0e5118 nla_memcmp +EXPORT_SYMBOL vmlinux 0xbe254e92 param_set_ushort +EXPORT_SYMBOL vmlinux 0xbe2c0274 add_timer +EXPORT_SYMBOL vmlinux 0xbe619ddd register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xbe63ee40 request_resource +EXPORT_SYMBOL vmlinux 0xbe7aad84 uart_match_port +EXPORT_SYMBOL vmlinux 0xbe8860a8 dispc_mgr_go_busy +EXPORT_SYMBOL vmlinux 0xbe8fb90c dispc_mgr_get_framedone_irq +EXPORT_SYMBOL vmlinux 0xbe9caf06 mb_cache_shrink +EXPORT_SYMBOL vmlinux 0xbeac7092 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0xbeb43d74 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0xbebeb9af skb_queue_head +EXPORT_SYMBOL vmlinux 0xbed4d39e bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0xbee90f2f __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbf115378 generic_read_dir +EXPORT_SYMBOL vmlinux 0xbf161b59 kick_iocb +EXPORT_SYMBOL vmlinux 0xbf42ee05 end_page_writeback +EXPORT_SYMBOL vmlinux 0xbf6fe3fd delete_from_page_cache +EXPORT_SYMBOL vmlinux 0xbf7fd2f5 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0xbf8ba54a vprintk +EXPORT_SYMBOL vmlinux 0xbf908f74 __bio_clone +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbfa1a9cb omapdss_sdi_set_datapairs +EXPORT_SYMBOL vmlinux 0xbfbe0f78 revalidate_disk +EXPORT_SYMBOL vmlinux 0xbfc407b4 param_ops_bint +EXPORT_SYMBOL vmlinux 0xbfcbc0d2 stmp_reset_block +EXPORT_SYMBOL vmlinux 0xbfdc77aa snd_ctl_remove_id +EXPORT_SYMBOL vmlinux 0xbfdfb54f kset_register +EXPORT_SYMBOL vmlinux 0xbfecec72 __quota_error +EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer +EXPORT_SYMBOL vmlinux 0xbff9b89f textsearch_prepare +EXPORT_SYMBOL vmlinux 0xbfff3522 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0xc001ec07 pneigh_enqueue +EXPORT_SYMBOL vmlinux 0xc003ca2f seq_lseek +EXPORT_SYMBOL vmlinux 0xc0101bcd mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0xc012b2ba drop_super +EXPORT_SYMBOL vmlinux 0xc02cf69b clkdev_drop +EXPORT_SYMBOL vmlinux 0xc04848fb mntput +EXPORT_SYMBOL vmlinux 0xc04f351d dquot_release +EXPORT_SYMBOL vmlinux 0xc056420b __nla_reserve +EXPORT_SYMBOL vmlinux 0xc0566844 inet_addr_type +EXPORT_SYMBOL vmlinux 0xc068440e __kfifo_alloc +EXPORT_SYMBOL vmlinux 0xc06e0163 inode_dio_wait +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc0823e4c twl_i2c_write +EXPORT_SYMBOL vmlinux 0xc08ad65b ip_ct_attach +EXPORT_SYMBOL vmlinux 0xc09bcf27 blk_rq_map_user +EXPORT_SYMBOL vmlinux 0xc09d74e3 d_splice_alias +EXPORT_SYMBOL vmlinux 0xc0a6a8c5 omap_set_dma_dest_burst_mode +EXPORT_SYMBOL vmlinux 0xc0a98385 profile_pc +EXPORT_SYMBOL vmlinux 0xc0cf95f9 omap_vrfb_request_ctx +EXPORT_SYMBOL vmlinux 0xc101691b dev_printk +EXPORT_SYMBOL vmlinux 0xc11d8093 iov_shorten +EXPORT_SYMBOL vmlinux 0xc1202bf3 mount_ns +EXPORT_SYMBOL vmlinux 0xc129035e dentry_open +EXPORT_SYMBOL vmlinux 0xc12ec3a6 dns_query +EXPORT_SYMBOL vmlinux 0xc14e9882 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xc154f0f2 __pagevec_release +EXPORT_SYMBOL vmlinux 0xc1b3e541 blk_stop_queue +EXPORT_SYMBOL vmlinux 0xc1b77c6f tcf_exts_dump +EXPORT_SYMBOL vmlinux 0xc1c2dd09 __hw_addr_flush +EXPORT_SYMBOL vmlinux 0xc1d1b39b clear_inode +EXPORT_SYMBOL vmlinux 0xc1d38745 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0xc1e40c98 ppp_channel_index +EXPORT_SYMBOL vmlinux 0xc1f174b1 d_drop +EXPORT_SYMBOL vmlinux 0xc1f1953c omap_dss_get_overlay +EXPORT_SYMBOL vmlinux 0xc20751ed set_nlink +EXPORT_SYMBOL vmlinux 0xc214fa11 skb_make_writable +EXPORT_SYMBOL vmlinux 0xc2165d85 __arm_iounmap +EXPORT_SYMBOL vmlinux 0xc2290c69 ip6_frag_init +EXPORT_SYMBOL vmlinux 0xc22b50ad param_set_bint +EXPORT_SYMBOL vmlinux 0xc23769c3 neigh_lookup +EXPORT_SYMBOL vmlinux 0xc2469d14 snd_pcm_kernel_ioctl +EXPORT_SYMBOL vmlinux 0xc256e762 __bitmap_equal +EXPORT_SYMBOL vmlinux 0xc2911303 bioset_integrity_free +EXPORT_SYMBOL vmlinux 0xc2c65258 tcp_tso_segment +EXPORT_SYMBOL vmlinux 0xc2d711e1 krealloc +EXPORT_SYMBOL vmlinux 0xc2dda5f6 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0xc2ddf94c block_truncate_page +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2f9c045 timespec_to_jiffies +EXPORT_SYMBOL vmlinux 0xc3062941 cdrom_media_changed +EXPORT_SYMBOL vmlinux 0xc326d1a5 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0xc336a13b mutex_unlock +EXPORT_SYMBOL vmlinux 0xc33f8fdb __mmc_claim_host +EXPORT_SYMBOL vmlinux 0xc3446b4b km_query +EXPORT_SYMBOL vmlinux 0xc34ff0bb clocksource_change_rating +EXPORT_SYMBOL vmlinux 0xc359fb65 abort +EXPORT_SYMBOL vmlinux 0xc3903c98 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0xc3efa66e input_reset_device +EXPORT_SYMBOL vmlinux 0xc4114fc9 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0xc41f0516 node_states +EXPORT_SYMBOL vmlinux 0xc435c590 names_cachep +EXPORT_SYMBOL vmlinux 0xc44a554b inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0xc45365fa fsnotify_init_mark +EXPORT_SYMBOL vmlinux 0xc4865bb4 tty_hangup +EXPORT_SYMBOL vmlinux 0xc499ae1e kstrdup +EXPORT_SYMBOL vmlinux 0xc49bd2ac dquot_commit +EXPORT_SYMBOL vmlinux 0xc4ad8c2f gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0xc4c3f0eb con_set_default_unimap +EXPORT_SYMBOL vmlinux 0xc4ce3fe4 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0xc4dee96e start_tty +EXPORT_SYMBOL vmlinux 0xc4f94ffd inet_bind +EXPORT_SYMBOL vmlinux 0xc52da066 omap_set_dma_dest_params +EXPORT_SYMBOL vmlinux 0xc549f84f twl6040_reg_write +EXPORT_SYMBOL vmlinux 0xc5654947 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0xc58ce748 sg_miter_next +EXPORT_SYMBOL vmlinux 0xc58e942e _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL vmlinux 0xc5b5ac3a skb_gso_segment +EXPORT_SYMBOL vmlinux 0xc5b82b14 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0xc5c17525 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xc5eaad17 inet_sendpage +EXPORT_SYMBOL vmlinux 0xc5efc908 inode_claim_rsv_space +EXPORT_SYMBOL vmlinux 0xc5f6e574 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0xc6138a51 dentry_path_raw +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc63a08bf scsi_execute_req +EXPORT_SYMBOL vmlinux 0xc6421286 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0xc64ff941 dev_uc_add +EXPORT_SYMBOL vmlinux 0xc66052a7 kernel_getsockname +EXPORT_SYMBOL vmlinux 0xc663228d netdev_crit +EXPORT_SYMBOL vmlinux 0xc669499e writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0xc68a79c1 alloc_file +EXPORT_SYMBOL vmlinux 0xc68c9ba1 scsi_target_resume +EXPORT_SYMBOL vmlinux 0xc6a8dc34 ip_fragment +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6d7a5f6 __block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xc6dce7e3 abx500_get_register_page_interruptible +EXPORT_SYMBOL vmlinux 0xc6f18bff i2c_use_client +EXPORT_SYMBOL vmlinux 0xc6fc35cc mmc_alloc_host +EXPORT_SYMBOL vmlinux 0xc702156b param_get_ushort +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc724c432 bio_integrity_get_tag +EXPORT_SYMBOL vmlinux 0xc7278d34 omapdss_output_set_device +EXPORT_SYMBOL vmlinux 0xc728a1ad snd_timer_stop +EXPORT_SYMBOL vmlinux 0xc733a814 dev_get_by_index +EXPORT_SYMBOL vmlinux 0xc7343c53 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xc7345803 tty_kref_put +EXPORT_SYMBOL vmlinux 0xc7483f19 starget_for_each_device +EXPORT_SYMBOL vmlinux 0xc749d582 __scsi_add_device +EXPORT_SYMBOL vmlinux 0xc7577c98 devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0xc774aecc d_alloc_name +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc781c7f2 dget_parent +EXPORT_SYMBOL vmlinux 0xc78bfb6c __sk_dst_check +EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc +EXPORT_SYMBOL vmlinux 0xc79fdc49 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7b1ef0e phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0xc7b949d0 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0xc7bcbc8d add_wait_queue +EXPORT_SYMBOL vmlinux 0xc7c1dfde mfd_cell_enable +EXPORT_SYMBOL vmlinux 0xc7ec6c27 strspn +EXPORT_SYMBOL vmlinux 0xc80c1859 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0xc8198c6b blk_put_request +EXPORT_SYMBOL vmlinux 0xc8276a79 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xc82b343b sock_init_data +EXPORT_SYMBOL vmlinux 0xc8387f28 inet6_ioctl +EXPORT_SYMBOL vmlinux 0xc84559fa journal_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc85adddd gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0xc870f62d md_finish_reshape +EXPORT_SYMBOL vmlinux 0xc87823bf twl_i2c_read_u8 +EXPORT_SYMBOL vmlinux 0xc881f20b posix_lock_file +EXPORT_SYMBOL vmlinux 0xc8a16712 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0xc8b57c27 autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xc8b6b7cd fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0xc8bb707e ip6_route_output +EXPORT_SYMBOL vmlinux 0xc8d5eab3 iget_locked +EXPORT_SYMBOL vmlinux 0xc8daf1c4 sync_inode +EXPORT_SYMBOL vmlinux 0xc8ed6a5e max8998_read_reg +EXPORT_SYMBOL vmlinux 0xc8f36b20 kobject_init +EXPORT_SYMBOL vmlinux 0xc90a74f7 led_blink_set_oneshot +EXPORT_SYMBOL vmlinux 0xc94f933e skb_append_datato_frags +EXPORT_SYMBOL vmlinux 0xc96be69b scsi_report_opcode +EXPORT_SYMBOL vmlinux 0xc98a2fdc unregister_qdisc +EXPORT_SYMBOL vmlinux 0xc996d097 del_timer +EXPORT_SYMBOL vmlinux 0xc99b70d2 uart_resume_port +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9ad52b1 bio_phys_segments +EXPORT_SYMBOL vmlinux 0xc9d40f7b snd_card_register +EXPORT_SYMBOL vmlinux 0xc9db97d4 snd_cards +EXPORT_SYMBOL vmlinux 0xc9dec65a xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0xc9f72126 ioctl_by_bdev +EXPORT_SYMBOL vmlinux 0xca0c2bfd cdev_alloc +EXPORT_SYMBOL vmlinux 0xca18273c keyring_search +EXPORT_SYMBOL vmlinux 0xca5967e3 vm_stat +EXPORT_SYMBOL vmlinux 0xca5dbc50 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xca6ce8ba omap_dss_ntsc_timings +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xcab2dd70 inet_csk_accept +EXPORT_SYMBOL vmlinux 0xcad3564e vfs_write +EXPORT_SYMBOL vmlinux 0xcade4de5 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb07e4af tcf_hash_destroy +EXPORT_SYMBOL vmlinux 0xcb246efc netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0xcb2557ea kobject_add +EXPORT_SYMBOL vmlinux 0xcb466063 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0xcb596d47 wireless_send_event +EXPORT_SYMBOL vmlinux 0xcb7131fb fb_get_options +EXPORT_SYMBOL vmlinux 0xcba58126 key_link +EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0xcc199867 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0xcc216548 padata_register_cpumask_notifier +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc36f32e fb_unregister_client +EXPORT_SYMBOL vmlinux 0xcc37f55c blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xcc45cade __ip_select_ident +EXPORT_SYMBOL vmlinux 0xcc471240 set_blocksize +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc638626 generic_block_bmap +EXPORT_SYMBOL vmlinux 0xcc663b0c posix_lock_file_wait +EXPORT_SYMBOL vmlinux 0xcc7fa952 local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor +EXPORT_SYMBOL vmlinux 0xccc8c548 kill_pgrp +EXPORT_SYMBOL vmlinux 0xccd56770 lro_receive_skb +EXPORT_SYMBOL vmlinux 0xcce94a1b tcp_enter_memory_pressure +EXPORT_SYMBOL vmlinux 0xcd13accc md_write_end +EXPORT_SYMBOL vmlinux 0xcd261df5 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd30b95a tmio_core_mmc_clk_div +EXPORT_SYMBOL vmlinux 0xcd3f7566 journal_get_write_access +EXPORT_SYMBOL vmlinux 0xcd3fb8af generic_writepages +EXPORT_SYMBOL vmlinux 0xcd4d600f dss_mgr_register_framedone_handler +EXPORT_SYMBOL vmlinux 0xcd50050b bdi_unregister +EXPORT_SYMBOL vmlinux 0xcd5f107a skb_trim +EXPORT_SYMBOL vmlinux 0xcd63c845 __aeabi_lasr +EXPORT_SYMBOL vmlinux 0xcd701fd2 __dquot_transfer +EXPORT_SYMBOL vmlinux 0xcd806b8b tty_port_put +EXPORT_SYMBOL vmlinux 0xcd9a322c ida_pre_get +EXPORT_SYMBOL vmlinux 0xcdab7d30 inode_add_bytes +EXPORT_SYMBOL vmlinux 0xcdaf4150 padata_free +EXPORT_SYMBOL vmlinux 0xcdbabcbb pipe_unlock +EXPORT_SYMBOL vmlinux 0xcdd77d7e do_splice_from +EXPORT_SYMBOL vmlinux 0xcdde4821 generic_permission +EXPORT_SYMBOL vmlinux 0xcde172ac radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0xcde6db96 mtd_concat_create +EXPORT_SYMBOL vmlinux 0xcdf10119 generic_listxattr +EXPORT_SYMBOL vmlinux 0xce0ffbb8 vfs_read +EXPORT_SYMBOL vmlinux 0xce18b8cf udp_proc_unregister +EXPORT_SYMBOL vmlinux 0xce19bac5 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0xce22dbbe tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce3ca308 copy_from_user_toio +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce5c19a4 dm_put_device +EXPORT_SYMBOL vmlinux 0xce749ebd d_make_root +EXPORT_SYMBOL vmlinux 0xce8e5eaf nf_log_register +EXPORT_SYMBOL vmlinux 0xcea4d111 phy_start +EXPORT_SYMBOL vmlinux 0xceb29452 xfrm_init_state +EXPORT_SYMBOL vmlinux 0xcec69761 dquot_transfer +EXPORT_SYMBOL vmlinux 0xcecea52d eth_validate_addr +EXPORT_SYMBOL vmlinux 0xcee68b3e no_llseek +EXPORT_SYMBOL vmlinux 0xcef37a1b inode_init_once +EXPORT_SYMBOL vmlinux 0xcef51982 kstrtou16 +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf58e220 search_binary_handler +EXPORT_SYMBOL vmlinux 0xcf595e58 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0xcf88625f mempool_create_node +EXPORT_SYMBOL vmlinux 0xcf8c5fe1 __elv_add_request +EXPORT_SYMBOL vmlinux 0xcf93741e mpage_writepages +EXPORT_SYMBOL vmlinux 0xcfa57e18 tty_port_tty_get +EXPORT_SYMBOL vmlinux 0xcff6b676 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0xcffb7a2d snd_pcm_lib_readv +EXPORT_SYMBOL vmlinux 0xd00a6844 dst_destroy +EXPORT_SYMBOL vmlinux 0xd0181f4f __bitmap_xor +EXPORT_SYMBOL vmlinux 0xd024635b input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0xd05c6366 snd_timer_start +EXPORT_SYMBOL vmlinux 0xd06ca6ac tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0xd0720a17 on_each_cpu_cond +EXPORT_SYMBOL vmlinux 0xd078ec15 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0xd083927e tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0xd090eb5a nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xd0a24101 d_lookup +EXPORT_SYMBOL vmlinux 0xd0a8f4a4 idr_remove_all +EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces +EXPORT_SYMBOL vmlinux 0xd0d42c42 mod_timer_pending +EXPORT_SYMBOL vmlinux 0xd0e1f80a _dev_info +EXPORT_SYMBOL vmlinux 0xd0e43207 usb_nop_xceiv_register +EXPORT_SYMBOL vmlinux 0xd0e9a738 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0xd0ec587a register_netdevice +EXPORT_SYMBOL vmlinux 0xd0ee38b8 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0xd0f00d6b xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0xd0f36f0d audit_log_format +EXPORT_SYMBOL vmlinux 0xd0fb7cd4 __tasklet_hi_schedule_first +EXPORT_SYMBOL vmlinux 0xd1067ba7 dispc_ovl_enabled +EXPORT_SYMBOL vmlinux 0xd10a255b seq_path +EXPORT_SYMBOL vmlinux 0xd10d3fe3 ida_simple_get +EXPORT_SYMBOL vmlinux 0xd1157735 release_and_free_resource +EXPORT_SYMBOL vmlinux 0xd11c0dc1 __kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xd14cf2c6 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0xd16c006f mnt_unpin +EXPORT_SYMBOL vmlinux 0xd180e2dd i2c_verify_client +EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough +EXPORT_SYMBOL vmlinux 0xd196c9be kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xd1a11532 inet_frag_evictor +EXPORT_SYMBOL vmlinux 0xd1c26541 kmap +EXPORT_SYMBOL vmlinux 0xd1cf58f9 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0xd1e173cf rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0xd220cf8a jiffies_to_timespec +EXPORT_SYMBOL vmlinux 0xd228768c ppp_input +EXPORT_SYMBOL vmlinux 0xd251d7b0 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xd2555f19 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd271a6e8 snd_ctl_free_one +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2dc054d abx500_set_register_interruptible +EXPORT_SYMBOL vmlinux 0xd2eb77a6 of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0xd302700d scsi_calculate_bounce_limit +EXPORT_SYMBOL vmlinux 0xd30aacac padata_add_cpu +EXPORT_SYMBOL vmlinux 0xd319ab06 idr_replace +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd31e122d inode_init_owner +EXPORT_SYMBOL vmlinux 0xd3208b70 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0xd354878f wireless_spy_update +EXPORT_SYMBOL vmlinux 0xd37d96d7 fbcon_set_tileops +EXPORT_SYMBOL vmlinux 0xd39b187e xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0xd3bf0a87 tcf_generic_walker +EXPORT_SYMBOL vmlinux 0xd3cbde5e test_set_page_writeback +EXPORT_SYMBOL vmlinux 0xd3d3a477 posix_acl_init +EXPORT_SYMBOL vmlinux 0xd3dbfbc4 _find_first_zero_bit_le +EXPORT_SYMBOL vmlinux 0xd3dcab0b flex_array_alloc +EXPORT_SYMBOL vmlinux 0xd3e6f60d cpu_possible_mask +EXPORT_SYMBOL vmlinux 0xd3e79744 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0xd3ec3b4f omap_dss_find_device +EXPORT_SYMBOL vmlinux 0xd406e627 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0xd418e1c0 adjust_resource +EXPORT_SYMBOL vmlinux 0xd41fe818 _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xd439e701 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0xd44dd151 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xd454eabb tcf_hash_new_index +EXPORT_SYMBOL vmlinux 0xd455b795 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0xd456425d kobject_set_name +EXPORT_SYMBOL vmlinux 0xd4669fad complete +EXPORT_SYMBOL vmlinux 0xd47cc943 get_disk +EXPORT_SYMBOL vmlinux 0xd4974e5f netpoll_send_skb_on_dev +EXPORT_SYMBOL vmlinux 0xd4a21d7f seq_escape +EXPORT_SYMBOL vmlinux 0xd4b82ea7 neigh_destroy +EXPORT_SYMBOL vmlinux 0xd50e0e7b jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0xd511b9f7 snd_timer_global_new +EXPORT_SYMBOL vmlinux 0xd5152710 sg_next +EXPORT_SYMBOL vmlinux 0xd519a64c input_unregister_device +EXPORT_SYMBOL vmlinux 0xd52021a1 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0xd524a9d3 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0xd52da927 thermal_zone_device_register +EXPORT_SYMBOL vmlinux 0xd5348a73 mmc_hw_reset_check +EXPORT_SYMBOL vmlinux 0xd539b602 tty_check_change +EXPORT_SYMBOL vmlinux 0xd54a70a2 from_kqid_munged +EXPORT_SYMBOL vmlinux 0xd54fc3e3 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0xd56e9485 omap_set_dma_dest_index +EXPORT_SYMBOL vmlinux 0xd5701016 devfreq_interval_update +EXPORT_SYMBOL vmlinux 0xd58838a4 generic_write_end +EXPORT_SYMBOL vmlinux 0xd58a8a50 phy_ethtool_gset +EXPORT_SYMBOL vmlinux 0xd58c2487 ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0xd5b1376d register_shrinker +EXPORT_SYMBOL vmlinux 0xd5b91292 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0xd5ee1275 devfreq_add_device +EXPORT_SYMBOL vmlinux 0xd5f2172f del_timer_sync +EXPORT_SYMBOL vmlinux 0xd607b4c2 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0xd61347c6 register_sysctl +EXPORT_SYMBOL vmlinux 0xd616683a ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0xd61d2ce0 omap_dss_unregister_driver +EXPORT_SYMBOL vmlinux 0xd627480b strncat +EXPORT_SYMBOL vmlinux 0xd62c833f schedule_timeout +EXPORT_SYMBOL vmlinux 0xd63db9df of_get_property +EXPORT_SYMBOL vmlinux 0xd648e564 fb_match_mode +EXPORT_SYMBOL vmlinux 0xd665a67b simple_rmdir +EXPORT_SYMBOL vmlinux 0xd686a059 ppp_register_channel +EXPORT_SYMBOL vmlinux 0xd68c43f2 __generic_block_fiemap +EXPORT_SYMBOL vmlinux 0xd68f6ed8 of_find_all_nodes +EXPORT_SYMBOL vmlinux 0xd6924c05 blkdev_issue_write_same +EXPORT_SYMBOL vmlinux 0xd6a1ae66 handle_edge_irq +EXPORT_SYMBOL vmlinux 0xd6c849fb rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0xd6d11592 of_mdiobus_register +EXPORT_SYMBOL vmlinux 0xd6e4421f register_key_type +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6f063cb path_put +EXPORT_SYMBOL vmlinux 0xd7096c90 do_sync_write +EXPORT_SYMBOL vmlinux 0xd72533a9 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0xd74289f9 __percpu_counter_add +EXPORT_SYMBOL vmlinux 0xd75c79df smp_call_function +EXPORT_SYMBOL vmlinux 0xd76c175f dquot_disable +EXPORT_SYMBOL vmlinux 0xd77a5aa5 __bitmap_and +EXPORT_SYMBOL vmlinux 0xd77c8575 neigh_event_ns +EXPORT_SYMBOL vmlinux 0xd788cc34 page_address +EXPORT_SYMBOL vmlinux 0xd79b5a02 allow_signal +EXPORT_SYMBOL vmlinux 0xd7a10cad d_delete +EXPORT_SYMBOL vmlinux 0xd7ae2361 vexpress_config_bridge_unregister +EXPORT_SYMBOL vmlinux 0xd7badfbd snd_ctl_add +EXPORT_SYMBOL vmlinux 0xd7e35fcc inet_sock_destruct +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7edcabf dmam_declare_coherent_memory +EXPORT_SYMBOL vmlinux 0xd8201e04 fget +EXPORT_SYMBOL vmlinux 0xd838ef1e request_firmware +EXPORT_SYMBOL vmlinux 0xd83de9df scsi_host_lookup +EXPORT_SYMBOL vmlinux 0xd85cd67e __wake_up +EXPORT_SYMBOL vmlinux 0xd86ad163 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0xd86b1921 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0xd86cc6a9 scsi_scan_host +EXPORT_SYMBOL vmlinux 0xd87d38bf skb_pull +EXPORT_SYMBOL vmlinux 0xd8b1cd07 journal_create +EXPORT_SYMBOL vmlinux 0xd8ce7e67 clocksource_register +EXPORT_SYMBOL vmlinux 0xd8d8af12 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0xd8e10df1 elv_dispatch_sort +EXPORT_SYMBOL vmlinux 0xd8e484f0 register_chrdev_region +EXPORT_SYMBOL vmlinux 0xd8e5f780 submit_bio +EXPORT_SYMBOL vmlinux 0xd924182a blk_recount_segments +EXPORT_SYMBOL vmlinux 0xd92afabe bitmap_clear +EXPORT_SYMBOL vmlinux 0xd92dd81c sock_from_file +EXPORT_SYMBOL vmlinux 0xd93853c8 mb_cache_entry_release +EXPORT_SYMBOL vmlinux 0xd9414419 dquot_drop +EXPORT_SYMBOL vmlinux 0xd944631d get_gendisk +EXPORT_SYMBOL vmlinux 0xd94ac6fe scsi_print_sense +EXPORT_SYMBOL vmlinux 0xd953843c mmc_can_reset +EXPORT_SYMBOL vmlinux 0xd955d2b7 omap_set_dma_dest_data_pack +EXPORT_SYMBOL vmlinux 0xd97334a2 snd_info_create_card_entry +EXPORT_SYMBOL vmlinux 0xd984d290 blk_integrity_merge_rq +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd9873296 md_flush_request +EXPORT_SYMBOL vmlinux 0xd9a6cc8f of_device_is_available +EXPORT_SYMBOL vmlinux 0xd9a9bb30 getname +EXPORT_SYMBOL vmlinux 0xd9b1ba0b kmem_cache_create +EXPORT_SYMBOL vmlinux 0xd9c46595 mfd_cell_disable +EXPORT_SYMBOL vmlinux 0xd9ce8f0c strnlen +EXPORT_SYMBOL vmlinux 0xd9d5df23 i2c_del_driver +EXPORT_SYMBOL vmlinux 0xd9e61fcb qid_valid +EXPORT_SYMBOL vmlinux 0xda037f42 dev_change_flags +EXPORT_SYMBOL vmlinux 0xda03ac0e tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda53a78e bdevname +EXPORT_SYMBOL vmlinux 0xda542fe3 blk_sync_queue +EXPORT_SYMBOL vmlinux 0xda57fdf0 d_rehash +EXPORT_SYMBOL vmlinux 0xda7b2f2a input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0xda7ca6cb fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xda8af7ad fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0xda984209 vfs_mknod +EXPORT_SYMBOL vmlinux 0xda9bf5d0 snd_card_free +EXPORT_SYMBOL vmlinux 0xdaa16b82 of_clk_get +EXPORT_SYMBOL vmlinux 0xdaa57ec3 totalhigh_pages +EXPORT_SYMBOL vmlinux 0xdaadbc23 sys_copyarea +EXPORT_SYMBOL vmlinux 0xdaafc807 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xdabf5782 bdgrab +EXPORT_SYMBOL vmlinux 0xdaf1b9dc snd_ctl_make_virtual_master +EXPORT_SYMBOL vmlinux 0xdb168d78 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0xdb2178c7 __sg_free_table +EXPORT_SYMBOL vmlinux 0xdb246aff ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xdb423477 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0xdb4292e4 omap_set_dma_params +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb864d65 iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0xdb93b838 dispc_free_irq +EXPORT_SYMBOL vmlinux 0xdb9fad86 seq_putc +EXPORT_SYMBOL vmlinux 0xdba40d6e cleancache_register_ops +EXPORT_SYMBOL vmlinux 0xdbba6375 find_lock_page +EXPORT_SYMBOL vmlinux 0xdbcd416e sysctl_ip_nonlocal_bind +EXPORT_SYMBOL vmlinux 0xdbfea5ea kmalloc_caches +EXPORT_SYMBOL vmlinux 0xdc047fc4 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0xdc242c22 ps2_end_command +EXPORT_SYMBOL vmlinux 0xdc2adb35 add_taint +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc4358b3 load_nls +EXPORT_SYMBOL vmlinux 0xdc456142 netdev_printk +EXPORT_SYMBOL vmlinux 0xdc4e90f4 security_path_mknod +EXPORT_SYMBOL vmlinux 0xdc566ef6 kernel_getsockopt +EXPORT_SYMBOL vmlinux 0xdc66c839 ping_prot +EXPORT_SYMBOL vmlinux 0xdc6d41cf vfs_fstatat +EXPORT_SYMBOL vmlinux 0xdc79ca09 input_free_device +EXPORT_SYMBOL vmlinux 0xdc872741 lookup_one_len +EXPORT_SYMBOL vmlinux 0xdc8f736b pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0xdc9836c8 block_commit_write +EXPORT_SYMBOL vmlinux 0xdcb0349b sys_close +EXPORT_SYMBOL vmlinux 0xdcf46168 snd_pcm_suspend +EXPORT_SYMBOL vmlinux 0xdcfff826 security_inode_permission +EXPORT_SYMBOL vmlinux 0xdd01e109 journal_init_dev +EXPORT_SYMBOL vmlinux 0xdd07759b md_wakeup_thread +EXPORT_SYMBOL vmlinux 0xdd0a2ba2 strlcat +EXPORT_SYMBOL vmlinux 0xdd0c203a kunmap_high +EXPORT_SYMBOL vmlinux 0xdd1c65f6 blk_finish_plug +EXPORT_SYMBOL vmlinux 0xdd2586f0 nand_scan +EXPORT_SYMBOL vmlinux 0xdd27fa87 memchr +EXPORT_SYMBOL vmlinux 0xdd2f6fce tty_lock_pair +EXPORT_SYMBOL vmlinux 0xdd3916ac _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xdd3a08a5 scsi_prep_fn +EXPORT_SYMBOL vmlinux 0xdd3c5dfa contig_page_data +EXPORT_SYMBOL vmlinux 0xdd44be20 twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0xdd4a5569 param_get_byte +EXPORT_SYMBOL vmlinux 0xdd648558 elv_add_request +EXPORT_SYMBOL vmlinux 0xdd7e6288 __blk_end_request_all +EXPORT_SYMBOL vmlinux 0xdde39568 scsi_host_alloc +EXPORT_SYMBOL vmlinux 0xdded1898 netpoll_setup +EXPORT_SYMBOL vmlinux 0xddef81b4 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0xddfcbfce blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0xde15c042 omap_set_dma_src_index +EXPORT_SYMBOL vmlinux 0xde437f4e scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0xde692d94 omap_get_dma_chain_src_pos +EXPORT_SYMBOL vmlinux 0xde729b1b key_reject_and_link +EXPORT_SYMBOL vmlinux 0xde808239 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0xde8c763d cpu_v7_set_pte_ext +EXPORT_SYMBOL vmlinux 0xde9360ba totalram_pages +EXPORT_SYMBOL vmlinux 0xdea51bcd devm_free_irq +EXPORT_SYMBOL vmlinux 0xdebd7288 single_open +EXPORT_SYMBOL vmlinux 0xdef8504b uart_register_driver +EXPORT_SYMBOL vmlinux 0xdf295e57 bh_submit_read +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf313720 cancel_dirty_page +EXPORT_SYMBOL vmlinux 0xdf3f75b8 mem_map +EXPORT_SYMBOL vmlinux 0xdf48a0eb flex_array_put +EXPORT_SYMBOL vmlinux 0xdf60cc27 __print_symbol +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdfb01a80 cpu_v7_dcache_clean_area +EXPORT_SYMBOL vmlinux 0xdfb4e96b devm_gpio_request_one +EXPORT_SYMBOL vmlinux 0xdfb5713f dss_mgr_disable +EXPORT_SYMBOL vmlinux 0xdfb8400b current_fs_time +EXPORT_SYMBOL vmlinux 0xdfc5169b slhc_init +EXPORT_SYMBOL vmlinux 0xdfd91ce9 omap_type +EXPORT_SYMBOL vmlinux 0xdfe3156b snd_component_add +EXPORT_SYMBOL vmlinux 0xe017ebcb cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0xe0415978 bio_pair_release +EXPORT_SYMBOL vmlinux 0xe04f7caa dm_read_arg_group +EXPORT_SYMBOL vmlinux 0xe06141e9 security_sk_clone +EXPORT_SYMBOL vmlinux 0xe075d6eb iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xe07c59e7 give_up_console +EXPORT_SYMBOL vmlinux 0xe080e63c keyring_alloc +EXPORT_SYMBOL vmlinux 0xe08f3446 dst_release +EXPORT_SYMBOL vmlinux 0xe09ffad9 ether_setup +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0bef318 icst_hz_to_vco +EXPORT_SYMBOL vmlinux 0xe0c30c3a tcf_hash_create +EXPORT_SYMBOL vmlinux 0xe0ec1ec4 nand_calculate_ecc +EXPORT_SYMBOL vmlinux 0xe0ee8561 scsi_device_put +EXPORT_SYMBOL vmlinux 0xe0fae48a devm_gpio_free +EXPORT_SYMBOL vmlinux 0xe104b819 blk_put_queue +EXPORT_SYMBOL vmlinux 0xe10eee70 i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe11f3cbc _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0xe127fb18 down_killable +EXPORT_SYMBOL vmlinux 0xe12cdd3b arp_tbl +EXPORT_SYMBOL vmlinux 0xe14c6f6b file_open_root +EXPORT_SYMBOL vmlinux 0xe1761617 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xe195fda2 dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0xe1b3e196 lro_flush_pkt +EXPORT_SYMBOL vmlinux 0xe1c1ee49 d_set_d_op +EXPORT_SYMBOL vmlinux 0xe1cf5e21 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xe1de05e9 set_binfmt +EXPORT_SYMBOL vmlinux 0xe200d2d5 param_get_uint +EXPORT_SYMBOL vmlinux 0xe200f872 secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xe2015f4b account_page_writeback +EXPORT_SYMBOL vmlinux 0xe20f7583 disk_stack_limits +EXPORT_SYMBOL vmlinux 0xe212ae5e jbd2__journal_start +EXPORT_SYMBOL vmlinux 0xe218a362 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0xe22296b9 __ethtool_get_settings +EXPORT_SYMBOL vmlinux 0xe23ae481 blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe2454062 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0xe24d3a97 jiffies_64 +EXPORT_SYMBOL vmlinux 0xe24eb706 amba_device_register +EXPORT_SYMBOL vmlinux 0xe2662d46 of_get_min_tck +EXPORT_SYMBOL vmlinux 0xe2847be9 commit_creds +EXPORT_SYMBOL vmlinux 0xe294972a blk_free_tags +EXPORT_SYMBOL vmlinux 0xe2ab54d2 tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2e8065e memdup_user +EXPORT_SYMBOL vmlinux 0xe2fae716 kmemdup +EXPORT_SYMBOL vmlinux 0xe3240a82 blk_integrity_register +EXPORT_SYMBOL vmlinux 0xe3379270 km_policy_expired +EXPORT_SYMBOL vmlinux 0xe3493a1a wait_for_key_construction +EXPORT_SYMBOL vmlinux 0xe3524daf i2c_put_adapter +EXPORT_SYMBOL vmlinux 0xe3629fc2 journal_check_used_features +EXPORT_SYMBOL vmlinux 0xe36d103f sock_sendmsg +EXPORT_SYMBOL vmlinux 0xe372890c serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0xe37d10ae omap_dispc_unregister_isr +EXPORT_SYMBOL vmlinux 0xe393c4eb truncate_inode_pages +EXPORT_SYMBOL vmlinux 0xe39fb943 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0xe3b4b4dc dev_set_drvdata +EXPORT_SYMBOL vmlinux 0xe3c38a0c __dev_get_by_index +EXPORT_SYMBOL vmlinux 0xe3d6f284 fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xe40f85ff set_security_override +EXPORT_SYMBOL vmlinux 0xe41650fd proc_symlink +EXPORT_SYMBOL vmlinux 0xe41ab167 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0xe428cb3c of_get_ddr_timings +EXPORT_SYMBOL vmlinux 0xe43274bc proc_dointvec +EXPORT_SYMBOL vmlinux 0xe434db30 dst_alloc +EXPORT_SYMBOL vmlinux 0xe43a78a4 udp_prot +EXPORT_SYMBOL vmlinux 0xe450aa0d dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0xe453bac6 iunique +EXPORT_SYMBOL vmlinux 0xe4c80097 cacheid +EXPORT_SYMBOL vmlinux 0xe4d38e86 udp_sendmsg +EXPORT_SYMBOL vmlinux 0xe4e38519 tcf_hash_release +EXPORT_SYMBOL vmlinux 0xe4e94c96 snd_ctl_new1 +EXPORT_SYMBOL vmlinux 0xe4f144a0 of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0xe4f4e135 dquot_destroy +EXPORT_SYMBOL vmlinux 0xe502e596 splice_from_pipe_next +EXPORT_SYMBOL vmlinux 0xe50c3ae0 dquot_commit_info +EXPORT_SYMBOL vmlinux 0xe5122890 flow_cache_genid +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe52b7300 snd_seq_root +EXPORT_SYMBOL vmlinux 0xe53d1faa of_translate_dma_address +EXPORT_SYMBOL vmlinux 0xe53d7e00 padata_do_serial +EXPORT_SYMBOL vmlinux 0xe5445af6 omap_get_dma_dst_pos +EXPORT_SYMBOL vmlinux 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL vmlinux 0xe57878a1 in6_pton +EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5c8e5dd write_dirty_buffer +EXPORT_SYMBOL vmlinux 0xe5d95985 param_ops_ulong +EXPORT_SYMBOL vmlinux 0xe5ed5467 xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xe5f07433 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0xe6348da5 generic_readlink +EXPORT_SYMBOL vmlinux 0xe64711c1 dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0xe66452ab dql_init +EXPORT_SYMBOL vmlinux 0xe665c4ac bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0xe6744a89 omap_clear_dma +EXPORT_SYMBOL vmlinux 0xe697d108 __blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe6a48308 kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0xe6a4ed8f arp_invalidate +EXPORT_SYMBOL vmlinux 0xe6b97819 nf_log_packet +EXPORT_SYMBOL vmlinux 0xe6c3ebb0 __raw_writesw +EXPORT_SYMBOL vmlinux 0xe6d4fc7e module_put +EXPORT_SYMBOL vmlinux 0xe6ebc016 key_create_or_update +EXPORT_SYMBOL vmlinux 0xe6f3ee52 mmc_can_trim +EXPORT_SYMBOL vmlinux 0xe6fbe430 can_do_mlock +EXPORT_SYMBOL vmlinux 0xe6fd30bb sget +EXPORT_SYMBOL vmlinux 0xe7014117 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0xe707d823 __aeabi_uidiv +EXPORT_SYMBOL vmlinux 0xe73adc19 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0xe7621340 xfrm_cfg_mutex +EXPORT_SYMBOL vmlinux 0xe7722171 flex_array_free +EXPORT_SYMBOL vmlinux 0xe7749c4b genl_register_ops +EXPORT_SYMBOL vmlinux 0xe790c483 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0xe7938cc7 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0xe793eecf input_flush_device +EXPORT_SYMBOL vmlinux 0xe7a3a6da nand_scan_tail +EXPORT_SYMBOL vmlinux 0xe7a664c4 nf_hooks +EXPORT_SYMBOL vmlinux 0xe7a81967 audit_log_secctx +EXPORT_SYMBOL vmlinux 0xe7b41dd6 sg_alloc_table_from_pages +EXPORT_SYMBOL vmlinux 0xe7b804bf module_layout +EXPORT_SYMBOL vmlinux 0xe7bdd799 skb_checksum +EXPORT_SYMBOL vmlinux 0xe7c3a6cd rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0xe7c5ae40 dma_async_device_register +EXPORT_SYMBOL vmlinux 0xe7cbbce0 input_grab_device +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7e15910 dispc_clear_irqstatus +EXPORT_SYMBOL vmlinux 0xe7e7e02f mddev_congested +EXPORT_SYMBOL vmlinux 0xe7f532e2 of_device_is_compatible +EXPORT_SYMBOL vmlinux 0xe804b74f __kfree_skb +EXPORT_SYMBOL vmlinux 0xe809273e __sock_create +EXPORT_SYMBOL vmlinux 0xe80ce219 sysctl_tcp_dma_copybreak +EXPORT_SYMBOL vmlinux 0xe817155e kernel_setsockopt +EXPORT_SYMBOL vmlinux 0xe82bf0f6 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0xe838e70a sk_alloc +EXPORT_SYMBOL vmlinux 0xe86edde7 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0xe8794ce1 slhc_toss +EXPORT_SYMBOL vmlinux 0xe87fd6f5 pipe_to_file +EXPORT_SYMBOL vmlinux 0xe88e8251 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0xe891799b dev_crit +EXPORT_SYMBOL vmlinux 0xe8b24ddf snd_ctl_unregister_ioctl +EXPORT_SYMBOL vmlinux 0xe8b53ecc down_write_trylock +EXPORT_SYMBOL vmlinux 0xe8b63ace radix_tree_range_tag_if_tagged +EXPORT_SYMBOL vmlinux 0xe8bea3bc qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xe8ebf448 kthread_bind +EXPORT_SYMBOL vmlinux 0xe8ee1738 idr_for_each +EXPORT_SYMBOL vmlinux 0xe8f46890 ip_cmsg_recv +EXPORT_SYMBOL vmlinux 0xe912da6b unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe91f19f0 dquot_alloc +EXPORT_SYMBOL vmlinux 0xe948ab75 mmc_suspend_host +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe9691066 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0xe9872618 get_tz_trend +EXPORT_SYMBOL vmlinux 0xe9a8e44b dquot_quota_off +EXPORT_SYMBOL vmlinux 0xe9ce9f17 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0xe9e985db pagevec_lookup +EXPORT_SYMBOL vmlinux 0xe9ef39a3 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0xea054b22 nla_policy_len +EXPORT_SYMBOL vmlinux 0xea0ddc51 generic_setxattr +EXPORT_SYMBOL vmlinux 0xea10089b release_pages +EXPORT_SYMBOL vmlinux 0xea10212a int_to_scsilun +EXPORT_SYMBOL vmlinux 0xea10655a __bitmap_intersects +EXPORT_SYMBOL vmlinux 0xea148c1f dmam_pool_create +EXPORT_SYMBOL vmlinux 0xea30cd99 xfrm_input +EXPORT_SYMBOL vmlinux 0xea4bd896 save_mount_options +EXPORT_SYMBOL vmlinux 0xea54bdd6 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xea659ffa generic_file_direct_write +EXPORT_SYMBOL vmlinux 0xea676b6c backlight_device_register +EXPORT_SYMBOL vmlinux 0xea7987f1 key_update +EXPORT_SYMBOL vmlinux 0xea80decb default_llseek +EXPORT_SYMBOL vmlinux 0xea984bc5 dma_release_declared_memory +EXPORT_SYMBOL vmlinux 0xeaa9029e inet6_release +EXPORT_SYMBOL vmlinux 0xeabd4471 serio_rescan +EXPORT_SYMBOL vmlinux 0xeada2358 netif_napi_add +EXPORT_SYMBOL vmlinux 0xeaf546fa __i2c_transfer +EXPORT_SYMBOL vmlinux 0xeb1b120e omap_set_dma_write_mode +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb4c8bac dev_mc_add_global +EXPORT_SYMBOL vmlinux 0xeb515db3 journal_revoke +EXPORT_SYMBOL vmlinux 0xeb55a931 __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xeb66be51 register_cdrom +EXPORT_SYMBOL vmlinux 0xeb8c7106 seq_open_private +EXPORT_SYMBOL vmlinux 0xebbe95a6 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0xebcf0b13 snd_card_unref +EXPORT_SYMBOL vmlinux 0xebdbe48c radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0xebe991a6 i2c_master_send +EXPORT_SYMBOL vmlinux 0xebf2444c __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0xebfdcbdf system_serial_high +EXPORT_SYMBOL vmlinux 0xec0de1fe __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xec15f00a tcp_cookie_generator +EXPORT_SYMBOL vmlinux 0xec19bad9 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0xec33a2ab mdiobus_register +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec8deed6 blk_cleanup_queue +EXPORT_SYMBOL vmlinux 0xec91424b fsnotify_add_mark +EXPORT_SYMBOL vmlinux 0xeca80c58 notify_thermal_framework +EXPORT_SYMBOL vmlinux 0xecd67cec schedule_delayed_work_on +EXPORT_SYMBOL vmlinux 0xecd78509 nf_register_hooks +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xed0d8311 bdget +EXPORT_SYMBOL vmlinux 0xed13cf6d setup_arg_pages +EXPORT_SYMBOL vmlinux 0xed206dae locks_delete_block +EXPORT_SYMBOL vmlinux 0xed27f538 dev_warn +EXPORT_SYMBOL vmlinux 0xed3a40c2 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL vmlinux 0xed625af2 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0xed854dac omap_stop_dma_chain_transfers +EXPORT_SYMBOL vmlinux 0xed93f29e __kunmap_atomic +EXPORT_SYMBOL vmlinux 0xeda0d76e gen_estimator_active +EXPORT_SYMBOL vmlinux 0xedbacfa3 get_super +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedbc6492 mmc_interrupt_hpi +EXPORT_SYMBOL vmlinux 0xedbf532f simple_map_init +EXPORT_SYMBOL vmlinux 0xedc7f4ec dq_data_lock +EXPORT_SYMBOL vmlinux 0xedd5eb52 snd_jack_set_parent +EXPORT_SYMBOL vmlinux 0xedd9106d __ashrdi3 +EXPORT_SYMBOL vmlinux 0xede125d3 dcb_getapp +EXPORT_SYMBOL vmlinux 0xedefbfd9 lock_may_read +EXPORT_SYMBOL vmlinux 0xedf61643 snd_pcm_hw_param_first +EXPORT_SYMBOL vmlinux 0xedfdb5ae phy_ethtool_sset +EXPORT_SYMBOL vmlinux 0xedffbeb5 fsl_asoc_get_dma_channel +EXPORT_SYMBOL vmlinux 0xee108f30 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0xee25d642 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee3496c3 dma_pool_alloc +EXPORT_SYMBOL vmlinux 0xee528e14 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0xee65926a arp_xmit +EXPORT_SYMBOL vmlinux 0xee715ef8 lg_global_unlock +EXPORT_SYMBOL vmlinux 0xee7f98bf tcp_parse_options +EXPORT_SYMBOL vmlinux 0xee85dd93 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0xee95a2ed posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0xeea5c404 ip_defrag +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeb7a196 skb_copy_expand +EXPORT_SYMBOL vmlinux 0xeec41477 md_check_recovery +EXPORT_SYMBOL vmlinux 0xeec44d3a snd_power_wait +EXPORT_SYMBOL vmlinux 0xeed3635b proc_dostring +EXPORT_SYMBOL vmlinux 0xeed58a64 input_open_device +EXPORT_SYMBOL vmlinux 0xeedea02c phy_scan_fixups +EXPORT_SYMBOL vmlinux 0xef02f608 blk_alloc_queue +EXPORT_SYMBOL vmlinux 0xef07bf1d dev_addr_init +EXPORT_SYMBOL vmlinux 0xef3aee94 grab_cache_page_nowait +EXPORT_SYMBOL vmlinux 0xefb66a95 omap_request_dma_chain +EXPORT_SYMBOL vmlinux 0xefd6cf06 __aeabi_unwind_cpp_pr0 +EXPORT_SYMBOL vmlinux 0xefdd2345 sg_init_one +EXPORT_SYMBOL vmlinux 0xefdd70ce security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0xefec312f omap_get_dma_active_status +EXPORT_SYMBOL vmlinux 0xeff9d782 dma_sync_wait +EXPORT_SYMBOL vmlinux 0xeffe413e simple_write_end +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf00b345f mmc_resume_host +EXPORT_SYMBOL vmlinux 0xf01623b3 udp_poll +EXPORT_SYMBOL vmlinux 0xf028e0a4 snd_info_create_module_entry +EXPORT_SYMBOL vmlinux 0xf036a2aa __dquot_free_space +EXPORT_SYMBOL vmlinux 0xf0430f90 dquot_get_dqinfo +EXPORT_SYMBOL vmlinux 0xf05ffa15 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0xf07c4b67 tcp_connect +EXPORT_SYMBOL vmlinux 0xf0cc2c95 key_validate +EXPORT_SYMBOL vmlinux 0xf0d68ed6 clk_register_clkdevs +EXPORT_SYMBOL vmlinux 0xf0df826a sock_get_timestampns +EXPORT_SYMBOL vmlinux 0xf0ef15b4 list_sort +EXPORT_SYMBOL vmlinux 0xf0f1246c kvasprintf +EXPORT_SYMBOL vmlinux 0xf0fdf6cb __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xf10f5318 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xf12c1ea2 key_put +EXPORT_SYMBOL vmlinux 0xf1384a63 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0xf13c95e6 datagram_poll +EXPORT_SYMBOL vmlinux 0xf13feb57 radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0xf141bf26 cancel_delayed_work +EXPORT_SYMBOL vmlinux 0xf146ce83 tty_port_open +EXPORT_SYMBOL vmlinux 0xf1501b52 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf19e9355 cpu_online_mask +EXPORT_SYMBOL vmlinux 0xf1b45d03 jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0xf1cd4c15 snd_jack_report +EXPORT_SYMBOL vmlinux 0xf1d06077 nand_correct_data +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1deabf2 div64_u64 +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1f3e998 ppp_input_error +EXPORT_SYMBOL vmlinux 0xf200afac console_stop +EXPORT_SYMBOL vmlinux 0xf202c5cb radix_tree_insert +EXPORT_SYMBOL vmlinux 0xf209afe8 ihold +EXPORT_SYMBOL vmlinux 0xf20dabd8 free_irq +EXPORT_SYMBOL vmlinux 0xf22e446b idr_get_new_above +EXPORT_SYMBOL vmlinux 0xf2349f08 scsi_add_device +EXPORT_SYMBOL vmlinux 0xf23d0ddc wl12xx_get_platform_data +EXPORT_SYMBOL vmlinux 0xf23ecc08 __register_binfmt +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf265cff8 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0xf269fda1 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0xf28a0f7d do_splice_to +EXPORT_SYMBOL vmlinux 0xf2997713 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xf29ff2a9 sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0xf2a7c6fa simple_setattr +EXPORT_SYMBOL vmlinux 0xf2b52829 blk_register_region +EXPORT_SYMBOL vmlinux 0xf2cce53a blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0xf2ce75fa __blk_end_request_cur +EXPORT_SYMBOL vmlinux 0xf2ff2334 tcp_init_xmit_timers +EXPORT_SYMBOL vmlinux 0xf3102082 xfrm_prepare_input +EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform +EXPORT_SYMBOL vmlinux 0xf32bf741 lock_may_write +EXPORT_SYMBOL vmlinux 0xf32e6bc9 ps2_handle_ack +EXPORT_SYMBOL vmlinux 0xf3341268 __clear_user +EXPORT_SYMBOL vmlinux 0xf338d4c3 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf35435c6 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0xf366ed6b copy_strings_kernel +EXPORT_SYMBOL vmlinux 0xf3797152 snd_interval_ratnum +EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf38bae7d request_firmware_nowait +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf396cd21 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0xf39fd9ae cdev_init +EXPORT_SYMBOL vmlinux 0xf3a1a75d sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0xf3a57c00 neigh_direct_output +EXPORT_SYMBOL vmlinux 0xf3b97533 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0xf3bf0bce __bitmap_complement +EXPORT_SYMBOL vmlinux 0xf3d57aaa release_sock +EXPORT_SYMBOL vmlinux 0xf3dea1fe led_set_brightness +EXPORT_SYMBOL vmlinux 0xf42c872b journal_start_commit +EXPORT_SYMBOL vmlinux 0xf442dc6a update_time +EXPORT_SYMBOL vmlinux 0xf44d0f4a journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0xf45a4e52 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xf473ffaf down +EXPORT_SYMBOL vmlinux 0xf4746753 dma_common_mmap +EXPORT_SYMBOL vmlinux 0xf492eb1f snd_dma_get_reserved_buf +EXPORT_SYMBOL vmlinux 0xf49cca7b locks_init_lock +EXPORT_SYMBOL vmlinux 0xf4a78e9b mmc_fixup_device +EXPORT_SYMBOL vmlinux 0xf4a7fc6d omapdss_compat_init +EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area +EXPORT_SYMBOL vmlinux 0xf4cc9106 generic_delete_inode +EXPORT_SYMBOL vmlinux 0xf4d5fb88 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0xf4ef2212 tc6393xb_lcd_mode +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf53d8915 arm_delay_ops +EXPORT_SYMBOL vmlinux 0xf54c51a2 dma_pool_free +EXPORT_SYMBOL vmlinux 0xf564412a __aeabi_ulcmp +EXPORT_SYMBOL vmlinux 0xf569382f thaw_super +EXPORT_SYMBOL vmlinux 0xf593c00e nobh_write_end +EXPORT_SYMBOL vmlinux 0xf5bb6000 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0xf5c05914 generic_segment_checks +EXPORT_SYMBOL vmlinux 0xf5eb86ea blk_verify_command +EXPORT_SYMBOL vmlinux 0xf5f58e39 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0xf5f5c8fd xfrm_state_update +EXPORT_SYMBOL vmlinux 0xf61abb7b jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0xf6388c56 sysctl_ip_default_ttl +EXPORT_SYMBOL vmlinux 0xf639c321 get_thermal_instance +EXPORT_SYMBOL vmlinux 0xf66bebba i2c_del_adapter +EXPORT_SYMBOL vmlinux 0xf6746f08 omapdss_dpi_display_disable +EXPORT_SYMBOL vmlinux 0xf68066d1 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0xf6827adb inode_change_ok +EXPORT_SYMBOL vmlinux 0xf6851d5f register_sysctl_paths +EXPORT_SYMBOL vmlinux 0xf68c9a0c read_cache_pages +EXPORT_SYMBOL vmlinux 0xf697de69 tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0xf6a2c3f7 sock_setsockopt +EXPORT_SYMBOL vmlinux 0xf6ab7369 netdev_class_remove_file +EXPORT_SYMBOL vmlinux 0xf6b0d39e omapdss_default_get_resolution +EXPORT_SYMBOL vmlinux 0xf6bb4729 color_table +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6ecb5a0 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0xf6f3cef6 omap_vrfb_setup +EXPORT_SYMBOL vmlinux 0xf718538c fifo_set_limit +EXPORT_SYMBOL vmlinux 0xf743f0ac scsi_get_command +EXPORT_SYMBOL vmlinux 0xf745be89 ps2_drain +EXPORT_SYMBOL vmlinux 0xf74e16d3 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL vmlinux 0xf7511eb5 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0xf7584a9c find_font +EXPORT_SYMBOL vmlinux 0xf75cbc18 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xf76292fd input_set_keycode +EXPORT_SYMBOL vmlinux 0xf77f12a7 tty_register_driver +EXPORT_SYMBOL vmlinux 0xf7802486 __aeabi_uidivmod +EXPORT_SYMBOL vmlinux 0xf78d04ab netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xf797a9d9 mii_nway_restart +EXPORT_SYMBOL vmlinux 0xf79f9a2b snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL vmlinux 0xf7b12aee __next_cpu +EXPORT_SYMBOL vmlinux 0xf7e223f4 proc_create_data +EXPORT_SYMBOL vmlinux 0xf803fe39 bitmap_set +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf82a1863 pin_config_group_set +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf853bbca omap_vrfb_map_angle +EXPORT_SYMBOL vmlinux 0xf85f134b scsi_is_host_device +EXPORT_SYMBOL vmlinux 0xf86e87e3 neigh_compat_output +EXPORT_SYMBOL vmlinux 0xf88c3301 sg_init_table +EXPORT_SYMBOL vmlinux 0xf890fe7f pm_idle +EXPORT_SYMBOL vmlinux 0xf8c7b0c4 mmc_set_blockcount +EXPORT_SYMBOL vmlinux 0xf8fbb4f0 __bad_xchg +EXPORT_SYMBOL vmlinux 0xf90a6040 vc_resize +EXPORT_SYMBOL vmlinux 0xf90ec377 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0xf91c6519 blk_queue_resize_tags +EXPORT_SYMBOL vmlinux 0xf9283bb0 sock_update_classid +EXPORT_SYMBOL vmlinux 0xf92e5439 __destroy_inode +EXPORT_SYMBOL vmlinux 0xf92fcd6a skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0xf9348cbc xz_dec_run +EXPORT_SYMBOL vmlinux 0xf9392fd5 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0xf93f417d dump_write +EXPORT_SYMBOL vmlinux 0xf9427374 dispc_request_irq +EXPORT_SYMBOL vmlinux 0xf9457ab6 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xf9709bb1 padata_remove_cpu +EXPORT_SYMBOL vmlinux 0xf9733ff6 iterate_supers_type +EXPORT_SYMBOL vmlinux 0xf97552d1 pm860x_page_bulk_write +EXPORT_SYMBOL vmlinux 0xf983f134 genl_unregister_mc_group +EXPORT_SYMBOL vmlinux 0xf9882189 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9c4200e i2c_release_client +EXPORT_SYMBOL vmlinux 0xf9d6e9a3 snd_pcm_hw_constraint_step +EXPORT_SYMBOL vmlinux 0xf9e73082 scnprintf +EXPORT_SYMBOL vmlinux 0xf9f9eac3 snd_pcm_set_sync +EXPORT_SYMBOL vmlinux 0xfa29f314 dev_get_stats +EXPORT_SYMBOL vmlinux 0xfa4496c9 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0xfa57eb8e dev_open +EXPORT_SYMBOL vmlinux 0xfac68eba arm_elf_read_implies_exec +EXPORT_SYMBOL vmlinux 0xfac6919b da9052_i2c_fix +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacd2e14 pgprot_user +EXPORT_SYMBOL vmlinux 0xfae67b1f cap_mmap_addr +EXPORT_SYMBOL vmlinux 0xfaf98462 bitrev32 +EXPORT_SYMBOL vmlinux 0xfaf9995e sleep_on +EXPORT_SYMBOL vmlinux 0xfb2ae839 dev_activate +EXPORT_SYMBOL vmlinux 0xfb4f194e skb_kill_datagram +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb7935c0 tcp_splice_read +EXPORT_SYMBOL vmlinux 0xfb7d9c45 __udivsi3 +EXPORT_SYMBOL vmlinux 0xfb8deca7 scsi_print_command +EXPORT_SYMBOL vmlinux 0xfb955da0 put_tty_driver +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbc6ec99 amba_driver_unregister +EXPORT_SYMBOL vmlinux 0xfbe6c1ca redraw_screen +EXPORT_SYMBOL vmlinux 0xfbf349a2 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0xfbfb179d idr_init +EXPORT_SYMBOL vmlinux 0xfc02b7ad sysctl_tcp_wmem +EXPORT_SYMBOL vmlinux 0xfc084de7 arp_find +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc42dd50 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0xfc65459a kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0xfcaa04a0 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xfcc2a43c utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0xfce766ab idr_get_next +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcfa03ff fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0xfd2b28ba tcf_destroy_chain +EXPORT_SYMBOL vmlinux 0xfd305341 walk_stackframe +EXPORT_SYMBOL vmlinux 0xfd4f132f scsi_execute +EXPORT_SYMBOL vmlinux 0xfd5683b9 wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0xfd6170ba of_mm_gpiochip_add +EXPORT_SYMBOL vmlinux 0xfd6293c2 boot_tvec_bases +EXPORT_SYMBOL vmlinux 0xfd66d209 splice_from_pipe_feed +EXPORT_SYMBOL vmlinux 0xfda0dbe8 ftrace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xfdfc0b3b fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0xfe0bc6e6 pagecache_write_end +EXPORT_SYMBOL vmlinux 0xfe0be7a3 file_sb_list_del +EXPORT_SYMBOL vmlinux 0xfe182e82 snd_pcm_suspend_all +EXPORT_SYMBOL vmlinux 0xfe33c6c3 sg_nents +EXPORT_SYMBOL vmlinux 0xfe40bf95 dss_feat_get_num_ovls +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe753cb6 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0xfe769456 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xfe7c4287 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0xfe801e07 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0xfe806635 block_read_full_page +EXPORT_SYMBOL vmlinux 0xfe95222b tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0xfea80cdc vfs_statfs +EXPORT_SYMBOL vmlinux 0xfea88994 __breadahead +EXPORT_SYMBOL vmlinux 0xfeb0fef9 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0xfec138a8 inet_del_offload +EXPORT_SYMBOL vmlinux 0xfef1bcc9 build_skb +EXPORT_SYMBOL vmlinux 0xfef96e23 __scsi_print_command +EXPORT_SYMBOL vmlinux 0xfefb83ee of_find_node_by_path +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff299751 skb_copy_datagram_from_iovec +EXPORT_SYMBOL vmlinux 0xff55f78f vm_insert_pfn +EXPORT_SYMBOL vmlinux 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL vmlinux 0xff67b37f __lshrdi3 +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff79cb16 scsi_rescan_device +EXPORT_SYMBOL vmlinux 0xff90be75 jbd2_journal_start +EXPORT_SYMBOL vmlinux 0xff9ca065 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0xffb94ef0 _test_and_change_bit +EXPORT_SYMBOL vmlinux 0xffba0e7e mmc_start_bkops +EXPORT_SYMBOL vmlinux 0xffd2cf99 omap_dss_get_num_overlay_managers +EXPORT_SYMBOL vmlinux 0xffd5a395 default_wake_function +EXPORT_SYMBOL vmlinux 0xffe5095d groups_free +EXPORT_SYMBOL vmlinux 0xffe59f9d simple_unlink +EXPORT_SYMBOL_GPL crypto/af_alg 0x1590906a af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x3904cef6 af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x4e6e8e9d af_alg_complete +EXPORT_SYMBOL_GPL crypto/af_alg 0x93957c0c af_alg_cmsg_send +EXPORT_SYMBOL_GPL crypto/af_alg 0xa9e68bf7 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xb100cae6 af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0xca65ecc3 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0xd954ef95 af_alg_wait_for_completion +EXPORT_SYMBOL_GPL crypto/af_alg 0xf72a6e8b af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0xc09a083a async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x8fa5b424 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x95ace62d async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x37f73caa async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x58a3fee9 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x12a91992 async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x88429cdc __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x9007f403 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xf3fb3dd2 async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x2a49316c async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xe5b853aa async_xor +EXPORT_SYMBOL_GPL crypto/blowfish_common 0x0dd96b3d blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x27278ca9 __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x4a2a3ca6 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x8fc5be26 cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1291971c __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1e2c961f __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x371eb830 cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x8f04034a __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast_common 0x08aa6fb7 cast_s1 +EXPORT_SYMBOL_GPL crypto/cast_common 0x0c5fbf8a cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xe39dd4b4 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0xee83a4f3 cast_s4 +EXPORT_SYMBOL_GPL crypto/cryptd 0x2d4b4c42 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x3d2b8673 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x419b6104 cryptd_alloc_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x505edaee cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x559b6100 cryptd_ablkcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x584e65c8 cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x7548114b cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xb64e7994 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xdbac304c cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0xff9228a2 cryptd_free_ablkcipher +EXPORT_SYMBOL_GPL crypto/des_generic 0xcfd9a2c0 des_ekey +EXPORT_SYMBOL_GPL crypto/lrw 0x3864eb66 lrw_free_table +EXPORT_SYMBOL_GPL crypto/lrw 0xcd074900 lrw_init_table +EXPORT_SYMBOL_GPL crypto/lrw 0xe63869d1 lrw_crypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x5ddb33e9 __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x77b39cb4 __serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x8a1a99ad __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xb1d0db6b serpent_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0x6c3229bb __twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0x7d661fe3 twofish_setkey +EXPORT_SYMBOL_GPL crypto/xts 0x19b180e6 xts_crypt +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0xf2e1e17d __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x14102f23 ks0108_displaystate +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x48a70518 ks0108_writedata +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x4f506333 ks0108_startline +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x6edae968 ks0108_isinited +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xbf4774db ks0108_writecontrol +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xedde6df2 ks0108_page +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xfee8ef7b ks0108_address +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0191f1d9 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x08e6cc2a bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x303fb05b bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x415be7bd bcma_find_core +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x443d4477 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4e214994 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5218928e bcma_core_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x57cc5963 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5c0442df bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6276b1f3 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa5424816 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc3468389 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xdad3cf84 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe12e5564 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe99f0724 bcma_core_pci_extend_L1timer +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf00711ad bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xff8cfd8f __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x327e29a4 btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x55450d76 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x65b2beb4 btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x78d132a6 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x7de57cb1 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x87f865d9 btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x904ea9ba btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xcfb96d25 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xedf8bbb7 btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xf07422ab btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x192611d9 __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xd9a93706 __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x2fc41277 drm_gem_cma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x42a70a2b drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x7317d10e drm_gem_cma_free_object +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xa10db376 drm_gem_cma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xbc51f384 drm_gem_cma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xc0171749 drm_gem_cma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xc41582d0 drm_gem_cma_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xd50c9437 drm_gem_cma_dumb_destroy +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xd89e84cb drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x1148b623 drm_fbdev_cma_fini +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x3c0b872e drm_fb_cma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x63235ebb drm_fbdev_cma_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xb2c912af drm_fbdev_cma_hotplug_event +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xcc337fd5 drm_fbdev_cma_restore_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xe137c6e7 drm_fb_cma_create +EXPORT_SYMBOL_GPL drivers/hid/hid 0x013a032d hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x189f23db hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1fc6f51b __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3422e678 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x38904af4 hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x41528c9d hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4906a967 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x50e34bba hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5fbbfa56 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x606c1e6e hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6289cbb5 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x638a7219 hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x68016829 hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x71a09bd2 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x73d8cd46 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x75213d41 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0x78a76cac hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7f1b1c62 hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0x80df9848 hidinput_find_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x87f98a61 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x89f939d3 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x929d0e3a hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x98ce163f hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa177d06e hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa950ea0e hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xad4f0689 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xad8d2870 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc8515a9c hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0xced34843 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd2f17283 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf29b56d0 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf2deaebf hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x3d148f72 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x8c4181ec roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xd5699d0f roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xd7b7e9db roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xedbd89b0 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x1b19c556 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x2d51bf83 sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x2e1f6d37 sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x4fac3912 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x59f29fd6 sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x6d6f182b sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x01fd453e usbhid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x164bc824 usbhid_submit_report +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x9b00d040 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xb7046323 usbhid_wait_io +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xd621c05d usbhid_set_leds +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x0eb89131 hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x39887d12 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x54c74e35 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x8fa8f33b hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xab47afa8 hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xad738f94 hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb310c673 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb695cf53 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb6b085d5 hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xbecb2e74 hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xcc14ce01 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd7412d76 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe21561be hsi_event +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x48fa3d3b pmbus_check_word_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x5ba05f7f pmbus_set_page +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x730867f2 pmbus_do_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x786fe394 pmbus_write_byte +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x84ca1b9f pmbus_clear_faults +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x939929cb pmbus_do_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xa29cf1aa pmbus_check_byte_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xa84ddaf6 pmbus_write_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xb7aeb44f pmbus_read_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xb82f4d86 pmbus_read_byte_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xbe32a4b2 pmbus_get_driver_info +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x46c3e5e9 i2c_dw_read_comp_param +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5bb1170b i2c_dw_isr +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5d22882d i2c_dw_init +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x941ce71b i2c_dw_xfer +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xbfbfa79a i2c_dw_disable_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xc3673953 i2c_dw_clear_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xccdad501 i2c_dw_disable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xd170ef3a i2c_dw_func +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xdfaba163 i2c_dw_enable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xe8a5440e i2c_dw_is_enabled +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x4416f452 i2c_add_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xb2933cdd i2c_del_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x1b0c640c i2c_setup_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x77a26a35 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x066f4744 ad_sd_calibrate_all +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x19f3f79e ad_sd_validate_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x28d1b354 ad_sd_init +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x49785089 ad_sd_read_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x5998c018 ad_sigma_delta_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x7dd2d2c2 ad_sd_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xbf2d71ca ad_sd_set_comm +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xe54b2ad1 ad_sd_write_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xf2b6d579 ad_sd_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x0fc4ed55 adis_init +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x127b70c0 adis_update_scan_mode +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x19b3bd9f adis_reset +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x2306de64 adis_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x2a3bbd31 adis_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x3975ce6c adis_remove_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x5df1493a adis_probe_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x60b0e9df adis_read_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x64ad4f20 adis_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x7385de1d adis_check_status +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x87c89e95 adis_initial_startup +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xe3162dbb adis_write_reg +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0534b957 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x06b1798a iio_update_demux +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x143de812 iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x21d309e6 iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x28522798 iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2bb2a87b iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x327c7288 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x372b20c8 iio_scan_mask_set +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x478dff5a iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x48fef967 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5bfc5220 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x61a62e22 iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x766251ac iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x873385f5 iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x87fb5a2e iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa313010d iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa66bb30f iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb7af6909 iio_scan_mask_query +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc170f6cf iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xccff12bb iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd2b403cd iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd87eabba iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xde0c296b iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe99d11c1 iio_enum_write +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x3bb25157 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x49a4fcbd adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x66535a18 adxl34x_suspend +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xe4586827 adxl34x_resume +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xef11727d adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x1361de9e cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xc3de335b cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xfd509db9 cyttsp_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x33311152 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x33aabf45 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x660f7df9 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x6d7bf328 wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x70c5ee72 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x91b0c690 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x9442db0c wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x97b2cef4 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xbc6feeec wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xc0644af7 wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xe643473f wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xec420615 wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x019d7046 ipack_device_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x07014f19 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x09934691 ipack_device_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x0a014498 ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x5004caff ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xf2153ce9 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0x4de7b2d0 unregister_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0xb17b7c77 register_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x03965d40 gigaset_freedriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x13f63c3a gigaset_initcs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x2823bc77 gigaset_start +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x2b862acc gigaset_m10x_send_skb +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x3032364c gigaset_fill_inbuf +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x454aa44f gigaset_debuglevel +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x5d8e2114 gigaset_freecs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x5f20ea3a gigaset_stop +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x68b4f36d gigaset_handle_modem_response +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x6c5c8734 gigaset_initdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x71060687 gigaset_m10x_input +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x8e82d230 gigaset_skb_sent +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x8eff32df gigaset_dbg_buffer +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x9cd1a612 gigaset_blockdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xccd514a6 gigaset_skb_rcvd +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xdf18baa0 gigaset_add_event +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xe2335640 gigaset_shutdown +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xeadbd2e3 gigaset_if_receive +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xec952ead gigaset_isdn_rcv_err +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x4e97f83f dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xa36f6af5 dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xa89826da dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb6d5c65d dm_deferred_set_add_work +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb70b342a dm_bio_prison_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xcfa01a18 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xebd06eaf dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x22163b69 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x3909d3a8 dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x3b736500 dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x594952bd dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x62a23587 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x7c381a76 dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9b2b253a dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xdc69e37a dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe004ee92 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe6024e59 dm_bufio_release +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xebcc64a4 dm_bufio_get_block_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xeca7949e dm_bufio_client_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x903fb075 dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xa041248c dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x01d2f9ac dm_rh_recovery_start +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x09472122 dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x3861b080 dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38efaf5a dm_region_hash_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x3a18389a dm_rh_update_states +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x41e01291 dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x4926252b dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7774620f dm_rh_stop_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d053fc5 dm_rh_start_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa2696f74 dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa83588eb dm_rh_recovery_end +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa8813ad6 dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xbe38a431 dm_rh_recovery_prepare +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xc66ce277 dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xcab63c3d dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd6378317 dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd6b90a8f dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf37a3cfe dm_rh_get_region_key +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfd93482e dm_rh_recovery_in_flight +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0054f69d dm_tm_pre_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x03ced457 dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x08a936ca dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x11eab9fe dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2c112836 dm_block_location +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2e730a21 dm_bm_checksum +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40f7bd91 dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x42d6b12f dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x63b2ff62 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x67521436 dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x688d422d dm_bm_block_size +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x72289260 dm_block_manager_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7ade1071 dm_tm_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7b047bd9 dm_tm_create_non_blocking_clone +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7dc38fc6 dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x80c89b3d dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9b4b5b29 dm_bm_write_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9e798e22 dm_bm_set_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa2507774 dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa6aae3ea dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb7bad799 dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb967690a dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb9a6ecf8 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbaa513b0 dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbc5fe7c1 dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbcfdc290 dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdb562135 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xead1e727 dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf99dc2cf dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/raid1 0x4c30215d md_raid1_congested +EXPORT_SYMBOL_GPL drivers/md/raid10 0x69932397 md_raid10_congested +EXPORT_SYMBOL_GPL drivers/md/raid456 0xe0095319 md_raid5_congested +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x04272464 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x0439ddb1 smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x23d2780c smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x2b78822a smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x37d91069 smsendian_handle_tx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x3cbec6a6 sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x3ea01466 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x5f2b70ff smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x5f6e4421 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x63222b29 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6d540377 smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x74ee9098 sms_board_load_modules +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x76222253 sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7c576277 smsendian_handle_message_header +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa4463968 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa694e3b3 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa771ed38 smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc9c2efc0 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xcfddcb8a smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe8f4f284 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xee428cbf smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf3431236 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0x113f6f31 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/platform/omap/omap-vout 0x090b7ab2 omap_vout_default_crop +EXPORT_SYMBOL_GPL drivers/media/platform/omap/omap-vout 0x3f08714d omap_vout_try_window +EXPORT_SYMBOL_GPL drivers/media/platform/omap/omap-vout 0x87006df4 omap_vout_new_window +EXPORT_SYMBOL_GPL drivers/media/platform/omap/omap-vout 0xd5aa61c6 omap_vout_new_format +EXPORT_SYMBOL_GPL drivers/media/platform/omap/omap-vout 0xe168e379 omap_vout_new_crop +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x7b29ad19 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xf0aa693a radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x025f672e ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0781f53e rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0a6d06c5 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x1f4eb9ef ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x20f8f4de rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2f2c2b10 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x35bc2e81 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x488cabc0 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x4f6471c9 rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x553efb91 rc_core_debug +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5653b449 rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x7d64ef71 rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x7f62214e ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x88c29ad4 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9d376238 rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb5ad6e0e rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb6369bd2 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xedecdfa2 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x0534f951 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0x9e22fdcb microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x2bce0c4d mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0xc638917e tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x55ef6753 tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xc391e8e9 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xecfa6666 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x73145a91 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x1376e231 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xb463efbf tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x2a488d37 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x5e001054 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0xce07b1c4 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0985ffdf cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0ad701e5 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0d31fc11 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x32afecef cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x3fd9abc6 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x40296e4b cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x409c789d cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x43594c92 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7af323cd cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7cabcec0 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa22fcccf cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xaa469202 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xad34fdae is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xbce02857 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd38ed4f8 cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd41e5809 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe6e17ff0 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf2c320ee cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xfdcefdd8 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x872dc0ef mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0x5e19435e mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x1923ebdb em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x40d9cd9e em28xx_alloc_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x608f8c45 em28xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x8ce99aba em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x9170a70b em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x93064901 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x934e9311 em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa073b570 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa3a955a3 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xae27e40a em28xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcf624483 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd3f54c29 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd659aeda em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe87d9b4e em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x07d1fb29 tm6000_set_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x2309a6d6 tm6000_xc5000_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x39590492 tm6000_get_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x78e25121 tm6000_set_reg_mask +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x89b611dd tm6000_debug +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xb27cb77a tm6000_set_audio_bitrate +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xdff8e89d tm6000_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x0026a5bb v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x09909954 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x53105839 v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x5d9d3491 v4l_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x6f344bb9 v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x7caa275b v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x7eaf8e7a v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x813f3de4 v4l2_find_nearest_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x865c51bb v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x94632f90 v4l_fill_dv_preset_info +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xe6cb848e v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf63ae08f v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-int-device 0x40830072 v4l2_int_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-int-device 0x40e2dd37 v4l2_int_ioctl_0 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-int-device 0xa5228b24 v4l2_int_device_try_attach_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-int-device 0xae0636bb v4l2_int_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-int-device 0xc8e2fee6 v4l2_int_ioctl_1 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x02228408 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0b917f2e v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x296cc354 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x29b147e9 v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3955a19b v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4e114f9b v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4f22c9be v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x718ca65a v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x82e7664e v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8aec9e83 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8d14b647 v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc8a3f311 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfb816ce9 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfc7e9414 v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x13220fba videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1e28b3a6 videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x21392999 videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x225a634f videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x25889ebe videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2bf3db35 __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2bf91180 videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2d41098b videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3fbc07bc videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x57425781 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x57ca292b videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6b196c52 videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x7dfad6e0 videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8376b9bd videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x87913dff videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8c8685f3 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x92151044 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa8fd9541 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xadf21163 videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb10db1b8 videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb65405e2 videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb9c2d015 videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe4fb8869 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf7ada41e videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x0c3a0ec7 videobuf_queue_dma_contig_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x81c004e4 videobuf_dma_contig_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xae88a133 videobuf_to_dma_contig +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xc8503e71 videobuf_queue_dma_contig_init_cached +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x99749027 videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xaa6d3111 videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xbf9957a6 videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x007ffe99 vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x01cfdf3f vb2_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x04e865af vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x119de7b2 vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x2f2bf4da vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3cc0013b vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3d6335a4 vb2_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3f9cccfe vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x44af51f7 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x475f0ec5 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x48ac938e vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4f462cde vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x64b2b2cf vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x73e6b16a vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x777636fc vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x77afb328 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x7ff69293 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x81901009 vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x93973a54 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x95f793ac vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x967cf413 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x97077a18 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa04e7d47 vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa871f184 vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xafeca777 vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb34f1105 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xc8981ed3 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xcde0dc91 vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd641b46c vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xda512055 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xedd9b203 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf1e7b968 vb2_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf2245c05 vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf8b4c47b vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xa12ba357 vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xe28e5fce vb2_dma_contig_init_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xe57f0426 vb2_dma_contig_cleanup_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x6cb96ca1 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x871b2854 vb2_get_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xb2e813d1 vb2_get_contig_userptr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xf9b0f9f1 vb2_put_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-vmalloc 0x546d6a23 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0163928c v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x04542015 v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0e0e3c05 v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x191e4de4 v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x22fadadb v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x30e45ef8 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x47b15481 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x53eb235b v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5a67b830 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5bd903b3 v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x65a4f8d4 v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x74d60c8f v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7e53a166 v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x89224ce8 v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x97351962 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbd893624 v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc921647e v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc74e75d v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd14afa66 v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd92bdcc3 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe4125c71 v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xeba32173 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x0fdba253 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x6d5a7fb2 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xa05446d4 pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xfcb2739b pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x06d5c230 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xe98b59b3 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xf6a70eab lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x130a4565 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x1bd1f34a lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x49a641fb lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x5ec1b46f lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x8ca844be lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xc1abed2a lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xff889154 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x09961a97 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x6c52e9da mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xa5bf263e mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xb7b0d356 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xe9830809 mc13xxx_common_cleanup +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xf70a9876 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x0306cfaa pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x21e8a97e pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x28d8b000 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x3fa5c14c pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x47786fc1 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x50ef58d7 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x73b20714 pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x9d843354 pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xd61587e9 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xed5379e6 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xf1452fcd pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x016056ce pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xc7f7e9af pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x0f3f68e5 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x1183e130 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x2358c543 pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x8277d965 pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xac252762 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x01a33234 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x4fca3918 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x2c1da761 sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xc6aad7fc sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xcc074053 sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xeebf6470 sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xf1c34f9d sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x33cd0c38 tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x3411c287 tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x3e74f9f7 tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xd02774d9 tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/twl4030-madc 0x08b8dd2e twl4030_madc_conversion +EXPORT_SYMBOL_GPL drivers/mfd/twl4030-madc 0x4362dc66 twl4030_get_madc_conversion +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0xd6bc0e07 ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x27cb133b eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x822222db eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x98bb5a22 eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x0abbee1c enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x0dd1e3fb enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x3495cba2 enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xa2853df8 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xb8489d11 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xcd4638af enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xd933689f enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x0e470c5a lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x36edfcc8 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x59e242e7 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x5d34ede7 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x94c02718 lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x98ff061b lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xc9de29a4 lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xcfb1c717 lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x1b94c3f0 st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x9de77120 st_register +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0x28876a01 dw_mci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0x3ed72a39 dw_mci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0xc404fc76 dw_mci_pltfm_remove +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x18441de8 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x47a0075d cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xe13a7544 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x3501fee9 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x65c6a6f8 cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xda0e9392 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0x3ebe2a3e cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x6474e44a cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x7788bc37 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x8092fc39 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/devices/doc2001plus 0xb0218cd1 DoCMilPlus_init +EXPORT_SYMBOL_GPL drivers/mtd/devices/docecc 0x45937659 doc_decode_ecc +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x4a730b52 onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x7a14f408 onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x0b4fcd08 ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x10d69be5 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x599d06b7 ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x59c7638d ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5cfdd22d ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x6a1b885b ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x6f09ba8a ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x70a2d18c ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x88983564 ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xa02e367d ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xb5758c66 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xe05e873f ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xea49a2eb ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xef4a7241 ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5f97bb5 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xfd6f0ef9 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x18d746dc c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xaa72f8ff alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xb651aa11 register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xdc23bba4 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xe335be01 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xec877cc9 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x0143ff46 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x1e2ea478 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x222c295a can_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x260f7712 close_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x2acd04a7 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x2c692e61 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x2cd90186 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x45032198 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x8a35f767 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xa6788fb5 can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb346573b can_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xc1954a34 alloc_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xed1f02cf register_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xfcda6c2b unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x110a3df1 register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x70380246 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xc203fe0f unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xe45de8ef alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x2bb9aedc register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x365bdaac free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x463991fe alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xa3eb22ec unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0x2c7f695c macb_set_hwaddr +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0x345fe213 macb_get_hwaddr +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0x6f81732a macb_mii_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0x83b34c32 macb_ethtool_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0x8c2343c1 macb_set_rx_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0xc34df9f8 macb_get_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0xe92934f4 macb_ioctl +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/davinci_cpdma 0x018edcce cpdma_ctlr_dump +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/davinci_cpdma 0x4a6bea03 cpdma_chan_submit +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/davinci_cpdma 0x5c2fe4a5 cpdma_chan_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/davinci_cpdma 0x68e47b2c cpdma_ctlr_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/davinci_cpdma 0x764928a2 cpdma_chan_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/davinci_cpdma 0x949334db cpdma_ctlr_start +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/davinci_cpdma 0x9cdc9867 cpdma_ctlr_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/davinci_cpdma 0xc2226e21 cpdma_ctlr_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/davinci_cpdma 0xc5d5513e cpdma_chan_process +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/davinci_cpdma 0xe4c22565 cpdma_chan_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/davinci_cpdma 0xee8d7539 cpdma_chan_start +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x03364b99 macvlan_start_xmit +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x9473ca44 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xb47922b6 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xe8124d46 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xf33df30c macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvtap 0x29e737f6 macvtap_get_socket +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x059195b6 usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x187a19b3 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x51cdce12 usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xdf3f73d4 usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x0715f0f3 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x189cc9d6 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x516a5d1e cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x738a1a25 cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x84f5cdc5 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xe6b89ede cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x23705965 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x4e333f13 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x6598e31b rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x66a10dbf rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x7fbb147e rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xcbb7a483 rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x01f0a2e0 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x05270d6b usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x082e7c75 usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x13903b0f usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1c71d92e usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x25bdf8ce usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2699d6cf usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x284c927c usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2be3d947 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2d2ad90a usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3a71f274 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3bff0d65 usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3c3e4189 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x426ba0b3 usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6b9b7150 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x75c46f3a usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x817b1145 usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8b01b26d usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8b0e06d7 usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8b49cc4d usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8cd29d20 usbnet_get_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb8571e52 usbnet_set_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbce6b6d2 usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc109a71c usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc2a46118 usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc9655a04 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xcc70c61d usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd5af63b0 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf9ba5922 usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x091c9e83 i2400m_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x0bacd935 i2400m_netdev_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x2aee4d13 i2400m_release +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x321819bb i2400m_cmd_enter_powersave +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x3a1d071e i2400m_error_recovery +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x4cacbdc7 i2400m_is_boot_barker +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x4d7bd07f i2400m_dev_reset_handle +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x57851083 i2400m_dev_bootstrap +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x5796c4e3 i2400m_tx_msg_sent +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x589e94e8 i2400m_init +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x8a1ae0b6 i2400m_pre_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x9429e0b2 i2400m_rx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xae93ee4d i2400m_tx_msg_get +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb00b793c i2400m_bm_cmd_prepare +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xbe81ec04 i2400m_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xe5da9a1a i2400m_post_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xf819c2cb i2400m_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x05928bda lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x154ad0cc lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x18f6b441 lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x219fa888 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x25820161 lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x2c77cbe3 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x434ab470 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5fdf38b8 lbs_disablemesh +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x75f14fcb lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x9f3480ea lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xa26e95e0 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xa81ce901 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xb76e6af0 lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xb7bcebce lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xc7492dc0 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xdc90d244 lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf04ea0b7 lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x25d2ebdc lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x3cbde3b7 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x4e3ad5c8 __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x4ec1cc54 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x52182de2 lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x5be12b45 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x88662722 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xd21a16b9 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0x00954d73 if_usb_prog_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0xb99ccff1 if_usb_reset_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x12abf429 mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x154d578f mwifiex_deauthenticate +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x1ecb517d mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x403b120e mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x420ac306 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x43cbedf1 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x4d7e9179 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x8a51141d mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x9541ae32 mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xb729c713 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xca0fb25e mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xcae97588 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xcf79dab1 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xea987e34 mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x0165ffd2 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x0b085248 p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x350a3d71 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x374469b1 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x39689166 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x435a0935 p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x46adfdf3 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xb5d6c508 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xbebdd1f7 p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x04aa864b rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0933bede rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0cb0086c rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0d279195 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x13b6b687 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x18679694 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1fd25215 rt2800_get_tkip_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x2e3fef72 rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x37fe3c48 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3b75ec02 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x5404e318 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x5c1f1027 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x6357443f rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x64b4c637 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x6d786d37 rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x768aa2a8 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x857bcd63 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x874b730b rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x8d9a1605 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x98b96eb5 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa0924a82 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa1f29274 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xac080dd0 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xad702e43 rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xaedf6c00 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb0437e6f rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb569330e rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xba56f312 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xbb6f7447 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xbd3aaddb rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc52c6874 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc69f088f rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xd1d95074 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xddeb1783 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf141590e rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf525394d rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf93212fc rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x00a272ee rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0151ddf6 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x01e4bdd9 rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0d9eb329 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x10c1deab rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x157983f8 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x15aa489d rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x17c12e6c rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x29ec9142 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3cf6bd00 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4da2e135 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x58198feb rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5b3e8be6 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5de9e680 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5e13c905 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x61de3111 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6878c77b rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6a9e2ce6 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6bd78645 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6bf272eb rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x8009e81e rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x84522626 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x85401851 rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x88cb4e58 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x995c7324 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa2f2b19b rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa54229f8 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa64e8e8f rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xabf4d9a4 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xace041a8 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb64cdc89 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb8652fb5 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb99ac947 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xbb90fc44 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc36fb046 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc7360a9a rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xce69021d rt2x00mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xcef4a7e6 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd1d7e5bf rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd8defc26 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xdefd09f2 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xed717f09 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf4501830 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf5dc7def rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf7ab23f6 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xfa56e0c6 rt2x00mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x2104a36b rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x3a2a85f0 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x3ec81bce rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x45781f64 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x54737265 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x54c4f4ee rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x6b1f9064 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x6d229e01 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x6db8ca1f rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x80b19a02 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x8417355e rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x9ded9b92 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xb53d993d rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xcbaf12ed rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xd0daaa0a rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xf9419b49 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x223bcff9 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x7fb91405 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xcfe47774 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x05294fba wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x119e922f wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x14284b0e wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1478486c wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1af5aabf wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2935a08e wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2d6fd1cf wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x31c23e96 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x385d8a24 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x47b9c639 wlcore_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x53dff67d wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x551466bb wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5aeb735f wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6d893a12 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x76b0ccf9 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8a64f9f1 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9958e499 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa3f46d27 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaa95914f wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xae499838 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xba6888eb wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc14af1c2 wlcore_wake_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc6d92b9d wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd0db9909 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdc45a11d wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe026b971 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfb4dcb3c wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x036f6cf6 pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x3fb9ffae pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0xeefb8b49 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x071b1e9f mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x498ba699 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x83929553 mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xa637ad53 mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xcc09ec29 mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x294c1a5f wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x29939522 wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x62003e22 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x86494f66 wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x8d015766 wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x9e03cbc4 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x444d4d29 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x35d75542 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x38e0116a scsi_dh_detach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x4798adb0 scsi_dh_activate +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x593a36c2 scsi_dh_handler_exist +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x87165a33 scsi_dh_set_params +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x9351da14 scsi_register_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xae628354 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xe18e2347 scsi_dh_attach +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0fb51275 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1bb6e4bf fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x28246e23 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x374c1e1c fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x4ac9accf fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x546760be __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x58e5c658 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x65372dda fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x84b3d915 fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9a5ebf5f fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb6c84ca4 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb70d550f fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc3409e03 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xcfe96a66 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xd4d2e77b fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xdc384dd5 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x032fb243 iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x329ad5e6 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x6c3ebd79 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x7c3ea232 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x9631489d iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x9c4e132d iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x01ae6eca iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x054d29ca iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x086aed75 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0abd696c iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x14752698 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x20f60dca iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x28e60bf1 iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2c18e24b iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2eb88f8b iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3674b03a iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3790cea3 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3f28cd38 iscsi_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x48502a3f iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x55024d40 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5e0ebde2 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x66edd76d iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x67ac6e2d iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6df02d3f __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x71f60213 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7249ca62 iscsi_eh_target_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x79f94d9a iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7a617958 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7c5bc80b iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x82f63c13 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x84323e4b iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8ca8e157 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9fa21453 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa0a82a50 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa0cb16f3 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa4832cf0 iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa6395015 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb1b894a0 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc0cb02f4 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcdc726f6 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd1285a61 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd6080527 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd8a1a839 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdce144f5 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe916f794 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe9c023ec iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xedc0a2e0 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xefaaabf2 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf0b0c106 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf1bb3ab8 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf8906873 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfc7432b8 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1212b256 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1dab1106 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3705c0a6 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x38e2a45e iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x45356b23 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5be7eff4 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x62c26955 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6546bd0e iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x719f5c40 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x74b9d1c4 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x78d00161 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x92b4e8de iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xbb7b60dc iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xde9bd490 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe16aec56 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe33cb01d iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf8c1804c iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x268bc1fb sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2ac7fc90 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3cba3940 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3d93f17d sas_alloc_slow_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3f237017 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x476325ef sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x484513a9 sas_domain_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4b9a7f41 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4f18ead0 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6281a039 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6a4d8dfb sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6bc3c723 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x710259f1 sas_alloc_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x72482858 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x787da71d sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x809d1d68 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x97624342 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9950619e sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa49d6d33 sas_change_queue_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbdbf48f3 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc4c18d4e sas_free_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd2c11efa sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd6f33d69 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe8df2f06 sas_eh_bus_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfbafe986 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x1dc182db scsi_tgt_tsk_mgmt_request +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x216da183 scsi_tgt_cmd_to_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x60a01805 scsi_host_get_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x7d925dd9 scsi_tgt_it_nexus_destroy +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x7f8f7093 scsi_tgt_free_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xac032976 scsi_host_put_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xc35b6a32 scsi_tgt_it_nexus_create +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xefb84635 scsi_tgt_alloc_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xfa489e42 scsi_tgt_queue_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x071fd88b iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x078ed8d9 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x09ce5545 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0eaa92e8 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0eea99bf iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x15bcaa71 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1ab15c7a iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x20653272 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2994d0c9 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2c68b6a6 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2c9391ef iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3adfcda8 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x44c358f1 iscsi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x56b376d2 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5a4298e7 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6e6e20eb iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x79ab7bbd iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7d751394 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7df73a8a iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7fd2d1c4 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8a52fdb7 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9704cea3 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9dcfb79e iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa7578e3d iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xac4da238 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaf4496c1 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbbb065cf iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcbb67975 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd2c4f308 iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd2ea6b6c iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xda5a69a9 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe80e6cf6 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x35a45b0f sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x7fb245bd sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x9dd786d5 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xba5c0eec sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xa0c71dac spi_populate_sync_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xcffa2aff spi_populate_width_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x7150b3dc srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x77bfb561 srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x9d6e01a5 srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xae3a1101 srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xf90214ab srp_remove_host +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x6cb5b6eb spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x87756e76 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x9f0c693e spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xa28a120d spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xc9235e48 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xdfdb2937 spi_bitbang_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x002e2f01 dw_spi_suspend_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x47c436b2 dw_spi_xfer_done +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x5f3b8cef dw_spi_remove_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x992d0fb7 dw_spi_add_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x9bf579f1 dw_spi_resume_host +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x3d8422e1 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x043993b8 CsrUint32Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x063ce8fd CsrMemCpySer +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x1a2f4153 CsrUint16Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x1b112e5a CsrUint32Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x20ed5d24 CsrMemCpyDes +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x25d71627 CsrWifiEventCsrUint16Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x2e32b4fa CsrWifiEventCsrUint16CsrUint8Sizeof +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x35ee09da CsrWifiEventSizeof +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x4a44d987 CsrCharStringSer +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x4b702d3b CsrWifiEventCsrUint16CsrUint8Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x5bef3871 CsrCharStringDes +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x71d701be CsrThreadSleep +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x7b2ce3fd CsrWifiEventCsrUint8Sizeof +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x80cc6f40 CsrTimeGet +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x83653836 CsrWifiEventCsrUint16Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x92b87e22 CsrUint8Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x99c3117b CsrWifiEventCsrUint8Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xa914520b CsrMsgConvFindEntry +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xad2a353d CsrWifiEventCsrUint8Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xb39bdd0a CsrUint8Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xc47d071c CsrMsgConvInsert +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xc79e2f1d CsrWifiEventSer +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xc9691b01 CsrMsgConvInit +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xde3f2c0f CsrWifiEventCsrUint16Sizeof +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xdf5f5f67 CsrUint16Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xe258383d CsrWifiEventCsrUint32Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xe2e90b5d CsrMsgConvCustomLookupRegister +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xe90cfd08 CsrWifiEventCsrUint32Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xeb229892 CsrWifiEventDes +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xfd995761 CsrWifiEventCsrUint32Sizeof +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xfe9f5512 CsrWifiEventCsrUint16CsrUint8Ser +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0x12e6177b oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0x14523351 oslec_snapshot +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0x14c4b6b0 oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0x3c6ec396 oslec_flush +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0xca667daa oslec_create +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0xeb94de18 oslec_update +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0xeec034fb oslec_free +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0x62a303fd adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x182d4a32 imx_drm_device_put +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x1cfe024a imx_drm_crtc_vblank_get +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x2633f37c imx_drm_remove_connector +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x419b08de imx_drm_handle_vblank +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x5f056ff0 imx_drm_crtc_vblank_put +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x6ac7ae1f imx_drm_remove_encoder +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x736cc34f imx_drm_add_connector +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x782ed4f5 imx_drm_crtc_panel_format +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0xbdb36673 imx_drm_device_get +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0xbe069a6f imx_drm_encoder_add_possible_crtcs +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0xc30a7b83 imx_drm_add_crtc +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0xd652b5a4 imx_drm_remove_crtc +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0xdbb82f0f imx_drm_fb_helper_set +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0xec6dc35b imx_drm_add_encoder +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x01913d79 ipu_idmac_channel_irq +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x13952dfe ipu_dmfc_enable_channel +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x15ec2ba5 ipu_di_put +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x199bd5c8 ipu_dp_disable_channel +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x1ba497eb ipu_pixelformat_to_colorspace +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x1f109b0c ipu_di_get +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x21a98c8d ipu_cpmem_set_yuv_planar +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x25aaf41a ipu_ch_param_read_field +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x29a5c5b8 ipu_get_cpmem +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x3166aec7 ipu_dmfc_disable_channel +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x32d1b28a ipu_cpmem_set_yuv_planar_full +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x33a2a6fe ipu_cpmem_set_image +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x3e86ea72 ipu_di_get_num +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x429ccbc2 ipu_srm_dp_sync_update +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x4c179b49 ipu_dp_put +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x51475e87 ipu_dmfc_put +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x53de277c ipu_di_enable +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x588bb96f ipu_dp_get +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x59d63877 ipu_idmac_enable_channel +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x60878bb9 ipu_idmac_set_double_buffer +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x6b141f42 ipu_idmac_disable_channel +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x6ce1d2e2 ipu_cpmem_set_fmt +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x7068e939 ipu_dc_put +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x742ca498 ipu_idmac_put +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x7666bda8 ipu_cpmem_set_yuv_interleaved +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x859d56b9 ipu_cpmem_set_high_priority +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x920d4538 ipu_ch_param_write_field +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x94c092a3 ipu_cpmem_set_format_passthrough +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x97314b7a ipu_idmac_get +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x9f38e177 ipu_dp_enable_channel +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0xa390df40 ipu_idmac_select_buffer +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0xa4b0cabd ipu_dc_disable_channel +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0xb228bf1e ipu_dp_set_global_alpha +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0xb94ca95a ipu_dmfc_init_channel +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0xbfaef745 ipu_cpmem_set_format_rgb +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0xc848c5d7 ipu_dmfc_free_bandwidth +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0xc921446a ipu_di_init_sync_panel +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0xc97e7a0f ipu_di_disable +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0xd5055dd9 ipu_dmfc_alloc_bandwidth +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0xda43619d ipu_dmfc_get +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0xe300a959 ipu_dp_setup_channel +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0xe6243c52 ipu_dc_enable_channel +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0xf77570b4 ipu_dc_get +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0xf7d99d69 ipu_dc_init_sync +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0xf9ed222e ipu_dp_set_window_pos +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0xfea1526c ipu_module_enable +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0xff928be7 ipu_module_disable +EXPORT_SYMBOL_GPL drivers/staging/rts5139/rts5139 0xbd5a0e51 rts5139_usb_ids +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0294216b synth_remove +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0e81c76d spk_serial_out +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x115c5b09 serial_synth_probe +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x14f06fe7 spk_serial_in_nowait +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x470b0611 spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x475e158a synth_request_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x48b9635e synth_add +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4a8c0fd8 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x5a1d58f8 spk_synth_immediate +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x640ecc0f spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x86442336 speakup_event +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8e146195 synth_release_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x917a1270 spk_var_store +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x93cad4c0 spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x9a888082 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xaf5d671c spk_var_show +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb2978dbc speakup_info +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb48956f8 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb73a5748 get_var +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc766ae09 synth_printf +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7cd4558 spk_serial_release +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7e810f8 spk_serial_in +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x00271924 usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x36f4d746 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x47b30b0b usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x6ffcb601 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x8d6383a0 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x98c16733 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xb23e5023 usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xb7287831 usbip_event_add +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xba5a1a9e usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xe5bd70c0 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xec26f5f1 usbip_recv +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xfc3f996c sockfd_to_socket +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xff1a5d9a usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/tty/n_tracesink 0x585ebaac n_tracesink_datadrain +EXPORT_SYMBOL_GPL drivers/uio/uio 0x02bd47e8 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x2fd9046f uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0x57e9a9d2 __uio_register_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x813e8a2b usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x83be365a usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0b8d6dff usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x16497550 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2a10679d config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x30bb16ec usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4635f39e usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4c23aafe usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5767ced2 usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6225511d usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6ac12dd0 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x73f6ce5b usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x75b6890e usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x87b3fe51 usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x94d7075a usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa65b407e usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa737d642 usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbbe70c3f usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc1f3d5f0 usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd9ebc8e6 usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf909295f usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x98552ab2 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xa76d50d3 ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x34b800c6 usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x3c24cc6d usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x4503e2e1 usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x549c5689 ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x79b1e5a1 usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xa2be349f usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xd809efd4 usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xdbf017d3 usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xefea2564 usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x84a236eb musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xe2a72aee musb_dma_completion +EXPORT_SYMBOL_GPL drivers/usb/musb/omap2430 0x6fb55e1f omap_musb_mailbox +EXPORT_SYMBOL_GPL drivers/usb/phy/isp1301 0x000d12df isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x5e245bf1 usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1c3180ab usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3216b67e usb_serial_handle_break +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x36992f82 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x384514b0 usb_serial_handle_sysrq_char +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3910f336 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x40025e2e usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x524943cf usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x562f107e usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5d180845 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x623d7b39 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa5820ea2 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xaf1387e0 usb_serial_generic_disconnect +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xca2147c3 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd551f52a usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xda369bbb usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xeca67cf8 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xed402abe usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf891ceb0 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x00ab2e80 usb_stor_access_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x00ad9a98 usb_stor_bulk_srb +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x05319461 usb_stor_CB_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x09b76bdb usb_stor_bulk_transfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x0c7c4af0 usb_stor_transparent_scsi_command +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x0d9e70f1 usb_stor_CB_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x0fb633b0 usb_stor_reset_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1bc3edc2 usb_stor_sense_invalidCDB +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x3a32518a usb_stor_suspend +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x585c9c5c usb_stor_bulk_transfer_sg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x5f9bcf40 usb_stor_Bulk_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x6445fa4c usb_stor_probe2 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x7fbfabf5 usb_stor_set_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x8384a310 usb_stor_disconnect +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x902f0c2d usb_stor_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x979e43da usb_stor_ctrl_transfer +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xac2ada87 usb_stor_post_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xb8be7eba usb_stor_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xbc2b22c4 usb_stor_probe1 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xbcf6e94b usb_stor_control_msg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xd0f5232a fill_inquiry_response +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xdb6b960c usb_stor_Bulk_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xff4e8f89 usb_stor_pre_reset +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x0c54a677 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x1c7b2a96 vfio_del_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6e613940 vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xd45b5899 vfio_add_group_dev +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0x0adcf45a auok190x_send_command +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0x3329ea4a auok190x_pm +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0x46334f7f auok190x_read_cmdargs +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0x4f0174aa auok190x_common_remove +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0x97fa8321 auok190x_send_cmdargs_pixels +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0xa748af36 auok190x_send_cmdargs_pixels_nowait +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0xb1fcde6c auok190x_common_probe +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0xe1a3891a auok190x_send_cmdargs +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0xe259f0c4 auok190x_send_command_nowait +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0xec77011b auok190x_send_cmdargs_nowait +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x077d8018 ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x4241a892 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x52aff6e7 ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x70ffd200 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x93856c94 ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xa30cbd6e ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xe9ae178e ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/fb_sys_fops 0xcbacaed0 fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fb_sys_fops 0xdf0a9b17 fb_sys_read +EXPORT_SYMBOL_GPL drivers/virtio/virtio 0x4842a4dc virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL drivers/virtio/virtio 0xad4e8ea9 register_virtio_device +EXPORT_SYMBOL_GPL drivers/virtio/virtio 0xbfadb455 unregister_virtio_driver +EXPORT_SYMBOL_GPL drivers/virtio/virtio 0xeec2489e unregister_virtio_device +EXPORT_SYMBOL_GPL drivers/virtio/virtio 0xf97ed53e register_virtio_driver +EXPORT_SYMBOL_GPL drivers/virtio/virtio_ring 0x0201ca0e virtqueue_disable_cb +EXPORT_SYMBOL_GPL drivers/virtio/virtio_ring 0x193af628 vring_del_virtqueue +EXPORT_SYMBOL_GPL drivers/virtio/virtio_ring 0x3c620974 vring_new_virtqueue +EXPORT_SYMBOL_GPL drivers/virtio/virtio_ring 0x417be369 virtqueue_kick +EXPORT_SYMBOL_GPL drivers/virtio/virtio_ring 0x5d1f7711 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL drivers/virtio/virtio_ring 0x6218f75c virtqueue_add_buf +EXPORT_SYMBOL_GPL drivers/virtio/virtio_ring 0x7fbd2c93 virtqueue_notify +EXPORT_SYMBOL_GPL drivers/virtio/virtio_ring 0x883c5f5e virtqueue_enable_cb +EXPORT_SYMBOL_GPL drivers/virtio/virtio_ring 0x930a94ad virtqueue_kick_prepare +EXPORT_SYMBOL_GPL drivers/virtio/virtio_ring 0x93a3aa02 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL drivers/virtio/virtio_ring 0xaa15ab9a virtqueue_get_buf +EXPORT_SYMBOL_GPL drivers/virtio/virtio_ring 0xcc5479e0 virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL drivers/virtio/virtio_ring 0xe08c5cf5 vring_transport_features +EXPORT_SYMBOL_GPL drivers/virtio/virtio_ring 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL drivers/w1/wire 0x2d84e1eb w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0x623568b6 w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x786318ea w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7c2f2afb w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x8522d718 w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x87d0a2f0 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xc27f991d w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0xd7d4afe4 w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xea8fa289 w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0xf3376904 w1_touch_block +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x67161835 xen_privcmd_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x6febeab8 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x9321df95 dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc6dc8c2f dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xdc583c08 dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xe831f689 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xf7293e77 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x17ce645d locks_end_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x418db79d locks_in_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x5f69a4e8 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x682f11de lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x6f230941 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x86056341 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xa517744a nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xc6a94996 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xe5ac1da8 locks_start_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xf01c45be nlmclnt_done +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0475c087 nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x04fe9d9c nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x07284b42 nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x089a7f5f nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0a251676 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0a6fa16c nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0bf099e8 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0ea32941 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1241150f nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x127ffe5c nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x145a5641 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x16ce39bf nfs_setlease +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1a05c84b nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1b6c8a98 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1bc93aca nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1cb40d02 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1ef11eaf nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x235af7ee nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x24f2f3fb nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26fc4b65 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2a6dc793 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2dfa0b0f nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2e6e6a01 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30aaa444 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x328cfc81 nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x33c9b47c nfs_file_fsync_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34841cc6 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34da212a nfs_dns_resolve_name +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3687c36c nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x36e97308 nfs_file_flush +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ca31f35 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ccd9f87 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3d81b05d nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3e2e5168 nfs_readdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f685061 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40512fde nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x436eee8e nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x43d47c12 nfs_sb_deactive_async +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4559eafe nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x45633582 nfs_readhdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x49833f50 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4a907b77 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4df0b55d nfs_readhdr_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x507b4b43 nfs_writehdr_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x520bc9cf nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x530ad1a0 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x589b7e24 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5aa62ff6 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5bee750a nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5d87dfac nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e1d863a nfs_sockaddr_match_ipaddr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5fe2e240 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6145d9d1 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x61e9b73a nfs_initiate_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6a1aa461 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6c1729c4 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6cf3806c nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6f0806a0 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x702ea1d4 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x70e364c4 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x72cd2212 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7590652a get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x78903c92 nfs_pageio_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x79fb13e1 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c813ee9 nfs_fscache_set_inode_cookie +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x80328a0a nfs_pageio_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x83522f65 nfs_generic_flush +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x837444ea nfs_destroy_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x864972ee nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x87e3ae5c nfs_fs_mount_common +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8868a390 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89bc5a64 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8c0f4349 nfs_file_splice_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9184bc24 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9266ceed nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x959d06e9 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x961af72b nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98c05ffc nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x991241c5 nfs_writedata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9d2c7716 nfs_put_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa2d6d81d nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa3da845d nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8d2d1ce nfs_callback_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa9026c92 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa9dae71e nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaaa14361 nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xab05d64e nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xabad8446 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xacecce7a nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xada3be59 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaf4c1295 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb11b62c2 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb4b7bf05 nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb62f0481 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb6761e2a nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb7ef45db nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb8b3c48a nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb8fd4db6 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb9297415 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xba7a0a13 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbca212cd nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbcfb7755 nfs_initiate_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc0055c0e nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc0315996 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc0ed594b nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc40ff804 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5ef47d5 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5fe8972 nfs_pageio_add_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc638e63d nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc63c89c8 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc7e78b31 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc82c7371 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd0af65f2 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd27a6199 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2ed5b01 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd3887c62 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd4b19fb3 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd6801c5b nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdbcbda6a register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdeb9bfa9 nfs_generic_pagein +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe2232dbc nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe3d68283 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe408e45f nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe41fd04f nfs_writehdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xee386147 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeec97637 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf3e62d1b nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf4000f72 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf62d9295 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf6ec24e8 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf86c6410 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf8745a6b nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd4036f2 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x079fc129 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0b2f8285 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x10947dc0 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x11cbb982 nfs41_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x18182f9c pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1a138dfa pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1bfc6485 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x221ac210 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x23895649 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x334719f1 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3977d879 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5a66fdd4 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5ef761e3 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69a86539 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7577c5ba nfs4_proc_getdevicelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7d8f18f3 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x866f0b3c nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8724a044 nfs4_insert_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x892bf066 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9050a478 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x955531f8 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x98db9c36 pnfs_readhdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9e72ece7 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9fe00e66 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa2a60715 _pnfs_return_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa57e14de pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb0b50f16 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbbfdcb81 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc15683ef nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc5e74411 pnfs_writehdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xce8cbb9c pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcf153ba4 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcf17fb99 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd0c28a18 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf005dbaf nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x83796a4c nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xf279b911 nfsacl_decode +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x046852e1 o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x0b3034d1 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1b89c6ee o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1cb231d0 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1d747ce3 o2hb_check_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36418553 o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x425d8625 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x687f6251 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x6f805afe o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x8e5b6f96 o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x9831180e o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa82a8645 o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa9f5379a o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xae808bac o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbaeb4700 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc3679d7b o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xcab50af3 o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd60f2c6c o2hb_check_local_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf1a5611d o2net_unregister_handler_list +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x19147063 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x52e9f62d dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x9d6644ba dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xc5c7d515 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd7ba575e dlm_errmsg +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd8fa57a6 dlm_unregister_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xdf9fb962 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xee3781eb dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x025e2d69 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0562c415 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0f13ca9b ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x16b2e575 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4145d92a ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x5469ce31 ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x7083dbd5 ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x88687b78 ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x89502fe7 ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xb4bd060c ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xdc823ea4 ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe2bd47db ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe40cffce ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe417d940 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x5cd651c8 notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xfeaefed4 notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x021957e1 raid6_datap_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x05513b71 raid6_call +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x0f8a2742 raid6_2data_recov +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x201d8ea3 encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x29fa419f decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x300d7e57 free_rs +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x6fbb3bd9 init_rs_non_canonical +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xabda1e2e decode_rs16 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xb050f329 init_rs +EXPORT_SYMBOL_GPL net/802/garp 0x00f2278b garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0x1d12053f garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x30940228 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0x7616c07f garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xa3f1ac88 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0xdb9c7646 garp_request_leave +EXPORT_SYMBOL_GPL net/802/stp 0x4cd0039c stp_proto_unregister +EXPORT_SYMBOL_GPL net/802/stp 0x5339499f stp_proto_register +EXPORT_SYMBOL_GPL net/9p/9pnet 0x7e1da9b1 p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/9p/9pnet 0xca8bb030 p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/atm/atm 0x50754510 register_atmdevice_notifier +EXPORT_SYMBOL_GPL net/atm/atm 0xe2c6bb26 unregister_atmdevice_notifier +EXPORT_SYMBOL_GPL net/ax25/ax25 0x7c0455a7 ax25_register_pid +EXPORT_SYMBOL_GPL net/ax25/ax25 0xac93ae05 ax25_bcast +EXPORT_SYMBOL_GPL net/ax25/ax25 0xaeb7451e ax25_defaddr +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x5bd537c4 bt_debugfs +EXPORT_SYMBOL_GPL net/dccp/dccp 0x08a5b8c6 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x09a123b7 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0x165ed7ae dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d99d49a dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1def89b9 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1f4a332b inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x34c5e92a dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x47f950ea dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x486487a0 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x496aa9d1 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4c02739f dccp_insert_option_elapsed_time +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ec35231 dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x536fb1a7 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x70ccd435 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7521c8b2 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x78b3e726 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x79840292 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x88aacbcd dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x91a4a41e dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x94b71352 dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9785c8af dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9bd6b018 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa0d54b06 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa57ca83c dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa6995ac6 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb09e9ea2 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb2235f29 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb3987a2b dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb9ad0f0d dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc97de389 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xcbafd706 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe9a997db dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0xecd27bae dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf3017e21 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf4efca91 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf6766498 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf99bc284 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfd4e36b7 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x25f96a3c dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x423c2623 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x6c446655 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x6ca5d25e dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x96650346 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x9f022284 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xbd845ade register_switch_driver +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd5db3c05 unregister_switch_driver +EXPORT_SYMBOL_GPL net/ipv4/gre 0x0271b05e gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xb03be19b gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x135ac54e inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x5836e713 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x61730330 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x77be62bc inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x96a3c7b9 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xcf92e832 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0xb4a667e5 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x8628b94b ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_conntrack_ipv4 0x6d40a921 need_ipv4_conntrack +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x6b6c3d10 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_ipv4 0x92aea6a2 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_proto_gre 0x636b12c8 nf_nat_need_gre +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x4171d367 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x60f85e43 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xa336deae tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xbacecb96 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xc4cade87 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/xfrm4_mode_tunnel 0x990d5070 xfrm4_mode_tunnel_input_deregister +EXPORT_SYMBOL_GPL net/ipv4/xfrm4_mode_tunnel 0xf9712203 xfrm4_mode_tunnel_input_register +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x3aa45b77 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x97d0fab4 ip6_tnl_dst_check +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x9c577f0d ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xcf0b0a7d ip6_tnl_dst_store +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xd5cec02f ip6_tnl_dst_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x2f15bb37 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x6eb85693 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_nat_ipv6 0x6ef8c493 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0b2dc1d2 l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x120d8ab0 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4cf657b7 l2tp_session_find_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6005cbe4 l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x74c6e0f9 l2tp_session_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x81fc938a l2tp_session_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9756a890 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa7d937ff l2tp_tunnel_sock_put +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc436c9d3 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc968f840 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd01e1ec7 l2tp_tunnel_sock_lookup +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd75e7419 l2tp_tunnel_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe8404599 l2tp_tunnel_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf2ce5bf1 l2tp_session_delete +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x251b78b1 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x49fab4cc ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x667eb767 ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x687261f0 ieee80211_iterate_active_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8670c653 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x976cf32d ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9bdfea35 ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa6bb72b0 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xbdfd75b4 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc4c6a985 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1d5743cd ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x37cce3cf ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x507e8365 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x575dce4d ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6344eaf6 ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6aec4425 ip_set_get_ip_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7762965e ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7830711b ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x794564c2 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x80ee118c ip_set_nfnl_get +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x883d6572 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa2d623f3 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xaf8c2b4b ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc3b062db ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xefe8eeff ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xfda3ec7a ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x12cfe945 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x2a3a5945 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xe14db795 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xe21f830a register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x034b4dda nf_ct_l4proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x044696aa nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x045072cd nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x06417da9 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x09fd0f28 nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0acf24c1 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0cdae326 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0ef9569a __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0f04fa26 nf_ct_get_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x112611c3 nf_ct_l3proto_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x13a06deb nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1ab4c145 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1b361efd nf_ct_nat_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x20a1b642 nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x232d543a nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x290df19f nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2c244616 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2c747e75 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2fdbed94 nf_conntrack_l3proto_generic +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x302d2e29 nf_nat_seq_adjust_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x34ff87e4 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x357c4aaa nf_ct_dying_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37386cac nf_conntrack_hash_rnd +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3a606424 nf_conntrack_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3cf447a2 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3d4cca07 nf_conntrack_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f5b1415 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x48ea6c26 nf_ct_iterate_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4a65cff1 nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x62813e5c nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6578c522 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x676b1346 nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x68da6010 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e224a7a need_conntrack +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x718d677d nfnetlink_parse_nat_setup_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x74ccc85b nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x75a8e27f nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x76526301 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x77be3973 __nf_conntrack_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78f9b710 nf_ct_l3proto_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x82acfa6b nf_conntrack_l4proto_udp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x85b073fa __nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x872670c5 nf_conntrack_l4proto_tcp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90ff6c9f nf_ct_invert_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x91b8dc49 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x99f6b406 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9cec43d8 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9e715def nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa4f1e95c nf_conntrack_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa79469b7 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa7fa7be1 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab3d1f95 nf_ct_untracked_status_or +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xac056239 nf_ct_l3proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad1bb027 nf_ct_free_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaded716f seq_print_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb09a98e9 nf_conntrack_l4proto_udp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb23f3373 nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb5101247 nf_conntrack_l4proto_tcp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb5bc6961 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb602c57e nf_ct_l3proto_module_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb623542d nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbb5209b0 nf_ct_l4proto_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbc40c212 __nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc0240dd4 nf_conntrack_set_hashsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc1160329 nf_ct_l3protos +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc4a1adb0 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc51b0347 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcbb94bdd nf_conntrack_flush_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd16f3d6d nf_conntrack_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd47409d3 nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdb473072 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe84cc883 nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec47cd60 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xecda044f nf_ct_delete_from_lists +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf1802927 nf_ct_timeout_find_get_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf859cd32 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfba4a190 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xff50dfd0 nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x3bf156c4 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x00d3df85 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x9ef4dc60 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x0674a8ee set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x1c0af346 nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x3b1b52dd nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x4816112b nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x75b2d24f nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xc3b2d3b7 set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xcd918087 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xe57eed50 nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xeda5a911 set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xfcbc4d6b set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xfcc847a3 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x3a93f7dc nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x5280d2ea nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x5a6f8027 nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x5b676c49 nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0x647e589b nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0xe7a587cb nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x0593f035 nf_nat_sdp_session_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x08da7dcf nf_nat_sip_seq_adjust_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x0aab78ad nf_nat_sdp_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x25f0a55d ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x3afe875a ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x4678d1a4 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x579f4639 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x7e3a9a61 nf_nat_sip_expect_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x8c60cc6b ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xaf6124ef nf_nat_sdp_media_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xb759f160 nf_nat_sdp_port_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xc8cc3bc3 nf_nat_sip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xd7de958d ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x8bd91366 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x167b3eda nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x009bbdf3 nf_nat_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0d9bae4b nf_nat_l4proto_nlattr_to_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x12b8c961 nf_nat_tcp_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x131f636c nf_nat_l4proto_in_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x459916f9 nf_nat_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x47eca8fa nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x780c313f nf_nat_set_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x7cf2f7b2 nf_nat_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x974271e7 nf_nat_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xad697c9c __nf_nat_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xbef2dcca nf_nat_l4proto_unique_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_tproxy_core 0x4386e091 nf_tproxy_assign_sock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x07b258de nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x1f58e71b nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x29c03fc5 nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x2ca689e0 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x3895cd7a nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x4af08691 nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x6431b749 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdf143129 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x21f6bba6 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x4c0df072 nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_log 0x88f48d18 nfulnl_log_packet +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x28fbbdaa xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x295fc3f8 xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x31a09037 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3f8a5395 xt_hook_unlink +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x404201ba xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x40728a63 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x497eea73 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x55a2df1a xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x952c8187 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa3a76bfe xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xaacd6216 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xaadfb0a1 xt_hook_link +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc546fda1 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe79db108 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xc48ebdb2 xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xe88640e3 xt_rateest_lookup +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x13841b73 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x19394a6d rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x1e30c220 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x2710e259 rds_page_copy_user +EXPORT_SYMBOL_GPL net/rds/rds 0x2c5c5514 rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3101936e rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3833870f rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x3f7651ae rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x4d03aeab rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x4e7d596b rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x50cbe7b3 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x54bf7182 rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x71397592 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x73aac73d rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x96fafe85 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x9773c76c rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x9beb9cbb rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x9d6a3b01 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0xa778892c rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xaebe0c8c rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xbd81b108 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0xc27373e5 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc642cc2c rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0xc9e31e2e rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0xd0635741 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xe8aabf7b rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0xefae67b9 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0xf08826af rds_send_get_message +EXPORT_SYMBOL_GPL net/rds/rds 0xfe56767d rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x24cd9fe9 rxrpc_register_security +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x9f2896cb rxrpc_unregister_security +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x00c52ef5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x2d057ddd gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x3867d559 gss_service_to_auth_domain_name +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x4edc5b19 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x6095d149 gss_mech_get_by_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x720f591f gss_mech_get +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8ceebbcb gss_pseudoflavor_to_service +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8d044ff5 gss_mech_get_by_OID +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8d1a827e svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb5dea7ef g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xc960bbe2 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7ec3381 gss_svc_to_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xdefa42cd gss_mech_get_by_name +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xeb2ce75b gss_mech_put +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf8b2ff6e g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x004345ca xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x03e1c71a svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x04451d28 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05f5e757 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05f9ce96 svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x07938f85 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x08d2f906 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b66088d rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c2872a5 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f668ba9 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x110cb57f xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x116dc25a rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x12c586c5 rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x15e705a2 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x181f0b9f rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19d28900 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a13fd57 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1cb447f3 rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e1a0e01 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e27f26d rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1eb63205 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x210333e7 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x22b40833 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x264d1c63 read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2750ed01 rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x292e38a2 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x294d892d rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29edd81e svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d10a974 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eec63c9 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f8ebbe0 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30283ec1 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30721816 svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31632ecc xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3257a018 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x332426b4 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x33b464d9 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3713a459 svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3731d865 rpc_lookup_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x37dcce4b rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a10ea0b svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b520f93 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d216175 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d97df46 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e794a64 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f2c4d19 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x42cec316 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x42f934fa rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x440f2a01 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x44288c94 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x443bc932 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x46110955 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x478e4c82 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4837958c rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4871e576 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4a062b98 xdr_skb_read_bits +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4a9ec2b7 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d3d7c07 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x54db3df3 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57b40391 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x58ee425c svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ac2b139 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ac7c245 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x60840f7d rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x67df50d0 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68aa1d41 rpcauth_generic_bind_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6901d5e7 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ca60b17 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6caa0f80 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6cbb14e2 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6dcd11e3 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7123c72c rpc_queue_empty +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7127ae06 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71ecef25 svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73d3025a svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x741a1a3b xprt_set_retrans_timeout_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x760fb73e rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x766c7fc0 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x78c76fe9 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a01bbe0 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b29b13e sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b6ec5f1 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e68acc8 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e898b85 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80a8fb9a rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82796a17 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x829c2e30 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x844abb55 xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x85f3de4c svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x873dd30e __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8775347a rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88761a59 rpc_protocol +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x890ebd21 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a9dd976 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b3bc73f rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b5f4772 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b661c6d xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8ff2080c xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8ff8148b csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x96a2f9f2 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x977e26bd rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98b75d64 rpcauth_list_flavors +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9bffe6ba unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c54e277 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9dc46393 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9dda2768 xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa088fb17 xdr_partial_copy_from_skb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0d8ac03 xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa19ab991 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa20049ae rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4c55471 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5ffe95c rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa849b32e sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa15e779 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaafe9ca2 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xab5cece2 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac79f97a xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae70be5f sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaec18d13 rpc_rmdir +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf434ce5 svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0d70f18 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb2dcd3f1 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb50b53b3 cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb84420af svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xba16fa29 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb3e768a xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbca707c4 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd661965 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbdbe67c7 xdr_buf_read_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc043fc82 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc2b768ef rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc324780a put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3880471 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc45a1ca5 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc5759122 rpc_lookup_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc5f1fcd6 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6ad365a xprt_set_retrans_timeout_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6f9a30b cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8c1eed2 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc98c2d34 rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcbfa4aef xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf9b5e7f svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd1fa07fc svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd200bfdc auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd204fc17 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd238e225 rpc_print_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2b935ac rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd452f05c svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd69b458c sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd74d7e67 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd88fd7f5 sunrpc_cache_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdbfb4da9 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc476093 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd5a192d xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0f5f837 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1a21155 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1ac2bb8 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe281844b xs_swapper +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe3b68fb7 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe41a4253 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe868793d xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe8f41199 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe9a93e87 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeb415e89 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec1a86ac xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed4cc49f xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee169a80 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeffba557 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf008494d svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf07c6639 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf269d386 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4e2ad50 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf582fc28 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6ef93c3 rpc_task_reset_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf81a6e2f xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9d1164c rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfaefd5fa svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfaf51069 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc681e80 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc7b6332 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfdd85ea6 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe726b29 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xff869be6 xprt_lock_and_alloc_slot +EXPORT_SYMBOL_GPL net/wimax/wimax 0x0581eb31 wimax_state_change +EXPORT_SYMBOL_GPL net/wimax/wimax 0x11084094 wimax_report_rfkill_hw +EXPORT_SYMBOL_GPL net/wimax/wimax 0x2132cd6d wimax_msg_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0x328b188f wimax_msg_data +EXPORT_SYMBOL_GPL net/wimax/wimax 0x3435e14b wimax_msg_data_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0x345092aa wimax_dev_add +EXPORT_SYMBOL_GPL net/wimax/wimax 0x6816e14d wimax_msg_alloc +EXPORT_SYMBOL_GPL net/wimax/wimax 0x80ba5895 wimax_dev_rm +EXPORT_SYMBOL_GPL net/wimax/wimax 0x81d41985 wimax_state_get +EXPORT_SYMBOL_GPL net/wimax/wimax 0xd667aee4 wimax_msg_send +EXPORT_SYMBOL_GPL net/wimax/wimax 0xe5198e2f wimax_msg +EXPORT_SYMBOL_GPL net/wimax/wimax 0xe8ccd62f wimax_dev_init +EXPORT_SYMBOL_GPL net/wimax/wimax 0xfe2b5fff wimax_report_rfkill_sw +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x0b233da7 cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x1af74770 cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x1c8b673f cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x1fbfc911 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x620972e6 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x65c516fa cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x66bdd98b cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x901a46d2 cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x99c4d6de cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x9c2502b4 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb882315f cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x03e1658b pskb_put +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x1c852e7c xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x2e47f677 xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x3108ea46 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x32d5e7fc xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x4d4fd5f1 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x5fcdec5d xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x686c703f xfrm_count_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x6e7474fc xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x9cb8037b xfrm_count_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xaeea3073 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xd05dc2a3 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x52cc37fc ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x7594162c ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xc3e8f92e ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xc689f632 ipcomp_output +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-88pm860x 0x3e2f9955 pm860x_hs_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-88pm860x 0xf31fdb2c pm860x_mic_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ab8500-codec 0x7819572c ab8500_audio_set_ear_cmv +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ab8500-codec 0x8a1caf2e ab8500_audio_setup_mics +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x0e8915fb arizona_set_fll +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x0f93636b arizona_init_fll +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x1f8ea94a arizona_out_vd_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x269827eb arizona_init_dai +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x26f03471 arizona_in_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x4c845a44 arizona_out_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x5231cff5 arizona_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x5e8e6067 arizona_mixer_texts +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x73f9f1d5 arizona_lhpf3_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x78355a2b arizona_mixer_values +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x7e59c88a arizona_out_vi_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x93ed4d8b arizona_in_vi_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xb65ecf5b arizona_lhpf4_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xb6c405d3 arizona_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xc9c29637 arizona_mixer_tlv +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xd58efa61 arizona_lhpf2_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xe466e0fc arizona_lhpf1_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xf23a2c4b arizona_in_vd_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cx20442 0xa3c67284 v253_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-l3 0x78c84c7e l3_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98095 0x728d2252 max98095_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max9877 0xdb570198 max9877_add_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0x74ee85aa tpa6130a2_add_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0xb6fb8698 tpa6130a2_stereo_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wl1273 0x8b752330 wl1273_get_format +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x4ec25e00 wm_adsp1_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x5c0ac7bd wm_adsp2_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xb156b82c wm_adsp2_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x58da7cf3 wm_hubs_hpl_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x5cd7eb9b wm_hubs_dcs_done +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x61061f18 wm_hubs_hpr_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x65caa23f wm_hubs_add_analogue_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x757206d5 wm_hubs_spkmix_tlv +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x7dadeb45 wm_hubs_handle_analogue_pdata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xb5b6eeff wm_hubs_add_analogue_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xbab36ea6 wm_hubs_vmid_ena +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xbaf5502e wm_hubs_update_class_w +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xd3cf5ad2 wm_hubs_set_bias_level +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8350 0x9ff79b37 wm8350_hp_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8350 0xf98ff95e wm8350_mic_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0xf371e0a0 wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x1517433f wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0x1fa8b640 wm8958_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0xfe6ad676 wm8994_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8996 0x50e61700 wm8996_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-imx-ssi 0xf4fef2e0 soc_ac97_ops +EXPORT_SYMBOL_GPL vmlinux 0x003fa332 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x00632780 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0067df75 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0x0071d677 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x00c4dc87 timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x00d48f33 omap_usb2_set_comparator +EXPORT_SYMBOL_GPL vmlinux 0x00ebcb5d ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0x01010c6d klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x011cf028 regulator_suspend_finish +EXPORT_SYMBOL_GPL vmlinux 0x011dd756 wm8994_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x0145b062 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x0148adb6 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x0152b7da find_mci_by_dev +EXPORT_SYMBOL_GPL vmlinux 0x0152cd90 opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0x019f6987 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x01a10e3e blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x01a134d0 clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x01a4ea6d unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x01bc160f proc_net_remove +EXPORT_SYMBOL_GPL vmlinux 0x01c6cb0c cpu_cluster_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x01dcab2b synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01eb6a52 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x021d8543 of_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x022366ef ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x023d6281 of_clk_add_provider +EXPORT_SYMBOL_GPL vmlinux 0x03318107 devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x0354993b perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x036fde1a ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x037e8a28 __rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x0388ae63 pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x038a6111 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x039f2c2b xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x03a31573 remove_irq +EXPORT_SYMBOL_GPL vmlinux 0x03e3686c ata_timing_cycle2mode +EXPORT_SYMBOL_GPL vmlinux 0x040b1abd bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x04205368 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x04455000 omap_dm_timer_get_fclk +EXPORT_SYMBOL_GPL vmlinux 0x04486e88 rcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x04512419 device_create +EXPORT_SYMBOL_GPL vmlinux 0x04648bf0 tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x047186ce snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL vmlinux 0x047bb94e ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x048da80c omap_install_iommu_arch +EXPORT_SYMBOL_GPL vmlinux 0x0493cfc6 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0x04a79848 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0x04c3f2c1 gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04e1b99f snd_pcm_std_chmaps +EXPORT_SYMBOL_GPL vmlinux 0x05032835 shash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x0531dcb8 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x05336df8 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x05360b4e bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x056ba5e8 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0x05ae262e regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x05b96bfd ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x05fd7b06 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL vmlinux 0x062fc169 xen_hvm_resume_frames +EXPORT_SYMBOL_GPL vmlinux 0x06438115 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x0649adb9 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x06863eba pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x06d549e6 pinctrl_free_gpio +EXPORT_SYMBOL_GPL vmlinux 0x06f22ca2 irq_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0x06fe22e1 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x0711de73 mtd_writev +EXPORT_SYMBOL_GPL vmlinux 0x07314c07 da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x0762403c edac_put_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x077fb8de __ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x07867d0d ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b291d1 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07d292ef tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x0825887b serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x084ae3a6 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x085b9cd8 iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x08919e68 mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x08a61431 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x08b72dfa clk_register +EXPORT_SYMBOL_GPL vmlinux 0x08c491c9 max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x08cb21ba dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x08d29c84 snd_compress_new +EXPORT_SYMBOL_GPL vmlinux 0x08ed6b57 crypto_lookup_aead +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x092c2a7a irq_domain_add_tree +EXPORT_SYMBOL_GPL vmlinux 0x09469482 kfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x0964db9b max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0x096760dc kill_mtd_super +EXPORT_SYMBOL_GPL vmlinux 0x09722e4b ref_module +EXPORT_SYMBOL_GPL vmlinux 0x09854b46 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x09dace93 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x09e913c1 snd_pcm_alt_chmaps +EXPORT_SYMBOL_GPL vmlinux 0x0a0363f3 crypto_alg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0a3d1d0d fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0x0a4cf7c3 xen_remap_domain_mfn_range +EXPORT_SYMBOL_GPL vmlinux 0x0a744da3 snd_soc_codec_writable_register +EXPORT_SYMBOL_GPL vmlinux 0x0a7eaa3b ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0a8c6c3d ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x0ab5d07b pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x0ad512e0 snd_soc_get_volsw +EXPORT_SYMBOL_GPL vmlinux 0x0ad8d904 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x0afd4610 zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b1d2f1e sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0x0b47ba05 snd_soc_add_codec_controls +EXPORT_SYMBOL_GPL vmlinux 0x0b4d9d62 xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0x0b59390b __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0b799df2 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x0b9eecab attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0x0bae62b1 ktime_get_monotonic_offset +EXPORT_SYMBOL_GPL vmlinux 0x0bb4f159 kern_mount_data +EXPORT_SYMBOL_GPL vmlinux 0x0bbae511 return_address +EXPORT_SYMBOL_GPL vmlinux 0x0bbe4af6 rtc_irq_set_freq +EXPORT_SYMBOL_GPL vmlinux 0x0bfa3a19 rcu_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x0c0c015e ring_buffer_swap_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0c2cdbf1 synchronize_sched +EXPORT_SYMBOL_GPL vmlinux 0x0c7f7231 rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x0c8338d5 omap_dm_timer_set_prescaler +EXPORT_SYMBOL_GPL vmlinux 0x0c8630b5 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0x0c93bc67 snd_soc_register_card +EXPORT_SYMBOL_GPL vmlinux 0x0ca9cbd2 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x0caf8a1d spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x0cbd9107 snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL vmlinux 0x0cc1e40f crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x0cc84a70 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x0cdc837a crypto_init_spawn2 +EXPORT_SYMBOL_GPL vmlinux 0x0d099744 crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x0d0c0834 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x0d196137 dm_get_rq_mapinfo +EXPORT_SYMBOL_GPL vmlinux 0x0d31cdea nf_register_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x0d53e757 wm8350_device_exit +EXPORT_SYMBOL_GPL vmlinux 0x0d753c0e wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0x0d8a21fb regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x0dc686af input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x0e1d2d87 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x0e48c552 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x0e6b6ed2 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x0e8f8993 usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x0e92e32d debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x0ed2a11c sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0x0edacd5e ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x0f150a48 omap_dm_timer_start +EXPORT_SYMBOL_GPL vmlinux 0x0f424406 bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x0f4ebc16 __put_net +EXPORT_SYMBOL_GPL vmlinux 0x0f751aea input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0x0f8479b7 omap_dm_timer_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x0fc01e9f static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x0fd4cf2c led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x0fd889ed watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x0fe2d570 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0x0ff2180a blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0x0ff5447e wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x10011c9d __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x10189fd3 clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x10291853 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x1070e29e tpm_show_pcrs +EXPORT_SYMBOL_GPL vmlinux 0x108280ae md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x1082faed ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0x109ffa9d pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x10aaf418 crypto_attr_alg2 +EXPORT_SYMBOL_GPL vmlinux 0x10acd518 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x10c9d678 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x10d25f9d __inet_hash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0x10f55755 tcp_reno_min_cwnd +EXPORT_SYMBOL_GPL vmlinux 0x1112a9ba ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0x111f3697 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0x1172ce54 rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0x117811de class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x11a92bc5 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x11f447ce __gpio_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x11ff68b6 blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0x121ed3f3 add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0x122e97e3 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x124f2056 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x1258d9d9 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x1268f357 resume_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0x129846e9 omap_dm_timer_write_counter +EXPORT_SYMBOL_GPL vmlinux 0x12d82c14 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x13326fef cgroup_add_cftypes +EXPORT_SYMBOL_GPL vmlinux 0x134b8e30 aead_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0x137a4d7f tps80031_ext_power_req_config +EXPORT_SYMBOL_GPL vmlinux 0x1384a2c0 tpm_show_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init +EXPORT_SYMBOL_GPL vmlinux 0x13b2a946 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x13b89dee pinctrl_request_gpio +EXPORT_SYMBOL_GPL vmlinux 0x13c94a4e tcp_init_congestion_ops +EXPORT_SYMBOL_GPL vmlinux 0x13cc4a1c dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0x13cf7f39 usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x13d9a8dd snd_soc_platform_read +EXPORT_SYMBOL_GPL vmlinux 0x13e965ba ata_sff_data_xfer_noirq +EXPORT_SYMBOL_GPL vmlinux 0x13f0de1d raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x142a8be4 of_clk_get_parent_name +EXPORT_SYMBOL_GPL vmlinux 0x149f664d ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x14c03802 tpm_show_caps_1_2 +EXPORT_SYMBOL_GPL vmlinux 0x14ccc660 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x14d7acab cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0x1525f36d __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x1545f4de register_timer_hook +EXPORT_SYMBOL_GPL vmlinux 0x15514089 get_device +EXPORT_SYMBOL_GPL vmlinux 0x15562b1d hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x15565fb3 mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL vmlinux 0x15892417 async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x158a7bbc usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x1598dc9d unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x15b9d4c8 bmp085_remove +EXPORT_SYMBOL_GPL vmlinux 0x15da9b5a extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x16000a3c dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x1603815b sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x162d938c spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x1636b622 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x1650bf27 rcutorture_record_progress +EXPORT_SYMBOL_GPL vmlinux 0x1654283f skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x165ca9a1 rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x167465ef thermal_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x1674f388 of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x16837680 pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0x16bfdda6 crypto_givcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x16e2d0a6 sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x1738866c mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x174b16b9 edac_device_handle_ce +EXPORT_SYMBOL_GPL vmlinux 0x1752a266 ahci_do_softreset +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x177cfb7d fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x1788f0ec __ablkcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x17a30c6e ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x17a7988d snd_soc_cache_read +EXPORT_SYMBOL_GPL vmlinux 0x17cd6508 of_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x17de6e19 pwm_disable +EXPORT_SYMBOL_GPL vmlinux 0x18185831 register_mtd_blktrans +EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x18771a0a exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x1878f62b edac_err_assert +EXPORT_SYMBOL_GPL vmlinux 0x189ae5ff regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x18a04533 platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x18e2c347 dev_pm_qos_remove_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x18e3b942 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x18f83fab gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0x193d48e0 trace_current_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x194f109f crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x196c5c52 regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x1977fe04 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x1982d315 class_destroy +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19abc41b snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL vmlinux 0x19fc7f60 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x1a082d69 max77693_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x1a1e7fd5 snd_compress_register +EXPORT_SYMBOL_GPL vmlinux 0x1a323362 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x1a59566c put_pid +EXPORT_SYMBOL_GPL vmlinux 0x1a65920b omap_iommu_arch_version +EXPORT_SYMBOL_GPL vmlinux 0x1a68b234 regmap_update_bits_check +EXPORT_SYMBOL_GPL vmlinux 0x1a7f38eb snd_imx_pcm_mmap +EXPORT_SYMBOL_GPL vmlinux 0x1abeacb2 tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x1ad83009 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x1ae0e135 tracing_generic_entry_update +EXPORT_SYMBOL_GPL vmlinux 0x1b3261e0 klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x1b438301 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x1b503f28 fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x1b521172 tcp_peer_is_proven +EXPORT_SYMBOL_GPL vmlinux 0x1b52db1c probe_kernel_read +EXPORT_SYMBOL_GPL vmlinux 0x1b53aecf iommu_group_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1b5837ce cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x1b5c5a12 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b8f1ffb omap_dm_timer_request +EXPORT_SYMBOL_GPL vmlinux 0x1b938cb9 snd_soc_codec_volatile_register +EXPORT_SYMBOL_GPL vmlinux 0x1b9aca3f jprobe_return +EXPORT_SYMBOL_GPL vmlinux 0x1bbfbcf5 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x1bc1f110 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1c45e61c tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x1c5a04e0 irq_domain_generate_simple +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c5dd899 snd_soc_codec_readable_register +EXPORT_SYMBOL_GPL vmlinux 0x1c78b1a5 css_depth +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1cd37c4d kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x1cdb69ee snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL vmlinux 0x1cfeece4 ci13xxx_add_device +EXPORT_SYMBOL_GPL vmlinux 0x1cffc4df RSA_public_key_algorithm +EXPORT_SYMBOL_GPL vmlinux 0x1d0d1e50 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x1d11aa6f ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x1d158c43 of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0x1d3d0e64 xen_dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x1d3d285a ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x1d3f34b8 __netpoll_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0x1d58ae14 lpddr2_jedec_timings +EXPORT_SYMBOL_GPL vmlinux 0x1d5dfd69 snd_soc_cache_write +EXPORT_SYMBOL_GPL vmlinux 0x1d6cf88e sysfs_get +EXPORT_SYMBOL_GPL vmlinux 0x1d739e1c xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table +EXPORT_SYMBOL_GPL vmlinux 0x1d8f91df sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0x1d9f8e45 ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x1dbe8170 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x1dc97520 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x1ddc15d6 regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x1ddf6291 omap_dm_timer_set_int_enable +EXPORT_SYMBOL_GPL vmlinux 0x1de054d5 of_clk_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x1dfbd741 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x1e110c93 spi_unregister_master +EXPORT_SYMBOL_GPL vmlinux 0x1e160f86 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0x1e314b21 regulator_use_dummy_regulator +EXPORT_SYMBOL_GPL vmlinux 0x1e3a88fb trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x1e537325 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e83fee6 HYPERVISOR_physdev_op +EXPORT_SYMBOL_GPL vmlinux 0x1e8a4314 ahci_reset_em +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1eead099 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x1f0f72ef get_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0x1f1032e8 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x1f156e71 iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x1f31a5bd crypto_register_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x1f37286e register_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x1f49b331 subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x1f4a3fca md_ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x1f570163 flush_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x1f5e20d8 thread_notify_head +EXPORT_SYMBOL_GPL vmlinux 0x1f7ade6d evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8db7f9 ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x1f999145 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0x1fcece42 inet_twdr_twcal_tick +EXPORT_SYMBOL_GPL vmlinux 0x1fcfa805 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x1fd60afa blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x1fddd174 device_schedule_callback_owner +EXPORT_SYMBOL_GPL vmlinux 0x1fed46b9 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x203af615 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x20563d1e md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x20607df4 usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x207ffacb snd_soc_add_card_controls +EXPORT_SYMBOL_GPL vmlinux 0x20b20429 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0x20bc3470 orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x20c21caa cm_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x20c33369 driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x20ee4351 md_trim_bio +EXPORT_SYMBOL_GPL vmlinux 0x21090512 mount_mtd +EXPORT_SYMBOL_GPL vmlinux 0x211a5688 usb_string +EXPORT_SYMBOL_GPL vmlinux 0x211fb0f1 serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0x21345307 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0x216a2295 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x21843dea device_init_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x21d6ca9c scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0x2220d612 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL vmlinux 0x2256357b regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x227890d9 blk_queue_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x2296c00d crypto_attr_u32 +EXPORT_SYMBOL_GPL vmlinux 0x22eae18a usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0x22f207e8 omap_dm_timer_write_status +EXPORT_SYMBOL_GPL vmlinux 0x2306b9e9 edac_device_del_device +EXPORT_SYMBOL_GPL vmlinux 0x230e0698 __clocksource_updatefreq_scale +EXPORT_SYMBOL_GPL vmlinux 0x231d70fc encode_bch +EXPORT_SYMBOL_GPL vmlinux 0x2338716a __rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x23679939 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x238be721 extcon_set_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x23e34578 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x23f164ae snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL vmlinux 0x23f46971 device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0x2403db0e regmap_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x240580a9 xenbus_probe +EXPORT_SYMBOL_GPL vmlinux 0x242f8919 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x243b421d snd_soc_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2447533c ktime_get_real +EXPORT_SYMBOL_GPL vmlinux 0x24594afc driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x247ef831 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x24866774 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x248ca925 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x249b4fab clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0x24aac4d9 crypto_aes_expand_key +EXPORT_SYMBOL_GPL vmlinux 0x24c7698a xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x24cac3ed snd_soc_limit_volume +EXPORT_SYMBOL_GPL vmlinux 0x24cd79e5 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24efc42a blocking_notifier_chain_cond_register +EXPORT_SYMBOL_GPL vmlinux 0x24fc46b6 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x25158544 crypto_alloc_instance2 +EXPORT_SYMBOL_GPL vmlinux 0x251b5050 i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x25342f5d rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x2545c170 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x256cd089 usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x25706a8f xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0x259abc8c tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x25bb67d4 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x262d8b3a regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0x262f20a8 local_clock +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x2655e07c nand_update_bbt +EXPORT_SYMBOL_GPL vmlinux 0x2664afb1 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x26707a6b usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x26b71fb4 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26f8eb33 pwm_enable +EXPORT_SYMBOL_GPL vmlinux 0x27307ceb ahash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x275843ef clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0x2784b954 sock_update_netprioidx +EXPORT_SYMBOL_GPL vmlinux 0x2787db00 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x27885658 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL vmlinux 0x27952cd5 usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0x279d5bf2 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0x27c025f4 snd_soc_cnew +EXPORT_SYMBOL_GPL vmlinux 0x27c2d6ef devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x27dc22db dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x27dfde63 queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x27e7b8fb led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0x27f1f082 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa5650 __ip_route_output_key +EXPORT_SYMBOL_GPL vmlinux 0x27fd123e tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x28109712 cpufreq_frequency_table_target +EXPORT_SYMBOL_GPL vmlinux 0x2828e9ab register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x28411f77 stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x2863386c snd_soc_put_strobe +EXPORT_SYMBOL_GPL vmlinux 0x2869ebaf regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x288ec77a nand_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x28a82da4 snmp_mib_init +EXPORT_SYMBOL_GPL vmlinux 0x28a903c8 timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x28a94a12 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x28b3e88e power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x28be62bc snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL vmlinux 0x28d4ae97 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x28d664ff __raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x28f6a134 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x29047f1a __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x291497c5 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x292326dc devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0x2939faa0 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x295b15be adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x295e46e3 xattr_getsecurity +EXPORT_SYMBOL_GPL vmlinux 0x295ede55 ata_do_eh +EXPORT_SYMBOL_GPL vmlinux 0x2979edb9 register_mtd_parser +EXPORT_SYMBOL_GPL vmlinux 0x29ababfe dm_requeue_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0x29b2d29e snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL vmlinux 0x29ecd1d0 cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0x29edeeda iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0x29fbd72c debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x2a021d74 rt_mutex_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2a3aa6b3 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2a4c8701 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0x2a5748c9 cpu_pm_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2a678a13 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x2a813de0 extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x2aa9e21d clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x2aae1a0c imx_pcm_free +EXPORT_SYMBOL_GPL vmlinux 0x2ad1ece4 zs_get_total_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2ae11e81 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0x2b30e582 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x2b7a6de8 syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x2b84a4e8 arizona_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x2b87f715 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0x2ba3bd38 xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0x2babe81f __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x2bb7c46b page_cache_async_readahead +EXPORT_SYMBOL_GPL vmlinux 0x2bcf30d8 of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0x2bed5ee5 stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0x2bef47ec usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x2c1a1258 snd_soc_unregister_dais +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c28063a scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x2c3fc7a2 snd_soc_dapm_put_enum_virt +EXPORT_SYMBOL_GPL vmlinux 0x2c562a4c dma_buf_map_attachment +EXPORT_SYMBOL_GPL vmlinux 0x2c5b9b98 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x2c7d9c64 xen_store_interface +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2ca4ebcd regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x2cb8bfa5 spi_async +EXPORT_SYMBOL_GPL vmlinux 0x2ce98559 kcrypto_wq +EXPORT_SYMBOL_GPL vmlinux 0x2cea32ee unregister_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0x2d03701c spi_master_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2d17a0e1 cgroup_taskset_size +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL_GPL vmlinux 0x2d43a815 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x2d59c954 edac_handlers +EXPORT_SYMBOL_GPL vmlinux 0x2d7f8944 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x2dd9f8f8 amba_apb_device_add +EXPORT_SYMBOL_GPL vmlinux 0x2ddc87bf dapm_reg_event +EXPORT_SYMBOL_GPL vmlinux 0x2de38f16 module_mutex +EXPORT_SYMBOL_GPL vmlinux 0x2deb7c0b ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0x2e132717 clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x2e13d843 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e2edb31 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x2e2efbae edac_mc_del_mc +EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2e362b2a ata_sff_busy_sleep +EXPORT_SYMBOL_GPL vmlinux 0x2e45e488 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x2e584001 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x2e8ae8e0 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x2e92c152 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x2e9670c0 pl320_ipc_transmit +EXPORT_SYMBOL_GPL vmlinux 0x2ebb0c34 iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2eed19b1 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0x2ef6b5bf smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x2f1361d0 crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0x2f193943 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x2f27b69c mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2f2a4eef cgroup_taskset_next +EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register +EXPORT_SYMBOL_GPL vmlinux 0x2f47d8c7 cpufreq_frequency_get_table +EXPORT_SYMBOL_GPL vmlinux 0x2f480a1f inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0x2f791fad ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x2f91b7ef snd_soc_bulk_write_raw +EXPORT_SYMBOL_GPL vmlinux 0x2f9d9431 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x2fa63a09 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x2fdc2a42 dma_buf_kmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0x2fe18e9a scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2fe3b706 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x30225fc4 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0x30693bb7 imx_audmux_v1_configure_port +EXPORT_SYMBOL_GPL vmlinux 0x307b3942 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x307d1a25 mdio_mux_init +EXPORT_SYMBOL_GPL vmlinux 0x308b733a getboottime +EXPORT_SYMBOL_GPL vmlinux 0x30a4f4ca bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x30ab9a91 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x30ae96b1 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0x30d8e1a7 sdhci_add_host +EXPORT_SYMBOL_GPL vmlinux 0x30e971d7 crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x30ee80ff sg_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x30ff95eb sec_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x3109b751 cpu_clock +EXPORT_SYMBOL_GPL vmlinux 0x310f55bb put_device +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x312f0643 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x313ccb7e of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0x3152bad0 crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x3154f0d1 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x317b5e90 opp_disable +EXPORT_SYMBOL_GPL vmlinux 0x319d1c26 dma_buf_vmap +EXPORT_SYMBOL_GPL vmlinux 0x319ec61d mtd_get_user_prot_info +EXPORT_SYMBOL_GPL vmlinux 0x31a24258 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL vmlinux 0x31a820ed register_jprobe +EXPORT_SYMBOL_GPL vmlinux 0x31c0c2d1 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x31c5f2ec snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL vmlinux 0x31fec1b4 sec_reg_update +EXPORT_SYMBOL_GPL vmlinux 0x32251d5b skcipher_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0x323ab44a atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x32467fb7 ata_scsi_simulate +EXPORT_SYMBOL_GPL vmlinux 0x325e677c gnttab_grant_foreign_transfer_ref +EXPORT_SYMBOL_GPL vmlinux 0x329b3898 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x329bbbde timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x32b31a8c ktime_get_boottime +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32ce4915 edac_mc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x32cf57fd snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL vmlinux 0x32dde8aa tps65912_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x32e1cf27 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x32fd447a monotonic_to_bootbased +EXPORT_SYMBOL_GPL vmlinux 0x333f33f2 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x3344d1dd mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0x336154ca rcutorture_record_test_transition +EXPORT_SYMBOL_GPL vmlinux 0x337a0705 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x33a98eca ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x33af69f5 regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x33c99590 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0x33d17c1f unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x3400c978 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x340a6d2c tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x341643ba omap_dm_timer_modify_idlect_mask +EXPORT_SYMBOL_GPL vmlinux 0x3425bdf8 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x34367925 opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x3441c3d6 gpio_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x347bca5a i2c_lock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x347d16e7 __bus_register +EXPORT_SYMBOL_GPL vmlinux 0x347fd4b3 eventfd_ctx_get +EXPORT_SYMBOL_GPL vmlinux 0x3484eb05 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x34a7f587 blk_rq_check_limits +EXPORT_SYMBOL_GPL vmlinux 0x34a88e0a pwm_request +EXPORT_SYMBOL_GPL vmlinux 0x34ab169c __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x34b7a943 snd_soc_write +EXPORT_SYMBOL_GPL vmlinux 0x34c07fcc inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x34dff5ed ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x34e22891 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x34fcfcab mmput +EXPORT_SYMBOL_GPL vmlinux 0x352650ee gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0x3560bfbd jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0x356373ae input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x35706e7b md_new_event +EXPORT_SYMBOL_GPL vmlinux 0x358377d6 inet_csk_reqsk_queue_prune +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35a5336c pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x35af1f5b omap_dm_timer_request_by_cap +EXPORT_SYMBOL_GPL vmlinux 0x35d495bc ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x35d8a984 edac_subsys +EXPORT_SYMBOL_GPL vmlinux 0x35d8acaa usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x35fcf401 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x3610a580 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x361e2bcc save_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0x36616fc1 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x367caaeb xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0x3699f5b0 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0x36a03a54 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x36a1a9ce pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x36b4b8ab unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x36c0e7b4 pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0x3700154c pkey_hash_algo +EXPORT_SYMBOL_GPL vmlinux 0x37078605 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x371a8b5b skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x373e2f3e sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x375661b5 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x377f9cc5 snd_soc_read +EXPORT_SYMBOL_GPL vmlinux 0x3794dae3 usbmisc_unset_ops +EXPORT_SYMBOL_GPL vmlinux 0x3829faad platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x383c52d6 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x3846f6b9 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x38620e38 gnttab_grant_foreign_access_trans_ref +EXPORT_SYMBOL_GPL vmlinux 0x3863db49 led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3882c248 snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL vmlinux 0x38a9c2c7 input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x38e1a551 arizona_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x38ea83d8 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x392ea7e3 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x394410ce inet_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x3956d7ed tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x398a6d24 dma_buf_unmap_attachment +EXPORT_SYMBOL_GPL vmlinux 0x399dafa9 stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0x39a509ad twl6040_get_hs_step_size +EXPORT_SYMBOL_GPL vmlinux 0x39b84f0f omap_dm_timer_read_counter +EXPORT_SYMBOL_GPL vmlinux 0x39ffff14 invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x3a26ed11 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0x3a2a5e7b ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x3a4c6000 of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x3a4ecc7f mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a81993a irq_create_strict_mappings +EXPORT_SYMBOL_GPL vmlinux 0x3a84271f __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x3ac6c906 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x3ac75973 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad1ce5c device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x3ae7afb5 amba_device_add +EXPORT_SYMBOL_GPL vmlinux 0x3b35c262 __blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0x3b5a01eb clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x3ba3d5bf fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x3bb20ce7 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x3bb7a56e unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0x3bbca0c3 tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x3bde3d51 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x3be89d3c usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x3bef5a2f md_stop +EXPORT_SYMBOL_GPL vmlinux 0x3c0b4b63 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3c18329e fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x3c1c3285 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x3c2cc061 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x3c4fb202 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x3c52f59d input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3c573790 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x3c831441 arm_check_condition +EXPORT_SYMBOL_GPL vmlinux 0x3c942368 profile_event_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3cac21b9 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x3cb57d9a ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cefaa90 unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x3cf4ec0a clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x3cf950e5 mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x3cfedb3f register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x3d28782a crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0x3d2a50ba devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0x3d30dfe4 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d5b0737 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0x3d7ea99a gnttab_grant_foreign_transfer +EXPORT_SYMBOL_GPL vmlinux 0x3d8c2f49 ata_eh_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x3db91586 scatterwalk_done +EXPORT_SYMBOL_GPL vmlinux 0x3dc795a2 ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x3dc916b6 crypto_fl_tab +EXPORT_SYMBOL_GPL vmlinux 0x3dd4d3a7 bprintf +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3df6a97c regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x3e113923 usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x3e538401 xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0x3e5a5697 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x3e6f8f42 crypto_larval_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3ecb4c40 extcon_get_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x3edf1033 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x3efb35c9 get_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0x3effbd94 tpm_store_cancel +EXPORT_SYMBOL_GPL vmlinux 0x3f377832 net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x3f4d48b0 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3f620a84 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x3f69c73a unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x3f79048f debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x3f7d55bd crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3f84d4c9 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x3f8bea9c of_clk_src_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x3f99eb37 __get_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x3f9ed05d mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x3fa1de3e each_symbol_section +EXPORT_SYMBOL_GPL vmlinux 0x3fa5cb93 __atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x3fb3ce20 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x3ffdb727 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x4010b009 wm8400_block_read +EXPORT_SYMBOL_GPL vmlinux 0x402fff18 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x4055121f dma_buf_kunmap +EXPORT_SYMBOL_GPL vmlinux 0x4095145d regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x40979d6e nfq_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x40a7e7e4 disk_get_part +EXPORT_SYMBOL_GPL vmlinux 0x40af0dec ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0x40b477f9 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0x40d46b21 crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x4125b98e sdhci_alloc_host +EXPORT_SYMBOL_GPL vmlinux 0x412d4c0d snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL vmlinux 0x414c2b8c tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0x414f3d70 tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x415274e3 scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x416c6297 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0x417617f8 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x41b8c03c wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0x41cbf9c9 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x41ccb4b1 class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x41ff9537 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x4205ad24 cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x42160169 flush_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x421e0d5c __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0x4237c1bf usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x425a4259 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0x4271c517 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0x42799c2c xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x429725c8 class_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x429cc8cb user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x42cdac58 crypto_rng_type +EXPORT_SYMBOL_GPL vmlinux 0x42d0d299 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x42ddd0dc dma_buf_end_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x42f36621 wm5110_aod +EXPORT_SYMBOL_GPL vmlinux 0x42fa63ff iommu_domain_get_attr +EXPORT_SYMBOL_GPL vmlinux 0x431e98b4 modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x4322395e ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x432b8228 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x432fd7f6 __gpio_set_value +EXPORT_SYMBOL_GPL vmlinux 0x43421141 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0x4359d101 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x437647b4 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x438f8838 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x4396b273 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x439a029b mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL vmlinux 0x43a53735 __alloc_workqueue_key +EXPORT_SYMBOL_GPL vmlinux 0x43cf8b98 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x43dc5639 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x43f04f44 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43f56e82 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x441fb37e cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x44404f11 kdb_register_repeat +EXPORT_SYMBOL_GPL vmlinux 0x4455e1b3 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x44577f37 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x44764c00 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x44a793ab HYPERVISOR_grant_table_op +EXPORT_SYMBOL_GPL vmlinux 0x44a91de9 posix_timer_event +EXPORT_SYMBOL_GPL vmlinux 0x44bbf088 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x44c1d722 wait_for_tpm_stat +EXPORT_SYMBOL_GPL vmlinux 0x44d3a058 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x44dedfc6 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x4559d733 ahci_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x4588e5d0 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x459954a2 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x45bce01e ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x45bf1ff3 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x45c658ff xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0x46066e5b perf_pmu_name +EXPORT_SYMBOL_GPL vmlinux 0x46074c17 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x460b034e crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x460b8f85 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x460f7531 wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x4619e544 omap_dm_timer_stop +EXPORT_SYMBOL_GPL vmlinux 0x4639ae45 device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x4644181a hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x466dea8c crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x4672e88b __crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x46913475 ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x46929ac8 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x46b7aa31 proc_net_fops_create +EXPORT_SYMBOL_GPL vmlinux 0x46decfc1 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x470d8ac3 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x471566c5 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x4720606c da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x4760e1c7 lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0x4763e6ea crypto_tfm_in_queue +EXPORT_SYMBOL_GPL vmlinux 0x4777099c tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x479ffe69 wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0x47c7dda5 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x47fc679e ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x47ff399f regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x4820ad17 usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x4835c31a inet6_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x4859687c inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x485df4af __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x4889d2a0 snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL vmlinux 0x48a488a0 sysctl_tcp_cookie_size +EXPORT_SYMBOL_GPL vmlinux 0x48ab5da7 pkey_algo +EXPORT_SYMBOL_GPL vmlinux 0x48e67021 sysfs_rename_link +EXPORT_SYMBOL_GPL vmlinux 0x48ed8cd8 sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0x48fe66ae sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0x490a65f9 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0x4946da71 omap_iotlb_cr_to_e +EXPORT_SYMBOL_GPL vmlinux 0x495e9eff debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x496fa379 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x4982a57f probe_kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x498d293a trace_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49bd1f58 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x49bf53aa imx_pcm_new +EXPORT_SYMBOL_GPL vmlinux 0x49c103aa rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x49e4023b nf_unregister_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x49e6fb30 unregister_timer_hook +EXPORT_SYMBOL_GPL vmlinux 0x49fead17 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x4a0a427c class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4a3aa974 __scsi_get_command +EXPORT_SYMBOL_GPL vmlinux 0x4a452a46 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x4a523e56 dm_set_device_limits +EXPORT_SYMBOL_GPL vmlinux 0x4a5d5ad1 extcon_set_cable_state +EXPORT_SYMBOL_GPL vmlinux 0x4a676284 __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x4a9264ed blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0x4abf2ff7 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0x4ade8d05 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x4adfed41 ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x4aec64ae pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0x4af02160 snd_soc_default_writable_register +EXPORT_SYMBOL_GPL vmlinux 0x4b076147 uncache_firmware +EXPORT_SYMBOL_GPL vmlinux 0x4b17e700 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x4b3020a9 relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x4b39e128 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x4b3df5a2 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x4b40c897 ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x4b719873 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x4b93df89 async_schedule_domain +EXPORT_SYMBOL_GPL vmlinux 0x4bc62a81 audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0x4bcaca24 stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x4bcf6aa4 rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x4bd59e74 sec_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x4c47ec15 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0x4c759827 byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x4c8e0c47 replace_page_cache_page +EXPORT_SYMBOL_GPL vmlinux 0x4c96064c rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x4c9871cc snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL vmlinux 0x4cbd6f42 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0x4ccca258 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x4ceae888 pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x4cecd251 ahci_print_info +EXPORT_SYMBOL_GPL vmlinux 0x4d0912e2 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0x4d226f44 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x4d2d292c adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4d422cd2 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x4d462ff6 crypto_create_tfm +EXPORT_SYMBOL_GPL vmlinux 0x4d4e1529 dma_buf_mmap +EXPORT_SYMBOL_GPL vmlinux 0x4d7f103b rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x4d9eaf1b skcipher_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4db3fec4 vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x4dbc1fbc sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x4dd8eed9 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4e109192 ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0x4e242f5f pstore_cannot_block_path +EXPORT_SYMBOL_GPL vmlinux 0x4e4bfa95 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x4e65ab19 twl6040_get_dl1_gain +EXPORT_SYMBOL_GPL vmlinux 0x4e9aa44c tcp_is_cwnd_limited +EXPORT_SYMBOL_GPL vmlinux 0x4ef192b7 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4f1ccf7d dev_pm_qos_add_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4f2b7597 __trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0x4f4181fc crypto_aead_type +EXPORT_SYMBOL_GPL vmlinux 0x4f60603f snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL vmlinux 0x4f6ca200 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x4f7324f9 xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0x4fa6c433 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0x4fc65e4b sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x4fd4e89d ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fee3a2e wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x504bac23 amba_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5053e2a6 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x506691f1 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x506cc085 tracepoint_iter_stop +EXPORT_SYMBOL_GPL vmlinux 0x50795d1c blk_queue_bypass_start +EXPORT_SYMBOL_GPL vmlinux 0x5086ac3a alg_test +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x50bc284f sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x50c89f23 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x50d14816 vchan_tx_submit +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50ed9df9 sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x511a8549 setup_irq +EXPORT_SYMBOL_GPL vmlinux 0x512cf16c wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5130db6a max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x5147b341 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x5169ef7b pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x519318a1 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5199e757 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x51b28af1 pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x51cab192 blk_queue_rq_timed_out +EXPORT_SYMBOL_GPL vmlinux 0x51cfa70f get_mtd_device_nm +EXPORT_SYMBOL_GPL vmlinux 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL vmlinux 0x52212010 __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x522b7ec5 pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x524b8e7d inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0x52896a53 sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x52a6fdfb tpm_remove_hardware +EXPORT_SYMBOL_GPL vmlinux 0x52c1553d dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x5314b266 rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0x5322a3a6 sysfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x5341c403 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x535338d6 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x5358fc36 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x53614269 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x53986488 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x53a3e486 regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x53ab46a2 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x53d70fb4 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0x53e735fa cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x53e9e450 sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x5428d909 ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0x544aab61 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x5460c8d8 fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x5460f155 key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x5475e8a3 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0x54770ba5 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x549d80ae dm_dispatch_request +EXPORT_SYMBOL_GPL vmlinux 0x54d6d619 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x54e8adbe platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x54f26238 raw_seq_open +EXPORT_SYMBOL_GPL vmlinux 0x550c9712 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x551c7afe of_init_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x554b1a89 page_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x5550db00 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x55526907 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x5558dcd5 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x55806bc8 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x558db066 cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x559964f8 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x559b9376 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x55a567b1 rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x55de22db sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x55e902c3 regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x55eb4246 pl320_ipc_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x55f04c21 trace_buffer_unlock_commit_regs +EXPORT_SYMBOL_GPL vmlinux 0x561e4b77 irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0x56256006 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x562f476d pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x564f1dca klist_add_after +EXPORT_SYMBOL_GPL vmlinux 0x565b6892 uuid_le_gen +EXPORT_SYMBOL_GPL vmlinux 0x56806975 crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x5687bca5 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0x56af8877 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x56b09b18 unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x56b63670 lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up +EXPORT_SYMBOL_GPL vmlinux 0x56e75d47 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x56e9103b cpu_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x56fb5a0e event_storage_mutex +EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0x5732994d ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x573ba090 get_kernel_page +EXPORT_SYMBOL_GPL vmlinux 0x5751a601 ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x5779d445 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0x578fe4dd cpu_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57a633d4 tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x57eb46e4 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x5819c8aa usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0x582746d8 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x58413099 ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x58631dab imx_audmux_v2_configure_port +EXPORT_SYMBOL_GPL vmlinux 0x5879a649 ata_base_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x5880c502 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x58b87952 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL vmlinux 0x58c375cc regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x58c7a65e __hwspin_unlock +EXPORT_SYMBOL_GPL vmlinux 0x58c89709 wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x58e14f15 HYPERVISOR_event_channel_op +EXPORT_SYMBOL_GPL vmlinux 0x5926d064 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x592cd3f3 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0x59455535 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x5947abbe max77693_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x595edc83 blkg_prfill_stat +EXPORT_SYMBOL_GPL vmlinux 0x5968ce7b ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x59896308 tpm_dev_vendor_release +EXPORT_SYMBOL_GPL vmlinux 0x59981abf irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x599d0cb6 scatterwalk_start +EXPORT_SYMBOL_GPL vmlinux 0x59de4770 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x59e2743e call_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0x59eae699 ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x59f9404c sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL vmlinux 0x5a0f7af8 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x5a1545fb snd_dmaengine_pcm_set_data +EXPORT_SYMBOL_GPL vmlinux 0x5a2b1b67 gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x5a30a56f pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0x5a31af70 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5a3c2afd kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x5a42b7e9 ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x5a48534a regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x5a5b92bc dma_buf_fd +EXPORT_SYMBOL_GPL vmlinux 0x5a682d25 ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5acb8664 usbmisc_get_init_data +EXPORT_SYMBOL_GPL vmlinux 0x5adf0a7c __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x5af03a28 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x5afb47fc of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0x5b27ff15 of_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x5b4e379c of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0x5b7af0c1 pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x5b91e493 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x5bc0787b pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x5bc882d9 tpm_show_owned +EXPORT_SYMBOL_GPL vmlinux 0x5be6b847 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x5bed6c01 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x5bfc03c3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5c583ae4 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL vmlinux 0x5c633235 dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0x5c76b264 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x5c87f252 debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x5c8b6df3 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x5cce6718 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0x5cfa4257 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0x5d103c87 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x5d1098c6 xen_start_info +EXPORT_SYMBOL_GPL vmlinux 0x5d12e48f input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0x5d14d00e crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x5d34604f xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0x5d366dec gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x5d382316 pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x5d6741b7 xenbus_map_ring +EXPORT_SYMBOL_GPL vmlinux 0x5d730e7b raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5d8d802b clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x5db0665f fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0x5db3d37a tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x5db5fae6 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x5dbb3223 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5dd18380 regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x5dd67618 register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5e036caa sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x5e137855 omap_dm_timer_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x5e37c99c usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x5e4c2935 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x5e599ae4 bmp085_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x5e98e0c5 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5eacba1f ahci_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x5ec97470 devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5ee278a9 opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0x5f248f72 set_timer_slack +EXPORT_SYMBOL_GPL vmlinux 0x5fbdf350 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x5fc5f416 alloc_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x60506751 unmap_kernel_range_noflush +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60c11f84 blkcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x60c4b393 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL vmlinux 0x60c4e7f7 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x60d6f53f mtd_unpoint +EXPORT_SYMBOL_GPL vmlinux 0x60f78568 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x611425b1 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x6114d8a4 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x615650c4 ahash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x61634f05 lock_flocks +EXPORT_SYMBOL_GPL vmlinux 0x61b0d116 find_symbol +EXPORT_SYMBOL_GPL vmlinux 0x61bfa6fa sysfs_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x61c47bff led_trigger_store +EXPORT_SYMBOL_GPL vmlinux 0x61ec6bbd opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0x6229c099 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x624a6406 hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x6252f387 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x628c74f2 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x62ad463f regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0x62bdf0b1 md_run +EXPORT_SYMBOL_GPL vmlinux 0x62c56bc6 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x62c88a1c __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x62cceeb1 extcon_find_cable_index +EXPORT_SYMBOL_GPL vmlinux 0x6300313c crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x63093049 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL vmlinux 0x63205de1 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x6357cf9f __cpufreq_driver_getavg +EXPORT_SYMBOL_GPL vmlinux 0x63693605 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x63ad733b devres_alloc +EXPORT_SYMBOL_GPL vmlinux 0x63b2a75a fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x63ff608e sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x64004a04 blk_rq_err_bytes +EXPORT_SYMBOL_GPL vmlinux 0x6400ec00 sysfs_put +EXPORT_SYMBOL_GPL vmlinux 0x641721af rtc_set_mmss +EXPORT_SYMBOL_GPL vmlinux 0x648494d9 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x64a731ae hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x64ac1252 rtc_irq_unregister +EXPORT_SYMBOL_GPL vmlinux 0x652f4b9f led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6548b7c2 cgroup_taskset_first +EXPORT_SYMBOL_GPL vmlinux 0x655c6efd wm5102_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x65676542 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x6579b640 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x658f7602 ahci_set_em_messages +EXPORT_SYMBOL_GPL vmlinux 0x65979f19 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x65bbbc78 schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0x65bdb679 snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65d6d0f0 gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x65d7026e led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0x65f7ed81 sdhci_enable_irq_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x6637b10e blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0x663c16d6 gnttab_grant_foreign_access_subpage_ref +EXPORT_SYMBOL_GPL vmlinux 0x66408e28 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0x66710f5d register_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x669b3189 stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x66b2a859 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x66b87f9b bmp085_detect +EXPORT_SYMBOL_GPL vmlinux 0x66c78bd2 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x674e13e1 public_key_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6753a7c5 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x6796debb xfrm_inner_extract_output +EXPORT_SYMBOL_GPL vmlinux 0x67ad5b4d wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x67bed9e6 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x67d9fe13 wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x68116179 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x6812cf8d __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x68239f78 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0x68336775 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x6879cadc of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x687e91ca usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x6883453b fuse_conn_kill +EXPORT_SYMBOL_GPL vmlinux 0x6892088c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x68941fd7 omap_tll_enable +EXPORT_SYMBOL_GPL vmlinux 0x68956406 static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x68a4fedb snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL vmlinux 0x68c34813 xenbus_dev_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x68e4aad7 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x690b9dd2 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x6923ce63 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x69259f22 edac_mem_types +EXPORT_SYMBOL_GPL vmlinux 0x692ce82e disk_part_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x692e1ecb inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x69447467 ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0x6945725e mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0x694be42a usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0x6981360d ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x698a899f ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0x698be398 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x69a53917 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x69d35e7a device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x69dcae1c __blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x69e9a2cb ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x69fc6a7c pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a0203d2 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x6a0e8493 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6a1ca1fd __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x6a2d369f mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0x6a2d6505 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x6a5fb566 rcu_sched_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x6aac45d8 unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x6ab922b2 regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x6aba167a regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x6ac85b58 aead_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0x6b0e62b2 bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0x6b264960 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x6b29a1fa ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0x6b368158 wm5110_patch +EXPORT_SYMBOL_GPL vmlinux 0x6b56e476 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x6b66751d __sock_recv_ts_and_drops +EXPORT_SYMBOL_GPL vmlinux 0x6b6c3632 tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x6b770f49 decode_bch +EXPORT_SYMBOL_GPL vmlinux 0x6b917ed6 snd_soc_dapm_get_enum_virt +EXPORT_SYMBOL_GPL vmlinux 0x6bd55686 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x6be01013 fuse_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6c153887 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x6c20cf84 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x6c23df9d md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x6c2bdeb0 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x6c49c4f2 clockevents_notify +EXPORT_SYMBOL_GPL vmlinux 0x6c57d888 ahci_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x6c5f1118 perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0x6c749afe __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x6c8d5ae8 __gpio_get_value +EXPORT_SYMBOL_GPL vmlinux 0x6c9852f2 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x6ca79f3a platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6ca9732c usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x6cc78c5c set_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x6cea538e ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x6cffbcf6 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL vmlinux 0x6d00b19d crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d31e93b tracepoint_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x6d34abae inet6_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x6da081d6 tpm_show_durations +EXPORT_SYMBOL_GPL vmlinux 0x6db110d1 cpufreq_governor_dbs +EXPORT_SYMBOL_GPL vmlinux 0x6dec70f3 xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0x6df36523 mtd_unlock +EXPORT_SYMBOL_GPL vmlinux 0x6e2945bc xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x6e368f86 sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x6e4421cc tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x6e58ddf0 gnttab_end_foreign_transfer_ref +EXPORT_SYMBOL_GPL vmlinux 0x6e736a98 usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e7c3aed smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x6e7dfd69 hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6e80dfe0 sec_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6ec71f44 transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x6edd8e04 crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0x6f1ee69e kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x6f3b1d5d del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL vmlinux 0x6f4c8589 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0x6f6ac78c dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x6f898954 pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x6fa19569 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x6fc407a7 otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0x6fc501c5 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x6fd53bb8 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x6fe09ab7 tpm_gen_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x6fe3d8cf ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x6ff04d3d fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6ff7d7d6 fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x700f8e9f wm8994_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x701929c1 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x702630d3 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x703189d7 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x706b3a33 cpufreq_frequency_table_get_attr +EXPORT_SYMBOL_GPL vmlinux 0x707ff1bb ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0x708bd95d irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x70bb651d __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x70ccd748 dapm_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70cf411d ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x70d486ce opp_enable +EXPORT_SYMBOL_GPL vmlinux 0x70e4ebe0 wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x70e92f95 snd_soc_get_strobe +EXPORT_SYMBOL_GPL vmlinux 0x70e94dc1 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x711f9e0e srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x712e57b7 pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x7145821f scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x716995b0 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x7185b907 device_attach +EXPORT_SYMBOL_GPL vmlinux 0x718fb775 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x7193bef6 omap_dm_timer_set_pwm +EXPORT_SYMBOL_GPL vmlinux 0x71b984e0 snd_ctl_sync_vmaster_hook +EXPORT_SYMBOL_GPL vmlinux 0x71dc9998 crypto_il_tab +EXPORT_SYMBOL_GPL vmlinux 0x72235f08 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x7267db00 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x72741f25 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x727c0417 __css_put +EXPORT_SYMBOL_GPL vmlinux 0x72a584e9 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x72a75e0e pwm_set_polarity +EXPORT_SYMBOL_GPL vmlinux 0x72b212ff regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x72ea08a7 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x72fa17c8 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x73013896 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x730bd0c7 asic3_write_register +EXPORT_SYMBOL_GPL vmlinux 0x730f8034 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x7310a350 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL_GPL vmlinux 0x7354d29d __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x7389afdf hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73aa1c01 skcipher_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x73cefece pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x73d11533 omap_iommu_save_ctx +EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x73da5e13 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x73e0482f skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x74392999 mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x743a165e ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x744a6ddc apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x747a6134 xen_unmap_domain_mfn_range +EXPORT_SYMBOL_GPL vmlinux 0x7483daac led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x74890055 xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0x748bf8f9 get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0x7491736c ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0x74954462 timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x74abdafa task_handoff_register +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74d7b7fe hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x7507dc0a wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x751b579b blkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x752f1247 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x753ea5ea usbmisc_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x7564272c snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL vmlinux 0x75785203 devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x75c2b9f1 memalloc_socks +EXPORT_SYMBOL_GPL vmlinux 0x75c808fa rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x75c8a11c inet_twdr_twkill_work +EXPORT_SYMBOL_GPL vmlinux 0x75d0de19 rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x75e38c89 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x75e8f3c3 crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x75f13c94 ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x75f48a6c ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x760f60f1 mtd_panic_write +EXPORT_SYMBOL_GPL vmlinux 0x7643a464 usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x76ab58ed usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x76cbb4e7 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x76d42412 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x76f60522 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x770cf981 tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7717ddb3 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x77214cea sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x773334a8 edac_mc_free +EXPORT_SYMBOL_GPL vmlinux 0x77528f2d usb_gadget_map_request +EXPORT_SYMBOL_GPL vmlinux 0x77684b47 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x7772a141 devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x77a14bf3 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x77a2667a hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x77d080db ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x77d6d654 rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x77e78218 regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x780869f1 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x781e9cb1 snd_soc_default_readable_register +EXPORT_SYMBOL_GPL vmlinux 0x783acdb4 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x785352ae snd_soc_debugfs_root +EXPORT_SYMBOL_GPL vmlinux 0x786a8e6e uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x787fb9ed tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x78b599af usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0x78cf4589 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x78f143c4 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x7904b7d2 driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x7912060c da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x7926dd53 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x792adf41 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x7958b286 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x796c2d48 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x7983b816 get_dcookie +EXPORT_SYMBOL_GPL vmlinux 0x798e8eb0 xenbus_grant_ring +EXPORT_SYMBOL_GPL vmlinux 0x79b11e40 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x79d42d27 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x79d959b7 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0x79fe8559 ahci_check_ready +EXPORT_SYMBOL_GPL vmlinux 0x7a1040d7 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x7a83a625 device_add +EXPORT_SYMBOL_GPL vmlinux 0x7a944007 rcu_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0x7a961575 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x7aa899aa clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x7ab3ca18 eventfd_ctx_read +EXPORT_SYMBOL_GPL vmlinux 0x7ab6c28d da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x7ac26d12 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x7ae1ae8e cpufreq_frequency_table_put_attr +EXPORT_SYMBOL_GPL vmlinux 0x7ae6f969 snd_soc_register_codec +EXPORT_SYMBOL_GPL vmlinux 0x7afa99e2 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x7b03a374 add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL vmlinux 0x7b0f1ab3 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x7b1d544d edac_handler_set +EXPORT_SYMBOL_GPL vmlinux 0x7b2e09e4 d_materialise_unique +EXPORT_SYMBOL_GPL vmlinux 0x7b35f73b ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x7b38c5c3 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x7b525428 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7bcbfccd i2c_new_probed_device +EXPORT_SYMBOL_GPL vmlinux 0x7bd1245d disk_map_sector_rcu +EXPORT_SYMBOL_GPL vmlinux 0x7c66c795 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x7c6a49ce unix_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x7c9ad2eb usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x7cc1b7fd max77693_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cf87c69 of_property_count_strings +EXPORT_SYMBOL_GPL vmlinux 0x7d1ed6ca omap_dm_timer_set_load_start +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7da07246 pwm_config +EXPORT_SYMBOL_GPL vmlinux 0x7dab26b6 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7dbc832c blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x7dc5d0b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7dc99c47 ahci_shost_attrs +EXPORT_SYMBOL_GPL vmlinux 0x7dd10b78 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x7df1399a tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7df19e12 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x7df935ee snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL vmlinux 0x7e047846 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0x7e0ef97c regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x7e1183c9 async_schedule +EXPORT_SYMBOL_GPL vmlinux 0x7e1237cf sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x7e5e68a4 wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7eaff4ba edac_device_handle_ue +EXPORT_SYMBOL_GPL vmlinux 0x7eb7b3f8 of_get_dma_window +EXPORT_SYMBOL_GPL vmlinux 0x7ec1423c device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x7ed68941 asic3_read_register +EXPORT_SYMBOL_GPL vmlinux 0x7f03814a da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x7f0c6b6e sdhci_remove_host +EXPORT_SYMBOL_GPL vmlinux 0x7f0ce3dd usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x7f1bfb46 arizona_dev_init +EXPORT_SYMBOL_GPL vmlinux 0x7f2b33c1 iommu_domain_has_cap +EXPORT_SYMBOL_GPL vmlinux 0x7f2bf53f sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x7f537806 debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0x7f60243d snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL vmlinux 0x7f60e837 __pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x7f6fe629 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x7fab5350 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7fb483b9 console_drivers +EXPORT_SYMBOL_GPL vmlinux 0x7fd790ad clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x7ff10ccf raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x7ffc8718 gpio_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x80032c98 filter_current_check_discard +EXPORT_SYMBOL_GPL vmlinux 0x8043eb8c firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x8045b5f6 cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x80586607 sdhci_get_of_property +EXPORT_SYMBOL_GPL vmlinux 0x80740fe4 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0x8081b3a0 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80cde745 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80ea9472 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x80f3268f __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x8149ea54 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0x814b9ef9 unregister_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x814f7f17 class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x81549fce blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x815711c6 da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x815edaae elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8161c819 snd_soc_info_volsw_ext +EXPORT_SYMBOL_GPL vmlinux 0x81c43d23 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x81d18f2f dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x81dbcfd8 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x8204da16 dio_end_io +EXPORT_SYMBOL_GPL vmlinux 0x8220458d regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x8226642f __gpio_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x8233d1de stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0x82564dae ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x82716fb4 free_css_id +EXPORT_SYMBOL_GPL vmlinux 0x827e3801 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0x8288d949 eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0x82939ebd rcu_batches_completed_sched +EXPORT_SYMBOL_GPL vmlinux 0x829ef1d5 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x82cd19f3 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0x82d11ea0 snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x831f7e48 sdhci_resume_host +EXPORT_SYMBOL_GPL vmlinux 0x8337a42c blk_queue_dma_drain +EXPORT_SYMBOL_GPL vmlinux 0x8365ee2c cgroup_taskset_cur_cgroup +EXPORT_SYMBOL_GPL vmlinux 0x8383a4f4 tpm_show_active +EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0x83911060 device_create_vargs +EXPORT_SYMBOL_GPL vmlinux 0x83a4c48f fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x83a5ae2e __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x83cb3a31 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0x83d66be0 dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x83e980bc iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x84658760 snd_soc_bytes_get +EXPORT_SYMBOL_GPL vmlinux 0x8484a5c3 register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x84c5c258 page_cache_sync_readahead +EXPORT_SYMBOL_GPL vmlinux 0x85050965 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x852e568d of_get_nand_ecc_mode +EXPORT_SYMBOL_GPL vmlinux 0x852f3e32 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0x85478a0b inet6_hash_frag +EXPORT_SYMBOL_GPL vmlinux 0x856629e7 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x8574ca6c gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x859474c0 dma_buf_export +EXPORT_SYMBOL_GPL vmlinux 0x85961b71 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x859ed528 cgroup_unload_subsys +EXPORT_SYMBOL_GPL vmlinux 0x85c10896 rcu_batches_completed_bh +EXPORT_SYMBOL_GPL vmlinux 0x85c7f674 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x863c552c cache_firmware +EXPORT_SYMBOL_GPL vmlinux 0x8645f9da usb_bus_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x8651b59e class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x86623fd7 notify_remote_via_irq +EXPORT_SYMBOL_GPL vmlinux 0x867094c1 snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x86a51007 gnttab_end_foreign_transfer +EXPORT_SYMBOL_GPL vmlinux 0x86ad07a0 da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x86b684c7 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x86e0d647 dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x86f2bcc9 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x8704eb06 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x870a1986 arizona_clk32k_enable +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x871bcaa4 irq_find_host +EXPORT_SYMBOL_GPL vmlinux 0x871c052b sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x873fbaea edac_atomic_assert_error +EXPORT_SYMBOL_GPL vmlinux 0x8750c691 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x87538eea __module_text_address +EXPORT_SYMBOL_GPL vmlinux 0x87571fa1 pl320_ipc_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x876b3b6c spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x87754115 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x877d04f9 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x87984b16 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x879a3dd3 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x87a2812a sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x87c160ab sec_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x87c99a2f pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x87e6ec62 da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x87e93bef tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x8810ad5e crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0x88335d01 mtd_is_partition +EXPORT_SYMBOL_GPL vmlinux 0x8840d93c crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x885aa7cc snd_soc_info_volsw_s8 +EXPORT_SYMBOL_GPL vmlinux 0x885d13e6 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x885ef84d shash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x887a1d7e init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88ebed94 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x88fceb03 skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x891a5a7f gnttab_max_grant_frames +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x892b79f6 blkio_subsys +EXPORT_SYMBOL_GPL vmlinux 0x8945426d wm8994_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x89502f0c gnttab_subpage_grants_available +EXPORT_SYMBOL_GPL vmlinux 0x89720a85 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x898992d1 rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x89c7a7a8 tpm_show_pubek +EXPORT_SYMBOL_GPL vmlinux 0x89e86db9 ahci_ops +EXPORT_SYMBOL_GPL vmlinux 0x8a04b9fe tracepoint_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0x8a44c351 cgroup_load_subsys +EXPORT_SYMBOL_GPL vmlinux 0x8a5ab7fa devm_regmap_init_mmio +EXPORT_SYMBOL_GPL vmlinux 0x8a5c7a80 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0x8a5d8bc4 fuse_put_request +EXPORT_SYMBOL_GPL vmlinux 0x8a78989f irq_from_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x8a82c0ae __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x8a856929 twl6040_get_clk_id +EXPORT_SYMBOL_GPL vmlinux 0x8a92de3d omap_dm_timer_enable +EXPORT_SYMBOL_GPL vmlinux 0x8ab6f32e blkg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8ab9e1fa snd_soc_dapm_get_value_enum_double +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8acd2b76 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL vmlinux 0x8ae152b5 of_get_nand_bus_width +EXPORT_SYMBOL_GPL vmlinux 0x8ae84fdf sysfs_get_dirent +EXPORT_SYMBOL_GPL vmlinux 0x8afbf7b1 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x8b04668e bind_interdomain_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x8b4bd2d7 __css_tryget +EXPORT_SYMBOL_GPL vmlinux 0x8b66f9e0 xen_platform_pci_unplug +EXPORT_SYMBOL_GPL vmlinux 0x8b752ac1 ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0x8b775d3a __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x8b99fd7f pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x8b9a50d4 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x8ba5afe9 HYPERVISOR_memory_op +EXPORT_SYMBOL_GPL vmlinux 0x8bac309a power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x8bb2525d xenbus_bind_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x8bb3c3d8 rq_flush_dcache_pages +EXPORT_SYMBOL_GPL vmlinux 0x8bd1a3b2 inet_hashinfo_init +EXPORT_SYMBOL_GPL vmlinux 0x8bdcafcb __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x8bdde499 vchan_find_desc +EXPORT_SYMBOL_GPL vmlinux 0x8bf15fe9 cpufreq_frequency_table_cpuinfo +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c0409e7 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x8c06a108 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x8c38074a unregister_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8c5f1895 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x8c68dfeb devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x8c9ba649 clk_disable +EXPORT_SYMBOL_GPL vmlinux 0x8cafa63d usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x8cc7d471 usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x8cd0435d tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x8cdd1e62 xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0x8cf00b31 snd_soc_get_dai_substream +EXPORT_SYMBOL_GPL vmlinux 0x8cff7d20 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x8d0b5e46 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x8d1a3df4 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x8d1b6a94 omap_mcpdm_configure_dn_offsets +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d439b86 ablkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x8d5a906a ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0x8d5d2d7f class_create_file +EXPORT_SYMBOL_GPL vmlinux 0x8d65d70c wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x8dbf7aaa privcmd_call +EXPORT_SYMBOL_GPL vmlinux 0x8dd8f39d dbs_check_cpu +EXPORT_SYMBOL_GPL vmlinux 0x8de7a062 sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x8dfde2f5 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL vmlinux 0x8dfe6979 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x8e075bfb ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x8e299ee2 dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x8e342633 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x8e374445 led_trigger_show +EXPORT_SYMBOL_GPL vmlinux 0x8e4d1466 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x8e5a6b40 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x8e6a70e1 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x8e874608 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0x8eb0a9e6 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x8ec9adbb sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x8eeedd7c wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x8eef5c1b bio_alloc_mddev +EXPORT_SYMBOL_GPL vmlinux 0x8f0a6c01 amba_apb_device_add_res +EXPORT_SYMBOL_GPL vmlinux 0x8f12669a irq_linear_revmap +EXPORT_SYMBOL_GPL vmlinux 0x8f132d7d device_del +EXPORT_SYMBOL_GPL vmlinux 0x8f17f544 mnt_clone_write +EXPORT_SYMBOL_GPL vmlinux 0x8f1f614a snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL vmlinux 0x8f230f18 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0x8f5525fc opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f9f698b ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x8fab35f5 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x8ffebd8e snd_soc_resume +EXPORT_SYMBOL_GPL vmlinux 0x904793b6 add_page_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x9062c322 ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x90705b7f syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9074611c __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x9082d068 kprobe_decode_arm_table +EXPORT_SYMBOL_GPL vmlinux 0x90a1004a crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x90aa614d tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x90b763f1 HYPERVISOR_console_io +EXPORT_SYMBOL_GPL vmlinux 0x90e66d47 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x910625c5 edac_mc_add_mc +EXPORT_SYMBOL_GPL vmlinux 0x91220dc5 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x91275ef3 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x912fd25b debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x91582e4c mtd_read_oob +EXPORT_SYMBOL_GPL vmlinux 0x9159b9d6 profile_event_register +EXPORT_SYMBOL_GPL vmlinux 0x916c675a snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL vmlinux 0x917157a9 mtd_point +EXPORT_SYMBOL_GPL vmlinux 0x918ad429 ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x91a746fb scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x91c1d99c pm_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0x91db36fe xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0x91dda801 scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0x91de8f2c omap_dm_timer_free +EXPORT_SYMBOL_GPL vmlinux 0x91f471ca tpm_show_enabled +EXPORT_SYMBOL_GPL vmlinux 0x9208c062 input_class +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x927c31a4 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x92877cfa ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x92b57248 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x92c5026f tpm_show_caps +EXPORT_SYMBOL_GPL vmlinux 0x92c90e22 queue_work +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92d57622 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x92d9515f ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x92dc32ab mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0x92ee33da __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0x92fe3ac4 snd_soc_dpcm_be_get_state +EXPORT_SYMBOL_GPL vmlinux 0x9312d80e evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x93226faa irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0x937b224e vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x93a98bbf snd_dmaengine_pcm_get_data +EXPORT_SYMBOL_GPL vmlinux 0x93b8cc0b ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0x93bf75ab bus_set_iommu +EXPORT_SYMBOL_GPL vmlinux 0x93d2422d snmp_mib_free +EXPORT_SYMBOL_GPL vmlinux 0x93df8bd0 xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0x93e64723 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0x94063266 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x945d3384 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x9463ff71 init_bch +EXPORT_SYMBOL_GPL vmlinux 0x94a68723 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x94abb745 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0x94ad5a5c fuse_request_send +EXPORT_SYMBOL_GPL vmlinux 0x94c01177 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x94cb1ac3 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x94dd86fe user_read +EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit +EXPORT_SYMBOL_GPL vmlinux 0x953600a3 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x956a91ba gpio_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x9593f015 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x95ade94b tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x95af140e tps65912_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x95aff66c blkdev_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x95c578a0 ioremap_page_range +EXPORT_SYMBOL_GPL vmlinux 0x95f6ee15 unregister_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x96080b5a pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x9621849f ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x963fedc5 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x964add15 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x9665310c __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x966ff69c usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x967effd6 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x96a22790 vmcore_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x96b7db5c pin_is_valid +EXPORT_SYMBOL_GPL vmlinux 0x96cbcf31 pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x96f0f1d5 snd_soc_jack_new +EXPORT_SYMBOL_GPL vmlinux 0x9745c52a of_fixed_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0x97473ca3 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x974b5535 pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x97503b15 devres_add +EXPORT_SYMBOL_GPL vmlinux 0x976f0e1f __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x977a0aa1 __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x97921498 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x97b13dad __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0x97c17acf tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x97da04d8 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0x9809b76a inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x980ab703 devm_clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x980f3ac0 wm5110_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x9838204a inet6_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x9843e181 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x98599dd8 dma_buf_begin_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x989bab5f snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL vmlinux 0x98c9f584 klist_init +EXPORT_SYMBOL_GPL vmlinux 0x98cc564a regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x98f7004e ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x990a8328 timed_output_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9924c496 __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x996c5764 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x9974cb95 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x99a8885d mtd_block_isbad +EXPORT_SYMBOL_GPL vmlinux 0x99a941c0 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x99b474c8 usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x9a03e5ce skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a89dbf7 lpddr2_jedec_min_tck +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9aca444b get_monotonic_boottime +EXPORT_SYMBOL_GPL vmlinux 0x9ae97c4d __blkdev_driver_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9af84808 thermal_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x9b2a4840 ata_sas_port_async_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9b46e24d __blkg_release +EXPORT_SYMBOL_GPL vmlinux 0x9b51b7bf attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x9b7e3c4e blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9ba0501e unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ba0d265 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0x9ba6a4ae gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0x9bad2c4a fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9c1b756b transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x9c2da8c0 queue_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x9c413e2e devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x9c746a4f iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x9c86ede0 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0x9c92b6e4 twl6040_hs_jack_detect +EXPORT_SYMBOL_GPL vmlinux 0x9c9e9f11 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x9cb73194 blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x9cb957b3 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x9ccb1788 irq_create_direct_mapping +EXPORT_SYMBOL_GPL vmlinux 0x9ce237fc snd_soc_codec_set_pll +EXPORT_SYMBOL_GPL vmlinux 0x9ce2717f aead_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x9d06688b register_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x9d0dbc0e unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x9d3850e1 gnttab_alloc_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x9d49e38a device_register +EXPORT_SYMBOL_GPL vmlinux 0x9d72e344 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x9d8331c0 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x9db0b874 devres_release +EXPORT_SYMBOL_GPL vmlinux 0x9dfdf722 gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0x9e1f8516 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0x9e348990 ftrace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x9e3860ab mtd_get_device_size +EXPORT_SYMBOL_GPL vmlinux 0x9e68c2dd snd_soc_get_volsw_s8 +EXPORT_SYMBOL_GPL vmlinux 0x9e8e1f97 vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL vmlinux 0x9e9506d7 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9ec0d7a7 gpiochip_add +EXPORT_SYMBOL_GPL vmlinux 0x9ee115b8 mtd_read +EXPORT_SYMBOL_GPL vmlinux 0x9f0f206f crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0x9f103052 bmp085_probe +EXPORT_SYMBOL_GPL vmlinux 0x9f13d8c4 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x9f3aee8b __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x9f3f98e1 of_get_nand_on_flash_bbt +EXPORT_SYMBOL_GPL vmlinux 0x9f517986 HYPERVISOR_hvm_op +EXPORT_SYMBOL_GPL vmlinux 0x9f5822e3 snd_soc_platform_trigger +EXPORT_SYMBOL_GPL vmlinux 0x9f5a8f09 xenbus_dev_attrs +EXPORT_SYMBOL_GPL vmlinux 0x9f9a6755 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x9f9a7198 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL vmlinux 0x9fa35add omap_dm_timer_set_load +EXPORT_SYMBOL_GPL vmlinux 0x9fae2cd4 ahci_kick_engine +EXPORT_SYMBOL_GPL vmlinux 0x9fc41de4 debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0xa017ae4e generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0xa03abcfb srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0xa06025cf usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0xa064f393 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xa0a3c43c inet6_destroy_sock +EXPORT_SYMBOL_GPL vmlinux 0xa0b9ce15 crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0xa0f815af ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xa114cc22 gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0xa13cb796 snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL vmlinux 0xa1415ec1 pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xa145316a snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL vmlinux 0xa14cb599 of_clk_src_simple_get +EXPORT_SYMBOL_GPL vmlinux 0xa1acaf1f devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0xa1bd7822 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xa2031fbb platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0xa20be28f crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0xa213b7b8 blk_unprep_request +EXPORT_SYMBOL_GPL vmlinux 0xa2173f4a platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0xa2304086 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0xa26559eb sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL vmlinux 0xa287af84 unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xa2e66a5f skb_gro_receive +EXPORT_SYMBOL_GPL vmlinux 0xa2f43407 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0xa3221685 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0xa353fffc xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xa354eb9a ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0xa35d6ba9 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xa376a430 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL vmlinux 0xa384450c debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa396f399 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0xa3c6e727 __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xa3e7c113 ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0xa40c98f9 wm5110_irq +EXPORT_SYMBOL_GPL vmlinux 0xa41fd403 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xa442f0f9 pstore_register +EXPORT_SYMBOL_GPL vmlinux 0xa446a8a0 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0xa447dd31 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq +EXPORT_SYMBOL_GPL vmlinux 0xa47a1912 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0xa48091b0 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa49b4d4f adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0xa4b7d8fe ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0xa516c89d perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0xa5326e9f __put_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0xa54981c6 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0xa5546477 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0xa5585af0 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xa56e0618 sdhci_pltfm_free +EXPORT_SYMBOL_GPL vmlinux 0xa575c4cf rt_mutex_timed_lock +EXPORT_SYMBOL_GPL vmlinux 0xa59087d6 __srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa5c9b168 snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL vmlinux 0xa5d21d7c dm_underlying_device_busy +EXPORT_SYMBOL_GPL vmlinux 0xa5dd6fae arm_pm_restart +EXPORT_SYMBOL_GPL vmlinux 0xa5e0cda8 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xa5ee92c3 snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa61b1477 tracepoint_iter_start +EXPORT_SYMBOL_GPL vmlinux 0xa61f156e relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0xa625110d kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0xa63b8f9f snd_soc_put_enum_double +EXPORT_SYMBOL_GPL vmlinux 0xa6507ff0 ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0xa6a0a273 max77693_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6f3d2db rtc_irq_set_state +EXPORT_SYMBOL_GPL vmlinux 0xa70d6e5a crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0xa724257f init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xa7394698 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa75312bc call_rcu_sched +EXPORT_SYMBOL_GPL vmlinux 0xa784b00c ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0xa7b37d81 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0xa7e92c97 omap_dm_timer_set_match +EXPORT_SYMBOL_GPL vmlinux 0xa7f92105 add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0xa81f0b3c usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xa835f5a7 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xa864996f single_release_net +EXPORT_SYMBOL_GPL vmlinux 0xa86dc0a8 spi_busnum_to_master +EXPORT_SYMBOL_GPL vmlinux 0xa87157a3 devm_kzalloc +EXPORT_SYMBOL_GPL vmlinux 0xa89a4092 usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0xa89a6731 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL vmlinux 0xa8e91fdf of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xa8f59416 gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xa918d261 platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0xa92678bd simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0xa9326ede cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0xa94b53ab __hwspin_lock_timeout +EXPORT_SYMBOL_GPL vmlinux 0xa9a82042 gnttab_trans_grants_available +EXPORT_SYMBOL_GPL vmlinux 0xa9c1d958 rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xa9c530b8 unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa9fc3f54 gnttab_grant_foreign_access_trans +EXPORT_SYMBOL_GPL vmlinux 0xaa116ae1 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0xaa2a72bf __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0xaa49b965 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0xaa547e26 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0xaa6b54b8 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0xaa852c93 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xaa8a1958 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xaa9fb002 mtd_del_partition +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaaac05e0 wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0xaada4b55 ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xaaf76885 __clk_register +EXPORT_SYMBOL_GPL vmlinux 0xaafd642c extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xab01acbe gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0xab18e6bd scatterwalk_map +EXPORT_SYMBOL_GPL vmlinux 0xab1feff6 xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xab4f0e91 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0xab5184ca sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request +EXPORT_SYMBOL_GPL vmlinux 0xab7e3362 irq_find_mapping +EXPORT_SYMBOL_GPL vmlinux 0xab8ceced gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0xab8edd83 bio_clone_mddev +EXPORT_SYMBOL_GPL vmlinux 0xac18f918 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0xac37ca9e sdhci_pltfm_register +EXPORT_SYMBOL_GPL vmlinux 0xac413e8a wm8400_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xac789867 pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xac9c14b9 xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xacc7aa5b scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0xacd13ee6 iommu_map +EXPORT_SYMBOL_GPL vmlinux 0xace5c0fc usb_bus_list +EXPORT_SYMBOL_GPL vmlinux 0xacfd81f6 work_cpu +EXPORT_SYMBOL_GPL vmlinux 0xad34bd17 snd_soc_get_value_enum_double +EXPORT_SYMBOL_GPL vmlinux 0xad5334e4 fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xad9a0f53 crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xad9c1acf user_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xada38534 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0xada96868 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0xadad0c48 bus_find_device_by_name +EXPORT_SYMBOL_GPL vmlinux 0xadbacdfc inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xadc68a8d anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xadc785ec kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xadee8384 tpm_read +EXPORT_SYMBOL_GPL vmlinux 0xadf6aa4d tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xae0c87ee pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xae154dff __hwspin_trylock +EXPORT_SYMBOL_GPL vmlinux 0xae169a90 omap_dm_timer_trigger +EXPORT_SYMBOL_GPL vmlinux 0xae246f43 cgroup_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0xae361459 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL vmlinux 0xae39ca3f platform_bus +EXPORT_SYMBOL_GPL vmlinux 0xae6843e4 spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae6f56ac extcon_update_state +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae7eafa7 relay_reset +EXPORT_SYMBOL_GPL vmlinux 0xaea72cc7 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0xaeaa7800 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0xaead8992 crypto_lookup_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xaebb921d regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0xaec9c48a ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0xaee5a30a of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0xaef1066d tpm_dev_release +EXPORT_SYMBOL_GPL vmlinux 0xaf348da7 cpu_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xaf357065 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0xaf3d4f06 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0xaf53459b transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0xaf735207 tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0xaf90b021 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xafaa0f3d usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xafb6dfe6 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0xafc6c382 omap_dm_timer_set_int_disable +EXPORT_SYMBOL_GPL vmlinux 0xafcf032a default_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xafd2498a usb_add_gadget_udc +EXPORT_SYMBOL_GPL vmlinux 0xb0076cfd fat_scan +EXPORT_SYMBOL_GPL vmlinux 0xb0119b9f snd_soc_get_enum_double +EXPORT_SYMBOL_GPL vmlinux 0xb018674e pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0xb0272c8c deregister_mtd_parser +EXPORT_SYMBOL_GPL vmlinux 0xb0418287 spi_master_resume +EXPORT_SYMBOL_GPL vmlinux 0xb0485e4d vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0xb074df5a dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0xb080d2e8 snd_soc_codec_set_cache_io +EXPORT_SYMBOL_GPL vmlinux 0xb08be1d3 put_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0xb0a7a565 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0xb0af14b7 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb0b38508 ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0f61254 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0xb10d55bc cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xb1225607 crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0xb12c2c78 dma_buf_kunmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0xb1388cd0 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xb14008c3 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0xb140d14c ring_buffer_read +EXPORT_SYMBOL_GPL vmlinux 0xb1425b32 dm_table_add_target_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb149e0b1 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL vmlinux 0xb1596c47 regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0xb16121ce bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xb1652f4c usb_gadget_unmap_request +EXPORT_SYMBOL_GPL vmlinux 0xb16860bd crypto_init_spawn +EXPORT_SYMBOL_GPL vmlinux 0xb16e4cae usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0xb18429eb suspend_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0xb1acbcce rcu_barrier_sched +EXPORT_SYMBOL_GPL vmlinux 0xb1b66184 sdhci_free_host +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1dbff0c regmap_init_mmio +EXPORT_SYMBOL_GPL vmlinux 0xb1df5bd4 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xb1dfd1f5 relay_close +EXPORT_SYMBOL_GPL vmlinux 0xb21441ee mtd_block_markbad +EXPORT_SYMBOL_GPL vmlinux 0xb2154d42 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xb25a1336 add_to_page_cache_lru +EXPORT_SYMBOL_GPL vmlinux 0xb284cec3 dma_buf_attach +EXPORT_SYMBOL_GPL vmlinux 0xb2ab4590 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0xb2d48a2e queue_work_on +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb31df179 __page_file_mapping +EXPORT_SYMBOL_GPL vmlinux 0xb31ea188 clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0xb33eb048 pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xb34f103d cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0xb37e881b fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0xb45a454a __module_address +EXPORT_SYMBOL_GPL vmlinux 0xb46e384f __get_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0xb471b359 tcp_death_row +EXPORT_SYMBOL_GPL vmlinux 0xb4e14553 gnttab_query_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4eb3692 __mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0xb4f1584e snd_soc_add_platform_controls +EXPORT_SYMBOL_GPL vmlinux 0xb50b7925 pwm_free +EXPORT_SYMBOL_GPL vmlinux 0xb50ee2eb kill_pid_info_as_cred +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb526e5e6 omap_dm_timer_set_source +EXPORT_SYMBOL_GPL vmlinux 0xb528d409 pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0xb5621b89 snd_soc_free_ac97_codec +EXPORT_SYMBOL_GPL vmlinux 0xb57b9654 driver_find +EXPORT_SYMBOL_GPL vmlinux 0xb587ade8 sk_unattached_filter_create +EXPORT_SYMBOL_GPL vmlinux 0xb58dcfa2 synchronize_sched_expedited +EXPORT_SYMBOL_GPL vmlinux 0xb5a0e11e lpddr2_jedec_addressing_table +EXPORT_SYMBOL_GPL vmlinux 0xb5cb8145 hrtimer_get_res +EXPORT_SYMBOL_GPL vmlinux 0xb5db82c0 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xb5e1b515 mtd_add_partition +EXPORT_SYMBOL_GPL vmlinux 0xb5e896fb tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0xb5f17edf perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb5f26288 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0xb5f58d4b netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0xb617a538 seq_open_net +EXPORT_SYMBOL_GPL vmlinux 0xb6230f1f gnttab_grant_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xb62c9906 xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0xb67b2219 cm_suspend_again +EXPORT_SYMBOL_GPL vmlinux 0xb67c64fd __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xb68d891e xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0xb6a161fc led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0xb6aeb661 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xb6c85ae6 part_round_stats +EXPORT_SYMBOL_GPL vmlinux 0xb6db34f9 dapm_clock_event +EXPORT_SYMBOL_GPL vmlinux 0xb6eb3049 pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0xb6ee5851 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0xb7154b95 anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb73f3ea4 balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0xb7627f81 mtd_device_parse_register +EXPORT_SYMBOL_GPL vmlinux 0xb762bb49 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xb7ca1b01 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0xb7caa948 unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xb7f41611 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0xb7f77027 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0xb807fda5 seq_release_net +EXPORT_SYMBOL_GPL vmlinux 0xb83827b3 sysfs_notify_dirent +EXPORT_SYMBOL_GPL vmlinux 0xb8783574 task_current_syscall +EXPORT_SYMBOL_GPL vmlinux 0xb87d6d50 snd_soc_unregister_dai +EXPORT_SYMBOL_GPL vmlinux 0xb8d3cef6 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0xb8e8f644 device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xb8e9b86d devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xb90ef77f tpm_write +EXPORT_SYMBOL_GPL vmlinux 0xb9176155 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0xb94abcf3 map_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xb9932b89 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0xb99d5837 xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xb9ac19ad sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0xb9adbb36 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0xb9c13267 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9da2997 snmp_fold_field64 +EXPORT_SYMBOL_GPL vmlinux 0xb9e19b9a set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xb9fc708b queue_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xba01d31a __inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0xba0a5954 kick_process +EXPORT_SYMBOL_GPL vmlinux 0xba11ff09 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0xba50f2f9 snd_soc_bytes_put +EXPORT_SYMBOL_GPL vmlinux 0xba78c786 spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xba9d9020 proc_net_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xbaaec87c devres_find +EXPORT_SYMBOL_GPL vmlinux 0xbace5ea8 usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xbacfa798 devres_get +EXPORT_SYMBOL_GPL vmlinux 0xbad9e1dd rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xbadb5dcb vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0xbade32c7 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0xbadefd63 omap_mcbsp_st_add_controls +EXPORT_SYMBOL_GPL vmlinux 0xbb038ce4 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb11cfba klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xbb1fec33 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xbb58c54a fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0xbb7098db ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0xbb7a525c rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0xbba0599b dma_buf_vunmap +EXPORT_SYMBOL_GPL vmlinux 0xbbbde6b4 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0xbbc26722 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xbbc33f5f rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xbbd97018 ahci_stop_engine +EXPORT_SYMBOL_GPL vmlinux 0xbc560d5f devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xbc6f931b workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xbcaf3971 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0xbcbaa80a __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0xbccfd4d8 register_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xbcd1e0dc usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbce2d031 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0xbcf5ef67 hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0xbcf89ab6 __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xbd0b096e snd_soc_cache_sync +EXPORT_SYMBOL_GPL vmlinux 0xbd0db8ee snd_soc_dapm_sync +EXPORT_SYMBOL_GPL vmlinux 0xbd1f8831 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xbd5cb8b9 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0xbd5f41ef xenbus_unmap_ring +EXPORT_SYMBOL_GPL vmlinux 0xbd691fd7 pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0xbd7ffbb8 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0xbdc22a5d snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL vmlinux 0xbdd295f0 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xbdd2f42a rcu_bh_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0xbdf512de free_bch +EXPORT_SYMBOL_GPL vmlinux 0xbe1887e4 ata_unpack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xbe647638 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0xbe804f82 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0xbe992a22 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0xbea1c028 sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0xbeaff55c ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0xbeb23cd8 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xbebd82b3 pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0xbec39a24 sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0xbee47447 fuse_get_req +EXPORT_SYMBOL_GPL vmlinux 0xbf04f6af balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xbf0ea9a5 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xbf15227d sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0xbf1d0256 hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0xbf32d0c7 user_match +EXPORT_SYMBOL_GPL vmlinux 0xbf400a0d dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0xbf58104c sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xbf6e2793 scsi_internal_device_block +EXPORT_SYMBOL_GPL vmlinux 0xbf8e793c pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0xbfad3f73 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0xbfb1f7cc transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0xbfc283e4 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0xbfc6f3c9 device_move +EXPORT_SYMBOL_GPL vmlinux 0xbfe17c7a dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbfea365a xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xc00470d2 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0xc021cba7 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0xc03f07d4 arizona_set_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0xc0648c5d tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0xc0651fd3 crypto_nivaead_type +EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc0bf6ead timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xc0d26387 kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL vmlinux 0xc0dcbbc6 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc0dd1378 snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL vmlinux 0xc0e2e8e8 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0xc0fbfebe dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xc10f2b8e cgroup_unlock +EXPORT_SYMBOL_GPL vmlinux 0xc113252e iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0xc11b4470 balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0xc11bd00f tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc1365d4a spi_async_locked +EXPORT_SYMBOL_GPL vmlinux 0xc139c7df __init_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0xc1429626 of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xc1587ab9 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0xc16400a9 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0xc164642e xenbus_otherend_changed +EXPORT_SYMBOL_GPL vmlinux 0xc164b8f9 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc18578ed process_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc19308c2 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xc1ad4508 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xc1afb035 snd_soc_info_enum_ext +EXPORT_SYMBOL_GPL vmlinux 0xc1e37739 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0xc1fb7a5c regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc1fe67bd sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc245af65 mtd_erase_callback +EXPORT_SYMBOL_GPL vmlinux 0xc24b0bda crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0xc26351f8 bind_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xc27835ce ata_eh_thaw_port +EXPORT_SYMBOL_GPL vmlinux 0xc280fb46 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0xc297eefa snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL vmlinux 0xc2a73bf7 snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL vmlinux 0xc2e027a9 devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xc2e36cf1 snd_soc_bytes_info +EXPORT_SYMBOL_GPL vmlinux 0xc314f69e dapm_mark_io_dirty +EXPORT_SYMBOL_GPL vmlinux 0xc3180966 platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0xc31e541f device_show_int +EXPORT_SYMBOL_GPL vmlinux 0xc32772f8 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc34efe27 snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0xc356c5df da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xc37226a5 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xc377e264 relay_open +EXPORT_SYMBOL_GPL vmlinux 0xc37cbba1 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0xc385cb58 perf_num_counters +EXPORT_SYMBOL_GPL vmlinux 0xc38e92f3 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0xc398a74a vchan_init +EXPORT_SYMBOL_GPL vmlinux 0xc3ad4d18 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0xc3b93bba klist_next +EXPORT_SYMBOL_GPL vmlinux 0xc3bf1fa0 bdi_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0xc3cad564 register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc3d7c817 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xc3ea5f6a alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0xc4004d69 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xc41a4636 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc448c4b9 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc4558ef0 opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc48b3437 unregister_mtd_user +EXPORT_SYMBOL_GPL vmlinux 0xc48b7ccf ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0xc4b6833b regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0xc4b80021 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xc4d6682f sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0xc4ff8352 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0xc5397da6 xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xc546d7c0 crypto_alloc_ablkcipher +EXPORT_SYMBOL_GPL vmlinux 0xc54ba667 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0xc5544d54 ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0xc5645bb7 xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0xc57c9ef0 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0xc5810ceb wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xc59a583c ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xc5dea6f7 snd_soc_update_bits_locked +EXPORT_SYMBOL_GPL vmlinux 0xc60f75ec __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc6113151 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0xc615e7b4 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0xc6531cd4 inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0xc65d3eed ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc678bfda power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc69de9d2 __lock_page_killable +EXPORT_SYMBOL_GPL vmlinux 0xc7002ac4 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0xc72e1233 __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xc742e8e3 regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xc769b61a opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xc76d632e regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xc77673f9 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xc782f18a shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0xc788f922 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL vmlinux 0xc7992c74 power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7c6391c mpi_set_buffer +EXPORT_SYMBOL_GPL vmlinux 0xc7cc1f45 pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0xc7cd3d4a sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0xc7e04ee3 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc7e4c538 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xc7f52efa usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL vmlinux 0xc831ee74 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xc8598e89 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0xc86dd744 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc87c1f84 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xc895a008 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0xc89e91fb irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0xc8b690bf scsi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xc8c4089a sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc8e2653d dma_buf_get +EXPORT_SYMBOL_GPL vmlinux 0xc902d977 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xc90fac4f shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0xc91277a1 kgdb_schedule_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc9284523 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xc9297775 blk_queue_flush +EXPORT_SYMBOL_GPL vmlinux 0xc92e0d7e arizona_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc95b0202 blk_queue_bio +EXPORT_SYMBOL_GPL vmlinux 0xc9616517 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0xc96d3bbc usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0xc98040b9 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xc9857461 xen_dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9ff3028 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xca03fd04 disk_part_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xca306402 raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xca67045b device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xca68606c snd_soc_test_bits +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca81ea9a xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0xca85d8cf tracepoint_probe_update_all +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcb5f00dc usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0xcb991783 snd_ctl_activate_id +EXPORT_SYMBOL_GPL vmlinux 0xcb9a5dc6 devm_pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xcbee20b2 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0xcbf19235 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0xcc010feb crypto_alloc_pcomp +EXPORT_SYMBOL_GPL vmlinux 0xcc04fcfe device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0xcc088a6a fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0xcc16024b devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xcc1c42b9 omap_iopgtable_store_entry +EXPORT_SYMBOL_GPL vmlinux 0xcc1f1c3d inet_twdr_hangman +EXPORT_SYMBOL_GPL vmlinux 0xcc2749d3 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0xcc2b02f5 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc368ba6 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0xcc8f0451 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xcca0155e __blk_put_request +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccdcb423 snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xcd004d3f pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0xcd1ada4e uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0xcd1cc053 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0xcd236ddb ahci_init_controller +EXPORT_SYMBOL_GPL vmlinux 0xcd42e5dd ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xcd458e8b crypto_alloc_instance +EXPORT_SYMBOL_GPL vmlinux 0xcd52fc18 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0xcd662705 ata_eh_qc_retry +EXPORT_SYMBOL_GPL vmlinux 0xcd8d932c ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0xcd8dfff5 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcda53ff2 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0xcdbab59b attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdd15087 of_irq_map_one +EXPORT_SYMBOL_GPL vmlinux 0xcde311bc rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0xce0599bd user_update +EXPORT_SYMBOL_GPL vmlinux 0xce0b9b59 max77693_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xce238879 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL vmlinux 0xce2e0280 single_open_net +EXPORT_SYMBOL_GPL vmlinux 0xce419317 blk_queue_bypass_end +EXPORT_SYMBOL_GPL vmlinux 0xce450a2d input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0xce46e140 ktime_get_ts +EXPORT_SYMBOL_GPL vmlinux 0xce6a9d9a trace_current_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0xce74147c ahci_save_initial_config +EXPORT_SYMBOL_GPL vmlinux 0xcedc1bd5 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcf1fdd7f i2c_unlock_adapter +EXPORT_SYMBOL_GPL vmlinux 0xcf222f0a tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0xcf41e8de xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xcf45f460 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0xcf5d7c2f securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xcfa7ae3d omap_uninstall_iommu_arch +EXPORT_SYMBOL_GPL vmlinux 0xcfb5871c irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xcfc17c18 dapm_regulator_event +EXPORT_SYMBOL_GPL vmlinux 0xcfc68341 synchronize_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0xcfcc83ad register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcfd2fe38 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0xcfdc4220 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0xcff86145 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0xd00620d0 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0xd00676cc stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0xd0087033 amba_ahb_device_add +EXPORT_SYMBOL_GPL vmlinux 0xd0131d0f ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0xd03049ee spi_alloc_master +EXPORT_SYMBOL_GPL vmlinux 0xd03c7700 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xd03d7359 timed_output_dev_register +EXPORT_SYMBOL_GPL vmlinux 0xd0458ccb xenbus_strstate +EXPORT_SYMBOL_GPL vmlinux 0xd061f20f crypto_init_shash_spawn +EXPORT_SYMBOL_GPL vmlinux 0xd063b58b get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0xd0ac5993 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0cd86c6 kallsyms_on_each_symbol +EXPORT_SYMBOL_GPL vmlinux 0xd0f133a4 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xd0fe7f31 crypto_ahash_type +EXPORT_SYMBOL_GPL vmlinux 0xd1453bc7 snd_soc_unregister_codec +EXPORT_SYMBOL_GPL vmlinux 0xd14bc4d9 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xd15092c8 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL vmlinux 0xd16712f3 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xd183d04a inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xd1891403 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0xd1b2db37 tracepoint_probe_register_noupdate +EXPORT_SYMBOL_GPL vmlinux 0xd1b8a119 ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xd1dd4df6 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0xd1f10cb9 of_property_read_string_index +EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd290a6d2 md_is_badblock +EXPORT_SYMBOL_GPL vmlinux 0xd2a8caf0 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd2aaeb4e kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xd2eda7bb crypto_blkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0xd306584e usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0xd31b3216 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL vmlinux 0xd32fe193 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xd378c07d gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0xd37ba5d1 mtd_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd37e13b4 regulator_set_optimum_mode +EXPORT_SYMBOL_GPL vmlinux 0xd3a1b874 da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xd3a7882a usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0xd3cca572 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0xd3cfd796 dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0xd3f0ba9b snd_soc_unregister_platform +EXPORT_SYMBOL_GPL vmlinux 0xd3ffccfb screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd46c0613 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0xd484f773 usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4c7ac38 ablkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0xd4d36146 stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0xd4dcfac1 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0xd4ecd4f5 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0xd4efd51a __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xd508c75a rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0xd509126a usb_gadget_probe_driver +EXPORT_SYMBOL_GPL vmlinux 0xd512649c tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xd51c8555 usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0xd53da4e3 omap_dm_timers_active +EXPORT_SYMBOL_GPL vmlinux 0xd53ec149 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0xd5475101 xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0xd552b352 iommu_present +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd5649d17 amba_device_put +EXPORT_SYMBOL_GPL vmlinux 0xd576eea0 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0xd58063d2 serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0xd58734e0 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0xd58dc0de usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xd59668e6 unlock_flocks +EXPORT_SYMBOL_GPL vmlinux 0xd59adc94 blk_queue_flush_queueable +EXPORT_SYMBOL_GPL vmlinux 0xd5bd7dac ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd5e8abfb tpm_open +EXPORT_SYMBOL_GPL vmlinux 0xd5e96a75 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd5ee7969 snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL vmlinux 0xd611765b da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0xd63cb41c led_classdev_register +EXPORT_SYMBOL_GPL vmlinux 0xd64e1c26 mtd_lock +EXPORT_SYMBOL_GPL vmlinux 0xd65e8bef iommu_domain_set_attr +EXPORT_SYMBOL_GPL vmlinux 0xd673072b opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd67b9326 snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL vmlinux 0xd686620b nand_release +EXPORT_SYMBOL_GPL vmlinux 0xd68909fc tps65912_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0xd6ae0617 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0xd6c2e04b __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xd6ce2014 cgroup_next_descendant_post +EXPORT_SYMBOL_GPL vmlinux 0xd6d2b01a blkg_lookup_create +EXPORT_SYMBOL_GPL vmlinux 0xd705b4c7 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0xd714f47c device_initialize +EXPORT_SYMBOL_GPL vmlinux 0xd72feba2 xenbus_read_driver_state +EXPORT_SYMBOL_GPL vmlinux 0xd7320fe3 device_rename +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd77c0bc8 klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xd77dfc91 hrtimer_start +EXPORT_SYMBOL_GPL vmlinux 0xd788742d perf_trace_buf_prepare +EXPORT_SYMBOL_GPL vmlinux 0xd78fd402 sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0xd7a82252 __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0xd7ad5dd6 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xd7d52b00 bgpio_remove +EXPORT_SYMBOL_GPL vmlinux 0xd7d79132 put_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0xd805f44a dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0xd819f845 debugfs_remove_recursive +EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xd81ffcd3 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0xd820c283 eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xd82dd2ea tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0xd8525ea7 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0xd85ac634 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xd87601cc ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xd878a576 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0xd8803f98 i2c_new_dummy +EXPORT_SYMBOL_GPL vmlinux 0xd88c40e1 pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd892cf6e transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xd898cd9c enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xd8c54564 snd_soc_put_volsw_s8 +EXPORT_SYMBOL_GPL vmlinux 0xd8dc8ffa usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0xd9341e5c iommu_group_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd9425794 snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL vmlinux 0xd942d353 ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0xd958b608 sync_filesystem +EXPORT_SYMBOL_GPL vmlinux 0xd9a300b7 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0xd9b6358e zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0xd9bdfc76 snd_soc_dpcm_be_set_state +EXPORT_SYMBOL_GPL vmlinux 0xd9c72f2f ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xd9d7f623 pkey_id_type +EXPORT_SYMBOL_GPL vmlinux 0xd9ecb670 ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xda050109 irq_domain_add_nomap +EXPORT_SYMBOL_GPL vmlinux 0xda3a7ca9 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xda4313b2 mtd_table_mutex +EXPORT_SYMBOL_GPL vmlinux 0xda44cb37 setup_charger_manager +EXPORT_SYMBOL_GPL vmlinux 0xda782851 snd_soc_info_enum_double +EXPORT_SYMBOL_GPL vmlinux 0xda83963f register_mtd_user +EXPORT_SYMBOL_GPL vmlinux 0xda99ff74 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0xdabdd85c key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xdac0a03b blkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xdacc8491 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0xdacd26c5 usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdb04cacc tracepoint_probe_unregister_noupdate +EXPORT_SYMBOL_GPL vmlinux 0xdb13571a invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xdb37fb8c wm5110_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0xdb4d7aee rtc_irq_register +EXPORT_SYMBOL_GPL vmlinux 0xdb590fd7 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0xdb61d495 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0xdb82d286 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdba11b6c skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0xdba80fc1 of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0xdbb692ff devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0xdbcf9342 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdbfdca91 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0xdc14a211 xen_hvm_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0xdc22b76f fuse_request_send_background +EXPORT_SYMBOL_GPL vmlinux 0xdc314f5e driver_register +EXPORT_SYMBOL_GPL vmlinux 0xdc413330 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0xdc45bf8e crypto_init_ahash_spawn +EXPORT_SYMBOL_GPL vmlinux 0xdc461430 irq_set_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xdc4b8c8a platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0xdc4c8fe2 dm_kill_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0xdc5a1fe9 clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdca64d4e tty_prepare_flip_string_flags +EXPORT_SYMBOL_GPL vmlinux 0xdcb83c11 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xdcef5217 tpm_show_temp_deactivated +EXPORT_SYMBOL_GPL vmlinux 0xdcf4a36e snd_soc_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xdcff0e3e mtd_erase +EXPORT_SYMBOL_GPL vmlinux 0xdd1490a4 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xdd1f8247 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0xdd204729 edac_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xdd212ed6 inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xdd2c8b1f bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0xdd2efc0f ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0xdd783119 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0xdd86809a ahci_start_engine +EXPORT_SYMBOL_GPL vmlinux 0xdd9e4a8e sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0xddaf4705 flush_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0xddd58dc0 ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0xddef0618 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0xddf0f3c3 omap_dm_timer_read_status +EXPORT_SYMBOL_GPL vmlinux 0xde2a63f3 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0xde35b51f inet_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0xde3dd68a __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0xde48d8a6 dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xde6ba448 mtd_is_locked +EXPORT_SYMBOL_GPL vmlinux 0xde8b8024 snd_soc_dapm_put_value_enum_double +EXPORT_SYMBOL_GPL vmlinux 0xdeabf663 blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdebbf8b9 gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0xded14beb class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xdf0b69f7 of_modalias_node +EXPORT_SYMBOL_GPL vmlinux 0xdf0d4445 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf10c529 subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0xdf319c41 da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xdf3472d2 omap_dma_filter_fn +EXPORT_SYMBOL_GPL vmlinux 0xdf3bf4af hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0xdf6a6fe1 sdhci_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0xdf77cb3d nfq_ct_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0xdf7a0d92 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0xdf8c4942 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0xdf8f1ff6 edac_device_add_device +EXPORT_SYMBOL_GPL vmlinux 0xdfa78936 sdhci_pltfm_init +EXPORT_SYMBOL_GPL vmlinux 0xdfc12fd2 __class_register +EXPORT_SYMBOL_GPL vmlinux 0xdfcf2121 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xdfe44277 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0xe007de41 kallsyms_lookup_name +EXPORT_SYMBOL_GPL vmlinux 0xe02311eb i2c_new_device +EXPORT_SYMBOL_GPL vmlinux 0xe02b16c4 hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0xe02eb6d0 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0xe03525ac of_irq_map_raw +EXPORT_SYMBOL_GPL vmlinux 0xe0420639 disk_part_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xe0621fc0 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0xe06798ff tpm_register_hardware +EXPORT_SYMBOL_GPL vmlinux 0xe07ca631 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xe0975873 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0xe0b97d30 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xe0c017fa sock_prot_inuse_add +EXPORT_SYMBOL_GPL vmlinux 0xe0c8c0bd bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0xe0e3147c HYPERVISOR_sched_op +EXPORT_SYMBOL_GPL vmlinux 0xe0ec6956 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xe0f5a2da rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0xe0fd13eb led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0xe10a1f9d sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0xe16591ab stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xe1660a46 xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0xe168cf34 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0xe182f1f8 __get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xe19e92a6 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0xe1d0d25c pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0xe1dabdc6 ata_sg_init +EXPORT_SYMBOL_GPL vmlinux 0xe1df8402 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0xe206c76b __rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0xe23a4a6a bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0xe26fb1ba device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe2dd67e5 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xe2ee731b ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0xe3043ff9 request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xe306dd97 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xe33134ac class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xe33cbad2 usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0xe384a102 usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xe3ad4a83 debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0xe3b5bb1e usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xe3cdf20f blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0xe3d0fa86 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0xe3e010bb ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xe41534ce bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0xe416d468 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0xe4232a4b arizona_clk32k_disable +EXPORT_SYMBOL_GPL vmlinux 0xe42e1f70 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe4690678 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0xe487fdd5 blkdev_aio_write +EXPORT_SYMBOL_GPL vmlinux 0xe4b1cddf tcp_fetch_timewait_stamp +EXPORT_SYMBOL_GPL vmlinux 0xe4d3a270 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0xe4f03469 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0xe50cf487 extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe5524eab of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xe56a9156 mtd_write +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe5a5971d bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0xe5b50023 snd_soc_info_volsw +EXPORT_SYMBOL_GPL vmlinux 0xe6240a1e snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL vmlinux 0xe6488b47 cpufreq_notify_transition +EXPORT_SYMBOL_GPL vmlinux 0xe6507d85 power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0xe651f76e selinux_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe6599cc8 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe6de54fb cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xe6e1c5fe uuid_be_gen +EXPORT_SYMBOL_GPL vmlinux 0xe73a6d9b ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0xe752d545 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe773105d blkcipher_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0xe780dd1a pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xe78e9149 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe7e49c9b __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xe7fa1cd2 set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe845619f xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0xe85a9fd3 cpu_cluster_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe86bce44 snd_compress_deregister +EXPORT_SYMBOL_GPL vmlinux 0xe87085e9 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL vmlinux 0xe88efadd snd_soc_put_volsw +EXPORT_SYMBOL_GPL vmlinux 0xe8927cda crypto_ablkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0xe8babea0 pm_generic_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0xe8cc9529 register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xe8e00af4 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0xe91393fa da903x_update +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe9587909 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0xe98649eb static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0xe9d40417 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0xe9dde125 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0xe9dfbf95 sched_setscheduler +EXPORT_SYMBOL_GPL vmlinux 0xea065e01 task_handoff_unregister +EXPORT_SYMBOL_GPL vmlinux 0xea0fd133 adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea3a63a8 snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL vmlinux 0xea3d44d4 ata_common_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0xea418e0f atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0xea46e49a pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL vmlinux 0xea6a14d0 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xea7596e2 crypto_unregister_pcomp +EXPORT_SYMBOL_GPL vmlinux 0xea841639 user_describe +EXPORT_SYMBOL_GPL vmlinux 0xeaac8655 dma_buf_put +EXPORT_SYMBOL_GPL vmlinux 0xeab4890e snd_soc_jack_report +EXPORT_SYMBOL_GPL vmlinux 0xeaba1f9b ci13xxx_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xeae5c90b wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xeb149a57 hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0xeb1e7925 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xeb292392 usb_del_gadget_udc +EXPORT_SYMBOL_GPL vmlinux 0xeb46a539 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL vmlinux 0xeb8bfc9e vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0xeb8edd97 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xeb9abbee ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xeba1ff31 ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0xebad9a20 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0xebb18a7a usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0xebcc8544 cred_to_ucred +EXPORT_SYMBOL_GPL vmlinux 0xebec57c4 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xec1b043e regulator_suspend_prepare +EXPORT_SYMBOL_GPL vmlinux 0xec25f967 klist_del +EXPORT_SYMBOL_GPL vmlinux 0xec472194 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xec60130e hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0xec82a2b2 amba_ahb_device_add_res +EXPORT_SYMBOL_GPL vmlinux 0xeca7f6d2 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0xecac91a3 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0xecae76b4 usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xecdee5d3 dma_buf_kmap +EXPORT_SYMBOL_GPL vmlinux 0xed06b916 wakeup_source_drop +EXPORT_SYMBOL_GPL vmlinux 0xed257c15 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xed32d716 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0xed38f690 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xed66e5ac da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0xed695a2d unregister_jprobe +EXPORT_SYMBOL_GPL vmlinux 0xed8ce3d5 snd_soc_codec_set_sysclk +EXPORT_SYMBOL_GPL vmlinux 0xeda63db3 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0xedbc6f67 gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xedc178a0 yield_to +EXPORT_SYMBOL_GPL vmlinux 0xedd05ae7 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0xedf89ef8 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0xee13a6f3 fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0xee31445c crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0xee4f3181 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xeefa4d06 pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0xef037f16 extcon_get_cable_state +EXPORT_SYMBOL_GPL vmlinux 0xef3c6a63 clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xef3f7399 __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xef409b74 kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0xef42a825 snd_soc_default_volatile_register +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef701ccd snd_soc_put_value_enum_double +EXPORT_SYMBOL_GPL vmlinux 0xef782b88 gnttab_grant_foreign_access_subpage +EXPORT_SYMBOL_GPL vmlinux 0xef856c68 skcipher_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0xefc91531 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0xefd28189 tpm_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0xefdb4a5e tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0xefdfddd4 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0xeff9764b atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xf001dc80 irq_domain_add_linear +EXPORT_SYMBOL_GPL vmlinux 0xf02914f6 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xf0539e82 use_mm +EXPORT_SYMBOL_GPL vmlinux 0xf0f5dbc2 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0xf11d45ca cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xf142ca25 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0xf1551f93 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on +EXPORT_SYMBOL_GPL vmlinux 0xf1b63b97 sk_unattached_filter_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf1e30880 find_module +EXPORT_SYMBOL_GPL vmlinux 0xf1e5d80f async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0xf1faca80 omap_dm_timer_disable +EXPORT_SYMBOL_GPL vmlinux 0xf222f80f usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xf23e7886 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0xf24cb97b sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xf2543462 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL vmlinux 0xf25566f7 led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf27393cf usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0xf2ad2e84 tpm_release +EXPORT_SYMBOL_GPL vmlinux 0xf2d1612e snd_soc_new_ac97_codec +EXPORT_SYMBOL_GPL vmlinux 0xf2e0e98a ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0xf2ed4139 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xf2f741c9 dma_buf_detach +EXPORT_SYMBOL_GPL vmlinux 0xf2fc7f6e __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xf2fca922 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0xf30fda27 lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf339b53e gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0xf346e181 twl6040_get_trim_value +EXPORT_SYMBOL_GPL vmlinux 0xf39fd874 driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b93a97 cgroup_lock_is_held +EXPORT_SYMBOL_GPL vmlinux 0xf3d795a7 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0xf3dd036d regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0xf3e95e92 snd_soc_register_platform +EXPORT_SYMBOL_GPL vmlinux 0xf415a6b2 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0xf419d607 xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0xf425989f inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xf433f3c7 snd_soc_platform_write +EXPORT_SYMBOL_GPL vmlinux 0xf44cfb91 ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xf474623c dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0xf47c4165 usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0xf494f618 mmc_regulator_get_ocrmask +EXPORT_SYMBOL_GPL vmlinux 0xf499fdb2 rcu_barrier_bh +EXPORT_SYMBOL_GPL vmlinux 0xf4d50f44 vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf505e3bd snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL vmlinux 0xf50a0918 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0xf5285a10 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xf5289230 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf54f4354 __class_create +EXPORT_SYMBOL_GPL vmlinux 0xf552d217 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf553e7d5 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0xf5785b42 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xf5788ac1 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0xf5945bac gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xf59c3e7f usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5bf59ef regmap_write +EXPORT_SYMBOL_GPL vmlinux 0xf5c420b5 cgroup_lock_live_group +EXPORT_SYMBOL_GPL vmlinux 0xf5f4898b posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0xf60d1625 mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xf6464980 ahci_em_messages +EXPORT_SYMBOL_GPL vmlinux 0xf65fd087 arizona_dev_exit +EXPORT_SYMBOL_GPL vmlinux 0xf69097c8 subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xf6950e22 omap_tll_disable +EXPORT_SYMBOL_GPL vmlinux 0xf697d332 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xf6a175b2 lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xf6bb1227 subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xf6bb8bf1 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xf6c5d823 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0xf6e04730 event_storage +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf7016530 xenbus_gather +EXPORT_SYMBOL_GPL vmlinux 0xf707f234 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0xf70f3398 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0xf74656ab regulator_can_change_voltage +EXPORT_SYMBOL_GPL vmlinux 0xf7634988 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0xf764a056 bsg_request_fn +EXPORT_SYMBOL_GPL vmlinux 0xf76b0a59 read_current_timer +EXPORT_SYMBOL_GPL vmlinux 0xf7765cd9 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0xf7a66b7a ahci_reset_controller +EXPORT_SYMBOL_GPL vmlinux 0xf7a7f1e5 dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xf7c868af spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0xf7cf698f snd_soc_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xf7d7a239 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0xf7da7f3c bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xf7e19dbc register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xf7f64c11 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xf7f705a7 omap_iommu_restore_ctx +EXPORT_SYMBOL_GPL vmlinux 0xf81e3f3d inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0xf82f16b3 execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0xf83a3994 elv_register +EXPORT_SYMBOL_GPL vmlinux 0xf846506f irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf8802492 print_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0xf883dcc2 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xf89626f4 snd_soc_unregister_card +EXPORT_SYMBOL_GPL vmlinux 0xf89a0a91 snd_soc_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xf8a846d0 snd_soc_dapm_free +EXPORT_SYMBOL_GPL vmlinux 0xf8d6740b n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8f97392 ata_sas_port_async_resume +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3d0b kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0xf918b2a4 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0xf928f6a6 led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0xf92ce956 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0xf9335b54 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf9550cf3 snd_soc_register_dai +EXPORT_SYMBOL_GPL vmlinux 0xf967422b HYPERVISOR_xen_version +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9a0a186 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0xf9ab00fa blk_add_request_payload +EXPORT_SYMBOL_GPL vmlinux 0xf9ca3160 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xf9d9264e xen_have_vector_callback +EXPORT_SYMBOL_GPL vmlinux 0xf9de08d9 digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xfa012fe7 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa5e98c6 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0xfa910d05 xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0xfaad83cf snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL vmlinux 0xfac3d449 snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL vmlinux 0xfaca6965 regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xfad4fbe0 fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0xfafd5128 css_lookup +EXPORT_SYMBOL_GPL vmlinux 0xfafdc0c9 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0xfb05c9b4 async_unregister_domain +EXPORT_SYMBOL_GPL vmlinux 0xfb189fde snd_soc_register_dais +EXPORT_SYMBOL_GPL vmlinux 0xfb22c630 tasklet_hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0xfb314226 ahci_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb3e26d3 posix_timers_register_clock +EXPORT_SYMBOL_GPL vmlinux 0xfb699228 crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfbbedefd of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0xfbc6c9df pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0xfbd472ef ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0xfbe0d499 menu_hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfbee873c crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0xfbf13986 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xfbf27168 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0xfbf9be5d register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xfc0488a0 balloon_devinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0xfc3f606e css_id +EXPORT_SYMBOL_GPL vmlinux 0xfc5a0db5 wm8994_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xfcbc5228 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0xfcd7bc0b ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0xfcdb4034 wakeup_source_prepare +EXPORT_SYMBOL_GPL vmlinux 0xfd51b281 gnttab_end_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xfd58c74b extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0xfd5e35fb inet_hash +EXPORT_SYMBOL_GPL vmlinux 0xfd614943 tps65912_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xfd882c3d platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0xfd8afe92 class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0xfdf3dba1 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0xfe5e129a sysfs_schedule_callback +EXPORT_SYMBOL_GPL vmlinux 0xfe778a9e __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0xfe858281 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xfe8f256c inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfeda4e1c look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xfef8a166 trace_current_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xfef92684 __mtd_next_device +EXPORT_SYMBOL_GPL vmlinux 0xff1663ec snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL vmlinux 0xff47c267 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0xff5cda7c wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0xff61e8cc scsi_internal_device_unblock +EXPORT_SYMBOL_GPL vmlinux 0xff665242 file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0xffa4c4ec cgroup_lock +EXPORT_SYMBOL_GPL vmlinux 0xffb57cad snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL vmlinux 0xffb7c7a9 bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0xffbc861e posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xffdf1477 ata_link_offline --- linux-lowlatency-3.8.0.orig/debian.master/abi/3.8.0-25.37/armhf/generic.modules +++ linux-lowlatency-3.8.0/debian.master/abi/3.8.0-25.37/armhf/generic.modules @@ -0,0 +1,2627 @@ +6lowpan +6pack +8021q +8250_dw +88pm800 +88pm805 +88pm80x +88pm80x_onkey +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +88pm860x-ts +9p +9pnet +9pnet_virtio +a3d +a8293 +aat2870_bl +aat2870-regulator +ab3100 +ab3100-otp +ac97_bus +acecad +act200l-sir +act_csum +act_gact +act_ipt +actisys-sir +act_mirred +act_nat +act_pedit +act_police +act_simple +act_skbedit +ad2s1200 +ad2s1210 +ad2s90 +ad5064 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5624r_spi +ad5686 +ad5755 +ad5764 +ad5791 +ad5930 +ad5933 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7152 +ad7192 +ad7266 +ad7280a +ad7291 +ad7298 +ad7314 +ad7414 +ad7418 +ad7476 +ad7606 +ad7746 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad799x +ad8366 +ad9523 +ad9832 +ad9834 +ad9850 +ad9852 +ad9910 +ad9951 +adcxx +ade7753 +ade7754 +ade7758 +ade7759 +ade7854 +ade7854-i2c +ade7854-spi +adf4350 +adfs +adi +adis16060 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16204 +adis16209 +adis16220 +adis16240 +adis16260 +adis16400 +adis16480 +adis_lib +adjd_s311 +adm1021 +adm1025 +adm1026 +adm1029 +adm1031 +adm1275 +adm9240 +adp5520_bl +adp5520-keys +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +ads1015 +ads7828 +ads7846 +ads7871 +ad_sigma_delta +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adummy +adutux +adv7180 +adxl34x +adxl34x-i2c +adxl34x-spi +adxrs450 +aes-arm +af_802154 +af9013 +af9033 +af_alg +affs +af_key +af_packet_diag +af-rxrpc +afs +ah4 +ah6 +ahci_platform +aiptek +aircable +ak8975 +alauda +algif_hash +algif_skcipher +alphatrack +altera_jtaguart +altera_ps2 +altera-stapl +altera_uart +ambakmi +amba-pl010 +amc6821 +ams369fg06 +analog +anatop-regulator +ansi_cprng +anubis +aoe +apds9802als +apds990x +appledisplay +appletalk +appletouch +ar5523 +ar7part +arc4 +arc_ps2 +arc_uart +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arptable_filter +arp_tables +arpt_mangle +as3711-regulator +as5011 +asc7621 +asix +asus_oled +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at86rf230 +at91_ether +atbm8830 +aten +ath +ath3k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ati_remote +ati_remote2 +atm +atmel_mxt_ts +atmel_pwm +atmel-pwm-bl +atmtcp +atxp1 +au0828 +au8522_common +au8522_decoder +au8522_dig +aufs +auo_k1900fb +auo_k1901fb +auo_k190x +auo-pixcir-ts +authenc +authencesn +auth_rpcgss +autofs4 +ax25 +ax88796 +b2c2-flexcop +b2c2-flexcop-usb +b43 +b43legacy +b44 +bas_gigaset +batman-adv +baycom_epp +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcm203x +bcm3510 +bcm5974 +bcma +bcm_wimax +befs +belkin_sa +bfs +bfusb +bh1770glc +bh1780gli +binfmt_aout +binfmt_misc +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +bluetooth +bma150 +bmp085-i2c +bmp085-spi +bnep +bonding +bpa10x +bpck +bpck6 +bpqether +bq2415x_charger +bq27x00_battery +br2684 +brcmfmac +brcmsmac +brcmutil +bridge +broadsheetfb +bsd_comp +btmrvl +btmrvl_sdio +btrfs +btsdio +btusb +btwilink +bu21013_ts +bw-qcam +c67x00 +cachefiles +caif +caif_hsi +caif_serial +caif_socket +caif_usb +camellia_generic +can +can-bcm +can-dev +can-gw +can-raw +capi +capidrv +carl9170 +cast5_generic +cast6_generic +cast_common +catc +cc770 +cc770_isa +cc770_platform +c_can +c_can_platform +ccm +cdc-acm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc-phonet +cdc_subset +cdc-wdm +cedusb +ceph +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +cfspi_slave +ch +ch341 +ch7006 +chnl_net +cifs +clearpad_tm1217 +clip +clk-max77686 +clk-twl6040 +clk-wm831x +cls_basic +cls_cgroup +cls_flow +cls_fw +cls_route +cls_rsvp +cls_rsvp6 +cls_tcindex +cls_u32 +cm109 +cma3000_d0x +cma3000_d0x_i2c +cmtp +cobra +coda +comm +configfs +cordic +core +cp210x +cpia2 +cpu-notifier-error-inject +c-qcam +cramfs +crc7 +crc8 +crc-ccitt +crc-itu-t +cryptd +cryptoloop +crypto_null +crypto_user +cs53l32a +cs89x0 +csr_helper +csr_wifi +ctr +cts +cuse +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx24113 +cx24116 +cx24123 +cx25840 +cx82310_eth +cxacru +cxd2820r +cy8ctmg110_ts +cyberjack +cypress_cy7c63 +cypress_m8 +cytherm +cyttsp_core +cyttsp_i2c +cyttsp_spi +da9030_battery +da9034-ts +da903x +da903x_bl +da9052-battery +da9052_bl +da9052-hwmon +da9052_onkey +da9052-regulator +da9052_tsi +da9052_wdt +da9055-hwmon +da9055_onkey +da9055-regulator +da9055_wdt +davinci_cpdma +davinci_emac +davinci_mdio +db9 +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +dccp_probe +de600 +de620 +decnet +deflate +denali +denali_dt +des_generic +designware_i2s +dgrp +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dibx000_common +digi_acceleport +diskonchip +dlci +dlm +dm644x_ccdc +dm9000 +dm9601 +dm-bio-prison +dm-bufio +dm-crypt +dm-delay +dme1737 +dm-flakey +dm-log +dm-log-userspace +dm-mirror +dm-multipath +dm-persistent-data +dm-queue-length +dm-raid +dm-region-hash +dm-round-robin +dm-service-time +dm-snapshot +dm-thin-pool +dm-verity +dm-zero +dnet +dn_rtmsg +doc2001plus +docecc +docg3 +docg4 +docprobe +drbd +drm +drm_kms_helper +drm_usb +drxd +drxk +ds1621 +ds1682 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds620 +dsa_core +dsbr100 +dss1_divert +dstr +dummy +dvb-as102 +dvb-core +dvb-pll +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb_usb_cypress_firmware +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-friio +dvb-usb-gl861 +dvb-usb-gp8psk +dvb-usb-it913x +dvb-usb-lmedm04 +dvb-usb-m920x +dvb-usb-mxl111sf +dvb-usb-nova-t-usb2 +dvb-usb-opera +dvb-usb-pctv452e +dvb-usb-rtl28xxu +dvb-usb-technisat-usb2 +dvb-usb-ttusb2 +dvb-usb-umt-010 +dvb_usb_v2 +dvb-usb-vp702x +dvb-usb-vp7045 +dwc3 +dwc3-exynos +dwc3-omap +dw_dmac +dw_mmc +dw_mmc-exynos +dw_mmc-pltfm +dw_wdt +dynapro +e4000 +ebt_802_3 +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +ebt_among +ebt_arp +ebt_arpreply +ebt_dnat +ebt_ip +ebt_ip6 +ebt_limit +ebt_log +ebt_mark +ebt_mark_m +ebt_nflog +ebt_pkttype +ebt_redirect +ebt_snat +ebt_stp +ebt_vlan +ec100 +echo +edt-ft5x06 +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efs +egalax_ts +elo +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +emc1403 +emc2103 +emc6w201 +em_canid +em_cmp +emi26 +emi62 +emif +em_ipset +em_meta +em_nbyte +empeg +ems_usb +em_text +em_u32 +enc28j60 +enclosure +epat +epia +eql +esd_usb2 +esi-sir +esp4 +esp6 +ethoc +evbug +exofs +ext2 +extcon-adc-jack +extcon-arizona +extcon-gpio +extcon-max77693 +extcon-max8997 +exynos-rng +ezusb +f2fs +f71805f +f71882fg +f75375s +f81232 +fakelb +fan53555 +faulty +fb_sys_fops +fc0011 +fc0012 +fc0013 +fc2580 +fcrypt +ff-memless +fit2 +fit3 +flexcan +fm_drv +freevxfs +friq +frpw +fsa9480 +fscache +ft1000 +ftdi-elan +ftdi_sio +ftgmac100 +ftl +ftmac100 +fujitsu_ts +funsoft +fusb300_udc +g760a +g_acm_ms +gadgetfs +gamecon +gameport +garmin_gps +garp +g_audio +g_cdc +gcm +g_dbgp +gdmwm +generic +generic-adc-battery +generic_bl +gen_probe +g_ether +gf128mul +gf2k +g_ffs +gfs2 +ghash-generic +g_hid +gigaset +girbil-sir +gl518sm +gl520sm +gl620a +gluebi +g_mass_storage +g_midi +g_multi +g_ncm +g_nokia +gp2ap002a00f +gpio +gpio-74x164 +gpio-addr-flash +gpio-adnp +gpio-adp5520 +gpio-adp5588 +gpio-arizona +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-fan +gpio-ir-recv +gpio_keys +gpio_keys_polled +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-mc33880 +gpio-mcp23s08 +gpio_mouse +gpio-pca953x +gpio-pcf857x +gpio-regulator +gpio_tilt_polled +gpio-tps65912 +gpio-ts5500 +gpio-twl6040 +gpio_vbus +gpio-viperboard +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +g_printer +grcan +gre +grip +grip_mp +g_serial +gspca_benq +gspca_conex +gspca_cpia1 +gspca_etoms +gspca_finepix +gspca_gl860 +gspca_jeilinj +gspca_jl2005bcd +gspca_kinect +gspca_konica +gspca_m5602 +gspca_main +gspca_mars +gspca_mr97310a +gspca_nw80x +gspca_ov519 +gspca_ov534 +gspca_ov534_9 +gspca_pac207 +gspca_pac7302 +gspca_pac7311 +gspca_se401 +gspca_sn9c2028 +gspca_sn9c20x +gspca_sonixb +gspca_sonixj +gspca_spca1528 +gspca_spca500 +gspca_spca501 +gspca_spca505 +gspca_spca506 +gspca_spca508 +gspca_spca561 +gspca_sq905 +gspca_sq905c +gspca_sq930x +gspca_stk014 +gspca_stv0680 +gspca_stv06xx +gspca_sunplus +gspca_t613 +gspca_topro +gspca_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gtco +guillemot +gunze +g_webcam +g_zero +hampshire +hanwang +hci +hci_uart +hci_vhci +hdlc +hdlc_cisco +hdlcdrv +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdpvr +hfc4s8s_l1 +hfcsusb +hfc_usb +hfs +hfsplus +hid +hid-a4tech +hid-apple +hid-aureal +hid-axff +hid-belkin +hid-cherry +hid-chicony +hid-cypress +hid-dr +hid-elecom +hid-emsff +hid-ezkey +hid-gaff +hid-generic +hid-gyration +hid-holtekff +hid-holtek-kbd +hid-icade +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-lenovo-tpkbd +hid-logitech +hid-logitech-dj +hid-magicmouse +hid-microsoft +hid-monterey +hid-multitouch +hid-ntrig +hid-ortek +hidp +hid-petalynx +hid-picolcd +hid-pl +hid-primax +hid-prodikeys +hid-ps3remote +hid-roccat +hid-roccat-arvo +hid-roccat-common +hid-roccat-isku +hid-roccat-kone +hid-roccat-koneplus +hid-roccat-kovaplus +hid-roccat-lua +hid-roccat-pyra +hid-roccat-savu +hid-saitek +hid-samsung +hid-sensor-accel-3d +hid-sensor-als +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-iio-common +hid-sensor-magn-3d +hid-sensor-trigger +hid-sjoy +hid-sony +hid-speedlink +hid-sunplus +hid-tivo +hid-tmff +hid-topseed +hid-twinhan +hid-uclogic +hid-wacom +hid-waltop +hid-wiimote +hid-zpff +hid-zydacron +hih6130 +hisax +hisax_st5481 +hmc5843 +hmc6352 +hostap +hp4x +hpfs +hsi +hsi_char +hso +htc-pasic3 +hwmon-vid +i2400m +i2400m-usb +i2c-algo-bit +i2c-algo-pca +i2c-cbus-gpio +i2c-designware-core +i2c-designware-platform +i2c-dev +i2c-diolan-u2c +i2c-gpio +i2c-hid +i2c-mux +i2c-mux-gpio +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-mux-pinctrl +i2c-nomadik +i2c-ocores +i2c-parport +i2c-parport-light +i2c-pca-platform +i2c-simtec +i2c-smbus +i2c-stub +i2c-taos-evm +i2c-tiny-usb +i2c-versatile +i2c-viperboard +i2c-xiic +ibmaem +ibmpex +ics932s401 +idmouse +ieee802154 +ifb +iforce +iguanair +iio_dummy +iio_hwmon +iio-trig-gpio +iio-trig-periodic-rtc +iio-trig-sysfs +ili210x +ili9320 +imm +imon +impa7 +imx074 +imxdrm +imx-fbdev +imx-ipu-v3 +imx_keypad +ina2xx +industrialio +industrialio-triggered-buffer +inet_diag +inexio +inftl +input-polldev +int51x1 +interact +interval_tree_test +io_edgeport +io_ti +iowarrior +ip6_gre +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6_tables +ip6table_security +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_MASQUERADE +ip6t_mh +ip6t_NPT +ip6t_REJECT +ip6t_rpfilter +ip6t_rt +ip6_tunnel +ipack +ipaq +ipcomp +ipcomp6 +ipddp +ip_gre +ipheth +ipip +ipmi_devintf +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_watchdog +ipoctal +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netport +ip_set_list_set +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +ip_tables +iptable_security +ipt_ah +ipt_CLUSTERIP +ipt_ECN +ipt_MASQUERADE +ipt_REJECT +ipt_rpfilter +ipt_ULOG +ipuv3-crtc +ip_vs +ip_vs_dh +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_nq +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_wlc +ip_vs_wrr +ip_vti +ipw +ipx +ircomm +ircomm-tty +irda +irda-usb +ir-jvc-decoder +ir-kbd-i2c +irlan +ir-lirc-codec +ir-mce_kbd-decoder +ir-nec-decoder +irnet +ir-rc5-decoder +ir-rc5-sz-decoder +ir-rc6-decoder +ir-sanyo-decoder +ir-sony-decoder +irtty-sir +ir-usb +iscsi_boot_sysfs +iscsi_target_mod +iscsi_tcp +isdn +isdn_bsdcomp +isdnhdlc +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl6271a-regulator +isl6421 +isl6423 +isofs +isp116x-hcd +isp1301 +isp1362-hcd +isp1704_charger +isp1760 +it87 +it913x-fe +itd1000 +iuu_phoenix +ix2505v +jc42 +jedec_probe +jffs2 +jfs +joydev +joydump +kafs +kalmia +kaweth +kbic +kbtab +kernelcapi +keucr +keyspan +keyspan_pda +keyspan_remote +kfifo_buf +khazad +kingsun-sir +kl5kusb105 +kobil_sct +ks0108 +ks8842 +ks8851 +ks8851_mll +ks959-sir +ksdazzle-sir +ktti +kvaser_usb +kxsd9 +kxtj9 +l1oip +l2tp_core +l2tp_debugfs +l2tp_ppp +l4f00242t03 +lapb +lapbether +latch-addr-flash +lcd +ld9040 +ldusb +lec +leds-88pm860x +leds-adp5520 +leds-atmel-pwm +leds-bd2802 +leds-blinkm +leds-da903x +leds-da9052 +leds-dac124s085 +leds-gpio +leds-lm3530 +leds-lm3533 +leds-lm355x +leds-lm3642 +leds-lp3944 +leds-lp5521 +leds-lp5523 +leds-lp8788 +leds-lt3593 +leds-max8997 +leds-mc13783 +leds-ot200 +leds-pca9532 +leds-pca955x +leds-pca9633 +leds-regulator +leds-tca6507 +leds-wm831x-status +leds-wm8350 +ledtrig-backlight +ledtrig-default-on +ledtrig-gpio +ledtrig-heartbeat +ledtrig-oneshot +ledtrig-timer +ledtrig-transient +legousbtower +lg2160 +lgdt3305 +lgdt330x +lgs8gxx +lg-vl600 +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libceph +libcomposite +libcrc32c +libertas +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libiscsi +libiscsi_tcp +libore +libosd +libsas +lightning +line6usb +lineage-pem +linear +lirc_dev +lirc_igorplugusb +lirc_imon +lirc_parallel +lirc_sasem +lirc_serial +lirc_sir +lirc_zilog +lis3lv02d +lis3lv02d_i2c +lis3lv02d_spi +litelink-sir +lkkbd +llc +llc2 +lm25066 +lm3533-als +lm3533_bl +lm3533-core +lm3533-ctrlbank +lm3630_bl +lm3639_bl +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95241 +lm95245 +lms283gf05 +lnbp21 +lnbp22 +lockd +logger +lp +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp8788-charger +lpddr_cmds +lru_cache +lrw +ltc2978 +ltc4151 +ltc4215 +ltc4245 +ltc4261 +ltv350qv +m25p80 +m2m-deinterlace +m88rs2000 +ma600-sir +mac80211 +mac80211_hwsim +mac802154 +macb +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac-iceland +mac-inuit +mac-roman +mac-romanian +mac-turkish +macvlan +macvtap +magellan +map_absent +map_ram +map_rom +matrix-keymap +matrix_keypad +max1111 +max11801_ts +max1363 +max1586 +max16064 +max16065 +max1619 +max1668 +max17040_battery +max17042_battery +max197 +max2165 +max3100 +max34440 +max517 +max63xx_wdt +max6639 +max6642 +max6650 +max6875 +max7359_keypad +max77686 +max8649 +max8660 +max8688 +max8903_charger +max8907 +max8907-regulator +max8925_bl +max8925_onkey +max8925_power +max8925-regulator +max8952 +max8973-regulator +max8997 +max8997_charger +max8998 +max8998_charger +mb86a20s +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc44s803 +mceusb +mcp2120-sir +mcp251x +mcp3021 +mcp4725 +mcs5000_ts +mcs7780 +mcs7830 +mcs_touchkey +mct_u232 +md4 +mdc800 +mem2mem_testdev +memstick +metronomefb +metro-usb +mg_disk +michael_mic +microtek +minix +mip6 +mISDN_core +mISDN_dsp +mk712 +mkiss +mma8450 +mms114 +mos7720 +mos7840 +moto_modem +mpcore_wdt +mpoa +mpr121_touchkey +mpu3050 +mrf24j40 +msdos +msp3400 +mspro_block +mt2060 +mt2063 +mt20xx +mt2266 +mt312 +mt352 +mt9m001 +mt9m111 +mt9t031 +mt9t112 +mt9v011 +mt9v022 +mtd_dataflash +mtdoops +mtdram +mtdswap +mtouch +multipath +musb_hdrc +mv88e6060 +mv88e6xxx_drv +mvmdio +mv_udc +mwifiex +mwifiex_sdio +mwifiex_usb +mxc_nand +mxc_w1 +mxl111sf-demod +mxl111sf-tuner +mxl5005s +mxl5007t +nandsim +navman +nbd +nci +ncpfs +net1080 +net2272 +netconsole +netprio_cgroup +netrom +newtonkbd +nfc +nf_conntrack +nf_conntrack_amanda +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_ipv4 +nf_conntrack_ipv6 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_proto_dccp +nf_conntrack_proto_gre +nf_conntrack_proto_sctp +nf_conntrack_proto_udplite +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nfcwilink +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_ipv4 +nf_nat_ipv6 +nf_nat_irc +nf_nat_pptp +nf_nat_proto_dccp +nf_nat_proto_gre +nf_nat_proto_sctp +nf_nat_proto_udplite +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_log +nfnetlink_queue +nfs +nfs_acl +nfsd +nfs_layout_nfsv41_files +nfsv2 +nfsv3 +nfsv4 +nftl +nf_tproxy_core +n_hdlc +nilfs2 +nls_ascii +nls_cp1250 +nls_cp1251 +nls_cp1255 +nls_cp737 +nls_cp775 +nls_cp850 +nls_cp852 +nls_cp855 +nls_cp857 +nls_cp860 +nls_cp861 +nls_cp862 +nls_cp863 +nls_cp864 +nls_cp865 +nls_cp866 +nls_cp869 +nls_cp874 +nls_cp932 +nls_cp936 +nls_cp949 +nls_cp950 +nls_euc-jp +nls_iso8859-1 +nls_iso8859-13 +nls_iso8859-14 +nls_iso8859-15 +nls_iso8859-2 +nls_iso8859-3 +nls_iso8859-4 +nls_iso8859-5 +nls_iso8859-6 +nls_iso8859-7 +nls_iso8859-9 +nls_koi8-r +nls_koi8-ru +nls_koi8-u +nls_utf8 +notifier-error-inject +n_r3964 +ns558 +ntc_thermistor +ntfs +n_tracerouter +n_tracesink +nvram +nxt200x +nxt6000 +objlayoutdriver +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stackglue +ocfs2_stack_o2cb +ocfs2_stack_user +of_serial +old_belkin-sir +omap +omap2 +omap2430 +omap4-keypad +omap-aes +omap_hdq +omap-ocp2scp +omap-sham +omap-vout +omap_wdt +omfs +omninet +on20 +on26 +onenand +opencores-kbd +openvswitch +oprofile +opticon +option +osd +osdblk +osst +oti6858 +output +ov2640 +ov5642 +ov6650 +ov772x +ov9640 +ov9740 +overlayfs +oxu210hp-hcd +ozwpan +p54common +p54spi +p54usb +p8022 +p8023 +palmas-regulator +pandora_bl +panel +panel-acx565akm +panel-lgphilips-lb035q02 +panel-nec-nl8048hl11-01b +panel-picodlp +parallel-display +paride +parkbd +parport +parport_ax88796 +parport_pc +pata_arasan_cf +pata_of_platform +pata_platform +pc87360 +pc87427 +pcbc +pcd +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pcrypt +pcwd_usb +pd +pda_power +peak_usb +pegasus +penmount +pf +pg +phonet +phram +physmap +physmap_of +pinctrl-single +pixcir_i2c_ts +pktcdvd +pktgen +pl2303 +platform_lcd +plat_nand +plat-ram +plip +plusb +pmbus +pmbus_core +pm-notifier-error-inject +pn533 +pn544_i2c +pn_pep +poseidon +powermate +ppa +ppdev +ppp_async +ppp_deflate +ppp_mppe +pppoatm +pppoe +pppox +ppp_synctty +pps_core +pps-gpio +pps-ldisc +pps_parport +pptp +prism2_usb +ps2mult +psmouse +psnap +pt +ptp +ptp_pch +pvrusb2 +pwc +pwm-beeper +pwm_bl +pwm-imx +pwm-tiecap +pwm-tiehrpwm +pwm-twl +pwm-twl-led +qcaux +qcserial +qinfo_probe +qmi_wwan +qnx4 +qnx6 +qt1010 +qt1070 +qt2160 +quatech2 +quota_tree +quota_v1 +quota_v2 +r8712u +r8a66597-hcd +r8a66597-udc +radio-i2c-si470x +radio-keene +radio-mr800 +radio-shark +radio-si4713 +radio-tea5764 +radio-usb-si470x +radio-wl1273 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid6test +raid_class +ramoops +raw +rbd +rbtree_test +rc5t583-regulator +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rcar-phy +rc-asus-pc39 +rc-asus-ps3-100 +rc-ati-tv-wonder-hd-600 +rc-ati-x10 +rc-avermedia +rc-avermedia-a16d +rc-avermedia-cardbus +rc-avermedia-dvbt +rc-avermedia-m135a +rc-avermedia-m733a-rm-k6 +rc-avermedia-rm-ks +rc-avertv-303 +rc-azurewave-ad-tu700 +rc-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +rc-dib0700-nec +rc-dib0700-rc5 +rc-digitalnow-tinytwin +rc-digittrade +rc-dm1105-nec +rc-dntv-live-dvb-t +rc-dntv-live-dvbt-pro +rc-em-terratec +rc-encore-enltv +rc-encore-enltv2 +rc-encore-enltv-fm53 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-imon-mce +rc-imon-pad +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lirc +rc-lme2510 +rc-loopback +rc-manli +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +rc-msi-digivox-ii +rc-msi-digivox-iii +rc-msi-tvanywhere +rc-msi-tvanywhere-plus +rc-nebula +rc-nec-terratec-cinergy-xs +rc-norwood +rc-npgtech +rc-pctv-sedna +rc-pinnacle-color +rc-pinnacle-grey +rc-pinnacle-pctv-hd +rc-pixelview +rc-pixelview-002t +rc-pixelview-mk12 +rc-pixelview-new +rc-powercolor-real-angel +rc-proteus-2309 +rc-purpletv +rc-pv951 +rc-rc6-mce +rc-real-audio-220-32-keys +rc-snapstream-firefly +rc-streamzap +rc-tbs-nec +rc-technisat-usb2 +rc-terratec-cinergy-xs +rc-terratec-slim +rc-terratec-slim-2 +rc-tevii-nec +rc-tivo +rc-total-media-in-hand +rc-trekstor +rc-tt-1500 +rc-twinhan1027 +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-winfast +rc-winfast-usbii-deluxe +rds +rds_tcp +redboot +redrat3 +reed_solomon +reiserfs +remoteproc +renesas_usbhs +retu-mfd +retu-pwrbutton +rfcomm +rfd_ftl +rfkill-gpio +rfkill-regulator +ring_sw +rio500 +rj54n1cb0c +rmd128 +rmd160 +rmd256 +rmd320 +rndis_host +rndis_wlan +romfs +rose +rotary_encoder +rpcsec_gss_krb5 +rt2500usb +rt2800lib +rt2800usb +rt2x00lib +rt2x00usb +rt73usb +rtc-88pm80x +rtc-88pm860x +rtc-ab3100 +rtc-bq32k +rtc-bq4802 +rtc-cmos +rtc-da9052 +rtc-da9055 +rtc-ds1286 +rtc-ds1305 +rtc-ds1307 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-ds3234 +rtc-em3027 +rtc-fm3130 +rtc-isl12022 +rtc-isl1208 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max8907 +rtc-max8925 +rtc-max8998 +rtc-mc13xxx +rtc-msm6242 +rtc-omap +rtc-pcf2123 +rtc-pcf50633 +rtc-pcf8523 +rtc-pcf8563 +rtc-pcf8583 +rtc-pl030 +rtc-r9701 +rtc-rc5t583 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3029c2 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-snvs +rtc-stk17ta8 +rtc-tps6586x +rtc-tps65910 +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtl2830 +rtl2832 +rtl8150 +rtl8187 +rtl8192c-common +rtl8192cu +rtlwifi +rts5139 +rx51_battery +rxkad +s1d13xxxfb +s2255drv +s2mps11 +s5h1409 +s5h1411 +s5h1420 +s5m8767 +s6e63m0 +s921 +saa7115 +saa7706h +safe_serial +salsa20_generic +samsung-keypad +sata_mv +sbs-battery +sca3000 +sch5627 +sch5636 +sch56xx-common +sch_atm +sch_cbq +sch_choke +sch_codel +sch_drr +sch_dsmark +sch_fq_codel +sch_gred +sch_hfsc +sch_htb +sch_ingress +sch_mqprio +sch_multiq +sch_netem +sch_plug +sch_prio +sch_qfq +sch_red +sch_sfb +sch_sfq +sch_tbf +sch_teql +scsi_debug +scsi_dh +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_tgt +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +scsi_transport_srp +sctp +sctp_probe +sdhci-pxav2 +sdhci-pxav3 +sdio_uart +seed +seeq8005 +seqiv +ser_gigaset +serio_raw +sermouse +serpent_generic +serport +serqt_usb2 +ses +sha1-arm +shark2 +sh_mobile_ceu_camera +sh_mobile_csi2 +sht15 +sht21 +si21xx +si4713-i2c +sidewinder +siemens_mpi +sierra +sierra_net +sil164 +sir-dev +sisusbvga +sit +sja1000 +sja1000_isa +sja1000_of_platform +sja1000_platform +sl811-hcd +slcan +slip +slram +sm501 +sm501fb +smb347-charger +smc911x +smc91x +sm_ftl +smm665 +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc95xx +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd-aaci +snd-ac97-codec +snd-aloop +snd-dummy +snd-hrtimer +snd-hwdep +snd-mpu401 +snd-mpu401-uart +snd-mtpav +snd-mts64 +snd-portman2x4 +snd-rawmidi +snd-seq +snd-seq-device +snd-seq-dummy +snd-seq-midi +snd-seq-midi-event +snd-seq-virmidi +snd-serial-u16550 +snd-soc-88pm860x +snd-soc-ab8500-codec +snd-soc-ad1836 +snd-soc-ad193x +snd-soc-ad73311 +snd-soc-adau1373 +snd-soc-adav80x +snd-soc-ads117x +snd-soc-ak4104 +snd-soc-ak4535 +snd-soc-ak4641 +snd-soc-ak4642 +snd-soc-ak4671 +snd-soc-alc5623 +snd-soc-alc5632 +snd-soc-arizona +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs42l51 +snd-soc-cs42l52 +snd-soc-cs42l73 +snd-soc-cx20442 +snd-soc-da7210 +snd-soc-da732x +snd-soc-da9055 +snd-soc-dfbmcs320 +snd-soc-imx-mc13783 +snd-soc-imx-ssi +snd-soc-isabelle +snd-soc-jz4740-codec +snd-soc-l3 +snd-soc-lm4857 +snd-soc-lm49453 +snd-soc-max9768 +snd-soc-max98088 +snd-soc-max98090 +snd-soc-max98095 +snd-soc-max9850 +snd-soc-max9877 +snd-soc-mc13783 +snd-soc-ml26124 +snd-soc-omap3pandora +snd-soc-pcm3008 +snd-soc-rt5631 +snd-soc-sdp3430 +snd-soc-simple-card +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-ssm2602 +snd-soc-sta32x +snd-soc-sta529 +snd-soc-tlv320aic23 +snd-soc-tlv320aic26 +snd-soc-tlv320aic32x4 +snd-soc-tlv320aic3x +snd-soc-tlv320dac33 +snd-soc-tpa6130a2 +snd-soc-uda134x +snd-soc-uda1380 +snd-soc-wl1273 +snd-soc-wm0010 +snd-soc-wm1250-ev1 +snd-soc-wm2000 +snd-soc-wm2200 +snd-soc-wm5100 +snd-soc-wm5102 +snd-soc-wm5110 +snd-soc-wm8350 +snd-soc-wm8400 +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8727 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8782 +snd-soc-wm8804 +snd-soc-wm8900 +snd-soc-wm8903 +snd-soc-wm8904 +snd-soc-wm8940 +snd-soc-wm8955 +snd-soc-wm8960 +snd-soc-wm8961 +snd-soc-wm8962 +snd-soc-wm8971 +snd-soc-wm8974 +snd-soc-wm8978 +snd-soc-wm8983 +snd-soc-wm8985 +snd-soc-wm8988 +snd-soc-wm8990 +snd-soc-wm8991 +snd-soc-wm8993 +snd-soc-wm8994 +snd-soc-wm8995 +snd-soc-wm8996 +snd-soc-wm9081 +snd-soc-wm9090 +snd-soc-wm-adsp +snd-soc-wm-hubs +snd-soc-zoom2 +snd-tea575x-tuner +snd-ua101 +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usbmidi-lib +snd-virmidi +soc_camera +soc_camera_platform +soc_mediabus +softdog +softing +sp805_wdt +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntpc +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_decpc +speakup_dectlk +speakup_dtlk +speakup_dummy +speakup_keypc +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +speedtch +spi-altera +spi-bitbang +spi-butterfly +spidev +spi-dw +spi-dw-mmio +spi-gpio +spi-imx +spi_ks8995 +spi-lm70llp +spi-oc-tiny +spi-omap2-mcspi +spi-pl022 +spi-sc18is602 +spi-tle62x0 +spi-xcomm +squashfs +ssb +ssd1307fb +ssfdc +sst25l +ssu100 +st +st1232 +stb0899 +stb6000 +stb6100 +st_drv +ste_modem_rproc +stinger +stir4200 +stk1160 +stkwebcam +stmmac +stmpe-keypad +stmpe-ts +stowaway +stp +streamzap +stv0288 +stv0297 +stv0299 +stv0900 +stv090x +stv6110 +stv6110x +sunkbd +sunrpc +symbolserial +synaptics_i2c +synaptics_i2c_rmi4 +synaptics_usb +sysv +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +tc3589x-keypad +tca6416-keypad +tca8418_keypad +tcm_fc +tcm_loop +tcm_usb_gadget +tcp_bic +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_probe +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcrypt +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18271 +tda18271c2dd +tda826x +tda827x +tda8290 +tda9887 +tdo24m +tea +tea5761 +tea5767 +tef6862 +tekram-sir +test-kprobes +test-kstrtox +test_power +tgr192 +thmc50 +ti-adc081c +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_dac7512 +ti_hecc +timb_dma +timblogiw +timbuart +timed_gpio +timeriomem-rng +tipc +ti_usb_3410_5052 +tm6000 +tm6000-alsa +tm6000-dvb +tmdc +tmiofb +tmio_mmc +tmio_mmc_core +tmio_nand +tmp102 +tmp401 +tmp421 +toim3232-sir +touchit213 +touchright +touchwin +tpm_i2c_infineon +tpm-rng +tps51632-regulator +tps6105x +tps6105x-regulator +tps62360-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65090-regulator +tps65217 +tps65217_bl +tps65217-regulator +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps80031-regulator +trancevibrator +tranzport +ts_bm +tsc2005 +tsc2007 +tsc40 +ts_fsm +ts_kmp +tsl2550 +tsl2563 +tsl2583 +tsl2x7x_core +ttpci-eeprom +ttusbir +tua9001 +tuner +tuner-simple +tuner-types +tuner-xc2028 +tunnel4 +tunnel6 +turbografx +tveeprom +tvp5150 +tw9910 +twidjoy +twl4030_charger +twl4030_keypad +twl4030-madc +twl4030-madc-hwmon +twl4030-pwrbutton +twl4030-usb +twl4030-vibra +twl4030_wdt +twl6030-usb +twl6040-vibra +twofish_common +twofish_generic +u132-hcd +ubi +ubifs +ucb1400_core +ucb1400_ts +ucd9000 +ucd9200 +udf +udl +udlfb +udp_diag +ueagle-atm +ufs +uhid +uio +uio_dmem_genirq +uio_pdrv +uio_pdrv_genirq +ums-alauda +ums-cypress +ums-datafab +ums-eneub6250 +ums-freecom +ums-isd200 +ums-jumpshot +ums-karma +ums-onetouch +ums-realtek +ums-sddr09 +ums-sddr55 +ums-usbat +unix_diag +usb8xxx +usbatm +usb_debug +usb_gigaset +usbhid +usbip-core +usbip-host +usbkbd +usblcd +usbled +usblp +usbmon +usbmouse +usbnet +usbserial +usbsevseg +usb-storage +usbtest +usbtmc +usbtouchscreen +usbvision +usb_wwan +userspace-consumer +ushc +uss720 +uvcvideo +uvesafb +v4l2-common +v4l2-int-device +v4l2-mem2mem +vcan +vcnl4000 +veth +vexpress +vfio +vgg2432a4 +vhci-hcd +videobuf2-core +videobuf2-dma-contig +videobuf2-memops +videobuf2-vmalloc +videobuf-core +videobuf-dma-contig +videobuf-dvb +videobuf-vmalloc +videodev +viperboard +viperboard_adc +virtio +virtio_console +virtio_ring +virtio-rng +virtio_scsi +virtual +visor +vivi +vivopay-serial +vmac +vpfe_capture +vpss +vsxxxaa +vt1211 +vt6656_stage +vub300 +vxlan +w1_bq27000 +w1_ds2408 +w1_ds2423 +w1_ds2431 +w1_ds2433 +w1_ds2760 +w1_ds2780 +w1_ds2781 +w1_ds28e04 +w1-gpio +w1_smem +w1_therm +w35und +w5100 +w5300 +w83627ehf +w83627hf +w83781d +w83791d +w83792d +w83793 +w83795 +w83l785ts +w83l786ng +w90p910_ts +w9966 +wacom +wacom_i2c +wacom_w8001 +walkera0701 +warrior +whiteheat +wimax +wire +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wlcore +wlcore_sdio +wlcore_spi +wm831x_backup +wm831x_bl +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x_power +wm831x-ts +wm831x_wdt +wm8350-hwmon +wm8350_power +wm8350-regulator +wm8350_wdt +wm8400-regulator +wm8775 +wm8994-regulator +wm97xx-ts +wp512 +x25 +x25_asy +xc4000 +xc5000 +xcbc +xen-blkback +xen-evtchn +xen-fbfront +xenfs +xen-gntalloc +xen-gntdev +xen-kbdfront +xen-netback +xen-privcmd +xen_wdt +xfrm4_mode_beet +xfrm4_mode_transport +xfrm4_mode_tunnel +xfrm4_tunnel +xfrm6_mode_beet +xfrm6_mode_ro +xfrm6_mode_transport +xfrm6_mode_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_ipcomp +xfrm_user +xfs +xilinx_uartps +xor +xpad +x_tables +xt_addrtype +xt_AUDIT +xt_CHECKSUM +xt_CLASSIFY +xt_cluster +xt_comment +xt_connbytes +xt_connlimit +xt_connmark +xt_CONNSECMARK +xt_conntrack +xt_cpu +xt_CT +xt_dccp +xt_devgroup +xt_dscp +xt_DSCP +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_HL +xt_HMARK +xt_IDLETIMER +xt_iprange +xt_ipvs +xtkbd +xt_LED +xt_length +xt_limit +xt_LOG +xt_mac +xt_mark +xt_multiport +xt_nat +xt_NETMAP +xt_nfacct +xt_NFLOG +xt_NFQUEUE +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_RATEEST +xt_realm +xt_recent +xt_REDIRECT +xts +xt_sctp +xt_SECMARK +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_TCPMSS +xt_TCPOPTSTRIP +xt_tcpudp +xt_TEE +xt_time +xt_TPROXY +xt_TRACE +xt_u32 +xusbatm +xz_dec_test +yam +yealink +yurex +zaurus +zd1201 +zd1211rw +zhenhua +zio +zl10039 +zl10353 +zl6100 +zlib +zlib_deflate +zr364xx +zram +zte_ev --- linux-lowlatency-3.8.0.orig/debian.master/abi/3.8.0-25.37/armhf/generic.compiler +++ linux-lowlatency-3.8.0/debian.master/abi/3.8.0-25.37/armhf/generic.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3 --- linux-lowlatency-3.8.0.orig/debian.master/abi/3.8.0-25.37/amd64/generic +++ linux-lowlatency-3.8.0/debian.master/abi/3.8.0-25.37/amd64/generic @@ -0,0 +1,14370 @@ +EXPORT_SYMBOL arch/x86/kvm/kvm 0x0e00a244 kvm_read_guest_atomic +EXPORT_SYMBOL arch/x86/kvm/kvm 0x4b237ec9 kvm_cpu_has_pending_timer +EXPORT_SYMBOL crypto/gf128mul 0x0c2f123f gf128mul_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x1068004b gf128mul_bbe +EXPORT_SYMBOL crypto/gf128mul 0x2f2889a0 gf128mul_init_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x384ef9ce gf128mul_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x56af0dbd gf128mul_x_ble +EXPORT_SYMBOL crypto/gf128mul 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL crypto/gf128mul 0xbd17a0df gf128mul_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0xc0890413 gf128mul_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/acpi/video 0x78e8f796 acpi_video_get_edid +EXPORT_SYMBOL drivers/acpi/video 0x7a45377b acpi_video_unregister +EXPORT_SYMBOL drivers/acpi/video 0x8826c13b acpi_video_register +EXPORT_SYMBOL drivers/atm/suni 0x13a106c7 suni_init +EXPORT_SYMBOL drivers/atm/uPD98402 0xaa24734b uPD98402_init +EXPORT_SYMBOL drivers/bcma/bcma 0x5dd2fd1f bcma_core_dma_translation +EXPORT_SYMBOL drivers/block/drbd/drbd 0x35131b36 drbd_role_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0x7730f22d drbd_conn_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0xaf27bebf drbd_disk_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0xd2943484 drbd_set_st_err_str +EXPORT_SYMBOL drivers/block/paride/paride 0x04ea909e pi_disconnect +EXPORT_SYMBOL drivers/block/paride/paride 0x17fb067f pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0x1be47ec9 pi_do_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x65ad69fb pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0x68098c1d pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x6bc16aa8 paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0x72dde08d pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0x930cabef pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xcd13de63 pi_release +EXPORT_SYMBOL drivers/block/paride/paride 0xd84d4d59 paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0xdf54fac7 pi_read_block +EXPORT_SYMBOL drivers/block/paride/paride 0xff16b003 pi_write_regr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1348760d ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x16dcec76 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1a10c898 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1aba5db8 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1e85849a ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x40f2b10c ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x423b776a ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c971bec ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x524f6f51 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5e80f37c ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5fcdcc05 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67cb9784 ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x73a01959 ipmi_smi_add_proc_entry +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x78fd36e7 ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8c8ee770 ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x964cd12c ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96cbcc81 ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x992e9ae0 ipmi_register_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa28a2ace ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa2a98b91 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xc0aed576 ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe0fa83f2 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe6ab72a6 ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf2576cb9 ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfcb77cfd ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/nvram 0x0f28cb91 nvram_read_byte +EXPORT_SYMBOL drivers/char/nvram 0x17ff2c1d __nvram_read_byte +EXPORT_SYMBOL drivers/char/nvram 0x2adec1e0 __nvram_check_checksum +EXPORT_SYMBOL drivers/char/nvram 0x7da28f12 nvram_check_checksum +EXPORT_SYMBOL drivers/char/nvram 0x9ce3f83f nvram_write_byte +EXPORT_SYMBOL drivers/char/nvram 0xa8813189 __nvram_write_byte +EXPORT_SYMBOL drivers/dma/dw_dmac 0x22928e1b dw_dma_generic_filter +EXPORT_SYMBOL drivers/dma/dw_dmac 0x319e0737 dw_dma_cyclic_start +EXPORT_SYMBOL drivers/dma/dw_dmac 0x77f3532c dw_dma_cyclic_stop +EXPORT_SYMBOL drivers/dma/dw_dmac 0x948c3f08 dw_dma_get_dst_addr +EXPORT_SYMBOL drivers/dma/dw_dmac 0xc573e23b dw_dma_get_src_addr +EXPORT_SYMBOL drivers/dma/dw_dmac 0xc90c7d14 dw_dma_cyclic_prep +EXPORT_SYMBOL drivers/dma/dw_dmac 0xd6297c3e dw_dma_cyclic_free +EXPORT_SYMBOL drivers/edac/edac_core 0x65f58c77 edac_mc_find +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0239f47b fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x04d0f641 fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0949576e fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0b02583b fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0f7d6af8 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x115f4239 fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0x16e91e21 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0x26677b46 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2674296e fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2de5aa19 fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x44f75955 fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4e77c85b fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0x56bcb61b fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x645b715f fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x65c9438b fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6e2680b1 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x76f2d438 fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7d9a1161 fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0x807099cf fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x80d6dc75 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8285f6d8 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8b43e348 fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0x905deeed fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x90863005 fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0x96158efb fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa1b0ec51 fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xad65beb4 fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb21ff6f5 fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb8406774 fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0xdab742c7 fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xdfe977f9 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf4c7f91e fw_run_transaction +EXPORT_SYMBOL drivers/firmware/dcdbas 0xa75079d6 dcdbas_smi_request +EXPORT_SYMBOL drivers/gpu/drm/drm 0x000deef9 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x025c90f5 drm_mm_init_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02b4eb2e drm_select_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02e6e099 drm_mode_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03da5227 drm_mm_put_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04b3cb74 drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ade730b drm_connector_unplug_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ae4b94c drm_ht_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b4896a2 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0cd18b2d drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f1f883e drm_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11065515 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12c6276a drm_buffer_read_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13ab9b50 drm_agp_unbind +EXPORT_SYMBOL drivers/gpu/drm/drm 0x142b8b35 drm_buffer_copy_from_user +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14ad4ee6 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14f30e38 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15f64fe1 drm_get_platform_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17a336a9 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x194eadaa drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19621a52 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x197886a9 drm_agp_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19e5d855 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a770ac3 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b584c77 drm_mm_insert_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ff985a8 drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20645642 drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20df2043 drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2179da6c drm_vblank_pre_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x21dc0830 drm_gem_object_handle_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x226433bb drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22c84174 drm_framebuffer_unreference +EXPORT_SYMBOL drivers/gpu/drm/drm 0x248446bf drm_mode_create_dithering_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2515e3c5 drm_get_pci_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x298e4b33 drm_mode_detachmode_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29d5cd1e drm_get_encoder_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c2a83ee drm_core_ioremapfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d7f2506 drm_ati_pcigart_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d9aa2d0 drm_pci_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e44269e drm_mm_insert_node_in_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ee9fdd1 drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x305718ba drm_prime_remove_buf_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3074f033 drm_order +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31dd3c68 drm_mm_init_scan_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x344df3d0 drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36d6b6a7 drm_mm_insert_node_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3817c240 drm_free_agp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a4f7ae drm_format_num_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ac1fef9 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3acc4e3b drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b9d009a drm_format_plane_cpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3eb37b9d drm_ht_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f962926 drm_getsarea +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3fc24781 drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4006f7a7 drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x423c005e drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43384bd9 drm_buffer_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x435e1a99 drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43e875cd drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x447914e3 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x44a0c113 drm_mode_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x451dc756 drm_edid_to_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x47ee2772 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x498dcb5e drm_ut_debug_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4bea1ebe drm_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c511235 drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4dfe86d7 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ea1f5a2 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4eb97c93 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5063b69c drm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51646289 drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51de9926 drm_agp_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52db082f drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54235f0f drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54d9adf0 drm_mm_search_free_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56120d9b drm_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5725a3f2 drm_addbufs_agp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5845974e drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d7318dc drm_global_item_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d812a87 drm_get_connector_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5dbe5c8a drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5eafb8e9 drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6014cb03 drm_agp_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60982e09 drm_idlelock_take +EXPORT_SYMBOL drivers/gpu/drm/drm 0x612639c8 drm_irq_uninstall +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62278139 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6264a484 drm_mode_attachmode_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x629c05e1 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6742c0d6 drm_prime_lookup_buf_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x683a96e2 drm_platform_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ae74f49 drm_put_minor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b14bccc drm_mode_cea_vic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b6d7375 drm_timestamp_precision +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cee2e42 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6df440d5 drm_agp_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x716e7e93 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x723f77d9 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72c7bf46 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76e55e92 drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77903ac6 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78860ff1 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78a61eb3 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a09a631 drm_pci_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a3d5eee drm_prime_sg_to_page_addr_arrays +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a4e7297 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ae3b7fa drm_unbind_agp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b42b5d4 drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b756585 drm_vblank_post_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c6350d6 drm_ati_pcigart_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ec4bceb drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7f414058 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8172ae32 drm_mm_pre_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x820a2787 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x823f1822 drm_agp_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x86ebcb15 drm_core_reclaim_buffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8922aa69 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8993534d drm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a4b6a35 drm_mm_get_block_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a7c67b4 drm_agp_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8bcddfc0 drm_prime_destroy_file_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8bfb7680 drm_addbufs_pci +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c510862 drm_find_cea_extension +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8cac094c drm_get_minor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d9d37ce drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8de13715 drm_format_vert_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dfb019d drm_buffer_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eb68c69 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eff9111 drm_ht_find_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f7df3a7 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9003e606 drm_vblank_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x919e9dc7 drm_mm_search_free_in_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x963df95d drm_core_ioremap_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9688efae drm_mm_debug_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9745d638 drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9857d1b3 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98c9d4d5 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x99f1e30e drm_framebuffer_reference +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a3ba1ca drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c21d947 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d1a5582 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e2eb297 drm_agp_bind +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9eb253f4 drm_core_ioremap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1eabd87 drm_mode_list_concat +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa290ab28 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2fab129 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa493dbcc drm_mode_create_dirty_info_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4e783d7 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5a86d94 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5e9406b drm_mm_dump_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa63d19a1 drm_mode_validate_clocks +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa67d683c drm_mode_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa68bf700 drm_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8a79a9f drm_rmmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa994c56a drm_sysfs_connector_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xabe4b30a drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac50d585 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad10e793 drm_unplug_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae4950d0 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae768d96 drm_prime_init_file_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaeb348ed drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf0c89af drm_mm_get_block_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1292a96 drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb13d432c drm_pci_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5540008 drm_global_item_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6bf2e55 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9429a4b drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb95beb55 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba2d0719 drm_mode_hsync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb36411f drm_pcie_get_speed_cap_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbd1d394a drm_platform_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe001c53 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe0195d3 drm_pci_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe89e479 drm_mm_clean +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf349c24 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbfcdb562 drm_mode_connector_detach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc1310c64 drm_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc25a61ec drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc414c422 drm_vblank_offdelay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc49c98a0 drm_fasync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6a10a2a drm_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc87fe131 drm_mm_insert_node_in_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca45efbc drm_format_horz_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb1beab5 drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcbc95688 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd0fc417 drm_ht_just_insert_please +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd17fb27 drm_mode_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcda91c46 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce312a2e drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcfcefb1c drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd02aa95f drm_calc_vbltimestamp_from_scanoutpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2335101 drm_fb_get_bpp_depth +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd26343a7 drm_idlelock_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4ec7a44 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd88fd06f drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb86adbf drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb89147e drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbb5a9f5 drm_ht_remove_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc22ac4c drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc33e937 drm_rmmap_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd5d3a71 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd97723b drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd9a12c4 drm_addmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdddd2444 drm_mode_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdea00d31 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf01adca drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdff01795 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2804d89 drm_agp_bind_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe32d1c44 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4e2b1b1 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5daf801 drm_fill_in_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe6f46e6e drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7197773 drm_ht_insert_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb4073c8 drm_irq_install +EXPORT_SYMBOL drivers/gpu/drm/drm 0xef2ed209 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf005668f drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0b5730e drm_global_mutex +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3dcfd3f drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf430a76e drm_get_last_vbltimestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6c02a05 drm_mode_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9705f6c drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9e7e2ff drm_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb27ed0a drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfcd99851 drm_gem_object_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfda55cd8 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe913a49 drm_mode_group_init_legacy_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff668996 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffb82e49 drm_sysfs_connector_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffc6c87a drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x071a3d3d drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x08bcbcf7 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x09b99c60 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x128fbd53 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x147cff34 drm_fb_helper_single_fb_probe +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x203c563f drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2392dc3a drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2c82289e drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d7a787f drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34dc49d3 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3bfd44d9 drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x43001c96 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x47879129 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4982511c i2c_dp_aux_add_bus +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5c0926b2 drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5cb64231 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5e350756 drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x60553b6b drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x61080bf1 drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x711a004a drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7a4c25ac drm_fb_helper_fill_fix +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7d8233cb drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x914b4a65 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x95af89ad drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x975ea4fc drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x993120a5 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9d251144 drm_fb_helper_panic +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa3d6e32f drm_fb_helper_fill_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8d6809d drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb31d91cb drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb37a0603 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbabda7e8 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc469c244 drm_fb_helper_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc7fd39bb drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcd351e09 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd02c73c7 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd3c6dbf3 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd43b9f0c drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd5d8b6b8 drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe7dc8823 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf80fd9db drm_fb_helper_single_add_all_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf9226843 drm_fb_helper_restore_fbdev_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfee43a69 drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x5fe7acf3 drm_usb_init +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x83024269 drm_get_usb_dev +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0xd30fecca drm_usb_exit +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x08488482 ttm_read_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x08a29178 ttm_mem_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0a76c032 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0d1180f3 ttm_base_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0ebbe826 ttm_write_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1207efb6 ttm_bo_swapout_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x17e48a1d ttm_base_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x18ebe205 ttm_vt_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x19f8baec ttm_bo_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1e36f58b ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1f6604fc ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1f9c9427 ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2010429e ttm_suspend_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x22c878dd ttm_bo_evict_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b54aa9a ttm_object_file_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x427207e3 ttm_fbdev_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x461d29d4 ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x46292fd0 ttm_bo_synccpu_write_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4a4a4acf ttm_bo_clean_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4a4e4e50 ttm_mem_global_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4a503808 ttm_bo_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4d1eea63 ttm_base_object_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4e8dd264 ttm_bo_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4fddf9ae ttm_agp_tt_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x564e1aee ttm_bo_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5a133251 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5e15e7da ttm_bo_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6052860c ttm_round_pot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x61bdb34f ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x69fc917c ttm_tt_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6a9958f6 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x70933803 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x74672f59 ttm_bo_synccpu_write_grab +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7586fb3a ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x78c61b50 ttm_vt_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7e89d848 ttm_pool_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7ec95e44 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x80d86f0e ttm_object_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x81e7545f ttm_object_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x81f1defe ttm_bo_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x84f1210d ttm_agp_tt_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x86a4066d ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8cdf981f ttm_dma_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9373bcb8 ttm_agp_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9385b73e ttm_mem_global_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x998e45c0 ttm_ref_object_base_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9a8bd8ac ttm_read_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9fbd887d ttm_tt_set_placement_caching +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa1c0edd4 ttm_bo_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa96af01c ttm_bo_manager_func +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xacc2feab ttm_write_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xacd8fc34 ttm_bo_move_ttm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb058c7e1 ttm_pool_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb43a7880 ttm_bo_wait_unreserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb7902d7f ttm_ref_object_add +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbcf9218a ttm_dma_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbe3eefbe ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc26bc955 ttm_bo_mem_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc4d4618d ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc850d617 ttm_mem_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xca60ba80 ttm_lock_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd36436c4 ttm_suspend_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd4cc3973 ttm_bo_dma_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd5755e32 ttm_page_alloc_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe58cea64 ttm_bo_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe62b3710 ttm_bo_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe9002d5a ttm_bo_unreserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf2c6b61f ttm_bo_init_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf70c64a5 ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf99d4273 ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf9fb605e ttm_bo_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfbc2c5ec ttm_object_file_release +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x294a1e33 vmbus_sendpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xa87610b5 vmbus_recvpacket +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x0903c239 vid_from_reg +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0xef1c781c vid_which_vrm +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0e2a6864 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0f5877d4 sch56xx_read_virtual_reg16 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x34257f35 sch56xx_watchdog_unregister +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xafcbb14a sch56xx_watchdog_register +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xe5022f95 sch56xx_read_virtual_reg12 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xed1d2a08 sch56xx_write_virtual_reg +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x06a828e6 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xa182e43e i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xe7805a3a i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x0ace0c97 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xe2c058a4 i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x7f932ecc amd756_smbus +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x2be16a2f hid_sensor_read_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x45a21270 hid_sensor_parse_common_attributes +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x5b201645 hid_sensor_read_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x61e2ac2c hid_sensor_write_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xd8ce4cb0 hid_sensor_write_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0xea1aa5dc hid_sensor_setup_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0xf1db1d39 hid_sensor_remove_trigger +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0x0d8d1e24 adis_debugfs_reg_access +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0x1559943a adis_enable_irq +EXPORT_SYMBOL drivers/iio/industrialio 0x0d136a2c iio_triggered_buffer_postenable +EXPORT_SYMBOL drivers/iio/industrialio 0x16b78ef0 iio_buffer_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x20eaf501 iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x250cd4d2 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x3c7fb563 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0x3fd1ff76 iio_buffer_read_length +EXPORT_SYMBOL drivers/iio/industrialio 0x4536fd14 iio_buffer_show_enable +EXPORT_SYMBOL drivers/iio/industrialio 0x485cb6df iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0x67ebbfad iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x76235396 iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0x7dfa0ce4 iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x896fc9a5 iio_buffer_register +EXPORT_SYMBOL drivers/iio/industrialio 0x9e4854a8 iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0xac326f67 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0xad35e5bc iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0xaf631ea2 iio_buffer_write_length +EXPORT_SYMBOL drivers/iio/industrialio 0xb6cacb98 iio_buffer_store_enable +EXPORT_SYMBOL drivers/iio/industrialio 0xbf15432b iio_triggered_buffer_predisable +EXPORT_SYMBOL drivers/iio/industrialio 0xc2636f72 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xcdb4415b iio_sw_buffer_preenable +EXPORT_SYMBOL drivers/iio/industrialio 0xcdf8a9f7 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xecdca804 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xf5600fbc iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xf803fa3c iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0x2955e27b iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0xb8da9371 iio_triggered_buffer_setup +EXPORT_SYMBOL drivers/iio/kfifo_buf 0xbbae4be0 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/kfifo_buf 0xdd02802f iio_kfifo_free +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x2107de5f rdma_addr_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x37838b44 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x6f6ee97c rdma_addr_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x8ef35bcc rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x9d1f522d rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0xfde65712 rdma_copy_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x061e1524 ib_send_cm_lap +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x0d3d71d6 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x12204bb8 ib_send_cm_apr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x144c4d1b ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x330c7791 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x430387aa ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5020012b ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x58693149 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5a78188f ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5c778c35 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5d7829c4 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x70840523 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x866403c9 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9ce7a720 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9fabae14 cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa2e59971 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb50c5bc2 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0375ad93 ib_destroy_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x063c2413 ib_create_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x06c82fcf mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x06ea87ee ib_query_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x088d5eb2 ib_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c1b9ac1 ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x11a86046 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x14f84918 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x16d1322a ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x171f99f1 ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1778095a ib_free_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1a61933d ib_dereg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1c46655c ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1d35b960 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e491a04 ib_unmap_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e619a0a ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1ee0a5cb ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1f1b7180 ib_dealloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ccd2e82 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2d251fc7 ib_fmr_pool_unmap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ed6e386 ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x302022cd ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x32340c34 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33c3f38b ibnl_add_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x35c7602e ib_destroy_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3d272c4a ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3da613c4 ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3e8a4751 ib_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x49abdb7f ib_umem_page_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4b12a04c ib_dealloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50dbc447 ib_flush_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x52b338a5 ib_alloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x533da0e4 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58884c3c ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5c107f32 ib_find_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x60e3772e ib_rereg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b6d4090 ib_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6cd35dcb ib_query_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73f5ecbf ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x742f8c62 ib_alloc_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x76dc78c5 ib_get_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7945dc0f ib_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7fc170f5 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x84f6ad7b ib_alloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8a9703aa ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90320f4d ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x92f1ee67 ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x948030bf ib_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x95cc83c6 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x96ce6c46 rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x96de7c82 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x98205b2b ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x98547bd8 ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x999f504a ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9dfd876b ib_destroy_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ef95784 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa7421760 ib_fmr_pool_map_phys +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xac44fe00 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb30edb8a ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb40fe947 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb48a1eb4 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb846f8a5 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbbb46798 ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbe527893 ib_init_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc0c48a89 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32b59ff ib_destroy_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc507fdb7 ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc67f14a5 ibnl_remove_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc79aabcc ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc85d9b70 ib_create_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xccf58d7f ib_create_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd29befc0 ib_get_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd3e14a51 ib_modify_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd5d7bbb4 ib_dealloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdeb6a34e ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdfb9daac ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe57d2ff1 ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe77a60ce ib_reg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7a02fd8 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe8990afe ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe8ea305e ib_get_dma_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea630c26 ib_alloc_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeeafe5d7 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc150956 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfe959085 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x0f764b3d ib_process_mad_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x3563badb ib_register_mad_snoop +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x41175f95 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x552b5485 ib_cancel_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6f077fcf ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x7b5d4b7a ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x8a5de4aa ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x946d5d27 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x9a42095c ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xa2eadc86 ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xa5480525 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xa7e9f789 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xc7513b35 ib_redirect_mad_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xdfb4e419 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xecf7e4a5 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x267cf946 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x2fd0e42f ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x576fdbac ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x71e6196b ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x77b86e21 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x7fb93fc5 ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x8091d13a ib_sa_service_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x974f038a ib_init_ah_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xbfe1a929 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xc1955a3f ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xf6b6444b ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x02f847bc ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x07cf5a51 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x18382f6a ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x184f3575 ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x3ebb5856 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x487ac3c1 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x516b59a9 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x8feeffbb iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xeb666a77 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf46eb803 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf8cf3083 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf91e1f6f iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x10ae7e99 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x20933aa5 rdma_set_ib_paths +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4c4757cc rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4dea1e4b rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4ebaeb14 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6a282c97 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x88c1468d rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8aa87e6b rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9099db98 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x96f4c743 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9e27a581 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa483a9bc rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xaeeec831 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbc02ecaa rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xce5a87fb rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd36f2fad rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd3b5f8d1 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd9864b25 rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe65ed19b rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe9aae701 rdma_bind_addr +EXPORT_SYMBOL drivers/input/gameport/gameport 0x50b76653 gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x64e53df0 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x6814b944 __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x86bc3163 gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xa1926d2e gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0xcf6a433b gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xd7350875 gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0xe7a3beaa gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0xe93aa834 gameport_start_polling +EXPORT_SYMBOL drivers/input/input-polldev 0x4243163e input_free_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xaac37cf3 input_unregister_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xcd635824 input_register_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xfa0fb52f input_allocate_polled_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0xc44f3673 matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x531e1a1d ad714x_remove +EXPORT_SYMBOL drivers/input/misc/ad714x 0x864325fc ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0x8ec72c0b ad714x_enable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xdde0206b ad714x_disable +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x5bcf07a8 cma3000_init +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x892d76b2 cma3000_resume +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x89d9444e cma3000_exit +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xca3f100a cma3000_suspend +EXPORT_SYMBOL drivers/input/sparse-keymap 0x48d603e7 sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0x62b44899 sparse_keymap_free +EXPORT_SYMBOL drivers/input/sparse-keymap 0xac9a7fd9 sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0xad1794c7 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xcc2fd26f sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0xfc3c3f61 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x222787dc ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x83fa66da ad7879_pm_ops +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x97f83edf ad7879_remove +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x02d5c7cb amd_iommu_set_invalidate_ctx_cb +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x7dc08ae7 amd_iommu_free_device +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x8199b017 amd_iommu_bind_pasid +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x9b2d61c0 amd_iommu_set_invalid_ppr_cb +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0xa68ef082 amd_iommu_unbind_pasid +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0xadf4e4db amd_iommu_init_device +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x01d3162d capi20_put_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x04403fcf unregister_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x121eb725 capi20_register +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x14f2aa5a capi20_get_version +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x19bdbf49 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2b8eab1f capilib_free_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2baa6586 capilib_new_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x31c24aa4 capi20_isinstalled +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x42948f0e capi20_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x43a1b097 attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x47d3fc51 capi_info2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x4fc2be90 capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x50b33ca4 capi_cmsg2message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6057c6f3 capi_message2cmsg +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x62e32d43 capilib_data_b3_conf +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x71e8d5ba capilib_data_b3_req +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7292ab34 cdebbuf_free +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x72a25a72 capi_cmsg2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7a33596c capi20_get_serial +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7e6f1307 capi20_get_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8f699913 capilib_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9c7e53d1 capi_ctr_resume_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9f823278 register_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xaa165d27 capilib_release_appl +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb19fda8d capi_cmd2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb60e5e5f capi_cmsg_header +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xba50f98a detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xbc74f4b7 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe19a11ac capi20_get_profile +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xed061606 capi20_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xed74faf6 capi_ctr_suspend_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xfd552f7a capi_message2str +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x166ad886 b1_getrevision +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x2646b2fc b1_loaded +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x3d73eaa1 b1_parse_version +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x402b1de1 avmcard_dma_free +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x4e7196fb avmcard_dma_alloc +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x5c1303d1 b1_alloc_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x5f68f8f2 b1ctl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x730d9d7b b1_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x85f09690 b1_irq_table +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x9e1ed3d0 b1_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x9ff4fd33 b1_load_config +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xa0bddd41 b1_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xad57204c b1_load_t4file +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xd7d590ce b1_free_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xdfd28376 b1_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xf7f8bdbd b1_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xfa10fee4 b1_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xff374a44 b1_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x06ad2e5d b1dma_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x09423146 b1dma_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x1b453ab0 b1pciv4_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x6379cd75 t1pci_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x8224fe15 b1dma_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x98412d5f b1dma_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xc5ed6c9e b1dma_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xd6f9f1ea b1dma_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xf04cf662 b1dmactl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xff016e47 b1dma_reset +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0x29562993 b1pcmcia_delcard +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xaec3240e b1pcmcia_addcard_m1 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xea620116 b1pcmcia_addcard_m2 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xf14bf8b1 b1pcmcia_addcard_b1 +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x2974ead1 DIVA_DIDD_Read +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x7083a5c0 proc_net_eicon +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x047f0d3a mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x29368f20 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x483ea6e0 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xb82c0188 mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x3bc5d5fd mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xc0e2754f mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x07f4f2ce hisax_unregister +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x0c9b6f59 hisax_init_pcmcia +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x148f0c99 FsmFree +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x7f29ce36 FsmInitTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x93a64734 FsmChangeState +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x9df0cd27 FsmEvent +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xe227344e FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xee93522c hisax_register +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xf0a16657 FsmNew +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xfc27303b HiSax_closecard +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xff2db2cf FsmDelTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x127492e8 isac_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x3a7d6053 isacsx_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x3f3b323a isac_d_l2l1 +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x4f8ec236 isacsx_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xdb8ef1e6 isac_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xde74dbf9 isac_irq +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x2baa265c register_isdn +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xaacae01d isdn_ppp_unregister_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xca55e81c isdn_ppp_register_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xfa06820f isdn_register_divert +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x3b71e4fc isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x59cc8a7e isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x8ee38862 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0xfd9d4c09 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x000f2fa8 mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x106586f2 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x19200a26 dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1d759ec3 recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1d7c69bd bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x28534e9a mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3e84a43f mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x477e15d6 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4d6022ec recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x54451388 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5aa6a924 recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5c2873af get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x610f2eef create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x614ede30 mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6dc20a17 recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x794849d7 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8811394b recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8a4e99fb mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x96309324 mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xaa449e17 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xac2b4d9c mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xaec58e9a mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb627998c mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc826eeae get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xce5bed7b bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd285995f mISDN_clock_get +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5145151 mISDN_FsmEvent +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe87943cf mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xee708391 mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf7ce3fbd mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf9e7832f mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x60721da7 dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xa215f1b2 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/md/dm-log 0x4349fa42 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0x6f9c58c6 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0xa2ebf3f9 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0xfe1c3d64 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x3a2aacde dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x5b5e08eb dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0x984cdd3b dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0xb04d17d4 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0xe0bc03ef dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0xf09967fd dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/raid456 0x0d91e688 raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x0a2a1af0 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x1a39769d flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x26b6b67c flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x306030e2 flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x4f110683 flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x65260aa7 flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x6567bbfb flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x7dd7abc9 flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xbeafc008 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xbec6d8dd flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xc6a9788c flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xd263da9d flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf69f3f86 flexcop_device_initialize +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x05ae480d dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0c651bb2 dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x119f8888 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x12a2ff40 dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x13fd063e dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x17523ce7 dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x179da0b2 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x18e2e5b6 dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1a07e506 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1a45a577 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2b7f112d dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3818e7e0 dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x398aab01 dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3d8d3e2e dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x479c812c dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x518df1b9 dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5429260c dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x573e2e72 dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5ed1a5cf dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x64d6d7a9 dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6d15863a dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6e9c5b03 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x74a5a698 dvb_filter_pes2ts_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7658d684 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80e3832d dvb_filter_get_ac3info +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x887caf4f dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8d0df2a1 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9ae39904 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa2a65e70 dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xac4ca1b0 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb06f7081 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb38a81f4 dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xbb1e2b61 dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xbc95ab01 dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc05c9132 dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xca4965f1 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd68a099e timeval_usec_diff +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xda0b5192 dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xddbc38c5 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdeef0e4f dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe15697bd dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe5ae8707 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xefcef46b dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf826deb0 dvb_filter_pes2ts +EXPORT_SYMBOL drivers/media/dvb-frontends/a8293 0xb48f227f a8293_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9013 0xa5291dda af9013_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9033 0x9133c5a6 af9033_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0xa57767a5 atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x12d1c714 au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x283393f7 au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x33efecba au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x39df62a8 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x3e2e1962 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x79b8983f au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x8a3f9613 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xe058729e au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xf67636d1 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0xd8f14c9b au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0xe6b5f24b bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0xc9d9a1fc cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0x48b0d6b0 cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0x8676cc62 cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x1de3812b cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x55f68096 cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0x1708c4ef cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x1e6d0c03 cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x6bb5585d cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0x3db7103f cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x2e1268b6 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x58ab3b27 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xb1c46652 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xbb23057e dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xc01f011a dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x35fb3186 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x3dd6b9ab dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x4d0a19a2 dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x4eb418b3 dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x627808bb dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x6a488276 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x7cb2257a dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x8397a786 dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x948caa0a dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x976b69f6 dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xb1e04234 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xbdec694d dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc7005e97 dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xcdbee9d5 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xd2664826 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0xd458b997 dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x07823622 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x0a9baa1d dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x13b42650 dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x559f6173 dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x70edf44e dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x98ef1e6f dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xa1e33068 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xa531f527 dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xceec2650 dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xea5f9de7 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x05589be6 dib7090_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x0f393c0c dib7090_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x156d36ae dib7000p_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x1ac18056 dib7000p_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x22002a5a dib7000p_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x222ff418 dib7000p_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x303a48da dib7090_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x3fa35861 dib7090_slave_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x468a1f68 dib7000p_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x6a44c77c dib7000p_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x8f5dd3c2 dib7000p_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x9646d94b dib7000p_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xe39c7b7d dib7000pc_detection +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xee64a865 dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xf16b79df dib7000p_get_agc_values +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x01acfc17 dib8000_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x0c74cd7a dib8000_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x1a3d3bb8 dib8000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x1fecef49 dib8000_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x31663b09 dib8096p_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x327b78e7 dib8000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x396976e2 dib8000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x3ad57714 dib8096p_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x439ed75f dib8000_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x6057a3af dib8000_pwm_agc_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x7b21a511 dib8000_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x85df5666 dib8000_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x918afd8d dib8000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x9207efdf dib8000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x9e0012a1 dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xcfddedf8 dib8000_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xd99a8969 dib8000_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xf0cc3f67 dib8000_remove_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xf3dded17 dib8090p_get_dc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x0532ffad dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x093ac819 dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x1fb3bde2 dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x6e520273 dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x865ba2b5 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xad3ad91c systime +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x51b7b2e4 drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x830376bf drxd_config_i2c +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0x506bbc7a drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0x96a5dade ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0x855cb12a dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0x87a6af27 ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0xf4039f4f isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0x02beeb8d isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0xb20d9701 isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/it913x-fe 0x74744360 it913x_fe_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0x2c10165a itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0x34889207 ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0x6a27313d l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0xa6fc7e9c lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0x5e3bb161 lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0x26898d34 lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0xb7d3bd1a lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x0c229e19 lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xd00daba7 lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0xc8de3620 lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0x21d576c1 m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0xe72b94e0 mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0x5745f4f5 mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0xd4d99af8 mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0x858909f1 mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0x66d1bef7 nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0x5bfdc191 nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0xfa963b62 or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0x9c62a4e0 or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0x4e1711d4 rtl2830_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0xfe7131e8 rtl2830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0xbadda1d4 rtl2832_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0x3cae76af s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0xefa7a066 s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x41fd21ac s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0xf3e79808 s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0x5caa5296 s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0x6a45d708 si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp8870 0x9a682e66 sp8870_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0x025f9484 sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0x5f1812d4 stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0x9ac7acc3 stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0xec922d65 stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0x44f931c5 stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0x0aec7263 stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0x9b2d970d stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x48c80101 stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xd202992e stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0x1037fc6e stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0x9776b5d3 stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0xc4b3da9f stv090x_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0x36cb7248 stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0x92c969e2 stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0x0e4dcd04 tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0xfe46e2fa tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0x5314a995 tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0xc865d888 tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0xfece8272 tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10071 0x88e2481f tda10071_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0xb0b55fb2 tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0x23dde8c7 tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0x46211cb8 tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0x1a34be14 tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0xab370eab tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0xd20bbd06 tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0x2ba00554 ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0x955b4952 ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0x91ecd3a5 zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0x0f660aa8 zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0x7745a68b zl10353_attach +EXPORT_SYMBOL drivers/media/i2c/btcx-risc 0x495e4b0c btcx_calc_skips +EXPORT_SYMBOL drivers/media/i2c/btcx-risc 0xa34afba7 btcx_riscmem_alloc +EXPORT_SYMBOL drivers/media/i2c/btcx-risc 0xad2fe38b btcx_sort_clips +EXPORT_SYMBOL drivers/media/i2c/btcx-risc 0xc368f8e6 btcx_align +EXPORT_SYMBOL drivers/media/i2c/btcx-risc 0xcb9bf905 btcx_riscmem_free +EXPORT_SYMBOL drivers/media/i2c/btcx-risc 0xcda0ded2 btcx_screen_clips +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0x1b2710f3 cx2341x_handler_init +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0x1ca0c084 cx2341x_log_status +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0x2f25eee2 cx2341x_update +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0x3db8be82 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0x53636477 cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0x5b88faf6 cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0x982a5e44 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0xc184ec1e cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0xcf76ce95 cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0xcf8b77a4 cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0xf965d882 cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/i2c/tveeprom 0x3992fff0 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/i2c/tveeprom 0x7e55e01a tveeprom_read +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x17bb0b72 flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x1e2a4d1e flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x3872c8d8 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x8eecb7de flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x99d21888 flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xb4e3c435 flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xdd298486 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x2a3ee531 bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xe061021a bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xebf5ff0f bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xf3dc31e9 bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x704afa42 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xb6f50122 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xc1b2228f bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x2df6541c dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x46cec82c dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x6ea6d9f4 dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x90d3b9c1 dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x93537715 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xa2288b1b read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xd6fd4ba6 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xd8badc01 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe94b8c9c dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xf4e7293c dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0xb0657ce8 dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x33b5c2ce cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x655bd23e cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x7da2efe8 cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x94e6f91e cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x9a51415c cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x0056cac0 altera_pid_feed_control +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x5ad7c5a9 altera_hw_filt_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x7fc079f9 altera_ci_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x9247b72f altera_hw_filt_release +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xdb3faf38 altera_ci_release +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xe66b9812 altera_ci_irq +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x37d22911 cx25821_devlist_mutex +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x471e1cfb cx25821_devlist +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x4782e302 cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x4e8bb962 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x52536b81 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x62914c6f cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x67cc5b8b cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x784853c3 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x960a3ea0 cx25821_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xacdfc6a5 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xb9f62ba1 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xbdb80b51 cx25821_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x70ea42b5 vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xa7511862 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x431554dd cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x464e3f65 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x7f949ca2 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xf6617811 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x00f374e1 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x05459945 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x216f134b cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x6dca8bad cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x80c21d1a cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xbebadd33 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x056b4fe2 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x13cf877a cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2885fced cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x319257ce cx88_risc_stopper +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3d6e5856 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4216fc84 cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x59f0e2d0 cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x613df9b7 cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x70a36adc cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7642ed3c cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7becce2c cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8035b785 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8899e5c6 cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x96adbbb5 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa1c04121 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb89cc802 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb89d9441 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc1f64110 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc48a95e0 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc8c55e31 cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xdc066484 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xdf5f3e0c cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe6475581 cx88_free_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xed312935 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x160e98c4 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1a84f839 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1de791fc ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x422a2592 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4dc19279 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6a02c611 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x810e538e ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x85d96fb0 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x978af649 ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x9f671c2d ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xac0e3384 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xacf40f69 ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb2ba7e09 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xcb8294e9 ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd625491d ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf7e342f7 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf8924d09 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x14dfecc6 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x165e6a46 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x31f88dc5 saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x35f76907 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x4e90580b saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x589550a6 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x5bd201f6 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x6f69f103 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x952ee5b7 saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xadc5d438 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb2e98be9 saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xbf5d9881 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xcf552441 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xc3530829 ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xc3e4c127 ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x1b67818d videocodec_attach +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x676bfcfd videocodec_register +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x9358769d videocodec_detach +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0xb973e1b5 videocodec_unregister +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x21dd56b1 soc_camera_host_unregister +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x3b70ce7d soc_camera_host_register +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x786e48d3 soc_camera_lock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xb18b8988 soc_camera_xlate_by_fourcc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xe6ed9637 soc_camera_apply_board_flags +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xe76de2a2 soc_camera_power_off +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xeb16cb48 soc_camera_unlock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xf98616f9 soc_camera_power_on +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x2fc57265 soc_mbus_find_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x31477397 soc_mbus_get_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x61871f65 soc_mbus_bytes_per_line +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x7371455d soc_mbus_samples_per_pixel +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xc8b28da5 soc_mbus_config_compatible +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xde30e6b9 soc_mbus_image_size +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x04dca738 lirc_unregister_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x0ba701e1 lirc_dev_fop_close +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x13e44f62 lirc_dev_fop_write +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x33c060a4 lirc_register_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x53d44076 lirc_dev_fop_poll +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x78d8c6f2 lirc_dev_fop_open +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xa91fdaf8 lirc_dev_fop_read +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xdb93be9b lirc_get_pdata +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xddb6a675 lirc_dev_fop_ioctl +EXPORT_SYMBOL drivers/media/rc/rc-core 0x6e9bb053 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0xffc3dbe5 ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/tuners/e4000 0x0916b056 e4000_attach +EXPORT_SYMBOL drivers/media/tuners/fc0011 0x8af6cc40 fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0x4dd0aa5c fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x0172969a fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x446dcfcc fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x76f5ca0b fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc2580 0x00e93f7e fc2580_attach +EXPORT_SYMBOL drivers/media/tuners/max2165 0x520db470 max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0x26cbdbb5 mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0x0964e8d9 mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0x2f40d79f mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0x8f2457d3 mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0xe592bce1 mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0x73817253 qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18212 0xa785c48d tda18212_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0xb76355a8 tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tua9001 0x3b7fc717 tua9001_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x0cb4b189 tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/tuner-xc2028 0xfb2efb37 xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0xed45a3b7 xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0x2bfacee5 xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x748d067a cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x8f69314d cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_cypress_firmware 0x2fe97847 dvb_usbv2_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_cypress_firmware 0x32077151 usbv2_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x04d3e963 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x2a1e2a26 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x449e757a dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x76015aed dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x81c11de7 dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x9eb3d6b7 dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xddc25ba5 dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x3a499f63 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x3ed111f1 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x87f3def8 dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x8ce75e9c dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x8f6961c2 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x955ab8f2 dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xcbfe0e59 dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x13e247e0 rc_map_af9005_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x7ba9e4a2 af9005_rc_decode +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0xd4e288db rc_map_af9005_table_size +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x254b6b91 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x3bb62dc8 dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x41495002 dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x4bc0f873 dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x5fadb7d8 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x9d578953 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xa6b084c6 dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb47559e0 rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb813ae14 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xcc149add dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xd57bb57b dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xe013b6d0 dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x1fa46533 em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xadaa6839 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x37a46279 gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x50a159f3 gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x741e492a gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xa37accd7 gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xbc343851 gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xcb492687 gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xdfd88721 gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xec5544a4 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x0cfa559a tm6000_register_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x10a18bae tm6000_init_digital_mode +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x8b09a7fd tm6000_unregister_extension +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x1b6ba3a6 ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x30aca26c ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x42c8e001 v4l2_ctrl_next +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x4adaf0f3 v4l2_ctrl_query_menu_valid_items +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x4ed5e0d7 v4l2_chip_match_host +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x53c9394f v4l2_ctrl_query_menu +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x5f96a661 v4l2_ctrl_check +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xa25565a8 v4l2_chip_match_i2c_client +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xabe27502 v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xb2fb9d37 v4l2_chip_ident_i2c_client +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x0dc4e775 v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x448b1b57 v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x459e133f v4l2_m2m_get_curr_priv +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x7d2bcb57 v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x06cac716 videobuf_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x372fce17 videobuf_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x78f13b32 videobuf_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xec2affe6 videobuf_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xef1aa642 videobuf_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xfea8cadd videobuf_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-core 0x84a8c360 vb2_querybuf +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x023ad010 v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0e24e0ad video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x17adc49c v4l2_ctrl_handler_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2447aeca v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2756ebf5 v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x29d68fee v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2d7d711d v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3700f0c8 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3adbd595 v4l2_field_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3b89244f v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bdd0f94 v4l2_prio_change +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x42962978 v4l2_subdev_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x48f1d3e7 v4l2_subdev_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x495426ee v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4e15f7bc v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x58a4c01d v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5c1fc2c8 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6eb8f8ac v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a3cd015 v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x81af52d9 v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x82719aeb video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8fcb2830 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x90150701 v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x91e11fb0 v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x941625e9 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x95c308dd __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9e613cfc v4l2_subdev_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9f6874fd v4l2_ctrl_add_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa7330fe5 v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa7d34276 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaab3a0f7 v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xac325bba v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xafad4062 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb0245c57 video_usercopy +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb0be16c9 v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbac4a225 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc6f47fc v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc12cf8f8 v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc53c35d5 v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd2791d01 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd2d9cba6 v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd7ec20c6 video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd9b50537 v4l2_subdev_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe01b0449 v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe0c68133 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe264cfb0 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe6fce6f2 v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xecddefd6 v4l2_subdev_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xee3c48de v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xee4f0c45 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf0b9723d v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf2c997ed v4l2_subdev_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfbd05cb5 v4l2_subdev_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfdf40fb4 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfea3b2a3 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/memstick/core/memstick 0x0148a048 memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x4491a128 memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5d820a02 memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x665896dd memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x6c421185 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x7c69b0c6 memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa392092f memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xab02b5ff memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xac0fe1b3 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xb263bba1 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0xdc07e67e memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xe5f6975f memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xf82e48f9 memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0xfe29b757 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/host/r592 0x52f1b23b memstick_debug_get_tpc_name +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0015143a mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0e1a87dd mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x13a32e39 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x170dcace mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1856efa0 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2c7f54ef mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2f73da46 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3002793d mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4526289b mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x47c9d60b mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x488a78a5 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5128772d mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5153ca0e mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5b019cf8 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5c00551f mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x704f3753 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x85d1352c mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb85de26f mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbb428b07 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc0e69f82 mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc47c22e8 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcbb504a8 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcc4ccc26 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd2394b02 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd9a92a75 mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe29bf142 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe4130928 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe4eea825 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xec87e2e2 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xee869002 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xeed497cf mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf2eb63ec mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xffd60c04 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0578244f mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x12b3c191 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x45039199 mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x564c8512 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x65dc0f4c mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6d54de86 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6e1e103f mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7024344a mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7191fbbe mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7d4e5cf3 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7fd3648a mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x80fd2ee5 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x81960f33 mptscsih_proc_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8daef464 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9263034b mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9400a4bb mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x95f8d59e mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa7806d05 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xaca4af06 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xaee20f6c mptscsih_host_attrs +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xaf40bc7e mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbd9ae2e6 mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc487fa67 mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc54a625c mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xccaa140f mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf10a9984 mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf141879f mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x09383a39 i2o_cntxt_list_remove +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2616614d i2o_driver_notify_device_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2a843bef i2o_dump_message +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2c892045 i2o_cntxt_list_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x39c79207 i2o_cntxt_list_get_ptr +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x55e88422 i2o_iop_find_device +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x643c0ed5 i2o_driver_unregister +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x90c1c73e i2o_cntxt_list_add +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x9a223c35 i2o_msg_post_wait_mem +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x9b434b38 i2o_device_claim +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xa60a0427 i2o_parm_field_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xa7f54553 i2o_device_claim_release +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb0cba089 i2o_parm_issue +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb1c4c437 i2o_driver_notify_controller_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb4c00dcf i2o_controllers +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb8530760 i2o_exec_lct_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb97e5efe i2o_driver_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xbc5a8ff3 i2o_driver_notify_device_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xc5f158f3 i2o_parm_table_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xd6656f79 i2o_find_iop +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xe4d8aac0 i2o_msg_get_wait +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xe5960227 i2o_driver_notify_controller_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xe8db6a4d i2o_status_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xeb719a21 i2o_event_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0xe264ab02 pasic3_write_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0xf72bb4c9 pasic3_read_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x16a35ea3 mc13xxx_irq_ack +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x655cca9c mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x76cfb60c mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x7e787f72 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x842e6dff mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x8eb783b9 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x9859f737 mc13xxx_irq_request_nounmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x989f599c mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xada5412b mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xb452a379 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xba2556e5 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc2478d22 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xd6449a99 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/tps6105x 0x4f933bed tps6105x_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0x5c311c5d tps6105x_mask_and_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0xab7cc262 tps6105x_get +EXPORT_SYMBOL drivers/mfd/tps65010 0x02d4ad0f tps65013_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0x0c6ad2cf tps65010_config_vdcdc2 +EXPORT_SYMBOL drivers/mfd/tps65010 0x28485130 tps65010_config_vregs1 +EXPORT_SYMBOL drivers/mfd/tps65010 0x33739de7 tps65010_set_vib +EXPORT_SYMBOL drivers/mfd/tps65010 0x9fd44c69 tps65010_set_led +EXPORT_SYMBOL drivers/mfd/tps65010 0xb14080cc tps65010_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0xd5bb106d tps65010_set_vbus_draw +EXPORT_SYMBOL drivers/mfd/tps65010 0xe99b3f36 tps65010_set_gpio_out_value +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x481fd012 ad_dpot_probe +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xe2794f58 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x1746ab2d altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x9813d9ce c2port_device_unregister +EXPORT_SYMBOL drivers/misc/c2port/core 0xe5d0e06c c2port_device_register +EXPORT_SYMBOL drivers/misc/ioc4 0x39d55871 ioc4_unregister_submodule +EXPORT_SYMBOL drivers/misc/ioc4 0xccfabe7d ioc4_register_submodule +EXPORT_SYMBOL drivers/misc/tifm_core 0x28f6ca36 tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0x2a73f2d8 tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x37cffaef tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x42c81392 tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x4a8cb5df tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x4f70e004 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x7f5a1685 tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0x9cb66335 tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xa8c2ec46 tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0xb5a88890 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xc450e071 tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xdeb1653d tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xe417cef9 tifm_alloc_device +EXPORT_SYMBOL drivers/mmc/card/mmc_block 0xd603ecfa mmc_cleanup_queue +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x78aa8752 cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xcf20f9d1 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xd9e832c4 cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x5c1c07fa register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x7ffc1624 map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x83fd3abd do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xa39fa645 unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0xf1c1d0c7 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x8e198c0d lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0xae271e19 simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x300be9ab mtd_concat_create +EXPORT_SYMBOL drivers/mtd/mtd 0x365d32f1 mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/nand/denali 0x7c671ee3 denali_init +EXPORT_SYMBOL drivers/mtd/nand/denali 0xfd454651 denali_remove +EXPORT_SYMBOL drivers/mtd/nand/nand 0x1e8ee6e8 nand_scan_ident +EXPORT_SYMBOL drivers/mtd/nand/nand 0x792a5031 nand_scan_bbt +EXPORT_SYMBOL drivers/mtd/nand/nand 0x98a65625 nand_scan_tail +EXPORT_SYMBOL drivers/mtd/nand/nand 0xc1ee66a6 nand_default_bbt +EXPORT_SYMBOL drivers/mtd/nand/nand 0xc30644e4 nand_lock +EXPORT_SYMBOL drivers/mtd/nand/nand 0xe91c4d4e nand_unlock +EXPORT_SYMBOL drivers/mtd/nand/nand 0xf573fd04 nand_scan +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x4dc8f6ec nand_bch_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x70097aa0 nand_bch_free +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x8a1d4cc9 nand_bch_init +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0xefeff393 nand_bch_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x17d04030 nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x3132ee65 __nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xb4b94377 __nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xdfa5dee3 nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0x836bdb72 nand_flash_ids +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0xa336feb7 nand_manuf_ids +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x682bc9bb onenand_default_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x7e74e4c0 onenand_scan_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xa835e070 flexonenand_region +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xabcfb28b onenand_addr +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x1b224c7f arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x33a7d22a arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x4db4bb5e arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x57245442 arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x97a99825 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x9c5fc3d7 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc53f2247 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xd4de5947 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xed20337b arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xfec14661 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x565ccb42 com20020_check +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x74fa882b com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xf32aabb3 com20020_found +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x139d0790 ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x1a15a003 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x3398d0dc ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x4ce9d393 ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x732f8da4 ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x837e4a72 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xaaf0a187 ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xb10f615d ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xb69a6b44 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xfd90a5bc __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0xa02fb04b cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0f9d6baa cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2438c3be t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x36c537b5 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4625e617 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x48af8b08 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4ce76b43 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4ebae92c cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x608f74a4 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x63ed9908 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x79800b9e cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x7d7468aa t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa08c0f2e cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xb85032f2 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc7788f07 cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xeb186cdd cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf08fdf28 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x052b56fa cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0a9b411a cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1005e960 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x263cfc43 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2e58d904 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x389c575e cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x398ddd3c cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4d5f7673 cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50884a79 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5097ddc5 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x58bf015a cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x58c955d9 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x655a3d23 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x67408ceb cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8f3bb8f9 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xabab5b52 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb07547d4 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc571a136 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc9eb9dc7 cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd00e5a36 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe1577c05 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe782770d cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xec9a225f cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfdd940a3 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x7e0b6c7b be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xbab62e22 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xe12ab9f9 be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0635245f mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x10c70770 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x45738787 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4c901cd6 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5151f2d3 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x690854a6 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6db9e0da mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fa3eb7b mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x89681726 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x89738df7 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x97657c20 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa68e0926 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa9417610 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa91225c mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb738b4ea set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc3459752 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc4bc51f8 mlx4_set_stats_bitmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcb3f0b21 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdf2892bf mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xec61f869 mlx4_test_interrupts +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf05973dd mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x1d34d738 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x242e700a hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x2c36970d hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x6401a72d hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xb63e41b2 hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x1fc34e5b irda_register_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x27a06f62 sirdev_receive +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x588ad6d4 sirdev_raw_write +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x7d1839ca sirdev_set_dtr_rts +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x82492549 sirdev_raw_read +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x89957799 sirdev_write_complete +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x9aed1eb9 sirdev_put_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xb8183e61 sirdev_get_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xcf80d98e sirdev_set_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xf33cd789 irda_unregister_dongle +EXPORT_SYMBOL drivers/net/mdio 0x22bce513 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio 0x43e4defc mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0x7577f992 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0xa1a29548 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0xb34a7575 mdio45_ethtool_spauseparam_an +EXPORT_SYMBOL drivers/net/mdio 0xc6b1163f mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xddc98749 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/ppp/pppox 0x0dc85151 pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0x7e3815e8 register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xeeee1baa pppox_unbind_sock +EXPORT_SYMBOL drivers/net/sungem_phy 0xea466b41 sungem_phy_probe +EXPORT_SYMBOL drivers/net/usb/usbnet 0x5c93c5a4 usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0xac9d747f usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/wan/cycx_drv 0x38da4725 cycx_intr +EXPORT_SYMBOL drivers/net/wan/cycx_drv 0x62be23ea cycx_setup +EXPORT_SYMBOL drivers/net/wan/cycx_drv 0x66a4c4e6 cycx_down +EXPORT_SYMBOL drivers/net/wan/cycx_drv 0x968458a6 cycx_peek +EXPORT_SYMBOL drivers/net/wan/cycx_drv 0xb6f383de cycx_poke +EXPORT_SYMBOL drivers/net/wan/cycx_drv 0xfe7cd576 cycx_exec +EXPORT_SYMBOL drivers/net/wan/hdlc 0x36341873 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0x45aae855 hdlc_change_mtu +EXPORT_SYMBOL drivers/net/wan/hdlc 0x4656c295 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x7064596e alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0x8ba1f6fc unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0x959f7100 hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0xb6ca6290 detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xc288e9f8 attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xd862a7bd unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xeea75270 hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0xfbcdf280 hdlc_close +EXPORT_SYMBOL drivers/net/wimax/i2400m/i2400m 0x9600420b i2400m_unknown_barker +EXPORT_SYMBOL drivers/net/wireless/airo 0x7a8794dd init_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0x943ded50 stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0xeb62e276 reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x01a3cc0f ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x319c6026 ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4e2481d5 ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x53358ce3 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x5ef5b4cf ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x600ae73d ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x729b8673 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x75282261 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x8a5161e4 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x9e0fb43a ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb946c205 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc9080f3e ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xffa0e346 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x123c0d53 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1eb6c235 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x36339327 ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x395a1d75 ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4e1380ee ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4e26b698 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x6c7da075 ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x91cfb84a ath6kl_hif_rw_comp_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xa691a039 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb1d22bb3 ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xd8f9dcab ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xdf0e3690 ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k 0x652fa8b0 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k 0x67a08e8a ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k 0x91fc76f5 ath9k_hw_wow_event_to_string +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k 0xd1bf2f8a ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x112eced7 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x59275983 ath9k_cmn_update_ichannel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd4bc1967 ath9k_cmn_get_curchannel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe34d4372 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf59eadf3 ath9k_cmn_padpos +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf7fff469 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x02ee716b ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0580a4dc ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x059a381a ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0a43eade ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0be47034 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0cb1ede0 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0fe4276d ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x12bfcd79 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x14037acc ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x184cceb1 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x18619d51 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1a98337c ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1b60da66 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1c1dea33 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2037ffa9 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x20b19612 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x23038e32 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x266c37ff ath9k_hw_cfg_gpio_input +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x28421505 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x288bfe4a ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x290d014c ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x29a652f8 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2c3e3ef6 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2d0443b6 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3447974e ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x35b275c5 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x367725ad ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x36b0d50c ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3705045a ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3e5d7a18 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3f8d5174 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x440a3d38 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x446f5416 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x48b30700 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x48fab390 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x50353322 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x50ee4727 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x542eb37c ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x550fcaeb ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x57479958 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x58b63dc9 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x59dbc4b2 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5f58fea4 ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x60d92323 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x624068a4 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6527df83 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x672035e0 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6ddede44 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x70aad7bb ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x713e3e7a ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x727d59d3 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x72f362c0 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x739db1af ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x740fdf59 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x801d8159 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8b6bac67 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8b8c8e44 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8c31d49f ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8e79d484 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x90262bc4 ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91bb6b5b ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x92e6b678 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x95905f4f ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9858bd61 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x98d045bf ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x99ebd221 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa1d18ab9 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa3649b91 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xab2542dc ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xacf066d6 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xafd6c4c4 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb27eda37 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb36b72a5 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb688db90 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbe65a94d ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbf5f6a8d ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc5b8991d ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc851c68f ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc96c965d ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcebed337 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd588a0ea ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd88aad46 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd8bd4df7 ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdb12b237 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdf9f49db ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe12beea5 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe5dbbba7 ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xec4421e6 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf11f2630 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf356bfa1 ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf4c01d0c ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf7105c8f ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf82096f9 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf82f0182 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf94d8617 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfa34e88c ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfa7f408c ath9k_hw_cfg_output +EXPORT_SYMBOL drivers/net/wireless/atmel 0x7b4cc2f1 init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0x905af7bd stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0xe4707362 atmel_open +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmfmac/brcmfmac 0x160c0cb2 brcmf_sdio_probe +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmfmac/brcmfmac 0x84981f93 brcmf_sdio_remove +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x0814a340 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x1f75566f brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x4cfd7486 brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x5513fd17 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x6e04bba5 brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x781cc04e brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x79fb5d6f brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x7e0e0398 brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x8a9280dc brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x8e2969e8 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xa560a24f brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xe1f6d3fe brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x086db2e1 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0f4ebb30 hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x1723ac32 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x1cd8eff9 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x20a3370b hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x2392e8a4 prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x28669d55 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x3cd0b965 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x44aad42d hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x57c65d3d hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x5bf2a4b7 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x5cbb7fed hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x5db6ddeb hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x61d6a7e8 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x636faab0 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa12ad27f hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa95ac47e hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb05b0f8d hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb0aeab32 hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb0ee10d9 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb2a945e0 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb9938198 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xc1563a55 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xc1f51f41 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xc4c66684 hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xd007c318 hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xef329c28 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xf9539dc6 hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x064bb958 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x0b28527f libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x174465c1 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x2caa1a10 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x3a28aa43 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x3e88ba75 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x465bebc0 free_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x5e0aa9ca libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x5e41fcde libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x5e81986f libipw_change_mtu +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x768dcd3a libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x902be13c alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x91b24544 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xa56f231f libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xb0817eb8 libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xc67402a6 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xcb86d0c9 libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xd71bffc2 libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xdad72fe7 libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xdd669688 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xed5fa7d9 libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x01add84e il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0511cc10 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x05ee7264 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x099c96a3 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x09f429b8 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0cef1bf4 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x18e6b369 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1a28ec66 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1e2754dd il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x230366e4 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x24fe6214 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x25581a7b il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2da48f29 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x32d18ad2 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x32f677d6 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x36dcad8c il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3927417a il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3ee34fed il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3f3e63cc il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3feb8f50 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x40334b4d il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x45094063 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x47e4254d il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x49284cd2 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x49e2255d il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4aa39103 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4b7ea20a il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4db94938 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x503b4f78 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x50a8773e il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x55208a41 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x564c6740 il_debug_level +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x579214af il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x591dcd8c il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x59d88cfd il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5bf47348 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5e272b3c il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5fc78d69 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x62a4c3f1 il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x66361d76 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x673a0dac il_mac_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x68a9cf4b il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6a6875cf il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6a70ea91 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6df4ef95 il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6fa918c9 il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x70fd953c il_set_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x719cbbcf il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x71dea2f4 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x71e45553 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x75aaa450 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7f2d837a il_apm_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8b8251bf il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8e5e937f il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8ff5ad58 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9086d85b il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x913f40ca il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x92c565a8 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x93c67adf il_init_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x94c5e810 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x96855df4 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9843e853 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x98cdb4ea il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x99c99d05 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9ffb51aa il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa58d4589 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa5d50823 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa7adabf7 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa7e8a41f _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xaa421579 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xab3d3370 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xad32a49c il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb05f87ab il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbc494354 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbdba6a8e il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbdd5d1f8 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbf31c45f il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbfe1dce4 il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc39cf12c il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc52fea2d il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc5bb7017 il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc60bdb7e il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc87e601b il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xca94aab7 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcd7a3f2e il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xce8e0f7c il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd1245850 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd8a02d39 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd8d9a92b il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xde681fb6 il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe435493a il_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe53d9b62 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xee64e5e8 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xef1271d3 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf344e29e il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf501278b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf6330520 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf8129d83 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf8186899 il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfb75f2cd il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfc37a4df il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x08dd8699 __tracepoint_iwlwifi_dev_rx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x0c50fa2b __tracepoint_iwlwifi_dev_tx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x1ecc5465 __tracepoint_iwlwifi_err +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x2f7b7e55 __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x3b9d00d6 __tracepoint_iwlwifi_dev_ioread32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x675bcb86 __tracepoint_iwlwifi_info +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x779dd6f5 __tracepoint_iwlwifi_dev_iowrite32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x85c1bb84 __tracepoint_iwlwifi_dev_iowrite8 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x8de37664 __tracepoint_iwlwifi_dbg +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x954eb7a7 __tracepoint_iwlwifi_crit +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x963a6f8a __tracepoint_iwlwifi_dev_ucode_error +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xb8f7026f __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xe2dcc8de __tracepoint_iwlwifi_warn +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xf9ec6bdd __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x0759144a orinoco_down +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x099a9e62 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x0ac7b9df orinoco_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x185a3fa9 orinoco_open +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x1c907802 alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x1f8410e3 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x3256b45f orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x34a9b134 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x3afdd3e7 free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x49e657e1 orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x69412de4 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x6aff92db orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x86e0ef7d orinoco_get_stats +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xb030583b __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xd4e34637 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xd8200173 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xdb0cbd65 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x00cab443 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x11cb4b29 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x22708688 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x276445de rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2afbc7f6 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2c74b3f4 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2d26cc39 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3bad9763 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x417cf335 rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4194541f rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x471c528a rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4cb12565 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x59c1d450 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5ea9425f rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5faa6210 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x697689f6 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6e5ca84d rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x727d6c68 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x7da337bc rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x7e4b197c rtl92c_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x8180fe30 _rtl92c_store_pwrIndex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x841baf4b rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x85a93aea rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x892c80d3 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x892e20b7 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x8dda7817 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x8eb103e8 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9788e7db rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9bed3b90 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9fb488da rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa7f52f74 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xabd57940 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb1139740 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb1cc2306 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb3314d48 _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb5503248 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb9d04ed1 rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc01b77ec _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc460d100 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc744772c _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd3572194 _rtl92c_phy_dbm_to_txpwr_Idx +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd3f97bac _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xdbfcf6bd _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x125fedd3 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x17b92cac rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x207fbb70 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x327f3937 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x38eda523 rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x3e42ff75 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x4120613e rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x501729a6 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x5b625695 rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x657ee276 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x6c7a8182 rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x78af37fc efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x78ed2c20 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x79188a02 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x86a0076f rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x9bdf9883 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xa15a4b2a rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xa806c170 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xb0139b2b rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xb378e75a rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xba36338e rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xd035d1f8 rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xd1b558b1 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xd22bbb11 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xd7508a71 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe01da570 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe3f2c8e7 rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xefaffc98 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x02d5bb0a wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x35755dca wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x669d0c78 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xa09af994 wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/parport/parport 0x18e56dcb parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x1c7ece4c parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x26f41cd5 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0x2a8987c5 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0x2d35c9cf parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0x301c711e parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0x4262bcc6 parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x4af74e52 parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x50386a50 parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0x50d16bcc parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x54d176e5 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x55d9220f parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x7269067d parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x7c13a7c4 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x8b3d0462 parport_write +EXPORT_SYMBOL drivers/parport/parport 0x94ca9591 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x965ddd43 parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x9967ef38 parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0x9c7c57f9 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xa102ba7e parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0xa7af69ca parport_release +EXPORT_SYMBOL drivers/parport/parport 0xa8a4325e parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0xa965a3dd parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xabbf9edc parport_register_device +EXPORT_SYMBOL drivers/parport/parport 0xb65fe81a parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0xcc8a8223 parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0xd44851fe parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xd943e8b8 parport_read +EXPORT_SYMBOL drivers/parport/parport 0xdf32d499 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0xfc9b1e03 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport_pc 0x195657f1 parport_pc_unregister_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x4a2adebf parport_pc_probe_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x0e16c200 pcmcia_get_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x2ba2643f pcmcia_loop_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x43f7e969 pcmcia_request_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x4659d2c2 pcmcia_dev_present +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x4c1759bb pcmcia_write_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x6aaffc3a pcmcia_release_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x742f5665 pcmcia_parse_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x7e2c11cf pcmcia_enable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x80e1bc9c pcmcia_register_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x8526bc60 pcmcia_map_mem_page +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x8d54011e pcmcia_fixup_vpp +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x96849310 pcmcia_loop_config +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x978d2da5 pcmcia_get_mac_from_cis +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xa0988364 __pcmcia_request_exclusive_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xa8cbf21d pcmcia_unregister_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xb1d4296f pcmcia_request_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xb3ceb170 pcmcia_request_io +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xbae71a28 pcmcia_disable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xf33b6d9e pcmcia_read_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xfb8de98f pcmcia_fixup_iowidth +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x19c1c5bc pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x6ab111f3 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x7544aeb7 pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x76b02c35 pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x8179fecc pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x8a2a5d6e pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x929fc40f pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xb7d74726 pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xd5b05ee1 pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xecd91332 pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf5dac18c pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0xb2df26b6 pccard_static_ops +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0xc6577a57 pccard_nonstatic_ops +EXPORT_SYMBOL drivers/platform/x86/sony-laptop 0x5bb1e117 sony_pic_camera_command +EXPORT_SYMBOL drivers/pps/pps_core 0x19ae3165 pps_unregister_source +EXPORT_SYMBOL drivers/pps/pps_core 0x74b6f209 pps_lookup_dev +EXPORT_SYMBOL drivers/pps/pps_core 0xbee2f832 pps_event +EXPORT_SYMBOL drivers/pps/pps_core 0xfc546355 pps_register_source +EXPORT_SYMBOL drivers/ptp/ptp 0x107f0cf2 ptp_clock_unregister +EXPORT_SYMBOL drivers/ptp/ptp 0x5642ba7b ptp_clock_index +EXPORT_SYMBOL drivers/ptp/ptp 0x87a3e0b4 ptp_clock_register +EXPORT_SYMBOL drivers/ptp/ptp 0xd72bf93f ptp_clock_event +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x052860f7 pch_set_station_address +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x114b9b54 pch_rx_snap_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x504ed1a8 pch_src_uuid_lo_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x87f7056b pch_ch_event_write +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x9ad8d626 pch_ch_event_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0xa92495a7 pch_ch_control_write +EXPORT_SYMBOL drivers/ptp/ptp_pch 0xab414e22 pch_src_uuid_hi_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0xb72a1d39 pch_ch_control_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0xbc886d5b pch_tx_snap_read +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x31417803 rproc_da_to_va +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x6d98c50e rproc_add +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x7ad7ba54 rproc_boot +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x948cebcc rproc_report_crash +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xa0d56702 rproc_shutdown +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xa92912f5 rproc_put +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xbaf6aca7 rproc_alloc +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xce21a40e rproc_vq_interrupt +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xfe988bbe rproc_del +EXPORT_SYMBOL drivers/scsi/bnx2fc/bnx2fc 0xfa80d673 bnx2fc_ctlr_get_lesb +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x128368a4 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x46631816 fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x55cad156 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x5a04504e fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x63d68691 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x78a9aafa fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x7fa0265e fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x9d31ca1a fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xa898e0d3 fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xc945894f fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xfe2ffac6 fcoe_ctlr_get_fip_mode +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x025e1504 fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0390dde0 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0a3ac6ab fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0ab60eb4 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0cbe2790 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x11934166 fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x129d9043 fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1bf342b8 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1e697307 fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x24944862 fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3104f2d1 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x352258b8 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x36e5fbaf fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3f9c61df fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x46feb36c fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4d9ebba1 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x50c083b9 fc_change_queue_depth +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5297845f fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x551c1a35 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5598631b fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5c4eec80 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x636ff6bd fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x698a0de8 fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6f2d284b fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7200ee72 fc_change_queue_type +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x753d1c92 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7a460339 fc_rport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x80a4c54d fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x81cdf80f fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x856afbac fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x856e82fc fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x85b977e9 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x89355f6a fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8deec781 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8f52f455 fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9133ee8b fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x99d82cf0 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa30fc4de fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa534df5e fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa9ba7517 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb2c9d0f3 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb8e07fad fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcf0edb8d fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcf1881bd fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd451dbd2 fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe4277529 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5da1827 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xef09b1bd fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf1acb9bb fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf59946f5 fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfbbde785 fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xffdfd0e6 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x0b92e8d3 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x5c21e546 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8a87e724 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8ede69bb sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xa7d8c788 sas_wait_eh +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x2250c66e mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x512c956d mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xb2c54a77 mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x02bcb3ac osd_start_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0c17edb1 osd_sec_init_nosec_doall_caps +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x11c74717 osd_end_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1a34afc8 osd_req_read +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2abb5a6c osd_req_flush_obsd +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2ebc1aeb osd_req_write +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2ef55b53 osd_req_add_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x349707c0 osd_req_flush_collection +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x36bd4d33 osd_req_set_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x38632453 osd_req_write_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x3933ff81 osd_req_create_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x3c819178 osd_req_read_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x447427fe osd_req_decode_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x4cbe8ca3 osd_req_format +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x52f0110f osd_req_remove_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x54fc8531 osd_dev_fini +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x5e46377a osd_req_write_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x640c8475 osd_req_decode_sense_full +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6d22b4a1 osd_req_add_set_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x82bada6e osd_execute_request_async +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x8444d859 osd_req_create_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x844844d9 osd_finalize_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x859fbb1a osd_req_write_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x8e33c319 osd_req_flush_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x948d0f97 osd_req_list_collection_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x9b663a0d osd_req_read_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x9e7ed198 osd_req_read_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa41a7944 osd_req_remove_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa6bf3e05 osd_req_get_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa95fed55 osd_req_list_partition_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa9c4d32b osd_req_add_get_attr_page +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xbc7f1673 osd_auto_detect_ver +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc26bbb04 osd_dev_init +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd18c2232 osd_req_list_partition_collections +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xdc9a872a osd_execute_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe8dca60a osd_req_flush_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xfc5b907a osd_req_list_dev_partitions +EXPORT_SYMBOL drivers/scsi/osd/osd 0x5fc48609 osduld_unregister_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0x63a75f43 osduld_device_same +EXPORT_SYMBOL drivers/scsi/osd/osd 0xa008db0c osduld_device_info +EXPORT_SYMBOL drivers/scsi/osd/osd 0xc24d190b osduld_put_device +EXPORT_SYMBOL drivers/scsi/osd/osd 0xcda98cdb osduld_path_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0xe5cabcc1 osduld_info_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0xed5095ec osduld_register_test +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x05661cf6 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x07a282d5 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x0849b9e7 qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x10182af0 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x37b19920 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x49c9a612 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xaaf5ddd5 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xadbd865f qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xadf3b4ff qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xbef3e00f qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xd6718ace qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x1f55cd70 qlogicfas408_ihandl +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x34be690b qlogicfas408_queuecommand +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x3fd8cd71 qlogicfas408_detect +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x4e819e1b qlogicfas408_info +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x9358faa6 qlogicfas408_abort +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x97e42f9d qlogicfas408_disable_ints +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xe057440b qlogicfas408_biosparam +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xe76b3b20 qlogicfas408_get_chip_type +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xe8e2a949 qlogicfas408_bus_reset +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xf2b95199 qlogicfas408_setup +EXPORT_SYMBOL drivers/scsi/raid_class 0x3aac0030 raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0x49a78cad raid_class_attach +EXPORT_SYMBOL drivers/scsi/raid_class 0xc360ad6c raid_component_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x064e38c2 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x0889ba45 fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1b24c0d1 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1e12e898 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1e6e85fb fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x31f4fa30 scsi_is_fc_vport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x38a3b6a7 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x3a8589aa scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5fe6fa8a fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7954b1ea fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x973bdc0c fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xb7236552 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xdbf6ee68 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xf473b1d0 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x032c04f1 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0fe82bc7 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1391e65d sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x18c71823 sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1e3b9e5d sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2836e758 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2a07db3c sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x31471613 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x31c47662 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x321b3c2d sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5a6112f9 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x65ce246d scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7029ecf8 sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x70ba5f78 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7e136af2 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8c8194d2 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9632f61a sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x98137afa sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x98ec1bd0 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa1bf35ba sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xaa751d3b sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb2bad663 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb5f575c8 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbb8af12f sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xca7b2006 scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe33ac164 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf187acab sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf1b23967 sas_release_transport +EXPORT_SYMBOL drivers/ssb/ssb 0x006b6d12 ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x056fe154 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x30eb694b ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0x40bece99 ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x4d5b6ace ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x556459ef ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x5bede49c ssb_bus_pcibus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x6a6963a9 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x70ba0510 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x793a9052 ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x7a01945c ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x849af74c ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x8a2b014e ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0x93d1f0b3 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x95d38792 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x99a997e2 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0xb0f10180 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0xc0512e0f ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xc24fbbed ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0xcbd87c72 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0xd481192b ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xf378994e ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0xfd4152d1 __ssb_driver_register +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x0078b2bc comedi_driver_register +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x06b4a4cc comedi_driver_unregister +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x0f8712c5 comedi_buf_put +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x17af0552 comedi_buf_read_n_available +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x1b7de513 comedi_get_subdevice_runflags +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x263b342f comedi_error +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x3b85f6ad comedi_buf_write_alloc +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x4d023110 comedi_buf_write_free +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x66729812 comedi_buf_get +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x6b0cea10 comedi_buf_memcpy_to +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL drivers/staging/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL drivers/staging/comedi/comedi 0xbd842002 comedi_check_chanlist +EXPORT_SYMBOL drivers/staging/comedi/comedi 0xc72d93ba comedi_event +EXPORT_SYMBOL drivers/staging/comedi/comedi 0xcd270579 comedi_buf_read_alloc +EXPORT_SYMBOL drivers/staging/comedi/comedi 0xd5481de6 comedi_buf_memcpy_from +EXPORT_SYMBOL drivers/staging/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL drivers/staging/comedi/comedi 0xea7361ab comedi_buf_read_free +EXPORT_SYMBOL drivers/staging/comedi/drivers/8255 0x7e2ffd7f subdev_8255_init_irq +EXPORT_SYMBOL drivers/staging/comedi/drivers/8255 0x9f5ea2e3 subdev_8255_cleanup +EXPORT_SYMBOL drivers/staging/comedi/drivers/8255 0xabc699b7 subdev_8255_interrupt +EXPORT_SYMBOL drivers/staging/comedi/drivers/8255 0xb27a6370 subdev_8255_init +EXPORT_SYMBOL drivers/staging/comedi/drivers/comedi_fc 0x0e25e6a4 cfc_read_array_from_buffer +EXPORT_SYMBOL drivers/staging/comedi/drivers/comedi_fc 0x24f62c8c cfc_write_array_to_buffer +EXPORT_SYMBOL drivers/staging/comedi/drivers/comedi_fc 0xcee2f7a1 cfc_handle_events +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x04dccec9 mite_prep_dma +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x0a240681 mite_unsetup +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x13d0f873 mite_sync_output_dma +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x28ebfc1b mite_bytes_read_from_memory_lb +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x2ab2917f mite_bytes_read_from_memory_ub +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x2fa733b7 mite_request_channel_in_range +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x436dd9df mite_buf_change +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x5439613f mite_dma_tcr +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x57f2fb0b mite_sync_input_dma +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x69c3e536 mite_dma_arm +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x6cca87c8 mite_free_ring +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x6e21a459 mite_dma_disarm +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x7dce13da mite_alloc +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x9996483f mite_bytes_written_to_memory_ub +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x9b26cb58 mite_release_channel +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x9bcf255b mite_bytes_written_to_memory_lb +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0xb2cfd371 mite_setup +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0xb62cc9cf mite_setup2 +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0xcb6bb408 mite_done +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0xd5ffeb40 mite_alloc_ring +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0xe6b6f3d8 mite_get_status +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0xeb1c45b0 mite_bytes_in_transit +EXPORT_SYMBOL drivers/staging/comedi/drivers/pcm_common 0xa368d9ac comedi_pcm_cmdtest +EXPORT_SYMBOL drivers/staging/comedi/kcomedilib/kcomedilib 0x218c8d5d comedi_find_subdevice_by_type +EXPORT_SYMBOL drivers/staging/comedi/kcomedilib/kcomedilib 0x4b452aa4 comedi_close +EXPORT_SYMBOL drivers/staging/comedi/kcomedilib/kcomedilib 0x85780136 comedi_get_n_channels +EXPORT_SYMBOL drivers/staging/comedi/kcomedilib/kcomedilib 0x8e16be46 comedi_open +EXPORT_SYMBOL drivers/staging/comedi/kcomedilib/kcomedilib 0xac3aa9b0 comedi_dio_bitfield +EXPORT_SYMBOL drivers/staging/comedi/kcomedilib/kcomedilib 0xf0aab59f comedi_dio_config +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0xd9f62622 fwtty_port_get +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0xe19fdd47 fwtty_port_put +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x5350b3b2 adt7316_remove +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0xaddcb352 adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x96823fc0 ade7854_remove +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0xb61e2c70 ade7854_probe +EXPORT_SYMBOL drivers/staging/iio/ring_sw 0xa0c99249 iio_sw_rb_free +EXPORT_SYMBOL drivers/staging/iio/ring_sw 0xe9724a02 iio_sw_rb_allocate +EXPORT_SYMBOL drivers/staging/media/cxd2099/cxd2099 0xdd18ba03 cxd2099_attach +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x18c40278 go7007_snd_remove +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x1a57280f go7007_read_addr +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x433584d7 go7007_read_interrupt +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x46d48298 go7007_snd_init +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x67acc83b go7007_register_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x901ad7f1 go7007_boot_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xd2982dfc go7007_remove +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xd6e30623 go7007_parse_video_stream +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xecbefad5 go7007_alloc +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0126c4b6 rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x02183d36 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x02f3522c rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x05a573ce rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x12da67b8 rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1fafe6fe rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1fd5c418 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x20771664 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22e72739 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x24c5ff09 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2c251597 rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x316bd9f5 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x35547453 rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3577918d rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x43f2d94b rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x45468b38 free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x478f80eb rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4d5a9da2 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x533083c5 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x56c1d111 rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x56edb8ba rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5b7c9fc6 rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5cd1bd6c rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x60a05bb9 rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x664b0afc rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6762ff26 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6c5b6681 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x720d8775 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x726cb9b9 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7853a557 rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7a387142 HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7a5265cb rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7c4dc3c9 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x84243741 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x85159d31 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8f05f14c rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x904431f8 rtllib_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9298c8e8 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9888a495 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9a9aed7a rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa2230157 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa9b0866c rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xaab4a3a5 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb44b19f8 Dot11d_Channelmap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe1420f2 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe15b4a9 dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd5dd2f59 rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdd171848 rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xec41f69b rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf9fa8b8b notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfc7207e1 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x027aa12c ieee80211_start_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x03fd7481 notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0c36e9c5 ieee80211_wx_set_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x12be1eae DOT11D_ScanComplete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x26276bfc IsLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2fafdd95 ieee80211_softmac_start_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3c473f6a ieee80211_wx_get_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x403b1b7a ieee80211_disassociate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4524e7a1 ieee80211_wx_get_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x49ad6b2d Dot11d_Reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4b28c107 ieee80211_rx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4c358110 ieee80211_softmac_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x55579f2e ieee80211_wx_set_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x57b367b0 ieee80211_wx_set_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x65a2ac4e ieee80211_start_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6823b881 ToLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x683bcd84 ieee80211_reset_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6dc53197 ieee80211_wx_get_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x73918fd7 ieee80211_wx_set_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x753ede77 ieee80211_wx_get_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x755565a2 ieee80211_wx_get_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x794bacb4 ieee80211_softmac_stop_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7ce1889c ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7f52b186 ieee80211_wx_set_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8087b156 ieee80211_wx_set_rawtx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x80c8f188 ieee80211_wx_set_mlme_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x826527d5 ieee80211_wx_get_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x827b016f ieee80211_wx_set_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x86405d3b ieee80211_rx_mgt_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8cf91681 ieee80211_send_probe_requests_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8e06a6c1 ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x903f443d ieee80211_wx_set_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9250d07f ieee80211_stop_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x99f783a4 HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa20c668c ieee80211_wx_set_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa2124036 ieee80211_wx_get_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb0560564 ieee80211_wx_get_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb3741fe0 Dot11d_Init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb4fb2c9d DOT11D_GetMaxTxPwrInDbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbe61155b ieee80211_wx_get_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbff3a1fd ieee80211_txb_free_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc1f7bae7 ieee80211_is_shortslot_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc370a43e ieee80211_wlan_frequencies_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd41d8f40 ieee80211_ps_tx_ack_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd4c3a229 ieee80211_wx_set_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdc1f4301 ieee80211_wpa_supplicant_ioctl_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdcb6c16c ieee80211_wx_set_auth_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdd3ebd6d ieee80211_get_beacon_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe218a8f2 ieee80211_is_54g_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xea41d393 ieee80211_wx_set_gen_ie_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf031f8fe ieee80211_stop_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf70847fb Dot11d_UpdateCountryIe +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf91c4ac7 SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfaf9e7cc ieee80211_wx_set_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfb3adcaf ieee80211_softmac_xmit_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfc3d0db9 ieee80211_wx_get_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xff7e4757 ieee80211_wx_get_name_rsl +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0017f35f set_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x00ea0cde set_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x06d6f244 get_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x09df8f3e set_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0a8d32c3 get_bypass_slave_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1936264c set_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1d2eb8ca get_tap_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x203af1f7 reset_bypass_wd_timer_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2070f14a set_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x27b990ef get_bypass_info_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2ba7cd35 get_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2c3f1c17 get_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2f59e636 get_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2fdb893a get_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x361cf40a get_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x45ca99c3 set_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x550a188c set_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x5cb59e92 get_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x66b60122 set_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x675208c0 set_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x692623f2 get_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x75131ec6 set_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x76c0b7d0 set_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e872825 get_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e8d701e get_wd_expire_time_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x86388b07 get_bp_disc_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x93ae4648 get_wd_set_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x95e42b0d is_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9df5f807 set_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9e21f42e set_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xa689a214 get_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xae117788 get_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xc368d30d get_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xccab5de0 get_bypass_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd3e034b3 get_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9c1ccfc get_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9d38d97 set_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xe640f06e set_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xecdaa456 set_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xedcd3c1b get_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf06d67bf set_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf57c1671 get_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf693c3a1 bp_if_scan_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf8237882 get_bypass_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xfa59240d get_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05af3c4c set_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05b08a42 set_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0b0d5ce0 get_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0fc2e83c reset_bypass_wd_timer +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x123a8133 get_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x157ec89c get_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2440f05a get_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2b01d1d4 set_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2c27a2f0 set_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2da97f4b is_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2e86c67b get_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37416370 get_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37bdab27 get_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x3da96a18 get_bypass_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4025805e get_bypass_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4940a0cc get_bypass_info +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4d21ff51 get_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5147360c get_bp_disc_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x515d4df1 get_bypass_slave +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5560267e set_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5be44d44 set_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6653590c get_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6bda14ec get_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x72c618ae set_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x76d47e6f set_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x794e3815 set_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x7c6cbc16 get_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x84a263dc set_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x8a16f22c set_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x946ff795 get_wd_set_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x94f6aff2 get_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x9d1ecf73 set_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xb1385629 set_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xbff68c45 set_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xc871c561 get_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xcee528df set_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd202dd85 get_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd787f151 get_wd_expire_time +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xdb6a39d2 get_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xebd25ae5 get_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf1e9f8c1 set_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf224abd9 get_tap_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf5a591b2 set_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf643fd4c get_bp_disc_pwup +EXPORT_SYMBOL drivers/target/target_core_mod 0x02de3b18 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x096bf604 target_get_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x0b5a437e core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0x10835dcd target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x133d97f4 iscsi_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x143acf5c transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x1448668b sas_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x1495b3af core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x14ff9cb9 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x185d9939 transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x1feb63d1 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x295e7b94 fc_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x2b555c33 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x318ce53f core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x33883ba3 sas_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x3482a010 target_fabric_configfs_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x36e49a83 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x379b05ed target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0x4939a1a4 spc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x4b4fc31d core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x4cc47df1 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x4d41e9fd iscsi_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x4f92bb6f target_put_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x548c27cb fc_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x582235c8 core_tpg_del_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x58d26484 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x639e625f sas_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x65da3d2c transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x6ee412a8 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0x776dfe60 transport_check_aborted_status +EXPORT_SYMBOL drivers/target/target_core_mod 0x7dbada9d transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x8243ddcd transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x85aa880c transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x881327ff target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x8a8a7eb9 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x8bbf16fb spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x8fa4d12b transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x9333f8d3 transport_subsystem_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x9c761bea fc_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0xa0c44d92 sas_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0xa1df8a15 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xa8663a6b transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xaaed12de transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xacf947a2 target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0xad341c9e iscsi_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0xad6b3e42 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xb04aa3c7 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xb2b89e50 target_fabric_configfs_free +EXPORT_SYMBOL drivers/target/target_core_mod 0xc084bef2 iscsi_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xc3e972b2 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0xcdc9de59 transport_subsystem_release +EXPORT_SYMBOL drivers/target/target_core_mod 0xd0eabe11 target_fabric_configfs_init +EXPORT_SYMBOL drivers/target/target_core_mod 0xd180348c transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0xdfdec88a target_fabric_configfs_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xe0c6127d sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0xe1270f9f target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xe16b38c5 core_tpg_clear_object_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0xe22932cf core_tpg_add_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xe9ab2d14 fc_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xeddae154 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0xf01621c7 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf5e4d3a4 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xf71f4065 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xf729726b target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xfb26b949 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xfc667370 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xfe597ad6 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0xf2f1926b usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0xcf2df237 sl811h_driver +EXPORT_SYMBOL drivers/usb/otg/nop-usb-xceiv 0xa64a4cea usb_nop_xceiv_unregister +EXPORT_SYMBOL drivers/usb/otg/nop-usb-xceiv 0xd0e43207 usb_nop_xceiv_register +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x274b0859 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x33c60bdd usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x4fd8c5aa usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x5aa1ac7a usb_wwan_ioctl +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x5b69ec83 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x76c21bd1 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xafc32fe4 usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xb4c85c05 usb_wwan_set_termios +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xc98f3e78 usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xcfefc919 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xebd405f7 usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf544f54d usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xfd24196a usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x4274db9a usb_serial_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xef576a13 usb_serial_resume +EXPORT_SYMBOL drivers/video/backlight/generic_bl 0x366d19ef genericbl_limit_intensity +EXPORT_SYMBOL drivers/video/backlight/lcd 0x068206e2 lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xe949aa95 lcd_device_unregister +EXPORT_SYMBOL drivers/video/cyber2000fb 0x0cc3ede5 cyber2000fb_detach +EXPORT_SYMBOL drivers/video/cyber2000fb 0x534b6f18 cyber2000fb_disable_extregs +EXPORT_SYMBOL drivers/video/cyber2000fb 0xb39f68d1 cyber2000fb_enable_extregs +EXPORT_SYMBOL drivers/video/cyber2000fb 0xd65b2111 cyber2000fb_attach +EXPORT_SYMBOL drivers/video/macmodes 0x1ef3b5ef mac_find_mode +EXPORT_SYMBOL drivers/video/macmodes 0x233917d1 mac_vmode_to_var +EXPORT_SYMBOL drivers/video/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/matrox/g450_pll 0xac50923c matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/matrox/g450_pll 0xec5b4089 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/matrox/g450_pll 0xf5f25f70 g450_mnp2f +EXPORT_SYMBOL drivers/video/matrox/matroxfb_DAC1064 0x2a9c59fa matrox_mystique +EXPORT_SYMBOL drivers/video/matrox/matroxfb_DAC1064 0x611e8fb6 DAC1064_global_init +EXPORT_SYMBOL drivers/video/matrox/matroxfb_DAC1064 0x7cfea586 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/matrox/matroxfb_DAC1064 0xc046753a matrox_G100 +EXPORT_SYMBOL drivers/video/matrox/matroxfb_Ti3026 0xaf38e4ba matrox_millennium +EXPORT_SYMBOL drivers/video/matrox/matroxfb_accel 0xefec7cba matrox_cfbX_init +EXPORT_SYMBOL drivers/video/matrox/matroxfb_base 0x4f3adf49 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/matrox/matroxfb_base 0x5810edcd matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/matrox/matroxfb_base 0x86ce251f matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/matrox/matroxfb_base 0xe97802bb matroxfb_register_driver +EXPORT_SYMBOL drivers/video/matrox/matroxfb_g450 0x15202582 matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/matrox/matroxfb_g450 0x9388c999 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/matrox/matroxfb_misc 0x11c195cf matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/matrox/matroxfb_misc 0x2ac12127 matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/matrox/matroxfb_misc 0x86eb4cda matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/matrox/matroxfb_misc 0x91bde051 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/matrox/matroxfb_misc 0xa9d61827 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/mb862xx/mb862xxfb 0xd7106a12 mb862xxfb_init_accel +EXPORT_SYMBOL drivers/video/output 0x0a80814f video_output_unregister +EXPORT_SYMBOL drivers/video/output 0x5a7fb2f5 video_output_register +EXPORT_SYMBOL drivers/video/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/sis/sisfb 0x454a3cf0 sis_free +EXPORT_SYMBOL drivers/video/svgalib 0x162690ca svga_get_tilemax +EXPORT_SYMBOL drivers/video/svgalib 0x17f3f471 svga_set_default_seq_regs +EXPORT_SYMBOL drivers/video/svgalib 0x1be6dc30 svga_set_textmode_vga_regs +EXPORT_SYMBOL drivers/video/svgalib 0x3a7890c6 svga_tilecopy +EXPORT_SYMBOL drivers/video/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/svgalib 0x6e4adb1e svga_check_timings +EXPORT_SYMBOL drivers/video/svgalib 0x76eb0010 svga_tilecursor +EXPORT_SYMBOL drivers/video/svgalib 0x80f24d95 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/svgalib 0x821572f8 svga_tilefill +EXPORT_SYMBOL drivers/video/svgalib 0x8de63fb4 svga_set_timings +EXPORT_SYMBOL drivers/video/svgalib 0xb3cf5a3b svga_tileblit +EXPORT_SYMBOL drivers/video/svgalib 0xc3bef91f svga_settile +EXPORT_SYMBOL drivers/video/svgalib 0xc441567c svga_get_caps +EXPORT_SYMBOL drivers/video/svgalib 0xd1429fca svga_wseq_multi +EXPORT_SYMBOL drivers/video/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/svgalib 0xef774f5d svga_compute_pll +EXPORT_SYMBOL drivers/video/svgalib 0xf2db5956 svga_match_format +EXPORT_SYMBOL drivers/video/syscopyarea 0x9fac6e97 sys_copyarea +EXPORT_SYMBOL drivers/video/sysfillrect 0xcef90c74 sys_fillrect +EXPORT_SYMBOL drivers/video/sysimgblt 0xe273d14d sys_imageblit +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/vme/vme 0x00d7e722 vme_lm_count +EXPORT_SYMBOL drivers/vme/vme 0x072f901c vme_master_rmw +EXPORT_SYMBOL drivers/vme/vme 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL drivers/vme/vme 0x0ec5babe vme_dma_free +EXPORT_SYMBOL drivers/vme/vme 0x14936d69 vme_slot_get +EXPORT_SYMBOL drivers/vme/vme 0x20df5a3d vme_dma_pci_attribute +EXPORT_SYMBOL drivers/vme/vme 0x248d07c9 vme_master_request +EXPORT_SYMBOL drivers/vme/vme 0x2dc17396 vme_irq_handler +EXPORT_SYMBOL drivers/vme/vme 0x303e0ba2 vme_unregister_bridge +EXPORT_SYMBOL drivers/vme/vme 0x33c9aa26 vme_dma_list_exec +EXPORT_SYMBOL drivers/vme/vme 0x3495ceeb vme_irq_request +EXPORT_SYMBOL drivers/vme/vme 0x3e95083c vme_slave_get +EXPORT_SYMBOL drivers/vme/vme 0x41fb37bd vme_irq_free +EXPORT_SYMBOL drivers/vme/vme 0x46649cd1 vme_lm_set +EXPORT_SYMBOL drivers/vme/vme 0x48b99a13 vme_lm_free +EXPORT_SYMBOL drivers/vme/vme 0x4baf35a7 vme_master_get +EXPORT_SYMBOL drivers/vme/vme 0x52983a4f vme_master_write +EXPORT_SYMBOL drivers/vme/vme 0x535c8308 vme_dma_pattern_attribute +EXPORT_SYMBOL drivers/vme/vme 0x5aff4177 vme_lm_get +EXPORT_SYMBOL drivers/vme/vme 0x5e8b9436 vme_lm_request +EXPORT_SYMBOL drivers/vme/vme 0x66a8e97d vme_bus_type +EXPORT_SYMBOL drivers/vme/vme 0x6cba8db8 vme_register_bridge +EXPORT_SYMBOL drivers/vme/vme 0x79a33f85 vme_get_size +EXPORT_SYMBOL drivers/vme/vme 0x7cf35220 vme_master_free +EXPORT_SYMBOL drivers/vme/vme 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL drivers/vme/vme 0x9aeb07e8 vme_lm_attach +EXPORT_SYMBOL drivers/vme/vme 0xa2a335bd vme_alloc_consistent +EXPORT_SYMBOL drivers/vme/vme 0xa2ba2a50 vme_register_driver +EXPORT_SYMBOL drivers/vme/vme 0xa31bdf07 vme_master_set +EXPORT_SYMBOL drivers/vme/vme 0xb90611b1 vme_dma_list_free +EXPORT_SYMBOL drivers/vme/vme 0xbade1eba vme_slave_request +EXPORT_SYMBOL drivers/vme/vme 0xc02a7d47 vme_unregister_driver +EXPORT_SYMBOL drivers/vme/vme 0xc0ab4fb6 vme_new_dma_list +EXPORT_SYMBOL drivers/vme/vme 0xc31ef2ea vme_irq_generate +EXPORT_SYMBOL drivers/vme/vme 0xc5359bf2 vme_dma_list_add +EXPORT_SYMBOL drivers/vme/vme 0xca5ee09a vme_free_consistent +EXPORT_SYMBOL drivers/vme/vme 0xdff905e5 vme_slave_free +EXPORT_SYMBOL drivers/vme/vme 0xefd1624a vme_dma_free_attribute +EXPORT_SYMBOL drivers/vme/vme 0xf5a10e25 vme_slave_set +EXPORT_SYMBOL drivers/vme/vme 0xf75f8b7e vme_dma_request +EXPORT_SYMBOL drivers/vme/vme 0xfacd8e72 vme_dma_vme_attribute +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x42e0e691 w1_ds2760_read +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x4a505892 w1_ds2760_recall_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x4fa016d3 w1_ds2760_write +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xd607fef7 w1_ds2760_store_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xc5b6e6db w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xd7e80574 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x67709500 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xd5ca022d w1_ds2781_io +EXPORT_SYMBOL drivers/w1/wire 0x02cb074f w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0x61af2b31 w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0x7645e470 w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0xa7c3d37d w1_register_family +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0x04e133fc iTCO_vendor_check_noreboot_on +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xa78bd894 iTCO_vendor_pre_set_heartbeat +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xb5f20875 iTCO_vendor_pre_keepalive +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xc4f657bf iTCO_vendor_pre_stop +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xdc6effc9 iTCO_vendor_pre_start +EXPORT_SYMBOL fs/btrfs/btrfs 0x02897198 ulist_add +EXPORT_SYMBOL fs/btrfs/btrfs 0x09dceb4d ulist_free +EXPORT_SYMBOL fs/btrfs/btrfs 0x09fa4bcc ulist_init +EXPORT_SYMBOL fs/btrfs/btrfs 0x34b9e4c4 ulist_fini +EXPORT_SYMBOL fs/btrfs/btrfs 0x35490e9d ulist_next +EXPORT_SYMBOL fs/btrfs/btrfs 0xe4423912 ulist_alloc +EXPORT_SYMBOL fs/btrfs/btrfs 0xedf03da5 ulist_reinit +EXPORT_SYMBOL fs/configfs/configfs 0x12ba2a96 configfs_undepend_item +EXPORT_SYMBOL fs/configfs/configfs 0x1e792b1e config_item_set_name +EXPORT_SYMBOL fs/configfs/configfs 0x1eda02f7 config_item_get +EXPORT_SYMBOL fs/configfs/configfs 0x23c0485f config_group_init +EXPORT_SYMBOL fs/configfs/configfs 0x3e70d03e configfs_register_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x4c4b6dd1 config_item_put +EXPORT_SYMBOL fs/configfs/configfs 0x5ac48cd1 config_group_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x660a8205 configfs_unregister_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x6760555f config_item_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x93175453 config_group_find_item +EXPORT_SYMBOL fs/configfs/configfs 0x97375832 config_item_init +EXPORT_SYMBOL fs/configfs/configfs 0xf4b79ca9 configfs_depend_item +EXPORT_SYMBOL fs/exofs/libore 0x011500ad ore_calc_stripe_info +EXPORT_SYMBOL fs/exofs/libore 0x28806871 ore_verify_layout +EXPORT_SYMBOL fs/exofs/libore 0x303ff72b ore_truncate +EXPORT_SYMBOL fs/exofs/libore 0x415f22ce ore_put_io_state +EXPORT_SYMBOL fs/exofs/libore 0x42a10a7c ore_write +EXPORT_SYMBOL fs/exofs/libore 0x49af7050 ore_create +EXPORT_SYMBOL fs/exofs/libore 0x6b4b1c36 ore_get_rw_state +EXPORT_SYMBOL fs/exofs/libore 0x91cd1d71 ore_remove +EXPORT_SYMBOL fs/exofs/libore 0xa00814f6 extract_attr_from_ios +EXPORT_SYMBOL fs/exofs/libore 0xa3d2a634 g_attr_logical_length +EXPORT_SYMBOL fs/exofs/libore 0xd27df358 ore_check_io +EXPORT_SYMBOL fs/exofs/libore 0xd690245f ore_read +EXPORT_SYMBOL fs/exofs/libore 0xf5eececa ore_get_io_state +EXPORT_SYMBOL fs/fscache/fscache 0x0792df82 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x07d9b576 fscache_wait_bit_interruptible +EXPORT_SYMBOL fs/fscache/fscache 0x0cdb270e fscache_object_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x0fec14d4 __fscache_uncache_page +EXPORT_SYMBOL fs/fscache/fscache 0x165213ad __fscache_register_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x1f3c66f5 __fscache_maybe_release_page +EXPORT_SYMBOL fs/fscache/fscache 0x27f23d4b fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x2cb4c0f5 __fscache_read_or_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x3fc23318 fscache_wait_bit +EXPORT_SYMBOL fs/fscache/fscache 0x4334bae0 fscache_mark_pages_cached +EXPORT_SYMBOL fs/fscache/fscache 0x50cf48bb __fscache_check_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x5481d555 __fscache_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x699d2b85 fscache_obtained_object +EXPORT_SYMBOL fs/fscache/fscache 0x7220dbd4 fscache_mark_page_cached +EXPORT_SYMBOL fs/fscache/fscache 0x73572618 fscache_enqueue_operation +EXPORT_SYMBOL fs/fscache/fscache 0x74530ecd fscache_op_debug_id +EXPORT_SYMBOL fs/fscache/fscache 0x86f8894f fscache_object_states +EXPORT_SYMBOL fs/fscache/fscache 0x89bf172d fscache_check_aux +EXPORT_SYMBOL fs/fscache/fscache 0x99954051 __fscache_uncache_all_inode_pages +EXPORT_SYMBOL fs/fscache/fscache 0xa29cbdce fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0xa587e68a __fscache_update_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xa9553607 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0xaa706aa8 fscache_fsdef_index +EXPORT_SYMBOL fs/fscache/fscache 0xabdb212a fscache_put_operation +EXPORT_SYMBOL fs/fscache/fscache 0xabea6c79 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xafc0a837 __fscache_unregister_netfs +EXPORT_SYMBOL fs/fscache/fscache 0xcceb3c43 fscache_object_work_func +EXPORT_SYMBOL fs/fscache/fscache 0xdb11c2b1 __fscache_attr_changed +EXPORT_SYMBOL fs/fscache/fscache 0xdffb64a3 __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0xdffc8a34 __fscache_wait_on_page_write +EXPORT_SYMBOL fs/fscache/fscache 0xe1231b61 __fscache_wait_on_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0xe74bdba6 fscache_cache_cleared_wq +EXPORT_SYMBOL fs/fscache/fscache 0xedb4c5bc __fscache_write_page +EXPORT_SYMBOL fs/fscache/fscache 0xf4415a0a __fscache_read_or_alloc_pages +EXPORT_SYMBOL fs/fscache/fscache 0xfa4360a8 fscache_init_cache +EXPORT_SYMBOL fs/fscache/fscache 0xfe64ed39 fscache_op_complete +EXPORT_SYMBOL fs/nfsd/nfsd 0x13d93eda nfs4_acl_posix_to_nfsv4 +EXPORT_SYMBOL fs/nfsd/nfsd 0x2095976a nfs4_acl_new +EXPORT_SYMBOL fs/nfsd/nfsd 0x35e33c1e nfs4_acl_write_who +EXPORT_SYMBOL fs/nfsd/nfsd 0x5a157ae4 nfs4_acl_get_whotype +EXPORT_SYMBOL fs/nfsd/nfsd 0x83585203 nfs4_acl_nfsv4_to_posix +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x5b72aec1 qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x903d3372 qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0xd843806e qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xf6601cbb qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xff023586 qtree_release_dquot +EXPORT_SYMBOL lib/cordic 0x434bfd07 cordic_calc_iq +EXPORT_SYMBOL lib/crc-ccitt 0x1a703ba1 crc_ccitt +EXPORT_SYMBOL lib/crc-ccitt 0x75811312 crc_ccitt_table +EXPORT_SYMBOL lib/crc-itu-t 0x6d356209 crc_itu_t +EXPORT_SYMBOL lib/crc-itu-t 0xd29b009f crc_itu_t_table +EXPORT_SYMBOL lib/crc7 0x6c1f6fee crc7 +EXPORT_SYMBOL lib/crc7 0xd80c3603 crc7_syndrome_table +EXPORT_SYMBOL lib/crc8 0xab9ad613 crc8_populate_lsb +EXPORT_SYMBOL lib/crc8 0xd09b2cba crc8 +EXPORT_SYMBOL lib/crc8 0xd4534d80 crc8_populate_msb +EXPORT_SYMBOL lib/libcrc32c 0x27000b29 crc32c +EXPORT_SYMBOL lib/lru_cache 0x0d142dea lc_is_used +EXPORT_SYMBOL lib/lru_cache 0x4bde76ad lc_find +EXPORT_SYMBOL lib/lru_cache 0x4c3b89f9 lc_get +EXPORT_SYMBOL lib/lru_cache 0x6318e6cf lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0x63e9d900 lc_put +EXPORT_SYMBOL lib/lru_cache 0x645a7756 lc_committed +EXPORT_SYMBOL lib/lru_cache 0x94dca844 lc_set +EXPORT_SYMBOL lib/lru_cache 0x9684bdc9 lc_index_of +EXPORT_SYMBOL lib/lru_cache 0xa11372c3 lc_reset +EXPORT_SYMBOL lib/lru_cache 0xb717bddd lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0xc5424321 lc_del +EXPORT_SYMBOL lib/lru_cache 0xcb1419b5 lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0xceda4d8d lc_destroy +EXPORT_SYMBOL lib/lru_cache 0xd13109cc lc_create +EXPORT_SYMBOL lib/lru_cache 0xfdd6a93a lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0xff65355b lc_try_get +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0bd662f6 raid6_gfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x15fe0cd3 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x5ba93f9d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xb0d904b7 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xce45a6f1 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd9e91f83 raid6_vgfmul +EXPORT_SYMBOL lib/zlib_deflate/zlib_deflate 0x315c65fd zlib_deflateInit2 +EXPORT_SYMBOL lib/zlib_deflate/zlib_deflate 0x48034724 zlib_deflateReset +EXPORT_SYMBOL lib/zlib_deflate/zlib_deflate 0xaf64ad0d zlib_deflate +EXPORT_SYMBOL lib/zlib_deflate/zlib_deflate 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL lib/zlib_deflate/zlib_deflate 0xf741c793 zlib_deflateEnd +EXPORT_SYMBOL net/802/p8022 0x2885627a unregister_8022_client +EXPORT_SYMBOL net/802/p8022 0x747b9dae register_8022_client +EXPORT_SYMBOL net/802/p8023 0xc414d86d destroy_8023_client +EXPORT_SYMBOL net/802/p8023 0xc6e63580 make_8023_client +EXPORT_SYMBOL net/802/psnap 0x08114839 unregister_snap_client +EXPORT_SYMBOL net/802/psnap 0x9e1104a6 register_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x0cb0afc2 p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0x0e1bef38 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x11dad104 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x1a66e076 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x1fd026ea p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x26951ee6 p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x2abb1065 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x3037fc46 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x3361711c p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x35d1e27e p9_idpool_get +EXPORT_SYMBOL net/9p/9pnet 0x399d5e6f p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0x3aeaa2d6 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x3ce4b923 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x41453f24 v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x4a5d2470 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x54f0822d p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0x54fd2537 p9_payload_gup +EXPORT_SYMBOL net/9p/9pnet 0x574f36e4 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0x694d34d2 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0x7477175a p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x75d51f71 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x7be934ab p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x7f147695 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0x896da316 p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x97572e93 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x977a0030 p9_nr_pages +EXPORT_SYMBOL net/9p/9pnet 0x9ab10697 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x9c964743 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0x9d35fadd p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0xa74eb2d9 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0xa8abc8e3 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0xab7d8e69 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0xaddbb035 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0xaf50dc53 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xbf084afb p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0xc29b9e97 p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0xc5db54a9 p9_idpool_destroy +EXPORT_SYMBOL net/9p/9pnet 0xc88d3342 p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0xd7c8ad18 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0xdd070d6b p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0xdd38330e p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0xe1207ffc p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xeb8a716e v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0xefd0dc51 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0xf4a111d8 p9_idpool_create +EXPORT_SYMBOL net/9p/9pnet 0xf583e830 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0xf6303891 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0xf84f2022 p9_idpool_put +EXPORT_SYMBOL net/9p/9pnet 0xfc3ebc2a v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0xfd40c79d p9_idpool_check +EXPORT_SYMBOL net/appletalk/appletalk 0x16bec16a atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0x36025350 atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0xa558802b aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0xff821d10 alloc_ltalkdev +EXPORT_SYMBOL net/atm/atm 0x09a9b7f9 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0x0a50e15e atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x5d136e16 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x5d35b21c atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x5ffe5ce2 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x6b6219e2 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x7c9ccf18 deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x7ed4bac3 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0x93136f41 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0x9937f8fa atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x9ec73756 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xa0bd6e71 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xcc6151f4 atm_charge +EXPORT_SYMBOL net/atm/atm 0xec218fc5 vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/atm/atm 0xfd5a43f3 vcc_release_async +EXPORT_SYMBOL net/ax25/ax25 0x026c1368 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x13e0d5e8 ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0x1ec02f6e ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x35deffe1 ax25_rebuild_header +EXPORT_SYMBOL net/ax25/ax25 0x3c4587d9 ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x83ef818c ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0x92fca7dd ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x99f9c5ad ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0x9bc64d06 ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xc6b09e20 ax25_hard_header +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xf656e6df ax25_find_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x045803d4 hci_alloc_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0acaeff5 bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0ad52db8 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0d16089b bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x152f248c hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x241c7432 hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x282eac76 bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x33acc74c bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3acb0e47 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4390b752 bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4e40c4aa hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5139592e bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x60b39bd2 hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x65707a1e hci_conn_put_device +EXPORT_SYMBOL net/bluetooth/bluetooth 0x75cdb6b3 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7c640527 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x875d461c hci_conn_hold_device +EXPORT_SYMBOL net/bluetooth/bluetooth 0x91c9a325 bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x920c471f bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9687751a bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9702ecb0 bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0xaf2b2b1c hci_recv_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb34d9946 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb58a7a6e bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb61a0c3b bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbe6b1a24 hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc196317f hci_recv_stream_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc6fb99ff hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcb9b65af bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc1fb551 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc8d3b64 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd1c369f2 hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdf41b909 bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe3131b98 hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf0341c0d hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf19294db bt_sock_unregister +EXPORT_SYMBOL net/bridge/bridge 0xe6047636 br_should_route_hook +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x77638e66 ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x7a5e83d8 ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x86e1ee8c ebt_do_table +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x29415314 caif_connect_client +EXPORT_SYMBOL net/caif/caif 0x2a09f713 cfpkt_fromnative +EXPORT_SYMBOL net/caif/caif 0x329dbd06 cfpkt_info +EXPORT_SYMBOL net/caif/caif 0x38701a7c cfcnfg_del_phy_layer +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x5dcc9365 caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0x69ff9293 get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0x6a44fc70 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x966d7de2 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xc75cc3a8 cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0xdadbe4a1 caif_enroll_dev +EXPORT_SYMBOL net/can/can 0x211c8654 can_rx_register +EXPORT_SYMBOL net/can/can 0x52cd0cc9 can_rx_unregister +EXPORT_SYMBOL net/can/can 0x915ce441 can_send +EXPORT_SYMBOL net/can/can 0xd1d3ade5 can_proto_register +EXPORT_SYMBOL net/can/can 0xe113af5f can_proto_unregister +EXPORT_SYMBOL net/can/can 0xfdde3ed1 can_ioctl +EXPORT_SYMBOL net/ceph/libceph 0x052ca7a9 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x06ae8d7b ceph_osdc_build_request +EXPORT_SYMBOL net/ceph/libceph 0x07d218ae ceph_osdc_writepages +EXPORT_SYMBOL net/ceph/libceph 0x09290ab3 ceph_debugfs_init +EXPORT_SYMBOL net/ceph/libceph 0x0bd5dcf4 ceph_calc_pg_primary +EXPORT_SYMBOL net/ceph/libceph 0x0c5cc0f1 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x0d61c270 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0x1312d90d ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0x184d8e92 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x18f1b7a2 __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x197effcb ceph_osdc_release_request +EXPORT_SYMBOL net/ceph/libceph 0x222a07f6 ceph_osdc_set_request_linger +EXPORT_SYMBOL net/ceph/libceph 0x28c37d7d ceph_osdc_wait_event +EXPORT_SYMBOL net/ceph/libceph 0x2b10d4ba ceph_messenger_init +EXPORT_SYMBOL net/ceph/libceph 0x2b196ead ceph_copy_page_vector_to_user +EXPORT_SYMBOL net/ceph/libceph 0x32fed5ff ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x330f7e4e ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x3a9f6b67 ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x3abec91f ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x3fa7680c ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x4205ffd7 ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0x43e458f6 ceph_file_part +EXPORT_SYMBOL net/ceph/libceph 0x44f3669d ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x4a283545 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x4b05b41f ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x50c29f3b ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode +EXPORT_SYMBOL net/ceph/libceph 0x570ceb67 ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x5bf2aeb9 ceph_osdc_stop +EXPORT_SYMBOL net/ceph/libceph 0x5eeb76e5 ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x6248079c ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x70027317 ceph_osdc_put_event +EXPORT_SYMBOL net/ceph/libceph 0x7168baf8 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0x77692acb ceph_msg_last_put +EXPORT_SYMBOL net/ceph/libceph 0x7bb2728d ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x7e601f6b ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x8197158d ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x81cbb997 ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0x81eae1b6 ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0x87b33327 ceph_calc_object_layout +EXPORT_SYMBOL net/ceph/libceph 0x8be36e45 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0x91cb8e5e ceph_calc_raw_layout +EXPORT_SYMBOL net/ceph/libceph 0x93756a8d ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x941cb6fc ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x9d875f37 ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x9f249c35 ceph_client_id +EXPORT_SYMBOL net/ceph/libceph 0x9f534f4d ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xa366f122 ceph_osdc_cancel_event +EXPORT_SYMBOL net/ceph/libceph 0xa74d351b ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xadad0d9e ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0xae2ca384 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb5e0e3b9 ceph_osdc_init +EXPORT_SYMBOL net/ceph/libceph 0xb6081d6d ceph_msgr_exit +EXPORT_SYMBOL net/ceph/libceph 0xbac951e6 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0xc0cddea5 ceph_osdc_create_event +EXPORT_SYMBOL net/ceph/libceph 0xc4a80955 ceph_debugfs_cleanup +EXPORT_SYMBOL net/ceph/libceph 0xc55de604 ceph_parse_options +EXPORT_SYMBOL net/ceph/libceph 0xc9f82b38 ceph_msgr_init +EXPORT_SYMBOL net/ceph/libceph 0xcb50a624 ceph_parse_ips +EXPORT_SYMBOL net/ceph/libceph 0xccfd4ba3 ceph_monc_got_mdsmap +EXPORT_SYMBOL net/ceph/libceph 0xd18f77a0 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xd2c107bb ceph_flags_to_mode +EXPORT_SYMBOL net/ceph/libceph 0xd35662df ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0xd4bcfda2 ceph_osdc_unregister_linger_request +EXPORT_SYMBOL net/ceph/libceph 0xd52629f3 ceph_monc_create_snapid +EXPORT_SYMBOL net/ceph/libceph 0xdd85e947 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0xe3fdf8d7 ceph_osdc_readpages +EXPORT_SYMBOL net/ceph/libceph 0xe6e899f4 ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0xe751c4f4 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0xed229339 ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0xef5962a4 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0xf09d3575 ceph_get_direct_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xf22d9087 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0xf5774cba ceph_pagelist_truncate +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x8c65235f dccp_syn_ack_timeout +EXPORT_SYMBOL net/ieee802154/ieee802154 0x0a1264bf ieee802154_nl_assoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x163b249f ieee802154_nl_disassoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x22f84fda wpan_phy_alloc +EXPORT_SYMBOL net/ieee802154/ieee802154 0x3f61b44f wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0x57008d6e wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0x60920c8f ieee802154_nl_start_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x6c8693c1 ieee802154_nl_scan_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x86fc312a ieee802154_nl_disassoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x9bd68952 ieee802154_nl_beacon_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xc5cf2ddd wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0xcfd6353a wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0xebc67d3c wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0xf0f154fa ieee802154_nl_assoc_indic +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x5e3e9ac3 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xe6bafef7 arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xec497fc0 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x0ebb19b7 ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x9c7c52f9 ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xdf994046 ipt_unregister_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x8f4d463b xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0xb60a65e9 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xd2bf5b5d ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xd541934e ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x599f4cbe ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x7756c22c ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xea0204f8 ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x56e221b1 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0x7ea3f775 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xd242c858 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xd5991d04 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x0a27fb46 ircomm_data_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x0dff9bd3 ircomm_connect_response +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x292620db ircomm_control_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x4f7433e9 ircomm_flow_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x7585d730 ircomm_disconnect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x8a7917fd ircomm_connect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xb5939421 ircomm_open +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xbfff3ff7 ircomm_close +EXPORT_SYMBOL net/irda/irda 0x06a3ee58 irias_new_integer_value +EXPORT_SYMBOL net/irda/irda 0x07d3647c irlmp_register_service +EXPORT_SYMBOL net/irda/irda 0x09f58a8b hashbin_lock_find +EXPORT_SYMBOL net/irda/irda 0x11440c4a irlmp_connect_response +EXPORT_SYMBOL net/irda/irda 0x1701a6aa irlmp_data_request +EXPORT_SYMBOL net/irda/irda 0x2036ad06 irda_param_insert +EXPORT_SYMBOL net/irda/irda 0x2362c941 irttp_connect_response +EXPORT_SYMBOL net/irda/irda 0x26e6b539 irias_add_string_attrib +EXPORT_SYMBOL net/irda/irda 0x2a9b042a irda_device_set_media_busy +EXPORT_SYMBOL net/irda/irda 0x34c818bb async_unwrap_char +EXPORT_SYMBOL net/irda/irda 0x36e6c669 alloc_irdadev +EXPORT_SYMBOL net/irda/irda 0x3b6d5f65 hashbin_remove_this +EXPORT_SYMBOL net/irda/irda 0x42a9904d irias_delete_object +EXPORT_SYMBOL net/irda/irda 0x448b8aaa irda_qos_bits_to_value +EXPORT_SYMBOL net/irda/irda 0x46c1c4a2 irlmp_unregister_service +EXPORT_SYMBOL net/irda/irda 0x51a88784 iriap_open +EXPORT_SYMBOL net/irda/irda 0x53458e97 irlmp_connect_request +EXPORT_SYMBOL net/irda/irda 0x5740c39e async_wrap_skb +EXPORT_SYMBOL net/irda/irda 0x5ca602e1 irttp_connect_request +EXPORT_SYMBOL net/irda/irda 0x615ee918 irias_new_object +EXPORT_SYMBOL net/irda/irda 0x66ef7db3 irias_add_integer_attrib +EXPORT_SYMBOL net/irda/irda 0x682c5421 irttp_dup +EXPORT_SYMBOL net/irda/irda 0x6b043eba irda_init_max_qos_capabilies +EXPORT_SYMBOL net/irda/irda 0x7042bc54 irlmp_register_client +EXPORT_SYMBOL net/irda/irda 0x72bf4e66 irlmp_open_lsap +EXPORT_SYMBOL net/irda/irda 0x73ceb167 irlap_open +EXPORT_SYMBOL net/irda/irda 0x763e54a4 irlmp_unregister_client +EXPORT_SYMBOL net/irda/irda 0x76ef9f52 irias_insert_object +EXPORT_SYMBOL net/irda/irda 0x7957f728 irlmp_update_client +EXPORT_SYMBOL net/irda/irda 0x7d23ba03 irttp_flow_request +EXPORT_SYMBOL net/irda/irda 0x7d2a6e0d irttp_close_tsap +EXPORT_SYMBOL net/irda/irda 0x7dabe31e hashbin_remove +EXPORT_SYMBOL net/irda/irda 0x7fb81606 irias_add_octseq_attrib +EXPORT_SYMBOL net/irda/irda 0x86435e2c iriap_getvaluebyclass_request +EXPORT_SYMBOL net/irda/irda 0x86b5f4ce hashbin_delete +EXPORT_SYMBOL net/irda/irda 0x87e2decc irlmp_close_lsap +EXPORT_SYMBOL net/irda/irda 0x8a4549c7 irttp_udata_request +EXPORT_SYMBOL net/irda/irda 0x8b69b459 hashbin_get_next +EXPORT_SYMBOL net/irda/irda 0x91815586 irda_param_pack +EXPORT_SYMBOL net/irda/irda 0x993ad14b irda_param_extract_all +EXPORT_SYMBOL net/irda/irda 0xa4548c32 hashbin_insert +EXPORT_SYMBOL net/irda/irda 0xad66e1db hashbin_get_first +EXPORT_SYMBOL net/irda/irda 0xb667583d irttp_open_tsap +EXPORT_SYMBOL net/irda/irda 0xb9394173 irias_delete_value +EXPORT_SYMBOL net/irda/irda 0xbcd3ef13 irias_object_change_attribute +EXPORT_SYMBOL net/irda/irda 0xbe40ace9 irlmp_discovery_request +EXPORT_SYMBOL net/irda/irda 0xc310cf21 hashbin_new +EXPORT_SYMBOL net/irda/irda 0xc666accb irlap_close +EXPORT_SYMBOL net/irda/irda 0xc86dc889 proc_irda +EXPORT_SYMBOL net/irda/irda 0xc8a80e79 irda_notify_init +EXPORT_SYMBOL net/irda/irda 0xd1ae6745 irias_find_object +EXPORT_SYMBOL net/irda/irda 0xd57045a8 hashbin_find +EXPORT_SYMBOL net/irda/irda 0xd6deeaae irda_setup_dma +EXPORT_SYMBOL net/irda/irda 0xde4c6b3c irlmp_service_to_hint +EXPORT_SYMBOL net/irda/irda 0xe4cdf086 irttp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0xedd521c2 irlmp_get_discoveries +EXPORT_SYMBOL net/irda/irda 0xf282c9a8 irttp_data_request +EXPORT_SYMBOL net/irda/irda 0xf49fa24f irlmp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0xf94dc4fb iriap_close +EXPORT_SYMBOL net/l2tp/l2tp_core 0x250d394e l2tp_recv_common +EXPORT_SYMBOL net/lapb/lapb 0x19caed33 lapb_register +EXPORT_SYMBOL net/lapb/lapb 0x1aa77cbb lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0x2fb19a31 lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0x6b6c15ec lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0x7f4fbca3 lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0xab392270 lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0xd5b73ee9 lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0xfc7e68d8 lapb_disconnect_request +EXPORT_SYMBOL net/llc/llc 0x1152d136 llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x266e2b2f llc_sap_open +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x5e29fc83 llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0x6c6cdb31 llc_sap_list_lock +EXPORT_SYMBOL net/llc/llc 0x8606c52c llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0xc231c371 llc_sap_close +EXPORT_SYMBOL net/llc/llc 0xc900b5df llc_sap_find +EXPORT_SYMBOL net/llc/llc 0xfc564faf llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/mac80211/mac80211 0x0066d279 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x038f9062 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x0c04cdc4 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x10646cd8 ieee80211_enable_dyn_ps +EXPORT_SYMBOL net/mac80211/mac80211 0x12167464 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x158974b3 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x18a88130 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x1e8b2b42 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x22eeacab ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x22f320cc ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x244a60d7 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x26cc52eb ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x300bab5b ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x3263867d ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x3686d6f8 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0x389e70cd ieee80211_napi_schedule +EXPORT_SYMBOL net/mac80211/mac80211 0x3c19e1cd ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x3f4e955f ieee80211_alloc_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x403225de ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x4201a19a ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x4f353033 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x500f36ee ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x51b13305 ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x5bfce0f5 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x5c28cca5 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x5e96039f ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x5f2938f1 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x658b4647 ieee80211_sta_eosp_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x70521cc8 ieee80211_napi_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x719094a1 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x7344e354 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x772239ed ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x77f22bfc ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x83a24c29 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x8e777f17 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x8f326faa ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x901dbaad __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x90c0fc08 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x9caa96bd ieee80211_rx +EXPORT_SYMBOL net/mac80211/mac80211 0x9fff93f1 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0xa14aeba6 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xa20e9689 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xa5ac5a2e ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0xaa157485 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0xaa32f56d ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0xaf5ed0ed ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xb2c3a57c ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0xb911a2df ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xbb115fe5 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xbdd57d8d ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0xbecd30dd __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xbfca72f1 rate_control_send_low +EXPORT_SYMBOL net/mac80211/mac80211 0xc7e9782e ieee80211_get_key_tx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xc864ffa4 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xc9df33dc ieee80211_disable_dyn_ps +EXPORT_SYMBOL net/mac80211/mac80211 0xd28bf625 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0xdd6634ed __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xddb47d52 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xde838ad0 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xe212efbb ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0xe29d18ff ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0xee79bd2a ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xee9d7f34 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xef0af0be ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0xf27c0e53 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xf395de03 ieee80211_aes_cmac_calculate_k1_k2 +EXPORT_SYMBOL net/mac80211/mac80211 0xf66af6a8 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xf698913c ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0xf99b5778 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xf9af89a1 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac802154/mac802154 0x0033621f ieee802154_alloc_device +EXPORT_SYMBOL net/mac802154/mac802154 0x54034190 ieee802154_register_device +EXPORT_SYMBOL net/mac802154/mac802154 0x89dd1580 ieee802154_unregister_device +EXPORT_SYMBOL net/mac802154/mac802154 0xd6b2b1eb ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0xec5dbc1e ieee802154_free_device +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x156a2e44 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x191ea3df ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1ae7d965 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4eb2d4b0 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x513261d1 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x6fd2a395 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x74fbd953 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xbc1e9e21 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd1231ce9 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd3b595f2 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe30fa60d ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xef52c077 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf4928d48 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf58c80cc ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x834291a5 nf_conntrack_untracked +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x99684237 __nf_ct_ext_add_length +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xd1c21145 __nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack_proto_gre 0x99b5695a nf_ct_gre_keymap_flush +EXPORT_SYMBOL net/netfilter/nf_nat 0x798fc027 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0x7e3212c1 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x8447f82e __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xc28152eb nf_nat_used_tuple +EXPORT_SYMBOL net/netfilter/nf_nat 0xce2fece7 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0xf015d4a5 nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/x_tables 0x07c2409b xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x08c473b7 xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x2340adbe xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x253e8b44 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x46cf615e xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x69d904e3 xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x91cea56d xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xb28f5ef1 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xbdce1cba xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0xcd021f8e xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0xe0bdb13a xt_find_target +EXPORT_SYMBOL net/netfilter/x_tables 0xe3d9a155 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0xe8d79f51 xt_register_matches +EXPORT_SYMBOL net/nfc/hci/hci 0x036b9b94 nfc_hci_send_response +EXPORT_SYMBOL net/nfc/hci/hci 0x09f2cacc nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0x0c98975c nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x0f7e26b7 nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x215ed014 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0x2d5378bc nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0x43028a27 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x567072ac nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0x5d4ebcc8 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0x70d21caf nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x84b06400 nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0x8cad16d4 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x90ba8602 nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x9cc97702 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xbca0b4fd nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xc563169e nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0xce910c28 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0xd42df73d nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0xec4c7dc7 nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xf0ce2807 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/nci/nci 0x9456eb72 nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x9a7a7974 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xc28b69af nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0xf101b6ab nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0xff06be04 nci_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x022088ea nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x07ebc4a9 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0x0b5082f4 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0x24d314c7 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x3090a605 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x462b2510 nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0x6075a9e1 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0x821aef78 nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0xab1ace35 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0xb09abf5b nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xb5a5f5de nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0xb789de70 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0xc430e810 nfc_class +EXPORT_SYMBOL net/nfc/nfc 0xcbda9108 nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0xdb2dac66 nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0xefbc778a nfc_proto_register +EXPORT_SYMBOL net/phonet/phonet 0x29592a64 pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0x4c122d59 phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0x5c1b6df4 pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0x5c8a99d8 phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0xbf5904b6 phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0xea101f03 pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0xee792d6f phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0xf2bbefae pn_sock_unhash +EXPORT_SYMBOL net/rds/rds 0x7505d413 rds_str_array +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x1c7562ef rxrpc_kernel_reject_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x24109efc rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x24f5190b rxrpc_kernel_accept_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x5509b0eb rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x564830f3 rxrpc_kernel_is_data_last +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x5ceace6c rxrpc_kernel_data_delivered +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x75216ef2 rxrpc_kernel_free_skb +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x8c929c2a rxrpc_kernel_intercept_rx_messages +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x9c39e733 rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xa3734af9 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xa5bbf550 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xb56129c9 rxrpc_kernel_get_abort_code +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xbba64d5e rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xca2b2739 rxrpc_kernel_get_error_number +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xf42cbf89 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/sctp/sctp 0x995606d9 sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/sunrpc 0x6007dddb svc_pool_stats_open +EXPORT_SYMBOL net/wanrouter/wanrouter 0x0ebe03d1 unregister_wan_device +EXPORT_SYMBOL net/wanrouter/wanrouter 0x43339724 register_wan_device +EXPORT_SYMBOL net/wimax/wimax 0x5e2780b2 wimax_reset +EXPORT_SYMBOL net/wimax/wimax 0xa12a3f3f wimax_rfkill +EXPORT_SYMBOL net/wireless/cfg80211 0x0051456e cfg80211_send_disassoc +EXPORT_SYMBOL net/wireless/cfg80211 0x023bae74 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0x0279886b cfg80211_report_obss_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x09c64fbd ieee80211_frequency_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x09f7eab4 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x0aff820c cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x0f31fde7 cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x0f44abb4 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x12db40fb cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x15de9a8b cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x19040a46 cfg80211_testmode_event +EXPORT_SYMBOL net/wireless/cfg80211 0x19e03378 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0x20e9bef3 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0x23c549e3 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0x2612d4a8 cfg80211_del_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x26e406a0 cfg80211_send_rx_auth +EXPORT_SYMBOL net/wireless/cfg80211 0x2933319d cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x2944eb15 cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0x2f2917f9 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x37610879 wiphy_new +EXPORT_SYMBOL net/wireless/cfg80211 0x3c2217de cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x4227410a cfg80211_testmode_reply +EXPORT_SYMBOL net/wireless/cfg80211 0x433cd09b cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x590268cb ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x5cc88516 cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0x62bf5004 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0x6811e2c0 cfg80211_mgmt_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6ae6f67d ieee80211_data_to_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0x6e30eda4 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x6f507489 __cfg80211_send_disassoc +EXPORT_SYMBOL net/wireless/cfg80211 0x6f56b60f cfg80211_rx_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x73479826 __ieee80211_get_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x7434a02b cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x74d7101f cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x79b6f4be cfg80211_testmode_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x7c6f35aa freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x7e3d968a cfg80211_connect_result +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7fe1a403 cfg80211_find_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x805348ec cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x81404b48 ieee80211_bss_get_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x838f9f3c wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x83999691 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x9256f308 cfg80211_roamed_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x93c9cada cfg80211_send_rx_assoc +EXPORT_SYMBOL net/wireless/cfg80211 0x982e6b6d ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x9b606a7d cfg80211_send_unprot_deauth +EXPORT_SYMBOL net/wireless/cfg80211 0x9d9f4127 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0xa1425906 ieee80211_channel_to_frequency +EXPORT_SYMBOL net/wireless/cfg80211 0xa197b1ff ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xa95a0e6f cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xabc44e5c cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xad7894fa ieee80211_data_from_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0xadfb41ae cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0xae6d931e wiphy_rfkill_set_hw_state +EXPORT_SYMBOL net/wireless/cfg80211 0xaf92055d wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0xb0bbc99a cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xb2284c52 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0xb5cda462 __cfg80211_send_deauth +EXPORT_SYMBOL net/wireless/cfg80211 0xb6197e87 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0xba8d41e7 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xc4165122 wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0xc63f1b81 ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0xca6e90b1 cfg80211_get_mesh +EXPORT_SYMBOL net/wireless/cfg80211 0xcecf0e28 wiphy_rfkill_stop_polling +EXPORT_SYMBOL net/wireless/cfg80211 0xcf618a57 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0xd0bd1936 cfg80211_testmode_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xd4719d22 cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0xd4ae6424 cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0xd552d609 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xd5c66cd1 cfg80211_send_assoc_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0xd6549fcd cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0xd6a776bd cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xdcda1fde cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0xded6bb0d cfg80211_send_unprot_disassoc +EXPORT_SYMBOL net/wireless/cfg80211 0xdfe874ea cfg80211_inform_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xeb870bce cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0xf8225659 cfg80211_send_deauth +EXPORT_SYMBOL net/wireless/cfg80211 0xf9b8611e cfg80211_inform_bss_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xfa7d87f9 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xfd81a8ea cfg80211_send_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0xfe8bbe95 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0xfed4d591 cfg80211_find_vendor_ie +EXPORT_SYMBOL net/wireless/lib80211 0x2d0f99e5 print_ssid +EXPORT_SYMBOL net/wireless/lib80211 0x604474fb lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x88002718 lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0x91a29545 lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0x9d6e2887 lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xecf64308 lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xfe7e95af lib80211_crypt_delayed_deinit +EXPORT_SYMBOL sound/ac97_bus 0x16b9084e ac97_bus_type +EXPORT_SYMBOL sound/core/seq/snd-seq 0x1a724fcc snd_seq_kernel_client_ctl +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3061c52d snd_use_lock_sync_helper +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3fb4d161 snd_seq_kernel_client_dispatch +EXPORT_SYMBOL sound/core/seq/snd-seq 0x6a67e1aa snd_seq_kernel_client_enqueue_blocking +EXPORT_SYMBOL sound/core/seq/snd-seq 0x6bb71038 snd_seq_delete_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7ac2f329 snd_seq_expand_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7b8699eb snd_seq_event_port_detach +EXPORT_SYMBOL sound/core/seq/snd-seq 0x81b9ae84 snd_seq_event_port_attach +EXPORT_SYMBOL sound/core/seq/snd-seq 0xa7112ee2 snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb8e448a0 snd_seq_set_queue_tempo +EXPORT_SYMBOL sound/core/seq/snd-seq 0xcac0a3be snd_seq_kernel_client_enqueue +EXPORT_SYMBOL sound/core/seq/snd-seq 0xe039614f snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0xe934da1d snd_seq_dump_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x3a57f235 snd_seq_autoload_unlock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xb90668b2 snd_seq_autoload_lock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xb9d68b59 snd_seq_device_new +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xc6170151 snd_seq_device_register_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xc622fb29 snd_seq_device_unregister_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x6ea09972 snd_midi_channel_alloc_set +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x833a3e07 snd_midi_channel_set_clear +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0xb9948d2c snd_midi_channel_free_set +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0xf0a1fdb3 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x01b82065 snd_midi_event_reset_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x0d2b74da snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x2ceec35d snd_midi_event_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x668570c0 snd_midi_event_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x7f92860c snd_midi_event_no_status +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xb494afee snd_midi_event_free +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xc7b2b6c2 snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xe0a50454 snd_midi_event_new +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0x252d655c snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x00d09b84 snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0x02f8ee89 snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0x04ed2c65 snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0x0a588112 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0x0ca913ad snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0x1353c2fb snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0x18e1683f snd_dma_program +EXPORT_SYMBOL sound/core/snd 0x191e88cf snd_dma_pointer +EXPORT_SYMBOL sound/core/snd 0x19f8be32 snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0x1e329144 snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0x20c1d177 snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x2ae3deaa release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0x2b3e1b12 snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0x2b5bd623 snd_power_wait +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x37e9b9d5 snd_device_register +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x3e3d1aa5 snd_seq_root +EXPORT_SYMBOL sound/core/snd 0x467df885 snd_device_new +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4b015768 snd_iprintf +EXPORT_SYMBOL sound/core/snd 0x4c46ea98 snd_device_free +EXPORT_SYMBOL sound/core/snd 0x510ca3ae snd_card_create +EXPORT_SYMBOL sound/core/snd 0x51f78c6c snd_cards +EXPORT_SYMBOL sound/core/snd 0x54f4e8ef snd_jack_new +EXPORT_SYMBOL sound/core/snd 0x569283ff snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0x6dbe47b2 _snd_ctl_add_slave +EXPORT_SYMBOL sound/core/snd 0x70c15ac1 snd_dma_disable +EXPORT_SYMBOL sound/core/snd 0x73ef9ee9 snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0x75c5f3dc snd_card_unref +EXPORT_SYMBOL sound/core/snd 0x77f087ea snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0x7a7f56a1 snd_info_register +EXPORT_SYMBOL sound/core/snd 0x7c43b1f2 snd_card_proc_new +EXPORT_SYMBOL sound/core/snd 0x7d6825a5 snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0x7ebf86ec snd_card_register +EXPORT_SYMBOL sound/core/snd 0x81b69e41 snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x938e7aa8 snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0x9a6a44e1 snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0xa0fd2427 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0xa38e3790 snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xbac78558 snd_add_device_sysfs_file +EXPORT_SYMBOL sound/core/snd 0xc3280c86 snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0xc7b36e33 snd_card_free +EXPORT_SYMBOL sound/core/snd 0xc7fe65b9 snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0xc9d35b4e snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0xcb069509 snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0xcd5d350b snd_register_device_for_dev +EXPORT_SYMBOL sound/core/snd 0xd594ad85 snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0xdb2c1ea3 snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0xdfd69e7d snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0xe04a2f17 snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0xe44d1166 snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0xe528bf0e snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0xe7a71500 snd_jack_report +EXPORT_SYMBOL sound/core/snd 0xea73d880 snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0xef660271 snd_component_add +EXPORT_SYMBOL sound/core/snd 0xf3f450cc snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-hwdep 0xb1e964d4 snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-page-alloc 0x06b310c9 snd_free_pages +EXPORT_SYMBOL sound/core/snd-page-alloc 0x3b9a1201 snd_dma_alloc_pages +EXPORT_SYMBOL sound/core/snd-page-alloc 0x53ac6992 snd_dma_reserve_buf +EXPORT_SYMBOL sound/core/snd-page-alloc 0x5898dcba snd_malloc_pages +EXPORT_SYMBOL sound/core/snd-page-alloc 0x8c6bd4c3 snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-page-alloc 0xa50a1a47 snd_dma_get_reserved_buf +EXPORT_SYMBOL sound/core/snd-page-alloc 0xca34c226 snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-page-alloc 0xd3e66212 snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x0158ca91 snd_pcm_notify +EXPORT_SYMBOL sound/core/snd-pcm 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL sound/core/snd-pcm 0x03efa57b snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x04cda566 snd_interval_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x0cfc9e4b snd_pcm_limit_hw_rates +EXPORT_SYMBOL sound/core/snd-pcm 0x13c67d2f snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x307f0da4 snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0x33db2427 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0x3447273c snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL sound/core/snd-pcm 0x3af1f81e snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0x3bf675fa snd_pcm_lib_readv +EXPORT_SYMBOL sound/core/snd-pcm 0x4ce2a8a8 snd_pcm_sgbuf_ops_page +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x62d84150 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0x650f8603 snd_pcm_format_silence_64 +EXPORT_SYMBOL sound/core/snd-pcm 0x68a24153 snd_pcm_format_physical_width +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x70f796f2 snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0x78d40939 snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x7dd6e828 snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x876ed758 snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0x913911a1 snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x91f658b2 _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x944ddeeb snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x9a17ce54 snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0x9da9070d snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x9ed93228 snd_pcm_lib_writev +EXPORT_SYMBOL sound/core/snd-pcm 0xa0bca2c7 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xa64f11e1 snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0xa9adc229 snd_pcm_link_rwlock +EXPORT_SYMBOL sound/core/snd-pcm 0xacb9f709 snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0xaeec91fc snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0xaf055bb9 snd_pcm_lib_mmap_iomem +EXPORT_SYMBOL sound/core/snd-pcm 0xb7683749 snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0xb7825821 snd_pcm_suspend +EXPORT_SYMBOL sound/core/snd-pcm 0xb8af7619 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xbbec3536 snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xbd8b3317 snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0xc36ed3eb snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0xcdb2eade snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0xd2a29b86 snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0xd4b3a5cc snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xd65440b2 snd_pcm_lib_write +EXPORT_SYMBOL sound/core/snd-pcm 0xe0ec1732 snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xeb82ce3d snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xf122618e snd_pcm_lib_read +EXPORT_SYMBOL sound/core/snd-pcm 0xf2179da5 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xf3797152 snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xf41ac836 snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0xfa5b7d14 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0xfb692323 snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x1e88780c snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0x27d0e6be snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x3a0081e7 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0x4c9e9739 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x520ee81e snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0x537a3b04 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x6cd3e5c2 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x6e9f16f4 snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0x9bb4f6cd snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa3598fc7 snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0xab0a7007 snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0xbf35b956 snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc78e56fc snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc84d48bd snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd0fe8c39 snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe458f5ce snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe5c69510 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-timer 0x0469fba6 snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0x08313466 snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0x27608376 snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0x77c97057 snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0x78884aee snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0x7ab46192 snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0x95fb6f10 snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0xa63ae349 snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0xc1d738c7 snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0xc5e05e3c snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0xc797d3aa snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0xe7846870 snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0xf8283944 snd_timer_pause +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6d629c59 snd_mpu401_uart_interrupt_tx +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xc0fec227 snd_mpu401_uart_interrupt +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xd95b71d4 snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x59d02e17 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x5c37ee01 snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x61eacb56 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x77ac0d88 snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x8009f499 snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x87fb43c3 snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xae2384ec snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xb6a1c15f snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xe6cd38a8 snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x333678f7 snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x4357746f snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x4765adf0 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x6362ae5e snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x724c0132 snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x8049ac1c snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x826a8ead snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x9df4ee33 snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf5c8ea1a snd_vx_suspend +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x15f11df7 fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1adb9ba8 amdtp_out_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1e0651fd amdtp_out_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2651f216 amdtp_out_stream_pcm_pointer +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x29d16a40 fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x390edab8 fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3dd0ff32 amdtp_out_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x424cff62 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x55e43080 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5bc55c00 iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6642c7c0 fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6c8b4e94 amdtp_out_stream_start +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x735722f3 cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8d8ef07b amdtp_out_stream_set_rate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8fade171 fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8fb2f0d1 amdtp_out_stream_set_pcm_format +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x90e6da5e cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x938f0cd8 fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x972026a6 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xabfc8395 cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb9bf2358 snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc7fe4c02 amdtp_out_stream_stop +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xcd6f7cbd cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd894797b amdtp_out_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xed04a2d9 amdtp_out_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf0521d9b amdtp_out_stream_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x49d95bfe snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x4f0c902f snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x91558928 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xa1fa58c9 snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xcd2f7a84 snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xd41963df snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x2ab0bd69 snd_ak4117_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x5e6aa865 snd_ak4117_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x691da9fe snd_ak4117_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x736e6bfc snd_ak4117_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xa0418adf snd_ak4117_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xe048c8da snd_ak4117_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x81438651 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xa3e639d7 snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xd5332888 snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xfc5f16d3 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x7212db46 snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xf3eb364d snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-tea575x-tuner 0x4656bf76 snd_tea575x_init +EXPORT_SYMBOL sound/i2c/other/snd-tea575x-tuner 0x478ef59a snd_tea575x_set_freq +EXPORT_SYMBOL sound/i2c/other/snd-tea575x-tuner 0xecefb156 snd_tea575x_exit +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x2d877b64 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x7173a818 snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x811480a0 snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x9baa988d snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xa618cf00 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-i2c 0x1899b64b snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x299a9ba9 snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x8cb2ed26 snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0xd54900fa snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0xd7d2b748 snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xd99fe771 snd_i2c_device_free +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x11ab1825 snd_sbmixer_suspend +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x31b10f51 snd_sbdsp_command +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x376818e0 snd_sbmixer_new +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x5d40ca24 snd_sbmixer_read +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x82d0a1d3 snd_sbdsp_reset +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x9110ea5b snd_sbmixer_resume +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x93deb765 snd_sbdsp_get_byte +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xb076b4d5 snd_sbmixer_add_ctl +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xd74f878d snd_sbmixer_write +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xdf71d3c1 snd_sbdsp_create +EXPORT_SYMBOL sound/isa/sb/snd-sb16-dsp 0x196b2a12 snd_sb16dsp_get_pcm_ops +EXPORT_SYMBOL sound/isa/sb/snd-sb16-dsp 0x373ac6ee snd_sb16dsp_pcm +EXPORT_SYMBOL sound/isa/sb/snd-sb16-dsp 0x53c30644 snd_sb16dsp_configure +EXPORT_SYMBOL sound/isa/sb/snd-sb16-dsp 0xe0b3f690 snd_sb16dsp_interrupt +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x19544d7c snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x21648d77 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x243b9f06 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x48bd6b7b snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x497c09b1 snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4c774885 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4d6f22ac snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4fe709e2 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x51de2f03 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x710667c2 snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x91bc4a1b snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x92de6cd5 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x98c1fccd snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb66c8cff snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xca3f5e16 snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xe3df2b5e snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf33e67e0 snd_ac97_bus +EXPORT_SYMBOL sound/pci/asihpi/snd-asihpi 0xee738ae0 hpi_send_recv +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x089991cf snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x1369c2cc snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x30df970f snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x33aca5ca snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x362f6b31 snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x3e710a5e snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x3f4c5c93 snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xbec4003a snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xc6be2a45 snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/hda/snd-hda-codec 0x4ef915ca snd_hda_parse_generic_codec +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xcdeba5c9 snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xe36e8637 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xfe20d047 snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x07c6da8e oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1c22a15b oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x265efdf7 oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x2f3a914b oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x33a0f8a0 oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x35d66f9f oxygen_pci_remove +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3dbf0f72 oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x431db947 oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4e7640c3 oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6298a948 oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x87bf5df5 oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x8c830fd4 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb4b85857 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xbd35fdd0 oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xceba7fdd oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xddfe2126 oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe103fc3e oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe3f48657 oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf59938c0 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf8cfbc27 oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x2a0a1ff6 snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x3f7359d0 snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x9cb75688 snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xdfaa4dea snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xe20f17db snd_trident_write_voice_regs +EXPORT_SYMBOL sound/soundcore 0x136f3c1f sound_class +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x3d7c72bb snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x4a8f6386 snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x58ef86c3 snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x655cb202 snd_sf_linear_to_log +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x6ca19344 snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xe906f303 snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xf2c6b9fe snd_emux_register +EXPORT_SYMBOL sound/synth/snd-util-mem 0x2239a2a6 snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x4df825b8 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0x52bdf8fa snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x916e8e9b __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x998ef2f0 snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0xb50be8ac __snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0xd62da976 snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0xedefc7ef __snd_util_mem_free +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x16756dc0 snd_usbmidi_input_start +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x38f2d299 snd_usbmidi_create +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x63343b1d snd_usbmidi_input_stop +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL ubuntu/dm-raid4-5/dm-raid45 0x35c95b1b dm_mem_cache_client_create +EXPORT_SYMBOL ubuntu/dm-raid4-5/dm-raid45 0x4662be66 dm_mem_cache_alloc +EXPORT_SYMBOL ubuntu/dm-raid4-5/dm-raid45 0x86e5acf9 dm_mem_cache_grow +EXPORT_SYMBOL ubuntu/dm-raid4-5/dm-raid45 0x8e1e9e5e dm_mem_cache_free +EXPORT_SYMBOL ubuntu/dm-raid4-5/dm-raid45 0x920a7a41 dm_message_parse +EXPORT_SYMBOL ubuntu/dm-raid4-5/dm-raid45 0xa43471b6 dm_mem_cache_shrink +EXPORT_SYMBOL ubuntu/dm-raid4-5/dm-raid45 0xd55b290c dm_mem_cache_client_destroy +EXPORT_SYMBOL vmlinux 0x00000000 softirq_work_list +EXPORT_SYMBOL vmlinux 0x0059e31c ida_destroy +EXPORT_SYMBOL vmlinux 0x007e1cab tty_pair_get_pty +EXPORT_SYMBOL vmlinux 0x00801678 flush_scheduled_work +EXPORT_SYMBOL vmlinux 0x00dcc519 generic_setxattr +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x01093ca5 cpu_info +EXPORT_SYMBOL vmlinux 0x011bce7c set_groups +EXPORT_SYMBOL vmlinux 0x011f2fca skb_put +EXPORT_SYMBOL vmlinux 0x012c304a dquot_enable +EXPORT_SYMBOL vmlinux 0x014f3c2a idr_get_new +EXPORT_SYMBOL vmlinux 0x015ddbdc wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x01902adf netpoll_trap +EXPORT_SYMBOL vmlinux 0x01c17213 revert_creds +EXPORT_SYMBOL vmlinux 0x01d19038 acpi_enable_subsystem +EXPORT_SYMBOL vmlinux 0x01d8d02d __cleancache_put_page +EXPORT_SYMBOL vmlinux 0x01ec530c vfs_read +EXPORT_SYMBOL vmlinux 0x02073482 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0x02124474 ip_send_check +EXPORT_SYMBOL vmlinux 0x0220fc2d end_page_writeback +EXPORT_SYMBOL vmlinux 0x022e87fd dev_emerg +EXPORT_SYMBOL vmlinux 0x022ec825 read_cache_page_async +EXPORT_SYMBOL vmlinux 0x02348476 dev_addr_init +EXPORT_SYMBOL vmlinux 0x0237b57a arch_unregister_cpu +EXPORT_SYMBOL vmlinux 0x0247b4fa netpoll_print_options +EXPORT_SYMBOL vmlinux 0x025241b1 textsearch_prepare +EXPORT_SYMBOL vmlinux 0x02649054 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x029444f0 native_read_tsc +EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0x02a6ce5a crc16_table +EXPORT_SYMBOL vmlinux 0x02cf47f0 inet_release +EXPORT_SYMBOL vmlinux 0x02d4c4cf twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0x02d81845 audit_log_task_context +EXPORT_SYMBOL vmlinux 0x02ee4b9a ip_setsockopt +EXPORT_SYMBOL vmlinux 0x0325ae19 swiotlb_free_coherent +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x03387d0a generic_removexattr +EXPORT_SYMBOL vmlinux 0x0347628b journal_get_write_access +EXPORT_SYMBOL vmlinux 0x03498156 cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x03592ea0 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x035d1eda xfrm_prepare_input +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x036774f6 scsi_free_host_dev +EXPORT_SYMBOL vmlinux 0x0371f91d generic_file_llseek +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x037f638d file_update_time +EXPORT_SYMBOL vmlinux 0x0380ed4a sock_no_bind +EXPORT_SYMBOL vmlinux 0x03af9b09 fb_set_var +EXPORT_SYMBOL vmlinux 0x03b251a2 inode_init_always +EXPORT_SYMBOL vmlinux 0x03bd889d param_get_ulong +EXPORT_SYMBOL vmlinux 0x03bdc888 arp_send +EXPORT_SYMBOL vmlinux 0x03c06156 bitmap_fold +EXPORT_SYMBOL vmlinux 0x03c1b28a agp3_generic_tlbflush +EXPORT_SYMBOL vmlinux 0x03c3cb6d jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x03db8187 gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x03ebda85 dns_query +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x0422fe4a inet_csk_timer_bug_msg +EXPORT_SYMBOL vmlinux 0x0446b203 sg_miter_next +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x045adff6 vm_map_ram +EXPORT_SYMBOL vmlinux 0x045e2165 dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0x04699397 idr_remove_all +EXPORT_SYMBOL vmlinux 0x046c1f16 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x047ad19e rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x04833e87 audit_log_task_info +EXPORT_SYMBOL vmlinux 0x0487f831 fb_find_best_display +EXPORT_SYMBOL vmlinux 0x04927208 cpu_active_mask +EXPORT_SYMBOL vmlinux 0x0499badc acpi_bios_warning +EXPORT_SYMBOL vmlinux 0x049e033d unlink_framebuffer +EXPORT_SYMBOL vmlinux 0x04ab2bb3 input_register_handle +EXPORT_SYMBOL vmlinux 0x04d8c750 release_perfctr_nmi +EXPORT_SYMBOL vmlinux 0x04dff9c6 agp_generic_insert_memory +EXPORT_SYMBOL vmlinux 0x04e870f6 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x04f7fe03 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x050cf248 register_netdevice +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x054434d6 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x055c8559 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0x0565eab7 skb_push +EXPORT_SYMBOL vmlinux 0x056ee730 ipv6_hash_secret +EXPORT_SYMBOL vmlinux 0x0571f61b tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x05869a2b kernel_getsockopt +EXPORT_SYMBOL vmlinux 0x0593a99b init_timer_key +EXPORT_SYMBOL vmlinux 0x059c091a blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x059d56b4 security_inode_init_security +EXPORT_SYMBOL vmlinux 0x05c025b4 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0x05c812b4 get_gendisk +EXPORT_SYMBOL vmlinux 0x05d564b9 security_file_permission +EXPORT_SYMBOL vmlinux 0x05eb1b2e skb_unlink +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x061f4039 acpi_get_table_with_size +EXPORT_SYMBOL vmlinux 0x0627bc52 unlock_buffer +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x0646eb91 ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x066095a4 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x06619a00 tty_name +EXPORT_SYMBOL vmlinux 0x066ccadc iov_iter_copy_from_user +EXPORT_SYMBOL vmlinux 0x067d8d35 security_release_secctx +EXPORT_SYMBOL vmlinux 0x068c7263 ioremap_cache +EXPORT_SYMBOL vmlinux 0x06a2e70f pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x06a9e8df tty_pair_get_tty +EXPORT_SYMBOL vmlinux 0x06c0dae5 __kernel_fpu_end +EXPORT_SYMBOL vmlinux 0x06c3baa6 cdev_alloc +EXPORT_SYMBOL vmlinux 0x06e0f156 kernel_read +EXPORT_SYMBOL vmlinux 0x06fa9d43 sock_wmalloc +EXPORT_SYMBOL vmlinux 0x06fe3b14 default_grn +EXPORT_SYMBOL vmlinux 0x070241f9 ida_get_new +EXPORT_SYMBOL vmlinux 0x0722ed62 task_tgid_nr_ns +EXPORT_SYMBOL vmlinux 0x0727c4f3 iowrite8 +EXPORT_SYMBOL vmlinux 0x0749f5fb proc_net_netfilter +EXPORT_SYMBOL vmlinux 0x07694eff tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x076eb9ce bio_add_page +EXPORT_SYMBOL vmlinux 0x0799aca4 local_bh_enable +EXPORT_SYMBOL vmlinux 0x07a00547 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07b6b357 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x07c81ae2 devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07d16305 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x07d5b668 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x0815eff7 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x081bbef8 phy_scan_fixups +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x0863dc36 i2c_transfer +EXPORT_SYMBOL vmlinux 0x0865c21a __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x086e8084 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0x08766e96 mmc_cache_ctrl +EXPORT_SYMBOL vmlinux 0x0881c4d9 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x088f3ead ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x0897287b acpi_disable_all_gpes +EXPORT_SYMBOL vmlinux 0x08a27b28 keyring_search +EXPORT_SYMBOL vmlinux 0x08a9cd19 simple_pin_fs +EXPORT_SYMBOL vmlinux 0x08aafe57 kill_pgrp +EXPORT_SYMBOL vmlinux 0x08b38a56 rtnl_create_link +EXPORT_SYMBOL vmlinux 0x08c17e02 fsnotify_put_mark +EXPORT_SYMBOL vmlinux 0x08d6e514 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x08da9ea0 inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x08dddadf xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x08ef6266 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0x08f550d8 security_path_chmod +EXPORT_SYMBOL vmlinux 0x08f64aa4 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x08f67c19 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x0924e025 mpage_readpage +EXPORT_SYMBOL vmlinux 0x093c73fc buffer_migrate_page +EXPORT_SYMBOL vmlinux 0x0948cde9 num_physpages +EXPORT_SYMBOL vmlinux 0x094e71c5 amd_iommu_complete_ppr +EXPORT_SYMBOL vmlinux 0x0964bcb2 boot_cpu_data +EXPORT_SYMBOL vmlinux 0x096f1d0c journal_set_features +EXPORT_SYMBOL vmlinux 0x098431ba acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0x098b6dac proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x098da5af inet_sendmsg +EXPORT_SYMBOL vmlinux 0x0992780d efi_enabled +EXPORT_SYMBOL vmlinux 0x09aaeac9 napi_get_frags +EXPORT_SYMBOL vmlinux 0x09c55cec schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0x09cf5c77 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09dc12dd simple_release_fs +EXPORT_SYMBOL vmlinux 0x09ea3a70 __frontswap_init +EXPORT_SYMBOL vmlinux 0x09ec83f3 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x0a030307 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x0a2487e0 unblock_all_signals +EXPORT_SYMBOL vmlinux 0x0a5d2ff2 journal_invalidatepage +EXPORT_SYMBOL vmlinux 0x0a655080 vfs_readdir +EXPORT_SYMBOL vmlinux 0x0a80d3f3 sk_run_filter +EXPORT_SYMBOL vmlinux 0x0aa30307 ip6_frag_init +EXPORT_SYMBOL vmlinux 0x0aa6d5d9 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x0ab72a95 eth_header +EXPORT_SYMBOL vmlinux 0x0ab734c2 uart_get_divisor +EXPORT_SYMBOL vmlinux 0x0ac99fae pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x0acb1a3c __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0aef11b8 mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x0af58941 pci_choose_state +EXPORT_SYMBOL vmlinux 0x0b0367ca tty_unlock_pair +EXPORT_SYMBOL vmlinux 0x0b090d60 write_cache_pages +EXPORT_SYMBOL vmlinux 0x0b0b496c fsnotify_destroy_mark +EXPORT_SYMBOL vmlinux 0x0b0d888b icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0x0b0f6a6a try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b1d79c7 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x0b49745b scsi_scan_target +EXPORT_SYMBOL vmlinux 0x0b72ac04 pnp_activate_dev +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b7c297b scsi_device_put +EXPORT_SYMBOL vmlinux 0x0ba7b911 seq_open +EXPORT_SYMBOL vmlinux 0x0bc22e5f scsi_free_command +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0be65d2f security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0x0bf50d31 single_open +EXPORT_SYMBOL vmlinux 0x0c13b96c pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x0c2a40ee have_submounts +EXPORT_SYMBOL vmlinux 0x0c30b54c da9052_i2c_fix +EXPORT_SYMBOL vmlinux 0x0c502320 sock_alloc_send_skb +EXPORT_SYMBOL vmlinux 0x0c58a8cd netdev_increment_features +EXPORT_SYMBOL vmlinux 0x0c65e73c scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0x0c7157c7 scsi_print_sense +EXPORT_SYMBOL vmlinux 0x0c8328ca __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x0c835f8b x86_hyper_ms_hyperv +EXPORT_SYMBOL vmlinux 0x0c8c9e99 scsi_show_extd_sense +EXPORT_SYMBOL vmlinux 0x0ca0c882 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x0ca7b7a8 acpi_check_region +EXPORT_SYMBOL vmlinux 0x0cae232b utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0x0cdb7d12 __kernel_fpu_begin +EXPORT_SYMBOL vmlinux 0x0ced3db0 simple_unlink +EXPORT_SYMBOL vmlinux 0x0ceda64e dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0x0cf1da00 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0x0d3dda14 acpi_get_type +EXPORT_SYMBOL vmlinux 0x0d48c6d9 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d5a08a8 bio_integrity_advance +EXPORT_SYMBOL vmlinux 0x0d652bb4 unregister_memory_isolate_notifier +EXPORT_SYMBOL vmlinux 0x0d814baf __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0x0d98d84b pci_set_mwi +EXPORT_SYMBOL vmlinux 0x0da10ec3 security_sock_graft +EXPORT_SYMBOL vmlinux 0x0daa2753 __pagevec_release +EXPORT_SYMBOL vmlinux 0x0dbd380f thermal_zone_device_unregister +EXPORT_SYMBOL vmlinux 0x0dd51230 __neigh_create +EXPORT_SYMBOL vmlinux 0x0e23a121 phy_register_fixup +EXPORT_SYMBOL vmlinux 0x0e4fd174 dev_addr_del_multiple +EXPORT_SYMBOL vmlinux 0x0e50d90a sock_rfree +EXPORT_SYMBOL vmlinux 0x0e6959bc pci_release_regions +EXPORT_SYMBOL vmlinux 0x0e6da44a set_normalized_timespec +EXPORT_SYMBOL vmlinux 0x0e74eca1 vfs_create +EXPORT_SYMBOL vmlinux 0x0ec996c6 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x0ecb0e50 dquot_drop +EXPORT_SYMBOL vmlinux 0x0ed8cc7b acpi_evaluate_object_typed +EXPORT_SYMBOL vmlinux 0x0eebfaa7 vfs_readv +EXPORT_SYMBOL vmlinux 0x0eedfee1 bio_endio +EXPORT_SYMBOL vmlinux 0x0f4c91ed ns_to_timespec +EXPORT_SYMBOL vmlinux 0x0f4cdd74 vfs_mkdir +EXPORT_SYMBOL vmlinux 0x0f95d173 invalidate_bdev +EXPORT_SYMBOL vmlinux 0x0faba929 mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x0fd00a68 acpi_clear_event +EXPORT_SYMBOL vmlinux 0x0ff2b602 slhc_compress +EXPORT_SYMBOL vmlinux 0x0ff74dfa get_fs_type +EXPORT_SYMBOL vmlinux 0x1000ce27 skb_tx_error +EXPORT_SYMBOL vmlinux 0x1009a8a4 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x10391733 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x1043ae0f iterate_supers_type +EXPORT_SYMBOL vmlinux 0x10519fe3 dev_get_drvdata +EXPORT_SYMBOL vmlinux 0x10664a5f devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0x106dad30 ps2_drain +EXPORT_SYMBOL vmlinux 0x1072a394 csum_partial_copy_from_user +EXPORT_SYMBOL vmlinux 0x107689ce find_get_pages_contig +EXPORT_SYMBOL vmlinux 0x1077226d __inet6_hash +EXPORT_SYMBOL vmlinux 0x108411ed __ip_select_ident +EXPORT_SYMBOL vmlinux 0x109617e1 neigh_destroy +EXPORT_SYMBOL vmlinux 0x10982e67 arch_debugfs_dir +EXPORT_SYMBOL vmlinux 0x10ab3753 pagevec_lookup_tag +EXPORT_SYMBOL vmlinux 0x10d7ed02 inet6_ioctl +EXPORT_SYMBOL vmlinux 0x10eababc gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x10ee20bb default_blu +EXPORT_SYMBOL vmlinux 0x10fababf inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x11267875 scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0x1140d5eb netdev_boot_setup_check +EXPORT_SYMBOL vmlinux 0x114a7d4e devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn +EXPORT_SYMBOL vmlinux 0x11641edb generic_pipe_buf_map +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x11757421 tty_write_room +EXPORT_SYMBOL vmlinux 0x11961468 bio_map_user +EXPORT_SYMBOL vmlinux 0x119856b3 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x11a19f7e pci_pme_capable +EXPORT_SYMBOL vmlinux 0x11b54cb8 d_add_ci +EXPORT_SYMBOL vmlinux 0x11c1a227 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x11ccf886 input_register_handler +EXPORT_SYMBOL vmlinux 0x11cd1452 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x11e2ec12 flex_array_free_parts +EXPORT_SYMBOL vmlinux 0x11e640da unregister_nls +EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin +EXPORT_SYMBOL vmlinux 0x11f9dfd3 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x1203a770 idr_remove +EXPORT_SYMBOL vmlinux 0x1207e778 scsi_release_buffers +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x1251d9af bioset_free +EXPORT_SYMBOL vmlinux 0x12652f06 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x12656ed4 __i2c_transfer +EXPORT_SYMBOL vmlinux 0x12708c2b vm_insert_mixed +EXPORT_SYMBOL vmlinux 0x128b1e89 flush_delayed_work +EXPORT_SYMBOL vmlinux 0x129de341 wrmsr_on_cpus +EXPORT_SYMBOL vmlinux 0x129fa035 set_user_nice +EXPORT_SYMBOL vmlinux 0x12a0ee4a dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range +EXPORT_SYMBOL vmlinux 0x12ac07b4 lock_fb_info +EXPORT_SYMBOL vmlinux 0x12ba0caf netdev_crit +EXPORT_SYMBOL vmlinux 0x12c08ab4 scsi_nonblockable_ioctl +EXPORT_SYMBOL vmlinux 0x12c0a7db ip_ct_attach +EXPORT_SYMBOL vmlinux 0x12dfeb12 vprintk_emit +EXPORT_SYMBOL vmlinux 0x12f854b4 skb_queue_purge +EXPORT_SYMBOL vmlinux 0x12f99022 inet_frags_init_net +EXPORT_SYMBOL vmlinux 0x13208722 mount_single +EXPORT_SYMBOL vmlinux 0x13307fde vsscanf +EXPORT_SYMBOL vmlinux 0x136652d4 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x13765ad8 inc_nlink +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x141b2a37 sock_get_timestamp +EXPORT_SYMBOL vmlinux 0x142e3375 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x1430e6e0 unregister_acpi_notifier +EXPORT_SYMBOL vmlinux 0x1433c54d ilookup5 +EXPORT_SYMBOL vmlinux 0x1454c71b datagram_poll +EXPORT_SYMBOL vmlinux 0x145f738c read_cache_pages +EXPORT_SYMBOL vmlinux 0x1473143a bio_pair_release +EXPORT_SYMBOL vmlinux 0x1489b5e9 pcim_enable_device +EXPORT_SYMBOL vmlinux 0x149c2769 journal_lock_updates +EXPORT_SYMBOL vmlinux 0x14f19d84 tty_unlock +EXPORT_SYMBOL vmlinux 0x1501f93e d_alloc_name +EXPORT_SYMBOL vmlinux 0x150389d6 acpi_processor_power_init_bm_check +EXPORT_SYMBOL vmlinux 0x150dd196 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x1511a13c phy_driver_register +EXPORT_SYMBOL vmlinux 0x1522dc60 dev_uc_flush +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x1551dc51 bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x155229a8 generic_make_request +EXPORT_SYMBOL vmlinux 0x155ff26b get_agp_version +EXPORT_SYMBOL vmlinux 0x15692c87 param_ops_int +EXPORT_SYMBOL vmlinux 0x159f77b9 dentry_update_name_case +EXPORT_SYMBOL vmlinux 0x15afcf58 __pagevec_lru_add +EXPORT_SYMBOL vmlinux 0x15b3b93a blk_sync_queue +EXPORT_SYMBOL vmlinux 0x15b6e315 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x15ded37f jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x15f4408b tcp_connect +EXPORT_SYMBOL vmlinux 0x15f571ec blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x160ea4c8 sfi_disabled +EXPORT_SYMBOL vmlinux 0x160fbc23 sk_release_kernel +EXPORT_SYMBOL vmlinux 0x1612c1ba locks_mandatory_area +EXPORT_SYMBOL vmlinux 0x161a35ee abort_creds +EXPORT_SYMBOL vmlinux 0x1627ed72 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x16305289 warn_slowpath_null +EXPORT_SYMBOL vmlinux 0x163052b0 security_path_symlink +EXPORT_SYMBOL vmlinux 0x1637ff0f _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0x166926ed tcf_hash_new_index +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x167e7f9d __get_user_1 +EXPORT_SYMBOL vmlinux 0x168f1082 _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x1693f0f8 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x16b3e0ac eth_rebuild_header +EXPORT_SYMBOL vmlinux 0x16c960a3 ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x16d75a72 agp_bind_memory +EXPORT_SYMBOL vmlinux 0x16e8e91f blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x16efb82b pagecache_write_end +EXPORT_SYMBOL vmlinux 0x16f99fc5 inet_frags_init +EXPORT_SYMBOL vmlinux 0x170baafa ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x170c25ee acpi_get_next_object +EXPORT_SYMBOL vmlinux 0x17468283 cleancache_register_ops +EXPORT_SYMBOL vmlinux 0x174cb204 tcp_proc_register +EXPORT_SYMBOL vmlinux 0x1782dabb tcf_destroy_chain +EXPORT_SYMBOL vmlinux 0x1790d76b _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0x179c2a8e pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0x17af28f1 acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x17b39cbf twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0x17b55208 inet_csk_accept +EXPORT_SYMBOL vmlinux 0x17b64d09 dqstats +EXPORT_SYMBOL vmlinux 0x17bf465f neigh_parms_release +EXPORT_SYMBOL vmlinux 0x17cc88a6 cfb_fillrect +EXPORT_SYMBOL vmlinux 0x17df17bc sysctl_tcp_ecn +EXPORT_SYMBOL vmlinux 0x17e2ce7d replace_mount_options +EXPORT_SYMBOL vmlinux 0x17e6fdf7 pci_disable_msi +EXPORT_SYMBOL vmlinux 0x17f341a0 i8042_lock_chip +EXPORT_SYMBOL vmlinux 0x1833c15e vfs_statfs +EXPORT_SYMBOL vmlinux 0x183fa88b mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0x184b82fb mmc_vddrange_to_ocrmask +EXPORT_SYMBOL vmlinux 0x184e6c85 radix_tree_gang_lookup_slot +EXPORT_SYMBOL vmlinux 0x18569c0a __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x187ad0e3 genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x188a3dfb timespec_trunc +EXPORT_SYMBOL vmlinux 0x189868d7 get_random_bytes_arch +EXPORT_SYMBOL vmlinux 0x18b72573 register_kmmio_probe +EXPORT_SYMBOL vmlinux 0x18edaa68 udp_poll +EXPORT_SYMBOL vmlinux 0x18fda8fb pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x1900e871 __cleancache_init_shared_fs +EXPORT_SYMBOL vmlinux 0x191b9d0a ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x19264a2c __serio_register_port +EXPORT_SYMBOL vmlinux 0x19444627 memcpy_fromiovecend +EXPORT_SYMBOL vmlinux 0x195028e8 fbcon_set_tileops +EXPORT_SYMBOL vmlinux 0x195e64cb __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x196c5617 locks_remove_posix +EXPORT_SYMBOL vmlinux 0x1976aa06 param_ops_bool +EXPORT_SYMBOL vmlinux 0x198ad9fd netpoll_setup +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19ab3427 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19f08ff0 set_binfmt +EXPORT_SYMBOL vmlinux 0x1a091c2c current_fs_time +EXPORT_SYMBOL vmlinux 0x1a0f5a5d udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x1a1ce899 tcp_disconnect +EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled +EXPORT_SYMBOL vmlinux 0x1a4eb643 phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x1a54e6fd vfs_follow_link +EXPORT_SYMBOL vmlinux 0x1a63af34 vga_switcheroo_process_delayed_switch +EXPORT_SYMBOL vmlinux 0x1a7a0439 neigh_compat_output +EXPORT_SYMBOL vmlinux 0x1a82e66c tcp_hashinfo +EXPORT_SYMBOL vmlinux 0x1a837d13 noop_fsync +EXPORT_SYMBOL vmlinux 0x1a86398d bdi_unregister +EXPORT_SYMBOL vmlinux 0x1ac46550 remap_pfn_range +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1ace138d bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0x1ade69d5 netdev_class_create_file +EXPORT_SYMBOL vmlinux 0x1ae14ef5 _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x1ae68072 qdisc_destroy +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b087efa tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x1b1e1088 sg_nents +EXPORT_SYMBOL vmlinux 0x1b2aea5d phy_start +EXPORT_SYMBOL vmlinux 0x1b3052c6 journal_start_commit +EXPORT_SYMBOL vmlinux 0x1b46edc5 blk_put_queue +EXPORT_SYMBOL vmlinux 0x1b53b506 vfs_getattr +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b772d36 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x1b7b70ac starget_for_each_device +EXPORT_SYMBOL vmlinux 0x1b82fefa md_unplug +EXPORT_SYMBOL vmlinux 0x1b837758 journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x1b8b95ad i8042_unlock_chip +EXPORT_SYMBOL vmlinux 0x1b906fa7 do_SAK +EXPORT_SYMBOL vmlinux 0x1b9500d6 simple_transaction_read +EXPORT_SYMBOL vmlinux 0x1b9e0ff1 scsilun_to_int +EXPORT_SYMBOL vmlinux 0x1ba3c67c d_genocide +EXPORT_SYMBOL vmlinux 0x1ba6ff7c get_phy_device +EXPORT_SYMBOL vmlinux 0x1bac89d0 thaw_super +EXPORT_SYMBOL vmlinux 0x1bafc0d6 seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x1bb40fbd nla_reserve +EXPORT_SYMBOL vmlinux 0x1bb7ed9c file_ns_capable +EXPORT_SYMBOL vmlinux 0x1bc19a50 blk_integrity_merge_rq +EXPORT_SYMBOL vmlinux 0x1bc88786 inet_recvmsg +EXPORT_SYMBOL vmlinux 0x1bd9fb54 ht_create_irq +EXPORT_SYMBOL vmlinux 0x1bdad755 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x1bdc26cf sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0x1bed123b uart_write_wakeup +EXPORT_SYMBOL vmlinux 0x1bf3759e blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x1c07b9c9 generic_file_mmap +EXPORT_SYMBOL vmlinux 0x1c121374 blk_integrity_is_initialized +EXPORT_SYMBOL vmlinux 0x1c1eb960 mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x1c3620dd sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x1c4e8def __skb_get_rxhash +EXPORT_SYMBOL vmlinux 0x1c6e03cb tcp_make_synack +EXPORT_SYMBOL vmlinux 0x1c70d9ee cad_pid +EXPORT_SYMBOL vmlinux 0x1c7f3669 nobh_writepage +EXPORT_SYMBOL vmlinux 0x1c8a04b0 acpi_reset +EXPORT_SYMBOL vmlinux 0x1cc6719a register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x1cc686c5 xfrm_state_update +EXPORT_SYMBOL vmlinux 0x1cd3ab0c tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x1d38bbd9 pci_disable_ltr +EXPORT_SYMBOL vmlinux 0x1d47bf6f mb_cache_entry_insert +EXPORT_SYMBOL vmlinux 0x1d4f7552 user_revoke +EXPORT_SYMBOL vmlinux 0x1d579a86 tty_set_operations +EXPORT_SYMBOL vmlinux 0x1d632051 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x1d80b418 filemap_fdatawait +EXPORT_SYMBOL vmlinux 0x1d976994 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x1da241be compat_nf_getsockopt +EXPORT_SYMBOL vmlinux 0x1da9326e tty_lock_pair +EXPORT_SYMBOL vmlinux 0x1dae300c bdget_disk +EXPORT_SYMBOL vmlinux 0x1db7706b __copy_user_nocache +EXPORT_SYMBOL vmlinux 0x1dbe1f67 loop_register_transfer +EXPORT_SYMBOL vmlinux 0x1dc2fd76 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0x1dc36131 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1de09aa5 vga_switcheroo_get_client_state +EXPORT_SYMBOL vmlinux 0x1df259bb bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x1e047854 warn_slowpath_fmt +EXPORT_SYMBOL vmlinux 0x1e0c2be4 ioremap_wc +EXPORT_SYMBOL vmlinux 0x1e26be3b get_anon_bdev +EXPORT_SYMBOL vmlinux 0x1e5fed15 tty_check_change +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e74b00d agp_backend_acquire +EXPORT_SYMBOL vmlinux 0x1e7fdfa2 phy_attach +EXPORT_SYMBOL vmlinux 0x1e85b351 sock_setsockopt +EXPORT_SYMBOL vmlinux 0x1e8a4a5b vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1e9ef07f skb_dequeue +EXPORT_SYMBOL vmlinux 0x1eae2e80 ata_dev_printk +EXPORT_SYMBOL vmlinux 0x1ec2af9e cdrom_media_changed +EXPORT_SYMBOL vmlinux 0x1ec4eb34 flex_array_prealloc +EXPORT_SYMBOL vmlinux 0x1ed94e8b kfree_skb +EXPORT_SYMBOL vmlinux 0x1ef6ed00 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x1f1cb56f fb_find_mode +EXPORT_SYMBOL vmlinux 0x1f66a07c generic_ro_fops +EXPORT_SYMBOL vmlinux 0x1f822217 schedule_delayed_work +EXPORT_SYMBOL vmlinux 0x1f9509f3 tty_devnum +EXPORT_SYMBOL vmlinux 0x1f98ad7b mount_pseudo +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fce4262 simple_write_begin +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag +EXPORT_SYMBOL vmlinux 0x1fedf0f4 __request_region +EXPORT_SYMBOL vmlinux 0x1ff6b452 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x20056746 ifla_policy +EXPORT_SYMBOL vmlinux 0x2005e68a acpi_remove_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x20092385 acpi_enter_sleep_state_s4bios +EXPORT_SYMBOL vmlinux 0x2011501c __destroy_inode +EXPORT_SYMBOL vmlinux 0x20168c97 ps2_handle_ack +EXPORT_SYMBOL vmlinux 0x202c0bd9 unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x2045c386 bdi_setup_and_register +EXPORT_SYMBOL vmlinux 0x2049892d blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq +EXPORT_SYMBOL vmlinux 0x20734860 xfrm_register_mode +EXPORT_SYMBOL vmlinux 0x207b0f9b elv_rb_add +EXPORT_SYMBOL vmlinux 0x208739f6 acpi_load_table +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20abc15b acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0x20ac3a02 dev_mc_sync +EXPORT_SYMBOL vmlinux 0x20c55ae0 sscanf +EXPORT_SYMBOL vmlinux 0x20cd5fb3 tty_mutex +EXPORT_SYMBOL vmlinux 0x20d72737 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum +EXPORT_SYMBOL vmlinux 0x20f20ed2 mmc_free_host +EXPORT_SYMBOL vmlinux 0x20fe0355 journal_dirty_data +EXPORT_SYMBOL vmlinux 0x210c8ea1 ppp_channel_index +EXPORT_SYMBOL vmlinux 0x211442d6 fget +EXPORT_SYMBOL vmlinux 0x2114e33b __skb_tx_hash +EXPORT_SYMBOL vmlinux 0x21315700 param_get_bool +EXPORT_SYMBOL vmlinux 0x215ebd78 bitrev16 +EXPORT_SYMBOL vmlinux 0x217dda13 flex_array_get +EXPORT_SYMBOL vmlinux 0x219ab24b mdiobus_register +EXPORT_SYMBOL vmlinux 0x21a88f58 journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x21c25a15 skb_split +EXPORT_SYMBOL vmlinux 0x21db4a06 scsi_prep_fn +EXPORT_SYMBOL vmlinux 0x21e0ea22 acpi_get_id +EXPORT_SYMBOL vmlinux 0x21ea601c vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x21edd9fd journal_wipe +EXPORT_SYMBOL vmlinux 0x21f1dbe3 unregister_quota_format +EXPORT_SYMBOL vmlinux 0x22123f83 led_blink_set +EXPORT_SYMBOL vmlinux 0x221259ce blk_free_tags +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x2252cdbc pci_request_regions +EXPORT_SYMBOL vmlinux 0x225e27df vga_client_register +EXPORT_SYMBOL vmlinux 0x226176fc generic_pipe_buf_confirm +EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22ea672f pnp_device_detach +EXPORT_SYMBOL vmlinux 0x22f0a534 blk_put_request +EXPORT_SYMBOL vmlinux 0x22f8efae tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0x22fd9ad0 sleep_on_timeout +EXPORT_SYMBOL vmlinux 0x2318c8a1 dev_uc_add +EXPORT_SYMBOL vmlinux 0x231b25bd inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x231d4001 fb_edid_add_monspecs +EXPORT_SYMBOL vmlinux 0x231dcdc5 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x232b0ec9 blk_init_tags +EXPORT_SYMBOL vmlinux 0x232dfa7d pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x2336dec5 follow_up +EXPORT_SYMBOL vmlinux 0x234899ee spi_display_xfer_agreement +EXPORT_SYMBOL vmlinux 0x2348ebbf fb_get_mode +EXPORT_SYMBOL vmlinux 0x23532c4d ftrace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x235b5424 netif_device_attach +EXPORT_SYMBOL vmlinux 0x2371ec51 da903x_query_status +EXPORT_SYMBOL vmlinux 0x23736900 bio_map_kern +EXPORT_SYMBOL vmlinux 0x238594aa serio_unregister_port +EXPORT_SYMBOL vmlinux 0x2397ce84 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x23984751 bio_get_nr_vecs +EXPORT_SYMBOL vmlinux 0x23a42f0c mii_link_ok +EXPORT_SYMBOL vmlinux 0x23a574fd security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23bde71d bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x23c8f257 slhc_uncompress +EXPORT_SYMBOL vmlinux 0x23c9891c kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0x23cc60ef splice_from_pipe_next +EXPORT_SYMBOL vmlinux 0x23e15c1f tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x23e1e990 setup_arg_pages +EXPORT_SYMBOL vmlinux 0x23e792c4 input_grab_device +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x2408117d migrate_page +EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page +EXPORT_SYMBOL vmlinux 0x242dea04 vfs_readlink +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x2443fc56 mpage_readpages +EXPORT_SYMBOL vmlinux 0x24533539 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0x245896ef udplite_prot +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x246b5273 mfd_cell_disable +EXPORT_SYMBOL vmlinux 0x24779fc4 clocksource_register +EXPORT_SYMBOL vmlinux 0x2482e688 vsprintf +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x248587c6 simple_empty +EXPORT_SYMBOL vmlinux 0x24930a0a truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x24c50e0a amd_iommu_domain_direct_map +EXPORT_SYMBOL vmlinux 0x24c7a925 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x24d747aa block_commit_write +EXPORT_SYMBOL vmlinux 0x24dee03e neigh_direct_output +EXPORT_SYMBOL vmlinux 0x24e09658 fail_migrate_page +EXPORT_SYMBOL vmlinux 0x24fdac79 wake_bit_function +EXPORT_SYMBOL vmlinux 0x250957f5 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x250c5786 pnp_possible_config +EXPORT_SYMBOL vmlinux 0x25277497 rfkill_register +EXPORT_SYMBOL vmlinux 0x25335eac mii_nway_restart +EXPORT_SYMBOL vmlinux 0x253bdb78 param_get_int +EXPORT_SYMBOL vmlinux 0x25453fa3 ll_rw_block +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x258c5879 blk_requeue_request +EXPORT_SYMBOL vmlinux 0x25942518 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x2595015d dget_parent +EXPORT_SYMBOL vmlinux 0x25a57854 dma_async_memcpy_buf_to_pg +EXPORT_SYMBOL vmlinux 0x25c677c4 mac_pton +EXPORT_SYMBOL vmlinux 0x25d625fd vga_switcheroo_register_audio_client +EXPORT_SYMBOL vmlinux 0x25dcc47e dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0x25fb5c44 acpi_bus_hot_remove_device +EXPORT_SYMBOL vmlinux 0x26034a58 proc_create_data +EXPORT_SYMBOL vmlinux 0x26063316 scsi_get_command +EXPORT_SYMBOL vmlinux 0x261bfb03 dquot_resume +EXPORT_SYMBOL vmlinux 0x263122f8 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x2640fd17 tty_free_termios +EXPORT_SYMBOL vmlinux 0x2650d835 sysctl_ip_early_demux +EXPORT_SYMBOL vmlinux 0x2665d53a key_create_or_update +EXPORT_SYMBOL vmlinux 0x2673d9a9 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x267ee4d0 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x2682d4f0 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x2685c3d7 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x268656c7 inet_frags_exit_net +EXPORT_SYMBOL vmlinux 0x26948d96 copy_user_enhanced_fast_string +EXPORT_SYMBOL vmlinux 0x26954fcb md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0x26a32679 dquot_release +EXPORT_SYMBOL vmlinux 0x26dff639 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x26e0344f d_drop +EXPORT_SYMBOL vmlinux 0x26e76fb8 sysctl_udp_wmem_min +EXPORT_SYMBOL vmlinux 0x26e801d2 flush_signals +EXPORT_SYMBOL vmlinux 0x26f0453a blk_set_default_limits +EXPORT_SYMBOL vmlinux 0x26f825bc bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x271cba95 acpi_bus_private_data_handler +EXPORT_SYMBOL vmlinux 0x272d394e mtrr_del +EXPORT_SYMBOL vmlinux 0x273780fb skb_seq_read +EXPORT_SYMBOL vmlinux 0x2744ac50 __sock_create +EXPORT_SYMBOL vmlinux 0x274d08dc __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x275a99fa freeze_super +EXPORT_SYMBOL vmlinux 0x2761b692 cpu_sibling_map +EXPORT_SYMBOL vmlinux 0x27632c69 ps2_command +EXPORT_SYMBOL vmlinux 0x2763f993 genl_register_family_with_ops +EXPORT_SYMBOL vmlinux 0x27810361 acpi_os_wait_events_complete +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x27ae7d0c ec_transaction +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27c2197f param_set_short +EXPORT_SYMBOL vmlinux 0x27c33efe csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0x27d4d713 read_cache_page +EXPORT_SYMBOL vmlinux 0x27e1a049 printk +EXPORT_SYMBOL vmlinux 0x27ff1dae dev_alert +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x28234536 tty_throttle +EXPORT_SYMBOL vmlinux 0x28255b43 eth_header_parse +EXPORT_SYMBOL vmlinux 0x282fd5f5 kthread_stop +EXPORT_SYMBOL vmlinux 0x28318305 snprintf +EXPORT_SYMBOL vmlinux 0x28459e68 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x28587084 __scm_send +EXPORT_SYMBOL vmlinux 0x285f4f5f arp_tbl +EXPORT_SYMBOL vmlinux 0x286b3e4a blk_init_queue_node +EXPORT_SYMBOL vmlinux 0x286e87b4 __vlan_find_dev_deep +EXPORT_SYMBOL vmlinux 0x28835c2e abx500_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x28836570 sock_no_poll +EXPORT_SYMBOL vmlinux 0x289f4f5f ata_print_version +EXPORT_SYMBOL vmlinux 0x28a2ed02 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x28abfe6e scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x28ac7874 agp_allocate_memory +EXPORT_SYMBOL vmlinux 0x28c0aa63 thermal_zone_device_register +EXPORT_SYMBOL vmlinux 0x28ce48ff __alloc_skb +EXPORT_SYMBOL vmlinux 0x28e647e5 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x29083d8b redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x29280654 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0x2938e5b5 key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x293c5f60 pci_enable_obff +EXPORT_SYMBOL vmlinux 0x29537c9e alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0x29aaae17 schedule_work +EXPORT_SYMBOL vmlinux 0x29b8d2a8 pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x29c16f6c crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x29fff31d bioset_create +EXPORT_SYMBOL vmlinux 0x2a16723e bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a35d215 d_move +EXPORT_SYMBOL vmlinux 0x2a37c3ff compat_sock_get_timestampns +EXPORT_SYMBOL vmlinux 0x2a37d074 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2a41ff5e compat_mc_setsockopt +EXPORT_SYMBOL vmlinux 0x2a6e4189 scsi_adjust_queue_depth +EXPORT_SYMBOL vmlinux 0x2a6e6109 __init_rwsem +EXPORT_SYMBOL vmlinux 0x2a8ae997 abx500_startup_irq_enabled +EXPORT_SYMBOL vmlinux 0x2aafa307 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x2ab261c3 vc_resize +EXPORT_SYMBOL vmlinux 0x2ab368cd seq_path +EXPORT_SYMBOL vmlinux 0x2ac73f03 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x2ad79763 release_pages +EXPORT_SYMBOL vmlinux 0x2b0ba2b0 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x2b0e63e3 seq_puts +EXPORT_SYMBOL vmlinux 0x2b20e694 __secpath_destroy +EXPORT_SYMBOL vmlinux 0x2b222b8a pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x2b269707 iterate_mounts +EXPORT_SYMBOL vmlinux 0x2b2ce78b kstrtos8 +EXPORT_SYMBOL vmlinux 0x2b356d96 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x2b46aabc pci_target_state +EXPORT_SYMBOL vmlinux 0x2b4a19ca lock_sock_fast +EXPORT_SYMBOL vmlinux 0x2b4f97bd elv_add_request +EXPORT_SYMBOL vmlinux 0x2b51837e proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x2b53954c __lru_cache_add +EXPORT_SYMBOL vmlinux 0x2b877a64 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba707a8 sysctl_tcp_low_latency +EXPORT_SYMBOL vmlinux 0x2ba752a9 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0x2bb55d6e acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x2bcb471d load_nls +EXPORT_SYMBOL vmlinux 0x2be1c6fa poll_freewait +EXPORT_SYMBOL vmlinux 0x2bf1d297 register_console +EXPORT_SYMBOL vmlinux 0x2bf46d88 search_binary_handler +EXPORT_SYMBOL vmlinux 0x2bfeb410 acpi_get_handle +EXPORT_SYMBOL vmlinux 0x2c139bd7 pci_scan_bus +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c2deb57 input_allocate_device +EXPORT_SYMBOL vmlinux 0x2c4efeb3 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x2c521a9a journal_get_create_access +EXPORT_SYMBOL vmlinux 0x2c5d3a52 ida_simple_get +EXPORT_SYMBOL vmlinux 0x2c7a726f dquot_commit_info +EXPORT_SYMBOL vmlinux 0x2cc577e6 inet_stream_connect +EXPORT_SYMBOL vmlinux 0x2ce467b3 __dev_remove_offload +EXPORT_SYMBOL vmlinux 0x2cefd11e padata_do_serial +EXPORT_SYMBOL vmlinux 0x2cf73cb7 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0x2cff7413 key_reject_and_link +EXPORT_SYMBOL vmlinux 0x2d0194e3 simple_transaction_set +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d479949 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x2d4aa9a9 generic_getxattr +EXPORT_SYMBOL vmlinux 0x2d71ddf0 netdev_set_bond_master +EXPORT_SYMBOL vmlinux 0x2d7bad13 blk_rq_init +EXPORT_SYMBOL vmlinux 0x2d89342a scsi_show_sense_hdr +EXPORT_SYMBOL vmlinux 0x2d9043a1 qdisc_list_del +EXPORT_SYMBOL vmlinux 0x2dab5fda sk_alloc +EXPORT_SYMBOL vmlinux 0x2dcf6d19 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x2dd16564 arch_register_cpu +EXPORT_SYMBOL vmlinux 0x2dd192be udp_ioctl +EXPORT_SYMBOL vmlinux 0x2dd537ff __locks_copy_lock +EXPORT_SYMBOL vmlinux 0x2ddeaa99 is_bad_inode +EXPORT_SYMBOL vmlinux 0x2deda4a1 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x2dedc4c2 acpi_format_exception +EXPORT_SYMBOL vmlinux 0x2def7f76 rtc_cmos_write +EXPORT_SYMBOL vmlinux 0x2df8c0b0 swiotlb_alloc_coherent +EXPORT_SYMBOL vmlinux 0x2e2295c2 skb_store_bits +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e2ce9e0 sysctl_tcp_syncookies +EXPORT_SYMBOL vmlinux 0x2e5a704c udp_table +EXPORT_SYMBOL vmlinux 0x2e62d81f compat_tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x2e65ca2d __sb_start_write +EXPORT_SYMBOL vmlinux 0x2e67f717 blk_queue_softirq_done +EXPORT_SYMBOL vmlinux 0x2e6ba9a0 mfd_remove_devices +EXPORT_SYMBOL vmlinux 0x2e749bef journal_create +EXPORT_SYMBOL vmlinux 0x2e928f9a tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x2e9f5115 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x2ea74bbb tty_port_open +EXPORT_SYMBOL vmlinux 0x2eb84610 dma_supported +EXPORT_SYMBOL vmlinux 0x2ec0ec51 dev_deactivate +EXPORT_SYMBOL vmlinux 0x2eeceb42 sk_chk_filter +EXPORT_SYMBOL vmlinux 0x2ef63ad6 scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f064b55 allocate_resource +EXPORT_SYMBOL vmlinux 0x2f2a9067 i2c_smbus_process_call +EXPORT_SYMBOL vmlinux 0x2f3b7659 agp_find_bridge +EXPORT_SYMBOL vmlinux 0x2f57633f blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x2f72c76b pci_vpd_truncate +EXPORT_SYMBOL vmlinux 0x2f86e42d user_path_create +EXPORT_SYMBOL vmlinux 0x2fb3750c on_each_cpu_mask +EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness +EXPORT_SYMBOL vmlinux 0x2fc18e62 cpufreq_global_kobject +EXPORT_SYMBOL vmlinux 0x2fd7551a scsi_block_requests +EXPORT_SYMBOL vmlinux 0x2fea5052 padata_unregister_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x2ff063b5 acpi_get_name +EXPORT_SYMBOL vmlinux 0x300051f0 agp_backend_release +EXPORT_SYMBOL vmlinux 0x30112a7e mnt_pin +EXPORT_SYMBOL vmlinux 0x30123eef inode_dio_wait +EXPORT_SYMBOL vmlinux 0x301d3061 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x30226ddf agp_device_command +EXPORT_SYMBOL vmlinux 0x30265b35 mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x305bd1d9 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x3071cdbd dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x307c2fd0 generic_check_addressable +EXPORT_SYMBOL vmlinux 0x30a028ab mii_check_media +EXPORT_SYMBOL vmlinux 0x30a153c3 skb_queue_tail +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30cada8f radix_tree_next_hole +EXPORT_SYMBOL vmlinux 0x30e74134 tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0x30e816f1 mmc_hw_reset_check +EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages +EXPORT_SYMBOL vmlinux 0x3115dfb4 generic_read_dir +EXPORT_SYMBOL vmlinux 0x3145216f pci_dev_present +EXPORT_SYMBOL vmlinux 0x3147857d default_red +EXPORT_SYMBOL vmlinux 0x31808f62 input_event +EXPORT_SYMBOL vmlinux 0x318cadb1 reciprocal_value +EXPORT_SYMBOL vmlinux 0x319e0726 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x31a182a5 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0x31a600a0 flock_lock_file_wait +EXPORT_SYMBOL vmlinux 0x31b31f5c csum_partial_copy_nocheck +EXPORT_SYMBOL vmlinux 0x31d666f3 set_anon_super +EXPORT_SYMBOL vmlinux 0x31e76b57 recalibrate_cpu_khz +EXPORT_SYMBOL vmlinux 0x31f65b17 pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x31ff6dd5 netdev_emerg +EXPORT_SYMBOL vmlinux 0x3202435a wrmsr_safe_regs +EXPORT_SYMBOL vmlinux 0x32090e87 start_tty +EXPORT_SYMBOL vmlinux 0x322a61da blk_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x32300493 twl6040_power +EXPORT_SYMBOL vmlinux 0x3234320c make_bad_inode +EXPORT_SYMBOL vmlinux 0x323caf49 sock_i_ino +EXPORT_SYMBOL vmlinux 0x326425ca pci_unmap_biosrom +EXPORT_SYMBOL vmlinux 0x32876b12 tc_classify +EXPORT_SYMBOL vmlinux 0x329fc48d blkdev_issue_write_same +EXPORT_SYMBOL vmlinux 0x32a434ee neigh_for_each +EXPORT_SYMBOL vmlinux 0x32adf3a9 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x32bb04c8 from_kqid +EXPORT_SYMBOL vmlinux 0x32c64cb5 alloc_pci_dev +EXPORT_SYMBOL vmlinux 0x32debb16 cpumask_next_and +EXPORT_SYMBOL vmlinux 0x32e05956 find_get_pages_tag +EXPORT_SYMBOL vmlinux 0x32eeaded _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x33078c56 init_special_inode +EXPORT_SYMBOL vmlinux 0x333cb37c __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x337c6648 key_validate +EXPORT_SYMBOL vmlinux 0x338a1c67 seq_release +EXPORT_SYMBOL vmlinux 0x33ac417f acpi_os_hotplug_execute +EXPORT_SYMBOL vmlinux 0x33b84f74 copy_page +EXPORT_SYMBOL vmlinux 0x33bdf502 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x33c3a700 scsi_verify_blk_ioctl +EXPORT_SYMBOL vmlinux 0x33cab908 sock_register +EXPORT_SYMBOL vmlinux 0x33d9b3a8 kdb_current_task +EXPORT_SYMBOL vmlinux 0x33d9b735 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x33ef36b6 spi_schedule_dv_device +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33f4043d keyring_alloc +EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x34101e0c cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x34184afe current_kernel_time +EXPORT_SYMBOL vmlinux 0x341cbed2 cpu_present_mask +EXPORT_SYMBOL vmlinux 0x34262805 filemap_flush +EXPORT_SYMBOL vmlinux 0x342b419e journal_revoke +EXPORT_SYMBOL vmlinux 0x344b8418 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x345d1462 softnet_data +EXPORT_SYMBOL vmlinux 0x347013de nla_validate +EXPORT_SYMBOL vmlinux 0x34946fca truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a4a174 ip_check_defrag +EXPORT_SYMBOL vmlinux 0x34a8de32 secpath_dup +EXPORT_SYMBOL vmlinux 0x34af0b52 sk_free +EXPORT_SYMBOL vmlinux 0x34c307b9 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x34c40543 bio_clone_bioset +EXPORT_SYMBOL vmlinux 0x34e21dc0 register_sysctl +EXPORT_SYMBOL vmlinux 0x34ec821d phy_device_free +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34f7f23e pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0x3514836d fb_class +EXPORT_SYMBOL vmlinux 0x35225ea3 down_write_trylock +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x3552d563 sg_alloc_table_from_pages +EXPORT_SYMBOL vmlinux 0x35702f64 done_path_create +EXPORT_SYMBOL vmlinux 0x35756d6e pci_read_vpd +EXPORT_SYMBOL vmlinux 0x35793b55 udp_disconnect +EXPORT_SYMBOL vmlinux 0x3591feb8 qdisc_tree_decrease_qlen +EXPORT_SYMBOL vmlinux 0x35a04b59 jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x35a2ea7b get_io_context +EXPORT_SYMBOL vmlinux 0x35b6b772 param_ops_charp +EXPORT_SYMBOL vmlinux 0x35b782ab journal_stop +EXPORT_SYMBOL vmlinux 0x35ca8cfa dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x35da8f99 generic_write_end +EXPORT_SYMBOL vmlinux 0x35defc50 iov_iter_advance +EXPORT_SYMBOL vmlinux 0x35e2eff0 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x35f55416 ip_options_compile +EXPORT_SYMBOL vmlinux 0x35f91353 ata_port_printk +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x360b8d16 x86_cpu_to_apicid +EXPORT_SYMBOL vmlinux 0x363c9abb writeback_in_progress +EXPORT_SYMBOL vmlinux 0x364b2c1b ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x365ab83a ps2_begin_command +EXPORT_SYMBOL vmlinux 0x3686ea09 spi_print_msg +EXPORT_SYMBOL vmlinux 0x36889042 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x368a16dc rtnl_notify +EXPORT_SYMBOL vmlinux 0x368a846a inet_del_protocol +EXPORT_SYMBOL vmlinux 0x368fe465 vga_tryget +EXPORT_SYMBOL vmlinux 0x36905543 i2c_register_driver +EXPORT_SYMBOL vmlinux 0x369e1115 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0x36a0617f napi_gro_flush +EXPORT_SYMBOL vmlinux 0x36b087a4 spi_attach_transport +EXPORT_SYMBOL vmlinux 0x36b0ef40 pci_bus_type +EXPORT_SYMBOL vmlinux 0x36c05e32 __napi_schedule +EXPORT_SYMBOL vmlinux 0x36d66ee0 journal_extend +EXPORT_SYMBOL vmlinux 0x36e360e3 __hw_addr_add_multiple +EXPORT_SYMBOL vmlinux 0x36f9590e amd_iommu_domain_set_gcr3 +EXPORT_SYMBOL vmlinux 0x36f9cd94 rcu_is_cpu_idle +EXPORT_SYMBOL vmlinux 0x37013607 mutex_unlock +EXPORT_SYMBOL vmlinux 0x3701a196 csum_partial_copy_to_user +EXPORT_SYMBOL vmlinux 0x3727e2cd md_flush_request +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x37479820 journal_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x37617af7 unlazy_fpu +EXPORT_SYMBOL vmlinux 0x37632d71 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x378939ff agp_create_memory +EXPORT_SYMBOL vmlinux 0x378f75f6 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x379dd58f genphy_update_link +EXPORT_SYMBOL vmlinux 0x37b4e0af disk_stack_limits +EXPORT_SYMBOL vmlinux 0x37b777df param_set_copystring +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37bfc555 wait_iff_congested +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x37e08744 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x37f8270e km_query +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x3840229f uart_match_port +EXPORT_SYMBOL vmlinux 0x385846d0 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0x3859f6da frontswap_register_ops +EXPORT_SYMBOL vmlinux 0x385fa373 pci_release_region +EXPORT_SYMBOL vmlinux 0x38630b21 skb_copy_and_csum_datagram_iovec +EXPORT_SYMBOL vmlinux 0x3871c71e pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x387e0d7e pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x388f9128 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x389bfe0d rtc_lock +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38b6b4de dev_get_by_name +EXPORT_SYMBOL vmlinux 0x38f33bed dump_fpu +EXPORT_SYMBOL vmlinux 0x390ff1f4 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x3928efe9 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x392ade61 ida_init +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x3945dced sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x396784fc vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x3971fb71 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x3980aac1 unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0x398cd6df scsi_host_get +EXPORT_SYMBOL vmlinux 0x3994e4c3 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x399dc865 register_md_personality +EXPORT_SYMBOL vmlinux 0x39a055f3 acpi_remove_gpe_handler +EXPORT_SYMBOL vmlinux 0x39bb372f dq_data_lock +EXPORT_SYMBOL vmlinux 0x3a08475f platform_thermal_notify +EXPORT_SYMBOL vmlinux 0x3a17e5e4 iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x3a20ff73 __crc32c_le +EXPORT_SYMBOL vmlinux 0x3a2d7682 icmpv6_send +EXPORT_SYMBOL vmlinux 0x3a32839e intel_gtt_chipset_flush +EXPORT_SYMBOL vmlinux 0x3a521152 register_nls +EXPORT_SYMBOL vmlinux 0x3a724821 blkdev_fsync +EXPORT_SYMBOL vmlinux 0x3a7666ea lease_modify +EXPORT_SYMBOL vmlinux 0x3a818373 inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x3a84fbca mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0x3a9abd4b scsi_cmd_ioctl +EXPORT_SYMBOL vmlinux 0x3a9b6fb9 blk_unregister_region +EXPORT_SYMBOL vmlinux 0x3abc7137 set_nlink +EXPORT_SYMBOL vmlinux 0x3ac6716f scsi_target_resume +EXPORT_SYMBOL vmlinux 0x3b3016d3 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x3b4c78af scsi_register_driver +EXPORT_SYMBOL vmlinux 0x3b4ceb4a up_write +EXPORT_SYMBOL vmlinux 0x3bd1b1f6 msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x3bdf3d7f blk_get_backing_dev_info +EXPORT_SYMBOL vmlinux 0x3beac533 __getblk +EXPORT_SYMBOL vmlinux 0x3beb690b lg_local_unlock +EXPORT_SYMBOL vmlinux 0x3bef03b9 flow_cache_lookup +EXPORT_SYMBOL vmlinux 0x3bf18332 commit_creds +EXPORT_SYMBOL vmlinux 0x3bf70637 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x3bffc731 __blk_run_queue +EXPORT_SYMBOL vmlinux 0x3c51c37d xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x3c59f642 blk_start_queue +EXPORT_SYMBOL vmlinux 0x3c5dedf0 mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x3c6949e1 journal_load +EXPORT_SYMBOL vmlinux 0x3c7d99b6 dev_warn +EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull +EXPORT_SYMBOL vmlinux 0x3c9d1211 string_get_size +EXPORT_SYMBOL vmlinux 0x3cb87231 con_copy_unimap +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3cf38819 netdev_printk +EXPORT_SYMBOL vmlinux 0x3cf78bf4 module_put +EXPORT_SYMBOL vmlinux 0x3d023f1b qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x3d1203ba dev_addr_del +EXPORT_SYMBOL vmlinux 0x3d2ad3d4 dev_mc_init +EXPORT_SYMBOL vmlinux 0x3d35c5fe __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x3d44f3a6 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x3d5844b3 strnicmp +EXPORT_SYMBOL vmlinux 0x3d5f1369 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL vmlinux 0x3d719f0f elevator_init +EXPORT_SYMBOL vmlinux 0x3d7c1ed7 msrs_alloc +EXPORT_SYMBOL vmlinux 0x3d96874a ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x3d9ee9f0 clear_page +EXPORT_SYMBOL vmlinux 0x3da171f9 pci_mem_start +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dd01017 write_inode_now +EXPORT_SYMBOL vmlinux 0x3df80f47 inet_frag_evictor +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e0dc38e vga_get +EXPORT_SYMBOL vmlinux 0x3e2ae3a8 acpi_release_global_lock +EXPORT_SYMBOL vmlinux 0x3e35ba5f page_symlink +EXPORT_SYMBOL vmlinux 0x3e42c7ca i2c_clients_command +EXPORT_SYMBOL vmlinux 0x3e45e9ff register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0x3e63f54f pci_set_dma_max_seg_size +EXPORT_SYMBOL vmlinux 0x3e882943 pcibios_align_resource +EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0x3eae292f param_set_byte +EXPORT_SYMBOL vmlinux 0x3eaf291d param_get_string +EXPORT_SYMBOL vmlinux 0x3ec16c3b in_group_p +EXPORT_SYMBOL vmlinux 0x3ed63055 zlib_inflateReset +EXPORT_SYMBOL vmlinux 0x3ef2ae1d acpi_processor_notify_smm +EXPORT_SYMBOL vmlinux 0x3f0546a8 ioread32_rep +EXPORT_SYMBOL vmlinux 0x3f1251ee tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x3f22ba25 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f5b61c2 default_llseek +EXPORT_SYMBOL vmlinux 0x3f71faa1 mempool_create +EXPORT_SYMBOL vmlinux 0x3f753088 fget_raw +EXPORT_SYMBOL vmlinux 0x3f777c44 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x3f7e3b61 dquot_commit +EXPORT_SYMBOL vmlinux 0x3f7f5e87 page_readlink +EXPORT_SYMBOL vmlinux 0x3faab79a scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x3fadf5ae skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x3faf7c11 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x3fd49446 pci_clear_master +EXPORT_SYMBOL vmlinux 0x3fd7002c scsi_dma_map +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x3fec048f sg_next +EXPORT_SYMBOL vmlinux 0x3ff14bd1 __d_drop +EXPORT_SYMBOL vmlinux 0x3ff2b4c1 dma_async_device_register +EXPORT_SYMBOL vmlinux 0x3ff62317 local_bh_disable +EXPORT_SYMBOL vmlinux 0x3ffd87d5 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0x40064d67 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x4006c778 scsi_scan_host +EXPORT_SYMBOL vmlinux 0x4014c248 nf_afinfo +EXPORT_SYMBOL vmlinux 0x401665d7 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x40235aa8 ping_prot +EXPORT_SYMBOL vmlinux 0x40256835 complete_all +EXPORT_SYMBOL vmlinux 0x40298e6c inet6_getname +EXPORT_SYMBOL vmlinux 0x402b8281 __request_module +EXPORT_SYMBOL vmlinux 0x405c1144 get_seconds +EXPORT_SYMBOL vmlinux 0x406231fe pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x4082e903 pnp_register_driver +EXPORT_SYMBOL vmlinux 0x408c60e9 scsi_ioctl +EXPORT_SYMBOL vmlinux 0x408c6b0e inode_add_rsv_space +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x4097fa45 acpi_read_bit_register +EXPORT_SYMBOL vmlinux 0x409873e3 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x40a0d13c ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x40a27c37 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x40a7640f agp_bridge +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40aa8f36 bdget +EXPORT_SYMBOL vmlinux 0x40adcca0 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x40c01859 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40c89d46 acpi_get_table_by_index +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d6c38c sock_edemux +EXPORT_SYMBOL vmlinux 0x40e148c7 usb_remove_phy +EXPORT_SYMBOL vmlinux 0x412ae87d pcie_port_service_unregister +EXPORT_SYMBOL vmlinux 0x41308bc7 dst_alloc +EXPORT_SYMBOL vmlinux 0x413e1c7d mmc_can_trim +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x41520649 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x4169cad0 processors +EXPORT_SYMBOL vmlinux 0x4173a38e __cleancache_invalidate_page +EXPORT_SYMBOL vmlinux 0x4178e70a __devm_release_region +EXPORT_SYMBOL vmlinux 0x4188afe4 simple_lookup +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x41894cdc pci_claim_resource +EXPORT_SYMBOL vmlinux 0x41a59c90 d_set_d_op +EXPORT_SYMBOL vmlinux 0x41b65d1a dquot_transfer +EXPORT_SYMBOL vmlinux 0x41ca1224 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x41d6ae89 register_quota_format +EXPORT_SYMBOL vmlinux 0x42018d67 devm_usb_get_phy +EXPORT_SYMBOL vmlinux 0x420e799f scsi_get_host_dev +EXPORT_SYMBOL vmlinux 0x4211c3c1 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x4221d935 cont_write_begin +EXPORT_SYMBOL vmlinux 0x42488504 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x42595e58 vgacon_text_force +EXPORT_SYMBOL vmlinux 0x42741539 submit_bio +EXPORT_SYMBOL vmlinux 0x4277e0f0 inet_shutdown +EXPORT_SYMBOL vmlinux 0x428f24f9 posix_acl_create +EXPORT_SYMBOL vmlinux 0x4290a526 __ethtool_get_settings +EXPORT_SYMBOL vmlinux 0x42977ad4 __hw_addr_del_multiple +EXPORT_SYMBOL vmlinux 0x42990150 inet_sendpage +EXPORT_SYMBOL vmlinux 0x42a1b208 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x42add855 xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x42b0325e gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x42b0d0ee unregister_md_personality +EXPORT_SYMBOL vmlinux 0x42b443b9 set_pages_array_wc +EXPORT_SYMBOL vmlinux 0x42c2fc29 __bio_clone +EXPORT_SYMBOL vmlinux 0x42c8de35 ioremap_nocache +EXPORT_SYMBOL vmlinux 0x42cab044 netlink_unicast +EXPORT_SYMBOL vmlinux 0x42d53065 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x43261dca _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x43412ac8 fsync_bdev +EXPORT_SYMBOL vmlinux 0x4341471d iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x436ab6e4 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x436c2179 iowrite32 +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x439bb587 bioset_integrity_free +EXPORT_SYMBOL vmlinux 0x43a0458b blk_start_plug +EXPORT_SYMBOL vmlinux 0x43a07f2e elv_rb_del +EXPORT_SYMBOL vmlinux 0x43d21ff1 tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x43f23311 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x43ffbab3 elv_rq_merge_ok +EXPORT_SYMBOL vmlinux 0x4411c503 prandom_seed +EXPORT_SYMBOL vmlinux 0x441ca3dd unregister_binfmt +EXPORT_SYMBOL vmlinux 0x444f6a35 __pci_enable_wake +EXPORT_SYMBOL vmlinux 0x4461675a blk_run_queue +EXPORT_SYMBOL vmlinux 0x4470a77f pcim_iomap +EXPORT_SYMBOL vmlinux 0x4470a79b param_ops_long +EXPORT_SYMBOL vmlinux 0x44713ff6 ___pskb_trim +EXPORT_SYMBOL vmlinux 0x448eac3e kmemdup +EXPORT_SYMBOL vmlinux 0x449ad0a7 memcmp +EXPORT_SYMBOL vmlinux 0x44a81d5f acpi_evaluate_object +EXPORT_SYMBOL vmlinux 0x44aaf30f tsc_khz +EXPORT_SYMBOL vmlinux 0x44ab986b elv_dispatch_sort +EXPORT_SYMBOL vmlinux 0x44bddee6 scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x44c87265 init_net +EXPORT_SYMBOL vmlinux 0x44cbb5d6 __generic_file_aio_write +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44f49102 iunique +EXPORT_SYMBOL vmlinux 0x44fd96ed mmc_interrupt_hpi +EXPORT_SYMBOL vmlinux 0x45044497 percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0x45081703 ec_get_handle +EXPORT_SYMBOL vmlinux 0x4522f969 security_path_rmdir +EXPORT_SYMBOL vmlinux 0x452b751d dev_remove_pack +EXPORT_SYMBOL vmlinux 0x452c564f scsi_prep_return +EXPORT_SYMBOL vmlinux 0x45371fdb blk_alloc_queue_node +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x4550ba8a register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x457a25bc tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x457dd8d9 tty_hangup +EXPORT_SYMBOL vmlinux 0x4582cfd4 generic_readlink +EXPORT_SYMBOL vmlinux 0x45882c26 input_set_capability +EXPORT_SYMBOL vmlinux 0x45a765cf pci_add_resource +EXPORT_SYMBOL vmlinux 0x45a99123 tcp_sendpage +EXPORT_SYMBOL vmlinux 0x45acdc7a __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x45bc738b amd_iommu_flush_tlb +EXPORT_SYMBOL vmlinux 0x45bd9efd dm_table_put +EXPORT_SYMBOL vmlinux 0x45c6010b usb_get_phy +EXPORT_SYMBOL vmlinux 0x45d216b9 tcp_put_md5sig_pool +EXPORT_SYMBOL vmlinux 0x45d4dd87 dev_set_group +EXPORT_SYMBOL vmlinux 0x45d6a168 get_user_pages +EXPORT_SYMBOL vmlinux 0x45fb061c dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x4610a65a mount_bdev +EXPORT_SYMBOL vmlinux 0x461ac773 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x465cab34 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x46608fa0 getnstimeofday +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x4670e43d dquot_acquire +EXPORT_SYMBOL vmlinux 0x46982713 nf_getsockopt +EXPORT_SYMBOL vmlinux 0x4699ea45 cfb_copyarea +EXPORT_SYMBOL vmlinux 0x46b737bc blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance +EXPORT_SYMBOL vmlinux 0x46feb099 dm_read_arg +EXPORT_SYMBOL vmlinux 0x4708e5dd bio_integrity_free +EXPORT_SYMBOL vmlinux 0x470ee81a tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x471e14d3 key_type_keyring +EXPORT_SYMBOL vmlinux 0x472c7bde generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0x47416e14 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x474e3533 ihold +EXPORT_SYMBOL vmlinux 0x475100c2 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x47516cd9 scsi_remove_device +EXPORT_SYMBOL vmlinux 0x475b6c0b xfrm_cfg_mutex +EXPORT_SYMBOL vmlinux 0x475f010b acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x47620a11 fb_show_logo +EXPORT_SYMBOL vmlinux 0x4766a3fc __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x476763a3 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x4784b774 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x478d10b2 ht_destroy_irq +EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x479c3c86 find_next_zero_bit +EXPORT_SYMBOL vmlinux 0x47b3f862 radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x47b6a10f ftrace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0x47cae746 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x47dd9783 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0x47f067cb amd_iommu_unregister_ppr_notifier +EXPORT_SYMBOL vmlinux 0x47f27f40 set_pages_array_uc +EXPORT_SYMBOL vmlinux 0x481584db xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x48193639 acpi_lid_open +EXPORT_SYMBOL vmlinux 0x481cb9ab acpi_enter_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x48270566 pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x4845c423 param_array_ops +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x48607d2a sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x487d9343 param_ops_ushort +EXPORT_SYMBOL vmlinux 0x48a582ef acpi_bus_start +EXPORT_SYMBOL vmlinux 0x48b0d9f4 amd_iommu_domain_enable_v2 +EXPORT_SYMBOL vmlinux 0x48cd7418 neigh_connected_output +EXPORT_SYMBOL vmlinux 0x48d265ac blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x48febf09 vfs_fsync +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x49386b3b mmc_resume_host +EXPORT_SYMBOL vmlinux 0x4940a7a3 fb_validate_mode +EXPORT_SYMBOL vmlinux 0x49424b64 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x494a6d7f dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0x494b6b04 dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x494e3393 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x49603fb8 security_sb_copy_data +EXPORT_SYMBOL vmlinux 0x4968e2cb scsi_finish_command +EXPORT_SYMBOL vmlinux 0x4970c142 bio_init +EXPORT_SYMBOL vmlinux 0x49b07aec tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x49c63384 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x49cc8dfa dev_remove_offload +EXPORT_SYMBOL vmlinux 0x49cd6e6d pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x49cf85ac irq_to_desc +EXPORT_SYMBOL vmlinux 0x49ef28d1 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0x4a017dca ida_pre_get +EXPORT_SYMBOL vmlinux 0x4a06993f __frontswap_store +EXPORT_SYMBOL vmlinux 0x4a0b73f6 scsi_prep_state_check +EXPORT_SYMBOL vmlinux 0x4a1b7757 dev_addr_flush +EXPORT_SYMBOL vmlinux 0x4a2823ad devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x4a316416 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x4a358252 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x4a5890c9 empty_aops +EXPORT_SYMBOL vmlinux 0x4a74f09a blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x4a7ac1ab kernel_connect +EXPORT_SYMBOL vmlinux 0x4aa47e62 neigh_lookup +EXPORT_SYMBOL vmlinux 0x4aa8fe5a journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x4aad52d7 mempool_free +EXPORT_SYMBOL vmlinux 0x4abbe3c2 vm_brk +EXPORT_SYMBOL vmlinux 0x4acd93d3 release_resource +EXPORT_SYMBOL vmlinux 0x4ae3b8be i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x4ae709a3 prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize +EXPORT_SYMBOL vmlinux 0x4b023c58 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x4b03a2f7 bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x4b06b3bb pcim_pin_device +EXPORT_SYMBOL vmlinux 0x4b06d2e7 complete +EXPORT_SYMBOL vmlinux 0x4b085dbf agp3_generic_configure +EXPORT_SYMBOL vmlinux 0x4b0da922 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x4b4bc6de vga_switcheroo_register_handler +EXPORT_SYMBOL vmlinux 0x4b5f661c generic_file_splice_read +EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0x4b631565 scsi_device_get +EXPORT_SYMBOL vmlinux 0x4b652abc blk_run_queue_async +EXPORT_SYMBOL vmlinux 0x4b6bfaac skb_append +EXPORT_SYMBOL vmlinux 0x4b7a8cb8 idr_pre_get +EXPORT_SYMBOL vmlinux 0x4b9169c3 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x4bc561dd cdrom_release +EXPORT_SYMBOL vmlinux 0x4bd529ac nf_log_register +EXPORT_SYMBOL vmlinux 0x4bda9fbf md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x4be7e3b5 seq_putc +EXPORT_SYMBOL vmlinux 0x4bf023b9 dma_pool_create +EXPORT_SYMBOL vmlinux 0x4c0509d5 pnp_stop_dev +EXPORT_SYMBOL vmlinux 0x4c1182cb bitmap_scnprintf +EXPORT_SYMBOL vmlinux 0x4c246a71 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x4c2bae42 override_creds +EXPORT_SYMBOL vmlinux 0x4c447904 ndo_dflt_bridge_getlink +EXPORT_SYMBOL vmlinux 0x4c4fef19 kernel_stack +EXPORT_SYMBOL vmlinux 0x4c7719b2 file_remove_suid +EXPORT_SYMBOL vmlinux 0x4ca4e658 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x4ca9669f scnprintf +EXPORT_SYMBOL vmlinux 0x4cbbd171 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x4cc00fde jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x4cdb3178 ns_to_timeval +EXPORT_SYMBOL vmlinux 0x4ce3ae76 frontswap_enabled +EXPORT_SYMBOL vmlinux 0x4cf4b265 phy_start_aneg +EXPORT_SYMBOL vmlinux 0x4cf52b81 address_space_init_once +EXPORT_SYMBOL vmlinux 0x4d1023f8 mempool_resize +EXPORT_SYMBOL vmlinux 0x4d166ccc xfrm6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x4d383dce blk_queue_start_tag +EXPORT_SYMBOL vmlinux 0x4d405db8 param_ops_string +EXPORT_SYMBOL vmlinux 0x4d675a3a ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x4d89af24 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4db00d75 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x4dc45be9 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x4dc5eafb max8925_reg_write +EXPORT_SYMBOL vmlinux 0x4dca6302 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x4dd5b587 inet_add_offload +EXPORT_SYMBOL vmlinux 0x4de34a07 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4de791c5 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x4de7c2fe amd_iommu_register_ppr_notifier +EXPORT_SYMBOL vmlinux 0x4def3ea3 ida_get_new_above +EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse +EXPORT_SYMBOL vmlinux 0x4e17caa2 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x4e1d6860 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x4e21999c acpi_get_child +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e38be26 mfd_cell_enable +EXPORT_SYMBOL vmlinux 0x4e56a215 seq_vprintf +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e7029ef pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x4e823562 tcf_hash_lookup +EXPORT_SYMBOL vmlinux 0x4e9a8b49 security_path_mkdir +EXPORT_SYMBOL vmlinux 0x4ea25709 dql_reset +EXPORT_SYMBOL vmlinux 0x4ecb6662 fddi_change_mtu +EXPORT_SYMBOL vmlinux 0x4edd72f7 block_all_signals +EXPORT_SYMBOL vmlinux 0x4efbc699 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0x4f0bbe67 idr_find +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f391d0e nla_parse +EXPORT_SYMBOL vmlinux 0x4f400b93 cdrom_check_events +EXPORT_SYMBOL vmlinux 0x4f408650 unload_nls +EXPORT_SYMBOL vmlinux 0x4f476e96 init_cdrom_command +EXPORT_SYMBOL vmlinux 0x4f68e5c9 do_gettimeofday +EXPORT_SYMBOL vmlinux 0x4f6b400b _copy_from_user +EXPORT_SYMBOL vmlinux 0x4f6d4faf generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x4f6eeb77 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x4f783f30 acpi_read +EXPORT_SYMBOL vmlinux 0x4f8b5ddb _copy_to_user +EXPORT_SYMBOL vmlinux 0x4f916e83 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0x4f9341a1 tty_port_put +EXPORT_SYMBOL vmlinux 0x4f963cca unregister_con_driver +EXPORT_SYMBOL vmlinux 0x4fa599c8 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x4fd6d05f insert_inode_locked +EXPORT_SYMBOL vmlinux 0x4fdee897 i8042_command +EXPORT_SYMBOL vmlinux 0x4fe61cb0 acpi_bus_add +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x50133c18 kernel_accept +EXPORT_SYMBOL vmlinux 0x5018f311 skb_make_writable +EXPORT_SYMBOL vmlinux 0x50211ee3 tcp_free_md5sig_pool +EXPORT_SYMBOL vmlinux 0x502ad3ae __devm_request_region +EXPORT_SYMBOL vmlinux 0x503231e4 blk_queue_invalidate_tags +EXPORT_SYMBOL vmlinux 0x50332c25 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x50392b6d dcache_dir_close +EXPORT_SYMBOL vmlinux 0x504ae6dc fsnotify_put_group +EXPORT_SYMBOL vmlinux 0x504c73e9 netif_device_detach +EXPORT_SYMBOL vmlinux 0x50526e8c simple_open +EXPORT_SYMBOL vmlinux 0x50529870 acpi_get_gpe_status +EXPORT_SYMBOL vmlinux 0x50553d2b pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x50596c96 agp_generic_destroy_pages +EXPORT_SYMBOL vmlinux 0x50a90e8d bsearch +EXPORT_SYMBOL vmlinux 0x50c14959 security_path_rename +EXPORT_SYMBOL vmlinux 0x50d2592d hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0x50d968f9 netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0x510b1c6e pnp_get_resource +EXPORT_SYMBOL vmlinux 0x5118c382 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0x511ab427 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x512b7c7f proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x51367fb4 phy_ethtool_gset +EXPORT_SYMBOL vmlinux 0x5143c678 param_get_invbool +EXPORT_SYMBOL vmlinux 0x515f171c neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x51abbf4d simple_rename +EXPORT_SYMBOL vmlinux 0x51bc369b tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled +EXPORT_SYMBOL vmlinux 0x51dce73b xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x51fa3d84 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x52026cdf security_sb_parse_opts_str +EXPORT_SYMBOL vmlinux 0x5208f9a4 acpi_pm_device_run_wake +EXPORT_SYMBOL vmlinux 0x52095e19 acpi_get_data +EXPORT_SYMBOL vmlinux 0x52130046 acpi_check_address_range +EXPORT_SYMBOL vmlinux 0x52159bf0 ps2_init +EXPORT_SYMBOL vmlinux 0x521e8496 swiotlb_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x52268801 netif_receive_skb +EXPORT_SYMBOL vmlinux 0x522e98e9 release_sock +EXPORT_SYMBOL vmlinux 0x52428cc8 parent_mem_cgroup +EXPORT_SYMBOL vmlinux 0x524cf836 journal_destroy +EXPORT_SYMBOL vmlinux 0x525cde0f finish_open +EXPORT_SYMBOL vmlinux 0x525e026f acpi_os_unmap_generic_address +EXPORT_SYMBOL vmlinux 0x52690e71 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x52723bc0 agp_collect_device_status +EXPORT_SYMBOL vmlinux 0x527b11e4 quota_send_warning +EXPORT_SYMBOL vmlinux 0x52b56c93 bio_split +EXPORT_SYMBOL vmlinux 0x52c549c4 serio_reconnect +EXPORT_SYMBOL vmlinux 0x52d42c95 set_current_groups +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x531b604e __virt_addr_valid +EXPORT_SYMBOL vmlinux 0x5321c8ad mmc_wait_for_app_cmd +EXPORT_SYMBOL vmlinux 0x5325330a phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x532defcf fifo_set_limit +EXPORT_SYMBOL vmlinux 0x53326531 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x533adf98 generic_setlease +EXPORT_SYMBOL vmlinux 0x5377e556 hex2bin +EXPORT_SYMBOL vmlinux 0x537f978d md_error +EXPORT_SYMBOL vmlinux 0x538383c0 unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x538c2c36 inet_ioctl +EXPORT_SYMBOL vmlinux 0x538e7208 dm_put_device +EXPORT_SYMBOL vmlinux 0x53a0bc2a blk_queue_max_write_same_sectors +EXPORT_SYMBOL vmlinux 0x53ca35a3 __scsi_put_command +EXPORT_SYMBOL vmlinux 0x53e56757 i2c_del_driver +EXPORT_SYMBOL vmlinux 0x53f6ffbc wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0x5409775b free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x5413d409 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x541eb29c deactivate_super +EXPORT_SYMBOL vmlinux 0x54245b39 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x542f7965 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x5446b2ae elv_dispatch_add_tail +EXPORT_SYMBOL vmlinux 0x54554948 kobject_put +EXPORT_SYMBOL vmlinux 0x54568b75 register_memory_isolate_notifier +EXPORT_SYMBOL vmlinux 0x546cd026 icmp_send +EXPORT_SYMBOL vmlinux 0x549e1831 max8998_read_reg +EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul +EXPORT_SYMBOL vmlinux 0x54c06485 tcp_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x54e35d6c xfrm_lookup +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54ef76d8 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x54efb5d6 cpu_number +EXPORT_SYMBOL vmlinux 0x54f017f7 register_key_type +EXPORT_SYMBOL vmlinux 0x54f93dc3 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x5523590a rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x552bdac0 journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x5541ea93 on_each_cpu +EXPORT_SYMBOL vmlinux 0x5543e572 dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x5556c2de jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x55671680 lg_lock_init +EXPORT_SYMBOL vmlinux 0x5567c227 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x5594a1c7 mdiobus_write +EXPORT_SYMBOL vmlinux 0x5594be03 bitmap_remap +EXPORT_SYMBOL vmlinux 0x559d9b10 phy_init_eee +EXPORT_SYMBOL vmlinux 0x55cdaeb7 mmc_start_bkops +EXPORT_SYMBOL vmlinux 0x55f5019b __kmalloc_node +EXPORT_SYMBOL vmlinux 0x560b13cc bio_put +EXPORT_SYMBOL vmlinux 0x5614b010 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x5642793a radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x568ec924 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0x56a22c52 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x56bead15 bio_integrity_tag_size +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56cc6433 fb_blank +EXPORT_SYMBOL vmlinux 0x56d57476 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x56ef8b93 tcf_generic_walker +EXPORT_SYMBOL vmlinux 0x571f4aa3 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x572db8e0 skb_copy_datagram_from_iovec +EXPORT_SYMBOL vmlinux 0x572e85d4 blk_lookup_devt +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x575eb99b __page_cache_alloc +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x57775a48 dev_addr_add +EXPORT_SYMBOL vmlinux 0x577a3625 blk_alloc_queue +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x57a0725b create_proc_entry +EXPORT_SYMBOL vmlinux 0x57a6ccd0 down_read +EXPORT_SYMBOL vmlinux 0x57ae7f49 padata_start +EXPORT_SYMBOL vmlinux 0x581f0dea sock_update_classid +EXPORT_SYMBOL vmlinux 0x58339583 lro_flush_pkt +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x584738f9 rdmsr_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x58526d65 aio_complete +EXPORT_SYMBOL vmlinux 0x5857b225 ioread16_rep +EXPORT_SYMBOL vmlinux 0x5860aad4 add_wait_queue +EXPORT_SYMBOL vmlinux 0x586103be acpi_setup_gpe_for_wake +EXPORT_SYMBOL vmlinux 0x5864676d set_pages_uc +EXPORT_SYMBOL vmlinux 0x5869b5b1 jbd2_log_start_commit +EXPORT_SYMBOL vmlinux 0x58b7cc61 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x58ebde13 ipv6_push_nfrag_opts +EXPORT_SYMBOL vmlinux 0x59064fea tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x59340952 mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x5934392b fb_register_client +EXPORT_SYMBOL vmlinux 0x5949395a __get_page_tail +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x59550939 tcf_em_register +EXPORT_SYMBOL vmlinux 0x595fe1cf acpi_match_device_ids +EXPORT_SYMBOL vmlinux 0x5967c929 __tracepoint_kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x5971a77b freezing_slow_path +EXPORT_SYMBOL vmlinux 0x59759b2b vfsmount_lock +EXPORT_SYMBOL vmlinux 0x59a75385 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x59a97025 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x59ab1555 sock_kmalloc +EXPORT_SYMBOL vmlinux 0x59bc9609 acpi_write_bit_register +EXPORT_SYMBOL vmlinux 0x59d696b6 register_module_notifier +EXPORT_SYMBOL vmlinux 0x59d89da6 acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0x59e70f93 __send_remote_softirq +EXPORT_SYMBOL vmlinux 0x5a05a52f netdev_err +EXPORT_SYMBOL vmlinux 0x5a0cd36d tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x5a0e2232 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x5a0fd354 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0x5a10ab26 blk_queue_make_request +EXPORT_SYMBOL vmlinux 0x5a1c46f3 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x5a4896a8 __put_user_2 +EXPORT_SYMBOL vmlinux 0x5a7262b1 lock_rename +EXPORT_SYMBOL vmlinux 0x5a7b5b6e pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x5a854c55 devfreq_add_device +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5aa021a5 vga_switcheroo_register_client +EXPORT_SYMBOL vmlinux 0x5aa6f2af mount_subtree +EXPORT_SYMBOL vmlinux 0x5ac376a5 acpi_install_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x5ad16dd3 fsnotify_init_mark +EXPORT_SYMBOL vmlinux 0x5ae2b35c phy_ethtool_sset +EXPORT_SYMBOL vmlinux 0x5ae98105 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x5aeb145f complete_and_exit +EXPORT_SYMBOL vmlinux 0x5af235c3 __lock_page +EXPORT_SYMBOL vmlinux 0x5b15db10 __f_setown +EXPORT_SYMBOL vmlinux 0x5b271d86 acpi_video_dmi_promote_vendor +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b64aedd mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0x5b8f9e44 nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x5b9dbbe9 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x5ba53020 vfs_fstat +EXPORT_SYMBOL vmlinux 0x5bb29667 __set_page_dirty_buffers +EXPORT_SYMBOL vmlinux 0x5bc10524 printk_emit +EXPORT_SYMBOL vmlinux 0x5bd8a424 agp_generic_alloc_by_type +EXPORT_SYMBOL vmlinux 0x5bfe1842 __scm_destroy +EXPORT_SYMBOL vmlinux 0x5c25d0b4 key_invalidate +EXPORT_SYMBOL vmlinux 0x5c3edd59 _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0x5c69dec3 arp_find +EXPORT_SYMBOL vmlinux 0x5c6a6e64 tty_unthrottle +EXPORT_SYMBOL vmlinux 0x5c8b5ce8 prepare_to_wait +EXPORT_SYMBOL vmlinux 0x5cd9dbb5 kmalloc_caches +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5d0b1892 param_set_invbool +EXPORT_SYMBOL vmlinux 0x5d3ffbaf tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x5d4be80a tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x5d4dd4e4 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x5d5169ba pci_scan_bus_parented +EXPORT_SYMBOL vmlinux 0x5d5b5a16 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x5d74dbcf pnp_range_reserved +EXPORT_SYMBOL vmlinux 0x5d76aea6 update_region +EXPORT_SYMBOL vmlinux 0x5d7e8a50 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x5d8600df dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x5d9a6fa1 blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x5d9d15d5 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x5da81d36 thermal_cdev_update +EXPORT_SYMBOL vmlinux 0x5dd4dea4 kill_anon_super +EXPORT_SYMBOL vmlinux 0x5de40dae jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x5e2d6ca9 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x5e386cbd neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x5e6947f7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x5e695bfe path_is_under +EXPORT_SYMBOL vmlinux 0x5e749657 fput +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x5eb8a2cd dquot_quotactl_ops +EXPORT_SYMBOL vmlinux 0x5ec4895c tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x5ecb1cf7 skb_checksum_help +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ee3c507 padata_do_parallel +EXPORT_SYMBOL vmlinux 0x5ee76789 spi_release_transport +EXPORT_SYMBOL vmlinux 0x5f005368 kstrtou8 +EXPORT_SYMBOL vmlinux 0x5f042183 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x5f22f4ee blk_init_queue +EXPORT_SYMBOL vmlinux 0x5f3c8f5c mmc_assume_removable +EXPORT_SYMBOL vmlinux 0x5f3f73c8 vmap +EXPORT_SYMBOL vmlinux 0x5f445865 sock_create +EXPORT_SYMBOL vmlinux 0x5f557703 acpi_evaluate_hotplug_ost +EXPORT_SYMBOL vmlinux 0x5f58f676 flex_array_get_ptr +EXPORT_SYMBOL vmlinux 0x5f7419e5 d_invalidate +EXPORT_SYMBOL vmlinux 0x5f762ac5 cfb_imageblit +EXPORT_SYMBOL vmlinux 0x5f7ce8f9 nobh_write_end +EXPORT_SYMBOL vmlinux 0x5fa22b43 blk_queue_end_tag +EXPORT_SYMBOL vmlinux 0x5fadcff8 file_open_root +EXPORT_SYMBOL vmlinux 0x5faf00e0 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0x5fb2217d dst_discard +EXPORT_SYMBOL vmlinux 0x5fc1bf4e call_usermodehelper_fns +EXPORT_SYMBOL vmlinux 0x5fd85b53 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x5ff42b08 acpi_video_get_capabilities +EXPORT_SYMBOL vmlinux 0x5ffc73fc genl_register_ops +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x6019a18b dm_get_device +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x602534b4 __nla_put +EXPORT_SYMBOL vmlinux 0x602ed00d acpi_current_gpe_count +EXPORT_SYMBOL vmlinux 0x606d0b09 secure_tcpv6_sequence_number +EXPORT_SYMBOL vmlinux 0x60751ed3 inet_frag_kill +EXPORT_SYMBOL vmlinux 0x6096b3ca generic_show_options +EXPORT_SYMBOL vmlinux 0x609700a4 pci_map_biosrom +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL vmlinux 0x60b5facd agp_generic_destroy_page +EXPORT_SYMBOL vmlinux 0x60b9e726 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x60bfbbca tty_unregister_device +EXPORT_SYMBOL vmlinux 0x60db7923 rtnl_unicast +EXPORT_SYMBOL vmlinux 0x60e11605 agp_alloc_bridge +EXPORT_SYMBOL vmlinux 0x60f21583 __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x60f77be2 put_disk +EXPORT_SYMBOL vmlinux 0x60fb1cc4 cdrom_open +EXPORT_SYMBOL vmlinux 0x61105870 get_super +EXPORT_SYMBOL vmlinux 0x6116b488 neigh_seq_next +EXPORT_SYMBOL vmlinux 0x611bf24f blk_stop_queue +EXPORT_SYMBOL vmlinux 0x612390ad netpoll_set_trap +EXPORT_SYMBOL vmlinux 0x6128b4c4 redraw_screen +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x614383c0 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0x61672f9d nf_register_hooks +EXPORT_SYMBOL vmlinux 0x617643a2 param_set_long +EXPORT_SYMBOL vmlinux 0x617ea29a proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x618911fc numa_node +EXPORT_SYMBOL vmlinux 0x619a5f73 udp_seq_open +EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61cfd299 sock_no_accept +EXPORT_SYMBOL vmlinux 0x61fb248a node_states +EXPORT_SYMBOL vmlinux 0x61fee163 __sk_dst_check +EXPORT_SYMBOL vmlinux 0x62049256 acpi_disable +EXPORT_SYMBOL vmlinux 0x620ac284 journal_init_dev +EXPORT_SYMBOL vmlinux 0x620fa258 ida_simple_remove +EXPORT_SYMBOL vmlinux 0x620fa3fa may_umount +EXPORT_SYMBOL vmlinux 0x6225637e md5_transform +EXPORT_SYMBOL vmlinux 0x6226b9fa machine_to_phys_mapping +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x6231c7ff notify_change +EXPORT_SYMBOL vmlinux 0x6237f6b5 acpi_enable_event +EXPORT_SYMBOL vmlinux 0x62529e2a proto_unregister +EXPORT_SYMBOL vmlinux 0x625a0789 scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x626ef28b add_to_page_cache_locked +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x62748e70 acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0x628121e9 register_sysctl_table +EXPORT_SYMBOL vmlinux 0x62827bec security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x62a7695f genl_register_family +EXPORT_SYMBOL vmlinux 0x62c82574 d_make_root +EXPORT_SYMBOL vmlinux 0x62f3f980 sock_wfree +EXPORT_SYMBOL vmlinux 0x62fd6207 param_set_charp +EXPORT_SYMBOL vmlinux 0x6303c68b dcb_setapp +EXPORT_SYMBOL vmlinux 0x63187451 pcie_aspm_support_enabled +EXPORT_SYMBOL vmlinux 0x6332cc1a audit_log_start +EXPORT_SYMBOL vmlinux 0x6343f4c2 neigh_event_ns +EXPORT_SYMBOL vmlinux 0x634eccda sock_init_data +EXPORT_SYMBOL vmlinux 0x636a5691 acpi_register_ioapic +EXPORT_SYMBOL vmlinux 0x63863e3d nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x63922bbd vfs_stat +EXPORT_SYMBOL vmlinux 0x63a01291 acpi_leave_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x63acbc81 scsi_remove_target +EXPORT_SYMBOL vmlinux 0x63b3a201 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63ecad53 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x63fc232f strlen_user +EXPORT_SYMBOL vmlinux 0x6403e338 tcp_memory_pressure +EXPORT_SYMBOL vmlinux 0x644245e4 md_finish_reshape +EXPORT_SYMBOL vmlinux 0x6449fd41 acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0x64689847 dm_io +EXPORT_SYMBOL vmlinux 0x6478134c ec_burst_enable +EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait +EXPORT_SYMBOL vmlinux 0x64a6848b tcf_hash_search +EXPORT_SYMBOL vmlinux 0x64aa3ab5 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x64c75a87 vlan_vid_add +EXPORT_SYMBOL vmlinux 0x64c8f929 dev_add_pack +EXPORT_SYMBOL vmlinux 0x64cbbd61 ppp_input +EXPORT_SYMBOL vmlinux 0x64ce4311 current_task +EXPORT_SYMBOL vmlinux 0x64d5a0a1 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x64eae7ad set_memory_array_wb +EXPORT_SYMBOL vmlinux 0x64fff4b5 alloc_disk +EXPORT_SYMBOL vmlinux 0x65002aec __devcgroup_inode_permission +EXPORT_SYMBOL vmlinux 0x650a6767 prandom_u32_state +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x652eeb3e netdev_change_features +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x65495abb mmc_gpio_free_ro +EXPORT_SYMBOL vmlinux 0x655759cc mutex_trylock +EXPORT_SYMBOL vmlinux 0x655d19d1 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x655f1ab0 set_memory_array_wc +EXPORT_SYMBOL vmlinux 0x6580e927 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x65a068f4 mpage_writepage +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65df8e41 schedule_delayed_work_on +EXPORT_SYMBOL vmlinux 0x65e0d6d7 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x65e108e0 blk_integrity_merge_bio +EXPORT_SYMBOL vmlinux 0x65f3ad9a fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x6605f97f flex_array_clear +EXPORT_SYMBOL vmlinux 0x662a476c pci_get_class +EXPORT_SYMBOL vmlinux 0x663262bb swiotlb_sync_single_for_device +EXPORT_SYMBOL vmlinux 0x66379ae9 compat_tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x665fccc3 sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x668da8d5 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x66a67dab flex_array_shrink +EXPORT_SYMBOL vmlinux 0x66aee89e posix_test_lock +EXPORT_SYMBOL vmlinux 0x66cefd3b jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x66e9420b dev_load +EXPORT_SYMBOL vmlinux 0x66f617f4 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0x6714d45a __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x67200a86 __scsi_alloc_queue +EXPORT_SYMBOL vmlinux 0x6729d3df __get_user_4 +EXPORT_SYMBOL vmlinux 0x6732209a km_new_mapping +EXPORT_SYMBOL vmlinux 0x673f815e agp_bridges +EXPORT_SYMBOL vmlinux 0x674b4e1d inode_change_ok +EXPORT_SYMBOL vmlinux 0x6762d1f6 sock_no_setsockopt +EXPORT_SYMBOL vmlinux 0x6768b138 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x6792c5bf mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x67a0306a percpu_counter_set +EXPORT_SYMBOL vmlinux 0x67a46385 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x67af4c77 pnp_device_attach +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67d396b0 rwsem_down_read_failed +EXPORT_SYMBOL vmlinux 0x67d528d7 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0x67d68a9d uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0x67db4da0 udp_prot +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x68aca4ad down +EXPORT_SYMBOL vmlinux 0x68acbbd6 vfs_llseek +EXPORT_SYMBOL vmlinux 0x68b3dcbc netif_carrier_on +EXPORT_SYMBOL vmlinux 0x68cf2ae9 security_path_link +EXPORT_SYMBOL vmlinux 0x68e00160 splice_from_pipe_end +EXPORT_SYMBOL vmlinux 0x68e05d57 getrawmonotonic +EXPORT_SYMBOL vmlinux 0x68e69687 f_setown +EXPORT_SYMBOL vmlinux 0x69051f7d vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x691001b5 acpi_evaluate_integer +EXPORT_SYMBOL vmlinux 0x6934d9ac inet_bind +EXPORT_SYMBOL vmlinux 0x69427f6f input_flush_device +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6973f989 unregister_cdrom +EXPORT_SYMBOL vmlinux 0x6988d0ca cpu_dr7 +EXPORT_SYMBOL vmlinux 0x69a0ca7d iowrite16be +EXPORT_SYMBOL vmlinux 0x69a358a6 iomem_resource +EXPORT_SYMBOL vmlinux 0x69ab5ffc xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x69acdf38 memcpy +EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint +EXPORT_SYMBOL vmlinux 0x69c2c8af gen_pool_add_virt +EXPORT_SYMBOL vmlinux 0x69ca2f21 inet_stream_ops +EXPORT_SYMBOL vmlinux 0x69d38ed9 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x69e0d1b9 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x69e27c7a bitmap_copy_le +EXPORT_SYMBOL vmlinux 0x69fbc0a2 acpi_get_event_resources +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a04e300 md_integrity_register +EXPORT_SYMBOL vmlinux 0x6a13e377 mii_ethtool_sset +EXPORT_SYMBOL vmlinux 0x6a4b6ae3 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x6a5d8953 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a636030 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x6a76f3ac blk_iopoll_enable +EXPORT_SYMBOL vmlinux 0x6ab4289b netdev_info +EXPORT_SYMBOL vmlinux 0x6acb973d iowrite32be +EXPORT_SYMBOL vmlinux 0x6ad0a6a8 scsi_put_command +EXPORT_SYMBOL vmlinux 0x6ad85887 acpi_enable_gpe +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6af006b1 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x6af4d445 generic_file_remap_pages +EXPORT_SYMBOL vmlinux 0x6af52be7 md_register_thread +EXPORT_SYMBOL vmlinux 0x6b0211e7 nf_register_hook +EXPORT_SYMBOL vmlinux 0x6b06fdce delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x6b097b26 d_prune_aliases +EXPORT_SYMBOL vmlinux 0x6b0b5510 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x6b1b67d3 __bdevname +EXPORT_SYMBOL vmlinux 0x6b2db8ae vfs_lstat +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b2f043e md_done_sync +EXPORT_SYMBOL vmlinux 0x6b4829be skb_copy_datagram_const_iovec +EXPORT_SYMBOL vmlinux 0x6b567af1 dev_mc_flush +EXPORT_SYMBOL vmlinux 0x6b58df46 inet_register_protosw +EXPORT_SYMBOL vmlinux 0x6b640864 nla_strlcpy +EXPORT_SYMBOL vmlinux 0x6b6547c4 posix_unblock_lock +EXPORT_SYMBOL vmlinux 0x6b7589f4 param_set_bool +EXPORT_SYMBOL vmlinux 0x6b75cb74 generic_block_bmap +EXPORT_SYMBOL vmlinux 0x6b79dfc9 simple_readpage +EXPORT_SYMBOL vmlinux 0x6b922cfd mmc_can_sanitize +EXPORT_SYMBOL vmlinux 0x6ba8c572 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bcf9267 user_path_at +EXPORT_SYMBOL vmlinux 0x6bd37184 skb_copy_datagram_iovec +EXPORT_SYMBOL vmlinux 0x6bdc92f6 netlink_ack +EXPORT_SYMBOL vmlinux 0x6bdcfd99 qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x6bfb5512 __block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x6c04008a md_unregister_thread +EXPORT_SYMBOL vmlinux 0x6c0d6c1c sk_dst_check +EXPORT_SYMBOL vmlinux 0x6c224a84 fsnotify_alloc_group +EXPORT_SYMBOL vmlinux 0x6c2ef341 proto_register +EXPORT_SYMBOL vmlinux 0x6c389761 acpi_bus_get_private_data +EXPORT_SYMBOL vmlinux 0x6c5101d8 percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c702af7 sysctl_udp_rmem_min +EXPORT_SYMBOL vmlinux 0x6c70e875 dcache_readdir +EXPORT_SYMBOL vmlinux 0x6c75c083 seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x6c913e44 tcp_md5_hash_header +EXPORT_SYMBOL vmlinux 0x6c96f8b4 genphy_suspend +EXPORT_SYMBOL vmlinux 0x6c9b1cdc pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x6c9f714d skb_trim +EXPORT_SYMBOL vmlinux 0x6ca802b3 pci_biosrom_size +EXPORT_SYMBOL vmlinux 0x6cc30ce4 d_obtain_alias +EXPORT_SYMBOL vmlinux 0x6cd9268c elv_register_queue +EXPORT_SYMBOL vmlinux 0x6d044c26 param_ops_uint +EXPORT_SYMBOL vmlinux 0x6d0aba34 wait_for_completion +EXPORT_SYMBOL vmlinux 0x6d0f1f89 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x6d1803e3 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x6d2681a9 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x6d27ef64 __bitmap_empty +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d334118 __get_user_8 +EXPORT_SYMBOL vmlinux 0x6d340f64 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x6d6818ff gen_pool_alloc +EXPORT_SYMBOL vmlinux 0x6d68c81a uart_update_timeout +EXPORT_SYMBOL vmlinux 0x6d68e731 padata_set_cpumasks +EXPORT_SYMBOL vmlinux 0x6d6eafdd generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0x6d712a08 phy_connect_direct +EXPORT_SYMBOL vmlinux 0x6d723bf1 journal_forget +EXPORT_SYMBOL vmlinux 0x6d7250c3 bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x6d7e40fb nobh_write_begin +EXPORT_SYMBOL vmlinux 0x6da2854d ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x6dbb7bc6 pci_dev_get +EXPORT_SYMBOL vmlinux 0x6dc4e949 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x6dcb9956 sk_reset_timer +EXPORT_SYMBOL vmlinux 0x6dd2b80f splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0x6def2db2 half_md4_transform +EXPORT_SYMBOL vmlinux 0x6dfb0034 xfrm_input +EXPORT_SYMBOL vmlinux 0x6e10e491 dm_unregister_target +EXPORT_SYMBOL vmlinux 0x6e12bdf5 journal_errno +EXPORT_SYMBOL vmlinux 0x6e17995d ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x6e297a62 __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x6e5b8d9b dmam_free_noncoherent +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e82bb7e set_pages_x +EXPORT_SYMBOL vmlinux 0x6e9484ad fasync_helper +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ebaca1c mmc_set_blockcount +EXPORT_SYMBOL vmlinux 0x6ed32384 thermal_cooling_device_register +EXPORT_SYMBOL vmlinux 0x6efb8d26 x86_dma_fallback_dev +EXPORT_SYMBOL vmlinux 0x6eff231d pci_enable_ltr +EXPORT_SYMBOL vmlinux 0x6f0d8e15 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x6f20960a full_name_hash +EXPORT_SYMBOL vmlinux 0x6f27df72 irq_set_chip +EXPORT_SYMBOL vmlinux 0x6f3160b7 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x6f4c812f __percpu_counter_add +EXPORT_SYMBOL vmlinux 0x6f556bdb acpi_get_gpe_device +EXPORT_SYMBOL vmlinux 0x6f645808 node_data +EXPORT_SYMBOL vmlinux 0x6f6aa954 amd_iommu_flush_page +EXPORT_SYMBOL vmlinux 0x6f733ae5 sg_miter_stop +EXPORT_SYMBOL vmlinux 0x6f904bf5 unbind_con_driver +EXPORT_SYMBOL vmlinux 0x6fa790b6 put_tty_driver +EXPORT_SYMBOL vmlinux 0x6fbf4115 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fd040ec generic_segment_checks +EXPORT_SYMBOL vmlinux 0x6fd07228 lock_sock_nested +EXPORT_SYMBOL vmlinux 0x6fd5f0db tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x6fd81fa3 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x6feb2039 acpi_write +EXPORT_SYMBOL vmlinux 0x6ff0aa16 __bforget +EXPORT_SYMBOL vmlinux 0x700244f7 find_vma +EXPORT_SYMBOL vmlinux 0x70204dcf test_set_page_writeback +EXPORT_SYMBOL vmlinux 0x702b6c54 udplite_table +EXPORT_SYMBOL vmlinux 0x7034e80a truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x703b4352 _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x704fbb21 stop_tty +EXPORT_SYMBOL vmlinux 0x70523a7a __cond_resched_softirq +EXPORT_SYMBOL vmlinux 0x7054a3e4 request_dma +EXPORT_SYMBOL vmlinux 0x7060adbd inet_frag_maybe_warn_overflow +EXPORT_SYMBOL vmlinux 0x70736dd8 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x70772cb0 sk_receive_skb +EXPORT_SYMBOL vmlinux 0x708b7b17 mmc_start_req +EXPORT_SYMBOL vmlinux 0x70b9135a dst_destroy +EXPORT_SYMBOL vmlinux 0x70bc17d7 inode_wait +EXPORT_SYMBOL vmlinux 0x70d053fd try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x70d8ab82 acpi_acquire_global_lock +EXPORT_SYMBOL vmlinux 0x70e569ad blk_recount_segments +EXPORT_SYMBOL vmlinux 0x70f13a3d register_cdrom +EXPORT_SYMBOL vmlinux 0x7103b2a5 set_security_override +EXPORT_SYMBOL vmlinux 0x71269e87 compat_ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x71500d48 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x7157acc3 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x7161e496 scsi_setup_fs_cmnd +EXPORT_SYMBOL vmlinux 0x716e7f27 sock_release +EXPORT_SYMBOL vmlinux 0x716f753d get_tz_trend +EXPORT_SYMBOL vmlinux 0x7170092f skb_pad +EXPORT_SYMBOL vmlinux 0x7170ab62 clear_bdi_congested +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x717577c5 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev +EXPORT_SYMBOL vmlinux 0x71a57d70 pci_request_region_exclusive +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71abf38a pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0x71bd8c8c prepare_binprm +EXPORT_SYMBOL vmlinux 0x71be5b43 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x71daeae4 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x71e3cecb up +EXPORT_SYMBOL vmlinux 0x71efee54 block_truncate_page +EXPORT_SYMBOL vmlinux 0x71f61dae bio_copy_user +EXPORT_SYMBOL vmlinux 0x72036e0f blk_queue_unprep_rq +EXPORT_SYMBOL vmlinux 0x72040683 bdput +EXPORT_SYMBOL vmlinux 0x72094bde ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x7234eafb otg_state_string +EXPORT_SYMBOL vmlinux 0x725da557 brioctl_set +EXPORT_SYMBOL vmlinux 0x72659a14 led_set_brightness +EXPORT_SYMBOL vmlinux 0x727437e6 scm_detach_fds +EXPORT_SYMBOL vmlinux 0x7275e3a5 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x728ccdc3 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x72a98fdb copy_user_generic_unrolled +EXPORT_SYMBOL vmlinux 0x72b243d4 free_dma +EXPORT_SYMBOL vmlinux 0x72bf2140 mtrr_add +EXPORT_SYMBOL vmlinux 0x72c50ac9 fsnotify_add_mark +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72ec9134 dev_uc_sync +EXPORT_SYMBOL vmlinux 0x72f3aa32 acpi_get_physical_device_location +EXPORT_SYMBOL vmlinux 0x730d5ab9 security_task_getsecid +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x7324d94f __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x733c3b54 kasprintf +EXPORT_SYMBOL vmlinux 0x73517e0f poll_initwait +EXPORT_SYMBOL vmlinux 0x7354c212 dma_async_memcpy_buf_to_buf +EXPORT_SYMBOL vmlinux 0x735a0bd5 native_io_delay +EXPORT_SYMBOL vmlinux 0x737de5e9 radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0x738b4d59 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x73920416 free_buffer_head +EXPORT_SYMBOL vmlinux 0x73a78bc4 downgrade_write +EXPORT_SYMBOL vmlinux 0x73bfb504 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x73dd54eb irq_fpu_usable +EXPORT_SYMBOL vmlinux 0x73ea20a4 pci_set_power_state +EXPORT_SYMBOL vmlinux 0x740489e5 fddi_type_trans +EXPORT_SYMBOL vmlinux 0x740a1b95 reserve_evntsel_nmi +EXPORT_SYMBOL vmlinux 0x742a802e dev_mc_del +EXPORT_SYMBOL vmlinux 0x7434898d find_lock_page +EXPORT_SYMBOL vmlinux 0x7438670a request_key_async_with_auxdata +EXPORT_SYMBOL vmlinux 0x7452e690 revalidate_disk +EXPORT_SYMBOL vmlinux 0x7469fcfe radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x747ea715 key_put +EXPORT_SYMBOL vmlinux 0x7485e15e unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x7487e016 __cleancache_invalidate_inode +EXPORT_SYMBOL vmlinux 0x749f4165 irq_stat +EXPORT_SYMBOL vmlinux 0x749ffae5 mmc_can_erase +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74cc1cbe unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x74e1ad7f dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74e73b29 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0x74e96e05 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0x74f8e968 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x75057c31 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x7532588a alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x7538b132 agp_off +EXPORT_SYMBOL vmlinux 0x754d539c strlen +EXPORT_SYMBOL vmlinux 0x754dac78 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x7551debc panic_notifier_list +EXPORT_SYMBOL vmlinux 0x75b170f1 get_disk +EXPORT_SYMBOL vmlinux 0x75b1f1fb kobject_get +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75bdea12 iommu_area_alloc +EXPORT_SYMBOL vmlinux 0x75d0d0d0 blk_queue_find_tag +EXPORT_SYMBOL vmlinux 0x75d3160f jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0x75e53bed pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x75fb5b88 pnp_register_card_driver +EXPORT_SYMBOL vmlinux 0x75fbdefd acpi_remove_address_space_handler +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x760b437a unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0x760c61b4 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0x760de86d elevator_change +EXPORT_SYMBOL vmlinux 0x7628f3c7 this_cpu_off +EXPORT_SYMBOL vmlinux 0x7635ed2d mb_cache_shrink +EXPORT_SYMBOL vmlinux 0x7639db3d sock_get_timestampns +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x764bd77c request_resource +EXPORT_SYMBOL vmlinux 0x76512467 tcp_close +EXPORT_SYMBOL vmlinux 0x7667ed23 d_lookup +EXPORT_SYMBOL vmlinux 0x76726239 dev_disable_lro +EXPORT_SYMBOL vmlinux 0x767dd8fd acpi_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0x767ddb02 set_memory_wc +EXPORT_SYMBOL vmlinux 0x768303ed xfrm_register_km +EXPORT_SYMBOL vmlinux 0x76869ac8 rdmsr_on_cpus +EXPORT_SYMBOL vmlinux 0x768d5004 do_splice_from +EXPORT_SYMBOL vmlinux 0x76bf656d __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x76c9c799 idr_get_new_above +EXPORT_SYMBOL vmlinux 0x76ca450b elv_unregister_queue +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76fb52d1 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x771cf835 dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x77267e5f textsearch_destroy +EXPORT_SYMBOL vmlinux 0x7731115d km_state_expired +EXPORT_SYMBOL vmlinux 0x7731327b dm_get_mapinfo +EXPORT_SYMBOL vmlinux 0x773a9c94 blk_iopoll_enabled +EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x7742018f d_delete +EXPORT_SYMBOL vmlinux 0x7746442c journal_ack_err +EXPORT_SYMBOL vmlinux 0x775c1a42 pagecache_write_begin +EXPORT_SYMBOL vmlinux 0x775e7691 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x777b9fb7 take_over_console +EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77ce93b3 qid_lt +EXPORT_SYMBOL vmlinux 0x77d3c0fe follow_down +EXPORT_SYMBOL vmlinux 0x77d5cdba journal_force_commit +EXPORT_SYMBOL vmlinux 0x77d8eabc i2c_put_adapter +EXPORT_SYMBOL vmlinux 0x77df0847 __set_personality +EXPORT_SYMBOL vmlinux 0x77ecac9f zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x77f53abc acpi_get_vendor_resource +EXPORT_SYMBOL vmlinux 0x78034c70 dma_sync_wait +EXPORT_SYMBOL vmlinux 0x780fdfd1 intel_enable_gtt +EXPORT_SYMBOL vmlinux 0x78259511 tcp_syn_flood_action +EXPORT_SYMBOL vmlinux 0x7835a98e wait_on_page_bit +EXPORT_SYMBOL vmlinux 0x78428ad2 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0x78469066 ps2_handle_response +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x785d44ce xfrm4_prepare_output +EXPORT_SYMBOL vmlinux 0x78764f4e pv_irq_ops +EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0x788162df shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x7884a309 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x788960d6 seq_open_private +EXPORT_SYMBOL vmlinux 0x7890cf89 d_instantiate_unique +EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets +EXPORT_SYMBOL vmlinux 0x789bdca3 seq_printf +EXPORT_SYMBOL vmlinux 0x78bb3e24 abort_exclusive_wait +EXPORT_SYMBOL vmlinux 0x78c4b692 scsi_calculate_bounce_limit +EXPORT_SYMBOL vmlinux 0x78d30485 scsi_reset_provider +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78e3a7c0 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x79068fda acpi_install_method +EXPORT_SYMBOL vmlinux 0x7914033b I_BDEV +EXPORT_SYMBOL vmlinux 0x792563c1 security_path_truncate +EXPORT_SYMBOL vmlinux 0x79405a9d pci_set_ltr +EXPORT_SYMBOL vmlinux 0x796fc5ce scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x798dcf1a jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x79945d9f proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x79a38e61 ___ratelimit +EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes +EXPORT_SYMBOL vmlinux 0x79e6b58a phy_stop +EXPORT_SYMBOL vmlinux 0x79e8df86 pci_request_region +EXPORT_SYMBOL vmlinux 0x79ee7300 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x79f66cbb tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x7a119bc8 napi_complete +EXPORT_SYMBOL vmlinux 0x7a188791 prandom_bytes +EXPORT_SYMBOL vmlinux 0x7a1cbfb8 journal_clear_err +EXPORT_SYMBOL vmlinux 0x7a1e570e dev_close +EXPORT_SYMBOL vmlinux 0x7a27c184 ewma_init +EXPORT_SYMBOL vmlinux 0x7a28b2ed agp_generic_alloc_pages +EXPORT_SYMBOL vmlinux 0x7a4497db kzfree +EXPORT_SYMBOL vmlinux 0x7a921739 get_thermal_instance +EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt +EXPORT_SYMBOL vmlinux 0x7ab9eb52 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x7ac878d5 sock_create_kern +EXPORT_SYMBOL vmlinux 0x7acac4d1 d_validate +EXPORT_SYMBOL vmlinux 0x7ad41bf9 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7ad93417 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x7ae60500 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0x7ae6352a pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x7aec9089 clear_user +EXPORT_SYMBOL vmlinux 0x7af59aac ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x7afbab77 vga_switcheroo_client_fb_set +EXPORT_SYMBOL vmlinux 0x7afe1c2f acpi_pm_device_sleep_state +EXPORT_SYMBOL vmlinux 0x7b03848a verify_mem_not_deleted +EXPORT_SYMBOL vmlinux 0x7b08fe9f scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0x7b0c84c4 acpi_remove_table_handler +EXPORT_SYMBOL vmlinux 0x7b2aef6c __krealloc +EXPORT_SYMBOL vmlinux 0x7b415ae1 inetdev_by_index +EXPORT_SYMBOL vmlinux 0x7b50d759 mmc_gpio_free_cd +EXPORT_SYMBOL vmlinux 0x7b52a859 wrmsr_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x7b533b40 load_nls_default +EXPORT_SYMBOL vmlinux 0x7b56bd05 acpi_lid_notifier_register +EXPORT_SYMBOL vmlinux 0x7b641196 generic_delete_inode +EXPORT_SYMBOL vmlinux 0x7b8d25b5 inode_sub_rsv_space +EXPORT_SYMBOL vmlinux 0x7b9a6116 intel_agp_enabled +EXPORT_SYMBOL vmlinux 0x7b9d2ecc register_filesystem +EXPORT_SYMBOL vmlinux 0x7ba15a2a locks_delete_block +EXPORT_SYMBOL vmlinux 0x7bd87504 generic_file_open +EXPORT_SYMBOL vmlinux 0x7be51c40 pci_enable_msix +EXPORT_SYMBOL vmlinux 0x7c1372e8 panic +EXPORT_SYMBOL vmlinux 0x7c29141c xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x7c2d098f krealloc +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c4da462 mdiobus_read +EXPORT_SYMBOL vmlinux 0x7c5f2a2f bio_reset +EXPORT_SYMBOL vmlinux 0x7c61340c __release_region +EXPORT_SYMBOL vmlinux 0x7c7099bf journal_check_used_features +EXPORT_SYMBOL vmlinux 0x7c731825 generic_pipe_buf_steal +EXPORT_SYMBOL vmlinux 0x7c904ded unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x7c98845d twl_i2c_read +EXPORT_SYMBOL vmlinux 0x7ca46555 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0x7cb1ae69 cpu_down +EXPORT_SYMBOL vmlinux 0x7cbf7081 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x7cc60033 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x7cccafe5 tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x7cd52d48 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x7cea2c1b kmem_cache_alloc_node_trace +EXPORT_SYMBOL vmlinux 0x7cebcaf3 igrab +EXPORT_SYMBOL vmlinux 0x7cf3a16b put_cmsg +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d11c268 jiffies +EXPORT_SYMBOL vmlinux 0x7d330128 pci_find_capability +EXPORT_SYMBOL vmlinux 0x7d3aef06 kernel_sock_ioctl +EXPORT_SYMBOL vmlinux 0x7d42876f ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x7d6ec336 unmap_underlying_metadata +EXPORT_SYMBOL vmlinux 0x7d70b25c tcp_parse_options +EXPORT_SYMBOL vmlinux 0x7d8512ff swiotlb_dma_supported +EXPORT_SYMBOL vmlinux 0x7d94f746 acpi_os_write_port +EXPORT_SYMBOL vmlinux 0x7da7be30 mutex_lock +EXPORT_SYMBOL vmlinux 0x7daa184b input_reset_device +EXPORT_SYMBOL vmlinux 0x7dbc2e57 mmiotrace_printk +EXPORT_SYMBOL vmlinux 0x7dc14005 pm860x_page_bulk_write +EXPORT_SYMBOL vmlinux 0x7dd554fc unregister_kmmio_probe +EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args +EXPORT_SYMBOL vmlinux 0x7e0780df inet6_add_offload +EXPORT_SYMBOL vmlinux 0x7e11e053 __wake_up_bit +EXPORT_SYMBOL vmlinux 0x7e394c4e sysctl_local_reserved_ports +EXPORT_SYMBOL vmlinux 0x7e567187 vfs_write +EXPORT_SYMBOL vmlinux 0x7e667712 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x7e69e36f phy_print_status +EXPORT_SYMBOL vmlinux 0x7e8f8d1f tc_classify_compat +EXPORT_SYMBOL vmlinux 0x7e9138c6 abx500_mask_and_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x7e94e76d inet_put_port +EXPORT_SYMBOL vmlinux 0x7ea1c710 block_invalidatepage +EXPORT_SYMBOL vmlinux 0x7ec8f9a7 x86_hyper_vmware +EXPORT_SYMBOL vmlinux 0x7ed914c9 acpi_decode_pld_buffer +EXPORT_SYMBOL vmlinux 0x7ee9b569 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x7ef89389 create_syslog_header +EXPORT_SYMBOL vmlinux 0x7f18b194 kacpi_hotplug_wq +EXPORT_SYMBOL vmlinux 0x7f23756a tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f2c1a19 mmc_erase +EXPORT_SYMBOL vmlinux 0x7f658e80 _raw_write_lock +EXPORT_SYMBOL vmlinux 0x7f86411e dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7fe38f48 sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x7fea7bc3 lookup_bdev +EXPORT_SYMBOL vmlinux 0x7febf421 bio_unmap_user +EXPORT_SYMBOL vmlinux 0x7ffa0aef block_write_end +EXPORT_SYMBOL vmlinux 0x8016c20d __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x801ebff7 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x802d0e93 crc32_le +EXPORT_SYMBOL vmlinux 0x804a02b0 mmc_flush_cache +EXPORT_SYMBOL vmlinux 0x8058c08c skb_queue_head +EXPORT_SYMBOL vmlinux 0x8062fffd pneigh_lookup +EXPORT_SYMBOL vmlinux 0x80658b6c km_report +EXPORT_SYMBOL vmlinux 0x807b213f xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x808ac21e mddev_congested +EXPORT_SYMBOL vmlinux 0x80bf60bd blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x80c2d00f mfd_add_devices +EXPORT_SYMBOL vmlinux 0x80c9c31f acpi_bus_generate_proc_event +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80e07abc seq_bitmap +EXPORT_SYMBOL vmlinux 0x812ab7b0 elevator_exit +EXPORT_SYMBOL vmlinux 0x81389fc2 scsi_remove_host +EXPORT_SYMBOL vmlinux 0x81399e09 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x81472677 acpi_get_table +EXPORT_SYMBOL vmlinux 0x814e7730 nf_ct_destroy +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815f2897 empty_zero_page +EXPORT_SYMBOL vmlinux 0x8161f29a mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x819fc441 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x81c123e1 kill_block_super +EXPORT_SYMBOL vmlinux 0x81c1bf72 jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x81d10f5f trace_seq_putc +EXPORT_SYMBOL vmlinux 0x81d2e6e8 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x81ef2543 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x81ef2a51 blk_complete_request +EXPORT_SYMBOL vmlinux 0x81f00c74 mii_check_gmii_support +EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill +EXPORT_SYMBOL vmlinux 0x820ac0f7 inode_needs_sync +EXPORT_SYMBOL vmlinux 0x8212721d xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0x8225817a inet6_release +EXPORT_SYMBOL vmlinux 0x822c15fc __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x822e23d6 mnt_unpin +EXPORT_SYMBOL vmlinux 0x822e8d7a bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x824d5bb9 tcp_check_req +EXPORT_SYMBOL vmlinux 0x824d7b33 blk_queue_prep_rq +EXPORT_SYMBOL vmlinux 0x8251bcc3 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x8251cb63 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x8260686f bitmap_find_next_zero_area +EXPORT_SYMBOL vmlinux 0x826d312c tcp_poll +EXPORT_SYMBOL vmlinux 0x826fa69b sock_i_uid +EXPORT_SYMBOL vmlinux 0x827937f7 pci_iomap +EXPORT_SYMBOL vmlinux 0x8291af29 __blk_end_request_cur +EXPORT_SYMBOL vmlinux 0x829727d3 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x829d4e08 rwsem_down_write_failed +EXPORT_SYMBOL vmlinux 0x82aa0e47 register_exec_domain +EXPORT_SYMBOL vmlinux 0x82acfb70 blk_iopoll_sched +EXPORT_SYMBOL vmlinux 0x82ae3c2d bitmap_unplug +EXPORT_SYMBOL vmlinux 0x82bda95c swiotlb_unmap_sg +EXPORT_SYMBOL vmlinux 0x82e4d64a acpi_pci_register_driver +EXPORT_SYMBOL vmlinux 0x82ff6be5 generic_file_fsync +EXPORT_SYMBOL vmlinux 0x830e547b ioremap_prot +EXPORT_SYMBOL vmlinux 0x83164982 simple_transaction_release +EXPORT_SYMBOL vmlinux 0x831b7229 max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x8321994e acpi_is_video_device +EXPORT_SYMBOL vmlinux 0x8326e7d0 sock_create_lite +EXPORT_SYMBOL vmlinux 0x8331287c sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x8332e988 tty_schedule_flip +EXPORT_SYMBOL vmlinux 0x833c03aa acpi_enable_all_runtime_gpes +EXPORT_SYMBOL vmlinux 0x83403359 ata_ap_acpi_handle +EXPORT_SYMBOL vmlinux 0x8373692f i2c_get_adapter +EXPORT_SYMBOL vmlinux 0x8377c30b vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x838f70b0 twl_i2c_write_u8 +EXPORT_SYMBOL vmlinux 0x83a476ce bitmap_scnlistprintf +EXPORT_SYMBOL vmlinux 0x83c8a355 param_set_int +EXPORT_SYMBOL vmlinux 0x83cd257f dev_change_flags +EXPORT_SYMBOL vmlinux 0x83e8be3d udp_proc_register +EXPORT_SYMBOL vmlinux 0x83f3cdff gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0x84060081 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x84075ff6 console_start +EXPORT_SYMBOL vmlinux 0x8417f512 acpi_update_all_gpes +EXPORT_SYMBOL vmlinux 0x845e90dc xfrm6_rcv +EXPORT_SYMBOL vmlinux 0x84677b56 mmc_card_can_sleep +EXPORT_SYMBOL vmlinux 0x846bcc01 dm_table_get +EXPORT_SYMBOL vmlinux 0x846f73a9 pipe_to_file +EXPORT_SYMBOL vmlinux 0x84818cf5 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x8495b05e i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x84fea21c vsc824x_add_skew +EXPORT_SYMBOL vmlinux 0x85042464 __cleancache_invalidate_fs +EXPORT_SYMBOL vmlinux 0x85093972 save_mount_options +EXPORT_SYMBOL vmlinux 0x8520babf jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x85287d7d unlock_rename +EXPORT_SYMBOL vmlinux 0x853fea75 dma_find_channel +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x8575422f eth_header_cache +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85bb7a60 lease_get_mtime +EXPORT_SYMBOL vmlinux 0x85d1eb21 submit_bh +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85e4f6e8 max8925_set_bits +EXPORT_SYMBOL vmlinux 0x85f935a7 __ip_dev_find +EXPORT_SYMBOL vmlinux 0x860deba8 intel_gtt_get +EXPORT_SYMBOL vmlinux 0x861bfa87 input_get_keycode +EXPORT_SYMBOL vmlinux 0x86426bcb phy_drivers_register +EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x8664f62e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0x867207ab skb_clone +EXPORT_SYMBOL vmlinux 0x867f011a wake_up_process +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x868b8853 nf_unregister_hooks +EXPORT_SYMBOL vmlinux 0x86d5255f _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x86db9a2d pci_disable_device +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x86fd672f netif_skb_features +EXPORT_SYMBOL vmlinux 0x870b11a7 lro_receive_frags +EXPORT_SYMBOL vmlinux 0x870bf928 radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x870f187f devm_ioremap_nocache +EXPORT_SYMBOL vmlinux 0x871c0a7e fiemap_check_flags +EXPORT_SYMBOL vmlinux 0x8724696e xfrm6_prepare_output +EXPORT_SYMBOL vmlinux 0x873043b0 led_blink_set_oneshot +EXPORT_SYMBOL vmlinux 0x873aabb3 skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x876dafc3 ec_write +EXPORT_SYMBOL vmlinux 0x87768565 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x87830632 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x878ab3ce sysctl_tcp_adv_win_scale +EXPORT_SYMBOL vmlinux 0x87aaddf8 wrmsr_safe_regs_on_cpu +EXPORT_SYMBOL vmlinux 0x87b519b3 page_put_link +EXPORT_SYMBOL vmlinux 0x87c58a96 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x87ce1f99 eth_type_trans +EXPORT_SYMBOL vmlinux 0x87dbfbb8 key_link +EXPORT_SYMBOL vmlinux 0x87dc469a mempool_create_node +EXPORT_SYMBOL vmlinux 0x87f47050 vfs_unlink +EXPORT_SYMBOL vmlinux 0x881039d0 zlib_inflate +EXPORT_SYMBOL vmlinux 0x882ba8ce phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x8834396c mod_timer +EXPORT_SYMBOL vmlinux 0x885b7870 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x885c0d78 mb_cache_entry_release +EXPORT_SYMBOL vmlinux 0x8863ecf4 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x88745336 ppp_dev_name +EXPORT_SYMBOL vmlinux 0x889d15fc cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x88a49dfb skb_copy_expand +EXPORT_SYMBOL vmlinux 0x88b04e39 __register_nmi_handler +EXPORT_SYMBOL vmlinux 0x88d9dd33 tty_vhangup +EXPORT_SYMBOL vmlinux 0x88f00d18 lg_global_unlock +EXPORT_SYMBOL vmlinux 0x8911f158 complete_request_key +EXPORT_SYMBOL vmlinux 0x892b26a0 set_memory_nx +EXPORT_SYMBOL vmlinux 0x89413870 __blk_end_request_all +EXPORT_SYMBOL vmlinux 0x8958982e __bread +EXPORT_SYMBOL vmlinux 0x896edb42 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x89708128 filemap_write_and_wait +EXPORT_SYMBOL vmlinux 0x897473df mktime +EXPORT_SYMBOL vmlinux 0x898a88ef bio_integrity_enabled +EXPORT_SYMBOL vmlinux 0x89a31b4c phy_find_first +EXPORT_SYMBOL vmlinux 0x89aeb692 blkdev_get +EXPORT_SYMBOL vmlinux 0x89afe34e __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x89b11145 inet6_protos +EXPORT_SYMBOL vmlinux 0x89d5538d fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x89d66811 build_ehash_secret +EXPORT_SYMBOL vmlinux 0x89dae3db blk_queue_resize_tags +EXPORT_SYMBOL vmlinux 0x89e6131e fs_bio_set +EXPORT_SYMBOL vmlinux 0x8a152588 qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies +EXPORT_SYMBOL vmlinux 0x8a23899b inode_dio_done +EXPORT_SYMBOL vmlinux 0x8a26f07a neigh_table_init +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a5260cd tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x8a62d62d read_dev_sector +EXPORT_SYMBOL vmlinux 0x8a6af65c kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0x8a6c7bfe pci_enable_msi_block +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a90f2ed scsi_sd_probe_domain +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aa0da64 find_get_page +EXPORT_SYMBOL vmlinux 0x8aae33ee max8998_update_reg +EXPORT_SYMBOL vmlinux 0x8ac94f19 ilookup +EXPORT_SYMBOL vmlinux 0x8ace8ca3 groups_alloc +EXPORT_SYMBOL vmlinux 0x8ae8afa7 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x8afcbe93 ip6_xmit +EXPORT_SYMBOL vmlinux 0x8b1a7a66 pcie_aspm_enabled +EXPORT_SYMBOL vmlinux 0x8b226a81 acpi_video_dmi_demote_vendor +EXPORT_SYMBOL vmlinux 0x8b25739c dump_write +EXPORT_SYMBOL vmlinux 0x8b35e873 sg_last +EXPORT_SYMBOL vmlinux 0x8b5f4a2e IO_APIC_get_PCI_irq_vector +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b66c01a devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0x8b8b060e blk_end_request +EXPORT_SYMBOL vmlinux 0x8b989cf9 acpi_bus_can_wakeup +EXPORT_SYMBOL vmlinux 0x8ba40929 sk_stop_timer +EXPORT_SYMBOL vmlinux 0x8ba9d81d blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x8bc86f93 swiotlb_dma_mapping_error +EXPORT_SYMBOL vmlinux 0x8bc9e350 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x8bf3e99c generic_file_aio_read +EXPORT_SYMBOL vmlinux 0x8bfe8c57 param_set_uint +EXPORT_SYMBOL vmlinux 0x8c183cbe iowrite16 +EXPORT_SYMBOL vmlinux 0x8c196454 pci_restore_state +EXPORT_SYMBOL vmlinux 0x8c36c539 compat_ip_getsockopt +EXPORT_SYMBOL vmlinux 0x8c3935fa set_pages_array_wb +EXPORT_SYMBOL vmlinux 0x8c4c34d3 page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x8c546305 qdisc_reset +EXPORT_SYMBOL vmlinux 0x8c56d5ef jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x8c59211b dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x8c614e46 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x8c637d43 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x8cc772e6 blk_integrity_register +EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8d3a4657 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x8d551bef sysctl_tcp_rmem +EXPORT_SYMBOL vmlinux 0x8d6906d4 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x8d6e2879 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x8d8d96c6 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x8da1a3cb acpi_remove_interface +EXPORT_SYMBOL vmlinux 0x8daf8c42 dql_init +EXPORT_SYMBOL vmlinux 0x8dc3ee2c dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x8de02154 mmc_fixup_device +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8dfe4ce1 neigh_lookup_nodev +EXPORT_SYMBOL vmlinux 0x8e002cda acpi_remove_gpe_block +EXPORT_SYMBOL vmlinux 0x8e1c72e0 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0x8e1ea234 skb_gso_segment +EXPORT_SYMBOL vmlinux 0x8e28cd42 in_egroup_p +EXPORT_SYMBOL vmlinux 0x8ea37551 tty_port_close_end +EXPORT_SYMBOL vmlinux 0x8eabd0da scsi_cmd_get_serial +EXPORT_SYMBOL vmlinux 0x8eac7c7f pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0x8eaf2a5f vga_switcheroo_unregister_handler +EXPORT_SYMBOL vmlinux 0x8f11356b sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x8f2703b7 wbinvd_on_all_cpus +EXPORT_SYMBOL vmlinux 0x8f27b4a3 dst_release +EXPORT_SYMBOL vmlinux 0x8f2b6564 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x8f35217d netdev_class_remove_file +EXPORT_SYMBOL vmlinux 0x8f397731 skb_free_datagram +EXPORT_SYMBOL vmlinux 0x8f52a40d kobject_set_name +EXPORT_SYMBOL vmlinux 0x8f7014a1 param_set_ulong +EXPORT_SYMBOL vmlinux 0x8f73a403 mapping_tagged +EXPORT_SYMBOL vmlinux 0x8f7af24a alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x8f7f1ef1 netlink_broadcast +EXPORT_SYMBOL vmlinux 0x8f868ab6 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x8f9c199c __get_user_2 +EXPORT_SYMBOL vmlinux 0x8fa2c4c1 dentry_unhash +EXPORT_SYMBOL vmlinux 0x8fb25e30 sock_alloc_file +EXPORT_SYMBOL vmlinux 0x8fbb68e3 alloc_disk_node +EXPORT_SYMBOL vmlinux 0x8fbc3cf7 mmc_power_save_host +EXPORT_SYMBOL vmlinux 0x8fd934e6 __get_user_pages +EXPORT_SYMBOL vmlinux 0x8fde5d80 inode_init_once +EXPORT_SYMBOL vmlinux 0x8fe48b08 register_sysctl_paths +EXPORT_SYMBOL vmlinux 0x8fe9c76e tcp_enter_memory_pressure +EXPORT_SYMBOL vmlinux 0x9029106d mmc_release_host +EXPORT_SYMBOL vmlinux 0x904409c6 acpi_set_firmware_waking_vector +EXPORT_SYMBOL vmlinux 0x9046b526 generic_file_buffered_write +EXPORT_SYMBOL vmlinux 0x9052e1bd blk_get_request +EXPORT_SYMBOL vmlinux 0x906d250e simple_dir_operations +EXPORT_SYMBOL vmlinux 0x907bdd1a mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x909b74e6 dquot_operations +EXPORT_SYMBOL vmlinux 0x90a1601f dmi_check_system +EXPORT_SYMBOL vmlinux 0x90a72057 __dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x90ac945d pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x90b4b41d nf_reinject +EXPORT_SYMBOL vmlinux 0x90b798c7 end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x90bdb458 should_remove_suid +EXPORT_SYMBOL vmlinux 0x90e5d0b8 print_hex_dump_bytes +EXPORT_SYMBOL vmlinux 0x90f502e5 sock_no_listen +EXPORT_SYMBOL vmlinux 0x911c6dc5 mount_ns +EXPORT_SYMBOL vmlinux 0x911f9dfd devm_usb_put_phy +EXPORT_SYMBOL vmlinux 0x9135a516 compat_ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x9139096d sock_no_socketpair +EXPORT_SYMBOL vmlinux 0x913db9fb noop_qdisc +EXPORT_SYMBOL vmlinux 0x913ff3b1 mmc_add_host +EXPORT_SYMBOL vmlinux 0x9144a8e2 ec_burst_disable +EXPORT_SYMBOL vmlinux 0x91463b1d kstrtos16 +EXPORT_SYMBOL vmlinux 0x914f8347 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x914fc609 netdev_update_features +EXPORT_SYMBOL vmlinux 0x91607d95 set_memory_wb +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x91715312 sprintf +EXPORT_SYMBOL vmlinux 0x91731254 scsi_cmd_blk_ioctl +EXPORT_SYMBOL vmlinux 0x91949a7d d_alloc_pseudo +EXPORT_SYMBOL vmlinux 0x9199ec77 pci_select_bars +EXPORT_SYMBOL vmlinux 0x91a3cdf4 down_timeout +EXPORT_SYMBOL vmlinux 0x91a8f755 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x91ac822f vscnprintf +EXPORT_SYMBOL vmlinux 0x91b0f844 ppp_unit_number +EXPORT_SYMBOL vmlinux 0x91b499e5 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x91ca2039 open_exec +EXPORT_SYMBOL vmlinux 0x91df8e56 inet_twsk_deschedule +EXPORT_SYMBOL vmlinux 0x91f4b350 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x91f8cd71 gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x91ff6d11 agp_alloc_page_array +EXPORT_SYMBOL vmlinux 0x922c950c block_write_begin +EXPORT_SYMBOL vmlinux 0x9238a80a d_alloc +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x92654fbf d_path +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x92946f6a mb_cache_entry_alloc +EXPORT_SYMBOL vmlinux 0x92a9c60c time_to_tm +EXPORT_SYMBOL vmlinux 0x92ac90ff iget_locked +EXPORT_SYMBOL vmlinux 0x92c7baec blk_fetch_request +EXPORT_SYMBOL vmlinux 0x92de15d6 send_sig_info +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x931e83d6 devm_request_and_ioremap +EXPORT_SYMBOL vmlinux 0x9327f5ce _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x93448c57 screen_info +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b1828f sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x93b9cba0 genl_unregister_family +EXPORT_SYMBOL vmlinux 0x93c47c50 inet_listen +EXPORT_SYMBOL vmlinux 0x93c651be acpi_info +EXPORT_SYMBOL vmlinux 0x93d69b8d filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x93ddece3 netdev_set_master +EXPORT_SYMBOL vmlinux 0x93f3e52b acpi_extract_package +EXPORT_SYMBOL vmlinux 0x93fc4126 set_pages_nx +EXPORT_SYMBOL vmlinux 0x93fca811 __get_free_pages +EXPORT_SYMBOL vmlinux 0x93ff76d6 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x941ac8b6 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x941fce4f agp_generic_enable +EXPORT_SYMBOL vmlinux 0x9437c38d dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x9439de98 pnpacpi_protocol +EXPORT_SYMBOL vmlinux 0x943c43cc __page_symlink +EXPORT_SYMBOL vmlinux 0x94552902 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x94645460 pci_match_id +EXPORT_SYMBOL vmlinux 0x94858e53 ip6_frag_match +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94993346 try_module_get +EXPORT_SYMBOL vmlinux 0x94aa429e mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x94d982b4 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x9501a8b1 dquot_initialize +EXPORT_SYMBOL vmlinux 0x9518b623 register_shrinker +EXPORT_SYMBOL vmlinux 0x954488a4 syncookie_secret +EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init +EXPORT_SYMBOL vmlinux 0x95823952 invalidate_partition +EXPORT_SYMBOL vmlinux 0x958a284d inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x95964e42 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x95e5b293 tcf_hash_check +EXPORT_SYMBOL vmlinux 0x95ed32a0 uart_resume_port +EXPORT_SYMBOL vmlinux 0x95f4eb3d journal_check_available_features +EXPORT_SYMBOL vmlinux 0x95f89a33 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x96000c89 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x961ac61b netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x964fb185 journal_update_format +EXPORT_SYMBOL vmlinux 0x96553e1b d_find_alias +EXPORT_SYMBOL vmlinux 0x965c65fc d_find_any_alias +EXPORT_SYMBOL vmlinux 0x9664789d uart_suspend_port +EXPORT_SYMBOL vmlinux 0x9698c538 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x969c0f35 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96cdf5ab kernel_getsockname +EXPORT_SYMBOL vmlinux 0x96f1d435 fget_light +EXPORT_SYMBOL vmlinux 0x97118231 genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x9715c7ac kmem_cache_create +EXPORT_SYMBOL vmlinux 0x9725b589 proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x972f0b5f kblockd_schedule_delayed_work +EXPORT_SYMBOL vmlinux 0x9737a563 swiotlb_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0x974d0911 __scsi_add_device +EXPORT_SYMBOL vmlinux 0x9754ec10 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x9756a102 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x9759f031 truncate_setsize +EXPORT_SYMBOL vmlinux 0x977ca0c9 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x97868aef __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state +EXPORT_SYMBOL vmlinux 0x97a15957 neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x97c5bd0a acpi_unload_parent_table +EXPORT_SYMBOL vmlinux 0x97ce7afe pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0x97d9788d set_bdi_congested +EXPORT_SYMBOL vmlinux 0x97d9caa3 agp_copy_info +EXPORT_SYMBOL vmlinux 0x97d9eeed kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x97de0ddd acpi_install_gpe_block +EXPORT_SYMBOL vmlinux 0x97e73fcd tty_kref_put +EXPORT_SYMBOL vmlinux 0x98138af3 dump_seek +EXPORT_SYMBOL vmlinux 0x9820b644 warn_slowpath_fmt_taint +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x9863e67a d_rehash +EXPORT_SYMBOL vmlinux 0x986e6135 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x988ed85d set_memory_x +EXPORT_SYMBOL vmlinux 0x98fa21b0 mod_timer_pinned +EXPORT_SYMBOL vmlinux 0x99195078 vsnprintf +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x99591a7a ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x99626e5f kill_pid +EXPORT_SYMBOL vmlinux 0x99670d9c log_start_commit +EXPORT_SYMBOL vmlinux 0x9967e185 blk_end_request_all +EXPORT_SYMBOL vmlinux 0x9970c433 mmc_card_awake +EXPORT_SYMBOL vmlinux 0x998ac612 mmc_register_driver +EXPORT_SYMBOL vmlinux 0x999238cd first_ec +EXPORT_SYMBOL vmlinux 0x9994c0ca ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99bdd967 cancel_dirty_page +EXPORT_SYMBOL vmlinux 0x99c1eaab pcie_port_service_register +EXPORT_SYMBOL vmlinux 0x99c9136e register_gifconf +EXPORT_SYMBOL vmlinux 0x99cdc86b sysctl_tcp_reordering +EXPORT_SYMBOL vmlinux 0x99d3a43c dm_table_get_size +EXPORT_SYMBOL vmlinux 0x99f068d5 x86_cpu_to_node_map +EXPORT_SYMBOL vmlinux 0x99f82900 md_check_recovery +EXPORT_SYMBOL vmlinux 0x9a193ff6 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x9a1b3285 ether_setup +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval +EXPORT_SYMBOL vmlinux 0x9a2a2db4 pnp_disable_dev +EXPORT_SYMBOL vmlinux 0x9a31bb74 module_layout +EXPORT_SYMBOL vmlinux 0x9a4d0f0d __nla_reserve +EXPORT_SYMBOL vmlinux 0x9a5ffc64 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x9a646a9b kern_path +EXPORT_SYMBOL vmlinux 0x9a6db2e1 skb_find_text +EXPORT_SYMBOL vmlinux 0x9a730714 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x9ac19b61 security_mmap_file +EXPORT_SYMBOL vmlinux 0x9ad5e0c8 kernel_getpeername +EXPORT_SYMBOL vmlinux 0x9ada41a8 __generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x9af89f98 memcpy_fromiovec +EXPORT_SYMBOL vmlinux 0x9b03c038 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x9b063990 scsi_init_io +EXPORT_SYMBOL vmlinux 0x9b0a3e37 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x9b13b8e7 tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x9b1d2d77 bio_integrity_get_tag +EXPORT_SYMBOL vmlinux 0x9b388444 get_zeroed_page +EXPORT_SYMBOL vmlinux 0x9b396f37 block_write_full_page_endio +EXPORT_SYMBOL vmlinux 0x9b463ce7 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x9b4dff1b registered_fb +EXPORT_SYMBOL vmlinux 0x9b75cb81 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x9b7bd809 mii_check_link +EXPORT_SYMBOL vmlinux 0x9b8c373b cpufreq_cooling_register +EXPORT_SYMBOL vmlinux 0x9b9aa757 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x9b9e05f9 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x9ba7089d argv_split +EXPORT_SYMBOL vmlinux 0x9be7bde4 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x9bfd1314 max8998_write_reg +EXPORT_SYMBOL vmlinux 0x9c1aebbc pci_dev_driver +EXPORT_SYMBOL vmlinux 0x9c1c35d3 log_wait_commit +EXPORT_SYMBOL vmlinux 0x9c46d06b gen_new_estimator +EXPORT_SYMBOL vmlinux 0x9c491f60 sg_alloc_table +EXPORT_SYMBOL vmlinux 0x9c650b2c aio_put_req +EXPORT_SYMBOL vmlinux 0x9c69d434 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x9c71a9de kernel_setsockopt +EXPORT_SYMBOL vmlinux 0x9c731f28 tty_port_close +EXPORT_SYMBOL vmlinux 0x9c99a805 drop_nlink +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cb25b0c __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x9cb2cc6f ida_remove +EXPORT_SYMBOL vmlinux 0x9cb96e92 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0x9cbe7067 check_disk_change +EXPORT_SYMBOL vmlinux 0x9cbff3b4 phy_device_register +EXPORT_SYMBOL vmlinux 0x9cc5adfc __register_chrdev +EXPORT_SYMBOL vmlinux 0x9cc9640a set_disk_ro +EXPORT_SYMBOL vmlinux 0x9cc977b5 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0x9cd3d305 blk_bio_map_sg +EXPORT_SYMBOL vmlinux 0x9ce7bd81 free_task +EXPORT_SYMBOL vmlinux 0x9ceafb4c i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x9cfb4ff5 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x9cfd56c5 scsi_print_status +EXPORT_SYMBOL vmlinux 0x9d1a5e3a __memcpy +EXPORT_SYMBOL vmlinux 0x9d33ef5e acpi_enable +EXPORT_SYMBOL vmlinux 0x9d3aa376 blk_iopoll_init +EXPORT_SYMBOL vmlinux 0x9d6dbebd kobject_init +EXPORT_SYMBOL vmlinux 0x9d80a19e create_empty_buffers +EXPORT_SYMBOL vmlinux 0x9d8a77f2 agp_generic_remove_memory +EXPORT_SYMBOL vmlinux 0x9d95731e blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x9dcf86b9 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x9ded188e kobject_del +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e3005ec pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x9e34187c ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0x9e363b6b acpi_disable_gpe +EXPORT_SYMBOL vmlinux 0x9e430b7a devm_gpio_request_one +EXPORT_SYMBOL vmlinux 0x9e463ec9 blk_queue_dma_pad +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e607910 audit_log +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e64fbfe rtc_cmos_read +EXPORT_SYMBOL vmlinux 0x9e6f3cb1 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x9e737ad2 vm_insert_pfn +EXPORT_SYMBOL vmlinux 0x9e781e64 __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e9b1d10 pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0x9e9ca540 dev_driver_string +EXPORT_SYMBOL vmlinux 0x9e9f1714 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0x9ea0ad49 __sg_free_table +EXPORT_SYMBOL vmlinux 0x9eb11243 bdi_register_dev +EXPORT_SYMBOL vmlinux 0x9ebd4c04 adjust_resource +EXPORT_SYMBOL vmlinux 0x9ebdf059 x86_hyper +EXPORT_SYMBOL vmlinux 0x9ec960d0 udp_sendmsg +EXPORT_SYMBOL vmlinux 0x9f08a7f7 jbd2_journal_file_inode +EXPORT_SYMBOL vmlinux 0x9f2bdaac __bitmap_or +EXPORT_SYMBOL vmlinux 0x9f366c85 alloc_file +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f6e19ab mem_section +EXPORT_SYMBOL vmlinux 0x9f800352 ab3100_event_register +EXPORT_SYMBOL vmlinux 0x9f95450a input_unregister_device +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9f9b1e70 vm_stat +EXPORT_SYMBOL vmlinux 0x9fa687bc pci_reenable_device +EXPORT_SYMBOL vmlinux 0x9fcce49d ab3100_event_unregister +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9ff10560 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x9ff227d1 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0x9ffee79b posix_lock_file +EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa0151aac __wait_on_buffer +EXPORT_SYMBOL vmlinux 0xa033cff7 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0xa04345d4 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xa04a01bd qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xa05c03df mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr +EXPORT_SYMBOL vmlinux 0xa07ed110 xz_dec_init +EXPORT_SYMBOL vmlinux 0xa0834a47 gen_pool_free +EXPORT_SYMBOL vmlinux 0xa084f53f put_page +EXPORT_SYMBOL vmlinux 0xa0a52ccb blk_queue_free_tags +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0b2b877 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xa0ceef51 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0xa0e6fa2f __alloc_pages_nodemask +EXPORT_SYMBOL vmlinux 0xa0f2d3d5 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0xa0f605ee finish_no_open +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa0ff74d6 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0xa10019d8 pci_save_state +EXPORT_SYMBOL vmlinux 0xa1035b74 dquot_alloc +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa110c934 ns_capable +EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xa134e0bf jbd2_journal_invalidatepage +EXPORT_SYMBOL vmlinux 0xa1415618 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0xa14f3d8c ewma_add +EXPORT_SYMBOL vmlinux 0xa16027d4 dquot_free_inode +EXPORT_SYMBOL vmlinux 0xa18722ea md_set_array_sectors +EXPORT_SYMBOL vmlinux 0xa1b64b80 xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0xa1b759ce fb_add_videomode +EXPORT_SYMBOL vmlinux 0xa1c5a3b3 cleancache_enabled +EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched +EXPORT_SYMBOL vmlinux 0xa20064dd journal_init_inode +EXPORT_SYMBOL vmlinux 0xa202a8e5 kmalloc_order_trace +EXPORT_SYMBOL vmlinux 0xa20ce1b8 net_msg_warn +EXPORT_SYMBOL vmlinux 0xa20dcbc4 get_unmapped_area +EXPORT_SYMBOL vmlinux 0xa20e7172 mmc_can_discard +EXPORT_SYMBOL vmlinux 0xa2224ba9 init_buffer +EXPORT_SYMBOL vmlinux 0xa22f86c3 scsi_execute_req +EXPORT_SYMBOL vmlinux 0xa22fbff7 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0xa250c838 param_get_charp +EXPORT_SYMBOL vmlinux 0xa2848c50 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0xa2874a83 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xa2923b8a tcp_recvmsg +EXPORT_SYMBOL vmlinux 0xa2931d25 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xa299e215 agp_enable +EXPORT_SYMBOL vmlinux 0xa2a4b15c amd_iommu_device_info +EXPORT_SYMBOL vmlinux 0xa2a5fd77 inet_ehash_secret +EXPORT_SYMBOL vmlinux 0xa2c1ccd6 wait_on_sync_kiocb +EXPORT_SYMBOL vmlinux 0xa2c85a30 mem_cgroup_subsys +EXPORT_SYMBOL vmlinux 0xa2c95325 put_io_context +EXPORT_SYMBOL vmlinux 0xa2db7304 devm_ioremap +EXPORT_SYMBOL vmlinux 0xa2ef34d7 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xa30332c2 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0xa3248dea set_blocksize +EXPORT_SYMBOL vmlinux 0xa350a8f8 set_memory_array_uc +EXPORT_SYMBOL vmlinux 0xa35b05d0 pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0xa35bb577 task_nice +EXPORT_SYMBOL vmlinux 0xa35de80f ipv4_config +EXPORT_SYMBOL vmlinux 0xa368d033 vfs_rename +EXPORT_SYMBOL vmlinux 0xa387d933 dquot_disable +EXPORT_SYMBOL vmlinux 0xa39978b2 generic_permission +EXPORT_SYMBOL vmlinux 0xa3a07a32 phy_device_create +EXPORT_SYMBOL vmlinux 0xa3a77c69 down_read_trylock +EXPORT_SYMBOL vmlinux 0xa3d2ed71 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xa3fc3d50 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0xa400159f crc32_be +EXPORT_SYMBOL vmlinux 0xa40394bb kfree_skb_partial +EXPORT_SYMBOL vmlinux 0xa4511467 crc16 +EXPORT_SYMBOL vmlinux 0xa452046f pagevec_lookup +EXPORT_SYMBOL vmlinux 0xa4701e9e timekeeping_inject_offset +EXPORT_SYMBOL vmlinux 0xa492021f tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0xa4a9d41d schedule_work_on +EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep +EXPORT_SYMBOL vmlinux 0xa4bab3b0 set_device_ro +EXPORT_SYMBOL vmlinux 0xa4d4f0e6 global_cache_flush +EXPORT_SYMBOL vmlinux 0xa4d6a4f1 arp_create +EXPORT_SYMBOL vmlinux 0xa50eee6d request_firmware_nowait +EXPORT_SYMBOL vmlinux 0xa51df2b4 down_killable +EXPORT_SYMBOL vmlinux 0xa54d24c3 tcp_shutdown +EXPORT_SYMBOL vmlinux 0xa54e9366 pci_fixup_device +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa577a850 param_get_short +EXPORT_SYMBOL vmlinux 0xa57c2fe4 usb_add_phy +EXPORT_SYMBOL vmlinux 0xa58a3166 lg_local_lock +EXPORT_SYMBOL vmlinux 0xa598e29c vesa_modes +EXPORT_SYMBOL vmlinux 0xa59e4229 free_mdio_bitbang +EXPORT_SYMBOL vmlinux 0xa5d84cec vfs_mknod +EXPORT_SYMBOL vmlinux 0xa5dd45f3 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0xa5e4f65c __next_cpu_nr +EXPORT_SYMBOL vmlinux 0xa5fe82ff tcp_tso_segment +EXPORT_SYMBOL vmlinux 0xa606a6cc simple_link +EXPORT_SYMBOL vmlinux 0xa635fadd kernel_sendpage +EXPORT_SYMBOL vmlinux 0xa63d85ab slhc_remember +EXPORT_SYMBOL vmlinux 0xa6682ffb cdrom_ioctl +EXPORT_SYMBOL vmlinux 0xa67034f2 pci_scan_slot +EXPORT_SYMBOL vmlinux 0xa6715115 do_settimeofday +EXPORT_SYMBOL vmlinux 0xa6755375 swiotlb_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0xa675804c utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0xa676364f dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa68ea32f end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0xa69d18da thermal_zone_bind_cooling_device +EXPORT_SYMBOL vmlinux 0xa6ff02ad blk_register_region +EXPORT_SYMBOL vmlinux 0xa70fabbe release_evntsel_nmi +EXPORT_SYMBOL vmlinux 0xa726f228 simple_rmdir +EXPORT_SYMBOL vmlinux 0xa72a0f5b nr_online_nodes +EXPORT_SYMBOL vmlinux 0xa72e9b52 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0xa735db59 prandom_u32 +EXPORT_SYMBOL vmlinux 0xa7745d27 bd_set_size +EXPORT_SYMBOL vmlinux 0xa79b9b40 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0xa7bd52d9 misc_deregister +EXPORT_SYMBOL vmlinux 0xa81a0d86 generic_file_splice_write +EXPORT_SYMBOL vmlinux 0xa8232c78 strtobool +EXPORT_SYMBOL vmlinux 0xa82d5d12 page_follow_link_light +EXPORT_SYMBOL vmlinux 0xa8431d26 mmc_gpio_request_ro +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa848f510 ip_fragment +EXPORT_SYMBOL vmlinux 0xa8559ce8 bdi_destroy +EXPORT_SYMBOL vmlinux 0xa8699014 pid_task +EXPORT_SYMBOL vmlinux 0xa8721b97 system_state +EXPORT_SYMBOL vmlinux 0xa8a6f639 __check_region +EXPORT_SYMBOL vmlinux 0xa8aee677 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0xa8b0657a cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0xa8b1266e nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0xa8d42546 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0xa8d68abd acpi_warning +EXPORT_SYMBOL vmlinux 0xa8f73081 iput +EXPORT_SYMBOL vmlinux 0xa8fef7bb security_unix_may_send +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa91b5561 acpi_video_backlight_support +EXPORT_SYMBOL vmlinux 0xa94fcaee generic_fillattr +EXPORT_SYMBOL vmlinux 0xa95500fe alloc_fcdev +EXPORT_SYMBOL vmlinux 0xa95d3cdb gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0xa95f5ae1 new_inode +EXPORT_SYMBOL vmlinux 0xa96fe422 seq_write +EXPORT_SYMBOL vmlinux 0xa97d2695 kmem_cache_free +EXPORT_SYMBOL vmlinux 0xa981fa2d iov_iter_fault_in_readable +EXPORT_SYMBOL vmlinux 0xa9a4c8e7 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0xa9a4d647 clear_nlink +EXPORT_SYMBOL vmlinux 0xa9bb7fdb ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xa9bd2676 __vmalloc +EXPORT_SYMBOL vmlinux 0xa9c2fa00 scsi_register_interface +EXPORT_SYMBOL vmlinux 0xa9c894eb idr_replace +EXPORT_SYMBOL vmlinux 0xa9d676ec path_put +EXPORT_SYMBOL vmlinux 0xa9da95f9 poll_schedule_timeout +EXPORT_SYMBOL vmlinux 0xa9ef340a nf_hook_slow +EXPORT_SYMBOL vmlinux 0xaa15130c mdiobus_unregister +EXPORT_SYMBOL vmlinux 0xaa286809 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0xaa4249b6 mntget +EXPORT_SYMBOL vmlinux 0xaa4fb4f8 cdev_init +EXPORT_SYMBOL vmlinux 0xaa6266d5 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa952771 __invalidate_device +EXPORT_SYMBOL vmlinux 0xaab394ed __breadahead +EXPORT_SYMBOL vmlinux 0xaab4463e pci_pme_active +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaae8ab0e acpi_bus_power_manageable +EXPORT_SYMBOL vmlinux 0xaaf45875 acpi_lid_notifier_unregister +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab1d6cc1 param_get_long +EXPORT_SYMBOL vmlinux 0xab1e8803 set_pages_wb +EXPORT_SYMBOL vmlinux 0xab21630e bdevname +EXPORT_SYMBOL vmlinux 0xab274d39 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0xab2abddf dma_spin_lock +EXPORT_SYMBOL vmlinux 0xab40ee99 pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0xab549363 usb_put_phy +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab614490 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0xab65ed80 set_memory_uc +EXPORT_SYMBOL vmlinux 0xab6abaf9 pci_get_slot +EXPORT_SYMBOL vmlinux 0xab6bde28 sysctl_max_syn_backlog +EXPORT_SYMBOL vmlinux 0xab770678 rdmsr_safe_regs_on_cpu +EXPORT_SYMBOL vmlinux 0xab8cecf0 agp_generic_create_gatt_table +EXPORT_SYMBOL vmlinux 0xaba33759 __pci_register_driver +EXPORT_SYMBOL vmlinux 0xabcaa577 free_anon_bdev +EXPORT_SYMBOL vmlinux 0xabd0c91c rtc_time_to_tm +EXPORT_SYMBOL vmlinux 0xabd25043 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0xac0ba8c1 blk_iopoll_disable +EXPORT_SYMBOL vmlinux 0xac10809d netpoll_send_skb_on_dev +EXPORT_SYMBOL vmlinux 0xac289b57 net_dma_find_channel +EXPORT_SYMBOL vmlinux 0xac358a5c soft_cursor +EXPORT_SYMBOL vmlinux 0xac3d20e2 unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xac41244a sock_kfree_s +EXPORT_SYMBOL vmlinux 0xac58ea5e acpi_unload_table_id +EXPORT_SYMBOL vmlinux 0xac61430a i2c_use_client +EXPORT_SYMBOL vmlinux 0xac6855b0 gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xac71de2f blk_make_request +EXPORT_SYMBOL vmlinux 0xac7e514f skb_append_datato_frags +EXPORT_SYMBOL vmlinux 0xac871989 dmam_alloc_coherent +EXPORT_SYMBOL vmlinux 0xac96ec0d clocksource_change_rating +EXPORT_SYMBOL vmlinux 0xaccabc6a in4_pton +EXPORT_SYMBOL vmlinux 0xacde6340 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0xace5f3c3 pci_enable_device +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xad01744f kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad0aaafd napi_gro_frags +EXPORT_SYMBOL vmlinux 0xad13c689 acpi_os_execute +EXPORT_SYMBOL vmlinux 0xad164875 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xad18266c iov_iter_copy_from_user_atomic +EXPORT_SYMBOL vmlinux 0xad209b61 inet6_bind +EXPORT_SYMBOL vmlinux 0xad2514c7 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0xad2a8bd2 x86_bios_cpu_apicid +EXPORT_SYMBOL vmlinux 0xad436042 dev_notice +EXPORT_SYMBOL vmlinux 0xad624ed0 abx500_get_register_page_interruptible +EXPORT_SYMBOL vmlinux 0xad7cb3a4 __free_pages +EXPORT_SYMBOL vmlinux 0xad8441e1 blk_queue_bounce +EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event +EXPORT_SYMBOL vmlinux 0xadaa2657 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0xadaabe1b pv_lock_ops +EXPORT_SYMBOL vmlinux 0xadb47a27 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0xadb5559d param_ops_byte +EXPORT_SYMBOL vmlinux 0xadc6870b update_devfreq +EXPORT_SYMBOL vmlinux 0xadda9e54 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0xade2ff46 zero_fill_bio +EXPORT_SYMBOL vmlinux 0xae0629cd jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0xae07f1a1 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0xae361aba mmc_detect_change +EXPORT_SYMBOL vmlinux 0xae6ac878 ip_defrag +EXPORT_SYMBOL vmlinux 0xae6baaa3 bmap +EXPORT_SYMBOL vmlinux 0xae6d31c6 journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xae6fe5c5 generic_mii_ioctl +EXPORT_SYMBOL vmlinux 0xae6ff088 pci_enable_bridges +EXPORT_SYMBOL vmlinux 0xae729e59 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0xae9906a0 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0xaea1c316 compat_ip_setsockopt +EXPORT_SYMBOL vmlinux 0xaea976a8 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xaed0d155 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0xaf20d3ef dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0xaf36b152 acpi_bus_get_status +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf55eddd __mmc_claim_host +EXPORT_SYMBOL vmlinux 0xaf611eac amd_nb_misc_ids +EXPORT_SYMBOL vmlinux 0xaf6ae696 kstrndup +EXPORT_SYMBOL vmlinux 0xaf91d89f __kernel_param_lock +EXPORT_SYMBOL vmlinux 0xaf95dff8 inode_get_bytes +EXPORT_SYMBOL vmlinux 0xaf99c758 flush_old_exec +EXPORT_SYMBOL vmlinux 0xafa462f8 ip_cmsg_recv +EXPORT_SYMBOL vmlinux 0xafa94608 skb_copy_bits +EXPORT_SYMBOL vmlinux 0xafb8c6ff copy_user_generic_string +EXPORT_SYMBOL vmlinux 0xafcd36d1 acpi_device_hid +EXPORT_SYMBOL vmlinux 0xafd06f3b dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0xafd5ff2c amd_iommu_v2_supported +EXPORT_SYMBOL vmlinux 0xafef8fa9 register_memory_notifier +EXPORT_SYMBOL vmlinux 0xaff1c8f5 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0xb006fa37 elv_rb_find +EXPORT_SYMBOL vmlinux 0xb01b1db8 intel_gtt_insert_sg_entries +EXPORT_SYMBOL vmlinux 0xb054a486 fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb08f24ff dmam_pool_create +EXPORT_SYMBOL vmlinux 0xb09fd2ae init_task +EXPORT_SYMBOL vmlinux 0xb0a6e12e pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0xb0b55f52 pci_dev_put +EXPORT_SYMBOL vmlinux 0xb0b847ac __bitmap_full +EXPORT_SYMBOL vmlinux 0xb0cbcadd pm860x_page_reg_read +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0e602eb memmove +EXPORT_SYMBOL vmlinux 0xb0edf4bd pm860x_page_set_bits +EXPORT_SYMBOL vmlinux 0xb0ffda2f blk_limits_max_hw_sectors +EXPORT_SYMBOL vmlinux 0xb1000bce kthread_bind +EXPORT_SYMBOL vmlinux 0xb104572b textsearch_register +EXPORT_SYMBOL vmlinux 0xb1080edb n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0xb11bb372 acpi_root_dir +EXPORT_SYMBOL vmlinux 0xb11dc417 scsi_add_device +EXPORT_SYMBOL vmlinux 0xb11f65ef vfs_symlink +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb12c2a75 bh_submit_read +EXPORT_SYMBOL vmlinux 0xb1342a49 padata_add_cpu +EXPORT_SYMBOL vmlinux 0xb138d0bf dm_ratelimit_state +EXPORT_SYMBOL vmlinux 0xb13dc6d8 pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0xb1597394 freeze_bdev +EXPORT_SYMBOL vmlinux 0xb1645a2e sg_free_table +EXPORT_SYMBOL vmlinux 0xb16f65f4 kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0xb19760c3 bitmap_onto +EXPORT_SYMBOL vmlinux 0xb1bcdc20 neigh_seq_start +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1cf44df fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xb1cfad22 rdmsr_on_cpu +EXPORT_SYMBOL vmlinux 0xb20ecf88 acpi_run_osc +EXPORT_SYMBOL vmlinux 0xb219d56c wbinvd_on_cpu +EXPORT_SYMBOL vmlinux 0xb221a515 pci_remove_bus +EXPORT_SYMBOL vmlinux 0xb2280295 sk_prot_clear_portaddr_nulls +EXPORT_SYMBOL vmlinux 0xb2682405 utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0xb28f3d17 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0xb2a965dd grab_cache_page_nowait +EXPORT_SYMBOL vmlinux 0xb2be6e92 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xb2d307de param_ops_short +EXPORT_SYMBOL vmlinux 0xb2e08e7b lg_local_unlock_cpu +EXPORT_SYMBOL vmlinux 0xb2f01450 i2c_release_client +EXPORT_SYMBOL vmlinux 0xb2f74fb6 intel_gmch_remove +EXPORT_SYMBOL vmlinux 0xb2fd5ceb __put_user_4 +EXPORT_SYMBOL vmlinux 0xb30fb905 md_write_start +EXPORT_SYMBOL vmlinux 0xb3129fad locks_free_lock +EXPORT_SYMBOL vmlinux 0xb319664c fb_set_suspend +EXPORT_SYMBOL vmlinux 0xb3284531 acpi_dbg_layer +EXPORT_SYMBOL vmlinux 0xb32d2b4a ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0xb3305d52 send_remote_softirq +EXPORT_SYMBOL vmlinux 0xb349e00d posix_lock_file_wait +EXPORT_SYMBOL vmlinux 0xb34d4c2e acpi_terminate +EXPORT_SYMBOL vmlinux 0xb352177e find_first_bit +EXPORT_SYMBOL vmlinux 0xb3532acb tty_get_baud_rate +EXPORT_SYMBOL vmlinux 0xb36f4395 blk_queue_merge_bvec +EXPORT_SYMBOL vmlinux 0xb396f1dd __find_get_block +EXPORT_SYMBOL vmlinux 0xb3b06375 get_super_thawed +EXPORT_SYMBOL vmlinux 0xb3bdbb87 sock_no_getsockopt +EXPORT_SYMBOL vmlinux 0xb3be75f6 dev_set_drvdata +EXPORT_SYMBOL vmlinux 0xb3dd166c scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0xb3e4d06f inet_addr_type +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb3fa9b4f register_framebuffer +EXPORT_SYMBOL vmlinux 0xb40644bb build_skb +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb42818d7 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0xb4463b3c tcf_exts_change +EXPORT_SYMBOL vmlinux 0xb44cf77e sockfd_lookup +EXPORT_SYMBOL vmlinux 0xb45aaade seq_release_private +EXPORT_SYMBOL vmlinux 0xb4709322 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0xb47e3523 swiotlb_map_sg +EXPORT_SYMBOL vmlinux 0xb485de9a pci_set_dma_seg_boundary +EXPORT_SYMBOL vmlinux 0xb497cd71 fd_install +EXPORT_SYMBOL vmlinux 0xb4b7b067 clocksource_unregister +EXPORT_SYMBOL vmlinux 0xb4b85dcd acpi_pci_unregister_driver +EXPORT_SYMBOL vmlinux 0xb4b98a36 account_page_writeback +EXPORT_SYMBOL vmlinux 0xb4bceb33 pipe_lock +EXPORT_SYMBOL vmlinux 0xb4c4f3cb n_tty_compat_ioctl_helper +EXPORT_SYMBOL vmlinux 0xb4cb1e57 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0xb4d61f9c bprm_change_interp +EXPORT_SYMBOL vmlinux 0xb4e142a9 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0xb4e573a9 filp_close +EXPORT_SYMBOL vmlinux 0xb509a9fb devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0xb5213a53 phy_detach +EXPORT_SYMBOL vmlinux 0xb529515a _dev_info +EXPORT_SYMBOL vmlinux 0xb52975a5 bio_add_pc_page +EXPORT_SYMBOL vmlinux 0xb52e9348 block_read_full_page +EXPORT_SYMBOL vmlinux 0xb52ee8be intel_gtt_clear_range +EXPORT_SYMBOL vmlinux 0xb54088a3 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0xb5436937 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0xb54533f7 usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xb5575d8c bdi_init +EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink +EXPORT_SYMBOL vmlinux 0xb59286c0 scsi_host_set_state +EXPORT_SYMBOL vmlinux 0xb5931e07 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0xb595d894 serio_interrupt +EXPORT_SYMBOL vmlinux 0xb5976a65 kern_unmount +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5c2f9a8 sg_miter_start +EXPORT_SYMBOL vmlinux 0xb5ca1c46 slhc_free +EXPORT_SYMBOL vmlinux 0xb5d5bfe0 generic_block_fiemap +EXPORT_SYMBOL vmlinux 0xb5dcab5b remove_wait_queue +EXPORT_SYMBOL vmlinux 0xb617c87e xfrm_unregister_mode +EXPORT_SYMBOL vmlinux 0xb6244511 sg_init_one +EXPORT_SYMBOL vmlinux 0xb63992fe inet_select_addr +EXPORT_SYMBOL vmlinux 0xb648bbe7 km_policy_notify +EXPORT_SYMBOL vmlinux 0xb6663bbd pcie_get_readrq +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb6822a33 radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0xb689e373 thermal_generate_netlink_event +EXPORT_SYMBOL vmlinux 0xb68ce139 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb6a61a86 qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit +EXPORT_SYMBOL vmlinux 0xb6a7b6e4 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0xb6b57abe skb_pull +EXPORT_SYMBOL vmlinux 0xb6c5a973 scsi_show_result +EXPORT_SYMBOL vmlinux 0xb6cbe886 acpi_get_node +EXPORT_SYMBOL vmlinux 0xb6e46568 generic_pipe_buf_unmap +EXPORT_SYMBOL vmlinux 0xb6f171a9 padata_alloc +EXPORT_SYMBOL vmlinux 0xb72ff4e6 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0xb730e464 input_set_abs_params +EXPORT_SYMBOL vmlinux 0xb736feb6 __register_binfmt +EXPORT_SYMBOL vmlinux 0xb74c57eb security_inode_permission +EXPORT_SYMBOL vmlinux 0xb758b225 acpi_disable_event +EXPORT_SYMBOL vmlinux 0xb78c47d1 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0xb79ef84b dev_mc_unsync +EXPORT_SYMBOL vmlinux 0xb7b5c085 sk_filter +EXPORT_SYMBOL vmlinux 0xb7c59293 cdev_del +EXPORT_SYMBOL vmlinux 0xb7cf9ffb tty_port_close_start +EXPORT_SYMBOL vmlinux 0xb7f47feb inode_sb_list_lock +EXPORT_SYMBOL vmlinux 0xb808cdac idr_for_each +EXPORT_SYMBOL vmlinux 0xb8125f99 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0xb818a92d acpi_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xb835b3e4 radix_tree_prev_hole +EXPORT_SYMBOL vmlinux 0xb845bd74 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0xb84d6d14 give_up_console +EXPORT_SYMBOL vmlinux 0xb8558ab6 simple_statfs +EXPORT_SYMBOL vmlinux 0xb857f10f locks_copy_lock +EXPORT_SYMBOL vmlinux 0xb87ba9a4 write_one_page +EXPORT_SYMBOL vmlinux 0xb88c6852 __dquot_transfer +EXPORT_SYMBOL vmlinux 0xb8903622 add_disk +EXPORT_SYMBOL vmlinux 0xb8cea3e7 acpi_get_hp_hw_control_from_firmware +EXPORT_SYMBOL vmlinux 0xb8e7ce2c __put_user_8 +EXPORT_SYMBOL vmlinux 0xb8fff1d4 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb9249d16 cpu_possible_mask +EXPORT_SYMBOL vmlinux 0xb93f2353 xfrm_register_type +EXPORT_SYMBOL vmlinux 0xb970ecf1 md_write_end +EXPORT_SYMBOL vmlinux 0xb98a0185 rtc_tm_to_time +EXPORT_SYMBOL vmlinux 0xb98fdb84 padata_free +EXPORT_SYMBOL vmlinux 0xb9a1ddb9 release_firmware +EXPORT_SYMBOL vmlinux 0xb9b10b47 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0xb9b4e181 alloc_pages_exact_nid +EXPORT_SYMBOL vmlinux 0xb9c4b0aa dev_get_stats +EXPORT_SYMBOL vmlinux 0xb9d22467 clear_inode +EXPORT_SYMBOL vmlinux 0xb9d3d670 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0xb9e21fac pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0xb9fd2205 add_efi_memmap +EXPORT_SYMBOL vmlinux 0xba02c84c sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0xba2d8594 ec_read +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba61b159 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0xba63339c _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xba858912 journal_abort +EXPORT_SYMBOL vmlinux 0xba9c73e4 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0xbaa2df88 find_inode_number +EXPORT_SYMBOL vmlinux 0xbaeffa05 qid_eq +EXPORT_SYMBOL vmlinux 0xbaf78031 mark_page_accessed +EXPORT_SYMBOL vmlinux 0xbafecf06 remove_proc_entry +EXPORT_SYMBOL vmlinux 0xbb189cad disallow_signal +EXPORT_SYMBOL vmlinux 0xbb2470bc tty_port_tty_get +EXPORT_SYMBOL vmlinux 0xbb34134a iov_shorten +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb5d343d xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xbb65759b idr_get_next +EXPORT_SYMBOL vmlinux 0xbb713e6d sk_filter_release_rcu +EXPORT_SYMBOL vmlinux 0xbb7b8a1e sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0xbb82b6a2 remove_arg_zero +EXPORT_SYMBOL vmlinux 0xbb94ee18 devfreq_interval_update +EXPORT_SYMBOL vmlinux 0xbb96f03f bdev_read_only +EXPORT_SYMBOL vmlinux 0xbb99125c get_default_font +EXPORT_SYMBOL vmlinux 0xbbaeb559 memcg_socket_limit_enabled +EXPORT_SYMBOL vmlinux 0xbbc2551c dev_uc_del +EXPORT_SYMBOL vmlinux 0xbbc35935 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0xbbdfe1df __neigh_event_send +EXPORT_SYMBOL vmlinux 0xbbfcaca5 bit_waitqueue +EXPORT_SYMBOL vmlinux 0xbc0d7baf scsi_host_put +EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc2978e9 lg_global_lock +EXPORT_SYMBOL vmlinux 0xbc51f9c0 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0xbc529a6b tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0xbc55fe5b eth_change_mtu +EXPORT_SYMBOL vmlinux 0xbc78fe0d mount_nodev +EXPORT_SYMBOL vmlinux 0xbca1992f eth_mac_addr +EXPORT_SYMBOL vmlinux 0xbca53ab3 force_sig +EXPORT_SYMBOL vmlinux 0xbca916b6 dquot_get_dqinfo +EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user +EXPORT_SYMBOL vmlinux 0xbcf2955f netpoll_parse_options +EXPORT_SYMBOL vmlinux 0xbd100793 cpu_online_mask +EXPORT_SYMBOL vmlinux 0xbd1d1da9 cap_mmap_file +EXPORT_SYMBOL vmlinux 0xbd2224ba dquot_quota_off +EXPORT_SYMBOL vmlinux 0xbd3f5159 km_policy_expired +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd8b4ab2 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0xbd97640f alloc_fddidev +EXPORT_SYMBOL vmlinux 0xbd9e76ee kernel_listen +EXPORT_SYMBOL vmlinux 0xbdaf5b07 acpi_os_read_port +EXPORT_SYMBOL vmlinux 0xbdbe7378 cookie_check_timestamp +EXPORT_SYMBOL vmlinux 0xbdbf66d2 elv_abort_queue +EXPORT_SYMBOL vmlinux 0xbdc89bea seq_escape +EXPORT_SYMBOL vmlinux 0xbdcb0540 pskb_expand_head +EXPORT_SYMBOL vmlinux 0xbdda748f mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0xbdfb6dbb __fentry__ +EXPORT_SYMBOL vmlinux 0xbe0caca0 install_exec_creds +EXPORT_SYMBOL vmlinux 0xbe18153d try_wait_for_completion +EXPORT_SYMBOL vmlinux 0xbe254e92 param_set_ushort +EXPORT_SYMBOL vmlinux 0xbe2c0274 add_timer +EXPORT_SYMBOL vmlinux 0xbe3db2fb proc_symlink +EXPORT_SYMBOL vmlinux 0xbe400d4a locks_init_lock +EXPORT_SYMBOL vmlinux 0xbe46f0eb abx500_register_ops +EXPORT_SYMBOL vmlinux 0xbe556246 input_set_keycode +EXPORT_SYMBOL vmlinux 0xbe6d650d pv_cpu_ops +EXPORT_SYMBOL vmlinux 0xbe79c9cc kthread_create_on_node +EXPORT_SYMBOL vmlinux 0xbe83e4ff kset_unregister +EXPORT_SYMBOL vmlinux 0xbec30d05 x86_match_cpu +EXPORT_SYMBOL vmlinux 0xbed43b30 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0xbeeb2ba9 mdiobus_free +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbf496031 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0xbf4d4bb9 acpi_bios_error +EXPORT_SYMBOL vmlinux 0xbf5d5b84 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0xbf7fd2f5 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0xbf8ba54a vprintk +EXPORT_SYMBOL vmlinux 0xbf8f7bfc vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0xbf91b172 bdev_stack_limits +EXPORT_SYMBOL vmlinux 0xbf94acb1 d_splice_alias +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbfa9b0a3 serio_rescan +EXPORT_SYMBOL vmlinux 0xbfb007d7 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0xbfbd0283 generic_file_aio_write +EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbfc407b4 param_ops_bint +EXPORT_SYMBOL vmlinux 0xbfd51ca3 input_unregister_handle +EXPORT_SYMBOL vmlinux 0xbfe4784c efi +EXPORT_SYMBOL vmlinux 0xbfe76f8a scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0xbfe89470 notify_thermal_framework +EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer +EXPORT_SYMBOL vmlinux 0xbff4b320 file_sb_list_del +EXPORT_SYMBOL vmlinux 0xc00bf332 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0xc01cf848 _raw_read_lock +EXPORT_SYMBOL vmlinux 0xc049e23f dev_activate +EXPORT_SYMBOL vmlinux 0xc05a6012 acpi_resource_to_address64 +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc0823e4c twl_i2c_write +EXPORT_SYMBOL vmlinux 0xc08b4978 scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0xc0a3d105 find_next_bit +EXPORT_SYMBOL vmlinux 0xc0a3f3b8 blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0xc0b33b22 pci_disable_msix +EXPORT_SYMBOL vmlinux 0xc0decdf1 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0xc10470c5 sk_reset_txq +EXPORT_SYMBOL vmlinux 0xc111aa25 pci_get_device +EXPORT_SYMBOL vmlinux 0xc11f316e dquot_destroy +EXPORT_SYMBOL vmlinux 0xc128e2e4 neigh_ifdown +EXPORT_SYMBOL vmlinux 0xc14b9881 vlan_vid_del +EXPORT_SYMBOL vmlinux 0xc15f9ec5 mdio_bus_type +EXPORT_SYMBOL vmlinux 0xc16e7d15 key_revoke +EXPORT_SYMBOL vmlinux 0xc176b7f7 dentry_path_raw +EXPORT_SYMBOL vmlinux 0xc19afccf pci_get_subsys +EXPORT_SYMBOL vmlinux 0xc1bd3866 blk_queue_stack_limits +EXPORT_SYMBOL vmlinux 0xc1c2dd09 __hw_addr_flush +EXPORT_SYMBOL vmlinux 0xc1d087bd sget +EXPORT_SYMBOL vmlinux 0xc1db4c7f generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0xc1f18431 cpufreq_cooling_unregister +EXPORT_SYMBOL vmlinux 0xc1f9d7a6 spi_dv_device +EXPORT_SYMBOL vmlinux 0xc22b50ad param_set_bint +EXPORT_SYMBOL vmlinux 0xc2424641 agp3_generic_cleanup +EXPORT_SYMBOL vmlinux 0xc256e762 __bitmap_equal +EXPORT_SYMBOL vmlinux 0xc2591b62 scsi_host_alloc +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc2ad18bf sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0xc2c555a8 prepare_creds +EXPORT_SYMBOL vmlinux 0xc2d63dcf dput +EXPORT_SYMBOL vmlinux 0xc2d90586 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2e7f487 del_gendisk +EXPORT_SYMBOL vmlinux 0xc2f9c045 timespec_to_jiffies +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc312ca93 keyring_clear +EXPORT_SYMBOL vmlinux 0xc350953d nf_nat_decode_session_hook +EXPORT_SYMBOL vmlinux 0xc3512873 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0xc3526fd2 mark_info_dirty +EXPORT_SYMBOL vmlinux 0xc35d082d journal_start +EXPORT_SYMBOL vmlinux 0xc3628a12 dev_alloc_name +EXPORT_SYMBOL vmlinux 0xc37a75d7 pci_disable_obff +EXPORT_SYMBOL vmlinux 0xc3aaf0a9 __put_user_1 +EXPORT_SYMBOL vmlinux 0xc3b61fdc generic_file_direct_write +EXPORT_SYMBOL vmlinux 0xc3db38f8 scsi_cmd_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xc3fb7d5d free_netdev +EXPORT_SYMBOL vmlinux 0xc400b5e1 udp_proc_unregister +EXPORT_SYMBOL vmlinux 0xc402cc99 register_acpi_notifier +EXPORT_SYMBOL vmlinux 0xc40d0008 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xc443fd58 vm_mmap +EXPORT_SYMBOL vmlinux 0xc451d2c5 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0xc45328ad mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xc46c1517 nla_append +EXPORT_SYMBOL vmlinux 0xc499ae1e kstrdup +EXPORT_SYMBOL vmlinux 0xc4c441fe __ht_create_irq +EXPORT_SYMBOL vmlinux 0xc50bab05 unregister_shrinker +EXPORT_SYMBOL vmlinux 0xc5347955 mmc_can_reset +EXPORT_SYMBOL vmlinux 0xc5439e16 mntput +EXPORT_SYMBOL vmlinux 0xc54d2df8 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0xc5534d64 ioread16 +EXPORT_SYMBOL vmlinux 0xc558530d profile_pc +EXPORT_SYMBOL vmlinux 0xc583b738 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xc592c200 __inode_permission +EXPORT_SYMBOL vmlinux 0xc5cfaf83 __block_write_begin +EXPORT_SYMBOL vmlinux 0xc5d9c46c agp_try_unsupported_boot +EXPORT_SYMBOL vmlinux 0xc5e02308 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0xc5e02d03 files_lglock +EXPORT_SYMBOL vmlinux 0xc5e82f95 mii_ethtool_gset +EXPORT_SYMBOL vmlinux 0xc627cb5f __module_put_and_exit +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc654cb46 arp_xmit +EXPORT_SYMBOL vmlinux 0xc65abeb7 agp3_generic_sizes +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc66ef29b qdisc_watchdog_schedule +EXPORT_SYMBOL vmlinux 0xc67daa4f netdev_state_change +EXPORT_SYMBOL vmlinux 0xc6849b4a dma_ops +EXPORT_SYMBOL vmlinux 0xc6a66180 rwsem_wake +EXPORT_SYMBOL vmlinux 0xc6ad61bc acpi_device_set_power +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6ee2315 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0xc701c331 skb_insert +EXPORT_SYMBOL vmlinux 0xc702156b param_get_ushort +EXPORT_SYMBOL vmlinux 0xc71e02ad dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc759164e security_d_instantiate +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc +EXPORT_SYMBOL vmlinux 0xc7a3f634 nf_ct_attach +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7ad0d1f devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0xc7ec5055 would_dump +EXPORT_SYMBOL vmlinux 0xc82b7fbf kernel_bind +EXPORT_SYMBOL vmlinux 0xc82cf6e7 scsi_device_resume +EXPORT_SYMBOL vmlinux 0xc83bae95 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0xc83c29f3 vga_put +EXPORT_SYMBOL vmlinux 0xc8426722 max8925_reg_read +EXPORT_SYMBOL vmlinux 0xc842791b devm_gpio_request +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc86189a1 inode_permission +EXPORT_SYMBOL vmlinux 0xc8699170 tcf_hash_insert +EXPORT_SYMBOL vmlinux 0xc86c5932 tty_port_hangup +EXPORT_SYMBOL vmlinux 0xc87823bf twl_i2c_read_u8 +EXPORT_SYMBOL vmlinux 0xc87a93e9 agp_generic_free_by_type +EXPORT_SYMBOL vmlinux 0xc8854205 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0xc897c382 sg_init_table +EXPORT_SYMBOL vmlinux 0xc8980067 no_llseek +EXPORT_SYMBOL vmlinux 0xc89df32a inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0xc8aaea27 pci_assign_resource +EXPORT_SYMBOL vmlinux 0xc8b57c27 autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xc8c56dbb __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xc8c9ec6c skb_checksum +EXPORT_SYMBOL vmlinux 0xc8e291fb writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0xc8efdf33 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0xc8f428fb bio_integrity_trim +EXPORT_SYMBOL vmlinux 0xc978479a xz_dec_run +EXPORT_SYMBOL vmlinux 0xc98dfaf9 vfs_link +EXPORT_SYMBOL vmlinux 0xc99623b7 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0xc996d097 del_timer +EXPORT_SYMBOL vmlinux 0xc998d8bd input_free_device +EXPORT_SYMBOL vmlinux 0xc99e1d1b devm_free_irq +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9a50305 find_or_create_page +EXPORT_SYMBOL vmlinux 0xc9a7e3e7 blk_stack_limits +EXPORT_SYMBOL vmlinux 0xc9c8a71c __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0xc9eb3831 scsi_register +EXPORT_SYMBOL vmlinux 0xc9ff4ccb ipv4_specific +EXPORT_SYMBOL vmlinux 0xca157497 ip6_expire_frag_queue +EXPORT_SYMBOL vmlinux 0xca1eae1e alloc_mdio_bitbang +EXPORT_SYMBOL vmlinux 0xca4ca404 gen_pool_create +EXPORT_SYMBOL vmlinux 0xca5dbc50 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xca67c6cb seq_read +EXPORT_SYMBOL vmlinux 0xca7393db dev_set_mtu +EXPORT_SYMBOL vmlinux 0xca840501 do_sync_read +EXPORT_SYMBOL vmlinux 0xca8951a5 agp_generic_alloc_page +EXPORT_SYMBOL vmlinux 0xca8acc78 acpi_dbg_level +EXPORT_SYMBOL vmlinux 0xca8dde10 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca995098 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0xcab48d7c kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xcab86cb2 writeback_inodes_sb_if_idle +EXPORT_SYMBOL vmlinux 0xcad6a30f padata_alloc_possible +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb07fd2d inet_del_offload +EXPORT_SYMBOL vmlinux 0xcb145a9d acpi_bus_register_driver +EXPORT_SYMBOL vmlinux 0xcb25c0da padata_remove_cpu +EXPORT_SYMBOL vmlinux 0xcb2db07a unregister_qdisc +EXPORT_SYMBOL vmlinux 0xcb7131fb fb_get_options +EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power +EXPORT_SYMBOL vmlinux 0xcb7c6283 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0xcb7d430e __nlmsg_put +EXPORT_SYMBOL vmlinux 0xcb80b02f agp_unbind_memory +EXPORT_SYMBOL vmlinux 0xcbaeab0b default_file_splice_read +EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0xcbda4615 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0xcbfc0c52 vfs_writev +EXPORT_SYMBOL vmlinux 0xcbfde972 ata_dev_acpi_handle +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc3118ff tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0xcc36f32e fb_unregister_client +EXPORT_SYMBOL vmlinux 0xcc37f55c blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xcc3f5619 bio_integrity_endio +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc7cae5b pnp_release_card_device +EXPORT_SYMBOL vmlinux 0xcc7fa952 local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0xcc9e18f7 ata_link_printk +EXPORT_SYMBOL vmlinux 0xccac5576 tcp_splice_read +EXPORT_SYMBOL vmlinux 0xccaee879 uart_register_driver +EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor +EXPORT_SYMBOL vmlinux 0xccdf9a69 blk_end_request_cur +EXPORT_SYMBOL vmlinux 0xcce2d6b2 skb_copy +EXPORT_SYMBOL vmlinux 0xcce7f013 misc_register +EXPORT_SYMBOL vmlinux 0xccfabb7b ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0xcd20667a kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0xcd22496d pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd3bc598 __wait_on_bit +EXPORT_SYMBOL vmlinux 0xcd58ae26 do_sync_write +EXPORT_SYMBOL vmlinux 0xcd63959c dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0xcd68b514 iterate_fd +EXPORT_SYMBOL vmlinux 0xcda3eaa4 generic_write_sync +EXPORT_SYMBOL vmlinux 0xcdafbac9 abx500_get_chip_id +EXPORT_SYMBOL vmlinux 0xcde172ac radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0xcde8446b udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0xcdf20c66 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0xcdf2709e phy_start_interrupts +EXPORT_SYMBOL vmlinux 0xce19bac5 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0xce1c9a3e ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce2a192a set_bh_page +EXPORT_SYMBOL vmlinux 0xce2eecda sk_common_release +EXPORT_SYMBOL vmlinux 0xce328f1e tty_register_driver +EXPORT_SYMBOL vmlinux 0xce4904a4 acpi_leave_sleep_state +EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0xce5a54ce tcf_hash_release +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce87f23c thermal_zone_device_update +EXPORT_SYMBOL vmlinux 0xceb74ded dev_crit +EXPORT_SYMBOL vmlinux 0xcec1da2c devm_gpio_free +EXPORT_SYMBOL vmlinux 0xcecdaf38 drop_super +EXPORT_SYMBOL vmlinux 0xcef51982 kstrtou16 +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf095e6d jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0xcf1b2b5d dqget +EXPORT_SYMBOL vmlinux 0xcf1d28ab acpi_error +EXPORT_SYMBOL vmlinux 0xcf2011ed mmc_align_data_size +EXPORT_SYMBOL vmlinux 0xcf21d241 __wake_up +EXPORT_SYMBOL vmlinux 0xcf6cfe1f msrs_free +EXPORT_SYMBOL vmlinux 0xcf94ee55 bdi_register +EXPORT_SYMBOL vmlinux 0xcfafe916 tcf_register_action +EXPORT_SYMBOL vmlinux 0xcfb76c0a idr_init +EXPORT_SYMBOL vmlinux 0xcfd27bee jbd2__journal_start +EXPORT_SYMBOL vmlinux 0xcfd70a56 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0xcfda4682 pv_mmu_ops +EXPORT_SYMBOL vmlinux 0xcfeb91cd i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0xcfed6152 jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0xcfee637a tcp_v4_connect +EXPORT_SYMBOL vmlinux 0xcff8a74e nf_log_unregister +EXPORT_SYMBOL vmlinux 0xcffa8ede unlock_new_inode +EXPORT_SYMBOL vmlinux 0xcffe0e15 dmam_alloc_noncoherent +EXPORT_SYMBOL vmlinux 0xd0024cda __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xd0181f4f __bitmap_xor +EXPORT_SYMBOL vmlinux 0xd01afdd1 fib_default_rule_pref +EXPORT_SYMBOL vmlinux 0xd01d8296 account_page_dirtied +EXPORT_SYMBOL vmlinux 0xd0252940 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0xd0298b8b proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0xd02af29b __seq_open_private +EXPORT_SYMBOL vmlinux 0xd02ca087 free_xenballooned_pages +EXPORT_SYMBOL vmlinux 0xd067fc5c proc_dointvec +EXPORT_SYMBOL vmlinux 0xd0720a17 on_each_cpu_cond +EXPORT_SYMBOL vmlinux 0xd08197fa acpi_load_tables +EXPORT_SYMBOL vmlinux 0xd08b1fcc tcp_read_sock +EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces +EXPORT_SYMBOL vmlinux 0xd0ccefc4 bitmap_end_sync +EXPORT_SYMBOL vmlinux 0xd0cda3b7 vm_insert_page +EXPORT_SYMBOL vmlinux 0xd0cf5e38 tty_lock +EXPORT_SYMBOL vmlinux 0xd0d0aa72 acpi_processor_preregister_performance +EXPORT_SYMBOL vmlinux 0xd0d42c42 mod_timer_pending +EXPORT_SYMBOL vmlinux 0xd0db1a2e request_firmware +EXPORT_SYMBOL vmlinux 0xd0ee38b8 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0xd0f36f0d audit_log_format +EXPORT_SYMBOL vmlinux 0xd0fb7cd4 __tasklet_hi_schedule_first +EXPORT_SYMBOL vmlinux 0xd0fef3b2 agp_free_key +EXPORT_SYMBOL vmlinux 0xd11918a2 ps2_end_command +EXPORT_SYMBOL vmlinux 0xd11c0dc1 __kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xd12a1a07 scsi_execute +EXPORT_SYMBOL vmlinux 0xd1566d41 console_stop +EXPORT_SYMBOL vmlinux 0xd15fc414 vfs_open +EXPORT_SYMBOL vmlinux 0xd16295fb input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0xd16b1235 ipv6_select_ident +EXPORT_SYMBOL vmlinux 0xd18134b0 inode_set_bytes +EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough +EXPORT_SYMBOL vmlinux 0xd18b6eb2 acpi_unmap_lsapic +EXPORT_SYMBOL vmlinux 0xd1be3064 agp_generic_alloc_user +EXPORT_SYMBOL vmlinux 0xd1f0fd66 blk_start_request +EXPORT_SYMBOL vmlinux 0xd1f564b4 security_inode_readlink +EXPORT_SYMBOL vmlinux 0xd1f6c5f3 smp_num_siblings +EXPORT_SYMBOL vmlinux 0xd2091f88 key_task_permission +EXPORT_SYMBOL vmlinux 0xd20f7b8c __netif_schedule +EXPORT_SYMBOL vmlinux 0xd220cf8a jiffies_to_timespec +EXPORT_SYMBOL vmlinux 0xd227892e sleep_on +EXPORT_SYMBOL vmlinux 0xd22a67f7 blk_execute_rq +EXPORT_SYMBOL vmlinux 0xd22b0d61 blk_cleanup_queue +EXPORT_SYMBOL vmlinux 0xd234de76 vfs_rmdir +EXPORT_SYMBOL vmlinux 0xd2390c93 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0xd23f1d25 proc_mkdir +EXPORT_SYMBOL vmlinux 0xd251d7b0 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xd2555f19 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd270e362 lro_flush_all +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd298d2dc get_write_access +EXPORT_SYMBOL vmlinux 0xd2a75ee0 dmi_first_match +EXPORT_SYMBOL vmlinux 0xd2b09ce5 __kmalloc +EXPORT_SYMBOL vmlinux 0xd2dadd1a sync_blockdev +EXPORT_SYMBOL vmlinux 0xd2e26e1f udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0xd2f1b260 interruptible_sleep_on +EXPORT_SYMBOL vmlinux 0xd3064bf0 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xd3487f81 dma_common_get_sgtable +EXPORT_SYMBOL vmlinux 0xd35e249a _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0xd36257ba memcpy_toiovecend +EXPORT_SYMBOL vmlinux 0xd3664ce1 dev_addr_add_multiple +EXPORT_SYMBOL vmlinux 0xd36e586a scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0xd36f575d iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0xd3bf3369 netdev_notice +EXPORT_SYMBOL vmlinux 0xd3ceb4b4 inode_claim_rsv_space +EXPORT_SYMBOL vmlinux 0xd3d3a477 posix_acl_init +EXPORT_SYMBOL vmlinux 0xd3dcab0b flex_array_alloc +EXPORT_SYMBOL vmlinux 0xd41957e6 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0xd421bdfd scsi_setup_blk_pc_cmnd +EXPORT_SYMBOL vmlinux 0xd43b0634 nf_unregister_hook +EXPORT_SYMBOL vmlinux 0xd4485966 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0xd44b9b2a qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0xd44e9ac4 eth_validate_addr +EXPORT_SYMBOL vmlinux 0xd45a42a9 tcp_prot +EXPORT_SYMBOL vmlinux 0xd45fb97d pcim_iomap_table +EXPORT_SYMBOL vmlinux 0xd46d2d37 __frontswap_load +EXPORT_SYMBOL vmlinux 0xd4711236 cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0xd4a0862a agp_generic_type_to_mask_type +EXPORT_SYMBOL vmlinux 0xd4bb0c06 filp_open +EXPORT_SYMBOL vmlinux 0xd4edeb04 cpu_core_map +EXPORT_SYMBOL vmlinux 0xd4ffa484 acpi_initialize_subsystem +EXPORT_SYMBOL vmlinux 0xd5038eea dma_async_memcpy_pg_to_pg +EXPORT_SYMBOL vmlinux 0xd504c5c1 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0xd50fef48 acpi_detach_data +EXPORT_SYMBOL vmlinux 0xd51316d0 dev_add_offload +EXPORT_SYMBOL vmlinux 0xd522366f send_sig +EXPORT_SYMBOL vmlinux 0xd525b941 journal_get_undo_access +EXPORT_SYMBOL vmlinux 0xd52bf1ce _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xd53bceb3 pcim_iounmap +EXPORT_SYMBOL vmlinux 0xd541fa0f dm_register_target +EXPORT_SYMBOL vmlinux 0xd54a70a2 from_kqid_munged +EXPORT_SYMBOL vmlinux 0xd54eecf6 follow_down_one +EXPORT_SYMBOL vmlinux 0xd54f2103 netif_carrier_off +EXPORT_SYMBOL vmlinux 0xd54f4b34 touch_atime +EXPORT_SYMBOL vmlinux 0xd5535fec pci_enable_ido +EXPORT_SYMBOL vmlinux 0xd56cc097 ip_mc_rejoin_groups +EXPORT_SYMBOL vmlinux 0xd5923539 pci_map_rom +EXPORT_SYMBOL vmlinux 0xd5b52ee1 mb_cache_create +EXPORT_SYMBOL vmlinux 0xd5c4b1b4 padata_register_cpumask_notifier +EXPORT_SYMBOL vmlinux 0xd5dc6bba blk_peek_request +EXPORT_SYMBOL vmlinux 0xd5f2172f del_timer_sync +EXPORT_SYMBOL vmlinux 0xd611bca3 completion_done +EXPORT_SYMBOL vmlinux 0xd616683a ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0xd61adcbd kmem_cache_alloc_trace +EXPORT_SYMBOL vmlinux 0xd626ccb3 genl_unregister_ops +EXPORT_SYMBOL vmlinux 0xd62c833f schedule_timeout +EXPORT_SYMBOL vmlinux 0xd63df04d compat_sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xd641b817 alloc_xenballooned_pages +EXPORT_SYMBOL vmlinux 0xd648e564 fb_match_mode +EXPORT_SYMBOL vmlinux 0xd65a6201 tcp_release_cb +EXPORT_SYMBOL vmlinux 0xd6794a43 amd_iommu_domain_clear_gcr3 +EXPORT_SYMBOL vmlinux 0xd67eae49 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0xd68350d8 __cleancache_init_fs +EXPORT_SYMBOL vmlinux 0xd6a85757 sock_from_file +EXPORT_SYMBOL vmlinux 0xd6b33026 cpu_khz +EXPORT_SYMBOL vmlinux 0xd6b9b1f5 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0xd6d2e313 unregister_exec_domain +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6f21e30 dev_queue_xmit +EXPORT_SYMBOL vmlinux 0xd702eca5 bdgrab +EXPORT_SYMBOL vmlinux 0xd7092964 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0xd7251f85 elv_rb_former_request +EXPORT_SYMBOL vmlinux 0xd75aa8a2 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0xd75b25f0 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0xd75c79df smp_call_function +EXPORT_SYMBOL vmlinux 0xd75e5091 genphy_read_status +EXPORT_SYMBOL vmlinux 0xd764127b seq_lseek +EXPORT_SYMBOL vmlinux 0xd775b61b scsi_print_result +EXPORT_SYMBOL vmlinux 0xd77a5aa5 __bitmap_and +EXPORT_SYMBOL vmlinux 0xd7858971 pipe_unlock +EXPORT_SYMBOL vmlinux 0xd78e5c3f compat_sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0xd79b5a02 allow_signal +EXPORT_SYMBOL vmlinux 0xd7bc37bf journal_restart +EXPORT_SYMBOL vmlinux 0xd7cbddda memcpy_toiovec +EXPORT_SYMBOL vmlinux 0xd7ce66b5 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0xd7cfa50f __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0xd7d1cba6 rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0xd7dd777b reserve_perfctr_nmi +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd8176ff8 __break_lease +EXPORT_SYMBOL vmlinux 0xd845ca3f netif_napi_del +EXPORT_SYMBOL vmlinux 0xd8495bb6 dquot_file_open +EXPORT_SYMBOL vmlinux 0xd85f89b0 dquot_scan_active +EXPORT_SYMBOL vmlinux 0xd88dba87 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd8b35660 setattr_copy +EXPORT_SYMBOL vmlinux 0xd8d6a2c7 nf_log_packet +EXPORT_SYMBOL vmlinux 0xd8dee209 pci_write_vpd +EXPORT_SYMBOL vmlinux 0xd8e484f0 register_chrdev_region +EXPORT_SYMBOL vmlinux 0xd8fcaa4f blk_rq_map_user +EXPORT_SYMBOL vmlinux 0xd9091363 acpi_install_notify_handler +EXPORT_SYMBOL vmlinux 0xd90a5a99 consume_skb +EXPORT_SYMBOL vmlinux 0xd91ea38c x86_hyper_xen_hvm +EXPORT_SYMBOL vmlinux 0xd92afabe bitmap_clear +EXPORT_SYMBOL vmlinux 0xd92e16ba csum_partial_copy_fromiovecend +EXPORT_SYMBOL vmlinux 0xd9329ad7 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0xd94322e7 acpi_evaluate_reference +EXPORT_SYMBOL vmlinux 0xd969b2c7 amd_e400_c1e_detected +EXPORT_SYMBOL vmlinux 0xd96ad45e page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd993780b sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0xd9a294da scsi_unregister +EXPORT_SYMBOL vmlinux 0xd9a9bb30 getname +EXPORT_SYMBOL vmlinux 0xd9acbbd9 pci_set_master +EXPORT_SYMBOL vmlinux 0xd9b06c2c __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0xd9b4a265 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0xd9bbfbf5 tcf_action_exec +EXPORT_SYMBOL vmlinux 0xd9c4a307 register_con_driver +EXPORT_SYMBOL vmlinux 0xd9d35cd9 unregister_netdev +EXPORT_SYMBOL vmlinux 0xd9d6dea0 agp_generic_mask_memory +EXPORT_SYMBOL vmlinux 0xd9def619 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0xd9e61fcb qid_valid +EXPORT_SYMBOL vmlinux 0xd9fd18a7 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0xda0a6b0e acpi_map_lsapic +EXPORT_SYMBOL vmlinux 0xda18a58d __lock_buffer +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda78a5c4 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xda7ca6cb fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xda7da4a3 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0xda8af7ad fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0xda8f7850 dentry_open +EXPORT_SYMBOL vmlinux 0xda983abc __ps2_command +EXPORT_SYMBOL vmlinux 0xdab0b1b5 sock_recvmsg +EXPORT_SYMBOL vmlinux 0xdae5944f sock_no_mmap +EXPORT_SYMBOL vmlinux 0xdaea6e0d mfd_clone_cell +EXPORT_SYMBOL vmlinux 0xdaf9e63c __elv_add_request +EXPORT_SYMBOL vmlinux 0xdb001521 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xdb0937e9 dma_common_mmap +EXPORT_SYMBOL vmlinux 0xdb0d2ddd generic_listxattr +EXPORT_SYMBOL vmlinux 0xdb25f17e free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0xdb3206fd key_payload_reserve +EXPORT_SYMBOL vmlinux 0xdb50a5a1 textsearch_unregister +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb70d356 do_splice_direct +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb85b73d dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0xdbad3969 module_refcount +EXPORT_SYMBOL vmlinux 0xdbbe8e45 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0xdbcd416e sysctl_ip_nonlocal_bind +EXPORT_SYMBOL vmlinux 0xdbec8976 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0xdbfc2a6b block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xdc047fc4 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc1e8adf inode_add_bytes +EXPORT_SYMBOL vmlinux 0xdc2adb35 add_taint +EXPORT_SYMBOL vmlinux 0xdc2bd628 kick_iocb +EXPORT_SYMBOL vmlinux 0xdc2df450 security_path_mknod +EXPORT_SYMBOL vmlinux 0xdc2e14cb skb_kill_datagram +EXPORT_SYMBOL vmlinux 0xdc38b8c0 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc4002f0 ioctl_by_bdev +EXPORT_SYMBOL vmlinux 0xdc551792 nobh_truncate_page +EXPORT_SYMBOL vmlinux 0xdc57f532 acpi_install_gpe_handler +EXPORT_SYMBOL vmlinux 0xdc6d41cf vfs_fstatat +EXPORT_SYMBOL vmlinux 0xdc766330 bio_integrity_split +EXPORT_SYMBOL vmlinux 0xdc8d1dde _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0xdcb0349b sys_close +EXPORT_SYMBOL vmlinux 0xdcf79591 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0xdcfe4431 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xdd0f8e47 serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0xdd151fd8 __kfree_skb +EXPORT_SYMBOL vmlinux 0xdd15252d generic_write_checks +EXPORT_SYMBOL vmlinux 0xdd1c65f6 blk_finish_plug +EXPORT_SYMBOL vmlinux 0xdd4a5569 param_get_byte +EXPORT_SYMBOL vmlinux 0xdd4c2bf8 inet_frag_find +EXPORT_SYMBOL vmlinux 0xdd6f8af7 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0xdd77496d udp_lib_get_port +EXPORT_SYMBOL vmlinux 0xddf83740 atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xde16dc16 tboot +EXPORT_SYMBOL vmlinux 0xde2b1490 netif_rx_ni +EXPORT_SYMBOL vmlinux 0xde3ee599 framebuffer_release +EXPORT_SYMBOL vmlinux 0xde40c87f fb_pan_display +EXPORT_SYMBOL vmlinux 0xde45b87d input_open_device +EXPORT_SYMBOL vmlinux 0xde6151db tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0xde794587 dev_get_by_index +EXPORT_SYMBOL vmlinux 0xde9360ba totalram_pages +EXPORT_SYMBOL vmlinux 0xde9b17ed agp3_generic_fetch_size +EXPORT_SYMBOL vmlinux 0xded05507 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0xdf0281ae i2c_master_recv +EXPORT_SYMBOL vmlinux 0xdf0da3cc acpi_get_devices +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf34bdba input_inject_event +EXPORT_SYMBOL vmlinux 0xdf48a0eb flex_array_put +EXPORT_SYMBOL vmlinux 0xdf60cc27 __print_symbol +EXPORT_SYMBOL vmlinux 0xdf66974f kill_bdev +EXPORT_SYMBOL vmlinux 0xdf8c695a __ndelay +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdfa3269a vga_switcheroo_unregister_client +EXPORT_SYMBOL vmlinux 0xdfb1072e unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xdfc5169b slhc_init +EXPORT_SYMBOL vmlinux 0xdfdf8b71 blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0xe002f32c phy_connect +EXPORT_SYMBOL vmlinux 0xe01f0eaf simple_setattr +EXPORT_SYMBOL vmlinux 0xe04f7caa dm_read_arg_group +EXPORT_SYMBOL vmlinux 0xe06141e9 security_sk_clone +EXPORT_SYMBOL vmlinux 0xe064eb14 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0xe06e4199 cpu_all_bits +EXPORT_SYMBOL vmlinux 0xe075d6eb iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xe0819450 block_write_full_page +EXPORT_SYMBOL vmlinux 0xe09dc1e8 iget5_locked +EXPORT_SYMBOL vmlinux 0xe0ac8bd2 acpi_bus_generate_netlink_event +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b9ca76 ip6_route_output +EXPORT_SYMBOL vmlinux 0xe0c10c52 twl6040_reg_write +EXPORT_SYMBOL vmlinux 0xe0c1b4f8 tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0xe0d3c1f0 dump_trace +EXPORT_SYMBOL vmlinux 0xe0ee121c tty_register_device +EXPORT_SYMBOL vmlinux 0xe1031430 padata_stop +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe11fb792 blk_delay_queue +EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors +EXPORT_SYMBOL vmlinux 0xe1420e02 register_xen_selfballooning +EXPORT_SYMBOL vmlinux 0xe147d78e seq_bitmap_list +EXPORT_SYMBOL vmlinux 0xe156aba9 pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0xe15f42bb _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0xe1761617 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xe1796c19 i8042_check_port_owner +EXPORT_SYMBOL vmlinux 0xe1b6b9fe set_create_files_as +EXPORT_SYMBOL vmlinux 0xe1b7ae87 noop_llseek +EXPORT_SYMBOL vmlinux 0xe200d2d5 param_get_uint +EXPORT_SYMBOL vmlinux 0xe200f872 secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xe23ae481 blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe247751b lock_may_write +EXPORT_SYMBOL vmlinux 0xe248d5ef scsi_allocate_command +EXPORT_SYMBOL vmlinux 0xe24d3a97 jiffies_64 +EXPORT_SYMBOL vmlinux 0xe252fd5e backlight_device_register +EXPORT_SYMBOL vmlinux 0xe25b6597 genl_notify +EXPORT_SYMBOL vmlinux 0xe25ef436 serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0xe263c676 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0xe26496c2 devm_ioport_map +EXPORT_SYMBOL vmlinux 0xe28101d7 __put_cred +EXPORT_SYMBOL vmlinux 0xe290ea11 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0xe29b04e9 acpi_set_firmware_waking_vector64 +EXPORT_SYMBOL vmlinux 0xe2b46291 journal_flush +EXPORT_SYMBOL vmlinux 0xe2c6bcbb __napi_complete +EXPORT_SYMBOL vmlinux 0xe2cfb038 __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe30e84fa amd_northbridges +EXPORT_SYMBOL vmlinux 0xe30f6173 km_state_notify +EXPORT_SYMBOL vmlinux 0xe319eb24 acpi_pci_osc_control_set +EXPORT_SYMBOL vmlinux 0xe334a344 unregister_console +EXPORT_SYMBOL vmlinux 0xe3402256 genl_register_mc_group +EXPORT_SYMBOL vmlinux 0xe34da21e kern_path_create +EXPORT_SYMBOL vmlinux 0xe35a6ee2 handle_edge_irq +EXPORT_SYMBOL vmlinux 0xe364ba6d pci_iounmap +EXPORT_SYMBOL vmlinux 0xe38ac7b3 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0xe38b90ff alloc_pages_current +EXPORT_SYMBOL vmlinux 0xe39e7c05 serio_open +EXPORT_SYMBOL vmlinux 0xe3a53f4c sort +EXPORT_SYMBOL vmlinux 0xe3a5f52d tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0xe3a62e58 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0xe3b3f4a6 input_unregister_handler +EXPORT_SYMBOL vmlinux 0xe3d6f284 fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xe3e12008 __first_cpu +EXPORT_SYMBOL vmlinux 0xe3f5db5e neigh_table_clear +EXPORT_SYMBOL vmlinux 0xe3fbe148 acpi_install_table_handler +EXPORT_SYMBOL vmlinux 0xe42472b0 sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0xe45e5ef8 agp_free_memory +EXPORT_SYMBOL vmlinux 0xe47d774f dev_printk +EXPORT_SYMBOL vmlinux 0xe484e35f ioread32 +EXPORT_SYMBOL vmlinux 0xe4927f8a dcache_dir_open +EXPORT_SYMBOL vmlinux 0xe4960a0f __quota_error +EXPORT_SYMBOL vmlinux 0xe4991835 mmc_power_restore_host +EXPORT_SYMBOL vmlinux 0xe49f6e20 __module_get +EXPORT_SYMBOL vmlinux 0xe4ac1057 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0xe4bc6174 rename_lock +EXPORT_SYMBOL vmlinux 0xe4d1318b xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xe4d8e4a8 splice_from_pipe_feed +EXPORT_SYMBOL vmlinux 0xe4e827f3 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0xe4f8040a lro_receive_skb +EXPORT_SYMBOL vmlinux 0xe5103f61 acpi_bus_get_device +EXPORT_SYMBOL vmlinux 0xe5122890 flow_cache_genid +EXPORT_SYMBOL vmlinux 0xe5208918 acpi_gbl_FADT +EXPORT_SYMBOL vmlinux 0xe520f0ff __sb_end_write +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe52947e7 __phys_addr +EXPORT_SYMBOL vmlinux 0xe530d757 acpi_clear_gpe +EXPORT_SYMBOL vmlinux 0xe56f8c24 __serio_register_driver +EXPORT_SYMBOL vmlinux 0xe57878a1 in6_pton +EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set +EXPORT_SYMBOL vmlinux 0xe5a637ae tcp_setsockopt +EXPORT_SYMBOL vmlinux 0xe5bec95c i8253_lock +EXPORT_SYMBOL vmlinux 0xe5c09fb1 inet_add_protocol +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5c78f99 abx500_remove_ops +EXPORT_SYMBOL vmlinux 0xe5d95985 param_ops_ulong +EXPORT_SYMBOL vmlinux 0xe5ed5467 xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xe5ffe2a5 path_get +EXPORT_SYMBOL vmlinux 0xe64d98fe rdmsr_safe_regs +EXPORT_SYMBOL vmlinux 0xe67bab80 dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0xe697d108 __blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe69abffe scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0xe6e3b875 down_write +EXPORT_SYMBOL vmlinux 0xe6f276ae tcp_gro_receive +EXPORT_SYMBOL vmlinux 0xe6fb675c node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0xe6fbe430 can_do_mlock +EXPORT_SYMBOL vmlinux 0xe716baed acpi_unregister_ioapic +EXPORT_SYMBOL vmlinux 0xe739c2cf abx500_event_registers_startup_state_get +EXPORT_SYMBOL vmlinux 0xe75dee49 ppp_input_error +EXPORT_SYMBOL vmlinux 0xe7722171 flex_array_free +EXPORT_SYMBOL vmlinux 0xe77eddea dev_set_allmulti +EXPORT_SYMBOL vmlinux 0xe78be263 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0xe7a664c4 nf_hooks +EXPORT_SYMBOL vmlinux 0xe7a81967 audit_log_secctx +EXPORT_SYMBOL vmlinux 0xe7ae0ca3 dma_set_mask +EXPORT_SYMBOL vmlinux 0xe7be3e5e may_umount_tree +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7df4036 check_disk_size_change +EXPORT_SYMBOL vmlinux 0xe7e30930 do_splice_to +EXPORT_SYMBOL vmlinux 0xe7fe86b0 genlmsg_put +EXPORT_SYMBOL vmlinux 0xe7ff21b9 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0xe801ff76 fb_is_primary_device +EXPORT_SYMBOL vmlinux 0xe80ce219 sysctl_tcp_dma_copybreak +EXPORT_SYMBOL vmlinux 0xe85f172e register_netdev +EXPORT_SYMBOL vmlinux 0xe8750fa1 serio_close +EXPORT_SYMBOL vmlinux 0xe876c9a0 phy_stop_interrupts +EXPORT_SYMBOL vmlinux 0xe8794ce1 slhc_toss +EXPORT_SYMBOL vmlinux 0xe8b63ace radix_tree_range_tag_if_tagged +EXPORT_SYMBOL vmlinux 0xe8bea3bc qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xe8bec705 blkdev_put +EXPORT_SYMBOL vmlinux 0xe8cdaba3 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0xe8dbafef __next_cpu +EXPORT_SYMBOL vmlinux 0xe911c3c1 blk_get_queue +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe96a6a92 agp_generic_free_gatt_table +EXPORT_SYMBOL vmlinux 0xe96aca10 update_time +EXPORT_SYMBOL vmlinux 0xe97bdac7 sock_no_sendpage +EXPORT_SYMBOL vmlinux 0xe9876d51 pnp_start_dev +EXPORT_SYMBOL vmlinux 0xe98fd202 kset_register +EXPORT_SYMBOL vmlinux 0xe997667b wrmsr_on_cpu +EXPORT_SYMBOL vmlinux 0xe99845f6 mmc_request_done +EXPORT_SYMBOL vmlinux 0xe9b39b8a nlmsg_notify +EXPORT_SYMBOL vmlinux 0xe9b3d194 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0xe9c6b6c1 rt6_lookup +EXPORT_SYMBOL vmlinux 0xe9dff136 mempool_alloc +EXPORT_SYMBOL vmlinux 0xe9e35b3d dqput +EXPORT_SYMBOL vmlinux 0xe9eec08a bio_integrity_clone +EXPORT_SYMBOL vmlinux 0xe9fa166b key_unlink +EXPORT_SYMBOL vmlinux 0xea054b22 nla_policy_len +EXPORT_SYMBOL vmlinux 0xea10212a int_to_scsilun +EXPORT_SYMBOL vmlinux 0xea10655a __bitmap_intersects +EXPORT_SYMBOL vmlinux 0xea10a40b scm_fp_dup +EXPORT_SYMBOL vmlinux 0xea2b0640 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0xea54e66c delete_from_page_cache +EXPORT_SYMBOL vmlinux 0xea7b8a44 acpi_install_interface +EXPORT_SYMBOL vmlinux 0xea853b10 pci_find_bus +EXPORT_SYMBOL vmlinux 0xea90bdd3 acpi_attach_data +EXPORT_SYMBOL vmlinux 0xea9226ee request_key_async +EXPORT_SYMBOL vmlinux 0xeab364ba udp_lib_unhash +EXPORT_SYMBOL vmlinux 0xeab5cfd9 filemap_fault +EXPORT_SYMBOL vmlinux 0xeabac655 __cleancache_get_page +EXPORT_SYMBOL vmlinux 0xeac73847 irq_regs +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb46bcff input_close_device +EXPORT_SYMBOL vmlinux 0xeb4b0268 inet_getname +EXPORT_SYMBOL vmlinux 0xeb881c94 xen_biovec_phys_mergeable +EXPORT_SYMBOL vmlinux 0xeb9615e7 simple_write_end +EXPORT_SYMBOL vmlinux 0xebbccb58 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0xebc7f445 tcp_proc_unregister +EXPORT_SYMBOL vmlinux 0xebccc12f dev_printk_emit +EXPORT_SYMBOL vmlinux 0xebd1da60 cdev_add +EXPORT_SYMBOL vmlinux 0xebdbe48c radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0xebe13791 arp_invalidate +EXPORT_SYMBOL vmlinux 0xec0505d1 pci_find_next_bus +EXPORT_SYMBOL vmlinux 0xec14be08 thaw_bdev +EXPORT_SYMBOL vmlinux 0xec15f00a tcp_cookie_generator +EXPORT_SYMBOL vmlinux 0xec2d9ba4 pnp_is_active +EXPORT_SYMBOL vmlinux 0xec414d54 kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0xec730387 _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xec75ee36 lock_may_read +EXPORT_SYMBOL vmlinux 0xec8ef057 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0xec93d90b __dst_free +EXPORT_SYMBOL vmlinux 0xec958cbc sk_wait_data +EXPORT_SYMBOL vmlinux 0xec9b7d48 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0xeca10588 compat_mc_getsockopt +EXPORT_SYMBOL vmlinux 0xeca4d8e7 get_task_io_context +EXPORT_SYMBOL vmlinux 0xecc86585 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0xeccd3e0c acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xecce00b6 pci_disable_ido +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xece9ff4b bio_copy_kern +EXPORT_SYMBOL vmlinux 0xecf01d93 dev_mc_add +EXPORT_SYMBOL vmlinux 0xecff9e2a tty_port_destroy +EXPORT_SYMBOL vmlinux 0xed04bf33 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0xed27a86b blk_queue_init_tags +EXPORT_SYMBOL vmlinux 0xed36c5b6 thermal_cooling_device_unregister +EXPORT_SYMBOL vmlinux 0xed6af81e twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0xed872944 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0xed89c719 mpage_writepages +EXPORT_SYMBOL vmlinux 0xed944efa security_path_unlink +EXPORT_SYMBOL vmlinux 0xed9946b0 agp_put_bridge +EXPORT_SYMBOL vmlinux 0xeda0d76e gen_estimator_active +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedc0db7f simple_transaction_get +EXPORT_SYMBOL vmlinux 0xedc48dec swiotlb_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0xedee1c70 blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0xedfadb07 set_page_dirty +EXPORT_SYMBOL vmlinux 0xedfb8e7c i2c_del_adapter +EXPORT_SYMBOL vmlinux 0xee0a055c __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee3aefa2 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0xee402312 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0xee41d2a7 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0xee46885d add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xee46a792 vm_event_states +EXPORT_SYMBOL vmlinux 0xee4e1486 mmc_gpio_request_cd +EXPORT_SYMBOL vmlinux 0xee7eb9e1 pnp_platform_devices +EXPORT_SYMBOL vmlinux 0xee91a18a devm_iounmap +EXPORT_SYMBOL vmlinux 0xee95a2ed posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0xeea3aac8 compat_sock_get_timestamp +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeb405be inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xeeb5bd3b __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0xeef9d347 dev_get_by_flags_rcu +EXPORT_SYMBOL vmlinux 0xef06d3a3 xfrm_state_add +EXPORT_SYMBOL vmlinux 0xef3837df mdiobus_scan +EXPORT_SYMBOL vmlinux 0xef414b65 __mutex_init +EXPORT_SYMBOL vmlinux 0xef5808db bio_uncopy_user +EXPORT_SYMBOL vmlinux 0xef6d480f mmc_remove_host +EXPORT_SYMBOL vmlinux 0xef989ff4 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0xef9aedfc boot_option_idle_override +EXPORT_SYMBOL vmlinux 0xefa2cb5a tcp_ioctl +EXPORT_SYMBOL vmlinux 0xefb6b186 interruptible_sleep_on_timeout +EXPORT_SYMBOL vmlinux 0xefba93e1 mempool_destroy +EXPORT_SYMBOL vmlinux 0xefdd70ce security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0xefe099c3 acpi_get_event_status +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf0019f12 security_path_chown +EXPORT_SYMBOL vmlinux 0xf0116a27 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0xf0164acc filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0xf0234c44 netdev_warn +EXPORT_SYMBOL vmlinux 0xf025fb29 tcf_hash_create +EXPORT_SYMBOL vmlinux 0xf05cb791 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0xf05ffa15 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0xf065f629 ioread16be +EXPORT_SYMBOL vmlinux 0xf06a12c2 follow_pfn +EXPORT_SYMBOL vmlinux 0xf0d22db5 phy_disconnect +EXPORT_SYMBOL vmlinux 0xf0ec4895 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0xf0ed5038 skb_dst_set_noref +EXPORT_SYMBOL vmlinux 0xf0ef15b4 list_sort +EXPORT_SYMBOL vmlinux 0xf0f1246c kvasprintf +EXPORT_SYMBOL vmlinux 0xf0fdf6cb __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xf100416a remove_conflicting_framebuffers +EXPORT_SYMBOL vmlinux 0xf101d8ad dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0xf10de535 ioread8 +EXPORT_SYMBOL vmlinux 0xf11543ff find_first_zero_bit +EXPORT_SYMBOL vmlinux 0xf116d4b5 copy_in_user +EXPORT_SYMBOL vmlinux 0xf13feb57 radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0xf142f2b1 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0xf147ecb1 down_trylock +EXPORT_SYMBOL vmlinux 0xf16082fc sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0xf168e5cc i2c_verify_client +EXPORT_SYMBOL vmlinux 0xf16a1f16 sock_no_getname +EXPORT_SYMBOL vmlinux 0xf1854498 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0xf18f74f3 names_cachep +EXPORT_SYMBOL vmlinux 0xf192d0b1 single_release +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf196e1f1 dev_get_flags +EXPORT_SYMBOL vmlinux 0xf1a12f00 directly_mappable_cdev_bdi +EXPORT_SYMBOL vmlinux 0xf1a6bea4 netdev_features_change +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1e9349a sk_stream_write_space +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1ec689e input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0xf1f11a44 xfrm_init_state +EXPORT_SYMBOL vmlinux 0xf202c5cb radix_tree_insert +EXPORT_SYMBOL vmlinux 0xf20dabd8 free_irq +EXPORT_SYMBOL vmlinux 0xf22449ae down_interruptible +EXPORT_SYMBOL vmlinux 0xf22988ed bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0xf23d0ddc wl12xx_get_platform_data +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf25339e5 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0xf26ab2cf tcp_valid_rtt_meas +EXPORT_SYMBOL vmlinux 0xf27bcf58 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0xf28b592f dev_open +EXPORT_SYMBOL vmlinux 0xf28ed6e2 machine_to_phys_nr +EXPORT_SYMBOL vmlinux 0xf2997713 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xf2d19371 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xf2dd29f4 con_is_bound +EXPORT_SYMBOL vmlinux 0xf2f4850d pnp_unregister_driver +EXPORT_SYMBOL vmlinux 0xf3019aba splice_from_pipe_begin +EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform +EXPORT_SYMBOL vmlinux 0xf32055e7 dev_base_lock +EXPORT_SYMBOL vmlinux 0xf32796f4 try_to_release_page +EXPORT_SYMBOL vmlinux 0xf3341268 __clear_user +EXPORT_SYMBOL vmlinux 0xf338d4c3 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xf33ba1bb xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf3548b61 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0xf36271bf mmc_read_bkops_status +EXPORT_SYMBOL vmlinux 0xf37260ab _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xf37c08cd tty_port_init +EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf396cd21 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0xf3986b06 acpi_os_map_generic_address +EXPORT_SYMBOL vmlinux 0xf3991382 ppp_register_channel +EXPORT_SYMBOL vmlinux 0xf3b7642d nonseekable_open +EXPORT_SYMBOL vmlinux 0xf3bf0bce __bitmap_complement +EXPORT_SYMBOL vmlinux 0xf3c64c08 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0xf3cb9190 simple_getattr +EXPORT_SYMBOL vmlinux 0xf3fdd0a0 genl_unregister_mc_group +EXPORT_SYMBOL vmlinux 0xf425e798 __brelse +EXPORT_SYMBOL vmlinux 0xf432dd3d __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xf441ac43 ioread8_rep +EXPORT_SYMBOL vmlinux 0xf455c833 dcb_getapp +EXPORT_SYMBOL vmlinux 0xf45870bc amd_iommu_get_v2_domain +EXPORT_SYMBOL vmlinux 0xf45a4e52 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xf46e957a mmc_suspend_host +EXPORT_SYMBOL vmlinux 0xf47e87ef dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0xf48e4f56 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0xf495242f compat_nf_setsockopt +EXPORT_SYMBOL vmlinux 0xf4a5c213 avail_to_resrv_perfctr_nmi_bit +EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced +EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area +EXPORT_SYMBOL vmlinux 0xf4c6970c journal_release_buffer +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf5034911 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0xf5036245 __dquot_free_space +EXPORT_SYMBOL vmlinux 0xf5126124 copy_strings_kernel +EXPORT_SYMBOL vmlinux 0xf51ae235 touch_nmi_watchdog +EXPORT_SYMBOL vmlinux 0xf51bf88b nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xf523ed56 neigh_update +EXPORT_SYMBOL vmlinux 0xf536d22e acpi_set_gpe_wake_mask +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf546076d uart_add_one_port +EXPORT_SYMBOL vmlinux 0xf55bb238 pci_unregister_driver +EXPORT_SYMBOL vmlinux 0xf568fa1e input_register_device +EXPORT_SYMBOL vmlinux 0xf5711c85 bitmap_endwrite +EXPORT_SYMBOL vmlinux 0xf5714407 sock_sendmsg +EXPORT_SYMBOL vmlinux 0xf57b85b2 vc_cons +EXPORT_SYMBOL vmlinux 0xf57d8fc2 gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0xf5893abf up_read +EXPORT_SYMBOL vmlinux 0xf58fb95b kobject_add +EXPORT_SYMBOL vmlinux 0xf598be6a rwsem_downgrade_wake +EXPORT_SYMBOL vmlinux 0xf5a06373 nla_put +EXPORT_SYMBOL vmlinux 0xf5a3de7b dquot_quota_on +EXPORT_SYMBOL vmlinux 0xf5a8c630 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0xf5b10e67 acpi_install_global_event_handler +EXPORT_SYMBOL vmlinux 0xf5c7d6ce tcp_child_process +EXPORT_SYMBOL vmlinux 0xf5ca0b5f inet_dgram_ops +EXPORT_SYMBOL vmlinux 0xf5d74e9d i8042_install_filter +EXPORT_SYMBOL vmlinux 0xf5eb86ea blk_verify_command +EXPORT_SYMBOL vmlinux 0xf620d36e gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0xf6388c56 sysctl_ip_default_ttl +EXPORT_SYMBOL vmlinux 0xf64fc845 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0xf6514588 ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0xf673785d request_key +EXPORT_SYMBOL vmlinux 0xf67d18e9 agp_free_page_array +EXPORT_SYMBOL vmlinux 0xf68633bd netdev_alert +EXPORT_SYMBOL vmlinux 0xf6bb4729 color_table +EXPORT_SYMBOL vmlinux 0xf6d1a9ca input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0xf6e4a705 setup_new_exec +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf71de546 truncate_pagecache +EXPORT_SYMBOL vmlinux 0xf7289d14 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xf7584a9c find_font +EXPORT_SYMBOL vmlinux 0xf766153d bio_sector_offset +EXPORT_SYMBOL vmlinux 0xf77fead6 genphy_resume +EXPORT_SYMBOL vmlinux 0xf78d04ab netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xf7adcaf3 __tracepoint_kmalloc_node +EXPORT_SYMBOL vmlinux 0xf7c02e2f mmc_stop_bkops +EXPORT_SYMBOL vmlinux 0xf7c46fa9 __pskb_copy +EXPORT_SYMBOL vmlinux 0xf7d09424 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0xf803fe39 bitmap_set +EXPORT_SYMBOL vmlinux 0xf81031af i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf812cff6 memscan +EXPORT_SYMBOL vmlinux 0xf816dca7 inet_accept +EXPORT_SYMBOL vmlinux 0xf82abc1d isa_dma_bridge_buggy +EXPORT_SYMBOL vmlinux 0xf82cfd1a proc_dostring +EXPORT_SYMBOL vmlinux 0xf82e3d47 acpi_initialize_objects +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf83e6f30 pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0xf854d525 do_truncate +EXPORT_SYMBOL vmlinux 0xf85dc612 generic_writepages +EXPORT_SYMBOL vmlinux 0xf85e06a2 inode_init_owner +EXPORT_SYMBOL vmlinux 0xf88439a6 sync_inode +EXPORT_SYMBOL vmlinux 0xf88e0ee2 acpi_get_table_header +EXPORT_SYMBOL vmlinux 0xf890bb98 kill_fasync +EXPORT_SYMBOL vmlinux 0xf8983de7 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0xf8bf3965 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0xf8d5c875 inet6_del_offload +EXPORT_SYMBOL vmlinux 0xf8f0ffd9 dev_uc_init +EXPORT_SYMBOL vmlinux 0xf8fd8c41 swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0xf93ff94d netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0xf9553b60 pnp_request_card_device +EXPORT_SYMBOL vmlinux 0xf95e5ed7 __blk_end_request +EXPORT_SYMBOL vmlinux 0xf95e7467 intel_gmch_probe +EXPORT_SYMBOL vmlinux 0xf972a116 bio_phys_segments +EXPORT_SYMBOL vmlinux 0xf9a11dc2 i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0xf9a2479c tcp_init_sock +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9d67c0e netlink_set_err +EXPORT_SYMBOL vmlinux 0xf9e2b67e inet_frags_fini +EXPORT_SYMBOL vmlinux 0xf9e315e0 bio_integrity_set_tag +EXPORT_SYMBOL vmlinux 0xf9eab61d idr_destroy +EXPORT_SYMBOL vmlinux 0xf9fb752b d_instantiate +EXPORT_SYMBOL vmlinux 0xfa059910 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0xfa0b27c4 i8042_remove_filter +EXPORT_SYMBOL vmlinux 0xfa2f7465 kill_litter_super +EXPORT_SYMBOL vmlinux 0xfa565865 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0xfa66f77c finish_wait +EXPORT_SYMBOL vmlinux 0xfa67d0c8 mmc_try_claim_host +EXPORT_SYMBOL vmlinux 0xfa6d6692 tcf_hash_destroy +EXPORT_SYMBOL vmlinux 0xfa9727ce scsi_print_command +EXPORT_SYMBOL vmlinux 0xfab1fca2 lookup_one_len +EXPORT_SYMBOL vmlinux 0xfab50ccd tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0xfabbf658 wireless_send_event +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xface7408 wireless_spy_update +EXPORT_SYMBOL vmlinux 0xfacf2d1b netif_rx +EXPORT_SYMBOL vmlinux 0xfad93a24 xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0xfae67b1f cap_mmap_addr +EXPORT_SYMBOL vmlinux 0xfaf98462 bitrev32 +EXPORT_SYMBOL vmlinux 0xfb0443fb acpi_get_parent +EXPORT_SYMBOL vmlinux 0xfb3db392 iget_failed +EXPORT_SYMBOL vmlinux 0xfb578fc5 memset +EXPORT_SYMBOL vmlinux 0xfb60a9c2 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb80c7a0 acpi_walk_namespace +EXPORT_SYMBOL vmlinux 0xfb97a869 account_page_redirty +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbd95242 nf_setsockopt +EXPORT_SYMBOL vmlinux 0xfc02b7ad sysctl_tcp_wmem +EXPORT_SYMBOL vmlinux 0xfc1884c4 fb_set_cmap +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc3d449b fbcon_set_bitops +EXPORT_SYMBOL vmlinux 0xfc803cae writeback_inodes_sb_nr_if_idle +EXPORT_SYMBOL vmlinux 0xfc825f73 mmc_card_sleep +EXPORT_SYMBOL vmlinux 0xfc872fd1 get_ibs_caps +EXPORT_SYMBOL vmlinux 0xfc94d674 __mem_cgroup_count_vm_event +EXPORT_SYMBOL vmlinux 0xfcaa04a0 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xfcac0d40 acpi_install_interface_handler +EXPORT_SYMBOL vmlinux 0xfcb926cd kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0xfcc2a43c utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0xfcc54f91 lg_local_lock_cpu +EXPORT_SYMBOL vmlinux 0xfcdf0009 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0xfce332ad register_qdisc +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcfa03ff fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0xfd013d00 tcp_seq_open +EXPORT_SYMBOL vmlinux 0xfd065556 unregister_key_type +EXPORT_SYMBOL vmlinux 0xfd3423e4 backlight_force_update +EXPORT_SYMBOL vmlinux 0xfd409aea netif_napi_add +EXPORT_SYMBOL vmlinux 0xfd6293c2 boot_tvec_bases +EXPORT_SYMBOL vmlinux 0xfd7d7713 acpi_exception +EXPORT_SYMBOL vmlinux 0xfd9bace4 key_alloc +EXPORT_SYMBOL vmlinux 0xfd9f94ae rfkill_alloc +EXPORT_SYMBOL vmlinux 0xfda0dbe8 ftrace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xfdb9b629 ioread32be +EXPORT_SYMBOL vmlinux 0xfdbe0288 pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0xfdcfc616 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0xfdee7d42 _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0xfdfc0b3b fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0xfe047ce6 acpi_enter_sleep_state +EXPORT_SYMBOL vmlinux 0xfe0bcea4 napi_gro_receive +EXPORT_SYMBOL vmlinux 0xfe26fc7c nr_node_ids +EXPORT_SYMBOL vmlinux 0xfe2ccb94 dev_trans_start +EXPORT_SYMBOL vmlinux 0xfe37743b blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0xfe471e82 input_release_device +EXPORT_SYMBOL vmlinux 0xfe4bf898 bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe6a046b sock_no_connect +EXPORT_SYMBOL vmlinux 0xfe769456 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xfe7c4287 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0xfe7c54bd unregister_filesystem +EXPORT_SYMBOL vmlinux 0xfe8df01f sock_wake_async +EXPORT_SYMBOL vmlinux 0xfe96bfab unlock_page +EXPORT_SYMBOL vmlinux 0xfed5b0ad kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0xfee0571a dev_err +EXPORT_SYMBOL vmlinux 0xfeebc7c4 __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0xfef96e23 __scsi_print_command +EXPORT_SYMBOL vmlinux 0xff148378 abx500_get_register_interruptible +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff2d0b45 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0xff48d4db amd_iommu_enable_device_erratum +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff7559e4 ioport_resource +EXPORT_SYMBOL vmlinux 0xff9ca065 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0xffabac09 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0xffc1dba5 simple_fill_super +EXPORT_SYMBOL vmlinux 0xffd434ac phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0xffd5a395 default_wake_function +EXPORT_SYMBOL vmlinux 0xffe5095d groups_free +EXPORT_SYMBOL vmlinux 0xfff92ce0 sk_stream_error +EXPORT_SYMBOL vmlinux 0xfffc50f2 i2c_master_send +EXPORT_SYMBOL_GPL arch/x86/crypto/ablk_helper 0x1ad3a62b ablk_init_common +EXPORT_SYMBOL_GPL arch/x86/crypto/ablk_helper 0x4145d497 __ablk_encrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/ablk_helper 0x6db3cddf ablk_set_key +EXPORT_SYMBOL_GPL arch/x86/crypto/ablk_helper 0x86ad18ba ablk_encrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/ablk_helper 0xa32e73d2 ablk_exit +EXPORT_SYMBOL_GPL arch/x86/crypto/ablk_helper 0xb02ef7ec ablk_decrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/ablk_helper 0xe9bb3935 ablk_init +EXPORT_SYMBOL_GPL arch/x86/crypto/aes-x86_64 0x7060bf0a crypto_aes_encrypt_x86 +EXPORT_SYMBOL_GPL arch/x86/crypto/aes-x86_64 0xe409b491 crypto_aes_decrypt_x86 +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x16061d06 __camellia_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x1636abdf __camellia_enc_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x1da0e256 camellia_crypt_ctr +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x31bbe42b camellia_crypt_ctr_2way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x50dc55b6 __camellia_enc_blk_2way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x69d95d05 lrw_camellia_exit_tfm +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x6f1d4f69 xts_camellia_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x930f687f camellia_decrypt_cbc_2way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0xa41a5ad3 camellia_dec_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0xd302f056 lrw_camellia_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0xf4521fda camellia_dec_blk_2way +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x0cf365de glue_ctr_crypt_final_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x262f2654 glue_cbc_encrypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x7096a8b7 glue_cbc_decrypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x7c27f59f glue_ecb_crypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x7c40753b glue_ctr_crypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64 0x19dc7881 twofish_dec_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64 0x5e752773 twofish_enc_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x1fd77fb1 twofish_dec_blk_3way +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x3b2f1010 xts_twofish_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x421335a1 lrw_twofish_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x61694b97 twofish_dec_blk_cbc_3way +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x8d75ab44 twofish_enc_blk_ctr +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x8e856922 twofish_enc_blk_ctr_3way +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0xf2e80e9c __twofish_enc_blk_3way +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0xfcb19369 lrw_twofish_exit_tfm +EXPORT_SYMBOL_GPL arch/x86/kernel/microcode 0xdf66ca81 ucode_cpu_info +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x00aaf935 kvm_disable_tdp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0105b03a gfn_to_hva +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x02d5d17c kvm_set_xcr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x03ffbce2 kvm_requeue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0e35230c kvm_emulate_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0e502b5b load_pdptrs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0f378944 kvm_queue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0f4687e1 kvm_cpu_has_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x128967be kvm_before_handle_nmi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x175119dc gfn_to_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x19b9ea23 kvm_cpu_get_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1cfe78d1 kvm_release_pfn_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1dd21c68 kvm_lapic_set_eoi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1ed7fbaa gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1f8a28be kvm_read_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2051c550 kvm_set_cr4 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x20de5193 kvm_disable_largepages +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x24eed369 kvm_complete_insn_gp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x252be37f kvm_task_switch +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3024ba9e kvm_write_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x317f9e6b kvm_enable_efer_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x31ce78f2 kvm_read_guest_virt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x34742120 kvm_get_cs_db_l_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x368ca118 kvm_mmu_reset_context +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x392cf631 kvm_set_apic_base +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3b5dd35e __tracepoint_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3de08404 kvm_set_shared_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3edff589 kvm_emulate_hypercall +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x48c069be kvm_set_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4a0afd89 kvm_find_cpuid_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4c51f664 __tracepoint_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x53a2a3f7 __tracepoint_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x552b8389 kvm_get_apic_base +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5a7bfa0c kvm_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5b69317b fx_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5dce9d89 kvm_vcpu_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x64a34f49 __tracepoint_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x669da1fd kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x672127f5 kvm_inject_nmi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x699c62e1 kvm_read_guest_page_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6ad87249 kvm_get_guest_memory_type +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6bd12f07 kvm_write_guest_virt_system +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6cb01de3 kvm_mmu_unprotect_page_virt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x709cd8cb kvm_spurious_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x73227b7d kvm_fast_pio_out +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x73547d3d kvm_get_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7442ff97 kvm_get_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x78c97d8f __kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7aa64803 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7c502ab9 __tracepoint_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7d28f396 gfn_to_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7e2d4aed kvm_read_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7f2c1163 __tracepoint_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7fbe9457 kvm_read_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x81104345 kvm_is_linear_rip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x831327da kvm_max_guest_tsc_khz +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x849e2793 kvm_x86_ops +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8644d16d kvm_resched +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x889e0015 kvm_lmsw +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x88c432b7 kvm_emulate_halt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8a26f7b0 __tracepoint_kvm_nested_intercepts +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8ce4f3ab kvm_enable_tdp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8da01274 kvm_get_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8e1cd06f kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8f8af766 kvm_mmu_unload +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x90dd115c x86_emulate_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9252ffdd kvm_inject_pending_timer_irqs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x93851e9f kvm_get_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x93c99264 kvm_clear_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x94ed17ff kvm_inject_realmode_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9a216313 kvm_define_shared_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9d2ed6a8 kvm_get_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9ee59155 __tracepoint_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9f8d4d81 kvm_emulate_wbinvd +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa298a696 kvm_mmu_invlpg +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa403aced kvm_vcpu_uninit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa508e36b __tracepoint_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa63998ce kvm_set_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaa442469 kvm_put_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaa79cab5 __tracepoint_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xae7fe778 kvm_after_handle_nmi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaf275715 __tracepoint_kvm_nested_vmrun +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaf6804d6 kvm_set_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xafa5a60e kvm_mmu_get_spte_hierarchy +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb30d5886 kvm_clear_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb3a42156 kvm_requeue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb8f6a3e2 gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb9c18298 kvm_set_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xba1e36e4 kvm_write_tsc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xba3f68aa gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xba9ed435 kvm_mmu_set_mmio_spte_mask +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc0b6f976 kvm_inject_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc2d81fca kvm_release_page_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc5cbf30a gfn_to_hva_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc63b40fd kvm_rdpmc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc7229b3c handle_mmio_page_fault_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc76af528 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc7951425 kvm_set_cr3 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc82f26a2 kvm_mmu_load +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcd36af2d kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xce638e64 kvm_vcpu_cache +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcf2810c8 kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd0459e67 kvm_has_tsc_control +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd0b2727a kvm_mmu_set_mask_ptes +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd40599b2 kvm_get_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd586b088 kvm_write_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd8e4f172 kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xda127f0f kvm_release_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdeb9e564 __tracepoint_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe1302030 gfn_to_pfn_prot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe1a4add3 kvm_queue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe1b5ea92 gfn_to_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe1f105d7 kvm_set_cr0 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe9caaab6 kvm_mmu_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe9e26e4d kvm_set_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xeac800d6 kvm_require_cpl +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf75ff70c kvm_is_visible_gfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf7df6e3b kvm_mmu_unprotect_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfa36ac51 kvm_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfb6f8b18 gfn_to_pfn_async +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfe3ca9ee kvm_init_shadow_mmu +EXPORT_SYMBOL_GPL crypto/af_alg 0x25112a07 af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x289197b2 af_alg_cmsg_send +EXPORT_SYMBOL_GPL crypto/af_alg 0x2e126577 af_alg_complete +EXPORT_SYMBOL_GPL crypto/af_alg 0x36307e42 af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x3724ae6a af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x65eef7f4 af_alg_wait_for_completion +EXPORT_SYMBOL_GPL crypto/af_alg 0x9e963680 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xadbf15f7 af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xbc970d98 af_alg_accept +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x2039f5a8 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x51436f30 async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x9003e4e0 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x1a05c2c4 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xf30a60b2 async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x3e1a5226 async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x6bec0c75 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x79f27723 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x8c5feff2 async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xe31bf6cf async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xfbc77aff async_xor_val +EXPORT_SYMBOL_GPL crypto/blowfish_common 0x6bbf8a53 blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x0e68088f cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x27278ca9 __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x4a2a3ca6 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1291971c __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1e2c961f __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x8f04034a __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xb24b0f99 cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast_common 0x08aa6fb7 cast_s1 +EXPORT_SYMBOL_GPL crypto/cast_common 0x0c5fbf8a cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xe39dd4b4 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0xee83a4f3 cast_s4 +EXPORT_SYMBOL_GPL crypto/cryptd 0x1898edee cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x265629be cryptd_free_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x34306c08 cryptd_ablkcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x63db1b35 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x78986a2e cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x805e5cd7 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x88bb8cc8 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xd125b21f cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xe93c13a5 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xfb551f87 cryptd_alloc_ablkcipher +EXPORT_SYMBOL_GPL crypto/des_generic 0xcfd9a2c0 des_ekey +EXPORT_SYMBOL_GPL crypto/lrw 0x3864eb66 lrw_free_table +EXPORT_SYMBOL_GPL crypto/lrw 0x9f628355 lrw_crypt +EXPORT_SYMBOL_GPL crypto/lrw 0xcd074900 lrw_init_table +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x5c03aea9 serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x5ddb33e9 __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x77b39cb4 __serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x8a1a99ad __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/twofish_common 0x6c3229bb __twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xed8df909 twofish_setkey +EXPORT_SYMBOL_GPL crypto/xts 0xb3cbaa34 xts_crypt +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x1c8984c7 acpi_smbus_unregister_callback +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x87bd07bd acpi_smbus_register_callback +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0xb9a141b0 acpi_smbus_read +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0xe1372311 acpi_smbus_write +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x0805f4a2 ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x08d55caf ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x0e09265a ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x2976b198 ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x2d135c5b ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x2de2feaf ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x47949dbc ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x4d962707 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x4ff27e82 ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x57ee1b6d ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5eacba1f ahci_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x69979640 ahci_sdev_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x890cc163 ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x910d0e2b ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa76aac53 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xb59f6d54 ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xc00f5c7e ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xd98afefe ahci_shost_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xf6464980 ahci_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xfd73001a ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0x347fee39 __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x02ff9464 cfag12864b_isinited +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x0ecb2e5d cfag12864b_disable +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x305dc3c6 cfag12864b_isenabled +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x3389f926 cfag12864b_enable +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x9522a342 cfag12864b_getrate +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0xc48e9d95 cfag12864b_buffer +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x14102f23 ks0108_displaystate +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x48a70518 ks0108_writedata +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x4f506333 ks0108_startline +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x6edae968 ks0108_isinited +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xbf4774db ks0108_writecontrol +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xedde6df2 ks0108_page +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xfee8ef7b ks0108_address +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-mmio 0x8a5ab7fa devm_regmap_init_mmio +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-mmio 0xb1dbff0c regmap_init_mmio +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0b60bcf7 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0d5ad425 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0e5f15ec bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2b35c641 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3fe65433 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x414b79ed bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4e82fe93 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4fd79021 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x503268d7 __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x63469b15 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x672d60cb bcma_core_pci_extend_L1timer +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7a245e12 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb1a64631 bcma_find_core +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb34fe95e bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xdc15e32d bcma_core_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe23454ef bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf6bb0860 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x0dc3a00d btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x32cd72f0 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x46b51319 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x6b4b984a btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x84d7b9aa btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x97f00682 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xa66a7941 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xbd1a1461 btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd48ddcfe btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd4ef68f6 btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/cpufreq/speedstep-lib 0x1b1f2bda speedstep_get_freqs +EXPORT_SYMBOL_GPL drivers/cpufreq/speedstep-lib 0x2b67f096 speedstep_get_frequency +EXPORT_SYMBOL_GPL drivers/cpufreq/speedstep-lib 0xd7ab2c0c speedstep_detect_processor +EXPORT_SYMBOL_GPL drivers/dca/dca 0x0eb0c497 dca_remove_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0x215afdda free_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0x2e471f01 dca_register_notify +EXPORT_SYMBOL_GPL drivers/dca/dca 0x31a2c8df dca_get_tag +EXPORT_SYMBOL_GPL drivers/dca/dca 0x37500f66 dca3_get_tag +EXPORT_SYMBOL_GPL drivers/dca/dca 0x75d4e711 register_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0x8006c614 dca_unregister_notify +EXPORT_SYMBOL_GPL drivers/dca/dca 0x98e3d908 dca_add_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0xca4b401f unregister_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0xd478d36b alloc_dca_provider +EXPORT_SYMBOL_GPL drivers/edac/amd64_edac_mod 0xeaf343d0 amd64_get_dram_hole_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x013b04e6 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x08c39ca6 edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x350df451 edac_pci_reset_delay_period +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x441b3f77 edac_device_handle_ce +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x59bce07d find_mci_by_dev +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x5d933e26 edac_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x69259f22 edac_mem_types +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x7c1a825e edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x86395376 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x8924cb37 edac_mc_add_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x8acb0c59 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x8d9550b6 edac_device_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x958e6418 edac_device_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xa7be91aa edac_pci_handle_pe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xa8354d93 edac_mc_del_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xa95065c4 edac_mc_alloc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xca3d2036 edac_mc_free +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xd324801b edac_pci_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xe1f7924c edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xe2b7388e edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xe80fd7dd edac_pci_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xf31bfefc edac_pci_handle_npe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xf43ecfd1 edac_device_handle_ue +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x0d38cee6 amd_decode_mce +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x14878009 amd_report_gart_errors +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x1d34e996 pp_msgs +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x21626132 amd_register_ecc_decoder +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x233ce2e4 to_msgs +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x3eba1a17 rrrr_msgs +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x593ec4b5 ii_msgs +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x737912b3 amd_unregister_ecc_decoder +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0xaeeba16b tt_msgs +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0xb0ca1fe7 ll_msgs +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xf4ade51f fw_card_release +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0x013fbdac cs5535_gpio_set +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0x93f8fe67 cs5535_gpio_set_irq +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0xc0bb404a cs5535_gpio_setup_event +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0xd3bd9300 cs5535_gpio_isset +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0xe07c0954 cs5535_gpio_clear +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0x498e9352 bgpio_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0xbef577a4 bgpio_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xcfd9aa75 __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xfe202ddb __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x55b9ce64 drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x8c2a0d37 drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0x05876c69 i915_gpu_busy +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0x08a7896d i915_gpu_raise +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0x402468e9 i915_gpu_lower +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0x500858b9 i915_read_mch_val +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0xe7237b0b i915_gpu_turbo_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x81513afa ttm_dma_populate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xbaa0ac12 ttm_dma_page_alloc_debugfs +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xe6bebac0 ttm_dma_unpopulate +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0434ae9c hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05977227 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x080a8c2f hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x08e7c5aa hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x15c8847b hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x184c666f hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1ef59d32 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x38fc1895 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x472233f5 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4906a967 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x594901ac hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x598df6a7 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5e95149f hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7502559b hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x79ac44e2 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7ba991d2 hidinput_find_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8e886f5b hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x90daa4db hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x930a3843 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x943c2dee hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa1b92a25 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xba1fb779 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbb9d9ea7 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbd0abffd hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcade4b83 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd6d392b8 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd9974275 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd9e6acd2 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe8480239 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xec31fc1c hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf70248f7 hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf7bc1a8d hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x30907fbf roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x8c4181ec roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x0e4a3cab roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x523fee3f roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xe4830783 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x19756280 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x4de20cf0 sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x8f4c47ca sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xb09e9eb0 sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xbf1df4d9 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xd7788beb sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x01fd453e usbhid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x6940df5d usbhid_submit_report +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x84a105e3 usbhid_set_leds +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x8ccb5eda hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xe9b394c6 usbhid_wait_io +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x0ba903b1 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x17c5f530 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x2941ee41 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x49806514 hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x7ffe5013 hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x8d6a0ecb hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x974b6d6f hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb6f452cd hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xbb534027 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd7231c67 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe04f8b87 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe73ee041 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xef6ef329 hsi_async +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x0ed9567e vmbus_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x287b0dc4 vmbus_sendpacket_multipagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x3bb6461e vmbus_recvpacket_raw +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x3cf10959 vmbus_open +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x637479d5 vmbus_teardown_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x68a484c5 vmbus_establish_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xc91a78a4 vmbus_prep_negotiate_resp +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xcc8b9669 __vmbus_driver_register +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xed37f331 vmbus_driver_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xf4888d59 vmbus_sendpacket_pagebuffer +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x249cd2ef pmbus_check_word_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x62ea8056 pmbus_read_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x65107677 pmbus_clear_faults +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x710e824f pmbus_write_byte +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x79ef70eb pmbus_write_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x86489cdd pmbus_set_page +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x87d924f6 pmbus_do_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xa48bfba2 pmbus_do_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xe5d06c01 pmbus_get_driver_info +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xf07e7106 pmbus_read_byte_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xf4878a8d pmbus_check_byte_register +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x0185208b i2c_dw_func +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x28de0c47 i2c_dw_is_enabled +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5327c23c i2c_dw_clear_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5b802218 i2c_dw_xfer +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5bb1170b i2c_dw_isr +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x84ae8d82 i2c_dw_disable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x85f61bbc i2c_dw_disable_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xdfc3c848 i2c_dw_init +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xef00b66a i2c_dw_read_comp_param +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xf1c5de00 i2c_dw_enable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-nforce2 0x4c26c379 nforce2_smbus +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x0b8551d0 i2c_del_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x48faee80 i2c_add_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x032f97e7 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x2c918a31 i2c_setup_smbus_alert +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x102c74bb ad_sigma_delta_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x1fd10969 ad_sd_validate_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x72a58d80 ad_sd_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xb29ac759 ad_sd_read_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xca320405 ad_sd_set_comm +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xca779d49 ad_sd_init +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xeb469af1 ad_sd_write_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xf8b47fd7 ad_sd_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xffeba9c6 ad_sd_calibrate_all +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x12cf5b96 adis_initial_startup +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x2fb0c816 adis_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x42e1c191 adis_update_scan_mode +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x5d4de928 adis_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x6b19af57 adis_read_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x97bb3583 adis_write_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x9ad5a276 adis_init +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x9d1f27b8 adis_check_status +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xa4ed804e adis_probe_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xa5c473c6 adis_reset +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xbca780d0 adis_remove_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xd893f9f3 adis_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x11d4dce3 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x20ae48da iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x229add6e iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x25400422 iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x303a9fef iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x347efc62 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3dc19053 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4bdccbbd iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x61a62e22 iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x62b3aeca iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x707e2c94 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x763c2d93 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x79dd2525 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7e6043c8 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8d9076a5 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa178d9e3 iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xae27d42b iio_scan_mask_query +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb2f53c01 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc751750a iio_update_demux +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdd66a695 iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf314f4e2 iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf42af002 iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf5984241 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfa560d25 iio_scan_mask_set +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/hw/ipath/ib_ipath 0x1514b2b2 ipath_debug +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x2d57b627 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x49a4fcbd adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x66535a18 adxl34x_suspend +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xe4586827 adxl34x_resume +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xf7824a6a adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x16b3e3d0 cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x5f62ea07 cyttsp_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x9c010ab1 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x012d4661 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x3ecbd11e wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x6af341c3 wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x93060203 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x95330162 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xa659415d wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xb82588f6 wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xbbe75c07 wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xc126b2b9 wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xcbd9bae2 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xd065c6a0 wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xe56a9b92 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x1c5d45c5 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x48d86b56 ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x59afde1b ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x8b31de68 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xc87fdf2c ipack_device_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xeec024d3 ipack_device_unregister +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0x4de7b2d0 unregister_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0xb17b7c77 register_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x2be2f2fe gigaset_shutdown +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x366f356f gigaset_stop +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x3c11aa9a gigaset_isdn_rcv_err +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x454aa44f gigaset_debuglevel +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x54b28185 gigaset_if_receive +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x69f2dd73 gigaset_m10x_input +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x7844f6eb gigaset_fill_inbuf +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x899614e0 gigaset_skb_rcvd +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x934959ec gigaset_blockdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x979c4ece gigaset_m10x_send_skb +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x9b93f17f gigaset_initdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xa3151853 gigaset_dbg_buffer +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xa3255b80 gigaset_handle_modem_response +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xac23f61a gigaset_freedriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xb24a7d3f gigaset_start +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xbc032fe1 gigaset_add_event +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xc1912689 gigaset_initcs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xce5915d5 gigaset_freecs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xe5cab6f5 gigaset_skb_sent +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2d44b48d dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x348e7990 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb6d5c65d dm_deferred_set_add_work +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb70b342a dm_bio_prison_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xcfa01a18 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd962475c dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xebd06eaf dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6aba7f5e dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x7c381a76 dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9310ba06 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9c256008 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa1d2413a dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa448e19f dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xafbda3f3 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xb06512cc dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xcbb1bae2 dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe6024e59 dm_bufio_release +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xebcc64a4 dm_bufio_get_block_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xeca7949e dm_bufio_client_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x27f2dc66 dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x2d8222f7 dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x01d2f9ac dm_rh_recovery_start +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x082efdb8 dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x0b1e7c18 dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38efaf5a dm_region_hash_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x3a18389a dm_rh_update_states +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x3d70a44b dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x4430764e dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x45ab972a dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x4c8c06f6 dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7774620f dm_rh_stop_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d053fc5 dm_rh_start_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa68e1f06 dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa83588eb dm_rh_recovery_end +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xaf8702dd dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xbe38a431 dm_rh_recovery_prepare +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf52e4d61 dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfad9d53a dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfc62ef4e dm_rh_get_region_key +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfd93482e dm_rh_recovery_in_flight +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0054f69d dm_tm_pre_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x03ced457 dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x08a936ca dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x09aad4d5 dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x17c36f29 dm_bm_checksum +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2c112836 dm_block_location +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4035149a dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40f7bd91 dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x42dbdfc3 dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5fde8986 dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x63b2ff62 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x688d422d dm_bm_block_size +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6da18e99 dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x72289260 dm_block_manager_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x74d47993 dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7ade1071 dm_tm_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7b047bd9 dm_tm_create_non_blocking_clone +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x80c89b3d dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9e798e22 dm_bm_set_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa6aae3ea dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xafeda29f dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb7bad799 dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb967690a dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb9a6ecf8 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd29923fb dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdb562135 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf375d009 dm_bm_write_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf5455120 dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf99dc2cf dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/raid1 0xcb2b1aaf md_raid1_congested +EXPORT_SYMBOL_GPL drivers/md/raid10 0x7c2e73ba md_raid10_congested +EXPORT_SYMBOL_GPL drivers/md/raid456 0xaa55412f md_raid5_congested +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x0c682367 saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x3590cbdf saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x5c6fdabc saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x631687bc saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x6b6d1f15 saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x6f48383a saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xa49be5a8 saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xdb62309a saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xed0b1688 saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xfa34447b saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x6126fd41 saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x70b07449 saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x81cc5db8 saa7146_stop_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x8bd2907c saa7146_start_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x98033b0a saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xb12649ac saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xbd6df69d saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x1ab8d82b smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x37d91069 smsendian_handle_tx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x74ee9098 sms_board_load_modules +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x76222253 sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7c576277 smsendian_handle_message_header +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x851f8a39 sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x8dfd7fa3 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x8e60f60c sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x957f88e9 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x99a81ab3 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa4e02334 smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbe117b97 smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc38ed0c8 smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc895232c smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xdd09938b sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe62b7860 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf010144a smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf28e6966 smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf2c71397 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf353a0f8 smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf3760de7 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf624fd7d smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0xa7333b14 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x887e9fc6 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x04f53e0e mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0dc4e2fc mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x150ab3a3 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x23c390ff mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4e53d5a1 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5cd0ee85 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6b6db6d4 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x71ac5f71 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x84dca2cd mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9acbcdef mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xbb95f9f3 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd265ebc4 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe4acc898 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe7d5c469 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe8462620 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf74499cb mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf7575eb2 mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4f859521 saa7134_g_ctrl_internal +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x663714aa saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x668dcdeb saa7134_s_ctrl_internal +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xbe525fe3 saa7134_queryctrl +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc2e2b46b saa7134_s_std_internal +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x1e7298e5 ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x3911be3f ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x4a7b47c4 ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x94d262a4 ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xa73ce7da ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xf52bd3d4 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xf7d2853e ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x6411c919 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x9ccbf84b radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x08f5e1d6 rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x099c9ee0 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2b88cf14 rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x37c071b0 rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x461593f9 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x553efb91 rc_core_debug +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x81aac2bf rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x893c1610 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9008aaba rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x92687ba6 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9ce08bda ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9ff1a979 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb042d09a rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xbeb76c9c rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd8953068 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe3f9ceb5 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe5c2a817 ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf18b9347 ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0xe6d04593 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0xaacf6ab8 microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0xcddff5f6 mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x8e67996c tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0xe7c30ffd tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x95b1c5d6 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xd4b351bd tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x9919f0e0 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x0a845003 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x296941a8 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xb7422320 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xd5349abe tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0xadcce8de simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x00248760 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x08fce541 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x11fa1465 cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x20e8f055 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x55be19a8 cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x57a1ffa1 cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x74d76c94 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7629c807 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7f36d0e9 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x8a765560 cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x91f43b35 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x98e7e029 cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9f5f3140 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xab4382e7 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe1c43e01 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xeda0fa99 cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf144a373 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf6ffde77 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xfbf182b5 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x28df0c39 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0xebb34082 mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x09550d29 em28xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x1f2163a8 em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x36dc527c em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x48887091 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4b61ed74 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5c5068ca em28xx_alloc_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5e593955 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7668dfd0 em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x93347561 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xaca4368c em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xaf1e69b9 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xc3b62df4 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe50986b0 em28xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe90b2214 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x2309a6d6 tm6000_xc5000_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x5f3cb14a tm6000_get_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x6341b671 tm6000_set_audio_bitrate +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x89b611dd tm6000_debug +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x99a90ca4 tm6000_set_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xb5509a8c tm6000_set_reg_mask +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xdff8e89d tm6000_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x0856cb96 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x53105839 v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x5d9d3491 v4l_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x6f344bb9 v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x7eaf8e7a v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x813f3de4 v4l2_find_nearest_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x94632f90 v4l_fill_dv_preset_info +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x95c52362 v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xb07cacb4 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xb1447bbe v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xcaa759f5 v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xe9a79670 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-int-device 0x63d958cd v4l2_int_ioctl_0 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-int-device 0x6bf600a1 v4l2_int_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-int-device 0xa5228b24 v4l2_int_device_try_attach_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-int-device 0xbd5e8ea8 v4l2_int_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-int-device 0xddfee9a8 v4l2_int_ioctl_1 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0a32a939 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x101e1dee v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1cb849b3 v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x332edd15 v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4c2fb56d v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x63dca917 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x66a4431d v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8d27b63c v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x92d6a9a4 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9d237249 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xdb370854 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf102b461 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf826353b v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfc7e9414 v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x0642a991 videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x19f737c7 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1d5331d0 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x267c6068 videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2d6957b8 videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x37ca38ae videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x42369625 videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x45a8f7cf videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x45f14d34 videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x501ad01c videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x521da079 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6063c5ed videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x70853251 __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x72f35d93 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x7e1ac067 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x972c7bf9 videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa2f84902 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xad7ab451 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb1f326d5 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc648c66e videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd1b51c77 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd37072d7 videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd4ab7696 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xeed8b708 videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x16a5fa28 videobuf_queue_dma_contig_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x47f384f3 videobuf_dma_contig_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x654b9de8 videobuf_queue_dma_contig_init_cached +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x9945da3e videobuf_to_dma_contig +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x553a86d0 videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x79dc796d videobuf_dma_init_overlay +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x969ae59b videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x97a5a8f1 videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x982c353b videobuf_dma_map +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x9da5d15d videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xc883337c videobuf_dma_init_kernel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xcb1c5e95 videobuf_dma_init_user +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xcc36b763 videobuf_dma_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xfdd7b12d videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x052355be videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x8479925a videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xce79aa8e videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x067c0ab2 vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x09cb16a2 vb2_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x0ebc22d6 vb2_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x0f9027a4 vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x22d881a2 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x243f48b7 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x2aafd2df vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x430a380f vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x44dc4c76 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4d22e308 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x50b7ec8f vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x544af23b vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6615c302 vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x66eda68e vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6a6d1e28 vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6cb08acb vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6d80a0a2 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x7c2abf66 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x7c5f6631 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x899c1135 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x8c3fa0b4 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x96a0e37d vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa1878a0d vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xaf7e8ef5 vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb7131782 vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb77a2826 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xc02c2cd9 vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xcc6a35de vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd128c5c4 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd38128e4 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe5f3f231 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xea70e8ea vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf2391a5b vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xff376556 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0x92688ada vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xb0fc1572 vb2_dma_contig_init_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xe57f0426 vb2_dma_contig_cleanup_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xcf61c96f vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xe4256d17 vb2_put_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xed87a5bc vb2_get_contig_userptr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xfd23d276 vb2_get_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-vmalloc 0x3950bfe6 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0736f05b v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x180d443e v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2342b64c v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2d3872ff v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x38752566 v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3bd13dd2 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3fe73925 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x485d5d75 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4c7cf036 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x527d8291 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5b1792f0 v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6cfcb77b v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x766a9c42 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x81ed2348 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcb65ea6e v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc8dab86 v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd454ebbc v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd78fdf40 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd98f2399 v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd9aa50e5 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdd4d0508 v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdd59d3ed v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe6180732 v4l2_device_register +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x10a0892e i2o_pool_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x134719d4 i2o_sg_tablesize +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x1e472133 i2o_dma_realloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x6ff0bf2c i2o_dma_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x8882a1af i2o_dma_map_sg +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xb8f3e2e8 i2o_pool_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xc5f0cd47 i2o_dma_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xe1012251 i2o_dma_map_single +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x0bc0a398 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x36168a56 pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x7fa7b6e0 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xda1234a5 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x4c39a6c1 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x539ef428 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xc3d7c6d0 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x390e6e79 lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x406d5349 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x444f3ece lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x48a08ca4 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xa5515f16 lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xdb5f10b0 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xf29f21e8 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x0e4a3c69 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x10b9f036 mc13xxx_common_cleanup +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x1c45c901 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x5cff8221 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x98318d94 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xb93c7832 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x1fe701a1 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x30d7cf10 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x7f3c3eca pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x91656a12 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x9d17736c pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xab126e07 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xb1daf93e pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xd126d32c pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xdb784d4a pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xdca0ff73 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xe8693b06 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x321b52e4 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x3f8d1db4 pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x53887397 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x5e326876 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x726c73e0 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xc74d8f16 pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xd3b6e9bd pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x01a33234 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x4fca3918 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x0d395c34 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x142aab36 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x1b03b06f rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x1f48584b rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x26bd32cb rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x29cb989c rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x2d85dd4b rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x31dd6727 rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x587df611 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x5b2b01ef rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x5e7166dd rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x63182423 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x67f6f113 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x6ce6c327 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x77d82170 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x8fbbf0b5 rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xa4a2526b rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xc4efb5c6 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xf02231d1 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xf5be267d rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xfaab1910 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x17bd509e sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x23240f2f sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x84c3336f sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xcf52d063 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xdff43243 sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x458031f8 tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x4a17988d tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x8e16a88a tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xec537108 tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/twl4030-madc 0x08b8dd2e twl4030_madc_conversion +EXPORT_SYMBOL_GPL drivers/mfd/twl4030-madc 0x4362dc66 twl4030_get_madc_conversion +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0x59f22e68 ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xae37bf72 cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xcb185934 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xd1987435 cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xffcf2a3b cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x27cb133b eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x822222db eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x98bb5a22 eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x07a83b98 enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x2ab2dcdf enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x3e58043e enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x5530e451 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x5576a912 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x8fdbf32b enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xcf181fb2 enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x20530da6 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x24c9ee66 lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x4cd1293b lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x72e7664b lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x8c15c8db lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x98275d9f lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xba0d25b0 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xca11088a lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/pti 0x19f09b98 pti_release_masterchannel +EXPORT_SYMBOL_GPL drivers/misc/pti 0x23bde487 pti_request_masterchannel +EXPORT_SYMBOL_GPL drivers/misc/pti 0x52a78e81 pti_writedata +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x194f566b st_register +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x4fc7447a st_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3447c2a0 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x44fcbf20 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4ce9024d sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5ada5461 sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6da2146b sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa82eff02 sdhci_enable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xae1f726e sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xedf5f068 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf62791ea sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x1d9cb359 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x3087ebb6 sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x47133011 sdhci_get_of_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x6b9d8a90 sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x8cb3c468 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xb3a97c20 sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x1dfc04ee cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x42181e5b cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xbb6676f7 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x3f9aa54b cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x6f5dfd5a cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x80529021 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0x64e2298d cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x173a2e4c cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x280d08c6 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x61532d8f cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/devices/doc2001plus 0xdfe2c8d9 DoCMilPlus_init +EXPORT_SYMBOL_GPL drivers/mtd/devices/docecc 0x45937659 doc_decode_ecc +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x03d91f36 mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0ca73bac deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1b950c4a get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x227b0ec6 mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x28317419 mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2be46981 get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2d26840b put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x36e4896a __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x38a73831 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3a749980 register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3f3c457f mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x41fb5fe3 mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x43d0767a unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x45abb806 mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x49288b19 mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x49c03d3a mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x49f31e9d mtd_erase_callback +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4f279aae register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x54a3df70 mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5713a357 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5d7d1f7b mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6415072a __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6a3ac7fb mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6cd0805d __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7128550f mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7d0a95e6 mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7f09b5db mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8ef5959e mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x97ea157f mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x98532697 mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9e5fd673 mtd_is_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb6fd542e mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc121fd9d mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc5bfc542 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc5fdc7ff kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xdd210392 mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe1bb9a51 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe7f38b10 mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf171039c mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf63b8b3c mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfca42c65 mount_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x090ba6d1 register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x442405ae add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xa4ca3e91 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xd658f836 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xf298c3e5 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0x85cab683 nand_update_bbt +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0x8915cc1c nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0x99f91040 nand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/sm_common 0x129cf68d sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x266c7f66 onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x9890ece6 onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x0cd5667d ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x0d4a55a0 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x2e4b15af ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3051f2e9 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3a93ab2d ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3fdc9cfa ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x4b36bf6b ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5cfdd22d ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x6f09ba8a ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x75599bad ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x7deaa696 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x9b3f8507 ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xc0827004 ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xcc06954e ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf75fbe31 ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xfd6f0ef9 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x1a6edec6 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x4d2b542c register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x575f32e7 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x67fece2f c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xb56791ff unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xdef20642 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x0f39d1aa alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x222c295a can_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x2a6d7b13 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x30148d1c can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x5cd27b80 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x66df7da4 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x6bf18939 alloc_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x73aa3e0c open_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x84e72c97 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x9f4701fd register_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xa35d983f close_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb346573b can_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xbf3ee010 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xe02b551e can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x08cda04c alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xc2a518f1 register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xeccea22c unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xef9ad785 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xaa3be446 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xb5192bed unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xbb145be6 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xeab3aaaa free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0x10a448cb macb_mii_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0x235c11be macb_ethtool_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0x78063282 macb_set_rx_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0x9b88fd7f macb_ioctl +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0x9dac7e01 macb_get_hwaddr +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0xd1e3cfc1 macb_get_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0xfca290a2 macb_set_hwaddr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x045ad8a0 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x051c2e39 mlx4_put_eth_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x06a93ff4 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x07019d4b mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x07acb1b9 mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0c4e5b54 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0ee4dcfa mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x139a7db7 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x177d1348 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x19273b63 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1b0e214a mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1def02f8 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1f181149 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2180429d mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x25012489 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3329d665 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x376739db mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3974ec7e mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3e46c96c mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3e4db44f mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3fe11370 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x40641045 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x412419a3 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x43588e44 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x47657676 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x48d4b7bd mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4c708c89 mlx4_map_phys_fmr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4cfeb48c mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4f40638c mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5c796c64 mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5db54b2c mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5e929080 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6191a00f mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x62e1166b mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x62fca9d3 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x69d13aa6 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6c97135b mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6dc4cec4 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x71c61eba mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7e4101ad mlx4_get_eth_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fd06544 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x864673d5 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8d9cd835 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8f6dfbf0 mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8faf576f mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x949f742f mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x94dff7d3 mlx4_fmr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x98fb1ff1 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9bdab527 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9d2cb9c3 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9dd76d7c mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa3476ffb mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa51ca94b mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa5a63bf1 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa822a535 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaf4db883 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb4d90ac1 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb81e38bb mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbb687ae0 mlx4_fmr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbf48d062 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc34db4d2 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc72eebf6 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xca7e828b mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcdf3eafa mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdbf628bc mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xddff007c mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xde9e642a mlx4_fmr_unmap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe0e80b9d mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe2a211d4 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe42fdadf __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe53a9cd9 mlx4_fmr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xebd9797e mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf2285961 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf2ccd210 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf45a0c0e mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfb9d0e50 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfd75e362 mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xffcef67c mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x5a0430cb macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x993c342c macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xccbed3de macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xd1b6b5b4 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xd63760c1 macvlan_start_xmit +EXPORT_SYMBOL_GPL drivers/net/macvtap 0xb5bafd9c macvtap_get_socket +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x11148db1 usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x6fac14a6 usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x9477fa56 usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xda681f60 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x19c1f05e cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x2ef75c48 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x38763d48 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x7679b5c8 cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xa446188c cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xe3712cdc cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x200e0550 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x326d49d4 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x3f7f0177 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x6a084910 rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x93ff9913 rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xccd05da1 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x07ca8858 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0ac65d44 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0c62a537 usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0e78cbc1 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x176aa13d usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1cc47016 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1d487a78 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1e9f20e8 usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2eaea38c usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3ff31b30 usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5124a741 usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x558667ba usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x63060a87 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x638bdcb2 usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x67e239b7 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6bf7342e usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x77cad836 usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x79f8d99f usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7b8f78de usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7d6efc4d usbnet_set_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x81182767 usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xac76366b usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb34b5b7e usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb9bc43f8 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbbbb81ea usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbdb357b2 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc233915a usbnet_get_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xcf9177b8 usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe7c2f14a usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x0855fcf3 i2400m_error_recovery +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x17aaa002 i2400m_dev_bootstrap +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x2a91ab1a i2400m_cmd_enter_powersave +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x415d7e29 i2400m_init +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x81e6b813 i2400m_netdev_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x828b5001 i2400m_pre_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x912e5bb7 i2400m_release +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb00b793c i2400m_bm_cmd_prepare +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xbd632318 i2400m_tx_msg_sent +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xc3c12dca i2400m_dev_reset_handle +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xcce35136 i2400m_rx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xd0a4aca2 i2400m_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xd8c3391c i2400m_tx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xdbc52cc7 i2400m_is_boot_barker +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xe2b9f642 i2400m_post_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xed54466d i2400m_tx_msg_get +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xf57d490c i2400m_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/ipw2x00/libipw 0x6640f583 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x19d04d9d _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x431bc361 il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xbddaacf7 il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xd5f12fa4 il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xf6b949ef il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x006a2dcb iwl_read_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x091a091e iwl_clear_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x0d61b974 iwl_test_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x132e77ac iwl_write_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x23b31849 iwl_notification_wait_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x24d65e74 iwl_read_targ_mem +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3982e140 iwl_poll_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3cd78a94 iwl_poll_direct_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x4662f64c iwl_release_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5c52e109 iwl_opmode_deregister +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x62d2d430 iwl_write_targ_mem +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x6715334b iwl_init_notification_wait +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x7d6f4c8e _iwl_read_targ_mem_dwords +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x88a5b62e iwl_test_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x9050a8a9 iwl_opmode_register +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x93c01e8d iwl_grab_nic_access_silent +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x95795c57 iwl_abort_notification_waits +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x95d6f74a iwlwifi_mod_params +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x9a9a8c97 iwl_test_free +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x9dd9d2d0 iwl_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xa31b60e2 iwl_test_handle_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xa513d66e iwl_nvm_check_version +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xa5f91230 iwl_set_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xaadec89d iwl_test_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xb20302e7 __iwl_info +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xb21c97d5 iwl_read_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xb5589ccc __iwl_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xbce0c78b iwl_test_parse +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xbe7b969d iwl_set_bits_mask_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc105f15b iwl_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc8ee72f3 iwl_clear_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xcf341945 iwl_notification_wait_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xd1db77fe iwl_wait_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xd1f0d6d7 iwl_write_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xdb6b0caa __iwl_crit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xdd3e32a4 iwl_remove_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xe1858d6e __iwl_err +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xeabea35f iwl_parse_eeprom_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xeb395f66 iwl_set_bits_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xed4945d6 _iwl_write_targ_mem_dwords +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xf5253a32 __iwl_warn +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xf6d0faf4 iwl_set_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x15d6effe lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x195f7bd3 lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x42c443f7 lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x4b3bb7f1 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x528e7d8b lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5fdf38b8 lbs_disablemesh +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x6c7d5dbf lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x6cf41cda lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x7ada0ddc lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x80650be9 lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x8ddd501f lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x8e17122a lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xc4f20b01 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xc9f55e56 lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xd68483b9 lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xd7878f4a __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xffe6b7e5 lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x43b42c3b lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x4f8edbaa __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x5e1d7283 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x614cb50f lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x6fb40b80 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x75684cb6 lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xb423fc94 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc17bc421 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0x10186560 if_usb_reset_device +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0x5a9a7540 if_usb_prog_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x1426d13e mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x147075f1 mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x308cbdd5 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x9696ac3f mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xb623978d mwifiex_deauthenticate +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xc5e450b0 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xc84d1b8a mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xc9b03b4c mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xd569a347 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xe5413af7 mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xe65061f3 mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xf752a2bc mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xf8307f3e mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xfc0623e7 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x0a1e98cc p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x11b8cb3b p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x4266a6a6 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x460e6e63 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x4895d949 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x74194c48 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x77404495 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x91243de0 p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xc7e9b4ce p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0b0fda87 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0d702ae4 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0e7bcae1 rt2800_get_tkip_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x11a5de1e rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x11d87c0a rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1358f4c9 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x17b358ab rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1848b206 rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1ad52f1a rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x292a34a9 rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x29a4b355 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x36907b39 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3b173bb1 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x4591b003 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x528cc464 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x5bf13e8d rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x5f419790 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x67217c43 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x68fc9f32 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x71aade09 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x71b31ffb rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x8ba17969 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x9218fb75 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa3060fd6 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xae02c000 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xba406ee7 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc57ae622 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc701ad39 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xcab7e421 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xcc3ec99c rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xcf038fa9 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xd72edba8 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xd81a6b86 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xdcb6c46e rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe1fdd68a rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe6e522bf rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xfa523a96 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x041e16a2 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x085755bb rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x094eb7fb rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x09e15523 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x117a3a0b rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1763c3ed rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1c4010b9 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2d3f2b94 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2db66126 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x399d7d65 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4743e86b rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4a984cb2 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4c3d44d0 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4c81fd9d rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4f1987e5 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4f36a491 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4fe64e76 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x545bfa80 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5a30a67f rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x607181d1 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6096a7d6 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6d98daeb rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x77b8f3f6 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7eb127ba rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x8c696f05 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x8e61fbba rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x9a7ba0fd rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x9f760f86 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa1e86669 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa27c17fc rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa767e8f6 rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xaaeead7f rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb569cba8 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb6a8297a rt2x00mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb95aa1f9 rt2x00mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xba001389 rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc16a7699 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc992496b rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xcc38a2ea rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd5622ae2 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd7644fd7 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd98fd736 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xdcf6a84e rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe2a1b495 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf27d20ee rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf416fbd5 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x204ca78b rt2x00pci_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x23d37942 rt2x00pci_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x2d487db3 rt2x00pci_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x843bef96 rt2x00pci_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x8b7b0336 rt2x00pci_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xb6d8d0dd rt2x00pci_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xbbaaf947 rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xd08ce64b rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xebe10699 rt2x00pci_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x0ecc0c85 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x2026b54c rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x247b486b rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x26dff347 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x2eacb680 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x35705632 rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x4b33eaf8 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x53feb667 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x5906a508 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x59deb75d rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x613de97f rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x66f54ae5 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x747356ab rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x903dc9bb rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xb870f080 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xc271e41b rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x845ed4a7 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xee3413ca wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xefcff45e wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x16c01cab wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20d8981e wlcore_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2b6d7f5d wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x48f69171 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x497e3dc4 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x53dff67d wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5417721e wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x55fb2667 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x589dd4d3 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5fd06fb3 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x60d3c9c5 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x70d5321e wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x78bc5717 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x87d11b6f wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8993ad72 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8ee18143 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x995d9e91 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaf16758b wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbb442443 wlcore_wake_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbb7e8fa5 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc5c1c8da wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc5ea45b7 wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcf14a053 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcf1fa254 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd2db1e95 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd39bb505 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdf01fba8 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/pci/hotplug/acpiphp 0x46fac893 acpiphp_unregister_attention +EXPORT_SYMBOL_GPL drivers/pci/hotplug/acpiphp 0xaad12a10 acpiphp_register_attention +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0x5aa15b9e asus_wmi_register_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0xff969224 asus_wmi_unregister_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_ips 0x46809fa9 ips_link_to_i915_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/mxm-wmi 0x232b5238 mxm_wmi_supported +EXPORT_SYMBOL_GPL drivers/platform/x86/mxm-wmi 0x61cdf799 mxm_wmi_call_mxds +EXPORT_SYMBOL_GPL drivers/platform/x86/mxm-wmi 0xe26032eb mxm_wmi_call_mxmx +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x3ecf6cfc wmi_install_notify_handler +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x561c634a wmi_evaluate_method +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x876d29f1 wmi_get_event_data +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xb5a6ebe2 wmi_remove_notify_handler +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xc9d4d6d1 wmi_has_guid +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xda29f8b0 wmi_set_block +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xfb882fb7 wmi_query_block +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x15072ee2 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x19d3757e pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0xcea90806 pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x42f87e64 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xa95f32e5 mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xaf812013 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x2de18a8e wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x5746a5eb wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x715c8d6a wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x735e2e66 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xa0819725 wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xb6510b42 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0xcd24e181 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x03f850f2 cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x05b79676 cxgbi_ddp_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0856cdd7 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x19d25b78 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1e6ab895 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x30a5a5f1 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x329d2ea9 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x36130b4f cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x37344512 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x392bf982 cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3a5c4389 cxgbi_ddp_page_size_factor +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x458f0fb7 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x47344ee7 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4ad80d60 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x54533189 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x54ec296c cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5b022f44 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5e6fba74 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x626c0165 cxgbi_ddp_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x65fca20a cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6e5639f2 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7c694253 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7e0224d9 cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x823af853 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8c2ba369 cxgbi_ddp_ppod_clear +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8ce3a229 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x91a45142 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9e3a298d cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa5ebd122 cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa99c467d cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb2cc8b0d cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb69deb93 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xba545e29 cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc269c7bb cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc4247a09 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc65d7160 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd1bb5238 cxgbi_ddp_ppod_set +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdfa0e840 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe0a0cb1b cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe377af31 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe4026e88 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe44b472f cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf013408b cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf19cca2b cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf1e4480f cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf265b661 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x593a36c2 scsi_dh_handler_exist +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x5b37e4e8 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x6be4687c scsi_register_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x99759cb2 scsi_dh_detach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xa1cf41f1 scsi_dh_set_params +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xccee61f9 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xe5f48b37 scsi_dh_attach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xfd43b370 scsi_dh_activate +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0fb51275 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x25a9ccc3 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x2a0bf052 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x374c1e1c fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x673375c0 fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x78a03b0f fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x84b3d915 fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xa4626f3e fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbe7117a5 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc774fe25 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc7760ba4 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc8125c26 __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xdcd96642 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xeb4a14d6 fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf37033ae fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf522b546 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x5112b2c2 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x87865934 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x94c896e4 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x9b333f80 iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xa5777cbf iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xc8615a0d iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x05db1c12 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0b0c8453 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0c5a75d6 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0d2a6419 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0faf18d8 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x108f18ef iscsi_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x10e0da01 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x22f8b77c iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x26a0a772 iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2eb88f8b iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3c445094 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3e2cc64c iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4be0efc5 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x532aa4b8 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x591938a0 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5a69c46f iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5bdbe79f iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x64bd78dd iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x65974d14 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x73133f75 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x753252b4 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7db43977 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9c07fb02 __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa4832cf0 iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa69059bf iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xac16788a iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xac59e268 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xad91eec4 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xaff5d7c1 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb05f31dd iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb5625c69 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbe7719d2 iscsi_eh_target_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc0cb02f4 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc636dcc7 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcb6a9768 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd4260139 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd4cb8571 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd7c41d1f iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd87bdd10 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeac930b1 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeb8b8664 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf139a9c6 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf3c6b2ea iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf574d657 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf69d2ad9 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf814c160 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x16f8610b iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1c22e7f7 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x25b52f1c iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x2e31042e iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3259097d iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3ba45dd2 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x418c1ccc iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4e7270ce iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x65a043f5 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6c767ede iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x8b1d1f22 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x91fc88af iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc843d6b6 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xca04b62f iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd4c2ced0 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf0dd7346 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf7843e6f iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0634b445 sas_eh_bus_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2e288528 sas_domain_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2ed1fa3b sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x36c84942 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x385687f4 sas_free_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3d1ad162 sas_alloc_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x49193a88 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4a02d9c5 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4f704567 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6fe4c487 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x70e1fe6e sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x72cf7bd1 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x73cda365 sas_change_queue_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x746ad781 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x750a4b5f sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x794b189f sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8e85ab2e sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x91548715 sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x94ccc1f3 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9687a025 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9e8c61f2 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9f71b9b1 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcd21c0a8 sas_alloc_slow_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe20ac15f sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf1b98e2c sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x2865588f srp_target_free +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x42e7fd63 srp_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x90c015a6 srp_cmd_queue +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x94551337 srp_iu_get +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xe4e2f1e9 srp_transfer_data +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xf063d3d2 srp_iu_put +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x2227100e scsi_tgt_queue_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x299e812e scsi_tgt_cmd_to_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x5ec0db73 scsi_tgt_tsk_mgmt_request +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x6cfdafb3 scsi_tgt_free_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x886d1dd8 scsi_tgt_it_nexus_create +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x8ccd7004 scsi_host_get_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xb61b83bb scsi_tgt_it_nexus_destroy +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xbc8a20e0 scsi_tgt_alloc_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xcdcb60d8 scsi_host_put_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0548cb3d iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x065fd66c iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x09c2ce70 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0a11b804 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0c7d0462 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x133e4321 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x23b80a5e iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2895131c iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3a13b5a2 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x40b439fd iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x40d32fe7 iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4dc8ba29 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x52b2d5d9 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5544fcca iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5ba739e7 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x608e065f iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x65307342 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x732d9ac6 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7f149053 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8240f806 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8c65f52c iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x91478c09 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x95742db0 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9737359c iscsi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x99921167 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb1bcc8f0 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb431f7dc iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc025cb10 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc9e43cfd iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xde496979 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe1303ddd iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe2b52d24 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x0d63e858 sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x47984da5 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x4dfff08b sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xb41d0d00 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x0d964246 srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x3cf24083 srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x7eabf1f1 srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xa5a420c7 srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xadbe6ea3 srp_attach_transport +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x260c017f spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x6df3f265 spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x7719b377 spi_bitbang_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xa1cb212d spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xbc2f5df2 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xf9cf2acf spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x0209f34d dw_spi_xfer_done +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x5bae956a dw_spi_suspend_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x622361e2 dw_spi_add_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xb8910aa1 dw_spi_resume_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xf3fc8aca dw_spi_remove_host +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x41664e91 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0332334a comedi_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0c91591e comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3bd64355 comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4fb00041 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x516e1861 comedi_get_device_file_info +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x682a1ddf comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x7d22f27f comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x9423d7bc comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xccf4f0b4 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xee7d22d6 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0x09839ad7 das08_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0xa52007dd das08_common_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0x25e55b95 labpc_1200_is_unipolar +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0x8285332a range_labpc_1200_ai +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0xa2ba2626 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0xaf1e4347 labpc_1200_ai_gain_bits +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0xca910ed2 labpc_common_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x1d30fb88 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xab4b86ee ni_tio_rinsn +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xbfdfc6e1 ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xc9f30696 ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xd5490ea9 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xd5937d63 ni_tio_winsn +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xe7ef06e6 ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xf4225503 ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x01ee4815 ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x1b45e88d ni_tio_acknowledge_and_confirm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x697b278a ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xbfbfc166 ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xce2d4b3e ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xd6dccd4f ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x11dc995e CsrMsgConvInsert +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x1bcd5b39 CsrUint32Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x2c03f51f CsrMsgConvInit +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x3247662d CsrWifiEventDes +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x332b7173 CsrWifiEventCsrUint8Sizeof +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x3640445a CsrWifiEventCsrUint16CsrUint8Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x3e1c5710 CsrMsgConvFindEntry +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x424e1416 CsrWifiEventCsrUint8Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x482415df CsrWifiEventCsrUint32Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x4dab1360 CsrWifiEventSer +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x52a1223c CsrMemCpyDes +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x66a4dfca CsrCharStringDes +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x67a6a33b CsrMemCpySer +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x69065e40 CsrWifiEventCsrUint8Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x71d701be CsrThreadSleep +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x75c9b662 CsrUint8Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x80cc6f40 CsrTimeGet +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x90a86d08 CsrCharStringSer +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x9bcd90aa CsrUint16Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xb0b1df4c CsrMsgConvCustomLookupRegister +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xc8956c66 CsrWifiEventCsrUint16Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xcbac6a24 CsrWifiEventCsrUint16CsrUint8Sizeof +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xcfbb603b CsrWifiEventCsrUint16CsrUint8Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xd37329dd CsrUint16Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xd47785ba CsrWifiEventCsrUint16Sizeof +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xd7b6c96b CsrUint8Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xdd2fa37c CsrWifiEventCsrUint16Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xf079a8b4 CsrWifiEventCsrUint32Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xf0e11db1 CsrUint32Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xf7d1fed4 CsrWifiEventCsrUint32Sizeof +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xff373291 CsrWifiEventSizeof +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0x12e6177b oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0x14523351 oslec_snapshot +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0x14c4b6b0 oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0x3c6ec396 oslec_flush +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0xca667daa oslec_create +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0xeb94de18 oslec_update +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0xeec034fb oslec_free +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0x157fdeee adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/rts5139/rts5139 0xbd5a0e51 rts5139_usb_ids +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0e81c76d spk_serial_out +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x14f06fe7 spk_serial_in_nowait +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x3ee16d94 spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x44e7abd9 synth_remove +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x475e158a synth_request_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x5b381430 spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x719669b0 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x892d7c77 spk_var_show +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8e146195 synth_release_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8e8a916a synth_add +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x9a888082 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xa9e774de serial_synth_probe +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb48956f8 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb73a5748 get_var +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc766ae09 synth_printf +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xcda38867 speakup_event +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xcfcc99c7 spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd6eada87 spk_synth_immediate +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xde7ae2e8 speakup_info +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7cd4558 spk_serial_release +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7e810f8 spk_serial_in +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xfb56156d spk_var_store +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x05e0f43d usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x24856d52 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x2b345c5c usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x2ddceda0 usbip_event_add +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x4d4af323 sockfd_to_socket +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x5e593ac7 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x6afea7d0 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x86841de8 usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xa64d17ce usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xa9c5dffc usbip_start_eh +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xc0b5216c usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xcd90c3a5 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xdec21435 usbip_recv +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/tty/n_tracesink 0x585ebaac n_tracesink_datadrain +EXPORT_SYMBOL_GPL drivers/uio/uio 0x2f29c0e4 uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0x468f09e9 __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x8a0921ab uio_unregister_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xd9cd5cf7 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xdb1d4c9c usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x604bb10d ci13xxx_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xfd1063dc ci13xxx_add_device +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x09cd9488 usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0bfb24fb usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x44c10d9a usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x54a5fff5 usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5d9f5507 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x63068993 usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6c25f347 usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7dc34704 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8d105cd2 usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x94d7075a usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd6b1731d usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd7259923 usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xde09f66f usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xed9621b6 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xede630a7 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf2c3887b usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf780c995 usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfb1a9c3a usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xff240968 usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x2e6acc9d usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x30378877 usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x432d42b0 usb_gadget_probe_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xa37e42ad usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xd85ad3c4 usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xf5bb6e7b usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x84f2dad7 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xbe0df0e1 ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x0553757e usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x1454ec95 usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x19b45ba8 usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x3ebd8b5e usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x6f599d47 ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x72fd1af9 usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xa77df28a usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xbc1ba22e usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xe22d790b usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x05227c3c musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/musb/tusb6010 0x0d509dde tusb_get_revision +EXPORT_SYMBOL_GPL drivers/usb/phy/isp1301 0x88d871ef isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x0c387d3b usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x07bfbe7c usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x0c2b5fcd usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x2bceaa89 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3a5568d0 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x44ccae55 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x467b1112 usb_serial_generic_disconnect +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x51595cbd usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5496d80d usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x578f4f30 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x591b9043 usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5b1ab3ca usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x997664af usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa0e2f161 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xbfccc315 usb_serial_handle_sysrq_char +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc46809c6 usb_serial_handle_break +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd24811aa usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf7ba7eb5 usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf833c2b7 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x14ca9432 usb_stor_reset_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x15265204 usb_stor_bulk_srb +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1bc3edc2 usb_stor_sense_invalidCDB +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1dbf2bc8 usb_stor_suspend +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x2942b0dd usb_stor_Bulk_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x3303f59a usb_stor_Bulk_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x37fa58f0 usb_stor_disconnect +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x411649ae usb_stor_control_msg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x4eb9a8e9 usb_stor_CB_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x5ae8b7be usb_stor_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x6f73fe39 fill_inquiry_response +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x71448444 usb_stor_probe2 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x763ebadd usb_stor_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xaa300df2 usb_stor_probe1 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xb40e70bf usb_stor_pre_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xc23124c5 usb_stor_ctrl_transfer +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xc5e1dd1f usb_stor_bulk_transfer_sg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xc69a9291 usb_stor_access_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xd0e2b475 usb_stor_CB_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xe0d8805a usb_stor_post_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xe9b4b88b usb_stor_transparent_scsi_command +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xf1287f04 usb_stor_bulk_transfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xf2862fe1 usb_stor_set_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x122f15ac wa_urb_enqueue_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x2ae84d8c __wa_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x814d7769 wa_urb_dequeue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x86f99016 wa_urb_enqueue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x9c220fa6 rpipe_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xbc0fdaef wa_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xcb55ad58 rpipe_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0bb6bf5e wusb_cluster_id_get +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0c8f6c31 wusbhc_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x134834d6 wusbhc_rh_resume +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x3b890102 wusbhc_mmcie_rm +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x58b9053a wusbhc_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x6324875d wusbhc_reset_all +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x6d4f2cd7 wusbhc_b_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x732f6d46 wusbhc_mmcie_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7f0b7631 wusb_dev_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x85082f69 wusbhc_chid_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x8b673522 wusbhc_b_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x9080da12 wusbhc_rh_status_data +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x9ccaa8a3 wusbhc_rh_start_port_reset +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x9da60982 wusbhc_rh_suspend +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xa01652e0 wusbhc_rh_control +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb6929e0f wusbhc_giveback_urb +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb725d128 wusb_cluster_id_put +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xc0b733d1 wusbhc_handle_dn +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xe0ba14ea __wusb_dev_get_by_usb_dev +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf770a6b4 wusbd +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xfe2e17d7 wusb_et_name +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0xa5e8a5b2 i1480_rceb_check +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0xbb1ebe41 i1480_fw_upload +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0xd37fe431 i1480_cmd +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x0a3fbf3c umc_driver_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x4bc63d3d __umc_driver_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x57d9ce9a umc_device_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x671ee4c5 umc_bus_type +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x9b6e57c2 umc_controller_reset +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xa0f4158d umc_device_create +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xc183f965 umc_device_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xd18d8f4b umc_match_pci_id +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0d78016e __uwb_addr_print +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0fc02440 uwb_est_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x143aa150 uwb_rc_neh_error +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x1bb66e35 __uwb_rc_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x2040b302 uwb_rsv_create +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x220f608c uwb_rc_ie_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x26e2391b uwb_rc_pre_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x2d7facc0 uwb_rsv_get_usable_mas +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x3af77bbf uwb_dev_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4445f1a4 uwb_rc_neh_grok +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4d57ae3c uwb_rsv_type_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4d6f9953 uwb_rc_put +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5172bddf uwb_pal_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x575228ef uwb_rc_get_by_grandpa +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5a79cbb1 uwb_rc_mac_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5c03da79 uwb_rc_get_by_dev +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x72ca10ce uwb_notifs_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x74ae1e17 uwb_rc_cmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7cdd6908 uwb_pal_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x816b9e92 uwb_est_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8b973d1b uwb_pal_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8f7dbb7c uwb_rc_alloc +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x96b8ac91 uwb_rc_dev_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x96c3ab0c uwb_rc_post_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x98413234 uwb_rsv_state_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x9eaddf94 uwb_rc_cmd_async +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa08bb83d uwb_rsv_modify +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa2c9f36e uwb_radio_start +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa40c7814 uwb_rc_reset_all +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa60b358e uwb_dev_for_each +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xac97316b uwb_ie_next +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xaf22111a uwb_rc_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb04edfe6 uwb_rc_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb4dd7481 uwb_rsv_accept +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc8703066 uwb_rsv_destroy +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd17e07d1 uwb_radio_stop +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd5ee2df8 uwb_rc_vcmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd60646f8 uwb_rc_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xdb0f71fd uwb_rsv_establish +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xdf996ae9 uwb_notifs_deregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe9c37fee uwb_rc_ie_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xec6e6e14 uwb_rsv_terminate +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf873db9e uwb_est_find_size +EXPORT_SYMBOL_GPL drivers/uwb/whci 0xb487d538 whci_wait_for +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x19018bcb vfio_add_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xe8f3466a vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xe8fde50b vfio_del_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xf4814879 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0x0855489a auok190x_read_cmdargs +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0x21ac1a48 auok190x_send_command +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0x25f8990a auok190x_pm +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0x4899a573 auok190x_common_remove +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0x5f21f279 auok190x_send_command_nowait +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0x87f1ea71 auok190x_send_cmdargs_nowait +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0x9753815e auok190x_send_cmdargs_pixels_nowait +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0xaf560dbe auok190x_common_probe +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0xc3eb6dad auok190x_send_cmdargs_pixels +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0xf4f8d367 auok190x_send_cmdargs +EXPORT_SYMBOL_GPL drivers/video/backlight/apple_bl 0x2c63e051 apple_bl_register +EXPORT_SYMBOL_GPL drivers/video/backlight/apple_bl 0xdab0f892 apple_bl_unregister +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x160095ee ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x200f1e62 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x3ae4ae6e ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x9536fbed ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x9f8a52c1 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xc2616495 ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xfdb4fe53 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/fb_ddc 0xa287b277 fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fb_sys_fops 0x48fd47cb fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fb_sys_fops 0x82e72da7 fb_sys_read +EXPORT_SYMBOL_GPL drivers/video/sis/sisfb 0x4ad8d4b7 sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/sis/sisfb 0xa517bd0c sis_free_new +EXPORT_SYMBOL_GPL drivers/video/vermilion/vmlfb 0x016e6c20 vmlfb_unregister_subsys +EXPORT_SYMBOL_GPL drivers/video/vermilion/vmlfb 0x90c018c6 vmlfb_register_subsys +EXPORT_SYMBOL_GPL drivers/video/via/viafb 0x22a7af24 viafb_dma_copy_out_sg +EXPORT_SYMBOL_GPL drivers/video/via/viafb 0x292da7a2 viafb_irq_enable +EXPORT_SYMBOL_GPL drivers/video/via/viafb 0x30cc9311 viafb_request_dma +EXPORT_SYMBOL_GPL drivers/video/via/viafb 0x31469540 viafb_pm_unregister +EXPORT_SYMBOL_GPL drivers/video/via/viafb 0x79e6190a viafb_irq_disable +EXPORT_SYMBOL_GPL drivers/video/via/viafb 0xb4f863e6 viafb_pm_register +EXPORT_SYMBOL_GPL drivers/video/via/viafb 0xbc6c236b viafb_find_i2c_adapter +EXPORT_SYMBOL_GPL drivers/video/via/viafb 0xcaefb732 viafb_release_dma +EXPORT_SYMBOL_GPL drivers/video/via/viafb 0xfff2dfd2 viafb_gpio_lookup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x1905c452 w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x1bbeaf6f w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x49c2c7ec w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x5b909870 w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7c2f2afb w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7cafc869 w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0x8e54dd30 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0xa69b2017 w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xd62fb84d w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xeec17bc0 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x444e6be7 xen_privcmd_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x90a879fb dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x9321df95 dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xac62e467 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xadd9408e dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc6dc8c2f dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xdc583c08 dlm_unlock +EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x07ae0fe1 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x0e0354a9 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x1380c90e nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x17ce645d locks_end_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x50fec8df lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x984e2c7b nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xc8e47aa8 locks_start_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xd4f8513d nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xe052039c nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xf83d9b64 locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x008887be nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x008adc20 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0162b423 nfs_readhdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x06b7c455 nfs_put_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x06f4ff7e nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x08dc55a4 nfs_initiate_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0b124c41 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0e9c77a3 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0fec58b1 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1167f449 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x11fae370 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x131c26db nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x14699883 nfs_destroy_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x167e8ec4 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1771178c nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x18562890 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x18d7aedb nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1b459ae4 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1d6a9235 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1e2abdcd nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1f30a05b nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1fad3ae6 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2149bab4 nfs_setlease +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x224f0cce nfs_sb_deactive_async +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x29399dd3 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2cf495f9 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2ff39524 nfs_writehdr_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x328cfc81 nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x358f32ff get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3628e573 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x38b5710d nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3b22ccf4 nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ca31f35 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3d6e4639 nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40348dab nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4571f5c7 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x45d56ca4 nfs_readdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4716a46d nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4a04b583 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4b10dbf2 nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4c3b5d8e nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4f73d36b nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5095713e nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x523b838f nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x53ea08fe nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x58e54d6f nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x59275752 nfs_file_fsync_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x59af37dc nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5a2a2a38 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5a565315 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e1d863a nfs_sockaddr_match_ipaddr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e460636 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5f56a827 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x605da548 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x622972a3 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x62c64602 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6414a274 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6fa4221d nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6fe1ee33 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x71671b3d nfs_dns_resolve_name +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x74ac1548 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x797a00e5 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c7fe2b4 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c9722ba nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7d1e6ed9 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7e79e513 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x803f564c nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x82ffb89c nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x830b6b97 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x83391ccf nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x868f78fc nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89bc5a64 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8f15d586 nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90beac69 nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9182bcd6 nfs_pageio_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91cab725 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x920e34c4 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x93294444 nfs_readhdr_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9329bac1 nfs_file_splice_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x974c2c50 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9773ff2d nfs_file_flush +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9787deb6 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b4690d nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98c05ffc nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9be1673a nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9c85057c nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9de6efaf nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa033d2f0 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa081861f nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa279fa09 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa5a8c0bb nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa5c15108 nfs_pageio_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa76e277b nfs_writehdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa7dd24d3 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8d2d1ce nfs_callback_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa98add81 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xac34989a nfs_generic_pagein +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb2295c42 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb31351b7 nfs_writedata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb49e6c30 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb5bf32d8 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbc45d916 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbe284f90 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5ef47d5 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6a4319b nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc94f6b74 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcab97157 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcc6917f0 nfs_initiate_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcd078e1e nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcf83d605 nfs_fscache_set_inode_cookie +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd02a0e31 nfs_generic_flush +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd0d73d6e nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd1db4298 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2fe766b nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd418a052 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd5ac896e nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd802468c nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd8533060 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd911be04 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xda5f59ba nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdb887633 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe09d2dd1 nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe6d3645d nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe6f12581 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xea91e07b nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xed424637 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xed9a7d45 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeea3aeed nfs_pageio_add_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf0cd43ab nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf7bf5071 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf9af821e register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa439d6f nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc10185f nfs_fs_mount_common +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x02d40ca7 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x062fce0c pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0f7ee4f7 pnfs_writehdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1d550022 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x20e936c3 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x23dab37d nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3e994bcb pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4c7bf4b5 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4dc5dce3 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x51f282f4 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x52697b20 _pnfs_return_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x76c8d46e pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8c28080d nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8f33bf82 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x974a77dc nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x98075bbc nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9ad3fb8a pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa8aed6c4 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb7d90f0d nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb8918f70 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbb0b79b8 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc3a442e6 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc46dc049 nfs4_proc_getdevicelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcf311c75 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd3d05a2a pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd5ce36a5 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd9aa00bf pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe9a203aa pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xea3dd7cd nfs41_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xebe0dcdd nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf1720576 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf4d7539c pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf888b64d nfs4_insert_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfac05db4 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfc18615a pnfs_readhdr_free +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x50ad2ead nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xfcb7904d nfsacl_decode +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1b89c6ee o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1d747ce3 o2hb_check_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36418553 o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36a28a9e o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x3e2df7e9 o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x443890b8 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x6e07ddf9 o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x77fe3823 o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x81a17396 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x982507e6 o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa82a8645 o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xae808bac o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbaeb4700 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbc93d2bc o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc3679d7b o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd0632355 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd60f2c6c o2hb_check_local_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf1a5611d o2net_unregister_handler_list +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf56c2017 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x15aeb8b3 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x5f979046 dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x63eecffa dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x6aa99fe4 dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xbce5f876 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd7ba575e dlm_errmsg +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd8fa57a6 dlm_unregister_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xdcc680e7 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x025e2d69 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0562c415 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x16b2e575 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x5469ce31 ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x7083dbd5 ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x74814dab ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x89502fe7 ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x8e351d96 ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xb4bd060c ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xdc823ea4 ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe2bd47db ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe40cffce ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe417d940 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xf1e19581 ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL lib/bch 0x231d70fc encode_bch +EXPORT_SYMBOL_GPL lib/bch 0x6b770f49 decode_bch +EXPORT_SYMBOL_GPL lib/bch 0x9463ff71 init_bch +EXPORT_SYMBOL_GPL lib/bch 0xbdf512de free_bch +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x104c92e5 notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x90f1e5ee notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x1803a6ed raid6_2data_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xe4b051cf raid6_datap_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xfdfcb8cb raid6_call +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x201d8ea3 encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x29fa419f decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x300d7e57 free_rs +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x6fbb3bd9 init_rs_non_canonical +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xabda1e2e decode_rs16 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xb050f329 init_rs +EXPORT_SYMBOL_GPL net/802/garp 0x003e13aa garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0x252a0f76 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x7e5a119f garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x8e264fa1 garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0x9d6ae012 garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0xcddef807 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/stp 0x1b73f4ed stp_proto_register +EXPORT_SYMBOL_GPL net/802/stp 0xd6a30324 stp_proto_unregister +EXPORT_SYMBOL_GPL net/9p/9pnet 0x818dd074 p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/9p/9pnet 0xeafa3d2a p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/atm/atm 0x50754510 register_atmdevice_notifier +EXPORT_SYMBOL_GPL net/atm/atm 0xe2c6bb26 unregister_atmdevice_notifier +EXPORT_SYMBOL_GPL net/ax25/ax25 0xac93ae05 ax25_bcast +EXPORT_SYMBOL_GPL net/ax25/ax25 0xaeb7451e ax25_defaddr +EXPORT_SYMBOL_GPL net/ax25/ax25 0xe075fefa ax25_register_pid +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xdbc6f813 bt_debugfs +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0073ac09 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0a102938 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0a49b28a dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0a84758b dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x11293a7b dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x155996f0 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1ae52c3a dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1c1186c6 dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d629a7b dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d99d49a dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d9bd33b dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2270247a dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x22b78adf dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0x250a3ec6 dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3b6c946d dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3d49eccb compat_dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x443608c2 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ec35231 dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4f65b170 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5386e430 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5a277aa1 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5f343d06 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x649da915 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x738b108f dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x73cd7299 compat_dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x759e860c dccp_insert_option_elapsed_time +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7aef4a6d dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x999c8d36 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb2d7e59c dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbbcb99d4 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbbd31d6b dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbc5f4256 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xdb4c3a9b dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xdea0baba dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe3691b9d dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe37df864 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe87b59c6 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe9601314 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xef4b6bde dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf3017e21 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x3f181c65 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x404feae4 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x55b6ebab dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x6b936094 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x78b7ec4c dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xd52684e2 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x14077e8e unregister_switch_driver +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x3ab360dd register_switch_driver +EXPORT_SYMBOL_GPL net/ipv4/gre 0x0e750593 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0x9d9f4aba gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x129cac0c inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x3ce7e311 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x8378167e inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x83918363 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xbc8f7884 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xc8a3ba44 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0xcca0b770 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x87467197 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_conntrack_ipv4 0x6d40a921 need_ipv4_conntrack +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x6b6c3d10 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_ipv4 0x58b62146 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_proto_gre 0x636b12c8 nf_nat_need_gre +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x25af5b22 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x40d68d9f tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x78d70dd6 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xc42951c7 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xdf3245e8 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/xfrm4_mode_tunnel 0x1521ba57 xfrm4_mode_tunnel_input_register +EXPORT_SYMBOL_GPL net/ipv4/xfrm4_mode_tunnel 0x31cd496c xfrm4_mode_tunnel_input_deregister +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x12c37b34 ip6_tnl_dst_store +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x17aa3c8c ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x2e87c353 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x7f2c4b02 ip6_tnl_dst_check +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x9445c267 ip6_tnl_dst_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x774dfd48 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x6eb85693 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_nat_ipv6 0x64ad9a79 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0e2a2865 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2f45d9e4 l2tp_session_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x360fad18 l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3ec53ad2 l2tp_tunnel_sock_lookup +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5458f73f l2tp_tunnel_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6d6ef43d l2tp_tunnel_sock_put +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7dca6196 l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x89096a75 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa1625d6c l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa4fc49d6 l2tp_session_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xac8165be l2tp_tunnel_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xbb06cfe7 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe652a2a2 l2tp_session_find_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf97e394d l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x076d0109 ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0f4042d1 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1982b730 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3d59c9e9 ieee80211_iterate_active_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7b26d10e ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xad646d4a ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb2f0d3ab ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc2457520 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc8e8ad15 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xda8d1eeb ieee80211_request_smps +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0ed1fca1 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x149e74c3 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x406bf6d9 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4d695f10 ip_set_get_ip_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6aa20aa7 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7762965e ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x80ee118c ip_set_nfnl_get +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x883d6572 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x93f44305 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9ff2a616 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa2d623f3 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb5539492 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc3b062db ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xced4b944 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xfda3ec7a ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x35bd54fc ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x53ef3bb0 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x5ecc681e register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xf6fd8d66 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0416d006 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x045072cd nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0baa1e22 nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x12796a8e nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x127f44f7 nf_ct_l3proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x18619bec nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1d67605d nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1e07064b nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x20d43643 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x276140a1 nf_ct_l4proto_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2f30ed8e nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x30935dcc nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x32dca643 __nf_conntrack_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x342b85f8 nf_conntrack_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37386cac nf_conntrack_hash_rnd +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3bc2c5ad nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3c9303a6 nf_ct_l3proto_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3e92c78e nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f5b1415 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x40a7ea4e nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x416bd2e4 nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x42ba92ae nf_ct_timeout_find_get_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x42cee2c7 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4827bcb2 nf_conntrack_l4proto_tcp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x48cd1084 nf_ct_get_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4c924569 nf_conntrack_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x508742d0 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x58c2964c nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5d9a36e9 nf_conntrack_flush_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5e4e9134 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x62813e5c nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x684996a3 nf_ct_delete_from_lists +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6c8c4342 nfnetlink_parse_nat_setup_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e224a7a need_conntrack +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x73b5356b nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7810464b seq_print_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78f9b710 nf_ct_l3proto_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7a11de30 nf_conntrack_l4proto_tcp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7b94ef82 nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7cfc5c14 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7d0a3a0a nf_ct_dying_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x82f9766f nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x84c72115 nf_conntrack_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x89dce727 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90ff6c9f nf_ct_invert_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x91a1270d nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x91e25bfc nf_ct_nat_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9b57767b nf_conntrack_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9d64029b nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa03448e1 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa33cd630 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa458d5c9 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa58ecbdb nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa7b5f29b nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa80894b1 nf_ct_l3protos +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab3d1f95 nf_ct_untracked_status_or +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xace62714 __nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad1bb027 nf_ct_free_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xafb02f03 nf_ct_l4proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb602c57e nf_ct_l3proto_module_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb602ccdf nf_nat_seq_adjust_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb6e244be nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbc402afc __nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbc8d58e3 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc0240dd4 nf_conntrack_set_hashsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc0cd71bf nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xca6de7a3 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcc848406 nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd2ea488f nf_conntrack_l4proto_udp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd300d71b nf_conntrack_l3proto_generic +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd8855485 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd993dd1a nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe0dc2a0d nf_conntrack_l4proto_udp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe6e3a3e8 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xea8e8ec0 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf29a57c6 nf_ct_iterate_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf56bd52e nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf994e147 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0xb65c59fa nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0xeeb98de3 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x49428c98 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x217600a1 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x262cf1c8 nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x4ad57e8b set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x4bb2521a nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x798ae004 set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x89e0944f nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xb3ee6de2 nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xcd552558 nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xd0cce741 set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xf9251b0f set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x57e40c12 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x3eed2a4d nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xb99e701e nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xcbde3795 nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xdfcc467e nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0xa3b14b07 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0xb9e7700d nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x052b0eee nf_nat_sip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x11c98f02 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x331faec9 nf_nat_sip_expect_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x6e1fd9af ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x6e94a5b5 nf_nat_sdp_port_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x79d8cbe0 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x8d4d78f8 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x8de9f58f nf_nat_sip_seq_adjust_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xacab6426 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xdaf76a06 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xe33bdd31 nf_nat_sdp_media_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xf584832a nf_nat_sdp_session_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xfa9e0796 nf_nat_sdp_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x8e5173f8 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0xa47e8a5e nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0d9bae4b nf_nat_l4proto_nlattr_to_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x121493bf nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x131f636c nf_nat_l4proto_in_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x1f81fc93 nf_nat_set_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x207b0e39 nf_nat_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x29df4f11 nf_nat_tcp_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x4996f067 __nf_nat_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x816fe4d0 nf_nat_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb2f82ffd nf_nat_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc34e1f87 nf_nat_l4proto_unique_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd9689689 nf_nat_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tproxy_core 0x2f8b66b5 nf_tproxy_assign_sock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x0578e968 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x1af0cec5 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x1f58e71b nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x205a1b0d nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x3895cd7a nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x44c05856 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x4ed7207a nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xb5ef8fac nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x21f6bba6 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x85e6248b nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_log 0x51fda609 nfulnl_log_packet +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x161d1417 xt_compat_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x230f34ba xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x24084280 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2dd120b1 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3b59cd86 xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3ed4e2aa xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x40728a63 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x52700687 xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x56891c62 xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5abec394 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5f82f1f7 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x691a6d69 xt_compat_calc_jump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7cde449a xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x87cad5cd xt_hook_link +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x94d7f9de xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x950aa4ed xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x96ac55a3 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9d8377fa xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa32ceec3 xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbdf365f2 xt_hook_unlink +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc16b23cc xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd617a0ca xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe0b4971b xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe8f90948 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xec24fd82 xt_compat_add_offset +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x1d54748c xt_rateest_lookup +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x8acf67ae xt_rateest_put +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x0bef4936 rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x0c35b908 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x1967fd1c rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x2366bf86 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x2574b145 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x287ffe61 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x2c5c5514 rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x304940ea rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x3101936e rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3379f42e rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x38221fae rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x3b4fc0fc rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x4ba6e69a rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x50cbe7b3 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x5b6632f4 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x6793cd01 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x73aac73d rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x7bc62829 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x9076251d rds_page_copy_user +EXPORT_SYMBOL_GPL net/rds/rds 0x9bcd25b3 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x9ce75311 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x9d3203d6 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0xa82b2a83 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc433f6b5 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xcee92c5b rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0xd86e3276 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0xdf629a0c rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0xf13f9353 rds_send_get_message +EXPORT_SYMBOL_GPL net/rds/rds 0xf177d9fb rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x22f235d0 rxrpc_register_security +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x9fd55080 rxrpc_unregister_security +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x00c52ef5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x58341127 gss_pseudoflavor_to_service +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x6768daf3 gss_mech_get_by_name +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8429e335 gss_service_to_auth_domain_name +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8758a826 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8d1a827e svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8fc4a949 gss_mech_get_by_OID +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x94d9e63f gss_mech_get_by_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb3d7d62c gss_mech_get +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb5dea7ef g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb6e88595 gss_svc_to_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xbe318bb0 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xc4df8da2 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd0ca7e4f gss_mech_put +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf8b2ff6e g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x00b3ba87 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02f14a14 rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x03aacedb _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x03f3fd4d svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05a70e7e svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x080794de rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x080be953 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x08476b25 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x09dcc26c xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0cf7d61d svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e59feed rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e9ea312 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f13fb5a auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f668ba9 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x100f0bbb svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x10bac1ae xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x12a3a99c svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x151ebc55 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x15f2e60d rpc_lookup_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x16eb8576 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x181f0b9f rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x18eb3534 svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19156694 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19cebaa0 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1b3388ad xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1b8e22d6 xdr_partial_copy_from_skb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c3e10bc xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d96c994 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e47b192 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ebaf258 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1eed4134 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f2a9970 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f784ba8 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x208d4d37 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2147fe3a svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x21805933 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x21e69f48 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2242be80 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x22704423 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x22c76f5a xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x22f84335 rpc_queue_empty +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x27359f6c xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29ab3627 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2bbacb5f xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2bd23255 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d358b49 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2da26bad xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eec63c9 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2efad640 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2fa0f8cf rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x306b0e58 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31908c63 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x346d7a17 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3876d34d read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39118a27 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3946d82e rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c1bf7bf svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c1ddff2 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3ed5823e rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4267711f xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x44266a2f xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x457fa6f8 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4590d0bb rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x45aaff6c svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4605364c svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x48ca85e3 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49110f5b rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4998416a rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4c7c8c82 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d166100 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d3d7c07 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d6abcfa rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d9bb9f3 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e6bc05e svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4f96eccb svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x520c46bd sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x523e71ab svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x52b2ab9e rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x531b582d xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x547911c0 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x54e3d236 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x55ce357e svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5835b72d rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x587f3ab5 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x591ca06c rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a0cba48 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ce8d88b sunrpc_cache_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d95f728 svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5e25c890 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5f9098d1 svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5fb6ea52 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6426d98a rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x648551c6 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x651bedcc rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6558dc5c xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x669131d4 csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68691578 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b812717 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6de3e513 rpc_print_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x712bf572 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71d090a0 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x732212f6 xdr_skb_read_bits +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73de0c92 xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x77c7359e write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x790cfd45 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a36ddbd rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a829f7e xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7c18391a rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ce746d0 rpc_lookup_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d59bd5b xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d744891 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7fef560b svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8414f687 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x848ee68c xdr_buf_read_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a97cfc4 svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8aee117f rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b457fab svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8d757adb rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f6661c9 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8fe5e889 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9207595c rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92efb1d3 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x951b1e37 rpc_protocol +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x958a9665 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x96c8bb8b sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98589394 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98b75d64 rpcauth_list_flavors +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a9fefd7 xs_swapper +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9b1f9aad svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c17ce50 rpc_task_reset_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c184035 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9cedc771 cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0e5bc85 xprt_set_retrans_timeout_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa85d52e7 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac8a8f16 rpcauth_generic_bind_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf7bbe94 __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xafdb0858 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb218261e xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb3e083f1 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb549c904 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb6c3346d xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb72dec65 rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb8955731 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbca707c4 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf1b33e8 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3880471 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc438fd36 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc49078fc cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc4dd884b rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc83b15de xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9806fe7 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xceeb580e cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2548d8a rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd33cee89 xprt_set_retrans_timeout_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd35a627d xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd425c0b4 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd52c7e46 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd667acb4 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd6f42701 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd76753f2 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd80404c2 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda3dd395 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb5d4df1 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdef71054 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1ac2bb8 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe2b2e037 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe4d75a4e auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5d17d57 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe619438d rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe6ff21bf rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe7015281 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe773dac9 xprt_lock_and_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe8803f9f rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe9ca7cfc sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf1898441 rpc_rmdir +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf23c93d8 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf3ee2109 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf45bc564 rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf46aed30 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4b5bc0f rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9d1164c rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfae4e161 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xff015c63 svc_find_xprt +EXPORT_SYMBOL_GPL net/wimax/wimax 0x00030ca8 wimax_report_rfkill_hw +EXPORT_SYMBOL_GPL net/wimax/wimax 0x2502ad91 wimax_report_rfkill_sw +EXPORT_SYMBOL_GPL net/wimax/wimax 0x56a295d3 wimax_msg_data +EXPORT_SYMBOL_GPL net/wimax/wimax 0x5e72379a wimax_msg_alloc +EXPORT_SYMBOL_GPL net/wimax/wimax 0x5ff043cc wimax_msg +EXPORT_SYMBOL_GPL net/wimax/wimax 0x7f6c4fdf wimax_msg_data_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0xaf1b9326 wimax_dev_init +EXPORT_SYMBOL_GPL net/wimax/wimax 0xbd56b01f wimax_msg_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0xc046ba34 wimax_dev_add +EXPORT_SYMBOL_GPL net/wimax/wimax 0xc35f5c0f wimax_dev_rm +EXPORT_SYMBOL_GPL net/wimax/wimax 0xd0706a24 wimax_state_get +EXPORT_SYMBOL_GPL net/wimax/wimax 0xda5aab0b wimax_msg_send +EXPORT_SYMBOL_GPL net/wimax/wimax 0xeec7b891 wimax_state_change +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x186ed5c5 cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x1e13762a cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x22d5374d cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x466a1d1d cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x83cfab39 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x8deba487 cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x930e4cac cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xae0e2d14 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xbc424c38 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xc08bc8fd cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xccbf306f cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x1c852e7c xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x2e47f677 xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x3108ea46 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x32d5e7fc xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x4d4fd5f1 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x5fcdec5d xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x686c703f xfrm_count_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x6e7474fc xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x9cb8037b xfrm_count_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xa8001660 pskb_put +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xaeea3073 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xd05dc2a3 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x4a52db65 ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xd2eb8bc6 ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xf541f5d7 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xf8b34796 ipcomp_init_state +EXPORT_SYMBOL_GPL sound/core/snd 0x064ca986 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0x5891814b snd_kctl_jack_report +EXPORT_SYMBOL_GPL sound/core/snd 0x95b92c86 snd_kctl_jack_new +EXPORT_SYMBOL_GPL sound/core/snd 0xb39ff6a4 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0xdbc771c9 snd_ctl_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x0cdeb23c snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x2eb068b8 snd_compress_register +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xf8459885 snd_compress_deregister +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x04e1b99f snd_pcm_std_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x09e913c1 snd_pcm_alt_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x0c46cfa4 snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xb13286b6 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x2b459d59 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x65775195 snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xaa0cdee1 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xbdf069a7 snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xce4c7390 snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xceaff6db snd_ak4113_build +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x01dcd9e6 snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0676f5ac snd_hda_get_input_pin_attr +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x06e5c0e3 snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x07e741c8 snd_hda_query_supported_pcm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x088dadb8 snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x09f27184 snd_hda_bind_vol +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0dce395b snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0f32c203 snd_hda_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x110a6faf snd_hda_add_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1132b2f7 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x13bbb186 snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1b8be161 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1bfae8a6 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x234f2920 snd_hda_sequence_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x251c5a49 snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2b85a2ef snd_hda_delete_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2c424060 snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2da1d6fc snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2e88cb5b snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x31d141fc snd_hda_gen_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x31dcb59c snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x32ee36d9 hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x34060ff1 snd_hda_ch_mode_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x34ec8b4d snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x375cacd5 snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3966748c snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3b2ad74c snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3d577185 snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3d9eb97b snd_hda_jack_detect_enable_callback +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x42d5002a snd_hda_mixer_bind_ctls_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x44be5f7f snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x44e4f8ac snd_hda_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x45a1152f snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x479634d2 snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x48ed97c8 snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4a525604 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4b04d301 snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4b46ab00 snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4bd656f1 snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4dab1f60 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x501f5c16 snd_hda_get_sub_nodes +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5054e965 snd_hda_codec_resume_amp +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5073aed2 snd_hda_codec_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5335f644 snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x55d6b77b snd_hda_codec_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x56beedb5 snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x573fda06 snd_hda_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x57518d97 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x58ff369f snd_hda_bus_reboot_notify +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x60a8f67b snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x646dc2eb snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x64f8c957 snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x693e3312 snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6b3df9e3 snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6b8de75f snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6cfd94c6 snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6d62d34e snd_hda_codec_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6f14b262 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x75ec3ecc snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x768703a9 snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x784c479e snd_hda_bus_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x795863c7 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7b208853 snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7ba92c4e snd_hda_mixer_bind_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7d2b591d snd_hda_codec_amp_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x80432da3 snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x81157b08 snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8278f23b snd_hda_ch_mode_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x82e430a5 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8382946d __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x85a3e22a snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x85f24a11 snd_hda_query_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8612508e snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e4c6826 snd_hda_calc_stream_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e90845b snd_hda_jack_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e96f7c2 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8eecad9e snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x909c015e snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x928abcff snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x94d8742e snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9580a8fe snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9811ce88 snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9f1f2ca7 is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa2827d76 snd_hda_get_jack_location +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa2913079 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa611de76 snd_hda_suspend +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaa9f3edc snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb0586806 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb0ed8803 snd_hda_bind_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc02060a9 snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc28fd88e snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc2c2f491 snd_hda_mixer_bind_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc3561c93 snd_hda_gen_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc48047f1 snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc5824a55 snd_hda_jack_tbl_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc652fd69 snd_hda_get_jack_connectivity +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc8b12917 snd_hda_jack_tbl_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb301b6e snd_hda_get_jack_type +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcc178055 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcc5ea7a2 snd_hda_check_board_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcf3a9037 snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcf53155e snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd59b5a85 snd_hda_override_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd99f23d0 snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdaa1a077 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdca1a7dc snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xde25adf8 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdff26576 snd_hda_mixer_bind_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe1236b06 snd_hda_ch_mode_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe1c29359 _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe1d5e5b5 snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe351a16e snd_hda_queue_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe37be33d snd_hda_resume +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe6a1f0b0 snd_hda_mixer_bind_ctls_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe87db60d snd_hda_check_board_codec_sid_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xec34010d snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xed355725 snd_hda_is_supported_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf208b426 snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf3ac981c snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf437ca58 snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf732b8bc snd_hda_codec_resume_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf93217e1 snd_hda_jack_detect +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfacdecb3 snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfb117ad2 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfbbed8f5 snd_hda_mixer_bind_ctls_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfc12f9c1 snd_hda_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfccacdf0 snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfe726684 snd_hda_codec_update_cache +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-88pm860x 0x242e0b08 pm860x_mic_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-88pm860x 0x3aade66a pm860x_hs_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ab8500-codec 0x07e71756 ab8500_audio_setup_mics +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ab8500-codec 0x8be92f07 ab8500_audio_set_ear_cmv +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x15ce96d8 arizona_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x1f8ea94a arizona_out_vd_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x27512b50 arizona_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x5bfcd5ce arizona_init_fll +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x5e8e6067 arizona_mixer_texts +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x73f9f1d5 arizona_lhpf3_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x78355a2b arizona_mixer_values +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x7e59c88a arizona_out_vi_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x8eee9578 arizona_in_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x92e53892 arizona_init_dai +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x93ed4d8b arizona_in_vi_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xb65ecf5b arizona_lhpf4_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xc9c29637 arizona_mixer_tlv +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xcb2b749a arizona_out_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xd58efa61 arizona_lhpf2_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xe466e0fc arizona_lhpf1_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xf23a2c4b arizona_in_vd_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xf4687ad0 arizona_set_fll +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cx20442 0x871031c1 v253_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-l3 0x78c84c7e l3_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98095 0x1c109240 max98095_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max9877 0x4ef8856b max9877_add_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0x45eb0cde tpa6130a2_stereo_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0xb26058fa tpa6130a2_add_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-twl6040 0x0205320f twl6040_get_trim_value +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-twl6040 0x11ee3235 twl6040_get_dl1_gain +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-twl6040 0x316d4f67 twl6040_hs_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-twl6040 0x35f60d66 twl6040_get_clk_id +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-twl6040 0x8bfda33b twl6040_get_hs_step_size +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wl1273 0x223e4e0f wl1273_get_format +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x3e5ef855 wm_adsp1_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x7a4482df wm_adsp2_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xbd5d7d14 wm_adsp2_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x5cd7eb9b wm_hubs_dcs_done +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x74752cb0 wm_hubs_add_analogue_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x757206d5 wm_hubs_spkmix_tlv +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x91d759bb wm_hubs_set_bias_level +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xa9a3dcd9 wm_hubs_vmid_ena +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xb6c6b648 wm_hubs_handle_analogue_pdata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xc17e744d wm_hubs_hpr_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xc59e9987 wm_hubs_add_analogue_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xdaca06a2 wm_hubs_update_class_w +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xf8a217a6 wm_hubs_hpl_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8350 0x3a675ae7 wm8350_mic_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8350 0x6b577442 wm8350_hp_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x7eea4567 wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x3152c1c2 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0x7a591801 wm8958_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0xf527ccb2 wm8994_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8996 0x3a9f12c2 wm8996_detect +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x006dfda0 snd_soc_cache_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x01cc8095 snd_soc_platform_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x02f964c6 snd_soc_dapm_get_enum_virt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x05f36f2b snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x064b7231 snd_soc_register_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x08006d8d snd_soc_bulk_write_raw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x08cd87ff snd_soc_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x092f7d3a snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x09e09016 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x09fdff36 snd_soc_dpcm_be_get_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0c06ebd8 snd_soc_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x10faa9c8 snd_soc_get_dai_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x135b312d snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x168b98e2 snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x17cddceb snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1deab0f7 snd_soc_info_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1e08dbce snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1f814c65 snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x24c977c6 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x24f6fff8 snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2542e987 snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x27c705b0 snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x27f772fd snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2977f50a dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2e51adc2 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x30d610af snd_soc_default_volatile_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x30ff5db1 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3167f14e snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x34ae3ca8 snd_soc_add_platform_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x382f3781 snd_soc_codec_set_cache_io +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3880239e snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x397afff3 snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3a7d3972 dapm_reg_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3e06bcfe dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3fe9b510 snd_soc_get_value_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x446794cf snd_soc_default_writable_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x450f81bd snd_soc_codec_volatile_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x46680230 dapm_mark_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x46ba5a0f snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x49a5eac7 snd_soc_default_readable_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4acfc012 snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4cc0e492 snd_soc_codec_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4dbda8ff snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4e46fb81 snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4fd368b4 snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5215991f snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x52e200a2 snd_soc_dapm_put_value_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x53a22bf9 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x56fd8e55 snd_soc_update_bits_locked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5a60ef4b snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5a61d499 snd_soc_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5bdcc0e3 snd_soc_codec_readable_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5c084cbb snd_soc_add_codec_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5e94d29d snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5f224277 snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5f848200 snd_soc_unregister_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5fc65191 snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x60686dd6 snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x63033e9e snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6564c60d snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6787e0c7 snd_soc_info_volsw_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x68a925ef snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6a2a83d7 snd_soc_register_dais +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6d14d61c snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6d872ec5 snd_soc_unregister_dais +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x75ecb1e4 snd_soc_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7730d4af snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7c2ab4f4 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7d9adbc6 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x809e0eff snd_soc_platform_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x887be76b snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x88b6a76c snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8a92fb13 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8f70f15c snd_soc_codec_writable_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x911c7342 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x91834e63 snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x95d7f697 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x97530b37 snd_soc_unregister_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x98c6e027 snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x98d58e9f snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x99d25e89 snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9bfae8aa snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa46c2464 snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa4ba0927 snd_soc_get_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa6bc2f1c snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa9ac4e6f snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xab2da06e snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xac9b1849 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaf075ef5 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb40a44e3 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb572b06b snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb8f6730e snd_soc_put_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbbfe4deb snd_soc_dpcm_be_set_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbda63aa5 snd_soc_codec_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc1fbb892 snd_soc_info_enum_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc6749f3d snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc68cf004 snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc691dd8c snd_soc_free_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc927466e dapm_mark_io_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc967a673 snd_soc_cache_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcac621c2 snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcae3994d snd_soc_cache_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcb05b2e4 snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcb180b90 snd_soc_unregister_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcbc4dfd3 snd_soc_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd2d53061 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd3601a35 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd4c633ec snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdb94d15d snd_soc_put_value_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdbad30b4 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xddb8ec10 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdde1bfbc snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdf823452 snd_soc_platform_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe171e47d snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe26873ba snd_soc_dapm_put_enum_virt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe72ecc1e snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe9071015 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xec7ab8cf snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xee40c27b snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf1df6c90 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf316e6a9 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf3e0550d snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf56b4627 snd_soc_new_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf58a2404 snd_soc_dapm_get_value_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf5a21490 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf74b08e8 snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf78adf3c snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfa25b732 snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfd3d9e54 snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfd4b529c snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xff1a54e2 snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL vmlinux 0x004a7a28 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x005218f9 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0x0067df75 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0x006bc072 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0070ef14 __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x00c4dc87 timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x00e4f7f4 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x00ebcb5d ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0x00f94fde register_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x01010c6d klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x011cf028 regulator_suspend_finish +EXPORT_SYMBOL_GPL vmlinux 0x01330a06 atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x01534b65 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0x01643c38 xenbus_dev_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x0165c638 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x01801336 shash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x01848a8e local_apic_timer_c2_ok +EXPORT_SYMBOL_GPL vmlinux 0x0193449f debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x01a4ea6d unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x01aa1dc8 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x01b8139f usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0x01ce5742 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01ecd168 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x022cf2bd mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x02448233 wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x026211e2 memory_failure_queue +EXPORT_SYMBOL_GPL vmlinux 0x0271aaa2 cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x02954db8 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x029870bd devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x02b31df4 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x0302711b get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x0306a458 fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x030d6df7 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x0347da59 i2c_new_probed_device +EXPORT_SYMBOL_GPL vmlinux 0x036ce97b relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x03a3f86d unregister_jprobe +EXPORT_SYMBOL_GPL vmlinux 0x03bd4574 tpm_dev_vendor_release +EXPORT_SYMBOL_GPL vmlinux 0x03d166ac iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x03da01a4 wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x03e2ce2f unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x03e3686c ata_timing_cycle2mode +EXPORT_SYMBOL_GPL vmlinux 0x03e5955a regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x03e8b6f9 disk_part_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x03eca9a1 btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x042db379 inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x0431494f fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0x04486e88 rcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x04727e84 blkcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x04729545 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x0476fd15 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x048ce38d usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0x04a79848 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0x04bc3f2c device_schedule_callback_owner +EXPORT_SYMBOL_GPL vmlinux 0x04c3f2c1 gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x0529e880 xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0x0531dcb8 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x053494cb tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0x05390e47 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x056101d8 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x0561a1d7 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x05757710 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0x058de42d skcipher_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0x05a45bfe ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0x05ae262e regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x05b143ff ata_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x05b8a4e3 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x05f141c4 crypto_givcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x05f1c2d5 crypto_lookup_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x060835bc sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0x060d1064 set_memory_ro +EXPORT_SYMBOL_GPL vmlinux 0x06250be6 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0x062fc169 xen_hvm_resume_frames +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x06982379 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x069c455d __rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x06ed3976 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0x06f1ff22 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x06f22ca2 irq_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0x06f6fbe3 tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x07062a84 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x0762403c edac_put_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x0765d88a ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x07ad197f usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07bfbf0e hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0x07eff8b9 max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x07f3a2a3 wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0x080c9691 __ablkcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x0816c577 rio_get_asm +EXPORT_SYMBOL_GPL vmlinux 0x08192e21 dma_buf_kmap +EXPORT_SYMBOL_GPL vmlinux 0x083593de user_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x088bfa7e cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x08a39ba8 __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x08b61298 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x08b81955 arizona_set_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x08bc0870 compat_put_timespec +EXPORT_SYMBOL_GPL vmlinux 0x08be4b77 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x08cc310f cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0x08f6cae8 wm8400_block_read +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x092c2a7a irq_domain_add_tree +EXPORT_SYMBOL_GPL vmlinux 0x0937bd60 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x09469482 kfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x094abc5e unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x097bcaa9 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x097c8d10 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x0a02a914 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x0a05f75d usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x0a3a93a1 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x0a63b0f5 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x0a9fa4a0 pci_restore_ats_state +EXPORT_SYMBOL_GPL vmlinux 0x0ac745a2 xen_swiotlb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x0acf69e1 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0ae8fef1 tpm_show_pubek +EXPORT_SYMBOL_GPL vmlinux 0x0aeb048e cm_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b0f36f9 usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x0b19ed7c apei_estatus_check_header +EXPORT_SYMBOL_GPL vmlinux 0x0b3279d7 wm8994_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x0b52e502 apei_resources_add +EXPORT_SYMBOL_GPL vmlinux 0x0b7b9554 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0b9c274d disk_map_sector_rcu +EXPORT_SYMBOL_GPL vmlinux 0x0bae62b1 ktime_get_monotonic_offset +EXPORT_SYMBOL_GPL vmlinux 0x0be8cb31 btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0bf2cb31 __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0x0bf3594f blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0bfa3a19 rcu_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x0c075853 regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x0c0c015e ring_buffer_swap_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0c0f2d01 dma_buf_mmap +EXPORT_SYMBOL_GPL vmlinux 0x0c2cdbf1 synchronize_sched +EXPORT_SYMBOL_GPL vmlinux 0x0c570627 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x0c6eb419 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x0c76c155 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x0c805f93 clflush_cache_range +EXPORT_SYMBOL_GPL vmlinux 0x0c9fef74 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x0cc1e40f crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x0cc92b02 dm_kill_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0x0cd10a4e work_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0cd4edb4 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x0cddc027 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x0d650aea event_storage_mutex +EXPORT_SYMBOL_GPL vmlinux 0x0d6d789a class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x0d8f1d65 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0ddf94be srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0df9ef97 __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x0e000ced debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x0e0088cc key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x0e0e9eac arizona_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x0e13cb4d apei_resources_release +EXPORT_SYMBOL_GPL vmlinux 0x0e15837a exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x0e60e123 stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0x0ecdfbf2 bus_set_iommu +EXPORT_SYMBOL_GPL vmlinux 0x0ecf823a static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x0ed1fe51 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x0ed2483f led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL vmlinux 0x0f0acac2 sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x0f14fbab scsi_register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x0f393722 nfq_ct_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x0f4e8081 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x0f52a811 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x0f5612f6 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x0f751aea input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0x0f7f0a8e wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x0fa138de xen_hvm_need_lapic +EXPORT_SYMBOL_GPL vmlinux 0x0fb61a7f platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0x0fcc1969 copy_from_user_nmi +EXPORT_SYMBOL_GPL vmlinux 0x0fd6b292 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x0fe2d570 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0x100c48a2 unregister_dock_notifier +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x10194a8e bmp085_remove +EXPORT_SYMBOL_GPL vmlinux 0x10291853 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x10374c19 da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x1064326c dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x1079c42a subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x10899480 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x10c9d678 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x10cffefe platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x10d07dea gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer +EXPORT_SYMBOL_GPL vmlinux 0x11269f9d skcipher_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x113e5c87 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x114f1a20 balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0x1172ce54 rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0x117c7305 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x11827df9 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x11834f64 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x119af014 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0x11a8a759 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x11c16630 xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0x11f447ce __gpio_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x1218fdad tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0x121ed3f3 add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0x121f73bb usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0x12248954 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x122672a3 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x124613c3 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0x124f2056 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x1258d9d9 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x125b81a2 crypto_lookup_aead +EXPORT_SYMBOL_GPL vmlinux 0x1268f357 resume_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0x1280153a pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x12a0df79 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x12b21257 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x12c2fe90 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init +EXPORT_SYMBOL_GPL vmlinux 0x13b2a946 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x13b4abb1 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x13c37bb2 filter_current_check_discard +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13f7a1be md_run +EXPORT_SYMBOL_GPL vmlinux 0x1416c8d6 put_compat_timeval +EXPORT_SYMBOL_GPL vmlinux 0x14234d60 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x1426ad26 cpufreq_frequency_table_cpuinfo +EXPORT_SYMBOL_GPL vmlinux 0x14345cfb tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x144a175d class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x145bfc69 usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x145fd596 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x146116ed pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0x146415a9 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x14d4f822 edac_subsys +EXPORT_SYMBOL_GPL vmlinux 0x15010e1f arbitrary_virt_to_machine +EXPORT_SYMBOL_GPL vmlinux 0x1501bf65 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x15026a32 snmp_mib_init +EXPORT_SYMBOL_GPL vmlinux 0x1516306b iommu_domain_has_cap +EXPORT_SYMBOL_GPL vmlinux 0x1530cf8a pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x15657852 da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x1582305a rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x15827a4b ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0x15892417 async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1598dc9d unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x15b0606e e820_any_mapped +EXPORT_SYMBOL_GPL vmlinux 0x15b39e8c raw_seq_open +EXPORT_SYMBOL_GPL vmlinux 0x16000a3c dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x1621c4d2 kallsyms_on_each_symbol +EXPORT_SYMBOL_GPL vmlinux 0x1650bf27 rcutorture_record_progress +EXPORT_SYMBOL_GPL vmlinux 0x1655885c rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x16716240 m2p_remove_override +EXPORT_SYMBOL_GPL vmlinux 0x167776bf bio_alloc_mddev +EXPORT_SYMBOL_GPL vmlinux 0x1680f6bf sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x16884d55 dm_dispatch_request +EXPORT_SYMBOL_GPL vmlinux 0x16dca74f dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x16e0da18 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x171425ef tpm_write +EXPORT_SYMBOL_GPL vmlinux 0x171d254b ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0x17432d6b relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x1752fa7e ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x17614bf3 apei_resources_sub +EXPORT_SYMBOL_GPL vmlinux 0x176e7fbc __blkg_release +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x17ba59bb crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x17f12887 tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1829b9ed hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x1848d7d7 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x1853653c btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x18582826 amd_pmu_disable_virt +EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x1878f62b edac_err_assert +EXPORT_SYMBOL_GPL vmlinux 0x18a47a47 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x18af5c44 sg_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x18de9a27 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x18e2c347 dev_pm_qos_remove_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x18f83fab gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0x193d48e0 trace_current_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x194a2bd9 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x196614ce hw_breakpoint_restore +EXPORT_SYMBOL_GPL vmlinux 0x19777033 wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x1982754d xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19d7fc54 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x19dc35eb hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0x19f81e23 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x19fc7f60 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x1a082d69 max77693_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x1a323362 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x1a50f43c swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0x1a630c00 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x1a96e289 __online_page_set_limits +EXPORT_SYMBOL_GPL vmlinux 0x1aadbe40 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1ab336ba mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1abf2b4e usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x1abf483a ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x1acbfd7e pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x1ad83009 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x1ad94487 arizona_clk32k_enable +EXPORT_SYMBOL_GPL vmlinux 0x1ae0e135 tracing_generic_entry_update +EXPORT_SYMBOL_GPL vmlinux 0x1aed9cba da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x1afeaa8c task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x1b02ccc9 disk_part_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x1b055653 cgroup_lock_live_group +EXPORT_SYMBOL_GPL vmlinux 0x1b12d45b usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1b3c9291 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x1b53aecf iommu_group_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1b5dba96 ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x1b987b39 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x1b9aca3f jprobe_return +EXPORT_SYMBOL_GPL vmlinux 0x1ba0df80 dma_buf_kmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0x1bceb175 cpufreq_governor_dbs +EXPORT_SYMBOL_GPL vmlinux 0x1bd22a85 seq_release_net +EXPORT_SYMBOL_GPL vmlinux 0x1bd801c2 rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x1bfee7ad queue_work +EXPORT_SYMBOL_GPL vmlinux 0x1c4ead7f pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0x1c574d48 save_stack_trace_tsk +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c60c14c key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x1c70a25a pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c9fbb03 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1cdb2147 zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0x1cead3f1 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x1cfd95c1 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0x1cffc4df RSA_public_key_algorithm +EXPORT_SYMBOL_GPL vmlinux 0x1d144587 rio_get_device +EXPORT_SYMBOL_GPL vmlinux 0x1d2510bc unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0x1d39f697 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x1d459685 xstate_size +EXPORT_SYMBOL_GPL vmlinux 0x1d58ae14 lpddr2_jedec_timings +EXPORT_SYMBOL_GPL vmlinux 0x1d607a16 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x1d739e1c xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table +EXPORT_SYMBOL_GPL vmlinux 0x1d82028a tasklet_hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x1d82fe4b bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x1d83c8e1 devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x1db0e734 unregister_efivars +EXPORT_SYMBOL_GPL vmlinux 0x1dfdc8c0 iommu_present +EXPORT_SYMBOL_GPL vmlinux 0x1e000879 hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0x1e314b21 regulator_use_dummy_regulator +EXPORT_SYMBOL_GPL vmlinux 0x1e3594cd serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x1e3a88fb trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x1e567dfb fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x1e5ed583 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x1e6a4339 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e8be836 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x1ea2c3ed usb_acpi_power_manageable +EXPORT_SYMBOL_GPL vmlinux 0x1ea3ae5f sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1edb78d0 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x1edc21cb hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x1ee95ad1 crypto_larval_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1f1966c9 acpi_ec_remove_query_handler +EXPORT_SYMBOL_GPL vmlinux 0x1f1988f7 hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x1f515dd5 timed_output_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1f6c48d5 tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8db7f9 ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x1f8ec1b3 acpi_get_pci_rootbridge_handle +EXPORT_SYMBOL_GPL vmlinux 0x1f98582c usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x1fa71acd ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x1fcece42 inet_twdr_twcal_tick +EXPORT_SYMBOL_GPL vmlinux 0x1ffe6800 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0x2022f438 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x2028a174 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0x20433657 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x204e92ac i2c_new_device +EXPORT_SYMBOL_GPL vmlinux 0x20766238 fuse_put_request +EXPORT_SYMBOL_GPL vmlinux 0x209a0e44 __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x209ec764 xen_event_channel_op_compat +EXPORT_SYMBOL_GPL vmlinux 0x20ae5ee5 wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x20aea6ab ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x20bc3470 orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x20c9c0f6 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x20d8eca3 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x20ea6566 pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x20f08162 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x2135c161 blk_unprep_request +EXPORT_SYMBOL_GPL vmlinux 0x2164d33c devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x2171982e fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0x217b9a14 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x21948837 ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x21d79690 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x21e80125 raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x21ed2d27 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x21fc3d7f ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0x2210e341 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x227a709e pci_sriov_migration +EXPORT_SYMBOL_GPL vmlinux 0x2284c24c power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x2296c00d crypto_attr_u32 +EXPORT_SYMBOL_GPL vmlinux 0x22c93225 inet_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x22db5d4a regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0x22e5f96c device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x230a5129 dma_buf_export +EXPORT_SYMBOL_GPL vmlinux 0x2311c2db xen_swiotlb_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0x232bcf7c nf_unregister_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x234e072d tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x235b9b4e skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x2378ee98 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x237a1d82 acpi_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x2393713c sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x2393db0a attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x23a2b95c vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x23ac9e19 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x23ae7c04 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x23f44839 fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0x24011e14 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x2447533c ktime_get_real +EXPORT_SYMBOL_GPL vmlinux 0x24782627 cgroup_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0x247ef831 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x249f5955 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x24aac4d9 crypto_aes_expand_key +EXPORT_SYMBOL_GPL vmlinux 0x24c7698a xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x24eb3121 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f3ac16 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x24fc46b6 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x2545c170 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x25754f41 subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x25827ecd __class_create +EXPORT_SYMBOL_GPL vmlinux 0x259cca65 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x259f2abf __remove_pages +EXPORT_SYMBOL_GPL vmlinux 0x25a5ac6f net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x25d2fba4 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x25df81f8 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0x25e6a270 __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x25eb73b5 pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x262cc767 extcon_get_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x262f20a8 local_clock +EXPORT_SYMBOL_GPL vmlinux 0x262f5ee5 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x265c5e4f rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x2664afb1 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x268310b1 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x268600c7 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x268ab435 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x26b09686 debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x26b2704b tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x26b71fb4 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26e6e7a3 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x26e7e717 xen_swiotlb_sync_sg_for_device +EXPORT_SYMBOL_GPL vmlinux 0x27346c3a xen_swiotlb_unmap_sg_attrs +EXPORT_SYMBOL_GPL vmlinux 0x2781f714 tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0x278ec7d7 acpi_ec_add_query_handler +EXPORT_SYMBOL_GPL vmlinux 0x279cb985 apei_exec_pre_map_gars +EXPORT_SYMBOL_GPL vmlinux 0x27c0c4be eventfd_ctx_read +EXPORT_SYMBOL_GPL vmlinux 0x27c1e63f usb_amd_find_chipset_info +EXPORT_SYMBOL_GPL vmlinux 0x27d74d13 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x27e3ef6b device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27ff4ea4 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x28066fb9 crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x280aaa96 fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x280e708c spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x281137c9 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x281fa608 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x2869ebaf regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x28a903c8 timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x28b2d2d8 iommu_domain_get_attr +EXPORT_SYMBOL_GPL vmlinux 0x28b87099 get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0x28d664ff __raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x291853fa iommu_map +EXPORT_SYMBOL_GPL vmlinux 0x29322c73 put_pid +EXPORT_SYMBOL_GPL vmlinux 0x2949cb5b wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x295005b5 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x29aa7dc7 __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x29bd1bb5 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x29fcfd2b i2c_lock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x29fdc603 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0x29fed3ad modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x2a0e5d8f iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x2a4216a1 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x2a500e5a acpi_get_pci_dev +EXPORT_SYMBOL_GPL vmlinux 0x2a616bc9 platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x2a678a13 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x2a679ee0 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x2a6811fa led_trigger_show +EXPORT_SYMBOL_GPL vmlinux 0x2a74f2a5 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x2a81eb1a ata_scsi_simulate +EXPORT_SYMBOL_GPL vmlinux 0x2a83f716 swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0x2a911f8f crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x2a94ecf8 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x2aa5e234 __lock_page_killable +EXPORT_SYMBOL_GPL vmlinux 0x2aa617cf mce_unregister_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0x2ac0e718 blkg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2ad14064 __blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0x2ad1ece4 zs_get_total_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2ad98baa use_mm +EXPORT_SYMBOL_GPL vmlinux 0x2addc54e __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2ae7a817 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x2ae8a7cf cgroup_taskset_next +EXPORT_SYMBOL_GPL vmlinux 0x2af9481e thermal_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x2b7ff3a4 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x2ba4f6d4 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x2bd72b76 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x2c058ae0 fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c36a9bb netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x2c3a6f09 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x2c3d5b02 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0x2c43ff94 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x2c7d9c64 xen_store_interface +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c9f51e7 srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x2ca4ebcd regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x2ccb4d4b md_ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x2ccfb983 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2ce98559 kcrypto_wq +EXPORT_SYMBOL_GPL vmlinux 0x2cea32ee unregister_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0x2d001751 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x2d1130ea __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x2d127676 sysfs_put +EXPORT_SYMBOL_GPL vmlinux 0x2d13c118 sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x2d178924 hrtimer_start +EXPORT_SYMBOL_GPL vmlinux 0x2d17a0e1 cgroup_taskset_size +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d20eee3 pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0x2d235dee da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x2d2f15ec devres_release +EXPORT_SYMBOL_GPL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL_GPL vmlinux 0x2d381a8c ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x2d3d5944 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2d54739f da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2d59c954 edac_handlers +EXPORT_SYMBOL_GPL vmlinux 0x2d69a6a2 acpi_power_resource_register_device +EXPORT_SYMBOL_GPL vmlinux 0x2d6d9414 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x2d96db79 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x2d9f2ce3 sched_clock_idle_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x2daf1d51 blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x2dba276a __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x2dbe5c2c task_xstate_cachep +EXPORT_SYMBOL_GPL vmlinux 0x2dc06b03 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x2dc55a86 spi_alloc_master +EXPORT_SYMBOL_GPL vmlinux 0x2ddea4ac driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x2df7dec2 driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x2e0d2f7f queue_work_on +EXPORT_SYMBOL_GPL vmlinux 0x2e1da436 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x2e1da9fb probe_kernel_read +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2e3e88ea vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x2e45e488 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x2e9a8e66 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x2ea17abd led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x2eafbcc8 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ee546d7 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x2ef25609 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x2f04d2be xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0x2f0acf82 ata_sas_port_async_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2f24fbec ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x2f261c36 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register +EXPORT_SYMBOL_GPL vmlinux 0x2f47d8c7 cpufreq_frequency_get_table +EXPORT_SYMBOL_GPL vmlinux 0x2f74bd4f acpi_subsys_prepare +EXPORT_SYMBOL_GPL vmlinux 0x2f857551 machine_check_poll +EXPORT_SYMBOL_GPL vmlinux 0x2ff10cb0 da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x2ffd275b shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x3020d07c dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x307e1258 blocking_notifier_chain_cond_register +EXPORT_SYMBOL_GPL vmlinux 0x308b733a getboottime +EXPORT_SYMBOL_GPL vmlinux 0x30a3f749 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x30b9ff89 relay_close +EXPORT_SYMBOL_GPL vmlinux 0x30d2ac98 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x30e1d772 __ip_route_output_key +EXPORT_SYMBOL_GPL vmlinux 0x3109b751 cpu_clock +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x313d6f8c acpi_subsys_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x314bc4ba crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x31528e35 crypto_create_tfm +EXPORT_SYMBOL_GPL vmlinux 0x318077a9 pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x318920b1 register_dock_notifier +EXPORT_SYMBOL_GPL vmlinux 0x31912628 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x31c0c2d1 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31cc9917 ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x31e5268e sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x32094d27 regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x320c38b5 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x321bdbb1 compat_get_timeval +EXPORT_SYMBOL_GPL vmlinux 0x321dc8cc __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x3242a8f5 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x325e677c gnttab_grant_foreign_transfer_ref +EXPORT_SYMBOL_GPL vmlinux 0x3299936f ref_module +EXPORT_SYMBOL_GPL vmlinux 0x329bbbde timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x32a0e50d rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x32a1b497 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x32b31a8c ktime_get_boottime +EXPORT_SYMBOL_GPL vmlinux 0x32bded08 __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32f6f2a0 bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x32fb36de mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x32fd447a monotonic_to_bootbased +EXPORT_SYMBOL_GPL vmlinux 0x330d1143 apic +EXPORT_SYMBOL_GPL vmlinux 0x33228bbc apei_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x33271963 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x333af006 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x334cc297 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x33544be3 spi_async +EXPORT_SYMBOL_GPL vmlinux 0x336154ca rcutorture_record_test_transition +EXPORT_SYMBOL_GPL vmlinux 0x33712103 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0x339c5451 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0x33b96e5d apei_exec_write_register +EXPORT_SYMBOL_GPL vmlinux 0x33d30c3a usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x33ed4c94 md_stop +EXPORT_SYMBOL_GPL vmlinux 0x33ee073d tps65912_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x33f7ab15 get_compat_timespec +EXPORT_SYMBOL_GPL vmlinux 0x34055e23 dma_buf_map_attachment +EXPORT_SYMBOL_GPL vmlinux 0x3421f126 queue_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x34403eb6 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x3441c3d6 gpio_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x345116ba shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x3465fce6 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x347fd4b3 eventfd_ctx_get +EXPORT_SYMBOL_GPL vmlinux 0x349b8a5c tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x34b5d40b usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0x352650ee gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0x3564fee1 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x357874b5 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x3595ca34 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x359db24e unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x35a778db user_describe +EXPORT_SYMBOL_GPL vmlinux 0x35ad033a m2p_add_override +EXPORT_SYMBOL_GPL vmlinux 0x35cf387c rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x35e62f7a debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x35e97689 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x360ad234 tpm_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x361e2bcc save_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0x36208cb0 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x3628d7f5 tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x368f1fea static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x36a88031 cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0x36b5497e intel_iommu_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3700154c pkey_hash_algo +EXPORT_SYMBOL_GPL vmlinux 0x37078605 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x371ea886 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x37822137 fuse_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x379a35e5 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x37f1ffbf gdt_page +EXPORT_SYMBOL_GPL vmlinux 0x3823c50b n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0x382aaf82 pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x382d1444 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x384e23e1 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0x38620e38 gnttab_grant_foreign_access_trans_ref +EXPORT_SYMBOL_GPL vmlinux 0x386dfa57 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x387b587f disk_part_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x388fa0d5 xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0x38a02db0 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x38a21cd4 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x38c5437b vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x38c8bb65 ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x38d74796 extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x38dfc6aa inet6_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x394af9ae rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x39a1636d pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0x39c6793f __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x39da80af ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0x39e2c72a extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x39ec8673 simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x39f1f5b8 sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x3a024c3d posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0x3a26ed11 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0x3a38dc65 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x3a48fdd9 balloon_mapping_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3a4f4a0a skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a81993a irq_create_strict_mappings +EXPORT_SYMBOL_GPL vmlinux 0x3a8f932b __pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x3aa24773 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x3ab43585 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0x3aba0979 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad0e201 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x3ad478a0 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0x3b45b329 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x3b4694a6 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x3b7145bb apei_exec_read_register_value +EXPORT_SYMBOL_GPL vmlinux 0x3bb10caa usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x3bb967f5 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x3bdc7e59 usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0x3be18baf __ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x3be296dc pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x3be89d3c usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x3bf229b3 tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0x3c212d89 pci_pri_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3c25f814 pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x3c3facaf dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0x3c4807de serial8250_rx_dma +EXPORT_SYMBOL_GPL vmlinux 0x3c4faa9d led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0x3c6ca11c dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x3c72aff0 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0x3c82e85c crypto_tfm_in_queue +EXPORT_SYMBOL_GPL vmlinux 0x3c84837a timed_output_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x3c8bb568 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x3c9390db pci_vpd_find_tag +EXPORT_SYMBOL_GPL vmlinux 0x3c942368 profile_event_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3ca6bf58 acpi_pci_check_ejectable +EXPORT_SYMBOL_GPL vmlinux 0x3cac21b9 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x3cb1d495 crypto_ahash_type +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3ce05479 usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x3cfedb3f register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x3d38419a xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d502ec1 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0x3d5f392d acpi_os_unmap_memory +EXPORT_SYMBOL_GPL vmlinux 0x3d66d1b2 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3d7ea99a gnttab_grant_foreign_transfer +EXPORT_SYMBOL_GPL vmlinux 0x3d900a2d do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x3dbb1c73 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x3dc916b6 crypto_fl_tab +EXPORT_SYMBOL_GPL vmlinux 0x3dde0e07 amd_get_nb_id +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3e017f1a public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x3e166fee regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0x3e4348ba cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup +EXPORT_SYMBOL_GPL vmlinux 0x3ec253ce synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x3efb35c9 get_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0x3f229c4c oops_begin +EXPORT_SYMBOL_GPL vmlinux 0x3f346e49 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x3f4058ee ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x3f76caa9 xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0x3f7d5a3b tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x3f84d4c9 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x3f8ef492 aead_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0x3fa2ba11 skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x3fbe3a8e set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0x3fc72d3d __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3fe92d0a mce_register_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0x3ff0e04f get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x40078677 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x40144352 ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x403f559d fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x4046ef46 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x404760af pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x40af0dec ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0x40c64780 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x40d40c17 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x40d46b21 crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x40daa662 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x40dc200f fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x4106d324 print_context_stack +EXPORT_SYMBOL_GPL vmlinux 0x4119096e sysfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x412938f2 acpi_dev_resource_address_space +EXPORT_SYMBOL_GPL vmlinux 0x4154f083 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x4163da85 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x419e4afd xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0x41d3e2a7 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x41e1064f acpi_get_gpio +EXPORT_SYMBOL_GPL vmlinux 0x42160169 flush_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x42222796 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x424acc6d scatterwalk_done +EXPORT_SYMBOL_GPL vmlinux 0x4253f599 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0x426d726d xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0x4273eaee sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x4275d1fb ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0x427ec17e cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x4297b25f firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x42df5d45 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x42e35cc3 acpi_bus_trim +EXPORT_SYMBOL_GPL vmlinux 0x42e535ea xenbus_grant_ring +EXPORT_SYMBOL_GPL vmlinux 0x42f36621 wm5110_aod +EXPORT_SYMBOL_GPL vmlinux 0x432fd7f6 __gpio_set_value +EXPORT_SYMBOL_GPL vmlinux 0x4342002b cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x4343cb98 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x434b6f00 led_classdev_register +EXPORT_SYMBOL_GPL vmlinux 0x43722282 __srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x4384be77 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0x4389d519 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x4396b273 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x43a260c8 usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x43a53735 __alloc_workqueue_key +EXPORT_SYMBOL_GPL vmlinux 0x43f56e82 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x442cb89e alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x443e31c9 inet_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x44404f11 kdb_register_repeat +EXPORT_SYMBOL_GPL vmlinux 0x4445ee4b ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x4455e1b3 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x445996e0 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x445e9052 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x447bd83b subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x44d7579a rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x44e34218 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x44ef2213 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x44f6da31 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x450fb522 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x4519fc40 input_class +EXPORT_SYMBOL_GPL vmlinux 0x4541fe0d mtrr_state +EXPORT_SYMBOL_GPL vmlinux 0x4574ee5f rt_mutex_destroy +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x4591be65 blkcipher_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x45b7f441 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0x45bec18f inet6_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x45bf1ff3 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x45d14bdf hypercall_page +EXPORT_SYMBOL_GPL vmlinux 0x45d6389e sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0x46054943 rtc_irq_set_freq +EXPORT_SYMBOL_GPL vmlinux 0x46074c17 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4607620a sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x460f31aa rodata_test_data +EXPORT_SYMBOL_GPL vmlinux 0x460f7531 wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x462bf524 ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x4638b4b6 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x463ec36d device_create_vargs +EXPORT_SYMBOL_GPL vmlinux 0x4672e88b __crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x467f98db debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x46c0b8fe sk_unattached_filter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x473fef3e device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x47411478 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x4775bf89 dma_buf_get +EXPORT_SYMBOL_GPL vmlinux 0x47cc8a4e usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x47d13565 stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x47e93b10 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x47fe70f6 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x47ff399f regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x482edffe pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0x4841a28b ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x48682db9 perf_guest_get_msrs +EXPORT_SYMBOL_GPL vmlinux 0x4876ad0c mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0x48a22114 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x48a488a0 sysctl_tcp_cookie_size +EXPORT_SYMBOL_GPL vmlinux 0x48ab5da7 pkey_algo +EXPORT_SYMBOL_GPL vmlinux 0x4929d988 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x495b07ef regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x4961c0e4 unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x498d293a trace_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x4994d3b6 sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0x4a00a157 mmput +EXPORT_SYMBOL_GPL vmlinux 0x4a90160e bprintf +EXPORT_SYMBOL_GPL vmlinux 0x4a990a53 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x4aa2e707 xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0x4ad8a03a usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x4addff80 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x4aef44da crypto_alloc_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x4affd08b put_compat_timespec +EXPORT_SYMBOL_GPL vmlinux 0x4b076147 uncache_firmware +EXPORT_SYMBOL_GPL vmlinux 0x4b3d3232 crypto_ablkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x4b93df89 async_schedule_domain +EXPORT_SYMBOL_GPL vmlinux 0x4b9a3ac0 tcp_death_row +EXPORT_SYMBOL_GPL vmlinux 0x4bbf0bd3 wm8994_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x4bc62a81 audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0x4bf0d6d1 wakeup_source_prepare +EXPORT_SYMBOL_GPL vmlinux 0x4c0dc57f preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4c759827 byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x4c8468ea single_open_net +EXPORT_SYMBOL_GPL vmlinux 0x4cbe8834 scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0x4ce9a064 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x4d5bc9df led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x4d5c37a0 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0x4d68a33d ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4d8f0785 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x4e0186c5 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x4e0f79d4 rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x4e0f7e63 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x4e109192 ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0x4e1a7ac0 device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0x4e242f5f pstore_cannot_block_path +EXPORT_SYMBOL_GPL vmlinux 0x4e3151a8 arizona_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x4e4b9158 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x4e57723d apei_read +EXPORT_SYMBOL_GPL vmlinux 0x4e5b0849 cpufreq_get_measured_perf +EXPORT_SYMBOL_GPL vmlinux 0x4e74e625 gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0x4e93ea7e x86_hyper_kvm +EXPORT_SYMBOL_GPL vmlinux 0x4eb83c82 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x4ec7b8e3 tracepoint_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0x4ed5fe20 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x4ed6927a anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4eff1174 acpi_power_resource_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x4f1ccf7d dev_pm_qos_add_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4f2c9fb4 shake_page +EXPORT_SYMBOL_GPL vmlinux 0x4fd4e89d ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe34390 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x4ff1bdc4 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x503ddd5e sec_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x50520c5d vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x506691f1 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x507de8c6 add_memory +EXPORT_SYMBOL_GPL vmlinux 0x5086ac3a alg_test +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x50ae6ef0 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x50bbceef crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0x50d1f870 pgprot_writecombine +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x50fbb6a3 blkdev_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x518aba1d crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x518c2fc6 hpet_rtc_dropped_irq +EXPORT_SYMBOL_GPL vmlinux 0x5192bbc9 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0x51a267be ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x51abc927 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x51be71c5 __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x520c88a3 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL vmlinux 0x521a3de8 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0x521bfba2 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x522f538b tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x524cc070 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x525b89d5 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x5260992e usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x5274f4a1 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x5287a1e3 blk_queue_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x5288d3e3 dma_buf_detach +EXPORT_SYMBOL_GPL vmlinux 0x528f507c usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x5294e99f ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0x53195da9 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0x5336b3ba ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0x53395e09 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x533d2f64 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x5358fc36 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x53614269 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x5372dede unregister_acpi_bus_notifier +EXPORT_SYMBOL_GPL vmlinux 0x53986488 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x539cecc0 sysfs_rename_link +EXPORT_SYMBOL_GPL vmlinux 0x539f157b pci_xen_swiotlb_init_late +EXPORT_SYMBOL_GPL vmlinux 0x53a3e486 regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x53a8c357 yield_to +EXPORT_SYMBOL_GPL vmlinux 0x53aac1ab raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x53b3287b sock_update_netprioidx +EXPORT_SYMBOL_GPL vmlinux 0x53bd3e7c tps65912_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x53d3a2ea rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x53e2a83e srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x53f27b35 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x53f5087c security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x5437fb3e sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x545041c2 ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x5460c8d8 fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x54667196 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5487ceeb debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x549a3b71 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x54e38e67 rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x54e46f46 vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x54f8953b platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x55134054 sysfs_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x551fba1b blk_queue_flush +EXPORT_SYMBOL_GPL vmlinux 0x552e432c inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5532a9f9 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x55489414 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x55526907 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x555bcaaf serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x55b8e247 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x55d42b61 wm8400_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x55daae22 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x561603da tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x561f5a6b __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x562f0db4 devm_kzalloc +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x56398615 mark_tsc_unstable +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x564f1dca klist_add_after +EXPORT_SYMBOL_GPL vmlinux 0x5654f836 erst_get_record_id_next +EXPORT_SYMBOL_GPL vmlinux 0x565b1196 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x565b6892 uuid_le_gen +EXPORT_SYMBOL_GPL vmlinux 0x56886b19 scatterwalk_map +EXPORT_SYMBOL_GPL vmlinux 0x568c7882 __get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x56907afa inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0x56947347 dmi_walk +EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up +EXPORT_SYMBOL_GPL vmlinux 0x56e75d47 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x56e7d899 unix_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0x5758d1d0 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x575c5f94 execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x57616a80 xen_swiotlb_sync_single_for_device +EXPORT_SYMBOL_GPL vmlinux 0x5762dc88 bio_clone_mddev +EXPORT_SYMBOL_GPL vmlinux 0x5779d445 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0x577b86f4 each_symbol_section +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57aa21dc dma_buf_kunmap +EXPORT_SYMBOL_GPL vmlinux 0x57c48206 crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x57c53a0a device_move +EXPORT_SYMBOL_GPL vmlinux 0x57d03165 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x57e7a2f1 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x5802a849 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x583445f0 blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x58413099 ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x584c135a dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x588ce2cd unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x588d959a bmp085_probe +EXPORT_SYMBOL_GPL vmlinux 0x58a7bace skcipher_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0x58ea3f80 extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x58f62ad6 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x58fe9409 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x591d8de3 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x59241e5d pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x5947abbe max77693_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x595f3845 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x5960f82b bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0x59a06237 rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x59b2adbf input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x59d0b843 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x59e2743e call_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0x59e2e776 ata_sff_busy_sleep +EXPORT_SYMBOL_GPL vmlinux 0x59eae699 ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x59ed7ba8 ahash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x59fe36cd clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x5a2b1b67 gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x5a406093 arizona_clk32k_disable +EXPORT_SYMBOL_GPL vmlinux 0x5a48534a regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x5a48fba2 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x5a532cc9 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x5a6694ad devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5ac2727f smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x5ac82e20 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5acfc4ad tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x5ae3f04f xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x5ae48fa6 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x5aef2839 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x5af03a28 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x5af152b4 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5b048678 map_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x5b12652d pci_hp_change_slot_info +EXPORT_SYMBOL_GPL vmlinux 0x5b435139 unregister_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x5bb7aa5f css_id +EXPORT_SYMBOL_GPL vmlinux 0x5bc9b33e balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x5bfc03c3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5c1830af ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x5c4f3551 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x5c5d83ff raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x5c62e70a ftrace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x5c712e66 flush_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x5c9cefd2 dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x5c9f7ae7 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x5ca93699 tracepoint_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x5ccc6650 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x5cf8a882 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x5d12e48f input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0x5d366dec gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x5d4227f7 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x5d48a650 m2p_find_override_pfn +EXPORT_SYMBOL_GPL vmlinux 0x5d730e7b raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5d77952d hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x5d87c067 register_acpi_bus_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5d8a2db3 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x5d931840 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x5d9bab26 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x5dd18380 regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x5dd67618 register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5dd87b86 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x5dde3ce4 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x5e0e9507 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x5e10f992 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x5e2355e3 cgroup_taskset_first +EXPORT_SYMBOL_GPL vmlinux 0x5e26e162 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0x5e4c2935 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x5e51cd74 swiotlb_nr_tbl +EXPORT_SYMBOL_GPL vmlinux 0x5e9b9c55 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x5e9c452a usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x5eb639d7 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x5ecae034 css_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5ed02405 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x5f11bbe0 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0x5f1bcb4e dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x5f248f72 set_timer_slack +EXPORT_SYMBOL_GPL vmlinux 0x5f26643f rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x5f2da8c4 check_tsc_unstable +EXPORT_SYMBOL_GPL vmlinux 0x5f416e50 cgroup_add_cftypes +EXPORT_SYMBOL_GPL vmlinux 0x5f49d56b queue_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0x5f79a98b __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5fa46761 skb_gro_receive +EXPORT_SYMBOL_GPL vmlinux 0x5fa67f92 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x5fab46ad crypto_alloc_instance +EXPORT_SYMBOL_GPL vmlinux 0x5fb7372e tpm_register_hardware +EXPORT_SYMBOL_GPL vmlinux 0x5fc27be9 acpi_dev_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x5fdfa2c1 amd_pmu_enable_virt +EXPORT_SYMBOL_GPL vmlinux 0x5fe1c5d5 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x5ff5b691 regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x604557dd __online_page_free +EXPORT_SYMBOL_GPL vmlinux 0x604ea52b get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0x60506751 unmap_kernel_range_noflush +EXPORT_SYMBOL_GPL vmlinux 0x605c5b3e ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x606f998b ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60be14ea xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0x60c95350 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x60cd73ed pv_apic_ops +EXPORT_SYMBOL_GPL vmlinux 0x60e79342 sec_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x60eeb990 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0x60f772d7 device_rename +EXPORT_SYMBOL_GPL vmlinux 0x61091f38 key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x6114d8a4 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x61360f90 rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x614ae37d bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x61634f05 lock_flocks +EXPORT_SYMBOL_GPL vmlinux 0x616580a0 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0x6183ff15 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x6189d823 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x6194ffea do_machine_check +EXPORT_SYMBOL_GPL vmlinux 0x61acd605 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x61c3a108 inet6_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x61c566ca remove_irq +EXPORT_SYMBOL_GPL vmlinux 0x620bd33f power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x622c95d8 __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x622f9314 swiotlb_tbl_unmap_single +EXPORT_SYMBOL_GPL vmlinux 0x623803c8 hest_disable +EXPORT_SYMBOL_GPL vmlinux 0x625f9df3 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x62706b8a __rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6286d9da gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x6291377c usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x62d2f6e0 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0x62df2c11 usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x62e65269 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x62ed2011 tcp_peer_is_proven +EXPORT_SYMBOL_GPL vmlinux 0x63205de1 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x63479d3e pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x635ec980 apei_exec_post_unmap_gars +EXPORT_SYMBOL_GPL vmlinux 0x6364d482 pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x637215ea virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0x637849dc __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x63ae4174 devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x63e3953f crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x64506e27 kill_pid_info_as_cred +EXPORT_SYMBOL_GPL vmlinux 0x6454178d ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x647c51d4 __mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x6499866e crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x649f7524 blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0x64ad47aa xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0x64b485b8 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x64c3fabb eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0x65104e46 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x6527a231 dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x6534fdf0 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x654fa8ef pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x6558d42e netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x655c6efd wm5102_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x657f450c pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x658405dd tpm_bios_log_teardown +EXPORT_SYMBOL_GPL vmlinux 0x6599eb21 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x65a408be sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x65ab128f debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x65b899e7 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x65bbbc78 schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65d6a28a debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x65d6d0f0 gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x660d8e80 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x662d62b0 arizona_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x66301524 posix_timers_register_clock +EXPORT_SYMBOL_GPL vmlinux 0x663c16d6 gnttab_grant_foreign_access_subpage_ref +EXPORT_SYMBOL_GPL vmlinux 0x664ab566 tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x6666bff9 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x668e050e usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0x66b2a859 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x66b84181 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x66c58c64 tpm_bios_log_setup +EXPORT_SYMBOL_GPL vmlinux 0x66c78bd2 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66e43d40 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x66ec61a3 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x67124525 ata_sff_data_xfer_noirq +EXPORT_SYMBOL_GPL vmlinux 0x6717be6d tcp_is_cwnd_limited +EXPORT_SYMBOL_GPL vmlinux 0x671cf799 tpm_store_cancel +EXPORT_SYMBOL_GPL vmlinux 0x671e00b9 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x672ef1e6 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x673a1863 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x674e13e1 public_key_destroy +EXPORT_SYMBOL_GPL vmlinux 0x677547f0 da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x678dbd09 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67a12715 rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x67e8d321 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0x67f1ee6a hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0x681159e3 devres_get +EXPORT_SYMBOL_GPL vmlinux 0x682e8058 rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x688b56bf transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6892088c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x68b170a5 sis_info133_for_sata +EXPORT_SYMBOL_GPL vmlinux 0x68b41569 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0x68bc3b04 usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x68fe8b76 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0x6921aa34 compat_put_timeval +EXPORT_SYMBOL_GPL vmlinux 0x6923ce63 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x692e727b wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x69447467 ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0x695f2b18 regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x698a899f ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0x698be398 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x699037b0 devres_add +EXPORT_SYMBOL_GPL vmlinux 0x699c5799 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x69b85d8c sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x69bb5377 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x69e9a2cb ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x69fa9fc6 transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x69fc6a7c pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a1fb162 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x6a48bf7a cred_to_ucred +EXPORT_SYMBOL_GPL vmlinux 0x6a4fc079 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x6a5bb4f8 queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x6a5fb566 rcu_sched_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x6a6cafd2 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a9574a2 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x6a99a483 crypto_register_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x6aafee8e bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x6ab0edbd console_drivers +EXPORT_SYMBOL_GPL vmlinux 0x6ab25629 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x6ab922b2 regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x6aba167a regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x6abbf3ea sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x6acad21f acpi_get_cpuid +EXPORT_SYMBOL_GPL vmlinux 0x6ad2d082 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0x6af5f535 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x6b02bd54 register_efivars +EXPORT_SYMBOL_GPL vmlinux 0x6b264960 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x6b29a1fa ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0x6b2f8d66 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x6b8200cf cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x6b820c88 acpi_dev_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6b8ba176 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x6b93bf60 inet_twdr_twkill_work +EXPORT_SYMBOL_GPL vmlinux 0x6babfc3f usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x6be22b35 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x6bf2ead9 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x6c01b81b kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x6c0ac318 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x6c1251fd apei_exec_read_register +EXPORT_SYMBOL_GPL vmlinux 0x6c2427dc usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x6c385a28 __bus_register +EXPORT_SYMBOL_GPL vmlinux 0x6c3b025c crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x6c49c4f2 clockevents_notify +EXPORT_SYMBOL_GPL vmlinux 0x6c51ff1a rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x6c5a52c5 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x6c794f52 device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x6c8d5ae8 __gpio_get_value +EXPORT_SYMBOL_GPL vmlinux 0x6ca04bc0 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x6cb5a345 ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0x6cbcaefb ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6cc7eef9 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x6cce8079 wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x6cd2bcfe user_match +EXPORT_SYMBOL_GPL vmlinux 0x6ce00128 wait_for_tpm_stat +EXPORT_SYMBOL_GPL vmlinux 0x6cfc196b __inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d344064 serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0x6d5bbda1 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x6d679a87 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0x6d72186c crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0x6d7bafcc adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x6df9d42d sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x6e2e7b15 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x6e58ddf0 gnttab_end_foreign_transfer_ref +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6ea98361 ioremap_page_range +EXPORT_SYMBOL_GPL vmlinux 0x6eb20ac7 pwm_disable +EXPORT_SYMBOL_GPL vmlinux 0x6ec66b62 xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0x6efc9875 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0x6f1ee69e kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x6f5830a4 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x6f5e4e45 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0x6f69bafc sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0x6f6afea5 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x6f6c610b dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x6f8068bc pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0x6f9a77ad ata_do_eh +EXPORT_SYMBOL_GPL vmlinux 0x6fa4cf38 irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x6fab99c9 tpm_show_caps_1_2 +EXPORT_SYMBOL_GPL vmlinux 0x6fe3d8cf ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x703189d7 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x70401168 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x704f299b evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x706b3a33 cpufreq_frequency_table_get_attr +EXPORT_SYMBOL_GPL vmlinux 0x707ff1bb ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0x708bd95d irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x708bddaa subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x709ac7e1 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x70ad3fc6 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x70c23eb1 swiotlb_tbl_sync_single +EXPORT_SYMBOL_GPL vmlinux 0x70c353c3 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x7106a8a2 tcp_fetch_timewait_stamp +EXPORT_SYMBOL_GPL vmlinux 0x7139cd44 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x715af4a3 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x717e8493 pci_pri_stopped +EXPORT_SYMBOL_GPL vmlinux 0x71dc9998 crypto_il_tab +EXPORT_SYMBOL_GPL vmlinux 0x721457a4 stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0x72294976 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0x722fcfeb crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x72457c52 vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x724b1634 pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0x72500335 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x72741f25 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x728529bc transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x7286cb9c input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x72b212ff regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x72d7700f acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x72f1e461 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0x73013896 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x731433ee unregister_timer_hook +EXPORT_SYMBOL_GPL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL_GPL vmlinux 0x7328d1fc vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x737efe12 xen_swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73b4df5e skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x743a165e ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x743e20fb input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini +EXPORT_SYMBOL_GPL vmlinux 0x7452adff user_return_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x745bf288 spi_busnum_to_master +EXPORT_SYMBOL_GPL vmlinux 0x747b08a8 __atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x748a30cf inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x748d801a pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0x74954462 timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x74a7b44d __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x74abdafa task_handoff_register +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74bd8eb6 device_attach +EXPORT_SYMBOL_GPL vmlinux 0x74c08941 kvm_async_pf_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x74cdafde xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0x74deb10c used_vectors +EXPORT_SYMBOL_GPL vmlinux 0x74eeba2b register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x74f717eb bmp085_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x75133a96 fuse_get_req +EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 +EXPORT_SYMBOL_GPL vmlinux 0x7521afb6 leave_mm +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x75351bb8 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x75397491 acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x754c57a0 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x756c2b53 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x75754508 dma_buf_vmap +EXPORT_SYMBOL_GPL vmlinux 0x757b49d2 kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x7584ca3c crypto_attr_alg2 +EXPORT_SYMBOL_GPL vmlinux 0x7589bd6c crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0x75c34b3e rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x75d74ef3 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x75e8f3c3 crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x75ea125c register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x7633ea35 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x76a46ea5 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x76f3dd8a tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x770cbf8d inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x772adffc usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x772fbcaf trace_buffer_unlock_commit_regs +EXPORT_SYMBOL_GPL vmlinux 0x775a6ef5 kvm_read_and_reset_pf_reason +EXPORT_SYMBOL_GPL vmlinux 0x77a51097 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x77c3ba9d rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0x77c5c3dd dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x77c82061 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x77d5dd73 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x77e78218 regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x782adb74 hpet_rtc_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x789590be dm_set_device_limits +EXPORT_SYMBOL_GPL vmlinux 0x78a0ae53 tps65912_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x78b05483 arizona_dev_init +EXPORT_SYMBOL_GPL vmlinux 0x78dbb76d bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x78f442b9 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x79025924 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0x790bb6d0 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x79496b16 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0x79502f18 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x796c2d48 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x797d907a __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0x7991fd8d crash_vmclear_loaded_vmcss +EXPORT_SYMBOL_GPL vmlinux 0x79e69460 intel_iommu_gfx_mapped +EXPORT_SYMBOL_GPL vmlinux 0x79e9b1e1 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0x79fed5ea fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x7a17e6f7 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x7a2e4b44 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7a6c8e21 ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x7a7c5175 amd_erratum_383 +EXPORT_SYMBOL_GPL vmlinux 0x7a8748e2 setup_irq +EXPORT_SYMBOL_GPL vmlinux 0x7a944007 rcu_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0x7a96c475 ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x7a9901ef pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0x7ab1159b user_read +EXPORT_SYMBOL_GPL vmlinux 0x7ac8e5b0 acpi_gsi_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x7ae1ae8e cpufreq_frequency_table_put_attr +EXPORT_SYMBOL_GPL vmlinux 0x7ae2b567 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7afa8099 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7b00b3c3 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7b0f1ab3 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x7b1d544d edac_handler_set +EXPORT_SYMBOL_GPL vmlinux 0x7b40822b rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x7b46401b crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x7b60ba5b __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x7b7a6d37 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7b930c69 get_dcookie +EXPORT_SYMBOL_GPL vmlinux 0x7c051272 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x7c0c2378 dma_buf_unmap_attachment +EXPORT_SYMBOL_GPL vmlinux 0x7c269f4c __sock_recv_ts_and_drops +EXPORT_SYMBOL_GPL vmlinux 0x7c34812c tps65912_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x7c5ae731 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x7cc1b7fd max77693_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7ce82ce4 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7ceb5a6d wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x7cff73f1 tty_prepare_flip_string_flags +EXPORT_SYMBOL_GPL vmlinux 0x7d0d984e platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x7d0dd746 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7d155f9a __blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d641bca blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x7dab26b6 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7db14187 blk_rq_err_bytes +EXPORT_SYMBOL_GPL vmlinux 0x7dc5bb8c inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x7dc5d0b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7de4a56d elv_register +EXPORT_SYMBOL_GPL vmlinux 0x7e0ef97c regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x7e1183c9 async_schedule +EXPORT_SYMBOL_GPL vmlinux 0x7e138b29 rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x7e1ecdc5 register_hotplug_dock_device +EXPORT_SYMBOL_GPL vmlinux 0x7e5e301f unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e66ec8a blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x7e687845 dma_buf_put +EXPORT_SYMBOL_GPL vmlinux 0x7e9b2eaf gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x7ea1a2bc probe_kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x7ea4169e hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x7ec22f9a apei_estatus_check +EXPORT_SYMBOL_GPL vmlinux 0x7ed2652f usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0x7ed72b82 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x7f286bc2 proc_net_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x7f3259be spi_master_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7f57ea77 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x7f7dcfe7 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x7f82e5ee print_context_stack_bp +EXPORT_SYMBOL_GPL vmlinux 0x7f993bb7 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0x7fa4f010 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x7fc7b4ce xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0x7fcfec8b max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7fe95230 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0x7fe9e39c regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7ff10ccf raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x7ffc8718 gpio_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x803a707a class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x8047ebdc rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x806e502f btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8072841a __class_register +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x8091b138 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x80a3a19a pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x80bde559 xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0x80d3927f __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80e2d12d tpm_remove_ppi +EXPORT_SYMBOL_GPL vmlinux 0x80f3268f __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x80fc672e fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x8125c3b4 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x8149ea54 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0x8157b240 tpm_show_enabled +EXPORT_SYMBOL_GPL vmlinux 0x817a27e0 cpufreq_frequency_table_target +EXPORT_SYMBOL_GPL vmlinux 0x8196e152 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x81b0f981 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x81d7e654 serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x81dd514a hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0x81e44e81 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x81fe10c9 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x820f83c3 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x8210c670 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x8226642f __gpio_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x82514b6a blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x825d71a3 __page_file_mapping +EXPORT_SYMBOL_GPL vmlinux 0x8283b4c7 posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x82939ebd rcu_batches_completed_sched +EXPORT_SYMBOL_GPL vmlinux 0x82c77e49 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x82cd19f3 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0x82cf088b unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82dbec19 erst_write +EXPORT_SYMBOL_GPL vmlinux 0x82e3cb00 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x82e6bee7 smp_ops +EXPORT_SYMBOL_GPL vmlinux 0x82fad23b ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x8318a09c rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x834be296 aead_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x838aeea6 mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0x838d9ab6 rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x83d06d6f pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x83d41938 pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0x83de60d2 unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x83f3d287 xen_swiotlb_dma_mapping_error +EXPORT_SYMBOL_GPL vmlinux 0x840a2109 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x843d70ef acpi_is_root_bridge +EXPORT_SYMBOL_GPL vmlinux 0x847e5a6e css_depth +EXPORT_SYMBOL_GPL vmlinux 0x8487a2b6 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x8492810d ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x84bf379a wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x84ccb45b usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x84ce0ffa regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x84e528ea usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x84e7d3d6 crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x84f069e4 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x85050965 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x851b310b ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x85216155 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0x85478a0b inet6_hash_frag +EXPORT_SYMBOL_GPL vmlinux 0x859aea9a xen_set_domain_pte +EXPORT_SYMBOL_GPL vmlinux 0x85ad51e4 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x85b46272 led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x85c10896 rcu_batches_completed_bh +EXPORT_SYMBOL_GPL vmlinux 0x85c7f628 crypto_nivaead_type +EXPORT_SYMBOL_GPL vmlinux 0x85c7f674 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x85d7edfd hpet_set_periodic_freq +EXPORT_SYMBOL_GPL vmlinux 0x85eee1e4 wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x85fa44ee __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x862f98a3 xen_create_contiguous_region +EXPORT_SYMBOL_GPL vmlinux 0x8633e52f usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0x863c552c cache_firmware +EXPORT_SYMBOL_GPL vmlinux 0x8656a879 acpi_dev_resource_memory +EXPORT_SYMBOL_GPL vmlinux 0x86623fd7 notify_remote_via_irq +EXPORT_SYMBOL_GPL vmlinux 0x8675287c rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x867def57 tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x86971418 xen_unmap_domain_mfn_range +EXPORT_SYMBOL_GPL vmlinux 0x86990773 regmap_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x86a51007 gnttab_end_foreign_transfer +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f8c910 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x8702e548 process_srcu +EXPORT_SYMBOL_GPL vmlinux 0x8704eb06 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x871aafeb usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x871bcaa4 irq_find_host +EXPORT_SYMBOL_GPL vmlinux 0x873fbaea edac_atomic_assert_error +EXPORT_SYMBOL_GPL vmlinux 0x87691ed2 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x87754115 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x8794cd19 btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x8810ad5e crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0x881bdc21 __init_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x882b3c1f bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8832db4f device_init_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x8837f56f invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x88773812 __css_put +EXPORT_SYMBOL_GPL vmlinux 0x88873590 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x88900992 usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x891a5a7f gnttab_max_grant_frames +EXPORT_SYMBOL_GPL vmlinux 0x891e7ea5 dma_buf_vunmap +EXPORT_SYMBOL_GPL vmlinux 0x89210d2d get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x8925ea00 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x89502f0c gnttab_subpage_grants_available +EXPORT_SYMBOL_GPL vmlinux 0x8956aeae apei_exec_ctx_init +EXPORT_SYMBOL_GPL vmlinux 0x89792452 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x898eecf8 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x89b6811f ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0x89dabef6 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x8a36fb74 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x8a47dd9a pci_reset_pri +EXPORT_SYMBOL_GPL vmlinux 0x8a5c7a80 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0x8a65d71f tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x8a78989f irq_from_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x8a9d3932 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ae271be dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x8af93fc1 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x8afbf7b1 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x8b04668e bind_interdomain_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x8b39cf9d unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x8b66f9e0 xen_platform_pci_unplug +EXPORT_SYMBOL_GPL vmlinux 0x8b68ce9f usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x8b6ece68 proc_net_remove +EXPORT_SYMBOL_GPL vmlinux 0x8b752ac1 ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0x8b7f9db3 get_device +EXPORT_SYMBOL_GPL vmlinux 0x8b861816 iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x8b9200fd lookup_address +EXPORT_SYMBOL_GPL vmlinux 0x8bb71e1e acpi_dev_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x8bfc77dc regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x8bfeb607 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c06a108 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x8c0788d6 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x8c15d192 tpm_show_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x8c19c01a sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x8c38074a unregister_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8c4e4ae4 devres_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8c4f5a8b devm_pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x8c5e809e crypto_alg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8c66a5f1 sched_setscheduler +EXPORT_SYMBOL_GPL vmlinux 0x8c854c05 pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x8cb86e41 pci_pri_status +EXPORT_SYMBOL_GPL vmlinux 0x8cd9f935 setup_APIC_eilvt +EXPORT_SYMBOL_GPL vmlinux 0x8cea765f memalloc_socks +EXPORT_SYMBOL_GPL vmlinux 0x8cedd3c3 agp_remove_bridge +EXPORT_SYMBOL_GPL vmlinux 0x8cf244da sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d2a3e25 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x8d36c088 look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0x8d37b92d regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8d86a8b3 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x8d8f118d crypto_unregister_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x8da14f72 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x8da8689f usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0x8db7c9cf led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x8dffba57 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x8e2b308b ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x8e5abfde clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x8e7c71e1 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8e833eee generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x8ea8ab3a md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x8eddd868 register_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x8edfb574 injectm +EXPORT_SYMBOL_GPL vmlinux 0x8f0d9a99 transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x8f12669a irq_linear_revmap +EXPORT_SYMBOL_GPL vmlinux 0x8f4d9eeb xenbus_map_ring +EXPORT_SYMBOL_GPL vmlinux 0x8f5a0d2e device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8fae0ae8 rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x8fc4e8e1 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x8fd0af27 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0x8fe789c8 blk_add_request_payload +EXPORT_SYMBOL_GPL vmlinux 0x9003aa50 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0x9007feaf usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x9009602a acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x904affb1 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x9062c322 ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x90762b09 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0x90a1004a crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x90ace8f4 ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x90c59c31 virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x90dc29df aout_dump_debugregs +EXPORT_SYMBOL_GPL vmlinux 0x90f6a397 ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0x910a3bcd platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x910c2cb8 sysfs_get +EXPORT_SYMBOL_GPL vmlinux 0x913756a7 stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x914ed31a da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x9159b9d6 profile_event_register +EXPORT_SYMBOL_GPL vmlinux 0x91663962 mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x9188bf00 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x918ad429 ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x9190159f uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91cbffaa md_trim_bio +EXPORT_SYMBOL_GPL vmlinux 0x91d11aed wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x91ea911a get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x91ef56ad xattr_getsecurity +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x9253dac1 debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x92670d11 dio_end_io +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x930059f9 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x9312d80e evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x931a7909 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x93226faa irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0x9322746f rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x93260715 register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x933b7023 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x934da3c4 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x93551e84 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x936a432d pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x9386392f md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x938cceb8 usb_is_intel_switchable_xhci +EXPORT_SYMBOL_GPL vmlinux 0x93abb1c6 btree_init +EXPORT_SYMBOL_GPL vmlinux 0x93d2422d snmp_mib_free +EXPORT_SYMBOL_GPL vmlinux 0x93d947b9 sysfs_notify_dirent +EXPORT_SYMBOL_GPL vmlinux 0x93df4fcf usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0x94073f23 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x943debf2 blk_queue_dma_drain +EXPORT_SYMBOL_GPL vmlinux 0x943fc708 xen_setup_shutdown_event +EXPORT_SYMBOL_GPL vmlinux 0x9447fceb static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x9481b6e5 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x9489376d acpi_subsys_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94a68723 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x94c318be apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94f7457f spi_master_resume +EXPORT_SYMBOL_GPL vmlinux 0x94fd6a3e attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit +EXPORT_SYMBOL_GPL vmlinux 0x952ad447 __cpufreq_driver_getavg +EXPORT_SYMBOL_GPL vmlinux 0x954178a8 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x954249cc crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0x9547d34a ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x95546323 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x956a91ba gpio_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x95964e65 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x9596f713 ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0x95a081cf ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x95a23f77 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95ce3ecf xen_swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL_GPL vmlinux 0x95f62b5c sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x9621849f ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x963ac283 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x964add15 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x964d5c39 acpi_os_map_memory +EXPORT_SYMBOL_GPL vmlinux 0x964eaaab inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0x96522b93 pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x9658681f dm_underlying_device_busy +EXPORT_SYMBOL_GPL vmlinux 0x96590719 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x9667c58e spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0x967f4fe3 thermal_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x969db9c2 xen_swiotlb_map_sg_attrs +EXPORT_SYMBOL_GPL vmlinux 0x96a22790 vmcore_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x96ae3381 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x96b8b916 ata_eh_thaw_port +EXPORT_SYMBOL_GPL vmlinux 0x96beecc6 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x96c43d09 scsi_unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x96cbcf31 pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x96e7206b rtc_irq_set_state +EXPORT_SYMBOL_GPL vmlinux 0x9707977d regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x974b5535 pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9780898f usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0x979cdf51 blk_queue_flush_queueable +EXPORT_SYMBOL_GPL vmlinux 0x97cabd6c spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x97cf75ef ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x980f3ac0 wm5110_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x98146cd9 dma_buf_begin_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x981b534c verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x982404f0 usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x98cc564a regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x9913f319 crypto_init_shash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x9924c496 __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x993f264a ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x994a5631 platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0x99588bf5 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x9970ce7d __put_net +EXPORT_SYMBOL_GPL vmlinux 0x998a0941 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x99923400 pwm_set_polarity +EXPORT_SYMBOL_GPL vmlinux 0x99b06818 xen_swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a3d06bb blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0x9a3ebecc inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x9a44af37 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0x9a4d1034 idle_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x9a520c4c rt_mutex_timed_lock +EXPORT_SYMBOL_GPL vmlinux 0x9a89dbf7 lpddr2_jedec_min_tck +EXPORT_SYMBOL_GPL vmlinux 0x9a998659 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9aca444b get_monotonic_boottime +EXPORT_SYMBOL_GPL vmlinux 0x9ad92c16 balloon_devinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9ade9cf1 usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9b03f6f2 extcon_update_state +EXPORT_SYMBOL_GPL vmlinux 0x9b219f7b devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0x9b4649c9 inet_hashinfo_init +EXPORT_SYMBOL_GPL vmlinux 0x9b4aca37 pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0x9b54abb6 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x9b7f6ace __scsi_get_command +EXPORT_SYMBOL_GPL vmlinux 0x9b9f3648 pcibios_scan_specific_bus +EXPORT_SYMBOL_GPL vmlinux 0x9ba0501e unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9ba7eb01 __blk_put_request +EXPORT_SYMBOL_GPL vmlinux 0x9baf2e9a usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x9bd72b78 apei_write +EXPORT_SYMBOL_GPL vmlinux 0x9bde9b66 pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x9be24aaa cgroup_load_subsys +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9bf5db68 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x9c2de449 memory_add_physaddr_to_nid +EXPORT_SYMBOL_GPL vmlinux 0x9c2e4b66 acpi_unregister_gsi +EXPORT_SYMBOL_GPL vmlinux 0x9c2fe39a xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x9c7ec1fa pci_renumber_slot +EXPORT_SYMBOL_GPL vmlinux 0x9c928a5b wm8350_device_exit +EXPORT_SYMBOL_GPL vmlinux 0x9c9bd91c cgroup_next_descendant_post +EXPORT_SYMBOL_GPL vmlinux 0x9cb27740 rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x9ccb1788 irq_create_direct_mapping +EXPORT_SYMBOL_GPL vmlinux 0x9cd9f935 __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0x9cde4596 cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x9cf2ef87 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x9cf87c3d crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x9d06688b register_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x9d3850e1 gnttab_alloc_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x9d7b06a2 blkdev_aio_write +EXPORT_SYMBOL_GPL vmlinux 0x9d80177f ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0x9d88ebb6 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9d9e155d pv_info +EXPORT_SYMBOL_GPL vmlinux 0x9dc10903 usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0x9dd1051d ata_base_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x9df0fc44 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x9df1cc2a tcp_done +EXPORT_SYMBOL_GPL vmlinux 0x9e03d6d5 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x9e70c412 __add_pages +EXPORT_SYMBOL_GPL vmlinux 0x9e72fd8c tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x9ea3d60f tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x9eba6b07 sysfs_schedule_callback +EXPORT_SYMBOL_GPL vmlinux 0x9ed3143c leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x9ee9ada7 default_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x9eec1ed7 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x9f2411c0 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x9f2b5fe2 restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x9f44fd1e set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x9f712da0 xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0x9f885c64 sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x9f925dc7 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fdd686b crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0xa008357a crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0xa0201eff usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0xa090ad48 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xa0c58eda da903x_update +EXPORT_SYMBOL_GPL vmlinux 0xa0c71dac spi_populate_sync_msg +EXPORT_SYMBOL_GPL vmlinux 0xa0cc1992 skcipher_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa0d7b782 tpm_open +EXPORT_SYMBOL_GPL vmlinux 0xa0ef78e3 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0xa10bf04a blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0xa11900bf iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0xa11d8349 pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xa11f7a01 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0xa148f467 d_materialise_unique +EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end +EXPORT_SYMBOL_GPL vmlinux 0xa158e64c single_release_net +EXPORT_SYMBOL_GPL vmlinux 0xa15c6acb get_kernel_page +EXPORT_SYMBOL_GPL vmlinux 0xa19bacbc power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0xa1a19098 __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xa1ab212c class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa1b0d4dd pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0xa1beb81b spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0xa1e453d8 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0xa217e747 regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0xa2505f21 virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0xa259f4c2 wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0xa272ae88 bus_find_device_by_name +EXPORT_SYMBOL_GPL vmlinux 0xa288676b ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xa2890ab7 usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0xa2ba7253 dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xa2ca9e0e sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0xa2e67f08 acpi_bus_generate_proc_event4 +EXPORT_SYMBOL_GPL vmlinux 0xa2ee444e input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0xa310df8d led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0xa345b756 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0xa353fffc xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa39ffa8a crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a917a0 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xa3a92a6e dbs_check_cpu +EXPORT_SYMBOL_GPL vmlinux 0xa3e31887 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0xa3e7a9c8 xen_register_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xa3e7c113 ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0xa40c98f9 wm5110_irq +EXPORT_SYMBOL_GPL vmlinux 0xa41b9696 i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xa4247bdc usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0xa43e0fab extcon_get_cable_state +EXPORT_SYMBOL_GPL vmlinux 0xa452c297 hpet_mask_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq +EXPORT_SYMBOL_GPL vmlinux 0xa466de38 acpi_processor_ffh_cstate_enter +EXPORT_SYMBOL_GPL vmlinux 0xa46f5102 tps80031_ext_power_req_config +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa482e621 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0xa48c2e62 crypto_blkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0xa4c774bc pci_enable_pri +EXPORT_SYMBOL_GPL vmlinux 0xa4ca0d4e unregister_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa4d58669 math_state_restore +EXPORT_SYMBOL_GPL vmlinux 0xa513bcd9 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0xa513ee85 pwm_enable +EXPORT_SYMBOL_GPL vmlinux 0xa5493120 xen_swiotlb_sync_single_for_cpu +EXPORT_SYMBOL_GPL vmlinux 0xa552a7f3 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0xa552b1c9 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0xa56b2a41 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0xa56ca855 tracepoint_iter_stop +EXPORT_SYMBOL_GPL vmlinux 0xa5af4468 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xa5bfd161 bdi_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0xa5cde465 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xa5d31a20 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa611ef3a pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa625110d kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0xa65912c7 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0xa66438e8 erst_read +EXPORT_SYMBOL_GPL vmlinux 0xa6824c5e __pci_complete_power_transition +EXPORT_SYMBOL_GPL vmlinux 0xa6a0a273 max77693_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6ddb03f rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xa6df281e inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa722a819 cpu_has_amd_erratum +EXPORT_SYMBOL_GPL vmlinux 0xa724257f init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xa75178b2 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0xa75312bc call_rcu_sched +EXPORT_SYMBOL_GPL vmlinux 0xa7c1711d inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0xa7de4d8a dma_buf_fd +EXPORT_SYMBOL_GPL vmlinux 0xa7f1f54e usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xa7f92105 add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0xa809d6cb xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0xa8231eda usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0xa83d855c spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0xa864cd4b relay_open +EXPORT_SYMBOL_GPL vmlinux 0xa8984489 acpi_i2c_register_devices +EXPORT_SYMBOL_GPL vmlinux 0xa8b01001 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0xa8b82a53 xen_destroy_contiguous_region +EXPORT_SYMBOL_GPL vmlinux 0xa8c91e97 pci_cleanup_aer_uncorrect_error_status +EXPORT_SYMBOL_GPL vmlinux 0xa8f59416 gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xa9126bff hpet_set_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa925e478 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0xa92ccf0f ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0xa9532e9f regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0xa9a82042 gnttab_trans_grants_available +EXPORT_SYMBOL_GPL vmlinux 0xa9c530b8 unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa9fc3f54 gnttab_grant_foreign_access_trans +EXPORT_SYMBOL_GPL vmlinux 0xaa034d79 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0xaa26c88a klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xaa3f13f7 register_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0xaa500b7a bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0xaa547e26 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0xaa852c93 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xaa8b2285 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaad7e146 tpm_show_pcrs +EXPORT_SYMBOL_GPL vmlinux 0xab01acbe gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0xab02e10f pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0xab38f499 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0xab39d533 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0xab3d8dd9 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xab434093 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request +EXPORT_SYMBOL_GPL vmlinux 0xab6bf377 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0xab7e3362 irq_find_mapping +EXPORT_SYMBOL_GPL vmlinux 0xab9ae9ae pm_generic_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0xabea1592 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0xabebae23 ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0xac5c2a33 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0xac5eb55e virtqueue_add_buf +EXPORT_SYMBOL_GPL vmlinux 0xac87a00b class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xac9ce195 kvm_async_pf_task_wait +EXPORT_SYMBOL_GPL vmlinux 0xacabc49e posix_timer_event +EXPORT_SYMBOL_GPL vmlinux 0xacafa8e7 vector_used_by_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xaccf1a5a module_mutex +EXPORT_SYMBOL_GPL vmlinux 0xacd991bf pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xace5c0fc usb_bus_list +EXPORT_SYMBOL_GPL vmlinux 0xacebe364 add_page_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xacebf20a crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0xacf4af34 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xacf829be perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0xad08c12a platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xad1dd281 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xad411e1b led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0xad43f256 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0xad6fa78e usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0xad74b0c3 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0xad8d8ab0 xen_physdev_op_compat +EXPORT_SYMBOL_GPL vmlinux 0xada38534 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0xadc785ec kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xadcd089e seq_open_net +EXPORT_SYMBOL_GPL vmlinux 0xadf6aa4d tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xae0c87ee pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xae39fe04 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0xae3a61bb inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae6eaf93 hwpoison_filter_dev_minor +EXPORT_SYMBOL_GPL vmlinux 0xae70cae0 xen_remap_domain_mfn_range +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae7c5411 ms_hyperv +EXPORT_SYMBOL_GPL vmlinux 0xaea99d2f usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xaec231d7 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0xaece702d class_create_file +EXPORT_SYMBOL_GPL vmlinux 0xaf3d6414 regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xaf535189 iommu_domain_set_attr +EXPORT_SYMBOL_GPL vmlinux 0xaf628b3a sec_reg_update +EXPORT_SYMBOL_GPL vmlinux 0xaf6f21d4 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0xaf9b824f invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xafbf3787 pci_intx_mask_supported +EXPORT_SYMBOL_GPL vmlinux 0xafc20ee5 bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0xafcacda3 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0xafe6b7ce dma_buf_attach +EXPORT_SYMBOL_GPL vmlinux 0xafef7ea5 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0xb006b201 sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0xb056f28b acpi_dev_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xb05d467f srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0xb06f4dde tpm_show_active +EXPORT_SYMBOL_GPL vmlinux 0xb07a9501 ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xb089cc3a unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xb09c438a regmap_update_bits_check +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0c24a14 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0d2932c pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0xb0e6e18d clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0xb10d55bc cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xb134054c usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0xb140d14c ring_buffer_read +EXPORT_SYMBOL_GPL vmlinux 0xb1425b32 dm_table_add_target_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb18429eb suspend_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0xb18c0edd dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0xb19d21c1 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0xb19e4b4f usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0xb1acbcce rcu_barrier_sched +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1bfd043 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xb2039ec3 hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0xb2130592 sock_prot_inuse_add +EXPORT_SYMBOL_GPL vmlinux 0xb2315184 blk_queue_bypass_start +EXPORT_SYMBOL_GPL vmlinux 0xb25d58df pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0xb262911b set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xb26845fa scsi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xb27397fc unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xb2815f09 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xb2c2f488 unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb31120a2 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0xb31e00a6 spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0xb3253ed9 hpet_rtc_timer_init +EXPORT_SYMBOL_GPL vmlinux 0xb327e0a0 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xb347bb2c work_busy +EXPORT_SYMBOL_GPL vmlinux 0xb3ce8f5e __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xb3ec5e68 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xb3f94d31 ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xb41128ff __clocksource_updatefreq_scale +EXPORT_SYMBOL_GPL vmlinux 0xb4368dba ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0xb4759adc stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xb479a7e1 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0xb4b6a15d gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0xb4c8c7f4 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0xb4dd80af wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0xb4e14553 gnttab_query_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4fb43f7 pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xb508636e xenbus_unmap_ring +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb5290f4a __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0xb531cea0 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0xb53620d1 pci_vpd_find_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xb56a2a08 __trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0xb588468f acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0xb58dcfa2 synchronize_sched_expedited +EXPORT_SYMBOL_GPL vmlinux 0xb58de219 usb_enable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xb5a0e11e lpddr2_jedec_addressing_table +EXPORT_SYMBOL_GPL vmlinux 0xb5cb8145 hrtimer_get_res +EXPORT_SYMBOL_GPL vmlinux 0xb5f17edf perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb6230f1f gnttab_grant_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xb644b988 crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0xb649e62a ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0xb66eac06 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xb67b2219 cm_suspend_again +EXPORT_SYMBOL_GPL vmlinux 0xb681a313 rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb6aacca6 blkio_subsys +EXPORT_SYMBOL_GPL vmlinux 0xb6aeb661 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xb6ddc8a1 acpi_device_power_state +EXPORT_SYMBOL_GPL vmlinux 0xb6f6d8d9 put_device +EXPORT_SYMBOL_GPL vmlinux 0xb718f2f9 sfi_table_parse +EXPORT_SYMBOL_GPL vmlinux 0xb72068c9 tpm_read +EXPORT_SYMBOL_GPL vmlinux 0xb7364885 pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xb767152f ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0xb76df281 tpm_show_owned +EXPORT_SYMBOL_GPL vmlinux 0xb771e961 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xb78bca8c crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0xb7b52c7f devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xb7be7771 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0xb7d7c12e hpet_set_alarm_time +EXPORT_SYMBOL_GPL vmlinux 0xb7e7df99 file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0xb7ebc0d2 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xb7f77027 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0xb84ec152 usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0xb857d3bb ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0xb861b0fa sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xb8a55b89 ata_acpi_gtm_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xb8b937c7 replace_page_cache_page +EXPORT_SYMBOL_GPL vmlinux 0xb8bf29db device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0xb8f8f3ef md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0xb8fb93f7 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0xb900b16f regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0xb903674c scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xb904e052 usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xb9070a49 ata_eh_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0xb9206846 pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0xb93f30bc inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb94db510 register_jprobe +EXPORT_SYMBOL_GPL vmlinux 0xb94ea8e4 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb960ebcd vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0xb96fa384 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0xb9832ad3 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xb99d5837 xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xb99e7ce3 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0xb9a65bf1 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9d18fc6 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0xba1ca662 rtc_irq_register +EXPORT_SYMBOL_GPL vmlinux 0xba217bbd extcon_find_cable_index +EXPORT_SYMBOL_GPL vmlinux 0xba418052 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xba99fd87 gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0xbb038ce4 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb0bbb82 acpi_dev_resource_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xbb0e29b5 driver_register +EXPORT_SYMBOL_GPL vmlinux 0xbb128381 irq_set_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xbb197ee6 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0xbb1ae2ad usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0xbb40617e pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0xbb4d6341 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0xbb7b2fe0 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0xbbb38239 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xbbb98859 edid_info +EXPORT_SYMBOL_GPL vmlinux 0xbbba3d05 add_to_page_cache_lru +EXPORT_SYMBOL_GPL vmlinux 0xbbf357e4 ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xbbf60b96 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xbbf66ceb crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0xbc3fb77a pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0xbc6f931b workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xbc7002c5 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0xbc81a561 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xbca3ac23 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xbcb838a1 amd_flush_garts +EXPORT_SYMBOL_GPL vmlinux 0xbcbabb7a i2c_new_dummy +EXPORT_SYMBOL_GPL vmlinux 0xbccfd4d8 register_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xbcd3bbfd nf_register_afinfo +EXPORT_SYMBOL_GPL vmlinux 0xbcd43327 scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbcde39fc dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0xbd03fe16 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0xbd0ad90e edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0xbd2f06af fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0xbd30bc63 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0xbd3609f6 shash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0xbd3bf7b6 kick_process +EXPORT_SYMBOL_GPL vmlinux 0xbd506a46 unregister_hotplug_dock_device +EXPORT_SYMBOL_GPL vmlinux 0xbd5cb8b9 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0xbd60a865 rtc_set_mmss +EXPORT_SYMBOL_GPL vmlinux 0xbd759df4 stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xbd78821e tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0xbd912454 rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xbdaf5686 get_compat_timeval +EXPORT_SYMBOL_GPL vmlinux 0xbdd295f0 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xbdd2f42a rcu_bh_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0xbdd5f10f apei_hest_parse +EXPORT_SYMBOL_GPL vmlinux 0xbdf0cf6a dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0xbe1887e4 ata_unpack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xbe2618e6 vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0xbe28a8e3 free_css_id +EXPORT_SYMBOL_GPL vmlinux 0xbe34a031 inet6_destroy_sock +EXPORT_SYMBOL_GPL vmlinux 0xbe660adc blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0xbeaeae87 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0xbed20d9a __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0xbedf6c95 blkg_lookup_create +EXPORT_SYMBOL_GPL vmlinux 0xbf246a7c xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0xbf351c21 user_update +EXPORT_SYMBOL_GPL vmlinux 0xbf470e6a ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xbf639fe8 acpi_dev_pm_detach +EXPORT_SYMBOL_GPL vmlinux 0xbf667e56 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbffde8ec compat_alloc_user_space +EXPORT_SYMBOL_GPL vmlinux 0xc0043661 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0xc016a778 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0xc03a51ed max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xc0563aac ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0xc06cd8cc udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc06ff079 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xc079417a trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc0876f6f blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0xc0900fcf acpi_os_get_iomem +EXPORT_SYMBOL_GPL vmlinux 0xc09c729a mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0xc0a6358e tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xc0a97e93 pwm_request +EXPORT_SYMBOL_GPL vmlinux 0xc0b0e6ec btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0xc0bf6ead timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xc0d26387 kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc0ec713d crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0xc0edd20a __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0xc10f2b8e cgroup_unlock +EXPORT_SYMBOL_GPL vmlinux 0xc11bd00f tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc12d79e8 device_store_int +EXPORT_SYMBOL_GPL vmlinux 0xc14c2824 xenbus_probe +EXPORT_SYMBOL_GPL vmlinux 0xc164642e xenbus_otherend_changed +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc194126d power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xc1b735f8 __netpoll_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xc1c25597 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0xc1d119c6 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0xc20327c5 pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0xc20399e1 cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0xc21f8808 part_round_stats +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc22e35ec inet_csk_compat_setsockopt +EXPORT_SYMBOL_GPL vmlinux 0xc2385536 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0xc23e063a tcp_reno_min_cwnd +EXPORT_SYMBOL_GPL vmlinux 0xc26351f8 bind_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xc264b2bb device_del +EXPORT_SYMBOL_GPL vmlinux 0xc280fb46 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0xc2830c7f blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xc2982ad2 mnt_clone_write +EXPORT_SYMBOL_GPL vmlinux 0xc2c076eb sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0xc2cf1524 nfq_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xc2eb7c1f driver_attach +EXPORT_SYMBOL_GPL vmlinux 0xc2f37b88 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc34efe27 snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0xc37226a5 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xc38cd6e5 md_is_badblock +EXPORT_SYMBOL_GPL vmlinux 0xc392d076 mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0xc3b7de5a find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0xc3d28b5e init_fpu +EXPORT_SYMBOL_GPL vmlinux 0xc4034caa enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xc4052f97 acpi_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0xc407f786 xenbus_dev_attrs +EXPORT_SYMBOL_GPL vmlinux 0xc415a482 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc440ac9b sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc464a1e6 __css_tryget +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc484623b dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc48b7ccf ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0xc48dccf9 inet_csk_reqsk_queue_prune +EXPORT_SYMBOL_GPL vmlinux 0xc490d8f7 platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0xc4b261be ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc4ce6189 idle_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc4ef7405 serial8250_tx_dma +EXPORT_SYMBOL_GPL vmlinux 0xc4f4628c pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0xc512626a __supported_pte_mask +EXPORT_SYMBOL_GPL vmlinux 0xc5287af0 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0xc5397da6 xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xc5c264a5 amd_erratum_400 +EXPORT_SYMBOL_GPL vmlinux 0xc5c3cdd8 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xc5e3b41f da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc5f82941 ahash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0xc60f75ec __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc61bec22 page_cache_async_readahead +EXPORT_SYMBOL_GPL vmlinux 0xc630e4ce bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0xc651b454 ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0xc6531cd4 inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0xc65d3eed ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc6764a8a iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0xc6888635 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6a8f587 rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xc6be9483 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0xc6c84a72 page_mkclean +EXPORT_SYMBOL_GPL vmlinux 0xc6d7ad42 wakeup_source_drop +EXPORT_SYMBOL_GPL vmlinux 0xc6e091e0 arizona_dev_exit +EXPORT_SYMBOL_GPL vmlinux 0xc6e25e99 tracepoint_iter_start +EXPORT_SYMBOL_GPL vmlinux 0xc6f7b738 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xc7002ac4 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0xc70df2fa virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0xc72e1233 __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xc7647b59 jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0xc79cac5e register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7b7e1aa driver_find +EXPORT_SYMBOL_GPL vmlinux 0xc7c6391c mpi_set_buffer +EXPORT_SYMBOL_GPL vmlinux 0xc7e1ddab __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc7e4c538 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xc7fea454 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0xc80b664c spi_setup +EXPORT_SYMBOL_GPL vmlinux 0xc82a8095 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0xc82de403 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0xc850c7c8 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0xc85891f0 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc85ad4a5 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xc87c1f84 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xc87e487a sched_clock_idle_sleep_event +EXPORT_SYMBOL_GPL vmlinux 0xc88c306e evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0xc899c0f2 wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0xc8bcc243 cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0xc901a481 tpm_show_temp_deactivated +EXPORT_SYMBOL_GPL vmlinux 0xc91277a1 kgdb_schedule_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc91b043d regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xc9301724 cgroup_taskset_cur_cgroup +EXPORT_SYMBOL_GPL vmlinux 0xc93b1022 spi_unregister_master +EXPORT_SYMBOL_GPL vmlinux 0xc94eeb93 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc96c5295 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0xc99b05de sec_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xc9c3f176 hpet_register_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9f90138 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0xc9fd0806 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0xca57ae51 ata_acpi_cbl_80wire +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca81ea9a xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0xca8543c5 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0xca85d8cf tracepoint_probe_update_all +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcb15eee9 sdhci_pci_get_data +EXPORT_SYMBOL_GPL vmlinux 0xcb27a043 agp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0xcb495388 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xcb6961d6 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0xcb7122d2 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xcb90cb79 dma_buf_kunmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0xcba5b7d8 led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcbc14a57 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xcbdb1899 spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0xcbee20b2 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0xcc0b29f0 blk_queue_bypass_end +EXPORT_SYMBOL_GPL vmlinux 0xcc163733 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0xcc1f1c3d inet_twdr_hangman +EXPORT_SYMBOL_GPL vmlinux 0xcc2136fa srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xcc2e8c93 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xcc3da32d aer_recover_queue +EXPORT_SYMBOL_GPL vmlinux 0xcc541fec ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0xcc6ab305 is_dock_device +EXPORT_SYMBOL_GPL vmlinux 0xcc736767 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0xcc7c4d50 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xccc36402 spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccea4e34 perf_get_x86_pmu_capability +EXPORT_SYMBOL_GPL vmlinux 0xcd173e93 flush_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0xcd544489 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0xcd595f46 scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0xcd82df0f sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcdc53bcb crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xce0b9b59 max77693_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xce46e140 ktime_get_ts +EXPORT_SYMBOL_GPL vmlinux 0xce6a9d9a trace_current_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0xceae8093 xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xcebe7295 pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0xced4203b ata_eh_qc_retry +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xceea60f8 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcef1dd0e perf_check_microcode +EXPORT_SYMBOL_GPL vmlinux 0xcf0536ca sysfs_get_dirent +EXPORT_SYMBOL_GPL vmlinux 0xcf250c15 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcf3477c1 register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xcf4336b0 perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0xcf6f5d88 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xcf7b6ad1 crypto_init_spawn2 +EXPORT_SYMBOL_GPL vmlinux 0xcf7c7d13 ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0xcfa39eca __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcfb5871c irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xcfc62f27 xen_start_info +EXPORT_SYMBOL_GPL vmlinux 0xcfc68341 synchronize_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0xcfcb664b wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcfcc83ad register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcfcffb59 scsi_internal_device_unblock +EXPORT_SYMBOL_GPL vmlinux 0xcfde5862 __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xcfe0821f sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0xcff7ed52 wm8994_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xcffa2aff spi_populate_width_msg +EXPORT_SYMBOL_GPL vmlinux 0xd013e06a xen_pci_frontend +EXPORT_SYMBOL_GPL vmlinux 0xd03c7700 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xd0458ccb xenbus_strstate +EXPORT_SYMBOL_GPL vmlinux 0xd09e0688 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xd0a6101e __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xd0bafefe sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0e910f0 crypto_alloc_instance2 +EXPORT_SYMBOL_GPL vmlinux 0xd0fbbf5b sec_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xd1022198 wm5110_patch +EXPORT_SYMBOL_GPL vmlinux 0xd14b88d7 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xd14bc4d9 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xd1507e59 erst_clear +EXPORT_SYMBOL_GPL vmlinux 0xd16712f3 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xd172cd5a platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0xd174d477 tcp_init_congestion_ops +EXPORT_SYMBOL_GPL vmlinux 0xd1b2db37 tracepoint_probe_register_noupdate +EXPORT_SYMBOL_GPL vmlinux 0xd208f4c5 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd216a7d0 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd21ab997 mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd28fffde proc_net_fops_create +EXPORT_SYMBOL_GPL vmlinux 0xd2910a48 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0xd2a8caf0 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd2b85795 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xd2c58ab2 apei_exec_noop +EXPORT_SYMBOL_GPL vmlinux 0xd2cbc658 x86_platform +EXPORT_SYMBOL_GPL vmlinux 0xd2e84521 xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0xd2f41cb4 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0xd301ddfb pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0xd318ca05 __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xd32fe193 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xd3356f16 __module_text_address +EXPORT_SYMBOL_GPL vmlinux 0xd33e89ab ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xd37e13b4 regulator_set_optimum_mode +EXPORT_SYMBOL_GPL vmlinux 0xd39538b1 ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0xd39a1ab6 lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xd39bdeca max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0xd3ca5670 pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xd3d88d2a smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xd3f5cbaf usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0xd3fc18fa fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4125425 usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0xd426dbc4 erst_get_record_count +EXPORT_SYMBOL_GPL vmlinux 0xd42e4d29 rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd44b1cc4 regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd44d0b70 blkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xd498a420 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4cc78b1 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xd4d07d59 xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xd4e1df56 gpiochip_add +EXPORT_SYMBOL_GPL vmlinux 0xd4f29297 device_create +EXPORT_SYMBOL_GPL vmlinux 0xd5233227 device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0xd5249294 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xd52701e7 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0xd52fd6af ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0xd53bc067 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xd55a37a3 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd55ef90d __blkdev_driver_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xd56d87ac dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0xd59668e6 unlock_flocks +EXPORT_SYMBOL_GPL vmlinux 0xd59bbdff blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0xd5bd7dac ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd5ee3e07 pci_msi_off +EXPORT_SYMBOL_GPL vmlinux 0xd5f39988 usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xd600bfea pci_get_hp_params +EXPORT_SYMBOL_GPL vmlinux 0xd6100a35 alloc_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xd6240e62 ablkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd694f7eb sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0xd6b62142 blk_queue_bio +EXPORT_SYMBOL_GPL vmlinux 0xd6c1d893 acpi_dev_resume_early +EXPORT_SYMBOL_GPL vmlinux 0xd6d7eafa crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0xd6dfb0b5 xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0xd6ed3a8e cper_next_record_id +EXPORT_SYMBOL_GPL vmlinux 0xd6feefa5 agp_num_entries +EXPORT_SYMBOL_GPL vmlinux 0xd705b4c7 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0xd72feba2 xenbus_read_driver_state +EXPORT_SYMBOL_GPL vmlinux 0xd75b1c0d uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd775395c usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0xd77ac8e6 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0xd77c0bc8 klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xd799011b scsi_internal_device_block +EXPORT_SYMBOL_GPL vmlinux 0xd7af8de8 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xd7d79132 put_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0xd7dcbbb0 usb_bus_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xd7e69d78 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xd806f978 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xd820c283 eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xd83fa9b9 i2c_unlock_adapter +EXPORT_SYMBOL_GPL vmlinux 0xd8525ea7 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0xd85ac634 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xd87601cc ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xd8871a35 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0xd88b1ad7 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0xd8a471b8 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0xd8f0c388 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd905be69 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0xd919806a amd_cache_northbridges +EXPORT_SYMBOL_GPL vmlinux 0xd9341e5c iommu_group_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd942d353 ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0xd9816e12 ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd9883fbd tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xd98a8072 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0xd997050b spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xd9b99cce cgroup_unload_subsys +EXPORT_SYMBOL_GPL vmlinux 0xd9d42051 crypto_alloc_ablkcipher +EXPORT_SYMBOL_GPL vmlinux 0xd9d7f623 pkey_id_type +EXPORT_SYMBOL_GPL vmlinux 0xd9ecb670 ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xda0213ed ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0xda050109 irq_domain_add_nomap +EXPORT_SYMBOL_GPL vmlinux 0xda11419c ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0xda3a7ca9 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xda44cb37 setup_charger_manager +EXPORT_SYMBOL_GPL vmlinux 0xda81aa5e debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0xda8c15f5 dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0xda91ea8c fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0xda955690 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0xdaa528b7 acpi_dev_resource_io +EXPORT_SYMBOL_GPL vmlinux 0xdab50ae7 fpu_finit +EXPORT_SYMBOL_GPL vmlinux 0xdabad3fb fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xdae74d1c sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdafc1a5b debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0xdb048e74 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0xdb04cacc tracepoint_probe_unregister_noupdate +EXPORT_SYMBOL_GPL vmlinux 0xdb0c11e0 pwm_config +EXPORT_SYMBOL_GPL vmlinux 0xdb36afd8 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0xdb37fb8c wm5110_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0xdb3b4030 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0xdb4e58eb extcon_set_cable_state +EXPORT_SYMBOL_GPL vmlinux 0xdb6dd135 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0xdb7f49ba pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdba48977 __online_page_increment_counters +EXPORT_SYMBOL_GPL vmlinux 0xdbb48306 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xdbcf4adb blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0xdbe17fdd fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0xdbf24457 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdc14a211 xen_hvm_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0xdc1f8f2e register_timer_hook +EXPORT_SYMBOL_GPL vmlinux 0xdc420179 register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list +EXPORT_SYMBOL_GPL vmlinux 0xdc711b90 device_add +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc933a09 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9f5f7e __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0xdca2d5ad device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xdcb73d2e xfrm_inner_extract_output +EXPORT_SYMBOL_GPL vmlinux 0xdce57037 apei_estatus_print +EXPORT_SYMBOL_GPL vmlinux 0xdce851cd sigset_from_compat +EXPORT_SYMBOL_GPL vmlinux 0xdd2efc0f ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0xdd3366af blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0xdd3596ce adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xdd391965 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0xdd491f69 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xdd6618ba btree_remove +EXPORT_SYMBOL_GPL vmlinux 0xdd703cff usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0xdd8e4974 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xddccf34b task_current_syscall +EXPORT_SYMBOL_GPL vmlinux 0xddd58dc0 ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0xde4e19ba klist_next +EXPORT_SYMBOL_GPL vmlinux 0xde58afe9 platform_bus +EXPORT_SYMBOL_GPL vmlinux 0xde64c1bf i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0xde6fcf13 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xde8800b5 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0xde93593a crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0xdec16863 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0xdedcd4b3 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf1882af dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0xdf2de7b4 usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xdf514b70 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0xdf53c67d __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xdf7ce2cf cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0xe007de41 kallsyms_lookup_name +EXPORT_SYMBOL_GPL vmlinux 0xe00dcc6c rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0xe02eb6d0 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0xe035e46b xenbus_bind_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xe0399483 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0xe0511ced kern_mount_data +EXPORT_SYMBOL_GPL vmlinux 0xe0655183 bsg_request_fn +EXPORT_SYMBOL_GPL vmlinux 0xe06d4221 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0xe089cfcc agp_memory_reserved +EXPORT_SYMBOL_GPL vmlinux 0xe0c2de26 pci_configure_slot +EXPORT_SYMBOL_GPL vmlinux 0xe0c77bb5 mce_notify_irq +EXPORT_SYMBOL_GPL vmlinux 0xe0d75994 tpm_release +EXPORT_SYMBOL_GPL vmlinux 0xe0e2974d inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xe0e4edbd pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin +EXPORT_SYMBOL_GPL vmlinux 0xe1440d84 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0xe1624270 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0xe16f57f7 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe17ce828 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xe1a06132 tpm_remove_hardware +EXPORT_SYMBOL_GPL vmlinux 0xe1c6165a sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xe24c80d6 xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0xe2585f34 blk_rq_check_limits +EXPORT_SYMBOL_GPL vmlinux 0xe26a2614 device_register +EXPORT_SYMBOL_GPL vmlinux 0xe295c0ff is_hpet_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe29d1f1f ata_common_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0xe2aaa32c wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xe2bf187e fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0xe2bf6ab0 pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xe2d62645 crypto_aead_type +EXPORT_SYMBOL_GPL vmlinux 0xe2dd67e5 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xe2eb05fe usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0xe2f5e0d9 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0xe3043ff9 request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xe30ab151 gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0xe336b768 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0xe33b6c1b xen_find_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xe3412e92 dm_requeue_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0xe34885a3 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe34b1926 crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0xe35aaaa4 extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe384a102 usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xe3bc7fd4 hpet_unregister_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xe3e64297 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xe3f102d9 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0xe3f2acf3 rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xe3f6262c cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xe3fe273f cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xe40a7ca5 stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0xe41534ce bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0xe4258052 swiotlb_tbl_map_single +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe4333994 extcon_set_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0xe43fe243 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0xe4428977 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xe44690b4 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0xe49f6fae fuse_request_send +EXPORT_SYMBOL_GPL vmlinux 0xe4bc8aeb ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0xe4ccb21a sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0xe4e68bc8 apei_map_generic_address +EXPORT_SYMBOL_GPL vmlinux 0xe531fb68 rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0xe5440baa lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0xe55d3e42 preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xe56a104d __inet_hash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58fb452 aer_irq +EXPORT_SYMBOL_GPL vmlinux 0xe59c5ee0 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0xe5b4d9d1 sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0xe5b7fa5a acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0xe611c677 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0xe6488b47 cpufreq_notify_transition +EXPORT_SYMBOL_GPL vmlinux 0xe64ad8ea unregister_nmi_handler +EXPORT_SYMBOL_GPL vmlinux 0xe651f76e selinux_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe6602e9f perf_trace_buf_prepare +EXPORT_SYMBOL_GPL vmlinux 0xe6949a39 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0xe6caccdd pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xe6e1c5fe uuid_be_gen +EXPORT_SYMBOL_GPL vmlinux 0xe7232e0f user_return_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe7244649 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe78322d9 __pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0xe7993263 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0xe7a7c505 __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xe7b1ad65 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0xe7dc27fb usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xe7e9eaac digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr +EXPORT_SYMBOL_GPL vmlinux 0xe812dac4 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe82d9f69 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0xe833ab2f inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xe843da52 cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe89bd243 ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe8cca444 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0xe9011563 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0xe904aca2 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0xe9174d85 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xe928fc9e hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0xe92bfb0c __get_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe947ed7f find_symbol +EXPORT_SYMBOL_GPL vmlinux 0xe9587909 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0xe9924772 tpm_show_caps +EXPORT_SYMBOL_GPL vmlinux 0xe993e587 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xe9a39132 xen_swiotlb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9d20fdf usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0xe9d5fad0 devres_find +EXPORT_SYMBOL_GPL vmlinux 0xe9f20cad debugfs_remove_recursive +EXPORT_SYMBOL_GPL vmlinux 0xe9f738b0 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0xea03fb26 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0xea065e01 task_handoff_unregister +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea1cb37e driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0xea418e0f atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0xea5399b2 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xea603ba8 sk_unattached_filter_create +EXPORT_SYMBOL_GPL vmlinux 0xea628c20 bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0xeab7f20a crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0xeabefa08 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xeadf816e klist_init +EXPORT_SYMBOL_GPL vmlinux 0xeae63480 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0xeb0bc234 wm8994_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xeb1cfdde do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xeb370805 __apei_exec_run +EXPORT_SYMBOL_GPL vmlinux 0xeb41ed74 spi_async_locked +EXPORT_SYMBOL_GPL vmlinux 0xeb548721 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0xeb55aab6 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xeb68aef3 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xeb79ea6f pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0xeba1cded __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0xeba5d1ad vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0xeba745e1 irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0xebb00f87 iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0xebc6a37e xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0xebd47db1 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0xebec57c4 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xebed260f ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xebf1815e pci_ats_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xec0db658 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0xec1b043e regulator_suspend_prepare +EXPORT_SYMBOL_GPL vmlinux 0xec25f967 klist_del +EXPORT_SYMBOL_GPL vmlinux 0xec306690 ablkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xec3b23e6 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0xecb42602 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xecc3c7d7 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xecda8e63 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0xed14c4f6 pci_bus_sem +EXPORT_SYMBOL_GPL vmlinux 0xed3b9709 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xed628de2 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0xedb64c4c unregister_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0xedbaf048 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0xedbc6f67 gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xee01a97d da903x_write +EXPORT_SYMBOL_GPL vmlinux 0xee13e697 set_personality_ia32 +EXPORT_SYMBOL_GPL vmlinux 0xee190f2f devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0xee1a78de tpm_gen_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xee6309c9 usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xee64e810 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xee82d5d7 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0xee8e4205 fuse_conn_kill +EXPORT_SYMBOL_GPL vmlinux 0xee929300 driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xeef36c69 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0xef1f6e23 apei_resources_request +EXPORT_SYMBOL_GPL vmlinux 0xef26bcde relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0xef2cb3d1 pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xef5eccca pstore_register +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef782b88 gnttab_grant_foreign_access_subpage +EXPORT_SYMBOL_GPL vmlinux 0xef7a6a52 register_mce_write_callback +EXPORT_SYMBOL_GPL vmlinux 0xef8c7850 pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0xefb54fed pwm_free +EXPORT_SYMBOL_GPL vmlinux 0xefc91531 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0xeffa6b8f __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xf001dc80 irq_domain_add_linear +EXPORT_SYMBOL_GPL vmlinux 0xf008a974 dm_get_rq_mapinfo +EXPORT_SYMBOL_GPL vmlinux 0xf02be1f4 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xf035f935 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0xf0568666 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf0696401 acpi_pci_detect_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xf070ca2e ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0xf0819aa2 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xf08fdfea pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0xf0be74a6 xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf0e19d64 stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0xf0f5dbc2 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0xf105b27d usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xf10b9e65 ata_acpi_stm +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf184dd73 xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0xf1aae32e acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0xf1b2251f xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on +EXPORT_SYMBOL_GPL vmlinux 0xf1b551d9 ibft_addr +EXPORT_SYMBOL_GPL vmlinux 0xf1e3734b device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0xf1e5d80f async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0xf20fbb62 __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0xf21e1d75 acpi_subsys_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xf256e09e rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xf26409ec rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0xf266f1ae tpm_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0xf29f3152 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xf2b41cb9 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf2d13919 devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0xf2daf972 uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xf2fca922 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0xf30e105d ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf3248a6e class_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf3298c46 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf331c839 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0xf35ee759 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xf377a2d0 bmp085_detect +EXPORT_SYMBOL_GPL vmlinux 0xf3817c70 crypto_init_spawn +EXPORT_SYMBOL_GPL vmlinux 0xf3b30d06 dma_buf_end_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b93a97 cgroup_lock_is_held +EXPORT_SYMBOL_GPL vmlinux 0xf3dd036d regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0xf3f7299c do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0xf3f78d55 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xf416d9f7 da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0xf45a1bd9 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xf45d1876 pm_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0xf489bfa0 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf494f618 mmc_regulator_get_ocrmask +EXPORT_SYMBOL_GPL vmlinux 0xf499fdb2 rcu_barrier_bh +EXPORT_SYMBOL_GPL vmlinux 0xf4a763b9 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0xf4d7730c pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf5168905 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xf524f1ad apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0xf5285a10 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xf52d728a rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf5545a72 blkg_prfill_stat +EXPORT_SYMBOL_GPL vmlinux 0xf568e0e2 ata_sas_port_async_resume +EXPORT_SYMBOL_GPL vmlinux 0xf5785b42 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xf57a521b usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0xf586a3c6 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0xf5945bac gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5c56265 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xf5d0ed88 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xf602f7b8 find_module +EXPORT_SYMBOL_GPL vmlinux 0xf6227ba7 led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf634be1b platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0xf63ef34e inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0xf6748423 __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0xf6772177 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0xf6e04730 event_storage +EXPORT_SYMBOL_GPL vmlinux 0xf6e39705 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf7016530 xenbus_gather +EXPORT_SYMBOL_GPL vmlinux 0xf7107cb5 disk_get_part +EXPORT_SYMBOL_GPL vmlinux 0xf7322bc8 pv_time_ops +EXPORT_SYMBOL_GPL vmlinux 0xf73a9160 pci_intx +EXPORT_SYMBOL_GPL vmlinux 0xf7417f29 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xf74656ab regulator_can_change_voltage +EXPORT_SYMBOL_GPL vmlinux 0xf74b84a0 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0xf761b6d6 acpi_dev_get_resources +EXPORT_SYMBOL_GPL vmlinux 0xf79e4fe6 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf7a14f56 apei_mce_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0xf7b62a11 fuse_request_send_background +EXPORT_SYMBOL_GPL vmlinux 0xf7ca0883 usb_string +EXPORT_SYMBOL_GPL vmlinux 0xf80fd508 aead_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0xf84238e1 tpm_show_durations +EXPORT_SYMBOL_GPL vmlinux 0xf87efd87 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0xf8802492 print_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0xf892f7fd crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xf8a89ec0 class_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xf8c2c7d5 __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0xf8d6b748 pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0xf8e7a4f2 power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8f6ca9e pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3d0b kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0xf90fd742 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xf928900f debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0xf92ce956 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0xf930a328 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0xf969cc2b rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xf9765833 dmi_match +EXPORT_SYMBOL_GPL vmlinux 0xf97666a0 set_memory_rw +EXPORT_SYMBOL_GPL vmlinux 0xf97750dc blk_queue_rq_timed_out +EXPORT_SYMBOL_GPL vmlinux 0xf9924426 arch_add_memory +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9ca3160 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xf9cc22e9 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0xf9d9264e xen_have_vector_callback +EXPORT_SYMBOL_GPL vmlinux 0xfa012fe7 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0xfa01428b pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfa13d691 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa1f4662 scatterwalk_start +EXPORT_SYMBOL_GPL vmlinux 0xfa305c29 rtc_irq_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfa421ca8 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0xfa4a647e klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xfa714406 __rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0xfa770717 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0xfa901b31 compat_get_timespec +EXPORT_SYMBOL_GPL vmlinux 0xfabc301b get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0xfacac02a led_trigger_store +EXPORT_SYMBOL_GPL vmlinux 0xfafccc21 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xfb05c9b4 async_unregister_domain +EXPORT_SYMBOL_GPL vmlinux 0xfb17dec1 __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb3a1e9e usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0xfb64b230 acpi_processor_ffh_cstate_probe +EXPORT_SYMBOL_GPL vmlinux 0xfb6cdedd xen_unregister_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb94353d ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0xfbe0d499 menu_hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfbf9be5d register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfc3f800d virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0xfc5ea807 crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0xfc934d5d inet_csk_compat_getsockopt +EXPORT_SYMBOL_GPL vmlinux 0xfc9525ab acpi_register_gsi +EXPORT_SYMBOL_GPL vmlinux 0xfc968c8b apei_exec_write_register_value +EXPORT_SYMBOL_GPL vmlinux 0xfca9473a tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0xfcafe7e7 stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0xfcd7bc0b ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0xfceba9e8 tpm_add_ppi +EXPORT_SYMBOL_GPL vmlinux 0xfcfaa1b8 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0xfd08f565 sync_filesystem +EXPORT_SYMBOL_GPL vmlinux 0xfd2dbb70 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0xfd51b281 gnttab_end_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xfd6c037a usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable +EXPORT_SYMBOL_GPL vmlinux 0xfd9b37de __module_address +EXPORT_SYMBOL_GPL vmlinux 0xfda481f0 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0xfdb905bb crypto_rng_type +EXPORT_SYMBOL_GPL vmlinux 0xfe03d022 register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xfe528acf device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0xfe5613b5 page_cache_sync_readahead +EXPORT_SYMBOL_GPL vmlinux 0xfe727411 get_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xfe74d24e crypto_init_ahash_spawn +EXPORT_SYMBOL_GPL vmlinux 0xfe7e0f6f ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xfe91814d scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xfe98044b dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfef08df5 blkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0xfef8a166 trace_current_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xfeff91ac __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff16ab6d crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0xff299e44 xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0xff329246 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0xff367eb2 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0xffa4c4ec cgroup_lock +EXPORT_SYMBOL_GPL vmlinux 0xffbb01c7 unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xfffa0556 ata_timing_compute --- linux-lowlatency-3.8.0.orig/debian.master/abi/3.8.0-25.37/amd64/generic.modules +++ linux-lowlatency-3.8.0/debian.master/abi/3.8.0-25.37/amd64/generic.modules @@ -0,0 +1,3703 @@ +3c574_cs +3c589_cs +3c59x +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6pack +8021q +8139cp +8139too +8250_dw +8255 +8255_pci +8390 +88pm800 +88pm805 +88pm80x +88pm80x_onkey +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +88pm860x-ts +9p +9pnet +9pnet_rdma +9pnet_virtio +a100u2w +a3d +a8293 +aacraid +aat2870_bl +aat2870-regulator +ab3100 +ab3100-otp +abituguru +abituguru3 +ablk_helper +ac97_bus +acard-ahci +acecad +acenic +acerhdf +acer-wmi +acpi_ipmi +acpi_memhotplug +acpi_pad +acpiphp +acpiphp_ibm +acpi_power_meter +acquirewdt +act200l-sir +act_csum +act_gact +act_ipt +actisys-sir +act_mirred +act_nat +act_pedit +act_police +act_simple +act_skbedit +ad2s1200 +ad2s1210 +ad2s90 +ad5064 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5624r_spi +ad5686 +ad5755 +ad5764 +ad5791 +ad5930 +ad5933 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7152 +ad7192 +ad7266 +ad7280a +ad7291 +ad7298 +ad7314 +ad7414 +ad7418 +ad7476 +ad7606 +ad7746 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad799x +ad8366 +ad9523 +ad9832 +ad9834 +ad9850 +ad9852 +ad9910 +ad9951 +adcxx +addi_apci_035 +addi_apci_1032 +addi_apci_1500 +addi_apci_1516 +addi_apci_1564 +addi_apci_16xx +addi_apci_2032 +addi_apci_2200 +addi_apci_3120 +addi_apci_3501 +addi_apci_3xxx +ade7753 +ade7754 +ade7758 +ade7759 +ade7854 +ade7854-i2c +ade7854-spi +adf4350 +adfs +adi +adis16060 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16204 +adis16209 +adis16220 +adis16240 +adis16260 +adis16400 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adl_pci9118 +adm1021 +adm1025 +adm1026 +adm1029 +adm1031 +adm1275 +adm8211 +adm9240 +adp5520_bl +adp5520-keys +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +ads1015 +ads7828 +ads7846 +ads7871 +ad_sigma_delta +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adummy +adutux +adv7170 +adv7175 +adv7180 +advansys +advantechwdt +adv_pci1710 +adv_pci1723 +adv_pci_dio +adxl34x +adxl34x-i2c +adxl34x-spi +adxrs450 +aesni-intel +aes-x86_64 +af_802154 +af9013 +af9033 +af_alg +affs +af_key +af_packet_diag +af-rxrpc +ah4 +ah6 +aha152x_cs +ahci +ahci_platform +aic79xx +aic7xxx +aic94xx +aiptek +aircable +airo +airo_cs +ak8975 +alauda +algif_hash +algif_skcipher +ali-ircc +alim1535_wdt +alim7101_wdt +alphatrack +altera-ci +altera_jtaguart +altera_ps2 +altera-stapl +altera_uart +alx +ambassador +amc6821 +amd5536udc +amd64_edac_mod +amd76xrom +amd8111e +amd_iommu_v2 +amd-rng +amilo-rfkill +amplc_dio200 +amplc_pc236 +amplc_pc263 +amplc_pci224 +amplc_pci230 +ams369fg06 +analog +ansi_cprng +anubis +aoe +apanel +apds9802als +apds990x +apple_bl +appledisplay +apple-gmux +applesmc +appletalk +appletouch +applicom +ar5523 +ar7part +arc4 +arcfb +arcmsr +arcnet +arc_ps2 +arc-rawmode +arc-rimi +arc_uart +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +arptable_filter +arp_tables +arpt_mangle +as3711-regulator +as5011 +asb100 +asc7621 +asix +ast +asus_atk0110 +asus-laptop +asus-nb-wmi +asus_oled +asus-wmi +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at86rf230 +at91_ether +atbm8830 +aten +ath +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atlas_btns +atm +atmel +atmel_cs +atmel_mxt_ts +atmel_pci +atmtcp +atp +atp870u +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +aufs +auo_k1900fb +auo_k1901fb +auo_k190x +auo-pixcir-ts +authenc +authencesn +auth_rpcgss +autofs4 +avma1_cs +avm_cs +avmfritz +ax25 +axnet_cs +b1 +b1dma +b1pci +b1pcmcia +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +bas_gigaset +batman-adv +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bch +bcm203x +bcm3510 +bcm5974 +bcma +bcma-hcd +bcm_wimax +be2iscsi +be2net +befs +belkin_sa +bfa +bfs +bfusb +bh1770glc +bh1780gli +binfmt_misc +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +blowfish-x86_64 +bluecard_cs +bluetooth +bma150 +bmp085-i2c +bmp085-spi +bna +bnep +bnx2 +bnx2fc +bnx2i +bnx2x +bonding +bpa10x +bpck +bpctl_mod +bpqether +bq2415x_charger +bq27x00_battery +br2684 +brcmfmac +brcmsmac +brcmutil +bridge +broadsheetfb +bsd_comp +bt3c_cs +bt819 +bt856 +bt866 +bt878 +btcx-risc +btmrvl +btmrvl_sdio +btrfs +btsdio +bttv +btuart_cs +btusb +btwilink +bu21013_ts +budget +budget-av +budget-ci +budget-core +budget-patch +BusLogic +bw-qcam +bypass +c2port-duramar2150 +c4 +c67x00 +cachefiles +cafe_ccic +cafe_nand +caif +caif_hsi +caif_serial +caif_socket +caif_usb +camellia-aesni-avx-x86_64 +camellia_generic +camellia-x86_64 +can +can-bcm +can-dev +can-gw +can-raw +capi +capidrv +capmode +carl9170 +carminefb +cassini +cast5-avx-x86_64 +cast5_generic +cast6-avx-x86_64 +cast6_generic +cast_common +catc +cb710 +cb710-mmc +cb_das16_cs +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc770 +cc770_isa +cc770_platform +c_can +c_can_pci +c_can_platform +cciss +ccm +cdc-acm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc-phonet +cdc_subset +cdc-wdm +cedusb +ceph +cfag12864b +cfag12864bfb +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +cfspi_slave +ch +ch341 +ch7006 +chipreg +chnl_net +ci13xxx_msm +ci13xxx_pci +cifs +ci_hdrc +cirrus +cirrusfb +ck804xrom +classmate-laptop +clearpad_tm1217 +clip +cls_basic +cls_cgroup +cls_flow +cls_fw +cls_route +cls_rsvp +cls_rsvp6 +cls_tcindex +cls_u32 +cm109 +cm4000_cs +cm4040_cs +cma3000_d0x +cma3000_d0x_i2c +cmtp +cnic +cobra +coda +com20020 +com20020_cs +com20020-pci +com90io +com90xx +comedi +comedi_bond +comedi_fc +comedi_parport +comedi_test +comm +compal-laptop +configfs +contec_pci_dio +cordic +core +coretemp +cp210x +cpcihp_generic +cpcihp_zt5550 +cpia2 +cpqarray +cpu5wdt +cpuid +cpu-notifier-error-inject +c-qcam +cramfs +cr_bllcd +crc7 +crc8 +crc-ccitt +crc-itu-t +crvml +cryptd +cryptoloop +crypto_null +crypto_user +crystalhd +cs5345 +cs53l32a +cs5535-mfd +csiostor +csr_helper +csr_wifi +ct82c710 +ctr +cts +cuse +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx8800 +cx8802 +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx88xx +cxacru +cxd2099 +cxd2820r +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxt1e1 +cy8ctmg110_ts +cyber2000fb +cyberjack +cyclades +cyclomx +cycx_drv +cypress_cy7c63 +cypress_m8 +cytherm +cyttsp_core +cyttsp_i2c +cyttsp_spi +da9030_battery +da9034-ts +da903x +da903x_bl +da9052-battery +da9052_bl +da9052-hwmon +da9052_onkey +da9052-regulator +da9052_tsi +da9052_wdt +da9055-hwmon +da9055_onkey +da9055-regulator +da9055_wdt +DAC960 +daqboard2000 +das08 +das08_cs +db9 +dc395x +dca +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +dccp_probe +dcdbas +ddbridge +de2104x +de4x5 +de600 +de620 +decnet +deflate +defxx +dell-laptop +dell-led +dell_rbu +dell-wmi +dell-wmi-aio +denali +denali_pci +des_generic +dgrp +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dibx000_common +digi_acceleport +diskonchip +divacapi +divadidd +diva_idi +diva_mnt +divas +dl2k +dlci +dlm +dm1105 +dm9601 +dm-bio-prison +dm-bufio +dm-crypt +dm-delay +dme1737 +dmfe +dm-flakey +dmi-sysfs +dm-log +dm-log-userspace +dm-mirror +dm-multipath +dm-persistent-data +dm-queue-length +dm-raid +dm-raid45 +dm-region-hash +dm-round-robin +dm-service-time +dm-snapshot +dm-thin-pool +dm-verity +dmx3191d +dm-zero +dnet +dn_rtmsg +doc2001plus +docecc +docg3 +docg4 +docprobe +dpt_i2o +drbd +drm +drm_kms_helper +drm_usb +drxd +drxk +ds1621 +ds1682 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds620 +dsa_core +dsbr100 +dscc4 +dss1_divert +dst +dst_ca +dstr +dt3000 +dt3155v4l +dt9812 +dtl1_cs +dummy +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb_usb_cypress_firmware +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-friio +dvb-usb-gl861 +dvb-usb-gp8psk +dvb-usb-it913x +dvb-usb-lmedm04 +dvb-usb-m920x +dvb-usb-mxl111sf +dvb-usb-nova-t-usb2 +dvb-usb-opera +dvb-usb-pctv452e +dvb-usb-rtl28xxu +dvb-usb-technisat-usb2 +dvb-usb-ttusb2 +dvb-usb-umt-010 +dvb_usb_v2 +dvb-usb-vp702x +dvb-usb-vp7045 +dwc3 +dwc3-exynos +dwc3-omap +dwc3-pci +dw_dmac +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e4000 +e752x_edac +earth-pt1 +eata +ebt_802_3 +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +ebt_among +ebt_arp +ebt_arpreply +ebt_dnat +ebt_ip +ebt_ip6 +ebt_limit +ebt_log +ebt_mark +ebt_mark_m +ebt_nflog +ebt_pkttype +ebt_redirect +ebt_snat +ebt_stp +ebt_vlan +ec100 +echo +ec_sys +edac_core +edac_mce_amd +edt-ft5x06 +eeepc-laptop +eeepc-wmi +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efs +einj +elo +elsa_cs +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +emc1403 +emc2103 +emc6w201 +em_canid +em_cmp +emi26 +emi62 +em_ipset +em_meta +em_nbyte +empeg +ems_pci +ems_pcmcia +ems_usb +em_text +emu10k1-gp +em_u32 +enc28j60 +enclosure +ene_ir +eni +enic +epat +epia +epic100 +eql +esb2rom +esd_usb2 +esi-sir +esp4 +esp6 +et131x +ethoc +eurotechwdt +evbug +exofs +ext2 +extcon-adc-jack +extcon-arizona +extcon-gpio +extcon-max77693 +extcon-max8997 +ezusb +f2fs +f71805f +f71808e_wdt +f71882fg +f75375s +f81232 +fakelb +fam15h_power +fan53555 +farsync +faulty +fb_ddc +fb_sys_fops +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_cs +fealnx +ff-memless +fintek-cir +firedtv +firestream +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +firewire-serial +fit2 +fit3 +fixed +floppy +fm801-gp +fm_drv +fmvj18x_cs +fnic +forcedeth +fore_200e +freevxfs +friq +frpw +fsa9480 +fscache +fschmd +ft1000 +ft1000_pcmcia +ftdi-elan +ftdi_sio +ftl +fujitsu-laptop +fujitsu-tablet +fujitsu_ts +funsoft +g450_pll +g760a +g_acm_ms +gadgetfs +gamecon +gameport +garmin_gps +garp +g_audio +g_cdc +gcm +g_dbgp +gdmwm +gdth +generic +generic-adc-battery +generic_bl +gen_probe +g_ether +gf128mul +gf2k +g_ffs +gfs2 +ghash-clmulni-intel +ghash-generic +g_hid +gigaset +girbil-sir +gl518sm +gl520sm +gl620a +gluebi +glue_helper +gma500_gfx +g_mass_storage +g_midi +g_ncm +g_nokia +go7007 +go7007-usb +goku_udc +gp2ap002a00f +gpio-74x164 +gpio-addr-flash +gpio-adp5520 +gpio-adp5588 +gpio-amd8111 +gpio-arizona +gpio-charger +gpio-cs5535 +gpio-da9052 +gpio-da9055 +gpio-fan +gpio-generic +gpio-ich +gpio-ir-recv +gpio-it8761e +gpio-janz-ttl +gpio_keys +gpio_keys_polled +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-mc33880 +gpio-mcp23s08 +gpio-ml-ioh +gpio_mouse +gpio-pca953x +gpio-pcf857x +gpio-pch +gpio-rdc321x +gpio-regulator +gpio-sch +gpio_tilt_polled +gpio-tps65912 +gpio-ts5500 +gpio-twl4030 +gpio-twl6040 +gpio_vbus +gpio-viperboard +gpio-vx855 +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +g_printer +gre +grip +grip_mp +gsc_hpdi +g_serial +gspca_benq +gspca_conex +gspca_cpia1 +gspca_etoms +gspca_finepix +gspca_gl860 +gspca_jeilinj +gspca_jl2005bcd +gspca_kinect +gspca_konica +gspca_m5602 +gspca_main +gspca_mars +gspca_mr97310a +gspca_nw80x +gspca_ov519 +gspca_ov534 +gspca_ov534_9 +gspca_pac207 +gspca_pac7302 +gspca_pac7311 +gspca_se401 +gspca_sn9c2028 +gspca_sn9c20x +gspca_sonixb +gspca_sonixj +gspca_spca1528 +gspca_spca500 +gspca_spca501 +gspca_spca505 +gspca_spca506 +gspca_spca508 +gspca_spca561 +gspca_sq905 +gspca_sq905c +gspca_sq930x +gspca_stk014 +gspca_stv0680 +gspca_stv06xx +gspca_sunplus +gspca_t613 +gspca_topro +gspca_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gtco +guillemot +gunze +g_webcam +gx1fb +gxfb +g_zero +hamachi +hampshire +hangcheck-timer +hanwang +hci +hci_uart +hci_vhci +hdaps +hdlc +hdlc_cisco +hdlcdrv +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdpvr +he +hecubafb +hexium_gemini +hexium_orion +hfc4s8s_l1 +hfcmulti +hfcpci +hfcsusb +hfc_usb +hfs +hfsplus +hgafb +hid +hid-a4tech +hid-apple +hid-aureal +hid-axff +hid-belkin +hid-cherry +hid-chicony +hid-cypress +hid-dr +hid-elecom +hid-emsff +hid-ezkey +hid-gaff +hid-generic +hid-gyration +hid-holtekff +hid-holtek-kbd +hid-hyperv +hid-icade +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-lenovo-tpkbd +hid-logitech +hid-logitech-dj +hid-magicmouse +hid-microsoft +hid-monterey +hid-multitouch +hid-ntrig +hid-ortek +hidp +hid-petalynx +hid-picolcd +hid-pl +hid-primax +hid-prodikeys +hid-ps3remote +hid-roccat +hid-roccat-arvo +hid-roccat-common +hid-roccat-isku +hid-roccat-kone +hid-roccat-koneplus +hid-roccat-kovaplus +hid-roccat-lua +hid-roccat-pyra +hid-roccat-savu +hid-saitek +hid-samsung +hid-sensor-accel-3d +hid-sensor-als +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-iio-common +hid-sensor-magn-3d +hid-sensor-trigger +hid-sjoy +hid-sony +hid-speedlink +hid-sunplus +hid-tivo +hid-tmff +hid-topseed +hid-twinhan +hid-uclogic +hid-wacom +hid-waltop +hid-wiimote +hid-zpff +hid-zydacron +hih6130 +hisax +hisax_fcpcipnp +hisax_isac +hisax_st5481 +hmc5843 +hmc6352 +hopper +horizon +hostap +hostap_cs +hostap_pci +hostap_plx +hp100 +hp4x +hp_accel +hpfs +hpilo +hpsa +hptiop +hpwdt +hp-wmi +hsi +hsi_char +hso +htc-pasic3 +hv_balloon +hv_netvsc +hv_storvsc +hv_utils +hv_vmbus +hwa-hc +hwa-rc +hwmon-vid +hwpoison-inject +hysdn +i1480-dfu-usb +i1480-est +i2400m +i2400m-usb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-amd756 +i2c-amd756-s4882 +i2c-amd8111 +i2c-cbus-gpio +i2c-designware-core +i2c-designware-pci +i2c-dev +i2c-diolan-u2c +i2c-eg20t +i2c-gpio +i2c-hid +i2c-i801 +i2c-intel-mid +i2c-isch +i2c-ismt +i2c-matroxfb +i2c-mux +i2c-mux-gpio +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-nforce2 +i2c-nforce2-s4985 +i2c-ocores +i2c-parport +i2c-parport-light +i2c-pca-platform +i2c-piix4 +i2c-scmi +i2c-simtec +i2c-sis5595 +i2c-sis630 +i2c-sis96x +i2c-smbus +i2c-stub +i2c-taos-evm +i2c-tiny-usb +i2c-via +i2c-viapro +i2c-viperboard +i2c-xiic +i2o_block +i2o_bus +i2o_config +i2o_core +i2o_proc +i2o_scsi +i3000_edac +i3200_edac +i5000_edac +i5100_edac +i5400_edac +i5k_amb +i6300esb +i7300_edac +i7300_idle +i740fb +i7core_edac +i810 +i82092 +i82975x_edac +i8k +i915 +ib700wdt +ib_addr +ib_cm +ib_core +ib_ipath +ib_ipoib +ib_iser +ib_mad +ibmaem +ibmasm +ibmasr +ibmpex +ibm_rtl +ib_mthca +ib_qib +ib_sa +ib_srp +ib_srpt +ib_ucm +ib_umad +ib_uverbs +ichxrom +icp_multi +ics932s401 +ideapad-laptop +idmouse +idt77252 +ie6xx_wdt +ieee802154 +ifb +iforce +igb +igbvf +iguanair +iio_dummy +iio_hwmon +iio-trig-gpio +iio-trig-periodic-rtc +iio-trig-sysfs +ii_pci20kc +ili210x +ili9320 +imm +imon +imx074 +ina2xx +industrialio +industrialio-triggered-buffer +inet_diag +inexio +inftl +initio +input-polldev +int51x1 +intelfb +intel_ips +intel_menlow +intel_mid_dma +intel_oaktrail +intel-rng +intel_vr_nor +interact +interval_tree_test +ioatdma +ioc4 +io_edgeport +io_ti +iowarrior +ip6_gre +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6_tables +ip6table_security +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_MASQUERADE +ip6t_mh +ip6t_NPT +ip6t_REJECT +ip6t_rpfilter +ip6t_rt +ip6_tunnel +ipack +ipaq +ipcomp +ipcomp6 +ipddp +ipg +ip_gre +iphase +ipheth +ipip +ipmi_devintf +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_watchdog +ipoctal +ipr +ips +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netport +ip_set_list_set +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +ip_tables +iptable_security +ipt_ah +ipt_CLUSTERIP +ipt_ECN +ipt_MASQUERADE +ipt_REJECT +ipt_rpfilter +ipt_ULOG +ip_vs +ip_vs_dh +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_nq +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_wlc +ip_vs_wrr +ip_vti +ipw +ipw2100 +ipw2200 +ipwireless +ipx +ircomm +ircomm-tty +irda +irda-usb +ir-jvc-decoder +ir-kbd-i2c +irlan +ir-lirc-codec +ir-mce_kbd-decoder +ir-nec-decoder +irnet +ir-rc5-decoder +ir-rc5-sz-decoder +ir-rc6-decoder +ir-sanyo-decoder +ir-sony-decoder +irtty-sir +ir-usb +isci +iscsi_boot_sysfs +iscsi_ibft +iscsi_target_mod +iscsi_tcp +isdn +isdn_bsdcomp +isdnhdlc +isicom +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isofs +isp116x-hcd +isp1301 +isp1362-hcd +isp1704_charger +isp1760 +it87 +it8712f_wdt +it87_wdt +it913x-fe +iTCO_vendor_support +iTCO_wdt +itd1000 +ite-cir +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_c2 +iw_cm +iw_cxgb3 +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlwifi +iw_nes +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsm +k10temp +k8temp +kafs +kalmia +kaweth +kb3886_bl +kbic +kbtab +kcomedilib +ke_counter +kernelcapi +keucr +keyspan +keyspan_pda +keyspan_remote +kfifo_buf +khazad +kingsun-sir +kl5kusb105 +kobil_sct +ks0108 +ks0127 +ks8842 +ks8851 +ks8851_mll +ks959-sir +ksdazzle-sir +ksz884x +ktti +kvaser_pci +kvaser_usb +kvm +kvm-amd +kvm-intel +kxsd9 +kxtj9 +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_ppp +l440gx +l4f00242t03 +l64781 +lanai +lapb +lapbether +latch-addr-flash +lcd +ld9040 +ldusb +lec +leds-88pm860x +leds-adp5520 +leds-bd2802 +leds-blinkm +leds-clevo-mail +leds-da903x +leds-da9052 +leds-dac124s085 +leds-gpio +leds-lm3530 +leds-lm3533 +leds-lm355x +leds-lm3642 +leds-lp3944 +leds-lp5521 +leds-lp5523 +leds-lp8788 +leds-lt3593 +leds-max8997 +leds-mc13783 +leds-ot200 +leds-pca9532 +leds-pca955x +leds-pca9633 +leds-regulator +leds-ss4200 +leds-tca6507 +leds-wm831x-status +leds-wm8350 +ledtrig-backlight +ledtrig-default-on +ledtrig-gpio +ledtrig-heartbeat +ledtrig-oneshot +ledtrig-timer +ledtrig-transient +legousbtower +lg2160 +lgdt3305 +lgdt330x +lgs8gxx +lg-vl600 +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libahci +libceph +libcomposite +libcrc32c +libcxgbi +libertas +libertas_cs +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libore +libosd +libsas +libsrp +lightning +line6usb +lineage-pem +linear +lirc_bt829 +lirc_dev +lirc_igorplugusb +lirc_imon +lirc_parallel +lirc_sasem +lirc_serial +lirc_sir +lirc_zilog +lis3l02dq +lis3lv02d +lis3lv02d_i2c +litelink-sir +lkkbd +llc +llc2 +lm25066 +lm3533-als +lm3533_bl +lm3533-core +lm3533-ctrlbank +lm3630_bl +lm3639_bl +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95241 +lm95245 +lmc +lms283gf05 +lnbp21 +lnbp22 +lockd +logger +lp +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp8788-charger +lpc_ich +lpc_sch +lpddr_cmds +lpfc +lru_cache +lrw +ltc2978 +ltc4151 +ltc4215 +ltc4245 +ltc4261 +ltv350qv +lxfb +m25p80 +m2m-deinterlace +m52790 +m88rs2000 +ma600-sir +mac80211 +mac80211_hwsim +mac802154 +macb +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac_hid +machzwd +mac-iceland +mac-inuit +macmodes +mac-roman +mac-romanian +mac-turkish +macvlan +macvtap +magellan +mantis +mantis_core +map_absent +map_funcs +map_ram +map_rom +matrix-keymap +matrix_keypad +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_DAC1064 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +matroxfb_Ti3026 +matrox_w1 +max1111 +max11801_ts +max1363 +max1586 +max16064 +max16065 +max1619 +max1668 +max17040_battery +max17042_battery +max197 +max2165 +max3100 +max34440 +max517 +max6639 +max6642 +max6650 +max6875 +max7359_keypad +max77686 +max8649 +max8660 +max8688 +max8903_charger +max8907 +max8907-regulator +max8925_bl +max8925_onkey +max8925_power +max8925-regulator +max8952 +max8973-regulator +max8997 +max8997_charger +max8998 +max8998_charger +mb862xxfb +mb86a16 +mb86a20s +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc44s803 +mce_amd_inj +mce-inject +mceusb +mcp2120-sir +mcp251x +mcp3021 +mcp4725 +mcs5000_ts +mcs7780 +mcs7830 +mcs_touchkey +mct_u232 +md4 +mdc800 +mdio +me4000 +me_daq +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +mei +mem2mem_testdev +memory-notifier-error-inject +memstick +metronomefb +metro-usb +meye +mfd +mga +michael_mic +microcode +microtek +minix +mip6 +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +mite +mk712 +mkiss +mlx4_core +mlx4_en +mlx4_ib +mma8450 +mmc_block +mmc_spi +mms114 +mos7720 +mos7840 +moto_modem +moxa +mpoa +mpr121_touchkey +mpt2sas +mpt3sas +mptbase +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mrf24j40 +mrst_max3110 +msdos +msi-laptop +msi-wmi +msp3400 +mspro_block +msr +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt312 +mt352 +mt9m001 +mt9m111 +mt9t031 +mt9t112 +mt9v011 +mt9v022 +mtd +mtd_blkdevs +mtdblock +mtdblock_ro +mtdchar +mtd_dataflash +mtdoops +mtdram +mtdswap +mtip32xx +mtouch +multipath +musb_hdrc +mv88e6060 +mv88e6xxx_drv +mvmdio +mvsas +mv_udc +mvumi +mwave +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mxb +mxl111sf-demod +mxl111sf-tuner +mxl5005s +mxl5007t +mxm-wmi +mxser +myri10ge +n411 +nand +nand_bch +nand_ecc +nand_ids +nandsim +natsemi +navman +nbd +nci +ncpfs +ne2k-pci +neofb +net1080 +net2272 +net2280 +netconsole +netjet +netprio_cgroup +netrom +netsc520 +nettel +netxen_nic +newtonkbd +nfc +nf_conntrack +nf_conntrack_amanda +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_ipv4 +nf_conntrack_ipv6 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_proto_dccp +nf_conntrack_proto_gre +nf_conntrack_proto_sctp +nf_conntrack_proto_udplite +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nfcwilink +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_ipv4 +nf_nat_ipv6 +nf_nat_irc +nf_nat_pptp +nf_nat_proto_dccp +nf_nat_proto_gre +nf_nat_proto_sctp +nf_nat_proto_udplite +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_log +nfnetlink_queue +nfs +nfs_acl +nfsd +nfs_layout_nfsv41_files +nfsv2 +nfsv3 +nfsv4 +nftl +nf_tproxy_core +ngene +n_hdlc +ni_6527 +ni_65xx +ni_660x +ni_670x +nicstar +ni_daq_700 +ni_daq_dio24 +ni_labpc +ni_labpc_cs +nilfs2 +ni_mio_cs +ni_pcidio +ni_pcimio +ni_tio +ni_tiocmd +niu +nls_ascii +nls_cp1250 +nls_cp1251 +nls_cp1255 +nls_cp737 +nls_cp775 +nls_cp850 +nls_cp852 +nls_cp855 +nls_cp857 +nls_cp860 +nls_cp861 +nls_cp862 +nls_cp863 +nls_cp864 +nls_cp865 +nls_cp866 +nls_cp869 +nls_cp874 +nls_cp932 +nls_cp936 +nls_cp949 +nls_cp950 +nls_euc-jp +nls_iso8859-1 +nls_iso8859-13 +nls_iso8859-14 +nls_iso8859-15 +nls_iso8859-2 +nls_iso8859-3 +nls_iso8859-4 +nls_iso8859-5 +nls_iso8859-6 +nls_iso8859-7 +nls_iso8859-9 +nls_koi8-r +nls_koi8-ru +nls_koi8-u +nls_utf8 +nmclan_cs +nop-usb-xceiv +nosy +notifier-error-inject +nouveau +nozomi +n_r3964 +ns558 +ns83820 +nsc-ircc +ntc_thermistor +ntfs +n_tracerouter +n_tracesink +nuvoton-cir +nvidiafb +nvme +nvram +nv_tco +nxt200x +nxt6000 +objlayoutdriver +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stackglue +ocfs2_stack_o2cb +ocfs2_stack_user +ocrdma +old_belkin-sir +omfs +omninet +on20 +on26 +onenand +opencores-kbd +openvswitch +oprofile +opticon +option +or51132 +or51211 +orinoco +orinoco_cs +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +osd +osdblk +osst +oti6858 +output +ov2640 +ov5642 +ov6650 +ov7670 +ov772x +ov9640 +ov9740 +overlayfs +oxu210hp-hcd +ozwpan +p4-clockmod +p54common +p54pci +p54spi +p54usb +p8022 +p8023 +padlock-aes +padlock-sha +palmas-regulator +panasonic-laptop +pandora_bl +panel +paride +parkbd +parport +parport_ax88796 +parport_cs +parport_pc +parport_serial +pata_acpi +pata_ali +pata_amd +pata_arasan_cf +pata_artop +pata_atiixp +pata_atp867x +pata_cmd640 +pata_cmd64x +pata_cs5520 +pata_cs5530 +pata_cs5536 +pata_cypress +pata_efar +pata_hpt366 +pata_hpt37x +pata_hpt3x2n +pata_hpt3x3 +pata_it8213 +pata_it821x +pata_jmicron +pata_legacy +pata_marvell +pata_mpiix +pata_netcell +pata_ninja32 +pata_ns87410 +pata_ns87415 +pata_oldpiix +pata_opti +pata_optidma +pata_pcmcia +pata_pdc2027x +pata_pdc202xx_old +pata_piccolo +pata_platform +pata_radisys +pata_rdc +pata_rz1000 +pata_sc1200 +pata_sch +pata_serverworks +pata_sil680 +pata_sl82c105 +pata_triflex +pata_via +pc300too +pc87360 +pc87413_wdt +pc87427 +pcap_keys +pcap-regulator +pcap_ts +pcbc +pcd +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_can +pch_dma +pch_gbe +pch_phub +pch_uart +pch_udc +pci +pci200syn +pcips2 +pci_slot +pci-stub +pcmcia +pcmcia_core +pcmciamtd +pcmcia_rsrc +pcm_common +pcnet32 +pcnet_cs +pcrypt +pcspkr +pcwd_pci +pcwd_usb +pd +pd6729 +pda_power +pdc_adma +peak_pci +peak_pcmcia +peak_usb +pegasus +penmount +pf +pg +phantom +phison +phonet +phram +physmap +pixcir_i2c_ts +pktcdvd +pktgen +pl2303 +platform_lcd +plat_nand +plat-ram +plip +plusb +pluto2 +plx_pci +pm2fb +pm3fb +pm8001 +pmbus +pmbus_core +pmc551 +pmcraid +pm-notifier-error-inject +pn533 +pn544_i2c +pn_pep +poseidon +powermate +ppa +ppdev +ppp_async +ppp_deflate +ppp_mppe +pppoatm +pppoe +pppox +ppp_synctty +pps_core +pps-gpio +pps-ldisc +pps_parport +pptp +prism2_usb +ps2mult +psmouse +psnap +pt +pti +ptp +ptp_pch +pvrusb2 +pwc +pwm-beeper +pwm_bl +pwm-twl +pwm-twl-led +qcaux +qcserial +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qlogic_cs +qlogicfas408 +qmi_wwan +qnx4 +qnx6 +qt1010 +qt1070 +qt2160 +quatech2 +quatech_daqp_cs +quickstart +quota_tree +quota_v1 +quota_v2 +r128 +r592 +r6040 +r8169 +r8187se +r8192e_pci +r8192u_usb +r852 +r8712u +r8a66597-hcd +r8a66597-udc +radeon +radeonfb +radio-i2c-si470x +radio-keene +radio-maxiradio +radio-mr800 +radio-shark +radio-si4713 +radio-tea5764 +radio-timb +radio-usb-si470x +radio-wl1273 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid6test +raid_class +ramoops +raw +ray_cs +rbd +rbtree_test +rc5t583-regulator +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rcar-phy +rc-asus-pc39 +rc-asus-ps3-100 +rc-ati-tv-wonder-hd-600 +rc-ati-x10 +rc-avermedia +rc-avermedia-a16d +rc-avermedia-cardbus +rc-avermedia-dvbt +rc-avermedia-m135a +rc-avermedia-m733a-rm-k6 +rc-avermedia-rm-ks +rc-avertv-303 +rc-azurewave-ad-tu700 +rc-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +rc-dib0700-nec +rc-dib0700-rc5 +rc-digitalnow-tinytwin +rc-digittrade +rc-dm1105-nec +rc-dntv-live-dvb-t +rc-dntv-live-dvbt-pro +rc-em-terratec +rc-encore-enltv +rc-encore-enltv2 +rc-encore-enltv-fm53 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-imon-mce +rc-imon-pad +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lirc +rc-lme2510 +rc-loopback +rc-manli +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +rc-msi-digivox-ii +rc-msi-digivox-iii +rc-msi-tvanywhere +rc-msi-tvanywhere-plus +rc-nebula +rc-nec-terratec-cinergy-xs +rc-norwood +rc-npgtech +rc-pctv-sedna +rc-pinnacle-color +rc-pinnacle-grey +rc-pinnacle-pctv-hd +rc-pixelview +rc-pixelview-002t +rc-pixelview-mk12 +rc-pixelview-new +rc-powercolor-real-angel +rc-proteus-2309 +rc-purpletv +rc-pv951 +rc-rc6-mce +rc-real-audio-220-32-keys +rc-snapstream-firefly +rc-streamzap +rc-tbs-nec +rc-technisat-usb2 +rc-terratec-cinergy-xs +rc-terratec-slim +rc-terratec-slim-2 +rc-tevii-nec +rc-tivo +rc-total-media-in-hand +rc-trekstor +rc-tt-1500 +rc-twinhan1027 +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-winfast +rc-winfast-usbii-deluxe +rdc321x-southbridge +rdma_cm +rdma_ucm +rds +rds_rdma +rds_tcp +redboot +redrat3 +reed_solomon +regmap-mmio +reiserfs +remoteproc +renesas_usbhs +retu-mfd +retu-pwrbutton +rfc1051 +rfc1201 +rfcomm +rfd_ftl +rfkill-regulator +ring_sw +rio500 +rionet +rivafb +rj54n1cb0c +rmd128 +rmd160 +rmd256 +rmd320 +rndis_host +rndis_wlan +rocket +romfs +rose +rotary_encoder +rpcsec_gss_krb5 +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800pci +rt2800usb +rt2x00lib +rt2x00pci +rt2x00usb +rt61pci +rt73usb +rtc-88pm80x +rtc-88pm860x +rtc-ab3100 +rtc-bq32k +rtc-bq4802 +rtc-da9052 +rtc-da9055 +rtc-ds1286 +rtc-ds1305 +rtc-ds1307 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-ds3234 +rtc-em3027 +rtc-fm3130 +rtc-isl12022 +rtc-isl1208 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max8907 +rtc-max8925 +rtc-max8998 +rtc-mc13xxx +rtc-msm6242 +rtc-pcap +rtc-pcf2123 +rtc-pcf50633 +rtc-pcf8523 +rtc-pcf8563 +rtc-pcf8583 +rtc-r9701 +rtc-rc5t583 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3029c2 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-stk17ta8 +rtc-tps6586x +rtc-tps65910 +rtc-twl +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtd520 +rtl2830 +rtl2832 +rtl8150 +rtl8180 +rtl8187 +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192se +rtl8723ae +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtlwifi +rts5139 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rx51_battery +rxkad +s1d13xxxfb +s2250 +s2250-loader +s2255drv +s2io +s2mps11 +s3fb +s526 +s5h1409 +s5h1411 +s5h1420 +s5m8767 +s626 +s6e63m0 +s921 +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7146 +saa7146_vv +saa7164 +saa717x +saa7185 +saa7706h +safe_serial +salsa20_generic +salsa20-x86_64 +samsung-laptop +samsung-q10 +sata_inic162x +sata_mv +sata_nv +sata_promise +sata_qstor +sata_sil +sata_sil24 +sata_sis +sata_svw +sata_sx4 +sata_uli +sata_via +sata_vsc +savage +savagefb +sb1000 +sb105x +sbc60xxwdt +sbc8360 +sbc_epx_c3 +sbc_fitpc2_wdt +sbc_gxx +sbe-2t3e3 +sb_edac +sbni +sbp_target +sbs +sbs-battery +sbshc +sc1200wdt +sc520cdp +sc520_wdt +sc92031 +sca3000 +scb2_flash +sch311x_wdt +sch5627 +sch5636 +sch56xx-common +sch_atm +sch_cbq +sch_choke +sch_codel +sch_drr +sch_dsmark +sch_fq_codel +sch_gred +sch_hfsc +sch_htb +sch_ingress +sch_mqprio +sch_multiq +sch_netem +sch_plug +sch_prio +sch_qfq +sch_red +sch_sfb +sch_sfq +sch_tbf +sch_teql +scsi_debug +scsi_dh +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_tgt +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_srp +sctp +sctp_probe +sdhci +sdhci-acpi +sdhci-pci +sdhci-pltfm +sdio_uart +sdricoh_cs +sedlbauer_cs +seed +seeq8005 +sep_driver +seqiv +ser_gigaset +serial2002 +serial_cs +serio_raw +sermouse +serpent-avx-x86_64 +serpent_generic +serpent-sse2-x86_64 +serport +serqt_usb2 +ses +sfc +sha1-ssse3 +shark2 +shpchp +sht15 +sht21 +si21xx +si4713-i2c +sidewinder +siemens_mpi +sierra +sierra_net +sil164 +sir-dev +sis +sis190 +sis5595 +sis900 +sis-agp +sisfb +sisusbvga +sit +sja1000 +sja1000_isa +sja1000_platform +skel +skfp +skge +sky2 +sl811_cs +sl811-hcd +slcan +slicoss +slip +slram +sm501 +sm501fb +sm7xxfb +smb347-charger +smc91c92_cs +sm_common +sm_ftl +smm665 +smsc37b787_wdt +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc9420 +smsc95xx +smsc-ircc2 +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-ad1889 +snd-ak4113 +snd-ak4114 +snd-ak4117 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als300 +snd-als4000 +snd-asihpi +snd-atiixp +snd-atiixp-modem +snd-au8810 +snd-au8820 +snd-au8830 +snd-aw2 +snd-azt3328 +snd-bt87x +snd-ca0106 +snd-cmipci +snd-compress +snd-cs4281 +snd-cs46xx +snd-cs5530 +snd-cs5535audio +snd-cs8427 +snd-ctxfi +snd-darla20 +snd-darla24 +snd-dummy +snd-echo3g +snd-emu10k1 +snd-emu10k1-synth +snd-emu10k1x +snd-emux-synth +snd-ens1370 +snd-ens1371 +snd-es1938 +snd-es1968 +snd-firewire-lib +snd-firewire-speakers +snd-fm801 +snd-gina20 +snd-gina24 +snd-hda-codec +snd-hda-codec-analog +snd-hda-codec-ca0110 +snd-hda-codec-ca0132 +snd-hda-codec-cirrus +snd-hda-codec-cmedia +snd-hda-codec-conexant +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-intel +snd-hdsp +snd-hdspm +snd-hrtimer +snd-hwdep +snd-i2c +snd-ice1712 +snd-ice1724 +snd-ice17xx-ak4xxx +snd-indigo +snd-indigodj +snd-indigodjx +snd-indigoio +snd-indigoiox +snd-intel8x0 +snd-intel8x0m +snd-isight +snd-korg1212 +snd-layla20 +snd-layla24 +snd-lola +snd-lx6464es +snd-maestro3 +snd-mia +snd-mixart +snd-mona +snd-mpu401 +snd-mpu401-uart +snd-mtpav +snd-mts64 +snd-nm256 +snd-opl3-lib +snd-opl3-synth +snd-oxygen +snd-oxygen-lib +snd-page-alloc +snd-pcm +snd-pcsp +snd-pcxhr +snd-pdaudiocf +snd-portman2x4 +snd-pt2258 +snd-rawmidi +snd-riptide +snd-rme32 +snd-rme96 +snd-rme9652 +snd-sb16-dsp +snd-sb-common +snd-scs1x +snd-seq +snd-seq-device +snd-seq-dummy +snd-seq-midi +snd-seq-midi-emul +snd-seq-midi-event +snd-seq-virmidi +snd-serial-u16550 +snd-soc-88pm860x +snd-soc-ab8500-codec +snd-soc-ad1836 +snd-soc-ad193x +snd-soc-ad73311 +snd-soc-adau1373 +snd-soc-adav80x +snd-soc-ads117x +snd-soc-ak4104 +snd-soc-ak4535 +snd-soc-ak4641 +snd-soc-ak4642 +snd-soc-ak4671 +snd-soc-alc5623 +snd-soc-alc5632 +snd-soc-arizona +snd-soc-core +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs42l51 +snd-soc-cs42l52 +snd-soc-cs42l73 +snd-soc-cx20442 +snd-soc-da7210 +snd-soc-da732x +snd-soc-da9055 +snd-soc-dfbmcs320 +snd-soc-isabelle +snd-soc-jz4740-codec +snd-soc-l3 +snd-soc-lm4857 +snd-soc-lm49453 +snd-soc-max9768 +snd-soc-max98088 +snd-soc-max98090 +snd-soc-max98095 +snd-soc-max9850 +snd-soc-max9877 +snd-soc-mc13783 +snd-soc-ml26124 +snd-soc-pcm3008 +snd-soc-rt5631 +snd-soc-sgtl5000 +snd-soc-simple-card +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-ssm2602 +snd-soc-sta32x +snd-soc-sta529 +snd-soc-tlv320aic23 +snd-soc-tlv320aic26 +snd-soc-tlv320aic32x4 +snd-soc-tlv320aic3x +snd-soc-tlv320dac33 +snd-soc-tpa6130a2 +snd-soc-twl4030 +snd-soc-twl6040 +snd-soc-uda134x +snd-soc-uda1380 +snd-soc-wl1273 +snd-soc-wm0010 +snd-soc-wm1250-ev1 +snd-soc-wm2000 +snd-soc-wm2200 +snd-soc-wm5100 +snd-soc-wm5102 +snd-soc-wm5110 +snd-soc-wm8350 +snd-soc-wm8400 +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8727 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8782 +snd-soc-wm8804 +snd-soc-wm8900 +snd-soc-wm8903 +snd-soc-wm8904 +snd-soc-wm8940 +snd-soc-wm8955 +snd-soc-wm8960 +snd-soc-wm8961 +snd-soc-wm8962 +snd-soc-wm8971 +snd-soc-wm8974 +snd-soc-wm8978 +snd-soc-wm8983 +snd-soc-wm8985 +snd-soc-wm8988 +snd-soc-wm8990 +snd-soc-wm8991 +snd-soc-wm8993 +snd-soc-wm8994 +snd-soc-wm8995 +snd-soc-wm8996 +snd-soc-wm9081 +snd-soc-wm9090 +snd-soc-wm-adsp +snd-soc-wm-hubs +snd-sonicvibes +snd-tea575x-tuner +snd-timer +snd-trident +snd-ua101 +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usbmidi-lib +snd-usb-us122l +snd-usb-usx2y +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx222 +snd-vx-lib +snd-vxpocket +snd-ymfpci +soc_camera +soc_camera_platform +soc_mediabus +softdog +softing +softing_cs +solo6x10 +solos-pci +sony-laptop +soundcore +sp5100_tco +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntpc +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_decpc +speakup_dectlk +speakup_dtlk +speakup_dummy +speakup_keypc +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +spectrum_cs +speedfax +speedstep-lib +speedtch +spi-altera +spi-bitbang +spi-butterfly +spidev +spi-dw +spi-dw-midpci +spi-gpio +spi_ks8995 +spi-lm70llp +spi-oc-tiny +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-sc18is602 +spi-tle62x0 +spi-topcliff-pch +spi-xcomm +squashfs +ssb +ssb-hcd +ssfdc +sst25l +sstfb +ssu100 +ssv_dnp +st +st1232 +starfire +stb0899 +stb6000 +stb6100 +st_drv +ste_modem_rproc +stex +stinger +stir4200 +stk1160 +stkwebcam +stmmac +stmpe-keypad +stmpe-ts +stowaway +stp +streamzap +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv6110 +stv6110x +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrpc +svcrdma +svgalib +sx8 +sym53c500_cs +sym53c8xx +symbolserial +synaptics_i2c +synaptics_i2c_rmi4 +synaptics_usb +synclink +synclink_cs +synclink_gt +synclinkmp +syscopyarea +sysfillrect +sysimgblt +sysv +t1pci +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +tc3589x-keypad +tca6416-keypad +tca8418_keypad +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_usb_gadget +tcm_vhost +tcp_bic +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_probe +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcrypt +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18271 +tda18271c2dd +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tdfx +tdfxfb +tdo24m +tea +tea5761 +tea5767 +tea6415c +tea6420 +tef6862 +tehuti +tekram-sir +teles_cs +test-kstrtox +test_power +tg3 +tgr192 +thinkpad_acpi +thmc50 +ti-adc081c +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_dac7512 +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +timb_dma +timberdale +timblogiw +timbuart +timed_gpio +timeriomem-rng +tipc +ti_usb_3410_5052 +tlan +tlclk +tm6000 +tm6000-alsa +tm6000-dvb +tmdc +tmiofb +tmp102 +tmp401 +tmp421 +tmscsim +toim3232-sir +topstar-laptop +toshiba_acpi +toshiba_bluetooth +touchit213 +touchright +touchwin +tpci200 +tpm_atmel +tpm_i2c_infineon +tpm_infineon +tpm_nsc +tpm-rng +tpm_tis +tps51632-regulator +tps6105x +tps6105x-regulator +tps62360-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65090-regulator +tps65217 +tps65217_bl +tps65217-regulator +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps80031-regulator +trancevibrator +tranzport +tridentfb +ts5500_flash +ts_bm +tsc2005 +tsc2007 +tsc40 +ts_fsm +ts_kmp +tsl2550 +tsl2563 +tsl2583 +tsl2x7x_core +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +tua6100 +tua9001 +tulip +tuner +tuner-simple +tuner-types +tuner-xc2028 +tunnel4 +tunnel6 +turbografx +tusb6010 +tvaudio +tveeprom +tvp5150 +tw9910 +twidjoy +twl4030_charger +twl4030_keypad +twl4030-madc +twl4030-madc-hwmon +twl4030-pwrbutton +twl4030-vibra +twl4030_wdt +twl6040-vibra +twofish-avx-x86_64 +twofish_common +twofish_generic +twofish-x86_64 +twofish-x86_64-3way +typhoon +u132-hcd +uartlite +ubi +ubifs +ucb1400_core +ucb1400_ts +ucd9000 +ucd9200 +udc-core +udf +udl +udlfb +udp_diag +ueagle-atm +ufs +ufshcd +uhid +uio +uio_aec +uio_cif +uio_dmem_genirq +uio_netx +uio_pci_generic +uio_pdrv +uio_pdrv_genirq +uio_sercos3 +uli526x +umc +umem +ums-alauda +ums-cypress +ums-datafab +ums-eneub6250 +ums-freecom +ums-isd200 +ums-jumpshot +ums-karma +ums-onetouch +ums-realtek +ums-sddr09 +ums-sddr55 +ums-usbat +unioxx5 +unix_diag +upd64031a +upd64083 +uPD98402 +usb8xxx +usbatm +usb_debug +usbdux +usbduxfast +usbduxsigma +usb_gigaset +usbhid +usbip-core +usbip-host +usbkbd +usblcd +usbled +usblp +usbmon +usbmouse +usbnet +usbserial +usbsevseg +usb-storage +usbtest +usbtmc +usbtouchscreen +usbvision +usb_wwan +userspace-consumer +ushc +uss720 +uvcvideo +uvesafb +uwb +v4l2-common +v4l2-int-device +v4l2-mem2mem +vcan +vcnl4000 +ves1820 +ves1x93 +vesafb +veth +vfio +vfio_iommu_type1 +vfio-pci +vga16fb +vgastate +vgg2432a4 +vhci-hcd +vhost_net +via +via686a +via-camera +via-cputemp +viafb +via-ircc +via-rhine +via-rng +via-sdmmc +via-velocity +via_wdt +video +videobuf2-core +videobuf2-dma-contig +videobuf2-memops +videobuf2-vmalloc +videobuf-core +videobuf-dma-contig +videobuf-dma-sg +videobuf-dvb +videobuf-vmalloc +videocodec +videodev +viperboard +viperboard_adc +virtio_balloon +virtio_console +virtio_mmio +virtio-rng +virtio_scsi +virtual +visor +vivi +vivopay-serial +vlsi_ir +vmac +vme +vme_ca91cx42 +vme_pio2 +vme_tsi148 +vme_user +vme_vmivme7805 +vmk80xx +vmlfb +vmw_balloon +vmwgfx +vmw_pvscsi +vmxnet3 +vp27smpx +vpx3220 +vsxxxaa +vt1211 +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxge +vxlan +w1_bq27000 +w1_ds2408 +w1_ds2423 +w1_ds2431 +w1_ds2433 +w1_ds2760 +w1_ds2780 +w1_ds2781 +w1_ds28e04 +w1-gpio +w1_smem +w1_therm +w35und +w5100 +w5300 +w6692 +w83627ehf +w83627hf +w83627hf_wdt +w83697hf_wdt +w83697ug_wdt +w83781d +w83791d +w83792d +w83793 +w83795 +w83877f_wdt +w83977af_ir +w83977f_wdt +w83l785ts +w83l786ng +w9966 +wacom +wacom_i2c +wacom_w8001 +wafer5823wdt +walkera0701 +wanrouter +wanxl +warrior +wbsd +wdt_pci +whci +whci-hcd +whc-rc +whiteheat +wil6210 +wimax +winbond-840 +winbond-cir +wire +wis-ov7640 +wis-saa7113 +wis-saa7115 +wis-sony-tuner +wis-tw2804 +wis-tw9903 +wis-uda1342 +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wl3501_cs +wlags49_h25_cs +wlags49_h2_cs +wlcore +wlcore_sdio +wlcore_spi +wm831x_backup +wm831x_bl +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x_power +wm831x-ts +wm831x_wdt +wm8350-hwmon +wm8350_power +wm8350-regulator +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994-regulator +wm97xx-ts +wmi +wp512 +wusb-cbaf +wusbcore +wusb-wa +x25 +x25_asy +x38_edac +xc4000 +xc5000 +xcbc +xen-blkback +xen-evtchn +xen-fbfront +xenfs +xen-gntalloc +xen-gntdev +xen-kbdfront +xen-netback +xen-pciback +xen-pcifront +xen-privcmd +xen_wdt +xfrm4_mode_beet +xfrm4_mode_transport +xfrm4_mode_tunnel +xfrm4_tunnel +xfrm6_mode_beet +xfrm6_mode_ro +xfrm6_mode_transport +xfrm6_mode_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_ipcomp +xfrm_user +xfs +xgifb +xgmac +xirc2ps_cs +xircom_cb +xo15-ebook +xor +xpad +xprtrdma +x_tables +xt_addrtype +xt_AUDIT +xt_CHECKSUM +xt_CLASSIFY +xt_cluster +xt_comment +xt_connbytes +xt_connlimit +xt_connmark +xt_CONNSECMARK +xt_conntrack +xt_cpu +xt_CT +xt_dccp +xt_devgroup +xt_dscp +xt_DSCP +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_HL +xt_HMARK +xt_IDLETIMER +xt_iprange +xt_ipvs +xtkbd +xt_LED +xt_length +xt_limit +xt_LOG +xt_mac +xt_mark +xt_multiport +xt_nat +xt_NETMAP +xt_nfacct +xt_NFLOG +xt_NFQUEUE +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_RATEEST +xt_realm +xt_recent +xt_REDIRECT +xts +xt_sctp +xt_SECMARK +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_TCPMSS +xt_TCPOPTSTRIP +xt_tcpudp +xt_TEE +xt_time +xt_TPROXY +xt_TRACE +xt_u32 +xusbatm +xz_dec_test +yam +yealink +yellowfin +yenta_socket +yurex +zatm +zaurus +zd1201 +zd1211rw +zhenhua +zio +zl10036 +zl10039 +zl10353 +zl6100 +zlib +zlib_deflate +znet +zr36016 +zr36050 +zr36060 +zr36067 +zr364xx +zram +zte_ev --- linux-lowlatency-3.8.0.orig/debian.master/abi/3.8.0-25.37/amd64/generic.compiler +++ linux-lowlatency-3.8.0/debian.master/abi/3.8.0-25.37/amd64/generic.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3 --- linux-lowlatency-3.8.0.orig/debian.master/abi/3.8.0-19.30/abiname +++ linux-lowlatency-3.8.0/debian.master/abi/3.8.0-19.30/abiname @@ -0,0 +1 @@ +19 --- linux-lowlatency-3.8.0.orig/debian.master/abi/3.8.0-19.30/fwinfo +++ linux-lowlatency-3.8.0/debian.master/abi/3.8.0-19.30/fwinfo @@ -0,0 +1,622 @@ +firmware: 3826.arm +firmware: 3com/typhoon.bin +firmware: 6fire/dmx6fireap.ihx +firmware: 6fire/dmx6firecf.bin +firmware: 6fire/dmx6firel2.ihx +firmware: acenic/tg1.bin +firmware: acenic/tg2.bin +firmware: adaptec/starfire_rx.bin +firmware: adaptec/starfire_tx.bin +firmware: advansys/3550.bin +firmware: advansys/38C0800.bin +firmware: advansys/38C1600.bin +firmware: advansys/mcode.bin +firmware: agere_ap_fw.bin +firmware: agere_sta_fw.bin +firmware: aic94xx-seq.fw +firmware: ar5523.bin +firmware: asihpi/dsp5000.bin +firmware: asihpi/dsp6200.bin +firmware: asihpi/dsp6205.bin +firmware: asihpi/dsp6400.bin +firmware: asihpi/dsp6600.bin +firmware: asihpi/dsp8700.bin +firmware: asihpi/dsp8900.bin +firmware: ath3k-1.fw +firmware: ath6k/AR6003/hw2.0/athwlan.bin.z77 +firmware: ath6k/AR6003/hw2.0/bdata.bin +firmware: ath6k/AR6003/hw2.0/bdata.SD31.bin +firmware: ath6k/AR6003/hw2.0/data.patch.bin +firmware: ath6k/AR6003/hw2.0/otp.bin.z77 +firmware: ath6k/AR6003/hw2.1.1/athwlan.bin +firmware: ath6k/AR6003/hw2.1.1/bdata.bin +firmware: ath6k/AR6003/hw2.1.1/bdata.SD31.bin +firmware: ath6k/AR6003/hw2.1.1/data.patch.bin +firmware: ath6k/AR6003/hw2.1.1/otp.bin +firmware: ath6k/AR6004/hw1.0/bdata.bin +firmware: ath6k/AR6004/hw1.0/bdata.DB132.bin +firmware: ath6k/AR6004/hw1.0/fw.ram.bin +firmware: ath6k/AR6004/hw1.1/bdata.bin +firmware: ath6k/AR6004/hw1.1/bdata.DB132.bin +firmware: ath6k/AR6004/hw1.1/fw.ram.bin +firmware: ath6k/AR6004/hw1.2/bdata.bin +firmware: ath6k/AR6004/hw1.2/fw.ram.bin +firmware: ath6k/AR6004/hw1.3/bdata.bin +firmware: ath6k/AR6004/hw1.3/fw.ram.bin +firmware: atmel_at76c502_3com.bin +firmware: atmel_at76c502_3com-wpa.bin +firmware: atmel_at76c502.bin +firmware: atmel_at76c502d.bin +firmware: atmel_at76c502d-wpa.bin +firmware: atmel_at76c502e.bin +firmware: atmel_at76c502e-wpa.bin +firmware: atmel_at76c502-wpa.bin +firmware: atmel_at76c503-i3861.bin +firmware: atmel_at76c503-i3863.bin +firmware: atmel_at76c503-rfmd-acc.bin +firmware: atmel_at76c503-rfmd.bin +firmware: atmel_at76c504_2958.bin +firmware: atmel_at76c504_2958-wpa.bin +firmware: atmel_at76c504a_2958.bin +firmware: atmel_at76c504a_2958-wpa.bin +firmware: atmel_at76c504.bin +firmware: atmel_at76c504-wpa.bin +firmware: atmel_at76c505amx-rfmd.bin +firmware: atmel_at76c505a-rfmd2958.bin +firmware: atmel_at76c505-rfmd2958.bin +firmware: atmel_at76c505-rfmd.bin +firmware: atmel_at76c506.bin +firmware: atmel_at76c506-wpa.bin +firmware: atmsar11.fw +firmware: av7110/bootcode.bin +firmware: b43legacy/ucode2.fw +firmware: b43legacy/ucode4.fw +firmware: b43/ucode11.fw +firmware: b43/ucode13.fw +firmware: b43/ucode14.fw +firmware: b43/ucode15.fw +firmware: b43/ucode16_mimo.fw +firmware: b43/ucode5.fw +firmware: b43/ucode9.fw +firmware: BCM2033-FW.bin +firmware: BCM2033-MD.hex +firmware: bfubase.frm +firmware: bnx2/bnx2-mips-06-6.2.3.fw +firmware: bnx2/bnx2-mips-09-6.2.1b.fw +firmware: bnx2/bnx2-rv2p-06-6.0.15.fw +firmware: bnx2/bnx2-rv2p-09-6.0.17.fw +firmware: bnx2/bnx2-rv2p-09ax-6.0.17.fw +firmware: bnx2x/bnx2x-e1-7.8.2.0.fw +firmware: bnx2x/bnx2x-e1h-7.8.2.0.fw +firmware: bnx2x/bnx2x-e2-7.8.2.0.fw +firmware: brcm/bcm43xx-0.fw +firmware: brcm/bcm43xx_hdr-0.fw +firmware: brcm/brcmfmac43143.bin +firmware: brcm/brcmfmac43236b.bin +firmware: brcm/brcmfmac43242a.bin +firmware: brcm/brcmfmac-sdio.bin +firmware: brcm/brcmfmac-sdio.txt +firmware: BT3CPCC.bin +firmware: c218tunx.cod +firmware: c320tunx.cod +firmware: carl9170-1.fw +firmware: cbfw-3.1.0.0.bin +firmware: cis/3CCFEM556.cis +firmware: cis/3CXEM556.cis +firmware: cis/COMpad2.cis +firmware: cis/COMpad4.cis +firmware: cis/DP83903.cis +firmware: cis/LA-PCM.cis +firmware: cis/MT5634ZLX.cis +firmware: cis/NE2K.cis +firmware: cis/PCMLM28.cis +firmware: cis/PE-200.cis +firmware: cis/PE520.cis +firmware: cis/RS-COM-2P.cis +firmware: cis/SW_555_SER.cis +firmware: cis/SW_7xx_SER.cis +firmware: cis/SW_8xx_SER.cis +firmware: cis/tamarack.cis +firmware: comedi/jr3pci.idm +firmware: cp204unx.cod +firmware: cpia2/stv0672_vp4.bin +firmware: ct2fw-3.1.0.0.bin +firmware: ctfw-3.1.0.0.bin +firmware: cxgb3/ael2005_opt_edc.bin +firmware: cxgb3/ael2005_twx_edc.bin +firmware: cxgb3/ael2020_twx_edc.bin +firmware: cxgb3/t3b_psram-1.1.0.bin +firmware: cxgb3/t3c_psram-1.1.0.bin +firmware: cxgb3/t3fw-7.12.0.bin +firmware: cxgb4/t4fw.bin +firmware: cyzfirm.bin +firmware: daqboard2000_firmware.bin +firmware: digiface_firmware.bin +firmware: digiface_firmware_rev11.bin +firmware: dvb-cx18-mpc718-mt352.fw +firmware: dvb-fe-af9013.fw +firmware: dvb-fe-ds3000.fw +firmware: dvb-fe-tda10071.fw +firmware: dvb-fe-xc5000-1.6.114.fw +firmware: dvb-fe-xc5000c-4.1.30.7.fw +firmware: dvb-usb-af9015.fw +firmware: dvb-usb-af9035-02.fw +firmware: dvb-usb-dib0700-1.20.fw +firmware: dvb-usb-ec168.fw +firmware: dvb-usb-it9135-01.fw +firmware: dvb-usb-it9135-02.fw +firmware: dvb-usb-it9137-01.fw +firmware: dvb-usb-lme2510c-lg.fw +firmware: dvb-usb-lme2510c-rs2000.fw +firmware: dvb-usb-lme2510c-s0194.fw +firmware: dvb-usb-lme2510c-s7395.fw +firmware: dvb-usb-lme2510-lg.fw +firmware: dvb-usb-lme2510-s0194.fw +firmware: dvb-usb-terratec-h7-az6007.fw +firmware: e100/d101m_ucode.bin +firmware: e100/d101s_ucode.bin +firmware: e100/d102e_ucode.bin +firmware: ea/3g_asic.fw +firmware: ea/darla20_dsp.fw +firmware: ea/darla24_dsp.fw +firmware: ea/echo3g_dsp.fw +firmware: ea/gina20_dsp.fw +firmware: ea/gina24_301_asic.fw +firmware: ea/gina24_301_dsp.fw +firmware: ea/gina24_361_asic.fw +firmware: ea/gina24_361_dsp.fw +firmware: ea/indigo_dj_dsp.fw +firmware: ea/indigo_djx_dsp.fw +firmware: ea/indigo_dsp.fw +firmware: ea/indigo_io_dsp.fw +firmware: ea/indigo_iox_dsp.fw +firmware: ea/layla20_asic.fw +firmware: ea/layla20_dsp.fw +firmware: ea/layla24_1_asic.fw +firmware: ea/layla24_2A_asic.fw +firmware: ea/layla24_2S_asic.fw +firmware: ea/layla24_dsp.fw +firmware: ea/loader_dsp.fw +firmware: ea/mia_dsp.fw +firmware: ea/mona_2_asic.fw +firmware: ea/mona_301_1_asic_48.fw +firmware: ea/mona_301_1_asic_96.fw +firmware: ea/mona_301_dsp.fw +firmware: ea/mona_361_1_asic_48.fw +firmware: ea/mona_361_1_asic_96.fw +firmware: ea/mona_361_dsp.fw +firmware: edgeport/boot2.fw +firmware: edgeport/boot.fw +firmware: edgeport/down2.fw +firmware: edgeport/down3.bin +firmware: edgeport/down.fw +firmware: emi26/bitstream.fw +firmware: emi26/firmware.fw +firmware: emi26/loader.fw +firmware: emi62/bitstream.fw +firmware: emi62/loader.fw +firmware: emi62/spdif.fw +firmware: emu/audio_dock.fw +firmware: emu/emu0404.fw +firmware: emu/emu1010b.fw +firmware: emu/emu1010_notebook.fw +firmware: emu/hana.fw +firmware: emu/micro_dock.fw +firmware: ene-ub6250/ms_init.bin +firmware: ene-ub6250/msp_rdwr.bin +firmware: ene-ub6250/ms_rdwr.bin +firmware: ene-ub6250/sd_init1.bin +firmware: ene-ub6250/sd_init2.bin +firmware: ene-ub6250/sd_rdwr.bin +firmware: ess/maestro3_assp_kernel.fw +firmware: ess/maestro3_assp_minisrc.fw +firmware: f2255usb.bin +firmware: fw.ram.bin +firmware: go7007fw.bin +firmware: go7007tv.bin +firmware: htc_7010.fw +firmware: htc_9271.fw +firmware: i1480-phy-0.0.bin +firmware: i1480-pre-phy-0.0.bin +firmware: i1480-usb-0.0.bin +firmware: i2400m-fw-usb-1.5.sbcf +firmware: i6050-fw-usb-1.5.sbcf +firmware: ipw2100-1.3.fw +firmware: ipw2100-1.3-i.fw +firmware: ipw2100-1.3-p.fw +firmware: ipw2200-bss.fw +firmware: ipw2200-ibss.fw +firmware: ipw2200-sniffer.fw +firmware: isci/isci_firmware.bin +firmware: isdn/ISAR.BIN +firmware: isi4608.bin +firmware: isi4616.bin +firmware: isi608.bin +firmware: isi608em.bin +firmware: isi616em.bin +firmware: isight.fw +firmware: isl3886pci +firmware: isl3886usb +firmware: isl3887usb +firmware: iwlwifi-1000-5.ucode +firmware: iwlwifi-100-5.ucode +firmware: iwlwifi-105-6.ucode +firmware: iwlwifi-135-6.ucode +firmware: iwlwifi-2000-6.ucode +firmware: iwlwifi-2030-6.ucode +firmware: iwlwifi-3160-6.ucode +firmware: iwlwifi-3945-2.ucode +firmware: iwlwifi-4965-2.ucode +firmware: iwlwifi-5000-5.ucode +firmware: iwlwifi-5150-2.ucode +firmware: iwlwifi-6000-4.ucode +firmware: iwlwifi-6000g2a-5.ucode +firmware: iwlwifi-6000g2b-6.ucode +firmware: iwlwifi-6050-5.ucode +firmware: iwlwifi-7260-6.ucode +firmware: kaweth/new_code.bin +firmware: kaweth/new_code_fix.bin +firmware: kaweth/trigger_code.bin +firmware: kaweth/trigger_code_fix.bin +firmware: keyspan/mpr.fw +firmware: keyspan_pda/keyspan_pda.fw +firmware: keyspan_pda/xircom_pgs.fw +firmware: keyspan/usa18x.fw +firmware: keyspan/usa19.fw +firmware: keyspan/usa19qi.fw +firmware: keyspan/usa19qw.fw +firmware: keyspan/usa19w.fw +firmware: keyspan/usa28.fw +firmware: keyspan/usa28xa.fw +firmware: keyspan/usa28xb.fw +firmware: keyspan/usa28x.fw +firmware: keyspan/usa49w.fw +firmware: keyspan/usa49wlc.fw +firmware: korg/k1212.dsp +firmware: lbtf_usb.bin +firmware: lgs8g75.fw +firmware: libertas/cf8305.bin +firmware: libertas/cf8381.bin +firmware: libertas/cf8381_helper.bin +firmware: libertas/cf8385.bin +firmware: libertas/cf8385_helper.bin +firmware: libertas_cs.fw +firmware: libertas_cs_helper.fw +firmware: libertas/gspi8385.bin +firmware: libertas/gspi8385_helper.bin +firmware: libertas/gspi8385_hlp.bin +firmware: libertas/gspi8686.bin +firmware: libertas/gspi8686_hlp.bin +firmware: libertas/gspi8686_v9.bin +firmware: libertas/gspi8686_v9_helper.bin +firmware: libertas/gspi8688.bin +firmware: libertas/gspi8688_helper.bin +firmware: libertas/sd8385.bin +firmware: libertas/sd8385_helper.bin +firmware: libertas/sd8686_v8.bin +firmware: libertas/sd8686_v8_helper.bin +firmware: libertas/sd8686_v9.bin +firmware: libertas/sd8686_v9_helper.bin +firmware: libertas/sd8688.bin +firmware: libertas/sd8688_helper.bin +firmware: libertas/usb8388.bin +firmware: libertas/usb8388_v5.bin +firmware: libertas/usb8388_v9.bin +firmware: libertas/usb8682.bin +firmware: matrox/g200_warp.fw +firmware: matrox/g400_warp.fw +firmware: me2600_firmware.bin +firmware: mixart/miXart8AES.xlx +firmware: mixart/miXart8.elf +firmware: mixart/miXart8.xlx +firmware: mrvl/pcie8766_uapsta.bin +firmware: mrvl/sd8786_uapsta.bin +firmware: mrvl/sd8787_uapsta.bin +firmware: mrvl/sd8797_uapsta.bin +firmware: mrvl/usb8797_uapsta.bin +firmware: mts_cdma.fw +firmware: mts_edge.fw +firmware: mts_gsm.fw +firmware: mts_mt9234mu.fw +firmware: mts_mt9234zba.fw +firmware: multiface_firmware.bin +firmware: multiface_firmware_rev11.bin +firmware: mwl8k/fmimage_8363.fw +firmware: mwl8k/fmimage_8366_ap-2.fw +firmware: mwl8k/fmimage_8366.fw +firmware: mwl8k/fmimage_8687.fw +firmware: mwl8k/helper_8363.fw +firmware: mwl8k/helper_8366.fw +firmware: mwl8k/helper_8687.fw +firmware: myri10ge_ethp_z8e.dat +firmware: myri10ge_eth_z8e.dat +firmware: myri10ge_rss_ethp_z8e.dat +firmware: myri10ge_rss_eth_z8e.dat +firmware: ni6534a.bin +firmware: niscrb01.bin +firmware: niscrb02.bin +firmware: orinoco_ezusb_fw +firmware: ositech/Xilinx7OD.bin +firmware: pca200e_ecd.bin2 +firmware: pcxhr/dspb1222e.b56 +firmware: pcxhr/dspb1222hr.b56 +firmware: pcxhr/dspb882e.b56 +firmware: pcxhr/dspb882hr.b56 +firmware: pcxhr/dspb924.b56 +firmware: pcxhr/dspd1222.d56 +firmware: pcxhr/dspd222.d56 +firmware: pcxhr/dspd882.d56 +firmware: pcxhr/dspe882.e56 +firmware: pcxhr/dspe924.e56 +firmware: pcxhr/xlxc1222e.dat +firmware: pcxhr/xlxc1222hr.dat +firmware: pcxhr/xlxc222.dat +firmware: pcxhr/xlxc882e.dat +firmware: pcxhr/xlxc882hr.dat +firmware: pcxhr/xlxc924.dat +firmware: pcxhr/xlxint.dat +firmware: phanfw.bin +firmware: prism2_ru.fw +firmware: prism_ap_fw.bin +firmware: prism_sta_fw.bin +firmware: ql2100_fw.bin +firmware: ql2200_fw.bin +firmware: ql2300_fw.bin +firmware: ql2322_fw.bin +firmware: ql2400_fw.bin +firmware: ql2500_fw.bin +firmware: qlogic/1040.bin +firmware: qlogic/12160.bin +firmware: qlogic/1280.bin +firmware: qlogic/sd7220.fw +firmware: r128/r128_cce.bin +firmware: radeon/ARUBA_me.bin +firmware: radeon/ARUBA_pfp.bin +firmware: radeon/ARUBA_rlc.bin +firmware: radeon/BARTS_mc.bin +firmware: radeon/BARTS_me.bin +firmware: radeon/BARTS_pfp.bin +firmware: radeon/BTC_rlc.bin +firmware: radeon/CAICOS_mc.bin +firmware: radeon/CAICOS_me.bin +firmware: radeon/CAICOS_pfp.bin +firmware: radeon/CAYMAN_mc.bin +firmware: radeon/CAYMAN_me.bin +firmware: radeon/CAYMAN_pfp.bin +firmware: radeon/CAYMAN_rlc.bin +firmware: radeon/CEDAR_me.bin +firmware: radeon/CEDAR_pfp.bin +firmware: radeon/CEDAR_rlc.bin +firmware: radeon/CYPRESS_me.bin +firmware: radeon/CYPRESS_pfp.bin +firmware: radeon/CYPRESS_rlc.bin +firmware: radeon/JUNIPER_me.bin +firmware: radeon/JUNIPER_pfp.bin +firmware: radeon/JUNIPER_rlc.bin +firmware: radeon/PALM_me.bin +firmware: radeon/PALM_pfp.bin +firmware: radeon/PITCAIRN_ce.bin +firmware: radeon/PITCAIRN_mc.bin +firmware: radeon/PITCAIRN_me.bin +firmware: radeon/PITCAIRN_pfp.bin +firmware: radeon/PITCAIRN_rlc.bin +firmware: radeon/R100_cp.bin +firmware: radeon/R200_cp.bin +firmware: radeon/R300_cp.bin +firmware: radeon/R420_cp.bin +firmware: radeon/R520_cp.bin +firmware: radeon/R600_me.bin +firmware: radeon/R600_pfp.bin +firmware: radeon/R600_rlc.bin +firmware: radeon/R700_rlc.bin +firmware: radeon/REDWOOD_me.bin +firmware: radeon/REDWOOD_pfp.bin +firmware: radeon/REDWOOD_rlc.bin +firmware: radeon/RS600_cp.bin +firmware: radeon/RS690_cp.bin +firmware: radeon/RS780_me.bin +firmware: radeon/RS780_pfp.bin +firmware: radeon/RV610_me.bin +firmware: radeon/RV610_pfp.bin +firmware: radeon/RV620_me.bin +firmware: radeon/RV620_pfp.bin +firmware: radeon/RV630_me.bin +firmware: radeon/RV630_pfp.bin +firmware: radeon/RV635_me.bin +firmware: radeon/RV635_pfp.bin +firmware: radeon/RV670_me.bin +firmware: radeon/RV670_pfp.bin +firmware: radeon/RV710_me.bin +firmware: radeon/RV710_pfp.bin +firmware: radeon/RV730_me.bin +firmware: radeon/RV730_pfp.bin +firmware: radeon/RV770_me.bin +firmware: radeon/RV770_pfp.bin +firmware: radeon/SUMO2_me.bin +firmware: radeon/SUMO2_pfp.bin +firmware: radeon/SUMO_me.bin +firmware: radeon/SUMO_pfp.bin +firmware: radeon/SUMO_rlc.bin +firmware: radeon/TAHITI_ce.bin +firmware: radeon/TAHITI_mc.bin +firmware: radeon/TAHITI_me.bin +firmware: radeon/TAHITI_pfp.bin +firmware: radeon/TAHITI_rlc.bin +firmware: radeon/TURKS_mc.bin +firmware: radeon/TURKS_me.bin +firmware: radeon/TURKS_pfp.bin +firmware: radeon/VERDE_ce.bin +firmware: radeon/VERDE_mc.bin +firmware: radeon/VERDE_me.bin +firmware: radeon/VERDE_pfp.bin +firmware: radeon/VERDE_rlc.bin +firmware: riptide.hex +firmware: rpm_firmware.bin +firmware: rt2561.bin +firmware: rt2561s.bin +firmware: rt2661.bin +firmware: rt2860.bin +firmware: rt2870.bin +firmware: rt73.bin +firmware: RTL8192E/boot.img +firmware: RTL8192E/data.img +firmware: RTL8192E/main.img +firmware: RTL8192U/boot.img +firmware: RTL8192U/data.img +firmware: RTL8192U/main.img +firmware: rtl_nic/rtl8105e-1.fw +firmware: rtl_nic/rtl8106e-1.fw +firmware: rtl_nic/rtl8168d-1.fw +firmware: rtl_nic/rtl8168d-2.fw +firmware: rtl_nic/rtl8168e-1.fw +firmware: rtl_nic/rtl8168e-2.fw +firmware: rtl_nic/rtl8168e-3.fw +firmware: rtl_nic/rtl8168f-1.fw +firmware: rtl_nic/rtl8168f-2.fw +firmware: rtl_nic/rtl8168g-1.fw +firmware: rtl_nic/rtl8402-1.fw +firmware: rtl_nic/rtl8411-1.fw +firmware: rtlwifi/rtl8192cfw.bin +firmware: rtlwifi/rtl8192cfwU_B.bin +firmware: rtlwifi/rtl8192cfwU.bin +firmware: rtlwifi/rtl8192cufw.bin +firmware: rtlwifi/rtl8192defw.bin +firmware: rtlwifi/rtl8192sefw.bin +firmware: rtlwifi/rtl8712u.bin +firmware: rtlwifi/rtl8723aefw_B.bin +firmware: rtlwifi/rtl8723aefw.bin +firmware: s2250.fw +firmware: s2250_loader.fw +firmware: sb16/alaw_main.csp +firmware: sb16/ima_adpcm_capture.csp +firmware: sb16/ima_adpcm_init.csp +firmware: sb16/ima_adpcm_playback.csp +firmware: sb16/mulaw_main.csp +firmware: scope.cod +firmware: sd8385.bin +firmware: sd8385_helper.bin +firmware: sd8686.bin +firmware: sd8686_helper.bin +firmware: sd8688.bin +firmware: sd8688_helper.bin +firmware: slicoss/gbdownload.sys +firmware: slicoss/gbrcvucode.sys +firmware: slicoss/oasisdownload.sys +firmware: slicoss/oasisrcvucode.sys +firmware: sndscape.co0 +firmware: sndscape.co1 +firmware: sndscape.co2 +firmware: sndscape.co3 +firmware: sndscape.co4 +firmware: softing-4.6/bcard2.bin +firmware: softing-4.6/bcard.bin +firmware: softing-4.6/cancard.bin +firmware: softing-4.6/cancrd2.bin +firmware: softing-4.6/cansja.bin +firmware: softing-4.6/ldcard2.bin +firmware: softing-4.6/ldcard.bin +firmware: solos-db-FPGA.bin +firmware: solos-Firmware.bin +firmware: solos-FPGA.bin +firmware: sun/cassini.bin +firmware: symbol_sp24t_prim_fw +firmware: symbol_sp24t_sec_fw +firmware: tehuti/bdx.bin +firmware: ti_3410.fw +firmware: ti_5052.fw +firmware: ti-connectivity/wl1271-nvs.bin +firmware: ti-connectivity/wl127x-fw-5-mr.bin +firmware: ti-connectivity/wl127x-fw-5-plt.bin +firmware: ti-connectivity/wl127x-fw-5-sr.bin +firmware: ti-connectivity/wl128x-fw-5-mr.bin +firmware: ti-connectivity/wl128x-fw-5-plt.bin +firmware: ti-connectivity/wl128x-fw-5-sr.bin +firmware: ti-connectivity/wl18xx-fw.bin +firmware: tigon/tg3.bin +firmware: tigon/tg3_tso5.bin +firmware: tigon/tg3_tso.bin +firmware: tlg2300_firmware.bin +firmware: ttusb-budget/dspbootcode.bin +firmware: turtlebeach/msndinit.bin +firmware: turtlebeach/msndperm.bin +firmware: turtlebeach/pndsperm.bin +firmware: turtlebeach/pndspini.bin +firmware: ueagle-atm/930-fpga.bin +firmware: ueagle-atm/adi930.fw +firmware: ueagle-atm/CMV4i.bin +firmware: ueagle-atm/CMV4i.bin.v2 +firmware: ueagle-atm/CMV4p.bin +firmware: ueagle-atm/CMV4p.bin.v2 +firmware: ueagle-atm/CMV9i.bin +firmware: ueagle-atm/CMV9i.bin.v2 +firmware: ueagle-atm/CMV9p.bin +firmware: ueagle-atm/CMV9p.bin.v2 +firmware: ueagle-atm/CMVei.bin +firmware: ueagle-atm/CMVei.bin.v2 +firmware: ueagle-atm/CMVep.bin +firmware: ueagle-atm/CMVep.bin.v2 +firmware: ueagle-atm/DSP4i.bin +firmware: ueagle-atm/DSP4p.bin +firmware: ueagle-atm/DSP9i.bin +firmware: ueagle-atm/DSP9p.bin +firmware: ueagle-atm/DSPei.bin +firmware: ueagle-atm/DSPep.bin +firmware: ueagle-atm/eagle.fw +firmware: ueagle-atm/eagleI.fw +firmware: ueagle-atm/eagleII.fw +firmware: ueagle-atm/eagleIII.fw +firmware: ueagle-atm/eagleIV.fw +firmware: usb8388.bin +firmware: usbduxfast_firmware.bin +firmware: usbdux_firmware.bin +firmware: usbduxsigma_firmware.bin +firmware: v4l-cx231xx-avcore-01.fw +firmware: v4l-cx23418-apu.fw +firmware: v4l-cx23418-cpu.fw +firmware: v4l-cx23418-dig.fw +firmware: v4l-cx2341x-dec.fw +firmware: v4l-cx2341x-enc.fw +firmware: v4l-cx2341x-init.mpg +firmware: v4l-cx23885-avcore-01.fw +firmware: v4l-cx23885-enc.fw +firmware: v4l-cx25840.fw +firmware: v4l-pvrusb2-24xxx-01.fw +firmware: v4l-pvrusb2-29xxx-01.fw +firmware: v4l-pvrusb2-73xxx-01.fw +firmware: vicam/firmware.fw +firmware: vntwusb.fw +firmware: vx/bd56002.boot +firmware: vx/bd563s3.boot +firmware: vx/bd563v2.boot +firmware: vx/bx_1_vp4.b56 +firmware: vx/bx_1_vxp.b56 +firmware: vxge/X3fw.ncf +firmware: vxge/X3fw-pxe.ncf +firmware: vx/l_1_v22.d56 +firmware: vx/l_1_vp4.d56 +firmware: vx/l_1_vx2.d56 +firmware: vx/l_1_vxp.d56 +firmware: vx/x1_1_vp4.xlx +firmware: vx/x1_1_vx2.xlx +firmware: vx/x1_1_vxp.xlx +firmware: vx/x1_2_v22.xlx +firmware: wavefront.os +firmware: whiteheat.fw +firmware: whiteheat_loader.fw +firmware: wl1251-fw.bin +firmware: xc3028L-v36.fw +firmware: xc3028-v27.fw +firmware: yam/1200.bin +firmware: yam/9600.bin +firmware: yamaha/ds1_ctrl.fw +firmware: yamaha/ds1_dsp.fw +firmware: yamaha/ds1e_ctrl.fw +firmware: yamaha/yss225_registers.bin +firmware: zd1201-ap.fw +firmware: zd1201.fw +firmware: zd1211/zd1211b_ub +firmware: zd1211/zd1211b_uphr +firmware: zd1211/zd1211b_ur +firmware: zd1211/zd1211_ub +firmware: zd1211/zd1211_uphr +firmware: zd1211/zd1211_ur --- linux-lowlatency-3.8.0.orig/debian.master/abi/3.8.0-19.30/i386/generic +++ linux-lowlatency-3.8.0/debian.master/abi/3.8.0-19.30/i386/generic @@ -0,0 +1,14479 @@ +EXPORT_SYMBOL arch/x86/kvm/kvm 0x5c1964cd kvm_read_guest_atomic +EXPORT_SYMBOL arch/x86/kvm/kvm 0xc4c5a4af kvm_cpu_has_pending_timer +EXPORT_SYMBOL arch/x86/platform/scx200/scx200 0x254e5667 scx200_gpio_base +EXPORT_SYMBOL arch/x86/platform/scx200/scx200 0x35a3c008 scx200_gpio_configure +EXPORT_SYMBOL arch/x86/platform/scx200/scx200 0x8cfa375c scx200_gpio_shadow +EXPORT_SYMBOL arch/x86/platform/scx200/scx200 0x907665bd scx200_cb_base +EXPORT_SYMBOL crypto/gf128mul 0x0c2f123f gf128mul_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x1068004b gf128mul_bbe +EXPORT_SYMBOL crypto/gf128mul 0x2f2889a0 gf128mul_init_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x384ef9ce gf128mul_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x56af0dbd gf128mul_x_ble +EXPORT_SYMBOL crypto/gf128mul 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL crypto/gf128mul 0xbd17a0df gf128mul_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0xc0890413 gf128mul_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/acpi/video 0x1bf78441 acpi_video_get_edid +EXPORT_SYMBOL drivers/acpi/video 0x7a45377b acpi_video_unregister +EXPORT_SYMBOL drivers/acpi/video 0x8826c13b acpi_video_register +EXPORT_SYMBOL drivers/atm/suni 0x5eb18147 suni_init +EXPORT_SYMBOL drivers/atm/uPD98402 0x31b0ca21 uPD98402_init +EXPORT_SYMBOL drivers/bcma/bcma 0x2ba0cb9b bcma_core_dma_translation +EXPORT_SYMBOL drivers/block/drbd/drbd 0x35131b36 drbd_role_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0x7730f22d drbd_conn_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0xaf27bebf drbd_disk_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0xd2943484 drbd_set_st_err_str +EXPORT_SYMBOL drivers/block/paride/paride 0x1e1941a5 paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0x2761aeb4 pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0x35b70d9a pi_do_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x466c36b7 pi_read_block +EXPORT_SYMBOL drivers/block/paride/paride 0x5caf211d pi_disconnect +EXPORT_SYMBOL drivers/block/paride/paride 0x672228d8 pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0x6e4c89dd pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0xaa50aced pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xbe76e555 pi_write_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xe5051e12 pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0xec5a4124 pi_release +EXPORT_SYMBOL drivers/block/paride/paride 0xfd216b48 paride_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1348760d ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x16dcec76 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1a10c898 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1aba5db8 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1d30a5af ipmi_smi_add_proc_entry +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x40f2b10c ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x423b776a ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c971bec ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x524f6f51 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5e80f37c ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5fcdcc05 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67cb9784 ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x7240a885 ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x725eea81 ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x78fd36e7 ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8c8ee770 ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96cbcc81 ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa28a2ace ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa2a98b91 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xda09fa32 ipmi_register_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe0ee2c6e ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe0fa83f2 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe6ab72a6 ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf2576cb9 ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfcb77cfd ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/nsc_gpio 0xa0c551eb nsc_gpio_read +EXPORT_SYMBOL drivers/char/nsc_gpio 0xd2564e0b nsc_gpio_write +EXPORT_SYMBOL drivers/char/nsc_gpio 0xf7c5e5a9 nsc_gpio_dump +EXPORT_SYMBOL drivers/char/nvram 0x0f28cb91 nvram_read_byte +EXPORT_SYMBOL drivers/char/nvram 0x17ff2c1d __nvram_read_byte +EXPORT_SYMBOL drivers/char/nvram 0x2adec1e0 __nvram_check_checksum +EXPORT_SYMBOL drivers/char/nvram 0x7da28f12 nvram_check_checksum +EXPORT_SYMBOL drivers/char/nvram 0x9ce3f83f nvram_write_byte +EXPORT_SYMBOL drivers/char/nvram 0xa8813189 __nvram_write_byte +EXPORT_SYMBOL drivers/dma/dw_dmac 0x2d9ce511 dw_dma_generic_filter +EXPORT_SYMBOL drivers/dma/dw_dmac 0x38f9894f dw_dma_cyclic_prep +EXPORT_SYMBOL drivers/dma/dw_dmac 0x7575712b dw_dma_get_src_addr +EXPORT_SYMBOL drivers/dma/dw_dmac 0x964a262a dw_dma_cyclic_start +EXPORT_SYMBOL drivers/dma/dw_dmac 0xcc4aa5a1 dw_dma_cyclic_free +EXPORT_SYMBOL drivers/dma/dw_dmac 0xe5f6e3ec dw_dma_cyclic_stop +EXPORT_SYMBOL drivers/dma/dw_dmac 0xfcd173f6 dw_dma_get_dst_addr +EXPORT_SYMBOL drivers/edac/edac_core 0x60397a5b edac_mc_find +EXPORT_SYMBOL drivers/firewire/firewire-core 0x01eb5837 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0366c593 fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x04dd92ce fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x11ecd46b fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x16e91e21 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0x207d4a06 fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2c594169 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x375cf658 fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0x38e47bd9 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3911daf2 fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0x39bb3b9a fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3a3f6009 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c371f4a fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4788e9c4 fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4d5d4eca fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5283d20d fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5b02f7d4 fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0x65b3c727 fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0x65c9438b fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x66a93a6c fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6cd94d1b fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6f7bf4fe fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7577af10 fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7e431b14 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x90863005 fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa1fe4d65 fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa55d22aa fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa840cfbd fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd19b4342 fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd992a611 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0xde9685c6 fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe74e2b45 fw_core_remove_card +EXPORT_SYMBOL drivers/firmware/dcdbas 0xa75079d6 dcdbas_smi_request +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0027326e drm_mm_clean +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02e6e099 drm_mode_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a0ccdf5 drm_mode_create_dithering_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ae4b94c drm_ht_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b2ee161 drm_agp_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0bb3cd9b drm_vblank_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0bca79c5 drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c430ee9 drm_irq_uninstall +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ca81641 drm_mm_init_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fccafb1 drm_global_item_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x104a6d8c drm_ati_pcigart_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11065515 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11fb5aa3 drm_connector_unplug_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12c6276a drm_buffer_read_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12ea1c75 drm_mm_insert_node_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x142b8b35 drm_buffer_copy_from_user +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1443e2d9 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14a52922 drm_gem_object_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15934cab drm_prime_add_imported_buf_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x160bd4d1 drm_unplug_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17fd309b drm_mode_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17fd88be drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18667b79 drm_core_ioremap_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x194eadaa drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19621a52 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a67a1cb drm_agp_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a770ac3 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b88f3c0 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d5d12b5 drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e0c998a drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1eba81ff drm_mm_search_free_in_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20645642 drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2133a32f drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x21d4ad87 drm_unbind_agp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2337808e drm_mode_detachmode_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2563b1ae drm_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29901d82 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2cc53ab3 drm_pcie_get_speed_cap_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3074f033 drm_order +EXPORT_SYMBOL drivers/gpu/drm/drm 0x30cb2ed3 drm_agp_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x316de8f0 drm_prime_destroy_file_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33022635 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x330a1567 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x346127a7 drm_global_item_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3558e5f5 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x364f52f9 drm_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3814c30b drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a4f7ae drm_format_num_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38f8313a drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39ec0b2d drm_agp_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ac1fef9 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b9d009a drm_format_plane_cpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c599856 drm_addbufs_agp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c5dd832 drm_mm_put_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ce22934 drm_vblank_post_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3eb37b9d drm_ht_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3fdc7825 drm_mm_pre_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4097429a drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4128fb97 drm_idlelock_take +EXPORT_SYMBOL drivers/gpu/drm/drm 0x416defd2 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43384bd9 drm_buffer_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4492742c drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x44a0c113 drm_mode_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46c8f814 drm_mode_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x47cbef76 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x498dcb5e drm_ut_debug_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49a6216e drm_get_minor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a7e301d drm_agp_bind_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c227fc0 drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c511235 drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4dbcb172 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ea1f5a2 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x543f8f64 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55d803d6 drm_get_pci_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x561b8414 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56d59ea3 drm_pci_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x570b8d67 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57f40dcb drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59b67e94 drm_addmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a90dae9 drm_mode_group_init_legacy_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ae051af drm_mm_insert_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5b941918 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5eafb8e9 drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f3a6851 drm_get_platform_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60a23c94 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60a5bd85 drm_vblank_pre_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x617cf89a drm_mm_debug_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x629c05e1 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63c74655 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65287ba8 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67d87c44 drm_edid_to_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b14bccc drm_mode_cea_vic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b427a4a drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b6d7375 drm_timestamp_precision +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6bcbc581 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cee2e42 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e8e5aa1 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ee3e89c drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ee961a4 drm_mm_insert_node_in_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f090540 drm_mm_get_block_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f78dcff drm_agp_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x706d361e drm_free_agp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72869e54 drm_rmmap_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72c6f550 drm_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74845f3b drm_get_encoder_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76aafed9 drm_platform_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7940d24f drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a4e7297 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b42b5d4 drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7be1deb7 drm_select_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7caae388 drm_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7df2c9b5 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80135f00 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80310690 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x824f3ce6 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x856697ad drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8678cb9e drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x869f1f00 drm_mode_attachmode_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x872b8bbf drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8775d99b drm_mm_search_free_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x878f1d30 drm_global_mutex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x889b0979 drm_core_reclaim_buffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8933b649 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8be4f30c drm_getsarea +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c510862 drm_find_cea_extension +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8de13715 drm_format_vert_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dfb019d drm_buffer_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e09a9ec drm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eff9111 drm_ht_find_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f7df3a7 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x909eb20a drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92eac824 drm_calc_vbltimestamp_from_scanoutpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92eb946f drm_mode_validate_clocks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9531fce2 drm_sysfs_connector_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x964191aa drm_fill_in_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9745d638 drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x97e9ffb8 drm_ati_pcigart_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98aebea7 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98c02bb3 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9af2a638 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1eabd87 drm_mode_list_concat +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa44943f8 drm_framebuffer_reference +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5ce976d drm_mode_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa65f42a3 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa7f1fbb8 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa915713d drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa713432 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa931baa drm_gem_object_handle_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad2875e8 drm_pci_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae26bba3 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2ead560 drm_mm_get_block_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3c3c10d drm_put_minor +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4136b85 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4e47e76 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb52bd282 drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb951dc43 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb95beb55 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba2d0719 drm_mode_hsync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba6b70c3 drm_fasync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba9f1be1 drm_pci_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb67088f drm_mode_connector_detach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbccfc229 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe001c53 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbedefb51 drm_prime_lookup_imported_buf_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf8dd3f3 drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0911386 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0f00d8c drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc25a61ec drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc2ba75e5 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc35f2695 drm_mm_init_scan_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc414c422 drm_vblank_offdelay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc544cd25 drm_mode_create_dirty_info_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc58e32c8 drm_mode_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6f7d579 drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc83f7697 drm_mm_dump_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc8a3d867 drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca45efbc drm_format_horz_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb1beab5 drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb8c0c75 drm_idlelock_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcce59d1e drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd0fc417 drm_ht_just_insert_please +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd6151ab drm_irq_install +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcda91c46 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2335101 drm_fb_get_bpp_depth +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2547d7e drm_prime_sg_to_page_addr_arrays +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd3a686ba drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4768e54 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd84c3dff drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd84e1c53 drm_mm_insert_node_in_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda892c9a drm_prime_remove_imported_buf_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbb5a9f5 drm_ht_remove_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc2a041a drm_rmmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xddf2b1d1 drm_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf522147 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2161e18 drm_agp_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2b3f73a drm_get_last_vbltimestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2e164b4 drm_core_ioremapfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe42af223 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe6f46e6e drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7197773 drm_ht_insert_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe96ad38a drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9e79525 drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb3823ea drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xebf8dd99 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xec0e765f drm_platform_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xec1def2a drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeceb2f1f drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed642ee0 drm_pci_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed7f8889 drm_sysfs_connector_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeefb379b drm_addbufs_pci +EXPORT_SYMBOL drivers/gpu/drm/drm 0xefa561b7 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf093981e drm_prime_init_file_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0e6e19a drm_agp_unbind +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf146d884 drm_get_connector_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf21bacad drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4a139eb drm_core_ioremap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4eec182 drm_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8eaac77 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9989254 drm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfaada972 drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb14ed31 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfbd5f6c3 drm_agp_bind +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfce858ae drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfcf7a257 drm_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd99dcb2 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe4842f8 drm_framebuffer_unreference +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff0fd414 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffc6c87a drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x000ad701 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0055655b drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x099be794 drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0d1b6fd8 drm_fb_helper_single_add_all_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x18a18c6d drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x197c2d71 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1afeef81 drm_fb_helper_single_fb_probe +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x210adb18 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d7a787f drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3219e7e6 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3ccde77e drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x483e2a7f drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x680202fc drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6928010f drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x69f6e845 drm_fb_helper_fill_fix +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x711a004a drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7b5c9aed drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x88d4d7cd drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8acddbb5 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9135d0a3 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99df5aa7 drm_fb_helper_restore_fbdev_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9d251144 drm_fb_helper_panic +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9ea030f4 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9faba387 drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8d6809d drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaaba628d drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb37a0603 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb4442ec2 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xba44faa3 drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc469c244 drm_fb_helper_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc7fd39bb drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd02c73c7 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd5d8b6b8 drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd67f58a3 i2c_dp_aux_add_bus +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe4d74396 drm_fb_helper_fill_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe922af76 drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf2a5f7d1 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf571033a drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf6a282f8 drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf78e97b0 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf7d517a5 drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfa8c8519 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfee43a69 drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x24d3c3b2 drm_get_usb_dev +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x26036bb8 drm_usb_init +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x3d47f433 drm_usb_exit +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0b3c8c38 ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0d1180f3 ttm_base_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0e1d746f ttm_agp_tt_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x102b04d4 ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x132b05be ttm_round_pot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x14a82394 ttm_bo_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x17d67f3d ttm_object_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x17e48a1d ttm_base_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x19db1305 ttm_read_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1d3430c4 ttm_dma_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x20019cbc ttm_bo_wait_unreserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x266d8a60 ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x27110ab5 ttm_mem_global_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2ac5bb42 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b476f86 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b54aa9a ttm_object_file_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2de3c6e7 ttm_bo_unreserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3183d519 ttm_suspend_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x31cddedd ttm_mem_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3d6a779b ttm_write_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x400f16ab ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4ae27bf1 ttm_pool_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4cda2c61 ttm_bo_mem_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4d1eea63 ttm_base_object_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4d3ac4e8 ttm_agp_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4e0a05d2 ttm_bo_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x57f395ff ttm_tt_set_placement_caching +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5cf59609 ttm_bo_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5de21d7c ttm_bo_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x61bdb34f ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x67b1d568 ttm_bo_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x69558cd7 ttm_vt_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x741d9160 ttm_fbdev_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7586fb3a ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x80d86f0e ttm_object_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x81283266 ttm_bo_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x839f202c ttm_bo_synccpu_write_grab +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x843bbefc ttm_bo_swapout_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x86a4066d ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x92ff2cf9 ttm_bo_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9642cec4 ttm_bo_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x998e45c0 ttm_ref_object_base_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9e510628 ttm_pool_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa14042eb ttm_bo_evict_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa4b7fa3e ttm_bo_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa822b180 ttm_mem_global_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa95a4711 ttm_read_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb7902d7f ttm_ref_object_add +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbb854fd9 ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbceab961 ttm_page_alloc_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbd51692c ttm_write_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbf75c2d0 ttm_bo_dma_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc2f7a143 ttm_suspend_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc4d0888d ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc4dd9317 ttm_dma_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc65bec1b ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc6e29aa9 ttm_bo_clean_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc6e97fa8 ttm_agp_tt_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcc16f448 ttm_mem_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcc5243ab ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcf7dc5c5 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd6eb9be2 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xda46289f ttm_bo_synccpu_write_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdbf32d07 ttm_lock_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdc753ea6 ttm_bo_init_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xea296d21 ttm_bo_manager_func +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xee4a19bf ttm_vt_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xeed478a1 ttm_bo_move_ttm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf0cc5da9 ttm_tt_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf6e3a025 ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfbc2c5ec ttm_object_file_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfd877f37 ttm_bo_acc_size +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xa95ea8eb vmbus_sendpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xd9678ea4 vmbus_recvpacket +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x0903c239 vid_from_reg +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0xef1c781c vid_which_vrm +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0e2a6864 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0f5877d4 sch56xx_read_virtual_reg16 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x110c2d06 sch56xx_watchdog_register +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x34257f35 sch56xx_watchdog_unregister +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xe5022f95 sch56xx_read_virtual_reg12 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xed1d2a08 sch56xx_write_virtual_reg +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x20c0cfe6 i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x74835a42 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xeaae774b i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xcb6da64a i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xf4ee30a5 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x15919df4 amd756_smbus +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x53e2b5e8 hid_sensor_read_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xa573f1a8 hid_sensor_write_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xbaa1805a hid_sensor_parse_common_attributes +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xce1e4ab0 hid_sensor_write_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xcf88b5e3 hid_sensor_read_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x86f663ee hid_sensor_setup_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0xe5268d64 hid_sensor_remove_trigger +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0x175c6e3e adis_enable_irq +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0xda02403e adis_debugfs_reg_access +EXPORT_SYMBOL drivers/iio/industrialio 0x036f9474 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x1f0b53a6 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x303c18a1 iio_buffer_store_enable +EXPORT_SYMBOL drivers/iio/industrialio 0x45929dba iio_buffer_register +EXPORT_SYMBOL drivers/iio/industrialio 0x56e73471 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0x593f73a8 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0x5cdae2ee iio_triggered_buffer_postenable +EXPORT_SYMBOL drivers/iio/industrialio 0x6029ddde iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x6785ac02 iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0x6c71c694 iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0x6dbadc88 iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x70af0cd2 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x7f8facbe iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0x8553fcf6 iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x93f6f039 iio_buffer_read_length +EXPORT_SYMBOL drivers/iio/industrialio 0x957c7c66 iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x96a768fb iio_buffer_write_length +EXPORT_SYMBOL drivers/iio/industrialio 0x9d59dc60 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0xa259142a iio_buffer_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xa890a2c4 iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0xb69a4e65 iio_triggered_buffer_predisable +EXPORT_SYMBOL drivers/iio/industrialio 0xb8028c73 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xf0ef9e82 iio_sw_buffer_preenable +EXPORT_SYMBOL drivers/iio/industrialio 0xf219d36e iio_buffer_show_enable +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0xeb4e692b iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0xf68e69b4 iio_triggered_buffer_setup +EXPORT_SYMBOL drivers/iio/kfifo_buf 0xc9187149 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/kfifo_buf 0xed044748 iio_kfifo_free +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x37838b44 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x467d4298 rdma_copy_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x8ed679ff rdma_addr_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x9d1f522d rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0xb93baf0d rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0xc0bf4edc rdma_addr_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x12d0054f ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x14d0d78d ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x20f66a57 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x2ca74121 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x43e33708 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5481c697 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x555f4b95 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x87bfc265 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x91e89dd6 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x92278918 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9dffb49e ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa4184842 ib_send_cm_apr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xab020e22 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb1642526 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xcae61085 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xec8e3abe ib_send_cm_lap +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf3b78a05 cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0077b57c ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x06c82fcf mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c1b9ac1 ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1103e165 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1429706d ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x14f84918 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x15c60383 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x171f99f1 ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b8432f0 ib_alloc_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1bfa33ed ib_get_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1d69e97c ib_umem_page_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e491a04 ib_unmap_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1eb3b6c0 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1efc991f ib_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x208d891b ib_free_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x218ceb65 ib_modify_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2aa31a1b ib_init_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ed6e386 ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x32f9392e ib_destroy_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x34cca8a8 ib_dereg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39e85bcf ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x44b7766d ib_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x461de506 ib_fmr_pool_unmap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4dcebf0f ib_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50dbc447 ib_flush_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x520b2638 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x527003d9 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5ee348f0 ib_dealloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x622b54d9 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6262740d ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x64d6657b ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x66cb95c1 ib_fmr_pool_map_phys +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x696c4b03 ib_rereg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6a28b139 ib_destroy_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b90c343 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e0b1ca7 ib_query_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x71ca36ee ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x750b7e0d ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x79b7ebb8 ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7a0e329d ib_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7aa096a3 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7bcdad56 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7ecb458d ib_create_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7f592db4 ib_alloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x81f7241e ib_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x89c23ef0 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8ff35286 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x95914989 ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x96ce6c46 rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x97114a8f ib_alloc_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x979753ea ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9805336d ib_destroy_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9b8f4773 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9e7f2f15 ib_get_dma_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa7700db4 ib_create_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb192d882 ib_get_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1a312e1 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb3b543eb ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb40fe947 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb8a045a3 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb8c474b0 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb92a3dbb ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbded8ed1 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbf8b15f8 ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc0f5a32a ib_create_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc2257f74 ib_alloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32b59ff ib_destroy_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc398de36 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc5233753 ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc67f14a5 ibnl_remove_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc7776e94 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcbc5ea60 ib_find_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xce754cfd ib_dealloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd1529c94 ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd65b0d48 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdda1de4d ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe287340a ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe35483ef ib_query_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe867b17c ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9d0058c ibnl_add_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xee6daa77 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf159defe ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfa1a8b68 ib_dealloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfa52861c ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfad853a7 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc150956 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xffec812d ib_reg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x07d62101 ib_process_mad_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x15e0c29f ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x3620a00c ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x3ce6631c ib_register_mad_snoop +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x4d0bfd2f ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x58163cff ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6f077fcf ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x7b5d4b7a ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x81df91f0 ib_cancel_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x89bd31ce ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x946d5d27 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x998b5fd3 ib_redirect_mad_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xad279e68 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xba02c6f6 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xc595a134 ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x09724055 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x576fdbac ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x60637dc1 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x6e44fd9f ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x8001438f ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x8eb925d7 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xb997d5d4 ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xce080d32 ib_init_ah_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xde9c0a01 ib_sa_service_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xe0d86120 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xf6b6444b ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x02f847bc ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x07cf5a51 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x18382f6a ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x184f3575 ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x05ad5e61 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x43ea4ad9 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5df07179 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6f7859bd iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x8d7e9dde iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xddd2c552 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xe2e77e36 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xeeb397ef iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0718316b rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1648b56e rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1d4bbf65 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1efeec15 rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x338c6993 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x44769f73 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8bc0226c rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x91861cde rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x94347173 rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9e00d9b7 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9e4f07d9 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9e846a49 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa0028a15 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa13c4f82 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa7964dbd rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa9dd40eb rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xac71c819 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xcc67c49d rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xdecf9e56 rdma_set_ib_paths +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe6ce578f rdma_destroy_qp +EXPORT_SYMBOL drivers/input/gameport/gameport 0x331734c9 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x3949b0b3 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x4300594a gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x4f211f19 gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0x6fd318ea gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x871da4de gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0x98cd7666 __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0xd6577c20 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xf681cf37 gameport_unregister_driver +EXPORT_SYMBOL drivers/input/input-polldev 0x4824869b input_unregister_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0x6bee7172 input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xbdf131b4 input_free_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xe2fde61b input_register_polled_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0xf3f3e782 matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x72cb254c ad714x_remove +EXPORT_SYMBOL drivers/input/misc/ad714x 0x8b42b4d9 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0xebbef72d ad714x_enable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xfc08cf8b ad714x_disable +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x18a9fddb cma3000_init +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x892d76b2 cma3000_resume +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x89d9444e cma3000_exit +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xca3f100a cma3000_suspend +EXPORT_SYMBOL drivers/input/sparse-keymap 0x316bf522 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x4033e361 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0x5681840d sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0x5af38412 sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0x5bcd5f66 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xf21b482d sparse_keymap_free +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x97f83edf ad7879_remove +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xddbf06c9 ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xddd5f9fb ad7879_pm_ops +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x04403fcf unregister_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x064317a4 attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x07dc1cbb capi_ctr_suspend_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x14f2aa5a capi20_get_version +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x16da5074 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2329b9da capi20_register +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2b8eab1f capilib_free_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2baa6586 capilib_new_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x31c24aa4 capi20_isinstalled +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x45636e5a capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x47d3fc51 capi_info2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x50b33ca4 capi_cmsg2message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6057c6f3 capi_message2cmsg +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x61505ad2 detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x62e32d43 capilib_data_b3_conf +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x71e8d5ba capilib_data_b3_req +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7a33596c capi20_get_serial +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7e6f1307 capi20_get_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x88b5cf63 capi20_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8f699913 capilib_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9f823278 register_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xa7c4fd6c capi_message2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xaa165d27 capilib_release_appl +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb19fda8d capi_cmd2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb60e5e5f capi_cmsg_header +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xbfbc0f27 capi_ctr_resume_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc10fe128 cdebbuf_free +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe19a11ac capi20_get_profile +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe8ad9bd1 capi_cmsg2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xed061606 capi20_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xeeb1d136 capi20_put_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xfb03f516 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x00abc51d b1_alloc_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x0388971b avmcard_dma_free +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x1244d3ec b1_loaded +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x18c978c5 b1_free_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x3b6783d5 b1_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x3b7deb2b b1_parse_version +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x5f2f0dc0 avmcard_dma_alloc +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x72beb945 b1_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x7fe980bc b1_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x84258f58 b1_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x85f09690 b1_irq_table +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x9fb9df57 b1_load_config +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xb9a83d26 b1ctl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xcea983d3 b1_getrevision +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xdfd28376 b1_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xf129323d b1_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xf52c21ea b1_load_t4file +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xfa10fee4 b1_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x101dd573 b1dma_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x30ac7fcf b1dma_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x701cf5a6 b1dmactl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x7322f71f b1dma_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x87d07b9d t1pci_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x9a9d312e b1dma_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xb931de6b b1pciv4_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xd6f9f1ea b1dma_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xdff209c1 b1dma_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xed81061b b1dma_reset +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0x29562993 b1pcmcia_delcard +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xaec3240e b1pcmcia_addcard_m1 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xea620116 b1pcmcia_addcard_m2 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xf14bf8b1 b1pcmcia_addcard_b1 +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x2974ead1 DIVA_DIDD_Read +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x7b8d37dd proc_net_eicon +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x075ac474 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x2935c1ac mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x6ab4a6ba mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x90d13986 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x58fe5a8d mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x683829ab mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x07f4f2ce hisax_unregister +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x148f0c99 FsmFree +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x7f29ce36 FsmInitTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x93a64734 FsmChangeState +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x9df0cd27 FsmEvent +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xb71dfdd0 hisax_init_pcmcia +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xe227344e FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xee93522c hisax_register +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xf0a16657 FsmNew +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xfc27303b HiSax_closecard +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xff2db2cf FsmDelTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x09f660c5 isac_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x36dfdb74 isac_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x3f3b323a isac_d_l2l1 +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x5995dfcb isac_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x6397936f isacsx_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xbcf72e91 isacsx_setup +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x1d6e1c80 isdn_ppp_register_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x9c1fa88d isdn_ppp_unregister_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x9fc82bcb register_isdn +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xfa06820f isdn_register_divert +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x3b71e4fc isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x59cc8a7e isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x8ee38862 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0xfd9d4c09 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x034efb73 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2fef4504 mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x325e26d8 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3828721d mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4591c54f get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4b2e1419 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x54451388 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x59a2b84f create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x614ede30 mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x69b9389f mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6d035c1a queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x79165c2e dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7a8132ae mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7b6b96e4 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7c0eb663 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7d814bb4 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7e1942dc recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7e6e31ff bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8480464e mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8a4e99fb mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x96309324 mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa7001c05 mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb43608f6 recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xbc2b9912 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc654a574 recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd285995f mISDN_clock_get +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd490960e mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5145151 mISDN_FsmEvent +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe87943cf mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xed368925 recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf9e7832f mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x60721da7 dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xa215f1b2 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/md/dm-log 0xd949e00c dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0xe218e09f dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0xed44f7cb dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0xfc0562ee dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0xb227fefc dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0xd518c4ac dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0xd6a09fca dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0xde06a0fc dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0xf2bf8c67 dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0xfabb59b8 dm_snap_origin +EXPORT_SYMBOL drivers/md/raid456 0x3fbbc509 raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x20b6b85b flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x35cd801c flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x3aa3c309 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x50d9939d flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x52ea2360 flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x656101ea flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x7357d37f flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x861a4fcf flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x949bcc2d flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xa67c0ce6 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xb5c36c6b flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xd619df91 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf587ada7 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x08ef1a5a dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x090d5c96 dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x101a29b8 dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x17523ce7 dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x196f1ac1 dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1d2b3188 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1fb7c879 dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x237f7910 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2483a166 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x25115507 dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x28cac563 dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2c93ca27 dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2cc09be5 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x300f2abb dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4c70c35a dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x55293c5d dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6f3a7a47 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x70b81598 dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7136483c dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x74a5a698 dvb_filter_pes2ts_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x782935d0 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x787cf030 dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80e3832d dvb_filter_get_ac3info +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8b1ed584 dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x94b643a6 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x95ef6d1b dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x987dcfde dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa0db7e70 dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xac4ca1b0 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xae7de632 dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb60c5b93 dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb72b5fa0 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb8c8951d dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc8616bb7 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd3ee7530 dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd3fb29d4 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd68a099e timeval_usec_diff +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe12f3ee5 dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe5ae8707 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe9216f10 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xebf3261f dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xee4fa60d dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf826deb0 dvb_filter_pes2ts +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfcc0ed9c dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-frontends/a8293 0xe845a281 a8293_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9013 0xd95500c7 af9013_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9033 0x2aca8cb5 af9033_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0x9d62761c atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x1eec55fa au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x36c7fb6c au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x466c11b7 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x5ea64aeb au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x73240143 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x79dd0667 au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xb9f683df au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xd2b3dbaa au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xeb0bf7aa au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0x40774364 au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0x849c6496 bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0xdefb7d2d cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0x2f37c569 cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0x915410b3 cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x37a2630e cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0xbac21bfa cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0x2ebc835d cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x7f933da4 cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0xa6f61b59 cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0xd9c521af cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x1c317928 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xa0662fae dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xb1381b79 dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xc2ea78fb dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xd4625852 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x04b77c61 dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x056c444d dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x09dbd713 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x22f4deb6 dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x2ad73c5b dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x61edb189 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x64b1ba1a dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x7a98a67c dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xa5755be9 dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xa934337a dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xbc5badb6 dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc1dfca28 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xdfc94167 dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe248ce73 dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xf5f1b833 dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0xa5c55f9c dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x3e01a79a dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x582652c5 dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x74c98ac3 dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xb4a53838 dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xe1757eb1 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xe6d3c9ad dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x039da211 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x19c1811c dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x2b41168d dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xc4b9983e dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x0517a104 dib7000p_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x077d44e2 dib7000p_get_agc_values +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x4248d408 dib7090_slave_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x4bb53749 dib7000p_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x4f5012bf dib7090_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x7f98e04f dib7000p_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x985a8883 dib7090_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x9c55056a dib7090_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xc03758e5 dib7000pc_detection +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xca533563 dib7000p_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xd4cdb487 dib7000p_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xd9e28963 dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xdcd72b7d dib7000p_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xe88ed06c dib7000p_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xeed5bedb dib7000p_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x07728899 dib8096p_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x1663c746 dib8000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x2d20003f dib8000_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x3535f4c5 dib8000_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x386d7a9a dib8000_remove_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x487b6afc dib8000_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x586f7155 dib8096p_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x6a61942d dib8000_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x6bb7301e dib8090p_get_dc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x6dec4356 dib8000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x73a3dbb3 dib8000_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x7685c305 dib8000_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x7db647e0 dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xb5b539b5 dib8000_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xc02daea5 dib8000_pwm_agc_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xdfbbfc3e dib8000_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xf186a0a1 dib8000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xf4599d7f dib8000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xf9aff166 dib8000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x0004e985 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x0a2aec4d dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x0b5a5d0c dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x0dd3ecc1 dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x97f7dead dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xad3ad91c systime +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x254430a1 drxd_config_i2c +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x8876d09f drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0x24d5e049 drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0xe3755395 ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0xbfb9e95b dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0x87e62405 ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0x821bec1d isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0x74a698df isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0x014f9732 isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/it913x-fe 0x04fdbd55 it913x_fe_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0x764903c1 itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0x432adbfc ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0xb7ff2df5 l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0x1958a1d6 lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0xd9211e7c lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0x4457eb8f lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0x1b5fef28 lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xc8105c59 lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xde9b59a1 lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0x8a2c5d8a lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0xbdbf0a78 m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0x92fb1dab mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0x8301acfa mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0xf9b52661 mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0x42115294 mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0x44a58539 nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0x3c3ea5c8 nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0xd8e200ac or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0x42d79c98 or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0x835452d0 rtl2830_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0xee2ca26a rtl2830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0xd48eb52b rtl2832_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0x40d26bb2 s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0xc38489c5 s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x8cbe62a8 s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0xc1f186d6 s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0x0883347c s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0x0dc2c4d1 si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp8870 0xc5df2370 sp8870_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0x5de89992 sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0x47995f8d stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0x18c64cf1 stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0xf550202b stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0xbf171878 stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0x7cc105d5 stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0x11e2c30e stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x58959283 stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xc25f0aac stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0xbcebfd86 stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0x7d6c85c6 stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0xae352c88 stv090x_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0xc7fd5408 stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0x223a28e0 stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0xda09950b tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0x4b6dc3e2 tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0x27ff0c69 tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0x86766a44 tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0xb0dd30be tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10071 0xc2974a15 tda10071_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0xc7171649 tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0x532ff769 tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0x5103c069 tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0x52e7766e tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0x905cc759 tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0x500a5d34 tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0x47b0fe07 ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0xad4951c5 ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0x939dc27a zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0x0672f9fe zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0x2d1f9101 zl10353_attach +EXPORT_SYMBOL drivers/media/i2c/btcx-risc 0x14529381 btcx_riscmem_alloc +EXPORT_SYMBOL drivers/media/i2c/btcx-risc 0x495e4b0c btcx_calc_skips +EXPORT_SYMBOL drivers/media/i2c/btcx-risc 0x8c884c6b btcx_riscmem_free +EXPORT_SYMBOL drivers/media/i2c/btcx-risc 0xad2fe38b btcx_sort_clips +EXPORT_SYMBOL drivers/media/i2c/btcx-risc 0xc368f8e6 btcx_align +EXPORT_SYMBOL drivers/media/i2c/btcx-risc 0xcda0ded2 btcx_screen_clips +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0x1ca0c084 cx2341x_log_status +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0x2f25eee2 cx2341x_update +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0x3db8be82 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0x4ff9939a cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0x5b88faf6 cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0xa774682f cx2341x_handler_init +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0xc184ec1e cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0xc317caf6 cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0xcf76ce95 cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0xcf8b77a4 cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0xd9afa7dc cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/i2c/tveeprom 0x9db2f704 tveeprom_read +EXPORT_SYMBOL drivers/media/i2c/tveeprom 0xe4b972d8 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x704fd1ef flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x809b5a23 flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x88b614ee flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x94482503 flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xe1075987 flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xed84effb flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xf129817b flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x621b0249 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xbc5975f9 bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xdf4f7437 bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xec78ef8d bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x043eb9f1 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbf159be7 bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xd702b05d bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x221c8669 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x25b1d107 dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x6179ba38 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x6419b65a dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x6c3c03d4 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x829d4242 dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x957be91a dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xd572aadd rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe94b8c9c dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xfb21c5ef read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0xa052d0df dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x102a82c8 cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x31e94599 cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x674eead5 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x689afe8f cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xd2d83356 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x0453c69d altera_pid_feed_control +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x20b31c98 altera_ci_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x3b032546 altera_hw_filt_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x9247b72f altera_hw_filt_release +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xdb3faf38 altera_ci_release +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xe66b9812 altera_ci_irq +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x3300f187 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x33c59dbe cx25821_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x471e1cfb cx25821_devlist +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x67cc5b8b cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x6b1ec8d4 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x74f4e889 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x784853c3 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x8477c788 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x8a060da8 cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xa9dfcd42 cx25821_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xae4a729d cx25821_devlist_mutex +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xcf09c60a cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x372a1e09 vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xa529334e vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x841987d1 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x90dd1400 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x9d48b4ee cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xa0e6c1c8 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x21129a7e cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x2470ac7f cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x3b2c5535 cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x64cf0cb1 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x8c3e835b cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xd588dd3d cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0db48af9 cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x14e0f470 cx88_risc_stopper +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1ece3fc3 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x22e384d3 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x29fc0125 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2d70c5f8 cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2fa5756c cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3f3bb43e cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x40715c6f cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4216fc84 cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4a0df64e cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x62811b51 cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7642ed3c cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x79af0267 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7d776560 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8f98e2d5 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa588b85b cx88_free_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb042c374 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbe896397 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd8a60516 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe220d9ca cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe9d90a09 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf347090f cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf622d101 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x0564e6c5 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x393736fc ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3d56be48 ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4465284e ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x471ff524 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x508b4a94 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x50b4b3f4 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x50d62cac ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x5125be93 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x813d1883 ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x958421a4 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x971a5568 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa527c2da ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc70dae76 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd68fe91d ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf2c0744c ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf7e1d27a ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x14dfecc6 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x23e3bdea saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x4c36d564 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x5fb8c02d saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x64c36ae2 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x6828faec saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x6edbca2c saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x87a56c2b saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8fe0e8b7 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb18845d2 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xc3dca110 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xe0071b4e saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xec72a8e9 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0x6759039a ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xc3e4c127 ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x22696884 videocodec_detach +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x33c7cac7 videocodec_unregister +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x54ed4b61 videocodec_register +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x77357882 videocodec_attach +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x0805a73b soc_camera_lock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x524c43b4 soc_camera_power_on +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x5e793647 soc_camera_xlate_by_fourcc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x7d08dbc4 soc_camera_host_register +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x9f9a5f83 soc_camera_power_off +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xc593f0c0 soc_camera_apply_board_flags +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xee8b9f53 soc_camera_host_unregister +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xf3e44163 soc_camera_unlock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x2fc57265 soc_mbus_find_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x31477397 soc_mbus_get_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x61871f65 soc_mbus_bytes_per_line +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x7371455d soc_mbus_samples_per_pixel +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xc8b28da5 soc_mbus_config_compatible +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xde30e6b9 soc_mbus_image_size +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x0201c2a1 lirc_dev_fop_write +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x04dca738 lirc_unregister_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x3f1516b6 lirc_dev_fop_poll +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x4d2fa6da lirc_get_pdata +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xb4f7337f lirc_dev_fop_read +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xd102b21e lirc_dev_fop_ioctl +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xd7d43be6 lirc_dev_fop_open +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xe2cfc669 lirc_register_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xfd1be48b lirc_dev_fop_close +EXPORT_SYMBOL drivers/media/rc/rc-core 0xaa1a8119 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0xc002e033 ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/tuners/e4000 0x28b094c9 e4000_attach +EXPORT_SYMBOL drivers/media/tuners/fc0011 0x1a9d9589 fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0xa9a29bcc fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x292bcc0a fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x5f755af3 fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xe500a70a fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc2580 0xca336cdc fc2580_attach +EXPORT_SYMBOL drivers/media/tuners/max2165 0x98d7e7d2 max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0x4898cf4a mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0xf7d2a74c mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0xd1f6980a mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0xf6cead68 mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0x972b241f mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0x0a6b88e8 qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18212 0xef560cf7 tda18212_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0x465573e8 tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tua9001 0x0d3dd81e tua9001_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x0cb4b189 tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/tuner-xc2028 0xa5455323 xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0xc1668a14 xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0x3f1b0d36 xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x174271c5 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xfd0a79bb cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_cypress_firmware 0x66653077 usbv2_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_cypress_firmware 0xbed7a3dd dvb_usbv2_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x3fb104ad dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x4bb88e47 dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xa2b2d34e dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xbaf61b9a dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xc036b889 dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xd2e7db33 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xf9c03a5d dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x172f93e6 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x37d3313f dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x3fa31186 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x8444f6cc dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xb6db0a24 dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xbdbb0a7b dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xe0f598ed dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x13e247e0 rc_map_af9005_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0xa9cfaaea af9005_rc_decode +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0xd4e288db rc_map_af9005_table_size +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x2393c348 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x4314c7fe dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x489c546f dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x4d0f1034 dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x522f3477 dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x5735ff49 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xa1ac9bd3 dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xaafecf94 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb044b0e9 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb47559e0 rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb4b57054 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xe56b7412 dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x2717aa7f em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xe3bca601 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x1e2f5cc5 gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x5bb3c191 gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x6a7e34ae gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x6c67d9b8 gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x8ab797ff gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9f548f89 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xab4fd0f9 gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xe5fedd89 gspca_resume +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0xc1a2786b tm6000_init_digital_mode +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0xc4c91df1 tm6000_unregister_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0xd4ddc298 tm6000_register_extension +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x1764d38e ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x3ca3d244 ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x42c8e001 v4l2_ctrl_next +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x4adaf0f3 v4l2_ctrl_query_menu_valid_items +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x4ed5e0d7 v4l2_chip_match_host +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x52b234b7 v4l2_chip_match_i2c_client +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x53c9394f v4l2_ctrl_query_menu +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x5f96a661 v4l2_ctrl_check +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xabe27502 v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xeceea95e v4l2_chip_ident_i2c_client +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x1512a3c2 v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x459e133f v4l2_m2m_get_curr_priv +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x46e41bcd v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xfdfe3c68 v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x04225497 videobuf_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x08589284 videobuf_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x3b6faff8 videobuf_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x7fba3522 videobuf_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xb2eebc66 videobuf_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xdfdc0ce5 videobuf_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-core 0x031b816a vb2_querybuf +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x045f9bed v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x062c9cee v4l2_ctrl_add_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x06967bc2 v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x087ec7d4 v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x09467836 v4l2_subdev_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0d8916a0 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x184f54ef v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1a15207f v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1a1afc53 v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1bccbf61 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x20a34836 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2f6bf03e v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x31b2e5ae v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x36a69433 video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x39366fb2 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3adbd595 v4l2_field_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bdd0f94 v4l2_prio_change +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x48bbf152 v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x48d4cadd v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x495426ee v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x53e6af5d v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x58384615 v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5a07eab2 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5e5f6928 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x63a0442c v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x66e044f2 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6df6b9c8 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6f12287a v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x76138b65 v4l2_subdev_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x79661d3b video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a3cd015 v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x801a2fa0 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x827daf30 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8b5813e7 v4l2_subdev_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8b93dc3c v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9398451d v4l2_subdev_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9b3fb146 v4l2_ctrl_handler_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9c740032 v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa4955708 video_usercopy +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb029da57 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbac4a225 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbdd2b92a v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc12cf8f8 v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc7f4c1ba v4l2_subdev_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xccf34e57 v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcd75def4 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd2ae46b6 v4l2_subdev_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd34b0c47 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd87f3ac5 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xda486e3d v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdd7565b9 v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdeca885d v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe6fce6f2 v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xeb2b98b0 v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfa1ff784 v4l2_subdev_s_ext_ctrls +EXPORT_SYMBOL drivers/memstick/core/memstick 0x0ba03f79 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x19cffa36 memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x1b1dfec1 memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x1c9a488a memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x3942141b memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0x48b6cf25 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5d820a02 memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x7916a4a2 memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x954c7ff8 memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa26413af memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa5987a36 memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xd92714d0 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xf3a51a30 memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xf8a5cef4 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/host/r592 0x52f1b23b memstick_debug_get_tpc_name +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0610c744 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x06e0e079 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x192f58cf mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1a4bd705 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2184c480 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x22ee9ac6 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x29933f83 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2a7cbcc2 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2ae45497 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x31640673 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3459b033 mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4526289b mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x58554fa3 mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5abbdddf mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5e674260 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5faa781a mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6295d622 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x645fa629 mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x64a9336b mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x66247cd2 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x78414e7d mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8c9df8fe mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9eb80563 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbf6003ac mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc0e69f82 mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc47c22e8 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd9a92a75 mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdc08f436 mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd8a5517 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdf1d7345 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe2bca54b mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf302287a mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf3f3c70f mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x08e8aeed mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x13cf4de3 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1ee402e8 mptscsih_proc_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x288f7ebf mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2b02dd69 mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2cc56051 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2d1aba7c mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3ed2645e mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x41905837 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x44a4983a mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4da108d3 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x593bf2b6 mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5a97a8bc mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6563ef49 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x667aa9e6 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x71dc8ca1 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8f7010ea mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa4b45932 mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc0b0cbe7 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc0f3cae3 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc35d66d8 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc42d0816 mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc79b29e9 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc933a71e mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xca761f43 mptscsih_host_attrs +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe90e9701 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf052df95 mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x28d2fb37 i2o_driver_notify_controller_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2a843bef i2o_dump_message +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x3370c32a i2o_driver_unregister +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x4d1275c1 i2o_msg_post_wait_mem +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x64a20226 i2o_find_iop +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x741273b6 i2o_event_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x8bd45c38 i2o_parm_table_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x8d4790d5 i2o_msg_get_wait +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x8ddcf60c i2o_driver_notify_controller_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x9e52bbec i2o_exec_lct_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xa1dbf558 i2o_driver_notify_device_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb09a97cc i2o_status_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb4c00dcf i2o_controllers +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xbc516a89 i2o_driver_notify_device_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xcafd3fd1 i2o_device_claim_release +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xd0435511 i2o_iop_find_device +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xdf391778 i2o_device_claim +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xe09cc076 i2o_parm_issue +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xe25941bc i2o_driver_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xef03fdae i2o_parm_field_get +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x09feb98e pasic3_write_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x2e543456 pasic3_read_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x058a1c49 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x18bded78 mc13xxx_irq_request_nounmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x23b4cf39 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x2cf1310d mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x38fd7cf5 mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x5ffb8661 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x7e76858d mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x82e4b4a8 mc13xxx_irq_ack +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x8a384a88 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xa49dfb64 mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xa6fbdf2f mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xbe32173a mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc63cf174 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/tps6105x 0x2827d90a tps6105x_mask_and_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0xea99c77f tps6105x_get +EXPORT_SYMBOL drivers/mfd/tps6105x 0xfee7964d tps6105x_set +EXPORT_SYMBOL drivers/mfd/tps65010 0x02d4ad0f tps65013_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0x0c6ad2cf tps65010_config_vdcdc2 +EXPORT_SYMBOL drivers/mfd/tps65010 0x28485130 tps65010_config_vregs1 +EXPORT_SYMBOL drivers/mfd/tps65010 0x33739de7 tps65010_set_vib +EXPORT_SYMBOL drivers/mfd/tps65010 0x9fd44c69 tps65010_set_led +EXPORT_SYMBOL drivers/mfd/tps65010 0xb14080cc tps65010_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0xd5bb106d tps65010_set_vbus_draw +EXPORT_SYMBOL drivers/mfd/tps65010 0xe99b3f36 tps65010_set_gpio_out_value +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x4c134b8c ad_dpot_remove +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xd7a6d206 ad_dpot_probe +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x8a05ed90 altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x4e7b2679 c2port_device_register +EXPORT_SYMBOL drivers/misc/c2port/core 0x585fd40b c2port_device_unregister +EXPORT_SYMBOL drivers/misc/ioc4 0xa1743cd6 ioc4_register_submodule +EXPORT_SYMBOL drivers/misc/ioc4 0xbf713c38 ioc4_unregister_submodule +EXPORT_SYMBOL drivers/misc/tifm_core 0x029c56aa tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x0f170338 tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x36bbaaca tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0x39f86aa1 tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x74bc9ee9 tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x77a32f6e tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xa05440fb tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xb7a57e00 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xdcaff36a tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xf216bd8d tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0xf75ecb1b tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xfcfad8ec tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xff429e9d tifm_alloc_adapter +EXPORT_SYMBOL drivers/mmc/card/mmc_block 0x808a3e5d mmc_cleanup_queue +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x11474bdf cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x95ebaec3 cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xb651e4cc cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x068517d9 unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x2244bc2b do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x31102e58 register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xf53f266d map_destroy +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0x53b8b280 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x28197c5e lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0x3f9e3615 simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x65ef90f5 mtd_concat_create +EXPORT_SYMBOL drivers/mtd/mtd 0xe40574fc mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/nand/denali 0x20ebec5b denali_remove +EXPORT_SYMBOL drivers/mtd/nand/denali 0xb34cd76e denali_init +EXPORT_SYMBOL drivers/mtd/nand/nand 0x07e7cd97 nand_unlock +EXPORT_SYMBOL drivers/mtd/nand/nand 0x114b5dea nand_default_bbt +EXPORT_SYMBOL drivers/mtd/nand/nand 0x15d1b03f nand_lock +EXPORT_SYMBOL drivers/mtd/nand/nand 0x57e2ef6d nand_scan_ident +EXPORT_SYMBOL drivers/mtd/nand/nand 0x9f17d43f nand_scan_tail +EXPORT_SYMBOL drivers/mtd/nand/nand 0xc7e283d1 nand_scan +EXPORT_SYMBOL drivers/mtd/nand/nand 0xfdf723d8 nand_scan_bbt +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x10b5339e nand_bch_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x41b65a68 nand_bch_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x70097aa0 nand_bch_free +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0xc84d8fb8 nand_bch_init +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x1355d609 nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x3132ee65 __nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x77c1ab98 nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xb4b94377 __nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0x836bdb72 nand_flash_ids +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0xa336feb7 nand_manuf_ids +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x4142c03c onenand_addr +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xa895f2ba flexonenand_region +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xc38baca8 onenand_default_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xe82c3b4c onenand_scan_bbt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x1a2c3747 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x1b105847 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x2434ed92 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x38ab3ccc arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x465fc8ca arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x54b0a2fb alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x54cbc4cc arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x913efff3 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc678f808 arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xff16eb66 arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xc73043b0 com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xefed1bb0 com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xf6553d34 com20020_check +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x01eae0ac ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x43905dd5 ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x6218b71c NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x78f1ab9d ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x82c327a2 ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x8ad0d63a ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x95dc2c7b ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xd95ae07f __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xe288f8d5 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xf54dddb5 ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x032cc76e __alloc_eip_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x3d143d42 eip_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x5681636e eip_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x5aded03b NS8390p_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x72661eeb eip_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x804e6e26 eip_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x982b255e eip_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0x99c03fd7 eip_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0xa577c465 eip_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0xc814cf17 eip_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390p 0xeab69c9c eip_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x1d8c00ba cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x17b95cca cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x376542f8 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x37b56f69 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x47499912 cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x53fa4e04 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x77866ed8 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x81bc1396 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x89bdb66d cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x8ed48419 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9276ce39 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc09f7440 t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc30ba84b t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xcae58f75 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xcfad0f75 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd470d440 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe1e9e80c cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0049a334 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x01306a19 cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x21e517d7 cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x222ca9d4 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x377988ff cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3934cee9 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3d9ea896 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3fc554d7 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4b937cb6 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5aa16d3f cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x63353ea9 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x709621e7 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7ef3199f cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x919dcf33 cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xac5e8338 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xadc65c04 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb3d2ca69 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcd848c58 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd00e5a36 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd4c4fd1f cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd72a0238 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdfe10e02 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf27b01e9 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf4b77ea3 cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x2996f911 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x3cbd0738 be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xbab62e22 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1773808a mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x20ace9e4 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x285635a1 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4f40d19b mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6b2ab4e5 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x74247793 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7dac7b90 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7eb1398a mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x84f5cea3 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8dbb27e5 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x95adfd59 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa20cc9c9 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa87e1ad2 mlx4_set_stats_bitmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb009cb4f mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc6d88ee2 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd9df34cc mlx4_test_interrupts +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdebd3ee5 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xef725f79 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf0777fdd mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf5946763 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf83aa83d mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x5e9505fd hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x66791e29 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x6a8c0d67 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x9b419bdb hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xb155be1b hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x153d2cc3 sirdev_raw_write +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x40d99c8d sirdev_write_complete +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x4a15dd73 sirdev_put_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x4fcdbbe7 sirdev_receive +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x60cf0b9e irda_unregister_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x60ec520b sirdev_set_dtr_rts +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xaa0e1bfe irda_register_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xd62b5857 sirdev_set_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xdcc9a989 sirdev_raw_read +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xe81204e5 sirdev_get_instance +EXPORT_SYMBOL drivers/net/mdio 0x22bce513 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio 0x43e4defc mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0x7577f992 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0xa1a29548 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0xb34a7575 mdio45_ethtool_spauseparam_an +EXPORT_SYMBOL drivers/net/mdio 0xc6b1163f mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xddc98749 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/ppp/pppox 0x465769ce pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0x77d27838 register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xb55aad37 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0x0c971a2d sungem_phy_probe +EXPORT_SYMBOL drivers/net/usb/usbnet 0x57ee1015 usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0xe5401c9a usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/wan/cycx_drv 0x38da4725 cycx_intr +EXPORT_SYMBOL drivers/net/wan/cycx_drv 0x62be23ea cycx_setup +EXPORT_SYMBOL drivers/net/wan/cycx_drv 0x66a4c4e6 cycx_down +EXPORT_SYMBOL drivers/net/wan/cycx_drv 0x968458a6 cycx_peek +EXPORT_SYMBOL drivers/net/wan/cycx_drv 0xb6f383de cycx_poke +EXPORT_SYMBOL drivers/net/wan/cycx_drv 0xfe7cd576 cycx_exec +EXPORT_SYMBOL drivers/net/wan/hdlc 0x261ca08a hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0x2a41b155 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x45288188 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0x4d7dafa6 hdlc_change_mtu +EXPORT_SYMBOL drivers/net/wan/hdlc 0x4dbcc4e9 unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0x657a5c29 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0x68678138 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x7525ecbb detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xb1f34e38 hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0xbeb747e4 attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xcc1e961a alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/z85230 0x02baad7e z8530_sync_dma_close +EXPORT_SYMBOL drivers/net/wan/z85230 0x10c78988 z8530_dead_port +EXPORT_SYMBOL drivers/net/wan/z85230 0x57e7cb35 z8530_sync_open +EXPORT_SYMBOL drivers/net/wan/z85230 0x5cd24d29 z8530_hdlc_kilostream +EXPORT_SYMBOL drivers/net/wan/z85230 0x68d4e918 z8530_channel_load +EXPORT_SYMBOL drivers/net/wan/z85230 0x70daf9a2 z8530_null_rx +EXPORT_SYMBOL drivers/net/wan/z85230 0x77a85846 z8530_sync_txdma_close +EXPORT_SYMBOL drivers/net/wan/z85230 0x8d878ce9 z8530_sync_txdma_open +EXPORT_SYMBOL drivers/net/wan/z85230 0x9e63b161 z8530_init +EXPORT_SYMBOL drivers/net/wan/z85230 0x9ff0221d z8530_sync +EXPORT_SYMBOL drivers/net/wan/z85230 0xbaf9402f z8530_shutdown +EXPORT_SYMBOL drivers/net/wan/z85230 0xc1e0b735 z8530_nop +EXPORT_SYMBOL drivers/net/wan/z85230 0xd4ffebf0 z8530_interrupt +EXPORT_SYMBOL drivers/net/wan/z85230 0xe3d80064 z8530_hdlc_kilostream_85230 +EXPORT_SYMBOL drivers/net/wan/z85230 0xf46702ee z8530_describe +EXPORT_SYMBOL drivers/net/wan/z85230 0xf5d1282b z8530_sync_dma_open +EXPORT_SYMBOL drivers/net/wan/z85230 0xf817a6fe z8530_sync_close +EXPORT_SYMBOL drivers/net/wan/z85230 0xf94941df z8530_queue_xmit +EXPORT_SYMBOL drivers/net/wimax/i2400m/i2400m 0x36c6806e i2400m_unknown_barker +EXPORT_SYMBOL drivers/net/wireless/airo 0x2096affa stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0x733b9aac init_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0xb983e77d reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x311d46db ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x319c6026 ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x358fcd7a ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x3801c3cd ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4e2481d5 ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x53358ce3 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x641ed734 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa1c7e868 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xaa85c818 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc77280dd ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xcf92df7b ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xe7e786e3 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xe87b92ec ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x126772a7 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1c47c762 ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x2f5effed ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x46eefa7a ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4e1380ee ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x5ab828df ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x649501b0 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x6a936fb6 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x91cfb84a ath6kl_hif_rw_comp_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb58c5e93 ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xd594fae8 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xdda5a715 ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k 0x445cc929 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k 0x91fc76f5 ath9k_hw_wow_event_to_string +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k 0xbcd9a30b ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k 0xbd03a4ed ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0df1bf2a ath9k_cmn_get_curchannel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x59275983 ath9k_cmn_update_ichannel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9401cb12 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x95c1be9a ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9f54c36d ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf59eadf3 ath9k_cmn_padpos +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x016074fc ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x02bef0ba ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x03562330 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x08120125 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0cb8f3db ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0eaaa8d0 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f798afa ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f968f3e ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x114db315 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1432510c ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x169d68b0 ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x180f13c4 ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1986b69b ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1a3562ee ath9k_hw_cfg_output +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1a3d3c91 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1d94b415 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1fb92965 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x202c2fd4 ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x20361ea0 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x23c80b33 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x24f42897 ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x261fc1ff ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2d3b6416 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2f06fbc9 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x30b47fa6 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x34bd1ba2 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x353da3f9 ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x361816d8 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3f965f5c ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4337a59a ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x43a59f26 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4f65dac6 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x50fb1d8c ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x51bac1eb ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x521644a2 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5573a314 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5a8cc6a8 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5f2ce04a ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x600df627 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6390260d ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6a625095 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6e972015 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x75141035 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x75231546 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7a47b125 ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7af61b53 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7b0408d1 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7c3f6076 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x82493a96 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x82b30ae9 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x83bb00ec ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x854bb986 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8607c19c ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x86a959af ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8b924278 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8cac1edb ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91e5de0d ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x92e56857 ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x93858721 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x967bcc9c ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9c69df14 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa264a392 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa283b109 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa2d74548 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa9daebd1 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xad26013c ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb38adef8 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb475e67d ath9k_hw_cfg_gpio_input +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb47e2f57 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xba22a574 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbda67727 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbe2f9a5b ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbe746edc ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc3d4cee6 ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc7c4dc22 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc7f7b7b6 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc8c3b417 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcbaa9fcd ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xce8f666e ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd3678e66 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd4ea842d ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd730bc97 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd8925631 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd8f8e87d ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xda56f232 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xde597069 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe12f96d6 ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe51fe44f ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xecc6073d ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xef387f58 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf305d8bc ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf4bfb338 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf4c24a04 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfa09f245 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfb673fe3 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfb7dc02d ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xffe72741 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/atmel 0x76a1e6e6 atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel 0xae650d84 init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0xcbc331dc stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmfmac/brcmfmac 0x20c02311 brcmf_sdio_probe +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmfmac/brcmfmac 0xc1ddf97d brcmf_sdio_remove +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x21305b09 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x387bd9a7 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x446002aa brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x4a14893e brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x603c8aa4 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x6926a4b3 brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x72128e9e brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xa7305f0d brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xa87192eb brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xb9ca2383 brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xb9e9e04b brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xd08ca06a brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x04849023 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x056d71f1 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0973aed7 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0ad69602 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x106b35d6 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x12599865 hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x132f60e3 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x268378f3 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x3a0ee860 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x3bb7f901 hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x4bdc866c hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x4e5df60a hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x4e84855c hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x5dc6485c prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x5dd03cae hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x63cbd1fe hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x766c0cfe hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x7d7dbb63 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x919aae33 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa12ad27f hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa14e7e34 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb2a945e0 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xbb4e1ffe hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xd3234db0 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xd77e9940 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xdaca7527 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xe7104ec3 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xf3ee42a6 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x0cf7463d libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x1b8b767e free_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x29c40156 libipw_change_mtu +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x2eba901c libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x317ad7a6 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x3ebe58e1 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x3ff02b5c libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x5b50e53c libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x651f950a libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x6a0a13bd libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x813bbb1c libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x89af26c6 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x8e91dfa8 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x9d6e1929 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xa9a085b0 libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xb531d9e7 libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xd4935a03 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xd5ba4d30 libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xdb31a2fc libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xe5edba40 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xeb82587f libipw_rx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x01fb7939 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x02a81ab0 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x034bb634 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x07c99034 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x08ea4eba il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0c1c593d il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1035a1b0 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x12aff508 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x15ad9f55 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x16010711 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x19c9aa45 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1e14821f il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1f7dd425 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2275e221 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x250f3de5 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x26327ff3 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2673bce6 il_apm_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x28d0d158 il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x28d5b2c5 il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x294552ea il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2992932c il_update_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2a477a90 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2c5ffd65 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x34f0e505 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x386f04d6 il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x391e11ce il_set_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3f90a94d il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x46fde825 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x475642c7 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x49012958 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x492ec9cd _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4942bd56 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4aa39103 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4f261dde il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4f9deda5 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x54d2cde2 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x564c6740 il_debug_level +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x56d4b37f il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x56ff5f16 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x57283818 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x599178b2 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5a7b6b47 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5d9c2234 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5dd22261 il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5f068e44 il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5f9e8b43 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x64e5d199 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x65ebaf53 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x66548d2a il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x66eb9d0d il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6733b577 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x68ef8828 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6921713b il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6beaf543 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6f195481 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6f6ce30d il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6fa8b867 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x71c7e2ce il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x73bb9016 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7a8cb491 il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x803d3391 il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x829e6b39 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x84be87b9 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8541dd26 il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x861ef341 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8a71e2b8 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8ccaec54 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8cdd234a il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8ef30569 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x96a17768 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x973a2d4f il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa3b0a726 il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa5555a07 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa961de89 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xaae402ad il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xacef558c il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xaf7aa129 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xaff62e4c il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb1709c03 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb19b64c8 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb1c42131 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb74ab3f3 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbaa9eea5 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbfc47846 il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc39cf12c il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc4d7caee il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc5c34127 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc66fabbd il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc7a0e453 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd14d22b7 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd233eba4 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd5f92a9b il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdf54daf6 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xdf706b3d il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe435493a il_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe7d1f217 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xec4b3f94 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf501278b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf8075146 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf99d61dc il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfe3b32e7 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x08ee1e7d __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x0d9eb5ff __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x0e7bc05f __tracepoint_iwlwifi_warn +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x201337b4 __tracepoint_iwlwifi_dev_tx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x249e4b06 __tracepoint_iwlwifi_dev_rx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x36dcef55 __tracepoint_iwlwifi_dev_iowrite32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x4919d1a5 __tracepoint_iwlwifi_dbg +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x67381a2a __tracepoint_iwlwifi_dev_ucode_error +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x79e9bf26 __tracepoint_iwlwifi_crit +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x7edec07d __tracepoint_iwlwifi_dev_ioread32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x8bfcc307 __tracepoint_iwlwifi_info +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x9a12c9c5 __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xc0827b2f __tracepoint_iwlwifi_dev_iowrite8 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xda36f3a4 __tracepoint_iwlwifi_err +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x05b7801d orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x196c9b42 orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x3b3ec2d3 orinoco_open +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x839ff936 orinoco_down +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x95de47b8 __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x9b20a74d orinoco_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x9d0b87b4 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x9f70cb0c alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xa703b645 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xb3c44e65 orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xbcb6d69b __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xe01d69e3 orinoco_get_stats +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xe5aa6e1a free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xeb75d8dd orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xed2b023d orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xf71b69d3 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xfc9881c8 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x066ccfe1 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x08a2af61 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x15be1930 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x1dbc3fd7 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2975f6fa rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x30a7cf55 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3526f264 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3c32ff4d rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4041e30e rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x42ef3b32 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x45b1c9fc rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4a3fbcbd rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x50ec880c rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x55d32ba4 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x579e7713 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x57a728cd rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5fe0fe53 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5fe28c51 rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x61fa0276 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x70f8d397 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x77274446 rtl92c_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x89eecaab _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x913e04d8 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x96171f98 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9d7ac9c7 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa3a30f44 _rtl92c_store_pwrIndex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa533dc5d rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa9b648e8 rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xad16ee43 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb007e89d rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb041adca rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb3314d48 _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb719f083 _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc0de2bf9 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc8b1400d _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xceb63181 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd45ed5c5 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xdf347070 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe51fa7dc rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf19d2ba2 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf6a2ba1a _rtl92c_phy_dbm_to_txpwr_Idx +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfbbc2557 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfc2eddfa rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x09ff0116 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x1f23247d rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x1f29f750 rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x207fbb70 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x215898f8 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x2542984e rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x29608662 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x346e6000 efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x3ad56bde rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x557bf78e rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x5e192e7b rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x5e2aadc5 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x5fd2ffcc rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x609d60e6 rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x738ac17e rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x77c12432 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x79188a02 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x8567d439 rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xa163b4cc rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xb8664949 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xba428022 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xc10eb127 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xd660ad3e rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xda46ee86 rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe4f0ee59 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe72cb580 rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe9e97747 rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xf89e1005 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x0089976d wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x4798666d wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x808e9d91 wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x885d12ba wlcore_tx_complete +EXPORT_SYMBOL drivers/parport/parport 0x09923181 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x0a474f56 parport_register_device +EXPORT_SYMBOL drivers/parport/parport 0x0ccf07a1 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x11667a00 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0x20243ea5 parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0x3b61568c parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x589c7db5 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x5ef8f26f parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x61bea3d0 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x6791875f parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x67a1e5a6 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0x6b0aa6e3 parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0x771e5b04 parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x7729accb parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x7e3df147 parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x93c195fd parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0x991572ad parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0x9a255267 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x9c0a76e8 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x9eff60ec parport_release +EXPORT_SYMBOL drivers/parport/parport 0xa53109d5 parport_read +EXPORT_SYMBOL drivers/parport/parport 0xb6f9445f parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0xb9e846a9 parport_write +EXPORT_SYMBOL drivers/parport/parport 0xbb5c4200 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0xc15513eb parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0xca7a101b parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0xdea93c00 parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0xdf46481f parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0xf2374556 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xffd30cd2 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport_pc 0x398d906d parport_pc_unregister_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x8ffce425 parport_pc_probe_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x005f12e1 pcmcia_unregister_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x06783b1e pcmcia_enable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x0f733565 pcmcia_write_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x16ba643c pcmcia_loop_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x37eae875 pcmcia_read_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x39796dab __pcmcia_request_exclusive_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x39d488fe pcmcia_request_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x41c3ece0 pcmcia_request_io +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x4c86580c pcmcia_release_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x742f5665 pcmcia_parse_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x75a907e6 pcmcia_map_mem_page +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x7d863a86 pcmcia_get_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x9c88d0cf pcmcia_dev_present +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x9c99608b pcmcia_loop_config +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xd129895e pcmcia_fixup_iowidth +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xecd2e6f0 pcmcia_request_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xf2c6cfd3 pcmcia_register_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xf8798e45 pcmcia_fixup_vpp +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xfe8a4c1e pcmcia_get_mac_from_cis +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xfff94b38 pcmcia_disable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x40406fb6 pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x4caf746b pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x52406c29 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x62fb6614 pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x88cdc67a pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xa2fa0e93 pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xaa2a8638 pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xaed7c791 pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xb01489d4 pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xc1554c35 pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xd77651dc pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x307abb27 pccard_static_ops +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x38e5c61c pccard_nonstatic_ops +EXPORT_SYMBOL drivers/platform/x86/sony-laptop 0x5bb1e117 sony_pic_camera_command +EXPORT_SYMBOL drivers/pps/pps_core 0x40ac8a3f pps_unregister_source +EXPORT_SYMBOL drivers/pps/pps_core 0x423b6644 pps_lookup_dev +EXPORT_SYMBOL drivers/pps/pps_core 0x499c6965 pps_event +EXPORT_SYMBOL drivers/pps/pps_core 0xe154b770 pps_register_source +EXPORT_SYMBOL drivers/ptp/ptp 0x13fbfc98 ptp_clock_index +EXPORT_SYMBOL drivers/ptp/ptp 0x1bb21b88 ptp_clock_unregister +EXPORT_SYMBOL drivers/ptp/ptp 0x5769b4d7 ptp_clock_event +EXPORT_SYMBOL drivers/ptp/ptp 0x66aba4a5 ptp_clock_register +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x0002ce9b pch_ch_control_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x16dfa919 pch_tx_snap_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x2441e1f7 pch_ch_event_write +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x6b725c0c pch_src_uuid_hi_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x8f7782bd pch_rx_snap_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0xaf7f1074 pch_ch_event_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0xc3132762 pch_ch_control_write +EXPORT_SYMBOL drivers/ptp/ptp_pch 0xda3600fb pch_src_uuid_lo_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0xe5b46ac4 pch_set_station_address +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x06a757c5 rproc_del +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x192e15b8 rproc_shutdown +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x1f205b21 rproc_vq_interrupt +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x7b173872 rproc_boot +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x88244321 rproc_alloc +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xa314d6aa rproc_report_crash +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xab819410 rproc_add +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xb03b9a68 rproc_put +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xf6449447 rproc_da_to_va +EXPORT_SYMBOL drivers/scsi/53c700 0x3d9cece0 NCR_700_intr +EXPORT_SYMBOL drivers/scsi/53c700 0x89ce6354 NCR_700_release +EXPORT_SYMBOL drivers/scsi/53c700 0xf0b059cf NCR_700_detect +EXPORT_SYMBOL drivers/scsi/bnx2fc/bnx2fc 0x790f3697 bnx2fc_ctlr_get_lesb +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x2b85fb19 fcoe_ctlr_get_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x2cb1af37 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x4a182f7c fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x578ea667 fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x59efcaa1 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x7b1c4064 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x8c40136c fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xda003aa9 fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xf6641e12 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xfc171124 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xffe63a1f fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x03b2dced fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0b294afb fc_change_queue_type +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0d27c2fa fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0dfe5bc4 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0f669b39 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x102fcddf fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x19194390 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1b0fd37e fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x208c496f fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x28858847 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x36e5fbaf fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3c767171 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x45a5f6a6 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4910afbc fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x49b01a04 fc_change_queue_depth +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4a373f26 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4ad50fef fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4af2b7b7 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4cecf6c2 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4db9f1cd fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5c1abf31 fc_rport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x63545a54 fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x674b4e99 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6dcf23d8 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x71ce1bc5 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x72e45ba5 fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7567549a fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x77cd5633 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7b3c648b fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7cb68d9d fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7fee8f29 fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x883756a9 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x899b3042 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9bfff151 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9c151ac5 fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xaa093d62 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb6d88824 fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb910962f fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc22969cd fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xca8c881f fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcb18d9b4 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd1539dfc _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd6937412 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd818a76a fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe1dab151 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf422a704 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf45cb0ec fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf5c061c9 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf901e62a fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfabd56a7 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfece7af4 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xffdcbce7 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x17e1b72e sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x3ae81ea7 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x6cd0d328 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8a87e724 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8de8dcf3 sas_wait_eh +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x08558e52 mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x2250c66e mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x512c956d mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x007e41b7 osd_dev_fini +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0421aba1 osd_req_get_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0c17edb1 osd_sec_init_nosec_doall_caps +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x11733ee2 osd_req_list_partition_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x119faf69 osd_req_create_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x148926df osd_req_write_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x14d9f911 osd_req_write_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x15a1f2f5 osd_req_read_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x18fe5148 osd_dev_init +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1dc0263c osd_req_decode_sense_full +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1f42cad7 osd_req_format +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x25718d3d osd_req_flush_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2c06f151 osd_req_add_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x3a9c1011 osd_end_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x3f3d54ed osd_req_list_partition_collections +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x3f5f95d7 osd_req_list_dev_partitions +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x46b636c6 osd_req_write +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x4ad600dd osd_finalize_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x586cecd8 osd_req_flush_obsd +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x58ffdef1 osd_req_read +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x5afd8e07 osd_req_remove_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x66058c2c osd_req_list_collection_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6864c54d osd_start_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x68cddd13 osd_req_set_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6e295a72 osd_execute_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x7df09a7a osd_req_flush_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x8158a8de osd_req_write_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x93bc794e osd_req_flush_collection +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x9a9e1095 osd_req_remove_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa87177be osd_req_add_get_attr_page +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xaea5d91e osd_req_add_set_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xaec0bf46 osd_auto_detect_ver +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xbbd6b7e5 osd_req_create_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc97651f4 osd_req_read_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xcc688417 osd_req_decode_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xcd25ad5e osd_execute_request_async +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xcf2a1e3e osd_req_read_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/osd 0x17c6c456 osduld_register_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0x5fc48609 osduld_unregister_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0x63fa70c2 osduld_path_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0x8fa8288b osduld_put_device +EXPORT_SYMBOL drivers/scsi/osd/osd 0xab01b7c3 osduld_device_same +EXPORT_SYMBOL drivers/scsi/osd/osd 0xd4533d83 osduld_info_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0xfaa022d7 osduld_device_info +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x32cef6c4 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x35aa6f95 qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x5449c439 qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x6ff08aec qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x82eebb8a qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb3c26eb9 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xc3e570c8 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xdbff1475 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xe393d1c7 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xe68216f6 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xf5a57e6a qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x1efcaf52 qlogicfas408_biosparam +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x1f55cd70 qlogicfas408_ihandl +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x24b89242 qlogicfas408_info +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x3fd8cd71 qlogicfas408_detect +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x6f991097 qlogicfas408_bus_reset +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xa919897e qlogicfas408_disable_ints +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xcb9a34c3 qlogicfas408_abort +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xe76b3b20 qlogicfas408_get_chip_type +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xf2b95199 qlogicfas408_setup +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xfc2fcf7d qlogicfas408_queuecommand +EXPORT_SYMBOL drivers/scsi/raid_class 0x0d7b6f4e raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0x447e42a1 raid_component_add +EXPORT_SYMBOL drivers/scsi/raid_class 0xca53b15d raid_class_attach +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1c6032c5 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x38738dce fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5481051e fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x737964fe fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7954b1ea fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7e949f12 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x994e230e scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x9e573700 fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe8005e1b fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xeeeed2bf fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xf04faf90 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xfb64660b fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xfc576ef4 scsi_is_fc_vport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xfde2960a fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x048ade50 sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x086915a9 sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0a80866b scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0e7cfa5a scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x12fd3661 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1a146356 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x249a7ac5 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x24aa00eb sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2d74fcb9 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x33fb27e4 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3943c743 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3aed560b sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x52ab44dd sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x52fcf0bb sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5625fce0 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6eee33a0 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x76f4673c sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7ae50e1c sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7daa14f2 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7f8ef682 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9470a164 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbc64c1ca sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xcb7da7b1 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd1b679ad sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd1fc3c02 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd9e0ac28 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xeed36f15 sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfd4fdf13 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/ssb/ssb 0x0d235fbd ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x186a68ea ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x19b78adc ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x387f8792 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x3e81a0ea ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x40e60c59 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x5019eab4 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x54ca238b ssb_bus_pcibus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x62510f70 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0x6550e32b ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0x8810d374 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x90b40aad ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0xa94fb761 ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0xb14be3b0 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xbb9d1b17 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0xc0512e0f ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xcf216a10 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0xd481192b ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xd694409b ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xe42c1f95 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0xfcdea95f ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0xfe0777b7 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xffdaa09a ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x02bb267a comedi_buf_write_alloc +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x2025669c comedi_buf_memcpy_to +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x21edd6f6 comedi_buf_read_n_available +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x487ea34f comedi_error +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x542d15dc comedi_event +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x620fc8c3 comedi_check_chanlist +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x69c4f00c comedi_buf_put +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x6c5ce78b comedi_buf_get +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x7ebe6381 comedi_driver_register +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x802b9d18 comedi_buf_read_free +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x91737ace comedi_buf_write_free +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x95753c07 comedi_get_subdevice_runflags +EXPORT_SYMBOL drivers/staging/comedi/comedi 0xa0c6b8a7 comedi_driver_unregister +EXPORT_SYMBOL drivers/staging/comedi/comedi 0xaa0eff6b comedi_buf_memcpy_from +EXPORT_SYMBOL drivers/staging/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL drivers/staging/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL drivers/staging/comedi/comedi 0xde5b2f37 comedi_buf_read_alloc +EXPORT_SYMBOL drivers/staging/comedi/drivers/8255 0x735cc117 subdev_8255_init +EXPORT_SYMBOL drivers/staging/comedi/drivers/8255 0x7eef7985 subdev_8255_cleanup +EXPORT_SYMBOL drivers/staging/comedi/drivers/8255 0xd4b183e5 subdev_8255_init_irq +EXPORT_SYMBOL drivers/staging/comedi/drivers/8255 0xd91515b5 subdev_8255_interrupt +EXPORT_SYMBOL drivers/staging/comedi/drivers/comedi_fc 0x37289632 cfc_handle_events +EXPORT_SYMBOL drivers/staging/comedi/drivers/comedi_fc 0xa127bb21 cfc_write_array_to_buffer +EXPORT_SYMBOL drivers/staging/comedi/drivers/comedi_fc 0xf92d1027 cfc_read_array_from_buffer +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x01c7c714 mite_release_channel +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x0cb78809 mite_prep_dma +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x116fce48 mite_done +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x14f15e59 mite_dma_arm +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x1558128e mite_setup +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x169f09d9 mite_bytes_read_from_memory_ub +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x16f8903c mite_alloc +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x1a6fd4cd mite_request_channel_in_range +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x1fee7954 mite_bytes_written_to_memory_lb +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x2d95c763 mite_get_status +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x3193aef7 mite_bytes_written_to_memory_ub +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x366e46de mite_dma_disarm +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x38e2de7a mite_bytes_read_from_memory_lb +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x4d974011 mite_unsetup +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x4f187246 mite_buf_change +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x65c7542c mite_alloc_ring +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x6d88a96c mite_dma_tcr +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x77efdcc3 mite_sync_output_dma +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x8ca59b87 mite_bytes_in_transit +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x9b0e69ce mite_sync_input_dma +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0xad1af81a mite_free_ring +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0xc30100cc mite_setup2 +EXPORT_SYMBOL drivers/staging/comedi/drivers/pcm_common 0x6350c04e comedi_pcm_cmdtest +EXPORT_SYMBOL drivers/staging/comedi/kcomedilib/kcomedilib 0x0fbe2f6d comedi_dio_config +EXPORT_SYMBOL drivers/staging/comedi/kcomedilib/kcomedilib 0x4f4db612 comedi_get_n_channels +EXPORT_SYMBOL drivers/staging/comedi/kcomedilib/kcomedilib 0x5c92b219 comedi_close +EXPORT_SYMBOL drivers/staging/comedi/kcomedilib/kcomedilib 0x713a5f8d comedi_find_subdevice_by_type +EXPORT_SYMBOL drivers/staging/comedi/kcomedilib/kcomedilib 0xa6cb243e comedi_open +EXPORT_SYMBOL drivers/staging/comedi/kcomedilib/kcomedilib 0xc5eeda50 comedi_dio_bitfield +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0x5451d6d1 fwtty_port_get +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0xb1a0e119 fwtty_port_put +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x5d6a49b5 adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0xf7c8cfbe adt7316_remove +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x64beaf92 ade7854_remove +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x7cede226 ade7854_probe +EXPORT_SYMBOL drivers/staging/iio/ring_sw 0x9c4d86dd iio_sw_rb_free +EXPORT_SYMBOL drivers/staging/iio/ring_sw 0xffa146ae iio_sw_rb_allocate +EXPORT_SYMBOL drivers/staging/media/cxd2099/cxd2099 0x80cc8221 cxd2099_attach +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x023e3f53 go7007_remove +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x22af00f4 go7007_register_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x3221bc03 go7007_read_addr +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x8b510a11 go7007_read_interrupt +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xa0e48a69 go7007_boot_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xa12d0a01 go7007_alloc +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xab6cc74d go7007_snd_init +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xabefb59b go7007_snd_remove +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xb07389ae go7007_parse_video_stream +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x085a7514 dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0cc1aef8 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0d7926d0 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0df339d9 rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x25515804 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2fb6addd rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x33b731b9 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3406edc2 rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3878d723 rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3bf97530 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4d6a2045 rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4e18df9a rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4ea04625 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4f9185bb rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4fd2f961 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5bde5d56 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x61339f58 rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x644c4351 rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x691e7fc0 rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6c7c8d50 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7271fadd rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x77671488 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7f8d3abd rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x80af916a rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x834dc362 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x84fc8d33 HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8824e9a0 rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8b65c7ac alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8dd5f326 rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x90a68a0f rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x933b9e25 rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x944831c6 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x951d1752 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x978257a6 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x98431bf5 notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa62bab49 rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbbe2c243 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe1420f2 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc23c6574 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc84590fd rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcf334856 rtllib_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xda162354 rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdfaeca49 rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe270488f rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe2e8c7f4 Dot11d_Channelmap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe48c1922 rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe6870496 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xedaeb08d free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf6c8b6ec rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf9bd03ad rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfc4c192b rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x028a0406 Dot11d_Reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x03acd49c ieee80211_wx_set_auth_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x06d69cbc ieee80211_get_beacon_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x160c5155 ToLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x17a8a5ef HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1a0b0e0c ieee80211_softmac_stop_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1bf71148 ieee80211_wx_get_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1c8b8e27 ieee80211_wx_set_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x286415ea ieee80211_wx_get_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2995c9de ieee80211_softmac_start_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2ea70973 ieee80211_stop_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x38a8c1aa ieee80211_wx_set_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3b873c91 ieee80211_start_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3cbb989d ieee80211_is_54g_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3defc118 ieee80211_softmac_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3fd45ec5 ieee80211_wx_get_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x41e2011f ieee80211_wx_set_gen_ie_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x48fe8474 ieee80211_wx_get_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4a14b12d ieee80211_stop_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x502154e6 DOT11D_GetMaxTxPwrInDbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x528e1426 ieee80211_wx_get_name_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5684de0c Dot11d_Init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x58c20c27 ieee80211_wx_set_rawtx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5a7ebe7e ieee80211_txb_free_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5becdfdd ieee80211_wx_get_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5d61beb8 ieee80211_disassociate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5d9932aa ieee80211_wx_set_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5e6dcf8c ieee80211_reset_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5edbb8c3 ieee80211_softmac_xmit_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x642dfbee ieee80211_wx_get_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x682357bf ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6c32c8b5 ieee80211_is_shortslot_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x730d14e0 DOT11D_ScanComplete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x75768dea ieee80211_wx_set_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7f9d4337 SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x826bd6e3 ieee80211_wx_set_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x82a8eccb ieee80211_ps_tx_ack_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8517498c ieee80211_wx_get_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x86e6df8b ieee80211_wx_set_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x91514bd7 notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x916f52ca ieee80211_wx_get_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9613cda5 ieee80211_wx_set_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa59223b1 Dot11d_UpdateCountryIe +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa8175164 ieee80211_rx_mgt_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa915e4af ieee80211_wx_set_mlme_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb24feeb7 ieee80211_wpa_supplicant_ioctl_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc11b9b77 ieee80211_wx_set_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc370a43e ieee80211_wlan_frequencies_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xca2b7ab5 ieee80211_wx_set_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xceb8a950 ieee80211_start_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd040ed73 ieee80211_wx_get_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd0e31bde ieee80211_send_probe_requests_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd3cb3645 ieee80211_wx_get_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe2131c03 IsLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe9e85a0f ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf56e15bc ieee80211_wx_set_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf60f8fa1 ieee80211_rx_rsl +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0017f35f set_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x00ea0cde set_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x06d6f244 get_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x09df8f3e set_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0a8d32c3 get_bypass_slave_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1936264c set_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1d2eb8ca get_tap_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x203af1f7 reset_bypass_wd_timer_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2070f14a set_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x27b990ef get_bypass_info_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2ba7cd35 get_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2c3f1c17 get_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2f59e636 get_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2fdb893a get_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x361cf40a get_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x45ca99c3 set_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x550a188c set_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x5cb59e92 get_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x66b60122 set_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x675208c0 set_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x692623f2 get_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x75131ec6 set_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x76c0b7d0 set_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e872825 get_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e8d701e get_wd_expire_time_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x86388b07 get_bp_disc_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x93ae4648 get_wd_set_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x95e42b0d is_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9df5f807 set_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9e21f42e set_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xa689a214 get_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xae117788 get_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xc368d30d get_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xccab5de0 get_bypass_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd3e034b3 get_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9c1ccfc get_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9d38d97 set_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xe640f06e set_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xecdaa456 set_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xedcd3c1b get_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf06d67bf set_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf57c1671 get_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf693c3a1 bp_if_scan_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf8237882 get_bypass_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xfa59240d get_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05af3c4c set_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05b08a42 set_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0b0d5ce0 get_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0fc2e83c reset_bypass_wd_timer +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x123a8133 get_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x157ec89c get_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2440f05a get_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2b01d1d4 set_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2c27a2f0 set_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2da97f4b is_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2e86c67b get_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37416370 get_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37bdab27 get_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x3da96a18 get_bypass_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4025805e get_bypass_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4940a0cc get_bypass_info +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4d21ff51 get_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5147360c get_bp_disc_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x515d4df1 get_bypass_slave +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5560267e set_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5be44d44 set_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6653590c get_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6bda14ec get_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x72c618ae set_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x76d47e6f set_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x794e3815 set_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x7c6cbc16 get_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x84a263dc set_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x8a16f22c set_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x946ff795 get_wd_set_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x94f6aff2 get_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x9d1ecf73 set_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xb1385629 set_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xbff68c45 set_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xc871c561 get_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xcee528df set_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd202dd85 get_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd787f151 get_wd_expire_time +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xdb6a39d2 get_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xebd25ae5 get_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf1e9f8c1 set_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf224abd9 get_tap_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf5a591b2 set_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf643fd4c get_bp_disc_pwup +EXPORT_SYMBOL drivers/target/target_core_mod 0x00c7d424 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x01556dc0 target_fabric_configfs_free +EXPORT_SYMBOL drivers/target/target_core_mod 0x02bbb1e7 transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x02de3b18 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x07c6cdc5 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x08e2eb46 iscsi_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x0946fcbc core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x0a3c7ff9 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x0fd0e9da iscsi_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x10247ea3 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x159c50fd target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x1c471e8e sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x2fbff811 target_fabric_configfs_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x3200e64d transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x34e3cf6e target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x3c8c0319 target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x426081f4 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x46a8cee6 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x47d76556 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x4ca3c6b2 sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x4cbf40ed target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x4ebbf4d8 core_tpg_add_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x4f85bc14 iscsi_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x50a2af11 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x522303c8 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x5298e0c3 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x5447a8e2 sas_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x5bea97c0 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x5c18bbe5 fc_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x60ae127f core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x61f3b666 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x654bc505 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x6ce5dba7 fc_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x6fd04667 iscsi_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x70708346 transport_subsystem_release +EXPORT_SYMBOL drivers/target/target_core_mod 0x7070ccc1 fc_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x72f80992 target_get_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x79650e9a fc_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x7dbada9d transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x83798d23 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x83b5fde1 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x85aa880c transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x8b5c0ebf transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x8c8098a8 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x8d0242f8 target_put_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x940f1eae core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x9492dede sas_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x9753562d core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0xa3c60950 core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0xad1a6801 target_fabric_configfs_init +EXPORT_SYMBOL drivers/target/target_core_mod 0xb067d310 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xb1725136 core_tpg_del_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xb47d4016 target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0xb9d5c634 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xc0ff0aca spc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0xc3beb501 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xc744c1af target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0xc9ed4b48 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xd04e05bf sas_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xd05f6a6f transport_subsystem_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xd16f854f transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xd2dbf99e target_fabric_configfs_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xde437797 core_tpg_clear_object_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0xdedc4e08 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xe032d1a9 sas_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0xe9d597c3 transport_check_aborted_status +EXPORT_SYMBOL drivers/target/target_core_mod 0xf01621c7 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x858a47cd usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0xcfe4d25b sl811h_driver +EXPORT_SYMBOL drivers/usb/otg/nop-usb-xceiv 0xa64a4cea usb_nop_xceiv_unregister +EXPORT_SYMBOL drivers/usb/otg/nop-usb-xceiv 0xd0e43207 usb_nop_xceiv_register +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x0ebc7c04 usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x29b8a1b7 usb_wwan_set_termios +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x328b7894 usb_wwan_ioctl +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x41910072 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x6d9c7236 usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x7543c91c usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x8f815996 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xae72ba78 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xc7445d63 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xda181960 usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xe0695220 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xe2b45d9c usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xe836e254 usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x4aa32d93 usb_serial_resume +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xf9bf6a23 usb_serial_suspend +EXPORT_SYMBOL drivers/video/backlight/generic_bl 0x366d19ef genericbl_limit_intensity +EXPORT_SYMBOL drivers/video/backlight/lcd 0x2f611a4e lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x7f634e45 lcd_device_register +EXPORT_SYMBOL drivers/video/cyber2000fb 0x0cc3ede5 cyber2000fb_detach +EXPORT_SYMBOL drivers/video/cyber2000fb 0x20025753 cyber2000fb_attach +EXPORT_SYMBOL drivers/video/cyber2000fb 0x534b6f18 cyber2000fb_disable_extregs +EXPORT_SYMBOL drivers/video/cyber2000fb 0xb39f68d1 cyber2000fb_enable_extregs +EXPORT_SYMBOL drivers/video/macmodes 0x233917d1 mac_vmode_to_var +EXPORT_SYMBOL drivers/video/macmodes 0x579e4665 mac_find_mode +EXPORT_SYMBOL drivers/video/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/matrox/g450_pll 0x19a40b87 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/matrox/g450_pll 0x3074c6fb g450_mnp2f +EXPORT_SYMBOL drivers/video/matrox/g450_pll 0x99b1706a matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/matrox/matroxfb_DAC1064 0x023d1736 DAC1064_global_init +EXPORT_SYMBOL drivers/video/matrox/matroxfb_DAC1064 0x286c4c2c matrox_G100 +EXPORT_SYMBOL drivers/video/matrox/matroxfb_DAC1064 0x5136eb4f DAC1064_global_restore +EXPORT_SYMBOL drivers/video/matrox/matroxfb_DAC1064 0xb5ee29c4 matrox_mystique +EXPORT_SYMBOL drivers/video/matrox/matroxfb_Ti3026 0xbef81189 matrox_millennium +EXPORT_SYMBOL drivers/video/matrox/matroxfb_accel 0x2b3f2c30 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/matrox/matroxfb_base 0xb5a64cce matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/matrox/matroxfb_base 0xdf536b92 matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/matrox/matroxfb_base 0xe0ed619c matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/matrox/matroxfb_base 0xe15a6016 matroxfb_register_driver +EXPORT_SYMBOL drivers/video/matrox/matroxfb_g450 0x13151812 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/matrox/matroxfb_g450 0x53d79592 matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/matrox/matroxfb_misc 0x57e7448c matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/matrox/matroxfb_misc 0x6fd9efc4 matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/matrox/matroxfb_misc 0xb3a31acf matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/matrox/matroxfb_misc 0xb9df3e15 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/matrox/matroxfb_misc 0xf377b68e matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/mb862xx/mb862xxfb 0x1a74be59 mb862xxfb_init_accel +EXPORT_SYMBOL drivers/video/output 0x5a08b78f video_output_register +EXPORT_SYMBOL drivers/video/output 0x5e091089 video_output_unregister +EXPORT_SYMBOL drivers/video/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/sis/sisfb 0x454a3cf0 sis_free +EXPORT_SYMBOL drivers/video/svgalib 0x17f3f471 svga_set_default_seq_regs +EXPORT_SYMBOL drivers/video/svgalib 0x1be6dc30 svga_set_textmode_vga_regs +EXPORT_SYMBOL drivers/video/svgalib 0x416a5668 svga_get_tilemax +EXPORT_SYMBOL drivers/video/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/svgalib 0x6aff2489 svga_tilefill +EXPORT_SYMBOL drivers/video/svgalib 0x6e4adb1e svga_check_timings +EXPORT_SYMBOL drivers/video/svgalib 0x788796df svga_tilecopy +EXPORT_SYMBOL drivers/video/svgalib 0x80f24d95 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/svgalib 0x89671d9c svga_tileblit +EXPORT_SYMBOL drivers/video/svgalib 0x8de63fb4 svga_set_timings +EXPORT_SYMBOL drivers/video/svgalib 0x95b90fe0 svga_settile +EXPORT_SYMBOL drivers/video/svgalib 0xad215f3c svga_tilecursor +EXPORT_SYMBOL drivers/video/svgalib 0xd1429fca svga_wseq_multi +EXPORT_SYMBOL drivers/video/svgalib 0xd1deb637 svga_get_caps +EXPORT_SYMBOL drivers/video/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/svgalib 0xef774f5d svga_compute_pll +EXPORT_SYMBOL drivers/video/svgalib 0xf2db5956 svga_match_format +EXPORT_SYMBOL drivers/video/syscopyarea 0xe48bbe76 sys_copyarea +EXPORT_SYMBOL drivers/video/sysfillrect 0x674cdaf6 sys_fillrect +EXPORT_SYMBOL drivers/video/sysimgblt 0x07665299 sys_imageblit +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/vme/vme 0x00d7e722 vme_lm_count +EXPORT_SYMBOL drivers/vme/vme 0x0281d18d vme_register_bridge +EXPORT_SYMBOL drivers/vme/vme 0x072f901c vme_master_rmw +EXPORT_SYMBOL drivers/vme/vme 0x0ec5babe vme_dma_free +EXPORT_SYMBOL drivers/vme/vme 0x15d68cbd vme_slot_get +EXPORT_SYMBOL drivers/vme/vme 0x167a80ea vme_dma_list_exec +EXPORT_SYMBOL drivers/vme/vme 0x20df5a3d vme_dma_pci_attribute +EXPORT_SYMBOL drivers/vme/vme 0x358b2bb8 vme_unregister_bridge +EXPORT_SYMBOL drivers/vme/vme 0x3bf086b8 vme_bus_type +EXPORT_SYMBOL drivers/vme/vme 0x3e95083c vme_slave_get +EXPORT_SYMBOL drivers/vme/vme 0x41862ad4 vme_alloc_consistent +EXPORT_SYMBOL drivers/vme/vme 0x4653106a vme_unregister_driver +EXPORT_SYMBOL drivers/vme/vme 0x46649cd1 vme_lm_set +EXPORT_SYMBOL drivers/vme/vme 0x47f15156 vme_dma_request +EXPORT_SYMBOL drivers/vme/vme 0x48b99a13 vme_lm_free +EXPORT_SYMBOL drivers/vme/vme 0x4baf35a7 vme_master_get +EXPORT_SYMBOL drivers/vme/vme 0x535c8308 vme_dma_pattern_attribute +EXPORT_SYMBOL drivers/vme/vme 0x53e3671e vme_dma_list_free +EXPORT_SYMBOL drivers/vme/vme 0x56886690 vme_irq_handler +EXPORT_SYMBOL drivers/vme/vme 0x5aff4177 vme_lm_get +EXPORT_SYMBOL drivers/vme/vme 0x6a288b17 vme_irq_generate +EXPORT_SYMBOL drivers/vme/vme 0x7cf35220 vme_master_free +EXPORT_SYMBOL drivers/vme/vme 0x7f6701da vme_master_request +EXPORT_SYMBOL drivers/vme/vme 0x7fde2edb vme_master_read +EXPORT_SYMBOL drivers/vme/vme 0x800ed7d3 vme_dma_list_add +EXPORT_SYMBOL drivers/vme/vme 0x87dbbf41 vme_new_dma_list +EXPORT_SYMBOL drivers/vme/vme 0x90695906 vme_free_consistent +EXPORT_SYMBOL drivers/vme/vme 0x92076507 vme_irq_free +EXPORT_SYMBOL drivers/vme/vme 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL drivers/vme/vme 0x9aeb07e8 vme_lm_attach +EXPORT_SYMBOL drivers/vme/vme 0xa31bdf07 vme_master_set +EXPORT_SYMBOL drivers/vme/vme 0xa603e99c vme_lm_request +EXPORT_SYMBOL drivers/vme/vme 0xd797b9a5 vme_master_write +EXPORT_SYMBOL drivers/vme/vme 0xd997033a vme_slave_request +EXPORT_SYMBOL drivers/vme/vme 0xdc1b0ec9 vme_register_driver +EXPORT_SYMBOL drivers/vme/vme 0xdff905e5 vme_slave_free +EXPORT_SYMBOL drivers/vme/vme 0xe693a6ce vme_get_size +EXPORT_SYMBOL drivers/vme/vme 0xefd1624a vme_dma_free_attribute +EXPORT_SYMBOL drivers/vme/vme 0xf5a10e25 vme_slave_set +EXPORT_SYMBOL drivers/vme/vme 0xf97d9800 vme_irq_request +EXPORT_SYMBOL drivers/vme/vme 0xfacd8e72 vme_dma_vme_attribute +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x3efb8419 w1_ds2760_recall_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x8484a2f4 w1_ds2760_write +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xb2070439 w1_ds2760_read +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xc7651c75 w1_ds2760_store_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x382a6887 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xbda2ef57 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x33701b14 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x98f19859 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/wire 0x0251a23f w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0x16f78c06 w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0x40bca4e2 w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0xe4cc7450 w1_unregister_family +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0x04e133fc iTCO_vendor_check_noreboot_on +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xa78bd894 iTCO_vendor_pre_set_heartbeat +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xb5f20875 iTCO_vendor_pre_keepalive +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xc4f657bf iTCO_vendor_pre_stop +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xdc6effc9 iTCO_vendor_pre_start +EXPORT_SYMBOL fs/btrfs/btrfs 0x02897198 ulist_add +EXPORT_SYMBOL fs/btrfs/btrfs 0x09dceb4d ulist_free +EXPORT_SYMBOL fs/btrfs/btrfs 0x09fa4bcc ulist_init +EXPORT_SYMBOL fs/btrfs/btrfs 0x34b9e4c4 ulist_fini +EXPORT_SYMBOL fs/btrfs/btrfs 0x35490e9d ulist_next +EXPORT_SYMBOL fs/btrfs/btrfs 0xe4423912 ulist_alloc +EXPORT_SYMBOL fs/btrfs/btrfs 0xedf03da5 ulist_reinit +EXPORT_SYMBOL fs/configfs/configfs 0x034097dc config_item_get +EXPORT_SYMBOL fs/configfs/configfs 0x0c348ac4 configfs_register_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x0dad36cc config_item_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x3d64616f configfs_depend_item +EXPORT_SYMBOL fs/configfs/configfs 0x67bb3646 config_group_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x8fd1e9af configfs_unregister_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x9b10afb0 configfs_undepend_item +EXPORT_SYMBOL fs/configfs/configfs 0xa4cbf452 config_group_find_item +EXPORT_SYMBOL fs/configfs/configfs 0xc34707b3 config_item_init +EXPORT_SYMBOL fs/configfs/configfs 0xccf23c32 config_item_put +EXPORT_SYMBOL fs/configfs/configfs 0xeb5eec65 config_group_init +EXPORT_SYMBOL fs/configfs/configfs 0xecf7b506 config_item_set_name +EXPORT_SYMBOL fs/exofs/libore 0x011500ad ore_calc_stripe_info +EXPORT_SYMBOL fs/exofs/libore 0x18f708de ore_create +EXPORT_SYMBOL fs/exofs/libore 0x28806871 ore_verify_layout +EXPORT_SYMBOL fs/exofs/libore 0x440d8372 ore_get_io_state +EXPORT_SYMBOL fs/exofs/libore 0x7968cb92 ore_read +EXPORT_SYMBOL fs/exofs/libore 0x87eeb2bd ore_truncate +EXPORT_SYMBOL fs/exofs/libore 0x8ffe58c1 ore_write +EXPORT_SYMBOL fs/exofs/libore 0x90c9ebf0 ore_put_io_state +EXPORT_SYMBOL fs/exofs/libore 0x9a08abf6 extract_attr_from_ios +EXPORT_SYMBOL fs/exofs/libore 0x9ffa414e ore_get_rw_state +EXPORT_SYMBOL fs/exofs/libore 0xa3d2a634 g_attr_logical_length +EXPORT_SYMBOL fs/exofs/libore 0xedf55893 ore_check_io +EXPORT_SYMBOL fs/exofs/libore 0xf93e89ba ore_remove +EXPORT_SYMBOL fs/fscache/fscache 0x007ab4f7 __fscache_write_page +EXPORT_SYMBOL fs/fscache/fscache 0x009af68c fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x07d9b576 fscache_wait_bit_interruptible +EXPORT_SYMBOL fs/fscache/fscache 0x0829d15f __fscache_check_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x0aef8f07 __fscache_update_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x11b82bd5 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x1cbd9e86 fscache_mark_pages_cached +EXPORT_SYMBOL fs/fscache/fscache 0x1f2834b9 __fscache_register_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x2021fe8e __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x2d501c3d __fscache_attr_changed +EXPORT_SYMBOL fs/fscache/fscache 0x2ea14e05 fscache_cache_cleared_wq +EXPORT_SYMBOL fs/fscache/fscache 0x33504d8b __fscache_read_or_alloc_pages +EXPORT_SYMBOL fs/fscache/fscache 0x3fc23318 fscache_wait_bit +EXPORT_SYMBOL fs/fscache/fscache 0x53e70cff fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x57f1e1b7 __fscache_maybe_release_page +EXPORT_SYMBOL fs/fscache/fscache 0x5a880e58 __fscache_unregister_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x5e9c3ce4 __fscache_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x5f2d2dee fscache_mark_page_cached +EXPORT_SYMBOL fs/fscache/fscache 0x67d497fe fscache_fsdef_index +EXPORT_SYMBOL fs/fscache/fscache 0x74530ecd fscache_op_debug_id +EXPORT_SYMBOL fs/fscache/fscache 0x764c1249 __fscache_uncache_page +EXPORT_SYMBOL fs/fscache/fscache 0x7732e10f __fscache_wait_on_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x86f8894f fscache_object_states +EXPORT_SYMBOL fs/fscache/fscache 0x87479502 __fscache_wait_on_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x8f9575a0 fscache_obtained_object +EXPORT_SYMBOL fs/fscache/fscache 0x903a0adc fscache_op_complete +EXPORT_SYMBOL fs/fscache/fscache 0x92ad689d __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x96f02daf fscache_check_aux +EXPORT_SYMBOL fs/fscache/fscache 0x9f4c838a fscache_enqueue_operation +EXPORT_SYMBOL fs/fscache/fscache 0xa7941f00 __fscache_uncache_all_inode_pages +EXPORT_SYMBOL fs/fscache/fscache 0xde4fc950 fscache_object_work_func +EXPORT_SYMBOL fs/fscache/fscache 0xf2eb95eb fscache_init_cache +EXPORT_SYMBOL fs/fscache/fscache 0xf9af42cd fscache_put_operation +EXPORT_SYMBOL fs/fscache/fscache 0xfd1bb5b1 __fscache_read_or_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0xfd56cd8f fscache_object_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0xff89b030 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/nfsd/nfsd 0x13d93eda nfs4_acl_posix_to_nfsv4 +EXPORT_SYMBOL fs/nfsd/nfsd 0x2095976a nfs4_acl_new +EXPORT_SYMBOL fs/nfsd/nfsd 0x35e33c1e nfs4_acl_write_who +EXPORT_SYMBOL fs/nfsd/nfsd 0x5a157ae4 nfs4_acl_get_whotype +EXPORT_SYMBOL fs/nfsd/nfsd 0x83585203 nfs4_acl_nfsv4_to_posix +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x17e4ae1e qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0x1a5a7437 qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x4c2f47ef qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xba690402 qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xdf0c1d3e qtree_read_dquot +EXPORT_SYMBOL lib/cordic 0x434bfd07 cordic_calc_iq +EXPORT_SYMBOL lib/crc-ccitt 0x3771b461 crc_ccitt +EXPORT_SYMBOL lib/crc-ccitt 0x75811312 crc_ccitt_table +EXPORT_SYMBOL lib/crc-itu-t 0xd29b009f crc_itu_t_table +EXPORT_SYMBOL lib/crc-itu-t 0xf5b4a948 crc_itu_t +EXPORT_SYMBOL lib/crc7 0xa7587646 crc7 +EXPORT_SYMBOL lib/crc7 0xd80c3603 crc7_syndrome_table +EXPORT_SYMBOL lib/crc8 0x41248eaf crc8 +EXPORT_SYMBOL lib/crc8 0xab9ad613 crc8_populate_lsb +EXPORT_SYMBOL lib/crc8 0xd4534d80 crc8_populate_msb +EXPORT_SYMBOL lib/libcrc32c 0x27000b29 crc32c +EXPORT_SYMBOL lib/lru_cache 0x0163bc72 lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0x068c643a lc_reset +EXPORT_SYMBOL lib/lru_cache 0x269b8f77 lc_put +EXPORT_SYMBOL lib/lru_cache 0x31e9b84b lc_get +EXPORT_SYMBOL lib/lru_cache 0x3b074b02 lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x4f063e89 lc_find +EXPORT_SYMBOL lib/lru_cache 0x65cdbc9c lc_try_get +EXPORT_SYMBOL lib/lru_cache 0x664c69b7 lc_set +EXPORT_SYMBOL lib/lru_cache 0x8bef999a lc_committed +EXPORT_SYMBOL lib/lru_cache 0x94b539df lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0xbb58a843 lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0xd9710a61 lc_create +EXPORT_SYMBOL lib/lru_cache 0xdcf214fd lc_del +EXPORT_SYMBOL lib/lru_cache 0xf249f5fd lc_is_used +EXPORT_SYMBOL lib/lru_cache 0xf2e63333 lc_index_of +EXPORT_SYMBOL lib/lru_cache 0xf3e81586 lc_seq_printf_stats +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0bd662f6 raid6_gfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x15fe0cd3 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x5ba93f9d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xb0d904b7 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xce45a6f1 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd9e91f83 raid6_vgfmul +EXPORT_SYMBOL lib/zlib_deflate/zlib_deflate 0x315c65fd zlib_deflateInit2 +EXPORT_SYMBOL lib/zlib_deflate/zlib_deflate 0x48034724 zlib_deflateReset +EXPORT_SYMBOL lib/zlib_deflate/zlib_deflate 0xaf64ad0d zlib_deflate +EXPORT_SYMBOL lib/zlib_deflate/zlib_deflate 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL lib/zlib_deflate/zlib_deflate 0xf741c793 zlib_deflateEnd +EXPORT_SYMBOL net/802/p8022 0x440015e7 register_8022_client +EXPORT_SYMBOL net/802/p8022 0x631fdff9 unregister_8022_client +EXPORT_SYMBOL net/802/p8023 0x5df17ae2 make_8023_client +EXPORT_SYMBOL net/802/p8023 0xf4932da4 destroy_8023_client +EXPORT_SYMBOL net/802/psnap 0xa05c2af0 unregister_snap_client +EXPORT_SYMBOL net/802/psnap 0xd3fe3c71 register_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x0a23d01b p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x1a37c7e9 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x1c66ef07 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x1dfeed1b p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x22080b71 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x287ddea0 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0x358e6445 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0x35d1e27e p9_idpool_get +EXPORT_SYMBOL net/9p/9pnet 0x366b4ef3 p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x4532ea8b p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x454b3ba1 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x4c70941d p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0x4dd6f0aa v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x7128b9f5 p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x7b8c1e82 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x7c705914 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x803f6d60 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x88ae0f20 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x8bae3f11 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x8c173d41 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0x8ecc6735 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0x92ac1d9c p9_payload_gup +EXPORT_SYMBOL net/9p/9pnet 0x977a0030 p9_nr_pages +EXPORT_SYMBOL net/9p/9pnet 0x9c964743 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0xa443a179 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xa5aa3586 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0xabb998ff p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0xaf84851a p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0xb156ccb5 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0xb4e86c61 p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0xb84894c0 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0xbad4a5f1 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0xbb5e9d9f p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0xbf01b773 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0xc1a4cbcf p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0xc261e76d p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0xc5db54a9 p9_idpool_destroy +EXPORT_SYMBOL net/9p/9pnet 0xcd8f627a p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0xcf0d2464 p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xd3764d58 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0xd77b4371 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0xd8eda45e p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0xdb72b283 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0xdfdf2d0a p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0xe3cb3398 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe7ed99f3 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0xf4a111d8 p9_idpool_create +EXPORT_SYMBOL net/9p/9pnet 0xf783b40c p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0xf84f2022 p9_idpool_put +EXPORT_SYMBOL net/9p/9pnet 0xfd40c79d p9_idpool_check +EXPORT_SYMBOL net/appletalk/appletalk 0x4c1c0b13 aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0x8e793564 alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0x9059260b atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0x93cad627 atalk_find_dev_addr +EXPORT_SYMBOL net/atm/atm 0x076d5ed8 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0x09e86f17 vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x0e21c63e atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x25aa7730 atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0x276ee2cc atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x4ec70963 atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x61aff529 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0x6a8394f1 vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0x80d628bc atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0x8bd5e03f atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x93136f41 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xacf49913 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0xc1aa9625 deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/atm/atm 0xfdf0ab35 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xfe253910 atm_charge +EXPORT_SYMBOL net/ax25/ax25 0x026c1368 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x13e0d5e8 ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x60a89eef ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x6eaebc40 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0x768d3924 ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x82490c7c ax25_rebuild_header +EXPORT_SYMBOL net/ax25/ax25 0x8ba63c8c ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0xb0dcefa8 ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0xb740062d ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0xbfc9ac3e ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xfd54c92a ax25_hard_header +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1349a6cb bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1de56103 bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2086e0a1 hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x229dddc0 hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2683bed5 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0x275f949e hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2a163f6b hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2da8ef38 bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0x307606c0 bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x317524bd hci_recv_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3a4907c6 bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5c9fb450 hci_recv_stream_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6180bbae hci_conn_put_device +EXPORT_SYMBOL net/bluetooth/bluetooth 0x783e9c1a hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7c640527 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x871acd96 bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x914acd0f bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x91c9a325 bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x96dab637 bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0x97486939 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa8960101 bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xab0000a6 hci_conn_hold_device +EXPORT_SYMBOL net/bluetooth/bluetooth 0xae2824c6 hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xae2bc684 bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb5150057 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb61a0c3b bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb9068c01 bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbe8ea2a4 hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc8daf0f6 bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcb8f62d7 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc1fb551 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd480b6c5 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd6f6d3f7 hci_alloc_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdc478c85 hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe503bcbf hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf19294db bt_sock_unregister +EXPORT_SYMBOL net/bridge/bridge 0x0c82e9ee br_should_route_hook +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x7147b27a ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xa2be762b ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xe2a1379b ebt_do_table +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x2a09f713 cfpkt_fromnative +EXPORT_SYMBOL net/caif/caif 0x329dbd06 cfpkt_info +EXPORT_SYMBOL net/caif/caif 0x38701a7c cfcnfg_del_phy_layer +EXPORT_SYMBOL net/caif/caif 0x43f59c44 caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x6a44fc70 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x7f755faf caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x90e8d953 cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0x966d7de2 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xd53b1501 caif_connect_client +EXPORT_SYMBOL net/caif/caif 0xd9c3e828 get_cfcnfg +EXPORT_SYMBOL net/can/can 0x527ed53d can_proto_unregister +EXPORT_SYMBOL net/can/can 0xa9767670 can_ioctl +EXPORT_SYMBOL net/can/can 0xcc889ca1 can_send +EXPORT_SYMBOL net/can/can 0xd13e22d2 can_rx_register +EXPORT_SYMBOL net/can/can 0xe2f31524 can_rx_unregister +EXPORT_SYMBOL net/can/can 0xe89a0b2b can_proto_register +EXPORT_SYMBOL net/ceph/libceph 0x08d943f1 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x09290ab3 ceph_debugfs_init +EXPORT_SYMBOL net/ceph/libceph 0x0bd5dcf4 ceph_calc_pg_primary +EXPORT_SYMBOL net/ceph/libceph 0x10940306 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0x12f79582 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x144315bb ceph_osdc_cancel_event +EXPORT_SYMBOL net/ceph/libceph 0x197effcb ceph_osdc_release_request +EXPORT_SYMBOL net/ceph/libceph 0x1b4e93d3 ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x20a8f027 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0x2addc2b8 __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x3158173e ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x34a64292 ceph_messenger_init +EXPORT_SYMBOL net/ceph/libceph 0x3abec91f ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x40ed3acc ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x4205ffd7 ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0x43c8d341 ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0x43e458f6 ceph_file_part +EXPORT_SYMBOL net/ceph/libceph 0x459d4240 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x47bc119a ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x4ad6b87e ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0x4e485ec2 ceph_calc_raw_layout +EXPORT_SYMBOL net/ceph/libceph 0x50c29f3b ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode +EXPORT_SYMBOL net/ceph/libceph 0x5477c14a ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x5ea84250 ceph_copy_page_vector_to_user +EXPORT_SYMBOL net/ceph/libceph 0x5fe4b2fa ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0x61de7bd2 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x6adf48ec ceph_osdc_create_event +EXPORT_SYMBOL net/ceph/libceph 0x6b2bdb14 ceph_osdc_init +EXPORT_SYMBOL net/ceph/libceph 0x6d2d06a1 ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0x6ed41be2 ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0x77622e71 ceph_client_id +EXPORT_SYMBOL net/ceph/libceph 0x77692acb ceph_msg_last_put +EXPORT_SYMBOL net/ceph/libceph 0x78580559 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x7accfbd2 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x7bb2728d ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x80c2c31d ceph_osdc_put_event +EXPORT_SYMBOL net/ceph/libceph 0x81cbb997 ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0x87b33327 ceph_calc_object_layout +EXPORT_SYMBOL net/ceph/libceph 0x8c29826c ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x8fdf7366 ceph_osdc_build_request +EXPORT_SYMBOL net/ceph/libceph 0x9142779e ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x923e61aa ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x984e3d66 ceph_osdc_unregister_linger_request +EXPORT_SYMBOL net/ceph/libceph 0x9f534f4d ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xa30bcc3f ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0xa40bd703 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0xa4b7ef0e ceph_osdc_wait_event +EXPORT_SYMBOL net/ceph/libceph 0xa51453e2 ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0xa6649c11 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0xa6cb67d8 ceph_get_direct_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb6081d6d ceph_msgr_exit +EXPORT_SYMBOL net/ceph/libceph 0xb67fe29a ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0xb7566762 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0xbc431bc8 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xc045df6c ceph_osdc_writepages +EXPORT_SYMBOL net/ceph/libceph 0xc4a80955 ceph_debugfs_cleanup +EXPORT_SYMBOL net/ceph/libceph 0xc55de604 ceph_parse_options +EXPORT_SYMBOL net/ceph/libceph 0xc744dd64 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0xc97d894f ceph_osdc_stop +EXPORT_SYMBOL net/ceph/libceph 0xc9f4167b ceph_osdc_readpages +EXPORT_SYMBOL net/ceph/libceph 0xc9f82b38 ceph_msgr_init +EXPORT_SYMBOL net/ceph/libceph 0xcb50a624 ceph_parse_ips +EXPORT_SYMBOL net/ceph/libceph 0xce3f909a ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0xcf15a02e ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0xd1ee1c2b ceph_monc_got_mdsmap +EXPORT_SYMBOL net/ceph/libceph 0xd2c107bb ceph_flags_to_mode +EXPORT_SYMBOL net/ceph/libceph 0xd53cbb60 ceph_monc_create_snapid +EXPORT_SYMBOL net/ceph/libceph 0xd84043d2 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0xd86915bd ceph_osdc_set_request_linger +EXPORT_SYMBOL net/ceph/libceph 0xdb427d18 ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0xe6cd452f ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0xf0b322aa ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xfa9adda8 ceph_osdc_wait_request +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xe5dffc2a dccp_syn_ack_timeout +EXPORT_SYMBOL net/ieee802154/ieee802154 0x0a07bc65 wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0x1e761706 wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0x309fd5db ieee802154_nl_assoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x462f729c wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0x53722d78 ieee802154_nl_disassoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xa4bf6ec9 ieee802154_nl_beacon_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xa6927d9e ieee802154_nl_assoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xaa32c7c1 ieee802154_nl_disassoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xb4cfb2f6 wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0xb7e5d952 ieee802154_nl_start_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xb8f3e17b ieee802154_nl_scan_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xcf726333 wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0xf66373bb wpan_phy_alloc +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x0a772631 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x7b1ff024 arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xfb68892c arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xb7cee792 ipt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xc4a5caa1 ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xd51f0c38 ipt_register_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x21fcfa53 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/tunnel4 0xf242feff xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x8cec712a ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xb52ab37f ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x7700e682 ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xea7fae76 ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xec770173 ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x6eab0a9b xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0x89881181 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x2a3cffc7 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xe9f7f1ec xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x0d8685b1 ircomm_connect_response +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x200d84f6 ircomm_flow_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x3247fd7a ircomm_data_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x60343a75 ircomm_open +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x7996a2bd ircomm_close +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x93af2e1d ircomm_control_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xa753ec1b ircomm_disconnect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xf84f91c2 ircomm_connect_request +EXPORT_SYMBOL net/irda/irda 0x00e7bec6 iriap_getvaluebyclass_request +EXPORT_SYMBOL net/irda/irda 0x01dbeb0e irias_delete_object +EXPORT_SYMBOL net/irda/irda 0x06a3ee58 irias_new_integer_value +EXPORT_SYMBOL net/irda/irda 0x07d3647c irlmp_register_service +EXPORT_SYMBOL net/irda/irda 0x0bab6037 hashbin_remove +EXPORT_SYMBOL net/irda/irda 0x0f203857 async_wrap_skb +EXPORT_SYMBOL net/irda/irda 0x0f930d1a irlmp_close_lsap +EXPORT_SYMBOL net/irda/irda 0x1032921a irttp_connect_response +EXPORT_SYMBOL net/irda/irda 0x19adaf2f irttp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x1d167e67 irlmp_connect_request +EXPORT_SYMBOL net/irda/irda 0x1d83e2e6 irda_notify_init +EXPORT_SYMBOL net/irda/irda 0x2036ad06 irda_param_insert +EXPORT_SYMBOL net/irda/irda 0x21466223 irlap_close +EXPORT_SYMBOL net/irda/irda 0x23a2eee7 hashbin_remove_this +EXPORT_SYMBOL net/irda/irda 0x3340687a irttp_close_tsap +EXPORT_SYMBOL net/irda/irda 0x359de411 irias_insert_object +EXPORT_SYMBOL net/irda/irda 0x3b0a2ab6 irias_find_object +EXPORT_SYMBOL net/irda/irda 0x3b9bdefe irias_add_octseq_attrib +EXPORT_SYMBOL net/irda/irda 0x428321fa hashbin_get_next +EXPORT_SYMBOL net/irda/irda 0x448b8aaa irda_qos_bits_to_value +EXPORT_SYMBOL net/irda/irda 0x46c1c4a2 irlmp_unregister_service +EXPORT_SYMBOL net/irda/irda 0x48d17824 irias_add_integer_attrib +EXPORT_SYMBOL net/irda/irda 0x62acf28c irias_add_string_attrib +EXPORT_SYMBOL net/irda/irda 0x648c7478 hashbin_get_first +EXPORT_SYMBOL net/irda/irda 0x6941a1cb iriap_open +EXPORT_SYMBOL net/irda/irda 0x6b043eba irda_init_max_qos_capabilies +EXPORT_SYMBOL net/irda/irda 0x7042bc54 irlmp_register_client +EXPORT_SYMBOL net/irda/irda 0x763e54a4 irlmp_unregister_client +EXPORT_SYMBOL net/irda/irda 0x7957f728 irlmp_update_client +EXPORT_SYMBOL net/irda/irda 0x7d54adaf irias_new_object +EXPORT_SYMBOL net/irda/irda 0x7ff509a2 hashbin_lock_find +EXPORT_SYMBOL net/irda/irda 0x807beb7f iriap_close +EXPORT_SYMBOL net/irda/irda 0x8cd99be0 hashbin_insert +EXPORT_SYMBOL net/irda/irda 0x8eedbdb3 irlmp_open_lsap +EXPORT_SYMBOL net/irda/irda 0x9020871a proc_irda +EXPORT_SYMBOL net/irda/irda 0x9077c3f7 irttp_dup +EXPORT_SYMBOL net/irda/irda 0x91815586 irda_param_pack +EXPORT_SYMBOL net/irda/irda 0x93503a6e irttp_connect_request +EXPORT_SYMBOL net/irda/irda 0x95e9b1dd irttp_flow_request +EXPORT_SYMBOL net/irda/irda 0x993ad14b irda_param_extract_all +EXPORT_SYMBOL net/irda/irda 0x9e326eb3 hashbin_delete +EXPORT_SYMBOL net/irda/irda 0xa370c681 hashbin_find +EXPORT_SYMBOL net/irda/irda 0xa6c782ec irlmp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0xa72deebc irttp_open_tsap +EXPORT_SYMBOL net/irda/irda 0xb9394173 irias_delete_value +EXPORT_SYMBOL net/irda/irda 0xbcd3ef13 irias_object_change_attribute +EXPORT_SYMBOL net/irda/irda 0xbe40ace9 irlmp_discovery_request +EXPORT_SYMBOL net/irda/irda 0xbee61776 irda_device_set_media_busy +EXPORT_SYMBOL net/irda/irda 0xc0bee29c hashbin_new +EXPORT_SYMBOL net/irda/irda 0xc94cf575 irlmp_data_request +EXPORT_SYMBOL net/irda/irda 0xd6deeaae irda_setup_dma +EXPORT_SYMBOL net/irda/irda 0xd7bc0905 irlap_open +EXPORT_SYMBOL net/irda/irda 0xde4c6b3c irlmp_service_to_hint +EXPORT_SYMBOL net/irda/irda 0xe290c442 irttp_data_request +EXPORT_SYMBOL net/irda/irda 0xe69be690 irttp_udata_request +EXPORT_SYMBOL net/irda/irda 0xe8fa8a58 alloc_irdadev +EXPORT_SYMBOL net/irda/irda 0xec206a2c irlmp_connect_response +EXPORT_SYMBOL net/irda/irda 0xedd521c2 irlmp_get_discoveries +EXPORT_SYMBOL net/irda/irda 0xf48d085b async_unwrap_char +EXPORT_SYMBOL net/l2tp/l2tp_core 0xb67bd371 l2tp_recv_common +EXPORT_SYMBOL net/lapb/lapb 0x18408c17 lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0x396fddae lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0x4a0370d1 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0x989bbba5 lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0x9dedb25f lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0xa336e8cd lapb_register +EXPORT_SYMBOL net/lapb/lapb 0xbc13e40b lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0xc62764fa lapb_data_request +EXPORT_SYMBOL net/llc/llc 0x11a0ee0d llc_sap_close +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x6ac55442 llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0x6e07a631 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0x9bdf602c llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0xa64c3e0b llc_add_pack +EXPORT_SYMBOL net/llc/llc 0xd4f84b26 llc_sap_open +EXPORT_SYMBOL net/llc/llc 0xd629316a llc_sap_list_lock +EXPORT_SYMBOL net/llc/llc 0xdee47d1c llc_mac_hdr_init +EXPORT_SYMBOL net/mac80211/mac80211 0x0390787b ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x0473f1cc ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x04f0cfc4 ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x0790282b ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x0a191bf2 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x1600d865 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x22f320cc ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x233d9679 ieee80211_napi_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x2ab9e1b9 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x2e5c30ab ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x2f5b40bd ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x3686d6f8 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0x445fb09b ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x45a46abc ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x484f8b81 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x4d451d69 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x5a84cf6a rate_control_send_low +EXPORT_SYMBOL net/mac80211/mac80211 0x5c28cca5 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x5c640d31 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x5f24068d ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x65326d70 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x658b4647 ieee80211_sta_eosp_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x6dd92d7f ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x70bb079f ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x72380e85 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x72fa5880 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x7344e354 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x7aa0a60b ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x7db846a7 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x84b275f6 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x85be0f7f ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x893f93d7 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x89736cb6 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x8a24356a ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x8cb6563f ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x909da5ef ieee80211_disable_dyn_ps +EXPORT_SYMBOL net/mac80211/mac80211 0x91ae574d __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x952e50f3 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x97601858 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x976343bb __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x9d40cc2e ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xa0b3e3d5 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0xa6e9aebb ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0xaa157485 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0xb6559929 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xb7abe6b2 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0xb8293a60 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xba21e6fe ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0xbb3a5b88 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0xc36b62da ieee80211_alloc_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xc7e9782e ieee80211_get_key_tx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xcf0bbcb1 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xd19f5c60 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xd23747e4 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0xdb13e8c7 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0xdbbaa334 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xddb47d52 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xdfcdd9ee ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0xe2a3d1c0 ieee80211_napi_schedule +EXPORT_SYMBOL net/mac80211/mac80211 0xec0f5a7a ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0xef0af0be ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0xf04f3895 __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xf2d6d6b8 ieee80211_rx +EXPORT_SYMBOL net/mac80211/mac80211 0xf395de03 ieee80211_aes_cmac_calculate_k1_k2 +EXPORT_SYMBOL net/mac80211/mac80211 0xf4b054d1 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0xf66af6a8 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xf9b0a4e0 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xfb5e80d6 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xfb984075 ieee80211_enable_dyn_ps +EXPORT_SYMBOL net/mac80211/mac80211 0xfc3febb6 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac802154/mac802154 0x05cdc366 ieee802154_alloc_device +EXPORT_SYMBOL net/mac802154/mac802154 0x31b4c209 ieee802154_free_device +EXPORT_SYMBOL net/mac802154/mac802154 0x59a7cfcb ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0x6a1df079 ieee802154_register_device +EXPORT_SYMBOL net/mac802154/mac802154 0x9508b077 ieee802154_unregister_device +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x17587722 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x18c04738 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x323be27e ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x5ef70084 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x648ad14b ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x780d0c15 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x95821ac4 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb9b4f907 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xcf273050 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd1c2527e unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd5ef166d register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xdc8f4654 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe0b0f30d ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf1587460 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x6f9276d5 __nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x77682720 nf_conntrack_untracked +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xf5621b51 __nf_ct_ext_add_length +EXPORT_SYMBOL net/netfilter/nf_conntrack_proto_gre 0x486b3cab nf_ct_gre_keymap_flush +EXPORT_SYMBOL net/netfilter/nf_nat 0x08a998ef __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x45fb761e nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/nf_nat 0x58e8a6a5 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x6c596383 nf_nat_used_tuple +EXPORT_SYMBOL net/netfilter/nf_nat 0x98856876 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0xba935cd9 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/x_tables 0x08c473b7 xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x31181e5c xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0x51165125 xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x533af5f3 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x7c8df060 xt_find_target +EXPORT_SYMBOL net/netfilter/x_tables 0x7f657750 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x8710ded9 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x8e57dc81 xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0xab89508d xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0xae13b489 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xb28f5ef1 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xe13be046 xt_unregister_targets +EXPORT_SYMBOL net/nfc/hci/hci 0x0ad06a3f nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x0c240ff4 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x0f0692b8 nfc_hci_send_response +EXPORT_SYMBOL net/nfc/hci/hci 0x3453a947 nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0x43028a27 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x5805d274 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0x5e125540 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0x85a206d6 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0x8988d255 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x8f9d9fbc nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xa32064e5 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0xac77d86e nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xadbb74ee nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0xb5db3df8 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0xbc737e17 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0xbca0b4fd nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xc4d489be nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0xcd45e94a nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0xcfc24bd8 nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0xe5b42095 nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/nci/nci 0x1d4296df nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0x216724f7 nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x2abcbe26 nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x75348162 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xc73175eb nci_recv_frame +EXPORT_SYMBOL net/nfc/nfc 0x01a0bbe3 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x1819694e nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0x22be2c43 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0x3c8b45aa nfc_class +EXPORT_SYMBOL net/nfc/nfc 0x60d11c70 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0x62869c58 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0x6cd38774 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0x8bd702a7 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x8ec0c9bb nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0x91de48a4 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0xa22d4b9b nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0xa4ab3a7e nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0xbbb51752 nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0xd3672328 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xd4b40d29 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0xf91054cd nfc_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0x11160918 phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0x27dc50bd phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0x44b2c89c phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0x798e32fd pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0x8dd1e420 phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0x92f052c1 pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0xd213b167 pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0xf46999f8 pn_sock_unhash +EXPORT_SYMBOL net/rds/rds 0x5031b8c5 rds_str_array +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x13e5654e rxrpc_kernel_get_abort_code +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x1509f139 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x326d4c15 rxrpc_kernel_free_skb +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x337792d8 rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x664147dd rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x7042cd8a rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x89b14379 rxrpc_kernel_data_delivered +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x8fb84c54 rxrpc_kernel_is_data_last +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xafcc540b rxrpc_kernel_reject_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xbb187b5c rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xbcc49185 rxrpc_kernel_get_error_number +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xc9110f56 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xd5267865 rxrpc_kernel_accept_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xd82382b0 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xf069bb4c rxrpc_kernel_intercept_rx_messages +EXPORT_SYMBOL net/sctp/sctp 0x3e06d843 sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/sunrpc 0xc3091d40 svc_pool_stats_open +EXPORT_SYMBOL net/wanrouter/wanrouter 0x0ebe03d1 unregister_wan_device +EXPORT_SYMBOL net/wanrouter/wanrouter 0x809cfbd0 register_wan_device +EXPORT_SYMBOL net/wimax/wimax 0x1cfe4255 wimax_rfkill +EXPORT_SYMBOL net/wimax/wimax 0x507a424b wimax_reset +EXPORT_SYMBOL net/wireless/cfg80211 0x011926f9 cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x01514469 cfg80211_inform_bss_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x06b7469d cfg80211_testmode_event +EXPORT_SYMBOL net/wireless/cfg80211 0x087aace2 __ieee80211_get_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x099fafb8 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x09c64fbd ieee80211_frequency_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x0cdbef0d cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x104eaefe cfg80211_mgmt_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x18c0369e ieee80211_data_from_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0x19e03378 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0x1c06e396 cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x28a7198c wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0x2c959863 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x2cd23285 cfg80211_inform_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x2da4c9a0 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x31f6a81b wiphy_rfkill_stop_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x37277234 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x384921a2 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x38a75065 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x3c2217de cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x4237486a cfg80211_send_assoc_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x49ad3f68 cfg80211_send_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x4dcd6de4 cfg80211_testmode_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x4e414179 cfg80211_send_unprot_deauth +EXPORT_SYMBOL net/wireless/cfg80211 0x56473b5a cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x56acd350 cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x590268cb ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x5a273164 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x5b4f2693 cfg80211_testmode_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x5cc88516 cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0x5de0eed6 cfg80211_rx_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x5ed66650 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x69cfb0d1 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x69d57ba2 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x6b150585 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x700b7278 cfg80211_del_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x72809419 cfg80211_connect_result +EXPORT_SYMBOL net/wireless/cfg80211 0x74aa8dcb cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0x78a0485a wiphy_rfkill_set_hw_state +EXPORT_SYMBOL net/wireless/cfg80211 0x7d97a1f8 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7fe1a403 cfg80211_find_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x81404b48 ieee80211_bss_get_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x86a4d5fa cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x88818b47 cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0x8c9583bf cfg80211_send_unprot_disassoc +EXPORT_SYMBOL net/wireless/cfg80211 0x930f58e1 cfg80211_send_rx_auth +EXPORT_SYMBOL net/wireless/cfg80211 0x982e6b6d ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x9985c6ea cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0x9a466f95 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x9c0f1d50 __cfg80211_send_deauth +EXPORT_SYMBOL net/wireless/cfg80211 0xa0867624 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0xa1425906 ieee80211_channel_to_frequency +EXPORT_SYMBOL net/wireless/cfg80211 0xa197b1ff ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xa455a16e cfg80211_report_obss_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0xa61c0fa3 wiphy_new +EXPORT_SYMBOL net/wireless/cfg80211 0xa9f4784f cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0xaa0ed3c5 __cfg80211_send_disassoc +EXPORT_SYMBOL net/wireless/cfg80211 0xb65853e6 cfg80211_send_rx_assoc +EXPORT_SYMBOL net/wireless/cfg80211 0xb65ab162 freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0xb86783ad cfg80211_testmode_reply +EXPORT_SYMBOL net/wireless/cfg80211 0xb936923b cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0xbd331d3a cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0xbe62199a cfg80211_send_disassoc +EXPORT_SYMBOL net/wireless/cfg80211 0xc18f3601 ieee80211_data_to_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0xc63f1b81 ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0xc674ba68 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0xcf618a57 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0xd16f3299 wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0xd2982b9f cfg80211_get_mesh +EXPORT_SYMBOL net/wireless/cfg80211 0xd4ae6424 cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0xd5d62f36 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xd73d2953 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0xd7fbea45 cfg80211_send_deauth +EXPORT_SYMBOL net/wireless/cfg80211 0xd82495a6 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xde6d3b78 cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0xe33e8c9c cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xeb870bce cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0xebc1dbd0 wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0xed4c9b8a cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0xfa7d87f9 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xfed4d591 cfg80211_find_vendor_ie +EXPORT_SYMBOL net/wireless/cfg80211 0xff41b06e cfg80211_roamed_bss +EXPORT_SYMBOL net/wireless/lib80211 0x28f65a2d lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0x2d0f99e5 print_ssid +EXPORT_SYMBOL net/wireless/lib80211 0x4a6634fe lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x5fad613b lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0x6082905b lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xb924bc4d lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xfc2859e5 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL sound/ac97_bus 0x0c9ec104 ac97_bus_type +EXPORT_SYMBOL sound/core/seq/snd-seq 0x058c9508 snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0x1a724fcc snd_seq_kernel_client_ctl +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3061c52d snd_use_lock_sync_helper +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3fb4d161 snd_seq_kernel_client_dispatch +EXPORT_SYMBOL sound/core/seq/snd-seq 0x466e13d3 snd_seq_event_port_attach +EXPORT_SYMBOL sound/core/seq/snd-seq 0x6bb71038 snd_seq_delete_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x6c3a7ba8 snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7ac2f329 snd_seq_expand_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7b8699eb snd_seq_event_port_detach +EXPORT_SYMBOL sound/core/seq/snd-seq 0xa90bcead snd_seq_kernel_client_enqueue_blocking +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb8e448a0 snd_seq_set_queue_tempo +EXPORT_SYMBOL sound/core/seq/snd-seq 0xcac0a3be snd_seq_kernel_client_enqueue +EXPORT_SYMBOL sound/core/seq/snd-seq 0xe934da1d snd_seq_dump_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x2af4e3d8 snd_seq_device_new +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x3a57f235 snd_seq_autoload_unlock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xb90668b2 snd_seq_autoload_lock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xc622fb29 snd_seq_device_unregister_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xd412eaf6 snd_seq_device_register_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x6ea09972 snd_midi_channel_alloc_set +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x833a3e07 snd_midi_channel_set_clear +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0xb9948d2c snd_midi_channel_free_set +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0xf0a1fdb3 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x2b51b084 snd_midi_event_free +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x350963b4 snd_midi_event_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x7f62d029 snd_midi_event_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x83914b9a snd_midi_event_no_status +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x92ee6bb0 snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x9e7d3f0f snd_midi_event_reset_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xbc141dfc snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xf2bf1549 snd_midi_event_new +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0x4a086578 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x027934d6 snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0x0330100f snd_card_register +EXPORT_SYMBOL sound/core/snd 0x074c0c35 snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0x07f1e2c2 snd_jack_report +EXPORT_SYMBOL sound/core/snd 0x0920b2fe snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0x0d256637 snd_register_device_for_dev +EXPORT_SYMBOL sound/core/snd 0x0faebfb4 snd_device_register +EXPORT_SYMBOL sound/core/snd 0x18e1683f snd_dma_program +EXPORT_SYMBOL sound/core/snd 0x191e88cf snd_dma_pointer +EXPORT_SYMBOL sound/core/snd 0x192664b9 snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0x1b0d785a snd_info_register +EXPORT_SYMBOL sound/core/snd 0x23897cc0 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x27440540 snd_seq_root +EXPORT_SYMBOL sound/core/snd 0x2ae3deaa release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x3fba5262 snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0x4010c90c snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0x4613efbc snd_cards +EXPORT_SYMBOL sound/core/snd 0x46d034ce snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4b015768 snd_iprintf +EXPORT_SYMBOL sound/core/snd 0x56a56348 snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0x602c96f0 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x683867e2 snd_add_device_sysfs_file +EXPORT_SYMBOL sound/core/snd 0x69732ffa snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0x6cc23dd1 snd_card_unref +EXPORT_SYMBOL sound/core/snd 0x70c15ac1 snd_dma_disable +EXPORT_SYMBOL sound/core/snd 0x75b942e1 snd_jack_new +EXPORT_SYMBOL sound/core/snd 0x7687a8c4 snd_device_new +EXPORT_SYMBOL sound/core/snd 0x76bf1d26 snd_device_free +EXPORT_SYMBOL sound/core/snd 0x79ebb15b snd_card_create +EXPORT_SYMBOL sound/core/snd 0x7ff25f31 snd_power_wait +EXPORT_SYMBOL sound/core/snd 0x81b69e41 snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x947b3d81 snd_card_free +EXPORT_SYMBOL sound/core/snd 0x9bbbbfcc snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0xa0fd2427 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0xaa667fba snd_card_proc_new +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xb4aa8f05 snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0xb997a64c snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0xbcfb6d87 snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0xc3ecf6e3 snd_component_add +EXPORT_SYMBOL sound/core/snd 0xc4338dac snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0xc9799184 snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0xce3ca308 copy_from_user_toio +EXPORT_SYMBOL sound/core/snd 0xd58c50b5 snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0xd720a4b0 snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0xdac5ed60 snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0xe4f7e6a6 snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0xef08cda0 snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0xf0628789 snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0xf26e912e snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0xf2a26583 snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0xf491e29d snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0xf972793a snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0xfe7b70b6 snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0xff780c84 _snd_ctl_add_slave +EXPORT_SYMBOL sound/core/snd-hwdep 0x246765ce snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-page-alloc 0x02271576 snd_dma_get_reserved_buf +EXPORT_SYMBOL sound/core/snd-page-alloc 0x10916391 snd_dma_alloc_pages +EXPORT_SYMBOL sound/core/snd-page-alloc 0x20424e2a snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-page-alloc 0x3b91f3af snd_free_pages +EXPORT_SYMBOL sound/core/snd-page-alloc 0xade88e76 snd_malloc_pages +EXPORT_SYMBOL sound/core/snd-page-alloc 0xb2770df0 snd_dma_reserve_buf +EXPORT_SYMBOL sound/core/snd-page-alloc 0xbbe7b67f snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-page-alloc 0xcda7a99c snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x0124cf26 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL sound/core/snd-pcm 0x04cda566 snd_interval_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x07f6ac04 snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x087cde54 snd_pcm_lib_write +EXPORT_SYMBOL sound/core/snd-pcm 0x0a6a5f6b snd_pcm_lib_readv +EXPORT_SYMBOL sound/core/snd-pcm 0x11316968 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0x11f9c9cd snd_pcm_lib_mmap_iomem +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x22864d1e snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0x257efc87 snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x2c1811ab snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0x2d5588e9 snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x31927160 _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x388e994f snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL sound/core/snd-pcm 0x3d4b09ca snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0x48dd3bb0 snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x4b7bef92 snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x4d9b6d35 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x5308ae5b snd_pcm_lib_read +EXPORT_SYMBOL sound/core/snd-pcm 0x533ef1db snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x6197724c snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0x650f8603 snd_pcm_format_silence_64 +EXPORT_SYMBOL sound/core/snd-pcm 0x68a24153 snd_pcm_format_physical_width +EXPORT_SYMBOL sound/core/snd-pcm 0x68f05146 snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x7a22b932 snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0x7fed99d0 snd_pcm_limit_hw_rates +EXPORT_SYMBOL sound/core/snd-pcm 0x8f326e10 snd_pcm_notify +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x998d7098 snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xa44e0572 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0xa49c0a8d snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xa65ffb9a snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0xa8abf951 snd_pcm_suspend +EXPORT_SYMBOL sound/core/snd-pcm 0xa9adc229 snd_pcm_link_rwlock +EXPORT_SYMBOL sound/core/snd-pcm 0xae5e06cd snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0xb44cc33f snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xbd0a241e snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0xc1dc7b37 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xcb24a5ae snd_pcm_sgbuf_ops_page +EXPORT_SYMBOL sound/core/snd-pcm 0xcc0c4ebc snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0xd0b505d8 snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0xd262231e snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xd267f91b snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0xd977851b snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0xd9e24b9b snd_pcm_lib_writev +EXPORT_SYMBOL sound/core/snd-pcm 0xe212fa29 snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xe7608ffa snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0xf05fc5d3 snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0xf3797152 snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xf752a063 snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-pcm 0xffc23940 snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-rawmidi 0x047a563d snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0x165efce9 snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2520caeb snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2aadcc92 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2d39eb43 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x36bb3cb9 snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x3c85447f snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0x421ef05c snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x46d8c606 snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0x4bd9504f snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0x543caa43 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0x63cbb277 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x67f8a7ca snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0xab2ab4c4 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb9353e52 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc2655ab7 snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0xea79231c snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-timer 0x10200f40 snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0x32e8e292 snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0x34c7897c snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0x5f14e511 snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0x61e8b094 snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0x64aa8d05 snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0x655ccd55 snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0x74bbe26b snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0x7f575ab2 snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0xc00210f0 snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0xc33af459 snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0xc8f23630 snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0xe78d593b snd_timer_new +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6d629c59 snd_mpu401_uart_interrupt_tx +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xc0fec227 snd_mpu401_uart_interrupt +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xd5b2acf4 snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x25408f40 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x38d1a129 snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x390d05f2 snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x498aa87e snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x4c67e6e5 snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x55972383 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xd417a7b3 snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xde289b21 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xe454bd4e snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl4/snd-opl4-lib 0x54091275 snd_opl4_write_memory +EXPORT_SYMBOL sound/drivers/opl4/snd-opl4-lib 0x5dae2540 snd_opl4_write +EXPORT_SYMBOL sound/drivers/opl4/snd-opl4-lib 0x64d82b86 snd_opl4_read +EXPORT_SYMBOL sound/drivers/opl4/snd-opl4-lib 0xa4302947 snd_opl4_read_memory +EXPORT_SYMBOL sound/drivers/opl4/snd-opl4-lib 0xde681ad2 snd_opl4_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x01857624 snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x10f4fb51 snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x15621304 snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x9601e2bc snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x96cf8d3c snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xb52fb259 snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xd1ba4ceb snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xe1f33198 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xeadfb6d4 snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0a74a1fb iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0e5fb206 amdtp_out_stream_set_pcm_format +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x159c3794 amdtp_out_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1ab73775 cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1ba7738b amdtp_out_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x21198d90 amdtp_out_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x266d4b1a amdtp_out_stream_set_rate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2beaf2e4 cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3e546c86 iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4bb6bda0 fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x515e3d81 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5285fddb amdtp_out_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x54ab308f fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6fdcad7f cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x73dddcbc amdtp_out_stream_pcm_pointer +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x746748cc snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x75b8316d amdtp_out_stream_stop +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb6087356 fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xbe811956 amdtp_out_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc8a44d27 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd792f99f amdtp_out_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xdc97ed2e amdtp_out_stream_start +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe77ef8fe fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xea2508b6 fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xefb25a03 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf1051fa5 fw_iso_resources_update +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x2bc9a71c snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x313c8a56 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x56cc767e snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xa37d9812 snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xda9741a0 snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xde32abee snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x20360a06 snd_ak4117_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x4031990c snd_ak4117_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x7e175e44 snd_ak4117_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xbb6c095c snd_ak4117_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xe3c7f8af snd_ak4117_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xeeef01d6 snd_ak4117_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x0491e013 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x0b071446 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x5bbfd4c0 snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x772e788d snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x4e33d7a1 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xc12d9173 snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/other/snd-tea575x-tuner 0x290f2472 snd_tea575x_init +EXPORT_SYMBOL sound/i2c/other/snd-tea575x-tuner 0x65e84d49 snd_tea575x_exit +EXPORT_SYMBOL sound/i2c/other/snd-tea575x-tuner 0xda2b519c snd_tea575x_set_freq +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x0001110e snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x83c24234 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xa1d9aeed snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xdab803f4 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xeb0b3945 snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-i2c 0x095597f7 snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x34b4e44f snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x4d101588 snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x51e5b424 snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x54dd56bd snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0xd82cbee5 snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-tea6330t 0xda63bc94 snd_tea6330t_detect +EXPORT_SYMBOL sound/i2c/snd-tea6330t 0xe86d2f08 snd_tea6330t_update_mixer +EXPORT_SYMBOL sound/isa/es1688/snd-es1688-lib 0x0740252d snd_es1688_reset +EXPORT_SYMBOL sound/isa/es1688/snd-es1688-lib 0x12da7ca2 snd_es1688_create +EXPORT_SYMBOL sound/isa/es1688/snd-es1688-lib 0x4c921554 snd_es1688_pcm +EXPORT_SYMBOL sound/isa/es1688/snd-es1688-lib 0x649ddfc4 snd_es1688_mixer_write +EXPORT_SYMBOL sound/isa/es1688/snd-es1688-lib 0xa0984c90 snd_es1688_mixer +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x02cc98c8 snd_gus_initialize +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x0308c8fc snd_gus_create +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x0830af74 snd_gf1_stop_voice +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x1060654c snd_gf1_peek +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x14a750a1 snd_gf1_look8 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x1c1ce117 snd_gus_interrupt +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x1cfde803 snd_gf1_mem_alloc +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x2350fe6e snd_gf1_mem_free +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x3733f52a snd_gus_dram_write +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x38d72e50 snd_gf1_mem_xfree +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x3e994f39 snd_gus_use_dec +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x3e9c6d32 snd_gf1_write_addr +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x46db8d67 snd_gf1_lvol_to_gvol_raw +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x550d91e4 snd_gf1_new_mixer +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x55ec614d snd_gf1_i_look16 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x584ace17 snd_gf1_i_look8 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x5d1bdb31 snd_gf1_delay +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x5dd83bf7 snd_gf1_rawmidi_new +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x7bb955a2 snd_gf1_translate_freq +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x7f62ebb6 snd_gf1_look16 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x8f4754e6 snd_gf1_free_voice +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x91126e55 snd_gf1_ctrl_stop +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0x9117d3a9 snd_gf1_poke +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xc0e0cac6 snd_gf1_write16 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xc43a5527 snd_gf1_atten_table +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xc4ecb7e9 snd_gf1_mem_lock +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xc8a23e63 snd_gus_dram_read +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xccaf44c0 snd_gus_use_inc +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xd592254e snd_gf1_i_write8 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xe0dab18e snd_gf1_dram_addr +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xe1315599 snd_gf1_write8 +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xe814484a snd_gf1_alloc_voice +EXPORT_SYMBOL sound/isa/gus/snd-gus-lib 0xf87ca7c6 snd_gf1_pcm_new +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x0e096be3 snd_msnd_init_queue +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x10bad102 snd_msnd_enable_irq +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x15023dea snd_msnd_disable_irq +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x49b7958d snd_msnd_pcm +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x4b5a666d snd_msndmix_new +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x598882fd snd_msnd_DAPQ +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x75026b24 snd_msndmidi_input_read +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0x8b010b1c snd_msndmix_setup +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0xa324b32b snd_msnd_upload_host +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0xb5015db2 snd_msnd_dsp_halt +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0xc74bedab snd_msnd_send_word +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0xe26de9a0 snd_msnd_DARQ +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0xeb31605d snd_msndmix_force_recsrc +EXPORT_SYMBOL sound/isa/msnd/snd-msnd-lib 0xf11cd680 snd_msnd_send_dsp_cmd +EXPORT_SYMBOL sound/isa/opti9xx/snd-miro 0x0443b8cf snd_aci_cmd +EXPORT_SYMBOL sound/isa/opti9xx/snd-miro 0x7268378f snd_aci_get_aci +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x01f43161 snd_sbdsp_get_byte +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x10966de6 snd_sbmixer_new +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x25760a0f snd_sbdsp_command +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x396dfa76 snd_sbdsp_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x3b38938e snd_sbmixer_resume +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x666a8a32 snd_sbmixer_write +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x9b87a46f snd_sbmixer_add_ctl +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xb650c8da snd_sbmixer_read +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xcae2c9fc snd_sbmixer_suspend +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xde890a63 snd_sbdsp_reset +EXPORT_SYMBOL sound/isa/sb/snd-sb16-csp 0x171b3b07 snd_sb_csp_new +EXPORT_SYMBOL sound/isa/sb/snd-sb16-dsp 0x1007d6a1 snd_sb16dsp_pcm +EXPORT_SYMBOL sound/isa/sb/snd-sb16-dsp 0x24b8780c snd_sb16dsp_get_pcm_ops +EXPORT_SYMBOL sound/isa/sb/snd-sb16-dsp 0xe0b3f690 snd_sb16dsp_interrupt +EXPORT_SYMBOL sound/isa/sb/snd-sb16-dsp 0xff02bcef snd_sb16dsp_configure +EXPORT_SYMBOL sound/isa/sb/snd-sb8-dsp 0x114471e7 snd_sb8dsp_interrupt +EXPORT_SYMBOL sound/isa/sb/snd-sb8-dsp 0x7dda72b3 snd_sb8dsp_midi +EXPORT_SYMBOL sound/isa/sb/snd-sb8-dsp 0x89070671 snd_sb8dsp_pcm +EXPORT_SYMBOL sound/isa/sb/snd-sb8-dsp 0x911e523e snd_sb8dsp_midi_interrupt +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x0a2d6847 snd_emu8000_init_fm +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x453246f1 snd_emu8000_load_chorus_fx +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x5a4a4448 snd_emu8000_poke +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0x80817e30 snd_emu8000_update_reverb_mode +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0xa6575192 snd_emu8000_dma_chan +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0xcdcec419 snd_emu8000_load_reverb_fx +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0xd7321e0a snd_emu8000_update_chorus_mode +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0xdb7fb586 snd_emu8000_poke_dw +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0xe3094c29 snd_emu8000_update_equalizer +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0xef3dcb96 snd_emu8000_peek_dw +EXPORT_SYMBOL sound/isa/sb/snd-sbawe 0xf2580cde snd_emu8000_peek +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x0f91d3e7 snd_wss_mce_down +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x1cd7737a snd_wss_timer +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x1e375b3b snd_wss_out +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x2670c3ac snd_cs4236_ext_out +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x32380b83 snd_wss_pcm +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x33356457 snd_wss_info_single +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x4c3226d8 snd_wss_in +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x53739a49 snd_wss_put_single +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x5a84bd2f snd_wss_get_pcm_ops +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x677e8d8e snd_wss_get_single +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x7b202637 snd_wss_interrupt +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x83a74922 snd_wss_put_double +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x87f0f8b2 snd_wss_info_double +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0x96560d0d snd_wss_mce_up +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xadbaa664 snd_wss_chip_id +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xb300240a snd_cs4236_ext_in +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xb7aa5ee5 snd_wss_get_double +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xbec2587c snd_wss_overrange +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xeb7b0bee snd_wss_mixer +EXPORT_SYMBOL sound/isa/wss/snd-wss-lib 0xf177cdca snd_wss_create +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0bba0676 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0c042e2d snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x3e40f08a snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x646f630f snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x81827c65 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x934fb482 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9e88027f snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xad111bf9 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb37ec196 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb473bbf2 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc1e47cf6 snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc29e6a9c snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc7f71a85 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xccae139d snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xe9493af3 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xfa4fde6f snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xfa9519b8 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/asihpi/snd-asihpi 0xe0908c72 hpi_send_recv +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x0626649d snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x475b75ec snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x48fe73c1 snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x84fd875c snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x8983aec1 snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xbd3cf811 snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xc87ffd83 snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xd7c28c27 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xfcf52bed snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/hda/snd-hda-codec 0x93846c38 snd_hda_parse_generic_codec +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x2acc0f3f snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x4bbad24e snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xa5256c46 snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x04d884d6 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0d765009 oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x22e4ed9f oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x309fe7bd oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4e155327 oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x51733f90 oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x57e129b7 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6cb155c5 oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x7dafb413 oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x970016ef oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9d335340 oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb2c1b14e oxygen_pci_remove +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb4c809dd oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc89bc620 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd0075fd9 oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe18d1f3a oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xef757ffe oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xef939ea8 oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xfcb5d869 oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xfdc25eb2 oxygen_write32_masked +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x04f56cda snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x142df5a8 snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x984a3feb snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xaba3e6dd snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xc0de6a83 snd_trident_stop_voice +EXPORT_SYMBOL sound/soundcore 0x07cbce28 sound_class +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x3cbab69c snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x639ab64b snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x655cb202 snd_sf_linear_to_log +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x8302aeae snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x85fec7e5 snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x9ec8f7e3 snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xd54bad7c snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/snd-util-mem 0x6db93040 __snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x75640709 snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x93bd3b01 __snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x99431067 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0xcccdf1e5 __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xdcd4f45c snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0xea2a44a5 snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0xf867f6a9 snd_util_memhdr_new +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x16756dc0 snd_usbmidi_input_start +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x63343b1d snd_usbmidi_input_stop +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x8ad73533 snd_usbmidi_create +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL ubuntu/dm-raid4-5/dm-raid45 0x35c95b1b dm_mem_cache_client_create +EXPORT_SYMBOL ubuntu/dm-raid4-5/dm-raid45 0x86e5acf9 dm_mem_cache_grow +EXPORT_SYMBOL ubuntu/dm-raid4-5/dm-raid45 0x920a7a41 dm_message_parse +EXPORT_SYMBOL ubuntu/dm-raid4-5/dm-raid45 0x9d31d3cb dm_mem_cache_free +EXPORT_SYMBOL ubuntu/dm-raid4-5/dm-raid45 0xa43471b6 dm_mem_cache_shrink +EXPORT_SYMBOL ubuntu/dm-raid4-5/dm-raid45 0xc2681205 dm_mem_cache_alloc +EXPORT_SYMBOL ubuntu/dm-raid4-5/dm-raid45 0xd55b290c dm_mem_cache_client_destroy +EXPORT_SYMBOL vmlinux 0x00000000 softirq_work_list +EXPORT_SYMBOL vmlinux 0x00151e58 audit_log_task_info +EXPORT_SYMBOL vmlinux 0x001b057b inode_dio_done +EXPORT_SYMBOL vmlinux 0x001e4b03 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x004d9e46 writeback_in_progress +EXPORT_SYMBOL vmlinux 0x0062c4d2 __serio_register_driver +EXPORT_SYMBOL vmlinux 0x0068f715 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x006a1a3a kill_pgrp +EXPORT_SYMBOL vmlinux 0x006e0382 get_gendisk +EXPORT_SYMBOL vmlinux 0x00801678 flush_scheduled_work +EXPORT_SYMBOL vmlinux 0x0084e86d unregister_shrinker +EXPORT_SYMBOL vmlinux 0x0088e32d key_validate +EXPORT_SYMBOL vmlinux 0x00913149 mdio_bus_type +EXPORT_SYMBOL vmlinux 0x00c6458a proc_symlink +EXPORT_SYMBOL vmlinux 0x00e17f78 notify_change +EXPORT_SYMBOL vmlinux 0x00e8097b csum_partial_copy_fromiovecend +EXPORT_SYMBOL vmlinux 0x01139ffc max_mapnr +EXPORT_SYMBOL vmlinux 0x0138b7fd ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x014aa992 tcp_tso_segment +EXPORT_SYMBOL vmlinux 0x015263d8 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x01575672 unregister_quota_format +EXPORT_SYMBOL vmlinux 0x015c5543 iget_locked +EXPORT_SYMBOL vmlinux 0x018b1ed0 __napi_schedule +EXPORT_SYMBOL vmlinux 0x01902adf netpoll_trap +EXPORT_SYMBOL vmlinux 0x0195d349 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL vmlinux 0x01b04b7d scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x01d19038 acpi_enable_subsystem +EXPORT_SYMBOL vmlinux 0x01da0ac8 nobh_truncate_page +EXPORT_SYMBOL vmlinux 0x02091751 dev_remove_pack +EXPORT_SYMBOL vmlinux 0x02124474 ip_send_check +EXPORT_SYMBOL vmlinux 0x0237b57a arch_unregister_cpu +EXPORT_SYMBOL vmlinux 0x02386538 inet_ioctl +EXPORT_SYMBOL vmlinux 0x024b7599 inet_twsk_deschedule +EXPORT_SYMBOL vmlinux 0x025b754d pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x02649054 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x02782738 pci_restore_state +EXPORT_SYMBOL vmlinux 0x028d09a1 dev_warn +EXPORT_SYMBOL vmlinux 0x029444f0 native_read_tsc +EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0x02a6ce5a crc16_table +EXPORT_SYMBOL vmlinux 0x02a7a370 fsnotify_add_mark +EXPORT_SYMBOL vmlinux 0x02bb220f dev_printk_emit +EXPORT_SYMBOL vmlinux 0x02c9189e kmem_cache_alloc_trace +EXPORT_SYMBOL vmlinux 0x02d81845 audit_log_task_context +EXPORT_SYMBOL vmlinux 0x02ebaf9f napi_gro_flush +EXPORT_SYMBOL vmlinux 0x02ee26c1 free_pages_exact +EXPORT_SYMBOL vmlinux 0x02eefb0b init_special_inode +EXPORT_SYMBOL vmlinux 0x030d6620 block_write_end +EXPORT_SYMBOL vmlinux 0x030f9b5a usb_remove_phy +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x03592ea0 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x03b4c83d mnt_pin +EXPORT_SYMBOL vmlinux 0x03b580eb wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x03bd889d param_get_ulong +EXPORT_SYMBOL vmlinux 0x03bf4c6d kblockd_schedule_delayed_work +EXPORT_SYMBOL vmlinux 0x03c06156 bitmap_fold +EXPORT_SYMBOL vmlinux 0x03d3774b cdev_init +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x0400980f jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x0404f3dd address_space_init_once +EXPORT_SYMBOL vmlinux 0x0422fe4a inet_csk_timer_bug_msg +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044da85a mmc_start_req +EXPORT_SYMBOL vmlinux 0x046c1f16 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x0487f831 fb_find_best_display +EXPORT_SYMBOL vmlinux 0x0499badc acpi_bios_warning +EXPORT_SYMBOL vmlinux 0x04ae87aa iput +EXPORT_SYMBOL vmlinux 0x04c8a8b0 udp_sendmsg +EXPORT_SYMBOL vmlinux 0x04cd1ade blk_end_request_cur +EXPORT_SYMBOL vmlinux 0x04d8c750 release_perfctr_nmi +EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x05350382 simple_write_end +EXPORT_SYMBOL vmlinux 0x053d577d input_release_device +EXPORT_SYMBOL vmlinux 0x054434d6 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x05479307 __skb_get_rxhash +EXPORT_SYMBOL vmlinux 0x055a8ec1 kobject_init +EXPORT_SYMBOL vmlinux 0x055bf70d __nla_put +EXPORT_SYMBOL vmlinux 0x056ee730 ipv6_hash_secret +EXPORT_SYMBOL vmlinux 0x057ce975 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0x05849eff ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x0588f6c9 registered_fb +EXPORT_SYMBOL vmlinux 0x05898ae1 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x0589c489 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x0593a99b init_timer_key +EXPORT_SYMBOL vmlinux 0x0593c641 dst_destroy +EXPORT_SYMBOL vmlinux 0x05a0ee9c set_security_override +EXPORT_SYMBOL vmlinux 0x05c9eb86 kill_bdev +EXPORT_SYMBOL vmlinux 0x060dacd3 input_unregister_device +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x06346db9 phy_scan_fixups +EXPORT_SYMBOL vmlinux 0x067a1ee5 __neigh_event_send +EXPORT_SYMBOL vmlinux 0x067d8d35 security_release_secctx +EXPORT_SYMBOL vmlinux 0x0680396b security_task_getsecid +EXPORT_SYMBOL vmlinux 0x068c7263 ioremap_cache +EXPORT_SYMBOL vmlinux 0x0692c950 inet_frag_kill +EXPORT_SYMBOL vmlinux 0x06952868 unregister_qdisc +EXPORT_SYMBOL vmlinux 0x06c0dae5 __kernel_fpu_end +EXPORT_SYMBOL vmlinux 0x06d2f086 dma_spin_lock +EXPORT_SYMBOL vmlinux 0x06d4c963 tcp_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x06d6f314 vga_switcheroo_register_audio_client +EXPORT_SYMBOL vmlinux 0x06f4bf00 seq_escape +EXPORT_SYMBOL vmlinux 0x06fe3b14 default_grn +EXPORT_SYMBOL vmlinux 0x07001f59 uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0x07043b4d inet6_add_offload +EXPORT_SYMBOL vmlinux 0x0727c4f3 iowrite8 +EXPORT_SYMBOL vmlinux 0x072b14c2 acpi_pci_register_driver +EXPORT_SYMBOL vmlinux 0x0730d112 fsnotify_alloc_group +EXPORT_SYMBOL vmlinux 0x073f16fa napi_complete +EXPORT_SYMBOL vmlinux 0x074df664 bdget_disk +EXPORT_SYMBOL vmlinux 0x07608604 acpi_get_vendor_resource +EXPORT_SYMBOL vmlinux 0x076ebea8 pv_lock_ops +EXPORT_SYMBOL vmlinux 0x077b3b30 xfrm4_prepare_output +EXPORT_SYMBOL vmlinux 0x077c2321 dev_mc_init +EXPORT_SYMBOL vmlinux 0x0799aca4 local_bh_enable +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07d50a24 csum_partial +EXPORT_SYMBOL vmlinux 0x07eaa1d2 da9052_i2c_fix +EXPORT_SYMBOL vmlinux 0x080e7975 get_agp_version +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x08609431 input_get_keycode +EXPORT_SYMBOL vmlinux 0x088fcdbc journal_init_inode +EXPORT_SYMBOL vmlinux 0x0897287b acpi_disable_all_gpes +EXPORT_SYMBOL vmlinux 0x08ae3d86 generic_getxattr +EXPORT_SYMBOL vmlinux 0x08bf826c _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0x08f0610f single_open +EXPORT_SYMBOL vmlinux 0x08f6c7c7 sk_free +EXPORT_SYMBOL vmlinux 0x08f9b269 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x09186f62 set_pages_array_wc +EXPORT_SYMBOL vmlinux 0x092470c3 abx500_mask_and_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x0948cde9 num_physpages +EXPORT_SYMBOL vmlinux 0x0952d0e6 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x0992780d efi_enabled +EXPORT_SYMBOL vmlinux 0x09a478d9 idr_for_each +EXPORT_SYMBOL vmlinux 0x09bd66fa swiotlb_dma_supported +EXPORT_SYMBOL vmlinux 0x09c55cec schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09dfc3ee twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0x09ea3a70 __frontswap_init +EXPORT_SYMBOL vmlinux 0x09fd4e31 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0x0a085770 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x0a1d5995 aio_put_req +EXPORT_SYMBOL vmlinux 0x0a2487e0 unblock_all_signals +EXPORT_SYMBOL vmlinux 0x0a2e4af3 sync_blockdev +EXPORT_SYMBOL vmlinux 0x0a3131f6 strnchr +EXPORT_SYMBOL vmlinux 0x0a3d12ff netpoll_setup +EXPORT_SYMBOL vmlinux 0x0a469d23 mfd_clone_cell +EXPORT_SYMBOL vmlinux 0x0a58647d __get_user_pages +EXPORT_SYMBOL vmlinux 0x0a6a5c30 pnpbios_protocol +EXPORT_SYMBOL vmlinux 0x0a85364e vga_get +EXPORT_SYMBOL vmlinux 0x0a9a166c elevator_init +EXPORT_SYMBOL vmlinux 0x0ac525e6 register_sysctl +EXPORT_SYMBOL vmlinux 0x0ac6c050 napi_gro_frags +EXPORT_SYMBOL vmlinux 0x0acb1a3c __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0add4f10 elv_rb_former_request +EXPORT_SYMBOL vmlinux 0x0b0d888b icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b1fc59f blk_queue_unprep_rq +EXPORT_SYMBOL vmlinux 0x0b3e914a pci_disable_ido +EXPORT_SYMBOL vmlinux 0x0b48677a __kfifo_init +EXPORT_SYMBOL vmlinux 0x0b49d0ef mmc_gpio_free_cd +EXPORT_SYMBOL vmlinux 0x0b4b4145 simple_open +EXPORT_SYMBOL vmlinux 0x0b524073 mapping_tagged +EXPORT_SYMBOL vmlinux 0x0b5eb536 tcf_register_action +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b8eb08b blk_init_queue_node +EXPORT_SYMBOL vmlinux 0x0b994273 nf_hook_slow +EXPORT_SYMBOL vmlinux 0x0b9c6811 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bdc971f pnp_register_driver +EXPORT_SYMBOL vmlinux 0x0beafad2 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0x0beafcde gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x0bf45f75 dev_activate +EXPORT_SYMBOL vmlinux 0x0c06068a __block_write_begin +EXPORT_SYMBOL vmlinux 0x0c0cf389 inode_change_ok +EXPORT_SYMBOL vmlinux 0x0c58a8cd netdev_increment_features +EXPORT_SYMBOL vmlinux 0x0c65e73c scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0x0c65ef97 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x0c6d3e54 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0x0c72605a netdev_boot_setup_check +EXPORT_SYMBOL vmlinux 0x0c758540 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x0c7b04c9 set_groups +EXPORT_SYMBOL vmlinux 0x0c8a489a acpi_bus_get_device +EXPORT_SYMBOL vmlinux 0x0c8c9e99 scsi_show_extd_sense +EXPORT_SYMBOL vmlinux 0x0c9e767b __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0x0c9fd5b4 eth_header +EXPORT_SYMBOL vmlinux 0x0ca0c882 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x0ca7b7a8 acpi_check_region +EXPORT_SYMBOL vmlinux 0x0cae232b utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0x0cb0c192 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x0cbc9b73 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x0cbd41dd bio_phys_segments +EXPORT_SYMBOL vmlinux 0x0cdb7d12 __kernel_fpu_begin +EXPORT_SYMBOL vmlinux 0x0cfcffe8 mmc_stop_bkops +EXPORT_SYMBOL vmlinux 0x0d08e6ab dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x0d150a43 dma_async_device_register +EXPORT_SYMBOL vmlinux 0x0d3d0de6 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x0d3dda14 acpi_get_type +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d6e6305 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0x0d77ffcd first_ec +EXPORT_SYMBOL vmlinux 0x0da10ec3 security_sock_graft +EXPORT_SYMBOL vmlinux 0x0dcb8f2e pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x0dd07f67 __seq_open_private +EXPORT_SYMBOL vmlinux 0x0dd6ee69 pnp_get_resource +EXPORT_SYMBOL vmlinux 0x0e0ec502 ip_cmsg_recv +EXPORT_SYMBOL vmlinux 0x0e0ef333 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x0e110779 put_io_context +EXPORT_SYMBOL vmlinux 0x0e1540d9 scsi_prep_return +EXPORT_SYMBOL vmlinux 0x0e300bf7 schedule_work +EXPORT_SYMBOL vmlinux 0x0e6da44a set_normalized_timespec +EXPORT_SYMBOL vmlinux 0x0e7a9c36 dma_common_get_sgtable +EXPORT_SYMBOL vmlinux 0x0e816be9 bio_integrity_get_tag +EXPORT_SYMBOL vmlinux 0x0e84927b tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x0e8deaac ilookup5 +EXPORT_SYMBOL vmlinux 0x0e9a242d kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x0eb2de31 pci_find_next_bus +EXPORT_SYMBOL vmlinux 0x0eb8aa94 sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x0ebf4c9d kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x0f2290fc splice_from_pipe_feed +EXPORT_SYMBOL vmlinux 0x0f479aac inet6_getname +EXPORT_SYMBOL vmlinux 0x0f4bae8e pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x0f4c91ed ns_to_timespec +EXPORT_SYMBOL vmlinux 0x0f4eb587 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x0f80b04a scsi_remove_target +EXPORT_SYMBOL vmlinux 0x0f8265e1 locks_copy_lock +EXPORT_SYMBOL vmlinux 0x0f899fff sock_no_sendpage +EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x0fce42aa drop_nlink +EXPORT_SYMBOL vmlinux 0x0fd00a68 acpi_clear_event +EXPORT_SYMBOL vmlinux 0x0fd6893c bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x0fdc52ae set_bh_page +EXPORT_SYMBOL vmlinux 0x0fea9e04 nla_put +EXPORT_SYMBOL vmlinux 0x0ff2b602 slhc_compress +EXPORT_SYMBOL vmlinux 0x1011b805 __dst_free +EXPORT_SYMBOL vmlinux 0x101dd11f sock_release +EXPORT_SYMBOL vmlinux 0x102c56de irq_regs +EXPORT_SYMBOL vmlinux 0x10580619 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x106467e8 acpi_processor_notify_smm +EXPORT_SYMBOL vmlinux 0x10ab7e68 down_killable +EXPORT_SYMBOL vmlinux 0x10b195aa generic_setlease +EXPORT_SYMBOL vmlinux 0x10c71094 neigh_seq_next +EXPORT_SYMBOL vmlinux 0x10d1a4be twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x10ee20bb default_blu +EXPORT_SYMBOL vmlinux 0x110471e8 get_super +EXPORT_SYMBOL vmlinux 0x11050291 pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x11267875 scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0x1137a526 devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0x1137dd44 d_delete +EXPORT_SYMBOL vmlinux 0x1143d64f console_stop +EXPORT_SYMBOL vmlinux 0x1144101e generic_pipe_buf_steal +EXPORT_SYMBOL vmlinux 0x11475303 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x11589f0e devm_gpio_free +EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn +EXPORT_SYMBOL vmlinux 0x11658b1a pci_set_ltr +EXPORT_SYMBOL vmlinux 0x116f6009 padata_do_serial +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x11884c05 inode_claim_rsv_space +EXPORT_SYMBOL vmlinux 0x11c2a338 phy_stop_interrupts +EXPORT_SYMBOL vmlinux 0x11cbaf1a simple_unlink +EXPORT_SYMBOL vmlinux 0x11dd01ad intel_scu_ipc_command +EXPORT_SYMBOL vmlinux 0x11e0911f dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0x11e2ec12 flex_array_free_parts +EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x121cf7f2 keyring_clear +EXPORT_SYMBOL vmlinux 0x1227e812 netif_carrier_on +EXPORT_SYMBOL vmlinux 0x123284d6 mddev_congested +EXPORT_SYMBOL vmlinux 0x12358ef4 gen_pool_add_virt +EXPORT_SYMBOL vmlinux 0x123d19cd dev_emerg +EXPORT_SYMBOL vmlinux 0x12487c95 mount_subtree +EXPORT_SYMBOL vmlinux 0x124d33fd blkdev_fsync +EXPORT_SYMBOL vmlinux 0x128a5cf9 complete_all +EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range +EXPORT_SYMBOL vmlinux 0x12b30eae agp_free_memory +EXPORT_SYMBOL vmlinux 0x12b6868c pci_clear_master +EXPORT_SYMBOL vmlinux 0x12d19fcf dquot_drop +EXPORT_SYMBOL vmlinux 0x12da5bb2 __kmalloc +EXPORT_SYMBOL vmlinux 0x12e9c94a thermal_cdev_update +EXPORT_SYMBOL vmlinux 0x12f99022 inet_frags_init_net +EXPORT_SYMBOL vmlinux 0x1311fdd3 scsi_get_host_dev +EXPORT_SYMBOL vmlinux 0x13149ca5 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x13307fde vsscanf +EXPORT_SYMBOL vmlinux 0x133ae310 eth_validate_addr +EXPORT_SYMBOL vmlinux 0x13674bd6 save_mount_options +EXPORT_SYMBOL vmlinux 0x136f6c6b tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x137a0d49 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x138828c9 nf_register_hooks +EXPORT_SYMBOL vmlinux 0x139329cd inet_add_offload +EXPORT_SYMBOL vmlinux 0x13a1aeec napi_get_frags +EXPORT_SYMBOL vmlinux 0x13aad8d5 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x13afa8e9 dev_get_stats +EXPORT_SYMBOL vmlinux 0x13bd47b3 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x13c8953c tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x13c89fb7 inetdev_by_index +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13e18aa3 d_drop +EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x140ccdbc pci_enable_bridges +EXPORT_SYMBOL vmlinux 0x140ea4e5 d_set_d_op +EXPORT_SYMBOL vmlinux 0x14101c2b __devm_request_region +EXPORT_SYMBOL vmlinux 0x1420b379 kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x142754df free_netdev +EXPORT_SYMBOL vmlinux 0x142f8e13 page_readlink +EXPORT_SYMBOL vmlinux 0x1430e6e0 unregister_acpi_notifier +EXPORT_SYMBOL vmlinux 0x14359583 journal_restart +EXPORT_SYMBOL vmlinux 0x143e690b kmap_atomic_prot +EXPORT_SYMBOL vmlinux 0x145196a2 skb_dst_set_noref +EXPORT_SYMBOL vmlinux 0x14886e2b pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x14a3f40c xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x14b9d70c register_md_personality +EXPORT_SYMBOL vmlinux 0x14bf913a led_blink_set_oneshot +EXPORT_SYMBOL vmlinux 0x14cb2d1c netdev_printk +EXPORT_SYMBOL vmlinux 0x14e3ec82 kill_litter_super +EXPORT_SYMBOL vmlinux 0x14e815b1 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x1501b8af truncate_setsize +EXPORT_SYMBOL vmlinux 0x150389d6 acpi_processor_power_init_bm_check +EXPORT_SYMBOL vmlinux 0x151a9613 bio_map_user +EXPORT_SYMBOL vmlinux 0x1527b38f default_llseek +EXPORT_SYMBOL vmlinux 0x1534efec idr_get_next +EXPORT_SYMBOL vmlinux 0x15437b3e __destroy_inode +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x1551dc51 bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x15692c87 param_ops_int +EXPORT_SYMBOL vmlinux 0x157abcd7 pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x157bb7e4 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x159d405c eth_mac_addr +EXPORT_SYMBOL vmlinux 0x15a9e405 agp_generic_alloc_by_type +EXPORT_SYMBOL vmlinux 0x15b2dc7b module_layout +EXPORT_SYMBOL vmlinux 0x15b89876 jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x15d121c7 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x15f571ec blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x160d0bc7 blk_get_request +EXPORT_SYMBOL vmlinux 0x160ea4c8 sfi_disabled +EXPORT_SYMBOL vmlinux 0x16229573 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0x1627ed72 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x16305289 warn_slowpath_null +EXPORT_SYMBOL vmlinux 0x163ed149 pci_target_state +EXPORT_SYMBOL vmlinux 0x166fefb1 journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x167e7f9d __get_user_1 +EXPORT_SYMBOL vmlinux 0x1687eebd xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x168f1082 _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x1691522d nonseekable_open +EXPORT_SYMBOL vmlinux 0x16af7e4e cfb_fillrect +EXPORT_SYMBOL vmlinux 0x16d588c5 netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0x16f03e13 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x1704f559 nf_setsockopt +EXPORT_SYMBOL vmlinux 0x170c25ee acpi_get_next_object +EXPORT_SYMBOL vmlinux 0x17177c01 acpi_bus_generate_proc_event +EXPORT_SYMBOL vmlinux 0x1722d24b search_binary_handler +EXPORT_SYMBOL vmlinux 0x1739e595 filemap_write_and_wait +EXPORT_SYMBOL vmlinux 0x174eb8db bio_integrity_split +EXPORT_SYMBOL vmlinux 0x17542266 buffer_migrate_page +EXPORT_SYMBOL vmlinux 0x17572b44 bio_put +EXPORT_SYMBOL vmlinux 0x1787cafc crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x178d6505 fb_get_mode +EXPORT_SYMBOL vmlinux 0x1790d76b _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0x1791fdb3 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x17959626 follow_down_one +EXPORT_SYMBOL vmlinux 0x17a6b155 pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x17af28f1 acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x17df17bc sysctl_tcp_ecn +EXPORT_SYMBOL vmlinux 0x17ed1d7b jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x17f341a0 i8042_lock_chip +EXPORT_SYMBOL vmlinux 0x1804ed84 fd_install +EXPORT_SYMBOL vmlinux 0x1826f089 __tracepoint_kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x183a945c copy_strings_kernel +EXPORT_SYMBOL vmlinux 0x183af2a7 kernel_setsockopt +EXPORT_SYMBOL vmlinux 0x183fa88b mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0x184b82fb mmc_vddrange_to_ocrmask +EXPORT_SYMBOL vmlinux 0x184e6c85 radix_tree_gang_lookup_slot +EXPORT_SYMBOL vmlinux 0x186e9abe xfrm_register_km +EXPORT_SYMBOL vmlinux 0x188a3dfb timespec_trunc +EXPORT_SYMBOL vmlinux 0x1894c5b0 abx500_startup_irq_enabled +EXPORT_SYMBOL vmlinux 0x18984797 bitmap_unplug +EXPORT_SYMBOL vmlinux 0x189868d7 get_random_bytes_arch +EXPORT_SYMBOL vmlinux 0x18aad904 dcb_setapp +EXPORT_SYMBOL vmlinux 0x18c87aba acpi_is_video_device +EXPORT_SYMBOL vmlinux 0x18d96501 atomic64_dec_if_positive_cx8 +EXPORT_SYMBOL vmlinux 0x18e89737 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0x19029389 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x1902ef36 agp_generic_alloc_page +EXPORT_SYMBOL vmlinux 0x1939cae5 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x19480c42 nla_append +EXPORT_SYMBOL vmlinux 0x194904ae truncate_pagecache +EXPORT_SYMBOL vmlinux 0x195c8f9e genphy_read_status +EXPORT_SYMBOL vmlinux 0x1975faaf seq_read +EXPORT_SYMBOL vmlinux 0x1976aa06 param_ops_bool +EXPORT_SYMBOL vmlinux 0x198d82e3 bdev_stack_limits +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19a9e62b complete +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19c2cec2 grab_cache_page_nowait +EXPORT_SYMBOL vmlinux 0x19ca3da3 agp_allocate_memory +EXPORT_SYMBOL vmlinux 0x19d22ec0 neigh_table_clear +EXPORT_SYMBOL vmlinux 0x19f96dab agp_generic_remove_memory +EXPORT_SYMBOL vmlinux 0x1a08ac8f posix_unblock_lock +EXPORT_SYMBOL vmlinux 0x1a1fba21 tcp_shutdown +EXPORT_SYMBOL vmlinux 0x1a36c4d8 tty_register_driver +EXPORT_SYMBOL vmlinux 0x1a3c38fb serio_rescan +EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled +EXPORT_SYMBOL vmlinux 0x1a57bdfa dev_load +EXPORT_SYMBOL vmlinux 0x1a63af34 vga_switcheroo_process_delayed_switch +EXPORT_SYMBOL vmlinux 0x1a843af1 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0x1abaf7e0 mutex_trylock +EXPORT_SYMBOL vmlinux 0x1ace138d bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0x1ad8553c pci_set_master +EXPORT_SYMBOL vmlinux 0x1ae14ef5 _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x1aeb626c __ht_create_irq +EXPORT_SYMBOL vmlinux 0x1b0097e2 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b04d3d6 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x1b0a95df bioset_create +EXPORT_SYMBOL vmlinux 0x1b0ac272 __tracepoint_kmalloc_node +EXPORT_SYMBOL vmlinux 0x1b1e1088 sg_nents +EXPORT_SYMBOL vmlinux 0x1b2d9599 ata_port_printk +EXPORT_SYMBOL vmlinux 0x1b35428c setup_new_exec +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b683057 handle_edge_irq +EXPORT_SYMBOL vmlinux 0x1b776069 sock_no_connect +EXPORT_SYMBOL vmlinux 0x1b82fefa md_unplug +EXPORT_SYMBOL vmlinux 0x1b8b95ad i8042_unlock_chip +EXPORT_SYMBOL vmlinux 0x1b9e0ff1 scsilun_to_int +EXPORT_SYMBOL vmlinux 0x1ba25893 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x1baa480a ip_getsockopt +EXPORT_SYMBOL vmlinux 0x1bbd3b88 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x1bcdee4e scsi_setup_blk_pc_cmnd +EXPORT_SYMBOL vmlinux 0x1becba8e writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x1c07277b jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x1c1536aa ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x1c1c7435 setattr_copy +EXPORT_SYMBOL vmlinux 0x1c32749e mii_check_link +EXPORT_SYMBOL vmlinux 0x1c39e3ed devfreq_interval_update +EXPORT_SYMBOL vmlinux 0x1c598545 dma_set_mask +EXPORT_SYMBOL vmlinux 0x1c6e5159 ip_fragment +EXPORT_SYMBOL vmlinux 0x1c81a485 tcp_gro_receive +EXPORT_SYMBOL vmlinux 0x1c8a04b0 acpi_reset +EXPORT_SYMBOL vmlinux 0x1c8fe9ce ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x1c9132ec __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x1c935f8c brioctl_set +EXPORT_SYMBOL vmlinux 0x1cc6719a register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x1ce9b8b2 release_firmware +EXPORT_SYMBOL vmlinux 0x1cf1829a d_obtain_alias +EXPORT_SYMBOL vmlinux 0x1d19d402 journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x1d3cc814 inet_put_port +EXPORT_SYMBOL vmlinux 0x1d4af354 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x1d55f922 pci_iomap +EXPORT_SYMBOL vmlinux 0x1d5fe2c9 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x1d6273ee kmap_to_page +EXPORT_SYMBOL vmlinux 0x1d7c37bf generic_file_open +EXPORT_SYMBOL vmlinux 0x1d82978e arp_invalidate +EXPORT_SYMBOL vmlinux 0x1db7ac46 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x1dc36131 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0x1dccca5d mmc_start_bkops +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1dd697a4 ether_setup +EXPORT_SYMBOL vmlinux 0x1ddd7286 lease_modify +EXPORT_SYMBOL vmlinux 0x1e047854 warn_slowpath_fmt +EXPORT_SYMBOL vmlinux 0x1e0c2be4 ioremap_wc +EXPORT_SYMBOL vmlinux 0x1e0f5ba3 dput +EXPORT_SYMBOL vmlinux 0x1e26be3b get_anon_bdev +EXPORT_SYMBOL vmlinux 0x1e4c9e3c security_file_permission +EXPORT_SYMBOL vmlinux 0x1e6b72a1 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x1e6d0d1a __dev_remove_offload +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e737cde xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x1e759e7a scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x1e940334 scsi_verify_blk_ioctl +EXPORT_SYMBOL vmlinux 0x1e987f95 ___pskb_trim +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1eb38fb3 mount_nodev +EXPORT_SYMBOL vmlinux 0x1eb823e8 pci_dev_put +EXPORT_SYMBOL vmlinux 0x1ec09f18 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x1ec4eb34 flex_array_prealloc +EXPORT_SYMBOL vmlinux 0x1edc253e iunique +EXPORT_SYMBOL vmlinux 0x1f1de9be blk_integrity_is_initialized +EXPORT_SYMBOL vmlinux 0x1f3a956a follow_pfn +EXPORT_SYMBOL vmlinux 0x1f5832ed tcf_exts_dump +EXPORT_SYMBOL vmlinux 0x1f7e807f kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0x1f8fc85d netdev_features_change +EXPORT_SYMBOL vmlinux 0x1f9593a9 inet_listen +EXPORT_SYMBOL vmlinux 0x1fb62328 pci_reenable_device +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fd5d3b1 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag +EXPORT_SYMBOL vmlinux 0x1fed6ea7 pnp_device_attach +EXPORT_SYMBOL vmlinux 0x1fedf0f4 __request_region +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x20056746 ifla_policy +EXPORT_SYMBOL vmlinux 0x2005e68a acpi_remove_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x202157db __secpath_destroy +EXPORT_SYMBOL vmlinux 0x20291453 mii_link_ok +EXPORT_SYMBOL vmlinux 0x20484091 jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x204c61c1 skb_copy_datagram_const_iovec +EXPORT_SYMBOL vmlinux 0x204cb4c8 kern_path_create +EXPORT_SYMBOL vmlinux 0x2054fd86 pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq +EXPORT_SYMBOL vmlinux 0x208739f6 acpi_load_table +EXPORT_SYMBOL vmlinux 0x2093cc4f scsi_release_buffers +EXPORT_SYMBOL vmlinux 0x20a2a5fa netif_napi_del +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20b12766 jbd2_journal_invalidatepage +EXPORT_SYMBOL vmlinux 0x20c55ae0 sscanf +EXPORT_SYMBOL vmlinux 0x20c6192f intel_scu_ipc_ioread32 +EXPORT_SYMBOL vmlinux 0x20d4221c alloc_xenballooned_pages +EXPORT_SYMBOL vmlinux 0x20d4722b ppp_input +EXPORT_SYMBOL vmlinux 0x20efa3be input_free_device +EXPORT_SYMBOL vmlinux 0x20f2b137 blk_alloc_queue_node +EXPORT_SYMBOL vmlinux 0x20f9a31e ihold +EXPORT_SYMBOL vmlinux 0x2100e0e7 mb_cache_entry_insert +EXPORT_SYMBOL vmlinux 0x212a67b3 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x21315700 param_get_bool +EXPORT_SYMBOL vmlinux 0x215341dd agp_collect_device_status +EXPORT_SYMBOL vmlinux 0x215ebd78 bitrev16 +EXPORT_SYMBOL vmlinux 0x21612973 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x216dab39 sk_stream_error +EXPORT_SYMBOL vmlinux 0x21774ce2 __netif_schedule +EXPORT_SYMBOL vmlinux 0x217dda13 flex_array_get +EXPORT_SYMBOL vmlinux 0x217fa107 disk_stack_limits +EXPORT_SYMBOL vmlinux 0x2199337a down_timeout +EXPORT_SYMBOL vmlinux 0x21e0ea22 acpi_get_id +EXPORT_SYMBOL vmlinux 0x21eb78a6 register_exec_domain +EXPORT_SYMBOL vmlinux 0x21f47913 netdev_update_features +EXPORT_SYMBOL vmlinux 0x21f9038a x86_hyper_ms_hyperv +EXPORT_SYMBOL vmlinux 0x21fb443e _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x21fe60b3 genl_register_mc_group +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x22326062 spi_schedule_dv_device +EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint +EXPORT_SYMBOL vmlinux 0x227ff078 uart_add_one_port +EXPORT_SYMBOL vmlinux 0x228d99fa sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x22a36bac console_start +EXPORT_SYMBOL vmlinux 0x22aa4a5a generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x22adbf29 pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x2308bc81 user_revoke +EXPORT_SYMBOL vmlinux 0x231d4001 fb_edid_add_monspecs +EXPORT_SYMBOL vmlinux 0x2324bd36 scsi_execute_req +EXPORT_SYMBOL vmlinux 0x232cda5d iov_iter_copy_from_user_atomic +EXPORT_SYMBOL vmlinux 0x23359f32 blk_queue_invalidate_tags +EXPORT_SYMBOL vmlinux 0x2341c606 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x23532c4d ftrace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x2360b821 pci_release_region +EXPORT_SYMBOL vmlinux 0x23625f05 qdisc_watchdog_schedule +EXPORT_SYMBOL vmlinux 0x236b898f twl6040_reg_write +EXPORT_SYMBOL vmlinux 0x2381b559 i2c_verify_client +EXPORT_SYMBOL vmlinux 0x238e43f2 journal_start +EXPORT_SYMBOL vmlinux 0x23a574fd security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x23a65902 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23c8f257 slhc_uncompress +EXPORT_SYMBOL vmlinux 0x23db365f blk_init_queue +EXPORT_SYMBOL vmlinux 0x23fb6105 elv_unregister_queue +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page +EXPORT_SYMBOL vmlinux 0x243730dc seq_release_private +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x24576d40 finish_no_open +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x246949b3 dev_set_mtu +EXPORT_SYMBOL vmlinux 0x2482e688 vsprintf +EXPORT_SYMBOL vmlinux 0x24a103b4 lookup_bdev +EXPORT_SYMBOL vmlinux 0x24ebe19b netif_skb_features +EXPORT_SYMBOL vmlinux 0x24f169fc down_read_trylock +EXPORT_SYMBOL vmlinux 0x24fdac79 wake_bit_function +EXPORT_SYMBOL vmlinux 0x250113b4 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x250c520a mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x25154951 skb_tx_error +EXPORT_SYMBOL vmlinux 0x2522ba56 ll_rw_block +EXPORT_SYMBOL vmlinux 0x25277497 rfkill_register +EXPORT_SYMBOL vmlinux 0x25292413 splice_from_pipe_begin +EXPORT_SYMBOL vmlinux 0x252cdec9 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x253bdb78 param_get_int +EXPORT_SYMBOL vmlinux 0x2541b239 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0x254f3491 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0x255e238a kernel_read +EXPORT_SYMBOL vmlinux 0x25695d1e set_pages_wb +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x25c677c4 mac_pton +EXPORT_SYMBOL vmlinux 0x25d34c90 security_path_chmod +EXPORT_SYMBOL vmlinux 0x25fb5c44 acpi_bus_hot_remove_device +EXPORT_SYMBOL vmlinux 0x260420ae set_create_files_as +EXPORT_SYMBOL vmlinux 0x260d0329 genphy_resume +EXPORT_SYMBOL vmlinux 0x2618c13b writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x261b1ba5 __generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x262c841b pci_set_dma_max_seg_size +EXPORT_SYMBOL vmlinux 0x263954c8 scsi_host_get +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x2650d835 sysctl_ip_early_demux +EXPORT_SYMBOL vmlinux 0x265e01e1 bdev_read_only +EXPORT_SYMBOL vmlinux 0x267db252 uart_resume_port +EXPORT_SYMBOL vmlinux 0x2685c3d7 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x268cc6a2 sys_close +EXPORT_SYMBOL vmlinux 0x26a42fac mmc_register_driver +EXPORT_SYMBOL vmlinux 0x26b54144 d_prune_aliases +EXPORT_SYMBOL vmlinux 0x26bb950b __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0x26bcb834 devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x26cf3c86 dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x26e76fb8 sysctl_udp_wmem_min +EXPORT_SYMBOL vmlinux 0x26f0453a blk_set_default_limits +EXPORT_SYMBOL vmlinux 0x26f40b76 tc_classify +EXPORT_SYMBOL vmlinux 0x271cba95 acpi_bus_private_data_handler +EXPORT_SYMBOL vmlinux 0x272d394e mtrr_del +EXPORT_SYMBOL vmlinux 0x2744e5d8 tty_unthrottle +EXPORT_SYMBOL vmlinux 0x274bb91a tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x274d08dc __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x276b8c2a ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x27810361 acpi_os_wait_events_complete +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x27949bff write_one_page +EXPORT_SYMBOL vmlinux 0x27ae7d0c ec_transaction +EXPORT_SYMBOL vmlinux 0x27ae8c10 swiotlb_dma_mapping_error +EXPORT_SYMBOL vmlinux 0x27aeb006 thermal_cooling_device_unregister +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27c2197f param_set_short +EXPORT_SYMBOL vmlinux 0x27e11d13 keyring_search +EXPORT_SYMBOL vmlinux 0x27f15b1f generic_permission +EXPORT_SYMBOL vmlinux 0x27f64f2f __cleancache_invalidate_fs +EXPORT_SYMBOL vmlinux 0x2811d343 neigh_direct_output +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x28360de4 tcp_md5_hash_header +EXPORT_SYMBOL vmlinux 0x28383e43 agp_free_page_array +EXPORT_SYMBOL vmlinux 0x283f062a tcp_sendpage +EXPORT_SYMBOL vmlinux 0x2851b94d tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x285cda70 abx500_get_chip_id +EXPORT_SYMBOL vmlinux 0x285dc395 sg_miter_stop +EXPORT_SYMBOL vmlinux 0x2870fd4f textsearch_register +EXPORT_SYMBOL vmlinux 0x28726110 kunmap_high +EXPORT_SYMBOL vmlinux 0x28736047 vfs_readdir +EXPORT_SYMBOL vmlinux 0x289ae517 current_task +EXPORT_SYMBOL vmlinux 0x28a2ed02 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x28b715a6 isapnp_cfg_end +EXPORT_SYMBOL vmlinux 0x28b8d20e sk_receive_skb +EXPORT_SYMBOL vmlinux 0x28d4ddc7 xfrm_lookup +EXPORT_SYMBOL vmlinux 0x28dd4750 ida_simple_get +EXPORT_SYMBOL vmlinux 0x28e99669 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x2903a24f blk_delay_queue +EXPORT_SYMBOL vmlinux 0x29062aeb neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x2914408f jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0x2919f4b1 dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0x292012a2 mmc_flush_cache +EXPORT_SYMBOL vmlinux 0x29437301 devm_request_and_ioremap +EXPORT_SYMBOL vmlinux 0x29537c9e alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0x29539652 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x295b70ff do_splice_from +EXPORT_SYMBOL vmlinux 0x295db419 x86_hyper +EXPORT_SYMBOL vmlinux 0x29782ed8 pci_iounmap +EXPORT_SYMBOL vmlinux 0x2980c39c mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x298ae7f1 pci_save_state +EXPORT_SYMBOL vmlinux 0x2992c7f0 thermal_zone_device_update +EXPORT_SYMBOL vmlinux 0x29b50afb remove_proc_entry +EXPORT_SYMBOL vmlinux 0x29e41daa vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x29e46e1d redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x29fdda53 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0x2a17f633 force_sig +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a332120 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0x2a35bc2f __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x2a37d074 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2a4d99ca abx500_event_registers_startup_state_get +EXPORT_SYMBOL vmlinux 0x2a5def2f intel_scu_ipc_iowrite32 +EXPORT_SYMBOL vmlinux 0x2a742d53 vc_resize +EXPORT_SYMBOL vmlinux 0x2aa0e4fc strncasecmp +EXPORT_SYMBOL vmlinux 0x2aa325ed sync_inode +EXPORT_SYMBOL vmlinux 0x2aa81e9f dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0x2aaf4750 tty_port_close_end +EXPORT_SYMBOL vmlinux 0x2ab4bb3a get_tz_trend +EXPORT_SYMBOL vmlinux 0x2ac4b933 dev_mc_sync +EXPORT_SYMBOL vmlinux 0x2ad32b46 __generic_file_aio_write +EXPORT_SYMBOL vmlinux 0x2ad38a01 nf_getsockopt +EXPORT_SYMBOL vmlinux 0x2adec9b6 pm860x_page_set_bits +EXPORT_SYMBOL vmlinux 0x2aeb1e71 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x2b0ba2b0 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x2b2ce78b kstrtos8 +EXPORT_SYMBOL vmlinux 0x2b3ca0af max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x2b3f73db mntput +EXPORT_SYMBOL vmlinux 0x2b44fcc2 padata_unregister_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x2b47134c tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x2b5559c1 ip_options_compile +EXPORT_SYMBOL vmlinux 0x2b75f451 dma_declare_coherent_memory +EXPORT_SYMBOL vmlinux 0x2b7931be jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x2b7f4e06 dev_mc_del +EXPORT_SYMBOL vmlinux 0x2b9bcd4b nf_log_packet +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba707a8 sysctl_tcp_low_latency +EXPORT_SYMBOL vmlinux 0x2bb55d6e acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x2bc95bd4 memset +EXPORT_SYMBOL vmlinux 0x2bf8d577 sleep_on_timeout +EXPORT_SYMBOL vmlinux 0x2bfeb410 acpi_get_handle +EXPORT_SYMBOL vmlinux 0x2c0325d0 kill_fasync +EXPORT_SYMBOL vmlinux 0x2c11f91f inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x2c14323a kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c2bf57a bio_integrity_free +EXPORT_SYMBOL vmlinux 0x2c3ed1ae unregister_nls +EXPORT_SYMBOL vmlinux 0x2c419db0 dev_open +EXPORT_SYMBOL vmlinux 0x2c8944e3 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x2c8b3d4d uart_get_divisor +EXPORT_SYMBOL vmlinux 0x2cae4a33 dma_alloc_from_coherent +EXPORT_SYMBOL vmlinux 0x2cb32219 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x2cd47ec6 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x2cd6cd91 i2c_use_client +EXPORT_SYMBOL vmlinux 0x2cdabe8b neigh_lookup +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d2059c0 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x2d347dc0 dma_common_mmap +EXPORT_SYMBOL vmlinux 0x2d37342e cpu_online_mask +EXPORT_SYMBOL vmlinux 0x2d5966c4 acpi_bus_add +EXPORT_SYMBOL vmlinux 0x2d74859b ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x2d89342a scsi_show_sense_hdr +EXPORT_SYMBOL vmlinux 0x2d96347d lease_get_mtime +EXPORT_SYMBOL vmlinux 0x2dd16564 arch_register_cpu +EXPORT_SYMBOL vmlinux 0x2dd84328 names_cachep +EXPORT_SYMBOL vmlinux 0x2de0ef91 d_find_any_alias +EXPORT_SYMBOL vmlinux 0x2deda4a1 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x2dedc4c2 acpi_format_exception +EXPORT_SYMBOL vmlinux 0x2def7f76 rtc_cmos_write +EXPORT_SYMBOL vmlinux 0x2e10cac4 sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x2e11e040 udp_proc_register +EXPORT_SYMBOL vmlinux 0x2e142400 unlock_page +EXPORT_SYMBOL vmlinux 0x2e2ce9e0 sysctl_tcp_syncookies +EXPORT_SYMBOL vmlinux 0x2e311dd5 km_state_expired +EXPORT_SYMBOL vmlinux 0x2e3a900d generic_readlink +EXPORT_SYMBOL vmlinux 0x2e406704 pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x2e5e72cb dev_get_by_name +EXPORT_SYMBOL vmlinux 0x2e60bace memcpy +EXPORT_SYMBOL vmlinux 0x2e7c2e90 tcf_hash_search +EXPORT_SYMBOL vmlinux 0x2ec524ad __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x2ee332c1 kfree_skb +EXPORT_SYMBOL vmlinux 0x2eeceb42 sk_chk_filter +EXPORT_SYMBOL vmlinux 0x2ef63ad6 scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f064b55 allocate_resource +EXPORT_SYMBOL vmlinux 0x2f287f0d copy_to_user +EXPORT_SYMBOL vmlinux 0x2f34e53a jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x2f477e62 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0x2f4dc73d km_report +EXPORT_SYMBOL vmlinux 0x2f606c22 netlink_ack +EXPORT_SYMBOL vmlinux 0x2f663b8c revalidate_disk +EXPORT_SYMBOL vmlinux 0x2f751a52 phy_print_status +EXPORT_SYMBOL vmlinux 0x2f9ecdf6 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x2fa863fc inet_shutdown +EXPORT_SYMBOL vmlinux 0x2fae912e fifo_set_limit +EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness +EXPORT_SYMBOL vmlinux 0x2fc46666 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x2ff9602f __dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x30226ddf agp_device_command +EXPORT_SYMBOL vmlinux 0x3027b584 mark_page_accessed +EXPORT_SYMBOL vmlinux 0x302b865b x86_hyper_vmware +EXPORT_SYMBOL vmlinux 0x302d9038 max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x305221a1 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x305ddf81 vm_mmap +EXPORT_SYMBOL vmlinux 0x307c2fd0 generic_check_addressable +EXPORT_SYMBOL vmlinux 0x307f79d1 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x30851e09 lock_may_read +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30ae4566 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x30c9e1e1 swiotlb_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0x30cada8f radix_tree_next_hole +EXPORT_SYMBOL vmlinux 0x30da90db dquot_resume +EXPORT_SYMBOL vmlinux 0x30e74134 tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages +EXPORT_SYMBOL vmlinux 0x310917fe sort +EXPORT_SYMBOL vmlinux 0x3135d29d blk_register_region +EXPORT_SYMBOL vmlinux 0x3145216f pci_dev_present +EXPORT_SYMBOL vmlinux 0x3147857d default_red +EXPORT_SYMBOL vmlinux 0x31819071 generic_write_end +EXPORT_SYMBOL vmlinux 0x318cadb1 reciprocal_value +EXPORT_SYMBOL vmlinux 0x3191f109 __krealloc +EXPORT_SYMBOL vmlinux 0x31d3cd4e __bread +EXPORT_SYMBOL vmlinux 0x31d94928 skb_pull +EXPORT_SYMBOL vmlinux 0x31e76b57 recalibrate_cpu_khz +EXPORT_SYMBOL vmlinux 0x31f0bb78 __kmap_atomic_idx +EXPORT_SYMBOL vmlinux 0x31feb86e vfs_readv +EXPORT_SYMBOL vmlinux 0x3202435a wrmsr_safe_regs +EXPORT_SYMBOL vmlinux 0x32069ab6 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x320db644 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x321657f5 dev_uc_add +EXPORT_SYMBOL vmlinux 0x32516947 tcp_poll +EXPORT_SYMBOL vmlinux 0x326425ca pci_unmap_biosrom +EXPORT_SYMBOL vmlinux 0x32b94805 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x32bb04c8 from_kqid +EXPORT_SYMBOL vmlinux 0x32cea339 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0x32d0db08 md_write_start +EXPORT_SYMBOL vmlinux 0x32edb4ee inet6_ioctl +EXPORT_SYMBOL vmlinux 0x32eeaded _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x3305a72d generic_writepages +EXPORT_SYMBOL vmlinux 0x3306dc60 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x3357b859 generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0x337cce46 put_cmsg +EXPORT_SYMBOL vmlinux 0x33ac417f acpi_os_hotplug_execute +EXPORT_SYMBOL vmlinux 0x33b2c16e agp_bind_memory +EXPORT_SYMBOL vmlinux 0x33dbfd93 tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x33de7e0e blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x33e09be2 scsi_block_requests +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33f876c3 bio_split +EXPORT_SYMBOL vmlinux 0x34184afe current_kernel_time +EXPORT_SYMBOL vmlinux 0x341a9700 __d_drop +EXPORT_SYMBOL vmlinux 0x3427c549 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x342f60fe apm_info +EXPORT_SYMBOL vmlinux 0x3437d4a9 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x344448a6 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0x3450b60b register_xen_selfballooning +EXPORT_SYMBOL vmlinux 0x34671faa scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0x347013de nla_validate +EXPORT_SYMBOL vmlinux 0x34908c14 print_hex_dump_bytes +EXPORT_SYMBOL vmlinux 0x34992062 dmam_release_declared_memory +EXPORT_SYMBOL vmlinux 0x34998d42 blk_get_queue +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34b3c66c pnp_release_card_device +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x35196dda bio_integrity_endio +EXPORT_SYMBOL vmlinux 0x35445d53 kset_register +EXPORT_SYMBOL vmlinux 0x35484cf4 uart_update_timeout +EXPORT_SYMBOL vmlinux 0x357e76df devm_ioremap +EXPORT_SYMBOL vmlinux 0x35b6b772 param_ops_charp +EXPORT_SYMBOL vmlinux 0x35ca8cfa dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x35ddb986 vga_put +EXPORT_SYMBOL vmlinux 0x35e0e1a3 kmap_atomic_to_page +EXPORT_SYMBOL vmlinux 0x3602c737 genl_notify +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x360b8d16 x86_cpu_to_apicid +EXPORT_SYMBOL vmlinux 0x36183be6 unlock_new_inode +EXPORT_SYMBOL vmlinux 0x36256710 serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0x362ef408 _copy_from_user +EXPORT_SYMBOL vmlinux 0x363a7460 swiotlb_alloc_coherent +EXPORT_SYMBOL vmlinux 0x363ebf54 i8042_install_filter +EXPORT_SYMBOL vmlinux 0x367c5531 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x36803b92 __cleancache_invalidate_page +EXPORT_SYMBOL vmlinux 0x3686ea09 spi_print_msg +EXPORT_SYMBOL vmlinux 0x369898b6 scsi_print_command +EXPORT_SYMBOL vmlinux 0x36aad357 __wake_up_bit +EXPORT_SYMBOL vmlinux 0x36c6af51 intel_scu_ipc_iowrite8 +EXPORT_SYMBOL vmlinux 0x36e34bef qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x36e360e3 __hw_addr_add_multiple +EXPORT_SYMBOL vmlinux 0x36f9cd94 rcu_is_cpu_idle +EXPORT_SYMBOL vmlinux 0x371052cf xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x37281560 dget_parent +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x374fe40c cpufreq_global_kobject +EXPORT_SYMBOL vmlinux 0x375f27aa dev_change_flags +EXPORT_SYMBOL vmlinux 0x37804aca vga_switcheroo_register_handler +EXPORT_SYMBOL vmlinux 0x37987050 eth_type_trans +EXPORT_SYMBOL vmlinux 0x37a3f4ae cdrom_release +EXPORT_SYMBOL vmlinux 0x37b777df param_set_copystring +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37c0a025 xfrm_input +EXPORT_SYMBOL vmlinux 0x37c38282 blk_peek_request +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x37debcc0 pnpacpi_protocol +EXPORT_SYMBOL vmlinux 0x37e74642 get_jiffies_64 +EXPORT_SYMBOL vmlinux 0x37f15ff7 dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x37f33814 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x37f614b7 __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x37ff4c06 copy_from_user_overflow +EXPORT_SYMBOL vmlinux 0x381144a9 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x381ccc13 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0x382eb120 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0x384150eb pagecache_write_begin +EXPORT_SYMBOL vmlinux 0x387d93d2 tcp_splice_read +EXPORT_SYMBOL vmlinux 0x3882f8a3 gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x388799f6 unregister_kmmio_probe +EXPORT_SYMBOL vmlinux 0x388f9128 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38c69a57 thermal_zone_bind_cooling_device +EXPORT_SYMBOL vmlinux 0x38cc0065 iterate_fd +EXPORT_SYMBOL vmlinux 0x38f11d16 kern_path +EXPORT_SYMBOL vmlinux 0x39087699 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x3909cad8 md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0x390ad037 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x391cb33a twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x3921993e sk_run_filter +EXPORT_SYMBOL vmlinux 0x39331b63 dev_notice +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x3959b95b inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x395c95ac dev_add_pack +EXPORT_SYMBOL vmlinux 0x396b7bdd blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x3980aac1 unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0x399ae23a ida_get_new_above +EXPORT_SYMBOL vmlinux 0x39a055f3 acpi_remove_gpe_handler +EXPORT_SYMBOL vmlinux 0x39a7bee1 pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x39d654a2 agp_backend_acquire +EXPORT_SYMBOL vmlinux 0x39f3284c tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x39f820c4 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x39f9a0a5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x3a013b7d remove_wait_queue +EXPORT_SYMBOL vmlinux 0x3a083cda mark_info_dirty +EXPORT_SYMBOL vmlinux 0x3a08475f platform_thermal_notify +EXPORT_SYMBOL vmlinux 0x3a0b7ab6 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0x3a0faae3 bdevname +EXPORT_SYMBOL vmlinux 0x3a17cb76 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0x3a18f49a ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x3a32839e intel_gtt_chipset_flush +EXPORT_SYMBOL vmlinux 0x3a364945 cdrom_media_changed +EXPORT_SYMBOL vmlinux 0x3a3fcb7d twl6040_set_bits +EXPORT_SYMBOL vmlinux 0x3a664cc0 get_user_pages +EXPORT_SYMBOL vmlinux 0x3a81ffa2 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x3a87e31a get_task_io_context +EXPORT_SYMBOL vmlinux 0x3a94b5af mmc_card_awake +EXPORT_SYMBOL vmlinux 0x3a999173 sk_wait_data +EXPORT_SYMBOL vmlinux 0x3a9b6fb9 blk_unregister_region +EXPORT_SYMBOL vmlinux 0x3ac49aee neigh_table_init +EXPORT_SYMBOL vmlinux 0x3aeeac3f agp_generic_free_gatt_table +EXPORT_SYMBOL vmlinux 0x3b085e4f phy_device_free +EXPORT_SYMBOL vmlinux 0x3b201620 machine_real_restart +EXPORT_SYMBOL vmlinux 0x3b2f2cda qdisc_destroy +EXPORT_SYMBOL vmlinux 0x3b3016d3 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x3b5c6605 nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x3b752735 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x3bbc0a3e dquot_file_open +EXPORT_SYMBOL vmlinux 0x3bd1b1f6 msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x3bec1ede mfd_add_devices +EXPORT_SYMBOL vmlinux 0x3bef03b9 flow_cache_lookup +EXPORT_SYMBOL vmlinux 0x3bf862d2 mmc_gpio_request_ro +EXPORT_SYMBOL vmlinux 0x3c137ce2 netdev_err +EXPORT_SYMBOL vmlinux 0x3c167d47 tty_unlock +EXPORT_SYMBOL vmlinux 0x3c179848 try_to_release_page +EXPORT_SYMBOL vmlinux 0x3c1b327b wireless_spy_update +EXPORT_SYMBOL vmlinux 0x3c2caead seq_bitmap_list +EXPORT_SYMBOL vmlinux 0x3c3dc595 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x3c421adb prepare_creds +EXPORT_SYMBOL vmlinux 0x3c55c60e remap_pfn_range +EXPORT_SYMBOL vmlinux 0x3c5bcdf6 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x3c71b4ae get_disk +EXPORT_SYMBOL vmlinux 0x3c743db9 __mutex_init +EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull +EXPORT_SYMBOL vmlinux 0x3c9d1211 string_get_size +EXPORT_SYMBOL vmlinux 0x3cae11e8 seq_open_private +EXPORT_SYMBOL vmlinux 0x3cb3931b sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x3cb49656 neigh_destroy +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3ce53d3f __nla_reserve +EXPORT_SYMBOL vmlinux 0x3ce92531 skb_queue_tail +EXPORT_SYMBOL vmlinux 0x3cee1b00 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x3cfde884 unlock_buffer +EXPORT_SYMBOL vmlinux 0x3d1fe233 scsi_device_get +EXPORT_SYMBOL vmlinux 0x3d36fd5b gen_pool_alloc +EXPORT_SYMBOL vmlinux 0x3d3d47d4 sock_get_timestamp +EXPORT_SYMBOL vmlinux 0x3d5b3911 __cleancache_init_fs +EXPORT_SYMBOL vmlinux 0x3d5d8364 blkdev_get +EXPORT_SYMBOL vmlinux 0x3d6558d4 swiotlb_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x3d6f2b1c override_creds +EXPORT_SYMBOL vmlinux 0x3d7c1ed7 msrs_alloc +EXPORT_SYMBOL vmlinux 0x3d8c2115 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x3d8f0141 inet_recvmsg +EXPORT_SYMBOL vmlinux 0x3d9fd410 blk_queue_prep_rq +EXPORT_SYMBOL vmlinux 0x3da171f9 pci_mem_start +EXPORT_SYMBOL vmlinux 0x3dbedf73 spi_release_transport +EXPORT_SYMBOL vmlinux 0x3dc01bfe pci_map_rom +EXPORT_SYMBOL vmlinux 0x3dc3fe41 uart_suspend_port +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dd5cf3e do_sync_write +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e1b82fc serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x3e2ae3a8 acpi_release_global_lock +EXPORT_SYMBOL vmlinux 0x3e43adf4 tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0x3e45e9ff register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0x3e62231a dump_trace +EXPORT_SYMBOL vmlinux 0x3e64f9eb d_alloc +EXPORT_SYMBOL vmlinux 0x3e882943 pcibios_align_resource +EXPORT_SYMBOL vmlinux 0x3e8bd8e1 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0x3eae292f param_set_byte +EXPORT_SYMBOL vmlinux 0x3eaf291d param_get_string +EXPORT_SYMBOL vmlinux 0x3eb519be find_vma +EXPORT_SYMBOL vmlinux 0x3ec16c3b in_group_p +EXPORT_SYMBOL vmlinux 0x3ed63055 zlib_inflateReset +EXPORT_SYMBOL vmlinux 0x3eec9f95 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0x3eee3e3b dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x3ef78d80 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x3eff5ac2 intel_scu_ipc_writev +EXPORT_SYMBOL vmlinux 0x3f0546a8 ioread32_rep +EXPORT_SYMBOL vmlinux 0x3f37cc58 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f58c42c ida_pre_get +EXPORT_SYMBOL vmlinux 0x3f5bd2d8 mount_single +EXPORT_SYMBOL vmlinux 0x3f6a11e5 neigh_ifdown +EXPORT_SYMBOL vmlinux 0x3f88cdec inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x3f9f868f __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x3fa33370 padata_alloc +EXPORT_SYMBOL vmlinux 0x3fa58ef8 wait_for_completion +EXPORT_SYMBOL vmlinux 0x3fa709b1 fb_find_mode +EXPORT_SYMBOL vmlinux 0x3fec048f sg_next +EXPORT_SYMBOL vmlinux 0x3ff62317 local_bh_disable +EXPORT_SYMBOL vmlinux 0x40069637 fget_raw +EXPORT_SYMBOL vmlinux 0x40263fdf serio_close +EXPORT_SYMBOL vmlinux 0x40289e68 sock_wfree +EXPORT_SYMBOL vmlinux 0x402b8281 __request_module +EXPORT_SYMBOL vmlinux 0x4059792f print_hex_dump +EXPORT_SYMBOL vmlinux 0x405a4de8 mmc_gpio_request_cd +EXPORT_SYMBOL vmlinux 0x405c1144 get_seconds +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x4097fa45 acpi_read_bit_register +EXPORT_SYMBOL vmlinux 0x409873e3 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x409a42bd nf_ct_attach +EXPORT_SYMBOL vmlinux 0x409b0c0b pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0x40a27c37 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x40a2d1dd dm_table_get_size +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40b8f840 pci_biosrom_size +EXPORT_SYMBOL vmlinux 0x40c01859 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40c89d46 acpi_get_table_by_index +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d52559 pneigh_lookup +EXPORT_SYMBOL vmlinux 0x40f7cfd8 journal_get_write_access +EXPORT_SYMBOL vmlinux 0x411cf47b blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x411f1968 gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x411f1aea security_inode_permission +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x41833093 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x418f1d07 dentry_open +EXPORT_SYMBOL vmlinux 0x4192df81 account_page_redirty +EXPORT_SYMBOL vmlinux 0x41b6634a sk_reset_timer +EXPORT_SYMBOL vmlinux 0x41c2815f bdi_destroy +EXPORT_SYMBOL vmlinux 0x41c7a144 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0x4211c3c1 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x4228c12d mfd_remove_devices +EXPORT_SYMBOL vmlinux 0x422a162b jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x423354fd dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x425396c4 phy_ethtool_gset +EXPORT_SYMBOL vmlinux 0x42595e58 vgacon_text_force +EXPORT_SYMBOL vmlinux 0x427d0513 nlmsg_notify +EXPORT_SYMBOL vmlinux 0x4281a85c generic_delete_inode +EXPORT_SYMBOL vmlinux 0x42873ee4 elv_dispatch_sort +EXPORT_SYMBOL vmlinux 0x428f2439 proto_unregister +EXPORT_SYMBOL vmlinux 0x428f24f9 posix_acl_create +EXPORT_SYMBOL vmlinux 0x42902bf2 spi_attach_transport +EXPORT_SYMBOL vmlinux 0x4292364c schedule +EXPORT_SYMBOL vmlinux 0x42977ad4 __hw_addr_del_multiple +EXPORT_SYMBOL vmlinux 0x429c8477 default_file_splice_read +EXPORT_SYMBOL vmlinux 0x42a1b208 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x42c8de35 ioremap_nocache +EXPORT_SYMBOL vmlinux 0x42d12c61 blk_requeue_request +EXPORT_SYMBOL vmlinux 0x43012eba vfs_fsync_range +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x432261fb bio_get_nr_vecs +EXPORT_SYMBOL vmlinux 0x432dd481 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x433557f6 padata_register_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x4335b5a8 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x43491069 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x43576600 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x436c2179 iowrite32 +EXPORT_SYMBOL vmlinux 0x436e2165 fb_is_primary_device +EXPORT_SYMBOL vmlinux 0x43710330 serio_unregister_port +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x43a0458b blk_start_plug +EXPORT_SYMBOL vmlinux 0x43a5d278 sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x43ac02ce scsi_device_resume +EXPORT_SYMBOL vmlinux 0x43bd4f2b input_reset_device +EXPORT_SYMBOL vmlinux 0x43e4c996 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x43eb7cc5 inet_accept +EXPORT_SYMBOL vmlinux 0x43f23311 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x43f65362 thermal_zone_device_unregister +EXPORT_SYMBOL vmlinux 0x4411c503 prandom_seed +EXPORT_SYMBOL vmlinux 0x441acf18 dst_discard +EXPORT_SYMBOL vmlinux 0x44366cfc simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0x4439569c ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x44438b96 hex2bin +EXPORT_SYMBOL vmlinux 0x4470a79b param_ops_long +EXPORT_SYMBOL vmlinux 0x4475978d kill_block_super +EXPORT_SYMBOL vmlinux 0x448abd47 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x44900431 km_state_notify +EXPORT_SYMBOL vmlinux 0x44aaf30f tsc_khz +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44f1606d down_trylock +EXPORT_SYMBOL vmlinux 0x45081703 ec_get_handle +EXPORT_SYMBOL vmlinux 0x4534388c inet6_protos +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x4550ba8a register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x456106c0 tcp_check_req +EXPORT_SYMBOL vmlinux 0x4567a222 block_write_full_page +EXPORT_SYMBOL vmlinux 0x456ecc80 skb_append_datato_frags +EXPORT_SYMBOL vmlinux 0x45734e4f blk_queue_make_request +EXPORT_SYMBOL vmlinux 0x4573a2d6 input_set_keycode +EXPORT_SYMBOL vmlinux 0x4578661a _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x45912c07 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0x45963c37 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x45a765cf pci_add_resource +EXPORT_SYMBOL vmlinux 0x45bd9efd dm_table_put +EXPORT_SYMBOL vmlinux 0x45bea349 cont_write_begin +EXPORT_SYMBOL vmlinux 0x45c307bb max8998_update_reg +EXPORT_SYMBOL vmlinux 0x45d216b9 tcp_put_md5sig_pool +EXPORT_SYMBOL vmlinux 0x45dc6982 i2c_clients_command +EXPORT_SYMBOL vmlinux 0x45e8dc24 sk_stop_timer +EXPORT_SYMBOL vmlinux 0x45f5354c dm_get_mapinfo +EXPORT_SYMBOL vmlinux 0x460a54c1 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x460a6565 mutex_unlock +EXPORT_SYMBOL vmlinux 0x46163927 blk_start_queue +EXPORT_SYMBOL vmlinux 0x4618cd37 abort_creds +EXPORT_SYMBOL vmlinux 0x462a2e75 match_strlcpy +EXPORT_SYMBOL vmlinux 0x4631380c dma_release_declared_memory +EXPORT_SYMBOL vmlinux 0x464dc956 fget_light +EXPORT_SYMBOL vmlinux 0x465cab34 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x46608fa0 getnstimeofday +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x4691ba37 elevator_change +EXPORT_SYMBOL vmlinux 0x46922507 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x46bb063c netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x46f65f71 register_gifconf +EXPORT_SYMBOL vmlinux 0x46f70c45 fsnotify_put_mark +EXPORT_SYMBOL vmlinux 0x46fe0127 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0x46feb099 dm_read_arg +EXPORT_SYMBOL vmlinux 0x47102a29 devm_gpio_request +EXPORT_SYMBOL vmlinux 0x471b4e8a inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x47223761 __serio_register_port +EXPORT_SYMBOL vmlinux 0x47416e14 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x475100c2 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x475f010b acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x478d10b2 ht_destroy_irq +EXPORT_SYMBOL vmlinux 0x4792c572 down_interruptible +EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x479c3c86 find_next_zero_bit +EXPORT_SYMBOL vmlinux 0x47a59c64 soft_cursor +EXPORT_SYMBOL vmlinux 0x47b3f862 radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x47b546a0 flush_delayed_work +EXPORT_SYMBOL vmlinux 0x47b6a10f ftrace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0x47c28562 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x47c3612d bh_submit_read +EXPORT_SYMBOL vmlinux 0x47eb593f do_splice_direct +EXPORT_SYMBOL vmlinux 0x47f7eaec skb_queue_purge +EXPORT_SYMBOL vmlinux 0x480c2e03 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x48193639 acpi_lid_open +EXPORT_SYMBOL vmlinux 0x481cb9ab acpi_enter_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x48286857 journal_stop +EXPORT_SYMBOL vmlinux 0x48287be7 inode_get_bytes +EXPORT_SYMBOL vmlinux 0x4845c423 param_array_ops +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x486d2f29 dqstats +EXPORT_SYMBOL vmlinux 0x48710fcc tcp_read_sock +EXPORT_SYMBOL vmlinux 0x487d9343 param_ops_ushort +EXPORT_SYMBOL vmlinux 0x48de32be __cleancache_put_page +EXPORT_SYMBOL vmlinux 0x48e2b57d sg_alloc_table_from_pages +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x4918835e neigh_parms_release +EXPORT_SYMBOL vmlinux 0x4926b83d call_usermodehelper_fns +EXPORT_SYMBOL vmlinux 0x494d5847 ata_dev_printk +EXPORT_SYMBOL vmlinux 0x49603fb8 security_sb_copy_data +EXPORT_SYMBOL vmlinux 0x49828177 tcp_child_process +EXPORT_SYMBOL vmlinux 0x49a68917 init_net +EXPORT_SYMBOL vmlinux 0x49b07aec tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x49b71917 nf_log_register +EXPORT_SYMBOL vmlinux 0x49cbb145 scsi_print_sense +EXPORT_SYMBOL vmlinux 0x49de1e94 input_unregister_handle +EXPORT_SYMBOL vmlinux 0x49e4d7dd scsi_cmd_ioctl +EXPORT_SYMBOL vmlinux 0x4a029335 pci_vpd_truncate +EXPORT_SYMBOL vmlinux 0x4a08d79c neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x4a174efa genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x4a358252 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x4a5ffa82 journal_load +EXPORT_SYMBOL vmlinux 0x4a623ce7 phy_device_create +EXPORT_SYMBOL vmlinux 0x4a676e2e xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x4a6b821a mount_bdev +EXPORT_SYMBOL vmlinux 0x4a8fe9a9 sk_filter +EXPORT_SYMBOL vmlinux 0x4a9f756e kmap_high +EXPORT_SYMBOL vmlinux 0x4abbe3c2 vm_brk +EXPORT_SYMBOL vmlinux 0x4ac61254 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x4acd93d3 release_resource +EXPORT_SYMBOL vmlinux 0x4af54cb5 ppp_dev_name +EXPORT_SYMBOL vmlinux 0x4afd7187 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x4afe531b nf_unregister_hooks +EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize +EXPORT_SYMBOL vmlinux 0x4afe9efa skb_split +EXPORT_SYMBOL vmlinux 0x4b085dbf agp3_generic_configure +EXPORT_SYMBOL vmlinux 0x4b1ec3e2 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0x4b2469b7 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x4b34fbf5 block_all_signals +EXPORT_SYMBOL vmlinux 0x4b3c3e2b mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0x4b3e4dcc pci_disable_ltr +EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0x4b900340 agp_generic_insert_memory +EXPORT_SYMBOL vmlinux 0x4b9824b5 fb_validate_mode +EXPORT_SYMBOL vmlinux 0x4ba4c1c9 register_console +EXPORT_SYMBOL vmlinux 0x4bba5ede mii_ethtool_gset +EXPORT_SYMBOL vmlinux 0x4bc4d5a5 __cond_resched_lock +EXPORT_SYMBOL vmlinux 0x4bcd5661 ndo_dflt_bridge_getlink +EXPORT_SYMBOL vmlinux 0x4bdd4780 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x4bdda35f md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x4be85a03 memweight +EXPORT_SYMBOL vmlinux 0x4bf105da nla_reserve +EXPORT_SYMBOL vmlinux 0x4bf77ec3 scsi_register_interface +EXPORT_SYMBOL vmlinux 0x4bf7b27d inode_sb_list_lock +EXPORT_SYMBOL vmlinux 0x4bfcb3d2 devm_free_irq +EXPORT_SYMBOL vmlinux 0x4c0641ae phy_start_aneg +EXPORT_SYMBOL vmlinux 0x4c0ef003 netdev_class_remove_file +EXPORT_SYMBOL vmlinux 0x4c1182cb bitmap_scnprintf +EXPORT_SYMBOL vmlinux 0x4c293b03 ab3100_event_register +EXPORT_SYMBOL vmlinux 0x4c2ae700 strnstr +EXPORT_SYMBOL vmlinux 0x4c5e46ea freezing_slow_path +EXPORT_SYMBOL vmlinux 0x4c67b3c1 blk_run_queue +EXPORT_SYMBOL vmlinux 0x4c923dc7 set_user_nice +EXPORT_SYMBOL vmlinux 0x4c9532c5 find_inode_number +EXPORT_SYMBOL vmlinux 0x4cbbd171 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x4cdb3178 ns_to_timeval +EXPORT_SYMBOL vmlinux 0x4cdfd980 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x4ce3ae76 frontswap_enabled +EXPORT_SYMBOL vmlinux 0x4d0c53e5 journal_start_commit +EXPORT_SYMBOL vmlinux 0x4d1ca84c net_dma_find_channel +EXPORT_SYMBOL vmlinux 0x4d1eb786 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0x4d23a536 inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x4d29aed9 ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0x4d3c153f sigprocmask +EXPORT_SYMBOL vmlinux 0x4d405db8 param_ops_string +EXPORT_SYMBOL vmlinux 0x4d438c9a vm_event_states +EXPORT_SYMBOL vmlinux 0x4d45d89e udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x4d4ab6cb mb_cache_create +EXPORT_SYMBOL vmlinux 0x4d65525e tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x4d7efba4 page_address +EXPORT_SYMBOL vmlinux 0x4d89e8a3 vfs_rename +EXPORT_SYMBOL vmlinux 0x4d8f1a1d blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4dadbc2f bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x4dc45be9 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x4de34a07 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4deccaa1 journal_create +EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse +EXPORT_SYMBOL vmlinux 0x4e048ec6 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0x4e21999c acpi_get_child +EXPORT_SYMBOL vmlinux 0x4e2dea07 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e4fea64 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x4e53f63c acpi_get_hp_hw_control_from_firmware +EXPORT_SYMBOL vmlinux 0x4e64cbe5 register_sysctl_paths +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e830a3e strnicmp +EXPORT_SYMBOL vmlinux 0x4e888743 unregister_key_type +EXPORT_SYMBOL vmlinux 0x4e8c5d1b find_lock_page +EXPORT_SYMBOL vmlinux 0x4e92d599 neigh_seq_start +EXPORT_SYMBOL vmlinux 0x4ea1ddf2 netlink_unicast +EXPORT_SYMBOL vmlinux 0x4ea25709 dql_reset +EXPORT_SYMBOL vmlinux 0x4eaf6e0d __cleancache_init_shared_fs +EXPORT_SYMBOL vmlinux 0x4eb11f1f seq_bitmap +EXPORT_SYMBOL vmlinux 0x4eb5202a cfb_imageblit +EXPORT_SYMBOL vmlinux 0x4edd73be skb_copy_expand +EXPORT_SYMBOL vmlinux 0x4f073929 do_sync_read +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f331143 tcp_make_synack +EXPORT_SYMBOL vmlinux 0x4f391d0e nla_parse +EXPORT_SYMBOL vmlinux 0x4f476e96 init_cdrom_command +EXPORT_SYMBOL vmlinux 0x4f4de432 __napi_complete +EXPORT_SYMBOL vmlinux 0x4f575b5d md_unregister_thread +EXPORT_SYMBOL vmlinux 0x4f68e5c9 do_gettimeofday +EXPORT_SYMBOL vmlinux 0x4f6db373 udp_seq_open +EXPORT_SYMBOL vmlinux 0x4f783f30 acpi_read +EXPORT_SYMBOL vmlinux 0x4f79b22e kthread_stop +EXPORT_SYMBOL vmlinux 0x4f7d19ec sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x4fb37157 mmc_release_host +EXPORT_SYMBOL vmlinux 0x4fb8da3d eth_header_cache +EXPORT_SYMBOL vmlinux 0x4fcef7f7 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x4fdb2cdb drop_super +EXPORT_SYMBOL vmlinux 0x4fdee897 i8042_command +EXPORT_SYMBOL vmlinux 0x4ff3b36f set_anon_super +EXPORT_SYMBOL vmlinux 0x4ff5ab0a tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x5003a7a9 md_flush_request +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x50211ee3 tcp_free_md5sig_pool +EXPORT_SYMBOL vmlinux 0x504805df dm_register_target +EXPORT_SYMBOL vmlinux 0x50529870 acpi_get_gpe_status +EXPORT_SYMBOL vmlinux 0x5064b6e7 aio_complete +EXPORT_SYMBOL vmlinux 0x50776b29 usb_put_phy +EXPORT_SYMBOL vmlinux 0x50949f6c sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x509a9313 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x50eedeb8 printk +EXPORT_SYMBOL vmlinux 0x510f859a dquot_quota_on +EXPORT_SYMBOL vmlinux 0x51136341 bio_init +EXPORT_SYMBOL vmlinux 0x5118c382 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0x513eb880 journal_clear_err +EXPORT_SYMBOL vmlinux 0x5143c678 param_get_invbool +EXPORT_SYMBOL vmlinux 0x5152e605 memcmp +EXPORT_SYMBOL vmlinux 0x5165a993 neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x5169c3cf jbd2_log_start_commit +EXPORT_SYMBOL vmlinux 0x5186518f profile_pc +EXPORT_SYMBOL vmlinux 0x5193f368 mmc_align_data_size +EXPORT_SYMBOL vmlinux 0x51a31e79 dquot_operations +EXPORT_SYMBOL vmlinux 0x51a7feae max8925_reg_write +EXPORT_SYMBOL vmlinux 0x51d0be7b locks_free_lock +EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled +EXPORT_SYMBOL vmlinux 0x51d816e4 seq_write +EXPORT_SYMBOL vmlinux 0x51dce73b xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x51ef33b8 kstrndup +EXPORT_SYMBOL vmlinux 0x52026cdf security_sb_parse_opts_str +EXPORT_SYMBOL vmlinux 0x5206459c proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x52095e19 acpi_get_data +EXPORT_SYMBOL vmlinux 0x52428cc8 parent_mem_cgroup +EXPORT_SYMBOL vmlinux 0x5257901b __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x525e026f acpi_os_unmap_generic_address +EXPORT_SYMBOL vmlinux 0x527b11e4 quota_send_warning +EXPORT_SYMBOL vmlinux 0x528c709d simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x52ac402c tty_port_destroy +EXPORT_SYMBOL vmlinux 0x52cf9d79 mdiobus_register +EXPORT_SYMBOL vmlinux 0x52d42c95 set_current_groups +EXPORT_SYMBOL vmlinux 0x52fae539 nobh_write_begin +EXPORT_SYMBOL vmlinux 0x530b1e4c rdmsr_on_cpus +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x5313eb30 module_put +EXPORT_SYMBOL vmlinux 0x531982b9 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x531b604e __virt_addr_valid +EXPORT_SYMBOL vmlinux 0x531e62ab scsi_remove_host +EXPORT_SYMBOL vmlinux 0x53326531 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x533ed69c jbd2_journal_file_inode +EXPORT_SYMBOL vmlinux 0x53663015 dquot_quotactl_ops +EXPORT_SYMBOL vmlinux 0x537899eb kthread_bind +EXPORT_SYMBOL vmlinux 0x538383c0 unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x5383f34b _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0x538d29d9 pci_get_class +EXPORT_SYMBOL vmlinux 0x538f0c51 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x539ee92a inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x53f2ef10 wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x5409775b free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x54152e04 percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x5447981d softnet_data +EXPORT_SYMBOL vmlinux 0x54752129 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x547a6769 block_read_full_page +EXPORT_SYMBOL vmlinux 0x54935666 acpi_os_read_port +EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul +EXPORT_SYMBOL vmlinux 0x54ae0d57 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0x54b90e3e jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x54e5197d sock_rfree +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54efb5d6 cpu_number +EXPORT_SYMBOL vmlinux 0x55006720 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x550842c6 abx500_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x5521356c account_page_dirtied +EXPORT_SYMBOL vmlinux 0x5541ea93 on_each_cpu +EXPORT_SYMBOL vmlinux 0x5546d7ef scm_fp_dup +EXPORT_SYMBOL vmlinux 0x5567c227 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x557b4892 register_framebuffer +EXPORT_SYMBOL vmlinux 0x55828376 inet_frags_exit_net +EXPORT_SYMBOL vmlinux 0x5594be03 bitmap_remap +EXPORT_SYMBOL vmlinux 0x55b3f452 tty_hangup +EXPORT_SYMBOL vmlinux 0x5614b010 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x561c08b2 blk_alloc_queue +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x5636f272 scsi_calculate_bounce_limit +EXPORT_SYMBOL vmlinux 0x56402b4c pci_enable_msix +EXPORT_SYMBOL vmlinux 0x5642793a radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x5676a3e5 intel_scu_ipc_ioread8 +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x5705088a __vmalloc +EXPORT_SYMBOL vmlinux 0x570ebe2c agp_generic_destroy_pages +EXPORT_SYMBOL vmlinux 0x572e85d4 blk_lookup_devt +EXPORT_SYMBOL vmlinux 0x572f2bbb mii_ethtool_sset +EXPORT_SYMBOL vmlinux 0x5739a75f nf_afinfo +EXPORT_SYMBOL vmlinux 0x57481cc5 phy_drivers_register +EXPORT_SYMBOL vmlinux 0x57501af7 lock_sock_nested +EXPORT_SYMBOL vmlinux 0x5754c31c tty_schedule_flip +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x575af70c on_each_cpu_mask +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x579fbcd2 cpu_possible_mask +EXPORT_SYMBOL vmlinux 0x57a1e00f ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x57d269a9 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x5809efcc blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x58105935 open_exec +EXPORT_SYMBOL vmlinux 0x581d5a0d do_SAK +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x583c05f8 bio_sector_offset +EXPORT_SYMBOL vmlinux 0x583e87fa eth_header_cache_update +EXPORT_SYMBOL vmlinux 0x584738f9 rdmsr_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x5857b225 ioread16_rep +EXPORT_SYMBOL vmlinux 0x586103be acpi_setup_gpe_for_wake +EXPORT_SYMBOL vmlinux 0x58880ef7 scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x588f94ed ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x5892d54c acpi_remove_address_space_handler +EXPORT_SYMBOL vmlinux 0x589707f5 simple_transaction_read +EXPORT_SYMBOL vmlinux 0x58ac6183 scsi_scan_target +EXPORT_SYMBOL vmlinux 0x58c2a814 dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x58d7ba75 dcb_getapp +EXPORT_SYMBOL vmlinux 0x58ea9717 misc_deregister +EXPORT_SYMBOL vmlinux 0x58fef6f8 ist_info +EXPORT_SYMBOL vmlinux 0x592b59af acpi_evaluate_object_typed +EXPORT_SYMBOL vmlinux 0x592ba411 sock_get_timestampns +EXPORT_SYMBOL vmlinux 0x5934392b fb_register_client +EXPORT_SYMBOL vmlinux 0x5945ee48 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x599a4f36 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x59a638a2 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0x59bc9609 acpi_write_bit_register +EXPORT_SYMBOL vmlinux 0x59cd2d77 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x59d696b6 register_module_notifier +EXPORT_SYMBOL vmlinux 0x59e5a7bc __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x59e70f93 __send_remote_softirq +EXPORT_SYMBOL vmlinux 0x59e74155 bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x59fd1572 swiotlb_free_coherent +EXPORT_SYMBOL vmlinux 0x5a021c82 pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x5a122fc4 uart_register_driver +EXPORT_SYMBOL vmlinux 0x5a124d5c tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x5a1b49a2 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x5a1f405b pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x5a253872 noop_llseek +EXPORT_SYMBOL vmlinux 0x5a2aa62e __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x5a2cc020 d_alloc_pseudo +EXPORT_SYMBOL vmlinux 0x5a313254 inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x5a4896a8 __put_user_2 +EXPORT_SYMBOL vmlinux 0x5a5ad918 mount_pseudo +EXPORT_SYMBOL vmlinux 0x5a600354 request_key_async_with_auxdata +EXPORT_SYMBOL vmlinux 0x5a889d7f poll_schedule_timeout +EXPORT_SYMBOL vmlinux 0x5abe8f9f simple_statfs +EXPORT_SYMBOL vmlinux 0x5ac104fb arp_send +EXPORT_SYMBOL vmlinux 0x5ac376a5 acpi_install_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x5ac54bf5 km_policy_notify +EXPORT_SYMBOL vmlinux 0x5ad2d866 vm_insert_page +EXPORT_SYMBOL vmlinux 0x5b19634d div_s64_rem +EXPORT_SYMBOL vmlinux 0x5b1b9560 xfrm_register_type +EXPORT_SYMBOL vmlinux 0x5b271d86 acpi_video_dmi_promote_vendor +EXPORT_SYMBOL vmlinux 0x5b4f6de2 netdev_emerg +EXPORT_SYMBOL vmlinux 0x5b6af63f rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x5ba53020 vfs_fstat +EXPORT_SYMBOL vmlinux 0x5bd4ee62 bdi_setup_and_register +EXPORT_SYMBOL vmlinux 0x5be07f61 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x5c320a08 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x5c3edd59 _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0x5c86f35d pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x5cb97634 submit_bio +EXPORT_SYMBOL vmlinux 0x5ceec96e tcf_hash_lookup +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cfb5407 da903x_query_status +EXPORT_SYMBOL vmlinux 0x5d0b1892 param_set_invbool +EXPORT_SYMBOL vmlinux 0x5d0bbebb test_set_page_writeback +EXPORT_SYMBOL vmlinux 0x5d0be755 alloc_fddidev +EXPORT_SYMBOL vmlinux 0x5d1c1f73 inet_stream_ops +EXPORT_SYMBOL vmlinux 0x5d35d1ca mmc_can_reset +EXPORT_SYMBOL vmlinux 0x5d41ccf4 init_buffer +EXPORT_SYMBOL vmlinux 0x5d5b5a16 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x5d74dbcf pnp_range_reserved +EXPORT_SYMBOL vmlinux 0x5d76b8c3 blk_queue_softirq_done +EXPORT_SYMBOL vmlinux 0x5d8dff7a pci_select_bars +EXPORT_SYMBOL vmlinux 0x5dcb295b netlink_set_err +EXPORT_SYMBOL vmlinux 0x5dce6b75 complete_and_exit +EXPORT_SYMBOL vmlinux 0x5de550f2 ipv6_select_ident +EXPORT_SYMBOL vmlinux 0x5df92739 devm_ioremap_nocache +EXPORT_SYMBOL vmlinux 0x5e0c86e5 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x5e10810d pci_set_mwi +EXPORT_SYMBOL vmlinux 0x5e281c3b xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0x5e36555b security_path_chown +EXPORT_SYMBOL vmlinux 0x5e616a8a unregister_filesystem +EXPORT_SYMBOL vmlinux 0x5e6947f7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x5e897198 path_put +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x5eb54f93 bioset_free +EXPORT_SYMBOL vmlinux 0x5ecf0710 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed2059a generic_file_splice_read +EXPORT_SYMBOL vmlinux 0x5ed91601 inet_add_protocol +EXPORT_SYMBOL vmlinux 0x5ef9aa92 dma_mmap_from_coherent +EXPORT_SYMBOL vmlinux 0x5f005368 kstrtou8 +EXPORT_SYMBOL vmlinux 0x5f080e97 pnp_start_dev +EXPORT_SYMBOL vmlinux 0x5f1a4ccf intel_scu_ipc_update_register +EXPORT_SYMBOL vmlinux 0x5f1deb79 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0x5f27544a mempool_destroy +EXPORT_SYMBOL vmlinux 0x5f3c8f5c mmc_assume_removable +EXPORT_SYMBOL vmlinux 0x5f576a90 dev_mc_flush +EXPORT_SYMBOL vmlinux 0x5f58f676 flex_array_get_ptr +EXPORT_SYMBOL vmlinux 0x5fc36a28 netlink_broadcast +EXPORT_SYMBOL vmlinux 0x5fd5b2f8 take_over_console +EXPORT_SYMBOL vmlinux 0x5fe41fb6 percpu_counter_set +EXPORT_SYMBOL vmlinux 0x5feb35a8 I_BDEV +EXPORT_SYMBOL vmlinux 0x5ff42b08 acpi_video_get_capabilities +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x602b98f2 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x602ed00d acpi_current_gpe_count +EXPORT_SYMBOL vmlinux 0x60698722 tty_set_operations +EXPORT_SYMBOL vmlinux 0x606d0b09 secure_tcpv6_sequence_number +EXPORT_SYMBOL vmlinux 0x607b3365 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0x60828f1d vlan_vid_del +EXPORT_SYMBOL vmlinux 0x6093c0e6 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0x609692d3 netpoll_print_options +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL vmlinux 0x60ac4203 cdev_add +EXPORT_SYMBOL vmlinux 0x60b2e38a rwsem_down_write_failed +EXPORT_SYMBOL vmlinux 0x60b463d4 init_task +EXPORT_SYMBOL vmlinux 0x60c546fb mmc_can_discard +EXPORT_SYMBOL vmlinux 0x60cbafe7 put_disk +EXPORT_SYMBOL vmlinux 0x60d77aac kmem_cache_free +EXPORT_SYMBOL vmlinux 0x60d80ef5 pci_request_region_exclusive +EXPORT_SYMBOL vmlinux 0x610a93a5 i8042_remove_filter +EXPORT_SYMBOL vmlinux 0x612390ad netpoll_set_trap +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x614383c0 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0x61528b43 kobject_get +EXPORT_SYMBOL vmlinux 0x61543de8 jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x617643a2 param_set_long +EXPORT_SYMBOL vmlinux 0x61764c01 inode_init_once +EXPORT_SYMBOL vmlinux 0x6186ddb4 sock_no_mmap +EXPORT_SYMBOL vmlinux 0x6188341b fget +EXPORT_SYMBOL vmlinux 0x619b187b add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0x61b5ade0 down_write +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61b9775e xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x61bd8dc9 __set_page_dirty_buffers +EXPORT_SYMBOL vmlinux 0x61cc813c pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x61d60e40 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x61d71b1a set_pages_nx +EXPORT_SYMBOL vmlinux 0x61e65adc xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0x62049256 acpi_disable +EXPORT_SYMBOL vmlinux 0x6204d40a mmc_can_erase +EXPORT_SYMBOL vmlinux 0x621d77a0 sleep_on +EXPORT_SYMBOL vmlinux 0x6225637e md5_transform +EXPORT_SYMBOL vmlinux 0x6226b9fa machine_to_phys_mapping +EXPORT_SYMBOL vmlinux 0x62280738 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x622fa02a prepare_to_wait +EXPORT_SYMBOL vmlinux 0x6237f6b5 acpi_enable_event +EXPORT_SYMBOL vmlinux 0x6241a2ab __copy_from_user_ll_nocache +EXPORT_SYMBOL vmlinux 0x625510e3 dquot_commit_info +EXPORT_SYMBOL vmlinux 0x626752d8 pci_enable_ido +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x62827bec security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x628594a5 swiotlb_map_sg +EXPORT_SYMBOL vmlinux 0x62c0b65f blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x62c20484 wake_up_process +EXPORT_SYMBOL vmlinux 0x62cb4cee interruptible_sleep_on +EXPORT_SYMBOL vmlinux 0x62ccc484 sock_wmalloc +EXPORT_SYMBOL vmlinux 0x62e376c2 pnp_disable_dev +EXPORT_SYMBOL vmlinux 0x62e64801 __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x62fd6207 param_set_charp +EXPORT_SYMBOL vmlinux 0x63016160 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x63187451 pcie_aspm_support_enabled +EXPORT_SYMBOL vmlinux 0x6332cc1a audit_log_start +EXPORT_SYMBOL vmlinux 0x635c8083 get_write_access +EXPORT_SYMBOL vmlinux 0x636a5691 acpi_register_ioapic +EXPORT_SYMBOL vmlinux 0x638001dd dmam_pool_create +EXPORT_SYMBOL vmlinux 0x63922bbd vfs_stat +EXPORT_SYMBOL vmlinux 0x63a01291 acpi_leave_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x63cfe0cd thaw_bdev +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63ecad53 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x63fc232f strlen_user +EXPORT_SYMBOL vmlinux 0x63fc8963 __pci_register_driver +EXPORT_SYMBOL vmlinux 0x6403e338 tcp_memory_pressure +EXPORT_SYMBOL vmlinux 0x6427009b dma_sync_wait +EXPORT_SYMBOL vmlinux 0x642c6b53 ping_prot +EXPORT_SYMBOL vmlinux 0x644ee4cf phy_driver_register +EXPORT_SYMBOL vmlinux 0x646922dc tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x6478134c ec_burst_enable +EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait +EXPORT_SYMBOL vmlinux 0x649f7fea dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x64a4b84d cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x64b1246a ata_link_printk +EXPORT_SYMBOL vmlinux 0x64bb15d9 blk_get_backing_dev_info +EXPORT_SYMBOL vmlinux 0x64c3a613 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0x64eae7ad set_memory_array_wb +EXPORT_SYMBOL vmlinux 0x64f27924 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x6509502d fail_migrate_page +EXPORT_SYMBOL vmlinux 0x650a6767 prandom_u32_state +EXPORT_SYMBOL vmlinux 0x65125138 acpi_check_address_range +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x6517d1a8 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x652e46dd try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x65527645 vm_insert_pfn +EXPORT_SYMBOL vmlinux 0x655f1ab0 set_memory_array_wc +EXPORT_SYMBOL vmlinux 0x6565d33f scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x657879ce __init_rwsem +EXPORT_SYMBOL vmlinux 0x65854b00 give_up_console +EXPORT_SYMBOL vmlinux 0x6585e310 alloc_pages_exact_nid +EXPORT_SYMBOL vmlinux 0x65998a03 simple_fill_super +EXPORT_SYMBOL vmlinux 0x65a295bb atomic64_xchg_cx8 +EXPORT_SYMBOL vmlinux 0x65d87439 generic_file_aio_write +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65e3dd17 skb_put +EXPORT_SYMBOL vmlinux 0x65f3ad9a fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x65f92cfd bio_clone_bioset +EXPORT_SYMBOL vmlinux 0x65fbfc8a insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x6605f97f flex_array_clear +EXPORT_SYMBOL vmlinux 0x66355efc vprintk +EXPORT_SYMBOL vmlinux 0x667aabc6 sk_release_kernel +EXPORT_SYMBOL vmlinux 0x668da8d5 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x66a24923 input_flush_device +EXPORT_SYMBOL vmlinux 0x66a67dab flex_array_shrink +EXPORT_SYMBOL vmlinux 0x66c8b825 cpu_sibling_map +EXPORT_SYMBOL vmlinux 0x66d0d31d scsi_host_put +EXPORT_SYMBOL vmlinux 0x66ec0ebe eth_header_parse +EXPORT_SYMBOL vmlinux 0x66fa9497 pnp_register_card_driver +EXPORT_SYMBOL vmlinux 0x6703c14a mb_cache_entry_alloc +EXPORT_SYMBOL vmlinux 0x6705f2dc sk_dst_check +EXPORT_SYMBOL vmlinux 0x67087704 security_mmap_file +EXPORT_SYMBOL vmlinux 0x6722bf85 filemap_flush +EXPORT_SYMBOL vmlinux 0x6729d3df __get_user_4 +EXPORT_SYMBOL vmlinux 0x673f815e agp_bridges +EXPORT_SYMBOL vmlinux 0x675eec8b elv_abort_queue +EXPORT_SYMBOL vmlinux 0x677e3a2a mmc_suspend_host +EXPORT_SYMBOL vmlinux 0x6788cbb8 rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0x67a30f80 __scsi_alloc_queue +EXPORT_SYMBOL vmlinux 0x67aad590 alloc_file +EXPORT_SYMBOL vmlinux 0x67acbaa9 skb_store_bits +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67c3d23c empty_aops +EXPORT_SYMBOL vmlinux 0x67cca375 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x67dcffb7 lg_lock_init +EXPORT_SYMBOL vmlinux 0x67e0b903 __elv_add_request +EXPORT_SYMBOL vmlinux 0x67f7403e _raw_spin_lock +EXPORT_SYMBOL vmlinux 0x67f9a713 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x67fa0d00 pci_scan_bus +EXPORT_SYMBOL vmlinux 0x680f197d __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x68223fe4 journal_revoke +EXPORT_SYMBOL vmlinux 0x6830939a pnp_possible_config +EXPORT_SYMBOL vmlinux 0x6835482d d_make_root +EXPORT_SYMBOL vmlinux 0x6849cc34 d_alloc_name +EXPORT_SYMBOL vmlinux 0x686206ab skb_gso_segment +EXPORT_SYMBOL vmlinux 0x6869dc9b blk_end_request +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x689d6a14 simple_empty +EXPORT_SYMBOL vmlinux 0x68a7b595 phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x68bf4d3a xfrm_unregister_mode +EXPORT_SYMBOL vmlinux 0x68c70c2d kmalloc_caches +EXPORT_SYMBOL vmlinux 0x68dfc59f __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0x68e05d57 getrawmonotonic +EXPORT_SYMBOL vmlinux 0x68ea7634 simple_transaction_get +EXPORT_SYMBOL vmlinux 0x68fc4d36 __sock_create +EXPORT_SYMBOL vmlinux 0x692c1064 pci_disable_msix +EXPORT_SYMBOL vmlinux 0x693cd8fa inet_sendpage +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x697e6adb phy_connect_direct +EXPORT_SYMBOL vmlinux 0x69807b49 mem_cgroup_subsys +EXPORT_SYMBOL vmlinux 0x698719ef posix_lock_file_wait +EXPORT_SYMBOL vmlinux 0x6988d0ca cpu_dr7 +EXPORT_SYMBOL vmlinux 0x6997c39d genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x69a0ca7d iowrite16be +EXPORT_SYMBOL vmlinux 0x69a358a6 iomem_resource +EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint +EXPORT_SYMBOL vmlinux 0x69c04f9d phy_disconnect +EXPORT_SYMBOL vmlinux 0x69d38ed9 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x69e27c7a bitmap_copy_le +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a057fdf __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x6a27bfce csum_partial_copy_generic +EXPORT_SYMBOL vmlinux 0x6a2c2d3d cpufreq_cooling_unregister +EXPORT_SYMBOL vmlinux 0x6a417ef4 cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x6a4813d1 netdev_notice +EXPORT_SYMBOL vmlinux 0x6a48e16b percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0x6a5b7fd6 input_register_handler +EXPORT_SYMBOL vmlinux 0x6a693a83 __scm_send +EXPORT_SYMBOL vmlinux 0x6a76f3ac blk_iopoll_enable +EXPORT_SYMBOL vmlinux 0x6aa85d03 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x6ac37b02 dev_addr_add +EXPORT_SYMBOL vmlinux 0x6acb973d iowrite32be +EXPORT_SYMBOL vmlinux 0x6ad85887 acpi_enable_gpe +EXPORT_SYMBOL vmlinux 0x6adb395f sock_no_poll +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6aedaf5f vfs_link +EXPORT_SYMBOL vmlinux 0x6af03e80 blk_queue_end_tag +EXPORT_SYMBOL vmlinux 0x6af740a1 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x6af91a1c unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x6afe1ec9 have_submounts +EXPORT_SYMBOL vmlinux 0x6b06fdce delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x6b1ae7b6 inode_init_owner +EXPORT_SYMBOL vmlinux 0x6b1b67d3 __bdevname +EXPORT_SYMBOL vmlinux 0x6b2db8ae vfs_lstat +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b52f04e tty_pair_get_tty +EXPORT_SYMBOL vmlinux 0x6b6edc62 tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x6b74b160 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x6b7589f4 param_set_bool +EXPORT_SYMBOL vmlinux 0x6b7a644b inet_frag_evictor +EXPORT_SYMBOL vmlinux 0x6b90f4a5 journal_flush +EXPORT_SYMBOL vmlinux 0x6bba1fb8 padata_set_cpumasks +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bc64e5f generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x6bd07a57 tcp_disconnect +EXPORT_SYMBOL vmlinux 0x6bd0fdb9 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0x6bdcfd99 qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x6c0d967d dentry_unhash +EXPORT_SYMBOL vmlinux 0x6c177837 padata_alloc_possible +EXPORT_SYMBOL vmlinux 0x6c1ce5ce strcspn +EXPORT_SYMBOL vmlinux 0x6c2e3320 strncmp +EXPORT_SYMBOL vmlinux 0x6c389761 acpi_bus_get_private_data +EXPORT_SYMBOL vmlinux 0x6c394b10 __put_cred +EXPORT_SYMBOL vmlinux 0x6c421e79 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c702af7 sysctl_udp_rmem_min +EXPORT_SYMBOL vmlinux 0x6c9345f3 generic_removexattr +EXPORT_SYMBOL vmlinux 0x6cdc5c6b nla_strlcpy +EXPORT_SYMBOL vmlinux 0x6ce43559 clear_nlink +EXPORT_SYMBOL vmlinux 0x6d011b73 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x6d044c26 param_ops_uint +EXPORT_SYMBOL vmlinux 0x6d0f1f89 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x6d27ef64 __bitmap_empty +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d3206ff devm_usb_put_phy +EXPORT_SYMBOL vmlinux 0x6d340f64 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x6d43be60 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x6d48deb4 pnp_is_active +EXPORT_SYMBOL vmlinux 0x6d5bfec4 x86_hyper_xen_hvm +EXPORT_SYMBOL vmlinux 0x6d60b85d __blk_end_request_all +EXPORT_SYMBOL vmlinux 0x6d6529ae vfs_rmdir +EXPORT_SYMBOL vmlinux 0x6d75a1fd scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x6d79c025 blk_queue_free_tags +EXPORT_SYMBOL vmlinux 0x6d85043a tty_pair_get_pty +EXPORT_SYMBOL vmlinux 0x6db07877 isapnp_protocol +EXPORT_SYMBOL vmlinux 0x6dc9ed64 unlazy_fpu +EXPORT_SYMBOL vmlinux 0x6def2db2 half_md4_transform +EXPORT_SYMBOL vmlinux 0x6e07b41b vfs_readlink +EXPORT_SYMBOL vmlinux 0x6e51ac2e _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x6e65f2dc rtc_lock +EXPORT_SYMBOL vmlinux 0x6e6b9934 __register_chrdev +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e83f378 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6eb13d77 loop_register_transfer +EXPORT_SYMBOL vmlinux 0x6eb47d50 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x6f19fbc0 pci_find_capability +EXPORT_SYMBOL vmlinux 0x6f20960a full_name_hash +EXPORT_SYMBOL vmlinux 0x6f4c6b71 lg_local_unlock +EXPORT_SYMBOL vmlinux 0x6f4d135d dquot_alloc +EXPORT_SYMBOL vmlinux 0x6f4e30f7 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x6f54d338 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x6f556bdb acpi_get_gpe_device +EXPORT_SYMBOL vmlinux 0x6f8f0310 inet_frag_maybe_warn_overflow +EXPORT_SYMBOL vmlinux 0x6fc2d0a4 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fcba6cb sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x6feb2039 acpi_write +EXPORT_SYMBOL vmlinux 0x7033240e tty_vhangup +EXPORT_SYMBOL vmlinux 0x703b4352 _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x703ead8e shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x70523a7a __cond_resched_softirq +EXPORT_SYMBOL vmlinux 0x7054a3e4 request_dma +EXPORT_SYMBOL vmlinux 0x7069ca58 dquot_free_inode +EXPORT_SYMBOL vmlinux 0x706fadc8 idr_remove_all +EXPORT_SYMBOL vmlinux 0x7073e563 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x707d626e generic_file_llseek +EXPORT_SYMBOL vmlinux 0x708f5c19 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x70a3928a ps2_handle_ack +EXPORT_SYMBOL vmlinux 0x70b49d96 set_pages_uc +EXPORT_SYMBOL vmlinux 0x70b87ef7 register_qdisc +EXPORT_SYMBOL vmlinux 0x70bc17d7 inode_wait +EXPORT_SYMBOL vmlinux 0x70c18cc4 kill_anon_super +EXPORT_SYMBOL vmlinux 0x70d053fd try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x70d1f8f3 strncat +EXPORT_SYMBOL vmlinux 0x70d8ab82 acpi_acquire_global_lock +EXPORT_SYMBOL vmlinux 0x70ee66c4 proto_register +EXPORT_SYMBOL vmlinux 0x7114a71f bit_waitqueue +EXPORT_SYMBOL vmlinux 0x711ff5b8 journal_invalidatepage +EXPORT_SYMBOL vmlinux 0x712002b8 fddi_change_mtu +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x712fa8f6 netdev_state_change +EXPORT_SYMBOL vmlinux 0x71422714 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0x71543508 km_query +EXPORT_SYMBOL vmlinux 0x7156f573 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x716f3f28 key_revoke +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x71811aff i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71aca08d vga_switcheroo_get_client_state +EXPORT_SYMBOL vmlinux 0x71bd4ccd inet_csk_accept +EXPORT_SYMBOL vmlinux 0x71ccaf20 inode_set_bytes +EXPORT_SYMBOL vmlinux 0x71e84d16 mmc_power_restore_host +EXPORT_SYMBOL vmlinux 0x720cb051 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x7217300f __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x7234eafb otg_state_string +EXPORT_SYMBOL vmlinux 0x724a993a xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x725eb94e journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x72b0a36c kobject_set_name +EXPORT_SYMBOL vmlinux 0x72b243d4 free_dma +EXPORT_SYMBOL vmlinux 0x72ba2e0a tcp_proc_register +EXPORT_SYMBOL vmlinux 0x72bbee4a iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0x72bdcdf5 tty_port_open +EXPORT_SYMBOL vmlinux 0x72bf2140 mtrr_add +EXPORT_SYMBOL vmlinux 0x72d0aef4 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x72d58de9 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0x72df2f2a up_read +EXPORT_SYMBOL vmlinux 0x72e250ab bioset_integrity_free +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72f3aa32 acpi_get_physical_device_location +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x733c3b54 kasprintf +EXPORT_SYMBOL vmlinux 0x73436884 dquot_quota_off +EXPORT_SYMBOL vmlinux 0x735167b4 genlmsg_put +EXPORT_SYMBOL vmlinux 0x735a0bd5 native_io_delay +EXPORT_SYMBOL vmlinux 0x736cb951 bdi_register_dev +EXPORT_SYMBOL vmlinux 0x737dcb35 pci_scan_slot +EXPORT_SYMBOL vmlinux 0x737de5e9 radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0x738803e6 strnlen +EXPORT_SYMBOL vmlinux 0x738c29a2 pci_enable_device +EXPORT_SYMBOL vmlinux 0x738e2bc9 sk_alloc +EXPORT_SYMBOL vmlinux 0x7393521d acpi_notifier_call_chain +EXPORT_SYMBOL vmlinux 0x739b753e wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x739cc531 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x73a0ec24 sk_prot_clear_portaddr_nulls +EXPORT_SYMBOL vmlinux 0x73b847a6 ata_ap_acpi_handle +EXPORT_SYMBOL vmlinux 0x73bbe45a register_netdev +EXPORT_SYMBOL vmlinux 0x73dd54eb irq_fpu_usable +EXPORT_SYMBOL vmlinux 0x73e20c1c strlcpy +EXPORT_SYMBOL vmlinux 0x73f11212 gen_new_estimator +EXPORT_SYMBOL vmlinux 0x73fcd604 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x7406f5c5 kobject_put +EXPORT_SYMBOL vmlinux 0x740a1b95 reserve_evntsel_nmi +EXPORT_SYMBOL vmlinux 0x740b389d skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x7413793a EISA_bus +EXPORT_SYMBOL vmlinux 0x74328354 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x7436f817 agp_generic_type_to_mask_type +EXPORT_SYMBOL vmlinux 0x743b4ae3 atomic64_inc_not_zero_cx8 +EXPORT_SYMBOL vmlinux 0x7461ee87 pcim_enable_device +EXPORT_SYMBOL vmlinux 0x7469fcfe radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x746cb8ec mmc_read_bkops_status +EXPORT_SYMBOL vmlinux 0x7485e15e unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x7490cae8 dcache_dir_open +EXPORT_SYMBOL vmlinux 0x749f4165 irq_stat +EXPORT_SYMBOL vmlinux 0x74a17070 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0x74a39222 unregister_cdrom +EXPORT_SYMBOL vmlinux 0x74a61c93 pm860x_page_reg_read +EXPORT_SYMBOL vmlinux 0x74b570c2 devm_usb_get_phy +EXPORT_SYMBOL vmlinux 0x74bb2181 register_sysctl_table +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74c59e48 blk_init_tags +EXPORT_SYMBOL vmlinux 0x74cc1cbe unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x74cf9144 dmam_free_noncoherent +EXPORT_SYMBOL vmlinux 0x74cfaa5a tty_lock +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74f63c49 acpi_pm_device_run_wake +EXPORT_SYMBOL vmlinux 0x75057c31 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x7505bdef memchr_inv +EXPORT_SYMBOL vmlinux 0x750b81f1 scsi_cmd_print_sense_hdr +EXPORT_SYMBOL vmlinux 0x751577ab iget_failed +EXPORT_SYMBOL vmlinux 0x75161431 mii_check_gmii_support +EXPORT_SYMBOL vmlinux 0x75271716 save_processor_state +EXPORT_SYMBOL vmlinux 0x7531e3dc acpi_get_event_resources +EXPORT_SYMBOL vmlinux 0x7538b132 agp_off +EXPORT_SYMBOL vmlinux 0x754dac78 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x75633aea neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x75676b14 skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x756c6676 mmc_resume_host +EXPORT_SYMBOL vmlinux 0x75875d81 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0x758d1d1a scsi_init_io +EXPORT_SYMBOL vmlinux 0x7593d385 div64_s64 +EXPORT_SYMBOL vmlinux 0x75bb675a finish_wait +EXPORT_SYMBOL vmlinux 0x75bc6317 complete_request_key +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75bdea12 iommu_area_alloc +EXPORT_SYMBOL vmlinux 0x75d21809 vprintk_emit +EXPORT_SYMBOL vmlinux 0x75f30ad5 lookup_one_len +EXPORT_SYMBOL vmlinux 0x75f507ec tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x75f8f367 sock_i_ino +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x760b437a unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0x760d94bd __break_lease +EXPORT_SYMBOL vmlinux 0x761aa7a1 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x7628f3c7 this_cpu_off +EXPORT_SYMBOL vmlinux 0x762add85 atomic64_inc_return_cx8 +EXPORT_SYMBOL vmlinux 0x7643eb2f blk_execute_rq +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x764ae526 dev_add_offload +EXPORT_SYMBOL vmlinux 0x764bd77c request_resource +EXPORT_SYMBOL vmlinux 0x767ddb02 set_memory_wc +EXPORT_SYMBOL vmlinux 0x769e06d7 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x769f7223 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x76bf656d __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x76bfa77b acpi_device_set_power +EXPORT_SYMBOL vmlinux 0x76d1e412 blk_integrity_merge_bio +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d65d00 journal_update_format +EXPORT_SYMBOL vmlinux 0x76dd0400 dm_get_device +EXPORT_SYMBOL vmlinux 0x76e02f3e __getblk +EXPORT_SYMBOL vmlinux 0x76ea268c intel_gtt_get +EXPORT_SYMBOL vmlinux 0x76f101b9 pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0x76f8f868 tty_throttle +EXPORT_SYMBOL vmlinux 0x76fe2c61 free_buffer_head +EXPORT_SYMBOL vmlinux 0x770a0036 isapnp_cfg_begin +EXPORT_SYMBOL vmlinux 0x770d154a inet_frags_fini +EXPORT_SYMBOL vmlinux 0x771cf835 dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x772a33f1 pci_remove_bus +EXPORT_SYMBOL vmlinux 0x772f9eec __percpu_counter_add +EXPORT_SYMBOL vmlinux 0x773a9c94 blk_iopoll_enabled +EXPORT_SYMBOL vmlinux 0x776e1ff8 skb_unlink +EXPORT_SYMBOL vmlinux 0x777539b7 cpu_info +EXPORT_SYMBOL vmlinux 0x7784138a jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0x7789a1d1 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0x778f22d0 tty_check_change +EXPORT_SYMBOL vmlinux 0x77915cc3 elevator_exit +EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77ce93b3 qid_lt +EXPORT_SYMBOL vmlinux 0x77d33ab2 scsi_prep_fn +EXPORT_SYMBOL vmlinux 0x77d35fcc tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x77df0847 __set_personality +EXPORT_SYMBOL vmlinux 0x77ecac9f zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x780874fa send_sig_info +EXPORT_SYMBOL vmlinux 0x780fdfd1 intel_enable_gtt +EXPORT_SYMBOL vmlinux 0x781de08a agp_create_memory +EXPORT_SYMBOL vmlinux 0x781f366e read_cache_pages +EXPORT_SYMBOL vmlinux 0x7821c974 dev_uc_sync +EXPORT_SYMBOL vmlinux 0x7835b0a7 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x785686f8 may_umount_tree +EXPORT_SYMBOL vmlinux 0x785c9a9e ps2_handle_response +EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets +EXPORT_SYMBOL vmlinux 0x78a4767d bitmap_endwrite +EXPORT_SYMBOL vmlinux 0x78a65906 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x78b4ea64 devfreq_add_device +EXPORT_SYMBOL vmlinux 0x78bb2011 dm_ratelimit_state +EXPORT_SYMBOL vmlinux 0x78db38d3 proc_dointvec +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78f2be57 dev_addr_add_multiple +EXPORT_SYMBOL vmlinux 0x7906756f netif_carrier_off +EXPORT_SYMBOL vmlinux 0x79068fda acpi_install_method +EXPORT_SYMBOL vmlinux 0x79108d5c pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x7917e239 do_truncate +EXPORT_SYMBOL vmlinux 0x7957fbe5 set_nlink +EXPORT_SYMBOL vmlinux 0x796942a0 agp_alloc_page_array +EXPORT_SYMBOL vmlinux 0x7969b54c notify_thermal_framework +EXPORT_SYMBOL vmlinux 0x796fc5ce scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes +EXPORT_SYMBOL vmlinux 0x79b96886 phy_register_fixup +EXPORT_SYMBOL vmlinux 0x79e6cbe5 bio_integrity_tag_size +EXPORT_SYMBOL vmlinux 0x7a188791 prandom_bytes +EXPORT_SYMBOL vmlinux 0x7a27c184 ewma_init +EXPORT_SYMBOL vmlinux 0x7a32c05c scsi_unregister +EXPORT_SYMBOL vmlinux 0x7a428cd7 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x7a4497db kzfree +EXPORT_SYMBOL vmlinux 0x7a6d8a7e __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x7a6e1bf5 security_path_link +EXPORT_SYMBOL vmlinux 0x7a8b5ed3 dentry_update_name_case +EXPORT_SYMBOL vmlinux 0x7a918515 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x7a9bf88d udplite_table +EXPORT_SYMBOL vmlinux 0x7aa04c2d pcibios_set_irq_routing +EXPORT_SYMBOL vmlinux 0x7aa66a1d journal_abort +EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt +EXPORT_SYMBOL vmlinux 0x7ac3c545 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x7ad41bf9 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7ad5611d scsi_setup_fs_cmnd +EXPORT_SYMBOL vmlinux 0x7ad86ef6 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x7aec9089 clear_user +EXPORT_SYMBOL vmlinux 0x7afa89fc vsnprintf +EXPORT_SYMBOL vmlinux 0x7afe42c9 x86_dma_fallback_dev +EXPORT_SYMBOL vmlinux 0x7b03848a verify_mem_not_deleted +EXPORT_SYMBOL vmlinux 0x7b0c84c4 acpi_remove_table_handler +EXPORT_SYMBOL vmlinux 0x7b134ddf acpi_get_name +EXPORT_SYMBOL vmlinux 0x7b33df4a pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x7b434a68 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x7b52a859 wrmsr_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x7b56bd05 acpi_lid_notifier_register +EXPORT_SYMBOL vmlinux 0x7b5c8440 vm_munmap +EXPORT_SYMBOL vmlinux 0x7b86503f finish_open +EXPORT_SYMBOL vmlinux 0x7b9a6116 intel_agp_enabled +EXPORT_SYMBOL vmlinux 0x7bd192dc tcp_seq_open +EXPORT_SYMBOL vmlinux 0x7c03c854 elv_register_queue +EXPORT_SYMBOL vmlinux 0x7c0da4ce pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0x7c12b869 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x7c1372e8 panic +EXPORT_SYMBOL vmlinux 0x7c40e874 sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c61340c __release_region +EXPORT_SYMBOL vmlinux 0x7c64d48d phy_device_register +EXPORT_SYMBOL vmlinux 0x7c87947c udp_ioctl +EXPORT_SYMBOL vmlinux 0x7c904ded unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x7c96ca5a tty_name +EXPORT_SYMBOL vmlinux 0x7c98845d twl_i2c_read +EXPORT_SYMBOL vmlinux 0x7cb1ae69 cpu_down +EXPORT_SYMBOL vmlinux 0x7cb4e42b jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x7cd3b26e d_instantiate_unique +EXPORT_SYMBOL vmlinux 0x7cd7a36c __scsi_add_device +EXPORT_SYMBOL vmlinux 0x7cf96374 mmc_fixup_device +EXPORT_SYMBOL vmlinux 0x7d061823 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d11c268 jiffies +EXPORT_SYMBOL vmlinux 0x7d1ad31c generic_file_splice_write +EXPORT_SYMBOL vmlinux 0x7d50ce75 tcf_hash_check +EXPORT_SYMBOL vmlinux 0x7d57bbb5 simple_transaction_release +EXPORT_SYMBOL vmlinux 0x7d88983e vga_switcheroo_client_fb_set +EXPORT_SYMBOL vmlinux 0x7dbc2e57 mmiotrace_printk +EXPORT_SYMBOL vmlinux 0x7dce8a8e unregister_console +EXPORT_SYMBOL vmlinux 0x7dd48cec mutex_lock +EXPORT_SYMBOL vmlinux 0x7dd9043f blk_stop_queue +EXPORT_SYMBOL vmlinux 0x7ddd047e uart_unregister_driver +EXPORT_SYMBOL vmlinux 0x7ddf2a27 register_key_type +EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args +EXPORT_SYMBOL vmlinux 0x7df9529f padata_free +EXPORT_SYMBOL vmlinux 0x7e0c2329 generic_setxattr +EXPORT_SYMBOL vmlinux 0x7e0c4f8f input_open_device +EXPORT_SYMBOL vmlinux 0x7e0d9ae2 file_open_root +EXPORT_SYMBOL vmlinux 0x7e0e2a92 deactivate_super +EXPORT_SYMBOL vmlinux 0x7e25f117 dquot_acquire +EXPORT_SYMBOL vmlinux 0x7e2c652f tty_port_hangup +EXPORT_SYMBOL vmlinux 0x7e394c4e sysctl_local_reserved_ports +EXPORT_SYMBOL vmlinux 0x7ea0722d posix_lock_file +EXPORT_SYMBOL vmlinux 0x7ec6b3e1 __alloc_skb +EXPORT_SYMBOL vmlinux 0x7ecb001b __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x7edfb850 pci_release_regions +EXPORT_SYMBOL vmlinux 0x7ee73c0c memcg_socket_limit_enabled +EXPORT_SYMBOL vmlinux 0x7ee794f4 set_disk_ro +EXPORT_SYMBOL vmlinux 0x7ef6c32a pci_claim_resource +EXPORT_SYMBOL vmlinux 0x7efca87c pnp_find_dev +EXPORT_SYMBOL vmlinux 0x7f18b194 kacpi_hotplug_wq +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f61af89 blk_integrity_merge_rq +EXPORT_SYMBOL vmlinux 0x7f658e80 _raw_write_lock +EXPORT_SYMBOL vmlinux 0x7f7cd117 elv_rb_del +EXPORT_SYMBOL vmlinux 0x7fa6dc50 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x7faa7848 inc_nlink +EXPORT_SYMBOL vmlinux 0x7fc82991 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7feadd94 datagram_poll +EXPORT_SYMBOL vmlinux 0x800f9905 i2c_smbus_process_call +EXPORT_SYMBOL vmlinux 0x801222d5 lro_receive_skb +EXPORT_SYMBOL vmlinux 0x80648fca blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x808c1f1a dev_remove_offload +EXPORT_SYMBOL vmlinux 0x809f313f pci_write_vpd +EXPORT_SYMBOL vmlinux 0x80bba3bf __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80cb13fd log_start_commit +EXPORT_SYMBOL vmlinux 0x80d583ec agp_generic_free_by_type +EXPORT_SYMBOL vmlinux 0x80e5c23b phy_find_first +EXPORT_SYMBOL vmlinux 0x8104a539 abx500_get_register_interruptible +EXPORT_SYMBOL vmlinux 0x812d4ce1 bdi_register +EXPORT_SYMBOL vmlinux 0x81472677 acpi_get_table +EXPORT_SYMBOL vmlinux 0x814b9953 xfrm_prepare_input +EXPORT_SYMBOL vmlinux 0x814d6aa8 nobh_write_end +EXPORT_SYMBOL vmlinux 0x814e7730 nf_ct_destroy +EXPORT_SYMBOL vmlinux 0x8150c0ba mempool_resize +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815c56d0 cpu_present_mask +EXPORT_SYMBOL vmlinux 0x815f2897 empty_zero_page +EXPORT_SYMBOL vmlinux 0x817e0006 iterate_supers_type +EXPORT_SYMBOL vmlinux 0x8189874b dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x8196ee1f ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x819e1c25 acpi_evaluate_reference +EXPORT_SYMBOL vmlinux 0x81b04f06 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x81c1efc3 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x81d10f5f trace_seq_putc +EXPORT_SYMBOL vmlinux 0x81d3eec1 led_set_brightness +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e164c7 locks_delete_block +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x81e78256 __dquot_free_space +EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill +EXPORT_SYMBOL vmlinux 0x8212721d xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0x822ef980 bdi_unregister +EXPORT_SYMBOL vmlinux 0x8230d0f9 read_dev_sector +EXPORT_SYMBOL vmlinux 0x8235805b memmove +EXPORT_SYMBOL vmlinux 0x8251b8e7 alloc_pci_dev +EXPORT_SYMBOL vmlinux 0x8251bcc3 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x825833ca create_syslog_header +EXPORT_SYMBOL vmlinux 0x8260686f bitmap_find_next_zero_area +EXPORT_SYMBOL vmlinux 0x82659567 eisa_driver_unregister +EXPORT_SYMBOL vmlinux 0x829b54c9 kmap_atomic +EXPORT_SYMBOL vmlinux 0x829d7c51 dst_release +EXPORT_SYMBOL vmlinux 0x82a0acfb __invalidate_device +EXPORT_SYMBOL vmlinux 0x82a1a24f dev_get_flags +EXPORT_SYMBOL vmlinux 0x82a339a3 blk_end_request_all +EXPORT_SYMBOL vmlinux 0x82ab4271 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x82acfb70 blk_iopoll_sched +EXPORT_SYMBOL vmlinux 0x830e547b ioremap_prot +EXPORT_SYMBOL vmlinux 0x831c2586 __neigh_create +EXPORT_SYMBOL vmlinux 0x833a0598 devm_gpio_request_one +EXPORT_SYMBOL vmlinux 0x833c03aa acpi_enable_all_runtime_gpes +EXPORT_SYMBOL vmlinux 0x833c9ffa journal_set_features +EXPORT_SYMBOL vmlinux 0x835d5084 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x83625ee1 set_pages_array_uc +EXPORT_SYMBOL vmlinux 0x836f11d1 tty_devnum +EXPORT_SYMBOL vmlinux 0x83711113 vm_insert_mixed +EXPORT_SYMBOL vmlinux 0x83837903 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x838f70b0 twl_i2c_write_u8 +EXPORT_SYMBOL vmlinux 0x839edf7b pcim_iomap +EXPORT_SYMBOL vmlinux 0x83a476ce bitmap_scnlistprintf +EXPORT_SYMBOL vmlinux 0x83b1db5c scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x83b88dcb netif_rx +EXPORT_SYMBOL vmlinux 0x83c8a355 param_set_int +EXPORT_SYMBOL vmlinux 0x83cf49cf phy_attach +EXPORT_SYMBOL vmlinux 0x83e9d85f __sb_end_write +EXPORT_SYMBOL vmlinux 0x83eaf395 prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x83eece83 elv_rb_add +EXPORT_SYMBOL vmlinux 0x84060081 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x840b9a41 agp_put_bridge +EXPORT_SYMBOL vmlinux 0x8417f512 acpi_update_all_gpes +EXPORT_SYMBOL vmlinux 0x844c710f simple_setattr +EXPORT_SYMBOL vmlinux 0x8451c4fa journal_release_buffer +EXPORT_SYMBOL vmlinux 0x846bcc01 dm_table_get +EXPORT_SYMBOL vmlinux 0x846d273d journal_check_available_features +EXPORT_SYMBOL vmlinux 0x84bd1b50 agp_enable +EXPORT_SYMBOL vmlinux 0x84be886f completion_done +EXPORT_SYMBOL vmlinux 0x84c6a779 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0x84c9269b udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x84e1a11c zero_fill_bio +EXPORT_SYMBOL vmlinux 0x84e82a26 d_find_alias +EXPORT_SYMBOL vmlinux 0x85010bec tty_unregister_device +EXPORT_SYMBOL vmlinux 0x850cdc7b vfs_unlink +EXPORT_SYMBOL vmlinux 0x8521216d __i2c_transfer +EXPORT_SYMBOL vmlinux 0x852be4d9 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x8538a65e tcp_proc_unregister +EXPORT_SYMBOL vmlinux 0x8556ea03 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0x855fb1b2 inode_sub_rsv_space +EXPORT_SYMBOL vmlinux 0x85651533 filp_close +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x85709af7 new_inode +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85c2fea9 blk_make_request +EXPORT_SYMBOL vmlinux 0x85c6974c nf_register_hook +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85e54fe1 d_genocide +EXPORT_SYMBOL vmlinux 0x85e589c1 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0x85e7deb2 iov_iter_fault_in_readable +EXPORT_SYMBOL vmlinux 0x8619221b no_llseek +EXPORT_SYMBOL vmlinux 0x863afad1 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x865525ea follow_up +EXPORT_SYMBOL vmlinux 0x8664f62e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0x8679d47d kernel_connect +EXPORT_SYMBOL vmlinux 0x867b6bd5 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x86889a96 thermal_zone_device_register +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x86a4889a kmalloc_order_trace +EXPORT_SYMBOL vmlinux 0x86a612d2 security_path_rmdir +EXPORT_SYMBOL vmlinux 0x86d5255f _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x86dba11a fs_bio_set +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x86fd9cb0 lro_flush_all +EXPORT_SYMBOL vmlinux 0x87005b65 swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0x870bf928 radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x871b72ec vga_client_register +EXPORT_SYMBOL vmlinux 0x871c0a7e fiemap_check_flags +EXPORT_SYMBOL vmlinux 0x8723c086 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x87258205 find_get_page +EXPORT_SYMBOL vmlinux 0x87385ec4 sock_recvmsg +EXPORT_SYMBOL vmlinux 0x874ff79a blk_queue_merge_bvec +EXPORT_SYMBOL vmlinux 0x875984e5 idr_remove +EXPORT_SYMBOL vmlinux 0x875f5b3a abx500_get_register_page_interruptible +EXPORT_SYMBOL vmlinux 0x876dafc3 ec_write +EXPORT_SYMBOL vmlinux 0x87856732 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x878ab3ce sysctl_tcp_adv_win_scale +EXPORT_SYMBOL vmlinux 0x8795793a page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x8798a617 sock_no_setsockopt +EXPORT_SYMBOL vmlinux 0x8798e453 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0x87a52d96 usb_add_phy +EXPORT_SYMBOL vmlinux 0x87aaddf8 wrmsr_safe_regs_on_cpu +EXPORT_SYMBOL vmlinux 0x87f62400 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x88077a98 eisa_driver_register +EXPORT_SYMBOL vmlinux 0x88079c21 mii_check_media +EXPORT_SYMBOL vmlinux 0x881039d0 zlib_inflate +EXPORT_SYMBOL vmlinux 0x88216ead tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x8828bb41 invalidate_partition +EXPORT_SYMBOL vmlinux 0x882aaf7f tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x8834396c mod_timer +EXPORT_SYMBOL vmlinux 0x8851efeb genphy_update_link +EXPORT_SYMBOL vmlinux 0x886ce174 pci_get_device +EXPORT_SYMBOL vmlinux 0x8873bd8a pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x88cdde17 scsi_nonblockable_ioctl +EXPORT_SYMBOL vmlinux 0x88f1cbc9 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x890c4c42 max8925_set_bits +EXPORT_SYMBOL vmlinux 0x891381d6 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x892b26a0 set_memory_nx +EXPORT_SYMBOL vmlinux 0x894f7dec arp_create +EXPORT_SYMBOL vmlinux 0x8953f8ff __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x897473df mktime +EXPORT_SYMBOL vmlinux 0x898c940a proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x89960eca skb_make_writable +EXPORT_SYMBOL vmlinux 0x89a36727 journal_wipe +EXPORT_SYMBOL vmlinux 0x89afe34e __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x89cb433d sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x89d33e08 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0x89d5538d fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x89d66811 build_ehash_secret +EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies +EXPORT_SYMBOL vmlinux 0x8a1d79d5 alloc_disk_node +EXPORT_SYMBOL vmlinux 0x8a220d20 poll_initwait +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a635da6 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a90f2ed scsi_sd_probe_domain +EXPORT_SYMBOL vmlinux 0x8a91df1d mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aa3fda0 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x8ace8ca3 groups_alloc +EXPORT_SYMBOL vmlinux 0x8adb22c9 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x8adba6cc sock_create_kern +EXPORT_SYMBOL vmlinux 0x8ae8d713 backlight_device_register +EXPORT_SYMBOL vmlinux 0x8af75bdc spi_dv_device +EXPORT_SYMBOL vmlinux 0x8af766be end_page_writeback +EXPORT_SYMBOL vmlinux 0x8b18496f __copy_to_user_ll +EXPORT_SYMBOL vmlinux 0x8b194507 acpi_bus_register_driver +EXPORT_SYMBOL vmlinux 0x8b1a7a66 pcie_aspm_enabled +EXPORT_SYMBOL vmlinux 0x8b226a81 acpi_video_dmi_demote_vendor +EXPORT_SYMBOL vmlinux 0x8b35e873 sg_last +EXPORT_SYMBOL vmlinux 0x8b384997 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x8b578be7 bio_add_page +EXPORT_SYMBOL vmlinux 0x8b5f4a2e IO_APIC_get_PCI_irq_vector +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b69bca8 locks_remove_posix +EXPORT_SYMBOL vmlinux 0x8b8d5234 dquot_get_dqinfo +EXPORT_SYMBOL vmlinux 0x8b989cf9 acpi_bus_can_wakeup +EXPORT_SYMBOL vmlinux 0x8bb14a81 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x8bbf56b9 unregister_con_driver +EXPORT_SYMBOL vmlinux 0x8becdd49 read_cache_page_async +EXPORT_SYMBOL vmlinux 0x8bfe8c57 param_set_uint +EXPORT_SYMBOL vmlinux 0x8c183cbe iowrite16 +EXPORT_SYMBOL vmlinux 0x8c494c3a stop_tty +EXPORT_SYMBOL vmlinux 0x8c637d43 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x8c7847f0 generic_block_bmap +EXPORT_SYMBOL vmlinux 0x8c797888 blk_free_tags +EXPORT_SYMBOL vmlinux 0x8c9f4ad9 __module_put_and_exit +EXPORT_SYMBOL vmlinux 0x8cbabdf1 max8925_reg_read +EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8d06aee3 scsi_host_set_state +EXPORT_SYMBOL vmlinux 0x8d274269 pcie_port_service_register +EXPORT_SYMBOL vmlinux 0x8d551bef sysctl_tcp_rmem +EXPORT_SYMBOL vmlinux 0x8d56a643 alloc_mdio_bitbang +EXPORT_SYMBOL vmlinux 0x8d60bf12 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x8d6f81b4 __div64_32 +EXPORT_SYMBOL vmlinux 0x8d79a892 idr_get_new +EXPORT_SYMBOL vmlinux 0x8d8d96c6 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x8da1a3cb acpi_remove_interface +EXPORT_SYMBOL vmlinux 0x8dad0a78 blk_put_request +EXPORT_SYMBOL vmlinux 0x8daf8c42 dql_init +EXPORT_SYMBOL vmlinux 0x8dc6e564 restore_processor_state +EXPORT_SYMBOL vmlinux 0x8dd7e0c9 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x8de26034 bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x8dec8842 idr_destroy +EXPORT_SYMBOL vmlinux 0x8e002cda acpi_remove_gpe_block +EXPORT_SYMBOL vmlinux 0x8e0d66f4 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x8e0ec4f2 tcf_hash_release +EXPORT_SYMBOL vmlinux 0x8e25e0ca page_put_link +EXPORT_SYMBOL vmlinux 0x8e28cd42 in_egroup_p +EXPORT_SYMBOL vmlinux 0x8e3b9039 blk_queue_bounce +EXPORT_SYMBOL vmlinux 0x8e4f3619 fb_set_var +EXPORT_SYMBOL vmlinux 0x8e4fd71a i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x8e559dc2 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x8e68d4a0 d_lookup +EXPORT_SYMBOL vmlinux 0x8e7e833b fsnotify_init_mark +EXPORT_SYMBOL vmlinux 0x8e888ec3 cpumask_next_and +EXPORT_SYMBOL vmlinux 0x8eaed7c0 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x8eaf2a5f vga_switcheroo_unregister_handler +EXPORT_SYMBOL vmlinux 0x8eb4b8cd linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x8ebba2cb __find_get_block +EXPORT_SYMBOL vmlinux 0x8ec55cf1 ida_destroy +EXPORT_SYMBOL vmlinux 0x8f120203 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x8f2703b7 wbinvd_on_all_cpus +EXPORT_SYMBOL vmlinux 0x8f369cf0 tty_free_termios +EXPORT_SYMBOL vmlinux 0x8f432dfa module_refcount +EXPORT_SYMBOL vmlinux 0x8f4f256e touch_atime +EXPORT_SYMBOL vmlinux 0x8f5bab61 nf_nat_decode_session_hook +EXPORT_SYMBOL vmlinux 0x8f6d38de __lock_buffer +EXPORT_SYMBOL vmlinux 0x8f7014a1 param_set_ulong +EXPORT_SYMBOL vmlinux 0x8f938013 tcp_valid_rtt_meas +EXPORT_SYMBOL vmlinux 0x8f9c199c __get_user_2 +EXPORT_SYMBOL vmlinux 0x8fa5c31a abx500_register_ops +EXPORT_SYMBOL vmlinux 0x8fba7dca dm_unregister_target +EXPORT_SYMBOL vmlinux 0x8ff4079b pv_irq_ops +EXPORT_SYMBOL vmlinux 0x8ffdb3b8 crc16 +EXPORT_SYMBOL vmlinux 0x8ffe7ead tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x90079988 proc_create_data +EXPORT_SYMBOL vmlinux 0x90332243 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x904409c6 acpi_set_firmware_waking_vector +EXPORT_SYMBOL vmlinux 0x904455df neigh_connected_output +EXPORT_SYMBOL vmlinux 0x906881c3 dump_seek +EXPORT_SYMBOL vmlinux 0x906cb0de tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x908f5ec5 vfs_follow_link +EXPORT_SYMBOL vmlinux 0x90a1601f dmi_check_system +EXPORT_SYMBOL vmlinux 0x90b76e55 proc_net_netfilter +EXPORT_SYMBOL vmlinux 0x90c5e819 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0x90cd52ed __ethtool_get_settings +EXPORT_SYMBOL vmlinux 0x90ec832d rt6_lookup +EXPORT_SYMBOL vmlinux 0x90fed7aa scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x910edc3b netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x91266b9d fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x9129d7f4 pcim_iounmap +EXPORT_SYMBOL vmlinux 0x9141ec9e proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x9144a8e2 ec_burst_disable +EXPORT_SYMBOL vmlinux 0x91463b1d kstrtos16 +EXPORT_SYMBOL vmlinux 0x9146d1ed set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x91480103 pnp_find_card +EXPORT_SYMBOL vmlinux 0x914f0c0e sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x91572ddc truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x91607d95 set_memory_wb +EXPORT_SYMBOL vmlinux 0x916f3c92 mmc_can_trim +EXPORT_SYMBOL vmlinux 0x91715312 sprintf +EXPORT_SYMBOL vmlinux 0x91715630 fb_blank +EXPORT_SYMBOL vmlinux 0x917489d7 end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x91b82c2d pci_disable_msi +EXPORT_SYMBOL vmlinux 0x91dbf859 pci_bus_type +EXPORT_SYMBOL vmlinux 0x91e5a493 journal_forget +EXPORT_SYMBOL vmlinux 0x921d3150 fsnotify_destroy_mark +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x92683ca7 tcf_hash_insert +EXPORT_SYMBOL vmlinux 0x927671c9 pci_enable_msi_block +EXPORT_SYMBOL vmlinux 0x92897e3d default_idle +EXPORT_SYMBOL vmlinux 0x9298032b blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x92a9c60c time_to_tm +EXPORT_SYMBOL vmlinux 0x92b0cc4d input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x92b21dfd inet_sendmsg +EXPORT_SYMBOL vmlinux 0x92d852fc security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x92ef58a3 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x92f784dc schedule_work_on +EXPORT_SYMBOL vmlinux 0x93010ae4 security_path_mknod +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x93168f0f kick_iocb +EXPORT_SYMBOL vmlinux 0x93215e1d __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0x932dc241 register_cdrom +EXPORT_SYMBOL vmlinux 0x932e4b4e security_inode_init_security +EXPORT_SYMBOL vmlinux 0x93448c57 screen_info +EXPORT_SYMBOL vmlinux 0x935ae66a __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x93753c7b tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x9383cfc9 dev_get_by_flags_rcu +EXPORT_SYMBOL vmlinux 0x9387209f inode_add_bytes +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93aa5a93 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x93c651be acpi_info +EXPORT_SYMBOL vmlinux 0x93f3f986 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x93fca811 __get_free_pages +EXPORT_SYMBOL vmlinux 0x940aaff2 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x943c53da bdgrab +EXPORT_SYMBOL vmlinux 0x943dc726 idr_replace +EXPORT_SYMBOL vmlinux 0x9492ed83 tcf_generic_walker +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x949b1412 splice_from_pipe_end +EXPORT_SYMBOL vmlinux 0x949f6020 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0x94b541b5 cpu_active_mask +EXPORT_SYMBOL vmlinux 0x94eea82e blk_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x954130c7 page_follow_link_light +EXPORT_SYMBOL vmlinux 0x954488a4 syncookie_secret +EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init +EXPORT_SYMBOL vmlinux 0x9551a5a7 block_write_begin +EXPORT_SYMBOL vmlinux 0x95681ace cfb_copyarea +EXPORT_SYMBOL vmlinux 0x959dc1dd scsi_prep_state_check +EXPORT_SYMBOL vmlinux 0x95b721ff gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0x95c74325 pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0x95e6e500 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x95f5253b path_is_under +EXPORT_SYMBOL vmlinux 0x95f89a33 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x961f01bd tty_register_device +EXPORT_SYMBOL vmlinux 0x962a00b6 ppp_channel_index +EXPORT_SYMBOL vmlinux 0x96573b80 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x965d9380 neigh_update +EXPORT_SYMBOL vmlinux 0x96862096 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x96898769 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x9696ac72 rename_lock +EXPORT_SYMBOL vmlinux 0x969b398e kmem_cache_create +EXPORT_SYMBOL vmlinux 0x96a47b5c pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x96a592f6 seq_puts +EXPORT_SYMBOL vmlinux 0x96a5aa52 user_path_at +EXPORT_SYMBOL vmlinux 0x96a6cd46 genl_unregister_mc_group +EXPORT_SYMBOL vmlinux 0x96b2ead1 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x96b82c86 dev_uc_flush +EXPORT_SYMBOL vmlinux 0x96c7e43b seq_printf +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96ce4567 agp_generic_create_gatt_table +EXPORT_SYMBOL vmlinux 0x96f2cccc ipv6_push_nfrag_opts +EXPORT_SYMBOL vmlinux 0x9711a588 blk_sync_queue +EXPORT_SYMBOL vmlinux 0x97189469 skb_push +EXPORT_SYMBOL vmlinux 0x971ea567 do_splice_to +EXPORT_SYMBOL vmlinux 0x9728b44d dev_err +EXPORT_SYMBOL vmlinux 0x97375571 pskb_expand_head +EXPORT_SYMBOL vmlinux 0x9754ec10 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x9756d61b _dev_info +EXPORT_SYMBOL vmlinux 0x975c6810 bdput +EXPORT_SYMBOL vmlinux 0x97679aaf input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x976ecc59 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x97818ad1 __ip_select_ident +EXPORT_SYMBOL vmlinux 0x9789106c generic_write_checks +EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state +EXPORT_SYMBOL vmlinux 0x97a2437a generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x97b4500c __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x97b59586 lg_local_lock_cpu +EXPORT_SYMBOL vmlinux 0x97b6eb61 set_pages_x +EXPORT_SYMBOL vmlinux 0x97be3e9c install_exec_creds +EXPORT_SYMBOL vmlinux 0x97c5bd0a acpi_unload_parent_table +EXPORT_SYMBOL vmlinux 0x97cd8bdf irq_set_chip +EXPORT_SYMBOL vmlinux 0x97d96708 mmc_card_sleep +EXPORT_SYMBOL vmlinux 0x97dcef29 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x97de0ddd acpi_install_gpe_block +EXPORT_SYMBOL vmlinux 0x981fa238 padata_add_cpu +EXPORT_SYMBOL vmlinux 0x9820b644 warn_slowpath_fmt_taint +EXPORT_SYMBOL vmlinux 0x982cef67 scsi_free_command +EXPORT_SYMBOL vmlinux 0x985e8442 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x986d0116 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x986e6135 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x988ed85d set_memory_x +EXPORT_SYMBOL vmlinux 0x98acf931 phy_stop +EXPORT_SYMBOL vmlinux 0x98d55d50 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x98ded054 blk_cleanup_queue +EXPORT_SYMBOL vmlinux 0x98fa21b0 mod_timer_pinned +EXPORT_SYMBOL vmlinux 0x99052a84 acpi_os_write_port +EXPORT_SYMBOL vmlinux 0x990f87f2 padata_remove_cpu +EXPORT_SYMBOL vmlinux 0x99363fc9 tcp_syn_flood_action +EXPORT_SYMBOL vmlinux 0x993f0517 get_fs_type +EXPORT_SYMBOL vmlinux 0x994acfb8 scsi_reset_provider +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x99591a7a ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x9964f8c4 spi_display_xfer_agreement +EXPORT_SYMBOL vmlinux 0x996dbd71 insert_inode_locked +EXPORT_SYMBOL vmlinux 0x99770e28 vm_map_ram +EXPORT_SYMBOL vmlinux 0x998a0c41 follow_down +EXPORT_SYMBOL vmlinux 0x9994c0ca ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99b0bdeb xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x99b71086 dcache_dir_close +EXPORT_SYMBOL vmlinux 0x99b992c8 idr_get_new_above +EXPORT_SYMBOL vmlinux 0x99baafa0 clear_bdi_congested +EXPORT_SYMBOL vmlinux 0x99cc62e5 security_path_mkdir +EXPORT_SYMBOL vmlinux 0x99cdc86b sysctl_tcp_reordering +EXPORT_SYMBOL vmlinux 0x99d42a6c fbcon_set_bitops +EXPORT_SYMBOL vmlinux 0x99d968e8 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x99e1cd2b vfs_llseek +EXPORT_SYMBOL vmlinux 0x9a1735fb tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x9a1bd025 __blk_end_request_cur +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval +EXPORT_SYMBOL vmlinux 0x9a357e30 __lru_cache_add +EXPORT_SYMBOL vmlinux 0x9a47ed07 d_move +EXPORT_SYMBOL vmlinux 0x9a4cd962 kernel_getsockopt +EXPORT_SYMBOL vmlinux 0x9a6a83f9 cmos_lock +EXPORT_SYMBOL vmlinux 0x9a7d6dab invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x9a96d0ae blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x9a9bcb22 journal_dirty_data +EXPORT_SYMBOL vmlinux 0x9aad4963 devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x9ab28942 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x9ac0ab72 generic_ro_fops +EXPORT_SYMBOL vmlinux 0x9ac9805d blk_queue_init_tags +EXPORT_SYMBOL vmlinux 0x9af5f2aa tcp_parse_options +EXPORT_SYMBOL vmlinux 0x9b08090d sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x9b0a57f0 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x9b31a99d agp_alloc_bridge +EXPORT_SYMBOL vmlinux 0x9b388444 get_zeroed_page +EXPORT_SYMBOL vmlinux 0x9b478bf5 ip6_xmit +EXPORT_SYMBOL vmlinux 0x9b6eb137 ksize +EXPORT_SYMBOL vmlinux 0x9b75cb81 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x9b7e8af0 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x9b9e05f9 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x9ba7089d argv_split +EXPORT_SYMBOL vmlinux 0x9bb54cb3 tc_classify_compat +EXPORT_SYMBOL vmlinux 0x9bc2f65b twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0x9bdbc9a8 arp_tbl +EXPORT_SYMBOL vmlinux 0x9be7bde4 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x9c1cefd9 ip6_route_output +EXPORT_SYMBOL vmlinux 0x9c2c017a devm_ioport_map +EXPORT_SYMBOL vmlinux 0x9c2c944a __copy_from_user_ll_nocache_nozero +EXPORT_SYMBOL vmlinux 0x9c3a5026 gen_pool_free +EXPORT_SYMBOL vmlinux 0x9c491f60 sg_alloc_table +EXPORT_SYMBOL vmlinux 0x9c5c0431 pnp_unregister_driver +EXPORT_SYMBOL vmlinux 0x9c6f979e ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x9c731aad ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x9c753cbf block_truncate_page +EXPORT_SYMBOL vmlinux 0x9c8c6654 d_invalidate +EXPORT_SYMBOL vmlinux 0x9c8dfa30 phy_init_eee +EXPORT_SYMBOL vmlinux 0x9c8ecd26 abort_exclusive_wait +EXPORT_SYMBOL vmlinux 0x9ca0400c i2c_master_send +EXPORT_SYMBOL vmlinux 0x9ca8e628 generic_file_fsync +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cb96e92 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0x9cc344b9 bio_integrity_enabled +EXPORT_SYMBOL vmlinux 0x9ceb163c memcpy_toiovec +EXPORT_SYMBOL vmlinux 0x9cfd56c5 scsi_print_status +EXPORT_SYMBOL vmlinux 0x9d02e86d remove_arg_zero +EXPORT_SYMBOL vmlinux 0x9d22f246 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x9d2b3b21 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0x9d33ef5e acpi_enable +EXPORT_SYMBOL vmlinux 0x9d3aa376 blk_iopoll_init +EXPORT_SYMBOL vmlinux 0x9d558196 unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x9d6a148e simple_rmdir +EXPORT_SYMBOL vmlinux 0x9da01691 schedule_delayed_work +EXPORT_SYMBOL vmlinux 0x9dab7bc1 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x9dc6e51b dev_driver_string +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e2000a7 memcpy_toiovecend +EXPORT_SYMBOL vmlinux 0x9e2410a7 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x9e282e01 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x9e363b6b acpi_disable_gpe +EXPORT_SYMBOL vmlinux 0x9e4b3747 sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0x9e4e6da4 vfs_open +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e607910 audit_log +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e64fbfe rtc_cmos_read +EXPORT_SYMBOL vmlinux 0x9e705396 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0x9e754a24 sockfd_lookup +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e8be707 security_inode_readlink +EXPORT_SYMBOL vmlinux 0x9e9f1714 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0x9ea0ad49 __sg_free_table +EXPORT_SYMBOL vmlinux 0x9ebd4c04 adjust_resource +EXPORT_SYMBOL vmlinux 0x9ed685ee iov_iter_advance +EXPORT_SYMBOL vmlinux 0x9ef2d935 kernel_accept +EXPORT_SYMBOL vmlinux 0x9f097287 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x9f0b2424 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x9f0f69a3 dst_alloc +EXPORT_SYMBOL vmlinux 0x9f2bdaac __bitmap_or +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f48e328 skb_trim +EXPORT_SYMBOL vmlinux 0x9f491e5d ftrace_print_symbols_seq_u64 +EXPORT_SYMBOL vmlinux 0x9f5a8126 arch_debugfs_dir +EXPORT_SYMBOL vmlinux 0x9f7fea16 iov_iter_copy_from_user +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9f9a5dff __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x9fb3dd30 memcpy_fromiovec +EXPORT_SYMBOL vmlinux 0x9fd7a5fd check_disk_change +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa0434c58 inet6_bind +EXPORT_SYMBOL vmlinux 0xa04a01bd qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xa05c03df mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xa06a2993 devm_iounmap +EXPORT_SYMBOL vmlinux 0xa06df9e1 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0xa076f6f5 mmc_request_done +EXPORT_SYMBOL vmlinux 0xa0781526 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0xa07ed110 xz_dec_init +EXPORT_SYMBOL vmlinux 0xa08bfb71 xfrm_state_add +EXPORT_SYMBOL vmlinux 0xa0afb088 __vlan_find_dev_deep +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0b68f71 dquot_enable +EXPORT_SYMBOL vmlinux 0xa0bb6834 poll_freewait +EXPORT_SYMBOL vmlinux 0xa0ceef51 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0xa0e844d7 scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa1069658 __kfree_skb +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa10c8b58 ip_mc_rejoin_groups +EXPORT_SYMBOL vmlinux 0xa110c934 ns_capable +EXPORT_SYMBOL vmlinux 0xa11de1a8 mmc_detect_change +EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xa1415618 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0xa1460765 dev_disable_lro +EXPORT_SYMBOL vmlinux 0xa14f3d8c ewma_add +EXPORT_SYMBOL vmlinux 0xa18cbc00 ps2_init +EXPORT_SYMBOL vmlinux 0xa1b759ce fb_add_videomode +EXPORT_SYMBOL vmlinux 0xa1c3d7bc agp_find_bridge +EXPORT_SYMBOL vmlinux 0xa1c5a3b3 cleancache_enabled +EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched +EXPORT_SYMBOL vmlinux 0xa1c85cf6 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0xa1dbb595 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0xa1df94a5 flock_lock_file_wait +EXPORT_SYMBOL vmlinux 0xa1e5f6b8 xen_biovec_phys_mergeable +EXPORT_SYMBOL vmlinux 0xa1e6c559 scsi_execute +EXPORT_SYMBOL vmlinux 0xa1f61226 clocksource_unregister +EXPORT_SYMBOL vmlinux 0xa20ce1b8 net_msg_warn +EXPORT_SYMBOL vmlinux 0xa213bc9c mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0xa230002b key_invalidate +EXPORT_SYMBOL vmlinux 0xa2503051 ab3100_event_unregister +EXPORT_SYMBOL vmlinux 0xa250c838 param_get_charp +EXPORT_SYMBOL vmlinux 0xa25efb6a textsearch_prepare +EXPORT_SYMBOL vmlinux 0xa26252c0 netdev_set_bond_master +EXPORT_SYMBOL vmlinux 0xa2848c50 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0xa287bfde dump_write +EXPORT_SYMBOL vmlinux 0xa2a25f0c acpi_root_dir +EXPORT_SYMBOL vmlinux 0xa2a5fd77 inet_ehash_secret +EXPORT_SYMBOL vmlinux 0xa2d5b9e0 generic_mii_ioctl +EXPORT_SYMBOL vmlinux 0xa2dc4c20 free_task +EXPORT_SYMBOL vmlinux 0xa2ef34d7 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xa3057d52 md_finish_reshape +EXPORT_SYMBOL vmlinux 0xa33d9a48 acpi_decode_pld_buffer +EXPORT_SYMBOL vmlinux 0xa34f1ef5 crc32_le +EXPORT_SYMBOL vmlinux 0xa3504378 rwsem_wake +EXPORT_SYMBOL vmlinux 0xa350a8f8 set_memory_array_uc +EXPORT_SYMBOL vmlinux 0xa35de80f ipv4_config +EXPORT_SYMBOL vmlinux 0xa363dab4 udp_table +EXPORT_SYMBOL vmlinux 0xa37f65da __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xa38a96c1 tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0xa3a57f57 single_release +EXPORT_SYMBOL vmlinux 0xa3a9a7b5 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0xa3c2b42c agp_generic_alloc_pages +EXPORT_SYMBOL vmlinux 0xa3d199fb mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0xa3e04adb blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0xa3ed8be4 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0xa43b1297 vscnprintf +EXPORT_SYMBOL vmlinux 0xa43b9539 memcpy_fromiovecend +EXPORT_SYMBOL vmlinux 0xa4636d78 i8042_check_port_owner +EXPORT_SYMBOL vmlinux 0xa4688ba7 writeback_inodes_sb_if_idle +EXPORT_SYMBOL vmlinux 0xa4701e9e timekeeping_inject_offset +EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep +EXPORT_SYMBOL vmlinux 0xa4c7d6f0 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0xa4cbae09 ps2_command +EXPORT_SYMBOL vmlinux 0xa4d4f0e6 global_cache_flush +EXPORT_SYMBOL vmlinux 0xa4eb4eff _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0xa4fe96c9 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0xa5000bab con_is_bound +EXPORT_SYMBOL vmlinux 0xa51cdfe8 __FIXADDR_TOP +EXPORT_SYMBOL vmlinux 0xa53ad0f9 del_gendisk +EXPORT_SYMBOL vmlinux 0xa542087d tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0xa54d259f icmpv6_send +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa568169c register_nls +EXPORT_SYMBOL vmlinux 0xa56a1ea7 dma_async_memcpy_buf_to_buf +EXPORT_SYMBOL vmlinux 0xa57426fe log_wait_commit +EXPORT_SYMBOL vmlinux 0xa577a850 param_get_short +EXPORT_SYMBOL vmlinux 0xa598e29c vesa_modes +EXPORT_SYMBOL vmlinux 0xa5a1a26f mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0xa5a6c9c5 inet_select_addr +EXPORT_SYMBOL vmlinux 0xa5c88875 ip_check_defrag +EXPORT_SYMBOL vmlinux 0xa5cd5700 agp3_generic_tlbflush +EXPORT_SYMBOL vmlinux 0xa5ced828 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xa5da0abd acpi_enter_sleep_state_s4bios +EXPORT_SYMBOL vmlinux 0xa5dd45f3 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0xa5e01883 vga_switcheroo_register_client +EXPORT_SYMBOL vmlinux 0xa5f0bc10 dqput +EXPORT_SYMBOL vmlinux 0xa6062bae inet_frag_destroy +EXPORT_SYMBOL vmlinux 0xa611182a dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0xa6294056 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0xa62a2b93 ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0xa62e6e4f acpi_get_table_with_size +EXPORT_SYMBOL vmlinux 0xa6305121 tty_port_init +EXPORT_SYMBOL vmlinux 0xa63d85ab slhc_remember +EXPORT_SYMBOL vmlinux 0xa66b3e9b key_reject_and_link +EXPORT_SYMBOL vmlinux 0xa6715115 do_settimeofday +EXPORT_SYMBOL vmlinux 0xa675804c utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0xa67da660 mempool_alloc +EXPORT_SYMBOL vmlinux 0xa67e2845 dq_data_lock +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa6970398 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0xa697ee06 twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0xa6b13658 __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0xa6b82d87 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0xa70fabbe release_evntsel_nmi +EXPORT_SYMBOL vmlinux 0xa71e7463 __first_cpu +EXPORT_SYMBOL vmlinux 0xa735db59 prandom_u32 +EXPORT_SYMBOL vmlinux 0xa767769f dma_async_memcpy_buf_to_pg +EXPORT_SYMBOL vmlinux 0xa769e0ee inet_addr_type +EXPORT_SYMBOL vmlinux 0xa7a26949 blkdev_put +EXPORT_SYMBOL vmlinux 0xa7c2932b blk_rq_map_user +EXPORT_SYMBOL vmlinux 0xa7cf6c2f atomic64_dec_return_cx8 +EXPORT_SYMBOL vmlinux 0xa8232c78 strtobool +EXPORT_SYMBOL vmlinux 0xa825ac82 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0xa8261812 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0xa832b0fe update_region +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa86f612c bio_copy_kern +EXPORT_SYMBOL vmlinux 0xa8721b97 system_state +EXPORT_SYMBOL vmlinux 0xa8793d34 submit_bh +EXPORT_SYMBOL vmlinux 0xa8831662 scsi_print_result +EXPORT_SYMBOL vmlinux 0xa884ba77 dma_pool_create +EXPORT_SYMBOL vmlinux 0xa89eb420 tcf_destroy_chain +EXPORT_SYMBOL vmlinux 0xa89f1113 __pci_enable_wake +EXPORT_SYMBOL vmlinux 0xa8a6f639 __check_region +EXPORT_SYMBOL vmlinux 0xa8bb5c8b input_event +EXPORT_SYMBOL vmlinux 0xa8d096ee max8998_write_reg +EXPORT_SYMBOL vmlinux 0xa8d68abd acpi_warning +EXPORT_SYMBOL vmlinux 0xa8d8455a tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0xa8fef7bb security_unix_may_send +EXPORT_SYMBOL vmlinux 0xa901c879 twl6040_power +EXPORT_SYMBOL vmlinux 0xa908a5c9 padata_do_parallel +EXPORT_SYMBOL vmlinux 0xa91b5561 acpi_video_backlight_support +EXPORT_SYMBOL vmlinux 0xa9219045 netpoll_send_skb_on_dev +EXPORT_SYMBOL vmlinux 0xa9479471 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0xa94ab9d5 pci_scan_bus_parented +EXPORT_SYMBOL vmlinux 0xa9861a31 iterate_mounts +EXPORT_SYMBOL vmlinux 0xa9891185 genl_register_family_with_ops +EXPORT_SYMBOL vmlinux 0xa989bc6b key_alloc +EXPORT_SYMBOL vmlinux 0xa9a97437 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0xa9c5ca84 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0xaa1f52d7 page_symlink +EXPORT_SYMBOL vmlinux 0xaa294444 unload_nls +EXPORT_SYMBOL vmlinux 0xaa3dedcf devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xaa3e6806 qdisc_tree_decrease_qlen +EXPORT_SYMBOL vmlinux 0xaa6901ac __kfifo_out_r +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa73ef3e block_write_full_page_endio +EXPORT_SYMBOL vmlinux 0xaa8fea18 acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0xaaabf17b unlink_framebuffer +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaae8ab0e acpi_bus_power_manageable +EXPORT_SYMBOL vmlinux 0xaaea3af2 tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0xaaf45875 acpi_lid_notifier_unregister +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab1d6cc1 param_get_long +EXPORT_SYMBOL vmlinux 0xab247761 dcache_readdir +EXPORT_SYMBOL vmlinux 0xab277a44 dev_alloc_name +EXPORT_SYMBOL vmlinux 0xab28271c i8253_lock +EXPORT_SYMBOL vmlinux 0xab48ef2c bitmap_startwrite +EXPORT_SYMBOL vmlinux 0xab4f6b7d generic_write_sync +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab652cd7 inode_permission +EXPORT_SYMBOL vmlinux 0xab65ed80 set_memory_uc +EXPORT_SYMBOL vmlinux 0xab694444 bsearch +EXPORT_SYMBOL vmlinux 0xab6bde28 sysctl_max_syn_backlog +EXPORT_SYMBOL vmlinux 0xab770678 rdmsr_safe_regs_on_cpu +EXPORT_SYMBOL vmlinux 0xab99398d directly_mappable_cdev_bdi +EXPORT_SYMBOL vmlinux 0xab9f36e0 fb_pan_display +EXPORT_SYMBOL vmlinux 0xaba40451 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0xabbb0050 vfs_mknod +EXPORT_SYMBOL vmlinux 0xabcaa577 free_anon_bdev +EXPORT_SYMBOL vmlinux 0xabd0c91c rtc_time_to_tm +EXPORT_SYMBOL vmlinux 0xabf7d9bb inode_needs_sync +EXPORT_SYMBOL vmlinux 0xac0b614c sg_miter_start +EXPORT_SYMBOL vmlinux 0xac0ba8c1 blk_iopoll_disable +EXPORT_SYMBOL vmlinux 0xac2d2fb8 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0xac33396b seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0xac4df7fa pci_get_subsys +EXPORT_SYMBOL vmlinux 0xac58ea5e acpi_unload_table_id +EXPORT_SYMBOL vmlinux 0xac6855b0 gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xac956c90 phy_start +EXPORT_SYMBOL vmlinux 0xacb512ca tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xaccabc6a in4_pton +EXPORT_SYMBOL vmlinux 0xacd27643 read_cache_page +EXPORT_SYMBOL vmlinux 0xacd46bb8 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0xacde6340 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0xace3ea5f genl_register_ops +EXPORT_SYMBOL vmlinux 0xace9e169 kernel_sendpage +EXPORT_SYMBOL vmlinux 0xaceac4fc ip_defrag +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad056657 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0xad07f027 gen_replace_estimator +EXPORT_SYMBOL vmlinux 0xad13c689 acpi_os_execute +EXPORT_SYMBOL vmlinux 0xad2a8bd2 x86_bios_cpu_apicid +EXPORT_SYMBOL vmlinux 0xad3877b5 pci_pme_capable +EXPORT_SYMBOL vmlinux 0xad63703d generic_fillattr +EXPORT_SYMBOL vmlinux 0xad697863 thaw_super +EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event +EXPORT_SYMBOL vmlinux 0xad9896cb ida_get_new +EXPORT_SYMBOL vmlinux 0xadaa2657 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0xadb5559d param_ops_byte +EXPORT_SYMBOL vmlinux 0xade49110 pci_choose_state +EXPORT_SYMBOL vmlinux 0xade4c20a xfrm_init_state +EXPORT_SYMBOL vmlinux 0xae245a80 scsi_rescan_device +EXPORT_SYMBOL vmlinux 0xae4ffc1e ip_ct_attach +EXPORT_SYMBOL vmlinux 0xae53bd09 fput +EXPORT_SYMBOL vmlinux 0xae630967 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0xae729e59 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0xae8d9812 neigh_compat_output +EXPORT_SYMBOL vmlinux 0xae8f480a mii_nway_restart +EXPORT_SYMBOL vmlinux 0xaea40534 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0xaea976a8 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xaeb66c09 dma_release_from_coherent +EXPORT_SYMBOL vmlinux 0xaec655c7 alloc_pages_exact +EXPORT_SYMBOL vmlinux 0xaf0bb655 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf453bf3 tty_mutex +EXPORT_SYMBOL vmlinux 0xaf4651b8 scsi_host_alloc +EXPORT_SYMBOL vmlinux 0xaf4b1540 acpi_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0xaf4eced2 ip6_expire_frag_queue +EXPORT_SYMBOL vmlinux 0xaf611eac amd_nb_misc_ids +EXPORT_SYMBOL vmlinux 0xaf6e1e64 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0xaf6ee5a8 xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0xaf8bb519 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0xaf8eff59 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0xaf91d89f __kernel_param_lock +EXPORT_SYMBOL vmlinux 0xaf9476be mdiobus_write +EXPORT_SYMBOL vmlinux 0xaf9d9ecc __register_nmi_handler +EXPORT_SYMBOL vmlinux 0xafb47ae9 get_io_context +EXPORT_SYMBOL vmlinux 0xafb58df0 is_bad_inode +EXPORT_SYMBOL vmlinux 0xafc3d359 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0xafe2a165 __breadahead +EXPORT_SYMBOL vmlinux 0xaffb0ae7 d_instantiate +EXPORT_SYMBOL vmlinux 0xb004b5d6 simple_getattr +EXPORT_SYMBOL vmlinux 0xb0103dc5 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0xb01b1db8 intel_gtt_insert_sg_entries +EXPORT_SYMBOL vmlinux 0xb0207ecf ___ratelimit +EXPORT_SYMBOL vmlinux 0xb0258a8d scsi_register +EXPORT_SYMBOL vmlinux 0xb04ffd3d scsi_add_device +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb06cafec genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0xb077ef32 acpi_enter_sleep_state +EXPORT_SYMBOL vmlinux 0xb0ab64c6 xfrm6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0xb0b847ac __bitmap_full +EXPORT_SYMBOL vmlinux 0xb0b9760a tcf_exts_change +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0ffda2f blk_limits_max_hw_sectors +EXPORT_SYMBOL vmlinux 0xb10ed327 agp_generic_mask_memory +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb14763f9 tcp_sync_mss +EXPORT_SYMBOL vmlinux 0xb156fb2b md_set_array_sectors +EXPORT_SYMBOL vmlinux 0xb158e0c8 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0xb1645a2e sg_free_table +EXPORT_SYMBOL vmlinux 0xb16b9e0e get_super_thawed +EXPORT_SYMBOL vmlinux 0xb17f2fb2 check_disk_size_change +EXPORT_SYMBOL vmlinux 0xb1877c4d fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0xb18ef8f2 generic_read_dir +EXPORT_SYMBOL vmlinux 0xb193eba5 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0xb19760c3 bitmap_onto +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1cf44df fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xb1cfad22 rdmsr_on_cpu +EXPORT_SYMBOL vmlinux 0xb1d3afe8 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0xb1d9523e wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0xb219d56c wbinvd_on_cpu +EXPORT_SYMBOL vmlinux 0xb23030fd alloc_buffer_head +EXPORT_SYMBOL vmlinux 0xb243d378 journal_ack_err +EXPORT_SYMBOL vmlinux 0xb2682405 utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0xb2744b36 down_write_trylock +EXPORT_SYMBOL vmlinux 0xb27be17e kmap +EXPORT_SYMBOL vmlinux 0xb2ac7f88 scsi_cmd_blk_ioctl +EXPORT_SYMBOL vmlinux 0xb2b94674 __crc32c_le +EXPORT_SYMBOL vmlinux 0xb2be6e92 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xb2c61155 pipe_to_file +EXPORT_SYMBOL vmlinux 0xb2d307de param_ops_short +EXPORT_SYMBOL vmlinux 0xb2df50b2 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0xb2ee0e4d bio_integrity_advance +EXPORT_SYMBOL vmlinux 0xb2f74fb6 intel_gmch_remove +EXPORT_SYMBOL vmlinux 0xb2fd5ceb __put_user_4 +EXPORT_SYMBOL vmlinux 0xb3061f37 xfrm_cfg_mutex +EXPORT_SYMBOL vmlinux 0xb3284531 acpi_dbg_layer +EXPORT_SYMBOL vmlinux 0xb3305d52 send_remote_softirq +EXPORT_SYMBOL vmlinux 0xb3493c5c blk_queue_dma_pad +EXPORT_SYMBOL vmlinux 0xb34d4c2e acpi_terminate +EXPORT_SYMBOL vmlinux 0xb352177e find_first_bit +EXPORT_SYMBOL vmlinux 0xb3cb9284 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0xb3cc120e pnp_activate_dev +EXPORT_SYMBOL vmlinux 0xb3ce74fa sget +EXPORT_SYMBOL vmlinux 0xb3e0590d acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0xb3f10fc4 textsearch_destroy +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb4122158 thermal_cooling_device_register +EXPORT_SYMBOL vmlinux 0xb4173c3f tcp_prot +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb424f7d4 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0xb4390f9a mcount +EXPORT_SYMBOL vmlinux 0xb44a3f8d inet_release +EXPORT_SYMBOL vmlinux 0xb44aa46f security_path_truncate +EXPORT_SYMBOL vmlinux 0xb44ef668 sock_alloc_send_skb +EXPORT_SYMBOL vmlinux 0xb45578b8 memscan +EXPORT_SYMBOL vmlinux 0xb457ddb7 lock_fb_info +EXPORT_SYMBOL vmlinux 0xb45c793a xfrm6_prepare_output +EXPORT_SYMBOL vmlinux 0xb46ec716 phy_connect +EXPORT_SYMBOL vmlinux 0xb4709322 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0xb47dac0a input_set_capability +EXPORT_SYMBOL vmlinux 0xb494d55a misc_register +EXPORT_SYMBOL vmlinux 0xb49603cb fsnotify_put_group +EXPORT_SYMBOL vmlinux 0xb499b7cd qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0xb49c7d99 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0xb4c9e69a mmc_power_save_host +EXPORT_SYMBOL vmlinux 0xb4cc8339 dma_mark_declared_memory_occupied +EXPORT_SYMBOL vmlinux 0xb4d6e420 seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0xb50232d9 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xb508098f pnp_request_card_device +EXPORT_SYMBOL vmlinux 0xb51e1ed5 elv_rb_find +EXPORT_SYMBOL vmlinux 0xb5215e0a tty_port_close_start +EXPORT_SYMBOL vmlinux 0xb5262a9c security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0xb52ee8be intel_gtt_clear_range +EXPORT_SYMBOL vmlinux 0xb54088a3 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0xb54533f7 usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xb559bf19 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0xb5721d46 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink +EXPORT_SYMBOL vmlinux 0xb57a9039 ip6_frag_match +EXPORT_SYMBOL vmlinux 0xb595ae58 security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0xb59c77f7 tty_unlock_pair +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5afc45a generic_make_request +EXPORT_SYMBOL vmlinux 0xb5ca1c46 slhc_free +EXPORT_SYMBOL vmlinux 0xb5d9c847 acpi_match_device_ids +EXPORT_SYMBOL vmlinux 0xb5f8f9a6 nf_unregister_hook +EXPORT_SYMBOL vmlinux 0xb6119476 netif_receive_skb +EXPORT_SYMBOL vmlinux 0xb61545e7 skb_find_text +EXPORT_SYMBOL vmlinux 0xb6244511 sg_init_one +EXPORT_SYMBOL vmlinux 0xb62eb77f sock_alloc_file +EXPORT_SYMBOL vmlinux 0xb6369db6 journal_errno +EXPORT_SYMBOL vmlinux 0xb6507570 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb6822a33 radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0xb6896671 crc_t10dif +EXPORT_SYMBOL vmlinux 0xb689e373 thermal_generate_netlink_event +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb6a61a86 qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit +EXPORT_SYMBOL vmlinux 0xb6b2dc1d xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0xb6b4416e __inode_permission +EXPORT_SYMBOL vmlinux 0xb6b5dbb6 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0xb6b684db scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0xb6c5a973 scsi_show_result +EXPORT_SYMBOL vmlinux 0xb6d144e4 vfs_fsync +EXPORT_SYMBOL vmlinux 0xb6e00c00 simple_readpage +EXPORT_SYMBOL vmlinux 0xb6e3794c iget5_locked +EXPORT_SYMBOL vmlinux 0xb6ed1e53 strncpy +EXPORT_SYMBOL vmlinux 0xb702647c swiotlb_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0xb73fd7db md_integrity_register +EXPORT_SYMBOL vmlinux 0xb758b225 acpi_disable_event +EXPORT_SYMBOL vmlinux 0xb77c4853 mfd_cell_enable +EXPORT_SYMBOL vmlinux 0xb7911dd1 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0xb7ac0b23 dma_find_channel +EXPORT_SYMBOL vmlinux 0xb7acacc3 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0xb7b61546 crc32_be +EXPORT_SYMBOL vmlinux 0xb7b6618c ida_init +EXPORT_SYMBOL vmlinux 0xb7b6f024 security_path_unlink +EXPORT_SYMBOL vmlinux 0xb7e67264 pci_request_region +EXPORT_SYMBOL vmlinux 0xb7f55ecc atomic64_add_return_cx8 +EXPORT_SYMBOL vmlinux 0xb7f9dab9 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0xb80580e6 bmap +EXPORT_SYMBOL vmlinux 0xb80edcb1 find_or_create_page +EXPORT_SYMBOL vmlinux 0xb81960ca snprintf +EXPORT_SYMBOL vmlinux 0xb835b3e4 radix_tree_prev_hole +EXPORT_SYMBOL vmlinux 0xb843a5cf blk_run_queue_async +EXPORT_SYMBOL vmlinux 0xb84b90cb ps2_end_command +EXPORT_SYMBOL vmlinux 0xb85c327c pipe_unlock +EXPORT_SYMBOL vmlinux 0xb863e8df seq_putc +EXPORT_SYMBOL vmlinux 0xb8706b23 dev_addr_del +EXPORT_SYMBOL vmlinux 0xb898a48f sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xb89b7ee3 filemap_fault +EXPORT_SYMBOL vmlinux 0xb89dee4f dquot_release +EXPORT_SYMBOL vmlinux 0xb89f8fa2 vmap +EXPORT_SYMBOL vmlinux 0xb8a06629 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0xb8a3d716 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0xb8ab2aa2 scsi_adjust_queue_depth +EXPORT_SYMBOL vmlinux 0xb8c23360 ida_remove +EXPORT_SYMBOL vmlinux 0xb8c71366 tty_port_put +EXPORT_SYMBOL vmlinux 0xb8c8a4a3 vlan_vid_add +EXPORT_SYMBOL vmlinux 0xb8dcd447 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0xb8e7ce2c __put_user_8 +EXPORT_SYMBOL vmlinux 0xb8e877e7 kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0xb8f07108 __page_symlink +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb934ec16 cpufreq_cooling_register +EXPORT_SYMBOL vmlinux 0xb93794fe neigh_event_ns +EXPORT_SYMBOL vmlinux 0xb939af74 sock_create +EXPORT_SYMBOL vmlinux 0xb9498cc9 lock_sock_fast +EXPORT_SYMBOL vmlinux 0xb95437fe tcp_connect +EXPORT_SYMBOL vmlinux 0xb96c8e55 dma_supported +EXPORT_SYMBOL vmlinux 0xb9829c65 clear_inode +EXPORT_SYMBOL vmlinux 0xb9847091 serio_reconnect +EXPORT_SYMBOL vmlinux 0xb98a0185 rtc_tm_to_time +EXPORT_SYMBOL vmlinux 0xb996421d tcp_release_cb +EXPORT_SYMBOL vmlinux 0xb996c5e5 dev_alert +EXPORT_SYMBOL vmlinux 0xb9acf5d1 pci_get_slot +EXPORT_SYMBOL vmlinux 0xb9cb8c03 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0xb9cd7635 phy_ethtool_sset +EXPORT_SYMBOL vmlinux 0xb9d94375 seq_vprintf +EXPORT_SYMBOL vmlinux 0xb9fd2205 add_efi_memmap +EXPORT_SYMBOL vmlinux 0xba0da3ac kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0xba271d9b blk_fetch_request +EXPORT_SYMBOL vmlinux 0xba2d8594 ec_read +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba4e4a61 netdev_warn +EXPORT_SYMBOL vmlinux 0xba6ca347 send_sig +EXPORT_SYMBOL vmlinux 0xba86c643 __devcgroup_inode_permission +EXPORT_SYMBOL vmlinux 0xba8ea6ad rwsem_downgrade_wake +EXPORT_SYMBOL vmlinux 0xbaa04cb0 scsi_finish_command +EXPORT_SYMBOL vmlinux 0xbae043d1 d_validate +EXPORT_SYMBOL vmlinux 0xbaeffa05 qid_eq +EXPORT_SYMBOL vmlinux 0xbafc9818 sg_miter_next +EXPORT_SYMBOL vmlinux 0xbb05a738 setup_arg_pages +EXPORT_SYMBOL vmlinux 0xbb0d0824 simple_lookup +EXPORT_SYMBOL vmlinux 0xbb189cad disallow_signal +EXPORT_SYMBOL vmlinux 0xbb5d343d xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xbb6ea188 agp_generic_alloc_user +EXPORT_SYMBOL vmlinux 0xbb713e6d sk_filter_release_rcu +EXPORT_SYMBOL vmlinux 0xbb84faab jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0xbb99125c get_default_font +EXPORT_SYMBOL vmlinux 0xbbb15255 idr_init +EXPORT_SYMBOL vmlinux 0xbc1afedf up_write +EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc2e2cee commit_creds +EXPORT_SYMBOL vmlinux 0xbc42d61e dmam_alloc_noncoherent +EXPORT_SYMBOL vmlinux 0xbc51b701 vga_switcheroo_unregister_client +EXPORT_SYMBOL vmlinux 0xbc7e0240 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0xbc84b7b9 agp_backend_release +EXPORT_SYMBOL vmlinux 0xbc8f917e pid_task +EXPORT_SYMBOL vmlinux 0xbc974abd sock_i_uid +EXPORT_SYMBOL vmlinux 0xbc97ab28 wait_on_sync_kiocb +EXPORT_SYMBOL vmlinux 0xbc9db79b kernel_listen +EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user +EXPORT_SYMBOL vmlinux 0xbce75b14 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0xbcf37583 jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0xbcf6653b __register_binfmt +EXPORT_SYMBOL vmlinux 0xbd05a6af ppp_input_error +EXPORT_SYMBOL vmlinux 0xbd2136f8 vfs_write +EXPORT_SYMBOL vmlinux 0xbd4ae4a9 i2c_del_adapter +EXPORT_SYMBOL vmlinux 0xbd4ec8c4 dquot_disable +EXPORT_SYMBOL vmlinux 0xbda64a0c dma_ops +EXPORT_SYMBOL vmlinux 0xbdb2b7d0 free_mdio_bitbang +EXPORT_SYMBOL vmlinux 0xbdb38366 __sk_dst_check +EXPORT_SYMBOL vmlinux 0xbdbe7378 cookie_check_timestamp +EXPORT_SYMBOL vmlinux 0xbdfa1e3e iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0xbe0e5118 nla_memcmp +EXPORT_SYMBOL vmlinux 0xbe211242 __mmc_claim_host +EXPORT_SYMBOL vmlinux 0xbe21d9e0 pci_disable_obff +EXPORT_SYMBOL vmlinux 0xbe254e92 param_set_ushort +EXPORT_SYMBOL vmlinux 0xbe2c0274 add_timer +EXPORT_SYMBOL vmlinux 0xbe3081cf pci_match_id +EXPORT_SYMBOL vmlinux 0xbe309511 pci_fixup_device +EXPORT_SYMBOL vmlinux 0xbe430e95 udp_poll +EXPORT_SYMBOL vmlinux 0xbe89aff5 skb_copy_datagram_from_iovec +EXPORT_SYMBOL vmlinux 0xbe8c37d9 intel_scu_ipc_simple_command +EXPORT_SYMBOL vmlinux 0xbea2795c blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0xbea9cfce key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0xbec30d05 x86_match_cpu +EXPORT_SYMBOL vmlinux 0xbecdc10b mmc_hw_reset +EXPORT_SYMBOL vmlinux 0xbee72d3a vfs_getattr +EXPORT_SYMBOL vmlinux 0xbee90f2f __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0xbeedee6d __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0xbef311ac put_tty_driver +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbf34c7b8 sk_common_release +EXPORT_SYMBOL vmlinux 0xbf3f5b6c __pagevec_release +EXPORT_SYMBOL vmlinux 0xbf44d826 km_policy_expired +EXPORT_SYMBOL vmlinux 0xbf44f304 sock_no_accept +EXPORT_SYMBOL vmlinux 0xbf4d4bb9 acpi_bios_error +EXPORT_SYMBOL vmlinux 0xbf7931bd skb_dequeue +EXPORT_SYMBOL vmlinux 0xbf7f96d3 mmc_add_host +EXPORT_SYMBOL vmlinux 0xbf7fd2f5 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0xbf8b39e9 isapnp_present +EXPORT_SYMBOL vmlinux 0xbf93c48c netdev_crit +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbfa35c49 elv_dispatch_add_tail +EXPORT_SYMBOL vmlinux 0xbfb077d3 inode_add_rsv_space +EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbfc407b4 param_ops_bint +EXPORT_SYMBOL vmlinux 0xbfcb2245 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0xbfdd80bb dm_io +EXPORT_SYMBOL vmlinux 0xbfe4784c efi +EXPORT_SYMBOL vmlinux 0xbfecb65b scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer +EXPORT_SYMBOL vmlinux 0xbfefc592 input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0xbff4e936 scsi_cmd_get_serial +EXPORT_SYMBOL vmlinux 0xbff6d6e1 kernel_getsockname +EXPORT_SYMBOL vmlinux 0xbffe126d jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0xc012acc3 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0xc01cf848 _raw_read_lock +EXPORT_SYMBOL vmlinux 0xc01eed33 __copy_from_user_ll_nozero +EXPORT_SYMBOL vmlinux 0xc020ad27 tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xc0329b1e pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0xc0507637 dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0xc05a6012 acpi_resource_to_address64 +EXPORT_SYMBOL vmlinux 0xc05ca4fa dev_set_drvdata +EXPORT_SYMBOL vmlinux 0xc068440e __kfifo_alloc +EXPORT_SYMBOL vmlinux 0xc06ed97d uart_write_wakeup +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc0823e4c twl_i2c_write +EXPORT_SYMBOL vmlinux 0xc0a3d105 find_next_bit +EXPORT_SYMBOL vmlinux 0xc0a8ff16 acpi_evaluate_object +EXPORT_SYMBOL vmlinux 0xc11d8093 iov_shorten +EXPORT_SYMBOL vmlinux 0xc12ec3a6 dns_query +EXPORT_SYMBOL vmlinux 0xc14451e1 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0xc1453dc5 agp_copy_info +EXPORT_SYMBOL vmlinux 0xc14ff56e framebuffer_release +EXPORT_SYMBOL vmlinux 0xc176b66a pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0xc1b1e0fb dquot_commit +EXPORT_SYMBOL vmlinux 0xc1c2dd09 __hw_addr_flush +EXPORT_SYMBOL vmlinux 0xc1cc0cc1 skb_copy_datagram_iovec +EXPORT_SYMBOL vmlinux 0xc1d86f22 __mem_cgroup_count_vm_event +EXPORT_SYMBOL vmlinux 0xc1e4fa49 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0xc1f07ab1 mb_cache_entry_release +EXPORT_SYMBOL vmlinux 0xc1f2f510 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0xc21b076a i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0xc21e046a sock_no_getname +EXPORT_SYMBOL vmlinux 0xc22b50ad param_set_bint +EXPORT_SYMBOL vmlinux 0xc22c71a8 set_binfmt +EXPORT_SYMBOL vmlinux 0xc2366a78 kern_unmount +EXPORT_SYMBOL vmlinux 0xc2424641 agp3_generic_cleanup +EXPORT_SYMBOL vmlinux 0xc256e762 __bitmap_equal +EXPORT_SYMBOL vmlinux 0xc2588466 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0xc26a0edd __frontswap_store +EXPORT_SYMBOL vmlinux 0xc27a3501 frontswap_register_ops +EXPORT_SYMBOL vmlinux 0xc27fd338 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0xc280a525 __copy_from_user_ll +EXPORT_SYMBOL vmlinux 0xc2913a8c find_get_pages_contig +EXPORT_SYMBOL vmlinux 0xc293a804 proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0xc2c1a905 cdev_alloc +EXPORT_SYMBOL vmlinux 0xc2d0a8e4 flush_old_exec +EXPORT_SYMBOL vmlinux 0xc2d711e1 krealloc +EXPORT_SYMBOL vmlinux 0xc2de08c4 tty_write_room +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2f9c045 timespec_to_jiffies +EXPORT_SYMBOL vmlinux 0xc2fc5c74 mount_ns +EXPORT_SYMBOL vmlinux 0xc302e718 dev_get_drvdata +EXPORT_SYMBOL vmlinux 0xc3181c6a mpage_readpages +EXPORT_SYMBOL vmlinux 0xc31fc729 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0xc32d04ad dev_crit +EXPORT_SYMBOL vmlinux 0xc3957f45 dev_uc_del +EXPORT_SYMBOL vmlinux 0xc3aa5e35 tcf_action_exec +EXPORT_SYMBOL vmlinux 0xc3aaf0a9 __put_user_1 +EXPORT_SYMBOL vmlinux 0xc3be591c __pskb_copy +EXPORT_SYMBOL vmlinux 0xc3c7b557 would_dump +EXPORT_SYMBOL vmlinux 0xc3e2001d seq_open +EXPORT_SYMBOL vmlinux 0xc3e622e6 noop_fsync +EXPORT_SYMBOL vmlinux 0xc3ed57b0 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0xc3fa6a59 memchr +EXPORT_SYMBOL vmlinux 0xc3ffed56 blk_queue_start_tag +EXPORT_SYMBOL vmlinux 0xc402cc99 register_acpi_notifier +EXPORT_SYMBOL vmlinux 0xc41e8f7a wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0xc41f0516 node_states +EXPORT_SYMBOL vmlinux 0xc43c6911 should_remove_suid +EXPORT_SYMBOL vmlinux 0xc4554217 up +EXPORT_SYMBOL vmlinux 0xc456c28e sk_send_sigurg +EXPORT_SYMBOL vmlinux 0xc475312d generic_file_direct_write +EXPORT_SYMBOL vmlinux 0xc475bd63 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xc495e7a6 xfrm_state_update +EXPORT_SYMBOL vmlinux 0xc499ae1e kstrdup +EXPORT_SYMBOL vmlinux 0xc4c81fd9 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0xc4d2cba2 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0xc4d3ccd9 ip_setsockopt +EXPORT_SYMBOL vmlinux 0xc4d973e3 lock_may_write +EXPORT_SYMBOL vmlinux 0xc503445f __ps2_command +EXPORT_SYMBOL vmlinux 0xc517aaad unbind_con_driver +EXPORT_SYMBOL vmlinux 0xc53a2b07 nf_log_unregister +EXPORT_SYMBOL vmlinux 0xc53b3396 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0xc54d31c4 file_remove_suid +EXPORT_SYMBOL vmlinux 0xc5530ed1 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0xc5534d64 ioread16 +EXPORT_SYMBOL vmlinux 0xc553ce96 mpage_readpage +EXPORT_SYMBOL vmlinux 0xc554e3c8 journal_get_undo_access +EXPORT_SYMBOL vmlinux 0xc56827b3 pci_dev_driver +EXPORT_SYMBOL vmlinux 0xc5775e2b __wait_on_buffer +EXPORT_SYMBOL vmlinux 0xc57ab7bc proc_dostring +EXPORT_SYMBOL vmlinux 0xc57bdc79 mmc_free_host +EXPORT_SYMBOL vmlinux 0xc58a67a8 path_get +EXPORT_SYMBOL vmlinux 0xc594fa51 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0xc5ac4aa4 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0xc5d9c46c agp_try_unsupported_boot +EXPORT_SYMBOL vmlinux 0xc5e0de59 input_set_abs_params +EXPORT_SYMBOL vmlinux 0xc5e445c8 uart_match_port +EXPORT_SYMBOL vmlinux 0xc608feb4 input_unregister_handler +EXPORT_SYMBOL vmlinux 0xc61010c8 blk_put_queue +EXPORT_SYMBOL vmlinux 0xc61e6c31 sock_no_listen +EXPORT_SYMBOL vmlinux 0xc61ea8e1 __module_get +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc6390179 bitmap_start_sync +EXPORT_SYMBOL vmlinux 0xc63cc125 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0xc63d3f6d jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0xc6585c79 delete_from_page_cache +EXPORT_SYMBOL vmlinux 0xc65abeb7 agp3_generic_sizes +EXPORT_SYMBOL vmlinux 0xc6645b42 mempool_create_node +EXPORT_SYMBOL vmlinux 0xc69231ab dquot_transfer +EXPORT_SYMBOL vmlinux 0xc6a829b7 tty_port_close +EXPORT_SYMBOL vmlinux 0xc6b23120 intel_scu_ipc_iowrite16 +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6d7b2a0 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0xc702156b param_get_ushort +EXPORT_SYMBOL vmlinux 0xc71c7f04 journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc732179a input_close_device +EXPORT_SYMBOL vmlinux 0xc73c775f input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0xc73d1115 eth_rebuild_header +EXPORT_SYMBOL vmlinux 0xc73e044a release_sock +EXPORT_SYMBOL vmlinux 0xc768de19 cpu_all_bits +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7d90e31 tcp_enter_memory_pressure +EXPORT_SYMBOL vmlinux 0xc7ec6c27 strspn +EXPORT_SYMBOL vmlinux 0xc7ef87fd ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0xc8170b2f max8998_read_reg +EXPORT_SYMBOL vmlinux 0xc8276a79 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xc82b4370 sock_create_lite +EXPORT_SYMBOL vmlinux 0xc834849c ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc8582369 netif_device_detach +EXPORT_SYMBOL vmlinux 0xc8699bb2 md_check_recovery +EXPORT_SYMBOL vmlinux 0xc87823bf twl_i2c_read_u8 +EXPORT_SYMBOL vmlinux 0xc87a6c36 unregister_netdev +EXPORT_SYMBOL vmlinux 0xc87faada security_path_symlink +EXPORT_SYMBOL vmlinux 0xc891b30c skb_seq_read +EXPORT_SYMBOL vmlinux 0xc8953c2b dmam_alloc_coherent +EXPORT_SYMBOL vmlinux 0xc897c382 sg_init_table +EXPORT_SYMBOL vmlinux 0xc8a97725 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0xc8b57c27 autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xc8b5e693 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xc8bfd9c2 migrate_page +EXPORT_SYMBOL vmlinux 0xc8c1511d gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0xc8dc3209 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0xc8eff957 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0xc929a30e __get_page_tail +EXPORT_SYMBOL vmlinux 0xc94945ea __inet6_hash +EXPORT_SYMBOL vmlinux 0xc96dbc01 __sb_start_write +EXPORT_SYMBOL vmlinux 0xc97fe669 blk_recount_segments +EXPORT_SYMBOL vmlinux 0xc984f0e2 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0xc98620f1 fb_set_cmap +EXPORT_SYMBOL vmlinux 0xc996d097 del_timer +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9afa8ba freeze_super +EXPORT_SYMBOL vmlinux 0xc9b00282 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xc9ca4dd4 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0xc9d48d32 dev_addr_del_multiple +EXPORT_SYMBOL vmlinux 0xc9ed65a2 kthread_create_on_node +EXPORT_SYMBOL vmlinux 0xca043121 scsi_free_host_dev +EXPORT_SYMBOL vmlinux 0xca12fd0c netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0xca171c27 mmc_wait_for_app_cmd +EXPORT_SYMBOL vmlinux 0xca1b6622 xfrm4_rcv +EXPORT_SYMBOL vmlinux 0xca256750 dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0xca30f2a9 generic_file_remap_pages +EXPORT_SYMBOL vmlinux 0xca5967e3 vm_stat +EXPORT_SYMBOL vmlinux 0xca5dbc50 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xca8acc78 acpi_dbg_level +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xcaa4a843 pv_cpu_ops +EXPORT_SYMBOL vmlinux 0xcaef7882 mdiobus_free +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb07f41d unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xcb2d9e1d pci_assign_resource +EXPORT_SYMBOL vmlinux 0xcb30d627 skb_checksum_help +EXPORT_SYMBOL vmlinux 0xcb4efd18 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0xcb5fa30c pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0xcb7131fb fb_get_options +EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power +EXPORT_SYMBOL vmlinux 0xcb870db0 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xcb8ed923 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0xcbb1c152 netdev_class_create_file +EXPORT_SYMBOL vmlinux 0xcbb4a94d unlock_rename +EXPORT_SYMBOL vmlinux 0xcbc7407f usb_get_phy +EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0xcbe08cc4 cap_mmap_file +EXPORT_SYMBOL vmlinux 0xcbe36db0 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0xcbe3ef4c serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0xcbf25579 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xcbfd1be6 generic_pipe_buf_map +EXPORT_SYMBOL vmlinux 0xcc0e4563 add_to_page_cache_locked +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc36f32e fb_unregister_client +EXPORT_SYMBOL vmlinux 0xcc37f55c blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xcc45b37c truncate_inode_pages +EXPORT_SYMBOL vmlinux 0xcc4d1bfb atomic64_read_cx8 +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc5b27b5 acpi_extract_package +EXPORT_SYMBOL vmlinux 0xcc753e3d ip_route_input_noref +EXPORT_SYMBOL vmlinux 0xcc7fa952 local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0xcc826c49 __frontswap_load +EXPORT_SYMBOL vmlinux 0xcc94cc28 load_nls +EXPORT_SYMBOL vmlinux 0xcca3d902 __cleancache_get_page +EXPORT_SYMBOL vmlinux 0xccb91de0 pipe_lock +EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor +EXPORT_SYMBOL vmlinux 0xcccb6586 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0xccf37173 bio_pair_release +EXPORT_SYMBOL vmlinux 0xccf47de7 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0xcd019529 inet6_release +EXPORT_SYMBOL vmlinux 0xcd02f0e1 redraw_screen +EXPORT_SYMBOL vmlinux 0xcd108135 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd6d4af0 key_type_keyring +EXPORT_SYMBOL vmlinux 0xcd7ca84b sock_wake_async +EXPORT_SYMBOL vmlinux 0xcdae1e64 __pagevec_lru_add +EXPORT_SYMBOL vmlinux 0xcdb642f5 proc_mkdir +EXPORT_SYMBOL vmlinux 0xcdd0674f __lock_page +EXPORT_SYMBOL vmlinux 0xcde172ac radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0xcde3c6d3 mmc_erase +EXPORT_SYMBOL vmlinux 0xce0d665c simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0xce1257b7 key_unlink +EXPORT_SYMBOL vmlinux 0xce1829f3 acpi_bus_start +EXPORT_SYMBOL vmlinux 0xce19bac5 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0xce1f5873 kobject_add +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce32465e mb_cache_shrink +EXPORT_SYMBOL vmlinux 0xce37fa4a kdb_current_task +EXPORT_SYMBOL vmlinux 0xce4904a4 acpi_leave_sleep_state +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce6a177d rtnl_create_link +EXPORT_SYMBOL vmlinux 0xce6f55d2 __free_pages +EXPORT_SYMBOL vmlinux 0xcebbc7c9 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0xcec75bc8 vfs_writev +EXPORT_SYMBOL vmlinux 0xcece3047 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0xced4de48 mpage_writepage +EXPORT_SYMBOL vmlinux 0xceead395 ata_print_version +EXPORT_SYMBOL vmlinux 0xcef51982 kstrtou16 +EXPORT_SYMBOL vmlinux 0xcef796d2 posix_test_lock +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf1a857e __skb_tx_hash +EXPORT_SYMBOL vmlinux 0xcf1d28ab acpi_error +EXPORT_SYMBOL vmlinux 0xcf1d9ca9 dev_queue_xmit +EXPORT_SYMBOL vmlinux 0xcf29bdf1 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0xcf6cfe1f msrs_free +EXPORT_SYMBOL vmlinux 0xcf8893f5 splice_from_pipe_next +EXPORT_SYMBOL vmlinux 0xcfa815c5 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0xcfcc36c7 freeze_bdev +EXPORT_SYMBOL vmlinux 0xcfdfae71 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0xcfe05d4d register_kmmio_probe +EXPORT_SYMBOL vmlinux 0xcff0271c alloc_fcdev +EXPORT_SYMBOL vmlinux 0xcffee14a generic_pipe_buf_confirm +EXPORT_SYMBOL vmlinux 0xd0181f4f __bitmap_xor +EXPORT_SYMBOL vmlinux 0xd02cac3b netdev_set_master +EXPORT_SYMBOL vmlinux 0xd03a5169 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0xd0448b5f pci_enable_obff +EXPORT_SYMBOL vmlinux 0xd060f06a __scm_destroy +EXPORT_SYMBOL vmlinux 0xd068d5ec make_bad_inode +EXPORT_SYMBOL vmlinux 0xd06b3aa5 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0xd0720a17 on_each_cpu_cond +EXPORT_SYMBOL vmlinux 0xd0737cd0 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0xd08197fa acpi_load_tables +EXPORT_SYMBOL vmlinux 0xd087f4e6 ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0xd09773d7 sock_kfree_s +EXPORT_SYMBOL vmlinux 0xd09f6e04 bio_uncopy_user +EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces +EXPORT_SYMBOL vmlinux 0xd0b17471 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0xd0d42c42 mod_timer_pending +EXPORT_SYMBOL vmlinux 0xd0d8621b strlen +EXPORT_SYMBOL vmlinux 0xd0db6fb1 arp_find +EXPORT_SYMBOL vmlinux 0xd0ed15e2 dev_addr_init +EXPORT_SYMBOL vmlinux 0xd0ee38b8 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0xd0f0d945 down_read +EXPORT_SYMBOL vmlinux 0xd0f36f0d audit_log_format +EXPORT_SYMBOL vmlinux 0xd0f4309e dev_trans_start +EXPORT_SYMBOL vmlinux 0xd0fb7cd4 __tasklet_hi_schedule_first +EXPORT_SYMBOL vmlinux 0xd0fef3b2 agp_free_key +EXPORT_SYMBOL vmlinux 0xd11c0dc1 __kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xd12d4f90 xfrm_register_mode +EXPORT_SYMBOL vmlinux 0xd135e76f task_nice +EXPORT_SYMBOL vmlinux 0xd14828de inet_dgram_connect +EXPORT_SYMBOL vmlinux 0xd1680fe2 scsi_scan_host +EXPORT_SYMBOL vmlinux 0xd17114a7 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0xd1737d3d current_fs_time +EXPORT_SYMBOL vmlinux 0xd174e4ea mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough +EXPORT_SYMBOL vmlinux 0xd18563dc replace_mount_options +EXPORT_SYMBOL vmlinux 0xd18b6eb2 acpi_unmap_lsapic +EXPORT_SYMBOL vmlinux 0xd196c9be kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xd1b87093 pci_disable_device +EXPORT_SYMBOL vmlinux 0xd1c8fe26 elv_add_request +EXPORT_SYMBOL vmlinux 0xd1efa552 simple_write_begin +EXPORT_SYMBOL vmlinux 0xd1f6c5f3 smp_num_siblings +EXPORT_SYMBOL vmlinux 0xd220cf8a jiffies_to_timespec +EXPORT_SYMBOL vmlinux 0xd2329de3 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0xd23b6ca6 journal_init_dev +EXPORT_SYMBOL vmlinux 0xd2479ff3 tcf_em_register +EXPORT_SYMBOL vmlinux 0xd24fc802 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xd251d7b0 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xd2555f19 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd266efe7 mempool_create +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2950156 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0xd2a75ee0 dmi_first_match +EXPORT_SYMBOL vmlinux 0xd2c0cabd kernel_sendmsg +EXPORT_SYMBOL vmlinux 0xd2c442f0 scm_detach_fds +EXPORT_SYMBOL vmlinux 0xd2e6a582 acpi_processor_preregister_performance +EXPORT_SYMBOL vmlinux 0xd32e39d7 kunmap +EXPORT_SYMBOL vmlinux 0xd35e249a _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0xd3636c18 pv_mmu_ops +EXPORT_SYMBOL vmlinux 0xd3650e93 tcf_hash_create +EXPORT_SYMBOL vmlinux 0xd38280c4 file_sb_list_del +EXPORT_SYMBOL vmlinux 0xd399c783 genl_unregister_family +EXPORT_SYMBOL vmlinux 0xd39f70a8 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0xd3a67eba tty_get_baud_rate +EXPORT_SYMBOL vmlinux 0xd3b095cd unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0xd3c60f8b filp_open +EXPORT_SYMBOL vmlinux 0xd3d229f8 acpi_pm_device_sleep_state +EXPORT_SYMBOL vmlinux 0xd3d3a477 posix_acl_init +EXPORT_SYMBOL vmlinux 0xd3dcab0b flex_array_alloc +EXPORT_SYMBOL vmlinux 0xd3e0e45e neigh_for_each +EXPORT_SYMBOL vmlinux 0xd4006491 wait_on_page_bit +EXPORT_SYMBOL vmlinux 0xd400706b get_thermal_instance +EXPORT_SYMBOL vmlinux 0xd4360b23 i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0xd45ec901 blk_queue_stack_limits +EXPORT_SYMBOL vmlinux 0xd48382cf qdisc_list_del +EXPORT_SYMBOL vmlinux 0xd48d4e05 start_tty +EXPORT_SYMBOL vmlinux 0xd499727b mdiobus_scan +EXPORT_SYMBOL vmlinux 0xd4b98492 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0xd4c3b174 printk_emit +EXPORT_SYMBOL vmlinux 0xd4d75534 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0xd4f3319f phy_detach +EXPORT_SYMBOL vmlinux 0xd4f67cce lro_receive_frags +EXPORT_SYMBOL vmlinux 0xd4ffa484 acpi_initialize_subsystem +EXPORT_SYMBOL vmlinux 0xd50fcebd simple_rename +EXPORT_SYMBOL vmlinux 0xd50fef48 acpi_detach_data +EXPORT_SYMBOL vmlinux 0xd52f2d3c vfs_symlink +EXPORT_SYMBOL vmlinux 0xd544c87c request_key +EXPORT_SYMBOL vmlinux 0xd54a70a2 from_kqid_munged +EXPORT_SYMBOL vmlinux 0xd5583fe5 __devm_release_region +EXPORT_SYMBOL vmlinux 0xd55e2f64 bitmap_end_sync +EXPORT_SYMBOL vmlinux 0xd56214af qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0xd5781285 amd_northbridges +EXPORT_SYMBOL vmlinux 0xd5b1376d register_shrinker +EXPORT_SYMBOL vmlinux 0xd5dd66e1 pci_set_dma_seg_boundary +EXPORT_SYMBOL vmlinux 0xd5e1d4be input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0xd5f2172f del_timer_sync +EXPORT_SYMBOL vmlinux 0xd602d3ba inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xd60b7f26 rtnl_notify +EXPORT_SYMBOL vmlinux 0xd611f50c load_nls_default +EXPORT_SYMBOL vmlinux 0xd616683a ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0xd61934e6 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0xd620d78c dquot_destroy +EXPORT_SYMBOL vmlinux 0xd62c833f schedule_timeout +EXPORT_SYMBOL vmlinux 0xd648e564 fb_match_mode +EXPORT_SYMBOL vmlinux 0xd649c8f6 bio_reset +EXPORT_SYMBOL vmlinux 0xd65489be ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xd666f32a acpi_pci_unregister_driver +EXPORT_SYMBOL vmlinux 0xd683e00d pm860x_page_bulk_write +EXPORT_SYMBOL vmlinux 0xd69df286 cdrom_open +EXPORT_SYMBOL vmlinux 0xd6a9179b tcp_init_sock +EXPORT_SYMBOL vmlinux 0xd6b33026 cpu_khz +EXPORT_SYMBOL vmlinux 0xd6ca3ee7 journal_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0xd6dd96e4 inet_frags_init +EXPORT_SYMBOL vmlinux 0xd6dda74b scsi_allocate_command +EXPORT_SYMBOL vmlinux 0xd6e0512a swiotlb_sync_single_for_device +EXPORT_SYMBOL vmlinux 0xd6ebae0f pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6f1ee11 sock_sendmsg +EXPORT_SYMBOL vmlinux 0xd7033e4f inet6_add_protocol +EXPORT_SYMBOL vmlinux 0xd70ca5ce mmc_hw_reset_check +EXPORT_SYMBOL vmlinux 0xd71d53ec dquot_initialize +EXPORT_SYMBOL vmlinux 0xd7215b78 ipv4_specific +EXPORT_SYMBOL vmlinux 0xd758a217 dev_close +EXPORT_SYMBOL vmlinux 0xd75c79df smp_call_function +EXPORT_SYMBOL vmlinux 0xd764d7a3 padata_start +EXPORT_SYMBOL vmlinux 0xd76eb91a abx500_remove_ops +EXPORT_SYMBOL vmlinux 0xd77a5aa5 __bitmap_and +EXPORT_SYMBOL vmlinux 0xd79b5a02 allow_signal +EXPORT_SYMBOL vmlinux 0xd7a5e6b0 skb_copy +EXPORT_SYMBOL vmlinux 0xd7ab02e1 inode_dio_wait +EXPORT_SYMBOL vmlinux 0xd7af00f3 mntget +EXPORT_SYMBOL vmlinux 0xd7b4e36a scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0xd7bd3af2 add_wait_queue +EXPORT_SYMBOL vmlinux 0xd7c22d57 md_done_sync +EXPORT_SYMBOL vmlinux 0xd7cabcb0 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0xd7dd777b reserve_perfctr_nmi +EXPORT_SYMBOL vmlinux 0xd7e3ff38 mmc_remove_host +EXPORT_SYMBOL vmlinux 0xd7e4c1e8 eisa_bus_type +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd82347e0 free_xenballooned_pages +EXPORT_SYMBOL vmlinux 0xd83cb8d8 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0xd849f2cc mnt_unpin +EXPORT_SYMBOL vmlinux 0xd8531a32 i2c_transfer +EXPORT_SYMBOL vmlinux 0xd854b0eb tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0xd85833cb __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0xd85df7d4 boot_cpu_data +EXPORT_SYMBOL vmlinux 0xd863b093 textsearch_unregister +EXPORT_SYMBOL vmlinux 0xd86b489a invalidate_bdev +EXPORT_SYMBOL vmlinux 0xd87c5891 blk_rq_init +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd89ea95b revert_creds +EXPORT_SYMBOL vmlinux 0xd8a96358 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0xd8e484f0 register_chrdev_region +EXPORT_SYMBOL vmlinux 0xd8f13c49 scsi_target_resume +EXPORT_SYMBOL vmlinux 0xd8f8a15a acpi_device_hid +EXPORT_SYMBOL vmlinux 0xd9091363 acpi_install_notify_handler +EXPORT_SYMBOL vmlinux 0xd91a5be9 bio_unmap_user +EXPORT_SYMBOL vmlinux 0xd92afabe bitmap_clear +EXPORT_SYMBOL vmlinux 0xd947aead __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0xd9484b22 mpage_writepages +EXPORT_SYMBOL vmlinux 0xd95da952 simple_dir_operations +EXPORT_SYMBOL vmlinux 0xd969b2c7 amd_e400_c1e_detected +EXPORT_SYMBOL vmlinux 0xd97c10a1 bdi_init +EXPORT_SYMBOL vmlinux 0xd97f2fe9 dmam_declare_coherent_memory +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd98710fd register_con_driver +EXPORT_SYMBOL vmlinux 0xd98eeebd __brelse +EXPORT_SYMBOL vmlinux 0xd990546c lg_local_unlock_cpu +EXPORT_SYMBOL vmlinux 0xd99ed480 starget_for_each_device +EXPORT_SYMBOL vmlinux 0xd9a9bb30 getname +EXPORT_SYMBOL vmlinux 0xd9da55d1 unregister_binfmt +EXPORT_SYMBOL vmlinux 0xd9e61fcb qid_valid +EXPORT_SYMBOL vmlinux 0xda08c0d7 pcibios_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0xda0a6b0e acpi_map_lsapic +EXPORT_SYMBOL vmlinux 0xda0d16e5 d_add_ci +EXPORT_SYMBOL vmlinux 0xda1c5224 skb_append +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda519df2 idr_find +EXPORT_SYMBOL vmlinux 0xda54c519 serio_open +EXPORT_SYMBOL vmlinux 0xda5986bf generic_pipe_buf_unmap +EXPORT_SYMBOL vmlinux 0xda68a86a udp_prot +EXPORT_SYMBOL vmlinux 0xda693af7 sock_no_getsockopt +EXPORT_SYMBOL vmlinux 0xda7ca6cb fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xda8af7ad fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0xda8fd495 isapnp_write_byte +EXPORT_SYMBOL vmlinux 0xdaa50b70 fb_set_suspend +EXPORT_SYMBOL vmlinux 0xdaa57ec3 totalhigh_pages +EXPORT_SYMBOL vmlinux 0xdaea9d3a journal_force_commit +EXPORT_SYMBOL vmlinux 0xdafc66b6 dev_mc_add +EXPORT_SYMBOL vmlinux 0xdb34c042 bio_map_kern +EXPORT_SYMBOL vmlinux 0xdb680837 blk_complete_request +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb864d65 iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0xdbcd416e sysctl_ip_nonlocal_bind +EXPORT_SYMBOL vmlinux 0xdc027eb5 d_rehash +EXPORT_SYMBOL vmlinux 0xdc047fc4 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc28d792 __alloc_pages_nodemask +EXPORT_SYMBOL vmlinux 0xdc2adb35 add_taint +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc43ca4b sock_kmalloc +EXPORT_SYMBOL vmlinux 0xdc570f62 lg_global_unlock +EXPORT_SYMBOL vmlinux 0xdc57f532 acpi_install_gpe_handler +EXPORT_SYMBOL vmlinux 0xdc6d41cf vfs_fstatat +EXPORT_SYMBOL vmlinux 0xdc7bb54e cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0xdc83fa71 netif_rx_ni +EXPORT_SYMBOL vmlinux 0xdc8dbaac pci_request_regions +EXPORT_SYMBOL vmlinux 0xdcc057bc filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xdcf05858 journal_extend +EXPORT_SYMBOL vmlinux 0xdcf21184 bdget +EXPORT_SYMBOL vmlinux 0xdcf3fb51 vfs_statfs +EXPORT_SYMBOL vmlinux 0xdd0392b3 skb_queue_head +EXPORT_SYMBOL vmlinux 0xdd0a2ba2 strlcat +EXPORT_SYMBOL vmlinux 0xdd1a2871 down +EXPORT_SYMBOL vmlinux 0xdd1c65f6 blk_finish_plug +EXPORT_SYMBOL vmlinux 0xdd264063 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0xdd2c5f2c cleancache_register_ops +EXPORT_SYMBOL vmlinux 0xdd358cc6 vsc824x_add_skew +EXPORT_SYMBOL vmlinux 0xdd439c32 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0xdd4a5569 param_get_byte +EXPORT_SYMBOL vmlinux 0xdd80de32 secpath_dup +EXPORT_SYMBOL vmlinux 0xdd92ffa0 vfs_create +EXPORT_SYMBOL vmlinux 0xdd95da69 sock_from_file +EXPORT_SYMBOL vmlinux 0xddb1c734 ppp_unit_number +EXPORT_SYMBOL vmlinux 0xddc3911e md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0xddcd8ea2 skb_checksum +EXPORT_SYMBOL vmlinux 0xdde1b212 mfd_cell_disable +EXPORT_SYMBOL vmlinux 0xddf1d293 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0xddfd69da inet_frag_find +EXPORT_SYMBOL vmlinux 0xde0c131d tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0xde13a4d9 i2c_release_client +EXPORT_SYMBOL vmlinux 0xde16dc16 tboot +EXPORT_SYMBOL vmlinux 0xde322f57 key_put +EXPORT_SYMBOL vmlinux 0xde462fb5 fddi_type_trans +EXPORT_SYMBOL vmlinux 0xde4799eb key_payload_reserve +EXPORT_SYMBOL vmlinux 0xde579977 inet_stream_connect +EXPORT_SYMBOL vmlinux 0xde65308f iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0xde86d609 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0xde9360ba totalram_pages +EXPORT_SYMBOL vmlinux 0xde9b17ed agp3_generic_fetch_size +EXPORT_SYMBOL vmlinux 0xde9b7c0b netdev_change_features +EXPORT_SYMBOL vmlinux 0xdea24217 page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0xdebfc4ec i2c_master_recv +EXPORT_SYMBOL vmlinux 0xded00e74 dma_async_memcpy_pg_to_pg +EXPORT_SYMBOL vmlinux 0xded337b7 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0xdee6af9e md_register_thread +EXPORT_SYMBOL vmlinux 0xdee7370b dev_printk +EXPORT_SYMBOL vmlinux 0xdee97470 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0xdf0da3cc acpi_get_devices +EXPORT_SYMBOL vmlinux 0xdf11787e jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0xdf1c9442 md_error +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf30ee7d dev_set_group +EXPORT_SYMBOL vmlinux 0xdf3f6ec3 truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0xdf48a0eb flex_array_put +EXPORT_SYMBOL vmlinux 0xdf51089c udp_disconnect +EXPORT_SYMBOL vmlinux 0xdf60cc27 __print_symbol +EXPORT_SYMBOL vmlinux 0xdf8c695a __ndelay +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdf9c6a72 tcp_ioctl +EXPORT_SYMBOL vmlinux 0xdfb0bae8 blk_queue_resize_tags +EXPORT_SYMBOL vmlinux 0xdfbdcc62 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0xdfc2d593 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0xdfc5169b slhc_init +EXPORT_SYMBOL vmlinux 0xdfdc72bb get_phy_device +EXPORT_SYMBOL vmlinux 0xdfe41334 account_page_writeback +EXPORT_SYMBOL vmlinux 0xdffdadaa dev_deactivate +EXPORT_SYMBOL vmlinux 0xe02476ac napi_gro_receive +EXPORT_SYMBOL vmlinux 0xe04bcaff kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0xe04f7caa dm_read_arg_group +EXPORT_SYMBOL vmlinux 0xe059d2c1 bio_copy_user +EXPORT_SYMBOL vmlinux 0xe06141e9 security_sk_clone +EXPORT_SYMBOL vmlinux 0xe075d6eb iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xe089a104 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0xe099ff63 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0xe09bb356 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xe09cde86 i2c_del_driver +EXPORT_SYMBOL vmlinux 0xe0a16a20 intel_scu_ipc_i2c_cntrl +EXPORT_SYMBOL vmlinux 0xe0ac8bd2 acpi_bus_generate_netlink_event +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b628f8 __block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xe0ea33da kernel_getpeername +EXPORT_SYMBOL vmlinux 0xe0fb6c85 flush_signals +EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors +EXPORT_SYMBOL vmlinux 0xe1761617 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xe1bc99dc put_page +EXPORT_SYMBOL vmlinux 0xe1c05a7d inet_register_protosw +EXPORT_SYMBOL vmlinux 0xe1fa85cd vfsmount_lock +EXPORT_SYMBOL vmlinux 0xe200d2d5 param_get_uint +EXPORT_SYMBOL vmlinux 0xe200f872 secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xe2034333 acpi_evaluate_hotplug_ost +EXPORT_SYMBOL vmlinux 0xe221a138 unregister_md_personality +EXPORT_SYMBOL vmlinux 0xe2272220 done_path_create +EXPORT_SYMBOL vmlinux 0xe2342298 add_disk +EXPORT_SYMBOL vmlinux 0xe23ae481 blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe23dc044 security_d_instantiate +EXPORT_SYMBOL vmlinux 0xe24d3a97 jiffies_64 +EXPORT_SYMBOL vmlinux 0xe251b8a4 ps2_begin_command +EXPORT_SYMBOL vmlinux 0xe280709c pnp_stop_dev +EXPORT_SYMBOL vmlinux 0xe2b1a580 wireless_send_event +EXPORT_SYMBOL vmlinux 0xe2b58d4a acpi_bus_get_status +EXPORT_SYMBOL vmlinux 0xe2c08a74 agp_bridge +EXPORT_SYMBOL vmlinux 0xe2cd4a43 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2dd49a2 scsi_device_put +EXPORT_SYMBOL vmlinux 0xe2e11a63 netif_napi_add +EXPORT_SYMBOL vmlinux 0xe2e8065e memdup_user +EXPORT_SYMBOL vmlinux 0xe2f3fba1 intel_gmch_probe +EXPORT_SYMBOL vmlinux 0xe2fae716 kmemdup +EXPORT_SYMBOL vmlinux 0xe319eb24 acpi_pci_osc_control_set +EXPORT_SYMBOL vmlinux 0xe32bcec2 elv_rq_merge_ok +EXPORT_SYMBOL vmlinux 0xe338c894 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0xe349d2e6 pagevec_lookup +EXPORT_SYMBOL vmlinux 0xe34af591 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0xe381f6c4 mmc_try_claim_host +EXPORT_SYMBOL vmlinux 0xe3bca2f3 contig_page_data +EXPORT_SYMBOL vmlinux 0xe3c8127f may_umount +EXPORT_SYMBOL vmlinux 0xe3c8153a filemap_fdatawait +EXPORT_SYMBOL vmlinux 0xe3d6f284 fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xe3dd20d6 devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0xe3f6a7a1 vga_tryget +EXPORT_SYMBOL vmlinux 0xe3fbe148 acpi_install_table_handler +EXPORT_SYMBOL vmlinux 0xe408390b tcf_hash_new_index +EXPORT_SYMBOL vmlinux 0xe41a8077 seq_lseek +EXPORT_SYMBOL vmlinux 0xe41ab352 dev_uc_init +EXPORT_SYMBOL vmlinux 0xe4351088 vfs_read +EXPORT_SYMBOL vmlinux 0xe4444637 nf_reinject +EXPORT_SYMBOL vmlinux 0xe445d730 writeback_inodes_sb_nr_if_idle +EXPORT_SYMBOL vmlinux 0xe4588db4 jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0xe45f60d8 __wake_up +EXPORT_SYMBOL vmlinux 0xe473d1e6 set_bdi_congested +EXPORT_SYMBOL vmlinux 0xe4835598 __bforget +EXPORT_SYMBOL vmlinux 0xe484e35f ioread32 +EXPORT_SYMBOL vmlinux 0xe48fba64 rtnl_unicast +EXPORT_SYMBOL vmlinux 0xe49da322 d_splice_alias +EXPORT_SYMBOL vmlinux 0xe4cad44d security_path_rename +EXPORT_SYMBOL vmlinux 0xe4d374b4 __locks_copy_lock +EXPORT_SYMBOL vmlinux 0xe4e000fc pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0xe4ec1fd7 input_register_handle +EXPORT_SYMBOL vmlinux 0xe4f5ef7f processors +EXPORT_SYMBOL vmlinux 0xe50f904f intel_scu_ipc_ioread16 +EXPORT_SYMBOL vmlinux 0xe5122890 flow_cache_genid +EXPORT_SYMBOL vmlinux 0xe5208918 acpi_gbl_FADT +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe530d757 acpi_clear_gpe +EXPORT_SYMBOL vmlinux 0xe54674b6 unmap_underlying_metadata +EXPORT_SYMBOL vmlinux 0xe5583227 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0xe55b6361 sock_edemux +EXPORT_SYMBOL vmlinux 0xe56fca61 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0xe5725d00 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0xe5772b33 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0xe57878a1 in6_pton +EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set +EXPORT_SYMBOL vmlinux 0xe58f5347 dev_mc_add_global +EXPORT_SYMBOL vmlinux 0xe59a0119 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0xe5a0d460 sock_update_classid +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5c9b216 f_setown +EXPORT_SYMBOL vmlinux 0xe5d95985 param_ops_ulong +EXPORT_SYMBOL vmlinux 0xe5ed5467 xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xe5ee988f blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0xe5f01311 build_skb +EXPORT_SYMBOL vmlinux 0xe64010b4 kernel_sock_ioctl +EXPORT_SYMBOL vmlinux 0xe649bcd8 mem_map +EXPORT_SYMBOL vmlinux 0xe64c235c mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xe64cff2f __nlmsg_put +EXPORT_SYMBOL vmlinux 0xe64d98fe rdmsr_safe_regs +EXPORT_SYMBOL vmlinux 0xe667a623 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0xe67da5c5 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0xe697d108 __blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe699203c dev_mc_del_global +EXPORT_SYMBOL vmlinux 0xe6ac8ab1 request_key_async +EXPORT_SYMBOL vmlinux 0xe6b3fe21 interruptible_sleep_on_timeout +EXPORT_SYMBOL vmlinux 0xe6c2ad14 cdrom_check_events +EXPORT_SYMBOL vmlinux 0xe6dc09a7 locks_mandatory_area +EXPORT_SYMBOL vmlinux 0xe6e2c426 locks_init_lock +EXPORT_SYMBOL vmlinux 0xe6e8ff7c mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0xe6ebc016 key_create_or_update +EXPORT_SYMBOL vmlinux 0xe6fbe430 can_do_mlock +EXPORT_SYMBOL vmlinux 0xe716baed acpi_unregister_ioapic +EXPORT_SYMBOL vmlinux 0xe72c9e5a nobh_writepage +EXPORT_SYMBOL vmlinux 0xe7337a36 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0xe7645dd3 sock_register +EXPORT_SYMBOL vmlinux 0xe768b0c9 pci_dev_get +EXPORT_SYMBOL vmlinux 0xe7722171 flex_array_free +EXPORT_SYMBOL vmlinux 0xe781b5f6 intel_scu_ipc_readv +EXPORT_SYMBOL vmlinux 0xe78584e6 create_empty_buffers +EXPORT_SYMBOL vmlinux 0xe798d71c cpu_core_map +EXPORT_SYMBOL vmlinux 0xe7a664c4 nf_hooks +EXPORT_SYMBOL vmlinux 0xe7a81967 audit_log_secctx +EXPORT_SYMBOL vmlinux 0xe7b81941 tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0xe7bdb0ed input_grab_device +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7d58ef5 request_firmware +EXPORT_SYMBOL vmlinux 0xe7dab2c5 inode_init_always +EXPORT_SYMBOL vmlinux 0xe7f5c903 register_filesystem +EXPORT_SYMBOL vmlinux 0xe80ce219 sysctl_tcp_dma_copybreak +EXPORT_SYMBOL vmlinux 0xe838a749 blk_bio_map_sg +EXPORT_SYMBOL vmlinux 0xe83925cf generic_show_options +EXPORT_SYMBOL vmlinux 0xe8532edb scsi_get_command +EXPORT_SYMBOL vmlinux 0xe854cfce journal_lock_updates +EXPORT_SYMBOL vmlinux 0xe8623448 alloc_disk +EXPORT_SYMBOL vmlinux 0xe86570b4 serio_interrupt +EXPORT_SYMBOL vmlinux 0xe86f16ff scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0xe8794ce1 slhc_toss +EXPORT_SYMBOL vmlinux 0xe882a3cf i2c_get_adapter +EXPORT_SYMBOL vmlinux 0xe88e2e2c tty_unregister_driver +EXPORT_SYMBOL vmlinux 0xe88e7a93 lg_global_lock +EXPORT_SYMBOL vmlinux 0xe89b6202 genl_register_family +EXPORT_SYMBOL vmlinux 0xe89f2aa3 qdisc_reset +EXPORT_SYMBOL vmlinux 0xe8b63ace radix_tree_range_tag_if_tagged +EXPORT_SYMBOL vmlinux 0xe8b68849 wrmsr_on_cpus +EXPORT_SYMBOL vmlinux 0xe8bea3bc qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xe8db6c1c key_task_permission +EXPORT_SYMBOL vmlinux 0xe8e69f91 skb_copy_and_csum_datagram_iovec +EXPORT_SYMBOL vmlinux 0xe8e752f1 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe921fb1e inet_bind +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe95b852a create_proc_entry +EXPORT_SYMBOL vmlinux 0xe96d2bff netif_device_attach +EXPORT_SYMBOL vmlinux 0xe97be9ef find_get_pages_tag +EXPORT_SYMBOL vmlinux 0xe986bc3e acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0xe993d967 skb_pad +EXPORT_SYMBOL vmlinux 0xe997667b wrmsr_on_cpu +EXPORT_SYMBOL vmlinux 0xe99ab841 cdev_del +EXPORT_SYMBOL vmlinux 0xe9a79a9b mmc_can_sanitize +EXPORT_SYMBOL vmlinux 0xe9c75649 cad_pid +EXPORT_SYMBOL vmlinux 0xe9d44a4d journal_get_create_access +EXPORT_SYMBOL vmlinux 0xe9dcf3fe inet_del_offload +EXPORT_SYMBOL vmlinux 0xea054b22 nla_policy_len +EXPORT_SYMBOL vmlinux 0xea10212a int_to_scsilun +EXPORT_SYMBOL vmlinux 0xea10655a __bitmap_intersects +EXPORT_SYMBOL vmlinux 0xea111b89 set_page_dirty +EXPORT_SYMBOL vmlinux 0xea1e2eec scsi_register_driver +EXPORT_SYMBOL vmlinux 0xea253c86 blkdev_issue_write_same +EXPORT_SYMBOL vmlinux 0xea40af4c mmc_card_can_sleep +EXPORT_SYMBOL vmlinux 0xea7987f1 key_update +EXPORT_SYMBOL vmlinux 0xea7b8a44 acpi_install_interface +EXPORT_SYMBOL vmlinux 0xea90bdd3 acpi_attach_data +EXPORT_SYMBOL vmlinux 0xeaafbc41 vc_cons +EXPORT_SYMBOL vmlinux 0xeabdbbf6 simple_pin_fs +EXPORT_SYMBOL vmlinux 0xead415bc register_quota_format +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeaf2e205 fib_default_rule_pref +EXPORT_SYMBOL vmlinux 0xeaf54bda prepare_binprm +EXPORT_SYMBOL vmlinux 0xeaf9ec66 con_copy_unimap +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb49edb7 d_path +EXPORT_SYMBOL vmlinux 0xeb55a931 __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xeb5c99d0 netdev_info +EXPORT_SYMBOL vmlinux 0xeb5cdbcf set_pages_array_wb +EXPORT_SYMBOL vmlinux 0xeb6067e2 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xeb616310 __cleancache_invalidate_inode +EXPORT_SYMBOL vmlinux 0xeb77e0b4 write_inode_now +EXPORT_SYMBOL vmlinux 0xeb7ccafa pci_unmap_rom +EXPORT_SYMBOL vmlinux 0xeb9915f5 blk_queue_find_tag +EXPORT_SYMBOL vmlinux 0xeba8fc64 ida_simple_remove +EXPORT_SYMBOL vmlinux 0xebdbe48c radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0xebdff84f __dquot_transfer +EXPORT_SYMBOL vmlinux 0xebe879e2 fsync_bdev +EXPORT_SYMBOL vmlinux 0xec15f00a tcp_cookie_generator +EXPORT_SYMBOL vmlinux 0xec3a6fa3 genl_unregister_ops +EXPORT_SYMBOL vmlinux 0xec4f9801 cancel_dirty_page +EXPORT_SYMBOL vmlinux 0xec7c8b38 md_write_end +EXPORT_SYMBOL vmlinux 0xec87f2fb user_path_create +EXPORT_SYMBOL vmlinux 0xec9cd091 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xecb3a5e1 clocksource_register +EXPORT_SYMBOL vmlinux 0xecb721f1 try_wait_for_completion +EXPORT_SYMBOL vmlinux 0xeccd3e0c acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xecd67cec schedule_delayed_work_on +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xece882d6 __ip_dev_find +EXPORT_SYMBOL vmlinux 0xed0349e9 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0xed09496a dev_addr_flush +EXPORT_SYMBOL vmlinux 0xed33671f ps2_drain +EXPORT_SYMBOL vmlinux 0xed4099b8 devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0xed7e1295 gen_pool_create +EXPORT_SYMBOL vmlinux 0xed93f29e __kunmap_atomic +EXPORT_SYMBOL vmlinux 0xed9752aa phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0xed9886bd ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0xed9d67fa unregister_exec_domain +EXPORT_SYMBOL vmlinux 0xeda0d76e gen_estimator_active +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedc1da2a bprm_change_interp +EXPORT_SYMBOL vmlinux 0xedd5e9d7 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0xedddeed3 try_module_get +EXPORT_SYMBOL vmlinux 0xede5e723 dentry_path_raw +EXPORT_SYMBOL vmlinux 0xee0c161e swiotlb_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0xee1cb8ad clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee322aff bio_integrity_trim +EXPORT_SYMBOL vmlinux 0xee5f5e56 pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0xee618535 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0xee7eb9e1 pnp_platform_devices +EXPORT_SYMBOL vmlinux 0xee887ee2 phy_start_interrupts +EXPORT_SYMBOL vmlinux 0xee95a2ed posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xef1d35b7 acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0xef38f765 blk_integrity_register +EXPORT_SYMBOL vmlinux 0xef3b49b5 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0xef4013fb __bio_clone +EXPORT_SYMBOL vmlinux 0xef718862 dev_get_by_index +EXPORT_SYMBOL vmlinux 0xef736e4e scsi_ioctl +EXPORT_SYMBOL vmlinux 0xef78a096 generic_file_aio_read +EXPORT_SYMBOL vmlinux 0xef7dd5e6 ilookup +EXPORT_SYMBOL vmlinux 0xef82b66e mmc_interrupt_hpi +EXPORT_SYMBOL vmlinux 0xef8b2ece sk_reset_txq +EXPORT_SYMBOL vmlinux 0xef9aedfc boot_option_idle_override +EXPORT_SYMBOL vmlinux 0xefdd70ce security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0xefe099c3 acpi_get_event_status +EXPORT_SYMBOL vmlinux 0xefe26e3e sock_init_data +EXPORT_SYMBOL vmlinux 0xefe6dc0a udplite_prot +EXPORT_SYMBOL vmlinux 0xeff10ab4 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0xf0005465 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf0013cab __blk_end_request +EXPORT_SYMBOL vmlinux 0xf0040079 rwsem_down_read_failed +EXPORT_SYMBOL vmlinux 0xf0099565 simple_release_fs +EXPORT_SYMBOL vmlinux 0xf01cfd51 scsi_remove_device +EXPORT_SYMBOL vmlinux 0xf02ddcc3 icmp_send +EXPORT_SYMBOL vmlinux 0xf0365ecc input_inject_event +EXPORT_SYMBOL vmlinux 0xf0386b54 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0xf0392a8f block_invalidatepage +EXPORT_SYMBOL vmlinux 0xf05ffa15 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0xf0622c83 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0xf065f629 ioread16be +EXPORT_SYMBOL vmlinux 0xf06a374e led_blink_set +EXPORT_SYMBOL vmlinux 0xf07de916 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0xf082f6cd block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0xf0893053 genphy_suspend +EXPORT_SYMBOL vmlinux 0xf0936413 padata_stop +EXPORT_SYMBOL vmlinux 0xf0b01cb5 ht_create_irq +EXPORT_SYMBOL vmlinux 0xf0ce7d50 proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xf0e46278 noop_qdisc +EXPORT_SYMBOL vmlinux 0xf0ef15b4 list_sort +EXPORT_SYMBOL vmlinux 0xf0f1246c kvasprintf +EXPORT_SYMBOL vmlinux 0xf0fdf6cb __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xf0fee1e3 ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0xf100416a remove_conflicting_framebuffers +EXPORT_SYMBOL vmlinux 0xf10de535 ioread8 +EXPORT_SYMBOL vmlinux 0xf11543ff find_first_zero_bit +EXPORT_SYMBOL vmlinux 0xf1172833 irq_to_desc +EXPORT_SYMBOL vmlinux 0xf1294aec kernel_bind +EXPORT_SYMBOL vmlinux 0xf12d331c lg_local_lock +EXPORT_SYMBOL vmlinux 0xf13feb57 radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0xf141bf26 cancel_delayed_work +EXPORT_SYMBOL vmlinux 0xf14d20cf swiotlb_unmap_sg +EXPORT_SYMBOL vmlinux 0xf15dd17b vfs_mkdir +EXPORT_SYMBOL vmlinux 0xf15fc5f3 wait_iff_congested +EXPORT_SYMBOL vmlinux 0xf168bdc0 tty_lock_pair +EXPORT_SYMBOL vmlinux 0xf18242e1 atomic64_set_cx8 +EXPORT_SYMBOL vmlinux 0xf18e10ad pcim_pin_device +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf19b465b cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0xf1aebc42 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0xf1b8b8a7 seq_path +EXPORT_SYMBOL vmlinux 0xf1cae425 tcp_close +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1dc2059 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0xf1dd72c7 fasync_helper +EXPORT_SYMBOL vmlinux 0xf1deabf2 div64_u64 +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1faac3a _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0xf1fe7eb7 scsi_put_command +EXPORT_SYMBOL vmlinux 0xf200ef47 arp_xmit +EXPORT_SYMBOL vmlinux 0xf202c5cb radix_tree_insert +EXPORT_SYMBOL vmlinux 0xf20dabd8 free_irq +EXPORT_SYMBOL vmlinux 0xf2143c86 free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0xf229bbe2 bio_endio +EXPORT_SYMBOL vmlinux 0xf2357254 acpi_evaluate_integer +EXPORT_SYMBOL vmlinux 0xf23d0ddc wl12xx_get_platform_data +EXPORT_SYMBOL vmlinux 0xf23f89b6 rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0xf23fb446 mmc_cache_ctrl +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf277b114 dm_put_device +EXPORT_SYMBOL vmlinux 0xf28ed6e2 machine_to_phys_nr +EXPORT_SYMBOL vmlinux 0xf29521d1 ppp_register_channel +EXPORT_SYMBOL vmlinux 0xf2997713 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xf2ed799e blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xf2f2f12d rfkill_alloc +EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform +EXPORT_SYMBOL vmlinux 0xf32055e7 dev_base_lock +EXPORT_SYMBOL vmlinux 0xf3341268 __clear_user +EXPORT_SYMBOL vmlinux 0xf338d4c3 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xf33ac02e fb_class +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf34a9a3f inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0xf35ab35a dqget +EXPORT_SYMBOL vmlinux 0xf36a09a9 i2c_register_driver +EXPORT_SYMBOL vmlinux 0xf36ba208 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0xf37260ab _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xf382620e sock_setsockopt +EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf38e9afa simple_link +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf394d970 kill_pid +EXPORT_SYMBOL vmlinux 0xf396cd21 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0xf3986b06 acpi_os_map_generic_address +EXPORT_SYMBOL vmlinux 0xf3a6fd16 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0xf3b943f6 skb_clone +EXPORT_SYMBOL vmlinux 0xf3bf0bce __bitmap_complement +EXPORT_SYMBOL vmlinux 0xf3c495ef mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0xf3dbaaa6 idr_pre_get +EXPORT_SYMBOL vmlinux 0xf3f56561 pcie_port_service_unregister +EXPORT_SYMBOL vmlinux 0xf436a129 agp_generic_enable +EXPORT_SYMBOL vmlinux 0xf441ac43 ioread8_rep +EXPORT_SYMBOL vmlinux 0xf444b08e __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0xf45a4e52 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xf49bfc38 __blk_run_queue +EXPORT_SYMBOL vmlinux 0xf4a5c213 avail_to_resrv_perfctr_nmi_bit +EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced +EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area +EXPORT_SYMBOL vmlinux 0xf4dfc422 ata_dev_acpi_handle +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf4f19e51 downgrade_write +EXPORT_SYMBOL vmlinux 0xf4fa93d1 generic_file_mmap +EXPORT_SYMBOL vmlinux 0xf502d273 acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0xf5056f3b neigh_lookup_nodev +EXPORT_SYMBOL vmlinux 0xf51ae235 touch_nmi_watchdog +EXPORT_SYMBOL vmlinux 0xf51f03d2 file_update_time +EXPORT_SYMBOL vmlinux 0xf52182f4 update_time +EXPORT_SYMBOL vmlinux 0xf5221ffc generic_listxattr +EXPORT_SYMBOL vmlinux 0xf527b794 udp_proc_unregister +EXPORT_SYMBOL vmlinux 0xf52f98ef sk_stream_write_space +EXPORT_SYMBOL vmlinux 0xf536d22e acpi_set_gpe_wake_mask +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf557ca5c kobject_del +EXPORT_SYMBOL vmlinux 0xf56826e6 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0xf568559a bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0xf5b0f6d2 fbcon_set_tileops +EXPORT_SYMBOL vmlinux 0xf5b10e67 acpi_install_global_event_handler +EXPORT_SYMBOL vmlinux 0xf5b3df49 netdev_alert +EXPORT_SYMBOL vmlinux 0xf5c05914 generic_segment_checks +EXPORT_SYMBOL vmlinux 0xf5eb86ea blk_verify_command +EXPORT_SYMBOL vmlinux 0xf6142f46 atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xf632ad70 get_unmapped_area +EXPORT_SYMBOL vmlinux 0xf634e88d input_register_device +EXPORT_SYMBOL vmlinux 0xf6388c56 sysctl_ip_default_ttl +EXPORT_SYMBOL vmlinux 0xf642e61b __scsi_put_command +EXPORT_SYMBOL vmlinux 0xf65b4181 task_tgid_nr_ns +EXPORT_SYMBOL vmlinux 0xf67dea48 set_device_ro +EXPORT_SYMBOL vmlinux 0xf6a1e1df pci_find_bus +EXPORT_SYMBOL vmlinux 0xf6bb4729 color_table +EXPORT_SYMBOL vmlinux 0xf6c17942 mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0xf6d24993 __quota_error +EXPORT_SYMBOL vmlinux 0xf6d4dc1a ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf7011bd2 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0xf726d02f atomic64_add_unless_cx8 +EXPORT_SYMBOL vmlinux 0xf72b2c00 tty_kref_put +EXPORT_SYMBOL vmlinux 0xf735f12c bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xf73d4851 fb_show_logo +EXPORT_SYMBOL vmlinux 0xf745cb16 atomic64_sub_return_cx8 +EXPORT_SYMBOL vmlinux 0xf7584a9c find_font +EXPORT_SYMBOL vmlinux 0xf75bc434 files_lglock +EXPORT_SYMBOL vmlinux 0xf768e678 blk_queue_max_write_same_sectors +EXPORT_SYMBOL vmlinux 0xf773c3c4 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0xf78d04ab netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xf7952edc km_new_mapping +EXPORT_SYMBOL vmlinux 0xf795d916 scsi_dma_map +EXPORT_SYMBOL vmlinux 0xf7e37635 __wait_on_bit +EXPORT_SYMBOL vmlinux 0xf7e6b99e pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0xf803fe39 bitmap_set +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf82abc1d isa_dma_bridge_buggy +EXPORT_SYMBOL vmlinux 0xf82e3d47 acpi_initialize_objects +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf86e77c9 lock_rename +EXPORT_SYMBOL vmlinux 0xf8711ead igrab +EXPORT_SYMBOL vmlinux 0xf87bae5d pci_map_biosrom +EXPORT_SYMBOL vmlinux 0xf88e0ee2 acpi_get_table_header +EXPORT_SYMBOL vmlinux 0xf890fe7f pm_idle +EXPORT_SYMBOL vmlinux 0xf894ba5c udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0xf8c6ce66 blk_start_request +EXPORT_SYMBOL vmlinux 0xf8efe146 block_commit_write +EXPORT_SYMBOL vmlinux 0xf91d4345 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0xf9348cbc xz_dec_run +EXPORT_SYMBOL vmlinux 0xf937c4d5 file_ns_capable +EXPORT_SYMBOL vmlinux 0xf940a328 __next_cpu +EXPORT_SYMBOL vmlinux 0xf9499c82 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0xf94c3c2f bd_set_size +EXPORT_SYMBOL vmlinux 0xf97456ea _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xf98731cb mmc_set_blockcount +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9dde131 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0xf9e73082 scnprintf +EXPORT_SYMBOL vmlinux 0xfa16537f bio_integrity_clone +EXPORT_SYMBOL vmlinux 0xfa2377b1 pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0xfa24cf65 skb_free_datagram +EXPORT_SYMBOL vmlinux 0xfa2a3245 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0xfa30957c mempool_free +EXPORT_SYMBOL vmlinux 0xfa62e869 ip6_frag_init +EXPORT_SYMBOL vmlinux 0xfa8381d3 key_link +EXPORT_SYMBOL vmlinux 0xfa986a52 inet_del_protocol +EXPORT_SYMBOL vmlinux 0xfa99ee58 skb_insert +EXPORT_SYMBOL vmlinux 0xfabc9fdb pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacafa46 pci_read_vpd +EXPORT_SYMBOL vmlinux 0xfacf4ac4 journal_destroy +EXPORT_SYMBOL vmlinux 0xfacf6ec1 mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0xfad1410d register_netdevice +EXPORT_SYMBOL vmlinux 0xfae67b1f cap_mmap_addr +EXPORT_SYMBOL vmlinux 0xfaf63abf ioctl_by_bdev +EXPORT_SYMBOL vmlinux 0xfaf98462 bitrev32 +EXPORT_SYMBOL vmlinux 0xfb0443fb acpi_get_parent +EXPORT_SYMBOL vmlinux 0xfb07604c inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0xfb1231a7 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0xfb1bc560 agp_generic_destroy_page +EXPORT_SYMBOL vmlinux 0xfb25efa3 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0xfb2b9f6b consume_skb +EXPORT_SYMBOL vmlinux 0xfb36c0a1 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0xfb561775 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0xfb597e85 inet_getname +EXPORT_SYMBOL vmlinux 0xfb63e6c0 pagecache_write_end +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb71babb xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0xfb77c916 pnp_device_detach +EXPORT_SYMBOL vmlinux 0xfb80c7a0 acpi_walk_namespace +EXPORT_SYMBOL vmlinux 0xfb90c017 pagevec_lookup_tag +EXPORT_SYMBOL vmlinux 0xfb9c4b5b write_cache_pages +EXPORT_SYMBOL vmlinux 0xfb9dd0fc tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbbd96e4 seq_release +EXPORT_SYMBOL vmlinux 0xfbc82a80 journal_check_used_features +EXPORT_SYMBOL vmlinux 0xfc02b7ad sysctl_tcp_wmem +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc562165 acpi_run_osc +EXPORT_SYMBOL vmlinux 0xfc65459a kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0xfc74c276 dquot_scan_active +EXPORT_SYMBOL vmlinux 0xfc86c989 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xfc872fd1 get_ibs_caps +EXPORT_SYMBOL vmlinux 0xfca0d5c0 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0xfcaa04a0 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xfcac0d40 acpi_install_interface_handler +EXPORT_SYMBOL vmlinux 0xfcb665d5 simple_transaction_set +EXPORT_SYMBOL vmlinux 0xfcc2a43c utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcfa03ff fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0xfd142da1 kset_unregister +EXPORT_SYMBOL vmlinux 0xfd18f79e tcf_hash_destroy +EXPORT_SYMBOL vmlinux 0xfd2a7340 generic_file_buffered_write +EXPORT_SYMBOL vmlinux 0xfd33beb1 pci_set_power_state +EXPORT_SYMBOL vmlinux 0xfd492094 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0xfd4be17e inet6_del_offload +EXPORT_SYMBOL vmlinux 0xfd6293c2 boot_tvec_bases +EXPORT_SYMBOL vmlinux 0xfd7d7713 acpi_exception +EXPORT_SYMBOL vmlinux 0xfda0dbe8 ftrace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xfda321fa input_allocate_device +EXPORT_SYMBOL vmlinux 0xfda3fc5a in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xfdb9b629 ioread32be +EXPORT_SYMBOL vmlinux 0xfdbe0288 pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0xfdee5131 journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0xfdee7d42 _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0xfdfc0b3b fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0xfe4b74e1 keyring_alloc +EXPORT_SYMBOL vmlinux 0xfe58071c i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe769456 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xfe7adae5 phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xfe7c4287 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0xfe96376f release_pages +EXPORT_SYMBOL vmlinux 0xfe98e650 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0xfeac2461 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0xfeb72f48 blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0xfee4eedb update_devfreq +EXPORT_SYMBOL vmlinux 0xfef96e23 __scsi_print_command +EXPORT_SYMBOL vmlinux 0xff0234a9 skb_copy_bits +EXPORT_SYMBOL vmlinux 0xff16b310 __f_setown +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff31660f mmc_gpio_free_ro +EXPORT_SYMBOL vmlinux 0xff3e19c2 agp_unbind_memory +EXPORT_SYMBOL vmlinux 0xff480992 dump_fpu +EXPORT_SYMBOL vmlinux 0xff4e42fa pci_pme_active +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff7559e4 ioport_resource +EXPORT_SYMBOL vmlinux 0xff778f52 set_blocksize +EXPORT_SYMBOL vmlinux 0xff7c0fed xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0xff851e01 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0xff959287 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0xff9ca065 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0xffa681b1 bio_integrity_set_tag +EXPORT_SYMBOL vmlinux 0xffa8f2d4 eth_change_mtu +EXPORT_SYMBOL vmlinux 0xffb52f82 sock_no_bind +EXPORT_SYMBOL vmlinux 0xffc3dd41 mdiobus_read +EXPORT_SYMBOL vmlinux 0xffd53d55 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0xffd5a395 default_wake_function +EXPORT_SYMBOL vmlinux 0xffe5095d groups_free +EXPORT_SYMBOL vmlinux 0xffe69844 lro_flush_pkt +EXPORT_SYMBOL vmlinux 0xffef0f0c pci_enable_ltr +EXPORT_SYMBOL vmlinux 0xfff5db68 backlight_force_update +EXPORT_SYMBOL_GPL arch/x86/crypto/ablk_helper 0x0223f7a6 ablk_init_common +EXPORT_SYMBOL_GPL arch/x86/crypto/ablk_helper 0x3624dfdc __ablk_encrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/ablk_helper 0x3bb836d2 ablk_encrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/ablk_helper 0x47c00801 ablk_set_key +EXPORT_SYMBOL_GPL arch/x86/crypto/ablk_helper 0x481efebf ablk_exit +EXPORT_SYMBOL_GPL arch/x86/crypto/ablk_helper 0x50277a6a ablk_init +EXPORT_SYMBOL_GPL arch/x86/crypto/ablk_helper 0xb928c855 ablk_decrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/aes-i586 0x7060bf0a crypto_aes_encrypt_x86 +EXPORT_SYMBOL_GPL arch/x86/crypto/aes-i586 0xe409b491 crypto_aes_decrypt_x86 +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x4422141c glue_ctr_crypt_final_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x736c1045 glue_ctr_crypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x94ac5570 glue_cbc_decrypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x99fe4a16 glue_ecb_crypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0xdcd04199 glue_cbc_encrypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-i586 0x28afd262 twofish_enc_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-i586 0x6f068d90 twofish_dec_blk +EXPORT_SYMBOL_GPL arch/x86/kernel/microcode 0xdf66ca81 ucode_cpu_info +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x00aaf935 kvm_disable_tdp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x02369eee kvm_x86_ops +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x040828eb kvm_set_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x08276051 kvm_queue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0a68ee7c kvm_get_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0bc150ad kvm_put_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0c2ed8ad kvm_write_tsc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x12d4e24b gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x18e257ab __tracepoint_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1955507e kvm_is_visible_gfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1a4342a5 __tracepoint_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1b4d1073 kvm_inject_pending_timer_irqs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1cfe78d1 kvm_release_pfn_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1df3e978 kvm_cpu_has_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1e0c57b2 kvm_inject_realmode_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1e1f0df7 kvm_read_guest_page_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x20de5193 kvm_disable_largepages +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x23a3ab2e kvm_clear_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2433d6fd __tracepoint_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x272173ea kvm_set_cr4 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x28a73764 gfn_to_pfn_async +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2a6488e6 kvm_set_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2dd6d973 kvm_complete_insn_gp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2f636c31 kvm_spurious_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x317f9e6b kvm_enable_efer_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x33b03355 x86_emulate_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x343d94ab kvm_lmsw +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3446aefe gfn_to_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x37b3e5d3 kvm_mmu_load +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x388977d9 kvm_set_xcr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x38e7ade2 kvm_mmu_reset_context +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x39a198da kvm_mmu_unprotect_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3ac4dae4 gfn_to_hva +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3de08404 kvm_set_shared_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3ee59a92 __tracepoint_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3fb92017 kvm_clear_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x42255a43 kvm_mmu_invlpg +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x451f119e kvm_write_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x45658040 kvm_mmu_get_spte_hierarchy +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x45916dca gfn_to_pfn_prot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4875b583 kvm_get_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4a6fe0da kvm_read_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4ee9daff kvm_inject_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x51d02085 kvm_set_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x52e50249 gfn_to_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x55904379 kvm_mmu_unprotect_page_virt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5909810f kvm_emulate_hypercall +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5a6916b2 kvm_mmu_unload +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5b1d6822 kvm_read_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x600418d4 kvm_read_guest_virt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x60b6da3e kvm_get_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x669da1fd kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x68e32d27 kvm_requeue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x744920d6 kvm_get_cs_db_l_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x74ac4356 kvm_release_page_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7a8cf62a kvm_write_guest_virt_system +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7aa64803 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7d73014d kvm_emulate_wbinvd +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7e7333bb kvm_task_switch +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7eccf546 kvm_get_guest_memory_type +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x831327da kvm_max_guest_tsc_khz +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x84c34fa3 kvm_set_apic_base +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x84ceb28c __tracepoint_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x869d3d92 kvm_queue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8a4c4418 kvm_emulate_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8ce4f3ab kvm_enable_tdp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8da01274 kvm_get_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8e1cd06f kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x93f0e823 gfn_to_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x99976a7b gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9a216313 kvm_define_shared_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9a45940f __kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9c784d31 kvm_vcpu_cache +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9d873a8e kvm_get_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9dee3e2f kvm_before_handle_nmi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa21e8f2c kvm_fast_pio_out +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa9e934b7 handle_mmio_page_fault_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaa7e494a fx_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaac7c868 __tracepoint_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xadd84a37 kvm_write_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xadfd62eb kvm_set_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xafdf509c kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb284eed4 __tracepoint_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb2a65cca __tracepoint_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb3e17c7f kvm_release_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb8f6a3e2 gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb94786ae kvm_requeue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb9edd1c8 kvm_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xba9ed435 kvm_mmu_set_mmio_spte_mask +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbbff2d40 kvm_vcpu_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbc2b538e __tracepoint_kvm_nested_vmrun +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbc2ec4fa kvm_set_cr3 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbca24ba4 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbea1992d kvm_init_shadow_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbf05ab76 __tracepoint_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc0063fb7 load_pdptrs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc5cbf30a gfn_to_hva_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc77f96b1 kvm_lapic_set_eoi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc7edaf01 kvm_set_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc82e5c21 kvm_get_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcab13320 kvm_mmu_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcb67ce10 __tracepoint_kvm_nested_intercepts +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcd046b8e kvm_emulate_halt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcd92b537 kvm_resched +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd0459e67 kvm_has_tsc_control +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd0b2727a kvm_mmu_set_mask_ptes +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdaf8fe83 kvm_vcpu_uninit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdbc6cd4e kvm_is_linear_rip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdeb968d7 kvm_find_cpuid_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe1e9e7da kvm_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe74ee61c kvm_require_cpl +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe845812a kvm_set_cr0 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe9790e86 __tracepoint_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe9c0dbe6 kvm_cpu_get_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xeb11230b kvm_get_apic_base +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xee02c53d kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf2994a97 kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf5864720 kvm_rdpmc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf5c2f6ad kvm_inject_nmi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf7c99992 kvm_after_handle_nmi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfb1c3cb7 kvm_read_guest_cached +EXPORT_SYMBOL_GPL crypto/af_alg 0x2e53055a af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x54650710 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x557d11f4 af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0x5ebe43e7 af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x6eaa9b2c af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x7e7cde9c af_alg_wait_for_completion +EXPORT_SYMBOL_GPL crypto/af_alg 0x93957c0c af_alg_cmsg_send +EXPORT_SYMBOL_GPL crypto/af_alg 0xb6a858bc af_alg_complete +EXPORT_SYMBOL_GPL crypto/af_alg 0xeb4e23f4 af_alg_release +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x7d1cf80c async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x4c013c77 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xb7a24f3a async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x4502fa8b async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x66635946 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x59e13a9f async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x6cd43833 async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x75998f6f async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xa00fa497 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x9f69169a async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xbd2f4f58 async_xor_val +EXPORT_SYMBOL_GPL crypto/blowfish_common 0xeebc3a13 blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x27278ca9 __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x4a2a3ca6 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0xebe4824a cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1291971c __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1e2c961f __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x4d22ee1f cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x8f04034a __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast_common 0x08aa6fb7 cast_s1 +EXPORT_SYMBOL_GPL crypto/cast_common 0x0c5fbf8a cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xe39dd4b4 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0xee83a4f3 cast_s4 +EXPORT_SYMBOL_GPL crypto/cryptd 0x0747922a cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x10ed70fd cryptd_alloc_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x17281342 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x1931e82e cryptd_ablkcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x2116fa57 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x5965b7b0 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x72fbec18 cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x737e7c8a cryptd_free_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x7d855625 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xa1375dcd cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/des_generic 0xcfd9a2c0 des_ekey +EXPORT_SYMBOL_GPL crypto/lrw 0x3864eb66 lrw_free_table +EXPORT_SYMBOL_GPL crypto/lrw 0x9e8f7197 lrw_crypt +EXPORT_SYMBOL_GPL crypto/lrw 0xcd074900 lrw_init_table +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x37997173 serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x5ddb33e9 __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x77b39cb4 __serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x8a1a99ad __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/twofish_common 0x4b74c766 twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0x6c3229bb __twofish_setkey +EXPORT_SYMBOL_GPL crypto/xts 0x2fbf285a xts_crypt +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x1c8984c7 acpi_smbus_unregister_callback +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x87bd07bd acpi_smbus_register_callback +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0xb9a141b0 acpi_smbus_read +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0xe1372311 acpi_smbus_write +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x027b9738 ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x0b5c1b4f ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x141363b4 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x20267ba0 ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x3b6b2322 ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x3fdb6cdb ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x400a6a64 ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5eacba1f ahci_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x84b72ce2 ahci_sdev_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8d0e7ad1 ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa23ed3fc ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xb6290d29 ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xb767dd51 ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xbceebfb7 ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xc58f155e ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xc74c2196 ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xc7940d0e ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xd2133e0f ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe1bf1c80 ahci_shost_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xf6464980 ahci_em_messages +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0xe6b90ea2 __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x02ff9464 cfag12864b_isinited +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x0ecb2e5d cfag12864b_disable +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x305dc3c6 cfag12864b_isenabled +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x3389f926 cfag12864b_enable +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x9522a342 cfag12864b_getrate +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0xc48e9d95 cfag12864b_buffer +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x14102f23 ks0108_displaystate +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x48a70518 ks0108_writedata +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x4f506333 ks0108_startline +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x6edae968 ks0108_isinited +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xbf4774db ks0108_writecontrol +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xedde6df2 ks0108_page +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xfee8ef7b ks0108_address +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-mmio 0x8a5ab7fa devm_regmap_init_mmio +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-mmio 0xb1dbff0c regmap_init_mmio +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2070b428 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x24953f74 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x29408030 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x313a3acf bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3b08b53d bcma_core_pci_extend_L1timer +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x55f6f3c2 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x57f8ccf5 bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x644ed5b3 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7d9cbb4b __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x813f751a bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x87cc6635 bcma_find_core +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa7a454fc bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc2037f09 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xca7dea4f bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd5349e1c bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xdb9ad609 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xfb612ab9 bcma_core_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x10e0cd84 btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x1ecb2336 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x3a653671 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x3a8e5f3a btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x74d29911 btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x8562d70f btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x85df2ffc btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xcefcdaf7 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd229ef9d btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xdf65b5a5 btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/char/scx200_gpio 0xd949f921 scx200_gpio_ops +EXPORT_SYMBOL_GPL drivers/dca/dca 0x0973ca0b dca_remove_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0x2e471f01 dca_register_notify +EXPORT_SYMBOL_GPL drivers/dca/dca 0x31a2c8df dca_get_tag +EXPORT_SYMBOL_GPL drivers/dca/dca 0x3f64a879 dca3_get_tag +EXPORT_SYMBOL_GPL drivers/dca/dca 0x6ad6f708 alloc_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0x8006c614 dca_unregister_notify +EXPORT_SYMBOL_GPL drivers/dca/dca 0x8997b664 dca_add_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0x97a9a829 register_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0xbbe714e1 free_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0xfce07aad unregister_dca_provider +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x06a5b1c8 edac_pci_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0cf84fed edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x1aac1a41 find_mci_by_dev +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x1de7f16a edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x69259f22 edac_mem_types +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6aa19cd5 edac_device_handle_ce +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6b16faea edac_device_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6c74c4b4 edac_device_handle_ue +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x7057758d edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x8303142d edac_pci_handle_npe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x8ac5638e edac_device_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x9adec7de edac_mc_alloc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x9c85cf7d edac_device_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xa4d10aa2 edac_pci_handle_pe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xac3550ca edac_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xaeb15529 edac_pci_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xbed3754a edac_mc_add_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xd1261bfb edac_mc_del_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xe182f8d1 edac_pci_reset_delay_period +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xedf9e923 edac_mc_free +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xf9314160 edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xfb2c5315 edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xfca4c24f edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x0d38cee6 amd_decode_mce +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x14878009 amd_report_gart_errors +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x1d34e996 pp_msgs +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x21626132 amd_register_ecc_decoder +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x233ce2e4 to_msgs +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x3eba1a17 rrrr_msgs +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x593ec4b5 ii_msgs +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x737912b3 amd_unregister_ecc_decoder +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0xaeeba16b tt_msgs +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0xb0ca1fe7 ll_msgs +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xf4ade51f fw_card_release +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0x013fbdac cs5535_gpio_set +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0x93f8fe67 cs5535_gpio_set_irq +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0xc0bb404a cs5535_gpio_setup_event +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0xd3bd9300 cs5535_gpio_isset +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0xe07c0954 cs5535_gpio_clear +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0x0dddd12b bgpio_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0x1116600b bgpio_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x6d9607a1 __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x781eba4d __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xbdb29232 drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xf76a1b2f drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0x05876c69 i915_gpu_busy +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0x08a7896d i915_gpu_raise +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0x402468e9 i915_gpu_lower +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0x500858b9 i915_read_mch_val +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0xe7237b0b i915_gpu_turbo_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x301f7cf4 ttm_dma_page_alloc_debugfs +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x41eb4ab7 ttm_dma_unpopulate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x6eaea214 ttm_dma_populate +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x062a88c1 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1091af15 hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1486efb8 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1a7e5667 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2afc8a9a hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2ff803f9 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x31aa9e27 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x362ecea2 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3fafa0be hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4906a967 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x64741025 hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6db2a6ac hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6e61238a hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x70a633f1 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x753d01fd __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x77559f7f hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7f241d9d hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0x97291d8a hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9c705a8f hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa50401cf hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xae98bae1 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb01aeee5 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb54cdb0a hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbb8019d1 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc246b158 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd475e71f hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd60878d5 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe3c975b0 hidinput_find_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe6ca106f hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfdf3a7c4 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xff71b1e5 hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xffceb320 hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x7e5130a1 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x8c4181ec roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x5ef7c00f roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x98829b70 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xdb2889b9 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x67f3d06b sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x93a8751e sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x9efcc4e2 sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x9f7860fe sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xec7df28e sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xf7935924 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x01fd453e usbhid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x2b746967 usbhid_submit_report +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x3ed47a51 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xff482a98 usbhid_wait_io +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xffd6c4f8 usbhid_set_leds +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x00d1b3ce hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x038c1b61 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x10114612 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x28397940 hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x487d2a06 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa5cfe6e2 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xaee50e20 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb2bf67ac hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb3ec048b hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc4b271da hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xda02cb18 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe3010eae hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf8555b85 hsi_async +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x358e4636 vmbus_establish_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x4891b514 vmbus_sendpacket_multipagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x7815f516 vmbus_open +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x7f7341b9 vmbus_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xaef2c68d vmbus_sendpacket_pagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xc743ee11 vmbus_driver_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xc91a78a4 vmbus_prep_negotiate_resp +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xd3a84f59 vmbus_teardown_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xddab3a28 __vmbus_driver_register +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xfe8c4948 vmbus_recvpacket_raw +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x0485e08a pmbus_read_byte_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x1f4bb848 pmbus_check_word_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x24afe057 pmbus_clear_faults +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x29917ba8 pmbus_check_byte_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x5e44031e pmbus_get_driver_info +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xa41df503 pmbus_do_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xb1d3306e pmbus_do_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xc1e95d99 pmbus_write_byte +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xcc3f024f pmbus_read_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xd4de6b7b pmbus_write_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xdbe4dde7 pmbus_set_page +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x0a732f4f i2c_dw_disable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5bb1170b i2c_dw_isr +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x7042e811 i2c_dw_disable_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x765d1d37 i2c_dw_xfer +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x83ac1092 i2c_dw_clear_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xbd470ce3 i2c_dw_read_comp_param +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xe2787dbf i2c_dw_is_enabled +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xe6ba70a3 i2c_dw_init +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xf0aa9f11 i2c_dw_func +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xf88b0f73 i2c_dw_enable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-nforce2 0x47b8eb6c nforce2_smbus +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xa956f396 i2c_del_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xb6df5575 i2c_add_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x41195a77 i2c_setup_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x9279dacb i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x058da54f ad_sd_calibrate_all +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x099e27b9 ad_sd_set_comm +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x103c6944 ad_sd_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x28bb225c ad_sigma_delta_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x84fb829a ad_sd_validate_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xa04cc0a9 ad_sd_read_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xaa334c9c ad_sd_write_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xcfb1b3b1 ad_sd_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xd29465dc ad_sd_init +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x16457f99 adis_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x1b125c66 adis_update_scan_mode +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x30b42aec adis_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x37fba023 adis_probe_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x3aeb6762 adis_initial_startup +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x5a63a9dc adis_init +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x90caec14 adis_reset +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x9b423b62 adis_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xab9a3ddf adis_read_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xd87ef147 adis_remove_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xe70184de adis_write_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xf94c94c5 adis_check_status +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x116640a1 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1a3de4b0 iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x252f0342 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2cd72564 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3df5d303 iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x48943aef iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x53a102f5 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x55d12d31 iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x58ed8916 iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x61a62e22 iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x624c30bc iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x687a9736 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6cca5e5b iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6f161500 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x761a5c6d iio_scan_mask_query +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7d97ba2e iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x84fe4966 iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9d79967c iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbfba375d iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xde7bc2ec iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe57853bd iio_scan_mask_set +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xeb5c89aa iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf90c2f71 iio_update_demux +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf96e5e2c iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x21709554 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x49a4fcbd adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x66535a18 adxl34x_suspend +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xe213ad3a adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xe4586827 adxl34x_resume +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x7f7c0ff2 cyttsp_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xaaa8ca11 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xba1846ca cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x099ac36e wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x09bffe7b wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x1424de34 wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x220eedcc wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x4fd51aa0 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x762fecfa wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x88aab0fd wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x91d55779 wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xaed31e5d wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xc530c3f0 wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xd0363875 wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xe36bf0c2 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x2136fc63 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x3a4c5375 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x5f3226a3 ipack_device_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x63b01328 ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xbe6dc695 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xf5cdd5b6 ipack_device_unregister +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0x4de7b2d0 unregister_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0xb17b7c77 register_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x05bd63bf gigaset_initcs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x11c7bddd gigaset_if_receive +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x141fcc52 gigaset_stop +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x2d3f442d gigaset_skb_rcvd +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x3f1cb4f5 gigaset_m10x_send_skb +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x454aa44f gigaset_debuglevel +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x4d7bf367 gigaset_freedriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x779ddac8 gigaset_m10x_input +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x8372b98b gigaset_fill_inbuf +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x8eff32df gigaset_dbg_buffer +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x956fcd0c gigaset_handle_modem_response +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xa59fd3a1 gigaset_shutdown +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xa84154a5 gigaset_add_event +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xc807678b gigaset_start +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xc9597639 gigaset_freecs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xcf4702bf gigaset_blockdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xd8845b08 gigaset_isdn_rcv_err +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xec315ced gigaset_initdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xf1fe00bf gigaset_skb_sent +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x1d0159ea dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x7b48d591 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb6d5c65d dm_deferred_set_add_work +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb70b342a dm_bio_prison_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xcfa01a18 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xeb7e92cf dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xebd06eaf dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x22163b69 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x3909d3a8 dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x594952bd dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x62a23587 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x7c381a76 dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9b2b253a dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xdc69e37a dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe004ee92 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe4677300 dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe6024e59 dm_bufio_release +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xebcc64a4 dm_bufio_get_block_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xeca7949e dm_bufio_client_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x7e886126 dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x863ac9e7 dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x01d2f9ac dm_rh_recovery_start +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x089355f0 dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x09472122 dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x1dbc3d1a dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38efaf5a dm_region_hash_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x3a18389a dm_rh_update_states +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x72286c4c dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7774620f dm_rh_stop_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d053fc5 dm_rh_start_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7fc6fd15 dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa83588eb dm_rh_recovery_end +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa8813ad6 dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xb8045cf7 dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xbe38a431 dm_rh_recovery_prepare +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xc66ce277 dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xcab63c3d dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xe3d09f91 dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf37a3cfe dm_rh_get_region_key +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfd93482e dm_rh_recovery_in_flight +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0054f69d dm_tm_pre_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x03ced457 dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x08a936ca dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x11eab9fe dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2c112836 dm_block_location +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2e730a21 dm_bm_checksum +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40f7bd91 dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x63b2ff62 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x67521436 dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x688d422d dm_bm_block_size +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x72289260 dm_block_manager_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7ade1071 dm_tm_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7b047bd9 dm_tm_create_non_blocking_clone +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7dc38fc6 dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x80c89b3d dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9a3e9522 dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9b4b5b29 dm_bm_write_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9e798e22 dm_bm_set_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa2507774 dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa6aae3ea dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb7bad799 dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb967690a dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb9a6ecf8 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbaa513b0 dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbc5fe7c1 dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbcfdc290 dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdb562135 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xead1e727 dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf99dc2cf dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/raid1 0xc3eea803 md_raid1_congested +EXPORT_SYMBOL_GPL drivers/md/raid10 0xb5e4c8d3 md_raid10_congested +EXPORT_SYMBOL_GPL drivers/md/raid456 0x2090749b md_raid5_congested +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x0335d7af saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x218df185 saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x4e7626d6 saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x5441a1bd saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x544232fa saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x694cc464 saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xcc143a1e saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xd2648cd5 saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xd2a8c636 saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe9a928c5 saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x2b0ff6b1 saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x8e1f5b3f saa7146_stop_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xb43854b0 saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xc3529010 saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xe55ba00e saa7146_start_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xf71774d0 saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xf730e7c7 saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x175153c3 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x23c16117 smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x37d91069 smsendian_handle_tx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x51f9ecac smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x63222b29 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x67a8b0a2 smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x74ee9098 sms_board_load_modules +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x76222253 sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x795d8eee sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7c576277 smsendian_handle_message_header +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x8d1b83c0 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x8dd8c87e smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa0dd8df2 smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa7fb2e3a smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb6c08d4b sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbf9b8a63 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc8aea80a smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xcc5d1691 sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xdc64277f sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xeb2db1ad smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xef07bc2c smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xef3df1b0 smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0x4e5e08d3 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x2fa7b48e cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x03ff1871 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1b0f8540 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x22f6d33d mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x26878526 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x3d805f0e mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x3fd437f2 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6c7b2d88 mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x81d93507 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x901570f2 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa67f6ae4 mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xadf20267 mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb820637a mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc7af0fc9 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc994f824 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd5cb6273 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe5e95a24 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xfe5659b4 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x37d88cd2 saa7134_s_std_internal +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x5ed43659 saa7134_s_ctrl_internal +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x9da9a664 saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe1c292e6 saa7134_g_ctrl_internal +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf8db9445 saa7134_queryctrl +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x3b46c6d5 ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x882bcadb ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x9f883173 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xd04b8a83 ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xec96674b ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xf3dd3724 ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xf64c1d19 ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/radio/radio-isa 0x231b8001 radio_isa_probe +EXPORT_SYMBOL_GPL drivers/media/radio/radio-isa 0x5328f811 radio_isa_match +EXPORT_SYMBOL_GPL drivers/media/radio/radio-isa 0x6dfc2ee6 radio_isa_pnp_probe +EXPORT_SYMBOL_GPL drivers/media/radio/radio-isa 0x8ba55804 radio_isa_pnp_remove +EXPORT_SYMBOL_GPL drivers/media/radio/radio-isa 0xd3ee9340 radio_isa_remove +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xa3e9234a radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xe57aa693 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x051cd812 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x20ff7213 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2f1489d4 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x3db2111f rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x45b80357 rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x553efb91 rc_core_debug +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5b49b868 rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5f5ff144 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x6bf106f7 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x6e994fa1 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x71db40aa ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x7526528d rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x76065f5f ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xa62bb878 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb983e893 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd17f4a2e ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf2a445d5 rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf54d1f2b ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x8883516c mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0x629a3ad8 microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x649b393f mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x2409e180 tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x0eb31401 tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xb7c5fe18 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xeb393eb1 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x6ec189ea tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x207db2fe tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xf9e156f3 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x6518b68b tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xbe56d076 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x8fea692e simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x13020b71 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x29541802 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x31c3c484 cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x41a380f4 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x49d0d489 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4f0eb4f7 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x6314d662 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x75e0d461 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x8f2f37cd cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9d5fe8bb cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa92ce535 cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xad97da56 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb2bd30ee cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xca418c3a cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd2eb5be6 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd401f5e9 cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xeb17600b cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xebba7222 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf9479c23 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0xff390e9c mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0xc5afdfab mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x01ea15fd em28xx_alloc_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x0269513c em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x0af1002a em28xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x0c9b2c4f em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x2f3f8db2 em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x427d1c16 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6d98c31f em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x8c2d1dec em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x9ca6f77e em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xae7b7296 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xc2a80e16 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe744ea66 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xf4e19509 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xfbc8a5a1 em28xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x2309a6d6 tm6000_xc5000_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x3bd5b7e5 tm6000_get_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x4863e8a9 tm6000_set_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x89b611dd tm6000_debug +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xbde13e87 tm6000_set_reg_mask +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xdf2ca462 tm6000_set_audio_bitrate +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xdff8e89d tm6000_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x10d846ba v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x2d7898f3 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x3b904285 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x53105839 v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x5d9d3491 v4l_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x6f344bb9 v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x7eaf8e7a v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x7ec88e1f v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x813f3de4 v4l2_find_nearest_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x8c748dd2 v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x94632f90 v4l_fill_dv_preset_info +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf83a2c84 v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-int-device 0x28004df8 v4l2_int_ioctl_1 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-int-device 0x55b2e8f4 v4l2_int_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-int-device 0x86350080 v4l2_int_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-int-device 0xa5228b24 v4l2_int_device_try_attach_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-int-device 0xbd24630f v4l2_int_ioctl_0 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x09d470b6 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x13b03916 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x38a15855 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x692ad215 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x72e6bc16 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7fb32378 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7fd45f0b v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8157fde1 v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8516925f v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x90e54f51 v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xba7aedc5 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6c54986 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd44b17f6 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfc7e9414 v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x053749cf videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x151e39d9 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x16195cec videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x199810ae videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1b70ade3 videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x231980f2 __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2f653155 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x54ff755a videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5a8cb93e videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5ef92993 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6bbca971 videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6e734e2a videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x74becded videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8575ef06 videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9275c510 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xab7a117a videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb30ea22a videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc2a90b79 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc88a646b videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd702e4d9 videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd7ad09d4 videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xdf8ea219 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xeabc52ee videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xeea6f9c9 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x58eb09f4 videobuf_to_dma_contig +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x6aadf1cf videobuf_queue_dma_contig_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x7c83312b videobuf_queue_dma_contig_init_cached +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xc900f8e9 videobuf_dma_contig_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x1983a4fd videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x5ded1d98 videobuf_dma_init_user +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x7a4f2651 videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x7c7a8971 videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x9be439e5 videobuf_dma_map +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xa825c75b videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xb9f96ec6 videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xbac1c921 videobuf_dma_init_overlay +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xf497af76 videobuf_dma_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xfe8fa964 videobuf_dma_init_kernel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x0e620090 videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x964701a8 videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xd2a9e350 videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x0bd14f28 vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x1201a906 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x166030ec vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x24629cc7 vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x2cac6490 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x2d1f3dde vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x31a0c1e7 vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x321c3d10 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x335134dd vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x37fb2ccf vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x42022dfd vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x48ff2581 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4e5114dd vb2_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4e512eb5 vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x597094dc vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x63aa7778 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x64e1b976 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6752c35f vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x729eccd0 vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x84cd9323 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x8ff17bd1 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa252f4e1 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa9aba57b vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb316c010 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb49a732f vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xbcbaf4da vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xc6c3af66 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd248e333 vb2_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd5aa8a53 vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xdefec957 vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe8d70ddc vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf1694049 vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf64af437 vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf6f28399 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0x979de4f3 vb2_dma_contig_init_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xc48acb8a vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xe57f0426 vb2_dma_contig_cleanup_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x1f29658b vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x770cab36 vb2_get_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xc600f903 vb2_put_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xfe522787 vb2_get_contig_userptr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-vmalloc 0x94f19359 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x01bf9fa1 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x04a654df v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0dfacf30 v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x127344d3 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3001655d v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4bfc62ea v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5c8396cd v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x65013420 v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7838d40a v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x80445c54 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x80c21e70 v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9ec34ffb v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa25ecff3 v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xaae81c94 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb69f2251 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbb78305d v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc25ad078 v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xca400db2 v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd15540d4 v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xec78c294 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf54ec522 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf5c80d7b v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x2127ac9f i2o_pool_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x31181e83 i2o_dma_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x49ee1392 i2o_sg_tablesize +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x5f79937e i2o_dma_map_single +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x78727b2d i2o_dma_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x8676f515 i2o_dma_realloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xbfec9935 i2o_dma_map_sg +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xe7c44b09 i2o_pool_alloc +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x11ab4bac pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x7ad17b6f pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x8dcd39f3 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x9038a732 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x5a35bc76 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xe0f78953 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xfd53874e lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x1f0f154d lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x2e3387e3 lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x2f192b25 lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x691d39bb lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xa82a5606 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xcf30bfcd lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xeac580ae lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x0469aea4 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x04c5de44 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x44d3e584 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x56dc10ec mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x6ee80016 mc13xxx_common_cleanup +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xbc6a1b24 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x0140e3e0 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x36c70069 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x76d38680 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x7a5db78a pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x83b210a5 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x893dec7d pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x9d2d5eb4 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xa124bcf7 pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xadb18bf6 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xb7b0f901 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xe58d9a50 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x603894ff pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xc0bde067 pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x047ad4b0 pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x5e8640af pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x6de7e899 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xd299c14a pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xec4ff38a pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x01a33234 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x4fca3918 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x0a484c6c rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x170f0413 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x17a1c3b4 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x195a9f75 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x2495ab79 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x2f51208f rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x4080d6d8 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x467535de rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x5340bf97 rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x535e7f3e rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x5eca662d rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x8487501f rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x8b55ab81 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x96169964 rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x9d089e30 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x9db21509 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xbf7d74dd rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xc2ea739e rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xc89d721f rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xd1d9a986 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xe92744be rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x61f0f7aa sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x6dff6eb3 sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x846b2b10 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x8c929651 sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xa5987be6 sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x4ac56ee8 tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x82263c20 tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xb1ff3c2a tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xfb6c9b2b tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/twl4030-madc 0x08b8dd2e twl4030_madc_conversion +EXPORT_SYMBOL_GPL drivers/mfd/twl4030-madc 0x4362dc66 twl4030_get_madc_conversion +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0x5b01969c ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x2496cf9f cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x68a027ab cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x6c53dd33 cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xad8b7cea cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x27cb133b eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x822222db eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x98bb5a22 eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x0addb1af enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x1e9c71a3 enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x406a3c55 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x9d21bbe0 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xa99339a9 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xc7ddb2af enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xebafb2a3 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x11b25666 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x18da3844 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x47bf1842 lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x8111c483 lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xa2d90fdf lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xb2412720 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xc1974ec4 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xdc13a221 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/pti 0x19f09b98 pti_release_masterchannel +EXPORT_SYMBOL_GPL drivers/misc/pti 0x23bde487 pti_request_masterchannel +EXPORT_SYMBOL_GPL drivers/misc/pti 0x52a78e81 pti_writedata +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x1b94c3f0 st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x9de77120 st_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x44927d96 sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x484735c8 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa6851ec5 sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xbdeb7803 sdhci_enable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc440d7f3 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd0967740 sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd157db64 sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xddffc1f0 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xdeccd2dc sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x58944e3e sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x70247935 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x782dbe3e sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xc3b91a46 sdhci_get_of_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xcc421a0c sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xdab0d8b9 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x7c4a5731 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x85343f9d cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xdad02528 cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x477eb1e7 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xa871dc9c cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xf8b6848d cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0xa3ce084b cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x08f76ce5 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x75577393 cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xb10fb1e6 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/devices/doc2001plus 0xf1647c4a DoCMilPlus_init +EXPORT_SYMBOL_GPL drivers/mtd/devices/docecc 0x45937659 doc_decode_ecc +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x053f9175 __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0b1ee951 __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0c9813da mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x14f24fa2 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1b764a3b mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x22b7a27d mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x27b31073 mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2a585e6e mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2ca61508 kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2f81e6d1 get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x326bd648 unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3310e275 deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x38662f55 mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3e40dced mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x49d76535 mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4f4be211 register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x52be2c59 mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6e68a471 mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7bde8834 mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7c787bb0 __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8974214c mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8d675554 mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9d545dbe get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9f3a7eae register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xad180388 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb363440f mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb4e2769f mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc07a4d8d mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc5e99c67 mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcb3c105d mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcf1660ff mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd1d27e0b mtd_erase_callback +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd563f496 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe569bb92 mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe901ecac mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xeb9a3397 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf36ca21d put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf407d6b4 mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf6d30cfe mount_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf9fd78e4 mtd_is_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfb6fea98 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x0d28a845 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x0e0cddaa register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x58ee0d5f del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xe251f93b add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xf5c720b8 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0x0356b439 nand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0xa10aedab nand_update_bbt +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0xb35bd5a0 nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/sm_common 0x2fcd5c42 sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0xc765bd5f onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0xe681c8bf onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x19e4ee0c ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x2b85051f ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5cfdd22d ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x6f09ba8a ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x7f3d3c43 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x8d9757f1 ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x8dad2ba7 ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x937be51f ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x9b5f0632 ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xcb644058 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xd4ae3f1c ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xdf4cc13f ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf37bcde2 ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf9b0ba6f ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xfbeaed54 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xfd6f0ef9 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x03300d0f register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x29b95714 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x29deaa94 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x4d61a6fa c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x685b6b23 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xc62bdea5 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x017b27b3 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x16282440 close_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x222c295a can_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x35b7f421 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x5c7a14d3 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x616fb6fd alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x7426741a open_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x744ca586 can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x796e4a13 alloc_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x8ebbdaa7 register_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb346573b can_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xbd936cf4 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xcac480fb can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xfe0865eb can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x13a73008 register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x79368838 alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x922b3ff3 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xb24f24b0 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x9a655b60 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xaca30a45 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xc5f23e15 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xfd92ff0b unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0x07c02815 macb_set_rx_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0x40a5d8fe macb_get_hwaddr +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0x51a7a560 macb_ethtool_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0x56750ae6 macb_ioctl +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0xb75f92e3 macb_get_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0xce6d3dea macb_mii_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0xcfac14cb macb_set_hwaddr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x04d5dfa5 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0dd0845e mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1068e9c7 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x15d29327 mlx4_fmr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x268455f9 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2d07b2cf mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2e204f9d mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x38e40533 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3c1339e9 mlx4_fmr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3d8f02cb mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x435ccbc3 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x44b3d7a4 mlx4_fmr_unmap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4aa2793d mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4adf8c55 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4d24c7b3 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5a38f634 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5b16593e mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5cde3160 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5df07504 mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x61168672 mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x64672365 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x66b5e6e4 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x69ef8176 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x69feb06b mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6a2a3813 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6c0f3146 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6c6029b6 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6e9bb558 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x70ee3ddb mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x76925e98 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7893080f mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7c251883 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7ce6a051 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7eb61479 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7f547e44 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8023a698 mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x80e8c3f3 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8402a39c mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x848733cc mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x859c6944 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8b7ebee5 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8d07a595 mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8e1becc7 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8f53eab3 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8fd85195 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9247db29 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x95351035 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x96799a89 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x96ac5405 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x984f7341 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x98947579 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9f948b4c mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa187a744 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa2338c35 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa868c489 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa9c89c40 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xafb9e1b4 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb095484d mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb2b82db0 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb3f82f05 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb460702e mlx4_put_eth_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb8213bfb mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc078a1c8 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc3375fa3 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc44eaa6a mlx4_fmr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xce621077 mlx4_map_phys_fmr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd1c3b069 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd45e2e29 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdcec4ee9 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe036fa9d mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe4e2d329 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe676ed73 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf025f8f4 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf098aa3b mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf224d30f mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf53ba6a3 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfd7eeefd mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe866dcd mlx4_get_eth_qp +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x1c4cbd3c macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x207bff5f macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x293284dc macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xad70dce2 macvlan_start_xmit +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xc91f811d macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvtap 0x0ff62044 macvtap_get_socket +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x3f12b92d usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x87c885c3 usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x9030a9f2 usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xb7fce4db usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x0d67b570 cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x11327b28 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x60077a13 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x60e72259 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x81cca280 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xc92c0b1d cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x42e2ee9a generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x53f6b02b rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x7057a606 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xbf237429 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xc5388a4e rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xdfaf8457 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x02defffb usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x095f262d usbnet_get_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x099d82bd usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1840e23b usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1b8c8824 usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1eb3b5a7 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2666540e usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x322ab871 usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x34cbabd7 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3f80af3e usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x41ed9191 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x42988a0e usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x53628e09 usbnet_set_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x551e6ba4 usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5b297aa4 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7888f6aa usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7bf7232b usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8517933e usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x87dcb47c usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x94d80bd0 usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa6941385 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb3017267 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb413f668 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb448f442 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc173b512 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc3fcd761 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc5d29a0f usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xde48a54f usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe4db1485 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x01b7de48 i2400m_pre_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x1cf878b1 i2400m_cmd_enter_powersave +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x51858ffd i2400m_dev_bootstrap +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x6a831241 i2400m_is_boot_barker +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x7de342d6 i2400m_dev_reset_handle +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x7f478c5e i2400m_tx_msg_get +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x95ce9ce0 i2400m_release +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb00b793c i2400m_bm_cmd_prepare +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb77c68b5 i2400m_error_recovery +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb808b443 i2400m_tx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xc88aacfd i2400m_init +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xd987211e i2400m_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xda1419a2 i2400m_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xde812cd7 i2400m_post_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xe6c4198f i2400m_rx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xf185f692 i2400m_tx_msg_sent +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xf9954b73 i2400m_netdev_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/ipw2x00/libipw 0x318e2ef8 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x37becf30 il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x37e2896f il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x8d570387 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xaa14b0ac il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xd5b8588b il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x0b8104b9 iwl_set_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x1082af8d iwl_grab_nic_access_silent +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x183e734c _iwl_write_targ_mem_dwords +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x19eb8554 __iwl_info +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x215daec5 iwl_abort_notification_waits +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x292d94f7 iwl_write_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x31f78887 iwl_read_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3e0dc6e3 iwl_notification_wait_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3e5096c5 iwl_set_bits_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3e62a12d iwl_poll_direct_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3eb0d1a1 iwl_read_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x4c4a92ca iwl_test_handle_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5419063b iwl_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x577d1452 __iwl_warn +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5b028dbd iwl_opmode_register +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5c52e109 iwl_opmode_deregister +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5d2e4743 iwl_write_targ_mem +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x60bfbd50 iwl_set_bits_mask_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x6101306b iwl_init_notification_wait +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x682f9264 iwl_clear_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x6aee0bf9 iwl_nvm_check_version +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x7b10ebd7 iwl_notification_wait_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8caceb62 iwl_wait_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x8e5d6b08 iwl_poll_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x9251caa0 __iwl_crit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x93810669 iwl_write_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x95459861 _iwl_read_targ_mem_dwords +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x95d6f74a iwlwifi_mod_params +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x981f3c00 iwl_test_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x9919d35d __iwl_err +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xa7398c79 iwl_test_free +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xb5ead923 iwl_test_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xbaa74c36 iwl_test_parse +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xcea0b361 iwl_remove_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xe1c2612e iwl_release_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xe3a22fbc iwl_read_targ_mem +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xea209c96 iwl_clear_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xf18132e2 iwl_parse_eeprom_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xf274dccb iwl_test_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xf284d5de iwl_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xf49ad9dc __iwl_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xfde35a98 iwl_set_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x04fa7bad lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x074bd4ac lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x1a57781b __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x40070491 lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x487a0abc lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x551fc7b0 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5fdf38b8 lbs_disablemesh +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x797e0461 lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x7c6719de lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x7fafd4d7 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x8735120d lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x99372160 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x9953fb6e lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xb4e05eda lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xcb342527 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xe5aebce7 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf0b128c1 lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x12835fbb lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x2ae5128f lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x2cdf19e3 lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x481c27ff lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x56084903 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x61d31f19 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x66f2f9dc __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x7004c5dc lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0xa98b2ed4 if_usb_reset_device +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0xdf63325d if_usb_prog_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x229d902c mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x2325f535 mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x2a3cbfc6 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x59c25990 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x5bf823e9 mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x63d9198b mwifiex_deauthenticate +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x749138db mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x771dc48a mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x7db13a3a mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x8697ee72 mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x92dc45db mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x9f544a03 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xc4a6e6ba mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xf72f6973 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x05ff2f1f p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x296613aa p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x8e3c728e p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x94b04c45 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xb2770cff p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xb6d6796e p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xb95ae1da p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xc5aee1a8 p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xd79d3151 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x04d64fb9 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x065e72fb rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0aa8114d rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1264ecc7 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x12ab73b5 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1d42fb8e rt2800_get_tkip_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x239da04c rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x325a1769 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x37b68704 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x43def906 rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x48ab05ef rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x499fe1c9 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x4f6dd127 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x590338aa rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x5b3f2ea8 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x5ee5803b rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x622fa05c rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x68d522ab rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x6c76672c rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x75236a3d rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x779a7c10 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x98d4a5a7 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa0f0b537 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xaa8c627d rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb492ae57 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xba6c6f5f rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xbc0a12c5 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc5de4d60 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc665d233 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc87731bb rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xd47114ca rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe1b54afa rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe9d4cbb7 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xee3ccb40 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf16b2477 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf21c8479 rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf8cb5522 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x051d0550 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x075875a3 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x07a61648 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0821483d rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x08b3f879 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0c473bbc rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x362cf7ee rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x39cee159 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x39e90b14 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3da91bfe rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x42213e9f rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4615c426 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x47d9f27e rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4bfa7bb3 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x560371ce rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5a121896 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x63bda7a0 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x64185f70 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x64d20bd5 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6808cdad rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6b423ece rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x712076fc rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x736e7030 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7f009772 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x872404a6 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x91b135fc rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x96bb9da8 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x9db4e054 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa6ee207c rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xaa4b83db rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xab0b3303 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xada4b718 rt2x00mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb3741fed rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb4cf811b rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc43e3751 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc5cbde2b rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xcc165ef6 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd0aa36ed rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd3aedbfb rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xdd4affe8 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe2918611 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe698e82a rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xeaaf9295 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xeb9221a3 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xecc0f98a rt2x00mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xff26ed8f rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x02804fee rt2x00pci_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x3ddb2742 rt2x00pci_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x6483a426 rt2x00pci_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x785cdf82 rt2x00pci_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x894a63f3 rt2x00pci_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x90d45faf rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x940066ff rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xe8924d0a rt2x00pci_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xfef1884d rt2x00pci_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x05c8a59c rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x0d1237a3 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x197723b5 rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x1b1e298c rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x21117e94 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x408fdb0e rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x45236d96 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x456b258f rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x4d5c505f rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x7305f3af rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x73e01985 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x80e241e8 rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x81dc8e67 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xa861e1c8 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xc5ec5382 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xfb4edb3f rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xbf85fe7a wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xdbb6c40d wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xef05c5d3 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x05294fba wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0c54f5f0 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2ce523b4 wlcore_wake_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3a4553b2 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3a7701c9 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3e7a46c2 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x468d53af wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4cd9d524 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4fb50d08 wlcore_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x53dff67d wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x55ec3ef0 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7f741940 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x841431c0 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x91f62953 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9627d910 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9b09eb48 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa89e302e wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb0398e0d wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb1449240 wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb3580724 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd42896ff wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd6c0ab75 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe0acea74 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe8cdabbd wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf4aebc91 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfb855b89 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfd84fdd9 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/pci/hotplug/acpiphp 0xebd2cabc acpiphp_register_attention +EXPORT_SYMBOL_GPL drivers/pci/hotplug/acpiphp 0xefd41c7a acpiphp_unregister_attention +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0x8160075c asus_wmi_register_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0xad90e7b2 asus_wmi_unregister_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_ips 0x46809fa9 ips_link_to_i915_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/mxm-wmi 0x232b5238 mxm_wmi_supported +EXPORT_SYMBOL_GPL drivers/platform/x86/mxm-wmi 0x61cdf799 mxm_wmi_call_mxds +EXPORT_SYMBOL_GPL drivers/platform/x86/mxm-wmi 0xe26032eb mxm_wmi_call_mxmx +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x3ecf6cfc wmi_install_notify_handler +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x64ebe677 wmi_query_block +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xa9b7afd8 wmi_set_block +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xb5a6ebe2 wmi_remove_notify_handler +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xc5e3dddf wmi_get_event_data +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xc9d4d6d1 wmi_has_guid +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xe2426710 wmi_evaluate_method +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x2acea84e pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0xb6653663 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0xd7c28875 pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x11581f39 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x2173ec46 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x9e8cfedd mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x03d7b86d wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x3777740c wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x4a3cab94 wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xad327e1a wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xb11be722 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xda6c24c8 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0xb41f3d73 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0bb8d123 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0d9d8848 cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0f25c636 cxgbi_ddp_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x10d7f74c cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x149adcb2 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x25b342c3 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2af8aa20 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3a5c4389 cxgbi_ddp_page_size_factor +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3f0c233d cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4a7dd017 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4dad9fd9 cxgbi_ddp_ppod_set +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5333d5f2 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5c582b9f cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5fdba4f8 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x68c283e6 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7a75fec5 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7c11c820 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7f7a2850 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x800f84af cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8139e524 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8b0d70c0 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8bf67410 cxgbi_ddp_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8c2ba369 cxgbi_ddp_ppod_clear +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8fd15223 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x97e5c7ca cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9bdbec30 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa5fb998a cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb2a9d5af cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb8d8368d cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc04bfc96 cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc25ef28e cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc95e2708 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcb6c487a cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd7c30a52 cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd7e91521 cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd929f33e cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdca2ec0b cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdd308fdb cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe4cf5c69 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe5cb532d cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe7228e35 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe8f58cda cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xeb22b4a4 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf1c39415 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf8516b5c cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfa8a30a1 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x52e04912 scsi_register_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x593a36c2 scsi_dh_handler_exist +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x665ca62f scsi_unregister_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x7d6dc0f4 scsi_dh_activate +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x7e1b4790 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x8b2f9f9f scsi_dh_set_params +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xa5487ce4 scsi_dh_attach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xcb629383 scsi_dh_detach +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x06f25107 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0fb51275 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1f3e6c9b fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x25e27e5b fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x2c8949f9 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x36464553 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x374c1e1c fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3884a9e2 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3b1c28c9 __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3f42a8f8 fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x5bc4253d fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x84b3d915 fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xa6066d6d fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb5b2b4d2 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xe54e4947 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xef4dda2c fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x58904f84 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x708324f8 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x71db3963 iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xb9a68010 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xc2fb4eb8 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xe4e9052e iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0d1a641d iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0e652bf5 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x15b97c54 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1bf326fb iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1e460c8c iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1ea59916 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2eb88f8b iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bfd4f07 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3ed28912 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x434d6770 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4493d816 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x45ede759 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5c69d3e8 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6031930c iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6cd767cb iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x74b25b4d iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7662e6c6 iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x82d45894 __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8499adb2 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x85d6fb63 iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8752acb3 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x87996f67 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x919c608c iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x93d38804 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9d8631b4 iscsi_eh_target_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa1b186b3 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa4832cf0 iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb6eda1ec iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb8d5272a iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbad61b33 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbc201bd4 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc0cb02f4 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc5b358db iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc7359dd9 iscsi_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc9f81329 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcabee037 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd0bed122 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd2e32317 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd3ec6089 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd7f75d4f iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe1a7e67d iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xea2d792e iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xec76d93a iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf97f98e1 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfd0a13c7 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfdc4f39c iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x2dc57a42 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x388c79d5 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x433ac48e iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4e6950af iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x568fbae4 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5b20a5ba iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6e4e9e20 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x77248b2a iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x820657cd iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x85f9084a iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x86374992 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x8dc5fab8 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x93f40546 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc1e2339c iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xcf06569f iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xee45a817 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf6fbbd5b iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0a66b14c sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0b56898c sas_eh_bus_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0d9e9fe6 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0f774ac2 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0fd276c8 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x26ce7729 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2925632c sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3989d094 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x404fd324 sas_domain_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x40d14614 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4b1f5cdf sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x575ab5d3 sas_alloc_slow_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x57773800 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x58851955 sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x698d8c10 sas_change_queue_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x81c62717 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8ea0b59f sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x92978e9f sas_free_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbaf05bbf sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc69f77bf sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcd9b3fba sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd3872cd1 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf6225193 sas_alloc_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfab4eefd sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfb0ad2a0 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x3d9cf3c3 srp_iu_get +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x50b21a85 srp_target_free +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x7b5e8f2c srp_iu_put +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xb920ba39 srp_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xc5c81096 srp_cmd_queue +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xde65e940 srp_transfer_data +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x1da26488 scsi_host_get_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x51679f60 scsi_tgt_it_nexus_destroy +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x68c28884 scsi_host_put_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x779954e7 scsi_tgt_cmd_to_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x7bbe0016 scsi_tgt_tsk_mgmt_request +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x7e23b185 scsi_tgt_it_nexus_create +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xa92d0104 scsi_tgt_queue_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xc2ebc534 scsi_tgt_free_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xf138c800 scsi_tgt_alloc_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x03ed0489 iscsi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0a7bf85c iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x120af5af iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x16258904 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3af264f2 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4dc93535 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4e3fa795 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5c0c343c iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x69b145c1 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6df28833 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x77528f51 iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x79817658 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8fa482a6 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9100fcd8 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9190394e iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9284029c iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9c48fe76 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa598ca93 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb76d1c3d iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb867dc77 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb9c4bc7a iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbeedf798 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc7eb5b20 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xca57220c iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcdd1c47b iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd3cc027f iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdb91fb75 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdf2068ef iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe0330cc8 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xee601961 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf840c7a0 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfe366d2a iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x00b495b6 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x6e8312b8 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x8b709443 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x92f22c22 sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x1254c2ec srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x27fc1b0f srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x60d15412 srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xa00e4fd1 srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xc9bcb10b srp_rport_add +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x2fe3cb97 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x8f132336 spi_bitbang_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xd074c0ee spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xec2d006c spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xf5708793 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xffeedff2 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x6e5e0488 dw_spi_suspend_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x919ed7b6 dw_spi_xfer_done +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xc38ae889 dw_spi_resume_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xc7890bbf dw_spi_add_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xdcf76cc2 dw_spi_remove_host +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0659345b comedi_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x1591e686 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3050b530 comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x55486791 comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x71108fa1 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x779d0865 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8046d85f comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x8f39a061 comedi_get_device_file_info +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xbd0de147 comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xf1ef1da6 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0x3a7ed8b6 das08_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0x99194fda das08_common_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0x25e55b95 labpc_1200_is_unipolar +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0x3a02e4c2 labpc_common_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0x8285332a range_labpc_1200_ai +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0x8b01b79c labpc_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0xaf1e4347 labpc_1200_ai_gain_bits +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x017992a7 ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x1611fe13 ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x5d8006f6 ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x8317c460 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x8ab0c2ad ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x983b43ea ni_tio_rinsn +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xa2fca724 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xaaec2027 ni_tio_winsn +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x102beea7 ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x1051c05e ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x5baec132 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x744a00fa ni_tio_acknowledge_and_confirm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x8c5c4aab ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xd3c57ede ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x043993b8 CsrUint32Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x063ce8fd CsrMemCpySer +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x1a2f4153 CsrUint16Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x1b112e5a CsrUint32Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x20ed5d24 CsrMemCpyDes +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x25d71627 CsrWifiEventCsrUint16Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x2e32b4fa CsrWifiEventCsrUint16CsrUint8Sizeof +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x35ee09da CsrWifiEventSizeof +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x4a44d987 CsrCharStringSer +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x4b702d3b CsrWifiEventCsrUint16CsrUint8Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x5bef3871 CsrCharStringDes +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x71d701be CsrThreadSleep +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x7b2ce3fd CsrWifiEventCsrUint8Sizeof +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x80cc6f40 CsrTimeGet +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x83653836 CsrWifiEventCsrUint16Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x92b87e22 CsrUint8Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x99c3117b CsrWifiEventCsrUint8Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xa914520b CsrMsgConvFindEntry +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xad2a353d CsrWifiEventCsrUint8Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xb39bdd0a CsrUint8Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xc47d071c CsrMsgConvInsert +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xc79e2f1d CsrWifiEventSer +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xc9691b01 CsrMsgConvInit +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xde3f2c0f CsrWifiEventCsrUint16Sizeof +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xdf5f5f67 CsrUint16Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xe258383d CsrWifiEventCsrUint32Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xe2e90b5d CsrMsgConvCustomLookupRegister +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xe90cfd08 CsrWifiEventCsrUint32Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xeb229892 CsrWifiEventDes +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xfd995761 CsrWifiEventCsrUint32Sizeof +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xfe9f5512 CsrWifiEventCsrUint16CsrUint8Ser +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0x12e6177b oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0x14523351 oslec_snapshot +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0x14c4b6b0 oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0x3c6ec396 oslec_flush +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0xca667daa oslec_create +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0xeb94de18 oslec_update +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0xeec034fb oslec_free +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0xd9fb475d adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/rts5139/rts5139 0xbd5a0e51 rts5139_usb_ids +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0e81c76d spk_serial_out +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x14f06fe7 spk_serial_in_nowait +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x2a69e80a spk_var_store +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x30dbca29 spk_var_show +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x3385a398 synth_add +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x475e158a synth_request_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4f19ce72 spk_synth_immediate +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x5f23a9c8 speakup_event +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x62a50122 synth_remove +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x7c39f188 serial_synth_probe +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x7c596e7b spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x7fc8c368 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8e146195 synth_release_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x9a888082 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xaf7d501c spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb48956f8 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb73a5748 get_var +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc766ae09 synth_printf +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xce56e8c5 speakup_info +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe0033b1b spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7cd4558 spk_serial_release +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7e810f8 spk_serial_in +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x2a877093 usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x35d83f8d usbip_event_add +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x4c343124 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x8a280fda sockfd_to_socket +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x9885592f usbip_recv +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x9da270b0 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xb1ca0c04 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xb5f66ee6 usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xba277c10 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xbb152e48 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xbc00ecac usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xdc390800 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xe39aa459 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/tty/n_tracesink 0x585ebaac n_tracesink_datadrain +EXPORT_SYMBOL_GPL drivers/uio/uio 0x0ed624ae __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x240e0c78 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x6035b670 uio_event_notify +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x495f0aae usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xf606b875 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xaf2db6b2 ci13xxx_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xdb7700af ci13xxx_remove_device +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0c0470f8 usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2afe0b35 usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3d84d3ac usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3e4e473c usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x51767604 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x57b62380 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x782ea16f usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8400c7c3 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x94d7075a usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x97d78160 usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9c8630de usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb1ec2d5b usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb295cc4e usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb2ecb14c usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbd156616 usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbd325436 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc52a4545 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd9ecbbac usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xdbf92090 usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x02499e4a usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x05d5d083 usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x28ec44c4 usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xc3dd831b usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xde2ec216 usb_gadget_probe_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xf7a21b40 usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x5a736c41 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xb77bf9c8 ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x00132a9f usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x018cea8b usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x15b16f5f usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x95a8491a usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x99ec8993 usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xa8f3510d usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xd8817c5c usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xe31536f3 usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xfdda862b ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x087f98c7 musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/musb/tusb6010 0xb36ec553 tusb_get_revision +EXPORT_SYMBOL_GPL drivers/usb/phy/isp1301 0xca68daa3 isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x9a2b6d2b usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1297d826 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x15b3246b usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x23b0f27f usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x248b902c usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x250423ef usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x25da4298 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4e048566 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4f7a4a3b usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5aede694 usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x6deb0c4d usb_serial_handle_break +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7f40254f usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x86fa8066 usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x919a208d usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9b003ba2 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa3648b06 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xbdf1fcf1 usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc21abda8 usb_serial_handle_sysrq_char +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xfc19dec9 usb_serial_generic_disconnect +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x001007d6 usb_stor_reset_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1a81ad6a usb_stor_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1bc3edc2 usb_stor_sense_invalidCDB +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1c07b4ae usb_stor_bulk_transfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x2e94ad5d usb_stor_pre_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x3895032a usb_stor_CB_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x5aa8c39f usb_stor_Bulk_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x703f0071 usb_stor_transparent_scsi_command +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x781502cd usb_stor_disconnect +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x79c93e3b fill_inquiry_response +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x7b67bafe usb_stor_bulk_transfer_sg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x7ffceea3 usb_stor_probe2 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x8d085a81 usb_stor_ctrl_transfer +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x91242217 usb_stor_post_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x98cf95db usb_stor_Bulk_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x9c2919d9 usb_stor_access_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xaed971eb usb_stor_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xb96f46d6 usb_stor_set_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xbcdf5ae2 usb_stor_control_msg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xc8994a6c usb_stor_bulk_srb +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xdfae0633 usb_stor_CB_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xe40f03c3 usb_stor_probe1 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xfe2f2083 usb_stor_suspend +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x25bbc0aa __wa_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x2b6d3c24 wa_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x8a87d4c3 rpipe_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xcb55ad58 rpipe_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xde6b6e1b wa_urb_dequeue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xedb75e17 wa_urb_enqueue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xf4654c3f wa_urb_enqueue_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0bb6bf5e wusb_cluster_id_get +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x151f5021 wusbhc_handle_dn +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x1b3c6602 wusbhc_rh_suspend +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x232860a9 wusbhc_giveback_urb +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x38c62f1d wusbhc_rh_control +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x44431ba8 wusbhc_rh_resume +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x47710c89 wusbhc_b_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x49d976fa wusbhc_b_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7f0b7631 wusb_dev_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x87bfac7e wusbhc_mmcie_rm +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x89117778 wusbhc_reset_all +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xa3d3ec49 __wusb_dev_get_by_usb_dev +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xabf152b1 wusbhc_mmcie_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb725d128 wusb_cluster_id_put +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xd21a2724 wusbhc_chid_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xdd30851d wusbhc_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xe2dfea41 wusbhc_rh_status_data +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xe32d4da3 wusbhc_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf608df60 wusbhc_rh_start_port_reset +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf770a6b4 wusbd +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xfe2e17d7 wusb_et_name +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x1d824092 i1480_fw_upload +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0x367da708 i1480_rceb_check +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0xb6e3232b i1480_cmd +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x1dfb8162 umc_bus_type +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x44fe920d umc_controller_reset +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x5fb46035 umc_device_create +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x6a92e569 umc_driver_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x85e51ebb umc_device_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x952e2d83 __umc_driver_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xb0beafc9 umc_match_pci_id +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xc31bad02 umc_device_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0564f347 uwb_rc_alloc +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0b8aad57 uwb_est_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x10303204 uwb_rc_post_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x11ec0031 uwb_rc_put +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x1589fa0e uwb_rsv_terminate +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x17926e53 uwb_rc_get_by_dev +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x19b5bdb7 uwb_rc_ie_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x26704925 uwb_rsv_modify +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x2a427bbb uwb_rc_pre_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x2c9483fe uwb_rc_neh_error +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x3225b767 uwb_rsv_create +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x349fa90e uwb_rc_cmd_async +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x3534b8cb uwb_radio_start +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x35d4ec98 uwb_rsv_establish +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x3ce136ab uwb_notifs_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4001f72b uwb_rsv_destroy +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x47848a71 uwb_rc_dev_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4d57ae3c uwb_rsv_type_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4dfcb64b uwb_rc_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5e4bc088 __uwb_addr_print +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x62cc74d4 uwb_rsv_get_usable_mas +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x65a8a9bf uwb_rc_vcmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x67080e0f uwb_rsv_accept +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x699a2cec uwb_rc_mac_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x6d6aafa7 uwb_pal_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7136254a uwb_rc_reset_all +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7b4cfa9d uwb_pal_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7dcfcd23 uwb_ie_next +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x88758f27 uwb_rc_get_by_grandpa +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x98413234 uwb_rsv_state_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa66f2303 uwb_rc_ie_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xba446f7a uwb_radio_stop +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xbb6c69b2 uwb_rc_neh_grok +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xbed7e351 uwb_rc_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc267ab6e __uwb_rc_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc2907ef3 uwb_est_find_size +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc63c1902 uwb_pal_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc9e4f642 uwb_notifs_deregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe1716f06 uwb_est_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf72342c6 uwb_dev_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf87f1c2c uwb_dev_for_each +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf8e95212 uwb_rc_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xfe10b54b uwb_rc_cmd +EXPORT_SYMBOL_GPL drivers/uwb/whci 0xfaca6d77 whci_wait_for +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x2e34dbc5 vfio_del_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa943c99f vfio_add_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xb6af19a7 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc626bc1c vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0x2c2bd60b auok190x_send_command_nowait +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0x6fa5fa60 auok190x_send_cmdargs_pixels +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0x83ccb766 auok190x_send_cmdargs_nowait +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0x94e7d435 auok190x_common_remove +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0xa1387847 auok190x_common_probe +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0xad899179 auok190x_send_cmdargs_pixels_nowait +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0xc36fb4bb auok190x_read_cmdargs +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0xc4d5d3bf auok190x_pm +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0xdf12cb5d auok190x_send_cmdargs +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0xe9811214 auok190x_send_command +EXPORT_SYMBOL_GPL drivers/video/backlight/apple_bl 0x2c63e051 apple_bl_register +EXPORT_SYMBOL_GPL drivers/video/backlight/apple_bl 0xdab0f892 apple_bl_unregister +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x082dda0c ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x2383888d ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x2991ce9c ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x36eac7d5 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x691dfd65 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x8449dbb8 ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xa639cadd ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/fb_ddc 0xd154246d fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fb_sys_fops 0x046fcbc9 fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fb_sys_fops 0xa9f98641 fb_sys_read +EXPORT_SYMBOL_GPL drivers/video/sis/sisfb 0x18736168 sis_free_new +EXPORT_SYMBOL_GPL drivers/video/sis/sisfb 0x866f08e7 sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/vermilion/vmlfb 0x016e6c20 vmlfb_unregister_subsys +EXPORT_SYMBOL_GPL drivers/video/vermilion/vmlfb 0x90c018c6 vmlfb_register_subsys +EXPORT_SYMBOL_GPL drivers/video/via/viafb 0x22a7af24 viafb_dma_copy_out_sg +EXPORT_SYMBOL_GPL drivers/video/via/viafb 0x292da7a2 viafb_irq_enable +EXPORT_SYMBOL_GPL drivers/video/via/viafb 0x30cc9311 viafb_request_dma +EXPORT_SYMBOL_GPL drivers/video/via/viafb 0x31469540 viafb_pm_unregister +EXPORT_SYMBOL_GPL drivers/video/via/viafb 0x79e6190a viafb_irq_disable +EXPORT_SYMBOL_GPL drivers/video/via/viafb 0xb4f863e6 viafb_pm_register +EXPORT_SYMBOL_GPL drivers/video/via/viafb 0xcaefb732 viafb_release_dma +EXPORT_SYMBOL_GPL drivers/video/via/viafb 0xf65828ef viafb_find_i2c_adapter +EXPORT_SYMBOL_GPL drivers/video/via/viafb 0xfff2dfd2 viafb_gpio_lookup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x157755c1 w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x32a1ffcc w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x34514974 w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x3bcfef9c w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x5493915d w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7bc248c4 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7c2f2afb w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x96ab9e21 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0x9d1a7fbb w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0xa9edda8c w1_write_8 +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x0238a992 xen_privcmd_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x369a9250 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x9321df95 dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xa365e265 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xbbdba276 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc6dc8c2f dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xdc583c08 dlm_unlock +EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x141da2ae nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x17ce645d locks_end_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x2ad62afe nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x2bf7b9eb locks_in_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x359c411c lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x40d517c9 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x80c8be36 nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x95d82c15 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xa16306f3 locks_start_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xc5682298 nlmclnt_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x00d4a0c5 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0213cb43 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0252262f put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x031e3fb9 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0553d3d4 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0d4c3e03 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0e0cc285 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1074cef9 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1155ccb1 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x14b74e03 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x157479a8 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x17ad8789 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x18a1728c nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1c728e1f nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1cbe6b8c nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x203637f2 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22866d92 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2413f861 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26a088c9 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x27a543ee nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x28593c1a nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2e2f757c nfs_put_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2f9a47ca nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x31f8d5f2 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x328cfc81 nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3c1c0976 nfs_file_splice_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ca31f35 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ee16200 nfs_sb_deactive_async +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ffacc68 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x408c2042 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4359b4c1 nfs_readdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x43908a2e nfs_file_flush +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x45d2b832 nfs_readhdr_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x46de6414 nfs_initiate_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x46ff4e1a nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x471472af nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4721f0ff register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4b42c94a nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4c65123d nfs_writehdr_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5138f758 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51fcc68f nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5268882a nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x55210a22 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x55b8da98 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x56900df4 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x58ae1c72 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5b3a18fe nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5b541a80 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e1d863a nfs_sockaddr_match_ipaddr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5f45a9bb nfs_dns_resolve_name +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5febe985 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6181be39 nfs_setlease +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x61cbdddf nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x65a4943f nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x663c45e8 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x68691fbf nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6eeeb1c9 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7132a5c7 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x743b8ba3 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x75f42d6b nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x76586934 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x769110d6 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7941b6ee nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7acbba96 nfs_fs_mount_common +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7d29e963 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x802daeaa nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x842cdfe1 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x846c0217 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x84b23420 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x86178a3c nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x87a8b096 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89bc5a64 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8d099331 nfs_readhdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8dc7cd3b nfs_pageio_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8fcb5c37 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90966f3a nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x92fad2b4 nfs_writedata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x93b8c0c7 nfs_initiate_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x94d8369c nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x952c7c27 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x96f3d838 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x97db765c nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x984e2ec6 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98c05ffc nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x99df0cfa nfs_fscache_set_inode_cookie +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9d5af84b nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9dddb4eb nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa5e97536 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa87969fe nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8d2d1ce nfs_callback_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaaa14361 nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xacb6d3c7 nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaf64a634 nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb010ebcc nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb18fa95f nfs_generic_flush +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb6fe1bb6 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb7ac0750 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb82697d6 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbbb69b46 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc0eebb51 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc285fb0d nfs_pageio_add_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4369de6 nfs_file_fsync_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc59371ac nfs_writehdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5ef47d5 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc83a2b04 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc919eea1 nfs_destroy_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xca52b8c2 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcc63afa6 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xccf85a22 nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcd94b0ef nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xce30a5fd nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xce89fdbe nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcfa0d4b3 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd11fed00 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd139a9d8 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2df072a nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd4846d60 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd6044680 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd7c91ab5 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xda2253bb nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdee54451 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe475526a nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe9ee393c nfs_generic_pagein +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xed5052f0 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xef24ca19 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf13b0d37 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf1a8b80f nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf3ba2c66 nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf8cdb775 nfs_pageio_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa6ff514 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfbb82be3 nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfe509c40 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xffa3fdcf nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x05d04680 nfs41_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0b1cc5b2 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1269f69b nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1856d9ad pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x194f418e pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2049feb5 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x30f812ba pnfs_writehdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x37a580e2 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x38970836 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x38bedbe1 _pnfs_return_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x41f020de pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4688e70b nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4fb4993e nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x57ce9551 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x57f562b4 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5be3e9d7 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5de0ff2a pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6770e58e nfs4_proc_getdevicelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6c25b4ca nfs4_insert_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7caaec00 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x82a9e993 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x892deac9 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8b224336 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8e52be98 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9672ce57 pnfs_readhdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb560e2ee pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbe47338e pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcc1127fe pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd94e188e nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe134e251 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xec2fd4d9 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xeff6757e nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf1547480 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf6a8fff7 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf6c43a7b pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x27e2c921 nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xb6ebf896 nfsacl_decode +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x09949e23 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x0e255402 o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1b89c6ee o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1cb231d0 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1d747ce3 o2hb_check_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x20ac8b21 o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x298d10b8 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x29a42cec o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36418553 o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x687f6251 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x735b8c20 o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa82a8645 o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa9f5379a o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xae808bac o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbaeb4700 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc0b04494 o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc3679d7b o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd60f2c6c o2hb_check_local_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf1a5611d o2net_unregister_handler_list +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x63356a5a dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x6e05c100 dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x85735788 dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x9b8ab527 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xb65a7a8e dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xc200ecf5 dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd7ba575e dlm_errmsg +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd8fa57a6 dlm_unregister_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x025e2d69 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0562c415 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x16b2e575 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x2416038a ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x32494d71 ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x5469ce31 ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x7083dbd5 ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x89502fe7 ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xb4bd060c ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xdc11d739 ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xdc823ea4 ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe2bd47db ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe40cffce ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe417d940 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL lib/bch 0x231d70fc encode_bch +EXPORT_SYMBOL_GPL lib/bch 0x6b770f49 decode_bch +EXPORT_SYMBOL_GPL lib/bch 0x9463ff71 init_bch +EXPORT_SYMBOL_GPL lib/bch 0xbdf512de free_bch +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x2f929d63 notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x70908e4e notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x021957e1 raid6_datap_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x05513b71 raid6_call +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x0f8a2742 raid6_2data_recov +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x201d8ea3 encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x29fa419f decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x300d7e57 free_rs +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x6fbb3bd9 init_rs_non_canonical +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xabda1e2e decode_rs16 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xb050f329 init_rs +EXPORT_SYMBOL_GPL net/802/garp 0x8d466120 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xc1aedfbf garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0xcaaf5c63 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0xda9d622a garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xe47a1c5e garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0xef3122d1 garp_register_application +EXPORT_SYMBOL_GPL net/802/stp 0x6b096e37 stp_proto_register +EXPORT_SYMBOL_GPL net/802/stp 0xd37db66b stp_proto_unregister +EXPORT_SYMBOL_GPL net/9p/9pnet 0x3a293458 p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/9p/9pnet 0x4f804dff p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/atm/atm 0x50754510 register_atmdevice_notifier +EXPORT_SYMBOL_GPL net/atm/atm 0xe2c6bb26 unregister_atmdevice_notifier +EXPORT_SYMBOL_GPL net/ax25/ax25 0x02203262 ax25_register_pid +EXPORT_SYMBOL_GPL net/ax25/ax25 0xac93ae05 ax25_bcast +EXPORT_SYMBOL_GPL net/ax25/ax25 0xaeb7451e ax25_defaddr +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x6f0d63e1 bt_debugfs +EXPORT_SYMBOL_GPL net/dccp/dccp 0x00e4f44d dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x02e21eb6 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0408f00c dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x05098922 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x16c151ec dccp_insert_option_elapsed_time +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d99d49a dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3e89aba5 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3f7c56e2 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4984acfc dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ec35231 dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x63854843 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6486c848 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6fd9abff dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x73f6c588 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8500e9fc dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x87645661 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8eb68a86 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0x90b6af83 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa0c547d8 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa26c53b3 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa2ea3944 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa841069e dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbe17feef dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc87e7be8 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd32e9c84 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd61ee6e7 dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xdd61416b inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0xddad185a dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe01f29d5 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe2e1d722 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe4132eba dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe757983c dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf3017e21 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf3653d8c dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf3e79d88 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf5709d99 dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfcbc50a4 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfdc5bc95 dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x89f4b36e dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xbf9bb135 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xd368e3ae dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xd69c0c30 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xecab9dfb dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xf71e7295 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x80a42a80 register_switch_driver +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb038aa53 unregister_switch_driver +EXPORT_SYMBOL_GPL net/ipv4/gre 0xef1f605b gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xf34d8a57 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x29c11757 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x88c385c7 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xa92e6c1a inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xc2eb7a96 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xd59a9061 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xd709203e inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x21b4a2d5 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x9680292d ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_conntrack_ipv4 0x6d40a921 need_ipv4_conntrack +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x6b6c3d10 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_ipv4 0x71a1ab72 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_proto_gre 0x636b12c8 nf_nat_need_gre +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x514a4ce4 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x56315497 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x73347749 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xc0a2784c tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xe456c762 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/xfrm4_mode_tunnel 0xc6ae6e2e xfrm4_mode_tunnel_input_register +EXPORT_SYMBOL_GPL net/ipv4/xfrm4_mode_tunnel 0xeed49332 xfrm4_mode_tunnel_input_deregister +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x2f534f13 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x90a48c12 ip6_tnl_dst_store +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xab2f6042 ip6_tnl_dst_check +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xeda9871e ip6_tnl_dst_reset +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xf2f715c2 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x68a9342d ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x6eb85693 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_nat_ipv6 0xb95b7fa4 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x008c2dc5 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2796c060 l2tp_tunnel_sock_lookup +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2c73d3cb l2tp_session_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4d80a9f1 l2tp_session_find_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x60275bda l2tp_tunnel_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x71cb8c07 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x751e1cb5 l2tp_session_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x77d7e6d9 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9c149ebe l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xace3b1e9 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb7bfee8a l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd306b82d l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd93c5175 l2tp_tunnel_sock_put +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xed6c7d5c l2tp_tunnel_find +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0bd0dd36 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x49fab4cc ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4fc2e987 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8670c653 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xabda2b8c ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xbdfd75b4 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc4c6a985 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd96942e0 ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe0b56b82 ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe53c98e7 ieee80211_iterate_active_interfaces +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x16db1c63 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x419a2d18 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6344eaf6 ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6bde63c4 ip_set_get_ip_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7762965e ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x77fca839 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x79e42871 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x80ee118c ip_set_nfnl_get +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x883d6572 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9ef44072 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa2d623f3 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa5d485e9 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xbddba5e9 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc3b062db ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf898f0eb ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xfda3ec7a ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x3730de60 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x581677c4 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x591d6e16 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x7b80280d ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x00c60e34 nf_nat_seq_adjust_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x00e3585f nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x03f8fee2 nf_conntrack_l4proto_udp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x045072cd nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x04a24002 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x06efabfa nf_conntrack_l3proto_generic +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x076ef4e9 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x085ab9fb nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x09e4e54b nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0d74ed2b nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x110d1fc7 nf_ct_l4proto_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1f2d8f7e nf_ct_timeout_find_get_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x216bf7db nf_conntrack_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289dbfc7 nf_conntrack_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2d794a7a nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x312697bf nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x31ce9c60 nf_conntrack_l4proto_udp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x334933c9 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37386cac nf_conntrack_hash_rnd +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f5b1415 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x43d67caa nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x43fcc325 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x44ca6e89 nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5010715b nf_conntrack_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x517886a2 nf_ct_nat_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x52821683 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5a09b866 nf_conntrack_l4proto_tcp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5aab5e78 nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5b47db83 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5f8feeed __nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x62813e5c nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x62a0619a nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x67b8d849 __nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x67fff261 nf_ct_get_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x683fdae4 nf_conntrack_l4proto_tcp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e224a7a need_conntrack +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6eb20dfe nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x70ecb94b nf_ct_l3protos +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7117d68e nf_ct_iterate_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x73a5cdb8 nf_ct_l3proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78f9b710 nf_ct_l3proto_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7a889be4 nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7b816aef nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7d443e07 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x86cad8e3 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8876fc8a nf_ct_l4proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x89100d5a nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8b3480f0 __nf_conntrack_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8b9cbf32 nf_ct_dying_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8e53fada __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90ff6c9f nf_ct_invert_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x980ace89 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9a2f23f0 nfnetlink_parse_nat_setup_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa40b8378 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa49dd20e nf_ct_delete_from_lists +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa4d910e3 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa5824bd4 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa7699451 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab3d1f95 nf_ct_untracked_status_or +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad1bb027 nf_ct_free_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb1f1742f nf_conntrack_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb43ad51d nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb602c57e nf_ct_l3proto_module_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb85691ab nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb8b7580f nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xba0479cd nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc0240dd4 nf_conntrack_set_hashsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd13c7adc seq_print_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd348def5 nf_conntrack_flush_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd4f6fc00 nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xda362763 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdea3ceaf nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe104a94c __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe290f223 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe6183231 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeab3783b nf_ct_l3proto_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeda3058e nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf4d5582d nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x75d9e51e nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0xdeedba06 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0xaf32be82 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x22735ed1 nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x24d1ad26 set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x4aa273eb set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x72390c92 set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x7bffef00 nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x85ba2a4f nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x8808a2b5 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x92ec0883 nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xa6a443f1 set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xc069f1ab nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xc90a4dc6 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x61de7e80 nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x6872badc nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xbeebd740 nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xdf594fed nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0xa4582c85 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0xfb0ed3ef nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x00ee79ac nf_nat_sdp_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x10c64c4a nf_nat_sip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x120cd734 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x447cc41f nf_nat_sdp_port_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x4810b56c nf_nat_sip_seq_adjust_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x805108de ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x91e7ceab ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x9a74d608 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xa0ccaa93 nf_nat_sdp_media_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xc361f28a nf_nat_sdp_session_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xc478336c ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xe2f841a6 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xfdd1b6c1 nf_nat_sip_expect_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x5a815df7 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x0c9cddca nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0d9bae4b nf_nat_l4proto_nlattr_to_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x131f636c nf_nat_l4proto_in_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x15f05d98 nf_nat_l4proto_unique_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x20fc9089 nf_nat_tcp_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x2a60eeca __nf_nat_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x61e21710 nf_nat_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x82301e86 nf_nat_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xca97ea87 nf_nat_set_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xcb8627f6 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe2fc5a1b nf_nat_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe848bc07 nf_nat_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_tproxy_core 0xef206e4a nf_tproxy_assign_sock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x14103aac nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x1f58e71b nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x3895cd7a nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x391c2e03 nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x63a86840 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x67b73c70 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xc56b9fff nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xc59b2629 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x21f6bba6 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xe5eb31fa nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_log 0xee42f748 nfulnl_log_packet +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x11f4284c xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x1bc77cce xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x1c110a8b xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x27d304d6 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3d36cbc9 xt_hook_unlink +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x40728a63 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6c9323b9 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x737f10b2 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8a4bc545 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbbedf1ec xt_hook_link +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc99c41e8 xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xcc6b1b58 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd4d7a033 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xfca016d1 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x2efedbde xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xe4c5ff4a xt_rateest_lookup +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x13c5ccdd rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x187bab69 rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x1ddae15b rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x298c97cc rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x2c5c5514 rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x2cbf8f0c rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x3101936e rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x33d5129c rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x3a9e1154 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x3b4fc0fc rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x3fe50cfb rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x438c4a2d rds_page_copy_user +EXPORT_SYMBOL_GPL net/rds/rds 0x50cbe7b3 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x5f9906fd rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x678192c5 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x67951ece rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x73aac73d rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x755f3e6c rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x802764e2 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x881c5973 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x89f7fe66 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x96fafe85 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x97deb61e rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0xbd5286d0 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xca85d91d rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0xcff80404 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xd7550546 rds_send_get_message +EXPORT_SYMBOL_GPL net/rds/rds 0xed090cfa rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xf2cf514f rds_inc_init +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x4368ebb7 rxrpc_unregister_security +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x5f666ce1 rxrpc_register_security +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x00c52ef5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x0b56496e gss_mech_get_by_OID +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x2fd25167 gss_mech_get +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x38917825 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x3dda4526 gss_service_to_auth_domain_name +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x6aca55b2 gss_mech_put +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x6be93837 gss_mech_get_by_name +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8d1a827e svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x9a2b9ad0 gss_pseudoflavor_to_service +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xa3201af4 gss_mech_get_by_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xa83deaaa gss_svc_to_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb5dea7ef g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf2304d9e svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf78633a0 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf8b2ff6e g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x00a19a57 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x00bb38fd rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x03475511 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0509f8fa svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e66d5a svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x07115d36 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x093e8f76 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0941e605 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0a00d583 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0df5c5e0 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f2586ee svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f668ba9 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x10bd3380 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x11435833 rpc_rmdir +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1622337b rpc_print_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x165e4282 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x17f580bc rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x181f0b9f rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1b3d4a45 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c9da8bb rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1dbd38b3 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x20c81a6b xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x20e25e99 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x21182dc0 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2363a7b8 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2568d7f3 svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x258d4698 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x27529d46 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2864cc72 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2897e6e5 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ac36b20 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2df63e64 xdr_skb_read_bits +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eec63c9 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f59584f rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f8ebbe0 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2fb5153f xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30699276 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x330fee17 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x33c98f28 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x346b4456 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3494bef3 svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3504db51 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x350b5966 xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x352ba52c svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x356095f0 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x370e29f9 csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38369916 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3910cb41 svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a668065 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c285dde put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d3cb9d7 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f7e5f74 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3fc8e89d rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4105d804 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x437e10a7 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x460880d6 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4879b7ba svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49802ddd xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b26092c rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b7bcf1f xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d3d7c07 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e847241 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x51929d3b rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x51c13ce7 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53c9461c bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x54c0bb66 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x572e6cdb rpc_task_reset_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5783388d xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5aae4538 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5cf28178 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5cf4a0ae rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d890a52 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x631fef57 xdr_buf_read_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6368ae0d svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65c71639 rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6812d1c9 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x682aa959 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6866b809 svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68e4a3b7 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68ea1d8f xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6935ac8b xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6bc58b2d rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6d3d7050 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6d6cb445 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6f4a905f read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x703709bb rpc_lookup_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7131ae7d xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72beec49 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72c17c44 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73333998 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x76d26115 rpcauth_generic_bind_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7920600c xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x79e812f6 xprt_set_retrans_timeout_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d2c6ec0 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e1f193e svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e714faa rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80cb058f rpc_protocol +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8182ca2b svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x826e61b2 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x830cf06a _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x85dc01a1 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8744c204 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x879e24e9 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a18adeb rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f17eed5 rpc_lookup_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x91dfe890 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92c57a27 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x96e01e22 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x981d8595 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98b75d64 rpcauth_list_flavors +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9b6dab8e svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d59b7ab rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d87ce93 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9de07085 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9ecb7428 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa379a947 rpc_queue_empty +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4453af0 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa6df8105 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa97caa64 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa3df069 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xadc98c0e xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae616b82 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0116611 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb157f45f rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb1b8baab svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb238883b cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb3da80df xdr_partial_copy_from_skb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb8c9e4e3 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbad1fd86 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbbbc9b4f rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbca707c4 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbce81dd5 sunrpc_cache_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbcfc66ce auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf7d9d42 xs_swapper +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc118ff43 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc2ea96e7 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3880471 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc433f453 xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc555d1c5 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc5ea8b04 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6090aaa svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6285c3a xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6efbe19 cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc70ed881 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9523fbc rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9b152f5 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9de13e1 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf421d70 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcfc5e1f4 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd4fe0955 cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5504347 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5b41070 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8a0cdaf xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8d518e6 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb510427 xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb80de57 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd7524a8 xprt_set_retrans_timeout_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdda0d45a xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xde3ac72e svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf8a07fd rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0393886 svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe14fc8e7 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1ac2bb8 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe2b75874 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe3dfdb44 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe48d6c3d rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe6dd922f xprt_lock_and_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeade03a2 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed915a07 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeddfb5b9 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee58b67c rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeedd0e5c sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeff619c4 __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf008eed1 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf72c4464 rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7c71842 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9d1164c rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfa494fac rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfba00609 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfbb737cf rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfbb7f1e6 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd0e88f8 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd37cfd2 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/wimax/wimax 0x1035673b wimax_report_rfkill_sw +EXPORT_SYMBOL_GPL net/wimax/wimax 0x11d43aee wimax_msg_data_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0x17bc65fc wimax_msg_data +EXPORT_SYMBOL_GPL net/wimax/wimax 0x1fda700c wimax_dev_init +EXPORT_SYMBOL_GPL net/wimax/wimax 0x48b9444a wimax_dev_rm +EXPORT_SYMBOL_GPL net/wimax/wimax 0x85d353d9 wimax_msg_send +EXPORT_SYMBOL_GPL net/wimax/wimax 0x9142b51c wimax_report_rfkill_hw +EXPORT_SYMBOL_GPL net/wimax/wimax 0x975070a7 wimax_dev_add +EXPORT_SYMBOL_GPL net/wimax/wimax 0xa14859db wimax_msg_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0xaa1fdf6a wimax_state_change +EXPORT_SYMBOL_GPL net/wimax/wimax 0xcd1d1d2b wimax_state_get +EXPORT_SYMBOL_GPL net/wimax/wimax 0xf5424343 wimax_msg +EXPORT_SYMBOL_GPL net/wimax/wimax 0xf7ef0aeb wimax_msg_alloc +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x00dbf260 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x2e7cfc54 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x38379af7 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x5338cbce cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x560f8580 cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x71ed7cfd cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x75650285 cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x95b52236 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x96f46268 cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xa6ee31e7 cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb4e7a744 cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x1c852e7c xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x2e47f677 xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x3108ea46 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x32d5e7fc xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x4d4fd5f1 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x5fcdec5d xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x686c703f xfrm_count_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x6e7474fc xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x9cb8037b xfrm_count_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xaeea3073 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xbc27722f pskb_put +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xd05dc2a3 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x0a7aa4a3 ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x58aa10be ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x7b127623 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x9753396c ipcomp_destroy +EXPORT_SYMBOL_GPL sound/core/snd 0x2d9644ea snd_kctl_jack_report +EXPORT_SYMBOL_GPL sound/core/snd 0x451b9ec6 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0x991f6a1f snd_ctl_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0xb72b53b8 snd_kctl_jack_new +EXPORT_SYMBOL_GPL sound/core/snd 0xcfc6d118 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x0a598c3e snd_compress_deregister +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x8c799901 snd_compress_register +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x9d5aa8f8 snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x04e1b99f snd_pcm_std_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x09e913c1 snd_pcm_alt_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x722de1dd snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xfc33b377 snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x718364fb snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x727beb26 snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x9327d02a snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xceb78010 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xd2e824a8 snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xfb995580 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x01e21ea0 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x044bd652 snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x056c86e4 snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0676f5ac snd_hda_get_input_pin_attr +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x071c43c1 snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x08abe139 snd_hda_mixer_bind_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0b4e8006 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x10809a5c snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x10d70b01 snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x198c6f28 snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1c27a37a snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x20a4ff72 snd_hda_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x26bbca7b snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2731462e snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x27e1c47f snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2845d830 snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2920d57a snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2c306dba snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2c420ce5 snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2e48941a __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2e6e365e snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2ea913a0 snd_hda_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2f490198 snd_hda_sequence_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x309a59ba snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x34e8f324 snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x35c4a363 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x361abaa6 snd_hda_ch_mode_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x36f592b3 snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x375cacd5 snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x37e44717 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3d2613bb snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3f6801a4 snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4723eef5 snd_hda_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4b2bbc73 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4dab1f60 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4f0a24ad __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4fe6fd86 snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x562ca821 snd_hda_override_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x56e55ff7 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x56eebfb3 snd_hda_bus_reboot_notify +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5a619c29 snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5ba109a9 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5bb02cdf snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5d2e4e44 snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x60af13c1 snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6523e3b1 snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x65eb0c28 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x694fce8e snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6cc19cdf snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6fb7f0c0 snd_hda_codec_update_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x703ec5d0 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7215285c snd_hda_is_supported_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7257e0ce snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x72c6d5bc snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x72ef9a9a snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x74e398de snd_hda_bind_vol +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x75d109ba snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7c8da86a snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7cd489ee snd_hda_codec_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7dc0774d snd_hda_mixer_bind_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x804927e6 snd_hda_ch_mode_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8435c756 snd_hda_check_board_codec_sid_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x84be5e37 snd_hda_codec_resume_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x84eac7a5 snd_hda_codec_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x85105b3a snd_hda_suspend +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x86a39df1 snd_hda_get_sub_nodes +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x883b5e6a snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x88d1215b snd_hda_queue_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x896f1ee5 snd_hda_mixer_bind_ctls_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x89ce38c4 snd_hda_add_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8b5c195e snd_hda_query_supported_pcm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8c18cff9 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8cb59e4c is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e4c6826 snd_hda_calc_stream_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x920c8266 snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9388a60b snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x942e8c37 snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x951d5a2b snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x95f743c8 snd_hda_jack_detect_enable_callback +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x978d8bb5 snd_hda_codec_resume_amp +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x995bca5c snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9d3c342f snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa2827d76 snd_hda_get_jack_location +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa5902cf7 snd_hda_jack_tbl_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa687851d snd_hda_mixer_bind_ctls_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa69a638c snd_hda_bind_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa70ba584 snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa8a34fb5 snd_hda_jack_tbl_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaa05af3c snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaa3637d5 snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xad00c4fe snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xad72b168 snd_hda_query_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaf23964e snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb0883f12 snd_hda_codec_amp_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb2fdaf1a snd_hda_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb3c91c39 snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbd20c964 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbebe222d snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc652fd69 snd_hda_get_jack_connectivity +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc766c79a snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc8b54322 hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc9a4bf46 snd_hda_codec_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb301b6e snd_hda_get_jack_type +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb3daa48 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcd492395 snd_hda_jack_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcdc9ad87 snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcf918afa snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcf99be7d snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd288b584 snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd5a85063 snd_hda_delete_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd7ca0359 snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdc4b5e2b snd_hda_jack_detect +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdcb791bb snd_hda_ch_mode_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdf7135df snd_hda_gen_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe5c97728 snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe9727d4d snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeaaec382 snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeb445814 snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xed19c6d8 snd_hda_gen_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xed54ac42 snd_hda_resume +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xef8aefba snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf1c708f7 snd_hda_mixer_bind_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf1dfa71b snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf5bac8a6 _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfc048891 snd_hda_mixer_bind_ctls_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfed25dff snd_hda_check_board_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xff6e8393 snd_hda_bus_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xffa7fffd snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-88pm860x 0x63560306 pm860x_hs_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-88pm860x 0xc6073a19 pm860x_mic_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ab8500-codec 0x7618db37 ab8500_audio_setup_mics +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ab8500-codec 0x97d3592d ab8500_audio_set_ear_cmv +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x0bb73b80 arizona_set_fll +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x1f8ea94a arizona_out_vd_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x32904bbf arizona_init_fll +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x5e8e6067 arizona_mixer_texts +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x70cadfd6 arizona_out_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x7334c170 arizona_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x73f9f1d5 arizona_lhpf3_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x75721b8d arizona_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x78355a2b arizona_mixer_values +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x7e59c88a arizona_out_vi_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x93ed4d8b arizona_in_vi_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x961f93c0 arizona_in_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xb65ecf5b arizona_lhpf4_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xc9c29637 arizona_mixer_tlv +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xd58efa61 arizona_lhpf2_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xe466e0fc arizona_lhpf1_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xeeacdd16 arizona_init_dai +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xf23a2c4b arizona_in_vd_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cx20442 0xfbb21b03 v253_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-l3 0x78c84c7e l3_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98095 0x177df5ba max98095_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max9877 0xa0af885d max9877_add_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sn95031 0x034307dd sn95031_jack_detection +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0x4d975c6b tpa6130a2_stereo_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0xd9514a24 tpa6130a2_add_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-twl6040 0x135cdc4e twl6040_get_clk_id +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-twl6040 0x3a236e7b twl6040_get_dl1_gain +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-twl6040 0x49e8e00c twl6040_hs_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-twl6040 0xb40e3ac1 twl6040_get_trim_value +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-twl6040 0xfbce60c0 twl6040_get_hs_step_size +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wl1273 0x06f98264 wl1273_get_format +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x9061ff4e wm_adsp2_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xcc7870f5 wm_adsp2_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xda0e868b wm_adsp1_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x35009160 wm_hubs_add_analogue_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x4f0806cc wm_hubs_handle_analogue_pdata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x5cd7eb9b wm_hubs_dcs_done +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x757206d5 wm_hubs_spkmix_tlv +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x9a5f4cf3 wm_hubs_update_class_w +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xb1891bb1 wm_hubs_set_bias_level +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xcc106975 wm_hubs_vmid_ena +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xcefe06a1 wm_hubs_hpl_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xf722654a wm_hubs_hpr_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xf9468c6e wm_hubs_add_analogue_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8350 0xbaadbfc6 wm8350_hp_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8350 0xf57774cb wm8350_mic_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0xb4ab5cda wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x96f21f09 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0x08dadb76 wm8994_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0xb7e0487d wm8958_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8996 0x87c28a9f wm8996_detect +EXPORT_SYMBOL_GPL sound/soc/mid-x86/snd-soc-sst-platform 0x2b00d809 sst_register_dsp +EXPORT_SYMBOL_GPL sound/soc/mid-x86/snd-soc-sst-platform 0x395b5bd8 sst_unregister_dsp +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x04ab9b8f snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0763679f dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x08c65e4f snd_soc_get_value_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0920c2ee snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0bc4c0fa snd_soc_unregister_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0c058240 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0d6fc941 snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0e5e189b snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0ea80eb6 snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0f96d79f snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x109fecc9 snd_soc_codec_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x15665d37 snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x157d712c snd_soc_info_enum_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x15a4adb3 snd_soc_put_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1906c6d1 snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1b0e1136 snd_soc_put_value_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1e1b8fbf snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x23c042a0 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x252443ef snd_soc_register_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x29feb07b snd_soc_platform_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x29ff7856 snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2b6a0b1f dapm_reg_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2b763472 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x313f3890 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3651aee6 snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x375f890a snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3b50e351 snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3b883ddd snd_soc_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3ba68077 snd_soc_free_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3c70125e snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3e39f941 snd_soc_dpcm_be_set_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3ee01ced snd_soc_add_platform_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3f98eda1 snd_soc_codec_writable_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x40666657 snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x426342fe snd_soc_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x428c2abd snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x433914b6 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4afb5f2c snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4c45536b snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5100e888 snd_soc_platform_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x52400719 snd_soc_unregister_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x56a651ee snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x56d56f45 snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x57dbca7c snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x588bc39b snd_soc_default_volatile_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x58bdd61c snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5a5058ef snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5bed09b9 snd_soc_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5de0c672 snd_soc_platform_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5e107619 snd_soc_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5e541ac4 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5e8f9284 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5ea7bad1 snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5f824942 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5fd3d4e9 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6103bf46 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x625d7cef snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6756f87b snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6831b285 snd_soc_get_dai_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x68db425c snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6cb84d22 snd_soc_codec_volatile_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6ea10ead snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6ea35040 snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6f7f8f7c snd_soc_dapm_get_value_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7b09e4c3 snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7fc576e6 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x80e57860 snd_soc_dpcm_be_get_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8397d9e5 snd_soc_cache_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8ad6bbf5 snd_soc_default_readable_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8b0b3dc2 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8caf0857 snd_soc_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8e599208 dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x903f47f5 snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x91901462 snd_soc_get_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x91aff0b8 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x92ae7aa2 snd_soc_codec_set_cache_io +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x93b9922d snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x94301596 snd_soc_dapm_get_enum_virt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9cbc7a7a snd_soc_dapm_put_enum_virt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9d3abb90 snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9ffc1c3c snd_soc_dapm_put_value_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa0a9e4c5 snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa25f9c8a snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa37acbfa snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa9fb920b snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaa76cdac snd_soc_new_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xab594839 snd_soc_unregister_dais +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xab9751fd snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xad749219 snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb0210761 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb033c7cd snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb133e3b7 snd_soc_codec_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb291bb60 snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb3d0be63 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb6d7280f snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb7186b6c snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb7f27f7f snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbb38fc67 snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc0fa138c snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc1f00dab snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc624db87 snd_soc_cache_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc927d613 snd_soc_unregister_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcc4d9fb6 snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xce2bae8f dapm_mark_io_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcfe68586 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd445090e snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd6ace688 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd7fceddf snd_soc_cache_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd809efbe snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdd7b56f1 snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdeb7eaef dapm_mark_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe28fe66e snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe427c020 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe7279e8c snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe73dc821 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xea9365ea snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xea95b77c snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xece360e6 snd_soc_info_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xecee80b0 snd_soc_bulk_write_raw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xedba4889 snd_soc_add_codec_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf040f93f snd_soc_info_volsw_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf07411c3 snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf3ba867b snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf42d2221 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf667f6d5 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf7a417b5 snd_soc_update_bits_locked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf7cf271b snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfa59e8db snd_soc_default_writable_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfab90b2f snd_soc_codec_readable_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfe7c0658 snd_soc_register_dais +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xffa18994 snd_soc_register_card +EXPORT_SYMBOL_GPL vmlinux 0x0005b197 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x005147db usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x00632780 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0067df75 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0x007320fc pci_get_hp_params +EXPORT_SYMBOL_GPL vmlinux 0x0076c6da debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x00a02730 ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x00b98e2e vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x00c4dc87 timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x00ca6522 crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x00dc57f7 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x00ebcb5d ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0x01010c6d klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x010a4068 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x010e5db3 skcipher_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x011cf028 regulator_suspend_finish +EXPORT_SYMBOL_GPL vmlinux 0x0138160d inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x01848a8e local_apic_timer_c2_ok +EXPORT_SYMBOL_GPL vmlinux 0x01a0c491 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x01a4ea6d unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x01bfa6c7 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x01d11a05 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x020a46dd blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x021e1793 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x02283171 da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x02326021 pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x02360ad7 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0x026211e2 memory_failure_queue +EXPORT_SYMBOL_GPL vmlinux 0x026b6151 rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x02704b2c unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x0277127a dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x02bc7039 aead_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0x02d100c2 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x02d165de uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x02fb69df __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x031095dd regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x031f1a5c fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x035b620d input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x0373a1c4 power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x03b1e0cd transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x03e3686c ata_timing_cycle2mode +EXPORT_SYMBOL_GPL vmlinux 0x0416853e fuse_request_send +EXPORT_SYMBOL_GPL vmlinux 0x04486e88 rcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x04889033 blk_add_request_payload +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x04973eba ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0x04a79848 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0x04bf26af ioremap_page_range +EXPORT_SYMBOL_GPL vmlinux 0x04c3f2c1 gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04d6b1e3 regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x04ef8a1b __clocksource_updatefreq_scale +EXPORT_SYMBOL_GPL vmlinux 0x04f9888c __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x0531dcb8 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x05322a64 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x056e8e94 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x057347d4 arizona_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0x05ae262e regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x05c4bc60 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x060d1064 set_memory_ro +EXPORT_SYMBOL_GPL vmlinux 0x062744c7 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0x062fc169 xen_hvm_resume_frames +EXPORT_SYMBOL_GPL vmlinux 0x064a081d nf_register_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x064c94d1 usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x06550701 sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x06881ffc xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0x06963c36 intel_msic_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x06bd3b9c ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x06f22ca2 irq_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0x06f30970 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x07445f2f fuse_get_req +EXPORT_SYMBOL_GPL vmlinux 0x0762403c edac_put_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x0784ad94 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x078c0137 btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07ba6d3b inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x07cf2b79 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x07d77af9 sync_filesystem +EXPORT_SYMBOL_GPL vmlinux 0x07df01c6 subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x07f300c3 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x08028c7d blkio_subsys +EXPORT_SYMBOL_GPL vmlinux 0x0827e3f4 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x0830dd83 __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x0850cc1f relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x086fb6ff netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x08a18cf1 proc_net_remove +EXPORT_SYMBOL_GPL vmlinux 0x08ac5da3 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x08db9672 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x08f0aeb6 ata_sas_port_async_resume +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x092c2a7a irq_domain_add_tree +EXPORT_SYMBOL_GPL vmlinux 0x093668e4 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0x09469482 kfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x0962d0e8 irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x099fa8ea ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x0a2aa7a5 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x0a387a8c inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x0a5062f4 inet_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x0a5ceba2 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x0a86eb63 ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x0a893008 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x0a9a6fe7 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x0ae09d19 cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0x0aebf558 xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x0af23a24 __get_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x0afd4610 zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0x0b018e41 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b19ed7c apei_estatus_check_header +EXPORT_SYMBOL_GPL vmlinux 0x0b24223c wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0x0b2a0d73 inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x0b3b6ee8 acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0x0b52e502 apei_resources_add +EXPORT_SYMBOL_GPL vmlinux 0x0b59390b __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0b7b6eb3 cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x0b98b7f5 __atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x0b9acf9b rtc_irq_register +EXPORT_SYMBOL_GPL vmlinux 0x0bae62b1 ktime_get_monotonic_offset +EXPORT_SYMBOL_GPL vmlinux 0x0bbd628b ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x0bc4ac46 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0x0bfa3a19 rcu_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x0c0416c3 pwm_disable +EXPORT_SYMBOL_GPL vmlinux 0x0c0c015e ring_buffer_swap_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0c24c40e input_class +EXPORT_SYMBOL_GPL vmlinux 0x0c2cdbf1 synchronize_sched +EXPORT_SYMBOL_GPL vmlinux 0x0c62b816 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x0c805f93 clflush_cache_range +EXPORT_SYMBOL_GPL vmlinux 0x0c9f3427 ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x0cc1e40f crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x0cc69ef6 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x0cd8e64b wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x0cdfb3e2 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x0cfa28c1 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x0d018f0d extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x0d15e99f sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0x0d437ab2 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x0d85890f pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x0da5232f cpufreq_frequency_table_target +EXPORT_SYMBOL_GPL vmlinux 0x0da5d273 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x0ddd2687 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x0deb0ade register_timer_hook +EXPORT_SYMBOL_GPL vmlinux 0x0e02177e rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x0e0de306 acpi_dev_pm_detach +EXPORT_SYMBOL_GPL vmlinux 0x0e12ca8c ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x0e13cb4d apei_resources_release +EXPORT_SYMBOL_GPL vmlinux 0x0e734714 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x0ebf8b6a netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL vmlinux 0x0f0f901b ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x0f16cfff fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0x0f221bbe __ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x0f40cb2e inet6_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x0f50db1a adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x0f60af9d cpufreq_governor_dbs +EXPORT_SYMBOL_GPL vmlinux 0x0f6a0115 usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x0f751aea input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0x0f7e181e net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x0f8efbcb usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x0fa138de xen_hvm_need_lapic +EXPORT_SYMBOL_GPL vmlinux 0x0fafad00 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0x0fb3ef57 pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x0fb5da7a pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x0fb6f63f srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x0fc01e9f static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x0fcc1969 copy_from_user_nmi +EXPORT_SYMBOL_GPL vmlinux 0x0fdfd63e btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x0fe2d570 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0x0feebd41 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x0ffa6542 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x100c48a2 unregister_dock_notifier +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x101f77e9 dbs_check_cpu +EXPORT_SYMBOL_GPL vmlinux 0x10291853 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x102ac469 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0x10528f74 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x10973500 cgroup_next_descendant_post +EXPORT_SYMBOL_GPL vmlinux 0x10c0482e gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x10c2ca77 crypto_lookup_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x10c9d678 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x10e485b3 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer +EXPORT_SYMBOL_GPL vmlinux 0x113316c5 css_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1172ce54 rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0x11768391 __module_text_address +EXPORT_SYMBOL_GPL vmlinux 0x117c7305 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x11b7dea8 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x11c9c6b6 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x11cd2472 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x11f447ce __gpio_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x11f59b39 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1210b69f cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x121a962d usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x121ed3f3 add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0x122e97e3 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x124c44df ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x124f2056 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x1258d9d9 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x1268f357 resume_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0x126f4e64 pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x12f75a67 scsi_internal_device_block +EXPORT_SYMBOL_GPL vmlinux 0x1314eb2d vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x13391ee1 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x1347fe20 ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x134e8d2f unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x135cf8c5 aead_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0x136c526e class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x136df016 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init +EXPORT_SYMBOL_GPL vmlinux 0x139c8bba shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0x13b2a946 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x13b9cd66 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x13c4cddc ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0x13d1c8e5 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0x13f3e3fb klist_init +EXPORT_SYMBOL_GPL vmlinux 0x140b85f5 regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x14284309 pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x143e0f77 iommu_domain_set_attr +EXPORT_SYMBOL_GPL vmlinux 0x14521a0f blk_queue_flush +EXPORT_SYMBOL_GPL vmlinux 0x1454f5db crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x145784d1 gdt_page +EXPORT_SYMBOL_GPL vmlinux 0x1482c5ac bio_alloc_mddev +EXPORT_SYMBOL_GPL vmlinux 0x14a25ea0 __cpufreq_driver_getavg +EXPORT_SYMBOL_GPL vmlinux 0x14a3a85a rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x14c60a66 wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x14d57310 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x14e91601 hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0x14ee54b0 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x15010e1f arbitrary_virt_to_machine +EXPORT_SYMBOL_GPL vmlinux 0x151512b3 cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x15194534 scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0x153a0c91 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0x15568631 lookup_address +EXPORT_SYMBOL_GPL vmlinux 0x155d2b8e regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x158358c2 rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x15892417 async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1598dc9d unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x15b0606e e820_any_mapped +EXPORT_SYMBOL_GPL vmlinux 0x15b746c3 rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x15bcc4ed devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x15d9bae4 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x16000a3c dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x162bc729 ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x16363e97 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x1650bf27 rcutorture_record_progress +EXPORT_SYMBOL_GPL vmlinux 0x16548213 adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x1693bc5d pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x169bc500 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0x16c57b0c unregister_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x16cf1f45 led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0x16fffede debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x171b577b unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x172e72d4 vdso_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1750734a rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x175d2604 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x17614bf3 apei_resources_sub +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x179473f6 ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0x1829b9ed hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x1853653c btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x18582826 amd_pmu_disable_virt +EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x186e48b0 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x1874c4cd pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x1878f62b edac_err_assert +EXPORT_SYMBOL_GPL vmlinux 0x18ca8c5e wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x18e2c347 dev_pm_qos_remove_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x18f48b43 register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x18f4befd spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x18f83fab gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0x18fc6174 i2c_new_device +EXPORT_SYMBOL_GPL vmlinux 0x1920101d pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x1935e19b fuse_request_send_background +EXPORT_SYMBOL_GPL vmlinux 0x193d48e0 trace_current_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x19496284 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x194b3f82 ata_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x196614ce hw_breakpoint_restore +EXPORT_SYMBOL_GPL vmlinux 0x196c619e thermal_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x1974ee47 pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x1995a268 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19a39e8f da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x19bc3999 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x19fc7f60 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x1a082d69 max77693_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x1a323362 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x1a3bbdd5 fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0x1a3bc6b2 crypto_givcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x1a6d2fb1 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1a86c3ad sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0x1a955003 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x1ad83009 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x1ae0e135 tracing_generic_entry_update +EXPORT_SYMBOL_GPL vmlinux 0x1b1f2bda speedstep_get_freqs +EXPORT_SYMBOL_GPL vmlinux 0x1b341a0a raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x1b4ce589 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x1b52db1c probe_kernel_read +EXPORT_SYMBOL_GPL vmlinux 0x1b53aecf iommu_group_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1b5e5ddd tpm_remove_hardware +EXPORT_SYMBOL_GPL vmlinux 0x1b60ed37 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x1b637e50 __pci_complete_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x1b946d7c crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x1b9aca3f jprobe_return +EXPORT_SYMBOL_GPL vmlinux 0x1badb822 register_mce_write_callback +EXPORT_SYMBOL_GPL vmlinux 0x1bfcde4f power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1c0b8aa2 usb_string +EXPORT_SYMBOL_GPL vmlinux 0x1c44cd90 usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x1c52c63c ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c6ec6dc spi_unregister_master +EXPORT_SYMBOL_GPL vmlinux 0x1c7bd81e fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c96a811 sis_info133_for_sata +EXPORT_SYMBOL_GPL vmlinux 0x1cec57a2 rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x1cffc4df RSA_public_key_algorithm +EXPORT_SYMBOL_GPL vmlinux 0x1d39a152 pci_sriov_migration +EXPORT_SYMBOL_GPL vmlinux 0x1d415f31 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x1d459685 xstate_size +EXPORT_SYMBOL_GPL vmlinux 0x1d58ae14 lpddr2_jedec_timings +EXPORT_SYMBOL_GPL vmlinux 0x1d62f36a driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x1d6cbc0e unregister_efivars +EXPORT_SYMBOL_GPL vmlinux 0x1d739e1c xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table +EXPORT_SYMBOL_GPL vmlinux 0x1d7ba97a ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x1da12bd6 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x1da4355b spi_sync +EXPORT_SYMBOL_GPL vmlinux 0x1dc08b4d vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x1dc4fe38 pci_enable_pri +EXPORT_SYMBOL_GPL vmlinux 0x1dd50e76 power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0x1e000879 hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0x1e25c768 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x1e2eabca subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0x1e314b21 regulator_use_dummy_regulator +EXPORT_SYMBOL_GPL vmlinux 0x1e3a88fb trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x1e4d1c99 blkcipher_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x1e6832a3 pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e9d3d21 inet_hashinfo_init +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ec1746b ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x1ec5fd1d wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x1ed7a1f5 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x1edc21cb hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x1ee58200 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x1f1988f7 hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x1f215226 regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0x1f4d1ae8 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x1f6831df regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x1f6a7b09 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8db7f9 ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x1f8ec1b3 acpi_get_pci_rootbridge_handle +EXPORT_SYMBOL_GPL vmlinux 0x1f973ff9 xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x1fb6f8e1 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0x1fcece42 inet_twdr_twcal_tick +EXPORT_SYMBOL_GPL vmlinux 0x1fcf8f3e spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0x1fdd1852 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x20234144 acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x203813d1 flush_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x2043f1af led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x206d6636 ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0x208e8083 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0x209ec764 xen_event_channel_op_compat +EXPORT_SYMBOL_GPL vmlinux 0x20a94fb3 crypto_alg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x20bc3470 orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x20c52dce dm_requeue_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0x21023985 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x210c33a2 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x21141610 ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x21269a2e m2p_remove_override +EXPORT_SYMBOL_GPL vmlinux 0x212c167a usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x214bafe4 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x21728f85 blkcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x2185a716 xen_swiotlb_sync_sg_for_device +EXPORT_SYMBOL_GPL vmlinux 0x219e0f48 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x21e8c709 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x22064b92 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x221c3d38 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x224dc7b0 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0x2295ddbf noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x2296c00d crypto_attr_u32 +EXPORT_SYMBOL_GPL vmlinux 0x22c03af0 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x22f9375e crypto_aead_type +EXPORT_SYMBOL_GPL vmlinux 0x2302bca4 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x231bfacd lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0x232c2c7b ata_sas_port_async_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2360f855 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x23679939 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x23e2efbf pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x23e7a879 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x23f79053 acpi_dev_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x240580a9 xenbus_probe +EXPORT_SYMBOL_GPL vmlinux 0x24137ee0 timed_output_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x24300819 tasklet_hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x2447533c ktime_get_real +EXPORT_SYMBOL_GPL vmlinux 0x247ef831 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x24aac4d9 crypto_aes_expand_key +EXPORT_SYMBOL_GPL vmlinux 0x24c7698a xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x24d20c46 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x24dfb53f usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x24e1149f scsi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x24e46b1c __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24fc46b6 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x252c2c5b debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x2545c170 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x2555a1c3 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x257d9df7 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x25b98098 xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0x25c8c131 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x25c96419 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x25d80346 relay_open +EXPORT_SYMBOL_GPL vmlinux 0x260047ee ata_acpi_gtm_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x26287c9e platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x262f20a8 local_clock +EXPORT_SYMBOL_GPL vmlinux 0x263ff0b0 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x2664afb1 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x26b71fb4 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x26bd32da tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x26c48243 wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26cbf468 unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x2711df63 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0x27280b7e ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x2781faae pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0x278452bb crypto_unregister_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x2787db00 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x278ec596 firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x279cb985 apei_exec_pre_map_gars +EXPORT_SYMBOL_GPL vmlinux 0x279d33ce led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x27b72936 dma_buf_unmap_attachment +EXPORT_SYMBOL_GPL vmlinux 0x27c1e63f usb_amd_find_chipset_info +EXPORT_SYMBOL_GPL vmlinux 0x27dfde63 queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x27e9586c get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0x27ed9292 rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x2807410b inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x280e4516 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x2815d584 pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x28221b40 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x282e627e pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x283031cd subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x2838ec9d xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x28588162 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x2869ebaf regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x289093d1 seq_open_net +EXPORT_SYMBOL_GPL vmlinux 0x28a82da4 snmp_mib_init +EXPORT_SYMBOL_GPL vmlinux 0x28a903c8 timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x28b7dba1 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x28d664ff __raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x28da99b5 crypto_init_shash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x29059b53 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x293f073e vrtc_cmos_write +EXPORT_SYMBOL_GPL vmlinux 0x29500622 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x298aa5e7 swiotlb_tbl_sync_single +EXPORT_SYMBOL_GPL vmlinux 0x298db780 rtc_irq_set_freq +EXPORT_SYMBOL_GPL vmlinux 0x29b4c41f class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x29b857f1 acpi_dev_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x2a14a23f dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x2a496288 sysfs_get +EXPORT_SYMBOL_GPL vmlinux 0x2a5a52c2 platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0x2a678a13 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x2aa617cf mce_unregister_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0x2aace37f usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x2abde2ac rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x2ac36de7 btree_last +EXPORT_SYMBOL_GPL vmlinux 0x2ad1ece4 zs_get_total_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2aee9761 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x2b027cef ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x2b3812f9 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0x2b6579c3 get_kernel_page +EXPORT_SYMBOL_GPL vmlinux 0x2b67f096 speedstep_get_frequency +EXPORT_SYMBOL_GPL vmlinux 0x2b6efc85 acpi_bus_trim +EXPORT_SYMBOL_GPL vmlinux 0x2b8a2f95 __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x2be7fb8e disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x2c18bda0 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0x2c1f8706 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c554e6b swiotlb_tbl_map_single +EXPORT_SYMBOL_GPL vmlinux 0x2c6a0410 xen_set_domain_pte +EXPORT_SYMBOL_GPL vmlinux 0x2c7d9c64 xen_store_interface +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c828c4d sec_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x2ca4ebcd regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x2cbd45b5 ablkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x2ce98559 kcrypto_wq +EXPORT_SYMBOL_GPL vmlinux 0x2cea32ee unregister_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0x2cf7fc49 sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x2d1540b0 crypto_alloc_instance +EXPORT_SYMBOL_GPL vmlinux 0x2d17a0e1 cgroup_taskset_size +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d1d5ae1 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x2d2d5c2a led_trigger_store +EXPORT_SYMBOL_GPL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL_GPL vmlinux 0x2d3f0986 rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x2d4eb400 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x2d59c954 edac_handlers +EXPORT_SYMBOL_GPL vmlinux 0x2d86709e blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x2d90c17e dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x2d919c46 ftrace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x2d95a858 ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x2d9f2ce3 sched_clock_idle_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x2dbce616 acpi_dev_get_resources +EXPORT_SYMBOL_GPL vmlinux 0x2dcc78c7 seq_release_net +EXPORT_SYMBOL_GPL vmlinux 0x2def5525 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x2e03cabe __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2e45e488 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x2e8b6c8c __pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2edcc2f8 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x2f04323f crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x2f0cb565 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x2f3717a8 da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register +EXPORT_SYMBOL_GPL vmlinux 0x2f47d8c7 cpufreq_frequency_get_table +EXPORT_SYMBOL_GPL vmlinux 0x2f6f6f27 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x2f857551 machine_check_poll +EXPORT_SYMBOL_GPL vmlinux 0x2f8e3cbd irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x2ff6d735 pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0x3004b269 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x30321d0a skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x30386e21 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x307ead7f register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x308b733a getboottime +EXPORT_SYMBOL_GPL vmlinux 0x30a4f4ca bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x30ac3c66 spi_busnum_to_master +EXPORT_SYMBOL_GPL vmlinux 0x3109b751 cpu_clock +EXPORT_SYMBOL_GPL vmlinux 0x310abe56 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x3117a875 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x318920b1 register_dock_notifier +EXPORT_SYMBOL_GPL vmlinux 0x31a478c7 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x31c0c2d1 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31ecb9a5 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x31f770fb inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x32028ae1 pwm_enable +EXPORT_SYMBOL_GPL vmlinux 0x3209f6a1 nfq_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x325e677c gnttab_grant_foreign_transfer_ref +EXPORT_SYMBOL_GPL vmlinux 0x327d788c inet_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x32924a4d scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x329bbbde timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x329bfa90 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x32b31a8c ktime_get_boottime +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32cbb004 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x32d38ea6 spi_async +EXPORT_SYMBOL_GPL vmlinux 0x32d46061 acpi_device_power_state +EXPORT_SYMBOL_GPL vmlinux 0x32fd447a monotonic_to_bootbased +EXPORT_SYMBOL_GPL vmlinux 0x32fd4b62 __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0x333228ec intel_msic_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x336154ca rcutorture_record_test_transition +EXPORT_SYMBOL_GPL vmlinux 0x3377be7e skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x3381c10c debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x33a7c68c crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x33b96e5d apei_exec_write_register +EXPORT_SYMBOL_GPL vmlinux 0x33d5743f __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0x33f09d90 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0x340b52e5 mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x340b764f device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x3441c3d6 gpio_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x345cd5bd regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x346f8c20 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x347d2751 regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x347fd4b3 eventfd_ctx_get +EXPORT_SYMBOL_GPL vmlinux 0x3493dfd4 tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0x34ac50a4 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x34d5e280 tpm_add_ppi +EXPORT_SYMBOL_GPL vmlinux 0x34ddb360 crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x34e09824 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0x34f50d41 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x351e58e8 dma_buf_kunmap +EXPORT_SYMBOL_GPL vmlinux 0x352650ee gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0x355a55a3 pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x3560bfbd jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0x35850434 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x3597bec9 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x3599eeb3 iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x35aebd16 i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x35dfd55f crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x35e24c96 balloon_devinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x35f3ae51 unix_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x361e2bcc save_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0x36a2b07d virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x36b5497e intel_iommu_enabled +EXPORT_SYMBOL_GPL vmlinux 0x36ba2551 intel_scu_devices_destroy +EXPORT_SYMBOL_GPL vmlinux 0x36c51ac0 get_dcookie +EXPORT_SYMBOL_GPL vmlinux 0x36f91f32 dma_buf_vunmap +EXPORT_SYMBOL_GPL vmlinux 0x3700154c pkey_hash_algo +EXPORT_SYMBOL_GPL vmlinux 0x37031d60 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x37078605 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x371a0a0a pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x371e3f79 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x37507ade wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0x376d62cb crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x37823a7f fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x37cf0abe rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x37f69414 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x382145a6 sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x38331751 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x383403a1 devm_pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x3841ab01 unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x38620e38 gnttab_grant_foreign_access_trans_ref +EXPORT_SYMBOL_GPL vmlinux 0x387ebf10 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x389b9c9a bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x38a9c2c7 input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x38bc23cd tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0x38ccfb76 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x38e78198 tpm_show_pcrs +EXPORT_SYMBOL_GPL vmlinux 0x3921ed7a __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x394f71fd n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0x39661973 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x3978dc08 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0x39821aef dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x39e670aa kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x39f424eb fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x3a03172e ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0x3a26ed11 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0x3a38dc65 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a81993a irq_create_strict_mappings +EXPORT_SYMBOL_GPL vmlinux 0x3a99d30a shash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad3eab1 xen_swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0x3ad89063 dm_set_device_limits +EXPORT_SYMBOL_GPL vmlinux 0x3ad8f21d arizona_set_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x3b103cc4 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x3b211d02 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x3b2cb8ec spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x3b356333 usb_acpi_power_manageable +EXPORT_SYMBOL_GPL vmlinux 0x3b4be9d8 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x3b5ca7e8 max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x3b7145bb apei_exec_read_register_value +EXPORT_SYMBOL_GPL vmlinux 0x3b935321 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x3ba3c81b platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3bb17751 pci_pri_status +EXPORT_SYMBOL_GPL vmlinux 0x3bbcf38a virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x3be89d3c usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x3bfed461 unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x3c15eee8 filter_current_check_discard +EXPORT_SYMBOL_GPL vmlinux 0x3c2ba131 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0x3c7f8f39 device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x3c92d8cb extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x3c9390db pci_vpd_find_tag +EXPORT_SYMBOL_GPL vmlinux 0x3c942368 profile_event_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3cac21b9 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x3cb0b0d3 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cd2ae5e wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x3ce8cbea rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x3cf1ae1d posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3cfedb3f register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x3d0ebc56 xen_unmap_domain_mfn_range +EXPORT_SYMBOL_GPL vmlinux 0x3d241c84 ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x3d2cecd0 agp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d5cff5b crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0x3d620976 da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x3d672532 __init_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x3d7ea99a gnttab_grant_foreign_transfer +EXPORT_SYMBOL_GPL vmlinux 0x3d867349 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x3d914df8 scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0x3d97c0d6 device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x3dc672c5 __rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x3dc916b6 crypto_fl_tab +EXPORT_SYMBOL_GPL vmlinux 0x3dd4d3a7 bprintf +EXPORT_SYMBOL_GPL vmlinux 0x3dde0e07 amd_get_nb_id +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3e042f8e pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x3e19eb28 thermal_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x3e4db22e sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e757637 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0x3e7f0dfc __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x3e9919a0 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x3ea0b66d pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup +EXPORT_SYMBOL_GPL vmlinux 0x3ecb1ce1 __mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x3ee53730 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x3efb35c9 get_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0x3f10dbe8 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x3f229c4c oops_begin +EXPORT_SYMBOL_GPL vmlinux 0x3f24f3d1 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x3f56d8ff ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x3f84d4c9 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x3f8cf667 rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x3fa08da1 arizona_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x3fa7b7c3 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x3faf1efd wm8994_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x3fca5977 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0x3fe92d0a mce_register_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0x4031dbf4 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x405dffa8 sk_unattached_filter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x40645885 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x4068d0ed udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x40af0dec ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0x40d46b21 crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x40fb3e88 xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0x410b49b9 spi_alloc_master +EXPORT_SYMBOL_GPL vmlinux 0x412938f2 acpi_dev_resource_address_space +EXPORT_SYMBOL_GPL vmlinux 0x412a7d23 ata_do_eh +EXPORT_SYMBOL_GPL vmlinux 0x413a6c64 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x41439a04 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4150815a __blkg_release +EXPORT_SYMBOL_GPL vmlinux 0x41563503 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x41584375 gpiochip_add +EXPORT_SYMBOL_GPL vmlinux 0x417b7248 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x418d5be8 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x41931a3b xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0x41c723f0 crypto_larval_lookup +EXPORT_SYMBOL_GPL vmlinux 0x41cf0d3d device_create_vargs +EXPORT_SYMBOL_GPL vmlinux 0x41e1064f acpi_get_gpio +EXPORT_SYMBOL_GPL vmlinux 0x41f7f245 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0x4205ad24 cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x42160169 flush_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x4240196a inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x424acc6d scatterwalk_done +EXPORT_SYMBOL_GPL vmlinux 0x427cd3a4 elv_register +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x428c25a3 unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x42a5214c ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x42ad3066 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x42c989ff iomap_atomic_prot_pfn +EXPORT_SYMBOL_GPL vmlinux 0x42f36621 wm5110_aod +EXPORT_SYMBOL_GPL vmlinux 0x42fa05d5 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x432fd7f6 __gpio_set_value +EXPORT_SYMBOL_GPL vmlinux 0x4353a66c usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0x435968f4 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x435e6c6e crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x437624e4 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0x437c8994 dma_buf_kmap +EXPORT_SYMBOL_GPL vmlinux 0x4383979b pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x439239df platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x4396985f usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x4396b273 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x43a53735 __alloc_workqueue_key +EXPORT_SYMBOL_GPL vmlinux 0x43acd469 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0x43c09841 spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x43f56e82 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x44072708 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0x4412d1be sk_unattached_filter_create +EXPORT_SYMBOL_GPL vmlinux 0x4425cad4 isa_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x44404f11 kdb_register_repeat +EXPORT_SYMBOL_GPL vmlinux 0x4455e1b3 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x446dc3e6 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x44c9c945 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x44cc9c55 klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x4512b086 intel_scu_devices_create +EXPORT_SYMBOL_GPL vmlinux 0x45279a6b usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x452f4a4f iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0x453cfb38 cgroup_taskset_cur_cgroup +EXPORT_SYMBOL_GPL vmlinux 0x4541fe0d mtrr_state +EXPORT_SYMBOL_GPL vmlinux 0x454c9143 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x455827ff dma_buf_fd +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x4575aec8 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0x458486e1 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0x45882605 pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x45afc776 task_current_syscall +EXPORT_SYMBOL_GPL vmlinux 0x45bf1ff3 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x45d14bdf hypercall_page +EXPORT_SYMBOL_GPL vmlinux 0x45dccbd0 css_depth +EXPORT_SYMBOL_GPL vmlinux 0x45e27198 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x45f901a7 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x46074c17 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x460f31aa rodata_test_data +EXPORT_SYMBOL_GPL vmlinux 0x460f7531 wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x46566be8 xen_remap_domain_mfn_range +EXPORT_SYMBOL_GPL vmlinux 0x46573785 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0x466297f8 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x46676d88 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x4672e88b __crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x467ad1a6 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x468be3e1 dm_dispatch_request +EXPORT_SYMBOL_GPL vmlinux 0x46a2eae3 fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x470d07fe pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x471aaa8c dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x472bce7b ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0x474139ab rt_mutex_timed_lock +EXPORT_SYMBOL_GPL vmlinux 0x4782674b bio_clone_mddev +EXPORT_SYMBOL_GPL vmlinux 0x478a874d regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0x479df2dc usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0x47af38d5 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x47b7a957 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x47d8d6a4 xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0x47d984f4 acpi_dev_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x47ff399f regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x4812263e wm8400_block_read +EXPORT_SYMBOL_GPL vmlinux 0x48682db9 perf_guest_get_msrs +EXPORT_SYMBOL_GPL vmlinux 0x489ae0bc pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x48a488a0 sysctl_tcp_cookie_size +EXPORT_SYMBOL_GPL vmlinux 0x48ab5da7 pkey_algo +EXPORT_SYMBOL_GPL vmlinux 0x48ba48fc scsi_internal_device_unblock +EXPORT_SYMBOL_GPL vmlinux 0x48d587b8 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x48d6b83d debugfs_remove_recursive +EXPORT_SYMBOL_GPL vmlinux 0x490209e1 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x491125ff edac_subsys +EXPORT_SYMBOL_GPL vmlinux 0x491d9ea3 cgroup_load_subsys +EXPORT_SYMBOL_GPL vmlinux 0x4925dfb3 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x49279f18 rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x493de3de srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x493f1b50 rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x4971f836 blk_rq_err_bytes +EXPORT_SYMBOL_GPL vmlinux 0x497afe80 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x4982a57f probe_kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x498d293a trace_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49c14e13 init_fpu +EXPORT_SYMBOL_GPL vmlinux 0x49db8db4 register_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x4a01e08d device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x4a32f6af md_stop +EXPORT_SYMBOL_GPL vmlinux 0x4a393c96 fuse_put_request +EXPORT_SYMBOL_GPL vmlinux 0x4a7946e2 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x4a80e19f pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x4a946722 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0x4ae0a373 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x4af78c3c xen_swiotlb_sync_single_for_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4af93af4 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x4afb573b vrtc_cmos_read +EXPORT_SYMBOL_GPL vmlinux 0x4b05c084 iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x4b076147 uncache_firmware +EXPORT_SYMBOL_GPL vmlinux 0x4b694bf9 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x4b93df89 async_schedule_domain +EXPORT_SYMBOL_GPL vmlinux 0x4bb79f6b __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4bc62a81 audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0x4bdd59a5 serial8250_rx_dma +EXPORT_SYMBOL_GPL vmlinux 0x4c0ef118 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x4c103599 kill_pid_info_as_cred +EXPORT_SYMBOL_GPL vmlinux 0x4c10d14d __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x4c1303e6 dma_buf_begin_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x4c16f764 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0x4c226410 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x4c39c9f6 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0x4c3aa4b2 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x4c4d545f clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x4c5faf12 blk_queue_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x4c60643d __css_tryget +EXPORT_SYMBOL_GPL vmlinux 0x4c61c058 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x4c759827 byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x4c87b7ac ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x4ca62942 add_to_page_cache_lru +EXPORT_SYMBOL_GPL vmlinux 0x4cc05cdc usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0x4cd7b9f8 ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x4d382474 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x4d5833a4 xen_pci_frontend +EXPORT_SYMBOL_GPL vmlinux 0x4d910805 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0x4dc0683b crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0x4df76e64 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x4df7cbaf wm8994_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x4e0385ec register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0x4e06808c wait_for_tpm_stat +EXPORT_SYMBOL_GPL vmlinux 0x4e109192 ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0x4e242f5f pstore_cannot_block_path +EXPORT_SYMBOL_GPL vmlinux 0x4e38d5f7 dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x4e57723d apei_read +EXPORT_SYMBOL_GPL vmlinux 0x4e5b7a1e tps65912_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x4e74e625 gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0x4eb79ab6 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x4ed6e906 blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x4eed2394 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4f167256 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x4f1ccf7d dev_pm_qos_add_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4f4291ed sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x4f4c9445 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x4f84b893 tpm_show_temp_deactivated +EXPORT_SYMBOL_GPL vmlinux 0x4f99a026 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x4fd4e89d ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4fd6f3e5 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4ff7aa8d pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x5031b35e fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0x506691f1 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x506cc085 tracepoint_iter_stop +EXPORT_SYMBOL_GPL vmlinux 0x5085c705 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0x5086ac3a alg_test +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x50c89f23 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x50da0539 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x5108b3fc acpi_os_map_memory +EXPORT_SYMBOL_GPL vmlinux 0x513bfd6c ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0x51407983 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x5161359d exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x517580f8 crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x5181da86 pci_msi_off +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x51884b52 xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0x518c2fc6 hpet_rtc_dropped_irq +EXPORT_SYMBOL_GPL vmlinux 0x51af94f9 usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL vmlinux 0x52212010 __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x522a1ff1 usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x5247ef7a screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x5257ee54 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0x525f82e2 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x5263acd3 file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x52759cd8 rio_get_device +EXPORT_SYMBOL_GPL vmlinux 0x52803f55 wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x528e9d3a xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0x529e9763 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x529fe160 xen_swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL_GPL vmlinux 0x52ba3018 bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x52c523fe pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x52ec3d52 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x52f7404d xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0x530ecbf4 lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x531e2944 devm_kzalloc +EXPORT_SYMBOL_GPL vmlinux 0x532a2f76 acpi_get_pci_dev +EXPORT_SYMBOL_GPL vmlinux 0x5346bccc extcon_get_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x534898e2 stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0x5354158d blkg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5358fc36 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x53614269 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x5372dede unregister_acpi_bus_notifier +EXPORT_SYMBOL_GPL vmlinux 0x53902dbb usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x5396c9ac rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x53986488 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x539f157b pci_xen_swiotlb_init_late +EXPORT_SYMBOL_GPL vmlinux 0x53a3e486 regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x53a88099 sysfs_notify_dirent +EXPORT_SYMBOL_GPL vmlinux 0x5404303b pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x5419b652 cgroup_taskset_next +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x5460c8d8 fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x54aa29d6 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x54b29f41 regmap_update_bits_check +EXPORT_SYMBOL_GPL vmlinux 0x54b8ac68 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0x54c09139 __get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x54c1237c extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x54ce3c65 unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x551987ac power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x552a7703 __scsi_get_command +EXPORT_SYMBOL_GPL vmlinux 0x553267b7 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5546a9d4 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x55526907 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x55bff7c1 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x55e7581f pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x55f18960 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x56176b91 wm8994_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x56398615 mark_tsc_unstable +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x5646b97f device_del +EXPORT_SYMBOL_GPL vmlinux 0x564f1dca klist_add_after +EXPORT_SYMBOL_GPL vmlinux 0x56504931 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x5654f836 erst_get_record_id_next +EXPORT_SYMBOL_GPL vmlinux 0x565b6892 uuid_le_gen +EXPORT_SYMBOL_GPL vmlinux 0x56886b19 scatterwalk_map +EXPORT_SYMBOL_GPL vmlinux 0x56947347 dmi_walk +EXPORT_SYMBOL_GPL vmlinux 0x56a2eb41 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x56b63670 lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up +EXPORT_SYMBOL_GPL vmlinux 0x56dfa4c2 pm_generic_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x56e75d47 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x56f64680 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0x5733d762 acpi_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x574779a5 proc_net_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x57581e3d pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x5779d445 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0x57985530 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57de914a ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x57fdd81f invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x5838de73 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x5839fc62 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x58413099 ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x58736736 bmp085_remove +EXPORT_SYMBOL_GPL vmlinux 0x58b2d799 device_init_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x58ba74db platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x58c877a5 pci_renumber_slot +EXPORT_SYMBOL_GPL vmlinux 0x58d74bb8 tpm_open +EXPORT_SYMBOL_GPL vmlinux 0x58fe9409 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x59281a7e ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x59322c0a vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x593e116f class_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5947abbe max77693_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x594aa449 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x595bfc66 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x599bc42a pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x59a1a038 regmap_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x59a66369 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x59b5f99e lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0x59dc6333 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x59e2743e call_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0x59eae699 ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x5a0ae549 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x5a0afb57 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0x5a2b1b67 gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x5a48534a regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x5a7ae1b5 iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a8b086b dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x5ac6261d cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x5ad500ad relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x5af03a28 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x5b015e6c ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0x5b4f11c1 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0x5b628c9d ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x5b94e2e8 arizona_dev_exit +EXPORT_SYMBOL_GPL vmlinux 0x5bab93c7 sock_prot_inuse_add +EXPORT_SYMBOL_GPL vmlinux 0x5bd0a134 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x5be569bf ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5bfc03c3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5c10670c crypto_rng_type +EXPORT_SYMBOL_GPL vmlinux 0x5c350271 acpi_subsys_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x5c8e7d78 raw_seq_open +EXPORT_SYMBOL_GPL vmlinux 0x5c9442ad xenbus_map_ring +EXPORT_SYMBOL_GPL vmlinux 0x5cbb2f68 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x5ce8ded1 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x5d12e48f input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0x5d366dec gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x5d48a650 m2p_find_override_pfn +EXPORT_SYMBOL_GPL vmlinux 0x5d730e7b raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5d87c067 register_acpi_bus_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5dbf1e7a class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x5dd18380 regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x5dd67618 register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5dfa0828 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x5e103c62 cpufreq_frequency_table_cpuinfo +EXPORT_SYMBOL_GPL vmlinux 0x5e14aa39 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x5e490097 xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0x5e4c2935 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x5e51cd74 swiotlb_nr_tbl +EXPORT_SYMBOL_GPL vmlinux 0x5e6254e6 rt_mutex_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5e691a3c debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x5ec16ed9 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x5ecdb867 pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0x5ef85fac arizona_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x5f0c583e debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x5f248f72 set_timer_slack +EXPORT_SYMBOL_GPL vmlinux 0x5f26e06a get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x5f2da8c4 check_tsc_unstable +EXPORT_SYMBOL_GPL vmlinux 0x5f53a560 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0x5f585ddb ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x5f89754e max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0x5fa232de unregister_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x5faf24a9 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x5fc27be9 acpi_dev_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x5fd513c5 extcon_set_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x5fd56f53 crypto_alloc_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x5fdfa2c1 amd_pmu_enable_virt +EXPORT_SYMBOL_GPL vmlinux 0x60227d88 xen_swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0x60506751 unmap_kernel_range_noflush +EXPORT_SYMBOL_GPL vmlinux 0x60514f4b ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0x607594fd sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x608d0ece agp_remove_bridge +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60a8fdec ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x60ad6644 sec_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x60cd73ed pv_apic_ops +EXPORT_SYMBOL_GPL vmlinux 0x60db0856 stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x611006d5 apic +EXPORT_SYMBOL_GPL vmlinux 0x6114d8a4 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x611611ed spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x61634f05 lock_flocks +EXPORT_SYMBOL_GPL vmlinux 0x616b7f9c __mrst_cpu_chip +EXPORT_SYMBOL_GPL vmlinux 0x618f3c45 hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x61a1f33a max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x61bafba9 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0x61ecc9ae crypto_attr_alg2 +EXPORT_SYMBOL_GPL vmlinux 0x623803c8 hest_disable +EXPORT_SYMBOL_GPL vmlinux 0x624a6406 hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x62506704 pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x62a138ba pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x62e1beb5 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x62fc00bb pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x63205de1 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x63443a6e sock_update_netprioidx +EXPORT_SYMBOL_GPL vmlinux 0x635ec980 apei_exec_post_unmap_gars +EXPORT_SYMBOL_GPL vmlinux 0x6390f96e pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x63992a21 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x63a3b70f crypto_init_ahash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x63d954af regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x63d9c5c1 get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0x63ea7aa5 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0x64256424 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0x643b157b md_ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x647b1e1d iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x64cae0b9 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x65169169 put_device +EXPORT_SYMBOL_GPL vmlinux 0x651d3093 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x6527a231 dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x653cb02d intel_msic_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x654c318f ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x655c6efd wm5102_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x6592c5e7 __blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x659e382e bus_set_iommu +EXPORT_SYMBOL_GPL vmlinux 0x65af8b34 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x65b9098a user_read +EXPORT_SYMBOL_GPL vmlinux 0x65bbbc78 schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65d2afa1 tpm_remove_ppi +EXPORT_SYMBOL_GPL vmlinux 0x65d6d0f0 gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x65fa533b usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x661133cd __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x661af691 stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x6620a63d spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x66268d64 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0x663bb333 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x663c16d6 gnttab_grant_foreign_access_subpage_ref +EXPORT_SYMBOL_GPL vmlinux 0x6641f08d tpm_show_caps +EXPORT_SYMBOL_GPL vmlinux 0x6670d76d usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x66834a62 pci_bus_sem +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x669c18fe pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x66ab62cf sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x66b2a859 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x66c78bd2 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x66c919fa ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x66ca3a9a sec_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x66ca4d50 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x66d5a691 pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66e14a28 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x66f21748 pci_pri_stopped +EXPORT_SYMBOL_GPL vmlinux 0x66f90ee6 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x674e13e1 public_key_destroy +EXPORT_SYMBOL_GPL vmlinux 0x67640a61 pci_cleanup_aer_uncorrect_error_status +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x679ff328 spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x67f57533 pwm_set_polarity +EXPORT_SYMBOL_GPL vmlinux 0x680b34ad __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x6812cf8d __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x681822ec usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x6878bc5d platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x6892088c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x68956406 static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x68b271e8 xenbus_bind_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x68cf9d6f cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0x69175415 css_id +EXPORT_SYMBOL_GPL vmlinux 0x6923ce63 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x6930435c cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x6935477d device_schedule_callback_owner +EXPORT_SYMBOL_GPL vmlinux 0x6939d0c9 tpm_gen_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x693ad413 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0x69447467 ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0x6945725e mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0x69891d67 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0x698a899f ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0x698be398 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x69a19375 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0x69a5c1ab tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x69c4e3da blkg_lookup_create +EXPORT_SYMBOL_GPL vmlinux 0x69e9a2cb ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x69fc6a7c pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a00e6ed device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x6a397050 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x6a5fb566 rcu_sched_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x6a60f007 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x6a7fe9fe anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a9ed846 blk_queue_dma_drain +EXPORT_SYMBOL_GPL vmlinux 0x6aa353f9 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x6aaebdd2 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0x6ab922b2 regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x6aba167a regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x6abf02b7 virtqueue_add_buf +EXPORT_SYMBOL_GPL vmlinux 0x6acad21f acpi_get_cpuid +EXPORT_SYMBOL_GPL vmlinux 0x6ad8f372 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x6af0cd91 __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x6afb628b blk_queue_bypass_start +EXPORT_SYMBOL_GPL vmlinux 0x6b264960 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x6b29a1fa ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0x6b336af3 posix_timer_event +EXPORT_SYMBOL_GPL vmlinux 0x6b3c14d7 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x6b3d5c22 wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x6b418411 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x6b94c408 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x6bd7409b ata_acpi_cbl_80wire +EXPORT_SYMBOL_GPL vmlinux 0x6c0ea5a4 xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0x6c1251fd apei_exec_read_register +EXPORT_SYMBOL_GPL vmlinux 0x6c29194f devres_get +EXPORT_SYMBOL_GPL vmlinux 0x6c49c4f2 clockevents_notify +EXPORT_SYMBOL_GPL vmlinux 0x6c4f9b28 stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0x6c73e1b9 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0x6c749afe __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x6c773931 __lock_page_killable +EXPORT_SYMBOL_GPL vmlinux 0x6c779c94 sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x6c8d5ae8 __gpio_get_value +EXPORT_SYMBOL_GPL vmlinux 0x6cbbe541 usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x6cccfb7e skcipher_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6cdda17a virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x6cf29719 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x6cf4c754 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d31e93b tracepoint_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x6d38c2cc pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0x6d485f99 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x6d4b9ee3 class_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x6d50482c tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x6d5c44f8 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x6d8a5aba xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x6dbca430 crypto_nivaead_type +EXPORT_SYMBOL_GPL vmlinux 0x6e14ebc2 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x6e26e717 sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0x6e5860a5 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0x6e58ddf0 gnttab_end_foreign_transfer_ref +EXPORT_SYMBOL_GPL vmlinux 0x6e6226f4 print_context_stack +EXPORT_SYMBOL_GPL vmlinux 0x6e782c23 iomap_create_wc +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6ea32cff crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x6eb65503 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x6edf3e4e br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x6ef12b78 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x6f0e4fd1 ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x6f1ee69e kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x6f58242b fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x6f60d90f rio_get_asm +EXPORT_SYMBOL_GPL vmlinux 0x6f998eee __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0x6fa19dbb __ip_route_output_key +EXPORT_SYMBOL_GPL vmlinux 0x6fb820a9 blkdev_aio_write +EXPORT_SYMBOL_GPL vmlinux 0x6fccbade ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x6fe3d8cf ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6ffb0aef skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x7004389f blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x700792c8 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x701dccd8 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x703189d7 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x704203b2 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x705e826b dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0x706b3a33 cpufreq_frequency_table_get_attr +EXPORT_SYMBOL_GPL vmlinux 0x7079fe4f ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x707ff1bb ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0x708bd95d irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x708efde1 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x70abb63e inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0x70bb651d __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70eabd20 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x70fcef9b xen_register_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x7109d490 pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0x7124a66a ata_acpi_stm +EXPORT_SYMBOL_GPL vmlinux 0x712b3243 arizona_dev_init +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x71955da0 __blkdev_driver_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x71c60043 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x71dc9998 crypto_il_tab +EXPORT_SYMBOL_GPL vmlinux 0x72076ae0 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x72225675 da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x725bff12 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x7267db00 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x72717357 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x72741f25 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x7285f84f unregister_jprobe +EXPORT_SYMBOL_GPL vmlinux 0x728ff806 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x72b15ca8 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x72b212ff regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x72c4e82d crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x72cadad6 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0x72d3ef66 xenbus_dev_attrs +EXPORT_SYMBOL_GPL vmlinux 0x72d44749 xenbus_grant_ring +EXPORT_SYMBOL_GPL vmlinux 0x72dfe417 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x72e7dafd led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0x72fa16a5 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x72ff0c03 usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x73013896 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x7314e755 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL_GPL vmlinux 0x7350f9de crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x735b1cd6 btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0x738fd248 intel_msic_reg_update +EXPORT_SYMBOL_GPL vmlinux 0x738fd98f sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73afc660 da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x73b565b0 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x73cfba8e tpm_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x741dfda9 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0x74392999 mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x743a165e ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini +EXPORT_SYMBOL_GPL vmlinux 0x7452adff user_return_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x74774424 get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0x748d801a pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0x74954462 timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x74abdafa task_handoff_register +EXPORT_SYMBOL_GPL vmlinux 0x74b78e9b rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x74b8ae70 inet_csk_reqsk_queue_prune +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74c08941 kvm_async_pf_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x74deb10c used_vectors +EXPORT_SYMBOL_GPL vmlinux 0x74e972c6 rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x74ea01e7 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x74f141bc xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x74f54f85 relay_close +EXPORT_SYMBOL_GPL vmlinux 0x75112500 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x7521afb6 leave_mm +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x7564e301 blk_rq_check_limits +EXPORT_SYMBOL_GPL vmlinux 0x75711193 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7577b74a setup_irq +EXPORT_SYMBOL_GPL vmlinux 0x7584c8e7 regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x75859954 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x759f515b platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x75c2b9f1 memalloc_socks +EXPORT_SYMBOL_GPL vmlinux 0x75c8a11c inet_twdr_twkill_work +EXPORT_SYMBOL_GPL vmlinux 0x75e179f4 tpm_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x75e8f3c3 crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x764e4fe8 pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0x764f6898 crypto_lookup_aead +EXPORT_SYMBOL_GPL vmlinux 0x76719f56 pwm_config +EXPORT_SYMBOL_GPL vmlinux 0x7688ccf0 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0x770bd5f8 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x770cf981 tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x77156746 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x771aa5f2 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x77213d8c blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0x77214cea sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x7749bb7d blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x775a6ef5 kvm_read_and_reset_pf_reason +EXPORT_SYMBOL_GPL vmlinux 0x77618501 sysfs_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x777c095a cgroup_add_cftypes +EXPORT_SYMBOL_GPL vmlinux 0x77871232 usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x7790adc0 aout_dump_debugregs +EXPORT_SYMBOL_GPL vmlinux 0x779e1f4f debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x77c3ec11 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x77e78218 regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x77e7b7a2 sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0x77e89077 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x77f3f43e blk_queue_bypass_end +EXPORT_SYMBOL_GPL vmlinux 0x77fd6fea blk_queue_bio +EXPORT_SYMBOL_GPL vmlinux 0x780e68ef xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x781f0d59 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x782adb74 hpet_rtc_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x783e61f9 event_storage_mutex +EXPORT_SYMBOL_GPL vmlinux 0x788aa3b2 regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x789757b7 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0x78a3c112 crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x7908376c serial8250_tx_dma +EXPORT_SYMBOL_GPL vmlinux 0x791ef88c __page_file_mapping +EXPORT_SYMBOL_GPL vmlinux 0x792f30b6 gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0x793f4832 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x796c2d48 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x79763252 trace_buffer_unlock_commit_regs +EXPORT_SYMBOL_GPL vmlinux 0x7985e00d bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x7986d786 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x7991fd8d crash_vmclear_loaded_vmcss +EXPORT_SYMBOL_GPL vmlinux 0x79a71c48 kernel_stack_pointer +EXPORT_SYMBOL_GPL vmlinux 0x79c45b28 sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x79ddd9ca cgroup_lock_live_group +EXPORT_SYMBOL_GPL vmlinux 0x79e402ae sysfs_schedule_callback +EXPORT_SYMBOL_GPL vmlinux 0x79e69460 intel_iommu_gfx_mapped +EXPORT_SYMBOL_GPL vmlinux 0x79f08a5c subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x79f9b2e6 ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x7a2e4b44 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7a322d50 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7a4c1438 pv_info +EXPORT_SYMBOL_GPL vmlinux 0x7a7c5175 amd_erratum_383 +EXPORT_SYMBOL_GPL vmlinux 0x7a944007 rcu_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0x7ab3ca18 eventfd_ctx_read +EXPORT_SYMBOL_GPL vmlinux 0x7ab76889 posix_timers_register_clock +EXPORT_SYMBOL_GPL vmlinux 0x7ac8e5b0 acpi_gsi_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x7ae1ae8e cpufreq_frequency_table_put_attr +EXPORT_SYMBOL_GPL vmlinux 0x7b0f1ab3 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x7b1d544d edac_handler_set +EXPORT_SYMBOL_GPL vmlinux 0x7b325ece pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x7b423bcd ablkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x7b6e45f4 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7b923db9 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x7bb756e6 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7bd188e6 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x7bfef978 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x7c1248d9 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x7c12adf3 ata_scsi_simulate +EXPORT_SYMBOL_GPL vmlinux 0x7c671311 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x7c7085ff driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x7c8b43a9 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x7c9f556a hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7cc1b7fd max77693_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cef4d6a irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x7cf1aa77 ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0x7d02ae1c alloc_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x7d44188d rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d8afbd7 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x7dab26b6 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7dc0206d debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x7dc5d0b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7dd47873 crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x7dd703c0 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x7e0a3eb1 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7e0ef97c regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x7e1183c9 async_schedule +EXPORT_SYMBOL_GPL vmlinux 0x7e1ecdc5 register_hotplug_dock_device +EXPORT_SYMBOL_GPL vmlinux 0x7e20877a init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x7e2e835a wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7ec22f9a apei_estatus_check +EXPORT_SYMBOL_GPL vmlinux 0x7ee15a9d shash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x7ee826b9 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0x7ef36c9d sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0x7efe1182 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x7f04ca56 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x7f05145d usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x7f08b7cd rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x7f50e7cf pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x7f64a741 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x7f78a280 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x7f7ff2f9 swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0x7f86d4b1 fpu_finit +EXPORT_SYMBOL_GPL vmlinux 0x7f8ce091 kallsyms_on_each_symbol +EXPORT_SYMBOL_GPL vmlinux 0x7fb1695a sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x7ff10ccf raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x7ffc8718 gpio_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x802317a8 cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x803e50de disk_get_part +EXPORT_SYMBOL_GPL vmlinux 0x803fd0c1 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x805a7ab9 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x8069df3e srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x8098a39f debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80d89249 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x80f3268f __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x80f93279 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x80fc6644 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x810808be ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8115a583 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x8123e676 wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x8149ea54 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0x81796a89 tcp_fetch_timewait_stamp +EXPORT_SYMBOL_GPL vmlinux 0x818b12ab acpi_power_resource_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x81b1b955 pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0x81c244fe usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x81fa065b md_trim_bio +EXPORT_SYMBOL_GPL vmlinux 0x8226642f __gpio_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x822de450 cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x82939ebd rcu_batches_completed_sched +EXPORT_SYMBOL_GPL vmlinux 0x82951685 __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0x82cd19f3 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82dbec19 erst_write +EXPORT_SYMBOL_GPL vmlinux 0x82eefe78 user_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x82f89884 wakeup_source_prepare +EXPORT_SYMBOL_GPL vmlinux 0x83211755 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0x8329e68d register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x833f1584 dma_buf_mmap +EXPORT_SYMBOL_GPL vmlinux 0x835a57d4 platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0x8384e07b key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0x83a5ae2e __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x83c61d99 tpm_show_enabled +EXPORT_SYMBOL_GPL vmlinux 0x840bf4b6 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x843d70ef acpi_is_root_bridge +EXPORT_SYMBOL_GPL vmlinux 0x844d843a sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0x8459a948 acpi_subsys_prepare +EXPORT_SYMBOL_GPL vmlinux 0x845f00d9 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x848a63f6 wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x848cb04b cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0x84bfc927 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x84d55b1e devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x84e83980 arizona_clk32k_enable +EXPORT_SYMBOL_GPL vmlinux 0x85050965 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x85077b08 rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x851de5ae __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x85216155 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0x8545ef59 xen_swiotlb_unmap_sg_attrs +EXPORT_SYMBOL_GPL vmlinux 0x85478a0b inet6_hash_frag +EXPORT_SYMBOL_GPL vmlinux 0x85526eef usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0x856629e7 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x856e8433 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x8570e5e6 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x8571e4a3 extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x8574ca6c gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x85b01f6b ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x85c10896 rcu_batches_completed_bh +EXPORT_SYMBOL_GPL vmlinux 0x85c7f674 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x85d7edfd hpet_set_periodic_freq +EXPORT_SYMBOL_GPL vmlinux 0x85d9b5ad devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0x85fb75f4 usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x862f98a3 xen_create_contiguous_region +EXPORT_SYMBOL_GPL vmlinux 0x863c552c cache_firmware +EXPORT_SYMBOL_GPL vmlinux 0x86527a77 __srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x8656a879 acpi_dev_resource_memory +EXPORT_SYMBOL_GPL vmlinux 0x86623fd7 notify_remote_via_irq +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x86a51007 gnttab_end_foreign_transfer +EXPORT_SYMBOL_GPL vmlinux 0x86aa16e6 klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f8c910 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x8704eb06 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x871bcaa4 irq_find_host +EXPORT_SYMBOL_GPL vmlinux 0x873fbaea edac_atomic_assert_error +EXPORT_SYMBOL_GPL vmlinux 0x87754115 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x87984b16 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x879e203d xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0x87c99a2f pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x87dbaed4 tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x8810ad5e crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0x882de4b4 sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x8831f8b1 kmap_atomic_pfn +EXPORT_SYMBOL_GPL vmlinux 0x883f0eba regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x88485b64 usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x8861cf4f crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b0844e btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x88e3d6a9 swiotlb_tbl_unmap_single +EXPORT_SYMBOL_GPL vmlinux 0x890bb5aa led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x891a5a7f gnttab_max_grant_frames +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x89502f0c gnttab_subpage_grants_available +EXPORT_SYMBOL_GPL vmlinux 0x8956aeae apei_exec_ctx_init +EXPORT_SYMBOL_GPL vmlinux 0x8960befd vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x8a04b9fe tracepoint_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0x8a0e04e7 mmput +EXPORT_SYMBOL_GPL vmlinux 0x8a5c7a80 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0x8a78989f irq_from_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x8a8cb0ac usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x8ab0a789 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x8ab43cf2 tpm_show_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x8ab67510 ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ac5b63e crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x8ad9fd9d __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x8af995aa preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x8afbf7b1 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x8b04668e bind_interdomain_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x8b0bca86 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x8b66f9e0 xen_platform_pci_unplug +EXPORT_SYMBOL_GPL vmlinux 0x8b7026af dm_get_rq_mapinfo +EXPORT_SYMBOL_GPL vmlinux 0x8b752ac1 ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0x8baf4d98 da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x8bcdc51e apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x8bdc44d5 bdi_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c06a108 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x8c0cb2ca fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x8c1558ed dm_kill_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0x8c295c77 ata_sff_busy_sleep +EXPORT_SYMBOL_GPL vmlinux 0x8c38074a unregister_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8c3dcaf4 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x8c421273 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x8c434e4e single_release_net +EXPORT_SYMBOL_GPL vmlinux 0x8c44be5c pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x8c4db1b5 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x8c54f576 ahash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x8c8778ba transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x8c945bf1 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0x8cd9f935 setup_APIC_eilvt +EXPORT_SYMBOL_GPL vmlinux 0x8cdbe225 pci_restore_ats_state +EXPORT_SYMBOL_GPL vmlinux 0x8ce99d92 map_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x8cfc9cf1 device_register +EXPORT_SYMBOL_GPL vmlinux 0x8d03166f ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x8d15430b ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x8d19eef3 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d2ec8c1 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x8d484ec0 i2c_unlock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x8d6aaffd fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x8d76716b sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x8da198fc scsi_register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x8daf33db sysfs_get_dirent +EXPORT_SYMBOL_GPL vmlinux 0x8dcd2db7 xen_swiotlb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x8dede5ec irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x8e1984e5 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8e23c5a5 pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x8e343fb2 devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0x8e6d834d usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0x8e7093a3 ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x8ea0fc61 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x8eacd086 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x8ebd1718 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x8ec6e9d6 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x8edfb574 injectm +EXPORT_SYMBOL_GPL vmlinux 0x8f12669a irq_linear_revmap +EXPORT_SYMBOL_GPL vmlinux 0x8f35efd3 vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x8f382b5b iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f8cee9b register_efivars +EXPORT_SYMBOL_GPL vmlinux 0x8fa29d7c fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x8fb336c8 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x8fb576b8 usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x8fcfa3c4 stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0x8fdbae00 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x900139ac dma_buf_export +EXPORT_SYMBOL_GPL vmlinux 0x9006de45 module_mutex +EXPORT_SYMBOL_GPL vmlinux 0x9009602a acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x9022a3ce bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x9062c322 ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x9068392b class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x90a1004a crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x90c74223 pci_hp_change_slot_info +EXPORT_SYMBOL_GPL vmlinux 0x90e03ade pwm_request +EXPORT_SYMBOL_GPL vmlinux 0x90f9783d pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x9111bfdb of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0x91137722 tpm_show_caps_1_2 +EXPORT_SYMBOL_GPL vmlinux 0x911cc8d6 regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x91485ac8 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x9159b9d6 profile_event_register +EXPORT_SYMBOL_GPL vmlinux 0x916fd750 class_create_file +EXPORT_SYMBOL_GPL vmlinux 0x918ad429 ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x9197efb1 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x91c1d99c pm_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0x91c28a30 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0x91c6016c pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91cac4b3 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x91e977bd rtc_set_mmss +EXPORT_SYMBOL_GPL vmlinux 0x9204da58 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x9242111e usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x9259dcdd md_is_badblock +EXPORT_SYMBOL_GPL vmlinux 0x928085c7 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x929c467f btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x92b57248 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x92b66792 acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0x92c90e22 queue_work +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92d584aa pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x92e7cf54 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x92f6952e ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x93112a8d tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x9312d80e evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x93226faa irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0x93406c31 user_match +EXPORT_SYMBOL_GPL vmlinux 0x9355385c pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0x9374cecb i2c_new_probed_device +EXPORT_SYMBOL_GPL vmlinux 0x9392e2b8 dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0x93a5b125 pci_reset_pri +EXPORT_SYMBOL_GPL vmlinux 0x93d2422d snmp_mib_free +EXPORT_SYMBOL_GPL vmlinux 0x941c7525 rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x9421d85b usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x942cfb07 __class_create +EXPORT_SYMBOL_GPL vmlinux 0x943fc708 xen_setup_shutdown_event +EXPORT_SYMBOL_GPL vmlinux 0x94597cd6 fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x947e119c unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x94851720 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x94a68723 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x94abb745 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0x94c318be apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x94d8b344 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit +EXPORT_SYMBOL_GPL vmlinux 0x9554a408 __pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x956a91ba gpio_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x956bef38 blk_queue_rq_timed_out +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x958f749a usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x95a87561 default_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x95afff0b timed_output_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95bf049f sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x95c62423 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x95e31dca relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x95ed56f7 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x95f9a122 disk_part_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x9613633c devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x96179bf3 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x9621849f ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x962a4fbd inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x964add15 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x9682b26c dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x9698f95e __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x96a22790 vmcore_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x96a50baf register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x96b79c80 usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0x96cbcf31 pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x96dfaa79 usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x96e39ddc scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x974b5535 pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9756135b tps65912_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x97821604 transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x978595f4 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x97889f2f xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0x97b093dd btree_update +EXPORT_SYMBOL_GPL vmlinux 0x97cd8822 remove_irq +EXPORT_SYMBOL_GPL vmlinux 0x980f3ac0 wm5110_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9818c419 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x981d1b85 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x9838c060 sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0x9842f28e blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x988f2715 led_trigger_show +EXPORT_SYMBOL_GPL vmlinux 0x98991a82 cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0x989a5065 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0x989b690b fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x98a5f712 i2c_lock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x98cc564a regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x98d5d20e vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x98dd4ae1 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x98e62860 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x9924c496 __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x9925ab7a acpi_ec_add_query_handler +EXPORT_SYMBOL_GPL vmlinux 0x9946e864 device_rename +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x998ed39a regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x99f08f9e i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0x99f2b2b9 xen_unregister_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x9a006f15 pci_pri_enabled +EXPORT_SYMBOL_GPL vmlinux 0x9a04be47 dma_buf_get +EXPORT_SYMBOL_GPL vmlinux 0x9a0e6a34 power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a1d9458 skcipher_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0x9a4c9b65 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0x9a53e6c6 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x9a556cb8 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x9a63984f driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x9a89dbf7 lpddr2_jedec_min_tck +EXPORT_SYMBOL_GPL vmlinux 0x9a8ad79a iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x9a9824ef btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9aaa041a blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9ac5605a debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x9aca444b get_monotonic_boottime +EXPORT_SYMBOL_GPL vmlinux 0x9aca8a59 xfrm_inner_extract_output +EXPORT_SYMBOL_GPL vmlinux 0x9ad0511a gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9b1b286b dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9b3ef521 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x9b4b9daf page_cache_sync_readahead +EXPORT_SYMBOL_GPL vmlinux 0x9b709b74 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x9b73bc6d fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0x9b7ce207 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x9b913914 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x9b9e9a2f ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x9b9f3648 pcibios_scan_specific_bus +EXPORT_SYMBOL_GPL vmlinux 0x9ba0501e unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ba29ec6 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0x9babf390 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x9bb06aba fuse_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9bd72b78 apei_write +EXPORT_SYMBOL_GPL vmlinux 0x9bec583e hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9c2e4b66 acpi_unregister_gsi +EXPORT_SYMBOL_GPL vmlinux 0x9c496e3f rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x9cb0805d usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x9ccb1788 irq_create_direct_mapping +EXPORT_SYMBOL_GPL vmlinux 0x9d030b99 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0x9d06688b register_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x9d07484c print_context_stack_bp +EXPORT_SYMBOL_GPL vmlinux 0x9d0ca2a4 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0x9d3850e1 gnttab_alloc_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x9d3d0c31 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0x9d52df9b fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x9d568ed1 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x9d5d0414 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x9d8331c0 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x9da8a66e usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0x9dcfaf53 perf_trace_buf_prepare +EXPORT_SYMBOL_GPL vmlinux 0x9dd2b7d5 vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0x9de204d6 device_add +EXPORT_SYMBOL_GPL vmlinux 0x9de782bb device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x9de7d9f5 iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x9df83213 sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x9dfd2fb9 spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x9dfdf722 gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0x9e3aa078 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x9e5a9ec3 acpi_ec_remove_query_handler +EXPORT_SYMBOL_GPL vmlinux 0x9e5ca3f3 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x9ea95423 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x9ebff902 start_thread +EXPORT_SYMBOL_GPL vmlinux 0x9f02f598 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x9f29601a atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x9f366d2a __class_register +EXPORT_SYMBOL_GPL vmlinux 0x9f37e2b6 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0x9f40458c debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x9f5d2d5c usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0x9f73f909 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x9f8150c7 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fd12aa3 devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0xa00a24e0 cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xa0208e02 irq_set_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xa0320d16 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0xa039210a xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0xa05837fe led_classdev_register +EXPORT_SYMBOL_GPL vmlinux 0xa09d54ff dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0xa0afd0b3 ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0xa0c71dac spi_populate_sync_msg +EXPORT_SYMBOL_GPL vmlinux 0xa0df9f38 usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xa0eb7dfb inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0xa10a5702 disk_part_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xa12f9270 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0xa15414fb watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end +EXPORT_SYMBOL_GPL vmlinux 0xa18af882 console_drivers +EXPORT_SYMBOL_GPL vmlinux 0xa1a8d67e pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xa1ac87b7 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0xa1bd7822 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xa1d22491 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0xa2741ce9 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xa288889b pci_configure_slot +EXPORT_SYMBOL_GPL vmlinux 0xa288d71f ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xa28bd561 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0xa2905ab3 iommu_domain_has_cap +EXPORT_SYMBOL_GPL vmlinux 0xa2957c45 extcon_find_cable_index +EXPORT_SYMBOL_GPL vmlinux 0xa2bc6da1 stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0xa2e54c52 free_css_id +EXPORT_SYMBOL_GPL vmlinux 0xa2e67f08 acpi_bus_generate_proc_event4 +EXPORT_SYMBOL_GPL vmlinux 0xa3032510 arizona_clk32k_disable +EXPORT_SYMBOL_GPL vmlinux 0xa3268c57 rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0xa34721a6 __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xa353fffc xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xa3546ee8 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3e7c113 ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0xa3fca123 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0xa4010b3c bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0xa40c98f9 wm5110_irq +EXPORT_SYMBOL_GPL vmlinux 0xa4401b2e platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0xa452c297 hpet_mask_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq +EXPORT_SYMBOL_GPL vmlinux 0xa45d3eaa i2c_new_dummy +EXPORT_SYMBOL_GPL vmlinux 0xa466de38 acpi_processor_ffh_cstate_enter +EXPORT_SYMBOL_GPL vmlinux 0xa47429ac usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa49f99eb register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xa4ca0d4e unregister_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa4d58669 math_state_restore +EXPORT_SYMBOL_GPL vmlinux 0xa507350f aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa50b8980 d_materialise_unique +EXPORT_SYMBOL_GPL vmlinux 0xa55339c3 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0xa594f7ca ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xa5a3870c sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xa5cf2175 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa5df44f0 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xa5df7c5c tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0xa5e0cda8 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xa5e89b47 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0xa5efb452 device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa61b1477 tracepoint_iter_start +EXPORT_SYMBOL_GPL vmlinux 0xa625110d kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0xa6284978 xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xa651230b sysfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xa65bea68 proc_net_fops_create +EXPORT_SYMBOL_GPL vmlinux 0xa679b906 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0xa680f131 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0xa6a0a273 max77693_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xa6a6427d virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6d11596 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6eaa059 rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0xa6fcbb36 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xa7105a24 task_xstate_cachep +EXPORT_SYMBOL_GPL vmlinux 0xa722a819 cpu_has_amd_erratum +EXPORT_SYMBOL_GPL vmlinux 0xa724257f init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xa75312bc call_rcu_sched +EXPORT_SYMBOL_GPL vmlinux 0xa768fae4 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xa7aae053 mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xa7b8796f __rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0xa7c2977f tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0xa7c7c6fb pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xa7e55704 ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xa7f92105 add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0xa7fd1db0 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0xa80985ff pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0xa825250b tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0xa842048a crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xa8554831 crypto_register_pcomp +EXPORT_SYMBOL_GPL vmlinux 0xa87deb30 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0xa8b82a53 xen_destroy_contiguous_region +EXPORT_SYMBOL_GPL vmlinux 0xa8ceae57 shake_page +EXPORT_SYMBOL_GPL vmlinux 0xa8f59416 gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xa9126bff hpet_set_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa9422da3 sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0xa960c5ec led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0xa967f0de inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0xa984f357 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xa9a82042 gnttab_trans_grants_available +EXPORT_SYMBOL_GPL vmlinux 0xa9c530b8 unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa9e199e6 xen_swiotlb_map_sg_attrs +EXPORT_SYMBOL_GPL vmlinux 0xa9e3997d tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0xa9fc3f54 gnttab_grant_foreign_access_trans +EXPORT_SYMBOL_GPL vmlinux 0xaa125024 xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0xaa1d8bb6 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0xaa2a72bf __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0xaa3f13f7 register_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0xaa517f20 extcon_get_cable_state +EXPORT_SYMBOL_GPL vmlinux 0xaa547e26 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0xaa70bc9c debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xaa852c93 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xaa868a0e acpi_power_resource_register_device +EXPORT_SYMBOL_GPL vmlinux 0xaaa3761c power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaaee55d7 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0xab01acbe gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0xab12879f mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0xab17e648 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xab1ee6b3 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request +EXPORT_SYMBOL_GPL vmlinux 0xab7e3362 irq_find_mapping +EXPORT_SYMBOL_GPL vmlinux 0xabb3cd97 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0xabb6556a dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0xabb8a753 hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0xabc47f60 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xabcaea0e sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0xabf379d5 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0xac1c3e0b i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xac1f7823 dma_buf_attach +EXPORT_SYMBOL_GPL vmlinux 0xac2b8efc part_round_stats +EXPORT_SYMBOL_GPL vmlinux 0xac39713c xen_swiotlb_dma_mapping_error +EXPORT_SYMBOL_GPL vmlinux 0xac4e6d99 inet6_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xac4f2f2e usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0xac7488fa queue_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0xac789867 pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xac7b27a7 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0xac97ce32 page_mkclean +EXPORT_SYMBOL_GPL vmlinux 0xac9ce195 kvm_async_pf_task_wait +EXPORT_SYMBOL_GPL vmlinux 0xaca52f47 xen_swiotlb_sync_single_for_device +EXPORT_SYMBOL_GPL vmlinux 0xacafa8e7 vector_used_by_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xacb522d2 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0xacc12a85 tpm_store_cancel +EXPORT_SYMBOL_GPL vmlinux 0xacc742ca anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xace5c0fc usb_bus_list +EXPORT_SYMBOL_GPL vmlinux 0xacf37f61 rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0xacfd81f6 work_cpu +EXPORT_SYMBOL_GPL vmlinux 0xad1f8483 crypto_tfm_in_queue +EXPORT_SYMBOL_GPL vmlinux 0xad33d51b rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xad8d8ab0 xen_physdev_op_compat +EXPORT_SYMBOL_GPL vmlinux 0xada38534 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0xadb865c8 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0xadc785ec kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xadcece2f crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0xade48cfb balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0xadf6aa4d tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xae0c87ee pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xae1954c7 extcon_update_state +EXPORT_SYMBOL_GPL vmlinux 0xae34f63f crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0xae3c24ac md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0xae47cafd blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae6eaf93 hwpoison_filter_dev_minor +EXPORT_SYMBOL_GPL vmlinux 0xae77730b tpm_bios_log_setup +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae7c5411 ms_hyperv +EXPORT_SYMBOL_GPL vmlinux 0xae7d9c6c regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xae7f5e4b find_module +EXPORT_SYMBOL_GPL vmlinux 0xae983309 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xaec013a3 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0xaecf180a wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0xaee348dc debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0xaee9451c adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xaef56afb yield_to +EXPORT_SYMBOL_GPL vmlinux 0xaf6b02cb dio_end_io +EXPORT_SYMBOL_GPL vmlinux 0xafa2b7b9 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xafb4e7a3 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0xafb7ce3c skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0xafb823b5 wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0xafcfddd9 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xafdce2aa wm5110_patch +EXPORT_SYMBOL_GPL vmlinux 0xafe0ca97 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xaff8a032 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0xb0001b34 xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0xb010a07b perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0xb032e504 sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb03963e6 crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0xb04306d0 tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xb074bc68 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xb079a8ce bmp085_probe +EXPORT_SYMBOL_GPL vmlinux 0xb086f27d regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb0ab40be usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0xb0b31ecf blkg_prfill_stat +EXPORT_SYMBOL_GPL vmlinux 0xb0b6038b device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0c50583 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0xb0d601f9 da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb10d55bc cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xb10f7834 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xb12d6f6c da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0xb137738a rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xb140d14c ring_buffer_read +EXPORT_SYMBOL_GPL vmlinux 0xb1425b32 dm_table_add_target_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb1520559 usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0xb15d80bf alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0xb18429eb suspend_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0xb19429bb rtc_irq_set_state +EXPORT_SYMBOL_GPL vmlinux 0xb1acbcce rcu_barrier_sched +EXPORT_SYMBOL_GPL vmlinux 0xb1bba993 tpm_show_owned +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1c2de10 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb1dd1f85 dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0xb1fb1b8c acpi_pci_check_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xb245b0ed fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0xb27f7faa dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb2ad21e0 user_describe +EXPORT_SYMBOL_GPL vmlinux 0xb2baaeb7 register_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0xb2d48a2e queue_work_on +EXPORT_SYMBOL_GPL vmlinux 0xb2d9569c wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2ebba51 rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xb2f259c0 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0xb2ffd665 driver_attach +EXPORT_SYMBOL_GPL vmlinux 0xb3253ed9 hpet_rtc_timer_init +EXPORT_SYMBOL_GPL vmlinux 0xb33b3969 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0xb3500c61 tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb35a7908 mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb35cf654 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0xb36e4992 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0xb39018be ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0xb3efc2b6 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0xb451ebc8 platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0xb46e74bd pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xb489b94a tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0xb49e7653 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0xb4b05bff serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0xb4e14553 gnttab_query_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb53620d1 pci_vpd_find_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xb5363678 ata_sff_data_xfer_noirq +EXPORT_SYMBOL_GPL vmlinux 0xb5538f43 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0xb571bcf2 devres_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb58dcfa2 synchronize_sched_expedited +EXPORT_SYMBOL_GPL vmlinux 0xb5a0e11e lpddr2_jedec_addressing_table +EXPORT_SYMBOL_GPL vmlinux 0xb5b441ae rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0xb5cb8145 hrtimer_get_res +EXPORT_SYMBOL_GPL vmlinux 0xb5d8913d register_jprobe +EXPORT_SYMBOL_GPL vmlinux 0xb5e896fb tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0xb5f17edf perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb5fc4052 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0xb5fd5199 pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0xb60991c2 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0xb6230f1f gnttab_grant_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xb639e968 __bus_register +EXPORT_SYMBOL_GPL vmlinux 0xb659f7e7 usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xb67b2219 cm_suspend_again +EXPORT_SYMBOL_GPL vmlinux 0xb67c64fd __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xb6aeb661 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xb6bc49a9 __supported_pte_mask +EXPORT_SYMBOL_GPL vmlinux 0xb6d3c0eb usb_is_intel_switchable_xhci +EXPORT_SYMBOL_GPL vmlinux 0xb6f0c80b tpm_register_hardware +EXPORT_SYMBOL_GPL vmlinux 0xb718f2f9 sfi_table_parse +EXPORT_SYMBOL_GPL vmlinux 0xb71d96dd synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xb7531b94 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xb7778711 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0xb77a4da2 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0xb7a325c3 unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xb7a4d651 max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xb7d0b26e tpm_bios_log_teardown +EXPORT_SYMBOL_GPL vmlinux 0xb7d7c12e hpet_set_alarm_time +EXPORT_SYMBOL_GPL vmlinux 0xb7e9c9af tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0xb7eb87cd raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xb7f77027 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0xb81a0089 da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xb84297dd dma_buf_vmap +EXPORT_SYMBOL_GPL vmlinux 0xb86bcceb klist_next +EXPORT_SYMBOL_GPL vmlinux 0xb8873c3e get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xb8a53123 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0xb8bc0640 get_device +EXPORT_SYMBOL_GPL vmlinux 0xb8d40e96 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0xb8d94284 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0xb8e6abd5 device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0xb8e99f3a __netpoll_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xb8eccc97 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xb903674c scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xb9176155 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0xb936b0e9 tpm_release +EXPORT_SYMBOL_GPL vmlinux 0xb944f7a7 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0xb94cbd19 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0xb96be439 rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0xb99d5837 xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xb9ad29d9 dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xb9b2b89d page_cache_async_readahead +EXPORT_SYMBOL_GPL vmlinux 0xb9b6a7ff rtc_irq_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9da2997 snmp_fold_field64 +EXPORT_SYMBOL_GPL vmlinux 0xb9fc708b queue_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xba1d69c4 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0xba29cc41 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0xba540ee7 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xba8c6e94 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0xbac6c202 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0xbad277c4 tpm_write +EXPORT_SYMBOL_GPL vmlinux 0xbb038ce4 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xbb0a2666 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb0bbb82 acpi_dev_resource_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xbb1f04e1 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xbb2e1cfe crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0xbb360440 fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0xbb58b814 iomap_free +EXPORT_SYMBOL_GPL vmlinux 0xbbb98859 edid_info +EXPORT_SYMBOL_GPL vmlinux 0xbbe57099 fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xbbeba168 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xbbf64668 pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0xbc19ab11 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xbc1c1a35 ata_common_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0xbc2bf721 blocking_notifier_chain_cond_register +EXPORT_SYMBOL_GPL vmlinux 0xbc568a00 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0xbc6da96d pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0xbc6f931b workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xbc864f43 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xbca0201a sfi_mrtc_array +EXPORT_SYMBOL_GPL vmlinux 0xbcb838a1 amd_flush_garts +EXPORT_SYMBOL_GPL vmlinux 0xbcc2e425 modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xbccfd4d8 register_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbd1056f5 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0xbd3b64ab hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0xbd43acf2 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0xbd506a46 unregister_hotplug_dock_device +EXPORT_SYMBOL_GPL vmlinux 0xbd5cb8b9 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0xbd60fd3d usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0xbd72745e rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0xbd7e44aa blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbdd295f0 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xbdd2f42a rcu_bh_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0xbdd5f10f apei_hest_parse +EXPORT_SYMBOL_GPL vmlinux 0xbe0e4534 regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xbe1887e4 ata_unpack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xbe5a7346 driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0xbe66ec8d usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0xbe73089a sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0xbe977632 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xbed9dfef acpi_i2c_register_devices +EXPORT_SYMBOL_GPL vmlinux 0xbef6f70f crypto_blkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0xbefd9c3a replace_page_cache_page +EXPORT_SYMBOL_GPL vmlinux 0xbf511780 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xbf5222c8 dma_buf_map_attachment +EXPORT_SYMBOL_GPL vmlinux 0xbf5ec8e7 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0xbf9f9d59 acpi_subsys_resume_early +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfd8b1aa regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xbffcb3b7 acpi_os_get_iomem +EXPORT_SYMBOL_GPL vmlinux 0xc00131cf visitor64 +EXPORT_SYMBOL_GPL vmlinux 0xc0268598 mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc0871e89 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc0bf2001 device_store_int +EXPORT_SYMBOL_GPL vmlinux 0xc0bf6ead timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xc0c2d130 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0xc0d0f1b4 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xc0d26387 kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc0e75cec visitor128 +EXPORT_SYMBOL_GPL vmlinux 0xc1034544 tpm_show_active +EXPORT_SYMBOL_GPL vmlinux 0xc10f2b8e cgroup_unlock +EXPORT_SYMBOL_GPL vmlinux 0xc116e042 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xc11b4470 balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0xc11bd00f tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc11dbc8b sched_setscheduler +EXPORT_SYMBOL_GPL vmlinux 0xc128c399 evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0xc12d6dd2 stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0xc12f8272 extcon_set_cable_state +EXPORT_SYMBOL_GPL vmlinux 0xc135af4e iommu_domain_get_attr +EXPORT_SYMBOL_GPL vmlinux 0xc164642e xenbus_otherend_changed +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc18390b6 xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0xc18578ed process_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc18e87b3 save_stack_trace_tsk +EXPORT_SYMBOL_GPL vmlinux 0xc1955885 dm_underlying_device_busy +EXPORT_SYMBOL_GPL vmlinux 0xc1ae14d7 disk_map_sector_rcu +EXPORT_SYMBOL_GPL vmlinux 0xc1f4da23 acpi_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0xc21fab31 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc239c94c fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0xc25a08df sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xc26351f8 bind_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xc2747497 tcp_peer_is_proven +EXPORT_SYMBOL_GPL vmlinux 0xc280fb46 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0xc28de3ea regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc29728b9 debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0xc2a2f1dd platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc2bcd7a1 ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xc2e5a234 devres_add +EXPORT_SYMBOL_GPL vmlinux 0xc30cda44 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0xc335117c spi_async_locked +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc34c1b83 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xc34efe27 snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0xc360a9a6 xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0xc37226a5 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xc38f7756 register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc3ac6430 regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xc3efaf34 tcp_init_congestion_ops +EXPORT_SYMBOL_GPL vmlinux 0xc40a27ff __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0xc414b1ca dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0xc4178f0c pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc45d79dd m2p_add_override +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc473042e dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0xc48b7ccf ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0xc4992f16 ata_eh_thaw_port +EXPORT_SYMBOL_GPL vmlinux 0xc51522f1 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xc52e22fe __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xc5397da6 xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xc5778e29 sysfs_put +EXPORT_SYMBOL_GPL vmlinux 0xc596c7e2 pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xc5981a54 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0xc59c012e add_page_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xc5a054dc ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0xc5ab7e46 xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0xc5bab3fe btree_init +EXPORT_SYMBOL_GPL vmlinux 0xc5c264a5 amd_erratum_400 +EXPORT_SYMBOL_GPL vmlinux 0xc5d0c7dd inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xc5fbc5df wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0xc60f75ec __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc6531cd4 inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0xc65d3eed ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc670e835 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xc67e6060 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xc69a6074 spi_master_resume +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6e7d57b __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc7002ac4 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0xc704a213 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0xc72e1233 __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xc73df6bf tcp_death_row +EXPORT_SYMBOL_GPL vmlinux 0xc74876c2 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xc77d3c22 crypto_create_tfm +EXPORT_SYMBOL_GPL vmlinux 0xc79e7f4a xattr_getsecurity +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7c4c313 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0xc7c6391c mpi_set_buffer +EXPORT_SYMBOL_GPL vmlinux 0xc7c9c66d register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc7e4c538 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xc7f58084 skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0xc7faa7cb clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0xc832fce2 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0xc87c1f84 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xc87e487a sched_clock_idle_sleep_event +EXPORT_SYMBOL_GPL vmlinux 0xc8823187 simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0xc8b2bfb8 ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0xc8c79c28 dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0xc91277a1 kgdb_schedule_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc9302a76 rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc96b459a pci_intx +EXPORT_SYMBOL_GPL vmlinux 0xc97e7f99 __sock_recv_ts_and_drops +EXPORT_SYMBOL_GPL vmlinux 0xc991cc63 tps65912_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xc993ed4f usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0xc9a660c1 srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xc9b1fb6c crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xc9c3f176 hpet_register_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xc9c68425 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9fdb2c9 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0xca03f06f spi_master_suspend +EXPORT_SYMBOL_GPL vmlinux 0xca1a4b9e ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0xca3dd15b tty_prepare_flip_string_flags +EXPORT_SYMBOL_GPL vmlinux 0xca7859bd dma_buf_kunmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca81ea9a xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0xca85d8cf tracepoint_probe_update_all +EXPORT_SYMBOL_GPL vmlinux 0xca968335 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0xcab42802 tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0xcabb83dc virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcabfb588 dma_buf_detach +EXPORT_SYMBOL_GPL vmlinux 0xcb145889 bmp085_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xcb15eee9 sdhci_pci_get_data +EXPORT_SYMBOL_GPL vmlinux 0xcb457b50 blkdev_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xcb605d84 xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0xcb88cfa4 sec_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xcb91cc6f intel_scu_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcb9cb460 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcba45e69 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0xcbea6c68 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0xcbee20b2 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0xcbf8ad26 pwm_free +EXPORT_SYMBOL_GPL vmlinux 0xcbfd1394 xenbus_dev_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xcc1f1c3d inet_twdr_hangman +EXPORT_SYMBOL_GPL vmlinux 0xcc271d9d rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0xcc37f139 perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0xcc3da32d aer_recover_queue +EXPORT_SYMBOL_GPL vmlinux 0xcc6289ab fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0xcc6ab305 is_dock_device +EXPORT_SYMBOL_GPL vmlinux 0xcc8d4d37 unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0xcc9fc40f cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xccb72d3e invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xccc957fe pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0xccc9712a usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccd09ee9 eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0xccd1d0e4 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0xccea4e34 perf_get_x86_pmu_capability +EXPORT_SYMBOL_GPL vmlinux 0xccf59e96 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xcd0a2082 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0xcd0d86e3 mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0xcd1adf29 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xcd211b96 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0xcd26ed99 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0xcd357b5d regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xcd44704a uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xcd539891 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd9b82e2 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcda4e356 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0xcdbb949b scsi_unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xce0b9b59 max77693_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xce238816 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xce2d9d88 devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xce3371ec ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0xce345af7 bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0xce46e140 ktime_get_ts +EXPORT_SYMBOL_GPL vmlinux 0xce648e6e posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0xce6a9d9a trace_current_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0xce840858 usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0xceac98f5 tpm_show_pubek +EXPORT_SYMBOL_GPL vmlinux 0xceb819f3 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xcecac34e pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0xced34eb9 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee559da unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xcef1dd0e perf_check_microcode +EXPORT_SYMBOL_GPL vmlinux 0xcf4590dd rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xcf5b9712 x86_hyper_kvm +EXPORT_SYMBOL_GPL vmlinux 0xcf5d1c0b ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0xcf603416 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xcf6e1907 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0xcf9df9df locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0xcfb5871c irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xcfc62f27 xen_start_info +EXPORT_SYMBOL_GPL vmlinux 0xcfc68341 synchronize_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0xcfc89eee rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcfcc83ad register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcff52883 blkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xcffa2aff spi_populate_width_msg +EXPORT_SYMBOL_GPL vmlinux 0xd0124fd6 blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xd03c7700 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xd0458ccb xenbus_strstate +EXPORT_SYMBOL_GPL vmlinux 0xd04b9b9a cgroup_unload_subsys +EXPORT_SYMBOL_GPL vmlinux 0xd04c608b crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0xd05464d6 cm_notify_event +EXPORT_SYMBOL_GPL vmlinux 0xd0932294 __css_put +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0e1fc0e ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd0e34b0b cgroup_taskset_first +EXPORT_SYMBOL_GPL vmlinux 0xd0e7b801 balloon_mapping_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd0ff9946 rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xd1274b29 led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0xd147ae00 single_open_net +EXPORT_SYMBOL_GPL vmlinux 0xd14bc4d9 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xd14d6360 tps65912_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xd1507e59 erst_clear +EXPORT_SYMBOL_GPL vmlinux 0xd16712f3 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xd16740f6 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xd1b02028 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0xd1b2db37 tracepoint_probe_register_noupdate +EXPORT_SYMBOL_GPL vmlinux 0xd1cf6eed xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd1ede2a6 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0xd1fe4e5c acpi_subsys_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd216e3c8 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0xd217ce9f wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd2585688 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd297f044 devres_release +EXPORT_SYMBOL_GPL vmlinux 0xd2a3dd4f cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xd2a8caf0 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd2aaeb4e kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xd2c58ab2 apei_exec_noop +EXPORT_SYMBOL_GPL vmlinux 0xd2c8d2a0 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0xd2cbc658 x86_platform +EXPORT_SYMBOL_GPL vmlinux 0xd2d4dac8 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xd2f31228 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0xd3209f0f stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xd32fe193 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xd33e039a security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0xd3513848 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0xd36aa0d4 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0xd37808a7 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd37e13b4 regulator_set_optimum_mode +EXPORT_SYMBOL_GPL vmlinux 0xd39a8069 adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd3bc8dbc __inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0xd3e6528f hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd44db010 ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0xd4504634 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0xd472f9eb securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4cf625f fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0xd4d209a6 __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xd4d5b0df ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0xd4d8c17f sysfs_rename_link +EXPORT_SYMBOL_GPL vmlinux 0xd544e902 pgprot_writecombine +EXPORT_SYMBOL_GPL vmlinux 0xd550560f __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xd55363f1 ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd56a128a ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0xd56bdcb6 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0xd5855731 sg_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xd58fc344 dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xd59668e6 unlock_flocks +EXPORT_SYMBOL_GPL vmlinux 0xd5b81ee6 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0xd5bd7dac ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd5da23d2 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xd6203a12 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0xd629dd13 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0xd6345c56 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xd63fd52b usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0xd6428b01 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd67f5217 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd6a453c5 __ablkcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0xd6c23eec acpi_register_gsi +EXPORT_SYMBOL_GPL vmlinux 0xd6c2e04b __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xd6e93fec i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0xd6ed3a8e cper_next_record_id +EXPORT_SYMBOL_GPL vmlinux 0xd6feefa5 agp_num_entries +EXPORT_SYMBOL_GPL vmlinux 0xd705b4c7 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0xd705c660 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0xd72feba2 xenbus_read_driver_state +EXPORT_SYMBOL_GPL vmlinux 0xd74495ca pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0xd760fa34 blkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0xd7638fea shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd77c0bc8 klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xd796cf57 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0xd79f5d6b dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xd7ab2c0c speedstep_detect_processor +EXPORT_SYMBOL_GPL vmlinux 0xd7ae6346 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xd7bd6b7a find_symbol +EXPORT_SYMBOL_GPL vmlinux 0xd7d5de0d da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0xd7d79132 put_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0xd808989e usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xd809ae2b hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xd81953e0 digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xd820c283 eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xd8250a5c iounmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0xd8504219 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xd8525ea7 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0xd85ac634 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xd8626d86 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0xd87601cc ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xd885c245 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0xd893d1f3 wm8994_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xd90e80a2 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0xd919806a amd_cache_northbridges +EXPORT_SYMBOL_GPL vmlinux 0xd91b08ef virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0xd91ffee2 wm8400_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xd9249a07 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xd92df852 driver_find +EXPORT_SYMBOL_GPL vmlinux 0xd9341e5c iommu_group_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd942d353 ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0xd94b737e erst_read +EXPORT_SYMBOL_GPL vmlinux 0xd95c1da7 xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0xd981b224 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0xd996e00f tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0xd9cc279a dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0xd9d15499 ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xd9d7f623 pkey_id_type +EXPORT_SYMBOL_GPL vmlinux 0xd9ecb670 ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xda050109 irq_domain_add_nomap +EXPORT_SYMBOL_GPL vmlinux 0xda21c35d devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0xda3a7ca9 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xda44cb37 setup_charger_manager +EXPORT_SYMBOL_GPL vmlinux 0xda54d495 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xda56b744 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0xdaa528b7 acpi_dev_resource_io +EXPORT_SYMBOL_GPL vmlinux 0xdaa754e6 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdb04cacc tracepoint_probe_unregister_noupdate +EXPORT_SYMBOL_GPL vmlinux 0xdb17e65e regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0xdb378e6e skcipher_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0xdb37fb8c wm5110_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0xdb3e7f5b devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb8bb356 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xdbd1bdc5 iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0xdbeebb0d skb_gro_receive +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdbf97fcf blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0xdc14a211 xen_hvm_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0xdc1d6c41 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xdc59a32f wakeup_source_drop +EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list +EXPORT_SYMBOL_GPL vmlinux 0xdc6f396c led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0xdc714560 register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xdc7e2561 fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc8fa815 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0xdc9060dd usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xdc90dd6e hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdca1f095 platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0xdca96420 xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0xdce57037 apei_estatus_print +EXPORT_SYMBOL_GPL vmlinux 0xdd08b1b0 tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xdd2efc0f ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0xdd315807 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0xdd56bd5d led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0xdd9180bf crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0xdd983c68 unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xddb6962e register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xddbf4a75 usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0xddd58dc0 ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0xde44ef28 cpufreq_get_measured_perf +EXPORT_SYMBOL_GPL vmlinux 0xde747356 intel_msic_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xde8f877f kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xdeb9fb5a ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0xdec84bdc __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0xdee042f9 ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0xdef6b441 blk_unprep_request +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf13dfaf pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0xdf1882af dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0xdf1bdb76 set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0xdf1c6c68 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0xdf33b5b8 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0xdf54cd26 __put_net +EXPORT_SYMBOL_GPL vmlinux 0xdf75913d wm8350_device_exit +EXPORT_SYMBOL_GPL vmlinux 0xdf81fb38 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0xdfa1fd06 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0xdfa2005f ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0xdfb94b8c nfq_ct_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0xdfc05ea6 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0xdfc4cc75 devres_find +EXPORT_SYMBOL_GPL vmlinux 0xdfd260c5 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0xdff63fe5 ata_eh_qc_retry +EXPORT_SYMBOL_GPL vmlinux 0xe007de41 kallsyms_lookup_name +EXPORT_SYMBOL_GPL vmlinux 0xe02eb6d0 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0xe032d054 md_run +EXPORT_SYMBOL_GPL vmlinux 0xe0602c87 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0xe069b06f spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0xe089cfcc agp_memory_reserved +EXPORT_SYMBOL_GPL vmlinux 0xe0c77bb5 mce_notify_irq +EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin +EXPORT_SYMBOL_GPL vmlinux 0xe1168d9a fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0xe11753d5 bsg_request_fn +EXPORT_SYMBOL_GPL vmlinux 0xe13867a8 tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xe13e12e8 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0xe143a2ed debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0xe15f470d usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0xe16715cc ata_base_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xe172e383 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xe17c2c64 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0xe1aca2a5 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xe1b827d8 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0xe1ca3f37 put_pid +EXPORT_SYMBOL_GPL vmlinux 0xe1dd2cb3 smp_ops +EXPORT_SYMBOL_GPL vmlinux 0xe1f1bcd9 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xe20ec9de fuse_conn_kill +EXPORT_SYMBOL_GPL vmlinux 0xe20f2b18 usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xe225292b inet6_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0xe254ec0b wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xe272d499 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0xe27ddc97 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0xe2822dcb device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0xe2898883 bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0xe295c0ff is_hpet_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe2ae6be3 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xe2d59767 xenbus_unmap_ring +EXPORT_SYMBOL_GPL vmlinux 0xe2dd67e5 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xe2fd6663 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0xe3043ff9 request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xe309d9bc bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe3482f23 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xe37974ae fat_attach +EXPORT_SYMBOL_GPL vmlinux 0xe384a102 usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xe3a64632 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0xe3bc7fd4 hpet_unregister_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xe3fc1023 __inet_hash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0xe41534ce bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0xe4223b0a ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe439815c erst_get_record_count +EXPORT_SYMBOL_GPL vmlinux 0xe464887b device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xe476757b ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0xe47a8690 device_move +EXPORT_SYMBOL_GPL vmlinux 0xe49a42ce extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe4a171ae subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xe4a8d326 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0xe4bedfdc ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0xe4bfa6f1 sec_reg_update +EXPORT_SYMBOL_GPL vmlinux 0xe4c331b6 acpi_os_unmap_memory +EXPORT_SYMBOL_GPL vmlinux 0xe4e24578 ata_eh_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0xe4e68bc8 apei_map_generic_address +EXPORT_SYMBOL_GPL vmlinux 0xe4e86c24 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0xe5302ec4 ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0xe533b5a3 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0xe5819b2a tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0xe58409a1 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58fb452 aer_irq +EXPORT_SYMBOL_GPL vmlinux 0xe608776d ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xe616a18b tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0xe63fd3a3 blk_queue_flush_queueable +EXPORT_SYMBOL_GPL vmlinux 0xe6488b47 cpufreq_notify_transition +EXPORT_SYMBOL_GPL vmlinux 0xe64ad8ea unregister_nmi_handler +EXPORT_SYMBOL_GPL vmlinux 0xe651f76e selinux_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe65ecef7 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xe6886205 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0xe68b37df usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0xe69507a8 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0xe6e1c5fe uuid_be_gen +EXPORT_SYMBOL_GPL vmlinux 0xe6eaf563 tpm_dev_vendor_release +EXPORT_SYMBOL_GPL vmlinux 0xe71f113e cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0xe7232e0f user_return_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe731c4d1 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0xe7652473 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe779fcbd set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xe7bcab3e platform_bus +EXPORT_SYMBOL_GPL vmlinux 0xe7ded859 isa_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr +EXPORT_SYMBOL_GPL vmlinux 0xe80b9117 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0xe8156f3f md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe83df573 each_symbol_section +EXPORT_SYMBOL_GPL vmlinux 0xe84c5a78 device_attach +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe850a6c7 __module_address +EXPORT_SYMBOL_GPL vmlinux 0xe85e46c3 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe8a7e922 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0xe8dfc966 flush_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0xe92f735d iommu_map +EXPORT_SYMBOL_GPL vmlinux 0xe937e96b rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe9587909 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0xe98649eb static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0xe9967d77 __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xe99f2bba pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0xe9a9d081 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe9b59def ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9ed7c9e blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe9f7f777 __blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0xe9f97e21 kern_mount_data +EXPORT_SYMBOL_GPL vmlinux 0xea01d81b sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xea065e01 task_handoff_unregister +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea1b0a51 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0xea2c4d26 tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0xea4128b2 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0xea418e0f atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0xea5eeeed use_mm +EXPORT_SYMBOL_GPL vmlinux 0xea7208cd kick_process +EXPORT_SYMBOL_GPL vmlinux 0xeae23a3d inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xeae450c3 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0xeae52105 aead_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0xeb258f58 tcp_is_cwnd_limited +EXPORT_SYMBOL_GPL vmlinux 0xeb370805 __apei_exec_run +EXPORT_SYMBOL_GPL vmlinux 0xeb3f17e7 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0xeb687f19 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xeb92dd23 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xeb9abbee ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xebb9ad24 xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0xebec57c4 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xebef5d1c usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0xec1b043e regulator_suspend_prepare +EXPORT_SYMBOL_GPL vmlinux 0xec25f967 klist_del +EXPORT_SYMBOL_GPL vmlinux 0xec2b40ad device_create +EXPORT_SYMBOL_GPL vmlinux 0xec5c7d60 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0xec70a1c5 crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0xec872d07 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xeca4a3e9 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0xecce111e disk_part_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xecd89c88 user_update +EXPORT_SYMBOL_GPL vmlinux 0xed07692b pci_intx_mask_supported +EXPORT_SYMBOL_GPL vmlinux 0xed23f8cd serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0xed2b4ad7 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xed3515f5 bmp085_detect +EXPORT_SYMBOL_GPL vmlinux 0xed52f156 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xedbc6f67 gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xedc71de5 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0xedd1ca26 blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0xedf3f1f1 do_machine_check +EXPORT_SYMBOL_GPL vmlinux 0xedfc4ca0 sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xee04d16f serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0xee274f97 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0xee2c486e xen_swiotlb_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0xee5ae784 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0xee8cc283 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xeeaf2d24 usb_enable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xeec24d31 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0xeed19aed iommu_present +EXPORT_SYMBOL_GPL vmlinux 0xeeea55df mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0xeef14895 crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0xeefa4d06 pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0xef098ef9 crypto_init_spawn2 +EXPORT_SYMBOL_GPL vmlinux 0xef1f6e23 apei_resources_request +EXPORT_SYMBOL_GPL vmlinux 0xef23d470 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0xef409b74 kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0xef55d6f5 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xef65db6d fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0xef6bf125 usb_bus_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef782b88 gnttab_grant_foreign_access_subpage +EXPORT_SYMBOL_GPL vmlinux 0xef79c5e3 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0xef8a8156 __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xef8c7850 pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0xef94e17d blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0xef9836b5 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0xef98818b inet6_destroy_sock +EXPORT_SYMBOL_GPL vmlinux 0xefc91531 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0xefef0909 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xeff3732b ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xf001dc80 irq_domain_add_linear +EXPORT_SYMBOL_GPL vmlinux 0xf054ac97 intel_msic_irq_read +EXPORT_SYMBOL_GPL vmlinux 0xf054ad18 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0xf0696401 acpi_pci_detect_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xf06c1cc7 unregister_timer_hook +EXPORT_SYMBOL_GPL vmlinux 0xf07c6b8d nf_unregister_afinfo +EXPORT_SYMBOL_GPL vmlinux 0xf08b67dc usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xf0921ae5 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0xf0dfdb55 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf0f5dbc2 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0xf12a9e23 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xf162b699 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0xf17661e8 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0xf178e757 __blk_put_request +EXPORT_SYMBOL_GPL vmlinux 0xf183e28e wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf1936718 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0xf1aae32e acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on +EXPORT_SYMBOL_GPL vmlinux 0xf1b551d9 ibft_addr +EXPORT_SYMBOL_GPL vmlinux 0xf1d02a33 sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0xf1e5d80f async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0xf2152ad8 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xf2442cbc crypto_ablkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0xf2833c70 ref_module +EXPORT_SYMBOL_GPL vmlinux 0xf29282b5 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0xf29581d2 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0xf2c18955 xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0xf2d7f809 __trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0xf2de4476 bus_find_device_by_name +EXPORT_SYMBOL_GPL vmlinux 0xf2e07542 dma_buf_put +EXPORT_SYMBOL_GPL vmlinux 0xf2e7a560 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0xf2fca922 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0xf30e105d ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xf30fda27 lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf37fd342 mnt_clone_write +EXPORT_SYMBOL_GPL vmlinux 0xf389d87d vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b93a97 cgroup_lock_is_held +EXPORT_SYMBOL_GPL vmlinux 0xf3dd036d regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0xf40445df regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf426dc31 dma_buf_kmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0xf434fdeb usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0xf45190f4 xen_find_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xf45b3707 tpm_show_durations +EXPORT_SYMBOL_GPL vmlinux 0xf494f618 mmc_regulator_get_ocrmask +EXPORT_SYMBOL_GPL vmlinux 0xf499fdb2 rcu_barrier_bh +EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf5285a10 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xf53cc232 acpi_dev_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf564304b swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0xf5785b42 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xf5945bac gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5a8377e ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0xf5a99d3b ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0xf5ab9d63 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0xf5b79ea5 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0xf5bb05de __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf5c73d71 class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf611eecf pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0xf62c3497 device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xf681db53 attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0xf6889ec1 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xf6e04730 event_storage +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf7016530 xenbus_gather +EXPORT_SYMBOL_GPL vmlinux 0xf7322bc8 pv_time_ops +EXPORT_SYMBOL_GPL vmlinux 0xf74656ab regulator_can_change_voltage +EXPORT_SYMBOL_GPL vmlinux 0xf7543a75 rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0xf7792bfa kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0xf7a14f56 apei_mce_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0xf7d0ca1a __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0xf7f9c2df inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0xf7f9cb7f led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf8116490 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xf811a8cb pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0xf818ccce tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0xf82f16b3 execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0xf861e8e0 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0xf87ac6ab blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0xf8802492 print_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0xf892ba7d pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8fdc01f tpm_read +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3d0b kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0xf9000834 tcp_reno_min_cwnd +EXPORT_SYMBOL_GPL vmlinux 0xf927db79 ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xf92ce956 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0xf92f964d sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0xf93721ed rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xf9765833 dmi_match +EXPORT_SYMBOL_GPL vmlinux 0xf97666a0 set_memory_rw +EXPORT_SYMBOL_GPL vmlinux 0xf983e6e4 crypto_ahash_type +EXPORT_SYMBOL_GPL vmlinux 0xf997d715 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9ca3160 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xf9d01458 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf9d9264e xen_have_vector_callback +EXPORT_SYMBOL_GPL vmlinux 0xf9f23062 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0xfa012fe7 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa1f4662 scatterwalk_start +EXPORT_SYMBOL_GPL vmlinux 0xfa2b7942 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xfa36a0b6 crypto_init_spawn +EXPORT_SYMBOL_GPL vmlinux 0xfaa9b83a crypto_alloc_instance2 +EXPORT_SYMBOL_GPL vmlinux 0xfab6a91a relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0xfab83caf public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0xfad36ee3 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xfafa93cd fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0xfb05c9b4 async_unregister_domain +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb4abb7d pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0xfb4c0d25 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0xfb64b230 acpi_processor_ffh_cstate_probe +EXPORT_SYMBOL_GPL vmlinux 0xfb65ab94 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb81d65f da903x_update +EXPORT_SYMBOL_GPL vmlinux 0xfb8706ac apei_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xfb9bf32f vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xfbaece89 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xfbb52e33 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0xfbe0d499 menu_hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfbe8c979 cgroup_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0xfbf9be5d register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xfc044ebf __rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfc176fbb crypto_alloc_ablkcipher +EXPORT_SYMBOL_GPL vmlinux 0xfc28fd99 xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfc968c8b apei_exec_write_register_value +EXPORT_SYMBOL_GPL vmlinux 0xfca46cd0 acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0xfcac9be4 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0xfcd7bc0b ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0xfce6a8db cred_to_ucred +EXPORT_SYMBOL_GPL vmlinux 0xfd05464b klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0xfd14caff rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xfd2ebeb9 dma_buf_end_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0xfd469f28 usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0xfd51b281 gnttab_end_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xfd568a97 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable +EXPORT_SYMBOL_GPL vmlinux 0xfdf17d8c xen_swiotlb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0xfdf9b1d6 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0xfe2e2917 hrtimer_start +EXPORT_SYMBOL_GPL vmlinux 0xfe31e381 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0xfe59c1d3 ahash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0xfe643dc5 scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0xfe7252d4 usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0xfe727411 get_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xfe74348c tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0xfe8e6b0f pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfea31ef4 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0xfecb2266 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfeda4e1c look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xfef8a166 trace_current_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff098f29 tps80031_ext_power_req_config +EXPORT_SYMBOL_GPL vmlinux 0xff5168d6 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0xff5f2b0e __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0xff742e9f fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0xffa4c4ec cgroup_lock +EXPORT_SYMBOL_GPL vmlinux 0xffac9709 driver_register +EXPORT_SYMBOL_GPL vmlinux 0xffb35ed9 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0xffbf13f4 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xffea0afe rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xffeb2d38 pci_ats_queue_depth --- linux-lowlatency-3.8.0.orig/debian.master/abi/3.8.0-19.30/i386/generic.modules +++ linux-lowlatency-3.8.0/debian.master/abi/3.8.0-19.30/i386/generic.modules @@ -0,0 +1,3916 @@ +3c501 +3c503 +3c505 +3c507 +3c509 +3c515 +3c574_cs +3c589_cs +3c59x +3w-9xxx +3w-sas +3w-xxxx +53c700 +6lowpan +6pack +8021q +8139cp +8139too +8250_accent +8250_boca +8250_dw +8250_exar_st16c554 +8250_fourport +8250_hub6 +8255 +8255_pci +82596 +8390 +8390p +88pm800 +88pm805 +88pm80x +88pm80x_onkey +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +88pm860x-ts +9p +9pnet +9pnet_rdma +9pnet_virtio +a100u2w +a3d +a8293 +aacraid +aat2870_bl +aat2870-regulator +ab3100 +ab3100-otp +abituguru +abituguru3 +ablk_helper +ac3200 +ac97_bus +acard-ahci +acecad +acenic +acerhdf +acer-wmi +acl7225b +acpi_ipmi +acpi_pad +acpiphp +acpiphp_ibm +acpi_power_meter +acquirewdt +act2000 +act200l-sir +act_csum +act_gact +act_ipt +actisys-sir +act_mirred +act_nat +act_pedit +act_police +act_simple +act_skbedit +ad2s1200 +ad2s1210 +ad2s90 +ad5064 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5624r_spi +ad5686 +ad5755 +ad5764 +ad5791 +ad5930 +ad5933 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7152 +ad7192 +ad7266 +ad7280a +ad7291 +ad7298 +ad7314 +ad7414 +ad7418 +ad7476 +ad7606 +ad7746 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad799x +ad8366 +ad9523 +ad9832 +ad9834 +ad9850 +ad9852 +ad9910 +ad9951 +adcxx +addi_apci_035 +addi_apci_1032 +addi_apci_1500 +addi_apci_1516 +addi_apci_1564 +addi_apci_16xx +addi_apci_2032 +addi_apci_2200 +addi_apci_3120 +addi_apci_3501 +addi_apci_3xxx +ade7753 +ade7754 +ade7758 +ade7759 +ade7854 +ade7854-i2c +ade7854-spi +adf4350 +adfs +adi +adis16060 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16204 +adis16209 +adis16220 +adis16240 +adis16260 +adis16400 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adl_pci9118 +adm1021 +adm1025 +adm1026 +adm1029 +adm1031 +adm1275 +adm8211 +adm9240 +adp5520_bl +adp5520-keys +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +ads1015 +ads7828 +ads7846 +ads7871 +ad_sigma_delta +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adummy +adutux +adv7170 +adv7175 +adv7180 +advansys +advantechwdt +adv_pci1710 +adv_pci1723 +adv_pci_dio +adxl34x +adxl34x-i2c +adxl34x-spi +adxrs450 +aes-i586 +aesni-intel +af_802154 +af9013 +af9033 +af_alg +affs +af_key +af_packet_diag +af-rxrpc +ah4 +ah6 +aha152x +aha152x_cs +aha1542 +aha1740 +ahci +ahci_platform +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +airo +airo_cs +ak8975 +alauda +algif_hash +algif_skcipher +ali-agp +ali-ircc +alim1535_wdt +alim7101_wdt +alphatrack +altera-ci +altera_jtaguart +altera_ps2 +altera-stapl +altera_uart +alx +ambassador +amc6821 +amd5536udc +amd76x_edac +amd76xrom +amd8111e +amd-rng +amilo-rfkill +amplc_dio200 +amplc_pc236 +amplc_pc263 +amplc_pci224 +amplc_pci230 +ams369fg06 +analog +ansi_cprng +anubis +aoe +apanel +apds9802als +apds990x +apm +apple_bl +appledisplay +apple-gmux +applesmc +appletalk +appletouch +applicom +ar5523 +ar7part +arc4 +arcfb +arcmsr +arcnet +arc_ps2 +arc-rawmode +arc-rimi +arc_uart +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +arptable_filter +arp_tables +arpt_mangle +as3711-regulator +as5011 +asb100 +asc7621 +asix +ast +asus_atk0110 +asus-laptop +asus-nb-wmi +asus_oled +asus-wmi +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at1700 +at24 +at25 +at76c50x-usb +at86rf230 +at91_ether +atbm8830 +aten +ath +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ati-agp +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atlas_btns +atm +atmel +atmel_cs +atmel_mxt_ts +atmel_pci +atmtcp +atp +atp870u +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +aufs +auo_k1900fb +auo_k1901fb +auo_k190x +auo-pixcir-ts +authenc +authencesn +auth_rpcgss +autofs4 +avma1_cs +avm_cs +avmfritz +ax25 +axnet_cs +b1 +b1dma +b1isa +b1pci +b1pcmcia +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +bas_gigaset +batman-adv +baycom_epp +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bch +bcm203x +bcm3510 +bcm5974 +bcma +bcma-hcd +bcm_wimax +be2iscsi +be2net +befs +belkin_sa +bfa +bfs +bfusb +bh1770glc +bh1780gli +binfmt_aout +binfmt_misc +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +bluecard_cs +bluetooth +bma150 +bmp085-i2c +bmp085-spi +bna +bnep +bnx2 +bnx2fc +bnx2i +bnx2x +bonding +bpa10x +bpck +bpck6 +bpctl_mod +bpqether +bq2415x_charger +bq27x00_battery +br2684 +brcmfmac +brcmsmac +brcmutil +bridge +broadsheetfb +bsd_comp +bt3c_cs +bt819 +bt856 +bt866 +bt878 +btcx-risc +btmrvl +btmrvl_sdio +btrfs +btsdio +bttv +btuart_cs +btusb +btwilink +bu21013_ts +budget +budget-av +budget-ci +budget-core +budget-patch +BusLogic +bw-qcam +bypass +c101 +c2port-duramar2150 +c4 +c67x00 +c6xdigio +cachefiles +cafe_ccic +cafe_nand +caif +caif_hsi +caif_serial +caif_socket +caif_usb +camellia_generic +can +can-bcm +can-dev +can-gw +can-raw +capi +capidrv +capmode +carl9170 +carminefb +cassini +cast5_generic +cast6_generic +cast_common +catc +cb710 +cb710-mmc +cb_das16_cs +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc770 +cc770_isa +cc770_platform +c_can +c_can_pci +c_can_platform +cciss +ccm +cdc-acm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc-phonet +cdc_subset +cdc-wdm +cedusb +ceph +cfag12864b +cfag12864bfb +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +cfspi_slave +ch +ch341 +ch7006 +chipreg +chnl_net +ci13xxx_msm +ci13xxx_pci +cifs +ci_hdrc +cirrus +cirrusfb +ck804xrom +classmate-laptop +clearpad_tm1217 +clip +cls_basic +cls_cgroup +cls_flow +cls_fw +cls_route +cls_rsvp +cls_rsvp6 +cls_tcindex +cls_u32 +cm109 +cm4000_cs +cm4040_cs +cma3000_d0x +cma3000_d0x_i2c +cmtp +cnic +cobra +coda +com20020 +com20020_cs +com20020-isa +com20020-pci +com90io +com90xx +comedi +comedi_bond +comedi_fc +comedi_parport +comedi_test +comm +compal-laptop +configfs +contec_pci_dio +cops +cordic +core +coretemp +cosa +cp210x +cpcihp_generic +cpcihp_zt5550 +cpia2 +cpqarray +cpqphp +cpu5wdt +cpuid +cpu-notifier-error-inject +c-qcam +cramfs +cr_bllcd +crc7 +crc8 +crc-ccitt +crc-itu-t +crvml +cryptd +cryptoloop +crypto_null +crypto_user +crystalhd +cs5345 +cs53l32a +cs5535-mfd +cs553x_nand +cs89x0 +csiostor +csr_helper +csr_wifi +ct82c710 +ctr +cts +cuse +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx8800 +cx8802 +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx88xx +cxacru +cxd2099 +cxd2820r +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxt1e1 +cy8ctmg110_ts +cyber2000fb +cyberjack +cyclades +cyclomx +cycx_drv +cypress_cy7c63 +cypress_m8 +cytherm +cyttsp_core +cyttsp_i2c +cyttsp_spi +da9030_battery +da9034-ts +da903x +da903x_bl +da9052-battery +da9052_bl +da9052-hwmon +da9052_onkey +da9052-regulator +da9052_tsi +da9052_wdt +da9055-hwmon +da9055_onkey +da9055-regulator +da9055_wdt +DAC960 +daqboard2000 +das08 +das08_cs +das16 +das16m1 +das1800 +das6402 +das800 +db9 +dc395x +dca +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +dccp_probe +dcdbas +ddbridge +de2104x +de4x5 +de600 +de620 +decnet +deflate +defxx +dell-laptop +dell-led +dell_rbu +dell-wmi +dell-wmi-aio +denali +denali_pci +depca +des_generic +dgrp +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dibx000_common +digi_acceleport +diskonchip +divacapi +divadidd +diva_idi +diva_mnt +divas +dl2k +dlci +dlm +dm1105 +dm9601 +dm-bio-prison +dm-bufio +dm-crypt +dm-delay +dme1737 +dmfe +dm-flakey +dmi-sysfs +dm-log +dm-log-userspace +dmm32at +dm-mirror +dm-multipath +dm-persistent-data +dm-queue-length +dm-raid +dm-raid45 +dm-region-hash +dm-round-robin +dm-service-time +dm-snapshot +dm-thin-pool +dm-verity +dmx3191d +dm-zero +dnet +dn_rtmsg +doc2001plus +docecc +docg3 +docg4 +docprobe +donauboe +dpt_i2o +drbd +drm +drm_kms_helper +drm_usb +drxd +drxk +ds1621 +ds1682 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds620 +dsa_core +dsbr100 +dscc4 +dss1_divert +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt282x +dt3000 +dt3155v4l +dt9812 +dtc +dtl1_cs +dtlk +dummy +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb_usb_cypress_firmware +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-friio +dvb-usb-gl861 +dvb-usb-gp8psk +dvb-usb-it913x +dvb-usb-lmedm04 +dvb-usb-m920x +dvb-usb-mxl111sf +dvb-usb-nova-t-usb2 +dvb-usb-opera +dvb-usb-pctv452e +dvb-usb-rtl28xxu +dvb-usb-technisat-usb2 +dvb-usb-ttusb2 +dvb-usb-umt-010 +dvb_usb_v2 +dvb-usb-vp702x +dvb-usb-vp7045 +dwc3 +dwc3-exynos +dwc3-omap +dwc3-pci +dw_dmac +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e2100 +e4000 +e752x_edac +e7xxx_edac +earth-pt1 +eata +ebt_802_3 +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +ebt_among +ebt_arp +ebt_arpreply +ebt_dnat +ebt_ip +ebt_ip6 +ebt_limit +ebt_log +ebt_mark +ebt_mark_m +ebt_nflog +ebt_pkttype +ebt_redirect +ebt_snat +ebt_stp +ebt_vlan +ec100 +echo +ec_sys +edac_core +edac_mce_amd +edt-ft5x06 +eeepc-laptop +eeepc-wmi +eepro +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +eexpress +efficeon-agp +efs +einj +elo +elsa_cs +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +emc1403 +emc2103 +emc6w201 +em_canid +em_cmp +emi26 +emi62 +em_ipset +em_meta +em_nbyte +empeg +ems_pci +ems_pcmcia +ems_usb +em_text +emu10k1-gp +em_u32 +enc28j60 +enclosure +ene_ir +eni +enic +epat +epia +epic100 +eql +es3210 +esb2rom +esd_usb2 +esi-sir +esp4 +esp6 +et131x +eth16i +ethoc +eurotechwdt +evbug +ewrk3 +exofs +ext2 +extcon-adc-jack +extcon-arizona +extcon-gpio +extcon-max77693 +extcon-max8997 +ezusb +f2fs +f71805f +f71808e_wdt +f71882fg +f75375s +f81232 +fakelb +fam15h_power +fan53555 +farsync +faulty +fb_ddc +fb_sys_fops +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_cs +fealnx +ff-memless +fintek-cir +firedtv +firestream +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +firewire-serial +fit2 +fit3 +fixed +fl512 +floppy +fm801-gp +fm_drv +fmvj18x_cs +fnic +forcedeth +fore_200e +freevxfs +friq +frpw +fsa9480 +fscache +fschmd +ft1000 +ft1000_pcmcia +ftdi-elan +ftdi_sio +ftl +fujitsu-laptop +fujitsu-tablet +fujitsu_ts +funsoft +g450_pll +g760a +g_acm_ms +gadgetfs +gamecon +gameport +garmin_gps +garp +g_audio +g_cdc +gcm +g_dbgp +gdmwm +gdth +generic +generic-adc-battery +generic_bl +gen_probe +geode-aes +geode-rng +g_ether +gf128mul +gf2k +g_ffs +gfs2 +ghash-generic +g_hid +gigaset +girbil-sir +gl518sm +gl520sm +gl620a +gluebi +glue_helper +gma500_gfx +g_mass_storage +g_midi +g_ncm +g_NCR5380 +g_NCR5380_mmio +g_nokia +go7007 +go7007-usb +goku_udc +gp2ap002a00f +gpio-74x164 +gpio-addr-flash +gpio-adp5520 +gpio-adp5588 +gpio-amd8111 +gpio-arizona +gpio-charger +gpio-cs5535 +gpio-da9052 +gpio-da9055 +gpio-fan +gpio-generic +gpio-ich +gpio-ir-recv +gpio-it8761e +gpio-janz-ttl +gpio_keys +gpio_keys_polled +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-mc33880 +gpio-mcp23s08 +gpio-ml-ioh +gpio_mouse +gpio-pca953x +gpio-pcf857x +gpio-pch +gpio-rdc321x +gpio-regulator +gpio-sch +gpio_tilt_polled +gpio-tps65912 +gpio-ts5500 +gpio-twl4030 +gpio-twl6040 +gpio_vbus +gpio-viperboard +gpio-vx855 +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +g_printer +gre +grip +grip_mp +gsc_hpdi +g_serial +gspca_benq +gspca_conex +gspca_cpia1 +gspca_etoms +gspca_finepix +gspca_gl860 +gspca_jeilinj +gspca_jl2005bcd +gspca_kinect +gspca_konica +gspca_m5602 +gspca_main +gspca_mars +gspca_mr97310a +gspca_nw80x +gspca_ov519 +gspca_ov534 +gspca_ov534_9 +gspca_pac207 +gspca_pac7302 +gspca_pac7311 +gspca_se401 +gspca_sn9c2028 +gspca_sn9c20x +gspca_sonixb +gspca_sonixj +gspca_spca1528 +gspca_spca500 +gspca_spca501 +gspca_spca505 +gspca_spca506 +gspca_spca508 +gspca_spca561 +gspca_sq905 +gspca_sq905c +gspca_sq930x +gspca_stk014 +gspca_stv0680 +gspca_stv06xx +gspca_sunplus +gspca_t613 +gspca_topro +gspca_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gtco +guillemot +gunze +g_webcam +gx1fb +gxfb +gx-suspmod +g_zero +hamachi +hampshire +hangcheck-timer +hanwang +hci +hci_uart +hci_vhci +hdaps +hdlc +hdlc_cisco +hdlcdrv +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdpvr +he +hecubafb +hexium_gemini +hexium_orion +hfc4s8s_l1 +hfcmulti +hfcpci +hfcsusb +hfc_usb +hfs +hfsplus +hgafb +hid +hid-a4tech +hid-apple +hid-aureal +hid-axff +hid-belkin +hid-cherry +hid-chicony +hid-cypress +hid-dr +hid-elecom +hid-emsff +hid-ezkey +hid-gaff +hid-generic +hid-gyration +hid-holtekff +hid-holtek-kbd +hid-hyperv +hid-icade +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-lenovo-tpkbd +hid-logitech +hid-logitech-dj +hid-magicmouse +hid-microsoft +hid-monterey +hid-multitouch +hid-ntrig +hid-ortek +hidp +hid-petalynx +hid-picolcd +hid-pl +hid-primax +hid-prodikeys +hid-ps3remote +hid-roccat +hid-roccat-arvo +hid-roccat-common +hid-roccat-isku +hid-roccat-kone +hid-roccat-koneplus +hid-roccat-kovaplus +hid-roccat-lua +hid-roccat-pyra +hid-roccat-savu +hid-saitek +hid-samsung +hid-sensor-accel-3d +hid-sensor-als +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-iio-common +hid-sensor-magn-3d +hid-sensor-trigger +hid-sjoy +hid-sony +hid-speedlink +hid-sunplus +hid-tivo +hid-tmff +hid-topseed +hid-twinhan +hid-uclogic +hid-wacom +hid-waltop +hid-wiimote +hid-zpff +hid-zydacron +hih6130 +hisax +hisax_fcpcipnp +hisax_isac +hisax_st5481 +hmc5843 +hmc6352 +hopper +horizon +hostap +hostap_cs +hostap_pci +hostap_plx +hostess_sv11 +hp +hp100 +hp4x +hp_accel +hpfs +hpilo +hp-plus +hpsa +hptiop +hpwdt +hp-wmi +hsi +hsi_char +hso +htc-pasic3 +htcpen +hv_balloon +hv_netvsc +hv_storvsc +hv_utils +hv_vmbus +hwa-hc +hwa-rc +hwmon-vid +hwpoison-inject +hysdn +i1480-dfu-usb +i1480-est +i2400m +i2400m-usb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-amd756 +i2c-amd756-s4882 +i2c-amd8111 +i2c-cbus-gpio +i2c-designware-core +i2c-designware-pci +i2c-dev +i2c-diolan-u2c +i2c-eg20t +i2c-gpio +i2c-hid +i2c-i801 +i2c-intel-mid +i2c-isch +i2c-ismt +i2c-matroxfb +i2c-mux +i2c-mux-gpio +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-nforce2 +i2c-nforce2-s4985 +i2c-ocores +i2c-parport +i2c-parport-light +i2c-pca-isa +i2c-pca-platform +i2c-piix4 +i2c-scmi +i2c-simtec +i2c-sis5595 +i2c-sis630 +i2c-sis96x +i2c-smbus +i2c-stub +i2c-taos-evm +i2c-tiny-usb +i2c-via +i2c-viapro +i2c-viperboard +i2c-xiic +i2o_block +i2o_bus +i2o_config +i2o_core +i2o_proc +i2o_scsi +i3000_edac +i3200_edac +i5000_edac +i5100_edac +i5400_edac +i5k_amb +i6300esb +i7300_edac +i740fb +i7core_edac +i810 +i810fb +i82092 +i82365 +i82860_edac +i82875p_edac +i82975x_edac +i8k +i915 +ib700wdt +ib_addr +ib_cm +ib_core +ib_ipoib +ib_iser +ib_mad +ibmaem +ibmasm +ibmasr +ibmpex +ibmphp +ibm_rtl +ib_mthca +ib_sa +ib_srp +ib_srpt +ib_ucm +ib_umad +ib_uverbs +ichxrom +icn +icp_multi +ics932s401 +ideapad-laptop +idmouse +idt77252 +ie6xx_wdt +ieee802154 +ifb +iforce +igb +igbvf +iguanair +iio_dummy +iio_hwmon +iio-trig-gpio +iio-trig-periodic-rtc +iio-trig-sysfs +ii_pci20kc +ili210x +ili9320 +imm +imon +imx074 +in2000 +ina2xx +industrialio +industrialio-triggered-buffer +inet_diag +inexio +inftl +initio +input-polldev +int51x1 +intelfb +intel_ips +intel_menlow +intel_mid_battery +intel_mid_dma +intel_mid_powerbtn +intel_mid_thermal +intel-mid-touch +intel_oaktrail +intel-rng +intel_scu_ipcutil +intel_vr_nor +interact +interval_tree_test +ioatdma +ioc4 +io_edgeport +io_ti +iowarrior +ip6_gre +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6_tables +ip6table_security +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_MASQUERADE +ip6t_mh +ip6t_NPT +ip6t_REJECT +ip6t_rpfilter +ip6t_rt +ip6_tunnel +ipack +ipaq +ipcomp +ipcomp6 +ipddp +ipg +ip_gre +iphase +ipheth +ipip +ipmi_devintf +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_watchdog +ipoctal +ipr +ips +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netport +ip_set_list_set +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +ip_tables +iptable_security +ipt_ah +ipt_CLUSTERIP +ipt_ECN +ipt_MASQUERADE +ipt_REJECT +ipt_rpfilter +ipt_ULOG +ip_vs +ip_vs_dh +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_nq +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_wlc +ip_vs_wrr +ip_vti +ipw +ipw2100 +ipw2200 +ipwireless +ipx +ircomm +ircomm-tty +irda +irda-usb +iris +ir-jvc-decoder +ir-kbd-i2c +irlan +ir-lirc-codec +ir-mce_kbd-decoder +ir-nec-decoder +irnet +ir-rc5-decoder +ir-rc5-sz-decoder +ir-rc6-decoder +ir-sanyo-decoder +ir-sony-decoder +irtty-sir +ir-usb +isci +iscsi_boot_sysfs +iscsi_ibft +iscsi_target_mod +iscsi_tcp +isdn +isdn_bsdcomp +isdnhdlc +isicom +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isofs +isp116x-hcd +isp1301 +isp1362-hcd +isp1704_charger +isp1760 +it87 +it8712f_wdt +it87_wdt +it913x-fe +iTCO_vendor_support +iTCO_wdt +itd1000 +ite-cir +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_c2 +iw_cm +iw_cxgb3 +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlwifi +iw_nes +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsm +k10temp +k8temp +kafs +kalmia +kaweth +kb3886_bl +kbic +kbtab +kcomedilib +ke_counter +kernelcapi +keucr +keyspan +keyspan_pda +keyspan_remote +kfifo_buf +khazad +kingsun-sir +kl5kusb105 +kobil_sct +ks0108 +ks0127 +ks8842 +ks8851 +ks8851_mll +ks959-sir +ksdazzle-sir +ksz884x +ktti +kvaser_pci +kvaser_usb +kvm +kvm-amd +kvm-intel +kxsd9 +kxtj9 +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_ppp +l440gx +l4f00242t03 +l64781 +lanai +lance +lapb +lapbether +latch-addr-flash +lcd +ld9040 +ldusb +lec +leds-88pm860x +leds-adp5520 +leds-bd2802 +leds-blinkm +leds-clevo-mail +leds-da903x +leds-da9052 +leds-dac124s085 +leds-gpio +leds-lm3530 +leds-lm3533 +leds-lm355x +leds-lm3642 +leds-lp3944 +leds-lp5521 +leds-lp5523 +leds-lp8788 +leds-lt3593 +leds-max8997 +leds-mc13783 +leds-net48xx +leds-ot200 +leds-pca9532 +leds-pca955x +leds-pca9633 +leds-regulator +leds-ss4200 +leds-tca6507 +leds-wm831x-status +leds-wm8350 +leds-wrap +ledtrig-backlight +ledtrig-default-on +ledtrig-gpio +ledtrig-heartbeat +ledtrig-oneshot +ledtrig-timer +ledtrig-transient +legousbtower +lg2160 +lgdt3305 +lgdt330x +lgs8gxx +lg-vl600 +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libahci +libceph +libcomposite +libcrc32c +libcxgbi +libertas +libertas_cs +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libore +libosd +libsas +libsrp +lightning +line6usb +lineage-pem +linear +lirc_bt829 +lirc_dev +lirc_igorplugusb +lirc_imon +lirc_parallel +lirc_sasem +lirc_serial +lirc_sir +lirc_zilog +lis3l02dq +lis3lv02d +lis3lv02d_i2c +litelink-sir +lkkbd +llc +llc2 +lm25066 +lm3533-als +lm3533_bl +lm3533-core +lm3533-ctrlbank +lm3630_bl +lm3639_bl +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95241 +lm95245 +lmc +lms283gf05 +lnbp21 +lnbp22 +lne390 +lockd +logger +logibm +longhaul +longrun +lp +lp3971 +lp3972 +lp486e +lp855x_bl +lp8727_charger +lp8788-charger +lpc_ich +lpc_sch +lpddr_cmds +lpfc +lru_cache +lrw +ltc2978 +ltc4151 +ltc4215 +ltc4245 +ltc4261 +ltpc +ltv350qv +lxfb +m25p80 +m2m-deinterlace +m52790 +m88rs2000 +ma600-sir +mac80211 +mac80211_hwsim +mac802154 +macb +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac_hid +machzwd +mac-iceland +mac-inuit +macmodes +mac-roman +mac-romanian +mac-turkish +macvlan +macvtap +magellan +mantis +mantis_core +map_absent +map_funcs +map_ram +map_rom +matrix-keymap +matrix_keypad +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_DAC1064 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +matroxfb_Ti3026 +matrox_w1 +max1111 +max11801_ts +max1363 +max1586 +max16064 +max16065 +max1619 +max1668 +max17040_battery +max17042_battery +max197 +max2165 +max3100 +max34440 +max517 +max6639 +max6642 +max6650 +max6875 +max7359_keypad +max77686 +max8649 +max8660 +max8688 +max8903_charger +max8907 +max8907-regulator +max8925_bl +max8925_onkey +max8925_power +max8925-regulator +max8952 +max8973-regulator +max8997 +max8997_charger +max8998 +max8998_charger +mb862xxfb +mb86a16 +mb86a20s +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc44s803 +mce_amd_inj +mce-inject +mceusb +mcp2120-sir +mcp251x +mcp3021 +mcp4725 +mcs5000_ts +mcs7780 +mcs7830 +mcs_touchkey +mct_u232 +md4 +mdacon +mdc800 +mdio +me4000 +me_daq +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +mei +mem2mem_testdev +memstick +metronomefb +metro-usb +meye +mfd +mga +michael_mic +microcode +microtek +minix +mip6 +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +mite +mixcomwd +mk712 +mkiss +mlx4_core +mlx4_en +mlx4_ib +mma8450 +mmc_block +mms114 +mos7720 +mos7840 +moto_modem +moxa +mpc624 +mpoa +mpr121_touchkey +mpt2sas +mpt3sas +mptbase +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mrf24j40 +mrst_max3110 +msdos +msi-laptop +msi-wmi +msp3400 +mspro_block +msr +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt312 +mt352 +mt9m001 +mt9m111 +mt9t031 +mt9t112 +mt9v011 +mt9v022 +mtd +mtd_blkdevs +mtdblock +mtdblock_ro +mtdchar +mtd_dataflash +mtdoops +mtdram +mtdswap +mtip32xx +mtouch +multipath +multiq3 +musb_hdrc +mv88e6060 +mv88e6xxx_drv +mvmdio +mvsas +mv_udc +mvumi +mwave +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mxb +mxl111sf-demod +mxl111sf-tuner +mxl5005s +mxl5007t +mxm-wmi +mxser +myri10ge +n2 +n411 +nand +nand_bch +nand_ecc +nand_ids +nandsim +natsemi +navman +nbd +nci +ncpfs +NCR53c406a +ne +ne2k-pci +ne3210 +neofb +net1080 +net2272 +net2280 +netconsole +netjet +netprio_cgroup +netrom +netsc520 +nettel +netxen_nic +newtonkbd +nfc +nf_conntrack +nf_conntrack_amanda +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_ipv4 +nf_conntrack_ipv6 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_proto_dccp +nf_conntrack_proto_gre +nf_conntrack_proto_sctp +nf_conntrack_proto_udplite +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nfcwilink +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_ipv4 +nf_nat_ipv6 +nf_nat_irc +nf_nat_pptp +nf_nat_proto_dccp +nf_nat_proto_gre +nf_nat_proto_sctp +nf_nat_proto_udplite +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_log +nfnetlink_queue +nfs +nfs_acl +nfsd +nfs_layout_nfsv41_files +nfsv2 +nfsv3 +nfsv4 +nftl +nf_tproxy_core +ngene +n_hdlc +ni52 +ni65 +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +nicstar +ni_daq_700 +ni_daq_dio24 +ni_labpc +ni_labpc_cs +nilfs2 +ni_mio_cs +ni_pcidio +ni_pcimio +ni_tio +ni_tiocmd +niu +nls_ascii +nls_cp1250 +nls_cp1251 +nls_cp1255 +nls_cp737 +nls_cp775 +nls_cp850 +nls_cp852 +nls_cp855 +nls_cp857 +nls_cp860 +nls_cp861 +nls_cp862 +nls_cp863 +nls_cp864 +nls_cp865 +nls_cp866 +nls_cp869 +nls_cp874 +nls_cp932 +nls_cp936 +nls_cp949 +nls_cp950 +nls_euc-jp +nls_iso8859-1 +nls_iso8859-13 +nls_iso8859-14 +nls_iso8859-15 +nls_iso8859-2 +nls_iso8859-3 +nls_iso8859-4 +nls_iso8859-5 +nls_iso8859-6 +nls_iso8859-7 +nls_iso8859-9 +nls_koi8-r +nls_koi8-ru +nls_koi8-u +nls_utf8 +nmclan_cs +nop-usb-xceiv +nosy +notifier-error-inject +nouveau +nozomi +n_r3964 +ns558 +ns83820 +nsc_gpio +nsc-ircc +nsp32 +nsp_cs +ntc_thermistor +ntfs +n_tracerouter +n_tracesink +nuvoton-cir +nvidiafb +nvme +nvram +nv_tco +nxt200x +nxt6000 +objlayoutdriver +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stackglue +ocfs2_stack_o2cb +ocfs2_stack_user +ocrdma +old_belkin-sir +omfs +omninet +on20 +on26 +onenand +opencores-kbd +openvswitch +oprofile +opticon +option +or51132 +or51211 +orinoco +orinoco_cs +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +osd +osdblk +osst +oti6858 +output +ov2640 +ov5642 +ov6650 +ov7670 +ov772x +ov9640 +ov9740 +overlayfs +oxu210hp-hcd +ozwpan +p4-clockmod +p54common +p54pci +p54spi +p54usb +p8022 +p8023 +padlock-aes +padlock-sha +palmas-regulator +panasonic-laptop +pandora_bl +panel +paride +parkbd +parport +parport_ax88796 +parport_cs +parport_pc +parport_serial +pas16 +pata_acpi +pata_ali +pata_amd +pata_arasan_cf +pata_artop +pata_atiixp +pata_atp867x +pata_cmd640 +pata_cmd64x +pata_cs5520 +pata_cs5530 +pata_cs5535 +pata_cs5536 +pata_cypress +pata_efar +pata_hpt366 +pata_hpt37x +pata_hpt3x2n +pata_hpt3x3 +pata_isapnp +pata_it8213 +pata_it821x +pata_jmicron +pata_legacy +pata_marvell +pata_mpiix +pata_netcell +pata_ninja32 +pata_ns87410 +pata_ns87415 +pata_oldpiix +pata_opti +pata_optidma +pata_pcmcia +pata_pdc2027x +pata_pdc202xx_old +pata_piccolo +pata_platform +pata_radisys +pata_rdc +pata_rz1000 +pata_sc1200 +pata_sch +pata_serverworks +pata_sil680 +pata_sl82c105 +pata_triflex +pata_via +pc110pad +pc300too +pc87360 +pc8736x_gpio +pc87413_wdt +pc87427 +pcap_keys +pcap-regulator +pcap_ts +pcbc +pcbit +pcd +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_can +pch_dma +pch_gbe +pch_phub +pch_uart +pch_udc +pci +pci200syn +pcips2 +pci_slot +pci-stub +pcl711 +pcl724 +pcl725 +pcl726 +pcl730 +pcl812 +pcl816 +pcl818 +pcm3724 +pcm3730 +pcmad +pcmcia +pcmcia_core +pcmciamtd +pcmcia_rsrc +pcm_common +pcmda12 +pcmmio +pcmuio +pcnet32 +pcnet_cs +pcrypt +pcspkr +pcwd +pcwd_pci +pcwd_usb +pd +pd6729 +pda_power +pdc_adma +peak_pci +peak_pcmcia +peak_usb +pegasus +penmount +pf +pg +phantom +phison +phonet +phram +physmap +pixcir_i2c_ts +pktcdvd +pktgen +pl2303 +platform_lcd +plat_nand +plat-ram +plip +plusb +pluto2 +plx_pci +pm2fb +pm3fb +pm8001 +pmbus +pmbus_core +pmc551 +pmcraid +pm-notifier-error-inject +pms +pn533 +pn544_i2c +pn_pep +poc +poseidon +powermate +powernow-k6 +powernow-k7 +ppa +ppdev +ppp_async +ppp_deflate +ppp_mppe +pppoatm +pppoe +pppox +ppp_synctty +pps_core +pps-gpio +pps-ldisc +pps_parport +pptp +prism2_usb +ps2mult +psmouse +psnap +pt +pti +ptp +ptp_pch +pvrusb2 +pwc +pwm-beeper +pwm_bl +pwm-twl +pwm-twl-led +qcaux +qcserial +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qlogic_cs +qlogicfas +qlogicfas408 +qmi_wwan +qnx4 +qnx6 +qt1010 +qt1070 +qt2160 +quatech2 +quatech_daqp_cs +quickstart +quota_tree +quota_v1 +quota_v2 +r128 +r592 +r6040 +r8169 +r8187se +r8192e_pci +r8192u_usb +r82600_edac +r852 +r8712u +r8a66597-hcd +r8a66597-udc +radeon +radeonfb +radio-aimslab +radio-aztech +radio-cadet +radio-gemtek +radio-i2c-si470x +radio-isa +radio-keene +radio-maxiradio +radio-miropcm20 +radio-mr800 +radio-rtrack2 +radio-sf16fmi +radio-sf16fmr2 +radio-shark +radio-si4713 +radio-tea5764 +radio-terratec +radio-timb +radio-trust +radio-typhoon +radio-usb-si470x +radio-wl1273 +radio-zoltrix +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid6test +raid_class +ramoops +raw +ray_cs +rbd +rbtree_test +rc5t583-regulator +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rcar-phy +rc-asus-pc39 +rc-asus-ps3-100 +rc-ati-tv-wonder-hd-600 +rc-ati-x10 +rc-avermedia +rc-avermedia-a16d +rc-avermedia-cardbus +rc-avermedia-dvbt +rc-avermedia-m135a +rc-avermedia-m733a-rm-k6 +rc-avermedia-rm-ks +rc-avertv-303 +rc-azurewave-ad-tu700 +rc-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +rc-dib0700-nec +rc-dib0700-rc5 +rc-digitalnow-tinytwin +rc-digittrade +rc-dm1105-nec +rc-dntv-live-dvb-t +rc-dntv-live-dvbt-pro +rc-em-terratec +rc-encore-enltv +rc-encore-enltv2 +rc-encore-enltv-fm53 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-imon-mce +rc-imon-pad +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lirc +rc-lme2510 +rc-loopback +rc-manli +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +rc-msi-digivox-ii +rc-msi-digivox-iii +rc-msi-tvanywhere +rc-msi-tvanywhere-plus +rc-nebula +rc-nec-terratec-cinergy-xs +rc-norwood +rc-npgtech +rc-pctv-sedna +rc-pinnacle-color +rc-pinnacle-grey +rc-pinnacle-pctv-hd +rc-pixelview +rc-pixelview-002t +rc-pixelview-mk12 +rc-pixelview-new +rc-powercolor-real-angel +rc-proteus-2309 +rc-purpletv +rc-pv951 +rc-rc6-mce +rc-real-audio-220-32-keys +rc-snapstream-firefly +rc-streamzap +rc-tbs-nec +rc-technisat-usb2 +rc-terratec-cinergy-xs +rc-terratec-slim +rc-terratec-slim-2 +rc-tevii-nec +rc-tivo +rc-total-media-in-hand +rc-trekstor +rc-tt-1500 +rc-twinhan1027 +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-winfast +rc-winfast-usbii-deluxe +rdc321x-southbridge +rdma_cm +rdma_ucm +rds +rds_rdma +rds_tcp +redboot +redrat3 +reed_solomon +regmap-mmio +reiserfs +remoteproc +renesas_usbhs +retu-mfd +retu-pwrbutton +rfc1051 +rfc1201 +rfcomm +rfd_ftl +rfkill-regulator +ring_sw +rio500 +rionet +rivafb +rj54n1cb0c +rmd128 +rmd160 +rmd256 +rmd320 +rndis_host +rndis_wlan +rocket +romfs +rose +rotary_encoder +rpcsec_gss_krb5 +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800pci +rt2800usb +rt2x00lib +rt2x00pci +rt2x00usb +rt61pci +rt73usb +rtc-88pm80x +rtc-88pm860x +rtc-ab3100 +rtc-bq32k +rtc-bq4802 +rtc-da9052 +rtc-da9055 +rtc-ds1286 +rtc-ds1305 +rtc-ds1307 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-ds3234 +rtc-em3027 +rtc-fm3130 +rtc-isl12022 +rtc-isl1208 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max8907 +rtc-max8925 +rtc-max8998 +rtc-mc13xxx +rtc-mrst +rtc-msm6242 +rtc-pcap +rtc-pcf2123 +rtc-pcf50633 +rtc-pcf8523 +rtc-pcf8563 +rtc-pcf8583 +rtc-r9701 +rtc-rc5t583 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3029c2 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-stk17ta8 +rtc-tps6586x +rtc-tps65910 +rtc-twl +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl8150 +rtl8180 +rtl8187 +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192se +rtl8723ae +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtlwifi +rts5139 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rx51_battery +rxkad +s1d13xxxfb +s2250 +s2250-loader +s2255drv +s2io +s2mps11 +s3fb +s526 +s5h1409 +s5h1411 +s5h1420 +s5m8767 +s626 +s6e63m0 +s921 +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7146 +saa7146_vv +saa7164 +saa717x +saa7185 +saa7706h +safe_serial +salsa20_generic +salsa20-i586 +samsung-laptop +samsung-q10 +sata_inic162x +sata_mv +sata_nv +sata_promise +sata_qstor +sata_sil +sata_sil24 +sata_sis +sata_svw +sata_sx4 +sata_uli +sata_via +sata_vsc +savage +savagefb +sb1000 +sb105x +sbc60xxwdt +sbc7240_wdt +sbc8360 +sbc_epx_c3 +sbc_fitpc2_wdt +sbc_gxx +sbe-2t3e3 +sbni +sbp_target +sbs +sbs-battery +sbshc +sc +sc1200wdt +sc520cdp +sc520_wdt +sc92031 +sca3000 +scb2_flash +scc +sch311x_wdt +sch5627 +sch5636 +sch56xx-common +sch_atm +sch_cbq +sch_choke +sch_codel +sch_drr +sch_dsmark +sch_fq_codel +sch_gred +sch_hfsc +sch_htb +sch_ingress +sch_mqprio +sch_multiq +sch_netem +sch_plug +sch_prio +sch_qfq +sch_red +sch_sfb +sch_sfq +sch_tbf +sch_teql +scsi_debug +scsi_dh +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_tgt +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_srp +sctp +sctp_probe +scx200 +scx200_acb +scx200_docflash +scx200_gpio +scx200_hrt +scx200_wdt +sdhci +sdhci-acpi +sdhci-pci +sdhci-pltfm +sdio_uart +sdla +sdricoh_cs +sealevel +sedlbauer_cs +seed +seeq8005 +sep_driver +seqiv +ser_gigaset +serial2002 +serial_cs +serio_raw +sermouse +serpent_generic +serpent-sse2-i586 +serport +serqt_usb2 +ses +sfc +shark2 +shpchp +sht15 +sht21 +si21xx +si4713-i2c +sidewinder +siemens_mpi +sierra +sierra_net +sil164 +sim710 +sir-dev +sis +sis190 +sis5595 +sis900 +sis-agp +sisfb +sisusbvga +sit +sja1000 +sja1000_isa +sja1000_platform +skel +skfp +skge +sky2 +sl811_cs +sl811-hcd +slcan +slicoss +slip +slram +sm501 +sm501fb +sm7xxfb +smb347-charger +smc9194 +smc91c92_cs +sm_common +smc-ultra +smc-ultra32 +sm_ftl +smm665 +smsc37b787_wdt +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc9420 +smsc95xx +smsc-ircc2 +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-ad1816a +snd-ad1848 +snd-ad1889 +snd-adlib +snd-ak4113 +snd-ak4114 +snd-ak4117 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als100 +snd-als300 +snd-als4000 +snd-asihpi +snd-atiixp +snd-atiixp-modem +snd-au8810 +snd-au8820 +snd-au8830 +snd-aw2 +snd-azt1605 +snd-azt2316 +snd-azt2320 +snd-azt3328 +snd-bt87x +snd-ca0106 +snd-cmi8328 +snd-cmi8330 +snd-cmipci +snd-compress +snd-cs4231 +snd-cs4236 +snd-cs4281 +snd-cs46xx +snd-cs5530 +snd-cs5535audio +snd-cs8427 +snd-ctxfi +snd-darla20 +snd-darla24 +snd-dummy +snd-echo3g +snd-emu10k1 +snd-emu10k1-synth +snd-emu10k1x +snd-emu8000-synth +snd-emux-synth +snd-ens1370 +snd-ens1371 +snd-es1688 +snd-es1688-lib +snd-es18xx +snd-es1938 +snd-es1968 +snd-firewire-lib +snd-firewire-speakers +snd-fm801 +snd-gina20 +snd-gina24 +snd-gusclassic +snd-gusextreme +snd-gus-lib +snd-gusmax +snd-hda-codec +snd-hda-codec-analog +snd-hda-codec-ca0110 +snd-hda-codec-ca0132 +snd-hda-codec-cirrus +snd-hda-codec-cmedia +snd-hda-codec-conexant +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-intel +snd-hdsp +snd-hdspm +snd-hrtimer +snd-hwdep +snd-i2c +snd-ice1712 +snd-ice1724 +snd-ice17xx-ak4xxx +snd-indigo +snd-indigodj +snd-indigodjx +snd-indigoio +snd-indigoiox +snd-intel8x0 +snd-intel8x0m +snd-interwave +snd-interwave-stb +snd-isight +snd-jazz16 +snd-korg1212 +snd-layla20 +snd-layla24 +snd-lola +snd-lx6464es +snd-maestro3 +snd-mia +snd-miro +snd-mixart +snd-mona +snd-mpu401 +snd-mpu401-uart +snd-msnd-classic +snd-msnd-lib +snd-msnd-pinnacle +snd-mtpav +snd-mts64 +snd-nm256 +snd-opl3-lib +snd-opl3sa2 +snd-opl3-synth +snd-opl4-lib +snd-opl4-synth +snd-opti92x-ad1848 +snd-opti92x-cs4231 +snd-opti93x +snd-oxygen +snd-oxygen-lib +snd-page-alloc +snd-pcm +snd-pcsp +snd-pcxhr +snd-pdaudiocf +snd-portman2x4 +snd-pt2258 +snd-rawmidi +snd-riptide +snd-rme32 +snd-rme96 +snd-rme9652 +snd-sb16 +snd-sb16-csp +snd-sb16-dsp +snd-sb8 +snd-sb8-dsp +snd-sbawe +snd-sb-common +snd-sc6000 +snd-scs1x +snd-seq +snd-seq-device +snd-seq-dummy +snd-seq-midi +snd-seq-midi-emul +snd-seq-midi-event +snd-seq-virmidi +snd-serial-u16550 +snd-sis7019 +snd-soc-88pm860x +snd-soc-ab8500-codec +snd-soc-ad1836 +snd-soc-ad193x +snd-soc-ad73311 +snd-soc-adau1373 +snd-soc-adav80x +snd-soc-ads117x +snd-soc-ak4104 +snd-soc-ak4535 +snd-soc-ak4641 +snd-soc-ak4642 +snd-soc-ak4671 +snd-soc-alc5623 +snd-soc-alc5632 +snd-soc-arizona +snd-soc-core +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs42l51 +snd-soc-cs42l52 +snd-soc-cs42l73 +snd-soc-cx20442 +snd-soc-da7210 +snd-soc-da732x +snd-soc-da9055 +snd-soc-dfbmcs320 +snd-soc-isabelle +snd-soc-jz4740-codec +snd-soc-l3 +snd-soc-lm4857 +snd-soc-lm49453 +snd-soc-max9768 +snd-soc-max98088 +snd-soc-max98090 +snd-soc-max98095 +snd-soc-max9850 +snd-soc-max9877 +snd-soc-mc13783 +snd-soc-mfld-machine +snd-soc-ml26124 +snd-soc-pcm3008 +snd-soc-rt5631 +snd-soc-sgtl5000 +snd-soc-simple-card +snd-soc-sn95031 +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-ssm2602 +snd-soc-sst-platform +snd-soc-sta32x +snd-soc-sta529 +snd-soc-tlv320aic23 +snd-soc-tlv320aic26 +snd-soc-tlv320aic32x4 +snd-soc-tlv320aic3x +snd-soc-tlv320dac33 +snd-soc-tpa6130a2 +snd-soc-twl4030 +snd-soc-twl6040 +snd-soc-uda134x +snd-soc-uda1380 +snd-soc-wl1273 +snd-soc-wm0010 +snd-soc-wm1250-ev1 +snd-soc-wm2000 +snd-soc-wm2200 +snd-soc-wm5100 +snd-soc-wm5102 +snd-soc-wm5110 +snd-soc-wm8350 +snd-soc-wm8400 +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8727 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8782 +snd-soc-wm8804 +snd-soc-wm8900 +snd-soc-wm8903 +snd-soc-wm8904 +snd-soc-wm8940 +snd-soc-wm8955 +snd-soc-wm8960 +snd-soc-wm8961 +snd-soc-wm8962 +snd-soc-wm8971 +snd-soc-wm8974 +snd-soc-wm8978 +snd-soc-wm8983 +snd-soc-wm8985 +snd-soc-wm8988 +snd-soc-wm8990 +snd-soc-wm8991 +snd-soc-wm8993 +snd-soc-wm8994 +snd-soc-wm8995 +snd-soc-wm8996 +snd-soc-wm9081 +snd-soc-wm9090 +snd-soc-wm-adsp +snd-soc-wm-hubs +snd-sonicvibes +snd-sscape +snd-tea575x-tuner +snd-tea6330t +snd-timer +snd-trident +snd-ua101 +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usbmidi-lib +snd-usb-us122l +snd-usb-usx2y +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx222 +snd-vx-lib +snd-vxpocket +snd-wavefront +snd-wss-lib +snd-ymfpci +soc_camera +soc_camera_platform +soc_mediabus +softdog +softing +softing_cs +solo6x10 +solos-pci +sony-laptop +sonypi +soundcore +sp5100_tco +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntpc +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_decpc +speakup_dectlk +speakup_dtlk +speakup_dummy +speakup_keypc +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +spectrum_cs +speedfax +speedtch +spi-altera +spi-bitbang +spi-butterfly +spidev +spi-dw +spi-dw-midpci +spi-gpio +spi_ks8995 +spi-lm70llp +spi-oc-tiny +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-sc18is602 +spi-tle62x0 +spi-topcliff-pch +spi-xcomm +squashfs +ssb +ssb-hcd +ssfdc +sst25l +sstfb +ssu100 +ssv_dnp +st +st1232 +starfire +stb0899 +stb6000 +stb6100 +st_drv +ste_modem_rproc +stex +stinger +stir4200 +stk1160 +stkwebcam +stmmac +stmpe-keypad +stmpe-ts +stowaway +stp +streamzap +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv6110 +stv6110x +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrpc +svcrdma +svgalib +sworks-agp +sx8 +sym53c416 +sym53c500_cs +sym53c8xx +symbolserial +synaptics_i2c +synaptics_i2c_rmi4 +synaptics_usb +synclink +synclink_cs +synclink_gt +synclinkmp +syscopyarea +sysfillrect +sysimgblt +sysv +t128 +t1isa +t1pci +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +tc1100-wmi +tc3589x-keypad +tca6416-keypad +tca8418_keypad +tcic +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_usb_gadget +tcm_vhost +tcp_bic +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_probe +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcrypt +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18271 +tda18271c2dd +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tdfx +tdfxfb +tdo24m +tea +tea5761 +tea5767 +tea6415c +tea6420 +tef6862 +tehuti +tekram-sir +teles_cs +test-kstrtox +test_power +tg3 +tgr192 +thinkpad_acpi +thmc50 +ti-adc081c +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_dac7512 +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +timb_dma +timberdale +timblogiw +timbuart +timed_gpio +timeriomem-rng +tipc +ti_usb_3410_5052 +tlan +tlclk +tm6000 +tm6000-alsa +tm6000-dvb +tmdc +tmiofb +tmp102 +tmp401 +tmp421 +tmscsim +toim3232-sir +topstar-laptop +toshiba_acpi +toshiba_bluetooth +touchit213 +touchright +touchwin +tpci200 +tpm_atmel +tpm_i2c_infineon +tpm_infineon +tpm_nsc +tpm-rng +tpm_tis +tps51632-regulator +tps6105x +tps6105x-regulator +tps62360-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65090-regulator +tps65217 +tps65217_bl +tps65217-regulator +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps80031-regulator +trancevibrator +tranzport +tridentfb +ts5500_flash +ts_bm +tsc2005 +tsc2007 +tsc40 +tscan1 +ts_fsm +ts_kmp +tsl2550 +tsl2563 +tsl2583 +tsl2x7x_core +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +tua6100 +tua9001 +tulip +tuner +tuner-simple +tuner-types +tuner-xc2028 +tunnel4 +tunnel6 +turbografx +tusb6010 +tvaudio +tveeprom +tvp5150 +tw9910 +twidjoy +twl4030_charger +twl4030_keypad +twl4030-madc +twl4030-madc-hwmon +twl4030-pwrbutton +twl4030-vibra +twl4030_wdt +twl6040-vibra +twofish_common +twofish_generic +twofish-i586 +typhoon +u132-hcd +u14-34f +uartlite +ubi +ubifs +ucb1400_core +ucb1400_ts +ucd9000 +ucd9200 +udc-core +udf +udl +udlfb +udp_diag +ueagle-atm +ufs +ufshcd +uhid +uio +uio_aec +uio_cif +uio_dmem_genirq +uio_netx +uio_pci_generic +uio_pdrv +uio_pdrv_genirq +uio_sercos3 +uli526x +ultrastor +umc +umem +ums-alauda +ums-cypress +ums-datafab +ums-eneub6250 +ums-freecom +ums-isd200 +ums-jumpshot +ums-karma +ums-onetouch +ums-realtek +ums-sddr09 +ums-sddr55 +ums-usbat +unioxx5 +unix_diag +upd64031a +upd64083 +uPD98402 +usb8xxx +usbatm +usb_debug +usbdux +usbduxfast +usbduxsigma +usb_gigaset +usbhid +usbip-core +usbip-host +usbkbd +usblcd +usbled +usblp +usbmon +usbmouse +usbnet +usbserial +usbsevseg +usb-storage +usbtest +usbtmc +usbtouchscreen +usbvision +usb_wwan +userspace-consumer +ushc +uss720 +uvcvideo +uvesafb +uwb +v4l2-common +v4l2-int-device +v4l2-mem2mem +vcan +vcnl4000 +ves1820 +ves1x93 +vesafb +veth +vfio +vfio_iommu_type1 +vfio-pci +vga16fb +vgastate +vgg2432a4 +vhci-hcd +vhost_net +via +via686a +via-camera +via-cputemp +viafb +via-ircc +via-rhine +via-rng +via-sdmmc +via-velocity +via_wdt +video +videobuf2-core +videobuf2-dma-contig +videobuf2-memops +videobuf2-vmalloc +videobuf-core +videobuf-dma-contig +videobuf-dma-sg +videobuf-dvb +videobuf-vmalloc +videocodec +videodev +viperboard +viperboard_adc +virtio_balloon +virtio_console +virtio_mmio +virtio-rng +virtio_scsi +virtual +visor +vivi +vivopay-serial +vlsi_ir +vmac +vme +vme_ca91cx42 +vme_pio2 +vme_tsi148 +vme_user +vme_vmivme7805 +vmk80xx +vmlfb +vmw_balloon +vmwgfx +vmw_pvscsi +vmxnet3 +vp27smpx +vpx3220 +vsxxxaa +vt1211 +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxge +vxlan +w1_bq27000 +w1_ds2408 +w1_ds2423 +w1_ds2431 +w1_ds2433 +w1_ds2760 +w1_ds2780 +w1_ds2781 +w1_ds28e04 +w1-gpio +w1_smem +w1_therm +w35und +w5100 +w5300 +w6692 +w83627ehf +w83627hf +w83627hf_wdt +w83697hf_wdt +w83697ug_wdt +w83781d +w83791d +w83792d +w83793 +w83795 +w83877f_wdt +w83977af_ir +w83977f_wdt +w83l785ts +w83l786ng +w9966 +wacom +wacom_i2c +wacom_w8001 +wafer5823wdt +walkera0701 +wanrouter +wanxl +warrior +wbsd +wd +wd7000 +wdt +wdt_pci +whci +whci-hcd +whc-rc +whiteheat +wil6210 +wimax +winbond-840 +winbond-cir +wire +wis-ov7640 +wis-saa7113 +wis-saa7115 +wis-sony-tuner +wistron_btns +wis-tw2804 +wis-tw9903 +wis-uda1342 +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wl3501_cs +wlags49_h25_cs +wlags49_h2_cs +wlcore +wlcore_sdio +wlcore_spi +wm831x_backup +wm831x_bl +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x_power +wm831x-ts +wm831x_wdt +wm8350-hwmon +wm8350_power +wm8350-regulator +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994-regulator +wm97xx-ts +wmi +wp512 +wusb-cbaf +wusbcore +wusb-wa +x25 +x25_asy +x38_edac +xc4000 +xc5000 +xcbc +xen-blkback +xen-evtchn +xen-fbfront +xenfs +xen-gntalloc +xen-gntdev +xen-kbdfront +xen-netback +xen-pciback +xen-pcifront +xen-privcmd +xen_wdt +xfrm4_mode_beet +xfrm4_mode_transport +xfrm4_mode_tunnel +xfrm4_tunnel +xfrm6_mode_beet +xfrm6_mode_ro +xfrm6_mode_transport +xfrm6_mode_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_ipcomp +xfrm_user +xfs +xgifb +xgmac +xirc2ps_cs +xircom_cb +xo15-ebook +xor +xpad +xprtrdma +x_tables +xt_addrtype +xt_AUDIT +xt_CHECKSUM +xt_CLASSIFY +xt_cluster +xt_comment +xt_connbytes +xt_connlimit +xt_connmark +xt_CONNSECMARK +xt_conntrack +xt_cpu +xt_CT +xt_dccp +xt_devgroup +xt_dscp +xt_DSCP +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_HL +xt_HMARK +xt_IDLETIMER +xt_iprange +xt_ipvs +xtkbd +xt_LED +xt_length +xt_limit +xt_LOG +xt_mac +xt_mark +xt_multiport +xt_nat +xt_NETMAP +xt_nfacct +xt_NFLOG +xt_NFQUEUE +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_RATEEST +xt_realm +xt_recent +xt_REDIRECT +xts +xt_sctp +xt_SECMARK +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_TCPMSS +xt_TCPOPTSTRIP +xt_tcpudp +xt_TEE +xt_time +xt_TPROXY +xt_TRACE +xt_u32 +xusbatm +xz_dec_test +yam +yealink +yellowfin +yenta_socket +yurex +z85230 +zatm +zaurus +zd1201 +zd1211rw +zhenhua +zio +zl10036 +zl10039 +zl10353 +zl6100 +zlib +zlib_deflate +znet +zr36016 +zr36050 +zr36060 +zr36067 +zr364xx +zram +zte_ev --- linux-lowlatency-3.8.0.orig/debian.master/abi/3.8.0-19.30/i386/generic.compiler +++ linux-lowlatency-3.8.0/debian.master/abi/3.8.0-19.30/i386/generic.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3 --- linux-lowlatency-3.8.0.orig/debian.master/abi/3.8.0-19.30/armhf/generic +++ linux-lowlatency-3.8.0/debian.master/abi/3.8.0-19.30/armhf/generic @@ -0,0 +1,11620 @@ +EXPORT_SYMBOL crypto/gf128mul 0x0c2f123f gf128mul_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x1068004b gf128mul_bbe +EXPORT_SYMBOL crypto/gf128mul 0x2f2889a0 gf128mul_init_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x384ef9ce gf128mul_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x56af0dbd gf128mul_x_ble +EXPORT_SYMBOL crypto/gf128mul 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL crypto/gf128mul 0xbd17a0df gf128mul_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0xc0890413 gf128mul_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/bcma/bcma 0xdfbe46d0 bcma_core_dma_translation +EXPORT_SYMBOL drivers/block/drbd/drbd 0x35131b36 drbd_role_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0x7730f22d drbd_conn_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0xaf27bebf drbd_disk_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0xd2943484 drbd_set_st_err_str +EXPORT_SYMBOL drivers/block/paride/paride 0x011bcabe pi_do_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x203f7038 paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0x3e88943d pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0x5498d66a pi_write_regr +EXPORT_SYMBOL drivers/block/paride/paride 0x667d1b76 pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x8dd03078 paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0xb9cbbd6b pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xcb1fd132 pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0xce4c101d pi_disconnect +EXPORT_SYMBOL drivers/block/paride/paride 0xd506a204 pi_read_block +EXPORT_SYMBOL drivers/block/paride/paride 0xd6785d0c pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0xe1d721b7 pi_release +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1348760d ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x16dcec76 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1a10c898 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1aba5db8 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x3171f6e6 ipmi_smi_add_proc_entry +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x40f2b10c ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x423b776a ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c971bec ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x524f6f51 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5e80f37c ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5fcdcc05 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67cb9784 ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x6b6185ef ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x6c9d25b9 ipmi_register_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x78fd36e7 ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8c8ee770 ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96cbcc81 ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa28a2ace ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa2a98b91 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xb437c976 ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe0fa83f2 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe6ab72a6 ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xebd5272e ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf2576cb9 ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfcb77cfd ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/nvram 0x0f28cb91 nvram_read_byte +EXPORT_SYMBOL drivers/char/nvram 0x17ff2c1d __nvram_read_byte +EXPORT_SYMBOL drivers/char/nvram 0x2adec1e0 __nvram_check_checksum +EXPORT_SYMBOL drivers/char/nvram 0x7da28f12 nvram_check_checksum +EXPORT_SYMBOL drivers/char/nvram 0x9ce3f83f nvram_write_byte +EXPORT_SYMBOL drivers/char/nvram 0xa8813189 __nvram_write_byte +EXPORT_SYMBOL drivers/dma/dw_dmac 0x437195c2 dw_dma_cyclic_start +EXPORT_SYMBOL drivers/dma/dw_dmac 0x4c23a589 dw_dma_cyclic_prep +EXPORT_SYMBOL drivers/dma/dw_dmac 0x643bf914 dw_dma_get_dst_addr +EXPORT_SYMBOL drivers/dma/dw_dmac 0x6c610dd4 dw_dma_generic_filter +EXPORT_SYMBOL drivers/dma/dw_dmac 0x7c4ba1e0 dw_dma_cyclic_free +EXPORT_SYMBOL drivers/dma/dw_dmac 0xa08b428b dw_dma_cyclic_stop +EXPORT_SYMBOL drivers/dma/dw_dmac 0xc93c7696 dw_dma_get_src_addr +EXPORT_SYMBOL drivers/gpu/drm/drm 0x014e5dbe drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x014ee2f7 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02a1bf95 drm_getsarea +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02e6e099 drm_mode_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0589f0f7 drm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x05f4e423 drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06dfa351 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x084be6a1 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x08e0acc3 drm_connector_unplug_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09713600 drm_vblank_post_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ae4b94c drm_ht_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0df05765 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f7b9ae9 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fa82f66 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fccafb1 drm_global_item_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1017502d drm_idlelock_take +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11065515 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11ed264a drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12c6276a drm_buffer_read_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x142b8b35 drm_buffer_copy_from_user +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15856f93 drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15d240ad drm_mode_detachmode_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x167fd723 drm_mm_clean +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16a21248 drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x194eadaa drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19621a52 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a770ac3 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b1536e5 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b432628 drm_addmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c0ae7d7 drm_mm_init_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ce30d45 drm_prime_lookup_imported_buf_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d1fd64a drm_mode_create_dirty_info_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e837252 drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x205b13a7 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20645642 drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2332572c drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25b04180 drm_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2936f309 drm_core_ioremap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2991a41f drm_pcie_get_speed_cap_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2af86fd4 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b07ec42 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b3b4d08 drm_get_last_vbltimestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b4ef8ca drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b6c3e93 drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f5f66bc drm_get_platform_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x302bc29f drm_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x306b23a8 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3074f033 drm_order +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34206862 drm_core_ioremapfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x346127a7 drm_global_item_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36904833 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a4f7ae drm_format_num_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3972fcbb drm_prime_destroy_file_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ac1fef9 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b9d009a drm_format_plane_cpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3dc565d9 drm_mm_insert_node_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3eb37b9d drm_ht_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ed57011 drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f27814d drm_rmmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4111c88d drm_prime_add_imported_buf_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x41aac354 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42df8612 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43384bd9 drm_buffer_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x44a0c113 drm_mode_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x45a13ada drm_idlelock_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x473f2c60 drm_core_ioremap_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x480c3032 drm_vblank_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x498dcb5e drm_ut_debug_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c511235 drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d088d1f drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d46a80c drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ea1f5a2 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4eade894 drm_mm_dump_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ed09184 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50b7bc22 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x529d6c91 drm_mode_validate_clocks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54fa6a89 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5722cab4 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x581ed292 drm_mm_get_block_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5aa3c566 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5afbee60 drm_pci_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5eafb8e9 drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x600bf41a drm_pci_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x606ae2bc drm_mm_debug_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60748241 drm_prime_init_file_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6100a953 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62d29940 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6438c621 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x657ffe95 drm_fill_in_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x682eba56 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x695f0c62 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69e2c3df drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b14bccc drm_mode_cea_vic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b6d7375 drm_timestamp_precision +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c88868b drm_mode_connector_detach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cee2e42 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6db3e93a drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71bf0a91 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7301fe52 drm_vblank_pre_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x747924cb drm_select_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74fbf451 drm_mm_init_scan_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a4e7297 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b42b5d4 drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b85f6f8 drm_mm_insert_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7bc70d42 drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ec0e338 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7eca103c drm_gem_object_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8188e617 drm_platform_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x840d5eaa drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c510862 drm_find_cea_extension +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8de13715 drm_format_vert_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dfb019d drm_buffer_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eff9111 drm_ht_find_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f7df3a7 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x900f5b2f drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9091d839 drm_mode_group_init_legacy_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x917e5ad9 drm_prime_remove_imported_buf_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91a36bf3 drm_framebuffer_unreference +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9201794b drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92d7ae11 drm_get_minor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9482a4bb drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x94e04c68 drm_mode_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x955d725c drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x958fce21 drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95f3fb18 drm_addbufs_pci +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9745d638 drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x97ec8040 drm_get_connector_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9853ef75 drm_platform_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a928ce3 drm_sysfs_connector_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b084dd1 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c8da625 drm_rmmap_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9dd34b62 drm_mm_insert_node_in_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9eb10e25 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f8fa8e3 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa170bfe7 drm_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1eabd87 drm_mode_list_concat +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1fb703c drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2a96bd8 drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa34c3677 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa42d18f5 drm_pci_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa66ab3a2 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6bf1721 drm_mode_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa913e0ee drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9b9109c drm_calc_vbltimestamp_from_scanoutpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa7474bf drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac8542a9 drm_edid_to_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb01a0fa1 drm_mode_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2278a53 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb32d1b5c drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4dd63bf drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb55557ef drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7038e33 drm_sysfs_connector_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb94c882c drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb95b9b3d drm_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb95beb55 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba2d0719 drm_mode_hsync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba9b5cf5 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbbc860ee drm_mode_attachmode_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbbf26bd8 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbda937d6 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe001c53 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe64c0b7 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc1c158b4 drm_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc25a61ec drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3e39724 drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc414c422 drm_vblank_offdelay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4c0bf73 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4c0e9ca drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca45efbc drm_format_horz_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb1beab5 drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd0fc417 drm_ht_just_insert_please +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd7a8d79 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcda91c46 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce04dfb0 drm_core_reclaim_buffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcfc59bf7 drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0dcdd90 drm_mm_insert_node_in_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2335101 drm_fb_get_bpp_depth +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd8fe5b35 drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd90bc8f8 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb541dc3 drm_put_minor +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbb5a9f5 drm_ht_remove_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc4237f4 drm_irq_uninstall +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe01aa0fe drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe10a472d drm_mm_pre_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe16838c2 drm_mm_search_free_in_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe6f46e6e drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7197773 drm_ht_insert_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7fec825 drm_pci_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe82c8cff drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe91fc48b drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea826064 drm_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeaab271f drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeae85390 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeafa0dbb drm_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb2e63c9 drm_mode_create_dithering_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xecd284a1 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf013493e drm_mode_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1412cf0 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2c2985f drm_irq_install +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf32a6c4f drm_global_mutex +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf33056fd drm_framebuffer_reference +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4922a2f drm_gem_object_handle_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4b2e991 drm_mm_put_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf66bd054 drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf92c66be drm_mm_search_free_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9927119 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa04dc49 drm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa88b89e drm_get_encoder_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb8a84a4 drm_mm_get_block_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfbf4b470 drm_prime_sg_to_page_addr_arrays +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff35fcd1 drm_unplug_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffb10db3 drm_fasync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffc6c87a drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x01dcece7 i2c_dp_aux_add_bus +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0873b1d7 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0ed7e659 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x11950963 drm_fb_helper_single_fb_probe +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x187714ef drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1b37c953 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x20102d16 drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d7a787f drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x31732573 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3aaeeae7 drm_fb_helper_fill_fix +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3fba3b36 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x540b1fec drm_fb_helper_fill_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x55d2ef71 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6c67ae1a drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6d99f012 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x711a004a drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x73947d55 drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x74bc3e72 drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8a4a4385 drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8f5010ad drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9435275a drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9b5ba37a drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9d251144 drm_fb_helper_panic +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa709b771 drm_fb_helper_single_add_all_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8d6809d drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb0b8c6eb drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb20ede8e drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb33b985f drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb37a0603 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb4ebd6e8 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb818a959 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb94ad9d0 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc469c244 drm_fb_helper_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc7fd39bb drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd02c73c7 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd5d8b6b8 drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd8099b3a drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe204f9f7 drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf1d9a8ce drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf27cd5ab drm_fb_helper_restore_fbdev_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfb867d81 drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfbccc93e drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfee43a69 drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x6870b9c5 drm_usb_exit +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0xcffbe52a drm_get_usb_dev +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0xec12152b drm_usb_init +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x0903c239 vid_from_reg +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0xef1c781c vid_which_vrm +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0e2a6864 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0f5877d4 sch56xx_read_virtual_reg16 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x34257f35 sch56xx_watchdog_unregister +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xa5f27a35 sch56xx_watchdog_register +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xe5022f95 sch56xx_read_virtual_reg12 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xed1d2a08 sch56xx_write_virtual_reg +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x0da03c93 i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x32cdb076 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xb340590c i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xd553942f i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xf1fb9c33 i2c_pca_add_bus +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x1e901082 hid_sensor_read_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x4182b9e2 hid_sensor_parse_common_attributes +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x8ba71c71 hid_sensor_write_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xb92469b6 hid_sensor_read_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xf54592d2 hid_sensor_write_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x1d774a28 hid_sensor_setup_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0x99a1953b hid_sensor_remove_trigger +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0x4d4ad10d adis_debugfs_reg_access +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0xf07ccba1 adis_enable_irq +EXPORT_SYMBOL drivers/iio/industrialio 0x032fee24 iio_triggered_buffer_predisable +EXPORT_SYMBOL drivers/iio/industrialio 0x05bab8f7 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x0623272a iio_sw_buffer_preenable +EXPORT_SYMBOL drivers/iio/industrialio 0x0d336121 iio_triggered_buffer_postenable +EXPORT_SYMBOL drivers/iio/industrialio 0x2332c88c iio_buffer_store_enable +EXPORT_SYMBOL drivers/iio/industrialio 0x2a6ab1de iio_buffer_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x37241810 iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0x39552871 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0x4305a21f iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x65a51853 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x6ecdb758 iio_buffer_show_enable +EXPORT_SYMBOL drivers/iio/industrialio 0x6fa5b3a8 iio_buffer_read_length +EXPORT_SYMBOL drivers/iio/industrialio 0x7970f8a2 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0xa08f4c70 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0xa107ec0c iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0xa320c40a iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0xb836fdf0 iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xbd9e5209 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0xd6b5a293 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xe297a392 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xe37f1435 iio_buffer_write_length +EXPORT_SYMBOL drivers/iio/industrialio 0xf38ee437 iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0xf8efa14a iio_buffer_register +EXPORT_SYMBOL drivers/iio/industrialio 0xfe8d69d8 iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0x87d9a19a iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0xaedeefdb iio_triggered_buffer_setup +EXPORT_SYMBOL drivers/iio/kfifo_buf 0x07b991fc iio_kfifo_free +EXPORT_SYMBOL drivers/iio/kfifo_buf 0x7b1c7984 iio_kfifo_allocate +EXPORT_SYMBOL drivers/input/gameport/gameport 0x048f68d9 __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x27e9dfa5 gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x5274c9e6 gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0x5db0ff11 gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0x8accf292 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x98d21dff gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xa425f053 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xd4051f09 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xfba2cb41 gameport_set_phys +EXPORT_SYMBOL drivers/input/input-polldev 0x2e195daa input_unregister_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xbed503f6 input_allocate_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xc0887dc0 input_free_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xd816e53f input_register_polled_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0x67d5781e matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x180f6d49 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0x46d82ea5 ad714x_disable +EXPORT_SYMBOL drivers/input/misc/ad714x 0x5fa12a94 ad714x_enable +EXPORT_SYMBOL drivers/input/misc/ad714x 0x7fe3613c ad714x_remove +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x5ee64793 cma3000_init +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x892d76b2 cma3000_resume +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x89d9444e cma3000_exit +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xca3f100a cma3000_suspend +EXPORT_SYMBOL drivers/input/sparse-keymap 0x188655db sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x255cfa4c sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0x40b8f99e sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0xb43559e0 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0xeb3c8140 sparse_keymap_free +EXPORT_SYMBOL drivers/input/sparse-keymap 0xf5159333 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x3cffab32 ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x97f83edf ad7879_remove +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xad737e5b ad7879_pm_ops +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x04403fcf unregister_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x14f2aa5a capi20_get_version +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2b8eab1f capilib_free_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2baa6586 capilib_new_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x31c24aa4 capi20_isinstalled +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x3d58ab53 capi_ctr_resume_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x3f28fd2a detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x47d3fc51 capi_info2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x50b33ca4 capi_cmsg2message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6057c6f3 capi_message2cmsg +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x62e32d43 capilib_data_b3_conf +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x71e8d5ba capilib_data_b3_req +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7a33596c capi20_get_serial +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7e6f1307 capi20_get_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x874ea9ff capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8b84cf31 capi20_register +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8f699913 capilib_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x96e064f1 capi_ctr_suspend_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9f823278 register_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xa7c4fd6c capi_message2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xaa165d27 capilib_release_appl +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb19fda8d capi_cmd2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb60e5e5f capi_cmsg_header +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc10fe128 cdebbuf_free +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc4050f9f capi20_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xd6114c0c capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xd8eca223 capi20_put_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xdbebce68 attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe19a11ac capi20_get_profile +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe342cd89 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe8ad9bd1 capi_cmsg2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xed061606 capi20_manufacturer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x07f4f2ce hisax_unregister +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x148f0c99 FsmFree +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x7f29ce36 FsmInitTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x93a64734 FsmChangeState +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x9df0cd27 FsmEvent +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x9e8fb553 hisax_init_pcmcia +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xe227344e FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xee93522c hisax_register +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xf0a16657 FsmNew +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xfc27303b HiSax_closecard +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xff2db2cf FsmDelTimer +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x15a17aad register_isdn +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x9741b786 isdn_ppp_unregister_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xa1be4f7e isdn_ppp_register_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xfa06820f isdn_register_divert +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x3b71e4fc isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x59cc8a7e isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x8ee38862 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0xfd9d4c09 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x08555323 recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x32db25d1 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x37dcf806 mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3cdee678 mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x43470a58 mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x54451388 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x57ee6ae5 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5dbaec53 mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x613e78ab dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x614ede30 mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x61b2fadd queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x65137a12 recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6cd1806f create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6e067ea8 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x71e3c10f bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x73fe39ac bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x74d783bb recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8a4e99fb mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8d4bee46 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x92840d73 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x930a06cc mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x96309324 mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9d93cf04 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa7d8e982 mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xbd1fa047 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xce4b99ef recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd285995f mISDN_clock_get +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5145151 mISDN_FsmEvent +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe87943cf mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf6376191 get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf9e7832f mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x60721da7 dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xa215f1b2 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/md/dm-log 0x39567bdd dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0x3ab30ef5 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0x3c411d63 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0x6987f6e3 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x1bf874cf dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x1e44524d dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0x6f6c54dd dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x807f6edc dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0xa32551ac dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0xd7130671 dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/raid456 0x0882335f raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x0c59f074 flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x1afde895 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x2ae04120 flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x5a2363d5 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x68540799 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x7a98181a flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x86e9a819 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x8bfb675e flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x934e3170 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xa1e366ab flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xbbf2f6c8 flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xbdc1c164 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xfb1dc8d9 flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x09a5fe9e dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x17523ce7 dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x300e90ff dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3370630d dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x344908d4 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3656cb10 dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3e9d6c32 dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x40d693b0 dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x42132ce8 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x50ff0021 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x629f9d31 dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x653b05f1 dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x661e14a2 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x66bbb1bd dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6d84fbe7 dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x72180695 dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x73b24831 dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x74589ce6 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x74a5a698 dvb_filter_pes2ts_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7dd16f87 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7e15cfa9 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80e3832d dvb_filter_get_ac3info +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x851fe94b dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8633f37b dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9c19040b dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9f5ed9fe dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xac4ca1b0 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb1d0e608 dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb54a9100 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xbea9bec3 dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xcf55395a dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd0a95d98 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd68a099e timeval_usec_diff +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd784b25f dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdb0b07a5 dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdb1a8bd4 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdc094c39 dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe29930bc dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe5ae8707 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe5f8afb5 dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe92f4df1 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf3d774e4 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf48116c6 dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf826deb0 dvb_filter_pes2ts +EXPORT_SYMBOL drivers/media/dvb-frontends/a8293 0x3120c541 a8293_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9013 0x384df1d6 af9013_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9033 0x3a2ec32f af9033_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0xba20185d atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x044e7ec8 au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x1c1885de au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x399f1ba7 au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x89f61429 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x9879f20f au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xae4bc52f au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xb2cf898c au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xd8786f3b au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xda111715 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0x5d46d665 au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0x82382508 bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0x371b3fb9 cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x28ca058e cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x4fc3fbbc cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0x065350c9 cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x04a7ae66 cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0xe7fdf6ab cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0xb73b909e cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x2f0660d5 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x48994249 dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x661f7775 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x86902d7a dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xd6d5f708 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x035be5df dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x34ecfe52 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x3fb8b966 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x430263d6 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x6b12426d dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x6b6b94d6 dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x743e4b3d dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x8449006e dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xb37dbf8a dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xbdd80c7e dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc8200b0a dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xea1fee15 dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xf7b39675 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xfb23547d dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xfc16cddc dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0xe1c3e1a8 dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x2f96ab47 dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x63c82f7f dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x91ccf7e1 dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x995776ca dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xec365354 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xee179c0c dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x111f827d dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x95751627 dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x99ca0c32 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xb8d8c1bb dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x13ba38ce dib7090_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x1f9f2037 dib7000p_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x39fcf43f dib7000p_get_agc_values +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x3b73a498 dib7000p_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x3f5d02af dib7000p_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x3ff81d9f dib7000p_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x41779988 dib7090_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x46eacd3f dib7000p_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x4cd65ac4 dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x713aa50f dib7000p_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x795af5f8 dib7090_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x7b8520b2 dib7000p_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xca70a744 dib7000p_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xe92f432f dib7000pc_detection +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xf240ec28 dib7090_slave_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x02d5a3bf dib8000_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x202c2319 dib8096p_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x2b9f74ad dib8000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x3ff45644 dib8000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x41772e63 dib8000_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x633abc3b dib8000_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x6795c74f dib8000_remove_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x6a0bc4e1 dib8096p_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x75a3d14d dib8000_pwm_agc_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x77516b2b dib8000_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x79232a7a dib8000_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x8675ec7e dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xa3bd4c3c dib8090p_get_dc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xa749f6fa dib8000_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xb01d8441 dib8000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xb499b58a dib8000_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xc569dbf5 dib8000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xca2e31a0 dib8000_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xdeb4568e dib8000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x0960cfee dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x11de8db2 dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x4cd629e4 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x6d7af555 dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x991c160f dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xad3ad91c systime +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x2b7a7636 drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x5491674e drxd_config_i2c +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0x9ac4d674 drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0x649902ee ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0x34c598b9 dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0xd451bcb6 ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0xf4752356 isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0xd073a8fc isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/it913x-fe 0x7299e52e it913x_fe_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0xedf4a416 itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0x163faec6 ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0x418efcf1 lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0x923fbe05 lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0x7b2c7a1c lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0xfff0a624 lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x7ecc1ecc lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xba74b398 lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0xbe71a41c lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0x24dc0afa m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0x5f516acb mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0xa150ddd8 mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0x5aec8896 mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0x1f9a1d47 nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0xdad3af4d nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0xbc94e71a rtl2830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0xc25fbf22 rtl2830_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0x59391d16 rtl2832_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0xa1ca9aa3 s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0x81541fa1 s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x74724e7e s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0xcdb58f5a s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0xd826d3fa s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0x15ee3e01 si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0xc7064cb2 stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0x198923aa stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0xd165ac60 stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0x57a3e239 stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0x9df7666a stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0xa1a5a805 stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0x33d12e1c stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0x5e6dbbef stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0xb7c982af stv090x_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0xff06f343 stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0xd7415009 stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0x4a5e061e tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0x19da44e4 tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0xcb6bd735 tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0xfdc08dcf tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10071 0xd44f92ab tda10071_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0x92026373 tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0x2fc2fdad tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0x926ca4bf zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0xe58ba83b zl10353_attach +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0x1ca0c084 cx2341x_log_status +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0x2f25eee2 cx2341x_update +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0x3db8be82 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0x5b88faf6 cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0x64456086 cx2341x_handler_init +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0x7e53468b cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0xba637f19 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0xc184ec1e cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0xcf76ce95 cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0xcf8b77a4 cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0xe8ab9402 cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/i2c/tveeprom 0x442d73e2 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/i2c/tveeprom 0xcb4acff8 tveeprom_read +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xc33a7ec1 ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xc3e4c127 ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/platform/davinci/vpfe_capture 0x733d327e vpfe_register_ccdc_device +EXPORT_SYMBOL drivers/media/platform/davinci/vpfe_capture 0xf121bfe5 vpfe_unregister_ccdc_device +EXPORT_SYMBOL drivers/media/platform/davinci/vpss 0x088ccec9 vpss_select_ccdc_source +EXPORT_SYMBOL drivers/media/platform/davinci/vpss 0x319709a6 vpss_clear_wbl_overflow +EXPORT_SYMBOL drivers/media/platform/davinci/vpss 0x54146824 dm365_vpss_set_sync_pol +EXPORT_SYMBOL drivers/media/platform/davinci/vpss 0x6e5b5413 vpss_enable_clock +EXPORT_SYMBOL drivers/media/platform/davinci/vpss 0x749bf2c9 dm365_vpss_set_pg_frame_size +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x02bff381 soc_camera_power_off +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x25d5439f soc_camera_apply_board_flags +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x2a0c50a5 soc_camera_unlock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x33cf332b soc_camera_power_on +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x370c226a soc_camera_host_unregister +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x5710c2f3 soc_camera_xlate_by_fourcc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x69ab8264 soc_camera_host_register +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x8f068556 soc_camera_lock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x2fc57265 soc_mbus_find_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x31477397 soc_mbus_get_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x61871f65 soc_mbus_bytes_per_line +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x7371455d soc_mbus_samples_per_pixel +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xc8b28da5 soc_mbus_config_compatible +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xde30e6b9 soc_mbus_image_size +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x04dca738 lirc_unregister_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x32a71ae9 lirc_register_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x38832a0f lirc_dev_fop_ioctl +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x63780b69 lirc_dev_fop_write +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x67c3d92b lirc_dev_fop_open +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x8c3c7190 lirc_dev_fop_close +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x9d63fb88 lirc_dev_fop_poll +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xdd283145 lirc_get_pdata +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xebd4f1bd lirc_dev_fop_read +EXPORT_SYMBOL drivers/media/rc/rc-core 0xa90b1c2c ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0xc4d39615 ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/tuners/e4000 0x8e91f734 e4000_attach +EXPORT_SYMBOL drivers/media/tuners/fc0011 0x4b9fc575 fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0xe6ca8ffd fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x2506edd4 fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x351b17fc fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xaa68b33b fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc2580 0xbf9a65ef fc2580_attach +EXPORT_SYMBOL drivers/media/tuners/max2165 0xed7eeee1 max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0xc52f6777 mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0x1a754c0a mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0x45f3b181 mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0xaca9843a mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0xb9569401 qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18212 0x9a479bf8 tda18212_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0x7eaed4a3 tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tua9001 0x565b1fe6 tua9001_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x0cb4b189 tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/tuner-xc2028 0xc95748c3 xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0x83b61c70 xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0xcd55c23e xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x73f6f2d4 cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x7556dff5 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_cypress_firmware 0x42cd208e dvb_usbv2_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_cypress_firmware 0xda8c54ab usbv2_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x0724eda1 dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x1708f8b0 dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x19cba50d dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x4205409d dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x7312ef5a dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x9f97de23 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xdaea3736 dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x1b2e8115 dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x4c276ea2 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x5d9ee01d usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x8c65597c dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xd71021ad dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xdd9fca82 dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xebfcd993 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x13e247e0 rc_map_af9005_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0xb4585f38 af9005_rc_decode +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0xd4e288db rc_map_af9005_table_size +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x12710321 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x170ea305 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x39449686 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x505af022 dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x574567a2 dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x643a26ab dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xa0464529 dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xa52ec77d dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xadb07c29 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb46d0c65 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb47559e0 rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xc8b3b68c dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xd061fa45 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xfb8e2381 em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x4af63207 gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x4d40f71e gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x514674fb gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x887a1f6b gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xd6e485e6 gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xef207d91 gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xf4f817d3 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xf9aa7a6a gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x0787d4bd tm6000_unregister_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x155f55aa tm6000_register_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x45606d9b tm6000_init_digital_mode +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x42c8e001 v4l2_ctrl_next +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x4adaf0f3 v4l2_ctrl_query_menu_valid_items +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x4ed5e0d7 v4l2_chip_match_host +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x53c9394f v4l2_ctrl_query_menu +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x5b59dead v4l2_chip_ident_i2c_client +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x5f96a661 v4l2_ctrl_check +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xa7485ae9 v4l2_chip_match_i2c_client +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xabe27502 v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x346498ff v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x459e133f v4l2_m2m_get_curr_priv +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xa8b1c28e v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xfab27e80 v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x2353484a videobuf_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x3ce752b0 videobuf_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x540a5894 videobuf_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x56529530 videobuf_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xc2c11c01 videobuf_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xd41607ef videobuf_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-core 0x4d0cc045 vb2_querybuf +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0048a428 v4l2_subdev_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x077110c9 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0ad8f96f v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0bc31b7d v4l2_subdev_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x145458b0 v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x17df9901 v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x18bdc926 v4l2_subdev_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2881ea3b v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2c3a08d1 v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2daadc2b v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2ea25559 v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3a673ca3 video_usercopy +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3a68d568 v4l2_ctrl_handler_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3adbd595 v4l2_field_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bc5b9a9 v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bdd0f94 v4l2_prio_change +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3eb39873 v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x43b1015f video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x495426ee v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4c35c9f1 v4l2_subdev_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4e8a01d4 v4l2_subdev_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x50b71f9c v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5963763c v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5fb76d5c v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x65cd7729 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x69847672 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6bac01b2 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x71ad312a v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x75a3b111 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a3cd015 v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7f26519b v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8b988612 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8e1331b9 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa2567ea0 v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa59b1025 v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa5c56a1e v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa8559709 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb25fe3b8 video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbac4a225 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc12cf8f8 v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc6969c5c v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd26ad2fb v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd798f048 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdadbb203 v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdbd6bb50 v4l2_subdev_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdd931792 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe1de2f21 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe6fce6f2 v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe9f407b6 v4l2_subdev_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xeb2e7a3f video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xeba01c92 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf6cf1f96 v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfafa9e84 v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfb93988f v4l2_ctrl_add_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xff1b834b v4l2_querymenu +EXPORT_SYMBOL drivers/memstick/core/memstick 0x1579ee13 memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x18dd477f memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x1b7c50bd memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x3f3f22d8 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x46275a7d memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x511e3f74 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5657ea60 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0x62980234 memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x6bad9301 memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x7564b633 memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x7fcd200e memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x98975f18 memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa0dee08e memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xcb7f3f79 memstick_new_req +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0x447d51c1 pasic3_write_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0xbcba2e98 pasic3_read_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x2b2bee5b mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x32986e64 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x345c7cc7 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xac8dc1ed mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xbcbe0943 mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc24e26b0 mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc331e7b5 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc3515593 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xcc00d278 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xced0f5bf mc13xxx_irq_request_nounmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xd64143e6 mc13xxx_irq_ack +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xe2cbd9bc mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xeac180a3 mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/tps6105x 0x767ba292 tps6105x_mask_and_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0x93940949 tps6105x_get +EXPORT_SYMBOL drivers/mfd/tps6105x 0xaa580ed6 tps6105x_set +EXPORT_SYMBOL drivers/mfd/tps65010 0x02d4ad0f tps65013_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0x0c6ad2cf tps65010_config_vdcdc2 +EXPORT_SYMBOL drivers/mfd/tps65010 0x28485130 tps65010_config_vregs1 +EXPORT_SYMBOL drivers/mfd/tps65010 0x33739de7 tps65010_set_vib +EXPORT_SYMBOL drivers/mfd/tps65010 0x9fd44c69 tps65010_set_led +EXPORT_SYMBOL drivers/mfd/tps65010 0xb14080cc tps65010_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0xd5bb106d tps65010_set_vbus_draw +EXPORT_SYMBOL drivers/mfd/tps65010 0xe99b3f36 tps65010_set_gpio_out_value +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xb54a6c72 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xdabdf3fb ad_dpot_probe +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x8a05ed90 altera_init +EXPORT_SYMBOL drivers/misc/atmel_pwm 0x0e9755b9 pwm_channel_free +EXPORT_SYMBOL drivers/misc/atmel_pwm 0x5a8b82f9 pwm_channel_handler +EXPORT_SYMBOL drivers/misc/atmel_pwm 0x5d5c2951 pwm_clk_free +EXPORT_SYMBOL drivers/misc/atmel_pwm 0x6a5e1f70 pwm_channel_alloc +EXPORT_SYMBOL drivers/misc/atmel_pwm 0x73330c97 pwm_clk_alloc +EXPORT_SYMBOL drivers/misc/atmel_pwm 0xeb7f2c6f __pwm_channel_onoff +EXPORT_SYMBOL drivers/misc/c2port/core 0x454abfde c2port_device_unregister +EXPORT_SYMBOL drivers/misc/c2port/core 0xfa22fd77 c2port_device_register +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x0d0ecf00 dw_mci_probe +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x76481279 dw_mci_remove +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x9234e027 dw_mci_resume +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0xec865a68 dw_mci_suspend +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x065b99fb tmio_mmc_host_resume +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x2e802495 tmio_mmc_host_probe +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x378f2335 tmio_mmc_irq +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x51d1197c tmio_mmc_host_remove +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x58717b81 tmio_mmc_host_suspend +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x6d3deee9 tmio_mmc_sdcard_irq +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0x7a6fd700 tmio_mmc_sdio_irq +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0xacdbb481 tmio_mmc_host_runtime_resume +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0xe80b638e tmio_mmc_host_runtime_suspend +EXPORT_SYMBOL drivers/mmc/host/tmio_mmc_core 0xf02062dd tmio_mmc_card_detect_irq +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x7820702f cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xd4573cfa cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xdc173800 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0x0b3e4c95 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x3a1e840e lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/nand/denali 0x52edc30e denali_remove +EXPORT_SYMBOL drivers/mtd/nand/denali 0x713360e7 denali_init +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x10139e5c onenand_scan_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x1f00b9c1 flexonenand_region +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x4a887b13 onenand_addr +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xc17cba0a onenand_default_bbt +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x07280c40 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x10ce0c5d hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x7bad1907 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x9c64cf2a hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xe50261b4 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x00730980 sirdev_set_dtr_rts +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x48830fc6 sirdev_set_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x4a4d3ccf sirdev_write_complete +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x60f02fc0 irda_unregister_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x88710a62 sirdev_raw_read +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x9b2299dd sirdev_raw_write +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xa5bf2ac9 sirdev_put_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xb563f881 sirdev_get_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xe3fe8fa0 sirdev_receive +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xf2027ede irda_register_dongle +EXPORT_SYMBOL drivers/net/ppp/pppox 0x18656b5a register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0x83b527f4 pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0x87b8e132 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/usb/usbnet 0x552d7a29 usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0xa3d6da88 usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/wan/hdlc 0x12b0d102 hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0x20873326 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0x2d762b80 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x696d0ef6 detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x79336bfb attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x9c4bddfd unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0xb248c1b3 hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0xc2c5aa3b hdlc_change_mtu +EXPORT_SYMBOL drivers/net/wan/hdlc 0xc968b914 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0xcd864949 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0xd5526a4b register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wimax/i2400m/i2400m 0x06f18d68 i2400m_unknown_barker +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x123f49c3 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x319c6026 ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x3e9e8910 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x400923c7 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4e2481d5 ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x53358ce3 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x89e4934d ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb2501027 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xbe52d404 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xcb4036f3 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd910c99b ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xdf4b7ae6 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xe64f3017 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3824a7ae ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x47bf7e92 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4b2aa07d ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4e1380ee ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x6c03ac93 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x91cfb84a ath6kl_hif_rw_comp_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x9bb4e51e ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb6349c0b ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xdd0af9f6 ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xf23f2889 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xf98340d6 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xfaac7fb4 ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k 0x5b7d8660 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k 0x83797eea ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k 0x91fc76f5 ath9k_hw_wow_event_to_string +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k 0xa93af97b ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x47869fd1 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x59275983 ath9k_cmn_update_ichannel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x80b5e9df ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x86a8681c ath9k_cmn_get_curchannel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf4a19619 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf59eadf3 ath9k_cmn_padpos +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0192ad0b ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x01d67722 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x07f2b3f3 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0a46a09c ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0b348984 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0bce9eb1 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x111faf1a ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x12dba999 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x15d51403 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x160a5b65 ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1aa8eb99 ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1ae6cb43 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1b5fddbe ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1c1c64c4 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1c20f094 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1d2b043a ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1e27ec75 ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2355e9e5 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x26b3c1c0 ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x27935faf ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2a1fcb84 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3251a2c6 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x33fc1d6d ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3464498d ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x37046e14 ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3ba442cf ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3e707629 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3f14e5a5 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x40eb3dff ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4490c042 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x47d49a54 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x49fe33a7 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4b77c750 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4df9d21f ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x52a6bbe4 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x54aaea98 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5caad2b7 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5d65a83c ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x62e6ed15 ath9k_hw_cfg_output +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x645f44df ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x647338b0 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6cef580d ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6ee30305 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x71dc28fd ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x73665fd4 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x747859d4 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x80c17df3 ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x80fcceb5 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x858c0226 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x85f90298 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x879b61d1 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x87ec74e2 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8c95e9e9 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8f9e3f6c ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x95236b5b ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x966bc711 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9c3626f4 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9d1fc814 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa0dca4b7 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa253219a ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa25f1521 ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa29bd81a ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa3abc5f6 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xae1cb5e3 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaf9ae40b ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb006f489 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb8de7714 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb9e514d9 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbb554bcc ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbbe91604 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbc8721f7 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbcecbbf5 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbf748784 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc02058e7 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc05965c2 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc202e978 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc7b5b2bd ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc81efec3 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc93cc81f ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xce5dd8f0 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd2e83408 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd4cd1287 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd8e93590 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe0f6bcf4 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe530c471 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe77c6cb4 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xec564017 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xedf0feff ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xef279981 ath9k_hw_cfg_gpio_input +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xef59c2be ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf4364f69 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf65250c3 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf6d820d4 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf8c4bad4 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfb5b6a83 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfdb9165f ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfefff7bc ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmfmac/brcmfmac 0x0ab6701b brcmf_sdio_remove +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmfmac/brcmfmac 0xf4a5b760 brcmf_sdio_probe +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x1bd7d46d brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x2dbbafba brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x50e25b75 brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x67c071f6 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x8a02f3bb brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x92399fe0 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x992f0bdd brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xa3eb1ee5 brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xae94d6e5 brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xaf3c5365 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xdc63739e brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xdf4ad867 brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x02a09f83 hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0832b9c2 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0ad69602 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0b407484 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0eba18ae hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x146c0806 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x35eb272d hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x38b584a8 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x46cadd77 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x48bb2a98 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x582b0966 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x664410ce hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x82074e52 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x82b3ef16 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x8d52b999 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x93ae4ce4 hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x950416ee hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x9edf0968 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa12ad27f hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xaab276f0 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xabc400a8 hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xac227bc0 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb2a945e0 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xbb938703 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xc8b8147a hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xcd45f600 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xd508db4d hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xe388857c prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x00923ec7 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x06cd8234 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x17d55ef1 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2547ce43 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2a9d2518 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x347746fc rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x37df1293 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3e1f9284 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3f863a20 _rtl92c_store_pwrIndex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x44b71920 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x45fae454 rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x49bd554b rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4a847d51 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4ad3326b rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4c2e07b9 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x590e6b5a rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5b081093 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x633796df _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6814b711 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x694d0344 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x707adec1 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x77f17b30 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x84686d59 _rtl92c_phy_dbm_to_txpwr_Idx +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x878857c1 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x8e66f69c rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9fc0c957 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9fdc9238 _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xacbee9a2 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xae3175b9 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb2c22ba9 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb3314d48 _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb3c98f9b rtl92c_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xcb4d3022 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd0e80425 rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd0f86e7a rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd159b795 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe41b5dc0 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe4c0bd31 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xe9bac0e0 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xec94343a _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf58b7700 rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xf9e2dae9 _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xfda474cd rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x0a98e262 rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x0ec2e865 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x0fe0f96b efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x195348f6 rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x207fbb70 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x389ae5af rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x38df364e rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x3c73b436 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x61df0ed3 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x74b915cf rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x767474d2 rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x79188a02 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x97a9f401 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xa5a7f963 rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xb01b5086 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xcf2ef834 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xd80bb343 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xdc57da64 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xdd37c327 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe224e4ee rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe79ae731 rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xefa28cbd rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xf5cce977 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xf853405d rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x4e7eb09a wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xbf35a9fa wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xca97dc72 wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xe298d3c1 wlcore_tx_complete +EXPORT_SYMBOL drivers/parport/parport 0x014ce36d parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0x04a83ea8 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x09b0540a parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x2297d3c4 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0x231f5249 parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x300d6925 parport_read +EXPORT_SYMBOL drivers/parport/parport 0x358d7a9f parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x365e3e9e parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x40dfb109 parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x47806ec5 parport_register_device +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x5182609b parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x649199bf parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x7c1d31fc parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x7f3c009f parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x8233caea parport_release +EXPORT_SYMBOL drivers/parport/parport 0x832f3dc4 parport_write +EXPORT_SYMBOL drivers/parport/parport 0x8ac07ec9 parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x8cbd6d41 parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0x949dd27a parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0xaf826e0a parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xb42ff72a parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xb65b7ece parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0xb6d97479 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xc41c7809 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0xc4a92e75 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0xcd993f4a parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0xd346a8b5 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0xd346e689 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0xf0c1aa64 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0xf752b9c6 parport_claim +EXPORT_SYMBOL drivers/parport/parport_pc 0x4c3a1b46 parport_pc_unregister_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x801c9e43 parport_pc_probe_port +EXPORT_SYMBOL drivers/pps/pps_core 0x378c9ccf pps_unregister_source +EXPORT_SYMBOL drivers/pps/pps_core 0x3c8cccba pps_register_source +EXPORT_SYMBOL drivers/pps/pps_core 0xd82b31fe pps_lookup_dev +EXPORT_SYMBOL drivers/pps/pps_core 0xf2568acc pps_event +EXPORT_SYMBOL drivers/ptp/ptp 0x30f31c3b ptp_clock_index +EXPORT_SYMBOL drivers/ptp/ptp 0x3805e801 ptp_clock_event +EXPORT_SYMBOL drivers/ptp/ptp 0x7f86a185 ptp_clock_register +EXPORT_SYMBOL drivers/ptp/ptp 0x99077765 ptp_clock_unregister +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x03c1cb53 pch_ch_control_write +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x4c78bb84 pch_ch_control_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x64fd3f15 pch_ch_event_write +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x780f2ce0 pch_tx_snap_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x79800277 pch_ch_event_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x9260c877 pch_src_uuid_hi_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0xac6c741d pch_rx_snap_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0xc4932624 pch_src_uuid_lo_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0xe8904c21 pch_set_station_address +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x0cbc0dc8 rproc_put +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x0fb90983 rproc_da_to_va +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x65006cd4 rproc_add +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xa5816acf rproc_boot +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xa6926bf8 rproc_alloc +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xacd36aef rproc_shutdown +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xbac60b0f rproc_report_crash +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xf4f75d2d rproc_vq_interrupt +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xf8056903 rproc_del +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x1015709b fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x21a98c9c fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x46551298 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x46de08eb fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x5fc74b20 fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x7ab3bace fcoe_ctlr_get_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x957e6765 fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xb6721279 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xbefb0cad fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xcc6cb1bf fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xe24042eb fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x01e2c9ce fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x03b2dced fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x057ea2e0 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x057f6022 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0b8506e5 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0e4eedcb fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x107cabf2 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1291995e fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x155e8ae7 fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1777b235 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1e5d5bd1 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x31fc7191 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x330f0cf7 fc_rport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x36e5fbaf fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3b49cadb fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x479b2b5c fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4af2b7b7 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5214ca0f fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x53c8400c fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x62be06fe fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x636ebe55 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x674b4e99 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6a90d0c5 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x72d4a4bb libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7567549a fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x757810ef fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7808997f fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7d385e46 fc_change_queue_type +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8025fe5a fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8fc75237 fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x953a5088 fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x96704ff5 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa02cb33a fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa5659d93 fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa65fd84a fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xad50781e fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb589abb2 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb7e98423 fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb872eaef fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb9fa820c fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc9b589ed fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd1539dfc _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd3e5445d fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5255ef0 fc_change_queue_depth +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe9ea5067 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xedb2df88 fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xedeadff6 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xef0b2b7c fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf0cf4661 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfabd56a7 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfaff15c6 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfece7af4 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x601e249b sas_wait_eh +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x63087396 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8a87e724 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xdb368d75 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xe0195ec8 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x01f0e761 osd_req_set_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0c17edb1 osd_sec_init_nosec_doall_caps +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0f906195 osd_req_list_dev_partitions +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1728e2ad osd_dev_fini +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1c4ffebb osd_req_read_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1cf8adee osd_req_read_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x21e4e8bd osd_req_list_collection_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x25a75656 osd_req_write_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2fef6ee4 osd_req_list_partition_collections +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x3348e8f8 osd_req_format +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x349515be osd_execute_request_async +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x3c980def osd_req_read +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x4131a054 osd_start_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x5f2a37c8 osd_req_flush_collection +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x60155821 osd_req_get_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6595d27b osd_req_add_set_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x69931423 osd_req_remove_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6c3354e9 osd_req_list_partition_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x7953dbc1 osd_execute_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x83ebc0d6 osd_req_flush_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x871d61be osd_dev_init +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x8daf43db osd_req_create_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x93effbbf osd_req_flush_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa97cb18a osd_end_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xaa217f89 osd_req_flush_obsd +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb0951daa osd_req_remove_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xb869743a osd_req_read_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xbb6d7eec osd_req_decode_sense_full +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xbd710245 osd_finalize_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd8bfe10a osd_req_write +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xde40ae4f osd_req_add_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xdeee7913 osd_req_create_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe3fce720 osd_req_decode_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe4210ed9 osd_req_write_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe671956b osd_auto_detect_ver +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xf1bc622f osd_req_add_get_attr_page +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xfd7efff9 osd_req_write_kern +EXPORT_SYMBOL drivers/scsi/osd/osd 0x5fc48609 osduld_unregister_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0x854e091e osduld_device_same +EXPORT_SYMBOL drivers/scsi/osd/osd 0x91a67380 osduld_path_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0xc392abac osduld_device_info +EXPORT_SYMBOL drivers/scsi/osd/osd 0xd8b43fec osduld_put_device +EXPORT_SYMBOL drivers/scsi/osd/osd 0xea0e4f4f osduld_register_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0xf28d7b2c osduld_info_lookup +EXPORT_SYMBOL drivers/scsi/raid_class 0x6e2da22b raid_component_add +EXPORT_SYMBOL drivers/scsi/raid_class 0x774c3ee6 raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0x934e2458 raid_class_attach +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x15c2cb86 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x282b27ff fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7954b1ea fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x8e2cd4d1 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x9bfeb464 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc25e0208 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc57301e3 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xcca93000 fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xcf8b0980 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd0b90ace fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd831f011 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe12dbf2c fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xef1a651f scsi_is_fc_vport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xf454e8af fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x01963c95 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0ddef44d sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x150c9cfd scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x38710c72 sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x395dcea3 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5a8557e5 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x639189b7 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6d392bfe sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6fe9bcd3 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7bbc808e scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7ce5be38 sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7e9f931a sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8c1a4577 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8dac76ab sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x99409700 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa88ac137 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xaa04003b sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xba0d285c scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbf9adbf9 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc6c58883 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc75b3b4d sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd19b9cab sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdadc9e43 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdaf0c152 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdbda1774 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe70e1846 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf8f20486 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xffdb705f sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x27e37653 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xb8220680 spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xf22af663 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xf3fc1865 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xff042a59 spi_attach_transport +EXPORT_SYMBOL drivers/ssb/ssb 0x0b2d6482 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0x1a86e85b ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x1c16db4e ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0x2054f1c3 ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x27c6be64 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0x28631480 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x404fc625 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x41c44675 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x4b58cd3c ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x79cc4fd1 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x81f49d8c __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0x852f192e ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x891e9000 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x8e786d77 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0xc0512e0f ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xca125ac8 ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xd481192b ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xd6d80d3a ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0xd88894b8 ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0xeb3b6390 ssb_bus_resume +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x261c6ff6 adt7316_remove +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0xd9c3cbc1 adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x15a4d094 ade7854_remove +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x9663c9f8 ade7854_probe +EXPORT_SYMBOL drivers/staging/iio/ring_sw 0x3540ff53 iio_sw_rb_free +EXPORT_SYMBOL drivers/staging/iio/ring_sw 0x8d911bc5 iio_sw_rb_allocate +EXPORT_SYMBOL drivers/target/target_core_mod 0x01b7eff5 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x02de3b18 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x070925b0 transport_check_aborted_status +EXPORT_SYMBOL drivers/target/target_core_mod 0x097e1621 target_put_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x0b49291e iscsi_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x0d50ebf6 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x0fb5bd29 transport_subsystem_release +EXPORT_SYMBOL drivers/target/target_core_mod 0x16ae2887 iscsi_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x1ed3c19a transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x2218a611 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x347d1871 target_fabric_configfs_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x378a9a88 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x3d2e9aca fc_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x3d2f55dc transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x3e7ae782 target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0x4120ee03 core_tpg_clear_object_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x4628ce3e target_fabric_configfs_init +EXPORT_SYMBOL drivers/target/target_core_mod 0x4da87909 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x59c8ba03 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x5b427fbe target_fabric_configfs_free +EXPORT_SYMBOL drivers/target/target_core_mod 0x5fb5ba8d core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x6523330e sas_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x6906ceef core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x6b303a55 core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0x6d59bfc3 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x6d8673d0 target_fabric_configfs_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x7dbada9d transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x85aa880c transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x87673bfe transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x8d2a3311 target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x8dac88f2 sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x8e9fdaa8 transport_subsystem_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x97d9dc4e iscsi_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x9938ac2e transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0xaa5d0d65 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xad15a51c transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0xb2e57b5f transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xb3c932b3 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0xb46d805b iscsi_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0xb55f2490 sas_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xbaac7130 target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0xbd441ffb sas_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0xbeba4c71 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0xbef48214 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xc1273684 sas_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xc1604646 fc_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xd415f253 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xd47a3466 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xd90bd7bc target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xd990592c target_get_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xda739d0b transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xdb88631d transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xdd931931 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xdda4e984 spc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0xdf55462d core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xe0802f35 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xe41022ac spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xe5e28365 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0xe5eab312 core_tpg_del_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xe7943e75 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xe873339d target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0xea8c20ed transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xef45bf56 core_tpg_add_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xf01621c7 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf394f4ba fc_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0xf86b38e1 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xff3fb4b4 fc_get_pr_transport_id +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0xf63d26f7 usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x0158c1a2 sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x0c007fd9 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x159966c6 usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x2c16c2f2 usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x2c425ad3 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x5cc5803d usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x5e483d66 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x81590aa5 usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x82611eb9 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x92f5c058 usb_wwan_ioctl +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x989f44f3 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x9e9c344a usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xb1375402 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf0fbbf33 usb_wwan_set_termios +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x1b9b90f6 usb_serial_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x2f932885 usb_serial_resume +EXPORT_SYMBOL drivers/video/backlight/generic_bl 0x366d19ef genericbl_limit_intensity +EXPORT_SYMBOL drivers/video/backlight/lcd 0xcbe22c62 lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xf94b21ba lcd_device_unregister +EXPORT_SYMBOL drivers/video/output 0x0336bdd7 video_output_register +EXPORT_SYMBOL drivers/video/output 0x6ec1ea86 video_output_unregister +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x2d284cb0 w1_ds2760_read +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x7e44ce55 w1_ds2760_recall_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xa00f3024 w1_ds2760_store_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xa9bd8135 w1_ds2760_write +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x350c0439 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xdb7e0efa w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x4cc9dec7 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xb503095c w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/wire 0x112e6d9d w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0x8a85fa1c w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0x9cef58a5 w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0xce68ab36 w1_remove_master_device +EXPORT_SYMBOL fs/btrfs/btrfs 0x02897198 ulist_add +EXPORT_SYMBOL fs/btrfs/btrfs 0x09dceb4d ulist_free +EXPORT_SYMBOL fs/btrfs/btrfs 0x09fa4bcc ulist_init +EXPORT_SYMBOL fs/btrfs/btrfs 0x34b9e4c4 ulist_fini +EXPORT_SYMBOL fs/btrfs/btrfs 0x35490e9d ulist_next +EXPORT_SYMBOL fs/btrfs/btrfs 0xe4423912 ulist_alloc +EXPORT_SYMBOL fs/btrfs/btrfs 0xedf03da5 ulist_reinit +EXPORT_SYMBOL fs/configfs/configfs 0x1a7ee5a2 config_group_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x306822e0 config_group_init +EXPORT_SYMBOL fs/configfs/configfs 0x34f54a4d configfs_undepend_item +EXPORT_SYMBOL fs/configfs/configfs 0x4e89da5e configfs_depend_item +EXPORT_SYMBOL fs/configfs/configfs 0x6127cef7 config_item_put +EXPORT_SYMBOL fs/configfs/configfs 0x71eadb8f config_group_find_item +EXPORT_SYMBOL fs/configfs/configfs 0x88cc541c configfs_unregister_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x9a6b1425 config_item_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0xa7e52242 config_item_get +EXPORT_SYMBOL fs/configfs/configfs 0xc04c6787 config_item_init +EXPORT_SYMBOL fs/configfs/configfs 0xcf66f3c8 config_item_set_name +EXPORT_SYMBOL fs/configfs/configfs 0xda7e5577 configfs_register_subsystem +EXPORT_SYMBOL fs/exofs/libore 0x011500ad ore_calc_stripe_info +EXPORT_SYMBOL fs/exofs/libore 0x28806871 ore_verify_layout +EXPORT_SYMBOL fs/exofs/libore 0x2b27a15a extract_attr_from_ios +EXPORT_SYMBOL fs/exofs/libore 0x40acbdbc ore_get_io_state +EXPORT_SYMBOL fs/exofs/libore 0x5a66f6b6 ore_create +EXPORT_SYMBOL fs/exofs/libore 0x757eabae ore_remove +EXPORT_SYMBOL fs/exofs/libore 0x8c61a0a8 ore_read +EXPORT_SYMBOL fs/exofs/libore 0x91681951 ore_get_rw_state +EXPORT_SYMBOL fs/exofs/libore 0x944defad ore_check_io +EXPORT_SYMBOL fs/exofs/libore 0xa0447890 ore_write +EXPORT_SYMBOL fs/exofs/libore 0xa3d2a634 g_attr_logical_length +EXPORT_SYMBOL fs/exofs/libore 0xc4f5e684 ore_truncate +EXPORT_SYMBOL fs/exofs/libore 0xfe8c1242 ore_put_io_state +EXPORT_SYMBOL fs/fscache/fscache 0x0606ee6c __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x07cb87e9 __fscache_update_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x07d9b576 fscache_wait_bit_interruptible +EXPORT_SYMBOL fs/fscache/fscache 0x1f60d01e __fscache_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x22b99457 fscache_object_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x25631afd fscache_cache_cleared_wq +EXPORT_SYMBOL fs/fscache/fscache 0x36ed075c fscache_check_aux +EXPORT_SYMBOL fs/fscache/fscache 0x3e784016 fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x3fc23318 fscache_wait_bit +EXPORT_SYMBOL fs/fscache/fscache 0x40f312ae fscache_put_operation +EXPORT_SYMBOL fs/fscache/fscache 0x41132061 __fscache_read_or_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x4f15b384 __fscache_unregister_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x56625961 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x586be5ea fscache_mark_pages_cached +EXPORT_SYMBOL fs/fscache/fscache 0x590864ba __fscache_attr_changed +EXPORT_SYMBOL fs/fscache/fscache 0x5bc0257d __fscache_check_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x5f545e4f __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x62388f0a __fscache_uncache_all_inode_pages +EXPORT_SYMBOL fs/fscache/fscache 0x74530ecd fscache_op_debug_id +EXPORT_SYMBOL fs/fscache/fscache 0x7ef4f66c __fscache_wait_on_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x86f8894f fscache_object_states +EXPORT_SYMBOL fs/fscache/fscache 0x91823c26 __fscache_wait_on_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x92cb49b4 __fscache_read_or_alloc_pages +EXPORT_SYMBOL fs/fscache/fscache 0xa2e2ff64 fscache_enqueue_operation +EXPORT_SYMBOL fs/fscache/fscache 0xab71adfd __fscache_write_page +EXPORT_SYMBOL fs/fscache/fscache 0xabcc1f31 fscache_init_cache +EXPORT_SYMBOL fs/fscache/fscache 0xac068022 __fscache_uncache_page +EXPORT_SYMBOL fs/fscache/fscache 0xb77f05d8 fscache_mark_page_cached +EXPORT_SYMBOL fs/fscache/fscache 0xd58d749e fscache_fsdef_index +EXPORT_SYMBOL fs/fscache/fscache 0xda02e8a9 fscache_op_complete +EXPORT_SYMBOL fs/fscache/fscache 0xdbe4846a __fscache_register_netfs +EXPORT_SYMBOL fs/fscache/fscache 0xde4fc950 fscache_object_work_func +EXPORT_SYMBOL fs/fscache/fscache 0xe3e93d34 fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0xe54e60b8 __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0xebcf3106 fscache_obtained_object +EXPORT_SYMBOL fs/fscache/fscache 0xef3756fc __fscache_maybe_release_page +EXPORT_SYMBOL fs/nfsd/nfsd 0x13d93eda nfs4_acl_posix_to_nfsv4 +EXPORT_SYMBOL fs/nfsd/nfsd 0x2095976a nfs4_acl_new +EXPORT_SYMBOL fs/nfsd/nfsd 0x35e33c1e nfs4_acl_write_who +EXPORT_SYMBOL fs/nfsd/nfsd 0x5a157ae4 nfs4_acl_get_whotype +EXPORT_SYMBOL fs/nfsd/nfsd 0x83585203 nfs4_acl_nfsv4_to_posix +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x02a18407 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x06a4efca qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x113c5b90 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xaf1cdb3b qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0xf490fc73 qtree_delete_dquot +EXPORT_SYMBOL lib/cordic 0x434bfd07 cordic_calc_iq +EXPORT_SYMBOL lib/crc-ccitt 0x3771b461 crc_ccitt +EXPORT_SYMBOL lib/crc-ccitt 0x75811312 crc_ccitt_table +EXPORT_SYMBOL lib/crc-itu-t 0xd29b009f crc_itu_t_table +EXPORT_SYMBOL lib/crc-itu-t 0xf5b4a948 crc_itu_t +EXPORT_SYMBOL lib/crc7 0xa7587646 crc7 +EXPORT_SYMBOL lib/crc7 0xd80c3603 crc7_syndrome_table +EXPORT_SYMBOL lib/crc8 0x41248eaf crc8 +EXPORT_SYMBOL lib/crc8 0xab9ad613 crc8_populate_lsb +EXPORT_SYMBOL lib/crc8 0xd4534d80 crc8_populate_msb +EXPORT_SYMBOL lib/libcrc32c 0x27000b29 crc32c +EXPORT_SYMBOL lib/lru_cache 0x01fee6cc lc_is_used +EXPORT_SYMBOL lib/lru_cache 0x04d1dc01 lc_create +EXPORT_SYMBOL lib/lru_cache 0x237cf92a lc_index_of +EXPORT_SYMBOL lib/lru_cache 0x33a23991 lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0x3c859f74 lc_find +EXPORT_SYMBOL lib/lru_cache 0x3fb8b26f lc_committed +EXPORT_SYMBOL lib/lru_cache 0x5f6e63d8 lc_reset +EXPORT_SYMBOL lib/lru_cache 0x8a4aca44 lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0x9804e883 lc_destroy +EXPORT_SYMBOL lib/lru_cache 0xac53a693 lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0xac605f52 lc_get +EXPORT_SYMBOL lib/lru_cache 0xba0f762e lc_put +EXPORT_SYMBOL lib/lru_cache 0xe039fe99 lc_set +EXPORT_SYMBOL lib/lru_cache 0xe1ebe371 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0xe301a257 lc_del +EXPORT_SYMBOL lib/lru_cache 0xff41c5be lc_try_lock +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0bd662f6 raid6_gfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x15fe0cd3 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x5ba93f9d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xb0d904b7 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xce45a6f1 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd9e91f83 raid6_vgfmul +EXPORT_SYMBOL lib/zlib_deflate/zlib_deflate 0x315c65fd zlib_deflateInit2 +EXPORT_SYMBOL lib/zlib_deflate/zlib_deflate 0x48034724 zlib_deflateReset +EXPORT_SYMBOL lib/zlib_deflate/zlib_deflate 0xaf64ad0d zlib_deflate +EXPORT_SYMBOL lib/zlib_deflate/zlib_deflate 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL lib/zlib_deflate/zlib_deflate 0xf741c793 zlib_deflateEnd +EXPORT_SYMBOL net/802/p8022 0x5e2e9d6c register_8022_client +EXPORT_SYMBOL net/802/p8022 0x9c6cdebf unregister_8022_client +EXPORT_SYMBOL net/802/p8023 0x5006ce02 destroy_8023_client +EXPORT_SYMBOL net/802/p8023 0x5c76f5fc make_8023_client +EXPORT_SYMBOL net/802/psnap 0x62392e9e unregister_snap_client +EXPORT_SYMBOL net/802/psnap 0x71a0ea0d register_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x0c154b3f p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0x13263eee p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x172c07ac p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x1a37c7e9 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x1c80c89c v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x2081f843 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x23c5d460 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0x285f0669 p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0x35d1e27e p9_idpool_get +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x3e7198e9 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x3f0c11f0 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x4557428b p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x45fdb79d p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x5793e3c9 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0x63f0beee p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x692929b5 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x6a1664db p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x71116812 p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x7c38c1a0 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x7d448803 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x7fea9f84 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x856696c2 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x8a0811a4 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0x8e290768 p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0x914543de p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x9209a97b p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x94c5d1cf p9_payload_gup +EXPORT_SYMBOL net/9p/9pnet 0x977a0030 p9_nr_pages +EXPORT_SYMBOL net/9p/9pnet 0x98a85834 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x98fcaa5c p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x9c964743 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0x9ecd3cb4 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0xa74a1df1 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0xb9647170 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0xc47695aa p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0xc5c6ab56 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0xc5db54a9 p9_idpool_destroy +EXPORT_SYMBOL net/9p/9pnet 0xc614c514 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0xcab609b2 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0xcb7bcc07 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0xcc1b2dbd p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0xcfcc76cd p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0xdb2c5fdf p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0xdc3389f0 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0xe1cd2f96 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xead845cf v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0xecbf188b p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xf4a111d8 p9_idpool_create +EXPORT_SYMBOL net/9p/9pnet 0xf84f2022 p9_idpool_put +EXPORT_SYMBOL net/9p/9pnet 0xfd40c79d p9_idpool_check +EXPORT_SYMBOL net/appletalk/appletalk 0x131255b3 alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0x8215eae9 atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0x91cd7a2c aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0x9bd578e6 atalk_find_dev_addr +EXPORT_SYMBOL net/atm/atm 0x02d1d187 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x1650fe68 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0x1a995804 atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x2c88bdfd atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x7ebb4339 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0x9b22063b vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xa1d67cab atm_charge +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xb2b45d7a atm_proc_root +EXPORT_SYMBOL net/atm/atm 0xb2ee49ed atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0xe2a72bce vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0xe92d32b4 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/atm/atm 0xf5fa4bd9 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xfa8e0c4e vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0xfac5ae25 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0xfd6e7aac deregister_atm_ioctl +EXPORT_SYMBOL net/ax25/ax25 0x026c1368 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x13e0d5e8 ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0x155b2851 ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0x1748b4b1 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x2d8cde07 ax25_rebuild_header +EXPORT_SYMBOL net/ax25/ax25 0x33f7f84f ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x36b3861e ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x7dd5d97e ax25_hard_header +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0x9a9eab3e ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0xa90f14f0 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xe1de348e ax25_header_ops +EXPORT_SYMBOL net/bluetooth/bluetooth 0x094b22c3 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0d7d333d hci_recv_stream_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1503d4fa bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1a8a9bb6 hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0x26fae8df hci_conn_put_device +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2822761d hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x33c477f8 hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3690e2d6 bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x52880970 bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5ae38b3d hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x63f73550 bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6668640b bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0x67bf9390 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0x697732c9 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6cc335c7 bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6f91201b bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x74590281 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7578289f hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x76b627b4 hci_conn_hold_device +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7c640527 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x91c9a325 bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x94d1c88a hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0x94de0bde bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x96b7957c hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9a52eba8 bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa9591cf8 hci_recv_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0xaec7a2ad bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb02701c5 bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb5aeb789 hci_alloc_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb61a0c3b bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc1fb551 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0xeba9899c hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf11063a6 hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf19294db bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf545fb4c bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfe4f1378 hci_unregister_dev +EXPORT_SYMBOL net/bridge/bridge 0x3600b7d4 br_should_route_hook +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x7b0fa4c3 ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x9bbb03fa ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xd81b86de ebt_do_table +EXPORT_SYMBOL net/caif/caif 0x10271f99 get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x2a09f713 cfpkt_fromnative +EXPORT_SYMBOL net/caif/caif 0x2ea45b49 caif_connect_client +EXPORT_SYMBOL net/caif/caif 0x329dbd06 cfpkt_info +EXPORT_SYMBOL net/caif/caif 0x38701a7c cfcnfg_del_phy_layer +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x6a44fc70 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x7c69356c caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x966d7de2 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xe0c85670 cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0xfa8c2baa caif_disconnect_client +EXPORT_SYMBOL net/can/can 0x7a728a9c can_proto_register +EXPORT_SYMBOL net/can/can 0x8d3d30fb can_send +EXPORT_SYMBOL net/can/can 0x9bed0766 can_rx_register +EXPORT_SYMBOL net/can/can 0xa41c551c can_ioctl +EXPORT_SYMBOL net/can/can 0xceadccb0 can_rx_unregister +EXPORT_SYMBOL net/can/can 0xe1190ede can_proto_unregister +EXPORT_SYMBOL net/ceph/libceph 0x08637aac ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x09290ab3 ceph_debugfs_init +EXPORT_SYMBOL net/ceph/libceph 0x0bd5dcf4 ceph_calc_pg_primary +EXPORT_SYMBOL net/ceph/libceph 0x10940306 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0x1121dfe5 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x11a06952 ceph_osdc_put_event +EXPORT_SYMBOL net/ceph/libceph 0x173b3b14 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x197effcb ceph_osdc_release_request +EXPORT_SYMBOL net/ceph/libceph 0x1a1945f8 ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x21a3d78b ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x21ef9040 ceph_calc_raw_layout +EXPORT_SYMBOL net/ceph/libceph 0x2bb4b194 ceph_osdc_set_request_linger +EXPORT_SYMBOL net/ceph/libceph 0x3158173e ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x3339c2d2 ceph_osdc_unregister_linger_request +EXPORT_SYMBOL net/ceph/libceph 0x341164b1 ceph_osdc_create_event +EXPORT_SYMBOL net/ceph/libceph 0x343cc3b0 ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x3abec91f ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x3d57ca97 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x4205ffd7 ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0x43c8d341 ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0x43e458f6 ceph_file_part +EXPORT_SYMBOL net/ceph/libceph 0x45cefca9 ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x469a1b49 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0x5081866c ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x50c29f3b ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x50fdffd9 ceph_get_direct_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode +EXPORT_SYMBOL net/ceph/libceph 0x553d3134 ceph_osdc_stop +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x57cfe86a ceph_monc_got_mdsmap +EXPORT_SYMBOL net/ceph/libceph 0x5b514c56 ceph_osdc_wait_event +EXPORT_SYMBOL net/ceph/libceph 0x5fe4b2fa ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0x60f2adbd ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x6d2d06a1 ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0x6ed41be2 ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0x71d462fe ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x75c0377d ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x77692acb ceph_msg_last_put +EXPORT_SYMBOL net/ceph/libceph 0x7bb2728d ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x81cbb997 ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0x867959b3 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x87b33327 ceph_calc_object_layout +EXPORT_SYMBOL net/ceph/libceph 0x8a24b213 ceph_monc_create_snapid +EXPORT_SYMBOL net/ceph/libceph 0x93c5b016 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x965b36d6 ceph_osdc_init +EXPORT_SYMBOL net/ceph/libceph 0x9d9943b3 ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x9f534f4d ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xa40bd703 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0xa982f233 __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xa9fed212 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0xaa972d4c ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0xad06d469 ceph_copy_page_vector_to_user +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb4db9777 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb6081d6d ceph_msgr_exit +EXPORT_SYMBOL net/ceph/libceph 0xb71dd3d4 ceph_osdc_cancel_event +EXPORT_SYMBOL net/ceph/libceph 0xba1198e0 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xc235d0e3 ceph_client_id +EXPORT_SYMBOL net/ceph/libceph 0xc4a80955 ceph_debugfs_cleanup +EXPORT_SYMBOL net/ceph/libceph 0xc55de604 ceph_parse_options +EXPORT_SYMBOL net/ceph/libceph 0xc7358a59 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0xc9f82b38 ceph_msgr_init +EXPORT_SYMBOL net/ceph/libceph 0xca850bb7 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0xcb50a624 ceph_parse_ips +EXPORT_SYMBOL net/ceph/libceph 0xcd7ef475 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0xd2c107bb ceph_flags_to_mode +EXPORT_SYMBOL net/ceph/libceph 0xde8d5cd5 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0xe4293c4d ceph_osdc_build_request +EXPORT_SYMBOL net/ceph/libceph 0xe7961de6 ceph_osdc_writepages +EXPORT_SYMBOL net/ceph/libceph 0xead81162 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0xec6372bf ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0xf090f1c3 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0xf12fa543 ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xf18d7bbe ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0xf2e2316d ceph_osdc_readpages +EXPORT_SYMBOL net/ceph/libceph 0xff678124 ceph_messenger_init +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x035bd207 dccp_syn_ack_timeout +EXPORT_SYMBOL net/ieee802154/ieee802154 0x08ec2fe6 wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0x2b8d6c7a ieee802154_nl_assoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x5838184c wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0x65287948 wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0x6d766407 ieee802154_nl_disassoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x77278ab4 ieee802154_nl_assoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x8879c7f3 ieee802154_nl_disassoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x8d63f167 wpan_phy_alloc +EXPORT_SYMBOL net/ieee802154/ieee802154 0x9be00a09 ieee802154_nl_start_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xb0f58cf9 ieee802154_nl_scan_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0xcff162b9 ieee802154_nl_beacon_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xe47c12d7 wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0xeb78f7ae wpan_phy_unregister +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x07da1a8b arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x0e078fe0 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x70c048da arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x05156924 ipt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x3053e782 ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x83a97137 ipt_do_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x3dbac46a xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0xfe091bc6 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x2e6941c6 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x487fb33a ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x39802a7e ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x3fce073e ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xa440edee ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x7b0e74f1 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0xb6774e98 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x02f19640 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x1ec819db xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x154a6b70 ircomm_flow_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x2c11066f ircomm_close +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x8bea56b4 ircomm_connect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xa8278d20 ircomm_open +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xbfaebecd ircomm_data_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xcd635c06 ircomm_control_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xd1a37fa4 ircomm_connect_response +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xd6c7fe9b ircomm_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x068ab8f8 irttp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x06a3ee58 irias_new_integer_value +EXPORT_SYMBOL net/irda/irda 0x07d3647c irlmp_register_service +EXPORT_SYMBOL net/irda/irda 0x086850b9 irttp_connect_request +EXPORT_SYMBOL net/irda/irda 0x11877e51 irttp_flow_request +EXPORT_SYMBOL net/irda/irda 0x17a491c5 irias_add_octseq_attrib +EXPORT_SYMBOL net/irda/irda 0x17ba0c4b irlmp_connect_response +EXPORT_SYMBOL net/irda/irda 0x2036ad06 irda_param_insert +EXPORT_SYMBOL net/irda/irda 0x25af7968 irlap_close +EXPORT_SYMBOL net/irda/irda 0x36cad55b hashbin_remove_this +EXPORT_SYMBOL net/irda/irda 0x37791344 hashbin_get_first +EXPORT_SYMBOL net/irda/irda 0x3b8311af iriap_getvaluebyclass_request +EXPORT_SYMBOL net/irda/irda 0x41e9fec6 async_unwrap_char +EXPORT_SYMBOL net/irda/irda 0x448b8aaa irda_qos_bits_to_value +EXPORT_SYMBOL net/irda/irda 0x46c1c4a2 irlmp_unregister_service +EXPORT_SYMBOL net/irda/irda 0x6492e28c hashbin_get_next +EXPORT_SYMBOL net/irda/irda 0x6b043eba irda_init_max_qos_capabilies +EXPORT_SYMBOL net/irda/irda 0x6b76aa70 hashbin_delete +EXPORT_SYMBOL net/irda/irda 0x7042bc54 irlmp_register_client +EXPORT_SYMBOL net/irda/irda 0x731cec71 hashbin_insert +EXPORT_SYMBOL net/irda/irda 0x763e54a4 irlmp_unregister_client +EXPORT_SYMBOL net/irda/irda 0x7957f728 irlmp_update_client +EXPORT_SYMBOL net/irda/irda 0x7c2f12c8 irda_device_set_media_busy +EXPORT_SYMBOL net/irda/irda 0x7e67ca6e irias_new_object +EXPORT_SYMBOL net/irda/irda 0x851bde77 irttp_close_tsap +EXPORT_SYMBOL net/irda/irda 0x8754d1ba proc_irda +EXPORT_SYMBOL net/irda/irda 0x8982c8d9 irias_delete_object +EXPORT_SYMBOL net/irda/irda 0x8a44dd5e hashbin_new +EXPORT_SYMBOL net/irda/irda 0x8b89ce86 iriap_close +EXPORT_SYMBOL net/irda/irda 0x8dc42087 irlmp_connect_request +EXPORT_SYMBOL net/irda/irda 0x90ddb6bd hashbin_remove +EXPORT_SYMBOL net/irda/irda 0x91815586 irda_param_pack +EXPORT_SYMBOL net/irda/irda 0x96a057a7 irlmp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0x993ad14b irda_param_extract_all +EXPORT_SYMBOL net/irda/irda 0x9b6fedf1 irttp_dup +EXPORT_SYMBOL net/irda/irda 0x9e0bfc2b irlmp_close_lsap +EXPORT_SYMBOL net/irda/irda 0x9e4738c3 irttp_udata_request +EXPORT_SYMBOL net/irda/irda 0x9ffda243 irias_add_string_attrib +EXPORT_SYMBOL net/irda/irda 0xa55c9b5b irttp_open_tsap +EXPORT_SYMBOL net/irda/irda 0xb35c8300 irda_notify_init +EXPORT_SYMBOL net/irda/irda 0xb3c13d7f irias_add_integer_attrib +EXPORT_SYMBOL net/irda/irda 0xb9394173 irias_delete_value +EXPORT_SYMBOL net/irda/irda 0xbbe0496c irlmp_data_request +EXPORT_SYMBOL net/irda/irda 0xbcd3ef13 irias_object_change_attribute +EXPORT_SYMBOL net/irda/irda 0xbe40ace9 irlmp_discovery_request +EXPORT_SYMBOL net/irda/irda 0xbf2c75bf alloc_irdadev +EXPORT_SYMBOL net/irda/irda 0xbf7dd554 hashbin_find +EXPORT_SYMBOL net/irda/irda 0xbfa7c08d hashbin_lock_find +EXPORT_SYMBOL net/irda/irda 0xc477368d irias_find_object +EXPORT_SYMBOL net/irda/irda 0xc93df7ae irttp_data_request +EXPORT_SYMBOL net/irda/irda 0xde4c6b3c irlmp_service_to_hint +EXPORT_SYMBOL net/irda/irda 0xdeeec83a irlmp_open_lsap +EXPORT_SYMBOL net/irda/irda 0xe53ec90f async_wrap_skb +EXPORT_SYMBOL net/irda/irda 0xedd521c2 irlmp_get_discoveries +EXPORT_SYMBOL net/irda/irda 0xf199cba4 irias_insert_object +EXPORT_SYMBOL net/irda/irda 0xf31dbcb1 irlap_open +EXPORT_SYMBOL net/irda/irda 0xfe0310f9 irttp_connect_response +EXPORT_SYMBOL net/irda/irda 0xfe9dd394 iriap_open +EXPORT_SYMBOL net/l2tp/l2tp_core 0x96153968 l2tp_recv_common +EXPORT_SYMBOL net/lapb/lapb 0x032b31fb lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0x0ea9180e lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0x5507eecc lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0x822f7bb4 lapb_register +EXPORT_SYMBOL net/lapb/lapb 0xb5b6209c lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0xcb7c0edd lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0xd2b4fadf lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0xd9b2d019 lapb_connect_request +EXPORT_SYMBOL net/llc/llc 0x03a76adf llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0x08255166 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0x1709e0f3 llc_sap_open +EXPORT_SYMBOL net/llc/llc 0x1e9e99fd llc_sap_list_lock +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x5ce50cea llc_sap_close +EXPORT_SYMBOL net/llc/llc 0x8fc091e5 llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0xa25aefd3 llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0xdd01b92b llc_add_pack +EXPORT_SYMBOL net/mac80211/mac80211 0x016cacc2 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x07b516b5 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x07d949ba ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0x11a8afa0 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x13ff54a6 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x16978a65 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x169cc21e ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x22f320cc ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x23b0de9a ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x28e59f46 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x296234d0 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x2f6c26b9 ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x366916b6 ieee80211_rx +EXPORT_SYMBOL net/mac80211/mac80211 0x3686d6f8 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0x445fb09b ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x45a46abc ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x47176d6f ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x484f8b81 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x497ec863 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x4acf338d rate_control_send_low +EXPORT_SYMBOL net/mac80211/mac80211 0x4b364fa8 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x535c6185 ieee80211_napi_schedule +EXPORT_SYMBOL net/mac80211/mac80211 0x55e1f906 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x55f76c4d ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0x5944bcab wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x5c28cca5 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x65326d70 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x658b4647 ieee80211_sta_eosp_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x68583959 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x6f4c8a43 ieee80211_napi_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x70bb079f ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x72380e85 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x72db6f3c ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x7344e354 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x7bd67342 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x7c82000d ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x82a08fea ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x82a3dc84 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x8bed47fb ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x909da5ef ieee80211_disable_dyn_ps +EXPORT_SYMBOL net/mac80211/mac80211 0x92f3a0f4 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x9692fcee ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x98f463eb ieee80211_alloc_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x9bf24c0a ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x9c255f93 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x9d40cc2e ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xa0346348 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xa6e9aebb ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0xa90e5550 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0xaa157485 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0xb0b172ec __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xb13747d8 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0xc7e9782e ieee80211_get_key_tx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xcf968611 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0xd19f5c60 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xd8cf5f09 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xddb47d52 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xdfcdd9ee ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0xe1a0b66f ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xe7165efd ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0xe7b89d9c ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0xef0af0be ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0xefbb9ffd ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0xf395de03 ieee80211_aes_cmac_calculate_k1_k2 +EXPORT_SYMBOL net/mac80211/mac80211 0xf66af6a8 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xf8aad3bd ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xfb5e80d6 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xfb984075 ieee80211_enable_dyn_ps +EXPORT_SYMBOL net/mac80211/mac80211 0xfd50fde1 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xfe31a21b __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac802154/mac802154 0x078a95cd ieee802154_alloc_device +EXPORT_SYMBOL net/mac802154/mac802154 0x1653ca70 ieee802154_unregister_device +EXPORT_SYMBOL net/mac802154/mac802154 0x39679a02 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0x4012db57 ieee802154_register_device +EXPORT_SYMBOL net/mac802154/mac802154 0xd63e192f ieee802154_free_device +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1e1595c5 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1fd5062a ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x20210929 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x24c92ce0 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x5d566c90 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x728e1ed2 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x898911d9 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9b0107ea register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xae69773f ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xbd704afa ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc47a8dcc ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xed734ceb unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf73eeb8f ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xfe5a4757 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x0bf99061 __nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x593af194 __nf_ct_ext_add_length +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x7a19e872 nf_conntrack_untracked +EXPORT_SYMBOL net/netfilter/nf_conntrack_proto_gre 0x291e017a nf_ct_gre_keymap_flush +EXPORT_SYMBOL net/netfilter/nf_nat 0x03613cd1 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0x04fc5988 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0x10268e0e nf_nat_used_tuple +EXPORT_SYMBOL net/netfilter/nf_nat 0x4702a3dd __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x729c2253 nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/nf_nat 0xc1de5b80 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/x_tables 0x08c473b7 xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x0ef83d54 xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x21e53f0d xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x21eb5cc9 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x4e23f0dd xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0x86b164bf xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xb28f5ef1 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xb3b6b02a xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0xba4ccca5 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xbabf54ac xt_find_target +EXPORT_SYMBOL net/netfilter/x_tables 0xfa311b5d xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0xfb4fc17d xt_register_matches +EXPORT_SYMBOL net/nfc/hci/hci 0x08bf6e32 nfc_hci_send_response +EXPORT_SYMBOL net/nfc/hci/hci 0x22408471 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x2cf941b3 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x3cbb95c3 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x43028a27 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x4b00ecdf nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x563dec2a nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0x68d3bbea nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x74282982 nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0x79ff1fdf nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x910b2a79 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0xa82b184f nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xbca0b4fd nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xcf4dbd64 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0xd63bccb0 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0xda6f7d5f nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0xde03defe nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0xded6b27f nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0xec7f1784 nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0xf0aef743 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0x190493a9 nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x55e65e42 nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x76ad2a3d nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x9758d9a4 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xcc902178 nci_free_device +EXPORT_SYMBOL net/nfc/nfc 0x04c5911d nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0x0ece2f58 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x2ac55ed4 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x41e1a5cc nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0x62b8a791 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x74e23756 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x7758d25f nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x8b85a666 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x8e7deae8 nfc_class +EXPORT_SYMBOL net/nfc/nfc 0xa42701bd nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0xc2953d2e nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0xca00778d nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0xcd572450 nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0xde2239c5 nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0xe7f99be4 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0xebbf0376 nfc_dep_link_is_up +EXPORT_SYMBOL net/phonet/phonet 0x40cab2a9 phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0x516a0e5c phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0x5f8017a8 phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0x761c0677 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0x88b6727f pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0x8d31e08f phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0x9c43f044 pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0xa2865b7e pn_sock_hash +EXPORT_SYMBOL net/rds/rds 0x5031b8c5 rds_str_array +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x002f597c rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x03c971e6 rxrpc_kernel_get_error_number +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x1ae65eb8 rxrpc_kernel_accept_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x263b9096 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x32b0b3df rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x4cacea14 rxrpc_kernel_free_skb +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x636f5152 rxrpc_kernel_get_abort_code +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xa20c8273 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xa855ccdf rxrpc_kernel_data_delivered +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xad0e23f3 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xbfd9cd81 rxrpc_kernel_is_data_last +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xcc79e2a7 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xec7ea022 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xf382fbe0 rxrpc_kernel_reject_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xfab2c7a1 rxrpc_kernel_intercept_rx_messages +EXPORT_SYMBOL net/sctp/sctp 0x5f81457b sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/sunrpc 0x86db7757 svc_pool_stats_open +EXPORT_SYMBOL net/wimax/wimax 0x7d2acbb5 wimax_reset +EXPORT_SYMBOL net/wimax/wimax 0x869b3bb3 wimax_rfkill +EXPORT_SYMBOL net/wireless/cfg80211 0x0054abcb freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x06cda595 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0x09c64fbd ieee80211_frequency_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x0a9a701a cfg80211_rx_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x0c81767a cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x10a6e5c4 cfg80211_send_rx_auth +EXPORT_SYMBOL net/wireless/cfg80211 0x1151227c wiphy_rfkill_set_hw_state +EXPORT_SYMBOL net/wireless/cfg80211 0x14478651 cfg80211_inform_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x14e0c577 ieee80211_data_from_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0x15463166 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x17c4a905 cfg80211_inform_bss_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x19e03378 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0x1c577a88 cfg80211_roamed_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x1cd9212a cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x1db5b4fd cfg80211_testmode_reply +EXPORT_SYMBOL net/wireless/cfg80211 0x20909aad cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x20a8a6e2 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x33beeda1 cfg80211_send_deauth +EXPORT_SYMBOL net/wireless/cfg80211 0x35456b7e cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x3876d9c2 cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x3c2217de cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x3ce374f6 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0x485256a8 cfg80211_get_mesh +EXPORT_SYMBOL net/wireless/cfg80211 0x4c6131a3 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x4d39e330 cfg80211_send_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x4dd7760d cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0x51e861a8 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x576a8229 cfg80211_testmode_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x58a5fea2 __cfg80211_send_disassoc +EXPORT_SYMBOL net/wireless/cfg80211 0x590268cb ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x5b02654b cfg80211_send_unprot_disassoc +EXPORT_SYMBOL net/wireless/cfg80211 0x5cc88516 cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0x614d0cfe cfg80211_testmode_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x66476bc2 cfg80211_send_assoc_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x68f45348 cfg80211_del_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6c23c31c cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x77eed939 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x782aedb9 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x792c5acc cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x79c338d3 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0x7b9ff77a cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x7bf84062 __ieee80211_get_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x7decda7a wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7f450be0 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x7fe1a403 cfg80211_find_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x81404b48 ieee80211_bss_get_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x834778be cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x85180a9e wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x8d06316b cfg80211_mgmt_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x8ef4c2b5 cfg80211_send_rx_assoc +EXPORT_SYMBOL net/wireless/cfg80211 0x91d9a84f __cfg80211_send_deauth +EXPORT_SYMBOL net/wireless/cfg80211 0x9278f801 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x97564466 cfg80211_report_obss_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x982e6b6d ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x9868d320 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x9eee37b8 cfg80211_send_disassoc +EXPORT_SYMBOL net/wireless/cfg80211 0xa1425906 ieee80211_channel_to_frequency +EXPORT_SYMBOL net/wireless/cfg80211 0xa158de9c cfg80211_connect_result +EXPORT_SYMBOL net/wireless/cfg80211 0xa15c1548 wiphy_rfkill_stop_polling +EXPORT_SYMBOL net/wireless/cfg80211 0xa197b1ff ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xac8d1ddf cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xb0da2542 wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0xb8cfe2c8 wiphy_new +EXPORT_SYMBOL net/wireless/cfg80211 0xbc1e3fbe cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0xbda06bdf ieee80211_data_to_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0xc2a7f300 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xc4ad283b cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0xc5fd2d53 cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0xc63f1b81 ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0xcdf36963 cfg80211_testmode_event +EXPORT_SYMBOL net/wireless/cfg80211 0xcf618a57 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0xd4a7c6da wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0xd4ae6424 cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0xd871b2c8 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0xdae53001 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0xe5df395e cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xe9377694 cfg80211_send_unprot_deauth +EXPORT_SYMBOL net/wireless/cfg80211 0xeaa7c9f6 cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0xeb870bce cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0xf37c2a12 cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xfa7d87f9 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xfed4d591 cfg80211_find_vendor_ie +EXPORT_SYMBOL net/wireless/lib80211 0x2d0f99e5 print_ssid +EXPORT_SYMBOL net/wireless/lib80211 0x43c3a5c4 lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x65763d4c lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0x69deca5f lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x70c6a204 lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xbe3472fc lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0xee023d6e lib80211_crypt_info_init +EXPORT_SYMBOL sound/ac97_bus 0x6be2ffac ac97_bus_type +EXPORT_SYMBOL sound/core/seq/snd-seq 0x1a724fcc snd_seq_kernel_client_ctl +EXPORT_SYMBOL sound/core/seq/snd-seq 0x21ab1b96 snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3061c52d snd_use_lock_sync_helper +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3fb4d161 snd_seq_kernel_client_dispatch +EXPORT_SYMBOL sound/core/seq/snd-seq 0x4cba806e snd_seq_kernel_client_enqueue_blocking +EXPORT_SYMBOL sound/core/seq/snd-seq 0x6aa32888 snd_seq_event_port_attach +EXPORT_SYMBOL sound/core/seq/snd-seq 0x6bb71038 snd_seq_delete_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7ac2f329 snd_seq_expand_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7b8699eb snd_seq_event_port_detach +EXPORT_SYMBOL sound/core/seq/snd-seq 0x899088ec snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb8e448a0 snd_seq_set_queue_tempo +EXPORT_SYMBOL sound/core/seq/snd-seq 0xcac0a3be snd_seq_kernel_client_enqueue +EXPORT_SYMBOL sound/core/seq/snd-seq 0xe934da1d snd_seq_dump_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x148ac1b0 snd_seq_device_new +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x3a57f235 snd_seq_autoload_unlock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xb90668b2 snd_seq_autoload_lock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xc622fb29 snd_seq_device_unregister_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xe4ec3d6f snd_seq_device_register_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x127b30fb snd_midi_event_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x1cdc0812 snd_midi_event_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x59eb74ae snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x8102ed2f snd_midi_event_reset_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xb11ba32d snd_midi_event_new +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xb2c7f684 snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xea0e5748 snd_midi_event_free +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xed42580b snd_midi_event_no_status +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0x0f85067f snd_virmidi_new +EXPORT_SYMBOL sound/core/snd-hwdep 0x8edef38e snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x07bfe25f snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0x37fe0562 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x44c62953 snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0x57e74956 snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x6d9f3cdb snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0x739ab4c6 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x8fcce504 snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x9fdb73d3 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0xac51a381 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xae6928f7 snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb1b792a9 snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb63f6eb4 snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc762340d snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe0e495ff snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe29f0e1b snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe5d9c52b snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xfcfa7718 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x55b1bc03 snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6d629c59 snd_mpu401_uart_interrupt_tx +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xc0fec227 snd_mpu401_uart_interrupt +EXPORT_SYMBOL sound/i2c/other/snd-tea575x-tuner 0x25895664 snd_tea575x_set_freq +EXPORT_SYMBOL sound/i2c/other/snd-tea575x-tuner 0x29ec06ab snd_tea575x_exit +EXPORT_SYMBOL sound/i2c/other/snd-tea575x-tuner 0x71d8d5d6 snd_tea575x_init +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0d790488 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1b8eb1b1 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1bd46162 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x43eaac27 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x5b39f76f snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x62260447 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x639e74f0 snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x6a599a8f snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x7d216799 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x937c5796 snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9e596ebc snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xacb14c94 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc89c84a6 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xec6b05d2 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xee1ad27b snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf2a4ce2f snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xfa2dfc28 snd_ac97_bus +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x16756dc0 snd_usbmidi_input_start +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x63343b1d snd_usbmidi_input_stop +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x83e59258 snd_usbmidi_create +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL vmlinux 0x00000000 softirq_work_list +EXPORT_SYMBOL vmlinux 0x001ee95a imx_ssi_fiq_base +EXPORT_SYMBOL vmlinux 0x001f851f prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x00506621 follow_up +EXPORT_SYMBOL vmlinux 0x006818a5 kobject_put +EXPORT_SYMBOL vmlinux 0x00801678 flush_scheduled_work +EXPORT_SYMBOL vmlinux 0x0084e86d unregister_shrinker +EXPORT_SYMBOL vmlinux 0x008f389d blk_bio_map_sg +EXPORT_SYMBOL vmlinux 0x0091d9c1 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x009c8045 of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0x00aef73d ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x00b7bb45 filemap_write_and_wait +EXPORT_SYMBOL vmlinux 0x00cbdb6f blk_integrity_merge_bio +EXPORT_SYMBOL vmlinux 0x00e8097b csum_partial_copy_fromiovecend +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x011360fc nla_append +EXPORT_SYMBOL vmlinux 0x01139ffc max_mapnr +EXPORT_SYMBOL vmlinux 0x01424f59 sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x01515b04 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x0168da04 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x0186e2de smp_call_function_many +EXPORT_SYMBOL vmlinux 0x01902adf netpoll_trap +EXPORT_SYMBOL vmlinux 0x01a3d310 omap_set_dma_channel_mode +EXPORT_SYMBOL vmlinux 0x01a7a3c7 inet_shutdown +EXPORT_SYMBOL vmlinux 0x01acd939 tcp_valid_rtt_meas +EXPORT_SYMBOL vmlinux 0x01b07178 __ps2_command +EXPORT_SYMBOL vmlinux 0x01b7fd59 dispc_read_irqstatus +EXPORT_SYMBOL vmlinux 0x01e11cc3 bio_copy_kern +EXPORT_SYMBOL vmlinux 0x01ea132e dispc_runtime_put +EXPORT_SYMBOL vmlinux 0x01eb6655 update_devfreq +EXPORT_SYMBOL vmlinux 0x02124474 ip_send_check +EXPORT_SYMBOL vmlinux 0x02196324 __aeabi_idiv +EXPORT_SYMBOL vmlinux 0x021b0118 mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x021b7a84 seq_printf +EXPORT_SYMBOL vmlinux 0x024bf88f omap_modify_dma_chain_params +EXPORT_SYMBOL vmlinux 0x02573b36 omap_disable_dma_irq +EXPORT_SYMBOL vmlinux 0x02649054 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x02775433 mdiobus_scan +EXPORT_SYMBOL vmlinux 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL vmlinux 0x028dc59a mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x02950d01 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x0296a2c9 get_write_access +EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0x02a6ce5a crc16_table +EXPORT_SYMBOL vmlinux 0x02ac7e24 mii_check_media +EXPORT_SYMBOL vmlinux 0x02b204bb free_xenballooned_pages +EXPORT_SYMBOL vmlinux 0x02b8e035 simple_transaction_get +EXPORT_SYMBOL vmlinux 0x02cabc62 snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL vmlinux 0x02ee26c1 free_pages_exact +EXPORT_SYMBOL vmlinux 0x02ef742b percpu_counter_set +EXPORT_SYMBOL vmlinux 0x0301753e posix_unblock_lock +EXPORT_SYMBOL vmlinux 0x03026722 mempool_alloc +EXPORT_SYMBOL vmlinux 0x03038abd have_submounts +EXPORT_SYMBOL vmlinux 0x03340694 pm860x_page_set_bits +EXPORT_SYMBOL vmlinux 0x0334795d icst307_s2div +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x03592ea0 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x0363929a pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x0364983f gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x0369c0bc of_platform_device_create +EXPORT_SYMBOL vmlinux 0x03757c9b of_get_named_gpio_flags +EXPORT_SYMBOL vmlinux 0x0375b086 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x0379475e mmc_cache_ctrl +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x037e40c3 scsi_device_get +EXPORT_SYMBOL vmlinux 0x0389271c freezing_slow_path +EXPORT_SYMBOL vmlinux 0x03a3b1e7 __cleancache_init_shared_fs +EXPORT_SYMBOL vmlinux 0x03ba39b0 v7_flush_user_cache_all +EXPORT_SYMBOL vmlinux 0x03bd889d param_get_ulong +EXPORT_SYMBOL vmlinux 0x03c06156 bitmap_fold +EXPORT_SYMBOL vmlinux 0x03c7b1b6 omap_dss_start_device +EXPORT_SYMBOL vmlinux 0x03c90c5c of_n_size_cells +EXPORT_SYMBOL vmlinux 0x03c9e410 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x0422fe4a inet_csk_timer_bug_msg +EXPORT_SYMBOL vmlinux 0x043ca110 vfs_rename +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x045e85c0 proto_unregister +EXPORT_SYMBOL vmlinux 0x046c1f16 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x0478467b of_device_alloc +EXPORT_SYMBOL vmlinux 0x0487f831 fb_find_best_display +EXPORT_SYMBOL vmlinux 0x048aba6a take_over_console +EXPORT_SYMBOL vmlinux 0x04c7f5d5 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x04cb121e generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x04cda566 snd_interval_refine +EXPORT_SYMBOL vmlinux 0x04d71dde unregister_netdev +EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol +EXPORT_SYMBOL vmlinux 0x04f5d4d3 simple_release_fs +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x054434d6 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x05476e04 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x056ee730 ipv6_hash_secret +EXPORT_SYMBOL vmlinux 0x057ce975 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0x0593a99b init_timer_key +EXPORT_SYMBOL vmlinux 0x05d05a72 security_inode_init_security +EXPORT_SYMBOL vmlinux 0x05e888b9 generic_file_remap_pages +EXPORT_SYMBOL vmlinux 0x05ef501d f_setown +EXPORT_SYMBOL vmlinux 0x05f991c8 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x05fa98c0 seq_read +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x062c2500 tcf_register_action +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x065d7648 dquot_quotactl_ops +EXPORT_SYMBOL vmlinux 0x06607f92 dss_feat_get_supported_outputs +EXPORT_SYMBOL vmlinux 0x066dcdfd journal_forget +EXPORT_SYMBOL vmlinux 0x067164f6 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x067d8d35 security_release_secctx +EXPORT_SYMBOL vmlinux 0x06823a76 __devm_release_region +EXPORT_SYMBOL vmlinux 0x06833233 netlink_set_err +EXPORT_SYMBOL vmlinux 0x068a8759 tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x06931593 blk_queue_find_tag +EXPORT_SYMBOL vmlinux 0x06ba6cc9 iov_iter_copy_from_user +EXPORT_SYMBOL vmlinux 0x06c88628 fb_validate_mode +EXPORT_SYMBOL vmlinux 0x06cca761 inet_twsk_deschedule +EXPORT_SYMBOL vmlinux 0x06e44205 d_add_ci +EXPORT_SYMBOL vmlinux 0x06edaf25 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x06f2d13e simple_rename +EXPORT_SYMBOL vmlinux 0x06fe3b14 default_grn +EXPORT_SYMBOL vmlinux 0x071b7eea irq_stat +EXPORT_SYMBOL vmlinux 0x07379f42 genl_notify +EXPORT_SYMBOL vmlinux 0x073962e0 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x073dd57c d_path +EXPORT_SYMBOL vmlinux 0x0799aca4 local_bh_enable +EXPORT_SYMBOL vmlinux 0x07a1b483 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07a9797d prepare_creds +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07cf9099 wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0x07daefea neigh_table_clear +EXPORT_SYMBOL vmlinux 0x07e6f458 journal_extend +EXPORT_SYMBOL vmlinux 0x081f3afb complete_all +EXPORT_SYMBOL vmlinux 0x08216276 kobject_get +EXPORT_SYMBOL vmlinux 0x082475e1 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x08261eb2 dqget +EXPORT_SYMBOL vmlinux 0x083a5132 dquot_resume +EXPORT_SYMBOL vmlinux 0x083e5b16 put_disk +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x0863642c inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x0867eb58 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x087af339 splice_from_pipe_end +EXPORT_SYMBOL vmlinux 0x088885b6 log_start_commit +EXPORT_SYMBOL vmlinux 0x08a1b9a1 omap_dss_get_next_device +EXPORT_SYMBOL vmlinux 0x08b58eef omapdss_dpi_display_enable +EXPORT_SYMBOL vmlinux 0x08e94489 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x0947b1dd mmc_gpio_free_cd +EXPORT_SYMBOL vmlinux 0x0948cde9 num_physpages +EXPORT_SYMBOL vmlinux 0x09834742 phy_find_first +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x098e342d snd_pcm_period_elapsed +EXPORT_SYMBOL vmlinux 0x09c25d18 inet_frags_init +EXPORT_SYMBOL vmlinux 0x09c55cec schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0x09cf1b46 proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09d50259 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x09db23a6 mmc_detect_change +EXPORT_SYMBOL vmlinux 0x09ea3a70 __frontswap_init +EXPORT_SYMBOL vmlinux 0x09eed896 dev_uc_del +EXPORT_SYMBOL vmlinux 0x09f1fb5d input_event +EXPORT_SYMBOL vmlinux 0x0a0786de udplite_table +EXPORT_SYMBOL vmlinux 0x0a104b40 dma_pool_create +EXPORT_SYMBOL vmlinux 0x0a12f454 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x0a1360a9 jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x0a2487e0 unblock_all_signals +EXPORT_SYMBOL vmlinux 0x0a29f03e snd_timer_interrupt +EXPORT_SYMBOL vmlinux 0x0a3131f6 strnchr +EXPORT_SYMBOL vmlinux 0x0a36d9bb eth_header_parse +EXPORT_SYMBOL vmlinux 0x0a41dec6 __locks_copy_lock +EXPORT_SYMBOL vmlinux 0x0a448e9e scsi_adjust_queue_depth +EXPORT_SYMBOL vmlinux 0x0a469d23 mfd_clone_cell +EXPORT_SYMBOL vmlinux 0x0a4cd0cf tty_pair_get_tty +EXPORT_SYMBOL vmlinux 0x0a6ae45b inode_get_bytes +EXPORT_SYMBOL vmlinux 0x0a8b2bd5 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x0a958ed4 down_write +EXPORT_SYMBOL vmlinux 0x0a9f7032 key_invalidate +EXPORT_SYMBOL vmlinux 0x0aa13d05 __raw_readsw +EXPORT_SYMBOL vmlinux 0x0ab485ad vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x0ab9a336 phy_print_status +EXPORT_SYMBOL vmlinux 0x0ac9e516 scsi_remove_device +EXPORT_SYMBOL vmlinux 0x0acb1a3c __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0adfab73 __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x0b0d888b icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0x0b0e6829 dev_disable_lro +EXPORT_SYMBOL vmlinux 0x0b19102d inode_dio_done +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b22ac06 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x0b2f71f7 netdev_features_change +EXPORT_SYMBOL vmlinux 0x0b3ac878 rename_lock +EXPORT_SYMBOL vmlinux 0x0b405dcb nf_unregister_hook +EXPORT_SYMBOL vmlinux 0x0b48677a __kfifo_init +EXPORT_SYMBOL vmlinux 0x0b522fcd genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x0b60e663 mount_bdev +EXPORT_SYMBOL vmlinux 0x0b6e67b5 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b916ce3 __napi_complete +EXPORT_SYMBOL vmlinux 0x0b934a9b generic_mii_ioctl +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bc9ca3a mb_cache_entry_insert +EXPORT_SYMBOL vmlinux 0x0bcfc053 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x0bd97de1 of_find_compatible_node +EXPORT_SYMBOL vmlinux 0x0bed814c irq_set_chip +EXPORT_SYMBOL vmlinux 0x0c16f058 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0x0c58a8cd netdev_increment_features +EXPORT_SYMBOL vmlinux 0x0c65e73c scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0x0c782b76 thermal_cooling_device_unregister +EXPORT_SYMBOL vmlinux 0x0c8c9e99 scsi_show_extd_sense +EXPORT_SYMBOL vmlinux 0x0c99fbea elv_rb_add +EXPORT_SYMBOL vmlinux 0x0c9b24bb tty_pair_get_pty +EXPORT_SYMBOL vmlinux 0x0c9d1322 nand_bch_correct_data +EXPORT_SYMBOL vmlinux 0x0ca0c882 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x0ca54fee _test_and_set_bit +EXPORT_SYMBOL vmlinux 0x0ca82c8c __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x0ca97274 snd_timer_new +EXPORT_SYMBOL vmlinux 0x0cae232b utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0x0cd06d8a netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x0cd76bab do_truncate +EXPORT_SYMBOL vmlinux 0x0cdd158d sg_alloc_table +EXPORT_SYMBOL vmlinux 0x0cdf06c1 block_write_full_page +EXPORT_SYMBOL vmlinux 0x0ce74f6e in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x0cf87597 sock_i_uid +EXPORT_SYMBOL vmlinux 0x0cfefe1e percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0x0d15d03e xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x0d181388 tty_register_device +EXPORT_SYMBOL vmlinux 0x0d3f57a2 _find_next_bit_le +EXPORT_SYMBOL vmlinux 0x0d49bd4e tcp_poll +EXPORT_SYMBOL vmlinux 0x0d4d7a32 _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0x0d50a648 snd_jack_set_key +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d7da357 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x0d8b905d create_proc_entry +EXPORT_SYMBOL vmlinux 0x0d97efba blk_integrity_is_initialized +EXPORT_SYMBOL vmlinux 0x0da10ec3 security_sock_graft +EXPORT_SYMBOL vmlinux 0x0dac3a84 bio_uncopy_user +EXPORT_SYMBOL vmlinux 0x0dc5b467 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x0dc8e1cd md_write_start +EXPORT_SYMBOL vmlinux 0x0dc9b6e4 buffer_migrate_page +EXPORT_SYMBOL vmlinux 0x0ddd4b99 register_filesystem +EXPORT_SYMBOL vmlinux 0x0e197a0c inet_sendmsg +EXPORT_SYMBOL vmlinux 0x0e299240 of_gpio_simple_xlate +EXPORT_SYMBOL vmlinux 0x0e300bf7 schedule_work +EXPORT_SYMBOL vmlinux 0x0e4a377b rt6_lookup +EXPORT_SYMBOL vmlinux 0x0e4f2f7c snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL vmlinux 0x0e5158a9 netdev_warn +EXPORT_SYMBOL vmlinux 0x0e516ecd find_get_page +EXPORT_SYMBOL vmlinux 0x0e675b40 of_phy_connect +EXPORT_SYMBOL vmlinux 0x0e6b000d kdb_current_task +EXPORT_SYMBOL vmlinux 0x0e6da44a set_normalized_timespec +EXPORT_SYMBOL vmlinux 0x0e7a19b4 kill_anon_super +EXPORT_SYMBOL vmlinux 0x0e91ea65 tcp_prot +EXPORT_SYMBOL vmlinux 0x0ea3de39 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x0eb86af8 nf_ct_attach +EXPORT_SYMBOL vmlinux 0x0eb8d0e1 file_update_time +EXPORT_SYMBOL vmlinux 0x0ec778d9 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x0eccece2 bio_integrity_free +EXPORT_SYMBOL vmlinux 0x0ed6c0ef vfs_unlink +EXPORT_SYMBOL vmlinux 0x0edc47ac free_mdio_bitbang +EXPORT_SYMBOL vmlinux 0x0ee21125 writeback_inodes_sb_if_idle +EXPORT_SYMBOL vmlinux 0x0f29842a add_disk +EXPORT_SYMBOL vmlinux 0x0f4338a4 writeback_inodes_sb_nr_if_idle +EXPORT_SYMBOL vmlinux 0x0f4c91ed ns_to_timespec +EXPORT_SYMBOL vmlinux 0x0f4fbfb2 of_find_property +EXPORT_SYMBOL vmlinux 0x0fa2a45e __memzero +EXPORT_SYMBOL vmlinux 0x0fa733f0 tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x0fcacc74 abx500_remove_ops +EXPORT_SYMBOL vmlinux 0x0fcb579a tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x0fcf0ec5 dev_remove_pack +EXPORT_SYMBOL vmlinux 0x0ff178f6 __aeabi_idivmod +EXPORT_SYMBOL vmlinux 0x0ff2b602 slhc_compress +EXPORT_SYMBOL vmlinux 0x100b8600 ilookup +EXPORT_SYMBOL vmlinux 0x10380e1b scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x103d0dc2 __find_get_block +EXPORT_SYMBOL vmlinux 0x105dc3d3 mfd_add_devices +EXPORT_SYMBOL vmlinux 0x105e9ebd amba_find_device +EXPORT_SYMBOL vmlinux 0x1072a394 csum_partial_copy_from_user +EXPORT_SYMBOL vmlinux 0x10d17661 of_find_i2c_adapter_by_node +EXPORT_SYMBOL vmlinux 0x10e7eb61 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0x10ee20bb default_blu +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x111093fa dquot_quota_sync +EXPORT_SYMBOL vmlinux 0x11120975 kill_fasync +EXPORT_SYMBOL vmlinux 0x111c4b25 sk_wait_data +EXPORT_SYMBOL vmlinux 0x1123f108 snd_card_set_id +EXPORT_SYMBOL vmlinux 0x11267875 scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0x112748bd omap_vrfb_adjust_size +EXPORT_SYMBOL vmlinux 0x113429a0 clk_add_alias +EXPORT_SYMBOL vmlinux 0x113e4645 bio_integrity_enabled +EXPORT_SYMBOL vmlinux 0x113ff59a nf_getsockopt +EXPORT_SYMBOL vmlinux 0x114cd82c inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x1158d4cb filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x115b26c9 __cleancache_invalidate_inode +EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn +EXPORT_SYMBOL vmlinux 0x11640984 sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x11700bd2 snd_jack_new +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x1178151a tcp_hashinfo +EXPORT_SYMBOL vmlinux 0x1190a652 fb_blank +EXPORT_SYMBOL vmlinux 0x119b50e7 elf_check_arch +EXPORT_SYMBOL vmlinux 0x11c9185c of_iomap +EXPORT_SYMBOL vmlinux 0x11d27eb9 inc_nlink +EXPORT_SYMBOL vmlinux 0x11e2ec12 flex_array_free_parts +EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x12390506 scsi_host_get +EXPORT_SYMBOL vmlinux 0x12482b45 dmam_free_noncoherent +EXPORT_SYMBOL vmlinux 0x129d4587 igrab +EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range +EXPORT_SYMBOL vmlinux 0x12d0e89c mutex_lock +EXPORT_SYMBOL vmlinux 0x12da5bb2 __kmalloc +EXPORT_SYMBOL vmlinux 0x12de8db3 account_page_dirtied +EXPORT_SYMBOL vmlinux 0x12df520b sk_prot_clear_portaddr_nulls +EXPORT_SYMBOL vmlinux 0x12f48feb filemap_fault +EXPORT_SYMBOL vmlinux 0x12f57c53 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x12f99022 inet_frags_init_net +EXPORT_SYMBOL vmlinux 0x1320835d of_get_child_by_name +EXPORT_SYMBOL vmlinux 0x132df4b6 of_phy_connect_fixed_link +EXPORT_SYMBOL vmlinux 0x13307fde vsscanf +EXPORT_SYMBOL vmlinux 0x13674c93 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x1377b7d4 bio_integrity_clone +EXPORT_SYMBOL vmlinux 0x13801c9a ab3100_event_unregister +EXPORT_SYMBOL vmlinux 0x1395f100 blk_init_queue_node +EXPORT_SYMBOL vmlinux 0x13bfaef9 journal_force_commit +EXPORT_SYMBOL vmlinux 0x13c582dc mntget +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13dbccce __blk_end_request +EXPORT_SYMBOL vmlinux 0x13ebd546 __lock_buffer +EXPORT_SYMBOL vmlinux 0x14172683 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x141e5427 xfrm6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x1420b379 kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x143a2a56 vfs_readlink +EXPORT_SYMBOL vmlinux 0x14452a6b snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL vmlinux 0x1451ec29 truncate_setsize +EXPORT_SYMBOL vmlinux 0x1474398d blk_queue_dma_pad +EXPORT_SYMBOL vmlinux 0x14a58534 vlan_vid_add +EXPORT_SYMBOL vmlinux 0x14d4a9c5 _change_bit +EXPORT_SYMBOL vmlinux 0x14f317eb scsi_prep_return +EXPORT_SYMBOL vmlinux 0x150cc54c of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0x151ca750 scsi_reset_provider +EXPORT_SYMBOL vmlinux 0x151d6e4e __d_drop +EXPORT_SYMBOL vmlinux 0x1524067b sockfd_lookup +EXPORT_SYMBOL vmlinux 0x1525c3a6 bio_integrity_set_tag +EXPORT_SYMBOL vmlinux 0x15321c8c snd_dma_alloc_pages_fallback +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x154dec33 max8925_reg_write +EXPORT_SYMBOL vmlinux 0x1551dc51 bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x15692c87 param_ops_int +EXPORT_SYMBOL vmlinux 0x15906542 setattr_copy +EXPORT_SYMBOL vmlinux 0x15935ae6 d_genocide +EXPORT_SYMBOL vmlinux 0x15946c9f ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x15d2f37b mount_nodev +EXPORT_SYMBOL vmlinux 0x15dac8c5 dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x15e13da5 phy_driver_register +EXPORT_SYMBOL vmlinux 0x15e6cbe1 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL vmlinux 0x15f571ec blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x15f62b25 lock_fb_info +EXPORT_SYMBOL vmlinux 0x1604bf6f flock_lock_file_wait +EXPORT_SYMBOL vmlinux 0x16109efb fb_get_mode +EXPORT_SYMBOL vmlinux 0x1627ed72 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x162ccc0c lg_local_lock +EXPORT_SYMBOL vmlinux 0x16305289 warn_slowpath_null +EXPORT_SYMBOL vmlinux 0x163a4e60 cfb_fillrect +EXPORT_SYMBOL vmlinux 0x169a1a0c phy_device_register +EXPORT_SYMBOL vmlinux 0x16ab5eb2 snd_device_free +EXPORT_SYMBOL vmlinux 0x16b30b39 neigh_lookup_nodev +EXPORT_SYMBOL vmlinux 0x16e329a2 cont_write_begin +EXPORT_SYMBOL vmlinux 0x16e61eb6 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x16ff4ede vm_insert_page +EXPORT_SYMBOL vmlinux 0x172a0a64 imx_irq_set_priority +EXPORT_SYMBOL vmlinux 0x173f5424 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x17560ed7 tcf_em_register +EXPORT_SYMBOL vmlinux 0x176e834d dquot_quota_on +EXPORT_SYMBOL vmlinux 0x1787e50f of_find_node_by_type +EXPORT_SYMBOL vmlinux 0x17a142df __copy_from_user +EXPORT_SYMBOL vmlinux 0x17be0190 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x17df17bc sysctl_tcp_ecn +EXPORT_SYMBOL vmlinux 0x17e776b6 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x180ad229 usb_remove_phy +EXPORT_SYMBOL vmlinux 0x181bd95c inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x1826f089 __tracepoint_kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x183fa88b mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0x18472668 deactivate_super +EXPORT_SYMBOL vmlinux 0x184b82fb mmc_vddrange_to_ocrmask +EXPORT_SYMBOL vmlinux 0x184e6c85 radix_tree_gang_lookup_slot +EXPORT_SYMBOL vmlinux 0x18698231 phy_start_interrupts +EXPORT_SYMBOL vmlinux 0x188a3dfb timespec_trunc +EXPORT_SYMBOL vmlinux 0x189868d7 get_random_bytes_arch +EXPORT_SYMBOL vmlinux 0x18bd76a4 _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0x18c2227f cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x18cceb35 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x18cf0161 unregister_console +EXPORT_SYMBOL vmlinux 0x18db3880 __pskb_copy +EXPORT_SYMBOL vmlinux 0x18e95a4d key_unlink +EXPORT_SYMBOL vmlinux 0x18eda3c3 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x18ff8768 sock_no_sendpage +EXPORT_SYMBOL vmlinux 0x191037ae __inet6_hash +EXPORT_SYMBOL vmlinux 0x192788a8 thaw_bdev +EXPORT_SYMBOL vmlinux 0x1935fc79 __dev_remove_offload +EXPORT_SYMBOL vmlinux 0x19610e1f cpu_all_bits +EXPORT_SYMBOL vmlinux 0x1976aa06 param_ops_bool +EXPORT_SYMBOL vmlinux 0x197dc3b3 omap_set_dma_src_burst_mode +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x199f6248 lease_get_mtime +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19c6e0ab __put_cred +EXPORT_SYMBOL vmlinux 0x19d43771 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x19da67eb twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0x19f5809b dm_ratelimit_state +EXPORT_SYMBOL vmlinux 0x1a005bf7 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x1a20c540 omap_vrfb_supported +EXPORT_SYMBOL vmlinux 0x1a625b26 omap_dss_put_device +EXPORT_SYMBOL vmlinux 0x1a65f4ad __arm_ioremap_pfn +EXPORT_SYMBOL vmlinux 0x1a708a22 misc_register +EXPORT_SYMBOL vmlinux 0x1a9d7f17 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x1aa8b846 locks_free_lock +EXPORT_SYMBOL vmlinux 0x1ace138d bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0x1ad1f2e7 _memcpy_fromio +EXPORT_SYMBOL vmlinux 0x1ad89e15 key_payload_reserve +EXPORT_SYMBOL vmlinux 0x1aefc6f1 mmc_card_sleep +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b0ac272 __tracepoint_kmalloc_node +EXPORT_SYMBOL vmlinux 0x1b153f67 user_revoke +EXPORT_SYMBOL vmlinux 0x1b29694f dev_mc_init +EXPORT_SYMBOL vmlinux 0x1b3f7e99 security_d_instantiate +EXPORT_SYMBOL vmlinux 0x1b45fd30 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b68aba6 pin_config_set +EXPORT_SYMBOL vmlinux 0x1b82fefa md_unplug +EXPORT_SYMBOL vmlinux 0x1b8ecd61 request_key +EXPORT_SYMBOL vmlinux 0x1b9e0ff1 scsilun_to_int +EXPORT_SYMBOL vmlinux 0x1bab7d7d sock_create +EXPORT_SYMBOL vmlinux 0x1bb7df54 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x1be8b7f8 lease_modify +EXPORT_SYMBOL vmlinux 0x1bf5c61c ip_getsockopt +EXPORT_SYMBOL vmlinux 0x1c0ea3b7 snd_timer_notify +EXPORT_SYMBOL vmlinux 0x1c148fc8 dev_get_flags +EXPORT_SYMBOL vmlinux 0x1c33bf6b scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x1c435dcf md_set_array_sectors +EXPORT_SYMBOL vmlinux 0x1c451fc1 set_device_ro +EXPORT_SYMBOL vmlinux 0x1c4cd670 unregister_binfmt +EXPORT_SYMBOL vmlinux 0x1c51aec0 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x1c5e3878 icst525_idx2s +EXPORT_SYMBOL vmlinux 0x1c6c3354 inet6_bind +EXPORT_SYMBOL vmlinux 0x1c6f8907 __netif_schedule +EXPORT_SYMBOL vmlinux 0x1ca4aa23 md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0x1cc6719a register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x1ccd1ea9 security_path_unlink +EXPORT_SYMBOL vmlinux 0x1cecfe8c inet_stream_connect +EXPORT_SYMBOL vmlinux 0x1ceeed60 scsi_nonblockable_ioctl +EXPORT_SYMBOL vmlinux 0x1cfb04fa finish_wait +EXPORT_SYMBOL vmlinux 0x1cffd6a5 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL vmlinux 0x1d0f0a25 send_sig_info +EXPORT_SYMBOL vmlinux 0x1d167f2a read_cache_page_async +EXPORT_SYMBOL vmlinux 0x1d5fd4e4 bio_split +EXPORT_SYMBOL vmlinux 0x1d764d8f pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x1d88b0dd sock_register +EXPORT_SYMBOL vmlinux 0x1d8caeee idr_get_new +EXPORT_SYMBOL vmlinux 0x1d8e1141 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x1db4c1b5 scsi_print_result +EXPORT_SYMBOL vmlinux 0x1db7dc40 pgprot_kernel +EXPORT_SYMBOL vmlinux 0x1db8bd78 bio_reset +EXPORT_SYMBOL vmlinux 0x1db9644e omap_dss_stop_device +EXPORT_SYMBOL vmlinux 0x1dbbe859 journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x1dc1a1f6 pm860x_page_reg_read +EXPORT_SYMBOL vmlinux 0x1dc36131 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0x1dd3c6d6 framebuffer_release +EXPORT_SYMBOL vmlinux 0x1dd404ba netdev_err +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1ddf417a get_fs_type +EXPORT_SYMBOL vmlinux 0x1df86512 journal_clear_err +EXPORT_SYMBOL vmlinux 0x1e047854 warn_slowpath_fmt +EXPORT_SYMBOL vmlinux 0x1e160f13 dquot_file_open +EXPORT_SYMBOL vmlinux 0x1e26be3b get_anon_bdev +EXPORT_SYMBOL vmlinux 0x1e28cb44 __getblk +EXPORT_SYMBOL vmlinux 0x1e4a30cf unmap_underlying_metadata +EXPORT_SYMBOL vmlinux 0x1e65b71e security_path_link +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e8cc7d9 dss_mgr_set_timings +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1ea06663 _raw_write_lock +EXPORT_SYMBOL vmlinux 0x1ec4eb34 flex_array_prealloc +EXPORT_SYMBOL vmlinux 0x1eeb848e __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0x1ef8fa7d tty_set_operations +EXPORT_SYMBOL vmlinux 0x1efd5d9e tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x1f1bed79 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x1f222c96 skb_push +EXPORT_SYMBOL vmlinux 0x1f51b7bb xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x1f5dd478 tcf_hash_lookup +EXPORT_SYMBOL vmlinux 0x1f6edf01 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x1f7e807f kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0x1fab5905 wait_for_completion +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fcf4d4b _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0x1fd0455d get_task_io_context +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fde4b17 blk_queue_merge_bvec +EXPORT_SYMBOL vmlinux 0x1fe1f4cd tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x20056746 ifla_policy +EXPORT_SYMBOL vmlinux 0x20149497 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x20244091 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x20421305 on_each_cpu_mask +EXPORT_SYMBOL vmlinux 0x205ec8de omap_dispc_register_isr +EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20b0f896 eth_type_trans +EXPORT_SYMBOL vmlinux 0x20b84fa5 ppp_dev_name +EXPORT_SYMBOL vmlinux 0x20baeb59 input_allocate_device +EXPORT_SYMBOL vmlinux 0x20c55ae0 sscanf +EXPORT_SYMBOL vmlinux 0x20d13d0d of_get_parent +EXPORT_SYMBOL vmlinux 0x20d2e00f eth_change_mtu +EXPORT_SYMBOL vmlinux 0x2101ac80 pipe_lock +EXPORT_SYMBOL vmlinux 0x211331fa __divsi3 +EXPORT_SYMBOL vmlinux 0x211594b6 tty_port_close +EXPORT_SYMBOL vmlinux 0x21315700 param_get_bool +EXPORT_SYMBOL vmlinux 0x2149bfe7 inet_accept +EXPORT_SYMBOL vmlinux 0x215ebd78 bitrev16 +EXPORT_SYMBOL vmlinux 0x216beb93 dss_mgr_start_update +EXPORT_SYMBOL vmlinux 0x21732812 release_firmware +EXPORT_SYMBOL vmlinux 0x217dda13 flex_array_get +EXPORT_SYMBOL vmlinux 0x21a3a3d0 sk_stream_error +EXPORT_SYMBOL vmlinux 0x21a5a373 blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x21aae72a __invalidate_device +EXPORT_SYMBOL vmlinux 0x21b4b980 __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x21ce5d5c neigh_for_each +EXPORT_SYMBOL vmlinux 0x21e128aa may_umount_tree +EXPORT_SYMBOL vmlinux 0x21f5e0e2 dev_set_group +EXPORT_SYMBOL vmlinux 0x21f678b9 clocksource_unregister +EXPORT_SYMBOL vmlinux 0x22134057 blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x22276697 kfree_skb +EXPORT_SYMBOL vmlinux 0x2229b45e i2c_get_adapter +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x222fa684 lg_global_lock +EXPORT_SYMBOL vmlinux 0x2232a8a5 mempool_free +EXPORT_SYMBOL vmlinux 0x223cc898 omap_vrfb_max_height +EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint +EXPORT_SYMBOL vmlinux 0x2286c8d1 dss_mgr_set_lcd_config +EXPORT_SYMBOL vmlinux 0x2293b00c load_nls_default +EXPORT_SYMBOL vmlinux 0x2295bed9 simple_fill_super +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22b57f71 page_symlink +EXPORT_SYMBOL vmlinux 0x22b68739 pskb_expand_head +EXPORT_SYMBOL vmlinux 0x22bbdfe7 filp_close +EXPORT_SYMBOL vmlinux 0x22e1ae6f up_read +EXPORT_SYMBOL vmlinux 0x22e9a773 proto_register +EXPORT_SYMBOL vmlinux 0x22eda4b1 dev_queue_xmit +EXPORT_SYMBOL vmlinux 0x231d4001 fb_edid_add_monspecs +EXPORT_SYMBOL vmlinux 0x232b966f nand_default_bbt +EXPORT_SYMBOL vmlinux 0x23532c4d ftrace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x2362aca9 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x238116cb devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x23864f3e blk_init_queue +EXPORT_SYMBOL vmlinux 0x2390b848 input_set_capability +EXPORT_SYMBOL vmlinux 0x2390e0e7 phy_register_fixup +EXPORT_SYMBOL vmlinux 0x239121b3 install_exec_creds +EXPORT_SYMBOL vmlinux 0x239dddd0 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x23a574fd security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x23b0faf6 dma_declare_coherent_memory +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23ba67d9 ida_remove +EXPORT_SYMBOL vmlinux 0x23c08068 idr_destroy +EXPORT_SYMBOL vmlinux 0x23c8f257 slhc_uncompress +EXPORT_SYMBOL vmlinux 0x23cb9d2e max8998_write_reg +EXPORT_SYMBOL vmlinux 0x23e3960c xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x23fa4e1c tty_devnum +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x24074119 padata_do_parallel +EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page +EXPORT_SYMBOL vmlinux 0x242e1b9e input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x24316db2 phy_detach +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x246a1994 inet_select_addr +EXPORT_SYMBOL vmlinux 0x2476469b scsi_put_command +EXPORT_SYMBOL vmlinux 0x2482e688 vsprintf +EXPORT_SYMBOL vmlinux 0x24844f9c __bread +EXPORT_SYMBOL vmlinux 0x24a508ee key_alloc +EXPORT_SYMBOL vmlinux 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL vmlinux 0x24b0f90c of_clk_get_by_name +EXPORT_SYMBOL vmlinux 0x24c0f04e sock_kmalloc +EXPORT_SYMBOL vmlinux 0x24c45970 dev_addr_del +EXPORT_SYMBOL vmlinux 0x24e28c94 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x24f0aaff of_get_next_available_child +EXPORT_SYMBOL vmlinux 0x24fdac79 wake_bit_function +EXPORT_SYMBOL vmlinux 0x24ffb145 proc_net_netfilter +EXPORT_SYMBOL vmlinux 0x250113b4 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x25277497 rfkill_register +EXPORT_SYMBOL vmlinux 0x253bdb78 param_get_int +EXPORT_SYMBOL vmlinux 0x25540332 inode_sb_list_lock +EXPORT_SYMBOL vmlinux 0x25751123 ida_init +EXPORT_SYMBOL vmlinux 0x257a2a23 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x258513a3 filemap_fdatawait +EXPORT_SYMBOL vmlinux 0x25921721 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0x25c677c4 mac_pton +EXPORT_SYMBOL vmlinux 0x25d1114f mount_subtree +EXPORT_SYMBOL vmlinux 0x25d82bcd wait_on_page_bit +EXPORT_SYMBOL vmlinux 0x25e6f4da jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x25e984c2 snd_card_free_when_closed +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x2650d835 sysctl_ip_early_demux +EXPORT_SYMBOL vmlinux 0x265df4c5 pneigh_lookup +EXPORT_SYMBOL vmlinux 0x266f57c9 of_device_register +EXPORT_SYMBOL vmlinux 0x26813c16 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x26a12941 kernel_read +EXPORT_SYMBOL vmlinux 0x26bb950b __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0x26bfbc3b check_disk_change +EXPORT_SYMBOL vmlinux 0x26e76fb8 sysctl_udp_wmem_min +EXPORT_SYMBOL vmlinux 0x26e8b274 __dst_free +EXPORT_SYMBOL vmlinux 0x26f0453a blk_set_default_limits +EXPORT_SYMBOL vmlinux 0x26fa5990 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x27052442 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x273945e2 sock_edemux +EXPORT_SYMBOL vmlinux 0x27482505 generic_file_mmap +EXPORT_SYMBOL vmlinux 0x274d9a31 serio_unregister_port +EXPORT_SYMBOL vmlinux 0x275b3283 init_buffer +EXPORT_SYMBOL vmlinux 0x275ef902 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0x276ded61 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x277c366a sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x277caa0b dentry_unhash +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x278886a6 sock_create_kern +EXPORT_SYMBOL vmlinux 0x279b9e47 snd_pcm_lib_ioctl +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27bf88c4 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x27c2197f param_set_short +EXPORT_SYMBOL vmlinux 0x27c4d4ec inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x27e1a049 printk +EXPORT_SYMBOL vmlinux 0x28118cb6 __get_user_1 +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x285010e3 eth_mac_addr +EXPORT_SYMBOL vmlinux 0x2877b7f6 sync_blockdev +EXPORT_SYMBOL vmlinux 0x28794696 dma_mark_declared_memory_occupied +EXPORT_SYMBOL vmlinux 0x2886a7be scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x28a2ed02 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x28ab41dc ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0x28d6861d __vmalloc +EXPORT_SYMBOL vmlinux 0x29145438 abx500_mask_and_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x29537c9e alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0x29552eb6 bd_set_size +EXPORT_SYMBOL vmlinux 0x2966b2f8 mpage_readpage +EXPORT_SYMBOL vmlinux 0x29684c90 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x296fc62a cpu_user +EXPORT_SYMBOL vmlinux 0x29a393ec unbind_con_driver +EXPORT_SYMBOL vmlinux 0x29a50dc8 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x29be7b64 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x29dee476 inode_needs_sync +EXPORT_SYMBOL vmlinux 0x29fdda53 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0x2a07f2de ip_mc_rejoin_groups +EXPORT_SYMBOL vmlinux 0x2a0b6bd9 netdev_set_bond_master +EXPORT_SYMBOL vmlinux 0x2a20696a dpi_check_timings +EXPORT_SYMBOL vmlinux 0x2a3aa678 _test_and_clear_bit +EXPORT_SYMBOL vmlinux 0x2a79ac13 clkdev_add +EXPORT_SYMBOL vmlinux 0x2aa0e4fc strncasecmp +EXPORT_SYMBOL vmlinux 0x2aa1ad41 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x2ab12882 dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x2ab18684 i2c_smbus_process_call +EXPORT_SYMBOL vmlinux 0x2ab7c3cc __cleancache_put_page +EXPORT_SYMBOL vmlinux 0x2ac6193b __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x2ae4e76a mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x2b07232f ___pskb_trim +EXPORT_SYMBOL vmlinux 0x2b0ba2b0 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x2b12925d cpumask_next_and +EXPORT_SYMBOL vmlinux 0x2b1b779f sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x2b2ce78b kstrtos8 +EXPORT_SYMBOL vmlinux 0x2b2f288e xfrm_register_type +EXPORT_SYMBOL vmlinux 0x2b4b35bf tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x2b4e956e mempool_create +EXPORT_SYMBOL vmlinux 0x2b72b86e tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x2b878d37 i2c_transfer +EXPORT_SYMBOL vmlinux 0x2b9752a3 dss_feat_get_supported_displays +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba707a8 sysctl_tcp_low_latency +EXPORT_SYMBOL vmlinux 0x2bd49d1c jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x2bd5fe4f input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x2be0f12d dql_completed +EXPORT_SYMBOL vmlinux 0x2c14323a kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x2c1f944b cdrom_open +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c81ec75 __irq_regs +EXPORT_SYMBOL vmlinux 0x2c988955 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0x2ca3758a neigh_connected_output +EXPORT_SYMBOL vmlinux 0x2cb65a36 omapdss_dpi_set_data_lines +EXPORT_SYMBOL vmlinux 0x2ccb116b netdev_class_create_file +EXPORT_SYMBOL vmlinux 0x2ce47ef4 devm_clk_get +EXPORT_SYMBOL vmlinux 0x2ce92581 snd_timer_global_free +EXPORT_SYMBOL vmlinux 0x2cee5d1e snd_pcm_set_ops +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d32e03f blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x2d3943ed mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0x2d454f6f sk_dst_check +EXPORT_SYMBOL vmlinux 0x2d6507b5 _find_next_zero_bit_le +EXPORT_SYMBOL vmlinux 0x2d76e300 mmc_can_erase +EXPORT_SYMBOL vmlinux 0x2d770676 dispc_mgr_go +EXPORT_SYMBOL vmlinux 0x2d874b35 vfsmount_lock +EXPORT_SYMBOL vmlinux 0x2d89342a scsi_show_sense_hdr +EXPORT_SYMBOL vmlinux 0x2dbd7c86 read_dev_sector +EXPORT_SYMBOL vmlinux 0x2dd39d00 ps2_handle_response +EXPORT_SYMBOL vmlinux 0x2dd8d39d tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x2dde67cb mmc_add_host +EXPORT_SYMBOL vmlinux 0x2de3aec3 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x2deafbdd rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x2deda4a1 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e2ce9e0 sysctl_tcp_syncookies +EXPORT_SYMBOL vmlinux 0x2e38a359 inet_add_offload +EXPORT_SYMBOL vmlinux 0x2e3fdc5c snd_pcm_hw_refine +EXPORT_SYMBOL vmlinux 0x2e434e2e skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x2e5810c6 __aeabi_unwind_cpp_pr1 +EXPORT_SYMBOL vmlinux 0x2e74aa8b phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x2e7be112 _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0x2e84eeae blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x2e8ca5db net_dma_find_channel +EXPORT_SYMBOL vmlinux 0x2ea59e83 tcp_make_synack +EXPORT_SYMBOL vmlinux 0x2eb0904f wait_iff_congested +EXPORT_SYMBOL vmlinux 0x2ebbb7d5 skb_clone +EXPORT_SYMBOL vmlinux 0x2ec524ad __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x2ed0b2fc nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x2ee6c098 __break_lease +EXPORT_SYMBOL vmlinux 0x2eeceb42 sk_chk_filter +EXPORT_SYMBOL vmlinux 0x2ef63ad6 scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0x2f008a5b nf_setsockopt +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f0c1c7a xen_biovec_phys_mergeable +EXPORT_SYMBOL vmlinux 0x2f24fe55 journal_wipe +EXPORT_SYMBOL vmlinux 0x2f3569d2 generic_make_request +EXPORT_SYMBOL vmlinux 0x2f3857e2 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x2f5264a4 mark_info_dirty +EXPORT_SYMBOL vmlinux 0x2fab3354 dss_mgr_unregister_framedone_handler +EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness +EXPORT_SYMBOL vmlinux 0x2fb9f5ce cap_mmap_file +EXPORT_SYMBOL vmlinux 0x2fe0ff83 bmap +EXPORT_SYMBOL vmlinux 0x2fef66d3 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0x2ffcc83f ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x300d5545 lookup_bdev +EXPORT_SYMBOL vmlinux 0x30273b96 flush_signals +EXPORT_SYMBOL vmlinux 0x303fca6a scsi_allocate_command +EXPORT_SYMBOL vmlinux 0x304ec72b _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x30752ac7 i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x307c2fd0 generic_check_addressable +EXPORT_SYMBOL vmlinux 0x3082a0b3 dss_feat_get_supported_color_modes +EXPORT_SYMBOL vmlinux 0x308aad56 omap_vrfb_min_phys_size +EXPORT_SYMBOL vmlinux 0x30994dd7 nlmsg_notify +EXPORT_SYMBOL vmlinux 0x30a1d82f bdev_read_only +EXPORT_SYMBOL vmlinux 0x30a3e78a pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30b59881 sk_reset_txq +EXPORT_SYMBOL vmlinux 0x30cada8f radix_tree_next_hole +EXPORT_SYMBOL vmlinux 0x30d0a591 abx500_get_register_interruptible +EXPORT_SYMBOL vmlinux 0x30e6b4f6 dev_add_pack +EXPORT_SYMBOL vmlinux 0x30e74134 tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages +EXPORT_SYMBOL vmlinux 0x310917fe sort +EXPORT_SYMBOL vmlinux 0x310fcc57 netdev_update_features +EXPORT_SYMBOL vmlinux 0x31162546 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x3118ce11 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x31252ac9 phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0x3128d9ff skb_queue_tail +EXPORT_SYMBOL vmlinux 0x3132ee65 __nand_calculate_ecc +EXPORT_SYMBOL vmlinux 0x3134250f rfkill_alloc +EXPORT_SYMBOL vmlinux 0x3144ecbd sk_free +EXPORT_SYMBOL vmlinux 0x3147857d default_red +EXPORT_SYMBOL vmlinux 0x31568c73 sock_recvmsg +EXPORT_SYMBOL vmlinux 0x3174d703 __scsi_put_command +EXPORT_SYMBOL vmlinux 0x318cadb1 reciprocal_value +EXPORT_SYMBOL vmlinux 0x3191f109 __krealloc +EXPORT_SYMBOL vmlinux 0x31a0f184 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x31b31f5c csum_partial_copy_nocheck +EXPORT_SYMBOL vmlinux 0x31c7cb31 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x31cc06de brioctl_set +EXPORT_SYMBOL vmlinux 0x31cef011 gen_new_estimator +EXPORT_SYMBOL vmlinux 0x31cf0696 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x31e60111 generic_getxattr +EXPORT_SYMBOL vmlinux 0x31f0bb78 __kmap_atomic_idx +EXPORT_SYMBOL vmlinux 0x31f34c87 register_qdisc +EXPORT_SYMBOL vmlinux 0x31f77286 netif_carrier_off +EXPORT_SYMBOL vmlinux 0x3267b8e1 blk_run_queue_async +EXPORT_SYMBOL vmlinux 0x327bf883 of_can_translate_address +EXPORT_SYMBOL vmlinux 0x328a05f1 strncpy +EXPORT_SYMBOL vmlinux 0x32bb04c8 from_kqid +EXPORT_SYMBOL vmlinux 0x32c8aad0 inode_add_rsv_space +EXPORT_SYMBOL vmlinux 0x32dbf86c journal_flush +EXPORT_SYMBOL vmlinux 0x3320b312 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x334722cc genl_unregister_family +EXPORT_SYMBOL vmlinux 0x335e9110 vm_event_states +EXPORT_SYMBOL vmlinux 0x335e9836 dev_mc_flush +EXPORT_SYMBOL vmlinux 0x33668c47 nand_lock +EXPORT_SYMBOL vmlinux 0x3372bc2d journal_ack_err +EXPORT_SYMBOL vmlinux 0x337cce46 put_cmsg +EXPORT_SYMBOL vmlinux 0x339de2a5 scsi_dma_map +EXPORT_SYMBOL vmlinux 0x33cbebb8 blk_init_tags +EXPORT_SYMBOL vmlinux 0x33ce839b secpath_dup +EXPORT_SYMBOL vmlinux 0x33dbef84 kill_block_super +EXPORT_SYMBOL vmlinux 0x33dbfd93 tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x33e1440f skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x33ee3a82 napi_complete +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33f5250e noop_qdisc +EXPORT_SYMBOL vmlinux 0x33f53e26 empty_aops +EXPORT_SYMBOL vmlinux 0x34184afe current_kernel_time +EXPORT_SYMBOL vmlinux 0x341dbfa3 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x341eed20 task_tgid_nr_ns +EXPORT_SYMBOL vmlinux 0x3440e648 of_i2c_register_devices +EXPORT_SYMBOL vmlinux 0x3455b8f7 inet_frag_kill +EXPORT_SYMBOL vmlinux 0x347013de nla_validate +EXPORT_SYMBOL vmlinux 0x348e2d35 snd_pcm_mmap_data +EXPORT_SYMBOL vmlinux 0x348f882a tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x34908c14 print_hex_dump_bytes +EXPORT_SYMBOL vmlinux 0x349bb852 da903x_query_status +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34b3e238 genlmsg_put +EXPORT_SYMBOL vmlinux 0x34b75489 lock_sock_nested +EXPORT_SYMBOL vmlinux 0x34c05717 __module_put_and_exit +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34fc4f13 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x3507a132 _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x350a58db jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0x3524ff25 generic_removexattr +EXPORT_SYMBOL vmlinux 0x353e3fa5 __get_user_4 +EXPORT_SYMBOL vmlinux 0x354525be __page_symlink +EXPORT_SYMBOL vmlinux 0x355e6009 dma_async_memcpy_buf_to_pg +EXPORT_SYMBOL vmlinux 0x35723a9d netif_skb_features +EXPORT_SYMBOL vmlinux 0x35b6b772 param_ops_charp +EXPORT_SYMBOL vmlinux 0x35ca8cfa dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x3602f688 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x3612c10f tmio_core_mmc_enable +EXPORT_SYMBOL vmlinux 0x3626136e nf_log_unregister +EXPORT_SYMBOL vmlinux 0x36324985 __scsi_alloc_queue +EXPORT_SYMBOL vmlinux 0x36612337 tty_port_close_start +EXPORT_SYMBOL vmlinux 0x36733167 max8998_update_reg +EXPORT_SYMBOL vmlinux 0x368babb1 journal_get_create_access +EXPORT_SYMBOL vmlinux 0x36e360e3 __hw_addr_add_multiple +EXPORT_SYMBOL vmlinux 0x36e935e7 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x36f9cd94 rcu_is_cpu_idle +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x375b2953 d_obtain_alias +EXPORT_SYMBOL vmlinux 0x37640d3e snd_info_register +EXPORT_SYMBOL vmlinux 0x376cf7ae netdev_boot_setup_check +EXPORT_SYMBOL vmlinux 0x3771aaee __generic_file_aio_write +EXPORT_SYMBOL vmlinux 0x377956c2 xfrm_unregister_mode +EXPORT_SYMBOL vmlinux 0x378d408d fb_set_suspend +EXPORT_SYMBOL vmlinux 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL vmlinux 0x37a02fe4 fbcon_set_bitops +EXPORT_SYMBOL vmlinux 0x37b41e0b mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x37b565cf inet_add_protocol +EXPORT_SYMBOL vmlinux 0x37b777df param_set_copystring +EXPORT_SYMBOL vmlinux 0x37b8191d __secpath_destroy +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37d9ff62 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x37e74642 get_jiffies_64 +EXPORT_SYMBOL vmlinux 0x37eb7285 default_file_splice_read +EXPORT_SYMBOL vmlinux 0x37f614b7 __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x38038429 fsnotify_destroy_mark +EXPORT_SYMBOL vmlinux 0x380e9953 ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x381144a9 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x385a253d phy_drivers_register +EXPORT_SYMBOL vmlinux 0x386e505f blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x388f9128 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x38969326 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x38fcb3ec scsi_cmd_ioctl +EXPORT_SYMBOL vmlinux 0x38fd1ce2 dev_get_by_name +EXPORT_SYMBOL vmlinux 0x39065ed5 dcache_dir_open +EXPORT_SYMBOL vmlinux 0x390e8808 generic_file_open +EXPORT_SYMBOL vmlinux 0x3924dd56 try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x3948dee5 udp_disconnect +EXPORT_SYMBOL vmlinux 0x395ab40b sock_wmalloc +EXPORT_SYMBOL vmlinux 0x395d4ed8 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0x3970838f snd_ctl_replace +EXPORT_SYMBOL vmlinux 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL vmlinux 0x39756b5e fasync_helper +EXPORT_SYMBOL vmlinux 0x397eb30b blkdev_put +EXPORT_SYMBOL vmlinux 0x3980aac1 unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0x3982bfcb mmc_align_data_size +EXPORT_SYMBOL vmlinux 0x39a95f2c netdev_notice +EXPORT_SYMBOL vmlinux 0x39a9e8a8 __serio_register_driver +EXPORT_SYMBOL vmlinux 0x39bdff66 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL vmlinux 0x39ef9837 snd_card_create +EXPORT_SYMBOL vmlinux 0x3a017106 __napi_schedule +EXPORT_SYMBOL vmlinux 0x3a40b9ac dqput +EXPORT_SYMBOL vmlinux 0x3a51459c qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x3a5894e3 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x3a6d9901 __f_setown +EXPORT_SYMBOL vmlinux 0x3a6fb99a omap_device_get_by_hwmod_name +EXPORT_SYMBOL vmlinux 0x3a7b052a arm_coherent_dma_ops +EXPORT_SYMBOL vmlinux 0x3a8595ee xfrm6_rcv +EXPORT_SYMBOL vmlinux 0x3a8788df __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x3a878dea mii_ethtool_gset +EXPORT_SYMBOL vmlinux 0x3a9b6fb9 blk_unregister_region +EXPORT_SYMBOL vmlinux 0x3ab1e22e thermal_zone_bind_cooling_device +EXPORT_SYMBOL vmlinux 0x3ac64d95 amba_release_regions +EXPORT_SYMBOL vmlinux 0x3acdcd8e fb_show_logo +EXPORT_SYMBOL vmlinux 0x3ad1bef5 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x3af8d4d6 elv_rb_find +EXPORT_SYMBOL vmlinux 0x3afd788f mmc_gpio_request_ro +EXPORT_SYMBOL vmlinux 0x3afd816d fail_migrate_page +EXPORT_SYMBOL vmlinux 0x3b0b1af6 dma_alloc_from_coherent +EXPORT_SYMBOL vmlinux 0x3b0da0a9 __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x3b3016d3 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x3b450478 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x3b74e9d5 neigh_update +EXPORT_SYMBOL vmlinux 0x3b91f3af snd_free_pages +EXPORT_SYMBOL vmlinux 0x3ba57589 ip_setsockopt +EXPORT_SYMBOL vmlinux 0x3bb62e23 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x3bbf46ea vga_base +EXPORT_SYMBOL vmlinux 0x3bc1759c snd_ctl_rename_id +EXPORT_SYMBOL vmlinux 0x3bd04a33 idr_remove +EXPORT_SYMBOL vmlinux 0x3bd1b1f6 msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x3bebcf1d unregister_nls +EXPORT_SYMBOL vmlinux 0x3bef03b9 flow_cache_lookup +EXPORT_SYMBOL vmlinux 0x3c13cb8f blk_queue_invalidate_tags +EXPORT_SYMBOL vmlinux 0x3c29d590 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x3c306a7e file_remove_suid +EXPORT_SYMBOL vmlinux 0x3c365f84 scm_detach_fds +EXPORT_SYMBOL vmlinux 0x3c5bd87e jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0x3c6de604 security_inode_readlink +EXPORT_SYMBOL vmlinux 0x3c7da17d simple_getattr +EXPORT_SYMBOL vmlinux 0x3c80a521 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull +EXPORT_SYMBOL vmlinux 0x3c9d1211 string_get_size +EXPORT_SYMBOL vmlinux 0x3cadc365 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3d3c540f elf_hwcap +EXPORT_SYMBOL vmlinux 0x3d4b39df scsi_unregister +EXPORT_SYMBOL vmlinux 0x3d4d2a6f complete_request_key +EXPORT_SYMBOL vmlinux 0x3d53a71b bdget_disk +EXPORT_SYMBOL vmlinux 0x3d59e235 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x3d6b6c4a __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x3d73b206 pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x3d8b0d6f tcp_disconnect +EXPORT_SYMBOL vmlinux 0x3d9dffbb nand_unlock +EXPORT_SYMBOL vmlinux 0x3db07d3c sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3def116d tcp_ioctl +EXPORT_SYMBOL vmlinux 0x3dfc2cfc devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e2e3a6c pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x3e45e9ff register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0x3e46a26d ip6_xmit +EXPORT_SYMBOL vmlinux 0x3e56a6f0 of_allnodes +EXPORT_SYMBOL vmlinux 0x3e633f4b dev_uc_flush +EXPORT_SYMBOL vmlinux 0x3e6b1b6e devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x3e884f4b vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0x3eac2760 kill_pid +EXPORT_SYMBOL vmlinux 0x3eae292f param_set_byte +EXPORT_SYMBOL vmlinux 0x3eaf291d param_get_string +EXPORT_SYMBOL vmlinux 0x3eb9e40d tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x3ebb3f12 dm_get_device +EXPORT_SYMBOL vmlinux 0x3ec16c3b in_group_p +EXPORT_SYMBOL vmlinux 0x3ec8de35 finish_no_open +EXPORT_SYMBOL vmlinux 0x3ed63055 zlib_inflateReset +EXPORT_SYMBOL vmlinux 0x3ee550ce ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x3ee87f75 blk_alloc_queue_node +EXPORT_SYMBOL vmlinux 0x3ee907f6 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x3eebaffa amba_device_unregister +EXPORT_SYMBOL vmlinux 0x3f3175d3 fb_pan_display +EXPORT_SYMBOL vmlinux 0x3f33ba5c ps2_begin_command +EXPORT_SYMBOL vmlinux 0x3f42d630 journal_destroy +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f564573 netdev_change_features +EXPORT_SYMBOL vmlinux 0x3f5b67d5 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x3f610990 locks_mandatory_area +EXPORT_SYMBOL vmlinux 0x3f6c6aff sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x3f733fbe __set_page_dirty_buffers +EXPORT_SYMBOL vmlinux 0x3f747ce3 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x3f960d65 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x3f98b56d napi_gro_receive +EXPORT_SYMBOL vmlinux 0x3f9cce12 dquot_operations +EXPORT_SYMBOL vmlinux 0x3fab3ca9 register_sysctl_table +EXPORT_SYMBOL vmlinux 0x3fde2f54 alloc_disk +EXPORT_SYMBOL vmlinux 0x3ff62317 local_bh_disable +EXPORT_SYMBOL vmlinux 0x3ff96480 xfrm_register_mode +EXPORT_SYMBOL vmlinux 0x401028dd free_buffer_head +EXPORT_SYMBOL vmlinux 0x40184613 skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x402b8281 __request_module +EXPORT_SYMBOL vmlinux 0x4045fd71 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x40508a62 bdi_destroy +EXPORT_SYMBOL vmlinux 0x4059792f print_hex_dump +EXPORT_SYMBOL vmlinux 0x405c1144 get_seconds +EXPORT_SYMBOL vmlinux 0x405cb657 sk_filter +EXPORT_SYMBOL vmlinux 0x407136b1 __put_user_8 +EXPORT_SYMBOL vmlinux 0x407a3275 omap_start_dma +EXPORT_SYMBOL vmlinux 0x408e41f6 elv_abort_queue +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x409873e3 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x40a0c0d4 locks_copy_lock +EXPORT_SYMBOL vmlinux 0x40a27c37 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x40a2d1dd dm_table_get_size +EXPORT_SYMBOL vmlinux 0x40a6f522 __arm_ioremap +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40abc084 journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x40abf62b jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40ce485b mempool_resize +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40e29e02 cpufreq_cooling_unregister +EXPORT_SYMBOL vmlinux 0x40e3cb19 dispc_ovl_check +EXPORT_SYMBOL vmlinux 0x40e5a967 bdi_init +EXPORT_SYMBOL vmlinux 0x40eca221 generic_show_options +EXPORT_SYMBOL vmlinux 0x40ed5397 textsearch_register +EXPORT_SYMBOL vmlinux 0x40f07981 __ashldi3 +EXPORT_SYMBOL vmlinux 0x40ffc1a0 netlink_broadcast +EXPORT_SYMBOL vmlinux 0x410d0597 netdev_state_change +EXPORT_SYMBOL vmlinux 0x411c74cb pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x412269f2 neigh_seq_next +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x41499b07 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x414edb4f netif_carrier_on +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x41bd3d17 d_alloc +EXPORT_SYMBOL vmlinux 0x41c2cfdd dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x41ce0f6e genl_register_family +EXPORT_SYMBOL vmlinux 0x41d40ab1 init_special_inode +EXPORT_SYMBOL vmlinux 0x41e25d24 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x4211c3c1 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x42361c17 freeze_super +EXPORT_SYMBOL vmlinux 0x425c79bb udp_proc_register +EXPORT_SYMBOL vmlinux 0x42891249 d_instantiate +EXPORT_SYMBOL vmlinux 0x428f24f9 posix_acl_create +EXPORT_SYMBOL vmlinux 0x42977ad4 __hw_addr_del_multiple +EXPORT_SYMBOL vmlinux 0x42988440 cdrom_check_events +EXPORT_SYMBOL vmlinux 0x4298b775 v7_flush_kern_cache_all +EXPORT_SYMBOL vmlinux 0x42aef834 bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x42bda71b bio_add_page +EXPORT_SYMBOL vmlinux 0x42c1b871 register_framebuffer +EXPORT_SYMBOL vmlinux 0x42c69c22 nf_nat_decode_session_hook +EXPORT_SYMBOL vmlinux 0x42ca6cbf generic_pipe_buf_steal +EXPORT_SYMBOL vmlinux 0x42cc4b32 input_get_keycode +EXPORT_SYMBOL vmlinux 0x42f70eee __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x43151327 tty_unlock_pair +EXPORT_SYMBOL vmlinux 0x431d55df blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x43322e7d block_write_full_page_endio +EXPORT_SYMBOL vmlinux 0x434eb89b neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x435df6ec snd_pcm_hw_param_last +EXPORT_SYMBOL vmlinux 0x43600474 scsi_remove_target +EXPORT_SYMBOL vmlinux 0x436c04d4 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x43a0458b blk_start_plug +EXPORT_SYMBOL vmlinux 0x43c51738 bio_integrity_endio +EXPORT_SYMBOL vmlinux 0x43f23311 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x4411c503 prandom_seed +EXPORT_SYMBOL vmlinux 0x441ed159 omap_get_dma_src_pos +EXPORT_SYMBOL vmlinux 0x442495c9 tmio_core_mmc_resume +EXPORT_SYMBOL vmlinux 0x44326d3e vfs_readdir +EXPORT_SYMBOL vmlinux 0x44366cfc simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0x443ebb80 __pagevec_lru_add +EXPORT_SYMBOL vmlinux 0x44438b96 hex2bin +EXPORT_SYMBOL vmlinux 0x444ed00b request_key_async +EXPORT_SYMBOL vmlinux 0x44643b93 __aeabi_lmul +EXPORT_SYMBOL vmlinux 0x4470a79b param_ops_long +EXPORT_SYMBOL vmlinux 0x447ae131 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x44865444 snd_device_new +EXPORT_SYMBOL vmlinux 0x44a65d8a inode_set_bytes +EXPORT_SYMBOL vmlinux 0x44b0c0f7 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x44b4dc5d tcp_read_sock +EXPORT_SYMBOL vmlinux 0x44bbd5fb simple_lookup +EXPORT_SYMBOL vmlinux 0x44da203e inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x44da5d0f __csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0x44dd3d8d completion_done +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x450c0083 ip6_expire_frag_queue +EXPORT_SYMBOL vmlinux 0x454cf336 generic_file_aio_read +EXPORT_SYMBOL vmlinux 0x4550ba8a register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x455293f6 down_read +EXPORT_SYMBOL vmlinux 0x45592e47 kern_path_create +EXPORT_SYMBOL vmlinux 0x4564a57c tcp_shutdown +EXPORT_SYMBOL vmlinux 0x456938ea tcp_release_cb +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x458be7ea tc_classify_compat +EXPORT_SYMBOL vmlinux 0x458dbcb6 journal_restart +EXPORT_SYMBOL vmlinux 0x459e7c79 scsi_ioctl +EXPORT_SYMBOL vmlinux 0x45bd9efd dm_table_put +EXPORT_SYMBOL vmlinux 0x45bda0d5 system_serial_low +EXPORT_SYMBOL vmlinux 0x45d216b9 tcp_put_md5sig_pool +EXPORT_SYMBOL vmlinux 0x45f1fbdd of_parse_phandle +EXPORT_SYMBOL vmlinux 0x462a2e75 match_strlcpy +EXPORT_SYMBOL vmlinux 0x4650598b neigh_table_init +EXPORT_SYMBOL vmlinux 0x465757c3 cpu_present_mask +EXPORT_SYMBOL vmlinux 0x465cab34 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x46608fa0 getnstimeofday +EXPORT_SYMBOL vmlinux 0x468516b2 would_dump +EXPORT_SYMBOL vmlinux 0x46987054 __frontswap_store +EXPORT_SYMBOL vmlinux 0x46be4df6 stop_tty +EXPORT_SYMBOL vmlinux 0x46d3b28c __div0 +EXPORT_SYMBOL vmlinux 0x46f515f6 mmc_wait_for_app_cmd +EXPORT_SYMBOL vmlinux 0x46feb099 dm_read_arg +EXPORT_SYMBOL vmlinux 0x47180560 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x471ebc54 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x473f6672 journal_lock_updates +EXPORT_SYMBOL vmlinux 0x47416e14 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x475100c2 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x478229a8 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x47b3f862 radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x47b546a0 flush_delayed_work +EXPORT_SYMBOL vmlinux 0x47b6a10f ftrace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0x47c99494 consume_skb +EXPORT_SYMBOL vmlinux 0x47d2cb8d uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0x47e6a21c kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x47e70229 v7_flush_user_cache_range +EXPORT_SYMBOL vmlinux 0x47f757de elf_platform +EXPORT_SYMBOL vmlinux 0x481ce6ce cpu_active_mask +EXPORT_SYMBOL vmlinux 0x482fc112 dev_uc_sync +EXPORT_SYMBOL vmlinux 0x4845c423 param_array_ops +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x485d7df4 finish_open +EXPORT_SYMBOL vmlinux 0x4868d616 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x487d9343 param_ops_ushort +EXPORT_SYMBOL vmlinux 0x48820a0d tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x488882e7 downgrade_write +EXPORT_SYMBOL vmlinux 0x4892e186 security_file_permission +EXPORT_SYMBOL vmlinux 0x4893d088 inet_ioctl +EXPORT_SYMBOL vmlinux 0x48a5b067 __machine_arch_type +EXPORT_SYMBOL vmlinux 0x48ee74b8 fb_class +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x493c4ecb aio_put_req +EXPORT_SYMBOL vmlinux 0x49603fb8 security_sb_copy_data +EXPORT_SYMBOL vmlinux 0x499cb58c prepare_to_wait +EXPORT_SYMBOL vmlinux 0x49b07aec tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x49b10a63 cpu_tlb +EXPORT_SYMBOL vmlinux 0x49bb4a71 do_sync_read +EXPORT_SYMBOL vmlinux 0x49bcda86 skb_free_datagram +EXPORT_SYMBOL vmlinux 0x49c61ba6 of_find_node_with_property +EXPORT_SYMBOL vmlinux 0x49cf39b3 snd_timer_open +EXPORT_SYMBOL vmlinux 0x49d1a5d5 kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0x49ebacbd _clear_bit +EXPORT_SYMBOL vmlinux 0x4a1db89d nf_reinject +EXPORT_SYMBOL vmlinux 0x4a32abd5 address_space_init_once +EXPORT_SYMBOL vmlinux 0x4a358252 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x4a39e5a1 omap_set_dma_src_params +EXPORT_SYMBOL vmlinux 0x4a3a5d5e of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL vmlinux 0x4a4c2df6 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x4a5957a7 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x4a6be5dc elv_rb_del +EXPORT_SYMBOL vmlinux 0x4a7fb243 percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x4ab10987 tc_classify +EXPORT_SYMBOL vmlinux 0x4abbe3c2 vm_brk +EXPORT_SYMBOL vmlinux 0x4ad915ee cpufreq_cooling_register +EXPORT_SYMBOL vmlinux 0x4ad9bdda twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize +EXPORT_SYMBOL vmlinux 0x4b015768 snd_iprintf +EXPORT_SYMBOL vmlinux 0x4b136312 nf_register_hook +EXPORT_SYMBOL vmlinux 0x4b164eff vfs_follow_link +EXPORT_SYMBOL vmlinux 0x4b183db1 set_disk_ro +EXPORT_SYMBOL vmlinux 0x4b1ec3e2 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0x4b34fbf5 block_all_signals +EXPORT_SYMBOL vmlinux 0x4b36183d vlan_vid_del +EXPORT_SYMBOL vmlinux 0x4b4075c4 of_device_unregister +EXPORT_SYMBOL vmlinux 0x4b4d2661 truncate_pagecache +EXPORT_SYMBOL vmlinux 0x4b4f1d47 blk_queue_max_write_same_sectors +EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0x4b682ba0 scsi_block_requests +EXPORT_SYMBOL vmlinux 0x4b6e5752 phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x4b6faca8 iput +EXPORT_SYMBOL vmlinux 0x4b8126a1 elevator_change +EXPORT_SYMBOL vmlinux 0x4b8b87ec genphy_update_link +EXPORT_SYMBOL vmlinux 0x4b8e839a cpufreq_global_kobject +EXPORT_SYMBOL vmlinux 0x4b976755 netif_rx_ni +EXPORT_SYMBOL vmlinux 0x4b980a24 end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x4ba895e6 snd_ctl_find_id +EXPORT_SYMBOL vmlinux 0x4bb61555 blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x4be42ac5 dev_uc_init +EXPORT_SYMBOL vmlinux 0x4be7fb63 up +EXPORT_SYMBOL vmlinux 0x4be85a03 memweight +EXPORT_SYMBOL vmlinux 0x4c1182cb bitmap_scnprintf +EXPORT_SYMBOL vmlinux 0x4c22cddd skb_store_bits +EXPORT_SYMBOL vmlinux 0x4c2ae700 strnstr +EXPORT_SYMBOL vmlinux 0x4c2b75eb submit_bh +EXPORT_SYMBOL vmlinux 0x4c30f4d4 ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x4c33081d omapdss_compat_uninit +EXPORT_SYMBOL vmlinux 0x4c86184b remove_wait_queue +EXPORT_SYMBOL vmlinux 0x4c879ceb gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x4ca2a11c xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x4ca7ff5d netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x4cbbd171 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x4cc22d09 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0x4cd36974 mdio_bus_type +EXPORT_SYMBOL vmlinux 0x4cdb3178 ns_to_timeval +EXPORT_SYMBOL vmlinux 0x4cdc9f43 omapdss_default_get_timings +EXPORT_SYMBOL vmlinux 0x4ce3ae76 frontswap_enabled +EXPORT_SYMBOL vmlinux 0x4d00fddb seq_write +EXPORT_SYMBOL vmlinux 0x4d0c5ae2 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x4d0d163d copy_page +EXPORT_SYMBOL vmlinux 0x4d384218 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x4d3c153f sigprocmask +EXPORT_SYMBOL vmlinux 0x4d405db8 param_ops_string +EXPORT_SYMBOL vmlinux 0x4d41121c snd_device_register +EXPORT_SYMBOL vmlinux 0x4d45d89e udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x4d7ba947 revert_creds +EXPORT_SYMBOL vmlinux 0x4d943f76 unregister_quota_format +EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4d9b6d35 snd_pcm_format_size +EXPORT_SYMBOL vmlinux 0x4d9cb07f dev_add_offload +EXPORT_SYMBOL vmlinux 0x4da2f98b blk_queue_free_tags +EXPORT_SYMBOL vmlinux 0x4db2166f mmc_free_host +EXPORT_SYMBOL vmlinux 0x4dc45be9 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x4de34a07 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4dec6038 memscan +EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse +EXPORT_SYMBOL vmlinux 0x4e0a135d bio_unmap_user +EXPORT_SYMBOL vmlinux 0x4e12af5c ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x4e1fa75a generic_write_checks +EXPORT_SYMBOL vmlinux 0x4e218df1 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x4e2f37b8 register_md_personality +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e506013 omap_dma_link_lch +EXPORT_SYMBOL vmlinux 0x4e68be34 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x4e6919fb lock_sock_fast +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e830a3e strnicmp +EXPORT_SYMBOL vmlinux 0x4e85a6c8 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x4e86bda8 ida_simple_remove +EXPORT_SYMBOL vmlinux 0x4e93f775 omapdss_output_unset_device +EXPORT_SYMBOL vmlinux 0x4ee0e71c skb_pad +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f391d0e nla_parse +EXPORT_SYMBOL vmlinux 0x4f422d1d i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x4f4655f2 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x4f476e96 init_cdrom_command +EXPORT_SYMBOL vmlinux 0x4f68e5c9 do_gettimeofday +EXPORT_SYMBOL vmlinux 0x4f764b13 of_find_device_by_node +EXPORT_SYMBOL vmlinux 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL vmlinux 0x4f89c9de gpmc_cs_free +EXPORT_SYMBOL vmlinux 0x4f9e4c5b __free_pages +EXPORT_SYMBOL vmlinux 0x4fb4cf76 scsi_verify_blk_ioctl +EXPORT_SYMBOL vmlinux 0x4ff0a701 scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x4ff92a1c tty_vhangup +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x50211ee3 tcp_free_md5sig_pool +EXPORT_SYMBOL vmlinux 0x5022bb29 skb_insert +EXPORT_SYMBOL vmlinux 0x5072b792 dm_register_target +EXPORT_SYMBOL vmlinux 0x509817cf vprintk_emit +EXPORT_SYMBOL vmlinux 0x50cccaf4 journal_release_buffer +EXPORT_SYMBOL vmlinux 0x50ccff03 omap_dma_set_prio_lch +EXPORT_SYMBOL vmlinux 0x50d5612e dispc_mgr_get_sync_lost_irq +EXPORT_SYMBOL vmlinux 0x50e2aa3b blk_queue_bounce +EXPORT_SYMBOL vmlinux 0x51131403 bdi_setup_and_register +EXPORT_SYMBOL vmlinux 0x511746c1 dump_fpu +EXPORT_SYMBOL vmlinux 0x5118c382 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0x51227e5d blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x51263020 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0x51386d2f put_io_context +EXPORT_SYMBOL vmlinux 0x5138dca0 md_error +EXPORT_SYMBOL vmlinux 0x5143c678 param_get_invbool +EXPORT_SYMBOL vmlinux 0x515f9e70 tty_write_room +EXPORT_SYMBOL vmlinux 0x5169161d omap_free_dma_chain +EXPORT_SYMBOL vmlinux 0x51749fc8 _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x51908eb8 __raw_writesl +EXPORT_SYMBOL vmlinux 0x51926328 simple_pin_fs +EXPORT_SYMBOL vmlinux 0x51acb39c i2c_register_driver +EXPORT_SYMBOL vmlinux 0x51ae45a2 sk_stop_timer +EXPORT_SYMBOL vmlinux 0x51d559d1 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x51dce73b xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x51e77c97 pfn_valid +EXPORT_SYMBOL vmlinux 0x51ef33b8 kstrndup +EXPORT_SYMBOL vmlinux 0x5201b926 tty_unregister_device +EXPORT_SYMBOL vmlinux 0x52026cdf security_sb_parse_opts_str +EXPORT_SYMBOL vmlinux 0x5230b6ba __lock_page +EXPORT_SYMBOL vmlinux 0x52340d59 mark_page_accessed +EXPORT_SYMBOL vmlinux 0x52428cc8 parent_mem_cgroup +EXPORT_SYMBOL vmlinux 0x52520446 udp_ioctl +EXPORT_SYMBOL vmlinux 0x52684bd9 snd_pcm_new +EXPORT_SYMBOL vmlinux 0x527b11e4 quota_send_warning +EXPORT_SYMBOL vmlinux 0x528c709d simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x52b13aef tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x52d42c95 set_current_groups +EXPORT_SYMBOL vmlinux 0x52d50dd4 bitmap_unplug +EXPORT_SYMBOL vmlinux 0x52d8da60 update_region +EXPORT_SYMBOL vmlinux 0x52d9e309 security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0x52e1b09f snd_card_proc_new +EXPORT_SYMBOL vmlinux 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL vmlinux 0x52efd766 __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x52fcf067 init_net +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x53326531 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x5337194a alloc_disk_node +EXPORT_SYMBOL vmlinux 0x5337c659 setup_new_exec +EXPORT_SYMBOL vmlinux 0x534ea7c7 blk_queue_prep_rq +EXPORT_SYMBOL vmlinux 0x5368fefe netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x5369e54c write_inode_now +EXPORT_SYMBOL vmlinux 0x5371fe1e bdput +EXPORT_SYMBOL vmlinux 0x538383c0 unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x5387d29c mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x53ce6ec4 inet_stream_ops +EXPORT_SYMBOL vmlinux 0x53cec8e6 cfb_imageblit +EXPORT_SYMBOL vmlinux 0x53e82e71 inet6_del_offload +EXPORT_SYMBOL vmlinux 0x53f5c352 amba_driver_register +EXPORT_SYMBOL vmlinux 0x54011500 snd_timer_global_register +EXPORT_SYMBOL vmlinux 0x54017fc7 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x5401c79d simple_empty +EXPORT_SYMBOL vmlinux 0x54066aff bdev_stack_limits +EXPORT_SYMBOL vmlinux 0x5409775b free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x5419523e freeze_bdev +EXPORT_SYMBOL vmlinux 0x541be52b touch_atime +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x545e5229 invalidate_bdev +EXPORT_SYMBOL vmlinux 0x54624907 zero_fill_bio +EXPORT_SYMBOL vmlinux 0x546d458a dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x547077ec __wake_up_bit +EXPORT_SYMBOL vmlinux 0x54734a37 neigh_parms_release +EXPORT_SYMBOL vmlinux 0x547ce898 dispc_read_irqenable +EXPORT_SYMBOL vmlinux 0x548be881 mmc_erase +EXPORT_SYMBOL vmlinux 0x548d3a06 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul +EXPORT_SYMBOL vmlinux 0x54aab36f simple_transaction_set +EXPORT_SYMBOL vmlinux 0x54abaf55 mount_pseudo +EXPORT_SYMBOL vmlinux 0x54b9ddde ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x54d92bf4 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54f6830a omapdss_get_default_display_name +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x5528661a check_disk_size_change +EXPORT_SYMBOL vmlinux 0x5541ea93 on_each_cpu +EXPORT_SYMBOL vmlinux 0x5567c227 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x5568479b ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x557d9a5a cdev_del +EXPORT_SYMBOL vmlinux 0x5594be03 bitmap_remap +EXPORT_SYMBOL vmlinux 0x55b49e1b tty_port_hangup +EXPORT_SYMBOL vmlinux 0x55d6d6b1 security_mmap_file +EXPORT_SYMBOL vmlinux 0x5614b010 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x561a2574 register_mtd_chip_driver +EXPORT_SYMBOL vmlinux 0x562a12ac remap_pfn_range +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x563cb972 htc_egpio_get_wakeup_irq +EXPORT_SYMBOL vmlinux 0x5642793a radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x565e2db7 find_or_create_page +EXPORT_SYMBOL vmlinux 0x56789ac5 omap_set_dma_color_mode +EXPORT_SYMBOL vmlinux 0x5688a26a genphy_suspend +EXPORT_SYMBOL vmlinux 0x5689afe7 dispc_ovl_enable +EXPORT_SYMBOL vmlinux 0x568e373e skb_dst_set_noref +EXPORT_SYMBOL vmlinux 0x56bc2f15 dispc_ovl_set_channel_out +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56d3b8c4 usb_put_phy +EXPORT_SYMBOL vmlinux 0x56f5d9fd dma_common_get_sgtable +EXPORT_SYMBOL vmlinux 0x56f94bb2 simple_transaction_read +EXPORT_SYMBOL vmlinux 0x572d0104 _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x572e85d4 blk_lookup_devt +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x57741afe __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x577ad8ef ipv4_specific +EXPORT_SYMBOL vmlinux 0x57835bc9 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x579e6380 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x57afcedb sk_stream_write_space +EXPORT_SYMBOL vmlinux 0x57b0f0bb scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x57c309d4 netif_rx +EXPORT_SYMBOL vmlinux 0x57c30cb4 do_SAK +EXPORT_SYMBOL vmlinux 0x57d2e56f dmam_alloc_coherent +EXPORT_SYMBOL vmlinux 0x57ff564b eth_rebuild_header +EXPORT_SYMBOL vmlinux 0x5828131c snd_dma_alloc_pages +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x58516557 omap_set_dma_src_data_pack +EXPORT_SYMBOL vmlinux 0x585ba1cc jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x5886a8b2 padata_stop +EXPORT_SYMBOL vmlinux 0x588c130c vexpress_config_func_put +EXPORT_SYMBOL vmlinux 0x58d1070a of_get_address +EXPORT_SYMBOL vmlinux 0x590ed087 jbd2_log_start_commit +EXPORT_SYMBOL vmlinux 0x591c872a security_path_rename +EXPORT_SYMBOL vmlinux 0x59206c34 ida_get_new_above +EXPORT_SYMBOL vmlinux 0x59249a83 mapping_tagged +EXPORT_SYMBOL vmlinux 0x5934392b fb_register_client +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x594e1317 __modsi3 +EXPORT_SYMBOL vmlinux 0x5973fe5e input_register_device +EXPORT_SYMBOL vmlinux 0x598542b2 _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x59867907 kern_unmount +EXPORT_SYMBOL vmlinux 0x598cd828 udp_table +EXPORT_SYMBOL vmlinux 0x59b3f821 snd_ctl_find_numid +EXPORT_SYMBOL vmlinux 0x59c85258 sock_no_getname +EXPORT_SYMBOL vmlinux 0x59ce72d7 input_release_device +EXPORT_SYMBOL vmlinux 0x59d29dab v7_flush_kern_dcache_area +EXPORT_SYMBOL vmlinux 0x59d696b6 register_module_notifier +EXPORT_SYMBOL vmlinux 0x59d76e54 ll_rw_block +EXPORT_SYMBOL vmlinux 0x59d8223a ioport_resource +EXPORT_SYMBOL vmlinux 0x59e5070d __do_div64 +EXPORT_SYMBOL vmlinux 0x59e70f93 __send_remote_softirq +EXPORT_SYMBOL vmlinux 0x59ff07a8 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x5a59d4cd md_register_thread +EXPORT_SYMBOL vmlinux 0x5a74a8ff of_match_node +EXPORT_SYMBOL vmlinux 0x5a9b0f74 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x5aa70b92 snd_dma_reserve_buf +EXPORT_SYMBOL vmlinux 0x5ad169a4 udp_seq_open +EXPORT_SYMBOL vmlinux 0x5ad87d41 sock_no_setsockopt +EXPORT_SYMBOL vmlinux 0x5adff06f scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x5ae5be44 lg_lock_init +EXPORT_SYMBOL vmlinux 0x5b12c714 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x5b19634d div_s64_rem +EXPORT_SYMBOL vmlinux 0x5b33579b blk_queue_unprep_rq +EXPORT_SYMBOL vmlinux 0x5b34b7fd proc_mkdir +EXPORT_SYMBOL vmlinux 0x5b72df72 nobh_writepage +EXPORT_SYMBOL vmlinux 0x5b89b10f jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x5b909c99 wake_up_process +EXPORT_SYMBOL vmlinux 0x5ba53020 vfs_fstat +EXPORT_SYMBOL vmlinux 0x5bb60aa8 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x5bcad7ea inet_recvmsg +EXPORT_SYMBOL vmlinux 0x5bceb589 udplite_prot +EXPORT_SYMBOL vmlinux 0x5bdce443 serio_open +EXPORT_SYMBOL vmlinux 0x5bf4a1eb sg_last +EXPORT_SYMBOL vmlinux 0x5c0cf41e pagevec_lookup_tag +EXPORT_SYMBOL vmlinux 0x5c3a2e20 seq_release_private +EXPORT_SYMBOL vmlinux 0x5c630e86 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x5c6d62fc netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x5c7583de __scm_destroy +EXPORT_SYMBOL vmlinux 0x5c9284a0 processor_id +EXPORT_SYMBOL vmlinux 0x5ca081d0 follow_pfn +EXPORT_SYMBOL vmlinux 0x5caa7dba blk_make_request +EXPORT_SYMBOL vmlinux 0x5cbda498 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x5cede561 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5d0b1892 param_set_invbool +EXPORT_SYMBOL vmlinux 0x5d5b5a16 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x5d6263d5 vfs_fsync +EXPORT_SYMBOL vmlinux 0x5d676f84 kill_bdev +EXPORT_SYMBOL vmlinux 0x5d6a7e10 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x5d7e6bfa should_remove_suid +EXPORT_SYMBOL vmlinux 0x5d90f458 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x5d9e6c34 dma_async_memcpy_buf_to_buf +EXPORT_SYMBOL vmlinux 0x5dd5b159 simple_statfs +EXPORT_SYMBOL vmlinux 0x5dd71a18 of_get_mac_address +EXPORT_SYMBOL vmlinux 0x5df4a22c sock_kfree_s +EXPORT_SYMBOL vmlinux 0x5dffae9b bio_endio +EXPORT_SYMBOL vmlinux 0x5e06d31b tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x5e08a1c3 register_con_driver +EXPORT_SYMBOL vmlinux 0x5e0962c1 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x5e195182 tty_name +EXPORT_SYMBOL vmlinux 0x5e1cf2ee dev_set_mtu +EXPORT_SYMBOL vmlinux 0x5e2e3411 elevator_exit +EXPORT_SYMBOL vmlinux 0x5e46053e md_done_sync +EXPORT_SYMBOL vmlinux 0x5e4f1a03 generic_write_sync +EXPORT_SYMBOL vmlinux 0x5e52518a __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x5e5f9902 journal_init_inode +EXPORT_SYMBOL vmlinux 0x5e60eb27 omap_dma_unlink_lch +EXPORT_SYMBOL vmlinux 0x5e62c876 generic_pipe_buf_unmap +EXPORT_SYMBOL vmlinux 0x5e6947f7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x5e7589db __mutex_init +EXPORT_SYMBOL vmlinux 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL vmlinux 0x5e7fdf32 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x5e8a4948 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x5e93dae3 omapdss_default_get_recommended_bpp +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5ea71f32 new_inode +EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5efb0091 ida_get_new +EXPORT_SYMBOL vmlinux 0x5f005368 kstrtou8 +EXPORT_SYMBOL vmlinux 0x5f3c8f5c mmc_assume_removable +EXPORT_SYMBOL vmlinux 0x5f44586a __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x5f58f676 flex_array_get_ptr +EXPORT_SYMBOL vmlinux 0x5f754e5a memset +EXPORT_SYMBOL vmlinux 0x5f8fc81c arp_create +EXPORT_SYMBOL vmlinux 0x5f96ab61 netpoll_print_options +EXPORT_SYMBOL vmlinux 0x5f9d9f63 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x5fb7b7c7 bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x5fc6c3d5 jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x5fc82411 fb_set_var +EXPORT_SYMBOL vmlinux 0x5fe5261b mmc_read_bkops_status +EXPORT_SYMBOL vmlinux 0x5ffe5852 inetdev_by_index +EXPORT_SYMBOL vmlinux 0x60055baa dispc_mgr_get_vsync_irq +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x60101825 __devm_request_region +EXPORT_SYMBOL vmlinux 0x60155ed3 skb_append +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x602bfb2d phy_stop_interrupts +EXPORT_SYMBOL vmlinux 0x602c96f0 copy_to_user_fromio +EXPORT_SYMBOL vmlinux 0x60345d76 tty_mutex +EXPORT_SYMBOL vmlinux 0x6047d1d0 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x604a5151 unregister_exec_domain +EXPORT_SYMBOL vmlinux 0x604c0932 snd_unregister_device +EXPORT_SYMBOL vmlinux 0x606d0b09 secure_tcpv6_sequence_number +EXPORT_SYMBOL vmlinux 0x607739b8 snd_info_free_entry +EXPORT_SYMBOL vmlinux 0x609191fc dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL vmlinux 0x60b08cbe blk_queue_end_tag +EXPORT_SYMBOL vmlinux 0x61002763 tty_lock +EXPORT_SYMBOL vmlinux 0x612390ad netpoll_set_trap +EXPORT_SYMBOL vmlinux 0x6127e021 inet_frag_maybe_warn_overflow +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x61379d91 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x6140b0b0 input_unregister_handler +EXPORT_SYMBOL vmlinux 0x6143ac8c tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x614b0d74 skb_copy_datagram_const_iovec +EXPORT_SYMBOL vmlinux 0x617643a2 param_set_long +EXPORT_SYMBOL vmlinux 0x617a218d __cond_resched_lock +EXPORT_SYMBOL vmlinux 0x617d005b input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x61804bd0 vfs_open +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61c47bf1 blk_get_request +EXPORT_SYMBOL vmlinux 0x61d55e43 key_revoke +EXPORT_SYMBOL vmlinux 0x61e172ae input_set_abs_params +EXPORT_SYMBOL vmlinux 0x6225637e md5_transform +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x6239d0c5 netdev_set_master +EXPORT_SYMBOL vmlinux 0x623b680e nf_unregister_hooks +EXPORT_SYMBOL vmlinux 0x623f6a80 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x6261ec94 __get_user_pages +EXPORT_SYMBOL vmlinux 0x626a628c blk_queue_stack_limits +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x62827bec security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x628bc713 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x628f1a8e snd_pcm_hw_rule_noresample +EXPORT_SYMBOL vmlinux 0x62969cf8 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x62c5764a scsi_cmd_print_sense_hdr +EXPORT_SYMBOL vmlinux 0x62d34ec2 kobject_del +EXPORT_SYMBOL vmlinux 0x62dc96ce mmc_cleanup_queue +EXPORT_SYMBOL vmlinux 0x62ec5a7d kmap_to_page +EXPORT_SYMBOL vmlinux 0x62fd6207 param_set_charp +EXPORT_SYMBOL vmlinux 0x631c7333 xfrm_register_km +EXPORT_SYMBOL vmlinux 0x6325c33f scsi_cmd_blk_ioctl +EXPORT_SYMBOL vmlinux 0x6327c523 vm_insert_mixed +EXPORT_SYMBOL vmlinux 0x6332cc1a audit_log_start +EXPORT_SYMBOL vmlinux 0x636b3461 omap_dss_get_num_overlays +EXPORT_SYMBOL vmlinux 0x636eb2fe kernel_sendpage +EXPORT_SYMBOL vmlinux 0x63922bbd vfs_stat +EXPORT_SYMBOL vmlinux 0x63a78ebf ps2_init +EXPORT_SYMBOL vmlinux 0x63b27f85 sock_no_getsockopt +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63ecad53 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x63fc232f strlen_user +EXPORT_SYMBOL vmlinux 0x63fc49da jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x6403e338 tcp_memory_pressure +EXPORT_SYMBOL vmlinux 0x64102c35 __cleancache_get_page +EXPORT_SYMBOL vmlinux 0x64185e6f cdrom_release +EXPORT_SYMBOL vmlinux 0x643ae54c journal_stop +EXPORT_SYMBOL vmlinux 0x643eff4f mutex_trylock +EXPORT_SYMBOL vmlinux 0x64607bc5 _snd_ctl_add_slave +EXPORT_SYMBOL vmlinux 0x6472d1aa ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x648eb3c3 nobh_write_begin +EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait +EXPORT_SYMBOL vmlinux 0x64a22ff0 dispc_mgr_set_lcd_config +EXPORT_SYMBOL vmlinux 0x64c66530 omapdss_sdi_display_disable +EXPORT_SYMBOL vmlinux 0x64d233c8 ioremap_page +EXPORT_SYMBOL vmlinux 0x64d38afb unlock_rename +EXPORT_SYMBOL vmlinux 0x64dc0aa4 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x64dfa21e inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x64e3efc7 unregister_md_personality +EXPORT_SYMBOL vmlinux 0x64ee30d1 jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x64f4cf67 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL vmlinux 0x64f4db78 scsi_remove_host +EXPORT_SYMBOL vmlinux 0x650a6767 prandom_u32_state +EXPORT_SYMBOL vmlinux 0x650f8603 snd_pcm_format_silence_64 +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x6530409d phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x653eaa91 snd_timer_continue +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x65466939 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x6585e310 alloc_pages_exact_nid +EXPORT_SYMBOL vmlinux 0x65ae6383 dev_trans_start +EXPORT_SYMBOL vmlinux 0x65ccbf20 bio_init +EXPORT_SYMBOL vmlinux 0x65d383f1 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65f3ad9a fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x65f505ab unregister_filesystem +EXPORT_SYMBOL vmlinux 0x6605f97f flex_array_clear +EXPORT_SYMBOL vmlinux 0x66826c75 km_state_notify +EXPORT_SYMBOL vmlinux 0x66888c82 security_path_chmod +EXPORT_SYMBOL vmlinux 0x668da8d5 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x66912c75 account_page_redirty +EXPORT_SYMBOL vmlinux 0x66a67dab flex_array_shrink +EXPORT_SYMBOL vmlinux 0x6706ce2b __dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x670b794c dma_async_memcpy_pg_to_pg +EXPORT_SYMBOL vmlinux 0x6734a315 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x6762f70d blkdev_fsync +EXPORT_SYMBOL vmlinux 0x676503d4 abx500_get_chip_id +EXPORT_SYMBOL vmlinux 0x676bbc0f _set_bit +EXPORT_SYMBOL vmlinux 0x6786292d snd_pcm_lib_write +EXPORT_SYMBOL vmlinux 0x67934ad5 sock_no_connect +EXPORT_SYMBOL vmlinux 0x67abc29c bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67cd795e bdi_register_dev +EXPORT_SYMBOL vmlinux 0x67dfdf58 done_path_create +EXPORT_SYMBOL vmlinux 0x68292783 sock_no_accept +EXPORT_SYMBOL vmlinux 0x68312d23 omapdss_sdi_display_enable +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x687f805b dev_mc_add +EXPORT_SYMBOL vmlinux 0x688353db ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x68a24153 snd_pcm_format_physical_width +EXPORT_SYMBOL vmlinux 0x68af8067 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x68b00ba6 dev_get_drvdata +EXPORT_SYMBOL vmlinux 0x68cde326 unlock_buffer +EXPORT_SYMBOL vmlinux 0x68e05d57 getrawmonotonic +EXPORT_SYMBOL vmlinux 0x68e58c35 con_is_bound +EXPORT_SYMBOL vmlinux 0x68e72f67 neigh_seq_start +EXPORT_SYMBOL vmlinux 0x68e85045 sk_release_kernel +EXPORT_SYMBOL vmlinux 0x68fb581a icst307_idx2s +EXPORT_SYMBOL vmlinux 0x69077803 netif_device_attach +EXPORT_SYMBOL vmlinux 0x6915eb38 down_interruptible +EXPORT_SYMBOL vmlinux 0x691ecaef scsi_release_buffers +EXPORT_SYMBOL vmlinux 0x692679be blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x6933dd0d xfrm4_prepare_output +EXPORT_SYMBOL vmlinux 0x693fac62 irq_to_desc +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x697628a4 dquot_enable +EXPORT_SYMBOL vmlinux 0x6984ec9a blk_peek_request +EXPORT_SYMBOL vmlinux 0x6994db88 genphy_resume +EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint +EXPORT_SYMBOL vmlinux 0x69b215ac mem_cgroup_subsys +EXPORT_SYMBOL vmlinux 0x69b6f8d9 omap_set_dma_transfer_params +EXPORT_SYMBOL vmlinux 0x69cf0144 ilookup5 +EXPORT_SYMBOL vmlinux 0x69d38ed9 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x69e27c7a bitmap_copy_le +EXPORT_SYMBOL vmlinux 0x69f5aa3a bioset_create +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a03fa91 poll_initwait +EXPORT_SYMBOL vmlinux 0x6a326e51 km_policy_notify +EXPORT_SYMBOL vmlinux 0x6a3f7302 block_write_end +EXPORT_SYMBOL vmlinux 0x6a417ef4 cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x6a699a60 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x6a6e0773 bio_integrity_tag_size +EXPORT_SYMBOL vmlinux 0x6a76f3ac blk_iopoll_enable +EXPORT_SYMBOL vmlinux 0x6a8263de nla_reserve +EXPORT_SYMBOL vmlinux 0x6a8f0a7d snd_ctl_register_ioctl +EXPORT_SYMBOL vmlinux 0x6aa06721 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x6aa0f9e3 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x6ad916f3 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x6b06fdce delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x6b1b67d3 __bdevname +EXPORT_SYMBOL vmlinux 0x6b1bba72 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x6b2db8ae vfs_lstat +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b4c43f4 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x6b5eb8d2 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x6b68723e dump_seek +EXPORT_SYMBOL vmlinux 0x6b73a0ba i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0x6b7589f4 param_set_bool +EXPORT_SYMBOL vmlinux 0x6b8e20f2 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bd1711f __lru_cache_add +EXPORT_SYMBOL vmlinux 0x6bd4a205 registered_fb +EXPORT_SYMBOL vmlinux 0x6bdcfd99 qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x6be71c91 dquot_acquire +EXPORT_SYMBOL vmlinux 0x6bf02723 flush_old_exec +EXPORT_SYMBOL vmlinux 0x6bf2565e sock_alloc_file +EXPORT_SYMBOL vmlinux 0x6c027e3f thermal_zone_device_unregister +EXPORT_SYMBOL vmlinux 0x6c1791ae __skb_tx_hash +EXPORT_SYMBOL vmlinux 0x6c1ce5ce strcspn +EXPORT_SYMBOL vmlinux 0x6c2ca639 __devcgroup_inode_permission +EXPORT_SYMBOL vmlinux 0x6c2efad0 of_n_addr_cells +EXPORT_SYMBOL vmlinux 0x6c53223c posix_test_lock +EXPORT_SYMBOL vmlinux 0x6c59c9c6 uart_add_one_port +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c6cdd4d wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0x6c702af7 sysctl_udp_rmem_min +EXPORT_SYMBOL vmlinux 0x6c7ca356 __get_page_tail +EXPORT_SYMBOL vmlinux 0x6c9fb4b3 tcp_check_req +EXPORT_SYMBOL vmlinux 0x6caf5c7b padata_start +EXPORT_SYMBOL vmlinux 0x6ccf7bd7 __pv_phys_offset +EXPORT_SYMBOL vmlinux 0x6cdc5c6b nla_strlcpy +EXPORT_SYMBOL vmlinux 0x6ce8d00c sk_run_filter +EXPORT_SYMBOL vmlinux 0x6d044c26 param_ops_uint +EXPORT_SYMBOL vmlinux 0x6d0f1f89 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x6d16ed75 page_follow_link_light +EXPORT_SYMBOL vmlinux 0x6d27ef64 __bitmap_empty +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d340f64 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x6d346792 pin_config_group_get +EXPORT_SYMBOL vmlinux 0x6d43be60 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x6d462ccd simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0x6d4a2d60 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x6d662533 _find_first_bit_le +EXPORT_SYMBOL vmlinux 0x6d6ec874 skb_split +EXPORT_SYMBOL vmlinux 0x6d7f7903 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x6d9217b8 max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x6db9a1b2 serio_interrupt +EXPORT_SYMBOL vmlinux 0x6dc8b7db dev_alloc_name +EXPORT_SYMBOL vmlinux 0x6ddec5ac devm_gpio_request +EXPORT_SYMBOL vmlinux 0x6deefb51 ata_print_version +EXPORT_SYMBOL vmlinux 0x6def2db2 half_md4_transform +EXPORT_SYMBOL vmlinux 0x6df0fb69 unload_nls +EXPORT_SYMBOL vmlinux 0x6e09eed9 ata_link_printk +EXPORT_SYMBOL vmlinux 0x6e102cf9 genphy_read_status +EXPORT_SYMBOL vmlinux 0x6e156fc9 napi_get_frags +EXPORT_SYMBOL vmlinux 0x6e373f59 dss_mgr_enable +EXPORT_SYMBOL vmlinux 0x6e3f6304 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x6e5c82c8 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e78f607 set_page_dirty +EXPORT_SYMBOL vmlinux 0x6e8304f1 blk_get_backing_dev_info +EXPORT_SYMBOL vmlinux 0x6e88e56f snd_pcm_link_rwlock +EXPORT_SYMBOL vmlinux 0x6e8abfb0 generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6eb97064 journal_dirty_data +EXPORT_SYMBOL vmlinux 0x6ef4b605 dma_mmap_from_coherent +EXPORT_SYMBOL vmlinux 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL vmlinux 0x6ef9bebc sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x6efd0f59 soft_cursor +EXPORT_SYMBOL vmlinux 0x6f107000 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x6f171d93 rtnl_notify +EXPORT_SYMBOL vmlinux 0x6f20960a full_name_hash +EXPORT_SYMBOL vmlinux 0x6f51e209 frontswap_register_ops +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fd25da8 skb_copy +EXPORT_SYMBOL vmlinux 0x6ff21331 uart_write_wakeup +EXPORT_SYMBOL vmlinux 0x6ff5c594 skb_copy_and_csum_datagram_iovec +EXPORT_SYMBOL vmlinux 0x70097aa0 nand_bch_free +EXPORT_SYMBOL vmlinux 0x70523a7a __cond_resched_softirq +EXPORT_SYMBOL vmlinux 0x705a4c95 mb_cache_create +EXPORT_SYMBOL vmlinux 0x706fd1d7 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0x7084109b twl6040_power +EXPORT_SYMBOL vmlinux 0x70879d45 amba_request_regions +EXPORT_SYMBOL vmlinux 0x70bc17d7 inode_wait +EXPORT_SYMBOL vmlinux 0x70c4d8b0 snd_pcm_lib_writev +EXPORT_SYMBOL vmlinux 0x70d053fd try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x70dd1a12 gpmc_cs_configure +EXPORT_SYMBOL vmlinux 0x70e39dae dss_uninstall_mgr_ops +EXPORT_SYMBOL vmlinux 0x70e9f588 abx500_startup_irq_enabled +EXPORT_SYMBOL vmlinux 0x710e2b07 tcf_hash_insert +EXPORT_SYMBOL vmlinux 0x711ae1ca truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x711ba3cd __nla_put +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x714046b2 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x7143c73b blk_requeue_request +EXPORT_SYMBOL vmlinux 0x71628628 devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x71658a05 dispc_ovl_setup +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x71731ed3 bio_map_kern +EXPORT_SYMBOL vmlinux 0x718ce6af simple_open +EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71ac1104 textsearch_destroy +EXPORT_SYMBOL vmlinux 0x71c90087 memcmp +EXPORT_SYMBOL vmlinux 0x71cd68f6 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0x7234eafb otg_state_string +EXPORT_SYMBOL vmlinux 0x72350130 ___ratelimit +EXPORT_SYMBOL vmlinux 0x7241cf5d __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x726098d1 journal_update_format +EXPORT_SYMBOL vmlinux 0x72739d01 scsi_init_io +EXPORT_SYMBOL vmlinux 0x72a3c432 i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0x72d58de9 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0x72ddbbf7 devm_usb_get_phy +EXPORT_SYMBOL vmlinux 0x72dedf88 __serio_register_port +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72f63f51 input_unregister_handle +EXPORT_SYMBOL vmlinux 0x730cd883 dcache_readdir +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x731b81f1 __wait_on_bit +EXPORT_SYMBOL vmlinux 0x7323f571 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x733c3b54 kasprintf +EXPORT_SYMBOL vmlinux 0x733f8b48 uart_get_divisor +EXPORT_SYMBOL vmlinux 0x734bc49b mmc_request_done +EXPORT_SYMBOL vmlinux 0x734d2179 dm_unregister_target +EXPORT_SYMBOL vmlinux 0x736f2eb9 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x737de5e9 radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0x737e77b6 journal_start +EXPORT_SYMBOL vmlinux 0x73bb8482 key_type_keyring +EXPORT_SYMBOL vmlinux 0x73ca25c1 elv_rq_merge_ok +EXPORT_SYMBOL vmlinux 0x73d03226 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x73d8ae9e seq_vprintf +EXPORT_SYMBOL vmlinux 0x73e20c1c strlcpy +EXPORT_SYMBOL vmlinux 0x73fd5eff __seq_open_private +EXPORT_SYMBOL vmlinux 0x74013eae scsi_register +EXPORT_SYMBOL vmlinux 0x740f4e4e rtnl_unicast +EXPORT_SYMBOL vmlinux 0x74129eb0 sg_miter_start +EXPORT_SYMBOL vmlinux 0x7430d851 ip_options_compile +EXPORT_SYMBOL vmlinux 0x7441f8b4 d_find_alias +EXPORT_SYMBOL vmlinux 0x744c9e26 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0x7469fcfe radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x7485e15e unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x74ad903a netlink_ack +EXPORT_SYMBOL vmlinux 0x74b78846 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0x74b7e755 devm_ioremap +EXPORT_SYMBOL vmlinux 0x74bb70b0 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74cb055a sock_no_bind +EXPORT_SYMBOL vmlinux 0x74cc1cbe unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x74d0d14a ip_check_defrag +EXPORT_SYMBOL vmlinux 0x74d4d05a dev_close +EXPORT_SYMBOL vmlinux 0x74e46dac imx_ssi_fiq_tx_buffer +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x75057c31 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x7505bdef memchr_inv +EXPORT_SYMBOL vmlinux 0x754dac78 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x755d4862 scsi_scan_target +EXPORT_SYMBOL vmlinux 0x7588e749 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x7593d385 div64_s64 +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75c0c8d2 devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0x75c9114e map_destroy +EXPORT_SYMBOL vmlinux 0x75fee7fd __raw_writesb +EXPORT_SYMBOL vmlinux 0x760663c4 keyring_clear +EXPORT_SYMBOL vmlinux 0x7606b8ba tty_unlock +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x760b437a unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0x7637b988 bio_integrity_split +EXPORT_SYMBOL vmlinux 0x764640a5 filp_open +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x76a65dce blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0x76a6e44c dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x76bf656d __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x76cf47f6 __aeabi_llsl +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76dcd25c d_find_any_alias +EXPORT_SYMBOL vmlinux 0x76de458d textsearch_unregister +EXPORT_SYMBOL vmlinux 0x76e4d3e3 snd_timer_resolution +EXPORT_SYMBOL vmlinux 0x7706bc56 snd_pcm_open_substream +EXPORT_SYMBOL vmlinux 0x770ec5e0 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x7711ea95 vm_mmap +EXPORT_SYMBOL vmlinux 0x771e66e3 free_task +EXPORT_SYMBOL vmlinux 0x773a9c94 blk_iopoll_enabled +EXPORT_SYMBOL vmlinux 0x777de30a mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x7781a556 inet_register_protosw +EXPORT_SYMBOL vmlinux 0x7791193f icst525_s2div +EXPORT_SYMBOL vmlinux 0x7793c92d dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll +EXPORT_SYMBOL vmlinux 0x77aa925f skb_put +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77cafd08 bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x77ce93b3 qid_lt +EXPORT_SYMBOL vmlinux 0x77df0847 __set_personality +EXPORT_SYMBOL vmlinux 0x77ecac9f zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x77fe20b5 follow_down +EXPORT_SYMBOL vmlinux 0x77fe4cb2 sleep_on_timeout +EXPORT_SYMBOL vmlinux 0x78086c7f scsi_register_interface +EXPORT_SYMBOL vmlinux 0x78122945 netdev_alert +EXPORT_SYMBOL vmlinux 0x781b1a74 kunmap +EXPORT_SYMBOL vmlinux 0x7834effa blk_complete_request +EXPORT_SYMBOL vmlinux 0x7836790c snd_dma_free_pages +EXPORT_SYMBOL vmlinux 0x783b40bf tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x786776f0 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x7875ac51 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0x7883b1ad sys_fillrect +EXPORT_SYMBOL vmlinux 0x788fe103 iomem_resource +EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets +EXPORT_SYMBOL vmlinux 0x78a936c9 fsnotify_put_group +EXPORT_SYMBOL vmlinux 0x78b07e7a ip6_frag_match +EXPORT_SYMBOL vmlinux 0x78e821ee of_get_next_child +EXPORT_SYMBOL vmlinux 0x7906785e snd_pcm_lib_free_pages +EXPORT_SYMBOL vmlinux 0x79295fdb devm_ioremap_nocache +EXPORT_SYMBOL vmlinux 0x792ca0cc redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x7930dea4 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0x793bacf8 genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x794487ee disable_hlt +EXPORT_SYMBOL vmlinux 0x7944dda9 sock_get_timestamp +EXPORT_SYMBOL vmlinux 0x796e3e4a dst_discard +EXPORT_SYMBOL vmlinux 0x796fc5ce scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes +EXPORT_SYMBOL vmlinux 0x79cc0a2f find_inode_number +EXPORT_SYMBOL vmlinux 0x79fa1deb imx_ssi_fiq_rx_buffer +EXPORT_SYMBOL vmlinux 0x7a188791 prandom_bytes +EXPORT_SYMBOL vmlinux 0x7a27c184 ewma_init +EXPORT_SYMBOL vmlinux 0x7a4497db kzfree +EXPORT_SYMBOL vmlinux 0x7a6125d9 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x7a7e86c8 vfs_readv +EXPORT_SYMBOL vmlinux 0x7a91726b clkdev_alloc +EXPORT_SYMBOL vmlinux 0x7aafb51d dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x7ab53dc4 __neigh_event_send +EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt +EXPORT_SYMBOL vmlinux 0x7ac253f2 register_nls +EXPORT_SYMBOL vmlinux 0x7acdde0a page_put_link +EXPORT_SYMBOL vmlinux 0x7ad1e773 omap_dss_get_device +EXPORT_SYMBOL vmlinux 0x7ad41bf9 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7ad7b2ad init_task +EXPORT_SYMBOL vmlinux 0x7af03e5a add_to_page_cache_locked +EXPORT_SYMBOL vmlinux 0x7afa89fc vsnprintf +EXPORT_SYMBOL vmlinux 0x7b02815e journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x7b03848a verify_mem_not_deleted +EXPORT_SYMBOL vmlinux 0x7b0ff3f1 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x7b1b578e nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x7b3b2bf8 bio_sector_offset +EXPORT_SYMBOL vmlinux 0x7b3b3168 follow_down_one +EXPORT_SYMBOL vmlinux 0x7b3d8b53 tcp_md5_hash_header +EXPORT_SYMBOL vmlinux 0x7b4f66a2 __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x7b536bc8 fb_set_cmap +EXPORT_SYMBOL vmlinux 0x7b54c551 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x7b5c8440 vm_munmap +EXPORT_SYMBOL vmlinux 0x7b6646bb _raw_read_lock +EXPORT_SYMBOL vmlinux 0x7b77cd2e phy_device_free +EXPORT_SYMBOL vmlinux 0x7b7de569 md_integrity_register +EXPORT_SYMBOL vmlinux 0x7b9e6b07 force_sig +EXPORT_SYMBOL vmlinux 0x7bae1fa5 security_path_chown +EXPORT_SYMBOL vmlinux 0x7bb912a0 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x7bbab1bb generic_file_buffered_write +EXPORT_SYMBOL vmlinux 0x7bcbaaa4 ndo_dflt_bridge_getlink +EXPORT_SYMBOL vmlinux 0x7bf9bdfc skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x7c08b97a writeback_in_progress +EXPORT_SYMBOL vmlinux 0x7c0aff29 generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0x7c1372e8 panic +EXPORT_SYMBOL vmlinux 0x7c1c5ca6 simple_transaction_release +EXPORT_SYMBOL vmlinux 0x7c3cdb15 serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c52a50e dquot_initialize +EXPORT_SYMBOL vmlinux 0x7c5c18f9 vm_map_ram +EXPORT_SYMBOL vmlinux 0x7c70e0d9 noop_llseek +EXPORT_SYMBOL vmlinux 0x7c77b460 notify_change +EXPORT_SYMBOL vmlinux 0x7c904ded unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x7c98845d twl_i2c_read +EXPORT_SYMBOL vmlinux 0x7cb1ae69 cpu_down +EXPORT_SYMBOL vmlinux 0x7cbe8095 dispc_mgr_set_timings +EXPORT_SYMBOL vmlinux 0x7cc035a7 __ucmpdi2 +EXPORT_SYMBOL vmlinux 0x7ccad45e scsi_cmd_get_serial +EXPORT_SYMBOL vmlinux 0x7cf4c948 mmc_register_driver +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d106a5e __cleancache_invalidate_page +EXPORT_SYMBOL vmlinux 0x7d11c268 jiffies +EXPORT_SYMBOL vmlinux 0x7d4e2276 __init_rwsem +EXPORT_SYMBOL vmlinux 0x7d73fb6b ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x7d7ea53f xfrm_state_add +EXPORT_SYMBOL vmlinux 0x7d88bc36 seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x7dbb2b4e tcp_init_sock +EXPORT_SYMBOL vmlinux 0x7dbfe05a find_get_pages_contig +EXPORT_SYMBOL vmlinux 0x7dc95942 generic_file_splice_write +EXPORT_SYMBOL vmlinux 0x7dccc294 proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args +EXPORT_SYMBOL vmlinux 0x7e05820e key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x7e07acb8 misc_deregister +EXPORT_SYMBOL vmlinux 0x7e1501d3 kblockd_schedule_delayed_work +EXPORT_SYMBOL vmlinux 0x7e2d3b0c nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x7e394c4e sysctl_local_reserved_ports +EXPORT_SYMBOL vmlinux 0x7e73ba3d phy_disconnect +EXPORT_SYMBOL vmlinux 0x7e93fa07 try_module_get +EXPORT_SYMBOL vmlinux 0x7e98d318 vexpress_config_read +EXPORT_SYMBOL vmlinux 0x7e9efe8e complete_and_exit +EXPORT_SYMBOL vmlinux 0x7ea1c9d9 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x7ebd218e dev_addr_del_multiple +EXPORT_SYMBOL vmlinux 0x7ec7f820 qdisc_reset +EXPORT_SYMBOL vmlinux 0x7ed65b49 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0x7ed878b4 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x7ee16aa9 __cleancache_invalidate_fs +EXPORT_SYMBOL vmlinux 0x7ee73c0c memcg_socket_limit_enabled +EXPORT_SYMBOL vmlinux 0x7ef939af ab3100_event_register +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f33a63b omap_get_dma_chain_dst_pos +EXPORT_SYMBOL vmlinux 0x7f4801f6 arm_dma_ops +EXPORT_SYMBOL vmlinux 0x7f63b31e _memcpy_toio +EXPORT_SYMBOL vmlinux 0x7f990311 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x7fa64cca omap_dss_pal_timings +EXPORT_SYMBOL vmlinux 0x7fbee11a mii_ethtool_sset +EXPORT_SYMBOL vmlinux 0x7fc6b47b jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7ffc72fe splice_from_pipe_begin +EXPORT_SYMBOL vmlinux 0x800e4ffa __muldi3 +EXPORT_SYMBOL vmlinux 0x801cfd39 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0x803e38ce snd_ctl_boolean_mono_info +EXPORT_SYMBOL vmlinux 0x807da4ed nand_scan_ident +EXPORT_SYMBOL vmlinux 0x808c1e9f km_report +EXPORT_SYMBOL vmlinux 0x80a6ccce seq_open +EXPORT_SYMBOL vmlinux 0x80a849c1 dev_addr_add_multiple +EXPORT_SYMBOL vmlinux 0x80b1c8ed tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x80bd5b43 bdi_register +EXPORT_SYMBOL vmlinux 0x80be48e8 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d81308 omap_vrfb_release_ctx +EXPORT_SYMBOL vmlinux 0x80f570e5 elv_dispatch_add_tail +EXPORT_SYMBOL vmlinux 0x81003ee2 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x8121a002 netlink_unicast +EXPORT_SYMBOL vmlinux 0x81338252 inode_init_always +EXPORT_SYMBOL vmlinux 0x814e7730 nf_ct_destroy +EXPORT_SYMBOL vmlinux 0x814f0dea fib_default_rule_pref +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x81750ba3 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x817a5b67 do_map_probe +EXPORT_SYMBOL vmlinux 0x81817e5c bio_integrity_advance +EXPORT_SYMBOL vmlinux 0x818ea516 tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0x81a32fc6 tty_port_close_end +EXPORT_SYMBOL vmlinux 0x81a49bae mmc_card_awake +EXPORT_SYMBOL vmlinux 0x81ab7ffd unregister_key_type +EXPORT_SYMBOL vmlinux 0x81af74d1 ipv6_push_nfrag_opts +EXPORT_SYMBOL vmlinux 0x81b69e41 snd_ctl_enum_info +EXPORT_SYMBOL vmlinux 0x81c3e4f5 snd_register_device_for_dev +EXPORT_SYMBOL vmlinux 0x81c86c7a jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x81d10f5f trace_seq_putc +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill +EXPORT_SYMBOL vmlinux 0x820bd782 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0x8212721d xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0x82169606 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x8217eee1 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x82353625 bitmap_endwrite +EXPORT_SYMBOL vmlinux 0x823f2f77 abort_creds +EXPORT_SYMBOL vmlinux 0x82421fa7 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x824a4367 tmio_core_mmc_pwr +EXPORT_SYMBOL vmlinux 0x8251bcc3 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x825281e5 path_get +EXPORT_SYMBOL vmlinux 0x8260686f bitmap_find_next_zero_area +EXPORT_SYMBOL vmlinux 0x826526c8 __scm_send +EXPORT_SYMBOL vmlinux 0x82662f27 ps2_command +EXPORT_SYMBOL vmlinux 0x8299dbfc __sb_start_write +EXPORT_SYMBOL vmlinux 0x829d0242 tcp_syn_flood_action +EXPORT_SYMBOL vmlinux 0x82aa3777 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x82acfb70 blk_iopoll_sched +EXPORT_SYMBOL vmlinux 0x82bbb019 vc_cons +EXPORT_SYMBOL vmlinux 0x82c5125b rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x82db3beb sound_class +EXPORT_SYMBOL vmlinux 0x83044730 blk_run_queue +EXPORT_SYMBOL vmlinux 0x830f2ede sock_no_mmap +EXPORT_SYMBOL vmlinux 0x8311b580 inet6_add_offload +EXPORT_SYMBOL vmlinux 0x8320bea8 __umodsi3 +EXPORT_SYMBOL vmlinux 0x83211609 up_write +EXPORT_SYMBOL vmlinux 0x834805c8 page_readlink +EXPORT_SYMBOL vmlinux 0x836bdb72 nand_flash_ids +EXPORT_SYMBOL vmlinux 0x836d0c95 loop_register_transfer +EXPORT_SYMBOL vmlinux 0x8371daff sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0x83783ba1 sock_alloc_send_skb +EXPORT_SYMBOL vmlinux 0x8379eb39 __alloc_pages_nodemask +EXPORT_SYMBOL vmlinux 0x8382b6e5 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x838e89f7 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0x838f70b0 twl_i2c_write_u8 +EXPORT_SYMBOL vmlinux 0x83a02008 mii_check_link +EXPORT_SYMBOL vmlinux 0x83a476ce bitmap_scnlistprintf +EXPORT_SYMBOL vmlinux 0x83b26a24 inet_release +EXPORT_SYMBOL vmlinux 0x83c2f93a skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x83c8a355 param_set_int +EXPORT_SYMBOL vmlinux 0x83e04582 locks_remove_posix +EXPORT_SYMBOL vmlinux 0x83e4c96d snd_timer_pause +EXPORT_SYMBOL vmlinux 0x83e9591e xfrm_lookup +EXPORT_SYMBOL vmlinux 0x83f3cb54 register_gifconf +EXPORT_SYMBOL vmlinux 0x84060081 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x840784c9 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0x84116bed cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x8415343b unlock_new_inode +EXPORT_SYMBOL vmlinux 0x841907bf path_is_under +EXPORT_SYMBOL vmlinux 0x84569e5d padata_set_cpumasks +EXPORT_SYMBOL vmlinux 0x84598e87 truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x846bcc01 dm_table_get +EXPORT_SYMBOL vmlinux 0x84acf4d0 alloc_mdio_bitbang +EXPORT_SYMBOL vmlinux 0x84b183ae strncmp +EXPORT_SYMBOL vmlinux 0x84d16e92 scsi_free_command +EXPORT_SYMBOL vmlinux 0x84d5c1da sock_create_lite +EXPORT_SYMBOL vmlinux 0x84e67770 tty_get_baud_rate +EXPORT_SYMBOL vmlinux 0x84fe0c7c mnt_pin +EXPORT_SYMBOL vmlinux 0x84fe33e6 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x85061b76 _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x853c7a1f qdisc_tree_decrease_qlen +EXPORT_SYMBOL vmlinux 0x8551b987 scsi_setup_fs_cmnd +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x856ceb67 mmc_flush_cache +EXPORT_SYMBOL vmlinux 0x85765fee omap_enable_dma_irq +EXPORT_SYMBOL vmlinux 0x85952288 snd_pcm_hw_rule_add +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85e7deb2 iov_iter_fault_in_readable +EXPORT_SYMBOL vmlinux 0x8623fc68 sock_wfree +EXPORT_SYMBOL vmlinux 0x8635bbd9 mmc_can_sanitize +EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x8664f62e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x86a4889a kmalloc_order_trace +EXPORT_SYMBOL vmlinux 0x86a5a8f8 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0x86c594c0 d_alloc_pseudo +EXPORT_SYMBOL vmlinux 0x86e2a980 files_lglock +EXPORT_SYMBOL vmlinux 0x86f7cede blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x87033075 kernel_connect +EXPORT_SYMBOL vmlinux 0x870bf928 radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x8714c5de __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x871c0a7e fiemap_check_flags +EXPORT_SYMBOL vmlinux 0x872b3873 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x874a2b04 migrate_page +EXPORT_SYMBOL vmlinux 0x87708466 __ip_dev_find +EXPORT_SYMBOL vmlinux 0x87728146 set_bdi_congested +EXPORT_SYMBOL vmlinux 0x8784e8cb generic_pipe_buf_confirm +EXPORT_SYMBOL vmlinux 0x878ab3ce sysctl_tcp_adv_win_scale +EXPORT_SYMBOL vmlinux 0x87966b9b omapdss_get_version +EXPORT_SYMBOL vmlinux 0x8798e453 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0x87ba745b netif_napi_del +EXPORT_SYMBOL vmlinux 0x87bf73a1 journal_errno +EXPORT_SYMBOL vmlinux 0x87dc85ad security_path_symlink +EXPORT_SYMBOL vmlinux 0x87dcecda __bforget +EXPORT_SYMBOL vmlinux 0x87dff1dd fb_find_mode +EXPORT_SYMBOL vmlinux 0x881039d0 zlib_inflate +EXPORT_SYMBOL vmlinux 0x8815a3d1 free_netdev +EXPORT_SYMBOL vmlinux 0x88219e3c vfs_llseek +EXPORT_SYMBOL vmlinux 0x8834396c mod_timer +EXPORT_SYMBOL vmlinux 0x884b562b log_wait_commit +EXPORT_SYMBOL vmlinux 0x885d6ad6 netif_receive_skb +EXPORT_SYMBOL vmlinux 0x886277c3 devm_usb_put_phy +EXPORT_SYMBOL vmlinux 0x8869b794 snd_pcm_hw_constraint_list +EXPORT_SYMBOL vmlinux 0x887cf5d9 insert_inode_locked +EXPORT_SYMBOL vmlinux 0x88864c11 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x88987023 replace_mount_options +EXPORT_SYMBOL vmlinux 0x88a2993b simple_readpage +EXPORT_SYMBOL vmlinux 0x88db9d22 inet_frag_find +EXPORT_SYMBOL vmlinux 0x8905a5aa vexpress_config_bridge_register +EXPORT_SYMBOL vmlinux 0x8908c544 mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x89093c7a snd_pcm_lib_malloc_pages +EXPORT_SYMBOL vmlinux 0x891a00d0 ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0x891a5e5e napi_gro_frags +EXPORT_SYMBOL vmlinux 0x89299a86 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x894c9389 generic_setlease +EXPORT_SYMBOL vmlinux 0x8953f8ff __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x897473df mktime +EXPORT_SYMBOL vmlinux 0x89926874 user_path_create +EXPORT_SYMBOL vmlinux 0x8992c584 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x89a3c4f4 omap_get_dma_chain_index +EXPORT_SYMBOL vmlinux 0x89a9a557 genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x89be5265 kmem_cache_free +EXPORT_SYMBOL vmlinux 0x89c85297 skb_copy_datagram_iovec +EXPORT_SYMBOL vmlinux 0x89cc2de0 netdev_info +EXPORT_SYMBOL vmlinux 0x89d145ed pin_config_get +EXPORT_SYMBOL vmlinux 0x89d5538d fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x89d66811 build_ehash_secret +EXPORT_SYMBOL vmlinux 0x89e94bca phy_connect_direct +EXPORT_SYMBOL vmlinux 0x89e9aadb snd_timer_close +EXPORT_SYMBOL vmlinux 0x8a09d51f omapdss_dpi_set_timings +EXPORT_SYMBOL vmlinux 0x8a11e790 tty_port_destroy +EXPORT_SYMBOL vmlinux 0x8a137d3c override_creds +EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies +EXPORT_SYMBOL vmlinux 0x8a27e1ad blk_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x8a29167d jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a4fa83b __aeabi_llsr +EXPORT_SYMBOL vmlinux 0x8a52e621 snd_pcm_notify +EXPORT_SYMBOL vmlinux 0x8a584650 blk_queue_make_request +EXPORT_SYMBOL vmlinux 0x8a61438d dev_remove_offload +EXPORT_SYMBOL vmlinux 0x8a7bd3a0 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a90f2ed scsi_sd_probe_domain +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aab4d42 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x8aabd866 skb_checksum_help +EXPORT_SYMBOL vmlinux 0x8ac56401 blk_get_queue +EXPORT_SYMBOL vmlinux 0x8ac8effc mdiobus_write +EXPORT_SYMBOL vmlinux 0x8ace8ca3 groups_alloc +EXPORT_SYMBOL vmlinux 0x8ad92504 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x8ae65c86 genl_unregister_ops +EXPORT_SYMBOL vmlinux 0x8b11b76b send_sig +EXPORT_SYMBOL vmlinux 0x8b256ac1 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x8b331646 __cleancache_init_fs +EXPORT_SYMBOL vmlinux 0x8b3c75fc bio_put +EXPORT_SYMBOL vmlinux 0x8b3d0afd alloc_xenballooned_pages +EXPORT_SYMBOL vmlinux 0x8b4158c1 create_empty_buffers +EXPORT_SYMBOL vmlinux 0x8b454717 simple_write_begin +EXPORT_SYMBOL vmlinux 0x8b56c8c6 mb_cache_entry_alloc +EXPORT_SYMBOL vmlinux 0x8b581170 vsc824x_add_skew +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b7b9041 __vexpress_config_func_get +EXPORT_SYMBOL vmlinux 0x8b92237b directly_mappable_cdev_bdi +EXPORT_SYMBOL vmlinux 0x8b924c0f bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x8b97f3b6 con_copy_unimap +EXPORT_SYMBOL vmlinux 0x8bbca29d bio_clone_bioset +EXPORT_SYMBOL vmlinux 0x8bd0a3fd _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0x8bf62d20 km_state_expired +EXPORT_SYMBOL vmlinux 0x8bfda5bc padata_unregister_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x8bfe8c57 param_set_uint +EXPORT_SYMBOL vmlinux 0x8c0dc74c tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x8c1936c4 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x8c49f43d module_refcount +EXPORT_SYMBOL vmlinux 0x8c4c3308 fsnotify_put_mark +EXPORT_SYMBOL vmlinux 0x8c4d6523 omap_dma_chain_a_transfer +EXPORT_SYMBOL vmlinux 0x8c637d43 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x8c76f29a unlock_page +EXPORT_SYMBOL vmlinux 0x8cb1e9d2 ata_dev_printk +EXPORT_SYMBOL vmlinux 0x8cbdd49c user_path_at +EXPORT_SYMBOL vmlinux 0x8cc229b2 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x8cc5b13e elv_register_queue +EXPORT_SYMBOL vmlinux 0x8cd8c339 omap_free_dma +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8d004d67 phy_device_create +EXPORT_SYMBOL vmlinux 0x8d2753a9 blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x8d376073 __module_get +EXPORT_SYMBOL vmlinux 0x8d381b80 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x8d45220a remove_arg_zero +EXPORT_SYMBOL vmlinux 0x8d551bef sysctl_tcp_rmem +EXPORT_SYMBOL vmlinux 0x8d5b579e kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x8d65cb92 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x8d6ad63b panic_notifier_list +EXPORT_SYMBOL vmlinux 0x8d6ddce9 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x8d6f81b4 __div64_32 +EXPORT_SYMBOL vmlinux 0x8d756b57 qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x8d796909 abx500_event_registers_startup_state_get +EXPORT_SYMBOL vmlinux 0x8d7f37cd scsi_device_resume +EXPORT_SYMBOL vmlinux 0x8d8b6353 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x8da224bb seq_puts +EXPORT_SYMBOL vmlinux 0x8e0d66f4 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x8e13fa6c snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL vmlinux 0x8e172ae7 genl_register_family_with_ops +EXPORT_SYMBOL vmlinux 0x8e28cd42 in_egroup_p +EXPORT_SYMBOL vmlinux 0x8e32be49 of_phy_find_device +EXPORT_SYMBOL vmlinux 0x8e57497f tcf_hash_check +EXPORT_SYMBOL vmlinux 0x8e5cdb91 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x8f02a69a dev_driver_string +EXPORT_SYMBOL vmlinux 0x8f2a4f1a console_start +EXPORT_SYMBOL vmlinux 0x8f2b2238 dput +EXPORT_SYMBOL vmlinux 0x8f53aef6 lro_receive_frags +EXPORT_SYMBOL vmlinux 0x8f580fac serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0x8f595b11 snd_major +EXPORT_SYMBOL vmlinux 0x8f678b07 __stack_chk_guard +EXPORT_SYMBOL vmlinux 0x8f681fa7 snd_ctl_remove +EXPORT_SYMBOL vmlinux 0x8f7014a1 param_set_ulong +EXPORT_SYMBOL vmlinux 0x8f72243c blk_start_queue +EXPORT_SYMBOL vmlinux 0x8f74b734 __register_chrdev +EXPORT_SYMBOL vmlinux 0x8fa4130a omap_set_dma_callback +EXPORT_SYMBOL vmlinux 0x8faa4598 of_translate_address +EXPORT_SYMBOL vmlinux 0x8fd7a39b find_get_pages_tag +EXPORT_SYMBOL vmlinux 0x8ff27c36 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x8ffdb3b8 crc16 +EXPORT_SYMBOL vmlinux 0x9007a9df twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x902996f1 of_dev_put +EXPORT_SYMBOL vmlinux 0x909138a1 tcp_seq_open +EXPORT_SYMBOL vmlinux 0x90ac3102 dev_base_lock +EXPORT_SYMBOL vmlinux 0x90c5e819 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0x910631ee tty_schedule_flip +EXPORT_SYMBOL vmlinux 0x911fe3a4 key_task_permission +EXPORT_SYMBOL vmlinux 0x91270369 nobh_truncate_page +EXPORT_SYMBOL vmlinux 0x91324ffb security_path_truncate +EXPORT_SYMBOL vmlinux 0x91463b1d kstrtos16 +EXPORT_SYMBOL vmlinux 0x9155d226 ata_port_printk +EXPORT_SYMBOL vmlinux 0x91621d6a allocate_resource +EXPORT_SYMBOL vmlinux 0x91715312 sprintf +EXPORT_SYMBOL vmlinux 0x9174d0f0 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x917578e7 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x917e2c58 dev_deactivate +EXPORT_SYMBOL vmlinux 0x9185f8e1 seq_release +EXPORT_SYMBOL vmlinux 0x919029aa __readwrite_bug +EXPORT_SYMBOL vmlinux 0x919b039a poll_freewait +EXPORT_SYMBOL vmlinux 0x91a01ca8 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0x91aec064 down_read_trylock +EXPORT_SYMBOL vmlinux 0x91c0980e icst_hz +EXPORT_SYMBOL vmlinux 0x91d75189 snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL vmlinux 0x91dcb283 journal_set_features +EXPORT_SYMBOL vmlinux 0x91eddb0c neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x91ff7b78 kthread_stop +EXPORT_SYMBOL vmlinux 0x920699f8 put_page +EXPORT_SYMBOL vmlinux 0x920c8b87 dev_notice +EXPORT_SYMBOL vmlinux 0x920eb90c interruptible_sleep_on_timeout +EXPORT_SYMBOL vmlinux 0x9239fa7c ida_destroy +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x923beb3d may_umount +EXPORT_SYMBOL vmlinux 0x927784b9 bio_copy_user +EXPORT_SYMBOL vmlinux 0x92868a03 icmp_send +EXPORT_SYMBOL vmlinux 0x929e04d1 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0x92a9c60c time_to_tm +EXPORT_SYMBOL vmlinux 0x92b3eefd sk_receive_skb +EXPORT_SYMBOL vmlinux 0x92b73467 led_blink_set +EXPORT_SYMBOL vmlinux 0x92d47c2a generic_file_splice_read +EXPORT_SYMBOL vmlinux 0x92df188f del_gendisk +EXPORT_SYMBOL vmlinux 0x92ec5d1b dispc_mgr_enable +EXPORT_SYMBOL vmlinux 0x92f784dc schedule_work_on +EXPORT_SYMBOL vmlinux 0x93012e62 iget_failed +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x931b3c43 snd_card_disconnect +EXPORT_SYMBOL vmlinux 0x9320b1e3 blkdev_get +EXPORT_SYMBOL vmlinux 0x93215e1d __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0x934ca4dc dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0x93506081 __inode_permission +EXPORT_SYMBOL vmlinux 0x936f0655 atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x93779e53 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x9384b6a4 dma_supported +EXPORT_SYMBOL vmlinux 0x938ca834 bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x93912ced kmem_cache_alloc_trace +EXPORT_SYMBOL vmlinux 0x93963a85 dss_feat_get_num_mgrs +EXPORT_SYMBOL vmlinux 0x93a43ef2 unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b4ce45 register_exec_domain +EXPORT_SYMBOL vmlinux 0x93cf2997 sk_reset_timer +EXPORT_SYMBOL vmlinux 0x93d7b968 ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x93fca811 __get_free_pages +EXPORT_SYMBOL vmlinux 0x93ff40ad tcp_gro_receive +EXPORT_SYMBOL vmlinux 0x9404a5bc blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x94056dd6 max8925_reg_read +EXPORT_SYMBOL vmlinux 0x94098ff8 snd_interval_list +EXPORT_SYMBOL vmlinux 0x940cb1b3 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x9417d022 idr_find +EXPORT_SYMBOL vmlinux 0x9452f9d9 generic_fillattr +EXPORT_SYMBOL vmlinux 0x9482aa0f inet6_getname +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94d3da68 rtc_lock +EXPORT_SYMBOL vmlinux 0x94e8e4f6 of_find_node_by_name +EXPORT_SYMBOL vmlinux 0x94eb63b7 rtnl_create_link +EXPORT_SYMBOL vmlinux 0x94fef7f4 sock_no_poll +EXPORT_SYMBOL vmlinux 0x9516d7db xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x951f9cb7 d_move +EXPORT_SYMBOL vmlinux 0x95287626 dev_addr_add +EXPORT_SYMBOL vmlinux 0x954488a4 syncookie_secret +EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init +EXPORT_SYMBOL vmlinux 0x95622f41 down_timeout +EXPORT_SYMBOL vmlinux 0x958268d1 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x9589d4fe inode_sub_rsv_space +EXPORT_SYMBOL vmlinux 0x95a6f3f4 journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x95b2d436 vfs_getattr +EXPORT_SYMBOL vmlinux 0x95bed3fd abx500_register_ops +EXPORT_SYMBOL vmlinux 0x95c47471 is_bad_inode +EXPORT_SYMBOL vmlinux 0x95dbe078 __get_user_2 +EXPORT_SYMBOL vmlinux 0x95e6e500 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x95f6b77e jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x9608761f input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x960ea802 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x962e4aba simple_dir_operations +EXPORT_SYMBOL vmlinux 0x963b8159 eth_header +EXPORT_SYMBOL vmlinux 0x96573b80 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x96898769 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x9697cef7 register_quota_format +EXPORT_SYMBOL vmlinux 0x96a9661d tty_throttle +EXPORT_SYMBOL vmlinux 0x96b39b6e omap_start_dma_chain_transfers +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x9711cb74 inet_listen +EXPORT_SYMBOL vmlinux 0x97255bdf strlen +EXPORT_SYMBOL vmlinux 0x9754ec10 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x976e700f down_trylock +EXPORT_SYMBOL vmlinux 0x97818e7c bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x97828bc1 mfd_remove_devices +EXPORT_SYMBOL vmlinux 0x9793c93a dispc_mgr_setup +EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state +EXPORT_SYMBOL vmlinux 0x979d2447 tcp_close +EXPORT_SYMBOL vmlinux 0x979e6902 vfs_rmdir +EXPORT_SYMBOL vmlinux 0x97b4500c __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x97b666c7 call_usermodehelper_fns +EXPORT_SYMBOL vmlinux 0x97b99128 snd_card_file_remove +EXPORT_SYMBOL vmlinux 0x97c94e23 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x97d2844c dmam_release_declared_memory +EXPORT_SYMBOL vmlinux 0x97dbc795 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x97f225b8 dev_get_by_flags_rcu +EXPORT_SYMBOL vmlinux 0x97fc6ef1 __skb_get_rxhash +EXPORT_SYMBOL vmlinux 0x98082893 __copy_to_user +EXPORT_SYMBOL vmlinux 0x980c7623 inet_frags_exit_net +EXPORT_SYMBOL vmlinux 0x9820b644 warn_slowpath_fmt_taint +EXPORT_SYMBOL vmlinux 0x982d6edb mdiobus_read +EXPORT_SYMBOL vmlinux 0x983478f2 serio_close +EXPORT_SYMBOL vmlinux 0x98621349 d_prune_aliases +EXPORT_SYMBOL vmlinux 0x986e6135 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x9887cdee mmc_can_discard +EXPORT_SYMBOL vmlinux 0x989b15a7 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x98a19196 max8925_set_bits +EXPORT_SYMBOL vmlinux 0x98a6144b devm_iounmap +EXPORT_SYMBOL vmlinux 0x98fa21b0 mod_timer_pinned +EXPORT_SYMBOL vmlinux 0x98fb2d92 blk_queue_softirq_done +EXPORT_SYMBOL vmlinux 0x990ddfe8 poll_schedule_timeout +EXPORT_SYMBOL vmlinux 0x99156ae2 inet_del_protocol +EXPORT_SYMBOL vmlinux 0x9917b03b dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x995113e0 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x99591a7a ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x996c4d30 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x99834707 tty_port_init +EXPORT_SYMBOL vmlinux 0x9987fc5c __alloc_skb +EXPORT_SYMBOL vmlinux 0x9994c0ca ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x999c3148 __raw_readsb +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99b7f5ab scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x99bb8806 memmove +EXPORT_SYMBOL vmlinux 0x99cdc86b sysctl_tcp_reordering +EXPORT_SYMBOL vmlinux 0x99d71967 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x99d7da98 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x99f10d5a nf_afinfo +EXPORT_SYMBOL vmlinux 0x99f55d0a ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x99f58330 lg_local_lock_cpu +EXPORT_SYMBOL vmlinux 0x9a0bc942 of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval +EXPORT_SYMBOL vmlinux 0x9a252f06 dev_alert +EXPORT_SYMBOL vmlinux 0x9a37e5dd tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x9a828c05 vfs_link +EXPORT_SYMBOL vmlinux 0x9a8318ef v7_coherent_kern_range +EXPORT_SYMBOL vmlinux 0x9a87c2e7 i2c_master_recv +EXPORT_SYMBOL vmlinux 0x9a9fab5e nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x9ab06844 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x9ad40efb mpage_readpages +EXPORT_SYMBOL vmlinux 0x9aee1d28 snd_pcm_stop +EXPORT_SYMBOL vmlinux 0x9af1a6b0 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0x9af3cd65 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x9afb0a19 scsi_host_set_state +EXPORT_SYMBOL vmlinux 0x9b30edb4 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x9b388444 get_zeroed_page +EXPORT_SYMBOL vmlinux 0x9b45e2a8 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x9b4fede7 mmc_start_req +EXPORT_SYMBOL vmlinux 0x9b6473cc mmc_stop_bkops +EXPORT_SYMBOL vmlinux 0x9b6eb137 ksize +EXPORT_SYMBOL vmlinux 0x9b7a7768 make_bad_inode +EXPORT_SYMBOL vmlinux 0x9b8917ea scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x9b9e05f9 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x9ba7089d argv_split +EXPORT_SYMBOL vmlinux 0x9bce482f __release_region +EXPORT_SYMBOL vmlinux 0x9bdf4c87 request_key_async_with_auxdata +EXPORT_SYMBOL vmlinux 0x9bdfd47c kmap_high +EXPORT_SYMBOL vmlinux 0x9be7bde4 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x9bf62a28 elevator_init +EXPORT_SYMBOL vmlinux 0x9c0bd51f _raw_spin_lock +EXPORT_SYMBOL vmlinux 0x9c3737fc __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x9c3c222c mii_check_gmii_support +EXPORT_SYMBOL vmlinux 0x9c7077bd enable_hlt +EXPORT_SYMBOL vmlinux 0x9c74cf20 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x9c753041 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x9c984c39 phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x9c9ec2a0 proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cb96e92 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0x9cd60539 sg_free_table +EXPORT_SYMBOL vmlinux 0x9cdef4fa scsi_host_put +EXPORT_SYMBOL vmlinux 0x9ce02420 blk_end_request_all +EXPORT_SYMBOL vmlinux 0x9ceb163c memcpy_toiovec +EXPORT_SYMBOL vmlinux 0x9cec7796 create_syslog_header +EXPORT_SYMBOL vmlinux 0x9ceec5ec input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x9cfd56c5 scsi_print_status +EXPORT_SYMBOL vmlinux 0x9d10f930 usb_get_phy +EXPORT_SYMBOL vmlinux 0x9d13b087 get_user_pages +EXPORT_SYMBOL vmlinux 0x9d3aa376 blk_iopoll_init +EXPORT_SYMBOL vmlinux 0x9d52d0e0 kill_litter_super +EXPORT_SYMBOL vmlinux 0x9d669763 memcpy +EXPORT_SYMBOL vmlinux 0x9d8a536a fput +EXPORT_SYMBOL vmlinux 0x9d92f6e8 kernel_listen +EXPORT_SYMBOL vmlinux 0x9da01691 schedule_delayed_work +EXPORT_SYMBOL vmlinux 0x9da1e470 drop_nlink +EXPORT_SYMBOL vmlinux 0x9da706fe dm_io +EXPORT_SYMBOL vmlinux 0x9dea3228 generic_file_fsync +EXPORT_SYMBOL vmlinux 0x9e074fc7 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e1f1bd6 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x9e2000a7 memcpy_toiovecend +EXPORT_SYMBOL vmlinux 0x9e479876 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e607910 audit_log +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL vmlinux 0x9e715339 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x9e7a550e iget5_locked +EXPORT_SYMBOL vmlinux 0x9e9f1714 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0x9ea6e78b block_invalidatepage +EXPORT_SYMBOL vmlinux 0x9eafa8a1 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x9eb1c477 phy_stop +EXPORT_SYMBOL vmlinux 0x9ecc6a7a interruptible_sleep_on +EXPORT_SYMBOL vmlinux 0x9ed685ee iov_iter_advance +EXPORT_SYMBOL vmlinux 0x9f05a6a2 edac_mc_find +EXPORT_SYMBOL vmlinux 0x9f2bdaac __bitmap_or +EXPORT_SYMBOL vmlinux 0x9f2f093e security_task_getsecid +EXPORT_SYMBOL vmlinux 0x9f2fd6f3 mmc_power_save_host +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f48fc69 sg_miter_stop +EXPORT_SYMBOL vmlinux 0x9f491e5d ftrace_print_symbols_seq_u64 +EXPORT_SYMBOL vmlinux 0x9f5b1194 fd_install +EXPORT_SYMBOL vmlinux 0x9f5d7621 snd_pcm_release_substream +EXPORT_SYMBOL vmlinux 0x9f61e6bb d_validate +EXPORT_SYMBOL vmlinux 0x9f662c2d netdev_emerg +EXPORT_SYMBOL vmlinux 0x9f668b7d xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x9f823cea dispc_mgr_is_enabled +EXPORT_SYMBOL vmlinux 0x9f976803 free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9fb3dd30 memcpy_fromiovec +EXPORT_SYMBOL vmlinux 0x9fcf0c27 kernel_bind +EXPORT_SYMBOL vmlinux 0x9fd26256 scsi_free_host_dev +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9feb562f mpage_writepage +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa012cccc set_create_files_as +EXPORT_SYMBOL vmlinux 0xa03cec94 mmc_gpio_free_ro +EXPORT_SYMBOL vmlinux 0xa04a01bd qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xa0515037 mmc_remove_host +EXPORT_SYMBOL vmlinux 0xa05c03df mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xa06bd84a serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0xa06df9e1 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0xa074a3e8 input_inject_event +EXPORT_SYMBOL vmlinux 0xa07ed110 xz_dec_init +EXPORT_SYMBOL vmlinux 0xa0aae687 imx_ssi_fiq_end +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0c1554c nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0xa0c9d018 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0xa0ce8e51 __mem_cgroup_count_vm_event +EXPORT_SYMBOL vmlinux 0xa0ceef51 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0xa0d5d426 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0xa0db1cca lro_flush_all +EXPORT_SYMBOL vmlinux 0xa0f998ba icmpv6_send +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa0fe6ca5 md_unregister_thread +EXPORT_SYMBOL vmlinux 0xa1020414 padata_alloc +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa110c934 ns_capable +EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xa1415618 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0xa1460793 arp_send +EXPORT_SYMBOL vmlinux 0xa14f3d8c ewma_add +EXPORT_SYMBOL vmlinux 0xa152fe50 bioset_free +EXPORT_SYMBOL vmlinux 0xa18fcd66 skb_seq_read +EXPORT_SYMBOL vmlinux 0xa198437b blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0xa1b759ce fb_add_videomode +EXPORT_SYMBOL vmlinux 0xa1c5a3b3 cleancache_enabled +EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched +EXPORT_SYMBOL vmlinux 0xa1d55e90 _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0xa1d6d7d4 devm_request_and_ioremap +EXPORT_SYMBOL vmlinux 0xa1de83b1 tcp_child_process +EXPORT_SYMBOL vmlinux 0xa1e64c40 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0xa1f0ebea bit_waitqueue +EXPORT_SYMBOL vmlinux 0xa1f2a055 try_to_release_page +EXPORT_SYMBOL vmlinux 0xa1f3f391 skb_unlink +EXPORT_SYMBOL vmlinux 0xa20584af of_match_device +EXPORT_SYMBOL vmlinux 0xa20ce1b8 net_msg_warn +EXPORT_SYMBOL vmlinux 0xa22de14d scsi_get_host_dev +EXPORT_SYMBOL vmlinux 0xa250c838 param_get_charp +EXPORT_SYMBOL vmlinux 0xa25a8f5c page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0xa2708071 generic_pipe_buf_map +EXPORT_SYMBOL vmlinux 0xa271107a __blk_run_queue +EXPORT_SYMBOL vmlinux 0xa272b8c8 invalidate_partition +EXPORT_SYMBOL vmlinux 0xa273546a tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0xa2848c50 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0xa2a5fd77 inet_ehash_secret +EXPORT_SYMBOL vmlinux 0xa2e317ff phy_init_eee +EXPORT_SYMBOL vmlinux 0xa2e5c026 blk_delay_queue +EXPORT_SYMBOL vmlinux 0xa2ef34d7 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xa2f6320a d_instantiate_unique +EXPORT_SYMBOL vmlinux 0xa2f6839b nf_hook_slow +EXPORT_SYMBOL vmlinux 0xa30bd979 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xa31a3ce4 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0xa31a6827 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0xa336feb7 nand_manuf_ids +EXPORT_SYMBOL vmlinux 0xa33d0722 cad_pid +EXPORT_SYMBOL vmlinux 0xa34f1ef5 crc32_le +EXPORT_SYMBOL vmlinux 0xa35444e4 dispc_write_irqenable +EXPORT_SYMBOL vmlinux 0xa35de80f ipv4_config +EXPORT_SYMBOL vmlinux 0xa3652647 pid_task +EXPORT_SYMBOL vmlinux 0xa368c4ea sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0xa381944f dql_reset +EXPORT_SYMBOL vmlinux 0xa39bb879 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0xa3c647a8 iterate_fd +EXPORT_SYMBOL vmlinux 0xa3c8fad8 sock_rfree +EXPORT_SYMBOL vmlinux 0xa3d0d01f scm_fp_dup +EXPORT_SYMBOL vmlinux 0xa3de3a1b ilookup5_nowait +EXPORT_SYMBOL vmlinux 0xa3e8eaa6 wait_on_sync_kiocb +EXPORT_SYMBOL vmlinux 0xa3f35bf5 rwsem_is_locked +EXPORT_SYMBOL vmlinux 0xa3f9a09e dma_release_from_coherent +EXPORT_SYMBOL vmlinux 0xa408925b snd_pcm_hw_constraint_integer +EXPORT_SYMBOL vmlinux 0xa41178a8 idr_pre_get +EXPORT_SYMBOL vmlinux 0xa414882d add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xa423c72c fsync_bdev +EXPORT_SYMBOL vmlinux 0xa43b1297 vscnprintf +EXPORT_SYMBOL vmlinux 0xa43b9539 memcpy_fromiovecend +EXPORT_SYMBOL vmlinux 0xa44cfb75 flush_dcache_page +EXPORT_SYMBOL vmlinux 0xa4610bc6 omap_rev +EXPORT_SYMBOL vmlinux 0xa4701e9e timekeeping_inject_offset +EXPORT_SYMBOL vmlinux 0xa470f7ad nonseekable_open +EXPORT_SYMBOL vmlinux 0xa48d9258 fsnotify_alloc_group +EXPORT_SYMBOL vmlinux 0xa48f5b09 omap_dma_set_global_params +EXPORT_SYMBOL vmlinux 0xa4a5fe11 noop_fsync +EXPORT_SYMBOL vmlinux 0xa4b42c55 omap_set_dma_priority +EXPORT_SYMBOL vmlinux 0xa4b746b9 __neigh_create +EXPORT_SYMBOL vmlinux 0xa4b96ec2 task_nice +EXPORT_SYMBOL vmlinux 0xa4da83e0 dmam_alloc_noncoherent +EXPORT_SYMBOL vmlinux 0xa4e3c1dc mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0xa4f05ca9 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa5653713 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0xa56f8dfd find_vma +EXPORT_SYMBOL vmlinux 0xa576eeff fget_light +EXPORT_SYMBOL vmlinux 0xa577a850 param_get_short +EXPORT_SYMBOL vmlinux 0xa5863497 filemap_flush +EXPORT_SYMBOL vmlinux 0xa58fea9d mempool_destroy +EXPORT_SYMBOL vmlinux 0xa598e29c vesa_modes +EXPORT_SYMBOL vmlinux 0xa59ca19d inode_permission +EXPORT_SYMBOL vmlinux 0xa5ac6f53 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0xa5cef8ad release_resource +EXPORT_SYMBOL vmlinux 0xa5dd45f3 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0xa5f5fd5c of_find_i2c_device_by_node +EXPORT_SYMBOL vmlinux 0xa612d024 mdiobus_free +EXPORT_SYMBOL vmlinux 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL vmlinux 0xa61e4362 omap_request_dma +EXPORT_SYMBOL vmlinux 0xa63d85ab slhc_remember +EXPORT_SYMBOL vmlinux 0xa6456661 tcf_action_exec +EXPORT_SYMBOL vmlinux 0xa64a4cea usb_nop_xceiv_unregister +EXPORT_SYMBOL vmlinux 0xa66627b3 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0xa6715115 do_settimeofday +EXPORT_SYMBOL vmlinux 0xa675804c utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa6968c0f uart_update_timeout +EXPORT_SYMBOL vmlinux 0xa6970398 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0xa6b327ae bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xa6bab23d dqstats +EXPORT_SYMBOL vmlinux 0xa6fd3320 vfs_create +EXPORT_SYMBOL vmlinux 0xa70a1cfe max8998_bulk_write +EXPORT_SYMBOL vmlinux 0xa7197c0d clear_bdi_congested +EXPORT_SYMBOL vmlinux 0xa719a253 kernel_getpeername +EXPORT_SYMBOL vmlinux 0xa72c005b dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0xa734a3e9 abort_exclusive_wait +EXPORT_SYMBOL vmlinux 0xa735db59 prandom_u32 +EXPORT_SYMBOL vmlinux 0xa74f87f6 seq_bitmap +EXPORT_SYMBOL vmlinux 0xa75e5f7f snd_card_file_add +EXPORT_SYMBOL vmlinux 0xa761a2c0 sys_imageblit +EXPORT_SYMBOL vmlinux 0xa7a3ed89 do_splice_direct +EXPORT_SYMBOL vmlinux 0xa7a45ac5 dquot_scan_active +EXPORT_SYMBOL vmlinux 0xa7afcaae input_register_handler +EXPORT_SYMBOL vmlinux 0xa7c65702 register_netdev +EXPORT_SYMBOL vmlinux 0xa7cd65c2 phy_connect +EXPORT_SYMBOL vmlinux 0xa7d6bb3a tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0xa7dea18c dev_mc_del +EXPORT_SYMBOL vmlinux 0xa805ece5 security_path_rmdir +EXPORT_SYMBOL vmlinux 0xa808bcb8 vexpress_config_wait +EXPORT_SYMBOL vmlinux 0xa8193457 clear_nlink +EXPORT_SYMBOL vmlinux 0xa8232c78 strtobool +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa84a61f6 bitmap_start_sync +EXPORT_SYMBOL vmlinux 0xa84b9a24 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0xa8721b97 system_state +EXPORT_SYMBOL vmlinux 0xa87e117f softnet_data +EXPORT_SYMBOL vmlinux 0xa894e9fb dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0xa8b21338 scsi_prep_state_check +EXPORT_SYMBOL vmlinux 0xa8e01533 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0xa8efcaee skb_queue_purge +EXPORT_SYMBOL vmlinux 0xa8fef7bb security_unix_may_send +EXPORT_SYMBOL vmlinux 0xa9041860 of_dev_get +EXPORT_SYMBOL vmlinux 0xa9051431 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0xa9147a5c seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0xa915c2a3 blk_fetch_request +EXPORT_SYMBOL vmlinux 0xa919d12a dcache_dir_close +EXPORT_SYMBOL vmlinux 0xa92a4598 set_bh_page +EXPORT_SYMBOL vmlinux 0xa93353b0 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0xa9341b71 elv_unregister_queue +EXPORT_SYMBOL vmlinux 0xa937ad23 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0xa93c91fa dev_mc_sync +EXPORT_SYMBOL vmlinux 0xa9559063 usb_add_phy +EXPORT_SYMBOL vmlinux 0xa962272b __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0xa964dd13 gpmc_cs_request +EXPORT_SYMBOL vmlinux 0xa9a0a7d8 seq_bitmap_list +EXPORT_SYMBOL vmlinux 0xa9a69a67 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0xa9b582be dquot_free_inode +EXPORT_SYMBOL vmlinux 0xa9c52f01 fget_raw +EXPORT_SYMBOL vmlinux 0xa9e18d16 nand_bch_calculate_ecc +EXPORT_SYMBOL vmlinux 0xa9effda5 __first_cpu +EXPORT_SYMBOL vmlinux 0xa9f752b3 dma_find_channel +EXPORT_SYMBOL vmlinux 0xaa3a1952 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xaa5927f9 scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0xaa61eacb scsi_register_driver +EXPORT_SYMBOL vmlinux 0xaa6901ac __kfifo_out_r +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa8a24d0 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xaa900274 eth_header_cache +EXPORT_SYMBOL vmlinux 0xaa9f273b __block_write_begin +EXPORT_SYMBOL vmlinux 0xaab25776 bio_flush_dcache_pages +EXPORT_SYMBOL vmlinux 0xaac401bb __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaaeff926 mount_single +EXPORT_SYMBOL vmlinux 0xaaf6582f skb_copy_bits +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab1be6a4 i2c_clients_command +EXPORT_SYMBOL vmlinux 0xab1d6cc1 param_get_long +EXPORT_SYMBOL vmlinux 0xab546b14 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab612732 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0xab6430af dss_install_mgr_ops +EXPORT_SYMBOL vmlinux 0xab6765bc input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0xab694444 bsearch +EXPORT_SYMBOL vmlinux 0xab6bde28 sysctl_max_syn_backlog +EXPORT_SYMBOL vmlinux 0xab7603e7 imx_ssi_fiq_start +EXPORT_SYMBOL vmlinux 0xab8ab097 __sb_end_write +EXPORT_SYMBOL vmlinux 0xabb6f8f5 remove_proc_entry +EXPORT_SYMBOL vmlinux 0xabc44472 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0xabcaa577 free_anon_bdev +EXPORT_SYMBOL vmlinux 0xabd0c91c rtc_time_to_tm +EXPORT_SYMBOL vmlinux 0xabf698d3 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0xabfbe272 bprm_change_interp +EXPORT_SYMBOL vmlinux 0xac0ba8c1 blk_iopoll_disable +EXPORT_SYMBOL vmlinux 0xac0e78d7 scsi_finish_command +EXPORT_SYMBOL vmlinux 0xac2493db qdisc_list_del +EXPORT_SYMBOL vmlinux 0xac43ad4d tcf_exts_change +EXPORT_SYMBOL vmlinux 0xac57b4d2 i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0xac5aad80 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xac6855b0 gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xac8f37b2 outer_cache +EXPORT_SYMBOL vmlinux 0xacb065b0 uart_suspend_port +EXPORT_SYMBOL vmlinux 0xacb2f73c sock_no_listen +EXPORT_SYMBOL vmlinux 0xaccabc6a in4_pton +EXPORT_SYMBOL vmlinux 0xacd0a79a of_gpio_named_count +EXPORT_SYMBOL vmlinux 0xacd54376 dentry_update_name_case +EXPORT_SYMBOL vmlinux 0xacddbaa3 mmc_try_claim_host +EXPORT_SYMBOL vmlinux 0xacde6340 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0xacec9262 file_ns_capable +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xad026e4b bio_integrity_prep +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad069afc tcf_hash_search +EXPORT_SYMBOL vmlinux 0xad15b9cc unregister_cdrom +EXPORT_SYMBOL vmlinux 0xad1cc434 unlink_framebuffer +EXPORT_SYMBOL vmlinux 0xad231f71 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0xad2379ad blk_execute_rq +EXPORT_SYMBOL vmlinux 0xad2d6231 prepare_binprm +EXPORT_SYMBOL vmlinux 0xad466ade xfrm_state_walk +EXPORT_SYMBOL vmlinux 0xad59b979 snd_add_device_sysfs_file +EXPORT_SYMBOL vmlinux 0xad5e1ca6 nla_put +EXPORT_SYMBOL vmlinux 0xad79663c mmc_release_host +EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event +EXPORT_SYMBOL vmlinux 0xad853923 mii_link_ok +EXPORT_SYMBOL vmlinux 0xad8b4cac scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0xad8dc438 snd_pcm_limit_hw_rates +EXPORT_SYMBOL vmlinux 0xadaa2657 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0xadb5559d param_ops_byte +EXPORT_SYMBOL vmlinux 0xadd1796a xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0xaddcde7c get_unmapped_area +EXPORT_SYMBOL vmlinux 0xade88e76 snd_malloc_pages +EXPORT_SYMBOL vmlinux 0xadf42bd5 __request_region +EXPORT_SYMBOL vmlinux 0xadff341f kernel_sock_ioctl +EXPORT_SYMBOL vmlinux 0xadffe37f padata_alloc_possible +EXPORT_SYMBOL vmlinux 0xae064509 inet_getname +EXPORT_SYMBOL vmlinux 0xae0f8a39 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0xae1f990b devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0xae589345 vfs_writev +EXPORT_SYMBOL vmlinux 0xae5a5a19 set_groups +EXPORT_SYMBOL vmlinux 0xae729e59 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0xae7b4927 journal_abort +EXPORT_SYMBOL vmlinux 0xaea9ed74 __vlan_find_dev_deep +EXPORT_SYMBOL vmlinux 0xaec4353a dcb_setapp +EXPORT_SYMBOL vmlinux 0xaec655c7 alloc_pages_exact +EXPORT_SYMBOL vmlinux 0xaedc6e85 simple_link +EXPORT_SYMBOL vmlinux 0xaee7e2f5 mmc_gpio_request_cd +EXPORT_SYMBOL vmlinux 0xaeec7145 dev_err +EXPORT_SYMBOL vmlinux 0xaeefbeed kset_unregister +EXPORT_SYMBOL vmlinux 0xaf234635 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0xaf278b39 d_invalidate +EXPORT_SYMBOL vmlinux 0xaf2b84bc mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf50e76d elf_set_personality +EXPORT_SYMBOL vmlinux 0xaf5f7994 remove_conflicting_framebuffers +EXPORT_SYMBOL vmlinux 0xaf6bc8c8 dev_emerg +EXPORT_SYMBOL vmlinux 0xaf77cee6 cdev_add +EXPORT_SYMBOL vmlinux 0xaf7b583f blk_rq_init +EXPORT_SYMBOL vmlinux 0xaf7f4c15 qdisc_destroy +EXPORT_SYMBOL vmlinux 0xaf8aa518 system_rev +EXPORT_SYMBOL vmlinux 0xaf91d89f __kernel_param_lock +EXPORT_SYMBOL vmlinux 0xafbaca0a security_path_mkdir +EXPORT_SYMBOL vmlinux 0xafc4c18e serio_reconnect +EXPORT_SYMBOL vmlinux 0xafcc0696 blk_end_request_cur +EXPORT_SYMBOL vmlinux 0xafd110cc skb_tx_error +EXPORT_SYMBOL vmlinux 0xafddb053 ppp_unit_number +EXPORT_SYMBOL vmlinux 0xaffd72b1 dev_load +EXPORT_SYMBOL vmlinux 0xaffef3a9 mmc_card_can_sleep +EXPORT_SYMBOL vmlinux 0xb012ac87 kern_path +EXPORT_SYMBOL vmlinux 0xb04cf0fe lg_local_unlock +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb08315cc security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0ad49c1 vfs_mkdir +EXPORT_SYMBOL vmlinux 0xb0b847ac __bitmap_full +EXPORT_SYMBOL vmlinux 0xb0c43117 bio_map_user +EXPORT_SYMBOL vmlinux 0xb0d9e561 elv_rb_former_request +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0e26573 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0xb0e8761b pagecache_write_begin +EXPORT_SYMBOL vmlinux 0xb0f0e951 tty_free_termios +EXPORT_SYMBOL vmlinux 0xb0f1dbd2 skb_dequeue +EXPORT_SYMBOL vmlinux 0xb0f48b1b dev_uc_unsync +EXPORT_SYMBOL vmlinux 0xb0ffda2f blk_limits_max_hw_sectors +EXPORT_SYMBOL vmlinux 0xb1022e31 __brelse +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb12822a5 xfrm6_prepare_output +EXPORT_SYMBOL vmlinux 0xb158e0c8 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0xb16ed46a snd_pcm_lib_read +EXPORT_SYMBOL vmlinux 0xb19760c3 bitmap_onto +EXPORT_SYMBOL vmlinux 0xb19d7e97 omap_dss_get_overlay_manager +EXPORT_SYMBOL vmlinux 0xb1a9a622 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0xb1ad28e0 __gnu_mcount_nc +EXPORT_SYMBOL vmlinux 0xb1b92d1b kmap_atomic +EXPORT_SYMBOL vmlinux 0xb1be0279 snd_pcm_new_internal +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1cf44df fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xb1d9aabd lg_local_unlock_cpu +EXPORT_SYMBOL vmlinux 0xb1e63347 generic_file_aio_write +EXPORT_SYMBOL vmlinux 0xb1e8d0b1 set_user_nice +EXPORT_SYMBOL vmlinux 0xb1ef6806 read_cache_page +EXPORT_SYMBOL vmlinux 0xb222b459 input_close_device +EXPORT_SYMBOL vmlinux 0xb22dd68a inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0xb23977cf sock_i_ino +EXPORT_SYMBOL vmlinux 0xb25117d9 input_register_handle +EXPORT_SYMBOL vmlinux 0xb264d2d1 mtd_concat_destroy +EXPORT_SYMBOL vmlinux 0xb2682405 utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0xb29e5244 empty_zero_page +EXPORT_SYMBOL vmlinux 0xb2b1492f snd_pcm_new_stream +EXPORT_SYMBOL vmlinux 0xb2b94674 __crc32c_le +EXPORT_SYMBOL vmlinux 0xb2be6e92 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xb2d307de param_ops_short +EXPORT_SYMBOL vmlinux 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL vmlinux 0xb2f87254 ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0xb3305d52 send_remote_softirq +EXPORT_SYMBOL vmlinux 0xb35ada34 journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0xb367c984 mxc_set_irq_fiq +EXPORT_SYMBOL vmlinux 0xb368e3bf inet_put_port +EXPORT_SYMBOL vmlinux 0xb3c53176 tcp_proc_unregister +EXPORT_SYMBOL vmlinux 0xb3cea366 iov_iter_copy_from_user_atomic +EXPORT_SYMBOL vmlinux 0xb3d4d37e __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0xb3d92b07 journal_check_available_features +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb40fd820 __nlmsg_put +EXPORT_SYMBOL vmlinux 0xb41443ee cfb_copyarea +EXPORT_SYMBOL vmlinux 0xb41d5f8b write_one_page +EXPORT_SYMBOL vmlinux 0xb421b4c0 jbd2_journal_invalidatepage +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb4390f9a mcount +EXPORT_SYMBOL vmlinux 0xb44395bc blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xb455b4bd I_BDEV +EXPORT_SYMBOL vmlinux 0xb4709322 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0xb4857967 omapdss_sdi_set_timings +EXPORT_SYMBOL vmlinux 0xb492848e blk_start_request +EXPORT_SYMBOL vmlinux 0xb49ea57d tcp_sendmsg +EXPORT_SYMBOL vmlinux 0xb4b2d3e5 sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0xb4b94377 __nand_correct_data +EXPORT_SYMBOL vmlinux 0xb4be383b blk_end_request +EXPORT_SYMBOL vmlinux 0xb4c8f38a omap_dma_chain_status +EXPORT_SYMBOL vmlinux 0xb4e0d2e2 get_super_thawed +EXPORT_SYMBOL vmlinux 0xb5117f8f blk_queue_start_tag +EXPORT_SYMBOL vmlinux 0xb54088a3 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0xb5440dba jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0xb54533f7 usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xb5523afb filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0xb562c772 omap_dss_register_driver +EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5bd6f88 km_new_mapping +EXPORT_SYMBOL vmlinux 0xb5c5f49b genl_register_mc_group +EXPORT_SYMBOL vmlinux 0xb5c77c20 dm_get_mapinfo +EXPORT_SYMBOL vmlinux 0xb5ca1c46 slhc_free +EXPORT_SYMBOL vmlinux 0xb5cd1691 vexpress_config_complete +EXPORT_SYMBOL vmlinux 0xb5d9454c printk_emit +EXPORT_SYMBOL vmlinux 0xb5e62513 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0xb60fc5a3 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0xb614aee6 journal_invalidatepage +EXPORT_SYMBOL vmlinux 0xb636a110 vmap +EXPORT_SYMBOL vmlinux 0xb6389395 nand_bch_init +EXPORT_SYMBOL vmlinux 0xb642bc35 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb6822a33 radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0xb6896671 crc_t10dif +EXPORT_SYMBOL vmlinux 0xb689e373 thermal_generate_netlink_event +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb6a61a86 qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit +EXPORT_SYMBOL vmlinux 0xb6c5a973 scsi_show_result +EXPORT_SYMBOL vmlinux 0xb6c8614f mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0xb6d20613 sk_common_release +EXPORT_SYMBOL vmlinux 0xb6eb589c iterate_mounts +EXPORT_SYMBOL vmlinux 0xb6f37699 mmc_power_restore_host +EXPORT_SYMBOL vmlinux 0xb6f85708 block_write_begin +EXPORT_SYMBOL vmlinux 0xb71fb74f _raw_read_trylock +EXPORT_SYMBOL vmlinux 0xb725c22b tty_unthrottle +EXPORT_SYMBOL vmlinux 0xb772ce7c unregister_con_driver +EXPORT_SYMBOL vmlinux 0xb78c47a2 open_exec +EXPORT_SYMBOL vmlinux 0xb793c651 set_anon_super +EXPORT_SYMBOL vmlinux 0xb7a03f48 kernel_accept +EXPORT_SYMBOL vmlinux 0xb7a60a49 backlight_force_update +EXPORT_SYMBOL vmlinux 0xb7b61546 crc32_be +EXPORT_SYMBOL vmlinux 0xb7ba76c7 __aeabi_unwind_cpp_pr2 +EXPORT_SYMBOL vmlinux 0xb7cca2c9 journal_load +EXPORT_SYMBOL vmlinux 0xb7f613ad rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0xb8030149 register_console +EXPORT_SYMBOL vmlinux 0xb81960ca snprintf +EXPORT_SYMBOL vmlinux 0xb82a0fd8 pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0xb835b3e4 radix_tree_prev_hole +EXPORT_SYMBOL vmlinux 0xb8642322 aio_complete +EXPORT_SYMBOL vmlinux 0xb88c0a15 thermal_cooling_device_register +EXPORT_SYMBOL vmlinux 0xb89ea647 write_cache_pages +EXPORT_SYMBOL vmlinux 0xb8a86297 get_phy_device +EXPORT_SYMBOL vmlinux 0xb8aa2342 __check_region +EXPORT_SYMBOL vmlinux 0xb8aa5007 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0xb8b249e3 tcp_sendpage +EXPORT_SYMBOL vmlinux 0xb8d4d3d1 sock_release +EXPORT_SYMBOL vmlinux 0xb8e877e7 kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0xb8e9afd9 qdisc_watchdog_schedule +EXPORT_SYMBOL vmlinux 0xb90cb878 thermal_zone_device_update +EXPORT_SYMBOL vmlinux 0xb940e8e1 ipv6_select_ident +EXPORT_SYMBOL vmlinux 0xb95f98d6 _memset_io +EXPORT_SYMBOL vmlinux 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL vmlinux 0xb9748398 bio_get_nr_vecs +EXPORT_SYMBOL vmlinux 0xb979dff1 snd_ctl_notify +EXPORT_SYMBOL vmlinux 0xb986eb43 tc6393xb_lcd_set_power +EXPORT_SYMBOL vmlinux 0xb98a0185 rtc_tm_to_time +EXPORT_SYMBOL vmlinux 0xb9a7158e snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL vmlinux 0xb9a8f03b omap_stop_dma +EXPORT_SYMBOL vmlinux 0xb9acd3d9 __put_user_2 +EXPORT_SYMBOL vmlinux 0xb9b82259 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0xb9f5955f security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0xba0e3efc vfs_symlink +EXPORT_SYMBOL vmlinux 0xba2a9153 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xba2c3956 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0xba329851 lock_rename +EXPORT_SYMBOL vmlinux 0xba351c51 phy_attach +EXPORT_SYMBOL vmlinux 0xba390975 generic_ro_fops +EXPORT_SYMBOL vmlinux 0xba3f7412 unregister_mtd_chip_driver +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba7d870a __mxc_cpu_type +EXPORT_SYMBOL vmlinux 0xba81112c qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0xba8a1673 generic_file_llseek +EXPORT_SYMBOL vmlinux 0xba8a42fc sock_no_shutdown +EXPORT_SYMBOL vmlinux 0xba910acf pwmss_submodule_state_change +EXPORT_SYMBOL vmlinux 0xbaac427c get_mem_type +EXPORT_SYMBOL vmlinux 0xbaaeeb25 blk_queue_init_tags +EXPORT_SYMBOL vmlinux 0xbab9210a udp_lib_rehash +EXPORT_SYMBOL vmlinux 0xbacb5cfe bitmap_end_sync +EXPORT_SYMBOL vmlinux 0xbacc7604 skb_find_text +EXPORT_SYMBOL vmlinux 0xbaeffa05 qid_eq +EXPORT_SYMBOL vmlinux 0xbafeee36 dispc_runtime_get +EXPORT_SYMBOL vmlinux 0xbb064a59 get_io_context +EXPORT_SYMBOL vmlinux 0xbb104480 xfrm4_rcv +EXPORT_SYMBOL vmlinux 0xbb189cad disallow_signal +EXPORT_SYMBOL vmlinux 0xbb5d343d xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xbb713e6d sk_filter_release_rcu +EXPORT_SYMBOL vmlinux 0xbb72d4fe __put_user_1 +EXPORT_SYMBOL vmlinux 0xbb99125c get_default_font +EXPORT_SYMBOL vmlinux 0xbb9a75ac tcp_proc_register +EXPORT_SYMBOL vmlinux 0xbbb85f92 scsi_setup_blk_pc_cmnd +EXPORT_SYMBOL vmlinux 0xbbf5e5ea nand_scan_bbt +EXPORT_SYMBOL vmlinux 0xbbfcbe25 thermal_cdev_update +EXPORT_SYMBOL vmlinux 0xbc0e9969 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0xbc10dd97 __put_user_4 +EXPORT_SYMBOL vmlinux 0xbc11db30 clk_get +EXPORT_SYMBOL vmlinux 0xbc3f4313 inet_frags_fini +EXPORT_SYMBOL vmlinux 0xbc4ef630 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0xbc8026d0 __frontswap_load +EXPORT_SYMBOL vmlinux 0xbcc1e5d2 devm_clk_put +EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user +EXPORT_SYMBOL vmlinux 0xbcd27d3c bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0xbcde4df8 napi_gro_flush +EXPORT_SYMBOL vmlinux 0xbcea6b53 inet6_protos +EXPORT_SYMBOL vmlinux 0xbcfb128d dev_printk_emit +EXPORT_SYMBOL vmlinux 0xbd019d2d dev_addr_flush +EXPORT_SYMBOL vmlinux 0xbd0fa079 fs_bio_set +EXPORT_SYMBOL vmlinux 0xbd139f1b tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0xbd2f49e9 sock_wake_async +EXPORT_SYMBOL vmlinux 0xbd55dc24 neigh_ifdown +EXPORT_SYMBOL vmlinux 0xbd93d13e phy_start_aneg +EXPORT_SYMBOL vmlinux 0xbd96c85a vexpress_config_write +EXPORT_SYMBOL vmlinux 0xbdac8432 netif_device_detach +EXPORT_SYMBOL vmlinux 0xbdad7be6 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0xbdbe7378 cookie_check_timestamp +EXPORT_SYMBOL vmlinux 0xbdf2580d __raw_readsl +EXPORT_SYMBOL vmlinux 0xbdffa0ba single_release +EXPORT_SYMBOL vmlinux 0xbe0e5118 nla_memcmp +EXPORT_SYMBOL vmlinux 0xbe254e92 param_set_ushort +EXPORT_SYMBOL vmlinux 0xbe2c0274 add_timer +EXPORT_SYMBOL vmlinux 0xbe619ddd register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xbe63ee40 request_resource +EXPORT_SYMBOL vmlinux 0xbe7aad84 uart_match_port +EXPORT_SYMBOL vmlinux 0xbe8860a8 dispc_mgr_go_busy +EXPORT_SYMBOL vmlinux 0xbe8fb90c dispc_mgr_get_framedone_irq +EXPORT_SYMBOL vmlinux 0xbe9caf06 mb_cache_shrink +EXPORT_SYMBOL vmlinux 0xbeac7092 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0xbeb43d74 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0xbebeb9af skb_queue_head +EXPORT_SYMBOL vmlinux 0xbed4d39e bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0xbee90f2f __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbf115378 generic_read_dir +EXPORT_SYMBOL vmlinux 0xbf161b59 kick_iocb +EXPORT_SYMBOL vmlinux 0xbf42ee05 end_page_writeback +EXPORT_SYMBOL vmlinux 0xbf6fe3fd delete_from_page_cache +EXPORT_SYMBOL vmlinux 0xbf7fd2f5 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0xbf8ba54a vprintk +EXPORT_SYMBOL vmlinux 0xbf908f74 __bio_clone +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbfa1a9cb omapdss_sdi_set_datapairs +EXPORT_SYMBOL vmlinux 0xbfbe0f78 revalidate_disk +EXPORT_SYMBOL vmlinux 0xbfc407b4 param_ops_bint +EXPORT_SYMBOL vmlinux 0xbfcbc0d2 stmp_reset_block +EXPORT_SYMBOL vmlinux 0xbfdc77aa snd_ctl_remove_id +EXPORT_SYMBOL vmlinux 0xbfdfb54f kset_register +EXPORT_SYMBOL vmlinux 0xbfecec72 __quota_error +EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer +EXPORT_SYMBOL vmlinux 0xbff9b89f textsearch_prepare +EXPORT_SYMBOL vmlinux 0xbfff3522 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0xc001ec07 pneigh_enqueue +EXPORT_SYMBOL vmlinux 0xc003ca2f seq_lseek +EXPORT_SYMBOL vmlinux 0xc0101bcd mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0xc012b2ba drop_super +EXPORT_SYMBOL vmlinux 0xc02cf69b clkdev_drop +EXPORT_SYMBOL vmlinux 0xc04848fb mntput +EXPORT_SYMBOL vmlinux 0xc04f351d dquot_release +EXPORT_SYMBOL vmlinux 0xc056420b __nla_reserve +EXPORT_SYMBOL vmlinux 0xc0566844 inet_addr_type +EXPORT_SYMBOL vmlinux 0xc068440e __kfifo_alloc +EXPORT_SYMBOL vmlinux 0xc06e0163 inode_dio_wait +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc0823e4c twl_i2c_write +EXPORT_SYMBOL vmlinux 0xc08ad65b ip_ct_attach +EXPORT_SYMBOL vmlinux 0xc09bcf27 blk_rq_map_user +EXPORT_SYMBOL vmlinux 0xc09d74e3 d_splice_alias +EXPORT_SYMBOL vmlinux 0xc0a6a8c5 omap_set_dma_dest_burst_mode +EXPORT_SYMBOL vmlinux 0xc0a98385 profile_pc +EXPORT_SYMBOL vmlinux 0xc0cf95f9 omap_vrfb_request_ctx +EXPORT_SYMBOL vmlinux 0xc101691b dev_printk +EXPORT_SYMBOL vmlinux 0xc11d8093 iov_shorten +EXPORT_SYMBOL vmlinux 0xc1202bf3 mount_ns +EXPORT_SYMBOL vmlinux 0xc129035e dentry_open +EXPORT_SYMBOL vmlinux 0xc12ec3a6 dns_query +EXPORT_SYMBOL vmlinux 0xc14e9882 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xc154f0f2 __pagevec_release +EXPORT_SYMBOL vmlinux 0xc1b3e541 blk_stop_queue +EXPORT_SYMBOL vmlinux 0xc1b77c6f tcf_exts_dump +EXPORT_SYMBOL vmlinux 0xc1c2dd09 __hw_addr_flush +EXPORT_SYMBOL vmlinux 0xc1d1b39b clear_inode +EXPORT_SYMBOL vmlinux 0xc1d38745 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0xc1e40c98 ppp_channel_index +EXPORT_SYMBOL vmlinux 0xc1f174b1 d_drop +EXPORT_SYMBOL vmlinux 0xc1f1953c omap_dss_get_overlay +EXPORT_SYMBOL vmlinux 0xc20751ed set_nlink +EXPORT_SYMBOL vmlinux 0xc214fa11 skb_make_writable +EXPORT_SYMBOL vmlinux 0xc2165d85 __arm_iounmap +EXPORT_SYMBOL vmlinux 0xc2290c69 ip6_frag_init +EXPORT_SYMBOL vmlinux 0xc22b50ad param_set_bint +EXPORT_SYMBOL vmlinux 0xc23769c3 neigh_lookup +EXPORT_SYMBOL vmlinux 0xc2469d14 snd_pcm_kernel_ioctl +EXPORT_SYMBOL vmlinux 0xc256e762 __bitmap_equal +EXPORT_SYMBOL vmlinux 0xc2911303 bioset_integrity_free +EXPORT_SYMBOL vmlinux 0xc2c65258 tcp_tso_segment +EXPORT_SYMBOL vmlinux 0xc2d711e1 krealloc +EXPORT_SYMBOL vmlinux 0xc2dda5f6 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0xc2ddf94c block_truncate_page +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2f9c045 timespec_to_jiffies +EXPORT_SYMBOL vmlinux 0xc3062941 cdrom_media_changed +EXPORT_SYMBOL vmlinux 0xc326d1a5 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0xc336a13b mutex_unlock +EXPORT_SYMBOL vmlinux 0xc33f8fdb __mmc_claim_host +EXPORT_SYMBOL vmlinux 0xc3446b4b km_query +EXPORT_SYMBOL vmlinux 0xc34ff0bb clocksource_change_rating +EXPORT_SYMBOL vmlinux 0xc359fb65 abort +EXPORT_SYMBOL vmlinux 0xc3efa66e input_reset_device +EXPORT_SYMBOL vmlinux 0xc4114fc9 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0xc41f0516 node_states +EXPORT_SYMBOL vmlinux 0xc435c590 names_cachep +EXPORT_SYMBOL vmlinux 0xc44a554b inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0xc45365fa fsnotify_init_mark +EXPORT_SYMBOL vmlinux 0xc4865bb4 tty_hangup +EXPORT_SYMBOL vmlinux 0xc499ae1e kstrdup +EXPORT_SYMBOL vmlinux 0xc49bd2ac dquot_commit +EXPORT_SYMBOL vmlinux 0xc4ad8c2f gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0xc4c3f0eb con_set_default_unimap +EXPORT_SYMBOL vmlinux 0xc4ce3fe4 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0xc4dee96e start_tty +EXPORT_SYMBOL vmlinux 0xc4f94ffd inet_bind +EXPORT_SYMBOL vmlinux 0xc52da066 omap_set_dma_dest_params +EXPORT_SYMBOL vmlinux 0xc549f84f twl6040_reg_write +EXPORT_SYMBOL vmlinux 0xc5654947 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0xc58ce748 sg_miter_next +EXPORT_SYMBOL vmlinux 0xc58e942e _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL vmlinux 0xc5b5ac3a skb_gso_segment +EXPORT_SYMBOL vmlinux 0xc5b82b14 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0xc5c17525 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xc5e5da5d jbd2_journal_file_inode +EXPORT_SYMBOL vmlinux 0xc5eaad17 inet_sendpage +EXPORT_SYMBOL vmlinux 0xc5efc908 inode_claim_rsv_space +EXPORT_SYMBOL vmlinux 0xc5f6e574 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0xc6138a51 dentry_path_raw +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc63a08bf scsi_execute_req +EXPORT_SYMBOL vmlinux 0xc6421286 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0xc64ff941 dev_uc_add +EXPORT_SYMBOL vmlinux 0xc66052a7 kernel_getsockname +EXPORT_SYMBOL vmlinux 0xc663228d netdev_crit +EXPORT_SYMBOL vmlinux 0xc669499e writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0xc68a79c1 alloc_file +EXPORT_SYMBOL vmlinux 0xc68c9ba1 scsi_target_resume +EXPORT_SYMBOL vmlinux 0xc6a8dc34 ip_fragment +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6d7a5f6 __block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xc6dce7e3 abx500_get_register_page_interruptible +EXPORT_SYMBOL vmlinux 0xc6f18bff i2c_use_client +EXPORT_SYMBOL vmlinux 0xc6fc35cc mmc_alloc_host +EXPORT_SYMBOL vmlinux 0xc702156b param_get_ushort +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc724c432 bio_integrity_get_tag +EXPORT_SYMBOL vmlinux 0xc7278d34 omapdss_output_set_device +EXPORT_SYMBOL vmlinux 0xc728a1ad snd_timer_stop +EXPORT_SYMBOL vmlinux 0xc733a814 dev_get_by_index +EXPORT_SYMBOL vmlinux 0xc7343c53 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xc7345803 tty_kref_put +EXPORT_SYMBOL vmlinux 0xc7483f19 starget_for_each_device +EXPORT_SYMBOL vmlinux 0xc749d582 __scsi_add_device +EXPORT_SYMBOL vmlinux 0xc7577c98 devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0xc774aecc d_alloc_name +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc781c7f2 dget_parent +EXPORT_SYMBOL vmlinux 0xc78bfb6c __sk_dst_check +EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc +EXPORT_SYMBOL vmlinux 0xc79fdc49 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7b1ef0e phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0xc7b949d0 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0xc7bcbc8d add_wait_queue +EXPORT_SYMBOL vmlinux 0xc7c1dfde mfd_cell_enable +EXPORT_SYMBOL vmlinux 0xc7ec6c27 strspn +EXPORT_SYMBOL vmlinux 0xc80c1859 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0xc8198c6b blk_put_request +EXPORT_SYMBOL vmlinux 0xc8276a79 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xc82b343b sock_init_data +EXPORT_SYMBOL vmlinux 0xc8387f28 inet6_ioctl +EXPORT_SYMBOL vmlinux 0xc84559fa journal_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc85adddd gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0xc870f62d md_finish_reshape +EXPORT_SYMBOL vmlinux 0xc87823bf twl_i2c_read_u8 +EXPORT_SYMBOL vmlinux 0xc881f20b posix_lock_file +EXPORT_SYMBOL vmlinux 0xc8a16712 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0xc8b57c27 autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xc8b6b7cd fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0xc8bb707e ip6_route_output +EXPORT_SYMBOL vmlinux 0xc8d5eab3 iget_locked +EXPORT_SYMBOL vmlinux 0xc8daf1c4 sync_inode +EXPORT_SYMBOL vmlinux 0xc8ed6a5e max8998_read_reg +EXPORT_SYMBOL vmlinux 0xc8f36b20 kobject_init +EXPORT_SYMBOL vmlinux 0xc90a74f7 led_blink_set_oneshot +EXPORT_SYMBOL vmlinux 0xc94f933e skb_append_datato_frags +EXPORT_SYMBOL vmlinux 0xc96be69b scsi_report_opcode +EXPORT_SYMBOL vmlinux 0xc98a2fdc unregister_qdisc +EXPORT_SYMBOL vmlinux 0xc996d097 del_timer +EXPORT_SYMBOL vmlinux 0xc99b70d2 uart_resume_port +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9ad52b1 bio_phys_segments +EXPORT_SYMBOL vmlinux 0xc9d40f7b snd_card_register +EXPORT_SYMBOL vmlinux 0xc9db97d4 snd_cards +EXPORT_SYMBOL vmlinux 0xc9dec65a xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0xc9f72126 ioctl_by_bdev +EXPORT_SYMBOL vmlinux 0xca0c2bfd cdev_alloc +EXPORT_SYMBOL vmlinux 0xca18273c keyring_search +EXPORT_SYMBOL vmlinux 0xca5967e3 vm_stat +EXPORT_SYMBOL vmlinux 0xca5dbc50 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xca6ce8ba omap_dss_ntsc_timings +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xcab2dd70 inet_csk_accept +EXPORT_SYMBOL vmlinux 0xcad3564e vfs_write +EXPORT_SYMBOL vmlinux 0xcade4de5 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb07e4af tcf_hash_destroy +EXPORT_SYMBOL vmlinux 0xcb246efc netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0xcb2557ea kobject_add +EXPORT_SYMBOL vmlinux 0xcb466063 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0xcb596d47 wireless_send_event +EXPORT_SYMBOL vmlinux 0xcb7131fb fb_get_options +EXPORT_SYMBOL vmlinux 0xcba58126 key_link +EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0xcc199867 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0xcc216548 padata_register_cpumask_notifier +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc36f32e fb_unregister_client +EXPORT_SYMBOL vmlinux 0xcc37f55c blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xcc45cade __ip_select_ident +EXPORT_SYMBOL vmlinux 0xcc471240 set_blocksize +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc638626 generic_block_bmap +EXPORT_SYMBOL vmlinux 0xcc663b0c posix_lock_file_wait +EXPORT_SYMBOL vmlinux 0xcc7fa952 local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor +EXPORT_SYMBOL vmlinux 0xccc8c548 kill_pgrp +EXPORT_SYMBOL vmlinux 0xccd56770 lro_receive_skb +EXPORT_SYMBOL vmlinux 0xcce94a1b tcp_enter_memory_pressure +EXPORT_SYMBOL vmlinux 0xcd13accc md_write_end +EXPORT_SYMBOL vmlinux 0xcd261df5 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd30b95a tmio_core_mmc_clk_div +EXPORT_SYMBOL vmlinux 0xcd3f7566 journal_get_write_access +EXPORT_SYMBOL vmlinux 0xcd3fb8af generic_writepages +EXPORT_SYMBOL vmlinux 0xcd4d600f dss_mgr_register_framedone_handler +EXPORT_SYMBOL vmlinux 0xcd50050b bdi_unregister +EXPORT_SYMBOL vmlinux 0xcd5f107a skb_trim +EXPORT_SYMBOL vmlinux 0xcd63c845 __aeabi_lasr +EXPORT_SYMBOL vmlinux 0xcd701fd2 __dquot_transfer +EXPORT_SYMBOL vmlinux 0xcd806b8b tty_port_put +EXPORT_SYMBOL vmlinux 0xcd9a322c ida_pre_get +EXPORT_SYMBOL vmlinux 0xcdab7d30 inode_add_bytes +EXPORT_SYMBOL vmlinux 0xcdaf4150 padata_free +EXPORT_SYMBOL vmlinux 0xcdbabcbb pipe_unlock +EXPORT_SYMBOL vmlinux 0xcdd77d7e do_splice_from +EXPORT_SYMBOL vmlinux 0xcdde4821 generic_permission +EXPORT_SYMBOL vmlinux 0xcde172ac radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0xcde6db96 mtd_concat_create +EXPORT_SYMBOL vmlinux 0xcdf10119 generic_listxattr +EXPORT_SYMBOL vmlinux 0xce0ffbb8 vfs_read +EXPORT_SYMBOL vmlinux 0xce18b8cf udp_proc_unregister +EXPORT_SYMBOL vmlinux 0xce19bac5 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0xce22dbbe tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce3ca308 copy_from_user_toio +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce5c19a4 dm_put_device +EXPORT_SYMBOL vmlinux 0xce749ebd d_make_root +EXPORT_SYMBOL vmlinux 0xce8e5eaf nf_log_register +EXPORT_SYMBOL vmlinux 0xcea4d111 phy_start +EXPORT_SYMBOL vmlinux 0xceb29452 xfrm_init_state +EXPORT_SYMBOL vmlinux 0xcec69761 dquot_transfer +EXPORT_SYMBOL vmlinux 0xcecea52d eth_validate_addr +EXPORT_SYMBOL vmlinux 0xcee68b3e no_llseek +EXPORT_SYMBOL vmlinux 0xcef37a1b inode_init_once +EXPORT_SYMBOL vmlinux 0xcef51982 kstrtou16 +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf58e220 search_binary_handler +EXPORT_SYMBOL vmlinux 0xcf595e58 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0xcf88625f mempool_create_node +EXPORT_SYMBOL vmlinux 0xcf8c5fe1 __elv_add_request +EXPORT_SYMBOL vmlinux 0xcf93741e mpage_writepages +EXPORT_SYMBOL vmlinux 0xcfa57e18 tty_port_tty_get +EXPORT_SYMBOL vmlinux 0xcff6b676 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0xcffb7a2d snd_pcm_lib_readv +EXPORT_SYMBOL vmlinux 0xd00a6844 dst_destroy +EXPORT_SYMBOL vmlinux 0xd0181f4f __bitmap_xor +EXPORT_SYMBOL vmlinux 0xd024635b input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0xd05c6366 snd_timer_start +EXPORT_SYMBOL vmlinux 0xd06ca6ac tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0xd0720a17 on_each_cpu_cond +EXPORT_SYMBOL vmlinux 0xd078ec15 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0xd083927e tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0xd090eb5a nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xd0a24101 d_lookup +EXPORT_SYMBOL vmlinux 0xd0a8f4a4 idr_remove_all +EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces +EXPORT_SYMBOL vmlinux 0xd0d42c42 mod_timer_pending +EXPORT_SYMBOL vmlinux 0xd0de368a jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xd0e1f80a _dev_info +EXPORT_SYMBOL vmlinux 0xd0e43207 usb_nop_xceiv_register +EXPORT_SYMBOL vmlinux 0xd0e9a738 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0xd0ec587a register_netdevice +EXPORT_SYMBOL vmlinux 0xd0ee38b8 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0xd0f00d6b xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0xd0f36f0d audit_log_format +EXPORT_SYMBOL vmlinux 0xd0fb7cd4 __tasklet_hi_schedule_first +EXPORT_SYMBOL vmlinux 0xd1067ba7 dispc_ovl_enabled +EXPORT_SYMBOL vmlinux 0xd10a255b seq_path +EXPORT_SYMBOL vmlinux 0xd10d3fe3 ida_simple_get +EXPORT_SYMBOL vmlinux 0xd1157735 release_and_free_resource +EXPORT_SYMBOL vmlinux 0xd11c0dc1 __kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xd14cf2c6 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0xd16c006f mnt_unpin +EXPORT_SYMBOL vmlinux 0xd180e2dd i2c_verify_client +EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough +EXPORT_SYMBOL vmlinux 0xd196c9be kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xd1a11532 inet_frag_evictor +EXPORT_SYMBOL vmlinux 0xd1c26541 kmap +EXPORT_SYMBOL vmlinux 0xd1cf58f9 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0xd1e173cf rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0xd220cf8a jiffies_to_timespec +EXPORT_SYMBOL vmlinux 0xd228768c ppp_input +EXPORT_SYMBOL vmlinux 0xd251d7b0 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xd2555f19 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd271a6e8 snd_ctl_free_one +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2dc054d abx500_set_register_interruptible +EXPORT_SYMBOL vmlinux 0xd2eb77a6 of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0xd302700d scsi_calculate_bounce_limit +EXPORT_SYMBOL vmlinux 0xd30aacac padata_add_cpu +EXPORT_SYMBOL vmlinux 0xd319ab06 idr_replace +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd31e122d inode_init_owner +EXPORT_SYMBOL vmlinux 0xd3208b70 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0xd354878f wireless_spy_update +EXPORT_SYMBOL vmlinux 0xd37d96d7 fbcon_set_tileops +EXPORT_SYMBOL vmlinux 0xd39b187e xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0xd3bf0a87 tcf_generic_walker +EXPORT_SYMBOL vmlinux 0xd3cbde5e test_set_page_writeback +EXPORT_SYMBOL vmlinux 0xd3d3a477 posix_acl_init +EXPORT_SYMBOL vmlinux 0xd3dbfbc4 _find_first_zero_bit_le +EXPORT_SYMBOL vmlinux 0xd3dcab0b flex_array_alloc +EXPORT_SYMBOL vmlinux 0xd3e6f60d cpu_possible_mask +EXPORT_SYMBOL vmlinux 0xd3e79744 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0xd3ec3b4f omap_dss_find_device +EXPORT_SYMBOL vmlinux 0xd406e627 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0xd418e1c0 adjust_resource +EXPORT_SYMBOL vmlinux 0xd41fe818 _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xd439e701 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0xd44dd151 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xd454eabb tcf_hash_new_index +EXPORT_SYMBOL vmlinux 0xd455b795 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0xd456425d kobject_set_name +EXPORT_SYMBOL vmlinux 0xd4669fad complete +EXPORT_SYMBOL vmlinux 0xd47cc943 get_disk +EXPORT_SYMBOL vmlinux 0xd4974e5f netpoll_send_skb_on_dev +EXPORT_SYMBOL vmlinux 0xd4a21d7f seq_escape +EXPORT_SYMBOL vmlinux 0xd4b82ea7 neigh_destroy +EXPORT_SYMBOL vmlinux 0xd511b9f7 snd_timer_global_new +EXPORT_SYMBOL vmlinux 0xd5152710 sg_next +EXPORT_SYMBOL vmlinux 0xd519a64c input_unregister_device +EXPORT_SYMBOL vmlinux 0xd52021a1 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0xd524a9d3 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0xd52da927 thermal_zone_device_register +EXPORT_SYMBOL vmlinux 0xd5348a73 mmc_hw_reset_check +EXPORT_SYMBOL vmlinux 0xd539b602 tty_check_change +EXPORT_SYMBOL vmlinux 0xd54a70a2 from_kqid_munged +EXPORT_SYMBOL vmlinux 0xd56e9485 omap_set_dma_dest_index +EXPORT_SYMBOL vmlinux 0xd5701016 devfreq_interval_update +EXPORT_SYMBOL vmlinux 0xd58838a4 generic_write_end +EXPORT_SYMBOL vmlinux 0xd58a8a50 phy_ethtool_gset +EXPORT_SYMBOL vmlinux 0xd58c2487 ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0xd5b1376d register_shrinker +EXPORT_SYMBOL vmlinux 0xd5b91292 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0xd5ee1275 devfreq_add_device +EXPORT_SYMBOL vmlinux 0xd5f2172f del_timer_sync +EXPORT_SYMBOL vmlinux 0xd607b4c2 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0xd61347c6 register_sysctl +EXPORT_SYMBOL vmlinux 0xd616683a ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0xd61d2ce0 omap_dss_unregister_driver +EXPORT_SYMBOL vmlinux 0xd61da7a0 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0xd627480b strncat +EXPORT_SYMBOL vmlinux 0xd62c833f schedule_timeout +EXPORT_SYMBOL vmlinux 0xd63db9df of_get_property +EXPORT_SYMBOL vmlinux 0xd648e564 fb_match_mode +EXPORT_SYMBOL vmlinux 0xd665a67b simple_rmdir +EXPORT_SYMBOL vmlinux 0xd686a059 ppp_register_channel +EXPORT_SYMBOL vmlinux 0xd68c43f2 __generic_block_fiemap +EXPORT_SYMBOL vmlinux 0xd68f6ed8 of_find_all_nodes +EXPORT_SYMBOL vmlinux 0xd6924c05 blkdev_issue_write_same +EXPORT_SYMBOL vmlinux 0xd6a1ae66 handle_edge_irq +EXPORT_SYMBOL vmlinux 0xd6c849fb rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0xd6d11592 of_mdiobus_register +EXPORT_SYMBOL vmlinux 0xd6e4421f register_key_type +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6f063cb path_put +EXPORT_SYMBOL vmlinux 0xd7096c90 do_sync_write +EXPORT_SYMBOL vmlinux 0xd72533a9 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0xd74289f9 __percpu_counter_add +EXPORT_SYMBOL vmlinux 0xd75c79df smp_call_function +EXPORT_SYMBOL vmlinux 0xd76c175f dquot_disable +EXPORT_SYMBOL vmlinux 0xd77a5aa5 __bitmap_and +EXPORT_SYMBOL vmlinux 0xd77c8575 neigh_event_ns +EXPORT_SYMBOL vmlinux 0xd788cc34 page_address +EXPORT_SYMBOL vmlinux 0xd79b5a02 allow_signal +EXPORT_SYMBOL vmlinux 0xd7a10cad d_delete +EXPORT_SYMBOL vmlinux 0xd7ae2361 vexpress_config_bridge_unregister +EXPORT_SYMBOL vmlinux 0xd7badfbd snd_ctl_add +EXPORT_SYMBOL vmlinux 0xd7e35fcc inet_sock_destruct +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7edcabf dmam_declare_coherent_memory +EXPORT_SYMBOL vmlinux 0xd8201e04 fget +EXPORT_SYMBOL vmlinux 0xd838ef1e request_firmware +EXPORT_SYMBOL vmlinux 0xd83de9df scsi_host_lookup +EXPORT_SYMBOL vmlinux 0xd85cd67e __wake_up +EXPORT_SYMBOL vmlinux 0xd86ad163 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0xd86b1921 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0xd86cc6a9 scsi_scan_host +EXPORT_SYMBOL vmlinux 0xd87d38bf skb_pull +EXPORT_SYMBOL vmlinux 0xd8b1cd07 journal_create +EXPORT_SYMBOL vmlinux 0xd8ce7e67 clocksource_register +EXPORT_SYMBOL vmlinux 0xd8d8af12 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0xd8e10df1 elv_dispatch_sort +EXPORT_SYMBOL vmlinux 0xd8e484f0 register_chrdev_region +EXPORT_SYMBOL vmlinux 0xd8e5f780 submit_bio +EXPORT_SYMBOL vmlinux 0xd924182a blk_recount_segments +EXPORT_SYMBOL vmlinux 0xd92afabe bitmap_clear +EXPORT_SYMBOL vmlinux 0xd92dd81c sock_from_file +EXPORT_SYMBOL vmlinux 0xd93853c8 mb_cache_entry_release +EXPORT_SYMBOL vmlinux 0xd9414419 dquot_drop +EXPORT_SYMBOL vmlinux 0xd944631d get_gendisk +EXPORT_SYMBOL vmlinux 0xd94ac6fe scsi_print_sense +EXPORT_SYMBOL vmlinux 0xd953843c mmc_can_reset +EXPORT_SYMBOL vmlinux 0xd955d2b7 omap_set_dma_dest_data_pack +EXPORT_SYMBOL vmlinux 0xd97334a2 snd_info_create_card_entry +EXPORT_SYMBOL vmlinux 0xd984d290 blk_integrity_merge_rq +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd9873296 md_flush_request +EXPORT_SYMBOL vmlinux 0xd9a6cc8f of_device_is_available +EXPORT_SYMBOL vmlinux 0xd9a9bb30 getname +EXPORT_SYMBOL vmlinux 0xd9b1ba0b kmem_cache_create +EXPORT_SYMBOL vmlinux 0xd9c46595 mfd_cell_disable +EXPORT_SYMBOL vmlinux 0xd9ce8f0c strnlen +EXPORT_SYMBOL vmlinux 0xd9d5df23 i2c_del_driver +EXPORT_SYMBOL vmlinux 0xd9e61fcb qid_valid +EXPORT_SYMBOL vmlinux 0xda037f42 dev_change_flags +EXPORT_SYMBOL vmlinux 0xda03ac0e tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda53a78e bdevname +EXPORT_SYMBOL vmlinux 0xda542fe3 blk_sync_queue +EXPORT_SYMBOL vmlinux 0xda57fdf0 d_rehash +EXPORT_SYMBOL vmlinux 0xda7b2f2a input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0xda7ca6cb fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xda8af7ad fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0xda984209 vfs_mknod +EXPORT_SYMBOL vmlinux 0xda9bf5d0 snd_card_free +EXPORT_SYMBOL vmlinux 0xdaa16b82 of_clk_get +EXPORT_SYMBOL vmlinux 0xdaa57ec3 totalhigh_pages +EXPORT_SYMBOL vmlinux 0xdaadbc23 sys_copyarea +EXPORT_SYMBOL vmlinux 0xdaafc807 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xdabf5782 bdgrab +EXPORT_SYMBOL vmlinux 0xdaf1b9dc snd_ctl_make_virtual_master +EXPORT_SYMBOL vmlinux 0xdb2178c7 __sg_free_table +EXPORT_SYMBOL vmlinux 0xdb246aff ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xdb423477 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0xdb4292e4 omap_set_dma_params +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb864d65 iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0xdb93b838 dispc_free_irq +EXPORT_SYMBOL vmlinux 0xdb9fad86 seq_putc +EXPORT_SYMBOL vmlinux 0xdba40d6e cleancache_register_ops +EXPORT_SYMBOL vmlinux 0xdbba6375 find_lock_page +EXPORT_SYMBOL vmlinux 0xdbcd416e sysctl_ip_nonlocal_bind +EXPORT_SYMBOL vmlinux 0xdbfea5ea kmalloc_caches +EXPORT_SYMBOL vmlinux 0xdc047fc4 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0xdc242c22 ps2_end_command +EXPORT_SYMBOL vmlinux 0xdc2adb35 add_taint +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc4358b3 load_nls +EXPORT_SYMBOL vmlinux 0xdc456142 netdev_printk +EXPORT_SYMBOL vmlinux 0xdc4e90f4 security_path_mknod +EXPORT_SYMBOL vmlinux 0xdc566ef6 kernel_getsockopt +EXPORT_SYMBOL vmlinux 0xdc66c839 ping_prot +EXPORT_SYMBOL vmlinux 0xdc6d41cf vfs_fstatat +EXPORT_SYMBOL vmlinux 0xdc79ca09 input_free_device +EXPORT_SYMBOL vmlinux 0xdc872741 lookup_one_len +EXPORT_SYMBOL vmlinux 0xdc8f736b pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0xdc9836c8 block_commit_write +EXPORT_SYMBOL vmlinux 0xdcb0349b sys_close +EXPORT_SYMBOL vmlinux 0xdcf46168 snd_pcm_suspend +EXPORT_SYMBOL vmlinux 0xdcfff826 security_inode_permission +EXPORT_SYMBOL vmlinux 0xdd01e109 journal_init_dev +EXPORT_SYMBOL vmlinux 0xdd07759b md_wakeup_thread +EXPORT_SYMBOL vmlinux 0xdd0a2ba2 strlcat +EXPORT_SYMBOL vmlinux 0xdd0c203a kunmap_high +EXPORT_SYMBOL vmlinux 0xdd1c65f6 blk_finish_plug +EXPORT_SYMBOL vmlinux 0xdd2586f0 nand_scan +EXPORT_SYMBOL vmlinux 0xdd27fa87 memchr +EXPORT_SYMBOL vmlinux 0xdd2f6fce tty_lock_pair +EXPORT_SYMBOL vmlinux 0xdd3916ac _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xdd3a08a5 scsi_prep_fn +EXPORT_SYMBOL vmlinux 0xdd3c5dfa contig_page_data +EXPORT_SYMBOL vmlinux 0xdd44be20 twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0xdd4a5569 param_get_byte +EXPORT_SYMBOL vmlinux 0xdd648558 elv_add_request +EXPORT_SYMBOL vmlinux 0xdd7e6288 __blk_end_request_all +EXPORT_SYMBOL vmlinux 0xdde39568 scsi_host_alloc +EXPORT_SYMBOL vmlinux 0xdded1898 netpoll_setup +EXPORT_SYMBOL vmlinux 0xddef81b4 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0xddfcbfce blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0xde15c042 omap_set_dma_src_index +EXPORT_SYMBOL vmlinux 0xde437f4e scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0xde501418 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0xde692d94 omap_get_dma_chain_src_pos +EXPORT_SYMBOL vmlinux 0xde729b1b key_reject_and_link +EXPORT_SYMBOL vmlinux 0xde808239 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0xde8c763d cpu_v7_set_pte_ext +EXPORT_SYMBOL vmlinux 0xde9360ba totalram_pages +EXPORT_SYMBOL vmlinux 0xdea51bcd devm_free_irq +EXPORT_SYMBOL vmlinux 0xdebd7288 single_open +EXPORT_SYMBOL vmlinux 0xdef8504b uart_register_driver +EXPORT_SYMBOL vmlinux 0xdf295e57 bh_submit_read +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf313720 cancel_dirty_page +EXPORT_SYMBOL vmlinux 0xdf3f75b8 mem_map +EXPORT_SYMBOL vmlinux 0xdf48a0eb flex_array_put +EXPORT_SYMBOL vmlinux 0xdf60cc27 __print_symbol +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdfb01a80 cpu_v7_dcache_clean_area +EXPORT_SYMBOL vmlinux 0xdfb4e96b devm_gpio_request_one +EXPORT_SYMBOL vmlinux 0xdfb5713f dss_mgr_disable +EXPORT_SYMBOL vmlinux 0xdfb8400b current_fs_time +EXPORT_SYMBOL vmlinux 0xdfc5169b slhc_init +EXPORT_SYMBOL vmlinux 0xdfd91ce9 omap_type +EXPORT_SYMBOL vmlinux 0xdfe3156b snd_component_add +EXPORT_SYMBOL vmlinux 0xe017ebcb cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0xe0415978 bio_pair_release +EXPORT_SYMBOL vmlinux 0xe04f7caa dm_read_arg_group +EXPORT_SYMBOL vmlinux 0xe06141e9 security_sk_clone +EXPORT_SYMBOL vmlinux 0xe075d6eb iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xe07c59e7 give_up_console +EXPORT_SYMBOL vmlinux 0xe080e63c keyring_alloc +EXPORT_SYMBOL vmlinux 0xe08f3446 dst_release +EXPORT_SYMBOL vmlinux 0xe09ffad9 ether_setup +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0bef318 icst_hz_to_vco +EXPORT_SYMBOL vmlinux 0xe0c30c3a tcf_hash_create +EXPORT_SYMBOL vmlinux 0xe0ec1ec4 nand_calculate_ecc +EXPORT_SYMBOL vmlinux 0xe0ee8561 scsi_device_put +EXPORT_SYMBOL vmlinux 0xe0fae48a devm_gpio_free +EXPORT_SYMBOL vmlinux 0xe104b819 blk_put_queue +EXPORT_SYMBOL vmlinux 0xe10eee70 i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe11f3cbc _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0xe127fb18 down_killable +EXPORT_SYMBOL vmlinux 0xe12cdd3b arp_tbl +EXPORT_SYMBOL vmlinux 0xe14c6f6b file_open_root +EXPORT_SYMBOL vmlinux 0xe1761617 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xe195fda2 dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0xe1b3e196 lro_flush_pkt +EXPORT_SYMBOL vmlinux 0xe1c1ee49 d_set_d_op +EXPORT_SYMBOL vmlinux 0xe1cf5e21 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xe1de05e9 set_binfmt +EXPORT_SYMBOL vmlinux 0xe200d2d5 param_get_uint +EXPORT_SYMBOL vmlinux 0xe200f872 secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xe2015f4b account_page_writeback +EXPORT_SYMBOL vmlinux 0xe20f7583 disk_stack_limits +EXPORT_SYMBOL vmlinux 0xe218a362 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0xe22296b9 __ethtool_get_settings +EXPORT_SYMBOL vmlinux 0xe23ae481 blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe2454062 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0xe24d3a97 jiffies_64 +EXPORT_SYMBOL vmlinux 0xe24eb706 amba_device_register +EXPORT_SYMBOL vmlinux 0xe2662d46 of_get_min_tck +EXPORT_SYMBOL vmlinux 0xe2847be9 commit_creds +EXPORT_SYMBOL vmlinux 0xe294972a blk_free_tags +EXPORT_SYMBOL vmlinux 0xe2ab54d2 tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2e8065e memdup_user +EXPORT_SYMBOL vmlinux 0xe2fae716 kmemdup +EXPORT_SYMBOL vmlinux 0xe3240a82 blk_integrity_register +EXPORT_SYMBOL vmlinux 0xe3379270 km_policy_expired +EXPORT_SYMBOL vmlinux 0xe3493a1a wait_for_key_construction +EXPORT_SYMBOL vmlinux 0xe3524daf i2c_put_adapter +EXPORT_SYMBOL vmlinux 0xe3629fc2 journal_check_used_features +EXPORT_SYMBOL vmlinux 0xe36d103f sock_sendmsg +EXPORT_SYMBOL vmlinux 0xe372890c serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0xe37d10ae omap_dispc_unregister_isr +EXPORT_SYMBOL vmlinux 0xe393c4eb truncate_inode_pages +EXPORT_SYMBOL vmlinux 0xe3b4b4dc dev_set_drvdata +EXPORT_SYMBOL vmlinux 0xe3c38a0c __dev_get_by_index +EXPORT_SYMBOL vmlinux 0xe3d6f284 fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xe40f85ff set_security_override +EXPORT_SYMBOL vmlinux 0xe41650fd proc_symlink +EXPORT_SYMBOL vmlinux 0xe41ab167 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0xe428cb3c of_get_ddr_timings +EXPORT_SYMBOL vmlinux 0xe43274bc proc_dointvec +EXPORT_SYMBOL vmlinux 0xe434db30 dst_alloc +EXPORT_SYMBOL vmlinux 0xe43a78a4 udp_prot +EXPORT_SYMBOL vmlinux 0xe450aa0d dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0xe453bac6 iunique +EXPORT_SYMBOL vmlinux 0xe4c80097 cacheid +EXPORT_SYMBOL vmlinux 0xe4d38e86 udp_sendmsg +EXPORT_SYMBOL vmlinux 0xe4e38519 tcf_hash_release +EXPORT_SYMBOL vmlinux 0xe4e94c96 snd_ctl_new1 +EXPORT_SYMBOL vmlinux 0xe4f144a0 of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0xe4f4e135 dquot_destroy +EXPORT_SYMBOL vmlinux 0xe502e596 splice_from_pipe_next +EXPORT_SYMBOL vmlinux 0xe50c3ae0 dquot_commit_info +EXPORT_SYMBOL vmlinux 0xe5122890 flow_cache_genid +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe52b7300 snd_seq_root +EXPORT_SYMBOL vmlinux 0xe53d1faa of_translate_dma_address +EXPORT_SYMBOL vmlinux 0xe53d7e00 padata_do_serial +EXPORT_SYMBOL vmlinux 0xe5445af6 omap_get_dma_dst_pos +EXPORT_SYMBOL vmlinux 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL vmlinux 0xe57878a1 in6_pton +EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5c8e5dd write_dirty_buffer +EXPORT_SYMBOL vmlinux 0xe5d95985 param_ops_ulong +EXPORT_SYMBOL vmlinux 0xe5ed5467 xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xe5f07433 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0xe6014fac jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0xe6348da5 generic_readlink +EXPORT_SYMBOL vmlinux 0xe64711c1 dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0xe66452ab dql_init +EXPORT_SYMBOL vmlinux 0xe665c4ac bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0xe6744a89 omap_clear_dma +EXPORT_SYMBOL vmlinux 0xe697d108 __blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe6a48308 kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0xe6a4ed8f arp_invalidate +EXPORT_SYMBOL vmlinux 0xe6b97819 nf_log_packet +EXPORT_SYMBOL vmlinux 0xe6c3ebb0 __raw_writesw +EXPORT_SYMBOL vmlinux 0xe6d4fc7e module_put +EXPORT_SYMBOL vmlinux 0xe6ebc016 key_create_or_update +EXPORT_SYMBOL vmlinux 0xe6f3ee52 mmc_can_trim +EXPORT_SYMBOL vmlinux 0xe6fbe430 can_do_mlock +EXPORT_SYMBOL vmlinux 0xe6fd30bb sget +EXPORT_SYMBOL vmlinux 0xe7014117 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0xe707d823 __aeabi_uidiv +EXPORT_SYMBOL vmlinux 0xe73adc19 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0xe7621340 xfrm_cfg_mutex +EXPORT_SYMBOL vmlinux 0xe7722171 flex_array_free +EXPORT_SYMBOL vmlinux 0xe7749c4b genl_register_ops +EXPORT_SYMBOL vmlinux 0xe790c483 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0xe7938cc7 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0xe793eecf input_flush_device +EXPORT_SYMBOL vmlinux 0xe7a3a6da nand_scan_tail +EXPORT_SYMBOL vmlinux 0xe7a664c4 nf_hooks +EXPORT_SYMBOL vmlinux 0xe7a81967 audit_log_secctx +EXPORT_SYMBOL vmlinux 0xe7b41dd6 sg_alloc_table_from_pages +EXPORT_SYMBOL vmlinux 0xe7b804bf module_layout +EXPORT_SYMBOL vmlinux 0xe7bdd799 skb_checksum +EXPORT_SYMBOL vmlinux 0xe7c3a6cd rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0xe7c5ae40 dma_async_device_register +EXPORT_SYMBOL vmlinux 0xe7cbbce0 input_grab_device +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7e15910 dispc_clear_irqstatus +EXPORT_SYMBOL vmlinux 0xe7e7e02f mddev_congested +EXPORT_SYMBOL vmlinux 0xe7f532e2 of_device_is_compatible +EXPORT_SYMBOL vmlinux 0xe804b74f __kfree_skb +EXPORT_SYMBOL vmlinux 0xe809273e __sock_create +EXPORT_SYMBOL vmlinux 0xe80ce219 sysctl_tcp_dma_copybreak +EXPORT_SYMBOL vmlinux 0xe817155e kernel_setsockopt +EXPORT_SYMBOL vmlinux 0xe82bf0f6 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0xe838e70a sk_alloc +EXPORT_SYMBOL vmlinux 0xe86edde7 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0xe8794ce1 slhc_toss +EXPORT_SYMBOL vmlinux 0xe87fd6f5 pipe_to_file +EXPORT_SYMBOL vmlinux 0xe88e8251 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0xe891799b dev_crit +EXPORT_SYMBOL vmlinux 0xe8b24ddf snd_ctl_unregister_ioctl +EXPORT_SYMBOL vmlinux 0xe8b53ecc down_write_trylock +EXPORT_SYMBOL vmlinux 0xe8b63ace radix_tree_range_tag_if_tagged +EXPORT_SYMBOL vmlinux 0xe8bea3bc qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xe8ebf448 kthread_bind +EXPORT_SYMBOL vmlinux 0xe8ee1738 idr_for_each +EXPORT_SYMBOL vmlinux 0xe8f46890 ip_cmsg_recv +EXPORT_SYMBOL vmlinux 0xe912da6b unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe91f19f0 dquot_alloc +EXPORT_SYMBOL vmlinux 0xe948ab75 mmc_suspend_host +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe9691066 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0xe9872618 get_tz_trend +EXPORT_SYMBOL vmlinux 0xe9a8e44b dquot_quota_off +EXPORT_SYMBOL vmlinux 0xe9ce9f17 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0xe9e985db pagevec_lookup +EXPORT_SYMBOL vmlinux 0xe9ef39a3 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0xea054b22 nla_policy_len +EXPORT_SYMBOL vmlinux 0xea0ddc51 generic_setxattr +EXPORT_SYMBOL vmlinux 0xea10089b release_pages +EXPORT_SYMBOL vmlinux 0xea10212a int_to_scsilun +EXPORT_SYMBOL vmlinux 0xea10655a __bitmap_intersects +EXPORT_SYMBOL vmlinux 0xea148c1f dmam_pool_create +EXPORT_SYMBOL vmlinux 0xea30cd99 xfrm_input +EXPORT_SYMBOL vmlinux 0xea4bd896 save_mount_options +EXPORT_SYMBOL vmlinux 0xea54bdd6 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xea659ffa generic_file_direct_write +EXPORT_SYMBOL vmlinux 0xea676b6c backlight_device_register +EXPORT_SYMBOL vmlinux 0xea7987f1 key_update +EXPORT_SYMBOL vmlinux 0xea80decb default_llseek +EXPORT_SYMBOL vmlinux 0xea984bc5 dma_release_declared_memory +EXPORT_SYMBOL vmlinux 0xeaa9029e inet6_release +EXPORT_SYMBOL vmlinux 0xeabd4471 serio_rescan +EXPORT_SYMBOL vmlinux 0xeada2358 netif_napi_add +EXPORT_SYMBOL vmlinux 0xeaf546fa __i2c_transfer +EXPORT_SYMBOL vmlinux 0xeb1b120e omap_set_dma_write_mode +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb4c8bac dev_mc_add_global +EXPORT_SYMBOL vmlinux 0xeb515db3 journal_revoke +EXPORT_SYMBOL vmlinux 0xeb55a931 __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xeb66be51 register_cdrom +EXPORT_SYMBOL vmlinux 0xeb8c7106 seq_open_private +EXPORT_SYMBOL vmlinux 0xebbe95a6 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0xebcf0b13 snd_card_unref +EXPORT_SYMBOL vmlinux 0xebdbe48c radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0xebe991a6 i2c_master_send +EXPORT_SYMBOL vmlinux 0xebf2444c __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0xebfdcbdf system_serial_high +EXPORT_SYMBOL vmlinux 0xec0de1fe __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xec15f00a tcp_cookie_generator +EXPORT_SYMBOL vmlinux 0xec19bad9 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0xec33a2ab mdiobus_register +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec8deed6 blk_cleanup_queue +EXPORT_SYMBOL vmlinux 0xec91424b fsnotify_add_mark +EXPORT_SYMBOL vmlinux 0xeca80c58 notify_thermal_framework +EXPORT_SYMBOL vmlinux 0xecd67cec schedule_delayed_work_on +EXPORT_SYMBOL vmlinux 0xecd78509 nf_register_hooks +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xed0d8311 bdget +EXPORT_SYMBOL vmlinux 0xed13cf6d setup_arg_pages +EXPORT_SYMBOL vmlinux 0xed206dae locks_delete_block +EXPORT_SYMBOL vmlinux 0xed27f538 dev_warn +EXPORT_SYMBOL vmlinux 0xed3a40c2 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL vmlinux 0xed625af2 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0xed854dac omap_stop_dma_chain_transfers +EXPORT_SYMBOL vmlinux 0xed93f29e __kunmap_atomic +EXPORT_SYMBOL vmlinux 0xeda0d76e gen_estimator_active +EXPORT_SYMBOL vmlinux 0xedbacfa3 get_super +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedbc6492 mmc_interrupt_hpi +EXPORT_SYMBOL vmlinux 0xedbf532f simple_map_init +EXPORT_SYMBOL vmlinux 0xedc7f4ec dq_data_lock +EXPORT_SYMBOL vmlinux 0xedd5eb52 snd_jack_set_parent +EXPORT_SYMBOL vmlinux 0xedd9106d __ashrdi3 +EXPORT_SYMBOL vmlinux 0xede125d3 dcb_getapp +EXPORT_SYMBOL vmlinux 0xedefbfd9 lock_may_read +EXPORT_SYMBOL vmlinux 0xedf61643 snd_pcm_hw_param_first +EXPORT_SYMBOL vmlinux 0xedfdb5ae phy_ethtool_sset +EXPORT_SYMBOL vmlinux 0xedffbeb5 fsl_asoc_get_dma_channel +EXPORT_SYMBOL vmlinux 0xee108f30 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0xee25d642 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee3496c3 dma_pool_alloc +EXPORT_SYMBOL vmlinux 0xee528e14 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0xee65926a arp_xmit +EXPORT_SYMBOL vmlinux 0xee715ef8 lg_global_unlock +EXPORT_SYMBOL vmlinux 0xee7f98bf tcp_parse_options +EXPORT_SYMBOL vmlinux 0xee85dd93 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0xee95a2ed posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0xeea5c404 ip_defrag +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeb7a196 skb_copy_expand +EXPORT_SYMBOL vmlinux 0xeec41477 md_check_recovery +EXPORT_SYMBOL vmlinux 0xeec44d3a snd_power_wait +EXPORT_SYMBOL vmlinux 0xeed3635b proc_dostring +EXPORT_SYMBOL vmlinux 0xeed58a64 input_open_device +EXPORT_SYMBOL vmlinux 0xeedea02c phy_scan_fixups +EXPORT_SYMBOL vmlinux 0xef02f608 blk_alloc_queue +EXPORT_SYMBOL vmlinux 0xef07bf1d dev_addr_init +EXPORT_SYMBOL vmlinux 0xef3aee94 grab_cache_page_nowait +EXPORT_SYMBOL vmlinux 0xef5c887b jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0xefb66a95 omap_request_dma_chain +EXPORT_SYMBOL vmlinux 0xefd6cf06 __aeabi_unwind_cpp_pr0 +EXPORT_SYMBOL vmlinux 0xefdd2345 sg_init_one +EXPORT_SYMBOL vmlinux 0xefdd70ce security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0xefec312f omap_get_dma_active_status +EXPORT_SYMBOL vmlinux 0xeff9d782 dma_sync_wait +EXPORT_SYMBOL vmlinux 0xeffe413e simple_write_end +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf00b345f mmc_resume_host +EXPORT_SYMBOL vmlinux 0xf01623b3 udp_poll +EXPORT_SYMBOL vmlinux 0xf028e0a4 snd_info_create_module_entry +EXPORT_SYMBOL vmlinux 0xf036a2aa __dquot_free_space +EXPORT_SYMBOL vmlinux 0xf0430f90 dquot_get_dqinfo +EXPORT_SYMBOL vmlinux 0xf05ffa15 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0xf07c4b67 tcp_connect +EXPORT_SYMBOL vmlinux 0xf0cc2c95 key_validate +EXPORT_SYMBOL vmlinux 0xf0d68ed6 clk_register_clkdevs +EXPORT_SYMBOL vmlinux 0xf0df826a sock_get_timestampns +EXPORT_SYMBOL vmlinux 0xf0ef15b4 list_sort +EXPORT_SYMBOL vmlinux 0xf0f1246c kvasprintf +EXPORT_SYMBOL vmlinux 0xf0fdf6cb __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xf10f5318 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xf12c1ea2 key_put +EXPORT_SYMBOL vmlinux 0xf1384a63 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0xf13c95e6 datagram_poll +EXPORT_SYMBOL vmlinux 0xf13feb57 radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0xf141bf26 cancel_delayed_work +EXPORT_SYMBOL vmlinux 0xf146ce83 tty_port_open +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf19e9355 cpu_online_mask +EXPORT_SYMBOL vmlinux 0xf1cd4c15 snd_jack_report +EXPORT_SYMBOL vmlinux 0xf1d06077 nand_correct_data +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1deabf2 div64_u64 +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1f3e998 ppp_input_error +EXPORT_SYMBOL vmlinux 0xf200afac console_stop +EXPORT_SYMBOL vmlinux 0xf202c5cb radix_tree_insert +EXPORT_SYMBOL vmlinux 0xf209afe8 ihold +EXPORT_SYMBOL vmlinux 0xf20dabd8 free_irq +EXPORT_SYMBOL vmlinux 0xf22e446b idr_get_new_above +EXPORT_SYMBOL vmlinux 0xf2349f08 scsi_add_device +EXPORT_SYMBOL vmlinux 0xf23d0ddc wl12xx_get_platform_data +EXPORT_SYMBOL vmlinux 0xf23ecc08 __register_binfmt +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf265cff8 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0xf269fda1 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0xf28a0f7d do_splice_to +EXPORT_SYMBOL vmlinux 0xf2997713 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xf29ff2a9 sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0xf2a7c6fa simple_setattr +EXPORT_SYMBOL vmlinux 0xf2b52829 blk_register_region +EXPORT_SYMBOL vmlinux 0xf2cce53a blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0xf2ce75fa __blk_end_request_cur +EXPORT_SYMBOL vmlinux 0xf2ff2334 tcp_init_xmit_timers +EXPORT_SYMBOL vmlinux 0xf3102082 xfrm_prepare_input +EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform +EXPORT_SYMBOL vmlinux 0xf32bf741 lock_may_write +EXPORT_SYMBOL vmlinux 0xf32e6bc9 ps2_handle_ack +EXPORT_SYMBOL vmlinux 0xf3341268 __clear_user +EXPORT_SYMBOL vmlinux 0xf338d4c3 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf35435c6 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0xf366ed6b copy_strings_kernel +EXPORT_SYMBOL vmlinux 0xf3797152 snd_interval_ratnum +EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf38bae7d request_firmware_nowait +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf396cd21 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0xf39fd9ae cdev_init +EXPORT_SYMBOL vmlinux 0xf3a1a75d sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0xf3a57c00 neigh_direct_output +EXPORT_SYMBOL vmlinux 0xf3b97533 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0xf3bf0bce __bitmap_complement +EXPORT_SYMBOL vmlinux 0xf3d57aaa release_sock +EXPORT_SYMBOL vmlinux 0xf3dea1fe led_set_brightness +EXPORT_SYMBOL vmlinux 0xf42c872b journal_start_commit +EXPORT_SYMBOL vmlinux 0xf442dc6a update_time +EXPORT_SYMBOL vmlinux 0xf44d0f4a journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0xf45a4e52 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xf473ffaf down +EXPORT_SYMBOL vmlinux 0xf4746753 dma_common_mmap +EXPORT_SYMBOL vmlinux 0xf492eb1f snd_dma_get_reserved_buf +EXPORT_SYMBOL vmlinux 0xf49cca7b locks_init_lock +EXPORT_SYMBOL vmlinux 0xf4a78e9b mmc_fixup_device +EXPORT_SYMBOL vmlinux 0xf4a7fc6d omapdss_compat_init +EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area +EXPORT_SYMBOL vmlinux 0xf4cc9106 generic_delete_inode +EXPORT_SYMBOL vmlinux 0xf4d5fb88 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0xf4ef2212 tc6393xb_lcd_mode +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf53d8915 arm_delay_ops +EXPORT_SYMBOL vmlinux 0xf54c51a2 dma_pool_free +EXPORT_SYMBOL vmlinux 0xf564412a __aeabi_ulcmp +EXPORT_SYMBOL vmlinux 0xf569382f thaw_super +EXPORT_SYMBOL vmlinux 0xf593c00e nobh_write_end +EXPORT_SYMBOL vmlinux 0xf5bb6000 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0xf5c05914 generic_segment_checks +EXPORT_SYMBOL vmlinux 0xf5eb86ea blk_verify_command +EXPORT_SYMBOL vmlinux 0xf5f58e39 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0xf5f5c8fd xfrm_state_update +EXPORT_SYMBOL vmlinux 0xf6388c56 sysctl_ip_default_ttl +EXPORT_SYMBOL vmlinux 0xf639c321 get_thermal_instance +EXPORT_SYMBOL vmlinux 0xf66bebba i2c_del_adapter +EXPORT_SYMBOL vmlinux 0xf6746f08 omapdss_dpi_display_disable +EXPORT_SYMBOL vmlinux 0xf68066d1 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0xf6827adb inode_change_ok +EXPORT_SYMBOL vmlinux 0xf6851d5f register_sysctl_paths +EXPORT_SYMBOL vmlinux 0xf68c9a0c read_cache_pages +EXPORT_SYMBOL vmlinux 0xf697de69 tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0xf6a2c3f7 sock_setsockopt +EXPORT_SYMBOL vmlinux 0xf6ab7369 netdev_class_remove_file +EXPORT_SYMBOL vmlinux 0xf6b0d39e omapdss_default_get_resolution +EXPORT_SYMBOL vmlinux 0xf6bb4729 color_table +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6ecb5a0 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0xf6f3cef6 omap_vrfb_setup +EXPORT_SYMBOL vmlinux 0xf718538c fifo_set_limit +EXPORT_SYMBOL vmlinux 0xf743f0ac scsi_get_command +EXPORT_SYMBOL vmlinux 0xf745be89 ps2_drain +EXPORT_SYMBOL vmlinux 0xf74e16d3 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL vmlinux 0xf7511eb5 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0xf7584a9c find_font +EXPORT_SYMBOL vmlinux 0xf75cbc18 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xf76292fd input_set_keycode +EXPORT_SYMBOL vmlinux 0xf77f12a7 tty_register_driver +EXPORT_SYMBOL vmlinux 0xf7802486 __aeabi_uidivmod +EXPORT_SYMBOL vmlinux 0xf78d04ab netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xf797a9d9 mii_nway_restart +EXPORT_SYMBOL vmlinux 0xf79f9a2b snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL vmlinux 0xf79f9b29 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0xf7b12aee __next_cpu +EXPORT_SYMBOL vmlinux 0xf7e223f4 proc_create_data +EXPORT_SYMBOL vmlinux 0xf803fe39 bitmap_set +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf82a1863 pin_config_group_set +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf853bbca omap_vrfb_map_angle +EXPORT_SYMBOL vmlinux 0xf85f134b scsi_is_host_device +EXPORT_SYMBOL vmlinux 0xf86e87e3 neigh_compat_output +EXPORT_SYMBOL vmlinux 0xf88c3301 sg_init_table +EXPORT_SYMBOL vmlinux 0xf890fe7f pm_idle +EXPORT_SYMBOL vmlinux 0xf8c7b0c4 mmc_set_blockcount +EXPORT_SYMBOL vmlinux 0xf8fbb4f0 __bad_xchg +EXPORT_SYMBOL vmlinux 0xf90a6040 vc_resize +EXPORT_SYMBOL vmlinux 0xf90ec377 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0xf91c6519 blk_queue_resize_tags +EXPORT_SYMBOL vmlinux 0xf9283bb0 sock_update_classid +EXPORT_SYMBOL vmlinux 0xf92e5439 __destroy_inode +EXPORT_SYMBOL vmlinux 0xf92fcd6a skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0xf9348cbc xz_dec_run +EXPORT_SYMBOL vmlinux 0xf9392fd5 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0xf93f417d dump_write +EXPORT_SYMBOL vmlinux 0xf9427374 dispc_request_irq +EXPORT_SYMBOL vmlinux 0xf9457ab6 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xf9709bb1 padata_remove_cpu +EXPORT_SYMBOL vmlinux 0xf9733ff6 iterate_supers_type +EXPORT_SYMBOL vmlinux 0xf97552d1 pm860x_page_bulk_write +EXPORT_SYMBOL vmlinux 0xf983f134 genl_unregister_mc_group +EXPORT_SYMBOL vmlinux 0xf9882189 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9c4200e i2c_release_client +EXPORT_SYMBOL vmlinux 0xf9d6e9a3 snd_pcm_hw_constraint_step +EXPORT_SYMBOL vmlinux 0xf9e73082 scnprintf +EXPORT_SYMBOL vmlinux 0xf9f9eac3 snd_pcm_set_sync +EXPORT_SYMBOL vmlinux 0xfa29f314 dev_get_stats +EXPORT_SYMBOL vmlinux 0xfa4496c9 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0xfa57eb8e dev_open +EXPORT_SYMBOL vmlinux 0xfac68eba arm_elf_read_implies_exec +EXPORT_SYMBOL vmlinux 0xfac6919b da9052_i2c_fix +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacd2e14 pgprot_user +EXPORT_SYMBOL vmlinux 0xfae67b1f cap_mmap_addr +EXPORT_SYMBOL vmlinux 0xfaf98462 bitrev32 +EXPORT_SYMBOL vmlinux 0xfaf9995e sleep_on +EXPORT_SYMBOL vmlinux 0xfb2ae839 dev_activate +EXPORT_SYMBOL vmlinux 0xfb4f194e skb_kill_datagram +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb7935c0 tcp_splice_read +EXPORT_SYMBOL vmlinux 0xfb7d9c45 __udivsi3 +EXPORT_SYMBOL vmlinux 0xfb8deca7 scsi_print_command +EXPORT_SYMBOL vmlinux 0xfb955da0 put_tty_driver +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbc6ec99 amba_driver_unregister +EXPORT_SYMBOL vmlinux 0xfbe6c1ca redraw_screen +EXPORT_SYMBOL vmlinux 0xfbf349a2 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0xfbfb179d idr_init +EXPORT_SYMBOL vmlinux 0xfc02b7ad sysctl_tcp_wmem +EXPORT_SYMBOL vmlinux 0xfc084de7 arp_find +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc42dd50 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0xfc65459a kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0xfcaa04a0 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xfcc2a43c utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0xfce766ab idr_get_next +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcfa03ff fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0xfd2b28ba tcf_destroy_chain +EXPORT_SYMBOL vmlinux 0xfd305341 walk_stackframe +EXPORT_SYMBOL vmlinux 0xfd4f132f scsi_execute +EXPORT_SYMBOL vmlinux 0xfd5683b9 wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0xfd6170ba of_mm_gpiochip_add +EXPORT_SYMBOL vmlinux 0xfd6293c2 boot_tvec_bases +EXPORT_SYMBOL vmlinux 0xfd66d209 splice_from_pipe_feed +EXPORT_SYMBOL vmlinux 0xfda0dbe8 ftrace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xfdfc0b3b fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0xfe0bc6e6 pagecache_write_end +EXPORT_SYMBOL vmlinux 0xfe0be7a3 file_sb_list_del +EXPORT_SYMBOL vmlinux 0xfe182e82 snd_pcm_suspend_all +EXPORT_SYMBOL vmlinux 0xfe33c6c3 sg_nents +EXPORT_SYMBOL vmlinux 0xfe40bf95 dss_feat_get_num_ovls +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe753cb6 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0xfe769456 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xfe7c4287 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0xfe801e07 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0xfe806635 block_read_full_page +EXPORT_SYMBOL vmlinux 0xfe95222b tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0xfea80cdc vfs_statfs +EXPORT_SYMBOL vmlinux 0xfea88994 __breadahead +EXPORT_SYMBOL vmlinux 0xfeb0fef9 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0xfec138a8 inet_del_offload +EXPORT_SYMBOL vmlinux 0xfef1bcc9 build_skb +EXPORT_SYMBOL vmlinux 0xfef96e23 __scsi_print_command +EXPORT_SYMBOL vmlinux 0xfefb83ee of_find_node_by_path +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff299751 skb_copy_datagram_from_iovec +EXPORT_SYMBOL vmlinux 0xff55f78f vm_insert_pfn +EXPORT_SYMBOL vmlinux 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL vmlinux 0xff67b37f __lshrdi3 +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff79cb16 scsi_rescan_device +EXPORT_SYMBOL vmlinux 0xff9ca065 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0xffb94ef0 _test_and_change_bit +EXPORT_SYMBOL vmlinux 0xffba0e7e mmc_start_bkops +EXPORT_SYMBOL vmlinux 0xffd2cf99 omap_dss_get_num_overlay_managers +EXPORT_SYMBOL vmlinux 0xffd5a395 default_wake_function +EXPORT_SYMBOL vmlinux 0xffe5095d groups_free +EXPORT_SYMBOL vmlinux 0xffe59f9d simple_unlink +EXPORT_SYMBOL_GPL crypto/af_alg 0x1590906a af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x3904cef6 af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x4e6e8e9d af_alg_complete +EXPORT_SYMBOL_GPL crypto/af_alg 0x93957c0c af_alg_cmsg_send +EXPORT_SYMBOL_GPL crypto/af_alg 0xa9e68bf7 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xb100cae6 af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0xca65ecc3 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0xd954ef95 af_alg_wait_for_completion +EXPORT_SYMBOL_GPL crypto/af_alg 0xf72a6e8b af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0xc09a083a async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x8fa5b424 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x95ace62d async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x37f73caa async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x58a3fee9 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x12a91992 async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x88429cdc __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x9007f403 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xf3fb3dd2 async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x2a49316c async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xe5b853aa async_xor +EXPORT_SYMBOL_GPL crypto/blowfish_common 0x0dd96b3d blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x27278ca9 __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x4a2a3ca6 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x8fc5be26 cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1291971c __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1e2c961f __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x371eb830 cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x8f04034a __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast_common 0x08aa6fb7 cast_s1 +EXPORT_SYMBOL_GPL crypto/cast_common 0x0c5fbf8a cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xe39dd4b4 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0xee83a4f3 cast_s4 +EXPORT_SYMBOL_GPL crypto/cryptd 0x2d4b4c42 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x3d2b8673 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x419b6104 cryptd_alloc_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x505edaee cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x559b6100 cryptd_ablkcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x584e65c8 cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x7548114b cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xb64e7994 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xdbac304c cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0xff9228a2 cryptd_free_ablkcipher +EXPORT_SYMBOL_GPL crypto/des_generic 0xcfd9a2c0 des_ekey +EXPORT_SYMBOL_GPL crypto/lrw 0x3864eb66 lrw_free_table +EXPORT_SYMBOL_GPL crypto/lrw 0xcd074900 lrw_init_table +EXPORT_SYMBOL_GPL crypto/lrw 0xe63869d1 lrw_crypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x5ddb33e9 __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x77b39cb4 __serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x8a1a99ad __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xb1d0db6b serpent_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0x6c3229bb __twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0x7d661fe3 twofish_setkey +EXPORT_SYMBOL_GPL crypto/xts 0x19b180e6 xts_crypt +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0xf2e1e17d __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x14102f23 ks0108_displaystate +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x48a70518 ks0108_writedata +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x4f506333 ks0108_startline +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x6edae968 ks0108_isinited +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xbf4774db ks0108_writecontrol +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xedde6df2 ks0108_page +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xfee8ef7b ks0108_address +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0191f1d9 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x08e6cc2a bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x303fb05b bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x415be7bd bcma_find_core +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x443d4477 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4e214994 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5218928e bcma_core_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x57cc5963 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5c0442df bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6276b1f3 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa5424816 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc3468389 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xdad3cf84 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe12e5564 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe99f0724 bcma_core_pci_extend_L1timer +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf00711ad bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xff8cfd8f __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x327e29a4 btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x55450d76 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x65b2beb4 btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x78d132a6 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x7de57cb1 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x87f865d9 btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x904ea9ba btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xcfb96d25 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xedf8bbb7 btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xf07422ab btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x192611d9 __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xd9a93706 __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x2fc41277 drm_gem_cma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x42a70a2b drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x7317d10e drm_gem_cma_free_object +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xa10db376 drm_gem_cma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xbc51f384 drm_gem_cma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xc0171749 drm_gem_cma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xc41582d0 drm_gem_cma_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xd50c9437 drm_gem_cma_dumb_destroy +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xd89e84cb drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x1148b623 drm_fbdev_cma_fini +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x3c0b872e drm_fb_cma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x63235ebb drm_fbdev_cma_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xb2c912af drm_fbdev_cma_hotplug_event +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xcc337fd5 drm_fbdev_cma_restore_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xe137c6e7 drm_fb_cma_create +EXPORT_SYMBOL_GPL drivers/hid/hid 0x013a032d hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x189f23db hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1fc6f51b __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3422e678 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x38904af4 hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x41528c9d hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4906a967 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x50e34bba hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5fbbfa56 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x606c1e6e hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6289cbb5 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x638a7219 hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x68016829 hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x71a09bd2 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x73d8cd46 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x75213d41 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0x78a76cac hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7f1b1c62 hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0x80df9848 hidinput_find_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x87f98a61 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x89f939d3 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x929d0e3a hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x98ce163f hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa177d06e hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa950ea0e hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xad4f0689 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xad8d2870 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc8515a9c hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0xced34843 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd2f17283 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf29b56d0 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf2deaebf hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x3d148f72 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x8c4181ec roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xd5699d0f roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xd7b7e9db roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xedbd89b0 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x1b19c556 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x2d51bf83 sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x2e1f6d37 sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x4fac3912 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x59f29fd6 sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x6d6f182b sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x01fd453e usbhid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x164bc824 usbhid_submit_report +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x9b00d040 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xb7046323 usbhid_wait_io +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xd621c05d usbhid_set_leds +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x0eb89131 hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x39887d12 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x54c74e35 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x8fa8f33b hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xab47afa8 hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xad738f94 hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb310c673 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb695cf53 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb6b085d5 hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xbecb2e74 hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xcc14ce01 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd7412d76 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe21561be hsi_event +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x48fa3d3b pmbus_check_word_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x5ba05f7f pmbus_set_page +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x730867f2 pmbus_do_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x786fe394 pmbus_write_byte +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x84ca1b9f pmbus_clear_faults +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x939929cb pmbus_do_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xa29cf1aa pmbus_check_byte_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xa84ddaf6 pmbus_write_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xb7aeb44f pmbus_read_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xb82f4d86 pmbus_read_byte_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xbe32a4b2 pmbus_get_driver_info +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x46c3e5e9 i2c_dw_read_comp_param +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5bb1170b i2c_dw_isr +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5d22882d i2c_dw_init +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x941ce71b i2c_dw_xfer +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xbfbfa79a i2c_dw_disable_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xc3673953 i2c_dw_clear_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xccdad501 i2c_dw_disable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xd170ef3a i2c_dw_func +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xdfaba163 i2c_dw_enable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xe8a5440e i2c_dw_is_enabled +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x4416f452 i2c_add_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xb2933cdd i2c_del_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x1b0c640c i2c_setup_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x77a26a35 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x066f4744 ad_sd_calibrate_all +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x19f3f79e ad_sd_validate_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x28d1b354 ad_sd_init +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x49785089 ad_sd_read_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x5998c018 ad_sigma_delta_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x7dd2d2c2 ad_sd_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xbf2d71ca ad_sd_set_comm +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xe54b2ad1 ad_sd_write_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xf2b6d579 ad_sd_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x0fc4ed55 adis_init +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x127b70c0 adis_update_scan_mode +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x19b3bd9f adis_reset +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x2306de64 adis_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x2a3bbd31 adis_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x3975ce6c adis_remove_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x5df1493a adis_probe_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x60b0e9df adis_read_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x64ad4f20 adis_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x7385de1d adis_check_status +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x87c89e95 adis_initial_startup +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xe3162dbb adis_write_reg +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0534b957 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x06b1798a iio_update_demux +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x143de812 iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x21d309e6 iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x28522798 iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2bb2a87b iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x327c7288 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x372b20c8 iio_scan_mask_set +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x478dff5a iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x48fef967 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5bfc5220 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x61a62e22 iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x766251ac iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x873385f5 iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x87fb5a2e iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa313010d iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa66bb30f iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb7af6909 iio_scan_mask_query +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc170f6cf iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xccff12bb iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd2b403cd iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd87eabba iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xde0c296b iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe99d11c1 iio_enum_write +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x3bb25157 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x49a4fcbd adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x66535a18 adxl34x_suspend +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xe4586827 adxl34x_resume +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xef11727d adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x1361de9e cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xc3de335b cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xfd509db9 cyttsp_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x33311152 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x33aabf45 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x660f7df9 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x6d7bf328 wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x70c5ee72 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x91b0c690 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x9442db0c wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x97b2cef4 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xbc6feeec wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xc0644af7 wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xe643473f wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xec420615 wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x019d7046 ipack_device_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x07014f19 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x09934691 ipack_device_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x0a014498 ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x5004caff ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xf2153ce9 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0x4de7b2d0 unregister_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0xb17b7c77 register_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x03965d40 gigaset_freedriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x13f63c3a gigaset_initcs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x2823bc77 gigaset_start +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x2b862acc gigaset_m10x_send_skb +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x3032364c gigaset_fill_inbuf +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x454aa44f gigaset_debuglevel +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x5d8e2114 gigaset_freecs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x5f20ea3a gigaset_stop +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x68b4f36d gigaset_handle_modem_response +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x6c5c8734 gigaset_initdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x71060687 gigaset_m10x_input +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x8e82d230 gigaset_skb_sent +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x8eff32df gigaset_dbg_buffer +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x9cd1a612 gigaset_blockdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xccd514a6 gigaset_skb_rcvd +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xdf18baa0 gigaset_add_event +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xe2335640 gigaset_shutdown +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xeadbd2e3 gigaset_if_receive +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xec952ead gigaset_isdn_rcv_err +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x4e97f83f dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xa36f6af5 dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xa89826da dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb6d5c65d dm_deferred_set_add_work +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb70b342a dm_bio_prison_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xcfa01a18 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xebd06eaf dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x22163b69 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x3909d3a8 dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x3b736500 dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x594952bd dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x62a23587 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x7c381a76 dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9b2b253a dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xdc69e37a dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe004ee92 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe6024e59 dm_bufio_release +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xebcc64a4 dm_bufio_get_block_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xeca7949e dm_bufio_client_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x903fb075 dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xa041248c dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x01d2f9ac dm_rh_recovery_start +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x09472122 dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x3861b080 dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38efaf5a dm_region_hash_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x3a18389a dm_rh_update_states +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x41e01291 dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x4926252b dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7774620f dm_rh_stop_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d053fc5 dm_rh_start_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa2696f74 dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa83588eb dm_rh_recovery_end +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa8813ad6 dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xbe38a431 dm_rh_recovery_prepare +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xc66ce277 dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xcab63c3d dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd6378317 dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd6b90a8f dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf37a3cfe dm_rh_get_region_key +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfd93482e dm_rh_recovery_in_flight +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0054f69d dm_tm_pre_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x03ced457 dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x08a936ca dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x11eab9fe dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2c112836 dm_block_location +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2e730a21 dm_bm_checksum +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40f7bd91 dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x42d6b12f dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x63b2ff62 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x67521436 dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x688d422d dm_bm_block_size +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x72289260 dm_block_manager_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7ade1071 dm_tm_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7b047bd9 dm_tm_create_non_blocking_clone +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7dc38fc6 dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x80c89b3d dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9b4b5b29 dm_bm_write_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9e798e22 dm_bm_set_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa2507774 dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa6aae3ea dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb7bad799 dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb967690a dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb9a6ecf8 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbaa513b0 dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbc5fe7c1 dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbcfdc290 dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdb562135 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xead1e727 dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf99dc2cf dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/raid1 0x4c30215d md_raid1_congested +EXPORT_SYMBOL_GPL drivers/md/raid10 0x69932397 md_raid10_congested +EXPORT_SYMBOL_GPL drivers/md/raid456 0xe0095319 md_raid5_congested +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x04272464 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x0439ddb1 smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x23d2780c smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x2b78822a smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x37d91069 smsendian_handle_tx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x3cbec6a6 sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x3ea01466 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x5f2b70ff smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x5f6e4421 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x63222b29 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6d540377 smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x74ee9098 sms_board_load_modules +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x76222253 sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7c576277 smsendian_handle_message_header +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa4463968 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa694e3b3 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa771ed38 smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc9c2efc0 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xcfddcb8a smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe8f4f284 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xee428cbf smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf3431236 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0x113f6f31 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/platform/omap/omap-vout 0x090b7ab2 omap_vout_default_crop +EXPORT_SYMBOL_GPL drivers/media/platform/omap/omap-vout 0x3f08714d omap_vout_try_window +EXPORT_SYMBOL_GPL drivers/media/platform/omap/omap-vout 0x87006df4 omap_vout_new_window +EXPORT_SYMBOL_GPL drivers/media/platform/omap/omap-vout 0xd5aa61c6 omap_vout_new_format +EXPORT_SYMBOL_GPL drivers/media/platform/omap/omap-vout 0xe168e379 omap_vout_new_crop +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x7b29ad19 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xf0aa693a radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x025f672e ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0781f53e rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0a6d06c5 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x1f4eb9ef ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x20f8f4de rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2f2c2b10 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x35bc2e81 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x488cabc0 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x4f6471c9 rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x553efb91 rc_core_debug +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5653b449 rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x7d64ef71 rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x7f62214e ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x88c29ad4 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9d376238 rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb5ad6e0e rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb6369bd2 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xedecdfa2 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x0534f951 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0x9e22fdcb microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x2bce0c4d mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0xc638917e tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x55ef6753 tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xc391e8e9 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xecfa6666 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x73145a91 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x1376e231 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xb463efbf tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x2a488d37 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x5e001054 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0xce07b1c4 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0985ffdf cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0ad701e5 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0d31fc11 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x32afecef cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x3fd9abc6 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x40296e4b cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x409c789d cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x43594c92 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7af323cd cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7cabcec0 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa22fcccf cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xaa469202 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xad34fdae is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xbce02857 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd38ed4f8 cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd41e5809 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe6e17ff0 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf2c320ee cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xfdcefdd8 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x872dc0ef mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0x5e19435e mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x1923ebdb em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x40d9cd9e em28xx_alloc_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x608f8c45 em28xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x8ce99aba em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x9170a70b em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x93064901 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x934e9311 em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa073b570 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa3a955a3 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xae27e40a em28xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcf624483 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd3f54c29 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd659aeda em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe87d9b4e em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x07d1fb29 tm6000_set_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x2309a6d6 tm6000_xc5000_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x39590492 tm6000_get_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x78e25121 tm6000_set_reg_mask +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x89b611dd tm6000_debug +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xb27cb77a tm6000_set_audio_bitrate +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xdff8e89d tm6000_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x0026a5bb v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x09909954 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x53105839 v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x5d9d3491 v4l_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x6f344bb9 v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x7caa275b v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x7eaf8e7a v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x813f3de4 v4l2_find_nearest_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x865c51bb v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x94632f90 v4l_fill_dv_preset_info +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xe6cb848e v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf63ae08f v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-int-device 0x40830072 v4l2_int_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-int-device 0x40e2dd37 v4l2_int_ioctl_0 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-int-device 0xa5228b24 v4l2_int_device_try_attach_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-int-device 0xae0636bb v4l2_int_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-int-device 0xc8e2fee6 v4l2_int_ioctl_1 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x02228408 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0b917f2e v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x296cc354 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x29b147e9 v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3955a19b v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4e114f9b v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4f22c9be v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x718ca65a v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x82e7664e v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8aec9e83 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8d14b647 v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc8a3f311 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfb816ce9 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfc7e9414 v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x13220fba videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1e28b3a6 videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x21392999 videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x225a634f videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x25889ebe videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2bf3db35 __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2bf91180 videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2d41098b videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3fbc07bc videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x57425781 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x57ca292b videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6b196c52 videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x7dfad6e0 videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8376b9bd videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x87913dff videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8c8685f3 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x92151044 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa8fd9541 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xadf21163 videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb10db1b8 videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb65405e2 videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb9c2d015 videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe4fb8869 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf7ada41e videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x0c3a0ec7 videobuf_queue_dma_contig_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x81c004e4 videobuf_dma_contig_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xae88a133 videobuf_to_dma_contig +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0xc8503e71 videobuf_queue_dma_contig_init_cached +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x99749027 videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xaa6d3111 videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xbf9957a6 videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x007ffe99 vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x01cfdf3f vb2_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x04e865af vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x119de7b2 vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x2f2bf4da vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3cc0013b vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3d6335a4 vb2_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x3f9cccfe vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x44af51f7 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x475f0ec5 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x48ac938e vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4f462cde vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x64b2b2cf vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x73e6b16a vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x777636fc vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x77afb328 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x7ff69293 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x81901009 vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x93973a54 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x95f793ac vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x967cf413 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x97077a18 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa04e7d47 vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa871f184 vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xafeca777 vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb34f1105 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xc8981ed3 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xcde0dc91 vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd641b46c vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xda512055 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xedd9b203 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf1e7b968 vb2_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf2245c05 vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf8b4c47b vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xa12ba357 vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xe28e5fce vb2_dma_contig_init_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xe57f0426 vb2_dma_contig_cleanup_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x6cb96ca1 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0x871b2854 vb2_get_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xb2e813d1 vb2_get_contig_userptr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xf9b0f9f1 vb2_put_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-vmalloc 0x546d6a23 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0163928c v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x04542015 v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0e0e3c05 v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x191e4de4 v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x22fadadb v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x30e45ef8 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x47b15481 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x53eb235b v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5a67b830 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5bd903b3 v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x65a4f8d4 v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x74d60c8f v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7e53a166 v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x89224ce8 v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x97351962 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbd893624 v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc921647e v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc74e75d v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd14afa66 v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd92bdcc3 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe4125c71 v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xeba32173 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x0fdba253 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x6d5a7fb2 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xa05446d4 pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xfcb2739b pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x06d5c230 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xe98b59b3 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xf6a70eab lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x130a4565 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x1bd1f34a lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x49a641fb lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x5ec1b46f lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x8ca844be lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xc1abed2a lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xff889154 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x09961a97 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x6c52e9da mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xa5bf263e mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xb7b0d356 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xe9830809 mc13xxx_common_cleanup +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xf70a9876 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x0306cfaa pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x21e8a97e pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x28d8b000 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x3fa5c14c pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x47786fc1 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x50ef58d7 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x73b20714 pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x9d843354 pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xd61587e9 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xed5379e6 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xf1452fcd pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x016056ce pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xc7f7e9af pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x0f3f68e5 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x1183e130 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x2358c543 pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x8277d965 pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xac252762 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x01a33234 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x4fca3918 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x2c1da761 sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xc6aad7fc sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xcc074053 sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xeebf6470 sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xf1c34f9d sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x33cd0c38 tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x3411c287 tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x3e74f9f7 tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xd02774d9 tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/twl4030-madc 0x08b8dd2e twl4030_madc_conversion +EXPORT_SYMBOL_GPL drivers/mfd/twl4030-madc 0x4362dc66 twl4030_get_madc_conversion +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0xd6bc0e07 ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x27cb133b eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x822222db eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x98bb5a22 eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x0abbee1c enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x0dd1e3fb enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x3495cba2 enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xa2853df8 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xb8489d11 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xcd4638af enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xd933689f enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x0e470c5a lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x36edfcc8 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x59e242e7 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x5d34ede7 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x94c02718 lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x98ff061b lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xc9de29a4 lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xcfb1c717 lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x1b94c3f0 st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x9de77120 st_register +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0x28876a01 dw_mci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0x3ed72a39 dw_mci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0xc404fc76 dw_mci_pltfm_remove +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x18441de8 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x47a0075d cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xe13a7544 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x3501fee9 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x65c6a6f8 cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xda0e9392 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0x3ebe2a3e cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x6474e44a cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x7788bc37 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x8092fc39 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/devices/doc2001plus 0xb0218cd1 DoCMilPlus_init +EXPORT_SYMBOL_GPL drivers/mtd/devices/docecc 0x45937659 doc_decode_ecc +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x4a730b52 onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x7a14f408 onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x0b4fcd08 ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x10d69be5 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x599d06b7 ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x59c7638d ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5cfdd22d ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x6a1b885b ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x6f09ba8a ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x70a2d18c ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x88983564 ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xa02e367d ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xb5758c66 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xe05e873f ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xea49a2eb ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xef4a7241 ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5f97bb5 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xfd6f0ef9 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x18d746dc c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xaa72f8ff alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xb651aa11 register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xdc23bba4 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xe335be01 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xec877cc9 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x0143ff46 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x1e2ea478 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x222c295a can_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x260f7712 close_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x2acd04a7 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x2c692e61 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x2cd90186 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x45032198 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x8a35f767 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xa6788fb5 can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb346573b can_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xc1954a34 alloc_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xed1f02cf register_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xfcda6c2b unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x110a3df1 register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x70380246 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xc203fe0f unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xe45de8ef alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x2bb9aedc register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x365bdaac free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x463991fe alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xa3eb22ec unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0x2c7f695c macb_set_hwaddr +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0x345fe213 macb_get_hwaddr +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0x6f81732a macb_mii_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0x83b34c32 macb_ethtool_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0x8c2343c1 macb_set_rx_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0xc34df9f8 macb_get_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0xe92934f4 macb_ioctl +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/davinci_cpdma 0x018edcce cpdma_ctlr_dump +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/davinci_cpdma 0x4a6bea03 cpdma_chan_submit +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/davinci_cpdma 0x5c2fe4a5 cpdma_chan_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/davinci_cpdma 0x68e47b2c cpdma_ctlr_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/davinci_cpdma 0x764928a2 cpdma_chan_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/davinci_cpdma 0x949334db cpdma_ctlr_start +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/davinci_cpdma 0x9cdc9867 cpdma_ctlr_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/davinci_cpdma 0xc2226e21 cpdma_ctlr_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/davinci_cpdma 0xc5d5513e cpdma_chan_process +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/davinci_cpdma 0xe4c22565 cpdma_chan_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/davinci_cpdma 0xee8d7539 cpdma_chan_start +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x03364b99 macvlan_start_xmit +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x9473ca44 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xb47922b6 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xe8124d46 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xf33df30c macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvtap 0x29e737f6 macvtap_get_socket +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x059195b6 usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x187a19b3 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x51cdce12 usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xdf3f73d4 usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x0715f0f3 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x189cc9d6 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x516a5d1e cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x738a1a25 cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x84f5cdc5 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xe6b89ede cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x23705965 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x4e333f13 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x6598e31b rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x66a10dbf rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x7fbb147e rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xcbb7a483 rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x01f0a2e0 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x05270d6b usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x082e7c75 usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x13903b0f usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1c71d92e usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x25bdf8ce usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2699d6cf usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x284c927c usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2be3d947 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2d2ad90a usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3a71f274 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3bff0d65 usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3c3e4189 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x426ba0b3 usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6b9b7150 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x75c46f3a usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x817b1145 usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8b01b26d usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8b0e06d7 usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8b49cc4d usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8cd29d20 usbnet_get_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb8571e52 usbnet_set_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbce6b6d2 usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc109a71c usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc2a46118 usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc9655a04 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xcc70c61d usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd5af63b0 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf9ba5922 usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x091c9e83 i2400m_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x0bacd935 i2400m_netdev_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x2aee4d13 i2400m_release +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x321819bb i2400m_cmd_enter_powersave +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x3a1d071e i2400m_error_recovery +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x4cacbdc7 i2400m_is_boot_barker +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x4d7bd07f i2400m_dev_reset_handle +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x57851083 i2400m_dev_bootstrap +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x5796c4e3 i2400m_tx_msg_sent +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x589e94e8 i2400m_init +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x8a1ae0b6 i2400m_pre_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x9429e0b2 i2400m_rx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xae93ee4d i2400m_tx_msg_get +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb00b793c i2400m_bm_cmd_prepare +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xbe81ec04 i2400m_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xe5da9a1a i2400m_post_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xf819c2cb i2400m_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x05928bda lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x154ad0cc lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x18f6b441 lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x219fa888 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x25820161 lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x2c77cbe3 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x434ab470 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5fdf38b8 lbs_disablemesh +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x75f14fcb lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x9f3480ea lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xa26e95e0 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xa81ce901 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xb76e6af0 lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xb7bcebce lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xc7492dc0 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xdc90d244 lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf04ea0b7 lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x25d2ebdc lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x3cbde3b7 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x4e3ad5c8 __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x4ec1cc54 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x52182de2 lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x5be12b45 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x88662722 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xd21a16b9 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0x00954d73 if_usb_prog_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0xb99ccff1 if_usb_reset_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x12abf429 mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x154d578f mwifiex_deauthenticate +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x1ecb517d mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x403b120e mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x420ac306 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x43cbedf1 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x4d7e9179 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x8a51141d mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x9541ae32 mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xb729c713 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xca0fb25e mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xcae97588 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xcf79dab1 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xea987e34 mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x0165ffd2 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x0b085248 p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x350a3d71 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x374469b1 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x39689166 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x435a0935 p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x46adfdf3 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xb5d6c508 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xbebdd1f7 p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x04aa864b rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0933bede rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0cb0086c rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0d279195 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x13b6b687 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x18679694 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1fd25215 rt2800_get_tkip_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x2e3fef72 rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x37fe3c48 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3b75ec02 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x5404e318 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x5c1f1027 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x6357443f rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x64b4c637 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x6d786d37 rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x768aa2a8 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x857bcd63 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x874b730b rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x8d9a1605 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x98b96eb5 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa0924a82 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa1f29274 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xac080dd0 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xad702e43 rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xaedf6c00 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb0437e6f rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xb569330e rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xba56f312 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xbb6f7447 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xbd3aaddb rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc52c6874 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc69f088f rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xd1d95074 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xddeb1783 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf141590e rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf525394d rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xf93212fc rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x00a272ee rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0151ddf6 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x01e4bdd9 rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x0d9eb329 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x10c1deab rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x157983f8 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x15aa489d rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x17c12e6c rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x29ec9142 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x3cf6bd00 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4da2e135 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x58198feb rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5b3e8be6 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5de9e680 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5e13c905 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x61de3111 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6878c77b rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6a9e2ce6 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6bd78645 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6bf272eb rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x8009e81e rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x84522626 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x85401851 rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x88cb4e58 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x995c7324 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa2f2b19b rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa54229f8 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa64e8e8f rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xabf4d9a4 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xace041a8 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb64cdc89 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb8652fb5 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb99ac947 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xbb90fc44 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc36fb046 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc7360a9a rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xce69021d rt2x00mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xcef4a7e6 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd1d7e5bf rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd8defc26 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xdefd09f2 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xed717f09 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf4501830 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf5dc7def rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf7ab23f6 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xfa56e0c6 rt2x00mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x2104a36b rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x3a2a85f0 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x3ec81bce rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x45781f64 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x54737265 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x54c4f4ee rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x6b1f9064 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x6d229e01 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x6db8ca1f rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x80b19a02 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x8417355e rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x9ded9b92 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xb53d993d rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xcbaf12ed rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xd0daaa0a rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xf9419b49 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x223bcff9 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x7fb91405 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xcfe47774 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x05294fba wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x119e922f wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x14284b0e wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1478486c wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1af5aabf wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2935a08e wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2d6fd1cf wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x31c23e96 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x385d8a24 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x47b9c639 wlcore_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x53dff67d wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x551466bb wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5aeb735f wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6d893a12 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x76b0ccf9 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8a64f9f1 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9958e499 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa3f46d27 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaa95914f wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xae499838 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xba6888eb wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc14af1c2 wlcore_wake_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc6d92b9d wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd0db9909 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdc45a11d wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe026b971 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfb4dcb3c wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x036f6cf6 pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x3fb9ffae pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0xeefb8b49 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x071b1e9f mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x498ba699 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x83929553 mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xa637ad53 mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xcc09ec29 mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x294c1a5f wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x29939522 wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x62003e22 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x86494f66 wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x8d015766 wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x9e03cbc4 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x444d4d29 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x35d75542 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x38e0116a scsi_dh_detach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x4798adb0 scsi_dh_activate +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x593a36c2 scsi_dh_handler_exist +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x87165a33 scsi_dh_set_params +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x9351da14 scsi_register_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xae628354 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xe18e2347 scsi_dh_attach +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0fb51275 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1bb6e4bf fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x28246e23 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x374c1e1c fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x4ac9accf fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x546760be __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x58e5c658 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x65372dda fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x84b3d915 fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9a5ebf5f fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb6c84ca4 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb70d550f fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc3409e03 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xcfe96a66 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xd4d2e77b fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xdc384dd5 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x032fb243 iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x329ad5e6 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x6c3ebd79 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x7c3ea232 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x9631489d iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x9c4e132d iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x01ae6eca iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x054d29ca iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x086aed75 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0abd696c iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x14752698 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x20f60dca iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x28e60bf1 iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2c18e24b iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2eb88f8b iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3674b03a iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3790cea3 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3f28cd38 iscsi_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x48502a3f iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x55024d40 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5e0ebde2 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x66edd76d iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x67ac6e2d iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6df02d3f __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x71f60213 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7249ca62 iscsi_eh_target_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x79f94d9a iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7a617958 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7c5bc80b iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x82f63c13 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x84323e4b iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8ca8e157 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9fa21453 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa0a82a50 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa0cb16f3 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa4832cf0 iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa6395015 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb1b894a0 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc0cb02f4 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcdc726f6 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd1285a61 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd6080527 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd8a1a839 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdce144f5 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe916f794 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe9c023ec iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xedc0a2e0 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xefaaabf2 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf0b0c106 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf1bb3ab8 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf8906873 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfc7432b8 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1212b256 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1dab1106 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3705c0a6 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x38e2a45e iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x45356b23 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5be7eff4 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x62c26955 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6546bd0e iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x719f5c40 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x74b9d1c4 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x78d00161 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x92b4e8de iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xbb7b60dc iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xde9bd490 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe16aec56 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe33cb01d iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf8c1804c iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x268bc1fb sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2ac7fc90 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3cba3940 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3d93f17d sas_alloc_slow_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3f237017 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x476325ef sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x484513a9 sas_domain_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4b9a7f41 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4f18ead0 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6281a039 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6a4d8dfb sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6bc3c723 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x710259f1 sas_alloc_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x72482858 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x787da71d sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x809d1d68 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x97624342 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9950619e sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa49d6d33 sas_change_queue_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbdbf48f3 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc4c18d4e sas_free_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd2c11efa sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd6f33d69 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe8df2f06 sas_eh_bus_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfbafe986 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x1dc182db scsi_tgt_tsk_mgmt_request +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x216da183 scsi_tgt_cmd_to_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x60a01805 scsi_host_get_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x7d925dd9 scsi_tgt_it_nexus_destroy +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x7f8f7093 scsi_tgt_free_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xac032976 scsi_host_put_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xc35b6a32 scsi_tgt_it_nexus_create +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xefb84635 scsi_tgt_alloc_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xfa489e42 scsi_tgt_queue_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x071fd88b iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x078ed8d9 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x09ce5545 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0eaa92e8 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0eea99bf iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x15bcaa71 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1ab15c7a iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x20653272 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2994d0c9 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2c68b6a6 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2c9391ef iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3adfcda8 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x44c358f1 iscsi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x56b376d2 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5a4298e7 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6e6e20eb iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x79ab7bbd iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7d751394 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7df73a8a iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7fd2d1c4 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8a52fdb7 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9704cea3 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9dcfb79e iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa7578e3d iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xac4da238 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaf4496c1 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbbb065cf iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcbb67975 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd2c4f308 iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd2ea6b6c iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xda5a69a9 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe80e6cf6 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x35a45b0f sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x7fb245bd sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x9dd786d5 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xba5c0eec sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xa0c71dac spi_populate_sync_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xcffa2aff spi_populate_width_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x7150b3dc srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x77bfb561 srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x9d6e01a5 srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xae3a1101 srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xf90214ab srp_remove_host +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x6cb5b6eb spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x87756e76 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x9f0c693e spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xa28a120d spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xc9235e48 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xdfdb2937 spi_bitbang_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x002e2f01 dw_spi_suspend_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x47c436b2 dw_spi_xfer_done +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x5f3b8cef dw_spi_remove_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x992d0fb7 dw_spi_add_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x9bf579f1 dw_spi_resume_host +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x043993b8 CsrUint32Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x063ce8fd CsrMemCpySer +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x1a2f4153 CsrUint16Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x1b112e5a CsrUint32Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x20ed5d24 CsrMemCpyDes +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x25d71627 CsrWifiEventCsrUint16Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x2e32b4fa CsrWifiEventCsrUint16CsrUint8Sizeof +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x35ee09da CsrWifiEventSizeof +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x4a44d987 CsrCharStringSer +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x4b702d3b CsrWifiEventCsrUint16CsrUint8Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x5bef3871 CsrCharStringDes +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x71d701be CsrThreadSleep +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x7b2ce3fd CsrWifiEventCsrUint8Sizeof +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x80cc6f40 CsrTimeGet +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x83653836 CsrWifiEventCsrUint16Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x92b87e22 CsrUint8Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x99c3117b CsrWifiEventCsrUint8Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xa914520b CsrMsgConvFindEntry +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xad2a353d CsrWifiEventCsrUint8Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xb39bdd0a CsrUint8Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xc47d071c CsrMsgConvInsert +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xc79e2f1d CsrWifiEventSer +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xc9691b01 CsrMsgConvInit +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xde3f2c0f CsrWifiEventCsrUint16Sizeof +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xdf5f5f67 CsrUint16Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xe258383d CsrWifiEventCsrUint32Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xe2e90b5d CsrMsgConvCustomLookupRegister +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xe90cfd08 CsrWifiEventCsrUint32Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xeb229892 CsrWifiEventDes +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xfd995761 CsrWifiEventCsrUint32Sizeof +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xfe9f5512 CsrWifiEventCsrUint16CsrUint8Ser +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0x12e6177b oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0x14523351 oslec_snapshot +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0x14c4b6b0 oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0x3c6ec396 oslec_flush +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0xca667daa oslec_create +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0xeb94de18 oslec_update +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0xeec034fb oslec_free +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0x62a303fd adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x182d4a32 imx_drm_device_put +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x1cfe024a imx_drm_crtc_vblank_get +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x2633f37c imx_drm_remove_connector +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x419b08de imx_drm_handle_vblank +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x5f056ff0 imx_drm_crtc_vblank_put +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x6ac7ae1f imx_drm_remove_encoder +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x736cc34f imx_drm_add_connector +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0x782ed4f5 imx_drm_crtc_panel_format +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0xbdb36673 imx_drm_device_get +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0xbe069a6f imx_drm_encoder_add_possible_crtcs +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0xc30a7b83 imx_drm_add_crtc +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0xd652b5a4 imx_drm_remove_crtc +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0xdbb82f0f imx_drm_fb_helper_set +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/imxdrm 0xec6dc35b imx_drm_add_encoder +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x01913d79 ipu_idmac_channel_irq +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x13952dfe ipu_dmfc_enable_channel +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x15ec2ba5 ipu_di_put +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x199bd5c8 ipu_dp_disable_channel +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x1ba497eb ipu_pixelformat_to_colorspace +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x1f109b0c ipu_di_get +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x21a98c8d ipu_cpmem_set_yuv_planar +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x25aaf41a ipu_ch_param_read_field +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x29a5c5b8 ipu_get_cpmem +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x3166aec7 ipu_dmfc_disable_channel +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x32d1b28a ipu_cpmem_set_yuv_planar_full +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x33a2a6fe ipu_cpmem_set_image +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x3e86ea72 ipu_di_get_num +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x429ccbc2 ipu_srm_dp_sync_update +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x4c179b49 ipu_dp_put +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x51475e87 ipu_dmfc_put +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x53de277c ipu_di_enable +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x588bb96f ipu_dp_get +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x59d63877 ipu_idmac_enable_channel +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x60878bb9 ipu_idmac_set_double_buffer +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x6b141f42 ipu_idmac_disable_channel +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x6ce1d2e2 ipu_cpmem_set_fmt +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x7068e939 ipu_dc_put +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x742ca498 ipu_idmac_put +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x7666bda8 ipu_cpmem_set_yuv_interleaved +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x859d56b9 ipu_cpmem_set_high_priority +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x920d4538 ipu_ch_param_write_field +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x94c092a3 ipu_cpmem_set_format_passthrough +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x97314b7a ipu_idmac_get +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0x9f38e177 ipu_dp_enable_channel +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0xa390df40 ipu_idmac_select_buffer +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0xa4b0cabd ipu_dc_disable_channel +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0xb228bf1e ipu_dp_set_global_alpha +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0xb94ca95a ipu_dmfc_init_channel +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0xbfaef745 ipu_cpmem_set_format_rgb +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0xc848c5d7 ipu_dmfc_free_bandwidth +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0xc921446a ipu_di_init_sync_panel +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0xc97e7a0f ipu_di_disable +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0xd5055dd9 ipu_dmfc_alloc_bandwidth +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0xda43619d ipu_dmfc_get +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0xe300a959 ipu_dp_setup_channel +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0xe6243c52 ipu_dc_enable_channel +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0xf77570b4 ipu_dc_get +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0xf7d99d69 ipu_dc_init_sync +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0xf9ed222e ipu_dp_set_window_pos +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0xfea1526c ipu_module_enable +EXPORT_SYMBOL_GPL drivers/staging/imx-drm/ipu-v3/imx-ipu-v3 0xff928be7 ipu_module_disable +EXPORT_SYMBOL_GPL drivers/staging/rts5139/rts5139 0xbd5a0e51 rts5139_usb_ids +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0294216b synth_remove +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0e81c76d spk_serial_out +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x115c5b09 serial_synth_probe +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x14f06fe7 spk_serial_in_nowait +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x470b0611 spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x475e158a synth_request_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x48b9635e synth_add +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4a8c0fd8 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x5a1d58f8 spk_synth_immediate +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x640ecc0f spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x86442336 speakup_event +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8e146195 synth_release_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x917a1270 spk_var_store +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x93cad4c0 spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x9a888082 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xaf5d671c spk_var_show +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb2978dbc speakup_info +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb48956f8 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb73a5748 get_var +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc766ae09 synth_printf +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7cd4558 spk_serial_release +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7e810f8 spk_serial_in +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x00271924 usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x36f4d746 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x47b30b0b usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x6ffcb601 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x8d6383a0 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x98c16733 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xb23e5023 usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xb7287831 usbip_event_add +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xba5a1a9e usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xe5bd70c0 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xec26f5f1 usbip_recv +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xfc3f996c sockfd_to_socket +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xff1a5d9a usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/tty/n_tracesink 0x585ebaac n_tracesink_datadrain +EXPORT_SYMBOL_GPL drivers/uio/uio 0x02bd47e8 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x2fd9046f uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0x57e9a9d2 __uio_register_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x813e8a2b usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x83be365a usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0b8d6dff usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x16497550 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2a10679d config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x30bb16ec usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4635f39e usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4c23aafe usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5767ced2 usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6225511d usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6ac12dd0 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x73f6ce5b usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x75b6890e usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x87b3fe51 usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x94d7075a usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa65b407e usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa737d642 usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbbe70c3f usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc1f3d5f0 usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd9ebc8e6 usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf909295f usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x98552ab2 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xa76d50d3 ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x34b800c6 usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x3c24cc6d usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x4503e2e1 usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x549c5689 ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x79b1e5a1 usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xa2be349f usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xd809efd4 usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xdbf017d3 usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xefea2564 usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x84a236eb musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xe2a72aee musb_dma_completion +EXPORT_SYMBOL_GPL drivers/usb/musb/omap2430 0x6fb55e1f omap_musb_mailbox +EXPORT_SYMBOL_GPL drivers/usb/phy/isp1301 0x000d12df isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x5e245bf1 usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1c3180ab usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3216b67e usb_serial_handle_break +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x36992f82 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x384514b0 usb_serial_handle_sysrq_char +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3910f336 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x40025e2e usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x524943cf usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x562f107e usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5d180845 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x623d7b39 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa5820ea2 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xaf1387e0 usb_serial_generic_disconnect +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xca2147c3 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd551f52a usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xda369bbb usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xeca67cf8 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xed402abe usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf891ceb0 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x00ab2e80 usb_stor_access_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x00ad9a98 usb_stor_bulk_srb +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x05319461 usb_stor_CB_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x09b76bdb usb_stor_bulk_transfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x0c7c4af0 usb_stor_transparent_scsi_command +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x0d9e70f1 usb_stor_CB_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x0fb633b0 usb_stor_reset_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1bc3edc2 usb_stor_sense_invalidCDB +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x3a32518a usb_stor_suspend +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x585c9c5c usb_stor_bulk_transfer_sg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x5f9bcf40 usb_stor_Bulk_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x6445fa4c usb_stor_probe2 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x7fbfabf5 usb_stor_set_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x8384a310 usb_stor_disconnect +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x902f0c2d usb_stor_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x979e43da usb_stor_ctrl_transfer +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xac2ada87 usb_stor_post_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xb8be7eba usb_stor_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xbc2b22c4 usb_stor_probe1 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xbcf6e94b usb_stor_control_msg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xd0f5232a fill_inquiry_response +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xdb6b960c usb_stor_Bulk_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xff4e8f89 usb_stor_pre_reset +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x0c54a677 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x1c7b2a96 vfio_del_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6e613940 vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xd45b5899 vfio_add_group_dev +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0x0adcf45a auok190x_send_command +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0x3329ea4a auok190x_pm +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0x46334f7f auok190x_read_cmdargs +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0x4f0174aa auok190x_common_remove +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0x97fa8321 auok190x_send_cmdargs_pixels +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0xa748af36 auok190x_send_cmdargs_pixels_nowait +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0xb1fcde6c auok190x_common_probe +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0xe1a3891a auok190x_send_cmdargs +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0xe259f0c4 auok190x_send_command_nowait +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0xec77011b auok190x_send_cmdargs_nowait +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x077d8018 ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x4241a892 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x52aff6e7 ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x70ffd200 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x93856c94 ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xa30cbd6e ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xe9ae178e ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/fb_sys_fops 0xcbacaed0 fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fb_sys_fops 0xdf0a9b17 fb_sys_read +EXPORT_SYMBOL_GPL drivers/virtio/virtio 0x4842a4dc virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL drivers/virtio/virtio 0xad4e8ea9 register_virtio_device +EXPORT_SYMBOL_GPL drivers/virtio/virtio 0xbfadb455 unregister_virtio_driver +EXPORT_SYMBOL_GPL drivers/virtio/virtio 0xeec2489e unregister_virtio_device +EXPORT_SYMBOL_GPL drivers/virtio/virtio 0xf97ed53e register_virtio_driver +EXPORT_SYMBOL_GPL drivers/virtio/virtio_ring 0x0201ca0e virtqueue_disable_cb +EXPORT_SYMBOL_GPL drivers/virtio/virtio_ring 0x193af628 vring_del_virtqueue +EXPORT_SYMBOL_GPL drivers/virtio/virtio_ring 0x3c620974 vring_new_virtqueue +EXPORT_SYMBOL_GPL drivers/virtio/virtio_ring 0x417be369 virtqueue_kick +EXPORT_SYMBOL_GPL drivers/virtio/virtio_ring 0x5d1f7711 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL drivers/virtio/virtio_ring 0x6218f75c virtqueue_add_buf +EXPORT_SYMBOL_GPL drivers/virtio/virtio_ring 0x7fbd2c93 virtqueue_notify +EXPORT_SYMBOL_GPL drivers/virtio/virtio_ring 0x883c5f5e virtqueue_enable_cb +EXPORT_SYMBOL_GPL drivers/virtio/virtio_ring 0x930a94ad virtqueue_kick_prepare +EXPORT_SYMBOL_GPL drivers/virtio/virtio_ring 0x93a3aa02 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL drivers/virtio/virtio_ring 0xaa15ab9a virtqueue_get_buf +EXPORT_SYMBOL_GPL drivers/virtio/virtio_ring 0xcc5479e0 virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL drivers/virtio/virtio_ring 0xe08c5cf5 vring_transport_features +EXPORT_SYMBOL_GPL drivers/virtio/virtio_ring 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL drivers/w1/wire 0x2d84e1eb w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0x623568b6 w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x786318ea w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7c2f2afb w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x8522d718 w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x87d0a2f0 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xc27f991d w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0xd7d4afe4 w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xea8fa289 w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0xf3376904 w1_touch_block +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x67161835 xen_privcmd_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x6febeab8 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x9321df95 dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc6dc8c2f dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xdc583c08 dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xe831f689 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xf7293e77 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x17ce645d locks_end_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x418db79d locks_in_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x5f69a4e8 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x682f11de lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x6f230941 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x86056341 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xa517744a nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xc6a94996 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xe5ac1da8 locks_start_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xf01c45be nlmclnt_done +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0475c087 nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x04fe9d9c nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x07284b42 nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x089a7f5f nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0a251676 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0a6fa16c nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0bf099e8 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0ea32941 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1241150f nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x127ffe5c nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x145a5641 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x16ce39bf nfs_setlease +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1a05c84b nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1b6c8a98 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1bc93aca nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1cb40d02 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1ef11eaf nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x235af7ee nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x24f2f3fb nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26fc4b65 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2a6dc793 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2dfa0b0f nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2e6e6a01 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30aaa444 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x328cfc81 nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x33c9b47c nfs_file_fsync_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34841cc6 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34da212a nfs_dns_resolve_name +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3687c36c nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x36e97308 nfs_file_flush +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ca31f35 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ccd9f87 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3d81b05d nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3e2e5168 nfs_readdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f685061 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40512fde nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x436eee8e nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x43d47c12 nfs_sb_deactive_async +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4559eafe nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x45633582 nfs_readhdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x49833f50 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4a907b77 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4df0b55d nfs_readhdr_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x507b4b43 nfs_writehdr_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x520bc9cf nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x530ad1a0 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x589b7e24 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5aa62ff6 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5bee750a nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5d87dfac nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e1d863a nfs_sockaddr_match_ipaddr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5fe2e240 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6145d9d1 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x61e9b73a nfs_initiate_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6a1aa461 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6c1729c4 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6cf3806c nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6f0806a0 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x702ea1d4 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x70e364c4 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x72cd2212 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7590652a get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x78903c92 nfs_pageio_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x79fb13e1 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c813ee9 nfs_fscache_set_inode_cookie +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x80328a0a nfs_pageio_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x83522f65 nfs_generic_flush +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x837444ea nfs_destroy_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x864972ee nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x87e3ae5c nfs_fs_mount_common +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8868a390 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89bc5a64 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8c0f4349 nfs_file_splice_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9184bc24 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9266ceed nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x959d06e9 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x961af72b nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98c05ffc nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x991241c5 nfs_writedata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9d2c7716 nfs_put_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa2d6d81d nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa3da845d nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8d2d1ce nfs_callback_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa9026c92 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa9dae71e nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaaa14361 nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xab05d64e nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xabad8446 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xacecce7a nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xada3be59 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaf4c1295 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb11b62c2 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb4b7bf05 nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb62f0481 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb6761e2a nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb7ef45db nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb8b3c48a nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb8fd4db6 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb9297415 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xba7a0a13 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbca212cd nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbcfb7755 nfs_initiate_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc0055c0e nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc0315996 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc0ed594b nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc40ff804 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5ef47d5 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5fe8972 nfs_pageio_add_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc638e63d nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc63c89c8 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc7e78b31 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc82c7371 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd0af65f2 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd27a6199 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2ed5b01 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd3887c62 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd4b19fb3 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd6801c5b nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdbcbda6a register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdeb9bfa9 nfs_generic_pagein +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe2232dbc nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe3d68283 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe408e45f nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe41fd04f nfs_writehdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xee386147 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeec97637 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf3e62d1b nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf4000f72 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf62d9295 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf6ec24e8 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf86c6410 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf8745a6b nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd4036f2 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x079fc129 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0b2f8285 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x10947dc0 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x11cbb982 nfs41_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x18182f9c pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1a138dfa pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1bfc6485 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x221ac210 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x23895649 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x334719f1 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3977d879 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5a66fdd4 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5ef761e3 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69a86539 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7577c5ba nfs4_proc_getdevicelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7d8f18f3 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x866f0b3c nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8724a044 nfs4_insert_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x892bf066 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9050a478 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x955531f8 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x98db9c36 pnfs_readhdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9e72ece7 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9fe00e66 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa2a60715 _pnfs_return_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa57e14de pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb0b50f16 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbbfdcb81 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc15683ef nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc5e74411 pnfs_writehdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xce8cbb9c pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcf153ba4 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcf17fb99 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd0c28a18 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf005dbaf nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x83796a4c nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xf279b911 nfsacl_decode +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x046852e1 o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x0b3034d1 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1b89c6ee o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1cb231d0 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1d747ce3 o2hb_check_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36418553 o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x425d8625 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x687f6251 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x6f805afe o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x8e5b6f96 o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x9831180e o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa82a8645 o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa9f5379a o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xae808bac o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbaeb4700 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc3679d7b o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xcab50af3 o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd60f2c6c o2hb_check_local_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf1a5611d o2net_unregister_handler_list +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x19147063 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x52e9f62d dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x9d6644ba dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xc5c7d515 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd7ba575e dlm_errmsg +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd8fa57a6 dlm_unregister_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xdf9fb962 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xee3781eb dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x025e2d69 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0562c415 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0f13ca9b ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x16b2e575 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4145d92a ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x5469ce31 ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x7083dbd5 ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x88687b78 ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x89502fe7 ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xb4bd060c ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xdc823ea4 ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe2bd47db ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe40cffce ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe417d940 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x5cd651c8 notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xfeaefed4 notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x021957e1 raid6_datap_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x05513b71 raid6_call +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x0f8a2742 raid6_2data_recov +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x201d8ea3 encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x29fa419f decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x300d7e57 free_rs +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x6fbb3bd9 init_rs_non_canonical +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xabda1e2e decode_rs16 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xb050f329 init_rs +EXPORT_SYMBOL_GPL net/802/garp 0x00f2278b garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0x1d12053f garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x30940228 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0x7616c07f garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xa3f1ac88 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0xdb9c7646 garp_request_leave +EXPORT_SYMBOL_GPL net/802/stp 0x4cd0039c stp_proto_unregister +EXPORT_SYMBOL_GPL net/802/stp 0x5339499f stp_proto_register +EXPORT_SYMBOL_GPL net/9p/9pnet 0x7e1da9b1 p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/9p/9pnet 0xca8bb030 p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/atm/atm 0x50754510 register_atmdevice_notifier +EXPORT_SYMBOL_GPL net/atm/atm 0xe2c6bb26 unregister_atmdevice_notifier +EXPORT_SYMBOL_GPL net/ax25/ax25 0x7c0455a7 ax25_register_pid +EXPORT_SYMBOL_GPL net/ax25/ax25 0xac93ae05 ax25_bcast +EXPORT_SYMBOL_GPL net/ax25/ax25 0xaeb7451e ax25_defaddr +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x5bd537c4 bt_debugfs +EXPORT_SYMBOL_GPL net/dccp/dccp 0x08a5b8c6 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x09a123b7 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0x165ed7ae dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d99d49a dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1def89b9 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1f4a332b inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x34c5e92a dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x47f950ea dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x486487a0 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x496aa9d1 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4c02739f dccp_insert_option_elapsed_time +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ec35231 dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x536fb1a7 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x70ccd435 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7521c8b2 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x78b3e726 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x79840292 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x88aacbcd dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x91a4a41e dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x94b71352 dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9785c8af dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9bd6b018 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa0d54b06 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa57ca83c dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa6995ac6 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb09e9ea2 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb2235f29 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb3987a2b dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb9ad0f0d dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc97de389 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xcbafd706 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe9a997db dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0xecd27bae dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf3017e21 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf4efca91 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf6766498 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf99bc284 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfd4e36b7 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x25f96a3c dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x423c2623 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x6c446655 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x6ca5d25e dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x96650346 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x9f022284 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xbd845ade register_switch_driver +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd5db3c05 unregister_switch_driver +EXPORT_SYMBOL_GPL net/ipv4/gre 0x0271b05e gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xb03be19b gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x135ac54e inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x5836e713 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x61730330 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x77be62bc inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x96a3c7b9 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xcf92e832 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0xb4a667e5 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x8628b94b ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_conntrack_ipv4 0x6d40a921 need_ipv4_conntrack +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x6b6c3d10 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_ipv4 0x92aea6a2 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_proto_gre 0x636b12c8 nf_nat_need_gre +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x4171d367 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x60f85e43 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xa336deae tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xbacecb96 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xc4cade87 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/xfrm4_mode_tunnel 0x990d5070 xfrm4_mode_tunnel_input_deregister +EXPORT_SYMBOL_GPL net/ipv4/xfrm4_mode_tunnel 0xf9712203 xfrm4_mode_tunnel_input_register +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x3aa45b77 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x97d0fab4 ip6_tnl_dst_check +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x9c577f0d ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xcf0b0a7d ip6_tnl_dst_store +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xd5cec02f ip6_tnl_dst_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x2f15bb37 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x6eb85693 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_nat_ipv6 0x6ef8c493 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0b2dc1d2 l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x120d8ab0 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4cf657b7 l2tp_session_find_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6005cbe4 l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x74c6e0f9 l2tp_session_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x81fc938a l2tp_session_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9756a890 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa7d937ff l2tp_tunnel_sock_put +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc436c9d3 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc968f840 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd01e1ec7 l2tp_tunnel_sock_lookup +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd75e7419 l2tp_tunnel_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe8404599 l2tp_tunnel_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf2ce5bf1 l2tp_session_delete +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x251b78b1 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x49fab4cc ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x667eb767 ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x687261f0 ieee80211_iterate_active_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8670c653 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x976cf32d ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9bdfea35 ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa6bb72b0 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xbdfd75b4 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc4c6a985 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1d5743cd ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x37cce3cf ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x507e8365 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x575dce4d ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6344eaf6 ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6aec4425 ip_set_get_ip_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7762965e ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7830711b ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x794564c2 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x80ee118c ip_set_nfnl_get +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x883d6572 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa2d623f3 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xaf8c2b4b ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc3b062db ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xefe8eeff ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xfda3ec7a ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x12cfe945 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x2a3a5945 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xe14db795 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xe21f830a register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x034b4dda nf_ct_l4proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x044696aa nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x045072cd nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x06417da9 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x09fd0f28 nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0acf24c1 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0cdae326 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0ef9569a __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0f04fa26 nf_ct_get_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x112611c3 nf_ct_l3proto_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x13a06deb nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1ab4c145 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1b361efd nf_ct_nat_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x20a1b642 nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x232d543a nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x290df19f nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2c244616 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2c747e75 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2fdbed94 nf_conntrack_l3proto_generic +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x302d2e29 nf_nat_seq_adjust_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x34ff87e4 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x357c4aaa nf_ct_dying_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37386cac nf_conntrack_hash_rnd +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3a606424 nf_conntrack_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3cf447a2 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3d4cca07 nf_conntrack_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f5b1415 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x48ea6c26 nf_ct_iterate_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4a65cff1 nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x62813e5c nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6578c522 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x676b1346 nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x68da6010 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e224a7a need_conntrack +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x718d677d nfnetlink_parse_nat_setup_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x74ccc85b nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x75a8e27f nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x76526301 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x77be3973 __nf_conntrack_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78f9b710 nf_ct_l3proto_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x82acfa6b nf_conntrack_l4proto_udp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x85b073fa __nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x872670c5 nf_conntrack_l4proto_tcp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90ff6c9f nf_ct_invert_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x91b8dc49 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x99f6b406 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9cec43d8 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9e715def nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa4f1e95c nf_conntrack_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa79469b7 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa7fa7be1 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab3d1f95 nf_ct_untracked_status_or +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xac056239 nf_ct_l3proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad1bb027 nf_ct_free_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaded716f seq_print_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb09a98e9 nf_conntrack_l4proto_udp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb23f3373 nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb5101247 nf_conntrack_l4proto_tcp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb5bc6961 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb602c57e nf_ct_l3proto_module_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb623542d nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbb5209b0 nf_ct_l4proto_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbc40c212 __nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc0240dd4 nf_conntrack_set_hashsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc1160329 nf_ct_l3protos +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc4a1adb0 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc51b0347 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcbb94bdd nf_conntrack_flush_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd16f3d6d nf_conntrack_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd47409d3 nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdb473072 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe84cc883 nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec47cd60 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xecda044f nf_ct_delete_from_lists +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf1802927 nf_ct_timeout_find_get_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf859cd32 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfba4a190 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xff50dfd0 nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x3bf156c4 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x00d3df85 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x9ef4dc60 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x0674a8ee set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x1c0af346 nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x3b1b52dd nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x4816112b nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x75b2d24f nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xc3b2d3b7 set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xcd918087 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xe57eed50 nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xeda5a911 set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xfcbc4d6b set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xfcc847a3 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x3a93f7dc nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x5280d2ea nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x5a6f8027 nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x5b676c49 nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0x647e589b nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0xe7a587cb nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x0593f035 nf_nat_sdp_session_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x08da7dcf nf_nat_sip_seq_adjust_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x0aab78ad nf_nat_sdp_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x25f0a55d ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x3afe875a ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x4678d1a4 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x579f4639 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x7e3a9a61 nf_nat_sip_expect_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x8c60cc6b ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xaf6124ef nf_nat_sdp_media_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xb759f160 nf_nat_sdp_port_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xc8cc3bc3 nf_nat_sip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xd7de958d ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x8bd91366 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x167b3eda nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x009bbdf3 nf_nat_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0d9bae4b nf_nat_l4proto_nlattr_to_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x12b8c961 nf_nat_tcp_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x131f636c nf_nat_l4proto_in_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x459916f9 nf_nat_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x47eca8fa nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x780c313f nf_nat_set_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x7cf2f7b2 nf_nat_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x974271e7 nf_nat_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xad697c9c __nf_nat_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xbef2dcca nf_nat_l4proto_unique_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_tproxy_core 0x4386e091 nf_tproxy_assign_sock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x07b258de nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x1f58e71b nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x29c03fc5 nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x2ca689e0 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x3895cd7a nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x4af08691 nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x6431b749 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdf143129 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x21f6bba6 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x4c0df072 nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_log 0x88f48d18 nfulnl_log_packet +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x28fbbdaa xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x295fc3f8 xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x31a09037 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3f8a5395 xt_hook_unlink +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x404201ba xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x40728a63 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x497eea73 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x55a2df1a xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x952c8187 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa3a76bfe xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xaacd6216 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xaadfb0a1 xt_hook_link +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc546fda1 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe79db108 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xc48ebdb2 xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xe88640e3 xt_rateest_lookup +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x13841b73 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x19394a6d rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x1e30c220 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x2710e259 rds_page_copy_user +EXPORT_SYMBOL_GPL net/rds/rds 0x2c5c5514 rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3101936e rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3833870f rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x3f7651ae rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x4d03aeab rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x4e7d596b rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x50cbe7b3 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x54bf7182 rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x71397592 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x73aac73d rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x96fafe85 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x9773c76c rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x9beb9cbb rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x9d6a3b01 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0xa778892c rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xaebe0c8c rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xbd81b108 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0xc27373e5 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc642cc2c rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0xc9e31e2e rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0xd0635741 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xe8aabf7b rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0xefae67b9 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0xf08826af rds_send_get_message +EXPORT_SYMBOL_GPL net/rds/rds 0xfe56767d rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x24cd9fe9 rxrpc_register_security +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x9f2896cb rxrpc_unregister_security +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x00c52ef5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x2d057ddd gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x3867d559 gss_service_to_auth_domain_name +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x4edc5b19 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x6095d149 gss_mech_get_by_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x720f591f gss_mech_get +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8ceebbcb gss_pseudoflavor_to_service +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8d044ff5 gss_mech_get_by_OID +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8d1a827e svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb5dea7ef g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xc960bbe2 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7ec3381 gss_svc_to_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xdefa42cd gss_mech_get_by_name +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xeb2ce75b gss_mech_put +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf8b2ff6e g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x004345ca xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x03e1c71a svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x04451d28 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05f5e757 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05f9ce96 svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x07938f85 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x08d2f906 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b66088d rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c2872a5 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f668ba9 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x110cb57f xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x116dc25a rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x12c586c5 rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x15e705a2 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x181f0b9f rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19d28900 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a13fd57 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1cb447f3 rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e1a0e01 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e27f26d rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1eb63205 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x210333e7 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x22b40833 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x264d1c63 read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2750ed01 rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x292e38a2 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x294d892d rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29edd81e svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d10a974 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eec63c9 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f8ebbe0 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30283ec1 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30721816 svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31632ecc xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3257a018 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x332426b4 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x33b464d9 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3713a459 svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3731d865 rpc_lookup_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x37dcce4b rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a10ea0b svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b520f93 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d216175 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d97df46 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e794a64 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f2c4d19 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x42cec316 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x42f934fa rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x440f2a01 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x44288c94 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x443bc932 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x46110955 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x478e4c82 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4837958c rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4871e576 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4a062b98 xdr_skb_read_bits +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4a9ec2b7 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d3d7c07 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x54db3df3 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57b40391 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x58ee425c svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ac2b139 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ac7c245 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x60840f7d rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x67df50d0 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68aa1d41 rpcauth_generic_bind_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6901d5e7 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ca60b17 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6caa0f80 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6cbb14e2 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6dcd11e3 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7123c72c rpc_queue_empty +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7127ae06 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71ecef25 svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73d3025a svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x741a1a3b xprt_set_retrans_timeout_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x760fb73e rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x766c7fc0 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x78c76fe9 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a01bbe0 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b29b13e sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b6ec5f1 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e68acc8 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e898b85 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80a8fb9a rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82796a17 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x829c2e30 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x844abb55 xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x85f3de4c svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x873dd30e __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8775347a rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88761a59 rpc_protocol +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x890ebd21 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a9dd976 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b3bc73f rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b5f4772 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b661c6d xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8ff2080c xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8ff8148b csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x96a2f9f2 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x977e26bd rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98b75d64 rpcauth_list_flavors +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9bffe6ba unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c54e277 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9dc46393 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9dda2768 xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa088fb17 xdr_partial_copy_from_skb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0d8ac03 xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa19ab991 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa20049ae rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4c55471 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5ffe95c rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa849b32e sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa15e779 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaafe9ca2 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xab5cece2 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac79f97a xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae70be5f sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaec18d13 rpc_rmdir +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf434ce5 svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0d70f18 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb2dcd3f1 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb50b53b3 cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb84420af svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xba16fa29 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb3e768a xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbca707c4 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd661965 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbdbe67c7 xdr_buf_read_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc043fc82 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc2b768ef rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc324780a put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3880471 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc45a1ca5 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc5759122 rpc_lookup_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc5f1fcd6 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6ad365a xprt_set_retrans_timeout_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6f9a30b cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8c1eed2 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc98c2d34 rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcbfa4aef xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf9b5e7f svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd1fa07fc svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd200bfdc auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd204fc17 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd238e225 rpc_print_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2b935ac rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd452f05c svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd69b458c sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd74d7e67 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd88fd7f5 sunrpc_cache_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdbfb4da9 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc476093 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd5a192d xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0f5f837 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1a21155 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1ac2bb8 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe281844b xs_swapper +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe3b68fb7 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe41a4253 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe868793d xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe8f41199 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe9a93e87 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeb415e89 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec1a86ac xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed4cc49f xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee169a80 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeffba557 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf008494d svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf07c6639 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf269d386 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4e2ad50 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf582fc28 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6ef93c3 rpc_task_reset_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf81a6e2f xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9d1164c rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfaefd5fa svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfaf51069 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc681e80 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc7b6332 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfdd85ea6 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe726b29 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xff869be6 xprt_lock_and_alloc_slot +EXPORT_SYMBOL_GPL net/wimax/wimax 0x0581eb31 wimax_state_change +EXPORT_SYMBOL_GPL net/wimax/wimax 0x11084094 wimax_report_rfkill_hw +EXPORT_SYMBOL_GPL net/wimax/wimax 0x2132cd6d wimax_msg_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0x328b188f wimax_msg_data +EXPORT_SYMBOL_GPL net/wimax/wimax 0x3435e14b wimax_msg_data_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0x345092aa wimax_dev_add +EXPORT_SYMBOL_GPL net/wimax/wimax 0x6816e14d wimax_msg_alloc +EXPORT_SYMBOL_GPL net/wimax/wimax 0x80ba5895 wimax_dev_rm +EXPORT_SYMBOL_GPL net/wimax/wimax 0x81d41985 wimax_state_get +EXPORT_SYMBOL_GPL net/wimax/wimax 0xd667aee4 wimax_msg_send +EXPORT_SYMBOL_GPL net/wimax/wimax 0xe5198e2f wimax_msg +EXPORT_SYMBOL_GPL net/wimax/wimax 0xe8ccd62f wimax_dev_init +EXPORT_SYMBOL_GPL net/wimax/wimax 0xfe2b5fff wimax_report_rfkill_sw +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x0b233da7 cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x1af74770 cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x1c8b673f cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x1fbfc911 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x620972e6 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x65c516fa cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x66bdd98b cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x901a46d2 cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x99c4d6de cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x9c2502b4 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb882315f cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x03e1658b pskb_put +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x1c852e7c xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x2e47f677 xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x3108ea46 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x32d5e7fc xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x4d4fd5f1 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x5fcdec5d xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x686c703f xfrm_count_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x6e7474fc xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x9cb8037b xfrm_count_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xaeea3073 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xd05dc2a3 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x52cc37fc ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x7594162c ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xc3e8f92e ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xc689f632 ipcomp_output +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-88pm860x 0x3e2f9955 pm860x_hs_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-88pm860x 0xf31fdb2c pm860x_mic_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ab8500-codec 0x7819572c ab8500_audio_set_ear_cmv +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ab8500-codec 0x8a1caf2e ab8500_audio_setup_mics +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x0e8915fb arizona_set_fll +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x0f93636b arizona_init_fll +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x1f8ea94a arizona_out_vd_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x269827eb arizona_init_dai +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x26f03471 arizona_in_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x4c845a44 arizona_out_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x5231cff5 arizona_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x5e8e6067 arizona_mixer_texts +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x73f9f1d5 arizona_lhpf3_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x78355a2b arizona_mixer_values +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x7e59c88a arizona_out_vi_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x93ed4d8b arizona_in_vi_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xb65ecf5b arizona_lhpf4_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xb6c405d3 arizona_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xc9c29637 arizona_mixer_tlv +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xd58efa61 arizona_lhpf2_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xe466e0fc arizona_lhpf1_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xf23a2c4b arizona_in_vd_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cx20442 0xa3c67284 v253_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-l3 0x78c84c7e l3_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98095 0x728d2252 max98095_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max9877 0xdb570198 max9877_add_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0x74ee85aa tpa6130a2_add_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0xb6fb8698 tpa6130a2_stereo_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wl1273 0x8b752330 wl1273_get_format +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x4ec25e00 wm_adsp1_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x5c0ac7bd wm_adsp2_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xb156b82c wm_adsp2_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x58da7cf3 wm_hubs_hpl_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x5cd7eb9b wm_hubs_dcs_done +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x61061f18 wm_hubs_hpr_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x65caa23f wm_hubs_add_analogue_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x757206d5 wm_hubs_spkmix_tlv +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x7dadeb45 wm_hubs_handle_analogue_pdata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xb5b6eeff wm_hubs_add_analogue_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xbab36ea6 wm_hubs_vmid_ena +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xbaf5502e wm_hubs_update_class_w +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xd3cf5ad2 wm_hubs_set_bias_level +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8350 0x9ff79b37 wm8350_hp_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8350 0xf98ff95e wm8350_mic_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0xf371e0a0 wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x1517433f wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0x1fa8b640 wm8958_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0xfe6ad676 wm8994_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8996 0x50e61700 wm8996_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-imx-ssi 0xf4fef2e0 soc_ac97_ops +EXPORT_SYMBOL_GPL vmlinux 0x003fa332 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x00632780 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0067df75 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0x0071d677 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x00c4dc87 timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x00d48f33 omap_usb2_set_comparator +EXPORT_SYMBOL_GPL vmlinux 0x00ebcb5d ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0x01010c6d klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x011cf028 regulator_suspend_finish +EXPORT_SYMBOL_GPL vmlinux 0x011dd756 wm8994_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x0145b062 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x0148adb6 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x0152b7da find_mci_by_dev +EXPORT_SYMBOL_GPL vmlinux 0x0152cd90 opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0x019f6987 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x01a10e3e blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x01a134d0 clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x01a4ea6d unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x01bc160f proc_net_remove +EXPORT_SYMBOL_GPL vmlinux 0x01c6cb0c cpu_cluster_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x01dcab2b synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01eb6a52 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x021d8543 of_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x022366ef ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x023d6281 of_clk_add_provider +EXPORT_SYMBOL_GPL vmlinux 0x03318107 devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x0354993b perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x036fde1a ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x037e8a28 __rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x0388ae63 pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x038a6111 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x039f2c2b xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x03a31573 remove_irq +EXPORT_SYMBOL_GPL vmlinux 0x03e3686c ata_timing_cycle2mode +EXPORT_SYMBOL_GPL vmlinux 0x040b1abd bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x04205368 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x04455000 omap_dm_timer_get_fclk +EXPORT_SYMBOL_GPL vmlinux 0x04486e88 rcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x04512419 device_create +EXPORT_SYMBOL_GPL vmlinux 0x04648bf0 tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x047186ce snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL vmlinux 0x047bb94e ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x048da80c omap_install_iommu_arch +EXPORT_SYMBOL_GPL vmlinux 0x0493cfc6 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0x04a79848 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0x04c3f2c1 gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04e1b99f snd_pcm_std_chmaps +EXPORT_SYMBOL_GPL vmlinux 0x05032835 shash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x0531dcb8 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x05336df8 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x05360b4e bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x056ba5e8 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0x05ae262e regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x05b96bfd ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x05fd7b06 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL vmlinux 0x062fc169 xen_hvm_resume_frames +EXPORT_SYMBOL_GPL vmlinux 0x06438115 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x0649adb9 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x06863eba pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x06d549e6 pinctrl_free_gpio +EXPORT_SYMBOL_GPL vmlinux 0x06f22ca2 irq_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0x06fe22e1 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x0711de73 mtd_writev +EXPORT_SYMBOL_GPL vmlinux 0x07314c07 da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x0762403c edac_put_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x077fb8de __ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x07867d0d ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b291d1 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07d292ef tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x0825887b serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x084ae3a6 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x085b9cd8 iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x08919e68 mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x08a61431 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x08b72dfa clk_register +EXPORT_SYMBOL_GPL vmlinux 0x08c491c9 max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x08cb21ba dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x08d29c84 snd_compress_new +EXPORT_SYMBOL_GPL vmlinux 0x08ed6b57 crypto_lookup_aead +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x092c2a7a irq_domain_add_tree +EXPORT_SYMBOL_GPL vmlinux 0x09469482 kfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x0964db9b max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0x096760dc kill_mtd_super +EXPORT_SYMBOL_GPL vmlinux 0x09722e4b ref_module +EXPORT_SYMBOL_GPL vmlinux 0x09854b46 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x09dace93 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x09e913c1 snd_pcm_alt_chmaps +EXPORT_SYMBOL_GPL vmlinux 0x0a0363f3 crypto_alg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0a3d1d0d fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0x0a4cf7c3 xen_remap_domain_mfn_range +EXPORT_SYMBOL_GPL vmlinux 0x0a744da3 snd_soc_codec_writable_register +EXPORT_SYMBOL_GPL vmlinux 0x0a7eaa3b ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0a8c6c3d ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x0ab5d07b pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x0ad512e0 snd_soc_get_volsw +EXPORT_SYMBOL_GPL vmlinux 0x0ad8d904 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x0afd4610 zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b1d2f1e sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0x0b47ba05 snd_soc_add_codec_controls +EXPORT_SYMBOL_GPL vmlinux 0x0b4d9d62 xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0x0b59390b __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0b799df2 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x0b9eecab attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0x0bae62b1 ktime_get_monotonic_offset +EXPORT_SYMBOL_GPL vmlinux 0x0bb4f159 kern_mount_data +EXPORT_SYMBOL_GPL vmlinux 0x0bbae511 return_address +EXPORT_SYMBOL_GPL vmlinux 0x0bbe4af6 rtc_irq_set_freq +EXPORT_SYMBOL_GPL vmlinux 0x0bfa3a19 rcu_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x0c0c015e ring_buffer_swap_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0c2cdbf1 synchronize_sched +EXPORT_SYMBOL_GPL vmlinux 0x0c7f7231 rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x0c8338d5 omap_dm_timer_set_prescaler +EXPORT_SYMBOL_GPL vmlinux 0x0c8630b5 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0x0c93bc67 snd_soc_register_card +EXPORT_SYMBOL_GPL vmlinux 0x0ca9cbd2 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x0caf8a1d spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x0cbd9107 snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL vmlinux 0x0cc1e40f crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x0cc84a70 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x0cdc837a crypto_init_spawn2 +EXPORT_SYMBOL_GPL vmlinux 0x0d099744 crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x0d0c0834 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x0d196137 dm_get_rq_mapinfo +EXPORT_SYMBOL_GPL vmlinux 0x0d31cdea nf_register_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x0d53e757 wm8350_device_exit +EXPORT_SYMBOL_GPL vmlinux 0x0d753c0e wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0x0d8a21fb regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x0dc686af input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x0e1d2d87 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x0e48c552 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x0e6b6ed2 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x0e8f8993 usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x0e92e32d debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x0ed2a11c sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0x0edacd5e ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x0f150a48 omap_dm_timer_start +EXPORT_SYMBOL_GPL vmlinux 0x0f424406 bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x0f4ebc16 __put_net +EXPORT_SYMBOL_GPL vmlinux 0x0f751aea input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0x0f8479b7 omap_dm_timer_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x0fc01e9f static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x0fd4cf2c led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x0fd889ed watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x0fe2d570 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0x0ff2180a blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0x0ff5447e wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x10011c9d __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x10189fd3 clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x10291853 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x1070e29e tpm_show_pcrs +EXPORT_SYMBOL_GPL vmlinux 0x108280ae md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x1082faed ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0x109ffa9d pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x10aaf418 crypto_attr_alg2 +EXPORT_SYMBOL_GPL vmlinux 0x10acd518 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x10c9d678 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x10d25f9d __inet_hash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0x10f55755 tcp_reno_min_cwnd +EXPORT_SYMBOL_GPL vmlinux 0x1112a9ba ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0x111f3697 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0x1172ce54 rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0x117811de class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x11a92bc5 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x11f447ce __gpio_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x11ff68b6 blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0x121ed3f3 add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0x122e97e3 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x124f2056 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x1258d9d9 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x1268f357 resume_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0x129846e9 omap_dm_timer_write_counter +EXPORT_SYMBOL_GPL vmlinux 0x12d82c14 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x134b8e30 aead_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0x137a4d7f tps80031_ext_power_req_config +EXPORT_SYMBOL_GPL vmlinux 0x1384a2c0 tpm_show_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init +EXPORT_SYMBOL_GPL vmlinux 0x13b2a946 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x13b89dee pinctrl_request_gpio +EXPORT_SYMBOL_GPL vmlinux 0x13c94a4e tcp_init_congestion_ops +EXPORT_SYMBOL_GPL vmlinux 0x13cc4a1c dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0x13cf7f39 usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x13d9a8dd snd_soc_platform_read +EXPORT_SYMBOL_GPL vmlinux 0x13e965ba ata_sff_data_xfer_noirq +EXPORT_SYMBOL_GPL vmlinux 0x13f0de1d raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x142a8be4 of_clk_get_parent_name +EXPORT_SYMBOL_GPL vmlinux 0x1430f8b4 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x149f664d ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x14c03802 tpm_show_caps_1_2 +EXPORT_SYMBOL_GPL vmlinux 0x14ccc660 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x14d7acab cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0x1525f36d __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x1545f4de register_timer_hook +EXPORT_SYMBOL_GPL vmlinux 0x15514089 get_device +EXPORT_SYMBOL_GPL vmlinux 0x15562b1d hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x15565fb3 mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL vmlinux 0x15892417 async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x158a7bbc usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x1598dc9d unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x15b9d4c8 bmp085_remove +EXPORT_SYMBOL_GPL vmlinux 0x15da9b5a extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x16000a3c dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x1603815b sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x162d938c spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0x1636b622 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x1650bf27 rcutorture_record_progress +EXPORT_SYMBOL_GPL vmlinux 0x1654283f skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x165ca9a1 rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x167465ef thermal_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x1674f388 of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x16837680 pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0x16bfdda6 crypto_givcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x16e2d0a6 sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x1738866c mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x174b16b9 edac_device_handle_ce +EXPORT_SYMBOL_GPL vmlinux 0x1752a266 ahci_do_softreset +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x177cfb7d fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x1788f0ec __ablkcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x17a30c6e ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x17a7988d snd_soc_cache_read +EXPORT_SYMBOL_GPL vmlinux 0x17cd6508 of_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x17de6e19 pwm_disable +EXPORT_SYMBOL_GPL vmlinux 0x18185831 register_mtd_blktrans +EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x18771a0a exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x1878f62b edac_err_assert +EXPORT_SYMBOL_GPL vmlinux 0x189ae5ff regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x18a04533 platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x18e2c347 dev_pm_qos_remove_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x18e3b942 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x18f83fab gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0x193d48e0 trace_current_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x194f109f crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x196c5c52 regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x1977fe04 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x1982d315 class_destroy +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19abc41b snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL vmlinux 0x19fc7f60 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x1a082d69 max77693_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x1a1e7fd5 snd_compress_register +EXPORT_SYMBOL_GPL vmlinux 0x1a323362 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x1a59566c put_pid +EXPORT_SYMBOL_GPL vmlinux 0x1a65920b omap_iommu_arch_version +EXPORT_SYMBOL_GPL vmlinux 0x1a68b234 regmap_update_bits_check +EXPORT_SYMBOL_GPL vmlinux 0x1a7f38eb snd_imx_pcm_mmap +EXPORT_SYMBOL_GPL vmlinux 0x1abeacb2 tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x1ad83009 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x1ae0e135 tracing_generic_entry_update +EXPORT_SYMBOL_GPL vmlinux 0x1b3261e0 klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x1b438301 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x1b503f28 fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x1b521172 tcp_peer_is_proven +EXPORT_SYMBOL_GPL vmlinux 0x1b52db1c probe_kernel_read +EXPORT_SYMBOL_GPL vmlinux 0x1b53aecf iommu_group_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1b5837ce cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x1b5c5a12 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b8f1ffb omap_dm_timer_request +EXPORT_SYMBOL_GPL vmlinux 0x1b938cb9 snd_soc_codec_volatile_register +EXPORT_SYMBOL_GPL vmlinux 0x1b9aca3f jprobe_return +EXPORT_SYMBOL_GPL vmlinux 0x1bbfbcf5 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x1bc1f110 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1c45e61c tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x1c5a04e0 irq_domain_generate_simple +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c5dd899 snd_soc_codec_readable_register +EXPORT_SYMBOL_GPL vmlinux 0x1c78b1a5 css_depth +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1cd37c4d kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x1cdb69ee snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL vmlinux 0x1cfeece4 ci13xxx_add_device +EXPORT_SYMBOL_GPL vmlinux 0x1cffc4df RSA_public_key_algorithm +EXPORT_SYMBOL_GPL vmlinux 0x1d0d1e50 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x1d11aa6f ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x1d158c43 of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0x1d3d0e64 xen_dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x1d3d285a ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x1d3f34b8 __netpoll_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0x1d58ae14 lpddr2_jedec_timings +EXPORT_SYMBOL_GPL vmlinux 0x1d5dfd69 snd_soc_cache_write +EXPORT_SYMBOL_GPL vmlinux 0x1d6cf88e sysfs_get +EXPORT_SYMBOL_GPL vmlinux 0x1d739e1c xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table +EXPORT_SYMBOL_GPL vmlinux 0x1d8f91df sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0x1d9f8e45 ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x1dbe8170 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x1dc97520 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x1ddc15d6 regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x1ddf6291 omap_dm_timer_set_int_enable +EXPORT_SYMBOL_GPL vmlinux 0x1de054d5 of_clk_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x1dfbd741 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x1e110c93 spi_unregister_master +EXPORT_SYMBOL_GPL vmlinux 0x1e160f86 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0x1e314b21 regulator_use_dummy_regulator +EXPORT_SYMBOL_GPL vmlinux 0x1e3a88fb trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x1e537325 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e83fee6 HYPERVISOR_physdev_op +EXPORT_SYMBOL_GPL vmlinux 0x1e8a4314 ahci_reset_em +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1eead099 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x1f0f72ef get_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0x1f1032e8 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x1f156e71 iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x1f31a5bd crypto_register_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x1f37286e register_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x1f49b331 subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x1f4a3fca md_ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x1f570163 flush_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x1f5e20d8 thread_notify_head +EXPORT_SYMBOL_GPL vmlinux 0x1f7ade6d evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8db7f9 ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x1f999145 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0x1fcece42 inet_twdr_twcal_tick +EXPORT_SYMBOL_GPL vmlinux 0x1fcfa805 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x1fd60afa blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x1fddd174 device_schedule_callback_owner +EXPORT_SYMBOL_GPL vmlinux 0x1fed46b9 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x203af615 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x20563d1e md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x20607df4 usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x207ffacb snd_soc_add_card_controls +EXPORT_SYMBOL_GPL vmlinux 0x20b20429 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0x20bc3470 orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x20c21caa cm_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x20c33369 driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x20ee4351 md_trim_bio +EXPORT_SYMBOL_GPL vmlinux 0x21090512 mount_mtd +EXPORT_SYMBOL_GPL vmlinux 0x211a5688 usb_string +EXPORT_SYMBOL_GPL vmlinux 0x211fb0f1 serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0x21345307 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0x216a2295 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x21843dea device_init_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x21d6ca9c scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0x2220d612 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL vmlinux 0x2256357b regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x227890d9 blk_queue_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x2296c00d crypto_attr_u32 +EXPORT_SYMBOL_GPL vmlinux 0x22eae18a usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0x22f207e8 omap_dm_timer_write_status +EXPORT_SYMBOL_GPL vmlinux 0x2306b9e9 edac_device_del_device +EXPORT_SYMBOL_GPL vmlinux 0x230e0698 __clocksource_updatefreq_scale +EXPORT_SYMBOL_GPL vmlinux 0x231d70fc encode_bch +EXPORT_SYMBOL_GPL vmlinux 0x2338716a __rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x23679939 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x238be721 extcon_set_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x23e34578 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x23f164ae snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL vmlinux 0x23f46971 device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0x2403db0e regmap_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x240580a9 xenbus_probe +EXPORT_SYMBOL_GPL vmlinux 0x242f8919 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x243b421d snd_soc_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2447533c ktime_get_real +EXPORT_SYMBOL_GPL vmlinux 0x24594afc driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x247ef831 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x24866774 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x248ca925 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x249b4fab clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0x24aac4d9 crypto_aes_expand_key +EXPORT_SYMBOL_GPL vmlinux 0x24c7698a xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x24cac3ed snd_soc_limit_volume +EXPORT_SYMBOL_GPL vmlinux 0x24cd79e5 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24efc42a blocking_notifier_chain_cond_register +EXPORT_SYMBOL_GPL vmlinux 0x24fc46b6 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x25158544 crypto_alloc_instance2 +EXPORT_SYMBOL_GPL vmlinux 0x251b5050 i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x25342f5d rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x2545c170 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x256cd089 usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x25706a8f xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0x259abc8c tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x25bb67d4 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x262d8b3a regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0x262f20a8 local_clock +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x2655e07c nand_update_bbt +EXPORT_SYMBOL_GPL vmlinux 0x2664afb1 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x26707a6b usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x26b71fb4 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26f8eb33 pwm_enable +EXPORT_SYMBOL_GPL vmlinux 0x27307ceb ahash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x275843ef clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0x2784b954 sock_update_netprioidx +EXPORT_SYMBOL_GPL vmlinux 0x2787db00 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x27885658 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL vmlinux 0x27952cd5 usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0x279d5bf2 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0x27c025f4 snd_soc_cnew +EXPORT_SYMBOL_GPL vmlinux 0x27c2d6ef devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x27dc22db dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x27dfde63 queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x27e7b8fb led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0x27f1f082 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa5650 __ip_route_output_key +EXPORT_SYMBOL_GPL vmlinux 0x27fd123e tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x28109712 cpufreq_frequency_table_target +EXPORT_SYMBOL_GPL vmlinux 0x2828e9ab register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x28411f77 stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x2863386c snd_soc_put_strobe +EXPORT_SYMBOL_GPL vmlinux 0x2869ebaf regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x288ec77a nand_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x28a82da4 snmp_mib_init +EXPORT_SYMBOL_GPL vmlinux 0x28a903c8 timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x28a94a12 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x28b3e88e power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x28be62bc snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL vmlinux 0x28d4ae97 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x28d664ff __raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x28f6a134 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x29047f1a __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x291497c5 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x292326dc devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0x2939faa0 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x295b15be adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x295e46e3 xattr_getsecurity +EXPORT_SYMBOL_GPL vmlinux 0x295ede55 ata_do_eh +EXPORT_SYMBOL_GPL vmlinux 0x2979edb9 register_mtd_parser +EXPORT_SYMBOL_GPL vmlinux 0x29ababfe dm_requeue_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0x29b2d29e snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL vmlinux 0x29ecd1d0 cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0x29edeeda iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0x29fbd72c debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x2a021d74 rt_mutex_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2a3aa6b3 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2a4c8701 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0x2a5748c9 cpu_pm_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2a678a13 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x2a813de0 extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x2a8de1c1 free_css_id +EXPORT_SYMBOL_GPL vmlinux 0x2aa9e21d clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x2aae1a0c imx_pcm_free +EXPORT_SYMBOL_GPL vmlinux 0x2ad1ece4 zs_get_total_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2ae11e81 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0x2b30e582 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x2b7a6de8 syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x2b84a4e8 arizona_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x2b87f715 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0x2ba3bd38 xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0x2babe81f __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x2bb7c46b page_cache_async_readahead +EXPORT_SYMBOL_GPL vmlinux 0x2bcf30d8 of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0x2bed5ee5 stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0x2bef47ec usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x2c1a1258 snd_soc_unregister_dais +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c28063a scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x2c3fc7a2 snd_soc_dapm_put_enum_virt +EXPORT_SYMBOL_GPL vmlinux 0x2c562a4c dma_buf_map_attachment +EXPORT_SYMBOL_GPL vmlinux 0x2c7d9c64 xen_store_interface +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2ca4ebcd regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x2cb8bfa5 spi_async +EXPORT_SYMBOL_GPL vmlinux 0x2ce98559 kcrypto_wq +EXPORT_SYMBOL_GPL vmlinux 0x2cea32ee unregister_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0x2d03701c spi_master_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2d17a0e1 cgroup_taskset_size +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL_GPL vmlinux 0x2d43a815 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x2d59c954 edac_handlers +EXPORT_SYMBOL_GPL vmlinux 0x2d7f8944 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x2dd9f8f8 amba_apb_device_add +EXPORT_SYMBOL_GPL vmlinux 0x2ddc87bf dapm_reg_event +EXPORT_SYMBOL_GPL vmlinux 0x2de38f16 module_mutex +EXPORT_SYMBOL_GPL vmlinux 0x2deb7c0b ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0x2e132717 clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x2e13d843 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e2edb31 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x2e2efbae edac_mc_del_mc +EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2e362b2a ata_sff_busy_sleep +EXPORT_SYMBOL_GPL vmlinux 0x2e45e488 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x2e584001 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x2e8ae8e0 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x2e92c152 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x2e9670c0 pl320_ipc_transmit +EXPORT_SYMBOL_GPL vmlinux 0x2ebb0c34 iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2eed19b1 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0x2ef6b5bf smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x2f1361d0 crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0x2f193943 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x2f27b69c mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2f2a4eef cgroup_taskset_next +EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register +EXPORT_SYMBOL_GPL vmlinux 0x2f47d8c7 cpufreq_frequency_get_table +EXPORT_SYMBOL_GPL vmlinux 0x2f480a1f inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0x2f791fad ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x2f91b7ef snd_soc_bulk_write_raw +EXPORT_SYMBOL_GPL vmlinux 0x2f9d9431 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x2fa63a09 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x2fdc2a42 dma_buf_kmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0x2fe18e9a scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2fe3b706 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x30225fc4 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0x30693bb7 imx_audmux_v1_configure_port +EXPORT_SYMBOL_GPL vmlinux 0x307b3942 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x307d1a25 mdio_mux_init +EXPORT_SYMBOL_GPL vmlinux 0x308b733a getboottime +EXPORT_SYMBOL_GPL vmlinux 0x30a4f4ca bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x30ab9a91 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x30ae96b1 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0x30d8e1a7 sdhci_add_host +EXPORT_SYMBOL_GPL vmlinux 0x30e971d7 crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x30ee80ff sg_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x30ff95eb sec_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x3109b751 cpu_clock +EXPORT_SYMBOL_GPL vmlinux 0x310f55bb put_device +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x312f0643 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x313ccb7e of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0x3152bad0 crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x3154f0d1 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x317b5e90 opp_disable +EXPORT_SYMBOL_GPL vmlinux 0x319d1c26 dma_buf_vmap +EXPORT_SYMBOL_GPL vmlinux 0x319ec61d mtd_get_user_prot_info +EXPORT_SYMBOL_GPL vmlinux 0x31a24258 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL vmlinux 0x31a820ed register_jprobe +EXPORT_SYMBOL_GPL vmlinux 0x31c0c2d1 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x31c5f2ec snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL vmlinux 0x31fec1b4 sec_reg_update +EXPORT_SYMBOL_GPL vmlinux 0x32251d5b skcipher_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0x323ab44a atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x32467fb7 ata_scsi_simulate +EXPORT_SYMBOL_GPL vmlinux 0x324adcd1 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x325e677c gnttab_grant_foreign_transfer_ref +EXPORT_SYMBOL_GPL vmlinux 0x329b3898 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x329bbbde timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x32b31a8c ktime_get_boottime +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32ce4915 edac_mc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x32cf57fd snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL vmlinux 0x32dde8aa tps65912_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x32e1cf27 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x32fd447a monotonic_to_bootbased +EXPORT_SYMBOL_GPL vmlinux 0x333f33f2 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x3344d1dd mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0x336154ca rcutorture_record_test_transition +EXPORT_SYMBOL_GPL vmlinux 0x337a0705 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x33a98eca ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x33af69f5 regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x33c99590 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0x33d17c1f unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x3400c978 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x340a6d2c tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x341643ba omap_dm_timer_modify_idlect_mask +EXPORT_SYMBOL_GPL vmlinux 0x3425bdf8 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x34367925 opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x3441c3d6 gpio_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x347bca5a i2c_lock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x347d16e7 __bus_register +EXPORT_SYMBOL_GPL vmlinux 0x347fd4b3 eventfd_ctx_get +EXPORT_SYMBOL_GPL vmlinux 0x3484eb05 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x34a7f587 blk_rq_check_limits +EXPORT_SYMBOL_GPL vmlinux 0x34a88e0a pwm_request +EXPORT_SYMBOL_GPL vmlinux 0x34ab169c __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x34b7a943 snd_soc_write +EXPORT_SYMBOL_GPL vmlinux 0x34c07fcc inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x34dff5ed ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x34e22891 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x34fcfcab mmput +EXPORT_SYMBOL_GPL vmlinux 0x352650ee gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0x3560bfbd jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0x356373ae input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x35706e7b md_new_event +EXPORT_SYMBOL_GPL vmlinux 0x358377d6 inet_csk_reqsk_queue_prune +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35a5336c pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x35af1f5b omap_dm_timer_request_by_cap +EXPORT_SYMBOL_GPL vmlinux 0x35d495bc ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x35d8a984 edac_subsys +EXPORT_SYMBOL_GPL vmlinux 0x35d8acaa usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x35fcf401 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x3610a580 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x361e2bcc save_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0x36616fc1 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x367caaeb xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0x3699f5b0 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0x36a03a54 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x36a1a9ce pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x36b4b8ab unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x36c0e7b4 pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0x3700154c pkey_hash_algo +EXPORT_SYMBOL_GPL vmlinux 0x37078605 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x371a8b5b skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x373e2f3e sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x375661b5 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x377f9cc5 snd_soc_read +EXPORT_SYMBOL_GPL vmlinux 0x3794dae3 usbmisc_unset_ops +EXPORT_SYMBOL_GPL vmlinux 0x3829faad platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x383c52d6 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x3846f6b9 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x38620e38 gnttab_grant_foreign_access_trans_ref +EXPORT_SYMBOL_GPL vmlinux 0x3863db49 led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3882c248 snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL vmlinux 0x38a9c2c7 input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x38e1a551 arizona_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x38ea83d8 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x392ea7e3 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x394410ce inet_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x3956d7ed tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x398a6d24 dma_buf_unmap_attachment +EXPORT_SYMBOL_GPL vmlinux 0x399dafa9 stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0x39a509ad twl6040_get_hs_step_size +EXPORT_SYMBOL_GPL vmlinux 0x39b84f0f omap_dm_timer_read_counter +EXPORT_SYMBOL_GPL vmlinux 0x39ffff14 invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x3a26ed11 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0x3a2a5e7b ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x3a4c6000 of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x3a4ecc7f mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a81993a irq_create_strict_mappings +EXPORT_SYMBOL_GPL vmlinux 0x3a84271f __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x3ac6c906 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x3ac75973 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad1ce5c device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x3ae7afb5 amba_device_add +EXPORT_SYMBOL_GPL vmlinux 0x3b35c262 __blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0x3b5a01eb clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x3ba3d5bf fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x3bb20ce7 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x3bb7a56e unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0x3bbca0c3 tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x3bde3d51 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x3be89d3c usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x3bef5a2f md_stop +EXPORT_SYMBOL_GPL vmlinux 0x3c0b4b63 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3c18329e fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x3c1c3285 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x3c2cc061 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x3c4fb202 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x3c52f59d input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3c573790 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x3c831441 arm_check_condition +EXPORT_SYMBOL_GPL vmlinux 0x3c942368 profile_event_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3cac21b9 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x3cb57d9a ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cefaa90 unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x3cf4ec0a clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x3cf950e5 mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x3cfedb3f register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x3d28782a crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0x3d2a50ba devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0x3d30dfe4 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d5b0737 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0x3d7ea99a gnttab_grant_foreign_transfer +EXPORT_SYMBOL_GPL vmlinux 0x3d8c2f49 ata_eh_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x3db91586 scatterwalk_done +EXPORT_SYMBOL_GPL vmlinux 0x3dc795a2 ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x3dc916b6 crypto_fl_tab +EXPORT_SYMBOL_GPL vmlinux 0x3dd4d3a7 bprintf +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3df6a97c regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x3e113923 usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x3e538401 xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0x3e5a5697 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x3e6f8f42 crypto_larval_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3ecb4c40 extcon_get_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x3edf1033 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x3efb35c9 get_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0x3effbd94 tpm_store_cancel +EXPORT_SYMBOL_GPL vmlinux 0x3f377832 net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x3f4d48b0 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3f620a84 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x3f69c73a unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x3f79048f debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x3f7d55bd crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3f84d4c9 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x3f8bea9c of_clk_src_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x3f99eb37 __get_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x3f9ed05d mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x3fa1de3e each_symbol_section +EXPORT_SYMBOL_GPL vmlinux 0x3fa5cb93 __atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x3fb3ce20 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x3ffdb727 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x4010b009 wm8400_block_read +EXPORT_SYMBOL_GPL vmlinux 0x402fff18 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x4055121f dma_buf_kunmap +EXPORT_SYMBOL_GPL vmlinux 0x4095145d regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x40979d6e nfq_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x40a7e7e4 disk_get_part +EXPORT_SYMBOL_GPL vmlinux 0x40af0dec ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0x40b477f9 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0x40d46b21 crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x4125b98e sdhci_alloc_host +EXPORT_SYMBOL_GPL vmlinux 0x412d4c0d snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL vmlinux 0x414c2b8c tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0x414f3d70 tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x415274e3 scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x416c6297 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0x417617f8 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x41b8c03c wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0x41cbf9c9 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x41ccb4b1 class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x41ff9537 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x4205ad24 cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x42160169 flush_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x421e0d5c __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0x4237c1bf usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x425a4259 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0x4271c517 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0x42799c2c xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x429725c8 class_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x429cc8cb user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x42cdac58 crypto_rng_type +EXPORT_SYMBOL_GPL vmlinux 0x42d0d299 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x42ddd0dc dma_buf_end_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x42f36621 wm5110_aod +EXPORT_SYMBOL_GPL vmlinux 0x42fa63ff iommu_domain_get_attr +EXPORT_SYMBOL_GPL vmlinux 0x431e98b4 modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x4322395e ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x432b8228 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x432fd7f6 __gpio_set_value +EXPORT_SYMBOL_GPL vmlinux 0x43421141 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0x4359d101 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x437647b4 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x438f8838 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x4396b273 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x439a029b mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL vmlinux 0x43a53735 __alloc_workqueue_key +EXPORT_SYMBOL_GPL vmlinux 0x43cf8b98 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x43dc5639 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x43f04f44 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43f56e82 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x441fb37e cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x44404f11 kdb_register_repeat +EXPORT_SYMBOL_GPL vmlinux 0x4455e1b3 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x44577f37 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x44764c00 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x44a793ab HYPERVISOR_grant_table_op +EXPORT_SYMBOL_GPL vmlinux 0x44a91de9 posix_timer_event +EXPORT_SYMBOL_GPL vmlinux 0x44bbf088 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x44c1d722 wait_for_tpm_stat +EXPORT_SYMBOL_GPL vmlinux 0x44d3a058 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x44dedfc6 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x4559d733 ahci_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x459954a2 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x45bce01e ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x45bf1ff3 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x45c658ff xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0x46066e5b perf_pmu_name +EXPORT_SYMBOL_GPL vmlinux 0x46074c17 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x460b034e crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x460b8f85 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x460f7531 wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x4619e544 omap_dm_timer_stop +EXPORT_SYMBOL_GPL vmlinux 0x4639ae45 device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x4644181a hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x466dea8c crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x4672e88b __crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x46913475 ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x46929ac8 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x46b7aa31 proc_net_fops_create +EXPORT_SYMBOL_GPL vmlinux 0x46decfc1 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x470d8ac3 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x471566c5 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x4720606c da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x4760e1c7 lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0x4763e6ea crypto_tfm_in_queue +EXPORT_SYMBOL_GPL vmlinux 0x4777099c tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x479ffe69 wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0x47c7dda5 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x47fc679e ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x47ff399f regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x4820ad17 usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x4835c31a inet6_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x4859687c inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x485df4af __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x4889d2a0 snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL vmlinux 0x48a488a0 sysctl_tcp_cookie_size +EXPORT_SYMBOL_GPL vmlinux 0x48ab5da7 pkey_algo +EXPORT_SYMBOL_GPL vmlinux 0x48e67021 sysfs_rename_link +EXPORT_SYMBOL_GPL vmlinux 0x48ed8cd8 sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0x48fe66ae sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0x490a65f9 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0x4946da71 omap_iotlb_cr_to_e +EXPORT_SYMBOL_GPL vmlinux 0x495e9eff debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x496fa379 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x4982a57f probe_kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x498d293a trace_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49bd1f58 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x49bf53aa imx_pcm_new +EXPORT_SYMBOL_GPL vmlinux 0x49c103aa rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x49e4023b nf_unregister_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x49e6fb30 unregister_timer_hook +EXPORT_SYMBOL_GPL vmlinux 0x49fead17 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x4a0a427c class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4a3aa974 __scsi_get_command +EXPORT_SYMBOL_GPL vmlinux 0x4a452a46 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x4a523e56 dm_set_device_limits +EXPORT_SYMBOL_GPL vmlinux 0x4a5d5ad1 extcon_set_cable_state +EXPORT_SYMBOL_GPL vmlinux 0x4a676284 __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0x4abf2ff7 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0x4ade8d05 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x4adfed41 ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x4aec64ae pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0x4af02160 snd_soc_default_writable_register +EXPORT_SYMBOL_GPL vmlinux 0x4b076147 uncache_firmware +EXPORT_SYMBOL_GPL vmlinux 0x4b17e700 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x4b3020a9 relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x4b39e128 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x4b3df5a2 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x4b40c897 ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x4b719873 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x4b93df89 async_schedule_domain +EXPORT_SYMBOL_GPL vmlinux 0x4bc62a81 audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0x4bcaca24 stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x4bcf6aa4 rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x4bd59e74 sec_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x4c47ec15 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0x4c759827 byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x4c8e0c47 replace_page_cache_page +EXPORT_SYMBOL_GPL vmlinux 0x4c96064c rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x4c9871cc snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL vmlinux 0x4cbd6f42 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0x4ccca258 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x4ceae888 pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x4cecd251 ahci_print_info +EXPORT_SYMBOL_GPL vmlinux 0x4d0912e2 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0x4d226f44 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x4d24cd78 blkio_subsys +EXPORT_SYMBOL_GPL vmlinux 0x4d2d292c adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4d422cd2 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x4d462ff6 crypto_create_tfm +EXPORT_SYMBOL_GPL vmlinux 0x4d4e1529 dma_buf_mmap +EXPORT_SYMBOL_GPL vmlinux 0x4d7f103b rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x4d9eaf1b skcipher_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4db3fec4 vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x4dbc1fbc sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x4dd8eed9 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4e109192 ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0x4e242f5f pstore_cannot_block_path +EXPORT_SYMBOL_GPL vmlinux 0x4e4bfa95 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x4e65ab19 twl6040_get_dl1_gain +EXPORT_SYMBOL_GPL vmlinux 0x4e9aa44c tcp_is_cwnd_limited +EXPORT_SYMBOL_GPL vmlinux 0x4ef192b7 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4f1ccf7d dev_pm_qos_add_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4f2b7597 __trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0x4f4181fc crypto_aead_type +EXPORT_SYMBOL_GPL vmlinux 0x4f60603f snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL vmlinux 0x4f6ca200 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x4f7324f9 xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0x4fa6c433 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0x4fc65e4b sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x4fd4e89d ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fee3a2e wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x504bac23 amba_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5053e2a6 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x506691f1 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x506cc085 tracepoint_iter_stop +EXPORT_SYMBOL_GPL vmlinux 0x50795d1c blk_queue_bypass_start +EXPORT_SYMBOL_GPL vmlinux 0x5086ac3a alg_test +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x50bc284f sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x50c89f23 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x50d14816 vchan_tx_submit +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50ed9df9 sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x511a8549 setup_irq +EXPORT_SYMBOL_GPL vmlinux 0x512cf16c wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5130db6a max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x5147b341 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x5169ef7b pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x519318a1 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5199e757 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x51b28af1 pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x51cab192 blk_queue_rq_timed_out +EXPORT_SYMBOL_GPL vmlinux 0x51cfa70f get_mtd_device_nm +EXPORT_SYMBOL_GPL vmlinux 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL vmlinux 0x52212010 __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x522b7ec5 pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x524b8e7d inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0x52896a53 sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x52a6fdfb tpm_remove_hardware +EXPORT_SYMBOL_GPL vmlinux 0x52c1553d dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x5314b266 rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0x5322a3a6 sysfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x5341c403 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x535338d6 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x5358fc36 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x53614269 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x53986488 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x53a3e486 regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x53ab46a2 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x53d70fb4 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0x53e735fa cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x53e9e450 sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x5428d909 ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0x544aab61 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x5460c8d8 fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x5460f155 key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x5475e8a3 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0x54770ba5 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x549d80ae dm_dispatch_request +EXPORT_SYMBOL_GPL vmlinux 0x54d6d619 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x54e8adbe platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x54f26238 raw_seq_open +EXPORT_SYMBOL_GPL vmlinux 0x550c9712 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x551c7afe of_init_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x554b1a89 page_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x5550db00 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x55526907 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x5558dcd5 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x55806bc8 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x558db066 cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x559964f8 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x559b9376 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x55a567b1 rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x55de22db sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x55e902c3 regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x55eb4246 pl320_ipc_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x55f04c21 trace_buffer_unlock_commit_regs +EXPORT_SYMBOL_GPL vmlinux 0x561e4b77 irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0x56256006 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x562f476d pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x564f1dca klist_add_after +EXPORT_SYMBOL_GPL vmlinux 0x565b6892 uuid_le_gen +EXPORT_SYMBOL_GPL vmlinux 0x56806975 crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x5686db6a blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x5687bca5 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0x56af8877 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x56b09b18 unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x56b63670 lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up +EXPORT_SYMBOL_GPL vmlinux 0x56e75d47 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x56e9103b cpu_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x56fb5a0e event_storage_mutex +EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0x5732994d ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x573ba090 get_kernel_page +EXPORT_SYMBOL_GPL vmlinux 0x5751a601 ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x5779d445 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0x578fe4dd cpu_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57a633d4 tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x57eb46e4 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x5819c8aa usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0x582746d8 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x58413099 ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x58631dab imx_audmux_v2_configure_port +EXPORT_SYMBOL_GPL vmlinux 0x5879a649 ata_base_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x5880c502 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x58b87952 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL vmlinux 0x58c375cc regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x58c7a65e __hwspin_unlock +EXPORT_SYMBOL_GPL vmlinux 0x58c89709 wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x58e14f15 HYPERVISOR_event_channel_op +EXPORT_SYMBOL_GPL vmlinux 0x5926d064 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x592cd3f3 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0x59455535 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x5947abbe max77693_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x595edc83 blkg_prfill_stat +EXPORT_SYMBOL_GPL vmlinux 0x5968ce7b ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x59896308 tpm_dev_vendor_release +EXPORT_SYMBOL_GPL vmlinux 0x59981abf irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x599d0cb6 scatterwalk_start +EXPORT_SYMBOL_GPL vmlinux 0x59de4770 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x59e2743e call_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0x59eae699 ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x59f9404c sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL vmlinux 0x5a0f7af8 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x5a1545fb snd_dmaengine_pcm_set_data +EXPORT_SYMBOL_GPL vmlinux 0x5a2b1b67 gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x5a30a56f pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0x5a31af70 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5a3c2afd kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x5a42b7e9 ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x5a48534a regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x5a5b92bc dma_buf_fd +EXPORT_SYMBOL_GPL vmlinux 0x5a682d25 ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5acb8664 usbmisc_get_init_data +EXPORT_SYMBOL_GPL vmlinux 0x5adf0a7c __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x5af03a28 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x5afb47fc of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0x5b27ff15 of_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x5b4e379c of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0x5b7af0c1 pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x5b91e493 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x5bc0787b pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x5bc882d9 tpm_show_owned +EXPORT_SYMBOL_GPL vmlinux 0x5be6b847 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x5bed6c01 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x5bfc03c3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5c583ae4 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL vmlinux 0x5c633235 dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0x5c76b264 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x5c87f252 debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x5c8b6df3 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x5cce6718 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0x5cfa4257 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0x5d103c87 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x5d1098c6 xen_start_info +EXPORT_SYMBOL_GPL vmlinux 0x5d12e48f input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0x5d14d00e crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x5d34604f xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0x5d366dec gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x5d382316 pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x5d6741b7 xenbus_map_ring +EXPORT_SYMBOL_GPL vmlinux 0x5d730e7b raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5d8d802b clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x5db0665f fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0x5db3d37a tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x5db5fae6 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x5dbb3223 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5dd18380 regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x5dd67618 register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5e036caa sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x5e137855 omap_dm_timer_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x5e37c99c usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x5e4c2935 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x5e599ae4 bmp085_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x5e98e0c5 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5eacba1f ahci_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x5ec97470 devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5ee278a9 opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0x5f248f72 set_timer_slack +EXPORT_SYMBOL_GPL vmlinux 0x5fbdf350 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x5fc5f416 alloc_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x60506751 unmap_kernel_range_noflush +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60c11f84 blkcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x60c4b393 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL vmlinux 0x60c4e7f7 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x60d6f53f mtd_unpoint +EXPORT_SYMBOL_GPL vmlinux 0x60f78568 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x611425b1 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x6114d8a4 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x615650c4 ahash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x61634f05 lock_flocks +EXPORT_SYMBOL_GPL vmlinux 0x61b0d116 find_symbol +EXPORT_SYMBOL_GPL vmlinux 0x61bfa6fa sysfs_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x61c47bff led_trigger_store +EXPORT_SYMBOL_GPL vmlinux 0x61ec6bbd opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0x6229c099 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x624a6406 hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x6252f387 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x628c74f2 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x62ad463f regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0x62bdf0b1 md_run +EXPORT_SYMBOL_GPL vmlinux 0x62c56bc6 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x62c88a1c __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x62cceeb1 extcon_find_cable_index +EXPORT_SYMBOL_GPL vmlinux 0x6300313c crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x63093049 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL vmlinux 0x63205de1 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x6357cf9f __cpufreq_driver_getavg +EXPORT_SYMBOL_GPL vmlinux 0x63693605 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x63ad733b devres_alloc +EXPORT_SYMBOL_GPL vmlinux 0x63b2a75a fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x63ff608e sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x64004a04 blk_rq_err_bytes +EXPORT_SYMBOL_GPL vmlinux 0x6400ec00 sysfs_put +EXPORT_SYMBOL_GPL vmlinux 0x641721af rtc_set_mmss +EXPORT_SYMBOL_GPL vmlinux 0x648494d9 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x64a731ae hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x64ac1252 rtc_irq_unregister +EXPORT_SYMBOL_GPL vmlinux 0x652f4b9f led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6548b7c2 cgroup_taskset_first +EXPORT_SYMBOL_GPL vmlinux 0x655c6efd wm5102_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x65676542 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x6579b640 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x658f7602 ahci_set_em_messages +EXPORT_SYMBOL_GPL vmlinux 0x65979f19 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x65bbbc78 schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0x65bdb679 snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65d6d0f0 gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x65d7026e led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0x65f7ed81 sdhci_enable_irq_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x6637b10e blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0x663c16d6 gnttab_grant_foreign_access_subpage_ref +EXPORT_SYMBOL_GPL vmlinux 0x66408e28 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0x66710f5d register_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x669b3189 stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x66b2a859 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x66b87f9b bmp085_detect +EXPORT_SYMBOL_GPL vmlinux 0x66c78bd2 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x674e13e1 public_key_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6753a7c5 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x6796debb xfrm_inner_extract_output +EXPORT_SYMBOL_GPL vmlinux 0x67ad5b4d wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x67bed9e6 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x67d9fe13 wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x68116179 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x6812cf8d __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x68239f78 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0x68336775 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x6879cadc of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x687e91ca usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x6883453b fuse_conn_kill +EXPORT_SYMBOL_GPL vmlinux 0x6892088c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x68941fd7 omap_tll_enable +EXPORT_SYMBOL_GPL vmlinux 0x68956406 static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x68a4fedb snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL vmlinux 0x68c34813 xenbus_dev_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x68e4aad7 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x690b9dd2 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x6923ce63 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x69259f22 edac_mem_types +EXPORT_SYMBOL_GPL vmlinux 0x692ce82e disk_part_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x692e1ecb inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x69447467 ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0x6945725e mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0x694be42a usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0x6981360d ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x698a899f ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0x698be398 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x69a53917 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x69d35e7a device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x69dcae1c __blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x69e9a2cb ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x69fc6a7c pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a0203d2 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x6a0e8493 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6a1ca1fd __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x6a2d369f mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0x6a2d6505 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x6a5fb566 rcu_sched_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x6aac45d8 unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x6ab922b2 regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x6aba167a regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x6ac85b58 aead_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0x6b0e62b2 bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0x6b264960 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x6b29a1fa ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0x6b368158 wm5110_patch +EXPORT_SYMBOL_GPL vmlinux 0x6b56e476 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x6b66751d __sock_recv_ts_and_drops +EXPORT_SYMBOL_GPL vmlinux 0x6b6c3632 tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x6b770f49 decode_bch +EXPORT_SYMBOL_GPL vmlinux 0x6b917ed6 snd_soc_dapm_get_enum_virt +EXPORT_SYMBOL_GPL vmlinux 0x6bd55686 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x6be01013 fuse_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6c153887 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x6c20cf84 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x6c23df9d md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x6c2bdeb0 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x6c49c4f2 clockevents_notify +EXPORT_SYMBOL_GPL vmlinux 0x6c57d888 ahci_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x6c5f1118 perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0x6c749afe __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x6c8d5ae8 __gpio_get_value +EXPORT_SYMBOL_GPL vmlinux 0x6c9852f2 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x6ca79f3a platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6ca9732c usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x6cc78c5c set_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x6cea538e ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x6cffbcf6 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL vmlinux 0x6d00b19d crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d31e93b tracepoint_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x6d34abae inet6_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x6da081d6 tpm_show_durations +EXPORT_SYMBOL_GPL vmlinux 0x6db110d1 cpufreq_governor_dbs +EXPORT_SYMBOL_GPL vmlinux 0x6dec70f3 xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0x6df36523 mtd_unlock +EXPORT_SYMBOL_GPL vmlinux 0x6e2945bc xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x6e368f86 sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x6e4421cc tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x6e58ddf0 gnttab_end_foreign_transfer_ref +EXPORT_SYMBOL_GPL vmlinux 0x6e736a98 usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e7c3aed smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x6e7dfd69 hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6e80dfe0 sec_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6ec71f44 transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x6edd8e04 crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0x6f1ee69e kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x6f3b1d5d del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL vmlinux 0x6f4c8589 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0x6f6ac78c dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x6f898954 pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x6fa19569 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x6fc407a7 otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0x6fc501c5 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x6fd53bb8 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x6fe09ab7 tpm_gen_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x6fe3d8cf ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x6ff04d3d fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6ff7d7d6 fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x700f8e9f wm8994_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x701929c1 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x702630d3 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x703189d7 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x706b3a33 cpufreq_frequency_table_get_attr +EXPORT_SYMBOL_GPL vmlinux 0x707ff1bb ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0x708bd95d irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x70bb651d __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x70ccd748 dapm_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70cf411d ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x70d486ce opp_enable +EXPORT_SYMBOL_GPL vmlinux 0x70e4ebe0 wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x70e92f95 snd_soc_get_strobe +EXPORT_SYMBOL_GPL vmlinux 0x70e94dc1 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x711f9e0e srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x712e57b7 pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x7145821f scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x716995b0 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x7185b907 device_attach +EXPORT_SYMBOL_GPL vmlinux 0x718fb775 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x7193bef6 omap_dm_timer_set_pwm +EXPORT_SYMBOL_GPL vmlinux 0x71b984e0 snd_ctl_sync_vmaster_hook +EXPORT_SYMBOL_GPL vmlinux 0x71dc9998 crypto_il_tab +EXPORT_SYMBOL_GPL vmlinux 0x72235f08 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x7267db00 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x72741f25 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x727c0417 __css_put +EXPORT_SYMBOL_GPL vmlinux 0x72a584e9 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x72a75e0e pwm_set_polarity +EXPORT_SYMBOL_GPL vmlinux 0x72b212ff regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x72ea08a7 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x72fa17c8 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x73013896 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x730bd0c7 asic3_write_register +EXPORT_SYMBOL_GPL vmlinux 0x730f8034 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x7310a350 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL_GPL vmlinux 0x7354d29d __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x7389afdf hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73aa1c01 skcipher_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x73cefece pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x73d11533 omap_iommu_save_ctx +EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x73da5e13 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x73e0482f skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x74392999 mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x743a165e ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x744a6ddc apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x747a6134 xen_unmap_domain_mfn_range +EXPORT_SYMBOL_GPL vmlinux 0x7483daac led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x74890055 xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0x748bf8f9 get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0x7491736c ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0x74954462 timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x74abdafa task_handoff_register +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74d7b7fe hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x7507dc0a wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x751b579b blkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x752f1247 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x753ea5ea usbmisc_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x7564272c snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL vmlinux 0x75785203 devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x75c2b9f1 memalloc_socks +EXPORT_SYMBOL_GPL vmlinux 0x75c808fa rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x75c8a11c inet_twdr_twkill_work +EXPORT_SYMBOL_GPL vmlinux 0x75d0de19 rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x75e38c89 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x75e8f3c3 crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x75f13c94 ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x75f48a6c ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x760f60f1 mtd_panic_write +EXPORT_SYMBOL_GPL vmlinux 0x7643a464 usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x76ab58ed usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x76cbb4e7 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x76f60522 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x770cf981 tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7717ddb3 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x77214cea sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x773334a8 edac_mc_free +EXPORT_SYMBOL_GPL vmlinux 0x77528f2d usb_gadget_map_request +EXPORT_SYMBOL_GPL vmlinux 0x77684b47 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x7772a141 devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x77a14bf3 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x77a2667a hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x77d080db ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x77d6d654 rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x77e78218 regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x780869f1 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x781e9cb1 snd_soc_default_readable_register +EXPORT_SYMBOL_GPL vmlinux 0x783acdb4 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x785352ae snd_soc_debugfs_root +EXPORT_SYMBOL_GPL vmlinux 0x786a8e6e uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x787fb9ed tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x78b599af usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0x78cf4589 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x78f143c4 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x7904b7d2 driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x7912060c da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x7926dd53 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x792adf41 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x7958b286 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x796c2d48 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x7983b816 get_dcookie +EXPORT_SYMBOL_GPL vmlinux 0x798e8eb0 xenbus_grant_ring +EXPORT_SYMBOL_GPL vmlinux 0x79b11e40 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x79d42d27 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x79d959b7 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0x79fe8559 ahci_check_ready +EXPORT_SYMBOL_GPL vmlinux 0x7a1040d7 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x7a83a625 device_add +EXPORT_SYMBOL_GPL vmlinux 0x7a944007 rcu_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0x7a961575 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x7aa899aa clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x7ab3ca18 eventfd_ctx_read +EXPORT_SYMBOL_GPL vmlinux 0x7ab6c28d da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x7ac26d12 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x7ae1ae8e cpufreq_frequency_table_put_attr +EXPORT_SYMBOL_GPL vmlinux 0x7ae6f969 snd_soc_register_codec +EXPORT_SYMBOL_GPL vmlinux 0x7afa99e2 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x7b03a374 add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL vmlinux 0x7b0f1ab3 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x7b1d544d edac_handler_set +EXPORT_SYMBOL_GPL vmlinux 0x7b2e09e4 d_materialise_unique +EXPORT_SYMBOL_GPL vmlinux 0x7b35f73b ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x7b38c5c3 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x7b525428 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7bcbfccd i2c_new_probed_device +EXPORT_SYMBOL_GPL vmlinux 0x7bd1245d disk_map_sector_rcu +EXPORT_SYMBOL_GPL vmlinux 0x7c66c795 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x7c6a49ce unix_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x7c9ad2eb usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x7cc1b7fd max77693_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cf87c69 of_property_count_strings +EXPORT_SYMBOL_GPL vmlinux 0x7d1ed6ca omap_dm_timer_set_load_start +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7da07246 pwm_config +EXPORT_SYMBOL_GPL vmlinux 0x7dab26b6 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7dc5d0b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7dc99c47 ahci_shost_attrs +EXPORT_SYMBOL_GPL vmlinux 0x7dd10b78 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x7df1399a tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7df19e12 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x7df935ee snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL vmlinux 0x7e047846 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0x7e0ef97c regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x7e1183c9 async_schedule +EXPORT_SYMBOL_GPL vmlinux 0x7e1237cf sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x7e5e68a4 wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7eaff4ba edac_device_handle_ue +EXPORT_SYMBOL_GPL vmlinux 0x7eb7b3f8 of_get_dma_window +EXPORT_SYMBOL_GPL vmlinux 0x7ec1423c device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x7ed68941 asic3_read_register +EXPORT_SYMBOL_GPL vmlinux 0x7f03814a da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x7f0c6b6e sdhci_remove_host +EXPORT_SYMBOL_GPL vmlinux 0x7f0ce3dd usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x7f1bfb46 arizona_dev_init +EXPORT_SYMBOL_GPL vmlinux 0x7f2b33c1 iommu_domain_has_cap +EXPORT_SYMBOL_GPL vmlinux 0x7f2bf53f sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x7f537806 debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0x7f60243d snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL vmlinux 0x7f60e837 __pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x7f6fe629 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x7fab5350 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7fb483b9 console_drivers +EXPORT_SYMBOL_GPL vmlinux 0x7fd790ad clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x7ff10ccf raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x7ffc8718 gpio_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x80032c98 filter_current_check_discard +EXPORT_SYMBOL_GPL vmlinux 0x8043eb8c firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x8045b5f6 cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x80586607 sdhci_get_of_property +EXPORT_SYMBOL_GPL vmlinux 0x80740fe4 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0x8081b3a0 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80b1fb51 cgroup_load_subsys +EXPORT_SYMBOL_GPL vmlinux 0x80cde745 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80ea9472 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x80f3268f __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x8149ea54 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0x814b9ef9 unregister_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x814f7f17 class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x81549fce blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x815711c6 da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x815edaae elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8161c819 snd_soc_info_volsw_ext +EXPORT_SYMBOL_GPL vmlinux 0x81c43d23 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x81d18f2f dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x81dbcfd8 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x8204da16 dio_end_io +EXPORT_SYMBOL_GPL vmlinux 0x8220458d regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x8226642f __gpio_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x8233d1de stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0x82564dae ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x827e3801 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0x8288d949 eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0x82939ebd rcu_batches_completed_sched +EXPORT_SYMBOL_GPL vmlinux 0x829ef1d5 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x82cd19f3 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0x82d11ea0 snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x831f7e48 sdhci_resume_host +EXPORT_SYMBOL_GPL vmlinux 0x8337a42c blk_queue_dma_drain +EXPORT_SYMBOL_GPL vmlinux 0x8365ee2c cgroup_taskset_cur_cgroup +EXPORT_SYMBOL_GPL vmlinux 0x8383a4f4 tpm_show_active +EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0x83911060 device_create_vargs +EXPORT_SYMBOL_GPL vmlinux 0x83a4c48f fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x83a5ae2e __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x83cb3a31 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0x83d66be0 dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x83e980bc iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x84658760 snd_soc_bytes_get +EXPORT_SYMBOL_GPL vmlinux 0x8484a5c3 register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x84c5c258 page_cache_sync_readahead +EXPORT_SYMBOL_GPL vmlinux 0x85050965 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x852e568d of_get_nand_ecc_mode +EXPORT_SYMBOL_GPL vmlinux 0x852f3e32 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0x85478a0b inet6_hash_frag +EXPORT_SYMBOL_GPL vmlinux 0x856629e7 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x8574ca6c gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x859474c0 dma_buf_export +EXPORT_SYMBOL_GPL vmlinux 0x85961b71 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x85c10896 rcu_batches_completed_bh +EXPORT_SYMBOL_GPL vmlinux 0x85c7f674 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x863c552c cache_firmware +EXPORT_SYMBOL_GPL vmlinux 0x8645f9da usb_bus_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x8651b59e class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x86623fd7 notify_remote_via_irq +EXPORT_SYMBOL_GPL vmlinux 0x867094c1 snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x86a51007 gnttab_end_foreign_transfer +EXPORT_SYMBOL_GPL vmlinux 0x86ad07a0 da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x86b684c7 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x86e0d647 dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x86f2bcc9 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x8704eb06 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x870a1986 arizona_clk32k_enable +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x871bcaa4 irq_find_host +EXPORT_SYMBOL_GPL vmlinux 0x871c052b sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x873fbaea edac_atomic_assert_error +EXPORT_SYMBOL_GPL vmlinux 0x8750c691 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x87538eea __module_text_address +EXPORT_SYMBOL_GPL vmlinux 0x87571fa1 pl320_ipc_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x876b3b6c spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x87754115 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x877d04f9 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x87984b16 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x879a3dd3 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x87a2812a sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x87c160ab sec_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x87c99a2f pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x87e6ec62 da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x87e93bef tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x8810ad5e crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0x88335d01 mtd_is_partition +EXPORT_SYMBOL_GPL vmlinux 0x8840d93c crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x885aa7cc snd_soc_info_volsw_s8 +EXPORT_SYMBOL_GPL vmlinux 0x885d13e6 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x885ef84d shash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x887a1d7e init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88ebed94 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x88fceb03 skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x891a5a7f gnttab_max_grant_frames +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x8945426d wm8994_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x89502f0c gnttab_subpage_grants_available +EXPORT_SYMBOL_GPL vmlinux 0x89720a85 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x898992d1 rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x89c7a7a8 tpm_show_pubek +EXPORT_SYMBOL_GPL vmlinux 0x89e86db9 ahci_ops +EXPORT_SYMBOL_GPL vmlinux 0x8a04b9fe tracepoint_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0x8a5ab7fa devm_regmap_init_mmio +EXPORT_SYMBOL_GPL vmlinux 0x8a5c7a80 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0x8a5d8bc4 fuse_put_request +EXPORT_SYMBOL_GPL vmlinux 0x8a78989f irq_from_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x8a82c0ae __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x8a856929 twl6040_get_clk_id +EXPORT_SYMBOL_GPL vmlinux 0x8a92de3d omap_dm_timer_enable +EXPORT_SYMBOL_GPL vmlinux 0x8ab6f32e blkg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8ab9e1fa snd_soc_dapm_get_value_enum_double +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8acd2b76 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL vmlinux 0x8ae152b5 of_get_nand_bus_width +EXPORT_SYMBOL_GPL vmlinux 0x8ae84fdf sysfs_get_dirent +EXPORT_SYMBOL_GPL vmlinux 0x8afbf7b1 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x8b04668e bind_interdomain_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x8b4bd2d7 __css_tryget +EXPORT_SYMBOL_GPL vmlinux 0x8b66f9e0 xen_platform_pci_unplug +EXPORT_SYMBOL_GPL vmlinux 0x8b752ac1 ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0x8b775d3a __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x8b99fd7f pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x8b9a50d4 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x8ba5afe9 HYPERVISOR_memory_op +EXPORT_SYMBOL_GPL vmlinux 0x8bac309a power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x8bb2525d xenbus_bind_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x8bb3c3d8 rq_flush_dcache_pages +EXPORT_SYMBOL_GPL vmlinux 0x8bd1a3b2 inet_hashinfo_init +EXPORT_SYMBOL_GPL vmlinux 0x8bdcafcb __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x8bdde499 vchan_find_desc +EXPORT_SYMBOL_GPL vmlinux 0x8bf15fe9 cpufreq_frequency_table_cpuinfo +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c0409e7 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x8c06a108 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x8c38074a unregister_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8c5f1895 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x8c68dfeb devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x8c9ba649 clk_disable +EXPORT_SYMBOL_GPL vmlinux 0x8cafa63d usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x8cc7d471 usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x8cd0435d tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x8cdd1e62 xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0x8cf00b31 snd_soc_get_dai_substream +EXPORT_SYMBOL_GPL vmlinux 0x8cff7d20 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x8d0b5e46 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x8d1a3df4 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x8d1b6a94 omap_mcpdm_configure_dn_offsets +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d439b86 ablkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x8d5a906a ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0x8d5d2d7f class_create_file +EXPORT_SYMBOL_GPL vmlinux 0x8d65d70c wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x8dbf7aaa privcmd_call +EXPORT_SYMBOL_GPL vmlinux 0x8dd8f39d dbs_check_cpu +EXPORT_SYMBOL_GPL vmlinux 0x8de7a062 sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x8dfde2f5 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL vmlinux 0x8dfe6979 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x8e075bfb ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x8e299ee2 dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x8e342633 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x8e374445 led_trigger_show +EXPORT_SYMBOL_GPL vmlinux 0x8e4d1466 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x8e5a6b40 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x8e6a70e1 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x8e874608 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0x8eb0a9e6 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x8ec9adbb sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x8eeedd7c wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x8eef5c1b bio_alloc_mddev +EXPORT_SYMBOL_GPL vmlinux 0x8f0a6c01 amba_apb_device_add_res +EXPORT_SYMBOL_GPL vmlinux 0x8f12669a irq_linear_revmap +EXPORT_SYMBOL_GPL vmlinux 0x8f132d7d device_del +EXPORT_SYMBOL_GPL vmlinux 0x8f17f544 mnt_clone_write +EXPORT_SYMBOL_GPL vmlinux 0x8f1f614a snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL vmlinux 0x8f230f18 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0x8f5525fc opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f9f698b ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x8fab35f5 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x8ffebd8e snd_soc_resume +EXPORT_SYMBOL_GPL vmlinux 0x904793b6 add_page_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x9062c322 ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x90705b7f syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9074611c __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x9082d068 kprobe_decode_arm_table +EXPORT_SYMBOL_GPL vmlinux 0x908c6f1c css_lookup +EXPORT_SYMBOL_GPL vmlinux 0x90a1004a crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x90aa614d tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x90b763f1 HYPERVISOR_console_io +EXPORT_SYMBOL_GPL vmlinux 0x90e66d47 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x910625c5 edac_mc_add_mc +EXPORT_SYMBOL_GPL vmlinux 0x91220dc5 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x91275ef3 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x912fd25b debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x91582e4c mtd_read_oob +EXPORT_SYMBOL_GPL vmlinux 0x9159b9d6 profile_event_register +EXPORT_SYMBOL_GPL vmlinux 0x916c675a snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL vmlinux 0x917157a9 mtd_point +EXPORT_SYMBOL_GPL vmlinux 0x918ad429 ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x91a746fb scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x91c1d99c pm_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0x91db36fe xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0x91dda801 scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0x91de8f2c omap_dm_timer_free +EXPORT_SYMBOL_GPL vmlinux 0x91f471ca tpm_show_enabled +EXPORT_SYMBOL_GPL vmlinux 0x9208c062 input_class +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x927c31a4 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x92877cfa ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x92b57248 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x92c5026f tpm_show_caps +EXPORT_SYMBOL_GPL vmlinux 0x92c90e22 queue_work +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92d57622 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x92d9515f ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x92dc32ab mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0x92ee33da __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0x92fe3ac4 snd_soc_dpcm_be_get_state +EXPORT_SYMBOL_GPL vmlinux 0x9312d80e evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x93226faa irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0x937b224e vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x93a98bbf snd_dmaengine_pcm_get_data +EXPORT_SYMBOL_GPL vmlinux 0x93b8cc0b ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0x93bf75ab bus_set_iommu +EXPORT_SYMBOL_GPL vmlinux 0x93d2422d snmp_mib_free +EXPORT_SYMBOL_GPL vmlinux 0x93df8bd0 xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0x93e64723 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0x94063266 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x945d3384 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x9463ff71 init_bch +EXPORT_SYMBOL_GPL vmlinux 0x94a68723 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x94abb745 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0x94ad5a5c fuse_request_send +EXPORT_SYMBOL_GPL vmlinux 0x94c01177 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x94cb1ac3 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x94dd86fe user_read +EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit +EXPORT_SYMBOL_GPL vmlinux 0x953600a3 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x956a91ba gpio_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x9593f015 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x95ade94b tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x95af140e tps65912_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x95aff66c blkdev_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x95c578a0 ioremap_page_range +EXPORT_SYMBOL_GPL vmlinux 0x95f6ee15 unregister_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x96080b5a pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x9621849f ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x963fedc5 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x964add15 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x9665310c __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x966ff69c usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x967effd6 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x96a22790 vmcore_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x96b7db5c pin_is_valid +EXPORT_SYMBOL_GPL vmlinux 0x96cbcf31 pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x96f0f1d5 snd_soc_jack_new +EXPORT_SYMBOL_GPL vmlinux 0x9745c52a of_fixed_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0x97473ca3 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x974b5535 pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x97503b15 devres_add +EXPORT_SYMBOL_GPL vmlinux 0x976f0e1f __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x977a0aa1 __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x97921498 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x97b13dad __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0x97c17acf tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x97da04d8 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0x9809b76a inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x980ab703 devm_clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x980f3ac0 wm5110_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x9838204a inet6_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x9843e181 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x98599dd8 dma_buf_begin_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x989bab5f snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL vmlinux 0x98c9f584 klist_init +EXPORT_SYMBOL_GPL vmlinux 0x98cc564a regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x98f7004e ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x990a8328 timed_output_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9924c496 __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x996c5764 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x9974cb95 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x99a8885d mtd_block_isbad +EXPORT_SYMBOL_GPL vmlinux 0x99a941c0 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x99b474c8 usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x9a03e5ce skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a89dbf7 lpddr2_jedec_min_tck +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9aca444b get_monotonic_boottime +EXPORT_SYMBOL_GPL vmlinux 0x9ae97c4d __blkdev_driver_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9af84808 thermal_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x9b2a4840 ata_sas_port_async_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9b46e24d __blkg_release +EXPORT_SYMBOL_GPL vmlinux 0x9b51b7bf attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x9ba0501e unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ba0d265 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0x9ba6a4ae gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0x9bad2c4a fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9c1b756b transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x9c2da8c0 queue_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x9c413e2e devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x9c6ba030 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x9c746a4f iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x9c86ede0 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0x9c92b6e4 twl6040_hs_jack_detect +EXPORT_SYMBOL_GPL vmlinux 0x9c9e9f11 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x9cb73194 blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x9cb957b3 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x9ccb1788 irq_create_direct_mapping +EXPORT_SYMBOL_GPL vmlinux 0x9ce237fc snd_soc_codec_set_pll +EXPORT_SYMBOL_GPL vmlinux 0x9ce2717f aead_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x9d06688b register_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x9d0dbc0e unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x9d3850e1 gnttab_alloc_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x9d49e38a device_register +EXPORT_SYMBOL_GPL vmlinux 0x9d72e344 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x9d8331c0 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x9db0b874 devres_release +EXPORT_SYMBOL_GPL vmlinux 0x9dfdf722 gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0x9e1f8516 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0x9e348990 ftrace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x9e3860ab mtd_get_device_size +EXPORT_SYMBOL_GPL vmlinux 0x9e68c2dd snd_soc_get_volsw_s8 +EXPORT_SYMBOL_GPL vmlinux 0x9e8e1f97 vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL vmlinux 0x9e9506d7 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9ec0d7a7 gpiochip_add +EXPORT_SYMBOL_GPL vmlinux 0x9ee115b8 mtd_read +EXPORT_SYMBOL_GPL vmlinux 0x9f0f206f crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0x9f103052 bmp085_probe +EXPORT_SYMBOL_GPL vmlinux 0x9f13d8c4 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x9f3aee8b __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x9f3f98e1 of_get_nand_on_flash_bbt +EXPORT_SYMBOL_GPL vmlinux 0x9f517986 HYPERVISOR_hvm_op +EXPORT_SYMBOL_GPL vmlinux 0x9f5822e3 snd_soc_platform_trigger +EXPORT_SYMBOL_GPL vmlinux 0x9f5a8f09 xenbus_dev_attrs +EXPORT_SYMBOL_GPL vmlinux 0x9f9a6755 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x9f9a7198 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL vmlinux 0x9fa35add omap_dm_timer_set_load +EXPORT_SYMBOL_GPL vmlinux 0x9fae2cd4 ahci_kick_engine +EXPORT_SYMBOL_GPL vmlinux 0x9fc41de4 debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0xa017ae4e generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0xa03abcfb srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0xa06025cf usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0xa064f393 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xa0a3c43c inet6_destroy_sock +EXPORT_SYMBOL_GPL vmlinux 0xa0b9ce15 crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0xa0f815af ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xa114cc22 gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0xa13cb796 snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL vmlinux 0xa1415ec1 pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xa145316a snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL vmlinux 0xa14cb599 of_clk_src_simple_get +EXPORT_SYMBOL_GPL vmlinux 0xa1acaf1f devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0xa1bd7822 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xa2031fbb platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0xa20be28f crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0xa213b7b8 blk_unprep_request +EXPORT_SYMBOL_GPL vmlinux 0xa2173f4a platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0xa2304086 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0xa26559eb sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL vmlinux 0xa287af84 unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xa2e66a5f skb_gro_receive +EXPORT_SYMBOL_GPL vmlinux 0xa2f43407 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0xa3221685 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0xa353fffc xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xa354eb9a ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0xa35d6ba9 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xa376a430 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL vmlinux 0xa384450c debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa396f399 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0xa3c6e727 __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xa3e7c113 ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0xa40c98f9 wm5110_irq +EXPORT_SYMBOL_GPL vmlinux 0xa41fd403 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xa442f0f9 pstore_register +EXPORT_SYMBOL_GPL vmlinux 0xa446a8a0 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0xa447dd31 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq +EXPORT_SYMBOL_GPL vmlinux 0xa47a1912 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0xa48091b0 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa49b4d4f adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0xa4b7d8fe ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0xa516c89d perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0xa5326e9f __put_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0xa54981c6 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0xa5546477 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0xa5585af0 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xa56e0618 sdhci_pltfm_free +EXPORT_SYMBOL_GPL vmlinux 0xa575c4cf rt_mutex_timed_lock +EXPORT_SYMBOL_GPL vmlinux 0xa59087d6 __srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa5c9b168 snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL vmlinux 0xa5d21d7c dm_underlying_device_busy +EXPORT_SYMBOL_GPL vmlinux 0xa5dd6fae arm_pm_restart +EXPORT_SYMBOL_GPL vmlinux 0xa5e0cda8 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xa5ee92c3 snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa61b1477 tracepoint_iter_start +EXPORT_SYMBOL_GPL vmlinux 0xa61f156e relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0xa625110d kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0xa63b8f9f snd_soc_put_enum_double +EXPORT_SYMBOL_GPL vmlinux 0xa6507ff0 ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0xa6a0a273 max77693_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6f3d2db rtc_irq_set_state +EXPORT_SYMBOL_GPL vmlinux 0xa70d6e5a crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0xa724257f init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xa7394698 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa75312bc call_rcu_sched +EXPORT_SYMBOL_GPL vmlinux 0xa784b00c ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0xa7b37d81 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0xa7e92c97 omap_dm_timer_set_match +EXPORT_SYMBOL_GPL vmlinux 0xa7f92105 add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0xa81f0b3c usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xa835f5a7 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xa864996f single_release_net +EXPORT_SYMBOL_GPL vmlinux 0xa86dc0a8 spi_busnum_to_master +EXPORT_SYMBOL_GPL vmlinux 0xa87157a3 devm_kzalloc +EXPORT_SYMBOL_GPL vmlinux 0xa89a4092 usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0xa89a6731 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL vmlinux 0xa8b67345 cgroup_unload_subsys +EXPORT_SYMBOL_GPL vmlinux 0xa8e91fdf of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xa8f59416 gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xa918d261 platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0xa92678bd simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0xa9326ede cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0xa94b53ab __hwspin_lock_timeout +EXPORT_SYMBOL_GPL vmlinux 0xa9a82042 gnttab_trans_grants_available +EXPORT_SYMBOL_GPL vmlinux 0xa9c1d958 rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xa9c530b8 unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa9fc3f54 gnttab_grant_foreign_access_trans +EXPORT_SYMBOL_GPL vmlinux 0xaa116ae1 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0xaa2a72bf __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0xaa49b965 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0xaa547e26 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0xaa6b54b8 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0xaa852c93 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xaa8a1958 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xaa9fb002 mtd_del_partition +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaaac05e0 wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0xaada4b55 ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xaaf76885 __clk_register +EXPORT_SYMBOL_GPL vmlinux 0xaafd642c extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xab01acbe gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0xab18e6bd scatterwalk_map +EXPORT_SYMBOL_GPL vmlinux 0xab1feff6 xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xab4f0e91 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0xab5184ca sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request +EXPORT_SYMBOL_GPL vmlinux 0xab7e3362 irq_find_mapping +EXPORT_SYMBOL_GPL vmlinux 0xab8ceced gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0xab8edd83 bio_clone_mddev +EXPORT_SYMBOL_GPL vmlinux 0xac18f918 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0xac37ca9e sdhci_pltfm_register +EXPORT_SYMBOL_GPL vmlinux 0xac413e8a wm8400_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xac789867 pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xac9c14b9 xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xacc7aa5b scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0xacd13ee6 iommu_map +EXPORT_SYMBOL_GPL vmlinux 0xace5c0fc usb_bus_list +EXPORT_SYMBOL_GPL vmlinux 0xacfd81f6 work_cpu +EXPORT_SYMBOL_GPL vmlinux 0xad34bd17 snd_soc_get_value_enum_double +EXPORT_SYMBOL_GPL vmlinux 0xad5334e4 fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xad9a0f53 crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xad9c1acf user_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xada38534 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0xada96868 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0xadad0c48 bus_find_device_by_name +EXPORT_SYMBOL_GPL vmlinux 0xadbacdfc inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xadc68a8d anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xadc785ec kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xadee8384 tpm_read +EXPORT_SYMBOL_GPL vmlinux 0xadf6aa4d tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xae0c87ee pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xae154dff __hwspin_trylock +EXPORT_SYMBOL_GPL vmlinux 0xae169a90 omap_dm_timer_trigger +EXPORT_SYMBOL_GPL vmlinux 0xae246f43 cgroup_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0xae361459 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL vmlinux 0xae39ca3f platform_bus +EXPORT_SYMBOL_GPL vmlinux 0xae6843e4 spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae6f56ac extcon_update_state +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae7eafa7 relay_reset +EXPORT_SYMBOL_GPL vmlinux 0xaea72cc7 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0xaeaa7800 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0xaead8992 crypto_lookup_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xaebb921d regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0xaec9c48a ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0xaee5a30a of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0xaef1066d tpm_dev_release +EXPORT_SYMBOL_GPL vmlinux 0xaf348da7 cpu_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xaf357065 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0xaf3d4f06 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0xaf53459b transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0xaf735207 tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0xaf90b021 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xafaa0f3d usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xafb6dfe6 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0xafc6c382 omap_dm_timer_set_int_disable +EXPORT_SYMBOL_GPL vmlinux 0xafcf032a default_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xafd2498a usb_add_gadget_udc +EXPORT_SYMBOL_GPL vmlinux 0xb0076cfd fat_scan +EXPORT_SYMBOL_GPL vmlinux 0xb0119b9f snd_soc_get_enum_double +EXPORT_SYMBOL_GPL vmlinux 0xb018674e pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0xb0272c8c deregister_mtd_parser +EXPORT_SYMBOL_GPL vmlinux 0xb0418287 spi_master_resume +EXPORT_SYMBOL_GPL vmlinux 0xb0485e4d vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0xb074df5a dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0xb080d2e8 snd_soc_codec_set_cache_io +EXPORT_SYMBOL_GPL vmlinux 0xb08be1d3 put_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0xb0a7a565 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0xb0af14b7 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb0b38508 ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0f61254 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0xb10d55bc cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xb1225607 crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0xb12c2c78 dma_buf_kunmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0xb1388cd0 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xb14008c3 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0xb140d14c ring_buffer_read +EXPORT_SYMBOL_GPL vmlinux 0xb1425b32 dm_table_add_target_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb149e0b1 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL vmlinux 0xb1596c47 regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0xb16121ce bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xb1652f4c usb_gadget_unmap_request +EXPORT_SYMBOL_GPL vmlinux 0xb16860bd crypto_init_spawn +EXPORT_SYMBOL_GPL vmlinux 0xb16e4cae usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0xb18429eb suspend_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0xb1acbcce rcu_barrier_sched +EXPORT_SYMBOL_GPL vmlinux 0xb1b66184 sdhci_free_host +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1dbff0c regmap_init_mmio +EXPORT_SYMBOL_GPL vmlinux 0xb1df5bd4 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xb1dfd1f5 relay_close +EXPORT_SYMBOL_GPL vmlinux 0xb21441ee mtd_block_markbad +EXPORT_SYMBOL_GPL vmlinux 0xb2154d42 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xb25a1336 add_to_page_cache_lru +EXPORT_SYMBOL_GPL vmlinux 0xb284cec3 dma_buf_attach +EXPORT_SYMBOL_GPL vmlinux 0xb2ab4590 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0xb2d48a2e queue_work_on +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb31df179 __page_file_mapping +EXPORT_SYMBOL_GPL vmlinux 0xb31ea188 clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0xb33eb048 pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xb34f103d cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0xb37e881b fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0xb45a454a __module_address +EXPORT_SYMBOL_GPL vmlinux 0xb46e384f __get_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0xb471b359 tcp_death_row +EXPORT_SYMBOL_GPL vmlinux 0xb4e14553 gnttab_query_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4eb3692 __mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0xb4f1584e snd_soc_add_platform_controls +EXPORT_SYMBOL_GPL vmlinux 0xb50b7925 pwm_free +EXPORT_SYMBOL_GPL vmlinux 0xb50ee2eb kill_pid_info_as_cred +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb526e5e6 omap_dm_timer_set_source +EXPORT_SYMBOL_GPL vmlinux 0xb528d409 pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0xb5621b89 snd_soc_free_ac97_codec +EXPORT_SYMBOL_GPL vmlinux 0xb57b9654 driver_find +EXPORT_SYMBOL_GPL vmlinux 0xb587ade8 sk_unattached_filter_create +EXPORT_SYMBOL_GPL vmlinux 0xb58dcfa2 synchronize_sched_expedited +EXPORT_SYMBOL_GPL vmlinux 0xb5a0e11e lpddr2_jedec_addressing_table +EXPORT_SYMBOL_GPL vmlinux 0xb5cb8145 hrtimer_get_res +EXPORT_SYMBOL_GPL vmlinux 0xb5db82c0 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xb5e1b515 mtd_add_partition +EXPORT_SYMBOL_GPL vmlinux 0xb5e896fb tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0xb5f17edf perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb5f26288 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0xb5f58d4b netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0xb617a538 seq_open_net +EXPORT_SYMBOL_GPL vmlinux 0xb6230f1f gnttab_grant_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xb62c9906 xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0xb67b2219 cm_suspend_again +EXPORT_SYMBOL_GPL vmlinux 0xb67c64fd __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xb68d891e xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0xb6a161fc led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0xb6aeb661 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xb6c85ae6 part_round_stats +EXPORT_SYMBOL_GPL vmlinux 0xb6db34f9 dapm_clock_event +EXPORT_SYMBOL_GPL vmlinux 0xb6eb3049 pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0xb6ee5851 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0xb7154b95 anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb73f3ea4 balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0xb7627f81 mtd_device_parse_register +EXPORT_SYMBOL_GPL vmlinux 0xb762bb49 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xb7ca1b01 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0xb7caa948 unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xb7f41611 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0xb7f77027 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0xb807fda5 seq_release_net +EXPORT_SYMBOL_GPL vmlinux 0xb83827b3 sysfs_notify_dirent +EXPORT_SYMBOL_GPL vmlinux 0xb8783574 task_current_syscall +EXPORT_SYMBOL_GPL vmlinux 0xb87d6d50 snd_soc_unregister_dai +EXPORT_SYMBOL_GPL vmlinux 0xb8d3cef6 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0xb8e8f644 device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xb8e9b86d devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xb90ef77f tpm_write +EXPORT_SYMBOL_GPL vmlinux 0xb9176155 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0xb94abcf3 map_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xb9932b89 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0xb99d5837 xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xb9ac19ad sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0xb9adbb36 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0xb9c13267 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9da2997 snmp_fold_field64 +EXPORT_SYMBOL_GPL vmlinux 0xb9e19b9a set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xb9fc708b queue_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xba01d31a __inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0xba0a5954 kick_process +EXPORT_SYMBOL_GPL vmlinux 0xba11ff09 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0xba50f2f9 snd_soc_bytes_put +EXPORT_SYMBOL_GPL vmlinux 0xba78c786 spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xba9d9020 proc_net_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xbaaec87c devres_find +EXPORT_SYMBOL_GPL vmlinux 0xbace5ea8 usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xbacfa798 devres_get +EXPORT_SYMBOL_GPL vmlinux 0xbad9e1dd rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xbadb5dcb vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0xbade32c7 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0xbadefd63 omap_mcbsp_st_add_controls +EXPORT_SYMBOL_GPL vmlinux 0xbb038ce4 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb11cfba klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xbb1fec33 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xbb58c54a fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0xbb7098db ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0xbb7a525c rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0xbba0599b dma_buf_vunmap +EXPORT_SYMBOL_GPL vmlinux 0xbbbde6b4 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0xbbc26722 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xbbc33f5f rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xbbd97018 ahci_stop_engine +EXPORT_SYMBOL_GPL vmlinux 0xbc560d5f devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xbc6f931b workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xbcaf3971 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0xbcbaa80a __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0xbccfd4d8 register_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xbcd1e0dc usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbce2d031 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0xbcf5ef67 hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0xbcf89ab6 __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xbd0b096e snd_soc_cache_sync +EXPORT_SYMBOL_GPL vmlinux 0xbd0db8ee snd_soc_dapm_sync +EXPORT_SYMBOL_GPL vmlinux 0xbd1f8831 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xbd5cb8b9 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0xbd5f41ef xenbus_unmap_ring +EXPORT_SYMBOL_GPL vmlinux 0xbd691fd7 pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0xbd7ffbb8 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0xbdc22a5d snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL vmlinux 0xbdd295f0 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xbdd2f42a rcu_bh_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0xbdf512de free_bch +EXPORT_SYMBOL_GPL vmlinux 0xbe1887e4 ata_unpack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xbe60ba52 cgroup_add_cftypes +EXPORT_SYMBOL_GPL vmlinux 0xbe647638 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0xbe804f82 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0xbe992a22 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0xbea1c028 sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0xbeaff55c ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0xbeb23cd8 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xbebd82b3 pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0xbec39a24 sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0xbee47447 fuse_get_req +EXPORT_SYMBOL_GPL vmlinux 0xbf04f6af balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xbf0ea9a5 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xbf15227d sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0xbf1d0256 hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0xbf32d0c7 user_match +EXPORT_SYMBOL_GPL vmlinux 0xbf400a0d dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0xbf58104c sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xbf6e2793 scsi_internal_device_block +EXPORT_SYMBOL_GPL vmlinux 0xbf8e793c pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0xbfad3f73 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0xbfb1f7cc transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0xbfc283e4 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0xbfc6f3c9 device_move +EXPORT_SYMBOL_GPL vmlinux 0xbfe17c7a dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbfea365a xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xc00470d2 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0xc021cba7 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0xc03f07d4 arizona_set_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0xc0648c5d tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0xc0651fd3 crypto_nivaead_type +EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc0bf6ead timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xc0d26387 kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL vmlinux 0xc0dcbbc6 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc0dd1378 snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL vmlinux 0xc0e2e8e8 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0xc0fbfebe dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xc10f2b8e cgroup_unlock +EXPORT_SYMBOL_GPL vmlinux 0xc113252e iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0xc11b4470 balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0xc11bd00f tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc1365d4a spi_async_locked +EXPORT_SYMBOL_GPL vmlinux 0xc139c7df __init_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0xc1429626 of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xc1587ab9 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0xc16400a9 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0xc164642e xenbus_otherend_changed +EXPORT_SYMBOL_GPL vmlinux 0xc164b8f9 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc18578ed process_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc19308c2 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xc1ad4508 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xc1afb035 snd_soc_info_enum_ext +EXPORT_SYMBOL_GPL vmlinux 0xc1e37739 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0xc1fb7a5c regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc1fe67bd sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc245af65 mtd_erase_callback +EXPORT_SYMBOL_GPL vmlinux 0xc24b0bda crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0xc26351f8 bind_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xc27835ce ata_eh_thaw_port +EXPORT_SYMBOL_GPL vmlinux 0xc280fb46 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0xc297eefa snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL vmlinux 0xc2a73bf7 snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL vmlinux 0xc2e027a9 devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xc2e36cf1 snd_soc_bytes_info +EXPORT_SYMBOL_GPL vmlinux 0xc314f69e dapm_mark_io_dirty +EXPORT_SYMBOL_GPL vmlinux 0xc3180966 platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0xc31e541f device_show_int +EXPORT_SYMBOL_GPL vmlinux 0xc32772f8 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc34efe27 snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0xc356c5df da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xc37226a5 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xc377e264 relay_open +EXPORT_SYMBOL_GPL vmlinux 0xc37cbba1 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0xc385cb58 perf_num_counters +EXPORT_SYMBOL_GPL vmlinux 0xc38e92f3 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0xc398a74a vchan_init +EXPORT_SYMBOL_GPL vmlinux 0xc3ad4d18 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0xc3b93bba klist_next +EXPORT_SYMBOL_GPL vmlinux 0xc3bf1fa0 bdi_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0xc3cad564 register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc3d7c817 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xc3ea5f6a alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0xc4004d69 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xc41a4636 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc448c4b9 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc4558ef0 opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc48b3437 unregister_mtd_user +EXPORT_SYMBOL_GPL vmlinux 0xc48b7ccf ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0xc4b6833b regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0xc4b80021 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xc4d6682f sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0xc4ff8352 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0xc5397da6 xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xc546d7c0 crypto_alloc_ablkcipher +EXPORT_SYMBOL_GPL vmlinux 0xc54ba667 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0xc5544d54 ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0xc5645bb7 xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0xc57c9ef0 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0xc5810ceb wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xc59a583c ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xc5dea6f7 snd_soc_update_bits_locked +EXPORT_SYMBOL_GPL vmlinux 0xc60f75ec __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc6113151 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0xc615e7b4 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0xc6531cd4 inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0xc65d3eed ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc678bfda power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc69de9d2 __lock_page_killable +EXPORT_SYMBOL_GPL vmlinux 0xc7002ac4 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0xc72e1233 __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xc742e8e3 regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xc769b61a opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xc76d632e regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xc77673f9 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xc782f18a shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0xc788f922 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL vmlinux 0xc7992c74 power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7c6391c mpi_set_buffer +EXPORT_SYMBOL_GPL vmlinux 0xc7cc1f45 pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0xc7cd3d4a sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0xc7e04ee3 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc7e4c538 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xc7f52efa usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL vmlinux 0xc831ee74 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xc8598e89 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0xc86dd744 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc87c1f84 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xc895a008 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0xc89e91fb irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0xc8b690bf scsi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xc8c4089a sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc8e2653d dma_buf_get +EXPORT_SYMBOL_GPL vmlinux 0xc902d977 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xc90fac4f shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0xc91277a1 kgdb_schedule_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc9284523 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xc9297775 blk_queue_flush +EXPORT_SYMBOL_GPL vmlinux 0xc92e0d7e arizona_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc95b0202 blk_queue_bio +EXPORT_SYMBOL_GPL vmlinux 0xc9616517 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0xc96d3bbc usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0xc98040b9 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xc9857461 xen_dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9ff3028 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xca03fd04 disk_part_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xca306402 raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xca67045b device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xca68606c snd_soc_test_bits +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca81ea9a xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0xca85d8cf tracepoint_probe_update_all +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcb5f00dc usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0xcb991783 snd_ctl_activate_id +EXPORT_SYMBOL_GPL vmlinux 0xcb9a5dc6 devm_pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xcbee20b2 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0xcbf19235 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0xcc010feb crypto_alloc_pcomp +EXPORT_SYMBOL_GPL vmlinux 0xcc04fcfe device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0xcc088a6a fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0xcc16024b devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xcc1c42b9 omap_iopgtable_store_entry +EXPORT_SYMBOL_GPL vmlinux 0xcc1f1c3d inet_twdr_hangman +EXPORT_SYMBOL_GPL vmlinux 0xcc2749d3 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0xcc2b02f5 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc368ba6 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0xcc8f0451 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xcca0155e __blk_put_request +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccdcb423 snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xcd004d3f pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0xcd1ada4e uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0xcd1cc053 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0xcd236ddb ahci_init_controller +EXPORT_SYMBOL_GPL vmlinux 0xcd42e5dd ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xcd458e8b crypto_alloc_instance +EXPORT_SYMBOL_GPL vmlinux 0xcd52fc18 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0xcd662705 ata_eh_qc_retry +EXPORT_SYMBOL_GPL vmlinux 0xcd8d932c ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0xcd8dfff5 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcda53ff2 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0xcdbab59b attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdd15087 of_irq_map_one +EXPORT_SYMBOL_GPL vmlinux 0xcde311bc rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0xce0599bd user_update +EXPORT_SYMBOL_GPL vmlinux 0xce0b9b59 max77693_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xce238879 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL vmlinux 0xce2e0280 single_open_net +EXPORT_SYMBOL_GPL vmlinux 0xce419317 blk_queue_bypass_end +EXPORT_SYMBOL_GPL vmlinux 0xce450a2d input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0xce46e140 ktime_get_ts +EXPORT_SYMBOL_GPL vmlinux 0xce6a9d9a trace_current_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0xce74147c ahci_save_initial_config +EXPORT_SYMBOL_GPL vmlinux 0xcedc1bd5 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcf1fdd7f i2c_unlock_adapter +EXPORT_SYMBOL_GPL vmlinux 0xcf222f0a tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0xcf41e8de xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xcf45f460 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0xcf5d7c2f securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xcfa7ae3d omap_uninstall_iommu_arch +EXPORT_SYMBOL_GPL vmlinux 0xcfb5871c irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xcfc17c18 dapm_regulator_event +EXPORT_SYMBOL_GPL vmlinux 0xcfc68341 synchronize_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0xcfcc83ad register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcfd2fe38 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0xcfdc4220 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0xcff86145 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0xd00620d0 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0xd00676cc stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0xd0087033 amba_ahb_device_add +EXPORT_SYMBOL_GPL vmlinux 0xd0131d0f ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0xd03049ee spi_alloc_master +EXPORT_SYMBOL_GPL vmlinux 0xd03c7700 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xd03d7359 timed_output_dev_register +EXPORT_SYMBOL_GPL vmlinux 0xd0458ccb xenbus_strstate +EXPORT_SYMBOL_GPL vmlinux 0xd061f20f crypto_init_shash_spawn +EXPORT_SYMBOL_GPL vmlinux 0xd063b58b get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0xd0ac5993 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0cd86c6 kallsyms_on_each_symbol +EXPORT_SYMBOL_GPL vmlinux 0xd0f133a4 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xd0fe7f31 crypto_ahash_type +EXPORT_SYMBOL_GPL vmlinux 0xd1453bc7 snd_soc_unregister_codec +EXPORT_SYMBOL_GPL vmlinux 0xd14bc4d9 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xd15092c8 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL vmlinux 0xd16712f3 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xd183d04a inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xd1891403 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0xd1b2db37 tracepoint_probe_register_noupdate +EXPORT_SYMBOL_GPL vmlinux 0xd1b8a119 ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xd1dd4df6 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0xd1f10cb9 of_property_read_string_index +EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd290a6d2 md_is_badblock +EXPORT_SYMBOL_GPL vmlinux 0xd2a8caf0 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd2aaeb4e kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xd2eda7bb crypto_blkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0xd306584e usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0xd31b3216 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL vmlinux 0xd32fe193 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xd378c07d gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0xd37ba5d1 mtd_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd37e13b4 regulator_set_optimum_mode +EXPORT_SYMBOL_GPL vmlinux 0xd3a1b874 da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xd3a7882a usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0xd3cca572 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0xd3cfd796 dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0xd3f0ba9b snd_soc_unregister_platform +EXPORT_SYMBOL_GPL vmlinux 0xd3ffccfb screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd46c0613 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0xd484f773 usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4c7ac38 ablkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0xd4d36146 stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0xd4dcfac1 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0xd4ecd4f5 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0xd4efd51a __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xd508c75a rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0xd509126a usb_gadget_probe_driver +EXPORT_SYMBOL_GPL vmlinux 0xd512649c tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xd51c8555 usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0xd53da4e3 omap_dm_timers_active +EXPORT_SYMBOL_GPL vmlinux 0xd53ec149 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0xd5475101 xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0xd552b352 iommu_present +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd5649d17 amba_device_put +EXPORT_SYMBOL_GPL vmlinux 0xd576eea0 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0xd58063d2 serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0xd58734e0 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0xd58dc0de usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xd59668e6 unlock_flocks +EXPORT_SYMBOL_GPL vmlinux 0xd59adc94 blk_queue_flush_queueable +EXPORT_SYMBOL_GPL vmlinux 0xd5bd7dac ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd5e8abfb tpm_open +EXPORT_SYMBOL_GPL vmlinux 0xd5e96a75 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd5ee7969 snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL vmlinux 0xd611765b da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0xd63cb41c led_classdev_register +EXPORT_SYMBOL_GPL vmlinux 0xd64e1c26 mtd_lock +EXPORT_SYMBOL_GPL vmlinux 0xd65e8bef iommu_domain_set_attr +EXPORT_SYMBOL_GPL vmlinux 0xd673072b opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd67b9326 snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL vmlinux 0xd686620b nand_release +EXPORT_SYMBOL_GPL vmlinux 0xd68909fc tps65912_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0xd6ae0617 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0xd6c2e04b __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xd6ce2014 cgroup_next_descendant_post +EXPORT_SYMBOL_GPL vmlinux 0xd6d2b01a blkg_lookup_create +EXPORT_SYMBOL_GPL vmlinux 0xd705b4c7 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0xd714f47c device_initialize +EXPORT_SYMBOL_GPL vmlinux 0xd72feba2 xenbus_read_driver_state +EXPORT_SYMBOL_GPL vmlinux 0xd7320fe3 device_rename +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd77c0bc8 klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xd77dfc91 hrtimer_start +EXPORT_SYMBOL_GPL vmlinux 0xd788742d perf_trace_buf_prepare +EXPORT_SYMBOL_GPL vmlinux 0xd78fd402 sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0xd7a82252 __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0xd7ad5dd6 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xd7d52b00 bgpio_remove +EXPORT_SYMBOL_GPL vmlinux 0xd7d79132 put_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0xd7f033b8 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0xd805f44a dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0xd819f845 debugfs_remove_recursive +EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xd81ffcd3 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0xd820c283 eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xd82dd2ea tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0xd8525ea7 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0xd85ac634 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xd87601cc ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xd878a576 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0xd8803f98 i2c_new_dummy +EXPORT_SYMBOL_GPL vmlinux 0xd88c40e1 pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd892cf6e transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xd898cd9c enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xd8c54564 snd_soc_put_volsw_s8 +EXPORT_SYMBOL_GPL vmlinux 0xd8dc8ffa usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0xd9341e5c iommu_group_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd9425794 snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL vmlinux 0xd942d353 ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0xd958b608 sync_filesystem +EXPORT_SYMBOL_GPL vmlinux 0xd9a300b7 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0xd9b6358e zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0xd9bdfc76 snd_soc_dpcm_be_set_state +EXPORT_SYMBOL_GPL vmlinux 0xd9c72f2f ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xd9d7f623 pkey_id_type +EXPORT_SYMBOL_GPL vmlinux 0xd9ecb670 ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xda050109 irq_domain_add_nomap +EXPORT_SYMBOL_GPL vmlinux 0xda3a7ca9 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xda4313b2 mtd_table_mutex +EXPORT_SYMBOL_GPL vmlinux 0xda44cb37 setup_charger_manager +EXPORT_SYMBOL_GPL vmlinux 0xda782851 snd_soc_info_enum_double +EXPORT_SYMBOL_GPL vmlinux 0xda83963f register_mtd_user +EXPORT_SYMBOL_GPL vmlinux 0xda99ff74 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0xdabdd85c key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xdac0a03b blkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xdacc8491 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0xdacd26c5 usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdb04cacc tracepoint_probe_unregister_noupdate +EXPORT_SYMBOL_GPL vmlinux 0xdb13571a invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xdb37fb8c wm5110_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0xdb4d7aee rtc_irq_register +EXPORT_SYMBOL_GPL vmlinux 0xdb590fd7 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0xdb61d495 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0xdb82d286 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdba11b6c skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0xdba80fc1 of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0xdbb692ff devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0xdbcf9342 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdbfdca91 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0xdc14a211 xen_hvm_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0xdc22b76f fuse_request_send_background +EXPORT_SYMBOL_GPL vmlinux 0xdc314f5e driver_register +EXPORT_SYMBOL_GPL vmlinux 0xdc413330 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0xdc45bf8e crypto_init_ahash_spawn +EXPORT_SYMBOL_GPL vmlinux 0xdc461430 irq_set_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xdc4b8c8a platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0xdc4c8fe2 dm_kill_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0xdc5a1fe9 clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdca64d4e tty_prepare_flip_string_flags +EXPORT_SYMBOL_GPL vmlinux 0xdcb83c11 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xdcef5217 tpm_show_temp_deactivated +EXPORT_SYMBOL_GPL vmlinux 0xdcf4a36e snd_soc_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xdcff0e3e mtd_erase +EXPORT_SYMBOL_GPL vmlinux 0xdd1490a4 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xdd1f8247 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0xdd204729 edac_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xdd212ed6 inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xdd2c8b1f bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0xdd2efc0f ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0xdd783119 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0xdd86809a ahci_start_engine +EXPORT_SYMBOL_GPL vmlinux 0xdd9e4a8e sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0xddaf4705 flush_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0xddd58dc0 ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0xddef0618 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0xddf0f3c3 omap_dm_timer_read_status +EXPORT_SYMBOL_GPL vmlinux 0xde2a63f3 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0xde35b51f inet_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0xde3dd68a __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0xde48d8a6 dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xde6ba448 mtd_is_locked +EXPORT_SYMBOL_GPL vmlinux 0xde8b8024 snd_soc_dapm_put_value_enum_double +EXPORT_SYMBOL_GPL vmlinux 0xdeabf663 blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdebbf8b9 gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0xded14beb class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xdf0b69f7 of_modalias_node +EXPORT_SYMBOL_GPL vmlinux 0xdf0d4445 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf10c529 subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0xdf319c41 da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xdf3472d2 omap_dma_filter_fn +EXPORT_SYMBOL_GPL vmlinux 0xdf3bf4af hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0xdf6a6fe1 sdhci_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0xdf77cb3d nfq_ct_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0xdf7a0d92 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0xdf8c4942 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0xdf8f1ff6 edac_device_add_device +EXPORT_SYMBOL_GPL vmlinux 0xdfa78936 sdhci_pltfm_init +EXPORT_SYMBOL_GPL vmlinux 0xdfc12fd2 __class_register +EXPORT_SYMBOL_GPL vmlinux 0xdfcf2121 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xdfe44277 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0xe007de41 kallsyms_lookup_name +EXPORT_SYMBOL_GPL vmlinux 0xe02311eb i2c_new_device +EXPORT_SYMBOL_GPL vmlinux 0xe02b16c4 hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0xe02eb6d0 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0xe03525ac of_irq_map_raw +EXPORT_SYMBOL_GPL vmlinux 0xe0420639 disk_part_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xe0621fc0 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0xe06798ff tpm_register_hardware +EXPORT_SYMBOL_GPL vmlinux 0xe07ca631 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xe0975873 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0xe0b97d30 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xe0c017fa sock_prot_inuse_add +EXPORT_SYMBOL_GPL vmlinux 0xe0c8c0bd bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0xe0e3147c HYPERVISOR_sched_op +EXPORT_SYMBOL_GPL vmlinux 0xe0ec6956 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xe0f5a2da rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0xe0fd13eb led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0xe10a1f9d sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0xe16591ab stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xe1660a46 xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0xe168cf34 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0xe182f1f8 __get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xe19e92a6 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0xe1d0d25c pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0xe1dabdc6 ata_sg_init +EXPORT_SYMBOL_GPL vmlinux 0xe1df8402 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0xe206c76b __rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0xe23a4a6a bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0xe26fb1ba device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe2dd67e5 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xe2e4c119 blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0xe2ee731b ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0xe3043ff9 request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xe306dd97 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xe33134ac class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xe33cbad2 usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0xe384a102 usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xe3ad4a83 debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0xe3b5bb1e usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xe3cdf20f blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0xe3d0fa86 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0xe3e010bb ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xe41534ce bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0xe416d468 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0xe4232a4b arizona_clk32k_disable +EXPORT_SYMBOL_GPL vmlinux 0xe42e1f70 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe4690678 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0xe487fdd5 blkdev_aio_write +EXPORT_SYMBOL_GPL vmlinux 0xe4b1cddf tcp_fetch_timewait_stamp +EXPORT_SYMBOL_GPL vmlinux 0xe4d3a270 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0xe4f03469 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0xe50cf487 extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe5524eab of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xe56a9156 mtd_write +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe5a5971d bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0xe5b50023 snd_soc_info_volsw +EXPORT_SYMBOL_GPL vmlinux 0xe6240a1e snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL vmlinux 0xe6488b47 cpufreq_notify_transition +EXPORT_SYMBOL_GPL vmlinux 0xe6507d85 power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0xe651f76e selinux_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe6599cc8 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe6de54fb cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xe6e1c5fe uuid_be_gen +EXPORT_SYMBOL_GPL vmlinux 0xe73a6d9b ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0xe752d545 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe773105d blkcipher_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0xe780dd1a pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xe78e9149 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe7e49c9b __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xe7fa1cd2 set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe845619f xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0xe85a9fd3 cpu_cluster_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe86bce44 snd_compress_deregister +EXPORT_SYMBOL_GPL vmlinux 0xe87085e9 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL vmlinux 0xe88efadd snd_soc_put_volsw +EXPORT_SYMBOL_GPL vmlinux 0xe8927cda crypto_ablkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0xe8babea0 pm_generic_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0xe8cc9529 register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xe8e00af4 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0xe91393fa da903x_update +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe9587909 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0xe98649eb static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0xe9d40417 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0xe9dde125 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0xe9dfbf95 sched_setscheduler +EXPORT_SYMBOL_GPL vmlinux 0xea065e01 task_handoff_unregister +EXPORT_SYMBOL_GPL vmlinux 0xea0fd133 adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea3a63a8 snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL vmlinux 0xea3d44d4 ata_common_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0xea418e0f atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0xea46e49a pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL vmlinux 0xea6a14d0 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xea7596e2 crypto_unregister_pcomp +EXPORT_SYMBOL_GPL vmlinux 0xea841639 user_describe +EXPORT_SYMBOL_GPL vmlinux 0xeaac8655 dma_buf_put +EXPORT_SYMBOL_GPL vmlinux 0xeab4890e snd_soc_jack_report +EXPORT_SYMBOL_GPL vmlinux 0xeaba1f9b ci13xxx_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xeae5c90b wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xeb149a57 hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0xeb1e7925 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xeb292392 usb_del_gadget_udc +EXPORT_SYMBOL_GPL vmlinux 0xeb46a539 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL vmlinux 0xeb8bfc9e vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0xeb8edd97 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xeb9abbee ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xeba1ff31 ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0xebad9a20 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0xebb18a7a usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0xebcc8544 cred_to_ucred +EXPORT_SYMBOL_GPL vmlinux 0xebec57c4 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xec1b043e regulator_suspend_prepare +EXPORT_SYMBOL_GPL vmlinux 0xec25f967 klist_del +EXPORT_SYMBOL_GPL vmlinux 0xec472194 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xec60130e hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0xec82a2b2 amba_ahb_device_add_res +EXPORT_SYMBOL_GPL vmlinux 0xeca7f6d2 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0xecac91a3 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0xecae76b4 usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xecdee5d3 dma_buf_kmap +EXPORT_SYMBOL_GPL vmlinux 0xed06b916 wakeup_source_drop +EXPORT_SYMBOL_GPL vmlinux 0xed257c15 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xed32d716 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0xed38f690 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xed66e5ac da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0xed695a2d unregister_jprobe +EXPORT_SYMBOL_GPL vmlinux 0xed8ce3d5 snd_soc_codec_set_sysclk +EXPORT_SYMBOL_GPL vmlinux 0xeda63db3 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0xedbc6f67 gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xedc178a0 yield_to +EXPORT_SYMBOL_GPL vmlinux 0xedd05ae7 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0xedf89ef8 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0xee13a6f3 fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0xee31445c crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0xee4f3181 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xeefa4d06 pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0xef037f16 extcon_get_cable_state +EXPORT_SYMBOL_GPL vmlinux 0xef3c6a63 clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xef3f7399 __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xef409b74 kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0xef42a825 snd_soc_default_volatile_register +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef701ccd snd_soc_put_value_enum_double +EXPORT_SYMBOL_GPL vmlinux 0xef782b88 gnttab_grant_foreign_access_subpage +EXPORT_SYMBOL_GPL vmlinux 0xef856c68 skcipher_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0xefc91531 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0xefd28189 tpm_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0xefdb4a5e tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0xefdfddd4 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0xeff9764b atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xf001dc80 irq_domain_add_linear +EXPORT_SYMBOL_GPL vmlinux 0xf02914f6 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xf0539e82 use_mm +EXPORT_SYMBOL_GPL vmlinux 0xf0f5dbc2 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0xf11d45ca cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xf142ca25 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0xf1551f93 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on +EXPORT_SYMBOL_GPL vmlinux 0xf1b63b97 sk_unattached_filter_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf1e30880 find_module +EXPORT_SYMBOL_GPL vmlinux 0xf1e5d80f async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0xf1faca80 omap_dm_timer_disable +EXPORT_SYMBOL_GPL vmlinux 0xf222f80f usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xf23e7886 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0xf24cb97b sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xf2543462 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL vmlinux 0xf25566f7 led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf27393cf usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0xf2ad2e84 tpm_release +EXPORT_SYMBOL_GPL vmlinux 0xf2d1612e snd_soc_new_ac97_codec +EXPORT_SYMBOL_GPL vmlinux 0xf2e0e98a ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0xf2ed4139 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xf2f741c9 dma_buf_detach +EXPORT_SYMBOL_GPL vmlinux 0xf2fc7f6e __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xf2fca922 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0xf30fda27 lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf339b53e gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0xf346e181 twl6040_get_trim_value +EXPORT_SYMBOL_GPL vmlinux 0xf39fd874 driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b93a97 cgroup_lock_is_held +EXPORT_SYMBOL_GPL vmlinux 0xf3d795a7 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0xf3dd036d regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0xf3e95e92 snd_soc_register_platform +EXPORT_SYMBOL_GPL vmlinux 0xf415a6b2 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0xf419d607 xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0xf425989f inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xf433f3c7 snd_soc_platform_write +EXPORT_SYMBOL_GPL vmlinux 0xf44cfb91 ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xf474623c dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0xf47c4165 usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0xf494f618 mmc_regulator_get_ocrmask +EXPORT_SYMBOL_GPL vmlinux 0xf499fdb2 rcu_barrier_bh +EXPORT_SYMBOL_GPL vmlinux 0xf4d50f44 vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf505e3bd snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL vmlinux 0xf50a0918 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0xf5285a10 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xf5289230 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf54f4354 __class_create +EXPORT_SYMBOL_GPL vmlinux 0xf552d217 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf553e7d5 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0xf5785b42 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xf5788ac1 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0xf5945bac gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xf59c3e7f usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5bf59ef regmap_write +EXPORT_SYMBOL_GPL vmlinux 0xf5c420b5 cgroup_lock_live_group +EXPORT_SYMBOL_GPL vmlinux 0xf5f4898b posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0xf60d1625 mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xf6464980 ahci_em_messages +EXPORT_SYMBOL_GPL vmlinux 0xf65fd087 arizona_dev_exit +EXPORT_SYMBOL_GPL vmlinux 0xf69097c8 subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xf6950e22 omap_tll_disable +EXPORT_SYMBOL_GPL vmlinux 0xf697d332 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xf6a175b2 lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xf6bb1227 subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xf6bb8bf1 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xf6c5d823 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0xf6e04730 event_storage +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf7016530 xenbus_gather +EXPORT_SYMBOL_GPL vmlinux 0xf707f234 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0xf70f3398 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0xf74656ab regulator_can_change_voltage +EXPORT_SYMBOL_GPL vmlinux 0xf7634988 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0xf764a056 bsg_request_fn +EXPORT_SYMBOL_GPL vmlinux 0xf76b0a59 read_current_timer +EXPORT_SYMBOL_GPL vmlinux 0xf7765cd9 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0xf7a66b7a ahci_reset_controller +EXPORT_SYMBOL_GPL vmlinux 0xf7a7f1e5 dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xf7c868af spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0xf7cf698f snd_soc_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xf7d7a239 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0xf7da7f3c bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xf7e19dbc register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xf7f64c11 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xf7f705a7 omap_iommu_restore_ctx +EXPORT_SYMBOL_GPL vmlinux 0xf81e3f3d inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0xf82f16b3 execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0xf83a3994 elv_register +EXPORT_SYMBOL_GPL vmlinux 0xf846506f irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf8802492 print_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0xf883dcc2 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xf89626f4 snd_soc_unregister_card +EXPORT_SYMBOL_GPL vmlinux 0xf89a0a91 snd_soc_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xf8a846d0 snd_soc_dapm_free +EXPORT_SYMBOL_GPL vmlinux 0xf8d6740b n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8f97392 ata_sas_port_async_resume +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3d0b kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0xf918b2a4 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0xf928f6a6 led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0xf92ce956 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0xf9335b54 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf9550cf3 snd_soc_register_dai +EXPORT_SYMBOL_GPL vmlinux 0xf967422b HYPERVISOR_xen_version +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9a0a186 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0xf9ab00fa blk_add_request_payload +EXPORT_SYMBOL_GPL vmlinux 0xf9ca3160 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xf9d9264e xen_have_vector_callback +EXPORT_SYMBOL_GPL vmlinux 0xf9de08d9 digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xfa012fe7 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa5e98c6 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0xfa910d05 xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0xfaad83cf snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL vmlinux 0xfac3d449 snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL vmlinux 0xfaca6965 regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xfad4fbe0 fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0xfafdc0c9 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0xfb05c9b4 async_unregister_domain +EXPORT_SYMBOL_GPL vmlinux 0xfb189fde snd_soc_register_dais +EXPORT_SYMBOL_GPL vmlinux 0xfb22c630 tasklet_hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0xfb314226 ahci_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb3e26d3 posix_timers_register_clock +EXPORT_SYMBOL_GPL vmlinux 0xfb699228 crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfbbedefd of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0xfbc6c9df pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0xfbd472ef ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0xfbe0d499 menu_hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfbee873c crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0xfbf13986 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xfbf27168 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0xfbf9be5d register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xfc0488a0 balloon_devinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0xfc3f606e css_id +EXPORT_SYMBOL_GPL vmlinux 0xfc5a0db5 wm8994_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xfcbc5228 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0xfcd7bc0b ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0xfcdb4034 wakeup_source_prepare +EXPORT_SYMBOL_GPL vmlinux 0xfd51b281 gnttab_end_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xfd58c74b extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0xfd5e35fb inet_hash +EXPORT_SYMBOL_GPL vmlinux 0xfd614943 tps65912_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xfd882c3d platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0xfd8afe92 class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0xfdf3dba1 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0xfe5e129a sysfs_schedule_callback +EXPORT_SYMBOL_GPL vmlinux 0xfe778a9e __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0xfe858281 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xfe8f256c inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfeda4e1c look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xfef8a166 trace_current_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xfef92684 __mtd_next_device +EXPORT_SYMBOL_GPL vmlinux 0xff1663ec snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL vmlinux 0xff47c267 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0xff5cda7c wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0xff61e8cc scsi_internal_device_unblock +EXPORT_SYMBOL_GPL vmlinux 0xff665242 file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0xffa4c4ec cgroup_lock +EXPORT_SYMBOL_GPL vmlinux 0xffb57cad snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL vmlinux 0xffb7c7a9 bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0xffbc861e posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xffdf1477 ata_link_offline --- linux-lowlatency-3.8.0.orig/debian.master/abi/3.8.0-19.30/armhf/generic.modules +++ linux-lowlatency-3.8.0/debian.master/abi/3.8.0-19.30/armhf/generic.modules @@ -0,0 +1,2627 @@ +6lowpan +6pack +8021q +8250_dw +88pm800 +88pm805 +88pm80x +88pm80x_onkey +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +88pm860x-ts +9p +9pnet +9pnet_virtio +a3d +a8293 +aat2870_bl +aat2870-regulator +ab3100 +ab3100-otp +ac97_bus +acecad +act200l-sir +act_csum +act_gact +act_ipt +actisys-sir +act_mirred +act_nat +act_pedit +act_police +act_simple +act_skbedit +ad2s1200 +ad2s1210 +ad2s90 +ad5064 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5624r_spi +ad5686 +ad5755 +ad5764 +ad5791 +ad5930 +ad5933 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7152 +ad7192 +ad7266 +ad7280a +ad7291 +ad7298 +ad7314 +ad7414 +ad7418 +ad7476 +ad7606 +ad7746 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad799x +ad8366 +ad9523 +ad9832 +ad9834 +ad9850 +ad9852 +ad9910 +ad9951 +adcxx +ade7753 +ade7754 +ade7758 +ade7759 +ade7854 +ade7854-i2c +ade7854-spi +adf4350 +adfs +adi +adis16060 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16204 +adis16209 +adis16220 +adis16240 +adis16260 +adis16400 +adis16480 +adis_lib +adjd_s311 +adm1021 +adm1025 +adm1026 +adm1029 +adm1031 +adm1275 +adm9240 +adp5520_bl +adp5520-keys +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +ads1015 +ads7828 +ads7846 +ads7871 +ad_sigma_delta +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adummy +adutux +adv7180 +adxl34x +adxl34x-i2c +adxl34x-spi +adxrs450 +aes-arm +af_802154 +af9013 +af9033 +af_alg +affs +af_key +af_packet_diag +af-rxrpc +afs +ah4 +ah6 +ahci_platform +aiptek +aircable +ak8975 +alauda +algif_hash +algif_skcipher +alphatrack +altera_jtaguart +altera_ps2 +altera-stapl +altera_uart +ambakmi +amba-pl010 +amc6821 +ams369fg06 +analog +anatop-regulator +ansi_cprng +anubis +aoe +apds9802als +apds990x +appledisplay +appletalk +appletouch +ar5523 +ar7part +arc4 +arc_ps2 +arc_uart +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arptable_filter +arp_tables +arpt_mangle +as3711-regulator +as5011 +asc7621 +asix +asus_oled +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at86rf230 +at91_ether +atbm8830 +aten +ath +ath3k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ati_remote +ati_remote2 +atm +atmel_mxt_ts +atmel_pwm +atmel-pwm-bl +atmtcp +atxp1 +au0828 +au8522_common +au8522_decoder +au8522_dig +aufs +auo_k1900fb +auo_k1901fb +auo_k190x +auo-pixcir-ts +authenc +authencesn +auth_rpcgss +autofs4 +ax25 +ax88796 +b2c2-flexcop +b2c2-flexcop-usb +b43 +b43legacy +b44 +bas_gigaset +batman-adv +baycom_epp +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcm203x +bcm3510 +bcm5974 +bcma +bcm_wimax +befs +belkin_sa +bfs +bfusb +bh1770glc +bh1780gli +binfmt_aout +binfmt_misc +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +bluetooth +bma150 +bmp085-i2c +bmp085-spi +bnep +bonding +bpa10x +bpck +bpck6 +bpqether +bq2415x_charger +bq27x00_battery +br2684 +brcmfmac +brcmsmac +brcmutil +bridge +broadsheetfb +bsd_comp +btmrvl +btmrvl_sdio +btrfs +btsdio +btusb +btwilink +bu21013_ts +bw-qcam +c67x00 +cachefiles +caif +caif_hsi +caif_serial +caif_socket +caif_usb +camellia_generic +can +can-bcm +can-dev +can-gw +can-raw +capi +capidrv +carl9170 +cast5_generic +cast6_generic +cast_common +catc +cc770 +cc770_isa +cc770_platform +c_can +c_can_platform +ccm +cdc-acm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc-phonet +cdc_subset +cdc-wdm +cedusb +ceph +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +cfspi_slave +ch +ch341 +ch7006 +chnl_net +cifs +clearpad_tm1217 +clip +clk-max77686 +clk-twl6040 +clk-wm831x +cls_basic +cls_cgroup +cls_flow +cls_fw +cls_route +cls_rsvp +cls_rsvp6 +cls_tcindex +cls_u32 +cm109 +cma3000_d0x +cma3000_d0x_i2c +cmtp +cobra +coda +comm +configfs +cordic +core +cp210x +cpia2 +cpu-notifier-error-inject +c-qcam +cramfs +crc7 +crc8 +crc-ccitt +crc-itu-t +cryptd +cryptoloop +crypto_null +crypto_user +cs53l32a +cs89x0 +csr_helper +csr_wifi +ctr +cts +cuse +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx24113 +cx24116 +cx24123 +cx25840 +cx82310_eth +cxacru +cxd2820r +cy8ctmg110_ts +cyberjack +cypress_cy7c63 +cypress_m8 +cytherm +cyttsp_core +cyttsp_i2c +cyttsp_spi +da9030_battery +da9034-ts +da903x +da903x_bl +da9052-battery +da9052_bl +da9052-hwmon +da9052_onkey +da9052-regulator +da9052_tsi +da9052_wdt +da9055-hwmon +da9055_onkey +da9055-regulator +da9055_wdt +davinci_cpdma +davinci_emac +davinci_mdio +db9 +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +dccp_probe +de600 +de620 +decnet +deflate +denali +denali_dt +des_generic +designware_i2s +dgrp +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dibx000_common +digi_acceleport +diskonchip +dlci +dlm +dm644x_ccdc +dm9000 +dm9601 +dm-bio-prison +dm-bufio +dm-crypt +dm-delay +dme1737 +dm-flakey +dm-log +dm-log-userspace +dm-mirror +dm-multipath +dm-persistent-data +dm-queue-length +dm-raid +dm-region-hash +dm-round-robin +dm-service-time +dm-snapshot +dm-thin-pool +dm-verity +dm-zero +dnet +dn_rtmsg +doc2001plus +docecc +docg3 +docg4 +docprobe +drbd +drm +drm_kms_helper +drm_usb +drxd +drxk +ds1621 +ds1682 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds620 +dsa_core +dsbr100 +dss1_divert +dstr +dummy +dvb-as102 +dvb-core +dvb-pll +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb_usb_cypress_firmware +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-friio +dvb-usb-gl861 +dvb-usb-gp8psk +dvb-usb-it913x +dvb-usb-lmedm04 +dvb-usb-m920x +dvb-usb-mxl111sf +dvb-usb-nova-t-usb2 +dvb-usb-opera +dvb-usb-pctv452e +dvb-usb-rtl28xxu +dvb-usb-technisat-usb2 +dvb-usb-ttusb2 +dvb-usb-umt-010 +dvb_usb_v2 +dvb-usb-vp702x +dvb-usb-vp7045 +dwc3 +dwc3-exynos +dwc3-omap +dw_dmac +dw_mmc +dw_mmc-exynos +dw_mmc-pltfm +dw_wdt +dynapro +e4000 +ebt_802_3 +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +ebt_among +ebt_arp +ebt_arpreply +ebt_dnat +ebt_ip +ebt_ip6 +ebt_limit +ebt_log +ebt_mark +ebt_mark_m +ebt_nflog +ebt_pkttype +ebt_redirect +ebt_snat +ebt_stp +ebt_vlan +ec100 +echo +edt-ft5x06 +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efs +egalax_ts +elo +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +emc1403 +emc2103 +emc6w201 +em_canid +em_cmp +emi26 +emi62 +emif +em_ipset +em_meta +em_nbyte +empeg +ems_usb +em_text +em_u32 +enc28j60 +enclosure +epat +epia +eql +esd_usb2 +esi-sir +esp4 +esp6 +ethoc +evbug +exofs +ext2 +extcon-adc-jack +extcon-arizona +extcon-gpio +extcon-max77693 +extcon-max8997 +exynos-rng +ezusb +f2fs +f71805f +f71882fg +f75375s +f81232 +fakelb +fan53555 +faulty +fb_sys_fops +fc0011 +fc0012 +fc0013 +fc2580 +fcrypt +ff-memless +fit2 +fit3 +flexcan +fm_drv +freevxfs +friq +frpw +fsa9480 +fscache +ft1000 +ftdi-elan +ftdi_sio +ftgmac100 +ftl +ftmac100 +fujitsu_ts +funsoft +fusb300_udc +g760a +g_acm_ms +gadgetfs +gamecon +gameport +garmin_gps +garp +g_audio +g_cdc +gcm +g_dbgp +gdmwm +generic +generic-adc-battery +generic_bl +gen_probe +g_ether +gf128mul +gf2k +g_ffs +gfs2 +ghash-generic +g_hid +gigaset +girbil-sir +gl518sm +gl520sm +gl620a +gluebi +g_mass_storage +g_midi +g_multi +g_ncm +g_nokia +gp2ap002a00f +gpio +gpio-74x164 +gpio-addr-flash +gpio-adnp +gpio-adp5520 +gpio-adp5588 +gpio-arizona +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-fan +gpio-ir-recv +gpio_keys +gpio_keys_polled +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-mc33880 +gpio-mcp23s08 +gpio_mouse +gpio-pca953x +gpio-pcf857x +gpio-regulator +gpio_tilt_polled +gpio-tps65912 +gpio-ts5500 +gpio-twl6040 +gpio_vbus +gpio-viperboard +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +g_printer +grcan +gre +grip +grip_mp +g_serial +gspca_benq +gspca_conex +gspca_cpia1 +gspca_etoms +gspca_finepix +gspca_gl860 +gspca_jeilinj +gspca_jl2005bcd +gspca_kinect +gspca_konica +gspca_m5602 +gspca_main +gspca_mars +gspca_mr97310a +gspca_nw80x +gspca_ov519 +gspca_ov534 +gspca_ov534_9 +gspca_pac207 +gspca_pac7302 +gspca_pac7311 +gspca_se401 +gspca_sn9c2028 +gspca_sn9c20x +gspca_sonixb +gspca_sonixj +gspca_spca1528 +gspca_spca500 +gspca_spca501 +gspca_spca505 +gspca_spca506 +gspca_spca508 +gspca_spca561 +gspca_sq905 +gspca_sq905c +gspca_sq930x +gspca_stk014 +gspca_stv0680 +gspca_stv06xx +gspca_sunplus +gspca_t613 +gspca_topro +gspca_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gtco +guillemot +gunze +g_webcam +g_zero +hampshire +hanwang +hci +hci_uart +hci_vhci +hdlc +hdlc_cisco +hdlcdrv +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdpvr +hfc4s8s_l1 +hfcsusb +hfc_usb +hfs +hfsplus +hid +hid-a4tech +hid-apple +hid-aureal +hid-axff +hid-belkin +hid-cherry +hid-chicony +hid-cypress +hid-dr +hid-elecom +hid-emsff +hid-ezkey +hid-gaff +hid-generic +hid-gyration +hid-holtekff +hid-holtek-kbd +hid-icade +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-lenovo-tpkbd +hid-logitech +hid-logitech-dj +hid-magicmouse +hid-microsoft +hid-monterey +hid-multitouch +hid-ntrig +hid-ortek +hidp +hid-petalynx +hid-picolcd +hid-pl +hid-primax +hid-prodikeys +hid-ps3remote +hid-roccat +hid-roccat-arvo +hid-roccat-common +hid-roccat-isku +hid-roccat-kone +hid-roccat-koneplus +hid-roccat-kovaplus +hid-roccat-lua +hid-roccat-pyra +hid-roccat-savu +hid-saitek +hid-samsung +hid-sensor-accel-3d +hid-sensor-als +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-iio-common +hid-sensor-magn-3d +hid-sensor-trigger +hid-sjoy +hid-sony +hid-speedlink +hid-sunplus +hid-tivo +hid-tmff +hid-topseed +hid-twinhan +hid-uclogic +hid-wacom +hid-waltop +hid-wiimote +hid-zpff +hid-zydacron +hih6130 +hisax +hisax_st5481 +hmc5843 +hmc6352 +hostap +hp4x +hpfs +hsi +hsi_char +hso +htc-pasic3 +hwmon-vid +i2400m +i2400m-usb +i2c-algo-bit +i2c-algo-pca +i2c-cbus-gpio +i2c-designware-core +i2c-designware-platform +i2c-dev +i2c-diolan-u2c +i2c-gpio +i2c-hid +i2c-mux +i2c-mux-gpio +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-mux-pinctrl +i2c-nomadik +i2c-ocores +i2c-parport +i2c-parport-light +i2c-pca-platform +i2c-simtec +i2c-smbus +i2c-stub +i2c-taos-evm +i2c-tiny-usb +i2c-versatile +i2c-viperboard +i2c-xiic +ibmaem +ibmpex +ics932s401 +idmouse +ieee802154 +ifb +iforce +iguanair +iio_dummy +iio_hwmon +iio-trig-gpio +iio-trig-periodic-rtc +iio-trig-sysfs +ili210x +ili9320 +imm +imon +impa7 +imx074 +imxdrm +imx-fbdev +imx-ipu-v3 +imx_keypad +ina2xx +industrialio +industrialio-triggered-buffer +inet_diag +inexio +inftl +input-polldev +int51x1 +interact +interval_tree_test +io_edgeport +io_ti +iowarrior +ip6_gre +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6_tables +ip6table_security +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_MASQUERADE +ip6t_mh +ip6t_NPT +ip6t_REJECT +ip6t_rpfilter +ip6t_rt +ip6_tunnel +ipack +ipaq +ipcomp +ipcomp6 +ipddp +ip_gre +ipheth +ipip +ipmi_devintf +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_watchdog +ipoctal +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netport +ip_set_list_set +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +ip_tables +iptable_security +ipt_ah +ipt_CLUSTERIP +ipt_ECN +ipt_MASQUERADE +ipt_REJECT +ipt_rpfilter +ipt_ULOG +ipuv3-crtc +ip_vs +ip_vs_dh +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_nq +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_wlc +ip_vs_wrr +ip_vti +ipw +ipx +ircomm +ircomm-tty +irda +irda-usb +ir-jvc-decoder +ir-kbd-i2c +irlan +ir-lirc-codec +ir-mce_kbd-decoder +ir-nec-decoder +irnet +ir-rc5-decoder +ir-rc5-sz-decoder +ir-rc6-decoder +ir-sanyo-decoder +ir-sony-decoder +irtty-sir +ir-usb +iscsi_boot_sysfs +iscsi_target_mod +iscsi_tcp +isdn +isdn_bsdcomp +isdnhdlc +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl6271a-regulator +isl6421 +isl6423 +isofs +isp116x-hcd +isp1301 +isp1362-hcd +isp1704_charger +isp1760 +it87 +it913x-fe +itd1000 +iuu_phoenix +ix2505v +jc42 +jedec_probe +jffs2 +jfs +joydev +joydump +kafs +kalmia +kaweth +kbic +kbtab +kernelcapi +keucr +keyspan +keyspan_pda +keyspan_remote +kfifo_buf +khazad +kingsun-sir +kl5kusb105 +kobil_sct +ks0108 +ks8842 +ks8851 +ks8851_mll +ks959-sir +ksdazzle-sir +ktti +kvaser_usb +kxsd9 +kxtj9 +l1oip +l2tp_core +l2tp_debugfs +l2tp_ppp +l4f00242t03 +lapb +lapbether +latch-addr-flash +lcd +ld9040 +ldusb +lec +leds-88pm860x +leds-adp5520 +leds-atmel-pwm +leds-bd2802 +leds-blinkm +leds-da903x +leds-da9052 +leds-dac124s085 +leds-gpio +leds-lm3530 +leds-lm3533 +leds-lm355x +leds-lm3642 +leds-lp3944 +leds-lp5521 +leds-lp5523 +leds-lp8788 +leds-lt3593 +leds-max8997 +leds-mc13783 +leds-ot200 +leds-pca9532 +leds-pca955x +leds-pca9633 +leds-regulator +leds-tca6507 +leds-wm831x-status +leds-wm8350 +ledtrig-backlight +ledtrig-default-on +ledtrig-gpio +ledtrig-heartbeat +ledtrig-oneshot +ledtrig-timer +ledtrig-transient +legousbtower +lg2160 +lgdt3305 +lgdt330x +lgs8gxx +lg-vl600 +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libceph +libcomposite +libcrc32c +libertas +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libiscsi +libiscsi_tcp +libore +libosd +libsas +lightning +line6usb +lineage-pem +linear +lirc_dev +lirc_igorplugusb +lirc_imon +lirc_parallel +lirc_sasem +lirc_serial +lirc_sir +lirc_zilog +lis3lv02d +lis3lv02d_i2c +lis3lv02d_spi +litelink-sir +lkkbd +llc +llc2 +lm25066 +lm3533-als +lm3533_bl +lm3533-core +lm3533-ctrlbank +lm3630_bl +lm3639_bl +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95241 +lm95245 +lms283gf05 +lnbp21 +lnbp22 +lockd +logger +lp +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp8788-charger +lpddr_cmds +lru_cache +lrw +ltc2978 +ltc4151 +ltc4215 +ltc4245 +ltc4261 +ltv350qv +m25p80 +m2m-deinterlace +m88rs2000 +ma600-sir +mac80211 +mac80211_hwsim +mac802154 +macb +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac-iceland +mac-inuit +mac-roman +mac-romanian +mac-turkish +macvlan +macvtap +magellan +map_absent +map_ram +map_rom +matrix-keymap +matrix_keypad +max1111 +max11801_ts +max1363 +max1586 +max16064 +max16065 +max1619 +max1668 +max17040_battery +max17042_battery +max197 +max2165 +max3100 +max34440 +max517 +max63xx_wdt +max6639 +max6642 +max6650 +max6875 +max7359_keypad +max77686 +max8649 +max8660 +max8688 +max8903_charger +max8907 +max8907-regulator +max8925_bl +max8925_onkey +max8925_power +max8925-regulator +max8952 +max8973-regulator +max8997 +max8997_charger +max8998 +max8998_charger +mb86a20s +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc44s803 +mceusb +mcp2120-sir +mcp251x +mcp3021 +mcp4725 +mcs5000_ts +mcs7780 +mcs7830 +mcs_touchkey +mct_u232 +md4 +mdc800 +mem2mem_testdev +memstick +metronomefb +metro-usb +mg_disk +michael_mic +microtek +minix +mip6 +mISDN_core +mISDN_dsp +mk712 +mkiss +mma8450 +mms114 +mos7720 +mos7840 +moto_modem +mpcore_wdt +mpoa +mpr121_touchkey +mpu3050 +mrf24j40 +msdos +msp3400 +mspro_block +mt2060 +mt2063 +mt20xx +mt2266 +mt312 +mt352 +mt9m001 +mt9m111 +mt9t031 +mt9t112 +mt9v011 +mt9v022 +mtd_dataflash +mtdoops +mtdram +mtdswap +mtouch +multipath +musb_hdrc +mv88e6060 +mv88e6xxx_drv +mvmdio +mv_udc +mwifiex +mwifiex_sdio +mwifiex_usb +mxc_nand +mxc_w1 +mxl111sf-demod +mxl111sf-tuner +mxl5005s +mxl5007t +nandsim +navman +nbd +nci +ncpfs +net1080 +net2272 +netconsole +netprio_cgroup +netrom +newtonkbd +nfc +nf_conntrack +nf_conntrack_amanda +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_ipv4 +nf_conntrack_ipv6 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_proto_dccp +nf_conntrack_proto_gre +nf_conntrack_proto_sctp +nf_conntrack_proto_udplite +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nfcwilink +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_ipv4 +nf_nat_ipv6 +nf_nat_irc +nf_nat_pptp +nf_nat_proto_dccp +nf_nat_proto_gre +nf_nat_proto_sctp +nf_nat_proto_udplite +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_log +nfnetlink_queue +nfs +nfs_acl +nfsd +nfs_layout_nfsv41_files +nfsv2 +nfsv3 +nfsv4 +nftl +nf_tproxy_core +n_hdlc +nilfs2 +nls_ascii +nls_cp1250 +nls_cp1251 +nls_cp1255 +nls_cp737 +nls_cp775 +nls_cp850 +nls_cp852 +nls_cp855 +nls_cp857 +nls_cp860 +nls_cp861 +nls_cp862 +nls_cp863 +nls_cp864 +nls_cp865 +nls_cp866 +nls_cp869 +nls_cp874 +nls_cp932 +nls_cp936 +nls_cp949 +nls_cp950 +nls_euc-jp +nls_iso8859-1 +nls_iso8859-13 +nls_iso8859-14 +nls_iso8859-15 +nls_iso8859-2 +nls_iso8859-3 +nls_iso8859-4 +nls_iso8859-5 +nls_iso8859-6 +nls_iso8859-7 +nls_iso8859-9 +nls_koi8-r +nls_koi8-ru +nls_koi8-u +nls_utf8 +notifier-error-inject +n_r3964 +ns558 +ntc_thermistor +ntfs +n_tracerouter +n_tracesink +nvram +nxt200x +nxt6000 +objlayoutdriver +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stackglue +ocfs2_stack_o2cb +ocfs2_stack_user +of_serial +old_belkin-sir +omap +omap2 +omap2430 +omap4-keypad +omap-aes +omap_hdq +omap-ocp2scp +omap-sham +omap-vout +omap_wdt +omfs +omninet +on20 +on26 +onenand +opencores-kbd +openvswitch +oprofile +opticon +option +osd +osdblk +osst +oti6858 +output +ov2640 +ov5642 +ov6650 +ov772x +ov9640 +ov9740 +overlayfs +oxu210hp-hcd +ozwpan +p54common +p54spi +p54usb +p8022 +p8023 +palmas-regulator +pandora_bl +panel +panel-acx565akm +panel-lgphilips-lb035q02 +panel-nec-nl8048hl11-01b +panel-picodlp +parallel-display +paride +parkbd +parport +parport_ax88796 +parport_pc +pata_arasan_cf +pata_of_platform +pata_platform +pc87360 +pc87427 +pcbc +pcd +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pcrypt +pcwd_usb +pd +pda_power +peak_usb +pegasus +penmount +pf +pg +phonet +phram +physmap +physmap_of +pinctrl-single +pixcir_i2c_ts +pktcdvd +pktgen +pl2303 +platform_lcd +plat_nand +plat-ram +plip +plusb +pmbus +pmbus_core +pm-notifier-error-inject +pn533 +pn544_i2c +pn_pep +poseidon +powermate +ppa +ppdev +ppp_async +ppp_deflate +ppp_mppe +pppoatm +pppoe +pppox +ppp_synctty +pps_core +pps-gpio +pps-ldisc +pps_parport +pptp +prism2_usb +ps2mult +psmouse +psnap +pt +ptp +ptp_pch +pvrusb2 +pwc +pwm-beeper +pwm_bl +pwm-imx +pwm-tiecap +pwm-tiehrpwm +pwm-twl +pwm-twl-led +qcaux +qcserial +qinfo_probe +qmi_wwan +qnx4 +qnx6 +qt1010 +qt1070 +qt2160 +quatech2 +quota_tree +quota_v1 +quota_v2 +r8712u +r8a66597-hcd +r8a66597-udc +radio-i2c-si470x +radio-keene +radio-mr800 +radio-shark +radio-si4713 +radio-tea5764 +radio-usb-si470x +radio-wl1273 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid6test +raid_class +ramoops +raw +rbd +rbtree_test +rc5t583-regulator +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rcar-phy +rc-asus-pc39 +rc-asus-ps3-100 +rc-ati-tv-wonder-hd-600 +rc-ati-x10 +rc-avermedia +rc-avermedia-a16d +rc-avermedia-cardbus +rc-avermedia-dvbt +rc-avermedia-m135a +rc-avermedia-m733a-rm-k6 +rc-avermedia-rm-ks +rc-avertv-303 +rc-azurewave-ad-tu700 +rc-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +rc-dib0700-nec +rc-dib0700-rc5 +rc-digitalnow-tinytwin +rc-digittrade +rc-dm1105-nec +rc-dntv-live-dvb-t +rc-dntv-live-dvbt-pro +rc-em-terratec +rc-encore-enltv +rc-encore-enltv2 +rc-encore-enltv-fm53 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-imon-mce +rc-imon-pad +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lirc +rc-lme2510 +rc-loopback +rc-manli +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +rc-msi-digivox-ii +rc-msi-digivox-iii +rc-msi-tvanywhere +rc-msi-tvanywhere-plus +rc-nebula +rc-nec-terratec-cinergy-xs +rc-norwood +rc-npgtech +rc-pctv-sedna +rc-pinnacle-color +rc-pinnacle-grey +rc-pinnacle-pctv-hd +rc-pixelview +rc-pixelview-002t +rc-pixelview-mk12 +rc-pixelview-new +rc-powercolor-real-angel +rc-proteus-2309 +rc-purpletv +rc-pv951 +rc-rc6-mce +rc-real-audio-220-32-keys +rc-snapstream-firefly +rc-streamzap +rc-tbs-nec +rc-technisat-usb2 +rc-terratec-cinergy-xs +rc-terratec-slim +rc-terratec-slim-2 +rc-tevii-nec +rc-tivo +rc-total-media-in-hand +rc-trekstor +rc-tt-1500 +rc-twinhan1027 +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-winfast +rc-winfast-usbii-deluxe +rds +rds_tcp +redboot +redrat3 +reed_solomon +reiserfs +remoteproc +renesas_usbhs +retu-mfd +retu-pwrbutton +rfcomm +rfd_ftl +rfkill-gpio +rfkill-regulator +ring_sw +rio500 +rj54n1cb0c +rmd128 +rmd160 +rmd256 +rmd320 +rndis_host +rndis_wlan +romfs +rose +rotary_encoder +rpcsec_gss_krb5 +rt2500usb +rt2800lib +rt2800usb +rt2x00lib +rt2x00usb +rt73usb +rtc-88pm80x +rtc-88pm860x +rtc-ab3100 +rtc-bq32k +rtc-bq4802 +rtc-cmos +rtc-da9052 +rtc-da9055 +rtc-ds1286 +rtc-ds1305 +rtc-ds1307 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-ds3234 +rtc-em3027 +rtc-fm3130 +rtc-isl12022 +rtc-isl1208 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max8907 +rtc-max8925 +rtc-max8998 +rtc-mc13xxx +rtc-msm6242 +rtc-omap +rtc-pcf2123 +rtc-pcf50633 +rtc-pcf8523 +rtc-pcf8563 +rtc-pcf8583 +rtc-pl030 +rtc-r9701 +rtc-rc5t583 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3029c2 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-snvs +rtc-stk17ta8 +rtc-tps6586x +rtc-tps65910 +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtl2830 +rtl2832 +rtl8150 +rtl8187 +rtl8192c-common +rtl8192cu +rtlwifi +rts5139 +rx51_battery +rxkad +s1d13xxxfb +s2255drv +s2mps11 +s5h1409 +s5h1411 +s5h1420 +s5m8767 +s6e63m0 +s921 +saa7115 +saa7706h +safe_serial +salsa20_generic +samsung-keypad +sata_mv +sbs-battery +sca3000 +sch5627 +sch5636 +sch56xx-common +sch_atm +sch_cbq +sch_choke +sch_codel +sch_drr +sch_dsmark +sch_fq_codel +sch_gred +sch_hfsc +sch_htb +sch_ingress +sch_mqprio +sch_multiq +sch_netem +sch_plug +sch_prio +sch_qfq +sch_red +sch_sfb +sch_sfq +sch_tbf +sch_teql +scsi_debug +scsi_dh +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_tgt +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +scsi_transport_srp +sctp +sctp_probe +sdhci-pxav2 +sdhci-pxav3 +sdio_uart +seed +seeq8005 +seqiv +ser_gigaset +serio_raw +sermouse +serpent_generic +serport +serqt_usb2 +ses +sha1-arm +shark2 +sh_mobile_ceu_camera +sh_mobile_csi2 +sht15 +sht21 +si21xx +si4713-i2c +sidewinder +siemens_mpi +sierra +sierra_net +sil164 +sir-dev +sisusbvga +sit +sja1000 +sja1000_isa +sja1000_of_platform +sja1000_platform +sl811-hcd +slcan +slip +slram +sm501 +sm501fb +smb347-charger +smc911x +smc91x +sm_ftl +smm665 +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc95xx +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd-aaci +snd-ac97-codec +snd-aloop +snd-dummy +snd-hrtimer +snd-hwdep +snd-mpu401 +snd-mpu401-uart +snd-mtpav +snd-mts64 +snd-portman2x4 +snd-rawmidi +snd-seq +snd-seq-device +snd-seq-dummy +snd-seq-midi +snd-seq-midi-event +snd-seq-virmidi +snd-serial-u16550 +snd-soc-88pm860x +snd-soc-ab8500-codec +snd-soc-ad1836 +snd-soc-ad193x +snd-soc-ad73311 +snd-soc-adau1373 +snd-soc-adav80x +snd-soc-ads117x +snd-soc-ak4104 +snd-soc-ak4535 +snd-soc-ak4641 +snd-soc-ak4642 +snd-soc-ak4671 +snd-soc-alc5623 +snd-soc-alc5632 +snd-soc-arizona +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs42l51 +snd-soc-cs42l52 +snd-soc-cs42l73 +snd-soc-cx20442 +snd-soc-da7210 +snd-soc-da732x +snd-soc-da9055 +snd-soc-dfbmcs320 +snd-soc-imx-mc13783 +snd-soc-imx-ssi +snd-soc-isabelle +snd-soc-jz4740-codec +snd-soc-l3 +snd-soc-lm4857 +snd-soc-lm49453 +snd-soc-max9768 +snd-soc-max98088 +snd-soc-max98090 +snd-soc-max98095 +snd-soc-max9850 +snd-soc-max9877 +snd-soc-mc13783 +snd-soc-ml26124 +snd-soc-omap3pandora +snd-soc-pcm3008 +snd-soc-rt5631 +snd-soc-sdp3430 +snd-soc-simple-card +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-ssm2602 +snd-soc-sta32x +snd-soc-sta529 +snd-soc-tlv320aic23 +snd-soc-tlv320aic26 +snd-soc-tlv320aic32x4 +snd-soc-tlv320aic3x +snd-soc-tlv320dac33 +snd-soc-tpa6130a2 +snd-soc-uda134x +snd-soc-uda1380 +snd-soc-wl1273 +snd-soc-wm0010 +snd-soc-wm1250-ev1 +snd-soc-wm2000 +snd-soc-wm2200 +snd-soc-wm5100 +snd-soc-wm5102 +snd-soc-wm5110 +snd-soc-wm8350 +snd-soc-wm8400 +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8727 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8782 +snd-soc-wm8804 +snd-soc-wm8900 +snd-soc-wm8903 +snd-soc-wm8904 +snd-soc-wm8940 +snd-soc-wm8955 +snd-soc-wm8960 +snd-soc-wm8961 +snd-soc-wm8962 +snd-soc-wm8971 +snd-soc-wm8974 +snd-soc-wm8978 +snd-soc-wm8983 +snd-soc-wm8985 +snd-soc-wm8988 +snd-soc-wm8990 +snd-soc-wm8991 +snd-soc-wm8993 +snd-soc-wm8994 +snd-soc-wm8995 +snd-soc-wm8996 +snd-soc-wm9081 +snd-soc-wm9090 +snd-soc-wm-adsp +snd-soc-wm-hubs +snd-soc-zoom2 +snd-tea575x-tuner +snd-ua101 +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usbmidi-lib +snd-virmidi +soc_camera +soc_camera_platform +soc_mediabus +softdog +softing +sp805_wdt +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntpc +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_decpc +speakup_dectlk +speakup_dtlk +speakup_dummy +speakup_keypc +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +speedtch +spi-altera +spi-bitbang +spi-butterfly +spidev +spi-dw +spi-dw-mmio +spi-gpio +spi-imx +spi_ks8995 +spi-lm70llp +spi-oc-tiny +spi-omap2-mcspi +spi-pl022 +spi-sc18is602 +spi-tle62x0 +spi-xcomm +squashfs +ssb +ssd1307fb +ssfdc +sst25l +ssu100 +st +st1232 +stb0899 +stb6000 +stb6100 +st_drv +ste_modem_rproc +stinger +stir4200 +stk1160 +stkwebcam +stmmac +stmpe-keypad +stmpe-ts +stowaway +stp +streamzap +stv0288 +stv0297 +stv0299 +stv0900 +stv090x +stv6110 +stv6110x +sunkbd +sunrpc +symbolserial +synaptics_i2c +synaptics_i2c_rmi4 +synaptics_usb +sysv +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +tc3589x-keypad +tca6416-keypad +tca8418_keypad +tcm_fc +tcm_loop +tcm_usb_gadget +tcp_bic +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_probe +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcrypt +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18271 +tda18271c2dd +tda826x +tda827x +tda8290 +tda9887 +tdo24m +tea +tea5761 +tea5767 +tef6862 +tekram-sir +test-kprobes +test-kstrtox +test_power +tgr192 +thmc50 +ti-adc081c +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_dac7512 +ti_hecc +timb_dma +timblogiw +timbuart +timed_gpio +timeriomem-rng +tipc +ti_usb_3410_5052 +tm6000 +tm6000-alsa +tm6000-dvb +tmdc +tmiofb +tmio_mmc +tmio_mmc_core +tmio_nand +tmp102 +tmp401 +tmp421 +toim3232-sir +touchit213 +touchright +touchwin +tpm_i2c_infineon +tpm-rng +tps51632-regulator +tps6105x +tps6105x-regulator +tps62360-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65090-regulator +tps65217 +tps65217_bl +tps65217-regulator +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps80031-regulator +trancevibrator +tranzport +ts_bm +tsc2005 +tsc2007 +tsc40 +ts_fsm +ts_kmp +tsl2550 +tsl2563 +tsl2583 +tsl2x7x_core +ttpci-eeprom +ttusbir +tua9001 +tuner +tuner-simple +tuner-types +tuner-xc2028 +tunnel4 +tunnel6 +turbografx +tveeprom +tvp5150 +tw9910 +twidjoy +twl4030_charger +twl4030_keypad +twl4030-madc +twl4030-madc-hwmon +twl4030-pwrbutton +twl4030-usb +twl4030-vibra +twl4030_wdt +twl6030-usb +twl6040-vibra +twofish_common +twofish_generic +u132-hcd +ubi +ubifs +ucb1400_core +ucb1400_ts +ucd9000 +ucd9200 +udf +udl +udlfb +udp_diag +ueagle-atm +ufs +uhid +uio +uio_dmem_genirq +uio_pdrv +uio_pdrv_genirq +ums-alauda +ums-cypress +ums-datafab +ums-eneub6250 +ums-freecom +ums-isd200 +ums-jumpshot +ums-karma +ums-onetouch +ums-realtek +ums-sddr09 +ums-sddr55 +ums-usbat +unix_diag +usb8xxx +usbatm +usb_debug +usb_gigaset +usbhid +usbip-core +usbip-host +usbkbd +usblcd +usbled +usblp +usbmon +usbmouse +usbnet +usbserial +usbsevseg +usb-storage +usbtest +usbtmc +usbtouchscreen +usbvision +usb_wwan +userspace-consumer +ushc +uss720 +uvcvideo +uvesafb +v4l2-common +v4l2-int-device +v4l2-mem2mem +vcan +vcnl4000 +veth +vexpress +vfio +vgg2432a4 +vhci-hcd +videobuf2-core +videobuf2-dma-contig +videobuf2-memops +videobuf2-vmalloc +videobuf-core +videobuf-dma-contig +videobuf-dvb +videobuf-vmalloc +videodev +viperboard +viperboard_adc +virtio +virtio_console +virtio_ring +virtio-rng +virtio_scsi +virtual +visor +vivi +vivopay-serial +vmac +vpfe_capture +vpss +vsxxxaa +vt1211 +vt6656_stage +vub300 +vxlan +w1_bq27000 +w1_ds2408 +w1_ds2423 +w1_ds2431 +w1_ds2433 +w1_ds2760 +w1_ds2780 +w1_ds2781 +w1_ds28e04 +w1-gpio +w1_smem +w1_therm +w35und +w5100 +w5300 +w83627ehf +w83627hf +w83781d +w83791d +w83792d +w83793 +w83795 +w83l785ts +w83l786ng +w90p910_ts +w9966 +wacom +wacom_i2c +wacom_w8001 +walkera0701 +warrior +whiteheat +wimax +wire +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wlcore +wlcore_sdio +wlcore_spi +wm831x_backup +wm831x_bl +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x_power +wm831x-ts +wm831x_wdt +wm8350-hwmon +wm8350_power +wm8350-regulator +wm8350_wdt +wm8400-regulator +wm8775 +wm8994-regulator +wm97xx-ts +wp512 +x25 +x25_asy +xc4000 +xc5000 +xcbc +xen-blkback +xen-evtchn +xen-fbfront +xenfs +xen-gntalloc +xen-gntdev +xen-kbdfront +xen-netback +xen-privcmd +xen_wdt +xfrm4_mode_beet +xfrm4_mode_transport +xfrm4_mode_tunnel +xfrm4_tunnel +xfrm6_mode_beet +xfrm6_mode_ro +xfrm6_mode_transport +xfrm6_mode_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_ipcomp +xfrm_user +xfs +xilinx_uartps +xor +xpad +x_tables +xt_addrtype +xt_AUDIT +xt_CHECKSUM +xt_CLASSIFY +xt_cluster +xt_comment +xt_connbytes +xt_connlimit +xt_connmark +xt_CONNSECMARK +xt_conntrack +xt_cpu +xt_CT +xt_dccp +xt_devgroup +xt_dscp +xt_DSCP +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_HL +xt_HMARK +xt_IDLETIMER +xt_iprange +xt_ipvs +xtkbd +xt_LED +xt_length +xt_limit +xt_LOG +xt_mac +xt_mark +xt_multiport +xt_nat +xt_NETMAP +xt_nfacct +xt_NFLOG +xt_NFQUEUE +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_RATEEST +xt_realm +xt_recent +xt_REDIRECT +xts +xt_sctp +xt_SECMARK +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_TCPMSS +xt_TCPOPTSTRIP +xt_tcpudp +xt_TEE +xt_time +xt_TPROXY +xt_TRACE +xt_u32 +xusbatm +xz_dec_test +yam +yealink +yurex +zaurus +zd1201 +zd1211rw +zhenhua +zio +zl10039 +zl10353 +zl6100 +zlib +zlib_deflate +zr364xx +zram +zte_ev --- linux-lowlatency-3.8.0.orig/debian.master/abi/3.8.0-19.30/armhf/generic.compiler +++ linux-lowlatency-3.8.0/debian.master/abi/3.8.0-19.30/armhf/generic.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3 --- linux-lowlatency-3.8.0.orig/debian.master/abi/3.8.0-19.30/amd64/generic +++ linux-lowlatency-3.8.0/debian.master/abi/3.8.0-19.30/amd64/generic @@ -0,0 +1,14368 @@ +EXPORT_SYMBOL arch/x86/kvm/kvm 0x0b7e4739 kvm_cpu_has_pending_timer +EXPORT_SYMBOL arch/x86/kvm/kvm 0x5ec89a3d kvm_read_guest_atomic +EXPORT_SYMBOL crypto/gf128mul 0x0c2f123f gf128mul_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x1068004b gf128mul_bbe +EXPORT_SYMBOL crypto/gf128mul 0x2f2889a0 gf128mul_init_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x384ef9ce gf128mul_64k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x56af0dbd gf128mul_x_ble +EXPORT_SYMBOL crypto/gf128mul 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL crypto/gf128mul 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL crypto/gf128mul 0xbd17a0df gf128mul_4k_lle +EXPORT_SYMBOL crypto/gf128mul 0xc0890413 gf128mul_64k_lle +EXPORT_SYMBOL crypto/gf128mul 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/acpi/video 0x78e8f796 acpi_video_get_edid +EXPORT_SYMBOL drivers/acpi/video 0x7a45377b acpi_video_unregister +EXPORT_SYMBOL drivers/acpi/video 0x8826c13b acpi_video_register +EXPORT_SYMBOL drivers/atm/suni 0x13a106c7 suni_init +EXPORT_SYMBOL drivers/atm/uPD98402 0xaa24734b uPD98402_init +EXPORT_SYMBOL drivers/bcma/bcma 0x5dd2fd1f bcma_core_dma_translation +EXPORT_SYMBOL drivers/block/drbd/drbd 0x35131b36 drbd_role_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0x7730f22d drbd_conn_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0xaf27bebf drbd_disk_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0xd2943484 drbd_set_st_err_str +EXPORT_SYMBOL drivers/block/paride/paride 0x04ea909e pi_disconnect +EXPORT_SYMBOL drivers/block/paride/paride 0x17fb067f pi_write_block +EXPORT_SYMBOL drivers/block/paride/paride 0x1be47ec9 pi_do_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x65ad69fb pi_init +EXPORT_SYMBOL drivers/block/paride/paride 0x68098c1d pi_schedule_claimed +EXPORT_SYMBOL drivers/block/paride/paride 0x6bc16aa8 paride_unregister +EXPORT_SYMBOL drivers/block/paride/paride 0x72dde08d pi_connect +EXPORT_SYMBOL drivers/block/paride/paride 0x930cabef pi_read_regr +EXPORT_SYMBOL drivers/block/paride/paride 0xcd13de63 pi_release +EXPORT_SYMBOL drivers/block/paride/paride 0xd84d4d59 paride_register +EXPORT_SYMBOL drivers/block/paride/paride 0xdf54fac7 pi_read_block +EXPORT_SYMBOL drivers/block/paride/paride 0xff16b003 pi_write_regr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1348760d ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x16dcec76 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1a10c898 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1aba5db8 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1e85849a ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x40f2b10c ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x423b776a ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c971bec ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x524f6f51 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5e80f37c ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5fcdcc05 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67cb9784 ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x73a01959 ipmi_smi_add_proc_entry +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x78fd36e7 ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8c8ee770 ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x964cd12c ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96cbcc81 ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x992e9ae0 ipmi_register_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa28a2ace ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa2a98b91 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xc0aed576 ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe0fa83f2 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe6ab72a6 ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf2576cb9 ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfcb77cfd ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/nvram 0x0f28cb91 nvram_read_byte +EXPORT_SYMBOL drivers/char/nvram 0x17ff2c1d __nvram_read_byte +EXPORT_SYMBOL drivers/char/nvram 0x2adec1e0 __nvram_check_checksum +EXPORT_SYMBOL drivers/char/nvram 0x7da28f12 nvram_check_checksum +EXPORT_SYMBOL drivers/char/nvram 0x9ce3f83f nvram_write_byte +EXPORT_SYMBOL drivers/char/nvram 0xa8813189 __nvram_write_byte +EXPORT_SYMBOL drivers/dma/dw_dmac 0x22928e1b dw_dma_generic_filter +EXPORT_SYMBOL drivers/dma/dw_dmac 0x319e0737 dw_dma_cyclic_start +EXPORT_SYMBOL drivers/dma/dw_dmac 0x77f3532c dw_dma_cyclic_stop +EXPORT_SYMBOL drivers/dma/dw_dmac 0x948c3f08 dw_dma_get_dst_addr +EXPORT_SYMBOL drivers/dma/dw_dmac 0xc573e23b dw_dma_get_src_addr +EXPORT_SYMBOL drivers/dma/dw_dmac 0xc90c7d14 dw_dma_cyclic_prep +EXPORT_SYMBOL drivers/dma/dw_dmac 0xd6297c3e dw_dma_cyclic_free +EXPORT_SYMBOL drivers/edac/edac_core 0x65f58c77 edac_mc_find +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0239f47b fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x04d0f641 fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0949576e fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0b02583b fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0f7d6af8 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x115f4239 fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0x16e91e21 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0x26677b46 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2674296e fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2de5aa19 fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x44f75955 fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4e77c85b fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0x56bcb61b fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x645b715f fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x65c9438b fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6e2680b1 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x76f2d438 fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7d9a1161 fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0x807099cf fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x80d6dc75 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8285f6d8 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8b43e348 fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0x905deeed fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x90863005 fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0x96158efb fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa1b0ec51 fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xad65beb4 fw_send_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb21ff6f5 fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb8406774 fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0xdab742c7 fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xdfe977f9 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf4c7f91e fw_run_transaction +EXPORT_SYMBOL drivers/firmware/dcdbas 0xa75079d6 dcdbas_smi_request +EXPORT_SYMBOL drivers/gpu/drm/drm 0x000deef9 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x025c90f5 drm_mm_init_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02b4eb2e drm_select_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02e6e099 drm_mode_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03da5227 drm_mm_put_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04b3cb74 drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0716c70f drm_prime_remove_imported_buf_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ade730b drm_connector_unplug_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ae4b94c drm_ht_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b4896a2 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0cd18b2d drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f1f883e drm_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11065515 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12c6276a drm_buffer_read_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13ab9b50 drm_agp_unbind +EXPORT_SYMBOL drivers/gpu/drm/drm 0x142b8b35 drm_buffer_copy_from_user +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14ad4ee6 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14f30e38 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15f64fe1 drm_get_platform_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17a336a9 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x194eadaa drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19621a52 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x197886a9 drm_agp_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19e5d855 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a770ac3 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b584c77 drm_mm_insert_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ff985a8 drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20645642 drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20df2043 drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2179da6c drm_vblank_pre_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x21dc0830 drm_gem_object_handle_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x226433bb drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22c84174 drm_framebuffer_unreference +EXPORT_SYMBOL drivers/gpu/drm/drm 0x248446bf drm_mode_create_dithering_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2515e3c5 drm_get_pci_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x298e4b33 drm_mode_detachmode_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29d5cd1e drm_get_encoder_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c2a83ee drm_core_ioremapfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d7f2506 drm_ati_pcigart_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d9aa2d0 drm_pci_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e44269e drm_mm_insert_node_in_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ee9fdd1 drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3074f033 drm_order +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31dd3c68 drm_mm_init_scan_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x344df3d0 drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36d6b6a7 drm_mm_insert_node_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3817c240 drm_free_agp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a4f7ae drm_format_num_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ac1fef9 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3acc4e3b drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b9d009a drm_format_plane_cpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3eb37b9d drm_ht_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f962926 drm_getsarea +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3fc24781 drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4006f7a7 drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x423c005e drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43384bd9 drm_buffer_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x435e1a99 drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43e875cd drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x447914e3 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x44a0c113 drm_mode_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x451dc756 drm_edid_to_eld +EXPORT_SYMBOL drivers/gpu/drm/drm 0x47ee2772 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x498dcb5e drm_ut_debug_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4bea1ebe drm_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c511235 drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4dfe86d7 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ea1f5a2 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4eb97c93 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5063b69c drm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51646289 drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51de9926 drm_agp_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52db082f drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54235f0f drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54d9adf0 drm_mm_search_free_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56120d9b drm_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5725a3f2 drm_addbufs_agp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5845974e drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d7318dc drm_global_item_ref +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d812a87 drm_get_connector_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5dbe5c8a drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5eafb8e9 drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6014cb03 drm_agp_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60982e09 drm_idlelock_take +EXPORT_SYMBOL drivers/gpu/drm/drm 0x612639c8 drm_irq_uninstall +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62278139 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6264a484 drm_mode_attachmode_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x629c05e1 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x683a96e2 drm_platform_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ae74f49 drm_put_minor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b14bccc drm_mode_cea_vic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b6d7375 drm_timestamp_precision +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cee2e42 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6df440d5 drm_agp_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x716e7e93 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x723f77d9 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72c7bf46 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76e55e92 drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77903ac6 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78860ff1 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78a61eb3 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a09a631 drm_pci_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a3d5eee drm_prime_sg_to_page_addr_arrays +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a4e7297 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ae3b7fa drm_unbind_agp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b42b5d4 drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b756585 drm_vblank_post_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c6350d6 drm_ati_pcigart_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ec4bceb drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7f414058 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8172ae32 drm_mm_pre_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x820a2787 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x823f1822 drm_agp_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x86ebcb15 drm_core_reclaim_buffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8922aa69 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8993534d drm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a4b6a35 drm_mm_get_block_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a7c67b4 drm_agp_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8bcddfc0 drm_prime_destroy_file_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8bfb7680 drm_addbufs_pci +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c510862 drm_find_cea_extension +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8cac094c drm_get_minor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d9d37ce drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8de13715 drm_format_vert_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dfb019d drm_buffer_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eb68c69 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8eff9111 drm_ht_find_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f7df3a7 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9003e606 drm_vblank_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x919e9dc7 drm_mm_search_free_in_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x963df95d drm_core_ioremap_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9688efae drm_mm_debug_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9745d638 drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9857d1b3 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98c9d4d5 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x99f1e30e drm_framebuffer_reference +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a3ba1ca drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c21d947 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d1a5582 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e2eb297 drm_agp_bind +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9eb253f4 drm_core_ioremap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1eabd87 drm_mode_list_concat +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa290ab28 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2fab129 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa493dbcc drm_mode_create_dirty_info_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4e783d7 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5a86d94 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5e9406b drm_mm_dump_table +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa63d19a1 drm_mode_validate_clocks +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa67d683c drm_mode_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa68bf700 drm_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8a79a9f drm_rmmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa994c56a drm_sysfs_connector_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xabe4b30a drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac50d585 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad10e793 drm_unplug_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae4950d0 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae768d96 drm_prime_init_file_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaeb348ed drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf0c89af drm_mm_get_block_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1292a96 drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb13d432c drm_pci_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5540008 drm_global_item_unref +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6bf2e55 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9429a4b drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb95beb55 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba2d0719 drm_mode_hsync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb36411f drm_pcie_get_speed_cap_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbd1d394a drm_platform_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe001c53 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe0195d3 drm_pci_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe89e479 drm_mm_clean +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf349c24 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbfcdb562 drm_mode_connector_detach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc1310c64 drm_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc25a61ec drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc414c422 drm_vblank_offdelay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc49c98a0 drm_fasync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6a10a2a drm_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc87fe131 drm_mm_insert_node_in_range_generic +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc9615ccb drm_prime_add_imported_buf_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca45efbc drm_format_horz_chroma_subsampling +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb1beab5 drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcbc95688 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd0fc417 drm_ht_just_insert_please +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd17fb27 drm_mode_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd82cf6a drm_prime_lookup_imported_buf_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcda91c46 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce312a2e drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcfcefb1c drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd02aa95f drm_calc_vbltimestamp_from_scanoutpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2335101 drm_fb_get_bpp_depth +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd26343a7 drm_idlelock_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4ec7a44 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd88fd06f drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb86adbf drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb89147e drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbb5a9f5 drm_ht_remove_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc22ac4c drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc33e937 drm_rmmap_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd5d3a71 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd97723b drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd9a12c4 drm_addmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdddd2444 drm_mode_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdea00d31 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf01adca drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdff01795 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2804d89 drm_agp_bind_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe32d1c44 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4e2b1b1 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5daf801 drm_fill_in_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe6f46e6e drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7197773 drm_ht_insert_item +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb4073c8 drm_irq_install +EXPORT_SYMBOL drivers/gpu/drm/drm 0xef2ed209 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf005668f drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0b5730e drm_global_mutex +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3dcfd3f drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf430a76e drm_get_last_vbltimestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6c02a05 drm_mode_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9705f6c drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9e7e2ff drm_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb27ed0a drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfcd99851 drm_gem_object_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfda55cd8 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe913a49 drm_mode_group_init_legacy_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff668996 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffb82e49 drm_sysfs_connector_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffc6c87a drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x071a3d3d drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x08bcbcf7 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x09b99c60 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x128fbd53 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x147cff34 drm_fb_helper_single_fb_probe +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x203c563f drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2392dc3a drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2c82289e drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d7a787f drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34dc49d3 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3bfd44d9 drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x43001c96 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x47879129 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4982511c i2c_dp_aux_add_bus +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5c0926b2 drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5cb64231 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5e350756 drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x60553b6b drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x61080bf1 drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x711a004a drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7a4c25ac drm_fb_helper_fill_fix +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7d8233cb drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x914b4a65 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x95af89ad drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x975ea4fc drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x993120a5 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9d251144 drm_fb_helper_panic +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa3d6e32f drm_fb_helper_fill_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8d6809d drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb31d91cb drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb37a0603 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbabda7e8 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc469c244 drm_fb_helper_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc7fd39bb drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcd351e09 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd02c73c7 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd3c6dbf3 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd43b9f0c drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd5d8b6b8 drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe7dc8823 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf80fd9db drm_fb_helper_single_add_all_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf9226843 drm_fb_helper_restore_fbdev_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfee43a69 drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x5fe7acf3 drm_usb_init +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0x83024269 drm_get_usb_dev +EXPORT_SYMBOL drivers/gpu/drm/drm_usb 0xd30fecca drm_usb_exit +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x08488482 ttm_read_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x08a29178 ttm_mem_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0a76c032 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0d1180f3 ttm_base_object_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0ebbe826 ttm_write_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1207efb6 ttm_bo_swapout_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x17e48a1d ttm_base_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x18ebe205 ttm_vt_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x19f8baec ttm_bo_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1e36f58b ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1f6604fc ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1f9c9427 ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2010429e ttm_suspend_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x22c878dd ttm_bo_evict_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2b54aa9a ttm_object_file_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x427207e3 ttm_fbdev_mmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x461d29d4 ttm_bo_wait +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x46292fd0 ttm_bo_synccpu_write_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4a4a4acf ttm_bo_clean_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4a4e4e50 ttm_mem_global_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4a503808 ttm_bo_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4d1eea63 ttm_base_object_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4e8dd264 ttm_bo_global_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4fddf9ae ttm_agp_tt_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x564e1aee ttm_bo_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5a133251 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5e15e7da ttm_bo_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6052860c ttm_round_pot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x61bdb34f ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x69fc917c ttm_tt_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6a9958f6 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x70933803 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x74672f59 ttm_bo_synccpu_write_grab +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7586fb3a ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x78c61b50 ttm_vt_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7e89d848 ttm_pool_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7ec95e44 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x80d86f0e ttm_object_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x81e7545f ttm_object_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x81f1defe ttm_bo_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x84f1210d ttm_agp_tt_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x86a4066d ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8cdf981f ttm_dma_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9373bcb8 ttm_agp_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9385b73e ttm_mem_global_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x998e45c0 ttm_ref_object_base_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9a8bd8ac ttm_read_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9fbd887d ttm_tt_set_placement_caching +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa1c0edd4 ttm_bo_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa96af01c ttm_bo_manager_func +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xacc2feab ttm_write_unlock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xacd8fc34 ttm_bo_move_ttm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb058c7e1 ttm_pool_unpopulate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb43a7880 ttm_bo_wait_unreserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb7902d7f ttm_ref_object_add +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbcf9218a ttm_dma_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbe3eefbe ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc26bc955 ttm_bo_mem_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc4d4618d ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc850d617 ttm_mem_global_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xca60ba80 ttm_lock_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd36436c4 ttm_suspend_lock +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd4cc3973 ttm_bo_dma_acc_size +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd5755e32 ttm_page_alloc_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe58cea64 ttm_bo_device_release +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe62b3710 ttm_bo_unref +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe9002d5a ttm_bo_unreserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf2c6b61f ttm_bo_init_mm +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf70c64a5 ttm_bo_unlock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf99d4273 ttm_bo_lock_delayed_workqueue +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf9fb605e ttm_bo_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfbc2c5ec ttm_object_file_release +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x294a1e33 vmbus_sendpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xa87610b5 vmbus_recvpacket +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x0903c239 vid_from_reg +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0xef1c781c vid_which_vrm +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0e2a6864 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x0f5877d4 sch56xx_read_virtual_reg16 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x34257f35 sch56xx_watchdog_unregister +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xafcbb14a sch56xx_watchdog_register +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xe5022f95 sch56xx_read_virtual_reg12 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xed1d2a08 sch56xx_write_virtual_reg +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x06a828e6 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xa182e43e i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xe7805a3a i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x0ace0c97 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xe2c058a4 i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x7f932ecc amd756_smbus +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x2be16a2f hid_sensor_read_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x45a21270 hid_sensor_parse_common_attributes +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x5b201645 hid_sensor_read_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0x61e2ac2c hid_sensor_write_samp_freq_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-iio-common 0xd8ce4cb0 hid_sensor_write_raw_hyst_value +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0xea1aa5dc hid_sensor_setup_trigger +EXPORT_SYMBOL drivers/iio/common/hid-sensors/hid-sensor-trigger 0xf1db1d39 hid_sensor_remove_trigger +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0x0d8d1e24 adis_debugfs_reg_access +EXPORT_SYMBOL drivers/iio/imu/adis_lib 0x1559943a adis_enable_irq +EXPORT_SYMBOL drivers/iio/industrialio 0x0d136a2c iio_triggered_buffer_postenable +EXPORT_SYMBOL drivers/iio/industrialio 0x16b78ef0 iio_buffer_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x20eaf501 iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x250cd4d2 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x3c7fb563 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0x3fd1ff76 iio_buffer_read_length +EXPORT_SYMBOL drivers/iio/industrialio 0x4536fd14 iio_buffer_show_enable +EXPORT_SYMBOL drivers/iio/industrialio 0x485cb6df iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0x67ebbfad iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x76235396 iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0x7dfa0ce4 iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x896fc9a5 iio_buffer_register +EXPORT_SYMBOL drivers/iio/industrialio 0x9e4854a8 iio_trigger_poll_chained +EXPORT_SYMBOL drivers/iio/industrialio 0xac326f67 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0xad35e5bc iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0xaf631ea2 iio_buffer_write_length +EXPORT_SYMBOL drivers/iio/industrialio 0xb6cacb98 iio_buffer_store_enable +EXPORT_SYMBOL drivers/iio/industrialio 0xbf15432b iio_triggered_buffer_predisable +EXPORT_SYMBOL drivers/iio/industrialio 0xc2636f72 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xcdb4415b iio_sw_buffer_preenable +EXPORT_SYMBOL drivers/iio/industrialio 0xcdf8a9f7 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xecdca804 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xf5600fbc iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xf803fa3c iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0x2955e27b iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-buffer 0xb8da9371 iio_triggered_buffer_setup +EXPORT_SYMBOL drivers/iio/kfifo_buf 0xbbae4be0 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/kfifo_buf 0xdd02802f iio_kfifo_free +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x2107de5f rdma_addr_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x37838b44 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x6f6ee97c rdma_addr_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x8ef35bcc rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0x9d1f522d rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_addr 0xfde65712 rdma_copy_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x061e1524 ib_send_cm_lap +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x0d3d71d6 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x12204bb8 ib_send_cm_apr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x144c4d1b ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x330c7791 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x430387aa ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5020012b ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x58693149 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5a78188f ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5c778c35 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5d7829c4 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x70840523 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x866403c9 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9ce7a720 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9fabae14 cm_class +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa2e59971 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb50c5bc2 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0375ad93 ib_destroy_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x063c2413 ib_create_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x06c82fcf mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x06ea87ee ib_query_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x088d5eb2 ib_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c1b9ac1 ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x11a86046 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x14f84918 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x16d1322a ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x171f99f1 ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1778095a ib_free_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1a61933d ib_dereg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1c46655c ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1d35b960 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e491a04 ib_unmap_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e619a0a ib_alloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1ee0a5cb ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1f1b7180 ib_dealloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ccd2e82 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2d251fc7 ib_fmr_pool_unmap +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ed6e386 ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x302022cd ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x32340c34 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33c3f38b ibnl_add_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x35c7602e ib_destroy_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3d272c4a ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3da613c4 ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3e8a4751 ib_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x49abdb7f ib_umem_page_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4b12a04c ib_dealloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50dbc447 ib_flush_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x52b338a5 ib_alloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x533da0e4 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58884c3c ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5c107f32 ib_find_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x60e3772e ib_rereg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b6d4090 ib_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6cd35dcb ib_query_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73f5ecbf ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x742f8c62 ib_alloc_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x76dc78c5 ib_get_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7945dc0f ib_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7fc170f5 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x84f6ad7b ib_alloc_fmr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8a9703aa ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90320f4d ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x92f1ee67 ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x948030bf ib_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x95cc83c6 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x96ce6c46 rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x96de7c82 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x98205b2b ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x98547bd8 ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x999f504a ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9dfd876b ib_destroy_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ef95784 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa7421760 ib_fmr_pool_map_phys +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xac44fe00 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb30edb8a ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb40fe947 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb48a1eb4 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb846f8a5 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbbb46798 ib_dealloc_xrcd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbe527893 ib_init_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc0c48a89 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc32b59ff ib_destroy_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc507fdb7 ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc67f14a5 ibnl_remove_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc79aabcc ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc85d9b70 ib_create_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xccf58d7f ib_create_fmr_pool +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd29befc0 ib_get_cached_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd3e14a51 ib_modify_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd5d7bbb4 ib_dealloc_mw +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdeb6a34e ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdfb9daac ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe57d2ff1 ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe77a60ce ib_reg_phys_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7a02fd8 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe8990afe ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe8ea305e ib_get_dma_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea630c26 ib_alloc_fast_reg_page_list +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeeafe5d7 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc150956 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfe959085 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x0f764b3d ib_process_mad_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x3563badb ib_register_mad_snoop +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x41175f95 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x552b5485 ib_cancel_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x6f077fcf ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x7b5d4b7a ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x8a5de4aa ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x946d5d27 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0x9a42095c ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xa2eadc86 ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xa5480525 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xa7e9f789 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xc7513b35 ib_redirect_mad_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xdfb4e419 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_mad 0xecf7e4a5 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x267cf946 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x2fd0e42f ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x576fdbac ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x71e6196b ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x77b86e21 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x7fb93fc5 ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x8091d13a ib_sa_service_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0x974f038a ib_init_ah_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xbfe1a929 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xc1955a3f ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_sa 0xf6b6444b ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x02f847bc ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x07cf5a51 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x18382f6a ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x184f3575 ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x3ebb5856 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x487ac3c1 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x516b59a9 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x8feeffbb iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xeb666a77 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf46eb803 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf8cf3083 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf91e1f6f iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x10ae7e99 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x20933aa5 rdma_set_ib_paths +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4c4757cc rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4dea1e4b rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4ebaeb14 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6a282c97 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x88c1468d rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8aa87e6b rdma_create_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9099db98 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x96f4c743 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9e27a581 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa483a9bc rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xaeeec831 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbc02ecaa rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xce5a87fb rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd36f2fad rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd3b5f8d1 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd9864b25 rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe65ed19b rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe9aae701 rdma_bind_addr +EXPORT_SYMBOL drivers/input/gameport/gameport 0x50b76653 gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x64e53df0 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x6814b944 __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x86bc3163 gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xa1926d2e gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0xcf6a433b gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xd7350875 gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0xe7a3beaa gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0xe93aa834 gameport_start_polling +EXPORT_SYMBOL drivers/input/input-polldev 0x4243163e input_free_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xaac37cf3 input_unregister_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xcd635824 input_register_polled_device +EXPORT_SYMBOL drivers/input/input-polldev 0xfa0fb52f input_allocate_polled_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0xc44f3673 matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x531e1a1d ad714x_remove +EXPORT_SYMBOL drivers/input/misc/ad714x 0x864325fc ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0x8ec72c0b ad714x_enable +EXPORT_SYMBOL drivers/input/misc/ad714x 0xdde0206b ad714x_disable +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x5bcf07a8 cma3000_init +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x892d76b2 cma3000_resume +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x89d9444e cma3000_exit +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xca3f100a cma3000_suspend +EXPORT_SYMBOL drivers/input/sparse-keymap 0x48d603e7 sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0x62b44899 sparse_keymap_free +EXPORT_SYMBOL drivers/input/sparse-keymap 0xac9a7fd9 sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0xad1794c7 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xcc2fd26f sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0xfc3c3f61 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x222787dc ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x83fa66da ad7879_pm_ops +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x97f83edf ad7879_remove +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x02d5c7cb amd_iommu_set_invalidate_ctx_cb +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x7dc08ae7 amd_iommu_free_device +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x8199b017 amd_iommu_bind_pasid +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0x9b2d61c0 amd_iommu_set_invalid_ppr_cb +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0xa68ef082 amd_iommu_unbind_pasid +EXPORT_SYMBOL drivers/iommu/amd_iommu_v2 0xadf4e4db amd_iommu_init_device +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x01d3162d capi20_put_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x04403fcf unregister_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x121eb725 capi20_register +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x14f2aa5a capi20_get_version +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x19bdbf49 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2b8eab1f capilib_free_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2baa6586 capilib_new_ncci +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x31c24aa4 capi20_isinstalled +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x42948f0e capi20_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x43a1b097 attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x47d3fc51 capi_info2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x4fc2be90 capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x50b33ca4 capi_cmsg2message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x6057c6f3 capi_message2cmsg +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x62e32d43 capilib_data_b3_conf +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x71e8d5ba capilib_data_b3_req +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7292ab34 cdebbuf_free +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x72a25a72 capi_cmsg2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7a33596c capi20_get_serial +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7e6f1307 capi20_get_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8f699913 capilib_release +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9c7e53d1 capi_ctr_resume_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9f823278 register_capi_driver +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xaa165d27 capilib_release_appl +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb19fda8d capi_cmd2str +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb60e5e5f capi_cmsg_header +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xba50f98a detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xbc74f4b7 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe19a11ac capi20_get_profile +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xed061606 capi20_manufacturer +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xed74faf6 capi_ctr_suspend_output +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xfd552f7a capi_message2str +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x166ad886 b1_getrevision +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x2646b2fc b1_loaded +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x3d73eaa1 b1_parse_version +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x402b1de1 avmcard_dma_free +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x4e7196fb avmcard_dma_alloc +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x5c1303d1 b1_alloc_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x5f68f8f2 b1ctl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x730d9d7b b1_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x85f09690 b1_irq_table +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x9e1ed3d0 b1_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0x9ff4fd33 b1_load_config +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xa0bddd41 b1_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xad57204c b1_load_t4file +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xd7d590ce b1_free_card +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xdfd28376 b1_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xf7f8bdbd b1_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xfa10fee4 b1_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1 0xff374a44 b1_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x06ad2e5d b1dma_release_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x09423146 b1dma_load_firmware +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x1b453ab0 b1pciv4_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x6379cd75 t1pci_detect +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x8224fe15 b1dma_send_message +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0x98412d5f b1dma_reset_ctr +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xc5ed6c9e b1dma_register_appl +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xd6f9f1ea b1dma_interrupt +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xf04cf662 b1dmactl_proc_fops +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1dma 0xff016e47 b1dma_reset +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0x29562993 b1pcmcia_delcard +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xaec3240e b1pcmcia_addcard_m1 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xea620116 b1pcmcia_addcard_m2 +EXPORT_SYMBOL drivers/isdn/hardware/avm/b1pcmcia 0xf14bf8b1 b1pcmcia_addcard_b1 +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x2974ead1 DIVA_DIDD_Read +EXPORT_SYMBOL drivers/isdn/hardware/eicon/divadidd 0x7083a5c0 proc_net_eicon +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x047f0d3a mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x29368f20 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x483ea6e0 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xb82c0188 mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x3bc5d5fd mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xc0e2754f mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x07f4f2ce hisax_unregister +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x0c9b6f59 hisax_init_pcmcia +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x148f0c99 FsmFree +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x7f29ce36 FsmInitTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x93a64734 FsmChangeState +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0x9df0cd27 FsmEvent +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xe227344e FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xee93522c hisax_register +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xf0a16657 FsmNew +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xfc27303b HiSax_closecard +EXPORT_SYMBOL drivers/isdn/hisax/hisax 0xff2db2cf FsmDelTimer +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x127492e8 isac_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x3a7d6053 isacsx_setup +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x3f3b323a isac_d_l2l1 +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0x4f8ec236 isacsx_irq +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xdb8ef1e6 isac_init +EXPORT_SYMBOL drivers/isdn/hisax/hisax_isac 0xde74dbf9 isac_irq +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0x2baa265c register_isdn +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xaacae01d isdn_ppp_unregister_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xca55e81c isdn_ppp_register_compressor +EXPORT_SYMBOL drivers/isdn/i4l/isdn 0xfa06820f isdn_register_divert +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x3b71e4fc isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x59cc8a7e isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0x8ee38862 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/i4l/isdnhdlc 0xfd9d4c09 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x000f2fa8 mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x106586f2 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x19200a26 dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1d759ec3 recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1d7c69bd bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x28534e9a mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3e84a43f mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x477e15d6 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4d6022ec recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x54451388 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5aa6a924 recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5c2873af get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x610f2eef create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x614ede30 mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6dc20a17 recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x794849d7 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8811394b recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8a4e99fb mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x96309324 mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xaa449e17 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xac2b4d9c mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xaec58e9a mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb627998c mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc826eeae get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xce5bed7b bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd285995f mISDN_clock_get +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5145151 mISDN_FsmEvent +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe87943cf mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xee708391 mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf7ce3fbd mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf9e7832f mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x60721da7 dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xa215f1b2 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/md/dm-log 0x4349fa42 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0x6f9c58c6 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0xa2ebf3f9 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0xfe1c3d64 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x3a2aacde dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x5b5e08eb dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0x984cdd3b dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0xb04d17d4 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0xe0bc03ef dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0xf09967fd dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/raid456 0x0d91e688 raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x0a2a1af0 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x1a39769d flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x26b6b67c flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x306030e2 flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x4f110683 flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x65260aa7 flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x6567bbfb flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x7dd7abc9 flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xbeafc008 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xbec6d8dd flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xc6a9788c flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xd263da9d flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf69f3f86 flexcop_device_initialize +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x05ae480d dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0c651bb2 dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x119f8888 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x12a2ff40 dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x13fd063e dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x17523ce7 dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x179da0b2 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x18e2e5b6 dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1a07e506 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1a45a577 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2b7f112d dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3818e7e0 dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x398aab01 dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3d8d3e2e dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x479c812c dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x518df1b9 dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5429260c dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x573e2e72 dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5ed1a5cf dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x64d6d7a9 dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6d15863a dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6e9c5b03 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x74a5a698 dvb_filter_pes2ts_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7658d684 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80e3832d dvb_filter_get_ac3info +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x887caf4f dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8d0df2a1 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9ae39904 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa2a65e70 dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xac4ca1b0 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb06f7081 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb38a81f4 dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xbb1e2b61 dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xbc95ab01 dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc05c9132 dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xca4965f1 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd68a099e timeval_usec_diff +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xda0b5192 dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xddbc38c5 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdeef0e4f dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe15697bd dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe5ae8707 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xefcef46b dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf826deb0 dvb_filter_pes2ts +EXPORT_SYMBOL drivers/media/dvb-frontends/a8293 0xb48f227f a8293_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9013 0xa5291dda af9013_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/af9033 0x9133c5a6 af9033_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/atbm8830 0xa57767a5 atbm8830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x12d1c714 au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x283393f7 au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x33efecba au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x39df62a8 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x3e2e1962 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x79b8983f au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x8a3f9613 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xe058729e au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xf67636d1 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_dig 0xd8f14c9b au8522_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/bcm3510 0xe6b5f24b bcm3510_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22700 0xc9d9a1fc cx22700_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx22702 0x48b0d6b0 cx22702_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24110 0x8676cc62 cx24110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x1de3812b cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x55f68096 cx24113_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24116 0x1708c4ef cx24116_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x1e6d0c03 cx24123_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x6bb5585d cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/cxd2820r 0x3db7103f cxd2820r_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x2e1268b6 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x58ab3b27 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xb1c46652 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xbb23057e dib0070_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xc01f011a dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x35fb3186 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x3dd6b9ab dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x4d0a19a2 dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x4eb418b3 dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x627808bb dib0090_fw_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x6a488276 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x7cb2257a dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x8397a786 dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x948caa0a dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x976b69f6 dib0090_register +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xb1e04234 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xbdec694d dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc7005e97 dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xcdbee9d5 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xd2664826 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mb 0xd458b997 dib3000mb_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x07823622 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x0a9baa1d dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x13b42650 dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x559f6173 dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x70edf44e dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x98ef1e6f dib3000mc_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xa1e33068 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xa531f527 dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xceec2650 dib7000m_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xea5f9de7 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x05589be6 dib7090_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x0f393c0c dib7090_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x156d36ae dib7000p_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x1ac18056 dib7000p_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x22002a5a dib7000p_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x222ff418 dib7000p_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x303a48da dib7090_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x3fa35861 dib7090_slave_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x468a1f68 dib7000p_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x6a44c77c dib7000p_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x8f5dd3c2 dib7000p_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0x9646d94b dib7000p_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xe39c7b7d dib7000pc_detection +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xee64a865 dib7000p_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000p 0xf16b79df dib7000p_get_agc_values +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x01acfc17 dib8000_get_adc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x0c74cd7a dib8000_ctrl_timf +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x1a3d3bb8 dib8000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x1fecef49 dib8000_set_wbd_ref +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x31663b09 dib8096p_tuner_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x327b78e7 dib8000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x396976e2 dib8000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x3ad57714 dib8096p_get_i2c_tuner +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x439ed75f dib8000_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x6057a3af dib8000_pwm_agc_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x7b21a511 dib8000_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x85df5666 dib8000_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x918afd8d dib8000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x9207efdf dib8000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0x9e0012a1 dib8000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xcfddedf8 dib8000_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xd99a8969 dib8000_update_pll +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xf0cc3f67 dib8000_remove_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib8000 0xf3dded17 dib8090p_get_dc_power +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x0532ffad dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x093ac819 dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x1fb3bde2 dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x6e520273 dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x865ba2b5 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xad3ad91c systime +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x51b7b2e4 drxd_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/drxd 0x830376bf drxd_config_i2c +EXPORT_SYMBOL drivers/media/dvb-frontends/drxk 0x506bbc7a drxk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ds3000 0x96a5dade ds3000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb-pll 0x855cb12a dvb_pll_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ec100 0x87a6af27 ec100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6405 0xf4039f4f isl6405_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6421 0x02beeb8d isl6421_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/isl6423 0xb20d9701 isl6423_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/it913x-fe 0x74744360 it913x_fe_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/itd1000 0x2c10165a itd1000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ix2505v 0x34889207 ix2505v_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/l64781 0x6a27313d l64781_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lg2160 0xa6fc7e9c lg2160_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt3305 0x5e3bb161 lgdt3305_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgdt330x 0x26898d34 lgdt330x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gxx 0xb7d3bd1a lgs8gxx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0x0c229e19 lnbh24_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp21 0xd00daba7 lnbp21_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbp22 0xc8de3620 lnbp22_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88rs2000 0x21d576c1 m88rs2000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a16 0xe72b94e0 mb86a16_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mb86a20s 0x5745f4f5 mb86a20s_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt312 0xd4d99af8 mt312_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/mt352 0x858909f1 mt352_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt200x 0x66d1bef7 nxt200x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/nxt6000 0x5bfdc191 nxt6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51132 0xfa963b62 or51132_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/or51211 0x9c62a4e0 or51211_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0x4e1711d4 rtl2830_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2830 0xfe7131e8 rtl2830_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/rtl2832 0xbadda1d4 rtl2832_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1409 0x3cae76af s5h1409_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1411 0xefa7a066 s5h1411_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x41fd21ac s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0xf3e79808 s5h1420_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/s921 0x5caa5296 s921_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/si21xx 0x6a45d708 si21xx_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp8870 0x9a682e66 sp8870_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/sp887x 0x025f9484 sp887x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb0899 0x5f1812d4 stb0899_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6000 0x9ac7acc3 stb6000_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stb6100 0xec922d65 stb6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0288 0x44f931c5 stv0288_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0297 0x0aec7263 stv0297_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0299 0x9b2d970d stv0299_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0x48c80101 stv0367ter_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0367 0xd202992e stv0367cab_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv0900 0x1037fc6e stv0900_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0x9776b5d3 stv090x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv090x 0xc4b3da9f stv090x_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110 0x36cb7248 stv6110_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/stv6110x 0x92c969e2 stv6110x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10021 0x0e4dcd04 tda10021_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10023 0xfe46e2fa tda10023_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10048 0x5314a995 tda10048_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0xc865d888 tda10045_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda1004x 0xfece8272 tda10046_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10071 0x88e2481f tda10071_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda10086 0xb0b55fb2 tda10086_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda665x 0x23dde8c7 tda665x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8083 0x46211cb8 tda8083_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda8261 0x1a34be14 tda8261_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tda826x 0xab370eab tda826x_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/tua6100 0xd20bbd06 tua6100_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1820 0x2ba00554 ves1820_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/ves1x93 0x955b4952 ves1x93_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10036 0x91ecd3a5 zl10036_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10039 0x0f660aa8 zl10039_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/zl10353 0x7745a68b zl10353_attach +EXPORT_SYMBOL drivers/media/i2c/btcx-risc 0x495e4b0c btcx_calc_skips +EXPORT_SYMBOL drivers/media/i2c/btcx-risc 0xa34afba7 btcx_riscmem_alloc +EXPORT_SYMBOL drivers/media/i2c/btcx-risc 0xad2fe38b btcx_sort_clips +EXPORT_SYMBOL drivers/media/i2c/btcx-risc 0xc368f8e6 btcx_align +EXPORT_SYMBOL drivers/media/i2c/btcx-risc 0xcb9bf905 btcx_riscmem_free +EXPORT_SYMBOL drivers/media/i2c/btcx-risc 0xcda0ded2 btcx_screen_clips +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0x1b2710f3 cx2341x_handler_init +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0x1ca0c084 cx2341x_log_status +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0x2f25eee2 cx2341x_update +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0x3db8be82 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0x53636477 cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0x5b88faf6 cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0x982a5e44 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0xc184ec1e cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0xcf76ce95 cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0xcf8b77a4 cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/i2c/cx2341x 0xf965d882 cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/i2c/tveeprom 0x3992fff0 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/i2c/tveeprom 0x7e55e01a tveeprom_read +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x17bb0b72 flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x1e2a4d1e flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x3872c8d8 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x8eecb7de flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x99d21888 flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xb4e3c435 flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xdd298486 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x2a3ee531 bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xe061021a bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xebf5ff0f bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xf3dc31e9 bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x704afa42 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xb6f50122 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xc1b2228f bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x2df6541c dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x46cec82c dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x6ea6d9f4 dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x90d3b9c1 dst_attach +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x93537715 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xa2288b1b read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xd6fd4ba6 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xd8badc01 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xe94b8c9c dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xf4e7293c dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst_ca 0xb0657ce8 dst_ca_attach +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x33b5c2ce cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x655bd23e cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x7da2efe8 cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x94e6f91e cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x9a51415c cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x0056cac0 altera_pid_feed_control +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x5ad7c5a9 altera_hw_filt_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x7fc079f9 altera_ci_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x9247b72f altera_hw_filt_release +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xdb3faf38 altera_ci_release +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xe66b9812 altera_ci_irq +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x37d22911 cx25821_devlist_mutex +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x471e1cfb cx25821_devlist +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x4782e302 cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x4e8bb962 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x52536b81 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x62914c6f cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x67cc5b8b cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x784853c3 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x960a3ea0 cx25821_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xacdfc6a5 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xb9f62ba1 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xbdb80b51 cx25821_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x70ea42b5 vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xa7511862 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x431554dd cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x464e3f65 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x7f949ca2 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xf6617811 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x00f374e1 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x05459945 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x216f134b cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x6dca8bad cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x80c21d1a cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xbebadd33 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x056b4fe2 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x13cf877a cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2885fced cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x319257ce cx88_risc_stopper +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3d6e5856 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4216fc84 cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x59f0e2d0 cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x613df9b7 cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x70a36adc cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7642ed3c cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7becce2c cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8035b785 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8899e5c6 cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x96adbbb5 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa1c04121 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb89cc802 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb89d9441 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc1f64110 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc48a95e0 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc8c55e31 cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xdc066484 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xdf5f3e0c cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe6475581 cx88_free_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xed312935 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x160e98c4 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1a84f839 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1de791fc ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x422a2592 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4dc19279 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6a02c611 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x810e538e ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x85d96fb0 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x978af649 ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x9f671c2d ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xac0e3384 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xacf40f69 ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb2ba7e09 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xcb8294e9 ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd625491d ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf7e342f7 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf8924d09 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x14dfecc6 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x165e6a46 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x31f88dc5 saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x35f76907 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x4e90580b saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x589550a6 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x5bd201f6 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x6f69f103 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x952ee5b7 saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xadc5d438 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb2e98be9 saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xbf5d9881 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xcf552441 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xc3530829 ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/pci/ttpci/ttpci-eeprom 0xc3e4c127 ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x1b67818d videocodec_attach +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x676bfcfd videocodec_register +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0x9358769d videocodec_detach +EXPORT_SYMBOL drivers/media/pci/zoran/videocodec 0xb973e1b5 videocodec_unregister +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x21dd56b1 soc_camera_host_unregister +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x3b70ce7d soc_camera_host_register +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0x786e48d3 soc_camera_lock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xb18b8988 soc_camera_xlate_by_fourcc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xe6ed9637 soc_camera_apply_board_flags +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xe76de2a2 soc_camera_power_off +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xeb16cb48 soc_camera_unlock +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_camera 0xf98616f9 soc_camera_power_on +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x2fc57265 soc_mbus_find_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x31477397 soc_mbus_get_fmtdesc +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x61871f65 soc_mbus_bytes_per_line +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0x7371455d soc_mbus_samples_per_pixel +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xc8b28da5 soc_mbus_config_compatible +EXPORT_SYMBOL drivers/media/platform/soc_camera/soc_mediabus 0xde30e6b9 soc_mbus_image_size +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x04dca738 lirc_unregister_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x0ba701e1 lirc_dev_fop_close +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x13e44f62 lirc_dev_fop_write +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x33c060a4 lirc_register_driver +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x53d44076 lirc_dev_fop_poll +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0x78d8c6f2 lirc_dev_fop_open +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xa91fdaf8 lirc_dev_fop_read +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xdb93be9b lirc_get_pdata +EXPORT_SYMBOL drivers/media/rc/lirc_dev 0xddb6a675 lirc_dev_fop_ioctl +EXPORT_SYMBOL drivers/media/rc/rc-core 0x6e9bb053 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0xffc3dbe5 ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/tuners/e4000 0x0916b056 e4000_attach +EXPORT_SYMBOL drivers/media/tuners/fc0011 0x8af6cc40 fc0011_attach +EXPORT_SYMBOL drivers/media/tuners/fc0012 0x4dd0aa5c fc0012_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x0172969a fc0013_attach +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x446dcfcc fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x76f5ca0b fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc2580 0x00e93f7e fc2580_attach +EXPORT_SYMBOL drivers/media/tuners/max2165 0x520db470 max2165_attach +EXPORT_SYMBOL drivers/media/tuners/mc44s803 0x26cbdbb5 mc44s803_attach +EXPORT_SYMBOL drivers/media/tuners/mt2060 0x0964e8d9 mt2060_attach +EXPORT_SYMBOL drivers/media/tuners/mt2131 0x2f40d79f mt2131_attach +EXPORT_SYMBOL drivers/media/tuners/mt2266 0x8f2457d3 mt2266_attach +EXPORT_SYMBOL drivers/media/tuners/mxl5005s 0xe592bce1 mxl5005s_attach +EXPORT_SYMBOL drivers/media/tuners/qt1010 0x73817253 qt1010_attach +EXPORT_SYMBOL drivers/media/tuners/tda18212 0xa785c48d tda18212_attach +EXPORT_SYMBOL drivers/media/tuners/tda18218 0xb76355a8 tda18218_attach +EXPORT_SYMBOL drivers/media/tuners/tua9001 0x3b7fc717 tua9001_attach +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x0cb4b189 tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/tuners/tuner-xc2028 0xfb2efb37 xc2028_attach +EXPORT_SYMBOL drivers/media/tuners/xc4000 0xed45a3b7 xc4000_attach +EXPORT_SYMBOL drivers/media/tuners/xc5000 0x2bfacee5 xc5000_attach +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x748d067a cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x8f69314d cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_cypress_firmware 0x2fe97847 dvb_usbv2_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_cypress_firmware 0x32077151 usbv2_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x04d3e963 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x2a1e2a26 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x449e757a dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x76015aed dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x81c11de7 dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x9eb3d6b7 dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xddc25ba5 dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x3a499f63 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x3ed111f1 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x87f3def8 dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x8ce75e9c dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x8f6961c2 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x955ab8f2 dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xcbfe0e59 dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x13e247e0 rc_map_af9005_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x7ba9e4a2 af9005_rc_decode +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0xd4e288db rc_map_af9005_table_size +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x254b6b91 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x3bb62dc8 dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x41495002 dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x4bc0f873 dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x5fadb7d8 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x9d578953 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xa6b084c6 dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb47559e0 rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb813ae14 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xcc149add dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xd57bb57b dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xe013b6d0 dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x1fa46533 em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xadaa6839 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x37a46279 gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x50a159f3 gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x741e492a gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xa37accd7 gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xbc343851 gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xcb492687 gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xdfd88721 gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xec5544a4 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x0cfa559a tm6000_register_extension +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x10a18bae tm6000_init_digital_mode +EXPORT_SYMBOL drivers/media/usb/tm6000/tm6000 0x8b09a7fd tm6000_unregister_extension +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x1b6ba3a6 ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x30aca26c ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x42c8e001 v4l2_ctrl_next +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x4adaf0f3 v4l2_ctrl_query_menu_valid_items +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x4ed5e0d7 v4l2_chip_match_host +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x53c9394f v4l2_ctrl_query_menu +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0x5f96a661 v4l2_ctrl_check +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xa25565a8 v4l2_chip_match_i2c_client +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xabe27502 v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-common 0xb2fb9d37 v4l2_chip_ident_i2c_client +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x0dc4e775 v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x448b1b57 v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x459e133f v4l2_m2m_get_curr_priv +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x7d2bcb57 v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x06cac716 videobuf_dvb_register_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x372fce17 videobuf_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0x78f13b32 videobuf_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xec2affe6 videobuf_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xef1aa642 videobuf_dvb_get_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf-dvb 0xfea8cadd videobuf_dvb_find_frontend +EXPORT_SYMBOL drivers/media/v4l2-core/videobuf2-core 0x84a8c360 vb2_querybuf +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x023ad010 v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0e24e0ad video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x17adc49c v4l2_ctrl_handler_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2447aeca v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2756ebf5 v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x29d68fee v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2d7d711d v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3700f0c8 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3adbd595 v4l2_field_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3b89244f v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bdd0f94 v4l2_prio_change +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x42962978 v4l2_subdev_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x48f1d3e7 v4l2_subdev_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x495426ee v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4e15f7bc v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x58a4c01d v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5c1fc2c8 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6eb8f8ac v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a3cd015 v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x81af52d9 v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x82719aeb video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8fcb2830 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x90150701 v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x91e11fb0 v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x941625e9 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x95c308dd __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9e613cfc v4l2_subdev_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9f6874fd v4l2_ctrl_add_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa7330fe5 v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa7d34276 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaab3a0f7 v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xac325bba v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xafad4062 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb0245c57 video_usercopy +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb0be16c9 v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbac4a225 v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc6f47fc v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc12cf8f8 v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc53c35d5 v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd2791d01 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd2d9cba6 v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd7ec20c6 video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd9b50537 v4l2_subdev_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe01b0449 v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe0c68133 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe264cfb0 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe6fce6f2 v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xecddefd6 v4l2_subdev_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xee3c48de v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xee4f0c45 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf0b9723d v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf2c997ed v4l2_subdev_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfbd05cb5 v4l2_subdev_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfdf40fb4 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfea3b2a3 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/memstick/core/memstick 0x0148a048 memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x4491a128 memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5d820a02 memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x665896dd memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x6c421185 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x7c69b0c6 memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa392092f memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xab02b5ff memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xac0fe1b3 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xb263bba1 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0xdc07e67e memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xe5f6975f memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xf82e48f9 memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0xfe29b757 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/host/r592 0x52f1b23b memstick_debug_get_tpc_name +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0015143a mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0e1a87dd mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x13a32e39 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x170dcace mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1856efa0 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2c7f54ef mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2f73da46 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3002793d mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4526289b mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x47c9d60b mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x488a78a5 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5128772d mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5153ca0e mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5b019cf8 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5c00551f mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x704f3753 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x85d1352c mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb85de26f mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbb428b07 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc0e69f82 mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc47c22e8 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcbb504a8 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcc4ccc26 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd2394b02 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd9a92a75 mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe29bf142 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe4130928 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe4eea825 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xec87e2e2 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xee869002 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xeed497cf mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf2eb63ec mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xffd60c04 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0578244f mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x12b3c191 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x45039199 mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x564c8512 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x65dc0f4c mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6d54de86 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6e1e103f mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7024344a mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7191fbbe mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7d4e5cf3 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7fd3648a mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x80fd2ee5 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x81960f33 mptscsih_proc_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8daef464 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9263034b mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9400a4bb mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x95f8d59e mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa7806d05 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xaca4af06 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xaee20f6c mptscsih_host_attrs +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xaf40bc7e mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbd9ae2e6 mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc487fa67 mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc54a625c mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xccaa140f mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf10a9984 mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf141879f mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x09383a39 i2o_cntxt_list_remove +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2616614d i2o_driver_notify_device_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2a843bef i2o_dump_message +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x2c892045 i2o_cntxt_list_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x39c79207 i2o_cntxt_list_get_ptr +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x55e88422 i2o_iop_find_device +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x643c0ed5 i2o_driver_unregister +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x90c1c73e i2o_cntxt_list_add +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x9a223c35 i2o_msg_post_wait_mem +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0x9b434b38 i2o_device_claim +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xa60a0427 i2o_parm_field_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xa7f54553 i2o_device_claim_release +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb0cba089 i2o_parm_issue +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb1c4c437 i2o_driver_notify_controller_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb4c00dcf i2o_controllers +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb8530760 i2o_exec_lct_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xb97e5efe i2o_driver_register +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xbc5a8ff3 i2o_driver_notify_device_add_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xc5f158f3 i2o_parm_table_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xd6656f79 i2o_find_iop +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xe4d8aac0 i2o_msg_get_wait +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xe5960227 i2o_driver_notify_controller_remove_all +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xe8db6a4d i2o_status_get +EXPORT_SYMBOL drivers/message/i2o/i2o_core 0xeb719a21 i2o_event_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0xe264ab02 pasic3_write_register +EXPORT_SYMBOL drivers/mfd/htc-pasic3 0xf72bb4c9 pasic3_read_register +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x16a35ea3 mc13xxx_irq_ack +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x655cca9c mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x76cfb60c mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x7e787f72 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x842e6dff mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x8eb783b9 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x9859f737 mc13xxx_irq_request_nounmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x989f599c mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xada5412b mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xb452a379 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xba2556e5 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc2478d22 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xd6449a99 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/tps6105x 0x4f933bed tps6105x_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0x5c311c5d tps6105x_mask_and_set +EXPORT_SYMBOL drivers/mfd/tps6105x 0xab7cc262 tps6105x_get +EXPORT_SYMBOL drivers/mfd/tps65010 0x02d4ad0f tps65013_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0x0c6ad2cf tps65010_config_vdcdc2 +EXPORT_SYMBOL drivers/mfd/tps65010 0x28485130 tps65010_config_vregs1 +EXPORT_SYMBOL drivers/mfd/tps65010 0x33739de7 tps65010_set_vib +EXPORT_SYMBOL drivers/mfd/tps65010 0x9fd44c69 tps65010_set_led +EXPORT_SYMBOL drivers/mfd/tps65010 0xb14080cc tps65010_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0xd5bb106d tps65010_set_vbus_draw +EXPORT_SYMBOL drivers/mfd/tps65010 0xe99b3f36 tps65010_set_gpio_out_value +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x481fd012 ad_dpot_probe +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xe2794f58 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x1746ab2d altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x9813d9ce c2port_device_unregister +EXPORT_SYMBOL drivers/misc/c2port/core 0xe5d0e06c c2port_device_register +EXPORT_SYMBOL drivers/misc/ioc4 0x39d55871 ioc4_unregister_submodule +EXPORT_SYMBOL drivers/misc/ioc4 0xccfabe7d ioc4_register_submodule +EXPORT_SYMBOL drivers/misc/tifm_core 0x28f6ca36 tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0x2a73f2d8 tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x37cffaef tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x42c81392 tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x4a8cb5df tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x4f70e004 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x7f5a1685 tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0x9cb66335 tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xa8c2ec46 tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0xb5a88890 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xc450e071 tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xdeb1653d tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xe417cef9 tifm_alloc_device +EXPORT_SYMBOL drivers/mmc/card/mmc_block 0xd603ecfa mmc_cleanup_queue +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x78aa8752 cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xcf20f9d1 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xd9e832c4 cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x5c1c07fa register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x7ffc1624 map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x83fd3abd do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xa39fa645 unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0xf1c1d0c7 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x8e198c0d lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0xae271e19 simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x300be9ab mtd_concat_create +EXPORT_SYMBOL drivers/mtd/mtd 0x365d32f1 mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/nand/denali 0x7c671ee3 denali_init +EXPORT_SYMBOL drivers/mtd/nand/denali 0xfd454651 denali_remove +EXPORT_SYMBOL drivers/mtd/nand/nand 0x1e8ee6e8 nand_scan_ident +EXPORT_SYMBOL drivers/mtd/nand/nand 0x792a5031 nand_scan_bbt +EXPORT_SYMBOL drivers/mtd/nand/nand 0x98a65625 nand_scan_tail +EXPORT_SYMBOL drivers/mtd/nand/nand 0xc1ee66a6 nand_default_bbt +EXPORT_SYMBOL drivers/mtd/nand/nand 0xc30644e4 nand_lock +EXPORT_SYMBOL drivers/mtd/nand/nand 0xe91c4d4e nand_unlock +EXPORT_SYMBOL drivers/mtd/nand/nand 0xf573fd04 nand_scan +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x4dc8f6ec nand_bch_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x70097aa0 nand_bch_free +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0x8a1d4cc9 nand_bch_init +EXPORT_SYMBOL drivers/mtd/nand/nand_bch 0xefeff393 nand_bch_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x17d04030 nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0x3132ee65 __nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xb4b94377 __nand_correct_data +EXPORT_SYMBOL drivers/mtd/nand/nand_ecc 0xdfa5dee3 nand_calculate_ecc +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0x836bdb72 nand_flash_ids +EXPORT_SYMBOL drivers/mtd/nand/nand_ids 0xa336feb7 nand_manuf_ids +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x682bc9bb onenand_default_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0x7e74e4c0 onenand_scan_bbt +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xa835e070 flexonenand_region +EXPORT_SYMBOL drivers/mtd/onenand/onenand 0xabcfb28b onenand_addr +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x1b224c7f arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x33a7d22a arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x4db4bb5e arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x57245442 arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x97a99825 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x9c5fc3d7 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc53f2247 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xd4de5947 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xed20337b arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xfec14661 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x565ccb42 com20020_check +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x74fa882b com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xf32aabb3 com20020_found +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x139d0790 ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x1a15a003 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x3398d0dc ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x4ce9d393 ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x732f8da4 ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x837e4a72 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xaaf0a187 ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xb10f615d ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xb69a6b44 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xfd90a5bc __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0xa02fb04b cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0f9d6baa cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2438c3be t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x36c537b5 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4625e617 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x48af8b08 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4ce76b43 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4ebae92c cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x608f74a4 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x63ed9908 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x79800b9e cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x7d7468aa t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa08c0f2e cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xb85032f2 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc7788f07 cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xeb186cdd cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf08fdf28 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x052b56fa cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0a9b411a cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1005e960 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x263cfc43 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2e58d904 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x389c575e cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x398ddd3c cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4d5f7673 cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50884a79 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5097ddc5 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x58bf015a cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x58c955d9 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x655a3d23 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x67408ceb cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8f3bb8f9 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xabab5b52 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb07547d4 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc571a136 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc9eb9dc7 cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd00e5a36 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe1577c05 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe782770d cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xec9a225f cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfdd940a3 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x7e0b6c7b be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xbab62e22 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xe12ab9f9 be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0635245f mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x10c70770 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x45738787 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4c901cd6 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5151f2d3 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x690854a6 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6db9e0da mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fa3eb7b mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x89681726 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x89738df7 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x97657c20 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa68e0926 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa9417610 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa91225c mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb738b4ea set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc3459752 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc4bc51f8 mlx4_set_stats_bitmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcb3f0b21 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdf2892bf mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xec61f869 mlx4_test_interrupts +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf05973dd mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x1d34d738 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x242e700a hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x2c36970d hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x6401a72d hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xb63e41b2 hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x1fc34e5b irda_register_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x27a06f62 sirdev_receive +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x588ad6d4 sirdev_raw_write +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x7d1839ca sirdev_set_dtr_rts +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x82492549 sirdev_raw_read +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x89957799 sirdev_write_complete +EXPORT_SYMBOL drivers/net/irda/sir-dev 0x9aed1eb9 sirdev_put_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xb8183e61 sirdev_get_instance +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xcf80d98e sirdev_set_dongle +EXPORT_SYMBOL drivers/net/irda/sir-dev 0xf33cd789 irda_unregister_dongle +EXPORT_SYMBOL drivers/net/mdio 0x22bce513 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio 0x43e4defc mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0x7577f992 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0xa1a29548 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0xb34a7575 mdio45_ethtool_spauseparam_an +EXPORT_SYMBOL drivers/net/mdio 0xc6b1163f mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xddc98749 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/ppp/pppox 0x0dc85151 pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0x7e3815e8 register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xeeee1baa pppox_unbind_sock +EXPORT_SYMBOL drivers/net/sungem_phy 0xea466b41 sungem_phy_probe +EXPORT_SYMBOL drivers/net/usb/usbnet 0x5c93c5a4 usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0xac9d747f usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/wan/cycx_drv 0x38da4725 cycx_intr +EXPORT_SYMBOL drivers/net/wan/cycx_drv 0x62be23ea cycx_setup +EXPORT_SYMBOL drivers/net/wan/cycx_drv 0x66a4c4e6 cycx_down +EXPORT_SYMBOL drivers/net/wan/cycx_drv 0x968458a6 cycx_peek +EXPORT_SYMBOL drivers/net/wan/cycx_drv 0xb6f383de cycx_poke +EXPORT_SYMBOL drivers/net/wan/cycx_drv 0xfe7cd576 cycx_exec +EXPORT_SYMBOL drivers/net/wan/hdlc 0x36341873 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0x45aae855 hdlc_change_mtu +EXPORT_SYMBOL drivers/net/wan/hdlc 0x4656c295 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x7064596e alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0x8ba1f6fc unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0x959f7100 hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0xb6ca6290 detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xc288e9f8 attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xd862a7bd unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xeea75270 hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0xfbcdf280 hdlc_close +EXPORT_SYMBOL drivers/net/wimax/i2400m/i2400m 0x9600420b i2400m_unknown_barker +EXPORT_SYMBOL drivers/net/wireless/airo 0x7a8794dd init_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0x943ded50 stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/airo 0xeb62e276 reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x01a3cc0f ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x319c6026 ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4e2481d5 ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x53358ce3 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x5ef5b4cf ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x600ae73d ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x729b8673 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x75282261 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x8a5161e4 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x9e0fb43a ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb946c205 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc9080f3e ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xffa0e346 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x123c0d53 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1eb6c235 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x36339327 ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x395a1d75 ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4e1380ee ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4e26b698 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x6c7da075 ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x91cfb84a ath6kl_hif_rw_comp_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xa691a039 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb1d22bb3 ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xd8f9dcab ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xdf0e3690 ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k 0x652fa8b0 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k 0x67a08e8a ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k 0x91fc76f5 ath9k_hw_wow_event_to_string +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k 0xd1bf2f8a ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x112eced7 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x59275983 ath9k_cmn_update_ichannel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd4bc1967 ath9k_cmn_get_curchannel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe34d4372 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf59eadf3 ath9k_cmn_padpos +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf7fff469 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x02ee716b ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0580a4dc ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x059a381a ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0a43eade ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0be47034 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0cb1ede0 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0fe4276d ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x12bfcd79 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x14037acc ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x184cceb1 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x18619d51 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1a98337c ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1b60da66 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1c1dea33 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2037ffa9 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x20b19612 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x23038e32 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x266c37ff ath9k_hw_cfg_gpio_input +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x28421505 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x288bfe4a ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x290d014c ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x29a652f8 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2c3e3ef6 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2d0443b6 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3447974e ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x35b275c5 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x367725ad ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x36b0d50c ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3705045a ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3e5d7a18 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3f8d5174 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x440a3d38 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x446f5416 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x48b30700 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x48fab390 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x50353322 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x50ee4727 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x542eb37c ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x550fcaeb ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x57479958 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x58b63dc9 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x59dbc4b2 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5f58fea4 ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x60d92323 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x624068a4 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6527df83 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x672035e0 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6ddede44 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x70aad7bb ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x713e3e7a ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x727d59d3 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x72f362c0 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x739db1af ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x740fdf59 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x801d8159 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8b6bac67 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8b8c8e44 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8c31d49f ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8e79d484 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x90262bc4 ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91bb6b5b ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x92e6b678 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x95905f4f ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9858bd61 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x98d045bf ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x99ebd221 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa1d18ab9 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa3649b91 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xab2542dc ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xacf066d6 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xafd6c4c4 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb27eda37 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb36b72a5 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb688db90 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbe65a94d ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbf5f6a8d ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc5b8991d ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc851c68f ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc96c965d ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcebed337 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd588a0ea ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd88aad46 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd8bd4df7 ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdb12b237 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdf9f49db ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe12beea5 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe5dbbba7 ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xec4421e6 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf11f2630 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf356bfa1 ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf4c01d0c ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf7105c8f ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf82096f9 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf82f0182 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf94d8617 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfa34e88c ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfa7f408c ath9k_hw_cfg_output +EXPORT_SYMBOL drivers/net/wireless/atmel 0x7b4cc2f1 init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0x905af7bd stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel 0xe4707362 atmel_open +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmfmac/brcmfmac 0x160c0cb2 brcmf_sdio_probe +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmfmac/brcmfmac 0x84981f93 brcmf_sdio_remove +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x0814a340 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x1f75566f brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x4cfd7486 brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x5513fd17 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x6e04bba5 brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x781cc04e brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x79fb5d6f brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x7e0e0398 brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x8a9280dc brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0x8e2969e8 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xa560a24f brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/brcm80211/brcmutil/brcmutil 0xe1f6d3fe brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x086db2e1 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x0f4ebb30 hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x1723ac32 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x1cd8eff9 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x20a3370b hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x2392e8a4 prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x28669d55 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x3cd0b965 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x44aad42d hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x57c65d3d hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x5bf2a4b7 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x5cbb7fed hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x5db6ddeb hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x61d6a7e8 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0x636faab0 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa12ad27f hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xa95ac47e hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb05b0f8d hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb0aeab32 hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb0ee10d9 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb2a945e0 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xb9938198 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xc1563a55 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xc1f51f41 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xc4c66684 hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xd007c318 hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xef329c28 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/hostap/hostap 0xf9539dc6 hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x064bb958 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x0b28527f libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x174465c1 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x2caa1a10 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x3a28aa43 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x3e88ba75 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x465bebc0 free_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x5e0aa9ca libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x5e41fcde libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x5e81986f libipw_change_mtu +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x768dcd3a libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x902be13c alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0x91b24544 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xa56f231f libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xb0817eb8 libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xc67402a6 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xcb86d0c9 libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xd71bffc2 libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xdad72fe7 libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xdd669688 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/ipw2x00/libipw 0xed5fa7d9 libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x01add84e il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0511cc10 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x05ee7264 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x099c96a3 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x09f429b8 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x0cef1bf4 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x18e6b369 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1a28ec66 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x1e2754dd il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x230366e4 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x24fe6214 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x25581a7b il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x2da48f29 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x32d18ad2 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x32f677d6 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x36dcad8c il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3927417a il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3ee34fed il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3f3e63cc il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x3feb8f50 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x40334b4d il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x45094063 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x47e4254d il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x49284cd2 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x49e2255d il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4aa39103 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4b7ea20a il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x4db94938 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x503b4f78 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x50a8773e il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x55208a41 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x564c6740 il_debug_level +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x579214af il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x591dcd8c il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x59d88cfd il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5bf47348 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5e272b3c il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x5fc78d69 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x62a4c3f1 il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x66361d76 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x673a0dac il_mac_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x68a9cf4b il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6a6875cf il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6a70ea91 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6df4ef95 il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x6fa918c9 il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x70fd953c il_set_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x719cbbcf il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x71dea2f4 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x71e45553 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x75aaa450 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x7f2d837a il_apm_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8b8251bf il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8e5e937f il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x8ff5ad58 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9086d85b il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x913f40ca il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x92c565a8 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x93c67adf il_init_geos +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x94c5e810 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x96855df4 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9843e853 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x98cdb4ea il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x99c99d05 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0x9ffb51aa il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa58d4589 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa5d50823 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa7adabf7 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xa7e8a41f _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xaa421579 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xab3d3370 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xad32a49c il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb05f87ab il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbc494354 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbdba6a8e il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbdd5d1f8 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbf31c45f il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xbfe1dce4 il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc39cf12c il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc52fea2d il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc5bb7017 il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc60bdb7e il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xc87e601b il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xca94aab7 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xcd7a3f2e il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xce8e0f7c il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd1245850 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd8a02d39 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xd8d9a92b il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xde681fb6 il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe435493a il_queue_space +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xe53d9b62 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xee64e5e8 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xef1271d3 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf344e29e il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf501278b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf6330520 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf8129d83 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xf8186899 il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfb75f2cd il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/iwlegacy/iwlegacy 0xfc37a4df il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x08dd8699 __tracepoint_iwlwifi_dev_rx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x0c50fa2b __tracepoint_iwlwifi_dev_tx +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x1ecc5465 __tracepoint_iwlwifi_err +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x2f7b7e55 __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x3b9d00d6 __tracepoint_iwlwifi_dev_ioread32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x675bcb86 __tracepoint_iwlwifi_info +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x779dd6f5 __tracepoint_iwlwifi_dev_iowrite32 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x85c1bb84 __tracepoint_iwlwifi_dev_iowrite8 +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x8de37664 __tracepoint_iwlwifi_dbg +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x954eb7a7 __tracepoint_iwlwifi_crit +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0x963a6f8a __tracepoint_iwlwifi_dev_ucode_error +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xb8f7026f __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xe2dcc8de __tracepoint_iwlwifi_warn +EXPORT_SYMBOL drivers/net/wireless/iwlwifi/iwlwifi 0xf9ec6bdd __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x0759144a orinoco_down +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x099a9e62 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x0ac7b9df orinoco_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x185a3fa9 orinoco_open +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x1c907802 alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x1f8410e3 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x3256b45f orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x34a9b134 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x3afdd3e7 free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x49e657e1 orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x69412de4 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x6aff92db orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0x86e0ef7d orinoco_get_stats +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xb030583b __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xd4e34637 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xd8200173 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xdb0cbd65 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x00cab443 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x11cb4b29 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x22708688 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x276445de rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2afbc7f6 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2c74b3f4 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x2d26cc39 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x3bad9763 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x417cf335 rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4194541f rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x471c528a rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x4cb12565 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x59c1d450 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5ea9425f rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x5faa6210 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x697689f6 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x6e5ca84d rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x727d6c68 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x7da337bc rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x7e4b197c rtl92c_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x8180fe30 _rtl92c_store_pwrIndex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x841baf4b rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x85a93aea rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x892c80d3 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x892e20b7 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x8dda7817 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x8eb103e8 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9788e7db rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9bed3b90 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0x9fb488da rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xa7f52f74 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xabd57940 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb1139740 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb1cc2306 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb3314d48 _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb5503248 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xb9d04ed1 rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc01b77ec _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc460d100 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xc744772c _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd3572194 _rtl92c_phy_dbm_to_txpwr_Idx +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xd3f97bac _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtl8192c/rtl8192c-common 0xdbfcf6bd _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x125fedd3 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x17b92cac rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x207fbb70 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x327f3937 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x38eda523 rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x3e42ff75 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x4120613e rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x501729a6 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x5b625695 rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x657ee276 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x6c7a8182 rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x78af37fc efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x78ed2c20 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x79188a02 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x86a0076f rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0x9bdf9883 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xa15a4b2a rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xa806c170 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xb0139b2b rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xb378e75a rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xba36338e rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xd035d1f8 rtl_ps_set_rf_state +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xd1b558b1 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xd22bbb11 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xd7508a71 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe01da570 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xe3f2c8e7 rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/rtlwifi/rtlwifi 0xefaffc98 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x02d5bb0a wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x35755dca wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x669d0c78 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xa09af994 wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/parport/parport 0x18e56dcb parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x1c7ece4c parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x26f41cd5 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0x2a8987c5 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0x2d35c9cf parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0x301c711e parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0x4262bcc6 parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x4af74e52 parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x50386a50 parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0x50d16bcc parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x54d176e5 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x55d9220f parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x7269067d parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x7c13a7c4 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x8b3d0462 parport_write +EXPORT_SYMBOL drivers/parport/parport 0x94ca9591 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x965ddd43 parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x9967ef38 parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0x9c7c57f9 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xa102ba7e parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0xa7af69ca parport_release +EXPORT_SYMBOL drivers/parport/parport 0xa8a4325e parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0xa965a3dd parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xabbf9edc parport_register_device +EXPORT_SYMBOL drivers/parport/parport 0xb65fe81a parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0xcc8a8223 parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0xd44851fe parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xd943e8b8 parport_read +EXPORT_SYMBOL drivers/parport/parport 0xdf32d499 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0xfc9b1e03 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport_pc 0x195657f1 parport_pc_unregister_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x4a2adebf parport_pc_probe_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x0e16c200 pcmcia_get_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x2ba2643f pcmcia_loop_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x43f7e969 pcmcia_request_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x4659d2c2 pcmcia_dev_present +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x4c1759bb pcmcia_write_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x6aaffc3a pcmcia_release_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x742f5665 pcmcia_parse_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x7e2c11cf pcmcia_enable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x80e1bc9c pcmcia_register_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x8526bc60 pcmcia_map_mem_page +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x8d54011e pcmcia_fixup_vpp +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x96849310 pcmcia_loop_config +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x978d2da5 pcmcia_get_mac_from_cis +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xa0988364 __pcmcia_request_exclusive_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xa8cbf21d pcmcia_unregister_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xb1d4296f pcmcia_request_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xb3ceb170 pcmcia_request_io +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xbae71a28 pcmcia_disable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xf33b6d9e pcmcia_read_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xfb8de98f pcmcia_fixup_iowidth +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x19c1c5bc pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x6ab111f3 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x7544aeb7 pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x76b02c35 pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x8179fecc pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x8a2a5d6e pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x929fc40f pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xb7d74726 pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xd5b05ee1 pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xecd91332 pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf5dac18c pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0xb2df26b6 pccard_static_ops +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0xc6577a57 pccard_nonstatic_ops +EXPORT_SYMBOL drivers/platform/x86/sony-laptop 0x5bb1e117 sony_pic_camera_command +EXPORT_SYMBOL drivers/pps/pps_core 0x19ae3165 pps_unregister_source +EXPORT_SYMBOL drivers/pps/pps_core 0x74b6f209 pps_lookup_dev +EXPORT_SYMBOL drivers/pps/pps_core 0xbee2f832 pps_event +EXPORT_SYMBOL drivers/pps/pps_core 0xfc546355 pps_register_source +EXPORT_SYMBOL drivers/ptp/ptp 0x107f0cf2 ptp_clock_unregister +EXPORT_SYMBOL drivers/ptp/ptp 0x5642ba7b ptp_clock_index +EXPORT_SYMBOL drivers/ptp/ptp 0x87a3e0b4 ptp_clock_register +EXPORT_SYMBOL drivers/ptp/ptp 0xd72bf93f ptp_clock_event +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x052860f7 pch_set_station_address +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x114b9b54 pch_rx_snap_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x504ed1a8 pch_src_uuid_lo_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x87f7056b pch_ch_event_write +EXPORT_SYMBOL drivers/ptp/ptp_pch 0x9ad8d626 pch_ch_event_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0xa92495a7 pch_ch_control_write +EXPORT_SYMBOL drivers/ptp/ptp_pch 0xab414e22 pch_src_uuid_hi_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0xb72a1d39 pch_ch_control_read +EXPORT_SYMBOL drivers/ptp/ptp_pch 0xbc886d5b pch_tx_snap_read +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x31417803 rproc_da_to_va +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x6d98c50e rproc_add +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x7ad7ba54 rproc_boot +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0x948cebcc rproc_report_crash +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xa0d56702 rproc_shutdown +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xa92912f5 rproc_put +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xbaf6aca7 rproc_alloc +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xce21a40e rproc_vq_interrupt +EXPORT_SYMBOL drivers/remoteproc/remoteproc 0xfe988bbe rproc_del +EXPORT_SYMBOL drivers/scsi/bnx2fc/bnx2fc 0xfa80d673 bnx2fc_ctlr_get_lesb +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x128368a4 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x46631816 fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x55cad156 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x5a04504e fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x63d68691 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x78a9aafa fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x7fa0265e fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x9d31ca1a fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xa898e0d3 fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xc945894f fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xfe2ffac6 fcoe_ctlr_get_fip_mode +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x025e1504 fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0390dde0 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0a3ac6ab fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0ab60eb4 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0cbe2790 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x11934166 fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x129d9043 fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1bf342b8 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1e697307 fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x24944862 fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3104f2d1 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x352258b8 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x36e5fbaf fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3f9c61df fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x46feb36c fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4d9ebba1 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x50c083b9 fc_change_queue_depth +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5297845f fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x551c1a35 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5598631b fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5c4eec80 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x636ff6bd fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x698a0de8 fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6f2d284b fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7200ee72 fc_change_queue_type +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x753d1c92 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7a460339 fc_rport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x80a4c54d fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x81cdf80f fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x856afbac fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x856e82fc fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x85b977e9 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x89355f6a fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8deec781 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8f52f455 fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9133ee8b fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x99d82cf0 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa30fc4de fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa534df5e fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa9ba7517 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb2c9d0f3 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb8e07fad fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcf0edb8d fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcf1881bd fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd451dbd2 fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe4277529 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5da1827 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xef09b1bd fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf1acb9bb fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf59946f5 fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfbbde785 fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xffdfd0e6 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x0b92e8d3 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x5c21e546 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8a87e724 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x8ede69bb sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xa7d8c788 sas_wait_eh +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x2250c66e mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x512c956d mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xb2c54a77 mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x02bcb3ac osd_start_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x0c17edb1 osd_sec_init_nosec_doall_caps +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x11c74717 osd_end_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x1a34afc8 osd_req_read +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2abb5a6c osd_req_flush_obsd +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2ebc1aeb osd_req_write +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x2ef55b53 osd_req_add_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x349707c0 osd_req_flush_collection +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x36bd4d33 osd_req_set_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x38632453 osd_req_write_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x3933ff81 osd_req_create_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x3c819178 osd_req_read_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x447427fe osd_req_decode_get_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x4cbe8ca3 osd_req_format +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x52f0110f osd_req_remove_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x54fc8531 osd_dev_fini +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x5e46377a osd_req_write_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x640c8475 osd_req_decode_sense_full +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x6d22b4a1 osd_req_add_set_attr_list +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x82bada6e osd_execute_request_async +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x8444d859 osd_req_create_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x844844d9 osd_finalize_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x859fbb1a osd_req_write_sg +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x8e33c319 osd_req_flush_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x948d0f97 osd_req_list_collection_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x9b663a0d osd_req_read_sg_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0x9e7ed198 osd_req_read_kern +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa41a7944 osd_req_remove_partition +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa6bf3e05 osd_req_get_attributes +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa95fed55 osd_req_list_partition_objects +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xa9c4d32b osd_req_add_get_attr_page +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xbc7f1673 osd_auto_detect_ver +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xc26bbb04 osd_dev_init +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xd18c2232 osd_req_list_partition_collections +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xdc9a872a osd_execute_request +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xe8dca60a osd_req_flush_object +EXPORT_SYMBOL drivers/scsi/osd/libosd 0xfc5b907a osd_req_list_dev_partitions +EXPORT_SYMBOL drivers/scsi/osd/osd 0x5fc48609 osduld_unregister_test +EXPORT_SYMBOL drivers/scsi/osd/osd 0x63a75f43 osduld_device_same +EXPORT_SYMBOL drivers/scsi/osd/osd 0xa008db0c osduld_device_info +EXPORT_SYMBOL drivers/scsi/osd/osd 0xc24d190b osduld_put_device +EXPORT_SYMBOL drivers/scsi/osd/osd 0xcda98cdb osduld_path_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0xe5cabcc1 osduld_info_lookup +EXPORT_SYMBOL drivers/scsi/osd/osd 0xed5095ec osduld_register_test +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x05661cf6 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x07a282d5 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x0849b9e7 qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x10182af0 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x37b19920 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x49c9a612 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xaaf5ddd5 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xadbd865f qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xadf3b4ff qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xbef3e00f qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xd6718ace qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x1f55cd70 qlogicfas408_ihandl +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x34be690b qlogicfas408_queuecommand +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x3fd8cd71 qlogicfas408_detect +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x4e819e1b qlogicfas408_info +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x9358faa6 qlogicfas408_abort +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x97e42f9d qlogicfas408_disable_ints +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xe057440b qlogicfas408_biosparam +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xe76b3b20 qlogicfas408_get_chip_type +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xe8e2a949 qlogicfas408_bus_reset +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xf2b95199 qlogicfas408_setup +EXPORT_SYMBOL drivers/scsi/raid_class 0x3aac0030 raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0x49a78cad raid_class_attach +EXPORT_SYMBOL drivers/scsi/raid_class 0xc360ad6c raid_component_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x064e38c2 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x0889ba45 fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1b24c0d1 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1e12e898 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1e6e85fb fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x31f4fa30 scsi_is_fc_vport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x38a3b6a7 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x3a8589aa scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5fe6fa8a fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7954b1ea fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x973bdc0c fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xb7236552 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xdbf6ee68 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xf473b1d0 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x032c04f1 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0fe82bc7 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1391e65d sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x18c71823 sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1e3b9e5d sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2836e758 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2a07db3c sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x31471613 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x31c47662 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x321b3c2d sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5a6112f9 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x65ce246d scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7029ecf8 sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x70ba5f78 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7e136af2 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8c8194d2 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9632f61a sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x98137afa sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x98ec1bd0 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa1bf35ba sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xaa751d3b sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb2bad663 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb5f575c8 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbb8af12f sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xca7b2006 scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe33ac164 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf187acab sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf1b23967 sas_release_transport +EXPORT_SYMBOL drivers/ssb/ssb 0x006b6d12 ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x056fe154 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x30eb694b ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0x40bece99 ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x4d5b6ace ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x556459ef ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x5bede49c ssb_bus_pcibus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x6a6963a9 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x70ba0510 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x793a9052 ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x7a01945c ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x849af74c ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x8a2b014e ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0x93d1f0b3 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x95d38792 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x99a997e2 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0xb0f10180 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0xc0512e0f ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xc24fbbed ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0xcbd87c72 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0xd481192b ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xf378994e ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0xfd4152d1 __ssb_driver_register +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x0078b2bc comedi_driver_register +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x06b4a4cc comedi_driver_unregister +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x0f8712c5 comedi_buf_put +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x17af0552 comedi_buf_read_n_available +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x1b7de513 comedi_get_subdevice_runflags +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x263b342f comedi_error +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x3b85f6ad comedi_buf_write_alloc +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x4d023110 comedi_buf_write_free +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x66729812 comedi_buf_get +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x6b0cea10 comedi_buf_memcpy_to +EXPORT_SYMBOL drivers/staging/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL drivers/staging/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL drivers/staging/comedi/comedi 0xbd842002 comedi_check_chanlist +EXPORT_SYMBOL drivers/staging/comedi/comedi 0xc72d93ba comedi_event +EXPORT_SYMBOL drivers/staging/comedi/comedi 0xcd270579 comedi_buf_read_alloc +EXPORT_SYMBOL drivers/staging/comedi/comedi 0xd5481de6 comedi_buf_memcpy_from +EXPORT_SYMBOL drivers/staging/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL drivers/staging/comedi/comedi 0xea7361ab comedi_buf_read_free +EXPORT_SYMBOL drivers/staging/comedi/drivers/8255 0x7e2ffd7f subdev_8255_init_irq +EXPORT_SYMBOL drivers/staging/comedi/drivers/8255 0x9f5ea2e3 subdev_8255_cleanup +EXPORT_SYMBOL drivers/staging/comedi/drivers/8255 0xabc699b7 subdev_8255_interrupt +EXPORT_SYMBOL drivers/staging/comedi/drivers/8255 0xb27a6370 subdev_8255_init +EXPORT_SYMBOL drivers/staging/comedi/drivers/comedi_fc 0x0e25e6a4 cfc_read_array_from_buffer +EXPORT_SYMBOL drivers/staging/comedi/drivers/comedi_fc 0x24f62c8c cfc_write_array_to_buffer +EXPORT_SYMBOL drivers/staging/comedi/drivers/comedi_fc 0xcee2f7a1 cfc_handle_events +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x04dccec9 mite_prep_dma +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x0a240681 mite_unsetup +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x13d0f873 mite_sync_output_dma +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x28ebfc1b mite_bytes_read_from_memory_lb +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x2ab2917f mite_bytes_read_from_memory_ub +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x2fa733b7 mite_request_channel_in_range +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x436dd9df mite_buf_change +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x5439613f mite_dma_tcr +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x57f2fb0b mite_sync_input_dma +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x69c3e536 mite_dma_arm +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x6cca87c8 mite_free_ring +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x6e21a459 mite_dma_disarm +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x7dce13da mite_alloc +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x9996483f mite_bytes_written_to_memory_ub +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x9b26cb58 mite_release_channel +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0x9bcf255b mite_bytes_written_to_memory_lb +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0xb2cfd371 mite_setup +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0xb62cc9cf mite_setup2 +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0xcb6bb408 mite_done +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0xd5ffeb40 mite_alloc_ring +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0xe6b6f3d8 mite_get_status +EXPORT_SYMBOL drivers/staging/comedi/drivers/mite 0xeb1c45b0 mite_bytes_in_transit +EXPORT_SYMBOL drivers/staging/comedi/drivers/pcm_common 0xa368d9ac comedi_pcm_cmdtest +EXPORT_SYMBOL drivers/staging/comedi/kcomedilib/kcomedilib 0x218c8d5d comedi_find_subdevice_by_type +EXPORT_SYMBOL drivers/staging/comedi/kcomedilib/kcomedilib 0x4b452aa4 comedi_close +EXPORT_SYMBOL drivers/staging/comedi/kcomedilib/kcomedilib 0x85780136 comedi_get_n_channels +EXPORT_SYMBOL drivers/staging/comedi/kcomedilib/kcomedilib 0x8e16be46 comedi_open +EXPORT_SYMBOL drivers/staging/comedi/kcomedilib/kcomedilib 0xac3aa9b0 comedi_dio_bitfield +EXPORT_SYMBOL drivers/staging/comedi/kcomedilib/kcomedilib 0xf0aab59f comedi_dio_config +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0xd9f62622 fwtty_port_get +EXPORT_SYMBOL drivers/staging/fwserial/firewire-serial 0xe19fdd47 fwtty_port_put +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x5350b3b2 adt7316_remove +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0xaddcb352 adt7316_probe +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0x96823fc0 ade7854_remove +EXPORT_SYMBOL drivers/staging/iio/meter/ade7854 0xb61e2c70 ade7854_probe +EXPORT_SYMBOL drivers/staging/iio/ring_sw 0xa0c99249 iio_sw_rb_free +EXPORT_SYMBOL drivers/staging/iio/ring_sw 0xe9724a02 iio_sw_rb_allocate +EXPORT_SYMBOL drivers/staging/media/cxd2099/cxd2099 0xdd18ba03 cxd2099_attach +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x18c40278 go7007_snd_remove +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x1a57280f go7007_read_addr +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x433584d7 go7007_read_interrupt +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x46d48298 go7007_snd_init +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x67acc83b go7007_register_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0x901ad7f1 go7007_boot_encoder +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xd2982dfc go7007_remove +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xd6e30623 go7007_parse_video_stream +EXPORT_SYMBOL drivers/staging/media/go7007/go7007 0xecbefad5 go7007_alloc +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0126c4b6 rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x02183d36 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x02f3522c rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x05a573ce rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x12da67b8 rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1fafe6fe rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1fd5c418 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x20771664 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22e72739 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x24c5ff09 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2c251597 rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x316bd9f5 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x35547453 rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3577918d rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x43f2d94b rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x45468b38 free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x478f80eb rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4d5a9da2 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x533083c5 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x56c1d111 rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x56edb8ba rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5b7c9fc6 rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5cd1bd6c rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x60a05bb9 rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x664b0afc rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6762ff26 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6c5b6681 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x720d8775 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x726cb9b9 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7853a557 rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7a387142 HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7a5265cb rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7c4dc3c9 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x84243741 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x85159d31 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8f05f14c rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x904431f8 rtllib_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9298c8e8 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9888a495 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9a9aed7a rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa2230157 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa9b0866c rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xaab4a3a5 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb44b19f8 Dot11d_Channelmap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe1420f2 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe15b4a9 dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd5dd2f59 rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdd171848 rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf78f620 rtllib_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xec41f69b rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf9fa8b8b notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfc7207e1 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x027aa12c ieee80211_start_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x03fd7481 notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0c36e9c5 ieee80211_wx_set_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x12be1eae DOT11D_ScanComplete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x26276bfc IsLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2fafdd95 ieee80211_softmac_start_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3c473f6a ieee80211_wx_get_encode_ext_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x403b1b7a ieee80211_disassociate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4524e7a1 ieee80211_wx_get_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x49ad6b2d Dot11d_Reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4b28c107 ieee80211_rx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4c358110 ieee80211_softmac_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x55579f2e ieee80211_wx_set_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x57b367b0 ieee80211_wx_set_essid_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x65a2ac4e ieee80211_start_scan_syncro_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6823b881 ToLegalChannel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x683bcd84 ieee80211_reset_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6dc53197 ieee80211_wx_get_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x73918fd7 ieee80211_wx_set_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x753ede77 ieee80211_wx_get_rate_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x755565a2 ieee80211_wx_get_wap_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x794bacb4 ieee80211_softmac_stop_protocol_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7ce1889c ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7f52b186 ieee80211_wx_set_power_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8087b156 ieee80211_wx_set_rawtx_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x80c8f188 ieee80211_wx_set_mlme_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x826527d5 ieee80211_wx_get_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x827b016f ieee80211_wx_set_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x86405d3b ieee80211_rx_mgt_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8cf91681 ieee80211_send_probe_requests_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8e06a6c1 ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x903f443d ieee80211_wx_set_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9250d07f ieee80211_stop_send_beacons_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x99f783a4 HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa20c668c ieee80211_wx_set_freq_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa2124036 ieee80211_wx_get_mode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb0560564 ieee80211_wx_get_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb3741fe0 Dot11d_Init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb4fb2c9d DOT11D_GetMaxTxPwrInDbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbe61155b ieee80211_wx_get_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbff3a1fd ieee80211_txb_free_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc1f7bae7 ieee80211_is_shortslot_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc370a43e ieee80211_wlan_frequencies_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd41d8f40 ieee80211_ps_tx_ack_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd4c3a229 ieee80211_wx_set_encode_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdc1f4301 ieee80211_wpa_supplicant_ioctl_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdcb6c16c ieee80211_wx_set_auth_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdd3ebd6d ieee80211_get_beacon_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe218a8f2 ieee80211_is_54g_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xea41d393 ieee80211_wx_set_gen_ie_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf031f8fe ieee80211_stop_scan_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf70847fb Dot11d_UpdateCountryIe +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf91c4ac7 SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfaf9e7cc ieee80211_wx_set_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfb3adcaf ieee80211_softmac_xmit_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfc3d0db9 ieee80211_wx_get_rts_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xff7e4757 ieee80211_wx_get_name_rsl +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0017f35f set_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x00ea0cde set_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x06d6f244 get_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x09df8f3e set_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x0a8d32c3 get_bypass_slave_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1936264c set_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x1d2eb8ca get_tap_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x203af1f7 reset_bypass_wd_timer_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2070f14a set_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x27b990ef get_bypass_info_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2ba7cd35 get_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2c3f1c17 get_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2f59e636 get_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x2fdb893a get_tap_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x361cf40a get_dis_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x45ca99c3 set_wd_autoreset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x550a188c set_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x5cb59e92 get_bypass_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x66b60122 set_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x675208c0 set_tx_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x692623f2 get_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x75131ec6 set_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x76c0b7d0 set_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e872825 get_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x7e8d701e get_wd_expire_time_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x86388b07 get_bp_disc_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x93ae4648 get_wd_set_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x95e42b0d is_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9df5f807 set_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0x9e21f42e set_std_nic_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xa689a214 get_bypass_wd_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xae117788 get_bp_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xc368d30d get_dis_tap_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xccab5de0 get_bypass_caps_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd3e034b3 get_bypass_pwoff_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9c1ccfc get_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xd9d38d97 set_wd_exp_mode_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xe640f06e set_bp_disc_pwup_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xecdaa456 set_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xedcd3c1b get_bypass_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf06d67bf set_bp_dis_disc_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf57c1671 get_bp_hw_reset_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf693c3a1 bp_if_scan_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xf8237882 get_bypass_change_sd +EXPORT_SYMBOL drivers/staging/silicom/bpctl_mod 0xfa59240d get_tpl_sd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05af3c4c set_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x05b08a42 set_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0b0d5ce0 get_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x0fc2e83c reset_bypass_wd_timer +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x123a8133 get_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x157ec89c get_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2440f05a get_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2b01d1d4 set_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2c27a2f0 set_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2da97f4b is_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x2e86c67b get_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37416370 get_bp_hw_reset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x37bdab27 get_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x3da96a18 get_bypass_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4025805e get_bypass_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4940a0cc get_bypass_info +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x4d21ff51 get_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5147360c get_bp_disc_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x515d4df1 get_bypass_slave +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5560267e set_wd_autoreset +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x5be44d44 set_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6653590c get_wd_exp_mode +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x6bda14ec get_bp_dis_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x72c618ae set_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x76d47e6f set_bp_disc_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x794e3815 set_tap_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x7c6cbc16 get_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x84a263dc set_tx +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x8a16f22c set_tpl +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x946ff795 get_wd_set_caps +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x94f6aff2 get_bypass_wd +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0x9d1ecf73 set_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xb1385629 set_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xbff68c45 set_bypass_pwup +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xc871c561 get_dis_bypass +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xcee528df set_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd202dd85 get_bypass_pwoff +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xd787f151 get_wd_expire_time +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xdb6a39d2 get_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xebd25ae5 get_std_nic +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf1e9f8c1 set_bp_disc +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf224abd9 get_tap_change +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf5a591b2 set_dis_tap +EXPORT_SYMBOL drivers/staging/silicom/bypasslib/bypass 0xf643fd4c get_bp_disc_pwup +EXPORT_SYMBOL drivers/target/target_core_mod 0x02de3b18 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x096bf604 target_get_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x0b5a437e core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0x10835dcd target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x133d97f4 iscsi_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x143acf5c transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x1448668b sas_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x1495b3af core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x14ff9cb9 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x185d9939 transport_init_se_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x1feb63d1 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x295e7b94 fc_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x2b555c33 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x318ce53f core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x33883ba3 sas_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x3482a010 target_fabric_configfs_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x36e49a83 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x379b05ed target_sess_cmd_list_set_waiting +EXPORT_SYMBOL drivers/target/target_core_mod 0x4939a1a4 spc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x4b4fc31d core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x4cc47df1 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x4d41e9fd iscsi_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x4f92bb6f target_put_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x548c27cb fc_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0x582235c8 core_tpg_del_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x58d26484 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x639e625f sas_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0x65da3d2c transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x6ee412a8 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0x776dfe60 transport_check_aborted_status +EXPORT_SYMBOL drivers/target/target_core_mod 0x7dbada9d transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x8243ddcd transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x85aa880c transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x881327ff target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x8a8a7eb9 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x8bbf16fb spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x8fa4d12b transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x9333f8d3 transport_subsystem_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x9c761bea fc_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0xa0c44d92 sas_get_fabric_proto_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0xa1df8a15 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xa8663a6b transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xaaed12de transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xacf947a2 target_submit_cmd_map_sgls +EXPORT_SYMBOL drivers/target/target_core_mod 0xad341c9e iscsi_get_pr_transport_id_len +EXPORT_SYMBOL drivers/target/target_core_mod 0xad6b3e42 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xb04aa3c7 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xb2b89e50 target_fabric_configfs_free +EXPORT_SYMBOL drivers/target/target_core_mod 0xc084bef2 iscsi_parse_pr_out_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xc3e972b2 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0xcdc9de59 transport_subsystem_release +EXPORT_SYMBOL drivers/target/target_core_mod 0xd0eabe11 target_fabric_configfs_init +EXPORT_SYMBOL drivers/target/target_core_mod 0xd180348c transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0xdfdec88a target_fabric_configfs_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xe0c6127d sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0xe1270f9f target_setup_cmd_from_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xe16b38c5 core_tpg_clear_object_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0xe22932cf core_tpg_add_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xe9ab2d14 fc_get_pr_transport_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xeddae154 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0xf01621c7 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf5e4d3a4 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xf71f4065 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xf729726b target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xfb26b949 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xfc667370 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xfe597ad6 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0xf2f1926b usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0xcf2df237 sl811h_driver +EXPORT_SYMBOL drivers/usb/otg/nop-usb-xceiv 0xa64a4cea usb_nop_xceiv_unregister +EXPORT_SYMBOL drivers/usb/otg/nop-usb-xceiv 0xd0e43207 usb_nop_xceiv_register +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x274b0859 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x33c60bdd usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x4fd8c5aa usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x5aa1ac7a usb_wwan_ioctl +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x5b69ec83 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x76c21bd1 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xafc32fe4 usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xb4c85c05 usb_wwan_set_termios +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xc98f3e78 usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xcfefc919 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xebd405f7 usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf544f54d usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xfd24196a usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x4274db9a usb_serial_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xef576a13 usb_serial_resume +EXPORT_SYMBOL drivers/video/backlight/generic_bl 0x366d19ef genericbl_limit_intensity +EXPORT_SYMBOL drivers/video/backlight/lcd 0x068206e2 lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xe949aa95 lcd_device_unregister +EXPORT_SYMBOL drivers/video/cyber2000fb 0x0cc3ede5 cyber2000fb_detach +EXPORT_SYMBOL drivers/video/cyber2000fb 0x534b6f18 cyber2000fb_disable_extregs +EXPORT_SYMBOL drivers/video/cyber2000fb 0xb39f68d1 cyber2000fb_enable_extregs +EXPORT_SYMBOL drivers/video/cyber2000fb 0xd65b2111 cyber2000fb_attach +EXPORT_SYMBOL drivers/video/macmodes 0x1ef3b5ef mac_find_mode +EXPORT_SYMBOL drivers/video/macmodes 0x233917d1 mac_vmode_to_var +EXPORT_SYMBOL drivers/video/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/matrox/g450_pll 0xac50923c matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/matrox/g450_pll 0xec5b4089 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/matrox/g450_pll 0xf5f25f70 g450_mnp2f +EXPORT_SYMBOL drivers/video/matrox/matroxfb_DAC1064 0x2a9c59fa matrox_mystique +EXPORT_SYMBOL drivers/video/matrox/matroxfb_DAC1064 0x611e8fb6 DAC1064_global_init +EXPORT_SYMBOL drivers/video/matrox/matroxfb_DAC1064 0x7cfea586 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/matrox/matroxfb_DAC1064 0xc046753a matrox_G100 +EXPORT_SYMBOL drivers/video/matrox/matroxfb_Ti3026 0xaf38e4ba matrox_millennium +EXPORT_SYMBOL drivers/video/matrox/matroxfb_accel 0xefec7cba matrox_cfbX_init +EXPORT_SYMBOL drivers/video/matrox/matroxfb_base 0x4f3adf49 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/matrox/matroxfb_base 0x5810edcd matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/matrox/matroxfb_base 0x86ce251f matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/matrox/matroxfb_base 0xe97802bb matroxfb_register_driver +EXPORT_SYMBOL drivers/video/matrox/matroxfb_g450 0x15202582 matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/matrox/matroxfb_g450 0x9388c999 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/matrox/matroxfb_misc 0x11c195cf matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/matrox/matroxfb_misc 0x2ac12127 matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/matrox/matroxfb_misc 0x86eb4cda matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/matrox/matroxfb_misc 0x91bde051 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/matrox/matroxfb_misc 0xa9d61827 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/mb862xx/mb862xxfb 0xd7106a12 mb862xxfb_init_accel +EXPORT_SYMBOL drivers/video/output 0x0a80814f video_output_unregister +EXPORT_SYMBOL drivers/video/output 0x5a7fb2f5 video_output_register +EXPORT_SYMBOL drivers/video/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/sis/sisfb 0x454a3cf0 sis_free +EXPORT_SYMBOL drivers/video/svgalib 0x162690ca svga_get_tilemax +EXPORT_SYMBOL drivers/video/svgalib 0x17f3f471 svga_set_default_seq_regs +EXPORT_SYMBOL drivers/video/svgalib 0x1be6dc30 svga_set_textmode_vga_regs +EXPORT_SYMBOL drivers/video/svgalib 0x3a7890c6 svga_tilecopy +EXPORT_SYMBOL drivers/video/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/svgalib 0x6e4adb1e svga_check_timings +EXPORT_SYMBOL drivers/video/svgalib 0x76eb0010 svga_tilecursor +EXPORT_SYMBOL drivers/video/svgalib 0x80f24d95 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/svgalib 0x821572f8 svga_tilefill +EXPORT_SYMBOL drivers/video/svgalib 0x8de63fb4 svga_set_timings +EXPORT_SYMBOL drivers/video/svgalib 0xb3cf5a3b svga_tileblit +EXPORT_SYMBOL drivers/video/svgalib 0xc3bef91f svga_settile +EXPORT_SYMBOL drivers/video/svgalib 0xc441567c svga_get_caps +EXPORT_SYMBOL drivers/video/svgalib 0xd1429fca svga_wseq_multi +EXPORT_SYMBOL drivers/video/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/svgalib 0xef774f5d svga_compute_pll +EXPORT_SYMBOL drivers/video/svgalib 0xf2db5956 svga_match_format +EXPORT_SYMBOL drivers/video/syscopyarea 0x9fac6e97 sys_copyarea +EXPORT_SYMBOL drivers/video/sysfillrect 0xcef90c74 sys_fillrect +EXPORT_SYMBOL drivers/video/sysimgblt 0xe273d14d sys_imageblit +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/vme/vme 0x00d7e722 vme_lm_count +EXPORT_SYMBOL drivers/vme/vme 0x072f901c vme_master_rmw +EXPORT_SYMBOL drivers/vme/vme 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL drivers/vme/vme 0x0ec5babe vme_dma_free +EXPORT_SYMBOL drivers/vme/vme 0x14936d69 vme_slot_get +EXPORT_SYMBOL drivers/vme/vme 0x20df5a3d vme_dma_pci_attribute +EXPORT_SYMBOL drivers/vme/vme 0x248d07c9 vme_master_request +EXPORT_SYMBOL drivers/vme/vme 0x2dc17396 vme_irq_handler +EXPORT_SYMBOL drivers/vme/vme 0x303e0ba2 vme_unregister_bridge +EXPORT_SYMBOL drivers/vme/vme 0x33c9aa26 vme_dma_list_exec +EXPORT_SYMBOL drivers/vme/vme 0x3495ceeb vme_irq_request +EXPORT_SYMBOL drivers/vme/vme 0x3e95083c vme_slave_get +EXPORT_SYMBOL drivers/vme/vme 0x41fb37bd vme_irq_free +EXPORT_SYMBOL drivers/vme/vme 0x46649cd1 vme_lm_set +EXPORT_SYMBOL drivers/vme/vme 0x48b99a13 vme_lm_free +EXPORT_SYMBOL drivers/vme/vme 0x4baf35a7 vme_master_get +EXPORT_SYMBOL drivers/vme/vme 0x52983a4f vme_master_write +EXPORT_SYMBOL drivers/vme/vme 0x535c8308 vme_dma_pattern_attribute +EXPORT_SYMBOL drivers/vme/vme 0x5aff4177 vme_lm_get +EXPORT_SYMBOL drivers/vme/vme 0x5e8b9436 vme_lm_request +EXPORT_SYMBOL drivers/vme/vme 0x66a8e97d vme_bus_type +EXPORT_SYMBOL drivers/vme/vme 0x6cba8db8 vme_register_bridge +EXPORT_SYMBOL drivers/vme/vme 0x79a33f85 vme_get_size +EXPORT_SYMBOL drivers/vme/vme 0x7cf35220 vme_master_free +EXPORT_SYMBOL drivers/vme/vme 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL drivers/vme/vme 0x9aeb07e8 vme_lm_attach +EXPORT_SYMBOL drivers/vme/vme 0xa2a335bd vme_alloc_consistent +EXPORT_SYMBOL drivers/vme/vme 0xa2ba2a50 vme_register_driver +EXPORT_SYMBOL drivers/vme/vme 0xa31bdf07 vme_master_set +EXPORT_SYMBOL drivers/vme/vme 0xb90611b1 vme_dma_list_free +EXPORT_SYMBOL drivers/vme/vme 0xbade1eba vme_slave_request +EXPORT_SYMBOL drivers/vme/vme 0xc02a7d47 vme_unregister_driver +EXPORT_SYMBOL drivers/vme/vme 0xc0ab4fb6 vme_new_dma_list +EXPORT_SYMBOL drivers/vme/vme 0xc31ef2ea vme_irq_generate +EXPORT_SYMBOL drivers/vme/vme 0xc5359bf2 vme_dma_list_add +EXPORT_SYMBOL drivers/vme/vme 0xca5ee09a vme_free_consistent +EXPORT_SYMBOL drivers/vme/vme 0xdff905e5 vme_slave_free +EXPORT_SYMBOL drivers/vme/vme 0xefd1624a vme_dma_free_attribute +EXPORT_SYMBOL drivers/vme/vme 0xf5a10e25 vme_slave_set +EXPORT_SYMBOL drivers/vme/vme 0xf75f8b7e vme_dma_request +EXPORT_SYMBOL drivers/vme/vme 0xfacd8e72 vme_dma_vme_attribute +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x42e0e691 w1_ds2760_read +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x4a505892 w1_ds2760_recall_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0x4fa016d3 w1_ds2760_write +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2760 0xd607fef7 w1_ds2760_store_eeprom +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xc5b6e6db w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xd7e80574 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x67709500 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xd5ca022d w1_ds2781_io +EXPORT_SYMBOL drivers/w1/wire 0x02cb074f w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0x61af2b31 w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0x7645e470 w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0xa7c3d37d w1_register_family +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0x04e133fc iTCO_vendor_check_noreboot_on +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xa78bd894 iTCO_vendor_pre_set_heartbeat +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xb5f20875 iTCO_vendor_pre_keepalive +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xc4f657bf iTCO_vendor_pre_stop +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xdc6effc9 iTCO_vendor_pre_start +EXPORT_SYMBOL fs/btrfs/btrfs 0x02897198 ulist_add +EXPORT_SYMBOL fs/btrfs/btrfs 0x09dceb4d ulist_free +EXPORT_SYMBOL fs/btrfs/btrfs 0x09fa4bcc ulist_init +EXPORT_SYMBOL fs/btrfs/btrfs 0x34b9e4c4 ulist_fini +EXPORT_SYMBOL fs/btrfs/btrfs 0x35490e9d ulist_next +EXPORT_SYMBOL fs/btrfs/btrfs 0xe4423912 ulist_alloc +EXPORT_SYMBOL fs/btrfs/btrfs 0xedf03da5 ulist_reinit +EXPORT_SYMBOL fs/configfs/configfs 0x12ba2a96 configfs_undepend_item +EXPORT_SYMBOL fs/configfs/configfs 0x1e792b1e config_item_set_name +EXPORT_SYMBOL fs/configfs/configfs 0x1eda02f7 config_item_get +EXPORT_SYMBOL fs/configfs/configfs 0x23c0485f config_group_init +EXPORT_SYMBOL fs/configfs/configfs 0x3e70d03e configfs_register_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x4c4b6dd1 config_item_put +EXPORT_SYMBOL fs/configfs/configfs 0x5ac48cd1 config_group_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x660a8205 configfs_unregister_subsystem +EXPORT_SYMBOL fs/configfs/configfs 0x6760555f config_item_init_type_name +EXPORT_SYMBOL fs/configfs/configfs 0x93175453 config_group_find_item +EXPORT_SYMBOL fs/configfs/configfs 0x97375832 config_item_init +EXPORT_SYMBOL fs/configfs/configfs 0xf4b79ca9 configfs_depend_item +EXPORT_SYMBOL fs/exofs/libore 0x011500ad ore_calc_stripe_info +EXPORT_SYMBOL fs/exofs/libore 0x28806871 ore_verify_layout +EXPORT_SYMBOL fs/exofs/libore 0x303ff72b ore_truncate +EXPORT_SYMBOL fs/exofs/libore 0x415f22ce ore_put_io_state +EXPORT_SYMBOL fs/exofs/libore 0x42a10a7c ore_write +EXPORT_SYMBOL fs/exofs/libore 0x49af7050 ore_create +EXPORT_SYMBOL fs/exofs/libore 0x6b4b1c36 ore_get_rw_state +EXPORT_SYMBOL fs/exofs/libore 0x91cd1d71 ore_remove +EXPORT_SYMBOL fs/exofs/libore 0xa00814f6 extract_attr_from_ios +EXPORT_SYMBOL fs/exofs/libore 0xa3d2a634 g_attr_logical_length +EXPORT_SYMBOL fs/exofs/libore 0xd27df358 ore_check_io +EXPORT_SYMBOL fs/exofs/libore 0xd690245f ore_read +EXPORT_SYMBOL fs/exofs/libore 0xf5eececa ore_get_io_state +EXPORT_SYMBOL fs/fscache/fscache 0x0792df82 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x07d9b576 fscache_wait_bit_interruptible +EXPORT_SYMBOL fs/fscache/fscache 0x0cdb270e fscache_object_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x0fec14d4 __fscache_uncache_page +EXPORT_SYMBOL fs/fscache/fscache 0x165213ad __fscache_register_netfs +EXPORT_SYMBOL fs/fscache/fscache 0x1f3c66f5 __fscache_maybe_release_page +EXPORT_SYMBOL fs/fscache/fscache 0x27f23d4b fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x2cb4c0f5 __fscache_read_or_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x3fc23318 fscache_wait_bit +EXPORT_SYMBOL fs/fscache/fscache 0x4334bae0 fscache_mark_pages_cached +EXPORT_SYMBOL fs/fscache/fscache 0x50cf48bb __fscache_check_page_write +EXPORT_SYMBOL fs/fscache/fscache 0x5481d555 __fscache_alloc_page +EXPORT_SYMBOL fs/fscache/fscache 0x699d2b85 fscache_obtained_object +EXPORT_SYMBOL fs/fscache/fscache 0x7220dbd4 fscache_mark_page_cached +EXPORT_SYMBOL fs/fscache/fscache 0x73572618 fscache_enqueue_operation +EXPORT_SYMBOL fs/fscache/fscache 0x74530ecd fscache_op_debug_id +EXPORT_SYMBOL fs/fscache/fscache 0x86f8894f fscache_object_states +EXPORT_SYMBOL fs/fscache/fscache 0x89bf172d fscache_check_aux +EXPORT_SYMBOL fs/fscache/fscache 0x99954051 __fscache_uncache_all_inode_pages +EXPORT_SYMBOL fs/fscache/fscache 0xa29cbdce fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0xa587e68a __fscache_update_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xa9553607 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0xaa706aa8 fscache_fsdef_index +EXPORT_SYMBOL fs/fscache/fscache 0xabdb212a fscache_put_operation +EXPORT_SYMBOL fs/fscache/fscache 0xabea6c79 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xafc0a837 __fscache_unregister_netfs +EXPORT_SYMBOL fs/fscache/fscache 0xcceb3c43 fscache_object_work_func +EXPORT_SYMBOL fs/fscache/fscache 0xdb11c2b1 __fscache_attr_changed +EXPORT_SYMBOL fs/fscache/fscache 0xdffb64a3 __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0xdffc8a34 __fscache_wait_on_page_write +EXPORT_SYMBOL fs/fscache/fscache 0xe1231b61 __fscache_wait_on_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0xe74bdba6 fscache_cache_cleared_wq +EXPORT_SYMBOL fs/fscache/fscache 0xedb4c5bc __fscache_write_page +EXPORT_SYMBOL fs/fscache/fscache 0xf4415a0a __fscache_read_or_alloc_pages +EXPORT_SYMBOL fs/fscache/fscache 0xfa4360a8 fscache_init_cache +EXPORT_SYMBOL fs/fscache/fscache 0xfe64ed39 fscache_op_complete +EXPORT_SYMBOL fs/nfsd/nfsd 0x13d93eda nfs4_acl_posix_to_nfsv4 +EXPORT_SYMBOL fs/nfsd/nfsd 0x2095976a nfs4_acl_new +EXPORT_SYMBOL fs/nfsd/nfsd 0x35e33c1e nfs4_acl_write_who +EXPORT_SYMBOL fs/nfsd/nfsd 0x5a157ae4 nfs4_acl_get_whotype +EXPORT_SYMBOL fs/nfsd/nfsd 0x83585203 nfs4_acl_nfsv4_to_posix +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x5b72aec1 qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x903d3372 qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0xd843806e qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xf6601cbb qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xff023586 qtree_release_dquot +EXPORT_SYMBOL lib/cordic 0x434bfd07 cordic_calc_iq +EXPORT_SYMBOL lib/crc-ccitt 0x1a703ba1 crc_ccitt +EXPORT_SYMBOL lib/crc-ccitt 0x75811312 crc_ccitt_table +EXPORT_SYMBOL lib/crc-itu-t 0x6d356209 crc_itu_t +EXPORT_SYMBOL lib/crc-itu-t 0xd29b009f crc_itu_t_table +EXPORT_SYMBOL lib/crc7 0x6c1f6fee crc7 +EXPORT_SYMBOL lib/crc7 0xd80c3603 crc7_syndrome_table +EXPORT_SYMBOL lib/crc8 0xab9ad613 crc8_populate_lsb +EXPORT_SYMBOL lib/crc8 0xd09b2cba crc8 +EXPORT_SYMBOL lib/crc8 0xd4534d80 crc8_populate_msb +EXPORT_SYMBOL lib/libcrc32c 0x27000b29 crc32c +EXPORT_SYMBOL lib/lru_cache 0x0d142dea lc_is_used +EXPORT_SYMBOL lib/lru_cache 0x4bde76ad lc_find +EXPORT_SYMBOL lib/lru_cache 0x4c3b89f9 lc_get +EXPORT_SYMBOL lib/lru_cache 0x6318e6cf lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0x63e9d900 lc_put +EXPORT_SYMBOL lib/lru_cache 0x645a7756 lc_committed +EXPORT_SYMBOL lib/lru_cache 0x94dca844 lc_set +EXPORT_SYMBOL lib/lru_cache 0x9684bdc9 lc_index_of +EXPORT_SYMBOL lib/lru_cache 0xa11372c3 lc_reset +EXPORT_SYMBOL lib/lru_cache 0xb717bddd lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0xc5424321 lc_del +EXPORT_SYMBOL lib/lru_cache 0xcb1419b5 lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0xceda4d8d lc_destroy +EXPORT_SYMBOL lib/lru_cache 0xd13109cc lc_create +EXPORT_SYMBOL lib/lru_cache 0xfdd6a93a lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0xff65355b lc_try_get +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0bd662f6 raid6_gfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x15fe0cd3 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x5ba93f9d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xb0d904b7 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xce45a6f1 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd9e91f83 raid6_vgfmul +EXPORT_SYMBOL lib/zlib_deflate/zlib_deflate 0x315c65fd zlib_deflateInit2 +EXPORT_SYMBOL lib/zlib_deflate/zlib_deflate 0x48034724 zlib_deflateReset +EXPORT_SYMBOL lib/zlib_deflate/zlib_deflate 0xaf64ad0d zlib_deflate +EXPORT_SYMBOL lib/zlib_deflate/zlib_deflate 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL lib/zlib_deflate/zlib_deflate 0xf741c793 zlib_deflateEnd +EXPORT_SYMBOL net/802/p8022 0x2885627a unregister_8022_client +EXPORT_SYMBOL net/802/p8022 0x747b9dae register_8022_client +EXPORT_SYMBOL net/802/p8023 0xc414d86d destroy_8023_client +EXPORT_SYMBOL net/802/p8023 0xc6e63580 make_8023_client +EXPORT_SYMBOL net/802/psnap 0x08114839 unregister_snap_client +EXPORT_SYMBOL net/802/psnap 0x9e1104a6 register_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x0cb0afc2 p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0x0e1bef38 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x11dad104 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x1a66e076 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x1fd026ea p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x26951ee6 p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x2abb1065 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x3037fc46 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x3361711c p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x35d1e27e p9_idpool_get +EXPORT_SYMBOL net/9p/9pnet 0x399d5e6f p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0x3aeaa2d6 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x3ce4b923 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x41453f24 v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x4a5d2470 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x54f0822d p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0x54fd2537 p9_payload_gup +EXPORT_SYMBOL net/9p/9pnet 0x574f36e4 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0x694d34d2 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0x7477175a p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x75d51f71 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x7be934ab p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x7f147695 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0x896da316 p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x97572e93 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x977a0030 p9_nr_pages +EXPORT_SYMBOL net/9p/9pnet 0x9ab10697 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x9c964743 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0x9d35fadd p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0xa74eb2d9 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0xa8abc8e3 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0xab7d8e69 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0xaddbb035 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0xaf50dc53 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xbf084afb p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0xc29b9e97 p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0xc5db54a9 p9_idpool_destroy +EXPORT_SYMBOL net/9p/9pnet 0xc88d3342 p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0xd7c8ad18 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0xdd070d6b p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0xdd38330e p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0xe1207ffc p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xeb8a716e v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0xefd0dc51 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0xf4a111d8 p9_idpool_create +EXPORT_SYMBOL net/9p/9pnet 0xf583e830 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0xf6303891 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0xf84f2022 p9_idpool_put +EXPORT_SYMBOL net/9p/9pnet 0xfc3ebc2a v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0xfd40c79d p9_idpool_check +EXPORT_SYMBOL net/appletalk/appletalk 0x16bec16a atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0x36025350 atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0xa558802b aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0xff821d10 alloc_ltalkdev +EXPORT_SYMBOL net/atm/atm 0x09a9b7f9 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0x0a50e15e atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x5d136e16 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x5d35b21c atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x5ffe5ce2 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x6b6219e2 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x7c9ccf18 deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x7ed4bac3 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0x93136f41 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0x9937f8fa atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x9ec73756 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xa0bd6e71 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xcc6151f4 atm_charge +EXPORT_SYMBOL net/atm/atm 0xec218fc5 vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/atm/atm 0xfd5a43f3 vcc_release_async +EXPORT_SYMBOL net/ax25/ax25 0x026c1368 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x13e0d5e8 ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0x1ec02f6e ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x35deffe1 ax25_rebuild_header +EXPORT_SYMBOL net/ax25/ax25 0x3c4587d9 ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x83ef818c ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0x92fca7dd ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x99f9c5ad ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0x9bc64d06 ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xc6b09e20 ax25_hard_header +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xf656e6df ax25_find_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x045803d4 hci_alloc_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0acaeff5 bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0ad52db8 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0d16089b bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x152f248c hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x241c7432 hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x282eac76 bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x33acc74c bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3acb0e47 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4390b752 bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4e40c4aa hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5139592e bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x60b39bd2 hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x65707a1e hci_conn_put_device +EXPORT_SYMBOL net/bluetooth/bluetooth 0x75cdb6b3 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7c640527 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x875d461c hci_conn_hold_device +EXPORT_SYMBOL net/bluetooth/bluetooth 0x91c9a325 bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x920c471f bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9687751a bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9702ecb0 bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0xaf2b2b1c hci_recv_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb34d9946 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb58a7a6e bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb61a0c3b bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbe6b1a24 hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc196317f hci_recv_stream_fragment +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc6fb99ff hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcb9b65af bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc1fb551 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcc8d3b64 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd1c369f2 hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdf41b909 bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe3131b98 hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf0341c0d hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf19294db bt_sock_unregister +EXPORT_SYMBOL net/bridge/bridge 0xe6047636 br_should_route_hook +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x77638e66 ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x7a5e83d8 ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x86e1ee8c ebt_do_table +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x29415314 caif_connect_client +EXPORT_SYMBOL net/caif/caif 0x2a09f713 cfpkt_fromnative +EXPORT_SYMBOL net/caif/caif 0x329dbd06 cfpkt_info +EXPORT_SYMBOL net/caif/caif 0x38701a7c cfcnfg_del_phy_layer +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x5dcc9365 caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0x69ff9293 get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0x6a44fc70 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x966d7de2 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xc75cc3a8 cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0xdadbe4a1 caif_enroll_dev +EXPORT_SYMBOL net/can/can 0x211c8654 can_rx_register +EXPORT_SYMBOL net/can/can 0x52cd0cc9 can_rx_unregister +EXPORT_SYMBOL net/can/can 0x915ce441 can_send +EXPORT_SYMBOL net/can/can 0xd1d3ade5 can_proto_register +EXPORT_SYMBOL net/can/can 0xe113af5f can_proto_unregister +EXPORT_SYMBOL net/can/can 0xfdde3ed1 can_ioctl +EXPORT_SYMBOL net/ceph/libceph 0x052ca7a9 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x06ae8d7b ceph_osdc_build_request +EXPORT_SYMBOL net/ceph/libceph 0x07d218ae ceph_osdc_writepages +EXPORT_SYMBOL net/ceph/libceph 0x09290ab3 ceph_debugfs_init +EXPORT_SYMBOL net/ceph/libceph 0x0bd5dcf4 ceph_calc_pg_primary +EXPORT_SYMBOL net/ceph/libceph 0x0c5cc0f1 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x0d61c270 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0x1312d90d ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0x184d8e92 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x18f1b7a2 __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x197effcb ceph_osdc_release_request +EXPORT_SYMBOL net/ceph/libceph 0x222a07f6 ceph_osdc_set_request_linger +EXPORT_SYMBOL net/ceph/libceph 0x28c37d7d ceph_osdc_wait_event +EXPORT_SYMBOL net/ceph/libceph 0x2b10d4ba ceph_messenger_init +EXPORT_SYMBOL net/ceph/libceph 0x2b196ead ceph_copy_page_vector_to_user +EXPORT_SYMBOL net/ceph/libceph 0x32fed5ff ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x330f7e4e ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x3a9f6b67 ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x3abec91f ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x3fa7680c ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x4205ffd7 ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0x43e458f6 ceph_file_part +EXPORT_SYMBOL net/ceph/libceph 0x44f3669d ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x4a283545 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x4b05b41f ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x50c29f3b ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x5379cea3 ceph_caps_for_mode +EXPORT_SYMBOL net/ceph/libceph 0x570ceb67 ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x5bf2aeb9 ceph_osdc_stop +EXPORT_SYMBOL net/ceph/libceph 0x5eeb76e5 ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x6248079c ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x70027317 ceph_osdc_put_event +EXPORT_SYMBOL net/ceph/libceph 0x7168baf8 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0x77692acb ceph_msg_last_put +EXPORT_SYMBOL net/ceph/libceph 0x7bb2728d ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x7e601f6b ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x8197158d ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x81cbb997 ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0x81eae1b6 ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0x87b33327 ceph_calc_object_layout +EXPORT_SYMBOL net/ceph/libceph 0x8be36e45 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0x91cb8e5e ceph_calc_raw_layout +EXPORT_SYMBOL net/ceph/libceph 0x93756a8d ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x941cb6fc ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x9d875f37 ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x9f249c35 ceph_client_id +EXPORT_SYMBOL net/ceph/libceph 0x9f534f4d ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xa366f122 ceph_osdc_cancel_event +EXPORT_SYMBOL net/ceph/libceph 0xa74d351b ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xadad0d9e ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0xae2ca384 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb5e0e3b9 ceph_osdc_init +EXPORT_SYMBOL net/ceph/libceph 0xb6081d6d ceph_msgr_exit +EXPORT_SYMBOL net/ceph/libceph 0xbac951e6 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0xc0cddea5 ceph_osdc_create_event +EXPORT_SYMBOL net/ceph/libceph 0xc4a80955 ceph_debugfs_cleanup +EXPORT_SYMBOL net/ceph/libceph 0xc55de604 ceph_parse_options +EXPORT_SYMBOL net/ceph/libceph 0xc9f82b38 ceph_msgr_init +EXPORT_SYMBOL net/ceph/libceph 0xcb50a624 ceph_parse_ips +EXPORT_SYMBOL net/ceph/libceph 0xccfd4ba3 ceph_monc_got_mdsmap +EXPORT_SYMBOL net/ceph/libceph 0xd18f77a0 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xd2c107bb ceph_flags_to_mode +EXPORT_SYMBOL net/ceph/libceph 0xd35662df ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0xd4bcfda2 ceph_osdc_unregister_linger_request +EXPORT_SYMBOL net/ceph/libceph 0xd52629f3 ceph_monc_create_snapid +EXPORT_SYMBOL net/ceph/libceph 0xdd85e947 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0xe3fdf8d7 ceph_osdc_readpages +EXPORT_SYMBOL net/ceph/libceph 0xe6e899f4 ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0xe751c4f4 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0xed229339 ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0xef5962a4 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0xf09d3575 ceph_get_direct_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xf22d9087 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0xf5774cba ceph_pagelist_truncate +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x8c65235f dccp_syn_ack_timeout +EXPORT_SYMBOL net/ieee802154/ieee802154 0x0a1264bf ieee802154_nl_assoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x163b249f ieee802154_nl_disassoc_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0x22f84fda wpan_phy_alloc +EXPORT_SYMBOL net/ieee802154/ieee802154 0x3f61b44f wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0x57008d6e wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0x60920c8f ieee802154_nl_start_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x6c8693c1 ieee802154_nl_scan_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x86fc312a ieee802154_nl_disassoc_confirm +EXPORT_SYMBOL net/ieee802154/ieee802154 0x9bd68952 ieee802154_nl_beacon_indic +EXPORT_SYMBOL net/ieee802154/ieee802154 0xc5cf2ddd wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0xcfd6353a wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0xebc67d3c wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0xf0f154fa ieee802154_nl_assoc_indic +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x5e3e9ac3 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xe6bafef7 arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xec497fc0 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x0ebb19b7 ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x9c7c52f9 ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xdf994046 ipt_unregister_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x8f4d463b xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0xb60a65e9 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xd2bf5b5d ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xd541934e ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x599f4cbe ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x7756c22c ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xea0204f8 ip6t_unregister_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x56e221b1 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0x7ea3f775 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xd242c858 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xd5991d04 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x0a27fb46 ircomm_data_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x0dff9bd3 ircomm_connect_response +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x292620db ircomm_control_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x4f7433e9 ircomm_flow_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x7585d730 ircomm_disconnect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0x8a7917fd ircomm_connect_request +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xb5939421 ircomm_open +EXPORT_SYMBOL net/irda/ircomm/ircomm 0xbfff3ff7 ircomm_close +EXPORT_SYMBOL net/irda/irda 0x06a3ee58 irias_new_integer_value +EXPORT_SYMBOL net/irda/irda 0x07d3647c irlmp_register_service +EXPORT_SYMBOL net/irda/irda 0x09f58a8b hashbin_lock_find +EXPORT_SYMBOL net/irda/irda 0x11440c4a irlmp_connect_response +EXPORT_SYMBOL net/irda/irda 0x1701a6aa irlmp_data_request +EXPORT_SYMBOL net/irda/irda 0x2036ad06 irda_param_insert +EXPORT_SYMBOL net/irda/irda 0x2362c941 irttp_connect_response +EXPORT_SYMBOL net/irda/irda 0x26e6b539 irias_add_string_attrib +EXPORT_SYMBOL net/irda/irda 0x2a9b042a irda_device_set_media_busy +EXPORT_SYMBOL net/irda/irda 0x34c818bb async_unwrap_char +EXPORT_SYMBOL net/irda/irda 0x36e6c669 alloc_irdadev +EXPORT_SYMBOL net/irda/irda 0x3b6d5f65 hashbin_remove_this +EXPORT_SYMBOL net/irda/irda 0x42a9904d irias_delete_object +EXPORT_SYMBOL net/irda/irda 0x448b8aaa irda_qos_bits_to_value +EXPORT_SYMBOL net/irda/irda 0x46c1c4a2 irlmp_unregister_service +EXPORT_SYMBOL net/irda/irda 0x51a88784 iriap_open +EXPORT_SYMBOL net/irda/irda 0x53458e97 irlmp_connect_request +EXPORT_SYMBOL net/irda/irda 0x5740c39e async_wrap_skb +EXPORT_SYMBOL net/irda/irda 0x5ca602e1 irttp_connect_request +EXPORT_SYMBOL net/irda/irda 0x615ee918 irias_new_object +EXPORT_SYMBOL net/irda/irda 0x66ef7db3 irias_add_integer_attrib +EXPORT_SYMBOL net/irda/irda 0x682c5421 irttp_dup +EXPORT_SYMBOL net/irda/irda 0x6b043eba irda_init_max_qos_capabilies +EXPORT_SYMBOL net/irda/irda 0x7042bc54 irlmp_register_client +EXPORT_SYMBOL net/irda/irda 0x72bf4e66 irlmp_open_lsap +EXPORT_SYMBOL net/irda/irda 0x73ceb167 irlap_open +EXPORT_SYMBOL net/irda/irda 0x763e54a4 irlmp_unregister_client +EXPORT_SYMBOL net/irda/irda 0x76ef9f52 irias_insert_object +EXPORT_SYMBOL net/irda/irda 0x7957f728 irlmp_update_client +EXPORT_SYMBOL net/irda/irda 0x7d23ba03 irttp_flow_request +EXPORT_SYMBOL net/irda/irda 0x7d2a6e0d irttp_close_tsap +EXPORT_SYMBOL net/irda/irda 0x7dabe31e hashbin_remove +EXPORT_SYMBOL net/irda/irda 0x7fb81606 irias_add_octseq_attrib +EXPORT_SYMBOL net/irda/irda 0x86435e2c iriap_getvaluebyclass_request +EXPORT_SYMBOL net/irda/irda 0x86b5f4ce hashbin_delete +EXPORT_SYMBOL net/irda/irda 0x87e2decc irlmp_close_lsap +EXPORT_SYMBOL net/irda/irda 0x8a4549c7 irttp_udata_request +EXPORT_SYMBOL net/irda/irda 0x8b69b459 hashbin_get_next +EXPORT_SYMBOL net/irda/irda 0x91815586 irda_param_pack +EXPORT_SYMBOL net/irda/irda 0x993ad14b irda_param_extract_all +EXPORT_SYMBOL net/irda/irda 0xa4548c32 hashbin_insert +EXPORT_SYMBOL net/irda/irda 0xad66e1db hashbin_get_first +EXPORT_SYMBOL net/irda/irda 0xb667583d irttp_open_tsap +EXPORT_SYMBOL net/irda/irda 0xb9394173 irias_delete_value +EXPORT_SYMBOL net/irda/irda 0xbcd3ef13 irias_object_change_attribute +EXPORT_SYMBOL net/irda/irda 0xbe40ace9 irlmp_discovery_request +EXPORT_SYMBOL net/irda/irda 0xc310cf21 hashbin_new +EXPORT_SYMBOL net/irda/irda 0xc666accb irlap_close +EXPORT_SYMBOL net/irda/irda 0xc86dc889 proc_irda +EXPORT_SYMBOL net/irda/irda 0xc8a80e79 irda_notify_init +EXPORT_SYMBOL net/irda/irda 0xd1ae6745 irias_find_object +EXPORT_SYMBOL net/irda/irda 0xd57045a8 hashbin_find +EXPORT_SYMBOL net/irda/irda 0xd6deeaae irda_setup_dma +EXPORT_SYMBOL net/irda/irda 0xde4c6b3c irlmp_service_to_hint +EXPORT_SYMBOL net/irda/irda 0xe4cdf086 irttp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0xedd521c2 irlmp_get_discoveries +EXPORT_SYMBOL net/irda/irda 0xf282c9a8 irttp_data_request +EXPORT_SYMBOL net/irda/irda 0xf49fa24f irlmp_disconnect_request +EXPORT_SYMBOL net/irda/irda 0xf94dc4fb iriap_close +EXPORT_SYMBOL net/l2tp/l2tp_core 0x250d394e l2tp_recv_common +EXPORT_SYMBOL net/lapb/lapb 0x19caed33 lapb_register +EXPORT_SYMBOL net/lapb/lapb 0x1aa77cbb lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0x2fb19a31 lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0x6b6c15ec lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0x7f4fbca3 lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0xab392270 lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0xd5b73ee9 lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0xfc7e68d8 lapb_disconnect_request +EXPORT_SYMBOL net/llc/llc 0x1152d136 llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x266e2b2f llc_sap_open +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x5e29fc83 llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0x6c6cdb31 llc_sap_list_lock +EXPORT_SYMBOL net/llc/llc 0x8606c52c llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0xc231c371 llc_sap_close +EXPORT_SYMBOL net/llc/llc 0xc900b5df llc_sap_find +EXPORT_SYMBOL net/llc/llc 0xfc564faf llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/mac80211/mac80211 0x0066d279 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x038f9062 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x0c04cdc4 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x10646cd8 ieee80211_enable_dyn_ps +EXPORT_SYMBOL net/mac80211/mac80211 0x12167464 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x158974b3 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x18a88130 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x1e8b2b42 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x22eeacab ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x22f320cc ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x244a60d7 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x26cc52eb ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x300bab5b ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x3263867d ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x3686d6f8 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0x389e70cd ieee80211_napi_schedule +EXPORT_SYMBOL net/mac80211/mac80211 0x3c19e1cd ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x3f4e955f ieee80211_alloc_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x403225de ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x4201a19a ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x4f353033 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x500f36ee ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x51b13305 ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x5bfce0f5 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x5c28cca5 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x5e96039f ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x5f2938f1 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x658b4647 ieee80211_sta_eosp_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x70521cc8 ieee80211_napi_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x719094a1 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x7344e354 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x772239ed ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x77f22bfc ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x83a24c29 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x8e777f17 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x8f326faa ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x901dbaad __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x90c0fc08 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x9caa96bd ieee80211_rx +EXPORT_SYMBOL net/mac80211/mac80211 0x9fff93f1 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0xa14aeba6 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xa20e9689 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xa5ac5a2e ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0xaa157485 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0xaa32f56d ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0xaf5ed0ed ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xb2c3a57c ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0xb911a2df ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xbb115fe5 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xbdd57d8d ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0xbecd30dd __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xbfca72f1 rate_control_send_low +EXPORT_SYMBOL net/mac80211/mac80211 0xc7e9782e ieee80211_get_key_tx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xc864ffa4 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xc9df33dc ieee80211_disable_dyn_ps +EXPORT_SYMBOL net/mac80211/mac80211 0xd28bf625 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0xdd6634ed __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xddb47d52 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xde838ad0 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xe212efbb ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0xe29d18ff ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0xee79bd2a ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xee9d7f34 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xef0af0be ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0xf27c0e53 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xf395de03 ieee80211_aes_cmac_calculate_k1_k2 +EXPORT_SYMBOL net/mac80211/mac80211 0xf66af6a8 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xf698913c ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0xf99b5778 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xf9af89a1 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac802154/mac802154 0x0033621f ieee802154_alloc_device +EXPORT_SYMBOL net/mac802154/mac802154 0x54034190 ieee802154_register_device +EXPORT_SYMBOL net/mac802154/mac802154 0x89dd1580 ieee802154_unregister_device +EXPORT_SYMBOL net/mac802154/mac802154 0xd6b2b1eb ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0xec5dbc1e ieee802154_free_device +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x156a2e44 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x191ea3df ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1ae7d965 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4eb2d4b0 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x513261d1 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x6fd2a395 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x74fbd953 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xbc1e9e21 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd1231ce9 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd3b595f2 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe30fa60d ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xef52c077 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf4928d48 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf58c80cc ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x834291a5 nf_conntrack_untracked +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x99684237 __nf_ct_ext_add_length +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xd1c21145 __nf_ct_ext_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack_proto_gre 0x99b5695a nf_ct_gre_keymap_flush +EXPORT_SYMBOL net/netfilter/nf_nat 0x798fc027 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0x7e3212c1 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x8447f82e __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xc28152eb nf_nat_used_tuple +EXPORT_SYMBOL net/netfilter/nf_nat 0xce2fece7 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0xf015d4a5 nf_xfrm_me_harder +EXPORT_SYMBOL net/netfilter/x_tables 0x07c2409b xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x08c473b7 xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x2340adbe xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x253e8b44 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x46cf615e xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x69d904e3 xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x91cea56d xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xb28f5ef1 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xbdce1cba xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0xcd021f8e xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0xe0bdb13a xt_find_target +EXPORT_SYMBOL net/netfilter/x_tables 0xe3d9a155 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0xe8d79f51 xt_register_matches +EXPORT_SYMBOL net/nfc/hci/hci 0x036b9b94 nfc_hci_send_response +EXPORT_SYMBOL net/nfc/hci/hci 0x09f2cacc nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0x0c98975c nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x0f7e26b7 nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x215ed014 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0x2d5378bc nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0x43028a27 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x567072ac nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0x5d4ebcc8 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0x70d21caf nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x84b06400 nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0x8cad16d4 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x90ba8602 nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x9cc97702 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xbca0b4fd nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xc563169e nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0xce910c28 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0xd42df73d nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0xec4c7dc7 nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xf0ce2807 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/nci/nci 0x9456eb72 nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x9a7a7974 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xc28b69af nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0xf101b6ab nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0xff06be04 nci_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x022088ea nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x07ebc4a9 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0x0b5082f4 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0x24d314c7 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x3090a605 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x462b2510 nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0x6075a9e1 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0x821aef78 nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0xab1ace35 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0xb09abf5b nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xb5a5f5de nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0xb789de70 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0xc430e810 nfc_class +EXPORT_SYMBOL net/nfc/nfc 0xcbda9108 nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0xdb2dac66 nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0xefbc778a nfc_proto_register +EXPORT_SYMBOL net/phonet/phonet 0x29592a64 pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0x4c122d59 phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0x5c1b6df4 pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0x5c8a99d8 phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0xbf5904b6 phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0xea101f03 pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0xee792d6f phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0xf2bbefae pn_sock_unhash +EXPORT_SYMBOL net/rds/rds 0x7505d413 rds_str_array +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x1c7562ef rxrpc_kernel_reject_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x24109efc rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x24f5190b rxrpc_kernel_accept_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x5509b0eb rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x564830f3 rxrpc_kernel_is_data_last +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x5ceace6c rxrpc_kernel_data_delivered +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x75216ef2 rxrpc_kernel_free_skb +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x8c929c2a rxrpc_kernel_intercept_rx_messages +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0x9c39e733 rxrpc_kernel_end_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xa3734af9 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xa5bbf550 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xb56129c9 rxrpc_kernel_get_abort_code +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xbba64d5e rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xca2b2739 rxrpc_kernel_get_error_number +EXPORT_SYMBOL net/rxrpc/af-rxrpc 0xf42cbf89 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/sctp/sctp 0x995606d9 sctp_do_peeloff +EXPORT_SYMBOL net/sunrpc/sunrpc 0x6007dddb svc_pool_stats_open +EXPORT_SYMBOL net/wanrouter/wanrouter 0x0ebe03d1 unregister_wan_device +EXPORT_SYMBOL net/wanrouter/wanrouter 0x43339724 register_wan_device +EXPORT_SYMBOL net/wimax/wimax 0x5e2780b2 wimax_reset +EXPORT_SYMBOL net/wimax/wimax 0xa12a3f3f wimax_rfkill +EXPORT_SYMBOL net/wireless/cfg80211 0x0051456e cfg80211_send_disassoc +EXPORT_SYMBOL net/wireless/cfg80211 0x023bae74 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0x0279886b cfg80211_report_obss_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x09c64fbd ieee80211_frequency_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x09f7eab4 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x0aff820c cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x0f31fde7 cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x0f44abb4 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x12db40fb cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x15de9a8b cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x19040a46 cfg80211_testmode_event +EXPORT_SYMBOL net/wireless/cfg80211 0x19e03378 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0x20e9bef3 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0x23c549e3 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0x2612d4a8 cfg80211_del_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x26e406a0 cfg80211_send_rx_auth +EXPORT_SYMBOL net/wireless/cfg80211 0x2933319d cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x2944eb15 cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0x2f2917f9 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x37610879 wiphy_new +EXPORT_SYMBOL net/wireless/cfg80211 0x3c2217de cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x4227410a cfg80211_testmode_reply +EXPORT_SYMBOL net/wireless/cfg80211 0x433cd09b cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x590268cb ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0x5cc88516 cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0x62bf5004 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0x6811e2c0 cfg80211_mgmt_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6ae6f67d ieee80211_data_to_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0x6e30eda4 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x6f507489 __cfg80211_send_disassoc +EXPORT_SYMBOL net/wireless/cfg80211 0x6f56b60f cfg80211_rx_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x73479826 __ieee80211_get_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x7434a02b cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x74d7101f cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x79b6f4be cfg80211_testmode_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x7c6f35aa freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x7e3d968a cfg80211_connect_result +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7fe1a403 cfg80211_find_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x805348ec cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x81404b48 ieee80211_bss_get_ie +EXPORT_SYMBOL net/wireless/cfg80211 0x838f9f3c wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x83999691 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x9256f308 cfg80211_roamed_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x93c9cada cfg80211_send_rx_assoc +EXPORT_SYMBOL net/wireless/cfg80211 0x982e6b6d ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x9b606a7d cfg80211_send_unprot_deauth +EXPORT_SYMBOL net/wireless/cfg80211 0x9d9f4127 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0xa1425906 ieee80211_channel_to_frequency +EXPORT_SYMBOL net/wireless/cfg80211 0xa197b1ff ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xa95a0e6f cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xabc44e5c cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xad7894fa ieee80211_data_from_8023 +EXPORT_SYMBOL net/wireless/cfg80211 0xadfb41ae cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0xae6d931e wiphy_rfkill_set_hw_state +EXPORT_SYMBOL net/wireless/cfg80211 0xaf92055d wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0xb0bbc99a cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xb2284c52 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0xb5cda462 __cfg80211_send_deauth +EXPORT_SYMBOL net/wireless/cfg80211 0xb6197e87 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0xba8d41e7 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xc4165122 wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0xc63f1b81 ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0xca6e90b1 cfg80211_get_mesh +EXPORT_SYMBOL net/wireless/cfg80211 0xcecf0e28 wiphy_rfkill_stop_polling +EXPORT_SYMBOL net/wireless/cfg80211 0xcf618a57 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0xd0bd1936 cfg80211_testmode_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xd4719d22 cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0xd4ae6424 cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0xd552d609 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xd5c66cd1 cfg80211_send_assoc_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0xd6549fcd cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0xd6a776bd cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xdcda1fde cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0xded6bb0d cfg80211_send_unprot_disassoc +EXPORT_SYMBOL net/wireless/cfg80211 0xdfe874ea cfg80211_inform_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xeb870bce cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0xf8225659 cfg80211_send_deauth +EXPORT_SYMBOL net/wireless/cfg80211 0xf9b8611e cfg80211_inform_bss_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xfa7d87f9 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xfd81a8ea cfg80211_send_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0xfe8bbe95 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0xfed4d591 cfg80211_find_vendor_ie +EXPORT_SYMBOL net/wireless/lib80211 0x2d0f99e5 print_ssid +EXPORT_SYMBOL net/wireless/lib80211 0x604474fb lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x88002718 lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0x91a29545 lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0x9d6e2887 lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xecf64308 lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xfe7e95af lib80211_crypt_delayed_deinit +EXPORT_SYMBOL sound/ac97_bus 0x16b9084e ac97_bus_type +EXPORT_SYMBOL sound/core/seq/snd-seq 0x1a724fcc snd_seq_kernel_client_ctl +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3061c52d snd_use_lock_sync_helper +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3fb4d161 snd_seq_kernel_client_dispatch +EXPORT_SYMBOL sound/core/seq/snd-seq 0x6a67e1aa snd_seq_kernel_client_enqueue_blocking +EXPORT_SYMBOL sound/core/seq/snd-seq 0x6bb71038 snd_seq_delete_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7ac2f329 snd_seq_expand_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7b8699eb snd_seq_event_port_detach +EXPORT_SYMBOL sound/core/seq/snd-seq 0x81b9ae84 snd_seq_event_port_attach +EXPORT_SYMBOL sound/core/seq/snd-seq 0xa7112ee2 snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb8e448a0 snd_seq_set_queue_tempo +EXPORT_SYMBOL sound/core/seq/snd-seq 0xcac0a3be snd_seq_kernel_client_enqueue +EXPORT_SYMBOL sound/core/seq/snd-seq 0xe039614f snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0xe934da1d snd_seq_dump_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x3a57f235 snd_seq_autoload_unlock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xb90668b2 snd_seq_autoload_lock +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xb9d68b59 snd_seq_device_new +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xc6170151 snd_seq_device_register_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-device 0xc622fb29 snd_seq_device_unregister_driver +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x6ea09972 snd_midi_channel_alloc_set +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x833a3e07 snd_midi_channel_set_clear +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0xb9948d2c snd_midi_channel_free_set +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0xf0a1fdb3 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x01b82065 snd_midi_event_reset_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x0d2b74da snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x2ceec35d snd_midi_event_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x668570c0 snd_midi_event_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x7f92860c snd_midi_event_no_status +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xb494afee snd_midi_event_free +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xc7b2b6c2 snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xe0a50454 snd_midi_event_new +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0x252d655c snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x00d09b84 snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0x02f8ee89 snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0x04ed2c65 snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0x0a588112 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0x0ca913ad snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0x1353c2fb snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0x18e1683f snd_dma_program +EXPORT_SYMBOL sound/core/snd 0x191e88cf snd_dma_pointer +EXPORT_SYMBOL sound/core/snd 0x19f8be32 snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0x1e329144 snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0x20c1d177 snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x2ae3deaa release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0x2b3e1b12 snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0x2b5bd623 snd_power_wait +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x37e9b9d5 snd_device_register +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x3e3d1aa5 snd_seq_root +EXPORT_SYMBOL sound/core/snd 0x467df885 snd_device_new +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4b015768 snd_iprintf +EXPORT_SYMBOL sound/core/snd 0x4c46ea98 snd_device_free +EXPORT_SYMBOL sound/core/snd 0x510ca3ae snd_card_create +EXPORT_SYMBOL sound/core/snd 0x51f78c6c snd_cards +EXPORT_SYMBOL sound/core/snd 0x54f4e8ef snd_jack_new +EXPORT_SYMBOL sound/core/snd 0x569283ff snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0x6dbe47b2 _snd_ctl_add_slave +EXPORT_SYMBOL sound/core/snd 0x70c15ac1 snd_dma_disable +EXPORT_SYMBOL sound/core/snd 0x73ef9ee9 snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0x75c5f3dc snd_card_unref +EXPORT_SYMBOL sound/core/snd 0x77f087ea snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0x7a7f56a1 snd_info_register +EXPORT_SYMBOL sound/core/snd 0x7c43b1f2 snd_card_proc_new +EXPORT_SYMBOL sound/core/snd 0x7d6825a5 snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0x7ebf86ec snd_card_register +EXPORT_SYMBOL sound/core/snd 0x81b69e41 snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x938e7aa8 snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0x9a6a44e1 snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0xa0fd2427 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0xa38e3790 snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xbac78558 snd_add_device_sysfs_file +EXPORT_SYMBOL sound/core/snd 0xc3280c86 snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0xc7b36e33 snd_card_free +EXPORT_SYMBOL sound/core/snd 0xc7fe65b9 snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0xc9d35b4e snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0xcb069509 snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0xcd5d350b snd_register_device_for_dev +EXPORT_SYMBOL sound/core/snd 0xd594ad85 snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0xdb2c1ea3 snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0xdfd69e7d snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0xe04a2f17 snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0xe44d1166 snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0xe528bf0e snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0xe7a71500 snd_jack_report +EXPORT_SYMBOL sound/core/snd 0xea73d880 snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0xef660271 snd_component_add +EXPORT_SYMBOL sound/core/snd 0xf3f450cc snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-hwdep 0xb1e964d4 snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-page-alloc 0x06b310c9 snd_free_pages +EXPORT_SYMBOL sound/core/snd-page-alloc 0x3b9a1201 snd_dma_alloc_pages +EXPORT_SYMBOL sound/core/snd-page-alloc 0x53ac6992 snd_dma_reserve_buf +EXPORT_SYMBOL sound/core/snd-page-alloc 0x5898dcba snd_malloc_pages +EXPORT_SYMBOL sound/core/snd-page-alloc 0x8c6bd4c3 snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-page-alloc 0xa50a1a47 snd_dma_get_reserved_buf +EXPORT_SYMBOL sound/core/snd-page-alloc 0xca34c226 snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-page-alloc 0xd3e66212 snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x0158ca91 snd_pcm_notify +EXPORT_SYMBOL sound/core/snd-pcm 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL sound/core/snd-pcm 0x03efa57b snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x04cda566 snd_interval_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x0cfc9e4b snd_pcm_limit_hw_rates +EXPORT_SYMBOL sound/core/snd-pcm 0x13c67d2f snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x307f0da4 snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0x33db2427 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0x3447273c snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL sound/core/snd-pcm 0x3af1f81e snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0x3bf675fa snd_pcm_lib_readv +EXPORT_SYMBOL sound/core/snd-pcm 0x4ce2a8a8 snd_pcm_sgbuf_ops_page +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x62d84150 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0x650f8603 snd_pcm_format_silence_64 +EXPORT_SYMBOL sound/core/snd-pcm 0x68a24153 snd_pcm_format_physical_width +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x70f796f2 snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0x78d40939 snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x7dd6e828 snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x876ed758 snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0x913911a1 snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x91f658b2 _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x944ddeeb snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x9a17ce54 snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0x9da9070d snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x9ed93228 snd_pcm_lib_writev +EXPORT_SYMBOL sound/core/snd-pcm 0xa0bca2c7 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xa64f11e1 snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0xa9adc229 snd_pcm_link_rwlock +EXPORT_SYMBOL sound/core/snd-pcm 0xacb9f709 snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0xaeec91fc snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0xaf055bb9 snd_pcm_lib_mmap_iomem +EXPORT_SYMBOL sound/core/snd-pcm 0xb7683749 snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0xb7825821 snd_pcm_suspend +EXPORT_SYMBOL sound/core/snd-pcm 0xb8af7619 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xbbec3536 snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xbd8b3317 snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0xc36ed3eb snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0xcdb2eade snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0xd2a29b86 snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0xd4b3a5cc snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xd65440b2 snd_pcm_lib_write +EXPORT_SYMBOL sound/core/snd-pcm 0xe0ec1732 snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xeb82ce3d snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xf122618e snd_pcm_lib_read +EXPORT_SYMBOL sound/core/snd-pcm 0xf2179da5 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xf3797152 snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xf41ac836 snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0xfa5b7d14 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0xfb692323 snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x1e88780c snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0x27d0e6be snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x3a0081e7 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0x4c9e9739 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x520ee81e snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0x537a3b04 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x6cd3e5c2 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x6e9f16f4 snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0x9bb4f6cd snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa3598fc7 snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0xab0a7007 snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0xbf35b956 snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc78e56fc snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc84d48bd snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd0fe8c39 snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe458f5ce snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe5c69510 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-timer 0x0469fba6 snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0x08313466 snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0x27608376 snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0x77c97057 snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0x78884aee snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0x7ab46192 snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0x95fb6f10 snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0xa63ae349 snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0xc1d738c7 snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0xc5e05e3c snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0xc797d3aa snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0xe7846870 snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0xf8283944 snd_timer_pause +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6d629c59 snd_mpu401_uart_interrupt_tx +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xc0fec227 snd_mpu401_uart_interrupt +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xd95b71d4 snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x59d02e17 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x5c37ee01 snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x61eacb56 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x77ac0d88 snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x8009f499 snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x87fb43c3 snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xae2384ec snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xb6a1c15f snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xe6cd38a8 snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x333678f7 snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x4357746f snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x4765adf0 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x6362ae5e snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x724c0132 snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x8049ac1c snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x826a8ead snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x9df4ee33 snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf5c8ea1a snd_vx_suspend +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x15f11df7 fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1adb9ba8 amdtp_out_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1e0651fd amdtp_out_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2651f216 amdtp_out_stream_pcm_pointer +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x29d16a40 fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x390edab8 fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3dd0ff32 amdtp_out_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x424cff62 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x55e43080 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5bc55c00 iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6642c7c0 fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6c8b4e94 amdtp_out_stream_start +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x735722f3 cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8d8ef07b amdtp_out_stream_set_rate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8fade171 fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8fb2f0d1 amdtp_out_stream_set_pcm_format +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x90e6da5e cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x938f0cd8 fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x972026a6 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xabfc8395 cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb9bf2358 snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc7fe4c02 amdtp_out_stream_stop +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xcd6f7cbd cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd894797b amdtp_out_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xed04a2d9 amdtp_out_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf0521d9b amdtp_out_stream_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x49d95bfe snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x4f0c902f snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x91558928 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xa1fa58c9 snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xcd2f7a84 snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xd41963df snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x2ab0bd69 snd_ak4117_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x5e6aa865 snd_ak4117_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x691da9fe snd_ak4117_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x736e6bfc snd_ak4117_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xa0418adf snd_ak4117_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xe048c8da snd_ak4117_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x81438651 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xa3e639d7 snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xd5332888 snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xfc5f16d3 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x7212db46 snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xf3eb364d snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-tea575x-tuner 0x4656bf76 snd_tea575x_init +EXPORT_SYMBOL sound/i2c/other/snd-tea575x-tuner 0x478ef59a snd_tea575x_set_freq +EXPORT_SYMBOL sound/i2c/other/snd-tea575x-tuner 0xecefb156 snd_tea575x_exit +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x2d877b64 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x7173a818 snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x811480a0 snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x9baa988d snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xa618cf00 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-i2c 0x1899b64b snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x299a9ba9 snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x8cb2ed26 snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0xd54900fa snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0xd7d2b748 snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xd99fe771 snd_i2c_device_free +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x11ab1825 snd_sbmixer_suspend +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x31b10f51 snd_sbdsp_command +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x376818e0 snd_sbmixer_new +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x5d40ca24 snd_sbmixer_read +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x82d0a1d3 snd_sbdsp_reset +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x9110ea5b snd_sbmixer_resume +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x93deb765 snd_sbdsp_get_byte +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xb076b4d5 snd_sbmixer_add_ctl +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xd74f878d snd_sbmixer_write +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xdf71d3c1 snd_sbdsp_create +EXPORT_SYMBOL sound/isa/sb/snd-sb16-dsp 0x196b2a12 snd_sb16dsp_get_pcm_ops +EXPORT_SYMBOL sound/isa/sb/snd-sb16-dsp 0x373ac6ee snd_sb16dsp_pcm +EXPORT_SYMBOL sound/isa/sb/snd-sb16-dsp 0x53c30644 snd_sb16dsp_configure +EXPORT_SYMBOL sound/isa/sb/snd-sb16-dsp 0xe0b3f690 snd_sb16dsp_interrupt +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x19544d7c snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x21648d77 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x243b9f06 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x48bd6b7b snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x497c09b1 snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4c774885 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4d6f22ac snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4fe709e2 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x51de2f03 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x710667c2 snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x91bc4a1b snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x92de6cd5 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x98c1fccd snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb66c8cff snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xca3f5e16 snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xe3df2b5e snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf33e67e0 snd_ac97_bus +EXPORT_SYMBOL sound/pci/asihpi/snd-asihpi 0xee738ae0 hpi_send_recv +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x015f766c snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x2744c029 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x39f537fd snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x416da3d7 snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x8c53efad snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xd7680ef2 snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xe88f1f52 snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xe9524ae5 snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xf58d3dff snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/hda/snd-hda-codec 0x4ef915ca snd_hda_parse_generic_codec +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xcdeba5c9 snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xe36e8637 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xfe20d047 snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x07c6da8e oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1c22a15b oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x265efdf7 oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x2f3a914b oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x33a0f8a0 oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x35d66f9f oxygen_pci_remove +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3dbf0f72 oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x431db947 oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4e7640c3 oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6298a948 oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x87bf5df5 oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x8c830fd4 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb4b85857 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xbd35fdd0 oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xceba7fdd oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xddfe2126 oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe103fc3e oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe3f48657 oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf59938c0 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf8cfbc27 oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x2a0a1ff6 snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x3f7359d0 snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x9cb75688 snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xdfaa4dea snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xe20f17db snd_trident_write_voice_regs +EXPORT_SYMBOL sound/soundcore 0x136f3c1f sound_class +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x3d7c72bb snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x4a8f6386 snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x58ef86c3 snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x655cb202 snd_sf_linear_to_log +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x6ca19344 snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xe906f303 snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xf2c6b9fe snd_emux_register +EXPORT_SYMBOL sound/synth/snd-util-mem 0x2239a2a6 snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x4df825b8 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0x52bdf8fa snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x916e8e9b __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x998ef2f0 snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0xb50be8ac __snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0xd62da976 snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0xedefc7ef __snd_util_mem_free +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x16756dc0 snd_usbmidi_input_start +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x38f2d299 snd_usbmidi_create +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x63343b1d snd_usbmidi_input_stop +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL ubuntu/dm-raid4-5/dm-raid45 0x35c95b1b dm_mem_cache_client_create +EXPORT_SYMBOL ubuntu/dm-raid4-5/dm-raid45 0x4662be66 dm_mem_cache_alloc +EXPORT_SYMBOL ubuntu/dm-raid4-5/dm-raid45 0x86e5acf9 dm_mem_cache_grow +EXPORT_SYMBOL ubuntu/dm-raid4-5/dm-raid45 0x8e1e9e5e dm_mem_cache_free +EXPORT_SYMBOL ubuntu/dm-raid4-5/dm-raid45 0x920a7a41 dm_message_parse +EXPORT_SYMBOL ubuntu/dm-raid4-5/dm-raid45 0xa43471b6 dm_mem_cache_shrink +EXPORT_SYMBOL ubuntu/dm-raid4-5/dm-raid45 0xd55b290c dm_mem_cache_client_destroy +EXPORT_SYMBOL vmlinux 0x00000000 softirq_work_list +EXPORT_SYMBOL vmlinux 0x0059e31c ida_destroy +EXPORT_SYMBOL vmlinux 0x007e1cab tty_pair_get_pty +EXPORT_SYMBOL vmlinux 0x00801678 flush_scheduled_work +EXPORT_SYMBOL vmlinux 0x00a0426d jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x00dcc519 generic_setxattr +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x01093ca5 cpu_info +EXPORT_SYMBOL vmlinux 0x011bce7c set_groups +EXPORT_SYMBOL vmlinux 0x011f2fca skb_put +EXPORT_SYMBOL vmlinux 0x012c304a dquot_enable +EXPORT_SYMBOL vmlinux 0x014f3c2a idr_get_new +EXPORT_SYMBOL vmlinux 0x015ddbdc wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x01902adf netpoll_trap +EXPORT_SYMBOL vmlinux 0x01c17213 revert_creds +EXPORT_SYMBOL vmlinux 0x01d19038 acpi_enable_subsystem +EXPORT_SYMBOL vmlinux 0x01d8d02d __cleancache_put_page +EXPORT_SYMBOL vmlinux 0x01ec530c vfs_read +EXPORT_SYMBOL vmlinux 0x02073482 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0x02124474 ip_send_check +EXPORT_SYMBOL vmlinux 0x0220fc2d end_page_writeback +EXPORT_SYMBOL vmlinux 0x022e87fd dev_emerg +EXPORT_SYMBOL vmlinux 0x022ec825 read_cache_page_async +EXPORT_SYMBOL vmlinux 0x02348476 dev_addr_init +EXPORT_SYMBOL vmlinux 0x0237b57a arch_unregister_cpu +EXPORT_SYMBOL vmlinux 0x0247b4fa netpoll_print_options +EXPORT_SYMBOL vmlinux 0x025241b1 textsearch_prepare +EXPORT_SYMBOL vmlinux 0x02649054 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x029444f0 native_read_tsc +EXPORT_SYMBOL vmlinux 0x02a18c74 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0x02a6ce5a crc16_table +EXPORT_SYMBOL vmlinux 0x02cf47f0 inet_release +EXPORT_SYMBOL vmlinux 0x02d4c4cf twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0x02d81845 audit_log_task_context +EXPORT_SYMBOL vmlinux 0x02ee4b9a ip_setsockopt +EXPORT_SYMBOL vmlinux 0x0325ae19 swiotlb_free_coherent +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x03387d0a generic_removexattr +EXPORT_SYMBOL vmlinux 0x0347628b journal_get_write_access +EXPORT_SYMBOL vmlinux 0x03498156 cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x03592ea0 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x035d1eda xfrm_prepare_input +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x036774f6 scsi_free_host_dev +EXPORT_SYMBOL vmlinux 0x0371f91d generic_file_llseek +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x037f638d file_update_time +EXPORT_SYMBOL vmlinux 0x0380ed4a sock_no_bind +EXPORT_SYMBOL vmlinux 0x03af9b09 fb_set_var +EXPORT_SYMBOL vmlinux 0x03b251a2 inode_init_always +EXPORT_SYMBOL vmlinux 0x03bd889d param_get_ulong +EXPORT_SYMBOL vmlinux 0x03bdc888 arp_send +EXPORT_SYMBOL vmlinux 0x03c06156 bitmap_fold +EXPORT_SYMBOL vmlinux 0x03c1b28a agp3_generic_tlbflush +EXPORT_SYMBOL vmlinux 0x03db8187 gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x03ebda85 dns_query +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x0422fe4a inet_csk_timer_bug_msg +EXPORT_SYMBOL vmlinux 0x0446b203 sg_miter_next +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x045adff6 vm_map_ram +EXPORT_SYMBOL vmlinux 0x045e2165 dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0x04699397 idr_remove_all +EXPORT_SYMBOL vmlinux 0x046c1f16 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x047ad19e rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x04833e87 audit_log_task_info +EXPORT_SYMBOL vmlinux 0x0487f831 fb_find_best_display +EXPORT_SYMBOL vmlinux 0x04927208 cpu_active_mask +EXPORT_SYMBOL vmlinux 0x0499badc acpi_bios_warning +EXPORT_SYMBOL vmlinux 0x049e033d unlink_framebuffer +EXPORT_SYMBOL vmlinux 0x04ab2bb3 input_register_handle +EXPORT_SYMBOL vmlinux 0x04d8c750 release_perfctr_nmi +EXPORT_SYMBOL vmlinux 0x04dff9c6 agp_generic_insert_memory +EXPORT_SYMBOL vmlinux 0x04e870f6 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x04ea56f9 _kstrtol +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x04f7fe03 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x050cf248 register_netdevice +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x054434d6 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x055c8559 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0x0565eab7 skb_push +EXPORT_SYMBOL vmlinux 0x056ee730 ipv6_hash_secret +EXPORT_SYMBOL vmlinux 0x0571f61b tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x05869a2b kernel_getsockopt +EXPORT_SYMBOL vmlinux 0x0593a99b init_timer_key +EXPORT_SYMBOL vmlinux 0x059c091a blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x059d56b4 security_inode_init_security +EXPORT_SYMBOL vmlinux 0x05c025b4 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0x05c812b4 get_gendisk +EXPORT_SYMBOL vmlinux 0x05d564b9 security_file_permission +EXPORT_SYMBOL vmlinux 0x05eb1b2e skb_unlink +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x061f4039 acpi_get_table_with_size +EXPORT_SYMBOL vmlinux 0x0627bc52 unlock_buffer +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x0646eb91 ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x066095a4 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x06619a00 tty_name +EXPORT_SYMBOL vmlinux 0x066ccadc iov_iter_copy_from_user +EXPORT_SYMBOL vmlinux 0x067d8d35 security_release_secctx +EXPORT_SYMBOL vmlinux 0x068c7263 ioremap_cache +EXPORT_SYMBOL vmlinux 0x06a2e70f pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x06a9e8df tty_pair_get_tty +EXPORT_SYMBOL vmlinux 0x06c0dae5 __kernel_fpu_end +EXPORT_SYMBOL vmlinux 0x06c3baa6 cdev_alloc +EXPORT_SYMBOL vmlinux 0x06e0f156 kernel_read +EXPORT_SYMBOL vmlinux 0x06fa9d43 sock_wmalloc +EXPORT_SYMBOL vmlinux 0x06fe3b14 default_grn +EXPORT_SYMBOL vmlinux 0x070241f9 ida_get_new +EXPORT_SYMBOL vmlinux 0x0722ed62 task_tgid_nr_ns +EXPORT_SYMBOL vmlinux 0x0727c4f3 iowrite8 +EXPORT_SYMBOL vmlinux 0x0749f5fb proc_net_netfilter +EXPORT_SYMBOL vmlinux 0x07694eff tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x076eb9ce bio_add_page +EXPORT_SYMBOL vmlinux 0x0799aca4 local_bh_enable +EXPORT_SYMBOL vmlinux 0x07a00547 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07b6b357 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x07c81ae2 devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07d16305 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x07d5b668 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x0815eff7 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x081bbef8 phy_scan_fixups +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x0863dc36 i2c_transfer +EXPORT_SYMBOL vmlinux 0x0865c21a __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x086e8084 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0x08766e96 mmc_cache_ctrl +EXPORT_SYMBOL vmlinux 0x0881c4d9 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x088f3ead ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x0897287b acpi_disable_all_gpes +EXPORT_SYMBOL vmlinux 0x08a27b28 keyring_search +EXPORT_SYMBOL vmlinux 0x08a9cd19 simple_pin_fs +EXPORT_SYMBOL vmlinux 0x08aafe57 kill_pgrp +EXPORT_SYMBOL vmlinux 0x08b38a56 rtnl_create_link +EXPORT_SYMBOL vmlinux 0x08c17e02 fsnotify_put_mark +EXPORT_SYMBOL vmlinux 0x08d6e514 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x08da9ea0 inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x08dddadf xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x08ef6266 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0x08f550d8 security_path_chmod +EXPORT_SYMBOL vmlinux 0x08f64aa4 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x08f67c19 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x0924e025 mpage_readpage +EXPORT_SYMBOL vmlinux 0x093c73fc buffer_migrate_page +EXPORT_SYMBOL vmlinux 0x0948cde9 num_physpages +EXPORT_SYMBOL vmlinux 0x094e71c5 amd_iommu_complete_ppr +EXPORT_SYMBOL vmlinux 0x0964bcb2 boot_cpu_data +EXPORT_SYMBOL vmlinux 0x096f1d0c journal_set_features +EXPORT_SYMBOL vmlinux 0x098431ba acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0x098b6dac proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x098da5af inet_sendmsg +EXPORT_SYMBOL vmlinux 0x0992780d efi_enabled +EXPORT_SYMBOL vmlinux 0x099edacd jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x09aaeac9 napi_get_frags +EXPORT_SYMBOL vmlinux 0x09c55cec schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x09c8eb55 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09dc12dd simple_release_fs +EXPORT_SYMBOL vmlinux 0x09ea3a70 __frontswap_init +EXPORT_SYMBOL vmlinux 0x09ec83f3 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x0a030307 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x0a2487e0 unblock_all_signals +EXPORT_SYMBOL vmlinux 0x0a5d2ff2 journal_invalidatepage +EXPORT_SYMBOL vmlinux 0x0a655080 vfs_readdir +EXPORT_SYMBOL vmlinux 0x0a80d3f3 sk_run_filter +EXPORT_SYMBOL vmlinux 0x0aa30307 ip6_frag_init +EXPORT_SYMBOL vmlinux 0x0aa6d5d9 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x0ab72a95 eth_header +EXPORT_SYMBOL vmlinux 0x0ab734c2 uart_get_divisor +EXPORT_SYMBOL vmlinux 0x0ac99fae pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x0acb1a3c __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0aef11b8 mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x0af58941 pci_choose_state +EXPORT_SYMBOL vmlinux 0x0b0367ca tty_unlock_pair +EXPORT_SYMBOL vmlinux 0x0b090d60 write_cache_pages +EXPORT_SYMBOL vmlinux 0x0b0b496c fsnotify_destroy_mark +EXPORT_SYMBOL vmlinux 0x0b0d888b icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0x0b0f6a6a try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b1d79c7 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x0b49745b scsi_scan_target +EXPORT_SYMBOL vmlinux 0x0b72ac04 pnp_activate_dev +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b7c297b scsi_device_put +EXPORT_SYMBOL vmlinux 0x0ba7b911 seq_open +EXPORT_SYMBOL vmlinux 0x0bc22e5f scsi_free_command +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0be65d2f security_old_inode_init_security +EXPORT_SYMBOL vmlinux 0x0bf50d31 single_open +EXPORT_SYMBOL vmlinux 0x0c13b96c pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x0c2a40ee have_submounts +EXPORT_SYMBOL vmlinux 0x0c30b54c da9052_i2c_fix +EXPORT_SYMBOL vmlinux 0x0c502320 sock_alloc_send_skb +EXPORT_SYMBOL vmlinux 0x0c58a8cd netdev_increment_features +EXPORT_SYMBOL vmlinux 0x0c65e73c scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0x0c7157c7 scsi_print_sense +EXPORT_SYMBOL vmlinux 0x0c8328ca __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x0c835f8b x86_hyper_ms_hyperv +EXPORT_SYMBOL vmlinux 0x0c8c9e99 scsi_show_extd_sense +EXPORT_SYMBOL vmlinux 0x0ca0c882 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x0ca7b7a8 acpi_check_region +EXPORT_SYMBOL vmlinux 0x0cae232b utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0x0cdb7d12 __kernel_fpu_begin +EXPORT_SYMBOL vmlinux 0x0ced3db0 simple_unlink +EXPORT_SYMBOL vmlinux 0x0ceda64e dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0x0cf1da00 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0x0d218ee9 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x0d3dda14 acpi_get_type +EXPORT_SYMBOL vmlinux 0x0d48c6d9 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d5a08a8 bio_integrity_advance +EXPORT_SYMBOL vmlinux 0x0d652bb4 unregister_memory_isolate_notifier +EXPORT_SYMBOL vmlinux 0x0d814baf __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0x0d98d84b pci_set_mwi +EXPORT_SYMBOL vmlinux 0x0da10ec3 security_sock_graft +EXPORT_SYMBOL vmlinux 0x0daa2753 __pagevec_release +EXPORT_SYMBOL vmlinux 0x0dbd380f thermal_zone_device_unregister +EXPORT_SYMBOL vmlinux 0x0dd51230 __neigh_create +EXPORT_SYMBOL vmlinux 0x0e23a121 phy_register_fixup +EXPORT_SYMBOL vmlinux 0x0e4fd174 dev_addr_del_multiple +EXPORT_SYMBOL vmlinux 0x0e50d90a sock_rfree +EXPORT_SYMBOL vmlinux 0x0e6959bc pci_release_regions +EXPORT_SYMBOL vmlinux 0x0e6da44a set_normalized_timespec +EXPORT_SYMBOL vmlinux 0x0e74eca1 vfs_create +EXPORT_SYMBOL vmlinux 0x0ec996c6 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x0ecb0e50 dquot_drop +EXPORT_SYMBOL vmlinux 0x0ed8cc7b acpi_evaluate_object_typed +EXPORT_SYMBOL vmlinux 0x0eebfaa7 vfs_readv +EXPORT_SYMBOL vmlinux 0x0eedfee1 bio_endio +EXPORT_SYMBOL vmlinux 0x0f315e4a jbd2_log_start_commit +EXPORT_SYMBOL vmlinux 0x0f4c91ed ns_to_timespec +EXPORT_SYMBOL vmlinux 0x0f4cdd74 vfs_mkdir +EXPORT_SYMBOL vmlinux 0x0f95d173 invalidate_bdev +EXPORT_SYMBOL vmlinux 0x0faba929 mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x0faef0ed __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x0fd00a68 acpi_clear_event +EXPORT_SYMBOL vmlinux 0x0ff2b602 slhc_compress +EXPORT_SYMBOL vmlinux 0x0ff74dfa get_fs_type +EXPORT_SYMBOL vmlinux 0x1000ce27 skb_tx_error +EXPORT_SYMBOL vmlinux 0x1009a8a4 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x10391733 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x1043ae0f iterate_supers_type +EXPORT_SYMBOL vmlinux 0x10519fe3 dev_get_drvdata +EXPORT_SYMBOL vmlinux 0x10664a5f devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0x106dad30 ps2_drain +EXPORT_SYMBOL vmlinux 0x1072a394 csum_partial_copy_from_user +EXPORT_SYMBOL vmlinux 0x107689ce find_get_pages_contig +EXPORT_SYMBOL vmlinux 0x1077226d __inet6_hash +EXPORT_SYMBOL vmlinux 0x108411ed __ip_select_ident +EXPORT_SYMBOL vmlinux 0x109617e1 neigh_destroy +EXPORT_SYMBOL vmlinux 0x10982e67 arch_debugfs_dir +EXPORT_SYMBOL vmlinux 0x10ab3753 pagevec_lookup_tag +EXPORT_SYMBOL vmlinux 0x10d7ed02 inet6_ioctl +EXPORT_SYMBOL vmlinux 0x10eababc gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x10ee20bb default_blu +EXPORT_SYMBOL vmlinux 0x10fababf inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x11267875 scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0x1140d5eb netdev_boot_setup_check +EXPORT_SYMBOL vmlinux 0x114a7d4e devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x1163f0a7 blk_max_low_pfn +EXPORT_SYMBOL vmlinux 0x11641edb generic_pipe_buf_map +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x11757421 tty_write_room +EXPORT_SYMBOL vmlinux 0x11961468 bio_map_user +EXPORT_SYMBOL vmlinux 0x119856b3 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x11a19f7e pci_pme_capable +EXPORT_SYMBOL vmlinux 0x11b54cb8 d_add_ci +EXPORT_SYMBOL vmlinux 0x11ccf886 input_register_handler +EXPORT_SYMBOL vmlinux 0x11cd1452 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x11e2ec12 flex_array_free_parts +EXPORT_SYMBOL vmlinux 0x11e640da unregister_nls +EXPORT_SYMBOL vmlinux 0x11f7ed4c hex_to_bin +EXPORT_SYMBOL vmlinux 0x11f9dfd3 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x1203a770 idr_remove +EXPORT_SYMBOL vmlinux 0x1207e778 scsi_release_buffers +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x1251d9af bioset_free +EXPORT_SYMBOL vmlinux 0x12652f06 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x12656ed4 __i2c_transfer +EXPORT_SYMBOL vmlinux 0x12708c2b vm_insert_mixed +EXPORT_SYMBOL vmlinux 0x128b1e89 flush_delayed_work +EXPORT_SYMBOL vmlinux 0x129de341 wrmsr_on_cpus +EXPORT_SYMBOL vmlinux 0x129fa035 set_user_nice +EXPORT_SYMBOL vmlinux 0x12a0ee4a dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x12a38747 usleep_range +EXPORT_SYMBOL vmlinux 0x12ac07b4 lock_fb_info +EXPORT_SYMBOL vmlinux 0x12ba0caf netdev_crit +EXPORT_SYMBOL vmlinux 0x12c08ab4 scsi_nonblockable_ioctl +EXPORT_SYMBOL vmlinux 0x12c0a7db ip_ct_attach +EXPORT_SYMBOL vmlinux 0x12dfeb12 vprintk_emit +EXPORT_SYMBOL vmlinux 0x12f854b4 skb_queue_purge +EXPORT_SYMBOL vmlinux 0x12f99022 inet_frags_init_net +EXPORT_SYMBOL vmlinux 0x13208722 mount_single +EXPORT_SYMBOL vmlinux 0x13307fde vsscanf +EXPORT_SYMBOL vmlinux 0x136652d4 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x13765ad8 inc_nlink +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x141b2a37 sock_get_timestamp +EXPORT_SYMBOL vmlinux 0x142e3375 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x1430e6e0 unregister_acpi_notifier +EXPORT_SYMBOL vmlinux 0x1433c54d ilookup5 +EXPORT_SYMBOL vmlinux 0x1454c71b datagram_poll +EXPORT_SYMBOL vmlinux 0x145f738c read_cache_pages +EXPORT_SYMBOL vmlinux 0x1473143a bio_pair_release +EXPORT_SYMBOL vmlinux 0x1489b5e9 pcim_enable_device +EXPORT_SYMBOL vmlinux 0x149c2769 journal_lock_updates +EXPORT_SYMBOL vmlinux 0x14f19d84 tty_unlock +EXPORT_SYMBOL vmlinux 0x1501f93e d_alloc_name +EXPORT_SYMBOL vmlinux 0x150389d6 acpi_processor_power_init_bm_check +EXPORT_SYMBOL vmlinux 0x150dd196 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x1511a13c phy_driver_register +EXPORT_SYMBOL vmlinux 0x151d0db8 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x1522dc60 dev_uc_flush +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x1551dc51 bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x155229a8 generic_make_request +EXPORT_SYMBOL vmlinux 0x155ff26b get_agp_version +EXPORT_SYMBOL vmlinux 0x15692c87 param_ops_int +EXPORT_SYMBOL vmlinux 0x159f77b9 dentry_update_name_case +EXPORT_SYMBOL vmlinux 0x15afcf58 __pagevec_lru_add +EXPORT_SYMBOL vmlinux 0x15b3b93a blk_sync_queue +EXPORT_SYMBOL vmlinux 0x15b6e315 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x15cfc3c1 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x15f4408b tcp_connect +EXPORT_SYMBOL vmlinux 0x15f571ec blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0x160ea4c8 sfi_disabled +EXPORT_SYMBOL vmlinux 0x160fbc23 sk_release_kernel +EXPORT_SYMBOL vmlinux 0x1612c1ba locks_mandatory_area +EXPORT_SYMBOL vmlinux 0x161a35ee abort_creds +EXPORT_SYMBOL vmlinux 0x1627ed72 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x16305289 warn_slowpath_null +EXPORT_SYMBOL vmlinux 0x163052b0 security_path_symlink +EXPORT_SYMBOL vmlinux 0x1637ff0f _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0x166926ed tcf_hash_new_index +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x167e7f9d __get_user_1 +EXPORT_SYMBOL vmlinux 0x168f1082 _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x1693f0f8 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x16b3e0ac eth_rebuild_header +EXPORT_SYMBOL vmlinux 0x16c960a3 ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x16d75a72 agp_bind_memory +EXPORT_SYMBOL vmlinux 0x16e8e91f blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x16efb82b pagecache_write_end +EXPORT_SYMBOL vmlinux 0x16f99fc5 inet_frags_init +EXPORT_SYMBOL vmlinux 0x170baafa ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x170c25ee acpi_get_next_object +EXPORT_SYMBOL vmlinux 0x17468283 cleancache_register_ops +EXPORT_SYMBOL vmlinux 0x174cb204 tcp_proc_register +EXPORT_SYMBOL vmlinux 0x1782dabb tcf_destroy_chain +EXPORT_SYMBOL vmlinux 0x1790d76b _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0x179c2a8e pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0x17af28f1 acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x17b39cbf twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0x17b55208 inet_csk_accept +EXPORT_SYMBOL vmlinux 0x17b64d09 dqstats +EXPORT_SYMBOL vmlinux 0x17bf465f neigh_parms_release +EXPORT_SYMBOL vmlinux 0x17cc88a6 cfb_fillrect +EXPORT_SYMBOL vmlinux 0x17df17bc sysctl_tcp_ecn +EXPORT_SYMBOL vmlinux 0x17e2ce7d replace_mount_options +EXPORT_SYMBOL vmlinux 0x17e6fdf7 pci_disable_msi +EXPORT_SYMBOL vmlinux 0x17f341a0 i8042_lock_chip +EXPORT_SYMBOL vmlinux 0x1833c15e vfs_statfs +EXPORT_SYMBOL vmlinux 0x183fa88b mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0x184b82fb mmc_vddrange_to_ocrmask +EXPORT_SYMBOL vmlinux 0x184e6c85 radix_tree_gang_lookup_slot +EXPORT_SYMBOL vmlinux 0x18569c0a __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x187ad0e3 genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x188a3dfb timespec_trunc +EXPORT_SYMBOL vmlinux 0x189868d7 get_random_bytes_arch +EXPORT_SYMBOL vmlinux 0x18b72573 register_kmmio_probe +EXPORT_SYMBOL vmlinux 0x18edaa68 udp_poll +EXPORT_SYMBOL vmlinux 0x18fda8fb pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x1900e871 __cleancache_init_shared_fs +EXPORT_SYMBOL vmlinux 0x191b9d0a ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x19264a2c __serio_register_port +EXPORT_SYMBOL vmlinux 0x19444627 memcpy_fromiovecend +EXPORT_SYMBOL vmlinux 0x195028e8 fbcon_set_tileops +EXPORT_SYMBOL vmlinux 0x195e64cb __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x196c5617 locks_remove_posix +EXPORT_SYMBOL vmlinux 0x1976aa06 param_ops_bool +EXPORT_SYMBOL vmlinux 0x198ad9fd netpoll_setup +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19c3c595 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x19c3ff36 jbd2_journal_invalidatepage +EXPORT_SYMBOL vmlinux 0x19f08ff0 set_binfmt +EXPORT_SYMBOL vmlinux 0x1a091c2c current_fs_time +EXPORT_SYMBOL vmlinux 0x1a0f5a5d udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x1a1ce899 tcp_disconnect +EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled +EXPORT_SYMBOL vmlinux 0x1a4eb643 phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x1a54e6fd vfs_follow_link +EXPORT_SYMBOL vmlinux 0x1a63af34 vga_switcheroo_process_delayed_switch +EXPORT_SYMBOL vmlinux 0x1a7a0439 neigh_compat_output +EXPORT_SYMBOL vmlinux 0x1a82e66c tcp_hashinfo +EXPORT_SYMBOL vmlinux 0x1a837d13 noop_fsync +EXPORT_SYMBOL vmlinux 0x1a86398d bdi_unregister +EXPORT_SYMBOL vmlinux 0x1ac46550 remap_pfn_range +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1ace138d bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0x1ade69d5 netdev_class_create_file +EXPORT_SYMBOL vmlinux 0x1ae14ef5 _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x1ae68072 qdisc_destroy +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b087efa tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x1b1e1088 sg_nents +EXPORT_SYMBOL vmlinux 0x1b2aea5d phy_start +EXPORT_SYMBOL vmlinux 0x1b3052c6 journal_start_commit +EXPORT_SYMBOL vmlinux 0x1b46edc5 blk_put_queue +EXPORT_SYMBOL vmlinux 0x1b53b506 vfs_getattr +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b772d36 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x1b7b70ac starget_for_each_device +EXPORT_SYMBOL vmlinux 0x1b82fefa md_unplug +EXPORT_SYMBOL vmlinux 0x1b837758 journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x1b8b95ad i8042_unlock_chip +EXPORT_SYMBOL vmlinux 0x1b906fa7 do_SAK +EXPORT_SYMBOL vmlinux 0x1b9500d6 simple_transaction_read +EXPORT_SYMBOL vmlinux 0x1b9e0ff1 scsilun_to_int +EXPORT_SYMBOL vmlinux 0x1ba3c67c d_genocide +EXPORT_SYMBOL vmlinux 0x1ba6ff7c get_phy_device +EXPORT_SYMBOL vmlinux 0x1bac89d0 thaw_super +EXPORT_SYMBOL vmlinux 0x1bafc0d6 seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x1bb40fbd nla_reserve +EXPORT_SYMBOL vmlinux 0x1bb7ed9c file_ns_capable +EXPORT_SYMBOL vmlinux 0x1bc19a50 blk_integrity_merge_rq +EXPORT_SYMBOL vmlinux 0x1bc88786 inet_recvmsg +EXPORT_SYMBOL vmlinux 0x1bd9fb54 ht_create_irq +EXPORT_SYMBOL vmlinux 0x1bdad755 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x1bdc26cf sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0x1bed123b uart_write_wakeup +EXPORT_SYMBOL vmlinux 0x1bf3759e blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x1c07b9c9 generic_file_mmap +EXPORT_SYMBOL vmlinux 0x1c121374 blk_integrity_is_initialized +EXPORT_SYMBOL vmlinux 0x1c1eb960 mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x1c3620dd sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x1c4e8def __skb_get_rxhash +EXPORT_SYMBOL vmlinux 0x1c6e03cb tcp_make_synack +EXPORT_SYMBOL vmlinux 0x1c70d9ee cad_pid +EXPORT_SYMBOL vmlinux 0x1c7f3669 nobh_writepage +EXPORT_SYMBOL vmlinux 0x1c8a04b0 acpi_reset +EXPORT_SYMBOL vmlinux 0x1cc6719a register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x1cc686c5 xfrm_state_update +EXPORT_SYMBOL vmlinux 0x1cd3ab0c tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x1d38bbd9 pci_disable_ltr +EXPORT_SYMBOL vmlinux 0x1d47bf6f mb_cache_entry_insert +EXPORT_SYMBOL vmlinux 0x1d4f7552 user_revoke +EXPORT_SYMBOL vmlinux 0x1d579a86 tty_set_operations +EXPORT_SYMBOL vmlinux 0x1d80b418 filemap_fdatawait +EXPORT_SYMBOL vmlinux 0x1d976994 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x1da241be compat_nf_getsockopt +EXPORT_SYMBOL vmlinux 0x1da9326e tty_lock_pair +EXPORT_SYMBOL vmlinux 0x1dae300c bdget_disk +EXPORT_SYMBOL vmlinux 0x1db7706b __copy_user_nocache +EXPORT_SYMBOL vmlinux 0x1dbe1f67 loop_register_transfer +EXPORT_SYMBOL vmlinux 0x1dc2fd76 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0x1dc36131 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1de09aa5 vga_switcheroo_get_client_state +EXPORT_SYMBOL vmlinux 0x1df259bb bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x1e047854 warn_slowpath_fmt +EXPORT_SYMBOL vmlinux 0x1e0c2be4 ioremap_wc +EXPORT_SYMBOL vmlinux 0x1e26be3b get_anon_bdev +EXPORT_SYMBOL vmlinux 0x1e5fed15 tty_check_change +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e74b00d agp_backend_acquire +EXPORT_SYMBOL vmlinux 0x1e7fdfa2 phy_attach +EXPORT_SYMBOL vmlinux 0x1e85b351 sock_setsockopt +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1e9ef07f skb_dequeue +EXPORT_SYMBOL vmlinux 0x1eae2e80 ata_dev_printk +EXPORT_SYMBOL vmlinux 0x1ec2af9e cdrom_media_changed +EXPORT_SYMBOL vmlinux 0x1ec4eb34 flex_array_prealloc +EXPORT_SYMBOL vmlinux 0x1ed94e8b kfree_skb +EXPORT_SYMBOL vmlinux 0x1ef6ed00 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x1f1cb56f fb_find_mode +EXPORT_SYMBOL vmlinux 0x1f66a07c generic_ro_fops +EXPORT_SYMBOL vmlinux 0x1f822217 schedule_delayed_work +EXPORT_SYMBOL vmlinux 0x1f9509f3 tty_devnum +EXPORT_SYMBOL vmlinux 0x1f98ad7b mount_pseudo +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fce4262 simple_write_begin +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fe912f1 netdev_alloc_frag +EXPORT_SYMBOL vmlinux 0x1fedf0f4 __request_region +EXPORT_SYMBOL vmlinux 0x1ff6b452 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x20056746 ifla_policy +EXPORT_SYMBOL vmlinux 0x2005e68a acpi_remove_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x20092385 acpi_enter_sleep_state_s4bios +EXPORT_SYMBOL vmlinux 0x2011501c __destroy_inode +EXPORT_SYMBOL vmlinux 0x20168c97 ps2_handle_ack +EXPORT_SYMBOL vmlinux 0x202c0bd9 unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x2045c386 bdi_setup_and_register +EXPORT_SYMBOL vmlinux 0x2049892d blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x2072ee9b request_threaded_irq +EXPORT_SYMBOL vmlinux 0x20734860 xfrm_register_mode +EXPORT_SYMBOL vmlinux 0x207b0f9b elv_rb_add +EXPORT_SYMBOL vmlinux 0x208739f6 acpi_load_table +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20abc15b acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0x20ac3a02 dev_mc_sync +EXPORT_SYMBOL vmlinux 0x20c55ae0 sscanf +EXPORT_SYMBOL vmlinux 0x20cd5fb3 tty_mutex +EXPORT_SYMBOL vmlinux 0x20d72737 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum +EXPORT_SYMBOL vmlinux 0x20f20ed2 mmc_free_host +EXPORT_SYMBOL vmlinux 0x20fe0355 journal_dirty_data +EXPORT_SYMBOL vmlinux 0x210c8ea1 ppp_channel_index +EXPORT_SYMBOL vmlinux 0x211442d6 fget +EXPORT_SYMBOL vmlinux 0x2114e33b __skb_tx_hash +EXPORT_SYMBOL vmlinux 0x21315700 param_get_bool +EXPORT_SYMBOL vmlinux 0x215ebd78 bitrev16 +EXPORT_SYMBOL vmlinux 0x217dda13 flex_array_get +EXPORT_SYMBOL vmlinux 0x219ab24b mdiobus_register +EXPORT_SYMBOL vmlinux 0x21a88f58 journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x21c25a15 skb_split +EXPORT_SYMBOL vmlinux 0x21db4a06 scsi_prep_fn +EXPORT_SYMBOL vmlinux 0x21e0ea22 acpi_get_id +EXPORT_SYMBOL vmlinux 0x21ea601c vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x21edd9fd journal_wipe +EXPORT_SYMBOL vmlinux 0x21f1dbe3 unregister_quota_format +EXPORT_SYMBOL vmlinux 0x22123f83 led_blink_set +EXPORT_SYMBOL vmlinux 0x221259ce blk_free_tags +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x2252cdbc pci_request_regions +EXPORT_SYMBOL vmlinux 0x225e27df vga_client_register +EXPORT_SYMBOL vmlinux 0x226176fc generic_pipe_buf_confirm +EXPORT_SYMBOL vmlinux 0x2276db98 kstrtoint +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22ea672f pnp_device_detach +EXPORT_SYMBOL vmlinux 0x22f0a534 blk_put_request +EXPORT_SYMBOL vmlinux 0x22f8efae tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0x22fd9ad0 sleep_on_timeout +EXPORT_SYMBOL vmlinux 0x2318c8a1 dev_uc_add +EXPORT_SYMBOL vmlinux 0x231b25bd inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x231d4001 fb_edid_add_monspecs +EXPORT_SYMBOL vmlinux 0x231dcdc5 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x232b0ec9 blk_init_tags +EXPORT_SYMBOL vmlinux 0x232dfa7d pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x2336dec5 follow_up +EXPORT_SYMBOL vmlinux 0x234899ee spi_display_xfer_agreement +EXPORT_SYMBOL vmlinux 0x2348ebbf fb_get_mode +EXPORT_SYMBOL vmlinux 0x23532c4d ftrace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x235b5424 netif_device_attach +EXPORT_SYMBOL vmlinux 0x2371ec51 da903x_query_status +EXPORT_SYMBOL vmlinux 0x23736900 bio_map_kern +EXPORT_SYMBOL vmlinux 0x238594aa serio_unregister_port +EXPORT_SYMBOL vmlinux 0x2397ce84 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x23984751 bio_get_nr_vecs +EXPORT_SYMBOL vmlinux 0x23a42f0c mii_link_ok +EXPORT_SYMBOL vmlinux 0x23a574fd security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23bde71d bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x23c8f257 slhc_uncompress +EXPORT_SYMBOL vmlinux 0x23c9891c kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0x23cc60ef splice_from_pipe_next +EXPORT_SYMBOL vmlinux 0x23e15c1f tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x23e1e990 setup_arg_pages +EXPORT_SYMBOL vmlinux 0x23e792c4 input_grab_device +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x2408117d migrate_page +EXPORT_SYMBOL vmlinux 0x240c96fa jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x24212d86 __frontswap_invalidate_page +EXPORT_SYMBOL vmlinux 0x242dea04 vfs_readlink +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x2443fc56 mpage_readpages +EXPORT_SYMBOL vmlinux 0x24533539 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0x245896ef udplite_prot +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x246b5273 mfd_cell_disable +EXPORT_SYMBOL vmlinux 0x24779fc4 clocksource_register +EXPORT_SYMBOL vmlinux 0x2482e688 vsprintf +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x248587c6 simple_empty +EXPORT_SYMBOL vmlinux 0x24930a0a truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x24c50e0a amd_iommu_domain_direct_map +EXPORT_SYMBOL vmlinux 0x24c7a925 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x24d747aa block_commit_write +EXPORT_SYMBOL vmlinux 0x24dee03e neigh_direct_output +EXPORT_SYMBOL vmlinux 0x24e09658 fail_migrate_page +EXPORT_SYMBOL vmlinux 0x24fdac79 wake_bit_function +EXPORT_SYMBOL vmlinux 0x250957f5 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x250c5786 pnp_possible_config +EXPORT_SYMBOL vmlinux 0x25277497 rfkill_register +EXPORT_SYMBOL vmlinux 0x25335eac mii_nway_restart +EXPORT_SYMBOL vmlinux 0x253bdb78 param_get_int +EXPORT_SYMBOL vmlinux 0x25453fa3 ll_rw_block +EXPORT_SYMBOL vmlinux 0x257d7c11 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x258c5879 blk_requeue_request +EXPORT_SYMBOL vmlinux 0x25942518 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x2595015d dget_parent +EXPORT_SYMBOL vmlinux 0x25a57854 dma_async_memcpy_buf_to_pg +EXPORT_SYMBOL vmlinux 0x25c677c4 mac_pton +EXPORT_SYMBOL vmlinux 0x25d625fd vga_switcheroo_register_audio_client +EXPORT_SYMBOL vmlinux 0x25dcc47e dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0x25fb5c44 acpi_bus_hot_remove_device +EXPORT_SYMBOL vmlinux 0x26034a58 proc_create_data +EXPORT_SYMBOL vmlinux 0x26063316 scsi_get_command +EXPORT_SYMBOL vmlinux 0x261bfb03 dquot_resume +EXPORT_SYMBOL vmlinux 0x263122f8 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x2640fd17 tty_free_termios +EXPORT_SYMBOL vmlinux 0x2650d835 sysctl_ip_early_demux +EXPORT_SYMBOL vmlinux 0x2665d53a key_create_or_update +EXPORT_SYMBOL vmlinux 0x2673d9a9 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x267ee4d0 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x2682d4f0 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x2685c3d7 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x268656c7 inet_frags_exit_net +EXPORT_SYMBOL vmlinux 0x26948d96 copy_user_enhanced_fast_string +EXPORT_SYMBOL vmlinux 0x26954fcb md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0x26a32679 dquot_release +EXPORT_SYMBOL vmlinux 0x26dff639 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x26e0344f d_drop +EXPORT_SYMBOL vmlinux 0x26e76fb8 sysctl_udp_wmem_min +EXPORT_SYMBOL vmlinux 0x26e801d2 flush_signals +EXPORT_SYMBOL vmlinux 0x26f0453a blk_set_default_limits +EXPORT_SYMBOL vmlinux 0x26f825bc bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x271cba95 acpi_bus_private_data_handler +EXPORT_SYMBOL vmlinux 0x272d394e mtrr_del +EXPORT_SYMBOL vmlinux 0x273780fb skb_seq_read +EXPORT_SYMBOL vmlinux 0x2744ac50 __sock_create +EXPORT_SYMBOL vmlinux 0x274d08dc __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x275a99fa freeze_super +EXPORT_SYMBOL vmlinux 0x2761b692 cpu_sibling_map +EXPORT_SYMBOL vmlinux 0x27632c69 ps2_command +EXPORT_SYMBOL vmlinux 0x2763f993 genl_register_family_with_ops +EXPORT_SYMBOL vmlinux 0x27810361 acpi_os_wait_events_complete +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x27ae7d0c ec_transaction +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27c2197f param_set_short +EXPORT_SYMBOL vmlinux 0x27c33efe csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0x27d4d713 read_cache_page +EXPORT_SYMBOL vmlinux 0x27e1a049 printk +EXPORT_SYMBOL vmlinux 0x27ff1dae dev_alert +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x28234536 tty_throttle +EXPORT_SYMBOL vmlinux 0x28255b43 eth_header_parse +EXPORT_SYMBOL vmlinux 0x282fd5f5 kthread_stop +EXPORT_SYMBOL vmlinux 0x28318305 snprintf +EXPORT_SYMBOL vmlinux 0x28587084 __scm_send +EXPORT_SYMBOL vmlinux 0x285f4f5f arp_tbl +EXPORT_SYMBOL vmlinux 0x286b3e4a blk_init_queue_node +EXPORT_SYMBOL vmlinux 0x286e87b4 __vlan_find_dev_deep +EXPORT_SYMBOL vmlinux 0x28835c2e abx500_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x28836570 sock_no_poll +EXPORT_SYMBOL vmlinux 0x289f4f5f ata_print_version +EXPORT_SYMBOL vmlinux 0x28a2ed02 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x28abfe6e scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x28ac7874 agp_allocate_memory +EXPORT_SYMBOL vmlinux 0x28c0aa63 thermal_zone_device_register +EXPORT_SYMBOL vmlinux 0x28ce48ff __alloc_skb +EXPORT_SYMBOL vmlinux 0x29083d8b redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x29280654 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0x2938e5b5 key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x293c5f60 pci_enable_obff +EXPORT_SYMBOL vmlinux 0x29537c9e alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0x29aaae17 schedule_work +EXPORT_SYMBOL vmlinux 0x29b8d2a8 pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x29c16f6c crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x29fff31d bioset_create +EXPORT_SYMBOL vmlinux 0x2a16723e bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x2a21aee7 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a35d215 d_move +EXPORT_SYMBOL vmlinux 0x2a37c3ff compat_sock_get_timestampns +EXPORT_SYMBOL vmlinux 0x2a37d074 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2a41ff5e compat_mc_setsockopt +EXPORT_SYMBOL vmlinux 0x2a6e4189 scsi_adjust_queue_depth +EXPORT_SYMBOL vmlinux 0x2a6e6109 __init_rwsem +EXPORT_SYMBOL vmlinux 0x2a8ae997 abx500_startup_irq_enabled +EXPORT_SYMBOL vmlinux 0x2aafa307 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x2ab261c3 vc_resize +EXPORT_SYMBOL vmlinux 0x2ab368cd seq_path +EXPORT_SYMBOL vmlinux 0x2ac73f03 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x2ad79763 release_pages +EXPORT_SYMBOL vmlinux 0x2b0ba2b0 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x2b0e63e3 seq_puts +EXPORT_SYMBOL vmlinux 0x2b20e694 __secpath_destroy +EXPORT_SYMBOL vmlinux 0x2b222b8a pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x2b269707 iterate_mounts +EXPORT_SYMBOL vmlinux 0x2b2ce78b kstrtos8 +EXPORT_SYMBOL vmlinux 0x2b356d96 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x2b46aabc pci_target_state +EXPORT_SYMBOL vmlinux 0x2b4a19ca lock_sock_fast +EXPORT_SYMBOL vmlinux 0x2b4f97bd elv_add_request +EXPORT_SYMBOL vmlinux 0x2b51837e proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x2b53954c __lru_cache_add +EXPORT_SYMBOL vmlinux 0x2b877a64 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba707a8 sysctl_tcp_low_latency +EXPORT_SYMBOL vmlinux 0x2ba752a9 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0x2bb55d6e acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x2bcb471d load_nls +EXPORT_SYMBOL vmlinux 0x2be1c6fa poll_freewait +EXPORT_SYMBOL vmlinux 0x2bf1d297 register_console +EXPORT_SYMBOL vmlinux 0x2bf46d88 search_binary_handler +EXPORT_SYMBOL vmlinux 0x2bfeb410 acpi_get_handle +EXPORT_SYMBOL vmlinux 0x2c139bd7 pci_scan_bus +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c2deb57 input_allocate_device +EXPORT_SYMBOL vmlinux 0x2c4efeb3 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x2c521a9a journal_get_create_access +EXPORT_SYMBOL vmlinux 0x2c5d3a52 ida_simple_get +EXPORT_SYMBOL vmlinux 0x2c7a726f dquot_commit_info +EXPORT_SYMBOL vmlinux 0x2cc577e6 inet_stream_connect +EXPORT_SYMBOL vmlinux 0x2ce467b3 __dev_remove_offload +EXPORT_SYMBOL vmlinux 0x2cefd11e padata_do_serial +EXPORT_SYMBOL vmlinux 0x2cf73cb7 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0x2cff7413 key_reject_and_link +EXPORT_SYMBOL vmlinux 0x2d0194e3 simple_transaction_set +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d479949 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x2d4aa9a9 generic_getxattr +EXPORT_SYMBOL vmlinux 0x2d71ddf0 netdev_set_bond_master +EXPORT_SYMBOL vmlinux 0x2d7bad13 blk_rq_init +EXPORT_SYMBOL vmlinux 0x2d89342a scsi_show_sense_hdr +EXPORT_SYMBOL vmlinux 0x2d9043a1 qdisc_list_del +EXPORT_SYMBOL vmlinux 0x2dab5fda sk_alloc +EXPORT_SYMBOL vmlinux 0x2dcf6d19 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x2dd16564 arch_register_cpu +EXPORT_SYMBOL vmlinux 0x2dd192be udp_ioctl +EXPORT_SYMBOL vmlinux 0x2dd537ff __locks_copy_lock +EXPORT_SYMBOL vmlinux 0x2ddeaa99 is_bad_inode +EXPORT_SYMBOL vmlinux 0x2deda4a1 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x2dedc4c2 acpi_format_exception +EXPORT_SYMBOL vmlinux 0x2def7f76 rtc_cmos_write +EXPORT_SYMBOL vmlinux 0x2df8c0b0 swiotlb_alloc_coherent +EXPORT_SYMBOL vmlinux 0x2e2295c2 skb_store_bits +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e2ce9e0 sysctl_tcp_syncookies +EXPORT_SYMBOL vmlinux 0x2e5a704c udp_table +EXPORT_SYMBOL vmlinux 0x2e62d81f compat_tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x2e65ca2d __sb_start_write +EXPORT_SYMBOL vmlinux 0x2e67f717 blk_queue_softirq_done +EXPORT_SYMBOL vmlinux 0x2e6ba9a0 mfd_remove_devices +EXPORT_SYMBOL vmlinux 0x2e749bef journal_create +EXPORT_SYMBOL vmlinux 0x2e928f9a tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x2e9f5115 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x2ea74bbb tty_port_open +EXPORT_SYMBOL vmlinux 0x2eb84610 dma_supported +EXPORT_SYMBOL vmlinux 0x2ec0ec51 dev_deactivate +EXPORT_SYMBOL vmlinux 0x2eeceb42 sk_chk_filter +EXPORT_SYMBOL vmlinux 0x2ef63ad6 scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f064b55 allocate_resource +EXPORT_SYMBOL vmlinux 0x2f2a9067 i2c_smbus_process_call +EXPORT_SYMBOL vmlinux 0x2f3b7659 agp_find_bridge +EXPORT_SYMBOL vmlinux 0x2f57633f blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x2f72c76b pci_vpd_truncate +EXPORT_SYMBOL vmlinux 0x2f86e42d user_path_create +EXPORT_SYMBOL vmlinux 0x2fb3750c on_each_cpu_mask +EXPORT_SYMBOL vmlinux 0x2fb6de5d add_device_randomness +EXPORT_SYMBOL vmlinux 0x2fc18e62 cpufreq_global_kobject +EXPORT_SYMBOL vmlinux 0x2fd7551a scsi_block_requests +EXPORT_SYMBOL vmlinux 0x2fea5052 padata_unregister_cpumask_notifier +EXPORT_SYMBOL vmlinux 0x2ff063b5 acpi_get_name +EXPORT_SYMBOL vmlinux 0x300051f0 agp_backend_release +EXPORT_SYMBOL vmlinux 0x30112a7e mnt_pin +EXPORT_SYMBOL vmlinux 0x30123eef inode_dio_wait +EXPORT_SYMBOL vmlinux 0x301d3061 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x30226ddf agp_device_command +EXPORT_SYMBOL vmlinux 0x30265b35 mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x305bd1d9 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x3071cdbd dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x307c2fd0 generic_check_addressable +EXPORT_SYMBOL vmlinux 0x30a028ab mii_check_media +EXPORT_SYMBOL vmlinux 0x30a153c3 skb_queue_tail +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30cada8f radix_tree_next_hole +EXPORT_SYMBOL vmlinux 0x30e74134 tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0x30e816f1 mmc_hw_reset_check +EXPORT_SYMBOL vmlinux 0x3102d70b frontswap_curr_pages +EXPORT_SYMBOL vmlinux 0x3115dfb4 generic_read_dir +EXPORT_SYMBOL vmlinux 0x3145216f pci_dev_present +EXPORT_SYMBOL vmlinux 0x3147857d default_red +EXPORT_SYMBOL vmlinux 0x31808f62 input_event +EXPORT_SYMBOL vmlinux 0x318cadb1 reciprocal_value +EXPORT_SYMBOL vmlinux 0x319e0726 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x31a600a0 flock_lock_file_wait +EXPORT_SYMBOL vmlinux 0x31b31f5c csum_partial_copy_nocheck +EXPORT_SYMBOL vmlinux 0x31d666f3 set_anon_super +EXPORT_SYMBOL vmlinux 0x31e76b57 recalibrate_cpu_khz +EXPORT_SYMBOL vmlinux 0x31f65b17 pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x31ff6dd5 netdev_emerg +EXPORT_SYMBOL vmlinux 0x3202435a wrmsr_safe_regs +EXPORT_SYMBOL vmlinux 0x32090e87 start_tty +EXPORT_SYMBOL vmlinux 0x322a61da blk_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x32300493 twl6040_power +EXPORT_SYMBOL vmlinux 0x3234320c make_bad_inode +EXPORT_SYMBOL vmlinux 0x323caf49 sock_i_ino +EXPORT_SYMBOL vmlinux 0x326425ca pci_unmap_biosrom +EXPORT_SYMBOL vmlinux 0x32876b12 tc_classify +EXPORT_SYMBOL vmlinux 0x329fc48d blkdev_issue_write_same +EXPORT_SYMBOL vmlinux 0x32a434ee neigh_for_each +EXPORT_SYMBOL vmlinux 0x32adf3a9 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x32bb04c8 from_kqid +EXPORT_SYMBOL vmlinux 0x32c64cb5 alloc_pci_dev +EXPORT_SYMBOL vmlinux 0x32debb16 cpumask_next_and +EXPORT_SYMBOL vmlinux 0x32e05956 find_get_pages_tag +EXPORT_SYMBOL vmlinux 0x32eeaded _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x33078c56 init_special_inode +EXPORT_SYMBOL vmlinux 0x333cb37c __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x337c6648 key_validate +EXPORT_SYMBOL vmlinux 0x338a1c67 seq_release +EXPORT_SYMBOL vmlinux 0x33ac417f acpi_os_hotplug_execute +EXPORT_SYMBOL vmlinux 0x33b84f74 copy_page +EXPORT_SYMBOL vmlinux 0x33bdf502 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x33c3a700 scsi_verify_blk_ioctl +EXPORT_SYMBOL vmlinux 0x33cab908 sock_register +EXPORT_SYMBOL vmlinux 0x33d9b3a8 kdb_current_task +EXPORT_SYMBOL vmlinux 0x33d9b735 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x33ef36b6 spi_schedule_dv_device +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33f4043d keyring_alloc +EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x34101e0c cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x34184afe current_kernel_time +EXPORT_SYMBOL vmlinux 0x341cbed2 cpu_present_mask +EXPORT_SYMBOL vmlinux 0x34262805 filemap_flush +EXPORT_SYMBOL vmlinux 0x342b419e journal_revoke +EXPORT_SYMBOL vmlinux 0x345d1462 softnet_data +EXPORT_SYMBOL vmlinux 0x347013de nla_validate +EXPORT_SYMBOL vmlinux 0x34946fca truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a4a174 ip_check_defrag +EXPORT_SYMBOL vmlinux 0x34a8de32 secpath_dup +EXPORT_SYMBOL vmlinux 0x34af0b52 sk_free +EXPORT_SYMBOL vmlinux 0x34c307b9 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x34c40543 bio_clone_bioset +EXPORT_SYMBOL vmlinux 0x34e21dc0 register_sysctl +EXPORT_SYMBOL vmlinux 0x34ec821d phy_device_free +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34f7f23e pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0x3514836d fb_class +EXPORT_SYMBOL vmlinux 0x35225ea3 down_write_trylock +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x3552d563 sg_alloc_table_from_pages +EXPORT_SYMBOL vmlinux 0x35702f64 done_path_create +EXPORT_SYMBOL vmlinux 0x35756d6e pci_read_vpd +EXPORT_SYMBOL vmlinux 0x35793b55 udp_disconnect +EXPORT_SYMBOL vmlinux 0x3591feb8 qdisc_tree_decrease_qlen +EXPORT_SYMBOL vmlinux 0x35a2ea7b get_io_context +EXPORT_SYMBOL vmlinux 0x35b6b772 param_ops_charp +EXPORT_SYMBOL vmlinux 0x35b782ab journal_stop +EXPORT_SYMBOL vmlinux 0x35ca8cfa dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x35da8f99 generic_write_end +EXPORT_SYMBOL vmlinux 0x35defc50 iov_iter_advance +EXPORT_SYMBOL vmlinux 0x35e2eff0 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x35f55416 ip_options_compile +EXPORT_SYMBOL vmlinux 0x35f91353 ata_port_printk +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x360b8d16 x86_cpu_to_apicid +EXPORT_SYMBOL vmlinux 0x363c9abb writeback_in_progress +EXPORT_SYMBOL vmlinux 0x364b2c1b ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x365ab83a ps2_begin_command +EXPORT_SYMBOL vmlinux 0x3686ea09 spi_print_msg +EXPORT_SYMBOL vmlinux 0x36889042 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x368a16dc rtnl_notify +EXPORT_SYMBOL vmlinux 0x368a846a inet_del_protocol +EXPORT_SYMBOL vmlinux 0x368fe465 vga_tryget +EXPORT_SYMBOL vmlinux 0x36905543 i2c_register_driver +EXPORT_SYMBOL vmlinux 0x369e1115 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0x36a0617f napi_gro_flush +EXPORT_SYMBOL vmlinux 0x36b087a4 spi_attach_transport +EXPORT_SYMBOL vmlinux 0x36b0ef40 pci_bus_type +EXPORT_SYMBOL vmlinux 0x36c05e32 __napi_schedule +EXPORT_SYMBOL vmlinux 0x36d66ee0 journal_extend +EXPORT_SYMBOL vmlinux 0x36e360e3 __hw_addr_add_multiple +EXPORT_SYMBOL vmlinux 0x36f9590e amd_iommu_domain_set_gcr3 +EXPORT_SYMBOL vmlinux 0x36f9cd94 rcu_is_cpu_idle +EXPORT_SYMBOL vmlinux 0x37013607 mutex_unlock +EXPORT_SYMBOL vmlinux 0x3701a196 csum_partial_copy_to_user +EXPORT_SYMBOL vmlinux 0x3727e2cd md_flush_request +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x37479820 journal_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x37617af7 unlazy_fpu +EXPORT_SYMBOL vmlinux 0x37632d71 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x378939ff agp_create_memory +EXPORT_SYMBOL vmlinux 0x378f75f6 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x379dd58f genphy_update_link +EXPORT_SYMBOL vmlinux 0x37b4e0af disk_stack_limits +EXPORT_SYMBOL vmlinux 0x37b777df param_set_copystring +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37bfc555 wait_iff_congested +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x37e08744 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x37f8270e km_query +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x3840229f uart_match_port +EXPORT_SYMBOL vmlinux 0x385846d0 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0x3859f6da frontswap_register_ops +EXPORT_SYMBOL vmlinux 0x385fa373 pci_release_region +EXPORT_SYMBOL vmlinux 0x38630b21 skb_copy_and_csum_datagram_iovec +EXPORT_SYMBOL vmlinux 0x3871c71e pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x387e0d7e pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x388f9128 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x389bfe0d rtc_lock +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38b6b4de dev_get_by_name +EXPORT_SYMBOL vmlinux 0x38e6845f jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x38f33bed dump_fpu +EXPORT_SYMBOL vmlinux 0x390ff1f4 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x3928efe9 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x392ade61 ida_init +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x3945dced sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x396784fc vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x3971fb71 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x3980aac1 unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0x398cd6df scsi_host_get +EXPORT_SYMBOL vmlinux 0x3994e4c3 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x399dc865 register_md_personality +EXPORT_SYMBOL vmlinux 0x39a055f3 acpi_remove_gpe_handler +EXPORT_SYMBOL vmlinux 0x39bb372f dq_data_lock +EXPORT_SYMBOL vmlinux 0x3a08475f platform_thermal_notify +EXPORT_SYMBOL vmlinux 0x3a17e5e4 iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x3a20ff73 __crc32c_le +EXPORT_SYMBOL vmlinux 0x3a2d7682 icmpv6_send +EXPORT_SYMBOL vmlinux 0x3a32839e intel_gtt_chipset_flush +EXPORT_SYMBOL vmlinux 0x3a521152 register_nls +EXPORT_SYMBOL vmlinux 0x3a724821 blkdev_fsync +EXPORT_SYMBOL vmlinux 0x3a7666ea lease_modify +EXPORT_SYMBOL vmlinux 0x3a818373 inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x3a84fbca mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0x3a9abd4b scsi_cmd_ioctl +EXPORT_SYMBOL vmlinux 0x3a9b6fb9 blk_unregister_region +EXPORT_SYMBOL vmlinux 0x3abc7137 set_nlink +EXPORT_SYMBOL vmlinux 0x3ac6716f scsi_target_resume +EXPORT_SYMBOL vmlinux 0x3b3016d3 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x3b4c78af scsi_register_driver +EXPORT_SYMBOL vmlinux 0x3b4ceb4a up_write +EXPORT_SYMBOL vmlinux 0x3bd1b1f6 msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x3bdf3d7f blk_get_backing_dev_info +EXPORT_SYMBOL vmlinux 0x3beac533 __getblk +EXPORT_SYMBOL vmlinux 0x3beb690b lg_local_unlock +EXPORT_SYMBOL vmlinux 0x3bef03b9 flow_cache_lookup +EXPORT_SYMBOL vmlinux 0x3bf18332 commit_creds +EXPORT_SYMBOL vmlinux 0x3bf70637 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x3bffc731 __blk_run_queue +EXPORT_SYMBOL vmlinux 0x3c51c37d xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x3c59f642 blk_start_queue +EXPORT_SYMBOL vmlinux 0x3c5dedf0 mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x3c6949e1 journal_load +EXPORT_SYMBOL vmlinux 0x3c7d99b6 dev_warn +EXPORT_SYMBOL vmlinux 0x3c80c06c kstrtoull +EXPORT_SYMBOL vmlinux 0x3c9d1211 string_get_size +EXPORT_SYMBOL vmlinux 0x3cb87231 con_copy_unimap +EXPORT_SYMBOL vmlinux 0x3ccdf3fe jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3cf38819 netdev_printk +EXPORT_SYMBOL vmlinux 0x3cf78bf4 module_put +EXPORT_SYMBOL vmlinux 0x3d023f1b qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x3d1203ba dev_addr_del +EXPORT_SYMBOL vmlinux 0x3d2ad3d4 dev_mc_init +EXPORT_SYMBOL vmlinux 0x3d35c5fe __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x3d44f3a6 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x3d5844b3 strnicmp +EXPORT_SYMBOL vmlinux 0x3d5f1369 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL vmlinux 0x3d719f0f elevator_init +EXPORT_SYMBOL vmlinux 0x3d7c1ed7 msrs_alloc +EXPORT_SYMBOL vmlinux 0x3d96874a ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x3d9ee9f0 clear_page +EXPORT_SYMBOL vmlinux 0x3da171f9 pci_mem_start +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dd01017 write_inode_now +EXPORT_SYMBOL vmlinux 0x3df80f47 inet_frag_evictor +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e0dc38e vga_get +EXPORT_SYMBOL vmlinux 0x3e2ae3a8 acpi_release_global_lock +EXPORT_SYMBOL vmlinux 0x3e35ba5f page_symlink +EXPORT_SYMBOL vmlinux 0x3e42c7ca i2c_clients_command +EXPORT_SYMBOL vmlinux 0x3e45e9ff register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0x3e63f54f pci_set_dma_max_seg_size +EXPORT_SYMBOL vmlinux 0x3e882943 pcibios_align_resource +EXPORT_SYMBOL vmlinux 0x3e9110fa __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0x3eae292f param_set_byte +EXPORT_SYMBOL vmlinux 0x3eaf291d param_get_string +EXPORT_SYMBOL vmlinux 0x3ec16c3b in_group_p +EXPORT_SYMBOL vmlinux 0x3ed63055 zlib_inflateReset +EXPORT_SYMBOL vmlinux 0x3ef2ae1d acpi_processor_notify_smm +EXPORT_SYMBOL vmlinux 0x3f0546a8 ioread32_rep +EXPORT_SYMBOL vmlinux 0x3f1251ee tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x3f22ba25 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f5b61c2 default_llseek +EXPORT_SYMBOL vmlinux 0x3f71faa1 mempool_create +EXPORT_SYMBOL vmlinux 0x3f753088 fget_raw +EXPORT_SYMBOL vmlinux 0x3f777c44 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x3f7e3b61 dquot_commit +EXPORT_SYMBOL vmlinux 0x3f7f5e87 page_readlink +EXPORT_SYMBOL vmlinux 0x3faab79a scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x3fadf5ae skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x3faf7c11 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x3fd49446 pci_clear_master +EXPORT_SYMBOL vmlinux 0x3fd7002c scsi_dma_map +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x3fec048f sg_next +EXPORT_SYMBOL vmlinux 0x3ff14bd1 __d_drop +EXPORT_SYMBOL vmlinux 0x3ff2b4c1 dma_async_device_register +EXPORT_SYMBOL vmlinux 0x3ff62317 local_bh_disable +EXPORT_SYMBOL vmlinux 0x3ffd87d5 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0x40064d67 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x4006c778 scsi_scan_host +EXPORT_SYMBOL vmlinux 0x4014c248 nf_afinfo +EXPORT_SYMBOL vmlinux 0x401665d7 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x40235aa8 ping_prot +EXPORT_SYMBOL vmlinux 0x40256835 complete_all +EXPORT_SYMBOL vmlinux 0x40298e6c inet6_getname +EXPORT_SYMBOL vmlinux 0x402b8281 __request_module +EXPORT_SYMBOL vmlinux 0x405c1144 get_seconds +EXPORT_SYMBOL vmlinux 0x406231fe pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x4082e903 pnp_register_driver +EXPORT_SYMBOL vmlinux 0x408c60e9 scsi_ioctl +EXPORT_SYMBOL vmlinux 0x408c6b0e inode_add_rsv_space +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x4097fa45 acpi_read_bit_register +EXPORT_SYMBOL vmlinux 0x409873e3 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x40a0d13c ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x40a27c37 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x40a7640f agp_bridge +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40aa8f36 bdget +EXPORT_SYMBOL vmlinux 0x40adcca0 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x40c01859 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40c89d46 acpi_get_table_by_index +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d6c38c sock_edemux +EXPORT_SYMBOL vmlinux 0x40e148c7 usb_remove_phy +EXPORT_SYMBOL vmlinux 0x412ae87d pcie_port_service_unregister +EXPORT_SYMBOL vmlinux 0x41308bc7 dst_alloc +EXPORT_SYMBOL vmlinux 0x413e1c7d mmc_can_trim +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x41520649 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x4169cad0 processors +EXPORT_SYMBOL vmlinux 0x4173a38e __cleancache_invalidate_page +EXPORT_SYMBOL vmlinux 0x4178e70a __devm_release_region +EXPORT_SYMBOL vmlinux 0x4188afe4 simple_lookup +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x41894cdc pci_claim_resource +EXPORT_SYMBOL vmlinux 0x41a59c90 d_set_d_op +EXPORT_SYMBOL vmlinux 0x41b65d1a dquot_transfer +EXPORT_SYMBOL vmlinux 0x41ca1224 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x41d6ae89 register_quota_format +EXPORT_SYMBOL vmlinux 0x42018d67 devm_usb_get_phy +EXPORT_SYMBOL vmlinux 0x420e799f scsi_get_host_dev +EXPORT_SYMBOL vmlinux 0x4211c3c1 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x4221d935 cont_write_begin +EXPORT_SYMBOL vmlinux 0x42488504 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x42595e58 vgacon_text_force +EXPORT_SYMBOL vmlinux 0x42741539 submit_bio +EXPORT_SYMBOL vmlinux 0x4277e0f0 inet_shutdown +EXPORT_SYMBOL vmlinux 0x428f24f9 posix_acl_create +EXPORT_SYMBOL vmlinux 0x4290a526 __ethtool_get_settings +EXPORT_SYMBOL vmlinux 0x42977ad4 __hw_addr_del_multiple +EXPORT_SYMBOL vmlinux 0x42990150 inet_sendpage +EXPORT_SYMBOL vmlinux 0x42a1b208 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x42add855 xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x42b0325e gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x42b0d0ee unregister_md_personality +EXPORT_SYMBOL vmlinux 0x42b443b9 set_pages_array_wc +EXPORT_SYMBOL vmlinux 0x42c2fc29 __bio_clone +EXPORT_SYMBOL vmlinux 0x42c8de35 ioremap_nocache +EXPORT_SYMBOL vmlinux 0x42cab044 netlink_unicast +EXPORT_SYMBOL vmlinux 0x42d53065 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x43261dca _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x43412ac8 fsync_bdev +EXPORT_SYMBOL vmlinux 0x4341471d iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x436ab6e4 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x436c2179 iowrite32 +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x439bb587 bioset_integrity_free +EXPORT_SYMBOL vmlinux 0x43a0458b blk_start_plug +EXPORT_SYMBOL vmlinux 0x43a07f2e elv_rb_del +EXPORT_SYMBOL vmlinux 0x43d21ff1 tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x43f23311 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x43ffbab3 elv_rq_merge_ok +EXPORT_SYMBOL vmlinux 0x4411c503 prandom_seed +EXPORT_SYMBOL vmlinux 0x441ca3dd unregister_binfmt +EXPORT_SYMBOL vmlinux 0x444f6a35 __pci_enable_wake +EXPORT_SYMBOL vmlinux 0x4461675a blk_run_queue +EXPORT_SYMBOL vmlinux 0x4470a77f pcim_iomap +EXPORT_SYMBOL vmlinux 0x4470a79b param_ops_long +EXPORT_SYMBOL vmlinux 0x44713ff6 ___pskb_trim +EXPORT_SYMBOL vmlinux 0x448eac3e kmemdup +EXPORT_SYMBOL vmlinux 0x449ad0a7 memcmp +EXPORT_SYMBOL vmlinux 0x44a81d5f acpi_evaluate_object +EXPORT_SYMBOL vmlinux 0x44aaf30f tsc_khz +EXPORT_SYMBOL vmlinux 0x44ab986b elv_dispatch_sort +EXPORT_SYMBOL vmlinux 0x44bddee6 scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x44c87265 init_net +EXPORT_SYMBOL vmlinux 0x44cbb5d6 __generic_file_aio_write +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44f49102 iunique +EXPORT_SYMBOL vmlinux 0x44fd96ed mmc_interrupt_hpi +EXPORT_SYMBOL vmlinux 0x45044497 percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0x45081703 ec_get_handle +EXPORT_SYMBOL vmlinux 0x4522f969 security_path_rmdir +EXPORT_SYMBOL vmlinux 0x452b751d dev_remove_pack +EXPORT_SYMBOL vmlinux 0x452c564f scsi_prep_return +EXPORT_SYMBOL vmlinux 0x45371fdb blk_alloc_queue_node +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x4550ba8a register_cpu_notifier +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x457a25bc tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x457dd8d9 tty_hangup +EXPORT_SYMBOL vmlinux 0x4582cfd4 generic_readlink +EXPORT_SYMBOL vmlinux 0x45882c26 input_set_capability +EXPORT_SYMBOL vmlinux 0x45a765cf pci_add_resource +EXPORT_SYMBOL vmlinux 0x45a99123 tcp_sendpage +EXPORT_SYMBOL vmlinux 0x45acdc7a __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x45bc738b amd_iommu_flush_tlb +EXPORT_SYMBOL vmlinux 0x45bd9efd dm_table_put +EXPORT_SYMBOL vmlinux 0x45c6010b usb_get_phy +EXPORT_SYMBOL vmlinux 0x45d216b9 tcp_put_md5sig_pool +EXPORT_SYMBOL vmlinux 0x45d4dd87 dev_set_group +EXPORT_SYMBOL vmlinux 0x45d6a168 get_user_pages +EXPORT_SYMBOL vmlinux 0x45fb061c dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x4610a65a mount_bdev +EXPORT_SYMBOL vmlinux 0x461ac773 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x465cab34 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x46608fa0 getnstimeofday +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x4670e43d dquot_acquire +EXPORT_SYMBOL vmlinux 0x46982713 nf_getsockopt +EXPORT_SYMBOL vmlinux 0x4699ea45 cfb_copyarea +EXPORT_SYMBOL vmlinux 0x46b737bc blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance +EXPORT_SYMBOL vmlinux 0x46feb099 dm_read_arg +EXPORT_SYMBOL vmlinux 0x4708e5dd bio_integrity_free +EXPORT_SYMBOL vmlinux 0x470ee81a tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x471e14d3 key_type_keyring +EXPORT_SYMBOL vmlinux 0x472c7bde generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0x4735809f jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x47416e14 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x474e3533 ihold +EXPORT_SYMBOL vmlinux 0x475100c2 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x47516cd9 scsi_remove_device +EXPORT_SYMBOL vmlinux 0x475b6c0b xfrm_cfg_mutex +EXPORT_SYMBOL vmlinux 0x475f010b acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x47620a11 fb_show_logo +EXPORT_SYMBOL vmlinux 0x4766a3fc __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x476763a3 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x4784b774 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x478d10b2 ht_destroy_irq +EXPORT_SYMBOL vmlinux 0x47939e0d __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x479c3c86 find_next_zero_bit +EXPORT_SYMBOL vmlinux 0x47b3f862 radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x47b6a10f ftrace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0x47cae746 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x47dd9783 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0x47f067cb amd_iommu_unregister_ppr_notifier +EXPORT_SYMBOL vmlinux 0x47f27f40 set_pages_array_uc +EXPORT_SYMBOL vmlinux 0x481584db xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x48193639 acpi_lid_open +EXPORT_SYMBOL vmlinux 0x481cb9ab acpi_enter_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x48270566 pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x4845c423 param_array_ops +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x48607d2a sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x487d9343 param_ops_ushort +EXPORT_SYMBOL vmlinux 0x48a582ef acpi_bus_start +EXPORT_SYMBOL vmlinux 0x48b0d9f4 amd_iommu_domain_enable_v2 +EXPORT_SYMBOL vmlinux 0x48cd7418 neigh_connected_output +EXPORT_SYMBOL vmlinux 0x48d265ac blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x48febf09 vfs_fsync +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x49386b3b mmc_resume_host +EXPORT_SYMBOL vmlinux 0x4940a7a3 fb_validate_mode +EXPORT_SYMBOL vmlinux 0x49424b64 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x494a6d7f dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0x494b6b04 dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x494e3393 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x49603fb8 security_sb_copy_data +EXPORT_SYMBOL vmlinux 0x4968e2cb scsi_finish_command +EXPORT_SYMBOL vmlinux 0x4970c142 bio_init +EXPORT_SYMBOL vmlinux 0x49b07aec tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x49c63384 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x49cc8dfa dev_remove_offload +EXPORT_SYMBOL vmlinux 0x49cd6e6d pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x49cf85ac irq_to_desc +EXPORT_SYMBOL vmlinux 0x49ef28d1 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0x4a017dca ida_pre_get +EXPORT_SYMBOL vmlinux 0x4a06993f __frontswap_store +EXPORT_SYMBOL vmlinux 0x4a0b73f6 scsi_prep_state_check +EXPORT_SYMBOL vmlinux 0x4a1b7757 dev_addr_flush +EXPORT_SYMBOL vmlinux 0x4a2823ad devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x4a316416 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x4a358252 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x4a5890c9 empty_aops +EXPORT_SYMBOL vmlinux 0x4a74f09a blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x4a7ac1ab kernel_connect +EXPORT_SYMBOL vmlinux 0x4aa47e62 neigh_lookup +EXPORT_SYMBOL vmlinux 0x4aa8fe5a journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x4aad52d7 mempool_free +EXPORT_SYMBOL vmlinux 0x4abbe3c2 vm_brk +EXPORT_SYMBOL vmlinux 0x4acd93d3 release_resource +EXPORT_SYMBOL vmlinux 0x4ae3b8be i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x4ae709a3 prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x4afe9a77 scsi_partsize +EXPORT_SYMBOL vmlinux 0x4b023c58 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x4b03a2f7 bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x4b06b3bb pcim_pin_device +EXPORT_SYMBOL vmlinux 0x4b06d2e7 complete +EXPORT_SYMBOL vmlinux 0x4b085dbf agp3_generic_configure +EXPORT_SYMBOL vmlinux 0x4b0da922 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x4b4bc6de vga_switcheroo_register_handler +EXPORT_SYMBOL vmlinux 0x4b5f661c generic_file_splice_read +EXPORT_SYMBOL vmlinux 0x4b5fd49e dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0x4b631565 scsi_device_get +EXPORT_SYMBOL vmlinux 0x4b652abc blk_run_queue_async +EXPORT_SYMBOL vmlinux 0x4b6bfaac skb_append +EXPORT_SYMBOL vmlinux 0x4b7a8cb8 idr_pre_get +EXPORT_SYMBOL vmlinux 0x4b9169c3 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x4bc561dd cdrom_release +EXPORT_SYMBOL vmlinux 0x4bd529ac nf_log_register +EXPORT_SYMBOL vmlinux 0x4bda9fbf md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x4be7e3b5 seq_putc +EXPORT_SYMBOL vmlinux 0x4bf023b9 dma_pool_create +EXPORT_SYMBOL vmlinux 0x4c0509d5 pnp_stop_dev +EXPORT_SYMBOL vmlinux 0x4c1182cb bitmap_scnprintf +EXPORT_SYMBOL vmlinux 0x4c2bae42 override_creds +EXPORT_SYMBOL vmlinux 0x4c447904 ndo_dflt_bridge_getlink +EXPORT_SYMBOL vmlinux 0x4c4fef19 kernel_stack +EXPORT_SYMBOL vmlinux 0x4c7719b2 file_remove_suid +EXPORT_SYMBOL vmlinux 0x4ca4e658 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x4ca9669f scnprintf +EXPORT_SYMBOL vmlinux 0x4cbbd171 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x4cdb3178 ns_to_timeval +EXPORT_SYMBOL vmlinux 0x4ce3ae76 frontswap_enabled +EXPORT_SYMBOL vmlinux 0x4cf4b265 phy_start_aneg +EXPORT_SYMBOL vmlinux 0x4cf52b81 address_space_init_once +EXPORT_SYMBOL vmlinux 0x4d1023f8 mempool_resize +EXPORT_SYMBOL vmlinux 0x4d166ccc xfrm6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x4d383dce blk_queue_start_tag +EXPORT_SYMBOL vmlinux 0x4d405db8 param_ops_string +EXPORT_SYMBOL vmlinux 0x4d675a3a ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x4d89af24 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x4d974b9c register_sysrq_key +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4db00d75 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x4dc45be9 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x4dc5eafb max8925_reg_write +EXPORT_SYMBOL vmlinux 0x4dca6302 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x4dd5b587 inet_add_offload +EXPORT_SYMBOL vmlinux 0x4de34a07 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4de791c5 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x4de7c2fe amd_iommu_register_ppr_notifier +EXPORT_SYMBOL vmlinux 0x4def3ea3 ida_get_new_above +EXPORT_SYMBOL vmlinux 0x4df119fa __bitmap_parse +EXPORT_SYMBOL vmlinux 0x4e17caa2 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x4e1d6860 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x4e21999c acpi_get_child +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e38be26 mfd_cell_enable +EXPORT_SYMBOL vmlinux 0x4e56a215 seq_vprintf +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e7029ef pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x4e823562 tcf_hash_lookup +EXPORT_SYMBOL vmlinux 0x4e9a8b49 security_path_mkdir +EXPORT_SYMBOL vmlinux 0x4ea25709 dql_reset +EXPORT_SYMBOL vmlinux 0x4eb85bbf jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x4ecb6662 fddi_change_mtu +EXPORT_SYMBOL vmlinux 0x4edd72f7 block_all_signals +EXPORT_SYMBOL vmlinux 0x4efbc699 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0x4f0bbe67 idr_find +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f391d0e nla_parse +EXPORT_SYMBOL vmlinux 0x4f400b93 cdrom_check_events +EXPORT_SYMBOL vmlinux 0x4f408650 unload_nls +EXPORT_SYMBOL vmlinux 0x4f476e96 init_cdrom_command +EXPORT_SYMBOL vmlinux 0x4f68e5c9 do_gettimeofday +EXPORT_SYMBOL vmlinux 0x4f6b400b _copy_from_user +EXPORT_SYMBOL vmlinux 0x4f6d4faf generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x4f6eeb77 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x4f783f30 acpi_read +EXPORT_SYMBOL vmlinux 0x4f8b5ddb _copy_to_user +EXPORT_SYMBOL vmlinux 0x4f916e83 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0x4f9341a1 tty_port_put +EXPORT_SYMBOL vmlinux 0x4f963cca unregister_con_driver +EXPORT_SYMBOL vmlinux 0x4fa599c8 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x4fd6d05f insert_inode_locked +EXPORT_SYMBOL vmlinux 0x4fdee897 i8042_command +EXPORT_SYMBOL vmlinux 0x4fe61cb0 acpi_bus_add +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x50133c18 kernel_accept +EXPORT_SYMBOL vmlinux 0x5018f311 skb_make_writable +EXPORT_SYMBOL vmlinux 0x50211ee3 tcp_free_md5sig_pool +EXPORT_SYMBOL vmlinux 0x502ad3ae __devm_request_region +EXPORT_SYMBOL vmlinux 0x503231e4 blk_queue_invalidate_tags +EXPORT_SYMBOL vmlinux 0x50332c25 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x50392b6d dcache_dir_close +EXPORT_SYMBOL vmlinux 0x504ae6dc fsnotify_put_group +EXPORT_SYMBOL vmlinux 0x504c73e9 netif_device_detach +EXPORT_SYMBOL vmlinux 0x50526e8c simple_open +EXPORT_SYMBOL vmlinux 0x50529870 acpi_get_gpe_status +EXPORT_SYMBOL vmlinux 0x50553d2b pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x50596c96 agp_generic_destroy_pages +EXPORT_SYMBOL vmlinux 0x50a90e8d bsearch +EXPORT_SYMBOL vmlinux 0x50c14959 security_path_rename +EXPORT_SYMBOL vmlinux 0x50d2592d hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0x50d968f9 netlink_broadcast_filtered +EXPORT_SYMBOL vmlinux 0x510b1c6e pnp_get_resource +EXPORT_SYMBOL vmlinux 0x5118c382 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0x511ab427 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x512b7c7f proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x51367fb4 phy_ethtool_gset +EXPORT_SYMBOL vmlinux 0x5143c678 param_get_invbool +EXPORT_SYMBOL vmlinux 0x515f171c neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x51abbf4d simple_rename +EXPORT_SYMBOL vmlinux 0x51bc369b tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled +EXPORT_SYMBOL vmlinux 0x51dce73b xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x51fa3d84 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x52026cdf security_sb_parse_opts_str +EXPORT_SYMBOL vmlinux 0x5208f9a4 acpi_pm_device_run_wake +EXPORT_SYMBOL vmlinux 0x52095e19 acpi_get_data +EXPORT_SYMBOL vmlinux 0x52130046 acpi_check_address_range +EXPORT_SYMBOL vmlinux 0x52159bf0 ps2_init +EXPORT_SYMBOL vmlinux 0x521e8496 swiotlb_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x52268801 netif_receive_skb +EXPORT_SYMBOL vmlinux 0x522e98e9 release_sock +EXPORT_SYMBOL vmlinux 0x52428cc8 parent_mem_cgroup +EXPORT_SYMBOL vmlinux 0x524cf836 journal_destroy +EXPORT_SYMBOL vmlinux 0x525cde0f finish_open +EXPORT_SYMBOL vmlinux 0x525e026f acpi_os_unmap_generic_address +EXPORT_SYMBOL vmlinux 0x52690e71 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x52723bc0 agp_collect_device_status +EXPORT_SYMBOL vmlinux 0x527b11e4 quota_send_warning +EXPORT_SYMBOL vmlinux 0x52b56c93 bio_split +EXPORT_SYMBOL vmlinux 0x52c549c4 serio_reconnect +EXPORT_SYMBOL vmlinux 0x52d42c95 set_current_groups +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x531b604e __virt_addr_valid +EXPORT_SYMBOL vmlinux 0x5321c8ad mmc_wait_for_app_cmd +EXPORT_SYMBOL vmlinux 0x5325330a phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x532defcf fifo_set_limit +EXPORT_SYMBOL vmlinux 0x53326531 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x533adf98 generic_setlease +EXPORT_SYMBOL vmlinux 0x5377e556 hex2bin +EXPORT_SYMBOL vmlinux 0x537f978d md_error +EXPORT_SYMBOL vmlinux 0x538383c0 unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x538c2c36 inet_ioctl +EXPORT_SYMBOL vmlinux 0x538e7208 dm_put_device +EXPORT_SYMBOL vmlinux 0x53a0bc2a blk_queue_max_write_same_sectors +EXPORT_SYMBOL vmlinux 0x53ca35a3 __scsi_put_command +EXPORT_SYMBOL vmlinux 0x53e56757 i2c_del_driver +EXPORT_SYMBOL vmlinux 0x53f6ffbc wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0x5409775b free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0x5413d409 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x541eb29c deactivate_super +EXPORT_SYMBOL vmlinux 0x54245b39 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x542f7965 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x5446b2ae elv_dispatch_add_tail +EXPORT_SYMBOL vmlinux 0x54554948 kobject_put +EXPORT_SYMBOL vmlinux 0x54568b75 register_memory_isolate_notifier +EXPORT_SYMBOL vmlinux 0x546cd026 icmp_send +EXPORT_SYMBOL vmlinux 0x549e1831 max8998_read_reg +EXPORT_SYMBOL vmlinux 0x54a9db5f _kstrtoul +EXPORT_SYMBOL vmlinux 0x54c06485 tcp_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x54e35d6c xfrm_lookup +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54ef76d8 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x54efb5d6 cpu_number +EXPORT_SYMBOL vmlinux 0x54f017f7 register_key_type +EXPORT_SYMBOL vmlinux 0x54f93dc3 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x5523590a rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x552bdac0 journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x5541ea93 on_each_cpu +EXPORT_SYMBOL vmlinux 0x5543e572 dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x55671680 lg_lock_init +EXPORT_SYMBOL vmlinux 0x5567c227 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x5594a1c7 mdiobus_write +EXPORT_SYMBOL vmlinux 0x5594be03 bitmap_remap +EXPORT_SYMBOL vmlinux 0x559d9b10 phy_init_eee +EXPORT_SYMBOL vmlinux 0x55cdaeb7 mmc_start_bkops +EXPORT_SYMBOL vmlinux 0x55f5019b __kmalloc_node +EXPORT_SYMBOL vmlinux 0x560b13cc bio_put +EXPORT_SYMBOL vmlinux 0x5614b010 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x5642793a radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x568ec924 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0x56a22c52 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x56bead15 bio_integrity_tag_size +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56cc6433 fb_blank +EXPORT_SYMBOL vmlinux 0x56d57476 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x56ef8b93 tcf_generic_walker +EXPORT_SYMBOL vmlinux 0x571f4aa3 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x572db8e0 skb_copy_datagram_from_iovec +EXPORT_SYMBOL vmlinux 0x572e85d4 blk_lookup_devt +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x575eb99b __page_cache_alloc +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x57775a48 dev_addr_add +EXPORT_SYMBOL vmlinux 0x577a3625 blk_alloc_queue +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x57a0725b create_proc_entry +EXPORT_SYMBOL vmlinux 0x57a38935 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x57a6ccd0 down_read +EXPORT_SYMBOL vmlinux 0x57ae7f49 padata_start +EXPORT_SYMBOL vmlinux 0x581f0dea sock_update_classid +EXPORT_SYMBOL vmlinux 0x58339583 lro_flush_pkt +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x584738f9 rdmsr_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x58526d65 aio_complete +EXPORT_SYMBOL vmlinux 0x5857b225 ioread16_rep +EXPORT_SYMBOL vmlinux 0x5860aad4 add_wait_queue +EXPORT_SYMBOL vmlinux 0x586103be acpi_setup_gpe_for_wake +EXPORT_SYMBOL vmlinux 0x5864676d set_pages_uc +EXPORT_SYMBOL vmlinux 0x58b7cc61 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x58ebde13 ipv6_push_nfrag_opts +EXPORT_SYMBOL vmlinux 0x59064fea tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x59340952 mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x5934392b fb_register_client +EXPORT_SYMBOL vmlinux 0x5949395a __get_page_tail +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x59550939 tcf_em_register +EXPORT_SYMBOL vmlinux 0x595fe1cf acpi_match_device_ids +EXPORT_SYMBOL vmlinux 0x5967c929 __tracepoint_kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x5971a77b freezing_slow_path +EXPORT_SYMBOL vmlinux 0x59759b2b vfsmount_lock +EXPORT_SYMBOL vmlinux 0x59a75385 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x59a97025 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x59ab1555 sock_kmalloc +EXPORT_SYMBOL vmlinux 0x59bc9609 acpi_write_bit_register +EXPORT_SYMBOL vmlinux 0x59d696b6 register_module_notifier +EXPORT_SYMBOL vmlinux 0x59d89da6 acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0x59e70f93 __send_remote_softirq +EXPORT_SYMBOL vmlinux 0x5a05a52f netdev_err +EXPORT_SYMBOL vmlinux 0x5a0cd36d tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x5a0e2232 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x5a0fd354 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0x5a10ab26 blk_queue_make_request +EXPORT_SYMBOL vmlinux 0x5a1c46f3 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x5a4896a8 __put_user_2 +EXPORT_SYMBOL vmlinux 0x5a7262b1 lock_rename +EXPORT_SYMBOL vmlinux 0x5a7b5b6e pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x5a854c55 devfreq_add_device +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5aa021a5 vga_switcheroo_register_client +EXPORT_SYMBOL vmlinux 0x5aa6f2af mount_subtree +EXPORT_SYMBOL vmlinux 0x5ac376a5 acpi_install_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x5ad16dd3 fsnotify_init_mark +EXPORT_SYMBOL vmlinux 0x5ae2b35c phy_ethtool_sset +EXPORT_SYMBOL vmlinux 0x5ae98105 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x5aeb145f complete_and_exit +EXPORT_SYMBOL vmlinux 0x5af235c3 __lock_page +EXPORT_SYMBOL vmlinux 0x5b15db10 __f_setown +EXPORT_SYMBOL vmlinux 0x5b271d86 acpi_video_dmi_promote_vendor +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b64aedd mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0x5b8f9e44 nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x5b9dbbe9 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x5ba53020 vfs_fstat +EXPORT_SYMBOL vmlinux 0x5bb29667 __set_page_dirty_buffers +EXPORT_SYMBOL vmlinux 0x5bc10524 printk_emit +EXPORT_SYMBOL vmlinux 0x5bd8a424 agp_generic_alloc_by_type +EXPORT_SYMBOL vmlinux 0x5bfe1842 __scm_destroy +EXPORT_SYMBOL vmlinux 0x5c25d0b4 key_invalidate +EXPORT_SYMBOL vmlinux 0x5c3edd59 _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0x5c69dec3 arp_find +EXPORT_SYMBOL vmlinux 0x5c6a6e64 tty_unthrottle +EXPORT_SYMBOL vmlinux 0x5c8b5ce8 prepare_to_wait +EXPORT_SYMBOL vmlinux 0x5cd9dbb5 kmalloc_caches +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5d0b1892 param_set_invbool +EXPORT_SYMBOL vmlinux 0x5d3ffbaf tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x5d4be80a tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x5d4dd4e4 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x5d5169ba pci_scan_bus_parented +EXPORT_SYMBOL vmlinux 0x5d5b5a16 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x5d74dbcf pnp_range_reserved +EXPORT_SYMBOL vmlinux 0x5d76aea6 update_region +EXPORT_SYMBOL vmlinux 0x5d7e8a50 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x5d8600df dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x5d9a6fa1 blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x5d9d15d5 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x5da81d36 thermal_cdev_update +EXPORT_SYMBOL vmlinux 0x5dd4dea4 kill_anon_super +EXPORT_SYMBOL vmlinux 0x5e2d6ca9 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x5e386cbd neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x5e6947f7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x5e695bfe path_is_under +EXPORT_SYMBOL vmlinux 0x5e749657 fput +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5eb24829 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x5eb8a2cd dquot_quotactl_ops +EXPORT_SYMBOL vmlinux 0x5ec4895c tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x5ecb1cf7 skb_checksum_help +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ee3c507 padata_do_parallel +EXPORT_SYMBOL vmlinux 0x5ee76789 spi_release_transport +EXPORT_SYMBOL vmlinux 0x5f005368 kstrtou8 +EXPORT_SYMBOL vmlinux 0x5f042183 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x5f22f4ee blk_init_queue +EXPORT_SYMBOL vmlinux 0x5f3c8f5c mmc_assume_removable +EXPORT_SYMBOL vmlinux 0x5f3f73c8 vmap +EXPORT_SYMBOL vmlinux 0x5f445865 sock_create +EXPORT_SYMBOL vmlinux 0x5f557703 acpi_evaluate_hotplug_ost +EXPORT_SYMBOL vmlinux 0x5f58f676 flex_array_get_ptr +EXPORT_SYMBOL vmlinux 0x5f7419e5 d_invalidate +EXPORT_SYMBOL vmlinux 0x5f762ac5 cfb_imageblit +EXPORT_SYMBOL vmlinux 0x5f7ce8f9 nobh_write_end +EXPORT_SYMBOL vmlinux 0x5fa22b43 blk_queue_end_tag +EXPORT_SYMBOL vmlinux 0x5fadcff8 file_open_root +EXPORT_SYMBOL vmlinux 0x5faf00e0 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0x5fb2217d dst_discard +EXPORT_SYMBOL vmlinux 0x5fc1bf4e call_usermodehelper_fns +EXPORT_SYMBOL vmlinux 0x5fd85b53 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x5ff42b08 acpi_video_get_capabilities +EXPORT_SYMBOL vmlinux 0x5ffc73fc genl_register_ops +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x6019a18b dm_get_device +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x602534b4 __nla_put +EXPORT_SYMBOL vmlinux 0x602ed00d acpi_current_gpe_count +EXPORT_SYMBOL vmlinux 0x606d0b09 secure_tcpv6_sequence_number +EXPORT_SYMBOL vmlinux 0x60751ed3 inet_frag_kill +EXPORT_SYMBOL vmlinux 0x6096b3ca generic_show_options +EXPORT_SYMBOL vmlinux 0x609700a4 pci_map_biosrom +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL vmlinux 0x60b5facd agp_generic_destroy_page +EXPORT_SYMBOL vmlinux 0x60b9e726 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x60bfbbca tty_unregister_device +EXPORT_SYMBOL vmlinux 0x60db7923 rtnl_unicast +EXPORT_SYMBOL vmlinux 0x60e11605 agp_alloc_bridge +EXPORT_SYMBOL vmlinux 0x60f21583 __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x60f77be2 put_disk +EXPORT_SYMBOL vmlinux 0x60fb1cc4 cdrom_open +EXPORT_SYMBOL vmlinux 0x61105870 get_super +EXPORT_SYMBOL vmlinux 0x6116b488 neigh_seq_next +EXPORT_SYMBOL vmlinux 0x611bf24f blk_stop_queue +EXPORT_SYMBOL vmlinux 0x612390ad netpoll_set_trap +EXPORT_SYMBOL vmlinux 0x6128b4c4 redraw_screen +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x614383c0 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0x61672f9d nf_register_hooks +EXPORT_SYMBOL vmlinux 0x617643a2 param_set_long +EXPORT_SYMBOL vmlinux 0x617ea29a proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x618911fc numa_node +EXPORT_SYMBOL vmlinux 0x619a5f73 udp_seq_open +EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61cfd299 sock_no_accept +EXPORT_SYMBOL vmlinux 0x61fb248a node_states +EXPORT_SYMBOL vmlinux 0x61fee163 __sk_dst_check +EXPORT_SYMBOL vmlinux 0x62049256 acpi_disable +EXPORT_SYMBOL vmlinux 0x620ac284 journal_init_dev +EXPORT_SYMBOL vmlinux 0x620fa258 ida_simple_remove +EXPORT_SYMBOL vmlinux 0x620fa3fa may_umount +EXPORT_SYMBOL vmlinux 0x6225637e md5_transform +EXPORT_SYMBOL vmlinux 0x6226b9fa machine_to_phys_mapping +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x6231c7ff notify_change +EXPORT_SYMBOL vmlinux 0x6237f6b5 acpi_enable_event +EXPORT_SYMBOL vmlinux 0x62529e2a proto_unregister +EXPORT_SYMBOL vmlinux 0x625a0789 scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x626ef28b add_to_page_cache_locked +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x62748e70 acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0x628121e9 register_sysctl_table +EXPORT_SYMBOL vmlinux 0x62827bec security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x62a7695f genl_register_family +EXPORT_SYMBOL vmlinux 0x62c82574 d_make_root +EXPORT_SYMBOL vmlinux 0x62f3f980 sock_wfree +EXPORT_SYMBOL vmlinux 0x62fd6207 param_set_charp +EXPORT_SYMBOL vmlinux 0x6303c68b dcb_setapp +EXPORT_SYMBOL vmlinux 0x63187451 pcie_aspm_support_enabled +EXPORT_SYMBOL vmlinux 0x6332cc1a audit_log_start +EXPORT_SYMBOL vmlinux 0x6343f4c2 neigh_event_ns +EXPORT_SYMBOL vmlinux 0x634eccda sock_init_data +EXPORT_SYMBOL vmlinux 0x636a5691 acpi_register_ioapic +EXPORT_SYMBOL vmlinux 0x63863e3d nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x63922bbd vfs_stat +EXPORT_SYMBOL vmlinux 0x63a01291 acpi_leave_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x63acbc81 scsi_remove_target +EXPORT_SYMBOL vmlinux 0x63b3a201 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63ecad53 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x63fc232f strlen_user +EXPORT_SYMBOL vmlinux 0x6403e338 tcp_memory_pressure +EXPORT_SYMBOL vmlinux 0x644245e4 md_finish_reshape +EXPORT_SYMBOL vmlinux 0x6449fd41 acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0x64689847 dm_io +EXPORT_SYMBOL vmlinux 0x6478134c ec_burst_enable +EXPORT_SYMBOL vmlinux 0x64999478 congestion_wait +EXPORT_SYMBOL vmlinux 0x64a6848b tcf_hash_search +EXPORT_SYMBOL vmlinux 0x64aa3ab5 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x64c75a87 vlan_vid_add +EXPORT_SYMBOL vmlinux 0x64c8f929 dev_add_pack +EXPORT_SYMBOL vmlinux 0x64cbbd61 ppp_input +EXPORT_SYMBOL vmlinux 0x64ce4311 current_task +EXPORT_SYMBOL vmlinux 0x64d5a0a1 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x64eae7ad set_memory_array_wb +EXPORT_SYMBOL vmlinux 0x64fff4b5 alloc_disk +EXPORT_SYMBOL vmlinux 0x65002aec __devcgroup_inode_permission +EXPORT_SYMBOL vmlinux 0x650a6767 prandom_u32_state +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x652eeb3e netdev_change_features +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x65495abb mmc_gpio_free_ro +EXPORT_SYMBOL vmlinux 0x655759cc mutex_trylock +EXPORT_SYMBOL vmlinux 0x655d19d1 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x655f1ab0 set_memory_array_wc +EXPORT_SYMBOL vmlinux 0x6580e927 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x65a068f4 mpage_writepage +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65df8e41 schedule_delayed_work_on +EXPORT_SYMBOL vmlinux 0x65e0d6d7 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x65e108e0 blk_integrity_merge_bio +EXPORT_SYMBOL vmlinux 0x65f3ad9a fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x6605f97f flex_array_clear +EXPORT_SYMBOL vmlinux 0x662a476c pci_get_class +EXPORT_SYMBOL vmlinux 0x663262bb swiotlb_sync_single_for_device +EXPORT_SYMBOL vmlinux 0x66379ae9 compat_tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x665fccc3 sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x668da8d5 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x66a67dab flex_array_shrink +EXPORT_SYMBOL vmlinux 0x66aee89e posix_test_lock +EXPORT_SYMBOL vmlinux 0x66e9420b dev_load +EXPORT_SYMBOL vmlinux 0x66f617f4 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0x6714d45a __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x67200a86 __scsi_alloc_queue +EXPORT_SYMBOL vmlinux 0x6729d3df __get_user_4 +EXPORT_SYMBOL vmlinux 0x6732209a km_new_mapping +EXPORT_SYMBOL vmlinux 0x673f815e agp_bridges +EXPORT_SYMBOL vmlinux 0x674b4e1d inode_change_ok +EXPORT_SYMBOL vmlinux 0x6762d1f6 sock_no_setsockopt +EXPORT_SYMBOL vmlinux 0x6768b138 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x6792c5bf mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x67a0306a percpu_counter_set +EXPORT_SYMBOL vmlinux 0x67a46385 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x67af4c77 pnp_device_attach +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67d396b0 rwsem_down_read_failed +EXPORT_SYMBOL vmlinux 0x67d528d7 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0x67d68a9d uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0x67db4da0 udp_prot +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x68aca4ad down +EXPORT_SYMBOL vmlinux 0x68acbbd6 vfs_llseek +EXPORT_SYMBOL vmlinux 0x68b3dcbc netif_carrier_on +EXPORT_SYMBOL vmlinux 0x68cf2ae9 security_path_link +EXPORT_SYMBOL vmlinux 0x68e00160 splice_from_pipe_end +EXPORT_SYMBOL vmlinux 0x68e05d57 getrawmonotonic +EXPORT_SYMBOL vmlinux 0x68e69687 f_setown +EXPORT_SYMBOL vmlinux 0x69051f7d vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x691001b5 acpi_evaluate_integer +EXPORT_SYMBOL vmlinux 0x6934d9ac inet_bind +EXPORT_SYMBOL vmlinux 0x69427f6f input_flush_device +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6973f989 unregister_cdrom +EXPORT_SYMBOL vmlinux 0x6988d0ca cpu_dr7 +EXPORT_SYMBOL vmlinux 0x69a0ca7d iowrite16be +EXPORT_SYMBOL vmlinux 0x69a358a6 iomem_resource +EXPORT_SYMBOL vmlinux 0x69ab5ffc xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x69acdf38 memcpy +EXPORT_SYMBOL vmlinux 0x69ad2f20 kstrtouint +EXPORT_SYMBOL vmlinux 0x69c2c8af gen_pool_add_virt +EXPORT_SYMBOL vmlinux 0x69ca2f21 inet_stream_ops +EXPORT_SYMBOL vmlinux 0x69d38ed9 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x69e0d1b9 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x69e27c7a bitmap_copy_le +EXPORT_SYMBOL vmlinux 0x69fbc0a2 acpi_get_event_resources +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a04e300 md_integrity_register +EXPORT_SYMBOL vmlinux 0x6a13e377 mii_ethtool_sset +EXPORT_SYMBOL vmlinux 0x6a4b6ae3 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x6a5d8953 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a636030 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x6a76f3ac blk_iopoll_enable +EXPORT_SYMBOL vmlinux 0x6ab4289b netdev_info +EXPORT_SYMBOL vmlinux 0x6ab5a928 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x6acb973d iowrite32be +EXPORT_SYMBOL vmlinux 0x6ad0a6a8 scsi_put_command +EXPORT_SYMBOL vmlinux 0x6ad85887 acpi_enable_gpe +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6af006b1 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x6af4d445 generic_file_remap_pages +EXPORT_SYMBOL vmlinux 0x6af52be7 md_register_thread +EXPORT_SYMBOL vmlinux 0x6b0211e7 nf_register_hook +EXPORT_SYMBOL vmlinux 0x6b06fdce delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x6b097b26 d_prune_aliases +EXPORT_SYMBOL vmlinux 0x6b0b5510 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x6b1b67d3 __bdevname +EXPORT_SYMBOL vmlinux 0x6b2db8ae vfs_lstat +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b2f043e md_done_sync +EXPORT_SYMBOL vmlinux 0x6b4829be skb_copy_datagram_const_iovec +EXPORT_SYMBOL vmlinux 0x6b567af1 dev_mc_flush +EXPORT_SYMBOL vmlinux 0x6b58df46 inet_register_protosw +EXPORT_SYMBOL vmlinux 0x6b640864 nla_strlcpy +EXPORT_SYMBOL vmlinux 0x6b6547c4 posix_unblock_lock +EXPORT_SYMBOL vmlinux 0x6b7589f4 param_set_bool +EXPORT_SYMBOL vmlinux 0x6b75cb74 generic_block_bmap +EXPORT_SYMBOL vmlinux 0x6b79dfc9 simple_readpage +EXPORT_SYMBOL vmlinux 0x6b922cfd mmc_can_sanitize +EXPORT_SYMBOL vmlinux 0x6ba8c572 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bcf9267 user_path_at +EXPORT_SYMBOL vmlinux 0x6bd37184 skb_copy_datagram_iovec +EXPORT_SYMBOL vmlinux 0x6bdc92f6 netlink_ack +EXPORT_SYMBOL vmlinux 0x6bdcfd99 qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x6bfb5512 __block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x6c04008a md_unregister_thread +EXPORT_SYMBOL vmlinux 0x6c0d6c1c sk_dst_check +EXPORT_SYMBOL vmlinux 0x6c224a84 fsnotify_alloc_group +EXPORT_SYMBOL vmlinux 0x6c2ef341 proto_register +EXPORT_SYMBOL vmlinux 0x6c389761 acpi_bus_get_private_data +EXPORT_SYMBOL vmlinux 0x6c5101d8 percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c702af7 sysctl_udp_rmem_min +EXPORT_SYMBOL vmlinux 0x6c70e875 dcache_readdir +EXPORT_SYMBOL vmlinux 0x6c75c083 seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x6c913e44 tcp_md5_hash_header +EXPORT_SYMBOL vmlinux 0x6c96f8b4 genphy_suspend +EXPORT_SYMBOL vmlinux 0x6c9b1cdc pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x6c9f714d skb_trim +EXPORT_SYMBOL vmlinux 0x6ca802b3 pci_biosrom_size +EXPORT_SYMBOL vmlinux 0x6cc30ce4 d_obtain_alias +EXPORT_SYMBOL vmlinux 0x6cd9268c elv_register_queue +EXPORT_SYMBOL vmlinux 0x6d044c26 param_ops_uint +EXPORT_SYMBOL vmlinux 0x6d0aba34 wait_for_completion +EXPORT_SYMBOL vmlinux 0x6d0f1f89 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x6d1803e3 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x6d2681a9 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x6d27ef64 __bitmap_empty +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d334118 __get_user_8 +EXPORT_SYMBOL vmlinux 0x6d340f64 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x6d6818ff gen_pool_alloc +EXPORT_SYMBOL vmlinux 0x6d68c81a uart_update_timeout +EXPORT_SYMBOL vmlinux 0x6d68e731 padata_set_cpumasks +EXPORT_SYMBOL vmlinux 0x6d6eafdd generic_splice_sendpage +EXPORT_SYMBOL vmlinux 0x6d712a08 phy_connect_direct +EXPORT_SYMBOL vmlinux 0x6d723bf1 journal_forget +EXPORT_SYMBOL vmlinux 0x6d7250c3 bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x6d7e40fb nobh_write_begin +EXPORT_SYMBOL vmlinux 0x6da2854d ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x6dbb7bc6 pci_dev_get +EXPORT_SYMBOL vmlinux 0x6dc4e949 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x6dcb9956 sk_reset_timer +EXPORT_SYMBOL vmlinux 0x6dd2b80f splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0x6def2db2 half_md4_transform +EXPORT_SYMBOL vmlinux 0x6dfb0034 xfrm_input +EXPORT_SYMBOL vmlinux 0x6e10e491 dm_unregister_target +EXPORT_SYMBOL vmlinux 0x6e12bdf5 journal_errno +EXPORT_SYMBOL vmlinux 0x6e17995d ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x6e297a62 __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x6e5b8d9b dmam_free_noncoherent +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e82bb7e set_pages_x +EXPORT_SYMBOL vmlinux 0x6e9484ad fasync_helper +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ebaca1c mmc_set_blockcount +EXPORT_SYMBOL vmlinux 0x6ed32384 thermal_cooling_device_register +EXPORT_SYMBOL vmlinux 0x6efb8d26 x86_dma_fallback_dev +EXPORT_SYMBOL vmlinux 0x6eff231d pci_enable_ltr +EXPORT_SYMBOL vmlinux 0x6f0d8e15 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x6f20960a full_name_hash +EXPORT_SYMBOL vmlinux 0x6f27df72 irq_set_chip +EXPORT_SYMBOL vmlinux 0x6f3160b7 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x6f4c812f __percpu_counter_add +EXPORT_SYMBOL vmlinux 0x6f556bdb acpi_get_gpe_device +EXPORT_SYMBOL vmlinux 0x6f645808 node_data +EXPORT_SYMBOL vmlinux 0x6f6aa954 amd_iommu_flush_page +EXPORT_SYMBOL vmlinux 0x6f733ae5 sg_miter_stop +EXPORT_SYMBOL vmlinux 0x6f904bf5 unbind_con_driver +EXPORT_SYMBOL vmlinux 0x6fa790b6 put_tty_driver +EXPORT_SYMBOL vmlinux 0x6fbf4115 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fd040ec generic_segment_checks +EXPORT_SYMBOL vmlinux 0x6fd07228 lock_sock_nested +EXPORT_SYMBOL vmlinux 0x6fd5f0db tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x6feb2039 acpi_write +EXPORT_SYMBOL vmlinux 0x6ff0aa16 __bforget +EXPORT_SYMBOL vmlinux 0x700244f7 find_vma +EXPORT_SYMBOL vmlinux 0x70204dcf test_set_page_writeback +EXPORT_SYMBOL vmlinux 0x702b6c54 udplite_table +EXPORT_SYMBOL vmlinux 0x7034e80a truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x703b4352 _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x704fbb21 stop_tty +EXPORT_SYMBOL vmlinux 0x70523a7a __cond_resched_softirq +EXPORT_SYMBOL vmlinux 0x7054a3e4 request_dma +EXPORT_SYMBOL vmlinux 0x7060adbd inet_frag_maybe_warn_overflow +EXPORT_SYMBOL vmlinux 0x70736dd8 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x70772cb0 sk_receive_skb +EXPORT_SYMBOL vmlinux 0x708b7b17 mmc_start_req +EXPORT_SYMBOL vmlinux 0x70b9135a dst_destroy +EXPORT_SYMBOL vmlinux 0x70bc17d7 inode_wait +EXPORT_SYMBOL vmlinux 0x70d053fd try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x70d8ab82 acpi_acquire_global_lock +EXPORT_SYMBOL vmlinux 0x70e569ad blk_recount_segments +EXPORT_SYMBOL vmlinux 0x70f13a3d register_cdrom +EXPORT_SYMBOL vmlinux 0x7103b2a5 set_security_override +EXPORT_SYMBOL vmlinux 0x71269e87 compat_ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x714bec89 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x71500d48 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x7157acc3 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x7161e496 scsi_setup_fs_cmnd +EXPORT_SYMBOL vmlinux 0x716e7f27 sock_release +EXPORT_SYMBOL vmlinux 0x716f753d get_tz_trend +EXPORT_SYMBOL vmlinux 0x7170092f skb_pad +EXPORT_SYMBOL vmlinux 0x7170ab62 clear_bdi_congested +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x717577c5 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x71a50dbc register_blkdev +EXPORT_SYMBOL vmlinux 0x71a57d70 pci_request_region_exclusive +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71abf38a pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0x71bd8c8c prepare_binprm +EXPORT_SYMBOL vmlinux 0x71be5b43 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x71daeae4 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x71e3cecb up +EXPORT_SYMBOL vmlinux 0x71efee54 block_truncate_page +EXPORT_SYMBOL vmlinux 0x71f61dae bio_copy_user +EXPORT_SYMBOL vmlinux 0x72036e0f blk_queue_unprep_rq +EXPORT_SYMBOL vmlinux 0x72040683 bdput +EXPORT_SYMBOL vmlinux 0x72094bde ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x7234eafb otg_state_string +EXPORT_SYMBOL vmlinux 0x725da557 brioctl_set +EXPORT_SYMBOL vmlinux 0x72659a14 led_set_brightness +EXPORT_SYMBOL vmlinux 0x727437e6 scm_detach_fds +EXPORT_SYMBOL vmlinux 0x7275e3a5 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x728ccdc3 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x72a98fdb copy_user_generic_unrolled +EXPORT_SYMBOL vmlinux 0x72b243d4 free_dma +EXPORT_SYMBOL vmlinux 0x72bf2140 mtrr_add +EXPORT_SYMBOL vmlinux 0x72c50ac9 fsnotify_add_mark +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72ec9134 dev_uc_sync +EXPORT_SYMBOL vmlinux 0x72f3aa32 acpi_get_physical_device_location +EXPORT_SYMBOL vmlinux 0x730d5ab9 security_task_getsecid +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x7324d94f __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x733c3b54 kasprintf +EXPORT_SYMBOL vmlinux 0x73517e0f poll_initwait +EXPORT_SYMBOL vmlinux 0x7354c212 dma_async_memcpy_buf_to_buf +EXPORT_SYMBOL vmlinux 0x735a0bd5 native_io_delay +EXPORT_SYMBOL vmlinux 0x737de5e9 radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0x738b4d59 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x73920416 free_buffer_head +EXPORT_SYMBOL vmlinux 0x73a78bc4 downgrade_write +EXPORT_SYMBOL vmlinux 0x73bfb504 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x73dd54eb irq_fpu_usable +EXPORT_SYMBOL vmlinux 0x73ea20a4 pci_set_power_state +EXPORT_SYMBOL vmlinux 0x740489e5 fddi_type_trans +EXPORT_SYMBOL vmlinux 0x740a1b95 reserve_evntsel_nmi +EXPORT_SYMBOL vmlinux 0x742a802e dev_mc_del +EXPORT_SYMBOL vmlinux 0x7434898d find_lock_page +EXPORT_SYMBOL vmlinux 0x7438670a request_key_async_with_auxdata +EXPORT_SYMBOL vmlinux 0x7452e690 revalidate_disk +EXPORT_SYMBOL vmlinux 0x7469fcfe radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x747ea715 key_put +EXPORT_SYMBOL vmlinux 0x7485e15e unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x7487e016 __cleancache_invalidate_inode +EXPORT_SYMBOL vmlinux 0x749f4165 irq_stat +EXPORT_SYMBOL vmlinux 0x749ffae5 mmc_can_erase +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74cc1cbe unregister_cpu_notifier +EXPORT_SYMBOL vmlinux 0x74e1ad7f dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74e73b29 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0x74e96e05 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0x74f8e968 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x75057c31 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x7532588a alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x7538b132 agp_off +EXPORT_SYMBOL vmlinux 0x754d539c strlen +EXPORT_SYMBOL vmlinux 0x754dac78 blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x7551debc panic_notifier_list +EXPORT_SYMBOL vmlinux 0x75b170f1 get_disk +EXPORT_SYMBOL vmlinux 0x75b1f1fb kobject_get +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75bdea12 iommu_area_alloc +EXPORT_SYMBOL vmlinux 0x75d0d0d0 blk_queue_find_tag +EXPORT_SYMBOL vmlinux 0x75e53bed pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x75fb5b88 pnp_register_card_driver +EXPORT_SYMBOL vmlinux 0x75fbdefd acpi_remove_address_space_handler +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x760b437a unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0x760de86d elevator_change +EXPORT_SYMBOL vmlinux 0x7628f3c7 this_cpu_off +EXPORT_SYMBOL vmlinux 0x7635ed2d mb_cache_shrink +EXPORT_SYMBOL vmlinux 0x7639db3d sock_get_timestampns +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x764bd77c request_resource +EXPORT_SYMBOL vmlinux 0x76512467 tcp_close +EXPORT_SYMBOL vmlinux 0x7667ed23 d_lookup +EXPORT_SYMBOL vmlinux 0x76726239 dev_disable_lro +EXPORT_SYMBOL vmlinux 0x767dd8fd acpi_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0x767ddb02 set_memory_wc +EXPORT_SYMBOL vmlinux 0x768303ed xfrm_register_km +EXPORT_SYMBOL vmlinux 0x76869ac8 rdmsr_on_cpus +EXPORT_SYMBOL vmlinux 0x768d5004 do_splice_from +EXPORT_SYMBOL vmlinux 0x76bf656d __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x76c9c799 idr_get_new_above +EXPORT_SYMBOL vmlinux 0x76ca450b elv_unregister_queue +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76fb52d1 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x771cf835 dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x77267e5f textsearch_destroy +EXPORT_SYMBOL vmlinux 0x7731115d km_state_expired +EXPORT_SYMBOL vmlinux 0x7731327b dm_get_mapinfo +EXPORT_SYMBOL vmlinux 0x773a9c94 blk_iopoll_enabled +EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x7742018f d_delete +EXPORT_SYMBOL vmlinux 0x7746442c journal_ack_err +EXPORT_SYMBOL vmlinux 0x775c1a42 pagecache_write_begin +EXPORT_SYMBOL vmlinux 0x775e7691 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x777b9fb7 take_over_console +EXPORT_SYMBOL vmlinux 0x779a18af kstrtoll +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77ce93b3 qid_lt +EXPORT_SYMBOL vmlinux 0x77d3c0fe follow_down +EXPORT_SYMBOL vmlinux 0x77d5cdba journal_force_commit +EXPORT_SYMBOL vmlinux 0x77d8eabc i2c_put_adapter +EXPORT_SYMBOL vmlinux 0x77df0847 __set_personality +EXPORT_SYMBOL vmlinux 0x77ecac9f zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x77f53abc acpi_get_vendor_resource +EXPORT_SYMBOL vmlinux 0x78034c70 dma_sync_wait +EXPORT_SYMBOL vmlinux 0x780fdfd1 intel_enable_gtt +EXPORT_SYMBOL vmlinux 0x78259511 tcp_syn_flood_action +EXPORT_SYMBOL vmlinux 0x7835a98e wait_on_page_bit +EXPORT_SYMBOL vmlinux 0x78428ad2 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0x78469066 ps2_handle_response +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x785d44ce xfrm4_prepare_output +EXPORT_SYMBOL vmlinux 0x78764f4e pv_irq_ops +EXPORT_SYMBOL vmlinux 0x7880c781 dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0x788162df shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x7884a309 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x788960d6 seq_open_private +EXPORT_SYMBOL vmlinux 0x7890cf89 d_instantiate_unique +EXPORT_SYMBOL vmlinux 0x789affb1 frontswap_tmem_exclusive_gets +EXPORT_SYMBOL vmlinux 0x789bdca3 seq_printf +EXPORT_SYMBOL vmlinux 0x78bb3e24 abort_exclusive_wait +EXPORT_SYMBOL vmlinux 0x78c4b692 scsi_calculate_bounce_limit +EXPORT_SYMBOL vmlinux 0x78d30485 scsi_reset_provider +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78e3a7c0 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x79068fda acpi_install_method +EXPORT_SYMBOL vmlinux 0x7914033b I_BDEV +EXPORT_SYMBOL vmlinux 0x792563c1 security_path_truncate +EXPORT_SYMBOL vmlinux 0x79405a9d pci_set_ltr +EXPORT_SYMBOL vmlinux 0x796fc5ce scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x79945d9f proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x79a38e61 ___ratelimit +EXPORT_SYMBOL vmlinux 0x79aa04a2 get_random_bytes +EXPORT_SYMBOL vmlinux 0x79e6b58a phy_stop +EXPORT_SYMBOL vmlinux 0x79e8df86 pci_request_region +EXPORT_SYMBOL vmlinux 0x79ee7300 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x79f66cbb tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x7a119bc8 napi_complete +EXPORT_SYMBOL vmlinux 0x7a188791 prandom_bytes +EXPORT_SYMBOL vmlinux 0x7a1cbfb8 journal_clear_err +EXPORT_SYMBOL vmlinux 0x7a1e570e dev_close +EXPORT_SYMBOL vmlinux 0x7a27c184 ewma_init +EXPORT_SYMBOL vmlinux 0x7a28b2ed agp_generic_alloc_pages +EXPORT_SYMBOL vmlinux 0x7a4497db kzfree +EXPORT_SYMBOL vmlinux 0x7a921739 get_thermal_instance +EXPORT_SYMBOL vmlinux 0x7ab88a45 system_freezing_cnt +EXPORT_SYMBOL vmlinux 0x7ab9eb52 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x7ac878d5 sock_create_kern +EXPORT_SYMBOL vmlinux 0x7acac4d1 d_validate +EXPORT_SYMBOL vmlinux 0x7ad41bf9 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7ad93417 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x7ae60500 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0x7ae6352a pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x7aec9089 clear_user +EXPORT_SYMBOL vmlinux 0x7af59aac ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x7afbab77 vga_switcheroo_client_fb_set +EXPORT_SYMBOL vmlinux 0x7afe1c2f acpi_pm_device_sleep_state +EXPORT_SYMBOL vmlinux 0x7b03848a verify_mem_not_deleted +EXPORT_SYMBOL vmlinux 0x7b08fe9f scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0x7b0c84c4 acpi_remove_table_handler +EXPORT_SYMBOL vmlinux 0x7b110b5a jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x7b2aef6c __krealloc +EXPORT_SYMBOL vmlinux 0x7b415ae1 inetdev_by_index +EXPORT_SYMBOL vmlinux 0x7b50d759 mmc_gpio_free_cd +EXPORT_SYMBOL vmlinux 0x7b52a859 wrmsr_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x7b533b40 load_nls_default +EXPORT_SYMBOL vmlinux 0x7b56bd05 acpi_lid_notifier_register +EXPORT_SYMBOL vmlinux 0x7b641196 generic_delete_inode +EXPORT_SYMBOL vmlinux 0x7b8d25b5 inode_sub_rsv_space +EXPORT_SYMBOL vmlinux 0x7b9a6116 intel_agp_enabled +EXPORT_SYMBOL vmlinux 0x7b9d2ecc register_filesystem +EXPORT_SYMBOL vmlinux 0x7ba15a2a locks_delete_block +EXPORT_SYMBOL vmlinux 0x7bd87504 generic_file_open +EXPORT_SYMBOL vmlinux 0x7be51c40 pci_enable_msix +EXPORT_SYMBOL vmlinux 0x7c1372e8 panic +EXPORT_SYMBOL vmlinux 0x7c29141c xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x7c2d098f krealloc +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c4da462 mdiobus_read +EXPORT_SYMBOL vmlinux 0x7c5f2a2f bio_reset +EXPORT_SYMBOL vmlinux 0x7c61340c __release_region +EXPORT_SYMBOL vmlinux 0x7c7099bf journal_check_used_features +EXPORT_SYMBOL vmlinux 0x7c731825 generic_pipe_buf_steal +EXPORT_SYMBOL vmlinux 0x7c904ded unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x7c98845d twl_i2c_read +EXPORT_SYMBOL vmlinux 0x7ca46555 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0x7cb1ae69 cpu_down +EXPORT_SYMBOL vmlinux 0x7cbf7081 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x7cc60033 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x7cccafe5 tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x7cd52d48 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x7cea2c1b kmem_cache_alloc_node_trace +EXPORT_SYMBOL vmlinux 0x7cebcaf3 igrab +EXPORT_SYMBOL vmlinux 0x7cf3a16b put_cmsg +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d11c268 jiffies +EXPORT_SYMBOL vmlinux 0x7d330128 pci_find_capability +EXPORT_SYMBOL vmlinux 0x7d3aef06 kernel_sock_ioctl +EXPORT_SYMBOL vmlinux 0x7d42876f ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x7d6ec336 unmap_underlying_metadata +EXPORT_SYMBOL vmlinux 0x7d70b25c tcp_parse_options +EXPORT_SYMBOL vmlinux 0x7d8512ff swiotlb_dma_supported +EXPORT_SYMBOL vmlinux 0x7d94f746 acpi_os_write_port +EXPORT_SYMBOL vmlinux 0x7da7be30 mutex_lock +EXPORT_SYMBOL vmlinux 0x7daa184b input_reset_device +EXPORT_SYMBOL vmlinux 0x7dbc2e57 mmiotrace_printk +EXPORT_SYMBOL vmlinux 0x7dc14005 pm860x_page_bulk_write +EXPORT_SYMBOL vmlinux 0x7dd554fc unregister_kmmio_probe +EXPORT_SYMBOL vmlinux 0x7deff673 dm_consume_args +EXPORT_SYMBOL vmlinux 0x7e0780df inet6_add_offload +EXPORT_SYMBOL vmlinux 0x7e11e053 __wake_up_bit +EXPORT_SYMBOL vmlinux 0x7e394c4e sysctl_local_reserved_ports +EXPORT_SYMBOL vmlinux 0x7e567187 vfs_write +EXPORT_SYMBOL vmlinux 0x7e69e36f phy_print_status +EXPORT_SYMBOL vmlinux 0x7e8f8d1f tc_classify_compat +EXPORT_SYMBOL vmlinux 0x7e9138c6 abx500_mask_and_set_register_interruptible +EXPORT_SYMBOL vmlinux 0x7e94e76d inet_put_port +EXPORT_SYMBOL vmlinux 0x7ea1c710 block_invalidatepage +EXPORT_SYMBOL vmlinux 0x7ec8f9a7 x86_hyper_vmware +EXPORT_SYMBOL vmlinux 0x7ed914c9 acpi_decode_pld_buffer +EXPORT_SYMBOL vmlinux 0x7ee9b569 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x7ef89389 create_syslog_header +EXPORT_SYMBOL vmlinux 0x7f18b194 kacpi_hotplug_wq +EXPORT_SYMBOL vmlinux 0x7f23756a tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f2c1a19 mmc_erase +EXPORT_SYMBOL vmlinux 0x7f658e80 _raw_write_lock +EXPORT_SYMBOL vmlinux 0x7f86411e dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7fe38f48 sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x7fea7bc3 lookup_bdev +EXPORT_SYMBOL vmlinux 0x7febf421 bio_unmap_user +EXPORT_SYMBOL vmlinux 0x7ffa0aef block_write_end +EXPORT_SYMBOL vmlinux 0x8016c20d __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x801ebff7 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x802d0e93 crc32_le +EXPORT_SYMBOL vmlinux 0x804a02b0 mmc_flush_cache +EXPORT_SYMBOL vmlinux 0x8058c08c skb_queue_head +EXPORT_SYMBOL vmlinux 0x8062fffd pneigh_lookup +EXPORT_SYMBOL vmlinux 0x80658b6c km_report +EXPORT_SYMBOL vmlinux 0x807b213f xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x808ac21e mddev_congested +EXPORT_SYMBOL vmlinux 0x80bf60bd blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x80c2d00f mfd_add_devices +EXPORT_SYMBOL vmlinux 0x80c9c31f acpi_bus_generate_proc_event +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80e07abc seq_bitmap +EXPORT_SYMBOL vmlinux 0x812ab7b0 elevator_exit +EXPORT_SYMBOL vmlinux 0x812c4757 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x81389fc2 scsi_remove_host +EXPORT_SYMBOL vmlinux 0x81399e09 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x81472677 acpi_get_table +EXPORT_SYMBOL vmlinux 0x814e7730 nf_ct_destroy +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815f2897 empty_zero_page +EXPORT_SYMBOL vmlinux 0x8161f29a mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x819fc441 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x81c123e1 kill_block_super +EXPORT_SYMBOL vmlinux 0x81d10f5f trace_seq_putc +EXPORT_SYMBOL vmlinux 0x81d2e6e8 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x81ef2543 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x81ef2a51 blk_complete_request +EXPORT_SYMBOL vmlinux 0x81f00c74 mii_check_gmii_support +EXPORT_SYMBOL vmlinux 0x82072614 tasklet_kill +EXPORT_SYMBOL vmlinux 0x820ac0f7 inode_needs_sync +EXPORT_SYMBOL vmlinux 0x8212721d xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0x8225817a inet6_release +EXPORT_SYMBOL vmlinux 0x822c15fc __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x822e23d6 mnt_unpin +EXPORT_SYMBOL vmlinux 0x822e8d7a bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x824d5bb9 tcp_check_req +EXPORT_SYMBOL vmlinux 0x824d7b33 blk_queue_prep_rq +EXPORT_SYMBOL vmlinux 0x8251bcc3 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x8251cb63 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x8260686f bitmap_find_next_zero_area +EXPORT_SYMBOL vmlinux 0x826d312c tcp_poll +EXPORT_SYMBOL vmlinux 0x826fa69b sock_i_uid +EXPORT_SYMBOL vmlinux 0x827937f7 pci_iomap +EXPORT_SYMBOL vmlinux 0x8291af29 __blk_end_request_cur +EXPORT_SYMBOL vmlinux 0x829727d3 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x829d4e08 rwsem_down_write_failed +EXPORT_SYMBOL vmlinux 0x82aa0e47 register_exec_domain +EXPORT_SYMBOL vmlinux 0x82acfb70 blk_iopoll_sched +EXPORT_SYMBOL vmlinux 0x82ae3c2d bitmap_unplug +EXPORT_SYMBOL vmlinux 0x82bda95c swiotlb_unmap_sg +EXPORT_SYMBOL vmlinux 0x82e4d64a acpi_pci_register_driver +EXPORT_SYMBOL vmlinux 0x82ff6be5 generic_file_fsync +EXPORT_SYMBOL vmlinux 0x830e547b ioremap_prot +EXPORT_SYMBOL vmlinux 0x83164982 simple_transaction_release +EXPORT_SYMBOL vmlinux 0x831b7229 max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x8321994e acpi_is_video_device +EXPORT_SYMBOL vmlinux 0x8326e7d0 sock_create_lite +EXPORT_SYMBOL vmlinux 0x8331287c sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x8332e988 tty_schedule_flip +EXPORT_SYMBOL vmlinux 0x833c03aa acpi_enable_all_runtime_gpes +EXPORT_SYMBOL vmlinux 0x83403359 ata_ap_acpi_handle +EXPORT_SYMBOL vmlinux 0x8373692f i2c_get_adapter +EXPORT_SYMBOL vmlinux 0x8377c30b vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x838f70b0 twl_i2c_write_u8 +EXPORT_SYMBOL vmlinux 0x83a476ce bitmap_scnlistprintf +EXPORT_SYMBOL vmlinux 0x83c8a355 param_set_int +EXPORT_SYMBOL vmlinux 0x83cd257f dev_change_flags +EXPORT_SYMBOL vmlinux 0x83e8be3d udp_proc_register +EXPORT_SYMBOL vmlinux 0x83f3cdff gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0x84060081 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x84075ff6 console_start +EXPORT_SYMBOL vmlinux 0x8417f512 acpi_update_all_gpes +EXPORT_SYMBOL vmlinux 0x845e90dc xfrm6_rcv +EXPORT_SYMBOL vmlinux 0x84677b56 mmc_card_can_sleep +EXPORT_SYMBOL vmlinux 0x846bcc01 dm_table_get +EXPORT_SYMBOL vmlinux 0x846f73a9 pipe_to_file +EXPORT_SYMBOL vmlinux 0x84818cf5 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x8495b05e i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x84fea21c vsc824x_add_skew +EXPORT_SYMBOL vmlinux 0x85042464 __cleancache_invalidate_fs +EXPORT_SYMBOL vmlinux 0x85093972 save_mount_options +EXPORT_SYMBOL vmlinux 0x85287d7d unlock_rename +EXPORT_SYMBOL vmlinux 0x853fea75 dma_find_channel +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x8575422f eth_header_cache +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85bb7a60 lease_get_mtime +EXPORT_SYMBOL vmlinux 0x85d1eb21 submit_bh +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85e4f6e8 max8925_set_bits +EXPORT_SYMBOL vmlinux 0x85f0e082 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x85f935a7 __ip_dev_find +EXPORT_SYMBOL vmlinux 0x860deba8 intel_gtt_get +EXPORT_SYMBOL vmlinux 0x861bfa87 input_get_keycode +EXPORT_SYMBOL vmlinux 0x86426bcb phy_drivers_register +EXPORT_SYMBOL vmlinux 0x865029ac __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x8664f62e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0x867207ab skb_clone +EXPORT_SYMBOL vmlinux 0x867f011a wake_up_process +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x868b8853 nf_unregister_hooks +EXPORT_SYMBOL vmlinux 0x86d5255f _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x86db9a2d pci_disable_device +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x86fd672f netif_skb_features +EXPORT_SYMBOL vmlinux 0x870b11a7 lro_receive_frags +EXPORT_SYMBOL vmlinux 0x870bf928 radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x870f187f devm_ioremap_nocache +EXPORT_SYMBOL vmlinux 0x871c0a7e fiemap_check_flags +EXPORT_SYMBOL vmlinux 0x8724696e xfrm6_prepare_output +EXPORT_SYMBOL vmlinux 0x873043b0 led_blink_set_oneshot +EXPORT_SYMBOL vmlinux 0x873aabb3 skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x8744c30b jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x876dafc3 ec_write +EXPORT_SYMBOL vmlinux 0x87768565 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x87830632 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x878ab3ce sysctl_tcp_adv_win_scale +EXPORT_SYMBOL vmlinux 0x87aaddf8 wrmsr_safe_regs_on_cpu +EXPORT_SYMBOL vmlinux 0x87b519b3 page_put_link +EXPORT_SYMBOL vmlinux 0x87c58a96 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x87ce1f99 eth_type_trans +EXPORT_SYMBOL vmlinux 0x87dbfbb8 key_link +EXPORT_SYMBOL vmlinux 0x87dc469a mempool_create_node +EXPORT_SYMBOL vmlinux 0x87f47050 vfs_unlink +EXPORT_SYMBOL vmlinux 0x881039d0 zlib_inflate +EXPORT_SYMBOL vmlinux 0x882ba8ce phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x8834396c mod_timer +EXPORT_SYMBOL vmlinux 0x885b7870 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x885c0d78 mb_cache_entry_release +EXPORT_SYMBOL vmlinux 0x8863ecf4 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x88745336 ppp_dev_name +EXPORT_SYMBOL vmlinux 0x889d15fc cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x88a49dfb skb_copy_expand +EXPORT_SYMBOL vmlinux 0x88b04e39 __register_nmi_handler +EXPORT_SYMBOL vmlinux 0x88d9dd33 tty_vhangup +EXPORT_SYMBOL vmlinux 0x88f00d18 lg_global_unlock +EXPORT_SYMBOL vmlinux 0x8911f158 complete_request_key +EXPORT_SYMBOL vmlinux 0x892b26a0 set_memory_nx +EXPORT_SYMBOL vmlinux 0x89413870 __blk_end_request_all +EXPORT_SYMBOL vmlinux 0x8958982e __bread +EXPORT_SYMBOL vmlinux 0x896edb42 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x89708128 filemap_write_and_wait +EXPORT_SYMBOL vmlinux 0x897473df mktime +EXPORT_SYMBOL vmlinux 0x898a88ef bio_integrity_enabled +EXPORT_SYMBOL vmlinux 0x89a31b4c phy_find_first +EXPORT_SYMBOL vmlinux 0x89aeb692 blkdev_get +EXPORT_SYMBOL vmlinux 0x89afe34e __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x89b11145 inet6_protos +EXPORT_SYMBOL vmlinux 0x89d5538d fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x89d66811 build_ehash_secret +EXPORT_SYMBOL vmlinux 0x89dae3db blk_queue_resize_tags +EXPORT_SYMBOL vmlinux 0x89e6131e fs_bio_set +EXPORT_SYMBOL vmlinux 0x8a0c8c67 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x8a152588 qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x8a1ab4ee timeval_to_jiffies +EXPORT_SYMBOL vmlinux 0x8a23899b inode_dio_done +EXPORT_SYMBOL vmlinux 0x8a26f07a neigh_table_init +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a5260cd tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x8a62d62d read_dev_sector +EXPORT_SYMBOL vmlinux 0x8a6af65c kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0x8a6c7bfe pci_enable_msi_block +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a90f2ed scsi_sd_probe_domain +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aa0da64 find_get_page +EXPORT_SYMBOL vmlinux 0x8aae33ee max8998_update_reg +EXPORT_SYMBOL vmlinux 0x8ac94f19 ilookup +EXPORT_SYMBOL vmlinux 0x8ace8ca3 groups_alloc +EXPORT_SYMBOL vmlinux 0x8ae8afa7 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x8afcbe93 ip6_xmit +EXPORT_SYMBOL vmlinux 0x8b1a7a66 pcie_aspm_enabled +EXPORT_SYMBOL vmlinux 0x8b226a81 acpi_video_dmi_demote_vendor +EXPORT_SYMBOL vmlinux 0x8b25739c dump_write +EXPORT_SYMBOL vmlinux 0x8b35e873 sg_last +EXPORT_SYMBOL vmlinux 0x8b5f4a2e IO_APIC_get_PCI_irq_vector +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b66c01a devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0x8b8b060e blk_end_request +EXPORT_SYMBOL vmlinux 0x8b989cf9 acpi_bus_can_wakeup +EXPORT_SYMBOL vmlinux 0x8ba40929 sk_stop_timer +EXPORT_SYMBOL vmlinux 0x8ba9d81d blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x8bc86f93 swiotlb_dma_mapping_error +EXPORT_SYMBOL vmlinux 0x8bc9e350 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x8bf3e99c generic_file_aio_read +EXPORT_SYMBOL vmlinux 0x8bfe8c57 param_set_uint +EXPORT_SYMBOL vmlinux 0x8c183cbe iowrite16 +EXPORT_SYMBOL vmlinux 0x8c196454 pci_restore_state +EXPORT_SYMBOL vmlinux 0x8c36c539 compat_ip_getsockopt +EXPORT_SYMBOL vmlinux 0x8c3935fa set_pages_array_wb +EXPORT_SYMBOL vmlinux 0x8c4c34d3 page_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x8c546305 qdisc_reset +EXPORT_SYMBOL vmlinux 0x8c59211b dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x8c614e46 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x8c637d43 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x8cc772e6 blk_integrity_register +EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8d3a4657 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x8d551bef sysctl_tcp_rmem +EXPORT_SYMBOL vmlinux 0x8d6906d4 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x8d6e2879 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x8d8d96c6 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x8da1a3cb acpi_remove_interface +EXPORT_SYMBOL vmlinux 0x8daf8c42 dql_init +EXPORT_SYMBOL vmlinux 0x8dc3ee2c dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x8de02154 mmc_fixup_device +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8dfe4ce1 neigh_lookup_nodev +EXPORT_SYMBOL vmlinux 0x8e002cda acpi_remove_gpe_block +EXPORT_SYMBOL vmlinux 0x8e1c72e0 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0x8e1ea234 skb_gso_segment +EXPORT_SYMBOL vmlinux 0x8e28cd42 in_egroup_p +EXPORT_SYMBOL vmlinux 0x8ea37551 tty_port_close_end +EXPORT_SYMBOL vmlinux 0x8eabd0da scsi_cmd_get_serial +EXPORT_SYMBOL vmlinux 0x8eac7c7f pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0x8eaf2a5f vga_switcheroo_unregister_handler +EXPORT_SYMBOL vmlinux 0x8f11356b sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x8f2703b7 wbinvd_on_all_cpus +EXPORT_SYMBOL vmlinux 0x8f27b4a3 dst_release +EXPORT_SYMBOL vmlinux 0x8f2b6564 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x8f35217d netdev_class_remove_file +EXPORT_SYMBOL vmlinux 0x8f397731 skb_free_datagram +EXPORT_SYMBOL vmlinux 0x8f52a40d kobject_set_name +EXPORT_SYMBOL vmlinux 0x8f7014a1 param_set_ulong +EXPORT_SYMBOL vmlinux 0x8f73a403 mapping_tagged +EXPORT_SYMBOL vmlinux 0x8f7af24a alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x8f7f1ef1 netlink_broadcast +EXPORT_SYMBOL vmlinux 0x8f868ab6 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x8f9c199c __get_user_2 +EXPORT_SYMBOL vmlinux 0x8fa2c4c1 dentry_unhash +EXPORT_SYMBOL vmlinux 0x8fb25e30 sock_alloc_file +EXPORT_SYMBOL vmlinux 0x8fbb68e3 alloc_disk_node +EXPORT_SYMBOL vmlinux 0x8fbc3cf7 mmc_power_save_host +EXPORT_SYMBOL vmlinux 0x8fd934e6 __get_user_pages +EXPORT_SYMBOL vmlinux 0x8fde5d80 inode_init_once +EXPORT_SYMBOL vmlinux 0x8fe48b08 register_sysctl_paths +EXPORT_SYMBOL vmlinux 0x8fe9c76e tcp_enter_memory_pressure +EXPORT_SYMBOL vmlinux 0x9029106d mmc_release_host +EXPORT_SYMBOL vmlinux 0x904409c6 acpi_set_firmware_waking_vector +EXPORT_SYMBOL vmlinux 0x9046b526 generic_file_buffered_write +EXPORT_SYMBOL vmlinux 0x9052e1bd blk_get_request +EXPORT_SYMBOL vmlinux 0x906d250e simple_dir_operations +EXPORT_SYMBOL vmlinux 0x907bdd1a mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x909b74e6 dquot_operations +EXPORT_SYMBOL vmlinux 0x90a1601f dmi_check_system +EXPORT_SYMBOL vmlinux 0x90a72057 __dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x90ac945d pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x90b4b41d nf_reinject +EXPORT_SYMBOL vmlinux 0x90b798c7 end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x90bdb458 should_remove_suid +EXPORT_SYMBOL vmlinux 0x90e5d0b8 print_hex_dump_bytes +EXPORT_SYMBOL vmlinux 0x90f502e5 sock_no_listen +EXPORT_SYMBOL vmlinux 0x911c6dc5 mount_ns +EXPORT_SYMBOL vmlinux 0x911f9dfd devm_usb_put_phy +EXPORT_SYMBOL vmlinux 0x9135a516 compat_ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x9139096d sock_no_socketpair +EXPORT_SYMBOL vmlinux 0x913db9fb noop_qdisc +EXPORT_SYMBOL vmlinux 0x913ff3b1 mmc_add_host +EXPORT_SYMBOL vmlinux 0x9144a8e2 ec_burst_disable +EXPORT_SYMBOL vmlinux 0x91463b1d kstrtos16 +EXPORT_SYMBOL vmlinux 0x914f8347 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x914fc609 netdev_update_features +EXPORT_SYMBOL vmlinux 0x91607d95 set_memory_wb +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x91715312 sprintf +EXPORT_SYMBOL vmlinux 0x91731254 scsi_cmd_blk_ioctl +EXPORT_SYMBOL vmlinux 0x91949a7d d_alloc_pseudo +EXPORT_SYMBOL vmlinux 0x9199ec77 pci_select_bars +EXPORT_SYMBOL vmlinux 0x91a3cdf4 down_timeout +EXPORT_SYMBOL vmlinux 0x91a8f755 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x91ac822f vscnprintf +EXPORT_SYMBOL vmlinux 0x91b0f844 ppp_unit_number +EXPORT_SYMBOL vmlinux 0x91b499e5 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x91ca2039 open_exec +EXPORT_SYMBOL vmlinux 0x91df8e56 inet_twsk_deschedule +EXPORT_SYMBOL vmlinux 0x91f4b350 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x91f8cd71 gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x91ff6d11 agp_alloc_page_array +EXPORT_SYMBOL vmlinux 0x922c950c block_write_begin +EXPORT_SYMBOL vmlinux 0x9238a80a d_alloc +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x92654fbf d_path +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x92946f6a mb_cache_entry_alloc +EXPORT_SYMBOL vmlinux 0x92a9c60c time_to_tm +EXPORT_SYMBOL vmlinux 0x92ac90ff iget_locked +EXPORT_SYMBOL vmlinux 0x92c7baec blk_fetch_request +EXPORT_SYMBOL vmlinux 0x92de15d6 send_sig_info +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x931e83d6 devm_request_and_ioremap +EXPORT_SYMBOL vmlinux 0x9327f5ce _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x93448c57 screen_info +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b1828f sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x93b9cba0 genl_unregister_family +EXPORT_SYMBOL vmlinux 0x93c47c50 inet_listen +EXPORT_SYMBOL vmlinux 0x93c651be acpi_info +EXPORT_SYMBOL vmlinux 0x93d69b8d filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x93ddece3 netdev_set_master +EXPORT_SYMBOL vmlinux 0x93f3e52b acpi_extract_package +EXPORT_SYMBOL vmlinux 0x93fc4126 set_pages_nx +EXPORT_SYMBOL vmlinux 0x93fca811 __get_free_pages +EXPORT_SYMBOL vmlinux 0x93ff76d6 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x941ac8b6 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x941fce4f agp_generic_enable +EXPORT_SYMBOL vmlinux 0x9437c38d dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x9439de98 pnpacpi_protocol +EXPORT_SYMBOL vmlinux 0x943c43cc __page_symlink +EXPORT_SYMBOL vmlinux 0x94552902 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x94645460 pci_match_id +EXPORT_SYMBOL vmlinux 0x94858e53 ip6_frag_match +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94993346 try_module_get +EXPORT_SYMBOL vmlinux 0x94aa429e mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x94d87fdf jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0x94d982b4 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x9501a8b1 dquot_initialize +EXPORT_SYMBOL vmlinux 0x9518b623 register_shrinker +EXPORT_SYMBOL vmlinux 0x954488a4 syncookie_secret +EXPORT_SYMBOL vmlinux 0x9545af6d tasklet_init +EXPORT_SYMBOL vmlinux 0x95823952 invalidate_partition +EXPORT_SYMBOL vmlinux 0x958a284d inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x95964e42 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x95e5b293 tcf_hash_check +EXPORT_SYMBOL vmlinux 0x95ed32a0 uart_resume_port +EXPORT_SYMBOL vmlinux 0x95f4eb3d journal_check_available_features +EXPORT_SYMBOL vmlinux 0x95f89a33 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x96000c89 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x961ac61b netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x964fb185 journal_update_format +EXPORT_SYMBOL vmlinux 0x96553e1b d_find_alias +EXPORT_SYMBOL vmlinux 0x965c65fc d_find_any_alias +EXPORT_SYMBOL vmlinux 0x9664789d uart_suspend_port +EXPORT_SYMBOL vmlinux 0x9698c538 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x969c0f35 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96cdf5ab kernel_getsockname +EXPORT_SYMBOL vmlinux 0x96f1d435 fget_light +EXPORT_SYMBOL vmlinux 0x97118231 genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x9715c7ac kmem_cache_create +EXPORT_SYMBOL vmlinux 0x9725b589 proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x972f0b5f kblockd_schedule_delayed_work +EXPORT_SYMBOL vmlinux 0x9737a563 swiotlb_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0x974d0911 __scsi_add_device +EXPORT_SYMBOL vmlinux 0x9754ec10 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x9756a102 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x9759f031 truncate_setsize +EXPORT_SYMBOL vmlinux 0x97868aef __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x97999817 rfkill_set_hw_state +EXPORT_SYMBOL vmlinux 0x97a15957 neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x97c5bd0a acpi_unload_parent_table +EXPORT_SYMBOL vmlinux 0x97ce7afe pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0x97d9788d set_bdi_congested +EXPORT_SYMBOL vmlinux 0x97d9caa3 agp_copy_info +EXPORT_SYMBOL vmlinux 0x97d9eeed kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x97de0ddd acpi_install_gpe_block +EXPORT_SYMBOL vmlinux 0x97e73fcd tty_kref_put +EXPORT_SYMBOL vmlinux 0x98138af3 dump_seek +EXPORT_SYMBOL vmlinux 0x9820b644 warn_slowpath_fmt_taint +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x9863e67a d_rehash +EXPORT_SYMBOL vmlinux 0x986e6135 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x988ed85d set_memory_x +EXPORT_SYMBOL vmlinux 0x98fa21b0 mod_timer_pinned +EXPORT_SYMBOL vmlinux 0x99195078 vsnprintf +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x99591a7a ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x99626e5f kill_pid +EXPORT_SYMBOL vmlinux 0x99670d9c log_start_commit +EXPORT_SYMBOL vmlinux 0x9967e185 blk_end_request_all +EXPORT_SYMBOL vmlinux 0x9970c433 mmc_card_awake +EXPORT_SYMBOL vmlinux 0x998ac612 mmc_register_driver +EXPORT_SYMBOL vmlinux 0x999238cd first_ec +EXPORT_SYMBOL vmlinux 0x9994c0ca ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99bdd967 cancel_dirty_page +EXPORT_SYMBOL vmlinux 0x99c1eaab pcie_port_service_register +EXPORT_SYMBOL vmlinux 0x99c9136e register_gifconf +EXPORT_SYMBOL vmlinux 0x99cdc86b sysctl_tcp_reordering +EXPORT_SYMBOL vmlinux 0x99d3a43c dm_table_get_size +EXPORT_SYMBOL vmlinux 0x99f068d5 x86_cpu_to_node_map +EXPORT_SYMBOL vmlinux 0x99f82900 md_check_recovery +EXPORT_SYMBOL vmlinux 0x9a1b3285 ether_setup +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a1fc4b4 jiffies_to_timeval +EXPORT_SYMBOL vmlinux 0x9a2a2db4 pnp_disable_dev +EXPORT_SYMBOL vmlinux 0x9a31bb74 module_layout +EXPORT_SYMBOL vmlinux 0x9a4d0f0d __nla_reserve +EXPORT_SYMBOL vmlinux 0x9a5ffc64 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x9a646a9b kern_path +EXPORT_SYMBOL vmlinux 0x9a6db2e1 skb_find_text +EXPORT_SYMBOL vmlinux 0x9a730714 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x9ac19b61 security_mmap_file +EXPORT_SYMBOL vmlinux 0x9ad5e0c8 kernel_getpeername +EXPORT_SYMBOL vmlinux 0x9ada41a8 __generic_block_fiemap +EXPORT_SYMBOL vmlinux 0x9af89f98 memcpy_fromiovec +EXPORT_SYMBOL vmlinux 0x9b03c038 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x9b063990 scsi_init_io +EXPORT_SYMBOL vmlinux 0x9b0a3e37 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x9b13b8e7 tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x9b1d2d77 bio_integrity_get_tag +EXPORT_SYMBOL vmlinux 0x9b388444 get_zeroed_page +EXPORT_SYMBOL vmlinux 0x9b396f37 block_write_full_page_endio +EXPORT_SYMBOL vmlinux 0x9b463ce7 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x9b4dff1b registered_fb +EXPORT_SYMBOL vmlinux 0x9b75cb81 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x9b7bd809 mii_check_link +EXPORT_SYMBOL vmlinux 0x9b8c373b cpufreq_cooling_register +EXPORT_SYMBOL vmlinux 0x9b9aa757 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x9b9e05f9 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x9ba7089d argv_split +EXPORT_SYMBOL vmlinux 0x9bd5dbba jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x9be7bde4 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x9bfd1314 max8998_write_reg +EXPORT_SYMBOL vmlinux 0x9c1aebbc pci_dev_driver +EXPORT_SYMBOL vmlinux 0x9c1c35d3 log_wait_commit +EXPORT_SYMBOL vmlinux 0x9c46d06b gen_new_estimator +EXPORT_SYMBOL vmlinux 0x9c491f60 sg_alloc_table +EXPORT_SYMBOL vmlinux 0x9c650b2c aio_put_req +EXPORT_SYMBOL vmlinux 0x9c69d434 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x9c71a9de kernel_setsockopt +EXPORT_SYMBOL vmlinux 0x9c731f28 tty_port_close +EXPORT_SYMBOL vmlinux 0x9c99a805 drop_nlink +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cb25b0c __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x9cb2cc6f ida_remove +EXPORT_SYMBOL vmlinux 0x9cb96e92 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0x9cbe7067 check_disk_change +EXPORT_SYMBOL vmlinux 0x9cbff3b4 phy_device_register +EXPORT_SYMBOL vmlinux 0x9cc5adfc __register_chrdev +EXPORT_SYMBOL vmlinux 0x9cc9640a set_disk_ro +EXPORT_SYMBOL vmlinux 0x9cc977b5 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0x9cd3d305 blk_bio_map_sg +EXPORT_SYMBOL vmlinux 0x9ce7bd81 free_task +EXPORT_SYMBOL vmlinux 0x9ceafb4c i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x9cfd56c5 scsi_print_status +EXPORT_SYMBOL vmlinux 0x9d1a5e3a __memcpy +EXPORT_SYMBOL vmlinux 0x9d33ef5e acpi_enable +EXPORT_SYMBOL vmlinux 0x9d3aa376 blk_iopoll_init +EXPORT_SYMBOL vmlinux 0x9d6dbebd kobject_init +EXPORT_SYMBOL vmlinux 0x9d80a19e create_empty_buffers +EXPORT_SYMBOL vmlinux 0x9d8a77f2 agp_generic_remove_memory +EXPORT_SYMBOL vmlinux 0x9d95731e blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x9ded188e kobject_del +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e3005ec pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x9e34187c ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0x9e363b6b acpi_disable_gpe +EXPORT_SYMBOL vmlinux 0x9e430b7a devm_gpio_request_one +EXPORT_SYMBOL vmlinux 0x9e463ec9 blk_queue_dma_pad +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e607910 audit_log +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e64fbfe rtc_cmos_read +EXPORT_SYMBOL vmlinux 0x9e6f3cb1 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x9e737ad2 vm_insert_pfn +EXPORT_SYMBOL vmlinux 0x9e781e64 __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e9b1d10 pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0x9e9ca540 dev_driver_string +EXPORT_SYMBOL vmlinux 0x9e9f1714 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0x9ea0ad49 __sg_free_table +EXPORT_SYMBOL vmlinux 0x9eb11243 bdi_register_dev +EXPORT_SYMBOL vmlinux 0x9ebd4c04 adjust_resource +EXPORT_SYMBOL vmlinux 0x9ebdf059 x86_hyper +EXPORT_SYMBOL vmlinux 0x9ec960d0 udp_sendmsg +EXPORT_SYMBOL vmlinux 0x9f2bdaac __bitmap_or +EXPORT_SYMBOL vmlinux 0x9f366c85 alloc_file +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f6e19ab mem_section +EXPORT_SYMBOL vmlinux 0x9f800352 ab3100_event_register +EXPORT_SYMBOL vmlinux 0x9f95450a input_unregister_device +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9f9b1e70 vm_stat +EXPORT_SYMBOL vmlinux 0x9fa687bc pci_reenable_device +EXPORT_SYMBOL vmlinux 0x9fcce49d ab3100_event_unregister +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9ff10560 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x9ff227d1 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0x9ffee79b posix_lock_file +EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa0151aac __wait_on_buffer +EXPORT_SYMBOL vmlinux 0xa033cff7 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0xa04345d4 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xa04a01bd qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xa05c03df mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr +EXPORT_SYMBOL vmlinux 0xa07ed110 xz_dec_init +EXPORT_SYMBOL vmlinux 0xa0834a47 gen_pool_free +EXPORT_SYMBOL vmlinux 0xa084f53f put_page +EXPORT_SYMBOL vmlinux 0xa0a52ccb blk_queue_free_tags +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0b2b877 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xa0ceef51 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0xa0e6fa2f __alloc_pages_nodemask +EXPORT_SYMBOL vmlinux 0xa0f605ee finish_no_open +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa0ff74d6 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0xa10019d8 pci_save_state +EXPORT_SYMBOL vmlinux 0xa1035b74 dquot_alloc +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa110c934 ns_capable +EXPORT_SYMBOL vmlinux 0xa120d33c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xa1415618 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0xa14f3d8c ewma_add +EXPORT_SYMBOL vmlinux 0xa16027d4 dquot_free_inode +EXPORT_SYMBOL vmlinux 0xa18722ea md_set_array_sectors +EXPORT_SYMBOL vmlinux 0xa1b64b80 xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0xa1b759ce fb_add_videomode +EXPORT_SYMBOL vmlinux 0xa1c5a3b3 cleancache_enabled +EXPORT_SYMBOL vmlinux 0xa1c76e0a _cond_resched +EXPORT_SYMBOL vmlinux 0xa20064dd journal_init_inode +EXPORT_SYMBOL vmlinux 0xa202a8e5 kmalloc_order_trace +EXPORT_SYMBOL vmlinux 0xa20ce1b8 net_msg_warn +EXPORT_SYMBOL vmlinux 0xa20dcbc4 get_unmapped_area +EXPORT_SYMBOL vmlinux 0xa20e7172 mmc_can_discard +EXPORT_SYMBOL vmlinux 0xa2224ba9 init_buffer +EXPORT_SYMBOL vmlinux 0xa22f86c3 scsi_execute_req +EXPORT_SYMBOL vmlinux 0xa22fbff7 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0xa250c838 param_get_charp +EXPORT_SYMBOL vmlinux 0xa2848c50 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0xa2874a83 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xa2923b8a tcp_recvmsg +EXPORT_SYMBOL vmlinux 0xa2931d25 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xa299e215 agp_enable +EXPORT_SYMBOL vmlinux 0xa2a4b15c amd_iommu_device_info +EXPORT_SYMBOL vmlinux 0xa2a5fd77 inet_ehash_secret +EXPORT_SYMBOL vmlinux 0xa2c1ccd6 wait_on_sync_kiocb +EXPORT_SYMBOL vmlinux 0xa2c95325 put_io_context +EXPORT_SYMBOL vmlinux 0xa2db7304 devm_ioremap +EXPORT_SYMBOL vmlinux 0xa2ef34d7 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xa30332c2 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0xa3248dea set_blocksize +EXPORT_SYMBOL vmlinux 0xa350a8f8 set_memory_array_uc +EXPORT_SYMBOL vmlinux 0xa35b05d0 pci_lost_interrupt +EXPORT_SYMBOL vmlinux 0xa35bb577 task_nice +EXPORT_SYMBOL vmlinux 0xa35de80f ipv4_config +EXPORT_SYMBOL vmlinux 0xa368d033 vfs_rename +EXPORT_SYMBOL vmlinux 0xa387d933 dquot_disable +EXPORT_SYMBOL vmlinux 0xa39978b2 generic_permission +EXPORT_SYMBOL vmlinux 0xa3a07a32 phy_device_create +EXPORT_SYMBOL vmlinux 0xa3a77c69 down_read_trylock +EXPORT_SYMBOL vmlinux 0xa3d2ed71 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xa3fc3d50 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0xa400159f crc32_be +EXPORT_SYMBOL vmlinux 0xa40394bb kfree_skb_partial +EXPORT_SYMBOL vmlinux 0xa4511467 crc16 +EXPORT_SYMBOL vmlinux 0xa452046f pagevec_lookup +EXPORT_SYMBOL vmlinux 0xa4701e9e timekeeping_inject_offset +EXPORT_SYMBOL vmlinux 0xa492021f tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0xa4a9d41d schedule_work_on +EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep +EXPORT_SYMBOL vmlinux 0xa4bab3b0 set_device_ro +EXPORT_SYMBOL vmlinux 0xa4d4f0e6 global_cache_flush +EXPORT_SYMBOL vmlinux 0xa4d6a4f1 arp_create +EXPORT_SYMBOL vmlinux 0xa50eee6d request_firmware_nowait +EXPORT_SYMBOL vmlinux 0xa51df2b4 down_killable +EXPORT_SYMBOL vmlinux 0xa54d24c3 tcp_shutdown +EXPORT_SYMBOL vmlinux 0xa54e9366 pci_fixup_device +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa577a850 param_get_short +EXPORT_SYMBOL vmlinux 0xa57c2fe4 usb_add_phy +EXPORT_SYMBOL vmlinux 0xa58a3166 lg_local_lock +EXPORT_SYMBOL vmlinux 0xa598e29c vesa_modes +EXPORT_SYMBOL vmlinux 0xa59e4229 free_mdio_bitbang +EXPORT_SYMBOL vmlinux 0xa5d84cec vfs_mknod +EXPORT_SYMBOL vmlinux 0xa5dd45f3 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0xa5e4f65c __next_cpu_nr +EXPORT_SYMBOL vmlinux 0xa5fe82ff tcp_tso_segment +EXPORT_SYMBOL vmlinux 0xa606a6cc simple_link +EXPORT_SYMBOL vmlinux 0xa635fadd kernel_sendpage +EXPORT_SYMBOL vmlinux 0xa63d85ab slhc_remember +EXPORT_SYMBOL vmlinux 0xa6682ffb cdrom_ioctl +EXPORT_SYMBOL vmlinux 0xa67034f2 pci_scan_slot +EXPORT_SYMBOL vmlinux 0xa6715115 do_settimeofday +EXPORT_SYMBOL vmlinux 0xa6755375 swiotlb_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0xa675804c utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0xa676364f dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa68ea32f end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0xa69d18da thermal_zone_bind_cooling_device +EXPORT_SYMBOL vmlinux 0xa6ff02ad blk_register_region +EXPORT_SYMBOL vmlinux 0xa70fabbe release_evntsel_nmi +EXPORT_SYMBOL vmlinux 0xa726f228 simple_rmdir +EXPORT_SYMBOL vmlinux 0xa72a0f5b nr_online_nodes +EXPORT_SYMBOL vmlinux 0xa72e9b52 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0xa735db59 prandom_u32 +EXPORT_SYMBOL vmlinux 0xa7745d27 bd_set_size +EXPORT_SYMBOL vmlinux 0xa79b9b40 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0xa7bd52d9 misc_deregister +EXPORT_SYMBOL vmlinux 0xa81a0d86 generic_file_splice_write +EXPORT_SYMBOL vmlinux 0xa8232c78 strtobool +EXPORT_SYMBOL vmlinux 0xa82d5d12 page_follow_link_light +EXPORT_SYMBOL vmlinux 0xa8431d26 mmc_gpio_request_ro +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa848f510 ip_fragment +EXPORT_SYMBOL vmlinux 0xa8559ce8 bdi_destroy +EXPORT_SYMBOL vmlinux 0xa8699014 pid_task +EXPORT_SYMBOL vmlinux 0xa8721b97 system_state +EXPORT_SYMBOL vmlinux 0xa8a6f639 __check_region +EXPORT_SYMBOL vmlinux 0xa8aee677 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0xa8b0657a cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0xa8b1266e nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0xa8d42546 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0xa8d68abd acpi_warning +EXPORT_SYMBOL vmlinux 0xa8f73081 iput +EXPORT_SYMBOL vmlinux 0xa8fef7bb security_unix_may_send +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa91b5561 acpi_video_backlight_support +EXPORT_SYMBOL vmlinux 0xa94fcaee generic_fillattr +EXPORT_SYMBOL vmlinux 0xa95500fe alloc_fcdev +EXPORT_SYMBOL vmlinux 0xa95d3cdb gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0xa95f5ae1 new_inode +EXPORT_SYMBOL vmlinux 0xa96fe422 seq_write +EXPORT_SYMBOL vmlinux 0xa97d2695 kmem_cache_free +EXPORT_SYMBOL vmlinux 0xa981fa2d iov_iter_fault_in_readable +EXPORT_SYMBOL vmlinux 0xa9a3b070 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0xa9a4c8e7 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0xa9a4d647 clear_nlink +EXPORT_SYMBOL vmlinux 0xa9bb7fdb ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xa9bd2676 __vmalloc +EXPORT_SYMBOL vmlinux 0xa9c2fa00 scsi_register_interface +EXPORT_SYMBOL vmlinux 0xa9c894eb idr_replace +EXPORT_SYMBOL vmlinux 0xa9d676ec path_put +EXPORT_SYMBOL vmlinux 0xa9da95f9 poll_schedule_timeout +EXPORT_SYMBOL vmlinux 0xa9ef340a nf_hook_slow +EXPORT_SYMBOL vmlinux 0xaa15130c mdiobus_unregister +EXPORT_SYMBOL vmlinux 0xaa286809 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0xaa4249b6 mntget +EXPORT_SYMBOL vmlinux 0xaa4fb4f8 cdev_init +EXPORT_SYMBOL vmlinux 0xaa6266d5 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa952771 __invalidate_device +EXPORT_SYMBOL vmlinux 0xaab394ed __breadahead +EXPORT_SYMBOL vmlinux 0xaab4463e pci_pme_active +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaae8ab0e acpi_bus_power_manageable +EXPORT_SYMBOL vmlinux 0xaaf45875 acpi_lid_notifier_unregister +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab1d6cc1 param_get_long +EXPORT_SYMBOL vmlinux 0xab1e8803 set_pages_wb +EXPORT_SYMBOL vmlinux 0xab21630e bdevname +EXPORT_SYMBOL vmlinux 0xab274d39 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0xab2abddf dma_spin_lock +EXPORT_SYMBOL vmlinux 0xab40ee99 pcie_capability_clear_and_set_word +EXPORT_SYMBOL vmlinux 0xab549363 usb_put_phy +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab614490 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0xab65ed80 set_memory_uc +EXPORT_SYMBOL vmlinux 0xab6abaf9 pci_get_slot +EXPORT_SYMBOL vmlinux 0xab6bde28 sysctl_max_syn_backlog +EXPORT_SYMBOL vmlinux 0xab770678 rdmsr_safe_regs_on_cpu +EXPORT_SYMBOL vmlinux 0xab8cecf0 agp_generic_create_gatt_table +EXPORT_SYMBOL vmlinux 0xaba33759 __pci_register_driver +EXPORT_SYMBOL vmlinux 0xabcaa577 free_anon_bdev +EXPORT_SYMBOL vmlinux 0xabd0c91c rtc_time_to_tm +EXPORT_SYMBOL vmlinux 0xabd25043 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0xac0ba8c1 blk_iopoll_disable +EXPORT_SYMBOL vmlinux 0xac10809d netpoll_send_skb_on_dev +EXPORT_SYMBOL vmlinux 0xac289b57 net_dma_find_channel +EXPORT_SYMBOL vmlinux 0xac358a5c soft_cursor +EXPORT_SYMBOL vmlinux 0xac3d20e2 unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xac41244a sock_kfree_s +EXPORT_SYMBOL vmlinux 0xac58ea5e acpi_unload_table_id +EXPORT_SYMBOL vmlinux 0xac61430a i2c_use_client +EXPORT_SYMBOL vmlinux 0xac6855b0 gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xac71de2f blk_make_request +EXPORT_SYMBOL vmlinux 0xac7e514f skb_append_datato_frags +EXPORT_SYMBOL vmlinux 0xac871989 dmam_alloc_coherent +EXPORT_SYMBOL vmlinux 0xac96ec0d clocksource_change_rating +EXPORT_SYMBOL vmlinux 0xaccabc6a in4_pton +EXPORT_SYMBOL vmlinux 0xacde6340 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0xace5f3c3 pci_enable_device +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xad01744f kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad0aaafd napi_gro_frags +EXPORT_SYMBOL vmlinux 0xad13c689 acpi_os_execute +EXPORT_SYMBOL vmlinux 0xad164875 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xad18266c iov_iter_copy_from_user_atomic +EXPORT_SYMBOL vmlinux 0xad209b61 inet6_bind +EXPORT_SYMBOL vmlinux 0xad2514c7 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0xad2a8bd2 x86_bios_cpu_apicid +EXPORT_SYMBOL vmlinux 0xad436042 dev_notice +EXPORT_SYMBOL vmlinux 0xad624ed0 abx500_get_register_page_interruptible +EXPORT_SYMBOL vmlinux 0xad7cb3a4 __free_pages +EXPORT_SYMBOL vmlinux 0xad8441e1 blk_queue_bounce +EXPORT_SYMBOL vmlinux 0xad84bef8 dm_table_event +EXPORT_SYMBOL vmlinux 0xadaa2657 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0xadaabe1b pv_lock_ops +EXPORT_SYMBOL vmlinux 0xadb47a27 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0xadb5559d param_ops_byte +EXPORT_SYMBOL vmlinux 0xadc6870b update_devfreq +EXPORT_SYMBOL vmlinux 0xadda9e54 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0xade2ff46 zero_fill_bio +EXPORT_SYMBOL vmlinux 0xae07f1a1 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0xae361aba mmc_detect_change +EXPORT_SYMBOL vmlinux 0xae6ac878 ip_defrag +EXPORT_SYMBOL vmlinux 0xae6baaa3 bmap +EXPORT_SYMBOL vmlinux 0xae6d31c6 journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xae6fe5c5 generic_mii_ioctl +EXPORT_SYMBOL vmlinux 0xae6ff088 pci_enable_bridges +EXPORT_SYMBOL vmlinux 0xae729e59 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0xae9906a0 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0xaea1c316 compat_ip_setsockopt +EXPORT_SYMBOL vmlinux 0xaea976a8 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xaed0d155 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0xaf20d3ef dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0xaf36b152 acpi_bus_get_status +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf55eddd __mmc_claim_host +EXPORT_SYMBOL vmlinux 0xaf611eac amd_nb_misc_ids +EXPORT_SYMBOL vmlinux 0xaf6ae696 kstrndup +EXPORT_SYMBOL vmlinux 0xaf91d89f __kernel_param_lock +EXPORT_SYMBOL vmlinux 0xaf95dff8 inode_get_bytes +EXPORT_SYMBOL vmlinux 0xaf99c758 flush_old_exec +EXPORT_SYMBOL vmlinux 0xafa462f8 ip_cmsg_recv +EXPORT_SYMBOL vmlinux 0xafa94608 skb_copy_bits +EXPORT_SYMBOL vmlinux 0xafb8c6ff copy_user_generic_string +EXPORT_SYMBOL vmlinux 0xafcd36d1 acpi_device_hid +EXPORT_SYMBOL vmlinux 0xafd06f3b dev_kfree_skb_any +EXPORT_SYMBOL vmlinux 0xafd5ff2c amd_iommu_v2_supported +EXPORT_SYMBOL vmlinux 0xafef8fa9 register_memory_notifier +EXPORT_SYMBOL vmlinux 0xaff1c8f5 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0xb006fa37 elv_rb_find +EXPORT_SYMBOL vmlinux 0xb01b1db8 intel_gtt_insert_sg_entries +EXPORT_SYMBOL vmlinux 0xb054a486 fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb08f24ff dmam_pool_create +EXPORT_SYMBOL vmlinux 0xb09caa35 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0xb09fd2ae init_task +EXPORT_SYMBOL vmlinux 0xb0a6e12e pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0xb0b55f52 pci_dev_put +EXPORT_SYMBOL vmlinux 0xb0b847ac __bitmap_full +EXPORT_SYMBOL vmlinux 0xb0cbcadd pm860x_page_reg_read +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0e602eb memmove +EXPORT_SYMBOL vmlinux 0xb0edf4bd pm860x_page_set_bits +EXPORT_SYMBOL vmlinux 0xb0ffda2f blk_limits_max_hw_sectors +EXPORT_SYMBOL vmlinux 0xb1000bce kthread_bind +EXPORT_SYMBOL vmlinux 0xb104572b textsearch_register +EXPORT_SYMBOL vmlinux 0xb1080edb n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0xb11bb372 acpi_root_dir +EXPORT_SYMBOL vmlinux 0xb11dc417 scsi_add_device +EXPORT_SYMBOL vmlinux 0xb11f65ef vfs_symlink +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb12c2a75 bh_submit_read +EXPORT_SYMBOL vmlinux 0xb1342a49 padata_add_cpu +EXPORT_SYMBOL vmlinux 0xb138d0bf dm_ratelimit_state +EXPORT_SYMBOL vmlinux 0xb13dc6d8 pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0xb1597394 freeze_bdev +EXPORT_SYMBOL vmlinux 0xb1645a2e sg_free_table +EXPORT_SYMBOL vmlinux 0xb16f65f4 kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0xb19760c3 bitmap_onto +EXPORT_SYMBOL vmlinux 0xb1bcdc20 neigh_seq_start +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1cf44df fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xb1cfad22 rdmsr_on_cpu +EXPORT_SYMBOL vmlinux 0xb20ecf88 acpi_run_osc +EXPORT_SYMBOL vmlinux 0xb218c730 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0xb219d56c wbinvd_on_cpu +EXPORT_SYMBOL vmlinux 0xb221a515 pci_remove_bus +EXPORT_SYMBOL vmlinux 0xb2280295 sk_prot_clear_portaddr_nulls +EXPORT_SYMBOL vmlinux 0xb2682405 utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0xb28f3d17 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0xb2a965dd grab_cache_page_nowait +EXPORT_SYMBOL vmlinux 0xb2be6e92 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xb2d307de param_ops_short +EXPORT_SYMBOL vmlinux 0xb2e08e7b lg_local_unlock_cpu +EXPORT_SYMBOL vmlinux 0xb2f01450 i2c_release_client +EXPORT_SYMBOL vmlinux 0xb2f74fb6 intel_gmch_remove +EXPORT_SYMBOL vmlinux 0xb2fd5ceb __put_user_4 +EXPORT_SYMBOL vmlinux 0xb30fb905 md_write_start +EXPORT_SYMBOL vmlinux 0xb3129fad locks_free_lock +EXPORT_SYMBOL vmlinux 0xb319664c fb_set_suspend +EXPORT_SYMBOL vmlinux 0xb3284531 acpi_dbg_layer +EXPORT_SYMBOL vmlinux 0xb32d2b4a ps2_cmd_aborted +EXPORT_SYMBOL vmlinux 0xb3305d52 send_remote_softirq +EXPORT_SYMBOL vmlinux 0xb33ade9d jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0xb349e00d posix_lock_file_wait +EXPORT_SYMBOL vmlinux 0xb34d4c2e acpi_terminate +EXPORT_SYMBOL vmlinux 0xb352177e find_first_bit +EXPORT_SYMBOL vmlinux 0xb3532acb tty_get_baud_rate +EXPORT_SYMBOL vmlinux 0xb36f4395 blk_queue_merge_bvec +EXPORT_SYMBOL vmlinux 0xb396f1dd __find_get_block +EXPORT_SYMBOL vmlinux 0xb3b06375 get_super_thawed +EXPORT_SYMBOL vmlinux 0xb3bdbb87 sock_no_getsockopt +EXPORT_SYMBOL vmlinux 0xb3be75f6 dev_set_drvdata +EXPORT_SYMBOL vmlinux 0xb3dd166c scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0xb3e4d06f inet_addr_type +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb3fa9b4f register_framebuffer +EXPORT_SYMBOL vmlinux 0xb40644bb build_skb +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb42818d7 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0xb4463b3c tcf_exts_change +EXPORT_SYMBOL vmlinux 0xb44cf77e sockfd_lookup +EXPORT_SYMBOL vmlinux 0xb45aaade seq_release_private +EXPORT_SYMBOL vmlinux 0xb4709322 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0xb47e3523 swiotlb_map_sg +EXPORT_SYMBOL vmlinux 0xb485de9a pci_set_dma_seg_boundary +EXPORT_SYMBOL vmlinux 0xb497cd71 fd_install +EXPORT_SYMBOL vmlinux 0xb4b7b067 clocksource_unregister +EXPORT_SYMBOL vmlinux 0xb4b85dcd acpi_pci_unregister_driver +EXPORT_SYMBOL vmlinux 0xb4b98a36 account_page_writeback +EXPORT_SYMBOL vmlinux 0xb4bceb33 pipe_lock +EXPORT_SYMBOL vmlinux 0xb4c4f3cb n_tty_compat_ioctl_helper +EXPORT_SYMBOL vmlinux 0xb4cb1e57 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0xb4d61f9c bprm_change_interp +EXPORT_SYMBOL vmlinux 0xb4e573a9 filp_close +EXPORT_SYMBOL vmlinux 0xb509a9fb devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0xb5213a53 phy_detach +EXPORT_SYMBOL vmlinux 0xb529515a _dev_info +EXPORT_SYMBOL vmlinux 0xb52975a5 bio_add_pc_page +EXPORT_SYMBOL vmlinux 0xb52e9348 block_read_full_page +EXPORT_SYMBOL vmlinux 0xb52ee8be intel_gtt_clear_range +EXPORT_SYMBOL vmlinux 0xb54088a3 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0xb5436937 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0xb54533f7 usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xb5575d8c bdi_init +EXPORT_SYMBOL vmlinux 0xb57343c2 frontswap_shrink +EXPORT_SYMBOL vmlinux 0xb59286c0 scsi_host_set_state +EXPORT_SYMBOL vmlinux 0xb5931e07 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0xb595d894 serio_interrupt +EXPORT_SYMBOL vmlinux 0xb5976a65 kern_unmount +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5c2f9a8 sg_miter_start +EXPORT_SYMBOL vmlinux 0xb5ca1c46 slhc_free +EXPORT_SYMBOL vmlinux 0xb5d5bfe0 generic_block_fiemap +EXPORT_SYMBOL vmlinux 0xb5dcab5b remove_wait_queue +EXPORT_SYMBOL vmlinux 0xb617c87e xfrm_unregister_mode +EXPORT_SYMBOL vmlinux 0xb6244511 sg_init_one +EXPORT_SYMBOL vmlinux 0xb63992fe inet_select_addr +EXPORT_SYMBOL vmlinux 0xb648bbe7 km_policy_notify +EXPORT_SYMBOL vmlinux 0xb6663bbd pcie_get_readrq +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb6822a33 radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0xb689e373 thermal_generate_netlink_event +EXPORT_SYMBOL vmlinux 0xb68ce139 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb6a61a86 qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xb6a68816 find_last_bit +EXPORT_SYMBOL vmlinux 0xb6a7b6e4 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0xb6b57abe skb_pull +EXPORT_SYMBOL vmlinux 0xb6c5a973 scsi_show_result +EXPORT_SYMBOL vmlinux 0xb6cbe886 acpi_get_node +EXPORT_SYMBOL vmlinux 0xb6e46568 generic_pipe_buf_unmap +EXPORT_SYMBOL vmlinux 0xb6f171a9 padata_alloc +EXPORT_SYMBOL vmlinux 0xb730e464 input_set_abs_params +EXPORT_SYMBOL vmlinux 0xb736feb6 __register_binfmt +EXPORT_SYMBOL vmlinux 0xb74c57eb security_inode_permission +EXPORT_SYMBOL vmlinux 0xb758b225 acpi_disable_event +EXPORT_SYMBOL vmlinux 0xb78c47d1 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0xb79ef84b dev_mc_unsync +EXPORT_SYMBOL vmlinux 0xb7b5c085 sk_filter +EXPORT_SYMBOL vmlinux 0xb7c59293 cdev_del +EXPORT_SYMBOL vmlinux 0xb7cf9ffb tty_port_close_start +EXPORT_SYMBOL vmlinux 0xb7f47feb inode_sb_list_lock +EXPORT_SYMBOL vmlinux 0xb808cdac idr_for_each +EXPORT_SYMBOL vmlinux 0xb8125f99 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0xb818a92d acpi_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xb835b3e4 radix_tree_prev_hole +EXPORT_SYMBOL vmlinux 0xb845bd74 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0xb84d6d14 give_up_console +EXPORT_SYMBOL vmlinux 0xb8558ab6 simple_statfs +EXPORT_SYMBOL vmlinux 0xb857f10f locks_copy_lock +EXPORT_SYMBOL vmlinux 0xb87ba9a4 write_one_page +EXPORT_SYMBOL vmlinux 0xb88c6852 __dquot_transfer +EXPORT_SYMBOL vmlinux 0xb8903622 add_disk +EXPORT_SYMBOL vmlinux 0xb8cea3e7 acpi_get_hp_hw_control_from_firmware +EXPORT_SYMBOL vmlinux 0xb8e7ce2c __put_user_8 +EXPORT_SYMBOL vmlinux 0xb8fff1d4 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb9249d16 cpu_possible_mask +EXPORT_SYMBOL vmlinux 0xb93f2353 xfrm_register_type +EXPORT_SYMBOL vmlinux 0xb970ecf1 md_write_end +EXPORT_SYMBOL vmlinux 0xb98a0185 rtc_tm_to_time +EXPORT_SYMBOL vmlinux 0xb98fdb84 padata_free +EXPORT_SYMBOL vmlinux 0xb9a1ddb9 release_firmware +EXPORT_SYMBOL vmlinux 0xb9b10b47 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0xb9b4e181 alloc_pages_exact_nid +EXPORT_SYMBOL vmlinux 0xb9c4b0aa dev_get_stats +EXPORT_SYMBOL vmlinux 0xb9d22467 clear_inode +EXPORT_SYMBOL vmlinux 0xb9d3d670 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0xb9e21fac pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0xb9fd2205 add_efi_memmap +EXPORT_SYMBOL vmlinux 0xba02c84c sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0xba2d8594 ec_read +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba61b159 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0xba63339c _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xba858912 journal_abort +EXPORT_SYMBOL vmlinux 0xba9c73e4 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0xbaa2df88 find_inode_number +EXPORT_SYMBOL vmlinux 0xbaeffa05 qid_eq +EXPORT_SYMBOL vmlinux 0xbaf78031 mark_page_accessed +EXPORT_SYMBOL vmlinux 0xbafecf06 remove_proc_entry +EXPORT_SYMBOL vmlinux 0xbb189cad disallow_signal +EXPORT_SYMBOL vmlinux 0xbb2470bc tty_port_tty_get +EXPORT_SYMBOL vmlinux 0xbb34134a iov_shorten +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb5d343d xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xbb65759b idr_get_next +EXPORT_SYMBOL vmlinux 0xbb713e6d sk_filter_release_rcu +EXPORT_SYMBOL vmlinux 0xbb7b8a1e sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0xbb82b6a2 remove_arg_zero +EXPORT_SYMBOL vmlinux 0xbb94ee18 devfreq_interval_update +EXPORT_SYMBOL vmlinux 0xbb96f03f bdev_read_only +EXPORT_SYMBOL vmlinux 0xbb99125c get_default_font +EXPORT_SYMBOL vmlinux 0xbbaeb559 memcg_socket_limit_enabled +EXPORT_SYMBOL vmlinux 0xbbc2551c dev_uc_del +EXPORT_SYMBOL vmlinux 0xbbc35935 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0xbbdfe1df __neigh_event_send +EXPORT_SYMBOL vmlinux 0xbbfcaca5 bit_waitqueue +EXPORT_SYMBOL vmlinux 0xbc0d7baf scsi_host_put +EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc2978e9 lg_global_lock +EXPORT_SYMBOL vmlinux 0xbc431a9e jbd2_journal_load +EXPORT_SYMBOL vmlinux 0xbc51f9c0 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0xbc529a6b tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0xbc55fe5b eth_change_mtu +EXPORT_SYMBOL vmlinux 0xbc78fe0d mount_nodev +EXPORT_SYMBOL vmlinux 0xbca1992f eth_mac_addr +EXPORT_SYMBOL vmlinux 0xbca53ab3 force_sig +EXPORT_SYMBOL vmlinux 0xbca916b6 dquot_get_dqinfo +EXPORT_SYMBOL vmlinux 0xbcc308bb strnlen_user +EXPORT_SYMBOL vmlinux 0xbcf2955f netpoll_parse_options +EXPORT_SYMBOL vmlinux 0xbd100793 cpu_online_mask +EXPORT_SYMBOL vmlinux 0xbd1d1da9 cap_mmap_file +EXPORT_SYMBOL vmlinux 0xbd2224ba dquot_quota_off +EXPORT_SYMBOL vmlinux 0xbd3f5159 km_policy_expired +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd8b4ab2 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0xbd97640f alloc_fddidev +EXPORT_SYMBOL vmlinux 0xbd9e76ee kernel_listen +EXPORT_SYMBOL vmlinux 0xbdaf5b07 acpi_os_read_port +EXPORT_SYMBOL vmlinux 0xbdbe7378 cookie_check_timestamp +EXPORT_SYMBOL vmlinux 0xbdbf66d2 elv_abort_queue +EXPORT_SYMBOL vmlinux 0xbdc89bea seq_escape +EXPORT_SYMBOL vmlinux 0xbdcb0540 pskb_expand_head +EXPORT_SYMBOL vmlinux 0xbdda748f mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0xbdfb6dbb __fentry__ +EXPORT_SYMBOL vmlinux 0xbe0caca0 install_exec_creds +EXPORT_SYMBOL vmlinux 0xbe18153d try_wait_for_completion +EXPORT_SYMBOL vmlinux 0xbe254e92 param_set_ushort +EXPORT_SYMBOL vmlinux 0xbe2c0274 add_timer +EXPORT_SYMBOL vmlinux 0xbe3db2fb proc_symlink +EXPORT_SYMBOL vmlinux 0xbe400d4a locks_init_lock +EXPORT_SYMBOL vmlinux 0xbe46f0eb abx500_register_ops +EXPORT_SYMBOL vmlinux 0xbe556246 input_set_keycode +EXPORT_SYMBOL vmlinux 0xbe6d650d pv_cpu_ops +EXPORT_SYMBOL vmlinux 0xbe79c9cc kthread_create_on_node +EXPORT_SYMBOL vmlinux 0xbe83e4ff kset_unregister +EXPORT_SYMBOL vmlinux 0xbec30d05 x86_match_cpu +EXPORT_SYMBOL vmlinux 0xbed43b30 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0xbeeb2ba9 mdiobus_free +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbf496031 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0xbf4d4bb9 acpi_bios_error +EXPORT_SYMBOL vmlinux 0xbf5d5b84 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0xbf7fd2f5 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0xbf8ba54a vprintk +EXPORT_SYMBOL vmlinux 0xbf8f7bfc vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0xbf91b172 bdev_stack_limits +EXPORT_SYMBOL vmlinux 0xbf94acb1 d_splice_alias +EXPORT_SYMBOL vmlinux 0xbf9bcc8d __cap_empty_set +EXPORT_SYMBOL vmlinux 0xbfa9b0a3 serio_rescan +EXPORT_SYMBOL vmlinux 0xbfb007d7 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0xbfbd0283 generic_file_aio_write +EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbfc407b4 param_ops_bint +EXPORT_SYMBOL vmlinux 0xbfd51ca3 input_unregister_handle +EXPORT_SYMBOL vmlinux 0xbfe4784c efi +EXPORT_SYMBOL vmlinux 0xbfe76f8a scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0xbfe89470 notify_thermal_framework +EXPORT_SYMBOL vmlinux 0xbfee3ad5 loop_unregister_transfer +EXPORT_SYMBOL vmlinux 0xbff4b320 file_sb_list_del +EXPORT_SYMBOL vmlinux 0xc00bf332 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0xc01cf848 _raw_read_lock +EXPORT_SYMBOL vmlinux 0xc049e23f dev_activate +EXPORT_SYMBOL vmlinux 0xc05a6012 acpi_resource_to_address64 +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc0823e4c twl_i2c_write +EXPORT_SYMBOL vmlinux 0xc08b4978 scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0xc0a3d105 find_next_bit +EXPORT_SYMBOL vmlinux 0xc0a3f3b8 blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0xc0b33b22 pci_disable_msix +EXPORT_SYMBOL vmlinux 0xc0decdf1 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0xc10470c5 sk_reset_txq +EXPORT_SYMBOL vmlinux 0xc111aa25 pci_get_device +EXPORT_SYMBOL vmlinux 0xc11f316e dquot_destroy +EXPORT_SYMBOL vmlinux 0xc128e2e4 neigh_ifdown +EXPORT_SYMBOL vmlinux 0xc14b9881 vlan_vid_del +EXPORT_SYMBOL vmlinux 0xc15f9ec5 mdio_bus_type +EXPORT_SYMBOL vmlinux 0xc16e7d15 key_revoke +EXPORT_SYMBOL vmlinux 0xc176b7f7 dentry_path_raw +EXPORT_SYMBOL vmlinux 0xc19afccf pci_get_subsys +EXPORT_SYMBOL vmlinux 0xc1bd3866 blk_queue_stack_limits +EXPORT_SYMBOL vmlinux 0xc1c2dd09 __hw_addr_flush +EXPORT_SYMBOL vmlinux 0xc1d087bd sget +EXPORT_SYMBOL vmlinux 0xc1db4c7f generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0xc1f18431 cpufreq_cooling_unregister +EXPORT_SYMBOL vmlinux 0xc1f9d7a6 spi_dv_device +EXPORT_SYMBOL vmlinux 0xc22b50ad param_set_bint +EXPORT_SYMBOL vmlinux 0xc2424641 agp3_generic_cleanup +EXPORT_SYMBOL vmlinux 0xc256e762 __bitmap_equal +EXPORT_SYMBOL vmlinux 0xc2591b62 scsi_host_alloc +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc2ad18bf sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0xc2c555a8 prepare_creds +EXPORT_SYMBOL vmlinux 0xc2d63dcf dput +EXPORT_SYMBOL vmlinux 0xc2d90586 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2e7f487 del_gendisk +EXPORT_SYMBOL vmlinux 0xc2f9c045 timespec_to_jiffies +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc312ca93 keyring_clear +EXPORT_SYMBOL vmlinux 0xc350953d nf_nat_decode_session_hook +EXPORT_SYMBOL vmlinux 0xc3512873 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0xc3526fd2 mark_info_dirty +EXPORT_SYMBOL vmlinux 0xc35d082d journal_start +EXPORT_SYMBOL vmlinux 0xc3628a12 dev_alloc_name +EXPORT_SYMBOL vmlinux 0xc37a75d7 pci_disable_obff +EXPORT_SYMBOL vmlinux 0xc3aaf0a9 __put_user_1 +EXPORT_SYMBOL vmlinux 0xc3b61fdc generic_file_direct_write +EXPORT_SYMBOL vmlinux 0xc3db38f8 scsi_cmd_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xc3fb7d5d free_netdev +EXPORT_SYMBOL vmlinux 0xc400b5e1 udp_proc_unregister +EXPORT_SYMBOL vmlinux 0xc402cc99 register_acpi_notifier +EXPORT_SYMBOL vmlinux 0xc40d0008 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xc443fd58 vm_mmap +EXPORT_SYMBOL vmlinux 0xc451d2c5 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0xc45328ad mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xc46c1517 nla_append +EXPORT_SYMBOL vmlinux 0xc499ae1e kstrdup +EXPORT_SYMBOL vmlinux 0xc4c441fe __ht_create_irq +EXPORT_SYMBOL vmlinux 0xc50bab05 unregister_shrinker +EXPORT_SYMBOL vmlinux 0xc5347955 mmc_can_reset +EXPORT_SYMBOL vmlinux 0xc5439e16 mntput +EXPORT_SYMBOL vmlinux 0xc54d2df8 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0xc5534d64 ioread16 +EXPORT_SYMBOL vmlinux 0xc558530d profile_pc +EXPORT_SYMBOL vmlinux 0xc583b738 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xc592c200 __inode_permission +EXPORT_SYMBOL vmlinux 0xc5cfaf83 __block_write_begin +EXPORT_SYMBOL vmlinux 0xc5d9c46c agp_try_unsupported_boot +EXPORT_SYMBOL vmlinux 0xc5e02308 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0xc5e02d03 files_lglock +EXPORT_SYMBOL vmlinux 0xc5e82f95 mii_ethtool_gset +EXPORT_SYMBOL vmlinux 0xc5ff105a jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0xc627cb5f __module_put_and_exit +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc654cb46 arp_xmit +EXPORT_SYMBOL vmlinux 0xc65abeb7 agp3_generic_sizes +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc66ef29b qdisc_watchdog_schedule +EXPORT_SYMBOL vmlinux 0xc67daa4f netdev_state_change +EXPORT_SYMBOL vmlinux 0xc6849b4a dma_ops +EXPORT_SYMBOL vmlinux 0xc6a66180 rwsem_wake +EXPORT_SYMBOL vmlinux 0xc6ad61bc acpi_device_set_power +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6ee2315 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0xc701c331 skb_insert +EXPORT_SYMBOL vmlinux 0xc702156b param_get_ushort +EXPORT_SYMBOL vmlinux 0xc71e02ad dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc759164e security_d_instantiate +EXPORT_SYMBOL vmlinux 0xc762ccce mem_cgroup_subsys +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc79bcd36 dm_vcalloc +EXPORT_SYMBOL vmlinux 0xc7a3f634 nf_ct_attach +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7ad0d1f devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0xc7b8857b jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0xc7ec5055 would_dump +EXPORT_SYMBOL vmlinux 0xc8148cd4 jbd2_journal_file_inode +EXPORT_SYMBOL vmlinux 0xc82b7fbf kernel_bind +EXPORT_SYMBOL vmlinux 0xc82cf6e7 scsi_device_resume +EXPORT_SYMBOL vmlinux 0xc83bae95 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0xc83c29f3 vga_put +EXPORT_SYMBOL vmlinux 0xc8426722 max8925_reg_read +EXPORT_SYMBOL vmlinux 0xc842791b devm_gpio_request +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc86189a1 inode_permission +EXPORT_SYMBOL vmlinux 0xc8699170 tcf_hash_insert +EXPORT_SYMBOL vmlinux 0xc86c5932 tty_port_hangup +EXPORT_SYMBOL vmlinux 0xc87823bf twl_i2c_read_u8 +EXPORT_SYMBOL vmlinux 0xc87a93e9 agp_generic_free_by_type +EXPORT_SYMBOL vmlinux 0xc8854205 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0xc897c382 sg_init_table +EXPORT_SYMBOL vmlinux 0xc8980067 no_llseek +EXPORT_SYMBOL vmlinux 0xc89df32a inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0xc8aaea27 pci_assign_resource +EXPORT_SYMBOL vmlinux 0xc8b57c27 autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xc8c56dbb __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xc8c9ec6c skb_checksum +EXPORT_SYMBOL vmlinux 0xc8e291fb writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0xc8efdf33 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0xc8f428fb bio_integrity_trim +EXPORT_SYMBOL vmlinux 0xc978479a xz_dec_run +EXPORT_SYMBOL vmlinux 0xc98dfaf9 vfs_link +EXPORT_SYMBOL vmlinux 0xc99623b7 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0xc996d097 del_timer +EXPORT_SYMBOL vmlinux 0xc998d8bd input_free_device +EXPORT_SYMBOL vmlinux 0xc99e1d1b devm_free_irq +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9a50305 find_or_create_page +EXPORT_SYMBOL vmlinux 0xc9a7e3e7 blk_stack_limits +EXPORT_SYMBOL vmlinux 0xc9c8a71c __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0xc9eb3831 scsi_register +EXPORT_SYMBOL vmlinux 0xc9ff4ccb ipv4_specific +EXPORT_SYMBOL vmlinux 0xca157497 ip6_expire_frag_queue +EXPORT_SYMBOL vmlinux 0xca1eae1e alloc_mdio_bitbang +EXPORT_SYMBOL vmlinux 0xca4ca404 gen_pool_create +EXPORT_SYMBOL vmlinux 0xca5dbc50 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xca67c6cb seq_read +EXPORT_SYMBOL vmlinux 0xca7393db dev_set_mtu +EXPORT_SYMBOL vmlinux 0xca840501 do_sync_read +EXPORT_SYMBOL vmlinux 0xca8951a5 agp_generic_alloc_page +EXPORT_SYMBOL vmlinux 0xca8acc78 acpi_dbg_level +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca995098 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0xcab48d7c kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xcab86cb2 writeback_inodes_sb_if_idle +EXPORT_SYMBOL vmlinux 0xcad6a30f padata_alloc_possible +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb07fd2d inet_del_offload +EXPORT_SYMBOL vmlinux 0xcb145a9d acpi_bus_register_driver +EXPORT_SYMBOL vmlinux 0xcb25c0da padata_remove_cpu +EXPORT_SYMBOL vmlinux 0xcb2db07a unregister_qdisc +EXPORT_SYMBOL vmlinux 0xcb7131fb fb_get_options +EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power +EXPORT_SYMBOL vmlinux 0xcb7c6283 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0xcb7d430e __nlmsg_put +EXPORT_SYMBOL vmlinux 0xcb80b02f agp_unbind_memory +EXPORT_SYMBOL vmlinux 0xcbaeab0b default_file_splice_read +EXPORT_SYMBOL vmlinux 0xcbc9557f unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0xcbda4615 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0xcbfc0c52 vfs_writev +EXPORT_SYMBOL vmlinux 0xcbfde972 ata_dev_acpi_handle +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc3118ff tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0xcc36f32e fb_unregister_client +EXPORT_SYMBOL vmlinux 0xcc37f55c blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xcc3f5619 bio_integrity_endio +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc7cae5b pnp_release_card_device +EXPORT_SYMBOL vmlinux 0xcc7fa952 local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0xcc9e18f7 ata_link_printk +EXPORT_SYMBOL vmlinux 0xccac5576 tcp_splice_read +EXPORT_SYMBOL vmlinux 0xccaee879 uart_register_driver +EXPORT_SYMBOL vmlinux 0xccc21f5e input_get_new_minor +EXPORT_SYMBOL vmlinux 0xccdf9a69 blk_end_request_cur +EXPORT_SYMBOL vmlinux 0xcce2d6b2 skb_copy +EXPORT_SYMBOL vmlinux 0xcce7f013 misc_register +EXPORT_SYMBOL vmlinux 0xccfabb7b ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0xcd20667a kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0xcd22496d pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd3bc598 __wait_on_bit +EXPORT_SYMBOL vmlinux 0xcd58ae26 do_sync_write +EXPORT_SYMBOL vmlinux 0xcd63959c dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0xcd68b514 iterate_fd +EXPORT_SYMBOL vmlinux 0xcda3eaa4 generic_write_sync +EXPORT_SYMBOL vmlinux 0xcdafbac9 abx500_get_chip_id +EXPORT_SYMBOL vmlinux 0xcde172ac radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0xcde8446b udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0xcdf20c66 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0xcdf2709e phy_start_interrupts +EXPORT_SYMBOL vmlinux 0xce19bac5 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0xce1c9a3e ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce2a192a set_bh_page +EXPORT_SYMBOL vmlinux 0xce2eecda sk_common_release +EXPORT_SYMBOL vmlinux 0xce328f1e tty_register_driver +EXPORT_SYMBOL vmlinux 0xce4904a4 acpi_leave_sleep_state +EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0xce5a54ce tcf_hash_release +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce87f23c thermal_zone_device_update +EXPORT_SYMBOL vmlinux 0xceb74ded dev_crit +EXPORT_SYMBOL vmlinux 0xcec1da2c devm_gpio_free +EXPORT_SYMBOL vmlinux 0xcecdaf38 drop_super +EXPORT_SYMBOL vmlinux 0xcef51982 kstrtou16 +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf095e6d jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0xcf1b2b5d dqget +EXPORT_SYMBOL vmlinux 0xcf1d28ab acpi_error +EXPORT_SYMBOL vmlinux 0xcf2011ed mmc_align_data_size +EXPORT_SYMBOL vmlinux 0xcf21d241 __wake_up +EXPORT_SYMBOL vmlinux 0xcf6cfe1f msrs_free +EXPORT_SYMBOL vmlinux 0xcf94ee55 bdi_register +EXPORT_SYMBOL vmlinux 0xcfafe916 tcf_register_action +EXPORT_SYMBOL vmlinux 0xcfb76c0a idr_init +EXPORT_SYMBOL vmlinux 0xcfd70a56 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0xcfda4682 pv_mmu_ops +EXPORT_SYMBOL vmlinux 0xcfeb91cd i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0xcfee637a tcp_v4_connect +EXPORT_SYMBOL vmlinux 0xcff8a74e nf_log_unregister +EXPORT_SYMBOL vmlinux 0xcffa8ede unlock_new_inode +EXPORT_SYMBOL vmlinux 0xcffe0e15 dmam_alloc_noncoherent +EXPORT_SYMBOL vmlinux 0xd0024cda __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xd0181f4f __bitmap_xor +EXPORT_SYMBOL vmlinux 0xd01afdd1 fib_default_rule_pref +EXPORT_SYMBOL vmlinux 0xd01d8296 account_page_dirtied +EXPORT_SYMBOL vmlinux 0xd0252940 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0xd0298b8b proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0xd02af29b __seq_open_private +EXPORT_SYMBOL vmlinux 0xd02ca087 free_xenballooned_pages +EXPORT_SYMBOL vmlinux 0xd067fc5c proc_dointvec +EXPORT_SYMBOL vmlinux 0xd0720a17 on_each_cpu_cond +EXPORT_SYMBOL vmlinux 0xd08197fa acpi_load_tables +EXPORT_SYMBOL vmlinux 0xd08b1fcc tcp_read_sock +EXPORT_SYMBOL vmlinux 0xd0a91bab skip_spaces +EXPORT_SYMBOL vmlinux 0xd0ccefc4 bitmap_end_sync +EXPORT_SYMBOL vmlinux 0xd0cda3b7 vm_insert_page +EXPORT_SYMBOL vmlinux 0xd0cf5e38 tty_lock +EXPORT_SYMBOL vmlinux 0xd0d0aa72 acpi_processor_preregister_performance +EXPORT_SYMBOL vmlinux 0xd0d42c42 mod_timer_pending +EXPORT_SYMBOL vmlinux 0xd0db1a2e request_firmware +EXPORT_SYMBOL vmlinux 0xd0ee38b8 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0xd0f36f0d audit_log_format +EXPORT_SYMBOL vmlinux 0xd0fb7cd4 __tasklet_hi_schedule_first +EXPORT_SYMBOL vmlinux 0xd0fef3b2 agp_free_key +EXPORT_SYMBOL vmlinux 0xd11918a2 ps2_end_command +EXPORT_SYMBOL vmlinux 0xd11c0dc1 __kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xd12a1a07 scsi_execute +EXPORT_SYMBOL vmlinux 0xd1566d41 console_stop +EXPORT_SYMBOL vmlinux 0xd15fc414 vfs_open +EXPORT_SYMBOL vmlinux 0xd16295fb input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0xd16b1235 ipv6_select_ident +EXPORT_SYMBOL vmlinux 0xd18134b0 inode_set_bytes +EXPORT_SYMBOL vmlinux 0xd1816f32 frontswap_writethrough +EXPORT_SYMBOL vmlinux 0xd18b6eb2 acpi_unmap_lsapic +EXPORT_SYMBOL vmlinux 0xd1be3064 agp_generic_alloc_user +EXPORT_SYMBOL vmlinux 0xd1f0fd66 blk_start_request +EXPORT_SYMBOL vmlinux 0xd1f564b4 security_inode_readlink +EXPORT_SYMBOL vmlinux 0xd1f6c5f3 smp_num_siblings +EXPORT_SYMBOL vmlinux 0xd2091f88 key_task_permission +EXPORT_SYMBOL vmlinux 0xd20f7b8c __netif_schedule +EXPORT_SYMBOL vmlinux 0xd220cf8a jiffies_to_timespec +EXPORT_SYMBOL vmlinux 0xd227892e sleep_on +EXPORT_SYMBOL vmlinux 0xd22a67f7 blk_execute_rq +EXPORT_SYMBOL vmlinux 0xd22b0d61 blk_cleanup_queue +EXPORT_SYMBOL vmlinux 0xd234de76 vfs_rmdir +EXPORT_SYMBOL vmlinux 0xd2390c93 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0xd23f1d25 proc_mkdir +EXPORT_SYMBOL vmlinux 0xd251d7b0 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xd2555f19 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd270e362 lro_flush_all +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd298d2dc get_write_access +EXPORT_SYMBOL vmlinux 0xd2a75ee0 dmi_first_match +EXPORT_SYMBOL vmlinux 0xd2b09ce5 __kmalloc +EXPORT_SYMBOL vmlinux 0xd2dadd1a sync_blockdev +EXPORT_SYMBOL vmlinux 0xd2e26e1f udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0xd2f1b260 interruptible_sleep_on +EXPORT_SYMBOL vmlinux 0xd3064bf0 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xd3487f81 dma_common_get_sgtable +EXPORT_SYMBOL vmlinux 0xd35e249a _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0xd36257ba memcpy_toiovecend +EXPORT_SYMBOL vmlinux 0xd3664ce1 dev_addr_add_multiple +EXPORT_SYMBOL vmlinux 0xd36e586a scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0xd36f575d iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0xd376a10d jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0xd3bf3369 netdev_notice +EXPORT_SYMBOL vmlinux 0xd3ceb4b4 inode_claim_rsv_space +EXPORT_SYMBOL vmlinux 0xd3d3a477 posix_acl_init +EXPORT_SYMBOL vmlinux 0xd3dcab0b flex_array_alloc +EXPORT_SYMBOL vmlinux 0xd41957e6 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0xd421bdfd scsi_setup_blk_pc_cmnd +EXPORT_SYMBOL vmlinux 0xd43b0634 nf_unregister_hook +EXPORT_SYMBOL vmlinux 0xd4485966 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0xd44b9b2a qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0xd44e9ac4 eth_validate_addr +EXPORT_SYMBOL vmlinux 0xd45a42a9 tcp_prot +EXPORT_SYMBOL vmlinux 0xd45fb97d pcim_iomap_table +EXPORT_SYMBOL vmlinux 0xd46d2d37 __frontswap_load +EXPORT_SYMBOL vmlinux 0xd4711236 cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0xd4a0862a agp_generic_type_to_mask_type +EXPORT_SYMBOL vmlinux 0xd4bb0c06 filp_open +EXPORT_SYMBOL vmlinux 0xd4edeb04 cpu_core_map +EXPORT_SYMBOL vmlinux 0xd4ffa484 acpi_initialize_subsystem +EXPORT_SYMBOL vmlinux 0xd5038eea dma_async_memcpy_pg_to_pg +EXPORT_SYMBOL vmlinux 0xd504c5c1 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0xd50fef48 acpi_detach_data +EXPORT_SYMBOL vmlinux 0xd51316d0 dev_add_offload +EXPORT_SYMBOL vmlinux 0xd522366f send_sig +EXPORT_SYMBOL vmlinux 0xd525b941 journal_get_undo_access +EXPORT_SYMBOL vmlinux 0xd52bf1ce _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xd53bceb3 pcim_iounmap +EXPORT_SYMBOL vmlinux 0xd541fa0f dm_register_target +EXPORT_SYMBOL vmlinux 0xd54a70a2 from_kqid_munged +EXPORT_SYMBOL vmlinux 0xd54eecf6 follow_down_one +EXPORT_SYMBOL vmlinux 0xd54f2103 netif_carrier_off +EXPORT_SYMBOL vmlinux 0xd54f4b34 touch_atime +EXPORT_SYMBOL vmlinux 0xd5535fec pci_enable_ido +EXPORT_SYMBOL vmlinux 0xd56cc097 ip_mc_rejoin_groups +EXPORT_SYMBOL vmlinux 0xd5923539 pci_map_rom +EXPORT_SYMBOL vmlinux 0xd5b52ee1 mb_cache_create +EXPORT_SYMBOL vmlinux 0xd5c4b1b4 padata_register_cpumask_notifier +EXPORT_SYMBOL vmlinux 0xd5dc6bba blk_peek_request +EXPORT_SYMBOL vmlinux 0xd5f2172f del_timer_sync +EXPORT_SYMBOL vmlinux 0xd611bca3 completion_done +EXPORT_SYMBOL vmlinux 0xd616683a ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0xd61adcbd kmem_cache_alloc_trace +EXPORT_SYMBOL vmlinux 0xd626ccb3 genl_unregister_ops +EXPORT_SYMBOL vmlinux 0xd62c833f schedule_timeout +EXPORT_SYMBOL vmlinux 0xd63df04d compat_sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xd641b817 alloc_xenballooned_pages +EXPORT_SYMBOL vmlinux 0xd648e564 fb_match_mode +EXPORT_SYMBOL vmlinux 0xd65a6201 tcp_release_cb +EXPORT_SYMBOL vmlinux 0xd6794a43 amd_iommu_domain_clear_gcr3 +EXPORT_SYMBOL vmlinux 0xd67eae49 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0xd68350d8 __cleancache_init_fs +EXPORT_SYMBOL vmlinux 0xd6a85757 sock_from_file +EXPORT_SYMBOL vmlinux 0xd6b33026 cpu_khz +EXPORT_SYMBOL vmlinux 0xd6b9b1f5 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0xd6d2e313 unregister_exec_domain +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6f21e30 dev_queue_xmit +EXPORT_SYMBOL vmlinux 0xd702eca5 bdgrab +EXPORT_SYMBOL vmlinux 0xd7092964 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0xd7251f85 elv_rb_former_request +EXPORT_SYMBOL vmlinux 0xd75aa8a2 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0xd75b25f0 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0xd75c79df smp_call_function +EXPORT_SYMBOL vmlinux 0xd75e5091 genphy_read_status +EXPORT_SYMBOL vmlinux 0xd764127b seq_lseek +EXPORT_SYMBOL vmlinux 0xd775b61b scsi_print_result +EXPORT_SYMBOL vmlinux 0xd77a5aa5 __bitmap_and +EXPORT_SYMBOL vmlinux 0xd7858971 pipe_unlock +EXPORT_SYMBOL vmlinux 0xd78e5c3f compat_sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0xd79b5a02 allow_signal +EXPORT_SYMBOL vmlinux 0xd7bc37bf journal_restart +EXPORT_SYMBOL vmlinux 0xd7cbddda memcpy_toiovec +EXPORT_SYMBOL vmlinux 0xd7ce66b5 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0xd7cfa50f __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0xd7d1cba6 rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0xd7dd777b reserve_perfctr_nmi +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd8176ff8 __break_lease +EXPORT_SYMBOL vmlinux 0xd845ca3f netif_napi_del +EXPORT_SYMBOL vmlinux 0xd8495bb6 dquot_file_open +EXPORT_SYMBOL vmlinux 0xd85f89b0 dquot_scan_active +EXPORT_SYMBOL vmlinux 0xd88dba87 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd8b35660 setattr_copy +EXPORT_SYMBOL vmlinux 0xd8d6a2c7 nf_log_packet +EXPORT_SYMBOL vmlinux 0xd8dee209 pci_write_vpd +EXPORT_SYMBOL vmlinux 0xd8e484f0 register_chrdev_region +EXPORT_SYMBOL vmlinux 0xd8e8e696 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0xd8fcaa4f blk_rq_map_user +EXPORT_SYMBOL vmlinux 0xd9091363 acpi_install_notify_handler +EXPORT_SYMBOL vmlinux 0xd90a5a99 consume_skb +EXPORT_SYMBOL vmlinux 0xd91ea38c x86_hyper_xen_hvm +EXPORT_SYMBOL vmlinux 0xd92afabe bitmap_clear +EXPORT_SYMBOL vmlinux 0xd92e16ba csum_partial_copy_fromiovecend +EXPORT_SYMBOL vmlinux 0xd9329ad7 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0xd94322e7 acpi_evaluate_reference +EXPORT_SYMBOL vmlinux 0xd969b2c7 amd_e400_c1e_detected +EXPORT_SYMBOL vmlinux 0xd96ad45e page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd993780b sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0xd9a294da scsi_unregister +EXPORT_SYMBOL vmlinux 0xd9a9bb30 getname +EXPORT_SYMBOL vmlinux 0xd9acbbd9 pci_set_master +EXPORT_SYMBOL vmlinux 0xd9b06c2c __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0xd9b4a265 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0xd9bbfbf5 tcf_action_exec +EXPORT_SYMBOL vmlinux 0xd9c4a307 register_con_driver +EXPORT_SYMBOL vmlinux 0xd9d35cd9 unregister_netdev +EXPORT_SYMBOL vmlinux 0xd9d6dea0 agp_generic_mask_memory +EXPORT_SYMBOL vmlinux 0xd9def619 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0xd9e61fcb qid_valid +EXPORT_SYMBOL vmlinux 0xd9fd18a7 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0xda0a6b0e acpi_map_lsapic +EXPORT_SYMBOL vmlinux 0xda18a58d __lock_buffer +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda78a5c4 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xda7ca6cb fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xda7da4a3 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0xda8af7ad fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0xda8f7850 dentry_open +EXPORT_SYMBOL vmlinux 0xda983abc __ps2_command +EXPORT_SYMBOL vmlinux 0xdab0b1b5 sock_recvmsg +EXPORT_SYMBOL vmlinux 0xdae27e11 jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0xdae5944f sock_no_mmap +EXPORT_SYMBOL vmlinux 0xdaea6e0d mfd_clone_cell +EXPORT_SYMBOL vmlinux 0xdaf9e63c __elv_add_request +EXPORT_SYMBOL vmlinux 0xdb001521 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xdb0937e9 dma_common_mmap +EXPORT_SYMBOL vmlinux 0xdb0d2ddd generic_listxattr +EXPORT_SYMBOL vmlinux 0xdb25f17e free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0xdb3206fd key_payload_reserve +EXPORT_SYMBOL vmlinux 0xdb50a5a1 textsearch_unregister +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb70d356 do_splice_direct +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb85b73d dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0xdbad3969 module_refcount +EXPORT_SYMBOL vmlinux 0xdbbe8e45 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0xdbcd416e sysctl_ip_nonlocal_bind +EXPORT_SYMBOL vmlinux 0xdbeb397d jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0xdbec8976 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0xdbfc2a6b block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xdc047fc4 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc1e8adf inode_add_bytes +EXPORT_SYMBOL vmlinux 0xdc2adb35 add_taint +EXPORT_SYMBOL vmlinux 0xdc2bd628 kick_iocb +EXPORT_SYMBOL vmlinux 0xdc2df450 security_path_mknod +EXPORT_SYMBOL vmlinux 0xdc2e14cb skb_kill_datagram +EXPORT_SYMBOL vmlinux 0xdc38b8c0 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc4002f0 ioctl_by_bdev +EXPORT_SYMBOL vmlinux 0xdc551792 nobh_truncate_page +EXPORT_SYMBOL vmlinux 0xdc57f532 acpi_install_gpe_handler +EXPORT_SYMBOL vmlinux 0xdc6d41cf vfs_fstatat +EXPORT_SYMBOL vmlinux 0xdc766330 bio_integrity_split +EXPORT_SYMBOL vmlinux 0xdc8d1dde _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0xdcb0349b sys_close +EXPORT_SYMBOL vmlinux 0xdcfe4431 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xdd0f8e47 serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0xdd151fd8 __kfree_skb +EXPORT_SYMBOL vmlinux 0xdd15252d generic_write_checks +EXPORT_SYMBOL vmlinux 0xdd1c65f6 blk_finish_plug +EXPORT_SYMBOL vmlinux 0xdd4a5569 param_get_byte +EXPORT_SYMBOL vmlinux 0xdd4c2bf8 inet_frag_find +EXPORT_SYMBOL vmlinux 0xdd6f8af7 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0xdd77496d udp_lib_get_port +EXPORT_SYMBOL vmlinux 0xddf83740 atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xde16dc16 tboot +EXPORT_SYMBOL vmlinux 0xde2b1490 netif_rx_ni +EXPORT_SYMBOL vmlinux 0xde3ee599 framebuffer_release +EXPORT_SYMBOL vmlinux 0xde40c87f fb_pan_display +EXPORT_SYMBOL vmlinux 0xde45b87d input_open_device +EXPORT_SYMBOL vmlinux 0xde6151db tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0xde794587 dev_get_by_index +EXPORT_SYMBOL vmlinux 0xde9360ba totalram_pages +EXPORT_SYMBOL vmlinux 0xde9b17ed agp3_generic_fetch_size +EXPORT_SYMBOL vmlinux 0xded05507 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0xdf0281ae i2c_master_recv +EXPORT_SYMBOL vmlinux 0xdf0da3cc acpi_get_devices +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf34bdba input_inject_event +EXPORT_SYMBOL vmlinux 0xdf48a0eb flex_array_put +EXPORT_SYMBOL vmlinux 0xdf60cc27 __print_symbol +EXPORT_SYMBOL vmlinux 0xdf66974f kill_bdev +EXPORT_SYMBOL vmlinux 0xdf8c695a __ndelay +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdfa3269a vga_switcheroo_unregister_client +EXPORT_SYMBOL vmlinux 0xdfb1072e unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xdfc5169b slhc_init +EXPORT_SYMBOL vmlinux 0xdfdf8b71 blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0xe002f32c phy_connect +EXPORT_SYMBOL vmlinux 0xe01f0eaf simple_setattr +EXPORT_SYMBOL vmlinux 0xe04f7caa dm_read_arg_group +EXPORT_SYMBOL vmlinux 0xe06141e9 security_sk_clone +EXPORT_SYMBOL vmlinux 0xe064eb14 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0xe06e4199 cpu_all_bits +EXPORT_SYMBOL vmlinux 0xe075d6eb iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xe0819450 block_write_full_page +EXPORT_SYMBOL vmlinux 0xe09dc1e8 iget5_locked +EXPORT_SYMBOL vmlinux 0xe0ac8bd2 acpi_bus_generate_netlink_event +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b9ca76 ip6_route_output +EXPORT_SYMBOL vmlinux 0xe0c10c52 twl6040_reg_write +EXPORT_SYMBOL vmlinux 0xe0c1b4f8 tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0xe0d3c1f0 dump_trace +EXPORT_SYMBOL vmlinux 0xe0ee121c tty_register_device +EXPORT_SYMBOL vmlinux 0xe1031430 padata_stop +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe11fb792 blk_delay_queue +EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors +EXPORT_SYMBOL vmlinux 0xe1420e02 register_xen_selfballooning +EXPORT_SYMBOL vmlinux 0xe147d78e seq_bitmap_list +EXPORT_SYMBOL vmlinux 0xe156aba9 pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0xe15f42bb _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0xe1761617 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xe1796c19 i8042_check_port_owner +EXPORT_SYMBOL vmlinux 0xe1b6b9fe set_create_files_as +EXPORT_SYMBOL vmlinux 0xe1b7ae87 noop_llseek +EXPORT_SYMBOL vmlinux 0xe200d2d5 param_get_uint +EXPORT_SYMBOL vmlinux 0xe200f872 secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xe23ae481 blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe23f75f8 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0xe247751b lock_may_write +EXPORT_SYMBOL vmlinux 0xe248d5ef scsi_allocate_command +EXPORT_SYMBOL vmlinux 0xe24d3a97 jiffies_64 +EXPORT_SYMBOL vmlinux 0xe252fd5e backlight_device_register +EXPORT_SYMBOL vmlinux 0xe25b6597 genl_notify +EXPORT_SYMBOL vmlinux 0xe25ef436 serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0xe263c676 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0xe26496c2 devm_ioport_map +EXPORT_SYMBOL vmlinux 0xe28101d7 __put_cred +EXPORT_SYMBOL vmlinux 0xe290ea11 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0xe29b04e9 acpi_set_firmware_waking_vector64 +EXPORT_SYMBOL vmlinux 0xe2b46291 journal_flush +EXPORT_SYMBOL vmlinux 0xe2c6bcbb __napi_complete +EXPORT_SYMBOL vmlinux 0xe2cfb038 __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe30e84fa amd_northbridges +EXPORT_SYMBOL vmlinux 0xe30f6173 km_state_notify +EXPORT_SYMBOL vmlinux 0xe319eb24 acpi_pci_osc_control_set +EXPORT_SYMBOL vmlinux 0xe334a344 unregister_console +EXPORT_SYMBOL vmlinux 0xe3402256 genl_register_mc_group +EXPORT_SYMBOL vmlinux 0xe34da21e kern_path_create +EXPORT_SYMBOL vmlinux 0xe35a6ee2 handle_edge_irq +EXPORT_SYMBOL vmlinux 0xe364ba6d pci_iounmap +EXPORT_SYMBOL vmlinux 0xe38ac7b3 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0xe38b90ff alloc_pages_current +EXPORT_SYMBOL vmlinux 0xe39e7c05 serio_open +EXPORT_SYMBOL vmlinux 0xe3a53f4c sort +EXPORT_SYMBOL vmlinux 0xe3a5f52d tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0xe3a62e58 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0xe3b3f4a6 input_unregister_handler +EXPORT_SYMBOL vmlinux 0xe3d6f284 fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xe3e12008 __first_cpu +EXPORT_SYMBOL vmlinux 0xe3f5db5e neigh_table_clear +EXPORT_SYMBOL vmlinux 0xe3fbe148 acpi_install_table_handler +EXPORT_SYMBOL vmlinux 0xe42472b0 sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0xe45e5ef8 agp_free_memory +EXPORT_SYMBOL vmlinux 0xe47d774f dev_printk +EXPORT_SYMBOL vmlinux 0xe484e35f ioread32 +EXPORT_SYMBOL vmlinux 0xe4927f8a dcache_dir_open +EXPORT_SYMBOL vmlinux 0xe4960a0f __quota_error +EXPORT_SYMBOL vmlinux 0xe4991835 mmc_power_restore_host +EXPORT_SYMBOL vmlinux 0xe49f6e20 __module_get +EXPORT_SYMBOL vmlinux 0xe4ac1057 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0xe4bc6174 rename_lock +EXPORT_SYMBOL vmlinux 0xe4d1318b xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xe4d8e4a8 splice_from_pipe_feed +EXPORT_SYMBOL vmlinux 0xe4e827f3 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0xe4f8040a lro_receive_skb +EXPORT_SYMBOL vmlinux 0xe5103f61 acpi_bus_get_device +EXPORT_SYMBOL vmlinux 0xe5122890 flow_cache_genid +EXPORT_SYMBOL vmlinux 0xe5208918 acpi_gbl_FADT +EXPORT_SYMBOL vmlinux 0xe520f0ff __sb_end_write +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe52947e7 __phys_addr +EXPORT_SYMBOL vmlinux 0xe530d757 acpi_clear_gpe +EXPORT_SYMBOL vmlinux 0xe56f8c24 __serio_register_driver +EXPORT_SYMBOL vmlinux 0xe57878a1 in6_pton +EXPORT_SYMBOL vmlinux 0xe5867808 dlci_ioctl_set +EXPORT_SYMBOL vmlinux 0xe5a637ae tcp_setsockopt +EXPORT_SYMBOL vmlinux 0xe5bec95c i8253_lock +EXPORT_SYMBOL vmlinux 0xe5c09fb1 inet_add_protocol +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5c78f99 abx500_remove_ops +EXPORT_SYMBOL vmlinux 0xe5d95985 param_ops_ulong +EXPORT_SYMBOL vmlinux 0xe5ed5467 xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xe5ffe2a5 path_get +EXPORT_SYMBOL vmlinux 0xe64d98fe rdmsr_safe_regs +EXPORT_SYMBOL vmlinux 0xe6548bde jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0xe67bab80 dev_kfree_skb_irq +EXPORT_SYMBOL vmlinux 0xe697d108 __blk_iopoll_complete +EXPORT_SYMBOL vmlinux 0xe69abffe scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0xe6e3b875 down_write +EXPORT_SYMBOL vmlinux 0xe6f276ae tcp_gro_receive +EXPORT_SYMBOL vmlinux 0xe6fb675c node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0xe6fbe430 can_do_mlock +EXPORT_SYMBOL vmlinux 0xe716baed acpi_unregister_ioapic +EXPORT_SYMBOL vmlinux 0xe739c2cf abx500_event_registers_startup_state_get +EXPORT_SYMBOL vmlinux 0xe75dee49 ppp_input_error +EXPORT_SYMBOL vmlinux 0xe7722171 flex_array_free +EXPORT_SYMBOL vmlinux 0xe77eddea dev_set_allmulti +EXPORT_SYMBOL vmlinux 0xe78be263 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0xe7a664c4 nf_hooks +EXPORT_SYMBOL vmlinux 0xe7a81967 audit_log_secctx +EXPORT_SYMBOL vmlinux 0xe7ae0ca3 dma_set_mask +EXPORT_SYMBOL vmlinux 0xe7be3e5e may_umount_tree +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7df4036 check_disk_size_change +EXPORT_SYMBOL vmlinux 0xe7e30930 do_splice_to +EXPORT_SYMBOL vmlinux 0xe7fe86b0 genlmsg_put +EXPORT_SYMBOL vmlinux 0xe7ff21b9 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0xe801ff76 fb_is_primary_device +EXPORT_SYMBOL vmlinux 0xe80ce219 sysctl_tcp_dma_copybreak +EXPORT_SYMBOL vmlinux 0xe85f172e register_netdev +EXPORT_SYMBOL vmlinux 0xe8750fa1 serio_close +EXPORT_SYMBOL vmlinux 0xe876c9a0 phy_stop_interrupts +EXPORT_SYMBOL vmlinux 0xe8794ce1 slhc_toss +EXPORT_SYMBOL vmlinux 0xe8b63ace radix_tree_range_tag_if_tagged +EXPORT_SYMBOL vmlinux 0xe8bea3bc qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xe8bec705 blkdev_put +EXPORT_SYMBOL vmlinux 0xe8cdaba3 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0xe8dbafef __next_cpu +EXPORT_SYMBOL vmlinux 0xe911c3c1 blk_get_queue +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe96a6a92 agp_generic_free_gatt_table +EXPORT_SYMBOL vmlinux 0xe96aca10 update_time +EXPORT_SYMBOL vmlinux 0xe97bdac7 sock_no_sendpage +EXPORT_SYMBOL vmlinux 0xe9876d51 pnp_start_dev +EXPORT_SYMBOL vmlinux 0xe98fd202 kset_register +EXPORT_SYMBOL vmlinux 0xe997667b wrmsr_on_cpu +EXPORT_SYMBOL vmlinux 0xe99845f6 mmc_request_done +EXPORT_SYMBOL vmlinux 0xe9b39b8a nlmsg_notify +EXPORT_SYMBOL vmlinux 0xe9b3d194 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0xe9c6b6c1 rt6_lookup +EXPORT_SYMBOL vmlinux 0xe9dff136 mempool_alloc +EXPORT_SYMBOL vmlinux 0xe9e35b3d dqput +EXPORT_SYMBOL vmlinux 0xe9eec08a bio_integrity_clone +EXPORT_SYMBOL vmlinux 0xe9fa166b key_unlink +EXPORT_SYMBOL vmlinux 0xea054b22 nla_policy_len +EXPORT_SYMBOL vmlinux 0xea10212a int_to_scsilun +EXPORT_SYMBOL vmlinux 0xea10655a __bitmap_intersects +EXPORT_SYMBOL vmlinux 0xea10a40b scm_fp_dup +EXPORT_SYMBOL vmlinux 0xea2b0640 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0xea54e66c delete_from_page_cache +EXPORT_SYMBOL vmlinux 0xea7b8a44 acpi_install_interface +EXPORT_SYMBOL vmlinux 0xea853b10 pci_find_bus +EXPORT_SYMBOL vmlinux 0xea90bdd3 acpi_attach_data +EXPORT_SYMBOL vmlinux 0xea9226ee request_key_async +EXPORT_SYMBOL vmlinux 0xeab364ba udp_lib_unhash +EXPORT_SYMBOL vmlinux 0xeab5cfd9 filemap_fault +EXPORT_SYMBOL vmlinux 0xeabac655 __cleancache_get_page +EXPORT_SYMBOL vmlinux 0xeac73847 irq_regs +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb46bcff input_close_device +EXPORT_SYMBOL vmlinux 0xeb4b0268 inet_getname +EXPORT_SYMBOL vmlinux 0xeb881c94 xen_biovec_phys_mergeable +EXPORT_SYMBOL vmlinux 0xeb9615e7 simple_write_end +EXPORT_SYMBOL vmlinux 0xebbccb58 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0xebc7f445 tcp_proc_unregister +EXPORT_SYMBOL vmlinux 0xebccc12f dev_printk_emit +EXPORT_SYMBOL vmlinux 0xebd1da60 cdev_add +EXPORT_SYMBOL vmlinux 0xebdbe48c radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0xebe13791 arp_invalidate +EXPORT_SYMBOL vmlinux 0xec0505d1 pci_find_next_bus +EXPORT_SYMBOL vmlinux 0xec14be08 thaw_bdev +EXPORT_SYMBOL vmlinux 0xec15f00a tcp_cookie_generator +EXPORT_SYMBOL vmlinux 0xec2d9ba4 pnp_is_active +EXPORT_SYMBOL vmlinux 0xec414d54 kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0xec730387 _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xec75ee36 lock_may_read +EXPORT_SYMBOL vmlinux 0xec8ef057 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0xec93d90b __dst_free +EXPORT_SYMBOL vmlinux 0xec958cbc sk_wait_data +EXPORT_SYMBOL vmlinux 0xec9b7d48 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0xeca10588 compat_mc_getsockopt +EXPORT_SYMBOL vmlinux 0xeca4d8e7 get_task_io_context +EXPORT_SYMBOL vmlinux 0xecc86585 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0xeccd3e0c acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xecce00b6 pci_disable_ido +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xece9ff4b bio_copy_kern +EXPORT_SYMBOL vmlinux 0xecf01d93 dev_mc_add +EXPORT_SYMBOL vmlinux 0xecff9e2a tty_port_destroy +EXPORT_SYMBOL vmlinux 0xed04bf33 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0xed27a86b blk_queue_init_tags +EXPORT_SYMBOL vmlinux 0xed36c5b6 thermal_cooling_device_unregister +EXPORT_SYMBOL vmlinux 0xed6af81e twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0xed872944 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0xed89c719 mpage_writepages +EXPORT_SYMBOL vmlinux 0xed944efa security_path_unlink +EXPORT_SYMBOL vmlinux 0xed9946b0 agp_put_bridge +EXPORT_SYMBOL vmlinux 0xeda0d76e gen_estimator_active +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedc0db7f simple_transaction_get +EXPORT_SYMBOL vmlinux 0xedc48dec swiotlb_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0xedee1c70 blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0xedfadb07 set_page_dirty +EXPORT_SYMBOL vmlinux 0xedfb8e7c i2c_del_adapter +EXPORT_SYMBOL vmlinux 0xee0a055c __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0xee18421d jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee402312 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0xee41d2a7 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0xee46885d add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xee46a792 vm_event_states +EXPORT_SYMBOL vmlinux 0xee4e1486 mmc_gpio_request_cd +EXPORT_SYMBOL vmlinux 0xee7eb9e1 pnp_platform_devices +EXPORT_SYMBOL vmlinux 0xee91a18a devm_iounmap +EXPORT_SYMBOL vmlinux 0xee95a2ed posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0xeea3aac8 compat_sock_get_timestamp +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeb405be inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xeeb5bd3b __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0xeef9d347 dev_get_by_flags_rcu +EXPORT_SYMBOL vmlinux 0xef06d3a3 xfrm_state_add +EXPORT_SYMBOL vmlinux 0xef3837df mdiobus_scan +EXPORT_SYMBOL vmlinux 0xef414b65 __mutex_init +EXPORT_SYMBOL vmlinux 0xef5808db bio_uncopy_user +EXPORT_SYMBOL vmlinux 0xef6d480f mmc_remove_host +EXPORT_SYMBOL vmlinux 0xef989ff4 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0xef9aedfc boot_option_idle_override +EXPORT_SYMBOL vmlinux 0xefa2cb5a tcp_ioctl +EXPORT_SYMBOL vmlinux 0xefb6b186 interruptible_sleep_on_timeout +EXPORT_SYMBOL vmlinux 0xefba93e1 mempool_destroy +EXPORT_SYMBOL vmlinux 0xefdd70ce security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0xefe099c3 acpi_get_event_status +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf0019f12 security_path_chown +EXPORT_SYMBOL vmlinux 0xf0116a27 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0xf0164acc filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0xf0234c44 netdev_warn +EXPORT_SYMBOL vmlinux 0xf025fb29 tcf_hash_create +EXPORT_SYMBOL vmlinux 0xf05cb791 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0xf05ffa15 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0xf065f629 ioread16be +EXPORT_SYMBOL vmlinux 0xf06a12c2 follow_pfn +EXPORT_SYMBOL vmlinux 0xf0d22db5 phy_disconnect +EXPORT_SYMBOL vmlinux 0xf0ec4895 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0xf0ed5038 skb_dst_set_noref +EXPORT_SYMBOL vmlinux 0xf0ef15b4 list_sort +EXPORT_SYMBOL vmlinux 0xf0f1246c kvasprintf +EXPORT_SYMBOL vmlinux 0xf0fdf6cb __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xf100416a remove_conflicting_framebuffers +EXPORT_SYMBOL vmlinux 0xf101d8ad dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0xf10de535 ioread8 +EXPORT_SYMBOL vmlinux 0xf11543ff find_first_zero_bit +EXPORT_SYMBOL vmlinux 0xf116d4b5 copy_in_user +EXPORT_SYMBOL vmlinux 0xf13feb57 radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0xf142f2b1 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0xf147ecb1 down_trylock +EXPORT_SYMBOL vmlinux 0xf16082fc sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0xf168e5cc i2c_verify_client +EXPORT_SYMBOL vmlinux 0xf16a1f16 sock_no_getname +EXPORT_SYMBOL vmlinux 0xf1854498 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0xf18f74f3 names_cachep +EXPORT_SYMBOL vmlinux 0xf192d0b1 single_release +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf196e1f1 dev_get_flags +EXPORT_SYMBOL vmlinux 0xf1a12f00 directly_mappable_cdev_bdi +EXPORT_SYMBOL vmlinux 0xf1a6bea4 netdev_features_change +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1e9349a sk_stream_write_space +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1ec689e input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0xf1f11a44 xfrm_init_state +EXPORT_SYMBOL vmlinux 0xf202c5cb radix_tree_insert +EXPORT_SYMBOL vmlinux 0xf20dabd8 free_irq +EXPORT_SYMBOL vmlinux 0xf22449ae down_interruptible +EXPORT_SYMBOL vmlinux 0xf22988ed bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0xf23d0ddc wl12xx_get_platform_data +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf25339e5 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0xf26ab2cf tcp_valid_rtt_meas +EXPORT_SYMBOL vmlinux 0xf27bcf58 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0xf28b592f dev_open +EXPORT_SYMBOL vmlinux 0xf28ed6e2 machine_to_phys_nr +EXPORT_SYMBOL vmlinux 0xf2997713 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xf2d19371 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xf2dd29f4 con_is_bound +EXPORT_SYMBOL vmlinux 0xf2f4850d pnp_unregister_driver +EXPORT_SYMBOL vmlinux 0xf3019aba splice_from_pipe_begin +EXPORT_SYMBOL vmlinux 0xf313da4e sha_transform +EXPORT_SYMBOL vmlinux 0xf32055e7 dev_base_lock +EXPORT_SYMBOL vmlinux 0xf32796f4 try_to_release_page +EXPORT_SYMBOL vmlinux 0xf3341268 __clear_user +EXPORT_SYMBOL vmlinux 0xf338d4c3 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xf33ba1bb xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf3548b61 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0xf36271bf mmc_read_bkops_status +EXPORT_SYMBOL vmlinux 0xf37260ab _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xf37c08cd tty_port_init +EXPORT_SYMBOL vmlinux 0xf389fe60 __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf396cd21 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0xf3986b06 acpi_os_map_generic_address +EXPORT_SYMBOL vmlinux 0xf3991382 ppp_register_channel +EXPORT_SYMBOL vmlinux 0xf3b7642d nonseekable_open +EXPORT_SYMBOL vmlinux 0xf3bf0bce __bitmap_complement +EXPORT_SYMBOL vmlinux 0xf3c64c08 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0xf3cb9190 simple_getattr +EXPORT_SYMBOL vmlinux 0xf3fdd0a0 genl_unregister_mc_group +EXPORT_SYMBOL vmlinux 0xf425e798 __brelse +EXPORT_SYMBOL vmlinux 0xf432dd3d __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xf441ac43 ioread8_rep +EXPORT_SYMBOL vmlinux 0xf455c833 dcb_getapp +EXPORT_SYMBOL vmlinux 0xf45870bc amd_iommu_get_v2_domain +EXPORT_SYMBOL vmlinux 0xf45a4e52 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xf46e957a mmc_suspend_host +EXPORT_SYMBOL vmlinux 0xf47e87ef dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0xf48e4f56 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0xf495242f compat_nf_setsockopt +EXPORT_SYMBOL vmlinux 0xf4a5c213 avail_to_resrv_perfctr_nmi_bit +EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced +EXPORT_SYMBOL vmlinux 0xf4bdbeb9 __frontswap_invalidate_area +EXPORT_SYMBOL vmlinux 0xf4c6970c journal_release_buffer +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf5034911 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0xf5036245 __dquot_free_space +EXPORT_SYMBOL vmlinux 0xf5126124 copy_strings_kernel +EXPORT_SYMBOL vmlinux 0xf51ae235 touch_nmi_watchdog +EXPORT_SYMBOL vmlinux 0xf51bf88b nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xf523ed56 neigh_update +EXPORT_SYMBOL vmlinux 0xf536d22e acpi_set_gpe_wake_mask +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf546076d uart_add_one_port +EXPORT_SYMBOL vmlinux 0xf55bb238 pci_unregister_driver +EXPORT_SYMBOL vmlinux 0xf568fa1e input_register_device +EXPORT_SYMBOL vmlinux 0xf5711c85 bitmap_endwrite +EXPORT_SYMBOL vmlinux 0xf5714407 sock_sendmsg +EXPORT_SYMBOL vmlinux 0xf57b85b2 vc_cons +EXPORT_SYMBOL vmlinux 0xf57d8fc2 gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0xf5893abf up_read +EXPORT_SYMBOL vmlinux 0xf58fb95b kobject_add +EXPORT_SYMBOL vmlinux 0xf598be6a rwsem_downgrade_wake +EXPORT_SYMBOL vmlinux 0xf5a06373 nla_put +EXPORT_SYMBOL vmlinux 0xf5a3de7b dquot_quota_on +EXPORT_SYMBOL vmlinux 0xf5a8c630 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0xf5b10e67 acpi_install_global_event_handler +EXPORT_SYMBOL vmlinux 0xf5c7d6ce tcp_child_process +EXPORT_SYMBOL vmlinux 0xf5ca0b5f inet_dgram_ops +EXPORT_SYMBOL vmlinux 0xf5d74e9d i8042_install_filter +EXPORT_SYMBOL vmlinux 0xf5eb86ea blk_verify_command +EXPORT_SYMBOL vmlinux 0xf620d36e gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0xf6388c56 sysctl_ip_default_ttl +EXPORT_SYMBOL vmlinux 0xf64fc845 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0xf6514588 ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0xf673785d request_key +EXPORT_SYMBOL vmlinux 0xf67d18e9 agp_free_page_array +EXPORT_SYMBOL vmlinux 0xf68633bd netdev_alert +EXPORT_SYMBOL vmlinux 0xf6bb4729 color_table +EXPORT_SYMBOL vmlinux 0xf6d1a9ca input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0xf6e4a705 setup_new_exec +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf71de546 truncate_pagecache +EXPORT_SYMBOL vmlinux 0xf7289d14 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xf7584a9c find_font +EXPORT_SYMBOL vmlinux 0xf766153d bio_sector_offset +EXPORT_SYMBOL vmlinux 0xf77fead6 genphy_resume +EXPORT_SYMBOL vmlinux 0xf78d04ab netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xf7adcaf3 __tracepoint_kmalloc_node +EXPORT_SYMBOL vmlinux 0xf7c02e2f mmc_stop_bkops +EXPORT_SYMBOL vmlinux 0xf7c46fa9 __pskb_copy +EXPORT_SYMBOL vmlinux 0xf803fe39 bitmap_set +EXPORT_SYMBOL vmlinux 0xf81031af i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf812cff6 memscan +EXPORT_SYMBOL vmlinux 0xf816dca7 inet_accept +EXPORT_SYMBOL vmlinux 0xf82abc1d isa_dma_bridge_buggy +EXPORT_SYMBOL vmlinux 0xf82cfd1a proc_dostring +EXPORT_SYMBOL vmlinux 0xf82e3d47 acpi_initialize_objects +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf83e6f30 pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0xf854d525 do_truncate +EXPORT_SYMBOL vmlinux 0xf85dc612 generic_writepages +EXPORT_SYMBOL vmlinux 0xf85e06a2 inode_init_owner +EXPORT_SYMBOL vmlinux 0xf86e3b03 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0xf88439a6 sync_inode +EXPORT_SYMBOL vmlinux 0xf88e0ee2 acpi_get_table_header +EXPORT_SYMBOL vmlinux 0xf890bb98 kill_fasync +EXPORT_SYMBOL vmlinux 0xf8983de7 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0xf8bf3965 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0xf8d5c875 inet6_del_offload +EXPORT_SYMBOL vmlinux 0xf8f0ffd9 dev_uc_init +EXPORT_SYMBOL vmlinux 0xf8fd8c41 swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0xf93ff94d netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0xf9553b60 pnp_request_card_device +EXPORT_SYMBOL vmlinux 0xf95e5ed7 __blk_end_request +EXPORT_SYMBOL vmlinux 0xf95e7467 intel_gmch_probe +EXPORT_SYMBOL vmlinux 0xf972a116 bio_phys_segments +EXPORT_SYMBOL vmlinux 0xf9a11dc2 i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0xf9a2479c tcp_init_sock +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9d67c0e netlink_set_err +EXPORT_SYMBOL vmlinux 0xf9e2b67e inet_frags_fini +EXPORT_SYMBOL vmlinux 0xf9e315e0 bio_integrity_set_tag +EXPORT_SYMBOL vmlinux 0xf9eab61d idr_destroy +EXPORT_SYMBOL vmlinux 0xf9fb752b d_instantiate +EXPORT_SYMBOL vmlinux 0xfa0b27c4 i8042_remove_filter +EXPORT_SYMBOL vmlinux 0xfa2f7465 kill_litter_super +EXPORT_SYMBOL vmlinux 0xfa565865 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0xfa66f77c finish_wait +EXPORT_SYMBOL vmlinux 0xfa67d0c8 mmc_try_claim_host +EXPORT_SYMBOL vmlinux 0xfa6d6692 tcf_hash_destroy +EXPORT_SYMBOL vmlinux 0xfa9727ce scsi_print_command +EXPORT_SYMBOL vmlinux 0xfab1fca2 lookup_one_len +EXPORT_SYMBOL vmlinux 0xfab50ccd tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0xfabbf658 wireless_send_event +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xface7408 wireless_spy_update +EXPORT_SYMBOL vmlinux 0xfacf2d1b netif_rx +EXPORT_SYMBOL vmlinux 0xfad93a24 xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0xfae67b1f cap_mmap_addr +EXPORT_SYMBOL vmlinux 0xfaf98462 bitrev32 +EXPORT_SYMBOL vmlinux 0xfb0443fb acpi_get_parent +EXPORT_SYMBOL vmlinux 0xfb3db392 iget_failed +EXPORT_SYMBOL vmlinux 0xfb578fc5 memset +EXPORT_SYMBOL vmlinux 0xfb60a9c2 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb80c7a0 acpi_walk_namespace +EXPORT_SYMBOL vmlinux 0xfb97a869 account_page_redirty +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbd95242 nf_setsockopt +EXPORT_SYMBOL vmlinux 0xfc02b7ad sysctl_tcp_wmem +EXPORT_SYMBOL vmlinux 0xfc1884c4 fb_set_cmap +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc3d449b fbcon_set_bitops +EXPORT_SYMBOL vmlinux 0xfc803cae writeback_inodes_sb_nr_if_idle +EXPORT_SYMBOL vmlinux 0xfc825f73 mmc_card_sleep +EXPORT_SYMBOL vmlinux 0xfc872fd1 get_ibs_caps +EXPORT_SYMBOL vmlinux 0xfc94d674 __mem_cgroup_count_vm_event +EXPORT_SYMBOL vmlinux 0xfcaa04a0 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xfcac0d40 acpi_install_interface_handler +EXPORT_SYMBOL vmlinux 0xfcb926cd kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0xfcc2a43c utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0xfcc54f91 lg_local_lock_cpu +EXPORT_SYMBOL vmlinux 0xfcdf0009 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0xfce332ad register_qdisc +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcfa03ff fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0xfd013d00 tcp_seq_open +EXPORT_SYMBOL vmlinux 0xfd065556 unregister_key_type +EXPORT_SYMBOL vmlinux 0xfd3423e4 backlight_force_update +EXPORT_SYMBOL vmlinux 0xfd409aea netif_napi_add +EXPORT_SYMBOL vmlinux 0xfd6293c2 boot_tvec_bases +EXPORT_SYMBOL vmlinux 0xfd7d7713 acpi_exception +EXPORT_SYMBOL vmlinux 0xfd9bace4 key_alloc +EXPORT_SYMBOL vmlinux 0xfd9f94ae rfkill_alloc +EXPORT_SYMBOL vmlinux 0xfda0dbe8 ftrace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xfdb9b629 ioread32be +EXPORT_SYMBOL vmlinux 0xfdbe0288 pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0xfdcfc616 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0xfdee7d42 _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0xfdfc0b3b fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0xfe047ce6 acpi_enter_sleep_state +EXPORT_SYMBOL vmlinux 0xfe0bcea4 napi_gro_receive +EXPORT_SYMBOL vmlinux 0xfe26fc7c nr_node_ids +EXPORT_SYMBOL vmlinux 0xfe2ccb94 dev_trans_start +EXPORT_SYMBOL vmlinux 0xfe37743b blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0xfe471e82 input_release_device +EXPORT_SYMBOL vmlinux 0xfe4bf898 bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe6a046b sock_no_connect +EXPORT_SYMBOL vmlinux 0xfe769456 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xfe7c4287 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0xfe7c54bd unregister_filesystem +EXPORT_SYMBOL vmlinux 0xfe8df01f sock_wake_async +EXPORT_SYMBOL vmlinux 0xfe96bfab unlock_page +EXPORT_SYMBOL vmlinux 0xfed5b0ad kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0xfee0571a dev_err +EXPORT_SYMBOL vmlinux 0xfeebc7c4 __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0xfef96e23 __scsi_print_command +EXPORT_SYMBOL vmlinux 0xff148378 abx500_get_register_interruptible +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff2d0b45 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0xff48d4db amd_iommu_enable_device_erratum +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff7559e4 ioport_resource +EXPORT_SYMBOL vmlinux 0xff9ca065 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0xffabac09 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0xffc1dba5 simple_fill_super +EXPORT_SYMBOL vmlinux 0xffd434ac phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0xffd5a395 default_wake_function +EXPORT_SYMBOL vmlinux 0xffe5095d groups_free +EXPORT_SYMBOL vmlinux 0xfff92ce0 sk_stream_error +EXPORT_SYMBOL vmlinux 0xfffc50f2 i2c_master_send +EXPORT_SYMBOL_GPL arch/x86/crypto/ablk_helper 0x1ad3a62b ablk_init_common +EXPORT_SYMBOL_GPL arch/x86/crypto/ablk_helper 0x4145d497 __ablk_encrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/ablk_helper 0x6db3cddf ablk_set_key +EXPORT_SYMBOL_GPL arch/x86/crypto/ablk_helper 0x86ad18ba ablk_encrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/ablk_helper 0xa32e73d2 ablk_exit +EXPORT_SYMBOL_GPL arch/x86/crypto/ablk_helper 0xb02ef7ec ablk_decrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/ablk_helper 0xe9bb3935 ablk_init +EXPORT_SYMBOL_GPL arch/x86/crypto/aes-x86_64 0x7060bf0a crypto_aes_encrypt_x86 +EXPORT_SYMBOL_GPL arch/x86/crypto/aes-x86_64 0xe409b491 crypto_aes_decrypt_x86 +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x16061d06 __camellia_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x1636abdf __camellia_enc_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x1da0e256 camellia_crypt_ctr +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x31bbe42b camellia_crypt_ctr_2way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x50dc55b6 __camellia_enc_blk_2way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x69d95d05 lrw_camellia_exit_tfm +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x6f1d4f69 xts_camellia_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x930f687f camellia_decrypt_cbc_2way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0xa41a5ad3 camellia_dec_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0xd302f056 lrw_camellia_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0xf4521fda camellia_dec_blk_2way +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x0cf365de glue_ctr_crypt_final_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x262f2654 glue_cbc_encrypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x7096a8b7 glue_cbc_decrypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x7c27f59f glue_ecb_crypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/glue_helper 0x7c40753b glue_ctr_crypt_128bit +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64 0x19dc7881 twofish_dec_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64 0x5e752773 twofish_enc_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x1fd77fb1 twofish_dec_blk_3way +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x3b2f1010 xts_twofish_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x421335a1 lrw_twofish_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x61694b97 twofish_dec_blk_cbc_3way +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x8d75ab44 twofish_enc_blk_ctr +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x8e856922 twofish_enc_blk_ctr_3way +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0xf2e80e9c __twofish_enc_blk_3way +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0xfcb19369 lrw_twofish_exit_tfm +EXPORT_SYMBOL_GPL arch/x86/kernel/microcode 0xdf66ca81 ucode_cpu_info +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x00199367 kvm_cpu_get_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x00aaf935 kvm_disable_tdp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x03cb56ac kvm_mmu_get_spte_hierarchy +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x095e0998 kvm_cpu_has_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0cbd32b4 kvm_emulate_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x137e3bd8 gfn_to_pfn_async +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1a339905 kvm_read_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1cfe78d1 kvm_release_pfn_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x20de5193 kvm_disable_largepages +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x21d456e8 kvm_vcpu_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2517f71b kvm_set_cr3 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2548a50e kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x271d60e2 kvm_lapic_set_eoi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2a4c7e8b kvm_init_shadow_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2b516267 kvm_set_apic_base +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2e5b8ffb kvm_set_cr0 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2f60eff3 kvm_get_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3056a511 x86_emulate_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x316c8154 kvm_mmu_unprotect_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x317f9e6b kvm_enable_efer_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x31ce78f2 kvm_read_guest_virt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x34aa810e kvm_get_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x36b8ae39 kvm_get_apic_base +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3b5dd35e __tracepoint_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3b7c2870 kvm_inject_pending_timer_irqs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3c3096a5 kvm_inject_realmode_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3d6a1dac gfn_to_pfn_prot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3de08404 kvm_set_shared_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4889d1e6 kvm_read_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4c51f664 __tracepoint_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4c887504 kvm_mmu_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x53a2a3f7 __tracepoint_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x57279829 kvm_put_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x58baace8 __kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x59f0948a kvm_set_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5a7bfa0c kvm_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5cbc2c2c kvm_write_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5d1cd511 kvm_emulate_hypercall +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5db02c94 kvm_queue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x64a34f49 __tracepoint_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x669da1fd kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x690e356b gfn_to_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6a5b7b8f kvm_rdpmc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6bd12f07 kvm_write_guest_virt_system +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6d1f4b77 kvm_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6da30697 kvm_vcpu_uninit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x709cd8cb kvm_spurious_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x71f57e2b kvm_mmu_unload +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x730f5260 kvm_inject_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x734fb395 kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x74d77518 kvm_complete_insn_gp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x75cbfbec kvm_get_guest_memory_type +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7a08ba99 kvm_set_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7aa64803 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7bb46077 kvm_write_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7c502ab9 __tracepoint_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7ca370c3 gfn_to_hva +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7cff8616 kvm_find_cpuid_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7f2c1163 __tracepoint_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7f4d4744 kvm_is_visible_gfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x80f44ffa kvm_mmu_invlpg +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x831327da kvm_max_guest_tsc_khz +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x839bd344 kvm_set_cr4 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x874733f6 gfn_to_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x87826a88 kvm_set_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8a26f7b0 __tracepoint_kvm_nested_intercepts +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8abde994 kvm_fast_pio_out +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8ce4f3ab kvm_enable_tdp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8da01274 kvm_get_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8e1cd06f kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8f649916 kvm_emulate_halt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x98c34e0e kvm_x86_ops +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x99ae9d30 kvm_read_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9a216313 kvm_define_shared_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9ee59155 __tracepoint_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa212a516 kvm_get_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa4aa8965 kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa508e36b __tracepoint_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa6178023 kvm_get_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa9aa584a handle_mmio_page_fault_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaa79cab5 __tracepoint_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaaf0c2b2 kvm_require_cpl +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xad405467 kvm_requeue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xae3d2ad9 kvm_set_xcr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaeaa30c4 kvm_set_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaf275715 __tracepoint_kvm_nested_vmrun +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaf6804d6 kvm_set_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb1e8a850 kvm_requeue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb532f13c kvm_mmu_reset_context +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb5fcb3d7 load_pdptrs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb81d6fd2 kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb8f6a3e2 gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xba9ed435 kvm_mmu_set_mmio_spte_mask +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbe068419 kvm_queue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc2d81fca kvm_release_page_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc5cbf30a gfn_to_hva_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc757b6c8 kvm_write_tsc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcbd8d2b6 gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcdae3aa7 kvm_task_switch +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcdf3dba6 kvm_mmu_load +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xce638e64 kvm_vcpu_cache +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xce9d196d gfn_to_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd0459e67 kvm_has_tsc_control +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd066df1c kvm_resched +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd0b2727a kvm_mmu_set_mask_ptes +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd42e2ed4 kvm_after_handle_nmi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd7bb5847 kvm_clear_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd9d0c4e9 kvm_is_linear_rip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xda127f0f kvm_release_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdeb9e564 __tracepoint_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe150993a kvm_lmsw +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe2be2b0e kvm_inject_nmi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe3c9faee kvm_emulate_wbinvd +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe93a1ba3 gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xeaf3a3db kvm_mmu_unprotect_page_virt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xeb03e8e3 kvm_clear_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xeb8a73bf kvm_get_cs_db_l_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xed197635 kvm_before_handle_nmi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf37ce23a fx_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf5716abc kvm_read_guest_page_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfd632021 kvm_get_dr +EXPORT_SYMBOL_GPL crypto/af_alg 0x25112a07 af_alg_make_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x289197b2 af_alg_cmsg_send +EXPORT_SYMBOL_GPL crypto/af_alg 0x2e126577 af_alg_complete +EXPORT_SYMBOL_GPL crypto/af_alg 0x36307e42 af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x3724ae6a af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x65eef7f4 af_alg_wait_for_completion +EXPORT_SYMBOL_GPL crypto/af_alg 0x9e963680 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xadbf15f7 af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xbc970d98 af_alg_accept +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x2039f5a8 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x51436f30 async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x9003e4e0 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x1a05c2c4 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xf30a60b2 async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x3e1a5226 async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x6bec0c75 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x79f27723 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x8c5feff2 async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xe31bf6cf async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xfbc77aff async_xor_val +EXPORT_SYMBOL_GPL crypto/blowfish_common 0x6bbf8a53 blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x0e68088f cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x27278ca9 __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x4a2a3ca6 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1291971c __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x1e2c961f __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x8f04034a __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xb24b0f99 cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast_common 0x08aa6fb7 cast_s1 +EXPORT_SYMBOL_GPL crypto/cast_common 0x0c5fbf8a cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xe39dd4b4 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0xee83a4f3 cast_s4 +EXPORT_SYMBOL_GPL crypto/cryptd 0x1898edee cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x265629be cryptd_free_ablkcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x34306c08 cryptd_ablkcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x63db1b35 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x78986a2e cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x805e5cd7 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x88bb8cc8 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xd125b21f cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xe93c13a5 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xfb551f87 cryptd_alloc_ablkcipher +EXPORT_SYMBOL_GPL crypto/des_generic 0xcfd9a2c0 des_ekey +EXPORT_SYMBOL_GPL crypto/lrw 0x3864eb66 lrw_free_table +EXPORT_SYMBOL_GPL crypto/lrw 0x9f628355 lrw_crypt +EXPORT_SYMBOL_GPL crypto/lrw 0xcd074900 lrw_init_table +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x5c03aea9 serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x5ddb33e9 __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x77b39cb4 __serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x8a1a99ad __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/twofish_common 0x6c3229bb __twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xed8df909 twofish_setkey +EXPORT_SYMBOL_GPL crypto/xts 0xb3cbaa34 xts_crypt +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x1c8984c7 acpi_smbus_unregister_callback +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x87bd07bd acpi_smbus_register_callback +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0xb9a141b0 acpi_smbus_read +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0xe1372311 acpi_smbus_write +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x0805f4a2 ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x08d55caf ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x0e09265a ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x2976b198 ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x2d135c5b ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x2de2feaf ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x47949dbc ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x4d962707 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x4ff27e82 ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x57ee1b6d ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5eacba1f ahci_interrupt +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x69979640 ahci_sdev_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x890cc163 ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x910d0e2b ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa76aac53 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xb59f6d54 ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xc00f5c7e ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xd98afefe ahci_shost_attrs +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xf6464980 ahci_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xfd73001a ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0x347fee39 __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x02ff9464 cfag12864b_isinited +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x0ecb2e5d cfag12864b_disable +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x305dc3c6 cfag12864b_isenabled +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x3389f926 cfag12864b_enable +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x9522a342 cfag12864b_getrate +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0xc48e9d95 cfag12864b_buffer +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x14102f23 ks0108_displaystate +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x48a70518 ks0108_writedata +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x4f506333 ks0108_startline +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x6edae968 ks0108_isinited +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xbf4774db ks0108_writecontrol +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xedde6df2 ks0108_page +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xfee8ef7b ks0108_address +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-mmio 0x8a5ab7fa devm_regmap_init_mmio +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-mmio 0xb1dbff0c regmap_init_mmio +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0b60bcf7 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0d5ad425 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0e5f15ec bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2b35c641 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3fe65433 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x414b79ed bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4e82fe93 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4fd79021 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x503268d7 __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x63469b15 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x672d60cb bcma_core_pci_extend_L1timer +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7a245e12 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb1a64631 bcma_find_core +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb34fe95e bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xdc15e32d bcma_core_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe23454ef bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf6bb0860 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x0dc3a00d btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x32cd72f0 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x46b51319 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x6b4b984a btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x84d7b9aa btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x97f00682 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xa66a7941 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xbd1a1461 btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd48ddcfe btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd4ef68f6 btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/cpufreq/speedstep-lib 0x1b1f2bda speedstep_get_freqs +EXPORT_SYMBOL_GPL drivers/cpufreq/speedstep-lib 0x2b67f096 speedstep_get_frequency +EXPORT_SYMBOL_GPL drivers/cpufreq/speedstep-lib 0xd7ab2c0c speedstep_detect_processor +EXPORT_SYMBOL_GPL drivers/dca/dca 0x0eb0c497 dca_remove_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0x215afdda free_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0x2e471f01 dca_register_notify +EXPORT_SYMBOL_GPL drivers/dca/dca 0x31a2c8df dca_get_tag +EXPORT_SYMBOL_GPL drivers/dca/dca 0x37500f66 dca3_get_tag +EXPORT_SYMBOL_GPL drivers/dca/dca 0x75d4e711 register_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0x8006c614 dca_unregister_notify +EXPORT_SYMBOL_GPL drivers/dca/dca 0x98e3d908 dca_add_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0xca4b401f unregister_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0xd478d36b alloc_dca_provider +EXPORT_SYMBOL_GPL drivers/edac/amd64_edac_mod 0xeaf343d0 amd64_get_dram_hole_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x013b04e6 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x08c39ca6 edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x350df451 edac_pci_reset_delay_period +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x441b3f77 edac_device_handle_ce +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x59bce07d find_mci_by_dev +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x5d933e26 edac_mc_handle_error +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x69259f22 edac_mem_types +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x7c1a825e edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x86395376 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x8924cb37 edac_mc_add_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x8acb0c59 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x8d9550b6 edac_device_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0x958e6418 edac_device_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xa7be91aa edac_pci_handle_pe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xa8354d93 edac_mc_del_mc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xa95065c4 edac_mc_alloc +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xca3d2036 edac_mc_free +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xd324801b edac_pci_del_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xe1f7924c edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xe2b7388e edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xe80fd7dd edac_pci_add_device +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xf31bfefc edac_pci_handle_npe +EXPORT_SYMBOL_GPL drivers/edac/edac_core 0xf43ecfd1 edac_device_handle_ue +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x0d38cee6 amd_decode_mce +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x14878009 amd_report_gart_errors +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x1d34e996 pp_msgs +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x21626132 amd_register_ecc_decoder +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x233ce2e4 to_msgs +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x3eba1a17 rrrr_msgs +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x593ec4b5 ii_msgs +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x737912b3 amd_unregister_ecc_decoder +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0xaeeba16b tt_msgs +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0xb0ca1fe7 ll_msgs +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xf4ade51f fw_card_release +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0x013fbdac cs5535_gpio_set +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0x93f8fe67 cs5535_gpio_set_irq +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0xc0bb404a cs5535_gpio_setup_event +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0xd3bd9300 cs5535_gpio_isset +EXPORT_SYMBOL_GPL drivers/gpio/gpio-cs5535 0xe07c0954 cs5535_gpio_clear +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0x498e9352 bgpio_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0xbef577a4 bgpio_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xcfd9aa75 __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xfe202ddb __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x55b9ce64 drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x8c2a0d37 drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0x05876c69 i915_gpu_busy +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0x08a7896d i915_gpu_raise +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0x402468e9 i915_gpu_lower +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0x500858b9 i915_read_mch_val +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0xe7237b0b i915_gpu_turbo_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0x81513afa ttm_dma_populate +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xbaa0ac12 ttm_dma_page_alloc_debugfs +EXPORT_SYMBOL_GPL drivers/gpu/drm/ttm/ttm 0xe6bebac0 ttm_dma_unpopulate +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0434ae9c hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05495392 hid_debug +EXPORT_SYMBOL_GPL drivers/hid/hid 0x05977227 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x080a8c2f hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x08e7c5aa hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x15c8847b hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x184c666f hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1ef59d32 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x38fc1895 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x472233f5 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4906a967 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x594901ac hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x598df6a7 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5e95149f hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7502559b hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x79ac44e2 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7ba991d2 hidinput_find_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8e886f5b hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x90daa4db hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x930a3843 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x943c2dee hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa1b92a25 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xba1fb779 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbb9d9ea7 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbd0abffd hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcade4b83 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd6d392b8 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd9974275 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd9e6acd2 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe8480239 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xec31fc1c hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf70248f7 hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf7bc1a8d hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x30907fbf roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x8c4181ec roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x0e4a3cab roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x523fee3f roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xe4830783 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x19756280 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x4de20cf0 sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x8f4c47ca sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xb09e9eb0 sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xbf1df4d9 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xd7788beb sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x01fd453e usbhid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x6940df5d usbhid_submit_report +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x84a105e3 usbhid_set_leds +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x8ccb5eda hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xe9b394c6 usbhid_wait_io +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x0ba903b1 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x17c5f530 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x2941ee41 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x49806514 hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x7ffe5013 hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x8d6a0ecb hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x974b6d6f hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb6f452cd hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xbb534027 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd7231c67 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe04f8b87 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe73ee041 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xef6ef329 hsi_async +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x0ed9567e vmbus_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x287b0dc4 vmbus_sendpacket_multipagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x3bb6461e vmbus_recvpacket_raw +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x3cf10959 vmbus_open +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x637479d5 vmbus_teardown_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x68a484c5 vmbus_establish_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xc91a78a4 vmbus_prep_negotiate_resp +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xcc8b9669 __vmbus_driver_register +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xed37f331 vmbus_driver_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xf4888d59 vmbus_sendpacket_pagebuffer +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x249cd2ef pmbus_check_word_register +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x62ea8056 pmbus_read_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x65107677 pmbus_clear_faults +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x710e824f pmbus_write_byte +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x79ef70eb pmbus_write_word_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x86489cdd pmbus_set_page +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0x87d924f6 pmbus_do_remove +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xa48bfba2 pmbus_do_probe +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xe5d06c01 pmbus_get_driver_info +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xf07e7106 pmbus_read_byte_data +EXPORT_SYMBOL_GPL drivers/hwmon/pmbus/pmbus_core 0xf4878a8d pmbus_check_byte_register +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x0185208b i2c_dw_func +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x28de0c47 i2c_dw_is_enabled +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5327c23c i2c_dw_clear_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5b802218 i2c_dw_xfer +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x5bb1170b i2c_dw_isr +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x84ae8d82 i2c_dw_disable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0x85f61bbc i2c_dw_disable_int +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xdfc3c848 i2c_dw_init +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xef00b66a i2c_dw_read_comp_param +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-designware-core 0xf1c5de00 i2c_dw_enable +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-nforce2 0x4c26c379 nforce2_smbus +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x0b8551d0 i2c_del_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x48faee80 i2c_add_mux_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x032f97e7 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x2c918a31 i2c_setup_smbus_alert +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x102c74bb ad_sigma_delta_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x1fd10969 ad_sd_validate_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0x72a58d80 ad_sd_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xb29ac759 ad_sd_read_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xca320405 ad_sd_set_comm +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xca779d49 ad_sd_init +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xeb469af1 ad_sd_write_reg +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xf8b47fd7 ad_sd_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/adc/ad_sigma_delta 0xffeba9c6 ad_sd_calibrate_all +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x12cf5b96 adis_initial_startup +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x2fb0c816 adis_setup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x42e1c191 adis_update_scan_mode +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x5d4de928 adis_cleanup_buffer_and_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x6b19af57 adis_read_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x97bb3583 adis_write_reg +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x9ad5a276 adis_init +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0x9d1f27b8 adis_check_status +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xa4ed804e adis_probe_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xa5c473c6 adis_reset +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xbca780d0 adis_remove_trigger +EXPORT_SYMBOL_GPL drivers/iio/imu/adis_lib 0xd893f9f3 adis_single_conversion +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x11d4dce3 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x20ae48da iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x229add6e iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x25400422 iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x303a9fef iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x347efc62 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3dc19053 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4bdccbbd iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x61a62e22 iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x62b3aeca iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x707e2c94 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x763c2d93 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x79dd2525 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7e6043c8 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8d9076a5 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa178d9e3 iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xae27d42b iio_scan_mask_query +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb2f53c01 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc751750a iio_update_demux +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdd66a695 iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf314f4e2 iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf42af002 iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf5984241 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfa560d25 iio_scan_mask_set +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/hw/ipath/ib_ipath 0x1514b2b2 ipath_debug +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x2d57b627 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x49a4fcbd adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x66535a18 adxl34x_suspend +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xe4586827 adxl34x_resume +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xf7824a6a adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x16b3e3d0 cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x5f62ea07 cyttsp_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x9c010ab1 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x012d4661 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x3ecbd11e wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x6af341c3 wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x93060203 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x95330162 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xa659415d wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xb82588f6 wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xbbe75c07 wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xc126b2b9 wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xcbd9bae2 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xd065c6a0 wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xe56a9b92 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x1c5d45c5 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x48d86b56 ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x59afde1b ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x8b31de68 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xc87fdf2c ipack_device_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xeec024d3 ipack_device_unregister +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0x4de7b2d0 unregister_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/capi/kernelcapi 0xb17b7c77 register_capictr_notifier +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x2be2f2fe gigaset_shutdown +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x366f356f gigaset_stop +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x3c11aa9a gigaset_isdn_rcv_err +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x454aa44f gigaset_debuglevel +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x54b28185 gigaset_if_receive +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x69f2dd73 gigaset_m10x_input +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x7844f6eb gigaset_fill_inbuf +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x899614e0 gigaset_skb_rcvd +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x934959ec gigaset_blockdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x979c4ece gigaset_m10x_send_skb +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0x9b93f17f gigaset_initdriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xa3151853 gigaset_dbg_buffer +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xa3255b80 gigaset_handle_modem_response +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xac23f61a gigaset_freedriver +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xb24a7d3f gigaset_start +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xbc032fe1 gigaset_add_event +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xc1912689 gigaset_initcs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xce5915d5 gigaset_freecs +EXPORT_SYMBOL_GPL drivers/isdn/gigaset/gigaset 0xe5cab6f5 gigaset_skb_sent +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2d44b48d dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x348e7990 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb6d5c65d dm_deferred_set_add_work +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb70b342a dm_bio_prison_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xcfa01a18 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd962475c dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xebd06eaf dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6aba7f5e dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x7c381a76 dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9310ba06 dm_bufio_release_move +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x9c256008 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa1d2413a dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa448e19f dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xafbda3f3 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xb06512cc dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xcbb1bae2 dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe6024e59 dm_bufio_release +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xebcc64a4 dm_bufio_get_block_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xeca7949e dm_bufio_client_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x27f2dc66 dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x2d8222f7 dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x01d2f9ac dm_rh_recovery_start +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x082efdb8 dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x0b1e7c18 dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38efaf5a dm_region_hash_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x3a18389a dm_rh_update_states +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x3d70a44b dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x4430764e dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x45ab972a dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x4c8c06f6 dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7774620f dm_rh_stop_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d053fc5 dm_rh_start_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa68e1f06 dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa83588eb dm_rh_recovery_end +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xaf8702dd dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xbe38a431 dm_rh_recovery_prepare +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf52e4d61 dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfad9d53a dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfc62ef4e dm_rh_get_region_key +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfd93482e dm_rh_recovery_in_flight +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0054f69d dm_tm_pre_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x03ced457 dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x08a936ca dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x09aad4d5 dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x17c36f29 dm_bm_checksum +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2c112836 dm_block_location +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4035149a dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40f7bd91 dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x42dbdfc3 dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5fde8986 dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x63b2ff62 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x688d422d dm_bm_block_size +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6da18e99 dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x72289260 dm_block_manager_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x74d47993 dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7ade1071 dm_tm_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7b047bd9 dm_tm_create_non_blocking_clone +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x80c89b3d dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9e798e22 dm_bm_set_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa6aae3ea dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xafeda29f dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb7bad799 dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb967690a dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb9a6ecf8 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd29923fb dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdb562135 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf375d009 dm_bm_write_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf5455120 dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf99dc2cf dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/raid1 0xcb2b1aaf md_raid1_congested +EXPORT_SYMBOL_GPL drivers/md/raid10 0x7c2e73ba md_raid10_congested +EXPORT_SYMBOL_GPL drivers/md/raid456 0xaa55412f md_raid5_congested +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x0c682367 saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x3590cbdf saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x5c6fdabc saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x631687bc saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x6b6d1f15 saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x6f48383a saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xa49be5a8 saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xdb62309a saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xed0b1688 saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xfa34447b saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x6126fd41 saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x70b07449 saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x81cc5db8 saa7146_stop_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x8bd2907c saa7146_start_preview +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x98033b0a saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xb12649ac saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xbd6df69d saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x1ab8d82b smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x37d91069 smsendian_handle_tx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x74ee9098 sms_board_load_modules +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x76222253 sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7c576277 smsendian_handle_message_header +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x851f8a39 sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x8dfd7fa3 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x8e60f60c sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x957f88e9 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x99a81ab3 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa4e02334 smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbe117b97 smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc38ed0c8 smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc895232c smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xdd09938b sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe62b7860 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf010144a smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf28e6966 smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf2c71397 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf353a0f8 smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf3760de7 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf624fd7d smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0xa7333b14 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x887e9fc6 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x04f53e0e mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0dc4e2fc mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x150ab3a3 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x23c390ff mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4e53d5a1 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5cd0ee85 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6b6db6d4 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x71ac5f71 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x84dca2cd mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9acbcdef mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xbb95f9f3 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd265ebc4 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe4acc898 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe7d5c469 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe8462620 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf74499cb mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf7575eb2 mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4f859521 saa7134_g_ctrl_internal +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x663714aa saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x668dcdeb saa7134_s_ctrl_internal +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xbe525fe3 saa7134_queryctrl +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc2e2b46b saa7134_s_std_internal +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x1e7298e5 ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x3911be3f ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x4a7b47c4 ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x94d262a4 ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xa73ce7da ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xf52bd3d4 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xf7d2853e ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x6411c919 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x9ccbf84b radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x08f5e1d6 rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x099c9ee0 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2b88cf14 rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x37c071b0 rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x461593f9 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x553efb91 rc_core_debug +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x81aac2bf rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x893c1610 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9008aaba rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x92687ba6 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9ce08bda ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9ff1a979 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb042d09a rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xbeb76c9c rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd8953068 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe3f9ceb5 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe5c2a817 ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf18b9347 ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0xe6d04593 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0xaacf6ab8 microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0xcddff5f6 mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x8e67996c tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0xe7c30ffd tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x95b1c5d6 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xd4b351bd tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x9919f0e0 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x0a845003 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x296941a8 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xb7422320 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xd5349abe tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0xadcce8de simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x00248760 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x08fce541 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x11fa1465 cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x20e8f055 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x55be19a8 cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x57a1ffa1 cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x74d76c94 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7629c807 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7f36d0e9 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x8a765560 cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x91f43b35 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x98e7e029 cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9f5f3140 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xab4382e7 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe1c43e01 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xeda0fa99 cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf144a373 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf6ffde77 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xfbf182b5 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x28df0c39 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0xebb34082 mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x09550d29 em28xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x1f2163a8 em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x36dc527c em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x48887091 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4b61ed74 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5c5068ca em28xx_alloc_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5e593955 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7668dfd0 em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x93347561 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xaca4368c em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xaf1e69b9 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xc3b62df4 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe50986b0 em28xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe90b2214 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x2309a6d6 tm6000_xc5000_callback +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x5f3cb14a tm6000_get_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x6341b671 tm6000_set_audio_bitrate +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x89b611dd tm6000_debug +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0x99a90ca4 tm6000_set_reg +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xb5509a8c tm6000_set_reg_mask +EXPORT_SYMBOL_GPL drivers/media/usb/tm6000/tm6000 0xdff8e89d tm6000_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x0856cb96 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x53105839 v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x5d9d3491 v4l_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x6f344bb9 v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x7eaf8e7a v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x813f3de4 v4l2_find_nearest_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x94632f90 v4l_fill_dv_preset_info +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0x95c52362 v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xb07cacb4 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xb1447bbe v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xcaa759f5 v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xe9a79670 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-common 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-int-device 0x63d958cd v4l2_int_ioctl_0 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-int-device 0x6bf600a1 v4l2_int_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-int-device 0xa5228b24 v4l2_int_device_try_attach_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-int-device 0xbd5e8ea8 v4l2_int_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-int-device 0xddfee9a8 v4l2_int_ioctl_1 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0a32a939 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x101e1dee v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1cb849b3 v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x332edd15 v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4c2fb56d v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x63dca917 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x66a4431d v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8d27b63c v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x92d6a9a4 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9d237249 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xdb370854 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf102b461 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf826353b v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfc7e9414 v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x0642a991 videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x19f737c7 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1d5331d0 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x267c6068 videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2d6957b8 videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x37ca38ae videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x42369625 videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x45a8f7cf videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x45f14d34 videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x501ad01c videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x521da079 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6063c5ed videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x70853251 __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x72f35d93 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x7e1ac067 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x972c7bf9 videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa2f84902 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xad7ab451 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb1f326d5 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc648c66e videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd1b51c77 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd37072d7 videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd4ab7696 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xeed8b708 videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x16a5fa28 videobuf_queue_dma_contig_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x47f384f3 videobuf_dma_contig_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x654b9de8 videobuf_queue_dma_contig_init_cached +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-contig 0x9945da3e videobuf_to_dma_contig +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x553a86d0 videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x79dc796d videobuf_dma_init_overlay +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x969ae59b videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x97a5a8f1 videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x982c353b videobuf_dma_map +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x9da5d15d videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xc883337c videobuf_dma_init_kernel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xcb1c5e95 videobuf_dma_init_user +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xcc36b763 videobuf_dma_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xfdd7b12d videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x052355be videobuf_to_vmalloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0x8479925a videobuf_vmalloc_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-vmalloc 0xce79aa8e videobuf_queue_vmalloc_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x067c0ab2 vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x09cb16a2 vb2_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x0ebc22d6 vb2_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x0f9027a4 vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x22d881a2 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x243f48b7 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x2aafd2df vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x430a380f vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x44dc4c76 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x4d22e308 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x50b7ec8f vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x544af23b vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6615c302 vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x66eda68e vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6a6d1e28 vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6cb08acb vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x6d80a0a2 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x7c2abf66 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x7c5f6631 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x899c1135 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x8c3fa0b4 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0x96a0e37d vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xa1878a0d vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xaf7e8ef5 vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb7131782 vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xb77a2826 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xc02c2cd9 vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xcc6a35de vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd128c5c4 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xd38128e4 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xe5f3f231 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xea70e8ea vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xf2391a5b vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-core 0xff376556 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0x92688ada vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xb0fc1572 vb2_dma_contig_init_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-dma-contig 0xe57f0426 vb2_dma_contig_cleanup_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xcf61c96f vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xe4256d17 vb2_put_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xed87a5bc vb2_get_contig_userptr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-memops 0xfd23d276 vb2_get_vma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf2-vmalloc 0x3950bfe6 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0736f05b v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x180d443e v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2342b64c v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2d3872ff v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x38752566 v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3bd13dd2 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3fe73925 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x485d5d75 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4c7cf036 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x527d8291 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5b1792f0 v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6cfcb77b v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x766a9c42 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x81ed2348 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcb65ea6e v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc8dab86 v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd454ebbc v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd78fdf40 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd98f2399 v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd9aa50e5 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdd4d0508 v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdd59d3ed v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe6180732 v4l2_device_register +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x10a0892e i2o_pool_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x134719d4 i2o_sg_tablesize +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x1e472133 i2o_dma_realloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x6ff0bf2c i2o_dma_alloc +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0x8882a1af i2o_dma_map_sg +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xb8f3e2e8 i2o_pool_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xc5f0cd47 i2o_dma_free +EXPORT_SYMBOL_GPL drivers/message/i2o/i2o_core 0xe1012251 i2o_dma_map_single +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x0bc0a398 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x36168a56 pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x7fa7b6e0 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xda1234a5 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x4c39a6c1 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x539ef428 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xc3d7c6d0 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x390e6e79 lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x406d5349 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x444f3ece lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x48a08ca4 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xa5515f16 lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xdb5f10b0 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xf29f21e8 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x0e4a3c69 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x10b9f036 mc13xxx_common_cleanup +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x1c45c901 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x5cff8221 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x98318d94 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xb93c7832 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x1fe701a1 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x30d7cf10 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x7f3c3eca pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x91656a12 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x9d17736c pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xab126e07 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xb1daf93e pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xd126d32c pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xdb784d4a pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xdca0ff73 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xe8693b06 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x321b52e4 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x3f8d1db4 pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x53887397 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x5e326876 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x726c73e0 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xc74d8f16 pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xd3b6e9bd pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x01a33234 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x4fca3918 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x0d395c34 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x142aab36 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x1b03b06f rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x1f48584b rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x26bd32cb rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x29cb989c rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x2d85dd4b rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x31dd6727 rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x587df611 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x5b2b01ef rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x5e7166dd rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x63182423 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x67f6f113 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x6ce6c327 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x77d82170 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0x8fbbf0b5 rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xa4a2526b rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xc4efb5c6 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xf02231d1 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xf5be267d rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/mfd/rtsx_pci 0xfaab1910 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x17bd509e sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x23240f2f sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x84c3336f sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xcf52d063 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xdff43243 sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x458031f8 tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x4a17988d tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x8e16a88a tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xec537108 tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/twl4030-madc 0x08b8dd2e twl4030_madc_conversion +EXPORT_SYMBOL_GPL drivers/mfd/twl4030-madc 0x4362dc66 twl4030_get_madc_conversion +EXPORT_SYMBOL_GPL drivers/mfd/ucb1400_core 0x59f22e68 ucb1400_adc_read +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xae37bf72 cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xcb185934 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xd1987435 cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xffcf2a3b cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x27cb133b eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x822222db eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x98bb5a22 eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x07a83b98 enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x2ab2dcdf enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x3e58043e enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x5530e451 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x5576a912 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x8fdbf32b enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xcf181fb2 enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x20530da6 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x24c9ee66 lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x4cd1293b lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x72e7664b lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x8c15c8db lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x98275d9f lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xba0d25b0 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xca11088a lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/pti 0x19f09b98 pti_release_masterchannel +EXPORT_SYMBOL_GPL drivers/misc/pti 0x23bde487 pti_request_masterchannel +EXPORT_SYMBOL_GPL drivers/misc/pti 0x52a78e81 pti_writedata +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x194f566b st_register +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x4fc7447a st_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3447c2a0 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x44fcbf20 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4ce9024d sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5ada5461 sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6da2146b sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa82eff02 sdhci_enable_irq_wakeups +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xae1f726e sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xedf5f068 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf62791ea sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x1d9cb359 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x3087ebb6 sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x47133011 sdhci_get_of_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x6b9d8a90 sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x8cb3c468 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xb3a97c20 sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x1dfc04ee cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x42181e5b cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xbb6676f7 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x3f9aa54b cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x6f5dfd5a cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x80529021 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0x64e2298d cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x173a2e4c cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x280d08c6 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x61532d8f cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/devices/doc2001plus 0xdfe2c8d9 DoCMilPlus_init +EXPORT_SYMBOL_GPL drivers/mtd/devices/docecc 0x45937659 doc_decode_ecc +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x03d91f36 mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0ca73bac deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1b950c4a get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x227b0ec6 mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x28317419 mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2be46981 get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2d26840b put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x36e4896a __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x38a73831 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3a749980 register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3f3c457f mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x41fb5fe3 mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x43d0767a unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x45abb806 mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x49288b19 mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x49c03d3a mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x49f31e9d mtd_erase_callback +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4f279aae register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x54a3df70 mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5713a357 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5d7d1f7b mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6415072a __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6a3ac7fb mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6cd0805d __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7128550f mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7d0a95e6 mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7f09b5db mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8ef5959e mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x97ea157f mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x98532697 mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9e5fd673 mtd_is_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb6fd542e mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc121fd9d mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc5bfc542 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc5fdc7ff kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xdd210392 mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe1bb9a51 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe7f38b10 mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf171039c mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf63b8b3c mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfca42c65 mount_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x090ba6d1 register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x442405ae add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xa4ca3e91 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xd658f836 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xf298c3e5 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0x85cab683 nand_update_bbt +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0x8915cc1c nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/nand 0x99f91040 nand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/sm_common 0x129cf68d sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x266c7f66 onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/onenand/onenand 0x9890ece6 onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x0cd5667d ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x0d4a55a0 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x2e4b15af ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3051f2e9 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3a93ab2d ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3fdc9cfa ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x4b36bf6b ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5cfdd22d ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x6f09ba8a ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x75599bad ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x7deaa696 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x9b3f8507 ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xc0827004 ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xcc06954e ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf75fbe31 ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xfd6f0ef9 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x1a6edec6 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x4d2b542c register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x575f32e7 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x67fece2f c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xb56791ff unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xdef20642 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x0f39d1aa alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x222c295a can_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x2a6d7b13 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x30148d1c can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x5cd27b80 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x66df7da4 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x6bf18939 alloc_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x73aa3e0c open_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x84e72c97 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0x9f4701fd register_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xa35d983f close_candev +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xb346573b can_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xbf3ee010 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/can-dev 0xe02b551e can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x08cda04c alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xc2a518f1 register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xeccea22c unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xef9ad785 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xaa3be446 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xb5192bed unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xbb145be6 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xeab3aaaa free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0x10a448cb macb_mii_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0x235c11be macb_ethtool_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0x78063282 macb_set_rx_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0x9b88fd7f macb_ioctl +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0x9dac7e01 macb_get_hwaddr +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0xd1e3cfc1 macb_get_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/cadence/macb 0xfca290a2 macb_set_hwaddr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x045ad8a0 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x051c2e39 mlx4_put_eth_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x06a93ff4 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x07019d4b mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x07acb1b9 mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0c4e5b54 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0ee4dcfa mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x139a7db7 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x177d1348 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x19273b63 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1b0e214a mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1def02f8 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1f181149 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2180429d mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x25012489 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3329d665 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x376739db mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3974ec7e mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3e46c96c mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3e4db44f mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3fe11370 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x40641045 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x412419a3 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x43588e44 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x47657676 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x48d4b7bd mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4c708c89 mlx4_map_phys_fmr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4cfeb48c mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4f40638c mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5c796c64 mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5db54b2c mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5e929080 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6191a00f mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x62e1166b mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x62fca9d3 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x69d13aa6 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6c97135b mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6dc4cec4 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x71c61eba mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7e4101ad mlx4_get_eth_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fd06544 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x864673d5 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8d9cd835 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8f6dfbf0 mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8faf576f mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x949f742f mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x94dff7d3 mlx4_fmr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x98fb1ff1 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9bdab527 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9d2cb9c3 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9dd76d7c mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa3476ffb mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa51ca94b mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa5a63bf1 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa822a535 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaf4db883 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb4d90ac1 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb81e38bb mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbb687ae0 mlx4_fmr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbf48d062 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc34db4d2 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc72eebf6 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xca7e828b mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcdf3eafa mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdbf628bc mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xddff007c mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xde9e642a mlx4_fmr_unmap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe0e80b9d mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe2a211d4 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe42fdadf __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe53a9cd9 mlx4_fmr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xebd9797e mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf2285961 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf2ccd210 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf45a0c0e mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfb9d0e50 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfd75e362 mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xffcef67c mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x5a0430cb macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x993c342c macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xccbed3de macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xd1b6b5b4 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xd63760c1 macvlan_start_xmit +EXPORT_SYMBOL_GPL drivers/net/macvtap 0xb5bafd9c macvtap_get_socket +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x11148db1 usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x6fac14a6 usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x9477fa56 usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xda681f60 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x19c1f05e cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x2ef75c48 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x38763d48 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x7679b5c8 cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xa446188c cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xe3712cdc cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x200e0550 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x326d49d4 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x3f7f0177 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x6a084910 rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x93ff9913 rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xccd05da1 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x07ca8858 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0ac65d44 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0c62a537 usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0e78cbc1 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x176aa13d usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1cc47016 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1d487a78 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1e9f20e8 usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2eaea38c usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3ff31b30 usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5124a741 usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x558667ba usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x63060a87 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x638bdcb2 usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x67e239b7 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6bf7342e usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x77cad836 usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x79f8d99f usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7b8f78de usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7d6efc4d usbnet_set_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x81182767 usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xac76366b usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb34b5b7e usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb9bc43f8 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbbbb81ea usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbdb357b2 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc233915a usbnet_get_settings +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xcf9177b8 usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe7c2f14a usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x0855fcf3 i2400m_error_recovery +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x17aaa002 i2400m_dev_bootstrap +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x2a91ab1a i2400m_cmd_enter_powersave +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x415d7e29 i2400m_init +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x81e6b813 i2400m_netdev_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x828b5001 i2400m_pre_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0x912e5bb7 i2400m_release +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xb00b793c i2400m_bm_cmd_prepare +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xbd632318 i2400m_tx_msg_sent +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xc3c12dca i2400m_dev_reset_handle +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xcce35136 i2400m_rx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xd0a4aca2 i2400m_setup +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xd8c3391c i2400m_tx +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xdbc52cc7 i2400m_is_boot_barker +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xe2b9f642 i2400m_post_reset +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xed54466d i2400m_tx_msg_get +EXPORT_SYMBOL_GPL drivers/net/wimax/i2400m/i2400m 0xf57d490c i2400m_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/ipw2x00/libipw 0x6640f583 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x19d04d9d _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0x431bc361 il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xbddaacf7 il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xd5f12fa4 il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlegacy/iwlegacy 0xf6b949ef il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x006a2dcb iwl_read_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x091a091e iwl_clear_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x0d61b974 iwl_test_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x132e77ac iwl_write_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x23b31849 iwl_notification_wait_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x24d65e74 iwl_read_targ_mem +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3982e140 iwl_poll_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x3cd78a94 iwl_poll_direct_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x4662f64c iwl_release_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x5c52e109 iwl_opmode_deregister +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x62d2d430 iwl_write_targ_mem +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x6715334b iwl_init_notification_wait +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x7d6f4c8e _iwl_read_targ_mem_dwords +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x88a5b62e iwl_test_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x9050a8a9 iwl_opmode_register +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x93c01e8d iwl_grab_nic_access_silent +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x95795c57 iwl_abort_notification_waits +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x95d6f74a iwlwifi_mod_params +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x9a9a8c97 iwl_test_free +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0x9dd9d2d0 iwl_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xa31b60e2 iwl_test_handle_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xa513d66e iwl_nvm_check_version +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xa5f91230 iwl_set_bit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xaadec89d iwl_test_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xb20302e7 __iwl_info +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xb21c97d5 iwl_read_direct32 +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xb5589ccc __iwl_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xbce0c78b iwl_test_parse +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xbe7b969d iwl_set_bits_mask_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc105f15b iwl_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xc8ee72f3 iwl_clear_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xcf341945 iwl_notification_wait_init +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xd1db77fe iwl_wait_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xd1f0d6d7 iwl_write_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xdb6b0caa __iwl_crit +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xdd3e32a4 iwl_remove_notification +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xe1858d6e __iwl_err +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xeabea35f iwl_parse_eeprom_data +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xeb395f66 iwl_set_bits_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xed4945d6 _iwl_write_targ_mem_dwords +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xf5253a32 __iwl_warn +EXPORT_SYMBOL_GPL drivers/net/wireless/iwlwifi/iwlwifi 0xf6d0faf4 iwl_set_bits_prph +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x15d6effe lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x195f7bd3 lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x42c443f7 lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x4b3bb7f1 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x528e7d8b lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x5fdf38b8 lbs_disablemesh +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x6c7d5dbf lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x6cf41cda lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x7ada0ddc lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x80650be9 lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x8ddd501f lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0x8e17122a lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xc4f20b01 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xc9f55e56 lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xd68483b9 lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xd7878f4a __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas/libertas 0xffe6b7e5 lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x43b42c3b lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x4f8edbaa __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x5e1d7283 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x614cb50f lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x6fb40b80 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0x75684cb6 lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xb423fc94 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc17bc421 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0x10186560 if_usb_reset_device +EXPORT_SYMBOL_GPL drivers/net/wireless/libertas_tf/libertas_tf_usb 0x5a9a7540 if_usb_prog_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x1426d13e mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x147075f1 mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x308cbdd5 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0x9696ac3f mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xb623978d mwifiex_deauthenticate +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xc5e450b0 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xc84d1b8a mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xc9b03b4c mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xd569a347 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xe5413af7 mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xe65061f3 mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xf752a2bc mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xf8307f3e mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mwifiex/mwifiex 0xfc0623e7 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x0a1e98cc p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x11b8cb3b p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x4266a6a6 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x460e6e63 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x4895d949 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x74194c48 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x77404495 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0x91243de0 p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/p54/p54common 0xc7e9b4ce p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0b0fda87 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0d702ae4 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x0e7bcae1 rt2800_get_tkip_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x11a5de1e rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x11d87c0a rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1358f4c9 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x17b358ab rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1848b206 rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x1ad52f1a rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x292a34a9 rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x29a4b355 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x36907b39 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x3b173bb1 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x4591b003 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x528cc464 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x5bf13e8d rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x5f419790 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x67217c43 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x68fc9f32 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x71aade09 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x71b31ffb rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x8ba17969 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0x9218fb75 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xa3060fd6 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xae02c000 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xba406ee7 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc57ae622 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xc701ad39 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xcab7e421 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xcc3ec99c rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xcf038fa9 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xd72edba8 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xd81a6b86 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xdcb6c46e rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe1fdd68a rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xe6e522bf rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2800lib 0xfa523a96 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x041e16a2 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x085755bb rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x094eb7fb rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x09e15523 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x117a3a0b rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1763c3ed rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x1c4010b9 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2d3f2b94 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x2db66126 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x399d7d65 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4743e86b rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4a984cb2 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4c3d44d0 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4c81fd9d rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4f1987e5 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4f36a491 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x4fe64e76 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x545bfa80 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x5a30a67f rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x607181d1 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6096a7d6 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x6d98daeb rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x77b8f3f6 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x7eb127ba rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x8c696f05 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x8e61fbba rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x9a7ba0fd rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0x9f760f86 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa1e86669 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa27c17fc rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xa767e8f6 rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xaaeead7f rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb569cba8 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb6a8297a rt2x00mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xb95aa1f9 rt2x00mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xba001389 rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc16a7699 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xc992496b rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xcc38a2ea rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd5622ae2 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd7644fd7 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xd98fd736 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xdcf6a84e rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xe2a1b495 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf27d20ee rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00lib 0xf416fbd5 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x204ca78b rt2x00pci_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x23d37942 rt2x00pci_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x2d487db3 rt2x00pci_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x843bef96 rt2x00pci_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0x8b7b0336 rt2x00pci_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xb6d8d0dd rt2x00pci_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xbbaaf947 rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xd08ce64b rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00pci 0xebe10699 rt2x00pci_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x0ecc0c85 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x2026b54c rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x247b486b rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x26dff347 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x2eacb680 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x35705632 rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x4b33eaf8 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x53feb667 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x5906a508 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x59deb75d rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x613de97f rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x66f54ae5 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x747356ab rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0x903dc9bb rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xb870f080 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/rt2x00/rt2x00usb 0xc271e41b rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x845ed4a7 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xee3413ca wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xefcff45e wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x16c01cab wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20d8981e wlcore_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2b6d7f5d wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x48f69171 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x497e3dc4 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x53dff67d wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5417721e wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x55fb2667 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x589dd4d3 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5fd06fb3 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x60d3c9c5 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x70d5321e wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x78bc5717 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x87d11b6f wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8993ad72 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8ee18143 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x995d9e91 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaf16758b wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbb442443 wlcore_wake_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbb7e8fa5 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc5c1c8da wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc5ea45b7 wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcf14a053 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcf1fa254 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd2db1e95 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd39bb505 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdf01fba8 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/pci/hotplug/acpiphp 0x46fac893 acpiphp_unregister_attention +EXPORT_SYMBOL_GPL drivers/pci/hotplug/acpiphp 0xaad12a10 acpiphp_register_attention +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0x5aa15b9e asus_wmi_register_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0xff969224 asus_wmi_unregister_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_ips 0x46809fa9 ips_link_to_i915_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/mxm-wmi 0x232b5238 mxm_wmi_supported +EXPORT_SYMBOL_GPL drivers/platform/x86/mxm-wmi 0x61cdf799 mxm_wmi_call_mxds +EXPORT_SYMBOL_GPL drivers/platform/x86/mxm-wmi 0xe26032eb mxm_wmi_call_mxmx +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x3ecf6cfc wmi_install_notify_handler +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x561c634a wmi_evaluate_method +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x876d29f1 wmi_get_event_data +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xb5a6ebe2 wmi_remove_notify_handler +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xc9d4d6d1 wmi_has_guid +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xda29f8b0 wmi_set_block +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xfb882fb7 wmi_query_block +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x15072ee2 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0x19d3757e pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/pcf50633-charger 0xcea90806 pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x42f87e64 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xa95f32e5 mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xaf812013 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x2de18a8e wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x5746a5eb wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x715c8d6a wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x735e2e66 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xa0819725 wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xb6510b42 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0xcd24e181 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x03f850f2 cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x05b79676 cxgbi_ddp_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0856cdd7 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x19d25b78 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1e6ab895 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x30a5a5f1 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x329d2ea9 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x36130b4f cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x37344512 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x392bf982 cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3a5c4389 cxgbi_ddp_page_size_factor +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x458f0fb7 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x47344ee7 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4ad80d60 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x54533189 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x54ec296c cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5b022f44 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5e6fba74 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x626c0165 cxgbi_ddp_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x65fca20a cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6e5639f2 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7c694253 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7e0224d9 cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x823af853 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8c2ba369 cxgbi_ddp_ppod_clear +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8ce3a229 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x91a45142 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9e3a298d cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa5ebd122 cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa99c467d cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb2cc8b0d cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb69deb93 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xba545e29 cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc269c7bb cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc4247a09 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc65d7160 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd1bb5238 cxgbi_ddp_ppod_set +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdfa0e840 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe0a0cb1b cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe377af31 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe4026e88 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe44b472f cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf013408b cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf19cca2b cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf1e4480f cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf265b661 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x593a36c2 scsi_dh_handler_exist +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x5b37e4e8 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x6be4687c scsi_register_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0x99759cb2 scsi_dh_detach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xa1cf41f1 scsi_dh_set_params +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xccee61f9 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xe5f48b37 scsi_dh_attach +EXPORT_SYMBOL_GPL drivers/scsi/device_handler/scsi_dh 0xfd43b370 scsi_dh_activate +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0fb51275 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x25a9ccc3 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x2a0bf052 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x374c1e1c fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x673375c0 fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x78a03b0f fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x84b3d915 fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xa4626f3e fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbe7117a5 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc774fe25 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc7760ba4 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc8125c26 __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xdcd96642 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xeb4a14d6 fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf37033ae fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf522b546 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x5112b2c2 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x87865934 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x94c896e4 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x9b333f80 iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xa5777cbf iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xc8615a0d iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x05db1c12 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0b0c8453 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0c5a75d6 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0d2a6419 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0faf18d8 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x108f18ef iscsi_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x10e0da01 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x22f8b77c iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x26a0a772 iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2eb88f8b iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3c445094 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3e2cc64c iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4be0efc5 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x532aa4b8 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x591938a0 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5a69c46f iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5bdbe79f iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x64bd78dd iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x65974d14 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x73133f75 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x753252b4 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7db43977 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9c07fb02 __iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa4832cf0 iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa69059bf iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xac16788a iscsi_conn_queue_work +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xac59e268 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xad91eec4 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xaff5d7c1 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb05f31dd iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb5625c69 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbe7719d2 iscsi_eh_target_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc0cb02f4 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc636dcc7 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcb6a9768 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd4260139 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd4cb8571 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd7c41d1f iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd87bdd10 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeac930b1 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeb8b8664 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf139a9c6 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf3c6b2ea iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf574d657 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf69d2ad9 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf814c160 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x16f8610b iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1c22e7f7 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x25b52f1c iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x2e31042e iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3259097d iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3ba45dd2 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x418c1ccc iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4e7270ce iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x65a043f5 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6c767ede iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x8b1d1f22 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x91fc88af iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc843d6b6 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xca04b62f iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd4c2ced0 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf0dd7346 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf7843e6f iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0634b445 sas_eh_bus_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2e288528 sas_domain_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2ed1fa3b sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x36c84942 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x385687f4 sas_free_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3d1ad162 sas_alloc_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x49193a88 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4a02d9c5 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4f704567 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6fe4c487 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x70e1fe6e sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x72cf7bd1 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x73cda365 sas_change_queue_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x746ad781 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x750a4b5f sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x794b189f sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8e85ab2e sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x91548715 sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x94ccc1f3 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9687a025 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9e8c61f2 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9f71b9b1 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcd21c0a8 sas_alloc_slow_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe20ac15f sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf1b98e2c sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x2865588f srp_target_free +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x42e7fd63 srp_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x90c015a6 srp_cmd_queue +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0x94551337 srp_iu_get +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xe4e2f1e9 srp_transfer_data +EXPORT_SYMBOL_GPL drivers/scsi/libsrp 0xf063d3d2 srp_iu_put +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x2227100e scsi_tgt_queue_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x299e812e scsi_tgt_cmd_to_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x5ec0db73 scsi_tgt_tsk_mgmt_request +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x6cfdafb3 scsi_tgt_free_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x886d1dd8 scsi_tgt_it_nexus_create +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0x8ccd7004 scsi_host_get_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xb61b83bb scsi_tgt_it_nexus_destroy +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xbc8a20e0 scsi_tgt_alloc_queue +EXPORT_SYMBOL_GPL drivers/scsi/scsi_tgt 0xcdcb60d8 scsi_host_put_command +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0548cb3d iscsi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x065fd66c iscsi_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x09c2ce70 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0a11b804 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0c7d0462 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x133e4321 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x23b80a5e iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2895131c iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3a13b5a2 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x40b439fd iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x40d32fe7 iscsi_destroy_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4dc8ba29 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x52b2d5d9 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5544fcca iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5ba739e7 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x608e065f iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x65307342 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x732d9ac6 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7f149053 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8240f806 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8c65f52c iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x91478c09 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x95742db0 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9737359c iscsi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x99921167 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb1bcc8f0 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb431f7dc iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc025cb10 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc9e43cfd iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xde496979 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe1303ddd iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe2b52d24 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x0d63e858 sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x47984da5 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x4dfff08b sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xb41d0d00 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x0d964246 srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x3cf24083 srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x7eabf1f1 srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xa5a420c7 srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xadbe6ea3 srp_attach_transport +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x260c017f spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x6df3f265 spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x7719b377 spi_bitbang_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xa1cb212d spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xbc2f5df2 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xf9cf2acf spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x0209f34d dw_spi_xfer_done +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x5bae956a dw_spi_suspend_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0x622361e2 dw_spi_add_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xb8910aa1 dw_spi_resume_host +EXPORT_SYMBOL_GPL drivers/spi/spi-dw 0xf3fc8aca dw_spi_remove_host +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0332334a comedi_auto_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x0c91591e comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x3bd64355 comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x4fb00041 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x516e1861 comedi_get_device_file_info +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x682a1ddf comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x7d22f27f comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0x9423d7bc comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xccf4f0b4 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/staging/comedi/comedi 0xee7d22d6 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0x09839ad7 das08_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/das08 0xa52007dd das08_common_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0x25e55b95 labpc_1200_is_unipolar +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0x8285332a range_labpc_1200_ai +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0xa2ba2626 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0xaf1e4347 labpc_1200_ai_gain_bits +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_labpc 0xca910ed2 labpc_common_detach +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0x1d30fb88 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xab4b86ee ni_tio_rinsn +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xbfdfc6e1 ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xc9f30696 ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xd5490ea9 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xd5937d63 ni_tio_winsn +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xe7ef06e6 ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tio 0xf4225503 ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x01ee4815 ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x1b45e88d ni_tio_acknowledge_and_confirm +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0x697b278a ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xbfbfc166 ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xce2d4b3e ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/staging/comedi/drivers/ni_tiocmd 0xd6dccd4f ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x11dc995e CsrMsgConvInsert +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x1bcd5b39 CsrUint32Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x2c03f51f CsrMsgConvInit +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x3247662d CsrWifiEventDes +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x332b7173 CsrWifiEventCsrUint8Sizeof +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x3640445a CsrWifiEventCsrUint16CsrUint8Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x3e1c5710 CsrMsgConvFindEntry +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x424e1416 CsrWifiEventCsrUint8Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x482415df CsrWifiEventCsrUint32Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x4dab1360 CsrWifiEventSer +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x52a1223c CsrMemCpyDes +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x66a4dfca CsrCharStringDes +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x67a6a33b CsrMemCpySer +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x69065e40 CsrWifiEventCsrUint8Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x71d701be CsrThreadSleep +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x75c9b662 CsrUint8Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x80cc6f40 CsrTimeGet +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x90a86d08 CsrCharStringSer +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0x9bcd90aa CsrUint16Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xb0b1df4c CsrMsgConvCustomLookupRegister +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xc8956c66 CsrWifiEventCsrUint16Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xcbac6a24 CsrWifiEventCsrUint16CsrUint8Sizeof +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xcfbb603b CsrWifiEventCsrUint16CsrUint8Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xd37329dd CsrUint16Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xd47785ba CsrWifiEventCsrUint16Sizeof +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xd7b6c96b CsrUint8Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xdd2fa37c CsrWifiEventCsrUint16Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xf079a8b4 CsrWifiEventCsrUint32Ser +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xf0e11db1 CsrUint32Des +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xf7d1fed4 CsrWifiEventCsrUint32Sizeof +EXPORT_SYMBOL_GPL drivers/staging/csr/csr_helper 0xff373291 CsrWifiEventSizeof +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0x12e6177b oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0x14523351 oslec_snapshot +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0x14c4b6b0 oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0x3c6ec396 oslec_flush +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0xca667daa oslec_create +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0xeb94de18 oslec_update +EXPORT_SYMBOL_GPL drivers/staging/echo/echo 0xeec034fb oslec_free +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0x157fdeee adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/rts5139/rts5139 0xbd5a0e51 rts5139_usb_ids +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x0e81c76d spk_serial_out +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x14f06fe7 spk_serial_in_nowait +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x3ee16d94 spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x44e7abd9 synth_remove +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x475e158a synth_request_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x5b381430 spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x719669b0 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x892d7c77 spk_var_show +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8e146195 synth_release_region +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x8e8a916a synth_add +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0x9a888082 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xa9e774de serial_synth_probe +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb48956f8 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xb73a5748 get_var +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xc766ae09 synth_printf +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xcda38867 speakup_event +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xcfcc99c7 spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xd6eada87 spk_synth_immediate +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xde7ae2e8 speakup_info +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7cd4558 spk_serial_release +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xe7e810f8 spk_serial_in +EXPORT_SYMBOL_GPL drivers/staging/speakup/speakup 0xfb56156d spk_var_store +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x05e0f43d usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x24856d52 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x2b345c5c usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x2ddceda0 usbip_event_add +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x4d4af323 sockfd_to_socket +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x5e593ac7 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x6afea7d0 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0x86841de8 usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xa64d17ce usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xa9c5dffc usbip_start_eh +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xc0b5216c usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xcd90c3a5 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xdec21435 usbip_recv +EXPORT_SYMBOL_GPL drivers/staging/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/tty/n_tracesink 0x585ebaac n_tracesink_datadrain +EXPORT_SYMBOL_GPL drivers/uio/uio 0x2f29c0e4 uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0x468f09e9 __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x8a0921ab uio_unregister_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xd9cd5cf7 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xdb1d4c9c usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x604bb10d ci13xxx_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xfd1063dc ci13xxx_add_device +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x09cd9488 usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0bfb24fb usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x44c10d9a usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x54a5fff5 usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5d9f5507 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x63068993 usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6c25f347 usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7dc34704 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8d105cd2 usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x94d7075a usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd6b1731d usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd7259923 usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xde09f66f usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xed9621b6 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xede630a7 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf2c3887b usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf780c995 usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfb1a9c3a usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xff240968 usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x2e6acc9d usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x30378877 usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0x432d42b0 usb_gadget_probe_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xa37e42ad usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xd85ad3c4 usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc-core 0xf5bb6e7b usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x84f2dad7 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xbe0df0e1 ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x0553757e usb_ftdi_elan_read_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x1454ec95 usb_ftdi_elan_edset_output +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x19b45ba8 usb_ftdi_elan_edset_flush +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x3ebd8b5e usb_ftdi_elan_edset_input +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x6f599d47 ftdi_elan_gone_away +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0x72fd1af9 usb_ftdi_elan_edset_setup +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xa77df28a usb_ftdi_elan_write_pcimem +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xbc1ba22e usb_ftdi_elan_edset_single +EXPORT_SYMBOL_GPL drivers/usb/misc/ftdi-elan 0xe22d790b usb_ftdi_elan_edset_empty +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x05227c3c musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/musb/tusb6010 0x0d509dde tusb_get_revision +EXPORT_SYMBOL_GPL drivers/usb/phy/isp1301 0x88d871ef isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x0c387d3b usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x07bfbe7c usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x0c2b5fcd usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x2bceaa89 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3a5568d0 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x44ccae55 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x467b1112 usb_serial_generic_disconnect +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x51595cbd usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5496d80d usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x578f4f30 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x591b9043 usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5b1ab3ca usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x997664af usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa0e2f161 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xbfccc315 usb_serial_handle_sysrq_char +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc46809c6 usb_serial_handle_break +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd24811aa usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf7ba7eb5 usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf833c2b7 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x14ca9432 usb_stor_reset_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x15265204 usb_stor_bulk_srb +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1bc3edc2 usb_stor_sense_invalidCDB +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x1dbf2bc8 usb_stor_suspend +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x2942b0dd usb_stor_Bulk_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x3303f59a usb_stor_Bulk_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x37fa58f0 usb_stor_disconnect +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x411649ae usb_stor_control_msg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x4eb9a8e9 usb_stor_CB_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x5ae8b7be usb_stor_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x6f73fe39 fill_inquiry_response +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x71448444 usb_stor_probe2 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0x763ebadd usb_stor_resume +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xaa300df2 usb_stor_probe1 +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xb40e70bf usb_stor_pre_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xc23124c5 usb_stor_ctrl_transfer +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xc5e1dd1f usb_stor_bulk_transfer_sg +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xc69a9291 usb_stor_access_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xd0e2b475 usb_stor_CB_transport +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xe0d8805a usb_stor_post_reset +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xe9b4b88b usb_stor_transparent_scsi_command +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xf1287f04 usb_stor_bulk_transfer_buf +EXPORT_SYMBOL_GPL drivers/usb/storage/usb-storage 0xf2862fe1 usb_stor_set_xfer_buf +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x122f15ac wa_urb_enqueue_run +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x2ae84d8c __wa_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x814d7769 wa_urb_dequeue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x86f99016 wa_urb_enqueue +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0x9c220fa6 rpipe_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xbc0fdaef wa_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusb-wa 0xcb55ad58 rpipe_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0bb6bf5e wusb_cluster_id_get +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x0c8f6c31 wusbhc_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x134834d6 wusbhc_rh_resume +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x3b890102 wusbhc_mmcie_rm +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x58b9053a wusbhc_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x6324875d wusbhc_reset_all +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x6d4f2cd7 wusbhc_b_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x732f6d46 wusbhc_mmcie_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x7f0b7631 wusb_dev_destroy +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x85082f69 wusbhc_chid_set +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x8b673522 wusbhc_b_create +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x9080da12 wusbhc_rh_status_data +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x9ccaa8a3 wusbhc_rh_start_port_reset +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0x9da60982 wusbhc_rh_suspend +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xa01652e0 wusbhc_rh_control +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb6929e0f wusbhc_giveback_urb +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xb725d128 wusb_cluster_id_put +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xc0b733d1 wusbhc_handle_dn +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xe0ba14ea __wusb_dev_get_by_usb_dev +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xf770a6b4 wusbd +EXPORT_SYMBOL_GPL drivers/usb/wusbcore/wusbcore 0xfe2e17d7 wusb_et_name +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0xa5e8a5b2 i1480_rceb_check +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0xbb1ebe41 i1480_fw_upload +EXPORT_SYMBOL_GPL drivers/uwb/i1480/dfu/i1480-dfu-usb 0xd37fe431 i1480_cmd +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x0a3fbf3c umc_driver_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x4bc63d3d __umc_driver_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x57d9ce9a umc_device_register +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x671ee4c5 umc_bus_type +EXPORT_SYMBOL_GPL drivers/uwb/umc 0x9b6e57c2 umc_controller_reset +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xa0f4158d umc_device_create +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xc183f965 umc_device_unregister +EXPORT_SYMBOL_GPL drivers/uwb/umc 0xd18d8f4b umc_match_pci_id +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0d78016e __uwb_addr_print +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x0fc02440 uwb_est_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x143aa150 uwb_rc_neh_error +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x1bb66e35 __uwb_rc_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x2040b302 uwb_rsv_create +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x220f608c uwb_rc_ie_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x26e2391b uwb_rc_pre_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x2d7facc0 uwb_rsv_get_usable_mas +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x3af77bbf uwb_dev_try_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4445f1a4 uwb_rc_neh_grok +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4d57ae3c uwb_rsv_type_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x4d6f9953 uwb_rc_put +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5172bddf uwb_pal_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x575228ef uwb_rc_get_by_grandpa +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5a79cbb1 uwb_rc_mac_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x5c03da79 uwb_rc_get_by_dev +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x72ca10ce uwb_notifs_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x74ae1e17 uwb_rc_cmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x7cdd6908 uwb_pal_unregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x816b9e92 uwb_est_register +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8b973d1b uwb_pal_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x8f7dbb7c uwb_rc_alloc +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x96b8ac91 uwb_rc_dev_addr_get +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x96c3ab0c uwb_rc_post_reset +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x98413234 uwb_rsv_state_str +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0x9eaddf94 uwb_rc_cmd_async +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa08bb83d uwb_rsv_modify +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa2c9f36e uwb_radio_start +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa40c7814 uwb_rc_reset_all +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xa60b358e uwb_dev_for_each +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xac97316b uwb_ie_next +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xaf22111a uwb_rc_add +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb04edfe6 uwb_rc_init +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xb4dd7481 uwb_rsv_accept +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xc8703066 uwb_rsv_destroy +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd17e07d1 uwb_radio_stop +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd5ee2df8 uwb_rc_vcmd +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xd60646f8 uwb_rc_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xdb0f71fd uwb_rsv_establish +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xdf996ae9 uwb_notifs_deregister +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xe9c37fee uwb_rc_ie_rm +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xec6e6e14 uwb_rsv_terminate +EXPORT_SYMBOL_GPL drivers/uwb/uwb 0xf873db9e uwb_est_find_size +EXPORT_SYMBOL_GPL drivers/uwb/whci 0xb487d538 whci_wait_for +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x19018bcb vfio_add_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xe8f3466a vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xe8fde50b vfio_del_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xf4814879 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0x0855489a auok190x_read_cmdargs +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0x21ac1a48 auok190x_send_command +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0x25f8990a auok190x_pm +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0x4899a573 auok190x_common_remove +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0x5f21f279 auok190x_send_command_nowait +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0x87f1ea71 auok190x_send_cmdargs_nowait +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0x9753815e auok190x_send_cmdargs_pixels_nowait +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0xaf560dbe auok190x_common_probe +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0xc3eb6dad auok190x_send_cmdargs_pixels +EXPORT_SYMBOL_GPL drivers/video/auo_k190x 0xf4f8d367 auok190x_send_cmdargs +EXPORT_SYMBOL_GPL drivers/video/backlight/apple_bl 0x2c63e051 apple_bl_register +EXPORT_SYMBOL_GPL drivers/video/backlight/apple_bl 0xdab0f892 apple_bl_unregister +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x160095ee ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x200f1e62 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x3ae4ae6e ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x9536fbed ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x9f8a52c1 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xc2616495 ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xfdb4fe53 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/fb_ddc 0xa287b277 fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fb_sys_fops 0x48fd47cb fb_sys_write +EXPORT_SYMBOL_GPL drivers/video/fb_sys_fops 0x82e72da7 fb_sys_read +EXPORT_SYMBOL_GPL drivers/video/sis/sisfb 0x4ad8d4b7 sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/sis/sisfb 0xa517bd0c sis_free_new +EXPORT_SYMBOL_GPL drivers/video/vermilion/vmlfb 0x016e6c20 vmlfb_unregister_subsys +EXPORT_SYMBOL_GPL drivers/video/vermilion/vmlfb 0x90c018c6 vmlfb_register_subsys +EXPORT_SYMBOL_GPL drivers/video/via/viafb 0x22a7af24 viafb_dma_copy_out_sg +EXPORT_SYMBOL_GPL drivers/video/via/viafb 0x292da7a2 viafb_irq_enable +EXPORT_SYMBOL_GPL drivers/video/via/viafb 0x30cc9311 viafb_request_dma +EXPORT_SYMBOL_GPL drivers/video/via/viafb 0x31469540 viafb_pm_unregister +EXPORT_SYMBOL_GPL drivers/video/via/viafb 0x79e6190a viafb_irq_disable +EXPORT_SYMBOL_GPL drivers/video/via/viafb 0xb4f863e6 viafb_pm_register +EXPORT_SYMBOL_GPL drivers/video/via/viafb 0xbc6c236b viafb_find_i2c_adapter +EXPORT_SYMBOL_GPL drivers/video/via/viafb 0xcaefb732 viafb_release_dma +EXPORT_SYMBOL_GPL drivers/video/via/viafb 0xfff2dfd2 viafb_gpio_lookup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x1905c452 w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x1bbeaf6f w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x49c2c7ec w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x5b909870 w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7c2f2afb w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7cafc869 w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0x8e54dd30 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0xa69b2017 w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xd62fb84d w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xeec17bc0 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x444e6be7 xen_privcmd_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x90a879fb dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x9321df95 dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xac62e467 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xadd9408e dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc6dc8c2f dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xdc583c08 dlm_unlock +EXPORT_SYMBOL_GPL fs/fscache/fscache 0x092cf98e fscache_object_sleep_till_congested +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x07ae0fe1 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x0e0354a9 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x1380c90e nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x17ce645d locks_end_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x50fec8df lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x77e35ccc nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x984e2c7b nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xc8e47aa8 locks_start_grace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xd4f8513d nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xe052039c nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xf83d9b64 locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x008887be nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x008adc20 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0162b423 nfs_readhdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x06b7c455 nfs_put_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x06f4ff7e nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x08dc55a4 nfs_initiate_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0b124c41 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0e9c77a3 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0fec58b1 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1167f449 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x11fae370 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x131c26db nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x14699883 nfs_destroy_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x167e8ec4 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1771178c nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x18562890 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x18d7aedb nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1b459ae4 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1d6a9235 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1e2abdcd nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1f30a05b nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1fad3ae6 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2149bab4 nfs_setlease +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x224f0cce nfs_sb_deactive_async +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x29399dd3 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2cf495f9 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2ff39524 nfs_writehdr_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x328cfc81 nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x358f32ff get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3628e573 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x38b5710d nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3b22ccf4 nfs_probe_fsinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ca31f35 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3d6e4639 nfs_set_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40348dab nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4571f5c7 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x45d56ca4 nfs_readdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4716a46d nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4a04b583 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4b10dbf2 nfs_remount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4c3b5d8e nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4f73d36b nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5095713e nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x523b838f nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x53ea08fe nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x58e54d6f nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x59275752 nfs_file_fsync_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x59af37dc nfs_try_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5a2a2a38 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5a565315 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e1d863a nfs_sockaddr_match_ipaddr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e460636 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5f56a827 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x605da548 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x622972a3 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x62c64602 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6414a274 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6fa4221d nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6fe1ee33 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x71671b3d nfs_dns_resolve_name +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x74ac1548 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x797a00e5 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c7fe2b4 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c9722ba nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7d1e6ed9 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7e79e513 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x803f564c nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x82ffb89c nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x830b6b97 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x83391ccf nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x868f78fc nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89bc5a64 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8f15d586 nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90beac69 nfs_fill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9182bcd6 nfs_pageio_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91cab725 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x920e34c4 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x93294444 nfs_readhdr_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9329bac1 nfs_file_splice_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x974c2c50 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9773ff2d nfs_file_flush +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9787deb6 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b4690d nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98c05ffc nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9be1673a nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9c85057c nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9de6efaf nfs_clone_sb_security +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa033d2f0 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa081861f nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa279fa09 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa5a8c0bb nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa5c15108 nfs_pageio_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa76e277b nfs_writehdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa7dd24d3 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8d2d1ce nfs_callback_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa98add81 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xac34989a nfs_generic_pagein +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb2295c42 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb31351b7 nfs_writedata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb49e6c30 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb5bf32d8 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbc45d916 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbe284f90 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5ef47d5 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6a4319b nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc94f6b74 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcab97157 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcc6917f0 nfs_initiate_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcd078e1e nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcf83d605 nfs_fscache_set_inode_cookie +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd02a0e31 nfs_generic_flush +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd0d73d6e nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd1db4298 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2fe766b nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd418a052 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd5ac896e nfs_fs_mount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd802468c nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd8533060 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd911be04 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xda5f59ba nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdb887633 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe09d2dd1 nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe6d3645d nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe6f12581 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xea91e07b nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xed424637 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xed9a7d45 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeea3aeed nfs_pageio_add_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf0cd43ab nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf7bf5071 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf9af821e register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa439d6f nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc10185f nfs_fs_mount_common +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x02d40ca7 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x062fce0c pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0f7ee4f7 pnfs_writehdr_free +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1d550022 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x20e936c3 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x23dab37d nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3e994bcb pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4c7bf4b5 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4dc5dce3 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x51f282f4 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x52697b20 _pnfs_return_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x76c8d46e pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8c28080d nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8f33bf82 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x974a77dc nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x98075bbc nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9ad3fb8a pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa8aed6c4 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb7d90f0d nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb8918f70 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbb0b79b8 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc3a442e6 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc46dc049 nfs4_proc_getdevicelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcf311c75 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd3d05a2a pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd5ce36a5 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd9aa00bf pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe9a203aa pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xea3dd7cd nfs41_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xebe0dcdd nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf1720576 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf4d7539c pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf888b64d nfs4_insert_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfac05db4 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfc18615a pnfs_readhdr_free +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x50ad2ead nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xfcb7904d nfsacl_decode +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1b89c6ee o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1d747ce3 o2hb_check_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36418553 o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36a28a9e o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x3e2df7e9 o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x443890b8 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x6e07ddf9 o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x77fe3823 o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x81a17396 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x982507e6 o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa82a8645 o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xae808bac o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbaeb4700 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbc93d2bc o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc3679d7b o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd0632355 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd60f2c6c o2hb_check_local_node_heartbeating +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf1a5611d o2net_unregister_handler_list +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf56c2017 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x15aeb8b3 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x5f979046 dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x63eecffa dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x6aa99fe4 dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xbce5f876 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd7ba575e dlm_errmsg +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd8fa57a6 dlm_unregister_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xdcc680e7 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x025e2d69 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0562c415 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x16b2e575 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x5469ce31 ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x7083dbd5 ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x74814dab ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x89502fe7 ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x8e351d96 ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xb4bd060c ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xdc823ea4 ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe2bd47db ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe40cffce ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xe417d940 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xf1e19581 ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL lib/bch 0x231d70fc encode_bch +EXPORT_SYMBOL_GPL lib/bch 0x6b770f49 decode_bch +EXPORT_SYMBOL_GPL lib/bch 0x9463ff71 init_bch +EXPORT_SYMBOL_GPL lib/bch 0xbdf512de free_bch +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x104c92e5 notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x90f1e5ee notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x1803a6ed raid6_2data_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xe4b051cf raid6_datap_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xfdfcb8cb raid6_call +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x201d8ea3 encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x29fa419f decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x300d7e57 free_rs +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x6fbb3bd9 init_rs_non_canonical +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xabda1e2e decode_rs16 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xb050f329 init_rs +EXPORT_SYMBOL_GPL net/802/garp 0x003e13aa garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0x252a0f76 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x7e5a119f garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x8e264fa1 garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0x9d6ae012 garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0xcddef807 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/stp 0x1b73f4ed stp_proto_register +EXPORT_SYMBOL_GPL net/802/stp 0xd6a30324 stp_proto_unregister +EXPORT_SYMBOL_GPL net/9p/9pnet 0x818dd074 p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/9p/9pnet 0xeafa3d2a p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/atm/atm 0x50754510 register_atmdevice_notifier +EXPORT_SYMBOL_GPL net/atm/atm 0xe2c6bb26 unregister_atmdevice_notifier +EXPORT_SYMBOL_GPL net/ax25/ax25 0xac93ae05 ax25_bcast +EXPORT_SYMBOL_GPL net/ax25/ax25 0xaeb7451e ax25_defaddr +EXPORT_SYMBOL_GPL net/ax25/ax25 0xe075fefa ax25_register_pid +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xdbc6f813 bt_debugfs +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0073ac09 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0a102938 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0a49b28a dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0a84758b dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x11293a7b dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x155996f0 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1ae52c3a dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1c1186c6 dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d629a7b dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d99d49a dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d9bd33b dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2270247a dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x22b78adf dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0x250a3ec6 dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3b6c946d dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3d49eccb compat_dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x443608c2 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4ec35231 dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4f65b170 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5386e430 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5a277aa1 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5f343d06 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x649da915 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x738b108f dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x73cd7299 compat_dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x759e860c dccp_insert_option_elapsed_time +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7aef4a6d dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x999c8d36 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb2d7e59c dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbbcb99d4 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbbd31d6b dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbc5f4256 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xdb4c3a9b dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xdea0baba dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe3691b9d dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe37df864 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe87b59c6 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe9601314 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xef4b6bde dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf3017e21 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x3f181c65 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x404feae4 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x55b6ebab dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x6b936094 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x78b7ec4c dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xd52684e2 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x14077e8e unregister_switch_driver +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x3ab360dd register_switch_driver +EXPORT_SYMBOL_GPL net/ipv4/gre 0x0e750593 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0x9d9f4aba gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x129cac0c inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x3ce7e311 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x8378167e inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x83918363 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xbc8f7884 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xc8a3ba44 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0xcca0b770 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x87467197 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_conntrack_ipv4 0x6d40a921 need_ipv4_conntrack +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x6b6c3d10 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_ipv4 0x58b62146 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_nat_proto_gre 0x636b12c8 nf_nat_need_gre +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x25af5b22 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x40d68d9f tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x78d70dd6 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xc42951c7 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xdf3245e8 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/xfrm4_mode_tunnel 0x1521ba57 xfrm4_mode_tunnel_input_register +EXPORT_SYMBOL_GPL net/ipv4/xfrm4_mode_tunnel 0x31cd496c xfrm4_mode_tunnel_input_deregister +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x12c37b34 ip6_tnl_dst_store +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x17aa3c8c ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x2e87c353 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x7f2c4b02 ip6_tnl_dst_check +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x9445c267 ip6_tnl_dst_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x774dfd48 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x6eb85693 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_nat_ipv6 0x64ad9a79 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0e2a2865 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2f45d9e4 l2tp_session_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x360fad18 l2tp_session_free +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3ec53ad2 l2tp_tunnel_sock_lookup +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5458f73f l2tp_tunnel_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6d6ef43d l2tp_tunnel_sock_put +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7dca6196 l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x89096a75 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa1625d6c l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa4fc49d6 l2tp_session_find +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xac8165be l2tp_tunnel_find_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xbb06cfe7 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe652a2a2 l2tp_session_find_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf97e394d l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x076d0109 ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0f4042d1 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1982b730 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3d59c9e9 ieee80211_iterate_active_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7b26d10e ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xad646d4a ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb2f0d3ab ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc2457520 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc8e8ad15 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xda8d1eeb ieee80211_request_smps +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0ed1fca1 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x149e74c3 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x406bf6d9 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4d695f10 ip_set_get_ip_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6aa20aa7 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7762965e ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x80ee118c ip_set_nfnl_get +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x883d6572 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x93f44305 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9ff2a616 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa2d623f3 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb5539492 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc3b062db ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xced4b944 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xfda3ec7a ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x35bd54fc ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x53ef3bb0 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x5ecc681e register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xf6fd8d66 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0416d006 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x045072cd nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0baa1e22 nf_ct_extend_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x12796a8e nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x127f44f7 nf_ct_l3proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x18619bec nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1d67605d nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1e07064b nf_ct_expect_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x20d43643 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x276140a1 nf_ct_l4proto_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2f30ed8e nf_ct_extend_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x30935dcc nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x32dca643 __nf_conntrack_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x342b85f8 nf_conntrack_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37386cac nf_conntrack_hash_rnd +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3bc2c5ad nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3c9303a6 nf_ct_l3proto_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3e92c78e nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f5b1415 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x40a7ea4e nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x416bd2e4 nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x42ba92ae nf_ct_timeout_find_get_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x42cee2c7 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4827bcb2 nf_conntrack_l4proto_tcp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x48cd1084 nf_ct_get_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4c924569 nf_conntrack_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x508742d0 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x58c2964c nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5d9a36e9 nf_conntrack_flush_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5e4e9134 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x62813e5c nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x684996a3 nf_ct_delete_from_lists +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6c8c4342 nfnetlink_parse_nat_setup_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e224a7a need_conntrack +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x73b5356b nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7810464b seq_print_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78f9b710 nf_ct_l3proto_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7a11de30 nf_conntrack_l4proto_tcp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7b94ef82 nf_ct_timeout_put_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7cfc5c14 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7d0a3a0a nf_ct_dying_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x82f9766f nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x84c72115 nf_conntrack_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x89dce727 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90ff6c9f nf_ct_invert_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x91a1270d nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x91e25bfc nf_ct_nat_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9b57767b nf_conntrack_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9d64029b nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa03448e1 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa33cd630 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa458d5c9 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa58ecbdb nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa7b5f29b nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa80894b1 nf_ct_l3protos +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab3d1f95 nf_ct_untracked_status_or +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xace62714 __nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad1bb027 nf_ct_free_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xafb02f03 nf_ct_l4proto_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb602c57e nf_ct_l3proto_module_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb602ccdf nf_nat_seq_adjust_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb6e244be nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbc402afc __nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbc8d58e3 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc0240dd4 nf_conntrack_set_hashsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc0cd71bf nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xca6de7a3 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcc848406 nf_ct_expect_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd2ea488f nf_conntrack_l4proto_udp4 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd300d71b nf_conntrack_l3proto_generic +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd8855485 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd993dd1a nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe0dc2a0d nf_conntrack_l4proto_udp6 +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe6e3a3e8 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xea8e8ec0 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf29a57c6 nf_ct_iterate_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf56bd52e nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf994e147 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0xb65c59fa nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0xeeb98de3 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x49428c98 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x217600a1 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x262cf1c8 nat_q931_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x4ad57e8b set_h245_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x4bb2521a nat_h245_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x798ae004 set_sig_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x89e0944f nat_callforwarding_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xb3ee6de2 nat_rtp_rtcp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xcd552558 nat_t120_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xd0cce741 set_h225_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xf9251b0f set_ras_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x57e40c12 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x3eed2a4d nf_nat_pptp_hook_outbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xb99e701e nf_nat_pptp_hook_inbound +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xcbde3795 nf_nat_pptp_hook_expectfn +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xdfcc467e nf_nat_pptp_hook_exp_gre +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0xa3b14b07 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_proto_gre 0xb9e7700d nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x052b0eee nf_nat_sip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x11c98f02 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x331faec9 nf_nat_sip_expect_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x6e1fd9af ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x6e94a5b5 nf_nat_sdp_port_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x79d8cbe0 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x8d4d78f8 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x8de9f58f nf_nat_sip_seq_adjust_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xacab6426 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xdaf76a06 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xe33bdd31 nf_nat_sdp_media_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xf584832a nf_nat_sdp_session_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xfa9e0796 nf_nat_sdp_addr_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x8e5173f8 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0xa47e8a5e nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0d9bae4b nf_nat_l4proto_nlattr_to_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x121493bf nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x131f636c nf_nat_l4proto_in_range +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x1f81fc93 nf_nat_set_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x207b0e39 nf_nat_l3proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x29df4f11 nf_nat_tcp_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x4996f067 __nf_nat_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x816fe4d0 nf_nat_l4proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb2f82ffd nf_nat_l3proto_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc34e1f87 nf_nat_l4proto_unique_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd9689689 nf_nat_l4proto_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tproxy_core 0x2f8b66b5 nf_tproxy_assign_sock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x0578e968 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x1af0cec5 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x1f58e71b nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x205a1b0d nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x3895cd7a nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x44c05856 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x4ed7207a nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xb5ef8fac nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x21f6bba6 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x85e6248b nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_log 0x51fda609 nfulnl_log_packet +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x161d1417 xt_compat_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x230f34ba xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x24084280 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2dd120b1 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3b59cd86 xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3ed4e2aa xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x40728a63 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x52700687 xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x56891c62 xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5abec394 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5f82f1f7 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x691a6d69 xt_compat_calc_jump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7cde449a xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x87cad5cd xt_hook_link +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x94d7f9de xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x950aa4ed xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x96ac55a3 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9d8377fa xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa32ceec3 xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbdf365f2 xt_hook_unlink +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc16b23cc xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd617a0ca xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe0b4971b xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe8f90948 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xec24fd82 xt_compat_add_offset +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x1d54748c xt_rateest_lookup +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x8acf67ae xt_rateest_put +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x0bef4936 rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x0c35b908 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x1967fd1c rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x2366bf86 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x2574b145 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x287ffe61 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x2c5c5514 rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x304940ea rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x3101936e rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3379f42e rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x38221fae rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x3b4fc0fc rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x4ba6e69a rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x50cbe7b3 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x5b6632f4 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x6793cd01 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x73aac73d rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x7bc62829 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x9076251d rds_page_copy_user +EXPORT_SYMBOL_GPL net/rds/rds 0x9bcd25b3 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x9ce75311 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x9d3203d6 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0xa82b2a83 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc433f6b5 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xcee92c5b rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0xd86e3276 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0xdf629a0c rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0xf13f9353 rds_send_get_message +EXPORT_SYMBOL_GPL net/rds/rds 0xf177d9fb rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x22f235d0 rxrpc_register_security +EXPORT_SYMBOL_GPL net/rxrpc/af-rxrpc 0x9fd55080 rxrpc_unregister_security +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x00c52ef5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x58341127 gss_pseudoflavor_to_service +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x6768daf3 gss_mech_get_by_name +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8429e335 gss_service_to_auth_domain_name +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8758a826 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8d1a827e svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8fc4a949 gss_mech_get_by_OID +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x94d9e63f gss_mech_get_by_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb3d7d62c gss_mech_get +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb5dea7ef g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb6e88595 gss_svc_to_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xbe318bb0 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xc4df8da2 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd0ca7e4f gss_mech_put +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf8b2ff6e g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x00b3ba87 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02f14a14 rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x03aacedb _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x03f3fd4d svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05a70e7e svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x080794de rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x080be953 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x08476b25 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x09dcc26c xdr_set_scratch_buffer +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0cf7d61d svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e59feed rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e9ea312 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f13fb5a auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f668ba9 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x100f0bbb svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x10bac1ae xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x12a3a99c svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x151ebc55 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x15f2e60d rpc_lookup_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x16eb8576 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x181f0b9f rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x18eb3534 svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19156694 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19cebaa0 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1b3388ad xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1b8e22d6 xdr_partial_copy_from_skb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c3e10bc xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d96c994 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e47b192 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ebaf258 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1eed4134 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f2a9970 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f784ba8 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x208d4d37 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2147fe3a svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x21805933 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x21e69f48 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2242be80 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x22704423 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x22c76f5a xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x22f84335 rpc_queue_empty +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x27359f6c xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29ab3627 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2bbacb5f xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2bd23255 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d358b49 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2da26bad xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eec63c9 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2efad640 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2fa0f8cf rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x306b0e58 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31908c63 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x346d7a17 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3876d34d read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39118a27 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3946d82e rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c1bf7bf svc_prepare_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c1ddff2 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3ed5823e rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4267711f xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x44266a2f xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x457fa6f8 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4590d0bb rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x45aaff6c svc_create_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4605364c svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x48ca85e3 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49110f5b rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4998416a rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4c7c8c82 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d166100 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d3d7c07 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d6abcfa rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d9bb9f3 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e6bc05e svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4f96eccb svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x520c46bd sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x523e71ab svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x52b2ab9e rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x531b582d xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x547911c0 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x54e3d236 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x55ce357e svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5835b72d rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x587f3ab5 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x591ca06c rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a0cba48 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ce8d88b sunrpc_cache_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d95f728 svc_shutdown_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5e25c890 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5f9098d1 svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5fb6ea52 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6426d98a rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x648551c6 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x651bedcc rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6558dc5c xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x669131d4 csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68691578 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b812717 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6de3e513 rpc_print_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x712bf572 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71d090a0 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x732212f6 xdr_skb_read_bits +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73de0c92 xdr_shift_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x77c7359e write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x790cfd45 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a36ddbd rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a829f7e xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7c18391a rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ce746d0 rpc_lookup_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d59bd5b xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d744891 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7fef560b svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8414f687 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x848ee68c xdr_buf_read_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a97cfc4 svc_close_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8aee117f rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b457fab svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8d757adb rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f6661c9 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8fe5e889 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9207595c rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92efb1d3 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x951b1e37 rpc_protocol +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x958a9665 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x96c8bb8b sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98589394 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98b75d64 rpcauth_list_flavors +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a9fefd7 xs_swapper +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9b1f9aad svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c17ce50 rpc_task_reset_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c184035 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9cedc771 cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0e5bc85 xprt_set_retrans_timeout_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa85d52e7 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac8a8f16 rpcauth_generic_bind_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf7bbe94 __rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xafdb0858 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb218261e xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb3e083f1 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb549c904 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb6c3346d xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb72dec65 rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb8955731 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbca707c4 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf1b33e8 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3880471 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc438fd36 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc49078fc cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc4dd884b rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc83b15de xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9806fe7 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcee467f3 xprt_load_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xceeb580e cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2548d8a rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd33cee89 xprt_set_retrans_timeout_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd35a627d xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd425c0b4 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd52c7e46 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd667acb4 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd6f42701 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd76753f2 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd80404c2 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda3dd395 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb5d4df1 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdef71054 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1ac2bb8 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe2b2e037 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe4d75a4e auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5d17d57 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe619438d rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe6ff21bf rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe7015281 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe773dac9 xprt_lock_and_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe8803f9f rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe9ca7cfc sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf1898441 rpc_rmdir +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf23c93d8 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf3ee2109 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf45bc564 rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf46aed30 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4b5bc0f rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9d1164c rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfae4e161 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xff015c63 svc_find_xprt +EXPORT_SYMBOL_GPL net/wimax/wimax 0x00030ca8 wimax_report_rfkill_hw +EXPORT_SYMBOL_GPL net/wimax/wimax 0x2502ad91 wimax_report_rfkill_sw +EXPORT_SYMBOL_GPL net/wimax/wimax 0x56a295d3 wimax_msg_data +EXPORT_SYMBOL_GPL net/wimax/wimax 0x5e72379a wimax_msg_alloc +EXPORT_SYMBOL_GPL net/wimax/wimax 0x5ff043cc wimax_msg +EXPORT_SYMBOL_GPL net/wimax/wimax 0x7f6c4fdf wimax_msg_data_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0xaf1b9326 wimax_dev_init +EXPORT_SYMBOL_GPL net/wimax/wimax 0xbd56b01f wimax_msg_len +EXPORT_SYMBOL_GPL net/wimax/wimax 0xc046ba34 wimax_dev_add +EXPORT_SYMBOL_GPL net/wimax/wimax 0xc35f5c0f wimax_dev_rm +EXPORT_SYMBOL_GPL net/wimax/wimax 0xd0706a24 wimax_state_get +EXPORT_SYMBOL_GPL net/wimax/wimax 0xda5aab0b wimax_msg_send +EXPORT_SYMBOL_GPL net/wimax/wimax 0xeec7b891 wimax_state_change +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x186ed5c5 cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x1e13762a cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x22d5374d cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x466a1d1d cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x83cfab39 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x8deba487 cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x930e4cac cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xae0e2d14 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xbc424c38 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xc08bc8fd cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xccbf306f cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x1c852e7c xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x2e47f677 xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x3108ea46 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x32d5e7fc xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x4d4fd5f1 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x5fcdec5d xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x686c703f xfrm_count_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x6e7474fc xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x9cb8037b xfrm_count_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xa8001660 pskb_put +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xaeea3073 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xd05dc2a3 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x4a52db65 ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xd2eb8bc6 ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xf541f5d7 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xf8b34796 ipcomp_init_state +EXPORT_SYMBOL_GPL sound/core/snd 0x064ca986 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0x5891814b snd_kctl_jack_report +EXPORT_SYMBOL_GPL sound/core/snd 0x95b92c86 snd_kctl_jack_new +EXPORT_SYMBOL_GPL sound/core/snd 0xb39ff6a4 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0xdbc771c9 snd_ctl_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x0cdeb23c snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x2eb068b8 snd_compress_register +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xf8459885 snd_compress_deregister +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x04e1b99f snd_pcm_std_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x09e913c1 snd_pcm_alt_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x0c46cfa4 snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xb13286b6 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x2b459d59 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x65775195 snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xaa0cdee1 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xbdf069a7 snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xce4c7390 snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xceaff6db snd_ak4113_build +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x01dcd9e6 snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0676f5ac snd_hda_get_input_pin_attr +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x06e5c0e3 snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x07e741c8 snd_hda_query_supported_pcm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x088dadb8 snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x09f27184 snd_hda_bind_vol +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0dce395b snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0f32c203 snd_hda_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x110a6faf snd_hda_add_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1132b2f7 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x13bbb186 snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1b8be161 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1bfae8a6 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x234f2920 snd_hda_sequence_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x251c5a49 snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2b85a2ef snd_hda_delete_codec_preset +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2c424060 snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2da1d6fc snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2e88cb5b snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x31d141fc snd_hda_gen_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x31dcb59c snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x32ee36d9 hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x34060ff1 snd_hda_ch_mode_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x34ec8b4d snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x375cacd5 snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3966748c snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3b2ad74c snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3d577185 snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3d9eb97b snd_hda_jack_detect_enable_callback +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x42d5002a snd_hda_mixer_bind_ctls_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x44be5f7f snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x44e4f8ac snd_hda_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x45a1152f snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x479634d2 snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x48ed97c8 snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4a525604 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4b04d301 snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4b46ab00 snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4bd656f1 snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4dab1f60 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x501f5c16 snd_hda_get_sub_nodes +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5054e965 snd_hda_codec_resume_amp +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5073aed2 snd_hda_codec_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5335f644 snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x55d6b77b snd_hda_codec_write_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x56beedb5 snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x573fda06 snd_hda_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x57518d97 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x58ff369f snd_hda_bus_reboot_notify +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x60a8f67b snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x646dc2eb snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x64f8c957 snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x693e3312 snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6b3df9e3 snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6b8de75f snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6cfd94c6 snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6d62d34e snd_hda_codec_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6f14b262 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x75ec3ecc snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x768703a9 snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x784c479e snd_hda_bus_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x795863c7 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7b208853 snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7ba92c4e snd_hda_mixer_bind_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7d2b591d snd_hda_codec_amp_read +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x80432da3 snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x81157b08 snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8278f23b snd_hda_ch_mode_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x82e430a5 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8382946d __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x85a3e22a snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x85f24a11 snd_hda_query_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8612508e snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e4c6826 snd_hda_calc_stream_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e90845b snd_hda_jack_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e96f7c2 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8eecad9e snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x909c015e snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x928abcff snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x94d8742e snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9580a8fe snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9811ce88 snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9f1f2ca7 is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa2827d76 snd_hda_get_jack_location +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa2913079 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa611de76 snd_hda_suspend +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaa9f3edc snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb0586806 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb0ed8803 snd_hda_bind_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc02060a9 snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc28fd88e snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc2c2f491 snd_hda_mixer_bind_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc3561c93 snd_hda_gen_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc48047f1 snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc5824a55 snd_hda_jack_tbl_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc652fd69 snd_hda_get_jack_connectivity +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc8b12917 snd_hda_jack_tbl_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb301b6e snd_hda_get_jack_type +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcc178055 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcc5ea7a2 snd_hda_check_board_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcf3a9037 snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcf53155e snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd59b5a85 snd_hda_override_pin_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd99f23d0 snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdaa1a077 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdca1a7dc snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xde25adf8 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdff26576 snd_hda_mixer_bind_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe1236b06 snd_hda_ch_mode_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe1c29359 _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe1d5e5b5 snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe351a16e snd_hda_queue_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe37be33d snd_hda_resume +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe6a1f0b0 snd_hda_mixer_bind_ctls_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe87db60d snd_hda_check_board_codec_sid_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xec34010d snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xed355725 snd_hda_is_supported_format +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf208b426 snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf3ac981c snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf437ca58 snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf732b8bc snd_hda_codec_resume_cache +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf93217e1 snd_hda_jack_detect +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfacdecb3 snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfb117ad2 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfbbed8f5 snd_hda_mixer_bind_ctls_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfc12f9c1 snd_hda_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfccacdf0 snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfe726684 snd_hda_codec_update_cache +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-88pm860x 0x242e0b08 pm860x_mic_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-88pm860x 0x3aade66a pm860x_hs_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ab8500-codec 0x07e71756 ab8500_audio_setup_mics +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ab8500-codec 0x8be92f07 ab8500_audio_set_ear_cmv +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x15ce96d8 arizona_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x1f8ea94a arizona_out_vd_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x27512b50 arizona_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x5bfcd5ce arizona_init_fll +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x5e8e6067 arizona_mixer_texts +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x73f9f1d5 arizona_lhpf3_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x78355a2b arizona_mixer_values +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x7e59c88a arizona_out_vi_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x8eee9578 arizona_in_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x92e53892 arizona_init_dai +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x93ed4d8b arizona_in_vi_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xb65ecf5b arizona_lhpf4_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xc9c29637 arizona_mixer_tlv +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xcb2b749a arizona_out_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xd58efa61 arizona_lhpf2_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xe466e0fc arizona_lhpf1_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xf23a2c4b arizona_in_vd_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xf4687ad0 arizona_set_fll +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cx20442 0x871031c1 v253_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-l3 0x78c84c7e l3_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98095 0x1c109240 max98095_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max9877 0x4ef8856b max9877_add_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0x45eb0cde tpa6130a2_stereo_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tpa6130a2 0xb26058fa tpa6130a2_add_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-twl6040 0x0205320f twl6040_get_trim_value +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-twl6040 0x11ee3235 twl6040_get_dl1_gain +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-twl6040 0x316d4f67 twl6040_hs_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-twl6040 0x35f60d66 twl6040_get_clk_id +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-twl6040 0x8bfda33b twl6040_get_hs_step_size +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wl1273 0x223e4e0f wl1273_get_format +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x3e5ef855 wm_adsp1_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x7a4482df wm_adsp2_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xbd5d7d14 wm_adsp2_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x5cd7eb9b wm_hubs_dcs_done +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x74752cb0 wm_hubs_add_analogue_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x757206d5 wm_hubs_spkmix_tlv +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x91d759bb wm_hubs_set_bias_level +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xa9a3dcd9 wm_hubs_vmid_ena +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xb6c6b648 wm_hubs_handle_analogue_pdata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xc17e744d wm_hubs_hpr_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xc59e9987 wm_hubs_add_analogue_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xdaca06a2 wm_hubs_update_class_w +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xf8a217a6 wm_hubs_hpl_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8350 0x3a675ae7 wm8350_mic_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8350 0x6b577442 wm8350_hp_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x7eea4567 wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x3152c1c2 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0x7a591801 wm8958_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0xf527ccb2 wm8994_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8996 0x3a9f12c2 wm8996_detect +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x006dfda0 snd_soc_cache_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x01cc8095 snd_soc_platform_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x02f964c6 snd_soc_dapm_get_enum_virt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x05f36f2b snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x064b7231 snd_soc_register_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x08006d8d snd_soc_bulk_write_raw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x08cd87ff snd_soc_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x092f7d3a snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x09e09016 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x09fdff36 snd_soc_dpcm_be_get_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0c06ebd8 snd_soc_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x10faa9c8 snd_soc_get_dai_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x135b312d snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x168b98e2 snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x17cddceb snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1deab0f7 snd_soc_info_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1e08dbce snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1f814c65 snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x24c977c6 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x24f6fff8 snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2542e987 snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x27c705b0 snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x27f772fd snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2977f50a dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2e51adc2 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x30d610af snd_soc_default_volatile_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x30ff5db1 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3167f14e snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x34ae3ca8 snd_soc_add_platform_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x382f3781 snd_soc_codec_set_cache_io +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3880239e snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x397afff3 snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3a7d3972 dapm_reg_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3e06bcfe dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3fe9b510 snd_soc_get_value_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x446794cf snd_soc_default_writable_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x450f81bd snd_soc_codec_volatile_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x46680230 dapm_mark_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x46ba5a0f snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x49a5eac7 snd_soc_default_readable_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4acfc012 snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4cc0e492 snd_soc_codec_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4dbda8ff snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4e46fb81 snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4fd368b4 snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5215991f snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x52e200a2 snd_soc_dapm_put_value_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x53a22bf9 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x56fd8e55 snd_soc_update_bits_locked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5a60ef4b snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5a61d499 snd_soc_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5bdcc0e3 snd_soc_codec_readable_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5c084cbb snd_soc_add_codec_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5e94d29d snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5f224277 snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5f848200 snd_soc_unregister_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5fc65191 snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x60686dd6 snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x63033e9e snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6564c60d snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6787e0c7 snd_soc_info_volsw_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x68a925ef snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6a2a83d7 snd_soc_register_dais +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6d14d61c snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6d872ec5 snd_soc_unregister_dais +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x75ecb1e4 snd_soc_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7730d4af snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7c2ab4f4 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7d9adbc6 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x809e0eff snd_soc_platform_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x887be76b snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x88b6a76c snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8a92fb13 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8f70f15c snd_soc_codec_writable_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x911c7342 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x91834e63 snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x95d7f697 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x97530b37 snd_soc_unregister_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x98c6e027 snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x98d58e9f snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x99d25e89 snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9bfae8aa snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa46c2464 snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa4ba0927 snd_soc_get_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa6bc2f1c snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa9ac4e6f snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xab2da06e snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xac9b1849 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaf075ef5 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb40a44e3 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb572b06b snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb8f6730e snd_soc_put_volsw_s8 +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbbfe4deb snd_soc_dpcm_be_set_state +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbda63aa5 snd_soc_codec_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc1fbb892 snd_soc_info_enum_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc6749f3d snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc68cf004 snd_soc_register_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc691dd8c snd_soc_free_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc927466e dapm_mark_io_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc967a673 snd_soc_cache_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcac621c2 snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcae3994d snd_soc_cache_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcb05b2e4 snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcb180b90 snd_soc_unregister_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcbc4dfd3 snd_soc_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd2d53061 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd3601a35 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd4c633ec snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdb94d15d snd_soc_put_value_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdbad30b4 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xddb8ec10 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdde1bfbc snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdf823452 snd_soc_platform_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe171e47d snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe26873ba snd_soc_dapm_put_enum_virt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe72ecc1e snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe9071015 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xec7ab8cf snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xee40c27b snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf1df6c90 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf316e6a9 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf3e0550d snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf56b4627 snd_soc_new_ac97_codec +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf58a2404 snd_soc_dapm_get_value_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf5a21490 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf74b08e8 snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf78adf3c snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfa25b732 snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfd3d9e54 snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfd4b529c snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xff1a54e2 snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL vmlinux 0x004a7a28 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x005218f9 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0x0067df75 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0x006bc072 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0070ef14 __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x00c4dc87 timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x00e4f7f4 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x00ebcb5d ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0x00f94fde register_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x01010c6d klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x011cf028 regulator_suspend_finish +EXPORT_SYMBOL_GPL vmlinux 0x01330a06 atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x01534b65 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0x01643c38 xenbus_dev_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x0165c638 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x01801336 shash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0x01848a8e local_apic_timer_c2_ok +EXPORT_SYMBOL_GPL vmlinux 0x0193449f debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x01a4ea6d unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x01aa1dc8 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x01b8139f usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0x01ce5742 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01ecd168 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x022cf2bd mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x02448233 wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x026211e2 memory_failure_queue +EXPORT_SYMBOL_GPL vmlinux 0x0271aaa2 cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x02954db8 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x029870bd devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x02b31df4 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x0302711b get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x0306a458 fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x030d6df7 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x0347da59 i2c_new_probed_device +EXPORT_SYMBOL_GPL vmlinux 0x036ce97b relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x03a3f86d unregister_jprobe +EXPORT_SYMBOL_GPL vmlinux 0x03bd4574 tpm_dev_vendor_release +EXPORT_SYMBOL_GPL vmlinux 0x03d166ac iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x03da01a4 wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x03e2ce2f unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x03e3686c ata_timing_cycle2mode +EXPORT_SYMBOL_GPL vmlinux 0x03e5955a regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x03e8b6f9 disk_part_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x03eca9a1 btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x042db379 inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x0431494f fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0x04486e88 rcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x04727e84 blkcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x04729545 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x0476fd15 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x048ce38d usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0x04a79848 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0x04bc3f2c device_schedule_callback_owner +EXPORT_SYMBOL_GPL vmlinux 0x04c3f2c1 gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x0529e880 xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0x0531dcb8 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x053494cb tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0x05390e47 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x056101d8 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x0561a1d7 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x05757710 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x058b582a vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0x058de42d skcipher_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0x05a45bfe ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0x05ae262e regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x05b143ff ata_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x05b8a4e3 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x05f141c4 crypto_givcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x05f1c2d5 crypto_lookup_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x060835bc sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0x060d1064 set_memory_ro +EXPORT_SYMBOL_GPL vmlinux 0x06250be6 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0x062fc169 xen_hvm_resume_frames +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x06982379 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x069c455d __rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x06ed3976 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0x06f1ff22 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x06f22ca2 irq_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0x06f6fbe3 tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x07062a84 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x0762403c edac_put_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x0765d88a ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x07ad197f usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07bfbf0e hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0x07eff8b9 max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x07f3a2a3 wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0x080c9691 __ablkcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x0816c577 rio_get_asm +EXPORT_SYMBOL_GPL vmlinux 0x08192e21 dma_buf_kmap +EXPORT_SYMBOL_GPL vmlinux 0x083593de user_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x088bfa7e cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x08a39ba8 __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x08b61298 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x08b81955 arizona_set_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x08bc0870 compat_put_timespec +EXPORT_SYMBOL_GPL vmlinux 0x08be4b77 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x08cc310f cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0x08f6cae8 wm8400_block_read +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x092c2a7a irq_domain_add_tree +EXPORT_SYMBOL_GPL vmlinux 0x0937bd60 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x09469482 kfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x094abc5e unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x097bcaa9 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x097c8d10 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x0a02a914 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x0a05f75d usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x0a3a93a1 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x0a63b0f5 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x0a9fa4a0 pci_restore_ats_state +EXPORT_SYMBOL_GPL vmlinux 0x0ac745a2 xen_swiotlb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x0acf69e1 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0ae8fef1 tpm_show_pubek +EXPORT_SYMBOL_GPL vmlinux 0x0aeb048e cm_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b0f36f9 usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x0b19ed7c apei_estatus_check_header +EXPORT_SYMBOL_GPL vmlinux 0x0b3279d7 wm8994_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x0b52e502 apei_resources_add +EXPORT_SYMBOL_GPL vmlinux 0x0b7b9554 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0b9c274d disk_map_sector_rcu +EXPORT_SYMBOL_GPL vmlinux 0x0bae62b1 ktime_get_monotonic_offset +EXPORT_SYMBOL_GPL vmlinux 0x0be8cb31 btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0bf2cb31 __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0x0bfa3a19 rcu_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x0c075853 regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x0c0c015e ring_buffer_swap_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0c0f2d01 dma_buf_mmap +EXPORT_SYMBOL_GPL vmlinux 0x0c2cdbf1 synchronize_sched +EXPORT_SYMBOL_GPL vmlinux 0x0c570627 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x0c6eb419 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x0c76c155 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x0c805f93 clflush_cache_range +EXPORT_SYMBOL_GPL vmlinux 0x0c9fef74 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x0cc1e40f crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x0cc92b02 dm_kill_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0x0cd10a4e work_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0cd4edb4 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x0cddc027 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x0d650aea event_storage_mutex +EXPORT_SYMBOL_GPL vmlinux 0x0d6d789a class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x0d8f1d65 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0ddf94be srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0df9ef97 __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x0e000ced debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x0e0088cc key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x0e0e9eac arizona_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x0e13cb4d apei_resources_release +EXPORT_SYMBOL_GPL vmlinux 0x0e15837a exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x0e60e123 stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0x0ecdfbf2 bus_set_iommu +EXPORT_SYMBOL_GPL vmlinux 0x0ecf823a static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x0ed1fe51 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x0ed2483f led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL vmlinux 0x0f0acac2 sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x0f14fbab scsi_register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x0f393722 nfq_ct_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x0f4e8081 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x0f52a811 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x0f5612f6 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x0f751aea input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0x0f7f0a8e wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x0fa138de xen_hvm_need_lapic +EXPORT_SYMBOL_GPL vmlinux 0x0fb61a7f platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0x0fcc1969 copy_from_user_nmi +EXPORT_SYMBOL_GPL vmlinux 0x0fd6b292 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x0fe2d570 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0x100c48a2 unregister_dock_notifier +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x10194a8e bmp085_remove +EXPORT_SYMBOL_GPL vmlinux 0x10291853 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x10374c19 da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x1064326c dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x1079c42a subsys_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x10899480 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x10c9d678 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x10cffefe platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x10d07dea gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer +EXPORT_SYMBOL_GPL vmlinux 0x11269f9d skcipher_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x113e5c87 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x114f1a20 balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0x1172ce54 rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0x117c7305 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x11827df9 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x11834f64 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x119af014 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0x11a8a759 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x11c16630 xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0x11f447ce __gpio_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x1218fdad tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0x121ed3f3 add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0x121f73bb usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0x12248954 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x122672a3 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x124613c3 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0x124f2056 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x1258d9d9 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x125b81a2 crypto_lookup_aead +EXPORT_SYMBOL_GPL vmlinux 0x1268f357 resume_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0x1280153a pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x12a0df79 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x12b21257 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x12c2fe90 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init +EXPORT_SYMBOL_GPL vmlinux 0x13b2a946 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x13b4abb1 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x13c37bb2 filter_current_check_discard +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13f7a1be md_run +EXPORT_SYMBOL_GPL vmlinux 0x1416c8d6 put_compat_timeval +EXPORT_SYMBOL_GPL vmlinux 0x14234d60 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x1426ad26 cpufreq_frequency_table_cpuinfo +EXPORT_SYMBOL_GPL vmlinux 0x14345cfb tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x144a175d class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x145bfc69 usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x145fd596 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x146116ed pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0x146415a9 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x14d4f822 edac_subsys +EXPORT_SYMBOL_GPL vmlinux 0x15010e1f arbitrary_virt_to_machine +EXPORT_SYMBOL_GPL vmlinux 0x1501bf65 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x15026a32 snmp_mib_init +EXPORT_SYMBOL_GPL vmlinux 0x1516306b iommu_domain_has_cap +EXPORT_SYMBOL_GPL vmlinux 0x1530cf8a pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x15657852 da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x1582305a rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x15827a4b ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0x15892417 async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1598dc9d unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x15b0606e e820_any_mapped +EXPORT_SYMBOL_GPL vmlinux 0x15b39e8c raw_seq_open +EXPORT_SYMBOL_GPL vmlinux 0x16000a3c dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x1621c4d2 kallsyms_on_each_symbol +EXPORT_SYMBOL_GPL vmlinux 0x1650bf27 rcutorture_record_progress +EXPORT_SYMBOL_GPL vmlinux 0x1655885c rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x16716240 m2p_remove_override +EXPORT_SYMBOL_GPL vmlinux 0x167776bf bio_alloc_mddev +EXPORT_SYMBOL_GPL vmlinux 0x1680f6bf sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x16884d55 dm_dispatch_request +EXPORT_SYMBOL_GPL vmlinux 0x16dca74f dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x16e0da18 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x171425ef tpm_write +EXPORT_SYMBOL_GPL vmlinux 0x171d254b ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0x17432d6b relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x1752fa7e ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x17614bf3 apei_resources_sub +EXPORT_SYMBOL_GPL vmlinux 0x176e7fbc __blkg_release +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x17ba59bb crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x17f12887 tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1829b9ed hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x1848d7d7 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x1853653c btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x18582826 amd_pmu_disable_virt +EXPORT_SYMBOL_GPL vmlinux 0x1866cec2 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x1878f62b edac_err_assert +EXPORT_SYMBOL_GPL vmlinux 0x18a47a47 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x18af5c44 sg_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x18de9a27 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x18e2c347 dev_pm_qos_remove_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x18f83fab gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0x193d48e0 trace_current_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x194a2bd9 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x196614ce hw_breakpoint_restore +EXPORT_SYMBOL_GPL vmlinux 0x19777033 wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x1982754d xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19d7fc54 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x19dc35eb hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0x19f81e23 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x19fc7f60 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x1a082d69 max77693_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x1a323362 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x1a50f43c swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0x1a630c00 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x1a96e289 __online_page_set_limits +EXPORT_SYMBOL_GPL vmlinux 0x1aadbe40 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1ab336ba mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1abf2b4e usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x1abf483a ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x1acbfd7e pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x1ad83009 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x1ad94487 arizona_clk32k_enable +EXPORT_SYMBOL_GPL vmlinux 0x1ae0e135 tracing_generic_entry_update +EXPORT_SYMBOL_GPL vmlinux 0x1aed9cba da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x1afeaa8c task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x1b02ccc9 disk_part_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x1b055653 cgroup_lock_live_group +EXPORT_SYMBOL_GPL vmlinux 0x1b12d45b usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1b3c9291 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x1b53aecf iommu_group_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1b5dba96 ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x1b987b39 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x1b9aca3f jprobe_return +EXPORT_SYMBOL_GPL vmlinux 0x1ba0df80 dma_buf_kmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0x1bceb175 cpufreq_governor_dbs +EXPORT_SYMBOL_GPL vmlinux 0x1bd22a85 seq_release_net +EXPORT_SYMBOL_GPL vmlinux 0x1bd801c2 rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x1bfee7ad queue_work +EXPORT_SYMBOL_GPL vmlinux 0x1c4ead7f pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0x1c574d48 save_stack_trace_tsk +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c60c14c key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x1c70a25a pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c9fbb03 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1cdb2147 zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0x1cead3f1 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x1cfd95c1 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0x1cffc4df RSA_public_key_algorithm +EXPORT_SYMBOL_GPL vmlinux 0x1d144587 rio_get_device +EXPORT_SYMBOL_GPL vmlinux 0x1d2510bc unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0x1d39f697 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x1d459685 xstate_size +EXPORT_SYMBOL_GPL vmlinux 0x1d58ae14 lpddr2_jedec_timings +EXPORT_SYMBOL_GPL vmlinux 0x1d607a16 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x1d739e1c xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x1d77b0f8 unix_socket_table +EXPORT_SYMBOL_GPL vmlinux 0x1d82028a tasklet_hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x1d82fe4b bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x1d83c8e1 devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x1db0e734 unregister_efivars +EXPORT_SYMBOL_GPL vmlinux 0x1dfdc8c0 iommu_present +EXPORT_SYMBOL_GPL vmlinux 0x1e000879 hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0x1e314b21 regulator_use_dummy_regulator +EXPORT_SYMBOL_GPL vmlinux 0x1e3594cd serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x1e3a88fb trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x1e567dfb fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x1e5ed583 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x1e6a4339 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e8be836 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x1ea2c3ed usb_acpi_power_manageable +EXPORT_SYMBOL_GPL vmlinux 0x1ea3ae5f sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1edb78d0 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x1edc21cb hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x1ee95ad1 crypto_larval_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1f1966c9 acpi_ec_remove_query_handler +EXPORT_SYMBOL_GPL vmlinux 0x1f1988f7 hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x1f515dd5 timed_output_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1f6c48d5 tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8db7f9 ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x1f8ec1b3 acpi_get_pci_rootbridge_handle +EXPORT_SYMBOL_GPL vmlinux 0x1f98582c usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x1fa71acd ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x1fcece42 inet_twdr_twcal_tick +EXPORT_SYMBOL_GPL vmlinux 0x1ffe6800 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0x2022f438 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x2028a174 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0x20433657 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x204e92ac i2c_new_device +EXPORT_SYMBOL_GPL vmlinux 0x20766238 fuse_put_request +EXPORT_SYMBOL_GPL vmlinux 0x209a0e44 __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x209ec764 xen_event_channel_op_compat +EXPORT_SYMBOL_GPL vmlinux 0x20ae5ee5 wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x20aea6ab ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x20bc3470 orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x20c9c0f6 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x20d8eca3 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x20ea6566 pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x20f08162 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x2135c161 blk_unprep_request +EXPORT_SYMBOL_GPL vmlinux 0x2164d33c devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x2171982e fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0x217b9a14 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x21948837 ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x21d79690 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x21e80125 raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x21ed2d27 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x21fc3d7f ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0x2210e341 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x227a709e pci_sriov_migration +EXPORT_SYMBOL_GPL vmlinux 0x2284c24c power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x2296c00d crypto_attr_u32 +EXPORT_SYMBOL_GPL vmlinux 0x22c93225 inet_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x22db5d4a regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0x22e5f96c device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x230a5129 dma_buf_export +EXPORT_SYMBOL_GPL vmlinux 0x2311c2db xen_swiotlb_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0x232bcf7c nf_unregister_afinfo +EXPORT_SYMBOL_GPL vmlinux 0x234e072d tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x235b9b4e skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x2378ee98 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x237a1d82 acpi_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x2393713c sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x2393db0a attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x23a2b95c vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x23ac9e19 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x23ae7c04 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x23f44839 fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0x24011e14 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x2447533c ktime_get_real +EXPORT_SYMBOL_GPL vmlinux 0x24782627 cgroup_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0x247ef831 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x249f5955 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x24aac4d9 crypto_aes_expand_key +EXPORT_SYMBOL_GPL vmlinux 0x24c7698a xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x24eb3121 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f3ac16 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x24fc46b6 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x2545c170 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x25754f41 subsys_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x25827ecd __class_create +EXPORT_SYMBOL_GPL vmlinux 0x259cca65 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x259f2abf __remove_pages +EXPORT_SYMBOL_GPL vmlinux 0x25a5ac6f net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x25d2fba4 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x25df81f8 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0x25e6a270 __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x25eb73b5 pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x262cc767 extcon_get_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0x262f20a8 local_clock +EXPORT_SYMBOL_GPL vmlinux 0x262f5ee5 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x265c5e4f rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x2664afb1 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0x268310b1 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x268600c7 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x268ab435 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x26b09686 debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x26b2704b tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x26b71fb4 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26e6e7a3 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x26e7e717 xen_swiotlb_sync_sg_for_device +EXPORT_SYMBOL_GPL vmlinux 0x27346c3a xen_swiotlb_unmap_sg_attrs +EXPORT_SYMBOL_GPL vmlinux 0x2781f714 tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0x278ec7d7 acpi_ec_add_query_handler +EXPORT_SYMBOL_GPL vmlinux 0x279cb985 apei_exec_pre_map_gars +EXPORT_SYMBOL_GPL vmlinux 0x27c0c4be eventfd_ctx_read +EXPORT_SYMBOL_GPL vmlinux 0x27c1e63f usb_amd_find_chipset_info +EXPORT_SYMBOL_GPL vmlinux 0x27d74d13 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x27e3ef6b device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27ff4ea4 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x28066fb9 crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x280aaa96 fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x280e708c spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x281137c9 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x281fa608 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x2869ebaf regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x28a903c8 timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x28b2d2d8 iommu_domain_get_attr +EXPORT_SYMBOL_GPL vmlinux 0x28b87099 get_kernel_pages +EXPORT_SYMBOL_GPL vmlinux 0x28d664ff __raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x291853fa iommu_map +EXPORT_SYMBOL_GPL vmlinux 0x29322c73 put_pid +EXPORT_SYMBOL_GPL vmlinux 0x2949cb5b wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x295005b5 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x29aa7dc7 __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x29bd1bb5 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x29fcfd2b i2c_lock_adapter +EXPORT_SYMBOL_GPL vmlinux 0x29fdc603 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0x29fed3ad modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x2a0e5d8f iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x2a0f8d0f blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x2a4216a1 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x2a500e5a acpi_get_pci_dev +EXPORT_SYMBOL_GPL vmlinux 0x2a616bc9 platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x2a678a13 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x2a679ee0 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x2a6811fa led_trigger_show +EXPORT_SYMBOL_GPL vmlinux 0x2a74f2a5 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x2a81eb1a ata_scsi_simulate +EXPORT_SYMBOL_GPL vmlinux 0x2a83f716 swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0x2a911f8f crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x2a94ecf8 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x2aa5e234 __lock_page_killable +EXPORT_SYMBOL_GPL vmlinux 0x2aa617cf mce_unregister_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0x2ac0e718 blkg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2ad14064 __blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0x2ad1ece4 zs_get_total_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2ad98baa use_mm +EXPORT_SYMBOL_GPL vmlinux 0x2addc54e __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2ae7a817 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x2ae8a7cf cgroup_taskset_next +EXPORT_SYMBOL_GPL vmlinux 0x2af9481e thermal_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x2b7ff3a4 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x2ba4f6d4 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x2bd72b76 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x2c058ae0 fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c36a9bb netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x2c3a6f09 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x2c3d5b02 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0x2c43ff94 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x2c7d9c64 xen_store_interface +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c9f51e7 srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x2ca4ebcd regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x2ccb4d4b md_ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x2ccfb983 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2ce98559 kcrypto_wq +EXPORT_SYMBOL_GPL vmlinux 0x2cea32ee unregister_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0x2d001751 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x2d1130ea __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x2d127676 sysfs_put +EXPORT_SYMBOL_GPL vmlinux 0x2d13c118 sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x2d178924 hrtimer_start +EXPORT_SYMBOL_GPL vmlinux 0x2d17a0e1 cgroup_taskset_size +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d20eee3 pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0x2d235dee da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x2d2f15ec devres_release +EXPORT_SYMBOL_GPL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL_GPL vmlinux 0x2d381a8c ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x2d3d5944 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2d54739f da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2d59c954 edac_handlers +EXPORT_SYMBOL_GPL vmlinux 0x2d69a6a2 acpi_power_resource_register_device +EXPORT_SYMBOL_GPL vmlinux 0x2d6d9414 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x2d96db79 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x2d9f2ce3 sched_clock_idle_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x2daf1d51 blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x2dba276a __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x2dbe5c2c task_xstate_cachep +EXPORT_SYMBOL_GPL vmlinux 0x2dc06b03 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x2dc55a86 spi_alloc_master +EXPORT_SYMBOL_GPL vmlinux 0x2ddea4ac driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x2df7dec2 driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x2e0d2f7f queue_work_on +EXPORT_SYMBOL_GPL vmlinux 0x2e1da436 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x2e1da9fb probe_kernel_read +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e2f1740 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2e3e88ea vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x2e45e488 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x2e9a8e66 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x2ea17abd led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x2eafbcc8 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ee546d7 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x2ef25609 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x2f04d2be xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0x2f0acf82 ata_sas_port_async_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2f24fbec ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x2f261c36 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x2f4113a2 dcookie_register +EXPORT_SYMBOL_GPL vmlinux 0x2f47d8c7 cpufreq_frequency_get_table +EXPORT_SYMBOL_GPL vmlinux 0x2f74bd4f acpi_subsys_prepare +EXPORT_SYMBOL_GPL vmlinux 0x2f857551 machine_check_poll +EXPORT_SYMBOL_GPL vmlinux 0x2ff10cb0 da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x2ffd275b shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x3020d07c dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x307e1258 blocking_notifier_chain_cond_register +EXPORT_SYMBOL_GPL vmlinux 0x308b733a getboottime +EXPORT_SYMBOL_GPL vmlinux 0x30a3f749 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x30b9ff89 relay_close +EXPORT_SYMBOL_GPL vmlinux 0x30d2ac98 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x30e1d772 __ip_route_output_key +EXPORT_SYMBOL_GPL vmlinux 0x3109b751 cpu_clock +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x313d6f8c acpi_subsys_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x314bc4ba crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x31528e35 crypto_create_tfm +EXPORT_SYMBOL_GPL vmlinux 0x318077a9 pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x318920b1 register_dock_notifier +EXPORT_SYMBOL_GPL vmlinux 0x31912628 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x31c0c2d1 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31cc9917 ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x31e5268e sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x32094d27 regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x320c38b5 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x321bdbb1 compat_get_timeval +EXPORT_SYMBOL_GPL vmlinux 0x321dc8cc __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x3242a8f5 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x325e677c gnttab_grant_foreign_transfer_ref +EXPORT_SYMBOL_GPL vmlinux 0x3299936f ref_module +EXPORT_SYMBOL_GPL vmlinux 0x329bbbde timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x32a0e50d rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x32a1b497 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x32b31a8c ktime_get_boottime +EXPORT_SYMBOL_GPL vmlinux 0x32bded08 __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32f6f2a0 bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x32fb36de mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x32fd447a monotonic_to_bootbased +EXPORT_SYMBOL_GPL vmlinux 0x330d1143 apic +EXPORT_SYMBOL_GPL vmlinux 0x33228bbc apei_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x33271963 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x333af006 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x334cc297 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x33544be3 spi_async +EXPORT_SYMBOL_GPL vmlinux 0x336154ca rcutorture_record_test_transition +EXPORT_SYMBOL_GPL vmlinux 0x33712103 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0x339c5451 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0x33b96e5d apei_exec_write_register +EXPORT_SYMBOL_GPL vmlinux 0x33d30c3a usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x33ed4c94 md_stop +EXPORT_SYMBOL_GPL vmlinux 0x33ee073d tps65912_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x33f7ab15 get_compat_timespec +EXPORT_SYMBOL_GPL vmlinux 0x34055e23 dma_buf_map_attachment +EXPORT_SYMBOL_GPL vmlinux 0x3421f126 queue_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0x34403eb6 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x3441c3d6 gpio_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x345116ba shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x3465fce6 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x347fd4b3 eventfd_ctx_get +EXPORT_SYMBOL_GPL vmlinux 0x349b8a5c tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x34b5d40b usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0x352650ee gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0x3564fee1 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x357874b5 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x3595ca34 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x359db24e unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x35a778db user_describe +EXPORT_SYMBOL_GPL vmlinux 0x35ad033a m2p_add_override +EXPORT_SYMBOL_GPL vmlinux 0x35cf387c rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x35e62f7a debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x35e97689 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x360ad234 tpm_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x361e2bcc save_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0x36208cb0 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x3628d7f5 tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x368f1fea static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x36a88031 cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0x36b5497e intel_iommu_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3700154c pkey_hash_algo +EXPORT_SYMBOL_GPL vmlinux 0x37078605 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x371ea886 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x37822137 fuse_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x379a35e5 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x37f1ffbf gdt_page +EXPORT_SYMBOL_GPL vmlinux 0x3823c50b n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0x382aaf82 pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x382d1444 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x384e23e1 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0x38620e38 gnttab_grant_foreign_access_trans_ref +EXPORT_SYMBOL_GPL vmlinux 0x386dfa57 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x387b587f disk_part_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x388fa0d5 xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0x38a02db0 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x38a21cd4 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x38c5437b vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x38c8bb65 ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x38d74796 extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x38dfc6aa inet6_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x394af9ae rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x39a1636d pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0x39c6793f __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x39da80af ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0x39e2c72a extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x39ec8673 simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x39f1f5b8 sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x3a024c3d posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0x3a26ed11 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0x3a38dc65 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x3a48fdd9 balloon_mapping_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3a4f4a0a skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a81993a irq_create_strict_mappings +EXPORT_SYMBOL_GPL vmlinux 0x3a8f932b __pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x3aa24773 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x3ab43585 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0x3aba0979 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad0e201 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x3ad478a0 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0x3b45b329 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x3b4694a6 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x3b7145bb apei_exec_read_register_value +EXPORT_SYMBOL_GPL vmlinux 0x3bb10caa usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x3bb967f5 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x3bdc7e59 usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0x3be18baf __ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x3be296dc pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x3be89d3c usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x3bf229b3 tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0x3c212d89 pci_pri_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3c25f814 pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x3c3facaf dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0x3c4807de serial8250_rx_dma +EXPORT_SYMBOL_GPL vmlinux 0x3c4faa9d led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0x3c6ca11c dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x3c72aff0 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0x3c82e85c crypto_tfm_in_queue +EXPORT_SYMBOL_GPL vmlinux 0x3c84837a timed_output_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x3c8bb568 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x3c9390db pci_vpd_find_tag +EXPORT_SYMBOL_GPL vmlinux 0x3c942368 profile_event_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3ca6bf58 acpi_pci_check_ejectable +EXPORT_SYMBOL_GPL vmlinux 0x3cac21b9 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x3cb1d495 crypto_ahash_type +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3ce05479 usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x3cfedb3f register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x3d38419a xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d502ec1 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0x3d5f392d acpi_os_unmap_memory +EXPORT_SYMBOL_GPL vmlinux 0x3d66d1b2 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3d7ea99a gnttab_grant_foreign_transfer +EXPORT_SYMBOL_GPL vmlinux 0x3d900a2d do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x3dbb1c73 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x3dc916b6 crypto_fl_tab +EXPORT_SYMBOL_GPL vmlinux 0x3dde0e07 amd_get_nb_id +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3e017f1a public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x3e166fee regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0x3e4348ba cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup +EXPORT_SYMBOL_GPL vmlinux 0x3ec253ce synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x3efb35c9 get_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0x3f229c4c oops_begin +EXPORT_SYMBOL_GPL vmlinux 0x3f346e49 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x3f4058ee ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x3f76caa9 xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0x3f7d5a3b tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x3f84d4c9 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x3f8ef492 aead_geniv_free +EXPORT_SYMBOL_GPL vmlinux 0x3fa2ba11 skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x3fa69487 cgroup_unload_subsys +EXPORT_SYMBOL_GPL vmlinux 0x3fbe3a8e set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0x3fc72d3d __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3fe92d0a mce_register_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0x3ff0e04f get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x40078677 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x40144352 ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x403f559d fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x4046ef46 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x404760af pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x40af0dec ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0x40c64780 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x40d40c17 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x40d46b21 crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x40daa662 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x40dc200f fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x4106d324 print_context_stack +EXPORT_SYMBOL_GPL vmlinux 0x4119096e sysfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x412938f2 acpi_dev_resource_address_space +EXPORT_SYMBOL_GPL vmlinux 0x4154f083 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x4163da85 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x419e4afd xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0x41d3e2a7 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x41e1064f acpi_get_gpio +EXPORT_SYMBOL_GPL vmlinux 0x42160169 flush_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x42222796 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x424acc6d scatterwalk_done +EXPORT_SYMBOL_GPL vmlinux 0x4253f599 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0x426d726d xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0x4273eaee sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x4275d1fb ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0x427ec17e cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x4297b25f firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x42df5d45 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x42e35cc3 acpi_bus_trim +EXPORT_SYMBOL_GPL vmlinux 0x42e535ea xenbus_grant_ring +EXPORT_SYMBOL_GPL vmlinux 0x42f36621 wm5110_aod +EXPORT_SYMBOL_GPL vmlinux 0x432fd7f6 __gpio_set_value +EXPORT_SYMBOL_GPL vmlinux 0x4342002b cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x4343cb98 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x434b6f00 led_classdev_register +EXPORT_SYMBOL_GPL vmlinux 0x43722282 __srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x4384be77 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0x4389d519 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x4396b273 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x43a260c8 usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x43a53735 __alloc_workqueue_key +EXPORT_SYMBOL_GPL vmlinux 0x43f56e82 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x442cb89e alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x443e31c9 inet_csk_bind_conflict +EXPORT_SYMBOL_GPL vmlinux 0x44404f11 kdb_register_repeat +EXPORT_SYMBOL_GPL vmlinux 0x4445ee4b ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x4455e1b3 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x445996e0 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x445e9052 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x447bd83b subsys_find_device_by_id +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x44d7579a rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x44e34218 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x44ef2213 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x44f6da31 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x450fb522 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x4519fc40 input_class +EXPORT_SYMBOL_GPL vmlinux 0x4541fe0d mtrr_state +EXPORT_SYMBOL_GPL vmlinux 0x4574ee5f rt_mutex_destroy +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x4591be65 blkcipher_walk_virt_block +EXPORT_SYMBOL_GPL vmlinux 0x45b7f441 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0x45bec18f inet6_csk_search_req +EXPORT_SYMBOL_GPL vmlinux 0x45bf1ff3 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x45d14bdf hypercall_page +EXPORT_SYMBOL_GPL vmlinux 0x45d6389e sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0x46054943 rtc_irq_set_freq +EXPORT_SYMBOL_GPL vmlinux 0x46074c17 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4607620a sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x460f31aa rodata_test_data +EXPORT_SYMBOL_GPL vmlinux 0x460f7531 wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x462bf524 ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x4638b4b6 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x463ec36d device_create_vargs +EXPORT_SYMBOL_GPL vmlinux 0x4672e88b __crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x467f98db debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x46c0b8fe sk_unattached_filter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x473fef3e device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x47411478 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x4775bf89 dma_buf_get +EXPORT_SYMBOL_GPL vmlinux 0x47cc8a4e usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x47d13565 stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x47e93b10 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x47fe70f6 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x47ff399f regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x482edffe pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0x4841a28b ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x48682db9 perf_guest_get_msrs +EXPORT_SYMBOL_GPL vmlinux 0x4876ad0c mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0x48a22114 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x48a488a0 sysctl_tcp_cookie_size +EXPORT_SYMBOL_GPL vmlinux 0x48ab5da7 pkey_algo +EXPORT_SYMBOL_GPL vmlinux 0x4929d988 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x495b07ef regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x4961c0e4 unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x498d293a trace_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x4994d3b6 sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0x4a00a157 mmput +EXPORT_SYMBOL_GPL vmlinux 0x4a90160e bprintf +EXPORT_SYMBOL_GPL vmlinux 0x4a990a53 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x4aa2e707 xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0x4aadeb9a ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0x4ad8a03a usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x4addff80 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x4aef44da crypto_alloc_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x4affd08b put_compat_timespec +EXPORT_SYMBOL_GPL vmlinux 0x4b076147 uncache_firmware +EXPORT_SYMBOL_GPL vmlinux 0x4b3d3232 crypto_ablkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0x4b93df89 async_schedule_domain +EXPORT_SYMBOL_GPL vmlinux 0x4b9a3ac0 tcp_death_row +EXPORT_SYMBOL_GPL vmlinux 0x4bbf0bd3 wm8994_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x4bc62a81 audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0x4bf0d6d1 wakeup_source_prepare +EXPORT_SYMBOL_GPL vmlinux 0x4c0dc57f preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4c759827 byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x4c8468ea single_open_net +EXPORT_SYMBOL_GPL vmlinux 0x4cbe8834 scsi_target_block +EXPORT_SYMBOL_GPL vmlinux 0x4ce9a064 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x4d5bc9df led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x4d5c37a0 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0x4d68a33d ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4d8f0785 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x4e0186c5 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x4e0f79d4 rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x4e0f7e63 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x4e109192 ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0x4e1a7ac0 device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0x4e242f5f pstore_cannot_block_path +EXPORT_SYMBOL_GPL vmlinux 0x4e3151a8 arizona_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x4e4b9158 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x4e57723d apei_read +EXPORT_SYMBOL_GPL vmlinux 0x4e5b0849 cpufreq_get_measured_perf +EXPORT_SYMBOL_GPL vmlinux 0x4e74e625 gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0x4e93ea7e x86_hyper_kvm +EXPORT_SYMBOL_GPL vmlinux 0x4eb83c82 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x4ec7b8e3 tracepoint_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0x4ed5fe20 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x4ed6927a anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4eff1174 acpi_power_resource_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x4f1ccf7d dev_pm_qos_add_global_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4f2c9fb4 shake_page +EXPORT_SYMBOL_GPL vmlinux 0x4fd4e89d ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe34390 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x4ff1bdc4 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x503ddd5e sec_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x50520c5d vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x506691f1 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x507de8c6 add_memory +EXPORT_SYMBOL_GPL vmlinux 0x5086ac3a alg_test +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x50ae6ef0 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x50bbceef crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0x50d1f870 pgprot_writecombine +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x50fbb6a3 blkdev_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x515eeca6 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x518aba1d crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x518c2fc6 hpet_rtc_dropped_irq +EXPORT_SYMBOL_GPL vmlinux 0x5192bbc9 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0x51a267be ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x51abc927 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x51be71c5 __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x520c88a3 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL vmlinux 0x521a3de8 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0x521bfba2 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x522f538b tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x524cc070 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x525b89d5 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x5260992e usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x5274f4a1 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x5287a1e3 blk_queue_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x5288d3e3 dma_buf_detach +EXPORT_SYMBOL_GPL vmlinux 0x528f507c usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x5294e99f ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0x53195da9 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0x5336b3ba ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0x53395e09 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x533d2f64 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x5358fc36 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x53614269 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x5372dede unregister_acpi_bus_notifier +EXPORT_SYMBOL_GPL vmlinux 0x53986488 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x539cecc0 sysfs_rename_link +EXPORT_SYMBOL_GPL vmlinux 0x539f157b pci_xen_swiotlb_init_late +EXPORT_SYMBOL_GPL vmlinux 0x53a3e486 regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x53a8c357 yield_to +EXPORT_SYMBOL_GPL vmlinux 0x53aac1ab raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x53b3287b sock_update_netprioidx +EXPORT_SYMBOL_GPL vmlinux 0x53bd3e7c tps65912_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x53d3a2ea rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x53e2a83e srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x53f27b35 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x53f5087c security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x5437fb3e sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x545041c2 ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x5460c8d8 fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x54667196 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5487ceeb debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x549a3b71 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x54e38e67 rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x54e46f46 vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x54f8953b platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x55134054 sysfs_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x551fba1b blk_queue_flush +EXPORT_SYMBOL_GPL vmlinux 0x552e432c inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5532a9f9 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x55489414 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x55526907 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x555bcaaf serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x55b8e247 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x55d42b61 wm8400_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x55daae22 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x561603da tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x561f5a6b __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x562f0db4 devm_kzalloc +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x56398615 mark_tsc_unstable +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x564f1dca klist_add_after +EXPORT_SYMBOL_GPL vmlinux 0x5654f836 erst_get_record_id_next +EXPORT_SYMBOL_GPL vmlinux 0x565b1196 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x565b6892 uuid_le_gen +EXPORT_SYMBOL_GPL vmlinux 0x56886b19 scatterwalk_map +EXPORT_SYMBOL_GPL vmlinux 0x568c7882 __get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x56907afa inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0x56947347 dmi_walk +EXPORT_SYMBOL_GPL vmlinux 0x56d697ce cpu_up +EXPORT_SYMBOL_GPL vmlinux 0x56e75d47 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x56e7d899 unix_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x57231f45 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0x5758d1d0 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x575c5f94 execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x57616a80 xen_swiotlb_sync_single_for_device +EXPORT_SYMBOL_GPL vmlinux 0x5762dc88 bio_clone_mddev +EXPORT_SYMBOL_GPL vmlinux 0x5779d445 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0x577b86f4 each_symbol_section +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57aa21dc dma_buf_kunmap +EXPORT_SYMBOL_GPL vmlinux 0x57c48206 crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x57c53a0a device_move +EXPORT_SYMBOL_GPL vmlinux 0x57d03165 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x57e7a2f1 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x5802a849 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x583445f0 blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x58413099 ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x584c135a dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x588ce2cd unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x588d959a bmp085_probe +EXPORT_SYMBOL_GPL vmlinux 0x58a7bace skcipher_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0x58ea3f80 extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x58f62ad6 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x58fe9409 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x591d8de3 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x59241e5d pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x5947abbe max77693_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x595f3845 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x5960f82b bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0x59a06237 rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x59b2adbf input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x59d0b843 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x59e2743e call_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0x59e2e776 ata_sff_busy_sleep +EXPORT_SYMBOL_GPL vmlinux 0x59eae699 ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x59ed7ba8 ahash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0x59fe36cd clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x5a2b1b67 gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x5a406093 arizona_clk32k_disable +EXPORT_SYMBOL_GPL vmlinux 0x5a48534a regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x5a48fba2 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x5a532cc9 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x5a6694ad devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5ac2727f smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x5ac82e20 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5acfc4ad tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x5ae3f04f xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x5ae48fa6 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x5aef2839 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x5af03a28 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x5af152b4 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5b048678 map_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x5b12652d pci_hp_change_slot_info +EXPORT_SYMBOL_GPL vmlinux 0x5b435139 unregister_jprobes +EXPORT_SYMBOL_GPL vmlinux 0x5bb7aa5f css_id +EXPORT_SYMBOL_GPL vmlinux 0x5bc9b33e balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x5bfc03c3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5c1830af ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x5c4f3551 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x5c5d83ff raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x5c62e70a ftrace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x5c712e66 flush_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x5c9cefd2 dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x5c9f7ae7 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x5ca93699 tracepoint_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x5ccc6650 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x5cf8a882 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x5d12e48f input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0x5d366dec gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x5d4227f7 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x5d48a650 m2p_find_override_pfn +EXPORT_SYMBOL_GPL vmlinux 0x5d730e7b raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5d77952d hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x5d87c067 register_acpi_bus_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5d8a2db3 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x5d931840 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x5d9bab26 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x5dd18380 regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x5dd67618 register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5dd87b86 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x5dde3ce4 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x5e0e9507 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x5e10f992 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x5e2355e3 cgroup_taskset_first +EXPORT_SYMBOL_GPL vmlinux 0x5e26e162 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0x5e4c2935 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x5e51cd74 swiotlb_nr_tbl +EXPORT_SYMBOL_GPL vmlinux 0x5e9b9c55 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x5e9c452a usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x5eb639d7 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x5ed02405 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x5f11bbe0 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0x5f1bcb4e dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x5f248f72 set_timer_slack +EXPORT_SYMBOL_GPL vmlinux 0x5f26643f rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x5f2da8c4 check_tsc_unstable +EXPORT_SYMBOL_GPL vmlinux 0x5f49d56b queue_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0x5f79a98b __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5fa46761 skb_gro_receive +EXPORT_SYMBOL_GPL vmlinux 0x5fa67f92 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x5fab46ad crypto_alloc_instance +EXPORT_SYMBOL_GPL vmlinux 0x5fb7372e tpm_register_hardware +EXPORT_SYMBOL_GPL vmlinux 0x5fc27be9 acpi_dev_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x5fdfa2c1 amd_pmu_enable_virt +EXPORT_SYMBOL_GPL vmlinux 0x5fe1c5d5 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x5ff5b691 regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x604557dd __online_page_free +EXPORT_SYMBOL_GPL vmlinux 0x604ea52b get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0x60506751 unmap_kernel_range_noflush +EXPORT_SYMBOL_GPL vmlinux 0x605c5b3e ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x606f998b ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60be14ea xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0x60c95350 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x60cd73ed pv_apic_ops +EXPORT_SYMBOL_GPL vmlinux 0x60e79342 sec_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x60eeb990 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0x60f772d7 device_rename +EXPORT_SYMBOL_GPL vmlinux 0x61091f38 key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x6114d8a4 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x61360f90 rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x614ae37d bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x61634f05 lock_flocks +EXPORT_SYMBOL_GPL vmlinux 0x616580a0 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0x6183ff15 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x6189d823 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x6194ffea do_machine_check +EXPORT_SYMBOL_GPL vmlinux 0x61acd605 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x61c3a108 inet6_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x61c566ca remove_irq +EXPORT_SYMBOL_GPL vmlinux 0x620bd33f power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x622c95d8 __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x622f9314 swiotlb_tbl_unmap_single +EXPORT_SYMBOL_GPL vmlinux 0x623803c8 hest_disable +EXPORT_SYMBOL_GPL vmlinux 0x625f9df3 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x62706b8a __rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6286d9da gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x6291377c usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x62d2f6e0 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0x62df2c11 usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x62e65269 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x62ed2011 tcp_peer_is_proven +EXPORT_SYMBOL_GPL vmlinux 0x63205de1 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x63479d3e pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x635ec980 apei_exec_post_unmap_gars +EXPORT_SYMBOL_GPL vmlinux 0x6364d482 pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x637215ea virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0x637849dc __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x63ae4174 devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x63e3953f crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x64506e27 kill_pid_info_as_cred +EXPORT_SYMBOL_GPL vmlinux 0x6454178d ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x647c51d4 __mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x6499866e crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x649f7524 blk_end_request_err +EXPORT_SYMBOL_GPL vmlinux 0x64ad47aa xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0x64b485b8 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x64c3fabb eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0x65104e46 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x6527a231 dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x6534fdf0 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x654fa8ef pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x6558d42e netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x655c6efd wm5102_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x657f450c pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x658405dd tpm_bios_log_teardown +EXPORT_SYMBOL_GPL vmlinux 0x6599eb21 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x65a408be sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x65ab128f debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x65b899e7 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x65bbbc78 schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65d6a28a debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x65d6d0f0 gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x660d8e80 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x662d62b0 arizona_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x66301524 posix_timers_register_clock +EXPORT_SYMBOL_GPL vmlinux 0x663c16d6 gnttab_grant_foreign_access_subpage_ref +EXPORT_SYMBOL_GPL vmlinux 0x664ab566 tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x6666bff9 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x668e050e usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0x66b2a859 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x66b84181 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x66c58c64 tpm_bios_log_setup +EXPORT_SYMBOL_GPL vmlinux 0x66c78bd2 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66e43d40 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x66ec61a3 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x67124525 ata_sff_data_xfer_noirq +EXPORT_SYMBOL_GPL vmlinux 0x6717be6d tcp_is_cwnd_limited +EXPORT_SYMBOL_GPL vmlinux 0x671cf799 tpm_store_cancel +EXPORT_SYMBOL_GPL vmlinux 0x671e00b9 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x672ef1e6 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x673a1863 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x674e13e1 public_key_destroy +EXPORT_SYMBOL_GPL vmlinux 0x677547f0 da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x678dbd09 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67a12715 rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x67e8d321 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0x67f1ee6a hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0x681159e3 devres_get +EXPORT_SYMBOL_GPL vmlinux 0x682e8058 rtnl_register +EXPORT_SYMBOL_GPL vmlinux 0x688b56bf transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6892088c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x68b170a5 sis_info133_for_sata +EXPORT_SYMBOL_GPL vmlinux 0x68b41569 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0x68bc3b04 usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x68fe8b76 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0x6921aa34 compat_put_timeval +EXPORT_SYMBOL_GPL vmlinux 0x6923ce63 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x692e727b wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x69447467 ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0x695f2b18 regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x698a899f ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0x698be398 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x699037b0 devres_add +EXPORT_SYMBOL_GPL vmlinux 0x699c5799 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x69b85d8c sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x69bb5377 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x69e9a2cb ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x69fa9fc6 transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x69fc6a7c pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a1fb162 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x6a48bf7a cred_to_ucred +EXPORT_SYMBOL_GPL vmlinux 0x6a4fc079 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x6a5bb4f8 queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x6a5fb566 rcu_sched_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x6a6cafd2 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a9574a2 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x6a99a483 crypto_register_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x6aafee8e bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x6ab0edbd console_drivers +EXPORT_SYMBOL_GPL vmlinux 0x6ab25629 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x6ab922b2 regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x6aba167a regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x6abbf3ea sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x6acad21f acpi_get_cpuid +EXPORT_SYMBOL_GPL vmlinux 0x6ad2d082 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0x6af5f535 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x6b02bd54 register_efivars +EXPORT_SYMBOL_GPL vmlinux 0x6b264960 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x6b29a1fa ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0x6b2f8d66 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x6b8200cf cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x6b820c88 acpi_dev_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6b8ba176 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x6b93bf60 inet_twdr_twkill_work +EXPORT_SYMBOL_GPL vmlinux 0x6babfc3f usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x6be22b35 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x6bf2ead9 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x6c01b81b kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x6c0ac318 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x6c1251fd apei_exec_read_register +EXPORT_SYMBOL_GPL vmlinux 0x6c2427dc usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x6c385a28 __bus_register +EXPORT_SYMBOL_GPL vmlinux 0x6c3b025c crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x6c49c4f2 clockevents_notify +EXPORT_SYMBOL_GPL vmlinux 0x6c51ff1a rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x6c5a52c5 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x6c794f52 device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x6c8d5ae8 __gpio_get_value +EXPORT_SYMBOL_GPL vmlinux 0x6ca04bc0 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x6cb5a345 ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0x6cbcaefb ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6cc7eef9 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x6cce8079 wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x6cd2bcfe user_match +EXPORT_SYMBOL_GPL vmlinux 0x6ce00128 wait_for_tpm_stat +EXPORT_SYMBOL_GPL vmlinux 0x6cfc196b __inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d344064 serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0x6d5bbda1 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x6d679a87 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0x6d72186c crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0x6d7bafcc adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x6df9d42d sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x6e2e7b15 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x6e58ddf0 gnttab_end_foreign_transfer_ref +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6ea98361 ioremap_page_range +EXPORT_SYMBOL_GPL vmlinux 0x6eb20ac7 pwm_disable +EXPORT_SYMBOL_GPL vmlinux 0x6ec66b62 xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0x6efc9875 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0x6f1ee69e kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x6f5830a4 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x6f5e4e45 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0x6f69bafc sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0x6f6afea5 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x6f6c610b dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x6f8068bc pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0x6f9a77ad ata_do_eh +EXPORT_SYMBOL_GPL vmlinux 0x6fa4cf38 irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x6fab99c9 tpm_show_caps_1_2 +EXPORT_SYMBOL_GPL vmlinux 0x6fe3d8cf ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x703189d7 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x70401168 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x704f299b evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x706b3a33 cpufreq_frequency_table_get_attr +EXPORT_SYMBOL_GPL vmlinux 0x707ff1bb ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0x708bd95d irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x708bddaa subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x709ac7e1 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x70ad3fc6 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x70c23eb1 swiotlb_tbl_sync_single +EXPORT_SYMBOL_GPL vmlinux 0x70c353c3 subsys_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x7106a8a2 tcp_fetch_timewait_stamp +EXPORT_SYMBOL_GPL vmlinux 0x7139cd44 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x715af4a3 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x717e8493 pci_pri_stopped +EXPORT_SYMBOL_GPL vmlinux 0x71dc9998 crypto_il_tab +EXPORT_SYMBOL_GPL vmlinux 0x721457a4 stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0x72294976 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0x722fcfeb crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x72457c52 vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x724b1634 pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0x72500335 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x72741f25 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x728529bc transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x7286cb9c input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x72b212ff regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x72d7700f acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x72f1e461 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0x73013896 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x731433ee unregister_timer_hook +EXPORT_SYMBOL_GPL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL_GPL vmlinux 0x7328d1fc vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x737efe12 xen_swiotlb_map_page +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73b4df5e skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73d69364 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x743a165e ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x743e20fb input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini +EXPORT_SYMBOL_GPL vmlinux 0x7452adff user_return_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x745bf288 spi_busnum_to_master +EXPORT_SYMBOL_GPL vmlinux 0x747b08a8 __atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x748a30cf inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x748d801a pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0x74954462 timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x74a7b44d __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x74abdafa task_handoff_register +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74bd8eb6 device_attach +EXPORT_SYMBOL_GPL vmlinux 0x74c08941 kvm_async_pf_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x74cdafde xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0x74deb10c used_vectors +EXPORT_SYMBOL_GPL vmlinux 0x74eeba2b register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x74f717eb bmp085_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x75133a96 fuse_get_req +EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 +EXPORT_SYMBOL_GPL vmlinux 0x7521afb6 leave_mm +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x75351bb8 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x75397491 acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x754c57a0 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x756c2b53 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x75754508 dma_buf_vmap +EXPORT_SYMBOL_GPL vmlinux 0x757b49d2 kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x7584ca3c crypto_attr_alg2 +EXPORT_SYMBOL_GPL vmlinux 0x7589bd6c crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0x75c34b3e rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x75d74ef3 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x75e8f3c3 crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x75ea125c register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x7633ea35 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x76a46ea5 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x76f3dd8a tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x770cbf8d inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x772adffc usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x772fbcaf trace_buffer_unlock_commit_regs +EXPORT_SYMBOL_GPL vmlinux 0x775a6ef5 kvm_read_and_reset_pf_reason +EXPORT_SYMBOL_GPL vmlinux 0x77a51097 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x77c3ba9d rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0x77c5c3dd dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x77c82061 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x77d5dd73 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x77e78218 regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x782adb74 hpet_rtc_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x789590be dm_set_device_limits +EXPORT_SYMBOL_GPL vmlinux 0x78a0ae53 tps65912_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x78b05483 arizona_dev_init +EXPORT_SYMBOL_GPL vmlinux 0x78dbb76d bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x78f442b9 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x79025924 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0x790bb6d0 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x79496b16 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0x79502f18 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x796c2d48 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x797d907a __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0x7991fd8d crash_vmclear_loaded_vmcss +EXPORT_SYMBOL_GPL vmlinux 0x79e69460 intel_iommu_gfx_mapped +EXPORT_SYMBOL_GPL vmlinux 0x79e9b1e1 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0x79fed5ea fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x7a17e6f7 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x7a2e4b44 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7a6c8e21 ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x7a7c5175 amd_erratum_383 +EXPORT_SYMBOL_GPL vmlinux 0x7a8748e2 setup_irq +EXPORT_SYMBOL_GPL vmlinux 0x7a944007 rcu_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0x7a96c475 ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x7a9901ef pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0x7ab1159b user_read +EXPORT_SYMBOL_GPL vmlinux 0x7ac8e5b0 acpi_gsi_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x7ae1ae8e cpufreq_frequency_table_put_attr +EXPORT_SYMBOL_GPL vmlinux 0x7ae2b567 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7afa8099 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7b00b3c3 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7b0f1ab3 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x7b1d544d edac_handler_set +EXPORT_SYMBOL_GPL vmlinux 0x7b40822b rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x7b46401b crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x7b60ba5b __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x7b7a6d37 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7b930c69 get_dcookie +EXPORT_SYMBOL_GPL vmlinux 0x7c051272 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x7c0c2378 dma_buf_unmap_attachment +EXPORT_SYMBOL_GPL vmlinux 0x7c269f4c __sock_recv_ts_and_drops +EXPORT_SYMBOL_GPL vmlinux 0x7c34812c tps65912_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x7c5ae731 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x7cc1b7fd max77693_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7ce82ce4 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7ceb5a6d wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x7cff73f1 tty_prepare_flip_string_flags +EXPORT_SYMBOL_GPL vmlinux 0x7d0d984e platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x7d0dd746 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7d155f9a __blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7dab26b6 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7db14187 blk_rq_err_bytes +EXPORT_SYMBOL_GPL vmlinux 0x7dc5bb8c inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x7dc5d0b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7de4a56d elv_register +EXPORT_SYMBOL_GPL vmlinux 0x7e0ef97c regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x7e1183c9 async_schedule +EXPORT_SYMBOL_GPL vmlinux 0x7e138b29 rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x7e1ecdc5 register_hotplug_dock_device +EXPORT_SYMBOL_GPL vmlinux 0x7e5e301f unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e66ec8a blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x7e687845 dma_buf_put +EXPORT_SYMBOL_GPL vmlinux 0x7e9b2eaf gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x7ea1a2bc probe_kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x7ea4169e hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x7ec22f9a apei_estatus_check +EXPORT_SYMBOL_GPL vmlinux 0x7ed2652f usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0x7ed72b82 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x7f286bc2 proc_net_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x7f3259be spi_master_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7f57ea77 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x7f7dcfe7 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x7f82e5ee print_context_stack_bp +EXPORT_SYMBOL_GPL vmlinux 0x7f993bb7 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0x7fa4f010 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x7fc7b4ce xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0x7fcfec8b max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7fe95230 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0x7fe9e39c regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7ff10ccf raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x7ffc8718 gpio_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x803a707a class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x8047ebdc rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x806e502f btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8072841a __class_register +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x8091b138 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x80a3a19a pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x80bde559 xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0x80d3927f __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80e2d12d tpm_remove_ppi +EXPORT_SYMBOL_GPL vmlinux 0x80f3268f __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x80fc672e fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x8125c3b4 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x8149ea54 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0x8157b240 tpm_show_enabled +EXPORT_SYMBOL_GPL vmlinux 0x817a27e0 cpufreq_frequency_table_target +EXPORT_SYMBOL_GPL vmlinux 0x8196e152 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x81b0f981 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x81d7e654 serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x81dd514a hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0x81e44e81 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x81fe10c9 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x820f83c3 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x8210c670 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x8226642f __gpio_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x82514b6a blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x825d71a3 __page_file_mapping +EXPORT_SYMBOL_GPL vmlinux 0x8283b4c7 posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x82939ebd rcu_batches_completed_sched +EXPORT_SYMBOL_GPL vmlinux 0x82c77e49 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x82cd19f3 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0x82cf088b unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82dbec19 erst_write +EXPORT_SYMBOL_GPL vmlinux 0x82e3cb00 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x82e6bee7 smp_ops +EXPORT_SYMBOL_GPL vmlinux 0x82fad23b ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x8318a09c rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x834be296 aead_geniv_init +EXPORT_SYMBOL_GPL vmlinux 0x838aeea6 mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x838b13e7 ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0x838d9ab6 rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x83d06d6f pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x83d41938 pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0x83de60d2 unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x83f3d287 xen_swiotlb_dma_mapping_error +EXPORT_SYMBOL_GPL vmlinux 0x840a2109 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x843d70ef acpi_is_root_bridge +EXPORT_SYMBOL_GPL vmlinux 0x847e5a6e css_depth +EXPORT_SYMBOL_GPL vmlinux 0x8487a2b6 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x8492810d ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x84bf379a wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x84ccb45b usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x84ce0ffa regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x84e528ea usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x84e7d3d6 crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x84f069e4 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x85050965 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x851b310b ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x85216155 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0x85478a0b inet6_hash_frag +EXPORT_SYMBOL_GPL vmlinux 0x859aea9a xen_set_domain_pte +EXPORT_SYMBOL_GPL vmlinux 0x85ab4e48 blkio_subsys +EXPORT_SYMBOL_GPL vmlinux 0x85ad51e4 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x85b46272 led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x85c10896 rcu_batches_completed_bh +EXPORT_SYMBOL_GPL vmlinux 0x85c7f628 crypto_nivaead_type +EXPORT_SYMBOL_GPL vmlinux 0x85c7f674 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x85d7edfd hpet_set_periodic_freq +EXPORT_SYMBOL_GPL vmlinux 0x85eee1e4 wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x85fa44ee __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x862f98a3 xen_create_contiguous_region +EXPORT_SYMBOL_GPL vmlinux 0x8633e52f usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0x863c552c cache_firmware +EXPORT_SYMBOL_GPL vmlinux 0x8656a879 acpi_dev_resource_memory +EXPORT_SYMBOL_GPL vmlinux 0x86623fd7 notify_remote_via_irq +EXPORT_SYMBOL_GPL vmlinux 0x8675287c rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x867def57 tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x86971418 xen_unmap_domain_mfn_range +EXPORT_SYMBOL_GPL vmlinux 0x86990773 regmap_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x86a51007 gnttab_end_foreign_transfer +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f8c910 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x8702e548 process_srcu +EXPORT_SYMBOL_GPL vmlinux 0x8704eb06 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x871aafeb usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x871bcaa4 irq_find_host +EXPORT_SYMBOL_GPL vmlinux 0x873fbaea edac_atomic_assert_error +EXPORT_SYMBOL_GPL vmlinux 0x87691ed2 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x87754115 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x878872f5 blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x8794cd19 btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x8810ad5e crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0x881bdc21 __init_kthread_worker +EXPORT_SYMBOL_GPL vmlinux 0x882b3c1f bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8832db4f device_init_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x8837f56f invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x88773812 __css_put +EXPORT_SYMBOL_GPL vmlinux 0x88873590 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x88900992 usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x891a5a7f gnttab_max_grant_frames +EXPORT_SYMBOL_GPL vmlinux 0x891e7ea5 dma_buf_vunmap +EXPORT_SYMBOL_GPL vmlinux 0x89210d2d get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x8925ea00 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x89502f0c gnttab_subpage_grants_available +EXPORT_SYMBOL_GPL vmlinux 0x8956aeae apei_exec_ctx_init +EXPORT_SYMBOL_GPL vmlinux 0x89792452 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x898eecf8 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x89b6811f ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0x89dabef6 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x8a36fb74 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x8a47dd9a pci_reset_pri +EXPORT_SYMBOL_GPL vmlinux 0x8a5c7a80 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0x8a65d71f tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x8a78989f irq_from_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x8a9d3932 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ae271be dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x8af93fc1 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x8afbf7b1 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x8b04668e bind_interdomain_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x8b39cf9d unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x8b66f9e0 xen_platform_pci_unplug +EXPORT_SYMBOL_GPL vmlinux 0x8b68ce9f usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x8b6ece68 proc_net_remove +EXPORT_SYMBOL_GPL vmlinux 0x8b752ac1 ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0x8b7f9db3 get_device +EXPORT_SYMBOL_GPL vmlinux 0x8b861816 iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x8b9200fd lookup_address +EXPORT_SYMBOL_GPL vmlinux 0x8bb71e1e acpi_dev_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x8bfc77dc regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x8bfeb607 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c06a108 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x8c0788d6 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x8c15d192 tpm_show_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x8c19c01a sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x8c38074a unregister_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8c4e4ae4 devres_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8c4f5a8b devm_pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x8c5e809e crypto_alg_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8c66a5f1 sched_setscheduler +EXPORT_SYMBOL_GPL vmlinux 0x8c854c05 pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x8cb86e41 pci_pri_status +EXPORT_SYMBOL_GPL vmlinux 0x8cd9f935 setup_APIC_eilvt +EXPORT_SYMBOL_GPL vmlinux 0x8cea765f memalloc_socks +EXPORT_SYMBOL_GPL vmlinux 0x8cedd3c3 agp_remove_bridge +EXPORT_SYMBOL_GPL vmlinux 0x8cf244da sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d2a3e25 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x8d36c088 look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0x8d37b92d regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8d86a8b3 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x8d8f118d crypto_unregister_pcomp +EXPORT_SYMBOL_GPL vmlinux 0x8da14f72 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x8da8689f usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0x8db7c9cf led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x8dffba57 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x8e2b308b ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x8e5abfde clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x8e7c71e1 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8e833eee generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x8ea8ab3a md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x8eddd868 register_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0x8edfb574 injectm +EXPORT_SYMBOL_GPL vmlinux 0x8f0d9a99 transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x8f12669a irq_linear_revmap +EXPORT_SYMBOL_GPL vmlinux 0x8f4d9eeb xenbus_map_ring +EXPORT_SYMBOL_GPL vmlinux 0x8f5a0d2e device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8fae0ae8 rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x8fc4e8e1 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x8fd0af27 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0x8fe789c8 blk_add_request_payload +EXPORT_SYMBOL_GPL vmlinux 0x9003aa50 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0x9007feaf usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x9009602a acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x904affb1 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x9062c322 ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x90762b09 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0x90a1004a crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x90ace8f4 ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x90c59c31 virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x90dc29df aout_dump_debugregs +EXPORT_SYMBOL_GPL vmlinux 0x90f6a397 ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0x910a3bcd platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x910c2cb8 sysfs_get +EXPORT_SYMBOL_GPL vmlinux 0x913756a7 stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x914ed31a da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x9159b9d6 profile_event_register +EXPORT_SYMBOL_GPL vmlinux 0x91663962 mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x9188bf00 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x918ad429 ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x9190159f uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91cbffaa md_trim_bio +EXPORT_SYMBOL_GPL vmlinux 0x91d11aed wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x91ea911a get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x91ef56ad xattr_getsecurity +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x9253dac1 debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x92670d11 dio_end_io +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x930059f9 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x9312d80e evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x931a7909 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x93226faa irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0x9322746f rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x93260715 register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x933b7023 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x934da3c4 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x93551e84 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x936a432d pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x9386392f md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x938cceb8 usb_is_intel_switchable_xhci +EXPORT_SYMBOL_GPL vmlinux 0x93abb1c6 btree_init +EXPORT_SYMBOL_GPL vmlinux 0x93d2422d snmp_mib_free +EXPORT_SYMBOL_GPL vmlinux 0x93d947b9 sysfs_notify_dirent +EXPORT_SYMBOL_GPL vmlinux 0x93df4fcf usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0x94073f23 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x943debf2 blk_queue_dma_drain +EXPORT_SYMBOL_GPL vmlinux 0x943fc708 xen_setup_shutdown_event +EXPORT_SYMBOL_GPL vmlinux 0x9447fceb static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x9481b6e5 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x9489376d acpi_subsys_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94a68723 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x94c318be apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94f7457f spi_master_resume +EXPORT_SYMBOL_GPL vmlinux 0x94fd6a3e attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x952664c5 do_exit +EXPORT_SYMBOL_GPL vmlinux 0x952ad447 __cpufreq_driver_getavg +EXPORT_SYMBOL_GPL vmlinux 0x954178a8 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x954249cc crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0x9547d34a ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x95546323 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x956a91ba gpio_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x95964e65 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x9596f713 ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0x95a081cf ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x95a23f77 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95ce3ecf xen_swiotlb_sync_sg_for_cpu +EXPORT_SYMBOL_GPL vmlinux 0x95f62b5c sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x9621849f ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x963ac283 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x964add15 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x964d5c39 acpi_os_map_memory +EXPORT_SYMBOL_GPL vmlinux 0x964eaaab inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0x96522b93 pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x9658681f dm_underlying_device_busy +EXPORT_SYMBOL_GPL vmlinux 0x96590719 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x9667c58e spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0x967f4fe3 thermal_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x969db9c2 xen_swiotlb_map_sg_attrs +EXPORT_SYMBOL_GPL vmlinux 0x96a22790 vmcore_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x96ae3381 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x96b8b916 ata_eh_thaw_port +EXPORT_SYMBOL_GPL vmlinux 0x96beecc6 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x96c43d09 scsi_unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x96cbcf31 pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x96e7206b rtc_irq_set_state +EXPORT_SYMBOL_GPL vmlinux 0x9707977d regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x974b5535 pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9780898f usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0x979cdf51 blk_queue_flush_queueable +EXPORT_SYMBOL_GPL vmlinux 0x97cabd6c spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x97cf75ef ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x980f3ac0 wm5110_spi_regmap +EXPORT_SYMBOL_GPL vmlinux 0x98146cd9 dma_buf_begin_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0x981b534c verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x982404f0 usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x98cc564a regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x9913f319 crypto_init_shash_spawn +EXPORT_SYMBOL_GPL vmlinux 0x9924c496 __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x993f264a ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x994a5631 platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0x99588bf5 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x9970ce7d __put_net +EXPORT_SYMBOL_GPL vmlinux 0x998a0941 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x99923400 pwm_set_polarity +EXPORT_SYMBOL_GPL vmlinux 0x99b06818 xen_swiotlb_unmap_page +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a3d06bb blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0x9a3ebecc inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x9a44af37 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0x9a4d1034 idle_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x9a520c4c rt_mutex_timed_lock +EXPORT_SYMBOL_GPL vmlinux 0x9a89dbf7 lpddr2_jedec_min_tck +EXPORT_SYMBOL_GPL vmlinux 0x9a998659 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9aca444b get_monotonic_boottime +EXPORT_SYMBOL_GPL vmlinux 0x9ad92c16 balloon_devinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9ade9cf1 usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9b03f6f2 extcon_update_state +EXPORT_SYMBOL_GPL vmlinux 0x9b219f7b devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0x9b4649c9 inet_hashinfo_init +EXPORT_SYMBOL_GPL vmlinux 0x9b4aca37 pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0x9b54abb6 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x9b7f6ace __scsi_get_command +EXPORT_SYMBOL_GPL vmlinux 0x9b9f3648 pcibios_scan_specific_bus +EXPORT_SYMBOL_GPL vmlinux 0x9ba0501e unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9ba7eb01 __blk_put_request +EXPORT_SYMBOL_GPL vmlinux 0x9baf2e9a usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x9bd72b78 apei_write +EXPORT_SYMBOL_GPL vmlinux 0x9bde9b66 pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9bf5db68 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x9c2de449 memory_add_physaddr_to_nid +EXPORT_SYMBOL_GPL vmlinux 0x9c2e4b66 acpi_unregister_gsi +EXPORT_SYMBOL_GPL vmlinux 0x9c2fe39a xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x9c7ec1fa pci_renumber_slot +EXPORT_SYMBOL_GPL vmlinux 0x9c928a5b wm8350_device_exit +EXPORT_SYMBOL_GPL vmlinux 0x9c9bd91c cgroup_next_descendant_post +EXPORT_SYMBOL_GPL vmlinux 0x9cb27740 rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x9ccb1788 irq_create_direct_mapping +EXPORT_SYMBOL_GPL vmlinux 0x9cd9f935 __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0x9cde4596 cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x9cf2ef87 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x9cf87c3d crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x9d06688b register_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x9d3850e1 gnttab_alloc_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x9d7b06a2 blkdev_aio_write +EXPORT_SYMBOL_GPL vmlinux 0x9d80177f ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0x9d88ebb6 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9d9e155d pv_info +EXPORT_SYMBOL_GPL vmlinux 0x9daf185c css_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9dc10903 usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0x9dd1051d ata_base_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x9df0fc44 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x9df1cc2a tcp_done +EXPORT_SYMBOL_GPL vmlinux 0x9e03d6d5 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x9e70c412 __add_pages +EXPORT_SYMBOL_GPL vmlinux 0x9e72fd8c tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x9ea3d60f tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x9eba6b07 sysfs_schedule_callback +EXPORT_SYMBOL_GPL vmlinux 0x9ed3143c leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x9ee9ada7 default_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x9eec1ed7 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x9f2411c0 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x9f2b5fe2 restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x9f44fd1e set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x9f712da0 xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0x9f885c64 sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x9f925dc7 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fdd686b crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0xa008357a crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0xa0201eff usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0xa090ad48 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xa0c58eda da903x_update +EXPORT_SYMBOL_GPL vmlinux 0xa0c71dac spi_populate_sync_msg +EXPORT_SYMBOL_GPL vmlinux 0xa0cc1992 skcipher_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa0d7b782 tpm_open +EXPORT_SYMBOL_GPL vmlinux 0xa0ef78e3 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0xa11900bf iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0xa11d8349 pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xa11f7a01 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0xa148f467 d_materialise_unique +EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end +EXPORT_SYMBOL_GPL vmlinux 0xa158e64c single_release_net +EXPORT_SYMBOL_GPL vmlinux 0xa15c6acb get_kernel_page +EXPORT_SYMBOL_GPL vmlinux 0xa19bacbc power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0xa1a19098 __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xa1ab212c class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa1b0d4dd pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0xa1beb81b spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0xa1e453d8 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0xa217e747 regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0xa2505f21 virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0xa259f4c2 wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0xa272ae88 bus_find_device_by_name +EXPORT_SYMBOL_GPL vmlinux 0xa288676b ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xa2890ab7 usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0xa2ba7253 dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xa2ca9e0e sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0xa2e67f08 acpi_bus_generate_proc_event4 +EXPORT_SYMBOL_GPL vmlinux 0xa2ee444e input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0xa310df8d led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0xa345b756 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0xa353fffc xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa39ffa8a crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a917a0 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xa3a92a6e dbs_check_cpu +EXPORT_SYMBOL_GPL vmlinux 0xa3e31887 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0xa3e7a9c8 xen_register_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xa3e7c113 ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0xa40c98f9 wm5110_irq +EXPORT_SYMBOL_GPL vmlinux 0xa41b9696 i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xa4247bdc usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0xa43e0fab extcon_get_cable_state +EXPORT_SYMBOL_GPL vmlinux 0xa452c297 hpet_mask_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq +EXPORT_SYMBOL_GPL vmlinux 0xa466de38 acpi_processor_ffh_cstate_enter +EXPORT_SYMBOL_GPL vmlinux 0xa46f5102 tps80031_ext_power_req_config +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa482e621 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0xa48c2e62 crypto_blkcipher_type +EXPORT_SYMBOL_GPL vmlinux 0xa4c774bc pci_enable_pri +EXPORT_SYMBOL_GPL vmlinux 0xa4ca0d4e unregister_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa4d58669 math_state_restore +EXPORT_SYMBOL_GPL vmlinux 0xa513bcd9 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0xa513ee85 pwm_enable +EXPORT_SYMBOL_GPL vmlinux 0xa5493120 xen_swiotlb_sync_single_for_cpu +EXPORT_SYMBOL_GPL vmlinux 0xa552a7f3 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0xa552b1c9 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0xa5530b23 free_css_id +EXPORT_SYMBOL_GPL vmlinux 0xa56b2a41 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0xa56ca855 tracepoint_iter_stop +EXPORT_SYMBOL_GPL vmlinux 0xa5af4468 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xa5bfd161 bdi_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0xa5cde465 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xa5d31a20 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa611ef3a pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa625110d kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0xa65912c7 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0xa66438e8 erst_read +EXPORT_SYMBOL_GPL vmlinux 0xa6824c5e __pci_complete_power_transition +EXPORT_SYMBOL_GPL vmlinux 0xa6a0a273 max77693_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6ddb03f rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xa6df281e inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa722a819 cpu_has_amd_erratum +EXPORT_SYMBOL_GPL vmlinux 0xa724257f init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xa74e573e blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0xa75178b2 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0xa75312bc call_rcu_sched +EXPORT_SYMBOL_GPL vmlinux 0xa7c1711d inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0xa7de4d8a dma_buf_fd +EXPORT_SYMBOL_GPL vmlinux 0xa7f1f54e usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xa7f92105 add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0xa809d6cb xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0xa8231eda usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0xa83d855c spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0xa864cd4b relay_open +EXPORT_SYMBOL_GPL vmlinux 0xa8984489 acpi_i2c_register_devices +EXPORT_SYMBOL_GPL vmlinux 0xa8b01001 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0xa8b82a53 xen_destroy_contiguous_region +EXPORT_SYMBOL_GPL vmlinux 0xa8c91e97 pci_cleanup_aer_uncorrect_error_status +EXPORT_SYMBOL_GPL vmlinux 0xa8f59416 gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xa9126bff hpet_set_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa925e478 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0xa92ccf0f ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0xa9532e9f regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0xa9a82042 gnttab_trans_grants_available +EXPORT_SYMBOL_GPL vmlinux 0xa9c530b8 unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa9fc3f54 gnttab_grant_foreign_access_trans +EXPORT_SYMBOL_GPL vmlinux 0xaa034d79 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0xaa26c88a klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xaa3f13f7 register_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0xaa500b7a bus_get_device_klist +EXPORT_SYMBOL_GPL vmlinux 0xaa547e26 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0xaa852c93 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xaa8b2285 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaad7e146 tpm_show_pcrs +EXPORT_SYMBOL_GPL vmlinux 0xab01acbe gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0xab02e10f pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0xab38f499 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0xab3d8dd9 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xab434093 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xab6babaf pm_qos_request +EXPORT_SYMBOL_GPL vmlinux 0xab6bf377 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0xab7e3362 irq_find_mapping +EXPORT_SYMBOL_GPL vmlinux 0xab9ae9ae pm_generic_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0xabea1592 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0xabebae23 ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0xac5c2a33 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0xac5eb55e virtqueue_add_buf +EXPORT_SYMBOL_GPL vmlinux 0xac87a00b class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xac9ce195 kvm_async_pf_task_wait +EXPORT_SYMBOL_GPL vmlinux 0xacabc49e posix_timer_event +EXPORT_SYMBOL_GPL vmlinux 0xacafa8e7 vector_used_by_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xaccf1a5a module_mutex +EXPORT_SYMBOL_GPL vmlinux 0xacd991bf pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xace5c0fc usb_bus_list +EXPORT_SYMBOL_GPL vmlinux 0xacebe364 add_page_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xacebf20a crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0xacf4af34 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xacf829be perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0xad08c12a platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xad1dd281 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xad411e1b led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0xad43f256 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0xad6fa78e usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0xad74b0c3 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0xad8d8ab0 xen_physdev_op_compat +EXPORT_SYMBOL_GPL vmlinux 0xada38534 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0xadc785ec kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xadcd089e seq_open_net +EXPORT_SYMBOL_GPL vmlinux 0xadf6aa4d tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xae0c87ee pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xae39fe04 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0xae3a61bb inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae6eaf93 hwpoison_filter_dev_minor +EXPORT_SYMBOL_GPL vmlinux 0xae70cae0 xen_remap_domain_mfn_range +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae7c5411 ms_hyperv +EXPORT_SYMBOL_GPL vmlinux 0xaea99d2f usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xaec231d7 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0xaece702d class_create_file +EXPORT_SYMBOL_GPL vmlinux 0xaf3d6414 regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xaf535189 iommu_domain_set_attr +EXPORT_SYMBOL_GPL vmlinux 0xaf628b3a sec_reg_update +EXPORT_SYMBOL_GPL vmlinux 0xaf6f21d4 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0xaf9b824f invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xafbf3787 pci_intx_mask_supported +EXPORT_SYMBOL_GPL vmlinux 0xafc20ee5 bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0xafcacda3 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0xafe6b7ce dma_buf_attach +EXPORT_SYMBOL_GPL vmlinux 0xafef7ea5 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0xb006b201 sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0xb056f28b acpi_dev_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xb05d467f srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0xb06f4dde tpm_show_active +EXPORT_SYMBOL_GPL vmlinux 0xb07a9501 ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xb089cc3a unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xb09c438a regmap_update_bits_check +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0c24a14 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0d2932c pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0xb0e6e18d clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0xb10d55bc cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xb134054c usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0xb140d14c ring_buffer_read +EXPORT_SYMBOL_GPL vmlinux 0xb1425b32 dm_table_add_target_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb18429eb suspend_device_irqs +EXPORT_SYMBOL_GPL vmlinux 0xb18c0edd dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0xb19d21c1 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0xb19e4b4f usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0xb1acbcce rcu_barrier_sched +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1bfd043 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xb2039ec3 hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0xb2130592 sock_prot_inuse_add +EXPORT_SYMBOL_GPL vmlinux 0xb2315184 blk_queue_bypass_start +EXPORT_SYMBOL_GPL vmlinux 0xb25d58df pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0xb262911b set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xb26845fa scsi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xb27397fc unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xb2815f09 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xb2c2f488 unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb31120a2 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0xb31e00a6 spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0xb3253ed9 hpet_rtc_timer_init +EXPORT_SYMBOL_GPL vmlinux 0xb327e0a0 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xb347bb2c work_busy +EXPORT_SYMBOL_GPL vmlinux 0xb3a55816 cgroup_add_cftypes +EXPORT_SYMBOL_GPL vmlinux 0xb3ce8f5e __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xb3ec5e68 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xb3f94d31 ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xb41128ff __clocksource_updatefreq_scale +EXPORT_SYMBOL_GPL vmlinux 0xb4368dba ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0xb4444a39 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0xb4759adc stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xb479a7e1 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0xb4b6a15d gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0xb4c8c7f4 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0xb4dd80af wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0xb4e14553 gnttab_query_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4fb43f7 pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xb508636e xenbus_unmap_ring +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb5290f4a __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0xb531cea0 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0xb53620d1 pci_vpd_find_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xb56a2a08 __trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0xb588468f acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0xb58dcfa2 synchronize_sched_expedited +EXPORT_SYMBOL_GPL vmlinux 0xb58de219 usb_enable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xb5a0e11e lpddr2_jedec_addressing_table +EXPORT_SYMBOL_GPL vmlinux 0xb5cb8145 hrtimer_get_res +EXPORT_SYMBOL_GPL vmlinux 0xb5f17edf perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xb6230f1f gnttab_grant_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xb644b988 crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0xb649e62a ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0xb66eac06 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xb67b2219 cm_suspend_again +EXPORT_SYMBOL_GPL vmlinux 0xb681a313 rtc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb6aeb661 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xb6ddc8a1 acpi_device_power_state +EXPORT_SYMBOL_GPL vmlinux 0xb6f6d8d9 put_device +EXPORT_SYMBOL_GPL vmlinux 0xb718f2f9 sfi_table_parse +EXPORT_SYMBOL_GPL vmlinux 0xb72068c9 tpm_read +EXPORT_SYMBOL_GPL vmlinux 0xb7364885 pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xb767152f ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0xb76df281 tpm_show_owned +EXPORT_SYMBOL_GPL vmlinux 0xb771e961 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xb78bca8c crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0xb7b52c7f devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xb7be7771 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0xb7d7c12e hpet_set_alarm_time +EXPORT_SYMBOL_GPL vmlinux 0xb7e7df99 file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0xb7ebc0d2 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xb7f77027 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0xb84ec152 usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0xb857d3bb ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0xb861b0fa sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xb8a55b89 ata_acpi_gtm_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xb8b937c7 replace_page_cache_page +EXPORT_SYMBOL_GPL vmlinux 0xb8bf29db device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0xb8f8f3ef md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0xb8fb93f7 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0xb900b16f regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0xb903674c scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xb904e052 usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xb9070a49 ata_eh_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0xb9206846 pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0xb93f30bc inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb94db510 register_jprobe +EXPORT_SYMBOL_GPL vmlinux 0xb94ea8e4 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb960ebcd vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0xb96fa384 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0xb9832ad3 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xb99d5837 xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xb99e7ce3 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0xb9a65bf1 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9d18fc6 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0xba1ca662 rtc_irq_register +EXPORT_SYMBOL_GPL vmlinux 0xba217bbd extcon_find_cable_index +EXPORT_SYMBOL_GPL vmlinux 0xba418052 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xba99fd87 gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0xbb038ce4 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb0bbb82 acpi_dev_resource_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xbb0e29b5 driver_register +EXPORT_SYMBOL_GPL vmlinux 0xbb128381 irq_set_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xbb197ee6 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0xbb1ae2ad usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0xbb40617e pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0xbb4d6341 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0xbb7b2fe0 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0xbbb38239 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xbbb98859 edid_info +EXPORT_SYMBOL_GPL vmlinux 0xbbba3d05 add_to_page_cache_lru +EXPORT_SYMBOL_GPL vmlinux 0xbbf357e4 ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xbbf60b96 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xbbf66ceb crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0xbc3fb77a pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0xbc6f931b workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xbc7002c5 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0xbc81a561 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xbca3ac23 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xbcb838a1 amd_flush_garts +EXPORT_SYMBOL_GPL vmlinux 0xbcbabb7a i2c_new_dummy +EXPORT_SYMBOL_GPL vmlinux 0xbccfd4d8 register_oldmem_pfn_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xbcd3bbfd nf_register_afinfo +EXPORT_SYMBOL_GPL vmlinux 0xbcd43327 scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbcde39fc dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0xbd03fe16 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0xbd0ad90e edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0xbd2f06af fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0xbd30bc63 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0xbd3609f6 shash_free_instance +EXPORT_SYMBOL_GPL vmlinux 0xbd3bf7b6 kick_process +EXPORT_SYMBOL_GPL vmlinux 0xbd506a46 unregister_hotplug_dock_device +EXPORT_SYMBOL_GPL vmlinux 0xbd5cb8b9 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0xbd60a865 rtc_set_mmss +EXPORT_SYMBOL_GPL vmlinux 0xbd759df4 stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xbd78821e tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0xbd912454 rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xbdac6cc7 cgroup_load_subsys +EXPORT_SYMBOL_GPL vmlinux 0xbdaf5686 get_compat_timeval +EXPORT_SYMBOL_GPL vmlinux 0xbdd295f0 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xbdd2f42a rcu_bh_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0xbdd5f10f apei_hest_parse +EXPORT_SYMBOL_GPL vmlinux 0xbdf0cf6a dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0xbe1887e4 ata_unpack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xbe2618e6 vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0xbe34a031 inet6_destroy_sock +EXPORT_SYMBOL_GPL vmlinux 0xbeaeae87 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0xbed20d9a __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0xbedf6c95 blkg_lookup_create +EXPORT_SYMBOL_GPL vmlinux 0xbf246a7c xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0xbf351c21 user_update +EXPORT_SYMBOL_GPL vmlinux 0xbf470e6a ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xbf639fe8 acpi_dev_pm_detach +EXPORT_SYMBOL_GPL vmlinux 0xbf667e56 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbffde8ec compat_alloc_user_space +EXPORT_SYMBOL_GPL vmlinux 0xc0043661 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0xc016a778 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0xc03a51ed max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xc0563aac ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0xc06cd8cc udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc06ff079 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xc079417a trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0xc08647ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc0876f6f blkg_conf_finish +EXPORT_SYMBOL_GPL vmlinux 0xc0900fcf acpi_os_get_iomem +EXPORT_SYMBOL_GPL vmlinux 0xc09c729a mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0xc0a6358e tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xc0a97e93 pwm_request +EXPORT_SYMBOL_GPL vmlinux 0xc0b0e6ec btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0xc0bf6ead timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xc0d26387 kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc0ec713d crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0xc0edd20a __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0xc10f2b8e cgroup_unlock +EXPORT_SYMBOL_GPL vmlinux 0xc11bd00f tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc12d79e8 device_store_int +EXPORT_SYMBOL_GPL vmlinux 0xc14c2824 xenbus_probe +EXPORT_SYMBOL_GPL vmlinux 0xc164642e xenbus_otherend_changed +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc194126d power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xc1b735f8 __netpoll_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xc1c25597 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0xc1d119c6 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0xc20327c5 pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0xc20399e1 cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0xc21f8808 part_round_stats +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc22e35ec inet_csk_compat_setsockopt +EXPORT_SYMBOL_GPL vmlinux 0xc2385536 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0xc23e063a tcp_reno_min_cwnd +EXPORT_SYMBOL_GPL vmlinux 0xc26351f8 bind_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xc264b2bb device_del +EXPORT_SYMBOL_GPL vmlinux 0xc280fb46 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0xc2830c7f blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xc2982ad2 mnt_clone_write +EXPORT_SYMBOL_GPL vmlinux 0xc2c076eb sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0xc2cf1524 nfq_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xc2eb7c1f driver_attach +EXPORT_SYMBOL_GPL vmlinux 0xc2f37b88 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc34efe27 snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0xc37226a5 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xc38cd6e5 md_is_badblock +EXPORT_SYMBOL_GPL vmlinux 0xc392d076 mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0xc3b7de5a find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0xc3d28b5e init_fpu +EXPORT_SYMBOL_GPL vmlinux 0xc4034caa enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xc4052f97 acpi_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0xc407f786 xenbus_dev_attrs +EXPORT_SYMBOL_GPL vmlinux 0xc415a482 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc440ac9b sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc464a1e6 __css_tryget +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc484623b dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc48b7ccf ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0xc48dccf9 inet_csk_reqsk_queue_prune +EXPORT_SYMBOL_GPL vmlinux 0xc490d8f7 platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0xc4b261be ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc4ce6189 idle_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc4ef7405 serial8250_tx_dma +EXPORT_SYMBOL_GPL vmlinux 0xc4f4628c pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0xc512626a __supported_pte_mask +EXPORT_SYMBOL_GPL vmlinux 0xc5287af0 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0xc5397da6 xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xc5c264a5 amd_erratum_400 +EXPORT_SYMBOL_GPL vmlinux 0xc5c3cdd8 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xc5e3b41f da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc5f82941 ahash_attr_alg +EXPORT_SYMBOL_GPL vmlinux 0xc60f75ec __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc61bec22 page_cache_async_readahead +EXPORT_SYMBOL_GPL vmlinux 0xc630e4ce bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0xc651b454 ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0xc6531cd4 inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0xc65d3eed ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc6764a8a iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0xc6888635 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6a8f587 rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xc6be9483 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0xc6c84a72 page_mkclean +EXPORT_SYMBOL_GPL vmlinux 0xc6d7ad42 wakeup_source_drop +EXPORT_SYMBOL_GPL vmlinux 0xc6e091e0 arizona_dev_exit +EXPORT_SYMBOL_GPL vmlinux 0xc6e25e99 tracepoint_iter_start +EXPORT_SYMBOL_GPL vmlinux 0xc6f7b738 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xc7002ac4 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0xc70df2fa virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0xc72e1233 __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xc7647b59 jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0xc79cac5e register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7b7e1aa driver_find +EXPORT_SYMBOL_GPL vmlinux 0xc7c6391c mpi_set_buffer +EXPORT_SYMBOL_GPL vmlinux 0xc7e1ddab __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xc7e39bca ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc7e4c538 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xc7fea454 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0xc80b664c spi_setup +EXPORT_SYMBOL_GPL vmlinux 0xc82a8095 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0xc82de403 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0xc850c7c8 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0xc85891f0 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc85ad4a5 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xc87c1f84 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xc87e487a sched_clock_idle_sleep_event +EXPORT_SYMBOL_GPL vmlinux 0xc88c306e evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0xc899c0f2 wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0xc8add232 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0xc8bcc243 cgroup_path +EXPORT_SYMBOL_GPL vmlinux 0xc901a481 tpm_show_temp_deactivated +EXPORT_SYMBOL_GPL vmlinux 0xc91277a1 kgdb_schedule_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc91b043d regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xc9301724 cgroup_taskset_cur_cgroup +EXPORT_SYMBOL_GPL vmlinux 0xc93b1022 spi_unregister_master +EXPORT_SYMBOL_GPL vmlinux 0xc94eeb93 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc96c5295 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0xc99b05de sec_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xc9c3f176 hpet_register_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9f90138 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0xc9fd0806 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0xca57ae51 ata_acpi_cbl_80wire +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca81ea9a xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0xca8543c5 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0xca85d8cf tracepoint_probe_update_all +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcb15eee9 sdhci_pci_get_data +EXPORT_SYMBOL_GPL vmlinux 0xcb27a043 agp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0xcb495388 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xcb6961d6 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0xcb7122d2 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xcb90cb79 dma_buf_kunmap_atomic +EXPORT_SYMBOL_GPL vmlinux 0xcba5b7d8 led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcbc14a57 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xcbdb1899 spi_register_master +EXPORT_SYMBOL_GPL vmlinux 0xcbee20b2 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0xcc0b29f0 blk_queue_bypass_end +EXPORT_SYMBOL_GPL vmlinux 0xcc163733 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0xcc1f1c3d inet_twdr_hangman +EXPORT_SYMBOL_GPL vmlinux 0xcc2136fa srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xcc2e8c93 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xcc3da32d aer_recover_queue +EXPORT_SYMBOL_GPL vmlinux 0xcc541fec ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0xcc6ab305 is_dock_device +EXPORT_SYMBOL_GPL vmlinux 0xcc736767 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0xcc7c4d50 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xccc36402 spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccea4e34 perf_get_x86_pmu_capability +EXPORT_SYMBOL_GPL vmlinux 0xcd173e93 flush_kthread_work +EXPORT_SYMBOL_GPL vmlinux 0xcd544489 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0xcd595f46 scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0xcd82df0f sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcdc53bcb crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xce0b9b59 max77693_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xce46e140 ktime_get_ts +EXPORT_SYMBOL_GPL vmlinux 0xce6a9d9a trace_current_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0xceae8093 xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xcebe7295 pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0xced4203b ata_eh_qc_retry +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xceea60f8 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcef1dd0e perf_check_microcode +EXPORT_SYMBOL_GPL vmlinux 0xcf0536ca sysfs_get_dirent +EXPORT_SYMBOL_GPL vmlinux 0xcf250c15 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcf3477c1 register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xcf4336b0 perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0xcf6f5d88 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xcf7b6ad1 crypto_init_spawn2 +EXPORT_SYMBOL_GPL vmlinux 0xcf7c7d13 ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0xcfa39eca __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcfb5871c irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xcfc62f27 xen_start_info +EXPORT_SYMBOL_GPL vmlinux 0xcfc68341 synchronize_rcu_bh +EXPORT_SYMBOL_GPL vmlinux 0xcfcb664b wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcfcc83ad register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcfcffb59 scsi_internal_device_unblock +EXPORT_SYMBOL_GPL vmlinux 0xcfde5862 __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xcfe0821f sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0xcff7ed52 wm8994_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xcffa2aff spi_populate_width_msg +EXPORT_SYMBOL_GPL vmlinux 0xd013e06a xen_pci_frontend +EXPORT_SYMBOL_GPL vmlinux 0xd03c7700 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xd0458ccb xenbus_strstate +EXPORT_SYMBOL_GPL vmlinux 0xd09e0688 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xd0a6101e __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xd0bafefe sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0e910f0 crypto_alloc_instance2 +EXPORT_SYMBOL_GPL vmlinux 0xd0fbbf5b sec_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xd1022198 wm5110_patch +EXPORT_SYMBOL_GPL vmlinux 0xd14b88d7 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xd14bc4d9 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xd1507e59 erst_clear +EXPORT_SYMBOL_GPL vmlinux 0xd16712f3 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xd172cd5a platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0xd174d477 tcp_init_congestion_ops +EXPORT_SYMBOL_GPL vmlinux 0xd1b2db37 tracepoint_probe_register_noupdate +EXPORT_SYMBOL_GPL vmlinux 0xd208f4c5 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xd20bf6ba dcookie_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd216a7d0 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd21ab997 mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd28fffde proc_net_fops_create +EXPORT_SYMBOL_GPL vmlinux 0xd2910a48 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0xd2a8caf0 work_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd2b85795 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xd2c58ab2 apei_exec_noop +EXPORT_SYMBOL_GPL vmlinux 0xd2cbc658 x86_platform +EXPORT_SYMBOL_GPL vmlinux 0xd2e84521 xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0xd2f41cb4 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0xd301ddfb pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0xd318ca05 __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xd32fe193 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xd3356f16 __module_text_address +EXPORT_SYMBOL_GPL vmlinux 0xd33e89ab ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xd37e13b4 regulator_set_optimum_mode +EXPORT_SYMBOL_GPL vmlinux 0xd39538b1 ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0xd39a1ab6 lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xd39bdeca max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0xd3ca5670 pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xd3d88d2a smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xd3f5cbaf usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0xd3fc18fa fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4125425 usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0xd426dbc4 erst_get_record_count +EXPORT_SYMBOL_GPL vmlinux 0xd42e4d29 rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd44b1cc4 regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd44d0b70 blkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xd498a420 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4cc78b1 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xd4d07d59 xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xd4e1df56 gpiochip_add +EXPORT_SYMBOL_GPL vmlinux 0xd4f29297 device_create +EXPORT_SYMBOL_GPL vmlinux 0xd5233227 device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0xd5249294 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xd52701e7 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0xd52fd6af ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0xd53bc067 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xd55a37a3 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd55ef90d __blkdev_driver_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xd56d87ac dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0xd59668e6 unlock_flocks +EXPORT_SYMBOL_GPL vmlinux 0xd59bbdff blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0xd5bd7dac ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0xd5ee3e07 pci_msi_off +EXPORT_SYMBOL_GPL vmlinux 0xd5f39988 usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xd600bfea pci_get_hp_params +EXPORT_SYMBOL_GPL vmlinux 0xd6100a35 alloc_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xd6240e62 ablkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd694f7eb sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0xd6b62142 blk_queue_bio +EXPORT_SYMBOL_GPL vmlinux 0xd6c1d893 acpi_dev_resume_early +EXPORT_SYMBOL_GPL vmlinux 0xd6d7eafa crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0xd6dfb0b5 xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0xd6ed3a8e cper_next_record_id +EXPORT_SYMBOL_GPL vmlinux 0xd6feefa5 agp_num_entries +EXPORT_SYMBOL_GPL vmlinux 0xd705b4c7 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0xd72feba2 xenbus_read_driver_state +EXPORT_SYMBOL_GPL vmlinux 0xd75b1c0d uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd775395c usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0xd77ac8e6 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0xd77c0bc8 klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xd799011b scsi_internal_device_block +EXPORT_SYMBOL_GPL vmlinux 0xd7af8de8 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xd7d79132 put_online_cpus +EXPORT_SYMBOL_GPL vmlinux 0xd7dcbbb0 usb_bus_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xd7e69d78 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xd806f978 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0xd81de62c ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xd820c283 eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xd83fa9b9 i2c_unlock_adapter +EXPORT_SYMBOL_GPL vmlinux 0xd8525ea7 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0xd85ac634 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xd87601cc ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xd8871a35 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0xd88b1ad7 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0xd8a471b8 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0xd8f0c388 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd905be69 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0xd919806a amd_cache_northbridges +EXPORT_SYMBOL_GPL vmlinux 0xd9341e5c iommu_group_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd942d353 ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0xd9816e12 ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd9883fbd tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xd98a8072 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0xd997050b spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xd9d42051 crypto_alloc_ablkcipher +EXPORT_SYMBOL_GPL vmlinux 0xd9d7f623 pkey_id_type +EXPORT_SYMBOL_GPL vmlinux 0xd9ecb670 ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xda0213ed ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0xda050109 irq_domain_add_nomap +EXPORT_SYMBOL_GPL vmlinux 0xda11419c ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0xda3a7ca9 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xda44cb37 setup_charger_manager +EXPORT_SYMBOL_GPL vmlinux 0xda81aa5e debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0xda8c15f5 dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0xda91ea8c fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0xda955690 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0xdaa528b7 acpi_dev_resource_io +EXPORT_SYMBOL_GPL vmlinux 0xdab50ae7 fpu_finit +EXPORT_SYMBOL_GPL vmlinux 0xdabad3fb fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xdae74d1c sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xdaf4dfb3 fb_mode_option +EXPORT_SYMBOL_GPL vmlinux 0xdafc1a5b debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0xdb048e74 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0xdb04cacc tracepoint_probe_unregister_noupdate +EXPORT_SYMBOL_GPL vmlinux 0xdb0c11e0 pwm_config +EXPORT_SYMBOL_GPL vmlinux 0xdb36afd8 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0xdb37fb8c wm5110_i2c_regmap +EXPORT_SYMBOL_GPL vmlinux 0xdb3b4030 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0xdb4e58eb extcon_set_cable_state +EXPORT_SYMBOL_GPL vmlinux 0xdb6dd135 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0xdb7f49ba pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdba48977 __online_page_increment_counters +EXPORT_SYMBOL_GPL vmlinux 0xdbb48306 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xdbcf4adb blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0xdbe17fdd fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0xdbf24457 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdc14a211 xen_hvm_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0xdc1f8f2e register_timer_hook +EXPORT_SYMBOL_GPL vmlinux 0xdc420179 register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list +EXPORT_SYMBOL_GPL vmlinux 0xdc711b90 device_add +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc933a09 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9f5f7e __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0xdca2d5ad device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xdcb73d2e xfrm_inner_extract_output +EXPORT_SYMBOL_GPL vmlinux 0xdce57037 apei_estatus_print +EXPORT_SYMBOL_GPL vmlinux 0xdce851cd sigset_from_compat +EXPORT_SYMBOL_GPL vmlinux 0xdd2efc0f ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0xdd3596ce adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xdd391965 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0xdd491f69 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xdd6618ba btree_remove +EXPORT_SYMBOL_GPL vmlinux 0xdd703cff usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0xdd8e4974 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xddccf34b task_current_syscall +EXPORT_SYMBOL_GPL vmlinux 0xddd58dc0 ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0xde4e19ba klist_next +EXPORT_SYMBOL_GPL vmlinux 0xde58afe9 platform_bus +EXPORT_SYMBOL_GPL vmlinux 0xde64c1bf i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0xde6fcf13 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xde8800b5 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0xde93593a crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0xdec16863 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0xdedcd4b3 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf1882af dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0xdf2de7b4 usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xdf514b70 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0xdf53c67d __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xdf7ce2cf cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0xe007de41 kallsyms_lookup_name +EXPORT_SYMBOL_GPL vmlinux 0xe00dcc6c rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0xe02eb6d0 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0xe035e46b xenbus_bind_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xe0399483 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0xe0511ced kern_mount_data +EXPORT_SYMBOL_GPL vmlinux 0xe0655183 bsg_request_fn +EXPORT_SYMBOL_GPL vmlinux 0xe06d4221 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0xe089cfcc agp_memory_reserved +EXPORT_SYMBOL_GPL vmlinux 0xe0c2de26 pci_configure_slot +EXPORT_SYMBOL_GPL vmlinux 0xe0c77bb5 mce_notify_irq +EXPORT_SYMBOL_GPL vmlinux 0xe0d75994 tpm_release +EXPORT_SYMBOL_GPL vmlinux 0xe0e2974d inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xe0e4edbd pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin +EXPORT_SYMBOL_GPL vmlinux 0xe1440d84 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0xe1624270 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0xe16f57f7 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe17ce828 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xe1a06132 tpm_remove_hardware +EXPORT_SYMBOL_GPL vmlinux 0xe1c6165a sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xe24c80d6 xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0xe2585f34 blk_rq_check_limits +EXPORT_SYMBOL_GPL vmlinux 0xe26a2614 device_register +EXPORT_SYMBOL_GPL vmlinux 0xe295c0ff is_hpet_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe29d1f1f ata_common_sdev_attrs +EXPORT_SYMBOL_GPL vmlinux 0xe2aaa32c wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xe2bf187e fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0xe2bf6ab0 pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xe2d62645 crypto_aead_type +EXPORT_SYMBOL_GPL vmlinux 0xe2dd67e5 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xe2eb05fe usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0xe2f5e0d9 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0xe3043ff9 request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xe30ab151 gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0xe336b768 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0xe33b6c1b xen_find_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xe3412e92 dm_requeue_unmapped_request +EXPORT_SYMBOL_GPL vmlinux 0xe34885a3 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe34b1926 crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0xe35aaaa4 extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe384a102 usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xe3bc7fd4 hpet_unregister_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xe3e64297 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xe3f102d9 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0xe3f2acf3 rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xe3f6262c cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xe3fe273f cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xe40a7ca5 stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0xe41534ce bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0xe4258052 swiotlb_tbl_map_single +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe4333994 extcon_set_cable_state_ +EXPORT_SYMBOL_GPL vmlinux 0xe43fe243 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0xe4428977 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xe44690b4 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0xe49f6fae fuse_request_send +EXPORT_SYMBOL_GPL vmlinux 0xe4bc8aeb ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0xe4ccb21a sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0xe4e68bc8 apei_map_generic_address +EXPORT_SYMBOL_GPL vmlinux 0xe531fb68 rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0xe5440baa lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0xe55d3e42 preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xe56a104d __inet_hash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58fb452 aer_irq +EXPORT_SYMBOL_GPL vmlinux 0xe59c5ee0 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0xe5b4d9d1 sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0xe5b7fa5a acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0xe611c677 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0xe6488b47 cpufreq_notify_transition +EXPORT_SYMBOL_GPL vmlinux 0xe64ad8ea unregister_nmi_handler +EXPORT_SYMBOL_GPL vmlinux 0xe651f76e selinux_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe6602e9f perf_trace_buf_prepare +EXPORT_SYMBOL_GPL vmlinux 0xe6949a39 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0xe6caccdd pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xe6e1c5fe uuid_be_gen +EXPORT_SYMBOL_GPL vmlinux 0xe7232e0f user_return_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe7244649 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe78322d9 __pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0xe7993263 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0xe7a7c505 __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xe7b1ad65 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0xe7dc27fb usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xe7e9eaac digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xe7ffe877 pcpu_base_addr +EXPORT_SYMBOL_GPL vmlinux 0xe812dac4 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe82d9f69 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0xe833ab2f inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xe843da52 cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe89bd243 ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe8cca444 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0xe9011563 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0xe904aca2 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0xe9174d85 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xe928fc9e hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0xe92bfb0c __get_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe947ed7f find_symbol +EXPORT_SYMBOL_GPL vmlinux 0xe9587909 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0xe9924772 tpm_show_caps +EXPORT_SYMBOL_GPL vmlinux 0xe993e587 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xe9a39132 xen_swiotlb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9d20fdf usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0xe9d5fad0 devres_find +EXPORT_SYMBOL_GPL vmlinux 0xe9f20cad debugfs_remove_recursive +EXPORT_SYMBOL_GPL vmlinux 0xe9f738b0 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0xea03fb26 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0xea065e01 task_handoff_unregister +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea1cb37e driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0xea418e0f atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0xea5399b2 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xea603ba8 sk_unattached_filter_create +EXPORT_SYMBOL_GPL vmlinux 0xea628c20 bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0xeab7f20a crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0xeabefa08 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xeadf816e klist_init +EXPORT_SYMBOL_GPL vmlinux 0xeae63480 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0xeb0bc234 wm8994_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xeb1cfdde do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xeb370805 __apei_exec_run +EXPORT_SYMBOL_GPL vmlinux 0xeb41ed74 spi_async_locked +EXPORT_SYMBOL_GPL vmlinux 0xeb548721 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0xeb55aab6 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xeb68aef3 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xeb79ea6f pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0xeba1cded __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0xeba5d1ad vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0xeba745e1 irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0xebb00f87 iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0xebc6a37e xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0xebd47db1 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0xebec57c4 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xebed260f ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xebf1815e pci_ats_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xec0db658 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0xec1b043e regulator_suspend_prepare +EXPORT_SYMBOL_GPL vmlinux 0xec25f967 klist_del +EXPORT_SYMBOL_GPL vmlinux 0xec306690 ablkcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xec3b23e6 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0xecb42602 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xecc3c7d7 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xecda8e63 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0xed14c4f6 pci_bus_sem +EXPORT_SYMBOL_GPL vmlinux 0xed3b9709 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xed628de2 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0xedb64c4c unregister_ftrace_event +EXPORT_SYMBOL_GPL vmlinux 0xedbaf048 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0xedbc6f67 gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xee01a97d da903x_write +EXPORT_SYMBOL_GPL vmlinux 0xee13e697 set_personality_ia32 +EXPORT_SYMBOL_GPL vmlinux 0xee190f2f devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0xee1a78de tpm_gen_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xee6309c9 usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xee64e810 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xee82d5d7 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0xee8e4205 fuse_conn_kill +EXPORT_SYMBOL_GPL vmlinux 0xee929300 driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xeef36c69 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0xef1f6e23 apei_resources_request +EXPORT_SYMBOL_GPL vmlinux 0xef26bcde relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0xef2cb3d1 pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xef5eccca pstore_register +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef782b88 gnttab_grant_foreign_access_subpage +EXPORT_SYMBOL_GPL vmlinux 0xef7a6a52 register_mce_write_callback +EXPORT_SYMBOL_GPL vmlinux 0xef8c7850 pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0xefb54fed pwm_free +EXPORT_SYMBOL_GPL vmlinux 0xefc91531 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0xeffa6b8f __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xf001dc80 irq_domain_add_linear +EXPORT_SYMBOL_GPL vmlinux 0xf008a974 dm_get_rq_mapinfo +EXPORT_SYMBOL_GPL vmlinux 0xf02be1f4 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xf035f935 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0xf0568666 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf0696401 acpi_pci_detect_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xf070ca2e ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0xf0819aa2 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xf08fdfea pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0xf0be74a6 xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf0e19d64 stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0xf0f5dbc2 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0xf105b27d usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xf10b9e65 ata_acpi_stm +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf184dd73 xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0xf1aae32e acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0xf1b2251f xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xf1b31314 delayacct_on +EXPORT_SYMBOL_GPL vmlinux 0xf1b551d9 ibft_addr +EXPORT_SYMBOL_GPL vmlinux 0xf1e3734b device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0xf1e5d80f async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0xf20fbb62 __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0xf21e1d75 acpi_subsys_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xf22fdea6 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0xf256e09e rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xf26409ec rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0xf266f1ae tpm_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0xf29f3152 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xf2b41cb9 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf2d13919 devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0xf2daf972 uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xf2fca922 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0xf30e105d ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf3248a6e class_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf3298c46 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf331c839 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0xf35ee759 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xf377a2d0 bmp085_detect +EXPORT_SYMBOL_GPL vmlinux 0xf3817c70 crypto_init_spawn +EXPORT_SYMBOL_GPL vmlinux 0xf3b30d06 dma_buf_end_cpu_access +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b93a97 cgroup_lock_is_held +EXPORT_SYMBOL_GPL vmlinux 0xf3dd036d regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0xf3f7299c do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0xf3f78d55 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xf416d9f7 da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0xf45a1bd9 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xf45d1876 pm_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0xf489bfa0 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf494f618 mmc_regulator_get_ocrmask +EXPORT_SYMBOL_GPL vmlinux 0xf499fdb2 rcu_barrier_bh +EXPORT_SYMBOL_GPL vmlinux 0xf4a763b9 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0xf4d7730c pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xf4fc2d6c __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf5168905 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xf524f1ad apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0xf5285a10 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xf52d728a rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf5545a72 blkg_prfill_stat +EXPORT_SYMBOL_GPL vmlinux 0xf568e0e2 ata_sas_port_async_resume +EXPORT_SYMBOL_GPL vmlinux 0xf5785b42 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xf57a521b usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0xf586a3c6 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0xf5945bac gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5c56265 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xf5d0ed88 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xf602f7b8 find_module +EXPORT_SYMBOL_GPL vmlinux 0xf6227ba7 led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf634be1b platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0xf63ef34e inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0xf6748423 __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0xf6772177 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0xf6e04730 event_storage +EXPORT_SYMBOL_GPL vmlinux 0xf6e39705 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf7016530 xenbus_gather +EXPORT_SYMBOL_GPL vmlinux 0xf7107cb5 disk_get_part +EXPORT_SYMBOL_GPL vmlinux 0xf7322bc8 pv_time_ops +EXPORT_SYMBOL_GPL vmlinux 0xf73a9160 pci_intx +EXPORT_SYMBOL_GPL vmlinux 0xf7417f29 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xf74656ab regulator_can_change_voltage +EXPORT_SYMBOL_GPL vmlinux 0xf74b84a0 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0xf761b6d6 acpi_dev_get_resources +EXPORT_SYMBOL_GPL vmlinux 0xf79e4fe6 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf7a14f56 apei_mce_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0xf7b62a11 fuse_request_send_background +EXPORT_SYMBOL_GPL vmlinux 0xf7ca0883 usb_string +EXPORT_SYMBOL_GPL vmlinux 0xf80fd508 aead_geniv_exit +EXPORT_SYMBOL_GPL vmlinux 0xf84238e1 tpm_show_durations +EXPORT_SYMBOL_GPL vmlinux 0xf87efd87 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0xf8802492 print_stack_trace +EXPORT_SYMBOL_GPL vmlinux 0xf892f7fd crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xf8a89ec0 class_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xf8c2c7d5 __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0xf8d6b748 pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0xf8e7a4f2 power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8f6ca9e pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3d0b kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0xf90fd742 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xf928900f debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0xf92ce956 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0xf930a328 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0xf969cc2b rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xf9765833 dmi_match +EXPORT_SYMBOL_GPL vmlinux 0xf97666a0 set_memory_rw +EXPORT_SYMBOL_GPL vmlinux 0xf97750dc blk_queue_rq_timed_out +EXPORT_SYMBOL_GPL vmlinux 0xf9924426 arch_add_memory +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9ca3160 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xf9cc22e9 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0xf9d9264e xen_have_vector_callback +EXPORT_SYMBOL_GPL vmlinux 0xfa012fe7 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0xfa01428b pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfa13d691 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa1f4662 scatterwalk_start +EXPORT_SYMBOL_GPL vmlinux 0xfa305c29 rtc_irq_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfa421ca8 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0xfa4a647e klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xfa714406 __rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0xfa770717 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0xfa901b31 compat_get_timespec +EXPORT_SYMBOL_GPL vmlinux 0xfabc301b get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0xfacac02a led_trigger_store +EXPORT_SYMBOL_GPL vmlinux 0xfafccc21 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xfb05c9b4 async_unregister_domain +EXPORT_SYMBOL_GPL vmlinux 0xfb17dec1 __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb3a1e9e usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0xfb64b230 acpi_processor_ffh_cstate_probe +EXPORT_SYMBOL_GPL vmlinux 0xfb6cdedd xen_unregister_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb94353d ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0xfbe0d499 menu_hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfbf9be5d register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfc3f800d virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0xfc5ea807 crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0xfc934d5d inet_csk_compat_getsockopt +EXPORT_SYMBOL_GPL vmlinux 0xfc9525ab acpi_register_gsi +EXPORT_SYMBOL_GPL vmlinux 0xfc968c8b apei_exec_write_register_value +EXPORT_SYMBOL_GPL vmlinux 0xfca9473a tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0xfcafe7e7 stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0xfcd7bc0b ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0xfceba9e8 tpm_add_ppi +EXPORT_SYMBOL_GPL vmlinux 0xfcfaa1b8 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0xfd08f565 sync_filesystem +EXPORT_SYMBOL_GPL vmlinux 0xfd2dbb70 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0xfd51b281 gnttab_end_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xfd6c037a usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable +EXPORT_SYMBOL_GPL vmlinux 0xfd9b37de __module_address +EXPORT_SYMBOL_GPL vmlinux 0xfda481f0 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0xfdb905bb crypto_rng_type +EXPORT_SYMBOL_GPL vmlinux 0xfe03d022 register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xfe528acf device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0xfe5613b5 page_cache_sync_readahead +EXPORT_SYMBOL_GPL vmlinux 0xfe727411 get_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xfe74d24e crypto_init_ahash_spawn +EXPORT_SYMBOL_GPL vmlinux 0xfe7e0f6f ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xfe91814d scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xfe98044b dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfef08df5 blkcipher_walk_phys +EXPORT_SYMBOL_GPL vmlinux 0xfef8a166 trace_current_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xfeff91ac __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff16ab6d crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0xff299e44 xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0xff329246 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0xff367eb2 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0xff5a8cfe cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0xffa4c4ec cgroup_lock +EXPORT_SYMBOL_GPL vmlinux 0xffbb01c7 unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xfffa0556 ata_timing_compute --- linux-lowlatency-3.8.0.orig/debian.master/abi/3.8.0-19.30/amd64/generic.modules +++ linux-lowlatency-3.8.0/debian.master/abi/3.8.0-19.30/amd64/generic.modules @@ -0,0 +1,3703 @@ +3c574_cs +3c589_cs +3c59x +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6pack +8021q +8139cp +8139too +8250_dw +8255 +8255_pci +8390 +88pm800 +88pm805 +88pm80x +88pm80x_onkey +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +88pm860x-ts +9p +9pnet +9pnet_rdma +9pnet_virtio +a100u2w +a3d +a8293 +aacraid +aat2870_bl +aat2870-regulator +ab3100 +ab3100-otp +abituguru +abituguru3 +ablk_helper +ac97_bus +acard-ahci +acecad +acenic +acerhdf +acer-wmi +acpi_ipmi +acpi_memhotplug +acpi_pad +acpiphp +acpiphp_ibm +acpi_power_meter +acquirewdt +act200l-sir +act_csum +act_gact +act_ipt +actisys-sir +act_mirred +act_nat +act_pedit +act_police +act_simple +act_skbedit +ad2s1200 +ad2s1210 +ad2s90 +ad5064 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5624r_spi +ad5686 +ad5755 +ad5764 +ad5791 +ad5930 +ad5933 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7152 +ad7192 +ad7266 +ad7280a +ad7291 +ad7298 +ad7314 +ad7414 +ad7418 +ad7476 +ad7606 +ad7746 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad799x +ad8366 +ad9523 +ad9832 +ad9834 +ad9850 +ad9852 +ad9910 +ad9951 +adcxx +addi_apci_035 +addi_apci_1032 +addi_apci_1500 +addi_apci_1516 +addi_apci_1564 +addi_apci_16xx +addi_apci_2032 +addi_apci_2200 +addi_apci_3120 +addi_apci_3501 +addi_apci_3xxx +ade7753 +ade7754 +ade7758 +ade7759 +ade7854 +ade7854-i2c +ade7854-spi +adf4350 +adfs +adi +adis16060 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16204 +adis16209 +adis16220 +adis16240 +adis16260 +adis16400 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adl_pci9118 +adm1021 +adm1025 +adm1026 +adm1029 +adm1031 +adm1275 +adm8211 +adm9240 +adp5520_bl +adp5520-keys +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +ads1015 +ads7828 +ads7846 +ads7871 +ad_sigma_delta +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adummy +adutux +adv7170 +adv7175 +adv7180 +advansys +advantechwdt +adv_pci1710 +adv_pci1723 +adv_pci_dio +adxl34x +adxl34x-i2c +adxl34x-spi +adxrs450 +aesni-intel +aes-x86_64 +af_802154 +af9013 +af9033 +af_alg +affs +af_key +af_packet_diag +af-rxrpc +ah4 +ah6 +aha152x_cs +ahci +ahci_platform +aic79xx +aic7xxx +aic94xx +aiptek +aircable +airo +airo_cs +ak8975 +alauda +algif_hash +algif_skcipher +ali-ircc +alim1535_wdt +alim7101_wdt +alphatrack +altera-ci +altera_jtaguart +altera_ps2 +altera-stapl +altera_uart +alx +ambassador +amc6821 +amd5536udc +amd64_edac_mod +amd76xrom +amd8111e +amd_iommu_v2 +amd-rng +amilo-rfkill +amplc_dio200 +amplc_pc236 +amplc_pc263 +amplc_pci224 +amplc_pci230 +ams369fg06 +analog +ansi_cprng +anubis +aoe +apanel +apds9802als +apds990x +apple_bl +appledisplay +apple-gmux +applesmc +appletalk +appletouch +applicom +ar5523 +ar7part +arc4 +arcfb +arcmsr +arcnet +arc_ps2 +arc-rawmode +arc-rimi +arc_uart +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +arptable_filter +arp_tables +arpt_mangle +as3711-regulator +as5011 +asb100 +asc7621 +asix +ast +asus_atk0110 +asus-laptop +asus-nb-wmi +asus_oled +asus-wmi +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at86rf230 +at91_ether +atbm8830 +aten +ath +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atlas_btns +atm +atmel +atmel_cs +atmel_mxt_ts +atmel_pci +atmtcp +atp +atp870u +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +aufs +auo_k1900fb +auo_k1901fb +auo_k190x +auo-pixcir-ts +authenc +authencesn +auth_rpcgss +autofs4 +avma1_cs +avm_cs +avmfritz +ax25 +axnet_cs +b1 +b1dma +b1pci +b1pcmcia +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +bas_gigaset +batman-adv +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bch +bcm203x +bcm3510 +bcm5974 +bcma +bcma-hcd +bcm_wimax +be2iscsi +be2net +befs +belkin_sa +bfa +bfs +bfusb +bh1770glc +bh1780gli +binfmt_misc +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +blowfish-x86_64 +bluecard_cs +bluetooth +bma150 +bmp085-i2c +bmp085-spi +bna +bnep +bnx2 +bnx2fc +bnx2i +bnx2x +bonding +bpa10x +bpck +bpctl_mod +bpqether +bq2415x_charger +bq27x00_battery +br2684 +brcmfmac +brcmsmac +brcmutil +bridge +broadsheetfb +bsd_comp +bt3c_cs +bt819 +bt856 +bt866 +bt878 +btcx-risc +btmrvl +btmrvl_sdio +btrfs +btsdio +bttv +btuart_cs +btusb +btwilink +bu21013_ts +budget +budget-av +budget-ci +budget-core +budget-patch +BusLogic +bw-qcam +bypass +c2port-duramar2150 +c4 +c67x00 +cachefiles +cafe_ccic +cafe_nand +caif +caif_hsi +caif_serial +caif_socket +caif_usb +camellia-aesni-avx-x86_64 +camellia_generic +camellia-x86_64 +can +can-bcm +can-dev +can-gw +can-raw +capi +capidrv +capmode +carl9170 +carminefb +cassini +cast5-avx-x86_64 +cast5_generic +cast6-avx-x86_64 +cast6_generic +cast_common +catc +cb710 +cb710-mmc +cb_das16_cs +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc770 +cc770_isa +cc770_platform +c_can +c_can_pci +c_can_platform +cciss +ccm +cdc-acm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc-phonet +cdc_subset +cdc-wdm +cedusb +ceph +cfag12864b +cfag12864bfb +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +cfspi_slave +ch +ch341 +ch7006 +chipreg +chnl_net +ci13xxx_msm +ci13xxx_pci +cifs +ci_hdrc +cirrus +cirrusfb +ck804xrom +classmate-laptop +clearpad_tm1217 +clip +cls_basic +cls_cgroup +cls_flow +cls_fw +cls_route +cls_rsvp +cls_rsvp6 +cls_tcindex +cls_u32 +cm109 +cm4000_cs +cm4040_cs +cma3000_d0x +cma3000_d0x_i2c +cmtp +cnic +cobra +coda +com20020 +com20020_cs +com20020-pci +com90io +com90xx +comedi +comedi_bond +comedi_fc +comedi_parport +comedi_test +comm +compal-laptop +configfs +contec_pci_dio +cordic +core +coretemp +cp210x +cpcihp_generic +cpcihp_zt5550 +cpia2 +cpqarray +cpu5wdt +cpuid +cpu-notifier-error-inject +c-qcam +cramfs +cr_bllcd +crc7 +crc8 +crc-ccitt +crc-itu-t +crvml +cryptd +cryptoloop +crypto_null +crypto_user +crystalhd +cs5345 +cs53l32a +cs5535-mfd +csiostor +csr_helper +csr_wifi +ct82c710 +ctr +cts +cuse +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx8800 +cx8802 +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx88xx +cxacru +cxd2099 +cxd2820r +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxt1e1 +cy8ctmg110_ts +cyber2000fb +cyberjack +cyclades +cyclomx +cycx_drv +cypress_cy7c63 +cypress_m8 +cytherm +cyttsp_core +cyttsp_i2c +cyttsp_spi +da9030_battery +da9034-ts +da903x +da903x_bl +da9052-battery +da9052_bl +da9052-hwmon +da9052_onkey +da9052-regulator +da9052_tsi +da9052_wdt +da9055-hwmon +da9055_onkey +da9055-regulator +da9055_wdt +DAC960 +daqboard2000 +das08 +das08_cs +db9 +dc395x +dca +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +dccp_probe +dcdbas +ddbridge +de2104x +de4x5 +de600 +de620 +decnet +deflate +defxx +dell-laptop +dell-led +dell_rbu +dell-wmi +dell-wmi-aio +denali +denali_pci +des_generic +dgrp +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dibx000_common +digi_acceleport +diskonchip +divacapi +divadidd +diva_idi +diva_mnt +divas +dl2k +dlci +dlm +dm1105 +dm9601 +dm-bio-prison +dm-bufio +dm-crypt +dm-delay +dme1737 +dmfe +dm-flakey +dmi-sysfs +dm-log +dm-log-userspace +dm-mirror +dm-multipath +dm-persistent-data +dm-queue-length +dm-raid +dm-raid45 +dm-region-hash +dm-round-robin +dm-service-time +dm-snapshot +dm-thin-pool +dm-verity +dmx3191d +dm-zero +dnet +dn_rtmsg +doc2001plus +docecc +docg3 +docg4 +docprobe +dpt_i2o +drbd +drm +drm_kms_helper +drm_usb +drxd +drxk +ds1621 +ds1682 +ds1wm +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds620 +dsa_core +dsbr100 +dscc4 +dss1_divert +dst +dst_ca +dstr +dt3000 +dt3155v4l +dt9812 +dtl1_cs +dummy +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb_usb_cypress_firmware +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-friio +dvb-usb-gl861 +dvb-usb-gp8psk +dvb-usb-it913x +dvb-usb-lmedm04 +dvb-usb-m920x +dvb-usb-mxl111sf +dvb-usb-nova-t-usb2 +dvb-usb-opera +dvb-usb-pctv452e +dvb-usb-rtl28xxu +dvb-usb-technisat-usb2 +dvb-usb-ttusb2 +dvb-usb-umt-010 +dvb_usb_v2 +dvb-usb-vp702x +dvb-usb-vp7045 +dwc3 +dwc3-exynos +dwc3-omap +dwc3-pci +dw_dmac +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e4000 +e752x_edac +earth-pt1 +eata +ebt_802_3 +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +ebt_among +ebt_arp +ebt_arpreply +ebt_dnat +ebt_ip +ebt_ip6 +ebt_limit +ebt_log +ebt_mark +ebt_mark_m +ebt_nflog +ebt_pkttype +ebt_redirect +ebt_snat +ebt_stp +ebt_vlan +ec100 +echo +ec_sys +edac_core +edac_mce_amd +edt-ft5x06 +eeepc-laptop +eeepc-wmi +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efs +einj +elo +elsa_cs +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +emc1403 +emc2103 +emc6w201 +em_canid +em_cmp +emi26 +emi62 +em_ipset +em_meta +em_nbyte +empeg +ems_pci +ems_pcmcia +ems_usb +em_text +emu10k1-gp +em_u32 +enc28j60 +enclosure +ene_ir +eni +enic +epat +epia +epic100 +eql +esb2rom +esd_usb2 +esi-sir +esp4 +esp6 +et131x +ethoc +eurotechwdt +evbug +exofs +ext2 +extcon-adc-jack +extcon-arizona +extcon-gpio +extcon-max77693 +extcon-max8997 +ezusb +f2fs +f71805f +f71808e_wdt +f71882fg +f75375s +f81232 +fakelb +fam15h_power +fan53555 +farsync +faulty +fb_ddc +fb_sys_fops +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_cs +fealnx +ff-memless +fintek-cir +firedtv +firestream +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +firewire-serial +fit2 +fit3 +fixed +floppy +fm801-gp +fm_drv +fmvj18x_cs +fnic +forcedeth +fore_200e +freevxfs +friq +frpw +fsa9480 +fscache +fschmd +ft1000 +ft1000_pcmcia +ftdi-elan +ftdi_sio +ftl +fujitsu-laptop +fujitsu-tablet +fujitsu_ts +funsoft +g450_pll +g760a +g_acm_ms +gadgetfs +gamecon +gameport +garmin_gps +garp +g_audio +g_cdc +gcm +g_dbgp +gdmwm +gdth +generic +generic-adc-battery +generic_bl +gen_probe +g_ether +gf128mul +gf2k +g_ffs +gfs2 +ghash-clmulni-intel +ghash-generic +g_hid +gigaset +girbil-sir +gl518sm +gl520sm +gl620a +gluebi +glue_helper +gma500_gfx +g_mass_storage +g_midi +g_ncm +g_nokia +go7007 +go7007-usb +goku_udc +gp2ap002a00f +gpio-74x164 +gpio-addr-flash +gpio-adp5520 +gpio-adp5588 +gpio-amd8111 +gpio-arizona +gpio-charger +gpio-cs5535 +gpio-da9052 +gpio-da9055 +gpio-fan +gpio-generic +gpio-ich +gpio-ir-recv +gpio-it8761e +gpio-janz-ttl +gpio_keys +gpio_keys_polled +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-mc33880 +gpio-mcp23s08 +gpio-ml-ioh +gpio_mouse +gpio-pca953x +gpio-pcf857x +gpio-pch +gpio-rdc321x +gpio-regulator +gpio-sch +gpio_tilt_polled +gpio-tps65912 +gpio-ts5500 +gpio-twl4030 +gpio-twl6040 +gpio_vbus +gpio-viperboard +gpio-vx855 +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +g_printer +gre +grip +grip_mp +gsc_hpdi +g_serial +gspca_benq +gspca_conex +gspca_cpia1 +gspca_etoms +gspca_finepix +gspca_gl860 +gspca_jeilinj +gspca_jl2005bcd +gspca_kinect +gspca_konica +gspca_m5602 +gspca_main +gspca_mars +gspca_mr97310a +gspca_nw80x +gspca_ov519 +gspca_ov534 +gspca_ov534_9 +gspca_pac207 +gspca_pac7302 +gspca_pac7311 +gspca_se401 +gspca_sn9c2028 +gspca_sn9c20x +gspca_sonixb +gspca_sonixj +gspca_spca1528 +gspca_spca500 +gspca_spca501 +gspca_spca505 +gspca_spca506 +gspca_spca508 +gspca_spca561 +gspca_sq905 +gspca_sq905c +gspca_sq930x +gspca_stk014 +gspca_stv0680 +gspca_stv06xx +gspca_sunplus +gspca_t613 +gspca_topro +gspca_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gtco +guillemot +gunze +g_webcam +gx1fb +gxfb +g_zero +hamachi +hampshire +hangcheck-timer +hanwang +hci +hci_uart +hci_vhci +hdaps +hdlc +hdlc_cisco +hdlcdrv +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdpvr +he +hecubafb +hexium_gemini +hexium_orion +hfc4s8s_l1 +hfcmulti +hfcpci +hfcsusb +hfc_usb +hfs +hfsplus +hgafb +hid +hid-a4tech +hid-apple +hid-aureal +hid-axff +hid-belkin +hid-cherry +hid-chicony +hid-cypress +hid-dr +hid-elecom +hid-emsff +hid-ezkey +hid-gaff +hid-generic +hid-gyration +hid-holtekff +hid-holtek-kbd +hid-hyperv +hid-icade +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-lenovo-tpkbd +hid-logitech +hid-logitech-dj +hid-magicmouse +hid-microsoft +hid-monterey +hid-multitouch +hid-ntrig +hid-ortek +hidp +hid-petalynx +hid-picolcd +hid-pl +hid-primax +hid-prodikeys +hid-ps3remote +hid-roccat +hid-roccat-arvo +hid-roccat-common +hid-roccat-isku +hid-roccat-kone +hid-roccat-koneplus +hid-roccat-kovaplus +hid-roccat-lua +hid-roccat-pyra +hid-roccat-savu +hid-saitek +hid-samsung +hid-sensor-accel-3d +hid-sensor-als +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-iio-common +hid-sensor-magn-3d +hid-sensor-trigger +hid-sjoy +hid-sony +hid-speedlink +hid-sunplus +hid-tivo +hid-tmff +hid-topseed +hid-twinhan +hid-uclogic +hid-wacom +hid-waltop +hid-wiimote +hid-zpff +hid-zydacron +hih6130 +hisax +hisax_fcpcipnp +hisax_isac +hisax_st5481 +hmc5843 +hmc6352 +hopper +horizon +hostap +hostap_cs +hostap_pci +hostap_plx +hp100 +hp4x +hp_accel +hpfs +hpilo +hpsa +hptiop +hpwdt +hp-wmi +hsi +hsi_char +hso +htc-pasic3 +hv_balloon +hv_netvsc +hv_storvsc +hv_utils +hv_vmbus +hwa-hc +hwa-rc +hwmon-vid +hwpoison-inject +hysdn +i1480-dfu-usb +i1480-est +i2400m +i2400m-usb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-amd756 +i2c-amd756-s4882 +i2c-amd8111 +i2c-cbus-gpio +i2c-designware-core +i2c-designware-pci +i2c-dev +i2c-diolan-u2c +i2c-eg20t +i2c-gpio +i2c-hid +i2c-i801 +i2c-intel-mid +i2c-isch +i2c-ismt +i2c-matroxfb +i2c-mux +i2c-mux-gpio +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-nforce2 +i2c-nforce2-s4985 +i2c-ocores +i2c-parport +i2c-parport-light +i2c-pca-platform +i2c-piix4 +i2c-scmi +i2c-simtec +i2c-sis5595 +i2c-sis630 +i2c-sis96x +i2c-smbus +i2c-stub +i2c-taos-evm +i2c-tiny-usb +i2c-via +i2c-viapro +i2c-viperboard +i2c-xiic +i2o_block +i2o_bus +i2o_config +i2o_core +i2o_proc +i2o_scsi +i3000_edac +i3200_edac +i5000_edac +i5100_edac +i5400_edac +i5k_amb +i6300esb +i7300_edac +i7300_idle +i740fb +i7core_edac +i810 +i82092 +i82975x_edac +i8k +i915 +ib700wdt +ib_addr +ib_cm +ib_core +ib_ipath +ib_ipoib +ib_iser +ib_mad +ibmaem +ibmasm +ibmasr +ibmpex +ibm_rtl +ib_mthca +ib_qib +ib_sa +ib_srp +ib_srpt +ib_ucm +ib_umad +ib_uverbs +ichxrom +icp_multi +ics932s401 +ideapad-laptop +idmouse +idt77252 +ie6xx_wdt +ieee802154 +ifb +iforce +igb +igbvf +iguanair +iio_dummy +iio_hwmon +iio-trig-gpio +iio-trig-periodic-rtc +iio-trig-sysfs +ii_pci20kc +ili210x +ili9320 +imm +imon +imx074 +ina2xx +industrialio +industrialio-triggered-buffer +inet_diag +inexio +inftl +initio +input-polldev +int51x1 +intelfb +intel_ips +intel_menlow +intel_mid_dma +intel_oaktrail +intel-rng +intel_vr_nor +interact +interval_tree_test +ioatdma +ioc4 +io_edgeport +io_ti +iowarrior +ip6_gre +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6_tables +ip6table_security +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_MASQUERADE +ip6t_mh +ip6t_NPT +ip6t_REJECT +ip6t_rpfilter +ip6t_rt +ip6_tunnel +ipack +ipaq +ipcomp +ipcomp6 +ipddp +ipg +ip_gre +iphase +ipheth +ipip +ipmi_devintf +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_watchdog +ipoctal +ipr +ips +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netport +ip_set_list_set +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +ip_tables +iptable_security +ipt_ah +ipt_CLUSTERIP +ipt_ECN +ipt_MASQUERADE +ipt_REJECT +ipt_rpfilter +ipt_ULOG +ip_vs +ip_vs_dh +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_nq +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_wlc +ip_vs_wrr +ip_vti +ipw +ipw2100 +ipw2200 +ipwireless +ipx +ircomm +ircomm-tty +irda +irda-usb +ir-jvc-decoder +ir-kbd-i2c +irlan +ir-lirc-codec +ir-mce_kbd-decoder +ir-nec-decoder +irnet +ir-rc5-decoder +ir-rc5-sz-decoder +ir-rc6-decoder +ir-sanyo-decoder +ir-sony-decoder +irtty-sir +ir-usb +isci +iscsi_boot_sysfs +iscsi_ibft +iscsi_target_mod +iscsi_tcp +isdn +isdn_bsdcomp +isdnhdlc +isicom +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isofs +isp116x-hcd +isp1301 +isp1362-hcd +isp1704_charger +isp1760 +it87 +it8712f_wdt +it87_wdt +it913x-fe +iTCO_vendor_support +iTCO_wdt +itd1000 +ite-cir +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_c2 +iw_cm +iw_cxgb3 +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlwifi +iw_nes +ix2505v +ixgb +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsm +k10temp +k8temp +kafs +kalmia +kaweth +kb3886_bl +kbic +kbtab +kcomedilib +ke_counter +kernelcapi +keucr +keyspan +keyspan_pda +keyspan_remote +kfifo_buf +khazad +kingsun-sir +kl5kusb105 +kobil_sct +ks0108 +ks0127 +ks8842 +ks8851 +ks8851_mll +ks959-sir +ksdazzle-sir +ksz884x +ktti +kvaser_pci +kvaser_usb +kvm +kvm-amd +kvm-intel +kxsd9 +kxtj9 +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_ppp +l440gx +l4f00242t03 +l64781 +lanai +lapb +lapbether +latch-addr-flash +lcd +ld9040 +ldusb +lec +leds-88pm860x +leds-adp5520 +leds-bd2802 +leds-blinkm +leds-clevo-mail +leds-da903x +leds-da9052 +leds-dac124s085 +leds-gpio +leds-lm3530 +leds-lm3533 +leds-lm355x +leds-lm3642 +leds-lp3944 +leds-lp5521 +leds-lp5523 +leds-lp8788 +leds-lt3593 +leds-max8997 +leds-mc13783 +leds-ot200 +leds-pca9532 +leds-pca955x +leds-pca9633 +leds-regulator +leds-ss4200 +leds-tca6507 +leds-wm831x-status +leds-wm8350 +ledtrig-backlight +ledtrig-default-on +ledtrig-gpio +ledtrig-heartbeat +ledtrig-oneshot +ledtrig-timer +ledtrig-transient +legousbtower +lg2160 +lgdt3305 +lgdt330x +lgs8gxx +lg-vl600 +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libahci +libceph +libcomposite +libcrc32c +libcxgbi +libertas +libertas_cs +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libore +libosd +libsas +libsrp +lightning +line6usb +lineage-pem +linear +lirc_bt829 +lirc_dev +lirc_igorplugusb +lirc_imon +lirc_parallel +lirc_sasem +lirc_serial +lirc_sir +lirc_zilog +lis3l02dq +lis3lv02d +lis3lv02d_i2c +litelink-sir +lkkbd +llc +llc2 +lm25066 +lm3533-als +lm3533_bl +lm3533-core +lm3533-ctrlbank +lm3630_bl +lm3639_bl +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95241 +lm95245 +lmc +lms283gf05 +lnbp21 +lnbp22 +lockd +logger +lp +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp8788-charger +lpc_ich +lpc_sch +lpddr_cmds +lpfc +lru_cache +lrw +ltc2978 +ltc4151 +ltc4215 +ltc4245 +ltc4261 +ltv350qv +lxfb +m25p80 +m2m-deinterlace +m52790 +m88rs2000 +ma600-sir +mac80211 +mac80211_hwsim +mac802154 +macb +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac_hid +machzwd +mac-iceland +mac-inuit +macmodes +mac-roman +mac-romanian +mac-turkish +macvlan +macvtap +magellan +mantis +mantis_core +map_absent +map_funcs +map_ram +map_rom +matrix-keymap +matrix_keypad +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_DAC1064 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +matroxfb_Ti3026 +matrox_w1 +max1111 +max11801_ts +max1363 +max1586 +max16064 +max16065 +max1619 +max1668 +max17040_battery +max17042_battery +max197 +max2165 +max3100 +max34440 +max517 +max6639 +max6642 +max6650 +max6875 +max7359_keypad +max77686 +max8649 +max8660 +max8688 +max8903_charger +max8907 +max8907-regulator +max8925_bl +max8925_onkey +max8925_power +max8925-regulator +max8952 +max8973-regulator +max8997 +max8997_charger +max8998 +max8998_charger +mb862xxfb +mb86a16 +mb86a20s +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc44s803 +mce_amd_inj +mce-inject +mceusb +mcp2120-sir +mcp251x +mcp3021 +mcp4725 +mcs5000_ts +mcs7780 +mcs7830 +mcs_touchkey +mct_u232 +md4 +mdc800 +mdio +me4000 +me_daq +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +mei +mem2mem_testdev +memory-notifier-error-inject +memstick +metronomefb +metro-usb +meye +mfd +mga +michael_mic +microcode +microtek +minix +mip6 +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +mite +mk712 +mkiss +mlx4_core +mlx4_en +mlx4_ib +mma8450 +mmc_block +mmc_spi +mms114 +mos7720 +mos7840 +moto_modem +moxa +mpoa +mpr121_touchkey +mpt2sas +mpt3sas +mptbase +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mrf24j40 +mrst_max3110 +msdos +msi-laptop +msi-wmi +msp3400 +mspro_block +msr +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt312 +mt352 +mt9m001 +mt9m111 +mt9t031 +mt9t112 +mt9v011 +mt9v022 +mtd +mtd_blkdevs +mtdblock +mtdblock_ro +mtdchar +mtd_dataflash +mtdoops +mtdram +mtdswap +mtip32xx +mtouch +multipath +musb_hdrc +mv88e6060 +mv88e6xxx_drv +mvmdio +mvsas +mv_udc +mvumi +mwave +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mxb +mxl111sf-demod +mxl111sf-tuner +mxl5005s +mxl5007t +mxm-wmi +mxser +myri10ge +n411 +nand +nand_bch +nand_ecc +nand_ids +nandsim +natsemi +navman +nbd +nci +ncpfs +ne2k-pci +neofb +net1080 +net2272 +net2280 +netconsole +netjet +netprio_cgroup +netrom +netsc520 +nettel +netxen_nic +newtonkbd +nfc +nf_conntrack +nf_conntrack_amanda +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_ipv4 +nf_conntrack_ipv6 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_proto_dccp +nf_conntrack_proto_gre +nf_conntrack_proto_sctp +nf_conntrack_proto_udplite +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nfcwilink +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_ipv4 +nf_nat_ipv6 +nf_nat_irc +nf_nat_pptp +nf_nat_proto_dccp +nf_nat_proto_gre +nf_nat_proto_sctp +nf_nat_proto_udplite +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_log +nfnetlink_queue +nfs +nfs_acl +nfsd +nfs_layout_nfsv41_files +nfsv2 +nfsv3 +nfsv4 +nftl +nf_tproxy_core +ngene +n_hdlc +ni_6527 +ni_65xx +ni_660x +ni_670x +nicstar +ni_daq_700 +ni_daq_dio24 +ni_labpc +ni_labpc_cs +nilfs2 +ni_mio_cs +ni_pcidio +ni_pcimio +ni_tio +ni_tiocmd +niu +nls_ascii +nls_cp1250 +nls_cp1251 +nls_cp1255 +nls_cp737 +nls_cp775 +nls_cp850 +nls_cp852 +nls_cp855 +nls_cp857 +nls_cp860 +nls_cp861 +nls_cp862 +nls_cp863 +nls_cp864 +nls_cp865 +nls_cp866 +nls_cp869 +nls_cp874 +nls_cp932 +nls_cp936 +nls_cp949 +nls_cp950 +nls_euc-jp +nls_iso8859-1 +nls_iso8859-13 +nls_iso8859-14 +nls_iso8859-15 +nls_iso8859-2 +nls_iso8859-3 +nls_iso8859-4 +nls_iso8859-5 +nls_iso8859-6 +nls_iso8859-7 +nls_iso8859-9 +nls_koi8-r +nls_koi8-ru +nls_koi8-u +nls_utf8 +nmclan_cs +nop-usb-xceiv +nosy +notifier-error-inject +nouveau +nozomi +n_r3964 +ns558 +ns83820 +nsc-ircc +ntc_thermistor +ntfs +n_tracerouter +n_tracesink +nuvoton-cir +nvidiafb +nvme +nvram +nv_tco +nxt200x +nxt6000 +objlayoutdriver +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stackglue +ocfs2_stack_o2cb +ocfs2_stack_user +ocrdma +old_belkin-sir +omfs +omninet +on20 +on26 +onenand +opencores-kbd +openvswitch +oprofile +opticon +option +or51132 +or51211 +orinoco +orinoco_cs +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +osd +osdblk +osst +oti6858 +output +ov2640 +ov5642 +ov6650 +ov7670 +ov772x +ov9640 +ov9740 +overlayfs +oxu210hp-hcd +ozwpan +p4-clockmod +p54common +p54pci +p54spi +p54usb +p8022 +p8023 +padlock-aes +padlock-sha +palmas-regulator +panasonic-laptop +pandora_bl +panel +paride +parkbd +parport +parport_ax88796 +parport_cs +parport_pc +parport_serial +pata_acpi +pata_ali +pata_amd +pata_arasan_cf +pata_artop +pata_atiixp +pata_atp867x +pata_cmd640 +pata_cmd64x +pata_cs5520 +pata_cs5530 +pata_cs5536 +pata_cypress +pata_efar +pata_hpt366 +pata_hpt37x +pata_hpt3x2n +pata_hpt3x3 +pata_it8213 +pata_it821x +pata_jmicron +pata_legacy +pata_marvell +pata_mpiix +pata_netcell +pata_ninja32 +pata_ns87410 +pata_ns87415 +pata_oldpiix +pata_opti +pata_optidma +pata_pcmcia +pata_pdc2027x +pata_pdc202xx_old +pata_piccolo +pata_platform +pata_radisys +pata_rdc +pata_rz1000 +pata_sc1200 +pata_sch +pata_serverworks +pata_sil680 +pata_sl82c105 +pata_triflex +pata_via +pc300too +pc87360 +pc87413_wdt +pc87427 +pcap_keys +pcap-regulator +pcap_ts +pcbc +pcd +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_can +pch_dma +pch_gbe +pch_phub +pch_uart +pch_udc +pci +pci200syn +pcips2 +pci_slot +pci-stub +pcmcia +pcmcia_core +pcmciamtd +pcmcia_rsrc +pcm_common +pcnet32 +pcnet_cs +pcrypt +pcspkr +pcwd_pci +pcwd_usb +pd +pd6729 +pda_power +pdc_adma +peak_pci +peak_pcmcia +peak_usb +pegasus +penmount +pf +pg +phantom +phison +phonet +phram +physmap +pixcir_i2c_ts +pktcdvd +pktgen +pl2303 +platform_lcd +plat_nand +plat-ram +plip +plusb +pluto2 +plx_pci +pm2fb +pm3fb +pm8001 +pmbus +pmbus_core +pmc551 +pmcraid +pm-notifier-error-inject +pn533 +pn544_i2c +pn_pep +poseidon +powermate +ppa +ppdev +ppp_async +ppp_deflate +ppp_mppe +pppoatm +pppoe +pppox +ppp_synctty +pps_core +pps-gpio +pps-ldisc +pps_parport +pptp +prism2_usb +ps2mult +psmouse +psnap +pt +pti +ptp +ptp_pch +pvrusb2 +pwc +pwm-beeper +pwm_bl +pwm-twl +pwm-twl-led +qcaux +qcserial +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qlogic_cs +qlogicfas408 +qmi_wwan +qnx4 +qnx6 +qt1010 +qt1070 +qt2160 +quatech2 +quatech_daqp_cs +quickstart +quota_tree +quota_v1 +quota_v2 +r128 +r592 +r6040 +r8169 +r8187se +r8192e_pci +r8192u_usb +r852 +r8712u +r8a66597-hcd +r8a66597-udc +radeon +radeonfb +radio-i2c-si470x +radio-keene +radio-maxiradio +radio-mr800 +radio-shark +radio-si4713 +radio-tea5764 +radio-timb +radio-usb-si470x +radio-wl1273 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid6test +raid_class +ramoops +raw +ray_cs +rbd +rbtree_test +rc5t583-regulator +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rcar-phy +rc-asus-pc39 +rc-asus-ps3-100 +rc-ati-tv-wonder-hd-600 +rc-ati-x10 +rc-avermedia +rc-avermedia-a16d +rc-avermedia-cardbus +rc-avermedia-dvbt +rc-avermedia-m135a +rc-avermedia-m733a-rm-k6 +rc-avermedia-rm-ks +rc-avertv-303 +rc-azurewave-ad-tu700 +rc-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +rc-dib0700-nec +rc-dib0700-rc5 +rc-digitalnow-tinytwin +rc-digittrade +rc-dm1105-nec +rc-dntv-live-dvb-t +rc-dntv-live-dvbt-pro +rc-em-terratec +rc-encore-enltv +rc-encore-enltv2 +rc-encore-enltv-fm53 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-imon-mce +rc-imon-pad +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lirc +rc-lme2510 +rc-loopback +rc-manli +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +rc-msi-digivox-ii +rc-msi-digivox-iii +rc-msi-tvanywhere +rc-msi-tvanywhere-plus +rc-nebula +rc-nec-terratec-cinergy-xs +rc-norwood +rc-npgtech +rc-pctv-sedna +rc-pinnacle-color +rc-pinnacle-grey +rc-pinnacle-pctv-hd +rc-pixelview +rc-pixelview-002t +rc-pixelview-mk12 +rc-pixelview-new +rc-powercolor-real-angel +rc-proteus-2309 +rc-purpletv +rc-pv951 +rc-rc6-mce +rc-real-audio-220-32-keys +rc-snapstream-firefly +rc-streamzap +rc-tbs-nec +rc-technisat-usb2 +rc-terratec-cinergy-xs +rc-terratec-slim +rc-terratec-slim-2 +rc-tevii-nec +rc-tivo +rc-total-media-in-hand +rc-trekstor +rc-tt-1500 +rc-twinhan1027 +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-winfast +rc-winfast-usbii-deluxe +rdc321x-southbridge +rdma_cm +rdma_ucm +rds +rds_rdma +rds_tcp +redboot +redrat3 +reed_solomon +regmap-mmio +reiserfs +remoteproc +renesas_usbhs +retu-mfd +retu-pwrbutton +rfc1051 +rfc1201 +rfcomm +rfd_ftl +rfkill-regulator +ring_sw +rio500 +rionet +rivafb +rj54n1cb0c +rmd128 +rmd160 +rmd256 +rmd320 +rndis_host +rndis_wlan +rocket +romfs +rose +rotary_encoder +rpcsec_gss_krb5 +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800pci +rt2800usb +rt2x00lib +rt2x00pci +rt2x00usb +rt61pci +rt73usb +rtc-88pm80x +rtc-88pm860x +rtc-ab3100 +rtc-bq32k +rtc-bq4802 +rtc-da9052 +rtc-da9055 +rtc-ds1286 +rtc-ds1305 +rtc-ds1307 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-ds3234 +rtc-em3027 +rtc-fm3130 +rtc-isl12022 +rtc-isl1208 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max8907 +rtc-max8925 +rtc-max8998 +rtc-mc13xxx +rtc-msm6242 +rtc-pcap +rtc-pcf2123 +rtc-pcf50633 +rtc-pcf8523 +rtc-pcf8563 +rtc-pcf8583 +rtc-r9701 +rtc-rc5t583 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3029c2 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-stk17ta8 +rtc-tps6586x +rtc-tps65910 +rtc-twl +rtc-v3020 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtd520 +rtl2830 +rtl2832 +rtl8150 +rtl8180 +rtl8187 +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192se +rtl8723ae +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtlwifi +rts5139 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rx51_battery +rxkad +s1d13xxxfb +s2250 +s2250-loader +s2255drv +s2io +s2mps11 +s3fb +s526 +s5h1409 +s5h1411 +s5h1420 +s5m8767 +s626 +s6e63m0 +s921 +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7146 +saa7146_vv +saa7164 +saa717x +saa7185 +saa7706h +safe_serial +salsa20_generic +salsa20-x86_64 +samsung-laptop +samsung-q10 +sata_inic162x +sata_mv +sata_nv +sata_promise +sata_qstor +sata_sil +sata_sil24 +sata_sis +sata_svw +sata_sx4 +sata_uli +sata_via +sata_vsc +savage +savagefb +sb1000 +sb105x +sbc60xxwdt +sbc8360 +sbc_epx_c3 +sbc_fitpc2_wdt +sbc_gxx +sbe-2t3e3 +sb_edac +sbni +sbp_target +sbs +sbs-battery +sbshc +sc1200wdt +sc520cdp +sc520_wdt +sc92031 +sca3000 +scb2_flash +sch311x_wdt +sch5627 +sch5636 +sch56xx-common +sch_atm +sch_cbq +sch_choke +sch_codel +sch_drr +sch_dsmark +sch_fq_codel +sch_gred +sch_hfsc +sch_htb +sch_ingress +sch_mqprio +sch_multiq +sch_netem +sch_plug +sch_prio +sch_qfq +sch_red +sch_sfb +sch_sfq +sch_tbf +sch_teql +scsi_debug +scsi_dh +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_tgt +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_srp +sctp +sctp_probe +sdhci +sdhci-acpi +sdhci-pci +sdhci-pltfm +sdio_uart +sdricoh_cs +sedlbauer_cs +seed +seeq8005 +sep_driver +seqiv +ser_gigaset +serial2002 +serial_cs +serio_raw +sermouse +serpent-avx-x86_64 +serpent_generic +serpent-sse2-x86_64 +serport +serqt_usb2 +ses +sfc +sha1-ssse3 +shark2 +shpchp +sht15 +sht21 +si21xx +si4713-i2c +sidewinder +siemens_mpi +sierra +sierra_net +sil164 +sir-dev +sis +sis190 +sis5595 +sis900 +sis-agp +sisfb +sisusbvga +sit +sja1000 +sja1000_isa +sja1000_platform +skel +skfp +skge +sky2 +sl811_cs +sl811-hcd +slcan +slicoss +slip +slram +sm501 +sm501fb +sm7xxfb +smb347-charger +smc91c92_cs +sm_common +sm_ftl +smm665 +smsc37b787_wdt +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc9420 +smsc95xx +smsc-ircc2 +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-ad1889 +snd-ak4113 +snd-ak4114 +snd-ak4117 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als300 +snd-als4000 +snd-asihpi +snd-atiixp +snd-atiixp-modem +snd-au8810 +snd-au8820 +snd-au8830 +snd-aw2 +snd-azt3328 +snd-bt87x +snd-ca0106 +snd-cmipci +snd-compress +snd-cs4281 +snd-cs46xx +snd-cs5530 +snd-cs5535audio +snd-cs8427 +snd-ctxfi +snd-darla20 +snd-darla24 +snd-dummy +snd-echo3g +snd-emu10k1 +snd-emu10k1-synth +snd-emu10k1x +snd-emux-synth +snd-ens1370 +snd-ens1371 +snd-es1938 +snd-es1968 +snd-firewire-lib +snd-firewire-speakers +snd-fm801 +snd-gina20 +snd-gina24 +snd-hda-codec +snd-hda-codec-analog +snd-hda-codec-ca0110 +snd-hda-codec-ca0132 +snd-hda-codec-cirrus +snd-hda-codec-cmedia +snd-hda-codec-conexant +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-intel +snd-hdsp +snd-hdspm +snd-hrtimer +snd-hwdep +snd-i2c +snd-ice1712 +snd-ice1724 +snd-ice17xx-ak4xxx +snd-indigo +snd-indigodj +snd-indigodjx +snd-indigoio +snd-indigoiox +snd-intel8x0 +snd-intel8x0m +snd-isight +snd-korg1212 +snd-layla20 +snd-layla24 +snd-lola +snd-lx6464es +snd-maestro3 +snd-mia +snd-mixart +snd-mona +snd-mpu401 +snd-mpu401-uart +snd-mtpav +snd-mts64 +snd-nm256 +snd-opl3-lib +snd-opl3-synth +snd-oxygen +snd-oxygen-lib +snd-page-alloc +snd-pcm +snd-pcsp +snd-pcxhr +snd-pdaudiocf +snd-portman2x4 +snd-pt2258 +snd-rawmidi +snd-riptide +snd-rme32 +snd-rme96 +snd-rme9652 +snd-sb16-dsp +snd-sb-common +snd-scs1x +snd-seq +snd-seq-device +snd-seq-dummy +snd-seq-midi +snd-seq-midi-emul +snd-seq-midi-event +snd-seq-virmidi +snd-serial-u16550 +snd-soc-88pm860x +snd-soc-ab8500-codec +snd-soc-ad1836 +snd-soc-ad193x +snd-soc-ad73311 +snd-soc-adau1373 +snd-soc-adav80x +snd-soc-ads117x +snd-soc-ak4104 +snd-soc-ak4535 +snd-soc-ak4641 +snd-soc-ak4642 +snd-soc-ak4671 +snd-soc-alc5623 +snd-soc-alc5632 +snd-soc-arizona +snd-soc-core +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs42l51 +snd-soc-cs42l52 +snd-soc-cs42l73 +snd-soc-cx20442 +snd-soc-da7210 +snd-soc-da732x +snd-soc-da9055 +snd-soc-dfbmcs320 +snd-soc-isabelle +snd-soc-jz4740-codec +snd-soc-l3 +snd-soc-lm4857 +snd-soc-lm49453 +snd-soc-max9768 +snd-soc-max98088 +snd-soc-max98090 +snd-soc-max98095 +snd-soc-max9850 +snd-soc-max9877 +snd-soc-mc13783 +snd-soc-ml26124 +snd-soc-pcm3008 +snd-soc-rt5631 +snd-soc-sgtl5000 +snd-soc-simple-card +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-ssm2602 +snd-soc-sta32x +snd-soc-sta529 +snd-soc-tlv320aic23 +snd-soc-tlv320aic26 +snd-soc-tlv320aic32x4 +snd-soc-tlv320aic3x +snd-soc-tlv320dac33 +snd-soc-tpa6130a2 +snd-soc-twl4030 +snd-soc-twl6040 +snd-soc-uda134x +snd-soc-uda1380 +snd-soc-wl1273 +snd-soc-wm0010 +snd-soc-wm1250-ev1 +snd-soc-wm2000 +snd-soc-wm2200 +snd-soc-wm5100 +snd-soc-wm5102 +snd-soc-wm5110 +snd-soc-wm8350 +snd-soc-wm8400 +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8727 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8782 +snd-soc-wm8804 +snd-soc-wm8900 +snd-soc-wm8903 +snd-soc-wm8904 +snd-soc-wm8940 +snd-soc-wm8955 +snd-soc-wm8960 +snd-soc-wm8961 +snd-soc-wm8962 +snd-soc-wm8971 +snd-soc-wm8974 +snd-soc-wm8978 +snd-soc-wm8983 +snd-soc-wm8985 +snd-soc-wm8988 +snd-soc-wm8990 +snd-soc-wm8991 +snd-soc-wm8993 +snd-soc-wm8994 +snd-soc-wm8995 +snd-soc-wm8996 +snd-soc-wm9081 +snd-soc-wm9090 +snd-soc-wm-adsp +snd-soc-wm-hubs +snd-sonicvibes +snd-tea575x-tuner +snd-timer +snd-trident +snd-ua101 +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usbmidi-lib +snd-usb-us122l +snd-usb-usx2y +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx222 +snd-vx-lib +snd-vxpocket +snd-ymfpci +soc_camera +soc_camera_platform +soc_mediabus +softdog +softing +softing_cs +solo6x10 +solos-pci +sony-laptop +soundcore +sp5100_tco +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntpc +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_decpc +speakup_dectlk +speakup_dtlk +speakup_dummy +speakup_keypc +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +spectrum_cs +speedfax +speedstep-lib +speedtch +spi-altera +spi-bitbang +spi-butterfly +spidev +spi-dw +spi-dw-midpci +spi-gpio +spi_ks8995 +spi-lm70llp +spi-oc-tiny +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-sc18is602 +spi-tle62x0 +spi-topcliff-pch +spi-xcomm +squashfs +ssb +ssb-hcd +ssfdc +sst25l +sstfb +ssu100 +ssv_dnp +st +st1232 +starfire +stb0899 +stb6000 +stb6100 +st_drv +ste_modem_rproc +stex +stinger +stir4200 +stk1160 +stkwebcam +stmmac +stmpe-keypad +stmpe-ts +stowaway +stp +streamzap +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv6110 +stv6110x +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrpc +svcrdma +svgalib +sx8 +sym53c500_cs +sym53c8xx +symbolserial +synaptics_i2c +synaptics_i2c_rmi4 +synaptics_usb +synclink +synclink_cs +synclink_gt +synclinkmp +syscopyarea +sysfillrect +sysimgblt +sysv +t1pci +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +tc3589x-keypad +tca6416-keypad +tca8418_keypad +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_usb_gadget +tcm_vhost +tcp_bic +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_probe +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcrypt +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18271 +tda18271c2dd +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tdfx +tdfxfb +tdo24m +tea +tea5761 +tea5767 +tea6415c +tea6420 +tef6862 +tehuti +tekram-sir +teles_cs +test-kstrtox +test_power +tg3 +tgr192 +thinkpad_acpi +thmc50 +ti-adc081c +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_dac7512 +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +timb_dma +timberdale +timblogiw +timbuart +timed_gpio +timeriomem-rng +tipc +ti_usb_3410_5052 +tlan +tlclk +tm6000 +tm6000-alsa +tm6000-dvb +tmdc +tmiofb +tmp102 +tmp401 +tmp421 +tmscsim +toim3232-sir +topstar-laptop +toshiba_acpi +toshiba_bluetooth +touchit213 +touchright +touchwin +tpci200 +tpm_atmel +tpm_i2c_infineon +tpm_infineon +tpm_nsc +tpm-rng +tpm_tis +tps51632-regulator +tps6105x +tps6105x-regulator +tps62360-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65090-regulator +tps65217 +tps65217_bl +tps65217-regulator +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps80031-regulator +trancevibrator +tranzport +tridentfb +ts5500_flash +ts_bm +tsc2005 +tsc2007 +tsc40 +ts_fsm +ts_kmp +tsl2550 +tsl2563 +tsl2583 +tsl2x7x_core +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +tua6100 +tua9001 +tulip +tuner +tuner-simple +tuner-types +tuner-xc2028 +tunnel4 +tunnel6 +turbografx +tusb6010 +tvaudio +tveeprom +tvp5150 +tw9910 +twidjoy +twl4030_charger +twl4030_keypad +twl4030-madc +twl4030-madc-hwmon +twl4030-pwrbutton +twl4030-vibra +twl4030_wdt +twl6040-vibra +twofish-avx-x86_64 +twofish_common +twofish_generic +twofish-x86_64 +twofish-x86_64-3way +typhoon +u132-hcd +uartlite +ubi +ubifs +ucb1400_core +ucb1400_ts +ucd9000 +ucd9200 +udc-core +udf +udl +udlfb +udp_diag +ueagle-atm +ufs +ufshcd +uhid +uio +uio_aec +uio_cif +uio_dmem_genirq +uio_netx +uio_pci_generic +uio_pdrv +uio_pdrv_genirq +uio_sercos3 +uli526x +umc +umem +ums-alauda +ums-cypress +ums-datafab +ums-eneub6250 +ums-freecom +ums-isd200 +ums-jumpshot +ums-karma +ums-onetouch +ums-realtek +ums-sddr09 +ums-sddr55 +ums-usbat +unioxx5 +unix_diag +upd64031a +upd64083 +uPD98402 +usb8xxx +usbatm +usb_debug +usbdux +usbduxfast +usbduxsigma +usb_gigaset +usbhid +usbip-core +usbip-host +usbkbd +usblcd +usbled +usblp +usbmon +usbmouse +usbnet +usbserial +usbsevseg +usb-storage +usbtest +usbtmc +usbtouchscreen +usbvision +usb_wwan +userspace-consumer +ushc +uss720 +uvcvideo +uvesafb +uwb +v4l2-common +v4l2-int-device +v4l2-mem2mem +vcan +vcnl4000 +ves1820 +ves1x93 +vesafb +veth +vfio +vfio_iommu_type1 +vfio-pci +vga16fb +vgastate +vgg2432a4 +vhci-hcd +vhost_net +via +via686a +via-camera +via-cputemp +viafb +via-ircc +via-rhine +via-rng +via-sdmmc +via-velocity +via_wdt +video +videobuf2-core +videobuf2-dma-contig +videobuf2-memops +videobuf2-vmalloc +videobuf-core +videobuf-dma-contig +videobuf-dma-sg +videobuf-dvb +videobuf-vmalloc +videocodec +videodev +viperboard +viperboard_adc +virtio_balloon +virtio_console +virtio_mmio +virtio-rng +virtio_scsi +virtual +visor +vivi +vivopay-serial +vlsi_ir +vmac +vme +vme_ca91cx42 +vme_pio2 +vme_tsi148 +vme_user +vme_vmivme7805 +vmk80xx +vmlfb +vmw_balloon +vmwgfx +vmw_pvscsi +vmxnet3 +vp27smpx +vpx3220 +vsxxxaa +vt1211 +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxge +vxlan +w1_bq27000 +w1_ds2408 +w1_ds2423 +w1_ds2431 +w1_ds2433 +w1_ds2760 +w1_ds2780 +w1_ds2781 +w1_ds28e04 +w1-gpio +w1_smem +w1_therm +w35und +w5100 +w5300 +w6692 +w83627ehf +w83627hf +w83627hf_wdt +w83697hf_wdt +w83697ug_wdt +w83781d +w83791d +w83792d +w83793 +w83795 +w83877f_wdt +w83977af_ir +w83977f_wdt +w83l785ts +w83l786ng +w9966 +wacom +wacom_i2c +wacom_w8001 +wafer5823wdt +walkera0701 +wanrouter +wanxl +warrior +wbsd +wdt_pci +whci +whci-hcd +whc-rc +whiteheat +wil6210 +wimax +winbond-840 +winbond-cir +wire +wis-ov7640 +wis-saa7113 +wis-saa7115 +wis-sony-tuner +wis-tw2804 +wis-tw9903 +wis-uda1342 +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wl3501_cs +wlags49_h25_cs +wlags49_h2_cs +wlcore +wlcore_sdio +wlcore_spi +wm831x_backup +wm831x_bl +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x_power +wm831x-ts +wm831x_wdt +wm8350-hwmon +wm8350_power +wm8350-regulator +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994-regulator +wm97xx-ts +wmi +wp512 +wusb-cbaf +wusbcore +wusb-wa +x25 +x25_asy +x38_edac +xc4000 +xc5000 +xcbc +xen-blkback +xen-evtchn +xen-fbfront +xenfs +xen-gntalloc +xen-gntdev +xen-kbdfront +xen-netback +xen-pciback +xen-pcifront +xen-privcmd +xen_wdt +xfrm4_mode_beet +xfrm4_mode_transport +xfrm4_mode_tunnel +xfrm4_tunnel +xfrm6_mode_beet +xfrm6_mode_ro +xfrm6_mode_transport +xfrm6_mode_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_ipcomp +xfrm_user +xfs +xgifb +xgmac +xirc2ps_cs +xircom_cb +xo15-ebook +xor +xpad +xprtrdma +x_tables +xt_addrtype +xt_AUDIT +xt_CHECKSUM +xt_CLASSIFY +xt_cluster +xt_comment +xt_connbytes +xt_connlimit +xt_connmark +xt_CONNSECMARK +xt_conntrack +xt_cpu +xt_CT +xt_dccp +xt_devgroup +xt_dscp +xt_DSCP +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_HL +xt_HMARK +xt_IDLETIMER +xt_iprange +xt_ipvs +xtkbd +xt_LED +xt_length +xt_limit +xt_LOG +xt_mac +xt_mark +xt_multiport +xt_nat +xt_NETMAP +xt_nfacct +xt_NFLOG +xt_NFQUEUE +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_RATEEST +xt_realm +xt_recent +xt_REDIRECT +xts +xt_sctp +xt_SECMARK +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_TCPMSS +xt_TCPOPTSTRIP +xt_tcpudp +xt_TEE +xt_time +xt_TPROXY +xt_TRACE +xt_u32 +xusbatm +xz_dec_test +yam +yealink +yellowfin +yenta_socket +yurex +zatm +zaurus +zd1201 +zd1211rw +zhenhua +zio +zl10036 +zl10039 +zl10353 +zl6100 +zlib +zlib_deflate +znet +zr36016 +zr36050 +zr36060 +zr36067 +zr364xx +zram +zte_ev --- linux-lowlatency-3.8.0.orig/debian.master/abi/3.8.0-19.30/amd64/generic.compiler +++ linux-lowlatency-3.8.0/debian.master/abi/3.8.0-19.30/amd64/generic.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3 --- linux-lowlatency-3.8.0.orig/init/Kconfig +++ linux-lowlatency-3.8.0/init/Kconfig @@ -79,6 +79,13 @@ Maximum of each of the number of arguments and environment variables passed to init from the kernel command line. +config INIT_PASS_ALL_PARAMS + bool "Pass all (known and unknown) kernel parameters to init" + default n + help + Pass all kernel command line parameters to init, this includes + those consumed by kernel modules. This is useful for upstart + based systems. If in doubt say N. config CROSS_COMPILE string "Cross-compiler tool prefix" @@ -214,6 +221,15 @@ but you may wish to use a different default here to make a minimal system more usable with less configuration. +config VERSION_SIGNATURE + string "Arbitrary version signature" + help + This string will be created in a file, /proc/version_signature. It + is useful in determining arbitrary data about your kernel. For instance, + if you have several kernels of the same version, but need to keep track + of a revision of the same kernel, but not affect it's ability to load + compatible modules, this is the easiest way to do that. + config SWAP bool "Support for paging of anonymous memory (swap)" depends on MMU && BLOCK --- linux-lowlatency-3.8.0.orig/init/version.c +++ linux-lowlatency-3.8.0/init/version.c @@ -42,7 +42,11 @@ /* FIXED STRINGS! Don't touch! */ const char linux_banner[] = "Linux version " UTS_RELEASE " (" LINUX_COMPILE_BY "@" - LINUX_COMPILE_HOST ") (" LINUX_COMPILER ") " UTS_VERSION "\n"; + LINUX_COMPILE_HOST ") (" LINUX_COMPILER ") " UTS_VERSION +#ifdef CONFIG_VERSION_SIGNATURE + " (" CONFIG_VERSION_SIGNATURE ")" +#endif + "\n"; const char linux_proc_banner[] = "%s version %s" --- linux-lowlatency-3.8.0.orig/init/main.c +++ linux-lowlatency-3.8.0/init/main.c @@ -113,6 +113,11 @@ */ #define MAX_INIT_ARGS CONFIG_INIT_ENV_ARG_LIMIT #define MAX_INIT_ENVS CONFIG_INIT_ENV_ARG_LIMIT +#ifdef CONFIG_INIT_PASS_ALL_PARAMS +#define INIT_PASS_FUNCTION pass_all_bootoptions +#else +#define INIT_PASS_FUNCTION pass_unknown_bootoptions +#endif extern void time_init(void); /* Default late time init is NULL. archs can override this later. */ @@ -200,7 +205,7 @@ static int __init quiet_kernel(char *str) { - console_loglevel = 4; + console_loglevel = 2; return 0; } @@ -227,7 +232,7 @@ early_param("loglevel", loglevel); /* Change NUL term back to "=", to make "param" the whole string. */ -static int __init repair_env_string(char *param, char *val, const char *unused) +static int __init repair_env_string(char *param, char *val, const char *unused, int known) { if (val) { /* param=val or param="val"? */ @@ -244,19 +249,20 @@ } /* - * Unknown boot options get handed to init, unless they look like - * unused parameters (modprobe will find them in /proc/cmdline). + * Select boot options to hand to init. If all is set hand off them all + * otherwise only hand off unused ones which do not apply to modules + * (modprobe will find them in /proc/cmdline). */ -static int __init unknown_bootoption(char *param, char *val, const char *unused) +static int __init pass_bootoption(char *param, char *val, const char *unused, int all) { - repair_env_string(param, val, unused); + repair_env_string(param, val, unused, all); /* Handle obsolete-style parameters */ - if (obsolete_checksetup(param)) + if (obsolete_checksetup(param) && !all) return 0; /* Unused module parameter. */ - if (strchr(param, '.') && (!val || strchr(param, '.') < val)) + if (!all && strchr(param, '.') && (!val || strchr(param, '.') < val)) return 0; if (panic_later) @@ -287,6 +293,16 @@ } return 0; } +static int __init pass_unknown_bootoptions(char *param, char *val, const char *unused, int known) +{ + if (known) + return 0; + return pass_bootoption(param, val, unused, 0); +} +static int __init pass_all_bootoptions(char *param, char *val, const char *unused, int known) +{ + return pass_bootoption(param, val, unused, 1); +} static int __init init_setup(char *str) { @@ -386,10 +402,13 @@ } /* Check for early params. */ -static int __init do_early_param(char *param, char *val, const char *unused) +static int __init do_early_param(char *param, char *val, const char *unused, int known) { const struct obs_kernel_param *p; + if (known) + return 0; + for (p = __setup_start; p < __setup_end; p++) { if ((p->early && parameq(param, p->str)) || (strcmp(param, "console") == 0 && @@ -511,7 +530,7 @@ parse_early_param(); parse_args("Booting kernel", static_command_line, __start___param, __stop___param - __start___param, - -1, -1, &unknown_bootoption); + -1, -1, &INIT_PASS_FUNCTION); jump_label_init(); --- linux-lowlatency-3.8.0.orig/init/noinitramfs.c +++ linux-lowlatency-3.8.0/init/noinitramfs.c @@ -22,6 +22,8 @@ #include #include +LIST_HEAD(populate_rootfs_domain); + /* * Create a simple rootfs that is similar to the default initramfs */ --- linux-lowlatency-3.8.0.orig/Documentation/kernel-parameters.txt +++ linux-lowlatency-3.8.0/Documentation/kernel-parameters.txt @@ -564,6 +564,8 @@ UART at the specified I/O port or MMIO address, switching to the matching ttyS device later. The options are the same as for ttyS, above. + hvc Use the hypervisor console device . This is for + both Xen and PowerPC hypervisors. If the device connected to the port is not a TTY but a braille device, prepend "brl," before the device type, for instance @@ -579,6 +581,10 @@ /proc//coredump_filter. See also Documentation/filesystems/proc.txt. + cpufreq_driver= [X86] Allow only the named cpu frequency scaling driver + to register. Example: cpufreq_driver=powernow-k8 + Format: { none | STRING } + cpuidle.off=1 [CPU_IDLE] disable the cpuidle sub-system @@ -754,6 +760,7 @@ earlyprintk= [X86,SH,BLACKFIN] earlyprintk=vga + earlyprintk=xen earlyprintk=serial[,ttySn[,baudrate]] earlyprintk=ttySn[,baudrate] earlyprintk=dbgp[debugController#] @@ -771,6 +778,8 @@ The VGA output is eventually overwritten by the real console. + The xen output can only be used by Xen PV guests. + ekgdboc= [X86,KGDB] Allow early kernel console debugging ekgdboc=kbd --- linux-lowlatency-3.8.0.orig/Documentation/filesystems/overlayfs.txt +++ linux-lowlatency-3.8.0/Documentation/filesystems/overlayfs.txt @@ -0,0 +1,199 @@ +Written by: Neil Brown + +Overlay Filesystem +================== + +This document describes a prototype for a new approach to providing +overlay-filesystem functionality in Linux (sometimes referred to as +union-filesystems). An overlay-filesystem tries to present a +filesystem which is the result over overlaying one filesystem on top +of the other. + +The result will inevitably fail to look exactly like a normal +filesystem for various technical reasons. The expectation is that +many use cases will be able to ignore these differences. + +This approach is 'hybrid' because the objects that appear in the +filesystem do not all appear to belong to that filesystem. In many +cases an object accessed in the union will be indistinguishable +from accessing the corresponding object from the original filesystem. +This is most obvious from the 'st_dev' field returned by stat(2). + +While directories will report an st_dev from the overlay-filesystem, +all non-directory objects will report an st_dev from the lower or +upper filesystem that is providing the object. Similarly st_ino will +only be unique when combined with st_dev, and both of these can change +over the lifetime of a non-directory object. Many applications and +tools ignore these values and will not be affected. + +Upper and Lower +--------------- + +An overlay filesystem combines two filesystems - an 'upper' filesystem +and a 'lower' filesystem. When a name exists in both filesystems, the +object in the 'upper' filesystem is visible while the object in the +'lower' filesystem is either hidden or, in the case of directories, +merged with the 'upper' object. + +It would be more correct to refer to an upper and lower 'directory +tree' rather than 'filesystem' as it is quite possible for both +directory trees to be in the same filesystem and there is no +requirement that the root of a filesystem be given for either upper or +lower. + +The lower filesystem can be any filesystem supported by Linux and does +not need to be writable. The lower filesystem can even be another +overlayfs. The upper filesystem will normally be writable and if it +is it must support the creation of trusted.* extended attributes, and +must provide valid d_type in readdir responses, at least for symbolic +links - so NFS is not suitable. + +A read-only overlay of two read-only filesystems may use any +filesystem type. + +Directories +----------- + +Overlaying mainly involves directories. If a given name appears in both +upper and lower filesystems and refers to a non-directory in either, +then the lower object is hidden - the name refers only to the upper +object. + +Where both upper and lower objects are directories, a merged directory +is formed. + +At mount time, the two directories given as mount options are combined +into a merged directory: + + mount -t overlayfs overlayfs -olowerdir=/lower,upperdir=/upper /overlay + +Then whenever a lookup is requested in such a merged directory, the +lookup is performed in each actual directory and the combined result +is cached in the dentry belonging to the overlay filesystem. If both +actual lookups find directories, both are stored and a merged +directory is created, otherwise only one is stored: the upper if it +exists, else the lower. + +Only the lists of names from directories are merged. Other content +such as metadata and extended attributes are reported for the upper +directory only. These attributes of the lower directory are hidden. + +whiteouts and opaque directories +-------------------------------- + +In order to support rm and rmdir without changing the lower +filesystem, an overlay filesystem needs to record in the upper filesystem +that files have been removed. This is done using whiteouts and opaque +directories (non-directories are always opaque). + +The overlay filesystem uses extended attributes with a +"trusted.overlay." prefix to record these details. + +A whiteout is created as a symbolic link with target +"(overlay-whiteout)" and with xattr "trusted.overlay.whiteout" set to "y". +When a whiteout is found in the upper level of a merged directory, any +matching name in the lower level is ignored, and the whiteout itself +is also hidden. + +A directory is made opaque by setting the xattr "trusted.overlay.opaque" +to "y". Where the upper filesystem contains an opaque directory, any +directory in the lower filesystem with the same name is ignored. + +readdir +------- + +When a 'readdir' request is made on a merged directory, the upper and +lower directories are each read and the name lists merged in the +obvious way (upper is read first, then lower - entries that already +exist are not re-added). This merged name list is cached in the +'struct file' and so remains as long as the file is kept open. If the +directory is opened and read by two processes at the same time, they +will each have separate caches. A seekdir to the start of the +directory (offset 0) followed by a readdir will cause the cache to be +discarded and rebuilt. + +This means that changes to the merged directory do not appear while a +directory is being read. This is unlikely to be noticed by many +programs. + +seek offsets are assigned sequentially when the directories are read. +Thus if + - read part of a directory + - remember an offset, and close the directory + - re-open the directory some time later + - seek to the remembered offset + +there may be little correlation between the old and new locations in +the list of filenames, particularly if anything has changed in the +directory. + +Readdir on directories that are not merged is simply handled by the +underlying directory (upper or lower). + + +Non-directories +--------------- + +Objects that are not directories (files, symlinks, device-special +files etc.) are presented either from the upper or lower filesystem as +appropriate. When a file in the lower filesystem is accessed in a way +the requires write-access, such as opening for write access, changing +some metadata etc., the file is first copied from the lower filesystem +to the upper filesystem (copy_up). Note that creating a hard-link +also requires copy_up, though of course creation of a symlink does +not. + +The copy_up may turn out to be unnecessary, for example if the file is +opened for read-write but the data is not modified. + +The copy_up process first makes sure that the containing directory +exists in the upper filesystem - creating it and any parents as +necessary. It then creates the object with the same metadata (owner, +mode, mtime, symlink-target etc.) and then if the object is a file, the +data is copied from the lower to the upper filesystem. Finally any +extended attributes are copied up. + +Once the copy_up is complete, the overlay filesystem simply +provides direct access to the newly created file in the upper +filesystem - future operations on the file are barely noticed by the +overlay filesystem (though an operation on the name of the file such as +rename or unlink will of course be noticed and handled). + + +Non-standard behavior +--------------------- + +The copy_up operation essentially creates a new, identical file and +moves it over to the old name. The new file may be on a different +filesystem, so both st_dev and st_ino of the file may change. + +Any open files referring to this inode will access the old data and +metadata. Similarly any file locks obtained before copy_up will not +apply to the copied up file. + +On a file opened with O_RDONLY fchmod(2), fchown(2), futimesat(2) and +fsetxattr(2) will fail with EROFS. + +If a file with multiple hard links is copied up, then this will +"break" the link. Changes will not be propagated to other names +referring to the same inode. + +Symlinks in /proc/PID/ and /proc/PID/fd which point to a non-directory +object in overlayfs will not contain valid absolute paths, only +relative paths leading up to the filesystem's root. This will be +fixed in the future. + +Some operations are not atomic, for example a crash during copy_up or +rename will leave the filesystem in an inconsistent state. This will +be addressed in the future. + +Changes to underlying filesystems +--------------------------------- + +Offline changes, when the overlay is not mounted, are allowed to either +the upper or the lower trees. + +Changes to the underlying filesystems while part of a mounted overlay +filesystem are not allowed. If the underlying filesystem is changed, +the behavior of the overlay is undefined, though it will not result in +a crash or deadlock. --- linux-lowlatency-3.8.0.orig/Documentation/filesystems/Locking +++ linux-lowlatency-3.8.0/Documentation/filesystems/Locking @@ -64,6 +64,7 @@ int (*atomic_open)(struct inode *, struct dentry *, struct file *, unsigned open_flag, umode_t create_mode, int *opened); + int (*dentry_open)(struct dentry *, struct file *, const struct cred *); locking rules: all may block @@ -91,6 +92,7 @@ fiemap: no update_time: no atomic_open: yes +dentry_open: no Additionally, ->rmdir(), ->unlink() and ->rename() have ->i_mutex on victim. --- linux-lowlatency-3.8.0.orig/Documentation/filesystems/vfs.txt +++ linux-lowlatency-3.8.0/Documentation/filesystems/vfs.txt @@ -362,6 +362,7 @@ int (*atomic_open)(struct inode *, struct dentry *, struct file *, unsigned open_flag, umode_t create_mode, int *opened); + int (*dentry_open)(struct dentry *, struct file *, const struct cred *); }; Again, all methods are called without any locks being held, unless @@ -681,6 +682,12 @@ but instead uses bmap to find out where the blocks in the file are and uses those addresses directly. + dentry_open: this is an alternative to f_op->open(), the difference is that + this method may open a file not necessarily originating from the same + filesystem as the one i_op->open() was called on. It may be + useful for stacking filesystems which want to allow native I/O directly + on underlying files. + invalidatepage: If a page has PagePrivate set, then invalidatepage will be called when part or all of the page is to be removed --- linux-lowlatency-3.8.0.orig/Documentation/devicetree/bindings/dma/snps-dma.txt +++ linux-lowlatency-3.8.0/Documentation/devicetree/bindings/dma/snps-dma.txt @@ -6,6 +6,26 @@ - interrupt-parent: Should be the phandle for the interrupt controller that services interrupts for this device - interrupt: Should contain the DMAC interrupt number +- nr_channels: Number of channels supported by hardware +- is_private: The device channels should be marked as private and not for by the + general purpose DMA channel allocator. False if not passed. +- chan_allocation_order: order of allocation of channel, 0 (default): ascending, + 1: descending +- chan_priority: priority of channels. 0 (default): increase from chan 0->n, 1: + increase from chan n->0 +- block_size: Maximum block size supported by the controller +- nr_masters: Number of AHB masters supported by the controller +- data_width: Maximum data width supported by hardware per AHB master + (0 - 8bits, 1 - 16bits, ..., 5 - 256bits) +- slave_info: + - bus_id: name of this device channel, not just a device name since + devices may have more than one channel e.g. "foo_tx". For using the + dw_generic_filter(), slave drivers must pass exactly this string as + param to filter function. + - cfg_hi: Platform-specific initializer for the CFG_HI register + - cfg_lo: Platform-specific initializer for the CFG_LO register + - src_master: src master for transfers on allocated channel. + - dst_master: dest master for transfers on allocated channel. Example: @@ -14,4 +34,28 @@ reg = <0xfc000000 0x1000>; interrupt-parent = <&vic1>; interrupts = <12>; + + nr_channels = <8>; + chan_allocation_order = <1>; + chan_priority = <1>; + block_size = <0xfff>; + nr_masters = <2>; + data_width = <3 3 0 0>; + + slave_info { + uart0-tx { + bus_id = "uart0-tx"; + cfg_hi = <0x4000>; /* 0x8 << 11 */ + cfg_lo = <0>; + src_master = <0>; + dst_master = <1>; + }; + spi0-tx { + bus_id = "spi0-tx"; + cfg_hi = <0x2000>; /* 0x4 << 11 */ + cfg_lo = <0>; + src_master = <0>; + dst_master = <0>; + }; + }; }; --- linux-lowlatency-3.8.0.orig/Documentation/devicetree/bindings/tty/serial/of-serial.txt +++ linux-lowlatency-3.8.0/Documentation/devicetree/bindings/tty/serial/of-serial.txt @@ -11,6 +11,9 @@ - "nvidia,tegra20-uart" - "nxp,lpc3220-uart" - "ibm,qpace-nwp-serial" + - "altr,16550-FIFO32" + - "altr,16550-FIFO64" + - "altr,16550-FIFO128" - "serial" if the port type is unknown. - reg : offset and length of the register set for the device. - interrupts : should contain uart interrupt. --- linux-lowlatency-3.8.0.orig/Documentation/ABI/testing/sysfs-bus-usb +++ linux-lowlatency-3.8.0/Documentation/ABI/testing/sysfs-bus-usb @@ -227,3 +227,12 @@ Description: The /sys/bus/usb/devices/.../(hub interface)/portX is usb port device's sysfs directory. + +What: /sys/bus/usb/devices/.../(hub interface)/portX/connect_type +Date: January 2013 +Contact: Lan Tianyu +Description: + Some platforms provide usb port connect types through ACPI. + This attribute is to expose these information to user space. + The file will read "hotplug", "wired" and "not used" if the + information is available, and "unknown" otherwise. --- linux-lowlatency-3.8.0.orig/Documentation/i2c/busses/i2c-ismt +++ linux-lowlatency-3.8.0/Documentation/i2c/busses/i2c-ismt @@ -0,0 +1,36 @@ +Kernel driver i2c-ismt + +Supported adapters: + * Intel S12xx series SOCs + +Authors: + Bill Brown + + +Module Parameters +----------------- + +* bus_speed (unsigned int) +Allows changing of the bus speed. Normally, the bus speed is set by the BIOS +and never needs to be changed. However, some SMBus analyzers are too slow for +monitoring the bus during debug, thus the need for this module parameter. +Specify the bus speed in kHz. +Available bus frequency settings: + 0 no change + 80 kHz + 100 kHz + 400 kHz + 1000 kHz + + +Description +----------- + +The S12xx series of SOCs have a pair of integrated SMBus 2.0 controllers +targeted primarily at the microserver and storage markets. + +The S12xx series contain a pair of PCI functions. An output of lspci will show +something similar to the following: + + 00:13.0 System peripheral: Intel Corporation Centerton SMBus 2.0 Controller 0 + 00:13.1 System peripheral: Intel Corporation Centerton SMBus 2.0 Controller 1 --- linux-lowlatency-3.8.0.orig/Documentation/i2c/busses/i2c-i801 +++ linux-lowlatency-3.8.0/Documentation/i2c/busses/i2c-i801 @@ -22,6 +22,7 @@ * Intel Panther Point (PCH) * Intel Lynx Point (PCH) * Intel Lynx Point-LP (PCH) + * Intel Avoton (SOC) Datasheets: Publicly available at the Intel website On Intel Patsburg and later chipsets, both the normal host SMBus controller --- linux-lowlatency-3.8.0.orig/Documentation/DocBook/drm.tmpl +++ linux-lowlatency-3.8.0/Documentation/DocBook/drm.tmpl @@ -743,6 +743,10 @@ These two operations are mandatory for GEM drivers that support DRM PRIME. + + DRM PRIME Helper Functions Reference +!Pdrivers/gpu/drm/drm_prime.c PRIME Helpers + GEM Objects Mapping --- linux-lowlatency-3.8.0.orig/mm/pagewalk.c +++ linux-lowlatency-3.8.0/mm/pagewalk.c @@ -127,28 +127,7 @@ return 0; } -static struct vm_area_struct* hugetlb_vma(unsigned long addr, struct mm_walk *walk) -{ - struct vm_area_struct *vma; - - /* We don't need vma lookup at all. */ - if (!walk->hugetlb_entry) - return NULL; - - VM_BUG_ON(!rwsem_is_locked(&walk->mm->mmap_sem)); - vma = find_vma(walk->mm, addr); - if (vma && vma->vm_start <= addr && is_vm_hugetlb_page(vma)) - return vma; - - return NULL; -} - #else /* CONFIG_HUGETLB_PAGE */ -static struct vm_area_struct* hugetlb_vma(unsigned long addr, struct mm_walk *walk) -{ - return NULL; -} - static int walk_hugetlb_range(struct vm_area_struct *vma, unsigned long addr, unsigned long end, struct mm_walk *walk) @@ -198,30 +177,53 @@ if (!walk->mm) return -EINVAL; + VM_BUG_ON(!rwsem_is_locked(&walk->mm->mmap_sem)); + pgd = pgd_offset(walk->mm, addr); do { - struct vm_area_struct *vma; + struct vm_area_struct *vma = NULL; next = pgd_addr_end(addr, end); /* - * handle hugetlb vma individually because pagetable walk for - * the hugetlb page is dependent on the architecture and - * we can't handled it in the same manner as non-huge pages. + * This function was not intended to be vma based. + * But there are vma special cases to be handled: + * - hugetlb vma's + * - VM_PFNMAP vma's */ - vma = hugetlb_vma(addr, walk); + vma = find_vma(walk->mm, addr); if (vma) { - if (vma->vm_end < next) + /* + * There are no page structures backing a VM_PFNMAP + * range, so do not allow split_huge_page_pmd(). + */ + if ((vma->vm_start <= addr) && + (vma->vm_flags & VM_PFNMAP)) { next = vma->vm_end; + pgd = pgd_offset(walk->mm, next); + continue; + } /* - * Hugepage is very tightly coupled with vma, so - * walk through hugetlb entries within a given vma. + * Handle hugetlb vma individually because pagetable + * walk for the hugetlb page is dependent on the + * architecture and we can't handled it in the same + * manner as non-huge pages. */ - err = walk_hugetlb_range(vma, addr, next, walk); - if (err) - break; - pgd = pgd_offset(walk->mm, next); - continue; + if (walk->hugetlb_entry && (vma->vm_start <= addr) && + is_vm_hugetlb_page(vma)) { + if (vma->vm_end < next) + next = vma->vm_end; + /* + * Hugepage is very tightly coupled with vma, + * so walk through hugetlb entries within a + * given vma. + */ + err = walk_hugetlb_range(vma, addr, next, walk); + if (err) + break; + pgd = pgd_offset(walk->mm, next); + continue; + } } if (pgd_none_or_clear_bad(pgd)) { --- linux-lowlatency-3.8.0.orig/mm/shmem.c +++ linux-lowlatency-3.8.0/mm/shmem.c @@ -2487,6 +2487,7 @@ unsigned long inodes; int error = -EINVAL; + config.mpol = NULL; if (shmem_parse_options(data, &config, true)) return error; @@ -2511,8 +2512,13 @@ sbinfo->max_inodes = config.max_inodes; sbinfo->free_inodes = config.max_inodes - inodes; - mpol_put(sbinfo->mpol); - sbinfo->mpol = config.mpol; /* transfers initial ref */ + /* + * Preserve previous mempolicy unless mpol remount option was specified. + */ + if (config.mpol) { + mpol_put(sbinfo->mpol); + sbinfo->mpol = config.mpol; /* transfers initial ref */ + } out: spin_unlock(&sbinfo->stat_lock); return error; --- linux-lowlatency-3.8.0.orig/mm/readahead.c +++ linux-lowlatency-3.8.0/mm/readahead.c @@ -189,6 +189,7 @@ list_add(&page->lru, &page_pool); if (page_idx == nr_to_read - lookahead_size) SetPageReadahead(page); + SetPageReadaheadUnused(page); ret++; } --- linux-lowlatency-3.8.0.orig/mm/process_vm_access.c +++ linux-lowlatency-3.8.0/mm/process_vm_access.c @@ -429,12 +429,6 @@ if (flags != 0) return -EINVAL; - if (!access_ok(VERIFY_READ, lvec, liovcnt * sizeof(*lvec))) - goto out; - - if (!access_ok(VERIFY_READ, rvec, riovcnt * sizeof(*rvec))) - goto out; - if (vm_write) rc = compat_rw_copy_check_uvector(WRITE, lvec, liovcnt, UIO_FASTIOV, iovstack_l, @@ -459,8 +453,6 @@ kfree(iov_r); if (iov_l != iovstack_l) kfree(iov_l); - -out: return rc; } --- linux-lowlatency-3.8.0.orig/mm/page_alloc.c +++ linux-lowlatency-3.8.0/mm/page_alloc.c @@ -2614,10 +2614,17 @@ page = get_page_from_freelist(gfp_mask|__GFP_HARDWALL, nodemask, order, zonelist, high_zoneidx, alloc_flags, preferred_zone, migratetype); - if (unlikely(!page)) + if (unlikely(!page)) { + /* + * Runtime PM, block IO and its error handling path + * can deadlock because I/O on the device might not + * complete. + */ + gfp_mask = memalloc_noio_flags(gfp_mask); page = __alloc_pages_slowpath(gfp_mask, order, zonelist, high_zoneidx, nodemask, preferred_zone, migratetype); + } trace_mm_page_alloc(page, order, gfp_mask, migratetype); @@ -6114,6 +6121,7 @@ #ifdef CONFIG_TRANSPARENT_HUGEPAGE {1UL << PG_compound_lock, "compound_lock" }, #endif + {1UL << PG_readaheadunused, "readaheadunused"}, }; static void dump_page_flags(unsigned long flags) --- linux-lowlatency-3.8.0.orig/mm/memory.c +++ linux-lowlatency-3.8.0/mm/memory.c @@ -212,6 +212,7 @@ tlb->mm = mm; tlb->fullmm = fullmm; + tlb->need_flush_all = 0; tlb->start = -1UL; tlb->end = 0; tlb->need_flush = 0; @@ -2357,6 +2358,53 @@ } EXPORT_SYMBOL(remap_pfn_range); +/** + * vm_iomap_memory - remap memory to userspace + * @vma: user vma to map to + * @start: start of area + * @len: size of area + * + * This is a simplified io_remap_pfn_range() for common driver use. The + * driver just needs to give us the physical memory range to be mapped, + * we'll figure out the rest from the vma information. + * + * NOTE! Some drivers might want to tweak vma->vm_page_prot first to get + * whatever write-combining details or similar. + */ +int vm_iomap_memory(struct vm_area_struct *vma, phys_addr_t start, unsigned long len) +{ + unsigned long vm_len, pfn, pages; + + /* Check that the physical memory area passed in looks valid */ + if (start + len < start) + return -EINVAL; + /* + * You *really* shouldn't map things that aren't page-aligned, + * but we've historically allowed it because IO memory might + * just have smaller alignment. + */ + len += start & ~PAGE_MASK; + pfn = start >> PAGE_SHIFT; + pages = (len + ~PAGE_MASK) >> PAGE_SHIFT; + if (pfn + pages < pfn) + return -EINVAL; + + /* We start the mapping 'vm_pgoff' pages into the area */ + if (vma->vm_pgoff > pages) + return -EINVAL; + pfn += vma->vm_pgoff; + pages -= vma->vm_pgoff; + + /* Can we fit all of the mapping? */ + vm_len = vma->vm_end - vma->vm_start; + if (vm_len >> PAGE_SHIFT > pages) + return -EINVAL; + + /* Ok, let it rip */ + return io_remap_pfn_range(vma, vma->vm_start, pfn, vm_len, vma->vm_page_prot); +} +EXPORT_SYMBOL(vm_iomap_memory); + static int apply_to_pte_range(struct mm_struct *mm, pmd_t *pmd, unsigned long addr, unsigned long end, pte_fn_t fn, void *data) @@ -3268,10 +3316,15 @@ else VM_BUG_ON(!PageLocked(vmf.page)); + page = vmf.page; + + /* Mark the page as used on fault. */ + if (PageReadaheadUnused(page)) + ClearPageReadaheadUnused(page); + /* * Should we do an early C-O-W break? */ - page = vmf.page; if (flags & FAULT_FLAG_WRITE) { if (!(vma->vm_flags & VM_SHARED)) { page = cow_page; --- linux-lowlatency-3.8.0.orig/mm/migrate.c +++ linux-lowlatency-3.8.0/mm/migrate.c @@ -165,7 +165,7 @@ pte = arch_make_huge_pte(pte, vma, new, 0); } #endif - flush_cache_page(vma, addr, pte_pfn(pte)); + flush_dcache_page(new); set_pte_at(mm, addr, ptep, pte); if (PageHuge(new)) { --- linux-lowlatency-3.8.0.orig/mm/mremap.c +++ linux-lowlatency-3.8.0/mm/mremap.c @@ -134,7 +134,7 @@ pte_unmap(new_pte - 1); pte_unmap_unlock(old_pte - 1, old_ptl); if (anon_vma) - anon_vma_unlock(anon_vma); + anon_vma_unlock_write(anon_vma); if (mapping) mutex_unlock(&mapping->i_mmap_mutex); } --- linux-lowlatency-3.8.0.orig/mm/memcontrol.c +++ linux-lowlatency-3.8.0/mm/memcontrol.c @@ -3936,8 +3936,6 @@ if (mem_cgroup_disabled()) return NULL; - VM_BUG_ON(PageSwapCache(page)); - if (PageTransHuge(page)) { nr_pages <<= compound_order(page); VM_BUG_ON(!PageTransHuge(page)); @@ -4033,6 +4031,18 @@ if (page_mapped(page)) return; VM_BUG_ON(page->mapping && !PageAnon(page)); + /* + * If the page is in swap cache, uncharge should be deferred + * to the swap path, which also properly accounts swap usage + * and handles memcg lifetime. + * + * Note that this check is not stable and reclaim may add the + * page to swap cache at any time after this. However, if the + * page is not in swap cache by the time page->mapcount hits + * 0, there won't be any page table references to the swap + * slot, and reclaim will free it and not actually write the + * page to disk. + */ if (PageSwapCache(page)) return; __mem_cgroup_uncharge_common(page, MEM_CGROUP_CHARGE_TYPE_ANON, false); --- linux-lowlatency-3.8.0.orig/mm/huge_memory.c +++ linux-lowlatency-3.8.0/mm/huge_memory.c @@ -1846,7 +1846,7 @@ BUG_ON(PageCompound(page)); out_unlock: - anon_vma_unlock(anon_vma); + anon_vma_unlock_write(anon_vma); put_anon_vma(anon_vma); out: return ret; @@ -2366,9 +2366,14 @@ pte_unmap(pte); spin_lock(&mm->page_table_lock); BUG_ON(!pmd_none(*pmd)); - set_pmd_at(mm, address, pmd, _pmd); + /* + * We can only use set_pmd_at when establishing + * hugepmds and never for establishing regular pmds that + * points to regular pagetables. Use pmd_populate for that + */ + pmd_populate(mm, pmd, pmd_pgtable(_pmd)); spin_unlock(&mm->page_table_lock); - anon_vma_unlock(vma->anon_vma); + anon_vma_unlock_write(vma->anon_vma); goto out; } @@ -2376,7 +2381,7 @@ * All pages are isolated and locked so anon_vma rmap * can't run anymore. */ - anon_vma_unlock(vma->anon_vma); + anon_vma_unlock_write(vma->anon_vma); __collapse_huge_page_copy(pte, new_page, vma, address, ptl); pte_unmap(pte); --- linux-lowlatency-3.8.0.orig/mm/nommu.c +++ linux-lowlatency-3.8.0/mm/nommu.c @@ -819,7 +819,7 @@ struct vm_area_struct *vma; /* check the cache first */ - vma = mm->mmap_cache; + vma = ACCESS_ONCE(mm->mmap_cache); if (vma && vma->vm_start <= addr && vma->vm_end > addr) return vma; --- linux-lowlatency-3.8.0.orig/mm/filemap.c +++ linux-lowlatency-3.8.0/mm/filemap.c @@ -1304,6 +1304,9 @@ if (size > count) size = count; + if (PageReadaheadUnused(page)) + ClearPageReadaheadUnused(page); + /* * Faults on the destination of a read are common, so do it before * taking the kmap. --- linux-lowlatency-3.8.0.orig/mm/mmap.c +++ linux-lowlatency-3.8.0/mm/mmap.c @@ -800,7 +800,7 @@ anon_vma_interval_tree_post_update_vma(vma); if (adjust_next) anon_vma_interval_tree_post_update_vma(next); - anon_vma_unlock(anon_vma); + anon_vma_unlock_write(anon_vma); } if (mapping) mutex_unlock(&mapping->i_mmap_mutex); @@ -1296,15 +1296,24 @@ file = fget(fd); if (!file) goto out; + if (is_file_hugepages(file)) + len = ALIGN(len, huge_page_size(hstate_file(file))); } else if (flags & MAP_HUGETLB) { struct user_struct *user = NULL; + struct hstate *hs = hstate_sizelog((flags >> MAP_HUGE_SHIFT) & + SHM_HUGE_MASK); + + if (!hs) + return -EINVAL; + + len = ALIGN(len, huge_page_size(hs)); /* * VM_NORESERVE is used because the reservations will be * taken when vm_ops->mmap() is called * A dummy user value is used because we are not locking * memory so no accounting is necessary */ - file = hugetlb_file_setup(HUGETLB_ANON_FILE, addr, len, + file = hugetlb_file_setup(HUGETLB_ANON_FILE, len, VM_NORESERVE, &user, HUGETLB_ANONHUGE_INODE, (flags >> MAP_HUGE_SHIFT) & MAP_HUGE_MASK); @@ -1922,7 +1931,7 @@ /* Check the cache first. */ /* (Cache hit rate is typically around 35%.) */ - vma = mm->mmap_cache; + vma = ACCESS_ONCE(mm->mmap_cache); if (!(vma && vma->vm_end > addr && vma->vm_start <= addr)) { struct rb_node *rb_node; @@ -2169,9 +2178,28 @@ return error; } +/* + * Note how expand_stack() refuses to expand the stack all the way to + * abut the next virtual mapping, *unless* that mapping itself is also + * a stack mapping. We want to leave room for a guard page, after all + * (the guard page itself is not added here, that is done by the + * actual page faulting logic) + * + * This matches the behavior of the guard page logic (see mm/memory.c: + * check_stack_guard_page()), which only allows the guard page to be + * removed under these circumstances. + */ #ifdef CONFIG_STACK_GROWSUP int expand_stack(struct vm_area_struct *vma, unsigned long address) { + struct vm_area_struct *next; + + address &= PAGE_MASK; + next = vma->vm_next; + if (next && next->vm_start == address + PAGE_SIZE) { + if (!(next->vm_flags & VM_GROWSUP)) + return -ENOMEM; + } return expand_upwards(vma, address); } @@ -2194,6 +2222,14 @@ #else int expand_stack(struct vm_area_struct *vma, unsigned long address) { + struct vm_area_struct *prev; + + address &= PAGE_MASK; + prev = vma->vm_prev; + if (prev && prev->vm_end == address) { + if (!(prev->vm_flags & VM_GROWSDOWN)) + return -ENOMEM; + } return expand_downwards(vma, address); } @@ -2262,7 +2298,7 @@ update_hiwater_rss(mm); unmap_vmas(&tlb, vma, start, end); free_pgtables(&tlb, vma, prev ? prev->vm_end : FIRST_USER_ADDRESS, - next ? next->vm_start : 0); + next ? next->vm_start : USER_PGTABLES_CEILING); tlb_finish_mmu(&tlb, start, end); } @@ -2640,7 +2676,7 @@ /* Use -1 here to ensure all VMAs in the mm are unmapped */ unmap_vmas(&tlb, vma, 0, -1); - free_pgtables(&tlb, vma, FIRST_USER_ADDRESS, 0); + free_pgtables(&tlb, vma, FIRST_USER_ADDRESS, USER_PGTABLES_CEILING); tlb_finish_mmu(&tlb, 0, -1); /* @@ -3001,7 +3037,7 @@ if (!__test_and_clear_bit(0, (unsigned long *) &anon_vma->root->rb_root.rb_node)) BUG(); - anon_vma_unlock(anon_vma); + anon_vma_unlock_write(anon_vma); } } --- linux-lowlatency-3.8.0.orig/mm/fadvise.c +++ linux-lowlatency-3.8.0/mm/fadvise.c @@ -17,6 +17,7 @@ #include #include #include +#include #include @@ -120,9 +121,22 @@ start_index = (offset+(PAGE_CACHE_SIZE-1)) >> PAGE_CACHE_SHIFT; end_index = (endbyte >> PAGE_CACHE_SHIFT); - if (end_index >= start_index) - invalidate_mapping_pages(mapping, start_index, + if (end_index >= start_index) { + unsigned long count = invalidate_mapping_pages(mapping, + start_index, end_index); + + /* + * If fewer pages were invalidated than expected then + * it is possible that some of the pages were on + * a per-cpu pagevec for a remote CPU. Drain all + * pagevecs and try again. + */ + if (count < (end_index - start_index + 1)) { + lru_add_drain_all(); + invalidate_mapping_pages(mapping, start_index, end_index); + } + } break; default: ret = -EINVAL; --- linux-lowlatency-3.8.0.orig/mm/page_io.c +++ linux-lowlatency-3.8.0/mm/page_io.c @@ -214,6 +214,7 @@ kiocb.ki_left = PAGE_SIZE; kiocb.ki_nbytes = PAGE_SIZE; + set_page_writeback(page); unlock_page(page); ret = mapping->a_ops->direct_IO(KERNEL_WRITE, &kiocb, &iov, @@ -222,7 +223,23 @@ if (ret == PAGE_SIZE) { count_vm_event(PSWPOUT); ret = 0; + } else { + /* + * In the case of swap-over-nfs, this can be a + * temporary failure if the system has limited + * memory for allocating transmit buffers. + * Mark the page dirty and avoid + * rotate_reclaimable_page but rate-limit the + * messages but do not flag PageError like + * the normal direct-to-bio case as it could + * be temporary. + */ + set_page_dirty(page); + ClearPageReclaim(page); + pr_err_ratelimited("Write error on dio swapfile (%Lu)\n", + page_file_offset(page)); } + end_page_writeback(page); return ret; } --- linux-lowlatency-3.8.0.orig/mm/mincore.c +++ linux-lowlatency-3.8.0/mm/mincore.c @@ -80,6 +80,8 @@ #endif if (page) { present = PageUptodate(page); + if (present) + present |= (PageReadaheadUnused(page) << 7); page_cache_release(page); } --- linux-lowlatency-3.8.0.orig/mm/mmu_notifier.c +++ linux-lowlatency-3.8.0/mm/mmu_notifier.c @@ -47,11 +47,10 @@ id = srcu_read_lock(&srcu); hlist_for_each_entry_rcu(mn, n, &mm->mmu_notifier_mm->list, hlist) /* - * if ->release runs before mmu_notifier_unregister it - * must be handled as it's the only way for the driver - * to flush all existing sptes and stop the driver - * from establishing any more sptes before all the - * pages in the mm are freed. + * If ->release runs before mmu_notifier_unregister it must be + * handled, as it's the only way for the driver to flush all + * existing sptes and stop the driver from establishing any more + * sptes before all the pages in the mm are freed. */ if (mn->ops->release) mn->ops->release(mn, mm); @@ -64,22 +63,22 @@ hlist); /* * We arrived before mmu_notifier_unregister so - * mmu_notifier_unregister will do nothing other than - * to wait ->release to finish and - * mmu_notifier_unregister to return. + * mmu_notifier_unregister will do nothing other than to wait + * for ->release to finish and for mmu_notifier_unregister to + * return. */ hlist_del_init_rcu(&mn->hlist); } spin_unlock(&mm->mmu_notifier_mm->lock); /* - * synchronize_srcu here prevents mmu_notifier_release to - * return to exit_mmap (which would proceed freeing all pages - * in the mm) until the ->release method returns, if it was - * invoked by mmu_notifier_unregister. + * synchronize_srcu here prevents mmu_notifier_release from returning to + * exit_mmap (which would proceed with freeing all pages in the mm) + * until the ->release method returns, if it was invoked by + * mmu_notifier_unregister. * - * The mmu_notifier_mm can't go away from under us because one - * mm_count is hold by exit_mmap. + * The mmu_notifier_mm can't go away from under us because one mm_count + * is held by exit_mmap. */ synchronize_srcu(&srcu); } @@ -296,28 +295,31 @@ if (!hlist_unhashed(&mn->hlist)) { /* - * SRCU here will force exit_mmap to wait ->release to finish - * before freeing the pages. + * SRCU here will force exit_mmap to wait for ->release to + * finish before freeing the pages. */ int id; id = srcu_read_lock(&srcu); /* - * exit_mmap will block in mmu_notifier_release to - * guarantee ->release is called before freeing the - * pages. + * exit_mmap will block in mmu_notifier_release to guarantee + * that ->release is called before freeing the pages. */ if (mn->ops->release) mn->ops->release(mn, mm); srcu_read_unlock(&srcu, id); spin_lock(&mm->mmu_notifier_mm->lock); - hlist_del_rcu(&mn->hlist); + /* + * Can not use list_del_rcu() since __mmu_notifier_release + * can delete it before we hold the lock. + */ + hlist_del_init_rcu(&mn->hlist); spin_unlock(&mm->mmu_notifier_mm->lock); } /* - * Wait any running method to finish, of course including + * Wait for any running method to finish, of course including * ->release if it was run by mmu_notifier_relase instead of us. */ synchronize_srcu(&srcu); --- linux-lowlatency-3.8.0.orig/mm/hugetlb.c +++ linux-lowlatency-3.8.0/mm/hugetlb.c @@ -2127,8 +2127,12 @@ /* Return the number pages of memory we physically have, in PAGE_SIZE units. */ unsigned long hugetlb_total_pages(void) { - struct hstate *h = &default_hstate; - return h->nr_huge_pages * pages_per_huge_page(h); + struct hstate *h; + unsigned long nr_total_pages = 0; + + for_each_hstate(h) + nr_total_pages += h->nr_huge_pages * pages_per_huge_page(h); + return nr_total_pages; } static int hugetlb_acct_memory(struct hstate *h, long delta) @@ -2961,7 +2965,17 @@ break; } - if (absent || + /* + * We need call hugetlb_fault for both hugepages under migration + * (in which case hugetlb_fault waits for the migration,) and + * hwpoisoned hugepages (in which case we need to prevent the + * caller from accessing to them.) In order to do this, we use + * here is_swap_pte instead of is_hugetlb_entry_migration and + * is_hugetlb_entry_hwpoisoned. This is because it simply covers + * both cases, and because we can't follow correct pages + * directly from any kind of swap entries. + */ + if (absent || is_swap_pte(huge_ptep_get(pte)) || ((flags & FOLL_WRITE) && !pte_write(huge_ptep_get(pte)))) { int ret; --- linux-lowlatency-3.8.0.orig/mm/rmap.c +++ linux-lowlatency-3.8.0/mm/rmap.c @@ -105,7 +105,7 @@ */ if (rwsem_is_locked(&anon_vma->root->rwsem)) { anon_vma_lock_write(anon_vma); - anon_vma_unlock(anon_vma); + anon_vma_unlock_write(anon_vma); } kmem_cache_free(anon_vma_cachep, anon_vma); @@ -191,7 +191,7 @@ avc = NULL; } spin_unlock(&mm->page_table_lock); - anon_vma_unlock(anon_vma); + anon_vma_unlock_write(anon_vma); if (unlikely(allocated)) put_anon_vma(allocated); @@ -308,7 +308,7 @@ vma->anon_vma = anon_vma; anon_vma_lock_write(anon_vma); anon_vma_chain_link(vma, avc, anon_vma); - anon_vma_unlock(anon_vma); + anon_vma_unlock_write(anon_vma); return 0; --- linux-lowlatency-3.8.0.orig/mm/mempolicy.c +++ linux-lowlatency-3.8.0/mm/mempolicy.c @@ -2386,8 +2386,8 @@ *mpol_new = *n->policy; atomic_set(&mpol_new->refcnt, 1); sp_node_init(n_new, n->end, end, mpol_new); - sp_insert(sp, n_new); n->end = start; + sp_insert(sp, n_new); n_new = NULL; mpol_new = NULL; break; --- linux-lowlatency-3.8.0.orig/mm/vmscan.c +++ linux-lowlatency-3.8.0/mm/vmscan.c @@ -2300,7 +2300,7 @@ { unsigned long nr_reclaimed; struct scan_control sc = { - .gfp_mask = gfp_mask, + .gfp_mask = (gfp_mask = memalloc_noio_flags(gfp_mask)), .may_writepage = !laptop_mode, .nr_to_reclaim = SWAP_CLUSTER_MAX, .may_unmap = 1, @@ -3282,7 +3282,7 @@ .may_swap = 1, .nr_to_reclaim = max_t(unsigned long, nr_pages, SWAP_CLUSTER_MAX), - .gfp_mask = gfp_mask, + .gfp_mask = (gfp_mask = memalloc_noio_flags(gfp_mask)), .order = order, .priority = ZONE_RECLAIM_PRIORITY, }; --- linux-lowlatency-3.8.0.orig/security/device_cgroup.c +++ linux-lowlatency-3.8.0/security/device_cgroup.c @@ -7,6 +7,7 @@ #include #include #include +#include #include #include #include @@ -631,6 +632,7 @@ return __devcgroup_check_permission(type, imajor(inode), iminor(inode), access); } +EXPORT_SYMBOL(__devcgroup_inode_permission); int devcgroup_inode_mknod(int mode, dev_t dev) { --- linux-lowlatency-3.8.0.orig/security/security.c +++ linux-lowlatency-3.8.0/security/security.c @@ -396,6 +396,7 @@ return 0; return security_ops->path_rmdir(dir, dentry); } +EXPORT_SYMBOL(security_path_rmdir); int security_path_unlink(struct path *dir, struct dentry *dentry) { @@ -412,6 +413,7 @@ return 0; return security_ops->path_symlink(dir, dentry, old_name); } +EXPORT_SYMBOL(security_path_symlink); int security_path_link(struct dentry *old_dentry, struct path *new_dir, struct dentry *new_dentry) @@ -420,6 +422,7 @@ return 0; return security_ops->path_link(old_dentry, new_dir, new_dentry); } +EXPORT_SYMBOL(security_path_link); int security_path_rename(struct path *old_dir, struct dentry *old_dentry, struct path *new_dir, struct dentry *new_dentry) @@ -438,6 +441,7 @@ return 0; return security_ops->path_truncate(path); } +EXPORT_SYMBOL(security_path_truncate); int security_path_chmod(struct path *path, umode_t mode) { @@ -445,6 +449,7 @@ return 0; return security_ops->path_chmod(path, mode); } +EXPORT_SYMBOL(security_path_chmod); int security_path_chown(struct path *path, kuid_t uid, kgid_t gid) { @@ -452,6 +457,7 @@ return 0; return security_ops->path_chown(path, uid, gid); } +EXPORT_SYMBOL(security_path_chown); int security_path_chroot(struct path *path) { @@ -528,6 +534,7 @@ return 0; return security_ops->inode_readlink(dentry); } +EXPORT_SYMBOL(security_inode_readlink); int security_inode_follow_link(struct dentry *dentry, struct nameidata *nd) { @@ -542,6 +549,7 @@ return 0; return security_ops->inode_permission(inode, mask); } +EXPORT_SYMBOL(security_inode_permission); int security_inode_setattr(struct dentry *dentry, struct iattr *attr) { @@ -663,6 +671,7 @@ return fsnotify_perm(file, mask); } +EXPORT_SYMBOL(security_file_permission); int security_file_alloc(struct file *file) { @@ -723,6 +732,7 @@ return ret; return ima_file_mmap(file, prot); } +EXPORT_SYMBOL(security_mmap_file); int security_mmap_addr(unsigned long addr) { --- linux-lowlatency-3.8.0.orig/security/commoncap.c +++ linux-lowlatency-3.8.0/security/commoncap.c @@ -988,9 +988,11 @@ } return ret; } +EXPORT_SYMBOL(cap_mmap_addr); int cap_mmap_file(struct file *file, unsigned long reqprot, unsigned long prot, unsigned long flags) { return 0; } +EXPORT_SYMBOL(cap_mmap_file); --- linux-lowlatency-3.8.0.orig/security/apparmor/apparmorfs.c +++ linux-lowlatency-3.8.0/security/apparmor/apparmorfs.c @@ -182,6 +182,232 @@ .release = single_release, }; +/** + * __next_namespace - find the next namespace to list + * @root: root namespace to stop search at (NOT NULL) + * @ns: current ns position (NOT NULL) + * + * Find the next namespace from @ns under @root and handle all locking needed + * while switching current namespace. + * + * Returns: next namespace or NULL if at last namespace under @root + * NOTE: will not unlock root->lock + */ +static struct aa_namespace *__next_namespace(struct aa_namespace *root, + struct aa_namespace *ns) +{ + struct aa_namespace *parent; + + /* is next namespace a child */ + if (!list_empty(&ns->sub_ns)) { + struct aa_namespace *next; + next = list_first_entry(&ns->sub_ns, typeof(*ns), base.list); + read_lock(&next->lock); + return next; + } + + /* check if the next ns is a sibling, parent, gp, .. */ + parent = ns->parent; + while (parent) { + read_unlock(&ns->lock); + list_for_each_entry_continue(ns, &parent->sub_ns, base.list) { + read_lock(&ns->lock); + return ns; + } + if (parent == root) + return NULL; + ns = parent; + parent = parent->parent; + } + + return NULL; +} + +/** + * __first_profile - find the first profile in a namespace + * @root: namespace that is root of profiles being displayed (NOT NULL) + * @ns: namespace to start in (NOT NULL) + * + * Returns: unrefcounted profile or NULL if no profile + */ +static struct aa_profile *__first_profile(struct aa_namespace *root, + struct aa_namespace *ns) +{ + for ( ; ns; ns = __next_namespace(root, ns)) { + if (!list_empty(&ns->base.profiles)) + return list_first_entry(&ns->base.profiles, + struct aa_profile, base.list); + } + return NULL; +} + +/** + * __next_profile - step to the next profile in a profile tree + * @profile: current profile in tree (NOT NULL) + * + * Perform a depth first taversal on the profile tree in a namespace + * + * Returns: next profile or NULL if done + * Requires: profile->ns.lock to be held + */ +static struct aa_profile *__next_profile(struct aa_profile *p) +{ + struct aa_profile *parent; + struct aa_namespace *ns = p->ns; + + /* is next profile a child */ + if (!list_empty(&p->base.profiles)) + return list_first_entry(&p->base.profiles, typeof(*p), + base.list); + + /* is next profile a sibling, parent sibling, gp, subling, .. */ + parent = p->parent; + while (parent) { + list_for_each_entry_continue(p, &parent->base.profiles, + base.list) + return p; + p = parent; + parent = parent->parent; + } + + /* is next another profile in the namespace */ + list_for_each_entry_continue(p, &ns->base.profiles, base.list) + return p; + + return NULL; +} + +/** + * next_profile - step to the next profile in where ever it may be + * @root: root namespace (NOT NULL) + * @profile: current profile (NOT NULL) + * + * Returns: next profile or NULL if there isn't one + */ +static struct aa_profile *next_profile(struct aa_namespace *root, + struct aa_profile *profile) +{ + struct aa_profile *next = __next_profile(profile); + if (next) + return next; + + /* finished all profiles in namespace move to next namespace */ + return __first_profile(root, __next_namespace(root, profile->ns)); +} + +/** + * p_start - start a depth first traversal of profile tree + * @f: seq_file to fill + * @pos: current position + * + * Returns: first profile under current namespace or NULL if none found + * + * acquires first ns->lock + */ +static void *p_start(struct seq_file *f, loff_t *pos) + __acquires(root->lock) +{ + struct aa_profile *profile = NULL; + struct aa_namespace *root = aa_current_profile()->ns; + loff_t l = *pos; + f->private = aa_get_namespace(root); + + + /* find the first profile */ + read_lock(&root->lock); + profile = __first_profile(root, root); + + /* skip to position */ + for (; profile && l > 0; l--) + profile = next_profile(root, profile); + + return profile; +} + +/** + * p_next - read the next profile entry + * @f: seq_file to fill + * @p: profile previously returned + * @pos: current position + * + * Returns: next profile after @p or NULL if none + * + * may acquire/release locks in namespace tree as necessary + */ +static void *p_next(struct seq_file *f, void *p, loff_t *pos) +{ + struct aa_profile *profile = p; + struct aa_namespace *root = f->private; + (*pos)++; + + return next_profile(root, profile); +} + +/** + * p_stop - stop depth first traversal + * @f: seq_file we are filling + * @p: the last profile writen + * + * Release all locking done by p_start/p_next on namespace tree + */ +static void p_stop(struct seq_file *f, void *p) + __releases(root->lock) +{ + struct aa_profile *profile = p; + struct aa_namespace *root = f->private, *ns; + + if (profile) { + for (ns = profile->ns; ns && ns != root; ns = ns->parent) + read_unlock(&ns->lock); + } + read_unlock(&root->lock); + aa_put_namespace(root); +} + +/** + * seq_show_profile - show a profile entry + * @f: seq_file to file + * @p: current position (profile) (NOT NULL) + * + * Returns: error on failure + */ +static int seq_show_profile(struct seq_file *f, void *p) +{ + struct aa_profile *profile = (struct aa_profile *)p; + struct aa_namespace *root = f->private; + + if (profile->ns != root) + seq_printf(f, ":%s://", aa_ns_name(root, profile->ns)); + seq_printf(f, "%s (%s)\n", profile->base.hname, + COMPLAIN_MODE(profile) ? "complain" : "enforce"); + + return 0; +} + +static const struct seq_operations aa_fs_profiles_op = { + .start = p_start, + .next = p_next, + .stop = p_stop, + .show = seq_show_profile, +}; + +static int profiles_open(struct inode *inode, struct file *file) +{ + return seq_open(file, &aa_fs_profiles_op); +} + +static int profiles_release(struct inode *inode, struct file *file) +{ + return seq_release(inode, file); +} + +const struct file_operations aa_fs_profiles_fops = { + .open = profiles_open, + .read = seq_read, + .llseek = seq_lseek, + .release = profiles_release, +}; + /** Base file system setup **/ static struct aa_fs_entry aa_fs_entry_file[] = { @@ -198,9 +424,23 @@ { } }; +static struct aa_fs_entry aa_fs_entry_mount[] = { + AA_FS_FILE_STRING("mask", "mount umount"), + { } +}; + +static struct aa_fs_entry aa_fs_entry_namespaces[] = { + AA_FS_FILE_BOOLEAN("profile", 1), + AA_FS_FILE_BOOLEAN("pivot_root", 1), + { } +}; + static struct aa_fs_entry aa_fs_entry_features[] = { AA_FS_DIR("domain", aa_fs_entry_domain), AA_FS_DIR("file", aa_fs_entry_file), + AA_FS_DIR("network", aa_fs_entry_network), + AA_FS_DIR("mount", aa_fs_entry_mount), + AA_FS_DIR("namespaces", aa_fs_entry_namespaces), AA_FS_FILE_U64("capability", VFS_CAP_FLAGS_MASK), AA_FS_DIR("rlimit", aa_fs_entry_rlimit), { } @@ -210,6 +450,7 @@ AA_FS_FILE_FOPS(".load", 0640, &aa_fs_profile_load), AA_FS_FILE_FOPS(".replace", 0640, &aa_fs_profile_replace), AA_FS_FILE_FOPS(".remove", 0640, &aa_fs_profile_remove), + AA_FS_FILE_FOPS("profiles", 0640, &aa_fs_profiles_fops), AA_FS_DIR("features", aa_fs_entry_features), { } }; --- linux-lowlatency-3.8.0.orig/security/apparmor/lsm.c +++ linux-lowlatency-3.8.0/security/apparmor/lsm.c @@ -32,9 +32,11 @@ #include "include/context.h" #include "include/file.h" #include "include/ipc.h" +#include "include/net.h" #include "include/path.h" #include "include/policy.h" #include "include/procattr.h" +#include "include/mount.h" /* Flag indicating whether initialization completed */ int apparmor_initialized __initdata; @@ -503,6 +505,60 @@ !(vma->vm_flags & VM_SHARED) ? MAP_PRIVATE : 0); } +static int apparmor_sb_mount(const char *dev_name, struct path *path, const char *type, + unsigned long flags, void *data) +{ + struct aa_profile *profile; + int error = 0; + + /* Discard magic */ + if ((flags & MS_MGC_MSK) == MS_MGC_VAL) + flags &= ~MS_MGC_MSK; + + flags &= ~AA_MS_IGNORE_MASK; + + profile = __aa_current_profile(); + if (!unconfined(profile)) { + if (flags & MS_REMOUNT) + error = aa_remount(profile, path, flags, data); + else if (flags & MS_BIND) + error = aa_bind_mount(profile, path, dev_name, flags); + else if (flags & (MS_SHARED | MS_PRIVATE | MS_SLAVE | + MS_UNBINDABLE)) + error = aa_mount_change_type(profile, path, flags); + else if (flags & MS_MOVE) + error = aa_move_mount(profile, path, dev_name); + else + error = aa_new_mount(profile, dev_name, path, type, + flags, data); + } + return error; +} + +static int apparmor_sb_umount(struct vfsmount *mnt, int flags) +{ + struct aa_profile *profile; + int error = 0; + + profile = __aa_current_profile(); + if (!unconfined(profile)) + error = aa_umount(profile, mnt, flags); + + return error; +} + +static int apparmor_sb_pivotroot(struct path *old_path, struct path *new_path) +{ + struct aa_profile *profile; + int error = 0; + + profile = __aa_current_profile(); + if (!unconfined(profile)) + error = aa_pivotroot(profile, old_path, new_path); + + return error; +} + static int apparmor_getprocattr(struct task_struct *task, char *name, char **value) { @@ -614,6 +670,104 @@ return error; } +static int apparmor_socket_create(int family, int type, int protocol, int kern) +{ + struct aa_profile *profile; + int error = 0; + + if (kern) + return 0; + + profile = __aa_current_profile(); + if (!unconfined(profile)) + error = aa_net_perm(OP_CREATE, profile, family, type, protocol, + NULL); + return error; +} + +static int apparmor_socket_bind(struct socket *sock, + struct sockaddr *address, int addrlen) +{ + struct sock *sk = sock->sk; + + return aa_revalidate_sk(OP_BIND, sk); +} + +static int apparmor_socket_connect(struct socket *sock, + struct sockaddr *address, int addrlen) +{ + struct sock *sk = sock->sk; + + return aa_revalidate_sk(OP_CONNECT, sk); +} + +static int apparmor_socket_listen(struct socket *sock, int backlog) +{ + struct sock *sk = sock->sk; + + return aa_revalidate_sk(OP_LISTEN, sk); +} + +static int apparmor_socket_accept(struct socket *sock, struct socket *newsock) +{ + struct sock *sk = sock->sk; + + return aa_revalidate_sk(OP_ACCEPT, sk); +} + +static int apparmor_socket_sendmsg(struct socket *sock, + struct msghdr *msg, int size) +{ + struct sock *sk = sock->sk; + + return aa_revalidate_sk(OP_SENDMSG, sk); +} + +static int apparmor_socket_recvmsg(struct socket *sock, + struct msghdr *msg, int size, int flags) +{ + struct sock *sk = sock->sk; + + return aa_revalidate_sk(OP_RECVMSG, sk); +} + +static int apparmor_socket_getsockname(struct socket *sock) +{ + struct sock *sk = sock->sk; + + return aa_revalidate_sk(OP_GETSOCKNAME, sk); +} + +static int apparmor_socket_getpeername(struct socket *sock) +{ + struct sock *sk = sock->sk; + + return aa_revalidate_sk(OP_GETPEERNAME, sk); +} + +static int apparmor_socket_getsockopt(struct socket *sock, int level, + int optname) +{ + struct sock *sk = sock->sk; + + return aa_revalidate_sk(OP_GETSOCKOPT, sk); +} + +static int apparmor_socket_setsockopt(struct socket *sock, int level, + int optname) +{ + struct sock *sk = sock->sk; + + return aa_revalidate_sk(OP_SETSOCKOPT, sk); +} + +static int apparmor_socket_shutdown(struct socket *sock, int how) +{ + struct sock *sk = sock->sk; + + return aa_revalidate_sk(OP_SOCK_SHUTDOWN, sk); +} + static struct security_operations apparmor_ops = { .name = "apparmor", @@ -622,6 +776,10 @@ .capget = apparmor_capget, .capable = apparmor_capable, + .sb_mount = apparmor_sb_mount, + .sb_umount = apparmor_sb_umount, + .sb_pivotroot = apparmor_sb_pivotroot, + .path_link = apparmor_path_link, .path_unlink = apparmor_path_unlink, .path_symlink = apparmor_path_symlink, @@ -646,6 +804,19 @@ .getprocattr = apparmor_getprocattr, .setprocattr = apparmor_setprocattr, + .socket_create = apparmor_socket_create, + .socket_bind = apparmor_socket_bind, + .socket_connect = apparmor_socket_connect, + .socket_listen = apparmor_socket_listen, + .socket_accept = apparmor_socket_accept, + .socket_sendmsg = apparmor_socket_sendmsg, + .socket_recvmsg = apparmor_socket_recvmsg, + .socket_getsockname = apparmor_socket_getsockname, + .socket_getpeername = apparmor_socket_getpeername, + .socket_getsockopt = apparmor_socket_getsockopt, + .socket_setsockopt = apparmor_socket_setsockopt, + .socket_shutdown = apparmor_socket_shutdown, + .cred_alloc_blank = apparmor_cred_alloc_blank, .cred_free = apparmor_cred_free, .cred_prepare = apparmor_cred_prepare, --- linux-lowlatency-3.8.0.orig/security/apparmor/domain.c +++ linux-lowlatency-3.8.0/security/apparmor/domain.c @@ -242,7 +242,7 @@ * * Returns: refcounted profile, or NULL on failure (MAYBE NULL) */ -static struct aa_profile *x_table_lookup(struct aa_profile *profile, u32 xindex) +struct aa_profile *x_table_lookup(struct aa_profile *profile, u32 xindex) { struct aa_profile *new_profile = NULL; struct aa_namespace *ns = profile->ns; @@ -360,6 +360,10 @@ if (bprm->cred_prepared) return 0; + /* XXX: no_new_privs is not usable with AppArmor yet */ + if (bprm->unsafe & LSM_UNSAFE_NO_NEW_PRIVS) + return -EPERM; + cxt = bprm->cred->security; BUG_ON(!cxt); --- linux-lowlatency-3.8.0.orig/security/apparmor/net.c +++ linux-lowlatency-3.8.0/security/apparmor/net.c @@ -0,0 +1,162 @@ +/* + * AppArmor security module + * + * This file contains AppArmor network mediation + * + * Copyright (C) 1998-2008 Novell/SUSE + * Copyright 2009-2012 Canonical Ltd. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation, version 2 of the + * License. + */ + +#include "include/apparmor.h" +#include "include/audit.h" +#include "include/context.h" +#include "include/net.h" +#include "include/policy.h" + +#include "net_names.h" + +struct aa_fs_entry aa_fs_entry_network[] = { + AA_FS_FILE_STRING("af_mask", AA_FS_AF_MASK), + { } +}; + +/* audit callback for net specific fields */ +static void audit_cb(struct audit_buffer *ab, void *va) +{ + struct common_audit_data *sa = va; + + audit_log_format(ab, " family="); + if (address_family_names[sa->u.net->family]) { + audit_log_string(ab, address_family_names[sa->u.net->family]); + } else { + audit_log_format(ab, "\"unknown(%d)\"", sa->u.net->family); + } + audit_log_format(ab, " sock_type="); + if (sock_type_names[sa->aad->net.type]) { + audit_log_string(ab, sock_type_names[sa->aad->net.type]); + } else { + audit_log_format(ab, "\"unknown(%d)\"", sa->aad->net.type); + } + audit_log_format(ab, " protocol=%d", sa->aad->net.protocol); +} + +/** + * audit_net - audit network access + * @profile: profile being enforced (NOT NULL) + * @op: operation being checked + * @family: network family + * @type: network type + * @protocol: network protocol + * @sk: socket auditing is being applied to + * @error: error code for failure else 0 + * + * Returns: %0 or sa->error else other errorcode on failure + */ +static int audit_net(struct aa_profile *profile, int op, u16 family, int type, + int protocol, struct sock *sk, int error) +{ + int audit_type = AUDIT_APPARMOR_AUTO; + struct common_audit_data sa; + struct apparmor_audit_data aad = { }; + struct lsm_network_audit net = { }; + if (sk) { + sa.type = LSM_AUDIT_DATA_NET; + } else { + sa.type = LSM_AUDIT_DATA_NONE; + } + /* todo fill in socket addr info */ + sa.aad = &aad; + sa.u.net = &net; + sa.aad->op = op, + sa.u.net->family = family; + sa.u.net->sk = sk; + sa.aad->net.type = type; + sa.aad->net.protocol = protocol; + sa.aad->error = error; + + if (likely(!sa.aad->error)) { + u16 audit_mask = profile->net.audit[sa.u.net->family]; + if (likely((AUDIT_MODE(profile) != AUDIT_ALL) && + !(1 << sa.aad->net.type & audit_mask))) + return 0; + audit_type = AUDIT_APPARMOR_AUDIT; + } else { + u16 quiet_mask = profile->net.quiet[sa.u.net->family]; + u16 kill_mask = 0; + u16 denied = (1 << sa.aad->net.type); + + if (denied & kill_mask) + audit_type = AUDIT_APPARMOR_KILL; + + if ((denied & quiet_mask) && + AUDIT_MODE(profile) != AUDIT_NOQUIET && + AUDIT_MODE(profile) != AUDIT_ALL) + return COMPLAIN_MODE(profile) ? 0 : sa.aad->error; + } + + return aa_audit(audit_type, profile, GFP_KERNEL, &sa, audit_cb); +} + +/** + * aa_net_perm - very course network access check + * @op: operation being checked + * @profile: profile being enforced (NOT NULL) + * @family: network family + * @type: network type + * @protocol: network protocol + * + * Returns: %0 else error if permission denied + */ +int aa_net_perm(int op, struct aa_profile *profile, u16 family, int type, + int protocol, struct sock *sk) +{ + u16 family_mask; + int error; + + if ((family < 0) || (family >= AF_MAX)) + return -EINVAL; + + if ((type < 0) || (type >= SOCK_MAX)) + return -EINVAL; + + /* unix domain and netlink sockets are handled by ipc */ + if (family == AF_UNIX || family == AF_NETLINK) + return 0; + + family_mask = profile->net.allow[family]; + + error = (family_mask & (1 << type)) ? 0 : -EACCES; + + return audit_net(profile, op, family, type, protocol, sk, error); +} + +/** + * aa_revalidate_sk - Revalidate access to a sock + * @op: operation being checked + * @sk: sock being revalidated (NOT NULL) + * + * Returns: %0 else error if permission denied + */ +int aa_revalidate_sk(int op, struct sock *sk) +{ + struct aa_profile *profile; + int error = 0; + + /* aa_revalidate_sk should not be called from interrupt context + * don't mediate these calls as they are not task related + */ + if (in_interrupt()) + return 0; + + profile = __aa_current_profile(); + if (!unconfined(profile)) + error = aa_net_perm(op, profile, sk->sk_family, sk->sk_type, + sk->sk_protocol, sk); + + return error; +} --- linux-lowlatency-3.8.0.orig/security/apparmor/Makefile +++ linux-lowlatency-3.8.0/security/apparmor/Makefile @@ -4,10 +4,9 @@ apparmor-y := apparmorfs.o audit.o capability.o context.o ipc.o lib.o match.o \ path.o domain.o policy.o policy_unpack.o procattr.o lsm.o \ - resource.o sid.o file.o - -clean-files := capability_names.h rlim_names.h + resource.o sid.o file.o mount.o net.o +clean-files := capability_names.h rlim_names.h net_names.h # Build a lower case string table of capability names # Transforms lines from @@ -20,6 +19,38 @@ -e 's/^\#define[ \t]+CAP_([A-Z0-9_]+)[ \t]+([0-9]+)/[\2] = "\L\1",/p';\ echo "};" >> $@ +# Build a lower case string table of address family names +# Transform lines from +# define AF_LOCAL 1 /* POSIX name for AF_UNIX */ +# #define AF_INET 2 /* Internet IP Protocol */ +# to +# [1] = "local", +# [2] = "inet", +# +# and build the securityfs entries for the mapping. +# Transforms lines from +# #define AF_INET 2 /* Internet IP Protocol */ +# to +# #define AA_FS_AF_MASK "local inet" +quiet_cmd_make-af = GEN $@ +cmd_make-af = echo "static const char *address_family_names[] = {" > $@ ;\ + sed $< >>$@ -r -n -e "/AF_MAX/d" -e "/AF_LOCAL/d" -e \ + 's/^\#define[ \t]+AF_([A-Z0-9_]+)[ \t]+([0-9]+)(.*)/[\2] = "\L\1",/p';\ + echo "};" >> $@ ;\ + echo -n '\#define AA_FS_AF_MASK "' >> $@ ;\ + sed -r -n 's/^\#define[ \t]+AF_([A-Z0-9_]+)[ \t]+([0-9]+)(.*)/\L\1/p'\ + $< | tr '\n' ' ' | sed -e 's/ $$/"\n/' >> $@ + +# Build a lower case string table of sock type names +# Transform lines from +# SOCK_STREAM = 1, +# to +# [1] = "stream", +quiet_cmd_make-sock = GEN $@ +cmd_make-sock = echo "static const char *sock_type_names[] = {" >> $@ ;\ + sed $^ >>$@ -r -n \ + -e 's/^\tSOCK_([A-Z0-9_]+)[\t]+=[ \t]+([0-9]+)(.*)/[\2] = "\L\1",/p';\ + echo "};" >> $@ # Build a lower case string table of rlimit names. # Transforms lines from @@ -56,6 +87,7 @@ tr '\n' ' ' | sed -e 's/ $$/"\n/' >> $@ $(obj)/capability.o : $(obj)/capability_names.h +$(obj)/net.o : $(obj)/net_names.h $(obj)/resource.o : $(obj)/rlim_names.h $(obj)/capability_names.h : $(srctree)/include/uapi/linux/capability.h \ $(src)/Makefile @@ -63,3 +95,8 @@ $(obj)/rlim_names.h : $(srctree)/include/uapi/asm-generic/resource.h \ $(src)/Makefile $(call cmd,make-rlim) +$(obj)/net_names.h : $(srctree)/include/linux/socket.h \ + $(srctree)/include/linux/net.h \ + $(src)/Makefile + $(call cmd,make-af) + $(call cmd,make-sock) --- linux-lowlatency-3.8.0.orig/security/apparmor/audit.c +++ linux-lowlatency-3.8.0/security/apparmor/audit.c @@ -44,6 +44,10 @@ "file_mmap", "file_mprotect", + "pivotroot", + "mount", + "umount", + "create", "post_create", "bind", --- linux-lowlatency-3.8.0.orig/security/apparmor/policy.c +++ linux-lowlatency-3.8.0/security/apparmor/policy.c @@ -747,6 +747,7 @@ aa_free_file_rules(&profile->file); aa_free_cap_rules(&profile->caps); + aa_free_net_rules(&profile->net); aa_free_rlimit_rules(&profile->rlimits); aa_free_sid(profile->sid); --- linux-lowlatency-3.8.0.orig/security/apparmor/mount.c +++ linux-lowlatency-3.8.0/security/apparmor/mount.c @@ -0,0 +1,620 @@ +/* + * AppArmor security module + * + * This file contains AppArmor mediation of files + * + * Copyright (C) 1998-2008 Novell/SUSE + * Copyright 2009-2012 Canonical Ltd. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation, version 2 of the + * License. + */ + +#include +#include +#include + +#include "include/apparmor.h" +#include "include/audit.h" +#include "include/context.h" +#include "include/domain.h" +#include "include/file.h" +#include "include/match.h" +#include "include/mount.h" +#include "include/path.h" +#include "include/policy.h" + + +static void audit_mnt_flags(struct audit_buffer *ab, unsigned long flags) +{ + if (flags & MS_RDONLY) + audit_log_format(ab, "ro"); + else + audit_log_format(ab, "rw"); + if (flags & MS_NOSUID) + audit_log_format(ab, ", nosuid"); + if (flags & MS_NODEV) + audit_log_format(ab, ", nodev"); + if (flags & MS_NOEXEC) + audit_log_format(ab, ", noexec"); + if (flags & MS_SYNCHRONOUS) + audit_log_format(ab, ", sync"); + if (flags & MS_REMOUNT) + audit_log_format(ab, ", remount"); + if (flags & MS_MANDLOCK) + audit_log_format(ab, ", mand"); + if (flags & MS_DIRSYNC) + audit_log_format(ab, ", dirsync"); + if (flags & MS_NOATIME) + audit_log_format(ab, ", noatime"); + if (flags & MS_NODIRATIME) + audit_log_format(ab, ", nodiratime"); + if (flags & MS_BIND) + audit_log_format(ab, flags & MS_REC ? ", rbind" : ", bind"); + if (flags & MS_MOVE) + audit_log_format(ab, ", move"); + if (flags & MS_SILENT) + audit_log_format(ab, ", silent"); + if (flags & MS_POSIXACL) + audit_log_format(ab, ", acl"); + if (flags & MS_UNBINDABLE) + audit_log_format(ab, flags & MS_REC ? ", runbindable" : + ", unbindable"); + if (flags & MS_PRIVATE) + audit_log_format(ab, flags & MS_REC ? ", rprivate" : + ", private"); + if (flags & MS_SLAVE) + audit_log_format(ab, flags & MS_REC ? ", rslave" : + ", slave"); + if (flags & MS_SHARED) + audit_log_format(ab, flags & MS_REC ? ", rshared" : + ", shared"); + if (flags & MS_RELATIME) + audit_log_format(ab, ", relatime"); + if (flags & MS_I_VERSION) + audit_log_format(ab, ", iversion"); + if (flags & MS_STRICTATIME) + audit_log_format(ab, ", strictatime"); + if (flags & MS_NOUSER) + audit_log_format(ab, ", nouser"); +} + +/** + * audit_cb - call back for mount specific audit fields + * @ab: audit_buffer (NOT NULL) + * @va: audit struct to audit values of (NOT NULL) + */ +static void audit_cb(struct audit_buffer *ab, void *va) +{ + struct common_audit_data *sa = va; + + if (sa->aad->mnt.type) { + audit_log_format(ab, " fstype="); + audit_log_untrustedstring(ab, sa->aad->mnt.type); + } + if (sa->aad->mnt.src_name) { + audit_log_format(ab, " srcname="); + audit_log_untrustedstring(ab, sa->aad->mnt.src_name); + } + if (sa->aad->mnt.trans) { + audit_log_format(ab, " trans="); + audit_log_untrustedstring(ab, sa->aad->mnt.trans); + } + if (sa->aad->mnt.flags || sa->aad->op == OP_MOUNT) { + audit_log_format(ab, " flags=\""); + audit_mnt_flags(ab, sa->aad->mnt.flags); + audit_log_format(ab, "\""); + } + if (sa->aad->mnt.data) { + audit_log_format(ab, " options="); + audit_log_untrustedstring(ab, sa->aad->mnt.data); + } +} + +/** + * audit_mount - handle the auditing of mount operations + * @profile: the profile being enforced (NOT NULL) + * @gfp: allocation flags + * @op: operation being mediated (NOT NULL) + * @name: name of object being mediated (MAYBE NULL) + * @src_name: src_name of object being mediated (MAYBE_NULL) + * @type: type of filesystem (MAYBE_NULL) + * @trans: name of trans (MAYBE NULL) + * @flags: filesystem idependent mount flags + * @data: filesystem mount flags + * @request: permissions requested + * @perms: the permissions computed for the request (NOT NULL) + * @info: extra information message (MAYBE NULL) + * @error: 0 if operation allowed else failure error code + * + * Returns: %0 or error on failure + */ +static int audit_mount(struct aa_profile *profile, gfp_t gfp, int op, + const char *name, const char *src_name, + const char *type, const char *trans, + unsigned long flags, const void *data, u32 request, + struct file_perms *perms, const char *info, int error) +{ + int audit_type = AUDIT_APPARMOR_AUTO; + struct common_audit_data sa; + struct apparmor_audit_data aad = { }; + + if (likely(!error)) { + u32 mask = perms->audit; + + if (unlikely(AUDIT_MODE(profile) == AUDIT_ALL)) + mask = 0xffff; + + /* mask off perms that are not being force audited */ + request &= mask; + + if (likely(!request)) + return 0; + audit_type = AUDIT_APPARMOR_AUDIT; + } else { + /* only report permissions that were denied */ + request = request & ~perms->allow; + + if (request & perms->kill) + audit_type = AUDIT_APPARMOR_KILL; + + /* quiet known rejects, assumes quiet and kill do not overlap */ + if ((request & perms->quiet) && + AUDIT_MODE(profile) != AUDIT_NOQUIET && + AUDIT_MODE(profile) != AUDIT_ALL) + request &= ~perms->quiet; + + if (!request) + return COMPLAIN_MODE(profile) ? + complain_error(error) : error; + } + + sa.type = LSM_AUDIT_DATA_NONE; + sa.aad = &aad; + sa.aad->op = op; + sa.aad->name = name; + sa.aad->mnt.src_name = src_name; + sa.aad->mnt.type = type; + sa.aad->mnt.trans = trans; + sa.aad->mnt.flags = flags; + if (data && (perms->audit & AA_AUDIT_DATA)) + sa.aad->mnt.data = data; + sa.aad->info = info; + sa.aad->error = error; + + return aa_audit(audit_type, profile, gfp, &sa, audit_cb); +} + +/** + * match_mnt_flags - Do an ordered match on mount flags + * @dfa: dfa to match against + * @state: state to start in + * @flags: mount flags to match against + * + * Mount flags are encoded as an ordered match. This is done instead of + * checking against a simple bitmask, to allow for logical operations + * on the flags. + * + * Returns: next state after flags match + */ +static unsigned int match_mnt_flags(struct aa_dfa *dfa, unsigned int state, + unsigned long flags) +{ + unsigned int i; + + for (i = 0; i <= 31 ; ++i) { + if ((1 << i) & flags) + state = aa_dfa_next(dfa, state, i + 1); + } + + return state; +} + +/** + * compute_mnt_perms - compute mount permission associated with @state + * @dfa: dfa to match against (NOT NULL) + * @state: state match finished in + * + * Returns: mount permissions + */ +static struct file_perms compute_mnt_perms(struct aa_dfa *dfa, + unsigned int state) +{ + struct file_perms perms; + + perms.kill = 0; + perms.allow = dfa_user_allow(dfa, state); + perms.audit = dfa_user_audit(dfa, state); + perms.quiet = dfa_user_quiet(dfa, state); + perms.xindex = dfa_user_xindex(dfa, state); + + return perms; +} + +static const char const *mnt_info_table[] = { + "match succeeded", + "failed mntpnt match", + "failed srcname match", + "failed type match", + "failed flags match", + "failed data match" +}; + +/* + * Returns 0 on success else element that match failed in, this is the + * index into the mnt_info_table above + */ +static int do_match_mnt(struct aa_dfa *dfa, unsigned int start, + const char *mntpnt, const char *devname, + const char *type, unsigned long flags, + void *data, bool binary, struct file_perms *perms) +{ + unsigned int state; + + state = aa_dfa_match(dfa, start, mntpnt); + state = aa_dfa_null_transition(dfa, state); + if (!state) + return 1; + + if (devname) + state = aa_dfa_match(dfa, state, devname); + state = aa_dfa_null_transition(dfa, state); + if (!state) + return 2; + + if (type) + state = aa_dfa_match(dfa, state, type); + state = aa_dfa_null_transition(dfa, state); + if (!state) + return 3; + + state = match_mnt_flags(dfa, state, flags); + if (!state) + return 4; + *perms = compute_mnt_perms(dfa, state); + if (perms->allow & AA_MAY_MOUNT) + return 0; + + /* only match data if not binary and the DFA flags data is expected */ + if (data && !binary && (perms->allow & AA_CONT_MATCH)) { + state = aa_dfa_null_transition(dfa, state); + if (!state) + return 4; + + state = aa_dfa_match(dfa, state, data); + if (!state) + return 5; + *perms = compute_mnt_perms(dfa, state); + if (perms->allow & AA_MAY_MOUNT) + return 0; + } + + /* failed at end of flags match */ + return 4; +} + +/** + * match_mnt - handle path matching for mount + * @profile: the confining profile + * @mntpnt: string for the mntpnt (NOT NULL) + * @devname: string for the devname/src_name (MAYBE NULL) + * @type: string for the dev type (MAYBE NULL) + * @flags: mount flags to match + * @data: fs mount data (MAYBE NULL) + * @binary: whether @data is binary + * @perms: Returns: permission found by the match + * @info: Returns: infomation string about the match for logging + * + * Returns: 0 on success else error + */ +static int match_mnt(struct aa_profile *profile, const char *mntpnt, + const char *devname, const char *type, + unsigned long flags, void *data, bool binary, + struct file_perms *perms, const char **info) +{ + int pos; + + if (!profile->policy.dfa) + return -EACCES; + + pos = do_match_mnt(profile->policy.dfa, + profile->policy.start[AA_CLASS_MOUNT], + mntpnt, devname, type, flags, data, binary, perms); + if (pos) { + *info = mnt_info_table[pos]; + return -EACCES; + } + + return 0; +} + +static int path_flags(struct aa_profile *profile, struct path *path) +{ + return profile->path_flags | + S_ISDIR(path->dentry->d_inode->i_mode) ? PATH_IS_DIR : 0; +} + +int aa_remount(struct aa_profile *profile, struct path *path, + unsigned long flags, void *data) +{ + struct file_perms perms = { }; + const char *name, *info = NULL; + char *buffer = NULL; + int binary, error; + + binary = path->dentry->d_sb->s_type->fs_flags & FS_BINARY_MOUNTDATA; + + error = aa_path_name(path, path_flags(profile, path), &buffer, &name, + &info); + if (error) + goto audit; + + error = match_mnt(profile, name, NULL, NULL, flags, data, binary, + &perms, &info); + +audit: + error = audit_mount(profile, GFP_KERNEL, OP_MOUNT, name, NULL, NULL, + NULL, flags, data, AA_MAY_MOUNT, &perms, info, + error); + kfree(buffer); + + return error; +} + +int aa_bind_mount(struct aa_profile *profile, struct path *path, + const char *dev_name, unsigned long flags) +{ + struct file_perms perms = { }; + char *buffer = NULL, *old_buffer = NULL; + const char *name, *old_name = NULL, *info = NULL; + struct path old_path; + int error; + + if (!dev_name || !*dev_name) + return -EINVAL; + + flags &= MS_REC | MS_BIND; + + error = aa_path_name(path, path_flags(profile, path), &buffer, &name, + &info); + if (error) + goto audit; + + error = kern_path(dev_name, LOOKUP_FOLLOW|LOOKUP_AUTOMOUNT, &old_path); + if (error) + goto audit; + + error = aa_path_name(&old_path, path_flags(profile, &old_path), + &old_buffer, &old_name, &info); + path_put(&old_path); + if (error) + goto audit; + + error = match_mnt(profile, name, old_name, NULL, flags, NULL, 0, + &perms, &info); + +audit: + error = audit_mount(profile, GFP_KERNEL, OP_MOUNT, name, old_name, + NULL, NULL, flags, NULL, AA_MAY_MOUNT, &perms, + info, error); + kfree(buffer); + kfree(old_buffer); + + return error; +} + +int aa_mount_change_type(struct aa_profile *profile, struct path *path, + unsigned long flags) +{ + struct file_perms perms = { }; + char *buffer = NULL; + const char *name, *info = NULL; + int error; + + /* These are the flags allowed by do_change_type() */ + flags &= (MS_REC | MS_SILENT | MS_SHARED | MS_PRIVATE | MS_SLAVE | + MS_UNBINDABLE); + + error = aa_path_name(path, path_flags(profile, path), &buffer, &name, + &info); + if (error) + goto audit; + + error = match_mnt(profile, name, NULL, NULL, flags, NULL, 0, &perms, + &info); + +audit: + error = audit_mount(profile, GFP_KERNEL, OP_MOUNT, name, NULL, NULL, + NULL, flags, NULL, AA_MAY_MOUNT, &perms, info, + error); + kfree(buffer); + + return error; +} + +int aa_move_mount(struct aa_profile *profile, struct path *path, + const char *orig_name) +{ + struct file_perms perms = { }; + char *buffer = NULL, *old_buffer = NULL; + const char *name, *old_name = NULL, *info = NULL; + struct path old_path; + int error; + + if (!orig_name || !*orig_name) + return -EINVAL; + + error = aa_path_name(path, path_flags(profile, path), &buffer, &name, + &info); + if (error) + goto audit; + + error = kern_path(orig_name, LOOKUP_FOLLOW, &old_path); + if (error) + goto audit; + + error = aa_path_name(&old_path, path_flags(profile, &old_path), + &old_buffer, &old_name, &info); + path_put(&old_path); + if (error) + goto audit; + + error = match_mnt(profile, name, old_name, NULL, MS_MOVE, NULL, 0, + &perms, &info); + +audit: + error = audit_mount(profile, GFP_KERNEL, OP_MOUNT, name, old_name, + NULL, NULL, MS_MOVE, NULL, AA_MAY_MOUNT, &perms, + info, error); + kfree(buffer); + kfree(old_buffer); + + return error; +} + +int aa_new_mount(struct aa_profile *profile, const char *orig_dev_name, + struct path *path, const char *type, unsigned long flags, + void *data) +{ + struct file_perms perms = { }; + char *buffer = NULL, *dev_buffer = NULL; + const char *name = NULL, *dev_name = NULL, *info = NULL; + int binary = 1; + int error; + + dev_name = orig_dev_name; + if (type) { + int requires_dev; + struct file_system_type *fstype = get_fs_type(type); + if (!fstype) + return -ENODEV; + + binary = fstype->fs_flags & FS_BINARY_MOUNTDATA; + requires_dev = fstype->fs_flags & FS_REQUIRES_DEV; + put_filesystem(fstype); + + if (requires_dev) { + struct path dev_path; + + if (!dev_name || !*dev_name) { + error = -ENOENT; + goto out; + } + + error = kern_path(dev_name, LOOKUP_FOLLOW, &dev_path); + if (error) + goto audit; + + error = aa_path_name(&dev_path, + path_flags(profile, &dev_path), + &dev_buffer, &dev_name, &info); + path_put(&dev_path); + if (error) + goto audit; + } + } + + error = aa_path_name(path, path_flags(profile, path), &buffer, &name, + &info); + if (error) + goto audit; + + error = match_mnt(profile, name, dev_name, type, flags, data, binary, + &perms, &info); + +audit: + error = audit_mount(profile, GFP_KERNEL, OP_MOUNT, name, dev_name, + type, NULL, flags, data, AA_MAY_MOUNT, &perms, info, + error); + kfree(buffer); + kfree(dev_buffer); + +out: + return error; + +} + +int aa_umount(struct aa_profile *profile, struct vfsmount *mnt, int flags) +{ + struct file_perms perms = { }; + char *buffer = NULL; + const char *name, *info = NULL; + int error; + + struct path path = { mnt, mnt->mnt_root }; + error = aa_path_name(&path, path_flags(profile, &path), &buffer, &name, + &info); + if (error) + goto audit; + + if (!error && profile->policy.dfa) { + unsigned int state; + state = aa_dfa_match(profile->policy.dfa, + profile->policy.start[AA_CLASS_MOUNT], + name); + perms = compute_mnt_perms(profile->policy.dfa, state); + } + + if (AA_MAY_UMOUNT & ~perms.allow) + error = -EACCES; + +audit: + error = audit_mount(profile, GFP_KERNEL, OP_UMOUNT, name, NULL, NULL, + NULL, 0, NULL, AA_MAY_UMOUNT, &perms, info, error); + kfree(buffer); + + return error; +} + +int aa_pivotroot(struct aa_profile *profile, struct path *old_path, + struct path *new_path) +{ + struct file_perms perms = { }; + struct aa_profile *target = NULL; + char *old_buffer = NULL, *new_buffer = NULL; + const char *old_name, *new_name = NULL, *info = NULL; + int error; + + error = aa_path_name(old_path, path_flags(profile, old_path), + &old_buffer, &old_name, &info); + if (error) + goto audit; + + error = aa_path_name(new_path, path_flags(profile, new_path), + &new_buffer, &new_name, &info); + if (error) + goto audit; + + if (profile->policy.dfa) { + unsigned int state; + state = aa_dfa_match(profile->policy.dfa, + profile->policy.start[AA_CLASS_MOUNT], + new_name); + state = aa_dfa_null_transition(profile->policy.dfa, state); + state = aa_dfa_match(profile->policy.dfa, state, old_name); + perms = compute_mnt_perms(profile->policy.dfa, state); + } + + if (AA_MAY_PIVOTROOT & perms.allow) { + if ((perms.xindex & AA_X_TYPE_MASK) == AA_X_TABLE) { + target = x_table_lookup(profile, perms.xindex); + if (!target) + error = -ENOENT; + else + error = aa_replace_current_profile(target); + } + } else + error = -EACCES; + +audit: + error = audit_mount(profile, GFP_KERNEL, OP_PIVOTROOT, new_name, + old_name, NULL, target ? target->base.name : NULL, + 0, NULL, AA_MAY_PIVOTROOT, &perms, info, error); + aa_put_profile(target); + kfree(old_buffer); + kfree(new_buffer); + + return error; +} --- linux-lowlatency-3.8.0.orig/security/apparmor/policy_unpack.c +++ linux-lowlatency-3.8.0/security/apparmor/policy_unpack.c @@ -193,6 +193,19 @@ return 0; } +static bool unpack_u16(struct aa_ext *e, u16 *data, const char *name) +{ + if (unpack_nameX(e, AA_U16, name)) { + if (!inbounds(e, sizeof(u16))) + return 0; + if (data) + *data = le16_to_cpu(get_unaligned((u16 *) e->pos)); + e->pos += sizeof(u16); + return 1; + } + return 0; +} + static bool unpack_u32(struct aa_ext *e, u32 *data, const char *name) { if (unpack_nameX(e, AA_U32, name)) { @@ -471,6 +484,7 @@ { struct aa_profile *profile = NULL; const char *name = NULL; + size_t size = 0; int i, error = -EPROTO; kernel_cap_t tmpcap; u32 tmp; @@ -564,6 +578,38 @@ if (!unpack_rlimits(e, profile)) goto fail; + size = unpack_array(e, "net_allowed_af"); + if (size) { + + for (i = 0; i < size; i++) { + /* discard extraneous rules that this kernel will + * never request + */ + if (i >= AF_MAX) { + u16 tmp; + if (!unpack_u16(e, &tmp, NULL) || + !unpack_u16(e, &tmp, NULL) || + !unpack_u16(e, &tmp, NULL)) + goto fail; + continue; + } + if (!unpack_u16(e, &profile->net.allow[i], NULL)) + goto fail; + if (!unpack_u16(e, &profile->net.audit[i], NULL)) + goto fail; + if (!unpack_u16(e, &profile->net.quiet[i], NULL)) + goto fail; + } + if (!unpack_nameX(e, AA_ARRAYEND, NULL)) + goto fail; + } + /* + * allow unix domain and netlink sockets they are handled + * by IPC + */ + profile->net.allow[AF_UNIX] = 0xffff; + profile->net.allow[AF_NETLINK] = 0xffff; + if (unpack_nameX(e, AA_STRUCT, "policydb")) { /* generic policy dfa - optional and may be NULL */ profile->policy.dfa = unpack_dfa(e); --- linux-lowlatency-3.8.0.orig/security/apparmor/include/audit.h +++ linux-lowlatency-3.8.0/security/apparmor/include/audit.h @@ -73,6 +73,10 @@ OP_FMMAP, OP_FMPROT, + OP_PIVOTROOT, + OP_MOUNT, + OP_UMOUNT, + OP_CREATE, OP_POST_CREATE, OP_BIND, @@ -122,11 +126,22 @@ unsigned long max; } rlim; struct { + const char *src_name; + const char *type; + const char *trans; + const char *data; + unsigned long flags; + } mnt; + struct { const char *target; u32 request; u32 denied; kuid_t ouid; } fs; + struct { + int type, protocol; + struct sock *sk; + } net; }; }; --- linux-lowlatency-3.8.0.orig/security/apparmor/include/apparmor.h +++ linux-lowlatency-3.8.0/security/apparmor/include/apparmor.h @@ -29,8 +29,9 @@ #define AA_CLASS_NET 4 #define AA_CLASS_RLIMITS 5 #define AA_CLASS_DOMAIN 6 +#define AA_CLASS_MOUNT 7 -#define AA_CLASS_LAST AA_CLASS_DOMAIN +#define AA_CLASS_LAST AA_CLASS_MOUNT /* Control parameters settable through module/boot flags */ extern enum audit_mode aa_g_audit; --- linux-lowlatency-3.8.0.orig/security/apparmor/include/mount.h +++ linux-lowlatency-3.8.0/security/apparmor/include/mount.h @@ -0,0 +1,54 @@ +/* + * AppArmor security module + * + * This file contains AppArmor file mediation function definitions. + * + * Copyright 2012 Canonical Ltd. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation, version 2 of the + * License. + */ + +#ifndef __AA_MOUNT_H +#define __AA_MOUNT_H + +#include +#include + +#include "domain.h" +#include "policy.h" + +/* mount perms */ +#define AA_MAY_PIVOTROOT 0x01 +#define AA_MAY_MOUNT 0x02 +#define AA_MAY_UMOUNT 0x04 +#define AA_AUDIT_DATA 0x40 +#define AA_CONT_MATCH 0x40 + +#define AA_MS_IGNORE_MASK (MS_KERNMOUNT | MS_NOSEC | MS_ACTIVE | MS_BORN) + +int aa_remount(struct aa_profile *profile, struct path *path, + unsigned long flags, void *data); + +int aa_bind_mount(struct aa_profile *profile, struct path *path, + const char *old_name, unsigned long flags); + + +int aa_mount_change_type(struct aa_profile *profile, struct path *path, + unsigned long flags); + +int aa_move_mount(struct aa_profile *profile, struct path *path, + const char *old_name); + +int aa_new_mount(struct aa_profile *profile, const char *dev_name, + struct path *path, const char *type, unsigned long flags, + void *data); + +int aa_umount(struct aa_profile *profile, struct vfsmount *mnt, int flags); + +int aa_pivotroot(struct aa_profile *profile, struct path *old_path, + struct path *new_path); + +#endif /* __AA_MOUNT_H */ --- linux-lowlatency-3.8.0.orig/security/apparmor/include/net.h +++ linux-lowlatency-3.8.0/security/apparmor/include/net.h @@ -0,0 +1,44 @@ +/* + * AppArmor security module + * + * This file contains AppArmor network mediation definitions. + * + * Copyright (C) 1998-2008 Novell/SUSE + * Copyright 2009-2012 Canonical Ltd. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation, version 2 of the + * License. + */ + +#ifndef __AA_NET_H +#define __AA_NET_H + +#include + +#include "apparmorfs.h" + +/* struct aa_net - network confinement data + * @allowed: basic network families permissions + * @audit_network: which network permissions to force audit + * @quiet_network: which network permissions to quiet rejects + */ +struct aa_net { + u16 allow[AF_MAX]; + u16 audit[AF_MAX]; + u16 quiet[AF_MAX]; +}; + +extern struct aa_fs_entry aa_fs_entry_network[]; + +extern int aa_net_perm(int op, struct aa_profile *profile, u16 family, + int type, int protocol, struct sock *sk); +extern int aa_revalidate_sk(int op, struct sock *sk); + +static inline void aa_free_net_rules(struct aa_net *new) +{ + /* NOP */ +} + +#endif /* __AA_NET_H */ --- linux-lowlatency-3.8.0.orig/security/apparmor/include/domain.h +++ linux-lowlatency-3.8.0/security/apparmor/include/domain.h @@ -23,6 +23,8 @@ char **table; }; +struct aa_profile *x_table_lookup(struct aa_profile *profile, u32 xindex); + int apparmor_bprm_set_creds(struct linux_binprm *bprm); int apparmor_bprm_secureexec(struct linux_binprm *bprm); void apparmor_bprm_committing_creds(struct linux_binprm *bprm); --- linux-lowlatency-3.8.0.orig/security/apparmor/include/policy.h +++ linux-lowlatency-3.8.0/security/apparmor/include/policy.h @@ -27,6 +27,7 @@ #include "capability.h" #include "domain.h" #include "file.h" +#include "net.h" #include "resource.h" extern const char *const profile_mode_names[]; @@ -157,6 +158,7 @@ * @policy: general match rules governing policy * @file: The set of rules governing basic file access and domain transitions * @caps: capabilities for the profile + * @net: network controls for the profile * @rlimits: rlimits for the profile * * The AppArmor profile contains the basic confinement data. Each profile @@ -194,6 +196,7 @@ struct aa_policydb policy; struct aa_file_rules file; struct aa_caps caps; + struct aa_net net; struct aa_rlimit rlimits; }; --- linux-lowlatency-3.8.0.orig/security/selinux/xfrm.c +++ linux-lowlatency-3.8.0/security/selinux/xfrm.c @@ -310,7 +310,7 @@ if (old_ctx) { new_ctx = kmalloc(sizeof(*old_ctx) + old_ctx->ctx_len, - GFP_KERNEL); + GFP_ATOMIC); if (!new_ctx) return -ENOMEM; --- linux-lowlatency-3.8.0.orig/security/keys/process_keys.c +++ linux-lowlatency-3.8.0/security/keys/process_keys.c @@ -57,7 +57,7 @@ kenter("%p{%u}", user, uid); - if (user->uid_keyring) { + if (user->uid_keyring && user->session_keyring) { kleave(" = 0 [exist]"); return 0; } @@ -367,6 +367,8 @@ switch (PTR_ERR(key_ref)) { case -EAGAIN: /* no key */ + if (ret) + break; case -ENOKEY: /* negative key */ ret = key_ref; break; @@ -837,7 +839,7 @@ new-> sgid = old-> sgid; new->fsgid = old->fsgid; new->user = get_uid(old->user); - new->user_ns = get_user_ns(new->user_ns); + new->user_ns = get_user_ns(old->user_ns); new->group_info = get_group_info(old->group_info); new->securebits = old->securebits; --- linux-lowlatency-3.8.0.orig/security/keys/compat.c +++ linux-lowlatency-3.8.0/security/keys/compat.c @@ -40,12 +40,12 @@ ARRAY_SIZE(iovstack), iovstack, &iov); if (ret < 0) - return ret; + goto err; if (ret == 0) goto no_payload_free; ret = keyctl_instantiate_key_common(id, iov, ioc, ret, ringid); - +err: if (iov != iovstack) kfree(iov); return ret; --- linux-lowlatency-3.8.0.orig/ipc/mqueue.c +++ linux-lowlatency-3.8.0/ipc/mqueue.c @@ -330,8 +330,16 @@ int flags, const char *dev_name, void *data) { - if (!(flags & MS_KERNMOUNT)) - data = current->nsproxy->ipc_ns; + if (!(flags & MS_KERNMOUNT)) { + struct ipc_namespace *ns = current->nsproxy->ipc_ns; + /* Don't allow mounting unless the caller has CAP_SYS_ADMIN + * over the ipc namespace. + */ + if (!ns_capable(ns->user_ns, CAP_SYS_ADMIN)) + return ERR_PTR(-EPERM); + + data = ns; + } return mount_ns(fs_type, flags, data, mqueue_fill_super); } @@ -840,7 +848,8 @@ fd = error; } mutex_unlock(&root->d_inode->i_mutex); - mnt_drop_write(mnt); + if (!ro) + mnt_drop_write(mnt); out_putname: putname(name); return fd; --- linux-lowlatency-3.8.0.orig/ipc/msg.c +++ linux-lowlatency-3.8.0/ipc/msg.c @@ -820,15 +820,17 @@ struct msg_msg *copy = NULL; unsigned long copy_number = 0; + ns = current->nsproxy->ipc_ns; + if (msqid < 0 || (long) bufsz < 0) return -EINVAL; if (msgflg & MSG_COPY) { - copy = prepare_copy(buf, bufsz, msgflg, &msgtyp, ©_number); + copy = prepare_copy(buf, min_t(size_t, bufsz, ns->msg_ctlmax), + msgflg, &msgtyp, ©_number); if (IS_ERR(copy)) return PTR_ERR(copy); } mode = convert_mode(&msgtyp, msgflg); - ns = current->nsproxy->ipc_ns; msq = msg_lock_check(ns, msqid); if (IS_ERR(msq)) { @@ -870,6 +872,7 @@ goto out_unlock; break; } + msg = ERR_PTR(-EAGAIN); } else break; msg_counter++; --- linux-lowlatency-3.8.0.orig/ipc/msgutil.c +++ linux-lowlatency-3.8.0/ipc/msgutil.c @@ -117,9 +117,6 @@ if (alen > DATALEN_MSG) alen = DATALEN_MSG; - dst->next = NULL; - dst->security = NULL; - memcpy(dst + 1, src + 1, alen); len -= alen; --- linux-lowlatency-3.8.0.orig/ipc/shm.c +++ linux-lowlatency-3.8.0/ipc/shm.c @@ -462,7 +462,7 @@ size_t size = params->u.size; int error; struct shmid_kernel *shp; - int numpages = (size + PAGE_SIZE -1) >> PAGE_SHIFT; + size_t numpages = (size + PAGE_SIZE - 1) >> PAGE_SHIFT; struct file * file; char name[13]; int id; @@ -491,10 +491,20 @@ sprintf (name, "SYSV%08x", key); if (shmflg & SHM_HUGETLB) { + struct hstate *hs = hstate_sizelog((shmflg >> SHM_HUGE_SHIFT) + & SHM_HUGE_MASK); + size_t hugesize; + + if (!hs) { + error = -EINVAL; + goto no_file; + } + hugesize = ALIGN(size, huge_page_size(hs)); + /* hugetlb_file_setup applies strict accounting */ if (shmflg & SHM_NORESERVE) acctflag = VM_NORESERVE; - file = hugetlb_file_setup(name, 0, size, acctflag, + file = hugetlb_file_setup(name, hugesize, acctflag, &shp->mlock_user, HUGETLB_SHMFS_INODE, (shmflg >> SHM_HUGE_SHIFT) & SHM_HUGE_MASK); } else { --- linux-lowlatency-3.8.0.orig/drivers/Kconfig +++ linux-lowlatency-3.8.0/drivers/Kconfig @@ -134,6 +134,8 @@ source "drivers/clocksource/Kconfig" +source "drivers/mailbox/Kconfig" + source "drivers/iommu/Kconfig" source "drivers/remoteproc/Kconfig" --- linux-lowlatency-3.8.0.orig/drivers/Makefile +++ linux-lowlatency-3.8.0/drivers/Makefile @@ -130,6 +130,7 @@ #common clk code obj-y += clk/ +obj-$(CONFIG_MAILBOX) += mailbox/ obj-$(CONFIG_HWSPINLOCK) += hwspinlock/ obj-$(CONFIG_NFC) += nfc/ obj-$(CONFIG_IOMMU_SUPPORT) += iommu/ --- linux-lowlatency-3.8.0.orig/drivers/char/virtio_console.c +++ linux-lowlatency-3.8.0/drivers/char/virtio_console.c @@ -152,7 +152,8 @@ spinlock_t ports_lock; /* To protect the vq operations for the control channel */ - spinlock_t cvq_lock; + spinlock_t c_ivq_lock; + spinlock_t c_ovq_lock; /* The current config space is stored here */ struct virtio_console_config config; @@ -575,11 +576,14 @@ vq = portdev->c_ovq; sg_init_one(sg, &cpkt, sizeof(cpkt)); + + spin_lock(&portdev->c_ovq_lock); if (virtqueue_add_buf(vq, sg, 1, 0, &cpkt, GFP_ATOMIC) == 0) { virtqueue_kick(vq); while (!virtqueue_get_buf(vq, &len)) cpu_relax(); } + spin_unlock(&portdev->c_ovq_lock); return 0; } @@ -1715,23 +1719,23 @@ portdev = container_of(work, struct ports_device, control_work); vq = portdev->c_ivq; - spin_lock(&portdev->cvq_lock); + spin_lock(&portdev->c_ivq_lock); while ((buf = virtqueue_get_buf(vq, &len))) { - spin_unlock(&portdev->cvq_lock); + spin_unlock(&portdev->c_ivq_lock); buf->len = len; buf->offset = 0; handle_control_message(portdev, buf); - spin_lock(&portdev->cvq_lock); + spin_lock(&portdev->c_ivq_lock); if (add_inbuf(portdev->c_ivq, buf) < 0) { dev_warn(&portdev->vdev->dev, "Error adding buffer to queue\n"); free_buf(buf, false); } } - spin_unlock(&portdev->cvq_lock); + spin_unlock(&portdev->c_ivq_lock); } static void out_intr(struct virtqueue *vq) @@ -1996,10 +2000,12 @@ if (multiport) { unsigned int nr_added_bufs; - spin_lock_init(&portdev->cvq_lock); + spin_lock_init(&portdev->c_ivq_lock); + spin_lock_init(&portdev->c_ovq_lock); INIT_WORK(&portdev->control_work, &control_work_handler); - nr_added_bufs = fill_queue(portdev->c_ivq, &portdev->cvq_lock); + nr_added_bufs = fill_queue(portdev->c_ivq, + &portdev->c_ivq_lock); if (!nr_added_bufs) { dev_err(&vdev->dev, "Error allocating buffers for control queue\n"); @@ -2150,7 +2156,7 @@ return ret; if (use_multiport(portdev)) - fill_queue(portdev->c_ivq, &portdev->cvq_lock); + fill_queue(portdev->c_ivq, &portdev->c_ivq_lock); list_for_each_entry(port, &portdev->ports, list) { port->in_vq = portdev->in_vqs[port->id]; --- linux-lowlatency-3.8.0.orig/drivers/char/hpet.c +++ linux-lowlatency-3.8.0/drivers/char/hpet.c @@ -373,26 +373,14 @@ struct hpet_dev *devp; unsigned long addr; - if (((vma->vm_end - vma->vm_start) != PAGE_SIZE) || vma->vm_pgoff) - return -EINVAL; - devp = file->private_data; addr = devp->hd_hpets->hp_hpet_phys; if (addr & (PAGE_SIZE - 1)) return -ENOSYS; - vma->vm_flags |= VM_IO; vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); - - if (io_remap_pfn_range(vma, vma->vm_start, addr >> PAGE_SHIFT, - PAGE_SIZE, vma->vm_page_prot)) { - printk(KERN_ERR "%s: io_remap_pfn_range failed\n", - __func__); - return -EAGAIN; - } - - return 0; + return vm_iomap_memory(vma, addr, PAGE_SIZE); #else return -ENOSYS; #endif --- linux-lowlatency-3.8.0.orig/drivers/char/random.c +++ linux-lowlatency-3.8.0/drivers/char/random.c @@ -852,6 +852,7 @@ int reserved) { unsigned long flags; + int wakeup_write = 0; /* Hold lock while accounting */ spin_lock_irqsave(&r->lock, flags); @@ -864,19 +865,25 @@ if (r->entropy_count / 8 < min + reserved) { nbytes = 0; } else { + int entropy_count, orig; +retry: + entropy_count = orig = ACCESS_ONCE(r->entropy_count); /* If limited, never pull more than available */ - if (r->limit && nbytes + reserved >= r->entropy_count / 8) - nbytes = r->entropy_count/8 - reserved; + if (r->limit && nbytes + reserved >= entropy_count / 8) + nbytes = entropy_count/8 - reserved; - if (r->entropy_count / 8 >= nbytes + reserved) - r->entropy_count -= nbytes*8; - else - r->entropy_count = reserved; - - if (r->entropy_count < random_write_wakeup_thresh) { - wake_up_interruptible(&random_write_wait); - kill_fasync(&fasync, SIGIO, POLL_OUT); + if (entropy_count / 8 >= nbytes + reserved) { + entropy_count -= nbytes*8; + if (cmpxchg(&r->entropy_count, orig, entropy_count) != orig) + goto retry; + } else { + entropy_count = reserved; + if (cmpxchg(&r->entropy_count, orig, entropy_count) != orig) + goto retry; } + + if (entropy_count < random_write_wakeup_thresh) + wakeup_write = 1; } DEBUG_ENT("debiting %zu entropy credits from %s%s\n", @@ -884,6 +891,11 @@ spin_unlock_irqrestore(&r->lock, flags); + if (wakeup_write) { + wake_up_interruptible(&random_write_wait); + kill_fasync(&fasync, SIGIO, POLL_OUT); + } + return nbytes; } @@ -953,10 +965,23 @@ { ssize_t ret = 0, i; __u8 tmp[EXTRACT_SIZE]; + unsigned long flags; /* if last_data isn't primed, we need EXTRACT_SIZE extra bytes */ - if (fips_enabled && !r->last_data_init) - nbytes += EXTRACT_SIZE; + if (fips_enabled) { + spin_lock_irqsave(&r->lock, flags); + if (!r->last_data_init) { + r->last_data_init = true; + spin_unlock_irqrestore(&r->lock, flags); + trace_extract_entropy(r->name, EXTRACT_SIZE, + r->entropy_count, _RET_IP_); + xfer_secondary_pool(r, EXTRACT_SIZE); + extract_buf(r, tmp); + spin_lock_irqsave(&r->lock, flags); + memcpy(r->last_data, tmp, EXTRACT_SIZE); + } + spin_unlock_irqrestore(&r->lock, flags); + } trace_extract_entropy(r->name, nbytes, r->entropy_count, _RET_IP_); xfer_secondary_pool(r, nbytes); @@ -966,19 +991,6 @@ extract_buf(r, tmp); if (fips_enabled) { - unsigned long flags; - - - /* prime last_data value if need be, per fips 140-2 */ - if (!r->last_data_init) { - spin_lock_irqsave(&r->lock, flags); - memcpy(r->last_data, tmp, EXTRACT_SIZE); - r->last_data_init = true; - nbytes -= EXTRACT_SIZE; - spin_unlock_irqrestore(&r->lock, flags); - extract_buf(r, tmp); - } - spin_lock_irqsave(&r->lock, flags); if (!memcmp(tmp, r->last_data, EXTRACT_SIZE)) panic("Hardware RNG duplicated output!\n"); --- linux-lowlatency-3.8.0.orig/drivers/char/tpm/tpm.c +++ linux-lowlatency-3.8.0/drivers/char/tpm/tpm.c @@ -1291,7 +1291,7 @@ { struct tpm_chip *chip = dev_get_drvdata(dev); struct tpm_cmd_t cmd; - int rc; + int rc, try; u8 dummy_hash[TPM_DIGEST_SIZE] = { 0 }; @@ -1309,9 +1309,32 @@ } /* now do the actual savestate */ - cmd.header.in = savestate_header; - rc = transmit_cmd(chip, &cmd, SAVESTATE_RESULT_SIZE, - "sending savestate before suspend"); + for (try = 0; try < TPM_RETRY; try++) { + cmd.header.in = savestate_header; + rc = transmit_cmd(chip, &cmd, SAVESTATE_RESULT_SIZE, NULL); + + /* + * If the TPM indicates that it is too busy to respond to + * this command then retry before giving up. It can take + * several seconds for this TPM to be ready. + * + * This can happen if the TPM has already been sent the + * SaveState command before the driver has loaded. TCG 1.2 + * specification states that any communication after SaveState + * may cause the TPM to invalidate previously saved state. + */ + if (rc != TPM_WARN_RETRY) + break; + msleep(TPM_TIMEOUT_RETRY); + } + + if (rc) + dev_err(chip->dev, + "Error (%d) sending savestate before suspend\n", rc); + else if (try > 0) + dev_warn(chip->dev, "TPM savestate took %dms\n", + try * TPM_TIMEOUT_RETRY); + return rc; } EXPORT_SYMBOL_GPL(tpm_pm_suspend); --- linux-lowlatency-3.8.0.orig/drivers/char/tpm/tpm.h +++ linux-lowlatency-3.8.0/drivers/char/tpm/tpm.h @@ -32,10 +32,12 @@ TPM_MINOR = 224, /* officially assigned */ TPM_BUFSIZE = 4096, TPM_NUM_DEVICES = 256, + TPM_RETRY = 50, /* 5 seconds */ }; enum tpm_timeout { TPM_TIMEOUT = 5, /* msecs */ + TPM_TIMEOUT_RETRY = 100 /* msecs */ }; /* TPM addresses */ @@ -44,6 +46,7 @@ TPM_ADDR = 0x4E, }; +#define TPM_WARN_RETRY 0x800 #define TPM_WARN_DOING_SELFTEST 0x802 #define TPM_ERR_DEACTIVATED 0x6 #define TPM_ERR_DISABLED 0x7 --- linux-lowlatency-3.8.0.orig/drivers/char/hw_random/virtio-rng.c +++ linux-lowlatency-3.8.0/drivers/char/hw_random/virtio-rng.c @@ -92,14 +92,22 @@ { int err; + if (vq) { + /* We only support one device for now */ + return -EBUSY; + } /* We expect a single virtqueue. */ vq = virtio_find_single_vq(vdev, random_recv_done, "input"); - if (IS_ERR(vq)) - return PTR_ERR(vq); + if (IS_ERR(vq)) { + err = PTR_ERR(vq); + vq = NULL; + return err; + } err = hwrng_register(&virtio_hwrng); if (err) { vdev->config->del_vqs(vdev); + vq = NULL; return err; } @@ -112,6 +120,7 @@ busy = false; hwrng_unregister(&virtio_hwrng); vdev->config->del_vqs(vdev); + vq = NULL; } static int virtrng_probe(struct virtio_device *vdev) --- linux-lowlatency-3.8.0.orig/drivers/char/hw_random/core.c +++ linux-lowlatency-3.8.0/drivers/char/hw_random/core.c @@ -40,6 +40,7 @@ #include #include #include +#include #include @@ -52,8 +53,12 @@ static LIST_HEAD(rng_list); static DEFINE_MUTEX(rng_mutex); static int data_avail; -static u8 rng_buffer[SMP_CACHE_BYTES < 32 ? 32 : SMP_CACHE_BYTES] - __cacheline_aligned; +static u8 *rng_buffer; + +static size_t rng_buffer_size(void) +{ + return SMP_CACHE_BYTES < 32 ? 32 : SMP_CACHE_BYTES; +} static inline int hwrng_init(struct hwrng *rng) { @@ -116,7 +121,7 @@ if (!data_avail) { bytes_read = rng_get_data(current_rng, rng_buffer, - sizeof(rng_buffer), + rng_buffer_size(), !(filp->f_flags & O_NONBLOCK)); if (bytes_read < 0) { err = bytes_read; @@ -307,6 +312,14 @@ mutex_lock(&rng_mutex); + /* kmalloc makes this safe for virt_to_page() in virtio_rng.c */ + err = -ENOMEM; + if (!rng_buffer) { + rng_buffer = kmalloc(rng_buffer_size(), GFP_KERNEL); + if (!rng_buffer) + goto out_unlock; + } + /* Must not register two RNGs with the same name. */ err = -EEXIST; list_for_each_entry(tmp, &rng_list, list) { --- linux-lowlatency-3.8.0.orig/drivers/char/ipmi/ipmi_devintf.c +++ linux-lowlatency-3.8.0/drivers/char/ipmi/ipmi_devintf.c @@ -837,13 +837,25 @@ return ipmi_ioctl(filep, cmd, arg); } } + +static long unlocked_compat_ipmi_ioctl(struct file *filep, unsigned int cmd, + unsigned long arg) +{ + int ret; + + mutex_lock(&ipmi_mutex); + ret = compat_ipmi_ioctl(filep, cmd, arg); + mutex_unlock(&ipmi_mutex); + + return ret; +} #endif static const struct file_operations ipmi_fops = { .owner = THIS_MODULE, .unlocked_ioctl = ipmi_unlocked_ioctl, #ifdef CONFIG_COMPAT - .compat_ioctl = compat_ipmi_ioctl, + .compat_ioctl = unlocked_compat_ipmi_ioctl, #endif .open = ipmi_open, .release = ipmi_release, --- linux-lowlatency-3.8.0.orig/drivers/char/ipmi/ipmi_bt_sm.c +++ linux-lowlatency-3.8.0/drivers/char/ipmi/ipmi_bt_sm.c @@ -95,9 +95,9 @@ enum bt_states state; unsigned char seq; /* BT sequence number */ struct si_sm_io *io; - unsigned char write_data[IPMI_MAX_MSG_LENGTH]; + unsigned char write_data[IPMI_MAX_MSG_LENGTH + 2]; /* +2 for memcpy */ int write_count; - unsigned char read_data[IPMI_MAX_MSG_LENGTH]; + unsigned char read_data[IPMI_MAX_MSG_LENGTH + 2]; /* +2 for memcpy */ int read_count; int truncated; long timeout; /* microseconds countdown */ --- linux-lowlatency-3.8.0.orig/drivers/gpio/gpiolib-of.c +++ linux-lowlatency-3.8.0/drivers/gpio/gpiolib-of.c @@ -228,7 +228,7 @@ if (!np) return; - do { + for (;; index++) { ret = of_parse_phandle_with_args(np, "gpio-ranges", "#gpio-range-cells", index, &pinspec); if (ret) @@ -257,8 +257,7 @@ if (ret) break; - - } while (index++); + } } #else --- linux-lowlatency-3.8.0.orig/drivers/gpio/Kconfig +++ linux-lowlatency-3.8.0/drivers/gpio/Kconfig @@ -298,6 +298,14 @@ and write pin state) for GPIO implemented in a number of GE single board computers. +config GPIO_LYNXPOINT + bool "Intel Lynxpoint GPIO support" + depends on ACPI + select IRQ_DOMAIN + help + driver for GPIO functionality on Intel Lynxpoint PCH chipset + Requires ACPI device enumeration code to set up a platform device. + comment "I2C GPIO expanders:" config GPIO_ARIZONA --- linux-lowlatency-3.8.0.orig/drivers/gpio/gpio-stmpe.c +++ linux-lowlatency-3.8.0/drivers/gpio/gpio-stmpe.c @@ -307,11 +307,15 @@ .xlate = irq_domain_xlate_twocell, }; -static int stmpe_gpio_irq_init(struct stmpe_gpio *stmpe_gpio) +static int stmpe_gpio_irq_init(struct stmpe_gpio *stmpe_gpio, + struct device_node *np) { - int base = stmpe_gpio->irq_base; + int base = 0; - stmpe_gpio->domain = irq_domain_add_simple(NULL, + if (!np) + base = stmpe_gpio->irq_base; + + stmpe_gpio->domain = irq_domain_add_simple(np, stmpe_gpio->chip.ngpio, base, &stmpe_gpio_irq_simple_ops, stmpe_gpio); if (!stmpe_gpio->domain) { @@ -346,6 +350,9 @@ stmpe_gpio->chip = template_chip; stmpe_gpio->chip.ngpio = stmpe->num_gpios; stmpe_gpio->chip.dev = &pdev->dev; +#ifdef CONFIG_OF + stmpe_gpio->chip.of_node = np; +#endif stmpe_gpio->chip.base = pdata ? pdata->gpio_base : -1; if (pdata) @@ -366,7 +373,7 @@ goto out_free; if (irq >= 0) { - ret = stmpe_gpio_irq_init(stmpe_gpio); + ret = stmpe_gpio_irq_init(stmpe_gpio, np); if (ret) goto out_disable; --- linux-lowlatency-3.8.0.orig/drivers/gpio/gpio-lynxpoint.c +++ linux-lowlatency-3.8.0/drivers/gpio/gpio-lynxpoint.c @@ -0,0 +1,469 @@ +/* + * GPIO controller driver for Intel Lynxpoint PCH chipset> + * Copyright (c) 2012, Intel Corporation. + * + * Author: Mathias Nyman + * + * This program is free software; you can redistribute it and/or modify it + * under the terms and conditions of the GNU General Public License, + * version 2, as published by the Free Software Foundation. + * + * This program is distributed in the hope it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. + * + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +/* LynxPoint chipset has support for 94 gpio pins */ + +#define LP_NUM_GPIO 94 + +/* Bitmapped register offsets */ +#define LP_ACPI_OWNED 0x00 /* Bitmap, set by bios, 0: pin reserved for ACPI */ +#define LP_GC 0x7C /* set APIC IRQ to IRQ14 or IRQ15 for all pins */ +#define LP_INT_STAT 0x80 +#define LP_INT_ENABLE 0x90 + +/* Each pin has two 32 bit config registers, starting at 0x100 */ +#define LP_CONFIG1 0x100 +#define LP_CONFIG2 0x104 + +/* LP_CONFIG1 reg bits */ +#define OUT_LVL_BIT BIT(31) +#define IN_LVL_BIT BIT(30) +#define TRIG_SEL_BIT BIT(4) /* 0: Edge, 1: Level */ +#define INT_INV_BIT BIT(3) /* Invert interrupt triggering */ +#define DIR_BIT BIT(2) /* 0: Output, 1: Input */ +#define USE_SEL_BIT BIT(0) /* 0: Native, 1: GPIO */ + +/* LP_CONFIG2 reg bits */ +#define GPINDIS_BIT BIT(2) /* disable input sensing */ +#define GPIWP_BIT (BIT(0) | BIT(1)) /* weak pull options */ + +struct lp_gpio { + struct gpio_chip chip; + struct irq_domain *domain; + struct platform_device *pdev; + spinlock_t lock; + unsigned long reg_base; +}; + +/* + * Lynxpoint gpios are controlled through both bitmapped registers and + * per gpio specific registers. The bitmapped registers are in chunks of + * 3 x 32bit registers to cover all 94 gpios + * + * per gpio specific registers consist of two 32bit registers per gpio + * (LP_CONFIG1 and LP_CONFIG2), with 94 gpios there's a total of + * 188 config registes. + * + * A simplified view of the register layout look like this: + * + * LP_ACPI_OWNED[31:0] gpio ownerships for gpios 0-31 (bitmapped registers) + * LP_ACPI_OWNED[63:32] gpio ownerships for gpios 32-63 + * LP_ACPI_OWNED[94:64] gpio ownerships for gpios 63-94 + * ... + * LP_INT_ENABLE[31:0] ... + * LP_INT_ENABLE[63:31] ... + * LP_INT_ENABLE[94:64] ... + * LP0_CONFIG1 (gpio 0) config1 reg for gpio 0 (per gpio registers) + * LP0_CONFIG2 (gpio 0) config2 reg for gpio 0 + * LP1_CONFIG1 (gpio 1) config1 reg for gpio 1 + * LP1_CONFIG2 (gpio 1) config2 reg for gpio 1 + * LP2_CONFIG1 (gpio 2) ... + * LP2_CONFIG2 (gpio 2) ... + * ... + * LP94_CONFIG1 (gpio 94) ... + * LP94_CONFIG2 (gpio 94) ... + */ + +static unsigned long lp_gpio_reg(struct gpio_chip *chip, unsigned offset, + int reg) +{ + struct lp_gpio *lg = container_of(chip, struct lp_gpio, chip); + int reg_offset; + + if (reg == LP_CONFIG1 || reg == LP_CONFIG2) + /* per gpio specific config registers */ + reg_offset = offset * 8; + else + /* bitmapped registers */ + reg_offset = (offset / 32) * 4; + + return lg->reg_base + reg + reg_offset; +} + +static int lp_gpio_request(struct gpio_chip *chip, unsigned offset) +{ + struct lp_gpio *lg = container_of(chip, struct lp_gpio, chip); + unsigned long reg = lp_gpio_reg(chip, offset, LP_CONFIG1); + unsigned long conf2 = lp_gpio_reg(chip, offset, LP_CONFIG2); + unsigned long acpi_use = lp_gpio_reg(chip, offset, LP_ACPI_OWNED); + + pm_runtime_get(&lg->pdev->dev); /* should we put if failed */ + + /* Fail if BIOS reserved pin for ACPI use */ + if (!(inl(acpi_use) & BIT(offset % 32))) { + dev_err(&lg->pdev->dev, "gpio %d reserved for ACPI\n", offset); + return -EBUSY; + } + /* Fail if pin is in alternate function mode (not GPIO mode) */ + if (!(inl(reg) & USE_SEL_BIT)) + return -ENODEV; + + /* enable input sensing */ + outl(inl(conf2) & ~GPINDIS_BIT, conf2); + + + return 0; +} + +static void lp_gpio_free(struct gpio_chip *chip, unsigned offset) +{ + struct lp_gpio *lg = container_of(chip, struct lp_gpio, chip); + unsigned long conf2 = lp_gpio_reg(chip, offset, LP_CONFIG2); + + /* disable input sensing */ + outl(inl(conf2) | GPINDIS_BIT, conf2); + + pm_runtime_put(&lg->pdev->dev); +} + +static int lp_irq_type(struct irq_data *d, unsigned type) +{ + struct lp_gpio *lg = irq_data_get_irq_chip_data(d); + u32 hwirq = irqd_to_hwirq(d); + unsigned long flags; + u32 value; + unsigned long reg = lp_gpio_reg(&lg->chip, hwirq, LP_CONFIG1); + + if (hwirq >= lg->chip.ngpio) + return -EINVAL; + + spin_lock_irqsave(&lg->lock, flags); + value = inl(reg); + + /* set both TRIG_SEL and INV bits to 0 for rising edge */ + if (type & IRQ_TYPE_EDGE_RISING) + value &= ~(TRIG_SEL_BIT | INT_INV_BIT); + + /* TRIG_SEL bit 0, INV bit 1 for falling edge */ + if (type & IRQ_TYPE_EDGE_FALLING) + value = (value | INT_INV_BIT) & ~TRIG_SEL_BIT; + + /* TRIG_SEL bit 1, INV bit 0 for level low */ + if (type & IRQ_TYPE_LEVEL_LOW) + value = (value | TRIG_SEL_BIT) & ~INT_INV_BIT; + + /* TRIG_SEL bit 1, INV bit 1 for level high */ + if (type & IRQ_TYPE_LEVEL_HIGH) + value |= TRIG_SEL_BIT | INT_INV_BIT; + + outl(value, reg); + spin_unlock_irqrestore(&lg->lock, flags); + + return 0; +} + +static int lp_gpio_get(struct gpio_chip *chip, unsigned offset) +{ + unsigned long reg = lp_gpio_reg(chip, offset, LP_CONFIG1); + return inl(reg) & IN_LVL_BIT; +} + +static void lp_gpio_set(struct gpio_chip *chip, unsigned offset, int value) +{ + struct lp_gpio *lg = container_of(chip, struct lp_gpio, chip); + unsigned long reg = lp_gpio_reg(chip, offset, LP_CONFIG1); + unsigned long flags; + + spin_lock_irqsave(&lg->lock, flags); + + if (value) + outl(inl(reg) | OUT_LVL_BIT, reg); + else + outl(inl(reg) & ~OUT_LVL_BIT, reg); + + spin_unlock_irqrestore(&lg->lock, flags); +} + +static int lp_gpio_direction_input(struct gpio_chip *chip, unsigned offset) +{ + struct lp_gpio *lg = container_of(chip, struct lp_gpio, chip); + unsigned long reg = lp_gpio_reg(chip, offset, LP_CONFIG1); + unsigned long flags; + + spin_lock_irqsave(&lg->lock, flags); + outl(inl(reg) | DIR_BIT, reg); + spin_unlock_irqrestore(&lg->lock, flags); + + return 0; +} + +static int lp_gpio_direction_output(struct gpio_chip *chip, + unsigned offset, int value) +{ + struct lp_gpio *lg = container_of(chip, struct lp_gpio, chip); + unsigned long reg = lp_gpio_reg(chip, offset, LP_CONFIG1); + unsigned long flags; + + lp_gpio_set(chip, offset, value); + + spin_lock_irqsave(&lg->lock, flags); + outl(inl(reg) & ~DIR_BIT, reg); + spin_unlock_irqrestore(&lg->lock, flags); + + return 0; +} + +static int lp_gpio_to_irq(struct gpio_chip *chip, unsigned offset) +{ + struct lp_gpio *lg = container_of(chip, struct lp_gpio, chip); + return irq_create_mapping(lg->domain, offset); +} + +static void lp_gpio_irq_handler(unsigned irq, struct irq_desc *desc) +{ + struct irq_data *data = irq_desc_get_irq_data(desc); + struct lp_gpio *lg = irq_data_get_irq_handler_data(data); + struct irq_chip *chip = irq_data_get_irq_chip(data); + u32 base, pin, mask; + unsigned long reg, pending; + unsigned virq; + + /* check from GPIO controller which pin triggered the interrupt */ + for (base = 0; base < lg->chip.ngpio; base += 32) { + reg = lp_gpio_reg(&lg->chip, base, LP_INT_STAT); + + while ((pending = inl(reg))) { + pin = __ffs(pending); + mask = BIT(pin); + /* Clear before handling so we don't lose an edge */ + outl(mask, reg); + virq = irq_find_mapping(lg->domain, base + pin); + generic_handle_irq(virq); + } + } + chip->irq_eoi(data); +} + +static void lp_irq_unmask(struct irq_data *d) +{ +} + +static void lp_irq_mask(struct irq_data *d) +{ +} + +static void lp_irq_enable(struct irq_data *d) +{ + struct lp_gpio *lg = irq_data_get_irq_chip_data(d); + u32 hwirq = irqd_to_hwirq(d); + unsigned long reg = lp_gpio_reg(&lg->chip, hwirq, LP_INT_ENABLE); + unsigned long flags; + + spin_lock_irqsave(&lg->lock, flags); + outl(inl(reg) | BIT(hwirq % 32), reg); + spin_unlock_irqrestore(&lg->lock, flags); +} + +static void lp_irq_disable(struct irq_data *d) +{ + struct lp_gpio *lg = irq_data_get_irq_chip_data(d); + u32 hwirq = irqd_to_hwirq(d); + unsigned long reg = lp_gpio_reg(&lg->chip, hwirq, LP_INT_ENABLE); + unsigned long flags; + + spin_lock_irqsave(&lg->lock, flags); + outl(inl(reg) & ~BIT(hwirq % 32), reg); + spin_unlock_irqrestore(&lg->lock, flags); +} + +static struct irq_chip lp_irqchip = { + .name = "LP-GPIO", + .irq_mask = lp_irq_mask, + .irq_unmask = lp_irq_unmask, + .irq_enable = lp_irq_enable, + .irq_disable = lp_irq_disable, + .irq_set_type = lp_irq_type, + .flags = IRQCHIP_SKIP_SET_WAKE, +}; + +static void lp_gpio_irq_init_hw(struct lp_gpio *lg) +{ + unsigned long reg; + unsigned base; + + for (base = 0; base < lg->chip.ngpio; base += 32) { + /* disable gpio pin interrupts */ + reg = lp_gpio_reg(&lg->chip, base, LP_INT_ENABLE); + outl(0, reg); + /* Clear interrupt status register */ + reg = lp_gpio_reg(&lg->chip, base, LP_INT_STAT); + outl(0xffffffff, reg); + } +} + +static int lp_gpio_irq_map(struct irq_domain *d, unsigned int virq, + irq_hw_number_t hw) +{ + struct lp_gpio *lg = d->host_data; + + irq_set_chip_and_handler_name(virq, &lp_irqchip, handle_simple_irq, + "demux"); + irq_set_chip_data(virq, lg); + irq_set_irq_type(virq, IRQ_TYPE_NONE); + + return 0; +} + +static const struct irq_domain_ops lp_gpio_irq_ops = { + .map = lp_gpio_irq_map, +}; + +static int lp_gpio_probe(struct platform_device *pdev) +{ + struct lp_gpio *lg; + struct gpio_chip *gc; + struct resource *io_rc, *irq_rc; + struct device *dev = &pdev->dev; + unsigned long reg_len; + unsigned hwirq; + int ret = -ENODEV; + + lg = devm_kzalloc(dev, sizeof(struct lp_gpio), GFP_KERNEL); + if (!lg) { + dev_err(dev, "can't allocate lp_gpio chip data\n"); + return -ENOMEM; + } + + lg->pdev = pdev; + platform_set_drvdata(pdev, lg); + + io_rc = platform_get_resource(pdev, IORESOURCE_IO, 0); + irq_rc = platform_get_resource(pdev, IORESOURCE_IRQ, 0); + + if (!io_rc) { + dev_err(dev, "missing IO resources\n"); + return -EINVAL; + } + + lg->reg_base = io_rc->start; + reg_len = resource_size(io_rc); + + if (!devm_request_region(dev, lg->reg_base, reg_len, "lp-gpio")) { + dev_err(dev, "failed requesting IO region 0x%x\n", + (unsigned int)lg->reg_base); + return -EBUSY; + } + + spin_lock_init(&lg->lock); + + gc = &lg->chip; + gc->label = dev_name(dev); + gc->owner = THIS_MODULE; + gc->request = lp_gpio_request; + gc->free = lp_gpio_free; + gc->direction_input = lp_gpio_direction_input; + gc->direction_output = lp_gpio_direction_output; + gc->get = lp_gpio_get; + gc->set = lp_gpio_set; + gc->base = -1; + gc->ngpio = LP_NUM_GPIO; + gc->can_sleep = 0; + gc->dev = dev; + + /* set up interrupts */ + if (irq_rc && irq_rc->start) { + hwirq = irq_rc->start; + gc->to_irq = lp_gpio_to_irq; + + lg->domain = irq_domain_add_linear(NULL, LP_NUM_GPIO, + &lp_gpio_irq_ops, lg); + if (!lg->domain) + return -ENXIO; + + lp_gpio_irq_init_hw(lg); + + irq_set_handler_data(hwirq, lg); + irq_set_chained_handler(hwirq, lp_gpio_irq_handler); + } + + ret = gpiochip_add(gc); + if (ret) { + dev_err(dev, "failed adding lp-gpio chip\n"); + return ret; + } + pm_runtime_enable(dev); + + return 0; +} + +static int lp_gpio_runtime_suspend(struct device *dev) +{ + return 0; +} + +static int lp_gpio_runtime_resume(struct device *dev) +{ + return 0; +} + +static const struct dev_pm_ops lp_gpio_pm_ops = { + .runtime_suspend = lp_gpio_runtime_suspend, + .runtime_resume = lp_gpio_runtime_resume, +}; + +static const struct acpi_device_id lynxpoint_gpio_acpi_match[] = { + { "INT33C7", 0 }, + { } +}; +MODULE_DEVICE_TABLE(acpi, lynxpoint_gpio_acpi_match); + +static int lp_gpio_remove(struct platform_device *pdev) +{ + struct lp_gpio *lg = platform_get_drvdata(pdev); + int err; + err = gpiochip_remove(&lg->chip); + if (err) + dev_warn(&pdev->dev, "failed to remove gpio_chip.\n"); + platform_set_drvdata(pdev, NULL); + return 0; +} + +static struct platform_driver lp_gpio_driver = { + .probe = lp_gpio_probe, + .remove = lp_gpio_remove, + .driver = { + .name = "lp_gpio", + .owner = THIS_MODULE, + .pm = &lp_gpio_pm_ops, + .acpi_match_table = ACPI_PTR(lynxpoint_gpio_acpi_match), + }, +}; + +static int __init lp_gpio_init(void) +{ + return platform_driver_register(&lp_gpio_driver); +} + +subsys_initcall(lp_gpio_init); --- linux-lowlatency-3.8.0.orig/drivers/gpio/gpio-mvebu.c +++ linux-lowlatency-3.8.0/drivers/gpio/gpio-mvebu.c @@ -41,6 +41,7 @@ #include #include #include +#include #include /* @@ -495,6 +496,7 @@ struct resource *res; struct irq_chip_generic *gc; struct irq_chip_type *ct; + struct clk *clk; unsigned int ngpios; int soc_variant; int i, cpu, id; @@ -528,6 +530,11 @@ return id; } + clk = devm_clk_get(&pdev->dev, NULL); + /* Not all SoCs require a clock.*/ + if (!IS_ERR(clk)) + clk_prepare_enable(clk); + mvchip->soc_variant = soc_variant; mvchip->chip.label = dev_name(&pdev->dev); mvchip->chip.dev = &pdev->dev; --- linux-lowlatency-3.8.0.orig/drivers/gpio/Makefile +++ linux-lowlatency-3.8.0/drivers/gpio/Makefile @@ -31,6 +31,7 @@ obj-$(CONFIG_ARCH_KS8695) += gpio-ks8695.o obj-$(CONFIG_GPIO_LANGWELL) += gpio-langwell.o obj-$(CONFIG_ARCH_LPC32XX) += gpio-lpc32xx.o +obj-$(CONFIG_GPIO_LYNXPOINT) += gpio-lynxpoint.o obj-$(CONFIG_GPIO_MAX730X) += gpio-max730x.o obj-$(CONFIG_GPIO_MAX7300) += gpio-max7300.o obj-$(CONFIG_GPIO_MAX7301) += gpio-max7301.o --- linux-lowlatency-3.8.0.orig/drivers/gpio/gpio-em.c +++ linux-lowlatency-3.8.0/drivers/gpio/gpio-em.c @@ -299,8 +299,9 @@ irq_chip->irq_set_type = em_gio_irq_set_type; irq_chip->flags = IRQCHIP_SKIP_SET_WAKE; - p->irq_domain = irq_domain_add_linear(pdev->dev.of_node, + p->irq_domain = irq_domain_add_simple(pdev->dev.of_node, pdata->number_of_pins, + pdata->irq_base, &em_gio_irq_domain_ops, p); if (!p->irq_domain) { ret = -ENXIO; --- linux-lowlatency-3.8.0.orig/drivers/target/target_core_fabric_configfs.c +++ linux-lowlatency-3.8.0/drivers/target/target_core_fabric_configfs.c @@ -354,9 +354,17 @@ ret = -EINVAL; goto out; } + if (mapped_lun > (TRANSPORT_MAX_LUNS_PER_TPG-1)) { + pr_err("Mapped LUN: %lu exceeds TRANSPORT_MAX_LUNS_PER_TPG" + "-1: %u for Target Portal Group: %u\n", mapped_lun, + TRANSPORT_MAX_LUNS_PER_TPG-1, + se_tpg->se_tpg_tfo->tpg_get_tag(se_tpg)); + ret = -EINVAL; + goto out; + } - lacl = core_dev_init_initiator_node_lun_acl(se_tpg, mapped_lun, - config_item_name(acl_ci), &ret); + lacl = core_dev_init_initiator_node_lun_acl(se_tpg, se_nacl, + mapped_lun, &ret); if (!lacl) { ret = -EINVAL; goto out; --- linux-lowlatency-3.8.0.orig/drivers/target/target_core_file.h +++ linux-lowlatency-3.8.0/drivers/target/target_core_file.h @@ -7,7 +7,7 @@ #define FD_DEVICE_QUEUE_DEPTH 32 #define FD_MAX_DEVICE_QUEUE_DEPTH 128 #define FD_BLOCKSIZE 512 -#define FD_MAX_SECTORS 1024 +#define FD_MAX_SECTORS 2048 #define RRF_EMULATE_CDB 0x01 #define RRF_GOT_LBA 0x02 --- linux-lowlatency-3.8.0.orig/drivers/target/target_core_transport.c +++ linux-lowlatency-3.8.0/drivers/target/target_core_transport.c @@ -1136,8 +1136,10 @@ return ret; ret = target_check_reservation(cmd); - if (ret) + if (ret) { + cmd->scsi_status = SAM_STAT_RESERVATION_CONFLICT; return ret; + } ret = dev->transport->parse_cdb(cmd); if (ret) @@ -2207,21 +2209,19 @@ { struct se_cmd *se_cmd = container_of(kref, struct se_cmd, cmd_kref); struct se_session *se_sess = se_cmd->se_sess; - unsigned long flags; - spin_lock_irqsave(&se_sess->sess_cmd_lock, flags); if (list_empty(&se_cmd->se_cmd_list)) { - spin_unlock_irqrestore(&se_sess->sess_cmd_lock, flags); + spin_unlock(&se_sess->sess_cmd_lock); se_cmd->se_tfo->release_cmd(se_cmd); return; } if (se_sess->sess_tearing_down && se_cmd->cmd_wait_set) { - spin_unlock_irqrestore(&se_sess->sess_cmd_lock, flags); + spin_unlock(&se_sess->sess_cmd_lock); complete(&se_cmd->cmd_wait_comp); return; } list_del(&se_cmd->se_cmd_list); - spin_unlock_irqrestore(&se_sess->sess_cmd_lock, flags); + spin_unlock(&se_sess->sess_cmd_lock); se_cmd->se_tfo->release_cmd(se_cmd); } @@ -2232,7 +2232,8 @@ */ int target_put_sess_cmd(struct se_session *se_sess, struct se_cmd *se_cmd) { - return kref_put(&se_cmd->cmd_kref, target_release_cmd_kref); + return kref_put_spinlock_irqsave(&se_cmd->cmd_kref, target_release_cmd_kref, + &se_sess->sess_cmd_lock); } EXPORT_SYMBOL(target_put_sess_cmd); --- linux-lowlatency-3.8.0.orig/drivers/target/target_core_internal.h +++ linux-lowlatency-3.8.0/drivers/target/target_core_internal.h @@ -45,7 +45,7 @@ int core_dev_del_lun(struct se_portal_group *, u32); struct se_lun *core_get_lun_from_tpg(struct se_portal_group *, u32); struct se_lun_acl *core_dev_init_initiator_node_lun_acl(struct se_portal_group *, - u32, char *, int *); + struct se_node_acl *, u32, int *); int core_dev_add_initiator_node_lun_acl(struct se_portal_group *, struct se_lun_acl *, u32, u32); int core_dev_del_initiator_node_lun_acl(struct se_portal_group *, --- linux-lowlatency-3.8.0.orig/drivers/target/target_core_pscsi.c +++ linux-lowlatency-3.8.0/drivers/target/target_core_pscsi.c @@ -940,7 +940,6 @@ bio = NULL; } - page++; len -= bytes; data_len -= bytes; off = 0; --- linux-lowlatency-3.8.0.orig/drivers/target/target_core_tpg.c +++ linux-lowlatency-3.8.0/drivers/target/target_core_tpg.c @@ -111,16 +111,10 @@ struct se_node_acl *acl; spin_lock_irq(&tpg->acl_node_lock); - list_for_each_entry(acl, &tpg->acl_node_list, acl_list) { - if (!strcmp(acl->initiatorname, initiatorname) && - !acl->dynamic_node_acl) { - spin_unlock_irq(&tpg->acl_node_lock); - return acl; - } - } + acl = __core_tpg_get_initiator_node_acl(tpg, initiatorname); spin_unlock_irq(&tpg->acl_node_lock); - return NULL; + return acl; } /* core_tpg_add_node_to_devs(): --- linux-lowlatency-3.8.0.orig/drivers/target/target_core_alua.c +++ linux-lowlatency-3.8.0/drivers/target/target_core_alua.c @@ -408,6 +408,7 @@ case REPORT_LUNS: case RECEIVE_DIAGNOSTIC: case SEND_DIAGNOSTIC: + return 0; case MAINTENANCE_IN: switch (cdb[1] & 0x1f) { case MI_REPORT_TARGET_PGS: @@ -450,6 +451,7 @@ switch (cdb[0]) { case INQUIRY: case REPORT_LUNS: + return 0; case MAINTENANCE_IN: switch (cdb[1] & 0x1f) { case MI_REPORT_TARGET_PGS: @@ -490,6 +492,7 @@ switch (cdb[0]) { case INQUIRY: case REPORT_LUNS: + return 0; case MAINTENANCE_IN: switch (cdb[1] & 0x1f) { case MI_REPORT_TARGET_PGS: --- linux-lowlatency-3.8.0.orig/drivers/target/target_core_file.c +++ linux-lowlatency-3.8.0/drivers/target/target_core_file.c @@ -151,10 +151,6 @@ struct request_queue *q = bdev_get_queue(inode->i_bdev); unsigned long long dev_size; - dev->dev_attrib.hw_block_size = - bdev_logical_block_size(inode->i_bdev); - dev->dev_attrib.hw_max_sectors = queue_max_hw_sectors(q); - /* * Determine the number of bytes from i_size_read() minus * one (1) logical sector from underlying struct block_device @@ -173,13 +169,12 @@ " block_device\n"); goto fail; } - - dev->dev_attrib.hw_block_size = FD_BLOCKSIZE; - dev->dev_attrib.hw_max_sectors = FD_MAX_SECTORS; } fd_dev->fd_block_size = dev->dev_attrib.hw_block_size; + dev->dev_attrib.hw_block_size = FD_BLOCKSIZE; + dev->dev_attrib.hw_max_sectors = FD_MAX_SECTORS; dev->dev_attrib.hw_queue_depth = FD_MAX_DEVICE_QUEUE_DEPTH; if (fd_dev->fbd_flags & FDBD_HAS_BUFFERED_IO_WCE) { --- linux-lowlatency-3.8.0.orig/drivers/target/target_core_device.c +++ linux-lowlatency-3.8.0/drivers/target/target_core_device.c @@ -1182,24 +1182,18 @@ struct se_lun_acl *core_dev_init_initiator_node_lun_acl( struct se_portal_group *tpg, + struct se_node_acl *nacl, u32 mapped_lun, - char *initiatorname, int *ret) { struct se_lun_acl *lacl; - struct se_node_acl *nacl; - if (strlen(initiatorname) >= TRANSPORT_IQN_LEN) { + if (strlen(nacl->initiatorname) >= TRANSPORT_IQN_LEN) { pr_err("%s InitiatorName exceeds maximum size.\n", tpg->se_tpg_tfo->get_fabric_name()); *ret = -EOVERFLOW; return NULL; } - nacl = core_tpg_get_initiator_node_acl(tpg, initiatorname); - if (!nacl) { - *ret = -EINVAL; - return NULL; - } lacl = kzalloc(sizeof(struct se_lun_acl), GFP_KERNEL); if (!lacl) { pr_err("Unable to allocate memory for struct se_lun_acl.\n"); @@ -1210,7 +1204,8 @@ INIT_LIST_HEAD(&lacl->lacl_list); lacl->mapped_lun = mapped_lun; lacl->se_lun_nacl = nacl; - snprintf(lacl->initiatorname, TRANSPORT_IQN_LEN, "%s", initiatorname); + snprintf(lacl->initiatorname, TRANSPORT_IQN_LEN, "%s", + nacl->initiatorname); return lacl; } --- linux-lowlatency-3.8.0.orig/drivers/target/iscsi/iscsi_target_auth.c +++ linux-lowlatency-3.8.0/drivers/target/iscsi/iscsi_target_auth.c @@ -166,6 +166,7 @@ { char *endptr; unsigned long id; + unsigned char id_as_uchar; unsigned char digest[MD5_SIGNATURE_SIZE]; unsigned char type, response[MD5_SIGNATURE_SIZE * 2 + 2]; unsigned char identifier[10], *challenge = NULL; @@ -355,7 +356,9 @@ goto out; } - sg_init_one(&sg, &id, 1); + /* To handle both endiannesses */ + id_as_uchar = id; + sg_init_one(&sg, &id_as_uchar, 1); ret = crypto_hash_update(&desc, &sg, 1); if (ret < 0) { pr_err("crypto_hash_update() failed for id\n"); --- linux-lowlatency-3.8.0.orig/drivers/target/iscsi/iscsi_target_parameters.c +++ linux-lowlatency-3.8.0/drivers/target/iscsi/iscsi_target_parameters.c @@ -712,9 +712,9 @@ } INIT_LIST_HEAD(&extra_response->er_list); - strncpy(extra_response->key, key, strlen(key) + 1); - strncpy(extra_response->value, NOTUNDERSTOOD, - strlen(NOTUNDERSTOOD) + 1); + strlcpy(extra_response->key, key, sizeof(extra_response->key)); + strlcpy(extra_response->value, NOTUNDERSTOOD, + sizeof(extra_response->value)); list_add_tail(&extra_response->er_list, ¶m_list->extra_response_list); @@ -1583,8 +1583,6 @@ if (phase & PHASE_SECURITY) { if (iscsi_check_for_auth_key(key) > 0) { - char *tmpptr = key + strlen(key); - *tmpptr = '='; kfree(tmpbuf); return 1; } --- linux-lowlatency-3.8.0.orig/drivers/target/iscsi/iscsi_target_parameters.h +++ linux-lowlatency-3.8.0/drivers/target/iscsi/iscsi_target_parameters.h @@ -1,8 +1,10 @@ #ifndef ISCSI_PARAMETERS_H #define ISCSI_PARAMETERS_H +#include + struct iscsi_extra_response { - char key[64]; + char key[KEY_MAXLEN]; char value[32]; struct list_head er_list; } ____cacheline_aligned; --- linux-lowlatency-3.8.0.orig/drivers/target/iscsi/iscsi_target_erl1.c +++ linux-lowlatency-3.8.0/drivers/target/iscsi/iscsi_target_erl1.c @@ -819,7 +819,7 @@ /* * CmdSN is greater than the tail of the list. */ - if (ooo_tail->cmdsn < ooo_cmdsn->cmdsn) + if (iscsi_sna_lt(ooo_tail->cmdsn, ooo_cmdsn->cmdsn)) list_add_tail(&ooo_cmdsn->ooo_list, &sess->sess_ooo_cmdsn_list); else { @@ -829,11 +829,12 @@ */ list_for_each_entry(ooo_tmp, &sess->sess_ooo_cmdsn_list, ooo_list) { - if (ooo_tmp->cmdsn < ooo_cmdsn->cmdsn) + if (iscsi_sna_lt(ooo_tmp->cmdsn, ooo_cmdsn->cmdsn)) continue; + /* Insert before this entry */ list_add(&ooo_cmdsn->ooo_list, - &ooo_tmp->ooo_list); + ooo_tmp->ooo_list.prev); break; } } --- linux-lowlatency-3.8.0.orig/drivers/target/iscsi/iscsi_target.c +++ linux-lowlatency-3.8.0/drivers/target/iscsi/iscsi_target.c @@ -3570,6 +3570,10 @@ spin_lock_bh(&cmd->istate_lock); cmd->i_state = ISTATE_SENT_STATUS; spin_unlock_bh(&cmd->istate_lock); + + if (atomic_read(&conn->check_immediate_queue)) + return 1; + continue; } else if (ret == 2) { /* Still must send status, @@ -3659,7 +3663,7 @@ } if (atomic_read(&conn->check_immediate_queue)) - break; + return 1; } return 0; @@ -3703,12 +3707,15 @@ signal_pending(current)) goto transport_err; +get_immediate: ret = handle_immediate_queue(conn); if (ret < 0) goto transport_err; ret = handle_response_queue(conn); - if (ret == -EAGAIN) + if (ret == 1) + goto get_immediate; + else if (ret == -EAGAIN) goto restart; else if (ret < 0) goto transport_err; --- linux-lowlatency-3.8.0.orig/drivers/nfc/pn544/pn544.c +++ linux-lowlatency-3.8.0/drivers/nfc/pn544/pn544.c @@ -675,11 +675,17 @@ static int pn544_hci_tm_send(struct nfc_hci_dev *hdev, struct sk_buff *skb) { + int r; + /* Set default false for multiple information chaining */ *skb_push(skb, 1) = 0; - return nfc_hci_send_event(hdev, PN544_RF_READER_NFCIP1_TARGET_GATE, - PN544_HCI_EVT_SND_DATA, skb->data, skb->len); + r = nfc_hci_send_event(hdev, PN544_RF_READER_NFCIP1_TARGET_GATE, + PN544_HCI_EVT_SND_DATA, skb->data, skb->len); + + kfree_skb(skb); + + return r; } static int pn544_hci_check_presence(struct nfc_hci_dev *hdev, @@ -714,35 +720,40 @@ return 0; } -static void pn544_hci_event_received(struct nfc_hci_dev *hdev, u8 gate, - u8 event, struct sk_buff *skb) +/* + * Returns: + * <= 0: driver handled the event, skb consumed + * 1: driver does not handle the event, please do standard processing + */ +static int pn544_hci_event_received(struct nfc_hci_dev *hdev, u8 gate, u8 event, + struct sk_buff *skb) { struct sk_buff *rgb_skb = NULL; - int r = 0; + int r; pr_debug("hci event %d", event); switch (event) { case PN544_HCI_EVT_ACTIVATED: - if (gate == PN544_RF_READER_NFCIP1_INITIATOR_GATE) - nfc_hci_target_discovered(hdev, gate); - else if (gate == PN544_RF_READER_NFCIP1_TARGET_GATE) { + if (gate == PN544_RF_READER_NFCIP1_INITIATOR_GATE) { + r = nfc_hci_target_discovered(hdev, gate); + } else if (gate == PN544_RF_READER_NFCIP1_TARGET_GATE) { r = nfc_hci_get_param(hdev, gate, PN544_DEP_ATR_REQ, - &rgb_skb); - + &rgb_skb); if (r < 0) goto exit; - nfc_tm_activated(hdev->ndev, NFC_PROTO_NFC_DEP_MASK, - NFC_COMM_PASSIVE, rgb_skb->data, - rgb_skb->len); + r = nfc_tm_activated(hdev->ndev, NFC_PROTO_NFC_DEP_MASK, + NFC_COMM_PASSIVE, rgb_skb->data, + rgb_skb->len); kfree_skb(rgb_skb); + } else { + r = -EINVAL; } - break; case PN544_HCI_EVT_DEACTIVATED: - nfc_hci_send_event(hdev, gate, - NFC_HCI_EVT_END_OPERATION, NULL, 0); + r = nfc_hci_send_event(hdev, gate, NFC_HCI_EVT_END_OPERATION, + NULL, 0); break; case PN544_HCI_EVT_RCV_DATA: if (skb->len < 2) { @@ -757,15 +768,15 @@ } skb_pull(skb, 2); - nfc_tm_data_received(hdev->ndev, skb); - - return; + return nfc_tm_data_received(hdev->ndev, skb); default: - break; + return 1; } exit: kfree_skb(skb); + + return r; } static struct nfc_hci_ops pn544_hci_ops = { @@ -822,7 +833,7 @@ NFC_PROTO_ISO14443_B_MASK | NFC_PROTO_NFC_DEP_MASK; - info->hdev = nfc_hci_allocate_device(&pn544_hci_ops, &init_data, + info->hdev = nfc_hci_allocate_device(&pn544_hci_ops, &init_data, 0, protocols, llc_name, phy_headroom + PN544_CMDS_HEADROOM, phy_tailroom, phy_payload); --- linux-lowlatency-3.8.0.orig/drivers/dma/Kconfig +++ linux-lowlatency-3.8.0/drivers/dma/Kconfig @@ -83,7 +83,6 @@ config DW_DMAC tristate "Synopsys DesignWare AHB DMA support" - depends on HAVE_CLK select DMA_ENGINE default y if CPU_AT32AP7000 help --- linux-lowlatency-3.8.0.orig/drivers/dma/dw_dmac.c +++ linux-lowlatency-3.8.0/drivers/dma/dw_dmac.c @@ -1,6 +1,5 @@ /* - * Driver for the Synopsys DesignWare DMA Controller (aka DMACA on - * AVR32 systems.) + * Core driver for the Synopsys DesignWare DMA Controller * * Copyright (C) 2007-2008 Atmel Corporation * Copyright (C) 2010-2011 ST Microelectronics @@ -9,11 +8,13 @@ * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ + #include #include #include #include #include +#include #include #include #include @@ -46,15 +47,32 @@ return slave ? slave->src_master : 1; } +#define SRC_MASTER 0 +#define DST_MASTER 1 + +static inline unsigned int dwc_get_master(struct dma_chan *chan, int master) +{ + struct dw_dma *dw = to_dw_dma(chan->device); + struct dw_dma_slave *dws = chan->private; + unsigned int m; + + if (master == SRC_MASTER) + m = dwc_get_sms(dws); + else + m = dwc_get_dms(dws); + + return min_t(unsigned int, dw->nr_masters - 1, m); +} + #define DWC_DEFAULT_CTLLO(_chan) ({ \ - struct dw_dma_slave *__slave = (_chan->private); \ struct dw_dma_chan *_dwc = to_dw_dma_chan(_chan); \ struct dma_slave_config *_sconfig = &_dwc->dma_sconfig; \ - int _dms = dwc_get_dms(__slave); \ - int _sms = dwc_get_sms(__slave); \ - u8 _smsize = __slave ? _sconfig->src_maxburst : \ + bool _is_slave = is_slave_direction(_dwc->direction); \ + int _dms = dwc_get_master(_chan, DST_MASTER); \ + int _sms = dwc_get_master(_chan, SRC_MASTER); \ + u8 _smsize = _is_slave ? _sconfig->src_maxburst : \ DW_DMA_MSIZE_16; \ - u8 _dmsize = __slave ? _sconfig->dst_maxburst : \ + u8 _dmsize = _is_slave ? _sconfig->dst_maxburst : \ DW_DMA_MSIZE_16; \ \ (DWC_CTLL_DST_MSIZE(_dmsize) \ @@ -72,15 +90,14 @@ */ #define NR_DESCS_PER_CHANNEL 64 -/*----------------------------------------------------------------------*/ +static inline unsigned int dwc_get_data_width(struct dma_chan *chan, int master) +{ + struct dw_dma *dw = to_dw_dma(chan->device); -/* - * Because we're not relying on writeback from the controller (it may not - * even be configured into the core!) we don't need to use dma_pool. These - * descriptors -- and associated data -- are cacheable. We do need to make - * sure their dcache entries are written back before handing them off to - * the controller, though. - */ + return dw->data_width[dwc_get_master(chan, master)]; +} + +/*----------------------------------------------------------------------*/ static struct device *chan2dev(struct dma_chan *chan) { @@ -93,7 +110,7 @@ static struct dw_desc *dwc_first_active(struct dw_dma_chan *dwc) { - return list_entry(dwc->active_list.next, struct dw_desc, desc_node); + return to_dw_desc(dwc->active_list.next); } static struct dw_desc *dwc_desc_get(struct dw_dma_chan *dwc) @@ -120,19 +137,6 @@ return ret; } -static void dwc_sync_desc_for_cpu(struct dw_dma_chan *dwc, struct dw_desc *desc) -{ - struct dw_desc *child; - - list_for_each_entry(child, &desc->tx_list, desc_node) - dma_sync_single_for_cpu(chan2parent(&dwc->chan), - child->txd.phys, sizeof(child->lli), - DMA_TO_DEVICE); - dma_sync_single_for_cpu(chan2parent(&dwc->chan), - desc->txd.phys, sizeof(desc->lli), - DMA_TO_DEVICE); -} - /* * Move a descriptor, including any children, to the free list. * `desc' must not be on any lists. @@ -144,8 +148,6 @@ if (desc) { struct dw_desc *child; - dwc_sync_desc_for_cpu(dwc, desc); - spin_lock_irqsave(&dwc->lock, flags); list_for_each_entry(child, &desc->tx_list, desc_node) dev_vdbg(chan2dev(&dwc->chan), @@ -178,9 +180,9 @@ cfghi = dws->cfg_hi; cfglo |= dws->cfg_lo & ~DWC_CFGL_CH_PRIOR_MASK; } else { - if (dwc->dma_sconfig.direction == DMA_MEM_TO_DEV) + if (dwc->direction == DMA_MEM_TO_DEV) cfghi = DWC_CFGH_DST_PER(dwc->dma_sconfig.slave_id); - else if (dwc->dma_sconfig.direction == DMA_DEV_TO_MEM) + else if (dwc->direction == DMA_DEV_TO_MEM) cfghi = DWC_CFGH_SRC_PER(dwc->dma_sconfig.slave_id); } @@ -222,7 +224,6 @@ channel_readl(dwc, CTL_LO)); } - static inline void dwc_chan_disable(struct dw_dma *dw, struct dw_dma_chan *dwc) { channel_clear_bit(dw, CH_EN, dwc->mask); @@ -248,6 +249,9 @@ channel_writel(dwc, CTL_LO, ctllo); channel_writel(dwc, CTL_HI, desc->lli.ctlhi); channel_set_bit(dw, CH_EN, dwc->mask); + + /* Move pointer to next descriptor */ + dwc->tx_node_active = dwc->tx_node_active->next; } /* Called with dwc->lock held and bh disabled */ @@ -278,9 +282,10 @@ dwc_initialize(dwc); - dwc->tx_list = &first->tx_list; - dwc->tx_node_active = first->tx_list.next; + dwc->residue = first->total_len; + dwc->tx_node_active = &first->tx_list; + /* Submit first block */ dwc_do_single_block(dwc, first); return; @@ -316,8 +321,6 @@ param = txd->callback_param; } - dwc_sync_desc_for_cpu(dwc, desc); - /* async_tx_ack */ list_for_each_entry(child, &desc->tx_list, desc_node) async_tx_ack(&child->txd); @@ -326,29 +329,29 @@ list_splice_init(&desc->tx_list, &dwc->free_list); list_move(&desc->desc_node, &dwc->free_list); - if (!dwc->chan.private) { + if (!is_slave_direction(dwc->direction)) { struct device *parent = chan2parent(&dwc->chan); if (!(txd->flags & DMA_COMPL_SKIP_DEST_UNMAP)) { if (txd->flags & DMA_COMPL_DEST_UNMAP_SINGLE) dma_unmap_single(parent, desc->lli.dar, - desc->len, DMA_FROM_DEVICE); + desc->total_len, DMA_FROM_DEVICE); else dma_unmap_page(parent, desc->lli.dar, - desc->len, DMA_FROM_DEVICE); + desc->total_len, DMA_FROM_DEVICE); } if (!(txd->flags & DMA_COMPL_SKIP_SRC_UNMAP)) { if (txd->flags & DMA_COMPL_SRC_UNMAP_SINGLE) dma_unmap_single(parent, desc->lli.sar, - desc->len, DMA_TO_DEVICE); + desc->total_len, DMA_TO_DEVICE); else dma_unmap_page(parent, desc->lli.sar, - desc->len, DMA_TO_DEVICE); + desc->total_len, DMA_TO_DEVICE); } } spin_unlock_irqrestore(&dwc->lock, flags); - if (callback_required && callback) + if (callback) callback(param); } @@ -383,6 +386,15 @@ dwc_descriptor_complete(dwc, desc, true); } +/* Returns how many bytes were already received from source */ +static inline u32 dwc_get_sent(struct dw_dma_chan *dwc) +{ + u32 ctlhi = channel_readl(dwc, CTL_HI); + u32 ctllo = channel_readl(dwc, CTL_LO); + + return (ctlhi & DWC_CTLH_BLOCK_TS_MASK) * (1 << (ctllo >> 4 & 7)); +} + static void dwc_scan_descriptors(struct dw_dma *dw, struct dw_dma_chan *dwc) { dma_addr_t llp; @@ -398,6 +410,39 @@ if (status_xfer & dwc->mask) { /* Everything we've submitted is done */ dma_writel(dw, CLEAR.XFER, dwc->mask); + + if (test_bit(DW_DMA_IS_SOFT_LLP, &dwc->flags)) { + struct list_head *head, *active = dwc->tx_node_active; + + /* + * We are inside first active descriptor. + * Otherwise something is really wrong. + */ + desc = dwc_first_active(dwc); + + head = &desc->tx_list; + if (active != head) { + /* Update desc to reflect last sent one */ + if (active != head->next) + desc = to_dw_desc(active->prev); + + dwc->residue -= desc->len; + + child = to_dw_desc(active); + + /* Submit next block */ + dwc_do_single_block(dwc, child); + + spin_unlock_irqrestore(&dwc->lock, flags); + return; + } + + /* We are done here */ + clear_bit(DW_DMA_IS_SOFT_LLP, &dwc->flags); + } + + dwc->residue = 0; + spin_unlock_irqrestore(&dwc->lock, flags); dwc_complete_all(dw, dwc); @@ -405,6 +450,13 @@ } if (list_empty(&dwc->active_list)) { + dwc->residue = 0; + spin_unlock_irqrestore(&dwc->lock, flags); + return; + } + + if (test_bit(DW_DMA_IS_SOFT_LLP, &dwc->flags)) { + dev_vdbg(chan2dev(&dwc->chan), "%s: soft LLP mode\n", __func__); spin_unlock_irqrestore(&dwc->lock, flags); return; } @@ -413,6 +465,9 @@ (unsigned long long)llp); list_for_each_entry_safe(desc, _desc, &dwc->active_list, desc_node) { + /* initial residue value */ + dwc->residue = desc->total_len; + /* check first descriptors addr */ if (desc->txd.phys == llp) { spin_unlock_irqrestore(&dwc->lock, flags); @@ -422,16 +477,21 @@ /* check first descriptors llp */ if (desc->lli.llp == llp) { /* This one is currently in progress */ + dwc->residue -= dwc_get_sent(dwc); spin_unlock_irqrestore(&dwc->lock, flags); return; } - list_for_each_entry(child, &desc->tx_list, desc_node) + dwc->residue -= desc->len; + list_for_each_entry(child, &desc->tx_list, desc_node) { if (child->lli.llp == llp) { /* Currently in progress */ + dwc->residue -= dwc_get_sent(dwc); spin_unlock_irqrestore(&dwc->lock, flags); return; } + dwc->residue -= child->len; + } /* * No descriptors so far seem to be in progress, i.e. @@ -457,9 +517,8 @@ static inline void dwc_dump_lli(struct dw_dma_chan *dwc, struct dw_lli *lli) { - dev_printk(KERN_CRIT, chan2dev(&dwc->chan), - " desc: s0x%x d0x%x l0x%x c0x%x:%x\n", - lli->sar, lli->dar, lli->llp, lli->ctlhi, lli->ctllo); + dev_crit(chan2dev(&dwc->chan), " desc: s0x%x d0x%x l0x%x c0x%x:%x\n", + lli->sar, lli->dar, lli->llp, lli->ctlhi, lli->ctllo); } static void dwc_handle_error(struct dw_dma *dw, struct dw_dma_chan *dwc) @@ -487,16 +546,14 @@ dwc_dostart(dwc, dwc_first_active(dwc)); /* - * KERN_CRITICAL may seem harsh, but since this only happens + * WARN may seem harsh, but since this only happens * when someone submits a bad physical address in a * descriptor, we should consider ourselves lucky that the * controller flagged an error instead of scribbling over * random memory locations. */ - dev_printk(KERN_CRIT, chan2dev(&dwc->chan), - "Bad descriptor submitted for DMA!\n"); - dev_printk(KERN_CRIT, chan2dev(&dwc->chan), - " cookie: %d\n", bad_desc->txd.cookie); + dev_WARN(chan2dev(&dwc->chan), "Bad descriptor submitted for DMA!\n" + " cookie: %d\n", bad_desc->txd.cookie); dwc_dump_lli(dwc, &bad_desc->lli); list_for_each_entry(child, &bad_desc->tx_list, desc_node) dwc_dump_lli(dwc, &child->lli); @@ -597,36 +654,8 @@ dwc_handle_cyclic(dw, dwc, status_err, status_xfer); else if (status_err & (1 << i)) dwc_handle_error(dw, dwc); - else if (status_xfer & (1 << i)) { - unsigned long flags; - - spin_lock_irqsave(&dwc->lock, flags); - if (test_bit(DW_DMA_IS_SOFT_LLP, &dwc->flags)) { - if (dwc->tx_node_active != dwc->tx_list) { - struct dw_desc *desc = - list_entry(dwc->tx_node_active, - struct dw_desc, - desc_node); - - dma_writel(dw, CLEAR.XFER, dwc->mask); - - /* move pointer to next descriptor */ - dwc->tx_node_active = - dwc->tx_node_active->next; - - dwc_do_single_block(dwc, desc); - - spin_unlock_irqrestore(&dwc->lock, flags); - continue; - } else { - /* we are done here */ - clear_bit(DW_DMA_IS_SOFT_LLP, &dwc->flags); - } - } - spin_unlock_irqrestore(&dwc->lock, flags); - + else if (status_xfer & (1 << i)) dwc_scan_descriptors(dw, dwc); - } } /* @@ -708,7 +737,6 @@ size_t len, unsigned long flags) { struct dw_dma_chan *dwc = to_dw_dma_chan(chan); - struct dw_dma_slave *dws = chan->private; struct dw_desc *desc; struct dw_desc *first; struct dw_desc *prev; @@ -729,8 +757,10 @@ return NULL; } - data_width = min_t(unsigned int, dwc->dw->data_width[dwc_get_sms(dws)], - dwc->dw->data_width[dwc_get_dms(dws)]); + dwc->direction = DMA_MEM_TO_MEM; + + data_width = min_t(unsigned int, dwc_get_data_width(chan, SRC_MASTER), + dwc_get_data_width(chan, DST_MASTER)); src_width = dst_width = min_t(unsigned int, data_width, dwc_fast_fls(src | dest | len)); @@ -755,32 +785,25 @@ desc->lli.dar = dest + offset; desc->lli.ctllo = ctllo; desc->lli.ctlhi = xfer_count; + desc->len = xfer_count << src_width; if (!first) { first = desc; } else { prev->lli.llp = desc->txd.phys; - dma_sync_single_for_device(chan2parent(chan), - prev->txd.phys, sizeof(prev->lli), - DMA_TO_DEVICE); list_add_tail(&desc->desc_node, &first->tx_list); } prev = desc; } - if (flags & DMA_PREP_INTERRUPT) /* Trigger interrupt after last block */ prev->lli.ctllo |= DWC_CTLL_INT_EN; prev->lli.llp = 0; - dma_sync_single_for_device(chan2parent(chan), - prev->txd.phys, sizeof(prev->lli), - DMA_TO_DEVICE); - first->txd.flags = flags; - first->len = len; + first->total_len = len; return &first->txd; @@ -795,7 +818,6 @@ unsigned long flags, void *context) { struct dw_dma_chan *dwc = to_dw_dma_chan(chan); - struct dw_dma_slave *dws = chan->private; struct dma_slave_config *sconfig = &dwc->dma_sconfig; struct dw_desc *prev; struct dw_desc *first; @@ -810,9 +832,11 @@ dev_vdbg(chan2dev(chan), "%s\n", __func__); - if (unlikely(!dws || !sg_len)) + if (unlikely(!is_slave_direction(direction) || !sg_len)) return NULL; + dwc->direction = direction; + prev = first = NULL; switch (direction) { @@ -827,7 +851,7 @@ ctllo |= sconfig->device_fc ? DWC_CTLL_FC(DW_DMA_FC_P_M2P) : DWC_CTLL_FC(DW_DMA_FC_D_M2P); - data_width = dwc->dw->data_width[dwc_get_sms(dws)]; + data_width = dwc_get_data_width(chan, SRC_MASTER); for_each_sg(sgl, sg, sg_len, i) { struct dw_desc *desc; @@ -860,15 +884,12 @@ } desc->lli.ctlhi = dlen >> mem_width; + desc->len = dlen; if (!first) { first = desc; } else { prev->lli.llp = desc->txd.phys; - dma_sync_single_for_device(chan2parent(chan), - prev->txd.phys, - sizeof(prev->lli), - DMA_TO_DEVICE); list_add_tail(&desc->desc_node, &first->tx_list); } @@ -890,7 +911,7 @@ ctllo |= sconfig->device_fc ? DWC_CTLL_FC(DW_DMA_FC_P_P2M) : DWC_CTLL_FC(DW_DMA_FC_D_P2M); - data_width = dwc->dw->data_width[dwc_get_dms(dws)]; + data_width = dwc_get_data_width(chan, DST_MASTER); for_each_sg(sgl, sg, sg_len, i) { struct dw_desc *desc; @@ -922,15 +943,12 @@ len = 0; } desc->lli.ctlhi = dlen >> reg_width; + desc->len = dlen; if (!first) { first = desc; } else { prev->lli.llp = desc->txd.phys; - dma_sync_single_for_device(chan2parent(chan), - prev->txd.phys, - sizeof(prev->lli), - DMA_TO_DEVICE); list_add_tail(&desc->desc_node, &first->tx_list); } @@ -950,11 +968,7 @@ prev->lli.ctllo |= DWC_CTLL_INT_EN; prev->lli.llp = 0; - dma_sync_single_for_device(chan2parent(chan), - prev->txd.phys, sizeof(prev->lli), - DMA_TO_DEVICE); - - first->len = total_len; + first->total_len = total_len; return &first->txd; @@ -979,23 +993,52 @@ *maxburst = 0; } +static inline void convert_slave_id(struct dw_dma_chan *dwc) +{ + struct dw_dma *dw = to_dw_dma(dwc->chan.device); + + dwc->dma_sconfig.slave_id -= dw->request_line_base; +} + static int set_runtime_config(struct dma_chan *chan, struct dma_slave_config *sconfig) { struct dw_dma_chan *dwc = to_dw_dma_chan(chan); - /* Check if it is chan is configured for slave transfers */ - if (!chan->private) + /* Check if chan will be configured for slave transfers */ + if (!is_slave_direction(sconfig->direction)) return -EINVAL; memcpy(&dwc->dma_sconfig, sconfig, sizeof(*sconfig)); + dwc->direction = sconfig->direction; convert_burst(&dwc->dma_sconfig.src_maxburst); convert_burst(&dwc->dma_sconfig.dst_maxburst); + convert_slave_id(dwc); return 0; } +static inline void dwc_chan_pause(struct dw_dma_chan *dwc) +{ + u32 cfglo = channel_readl(dwc, CFG_LO); + + channel_writel(dwc, CFG_LO, cfglo | DWC_CFGL_CH_SUSP); + while (!(channel_readl(dwc, CFG_LO) & DWC_CFGL_FIFO_EMPTY)) + cpu_relax(); + + dwc->paused = true; +} + +static inline void dwc_chan_resume(struct dw_dma_chan *dwc) +{ + u32 cfglo = channel_readl(dwc, CFG_LO); + + channel_writel(dwc, CFG_LO, cfglo & ~DWC_CFGL_CH_SUSP); + + dwc->paused = false; +} + static int dwc_control(struct dma_chan *chan, enum dma_ctrl_cmd cmd, unsigned long arg) { @@ -1003,18 +1046,13 @@ struct dw_dma *dw = to_dw_dma(chan->device); struct dw_desc *desc, *_desc; unsigned long flags; - u32 cfglo; LIST_HEAD(list); if (cmd == DMA_PAUSE) { spin_lock_irqsave(&dwc->lock, flags); - cfglo = channel_readl(dwc, CFG_LO); - channel_writel(dwc, CFG_LO, cfglo | DWC_CFGL_CH_SUSP); - while (!(channel_readl(dwc, CFG_LO) & DWC_CFGL_FIFO_EMPTY)) - cpu_relax(); + dwc_chan_pause(dwc); - dwc->paused = true; spin_unlock_irqrestore(&dwc->lock, flags); } else if (cmd == DMA_RESUME) { if (!dwc->paused) @@ -1022,9 +1060,7 @@ spin_lock_irqsave(&dwc->lock, flags); - cfglo = channel_readl(dwc, CFG_LO); - channel_writel(dwc, CFG_LO, cfglo & ~DWC_CFGL_CH_SUSP); - dwc->paused = false; + dwc_chan_resume(dwc); spin_unlock_irqrestore(&dwc->lock, flags); } else if (cmd == DMA_TERMINATE_ALL) { @@ -1054,6 +1090,21 @@ return 0; } +static inline u32 dwc_get_residue(struct dw_dma_chan *dwc) +{ + unsigned long flags; + u32 residue; + + spin_lock_irqsave(&dwc->lock, flags); + + residue = dwc->residue; + if (test_bit(DW_DMA_IS_SOFT_LLP, &dwc->flags) && residue) + residue -= dwc_get_sent(dwc); + + spin_unlock_irqrestore(&dwc->lock, flags); + return residue; +} + static enum dma_status dwc_tx_status(struct dma_chan *chan, dma_cookie_t cookie, @@ -1070,7 +1121,7 @@ } if (ret != DMA_SUCCESS) - dma_set_residue(txstate, dwc_first_active(dwc)->len); + dma_set_residue(txstate, dwc_get_residue(dwc)); if (dwc->paused) return DMA_PAUSED; @@ -1113,22 +1164,22 @@ spin_lock_irqsave(&dwc->lock, flags); i = dwc->descs_allocated; while (dwc->descs_allocated < NR_DESCS_PER_CHANNEL) { + dma_addr_t phys; + spin_unlock_irqrestore(&dwc->lock, flags); - desc = kzalloc(sizeof(struct dw_desc), GFP_KERNEL); - if (!desc) { - dev_info(chan2dev(chan), - "only allocated %d descriptors\n", i); - spin_lock_irqsave(&dwc->lock, flags); - break; - } + desc = dma_pool_alloc(dw->desc_pool, GFP_ATOMIC, &phys); + if (!desc) + goto err_desc_alloc; + + memset(desc, 0, sizeof(struct dw_desc)); INIT_LIST_HEAD(&desc->tx_list); dma_async_tx_descriptor_init(&desc->txd, chan); desc->txd.tx_submit = dwc_tx_submit; desc->txd.flags = DMA_CTRL_ACK; - desc->txd.phys = dma_map_single(chan2parent(chan), &desc->lli, - sizeof(desc->lli), DMA_TO_DEVICE); + desc->txd.phys = phys; + dwc_desc_put(dwc, desc); spin_lock_irqsave(&dwc->lock, flags); @@ -1140,6 +1191,11 @@ dev_dbg(chan2dev(chan), "%s: allocated %d descriptors\n", __func__, i); return i; + +err_desc_alloc: + dev_info(chan2dev(chan), "only allocated %d descriptors\n", i); + + return i; } static void dwc_free_chan_resources(struct dma_chan *chan) @@ -1171,14 +1227,56 @@ list_for_each_entry_safe(desc, _desc, &list, desc_node) { dev_vdbg(chan2dev(chan), " freeing descriptor %p\n", desc); - dma_unmap_single(chan2parent(chan), desc->txd.phys, - sizeof(desc->lli), DMA_TO_DEVICE); - kfree(desc); + dma_pool_free(dw->desc_pool, desc, desc->txd.phys); } dev_vdbg(chan2dev(chan), "%s: done\n", __func__); } +bool dw_dma_generic_filter(struct dma_chan *chan, void *param) +{ + struct dw_dma *dw = to_dw_dma(chan->device); + static struct dw_dma *last_dw; + static char *last_bus_id; + int i = -1; + + /* + * dmaengine framework calls this routine for all channels of all dma + * controller, until true is returned. If 'param' bus_id is not + * registered with a dma controller (dw), then there is no need of + * running below function for all channels of dw. + * + * This block of code does this by saving the parameters of last + * failure. If dw and param are same, i.e. trying on same dw with + * different channel, return false. + */ + if ((last_dw == dw) && (last_bus_id == param)) + return false; + /* + * Return true: + * - If dw_dma's platform data is not filled with slave info, then all + * dma controllers are fine for transfer. + * - Or if param is NULL + */ + if (!dw->sd || !param) + return true; + + while (++i < dw->sd_count) { + if (!strcmp(dw->sd[i].bus_id, param)) { + chan->private = &dw->sd[i]; + last_dw = NULL; + last_bus_id = NULL; + + return true; + } + } + + last_dw = dw; + last_bus_id = param; + return false; +} +EXPORT_SYMBOL(dw_dma_generic_filter); + /* --------------------- Cyclic DMA API extensions -------------------- */ /** @@ -1298,6 +1396,11 @@ retval = ERR_PTR(-EINVAL); + if (unlikely(!is_slave_direction(direction))) + goto out_err; + + dwc->direction = direction; + if (direction == DMA_MEM_TO_DEV) reg_width = __ffs(sconfig->dst_addr_width); else @@ -1312,8 +1415,6 @@ goto out_err; if (unlikely(buf_addr & ((1 << reg_width) - 1))) goto out_err; - if (unlikely(!(direction & (DMA_MEM_TO_DEV | DMA_DEV_TO_MEM)))) - goto out_err; retval = ERR_PTR(-ENOMEM); @@ -1371,20 +1472,14 @@ desc->lli.ctlhi = (period_len >> reg_width); cdesc->desc[i] = desc; - if (last) { + if (last) last->lli.llp = desc->txd.phys; - dma_sync_single_for_device(chan2parent(chan), - last->txd.phys, sizeof(last->lli), - DMA_TO_DEVICE); - } last = desc; } /* lets make a cyclic list */ last->lli.llp = cdesc->desc[0]->txd.phys; - dma_sync_single_for_device(chan2parent(chan), last->txd.phys, - sizeof(last->lli), DMA_TO_DEVICE); dev_dbg(chan2dev(&dwc->chan), "cyclic prepared buf 0x%llx len %zu " "period %zu periods %d\n", (unsigned long long)buf_addr, @@ -1462,8 +1557,94 @@ dw->chan[i].initialized = false; } +#ifdef CONFIG_OF +static struct dw_dma_platform_data * +dw_dma_parse_dt(struct platform_device *pdev) +{ + struct device_node *sn, *cn, *np = pdev->dev.of_node; + struct dw_dma_platform_data *pdata; + struct dw_dma_slave *sd; + u32 tmp, arr[4]; + + if (!np) { + dev_err(&pdev->dev, "Missing DT data\n"); + return NULL; + } + + pdata = devm_kzalloc(&pdev->dev, sizeof(*pdata), GFP_KERNEL); + if (!pdata) + return NULL; + + if (of_property_read_u32(np, "nr_channels", &pdata->nr_channels)) + return NULL; + + if (of_property_read_bool(np, "is_private")) + pdata->is_private = true; + + if (!of_property_read_u32(np, "chan_allocation_order", &tmp)) + pdata->chan_allocation_order = (unsigned char)tmp; + + if (!of_property_read_u32(np, "chan_priority", &tmp)) + pdata->chan_priority = tmp; + + if (!of_property_read_u32(np, "block_size", &tmp)) + pdata->block_size = tmp; + + if (!of_property_read_u32(np, "nr_masters", &tmp)) { + if (tmp > 4) + return NULL; + + pdata->nr_masters = tmp; + } + + if (!of_property_read_u32_array(np, "data_width", arr, + pdata->nr_masters)) + for (tmp = 0; tmp < pdata->nr_masters; tmp++) + pdata->data_width[tmp] = arr[tmp]; + + /* parse slave data */ + sn = of_find_node_by_name(np, "slave_info"); + if (!sn) + return pdata; + + /* calculate number of slaves */ + tmp = of_get_child_count(sn); + if (!tmp) + return NULL; + + sd = devm_kzalloc(&pdev->dev, sizeof(*sd) * tmp, GFP_KERNEL); + if (!sd) + return NULL; + + pdata->sd = sd; + pdata->sd_count = tmp; + + for_each_child_of_node(sn, cn) { + sd->dma_dev = &pdev->dev; + of_property_read_string(cn, "bus_id", &sd->bus_id); + of_property_read_u32(cn, "cfg_hi", &sd->cfg_hi); + of_property_read_u32(cn, "cfg_lo", &sd->cfg_lo); + if (!of_property_read_u32(cn, "src_master", &tmp)) + sd->src_master = tmp; + + if (!of_property_read_u32(cn, "dst_master", &tmp)) + sd->dst_master = tmp; + sd++; + } + + return pdata; +} +#else +static inline struct dw_dma_platform_data * +dw_dma_parse_dt(struct platform_device *pdev) +{ + return NULL; +} +#endif + static int dw_probe(struct platform_device *pdev) { + const struct platform_device_id *match; struct dw_dma_platform_data *pdata; struct resource *io; struct dw_dma *dw; @@ -1477,10 +1658,6 @@ int err; int i; - pdata = dev_get_platdata(&pdev->dev); - if (!pdata || pdata->nr_channels > DW_DMA_MAX_NR_CHANNELS) - return -EINVAL; - io = platform_get_resource(pdev, IORESOURCE_MEM, 0); if (!io) return -EINVAL; @@ -1493,9 +1670,33 @@ if (!regs) return -EBUSY; + /* Apply default dma_mask if needed */ + if (!pdev->dev.dma_mask) { + pdev->dev.dma_mask = &pdev->dev.coherent_dma_mask; + pdev->dev.coherent_dma_mask = DMA_BIT_MASK(32); + } + dw_params = dma_read_byaddr(regs, DW_PARAMS); autocfg = dw_params >> DW_PARAMS_EN & 0x1; + dev_dbg(&pdev->dev, "DW_PARAMS: 0x%08x\n", dw_params); + + pdata = dev_get_platdata(&pdev->dev); + if (!pdata) + pdata = dw_dma_parse_dt(pdev); + + if (!pdata && autocfg) { + pdata = devm_kzalloc(&pdev->dev, sizeof(*pdata), GFP_KERNEL); + if (!pdata) + return -ENOMEM; + + /* Fill platform data with the default values */ + pdata->is_private = true; + pdata->chan_allocation_order = CHAN_ALLOCATION_ASCENDING; + pdata->chan_priority = CHAN_PRIORITY_ASCENDING; + } else if (!pdata || pdata->nr_channels > DW_DMA_MAX_NR_CHANNELS) + return -EINVAL; + if (autocfg) nr_channels = (dw_params >> DW_PARAMS_NR_CHAN & 0x7) + 1; else @@ -1512,6 +1713,8 @@ clk_prepare_enable(dw->clk); dw->regs = regs; + dw->sd = pdata->sd; + dw->sd_count = pdata->sd_count; /* get hardware configuration parameters */ if (autocfg) { @@ -1527,6 +1730,11 @@ memcpy(dw->data_width, pdata->data_width, 4); } + /* Get the base request line if set */ + match = platform_get_device_id(pdev); + if (match) + dw->request_line_base = (unsigned int)match->driver_data; + /* Calculate all channel mask before DMA setup */ dw->all_chan_mask = (1 << nr_channels) - 1; @@ -1543,6 +1751,14 @@ platform_set_drvdata(pdev, dw); + /* create a pool of consistent memory blocks for hardware descriptors */ + dw->desc_pool = dmam_pool_create("dw_dmac_desc_pool", &pdev->dev, + sizeof(struct dw_desc), 4, 0); + if (!dw->desc_pool) { + dev_err(&pdev->dev, "No memory for descriptors dma pool\n"); + return -ENOMEM; + } + tasklet_init(&dw->tasklet, dw_dma_tasklet, (unsigned long)dw); INIT_LIST_HEAD(&dw->dma.channels); @@ -1574,7 +1790,7 @@ channel_clear_bit(dw, CH_EN, dwc->mask); - dwc->dw = dw; + dwc->direction = DMA_TRANS_NONE; /* hardware configuration */ if (autocfg) { @@ -1583,6 +1799,9 @@ dwc_params = dma_read_byaddr(regs + r * sizeof(u32), DWC_PARAMS); + dev_dbg(&pdev->dev, "DWC_PARAMS[%d]: 0x%08x\n", i, + dwc_params); + /* Decode maximum block size for given channel. The * stored 4 bit value represents blocks from 0x00 for 3 * up to 0x0a for 4095. */ @@ -1626,8 +1845,8 @@ dma_writel(dw, CFG, DW_CFG_DMA_EN); - printk(KERN_INFO "%s: DesignWare DMA Controller, %d channels\n", - dev_name(&pdev->dev), nr_channels); + dev_info(&pdev->dev, "DesignWare DMA Controller, %d channels\n", + nr_channels); dma_async_device_register(&dw->dma); @@ -1657,7 +1876,7 @@ { struct dw_dma *dw = platform_get_drvdata(pdev); - dw_dma_off(platform_get_drvdata(pdev)); + dw_dma_off(dw); clk_disable_unprepare(dw->clk); } @@ -1666,7 +1885,7 @@ struct platform_device *pdev = to_platform_device(dev); struct dw_dma *dw = platform_get_drvdata(pdev); - dw_dma_off(platform_get_drvdata(pdev)); + dw_dma_off(dw); clk_disable_unprepare(dw->clk); return 0; @@ -1679,6 +1898,7 @@ clk_prepare_enable(dw->clk); dma_writel(dw, CFG, DW_CFG_DMA_EN); + return 0; } @@ -1699,7 +1919,14 @@ MODULE_DEVICE_TABLE(of, dw_dma_id_table); #endif +static const struct platform_device_id dw_dma_ids[] = { + /* Name, Request Line Base */ + { "INTL9C60", (kernel_ulong_t)16 }, + { } +}; + static struct platform_driver dw_driver = { + .probe = dw_probe, .remove = dw_remove, .shutdown = dw_shutdown, .driver = { @@ -1707,11 +1934,12 @@ .pm = &dw_dev_pm_ops, .of_match_table = of_match_ptr(dw_dma_id_table), }, + .id_table = dw_dma_ids, }; static int __init dw_init(void) { - return platform_driver_probe(&dw_driver, dw_probe); + return platform_driver_register(&dw_driver); } subsys_initcall(dw_init); --- linux-lowlatency-3.8.0.orig/drivers/dma/pch_dma.c +++ linux-lowlatency-3.8.0/drivers/dma/pch_dma.c @@ -476,7 +476,7 @@ dev_dbg(chan2dev(&pd_chan->chan), "scanned %d descriptors\n", i); if (!ret) { - ret = pdc_alloc_desc(&pd_chan->chan, GFP_NOIO); + ret = pdc_alloc_desc(&pd_chan->chan, GFP_ATOMIC); if (ret) { spin_lock(&pd_chan->lock); pd_chan->descs_allocated++; --- linux-lowlatency-3.8.0.orig/drivers/dma/omap-dma.c +++ linux-lowlatency-3.8.0/drivers/dma/omap-dma.c @@ -276,12 +276,20 @@ spin_lock_irqsave(&c->vc.lock, flags); if (vchan_issue_pending(&c->vc) && !c->desc) { - struct omap_dmadev *d = to_omap_dma_dev(chan->device); - spin_lock(&d->lock); - if (list_empty(&c->node)) - list_add_tail(&c->node, &d->pending); - spin_unlock(&d->lock); - tasklet_schedule(&d->task); + /* + * c->cyclic is used only by audio and in this case the DMA need + * to be started without delay. + */ + if (!c->cyclic) { + struct omap_dmadev *d = to_omap_dma_dev(chan->device); + spin_lock(&d->lock); + if (list_empty(&c->node)) + list_add_tail(&c->node, &d->pending); + spin_unlock(&d->lock); + tasklet_schedule(&d->task); + } else { + omap_dma_start_desc(c); + } } spin_unlock_irqrestore(&c->vc.lock, flags); } @@ -661,32 +669,14 @@ } EXPORT_SYMBOL_GPL(omap_dma_filter_fn); -static struct platform_device *pdev; - -static const struct platform_device_info omap_dma_dev_info = { - .name = "omap-dma-engine", - .id = -1, - .dma_mask = DMA_BIT_MASK(32), -}; - static int omap_dma_init(void) { - int rc = platform_driver_register(&omap_dma_driver); - - if (rc == 0) { - pdev = platform_device_register_full(&omap_dma_dev_info); - if (IS_ERR(pdev)) { - platform_driver_unregister(&omap_dma_driver); - rc = PTR_ERR(pdev); - } - } - return rc; + return platform_driver_register(&omap_dma_driver); } subsys_initcall(omap_dma_init); static void __exit omap_dma_exit(void) { - platform_device_unregister(pdev); platform_driver_unregister(&omap_dma_driver); } module_exit(omap_dma_exit); --- linux-lowlatency-3.8.0.orig/drivers/dma/ste_dma40.c +++ linux-lowlatency-3.8.0/drivers/dma/ste_dma40.c @@ -2337,7 +2337,7 @@ unsigned long dma_flags, void *context) { - if (direction != DMA_DEV_TO_MEM && direction != DMA_MEM_TO_DEV) + if (!is_slave_direction(direction)) return NULL; return d40_prep_sg(chan, sgl, sgl, sg_len, direction, dma_flags); --- linux-lowlatency-3.8.0.orig/drivers/dma/ep93xx_dma.c +++ linux-lowlatency-3.8.0/drivers/dma/ep93xx_dma.c @@ -903,8 +903,7 @@ switch (data->port) { case EP93XX_DMA_SSP: case EP93XX_DMA_IDE: - if (data->direction != DMA_MEM_TO_DEV && - data->direction != DMA_DEV_TO_MEM) + if (!is_slave_direction(data->direction)) return -EINVAL; break; default: --- linux-lowlatency-3.8.0.orig/drivers/dma/dmaengine.c +++ linux-lowlatency-3.8.0/drivers/dma/dmaengine.c @@ -709,8 +709,8 @@ !device->device_prep_dma_memset); BUG_ON(dma_has_cap(DMA_INTERRUPT, device->cap_mask) && !device->device_prep_dma_interrupt); - BUG_ON(dma_has_cap(DMA_SG, device->cap_mask) && - !device->device_prep_dma_sg); + BUG_ON(dma_has_cap(DMA_SLAVE, device->cap_mask) && + !device->device_prep_slave_sg); BUG_ON(dma_has_cap(DMA_CYCLIC, device->cap_mask) && !device->device_prep_dma_cyclic); BUG_ON(dma_has_cap(DMA_SLAVE, device->cap_mask) && --- linux-lowlatency-3.8.0.orig/drivers/dma/dw_dmac_regs.h +++ linux-lowlatency-3.8.0/drivers/dma/dw_dmac_regs.h @@ -9,6 +9,7 @@ * published by the Free Software Foundation. */ +#include #include #define DW_DMA_MAX_NR_CHANNELS 8 @@ -184,15 +185,15 @@ }; struct dw_dma_chan { - struct dma_chan chan; - void __iomem *ch_regs; - u8 mask; - u8 priority; - bool paused; - bool initialized; + struct dma_chan chan; + void __iomem *ch_regs; + u8 mask; + u8 priority; + enum dma_transfer_direction direction; + bool paused; + bool initialized; /* software emulation of the LLP transfers */ - struct list_head *tx_list; struct list_head *tx_node_active; spinlock_t lock; @@ -202,6 +203,7 @@ struct list_head active_list; struct list_head queue; struct list_head free_list; + u32 residue; struct dw_cyclic_desc *cdesc; unsigned int descs_allocated; @@ -212,9 +214,6 @@ /* configuration passed via DMA_SLAVE_CONFIG */ struct dma_slave_config dma_sconfig; - - /* backlink to dw_dma */ - struct dw_dma *dw; }; static inline struct dw_dma_chan_regs __iomem * @@ -236,14 +235,20 @@ struct dw_dma { struct dma_device dma; void __iomem *regs; + struct dma_pool *desc_pool; struct tasklet_struct tasklet; struct clk *clk; + /* slave information */ + struct dw_dma_slave *sd; + unsigned int sd_count; + u8 all_chan_mask; /* hardware configuration */ unsigned char nr_masters; unsigned char data_width[4]; + unsigned int request_line_base; struct dw_dma_chan chan[0]; }; @@ -293,8 +298,11 @@ struct list_head tx_list; struct dma_async_tx_descriptor txd; size_t len; + size_t total_len; }; +#define to_dw_desc(h) list_entry(h, struct dw_desc, desc_node) + static inline struct dw_desc * txd_to_dw_desc(struct dma_async_tx_descriptor *txd) { --- linux-lowlatency-3.8.0.orig/drivers/dma/sh/shdma.c +++ linux-lowlatency-3.8.0/drivers/dma/sh/shdma.c @@ -326,7 +326,7 @@ shdma_chan); const struct sh_dmae_slave_config *cfg = dmae_find_slave(sh_chan, slave_id); if (!cfg) - return -ENODEV; + return -ENXIO; if (!try) sh_chan->config = cfg; --- linux-lowlatency-3.8.0.orig/drivers/dma/ipu/ipu_idmac.c +++ linux-lowlatency-3.8.0/drivers/dma/ipu/ipu_idmac.c @@ -1347,7 +1347,7 @@ chan->chan_id != IDMAC_IC_7) return NULL; - if (direction != DMA_DEV_TO_MEM && direction != DMA_MEM_TO_DEV) { + if (!is_slave_direction(direction)) { dev_err(chan->device->dev, "Invalid DMA direction %d!\n", direction); return NULL; } --- linux-lowlatency-3.8.0.orig/drivers/clk/clk.c +++ linux-lowlatency-3.8.0/drivers/clk/clk.c @@ -263,6 +263,7 @@ { return !clk ? NULL : clk->name; } +EXPORT_SYMBOL_GPL(__clk_get_name); inline struct clk_hw *__clk_get_hw(struct clk *clk) { --- linux-lowlatency-3.8.0.orig/drivers/clk/clk-highbank.c +++ linux-lowlatency-3.8.0/drivers/clk/clk-highbank.c @@ -182,8 +182,10 @@ reg |= HB_PLL_EXT_ENA; reg &= ~HB_PLL_EXT_BYPASS; } else { + writel(reg | HB_PLL_EXT_BYPASS, hbclk->reg); reg &= ~HB_PLL_DIVQ_MASK; reg |= divq << HB_PLL_DIVQ_SHIFT; + writel(reg | HB_PLL_EXT_BYPASS, hbclk->reg); } writel(reg, hbclk->reg); --- linux-lowlatency-3.8.0.orig/drivers/mtd/mtdchar.c +++ linux-lowlatency-3.8.0/drivers/mtd/mtdchar.c @@ -1159,45 +1159,17 @@ struct mtd_file_info *mfi = file->private_data; struct mtd_info *mtd = mfi->mtd; struct map_info *map = mtd->priv; - resource_size_t start, off; - unsigned long len, vma_len; /* This is broken because it assumes the MTD device is map-based and that mtd->priv is a valid struct map_info. It should be replaced with something that uses the mtd_get_unmapped_area() operation properly. */ if (0 /*mtd->type == MTD_RAM || mtd->type == MTD_ROM*/) { - off = get_vm_offset(vma); - start = map->phys; - len = PAGE_ALIGN((start & ~PAGE_MASK) + map->size); - start &= PAGE_MASK; - vma_len = get_vm_size(vma); - - /* Overflow in off+len? */ - if (vma_len + off < off) - return -EINVAL; - /* Does it fit in the mapping? */ - if (vma_len + off > len) - return -EINVAL; - - off += start; - /* Did that overflow? */ - if (off < start) - return -EINVAL; - if (set_vm_offset(vma, off) < 0) - return -EINVAL; - vma->vm_flags |= VM_IO | VM_DONTEXPAND | VM_DONTDUMP; - #ifdef pgprot_noncached - if (file->f_flags & O_DSYNC || off >= __pa(high_memory)) + if (file->f_flags & O_DSYNC || map->phys >= __pa(high_memory)) vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); #endif - if (io_remap_pfn_range(vma, vma->vm_start, off >> PAGE_SHIFT, - vma->vm_end - vma->vm_start, - vma->vm_page_prot)) - return -EAGAIN; - - return 0; + return vm_iomap_memory(vma, map->phys, map->size); } return -ENOSYS; #else --- linux-lowlatency-3.8.0.orig/drivers/mtd/nand/nand_base.c +++ linux-lowlatency-3.8.0/drivers/mtd/nand/nand_base.c @@ -1527,6 +1527,14 @@ oobreadlen -= toread; } } + + if (chip->options & NAND_NEED_READRDY) { + /* Apply delay or wait for ready/busy pin */ + if (!chip->dev_ready) + udelay(chip->chip_delay); + else + nand_wait_ready(mtd); + } } else { memcpy(buf, chip->buffers->databuf + col, bytes); buf += bytes; @@ -1791,6 +1799,14 @@ len = min(len, readlen); buf = nand_transfer_oob(chip, buf, ops, len); + if (chip->options & NAND_NEED_READRDY) { + /* Apply delay or wait for ready/busy pin */ + if (!chip->dev_ready) + udelay(chip->chip_delay); + else + nand_wait_ready(mtd); + } + readlen -= len; if (!readlen) break; --- linux-lowlatency-3.8.0.orig/drivers/mtd/nand/nand_ids.c +++ linux-lowlatency-3.8.0/drivers/mtd/nand/nand_ids.c @@ -22,49 +22,51 @@ * 512 512 Byte page size */ struct nand_flash_dev nand_flash_ids[] = { +#define SP_OPTIONS NAND_NEED_READRDY +#define SP_OPTIONS16 (SP_OPTIONS | NAND_BUSWIDTH_16) #ifdef CONFIG_MTD_NAND_MUSEUM_IDS - {"NAND 1MiB 5V 8-bit", 0x6e, 256, 1, 0x1000, 0}, - {"NAND 2MiB 5V 8-bit", 0x64, 256, 2, 0x1000, 0}, - {"NAND 4MiB 5V 8-bit", 0x6b, 512, 4, 0x2000, 0}, - {"NAND 1MiB 3,3V 8-bit", 0xe8, 256, 1, 0x1000, 0}, - {"NAND 1MiB 3,3V 8-bit", 0xec, 256, 1, 0x1000, 0}, - {"NAND 2MiB 3,3V 8-bit", 0xea, 256, 2, 0x1000, 0}, - {"NAND 4MiB 3,3V 8-bit", 0xd5, 512, 4, 0x2000, 0}, - {"NAND 4MiB 3,3V 8-bit", 0xe3, 512, 4, 0x2000, 0}, - {"NAND 4MiB 3,3V 8-bit", 0xe5, 512, 4, 0x2000, 0}, - {"NAND 8MiB 3,3V 8-bit", 0xd6, 512, 8, 0x2000, 0}, - - {"NAND 8MiB 1,8V 8-bit", 0x39, 512, 8, 0x2000, 0}, - {"NAND 8MiB 3,3V 8-bit", 0xe6, 512, 8, 0x2000, 0}, - {"NAND 8MiB 1,8V 16-bit", 0x49, 512, 8, 0x2000, NAND_BUSWIDTH_16}, - {"NAND 8MiB 3,3V 16-bit", 0x59, 512, 8, 0x2000, NAND_BUSWIDTH_16}, + {"NAND 1MiB 5V 8-bit", 0x6e, 256, 1, 0x1000, SP_OPTIONS}, + {"NAND 2MiB 5V 8-bit", 0x64, 256, 2, 0x1000, SP_OPTIONS}, + {"NAND 4MiB 5V 8-bit", 0x6b, 512, 4, 0x2000, SP_OPTIONS}, + {"NAND 1MiB 3,3V 8-bit", 0xe8, 256, 1, 0x1000, SP_OPTIONS}, + {"NAND 1MiB 3,3V 8-bit", 0xec, 256, 1, 0x1000, SP_OPTIONS}, + {"NAND 2MiB 3,3V 8-bit", 0xea, 256, 2, 0x1000, SP_OPTIONS}, + {"NAND 4MiB 3,3V 8-bit", 0xd5, 512, 4, 0x2000, SP_OPTIONS}, + {"NAND 4MiB 3,3V 8-bit", 0xe3, 512, 4, 0x2000, SP_OPTIONS}, + {"NAND 4MiB 3,3V 8-bit", 0xe5, 512, 4, 0x2000, SP_OPTIONS}, + {"NAND 8MiB 3,3V 8-bit", 0xd6, 512, 8, 0x2000, SP_OPTIONS}, + + {"NAND 8MiB 1,8V 8-bit", 0x39, 512, 8, 0x2000, SP_OPTIONS}, + {"NAND 8MiB 3,3V 8-bit", 0xe6, 512, 8, 0x2000, SP_OPTIONS}, + {"NAND 8MiB 1,8V 16-bit", 0x49, 512, 8, 0x2000, SP_OPTIONS16}, + {"NAND 8MiB 3,3V 16-bit", 0x59, 512, 8, 0x2000, SP_OPTIONS16}, #endif - {"NAND 16MiB 1,8V 8-bit", 0x33, 512, 16, 0x4000, 0}, - {"NAND 16MiB 3,3V 8-bit", 0x73, 512, 16, 0x4000, 0}, - {"NAND 16MiB 1,8V 16-bit", 0x43, 512, 16, 0x4000, NAND_BUSWIDTH_16}, - {"NAND 16MiB 3,3V 16-bit", 0x53, 512, 16, 0x4000, NAND_BUSWIDTH_16}, - - {"NAND 32MiB 1,8V 8-bit", 0x35, 512, 32, 0x4000, 0}, - {"NAND 32MiB 3,3V 8-bit", 0x75, 512, 32, 0x4000, 0}, - {"NAND 32MiB 1,8V 16-bit", 0x45, 512, 32, 0x4000, NAND_BUSWIDTH_16}, - {"NAND 32MiB 3,3V 16-bit", 0x55, 512, 32, 0x4000, NAND_BUSWIDTH_16}, - - {"NAND 64MiB 1,8V 8-bit", 0x36, 512, 64, 0x4000, 0}, - {"NAND 64MiB 3,3V 8-bit", 0x76, 512, 64, 0x4000, 0}, - {"NAND 64MiB 1,8V 16-bit", 0x46, 512, 64, 0x4000, NAND_BUSWIDTH_16}, - {"NAND 64MiB 3,3V 16-bit", 0x56, 512, 64, 0x4000, NAND_BUSWIDTH_16}, - - {"NAND 128MiB 1,8V 8-bit", 0x78, 512, 128, 0x4000, 0}, - {"NAND 128MiB 1,8V 8-bit", 0x39, 512, 128, 0x4000, 0}, - {"NAND 128MiB 3,3V 8-bit", 0x79, 512, 128, 0x4000, 0}, - {"NAND 128MiB 1,8V 16-bit", 0x72, 512, 128, 0x4000, NAND_BUSWIDTH_16}, - {"NAND 128MiB 1,8V 16-bit", 0x49, 512, 128, 0x4000, NAND_BUSWIDTH_16}, - {"NAND 128MiB 3,3V 16-bit", 0x74, 512, 128, 0x4000, NAND_BUSWIDTH_16}, - {"NAND 128MiB 3,3V 16-bit", 0x59, 512, 128, 0x4000, NAND_BUSWIDTH_16}, + {"NAND 16MiB 1,8V 8-bit", 0x33, 512, 16, 0x4000, SP_OPTIONS}, + {"NAND 16MiB 3,3V 8-bit", 0x73, 512, 16, 0x4000, SP_OPTIONS}, + {"NAND 16MiB 1,8V 16-bit", 0x43, 512, 16, 0x4000, SP_OPTIONS16}, + {"NAND 16MiB 3,3V 16-bit", 0x53, 512, 16, 0x4000, SP_OPTIONS16}, + + {"NAND 32MiB 1,8V 8-bit", 0x35, 512, 32, 0x4000, SP_OPTIONS}, + {"NAND 32MiB 3,3V 8-bit", 0x75, 512, 32, 0x4000, SP_OPTIONS}, + {"NAND 32MiB 1,8V 16-bit", 0x45, 512, 32, 0x4000, SP_OPTIONS16}, + {"NAND 32MiB 3,3V 16-bit", 0x55, 512, 32, 0x4000, SP_OPTIONS16}, + + {"NAND 64MiB 1,8V 8-bit", 0x36, 512, 64, 0x4000, SP_OPTIONS}, + {"NAND 64MiB 3,3V 8-bit", 0x76, 512, 64, 0x4000, SP_OPTIONS}, + {"NAND 64MiB 1,8V 16-bit", 0x46, 512, 64, 0x4000, SP_OPTIONS16}, + {"NAND 64MiB 3,3V 16-bit", 0x56, 512, 64, 0x4000, SP_OPTIONS16}, + + {"NAND 128MiB 1,8V 8-bit", 0x78, 512, 128, 0x4000, SP_OPTIONS}, + {"NAND 128MiB 1,8V 8-bit", 0x39, 512, 128, 0x4000, SP_OPTIONS}, + {"NAND 128MiB 3,3V 8-bit", 0x79, 512, 128, 0x4000, SP_OPTIONS}, + {"NAND 128MiB 1,8V 16-bit", 0x72, 512, 128, 0x4000, SP_OPTIONS16}, + {"NAND 128MiB 1,8V 16-bit", 0x49, 512, 128, 0x4000, SP_OPTIONS16}, + {"NAND 128MiB 3,3V 16-bit", 0x74, 512, 128, 0x4000, SP_OPTIONS16}, + {"NAND 128MiB 3,3V 16-bit", 0x59, 512, 128, 0x4000, SP_OPTIONS16}, - {"NAND 256MiB 3,3V 8-bit", 0x71, 512, 256, 0x4000, 0}, + {"NAND 256MiB 3,3V 8-bit", 0x71, 512, 256, 0x4000, SP_OPTIONS}, /* * These are the new chips with large page size. The pagesize and the --- linux-lowlatency-3.8.0.orig/drivers/pps/pps.c +++ linux-lowlatency-3.8.0/drivers/pps/pps.c @@ -247,12 +247,15 @@ struct pps_device *pps = container_of(inode->i_cdev, struct pps_device, cdev); file->private_data = pps; - + kobject_get(&pps->dev->kobj); return 0; } static int pps_cdev_release(struct inode *inode, struct file *file) { + struct pps_device *pps = container_of(inode->i_cdev, + struct pps_device, cdev); + kobject_put(&pps->dev->kobj); return 0; } @@ -274,8 +277,10 @@ { struct pps_device *pps = dev_get_drvdata(dev); - /* release id here to protect others from using it while it's - * still in use */ + cdev_del(&pps->cdev); + + /* Now we can release the ID for re-use */ + pr_debug("deallocating pps%d\n", pps->id); mutex_lock(&pps_idr_lock); idr_remove(&pps_idr, pps->id); mutex_unlock(&pps_idr_lock); @@ -332,6 +337,7 @@ goto del_cdev; } + /* Override the release function with our own */ pps->dev->release = pps_device_destruct; pr_debug("source %s got cdev (%d:%d)\n", pps->info.name, @@ -352,11 +358,44 @@ void pps_unregister_cdev(struct pps_device *pps) { + pr_debug("unregistering pps%d\n", pps->id); + pps->lookup_cookie = NULL; device_destroy(pps_class, pps->dev->devt); - cdev_del(&pps->cdev); } /* + * Look up a pps device by magic cookie. + * The cookie is usually a pointer to some enclosing device, but this + * code doesn't care; you should never be dereferencing it. + * + * This is a bit of a kludge that is currently used only by the PPS + * serial line discipline. It may need to be tweaked when a second user + * is found. + * + * There is no function interface for setting the lookup_cookie field. + * It's initialized to NULL when the pps device is created, and if a + * client wants to use it, just fill it in afterward. + * + * The cookie is automatically set to NULL in pps_unregister_source() + * so that it will not be used again, even if the pps device cannot + * be removed from the idr due to pending references holding the minor + * number in use. + */ +struct pps_device *pps_lookup_dev(void const *cookie) +{ + struct pps_device *pps; + unsigned id; + + rcu_read_lock(); + idr_for_each_entry(&pps_idr, pps, id) + if (cookie == pps->lookup_cookie) + break; + rcu_read_unlock(); + return pps; +} +EXPORT_SYMBOL(pps_lookup_dev); + +/* * Module stuff */ --- linux-lowlatency-3.8.0.orig/drivers/pps/clients/pps-ldisc.c +++ linux-lowlatency-3.8.0/drivers/pps/clients/pps-ldisc.c @@ -31,7 +31,7 @@ static void pps_tty_dcd_change(struct tty_struct *tty, unsigned int status, struct pps_event_time *ts) { - struct pps_device *pps = (struct pps_device *)tty->disc_data; + struct pps_device *pps = pps_lookup_dev(tty); BUG_ON(pps == NULL); @@ -67,9 +67,9 @@ pr_err("cannot register PPS source \"%s\"\n", info.path); return -ENOMEM; } - tty->disc_data = pps; + pps->lookup_cookie = tty; - /* Should open N_TTY ldisc too */ + /* Now open the base class N_TTY ldisc */ ret = alias_n_tty_open(tty); if (ret < 0) { pr_err("cannot open tty ldisc \"%s\"\n", info.path); @@ -81,7 +81,6 @@ return 0; err_unregister: - tty->disc_data = NULL; pps_unregister_source(pps); return ret; } @@ -90,11 +89,10 @@ static void pps_tty_close(struct tty_struct *tty) { - struct pps_device *pps = (struct pps_device *)tty->disc_data; + struct pps_device *pps = pps_lookup_dev(tty); alias_n_tty_close(tty); - tty->disc_data = NULL; dev_info(pps->dev, "removed\n"); pps_unregister_source(pps); } --- linux-lowlatency-3.8.0.orig/drivers/spi/spi-s3c64xx.c +++ linux-lowlatency-3.8.0/drivers/spi/spi-s3c64xx.c @@ -997,25 +997,30 @@ { struct s3c64xx_spi_driver_data *sdd = data; struct spi_master *spi = sdd->master; - unsigned int val; - - val = readl(sdd->regs + S3C64XX_SPI_PENDING_CLR); - - val &= S3C64XX_SPI_PND_RX_OVERRUN_CLR | - S3C64XX_SPI_PND_RX_UNDERRUN_CLR | - S3C64XX_SPI_PND_TX_OVERRUN_CLR | - S3C64XX_SPI_PND_TX_UNDERRUN_CLR; + unsigned int val, clr = 0; - writel(val, sdd->regs + S3C64XX_SPI_PENDING_CLR); + val = readl(sdd->regs + S3C64XX_SPI_STATUS); - if (val & S3C64XX_SPI_PND_RX_OVERRUN_CLR) + if (val & S3C64XX_SPI_ST_RX_OVERRUN_ERR) { + clr = S3C64XX_SPI_PND_RX_OVERRUN_CLR; dev_err(&spi->dev, "RX overrun\n"); - if (val & S3C64XX_SPI_PND_RX_UNDERRUN_CLR) + } + if (val & S3C64XX_SPI_ST_RX_UNDERRUN_ERR) { + clr |= S3C64XX_SPI_PND_RX_UNDERRUN_CLR; dev_err(&spi->dev, "RX underrun\n"); - if (val & S3C64XX_SPI_PND_TX_OVERRUN_CLR) + } + if (val & S3C64XX_SPI_ST_TX_OVERRUN_ERR) { + clr |= S3C64XX_SPI_PND_TX_OVERRUN_CLR; dev_err(&spi->dev, "TX overrun\n"); - if (val & S3C64XX_SPI_PND_TX_UNDERRUN_CLR) + } + if (val & S3C64XX_SPI_ST_TX_UNDERRUN_ERR) { + clr |= S3C64XX_SPI_PND_TX_UNDERRUN_CLR; dev_err(&spi->dev, "TX underrun\n"); + } + + /* Clear the pending irq by setting and then clearing it */ + writel(clr, sdd->regs + S3C64XX_SPI_PENDING_CLR); + writel(0, sdd->regs + S3C64XX_SPI_PENDING_CLR); return IRQ_HANDLED; } @@ -1039,9 +1044,13 @@ writel(0, regs + S3C64XX_SPI_MODE_CFG); writel(0, regs + S3C64XX_SPI_PACKET_CNT); - /* Clear any irq pending bits */ - writel(readl(regs + S3C64XX_SPI_PENDING_CLR), - regs + S3C64XX_SPI_PENDING_CLR); + /* Clear any irq pending bits, should set and clear the bits */ + val = S3C64XX_SPI_PND_RX_OVERRUN_CLR | + S3C64XX_SPI_PND_RX_UNDERRUN_CLR | + S3C64XX_SPI_PND_TX_OVERRUN_CLR | + S3C64XX_SPI_PND_TX_UNDERRUN_CLR; + writel(val, regs + S3C64XX_SPI_PENDING_CLR); + writel(0, regs + S3C64XX_SPI_PENDING_CLR); writel(0, regs + S3C64XX_SPI_SWAP_CFG); --- linux-lowlatency-3.8.0.orig/drivers/spi/Kconfig +++ linux-lowlatency-3.8.0/drivers/spi/Kconfig @@ -297,9 +297,20 @@ help This selects a driver for the PPC4xx SPI Controller. +config SPI_PXA2XX_PXADMA + bool "PXA2xx SSP legacy PXA DMA API support" + depends on SPI_PXA2XX && ARCH_PXA + help + Enable PXA private legacy DMA API support. Note that this is + deprecated in favor of generic DMA engine API. + +config SPI_PXA2XX_DMA + def_bool y + depends on SPI_PXA2XX && !SPI_PXA2XX_PXADMA + config SPI_PXA2XX tristate "PXA2xx SSP SPI master" - depends on (ARCH_PXA || (X86_32 && PCI)) && EXPERIMENTAL + depends on ARCH_PXA || PCI || ACPI select PXA_SSP if ARCH_PXA help This enables using a PXA2xx or Sodaville SSP port as a SPI master @@ -307,7 +318,7 @@ additional documentation can be found a Documentation/spi/pxa2xx. config SPI_PXA2XX_PCI - def_bool SPI_PXA2XX && X86_32 && PCI + def_tristate SPI_PXA2XX && PCI config SPI_RSPI tristate "Renesas RSPI controller" --- linux-lowlatency-3.8.0.orig/drivers/spi/spi-pxa2xx-pxadma.c +++ linux-lowlatency-3.8.0/drivers/spi/spi-pxa2xx-pxadma.c @@ -0,0 +1,490 @@ +/* + * PXA2xx SPI private DMA support. + * + * Copyright (C) 2005 Stephen Street / StreetFire Sound Labs + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ + +#include +#include +#include +#include +#include +#include +#include + +#include "spi-pxa2xx.h" + +#define DMA_INT_MASK (DCSR_ENDINTR | DCSR_STARTINTR | DCSR_BUSERR) +#define RESET_DMA_CHANNEL (DCSR_NODESC | DMA_INT_MASK) + +bool pxa2xx_spi_dma_is_possible(size_t len) +{ + /* Try to map dma buffer and do a dma transfer if successful, but + * only if the length is non-zero and less than MAX_DMA_LEN. + * + * Zero-length non-descriptor DMA is illegal on PXA2xx; force use + * of PIO instead. Care is needed above because the transfer may + * have have been passed with buffers that are already dma mapped. + * A zero-length transfer in PIO mode will not try to write/read + * to/from the buffers + * + * REVISIT large transfers are exactly where we most want to be + * using DMA. If this happens much, split those transfers into + * multiple DMA segments rather than forcing PIO. + */ + return len > 0 && len <= MAX_DMA_LEN; +} + +int pxa2xx_spi_map_dma_buffers(struct driver_data *drv_data) +{ + struct spi_message *msg = drv_data->cur_msg; + struct device *dev = &msg->spi->dev; + + if (!drv_data->cur_chip->enable_dma) + return 0; + + if (msg->is_dma_mapped) + return drv_data->rx_dma && drv_data->tx_dma; + + if (!IS_DMA_ALIGNED(drv_data->rx) || !IS_DMA_ALIGNED(drv_data->tx)) + return 0; + + /* Modify setup if rx buffer is null */ + if (drv_data->rx == NULL) { + *drv_data->null_dma_buf = 0; + drv_data->rx = drv_data->null_dma_buf; + drv_data->rx_map_len = 4; + } else + drv_data->rx_map_len = drv_data->len; + + + /* Modify setup if tx buffer is null */ + if (drv_data->tx == NULL) { + *drv_data->null_dma_buf = 0; + drv_data->tx = drv_data->null_dma_buf; + drv_data->tx_map_len = 4; + } else + drv_data->tx_map_len = drv_data->len; + + /* Stream map the tx buffer. Always do DMA_TO_DEVICE first + * so we flush the cache *before* invalidating it, in case + * the tx and rx buffers overlap. + */ + drv_data->tx_dma = dma_map_single(dev, drv_data->tx, + drv_data->tx_map_len, DMA_TO_DEVICE); + if (dma_mapping_error(dev, drv_data->tx_dma)) + return 0; + + /* Stream map the rx buffer */ + drv_data->rx_dma = dma_map_single(dev, drv_data->rx, + drv_data->rx_map_len, DMA_FROM_DEVICE); + if (dma_mapping_error(dev, drv_data->rx_dma)) { + dma_unmap_single(dev, drv_data->tx_dma, + drv_data->tx_map_len, DMA_TO_DEVICE); + return 0; + } + + return 1; +} + +static void pxa2xx_spi_unmap_dma_buffers(struct driver_data *drv_data) +{ + struct device *dev; + + if (!drv_data->dma_mapped) + return; + + if (!drv_data->cur_msg->is_dma_mapped) { + dev = &drv_data->cur_msg->spi->dev; + dma_unmap_single(dev, drv_data->rx_dma, + drv_data->rx_map_len, DMA_FROM_DEVICE); + dma_unmap_single(dev, drv_data->tx_dma, + drv_data->tx_map_len, DMA_TO_DEVICE); + } + + drv_data->dma_mapped = 0; +} + +static int wait_ssp_rx_stall(void const __iomem *ioaddr) +{ + unsigned long limit = loops_per_jiffy << 1; + + while ((read_SSSR(ioaddr) & SSSR_BSY) && --limit) + cpu_relax(); + + return limit; +} + +static int wait_dma_channel_stop(int channel) +{ + unsigned long limit = loops_per_jiffy << 1; + + while (!(DCSR(channel) & DCSR_STOPSTATE) && --limit) + cpu_relax(); + + return limit; +} + +static void pxa2xx_spi_dma_error_stop(struct driver_data *drv_data, + const char *msg) +{ + void __iomem *reg = drv_data->ioaddr; + + /* Stop and reset */ + DCSR(drv_data->rx_channel) = RESET_DMA_CHANNEL; + DCSR(drv_data->tx_channel) = RESET_DMA_CHANNEL; + write_SSSR_CS(drv_data, drv_data->clear_sr); + write_SSCR1(read_SSCR1(reg) & ~drv_data->dma_cr1, reg); + if (!pxa25x_ssp_comp(drv_data)) + write_SSTO(0, reg); + pxa2xx_spi_flush(drv_data); + write_SSCR0(read_SSCR0(reg) & ~SSCR0_SSE, reg); + + pxa2xx_spi_unmap_dma_buffers(drv_data); + + dev_err(&drv_data->pdev->dev, "%s\n", msg); + + drv_data->cur_msg->state = ERROR_STATE; + tasklet_schedule(&drv_data->pump_transfers); +} + +static void pxa2xx_spi_dma_transfer_complete(struct driver_data *drv_data) +{ + void __iomem *reg = drv_data->ioaddr; + struct spi_message *msg = drv_data->cur_msg; + + /* Clear and disable interrupts on SSP and DMA channels*/ + write_SSCR1(read_SSCR1(reg) & ~drv_data->dma_cr1, reg); + write_SSSR_CS(drv_data, drv_data->clear_sr); + DCSR(drv_data->tx_channel) = RESET_DMA_CHANNEL; + DCSR(drv_data->rx_channel) = RESET_DMA_CHANNEL; + + if (wait_dma_channel_stop(drv_data->rx_channel) == 0) + dev_err(&drv_data->pdev->dev, + "dma_handler: dma rx channel stop failed\n"); + + if (wait_ssp_rx_stall(drv_data->ioaddr) == 0) + dev_err(&drv_data->pdev->dev, + "dma_transfer: ssp rx stall failed\n"); + + pxa2xx_spi_unmap_dma_buffers(drv_data); + + /* update the buffer pointer for the amount completed in dma */ + drv_data->rx += drv_data->len - + (DCMD(drv_data->rx_channel) & DCMD_LENGTH); + + /* read trailing data from fifo, it does not matter how many + * bytes are in the fifo just read until buffer is full + * or fifo is empty, which ever occurs first */ + drv_data->read(drv_data); + + /* return count of what was actually read */ + msg->actual_length += drv_data->len - + (drv_data->rx_end - drv_data->rx); + + /* Transfer delays and chip select release are + * handled in pump_transfers or giveback + */ + + /* Move to next transfer */ + msg->state = pxa2xx_spi_next_transfer(drv_data); + + /* Schedule transfer tasklet */ + tasklet_schedule(&drv_data->pump_transfers); +} + +void pxa2xx_spi_dma_handler(int channel, void *data) +{ + struct driver_data *drv_data = data; + u32 irq_status = DCSR(channel) & DMA_INT_MASK; + + if (irq_status & DCSR_BUSERR) { + + if (channel == drv_data->tx_channel) + pxa2xx_spi_dma_error_stop(drv_data, + "dma_handler: bad bus address on tx channel"); + else + pxa2xx_spi_dma_error_stop(drv_data, + "dma_handler: bad bus address on rx channel"); + return; + } + + /* PXA255x_SSP has no timeout interrupt, wait for tailing bytes */ + if ((channel == drv_data->tx_channel) + && (irq_status & DCSR_ENDINTR) + && (drv_data->ssp_type == PXA25x_SSP)) { + + /* Wait for rx to stall */ + if (wait_ssp_rx_stall(drv_data->ioaddr) == 0) + dev_err(&drv_data->pdev->dev, + "dma_handler: ssp rx stall failed\n"); + + /* finish this transfer, start the next */ + pxa2xx_spi_dma_transfer_complete(drv_data); + } +} + +irqreturn_t pxa2xx_spi_dma_transfer(struct driver_data *drv_data) +{ + u32 irq_status; + void __iomem *reg = drv_data->ioaddr; + + irq_status = read_SSSR(reg) & drv_data->mask_sr; + if (irq_status & SSSR_ROR) { + pxa2xx_spi_dma_error_stop(drv_data, + "dma_transfer: fifo overrun"); + return IRQ_HANDLED; + } + + /* Check for false positive timeout */ + if ((irq_status & SSSR_TINT) + && (DCSR(drv_data->tx_channel) & DCSR_RUN)) { + write_SSSR(SSSR_TINT, reg); + return IRQ_HANDLED; + } + + if (irq_status & SSSR_TINT || drv_data->rx == drv_data->rx_end) { + + /* Clear and disable timeout interrupt, do the rest in + * dma_transfer_complete */ + if (!pxa25x_ssp_comp(drv_data)) + write_SSTO(0, reg); + + /* finish this transfer, start the next */ + pxa2xx_spi_dma_transfer_complete(drv_data); + + return IRQ_HANDLED; + } + + /* Opps problem detected */ + return IRQ_NONE; +} + +int pxa2xx_spi_dma_prepare(struct driver_data *drv_data, u32 dma_burst) +{ + u32 dma_width; + + switch (drv_data->n_bytes) { + case 1: + dma_width = DCMD_WIDTH1; + break; + case 2: + dma_width = DCMD_WIDTH2; + break; + default: + dma_width = DCMD_WIDTH4; + break; + } + + /* Setup rx DMA Channel */ + DCSR(drv_data->rx_channel) = RESET_DMA_CHANNEL; + DSADR(drv_data->rx_channel) = drv_data->ssdr_physical; + DTADR(drv_data->rx_channel) = drv_data->rx_dma; + if (drv_data->rx == drv_data->null_dma_buf) + /* No target address increment */ + DCMD(drv_data->rx_channel) = DCMD_FLOWSRC + | dma_width + | dma_burst + | drv_data->len; + else + DCMD(drv_data->rx_channel) = DCMD_INCTRGADDR + | DCMD_FLOWSRC + | dma_width + | dma_burst + | drv_data->len; + + /* Setup tx DMA Channel */ + DCSR(drv_data->tx_channel) = RESET_DMA_CHANNEL; + DSADR(drv_data->tx_channel) = drv_data->tx_dma; + DTADR(drv_data->tx_channel) = drv_data->ssdr_physical; + if (drv_data->tx == drv_data->null_dma_buf) + /* No source address increment */ + DCMD(drv_data->tx_channel) = DCMD_FLOWTRG + | dma_width + | dma_burst + | drv_data->len; + else + DCMD(drv_data->tx_channel) = DCMD_INCSRCADDR + | DCMD_FLOWTRG + | dma_width + | dma_burst + | drv_data->len; + + /* Enable dma end irqs on SSP to detect end of transfer */ + if (drv_data->ssp_type == PXA25x_SSP) + DCMD(drv_data->tx_channel) |= DCMD_ENDIRQEN; + + return 0; +} + +void pxa2xx_spi_dma_start(struct driver_data *drv_data) +{ + DCSR(drv_data->rx_channel) |= DCSR_RUN; + DCSR(drv_data->tx_channel) |= DCSR_RUN; +} + +int pxa2xx_spi_dma_setup(struct driver_data *drv_data) +{ + struct device *dev = &drv_data->pdev->dev; + struct ssp_device *ssp = drv_data->ssp; + + /* Get two DMA channels (rx and tx) */ + drv_data->rx_channel = pxa_request_dma("pxa2xx_spi_ssp_rx", + DMA_PRIO_HIGH, + pxa2xx_spi_dma_handler, + drv_data); + if (drv_data->rx_channel < 0) { + dev_err(dev, "problem (%d) requesting rx channel\n", + drv_data->rx_channel); + return -ENODEV; + } + drv_data->tx_channel = pxa_request_dma("pxa2xx_spi_ssp_tx", + DMA_PRIO_MEDIUM, + pxa2xx_spi_dma_handler, + drv_data); + if (drv_data->tx_channel < 0) { + dev_err(dev, "problem (%d) requesting tx channel\n", + drv_data->tx_channel); + pxa_free_dma(drv_data->rx_channel); + return -ENODEV; + } + + DRCMR(ssp->drcmr_rx) = DRCMR_MAPVLD | drv_data->rx_channel; + DRCMR(ssp->drcmr_tx) = DRCMR_MAPVLD | drv_data->tx_channel; + + return 0; +} + +void pxa2xx_spi_dma_release(struct driver_data *drv_data) +{ + struct ssp_device *ssp = drv_data->ssp; + + DRCMR(ssp->drcmr_rx) = 0; + DRCMR(ssp->drcmr_tx) = 0; + + if (drv_data->tx_channel != 0) + pxa_free_dma(drv_data->tx_channel); + if (drv_data->rx_channel != 0) + pxa_free_dma(drv_data->rx_channel); +} + +void pxa2xx_spi_dma_resume(struct driver_data *drv_data) +{ + if (drv_data->rx_channel != -1) + DRCMR(drv_data->ssp->drcmr_rx) = + DRCMR_MAPVLD | drv_data->rx_channel; + if (drv_data->tx_channel != -1) + DRCMR(drv_data->ssp->drcmr_tx) = + DRCMR_MAPVLD | drv_data->tx_channel; +} + +int pxa2xx_spi_set_dma_burst_and_threshold(struct chip_data *chip, + struct spi_device *spi, + u8 bits_per_word, u32 *burst_code, + u32 *threshold) +{ + struct pxa2xx_spi_chip *chip_info = + (struct pxa2xx_spi_chip *)spi->controller_data; + int bytes_per_word; + int burst_bytes; + int thresh_words; + int req_burst_size; + int retval = 0; + + /* Set the threshold (in registers) to equal the same amount of data + * as represented by burst size (in bytes). The computation below + * is (burst_size rounded up to nearest 8 byte, word or long word) + * divided by (bytes/register); the tx threshold is the inverse of + * the rx, so that there will always be enough data in the rx fifo + * to satisfy a burst, and there will always be enough space in the + * tx fifo to accept a burst (a tx burst will overwrite the fifo if + * there is not enough space), there must always remain enough empty + * space in the rx fifo for any data loaded to the tx fifo. + * Whenever burst_size (in bytes) equals bits/word, the fifo threshold + * will be 8, or half the fifo; + * The threshold can only be set to 2, 4 or 8, but not 16, because + * to burst 16 to the tx fifo, the fifo would have to be empty; + * however, the minimum fifo trigger level is 1, and the tx will + * request service when the fifo is at this level, with only 15 spaces. + */ + + /* find bytes/word */ + if (bits_per_word <= 8) + bytes_per_word = 1; + else if (bits_per_word <= 16) + bytes_per_word = 2; + else + bytes_per_word = 4; + + /* use struct pxa2xx_spi_chip->dma_burst_size if available */ + if (chip_info) + req_burst_size = chip_info->dma_burst_size; + else { + switch (chip->dma_burst_size) { + default: + /* if the default burst size is not set, + * do it now */ + chip->dma_burst_size = DCMD_BURST8; + case DCMD_BURST8: + req_burst_size = 8; + break; + case DCMD_BURST16: + req_burst_size = 16; + break; + case DCMD_BURST32: + req_burst_size = 32; + break; + } + } + if (req_burst_size <= 8) { + *burst_code = DCMD_BURST8; + burst_bytes = 8; + } else if (req_burst_size <= 16) { + if (bytes_per_word == 1) { + /* don't burst more than 1/2 the fifo */ + *burst_code = DCMD_BURST8; + burst_bytes = 8; + retval = 1; + } else { + *burst_code = DCMD_BURST16; + burst_bytes = 16; + } + } else { + if (bytes_per_word == 1) { + /* don't burst more than 1/2 the fifo */ + *burst_code = DCMD_BURST8; + burst_bytes = 8; + retval = 1; + } else if (bytes_per_word == 2) { + /* don't burst more than 1/2 the fifo */ + *burst_code = DCMD_BURST16; + burst_bytes = 16; + retval = 1; + } else { + *burst_code = DCMD_BURST32; + burst_bytes = 32; + } + } + + thresh_words = burst_bytes / bytes_per_word; + + /* thresh_words will be between 2 and 8 */ + *threshold = (SSCR1_RxTresh(thresh_words) & SSCR1_RFT) + | (SSCR1_TxTresh(16-thresh_words) & SSCR1_TFT); + + return retval; +} --- linux-lowlatency-3.8.0.orig/drivers/spi/spi-pxa2xx.h +++ linux-lowlatency-3.8.0/drivers/spi/spi-pxa2xx.h @@ -0,0 +1,221 @@ +/* + * Copyright (C) 2005 Stephen Street / StreetFire Sound Labs + * Copyright (C) 2013, Intel Corporation + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + +#ifndef SPI_PXA2XX_H +#define SPI_PXA2XX_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +struct driver_data { + /* Driver model hookup */ + struct platform_device *pdev; + + /* SSP Info */ + struct ssp_device *ssp; + + /* SPI framework hookup */ + enum pxa_ssp_type ssp_type; + struct spi_master *master; + + /* PXA hookup */ + struct pxa2xx_spi_master *master_info; + + /* PXA private DMA setup stuff */ + int rx_channel; + int tx_channel; + u32 *null_dma_buf; + + /* SSP register addresses */ + void __iomem *ioaddr; + u32 ssdr_physical; + + /* SSP masks*/ + u32 dma_cr1; + u32 int_cr1; + u32 clear_sr; + u32 mask_sr; + + /* Maximun clock rate */ + unsigned long max_clk_rate; + + /* Message Transfer pump */ + struct tasklet_struct pump_transfers; + + /* DMA engine support */ + struct dma_chan *rx_chan; + struct dma_chan *tx_chan; + struct sg_table rx_sgt; + struct sg_table tx_sgt; + int rx_nents; + int tx_nents; + void *dummy; + atomic_t dma_running; + + /* Current message transfer state info */ + struct spi_message *cur_msg; + struct spi_transfer *cur_transfer; + struct chip_data *cur_chip; + size_t len; + void *tx; + void *tx_end; + void *rx; + void *rx_end; + int dma_mapped; + dma_addr_t rx_dma; + dma_addr_t tx_dma; + size_t rx_map_len; + size_t tx_map_len; + u8 n_bytes; + int (*write)(struct driver_data *drv_data); + int (*read)(struct driver_data *drv_data); + irqreturn_t (*transfer_handler)(struct driver_data *drv_data); + void (*cs_control)(u32 command); + + void __iomem *lpss_base; +}; + +struct chip_data { + u32 cr0; + u32 cr1; + u32 psp; + u32 timeout; + u8 n_bytes; + u32 dma_burst_size; + u32 threshold; + u32 dma_threshold; + u16 lpss_rx_threshold; + u16 lpss_tx_threshold; + u8 enable_dma; + u8 bits_per_word; + u32 speed_hz; + union { + int gpio_cs; + unsigned int frm; + }; + int gpio_cs_inverted; + int (*write)(struct driver_data *drv_data); + int (*read)(struct driver_data *drv_data); + void (*cs_control)(u32 command); +}; + +#define DEFINE_SSP_REG(reg, off) \ +static inline u32 read_##reg(void const __iomem *p) \ +{ return __raw_readl(p + (off)); } \ +\ +static inline void write_##reg(u32 v, void __iomem *p) \ +{ __raw_writel(v, p + (off)); } + +DEFINE_SSP_REG(SSCR0, 0x00) +DEFINE_SSP_REG(SSCR1, 0x04) +DEFINE_SSP_REG(SSSR, 0x08) +DEFINE_SSP_REG(SSITR, 0x0c) +DEFINE_SSP_REG(SSDR, 0x10) +DEFINE_SSP_REG(SSTO, 0x28) +DEFINE_SSP_REG(SSPSP, 0x2c) +DEFINE_SSP_REG(SSITF, SSITF) +DEFINE_SSP_REG(SSIRF, SSIRF) + +#define START_STATE ((void *)0) +#define RUNNING_STATE ((void *)1) +#define DONE_STATE ((void *)2) +#define ERROR_STATE ((void *)-1) + +#define IS_DMA_ALIGNED(x) IS_ALIGNED((unsigned long)(x), DMA_ALIGNMENT) +#define DMA_ALIGNMENT 8 + +static inline int pxa25x_ssp_comp(struct driver_data *drv_data) +{ + if (drv_data->ssp_type == PXA25x_SSP) + return 1; + if (drv_data->ssp_type == CE4100_SSP) + return 1; + return 0; +} + +static inline void write_SSSR_CS(struct driver_data *drv_data, u32 val) +{ + void __iomem *reg = drv_data->ioaddr; + + if (drv_data->ssp_type == CE4100_SSP) + val |= read_SSSR(reg) & SSSR_ALT_FRM_MASK; + + write_SSSR(val, reg); +} + +extern int pxa2xx_spi_flush(struct driver_data *drv_data); +extern void *pxa2xx_spi_next_transfer(struct driver_data *drv_data); + +/* + * Select the right DMA implementation. + */ +#if defined(CONFIG_SPI_PXA2XX_PXADMA) +#define SPI_PXA2XX_USE_DMA 1 +#define MAX_DMA_LEN 8191 +#define DEFAULT_DMA_CR1 (SSCR1_TSRE | SSCR1_RSRE | SSCR1_TINTE) +#elif defined(CONFIG_SPI_PXA2XX_DMA) +#define SPI_PXA2XX_USE_DMA 1 +#define MAX_DMA_LEN SZ_64K +#define DEFAULT_DMA_CR1 (SSCR1_TSRE | SSCR1_RSRE | SSCR1_TRAIL) +#else +#undef SPI_PXA2XX_USE_DMA +#define MAX_DMA_LEN 0 +#define DEFAULT_DMA_CR1 0 +#endif + +#ifdef SPI_PXA2XX_USE_DMA +extern bool pxa2xx_spi_dma_is_possible(size_t len); +extern int pxa2xx_spi_map_dma_buffers(struct driver_data *drv_data); +extern irqreturn_t pxa2xx_spi_dma_transfer(struct driver_data *drv_data); +extern int pxa2xx_spi_dma_prepare(struct driver_data *drv_data, u32 dma_burst); +extern void pxa2xx_spi_dma_start(struct driver_data *drv_data); +extern int pxa2xx_spi_dma_setup(struct driver_data *drv_data); +extern void pxa2xx_spi_dma_release(struct driver_data *drv_data); +extern void pxa2xx_spi_dma_resume(struct driver_data *drv_data); +extern int pxa2xx_spi_set_dma_burst_and_threshold(struct chip_data *chip, + struct spi_device *spi, + u8 bits_per_word, + u32 *burst_code, + u32 *threshold); +#else +static inline bool pxa2xx_spi_dma_is_possible(size_t len) { return false; } +static inline int pxa2xx_spi_map_dma_buffers(struct driver_data *drv_data) +{ + return 0; +} +#define pxa2xx_spi_dma_transfer NULL +static inline void pxa2xx_spi_dma_prepare(struct driver_data *drv_data, + u32 dma_burst) {} +static inline void pxa2xx_spi_dma_start(struct driver_data *drv_data) {} +static inline int pxa2xx_spi_dma_setup(struct driver_data *drv_data) +{ + return 0; +} +static inline void pxa2xx_spi_dma_release(struct driver_data *drv_data) {} +static inline void pxa2xx_spi_dma_resume(struct driver_data *drv_data) {} +static inline int pxa2xx_spi_set_dma_burst_and_threshold(struct chip_data *chip, + struct spi_device *spi, + u8 bits_per_word, + u32 *burst_code, + u32 *threshold) +{ + return -ENODEV; +} +#endif + +#endif /* SPI_PXA2XX_H */ --- linux-lowlatency-3.8.0.orig/drivers/spi/Makefile +++ linux-lowlatency-3.8.0/drivers/spi/Makefile @@ -47,7 +47,10 @@ obj-$(CONFIG_SPI_ORION) += spi-orion.o obj-$(CONFIG_SPI_PL022) += spi-pl022.o obj-$(CONFIG_SPI_PPC4xx) += spi-ppc4xx.o -obj-$(CONFIG_SPI_PXA2XX) += spi-pxa2xx.o +spi-pxa2xx-platform-objs := spi-pxa2xx.o +spi-pxa2xx-platform-$(CONFIG_SPI_PXA2XX_PXADMA) += spi-pxa2xx-pxadma.o +spi-pxa2xx-platform-$(CONFIG_SPI_PXA2XX_DMA) += spi-pxa2xx-dma.o +obj-$(CONFIG_SPI_PXA2XX) += spi-pxa2xx-platform.o obj-$(CONFIG_SPI_PXA2XX_PCI) += spi-pxa2xx-pci.o obj-$(CONFIG_SPI_RSPI) += spi-rspi.o obj-$(CONFIG_SPI_S3C24XX) += spi-s3c24xx-hw.o --- linux-lowlatency-3.8.0.orig/drivers/spi/spi-pxa2xx.c +++ linux-lowlatency-3.8.0/drivers/spi/spi-pxa2xx.c @@ -1,5 +1,6 @@ /* * Copyright (C) 2005 Stephen Street / StreetFire Sound Labs + * Copyright (C) 2013, Intel Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -24,17 +25,20 @@ #include #include #include -#include #include #include #include #include #include +#include +#include +#include #include #include #include +#include "spi-pxa2xx.h" MODULE_AUTHOR("Stephen Street"); MODULE_DESCRIPTION("PXA2xx SSP SPI Controller"); @@ -45,12 +49,6 @@ #define TIMOUT_DFLT 1000 -#define DMA_INT_MASK (DCSR_ENDINTR | DCSR_STARTINTR | DCSR_BUSERR) -#define RESET_DMA_CHANNEL (DCSR_NODESC | DMA_INT_MASK) -#define IS_DMA_ALIGNED(x) ((((u32)(x)) & 0x07) == 0) -#define MAX_DMA_LEN 8191 -#define DMA_ALIGNMENT 8 - /* * for testing SSCR1 changes that require SSP restart, basically * everything except the service and interrupt enables, the pxa270 developer @@ -65,115 +63,97 @@ | SSCR1_RFT | SSCR1_TFT | SSCR1_MWDS \ | SSCR1_SPH | SSCR1_SPO | SSCR1_LBM) -#define DEFINE_SSP_REG(reg, off) \ -static inline u32 read_##reg(void const __iomem *p) \ -{ return __raw_readl(p + (off)); } \ -\ -static inline void write_##reg(u32 v, void __iomem *p) \ -{ __raw_writel(v, p + (off)); } - -DEFINE_SSP_REG(SSCR0, 0x00) -DEFINE_SSP_REG(SSCR1, 0x04) -DEFINE_SSP_REG(SSSR, 0x08) -DEFINE_SSP_REG(SSITR, 0x0c) -DEFINE_SSP_REG(SSDR, 0x10) -DEFINE_SSP_REG(SSTO, 0x28) -DEFINE_SSP_REG(SSPSP, 0x2c) - -#define START_STATE ((void*)0) -#define RUNNING_STATE ((void*)1) -#define DONE_STATE ((void*)2) -#define ERROR_STATE ((void*)-1) - -#define QUEUE_RUNNING 0 -#define QUEUE_STOPPED 1 - -struct driver_data { - /* Driver model hookup */ - struct platform_device *pdev; +#define LPSS_RX_THRESH_DFLT 64 +#define LPSS_TX_LOTHRESH_DFLT 160 +#define LPSS_TX_HITHRESH_DFLT 224 + +/* Offset from drv_data->lpss_base */ +#define SPI_CS_CONTROL 0x18 +#define SPI_CS_CONTROL_SW_MODE BIT(0) +#define SPI_CS_CONTROL_CS_HIGH BIT(1) - /* SSP Info */ - struct ssp_device *ssp; +static bool is_lpss_ssp(const struct driver_data *drv_data) +{ + return drv_data->ssp_type == LPSS_SSP; +} - /* SPI framework hookup */ - enum pxa_ssp_type ssp_type; - struct spi_master *master; +/* + * Read and write LPSS SSP private registers. Caller must first check that + * is_lpss_ssp() returns true before these can be called. + */ +static u32 __lpss_ssp_read_priv(struct driver_data *drv_data, unsigned offset) +{ + WARN_ON(!drv_data->lpss_base); + return readl(drv_data->lpss_base + offset); +} - /* PXA hookup */ - struct pxa2xx_spi_master *master_info; +static void __lpss_ssp_write_priv(struct driver_data *drv_data, + unsigned offset, u32 value) +{ + WARN_ON(!drv_data->lpss_base); + writel(value, drv_data->lpss_base + offset); +} - /* DMA setup stuff */ - int rx_channel; - int tx_channel; - u32 *null_dma_buf; - - /* SSP register addresses */ - void __iomem *ioaddr; - u32 ssdr_physical; - - /* SSP masks*/ - u32 dma_cr1; - u32 int_cr1; - u32 clear_sr; - u32 mask_sr; - - /* Driver message queue */ - struct workqueue_struct *workqueue; - struct work_struct pump_messages; - spinlock_t lock; - struct list_head queue; - int busy; - int run; - - /* Message Transfer pump */ - struct tasklet_struct pump_transfers; - - /* Current message transfer state info */ - struct spi_message* cur_msg; - struct spi_transfer* cur_transfer; - struct chip_data *cur_chip; - size_t len; - void *tx; - void *tx_end; - void *rx; - void *rx_end; - int dma_mapped; - dma_addr_t rx_dma; - dma_addr_t tx_dma; - size_t rx_map_len; - size_t tx_map_len; - u8 n_bytes; - u32 dma_width; - int (*write)(struct driver_data *drv_data); - int (*read)(struct driver_data *drv_data); - irqreturn_t (*transfer_handler)(struct driver_data *drv_data); - void (*cs_control)(u32 command); -}; +/* + * lpss_ssp_setup - perform LPSS SSP specific setup + * @drv_data: pointer to the driver private data + * + * Perform LPSS SSP specific setup. This function must be called first if + * one is going to use LPSS SSP private registers. + */ +static void lpss_ssp_setup(struct driver_data *drv_data) +{ + unsigned offset = 0x400; + u32 value, orig; -struct chip_data { - u32 cr0; - u32 cr1; - u32 psp; - u32 timeout; - u8 n_bytes; - u32 dma_width; - u32 dma_burst_size; - u32 threshold; - u32 dma_threshold; - u8 enable_dma; - u8 bits_per_word; - u32 speed_hz; - union { - int gpio_cs; - unsigned int frm; - }; - int gpio_cs_inverted; - int (*write)(struct driver_data *drv_data); - int (*read)(struct driver_data *drv_data); - void (*cs_control)(u32 command); -}; + if (!is_lpss_ssp(drv_data)) + return; + + /* + * Perform auto-detection of the LPSS SSP private registers. They + * can be either at 1k or 2k offset from the base address. + */ + orig = readl(drv_data->ioaddr + offset + SPI_CS_CONTROL); + + value = orig | SPI_CS_CONTROL_SW_MODE; + writel(value, drv_data->ioaddr + offset + SPI_CS_CONTROL); + value = readl(drv_data->ioaddr + offset + SPI_CS_CONTROL); + if (value != (orig | SPI_CS_CONTROL_SW_MODE)) { + offset = 0x800; + goto detection_done; + } + + value &= ~SPI_CS_CONTROL_SW_MODE; + writel(value, drv_data->ioaddr + offset + SPI_CS_CONTROL); + value = readl(drv_data->ioaddr + offset + SPI_CS_CONTROL); + if (value != orig) { + offset = 0x800; + goto detection_done; + } + +detection_done: + /* Now set the LPSS base */ + drv_data->lpss_base = drv_data->ioaddr + offset; -static void pump_messages(struct work_struct *work); + /* Enable software chip select control */ + value = SPI_CS_CONTROL_SW_MODE | SPI_CS_CONTROL_CS_HIGH; + __lpss_ssp_write_priv(drv_data, SPI_CS_CONTROL, value); +} + +static void lpss_ssp_cs_control(struct driver_data *drv_data, bool enable) +{ + u32 value; + + if (!is_lpss_ssp(drv_data)) + return; + + value = __lpss_ssp_read_priv(drv_data, SPI_CS_CONTROL); + if (enable) + value &= ~SPI_CS_CONTROL_CS_HIGH; + else + value |= SPI_CS_CONTROL_CS_HIGH; + __lpss_ssp_write_priv(drv_data, SPI_CS_CONTROL, value); +} static void cs_assert(struct driver_data *drv_data) { @@ -189,8 +169,12 @@ return; } - if (gpio_is_valid(chip->gpio_cs)) + if (gpio_is_valid(chip->gpio_cs)) { gpio_set_value(chip->gpio_cs, chip->gpio_cs_inverted); + return; + } + + lpss_ssp_cs_control(drv_data, true); } static void cs_deassert(struct driver_data *drv_data) @@ -205,30 +189,15 @@ return; } - if (gpio_is_valid(chip->gpio_cs)) + if (gpio_is_valid(chip->gpio_cs)) { gpio_set_value(chip->gpio_cs, !chip->gpio_cs_inverted); -} - -static void write_SSSR_CS(struct driver_data *drv_data, u32 val) -{ - void __iomem *reg = drv_data->ioaddr; - - if (drv_data->ssp_type == CE4100_SSP) - val |= read_SSSR(reg) & SSSR_ALT_FRM_MASK; + return; + } - write_SSSR(val, reg); + lpss_ssp_cs_control(drv_data, false); } -static int pxa25x_ssp_comp(struct driver_data *drv_data) -{ - if (drv_data->ssp_type == PXA25x_SSP) - return 1; - if (drv_data->ssp_type == CE4100_SSP) - return 1; - return 0; -} - -static int flush(struct driver_data *drv_data) +int pxa2xx_spi_flush(struct driver_data *drv_data) { unsigned long limit = loops_per_jiffy << 1; @@ -354,7 +323,7 @@ return drv_data->rx == drv_data->rx_end; } -static void *next_transfer(struct driver_data *drv_data) +void *pxa2xx_spi_next_transfer(struct driver_data *drv_data) { struct spi_message *msg = drv_data->cur_msg; struct spi_transfer *trans = drv_data->cur_transfer; @@ -370,89 +339,15 @@ return DONE_STATE; } -static int map_dma_buffers(struct driver_data *drv_data) -{ - struct spi_message *msg = drv_data->cur_msg; - struct device *dev = &msg->spi->dev; - - if (!drv_data->cur_chip->enable_dma) - return 0; - - if (msg->is_dma_mapped) - return drv_data->rx_dma && drv_data->tx_dma; - - if (!IS_DMA_ALIGNED(drv_data->rx) || !IS_DMA_ALIGNED(drv_data->tx)) - return 0; - - /* Modify setup if rx buffer is null */ - if (drv_data->rx == NULL) { - *drv_data->null_dma_buf = 0; - drv_data->rx = drv_data->null_dma_buf; - drv_data->rx_map_len = 4; - } else - drv_data->rx_map_len = drv_data->len; - - - /* Modify setup if tx buffer is null */ - if (drv_data->tx == NULL) { - *drv_data->null_dma_buf = 0; - drv_data->tx = drv_data->null_dma_buf; - drv_data->tx_map_len = 4; - } else - drv_data->tx_map_len = drv_data->len; - - /* Stream map the tx buffer. Always do DMA_TO_DEVICE first - * so we flush the cache *before* invalidating it, in case - * the tx and rx buffers overlap. - */ - drv_data->tx_dma = dma_map_single(dev, drv_data->tx, - drv_data->tx_map_len, DMA_TO_DEVICE); - if (dma_mapping_error(dev, drv_data->tx_dma)) - return 0; - - /* Stream map the rx buffer */ - drv_data->rx_dma = dma_map_single(dev, drv_data->rx, - drv_data->rx_map_len, DMA_FROM_DEVICE); - if (dma_mapping_error(dev, drv_data->rx_dma)) { - dma_unmap_single(dev, drv_data->tx_dma, - drv_data->tx_map_len, DMA_TO_DEVICE); - return 0; - } - - return 1; -} - -static void unmap_dma_buffers(struct driver_data *drv_data) -{ - struct device *dev; - - if (!drv_data->dma_mapped) - return; - - if (!drv_data->cur_msg->is_dma_mapped) { - dev = &drv_data->cur_msg->spi->dev; - dma_unmap_single(dev, drv_data->rx_dma, - drv_data->rx_map_len, DMA_FROM_DEVICE); - dma_unmap_single(dev, drv_data->tx_dma, - drv_data->tx_map_len, DMA_TO_DEVICE); - } - - drv_data->dma_mapped = 0; -} - /* caller already set message->status; dma and pio irqs are blocked */ static void giveback(struct driver_data *drv_data) { struct spi_transfer* last_transfer; - unsigned long flags; struct spi_message *msg; - spin_lock_irqsave(&drv_data->lock, flags); msg = drv_data->cur_msg; drv_data->cur_msg = NULL; drv_data->cur_transfer = NULL; - queue_work(drv_data->workqueue, &drv_data->pump_messages); - spin_unlock_irqrestore(&drv_data->lock, flags); last_transfer = list_entry(msg->transfers.prev, struct spi_transfer, @@ -481,13 +376,7 @@ */ /* get a pointer to the next message, if any */ - spin_lock_irqsave(&drv_data->lock, flags); - if (list_empty(&drv_data->queue)) - next_msg = NULL; - else - next_msg = list_entry(drv_data->queue.next, - struct spi_message, queue); - spin_unlock_irqrestore(&drv_data->lock, flags); + next_msg = spi_get_next_queued_message(drv_data->master); /* see if the next and current messages point * to the same chip @@ -498,168 +387,10 @@ cs_deassert(drv_data); } - msg->state = NULL; - if (msg->complete) - msg->complete(msg->context); - + spi_finalize_current_message(drv_data->master); drv_data->cur_chip = NULL; } -static int wait_ssp_rx_stall(void const __iomem *ioaddr) -{ - unsigned long limit = loops_per_jiffy << 1; - - while ((read_SSSR(ioaddr) & SSSR_BSY) && --limit) - cpu_relax(); - - return limit; -} - -static int wait_dma_channel_stop(int channel) -{ - unsigned long limit = loops_per_jiffy << 1; - - while (!(DCSR(channel) & DCSR_STOPSTATE) && --limit) - cpu_relax(); - - return limit; -} - -static void dma_error_stop(struct driver_data *drv_data, const char *msg) -{ - void __iomem *reg = drv_data->ioaddr; - - /* Stop and reset */ - DCSR(drv_data->rx_channel) = RESET_DMA_CHANNEL; - DCSR(drv_data->tx_channel) = RESET_DMA_CHANNEL; - write_SSSR_CS(drv_data, drv_data->clear_sr); - write_SSCR1(read_SSCR1(reg) & ~drv_data->dma_cr1, reg); - if (!pxa25x_ssp_comp(drv_data)) - write_SSTO(0, reg); - flush(drv_data); - write_SSCR0(read_SSCR0(reg) & ~SSCR0_SSE, reg); - - unmap_dma_buffers(drv_data); - - dev_err(&drv_data->pdev->dev, "%s\n", msg); - - drv_data->cur_msg->state = ERROR_STATE; - tasklet_schedule(&drv_data->pump_transfers); -} - -static void dma_transfer_complete(struct driver_data *drv_data) -{ - void __iomem *reg = drv_data->ioaddr; - struct spi_message *msg = drv_data->cur_msg; - - /* Clear and disable interrupts on SSP and DMA channels*/ - write_SSCR1(read_SSCR1(reg) & ~drv_data->dma_cr1, reg); - write_SSSR_CS(drv_data, drv_data->clear_sr); - DCSR(drv_data->tx_channel) = RESET_DMA_CHANNEL; - DCSR(drv_data->rx_channel) = RESET_DMA_CHANNEL; - - if (wait_dma_channel_stop(drv_data->rx_channel) == 0) - dev_err(&drv_data->pdev->dev, - "dma_handler: dma rx channel stop failed\n"); - - if (wait_ssp_rx_stall(drv_data->ioaddr) == 0) - dev_err(&drv_data->pdev->dev, - "dma_transfer: ssp rx stall failed\n"); - - unmap_dma_buffers(drv_data); - - /* update the buffer pointer for the amount completed in dma */ - drv_data->rx += drv_data->len - - (DCMD(drv_data->rx_channel) & DCMD_LENGTH); - - /* read trailing data from fifo, it does not matter how many - * bytes are in the fifo just read until buffer is full - * or fifo is empty, which ever occurs first */ - drv_data->read(drv_data); - - /* return count of what was actually read */ - msg->actual_length += drv_data->len - - (drv_data->rx_end - drv_data->rx); - - /* Transfer delays and chip select release are - * handled in pump_transfers or giveback - */ - - /* Move to next transfer */ - msg->state = next_transfer(drv_data); - - /* Schedule transfer tasklet */ - tasklet_schedule(&drv_data->pump_transfers); -} - -static void dma_handler(int channel, void *data) -{ - struct driver_data *drv_data = data; - u32 irq_status = DCSR(channel) & DMA_INT_MASK; - - if (irq_status & DCSR_BUSERR) { - - if (channel == drv_data->tx_channel) - dma_error_stop(drv_data, - "dma_handler: " - "bad bus address on tx channel"); - else - dma_error_stop(drv_data, - "dma_handler: " - "bad bus address on rx channel"); - return; - } - - /* PXA255x_SSP has no timeout interrupt, wait for tailing bytes */ - if ((channel == drv_data->tx_channel) - && (irq_status & DCSR_ENDINTR) - && (drv_data->ssp_type == PXA25x_SSP)) { - - /* Wait for rx to stall */ - if (wait_ssp_rx_stall(drv_data->ioaddr) == 0) - dev_err(&drv_data->pdev->dev, - "dma_handler: ssp rx stall failed\n"); - - /* finish this transfer, start the next */ - dma_transfer_complete(drv_data); - } -} - -static irqreturn_t dma_transfer(struct driver_data *drv_data) -{ - u32 irq_status; - void __iomem *reg = drv_data->ioaddr; - - irq_status = read_SSSR(reg) & drv_data->mask_sr; - if (irq_status & SSSR_ROR) { - dma_error_stop(drv_data, "dma_transfer: fifo overrun"); - return IRQ_HANDLED; - } - - /* Check for false positive timeout */ - if ((irq_status & SSSR_TINT) - && (DCSR(drv_data->tx_channel) & DCSR_RUN)) { - write_SSSR(SSSR_TINT, reg); - return IRQ_HANDLED; - } - - if (irq_status & SSSR_TINT || drv_data->rx == drv_data->rx_end) { - - /* Clear and disable timeout interrupt, do the rest in - * dma_transfer_complete */ - if (!pxa25x_ssp_comp(drv_data)) - write_SSTO(0, reg); - - /* finish this transfer, start the next */ - dma_transfer_complete(drv_data); - - return IRQ_HANDLED; - } - - /* Opps problem detected */ - return IRQ_NONE; -} - static void reset_sccr1(struct driver_data *drv_data) { void __iomem *reg = drv_data->ioaddr; @@ -681,7 +412,7 @@ reset_sccr1(drv_data); if (!pxa25x_ssp_comp(drv_data)) write_SSTO(0, reg); - flush(drv_data); + pxa2xx_spi_flush(drv_data); write_SSCR0(read_SSCR0(reg) & ~SSCR0_SSE, reg); dev_err(&drv_data->pdev->dev, "%s\n", msg); @@ -709,7 +440,7 @@ */ /* Move to next transfer */ - drv_data->cur_msg->state = next_transfer(drv_data); + drv_data->cur_msg->state = pxa2xx_spi_next_transfer(drv_data); /* Schedule transfer tasklet */ tasklet_schedule(&drv_data->pump_transfers); @@ -789,10 +520,20 @@ { struct driver_data *drv_data = dev_id; void __iomem *reg = drv_data->ioaddr; - u32 sccr1_reg = read_SSCR1(reg); + u32 sccr1_reg; u32 mask = drv_data->mask_sr; u32 status; + /* + * The IRQ might be shared with other peripherals so we must first + * check that are we RPM suspended or not. If we are we assume that + * the IRQ was not for us (we shouldn't be RPM suspended when the + * interrupt is enabled). + */ + if (pm_runtime_suspended(&drv_data->pdev->dev)) + return IRQ_NONE; + + sccr1_reg = read_SSCR1(reg); status = read_SSSR(reg); /* Ignore possible writes if we don't need to write */ @@ -820,106 +561,12 @@ return drv_data->transfer_handler(drv_data); } -static int set_dma_burst_and_threshold(struct chip_data *chip, - struct spi_device *spi, - u8 bits_per_word, u32 *burst_code, - u32 *threshold) -{ - struct pxa2xx_spi_chip *chip_info = - (struct pxa2xx_spi_chip *)spi->controller_data; - int bytes_per_word; - int burst_bytes; - int thresh_words; - int req_burst_size; - int retval = 0; - - /* Set the threshold (in registers) to equal the same amount of data - * as represented by burst size (in bytes). The computation below - * is (burst_size rounded up to nearest 8 byte, word or long word) - * divided by (bytes/register); the tx threshold is the inverse of - * the rx, so that there will always be enough data in the rx fifo - * to satisfy a burst, and there will always be enough space in the - * tx fifo to accept a burst (a tx burst will overwrite the fifo if - * there is not enough space), there must always remain enough empty - * space in the rx fifo for any data loaded to the tx fifo. - * Whenever burst_size (in bytes) equals bits/word, the fifo threshold - * will be 8, or half the fifo; - * The threshold can only be set to 2, 4 or 8, but not 16, because - * to burst 16 to the tx fifo, the fifo would have to be empty; - * however, the minimum fifo trigger level is 1, and the tx will - * request service when the fifo is at this level, with only 15 spaces. - */ - - /* find bytes/word */ - if (bits_per_word <= 8) - bytes_per_word = 1; - else if (bits_per_word <= 16) - bytes_per_word = 2; - else - bytes_per_word = 4; - - /* use struct pxa2xx_spi_chip->dma_burst_size if available */ - if (chip_info) - req_burst_size = chip_info->dma_burst_size; - else { - switch (chip->dma_burst_size) { - default: - /* if the default burst size is not set, - * do it now */ - chip->dma_burst_size = DCMD_BURST8; - case DCMD_BURST8: - req_burst_size = 8; - break; - case DCMD_BURST16: - req_burst_size = 16; - break; - case DCMD_BURST32: - req_burst_size = 32; - break; - } - } - if (req_burst_size <= 8) { - *burst_code = DCMD_BURST8; - burst_bytes = 8; - } else if (req_burst_size <= 16) { - if (bytes_per_word == 1) { - /* don't burst more than 1/2 the fifo */ - *burst_code = DCMD_BURST8; - burst_bytes = 8; - retval = 1; - } else { - *burst_code = DCMD_BURST16; - burst_bytes = 16; - } - } else { - if (bytes_per_word == 1) { - /* don't burst more than 1/2 the fifo */ - *burst_code = DCMD_BURST8; - burst_bytes = 8; - retval = 1; - } else if (bytes_per_word == 2) { - /* don't burst more than 1/2 the fifo */ - *burst_code = DCMD_BURST16; - burst_bytes = 16; - retval = 1; - } else { - *burst_code = DCMD_BURST32; - burst_bytes = 32; - } - } - - thresh_words = burst_bytes / bytes_per_word; - - /* thresh_words will be between 2 and 8 */ - *threshold = (SSCR1_RxTresh(thresh_words) & SSCR1_RFT) - | (SSCR1_TxTresh(16-thresh_words) & SSCR1_TFT); - - return retval; -} - -static unsigned int ssp_get_clk_div(struct ssp_device *ssp, int rate) +static unsigned int ssp_get_clk_div(struct driver_data *drv_data, int rate) { - unsigned long ssp_clk = clk_get_rate(ssp->clk); + unsigned long ssp_clk = drv_data->max_clk_rate; + const struct ssp_device *ssp = drv_data->ssp; + + rate = min_t(int, ssp_clk, rate); if (ssp->type == PXA25x_SSP || ssp->type == CE4100_SSP) return ((ssp_clk / (2 * rate) - 1) & 0xff) << 8; @@ -934,7 +581,6 @@ struct spi_transfer *transfer = NULL; struct spi_transfer *previous = NULL; struct chip_data *chip = NULL; - struct ssp_device *ssp = drv_data->ssp; void __iomem *reg = drv_data->ioaddr; u32 clk_div = 0; u8 bits = 0; @@ -976,8 +622,8 @@ cs_deassert(drv_data); } - /* Check for transfers that need multiple DMA segments */ - if (transfer->len > MAX_DMA_LEN && chip->enable_dma) { + /* Check if we can DMA this transfer */ + if (!pxa2xx_spi_dma_is_possible(transfer->len) && chip->enable_dma) { /* reject already-mapped transfers; PIO won't always work */ if (message->is_dma_mapped @@ -1000,21 +646,20 @@ } /* Setup the transfer state based on the type of transfer */ - if (flush(drv_data) == 0) { + if (pxa2xx_spi_flush(drv_data) == 0) { dev_err(&drv_data->pdev->dev, "pump_transfers: flush failed\n"); message->status = -EIO; giveback(drv_data); return; } drv_data->n_bytes = chip->n_bytes; - drv_data->dma_width = chip->dma_width; drv_data->tx = (void *)transfer->tx_buf; drv_data->tx_end = drv_data->tx + transfer->len; drv_data->rx = transfer->rx_buf; drv_data->rx_end = drv_data->rx + transfer->len; drv_data->rx_dma = transfer->rx_dma; drv_data->tx_dma = transfer->tx_dma; - drv_data->len = transfer->len & DCMD_LENGTH; + drv_data->len = transfer->len; drv_data->write = drv_data->tx ? chip->write : null_writer; drv_data->read = drv_data->rx ? chip->read : null_reader; @@ -1031,25 +676,22 @@ if (transfer->bits_per_word) bits = transfer->bits_per_word; - clk_div = ssp_get_clk_div(ssp, speed); + clk_div = ssp_get_clk_div(drv_data, speed); if (bits <= 8) { drv_data->n_bytes = 1; - drv_data->dma_width = DCMD_WIDTH1; drv_data->read = drv_data->read != null_reader ? u8_reader : null_reader; drv_data->write = drv_data->write != null_writer ? u8_writer : null_writer; } else if (bits <= 16) { drv_data->n_bytes = 2; - drv_data->dma_width = DCMD_WIDTH2; drv_data->read = drv_data->read != null_reader ? u16_reader : null_reader; drv_data->write = drv_data->write != null_writer ? u16_writer : null_writer; } else if (bits <= 32) { drv_data->n_bytes = 4; - drv_data->dma_width = DCMD_WIDTH4; drv_data->read = drv_data->read != null_reader ? u32_reader : null_reader; drv_data->write = drv_data->write != null_writer ? @@ -1058,7 +700,8 @@ /* if bits/word is changed in dma mode, then must check the * thresholds and burst also */ if (chip->enable_dma) { - if (set_dma_burst_and_threshold(chip, message->spi, + if (pxa2xx_spi_set_dma_burst_and_threshold(chip, + message->spi, bits, &dma_burst, &dma_thresh)) if (printk_ratelimit()) @@ -1077,70 +720,21 @@ message->state = RUNNING_STATE; - /* Try to map dma buffer and do a dma transfer if successful, but - * only if the length is non-zero and less than MAX_DMA_LEN. - * - * Zero-length non-descriptor DMA is illegal on PXA2xx; force use - * of PIO instead. Care is needed above because the transfer may - * have have been passed with buffers that are already dma mapped. - * A zero-length transfer in PIO mode will not try to write/read - * to/from the buffers - * - * REVISIT large transfers are exactly where we most want to be - * using DMA. If this happens much, split those transfers into - * multiple DMA segments rather than forcing PIO. - */ drv_data->dma_mapped = 0; - if (drv_data->len > 0 && drv_data->len <= MAX_DMA_LEN) - drv_data->dma_mapped = map_dma_buffers(drv_data); + if (pxa2xx_spi_dma_is_possible(drv_data->len)) + drv_data->dma_mapped = pxa2xx_spi_map_dma_buffers(drv_data); if (drv_data->dma_mapped) { /* Ensure we have the correct interrupt handler */ - drv_data->transfer_handler = dma_transfer; + drv_data->transfer_handler = pxa2xx_spi_dma_transfer; - /* Setup rx DMA Channel */ - DCSR(drv_data->rx_channel) = RESET_DMA_CHANNEL; - DSADR(drv_data->rx_channel) = drv_data->ssdr_physical; - DTADR(drv_data->rx_channel) = drv_data->rx_dma; - if (drv_data->rx == drv_data->null_dma_buf) - /* No target address increment */ - DCMD(drv_data->rx_channel) = DCMD_FLOWSRC - | drv_data->dma_width - | dma_burst - | drv_data->len; - else - DCMD(drv_data->rx_channel) = DCMD_INCTRGADDR - | DCMD_FLOWSRC - | drv_data->dma_width - | dma_burst - | drv_data->len; - - /* Setup tx DMA Channel */ - DCSR(drv_data->tx_channel) = RESET_DMA_CHANNEL; - DSADR(drv_data->tx_channel) = drv_data->tx_dma; - DTADR(drv_data->tx_channel) = drv_data->ssdr_physical; - if (drv_data->tx == drv_data->null_dma_buf) - /* No source address increment */ - DCMD(drv_data->tx_channel) = DCMD_FLOWTRG - | drv_data->dma_width - | dma_burst - | drv_data->len; - else - DCMD(drv_data->tx_channel) = DCMD_INCSRCADDR - | DCMD_FLOWTRG - | drv_data->dma_width - | dma_burst - | drv_data->len; - - /* Enable dma end irqs on SSP to detect end of transfer */ - if (drv_data->ssp_type == PXA25x_SSP) - DCMD(drv_data->tx_channel) |= DCMD_ENDIRQEN; + pxa2xx_spi_dma_prepare(drv_data, dma_burst); /* Clear status and start DMA engine */ cr1 = chip->cr1 | dma_thresh | drv_data->dma_cr1; write_SSSR(drv_data->clear_sr, reg); - DCSR(drv_data->rx_channel) |= DCSR_RUN; - DCSR(drv_data->tx_channel) |= DCSR_RUN; + + pxa2xx_spi_dma_start(drv_data); } else { /* Ensure we have the correct interrupt handler */ drv_data->transfer_handler = interrupt_transfer; @@ -1150,6 +744,13 @@ write_SSSR_CS(drv_data, drv_data->clear_sr); } + if (is_lpss_ssp(drv_data)) { + if ((read_SSIRF(reg) & 0xff) != chip->lpss_rx_threshold) + write_SSIRF(chip->lpss_rx_threshold, reg); + if ((read_SSITF(reg) & 0xffff) != chip->lpss_tx_threshold) + write_SSITF(chip->lpss_tx_threshold, reg); + } + /* see if we need to reload the config registers */ if ((read_SSCR0(reg) != cr0) || (read_SSCR1(reg) & SSCR1_CHANGE_MASK) != @@ -1176,31 +777,12 @@ write_SSCR1(cr1, reg); } -static void pump_messages(struct work_struct *work) +static int pxa2xx_spi_transfer_one_message(struct spi_master *master, + struct spi_message *msg) { - struct driver_data *drv_data = - container_of(work, struct driver_data, pump_messages); - unsigned long flags; - - /* Lock queue and check for queue work */ - spin_lock_irqsave(&drv_data->lock, flags); - if (list_empty(&drv_data->queue) || drv_data->run == QUEUE_STOPPED) { - drv_data->busy = 0; - spin_unlock_irqrestore(&drv_data->lock, flags); - return; - } - - /* Make sure we are not already running a message */ - if (drv_data->cur_msg) { - spin_unlock_irqrestore(&drv_data->lock, flags); - return; - } - - /* Extract head of queue */ - drv_data->cur_msg = list_entry(drv_data->queue.next, - struct spi_message, queue); - list_del_init(&drv_data->cur_msg->queue); + struct driver_data *drv_data = spi_master_get_devdata(master); + drv_data->cur_msg = msg; /* Initial message state*/ drv_data->cur_msg->state = START_STATE; drv_data->cur_transfer = list_entry(drv_data->cur_msg->transfers.next, @@ -1213,34 +795,27 @@ /* Mark as busy and launch transfers */ tasklet_schedule(&drv_data->pump_transfers); - - drv_data->busy = 1; - spin_unlock_irqrestore(&drv_data->lock, flags); + return 0; } -static int transfer(struct spi_device *spi, struct spi_message *msg) +static int pxa2xx_spi_prepare_transfer(struct spi_master *master) { - struct driver_data *drv_data = spi_master_get_devdata(spi->master); - unsigned long flags; + struct driver_data *drv_data = spi_master_get_devdata(master); - spin_lock_irqsave(&drv_data->lock, flags); - - if (drv_data->run == QUEUE_STOPPED) { - spin_unlock_irqrestore(&drv_data->lock, flags); - return -ESHUTDOWN; - } - - msg->actual_length = 0; - msg->status = -EINPROGRESS; - msg->state = START_STATE; - - list_add_tail(&msg->queue, &drv_data->queue); + pm_runtime_get_sync(&drv_data->pdev->dev); + return 0; +} - if (drv_data->run == QUEUE_RUNNING && !drv_data->busy) - queue_work(drv_data->workqueue, &drv_data->pump_messages); +static int pxa2xx_spi_unprepare_transfer(struct spi_master *master) +{ + struct driver_data *drv_data = spi_master_get_devdata(master); - spin_unlock_irqrestore(&drv_data->lock, flags); + /* Disable the SSP now */ + write_SSCR0(read_SSCR0(drv_data->ioaddr) & ~SSCR0_SSE, + drv_data->ioaddr); + pm_runtime_mark_last_busy(&drv_data->pdev->dev); + pm_runtime_put_autosuspend(&drv_data->pdev->dev); return 0; } @@ -1287,10 +862,18 @@ struct pxa2xx_spi_chip *chip_info = NULL; struct chip_data *chip; struct driver_data *drv_data = spi_master_get_devdata(spi->master); - struct ssp_device *ssp = drv_data->ssp; unsigned int clk_div; - uint tx_thres = TX_THRESH_DFLT; - uint rx_thres = RX_THRESH_DFLT; + uint tx_thres, tx_hi_thres, rx_thres; + + if (is_lpss_ssp(drv_data)) { + tx_thres = LPSS_TX_LOTHRESH_DFLT; + tx_hi_thres = LPSS_TX_HITHRESH_DFLT; + rx_thres = LPSS_RX_THRESH_DFLT; + } else { + tx_thres = TX_THRESH_DFLT; + tx_hi_thres = 0; + rx_thres = RX_THRESH_DFLT; + } if (!pxa25x_ssp_comp(drv_data) && (spi->bits_per_word < 4 || spi->bits_per_word > 32)) { @@ -1330,8 +913,6 @@ chip->gpio_cs = -1; chip->enable_dma = 0; chip->timeout = TIMOUT_DFLT; - chip->dma_burst_size = drv_data->master_info->enable_dma ? - DCMD_BURST8 : 0; } /* protocol drivers may change the chip settings, so... @@ -1345,23 +926,37 @@ chip->timeout = chip_info->timeout; if (chip_info->tx_threshold) tx_thres = chip_info->tx_threshold; + if (chip_info->tx_hi_threshold) + tx_hi_thres = chip_info->tx_hi_threshold; if (chip_info->rx_threshold) rx_thres = chip_info->rx_threshold; chip->enable_dma = drv_data->master_info->enable_dma; chip->dma_threshold = 0; if (chip_info->enable_loopback) chip->cr1 = SSCR1_LBM; + } else if (ACPI_HANDLE(&spi->dev)) { + /* + * Slave devices enumerated from ACPI namespace don't + * usually have chip_info but we still might want to use + * DMA with them. + */ + chip->enable_dma = drv_data->master_info->enable_dma; } chip->threshold = (SSCR1_RxTresh(rx_thres) & SSCR1_RFT) | (SSCR1_TxTresh(tx_thres) & SSCR1_TFT); + chip->lpss_rx_threshold = SSIRF_RxThresh(rx_thres); + chip->lpss_tx_threshold = SSITF_TxLoThresh(tx_thres) + | SSITF_TxHiThresh(tx_hi_thres); + /* set dma burst and threshold outside of chip_info path so that if * chip_info goes away after setting chip->enable_dma, the * burst and threshold can still respond to changes in bits_per_word */ if (chip->enable_dma) { /* set up legal burst and threshold for dma */ - if (set_dma_burst_and_threshold(chip, spi, spi->bits_per_word, + if (pxa2xx_spi_set_dma_burst_and_threshold(chip, spi, + spi->bits_per_word, &chip->dma_burst_size, &chip->dma_threshold)) { dev_warn(&spi->dev, "in setup: DMA burst size reduced " @@ -1369,7 +964,7 @@ } } - clk_div = ssp_get_clk_div(ssp, spi->max_speed_hz); + clk_div = ssp_get_clk_div(drv_data, spi->max_speed_hz); chip->speed_hz = spi->max_speed_hz; chip->cr0 = clk_div @@ -1382,32 +977,32 @@ chip->cr1 |= (((spi->mode & SPI_CPHA) != 0) ? SSCR1_SPH : 0) | (((spi->mode & SPI_CPOL) != 0) ? SSCR1_SPO : 0); + if (spi->mode & SPI_LOOP) + chip->cr1 |= SSCR1_LBM; + /* NOTE: PXA25x_SSP _could_ use external clocking ... */ if (!pxa25x_ssp_comp(drv_data)) dev_dbg(&spi->dev, "%ld Hz actual, %s\n", - clk_get_rate(ssp->clk) + drv_data->max_clk_rate / (1 + ((chip->cr0 & SSCR0_SCR(0xfff)) >> 8)), chip->enable_dma ? "DMA" : "PIO"); else dev_dbg(&spi->dev, "%ld Hz actual, %s\n", - clk_get_rate(ssp->clk) / 2 + drv_data->max_clk_rate / 2 / (1 + ((chip->cr0 & SSCR0_SCR(0x0ff)) >> 8)), chip->enable_dma ? "DMA" : "PIO"); if (spi->bits_per_word <= 8) { chip->n_bytes = 1; - chip->dma_width = DCMD_WIDTH1; chip->read = u8_reader; chip->write = u8_writer; } else if (spi->bits_per_word <= 16) { chip->n_bytes = 2; - chip->dma_width = DCMD_WIDTH2; chip->read = u16_reader; chip->write = u16_writer; } else if (spi->bits_per_word <= 32) { chip->cr0 |= SSCR0_EDSS; chip->n_bytes = 4; - chip->dma_width = DCMD_WIDTH4; chip->read = u32_reader; chip->write = u32_writer; } else { @@ -1438,93 +1033,98 @@ kfree(chip); } -static int init_queue(struct driver_data *drv_data) +#ifdef CONFIG_ACPI +static int pxa2xx_spi_acpi_add_dma(struct acpi_resource *res, void *data) { - INIT_LIST_HEAD(&drv_data->queue); - spin_lock_init(&drv_data->lock); + struct pxa2xx_spi_master *pdata = data; - drv_data->run = QUEUE_STOPPED; - drv_data->busy = 0; + if (res->type == ACPI_RESOURCE_TYPE_FIXED_DMA) { + const struct acpi_resource_fixed_dma *dma; - tasklet_init(&drv_data->pump_transfers, - pump_transfers, (unsigned long)drv_data); - - INIT_WORK(&drv_data->pump_messages, pump_messages); - drv_data->workqueue = create_singlethread_workqueue( - dev_name(drv_data->master->dev.parent)); - if (drv_data->workqueue == NULL) - return -EBUSY; + dma = &res->data.fixed_dma; + if (pdata->tx_slave_id < 0) { + pdata->tx_slave_id = dma->request_lines; + pdata->tx_chan_id = dma->channels; + } else if (pdata->rx_slave_id < 0) { + pdata->rx_slave_id = dma->request_lines; + pdata->rx_chan_id = dma->channels; + } + } - return 0; + /* Tell the ACPI core to skip this resource */ + return 1; } -static int start_queue(struct driver_data *drv_data) +static struct pxa2xx_spi_master * +pxa2xx_spi_acpi_get_pdata(struct platform_device *pdev) { - unsigned long flags; + struct pxa2xx_spi_master *pdata; + struct list_head resource_list; + struct acpi_device *adev; + struct ssp_device *ssp; + struct resource *res; + int devid; - spin_lock_irqsave(&drv_data->lock, flags); + if (!ACPI_HANDLE(&pdev->dev) || + acpi_bus_get_device(ACPI_HANDLE(&pdev->dev), &adev)) + return NULL; - if (drv_data->run == QUEUE_RUNNING || drv_data->busy) { - spin_unlock_irqrestore(&drv_data->lock, flags); - return -EBUSY; + pdata = devm_kzalloc(&pdev->dev, sizeof(*ssp), GFP_KERNEL); + if (!pdata) { + dev_err(&pdev->dev, + "failed to allocate memory for platform data\n"); + return NULL; } - drv_data->run = QUEUE_RUNNING; - drv_data->cur_msg = NULL; - drv_data->cur_transfer = NULL; - drv_data->cur_chip = NULL; - spin_unlock_irqrestore(&drv_data->lock, flags); + res = platform_get_resource(pdev, IORESOURCE_MEM, 0); + if (!res) + return NULL; - queue_work(drv_data->workqueue, &drv_data->pump_messages); + ssp = &pdata->ssp; - return 0; -} + ssp->phys_base = res->start; + ssp->mmio_base = devm_request_and_ioremap(&pdev->dev, res); + if (!ssp->mmio_base) { + dev_err(&pdev->dev, "failed to ioremap mmio_base\n"); + return NULL; + } -static int stop_queue(struct driver_data *drv_data) -{ - unsigned long flags; - unsigned limit = 500; - int status = 0; + ssp->clk = devm_clk_get(&pdev->dev, NULL); + ssp->irq = platform_get_irq(pdev, 0); + ssp->type = LPSS_SSP; + ssp->pdev = pdev; - spin_lock_irqsave(&drv_data->lock, flags); + ssp->port_id = -1; + if (adev->pnp.unique_id && !kstrtoint(adev->pnp.unique_id, 0, &devid)) + ssp->port_id = devid; - /* This is a bit lame, but is optimized for the common execution path. - * A wait_queue on the drv_data->busy could be used, but then the common - * execution path (pump_messages) would be required to call wake_up or - * friends on every SPI message. Do this instead */ - drv_data->run = QUEUE_STOPPED; - while ((!list_empty(&drv_data->queue) || drv_data->busy) && limit--) { - spin_unlock_irqrestore(&drv_data->lock, flags); - msleep(10); - spin_lock_irqsave(&drv_data->lock, flags); - } + pdata->num_chipselect = 1; + pdata->rx_slave_id = -1; + pdata->tx_slave_id = -1; - if (!list_empty(&drv_data->queue) || drv_data->busy) - status = -EBUSY; + INIT_LIST_HEAD(&resource_list); + acpi_dev_get_resources(adev, &resource_list, pxa2xx_spi_acpi_add_dma, + pdata); + acpi_dev_free_resource_list(&resource_list); - spin_unlock_irqrestore(&drv_data->lock, flags); + pdata->enable_dma = pdata->rx_slave_id >= 0 && pdata->tx_slave_id >= 0; - return status; + return pdata; } -static int destroy_queue(struct driver_data *drv_data) +static struct acpi_device_id pxa2xx_spi_acpi_match[] = { + { "INT33C0", 0 }, + { "INT33C1", 0 }, + { }, +}; +MODULE_DEVICE_TABLE(acpi, pxa2xx_spi_acpi_match); +#else +static inline struct pxa2xx_spi_master * +pxa2xx_spi_acpi_get_pdata(struct platform_device *pdev) { - int status; - - status = stop_queue(drv_data); - /* we are unloading the module or failing to load (only two calls - * to this routine), and neither call can handle a return value. - * However, destroy_workqueue calls flush_workqueue, and that will - * block until all work is done. If the reason that stop_queue - * timed out is that the work will never finish, then it does no - * good to call destroy_workqueue, so return anyway. */ - if (status != 0) - return status; - - destroy_workqueue(drv_data->workqueue); - - return 0; + return NULL; } +#endif static int pxa2xx_spi_probe(struct platform_device *pdev) { @@ -1535,11 +1135,21 @@ struct ssp_device *ssp; int status; - platform_info = dev->platform_data; + platform_info = dev_get_platdata(dev); + if (!platform_info) { + platform_info = pxa2xx_spi_acpi_get_pdata(pdev); + if (!platform_info) { + dev_err(&pdev->dev, "missing platform data\n"); + return -ENODEV; + } + } ssp = pxa_ssp_request(pdev->id, pdev->name); - if (ssp == NULL) { - dev_err(&pdev->dev, "failed to request SSP%d\n", pdev->id); + if (!ssp) + ssp = &platform_info->ssp; + + if (!ssp->mmio_base) { + dev_err(&pdev->dev, "failed to get ssp\n"); return -ENODEV; } @@ -1558,19 +1168,21 @@ master->dev.parent = &pdev->dev; master->dev.of_node = pdev->dev.of_node; + ACPI_HANDLE_SET(&master->dev, ACPI_HANDLE(&pdev->dev)); /* the spi->mode bits understood by this driver: */ - master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_CS_HIGH; + master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_CS_HIGH | SPI_LOOP; - master->bus_num = pdev->id; + master->bus_num = ssp->port_id; master->num_chipselect = platform_info->num_chipselect; master->dma_alignment = DMA_ALIGNMENT; master->cleanup = cleanup; master->setup = setup; - master->transfer = transfer; + master->transfer_one_message = pxa2xx_spi_transfer_one_message; + master->prepare_transfer_hardware = pxa2xx_spi_prepare_transfer; + master->unprepare_transfer_hardware = pxa2xx_spi_unprepare_transfer; drv_data->ssp_type = ssp->type; - drv_data->null_dma_buf = (u32 *)ALIGN((u32)(drv_data + - sizeof(struct driver_data)), 8); + drv_data->null_dma_buf = (u32 *)PTR_ALIGN(&drv_data[1], DMA_ALIGNMENT); drv_data->ioaddr = ssp->mmio_base; drv_data->ssdr_physical = ssp->phys_base + SSDR; @@ -1581,7 +1193,7 @@ drv_data->mask_sr = SSSR_RFS | SSSR_TFS | SSSR_ROR; } else { drv_data->int_cr1 = SSCR1_TIE | SSCR1_RIE | SSCR1_TINTE; - drv_data->dma_cr1 = SSCR1_TSRE | SSCR1_RSRE | SSCR1_TINTE; + drv_data->dma_cr1 = DEFAULT_DMA_CR1; drv_data->clear_sr = SSSR_ROR | SSSR_TINT; drv_data->mask_sr = SSSR_TINT | SSSR_RFS | SSSR_TFS | SSSR_ROR; } @@ -1597,35 +1209,17 @@ drv_data->tx_channel = -1; drv_data->rx_channel = -1; if (platform_info->enable_dma) { - - /* Get two DMA channels (rx and tx) */ - drv_data->rx_channel = pxa_request_dma("pxa2xx_spi_ssp_rx", - DMA_PRIO_HIGH, - dma_handler, - drv_data); - if (drv_data->rx_channel < 0) { - dev_err(dev, "problem (%d) requesting rx channel\n", - drv_data->rx_channel); - status = -ENODEV; - goto out_error_irq_alloc; - } - drv_data->tx_channel = pxa_request_dma("pxa2xx_spi_ssp_tx", - DMA_PRIO_MEDIUM, - dma_handler, - drv_data); - if (drv_data->tx_channel < 0) { - dev_err(dev, "problem (%d) requesting tx channel\n", - drv_data->tx_channel); - status = -ENODEV; - goto out_error_dma_alloc; + status = pxa2xx_spi_dma_setup(drv_data); + if (status) { + dev_warn(dev, "failed to setup DMA, using PIO\n"); + platform_info->enable_dma = false; } - - DRCMR(ssp->drcmr_rx) = DRCMR_MAPVLD | drv_data->rx_channel; - DRCMR(ssp->drcmr_tx) = DRCMR_MAPVLD | drv_data->tx_channel; } /* Enable SOC clock */ - clk_enable(ssp->clk); + clk_prepare_enable(ssp->clk); + + drv_data->max_clk_rate = clk_get_rate(ssp->clk); /* Load default SSP configuration */ write_SSCR0(0, drv_data->ioaddr); @@ -1640,41 +1234,29 @@ write_SSTO(0, drv_data->ioaddr); write_SSPSP(0, drv_data->ioaddr); - /* Initial and start queue */ - status = init_queue(drv_data); - if (status != 0) { - dev_err(&pdev->dev, "problem initializing queue\n"); - goto out_error_clock_enabled; - } - status = start_queue(drv_data); - if (status != 0) { - dev_err(&pdev->dev, "problem starting queue\n"); - goto out_error_clock_enabled; - } + lpss_ssp_setup(drv_data); + + tasklet_init(&drv_data->pump_transfers, pump_transfers, + (unsigned long)drv_data); /* Register with the SPI framework */ platform_set_drvdata(pdev, drv_data); status = spi_register_master(master); if (status != 0) { dev_err(&pdev->dev, "problem registering spi master\n"); - goto out_error_queue_alloc; + goto out_error_clock_enabled; } - return status; + pm_runtime_set_autosuspend_delay(&pdev->dev, 50); + pm_runtime_use_autosuspend(&pdev->dev); + pm_runtime_set_active(&pdev->dev); + pm_runtime_enable(&pdev->dev); -out_error_queue_alloc: - destroy_queue(drv_data); + return status; out_error_clock_enabled: - clk_disable(ssp->clk); - -out_error_dma_alloc: - if (drv_data->tx_channel != -1) - pxa_free_dma(drv_data->tx_channel); - if (drv_data->rx_channel != -1) - pxa_free_dma(drv_data->rx_channel); - -out_error_irq_alloc: + clk_disable_unprepare(ssp->clk); + pxa2xx_spi_dma_release(drv_data); free_irq(ssp->irq, drv_data); out_error_master_alloc: @@ -1687,37 +1269,23 @@ { struct driver_data *drv_data = platform_get_drvdata(pdev); struct ssp_device *ssp; - int status = 0; if (!drv_data) return 0; ssp = drv_data->ssp; - /* Remove the queue */ - status = destroy_queue(drv_data); - if (status != 0) - /* the kernel does not check the return status of this - * this routine (mod->exit, within the kernel). Therefore - * nothing is gained by returning from here, the module is - * going away regardless, and we should not leave any more - * resources allocated than necessary. We cannot free the - * message memory in drv_data->queue, but we can release the - * resources below. I think the kernel should honor -EBUSY - * returns but... */ - dev_err(&pdev->dev, "pxa2xx_spi_remove: workqueue will not " - "complete, message memory not freed\n"); + pm_runtime_get_sync(&pdev->dev); /* Disable the SSP at the peripheral and SOC level */ write_SSCR0(0, drv_data->ioaddr); - clk_disable(ssp->clk); + clk_disable_unprepare(ssp->clk); /* Release DMA */ - if (drv_data->master_info->enable_dma) { - DRCMR(ssp->drcmr_rx) = 0; - DRCMR(ssp->drcmr_tx) = 0; - pxa_free_dma(drv_data->tx_channel); - pxa_free_dma(drv_data->rx_channel); - } + if (drv_data->master_info->enable_dma) + pxa2xx_spi_dma_release(drv_data); + + pm_runtime_put_noidle(&pdev->dev); + pm_runtime_disable(&pdev->dev); /* Release IRQ */ free_irq(ssp->irq, drv_data); @@ -1749,11 +1317,11 @@ struct ssp_device *ssp = drv_data->ssp; int status = 0; - status = stop_queue(drv_data); + status = spi_master_suspend(drv_data->master); if (status != 0) return status; write_SSCR0(0, drv_data->ioaddr); - clk_disable(ssp->clk); + clk_disable_unprepare(ssp->clk); return 0; } @@ -1764,18 +1332,13 @@ struct ssp_device *ssp = drv_data->ssp; int status = 0; - if (drv_data->rx_channel != -1) - DRCMR(drv_data->ssp->drcmr_rx) = - DRCMR_MAPVLD | drv_data->rx_channel; - if (drv_data->tx_channel != -1) - DRCMR(drv_data->ssp->drcmr_tx) = - DRCMR_MAPVLD | drv_data->tx_channel; + pxa2xx_spi_dma_resume(drv_data); /* Enable the SSP clock */ - clk_enable(ssp->clk); + clk_prepare_enable(ssp->clk); /* Start the queue running */ - status = start_queue(drv_data); + status = spi_master_resume(drv_data->master); if (status != 0) { dev_err(dev, "problem starting queue (%d)\n", status); return status; @@ -1783,20 +1346,38 @@ return 0; } +#endif + +#ifdef CONFIG_PM_RUNTIME +static int pxa2xx_spi_runtime_suspend(struct device *dev) +{ + struct driver_data *drv_data = dev_get_drvdata(dev); + + clk_disable_unprepare(drv_data->ssp->clk); + return 0; +} + +static int pxa2xx_spi_runtime_resume(struct device *dev) +{ + struct driver_data *drv_data = dev_get_drvdata(dev); + + clk_prepare_enable(drv_data->ssp->clk); + return 0; +} +#endif static const struct dev_pm_ops pxa2xx_spi_pm_ops = { - .suspend = pxa2xx_spi_suspend, - .resume = pxa2xx_spi_resume, + SET_SYSTEM_SLEEP_PM_OPS(pxa2xx_spi_suspend, pxa2xx_spi_resume) + SET_RUNTIME_PM_OPS(pxa2xx_spi_runtime_suspend, + pxa2xx_spi_runtime_resume, NULL) }; -#endif static struct platform_driver driver = { .driver = { .name = "pxa2xx-spi", .owner = THIS_MODULE, -#ifdef CONFIG_PM .pm = &pxa2xx_spi_pm_ops, -#endif + .acpi_match_table = ACPI_PTR(pxa2xx_spi_acpi_match), }, .probe = pxa2xx_spi_probe, .remove = pxa2xx_spi_remove, --- linux-lowlatency-3.8.0.orig/drivers/spi/spi-pxa2xx-dma.c +++ linux-lowlatency-3.8.0/drivers/spi/spi-pxa2xx-dma.c @@ -0,0 +1,392 @@ +/* + * PXA2xx SPI DMA engine support. + * + * Copyright (C) 2013, Intel Corporation + * Author: Mika Westerberg + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "spi-pxa2xx.h" + +static int pxa2xx_spi_map_dma_buffer(struct driver_data *drv_data, + enum dma_data_direction dir) +{ + int i, nents, len = drv_data->len; + struct scatterlist *sg; + struct device *dmadev; + struct sg_table *sgt; + void *buf, *pbuf; + + /* + * Some DMA controllers have problems transferring buffers that are + * not multiple of 4 bytes. So we truncate the transfer so that it + * is suitable for such controllers, and handle the trailing bytes + * manually after the DMA completes. + * + * REVISIT: It would be better if this information could be + * retrieved directly from the DMA device in a similar way than + * ->copy_align etc. is done. + */ + len = ALIGN(drv_data->len, 4); + + if (dir == DMA_TO_DEVICE) { + dmadev = drv_data->tx_chan->device->dev; + sgt = &drv_data->tx_sgt; + buf = drv_data->tx; + drv_data->tx_map_len = len; + } else { + dmadev = drv_data->rx_chan->device->dev; + sgt = &drv_data->rx_sgt; + buf = drv_data->rx; + drv_data->rx_map_len = len; + } + + nents = DIV_ROUND_UP(len, SZ_2K); + if (nents != sgt->nents) { + int ret; + + sg_free_table(sgt); + ret = sg_alloc_table(sgt, nents, GFP_KERNEL); + if (ret) + return ret; + } + + pbuf = buf; + for_each_sg(sgt->sgl, sg, sgt->nents, i) { + size_t bytes = min_t(size_t, len, SZ_2K); + + if (buf) + sg_set_buf(sg, pbuf, bytes); + else + sg_set_buf(sg, drv_data->dummy, bytes); + + pbuf += bytes; + len -= bytes; + } + + nents = dma_map_sg(dmadev, sgt->sgl, sgt->nents, dir); + if (!nents) + return -ENOMEM; + + return nents; +} + +static void pxa2xx_spi_unmap_dma_buffer(struct driver_data *drv_data, + enum dma_data_direction dir) +{ + struct device *dmadev; + struct sg_table *sgt; + + if (dir == DMA_TO_DEVICE) { + dmadev = drv_data->tx_chan->device->dev; + sgt = &drv_data->tx_sgt; + } else { + dmadev = drv_data->rx_chan->device->dev; + sgt = &drv_data->rx_sgt; + } + + dma_unmap_sg(dmadev, sgt->sgl, sgt->nents, dir); +} + +static void pxa2xx_spi_unmap_dma_buffers(struct driver_data *drv_data) +{ + if (!drv_data->dma_mapped) + return; + + pxa2xx_spi_unmap_dma_buffer(drv_data, DMA_FROM_DEVICE); + pxa2xx_spi_unmap_dma_buffer(drv_data, DMA_TO_DEVICE); + + drv_data->dma_mapped = 0; +} + +static void pxa2xx_spi_dma_transfer_complete(struct driver_data *drv_data, + bool error) +{ + struct spi_message *msg = drv_data->cur_msg; + + /* + * It is possible that one CPU is handling ROR interrupt and other + * just gets DMA completion. Calling pump_transfers() twice for the + * same transfer leads to problems thus we prevent concurrent calls + * by using ->dma_running. + */ + if (atomic_dec_and_test(&drv_data->dma_running)) { + void __iomem *reg = drv_data->ioaddr; + + /* + * If the other CPU is still handling the ROR interrupt we + * might not know about the error yet. So we re-check the + * ROR bit here before we clear the status register. + */ + if (!error) { + u32 status = read_SSSR(reg) & drv_data->mask_sr; + error = status & SSSR_ROR; + } + + /* Clear status & disable interrupts */ + write_SSCR1(read_SSCR1(reg) & ~drv_data->dma_cr1, reg); + write_SSSR_CS(drv_data, drv_data->clear_sr); + if (!pxa25x_ssp_comp(drv_data)) + write_SSTO(0, reg); + + if (!error) { + pxa2xx_spi_unmap_dma_buffers(drv_data); + + /* Handle the last bytes of unaligned transfer */ + drv_data->tx += drv_data->tx_map_len; + drv_data->write(drv_data); + + drv_data->rx += drv_data->rx_map_len; + drv_data->read(drv_data); + + msg->actual_length += drv_data->len; + msg->state = pxa2xx_spi_next_transfer(drv_data); + } else { + /* In case we got an error we disable the SSP now */ + write_SSCR0(read_SSCR0(reg) & ~SSCR0_SSE, reg); + + msg->state = ERROR_STATE; + } + + tasklet_schedule(&drv_data->pump_transfers); + } +} + +static void pxa2xx_spi_dma_callback(void *data) +{ + pxa2xx_spi_dma_transfer_complete(data, false); +} + +static struct dma_async_tx_descriptor * +pxa2xx_spi_dma_prepare_one(struct driver_data *drv_data, + enum dma_transfer_direction dir) +{ + struct pxa2xx_spi_master *pdata = drv_data->master_info; + struct chip_data *chip = drv_data->cur_chip; + enum dma_slave_buswidth width; + struct dma_slave_config cfg; + struct dma_chan *chan; + struct sg_table *sgt; + int nents, ret; + + switch (drv_data->n_bytes) { + case 1: + width = DMA_SLAVE_BUSWIDTH_1_BYTE; + break; + case 2: + width = DMA_SLAVE_BUSWIDTH_2_BYTES; + break; + default: + width = DMA_SLAVE_BUSWIDTH_4_BYTES; + break; + } + + memset(&cfg, 0, sizeof(cfg)); + cfg.direction = dir; + + if (dir == DMA_MEM_TO_DEV) { + cfg.dst_addr = drv_data->ssdr_physical; + cfg.dst_addr_width = width; + cfg.dst_maxburst = chip->dma_burst_size; + cfg.slave_id = pdata->tx_slave_id; + + sgt = &drv_data->tx_sgt; + nents = drv_data->tx_nents; + chan = drv_data->tx_chan; + } else { + cfg.src_addr = drv_data->ssdr_physical; + cfg.src_addr_width = width; + cfg.src_maxburst = chip->dma_burst_size; + cfg.slave_id = pdata->rx_slave_id; + + sgt = &drv_data->rx_sgt; + nents = drv_data->rx_nents; + chan = drv_data->rx_chan; + } + + ret = dmaengine_slave_config(chan, &cfg); + if (ret) { + dev_warn(&drv_data->pdev->dev, "DMA slave config failed\n"); + return NULL; + } + + return dmaengine_prep_slave_sg(chan, sgt->sgl, nents, dir, + DMA_PREP_INTERRUPT | DMA_CTRL_ACK); +} + +static bool pxa2xx_spi_dma_filter(struct dma_chan *chan, void *param) +{ + const struct pxa2xx_spi_master *pdata = param; + + return chan->chan_id == pdata->tx_chan_id || + chan->chan_id == pdata->rx_chan_id; +} + +bool pxa2xx_spi_dma_is_possible(size_t len) +{ + return len <= MAX_DMA_LEN; +} + +int pxa2xx_spi_map_dma_buffers(struct driver_data *drv_data) +{ + const struct chip_data *chip = drv_data->cur_chip; + int ret; + + if (!chip->enable_dma) + return 0; + + /* Don't bother with DMA if we can't do even a single burst */ + if (drv_data->len < chip->dma_burst_size) + return 0; + + ret = pxa2xx_spi_map_dma_buffer(drv_data, DMA_TO_DEVICE); + if (ret <= 0) { + dev_warn(&drv_data->pdev->dev, "failed to DMA map TX\n"); + return 0; + } + + drv_data->tx_nents = ret; + + ret = pxa2xx_spi_map_dma_buffer(drv_data, DMA_FROM_DEVICE); + if (ret <= 0) { + pxa2xx_spi_unmap_dma_buffer(drv_data, DMA_TO_DEVICE); + dev_warn(&drv_data->pdev->dev, "failed to DMA map RX\n"); + return 0; + } + + drv_data->rx_nents = ret; + return 1; +} + +irqreturn_t pxa2xx_spi_dma_transfer(struct driver_data *drv_data) +{ + u32 status; + + status = read_SSSR(drv_data->ioaddr) & drv_data->mask_sr; + if (status & SSSR_ROR) { + dev_err(&drv_data->pdev->dev, "FIFO overrun\n"); + + dmaengine_terminate_all(drv_data->rx_chan); + dmaengine_terminate_all(drv_data->tx_chan); + + pxa2xx_spi_dma_transfer_complete(drv_data, true); + return IRQ_HANDLED; + } + + return IRQ_NONE; +} + +int pxa2xx_spi_dma_prepare(struct driver_data *drv_data, u32 dma_burst) +{ + struct dma_async_tx_descriptor *tx_desc, *rx_desc; + + tx_desc = pxa2xx_spi_dma_prepare_one(drv_data, DMA_MEM_TO_DEV); + if (!tx_desc) { + dev_err(&drv_data->pdev->dev, + "failed to get DMA TX descriptor\n"); + return -EBUSY; + } + + rx_desc = pxa2xx_spi_dma_prepare_one(drv_data, DMA_DEV_TO_MEM); + if (!rx_desc) { + dev_err(&drv_data->pdev->dev, + "failed to get DMA RX descriptor\n"); + return -EBUSY; + } + + /* We are ready when RX completes */ + rx_desc->callback = pxa2xx_spi_dma_callback; + rx_desc->callback_param = drv_data; + + dmaengine_submit(rx_desc); + dmaengine_submit(tx_desc); + return 0; +} + +void pxa2xx_spi_dma_start(struct driver_data *drv_data) +{ + dma_async_issue_pending(drv_data->rx_chan); + dma_async_issue_pending(drv_data->tx_chan); + + atomic_set(&drv_data->dma_running, 1); +} + +int pxa2xx_spi_dma_setup(struct driver_data *drv_data) +{ + struct pxa2xx_spi_master *pdata = drv_data->master_info; + dma_cap_mask_t mask; + + dma_cap_zero(mask); + dma_cap_set(DMA_SLAVE, mask); + + drv_data->dummy = devm_kzalloc(&drv_data->pdev->dev, SZ_2K, GFP_KERNEL); + if (!drv_data->dummy) + return -ENOMEM; + + drv_data->tx_chan = dma_request_channel(mask, pxa2xx_spi_dma_filter, + pdata); + if (!drv_data->tx_chan) + return -ENODEV; + + drv_data->rx_chan = dma_request_channel(mask, pxa2xx_spi_dma_filter, + pdata); + if (!drv_data->rx_chan) { + dma_release_channel(drv_data->tx_chan); + drv_data->tx_chan = NULL; + return -ENODEV; + } + + return 0; +} + +void pxa2xx_spi_dma_release(struct driver_data *drv_data) +{ + if (drv_data->rx_chan) { + dmaengine_terminate_all(drv_data->rx_chan); + dma_release_channel(drv_data->rx_chan); + sg_free_table(&drv_data->rx_sgt); + drv_data->rx_chan = NULL; + } + if (drv_data->tx_chan) { + dmaengine_terminate_all(drv_data->tx_chan); + dma_release_channel(drv_data->tx_chan); + sg_free_table(&drv_data->tx_sgt); + drv_data->tx_chan = NULL; + } +} + +void pxa2xx_spi_dma_resume(struct driver_data *drv_data) +{ +} + +int pxa2xx_spi_set_dma_burst_and_threshold(struct chip_data *chip, + struct spi_device *spi, + u8 bits_per_word, u32 *burst_code, + u32 *threshold) +{ + struct pxa2xx_spi_chip *chip_info = spi->controller_data; + + /* + * If the DMA burst size is given in chip_info we use that, + * otherwise we use the default. Also we use the default FIFO + * thresholds for now. + */ + *burst_code = chip_info ? chip_info->dma_burst_size : 16; + *threshold = SSCR1_RxTresh(RX_THRESH_DFLT) + | SSCR1_TxTresh(TX_THRESH_DFLT); + + return 0; +} --- linux-lowlatency-3.8.0.orig/drivers/spi/spi-pxa2xx-pci.c +++ linux-lowlatency-3.8.0/drivers/spi/spi-pxa2xx-pci.c @@ -8,147 +8,58 @@ #include #include -struct ce4100_info { - struct ssp_device ssp; - struct platform_device *spi_pdev; -}; - -static DEFINE_MUTEX(ssp_lock); -static LIST_HEAD(ssp_list); - -struct ssp_device *pxa_ssp_request(int port, const char *label) -{ - struct ssp_device *ssp = NULL; - - mutex_lock(&ssp_lock); - - list_for_each_entry(ssp, &ssp_list, node) { - if (ssp->port_id == port && ssp->use_count == 0) { - ssp->use_count++; - ssp->label = label; - break; - } - } - - mutex_unlock(&ssp_lock); - - if (&ssp->node == &ssp_list) - return NULL; - - return ssp; -} -EXPORT_SYMBOL_GPL(pxa_ssp_request); - -void pxa_ssp_free(struct ssp_device *ssp) -{ - mutex_lock(&ssp_lock); - if (ssp->use_count) { - ssp->use_count--; - ssp->label = NULL; - } else - dev_err(&ssp->pdev->dev, "device already free\n"); - mutex_unlock(&ssp_lock); -} -EXPORT_SYMBOL_GPL(pxa_ssp_free); - static int ce4100_spi_probe(struct pci_dev *dev, const struct pci_device_id *ent) { + struct platform_device_info pi; int ret; - resource_size_t phys_beg; - resource_size_t phys_len; - struct ce4100_info *spi_info; struct platform_device *pdev; struct pxa2xx_spi_master spi_pdata; struct ssp_device *ssp; - ret = pci_enable_device(dev); + ret = pcim_enable_device(dev); if (ret) return ret; - phys_beg = pci_resource_start(dev, 0); - phys_len = pci_resource_len(dev, 0); - - if (!request_mem_region(phys_beg, phys_len, - "CE4100 SPI")) { - dev_err(&dev->dev, "Can't request register space.\n"); - ret = -EBUSY; + ret = pcim_iomap_regions(dev, 1 << 0, "PXA2xx SPI"); + if (!ret) return ret; - } - pdev = platform_device_alloc("pxa2xx-spi", dev->devfn); - spi_info = kzalloc(sizeof(*spi_info), GFP_KERNEL); - if (!pdev || !spi_info ) { - ret = -ENOMEM; - goto err_nomem; - } memset(&spi_pdata, 0, sizeof(spi_pdata)); spi_pdata.num_chipselect = dev->devfn; - ret = platform_device_add_data(pdev, &spi_pdata, sizeof(spi_pdata)); - if (ret) - goto err_nomem; - - pdev->dev.parent = &dev->dev; - pdev->dev.of_node = dev->dev.of_node; - ssp = &spi_info->ssp; + ssp = &spi_pdata.ssp; ssp->phys_base = pci_resource_start(dev, 0); - ssp->mmio_base = ioremap(phys_beg, phys_len); + ssp->mmio_base = pcim_iomap_table(dev)[0]; if (!ssp->mmio_base) { - dev_err(&pdev->dev, "failed to ioremap() registers\n"); - ret = -EIO; - goto err_nomem; + dev_err(&dev->dev, "failed to ioremap() registers\n"); + return -EIO; } ssp->irq = dev->irq; - ssp->port_id = pdev->id; + ssp->port_id = dev->devfn; ssp->type = PXA25x_SSP; - mutex_lock(&ssp_lock); - list_add(&ssp->node, &ssp_list); - mutex_unlock(&ssp_lock); - - pci_set_drvdata(dev, spi_info); + memset(&pi, 0, sizeof(pi)); + pi.parent = &dev->dev; + pi.name = "pxa2xx-spi"; + pi.id = ssp->port_id; + pi.data = &spi_pdata; + pi.size_data = sizeof(spi_pdata); + + pdev = platform_device_register_full(&pi); + if (!pdev) + return -ENOMEM; - ret = platform_device_add(pdev); - if (ret) - goto err_dev_add; + pci_set_drvdata(dev, pdev); - return ret; - -err_dev_add: - pci_set_drvdata(dev, NULL); - mutex_lock(&ssp_lock); - list_del(&ssp->node); - mutex_unlock(&ssp_lock); - iounmap(ssp->mmio_base); - -err_nomem: - release_mem_region(phys_beg, phys_len); - platform_device_put(pdev); - kfree(spi_info); - return ret; + return 0; } static void ce4100_spi_remove(struct pci_dev *dev) { - struct ce4100_info *spi_info; - struct ssp_device *ssp; + struct platform_device *pdev = pci_get_drvdata(dev); - spi_info = pci_get_drvdata(dev); - ssp = &spi_info->ssp; - platform_device_unregister(spi_info->spi_pdev); - - iounmap(ssp->mmio_base); - release_mem_region(pci_resource_start(dev, 0), - pci_resource_len(dev, 0)); - - mutex_lock(&ssp_lock); - list_del(&ssp->node); - mutex_unlock(&ssp_lock); - - pci_set_drvdata(dev, NULL); - pci_disable_device(dev); - kfree(spi_info); + platform_device_unregister(pdev); } static DEFINE_PCI_DEVICE_TABLE(ce4100_spi_devices) = { --- linux-lowlatency-3.8.0.orig/drivers/spi/spi-mpc512x-psc.c +++ linux-lowlatency-3.8.0/drivers/spi/spi-mpc512x-psc.c @@ -164,7 +164,7 @@ for (i = count; i > 0; i--) { data = tx_buf ? *tx_buf++ : 0; - if (len == EOFBYTE) + if (len == EOFBYTE && t->cs_change) setbits32(&fifo->txcmd, MPC512x_PSC_FIFO_EOF); out_8(&fifo->txdata_8, data); len--; --- linux-lowlatency-3.8.0.orig/drivers/cpufreq/cpufreq.c +++ linux-lowlatency-3.8.0/drivers/cpufreq/cpufreq.c @@ -1851,6 +1851,20 @@ * REGISTER / UNREGISTER CPUFREQ DRIVER * *********************************************************************/ +static char cpufreq_driver_name[CPUFREQ_NAME_LEN]; + +static int __init cpufreq_driver_setup(char *str) +{ + strlcpy(cpufreq_driver_name, str, CPUFREQ_NAME_LEN); + return 1; +} + +/* + * Set this name to only allow one specific cpu freq driver, e.g., + * cpufreq_driver=powernow-k8 + */ +__setup("cpufreq_driver=", cpufreq_driver_setup); + /** * cpufreq_register_driver - register a CPU Frequency driver * @driver_data: A struct cpufreq_driver containing the values# @@ -1873,7 +1887,13 @@ ((!driver_data->setpolicy) && (!driver_data->target))) return -EINVAL; - pr_debug("trying to register driver %s\n", driver_data->name); + pr_debug("trying to register driver %s, cpufreq_driver=%s\n", + driver_data->name, cpufreq_driver_name); + + if (cpufreq_driver_name[0]) + if (!driver_data->name || + strcmp(cpufreq_driver_name, driver_data->name)) + return -EINVAL; if (driver_data->setpolicy) driver_data->flags |= CPUFREQ_CONST_LOOPS; --- linux-lowlatency-3.8.0.orig/drivers/cpufreq/exynos-cpufreq.c +++ linux-lowlatency-3.8.0/drivers/cpufreq/exynos-cpufreq.c @@ -222,8 +222,6 @@ cpufreq_frequency_table_get_attr(exynos_info->freq_table, policy->cpu); - locking_frequency = exynos_getspeed(0); - /* set the transition latency value */ policy->cpuinfo.transition_latency = 100000; @@ -288,6 +286,8 @@ goto err_vdd_arm; } + locking_frequency = exynos_getspeed(0); + register_pm_notifier(&exynos_cpufreq_nb); if (cpufreq_register_driver(&exynos_driver)) { --- linux-lowlatency-3.8.0.orig/drivers/cpufreq/Kconfig.arm +++ linux-lowlatency-3.8.0/drivers/cpufreq/Kconfig.arm @@ -83,3 +83,18 @@ default y help This adds the CPUFreq driver support for SPEAr SOCs. + +config ARM_HIGHBANK_CPUFREQ + tristate "Calxeda Highbank-based" + depends on ARCH_HIGHBANK + select CPU_FREQ_TABLE + select GENERIC_CPUFREQ_CPU0 + select PM_OPP + select REGULATOR + + default m + help + This adds the CPUFreq driver for Calxeda Highbank SoC + based boards. + + If in doubt, say N. --- linux-lowlatency-3.8.0.orig/drivers/cpufreq/Makefile +++ linux-lowlatency-3.8.0/drivers/cpufreq/Makefile @@ -50,8 +50,9 @@ obj-$(CONFIG_ARM_EXYNOS4210_CPUFREQ) += exynos4210-cpufreq.o obj-$(CONFIG_ARM_EXYNOS4X12_CPUFREQ) += exynos4x12-cpufreq.o obj-$(CONFIG_ARM_EXYNOS5250_CPUFREQ) += exynos5250-cpufreq.o -obj-$(CONFIG_ARM_OMAP2PLUS_CPUFREQ) += omap-cpufreq.o +obj-$(CONFIG_ARM_OMAP2PLUS_CPUFREQ) += omap-cpufreq.o obj-$(CONFIG_ARM_SPEAR_CPUFREQ) += spear-cpufreq.o +obj-$(CONFIG_ARM_HIGHBANK_CPUFREQ) += highbank-cpufreq.o ################################################################################## # PowerPC platform drivers --- linux-lowlatency-3.8.0.orig/drivers/cpufreq/omap-cpufreq.c +++ linux-lowlatency-3.8.0/drivers/cpufreq/omap-cpufreq.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include @@ -254,7 +255,7 @@ .attr = omap_cpufreq_attr, }; -static int __init omap_cpufreq_init(void) +static int omap_cpufreq_probe(struct platform_device *pdev) { mpu_dev = get_cpu_device(0); if (!mpu_dev) { @@ -282,12 +283,20 @@ return cpufreq_register_driver(&omap_driver); } -static void __exit omap_cpufreq_exit(void) +static int omap_cpufreq_remove(struct platform_device *pdev) { - cpufreq_unregister_driver(&omap_driver); + return cpufreq_unregister_driver(&omap_driver); } +static struct platform_driver omap_cpufreq_platdrv = { + .driver = { + .name = "omap-cpufreq", + .owner = THIS_MODULE, + }, + .probe = omap_cpufreq_probe, + .remove = omap_cpufreq_remove, +}; +module_platform_driver(omap_cpufreq_platdrv); + MODULE_DESCRIPTION("cpufreq driver for OMAP SoCs"); MODULE_LICENSE("GPL"); -module_init(omap_cpufreq_init); -module_exit(omap_cpufreq_exit); --- linux-lowlatency-3.8.0.orig/drivers/cpufreq/cpufreq-cpu0.c +++ linux-lowlatency-3.8.0/drivers/cpufreq/cpufreq-cpu0.c @@ -179,10 +179,20 @@ static int cpu0_cpufreq_driver_init(void) { - struct device_node *np; + struct device_node *np, *parent; int ret; - np = of_find_node_by_path("/cpus/cpu@0"); + parent = of_find_node_by_path("/cpus"); + if (!parent) { + pr_err("failed to find OF /cpus\n"); + return -ENOENT; + } + + for_each_child_of_node(parent, np) { + if (of_get_property(np, "operating-points", NULL)) + break; + } + if (!np) { pr_err("failed to find cpu0 node\n"); return -ENOENT; --- linux-lowlatency-3.8.0.orig/drivers/cpufreq/highbank-cpufreq.c +++ linux-lowlatency-3.8.0/drivers/cpufreq/highbank-cpufreq.c @@ -0,0 +1,115 @@ +/* + * Copyright (C) 2012 Calxeda, Inc. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * This driver provides the clk notifier callbacks that are used when + * the cpufreq-cpu0 driver changes to frequency to alert the highbank + * EnergyCore Management Engine (ECME) about the need to change + * voltage. The ECME interfaces with the actual voltage regulators. + */ + +#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt + +#include +#include +#include +#include +#include +#include +#include + +#define HB_CPUFREQ_CHANGE_NOTE 0x80000001 +#define HB_CPUFREQ_IPC_LEN 7 +#define HB_CPUFREQ_VOLT_RETRIES 15 + +static int hb_voltage_change(unsigned int freq) +{ + int i; + u32 msg[HB_CPUFREQ_IPC_LEN]; + + msg[0] = HB_CPUFREQ_CHANGE_NOTE; + msg[1] = freq / 1000000; + for (i = 2; i < HB_CPUFREQ_IPC_LEN; i++) + msg[i] = 0; + + return pl320_ipc_transmit(msg); +} + +static int hb_cpufreq_clk_notify(struct notifier_block *nb, + unsigned long action, void *hclk) +{ + struct clk_notifier_data *clk_data = hclk; + int i = 0; + + if (action == PRE_RATE_CHANGE) { + if (clk_data->new_rate > clk_data->old_rate) + while (hb_voltage_change(clk_data->new_rate)) + if (i++ > HB_CPUFREQ_VOLT_RETRIES) + return NOTIFY_BAD; + } else if (action == POST_RATE_CHANGE) { + if (clk_data->new_rate < clk_data->old_rate) + while (hb_voltage_change(clk_data->new_rate)) + if (i++ > HB_CPUFREQ_VOLT_RETRIES) + return NOTIFY_BAD; + } + + return NOTIFY_DONE; +} + +static struct notifier_block hb_cpufreq_clk_nb = { + .notifier_call = hb_cpufreq_clk_notify, +}; + +static int hb_cpufreq_driver_init(void) +{ + struct device *cpu_dev; + struct clk *cpu_clk; + struct device_node *np; + int ret; + + if (!of_machine_is_compatible("calxeda,highbank")) + return -ENODEV; + + for_each_child_of_node(of_find_node_by_path("/cpus"), np) + if (of_get_property(np, "operating-points", NULL)) + break; + + if (!np) { + pr_err("failed to find highbank cpufreq node\n"); + return -ENOENT; + } + + cpu_dev = get_cpu_device(0); + if (!cpu_dev) { + pr_err("failed to get highbank cpufreq device\n"); + ret = -ENODEV; + goto out_put_node; + } + + cpu_dev->of_node = np; + + cpu_clk = clk_get(cpu_dev, NULL); + if (IS_ERR(cpu_clk)) { + ret = PTR_ERR(cpu_clk); + pr_err("failed to get cpu0 clock: %d\n", ret); + goto out_put_node; + } + + ret = clk_notifier_register(cpu_clk, &hb_cpufreq_clk_nb); + if (ret) { + pr_err("failed to register clk notifier: %d\n", ret); + goto out_put_node; + } + +out_put_node: + of_node_put(np); + return ret; +} +module_init(hb_cpufreq_driver_init); + +MODULE_AUTHOR("Mark Langsdorf "); +MODULE_DESCRIPTION("Calxeda Highbank cpufreq driver"); +MODULE_LICENSE("GPL"); --- linux-lowlatency-3.8.0.orig/drivers/pci/access.c +++ linux-lowlatency-3.8.0/drivers/pci/access.c @@ -515,7 +515,7 @@ return false; switch (pos) { - case PCI_EXP_FLAGS_TYPE: + case PCI_EXP_FLAGS: return true; case PCI_EXP_DEVCAP: case PCI_EXP_DEVCTL: --- linux-lowlatency-3.8.0.orig/drivers/pci/pci-acpi.c +++ linux-lowlatency-3.8.0/drivers/pci/pci-acpi.c @@ -53,14 +53,15 @@ return; } - if (!pci_dev->pm_cap || !pci_dev->pme_support - || pci_check_pme_status(pci_dev)) { - if (pci_dev->pme_poll) - pci_dev->pme_poll = false; + /* Clear PME Status if set. */ + if (pci_dev->pme_support) + pci_check_pme_status(pci_dev); - pci_wakeup_event(pci_dev); - pm_runtime_resume(&pci_dev->dev); - } + if (pci_dev->pme_poll) + pci_dev->pme_poll = false; + + pci_wakeup_event(pci_dev); + pm_runtime_resume(&pci_dev->dev); if (pci_dev->subordinate) pci_pme_wakeup_bus(pci_dev->subordinate); --- linux-lowlatency-3.8.0.orig/drivers/pci/quirks.c +++ linux-lowlatency-3.8.0/drivers/pci/quirks.c @@ -44,6 +44,21 @@ DECLARE_PCI_FIXUP_CLASS_EARLY(PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_BRIDGE_HOST, 8, quirk_mmio_always_on); +/* The BAR0 ~ BAR4 of Marvell 9125 device can't be accessed +* by IO resource file, and need to skip the files +*/ +static void quirk_marvell_mask_bar(struct pci_dev *dev) +{ + int i; + + for (i = 0; i < 5; i++) + if (dev->resource[i].start) + dev->resource[i].start = + dev->resource[i].end = 0; +} +DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_MARVELL_EXT, 0x9125, + quirk_marvell_mask_bar); + /* The Mellanox Tavor device gives false positive parity errors * Mark this device with a broken_parity_status, to allow * PCI scanning code to "skip" this now blacklisted device. --- linux-lowlatency-3.8.0.orig/drivers/pci/pci-driver.c +++ linux-lowlatency-3.8.0/drivers/pci/pci-driver.c @@ -628,6 +628,7 @@ goto Fixup; } + pci_dev->state_saved = false; if (pm->suspend) { pci_power_t prev = pci_dev->current_state; int error; @@ -774,6 +775,7 @@ return 0; } + pci_dev->state_saved = false; if (pm->freeze) { int error; @@ -862,6 +864,7 @@ goto Fixup; } + pci_dev->state_saved = false; if (pm->poweroff) { int error; @@ -987,6 +990,7 @@ if (!pm || !pm->runtime_suspend) return -ENOSYS; + pci_dev->state_saved = false; pci_dev->no_d3cold = false; error = pm->runtime_suspend(dev); suspend_report_result(pm->runtime_suspend, error); --- linux-lowlatency-3.8.0.orig/drivers/pci/pci.c +++ linux-lowlatency-3.8.0/drivers/pci/pci.c @@ -651,15 +651,11 @@ error = platform_pci_set_power_state(dev, state); if (!error) pci_update_current_state(dev, state); - /* Fall back to PCI_D0 if native PM is not supported */ - if (!dev->pm_cap) - dev->current_state = PCI_D0; - } else { + } else error = -ENODEV; - /* Fall back to PCI_D0 if native PM is not supported */ - if (!dev->pm_cap) - dev->current_state = PCI_D0; - } + + if (error && !dev->pm_cap) /* Fall back to PCI_D0 */ + dev->current_state = PCI_D0; return error; } --- linux-lowlatency-3.8.0.orig/drivers/pci/pcie/portdrv_pci.c +++ linux-lowlatency-3.8.0/drivers/pci/pcie/portdrv_pci.c @@ -185,14 +185,6 @@ #endif /* !PM */ /* - * PCIe port runtime suspend is broken for some chipsets, so use a - * black list to disable runtime PM for these chipsets. - */ -static const struct pci_device_id port_runtime_pm_black_list[] = { - { /* end: all zeroes */ } -}; - -/* * pcie_portdrv_probe - Probe PCI-Express port devices * @dev: PCI-Express port device being probed * @@ -225,16 +217,11 @@ * it by default. */ dev->d3cold_allowed = false; - if (!pci_match_id(port_runtime_pm_black_list, dev)) - pm_runtime_put_noidle(&dev->dev); - return 0; } static void pcie_portdrv_remove(struct pci_dev *dev) { - if (!pci_match_id(port_runtime_pm_black_list, dev)) - pm_runtime_get_noresume(&dev->dev); pcie_port_device_remove(dev); pci_disable_device(dev); } --- linux-lowlatency-3.8.0.orig/drivers/remoteproc/Kconfig +++ linux-lowlatency-3.8.0/drivers/remoteproc/Kconfig @@ -5,7 +5,7 @@ tristate depends on EXPERIMENTAL depends on HAS_DMA - select FW_CONFIG + select FW_LOADER select VIRTIO config OMAP_REMOTEPROC --- linux-lowlatency-3.8.0.orig/drivers/remoteproc/ste_modem_rproc.c +++ linux-lowlatency-3.8.0/drivers/remoteproc/ste_modem_rproc.c @@ -240,6 +240,8 @@ /* Unregister as remoteproc device */ rproc_del(sproc->rproc); + dma_free_coherent(sproc->rproc->dev.parent, SPROC_FW_SIZE, + sproc->fw_addr, sproc->fw_dma_addr); rproc_put(sproc->rproc); mdev->drv_data = NULL; @@ -297,10 +299,13 @@ /* Register as a remoteproc device */ err = rproc_add(rproc); if (err) - goto free_rproc; + goto free_mem; return 0; +free_mem: + dma_free_coherent(rproc->dev.parent, SPROC_FW_SIZE, + sproc->fw_addr, sproc->fw_dma_addr); free_rproc: /* Reset device data upon error */ mdev->drv_data = NULL; --- linux-lowlatency-3.8.0.orig/drivers/remoteproc/remoteproc_core.c +++ linux-lowlatency-3.8.0/drivers/remoteproc/remoteproc_core.c @@ -370,10 +370,12 @@ /* it is now safe to add the virtio device */ ret = rproc_add_virtio_dev(rvdev, rsc->id); if (ret) - goto free_rvdev; + goto remove_rvdev; return 0; +remove_rvdev: + list_del(&rvdev->node); free_rvdev: kfree(rvdev); return ret; --- linux-lowlatency-3.8.0.orig/drivers/cpuidle/cpuidle-calxeda.c +++ linux-lowlatency-3.8.0/drivers/cpuidle/cpuidle-calxeda.c @@ -141,6 +141,7 @@ dev = per_cpu_ptr(calxeda_idle_cpuidle_devices, cpu_id); dev->cpu = cpu_id; dev->state_count = drv->state_count; + dev->states_usage[1].disable = 1; ret = cpuidle_register_device(dev); if (ret) { --- linux-lowlatency-3.8.0.orig/drivers/mmc/host/rtsx_pci_sdmmc.c +++ linux-lowlatency-3.8.0/drivers/mmc/host/rtsx_pci_sdmmc.c @@ -678,12 +678,19 @@ struct mmc_command *cmd = mrq->cmd; struct mmc_data *data = mrq->data; unsigned int data_size = 0; + int err; if (host->eject) { cmd->error = -ENOMEDIUM; goto finish; } + err = rtsx_pci_card_exclusive_check(host->pcr, RTSX_SD_CARD); + if (err) { + cmd->error = err; + goto finish; + } + mutex_lock(&pcr->pcr_mutex); rtsx_pci_start_run(pcr); @@ -901,6 +908,9 @@ if (host->eject) return; + if (rtsx_pci_card_exclusive_check(host->pcr, RTSX_SD_CARD)) + return; + mutex_lock(&pcr->pcr_mutex); rtsx_pci_start_run(pcr); @@ -1073,6 +1083,10 @@ if (host->eject) return -ENOMEDIUM; + err = rtsx_pci_card_exclusive_check(host->pcr, RTSX_SD_CARD); + if (err) + return err; + mutex_lock(&pcr->pcr_mutex); rtsx_pci_start_run(pcr); @@ -1083,11 +1097,6 @@ voltage = OUTPUT_1V8; if (voltage == OUTPUT_1V8) { - err = rtsx_pci_write_register(pcr, - SD30_DRIVE_SEL, 0x07, DRIVER_TYPE_B); - if (err < 0) - goto out; - err = sd_wait_voltage_stable_1(host); if (err < 0) goto out; @@ -1122,6 +1131,10 @@ if (host->eject) return -ENOMEDIUM; + err = rtsx_pci_card_exclusive_check(host->pcr, RTSX_SD_CARD); + if (err) + return err; + mutex_lock(&pcr->pcr_mutex); rtsx_pci_start_run(pcr); --- linux-lowlatency-3.8.0.orig/drivers/mmc/host/Kconfig +++ linux-lowlatency-3.8.0/drivers/mmc/host/Kconfig @@ -292,16 +292,6 @@ If unsure, say N. -config MMC_ATMELMCI_DMA - bool "Atmel MCI DMA support" - depends on MMC_ATMELMCI && (AVR32 || ARCH_AT91SAM9G45) && DMA_ENGINE - help - Say Y here to have the Atmel MCI driver use a DMA engine to - do data transfers and thus increase the throughput and - reduce the CPU utilization. - - If unsure, say N. - config MMC_MSM tristate "Qualcomm SDCC Controller Support" depends on MMC && ARCH_MSM --- linux-lowlatency-3.8.0.orig/drivers/mmc/host/omap_hsmmc.c +++ linux-lowlatency-3.8.0/drivers/mmc/host/omap_hsmmc.c @@ -1819,7 +1819,7 @@ host->slot_id = 0; host->mapbase = res->start + pdata->reg_offset; host->base = ioremap(host->mapbase, SZ_4K); - host->power_mode = MMC_POWER_OFF; + host->power_mode = -1; host->next_data.cookie = 1; platform_set_drvdata(pdev, host); --- linux-lowlatency-3.8.0.orig/drivers/mmc/host/sdhci-esdhc-imx.c +++ linux-lowlatency-3.8.0/drivers/mmc/host/sdhci-esdhc-imx.c @@ -237,15 +237,18 @@ static u16 esdhc_readw_le(struct sdhci_host *host, int reg) { + struct sdhci_pltfm_host *pltfm_host = sdhci_priv(host); + struct pltfm_imx_data *imx_data = pltfm_host->priv; + if (unlikely(reg == SDHCI_HOST_VERSION)) { - u16 val = readw(host->ioaddr + (reg ^ 2)); - /* - * uSDHC supports SDHCI v3.0, but it's encoded as value - * 0x3 in host controller version register, which violates - * SDHCI_SPEC_300 definition. Work it around here. - */ - if ((val & SDHCI_SPEC_VER_MASK) == 3) - return --val; + reg ^= 2; + if (is_imx6q_usdhc(imx_data)) { + /* + * The usdhc register returns a wrong host version. + * Correct it here. + */ + return SDHCI_SPEC_300; + } } return readw(host->ioaddr + reg); --- linux-lowlatency-3.8.0.orig/drivers/mmc/host/atmel-mci.c +++ linux-lowlatency-3.8.0/drivers/mmc/host/atmel-mci.c @@ -178,6 +178,7 @@ void __iomem *regs; struct scatterlist *sg; + unsigned int sg_len; unsigned int pio_offset; unsigned int *buffer; unsigned int buf_size; @@ -892,6 +893,7 @@ data->error = -EINPROGRESS; host->sg = data->sg; + host->sg_len = data->sg_len; host->data = data; host->data_chan = NULL; @@ -1826,7 +1828,8 @@ if (offset == sg->length) { flush_dcache_page(sg_page(sg)); host->sg = sg = sg_next(sg); - if (!sg) + host->sg_len--; + if (!sg || !host->sg_len) goto done; offset = 0; @@ -1839,7 +1842,8 @@ flush_dcache_page(sg_page(sg)); host->sg = sg = sg_next(sg); - if (!sg) + host->sg_len--; + if (!sg || !host->sg_len) goto done; offset = 4 - remaining; @@ -1890,7 +1894,8 @@ nbytes += 4; if (offset == sg->length) { host->sg = sg = sg_next(sg); - if (!sg) + host->sg_len--; + if (!sg || !host->sg_len) goto done; offset = 0; @@ -1904,7 +1909,8 @@ nbytes += remaining; host->sg = sg = sg_next(sg); - if (!sg) { + host->sg_len--; + if (!sg || !host->sg_len) { atmci_writel(host, ATMCI_TDR, value); goto done; } @@ -2487,10 +2493,8 @@ atmci_readl(host, ATMCI_SR); clk_disable(host->mck); -#ifdef CONFIG_MMC_ATMELMCI_DMA if (host->dma.chan) dma_release_channel(host->dma.chan); -#endif free_irq(platform_get_irq(pdev, 0), host); iounmap(host->regs); --- linux-lowlatency-3.8.0.orig/drivers/mmc/core/mmc.c +++ linux-lowlatency-3.8.0/drivers/mmc/core/mmc.c @@ -368,13 +368,13 @@ ext_csd[EXT_CSD_SEC_FEATURE_SUPPORT]; card->ext_csd.raw_trim_mult = ext_csd[EXT_CSD_TRIM_MULT]; + card->ext_csd.raw_partition_support = ext_csd[EXT_CSD_PARTITION_SUPPORT]; if (card->ext_csd.rev >= 4) { /* * Enhanced area feature support -- check whether the eMMC * card has the Enhanced area enabled. If so, export enhanced * area offset and size to user by adding sysfs interface. */ - card->ext_csd.raw_partition_support = ext_csd[EXT_CSD_PARTITION_SUPPORT]; if ((ext_csd[EXT_CSD_PARTITION_SUPPORT] & 0x2) && (ext_csd[EXT_CSD_PARTITION_ATTRIBUTE] & 0x1)) { hc_erase_grp_sz = @@ -496,7 +496,7 @@ * RPMB regions are defined in multiples of 128K. */ card->ext_csd.raw_rpmb_size_mult = ext_csd[EXT_CSD_RPMB_MULT]; - if (ext_csd[EXT_CSD_RPMB_MULT]) { + if (ext_csd[EXT_CSD_RPMB_MULT] && mmc_host_cmd23(card->host)) { mmc_part_add(card, ext_csd[EXT_CSD_RPMB_MULT] << 17, EXT_CSD_PART_CONFIG_ACC_RPMB, "rpmb", 0, false, --- linux-lowlatency-3.8.0.orig/drivers/idle/intel_idle.c +++ linux-lowlatency-3.8.0/drivers/idle/intel_idle.c @@ -109,6 +109,16 @@ #define CPUIDLE_FLAG_TLB_FLUSHED 0x10000 /* + * MWAIT takes an 8-bit "hint" in EAX "suggesting" + * the C-state (top nibble) and sub-state (bottom nibble) + * 0x00 means "MWAIT(C1)", 0x10 means "MWAIT(C2)" etc. + * + * We store the hint at the top of our "flags" for each state. + */ +#define flg2MWAIT(flags) (((flags) >> 24) & 0xFF) +#define MWAIT2flg(eax) ((eax & 0xFF) << 24) + +/* * States are indexed by the cstate number, * which is also the index into the MWAIT hint array. * Thus C0 is a dummy. @@ -118,21 +128,21 @@ { /* MWAIT C1 */ .name = "C1-NHM", .desc = "MWAIT 0x00", - .flags = CPUIDLE_FLAG_TIME_VALID, + .flags = MWAIT2flg(0x00) | CPUIDLE_FLAG_TIME_VALID, .exit_latency = 3, .target_residency = 6, .enter = &intel_idle }, { /* MWAIT C2 */ .name = "C3-NHM", .desc = "MWAIT 0x10", - .flags = CPUIDLE_FLAG_TIME_VALID | CPUIDLE_FLAG_TLB_FLUSHED, + .flags = MWAIT2flg(0x10) | CPUIDLE_FLAG_TIME_VALID | CPUIDLE_FLAG_TLB_FLUSHED, .exit_latency = 20, .target_residency = 80, .enter = &intel_idle }, { /* MWAIT C3 */ .name = "C6-NHM", .desc = "MWAIT 0x20", - .flags = CPUIDLE_FLAG_TIME_VALID | CPUIDLE_FLAG_TLB_FLUSHED, + .flags = MWAIT2flg(0x20) | CPUIDLE_FLAG_TIME_VALID | CPUIDLE_FLAG_TLB_FLUSHED, .exit_latency = 200, .target_residency = 800, .enter = &intel_idle }, @@ -143,28 +153,28 @@ { /* MWAIT C1 */ .name = "C1-SNB", .desc = "MWAIT 0x00", - .flags = CPUIDLE_FLAG_TIME_VALID, + .flags = MWAIT2flg(0x00) | CPUIDLE_FLAG_TIME_VALID, .exit_latency = 1, .target_residency = 1, .enter = &intel_idle }, { /* MWAIT C2 */ .name = "C3-SNB", .desc = "MWAIT 0x10", - .flags = CPUIDLE_FLAG_TIME_VALID | CPUIDLE_FLAG_TLB_FLUSHED, + .flags = MWAIT2flg(0x10) | CPUIDLE_FLAG_TIME_VALID | CPUIDLE_FLAG_TLB_FLUSHED, .exit_latency = 80, .target_residency = 211, .enter = &intel_idle }, { /* MWAIT C3 */ .name = "C6-SNB", .desc = "MWAIT 0x20", - .flags = CPUIDLE_FLAG_TIME_VALID | CPUIDLE_FLAG_TLB_FLUSHED, + .flags = MWAIT2flg(0x20) | CPUIDLE_FLAG_TIME_VALID | CPUIDLE_FLAG_TLB_FLUSHED, .exit_latency = 104, .target_residency = 345, .enter = &intel_idle }, { /* MWAIT C4 */ .name = "C7-SNB", .desc = "MWAIT 0x30", - .flags = CPUIDLE_FLAG_TIME_VALID | CPUIDLE_FLAG_TLB_FLUSHED, + .flags = MWAIT2flg(0x30) | CPUIDLE_FLAG_TIME_VALID | CPUIDLE_FLAG_TLB_FLUSHED, .exit_latency = 109, .target_residency = 345, .enter = &intel_idle }, @@ -175,46 +185,78 @@ { /* MWAIT C1 */ .name = "C1-IVB", .desc = "MWAIT 0x00", - .flags = CPUIDLE_FLAG_TIME_VALID, + .flags = MWAIT2flg(0x00) | CPUIDLE_FLAG_TIME_VALID, .exit_latency = 1, .target_residency = 1, .enter = &intel_idle }, { /* MWAIT C2 */ .name = "C3-IVB", .desc = "MWAIT 0x10", - .flags = CPUIDLE_FLAG_TIME_VALID | CPUIDLE_FLAG_TLB_FLUSHED, + .flags = MWAIT2flg(0x10) | CPUIDLE_FLAG_TIME_VALID | CPUIDLE_FLAG_TLB_FLUSHED, .exit_latency = 59, .target_residency = 156, .enter = &intel_idle }, { /* MWAIT C3 */ .name = "C6-IVB", .desc = "MWAIT 0x20", - .flags = CPUIDLE_FLAG_TIME_VALID | CPUIDLE_FLAG_TLB_FLUSHED, + .flags = MWAIT2flg(0x20) | CPUIDLE_FLAG_TIME_VALID | CPUIDLE_FLAG_TLB_FLUSHED, .exit_latency = 80, .target_residency = 300, .enter = &intel_idle }, { /* MWAIT C4 */ .name = "C7-IVB", .desc = "MWAIT 0x30", - .flags = CPUIDLE_FLAG_TIME_VALID | CPUIDLE_FLAG_TLB_FLUSHED, + .flags = MWAIT2flg(0x30) | CPUIDLE_FLAG_TIME_VALID | CPUIDLE_FLAG_TLB_FLUSHED, .exit_latency = 87, .target_residency = 300, .enter = &intel_idle }, }; +static struct cpuidle_state hsw_cstates[MWAIT_MAX_NUM_CSTATES] = { + { /* MWAIT C0 */ }, + { /* MWAIT C1 */ + .name = "C1-HSW", + .desc = "MWAIT 0x00", + .flags = MWAIT2flg(0x00) | CPUIDLE_FLAG_TIME_VALID, + .exit_latency = 2, + .target_residency = 2, + .enter = &intel_idle }, + { /* MWAIT C2 */ + .name = "C3-HSW", + .desc = "MWAIT 0x10", + .flags = MWAIT2flg(0x10) | CPUIDLE_FLAG_TIME_VALID | CPUIDLE_FLAG_TLB_FLUSHED, + .exit_latency = 33, + .target_residency = 100, + .enter = &intel_idle }, + { /* MWAIT C3 */ + .name = "C6-HSW", + .desc = "MWAIT 0x20", + .flags = MWAIT2flg(0x20) | CPUIDLE_FLAG_TIME_VALID | CPUIDLE_FLAG_TLB_FLUSHED, + .exit_latency = 133, + .target_residency = 400, + .enter = &intel_idle }, + { /* MWAIT C4 */ + .name = "C7s-HSW", + .desc = "MWAIT 0x32", + .flags = MWAIT2flg(0x32) | CPUIDLE_FLAG_TIME_VALID | CPUIDLE_FLAG_TLB_FLUSHED, + .exit_latency = 166, + .target_residency = 500, + .enter = &intel_idle }, +}; + static struct cpuidle_state atom_cstates[MWAIT_MAX_NUM_CSTATES] = { { /* MWAIT C0 */ }, { /* MWAIT C1 */ .name = "C1-ATM", .desc = "MWAIT 0x00", - .flags = CPUIDLE_FLAG_TIME_VALID, + .flags = MWAIT2flg(0x00) | CPUIDLE_FLAG_TIME_VALID, .exit_latency = 1, .target_residency = 4, .enter = &intel_idle }, { /* MWAIT C2 */ .name = "C2-ATM", .desc = "MWAIT 0x10", - .flags = CPUIDLE_FLAG_TIME_VALID, + .flags = MWAIT2flg(0x10) | CPUIDLE_FLAG_TIME_VALID, .exit_latency = 20, .target_residency = 80, .enter = &intel_idle }, @@ -222,7 +264,7 @@ { /* MWAIT C4 */ .name = "C4-ATM", .desc = "MWAIT 0x30", - .flags = CPUIDLE_FLAG_TIME_VALID | CPUIDLE_FLAG_TLB_FLUSHED, + .flags = MWAIT2flg(0x30) | CPUIDLE_FLAG_TIME_VALID | CPUIDLE_FLAG_TLB_FLUSHED, .exit_latency = 100, .target_residency = 400, .enter = &intel_idle }, @@ -230,41 +272,12 @@ { /* MWAIT C6 */ .name = "C6-ATM", .desc = "MWAIT 0x52", - .flags = CPUIDLE_FLAG_TIME_VALID | CPUIDLE_FLAG_TLB_FLUSHED, + .flags = MWAIT2flg(0x52) | CPUIDLE_FLAG_TIME_VALID | CPUIDLE_FLAG_TLB_FLUSHED, .exit_latency = 140, .target_residency = 560, .enter = &intel_idle }, }; -static long get_driver_data(int cstate) -{ - int driver_data; - switch (cstate) { - - case 1: /* MWAIT C1 */ - driver_data = 0x00; - break; - case 2: /* MWAIT C2 */ - driver_data = 0x10; - break; - case 3: /* MWAIT C3 */ - driver_data = 0x20; - break; - case 4: /* MWAIT C4 */ - driver_data = 0x30; - break; - case 5: /* MWAIT C5 */ - driver_data = 0x40; - break; - case 6: /* MWAIT C6 */ - driver_data = 0x52; - break; - default: - driver_data = 0x00; - } - return driver_data; -} - /** * intel_idle * @dev: cpuidle_device @@ -278,8 +291,7 @@ { unsigned long ecx = 1; /* break on interrupt flag */ struct cpuidle_state *state = &drv->states[index]; - struct cpuidle_state_usage *state_usage = &dev->states_usage[index]; - unsigned long eax = (unsigned long)cpuidle_get_statedata(state_usage); + unsigned long eax = flg2MWAIT(state->flags); unsigned int cstate; int cpu = smp_processor_id(); @@ -385,6 +397,10 @@ .state_table = ivb_cstates, }; +static const struct idle_cpu idle_cpu_hsw = { + .state_table = hsw_cstates, +}; + #define ICPU(model, cpu) \ { X86_VENDOR_INTEL, 6, model, X86_FEATURE_MWAIT, (unsigned long)&cpu } @@ -402,6 +418,10 @@ ICPU(0x2d, idle_cpu_snb), ICPU(0x3a, idle_cpu_ivb), ICPU(0x3e, idle_cpu_ivb), + ICPU(0x3c, idle_cpu_hsw), + ICPU(0x3f, idle_cpu_hsw), + ICPU(0x45, idle_cpu_hsw), + ICPU(0x46, idle_cpu_hsw), {} }; MODULE_DEVICE_TABLE(x86cpu, intel_idle_ids); @@ -558,9 +578,6 @@ if (cpuidle_state_table[cstate].enter == NULL) continue; - dev->states_usage[dev->state_count].driver_data = - (void *)get_driver_data(cstate); - dev->state_count += 1; } --- linux-lowlatency-3.8.0.orig/drivers/xen/events.c +++ linux-lowlatency-3.8.0/drivers/xen/events.c @@ -388,11 +388,23 @@ if (unlikely((cpu != cpu_from_evtchn(port)))) do_hypercall = 1; - else + else { + /* + * Need to clear the mask before checking pending to + * avoid a race with an event becoming pending. + * + * EVTCHNOP_unmask will only trigger an upcall if the + * mask bit was set, so if a hypercall is needed + * remask the event. + */ + sync_clear_bit(port, &s->evtchn_mask[0]); evtchn_pending = sync_test_bit(port, &s->evtchn_pending[0]); - if (unlikely(evtchn_pending && xen_hvm_domain())) - do_hypercall = 1; + if (unlikely(evtchn_pending && xen_hvm_domain())) { + sync_set_bit(port, &s->evtchn_mask[0]); + do_hypercall = 1; + } + } /* Slow path (hypercall) if this is a non-local port or if this is * an hvm domain and an event is pending (hvm domains don't have @@ -403,8 +415,6 @@ } else { struct vcpu_info *vcpu_info = __this_cpu_read(xen_vcpu); - sync_clear_bit(port, &s->evtchn_mask[0]); - /* * The following is basically the equivalent of * 'hw_resend_irq'. Just like a real IO-APIC we 'lose --- linux-lowlatency-3.8.0.orig/drivers/xen/fallback.c +++ linux-lowlatency-3.8.0/drivers/xen/fallback.c @@ -44,7 +44,7 @@ } EXPORT_SYMBOL_GPL(xen_event_channel_op_compat); -int HYPERVISOR_physdev_op_compat(int cmd, void *arg) +int xen_physdev_op_compat(int cmd, void *arg) { struct physdev_op op; int rc; @@ -78,3 +78,4 @@ return rc; } +EXPORT_SYMBOL_GPL(xen_physdev_op_compat); --- linux-lowlatency-3.8.0.orig/drivers/xen/evtchn.c +++ linux-lowlatency-3.8.0/drivers/xen/evtchn.c @@ -269,6 +269,14 @@ u->name, (void *)(unsigned long)port); if (rc >= 0) rc = evtchn_make_refcounted(port); + else { + /* bind failed, should close the port now */ + struct evtchn_close close; + close.port = port; + if (HYPERVISOR_event_channel_op(EVTCHNOP_close, &close) != 0) + BUG(); + set_port_user(port, NULL); + } return rc; } @@ -277,6 +285,8 @@ { int irq = irq_from_evtchn(port); + BUG_ON(irq < 0); + unbind_from_irqhandler(irq, (void *)(unsigned long)port); set_port_user(port, NULL); --- linux-lowlatency-3.8.0.orig/drivers/xen/xen-pciback/pci_stub.c +++ linux-lowlatency-3.8.0/drivers/xen/xen-pciback/pci_stub.c @@ -17,6 +17,7 @@ #include #include #include +#include #include "pciback.h" #include "conf_space.h" #include "conf_space_quirks.h" @@ -85,37 +86,52 @@ static void pcistub_device_release(struct kref *kref) { struct pcistub_device *psdev; + struct pci_dev *dev; struct xen_pcibk_dev_data *dev_data; psdev = container_of(kref, struct pcistub_device, kref); - dev_data = pci_get_drvdata(psdev->dev); + dev = psdev->dev; + dev_data = pci_get_drvdata(dev); - dev_dbg(&psdev->dev->dev, "pcistub_device_release\n"); + dev_dbg(&dev->dev, "pcistub_device_release\n"); - xen_unregister_device_domain_owner(psdev->dev); + xen_unregister_device_domain_owner(dev); /* Call the reset function which does not take lock as this * is called from "unbind" which takes a device_lock mutex. */ - __pci_reset_function_locked(psdev->dev); - if (pci_load_and_free_saved_state(psdev->dev, - &dev_data->pci_saved_state)) { - dev_dbg(&psdev->dev->dev, "Could not reload PCI state\n"); - } else - pci_restore_state(psdev->dev); + __pci_reset_function_locked(dev); + if (pci_load_and_free_saved_state(dev, &dev_data->pci_saved_state)) + dev_dbg(&dev->dev, "Could not reload PCI state\n"); + else + pci_restore_state(dev); + + if (pci_find_capability(dev, PCI_CAP_ID_MSIX)) { + struct physdev_pci_device ppdev = { + .seg = pci_domain_nr(dev->bus), + .bus = dev->bus->number, + .devfn = dev->devfn + }; + int err = HYPERVISOR_physdev_op(PHYSDEVOP_release_msix, + &ppdev); + + if (err) + dev_warn(&dev->dev, "MSI-X release failed (%d)\n", + err); + } /* Disable the device */ - xen_pcibk_reset_device(psdev->dev); + xen_pcibk_reset_device(dev); kfree(dev_data); - pci_set_drvdata(psdev->dev, NULL); + pci_set_drvdata(dev, NULL); /* Clean-up the device */ - xen_pcibk_config_free_dyn_fields(psdev->dev); - xen_pcibk_config_free_dev(psdev->dev); + xen_pcibk_config_free_dyn_fields(dev); + xen_pcibk_config_free_dev(dev); - psdev->dev->dev_flags &= ~PCI_DEV_FLAGS_ASSIGNED; - pci_dev_put(psdev->dev); + dev->dev_flags &= ~PCI_DEV_FLAGS_ASSIGNED; + pci_dev_put(dev); kfree(psdev); } @@ -355,6 +371,19 @@ if (err) goto config_release; + if (pci_find_capability(dev, PCI_CAP_ID_MSIX)) { + struct physdev_pci_device ppdev = { + .seg = pci_domain_nr(dev->bus), + .bus = dev->bus->number, + .devfn = dev->devfn + }; + + err = HYPERVISOR_physdev_op(PHYSDEVOP_prepare_msix, &ppdev); + if (err) + dev_err(&dev->dev, "MSI-X preparation failed (%d)\n", + err); + } + /* We need the device active to save the state. */ dev_dbg(&dev->dev, "save state of device\n"); pci_save_state(dev); --- linux-lowlatency-3.8.0.orig/drivers/xen/xen-pciback/pciback_ops.c +++ linux-lowlatency-3.8.0/drivers/xen/xen-pciback/pciback_ops.c @@ -113,7 +113,8 @@ if (dev->msi_enabled) pci_disable_msi(dev); #endif - pci_disable_device(dev); + if (pci_is_enabled(dev)) + pci_disable_device(dev); pci_write_config_word(dev, PCI_COMMAND, 0); --- linux-lowlatency-3.8.0.orig/drivers/xen/xenbus/xenbus_client.c +++ linux-lowlatency-3.8.0/drivers/xen/xenbus/xenbus_client.c @@ -30,6 +30,7 @@ * IN THE SOFTWARE. */ +#include #include #include #include --- linux-lowlatency-3.8.0.orig/drivers/rtc/rtc-pcf2123.c +++ linux-lowlatency-3.8.0/drivers/rtc/rtc-pcf2123.c @@ -265,6 +265,7 @@ if (!(rxbuf[0] & 0x20)) { dev_err(&spi->dev, "chip not found\n"); + ret = -ENODEV; goto kfree_exit; } --- linux-lowlatency-3.8.0.orig/drivers/rtc/rtc-cmos.c +++ linux-lowlatency-3.8.0/drivers/rtc/rtc-cmos.c @@ -805,9 +805,8 @@ mask = RTC_IRQMASK; tmp &= ~mask; CMOS_WRITE(tmp, RTC_CONTROL); + hpet_mask_rtc_irq_bit(mask); - /* shut down hpet emulation - we don't need it for alarm */ - hpet_mask_rtc_irq_bit(RTC_PIE|RTC_AIE|RTC_UIE); cmos_checkintr(cmos, tmp); } spin_unlock_irq(&rtc_lock); @@ -872,6 +871,7 @@ rtc_update_irq(cmos->rtc, 1, mask); tmp &= ~RTC_AIE; hpet_mask_rtc_irq_bit(RTC_AIE); + hpet_rtc_timer_init(); } while (mask & RTC_AIE); spin_unlock_irq(&rtc_lock); } --- linux-lowlatency-3.8.0.orig/drivers/rtc/rtc-at91rm9200.c +++ linux-lowlatency-3.8.0/drivers/rtc/rtc-at91rm9200.c @@ -298,7 +298,7 @@ if (ret) { printk(KERN_ERR "at91_rtc: IRQ %d already in use.\n", irq); - return ret; + goto err_unmap; } /* cpu init code should really have flagged this device as @@ -310,13 +310,20 @@ rtc = rtc_device_register(pdev->name, &pdev->dev, &at91_rtc_ops, THIS_MODULE); if (IS_ERR(rtc)) { - free_irq(irq, pdev); - return PTR_ERR(rtc); + ret = PTR_ERR(rtc); + goto err_free_irq; } platform_set_drvdata(pdev, rtc); printk(KERN_INFO "AT91 Real Time Clock driver.\n"); return 0; + +err_free_irq: + free_irq(irq, pdev); +err_unmap: + iounmap(at91_rtc_regs); + + return ret; } /* @@ -333,6 +340,7 @@ free_irq(irq, pdev); rtc_device_unregister(rtc); + iounmap(at91_rtc_regs); platform_set_drvdata(pdev, NULL); return 0; --- linux-lowlatency-3.8.0.orig/drivers/rtc/rtc-mv.c +++ linux-lowlatency-3.8.0/drivers/rtc/rtc-mv.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include @@ -41,6 +42,7 @@ struct rtc_device *rtc; void __iomem *ioaddr; int irq; + struct clk *clk; }; static int mv_rtc_set_time(struct device *dev, struct rtc_time *tm) @@ -221,6 +223,7 @@ struct rtc_plat_data *pdata; resource_size_t size; u32 rtc_time; + int ret = 0; res = platform_get_resource(pdev, IORESOURCE_MEM, 0); if (!res) @@ -239,11 +242,17 @@ if (!pdata->ioaddr) return -ENOMEM; + pdata->clk = devm_clk_get(&pdev->dev, NULL); + /* Not all SoCs require a clock.*/ + if (!IS_ERR(pdata->clk)) + clk_prepare_enable(pdata->clk); + /* make sure the 24 hours mode is enabled */ rtc_time = readl(pdata->ioaddr + RTC_TIME_REG_OFFS); if (rtc_time & RTC_HOURS_12H_MODE) { dev_err(&pdev->dev, "24 Hours mode not supported.\n"); - return -EINVAL; + ret = -EINVAL; + goto out; } /* make sure it is actually functional */ @@ -252,7 +261,8 @@ rtc_time = readl(pdata->ioaddr + RTC_TIME_REG_OFFS); if (rtc_time == 0x01000000) { dev_err(&pdev->dev, "internal RTC not ticking\n"); - return -ENODEV; + ret = -ENODEV; + goto out; } } @@ -268,8 +278,10 @@ } else pdata->rtc = rtc_device_register(pdev->name, &pdev->dev, &mv_rtc_ops, THIS_MODULE); - if (IS_ERR(pdata->rtc)) - return PTR_ERR(pdata->rtc); + if (IS_ERR(pdata->rtc)) { + ret = PTR_ERR(pdata->rtc); + goto out; + } if (pdata->irq >= 0) { writel(0, pdata->ioaddr + RTC_ALARM_INTERRUPT_MASK_REG_OFFS); @@ -282,6 +294,11 @@ } return 0; +out: + if (!IS_ERR(pdata->clk)) + clk_disable_unprepare(pdata->clk); + + return ret; } static int __exit mv_rtc_remove(struct platform_device *pdev) @@ -292,6 +309,9 @@ device_init_wakeup(&pdev->dev, 0); rtc_device_unregister(pdata->rtc); + if (!IS_ERR(pdata->clk)) + clk_disable_unprepare(pdata->clk); + return 0; } --- linux-lowlatency-3.8.0.orig/drivers/connector/cn_proc.c +++ linux-lowlatency-3.8.0/drivers/connector/cn_proc.c @@ -313,6 +313,12 @@ (task_active_pid_ns(current) != &init_pid_ns)) return; + /* Can only change if privileged. */ + if (!capable(CAP_NET_ADMIN)) { + err = EPERM; + goto out; + } + mc_op = (enum proc_cn_mcast_op *)msg->data; switch (*mc_op) { case PROC_CN_MCAST_LISTEN: @@ -325,6 +331,8 @@ err = EINVAL; break; } + +out: cn_proc_ack(err, msg->seq, msg->ack); } --- linux-lowlatency-3.8.0.orig/drivers/hwspinlock/hwspinlock_core.c +++ linux-lowlatency-3.8.0/drivers/hwspinlock/hwspinlock_core.c @@ -416,6 +416,8 @@ ret = pm_runtime_get_sync(dev); if (ret < 0) { dev_err(dev, "%s: can't power on device\n", __func__); + pm_runtime_put_noidle(dev); + module_put(dev->driver->owner); return ret; } --- linux-lowlatency-3.8.0.orig/drivers/rapidio/devices/tsi721.c +++ linux-lowlatency-3.8.0/drivers/rapidio/devices/tsi721.c @@ -471,6 +471,10 @@ u32 intval; u32 ch_inte; + /* For MSI mode disable all device-level interrupts */ + if (priv->flags & TSI721_USING_MSI) + iowrite32(0, priv->regs + TSI721_DEV_INTE); + dev_int = ioread32(priv->regs + TSI721_DEV_INT); if (!dev_int) return IRQ_NONE; @@ -560,6 +564,14 @@ } } #endif + + /* For MSI mode re-enable device-level interrupts */ + if (priv->flags & TSI721_USING_MSI) { + dev_int = TSI721_DEV_INT_SR2PC_CH | TSI721_DEV_INT_SRIO | + TSI721_DEV_INT_SMSG_CH | TSI721_DEV_INT_BDMA_CH; + iowrite32(dev_int, priv->regs + TSI721_DEV_INTE); + } + return IRQ_HANDLED; } --- linux-lowlatency-3.8.0.orig/drivers/acpi/Kconfig +++ linux-lowlatency-3.8.0/drivers/acpi/Kconfig @@ -268,7 +268,8 @@ default ACPI_CUSTOM_DSDT_FILE != "" config ACPI_INITRD_TABLE_OVERRIDE - bool "ACPI tables can be passed via uncompressed cpio in initrd" + bool "ACPI tables override via initrd" + depends on BLK_DEV_INITRD && X86 default n help This option provides functionality to override arbitrary ACPI tables --- linux-lowlatency-3.8.0.orig/drivers/acpi/sleep.c +++ linux-lowlatency-3.8.0/drivers/acpi/sleep.c @@ -177,6 +177,14 @@ }, { .callback = init_nvs_nosave, + .ident = "Sony Vaio VGN-FW41E_H", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"), + DMI_MATCH(DMI_PRODUCT_NAME, "VGN-FW41E_H"), + }, + }, + { + .callback = init_nvs_nosave, .ident = "Sony Vaio VGN-FW21E", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"), --- linux-lowlatency-3.8.0.orig/drivers/acpi/pci_root.c +++ linux-lowlatency-3.8.0/drivers/acpi/pci_root.c @@ -240,8 +240,8 @@ *control &= OSC_PCI_CONTROL_MASKS; capbuf[OSC_CONTROL_TYPE] = *control | root->osc_control_set; } else { - /* Run _OSC query for all possible controls. */ - capbuf[OSC_CONTROL_TYPE] = OSC_PCI_CONTROL_MASKS; + /* Run _OSC query only with existing controls. */ + capbuf[OSC_CONTROL_TYPE] = root->osc_control_set; } status = acpi_pci_run_osc(root->device->handle, capbuf, &result); @@ -454,7 +454,6 @@ acpi_handle handle; struct acpi_device *child; u32 flags, base_flags; - bool is_osc_granted = false; root = kzalloc(sizeof(struct acpi_pci_root), GFP_KERNEL); if (!root) @@ -525,60 +524,6 @@ flags = base_flags = OSC_PCI_SEGMENT_GROUPS_SUPPORT; acpi_pci_osc_support(root, flags); - /* Indicate support for various _OSC capabilities. */ - if (pci_ext_cfg_avail()) - flags |= OSC_EXT_PCI_CONFIG_SUPPORT; - if (pcie_aspm_support_enabled()) { - flags |= OSC_ACTIVE_STATE_PWR_SUPPORT | - OSC_CLOCK_PWR_CAPABILITY_SUPPORT; - } - if (pci_msi_enabled()) - flags |= OSC_MSI_SUPPORT; - if (flags != base_flags) { - status = acpi_pci_osc_support(root, flags); - if (ACPI_FAILURE(status)) { - dev_info(&device->dev, "ACPI _OSC support " - "notification failed, disabling PCIe ASPM\n"); - pcie_no_aspm(); - flags = base_flags; - } - } - if (!pcie_ports_disabled - && (flags & ACPI_PCIE_REQ_SUPPORT) == ACPI_PCIE_REQ_SUPPORT) { - flags = OSC_PCI_EXPRESS_CAP_STRUCTURE_CONTROL - | OSC_PCI_EXPRESS_NATIVE_HP_CONTROL - | OSC_PCI_EXPRESS_PME_CONTROL; - - if (pci_aer_available()) { - if (aer_acpi_firmware_first()) - dev_dbg(&device->dev, - "PCIe errors handled by BIOS.\n"); - else - flags |= OSC_PCI_EXPRESS_AER_CONTROL; - } - - dev_info(&device->dev, - "Requesting ACPI _OSC control (0x%02x)\n", flags); - - status = acpi_pci_osc_control_set(device->handle, &flags, - OSC_PCI_EXPRESS_CAP_STRUCTURE_CONTROL); - if (ACPI_SUCCESS(status)) { - is_osc_granted = true; - dev_info(&device->dev, - "ACPI _OSC control (0x%02x) granted\n", flags); - } else { - is_osc_granted = false; - dev_info(&device->dev, - "ACPI _OSC request failed (%s), " - "returned control mask: 0x%02x\n", - acpi_format_exception(status), flags); - } - } else { - dev_info(&device->dev, - "Unable to request _OSC control " - "(_OSC support mask: 0x%02x)\n", flags); - } - /* * TBD: Need PCI interface for enumeration/configuration of roots. */ @@ -618,14 +563,66 @@ list_for_each_entry(child, &device->children, node) acpi_pci_bridge_scan(child); - /* ASPM setting */ - if (is_osc_granted) { - if (acpi_gbl_FADT.boot_flags & ACPI_FADT_NO_ASPM) - pcie_clear_aspm(root->bus); + /* Indicate support for various _OSC capabilities. */ + if (pci_ext_cfg_avail()) + flags |= OSC_EXT_PCI_CONFIG_SUPPORT; + if (pcie_aspm_support_enabled()) + flags |= OSC_ACTIVE_STATE_PWR_SUPPORT | + OSC_CLOCK_PWR_CAPABILITY_SUPPORT; + if (pci_msi_enabled()) + flags |= OSC_MSI_SUPPORT; + if (flags != base_flags) { + status = acpi_pci_osc_support(root, flags); + if (ACPI_FAILURE(status)) { + dev_info(root->bus->bridge, "ACPI _OSC support " + "notification failed, disabling PCIe ASPM\n"); + pcie_no_aspm(); + flags = base_flags; + } + } + + if (!pcie_ports_disabled + && (flags & ACPI_PCIE_REQ_SUPPORT) == ACPI_PCIE_REQ_SUPPORT) { + flags = OSC_PCI_EXPRESS_CAP_STRUCTURE_CONTROL + | OSC_PCI_EXPRESS_NATIVE_HP_CONTROL + | OSC_PCI_EXPRESS_PME_CONTROL; + + if (pci_aer_available()) { + if (aer_acpi_firmware_first()) + dev_dbg(root->bus->bridge, + "PCIe errors handled by BIOS.\n"); + else + flags |= OSC_PCI_EXPRESS_AER_CONTROL; + } + + dev_info(root->bus->bridge, + "Requesting ACPI _OSC control (0x%02x)\n", flags); + + status = acpi_pci_osc_control_set(device->handle, &flags, + OSC_PCI_EXPRESS_CAP_STRUCTURE_CONTROL); + if (ACPI_SUCCESS(status)) { + dev_info(root->bus->bridge, + "ACPI _OSC control (0x%02x) granted\n", flags); + if (acpi_gbl_FADT.boot_flags & ACPI_FADT_NO_ASPM) { + /* + * We have ASPM control, but the FADT indicates + * that it's unsupported. Clear it. + */ + pcie_clear_aspm(root->bus); + } + } else { + dev_info(root->bus->bridge, + "ACPI _OSC request failed (%s), " + "returned control mask: 0x%02x\n", + acpi_format_exception(status), flags); + pr_info("ACPI _OSC control for PCIe not granted, " + "disabling ASPM\n"); + pcie_no_aspm(); + } } else { - pr_info("ACPI _OSC control for PCIe not granted, " - "disabling ASPM\n"); - pcie_no_aspm(); + dev_info(root->bus->bridge, + "Unable to request _OSC control " + "(_OSC support mask: 0x%02x)\n", flags); } pci_acpi_add_bus_pm_notifier(device, root->bus); --- linux-lowlatency-3.8.0.orig/drivers/acpi/blacklist.c +++ linux-lowlatency-3.8.0/drivers/acpi/blacklist.c @@ -193,6 +193,13 @@ return 0; } +static int __init dmi_disable_osi_win8(const struct dmi_system_id *d) +{ + printk(KERN_NOTICE PREFIX "DMI detected: %s\n", d->ident); + acpi_osi_setup("!Windows 2012"); + return 0; +} + static struct dmi_system_id acpi_osi_dmi_table[] __initdata = { { .callback = dmi_disable_osi_vista, @@ -268,6 +275,69 @@ }, }, + /* + * The following Lenovo models have a broken workaround in the + * acpi_video backlight implementation to meet the Windows 8 + * requirement of 101 backlight levels. Reverting to pre-Win8 + * behavior fixes the problem. + */ + { + .callback = dmi_disable_osi_win8, + .ident = "Lenovo ThinkPad L430", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad L430"), + }, + }, + { + .callback = dmi_disable_osi_win8, + .ident = "Lenovo ThinkPad T430s", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad T430s"), + }, + }, + { + .callback = dmi_disable_osi_win8, + .ident = "Lenovo ThinkPad T530", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad T530"), + }, + }, + { + .callback = dmi_disable_osi_win8, + .ident = "Lenovo ThinkPad W530", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad W530"), + }, + }, + { + .callback = dmi_disable_osi_win8, + .ident = "Lenovo ThinkPad X1 Carbon", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad X1 Carbon"), + }, + }, + { + .callback = dmi_disable_osi_win8, + .ident = "Lenovo ThinkPad X230", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad X230"), + }, + }, + { + .callback = dmi_disable_osi_win8, + .ident = "Lenovo ThinkPad Edge E330", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad Edge E330"), + }, + }, + /* * BIOS invocation of _OSI(Linux) is almost always a BIOS bug. * Linux ignores it, except for the machines enumerated below. --- linux-lowlatency-3.8.0.orig/drivers/acpi/glue.c +++ linux-lowlatency-3.8.0/drivers/acpi/glue.c @@ -95,40 +95,31 @@ return ret; } -/* Get device's handler per its address under its parent */ -struct acpi_find_child { - acpi_handle handle; - u64 address; -}; - -static acpi_status -do_acpi_find_child(acpi_handle handle, u32 lvl, void *context, void **rv) +static acpi_status do_acpi_find_child(acpi_handle handle, u32 lvl_not_used, + void *addr_p, void **ret_p) { + unsigned long long addr; acpi_status status; - struct acpi_device_info *info; - struct acpi_find_child *find = context; - status = acpi_get_object_info(handle, &info); - if (ACPI_SUCCESS(status)) { - if ((info->address == find->address) - && (info->valid & ACPI_VALID_ADR)) - find->handle = handle; - kfree(info); + status = acpi_evaluate_integer(handle, METHOD_NAME__ADR, NULL, &addr); + if (ACPI_SUCCESS(status) && addr == *((u64 *)addr_p)) { + *ret_p = handle; + return AE_CTRL_TERMINATE; } return AE_OK; } acpi_handle acpi_get_child(acpi_handle parent, u64 address) { - struct acpi_find_child find = { NULL, address }; + void *ret = NULL; if (!parent) return NULL; - acpi_walk_namespace(ACPI_TYPE_DEVICE, parent, - 1, do_acpi_find_child, NULL, &find, NULL); - return find.handle; -} + acpi_walk_namespace(ACPI_TYPE_DEVICE, parent, 1, NULL, + do_acpi_find_child, &address, &ret); + return (acpi_handle)ret; +} EXPORT_SYMBOL(acpi_get_child); static int acpi_bind_one(struct device *dev, acpi_handle handle) --- linux-lowlatency-3.8.0.orig/drivers/acpi/ec.c +++ linux-lowlatency-3.8.0/drivers/acpi/ec.c @@ -223,7 +223,7 @@ static int ec_poll(struct acpi_ec *ec) { unsigned long flags; - int repeat = 2; /* number of command restarts */ + int repeat = 5; /* number of command restarts */ while (repeat--) { unsigned long delay = jiffies + msecs_to_jiffies(ec_delay); @@ -241,8 +241,6 @@ } advance_transaction(ec, acpi_ec_read_status(ec)); } while (time_before(jiffies, delay)); - if (acpi_ec_read_status(ec) & ACPI_EC_FLAG_IBF) - break; pr_debug(PREFIX "controller reset, restart transaction\n"); spin_lock_irqsave(&ec->lock, flags); start_transaction(ec); --- linux-lowlatency-3.8.0.orig/drivers/acpi/thermal.c +++ linux-lowlatency-3.8.0/drivers/acpi/thermal.c @@ -719,9 +719,19 @@ return -EINVAL; if (type == THERMAL_TRIP_ACTIVE) { - /* aggressive active cooling */ - *trend = THERMAL_TREND_RAISING; - return 0; + unsigned long trip_temp; + unsigned long temp = KELVIN_TO_MILLICELSIUS(tz->temperature, + tz->kelvin_offset); + if (thermal_get_trip_temp(thermal, trip, &trip_temp)) + return -EINVAL; + + if (temp > trip_temp) { + *trend = THERMAL_TREND_RAISING; + return 0; + } else { + /* Fall back on default trend */ + return -EINVAL; + } } /* --- linux-lowlatency-3.8.0.orig/drivers/acpi/osl.c +++ linux-lowlatency-3.8.0/drivers/acpi/osl.c @@ -642,7 +642,7 @@ * Both memblock_reserve and e820_add_region (via arch_reserve_mem_area) * works fine. */ - memblock_reserve(acpi_tables_addr, acpi_tables_addr + all_tables_size); + memblock_reserve(acpi_tables_addr, all_tables_size); arch_reserve_mem_area(acpi_tables_addr, all_tables_size); p = early_ioremap(acpi_tables_addr, all_tables_size); --- linux-lowlatency-3.8.0.orig/drivers/acpi/video_detect.c +++ linux-lowlatency-3.8.0/drivers/acpi/video_detect.c @@ -164,6 +164,14 @@ DMI_MATCH(DMI_PRODUCT_NAME, "UL30VT"), }, }, + { + .callback = video_detect_force_vendor, + .ident = "Asus UL30A", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "UL30A"), + }, + }, { }, }; --- linux-lowlatency-3.8.0.orig/drivers/acpi/video.c +++ linux-lowlatency-3.8.0/drivers/acpi/video.c @@ -73,6 +73,14 @@ module_param(brightness_switch_enabled, bool, 0644); /* + * The Default is to let the OS handle brightness autoswitching due to + * AC/battery status changes. On some laptops (MSI Wind) this doesn't + * work so we need a workaround. + */ +static bool brightness_autoswitch_via_bios = false; +module_param(brightness_autoswitch_via_bios, bool, 0644); + +/* * By default, we don't allow duplicate ACPI video bus devices * under the same VGA controller */ @@ -1442,7 +1450,7 @@ static int acpi_video_bus_start_devices(struct acpi_video_bus *video) { - return acpi_video_bus_DOS(video, 0, 0); + return acpi_video_bus_DOS(video, 0, !brightness_autoswitch_via_bios); } static int acpi_video_bus_stop_devices(struct acpi_video_bus *video) --- linux-lowlatency-3.8.0.orig/drivers/acpi/acpica/exfldio.c +++ linux-lowlatency-3.8.0/drivers/acpi/acpica/exfldio.c @@ -721,7 +721,19 @@ if ((obj_desc->common_field.start_field_bit_offset == 0) && (obj_desc->common_field.bit_length == access_bit_width)) { - status = acpi_ex_field_datum_io(obj_desc, 0, buffer, ACPI_READ); + if (buffer_length >= sizeof(u64)) { + status = + acpi_ex_field_datum_io(obj_desc, 0, buffer, + ACPI_READ); + } else { + /* Use raw_datum (u64) to handle buffers < 64 bits */ + + status = + acpi_ex_field_datum_io(obj_desc, 0, &raw_datum, + ACPI_READ); + ACPI_MEMCPY(buffer, &raw_datum, buffer_length); + } + return_ACPI_STATUS(status); } --- linux-lowlatency-3.8.0.orig/drivers/acpi/acpica/dsmethod.c +++ linux-lowlatency-3.8.0/drivers/acpi/acpica/dsmethod.c @@ -151,6 +151,7 @@ status = acpi_os_create_mutex(&mutex_desc->mutex.os_mutex); if (ACPI_FAILURE(status)) { + acpi_ut_delete_object_desc(mutex_desc); return_ACPI_STATUS(status); } --- linux-lowlatency-3.8.0.orig/drivers/pwm/pwm-spear.c +++ linux-lowlatency-3.8.0/drivers/pwm/pwm-spear.c @@ -143,7 +143,7 @@ u32 val; rc = clk_enable(pc->clk); - if (!rc) + if (rc) return rc; val = spear_pwm_readl(pc, pwm->hwpwm, PWMCR); @@ -209,12 +209,12 @@ pc->chip.npwm = NUM_PWM; ret = clk_prepare(pc->clk); - if (!ret) + if (ret) return ret; if (of_device_is_compatible(np, "st,spear1340-pwm")) { ret = clk_enable(pc->clk); - if (!ret) { + if (ret) { clk_unprepare(pc->clk); return ret; } --- linux-lowlatency-3.8.0.orig/drivers/hwmon/lineage-pem.c +++ linux-lowlatency-3.8.0/drivers/hwmon/lineage-pem.c @@ -422,6 +422,7 @@ &sensor_dev_attr_in2_input.dev_attr.attr, &sensor_dev_attr_curr1_input.dev_attr.attr, &sensor_dev_attr_power1_input.dev_attr.attr, + NULL }; static const struct attribute_group pem_input_group = { @@ -432,6 +433,7 @@ &sensor_dev_attr_fan1_input.dev_attr.attr, &sensor_dev_attr_fan2_input.dev_attr.attr, &sensor_dev_attr_fan3_input.dev_attr.attr, + NULL }; static const struct attribute_group pem_fan_group = { --- linux-lowlatency-3.8.0.orig/drivers/hwmon/abituguru.c +++ linux-lowlatency-3.8.0/drivers/hwmon/abituguru.c @@ -1411,14 +1411,18 @@ pr_info("found Abit uGuru\n"); /* Register sysfs hooks */ - for (i = 0; i < sysfs_attr_i; i++) - if (device_create_file(&pdev->dev, - &data->sysfs_attr[i].dev_attr)) + for (i = 0; i < sysfs_attr_i; i++) { + res = device_create_file(&pdev->dev, + &data->sysfs_attr[i].dev_attr); + if (res) goto abituguru_probe_error; - for (i = 0; i < ARRAY_SIZE(abituguru_sysfs_attr); i++) - if (device_create_file(&pdev->dev, - &abituguru_sysfs_attr[i].dev_attr)) + } + for (i = 0; i < ARRAY_SIZE(abituguru_sysfs_attr); i++) { + res = device_create_file(&pdev->dev, + &abituguru_sysfs_attr[i].dev_attr); + if (res) goto abituguru_probe_error; + } data->hwmon_dev = hwmon_device_register(&pdev->dev); if (!IS_ERR(data->hwmon_dev)) --- linux-lowlatency-3.8.0.orig/drivers/hwmon/sht15.c +++ linux-lowlatency-3.8.0/drivers/hwmon/sht15.c @@ -926,7 +926,13 @@ if (voltage) data->supply_uV = voltage; - regulator_enable(data->reg); + ret = regulator_enable(data->reg); + if (ret != 0) { + dev_err(&pdev->dev, + "failed to enable regulator: %d\n", ret); + return ret; + } + /* * Setup a notifier block to update this if another device * causes the voltage to change --- linux-lowlatency-3.8.0.orig/drivers/hwmon/pmbus/ltc2978.c +++ linux-lowlatency-3.8.0/drivers/hwmon/pmbus/ltc2978.c @@ -59,10 +59,10 @@ struct ltc2978_data { enum chips id; int vin_min, vin_max; - int temp_min, temp_max; + int temp_min, temp_max[2]; int vout_min[8], vout_max[8]; int iout_max[2]; - int temp2_max[2]; + int temp2_max; struct pmbus_driver_info info; }; @@ -113,9 +113,10 @@ ret = pmbus_read_word_data(client, page, LTC2978_MFR_TEMPERATURE_PEAK); if (ret >= 0) { - if (lin11_to_val(ret) > lin11_to_val(data->temp_max)) - data->temp_max = ret; - ret = data->temp_max; + if (lin11_to_val(ret) + > lin11_to_val(data->temp_max[page])) + data->temp_max[page] = ret; + ret = data->temp_max[page]; } break; case PMBUS_VIRT_RESET_VOUT_HISTORY: @@ -204,10 +205,9 @@ ret = pmbus_read_word_data(client, page, LTC3880_MFR_TEMPERATURE2_PEAK); if (ret >= 0) { - if (lin11_to_val(ret) - > lin11_to_val(data->temp2_max[page])) - data->temp2_max[page] = ret; - ret = data->temp2_max[page]; + if (lin11_to_val(ret) > lin11_to_val(data->temp2_max)) + data->temp2_max = ret; + ret = data->temp2_max; } break; case PMBUS_VIRT_READ_VIN_MIN: @@ -248,11 +248,11 @@ switch (reg) { case PMBUS_VIRT_RESET_IOUT_HISTORY: - data->iout_max[page] = 0x7fff; + data->iout_max[page] = 0x7c00; ret = ltc2978_clear_peaks(client, page, data->id); break; case PMBUS_VIRT_RESET_TEMP2_HISTORY: - data->temp2_max[page] = 0x7fff; + data->temp2_max = 0x7c00; ret = ltc2978_clear_peaks(client, page, data->id); break; case PMBUS_VIRT_RESET_VOUT_HISTORY: @@ -262,12 +262,12 @@ break; case PMBUS_VIRT_RESET_VIN_HISTORY: data->vin_min = 0x7bff; - data->vin_max = 0; + data->vin_max = 0x7c00; ret = ltc2978_clear_peaks(client, page, data->id); break; case PMBUS_VIRT_RESET_TEMP_HISTORY: data->temp_min = 0x7bff; - data->temp_max = 0x7fff; + data->temp_max[page] = 0x7c00; ret = ltc2978_clear_peaks(client, page, data->id); break; default: @@ -321,12 +321,14 @@ info = &data->info; info->write_word_data = ltc2978_write_word_data; - data->vout_min[0] = 0xffff; data->vin_min = 0x7bff; + data->vin_max = 0x7c00; data->temp_min = 0x7bff; - data->temp_max = 0x7fff; + for (i = 0; i < ARRAY_SIZE(data->temp_max); i++) + data->temp_max[i] = 0x7c00; + data->temp2_max = 0x7c00; - switch (id->driver_data) { + switch (data->id) { case ltc2978: info->read_word_data = ltc2978_read_word_data; info->pages = 8; @@ -336,7 +338,6 @@ for (i = 1; i < 8; i++) { info->func[i] = PMBUS_HAVE_VOUT | PMBUS_HAVE_STATUS_VOUT; - data->vout_min[i] = 0xffff; } break; case ltc3880: @@ -352,11 +353,14 @@ | PMBUS_HAVE_IOUT | PMBUS_HAVE_STATUS_IOUT | PMBUS_HAVE_POUT | PMBUS_HAVE_TEMP | PMBUS_HAVE_STATUS_TEMP; - data->vout_min[1] = 0xffff; + data->iout_max[0] = 0x7c00; + data->iout_max[1] = 0x7c00; break; default: return -ENODEV; } + for (i = 0; i < info->pages; i++) + data->vout_min[i] = 0xffff; return pmbus_do_probe(client, id, info); } --- linux-lowlatency-3.8.0.orig/drivers/dca/dca-core.c +++ linux-lowlatency-3.8.0/drivers/dca/dca-core.c @@ -420,6 +420,11 @@ raw_spin_lock_irqsave(&dca_lock, flags); + if (list_empty(&dca_domains)) { + raw_spin_unlock_irqrestore(&dca_lock, flags); + return; + } + list_del(&dca->node); pci_rc = dca_pci_rc_from_dev(dev); --- linux-lowlatency-3.8.0.orig/drivers/mfd/rts5227.c +++ linux-lowlatency-3.8.0/drivers/mfd/rts5227.c @@ -0,0 +1,234 @@ +/* Driver for Realtek PCI-Express card reader + * + * Copyright(c) 2009 Realtek Semiconductor Corp. All rights reserved. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2, or (at your option) any + * later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, see . + * + * Author: + * Wei WANG + * No. 450, Shenhu Road, Suzhou Industry Park, Suzhou, China + * + * Roger Tseng + * No. 2, Innovation Road II, Hsinchu Science Park, Hsinchu 300, Taiwan + */ + +#include +#include +#include + +#include "rtsx_pcr.h" + +static int rts5227_extra_init_hw(struct rtsx_pcr *pcr) +{ + u16 cap; + + rtsx_pci_init_cmd(pcr); + + /* Configure GPIO as output */ + rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, GPIO_CTL, 0x02, 0x02); + /* Switch LDO3318 source from DV33 to card_3v3 */ + rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, LDO_PWR_SEL, 0x03, 0x00); + rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, LDO_PWR_SEL, 0x03, 0x01); + /* LED shine disabled, set initial shine cycle period */ + rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, OLT_LED_CTL, 0x0F, 0x02); + /* Configure LTR */ + pcie_capability_read_word(pcr->pci, PCI_EXP_DEVCTL2, &cap); + if (cap & PCI_EXP_LTR_EN) + rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, LTR_CTL, 0xFF, 0xA3); + /* Configure OBFF */ + rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, OBFF_CFG, 0x03, 0x03); + /* Configure force_clock_req + * Maybe We should define 0xFF03 as some name + */ + rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, 0xFF03, 0x08, 0x08); + /* Correct driving */ + rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, + SD30_CLK_DRIVE_SEL, 0xFF, 0x96); + rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, + SD30_CMD_DRIVE_SEL, 0xFF, 0x96); + rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, + SD30_DAT_DRIVE_SEL, 0xFF, 0x96); + + return rtsx_pci_send_cmd(pcr, 100); +} + +static int rts5227_optimize_phy(struct rtsx_pcr *pcr) +{ + /* Optimize RX sensitivity */ + return rtsx_pci_write_phy_register(pcr, 0x00, 0xBA42); +} + +static int rts5227_turn_on_led(struct rtsx_pcr *pcr) +{ + return rtsx_pci_write_register(pcr, GPIO_CTL, 0x02, 0x02); +} + +static int rts5227_turn_off_led(struct rtsx_pcr *pcr) +{ + return rtsx_pci_write_register(pcr, GPIO_CTL, 0x02, 0x00); +} + +static int rts5227_enable_auto_blink(struct rtsx_pcr *pcr) +{ + return rtsx_pci_write_register(pcr, OLT_LED_CTL, 0x08, 0x08); +} + +static int rts5227_disable_auto_blink(struct rtsx_pcr *pcr) +{ + return rtsx_pci_write_register(pcr, OLT_LED_CTL, 0x08, 0x00); +} + +static int rts5227_card_power_on(struct rtsx_pcr *pcr, int card) +{ + int err; + + rtsx_pci_init_cmd(pcr); + rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, CARD_PWR_CTL, + SD_POWER_MASK, SD_PARTIAL_POWER_ON); + rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, PWR_GATE_CTRL, + LDO3318_PWR_MASK, 0x02); + err = rtsx_pci_send_cmd(pcr, 100); + if (err < 0) + return err; + + /* To avoid too large in-rush current */ + udelay(150); + + rtsx_pci_init_cmd(pcr); + rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, CARD_PWR_CTL, + SD_POWER_MASK, SD_POWER_ON); + rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, PWR_GATE_CTRL, + LDO3318_PWR_MASK, 0x06); + err = rtsx_pci_send_cmd(pcr, 100); + if (err < 0) + return err; + + return 0; +} + +static int rts5227_card_power_off(struct rtsx_pcr *pcr, int card) +{ + rtsx_pci_init_cmd(pcr); + rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, CARD_PWR_CTL, + SD_POWER_MASK | PMOS_STRG_MASK, + SD_POWER_OFF | PMOS_STRG_400mA); + rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, PWR_GATE_CTRL, + LDO3318_PWR_MASK, 0X00); + return rtsx_pci_send_cmd(pcr, 100); +} + +static int rts5227_switch_output_voltage(struct rtsx_pcr *pcr, u8 voltage) +{ + int err; + u8 drive_sel; + + if (voltage == OUTPUT_3V3) { + err = rtsx_pci_write_phy_register(pcr, 0x08, 0x4FC0 | 0x24); + if (err < 0) + return err; + drive_sel = 0x96; + } else if (voltage == OUTPUT_1V8) { + err = rtsx_pci_write_phy_register(pcr, 0x11, 0x3C02); + if (err < 0) + return err; + err = rtsx_pci_write_phy_register(pcr, 0x08, 0x4C80 | 0x24); + if (err < 0) + return err; + drive_sel = 0xB3; + } else { + return -EINVAL; + } + + /* set pad drive */ + rtsx_pci_init_cmd(pcr); + rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, SD30_CLK_DRIVE_SEL, + 0xFF, drive_sel); + rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, SD30_CMD_DRIVE_SEL, + 0xFF, drive_sel); + rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, SD30_DAT_DRIVE_SEL, + 0xFF, drive_sel); + return rtsx_pci_send_cmd(pcr, 100); +} + +static const struct pcr_ops rts5227_pcr_ops = { + .extra_init_hw = rts5227_extra_init_hw, + .optimize_phy = rts5227_optimize_phy, + .turn_on_led = rts5227_turn_on_led, + .turn_off_led = rts5227_turn_off_led, + .enable_auto_blink = rts5227_enable_auto_blink, + .disable_auto_blink = rts5227_disable_auto_blink, + .card_power_on = rts5227_card_power_on, + .card_power_off = rts5227_card_power_off, + .switch_output_voltage = rts5227_switch_output_voltage, + .cd_deglitch = NULL, + .conv_clk_and_div_n = NULL, +}; + +/* SD Pull Control Enable: + * SD_DAT[3:0] ==> pull up + * SD_CD ==> pull up + * SD_WP ==> pull up + * SD_CMD ==> pull up + * SD_CLK ==> pull down + */ +static const u32 rts5227_sd_pull_ctl_enable_tbl[] = { + RTSX_REG_PAIR(CARD_PULL_CTL2, 0xAA), + RTSX_REG_PAIR(CARD_PULL_CTL3, 0xE9), + 0, +}; + +/* SD Pull Control Disable: + * SD_DAT[3:0] ==> pull down + * SD_CD ==> pull up + * SD_WP ==> pull down + * SD_CMD ==> pull down + * SD_CLK ==> pull down + */ +static const u32 rts5227_sd_pull_ctl_disable_tbl[] = { + RTSX_REG_PAIR(CARD_PULL_CTL2, 0x55), + RTSX_REG_PAIR(CARD_PULL_CTL3, 0xD5), + 0, +}; + +/* MS Pull Control Enable: + * MS CD ==> pull up + * others ==> pull down + */ +static const u32 rts5227_ms_pull_ctl_enable_tbl[] = { + RTSX_REG_PAIR(CARD_PULL_CTL5, 0x55), + RTSX_REG_PAIR(CARD_PULL_CTL6, 0x15), + 0, +}; + +/* MS Pull Control Disable: + * MS CD ==> pull up + * others ==> pull down + */ +static const u32 rts5227_ms_pull_ctl_disable_tbl[] = { + RTSX_REG_PAIR(CARD_PULL_CTL5, 0x55), + RTSX_REG_PAIR(CARD_PULL_CTL6, 0x15), + 0, +}; + +void rts5227_init_params(struct rtsx_pcr *pcr) +{ + pcr->extra_caps = EXTRA_CAPS_SD_SDR50 | EXTRA_CAPS_SD_SDR104; + pcr->num_slots = 2; + pcr->ops = &rts5227_pcr_ops; + + pcr->sd_pull_ctl_enable_tbl = rts5227_sd_pull_ctl_enable_tbl; + pcr->sd_pull_ctl_disable_tbl = rts5227_sd_pull_ctl_disable_tbl; + pcr->ms_pull_ctl_enable_tbl = rts5227_ms_pull_ctl_enable_tbl; + pcr->ms_pull_ctl_disable_tbl = rts5227_ms_pull_ctl_disable_tbl; +} --- linux-lowlatency-3.8.0.orig/drivers/mfd/rts5209.c +++ linux-lowlatency-3.8.0/drivers/mfd/rts5209.c @@ -149,10 +149,18 @@ int err; if (voltage == OUTPUT_3V3) { + err = rtsx_pci_write_register(pcr, + SD30_DRIVE_SEL, 0x07, DRIVER_TYPE_D); + if (err < 0) + return err; err = rtsx_pci_write_phy_register(pcr, 0x08, 0x4FC0 | 0x24); if (err < 0) return err; } else if (voltage == OUTPUT_1V8) { + err = rtsx_pci_write_register(pcr, + SD30_DRIVE_SEL, 0x07, DRIVER_TYPE_B); + if (err < 0) + return err; err = rtsx_pci_write_phy_register(pcr, 0x08, 0x4C40 | 0x24); if (err < 0) return err; --- linux-lowlatency-3.8.0.orig/drivers/mfd/rtsx_pcr.c +++ linux-lowlatency-3.8.0/drivers/mfd/rtsx_pcr.c @@ -55,6 +55,7 @@ { PCI_DEVICE(0x10EC, 0x5209), PCI_CLASS_OTHERS << 16, 0xFF0000 }, { PCI_DEVICE(0x10EC, 0x5229), PCI_CLASS_OTHERS << 16, 0xFF0000 }, { PCI_DEVICE(0x10EC, 0x5289), PCI_CLASS_OTHERS << 16, 0xFF0000 }, + { PCI_DEVICE(0x10EC, 0x5227), PCI_CLASS_OTHERS << 16, 0xFF0000 }, { 0, } }; @@ -713,6 +714,25 @@ } EXPORT_SYMBOL_GPL(rtsx_pci_card_power_off); +int rtsx_pci_card_exclusive_check(struct rtsx_pcr *pcr, int card) +{ + unsigned int cd_mask[] = { + [RTSX_SD_CARD] = SD_EXIST, + [RTSX_MS_CARD] = MS_EXIST + }; + + if (!pcr->ms_pmos) { + /* When using single PMOS, accessing card is not permitted + * if the existing card is not the designated one. + */ + if (pcr->card_exist & (~cd_mask[card])) + return -EIO; + } + + return 0; +} +EXPORT_SYMBOL_GPL(rtsx_pci_card_exclusive_check); + int rtsx_pci_switch_output_voltage(struct rtsx_pcr *pcr, u8 voltage) { if (pcr->ops->switch_output_voltage) @@ -758,7 +778,7 @@ struct delayed_work *dwork; struct rtsx_pcr *pcr; unsigned long flags; - unsigned int card_detect = 0; + unsigned int card_detect = 0, card_inserted, card_removed; u32 irq_status; dwork = to_delayed_work(work); @@ -766,25 +786,35 @@ dev_dbg(&(pcr->pci->dev), "--> %s\n", __func__); + mutex_lock(&pcr->pcr_mutex); spin_lock_irqsave(&pcr->lock, flags); irq_status = rtsx_pci_readl(pcr, RTSX_BIPR); dev_dbg(&(pcr->pci->dev), "irq_status: 0x%08x\n", irq_status); - if (pcr->card_inserted || pcr->card_removed) { + irq_status &= CARD_EXIST; + card_inserted = pcr->card_inserted & irq_status; + card_removed = pcr->card_removed; + pcr->card_inserted = 0; + pcr->card_removed = 0; + + spin_unlock_irqrestore(&pcr->lock, flags); + + if (card_inserted || card_removed) { dev_dbg(&(pcr->pci->dev), "card_inserted: 0x%x, card_removed: 0x%x\n", - pcr->card_inserted, pcr->card_removed); + card_inserted, card_removed); if (pcr->ops->cd_deglitch) - pcr->card_inserted = pcr->ops->cd_deglitch(pcr); + card_inserted = pcr->ops->cd_deglitch(pcr); - card_detect = pcr->card_inserted | pcr->card_removed; - pcr->card_inserted = 0; - pcr->card_removed = 0; + card_detect = card_inserted | card_removed; + + pcr->card_exist |= card_inserted; + pcr->card_exist &= ~card_removed; } - spin_unlock_irqrestore(&pcr->lock, flags); + mutex_unlock(&pcr->pcr_mutex); if ((card_detect & SD_EXIST) && pcr->slots[RTSX_SD_CARD].card_event) pcr->slots[RTSX_SD_CARD].card_event( @@ -836,10 +866,6 @@ } } - if (pcr->card_inserted || pcr->card_removed) - schedule_delayed_work(&pcr->carddet_work, - msecs_to_jiffies(200)); - if (int_reg & (NEED_COMPLETE_INT | DELINK_INT)) { if (int_reg & (TRANS_FAIL_INT | DELINK_INT)) { pcr->trans_result = TRANS_RESULT_FAIL; @@ -852,6 +878,10 @@ } } + if (pcr->card_inserted || pcr->card_removed) + schedule_delayed_work(&pcr->carddet_work, + msecs_to_jiffies(200)); + spin_unlock(&pcr->lock); return IRQ_HANDLED; } @@ -974,6 +1004,14 @@ return err; } + /* No CD interrupt if probing driver with card inserted. + * So we need to initialize pcr->card_exist here. + */ + if (pcr->ops->cd_deglitch) + pcr->card_exist = pcr->ops->cd_deglitch(pcr); + else + pcr->card_exist = rtsx_pci_readl(pcr, RTSX_BIPR) & CARD_EXIST; + return 0; } @@ -997,6 +1035,10 @@ case 0x5289: rtl8411_init_params(pcr); break; + + case 0x5227: + rts5227_init_params(pcr); + break; } dev_dbg(&(pcr->pci->dev), "PID: 0x%04x, IC version: 0x%02x\n", --- linux-lowlatency-3.8.0.orig/drivers/mfd/Makefile +++ linux-lowlatency-3.8.0/drivers/mfd/Makefile @@ -9,7 +9,7 @@ obj-$(CONFIG_MFD_SM501) += sm501.o obj-$(CONFIG_MFD_ASIC3) += asic3.o tmio_core.o -rtsx_pci-objs := rtsx_pcr.o rts5209.o rts5229.o rtl8411.o +rtsx_pci-objs := rtsx_pcr.o rts5209.o rts5229.o rtl8411.o rts5227.o obj-$(CONFIG_MFD_RTSX_PCI) += rtsx_pci.o obj-$(CONFIG_HTC_EGPIO) += htc-egpio.o --- linux-lowlatency-3.8.0.orig/drivers/mfd/adp5520.c +++ linux-lowlatency-3.8.0/drivers/mfd/adp5520.c @@ -36,6 +36,7 @@ struct blocking_notifier_head notifier_list; int irq; unsigned long id; + uint8_t mode; }; static int __adp5520_read(struct i2c_client *client, @@ -326,7 +327,10 @@ struct i2c_client *client = to_i2c_client(dev); struct adp5520_chip *chip = dev_get_drvdata(&client->dev); - adp5520_clr_bits(chip->dev, ADP5520_MODE_STATUS, ADP5520_nSTNBY); + adp5520_read(chip->dev, ADP5520_MODE_STATUS, &chip->mode); + /* All other bits are W1C */ + chip->mode &= ADP5520_BL_EN | ADP5520_DIM_EN | ADP5520_nSTNBY; + adp5520_write(chip->dev, ADP5520_MODE_STATUS, 0); return 0; } @@ -335,7 +339,7 @@ struct i2c_client *client = to_i2c_client(dev); struct adp5520_chip *chip = dev_get_drvdata(&client->dev); - adp5520_set_bits(chip->dev, ADP5520_MODE_STATUS, ADP5520_nSTNBY); + adp5520_write(chip->dev, ADP5520_MODE_STATUS, chip->mode); return 0; } #endif --- linux-lowlatency-3.8.0.orig/drivers/mfd/rts5229.c +++ linux-lowlatency-3.8.0/drivers/mfd/rts5229.c @@ -119,10 +119,18 @@ int err; if (voltage == OUTPUT_3V3) { + err = rtsx_pci_write_register(pcr, + SD30_DRIVE_SEL, 0x07, DRIVER_TYPE_D); + if (err < 0) + return err; err = rtsx_pci_write_phy_register(pcr, 0x08, 0x4FC0 | 0x24); if (err < 0) return err; } else if (voltage == OUTPUT_1V8) { + err = rtsx_pci_write_register(pcr, + SD30_DRIVE_SEL, 0x07, DRIVER_TYPE_B); + if (err < 0) + return err; err = rtsx_pci_write_phy_register(pcr, 0x08, 0x4C40 | 0x24); if (err < 0) return err; --- linux-lowlatency-3.8.0.orig/drivers/mfd/omap-usb-host.c +++ linux-lowlatency-3.8.0/drivers/mfd/omap-usb-host.c @@ -299,9 +299,6 @@ if (is_ehci_tll_mode(pdata->port_mode[1])) clk_enable(omap->usbhost_p2_fck); - clk_enable(omap->utmi_p1_fck); - clk_enable(omap->utmi_p2_fck); - spin_unlock_irqrestore(&omap->lock, flags); return 0; @@ -327,9 +324,6 @@ if (is_ehci_tll_mode(pdata->port_mode[1])) clk_disable(omap->usbhost_p2_fck); - clk_disable(omap->utmi_p2_fck); - clk_disable(omap->utmi_p1_fck); - if (omap->ehci_logic_fck && !IS_ERR(omap->ehci_logic_fck)) clk_disable(omap->ehci_logic_fck); --- linux-lowlatency-3.8.0.orig/drivers/mfd/rtl8411.c +++ linux-lowlatency-3.8.0/drivers/mfd/rtl8411.c @@ -115,14 +115,24 @@ static int rtl8411_switch_output_voltage(struct rtsx_pcr *pcr, u8 voltage) { u8 mask, val; + int err; mask = (BPP_REG_TUNED18 << BPP_TUNED18_SHIFT_8411) | BPP_PAD_MASK; - if (voltage == OUTPUT_3V3) + if (voltage == OUTPUT_3V3) { + err = rtsx_pci_write_register(pcr, + SD30_DRIVE_SEL, 0x07, DRIVER_TYPE_D); + if (err < 0) + return err; val = (BPP_ASIC_3V3 << BPP_TUNED18_SHIFT_8411) | BPP_PAD_3V3; - else if (voltage == OUTPUT_1V8) + } else if (voltage == OUTPUT_1V8) { + err = rtsx_pci_write_register(pcr, + SD30_DRIVE_SEL, 0x07, DRIVER_TYPE_B); + if (err < 0) + return err; val = (BPP_ASIC_1V8 << BPP_TUNED18_SHIFT_8411) | BPP_PAD_1V8; - else + } else { return -EINVAL; + } return rtsx_pci_write_register(pcr, LDO_CTL, mask, val); } --- linux-lowlatency-3.8.0.orig/drivers/mfd/rtsx_pcr.h +++ linux-lowlatency-3.8.0/drivers/mfd/rtsx_pcr.h @@ -28,5 +28,6 @@ void rts5209_init_params(struct rtsx_pcr *pcr); void rts5229_init_params(struct rtsx_pcr *pcr); void rtl8411_init_params(struct rtsx_pcr *pcr); +void rts5227_init_params(struct rtsx_pcr *pcr); #endif --- linux-lowlatency-3.8.0.orig/drivers/firewire/core-device.c +++ linux-lowlatency-3.8.0/drivers/firewire/core-device.c @@ -1020,6 +1020,10 @@ ret = idr_pre_get(&fw_device_idr, GFP_KERNEL) ? idr_get_new(&fw_device_idr, device, &minor) : -ENOMEM; + if (minor >= 1 << MINORBITS) { + idr_remove(&fw_device_idr, minor); + minor = -ENOSPC; + } up_write(&fw_device_rwsem); if (ret < 0) --- linux-lowlatency-3.8.0.orig/drivers/memstick/host/rtsx_pci_ms.c +++ linux-lowlatency-3.8.0/drivers/memstick/host/rtsx_pci_ms.c @@ -426,6 +426,9 @@ dev_dbg(ms_dev(host), "--> %s\n", __func__); + if (rtsx_pci_card_exclusive_check(host->pcr, RTSX_MS_CARD)) + return; + schedule_work(&host->handle_req); } @@ -441,6 +444,10 @@ dev_dbg(ms_dev(host), "%s: param = %d, value = %d\n", __func__, param, value); + err = rtsx_pci_card_exclusive_check(host->pcr, RTSX_MS_CARD); + if (err) + return err; + switch (param) { case MEMSTICK_POWER: if (value == MEMSTICK_POWER_ON) --- linux-lowlatency-3.8.0.orig/drivers/vhost/net.c +++ linux-lowlatency-3.8.0/drivers/vhost/net.c @@ -339,7 +339,8 @@ msg.msg_controllen = 0; ubufs = NULL; } else { - struct ubuf_info *ubuf = &vq->ubuf_info[head]; + struct ubuf_info *ubuf; + ubuf = vq->ubuf_info + vq->upend_idx; vq->heads[vq->upend_idx].len = VHOST_DMA_IN_PROGRESS; --- linux-lowlatency-3.8.0.orig/drivers/vfio/pci/vfio_pci.c +++ linux-lowlatency-3.8.0/drivers/vfio/pci/vfio_pci.c @@ -331,6 +331,7 @@ if (!(hdr.flags & VFIO_IRQ_SET_DATA_NONE)) { size_t size; + int max = vfio_pci_get_irq_count(vdev, hdr.index); if (hdr.flags & VFIO_IRQ_SET_DATA_BOOL) size = sizeof(uint8_t); @@ -340,7 +341,7 @@ return -EINVAL; if (hdr.argsz - minsz < hdr.count * size || - hdr.count > vfio_pci_get_irq_count(vdev, hdr.index)) + hdr.start >= max || hdr.start + hdr.count > max) return -EINVAL; data = memdup_user((void __user *)(arg + minsz), --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/drm_mm.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/drm_mm.c @@ -725,33 +725,35 @@ EXPORT_SYMBOL(drm_mm_debug_table); #if defined(CONFIG_DEBUG_FS) -int drm_mm_dump_table(struct seq_file *m, struct drm_mm *mm) +static unsigned long drm_mm_dump_hole(struct seq_file *m, struct drm_mm_node *entry) { - struct drm_mm_node *entry; - unsigned long total_used = 0, total_free = 0, total = 0; unsigned long hole_start, hole_end, hole_size; - hole_start = drm_mm_hole_node_start(&mm->head_node); - hole_end = drm_mm_hole_node_end(&mm->head_node); - hole_size = hole_end - hole_start; - if (hole_size) + if (entry->hole_follows) { + hole_start = drm_mm_hole_node_start(entry); + hole_end = drm_mm_hole_node_end(entry); + hole_size = hole_end - hole_start; seq_printf(m, "0x%08lx-0x%08lx: 0x%08lx: free\n", hole_start, hole_end, hole_size); - total_free += hole_size; + return hole_size; + } + + return 0; +} + +int drm_mm_dump_table(struct seq_file *m, struct drm_mm *mm) +{ + struct drm_mm_node *entry; + unsigned long total_used = 0, total_free = 0, total = 0; + + total_free += drm_mm_dump_hole(m, &mm->head_node); drm_mm_for_each_node(entry, mm) { seq_printf(m, "0x%08lx-0x%08lx: 0x%08lx: used\n", entry->start, entry->start + entry->size, entry->size); total_used += entry->size; - if (entry->hole_follows) { - hole_start = drm_mm_hole_node_start(entry); - hole_end = drm_mm_hole_node_end(entry); - hole_size = hole_end - hole_start; - seq_printf(m, "0x%08lx-0x%08lx: 0x%08lx: free\n", - hole_start, hole_end, hole_size); - total_free += hole_size; - } + total_free += drm_mm_dump_hole(m, entry); } total = total_free + total_used; --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/drm_edid.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/drm_edid.c @@ -87,9 +87,6 @@ int product_id; u32 quirks; } edid_quirk_list[] = { - /* ASUS VW222S */ - { "ACI", 0x22a2, EDID_QUIRK_FORCE_REDUCED_BLANKING }, - /* Acer AL1706 */ { "ACR", 44358, EDID_QUIRK_PREFER_LARGE_60 }, /* Acer F51 */ @@ -357,10 +354,14 @@ break; } } - if (i == 4) + + if (i == 4 && print_bad_edid) { dev_warn(connector->dev->dev, "%s: Ignoring invalid EDID block %d.\n", drm_get_connector_name(connector), j); + + connector->bad_edid_counter++; + } } if (valid_extensions != block[0x7e]) { @@ -893,7 +894,7 @@ unsigned vblank = (pt->vactive_vblank_hi & 0xf) << 8 | pt->vblank_lo; unsigned hsync_offset = (pt->hsync_vsync_offset_pulse_width_hi & 0xc0) << 2 | pt->hsync_offset_lo; unsigned hsync_pulse_width = (pt->hsync_vsync_offset_pulse_width_hi & 0x30) << 4 | pt->hsync_pulse_width_lo; - unsigned vsync_offset = (pt->hsync_vsync_offset_pulse_width_hi & 0xc) >> 2 | pt->vsync_offset_pulse_width_lo >> 4; + unsigned vsync_offset = (pt->hsync_vsync_offset_pulse_width_hi & 0xc) << 2 | pt->vsync_offset_pulse_width_lo >> 4; unsigned vsync_pulse_width = (pt->hsync_vsync_offset_pulse_width_hi & 0x3) << 4 | (pt->vsync_offset_pulse_width_lo & 0xf); /* ignore tiny modes */ @@ -974,6 +975,7 @@ } mode->type = DRM_MODE_TYPE_DRIVER; + mode->vrefresh = drm_mode_vrefresh(mode); drm_mode_set_name(mode); return mode; @@ -2020,7 +2022,8 @@ num_modes += add_cvt_modes(connector, edid); num_modes += add_standard_modes(connector, edid); num_modes += add_established_modes(connector, edid); - num_modes += add_inferred_modes(connector, edid); + if (edid->features & DRM_EDID_FEATURE_DEFAULT_GTF) + num_modes += add_inferred_modes(connector, edid); num_modes += add_cea_modes(connector, edid); if (quirks & (EDID_QUIRK_PREFER_LARGE_60 | EDID_QUIRK_PREFER_LARGE_75)) --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/drm_stub.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/drm_stub.c @@ -364,7 +364,7 @@ new_minor->index = minor_id; INIT_LIST_HEAD(&new_minor->master_list); - idr_replace(&drm_minors_idr, new_minor, minor_id); + idr_replace(&drm_minors_idr, ERR_PTR(-EAGAIN), minor_id); if (type == DRM_MINOR_LEGACY) { ret = drm_proc_init(new_minor, minor_id, drm_proc_root); --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/drm_fops.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/drm_fops.c @@ -123,11 +123,13 @@ int retcode = 0; int need_setup = 0; struct address_space *old_mapping; + struct address_space *old_imapping; minor = idr_find(&drm_minors_idr, minor_id); if (!minor) return -ENODEV; - + if (IS_ERR(minor)) + return PTR_ERR(minor); if (!(dev = minor->dev)) return -ENODEV; @@ -137,6 +139,7 @@ if (!dev->open_count++) need_setup = 1; mutex_lock(&dev->struct_mutex); + old_imapping = inode->i_mapping; old_mapping = dev->dev_mapping; if (old_mapping == NULL) dev->dev_mapping = &inode->i_data; @@ -159,8 +162,8 @@ err_undo: mutex_lock(&dev->struct_mutex); - filp->f_mapping = old_mapping; - inode->i_mapping = old_mapping; + filp->f_mapping = old_imapping; + inode->i_mapping = old_imapping; iput(container_of(dev->dev_mapping, struct inode, i_data)); dev->dev_mapping = old_mapping; mutex_unlock(&dev->struct_mutex); @@ -192,7 +195,10 @@ minor = idr_find(&drm_minors_idr, minor_id); if (!minor) goto out; - + if (IS_ERR(minor)) { + err = PTR_ERR(minor); + goto out; + } if (!(dev = minor->dev)) goto out; --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/drm_pci.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/drm_pci.c @@ -367,6 +367,10 @@ list_add_tail(&dev->driver_item, &driver->device_list); + if (drm_core_check_feature(dev, DRIVER_MODESET)) + idr_replace(&drm_minors_idr, dev->control, dev->control->index); + idr_replace(&drm_minors_idr, dev->primary, dev->primary->index); + DRM_INFO("Initialized %s %d.%d.%d %s for %s on minor %d\n", driver->name, driver->major, driver->minor, driver->patchlevel, driver->date, pci_name(pdev), dev->primary->index); --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/drm_gem.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/drm_gem.c @@ -205,11 +205,11 @@ drm_gem_remove_prime_handles(struct drm_gem_object *obj, struct drm_file *filp) { if (obj->import_attach) { - drm_prime_remove_imported_buf_handle(&filp->prime, + drm_prime_remove_buf_handle(&filp->prime, obj->import_attach->dmabuf); } if (obj->export_dma_buf) { - drm_prime_remove_imported_buf_handle(&filp->prime, + drm_prime_remove_buf_handle(&filp->prime, obj->export_dma_buf); } } --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/drm_platform.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/drm_platform.c @@ -89,6 +89,10 @@ list_add_tail(&dev->driver_item, &driver->device_list); + if (drm_core_check_feature(dev, DRIVER_MODESET)) + idr_replace(&drm_minors_idr, dev->control, dev->control->index); + idr_replace(&drm_minors_idr, dev->primary, dev->primary->index); + mutex_unlock(&drm_global_mutex); DRM_INFO("Initialized %s %d.%d.%d %s on minor %d\n", --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/drm_usb.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/drm_usb.c @@ -18,7 +18,7 @@ usbdev = interface_to_usbdev(interface); dev->usbdev = usbdev; - dev->dev = &usbdev->dev; + dev->dev = &interface->dev; mutex_lock(&drm_global_mutex); --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/drm_crtc.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/drm_crtc.c @@ -2089,7 +2089,7 @@ switch (bpp) { case 8: - fmt = DRM_FORMAT_RGB332; + fmt = DRM_FORMAT_C8; break; case 16: if (depth == 15) @@ -3702,6 +3702,7 @@ int *bpp) { switch (format) { + case DRM_FORMAT_C8: case DRM_FORMAT_RGB332: case DRM_FORMAT_BGR233: *depth = 8; --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/drm_prime.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/drm_prime.c @@ -53,7 +53,8 @@ * Self-importing: if userspace is using PRIME as a replacement for flink * then it will get a fd->handle request for a GEM object that it created. * Drivers should detect this situation and return back the gem object - * from the dma-buf private. + * from the dma-buf private. Prime will do this automatically for drivers that + * use the drm_gem_prime_{import,export} helpers. */ struct drm_prime_member { @@ -61,6 +62,138 @@ struct dma_buf *dma_buf; uint32_t handle; }; +static int drm_prime_add_buf_handle(struct drm_prime_file_private *prime_fpriv, struct dma_buf *dma_buf, uint32_t handle); + +static struct sg_table *drm_gem_map_dma_buf(struct dma_buf_attachment *attach, + enum dma_data_direction dir) +{ + struct drm_gem_object *obj = attach->dmabuf->priv; + struct sg_table *sgt; + + mutex_lock(&obj->dev->struct_mutex); + + sgt = obj->dev->driver->gem_prime_get_sg_table(obj); + + if (!IS_ERR_OR_NULL(sgt)) + dma_map_sg(attach->dev, sgt->sgl, sgt->nents, dir); + + mutex_unlock(&obj->dev->struct_mutex); + return sgt; +} + +static void drm_gem_unmap_dma_buf(struct dma_buf_attachment *attach, + struct sg_table *sgt, enum dma_data_direction dir) +{ + dma_unmap_sg(attach->dev, sgt->sgl, sgt->nents, dir); + sg_free_table(sgt); + kfree(sgt); +} + +static void drm_gem_dmabuf_release(struct dma_buf *dma_buf) +{ + struct drm_gem_object *obj = dma_buf->priv; + + if (obj->export_dma_buf == dma_buf) { + /* drop the reference on the export fd holds */ + obj->export_dma_buf = NULL; + drm_gem_object_unreference_unlocked(obj); + } +} + +static void *drm_gem_dmabuf_vmap(struct dma_buf *dma_buf) +{ + struct drm_gem_object *obj = dma_buf->priv; + struct drm_device *dev = obj->dev; + + return dev->driver->gem_prime_vmap(obj); +} + +static void drm_gem_dmabuf_vunmap(struct dma_buf *dma_buf, void *vaddr) +{ + struct drm_gem_object *obj = dma_buf->priv; + struct drm_device *dev = obj->dev; + + dev->driver->gem_prime_vunmap(obj, vaddr); +} + +static void *drm_gem_dmabuf_kmap_atomic(struct dma_buf *dma_buf, + unsigned long page_num) +{ + return NULL; +} + +static void drm_gem_dmabuf_kunmap_atomic(struct dma_buf *dma_buf, + unsigned long page_num, void *addr) +{ + +} +static void *drm_gem_dmabuf_kmap(struct dma_buf *dma_buf, + unsigned long page_num) +{ + return NULL; +} + +static void drm_gem_dmabuf_kunmap(struct dma_buf *dma_buf, + unsigned long page_num, void *addr) +{ + +} + +static int drm_gem_dmabuf_mmap(struct dma_buf *dma_buf, + struct vm_area_struct *vma) +{ + return -EINVAL; +} + +static const struct dma_buf_ops drm_gem_prime_dmabuf_ops = { + .map_dma_buf = drm_gem_map_dma_buf, + .unmap_dma_buf = drm_gem_unmap_dma_buf, + .release = drm_gem_dmabuf_release, + .kmap = drm_gem_dmabuf_kmap, + .kmap_atomic = drm_gem_dmabuf_kmap_atomic, + .kunmap = drm_gem_dmabuf_kunmap, + .kunmap_atomic = drm_gem_dmabuf_kunmap_atomic, + .mmap = drm_gem_dmabuf_mmap, + .vmap = drm_gem_dmabuf_vmap, + .vunmap = drm_gem_dmabuf_vunmap, +}; + +/** + * DOC: PRIME Helpers + * + * Drivers can implement @gem_prime_export and @gem_prime_import in terms of + * simpler APIs by using the helper functions @drm_gem_prime_export and + * @drm_gem_prime_import. These functions implement dma-buf support in terms of + * five lower-level driver callbacks: + * + * Export callbacks: + * + * - @gem_prime_pin (optional): prepare a GEM object for exporting + * + * - @gem_prime_get_sg_table: provide a scatter/gather table of pinned pages + * + * - @gem_prime_vmap: vmap a buffer exported by your driver + * + * - @gem_prime_vunmap: vunmap a buffer exported by your driver + * + * Import callback: + * + * - @gem_prime_import_sg_table (import): produce a GEM object from another + * driver's scatter/gather table + */ + +struct dma_buf *drm_gem_prime_export(struct drm_device *dev, + struct drm_gem_object *obj, int flags) +{ + if (dev->driver->gem_prime_pin) { + int ret = dev->driver->gem_prime_pin(obj); + if (ret) + return ERR_PTR(ret); + } + return dma_buf_export(obj, &drm_gem_prime_dmabuf_ops, obj->size, + 0600); +} +EXPORT_SYMBOL(drm_gem_prime_export); int drm_gem_prime_handle_to_fd(struct drm_device *dev, struct drm_file *file_priv, uint32_t handle, uint32_t flags, @@ -68,7 +201,8 @@ { struct drm_gem_object *obj; void *buf; - int ret; + int ret = 0; + struct dma_buf *dmabuf; obj = drm_gem_object_lookup(dev, file_priv, handle); if (!obj) @@ -77,46 +211,99 @@ mutex_lock(&file_priv->prime.lock); /* re-export the original imported object */ if (obj->import_attach) { - get_dma_buf(obj->import_attach->dmabuf); - *prime_fd = dma_buf_fd(obj->import_attach->dmabuf, flags); - drm_gem_object_unreference_unlocked(obj); - mutex_unlock(&file_priv->prime.lock); - return 0; + dmabuf = obj->import_attach->dmabuf; + goto out_have_obj; } if (obj->export_dma_buf) { - get_dma_buf(obj->export_dma_buf); - *prime_fd = dma_buf_fd(obj->export_dma_buf, flags); - drm_gem_object_unreference_unlocked(obj); - } else { - buf = dev->driver->gem_prime_export(dev, obj, flags); - if (IS_ERR(buf)) { - /* normally the created dma-buf takes ownership of the ref, - * but if that fails then drop the ref - */ - drm_gem_object_unreference_unlocked(obj); - mutex_unlock(&file_priv->prime.lock); - return PTR_ERR(buf); - } - obj->export_dma_buf = buf; - *prime_fd = dma_buf_fd(buf, flags); + dmabuf = obj->export_dma_buf; + goto out_have_obj; + } + + buf = dev->driver->gem_prime_export(dev, obj, flags); + if (IS_ERR(buf)) { + /* normally the created dma-buf takes ownership of the ref, + * but if that fails then drop the ref + */ + ret = PTR_ERR(buf); + goto out; } + obj->export_dma_buf = buf; + /* if we've exported this buffer the cheat and add it to the import list * so we get the correct handle back */ - ret = drm_prime_add_imported_buf_handle(&file_priv->prime, - obj->export_dma_buf, handle); - if (ret) { - drm_gem_object_unreference_unlocked(obj); - mutex_unlock(&file_priv->prime.lock); - return ret; - } + ret = drm_prime_add_buf_handle(&file_priv->prime, + obj->export_dma_buf, handle); + if (ret) + goto out; + *prime_fd = dma_buf_fd(buf, flags); mutex_unlock(&file_priv->prime.lock); return 0; + +out_have_obj: + get_dma_buf(dmabuf); + *prime_fd = dma_buf_fd(dmabuf, flags); +out: + drm_gem_object_unreference_unlocked(obj); + mutex_unlock(&file_priv->prime.lock); + return ret; } EXPORT_SYMBOL(drm_gem_prime_handle_to_fd); +struct drm_gem_object *drm_gem_prime_import(struct drm_device *dev, + struct dma_buf *dma_buf) +{ + struct dma_buf_attachment *attach; + struct sg_table *sgt; + struct drm_gem_object *obj; + int ret; + + if (!dev->driver->gem_prime_import_sg_table) + return ERR_PTR(-EINVAL); + + if (dma_buf->ops == &drm_gem_prime_dmabuf_ops) { + obj = dma_buf->priv; + if (obj->dev == dev) { + /* + * Importing dmabuf exported from out own gem increases + * refcount on gem itself instead of f_count of dmabuf. + */ + drm_gem_object_reference(obj); + dma_buf_put(dma_buf); + return obj; + } + } + + attach = dma_buf_attach(dma_buf, dev->dev); + if (IS_ERR(attach)) + return ERR_PTR(PTR_ERR(attach)); + + sgt = dma_buf_map_attachment(attach, DMA_BIDIRECTIONAL); + if (IS_ERR_OR_NULL(sgt)) { + ret = PTR_ERR(sgt); + goto fail_detach; + } + + obj = dev->driver->gem_prime_import_sg_table(dev, dma_buf->size, sgt); + if (IS_ERR(obj)) { + ret = PTR_ERR(obj); + goto fail_unmap; + } + + obj->import_attach = attach; + + return obj; + +fail_unmap: + dma_buf_unmap_attachment(attach, sgt, DMA_BIDIRECTIONAL); +fail_detach: + dma_buf_detach(dma_buf, attach); + return ERR_PTR(ret); +} +EXPORT_SYMBOL(drm_gem_prime_import); + int drm_gem_prime_fd_to_handle(struct drm_device *dev, struct drm_file *file_priv, int prime_fd, uint32_t *handle) { @@ -130,7 +317,7 @@ mutex_lock(&file_priv->prime.lock); - ret = drm_prime_lookup_imported_buf_handle(&file_priv->prime, + ret = drm_prime_lookup_buf_handle(&file_priv->prime, dma_buf, handle); if (!ret) { ret = 0; @@ -149,7 +336,7 @@ if (ret) goto out_put; - ret = drm_prime_add_imported_buf_handle(&file_priv->prime, + ret = drm_prime_add_buf_handle(&file_priv->prime, dma_buf, *handle); if (ret) goto fail; @@ -307,7 +494,7 @@ } EXPORT_SYMBOL(drm_prime_destroy_file_private); -int drm_prime_add_imported_buf_handle(struct drm_prime_file_private *prime_fpriv, struct dma_buf *dma_buf, uint32_t handle) +static int drm_prime_add_buf_handle(struct drm_prime_file_private *prime_fpriv, struct dma_buf *dma_buf, uint32_t handle) { struct drm_prime_member *member; @@ -315,14 +502,14 @@ if (!member) return -ENOMEM; + get_dma_buf(dma_buf); member->dma_buf = dma_buf; member->handle = handle; list_add(&member->entry, &prime_fpriv->head); return 0; } -EXPORT_SYMBOL(drm_prime_add_imported_buf_handle); -int drm_prime_lookup_imported_buf_handle(struct drm_prime_file_private *prime_fpriv, struct dma_buf *dma_buf, uint32_t *handle) +int drm_prime_lookup_buf_handle(struct drm_prime_file_private *prime_fpriv, struct dma_buf *dma_buf, uint32_t *handle) { struct drm_prime_member *member; @@ -334,19 +521,20 @@ } return -ENOENT; } -EXPORT_SYMBOL(drm_prime_lookup_imported_buf_handle); +EXPORT_SYMBOL(drm_prime_lookup_buf_handle); -void drm_prime_remove_imported_buf_handle(struct drm_prime_file_private *prime_fpriv, struct dma_buf *dma_buf) +void drm_prime_remove_buf_handle(struct drm_prime_file_private *prime_fpriv, struct dma_buf *dma_buf) { struct drm_prime_member *member, *safe; mutex_lock(&prime_fpriv->lock); list_for_each_entry_safe(member, safe, &prime_fpriv->head, entry) { if (member->dma_buf == dma_buf) { + dma_buf_put(dma_buf); list_del(&member->entry); kfree(member); } } mutex_unlock(&prime_fpriv->lock); } -EXPORT_SYMBOL(drm_prime_remove_imported_buf_handle); +EXPORT_SYMBOL(drm_prime_remove_buf_handle); --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/mgag200/mgag200_mode.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/mgag200/mgag200_mode.c @@ -189,12 +189,12 @@ WREG8(DAC_INDEX, MGA1064_PIX_CLK_CTL); tmp = RREG8(DAC_DATA); tmp |= MGA1064_PIX_CLK_CTL_CLK_DIS; - WREG_DAC(MGA1064_PIX_CLK_CTL_CLK_DIS, tmp); + WREG8(DAC_DATA, tmp); WREG8(DAC_INDEX, MGA1064_REMHEADCTL); tmp = RREG8(DAC_DATA); tmp |= MGA1064_REMHEADCTL_CLKDIS; - WREG_DAC(MGA1064_REMHEADCTL, tmp); + WREG8(DAC_DATA, tmp); /* select PLL Set C */ tmp = RREG8(MGAREG_MEM_MISC_READ); @@ -204,7 +204,7 @@ WREG8(DAC_INDEX, MGA1064_PIX_CLK_CTL); tmp = RREG8(DAC_DATA); tmp |= MGA1064_PIX_CLK_CTL_CLK_POW_DOWN | 0x80; - WREG_DAC(MGA1064_PIX_CLK_CTL, tmp); + WREG8(DAC_DATA, tmp); udelay(500); @@ -212,7 +212,7 @@ WREG8(DAC_INDEX, MGA1064_VREF_CTL); tmp = RREG8(DAC_DATA); tmp &= ~0x04; - WREG_DAC(MGA1064_VREF_CTL, tmp); + WREG8(DAC_DATA, tmp); udelay(50); @@ -236,13 +236,13 @@ tmp = RREG8(DAC_DATA); tmp &= ~MGA1064_PIX_CLK_CTL_SEL_MSK; tmp |= MGA1064_PIX_CLK_CTL_SEL_PLL; - WREG_DAC(MGA1064_PIX_CLK_CTL, tmp); + WREG8(DAC_DATA, tmp); WREG8(DAC_INDEX, MGA1064_REMHEADCTL); tmp = RREG8(DAC_DATA); tmp &= ~MGA1064_REMHEADCTL_CLKSL_MSK; tmp |= MGA1064_REMHEADCTL_CLKSL_PLL; - WREG_DAC(MGA1064_REMHEADCTL, tmp); + WREG8(DAC_DATA, tmp); /* reset dotclock rate bit */ WREG8(MGAREG_SEQ_INDEX, 1); @@ -253,7 +253,7 @@ WREG8(DAC_INDEX, MGA1064_PIX_CLK_CTL); tmp = RREG8(DAC_DATA); tmp &= ~MGA1064_PIX_CLK_CTL_CLK_DIS; - WREG_DAC(MGA1064_PIX_CLK_CTL, tmp); + WREG8(DAC_DATA, tmp); vcount = RREG8(MGAREG_VCOUNT); @@ -318,7 +318,7 @@ WREG8(DAC_INDEX, MGA1064_PIX_CLK_CTL); tmp = RREG8(DAC_DATA); tmp |= MGA1064_PIX_CLK_CTL_CLK_DIS; - WREG_DAC(MGA1064_PIX_CLK_CTL_CLK_DIS, tmp); + WREG8(DAC_DATA, tmp); tmp = RREG8(MGAREG_MEM_MISC_READ); tmp |= 0x3 << 2; @@ -326,12 +326,12 @@ WREG8(DAC_INDEX, MGA1064_PIX_PLL_STAT); tmp = RREG8(DAC_DATA); - WREG_DAC(MGA1064_PIX_PLL_STAT, tmp & ~0x40); + WREG8(DAC_DATA, tmp & ~0x40); WREG8(DAC_INDEX, MGA1064_PIX_CLK_CTL); tmp = RREG8(DAC_DATA); tmp |= MGA1064_PIX_CLK_CTL_CLK_POW_DOWN; - WREG_DAC(MGA1064_PIX_CLK_CTL, tmp); + WREG8(DAC_DATA, tmp); WREG_DAC(MGA1064_EV_PIX_PLLC_M, m); WREG_DAC(MGA1064_EV_PIX_PLLC_N, n); @@ -342,7 +342,7 @@ WREG8(DAC_INDEX, MGA1064_PIX_CLK_CTL); tmp = RREG8(DAC_DATA); tmp &= ~MGA1064_PIX_CLK_CTL_CLK_POW_DOWN; - WREG_DAC(MGA1064_PIX_CLK_CTL, tmp); + WREG8(DAC_DATA, tmp); udelay(500); @@ -350,11 +350,11 @@ tmp = RREG8(DAC_DATA); tmp &= ~MGA1064_PIX_CLK_CTL_SEL_MSK; tmp |= MGA1064_PIX_CLK_CTL_SEL_PLL; - WREG_DAC(MGA1064_PIX_CLK_CTL, tmp); + WREG8(DAC_DATA, tmp); WREG8(DAC_INDEX, MGA1064_PIX_PLL_STAT); tmp = RREG8(DAC_DATA); - WREG_DAC(MGA1064_PIX_PLL_STAT, tmp | 0x40); + WREG8(DAC_DATA, tmp | 0x40); tmp = RREG8(MGAREG_MEM_MISC_READ); tmp |= (0x3 << 2); @@ -363,7 +363,7 @@ WREG8(DAC_INDEX, MGA1064_PIX_CLK_CTL); tmp = RREG8(DAC_DATA); tmp &= ~MGA1064_PIX_CLK_CTL_CLK_DIS; - WREG_DAC(MGA1064_PIX_CLK_CTL, tmp); + WREG8(DAC_DATA, tmp); return 0; } @@ -382,19 +382,19 @@ m = n = p = 0; vcomax = 800000; vcomin = 400000; - pllreffreq = 3333; + pllreffreq = 33333; delta = 0xffffffff; permitteddelta = clock * 5 / 1000; - for (testp = 16; testp > 0; testp--) { + for (testp = 16; testp > 0; testp >>= 1) { if (clock * testp > vcomax) continue; if (clock * testp < vcomin) continue; for (testm = 1; testm < 33; testm++) { - for (testn = 1; testn < 257; testn++) { + for (testn = 17; testn < 257; testn++) { computed = (pllreffreq * testn) / (testm * testp); if (computed > clock) @@ -404,11 +404,11 @@ if (tmpdelta < delta) { delta = tmpdelta; n = testn - 1; - m = (testm - 1) | ((n >> 1) & 0x80); + m = (testm - 1); p = testp - 1; } if ((clock * testp) >= 600000) - p |= 80; + p |= 0x80; } } } @@ -416,7 +416,7 @@ WREG8(DAC_INDEX, MGA1064_PIX_CLK_CTL); tmp = RREG8(DAC_DATA); tmp |= MGA1064_PIX_CLK_CTL_CLK_DIS; - WREG_DAC(MGA1064_PIX_CLK_CTL_CLK_DIS, tmp); + WREG8(DAC_DATA, tmp); tmp = RREG8(MGAREG_MEM_MISC_READ); tmp |= 0x3 << 2; @@ -425,7 +425,7 @@ WREG8(DAC_INDEX, MGA1064_PIX_CLK_CTL); tmp = RREG8(DAC_DATA); tmp |= MGA1064_PIX_CLK_CTL_CLK_POW_DOWN; - WREG_DAC(MGA1064_PIX_CLK_CTL, tmp); + WREG8(DAC_DATA, tmp); udelay(500); @@ -439,13 +439,13 @@ tmp = RREG8(DAC_DATA); tmp &= ~MGA1064_PIX_CLK_CTL_SEL_MSK; tmp |= MGA1064_PIX_CLK_CTL_SEL_PLL; - WREG_DAC(MGA1064_PIX_CLK_CTL, tmp); + WREG8(DAC_DATA, tmp); WREG8(DAC_INDEX, MGA1064_PIX_CLK_CTL); tmp = RREG8(DAC_DATA); tmp &= ~MGA1064_PIX_CLK_CTL_CLK_DIS; tmp &= ~MGA1064_PIX_CLK_CTL_CLK_POW_DOWN; - WREG_DAC(MGA1064_PIX_CLK_CTL, tmp); + WREG8(DAC_DATA, tmp); vcount = RREG8(MGAREG_VCOUNT); @@ -515,12 +515,12 @@ WREG8(DAC_INDEX, MGA1064_PIX_CLK_CTL); tmp = RREG8(DAC_DATA); tmp |= MGA1064_PIX_CLK_CTL_CLK_DIS; - WREG_DAC(MGA1064_PIX_CLK_CTL_CLK_DIS, tmp); + WREG8(DAC_DATA, tmp); WREG8(DAC_INDEX, MGA1064_REMHEADCTL); tmp = RREG8(DAC_DATA); tmp |= MGA1064_REMHEADCTL_CLKDIS; - WREG_DAC(MGA1064_REMHEADCTL, tmp); + WREG8(DAC_DATA, tmp); tmp = RREG8(MGAREG_MEM_MISC_READ); tmp |= (0x3<<2) | 0xc0; @@ -530,7 +530,7 @@ tmp = RREG8(DAC_DATA); tmp &= ~MGA1064_PIX_CLK_CTL_CLK_DIS; tmp |= MGA1064_PIX_CLK_CTL_CLK_POW_DOWN; - WREG_DAC(MGA1064_PIX_CLK_CTL, tmp); + WREG8(DAC_DATA, tmp); udelay(500); @@ -657,12 +657,26 @@ WREG_DAC(MGA1064_GEN_IO_DATA, tmp); } - +/* + This is how the framebuffer base address is stored in g200 cards: + * Assume @offset is the gpu_addr variable of the framebuffer object + * Then addr is the number of _pixels_ (not bytes) from the start of + VRAM to the first pixel we want to display. (divided by 2 for 32bit + framebuffers) + * addr is stored in the CRTCEXT0, CRTCC and CRTCD registers + addr<20> -> CRTCEXT0<6> + addr<19-16> -> CRTCEXT0<3-0> + addr<15-8> -> CRTCC<7-0> + addr<7-0> -> CRTCD<7-0> + CRTCEXT0 has to be programmed last to trigger an update and make the + new addr variable take effect. + */ void mga_set_start_address(struct drm_crtc *crtc, unsigned offset) { struct mga_device *mdev = crtc->dev->dev_private; u32 addr; int count; + u8 crtcext0; while (RREG8(0x1fda) & 0x08); while (!(RREG8(0x1fda) & 0x08)); @@ -670,10 +684,17 @@ count = RREG8(MGAREG_VCOUNT) + 2; while (RREG8(MGAREG_VCOUNT) < count); - addr = offset >> 2; + WREG8(MGAREG_CRTCEXT_INDEX, 0); + crtcext0 = RREG8(MGAREG_CRTCEXT_DATA); + crtcext0 &= 0xB0; + addr = offset / 8; + /* Can't store addresses any higher than that... + but we also don't have more than 16MB of memory, so it should be fine. */ + WARN_ON(addr > 0x1fffff); + crtcext0 |= (!!(addr & (1<<20)))<<6; WREG_CRT(0x0d, (u8)(addr & 0xff)); WREG_CRT(0x0c, (u8)(addr >> 8) & 0xff); - WREG_CRT(0xaf, (u8)(addr >> 16) & 0xf); + WREG_ECRT(0x0, ((u8)(addr >> 16) & 0xf) | crtcext0); } @@ -751,8 +772,6 @@ int i; unsigned char misc = 0; unsigned char ext_vga[6]; - unsigned char ext_vga_index24; - unsigned char dac_index90 = 0; u8 bppshift; static unsigned char dacvalue[] = { @@ -803,7 +822,6 @@ option2 = 0x0000b000; break; case G200_ER: - dac_index90 = 0; break; } @@ -852,10 +870,8 @@ WREG_DAC(i, dacvalue[i]); } - if (mdev->type == G200_ER) { - WREG_DAC(0x90, dac_index90); - } - + if (mdev->type == G200_ER) + WREG_DAC(0x90, 0); if (option) pci_write_config_dword(dev->pdev, PCI_MGA_OPTION, option); @@ -952,8 +968,6 @@ if (mdev->type == G200_WB) ext_vga[1] |= 0x88; - ext_vga_index24 = 0x05; - /* Set pixel clocks */ misc = 0x2d; WREG8(MGA_MISC_OUT, misc); @@ -965,7 +979,7 @@ } if (mdev->type == G200_ER) - WREG_ECRT(24, ext_vga_index24); + WREG_ECRT(0x24, 0x5); if (mdev->type == G200_EV) { WREG_ECRT(6, 0); --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/mgag200/mgag200_ttm.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/mgag200/mgag200_ttm.c @@ -315,8 +315,8 @@ ret = ttm_bo_reserve(&bo->bo, true, no_wait, false, 0); if (ret) { - if (ret != -ERESTARTSYS) - DRM_ERROR("reserve failed %p\n", bo); + if (ret != -ERESTARTSYS && ret != -EBUSY) + DRM_ERROR("reserve failed %p %d\n", bo, ret); return ret; } return 0; --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/mgag200/mgag200_drv.h +++ linux-lowlatency-3.8.0/drivers/gpu/drm/mgag200/mgag200_drv.h @@ -116,6 +116,8 @@ void *sysram; int size; struct ttm_bo_kmap_obj mapping; + int x1, y1, x2, y2; /* dirty rect */ + spinlock_t dirty_lock; }; struct mga_crtc { --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/mgag200/mgag200_fb.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/mgag200/mgag200_fb.c @@ -28,16 +28,52 @@ int bpp = (mfbdev->mfb.base.bits_per_pixel + 7)/8; int ret; bool unmap = false; + bool store_for_later = false; + int x2, y2; + unsigned long flags; obj = mfbdev->mfb.obj; bo = gem_to_mga_bo(obj); + /* + * try and reserve the BO, if we fail with busy + * then the BO is being moved and we should + * store up the damage until later. + */ ret = mgag200_bo_reserve(bo, true); if (ret) { - DRM_ERROR("failed to reserve fb bo\n"); + if (ret != -EBUSY) + return; + + store_for_later = true; + } + + x2 = x + width - 1; + y2 = y + height - 1; + spin_lock_irqsave(&mfbdev->dirty_lock, flags); + + if (mfbdev->y1 < y) + y = mfbdev->y1; + if (mfbdev->y2 > y2) + y2 = mfbdev->y2; + if (mfbdev->x1 < x) + x = mfbdev->x1; + if (mfbdev->x2 > x2) + x2 = mfbdev->x2; + + if (store_for_later) { + mfbdev->x1 = x; + mfbdev->x2 = x2; + mfbdev->y1 = y; + mfbdev->y2 = y2; + spin_unlock_irqrestore(&mfbdev->dirty_lock, flags); return; } + mfbdev->x1 = mfbdev->y1 = INT_MAX; + mfbdev->x2 = mfbdev->y2 = 0; + spin_unlock_irqrestore(&mfbdev->dirty_lock, flags); + if (!bo->kmap.virtual) { ret = ttm_bo_kmap(&bo->bo, 0, bo->bo.num_pages, &bo->kmap); if (ret) { @@ -47,10 +83,10 @@ } unmap = true; } - for (i = y; i < y + height; i++) { + for (i = y; i <= y2; i++) { /* assume equal stride for now */ src_offset = dst_offset = i * mfbdev->mfb.base.pitches[0] + (x * bpp); - memcpy_toio(bo->kmap.virtual + src_offset, mfbdev->sysram + src_offset, width * bpp); + memcpy_toio(bo->kmap.virtual + src_offset, mfbdev->sysram + src_offset, (x2 - x + 1) * bpp); } if (unmap) @@ -269,6 +305,7 @@ mdev->mfbdev = mfbdev; mfbdev->helper.funcs = &mga_fb_helper_funcs; + spin_lock_init(&mfbdev->dirty_lock); ret = drm_fb_helper_init(mdev->dev, &mfbdev->helper, mdev->num_crtc, MGAG200FB_CONN_LIMIT); --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/gma500/psb_irq.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/gma500/psb_irq.c @@ -211,7 +211,7 @@ vdc_stat = PSB_RVDC32(PSB_INT_IDENTITY_R); - if (vdc_stat & _PSB_PIPE_EVENT_FLAG) + if (vdc_stat & (_PSB_PIPE_EVENT_FLAG|_PSB_IRQ_ASLE)) dsp_int = 1; /* FIXME: Handle Medfield --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/udl/udl_drv.h +++ linux-lowlatency-3.8.0/drivers/gpu/drm/udl/udl_drv.h @@ -75,6 +75,8 @@ struct drm_framebuffer base; struct udl_gem_object *obj; bool active_16; /* active on the 16-bit channel */ + int x1, y1, x2, y2; /* dirty rect */ + spinlock_t dirty_lock; }; #define to_udl_fb(x) container_of(x, struct udl_framebuffer, base) --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/udl/udl_fb.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/udl/udl_fb.c @@ -22,9 +22,9 @@ #include -#define DL_DEFIO_WRITE_DELAY 5 /* fb_deferred_io.delay in jiffies */ +#define DL_DEFIO_WRITE_DELAY (HZ/20) /* fb_deferred_io.delay in jiffies */ -static int fb_defio = 1; /* Optionally enable experimental fb_defio mmap support */ +static int fb_defio = 0; /* Optionally enable experimental fb_defio mmap support */ static int fb_bpp = 16; module_param(fb_bpp, int, S_IWUSR | S_IRUSR | S_IWGRP | S_IRGRP); @@ -153,6 +153,9 @@ struct urb *urb; int aligned_x; int bpp = (fb->base.bits_per_pixel / 8); + int x2, y2; + bool store_for_later = false; + unsigned long flags; if (!fb->active_16) return 0; @@ -169,8 +172,6 @@ } } - start_cycles = get_cycles(); - aligned_x = DL_ALIGN_DOWN(x, sizeof(unsigned long)); width = DL_ALIGN_UP(width + (x-aligned_x), sizeof(unsigned long)); x = aligned_x; @@ -180,19 +181,53 @@ (y + height > fb->base.height)) return -EINVAL; + /* if we are in atomic just store the info + can't test inside spin lock */ + if (in_atomic()) + store_for_later = true; + + x2 = x + width - 1; + y2 = y + height - 1; + + spin_lock_irqsave(&fb->dirty_lock, flags); + + if (fb->y1 < y) + y = fb->y1; + if (fb->y2 > y2) + y2 = fb->y2; + if (fb->x1 < x) + x = fb->x1; + if (fb->x2 > x2) + x2 = fb->x2; + + if (store_for_later) { + fb->x1 = x; + fb->x2 = x2; + fb->y1 = y; + fb->y2 = y2; + spin_unlock_irqrestore(&fb->dirty_lock, flags); + return 0; + } + + fb->x1 = fb->y1 = INT_MAX; + fb->x2 = fb->y2 = 0; + + spin_unlock_irqrestore(&fb->dirty_lock, flags); + start_cycles = get_cycles(); + urb = udl_get_urb(dev); if (!urb) return 0; cmd = urb->transfer_buffer; - for (i = y; i < y + height ; i++) { + for (i = y; i <= y2 ; i++) { const int line_offset = fb->base.pitches[0] * i; const int byte_offset = line_offset + (x * bpp); const int dev_byte_offset = (fb->base.width * bpp * i) + (x * bpp); if (udl_render_hline(dev, bpp, &urb, (char *) fb->obj->vmapping, &cmd, byte_offset, dev_byte_offset, - width * bpp, + (x2 - x + 1) * bpp, &bytes_identical, &bytes_sent)) goto error; } @@ -434,6 +469,7 @@ { int ret; + spin_lock_init(&ufb->dirty_lock); ufb->obj = obj; ret = drm_framebuffer_init(dev, &ufb->base, &udlfb_funcs); drm_helper_mode_fill_fb_struct(&ufb->base, mode_cmd); --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/udl/udl_connector.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/udl/udl_connector.c @@ -61,6 +61,10 @@ int ret; edid = (struct edid *)udl_get_edid(udl); + if (!edid) { + drm_mode_connector_update_edid_property(connector, NULL); + return 0; + } /* * We only read the main block, but if the monitor reports extension --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/ast/ast_ttm.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/ast/ast_ttm.c @@ -316,7 +316,7 @@ ret = ttm_bo_reserve(&bo->bo, true, no_wait, false, 0); if (ret) { - if (ret != -ERESTARTSYS) + if (ret != -ERESTARTSYS && ret != -EBUSY) DRM_ERROR("reserve failed %p\n", bo); return ret; } --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/ast/ast_drv.h +++ linux-lowlatency-3.8.0/drivers/gpu/drm/ast/ast_drv.h @@ -239,6 +239,8 @@ void *sysram; int size; struct ttm_bo_kmap_obj mapping; + int x1, y1, x2, y2; /* dirty rect */ + spinlock_t dirty_lock; }; #define to_ast_crtc(x) container_of(x, struct ast_crtc, base) --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/ast/ast_fb.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/ast/ast_fb.c @@ -52,16 +52,52 @@ int bpp = (afbdev->afb.base.bits_per_pixel + 7)/8; int ret; bool unmap = false; + bool store_for_later = false; + int x2, y2; + unsigned long flags; obj = afbdev->afb.obj; bo = gem_to_ast_bo(obj); + /* + * try and reserve the BO, if we fail with busy + * then the BO is being moved and we should + * store up the damage until later. + */ ret = ast_bo_reserve(bo, true); if (ret) { - DRM_ERROR("failed to reserve fb bo\n"); + if (ret != -EBUSY) + return; + + store_for_later = true; + } + + x2 = x + width - 1; + y2 = y + height - 1; + spin_lock_irqsave(&afbdev->dirty_lock, flags); + + if (afbdev->y1 < y) + y = afbdev->y1; + if (afbdev->y2 > y2) + y2 = afbdev->y2; + if (afbdev->x1 < x) + x = afbdev->x1; + if (afbdev->x2 > x2) + x2 = afbdev->x2; + + if (store_for_later) { + afbdev->x1 = x; + afbdev->x2 = x2; + afbdev->y1 = y; + afbdev->y2 = y2; + spin_unlock_irqrestore(&afbdev->dirty_lock, flags); return; } + afbdev->x1 = afbdev->y1 = INT_MAX; + afbdev->x2 = afbdev->y2 = 0; + spin_unlock_irqrestore(&afbdev->dirty_lock, flags); + if (!bo->kmap.virtual) { ret = ttm_bo_kmap(&bo->bo, 0, bo->bo.num_pages, &bo->kmap); if (ret) { @@ -71,10 +107,10 @@ } unmap = true; } - for (i = y; i < y + height; i++) { + for (i = y; i <= y2; i++) { /* assume equal stride for now */ src_offset = dst_offset = i * afbdev->afb.base.pitches[0] + (x * bpp); - memcpy_toio(bo->kmap.virtual + src_offset, afbdev->sysram + src_offset, width * bpp); + memcpy_toio(bo->kmap.virtual + src_offset, afbdev->sysram + src_offset, (x2 - x + 1) * bpp); } if (unmap) @@ -305,6 +341,7 @@ ast->fbdev = afbdev; afbdev->helper.funcs = &ast_fb_helper_funcs; + spin_lock_init(&afbdev->dirty_lock); ret = drm_fb_helper_init(dev, &afbdev->helper, 1, 1); if (ret) { --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/cirrus/cirrus_fbdev.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/cirrus/cirrus_fbdev.c @@ -26,16 +26,51 @@ int bpp = (afbdev->gfb.base.bits_per_pixel + 7)/8; int ret; bool unmap = false; + bool store_for_later = false; + int x2, y2; + unsigned long flags; obj = afbdev->gfb.obj; bo = gem_to_cirrus_bo(obj); + /* + * try and reserve the BO, if we fail with busy + * then the BO is being moved and we should + * store up the damage until later. + */ ret = cirrus_bo_reserve(bo, true); if (ret) { - DRM_ERROR("failed to reserve fb bo\n"); + if (ret != -EBUSY) + return; + store_for_later = true; + } + + x2 = x + width - 1; + y2 = y + height - 1; + spin_lock_irqsave(&afbdev->dirty_lock, flags); + + if (afbdev->y1 < y) + y = afbdev->y1; + if (afbdev->y2 > y2) + y2 = afbdev->y2; + if (afbdev->x1 < x) + x = afbdev->x1; + if (afbdev->x2 > x2) + x2 = afbdev->x2; + + if (store_for_later) { + afbdev->x1 = x; + afbdev->x2 = x2; + afbdev->y1 = y; + afbdev->y2 = y2; + spin_unlock_irqrestore(&afbdev->dirty_lock, flags); return; } + afbdev->x1 = afbdev->y1 = INT_MAX; + afbdev->x2 = afbdev->y2 = 0; + spin_unlock_irqrestore(&afbdev->dirty_lock, flags); + if (!bo->kmap.virtual) { ret = ttm_bo_kmap(&bo->bo, 0, bo->bo.num_pages, &bo->kmap); if (ret) { @@ -282,6 +317,7 @@ cdev->mode_info.gfbdev = gfbdev; gfbdev->helper.funcs = &cirrus_fb_helper_funcs; + spin_lock_init(&gfbdev->dirty_lock); ret = drm_fb_helper_init(cdev->dev, &gfbdev->helper, cdev->num_crtc, CIRRUSFB_CONN_LIMIT); --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/cirrus/cirrus_ttm.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/cirrus/cirrus_ttm.c @@ -321,7 +321,7 @@ ret = ttm_bo_reserve(&bo->bo, true, no_wait, false, 0); if (ret) { - if (ret != -ERESTARTSYS) + if (ret != -ERESTARTSYS && ret != -EBUSY) DRM_ERROR("reserve failed %p\n", bo); return ret; } --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/cirrus/cirrus_drv.h +++ linux-lowlatency-3.8.0/drivers/gpu/drm/cirrus/cirrus_drv.h @@ -154,6 +154,8 @@ struct list_head fbdev_list; void *sysram; int size; + int x1, y1, x2, y2; /* dirty rect */ + spinlock_t dirty_lock; }; struct cirrus_bo { --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/radeon/radeon_prime.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/radeon/radeon_prime.c @@ -28,199 +28,71 @@ #include "radeon.h" #include -#include - -static struct sg_table *radeon_gem_map_dma_buf(struct dma_buf_attachment *attachment, - enum dma_data_direction dir) +struct sg_table *radeon_gem_prime_get_sg_table(struct drm_gem_object *obj) { - struct radeon_bo *bo = attachment->dmabuf->priv; - struct drm_device *dev = bo->rdev->ddev; + struct radeon_bo *bo = gem_to_radeon_bo(obj); int npages = bo->tbo.num_pages; - struct sg_table *sg; - int nents; - - mutex_lock(&dev->struct_mutex); - sg = drm_prime_pages_to_sg(bo->tbo.ttm->pages, npages); - nents = dma_map_sg(attachment->dev, sg->sgl, sg->nents, dir); - mutex_unlock(&dev->struct_mutex); - return sg; -} - -static void radeon_gem_unmap_dma_buf(struct dma_buf_attachment *attachment, - struct sg_table *sg, enum dma_data_direction dir) -{ - dma_unmap_sg(attachment->dev, sg->sgl, sg->nents, dir); - sg_free_table(sg); - kfree(sg); -} - -static void radeon_gem_dmabuf_release(struct dma_buf *dma_buf) -{ - struct radeon_bo *bo = dma_buf->priv; - - if (bo->gem_base.export_dma_buf == dma_buf) { - DRM_ERROR("unreference dmabuf %p\n", &bo->gem_base); - bo->gem_base.export_dma_buf = NULL; - drm_gem_object_unreference_unlocked(&bo->gem_base); - } -} - -static void *radeon_gem_kmap_atomic(struct dma_buf *dma_buf, unsigned long page_num) -{ - return NULL; -} - -static void radeon_gem_kunmap_atomic(struct dma_buf *dma_buf, unsigned long page_num, void *addr) -{ - -} -static void *radeon_gem_kmap(struct dma_buf *dma_buf, unsigned long page_num) -{ - return NULL; -} - -static void radeon_gem_kunmap(struct dma_buf *dma_buf, unsigned long page_num, void *addr) -{ + return drm_prime_pages_to_sg(bo->tbo.ttm->pages, npages); } -static int radeon_gem_prime_mmap(struct dma_buf *dma_buf, struct vm_area_struct *vma) +void *radeon_gem_prime_vmap(struct drm_gem_object *obj) { - return -EINVAL; -} - -static void *radeon_gem_prime_vmap(struct dma_buf *dma_buf) -{ - struct radeon_bo *bo = dma_buf->priv; - struct drm_device *dev = bo->rdev->ddev; + struct radeon_bo *bo = gem_to_radeon_bo(obj); int ret; - mutex_lock(&dev->struct_mutex); - if (bo->vmapping_count) { - bo->vmapping_count++; - goto out_unlock; - } - ret = ttm_bo_kmap(&bo->tbo, 0, bo->tbo.num_pages, &bo->dma_buf_vmap); - if (ret) { - mutex_unlock(&dev->struct_mutex); + if (ret) return ERR_PTR(ret); - } - bo->vmapping_count = 1; -out_unlock: - mutex_unlock(&dev->struct_mutex); + return bo->dma_buf_vmap.virtual; } -static void radeon_gem_prime_vunmap(struct dma_buf *dma_buf, void *vaddr) +void radeon_gem_prime_vunmap(struct drm_gem_object *obj, void *vaddr) { - struct radeon_bo *bo = dma_buf->priv; - struct drm_device *dev = bo->rdev->ddev; + struct radeon_bo *bo = gem_to_radeon_bo(obj); - mutex_lock(&dev->struct_mutex); - bo->vmapping_count--; - if (bo->vmapping_count == 0) { - ttm_bo_kunmap(&bo->dma_buf_vmap); - } - mutex_unlock(&dev->struct_mutex); + ttm_bo_kunmap(&bo->dma_buf_vmap); } -const static struct dma_buf_ops radeon_dmabuf_ops = { - .map_dma_buf = radeon_gem_map_dma_buf, - .unmap_dma_buf = radeon_gem_unmap_dma_buf, - .release = radeon_gem_dmabuf_release, - .kmap = radeon_gem_kmap, - .kmap_atomic = radeon_gem_kmap_atomic, - .kunmap = radeon_gem_kunmap, - .kunmap_atomic = radeon_gem_kunmap_atomic, - .mmap = radeon_gem_prime_mmap, - .vmap = radeon_gem_prime_vmap, - .vunmap = radeon_gem_prime_vunmap, -}; - -static int radeon_prime_create(struct drm_device *dev, - size_t size, - struct sg_table *sg, - struct radeon_bo **pbo) + +struct drm_gem_object *radeon_gem_prime_import_sg_table(struct drm_device *dev, + size_t size, + struct sg_table *sg) { struct radeon_device *rdev = dev->dev_private; struct radeon_bo *bo; int ret; ret = radeon_bo_create(rdev, size, PAGE_SIZE, false, - RADEON_GEM_DOMAIN_GTT, sg, pbo); + RADEON_GEM_DOMAIN_GTT, sg, &bo); if (ret) - return ret; - bo = *pbo; + return ERR_PTR(ret); bo->gem_base.driver_private = bo; mutex_lock(&rdev->gem.mutex); list_add_tail(&bo->list, &rdev->gem.objects); mutex_unlock(&rdev->gem.mutex); - return 0; + return &bo->gem_base; } -struct dma_buf *radeon_gem_prime_export(struct drm_device *dev, - struct drm_gem_object *obj, - int flags) +int radeon_gem_prime_pin(struct drm_gem_object *obj) { struct radeon_bo *bo = gem_to_radeon_bo(obj); int ret = 0; ret = radeon_bo_reserve(bo, false); if (unlikely(ret != 0)) - return ERR_PTR(ret); + return ret; /* pin buffer into GTT */ ret = radeon_bo_pin(bo, RADEON_GEM_DOMAIN_GTT, NULL); if (ret) { radeon_bo_unreserve(bo); - return ERR_PTR(ret); + return ret; } radeon_bo_unreserve(bo); - return dma_buf_export(bo, &radeon_dmabuf_ops, obj->size, flags); -} -struct drm_gem_object *radeon_gem_prime_import(struct drm_device *dev, - struct dma_buf *dma_buf) -{ - struct dma_buf_attachment *attach; - struct sg_table *sg; - struct radeon_bo *bo; - int ret; - - if (dma_buf->ops == &radeon_dmabuf_ops) { - bo = dma_buf->priv; - if (bo->gem_base.dev == dev) { - drm_gem_object_reference(&bo->gem_base); - dma_buf_put(dma_buf); - return &bo->gem_base; - } - } - - /* need to attach */ - attach = dma_buf_attach(dma_buf, dev->dev); - if (IS_ERR(attach)) - return ERR_CAST(attach); - - sg = dma_buf_map_attachment(attach, DMA_BIDIRECTIONAL); - if (IS_ERR(sg)) { - ret = PTR_ERR(sg); - goto fail_detach; - } - - ret = radeon_prime_create(dev, dma_buf->size, sg, &bo); - if (ret) - goto fail_unmap; - - bo->gem_base.import_attach = attach; - - return &bo->gem_base; - -fail_unmap: - dma_buf_unmap_attachment(attach, sg, DMA_BIDIRECTIONAL); -fail_detach: - dma_buf_detach(dma_buf, attach); - return ERR_PTR(ret); + return 0; } --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/radeon/atom.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/radeon/atom.c @@ -1389,10 +1389,10 @@ firmware_usage = (struct _ATOM_VRAM_USAGE_BY_FIRMWARE *)(ctx->bios + data_offset); DRM_DEBUG("atom firmware requested %08x %dkb\n", - firmware_usage->asFirmwareVramReserveInfo[0].ulStartAddrUsedByFirmware, - firmware_usage->asFirmwareVramReserveInfo[0].usFirmwareUseInKb); + le32_to_cpu(firmware_usage->asFirmwareVramReserveInfo[0].ulStartAddrUsedByFirmware), + le16_to_cpu(firmware_usage->asFirmwareVramReserveInfo[0].usFirmwareUseInKb)); - usage_bytes = firmware_usage->asFirmwareVramReserveInfo[0].usFirmwareUseInKb * 1024; + usage_bytes = le16_to_cpu(firmware_usage->asFirmwareVramReserveInfo[0].usFirmwareUseInKb) * 1024; } ctx->scratch_size_bytes = 0; if (usage_bytes == 0) --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/radeon/atombios_crtc.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/radeon/atombios_crtc.c @@ -252,8 +252,6 @@ radeon_crtc->enabled = true; /* adjust pm to dpms changes BEFORE enabling crtcs */ radeon_pm_compute_clocks(rdev); - if (ASIC_IS_DCE6(rdev) && !radeon_crtc->in_mode_set) - atombios_powergate_crtc(crtc, ATOM_DISABLE); atombios_enable_crtc(crtc, ATOM_ENABLE); if (ASIC_IS_DCE3(rdev) && !ASIC_IS_DCE6(rdev)) atombios_enable_crtc_memreq(crtc, ATOM_ENABLE); @@ -271,8 +269,6 @@ atombios_enable_crtc_memreq(crtc, ATOM_DISABLE); atombios_enable_crtc(crtc, ATOM_DISABLE); radeon_crtc->enabled = false; - if (ASIC_IS_DCE6(rdev) && !radeon_crtc->in_mode_set) - atombios_powergate_crtc(crtc, ATOM_ENABLE); /* adjust pm to dpms changes AFTER disabling crtcs */ radeon_pm_compute_clocks(rdev); break; @@ -561,6 +557,9 @@ /* use frac fb div on APUs */ if (ASIC_IS_DCE41(rdev) || ASIC_IS_DCE61(rdev)) radeon_crtc->pll_flags |= RADEON_PLL_USE_FRAC_FB_DIV; + /* use frac fb div on RS780/RS880 */ + if ((rdev->family == CHIP_RS780) || (rdev->family == CHIP_RS880)) + radeon_crtc->pll_flags |= RADEON_PLL_USE_FRAC_FB_DIV; if (ASIC_IS_DCE32(rdev) && mode->clock > 165000) radeon_crtc->pll_flags |= RADEON_PLL_USE_FRAC_FB_DIV; } else { @@ -1844,6 +1843,8 @@ int i; atombios_crtc_dpms(crtc, DRM_MODE_DPMS_OFF); + if (ASIC_IS_DCE6(rdev)) + atombios_powergate_crtc(crtc, ATOM_ENABLE); for (i = 0; i < rdev->num_crtc; i++) { if (rdev->mode_info.crtcs[i] && --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/radeon/r600_hdmi.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/radeon/r600_hdmi.c @@ -489,7 +489,7 @@ offset = dig->afmt->offset; /* Older chipsets require setting HDMI and routing manually */ - if (rdev->family >= CHIP_R600 && !ASIC_IS_DCE3(rdev)) { + if (ASIC_IS_DCE2(rdev) && !ASIC_IS_DCE3(rdev)) { hdmi = HDMI0_ERROR_ACK | HDMI0_ENABLE; switch (radeon_encoder->encoder_id) { case ENCODER_OBJECT_ID_INTERNAL_KLDSCP_TMDS1: @@ -544,7 +544,6 @@ /* Called for ATOM_ENCODER_MODE_HDMI only */ if (!dig || !dig->afmt) { - WARN_ON(1); return; } if (!dig->afmt->enabled) @@ -558,7 +557,7 @@ radeon_irq_kms_disable_afmt(rdev, dig->afmt->id); /* Older chipsets not handled by AtomBIOS */ - if (rdev->family >= CHIP_R600 && !ASIC_IS_DCE3(rdev)) { + if (ASIC_IS_DCE2(rdev) && !ASIC_IS_DCE3(rdev)) { switch (radeon_encoder->encoder_id) { case ENCODER_OBJECT_ID_INTERNAL_KLDSCP_TMDS1: WREG32_P(AVIVO_TMDSA_CNTL, 0, --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/radeon/radeon.h +++ linux-lowlatency-3.8.0/drivers/gpu/drm/radeon/radeon.h @@ -341,7 +341,6 @@ struct drm_gem_object gem_base; struct ttm_bo_kmap_obj dma_buf_vmap; - int vmapping_count; }; #define gem_to_radeon_bo(gobj) container_of((gobj), struct radeon_bo, gem_base) --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/radeon/nid.h +++ linux-lowlatency-3.8.0/drivers/gpu/drm/radeon/nid.h @@ -45,6 +45,10 @@ #define ARUBA_GB_ADDR_CONFIG_GOLDEN 0x12010001 #define DMIF_ADDR_CONFIG 0xBD4 + +/* DCE6 only */ +#define DMIF_ADDR_CALC 0xC00 + #define SRBM_GFX_CNTL 0x0E44 #define RINGID(x) (((x) & 0x3) << 0) #define VMID(x) (((x) & 0x7) << 0) --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/radeon/r300_cmdbuf.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/radeon/r300_cmdbuf.c @@ -73,7 +73,7 @@ OUT_RING(CP_PACKET0(R300_RE_CLIPRECT_TL_0, nr * 2 - 1)); for (i = 0; i < nr; ++i) { - if (DRM_COPY_FROM_USER_UNCHECKED + if (DRM_COPY_FROM_USER (&box, &cmdbuf->boxes[n + i], sizeof(box))) { DRM_ERROR("copy cliprect faulted\n"); return -EFAULT; --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/radeon/radeon_ttm.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/radeon/radeon_ttm.c @@ -726,7 +726,7 @@ return r; } DRM_INFO("radeon: %uM of VRAM memory ready\n", - (unsigned)rdev->mc.real_vram_size / (1024 * 1024)); + (unsigned) (rdev->mc.real_vram_size / (1024 * 1024))); r = ttm_bo_init_mm(&rdev->mman.bdev, TTM_PL_TT, rdev->mc.gtt_size >> PAGE_SHIFT); if (r) { --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/radeon/evergreen.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/radeon/evergreen.c @@ -105,6 +105,27 @@ } } +static bool dce4_is_in_vblank(struct radeon_device *rdev, int crtc) +{ + if (RREG32(EVERGREEN_CRTC_STATUS + crtc_offsets[crtc]) & EVERGREEN_CRTC_V_BLANK) + return true; + else + return false; +} + +static bool dce4_is_counter_moving(struct radeon_device *rdev, int crtc) +{ + u32 pos1, pos2; + + pos1 = RREG32(EVERGREEN_CRTC_STATUS_POSITION + crtc_offsets[crtc]); + pos2 = RREG32(EVERGREEN_CRTC_STATUS_POSITION + crtc_offsets[crtc]); + + if (pos1 != pos2) + return true; + else + return false; +} + /** * dce4_wait_for_vblank - vblank wait asic callback. * @@ -115,21 +136,28 @@ */ void dce4_wait_for_vblank(struct radeon_device *rdev, int crtc) { - int i; + unsigned i = 0; if (crtc >= rdev->num_crtc) return; - if (RREG32(EVERGREEN_CRTC_CONTROL + crtc_offsets[crtc]) & EVERGREEN_CRTC_MASTER_EN) { - for (i = 0; i < rdev->usec_timeout; i++) { - if (!(RREG32(EVERGREEN_CRTC_STATUS + crtc_offsets[crtc]) & EVERGREEN_CRTC_V_BLANK)) + if (!(RREG32(EVERGREEN_CRTC_CONTROL + crtc_offsets[crtc]) & EVERGREEN_CRTC_MASTER_EN)) + return; + + /* depending on when we hit vblank, we may be close to active; if so, + * wait for another frame. + */ + while (dce4_is_in_vblank(rdev, crtc)) { + if (i++ % 100 == 0) { + if (!dce4_is_counter_moving(rdev, crtc)) break; - udelay(1); } - for (i = 0; i < rdev->usec_timeout; i++) { - if (RREG32(EVERGREEN_CRTC_STATUS + crtc_offsets[crtc]) & EVERGREEN_CRTC_V_BLANK) + } + + while (!dce4_is_in_vblank(rdev, crtc)) { + if (i++ % 100 == 0) { + if (!dce4_is_counter_moving(rdev, crtc)) break; - udelay(1); } } } @@ -403,6 +431,19 @@ rdev->pm.current_vddc = voltage->voltage; DRM_DEBUG("Setting: vddc: %d\n", voltage->voltage); } + + /* starting with BTC, there is one state that is used for both + * MH and SH. Difference is that we always use the high clock index for + * mclk and vddci. + */ + if ((rdev->pm.pm_method == PM_METHOD_PROFILE) && + (rdev->family >= CHIP_BARTS) && + rdev->pm.active_crtc_count && + ((rdev->pm.profile_index == PM_PROFILE_MID_MH_IDX) || + (rdev->pm.profile_index == PM_PROFILE_LOW_MH_IDX))) + voltage = &rdev->pm.power_state[req_ps_idx]. + clock_info[rdev->pm.profiles[PM_PROFILE_HIGH_MH_IDX].dpms_on_cm_idx].voltage; + /* 0xff01 is a flag rather then an actual voltage */ if (voltage->vddci == 0xff01) return; @@ -595,6 +636,16 @@ list_for_each_entry(connector, &dev->mode_config.connector_list, head) { struct radeon_connector *radeon_connector = to_radeon_connector(connector); + + if (connector->connector_type == DRM_MODE_CONNECTOR_eDP || + connector->connector_type == DRM_MODE_CONNECTOR_LVDS) { + /* don't try to enable hpd on eDP or LVDS avoid breaking the + * aux dp channel on imac and help (but not completely fix) + * https://bugzilla.redhat.com/show_bug.cgi?id=726143 + * also avoid interrupt storms during dpms. + */ + continue; + } switch (radeon_connector->hpd.hpd) { case RADEON_HPD_1: WREG32(DC_HPD1_CONTROL, tmp); @@ -1312,17 +1363,16 @@ tmp = RREG32(EVERGREEN_CRTC_BLANK_CONTROL + crtc_offsets[i]); if (!(tmp & EVERGREEN_CRTC_BLANK_DATA_EN)) { radeon_wait_for_vblank(rdev, i); - tmp |= EVERGREEN_CRTC_BLANK_DATA_EN; WREG32(EVERGREEN_CRTC_UPDATE_LOCK + crtc_offsets[i], 1); + tmp |= EVERGREEN_CRTC_BLANK_DATA_EN; WREG32(EVERGREEN_CRTC_BLANK_CONTROL + crtc_offsets[i], tmp); - WREG32(EVERGREEN_CRTC_UPDATE_LOCK + crtc_offsets[i], 0); } } else { tmp = RREG32(EVERGREEN_CRTC_CONTROL + crtc_offsets[i]); if (!(tmp & EVERGREEN_CRTC_DISP_READ_REQUEST_DISABLE)) { radeon_wait_for_vblank(rdev, i); - tmp |= EVERGREEN_CRTC_DISP_READ_REQUEST_DISABLE; WREG32(EVERGREEN_CRTC_UPDATE_LOCK + crtc_offsets[i], 1); + tmp |= EVERGREEN_CRTC_DISP_READ_REQUEST_DISABLE; WREG32(EVERGREEN_CRTC_CONTROL + crtc_offsets[i], tmp); WREG32(EVERGREEN_CRTC_UPDATE_LOCK + crtc_offsets[i], 0); } @@ -1334,6 +1384,15 @@ break; udelay(1); } + + /* XXX this is a hack to avoid strange behavior with EFI on certain systems */ + WREG32(EVERGREEN_CRTC_UPDATE_LOCK + crtc_offsets[i], 1); + tmp = RREG32(EVERGREEN_CRTC_CONTROL + crtc_offsets[i]); + tmp &= ~EVERGREEN_CRTC_MASTER_EN; + WREG32(EVERGREEN_CRTC_CONTROL + crtc_offsets[i], tmp); + WREG32(EVERGREEN_CRTC_UPDATE_LOCK + crtc_offsets[i], 0); + save->crtc_enabled[i] = false; + /* ***** */ } else { save->crtc_enabled[i] = false; } @@ -1351,6 +1410,22 @@ } /* wait for the MC to settle */ udelay(100); + + /* lock double buffered regs */ + for (i = 0; i < rdev->num_crtc; i++) { + if (save->crtc_enabled[i]) { + tmp = RREG32(EVERGREEN_GRPH_UPDATE + crtc_offsets[i]); + if (!(tmp & EVERGREEN_GRPH_UPDATE_LOCK)) { + tmp |= EVERGREEN_GRPH_UPDATE_LOCK; + WREG32(EVERGREEN_GRPH_UPDATE + crtc_offsets[i], tmp); + } + tmp = RREG32(EVERGREEN_MASTER_UPDATE_LOCK + crtc_offsets[i]); + if (!(tmp & 1)) { + tmp |= 1; + WREG32(EVERGREEN_MASTER_UPDATE_LOCK + crtc_offsets[i], tmp); + } + } + } } void evergreen_mc_resume(struct radeon_device *rdev, struct evergreen_mc_save *save) @@ -1372,6 +1447,33 @@ WREG32(EVERGREEN_VGA_MEMORY_BASE_ADDRESS_HIGH, upper_32_bits(rdev->mc.vram_start)); WREG32(EVERGREEN_VGA_MEMORY_BASE_ADDRESS, (u32)rdev->mc.vram_start); + /* unlock regs and wait for update */ + for (i = 0; i < rdev->num_crtc; i++) { + if (save->crtc_enabled[i]) { + tmp = RREG32(EVERGREEN_MASTER_UPDATE_MODE + crtc_offsets[i]); + if ((tmp & 0x3) != 0) { + tmp &= ~0x3; + WREG32(EVERGREEN_MASTER_UPDATE_MODE + crtc_offsets[i], tmp); + } + tmp = RREG32(EVERGREEN_GRPH_UPDATE + crtc_offsets[i]); + if (tmp & EVERGREEN_GRPH_UPDATE_LOCK) { + tmp &= ~EVERGREEN_GRPH_UPDATE_LOCK; + WREG32(EVERGREEN_GRPH_UPDATE + crtc_offsets[i], tmp); + } + tmp = RREG32(EVERGREEN_MASTER_UPDATE_LOCK + crtc_offsets[i]); + if (tmp & 1) { + tmp &= ~1; + WREG32(EVERGREEN_MASTER_UPDATE_LOCK + crtc_offsets[i], tmp); + } + for (j = 0; j < rdev->usec_timeout; j++) { + tmp = RREG32(EVERGREEN_GRPH_UPDATE + crtc_offsets[i]); + if ((tmp & EVERGREEN_GRPH_SURFACE_UPDATE_PENDING) == 0) + break; + udelay(1); + } + } + } + /* unblackout the MC */ tmp = RREG32(MC_SHARED_BLACKOUT_CNTL); tmp &= ~BLACKOUT_MODE_MASK; @@ -2298,8 +2400,8 @@ rdev->mc.real_vram_size = RREG32(CONFIG_MEMSIZE); } else { /* size in MB on evergreen/cayman/tn */ - rdev->mc.mc_vram_size = RREG32(CONFIG_MEMSIZE) * 1024 * 1024; - rdev->mc.real_vram_size = RREG32(CONFIG_MEMSIZE) * 1024 * 1024; + rdev->mc.mc_vram_size = RREG32(CONFIG_MEMSIZE) * 1024ULL * 1024ULL; + rdev->mc.real_vram_size = RREG32(CONFIG_MEMSIZE) * 1024ULL * 1024ULL; } rdev->mc.visible_vram_size = rdev->mc.aper_size; r700_vram_gtt_location(rdev, &rdev->mc); --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/radeon/radeon_pm.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/radeon/radeon_pm.c @@ -169,7 +169,7 @@ /* starting with BTC, there is one state that is used for both * MH and SH. Difference is that we always use the high clock index for - * mclk. + * mclk and vddci. */ if ((rdev->pm.pm_method == PM_METHOD_PROFILE) && (rdev->family >= CHIP_BARTS) && @@ -843,7 +843,11 @@ struct radeon_device *rdev = dev->dev_private; seq_printf(m, "default engine clock: %u0 kHz\n", rdev->pm.default_sclk); - seq_printf(m, "current engine clock: %u0 kHz\n", radeon_get_engine_clock(rdev)); + /* radeon_get_engine_clock is not reliable on APUs so just print the current clock */ + if ((rdev->family >= CHIP_PALM) && (rdev->flags & RADEON_IS_IGP)) + seq_printf(m, "current engine clock: %u0 kHz\n", rdev->pm.current_sclk); + else + seq_printf(m, "current engine clock: %u0 kHz\n", radeon_get_engine_clock(rdev)); seq_printf(m, "default memory clock: %u0 kHz\n", rdev->pm.default_mclk); if (rdev->asic->pm.get_memory_clock) seq_printf(m, "current memory clock: %u0 kHz\n", radeon_get_memory_clock(rdev)); --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/radeon/si.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/radeon/si.c @@ -1374,7 +1374,7 @@ u32 data = INSTANCE_BROADCAST_WRITES; if ((se_num == 0xffffffff) && (sh_num == 0xffffffff)) - data = SH_BROADCAST_WRITES | SE_BROADCAST_WRITES; + data |= SH_BROADCAST_WRITES | SE_BROADCAST_WRITES; else if (se_num == 0xffffffff) data |= SE_BROADCAST_WRITES | SH_INDEX(sh_num); else if (sh_num == 0xffffffff) @@ -1556,7 +1556,7 @@ default: rdev->config.si.max_shader_engines = 1; rdev->config.si.max_tile_pipes = 4; - rdev->config.si.max_cu_per_sh = 2; + rdev->config.si.max_cu_per_sh = 5; rdev->config.si.max_sh_per_se = 2; rdev->config.si.max_backends_per_se = 4; rdev->config.si.max_texture_channel_caches = 4; @@ -1659,6 +1659,7 @@ WREG32(GB_ADDR_CONFIG, gb_addr_config); WREG32(DMIF_ADDR_CONFIG, gb_addr_config); + WREG32(DMIF_ADDR_CALC, gb_addr_config); WREG32(HDP_ADDR_CONFIG, gb_addr_config); WREG32(DMA_TILING_CONFIG + DMA0_REGISTER_OFFSET, gb_addr_config); WREG32(DMA_TILING_CONFIG + DMA1_REGISTER_OFFSET, gb_addr_config); @@ -2410,8 +2411,8 @@ rdev->mc.aper_base = pci_resource_start(rdev->pdev, 0); rdev->mc.aper_size = pci_resource_len(rdev->pdev, 0); /* size in MB on si */ - rdev->mc.mc_vram_size = RREG32(CONFIG_MEMSIZE) * 1024 * 1024; - rdev->mc.real_vram_size = RREG32(CONFIG_MEMSIZE) * 1024 * 1024; + rdev->mc.mc_vram_size = RREG32(CONFIG_MEMSIZE) * 1024ULL * 1024ULL; + rdev->mc.real_vram_size = RREG32(CONFIG_MEMSIZE) * 1024ULL * 1024ULL; rdev->mc.visible_vram_size = rdev->mc.aper_size; si_vram_gtt_location(rdev, &rdev->mc); radeon_update_bandwidth_info(rdev); @@ -4232,6 +4233,7 @@ int si_suspend(struct radeon_device *rdev) { + radeon_vm_manager_fini(rdev); si_cp_enable(rdev, false); cayman_dma_stop(rdev); si_irq_suspend(rdev); --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/radeon/sid.h +++ linux-lowlatency-3.8.0/drivers/gpu/drm/radeon/sid.h @@ -60,6 +60,8 @@ #define DMIF_ADDR_CONFIG 0xBD4 +#define DMIF_ADDR_CALC 0xC00 + #define SRBM_STATUS 0xE50 #define SRBM_SOFT_RESET 0x0E60 --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/radeon/radeon_atpx_handler.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/radeon/radeon_atpx_handler.c @@ -43,6 +43,12 @@ u32 function_bits; /* supported functions bit vector */ } __packed; +struct atpx_px_params { + u16 size; /* structure size in bytes (includes size field) */ + u32 valid_flags; /* which flags are valid */ + u32 flags; /* flags */ +} __packed; + struct atpx_power_control { u16 size; u8 dgpu_state; @@ -123,9 +129,61 @@ } /** + * radeon_atpx_validate_functions - validate ATPX functions + * + * @atpx: radeon atpx struct + * + * Validate that required functions are enabled (all asics). + * returns 0 on success, error on failure. + */ +static int radeon_atpx_validate(struct radeon_atpx *atpx) +{ + /* make sure required functions are enabled */ + /* dGPU power control is required */ + atpx->functions.power_cntl = true; + + if (atpx->functions.px_params) { + union acpi_object *info; + struct atpx_px_params output; + size_t size; + u32 valid_bits; + + info = radeon_atpx_call(atpx->handle, ATPX_FUNCTION_GET_PX_PARAMETERS, NULL); + if (!info) + return -EIO; + + memset(&output, 0, sizeof(output)); + + size = *(u16 *) info->buffer.pointer; + if (size < 10) { + printk("ATPX buffer is too small: %zu\n", size); + kfree(info); + return -EINVAL; + } + size = min(sizeof(output), size); + + memcpy(&output, info->buffer.pointer, size); + + valid_bits = output.flags & output.valid_flags; + /* if separate mux flag is set, mux controls are required */ + if (valid_bits & ATPX_SEPARATE_MUX_FOR_I2C) { + atpx->functions.i2c_mux_cntl = true; + atpx->functions.disp_mux_cntl = true; + } + /* if any outputs are muxed, mux controls are required */ + if (valid_bits & (ATPX_CRT1_RGB_SIGNAL_MUXED | + ATPX_TV_SIGNAL_MUXED | + ATPX_DFP_SIGNAL_MUXED)) + atpx->functions.disp_mux_cntl = true; + + kfree(info); + } + return 0; +} + +/** * radeon_atpx_verify_interface - verify ATPX * - * @handle: acpi handle * @atpx: radeon atpx struct * * Execute the ATPX_FUNCTION_VERIFY_INTERFACE ATPX function @@ -406,8 +464,19 @@ */ static int radeon_atpx_init(void) { + int r; + /* set up the ATPX handle */ - return radeon_atpx_verify_interface(&radeon_atpx_priv.atpx); + r = radeon_atpx_verify_interface(&radeon_atpx_priv.atpx); + if (r) + return r; + + /* validate the atpx setup */ + r = radeon_atpx_validate(&radeon_atpx_priv.atpx); + if (r) + return r; + + return 0; } /** --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/radeon/radeon_ring.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/radeon/radeon_ring.c @@ -161,7 +161,8 @@ radeon_semaphore_free(rdev, &ib->semaphore, NULL); } /* if we can't remember our last VM flush then flush now! */ - if (ib->vm && !ib->vm->last_flush) { + /* XXX figure out why we have to flush for every IB */ + if (ib->vm /*&& !ib->vm->last_flush*/) { radeon_ring_vm_flush(rdev, ib->ring, ib->vm); } if (const_ib) { --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/radeon/r500_reg.h +++ linux-lowlatency-3.8.0/drivers/gpu/drm/radeon/r500_reg.h @@ -357,7 +357,9 @@ #define AVIVO_D1CRTC_FRAME_COUNT 0x60a4 #define AVIVO_D1CRTC_STEREO_CONTROL 0x60c4 +#define AVIVO_D1MODE_MASTER_UPDATE_LOCK 0x60e0 #define AVIVO_D1MODE_MASTER_UPDATE_MODE 0x60e4 +#define AVIVO_D1CRTC_UPDATE_LOCK 0x60e8 /* master controls */ #define AVIVO_DC_CRTC_MASTER_EN 0x60f8 --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/radeon/radeon_device.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/radeon/radeon_device.c @@ -434,18 +434,17 @@ return false; /* first check CRTCs */ - if (ASIC_IS_DCE41(rdev)) { + if (ASIC_IS_DCE4(rdev)) { reg = RREG32(EVERGREEN_CRTC_CONTROL + EVERGREEN_CRTC0_REGISTER_OFFSET) | RREG32(EVERGREEN_CRTC_CONTROL + EVERGREEN_CRTC1_REGISTER_OFFSET); - if (reg & EVERGREEN_CRTC_MASTER_EN) - return true; - } else if (ASIC_IS_DCE4(rdev)) { - reg = RREG32(EVERGREEN_CRTC_CONTROL + EVERGREEN_CRTC0_REGISTER_OFFSET) | - RREG32(EVERGREEN_CRTC_CONTROL + EVERGREEN_CRTC1_REGISTER_OFFSET) | - RREG32(EVERGREEN_CRTC_CONTROL + EVERGREEN_CRTC2_REGISTER_OFFSET) | - RREG32(EVERGREEN_CRTC_CONTROL + EVERGREEN_CRTC3_REGISTER_OFFSET) | - RREG32(EVERGREEN_CRTC_CONTROL + EVERGREEN_CRTC4_REGISTER_OFFSET) | - RREG32(EVERGREEN_CRTC_CONTROL + EVERGREEN_CRTC5_REGISTER_OFFSET); + if (rdev->num_crtc >= 4) { + reg |= RREG32(EVERGREEN_CRTC_CONTROL + EVERGREEN_CRTC2_REGISTER_OFFSET) | + RREG32(EVERGREEN_CRTC_CONTROL + EVERGREEN_CRTC3_REGISTER_OFFSET); + } + if (rdev->num_crtc >= 6) { + reg |= RREG32(EVERGREEN_CRTC_CONTROL + EVERGREEN_CRTC4_REGISTER_OFFSET) | + RREG32(EVERGREEN_CRTC_CONTROL + EVERGREEN_CRTC5_REGISTER_OFFSET); + } if (reg & EVERGREEN_CRTC_MASTER_EN) return true; } else if (ASIC_IS_AVIVO(rdev)) { --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/radeon/rv515.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/radeon/rv515.c @@ -303,8 +303,10 @@ tmp = RREG32(AVIVO_D1CRTC_CONTROL + crtc_offsets[i]); if (!(tmp & AVIVO_CRTC_DISP_READ_REQUEST_DISABLE)) { radeon_wait_for_vblank(rdev, i); + WREG32(AVIVO_D1CRTC_UPDATE_LOCK + crtc_offsets[i], 1); tmp |= AVIVO_CRTC_DISP_READ_REQUEST_DISABLE; WREG32(AVIVO_D1CRTC_CONTROL + crtc_offsets[i], tmp); + WREG32(AVIVO_D1CRTC_UPDATE_LOCK + crtc_offsets[i], 0); } /* wait for the next frame */ frame_count = radeon_get_vblank_counter(rdev, i); @@ -313,6 +315,15 @@ break; udelay(1); } + + /* XXX this is a hack to avoid strange behavior with EFI on certain systems */ + WREG32(AVIVO_D1CRTC_UPDATE_LOCK + crtc_offsets[i], 1); + tmp = RREG32(AVIVO_D1CRTC_CONTROL + crtc_offsets[i]); + tmp &= ~AVIVO_CRTC_EN; + WREG32(AVIVO_D1CRTC_CONTROL + crtc_offsets[i], tmp); + WREG32(AVIVO_D1CRTC_UPDATE_LOCK + crtc_offsets[i], 0); + save->crtc_enabled[i] = false; + /* ***** */ } else { save->crtc_enabled[i] = false; } @@ -338,6 +349,22 @@ } /* wait for the MC to settle */ udelay(100); + + /* lock double buffered regs */ + for (i = 0; i < rdev->num_crtc; i++) { + if (save->crtc_enabled[i]) { + tmp = RREG32(AVIVO_D1GRPH_UPDATE + crtc_offsets[i]); + if (!(tmp & AVIVO_D1GRPH_UPDATE_LOCK)) { + tmp |= AVIVO_D1GRPH_UPDATE_LOCK; + WREG32(AVIVO_D1GRPH_UPDATE + crtc_offsets[i], tmp); + } + tmp = RREG32(AVIVO_D1MODE_MASTER_UPDATE_LOCK + crtc_offsets[i]); + if (!(tmp & 1)) { + tmp |= 1; + WREG32(AVIVO_D1MODE_MASTER_UPDATE_LOCK + crtc_offsets[i], tmp); + } + } + } } void rv515_mc_resume(struct radeon_device *rdev, struct rv515_mc_save *save) @@ -348,7 +375,7 @@ /* update crtc base addresses */ for (i = 0; i < rdev->num_crtc; i++) { if (rdev->family >= CHIP_RV770) { - if (i == 1) { + if (i == 0) { WREG32(R700_D1GRPH_PRIMARY_SURFACE_ADDRESS_HIGH, upper_32_bits(rdev->mc.vram_start)); WREG32(R700_D1GRPH_SECONDARY_SURFACE_ADDRESS_HIGH, @@ -367,6 +394,33 @@ } WREG32(R_000310_VGA_MEMORY_BASE_ADDRESS, (u32)rdev->mc.vram_start); + /* unlock regs and wait for update */ + for (i = 0; i < rdev->num_crtc; i++) { + if (save->crtc_enabled[i]) { + tmp = RREG32(AVIVO_D1MODE_MASTER_UPDATE_MODE + crtc_offsets[i]); + if ((tmp & 0x3) != 0) { + tmp &= ~0x3; + WREG32(AVIVO_D1MODE_MASTER_UPDATE_MODE + crtc_offsets[i], tmp); + } + tmp = RREG32(AVIVO_D1GRPH_UPDATE + crtc_offsets[i]); + if (tmp & AVIVO_D1GRPH_UPDATE_LOCK) { + tmp &= ~AVIVO_D1GRPH_UPDATE_LOCK; + WREG32(AVIVO_D1GRPH_UPDATE + crtc_offsets[i], tmp); + } + tmp = RREG32(AVIVO_D1MODE_MASTER_UPDATE_LOCK + crtc_offsets[i]); + if (tmp & 1) { + tmp &= ~1; + WREG32(AVIVO_D1MODE_MASTER_UPDATE_LOCK + crtc_offsets[i], tmp); + } + for (j = 0; j < rdev->usec_timeout; j++) { + tmp = RREG32(AVIVO_D1GRPH_UPDATE + crtc_offsets[i]); + if ((tmp & AVIVO_D1GRPH_SURFACE_UPDATE_PENDING) == 0) + break; + udelay(1); + } + } + } + if (rdev->family >= CHIP_R600) { /* unblackout the MC */ if (rdev->family >= CHIP_RV770) --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/radeon/r100.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/radeon/r100.c @@ -69,6 +69,38 @@ * and others in some cases. */ +static bool r100_is_in_vblank(struct radeon_device *rdev, int crtc) +{ + if (crtc == 0) { + if (RREG32(RADEON_CRTC_STATUS) & RADEON_CRTC_VBLANK_CUR) + return true; + else + return false; + } else { + if (RREG32(RADEON_CRTC2_STATUS) & RADEON_CRTC2_VBLANK_CUR) + return true; + else + return false; + } +} + +static bool r100_is_counter_moving(struct radeon_device *rdev, int crtc) +{ + u32 vline1, vline2; + + if (crtc == 0) { + vline1 = (RREG32(RADEON_CRTC_VLINE_CRNT_VLINE) >> 16) & RADEON_CRTC_V_TOTAL; + vline2 = (RREG32(RADEON_CRTC_VLINE_CRNT_VLINE) >> 16) & RADEON_CRTC_V_TOTAL; + } else { + vline1 = (RREG32(RADEON_CRTC2_VLINE_CRNT_VLINE) >> 16) & RADEON_CRTC_V_TOTAL; + vline2 = (RREG32(RADEON_CRTC2_VLINE_CRNT_VLINE) >> 16) & RADEON_CRTC_V_TOTAL; + } + if (vline1 != vline2) + return true; + else + return false; +} + /** * r100_wait_for_vblank - vblank wait asic callback. * @@ -79,36 +111,33 @@ */ void r100_wait_for_vblank(struct radeon_device *rdev, int crtc) { - int i; + unsigned i = 0; if (crtc >= rdev->num_crtc) return; if (crtc == 0) { - if (RREG32(RADEON_CRTC_GEN_CNTL) & RADEON_CRTC_EN) { - for (i = 0; i < rdev->usec_timeout; i++) { - if (!(RREG32(RADEON_CRTC_STATUS) & RADEON_CRTC_VBLANK_CUR)) - break; - udelay(1); - } - for (i = 0; i < rdev->usec_timeout; i++) { - if (RREG32(RADEON_CRTC_STATUS) & RADEON_CRTC_VBLANK_CUR) - break; - udelay(1); - } - } + if (!(RREG32(RADEON_CRTC_GEN_CNTL) & RADEON_CRTC_EN)) + return; } else { - if (RREG32(RADEON_CRTC2_GEN_CNTL) & RADEON_CRTC2_EN) { - for (i = 0; i < rdev->usec_timeout; i++) { - if (!(RREG32(RADEON_CRTC2_STATUS) & RADEON_CRTC2_VBLANK_CUR)) - break; - udelay(1); - } - for (i = 0; i < rdev->usec_timeout; i++) { - if (RREG32(RADEON_CRTC2_STATUS) & RADEON_CRTC2_VBLANK_CUR) - break; - udelay(1); - } + if (!(RREG32(RADEON_CRTC2_GEN_CNTL) & RADEON_CRTC2_EN)) + return; + } + + /* depending on when we hit vblank, we may be close to active; if so, + * wait for another frame. + */ + while (r100_is_in_vblank(rdev, crtc)) { + if (i++ % 100 == 0) { + if (!r100_is_counter_moving(rdev, crtc)) + break; + } + } + + while (!r100_is_in_vblank(rdev, crtc)) { + if (i++ % 100 == 0) { + if (!r100_is_counter_moving(rdev, crtc)) + break; } } } --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/radeon/radeon_atombios.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/radeon/radeon_atombios.c @@ -2028,6 +2028,8 @@ num_modes = power_info->info.ucNumOfPowerModeEntries; if (num_modes > ATOM_MAX_NUMBEROF_POWER_BLOCK) num_modes = ATOM_MAX_NUMBEROF_POWER_BLOCK; + if (num_modes == 0) + return state_index; rdev->pm.power_state = kzalloc(sizeof(struct radeon_power_state) * num_modes, GFP_KERNEL); if (!rdev->pm.power_state) return state_index; @@ -2432,6 +2434,8 @@ power_info = (union power_info *)(mode_info->atom_context->bios + data_offset); radeon_atombios_add_pplib_thermal_controller(rdev, &power_info->pplib.sThermalController); + if (power_info->pplib.ucNumStates == 0) + return state_index; rdev->pm.power_state = kzalloc(sizeof(struct radeon_power_state) * power_info->pplib.ucNumStates, GFP_KERNEL); if (!rdev->pm.power_state) @@ -2514,6 +2518,7 @@ int index = GetIndexIntoMasterTable(DATA, PowerPlayInfo); u16 data_offset; u8 frev, crev; + u8 *power_state_offset; if (!atom_parse_data_header(mode_info->atom_context, index, NULL, &frev, &crev, &data_offset)) @@ -2530,15 +2535,17 @@ non_clock_info_array = (struct _NonClockInfoArray *) (mode_info->atom_context->bios + data_offset + le16_to_cpu(power_info->pplib.usNonClockInfoArrayOffset)); + if (state_array->ucNumEntries == 0) + return state_index; rdev->pm.power_state = kzalloc(sizeof(struct radeon_power_state) * state_array->ucNumEntries, GFP_KERNEL); if (!rdev->pm.power_state) return state_index; + power_state_offset = (u8 *)state_array->states; for (i = 0; i < state_array->ucNumEntries; i++) { mode_index = 0; - power_state = (union pplib_power_state *)&state_array->states[i]; - /* XXX this might be an inagua bug... */ - non_clock_array_index = i; /* power_state->v2.nonClockInfoIndex */ + power_state = (union pplib_power_state *)power_state_offset; + non_clock_array_index = power_state->v2.nonClockInfoIndex; non_clock_info = (struct _ATOM_PPLIB_NONCLOCK_INFO *) &non_clock_info_array->nonClockInfo[non_clock_array_index]; rdev->pm.power_state[i].clock_info = kzalloc(sizeof(struct radeon_pm_clock_info) * @@ -2550,9 +2557,6 @@ if (power_state->v2.ucNumDPMLevels) { for (j = 0; j < power_state->v2.ucNumDPMLevels; j++) { clock_array_index = power_state->v2.clockInfoIndex[j]; - /* XXX this might be an inagua bug... */ - if (clock_array_index >= clock_info_array->ucNumEntries) - continue; clock_info = (union pplib_clock_info *) &clock_info_array->clockInfo[clock_array_index * clock_info_array->ucEntrySize]; valid = radeon_atombios_parse_pplib_clock_info(rdev, @@ -2574,6 +2578,7 @@ non_clock_info); state_index++; } + power_state_offset += 2 + power_state->v2.ucNumDPMLevels; } /* if multiple clock modes, mark the lowest as no display */ for (i = 0; i < state_index; i++) { @@ -2620,7 +2625,9 @@ default: break; } - } else { + } + + if (state_index == 0) { rdev->pm.power_state = kzalloc(sizeof(struct radeon_power_state), GFP_KERNEL); if (rdev->pm.power_state) { rdev->pm.power_state[0].clock_info = --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/radeon/radeon_drv.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/radeon/radeon_drv.c @@ -123,6 +123,15 @@ int flags); struct drm_gem_object *radeon_gem_prime_import(struct drm_device *dev, struct dma_buf *dma_buf); +struct sg_table *radeon_gem_prime_get_sg_table(struct drm_gem_object *obj); +struct drm_gem_object *radeon_gem_prime_import_sg_table(struct drm_device *dev, + size_t size, + struct sg_table *sg); +int radeon_gem_prime_pin(struct drm_gem_object *obj); +void *radeon_gem_prime_vmap(struct drm_gem_object *obj); +void radeon_gem_prime_vunmap(struct drm_gem_object *obj, void *vaddr); +extern long radeon_kms_compat_ioctl(struct file *filp, unsigned int cmd, + unsigned long arg); #if defined(CONFIG_DEBUG_FS) int radeon_debugfs_init(struct drm_minor *minor); @@ -397,8 +406,13 @@ .prime_handle_to_fd = drm_gem_prime_handle_to_fd, .prime_fd_to_handle = drm_gem_prime_fd_to_handle, - .gem_prime_export = radeon_gem_prime_export, - .gem_prime_import = radeon_gem_prime_import, + .gem_prime_export = drm_gem_prime_export, + .gem_prime_import = drm_gem_prime_import, + .gem_prime_pin = radeon_gem_prime_pin, + .gem_prime_get_sg_table = radeon_gem_prime_get_sg_table, + .gem_prime_import_sg_table = radeon_gem_prime_import_sg_table, + .gem_prime_vmap = radeon_gem_prime_vmap, + .gem_prime_vunmap = radeon_gem_prime_vunmap, .name = DRIVER_NAME, .desc = DRIVER_DESC, --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/radeon/rs600.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/radeon/rs600.c @@ -52,23 +52,59 @@ AVIVO_D2CRTC_H_TOTAL - AVIVO_D1CRTC_H_TOTAL }; +static bool avivo_is_in_vblank(struct radeon_device *rdev, int crtc) +{ + if (RREG32(AVIVO_D1CRTC_STATUS + crtc_offsets[crtc]) & AVIVO_D1CRTC_V_BLANK) + return true; + else + return false; +} + +static bool avivo_is_counter_moving(struct radeon_device *rdev, int crtc) +{ + u32 pos1, pos2; + + pos1 = RREG32(AVIVO_D1CRTC_STATUS_POSITION + crtc_offsets[crtc]); + pos2 = RREG32(AVIVO_D1CRTC_STATUS_POSITION + crtc_offsets[crtc]); + + if (pos1 != pos2) + return true; + else + return false; +} + +/** + * avivo_wait_for_vblank - vblank wait asic callback. + * + * @rdev: radeon_device pointer + * @crtc: crtc to wait for vblank on + * + * Wait for vblank on the requested crtc (r5xx-r7xx). + */ void avivo_wait_for_vblank(struct radeon_device *rdev, int crtc) { - int i; + unsigned i = 0; if (crtc >= rdev->num_crtc) return; - if (RREG32(AVIVO_D1CRTC_CONTROL + crtc_offsets[crtc]) & AVIVO_CRTC_EN) { - for (i = 0; i < rdev->usec_timeout; i++) { - if (!(RREG32(AVIVO_D1CRTC_STATUS + crtc_offsets[crtc]) & AVIVO_D1CRTC_V_BLANK)) + if (!(RREG32(AVIVO_D1CRTC_CONTROL + crtc_offsets[crtc]) & AVIVO_CRTC_EN)) + return; + + /* depending on when we hit vblank, we may be close to active; if so, + * wait for another frame. + */ + while (avivo_is_in_vblank(rdev, crtc)) { + if (i++ % 100 == 0) { + if (!avivo_is_counter_moving(rdev, crtc)) break; - udelay(1); } - for (i = 0; i < rdev->usec_timeout; i++) { - if (RREG32(AVIVO_D1CRTC_STATUS + crtc_offsets[crtc]) & AVIVO_D1CRTC_V_BLANK) + } + + while (!avivo_is_in_vblank(rdev, crtc)) { + if (i++ % 100 == 0) { + if (!avivo_is_counter_moving(rdev, crtc)) break; - udelay(1); } } } --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/radeon/evergreen_reg.h +++ linux-lowlatency-3.8.0/drivers/gpu/drm/radeon/evergreen_reg.h @@ -225,6 +225,8 @@ #define EVERGREEN_CRTC_STATUS_POSITION 0x6e90 #define EVERGREEN_MASTER_UPDATE_MODE 0x6ef8 #define EVERGREEN_CRTC_UPDATE_LOCK 0x6ed4 +#define EVERGREEN_MASTER_UPDATE_LOCK 0x6ef4 +#define EVERGREEN_MASTER_UPDATE_MODE 0x6ef8 #define EVERGREEN_DC_GPIO_HPD_MASK 0x64b0 #define EVERGREEN_DC_GPIO_HPD_A 0x64b4 --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/radeon/ni.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/radeon/ni.c @@ -466,21 +466,32 @@ (rdev->pdev->device == 0x9907) || (rdev->pdev->device == 0x9908) || (rdev->pdev->device == 0x9909) || + (rdev->pdev->device == 0x990B) || + (rdev->pdev->device == 0x990C) || + (rdev->pdev->device == 0x990F) || (rdev->pdev->device == 0x9910) || - (rdev->pdev->device == 0x9917)) { + (rdev->pdev->device == 0x9917) || + (rdev->pdev->device == 0x9999) || + (rdev->pdev->device == 0x999C)) { rdev->config.cayman.max_simds_per_se = 6; rdev->config.cayman.max_backends_per_se = 2; } else if ((rdev->pdev->device == 0x9903) || (rdev->pdev->device == 0x9904) || (rdev->pdev->device == 0x990A) || + (rdev->pdev->device == 0x990D) || + (rdev->pdev->device == 0x990E) || (rdev->pdev->device == 0x9913) || - (rdev->pdev->device == 0x9918)) { + (rdev->pdev->device == 0x9918) || + (rdev->pdev->device == 0x999D)) { rdev->config.cayman.max_simds_per_se = 4; rdev->config.cayman.max_backends_per_se = 2; } else if ((rdev->pdev->device == 0x9919) || (rdev->pdev->device == 0x9990) || (rdev->pdev->device == 0x9991) || (rdev->pdev->device == 0x9994) || + (rdev->pdev->device == 0x9995) || + (rdev->pdev->device == 0x9996) || + (rdev->pdev->device == 0x999A) || (rdev->pdev->device == 0x99A0)) { rdev->config.cayman.max_simds_per_se = 3; rdev->config.cayman.max_backends_per_se = 1; @@ -610,15 +621,28 @@ WREG32(GB_ADDR_CONFIG, gb_addr_config); WREG32(DMIF_ADDR_CONFIG, gb_addr_config); + if (ASIC_IS_DCE6(rdev)) + WREG32(DMIF_ADDR_CALC, gb_addr_config); WREG32(HDP_ADDR_CONFIG, gb_addr_config); WREG32(DMA_TILING_CONFIG + DMA0_REGISTER_OFFSET, gb_addr_config); WREG32(DMA_TILING_CONFIG + DMA1_REGISTER_OFFSET, gb_addr_config); - tmp = gb_addr_config & NUM_PIPES_MASK; - tmp = r6xx_remap_render_backend(rdev, tmp, - rdev->config.cayman.max_backends_per_se * - rdev->config.cayman.max_shader_engines, - CAYMAN_MAX_BACKENDS, disabled_rb_mask); + if ((rdev->config.cayman.max_backends_per_se == 1) && + (rdev->flags & RADEON_IS_IGP)) { + if ((disabled_rb_mask & 3) == 1) { + /* RB0 disabled, RB1 enabled */ + tmp = 0x11111111; + } else { + /* RB1 disabled, RB0 enabled */ + tmp = 0x00000000; + } + } else { + tmp = gb_addr_config & NUM_PIPES_MASK; + tmp = r6xx_remap_render_backend(rdev, tmp, + rdev->config.cayman.max_backends_per_se * + rdev->config.cayman.max_shader_engines, + CAYMAN_MAX_BACKENDS, disabled_rb_mask); + } WREG32(GB_BACKEND_MAP, tmp); cgts_tcc_disable = 0xffff0000; @@ -1662,6 +1686,7 @@ int cayman_suspend(struct radeon_device *rdev) { r600_audio_fini(rdev); + radeon_vm_manager_fini(rdev); cayman_cp_enable(rdev, false); cayman_dma_stop(rdev); evergreen_irq_suspend(rdev); --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/radeon/radeon_combios.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/radeon/radeon_combios.c @@ -970,6 +970,15 @@ found = 1; } + /* quirks */ + /* Radeon 9100 (R200) */ + if ((dev->pdev->device == 0x514D) && + (dev->pdev->subsystem_vendor == 0x174B) && + (dev->pdev->subsystem_device == 0x7149)) { + /* vbios value is bad, use the default */ + found = 0; + } + if (!found) /* fallback to defaults */ radeon_legacy_get_primary_dac_info_from_table(rdev, p_dac); --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/radeon/radeon_irq_kms.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/radeon/radeon_irq_kms.c @@ -400,6 +400,9 @@ { unsigned long irqflags; + if (!rdev->ddev->irq_enabled) + return; + spin_lock_irqsave(&rdev->irq.lock, irqflags); rdev->irq.afmt[block] = true; radeon_irq_set(rdev); @@ -419,6 +422,9 @@ { unsigned long irqflags; + if (!rdev->ddev->irq_enabled) + return; + spin_lock_irqsave(&rdev->irq.lock, irqflags); rdev->irq.afmt[block] = false; radeon_irq_set(rdev); @@ -438,6 +444,9 @@ unsigned long irqflags; int i; + if (!rdev->ddev->irq_enabled) + return; + spin_lock_irqsave(&rdev->irq.lock, irqflags); for (i = 0; i < RADEON_MAX_HPD_PINS; ++i) rdev->irq.hpd[i] |= !!(hpd_mask & (1 << i)); @@ -458,6 +467,9 @@ unsigned long irqflags; int i; + if (!rdev->ddev->irq_enabled) + return; + spin_lock_irqsave(&rdev->irq.lock, irqflags); for (i = 0; i < RADEON_MAX_HPD_PINS; ++i) rdev->irq.hpd[i] &= !(hpd_mask & (1 << i)); --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/radeon/radeon_benchmark.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/radeon/radeon_benchmark.c @@ -135,13 +135,15 @@ sdomain, ddomain, "dma"); } - time = radeon_benchmark_do_move(rdev, size, saddr, daddr, - RADEON_BENCHMARK_COPY_BLIT, n); - if (time < 0) - goto out_cleanup; - if (time > 0) - radeon_benchmark_log_results(n, size, time, - sdomain, ddomain, "blit"); + if (rdev->asic->copy.blit) { + time = radeon_benchmark_do_move(rdev, size, saddr, daddr, + RADEON_BENCHMARK_COPY_BLIT, n); + if (time < 0) + goto out_cleanup; + if (time > 0) + radeon_benchmark_log_results(n, size, time, + sdomain, ddomain, "blit"); + } out_cleanup: if (sobj) { --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/radeon/radeon_kms.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/radeon/radeon_kms.c @@ -50,9 +50,13 @@ if (rdev == NULL) return 0; + if (rdev->rmmio == NULL) + goto done_free; radeon_acpi_fini(rdev); radeon_modeset_fini(rdev); radeon_device_fini(rdev); + +done_free: kfree(rdev); dev->dev_private = NULL; return 0; --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/nouveau/nouveau_bo.h +++ linux-lowlatency-3.8.0/drivers/gpu/drm/nouveau/nouveau_bo.h @@ -31,7 +31,6 @@ int pin_refcnt; struct ttm_bo_kmap_obj dma_buf_vmap; - int vmapping_count; }; static inline struct nouveau_bo * --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/nouveau/nouveau_gem.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/nouveau/nouveau_gem.c @@ -24,8 +24,6 @@ * */ -#include - #include #include "nouveau_drm.h" --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/nouveau/nouveau_prime.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/nouveau/nouveau_prime.c @@ -22,126 +22,42 @@ * Authors: Dave Airlie */ -#include - #include #include "nouveau_drm.h" #include "nouveau_gem.h" -static struct sg_table *nouveau_gem_map_dma_buf(struct dma_buf_attachment *attachment, - enum dma_data_direction dir) +struct sg_table *nouveau_gem_prime_get_sg_table(struct drm_gem_object *obj) { - struct nouveau_bo *nvbo = attachment->dmabuf->priv; - struct drm_device *dev = nvbo->gem->dev; + struct nouveau_bo *nvbo = nouveau_gem_object(obj); int npages = nvbo->bo.num_pages; - struct sg_table *sg; - int nents; - - mutex_lock(&dev->struct_mutex); - sg = drm_prime_pages_to_sg(nvbo->bo.ttm->pages, npages); - nents = dma_map_sg(attachment->dev, sg->sgl, sg->nents, dir); - mutex_unlock(&dev->struct_mutex); - return sg; -} - -static void nouveau_gem_unmap_dma_buf(struct dma_buf_attachment *attachment, - struct sg_table *sg, enum dma_data_direction dir) -{ - dma_unmap_sg(attachment->dev, sg->sgl, sg->nents, dir); - sg_free_table(sg); - kfree(sg); -} -static void nouveau_gem_dmabuf_release(struct dma_buf *dma_buf) -{ - struct nouveau_bo *nvbo = dma_buf->priv; - - if (nvbo->gem->export_dma_buf == dma_buf) { - nvbo->gem->export_dma_buf = NULL; - drm_gem_object_unreference_unlocked(nvbo->gem); - } + return drm_prime_pages_to_sg(nvbo->bo.ttm->pages, npages); } -static void *nouveau_gem_kmap_atomic(struct dma_buf *dma_buf, unsigned long page_num) +void *nouveau_gem_prime_vmap(struct drm_gem_object *obj) { - return NULL; -} - -static void nouveau_gem_kunmap_atomic(struct dma_buf *dma_buf, unsigned long page_num, void *addr) -{ - -} -static void *nouveau_gem_kmap(struct dma_buf *dma_buf, unsigned long page_num) -{ - return NULL; -} - -static void nouveau_gem_kunmap(struct dma_buf *dma_buf, unsigned long page_num, void *addr) -{ - -} - -static int nouveau_gem_prime_mmap(struct dma_buf *dma_buf, struct vm_area_struct *vma) -{ - return -EINVAL; -} - -static void *nouveau_gem_prime_vmap(struct dma_buf *dma_buf) -{ - struct nouveau_bo *nvbo = dma_buf->priv; - struct drm_device *dev = nvbo->gem->dev; + struct nouveau_bo *nvbo = nouveau_gem_object(obj); int ret; - mutex_lock(&dev->struct_mutex); - if (nvbo->vmapping_count) { - nvbo->vmapping_count++; - goto out_unlock; - } - ret = ttm_bo_kmap(&nvbo->bo, 0, nvbo->bo.num_pages, &nvbo->dma_buf_vmap); - if (ret) { - mutex_unlock(&dev->struct_mutex); + if (ret) return ERR_PTR(ret); - } - nvbo->vmapping_count = 1; -out_unlock: - mutex_unlock(&dev->struct_mutex); + return nvbo->dma_buf_vmap.virtual; } -static void nouveau_gem_prime_vunmap(struct dma_buf *dma_buf, void *vaddr) +void nouveau_gem_prime_vunmap(struct drm_gem_object *obj, void *vaddr) { - struct nouveau_bo *nvbo = dma_buf->priv; - struct drm_device *dev = nvbo->gem->dev; + struct nouveau_bo *nvbo = nouveau_gem_object(obj); - mutex_lock(&dev->struct_mutex); - nvbo->vmapping_count--; - if (nvbo->vmapping_count == 0) { - ttm_bo_kunmap(&nvbo->dma_buf_vmap); - } - mutex_unlock(&dev->struct_mutex); + ttm_bo_kunmap(&nvbo->dma_buf_vmap); } -static const struct dma_buf_ops nouveau_dmabuf_ops = { - .map_dma_buf = nouveau_gem_map_dma_buf, - .unmap_dma_buf = nouveau_gem_unmap_dma_buf, - .release = nouveau_gem_dmabuf_release, - .kmap = nouveau_gem_kmap, - .kmap_atomic = nouveau_gem_kmap_atomic, - .kunmap = nouveau_gem_kunmap, - .kunmap_atomic = nouveau_gem_kunmap_atomic, - .mmap = nouveau_gem_prime_mmap, - .vmap = nouveau_gem_prime_vmap, - .vunmap = nouveau_gem_prime_vunmap, -}; - -static int -nouveau_prime_new(struct drm_device *dev, - size_t size, - struct sg_table *sg, - struct nouveau_bo **pnvbo) +struct drm_gem_object *nouveau_gem_prime_import_sg_table(struct drm_device *dev, + size_t size, + struct sg_table *sg) { struct nouveau_bo *nvbo; u32 flags = 0; @@ -150,24 +66,22 @@ flags = TTM_PL_FLAG_TT; ret = nouveau_bo_new(dev, size, 0, flags, 0, 0, - sg, pnvbo); + sg, &nvbo); if (ret) - return ret; - nvbo = *pnvbo; + return ERR_PTR(ret); nvbo->valid_domains = NOUVEAU_GEM_DOMAIN_GART; nvbo->gem = drm_gem_object_alloc(dev, nvbo->bo.mem.size); if (!nvbo->gem) { - nouveau_bo_ref(NULL, pnvbo); - return -ENOMEM; + nouveau_bo_ref(NULL, &nvbo); + return ERR_PTR(-ENOMEM); } nvbo->gem->driver_private = nvbo; - return 0; + return nvbo->gem; } -struct dma_buf *nouveau_gem_prime_export(struct drm_device *dev, - struct drm_gem_object *obj, int flags) +int nouveau_gem_prime_pin(struct drm_gem_object *obj) { struct nouveau_bo *nvbo = nouveau_gem_object(obj); int ret = 0; @@ -175,52 +89,7 @@ /* pin buffer into GTT */ ret = nouveau_bo_pin(nvbo, TTM_PL_FLAG_TT); if (ret) - return ERR_PTR(-EINVAL); - - return dma_buf_export(nvbo, &nouveau_dmabuf_ops, obj->size, flags); -} - -struct drm_gem_object *nouveau_gem_prime_import(struct drm_device *dev, - struct dma_buf *dma_buf) -{ - struct dma_buf_attachment *attach; - struct sg_table *sg; - struct nouveau_bo *nvbo; - int ret; - - if (dma_buf->ops == &nouveau_dmabuf_ops) { - nvbo = dma_buf->priv; - if (nvbo->gem) { - if (nvbo->gem->dev == dev) { - drm_gem_object_reference(nvbo->gem); - dma_buf_put(dma_buf); - return nvbo->gem; - } - } - } - /* need to attach */ - attach = dma_buf_attach(dma_buf, dev->dev); - if (IS_ERR(attach)) - return ERR_PTR(PTR_ERR(attach)); - - sg = dma_buf_map_attachment(attach, DMA_BIDIRECTIONAL); - if (IS_ERR(sg)) { - ret = PTR_ERR(sg); - goto fail_detach; - } - - ret = nouveau_prime_new(dev, dma_buf->size, sg, &nvbo); - if (ret) - goto fail_unmap; - - nvbo->gem->import_attach = attach; - - return nvbo->gem; + return -EINVAL; -fail_unmap: - dma_buf_unmap_attachment(attach, sg, DMA_BIDIRECTIONAL); -fail_detach: - dma_buf_detach(dma_buf, attach); - return ERR_PTR(ret); + return 0; } - --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/nouveau/nouveau_abi16.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/nouveau/nouveau_abi16.c @@ -386,7 +386,7 @@ struct nouveau_drm *drm = nouveau_drm(dev); struct nouveau_device *device = nv_device(drm->device); struct nouveau_abi16 *abi16 = nouveau_abi16_get(file_priv, dev); - struct nouveau_abi16_chan *chan, *temp; + struct nouveau_abi16_chan *chan = NULL, *temp; struct nouveau_abi16_ntfy *ntfy; struct nouveau_object *object; struct nv_dma_class args = {}; @@ -399,10 +399,11 @@ if (unlikely(nv_device(abi16->device)->card_type >= NV_C0)) return nouveau_abi16_put(abi16, -EINVAL); - list_for_each_entry_safe(chan, temp, &abi16->channels, head) { - if (chan->chan->handle == (NVDRM_CHAN | info->channel)) + list_for_each_entry(temp, &abi16->channels, head) { + if (temp->chan->handle == (NVDRM_CHAN | info->channel)) { + chan = temp; break; - chan = NULL; + } } if (!chan) @@ -454,17 +455,18 @@ { struct drm_nouveau_gpuobj_free *fini = data; struct nouveau_abi16 *abi16 = nouveau_abi16_get(file_priv, dev); - struct nouveau_abi16_chan *chan, *temp; + struct nouveau_abi16_chan *chan = NULL, *temp; struct nouveau_abi16_ntfy *ntfy; int ret; if (unlikely(!abi16)) return -ENOMEM; - list_for_each_entry_safe(chan, temp, &abi16->channels, head) { - if (chan->chan->handle == (NVDRM_CHAN | fini->channel)) + list_for_each_entry(temp, &abi16->channels, head) { + if (temp->chan->handle == (NVDRM_CHAN | fini->channel)) { + chan = temp; break; - chan = NULL; + } } if (!chan) --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/nouveau/nouveau_gem.h +++ linux-lowlatency-3.8.0/drivers/gpu/drm/nouveau/nouveau_gem.h @@ -35,9 +35,11 @@ extern int nouveau_gem_ioctl_info(struct drm_device *, void *, struct drm_file *); -extern struct dma_buf *nouveau_gem_prime_export(struct drm_device *dev, - struct drm_gem_object *obj, int flags); -extern struct drm_gem_object *nouveau_gem_prime_import(struct drm_device *dev, - struct dma_buf *dma_buf); +extern int nouveau_gem_prime_pin(struct drm_gem_object *); +extern struct sg_table *nouveau_gem_prime_get_sg_table(struct drm_gem_object *); +extern struct drm_gem_object *nouveau_gem_prime_import_sg_table( + struct drm_device *, size_t size, struct sg_table *); +extern void *nouveau_gem_prime_vmap(struct drm_gem_object *); +extern void nouveau_gem_prime_vunmap(struct drm_gem_object *, void *); #endif --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/nouveau/nouveau_drm.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/nouveau/nouveau_drm.c @@ -653,8 +653,13 @@ .prime_handle_to_fd = drm_gem_prime_handle_to_fd, .prime_fd_to_handle = drm_gem_prime_fd_to_handle, - .gem_prime_export = nouveau_gem_prime_export, - .gem_prime_import = nouveau_gem_prime_import, + .gem_prime_export = drm_gem_prime_export, + .gem_prime_import = drm_gem_prime_import, + .gem_prime_pin = nouveau_gem_prime_pin, + .gem_prime_get_sg_table = nouveau_gem_prime_get_sg_table, + .gem_prime_import_sg_table = nouveau_gem_prime_import_sg_table, + .gem_prime_vmap = nouveau_gem_prime_vmap, + .gem_prime_vunmap = nouveau_gem_prime_vunmap, .gem_init_object = nouveau_gem_object_new, .gem_free_object = nouveau_gem_object_del, --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/nouveau/core/include/subdev/bios/dcb.h +++ linux-lowlatency-3.8.0/drivers/gpu/drm/nouveau/core/include/subdev/bios/dcb.h @@ -16,6 +16,8 @@ struct dcb_output { int index; /* may not be raw dcb index if merging has happened */ + u16 hasht; + u16 hashm; enum dcb_output_type type; uint8_t i2c_index; uint8_t heads; @@ -25,6 +27,7 @@ uint8_t or; uint8_t link; bool duallink_possible; + uint8_t extdev; union { struct sor_conf { int link; --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/nouveau/core/subdev/device/nvc0.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/nouveau/core/subdev/device/nvc0.c @@ -134,7 +134,6 @@ device->oclass[NVDEV_ENGINE_BSP ] = &nvc0_bsp_oclass; device->oclass[NVDEV_ENGINE_PPP ] = &nvc0_ppp_oclass; device->oclass[NVDEV_ENGINE_COPY0 ] = &nvc0_copy0_oclass; - device->oclass[NVDEV_ENGINE_COPY1 ] = &nvc0_copy1_oclass; device->oclass[NVDEV_ENGINE_DISP ] = &nva3_disp_oclass; break; case 0xce: @@ -218,7 +217,6 @@ device->oclass[NVDEV_ENGINE_BSP ] = &nvc0_bsp_oclass; device->oclass[NVDEV_ENGINE_PPP ] = &nvc0_ppp_oclass; device->oclass[NVDEV_ENGINE_COPY0 ] = &nvc0_copy0_oclass; - device->oclass[NVDEV_ENGINE_COPY1 ] = &nvc0_copy1_oclass; device->oclass[NVDEV_ENGINE_DISP ] = &nva3_disp_oclass; break; case 0xc8: --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/nouveau/core/subdev/bios/init.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/nouveau/core/subdev/bios/init.c @@ -1921,8 +1921,8 @@ trace("ZM_MASK_ADD\tR[0x%06x] &= 0x%08x += 0x%08x\n", addr, mask, add); init->offset += 13; - data = init_rd32(init, addr) & mask; - data |= ((data + add) & ~mask); + data = init_rd32(init, addr); + data = (data & mask) | ((data + add) & ~mask); init_wr32(init, addr, data); } --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/nouveau/core/subdev/bios/dcb.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/nouveau/core/subdev/bios/dcb.c @@ -107,6 +107,18 @@ return 0x0000; } +static inline u16 +dcb_outp_hasht(struct dcb_output *outp) +{ + return (outp->extdev << 8) | (outp->location << 4) | outp->type; +} + +static inline u16 +dcb_outp_hashm(struct dcb_output *outp) +{ + return (outp->heads << 8) | (outp->link << 6) | outp->or; +} + u16 dcb_outp_parse(struct nouveau_bios *bios, u8 idx, u8 *ver, u8 *len, struct dcb_output *outp) @@ -135,34 +147,28 @@ case DCB_OUTPUT_DP: outp->link = (conf & 0x00000030) >> 4; outp->sorconf.link = outp->link; /*XXX*/ + outp->extdev = 0x00; + if (outp->location != 0) + outp->extdev = (conf & 0x0000ff00) >> 8; break; default: break; } } + + outp->hasht = dcb_outp_hasht(outp); + outp->hashm = dcb_outp_hashm(outp); } return dcb; } -static inline u16 -dcb_outp_hasht(struct dcb_output *outp) -{ - return outp->type; -} - -static inline u16 -dcb_outp_hashm(struct dcb_output *outp) -{ - return (outp->heads << 8) | (outp->link << 6) | outp->or; -} - u16 dcb_outp_match(struct nouveau_bios *bios, u16 type, u16 mask, u8 *ver, u8 *len, struct dcb_output *outp) { u16 dcb, idx = 0; while ((dcb = dcb_outp_parse(bios, idx++, ver, len, outp))) { - if (dcb_outp_hasht(outp) == type) { + if ((dcb_outp_hasht(outp) & 0x00ff) == (type & 0x00ff)) { if ((dcb_outp_hashm(outp) & mask) == mask) break; } --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/nouveau/core/subdev/devinit/nv50.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/nouveau/core/subdev/devinit/nv50.c @@ -78,12 +78,13 @@ if (ret) return ret; - /* if we ran the init tables, execute first script pointer for each - * display table output entry that has a matching dcb entry. + /* if we ran the init tables, we have to execute the first script + * pointer of each dcb entry's display encoder table in order + * to properly initialise each encoder. */ - while (priv->base.post && ver) { - u16 data = nvbios_outp_parse(bios, i++, &ver, &hdr, &cnt, &len, &info); - if (data && dcb_outp_match(bios, info.type, info.mask, &ver, &len, &outp)) { + while (priv->base.post && dcb_outp_parse(bios, i, &ver, &hdr, &outp)) { + if (nvbios_outp_match(bios, outp.hasht, outp.hashm, + &ver, &hdr, &cnt, &len, &info)) { struct nvbios_init init = { .subdev = nv_subdev(priv), .bios = bios, @@ -95,7 +96,8 @@ nvbios_exec(&init); } - }; + i++; + } return 0; } --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/i915/i915_reg.h +++ linux-lowlatency-3.8.0/drivers/gpu/drm/i915/i915_reg.h @@ -3839,7 +3839,7 @@ #define _TRANSB_CHICKEN2 0xf1064 #define TRANS_CHICKEN2(pipe) _PIPE(pipe, _TRANSA_CHICKEN2, _TRANSB_CHICKEN2) #define TRANS_CHICKEN2_TIMING_OVERRIDE (1<<31) - +#define TRANS_CHICKEN2_FDI_POLARITY_REVERSED (1<<29) #define SOUTH_CHICKEN1 0xc2000 #define FDIA_PHASE_SYNC_SHIFT_OVR 19 @@ -3927,7 +3927,7 @@ #define FDI_10BPC (1<<16) #define FDI_6BPC (2<<16) #define FDI_12BPC (3<<16) -#define FDI_LINK_REVERSE_OVERWRITE (1<<15) +#define FDI_RX_LINK_REVERSAL_OVERRIDE (1<<15) #define FDI_DMI_LINK_REVERSE_MASK (1<<14) #define FDI_RX_PLL_ENABLE (1<<13) #define FDI_FS_ERR_CORRECT_ENABLE (1<<11) @@ -4211,7 +4211,9 @@ #define GEN6_RP_INTERRUPT_LIMITS 0xA014 #define GEN6_RPSTAT1 0xA01C #define GEN6_CAGF_SHIFT 8 +#define HSW_CAGF_SHIFT 7 #define GEN6_CAGF_MASK (0x7f << GEN6_CAGF_SHIFT) +#define HSW_CAGF_MASK (0x7f << HSW_CAGF_SHIFT) #define GEN6_RP_CONTROL 0xA024 #define GEN6_RP_MEDIA_TURBO (1<<11) #define GEN6_RP_MEDIA_MODE_MASK (3<<9) @@ -4280,8 +4282,8 @@ #define GEN6_PCODE_READ_MIN_FREQ_TABLE 0x9 #define GEN6_PCODE_WRITE_RC6VIDS 0x4 #define GEN6_PCODE_READ_RC6VIDS 0x5 -#define GEN6_ENCODE_RC6_VID(mv) (((mv) / 5) - 245) < 0 ?: 0 -#define GEN6_DECODE_RC6_VID(vids) (((vids) * 5) > 0 ? ((vids) * 5) + 245 : 0) +#define GEN6_ENCODE_RC6_VID(mv) (((mv) - 245) / 5) +#define GEN6_DECODE_RC6_VID(vids) (((vids) * 5) + 245) #define GEN6_PCODE_DATA 0x138128 #define GEN6_PCODE_FREQ_IA_RATIO_SHIFT 8 @@ -4524,6 +4526,7 @@ #define DDI_BUF_EMP_800MV_0DB_HSW (7<<24) /* Sel7 */ #define DDI_BUF_EMP_800MV_3_5DB_HSW (8<<24) /* Sel8 */ #define DDI_BUF_EMP_MASK (0xf<<24) +#define DDI_BUF_PORT_REVERSAL (1<<16) #define DDI_BUF_IS_IDLE (1<<7) #define DDI_A_4_LANES (1<<4) #define DDI_PORT_WIDTH_X1 (0<<1) --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/i915/i915_drv.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/i915/i915_drv.c @@ -352,41 +352,68 @@ INTEL_VGA_DEVICE(0x016a, &intel_ivybridge_d_info), /* GT2 server */ INTEL_VGA_DEVICE(0x0402, &intel_haswell_d_info), /* GT1 desktop */ INTEL_VGA_DEVICE(0x0412, &intel_haswell_d_info), /* GT2 desktop */ - INTEL_VGA_DEVICE(0x0422, &intel_haswell_d_info), /* GT2 desktop */ + INTEL_VGA_DEVICE(0x0422, &intel_haswell_d_info), /* GT3 desktop */ INTEL_VGA_DEVICE(0x040a, &intel_haswell_d_info), /* GT1 server */ INTEL_VGA_DEVICE(0x041a, &intel_haswell_d_info), /* GT2 server */ - INTEL_VGA_DEVICE(0x042a, &intel_haswell_d_info), /* GT2 server */ + INTEL_VGA_DEVICE(0x042a, &intel_haswell_d_info), /* GT3 server */ INTEL_VGA_DEVICE(0x0406, &intel_haswell_m_info), /* GT1 mobile */ INTEL_VGA_DEVICE(0x0416, &intel_haswell_m_info), /* GT2 mobile */ INTEL_VGA_DEVICE(0x0426, &intel_haswell_m_info), /* GT2 mobile */ + INTEL_VGA_DEVICE(0x040B, &intel_haswell_d_info), /* GT1 reserved */ + INTEL_VGA_DEVICE(0x041B, &intel_haswell_d_info), /* GT2 reserved */ + INTEL_VGA_DEVICE(0x042B, &intel_haswell_d_info), /* GT3 reserved */ + INTEL_VGA_DEVICE(0x040E, &intel_haswell_d_info), /* GT1 reserved */ + INTEL_VGA_DEVICE(0x041E, &intel_haswell_d_info), /* GT2 reserved */ + INTEL_VGA_DEVICE(0x042E, &intel_haswell_d_info), /* GT3 reserved */ INTEL_VGA_DEVICE(0x0C02, &intel_haswell_d_info), /* SDV GT1 desktop */ INTEL_VGA_DEVICE(0x0C12, &intel_haswell_d_info), /* SDV GT2 desktop */ - INTEL_VGA_DEVICE(0x0C22, &intel_haswell_d_info), /* SDV GT2 desktop */ + INTEL_VGA_DEVICE(0x0C22, &intel_haswell_d_info), /* SDV GT3 desktop */ INTEL_VGA_DEVICE(0x0C0A, &intel_haswell_d_info), /* SDV GT1 server */ INTEL_VGA_DEVICE(0x0C1A, &intel_haswell_d_info), /* SDV GT2 server */ - INTEL_VGA_DEVICE(0x0C2A, &intel_haswell_d_info), /* SDV GT2 server */ + INTEL_VGA_DEVICE(0x0C2A, &intel_haswell_d_info), /* SDV GT3 server */ INTEL_VGA_DEVICE(0x0C06, &intel_haswell_m_info), /* SDV GT1 mobile */ INTEL_VGA_DEVICE(0x0C16, &intel_haswell_m_info), /* SDV GT2 mobile */ - INTEL_VGA_DEVICE(0x0C26, &intel_haswell_m_info), /* SDV GT2 mobile */ + INTEL_VGA_DEVICE(0x0C26, &intel_haswell_m_info), /* SDV GT3 mobile */ + INTEL_VGA_DEVICE(0x0C0B, &intel_haswell_d_info), /* SDV GT1 reserved */ + INTEL_VGA_DEVICE(0x0C1B, &intel_haswell_d_info), /* SDV GT2 reserved */ + INTEL_VGA_DEVICE(0x0C2B, &intel_haswell_d_info), /* SDV GT3 reserved */ + INTEL_VGA_DEVICE(0x0C0E, &intel_haswell_d_info), /* SDV GT1 reserved */ + INTEL_VGA_DEVICE(0x0C1E, &intel_haswell_d_info), /* SDV GT2 reserved */ + INTEL_VGA_DEVICE(0x0C2E, &intel_haswell_d_info), /* SDV GT3 reserved */ INTEL_VGA_DEVICE(0x0A02, &intel_haswell_d_info), /* ULT GT1 desktop */ INTEL_VGA_DEVICE(0x0A12, &intel_haswell_d_info), /* ULT GT2 desktop */ - INTEL_VGA_DEVICE(0x0A22, &intel_haswell_d_info), /* ULT GT2 desktop */ + INTEL_VGA_DEVICE(0x0A22, &intel_haswell_d_info), /* ULT GT3 desktop */ INTEL_VGA_DEVICE(0x0A0A, &intel_haswell_d_info), /* ULT GT1 server */ INTEL_VGA_DEVICE(0x0A1A, &intel_haswell_d_info), /* ULT GT2 server */ - INTEL_VGA_DEVICE(0x0A2A, &intel_haswell_d_info), /* ULT GT2 server */ + INTEL_VGA_DEVICE(0x0A2A, &intel_haswell_d_info), /* ULT GT3 server */ INTEL_VGA_DEVICE(0x0A06, &intel_haswell_m_info), /* ULT GT1 mobile */ INTEL_VGA_DEVICE(0x0A16, &intel_haswell_m_info), /* ULT GT2 mobile */ - INTEL_VGA_DEVICE(0x0A26, &intel_haswell_m_info), /* ULT GT2 mobile */ - INTEL_VGA_DEVICE(0x0D12, &intel_haswell_d_info), /* CRW GT1 desktop */ - INTEL_VGA_DEVICE(0x0D22, &intel_haswell_d_info), /* CRW GT2 desktop */ - INTEL_VGA_DEVICE(0x0D32, &intel_haswell_d_info), /* CRW GT2 desktop */ - INTEL_VGA_DEVICE(0x0D1A, &intel_haswell_d_info), /* CRW GT1 server */ - INTEL_VGA_DEVICE(0x0D2A, &intel_haswell_d_info), /* CRW GT2 server */ - INTEL_VGA_DEVICE(0x0D3A, &intel_haswell_d_info), /* CRW GT2 server */ - INTEL_VGA_DEVICE(0x0D16, &intel_haswell_m_info), /* CRW GT1 mobile */ - INTEL_VGA_DEVICE(0x0D26, &intel_haswell_m_info), /* CRW GT2 mobile */ - INTEL_VGA_DEVICE(0x0D36, &intel_haswell_m_info), /* CRW GT2 mobile */ + INTEL_VGA_DEVICE(0x0A26, &intel_haswell_m_info), /* ULT GT3 mobile */ + INTEL_VGA_DEVICE(0x0A0B, &intel_haswell_d_info), /* ULT GT1 reserved */ + INTEL_VGA_DEVICE(0x0A1B, &intel_haswell_d_info), /* ULT GT2 reserved */ + INTEL_VGA_DEVICE(0x0A2B, &intel_haswell_d_info), /* ULT GT3 reserved */ + INTEL_VGA_DEVICE(0x0A0E, &intel_haswell_m_info), /* ULT GT1 reserved */ + INTEL_VGA_DEVICE(0x0A1E, &intel_haswell_m_info), /* ULT GT2 reserved */ + INTEL_VGA_DEVICE(0x0A2E, &intel_haswell_m_info), /* ULT GT3 reserved */ + INTEL_VGA_DEVICE(0x0D02, &intel_haswell_d_info), /* CRW GT1 desktop */ + INTEL_VGA_DEVICE(0x0D12, &intel_haswell_d_info), /* CRW GT2 desktop */ + INTEL_VGA_DEVICE(0x0D22, &intel_haswell_d_info), /* CRW GT3 desktop */ + INTEL_VGA_DEVICE(0x0D0A, &intel_haswell_d_info), /* CRW GT1 server */ + INTEL_VGA_DEVICE(0x0D1A, &intel_haswell_d_info), /* CRW GT2 server */ + INTEL_VGA_DEVICE(0x0D2A, &intel_haswell_d_info), /* CRW GT3 server */ + INTEL_VGA_DEVICE(0x0D06, &intel_haswell_m_info), /* CRW GT1 mobile */ + INTEL_VGA_DEVICE(0x0D16, &intel_haswell_m_info), /* CRW GT2 mobile */ + INTEL_VGA_DEVICE(0x0D26, &intel_haswell_m_info), /* CRW GT3 mobile */ + INTEL_VGA_DEVICE(0x0D0B, &intel_haswell_d_info), /* CRW GT1 reserved */ + INTEL_VGA_DEVICE(0x0D1B, &intel_haswell_d_info), /* CRW GT2 reserved */ + INTEL_VGA_DEVICE(0x0D2B, &intel_haswell_d_info), /* CRW GT3 reserved */ + INTEL_VGA_DEVICE(0x0D0E, &intel_haswell_d_info), /* CRW GT1 reserved */ + INTEL_VGA_DEVICE(0x0D1E, &intel_haswell_d_info), /* CRW GT2 reserved */ + INTEL_VGA_DEVICE(0x0D2E, &intel_haswell_d_info), /* CRW GT3 reserved */ INTEL_VGA_DEVICE(0x0f30, &intel_valleyview_m_info), + INTEL_VGA_DEVICE(0x0f31, &intel_valleyview_m_info), + INTEL_VGA_DEVICE(0x0f32, &intel_valleyview_m_info), + INTEL_VGA_DEVICE(0x0f33, &intel_valleyview_m_info), INTEL_VGA_DEVICE(0x0157, &intel_valleyview_m_info), INTEL_VGA_DEVICE(0x0155, &intel_valleyview_d_info), {0, 0, 0} --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/i915/i915_gem_stolen.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/i915/i915_gem_stolen.c @@ -42,56 +42,50 @@ * for is a boon. */ -#define PTE_ADDRESS_MASK 0xfffff000 -#define PTE_ADDRESS_MASK_HIGH 0x000000f0 /* i915+ */ -#define PTE_MAPPING_TYPE_UNCACHED (0 << 1) -#define PTE_MAPPING_TYPE_DCACHE (1 << 1) /* i830 only */ -#define PTE_MAPPING_TYPE_CACHED (3 << 1) -#define PTE_MAPPING_TYPE_MASK (3 << 1) -#define PTE_VALID (1 << 0) - -/** - * i915_stolen_to_phys - take an offset into stolen memory and turn it into - * a physical one - * @dev: drm device - * @offset: address to translate - * - * Some chip functions require allocations from stolen space and need the - * physical address of the memory in question. - */ -static unsigned long i915_stolen_to_phys(struct drm_device *dev, u32 offset) +static unsigned long i915_stolen_to_physical(struct drm_device *dev) { struct drm_i915_private *dev_priv = dev->dev_private; struct pci_dev *pdev = dev_priv->bridge_dev; u32 base; -#if 0 /* On the machines I have tested the Graphics Base of Stolen Memory - * is unreliable, so compute the base by subtracting the stolen memory - * from the Top of Low Usable DRAM which is where the BIOS places - * the graphics stolen memory. + * is unreliable, so on those compute the base by subtracting the + * stolen memory from the Top of Low Usable DRAM which is where the + * BIOS places the graphics stolen memory. + * + * On gen2, the layout is slightly different with the Graphics Segment + * immediately following Top of Memory (or Top of Usable DRAM). Note + * it appears that TOUD is only reported by 865g, so we just use the + * top of memory as determined by the e820 probe. + * + * XXX gen2 requires an unavailable symbol and 945gm fails with + * its value of TOLUD. */ - if (INTEL_INFO(dev)->gen > 3 || IS_G33(dev)) { - /* top 32bits are reserved = 0 */ + base = 0; + if (INTEL_INFO(dev)->gen >= 6) { + /* Read Base Data of Stolen Memory Register (BDSM) directly. + * Note that there is also a MCHBAR miror at 0x1080c0 or + * we could use device 2:0x5c instead. + */ + pci_read_config_dword(pdev, 0xB0, &base); + base &= ~4095; /* lower bits used for locking register */ + } else if (INTEL_INFO(dev)->gen > 3 || IS_G33(dev)) { + /* Read Graphics Base of Stolen Memory directly */ pci_read_config_dword(pdev, 0xA4, &base); - } else { - /* XXX presume 8xx is the same as i915 */ - pci_bus_read_config_dword(pdev->bus, 2, 0x5C, &base); - } -#else - if (INTEL_INFO(dev)->gen > 3 || IS_G33(dev)) { - u16 val; - pci_read_config_word(pdev, 0xb0, &val); - base = val >> 4 << 20; - } else { +#if 0 + } else if (IS_GEN3(dev)) { u8 val; + /* Stolen is immediately below Top of Low Usable DRAM */ pci_read_config_byte(pdev, 0x9c, &val); base = val >> 3 << 27; - } - base -= dev_priv->mm.gtt->stolen_size; + base -= dev_priv->mm.gtt->stolen_size; + } else { + /* Stolen is immediately above Top of Memory */ + base = max_low_pfn_mapped << PAGE_SHIFT; #endif + } - return base + offset; + return base; } static void i915_warn_stolen(struct drm_device *dev) @@ -116,7 +110,7 @@ if (!compressed_fb) goto err; - cfb_base = i915_stolen_to_phys(dev, compressed_fb->start); + cfb_base = dev_priv->mm.stolen_base + compressed_fb->start; if (!cfb_base) goto err_fb; @@ -129,7 +123,7 @@ if (!compressed_llb) goto err_fb; - ll_base = i915_stolen_to_phys(dev, compressed_llb->start); + ll_base = dev_priv->mm.stolen_base + compressed_llb->start; if (!ll_base) goto err_llb; } @@ -148,7 +142,7 @@ } DRM_DEBUG_KMS("FBC base 0x%08lx, ll base 0x%08lx, size %dM\n", - cfb_base, ll_base, size >> 20); + (long)cfb_base, (long)ll_base, size >> 20); return; err_llb: @@ -180,6 +174,13 @@ struct drm_i915_private *dev_priv = dev->dev_private; unsigned long prealloc_size = dev_priv->mm.gtt->stolen_size; + dev_priv->mm.stolen_base = i915_stolen_to_physical(dev); + if (dev_priv->mm.stolen_base == 0) + return 0; + + DRM_DEBUG_KMS("found %d bytes of stolen memory at %08lx\n", + dev_priv->mm.gtt->stolen_size, dev_priv->mm.stolen_base); + /* Basic memrange allocator for stolen space */ drm_mm_init(&dev_priv->mm.stolen, 0, prealloc_size); --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/i915/intel_dp.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/i915/intel_dp.c @@ -379,7 +379,7 @@ * clock divider. */ if (is_cpu_edp(intel_dp)) { - if (IS_HASWELL(dev)) + if (HAS_DDI(dev)) aux_clock_divider = intel_ddi_get_cdclk_freq(dev_priv) >> 1; else if (IS_VALLEYVIEW(dev)) aux_clock_divider = 100; @@ -788,6 +788,7 @@ struct intel_dp_m_n m_n; int pipe = intel_crtc->pipe; enum transcoder cpu_transcoder = intel_crtc->cpu_transcoder; + int target_clock; /* * Find the lane count in the intel_encoder private @@ -803,13 +804,22 @@ } } + target_clock = mode->clock; + for_each_encoder_on_crtc(dev, crtc, intel_encoder) { + if (intel_encoder->type == INTEL_OUTPUT_EDP) { + target_clock = intel_edp_target_clock(intel_encoder, + mode); + break; + } + } + /* * Compute the GMCH and Link ratios. The '3' here is * the number of bytes_per_pixel post-LUT, which we always * set up for 8-bits of R/G/B, or 3 bytes total. */ intel_dp_compute_m_n(intel_crtc->bpp, lane_count, - mode->clock, adjusted_mode->clock, &m_n); + target_clock, adjusted_mode->clock, &m_n); if (IS_HASWELL(dev)) { I915_WRITE(PIPE_DATA_M1(cpu_transcoder), @@ -1791,7 +1801,7 @@ int voltage_tries, loop_tries; uint32_t DP = intel_dp->DP; - if (IS_HASWELL(dev)) + if (HAS_DDI(dev)) intel_ddi_prepare_link_retrain(encoder); /* Write the link configuration data */ @@ -1850,7 +1860,7 @@ for (i = 0; i < intel_dp->lane_count; i++) if ((intel_dp->train_set[i] & DP_TRAIN_MAX_SWING_REACHED) == 0) break; - if (i == intel_dp->lane_count && voltage_tries == 5) { + if (i == intel_dp->lane_count) { ++loop_tries; if (loop_tries == 5) { DRM_DEBUG_KMS("too many full retries, give up\n"); @@ -1981,7 +1991,7 @@ * intel_ddi_prepare_link_retrain will take care of redoing the link * train. */ - if (IS_HASWELL(dev)) + if (HAS_DDI(dev)) return; if (WARN_ON((I915_READ(intel_dp->output_reg) & DP_PORT_EN) == 0)) @@ -2457,17 +2467,14 @@ static void intel_dp_destroy(struct drm_connector *connector) { - struct drm_device *dev = connector->dev; struct intel_dp *intel_dp = intel_attached_dp(connector); struct intel_connector *intel_connector = to_intel_connector(connector); if (!IS_ERR_OR_NULL(intel_connector->edid)) kfree(intel_connector->edid); - if (is_edp(intel_dp)) { - intel_panel_destroy_backlight(dev); + if (is_edp(intel_dp)) intel_panel_fini(&intel_connector->panel); - } drm_sysfs_connector_remove(connector); drm_connector_cleanup(connector); @@ -2755,7 +2762,7 @@ intel_connector_attach_encoder(intel_connector, intel_encoder); drm_sysfs_connector_add(connector); - if (IS_HASWELL(dev)) + if (HAS_DDI(dev)) intel_connector->get_hw_state = intel_ddi_connector_get_hw_state; else intel_connector->get_hw_state = intel_connector_get_hw_state; --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/i915/intel_crt.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/i915/intel_crt.c @@ -45,6 +45,9 @@ struct intel_crt { struct intel_encoder base; + /* DPMS state is stored in the connector, which we need in the + * encoder's enable/disable callbacks */ + struct intel_connector *connector; bool force_hotplug_required; u32 adpa_reg; }; @@ -81,29 +84,6 @@ return true; } -static void intel_disable_crt(struct intel_encoder *encoder) -{ - struct drm_i915_private *dev_priv = encoder->base.dev->dev_private; - struct intel_crt *crt = intel_encoder_to_crt(encoder); - u32 temp; - - temp = I915_READ(crt->adpa_reg); - temp &= ~(ADPA_HSYNC_CNTL_DISABLE | ADPA_VSYNC_CNTL_DISABLE); - temp &= ~ADPA_DAC_ENABLE; - I915_WRITE(crt->adpa_reg, temp); -} - -static void intel_enable_crt(struct intel_encoder *encoder) -{ - struct drm_i915_private *dev_priv = encoder->base.dev->dev_private; - struct intel_crt *crt = intel_encoder_to_crt(encoder); - u32 temp; - - temp = I915_READ(crt->adpa_reg); - temp |= ADPA_DAC_ENABLE; - I915_WRITE(crt->adpa_reg, temp); -} - /* Note: The caller is required to filter out dpms modes not supported by the * platform. */ static void intel_crt_set_dpms(struct intel_encoder *encoder, int mode) @@ -135,6 +115,19 @@ I915_WRITE(crt->adpa_reg, temp); } +static void intel_disable_crt(struct intel_encoder *encoder) +{ + intel_crt_set_dpms(encoder, DRM_MODE_DPMS_OFF); +} + +static void intel_enable_crt(struct intel_encoder *encoder) +{ + struct intel_crt *crt = intel_encoder_to_crt(encoder); + + intel_crt_set_dpms(encoder, crt->connector->base.dpms); +} + + static void intel_crt_dpms(struct drm_connector *connector, int mode) { struct drm_device *dev = connector->dev; @@ -746,6 +739,7 @@ } connector = &intel_connector->base; + crt->connector = intel_connector; drm_connector_init(dev, &intel_connector->base, &intel_crt_connector_funcs, DRM_MODE_CONNECTOR_VGA); @@ -776,7 +770,7 @@ crt->base.disable = intel_disable_crt; crt->base.enable = intel_enable_crt; - if (IS_HASWELL(dev)) + if (HAS_DDI(dev)) crt->base.get_hw_state = intel_ddi_get_hw_state; else crt->base.get_hw_state = intel_crt_get_hw_state; @@ -800,10 +794,14 @@ dev_priv->hotplug_supported_mask |= CRT_HOTPLUG_INT_STATUS; /* - * TODO: find a proper way to discover whether we need to set the - * polarity reversal bit or not, instead of relying on the BIOS. + * TODO: find a proper way to discover whether we need to set the the + * polarity and link reversal bits or not, instead of relying on the + * BIOS. */ - if (HAS_PCH_LPT(dev)) - dev_priv->fdi_rx_polarity_reversed = - !!(I915_READ(_FDI_RXA_CTL) & FDI_RX_POLARITY_REVERSED_LPT); + if (HAS_PCH_LPT(dev)) { + u32 fdi_config = FDI_RX_POLARITY_REVERSED_LPT | + FDI_RX_LINK_REVERSAL_OVERRIDE; + + dev_priv->fdi_rx_config = I915_READ(_FDI_RXA_CTL) & fdi_config; + } } --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/i915/i915_gem_execbuffer.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/i915/i915_gem_execbuffer.c @@ -43,7 +43,7 @@ { struct eb_objects *eb; int count = PAGE_SIZE / sizeof(struct hlist_head) / 2; - BUILD_BUG_ON(!is_power_of_2(PAGE_SIZE / sizeof(struct hlist_head))); + BUILD_BUG_ON_NOT_POWER_OF_2(PAGE_SIZE / sizeof(struct hlist_head)); while (count > size) count >>= 1; eb = kzalloc(count*sizeof(struct hlist_head) + @@ -706,15 +706,20 @@ int count) { int i; + int relocs_total = 0; + int relocs_max = INT_MAX / sizeof(struct drm_i915_gem_relocation_entry); for (i = 0; i < count; i++) { char __user *ptr = (char __user *)(uintptr_t)exec[i].relocs_ptr; int length; /* limited by fault_in_pages_readable() */ - /* First check for malicious input causing overflow */ - if (exec[i].relocation_count > - INT_MAX / sizeof(struct drm_i915_gem_relocation_entry)) + /* First check for malicious input causing overflow in + * the worst case where we need to allocate the entire + * relocation tree as a single array. + */ + if (exec[i].relocation_count > relocs_max - relocs_total) return -EINVAL; + relocs_total += exec[i].relocation_count; length = exec[i].relocation_count * sizeof(struct drm_i915_gem_relocation_entry); --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/i915/intel_display.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/i915/intel_display.c @@ -154,8 +154,8 @@ .vco = { .min = 1400000, .max = 2800000 }, .n = { .min = 1, .max = 6 }, .m = { .min = 70, .max = 120 }, - .m1 = { .min = 10, .max = 22 }, - .m2 = { .min = 5, .max = 9 }, + .m1 = { .min = 8, .max = 18 }, + .m2 = { .min = 3, .max = 7 }, .p = { .min = 5, .max = 80 }, .p1 = { .min = 1, .max = 8 }, .p2 = { .dot_limit = 200000, @@ -1125,8 +1125,8 @@ enum transcoder cpu_transcoder = intel_pipe_to_cpu_transcoder(dev_priv, pipe); - if (IS_HASWELL(dev_priv->dev)) { - /* On Haswell, DDI is used instead of FDI_TX_CTL */ + if (HAS_DDI(dev_priv->dev)) { + /* DDI does not have a specific FDI_TX register */ reg = TRANS_DDI_FUNC_CTL(cpu_transcoder); val = I915_READ(reg); cur_state = !!(val & TRANS_DDI_FUNC_ENABLE); @@ -1170,7 +1170,7 @@ return; /* On Haswell, DDI ports are responsible for the FDI PLL setup */ - if (IS_HASWELL(dev_priv->dev)) + if (HAS_DDI(dev_priv->dev)) return; reg = FDI_TX_CTL(pipe); @@ -2017,18 +2017,29 @@ /* Computes the linear offset to the base tile and adjusts x, y. bytes per pixel * is assumed to be a power-of-two. */ -unsigned long intel_gen4_compute_offset_xtiled(int *x, int *y, - unsigned int bpp, - unsigned int pitch) -{ - int tile_rows, tiles; - - tile_rows = *y / 8; - *y %= 8; - tiles = *x / (512/bpp); - *x %= 512/bpp; +unsigned long intel_gen4_compute_page_offset(int *x, int *y, + unsigned int tiling_mode, + unsigned int cpp, + unsigned int pitch) +{ + if (tiling_mode != I915_TILING_NONE) { + unsigned int tile_rows, tiles; + + tile_rows = *y / 8; + *y %= 8; - return tile_rows * pitch * 8 + tiles * 4096; + tiles = *x / (512/cpp); + *x %= 512/cpp; + + return tile_rows * pitch * 8 + tiles * 4096; + } else { + unsigned int offset; + + offset = *y * pitch + *x * cpp; + *y = 0; + *x = (offset & 4095) / cpp; + return offset & -4096; + } } static int i9xx_update_plane(struct drm_crtc *crtc, struct drm_framebuffer *fb, @@ -2105,9 +2116,9 @@ if (INTEL_INFO(dev)->gen >= 4) { intel_crtc->dspaddr_offset = - intel_gen4_compute_offset_xtiled(&x, &y, - fb->bits_per_pixel / 8, - fb->pitches[0]); + intel_gen4_compute_page_offset(&x, &y, obj->tiling_mode, + fb->bits_per_pixel / 8, + fb->pitches[0]); linear_offset -= intel_crtc->dspaddr_offset; } else { intel_crtc->dspaddr_offset = linear_offset; @@ -2198,9 +2209,9 @@ linear_offset = y * fb->pitches[0] + x * (fb->bits_per_pixel / 8); intel_crtc->dspaddr_offset = - intel_gen4_compute_offset_xtiled(&x, &y, - fb->bits_per_pixel / 8, - fb->pitches[0]); + intel_gen4_compute_page_offset(&x, &y, obj->tiling_mode, + fb->bits_per_pixel / 8, + fb->pitches[0]); linear_offset -= intel_crtc->dspaddr_offset; DRM_DEBUG_KMS("Writing base %08X %08lX %d %d %d\n", @@ -3486,15 +3497,15 @@ int plane = intel_crtc->plane; u32 reg, temp; - if (!intel_crtc->active) return; + intel_crtc_wait_for_pending_flips(crtc); + drm_vblank_off(dev, pipe); + for_each_encoder_on_crtc(dev, crtc, encoder) encoder->disable(encoder); - intel_crtc_wait_for_pending_flips(crtc); - drm_vblank_off(dev, pipe); intel_crtc_update_cursor(crtc, false); intel_disable_plane(dev_priv, plane, pipe); @@ -3570,13 +3581,14 @@ if (!intel_crtc->active) return; + intel_crtc_wait_for_pending_flips(crtc); + drm_vblank_off(dev, pipe); + is_pch_port = haswell_crtc_driving_pch(crtc); for_each_encoder_on_crtc(dev, crtc, encoder) encoder->disable(encoder); - intel_crtc_wait_for_pending_flips(crtc); - drm_vblank_off(dev, pipe); intel_crtc_update_cursor(crtc, false); intel_disable_plane(dev_priv, plane, pipe); @@ -3686,17 +3698,18 @@ struct intel_encoder *encoder; int pipe = intel_crtc->pipe; int plane = intel_crtc->plane; - + u32 pctl; if (!intel_crtc->active) return; + intel_crtc_wait_for_pending_flips(crtc); + drm_vblank_off(dev, pipe); + for_each_encoder_on_crtc(dev, crtc, encoder) encoder->disable(encoder); /* Give the overlay scaler a chance to disable if it's on this pipe */ - intel_crtc_wait_for_pending_flips(crtc); - drm_vblank_off(dev, pipe); intel_crtc_dpms_overlay(intel_crtc, false); intel_crtc_update_cursor(crtc, false); @@ -3705,6 +3718,13 @@ intel_disable_plane(dev_priv, plane, pipe); intel_disable_pipe(dev_priv, pipe); + + /* Disable pannel fitter if it is on this pipe. */ + pctl = I915_READ(PFIT_CONTROL); + if ((pctl & PFIT_ENABLE) && + ((pctl & PFIT_PIPE_MASK) >> PFIT_PIPE_SHIFT) == pipe) + I915_WRITE(PFIT_CONTROL, 0); + intel_disable_pll(dev_priv, pipe); intel_crtc->active = false; @@ -3776,10 +3796,12 @@ struct drm_device *dev = crtc->dev; struct drm_connector *connector; struct drm_i915_private *dev_priv = dev->dev_private; + struct intel_crtc *intel_crtc = to_intel_crtc(crtc); /* crtc should still be enabled when we disable it. */ WARN_ON(!crtc->enabled); + intel_crtc->eld_vld = false; dev_priv->display.crtc_disable(crtc); intel_crtc_update_sarea(crtc, false); dev_priv->display.off(crtc); @@ -6068,6 +6090,7 @@ struct drm_i915_private *dev_priv = connector->dev->dev_private; uint8_t *eld = connector->eld; struct drm_device *dev = crtc->dev; + struct intel_crtc *intel_crtc = to_intel_crtc(crtc); uint32_t eldv; uint32_t i; int len; @@ -6109,6 +6132,7 @@ DRM_DEBUG_DRIVER("ELD on pipe %c\n", pipe_name(pipe)); eldv = AUDIO_ELD_VALID_A << (pipe * 4); + intel_crtc->eld_vld = true; if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT)) { DRM_DEBUG_DRIVER("ELD: DisplayPort detected\n"); @@ -6993,11 +7017,6 @@ void intel_mark_idle(struct drm_device *dev) { -} - -void intel_mark_fb_busy(struct drm_i915_gem_object *obj) -{ - struct drm_device *dev = obj->base.dev; struct drm_crtc *crtc; if (!i915_powersave) @@ -7007,12 +7026,11 @@ if (!crtc->fb) continue; - if (to_intel_framebuffer(crtc->fb)->obj == obj) - intel_increase_pllclock(crtc); + intel_decrease_pllclock(crtc); } } -void intel_mark_fb_idle(struct drm_i915_gem_object *obj) +void intel_mark_fb_busy(struct drm_i915_gem_object *obj) { struct drm_device *dev = obj->base.dev; struct drm_crtc *crtc; @@ -7025,7 +7043,7 @@ continue; if (to_intel_framebuffer(crtc->fb)->obj == obj) - intel_decrease_pllclock(crtc); + intel_increase_pllclock(crtc); } } @@ -7407,8 +7425,8 @@ { struct drm_device *dev = crtc->dev; struct drm_i915_private *dev_priv = dev->dev_private; - struct intel_framebuffer *intel_fb; - struct drm_i915_gem_object *obj; + struct drm_framebuffer *old_fb = crtc->fb; + struct drm_i915_gem_object *obj = to_intel_framebuffer(fb)->obj; struct intel_crtc *intel_crtc = to_intel_crtc(crtc); struct intel_unpin_work *work; unsigned long flags; @@ -7433,8 +7451,7 @@ work->event = event; work->crtc = crtc; - intel_fb = to_intel_framebuffer(crtc->fb); - work->old_fb_obj = intel_fb->obj; + work->old_fb_obj = to_intel_framebuffer(old_fb)->obj; INIT_WORK(&work->work, intel_unpin_work_fn); ret = drm_vblank_get(dev, intel_crtc->pipe); @@ -7454,9 +7471,6 @@ intel_crtc->unpin_work = work; spin_unlock_irqrestore(&dev->event_lock, flags); - intel_fb = to_intel_framebuffer(fb); - obj = intel_fb->obj; - if (atomic_read(&intel_crtc->unpin_work_count) >= 2) flush_workqueue(dev_priv->wq); @@ -7494,6 +7508,7 @@ cleanup_pending: atomic_dec(&intel_crtc->unpin_work_count); + crtc->fb = old_fb; atomic_sub(1 << intel_crtc->plane, &work->old_fb_obj->pending_flip); drm_gem_object_unreference(&work->old_fb_obj->base); drm_gem_object_unreference(&obj->base); @@ -7722,22 +7737,25 @@ if (crtc->enabled) *prepare_pipes |= 1 << intel_crtc->pipe; - /* We only support modeset on one single crtc, hence we need to do that - * only for the passed in crtc iff we change anything else than just - * disable crtcs. - * - * This is actually not true, to be fully compatible with the old crtc - * helper we automatically disable _any_ output (i.e. doesn't need to be - * connected to the crtc we're modesetting on) if it's disconnected. - * Which is a rather nutty api (since changed the output configuration - * without userspace's explicit request can lead to confusion), but - * alas. Hence we currently need to modeset on all pipes we prepare. */ + /* + * For simplicity do a full modeset on any pipe where the output routing + * changed. We could be more clever, but that would require us to be + * more careful with calling the relevant encoder->mode_set functions. + */ if (*prepare_pipes) *modeset_pipes = *prepare_pipes; /* ... and mask these out. */ *modeset_pipes &= ~(*disable_pipes); *prepare_pipes &= ~(*disable_pipes); + + /* + * HACK: We don't (yet) fully support global modesets. intel_set_config + * obies this rule, but the modeset restore mode of + * intel_modeset_setup_hw_state does not. + */ + *modeset_pipes &= 1 << intel_crtc->pipe; + *prepare_pipes &= 1 << intel_crtc->pipe; } static bool intel_crtc_in_use(struct drm_crtc *crtc) @@ -8303,7 +8321,7 @@ static void intel_cpu_pll_init(struct drm_device *dev) { - if (IS_HASWELL(dev)) + if (HAS_DDI(dev)) intel_ddi_pll_init(dev); } @@ -8439,11 +8457,10 @@ I915_WRITE(PFIT_CONTROL, 0); } - if (!(IS_HASWELL(dev) && - (I915_READ(DDI_BUF_CTL(PORT_A)) & DDI_A_4_LANES))) + if (!IS_ULT(dev)) intel_crt_init(dev); - if (IS_HASWELL(dev)) { + if (HAS_DDI(dev)) { int found; /* Haswell uses DDI functions to detect digital outputs */ @@ -8703,7 +8720,7 @@ struct drm_i915_private *dev_priv = dev->dev_private; /* We always want a DPMS function */ - if (IS_HASWELL(dev)) { + if (HAS_DDI(dev)) { dev_priv->display.crtc_mode_set = haswell_crtc_mode_set; dev_priv->display.crtc_enable = haswell_crtc_enable; dev_priv->display.crtc_disable = haswell_crtc_disable; @@ -8831,6 +8848,17 @@ DRM_INFO("applying inverted panel brightness quirk\n"); } +/* + * Some machines (Dell XPS13) suffer broken backlight controls if + * BLM_PCH_PWM_ENABLE is set. + */ +static void quirk_no_pcm_pwm_enable(struct drm_device *dev) +{ + struct drm_i915_private *dev_priv = dev->dev_private; + dev_priv->quirks |= QUIRK_NO_PCH_PWM_ENABLE; + DRM_INFO("applying no-PCH_PWM_ENABLE quirk\n"); +} + struct intel_quirk { int device; int subsystem_vendor; @@ -8867,6 +8895,9 @@ }; static struct intel_quirk intel_quirks[] = { + /* Dell XPS13 SandyBridge */ + { 0x0116, 0x1028, 0x052e, quirk_no_pcm_pwm_enable }, + /* HP Mini needs pipe A force quirk (LP: #322104) */ { 0x27ae, 0x103c, 0x361a, quirk_pipea_force }, @@ -8888,6 +8919,18 @@ /* Acer Aspire 5734Z must invert backlight brightness */ { 0x2a42, 0x1025, 0x0459, quirk_invert_brightness }, + + /* Acer Aspire 4736Z */ + { 0x2a42, 0x1025, 0x0260, quirk_invert_brightness }, + + /* Acer/eMachines G725 */ + { 0x2a42, 0x1025, 0x0210, quirk_invert_brightness }, + + /* Acer/eMachines e725 */ + { 0x2a42, 0x1025, 0x0212, quirk_invert_brightness }, + + /* Acer/Packard Bell NCL20 */ + { 0x2a42, 0x1025, 0x034b, quirk_invert_brightness }, }; static void intel_init_quirks(struct drm_device *dev) @@ -9209,7 +9252,7 @@ struct intel_encoder *encoder; struct intel_connector *connector; - if (IS_HASWELL(dev)) { + if (HAS_DDI(dev)) { tmp = I915_READ(TRANS_DDI_FUNC_CTL(TRANSCODER_EDP)); if (tmp & TRANS_DDI_FUNC_ENABLE) { @@ -9250,7 +9293,7 @@ crtc->active ? "enabled" : "disabled"); } - if (IS_HASWELL(dev)) + if (HAS_DDI(dev)) intel_ddi_setup_hw_pll_state(dev); list_for_each_entry(encoder, &dev->mode_config.encoder_list, @@ -9366,6 +9409,9 @@ /* flush any delayed tasks or pending work */ flush_scheduled_work(); + /* destroy backlight, if any, before the connectors */ + intel_panel_destroy_backlight(dev); + drm_mode_config_cleanup(dev); } --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/i915/intel_hdmi.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/i915/intel_hdmi.c @@ -48,7 +48,7 @@ struct drm_i915_private *dev_priv = dev->dev_private; uint32_t enabled_bits; - enabled_bits = IS_HASWELL(dev) ? DDI_BUF_CTL_ENABLE : SDVO_ENABLE; + enabled_bits = HAS_DDI(dev) ? DDI_BUF_CTL_ENABLE : SDVO_ENABLE; WARN(I915_READ(intel_hdmi->sdvox_reg) & enabled_bits, "HDMI port enabled, expecting disabled\n"); @@ -769,27 +769,6 @@ return true; } -static bool g4x_hdmi_connected(struct intel_hdmi *intel_hdmi) -{ - struct drm_device *dev = intel_hdmi_to_dev(intel_hdmi); - struct drm_i915_private *dev_priv = dev->dev_private; - uint32_t bit; - - switch (intel_hdmi->sdvox_reg) { - case SDVOB: - bit = HDMIB_HOTPLUG_LIVE_STATUS; - break; - case SDVOC: - bit = HDMIC_HOTPLUG_LIVE_STATUS; - break; - default: - bit = 0; - break; - } - - return I915_READ(PORT_HOTPLUG_STAT) & bit; -} - static enum drm_connector_status intel_hdmi_detect(struct drm_connector *connector, bool force) { @@ -801,9 +780,6 @@ struct edid *edid; enum drm_connector_status status = connector_status_disconnected; - if (IS_G4X(connector->dev) && !g4x_hdmi_connected(intel_hdmi)) - return status; - intel_hdmi->has_hdmi_sink = false; intel_hdmi->has_audio = false; edid = drm_get_edid(connector, @@ -1013,7 +989,7 @@ intel_hdmi->set_infoframes = cpt_set_infoframes; } - if (IS_HASWELL(dev)) + if (HAS_DDI(dev)) intel_connector->get_hw_state = intel_ddi_connector_get_hw_state; else intel_connector->get_hw_state = intel_connector_get_hw_state; --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/i915/i915_drv.h +++ linux-lowlatency-3.8.0/drivers/gpu/drm/i915/i915_drv.h @@ -393,6 +393,7 @@ #define QUIRK_PIPEA_FORCE (1<<0) #define QUIRK_LVDS_SSC_DISABLE (1<<1) #define QUIRK_INVERT_BRIGHTNESS (1<<2) +#define QUIRK_NO_PCH_PWM_ENABLE (1<<3) struct intel_fbdev; struct intel_fbc_work; @@ -711,6 +712,7 @@ unsigned int int_crt_support:1; unsigned int lvds_use_ssc:1; unsigned int display_clock_mode:1; + unsigned int fdi_rx_polarity_inverted:1; int lvds_ssc_freq; unsigned int bios_lvds_val; /* initial [PCH_]LVDS reg val in VBIOS */ unsigned int lvds_val; /* used for checking LVDS channel mode */ @@ -774,6 +776,7 @@ unsigned long gtt_start; unsigned long gtt_mappable_end; unsigned long gtt_end; + unsigned long stolen_base; /* limited to low memory (32-bit) */ struct io_mapping *gtt_mapping; phys_addr_t gtt_base_addr; @@ -919,7 +922,7 @@ bool hw_contexts_disabled; uint32_t hw_context_size; - bool fdi_rx_polarity_reversed; + u32 fdi_rx_config; struct i915_suspend_saved_registers regfile; @@ -1227,6 +1230,8 @@ #define HAS_PIPE_CONTROL(dev) (INTEL_INFO(dev)->gen >= 5) +#define HAS_DDI(dev) (IS_HASWELL(dev)) + #define INTEL_PCH_DEVICE_ID_MASK 0xff00 #define INTEL_PCH_IBX_DEVICE_ID_TYPE 0x3b00 #define INTEL_PCH_CPT_DEVICE_ID_TYPE 0x1c00 --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/i915/i915_irq.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/i915/i915_irq.c @@ -1472,7 +1472,7 @@ queue_work(dev_priv->wq, &dev_priv->error_work); } -static void i915_pageflip_stall_check(struct drm_device *dev, int pipe) +static void __always_unused i915_pageflip_stall_check(struct drm_device *dev, int pipe) { drm_i915_private_t *dev_priv = dev->dev_private; struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[pipe]; @@ -2495,6 +2495,8 @@ I915_RENDER_COMMAND_PARSER_ERROR_INTERRUPT); enable_mask = ~dev_priv->irq_mask; + enable_mask &= ~(I915_DISPLAY_PLANE_A_FLIP_PENDING_INTERRUPT | + I915_DISPLAY_PLANE_B_FLIP_PENDING_INTERRUPT); enable_mask |= I915_USER_INTERRUPT; if (IS_G4X(dev)) @@ -2571,6 +2573,13 @@ unsigned long irqflags; int irq_received; int ret = IRQ_NONE, pipe; + u32 flip[2] = { + I915_DISPLAY_PLANE_A_FLIP_PENDING_INTERRUPT, + I915_DISPLAY_PLANE_B_FLIP_PENDING_INTERRUPT + }; + u32 flip_mask = + I915_DISPLAY_PLANE_A_FLIP_PENDING_INTERRUPT | + I915_DISPLAY_PLANE_B_FLIP_PENDING_INTERRUPT; atomic_inc(&dev_priv->irq_received); @@ -2579,7 +2588,7 @@ for (;;) { bool blc_event = false; - irq_received = iir != 0; + irq_received = (iir & ~flip_mask) != 0; /* Can't rely on pipestat interrupt bit in iir as it might * have been cleared after the pipestat interrupt was received. @@ -2626,7 +2635,7 @@ I915_READ(PORT_HOTPLUG_STAT); } - I915_WRITE(IIR, iir); + I915_WRITE(IIR, iir & ~flip_mask); new_iir = I915_READ(IIR); /* Flush posted writes */ if (iir & I915_USER_INTERRUPT) @@ -2634,17 +2643,17 @@ if (iir & I915_BSD_USER_INTERRUPT) notify_ring(dev, &dev_priv->ring[VCS]); - if (iir & I915_DISPLAY_PLANE_A_FLIP_PENDING_INTERRUPT) - intel_prepare_page_flip(dev, 0); - - if (iir & I915_DISPLAY_PLANE_B_FLIP_PENDING_INTERRUPT) - intel_prepare_page_flip(dev, 1); - for_each_pipe(pipe) { if (pipe_stats[pipe] & PIPE_START_VBLANK_INTERRUPT_STATUS && drm_handle_vblank(dev, pipe)) { - i915_pageflip_stall_check(dev, pipe); - intel_finish_page_flip(dev, pipe); + if (iir & flip[pipe]) { + intel_prepare_page_flip(dev, pipe); + + if ((I915_READ(ISR) & flip[pipe]) == 0) { + intel_finish_page_flip(dev, pipe); + flip_mask &= ~flip[pipe]; + } + } } if (pipe_stats[pipe] & PIPE_LEGACY_BLC_EVENT_STATUS) --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/i915/intel_sprite.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/i915/intel_sprite.c @@ -122,8 +122,8 @@ linear_offset = y * fb->pitches[0] + x * pixel_size; sprsurf_offset = - intel_gen4_compute_offset_xtiled(&x, &y, - pixel_size, fb->pitches[0]); + intel_gen4_compute_page_offset(&x, &y, obj->tiling_mode, + pixel_size, fb->pitches[0]); linear_offset -= sprsurf_offset; /* HSW consolidates SPRTILEOFF and SPRLINOFF into a single SPROFFSET @@ -287,8 +287,8 @@ linear_offset = y * fb->pitches[0] + x * pixel_size; dvssurf_offset = - intel_gen4_compute_offset_xtiled(&x, &y, - pixel_size, fb->pitches[0]); + intel_gen4_compute_page_offset(&x, &y, obj->tiling_mode, + pixel_size, fb->pitches[0]); linear_offset -= dvssurf_offset; if (obj->tiling_mode != I915_TILING_NONE) --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/i915/i915_debugfs.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/i915/i915_debugfs.c @@ -103,7 +103,7 @@ static void describe_obj(struct seq_file *m, struct drm_i915_gem_object *obj) { - seq_printf(m, "%p: %s%s %8zdKiB %04x %04x %d %d %d%s%s%s", + seq_printf(m, "%pK: %s%s %8zdKiB %04x %04x %d %d %d%s%s%s", &obj->base, get_pin_flag(obj), get_tiling_flag(obj), @@ -691,7 +691,7 @@ seq_printf(m, "Time: %ld s %ld us\n", error->time.tv_sec, error->time.tv_usec); - seq_printf(m, "Kernel: " UTS_RELEASE); + seq_printf(m, "Kernel: " UTS_RELEASE "\n"); seq_printf(m, "PCI ID: 0x%04x\n", dev->pci_device); seq_printf(m, "EIR: 0x%08x\n", error->eir); seq_printf(m, "IER: 0x%08x\n", error->ier); @@ -888,7 +888,7 @@ u32 gt_perf_status = I915_READ(GEN6_GT_PERF_STATUS); u32 rp_state_limits = I915_READ(GEN6_RP_STATE_LIMITS); u32 rp_state_cap = I915_READ(GEN6_RP_STATE_CAP); - u32 rpstat; + u32 rpstat, cagf; u32 rpupei, rpcurup, rpprevup; u32 rpdownei, rpcurdown, rpprevdown; int max_freq; @@ -907,6 +907,11 @@ rpdownei = I915_READ(GEN6_RP_CUR_DOWN_EI); rpcurdown = I915_READ(GEN6_RP_CUR_DOWN); rpprevdown = I915_READ(GEN6_RP_PREV_DOWN); + if (IS_HASWELL(dev)) + cagf = (rpstat & HSW_CAGF_MASK) >> HSW_CAGF_SHIFT; + else + cagf = (rpstat & GEN6_CAGF_MASK) >> GEN6_CAGF_SHIFT; + cagf *= GT_FREQUENCY_MULTIPLIER; gen6_gt_force_wake_put(dev_priv); mutex_unlock(&dev->struct_mutex); @@ -919,8 +924,7 @@ gt_perf_status & 0xff); seq_printf(m, "Render p-state limit: %d\n", rp_state_limits & 0xff); - seq_printf(m, "CAGF: %dMHz\n", ((rpstat & GEN6_CAGF_MASK) >> - GEN6_CAGF_SHIFT) * GT_FREQUENCY_MULTIPLIER); + seq_printf(m, "CAGF: %dMHz\n", cagf); seq_printf(m, "RP CUR UP EI: %dus\n", rpupei & GEN6_CURICONT_MASK); seq_printf(m, "RP CUR UP: %dus\n", rpcurup & --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/i915/intel_drv.h +++ linux-lowlatency-3.8.0/drivers/gpu/drm/i915/intel_drv.h @@ -205,6 +205,7 @@ * some outputs connected to this crtc. */ bool active; + bool eld_vld; bool primary_disabled; /* is the crtc obscured by a plane? */ bool lowfreq_avail; struct intel_overlay *overlay; @@ -377,6 +378,7 @@ struct intel_digital_port { struct intel_encoder base; enum port port; + u32 port_reversal; struct intel_dp dp; struct intel_hdmi hdmi; }; @@ -439,9 +441,8 @@ extern void intel_dvo_init(struct drm_device *dev); extern void intel_tv_init(struct drm_device *dev); extern void intel_mark_busy(struct drm_device *dev); -extern void intel_mark_idle(struct drm_device *dev); extern void intel_mark_fb_busy(struct drm_i915_gem_object *obj); -extern void intel_mark_fb_idle(struct drm_i915_gem_object *obj); +extern void intel_mark_idle(struct drm_device *dev); extern bool intel_lvds_init(struct drm_device *dev); extern void intel_dp_init(struct drm_device *dev, int output_reg, enum port port); @@ -627,9 +628,10 @@ extern void intel_update_linetime_watermarks(struct drm_device *dev, int pipe, struct drm_display_mode *mode); -extern unsigned long intel_gen4_compute_offset_xtiled(int *x, int *y, - unsigned int bpp, - unsigned int pitch); +extern unsigned long intel_gen4_compute_page_offset(int *x, int *y, + unsigned int tiling_mode, + unsigned int bpp, + unsigned int pitch); extern int intel_sprite_set_colorkey(struct drm_device *dev, void *data, struct drm_file *file_priv); --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/i915/intel_panel.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/i915/intel_panel.c @@ -347,7 +347,8 @@ POSTING_READ(reg); I915_WRITE(reg, tmp | BLM_PWM_ENABLE); - if (HAS_PCH_SPLIT(dev)) { + if (HAS_PCH_SPLIT(dev) && + !(dev_priv->quirks & QUIRK_NO_PCH_PWM_ENABLE)) { tmp = I915_READ(BLC_PWM_PCH_CTL1); tmp |= BLM_PCH_PWM_ENABLE; tmp &= ~BLM_PCH_OVERRIDE_ENABLE; @@ -422,6 +423,9 @@ intel_panel_init_backlight(dev); + if (WARN_ON(dev_priv->backlight)) + return -ENODEV; + memset(&props, 0, sizeof(props)); props.type = BACKLIGHT_RAW; props.max_brightness = _intel_panel_get_max_backlight(dev); @@ -447,8 +451,10 @@ void intel_panel_destroy_backlight(struct drm_device *dev) { struct drm_i915_private *dev_priv = dev->dev_private; - if (dev_priv->backlight) + if (dev_priv->backlight) { backlight_device_unregister(dev_priv->backlight); + dev_priv->backlight = NULL; + } } #else int intel_panel_setup_backlight(struct drm_connector *connector) --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/i915/intel_lvds.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/i915/intel_lvds.c @@ -556,7 +556,6 @@ if (!IS_ERR_OR_NULL(lvds_connector->base.edid)) kfree(lvds_connector->base.edid); - intel_panel_destroy_backlight(connector->dev); intel_panel_fini(&lvds_connector->base.panel); drm_sysfs_connector_remove(connector); @@ -790,6 +789,14 @@ DMI_MATCH(DMI_PRODUCT_NAME, "X7SPA-H"), }, }, + { + .callback = intel_no_lvds_dmi_callback, + .ident = "Fujitsu Esprimo Q900", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"), + DMI_MATCH(DMI_PRODUCT_NAME, "ESPRIMO Q900"), + }, + }, { } /* terminating entry */ }; --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/i915/intel_dvo.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/i915/intel_dvo.c @@ -449,6 +449,7 @@ const struct intel_dvo_device *dvo = &intel_dvo_devices[i]; struct i2c_adapter *i2c; int gpio; + bool dvoinit; /* Allow the I2C driver info to specify the GPIO to be used in * special cases, but otherwise default to what's defined @@ -468,7 +469,17 @@ i2c = intel_gmbus_get_adapter(dev_priv, gpio); intel_dvo->dev = *dvo; - if (!dvo->dev_ops->init(&intel_dvo->dev, i2c)) + + /* GMBUS NAK handling seems to be unstable, hence let the + * transmitter detection run in bit banging mode for now. + */ + intel_gmbus_force_bit(i2c, true); + + dvoinit = dvo->dev_ops->init(&intel_dvo->dev, i2c); + + intel_gmbus_force_bit(i2c, false); + + if (!dvoinit) continue; intel_encoder->type = INTEL_OUTPUT_DVO; --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/i915/i915_gem_context.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/i915/i915_gem_context.c @@ -157,6 +157,13 @@ return ERR_PTR(-ENOMEM); } + if (INTEL_INFO(dev)->gen >= 7) { + ret = i915_gem_object_set_cache_level(ctx->obj, + I915_CACHE_LLC_MLC); + if (ret) + goto err_out; + } + /* The ring associated with the context object is handled by the normal * object tracking code. We give an initial ring value simple to pass an * assertion in the context switch code. --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/i915/i915_gem.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/i915/i915_gem.c @@ -1918,9 +1918,6 @@ BUG_ON(obj->base.write_domain & ~I915_GEM_GPU_DOMAINS); BUG_ON(!obj->active); - if (obj->pin_count) /* are we a framebuffer? */ - intel_mark_fb_idle(obj); - list_move_tail(&obj->mm_list, &dev_priv->mm.inactive_list); list_del_init(&obj->ring_list); @@ -2665,17 +2662,35 @@ return fence - dev_priv->fence_regs; } +static void i915_gem_write_fence__ipi(void *data) +{ + wbinvd(); +} + static void i915_gem_object_update_fence(struct drm_i915_gem_object *obj, struct drm_i915_fence_reg *fence, bool enable) { - struct drm_i915_private *dev_priv = obj->base.dev->dev_private; - int reg = fence_number(dev_priv, fence); + struct drm_device *dev = obj->base.dev; + struct drm_i915_private *dev_priv = dev->dev_private; + int fence_reg = fence_number(dev_priv, fence); - i915_gem_write_fence(obj->base.dev, reg, enable ? obj : NULL); + /* In order to fully serialize access to the fenced region and + * the update to the fence register we need to take extreme + * measures on SNB+. In theory, the write to the fence register + * flushes all memory transactions before, and coupled with the + * mb() placed around the register write we serialise all memory + * operations with respect to the changes in the tiler. Yet, on + * SNB+ we need to take a step further and emit an explicit wbinvd() + * on each processor in order to manually flush all memory + * transactions before updating the fence register. + */ + if (HAS_LLC(obj->base.dev)) + on_each_cpu(i915_gem_write_fence__ipi, NULL, 1); + i915_gem_write_fence(dev, fence_reg, enable ? obj : NULL); if (enable) { - obj->fence_reg = reg; + obj->fence_reg = fence_reg; fence->obj = obj; list_move_tail(&fence->lru_list, &dev_priv->mm.fence_list); } else { @@ -3848,7 +3863,7 @@ u32 misccpctl; int i; - if (!IS_IVYBRIDGE(dev)) + if (!HAS_L3_GPU_CACHE(dev)) return; if (!dev_priv->l3_parity.remap_info) --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/i915/intel_pm.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/i915/intel_pm.c @@ -2572,7 +2572,7 @@ I915_WRITE(GEN6_RC_SLEEP, 0); I915_WRITE(GEN6_RC1e_THRESHOLD, 1000); I915_WRITE(GEN6_RC6_THRESHOLD, 50000); - I915_WRITE(GEN6_RC6p_THRESHOLD, 100000); + I915_WRITE(GEN6_RC6p_THRESHOLD, 150000); I915_WRITE(GEN6_RC6pp_THRESHOLD, 64000); /* unused */ /* Check if we are enabling RC6 */ @@ -3560,6 +3560,7 @@ { struct drm_i915_private *dev_priv = dev->dev_private; int pipe; + uint32_t val; /* * On Ibex Peak and Cougar Point, we need to disable clock @@ -3572,8 +3573,12 @@ /* The below fixes the weird display corruption, a few pixels shifted * downward, on (only) LVDS of some HP laptops with IVY. */ - for_each_pipe(pipe) - I915_WRITE(TRANS_CHICKEN2(pipe), TRANS_CHICKEN2_TIMING_OVERRIDE); + for_each_pipe(pipe) { + val = TRANS_CHICKEN2_TIMING_OVERRIDE; + if (dev_priv->fdi_rx_polarity_inverted) + val |= TRANS_CHICKEN2_FDI_POLARITY_REVERSED; + I915_WRITE(TRANS_CHICKEN2(pipe), val); + } /* WADP0ClockGatingDisable */ for_each_pipe(pipe) { I915_WRITE(TRANS_CHICKEN1(pipe), --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/i915/intel_ddi.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/i915/intel_ddi.c @@ -114,7 +114,7 @@ { int port; - if (IS_HASWELL(dev)) { + if (HAS_DDI(dev)) { for (port = PORT_A; port < PORT_E; port++) intel_prepare_ddi_buffers(dev, port, false); @@ -178,10 +178,8 @@ FDI_RX_TP1_TO_TP2_48 | FDI_RX_FDI_DELAY_90); /* Enable the PCH Receiver FDI PLL */ - rx_ctl_val = FDI_RX_PLL_ENABLE | FDI_RX_ENHANCE_FRAME_ENABLE | - ((intel_crtc->fdi_lanes - 1) << 19); - if (dev_priv->fdi_rx_polarity_reversed) - rx_ctl_val |= FDI_RX_POLARITY_REVERSED_LPT; + rx_ctl_val = dev_priv->fdi_rx_config | FDI_RX_ENHANCE_FRAME_ENABLE | + FDI_RX_PLL_ENABLE | ((intel_crtc->fdi_lanes - 1) << 19); I915_WRITE(_FDI_RXA_CTL, rx_ctl_val); POSTING_READ(_FDI_RXA_CTL); udelay(220); @@ -203,7 +201,10 @@ DP_TP_CTL_LINK_TRAIN_PAT1 | DP_TP_CTL_ENABLE); - /* Configure and enable DDI_BUF_CTL for DDI E with next voltage */ + /* Configure and enable DDI_BUF_CTL for DDI E with next voltage. + * DDI E does not support port reversal, the functionality is + * achieved on the PCH side in FDI_RX_CTL, so no need to set the + * port reversal bit */ I915_WRITE(DDI_BUF_CTL(PORT_E), DDI_BUF_CTL_ENABLE | ((intel_crtc->fdi_lanes - 1) << 1) | @@ -675,10 +676,14 @@ DRM_DEBUG_KMS("Preparing DDI mode for Haswell on port %c, pipe %c\n", port_name(port), pipe_name(pipe)); + intel_crtc->eld_vld = false; if (type == INTEL_OUTPUT_DISPLAYPORT || type == INTEL_OUTPUT_EDP) { struct intel_dp *intel_dp = enc_to_intel_dp(encoder); + struct intel_digital_port *intel_dig_port = + enc_to_dig_port(encoder); - intel_dp->DP = DDI_BUF_CTL_ENABLE | DDI_BUF_EMP_400MV_0DB_HSW; + intel_dp->DP = intel_dig_port->port_reversal | + DDI_BUF_CTL_ENABLE | DDI_BUF_EMP_400MV_0DB_HSW; switch (intel_dp->lane_count) { case 1: intel_dp->DP |= DDI_PORT_WIDTH_X1; @@ -1285,34 +1290,58 @@ static void intel_enable_ddi(struct intel_encoder *intel_encoder) { struct drm_encoder *encoder = &intel_encoder->base; + struct drm_crtc *crtc = encoder->crtc; + struct intel_crtc *intel_crtc = to_intel_crtc(crtc); + int pipe = intel_crtc->pipe; struct drm_device *dev = encoder->dev; struct drm_i915_private *dev_priv = dev->dev_private; enum port port = intel_ddi_get_encoder_port(intel_encoder); int type = intel_encoder->type; + uint32_t tmp; if (type == INTEL_OUTPUT_HDMI) { + struct intel_digital_port *intel_dig_port = + enc_to_dig_port(encoder); + /* In HDMI/DVI mode, the port width, and swing/emphasis values * are ignored so nothing special needs to be done besides * enabling the port. */ - I915_WRITE(DDI_BUF_CTL(port), DDI_BUF_CTL_ENABLE); + I915_WRITE(DDI_BUF_CTL(port), + intel_dig_port->port_reversal | DDI_BUF_CTL_ENABLE); } else if (type == INTEL_OUTPUT_EDP) { struct intel_dp *intel_dp = enc_to_intel_dp(encoder); ironlake_edp_backlight_on(intel_dp); } + + if (intel_crtc->eld_vld) { + tmp = I915_READ(HSW_AUD_PIN_ELD_CP_VLD); + tmp |= ((AUDIO_OUTPUT_ENABLE_A | AUDIO_ELD_VALID_A) << (pipe * 4)); + I915_WRITE(HSW_AUD_PIN_ELD_CP_VLD, tmp); + } } static void intel_disable_ddi(struct intel_encoder *intel_encoder) { struct drm_encoder *encoder = &intel_encoder->base; + struct drm_crtc *crtc = encoder->crtc; + struct intel_crtc *intel_crtc = to_intel_crtc(crtc); + int pipe = intel_crtc->pipe; int type = intel_encoder->type; + struct drm_device *dev = encoder->dev; + struct drm_i915_private *dev_priv = dev->dev_private; + uint32_t tmp; if (type == INTEL_OUTPUT_EDP) { struct intel_dp *intel_dp = enc_to_intel_dp(encoder); ironlake_edp_backlight_off(intel_dp); } + + tmp = I915_READ(HSW_AUD_PIN_ELD_CP_VLD); + tmp &= ~((AUDIO_OUTPUT_ENABLE_A | AUDIO_ELD_VALID_A) << (pipe * 4)); + I915_WRITE(HSW_AUD_PIN_ELD_CP_VLD, tmp); } int intel_ddi_get_cdclk_freq(struct drm_i915_private *dev_priv) @@ -1457,6 +1486,7 @@ void intel_ddi_init(struct drm_device *dev, enum port port) { + struct drm_i915_private *dev_priv = dev->dev_private; struct intel_digital_port *intel_dig_port; struct intel_encoder *intel_encoder; struct drm_encoder *encoder; @@ -1497,6 +1527,8 @@ intel_encoder->get_hw_state = intel_ddi_get_hw_state; intel_dig_port->port = port; + intel_dig_port->port_reversal = I915_READ(DDI_BUF_CTL(port)) & + DDI_BUF_PORT_REVERSAL; if (hdmi_connector) intel_dig_port->hdmi.sdvox_reg = DDI_BUF_CTL(port); else --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/i915/intel_bios.h +++ linux-lowlatency-3.8.0/drivers/gpu/drm/i915/intel_bios.h @@ -127,7 +127,9 @@ /* bits 3 */ u8 disable_smooth_vision:1; u8 single_dvi:1; - u8 rsvd9:6; /* finish byte */ + u8 rsvd9:1; + u8 fdi_rx_polarity_inverted:1; + u8 rsvd10:4; /* finish byte */ /* bits 4 */ u8 legacy_monitor_detect; --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/i915/intel_sdvo.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/i915/intel_sdvo.c @@ -1213,11 +1213,13 @@ struct drm_device *dev = encoder->base.dev; struct drm_i915_private *dev_priv = dev->dev_private; struct intel_sdvo *intel_sdvo = to_intel_sdvo(&encoder->base); + u16 active_outputs; u32 tmp; tmp = I915_READ(intel_sdvo->sdvo_reg); + intel_sdvo_get_active_outputs(intel_sdvo, &active_outputs); - if (!(tmp & SDVO_ENABLE)) + if (!(tmp & SDVO_ENABLE) && (active_outputs == 0)) return false; if (HAS_PCH_CPT(dev)) @@ -2704,7 +2706,6 @@ struct intel_sdvo *intel_sdvo; u32 hotplug_mask; int i; - intel_sdvo = kzalloc(sizeof(struct intel_sdvo), GFP_KERNEL); if (!intel_sdvo) return false; --- linux-lowlatency-3.8.0.orig/drivers/gpu/drm/i915/intel_bios.c +++ linux-lowlatency-3.8.0/drivers/gpu/drm/i915/intel_bios.c @@ -351,12 +351,14 @@ dev_priv->lvds_ssc_freq = intel_bios_ssc_frequency(dev, general->ssc_freq); dev_priv->display_clock_mode = general->display_clock_mode; - DRM_DEBUG_KMS("BDB_GENERAL_FEATURES int_tv_support %d int_crt_support %d lvds_use_ssc %d lvds_ssc_freq %d display_clock_mode %d\n", + dev_priv->fdi_rx_polarity_inverted = general->fdi_rx_polarity_inverted; + DRM_DEBUG_KMS("BDB_GENERAL_FEATURES int_tv_support %d int_crt_support %d lvds_use_ssc %d lvds_ssc_freq %d display_clock_mode %d fdi_rx_polarity_inverted %d\n", dev_priv->int_tv_support, dev_priv->int_crt_support, dev_priv->lvds_use_ssc, dev_priv->lvds_ssc_freq, - dev_priv->display_clock_mode); + dev_priv->display_clock_mode, + dev_priv->fdi_rx_polarity_inverted); } } --- linux-lowlatency-3.8.0.orig/drivers/gpu/vga/vga_switcheroo.c +++ linux-lowlatency-3.8.0/drivers/gpu/vga/vga_switcheroo.c @@ -25,6 +25,7 @@ #include #include +#include #include #include @@ -337,8 +338,10 @@ if (new_client->fb_info) { struct fb_event event; + console_lock(); event.info = new_client->fb_info; fb_notifier_call_chain(FB_EVENT_REMAP_ALL_CONSOLE, &event); + console_unlock(); } ret = vgasr_priv.handler->switchto(new_client->id); --- linux-lowlatency-3.8.0.orig/drivers/md/dm-raid1.c +++ linux-lowlatency-3.8.0/drivers/md/dm-raid1.c @@ -1347,8 +1347,8 @@ } -static int mirror_status(struct dm_target *ti, status_type_t type, - unsigned status_flags, char *result, unsigned maxlen) +static void mirror_status(struct dm_target *ti, status_type_t type, + unsigned status_flags, char *result, unsigned maxlen) { unsigned int m, sz = 0; struct mirror_set *ms = (struct mirror_set *) ti->private; @@ -1383,8 +1383,6 @@ if (ms->features & DM_RAID1_HANDLE_ERRORS) DMEMIT(" 1 handle_errors"); } - - return 0; } static int mirror_iterate_devices(struct dm_target *ti, @@ -1403,7 +1401,7 @@ static struct target_type mirror_target = { .name = "mirror", - .version = {1, 13, 1}, + .version = {1, 13, 2}, .module = THIS_MODULE, .ctr = mirror_ctr, .dtr = mirror_dtr, --- linux-lowlatency-3.8.0.orig/drivers/md/raid5.c +++ linux-lowlatency-3.8.0/drivers/md/raid5.c @@ -674,9 +674,11 @@ bi->bi_next = NULL; if (rrdev) set_bit(R5_DOUBLE_LOCKED, &sh->dev[i].flags); - trace_block_bio_remap(bdev_get_queue(bi->bi_bdev), - bi, disk_devt(conf->mddev->gendisk), - sh->dev[i].sector); + + if (conf->mddev->gendisk) + trace_block_bio_remap(bdev_get_queue(bi->bi_bdev), + bi, disk_devt(conf->mddev->gendisk), + sh->dev[i].sector); generic_make_request(bi); } if (rrdev) { @@ -704,9 +706,10 @@ rbi->bi_io_vec[0].bv_offset = 0; rbi->bi_size = STRIPE_SIZE; rbi->bi_next = NULL; - trace_block_bio_remap(bdev_get_queue(rbi->bi_bdev), - rbi, disk_devt(conf->mddev->gendisk), - sh->dev[i].sector); + if (conf->mddev->gendisk) + trace_block_bio_remap(bdev_get_queue(rbi->bi_bdev), + rbi, disk_devt(conf->mddev->gendisk), + sh->dev[i].sector); generic_make_request(rbi); } if (!rdev && !rrdev) { @@ -2319,17 +2322,6 @@ int level = conf->level; if (rcw) { - /* if we are not expanding this is a proper write request, and - * there will be bios with new data to be drained into the - * stripe cache - */ - if (!expand) { - sh->reconstruct_state = reconstruct_state_drain_run; - set_bit(STRIPE_OP_BIODRAIN, &s->ops_request); - } else - sh->reconstruct_state = reconstruct_state_run; - - set_bit(STRIPE_OP_RECONSTRUCT, &s->ops_request); for (i = disks; i--; ) { struct r5dev *dev = &sh->dev[i]; @@ -2342,6 +2334,21 @@ s->locked++; } } + /* if we are not expanding this is a proper write request, and + * there will be bios with new data to be drained into the + * stripe cache + */ + if (!expand) { + if (!s->locked) + /* False alarm, nothing to do */ + return; + sh->reconstruct_state = reconstruct_state_drain_run; + set_bit(STRIPE_OP_BIODRAIN, &s->ops_request); + } else + sh->reconstruct_state = reconstruct_state_run; + + set_bit(STRIPE_OP_RECONSTRUCT, &s->ops_request); + if (s->locked + conf->max_degraded == disks) if (!test_and_set_bit(STRIPE_FULL_WRITE, &sh->state)) atomic_inc(&conf->pending_full_writes); @@ -2350,11 +2357,6 @@ BUG_ON(!(test_bit(R5_UPTODATE, &sh->dev[pd_idx].flags) || test_bit(R5_Wantcompute, &sh->dev[pd_idx].flags))); - sh->reconstruct_state = reconstruct_state_prexor_drain_run; - set_bit(STRIPE_OP_PREXOR, &s->ops_request); - set_bit(STRIPE_OP_BIODRAIN, &s->ops_request); - set_bit(STRIPE_OP_RECONSTRUCT, &s->ops_request); - for (i = disks; i--; ) { struct r5dev *dev = &sh->dev[i]; if (i == pd_idx) @@ -2369,6 +2371,13 @@ s->locked++; } } + if (!s->locked) + /* False alarm - nothing to do */ + return; + sh->reconstruct_state = reconstruct_state_prexor_drain_run; + set_bit(STRIPE_OP_PREXOR, &s->ops_request); + set_bit(STRIPE_OP_BIODRAIN, &s->ops_request); + set_bit(STRIPE_OP_RECONSTRUCT, &s->ops_request); } /* keep the parity disk(s) locked while asynchronous operations @@ -2603,6 +2612,8 @@ int i; clear_bit(STRIPE_SYNCING, &sh->state); + if (test_and_clear_bit(R5_Overlap, &sh->dev[sh->pd_idx].flags)) + wake_up(&conf->wait_for_overlap); s->syncing = 0; s->replacing = 0; /* There is nothing more to do for sync/check/repair. @@ -2776,6 +2787,7 @@ { int i; struct r5dev *dev; + int discard_pending = 0; for (i = disks; i--; ) if (sh->dev[i].written) { @@ -2804,9 +2816,23 @@ STRIPE_SECTORS, !test_bit(STRIPE_DEGRADED, &sh->state), 0); - } - } else if (test_bit(R5_Discard, &sh->dev[i].flags)) - clear_bit(R5_Discard, &sh->dev[i].flags); + } else if (test_bit(R5_Discard, &dev->flags)) + discard_pending = 1; + } + if (!discard_pending && + test_bit(R5_Discard, &sh->dev[sh->pd_idx].flags)) { + clear_bit(R5_Discard, &sh->dev[sh->pd_idx].flags); + clear_bit(R5_UPTODATE, &sh->dev[sh->pd_idx].flags); + if (sh->qd_idx >= 0) { + clear_bit(R5_Discard, &sh->dev[sh->qd_idx].flags); + clear_bit(R5_UPTODATE, &sh->dev[sh->qd_idx].flags); + } + /* now that discard is done we can proceed with any sync */ + clear_bit(STRIPE_DISCARD, &sh->state); + if (test_bit(STRIPE_SYNC_REQUESTED, &sh->state)) + set_bit(STRIPE_HANDLE, &sh->state); + + } if (test_and_clear_bit(STRIPE_FULL_WRITE, &sh->state)) if (atomic_dec_and_test(&conf->pending_full_writes)) @@ -2865,8 +2891,10 @@ set_bit(STRIPE_HANDLE, &sh->state); if (rmw < rcw && rmw > 0) { /* prefer read-modify-write, but need to get some data */ - blk_add_trace_msg(conf->mddev->queue, "raid5 rmw %llu %d", - (unsigned long long)sh->sector, rmw); + if (conf->mddev->queue) + blk_add_trace_msg(conf->mddev->queue, + "raid5 rmw %llu %d", + (unsigned long long)sh->sector, rmw); for (i = disks; i--; ) { struct r5dev *dev = &sh->dev[i]; if ((dev->towrite || i == sh->pd_idx) && @@ -2916,7 +2944,7 @@ } } } - if (rcw) + if (rcw && conf->mddev->queue) blk_add_trace_msg(conf->mddev->queue, "raid5 rcw %llu %d %d %d", (unsigned long long)sh->sector, rcw, qread, test_bit(STRIPE_DELAYED, &sh->state)); @@ -3456,9 +3484,15 @@ return; } - if (test_and_clear_bit(STRIPE_SYNC_REQUESTED, &sh->state)) { - set_bit(STRIPE_SYNCING, &sh->state); - clear_bit(STRIPE_INSYNC, &sh->state); + if (test_bit(STRIPE_SYNC_REQUESTED, &sh->state)) { + spin_lock(&sh->stripe_lock); + /* Cannot process 'sync' concurrently with 'discard' */ + if (!test_bit(STRIPE_DISCARD, &sh->state) && + test_and_clear_bit(STRIPE_SYNC_REQUESTED, &sh->state)) { + set_bit(STRIPE_SYNCING, &sh->state); + clear_bit(STRIPE_INSYNC, &sh->state); + } + spin_unlock(&sh->stripe_lock); } clear_bit(STRIPE_DELAYED, &sh->state); @@ -3618,6 +3652,8 @@ test_bit(STRIPE_INSYNC, &sh->state)) { md_done_sync(conf->mddev, STRIPE_SECTORS, 1); clear_bit(STRIPE_SYNCING, &sh->state); + if (test_and_clear_bit(R5_Overlap, &sh->dev[sh->pd_idx].flags)) + wake_up(&conf->wait_for_overlap); } /* If the failed drives are just a ReadError, then we might need @@ -4023,9 +4059,10 @@ atomic_inc(&conf->active_aligned_reads); spin_unlock_irq(&conf->device_lock); - trace_block_bio_remap(bdev_get_queue(align_bi->bi_bdev), - align_bi, disk_devt(mddev->gendisk), - raid_bio->bi_sector); + if (mddev->gendisk) + trace_block_bio_remap(bdev_get_queue(align_bi->bi_bdev), + align_bi, disk_devt(mddev->gendisk), + raid_bio->bi_sector); generic_make_request(align_bi); return 1; } else { @@ -4119,7 +4156,8 @@ } spin_unlock_irq(&conf->device_lock); } - trace_block_unplug(mddev->queue, cnt, !from_schedule); + if (mddev->queue) + trace_block_unplug(mddev->queue, cnt, !from_schedule); kfree(cb); } @@ -4182,6 +4220,13 @@ sh = get_active_stripe(conf, logical_sector, 0, 0, 0); prepare_to_wait(&conf->wait_for_overlap, &w, TASK_UNINTERRUPTIBLE); + set_bit(R5_Overlap, &sh->dev[sh->pd_idx].flags); + if (test_bit(STRIPE_SYNCING, &sh->state)) { + release_stripe(sh); + schedule(); + goto again; + } + clear_bit(R5_Overlap, &sh->dev[sh->pd_idx].flags); spin_lock_irq(&sh->stripe_lock); for (d = 0; d < conf->raid_disks; d++) { if (d == sh->pd_idx || d == sh->qd_idx) @@ -4194,6 +4239,7 @@ goto again; } } + set_bit(STRIPE_DISCARD, &sh->state); finish_wait(&conf->wait_for_overlap, &w); for (d = 0; d < conf->raid_disks; d++) { if (d == sh->pd_idx || d == sh->qd_idx) --- linux-lowlatency-3.8.0.orig/drivers/md/dm-table.c +++ linux-lowlatency-3.8.0/drivers/md/dm-table.c @@ -1443,7 +1443,7 @@ return false; if (!ti->type->iterate_devices || - !ti->type->iterate_devices(ti, device_not_write_same_capable, NULL)) + ti->type->iterate_devices(ti, device_not_write_same_capable, NULL)) return false; } --- linux-lowlatency-3.8.0.orig/drivers/md/raid0.c +++ linux-lowlatency-3.8.0/drivers/md/raid0.c @@ -289,7 +289,7 @@ kfree(conf->strip_zone); kfree(conf->devlist); kfree(conf); - *private_conf = NULL; + *private_conf = ERR_PTR(err); return err; } @@ -411,7 +411,8 @@ "%s does not support generic reshape\n", __func__); rdev_for_each(rdev, mddev) - array_sectors += rdev->sectors; + array_sectors += (rdev->sectors & + ~(sector_t)(mddev->chunk_sectors-1)); return array_sectors; } --- linux-lowlatency-3.8.0.orig/drivers/md/dm-mpath.c +++ linux-lowlatency-3.8.0/drivers/md/dm-mpath.c @@ -1378,8 +1378,8 @@ * [priority selector-name num_ps_args [ps_args]* * num_paths num_selector_args [path_dev [selector_args]* ]+ ]+ */ -static int multipath_status(struct dm_target *ti, status_type_t type, - unsigned status_flags, char *result, unsigned maxlen) +static void multipath_status(struct dm_target *ti, status_type_t type, + unsigned status_flags, char *result, unsigned maxlen) { int sz = 0; unsigned long flags; @@ -1485,8 +1485,6 @@ } spin_unlock_irqrestore(&m->lock, flags); - - return 0; } static int multipath_message(struct dm_target *ti, unsigned argc, char **argv) @@ -1695,7 +1693,7 @@ *---------------------------------------------------------------*/ static struct target_type multipath_target = { .name = "multipath", - .version = {1, 5, 0}, + .version = {1, 5, 1}, .module = THIS_MODULE, .ctr = multipath_ctr, .dtr = multipath_dtr, --- linux-lowlatency-3.8.0.orig/drivers/md/dm-raid.c +++ linux-lowlatency-3.8.0/drivers/md/dm-raid.c @@ -1201,8 +1201,8 @@ return DM_MAPIO_SUBMITTED; } -static int raid_status(struct dm_target *ti, status_type_t type, - unsigned status_flags, char *result, unsigned maxlen) +static void raid_status(struct dm_target *ti, status_type_t type, + unsigned status_flags, char *result, unsigned maxlen) { struct raid_set *rs = ti->private; unsigned raid_param_cnt = 1; /* at least 1 for chunksize */ @@ -1344,8 +1344,6 @@ DMEMIT(" -"); } } - - return 0; } static int raid_iterate_devices(struct dm_target *ti, iterate_devices_callout_fn fn, void *data) @@ -1405,7 +1403,7 @@ static struct target_type raid_target = { .name = "raid", - .version = {1, 4, 1}, + .version = {1, 4, 2}, .module = THIS_MODULE, .ctr = raid_ctr, .dtr = raid_dtr, --- linux-lowlatency-3.8.0.orig/drivers/md/dm-verity.c +++ linux-lowlatency-3.8.0/drivers/md/dm-verity.c @@ -93,6 +93,13 @@ */ }; +struct dm_verity_prefetch_work { + struct work_struct work; + struct dm_verity *v; + sector_t block; + unsigned n_blocks; +}; + static struct shash_desc *io_hash_desc(struct dm_verity *v, struct dm_verity_io *io) { return (struct shash_desc *)(io + 1); @@ -424,15 +431,18 @@ * The root buffer is not prefetched, it is assumed that it will be cached * all the time. */ -static void verity_prefetch_io(struct dm_verity *v, struct dm_verity_io *io) +static void verity_prefetch_io(struct work_struct *work) { + struct dm_verity_prefetch_work *pw = + container_of(work, struct dm_verity_prefetch_work, work); + struct dm_verity *v = pw->v; int i; for (i = v->levels - 2; i >= 0; i--) { sector_t hash_block_start; sector_t hash_block_end; - verity_hash_at_level(v, io->block, i, &hash_block_start, NULL); - verity_hash_at_level(v, io->block + io->n_blocks - 1, i, &hash_block_end, NULL); + verity_hash_at_level(v, pw->block, i, &hash_block_start, NULL); + verity_hash_at_level(v, pw->block + pw->n_blocks - 1, i, &hash_block_end, NULL); if (!i) { unsigned cluster = ACCESS_ONCE(dm_verity_prefetch_cluster); @@ -452,6 +462,25 @@ dm_bufio_prefetch(v->bufio, hash_block_start, hash_block_end - hash_block_start + 1); } + + kfree(pw); +} + +static void verity_submit_prefetch(struct dm_verity *v, struct dm_verity_io *io) +{ + struct dm_verity_prefetch_work *pw; + + pw = kmalloc(sizeof(struct dm_verity_prefetch_work), + GFP_NOIO | __GFP_NORETRY | __GFP_NOMEMALLOC | __GFP_NOWARN); + + if (!pw) + return; + + INIT_WORK(&pw->work, verity_prefetch_io); + pw->v = v; + pw->block = io->block; + pw->n_blocks = io->n_blocks; + queue_work(v->verify_wq, &pw->work); } /* @@ -498,7 +527,7 @@ memcpy(io->io_vec, bio_iovec(bio), io->io_vec_size * sizeof(struct bio_vec)); - verity_prefetch_io(v, io); + verity_submit_prefetch(v, io); generic_make_request(bio); @@ -508,8 +537,8 @@ /* * Status: V (valid) or C (corruption found) */ -static int verity_status(struct dm_target *ti, status_type_t type, - unsigned status_flags, char *result, unsigned maxlen) +static void verity_status(struct dm_target *ti, status_type_t type, + unsigned status_flags, char *result, unsigned maxlen) { struct dm_verity *v = ti->private; unsigned sz = 0; @@ -540,8 +569,6 @@ DMEMIT("%02x", v->salt[x]); break; } - - return 0; } static int verity_ioctl(struct dm_target *ti, unsigned cmd, @@ -860,7 +887,7 @@ static struct target_type verity_target = { .name = "verity", - .version = {1, 1, 0}, + .version = {1, 2, 0}, .module = THIS_MODULE, .ctr = verity_ctr, .dtr = verity_dtr, --- linux-lowlatency-3.8.0.orig/drivers/md/raid10.c +++ linux-lowlatency-3.8.0/drivers/md/raid10.c @@ -1073,6 +1073,7 @@ bio_list_merge(&conf->pending_bio_list, &plug->pending); conf->pending_count += plug->pending_cnt; spin_unlock_irq(&conf->device_lock); + wake_up(&conf->wait_barrier); md_wakeup_thread(mddev->thread); kfree(plug); return; @@ -1086,7 +1087,12 @@ while (bio) { /* submit pending writes */ struct bio *next = bio->bi_next; bio->bi_next = NULL; - generic_make_request(bio); + if (unlikely((bio->bi_rw & REQ_DISCARD) && + !blk_queue_discard(bdev_get_queue(bio->bi_bdev)))) + /* Just ignore it */ + bio_endio(bio, 0); + else + generic_make_request(bio); bio = next; } kfree(plug); @@ -1105,6 +1111,7 @@ const unsigned long do_fua = (bio->bi_rw & REQ_FUA); const unsigned long do_discard = (bio->bi_rw & (REQ_DISCARD | REQ_SECURE)); + const unsigned long do_same = (bio->bi_rw & REQ_WRITE_SAME); unsigned long flags; struct md_rdev *blocked_rdev; struct blk_plug_cb *cb; @@ -1460,7 +1467,8 @@ rdev)); mbio->bi_bdev = rdev->bdev; mbio->bi_end_io = raid10_end_write_request; - mbio->bi_rw = WRITE | do_sync | do_fua | do_discard; + mbio->bi_rw = + WRITE | do_sync | do_fua | do_discard | do_same; mbio->bi_private = r10_bio; atomic_inc(&r10_bio->remaining); @@ -1502,7 +1510,8 @@ r10_bio, rdev)); mbio->bi_bdev = rdev->bdev; mbio->bi_end_io = raid10_end_write_request; - mbio->bi_rw = WRITE | do_sync | do_fua | do_discard; + mbio->bi_rw = + WRITE | do_sync | do_fua | do_discard | do_same; mbio->bi_private = r10_bio; atomic_inc(&r10_bio->remaining); @@ -3569,6 +3578,8 @@ if (mddev->queue) { blk_queue_max_discard_sectors(mddev->queue, mddev->chunk_sectors); + blk_queue_max_write_same_sectors(mddev->queue, + mddev->chunk_sectors); blk_queue_io_min(mddev->queue, chunk_size); if (conf->geo.raid_disks % conf->geo.near_copies) blk_queue_io_opt(mddev->queue, chunk_size * conf->geo.raid_disks); --- linux-lowlatency-3.8.0.orig/drivers/md/dm-snap.c +++ linux-lowlatency-3.8.0/drivers/md/dm-snap.c @@ -1119,6 +1119,7 @@ s->pending_pool = mempool_create_slab_pool(MIN_IOS, pending_cache); if (!s->pending_pool) { ti->error = "Could not allocate mempool for pending exceptions"; + r = -ENOMEM; goto bad_pending_pool; } @@ -1837,8 +1838,8 @@ start_merge(s); } -static int snapshot_status(struct dm_target *ti, status_type_t type, - unsigned status_flags, char *result, unsigned maxlen) +static void snapshot_status(struct dm_target *ti, status_type_t type, + unsigned status_flags, char *result, unsigned maxlen) { unsigned sz = 0; struct dm_snapshot *snap = ti->private; @@ -1884,8 +1885,6 @@ maxlen - sz); break; } - - return 0; } static int snapshot_iterate_devices(struct dm_target *ti, @@ -2139,8 +2138,8 @@ ti->max_io_len = get_origin_minimum_chunksize(dev->bdev); } -static int origin_status(struct dm_target *ti, status_type_t type, - unsigned status_flags, char *result, unsigned maxlen) +static void origin_status(struct dm_target *ti, status_type_t type, + unsigned status_flags, char *result, unsigned maxlen) { struct dm_dev *dev = ti->private; @@ -2153,8 +2152,6 @@ snprintf(result, maxlen, "%s", dev->name); break; } - - return 0; } static int origin_merge(struct dm_target *ti, struct bvec_merge_data *bvm, @@ -2181,7 +2178,7 @@ static struct target_type origin_target = { .name = "snapshot-origin", - .version = {1, 8, 0}, + .version = {1, 8, 1}, .module = THIS_MODULE, .ctr = origin_ctr, .dtr = origin_dtr, @@ -2194,7 +2191,7 @@ static struct target_type snapshot_target = { .name = "snapshot", - .version = {1, 11, 0}, + .version = {1, 11, 1}, .module = THIS_MODULE, .ctr = snapshot_ctr, .dtr = snapshot_dtr, @@ -2307,3 +2304,5 @@ MODULE_DESCRIPTION(DM_NAME " snapshot target"); MODULE_AUTHOR("Joe Thornber"); MODULE_LICENSE("GPL"); +MODULE_ALIAS("dm-snapshot-origin"); +MODULE_ALIAS("dm-snapshot-merge"); --- linux-lowlatency-3.8.0.orig/drivers/md/dm-thin.c +++ linux-lowlatency-3.8.0/drivers/md/dm-thin.c @@ -2299,8 +2299,8 @@ * / * / */ -static int pool_status(struct dm_target *ti, status_type_t type, - unsigned status_flags, char *result, unsigned maxlen) +static void pool_status(struct dm_target *ti, status_type_t type, + unsigned status_flags, char *result, unsigned maxlen) { int r; unsigned sz = 0; @@ -2326,32 +2326,41 @@ if (!(status_flags & DM_STATUS_NOFLUSH_FLAG) && !dm_suspended(ti)) (void) commit_or_fallback(pool); - r = dm_pool_get_metadata_transaction_id(pool->pmd, - &transaction_id); - if (r) - return r; - - r = dm_pool_get_free_metadata_block_count(pool->pmd, - &nr_free_blocks_metadata); - if (r) - return r; + r = dm_pool_get_metadata_transaction_id(pool->pmd, &transaction_id); + if (r) { + DMERR("dm_pool_get_metadata_transaction_id returned %d", r); + goto err; + } + + r = dm_pool_get_free_metadata_block_count(pool->pmd, &nr_free_blocks_metadata); + if (r) { + DMERR("dm_pool_get_free_metadata_block_count returned %d", r); + goto err; + } r = dm_pool_get_metadata_dev_size(pool->pmd, &nr_blocks_metadata); - if (r) - return r; + if (r) { + DMERR("dm_pool_get_metadata_dev_size returned %d", r); + goto err; + } - r = dm_pool_get_free_block_count(pool->pmd, - &nr_free_blocks_data); - if (r) - return r; + r = dm_pool_get_free_block_count(pool->pmd, &nr_free_blocks_data); + if (r) { + DMERR("dm_pool_get_free_block_count returned %d", r); + goto err; + } r = dm_pool_get_data_dev_size(pool->pmd, &nr_blocks_data); - if (r) - return r; + if (r) { + DMERR("dm_pool_get_data_dev_size returned %d", r); + goto err; + } r = dm_pool_get_metadata_snap(pool->pmd, &held_root); - if (r) - return r; + if (r) { + DMERR("dm_pool_get_metadata_snap returned %d", r); + goto err; + } DMEMIT("%llu %llu/%llu %llu/%llu ", (unsigned long long)transaction_id, @@ -2388,8 +2397,10 @@ emit_flags(&pt->requested_pf, result, sz, maxlen); break; } + return; - return 0; +err: + DMEMIT("Error"); } static int pool_iterate_devices(struct dm_target *ti, @@ -2468,7 +2479,7 @@ .name = "thin-pool", .features = DM_TARGET_SINGLETON | DM_TARGET_ALWAYS_WRITEABLE | DM_TARGET_IMMUTABLE, - .version = {1, 6, 0}, + .version = {1, 7, 0}, .module = THIS_MODULE, .ctr = pool_ctr, .dtr = pool_dtr, @@ -2676,8 +2687,8 @@ /* * */ -static int thin_status(struct dm_target *ti, status_type_t type, - unsigned status_flags, char *result, unsigned maxlen) +static void thin_status(struct dm_target *ti, status_type_t type, + unsigned status_flags, char *result, unsigned maxlen) { int r; ssize_t sz = 0; @@ -2687,7 +2698,7 @@ if (get_pool_mode(tc->pool) == PM_FAIL) { DMEMIT("Fail"); - return 0; + return; } if (!tc->td) @@ -2696,12 +2707,16 @@ switch (type) { case STATUSTYPE_INFO: r = dm_thin_get_mapped_count(tc->td, &mapped); - if (r) - return r; + if (r) { + DMERR("dm_thin_get_mapped_count returned %d", r); + goto err; + } r = dm_thin_get_highest_mapped_block(tc->td, &highest); - if (r < 0) - return r; + if (r < 0) { + DMERR("dm_thin_get_highest_mapped_block returned %d", r); + goto err; + } DMEMIT("%llu ", mapped * tc->pool->sectors_per_block); if (r) @@ -2721,7 +2736,10 @@ } } - return 0; + return; + +err: + DMEMIT("Error"); } static int thin_iterate_devices(struct dm_target *ti, @@ -2748,7 +2766,7 @@ static struct target_type thin_target = { .name = "thin", - .version = {1, 7, 0}, + .version = {1, 8, 0}, .module = THIS_MODULE, .ctr = thin_ctr, .dtr = thin_dtr, --- linux-lowlatency-3.8.0.orig/drivers/md/dm.c +++ linux-lowlatency-3.8.0/drivers/md/dm.c @@ -1973,15 +1973,27 @@ { struct dm_md_mempools *p = dm_table_get_md_mempools(t); - if (md->io_pool && (md->tio_pool || dm_table_get_type(t) == DM_TYPE_BIO_BASED) && md->bs) { - /* - * The md already has necessary mempools. Reload just the - * bioset because front_pad may have changed because - * a different table was loaded. - */ - bioset_free(md->bs); - md->bs = p->bs; - p->bs = NULL; + if (md->io_pool && md->bs) { + /* The md already has necessary mempools. */ + if (dm_table_get_type(t) == DM_TYPE_BIO_BASED) { + /* + * Reload bioset because front_pad may have changed + * because a different table was loaded. + */ + bioset_free(md->bs); + md->bs = p->bs; + p->bs = NULL; + } else if (dm_table_get_type(t) == DM_TYPE_REQUEST_BASED) { + BUG_ON(!md->tio_pool); + /* + * There's no need to reload with request-based dm + * because the size of front_pad doesn't change. + * Note for future: If you are to reload bioset, + * prep-ed requests in the queue may refer + * to bio from the old bioset, so you must walk + * through the queue to unprep. + */ + } goto out; } @@ -2421,7 +2433,7 @@ */ struct dm_table *dm_swap_table(struct mapped_device *md, struct dm_table *table) { - struct dm_table *live_map, *map = ERR_PTR(-EINVAL); + struct dm_table *live_map = NULL, *map = ERR_PTR(-EINVAL); struct queue_limits limits; int r; @@ -2444,10 +2456,12 @@ dm_table_put(live_map); } - r = dm_calculate_queue_limits(table, &limits); - if (r) { - map = ERR_PTR(r); - goto out; + if (!live_map) { + r = dm_calculate_queue_limits(table, &limits); + if (r) { + map = ERR_PTR(r); + goto out; + } } map = __bind(md, table, &limits); @@ -2700,6 +2714,7 @@ { return md->disk; } +EXPORT_SYMBOL_GPL(dm_disk); struct kobject *dm_kobject(struct mapped_device *md) { --- linux-lowlatency-3.8.0.orig/drivers/md/dm-ioctl.c +++ linux-lowlatency-3.8.0/drivers/md/dm-ioctl.c @@ -1067,6 +1067,7 @@ num_targets = dm_table_get_num_targets(table); for (i = 0; i < num_targets; i++) { struct dm_target *ti = dm_table_get_target(table, i); + size_t l; remaining = len - (outptr - outbuf); if (remaining <= sizeof(struct dm_target_spec)) { @@ -1093,14 +1094,17 @@ if (ti->type->status) { if (param->flags & DM_NOFLUSH_FLAG) status_flags |= DM_STATUS_NOFLUSH_FLAG; - if (ti->type->status(ti, type, status_flags, outptr, remaining)) { - param->flags |= DM_BUFFER_FULL_FLAG; - break; - } + ti->type->status(ti, type, status_flags, outptr, remaining); } else outptr[0] = '\0'; - outptr += strlen(outptr) + 1; + l = strlen(outptr) + 1; + if (l == remaining) { + param->flags |= DM_BUFFER_FULL_FLAG; + break; + } + + outptr += l; used = param->data_start + (outptr - outbuf); outptr = align_ptr(outptr); --- linux-lowlatency-3.8.0.orig/drivers/md/dm-bufio.c +++ linux-lowlatency-3.8.0/drivers/md/dm-bufio.c @@ -319,6 +319,9 @@ static void *alloc_buffer_data(struct dm_bufio_client *c, gfp_t gfp_mask, enum data_mode *data_mode) { + unsigned noio_flag; + void *ptr; + if (c->block_size <= DM_BUFIO_BLOCK_SIZE_SLAB_LIMIT) { *data_mode = DATA_MODE_SLAB; return kmem_cache_alloc(DM_BUFIO_CACHE(c), gfp_mask); @@ -332,7 +335,26 @@ } *data_mode = DATA_MODE_VMALLOC; - return __vmalloc(c->block_size, gfp_mask, PAGE_KERNEL); + + /* + * __vmalloc allocates the data pages and auxiliary structures with + * gfp_flags that were specified, but pagetables are always allocated + * with GFP_KERNEL, no matter what was specified as gfp_mask. + * + * Consequently, we must set per-process flag PF_MEMALLOC_NOIO so that + * all allocations done by this process (including pagetables) are done + * as if GFP_NOIO was specified. + */ + + if (gfp_mask & __GFP_NORETRY) + noio_flag = memalloc_noio_save(); + + ptr = __vmalloc(c->block_size, gfp_mask, PAGE_KERNEL); + + if (gfp_mask & __GFP_NORETRY) + memalloc_noio_restore(noio_flag); + + return ptr; } /* @@ -1026,6 +1048,8 @@ { struct blk_plug plug; + BUG_ON(dm_bufio_in_request()); + blk_start_plug(&plug); dm_bufio_lock(c); --- linux-lowlatency-3.8.0.orig/drivers/md/dm-linear.c +++ linux-lowlatency-3.8.0/drivers/md/dm-linear.c @@ -95,8 +95,8 @@ return DM_MAPIO_REMAPPED; } -static int linear_status(struct dm_target *ti, status_type_t type, - unsigned status_flags, char *result, unsigned maxlen) +static void linear_status(struct dm_target *ti, status_type_t type, + unsigned status_flags, char *result, unsigned maxlen) { struct linear_c *lc = (struct linear_c *) ti->private; @@ -110,7 +110,6 @@ (unsigned long long)lc->start); break; } - return 0; } static int linear_ioctl(struct dm_target *ti, unsigned int cmd, @@ -155,7 +154,7 @@ static struct target_type linear_target = { .name = "linear", - .version = {1, 2, 0}, + .version = {1, 2, 1}, .module = THIS_MODULE, .ctr = linear_ctr, .dtr = linear_dtr, --- linux-lowlatency-3.8.0.orig/drivers/md/dm-flakey.c +++ linux-lowlatency-3.8.0/drivers/md/dm-flakey.c @@ -337,8 +337,8 @@ return error; } -static int flakey_status(struct dm_target *ti, status_type_t type, - unsigned status_flags, char *result, unsigned maxlen) +static void flakey_status(struct dm_target *ti, status_type_t type, + unsigned status_flags, char *result, unsigned maxlen) { unsigned sz = 0; struct flakey_c *fc = ti->private; @@ -368,7 +368,6 @@ break; } - return 0; } static int flakey_ioctl(struct dm_target *ti, unsigned int cmd, unsigned long arg) @@ -411,7 +410,7 @@ static struct target_type flakey_target = { .name = "flakey", - .version = {1, 3, 0}, + .version = {1, 3, 1}, .module = THIS_MODULE, .ctr = flakey_ctr, .dtr = flakey_dtr, --- linux-lowlatency-3.8.0.orig/drivers/md/dm-crypt.c +++ linux-lowlatency-3.8.0/drivers/md/dm-crypt.c @@ -1234,20 +1234,6 @@ return 0; } -/* - * Encode key into its hex representation - */ -static void crypt_encode_key(char *hex, u8 *key, unsigned int size) -{ - unsigned int i; - - for (i = 0; i < size; i++) { - sprintf(hex, "%02x", *key); - hex += 2; - key++; - } -} - static void crypt_free_tfms(struct crypt_config *cc) { unsigned i; @@ -1717,11 +1703,11 @@ return DM_MAPIO_SUBMITTED; } -static int crypt_status(struct dm_target *ti, status_type_t type, - unsigned status_flags, char *result, unsigned maxlen) +static void crypt_status(struct dm_target *ti, status_type_t type, + unsigned status_flags, char *result, unsigned maxlen) { struct crypt_config *cc = ti->private; - unsigned int sz = 0; + unsigned i, sz = 0; switch (type) { case STATUSTYPE_INFO: @@ -1731,17 +1717,11 @@ case STATUSTYPE_TABLE: DMEMIT("%s ", cc->cipher_string); - if (cc->key_size > 0) { - if ((maxlen - sz) < ((cc->key_size << 1) + 1)) - return -ENOMEM; - - crypt_encode_key(result + sz, cc->key, cc->key_size); - sz += cc->key_size << 1; - } else { - if (sz >= maxlen) - return -ENOMEM; - result[sz++] = '-'; - } + if (cc->key_size > 0) + for (i = 0; i < cc->key_size; i++) + DMEMIT("%02x", cc->key[i]); + else + DMEMIT("-"); DMEMIT(" %llu %s %llu", (unsigned long long)cc->iv_offset, cc->dev->name, (unsigned long long)cc->start); @@ -1751,7 +1731,6 @@ break; } - return 0; } static void crypt_postsuspend(struct dm_target *ti) @@ -1843,9 +1822,15 @@ return fn(ti, cc->dev, cc->start, ti->len, data); } +static void crypt_io_hints(struct dm_target *ti, + struct queue_limits *limits) +{ + limits->max_write_same_sectors = 0; +} + static struct target_type crypt_target = { .name = "crypt", - .version = {1, 12, 0}, + .version = {1, 12, 1}, .module = THIS_MODULE, .ctr = crypt_ctr, .dtr = crypt_dtr, @@ -1857,6 +1842,7 @@ .message = crypt_message, .merge = crypt_merge, .iterate_devices = crypt_iterate_devices, + .io_hints = crypt_io_hints, }; static int __init dm_crypt_init(void) --- linux-lowlatency-3.8.0.orig/drivers/md/dm-delay.c +++ linux-lowlatency-3.8.0/drivers/md/dm-delay.c @@ -293,8 +293,8 @@ return delay_bio(dc, dc->read_delay, bio); } -static int delay_status(struct dm_target *ti, status_type_t type, - unsigned status_flags, char *result, unsigned maxlen) +static void delay_status(struct dm_target *ti, status_type_t type, + unsigned status_flags, char *result, unsigned maxlen) { struct delay_c *dc = ti->private; int sz = 0; @@ -314,8 +314,6 @@ dc->write_delay); break; } - - return 0; } static int delay_iterate_devices(struct dm_target *ti, @@ -337,7 +335,7 @@ static struct target_type delay_target = { .name = "delay", - .version = {1, 2, 0}, + .version = {1, 2, 1}, .module = THIS_MODULE, .ctr = delay_ctr, .dtr = delay_dtr, --- linux-lowlatency-3.8.0.orig/drivers/md/raid5.h +++ linux-lowlatency-3.8.0/drivers/md/raid5.h @@ -323,6 +323,7 @@ STRIPE_COMPUTE_RUN, STRIPE_OPS_REQ_PENDING, STRIPE_ON_UNPLUG_LIST, + STRIPE_DISCARD, }; /* --- linux-lowlatency-3.8.0.orig/drivers/md/md.c +++ linux-lowlatency-3.8.0/drivers/md/md.c @@ -307,6 +307,10 @@ bio_io_error(bio); return; } + if (mddev->ro == 1 && unlikely(rw == WRITE)) { + bio_endio(bio, bio_sectors(bio) == 0 ? 0 : -EROFS); + return; + } smp_rmb(); /* Ensure implications of 'active' are visible */ rcu_read_lock(); if (mddev->suspended) { @@ -1560,8 +1564,8 @@ sector, count, 1) == 0) return -EINVAL; } - } else if (sb->bblog_offset == 0) - rdev->badblocks.shift = -1; + } else if (sb->bblog_offset != 0) + rdev->badblocks.shift = 0; if (!refdev) { ret = 1; @@ -2994,6 +2998,9 @@ } else if (!sectors) sectors = (i_size_read(rdev->bdev->bd_inode) >> 9) - rdev->data_offset; + if (!my_mddev->pers->resize) + /* Cannot change size for RAID0 or Linear etc */ + return -EINVAL; } if (sectors < my_mddev->dev_sectors) return -EINVAL; /* component must fit device */ @@ -3214,7 +3221,7 @@ * be used - I wonder if that matters */ rdev->badblocks.count = 0; - rdev->badblocks.shift = 0; + rdev->badblocks.shift = -1; /* disabled until explicitly enabled */ rdev->badblocks.page = kmalloc(PAGE_SIZE, GFP_KERNEL); seqlock_init(&rdev->badblocks.lock); if (rdev->badblocks.page == NULL) @@ -3286,9 +3293,6 @@ goto abort_free; } } - if (super_format == -1) - /* hot-add for 0.90, or non-persistent: so no badblocks */ - rdev->badblocks.shift = -1; return rdev; --- linux-lowlatency-3.8.0.orig/drivers/md/dm-stripe.c +++ linux-lowlatency-3.8.0/drivers/md/dm-stripe.c @@ -94,7 +94,7 @@ static int stripe_ctr(struct dm_target *ti, unsigned int argc, char **argv) { struct stripe_c *sc; - sector_t width; + sector_t width, tmp_len; uint32_t stripes; uint32_t chunk_size; int r; @@ -116,15 +116,16 @@ } width = ti->len; - if (sector_div(width, chunk_size)) { + if (sector_div(width, stripes)) { ti->error = "Target length not divisible by " - "chunk size"; + "number of stripes"; return -EINVAL; } - if (sector_div(width, stripes)) { + tmp_len = width; + if (sector_div(tmp_len, chunk_size)) { ti->error = "Target length not divisible by " - "number of stripes"; + "chunk size"; return -EINVAL; } @@ -312,8 +313,8 @@ * */ -static int stripe_status(struct dm_target *ti, status_type_t type, - unsigned status_flags, char *result, unsigned maxlen) +static void stripe_status(struct dm_target *ti, status_type_t type, + unsigned status_flags, char *result, unsigned maxlen) { struct stripe_c *sc = (struct stripe_c *) ti->private; char buffer[sc->stripes + 1]; @@ -340,7 +341,6 @@ (unsigned long long)sc->stripe[i].physical_start); break; } - return 0; } static int stripe_end_io(struct dm_target *ti, struct bio *bio, int error) @@ -428,7 +428,7 @@ static struct target_type stripe_target = { .name = "striped", - .version = {1, 5, 0}, + .version = {1, 5, 1}, .module = THIS_MODULE, .ctr = stripe_ctr, .dtr = stripe_dtr, --- linux-lowlatency-3.8.0.orig/drivers/md/raid1.c +++ linux-lowlatency-3.8.0/drivers/md/raid1.c @@ -967,6 +967,7 @@ bio_list_merge(&conf->pending_bio_list, &plug->pending); conf->pending_count += plug->pending_cnt; spin_unlock_irq(&conf->device_lock); + wake_up(&conf->wait_barrier); md_wakeup_thread(mddev->thread); kfree(plug); return; @@ -980,7 +981,12 @@ while (bio) { /* submit pending writes */ struct bio *next = bio->bi_next; bio->bi_next = NULL; - generic_make_request(bio); + if (unlikely((bio->bi_rw & REQ_DISCARD) && + !blk_queue_discard(bdev_get_queue(bio->bi_bdev)))) + /* Just ignore it */ + bio_endio(bio, 0); + else + generic_make_request(bio); bio = next; } kfree(plug); @@ -1000,6 +1006,7 @@ const unsigned long do_flush_fua = (bio->bi_rw & (REQ_FLUSH | REQ_FUA)); const unsigned long do_discard = (bio->bi_rw & (REQ_DISCARD | REQ_SECURE)); + const unsigned long do_same = (bio->bi_rw & REQ_WRITE_SAME); struct md_rdev *blocked_rdev; struct blk_plug_cb *cb; struct raid1_plug_cb *plug = NULL; @@ -1301,7 +1308,8 @@ conf->mirrors[i].rdev->data_offset); mbio->bi_bdev = conf->mirrors[i].rdev->bdev; mbio->bi_end_io = raid1_end_write_request; - mbio->bi_rw = WRITE | do_flush_fua | do_sync | do_discard; + mbio->bi_rw = + WRITE | do_flush_fua | do_sync | do_discard | do_same; mbio->bi_private = r1_bio; atomic_inc(&r1_bio->remaining); @@ -2818,6 +2826,9 @@ if (IS_ERR(conf)) return PTR_ERR(conf); + if (mddev->queue) + blk_queue_max_write_same_sectors(mddev->queue, + mddev->chunk_sectors); rdev_for_each(rdev, mddev) { if (!mddev->gendisk) continue; --- linux-lowlatency-3.8.0.orig/drivers/md/persistent-data/dm-btree-remove.c +++ linux-lowlatency-3.8.0/drivers/md/persistent-data/dm-btree-remove.c @@ -139,15 +139,8 @@ struct btree_node *n; }; -static struct dm_btree_value_type le64_type = { - .context = NULL, - .size = sizeof(__le64), - .inc = NULL, - .dec = NULL, - .equal = NULL -}; - -static int init_child(struct dm_btree_info *info, struct btree_node *parent, +static int init_child(struct dm_btree_info *info, struct dm_btree_value_type *vt, + struct btree_node *parent, unsigned index, struct child *result) { int r, inc; @@ -164,7 +157,7 @@ result->n = dm_block_data(result->block); if (inc) - inc_children(info->tm, result->n, &le64_type); + inc_children(info->tm, result->n, vt); *((__le64 *) value_ptr(parent, index)) = cpu_to_le64(dm_block_location(result->block)); @@ -236,7 +229,7 @@ } static int rebalance2(struct shadow_spine *s, struct dm_btree_info *info, - unsigned left_index) + struct dm_btree_value_type *vt, unsigned left_index) { int r; struct btree_node *parent; @@ -244,11 +237,11 @@ parent = dm_block_data(shadow_current(s)); - r = init_child(info, parent, left_index, &left); + r = init_child(info, vt, parent, left_index, &left); if (r) return r; - r = init_child(info, parent, left_index + 1, &right); + r = init_child(info, vt, parent, left_index + 1, &right); if (r) { exit_child(info, &left); return r; @@ -368,7 +361,7 @@ } static int rebalance3(struct shadow_spine *s, struct dm_btree_info *info, - unsigned left_index) + struct dm_btree_value_type *vt, unsigned left_index) { int r; struct btree_node *parent = dm_block_data(shadow_current(s)); @@ -377,17 +370,17 @@ /* * FIXME: fill out an array? */ - r = init_child(info, parent, left_index, &left); + r = init_child(info, vt, parent, left_index, &left); if (r) return r; - r = init_child(info, parent, left_index + 1, ¢er); + r = init_child(info, vt, parent, left_index + 1, ¢er); if (r) { exit_child(info, &left); return r; } - r = init_child(info, parent, left_index + 2, &right); + r = init_child(info, vt, parent, left_index + 2, &right); if (r) { exit_child(info, &left); exit_child(info, ¢er); @@ -434,7 +427,8 @@ } static int rebalance_children(struct shadow_spine *s, - struct dm_btree_info *info, uint64_t key) + struct dm_btree_info *info, + struct dm_btree_value_type *vt, uint64_t key) { int i, r, has_left_sibling, has_right_sibling; uint32_t child_entries; @@ -472,13 +466,13 @@ has_right_sibling = i < (le32_to_cpu(n->header.nr_entries) - 1); if (!has_left_sibling) - r = rebalance2(s, info, i); + r = rebalance2(s, info, vt, i); else if (!has_right_sibling) - r = rebalance2(s, info, i - 1); + r = rebalance2(s, info, vt, i - 1); else - r = rebalance3(s, info, i - 1); + r = rebalance3(s, info, vt, i - 1); return r; } @@ -529,7 +523,7 @@ if (le32_to_cpu(n->header.flags) & LEAF_NODE) return do_leaf(n, key, index); - r = rebalance_children(s, info, key); + r = rebalance_children(s, info, vt, key); if (r) break; @@ -550,6 +544,14 @@ return r; } +static struct dm_btree_value_type le64_type = { + .context = NULL, + .size = sizeof(__le64), + .inc = NULL, + .dec = NULL, + .equal = NULL +}; + int dm_btree_remove(struct dm_btree_info *info, dm_block_t root, uint64_t *keys, dm_block_t *new_root) { --- linux-lowlatency-3.8.0.orig/drivers/crypto/omap-sham.c +++ linux-lowlatency-3.8.0/drivers/crypto/omap-sham.c @@ -38,7 +38,10 @@ #include #include + +#ifdef CONFIG_ARCH_OMAP1 #include +#endif #define SHA_REG_DIGEST(x) (0x00 + ((x) * 0x04)) #define SHA_REG_DIN(x) (0x1C + ((x) * 0x04)) --- linux-lowlatency-3.8.0.orig/drivers/crypto/talitos.c +++ linux-lowlatency-3.8.0/drivers/crypto/talitos.c @@ -38,7 +38,6 @@ #include #include #include -#include #include #include @@ -1974,11 +1973,7 @@ }; static struct talitos_alg_template driver_algs[] = { - /* - * AEAD algorithms. These use a single-pass ipsec_esp descriptor. - * authencesn(*,*) is also registered, although not present - * explicitly here. - */ + /* AEAD algorithms. These use a single-pass ipsec_esp descriptor */ { .type = CRYPTO_ALG_TYPE_AEAD, .alg.crypto = { .cra_name = "authenc(hmac(sha1),cbc(aes))", @@ -2820,9 +2815,7 @@ if (hw_supports(dev, driver_algs[i].desc_hdr_template)) { struct talitos_crypto_alg *t_alg; char *name = NULL; - bool authenc = false; -authencesn: t_alg = talitos_alg_alloc(dev, &driver_algs[i]); if (IS_ERR(t_alg)) { err = PTR_ERR(t_alg); @@ -2837,8 +2830,6 @@ err = crypto_register_alg( &t_alg->algt.alg.crypto); name = t_alg->algt.alg.crypto.cra_driver_name; - authenc = authenc ? !authenc : - !(bool)memcmp(name, "authenc", 7); break; case CRYPTO_ALG_TYPE_AHASH: err = crypto_register_ahash( @@ -2851,25 +2842,8 @@ dev_err(dev, "%s alg registration failed\n", name); kfree(t_alg); - } else { + } else list_add_tail(&t_alg->entry, &priv->alg_list); - if (authenc) { - struct crypto_alg *alg = - &driver_algs[i].alg.crypto; - - name = alg->cra_name; - memmove(name + 10, name + 7, - strlen(name) - 7); - memcpy(name + 7, "esn", 3); - - name = alg->cra_driver_name; - memmove(name + 10, name + 7, - strlen(name) - 7); - memcpy(name + 7, "esn", 3); - - goto authencesn; - } - } } } if (!list_empty(&priv->alg_list)) --- linux-lowlatency-3.8.0.orig/drivers/crypto/caam/compat.h +++ linux-lowlatency-3.8.0/drivers/crypto/caam/compat.h @@ -23,7 +23,6 @@ #include #include #include -#include #include #include --- linux-lowlatency-3.8.0.orig/drivers/crypto/caam/caamalg.c +++ linux-lowlatency-3.8.0/drivers/crypto/caam/caamalg.c @@ -1154,7 +1154,7 @@ dst_nents = sg_count(req->dst, req->cryptlen, &dst_chained); sgc = dma_map_sg_chained(jrdev, req->assoc, assoc_nents ? : 1, - DMA_BIDIRECTIONAL, assoc_chained); + DMA_TO_DEVICE, assoc_chained); if (likely(req->src == req->dst)) { sgc = dma_map_sg_chained(jrdev, req->src, src_nents ? : 1, DMA_BIDIRECTIONAL, src_chained); @@ -1336,7 +1336,7 @@ dst_nents = sg_count(req->dst, req->cryptlen, &dst_chained); sgc = dma_map_sg_chained(jrdev, req->assoc, assoc_nents ? : 1, - DMA_BIDIRECTIONAL, assoc_chained); + DMA_TO_DEVICE, assoc_chained); if (likely(req->src == req->dst)) { sgc = dma_map_sg_chained(jrdev, req->src, src_nents ? : 1, DMA_BIDIRECTIONAL, src_chained); @@ -1650,11 +1650,7 @@ }; static struct caam_alg_template driver_algs[] = { - /* - * single-pass ipsec_esp descriptor - * authencesn(*,*) is also registered, although not present - * explicitly here. - */ + /* single-pass ipsec_esp descriptor */ { .name = "authenc(hmac(md5),cbc(aes))", .driver_name = "authenc-hmac-md5-cbc-aes-caam", @@ -2217,9 +2213,7 @@ for (i = 0; i < ARRAY_SIZE(driver_algs); i++) { /* TODO: check if h/w supports alg */ struct caam_crypto_alg *t_alg; - bool done = false; -authencesn: t_alg = caam_alg_alloc(ctrldev, &driver_algs[i]); if (IS_ERR(t_alg)) { err = PTR_ERR(t_alg); @@ -2233,25 +2227,8 @@ dev_warn(ctrldev, "%s alg registration failed\n", t_alg->crypto_alg.cra_driver_name); kfree(t_alg); - } else { + } else list_add_tail(&t_alg->entry, &priv->alg_list); - if (driver_algs[i].type == CRYPTO_ALG_TYPE_AEAD && - !memcmp(driver_algs[i].name, "authenc", 7) && - !done) { - char *name; - - name = driver_algs[i].name; - memmove(name + 10, name + 7, strlen(name) - 7); - memcpy(name + 7, "esn", 3); - - name = driver_algs[i].driver_name; - memmove(name + 10, name + 7, strlen(name) - 7); - memcpy(name + 7, "esn", 3); - - done = true; - goto authencesn; - } - } } if (!list_empty(&priv->alg_list)) dev_info(ctrldev, "%s algorithms registered in /proc/crypto\n", --- linux-lowlatency-3.8.0.orig/drivers/crypto/ux500/cryp/cryp_core.c +++ linux-lowlatency-3.8.0/drivers/crypto/ux500/cryp/cryp_core.c @@ -1750,7 +1750,7 @@ .shutdown = ux500_cryp_shutdown, .driver = { .owner = THIS_MODULE, - .name = "cryp1" + .name = "cryp1", .pm = &ux500_cryp_pm, } }; --- linux-lowlatency-3.8.0.orig/drivers/pnp/isapnp/core.c +++ linux-lowlatency-3.8.0/drivers/pnp/isapnp/core.c @@ -41,6 +41,7 @@ #include #include #include +#include #include #include "../base.h" @@ -1001,7 +1002,7 @@ .disable = isapnp_disable_resources, }; -static int __init isapnp_init(void) +static int __init real_isapnp_init(void) { int cards; struct pnp_card *card; @@ -1095,6 +1096,16 @@ return 0; } +static void __init async_isapnp_init(void *unused, async_cookie_t cookie) +{ + (void)real_isapnp_init(); +} + +static int __init isapnp_init(void) +{ + async_schedule(async_isapnp_init, NULL); + return 0; +} device_initcall(isapnp_init); /* format is: noisapnp */ --- linux-lowlatency-3.8.0.orig/drivers/base/dd.c +++ linux-lowlatency-3.8.0/drivers/base/dd.c @@ -172,6 +172,8 @@ driver_deferred_probe_enable = true; driver_deferred_probe_trigger(); + /* Sort as many dependencies as possible before exiting initcalls */ + flush_workqueue(deferred_wq); return 0; } late_initcall(deferred_probe_initcall); --- linux-lowlatency-3.8.0.orig/drivers/base/bus.c +++ linux-lowlatency-3.8.0/drivers/base/bus.c @@ -290,7 +290,7 @@ struct device *dev; int error = 0; - if (!bus) + if (!bus || !bus->p) return -EINVAL; klist_iter_init_node(&bus->p->klist_devices, &i, @@ -324,7 +324,7 @@ struct klist_iter i; struct device *dev; - if (!bus) + if (!bus || !bus->p) return NULL; klist_iter_init_node(&bus->p->klist_devices, &i, --- linux-lowlatency-3.8.0.orig/drivers/base/regmap/regcache-rbtree.c +++ linux-lowlatency-3.8.0/drivers/base/regmap/regcache-rbtree.c @@ -398,7 +398,7 @@ base = 0; if (max < rbnode->base_reg + rbnode->blklen) - end = rbnode->base_reg + rbnode->blklen - max; + end = max - rbnode->base_reg + 1; else end = rbnode->blklen; --- linux-lowlatency-3.8.0.orig/drivers/base/regmap/regmap.c +++ linux-lowlatency-3.8.0/drivers/base/regmap/regmap.c @@ -662,12 +662,12 @@ } } + regmap_debugfs_init(map, config->name); + ret = regcache_init(map, config); if (ret != 0) goto err_range; - regmap_debugfs_init(map, config->name); - /* Add a devres resource for dev_get_regmap() */ m = devres_alloc(dev_get_regmap_release, sizeof(*m), GFP_KERNEL); if (!m) { --- linux-lowlatency-3.8.0.orig/drivers/base/power/opp.c +++ linux-lowlatency-3.8.0/drivers/base/power/opp.c @@ -162,7 +162,7 @@ return v; } -EXPORT_SYMBOL(opp_get_voltage); +EXPORT_SYMBOL_GPL(opp_get_voltage); /** * opp_get_freq() - Gets the frequency corresponding to an available opp @@ -192,7 +192,7 @@ return f; } -EXPORT_SYMBOL(opp_get_freq); +EXPORT_SYMBOL_GPL(opp_get_freq); /** * opp_get_opp_count() - Get number of opps available in the opp list @@ -225,7 +225,7 @@ return count; } -EXPORT_SYMBOL(opp_get_opp_count); +EXPORT_SYMBOL_GPL(opp_get_opp_count); /** * opp_find_freq_exact() - search for an exact frequency @@ -276,7 +276,7 @@ return opp; } -EXPORT_SYMBOL(opp_find_freq_exact); +EXPORT_SYMBOL_GPL(opp_find_freq_exact); /** * opp_find_freq_ceil() - Search for an rounded ceil freq @@ -323,7 +323,7 @@ return opp; } -EXPORT_SYMBOL(opp_find_freq_ceil); +EXPORT_SYMBOL_GPL(opp_find_freq_ceil); /** * opp_find_freq_floor() - Search for a rounded floor freq @@ -374,7 +374,7 @@ return opp; } -EXPORT_SYMBOL(opp_find_freq_floor); +EXPORT_SYMBOL_GPL(opp_find_freq_floor); /** * opp_add() - Add an OPP table from a table definitions @@ -568,7 +568,7 @@ { return opp_set_availability(dev, freq, true); } -EXPORT_SYMBOL(opp_enable); +EXPORT_SYMBOL_GPL(opp_enable); /** * opp_disable() - Disable a specific OPP @@ -590,7 +590,7 @@ { return opp_set_availability(dev, freq, false); } -EXPORT_SYMBOL(opp_disable); +EXPORT_SYMBOL_GPL(opp_disable); #ifdef CONFIG_CPU_FREQ /** @@ -661,6 +661,7 @@ return 0; } +EXPORT_SYMBOL_GPL(opp_init_cpufreq_table); /** * opp_free_cpufreq_table() - free the cpufreq table @@ -678,6 +679,7 @@ kfree(*table); *table = NULL; } +EXPORT_SYMBOL_GPL(opp_free_cpufreq_table); #endif /* CONFIG_CPU_FREQ */ /** @@ -738,4 +740,5 @@ return 0; } +EXPORT_SYMBOL_GPL(of_init_opp_table); #endif --- linux-lowlatency-3.8.0.orig/drivers/pcmcia/vrc4171_card.c +++ linux-lowlatency-3.8.0/drivers/pcmcia/vrc4171_card.c @@ -246,6 +246,7 @@ socket = &vrc4171_sockets[slot]; socket->csc_irq = search_nonuse_irq(); socket->io_irq = search_nonuse_irq(); + spin_lock_init(&socket->lock); return 0; } --- linux-lowlatency-3.8.0.orig/drivers/infiniband/ulp/srpt/ib_srpt.c +++ linux-lowlatency-3.8.0/drivers/infiniband/ulp/srpt/ib_srpt.c @@ -2227,6 +2227,27 @@ } /** + * srpt_shutdown_session() - Whether or not a session may be shut down. + */ +static int srpt_shutdown_session(struct se_session *se_sess) +{ + struct srpt_rdma_ch *ch = se_sess->fabric_sess_ptr; + unsigned long flags; + + spin_lock_irqsave(&ch->spinlock, flags); + if (ch->in_shutdown) { + spin_unlock_irqrestore(&ch->spinlock, flags); + return true; + } + + ch->in_shutdown = true; + target_sess_cmd_list_set_waiting(se_sess); + spin_unlock_irqrestore(&ch->spinlock, flags); + + return true; +} + +/** * srpt_drain_channel() - Drain a channel by resetting the IB queue pair. * @cm_id: Pointer to the CM ID of the channel to be drained. * @@ -2264,6 +2285,9 @@ spin_unlock_irq(&sdev->spinlock); if (do_reset) { + if (ch->sess) + srpt_shutdown_session(ch->sess); + ret = srpt_ch_qp_err(ch); if (ret < 0) printk(KERN_ERR "Setting queue pair in error state" @@ -3467,14 +3491,6 @@ } /** - * srpt_shutdown_session() - Whether or not a session may be shut down. - */ -static int srpt_shutdown_session(struct se_session *se_sess) -{ - return true; -} - -/** * srpt_close_session() - Forcibly close a session. * * Callback function invoked by the TCM core to clean up sessions associated --- linux-lowlatency-3.8.0.orig/drivers/infiniband/ulp/srpt/ib_srpt.h +++ linux-lowlatency-3.8.0/drivers/infiniband/ulp/srpt/ib_srpt.h @@ -325,6 +325,7 @@ u8 sess_name[36]; struct work_struct release_work; struct completion *release_done; + bool in_shutdown; }; /** --- linux-lowlatency-3.8.0.orig/drivers/infiniband/ulp/ipoib/ipoib_cm.c +++ linux-lowlatency-3.8.0/drivers/infiniband/ulp/ipoib/ipoib_cm.c @@ -758,9 +758,13 @@ if (++priv->tx_outstanding == ipoib_sendq_size) { ipoib_dbg(priv, "TX ring 0x%x full, stopping kernel net queue\n", tx->qp->qp_num); - if (ib_req_notify_cq(priv->send_cq, IB_CQ_NEXT_COMP)) - ipoib_warn(priv, "request notify on send CQ failed\n"); netif_stop_queue(dev); + rc = ib_req_notify_cq(priv->send_cq, + IB_CQ_NEXT_COMP | IB_CQ_REPORT_MISSED_EVENTS); + if (rc < 0) + ipoib_warn(priv, "request notify on send CQ failed\n"); + else if (rc) + ipoib_send_comp_handler(priv->send_cq, dev); } } } --- linux-lowlatency-3.8.0.orig/drivers/infiniband/ulp/srp/ib_srp.c +++ linux-lowlatency-3.8.0/drivers/infiniband/ulp/srp/ib_srp.c @@ -700,23 +700,24 @@ struct Scsi_Host *shost = target->scsi_host; int i, ret; - if (target->state != SRP_TARGET_LIVE) - return -EAGAIN; - scsi_target_block(&shost->shost_gendev); srp_disconnect_target(target); /* - * Now get a new local CM ID so that we avoid confusing the - * target in case things are really fouled up. + * Now get a new local CM ID so that we avoid confusing the target in + * case things are really fouled up. Doing so also ensures that all CM + * callbacks will have finished before a new QP is allocated. */ ret = srp_new_cm_id(target); - if (ret) - goto unblock; - - ret = srp_create_target_ib(target); - if (ret) - goto unblock; + /* + * Whether or not creating a new CM ID succeeded, create a new + * QP. This guarantees that all completion callback function + * invocations have finished before request resetting starts. + */ + if (ret == 0) + ret = srp_create_target_ib(target); + else + srp_create_target_ib(target); for (i = 0; i < SRP_CMD_SQ_SIZE; ++i) { struct srp_request *req = &target->req_ring[i]; @@ -728,11 +729,12 @@ for (i = 0; i < SRP_SQ_SIZE; ++i) list_add(&target->tx_ring[i]->list, &target->free_tx); - ret = srp_connect_target(target); + if (ret == 0) + ret = srp_connect_target(target); -unblock: scsi_target_unblock(&shost->shost_gendev, ret == 0 ? SDEV_RUNNING : SDEV_TRANSPORT_OFFLINE); + target->transport_offline = !!ret; if (ret) goto err; @@ -1352,6 +1354,12 @@ unsigned long flags; int len; + if (unlikely(target->transport_offline)) { + scmnd->result = DID_NO_CONNECT << 16; + scmnd->scsi_done(scmnd); + return 0; + } + spin_lock_irqsave(&target->lock, flags); iu = __srp_get_tx_iu(target, SRP_IU_CMD); if (!iu) @@ -1695,6 +1703,9 @@ struct srp_iu *iu; struct srp_tsk_mgmt *tsk_mgmt; + if (!target->connected || target->qp_in_error) + return -1; + init_completion(&target->tsk_mgmt_done); spin_lock_irq(&target->lock); @@ -1736,7 +1747,7 @@ shost_printk(KERN_ERR, target->scsi_host, "SRP abort called\n"); - if (!req || target->qp_in_error || !srp_claim_req(target, req, scmnd)) + if (!req || !srp_claim_req(target, req, scmnd)) return FAILED; srp_send_tsk_mgmt(target, req->index, scmnd->device->lun, SRP_TSK_ABORT_TASK); @@ -1754,8 +1765,6 @@ shost_printk(KERN_ERR, target->scsi_host, "SRP reset_device called\n"); - if (target->qp_in_error) - return FAILED; if (srp_send_tsk_mgmt(target, SRP_TAG_NO_REQ, scmnd->device->lun, SRP_TSK_LUN_RESET)) return FAILED; @@ -1972,7 +1981,6 @@ spin_unlock(&host->target_lock); target->state = SRP_TARGET_LIVE; - target->connected = false; scsi_scan_target(&target->scsi_host->shost_gendev, 0, target->scsi_id, SCAN_WILD_CARD, 0); --- linux-lowlatency-3.8.0.orig/drivers/infiniband/ulp/srp/ib_srp.h +++ linux-lowlatency-3.8.0/drivers/infiniband/ulp/srp/ib_srp.h @@ -140,6 +140,7 @@ unsigned int cmd_sg_cnt; unsigned int indirect_size; bool allow_ext_sg; + bool transport_offline; /* Everything above this point is used in the hot path of * command processing. Try to keep them packed into cachelines. --- linux-lowlatency-3.8.0.orig/drivers/infiniband/hw/cxgb4/qp.c +++ linux-lowlatency-3.8.0/drivers/infiniband/hw/cxgb4/qp.c @@ -100,6 +100,16 @@ return 0; } +static int alloc_sq(struct c4iw_rdev *rdev, struct t4_sq *sq, int user) +{ + int ret = -ENOSYS; + if (user) + ret = alloc_oc_sq(rdev, sq); + if (ret) + ret = alloc_host_sq(rdev, sq); + return ret; +} + static int destroy_qp(struct c4iw_rdev *rdev, struct t4_wq *wq, struct c4iw_dev_ucontext *uctx) { @@ -168,18 +178,9 @@ goto free_sw_rq; } - if (user) { - ret = alloc_oc_sq(rdev, &wq->sq); - if (ret) - goto free_hwaddr; - - ret = alloc_host_sq(rdev, &wq->sq); - if (ret) - goto free_sq; - } else - ret = alloc_host_sq(rdev, &wq->sq); - if (ret) - goto free_hwaddr; + ret = alloc_sq(rdev, &wq->sq, user); + if (ret) + goto free_hwaddr; memset(wq->sq.queue, 0, wq->sq.memsize); dma_unmap_addr_set(&wq->sq, mapping, wq->sq.dma_addr); --- linux-lowlatency-3.8.0.orig/drivers/staging/comedi/comedi_fops.c +++ linux-lowlatency-3.8.0/drivers/staging/comedi/comedi_fops.c @@ -1547,6 +1547,11 @@ /* Device config is special, because it must work on * an unconfigured device. */ if (cmd == COMEDI_DEVCONFIG) { + if (minor >= COMEDI_NUM_BOARD_MINORS) { + /* Device config not appropriate on non-board minors. */ + rc = -ENOTTY; + goto done; + } rc = do_devconfig_ioctl(dev, (struct comedi_devconfig __user *)arg); if (rc == 0) @@ -1774,7 +1779,7 @@ mask = 0; read_subdev = comedi_get_read_subdevice(dev_file_info); - if (read_subdev) { + if (read_subdev && read_subdev->async) { poll_wait(file, &read_subdev->async->wait_head, wait); if (!read_subdev->busy || comedi_buf_read_n_available(read_subdev->async) > 0 @@ -1784,7 +1789,7 @@ } } write_subdev = comedi_get_write_subdevice(dev_file_info); - if (write_subdev) { + if (write_subdev && write_subdev->async) { poll_wait(file, &write_subdev->async->wait_head, wait); comedi_buf_write_alloc(write_subdev->async, write_subdev->async->prealloc_bufsz); @@ -1826,7 +1831,7 @@ } s = comedi_get_write_subdevice(dev_file_info); - if (s == NULL) { + if (s == NULL || s->async == NULL) { retval = -EIO; goto done; } @@ -1937,7 +1942,7 @@ } s = comedi_get_read_subdevice(dev_file_info); - if (s == NULL) { + if (s == NULL || s->async == NULL) { retval = -EIO; goto done; } --- linux-lowlatency-3.8.0.orig/drivers/staging/comedi/drivers/s626.c +++ linux-lowlatency-3.8.0/drivers/staging/comedi/drivers/s626.c @@ -1482,7 +1482,7 @@ case TRIG_NONE: /* continous acquisition */ devpriv->ai_continous = 1; - devpriv->ai_sample_count = 0; + devpriv->ai_sample_count = 1; break; } --- linux-lowlatency-3.8.0.orig/drivers/staging/comedi/drivers/dt9812.c +++ linux-lowlatency-3.8.0/drivers/staging/comedi/drivers/dt9812.c @@ -948,12 +948,13 @@ unsigned int *data) { struct comedi_dt9812 *devpriv = dev->private; + unsigned int channel = CR_CHAN(insn->chanspec); int n; u8 bits = 0; dt9812_digital_in(devpriv->slot, &bits); for (n = 0; n < insn->n; n++) - data[n] = ((1 << insn->chanspec) & bits) != 0; + data[n] = ((1 << channel) & bits) != 0; return n; } @@ -962,12 +963,13 @@ unsigned int *data) { struct comedi_dt9812 *devpriv = dev->private; + unsigned int channel = CR_CHAN(insn->chanspec); int n; u8 bits = 0; dt9812_digital_out_shadow(devpriv->slot, &bits); for (n = 0; n < insn->n; n++) { - u8 mask = 1 << insn->chanspec; + u8 mask = 1 << channel; bits &= ~mask; if (data[n]) @@ -982,13 +984,13 @@ unsigned int *data) { struct comedi_dt9812 *devpriv = dev->private; + unsigned int channel = CR_CHAN(insn->chanspec); int n; for (n = 0; n < insn->n; n++) { u16 value = 0; - dt9812_analog_in(devpriv->slot, insn->chanspec, &value, - DT9812_GAIN_1); + dt9812_analog_in(devpriv->slot, channel, &value, DT9812_GAIN_1); data[n] = value; } return n; @@ -999,12 +1001,13 @@ unsigned int *data) { struct comedi_dt9812 *devpriv = dev->private; + unsigned int channel = CR_CHAN(insn->chanspec); int n; u16 value; for (n = 0; n < insn->n; n++) { value = 0; - dt9812_analog_out_shadow(devpriv->slot, insn->chanspec, &value); + dt9812_analog_out_shadow(devpriv->slot, channel, &value); data[n] = value; } return n; @@ -1015,10 +1018,11 @@ unsigned int *data) { struct comedi_dt9812 *devpriv = dev->private; + unsigned int channel = CR_CHAN(insn->chanspec); int n; for (n = 0; n < insn->n; n++) - dt9812_analog_out(devpriv->slot, insn->chanspec, data[n]); + dt9812_analog_out(devpriv->slot, channel, data[n]); return n; } --- linux-lowlatency-3.8.0.orig/drivers/staging/comedi/drivers/ni_labpc.c +++ linux-lowlatency-3.8.0/drivers/staging/comedi/drivers/ni_labpc.c @@ -1202,7 +1202,8 @@ else channel = CR_CHAN(cmd->chanlist[0]); /* munge channel bits for differential / scan disabled mode */ - if (mode != MODE_SINGLE_CHAN && aref == AREF_DIFF) + if ((mode == MODE_SINGLE_CHAN || mode == MODE_SINGLE_CHAN_INTERVAL) && + aref == AREF_DIFF) channel *= 2; devpriv->command1_bits |= ADC_CHAN_BITS(channel); devpriv->command1_bits |= thisboard->ai_range_code[range]; @@ -1217,21 +1218,6 @@ devpriv->write_byte(devpriv->command1_bits, dev->iobase + COMMAND1_REG); } - /* setup any external triggering/pacing (command4 register) */ - devpriv->command4_bits = 0; - if (cmd->convert_src != TRIG_EXT) - devpriv->command4_bits |= EXT_CONVERT_DISABLE_BIT; - /* XXX should discard first scan when using interval scanning - * since manual says it is not synced with scan clock */ - if (labpc_use_continuous_mode(cmd, mode) == 0) { - devpriv->command4_bits |= INTERVAL_SCAN_EN_BIT; - if (cmd->scan_begin_src == TRIG_EXT) - devpriv->command4_bits |= EXT_SCAN_EN_BIT; - } - /* single-ended/differential */ - if (aref == AREF_DIFF) - devpriv->command4_bits |= ADC_DIFF_BIT; - devpriv->write_byte(devpriv->command4_bits, dev->iobase + COMMAND4_REG); devpriv->write_byte(cmd->chanlist_len, dev->iobase + INTERVAL_COUNT_REG); @@ -1311,6 +1297,22 @@ devpriv->command3_bits &= ~ADC_FNE_INTR_EN_BIT; devpriv->write_byte(devpriv->command3_bits, dev->iobase + COMMAND3_REG); + /* setup any external triggering/pacing (command4 register) */ + devpriv->command4_bits = 0; + if (cmd->convert_src != TRIG_EXT) + devpriv->command4_bits |= EXT_CONVERT_DISABLE_BIT; + /* XXX should discard first scan when using interval scanning + * since manual says it is not synced with scan clock */ + if (labpc_use_continuous_mode(cmd, mode) == 0) { + devpriv->command4_bits |= INTERVAL_SCAN_EN_BIT; + if (cmd->scan_begin_src == TRIG_EXT) + devpriv->command4_bits |= EXT_SCAN_EN_BIT; + } + /* single-ended/differential */ + if (aref == AREF_DIFF) + devpriv->command4_bits |= ADC_DIFF_BIT; + devpriv->write_byte(devpriv->command4_bits, dev->iobase + COMMAND4_REG); + /* startup acquisition */ /* command2 reg */ --- linux-lowlatency-3.8.0.orig/drivers/staging/zram/zram_drv.c +++ linux-lowlatency-3.8.0/drivers/staging/zram/zram_drv.c @@ -228,11 +228,12 @@ return 0; } - user_mem = kmap_atomic(page); if (is_partial_io(bvec)) /* Use a temporary buffer to decompress the page */ - uncmem = kmalloc(PAGE_SIZE, GFP_KERNEL); - else + uncmem = kmalloc(PAGE_SIZE, GFP_NOIO); + + user_mem = kmap_atomic(page); + if (!is_partial_io(bvec)) uncmem = user_mem; if (!uncmem) { @@ -279,7 +280,7 @@ * This is a partial IO. We need to read the full page * before to write the changes. */ - uncmem = kmalloc(PAGE_SIZE, GFP_KERNEL); + uncmem = kmalloc(PAGE_SIZE, GFP_NOIO); if (!uncmem) { pr_info("Error allocating temp memory!\n"); ret = -ENOMEM; --- linux-lowlatency-3.8.0.orig/drivers/staging/zsmalloc/Kconfig +++ linux-lowlatency-3.8.0/drivers/staging/zsmalloc/Kconfig @@ -1,5 +1,5 @@ config ZSMALLOC - tristate "Memory allocator for compressed pages" + bool "Memory allocator for compressed pages" default n help zsmalloc is a slab-based memory allocator designed to store --- linux-lowlatency-3.8.0.orig/drivers/staging/zsmalloc/zsmalloc-main.c +++ linux-lowlatency-3.8.0/drivers/staging/zsmalloc/zsmalloc-main.c @@ -222,11 +222,9 @@ /* * By default, zsmalloc uses a copy-based object mapping method to access * allocations that span two pages. However, if a particular architecture - * 1) Implements local_flush_tlb_kernel_range() and 2) Performs VM mapping - * faster than copying, then it should be added here so that - * USE_PGTABLE_MAPPING is defined. This causes zsmalloc to use page table - * mapping rather than copying - * for object mapping. + * performs VM mapping faster than copying, then it should be added here + * so that USE_PGTABLE_MAPPING is defined. This causes zsmalloc to use + * page table mapping rather than copying for object mapping. */ #if defined(CONFIG_ARM) #define USE_PGTABLE_MAPPING @@ -659,11 +657,8 @@ struct page *pages[2], int off, int size) { unsigned long addr = (unsigned long)area->vm_addr; - unsigned long end = addr + (PAGE_SIZE * 2); - flush_cache_vunmap(addr, end); - unmap_kernel_range_noflush(addr, PAGE_SIZE * 2); - local_flush_tlb_kernel_range(addr, end); + unmap_kernel_range(addr, PAGE_SIZE * 2); } #else /* USE_PGTABLE_MAPPING */ --- linux-lowlatency-3.8.0.orig/drivers/staging/vt6656/main_usb.c +++ linux-lowlatency-3.8.0/drivers/staging/vt6656/main_usb.c @@ -644,8 +644,6 @@ if (device->flags & DEVICE_FLAGS_OPENED) device_close(device->dev); - usb_put_dev(interface_to_usbdev(intf)); - return 0; } @@ -656,8 +654,6 @@ if (!device || !device->dev) return -ENODEV; - usb_get_dev(interface_to_usbdev(intf)); - if (!(device->flags & DEVICE_FLAGS_OPENED)) device_open(device->dev); --- linux-lowlatency-3.8.0.orig/drivers/staging/vt6656/usbpipe.c +++ linux-lowlatency-3.8.0/drivers/staging/vt6656/usbpipe.c @@ -165,6 +165,11 @@ if (pDevice->Flags & fMP_CONTROL_WRITES) return STATUS_FAILURE; + if (pDevice->Flags & fMP_CONTROL_READS) + return STATUS_FAILURE; + + MP_SET_FLAG(pDevice, fMP_CONTROL_WRITES); + pDevice->sUsbCtlRequest.bRequestType = 0x40; pDevice->sUsbCtlRequest.bRequest = byRequest; pDevice->sUsbCtlRequest.wValue = cpu_to_le16p(&wValue); @@ -179,12 +184,13 @@ ntStatus = usb_submit_urb(pDevice->pControlURB, GFP_ATOMIC); if (ntStatus != 0) { - DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"control send request submission failed: %d\n", ntStatus); + DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO + "control send request submission failed: %d\n", + ntStatus); + MP_CLEAR_FLAG(pDevice, fMP_CONTROL_WRITES); return STATUS_FAILURE; } - else { - MP_SET_FLAG(pDevice, fMP_CONTROL_WRITES); - } + spin_unlock_irq(&pDevice->lock); for (ii = 0; ii <= USB_CTL_WAIT; ii ++) { @@ -224,6 +230,11 @@ if (pDevice->Flags & fMP_CONTROL_READS) return STATUS_FAILURE; + if (pDevice->Flags & fMP_CONTROL_WRITES) + return STATUS_FAILURE; + + MP_SET_FLAG(pDevice, fMP_CONTROL_READS); + pDevice->sUsbCtlRequest.bRequestType = 0xC0; pDevice->sUsbCtlRequest.bRequest = byRequest; pDevice->sUsbCtlRequest.wValue = cpu_to_le16p(&wValue); @@ -237,10 +248,11 @@ ntStatus = usb_submit_urb(pDevice->pControlURB, GFP_ATOMIC); if (ntStatus != 0) { - DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"control request submission failed: %d\n", ntStatus); - }else { - MP_SET_FLAG(pDevice, fMP_CONTROL_READS); - } + DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO + "control request submission failed: %d\n", ntStatus); + MP_CLEAR_FLAG(pDevice, fMP_CONTROL_READS); + return STATUS_FAILURE; + } spin_unlock_irq(&pDevice->lock); for (ii = 0; ii <= USB_CTL_WAIT; ii ++) { --- linux-lowlatency-3.8.0.orig/drivers/staging/vt6656/hostap.c +++ linux-lowlatency-3.8.0/drivers/staging/vt6656/hostap.c @@ -133,7 +133,7 @@ DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO "%s: Netdevice %s unregistered\n", pDevice->dev->name, pDevice->apdev->name); } - kfree(pDevice->apdev); + free_netdev(pDevice->apdev); pDevice->apdev = NULL; pDevice->bEnable8021x = FALSE; pDevice->bEnableHostWEP = FALSE; --- linux-lowlatency-3.8.0.orig/drivers/staging/vt6656/rxtx.c +++ linux-lowlatency-3.8.0/drivers/staging/vt6656/rxtx.c @@ -1454,7 +1454,7 @@ pvRrvTime = pMICHDR = pvRTS = pvCTS = pvTxDataHd = NULL; if (bNeedEncryption && pTransmitKey->pvKeyTable) { - if (((PSKeyTable)&pTransmitKey->pvKeyTable)->bSoftWEP == TRUE) + if (((PSKeyTable)pTransmitKey->pvKeyTable)->bSoftWEP == TRUE) bSoftWEP = TRUE; /* WEP 256 */ } --- linux-lowlatency-3.8.0.orig/drivers/staging/vt6656/dpc.c +++ linux-lowlatency-3.8.0/drivers/staging/vt6656/dpc.c @@ -1190,7 +1190,7 @@ if (byDecMode == KEY_CTL_WEP) { // handle WEP if ((pDevice->byLocalID <= REV_ID_VT3253_A1) || - (((PSKeyTable)(&pKey->pvKeyTable))->bSoftWEP == TRUE)) { + (((PSKeyTable)(pKey->pvKeyTable))->bSoftWEP == TRUE)) { // Software WEP // 1. 3253A // 2. WEP 256 @@ -1299,7 +1299,7 @@ // handle WEP DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"byDecMode == KEY_CTL_WEP\n"); if ((pDevice->byLocalID <= REV_ID_VT3253_A1) || - (((PSKeyTable)(&pKey->pvKeyTable))->bSoftWEP == TRUE) || + (((PSKeyTable)(pKey->pvKeyTable))->bSoftWEP == TRUE) || (bOnFly == FALSE)) { // Software WEP // 1. 3253A --- linux-lowlatency-3.8.0.orig/drivers/staging/vt6656/iwctl.c +++ linux-lowlatency-3.8.0/drivers/staging/vt6656/iwctl.c @@ -1348,9 +1348,12 @@ return rc; } + spin_lock_irq(&pDevice->lock); + if (wrq->disabled) { pDevice->ePSMode = WMAC_POWER_CAM; PSvDisablePowerSaving(pDevice); + spin_unlock_irq(&pDevice->lock); return rc; } if ((wrq->flags & IW_POWER_TYPE) == IW_POWER_TIMEOUT) { @@ -1361,6 +1364,9 @@ pDevice->ePSMode = WMAC_POWER_FAST; PSvEnablePowerSaving((void *)pDevice, pMgmt->wListenInterval); } + + spin_unlock_irq(&pDevice->lock); + switch (wrq->flags & IW_POWER_MODE) { case IW_POWER_UNICAST_R: DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO " SIOCSIWPOWER: IW_POWER_UNICAST_R \n"); --- linux-lowlatency-3.8.0.orig/drivers/staging/tidspbridge/Kconfig +++ linux-lowlatency-3.8.0/drivers/staging/tidspbridge/Kconfig @@ -4,7 +4,7 @@ menuconfig TIDSPBRIDGE tristate "DSP Bridge driver" - depends on ARCH_OMAP3 + depends on ARCH_OMAP3 && !ARCH_MULTIPLATFORM select OMAP_MBOX_FWK help DSP/BIOS Bridge is designed for platforms that contain a GPP and --- linux-lowlatency-3.8.0.orig/drivers/video/vesafb.c +++ linux-lowlatency-3.8.0/drivers/video/vesafb.c @@ -27,6 +27,12 @@ #define dac_reg (0x3c8) #define dac_val (0x3c9) +struct vesafb_info +{ + u32 pseudo_palette[256]; + int mtrr_hdl; +}; + /* --------------------------------------------------------------------- */ static struct fb_var_screeninfo vesafb_defined __initdata = { @@ -40,22 +46,44 @@ .vmode = FB_VMODE_NONINTERLACED, }; -static struct fb_fix_screeninfo vesafb_fix __initdata = { +static struct fb_fix_screeninfo vesafb_fix = { .id = "VESA VGA", .type = FB_TYPE_PACKED_PIXELS, .accel = FB_ACCEL_NONE, }; +#ifndef MODULE static int inverse __read_mostly; -static int mtrr __read_mostly; /* disable mtrr */ +#endif +static uint mtrr __read_mostly = 3; /* disable mtrr */ +static bool nomtrr __read_mostly; /* dummy */ static int vram_remap __initdata; /* Set amount of memory to be used */ static int vram_total __initdata; /* Set total amount of memory */ -static int pmi_setpal __read_mostly = 1; /* pmi for palette changes ??? */ -static int ypan __read_mostly; /* 0..nothing, 1..ypan, 2..ywrap */ +static bool pmi_setpal __read_mostly = true; /* pmi for palette changes ??? */ +static bool redraw __read_mostly; +static uint ypan __read_mostly; /* 0..nothing, 1..ypan, 2..ywrap */ +static bool ywrap __read_mostly; static void (*pmi_start)(void) __read_mostly; static void (*pmi_pal) (void) __read_mostly; static int depth __read_mostly; static int vga_compat __read_mostly; + +module_param(redraw, bool, 0); +module_param(ypan, uint, 0); +module_param(ywrap, bool, 0); +module_param_named(vgapal, pmi_setpal, invbool, 0); +MODULE_PARM_DESC(vgapal, "Use VGA for setting palette (default)"); +module_param_named(pmipal, pmi_setpal, bool, 0); +MODULE_PARM_DESC(pmipal, "Use PMI for setting palette"); +module_param(mtrr, uint, 0); +MODULE_PARM_DESC(mtrr, "Enable MTRR support (default)"); +module_param_named(nomtrr, nomtrr, invbool, 0); +MODULE_PARM_DESC(nomtrr, "Disable MTRR support"); +module_param(vram_remap, int, 0); +MODULE_PARM_DESC(vram_remap, "Set total amount of memory to be used"); +module_param(vram_total, int, 0); +MODULE_PARM_DESC(vram_total, "Total amount of memory"); + /* --------------------------------------------------------------------- */ static int vesafb_pan_display(struct fb_var_screeninfo *var, @@ -192,6 +220,7 @@ .fb_imageblit = cfb_imageblit, }; +#ifndef MODULE static int __init vesafb_setup(char *options) { char *this_opt; @@ -211,9 +240,9 @@ else if (! strcmp(this_opt, "ywrap")) ypan=2; else if (! strcmp(this_opt, "vgapal")) - pmi_setpal=0; + pmi_setpal=false; else if (! strcmp(this_opt, "pmipal")) - pmi_setpal=1; + pmi_setpal=true; else if (! strncmp(this_opt, "mtrr:", 5)) mtrr = simple_strtoul(this_opt+5, NULL, 0); else if (! strcmp(this_opt, "nomtrr")) @@ -225,10 +254,12 @@ } return 0; } +#endif static int __init vesafb_probe(struct platform_device *dev) { struct fb_info *info; + struct vesafb_info *vfb_info; int i, err; unsigned int size_vmode; unsigned int size_remap; @@ -287,13 +318,14 @@ spaces our resource handlers simply don't know about */ } - info = framebuffer_alloc(sizeof(u32) * 256, &dev->dev); + info = framebuffer_alloc(sizeof(struct vesafb_info), &dev->dev); if (!info) { release_mem_region(vesafb_fix.smem_start, size_total); return -ENOMEM; } - info->pseudo_palette = info->par; - info->par = NULL; + vfb_info = (struct vesafb_info *) info->par; + vfb_info->mtrr_hdl = -1; + info->pseudo_palette = vfb_info->pseudo_palette; /* set vesafb aperture size for generic probing */ info->apertures = alloc_apertures(1); @@ -312,8 +344,10 @@ screen_info.vesapm_seg,screen_info.vesapm_off); } - if (screen_info.vesapm_seg < 0xc000) - ypan = pmi_setpal = 0; /* not available or some DOS TSR ... */ + if (screen_info.vesapm_seg < 0xc000) { + ypan = 0; + pmi_setpal = false; /* not available or some DOS TSR ... */ + } if (ypan || pmi_setpal) { unsigned short *pmi_base; @@ -334,7 +368,8 @@ * memory area and pass it in the ES register to the BIOS function. */ printk(KERN_INFO "vesafb: can't handle memory requests, pmi disabled\n"); - ypan = pmi_setpal = 0; + ypan = 0; + pmi_setpal = false; } } } @@ -423,17 +458,15 @@ } if (type) { - int rc; - /* Find the largest power-of-two */ temp_size = roundup_pow_of_two(temp_size); /* Try and find a power of two to add */ do { - rc = mtrr_add(vesafb_fix.smem_start, temp_size, + vfb_info->mtrr_hdl = mtrr_add(vesafb_fix.smem_start, temp_size, type, 1); temp_size >>= 1; - } while (temp_size >= PAGE_SIZE && rc == -EINVAL); + } while (temp_size >= PAGE_SIZE && vfb_info->mtrr_hdl == -EINVAL); } } #endif @@ -495,7 +528,27 @@ return err; } +static int __exit vesafb_remove(struct platform_device *device) +{ + struct fb_info *info = dev_get_drvdata(&device->dev); + + unregister_framebuffer(info); +#ifdef CONFIG_MTRR + { + struct vesafb_info *vfb_info = (struct vesafb_info *) info->par; + if (vfb_info->mtrr_hdl >= 0) + mtrr_del(vfb_info->mtrr_hdl, 0, 0); + } +#endif + iounmap(info->screen_base); + framebuffer_release(info); + release_mem_region(vesafb_fix.smem_start, vesafb_fix.smem_len); + + return 0; +} + static struct platform_driver vesafb_driver = { + .remove = vesafb_remove, .driver = { .name = "vesafb", }, @@ -506,11 +559,18 @@ static int __init vesafb_init(void) { int ret; +#ifndef MODULE char *option = NULL; /* ignore error return of fb_get_options */ fb_get_options("vesafb", &option); vesafb_setup(option); +#else + if (redraw) + ypan = 0; + if (ywrap) + ypan = 2; +#endif vesafb_device = platform_device_alloc("vesafb", 0); if (!vesafb_device) @@ -530,6 +590,14 @@ return ret; } + +static void __exit vesafb_exit(void) +{ + platform_device_unregister(vesafb_device); + platform_driver_unregister(&vesafb_driver); +} + module_init(vesafb_init); +module_exit(vesafb_exit); MODULE_LICENSE("GPL"); --- linux-lowlatency-3.8.0.orig/drivers/video/Kconfig +++ linux-lowlatency-3.8.0/drivers/video/Kconfig @@ -753,8 +753,8 @@ If unsure, say N. config FB_VESA - bool "VESA VGA graphics support" - depends on (FB = y) && X86 + tristate "VESA VGA graphics support" + depends on FB && X86 select FB_CFB_FILLRECT select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT --- linux-lowlatency-3.8.0.orig/drivers/video/fsl-diu-fb.c +++ linux-lowlatency-3.8.0/drivers/video/fsl-diu-fb.c @@ -944,7 +944,7 @@ #define PF_COMP_0_MASK 0x0000000F #define PF_COMP_0_SHIFT 0 -#define MAKE_PF(alpha, red, blue, green, size, c0, c1, c2, c3) \ +#define MAKE_PF(alpha, red, green, blue, size, c0, c1, c2, c3) \ cpu_to_le32(PF_BYTE_F | (alpha << PF_ALPHA_C_SHIFT) | \ (blue << PF_BLUE_C_SHIFT) | (green << PF_GREEN_C_SHIFT) | \ (red << PF_RED_C_SHIFT) | (c3 << PF_COMP_3_SHIFT) | \ @@ -954,10 +954,10 @@ switch (bits_per_pixel) { case 32: /* 0x88883316 */ - return MAKE_PF(3, 2, 0, 1, 3, 8, 8, 8, 8); + return MAKE_PF(3, 2, 1, 0, 3, 8, 8, 8, 8); case 24: /* 0x88082219 */ - return MAKE_PF(4, 0, 1, 2, 2, 0, 8, 8, 8); + return MAKE_PF(4, 0, 1, 2, 2, 8, 8, 8, 0); case 16: /* 0x65053118 */ return MAKE_PF(4, 2, 1, 0, 1, 5, 6, 5, 0); @@ -1232,6 +1232,16 @@ return 0; } +static inline void fsl_diu_enable_interrupts(struct fsl_diu_data *data) +{ + u32 int_mask = INT_UNDRUN; /* enable underrun detection */ + + if (IS_ENABLED(CONFIG_NOT_COHERENT_CACHE)) + int_mask |= INT_VSYNC; /* enable vertical sync */ + + clrbits32(&data->diu_reg->int_mask, int_mask); +} + /* turn on fb if count == 1 */ static int fsl_diu_open(struct fb_info *info, int user) @@ -1251,19 +1261,7 @@ if (res < 0) mfbi->count--; else { - struct fsl_diu_data *data = mfbi->parent; - -#ifdef CONFIG_NOT_COHERENT_CACHE - /* - * Enable underrun detection and vertical sync - * interrupts. - */ - clrbits32(&data->diu_reg->int_mask, - INT_UNDRUN | INT_VSYNC); -#else - /* Enable underrun detection */ - clrbits32(&data->diu_reg->int_mask, INT_UNDRUN); -#endif + fsl_diu_enable_interrupts(mfbi->parent); fsl_diu_enable_panel(info); } } @@ -1283,9 +1281,18 @@ mfbi->count--; if (mfbi->count == 0) { struct fsl_diu_data *data = mfbi->parent; + bool disable = true; + int i; + + /* Disable interrupts only if all AOIs are closed */ + for (i = 0; i < NUM_AOIS; i++) { + struct mfb_info *mi = data->fsl_diu_info[i].par; - /* Disable interrupts */ - out_be32(&data->diu_reg->int_mask, 0xffffffff); + if (mi->count) + disable = false; + } + if (disable) + out_be32(&data->diu_reg->int_mask, 0xffffffff); fsl_diu_disable_panel(info); } @@ -1614,14 +1621,6 @@ out_be32(&data->diu_reg->desc[1], data->dummy_ad.paddr); out_be32(&data->diu_reg->desc[2], data->dummy_ad.paddr); - for (i = 0; i < NUM_AOIS; i++) { - ret = install_fb(&data->fsl_diu_info[i]); - if (ret) { - dev_err(&pdev->dev, "could not register fb %d\n", i); - goto error; - } - } - /* * Older versions of U-Boot leave interrupts enabled, so disable * all of them and clear the status register. @@ -1630,12 +1629,21 @@ in_be32(&data->diu_reg->int_status); ret = request_irq(data->irq, fsl_diu_isr, 0, "fsl-diu-fb", - &data->diu_reg); + data->diu_reg); if (ret) { dev_err(&pdev->dev, "could not claim irq\n"); goto error; } + for (i = 0; i < NUM_AOIS; i++) { + ret = install_fb(&data->fsl_diu_info[i]); + if (ret) { + dev_err(&pdev->dev, "could not register fb %d\n", i); + free_irq(data->irq, data->diu_reg); + goto error; + } + } + sysfs_attr_init(&data->dev_attr.attr); data->dev_attr.attr.name = "monitor"; data->dev_attr.attr.mode = S_IRUGO|S_IWUSR; @@ -1667,7 +1675,7 @@ data = dev_get_drvdata(&pdev->dev); disable_lcdc(&data->fsl_diu_info[0]); - free_irq(data->irq, &data->diu_reg); + free_irq(data->irq, data->diu_reg); for (i = 0; i < NUM_AOIS; i++) uninstall_fb(&data->fsl_diu_info[i]); --- linux-lowlatency-3.8.0.orig/drivers/video/ep93xx-fb.c +++ linux-lowlatency-3.8.0/drivers/video/ep93xx-fb.c @@ -23,6 +23,7 @@ #include #include #include +#include #include --- linux-lowlatency-3.8.0.orig/drivers/video/fbmem.c +++ linux-lowlatency-3.8.0/drivers/video/fbmem.c @@ -1177,8 +1177,10 @@ event.data = &con2fb; if (!lock_fb_info(info)) return -ENODEV; + console_lock(); event.info = info; ret = fb_notifier_call_chain(FB_EVENT_SET_CONSOLE_MAP, &event); + console_unlock(); unlock_fb_info(info); break; case FBIOBLANK: @@ -1371,15 +1373,12 @@ { struct fb_info *info = file_fb_info(file); struct fb_ops *fb; - unsigned long off; + unsigned long mmio_pgoff; unsigned long start; u32 len; if (!info) return -ENODEV; - if (vma->vm_pgoff > (~0UL >> PAGE_SHIFT)) - return -EINVAL; - off = vma->vm_pgoff << PAGE_SHIFT; fb = info->fbops; if (!fb) return -ENODEV; @@ -1391,32 +1390,24 @@ return res; } - /* frame buffer memory */ + /* + * Ugh. This can be either the frame buffer mapping, or + * if pgoff points past it, the mmio mapping. + */ start = info->fix.smem_start; - len = PAGE_ALIGN((start & ~PAGE_MASK) + info->fix.smem_len); - if (off >= len) { - /* memory mapped io */ - off -= len; - if (info->var.accel_flags) { - mutex_unlock(&info->mm_lock); - return -EINVAL; - } + len = info->fix.smem_len; + mmio_pgoff = PAGE_ALIGN((start & ~PAGE_MASK) + len) >> PAGE_SHIFT; + if (vma->vm_pgoff >= mmio_pgoff) { + vma->vm_pgoff -= mmio_pgoff; start = info->fix.mmio_start; - len = PAGE_ALIGN((start & ~PAGE_MASK) + info->fix.mmio_len); + len = info->fix.mmio_len; } mutex_unlock(&info->mm_lock); - start &= PAGE_MASK; - if ((vma->vm_end - vma->vm_start + off) > len) - return -EINVAL; - off += start; - vma->vm_pgoff = off >> PAGE_SHIFT; - /* VM_IO | VM_DONTEXPAND | VM_DONTDUMP are set by io_remap_pfn_range()*/ + vma->vm_page_prot = vm_get_page_prot(vma->vm_flags); - fb_pgprotect(file, vma, off); - if (io_remap_pfn_range(vma, vma->vm_start, off >> PAGE_SHIFT, - vma->vm_end - vma->vm_start, vma->vm_page_prot)) - return -EAGAIN; - return 0; + fb_pgprotect(file, vma, start); + + return vm_iomap_memory(vma, start, len); } static int @@ -1650,7 +1641,9 @@ event.info = fb_info; if (!lock_fb_info(fb_info)) return -ENODEV; + console_lock(); fb_notifier_call_chain(FB_EVENT_FB_REGISTERED, &event); + console_unlock(); unlock_fb_info(fb_info); return 0; } @@ -1666,8 +1659,10 @@ if (!lock_fb_info(fb_info)) return -ENODEV; + console_lock(); event.info = fb_info; ret = fb_notifier_call_chain(FB_EVENT_FB_UNBIND, &event); + console_unlock(); unlock_fb_info(fb_info); if (ret) @@ -1682,7 +1677,9 @@ num_registered_fb--; fb_cleanup_device(fb_info); event.info = fb_info; + console_lock(); fb_notifier_call_chain(FB_EVENT_FB_UNREGISTERED, &event); + console_unlock(); /* this may free fb info */ put_fb_info(fb_info); @@ -1853,11 +1850,8 @@ err = 1; if (!list_empty(&info->modelist)) { - if (!lock_fb_info(info)) - return -ENODEV; event.info = info; err = fb_notifier_call_chain(FB_EVENT_NEW_MODELIST, &event); - unlock_fb_info(info); } return err; --- linux-lowlatency-3.8.0.orig/drivers/video/atmel_lcdfb.c +++ linux-lowlatency-3.8.0/drivers/video/atmel_lcdfb.c @@ -422,17 +422,22 @@ = var->bits_per_pixel; break; case 16: + /* Older SOCs use IBGR:555 rather than BGR:565. */ + if (sinfo->have_intensity_bit) + var->green.length = 5; + else + var->green.length = 6; + if (sinfo->lcd_wiring_mode == ATMEL_LCDC_WIRING_RGB) { - /* RGB:565 mode */ - var->red.offset = 11; + /* RGB:5X5 mode */ + var->red.offset = var->green.length + 5; var->blue.offset = 0; } else { - /* BGR:565 mode */ + /* BGR:5X5 mode */ var->red.offset = 0; - var->blue.offset = 11; + var->blue.offset = var->green.length + 5; } var->green.offset = 5; - var->green.length = 6; var->red.length = var->blue.length = 5; break; case 32: @@ -679,8 +684,7 @@ case FB_VISUAL_PSEUDOCOLOR: if (regno < 256) { - if (cpu_is_at91sam9261() || cpu_is_at91sam9263() - || cpu_is_at91sam9rl()) { + if (sinfo->have_intensity_bit) { /* old style I+BGR:555 */ val = ((red >> 11) & 0x001f); val |= ((green >> 6) & 0x03e0); @@ -870,6 +874,10 @@ } sinfo->info = info; sinfo->pdev = pdev; + if (cpu_is_at91sam9261() || cpu_is_at91sam9263() || + cpu_is_at91sam9rl()) { + sinfo->have_intensity_bit = true; + } strcpy(info->fix.id, sinfo->pdev->name); info->flags = ATMEL_LCDFB_FBINFO_DEFAULT; --- linux-lowlatency-3.8.0.orig/drivers/video/fbsysfs.c +++ linux-lowlatency-3.8.0/drivers/video/fbsysfs.c @@ -177,6 +177,8 @@ if (i * sizeof(struct fb_videomode) != count) return -EINVAL; + if (!lock_fb_info(fb_info)) + return -ENODEV; console_lock(); list_splice(&fb_info->modelist, &old_list); fb_videomode_to_modelist((const struct fb_videomode *)buf, i, @@ -188,6 +190,7 @@ fb_destroy_modelist(&old_list); console_unlock(); + unlock_fb_info(fb_info); return 0; } --- linux-lowlatency-3.8.0.orig/drivers/video/console/fbcon.c +++ linux-lowlatency-3.8.0/drivers/video/console/fbcon.c @@ -529,6 +529,33 @@ return retval; } +static int do_fbcon_takeover(int show_logo) +{ + int err, i; + + if (!num_registered_fb) + return -ENODEV; + + if (!show_logo) + logo_shown = FBCON_LOGO_DONTSHOW; + + for (i = first_fb_vc; i <= last_fb_vc; i++) + con2fb_map[i] = info_idx; + + err = do_take_over_console(&fb_con, first_fb_vc, last_fb_vc, + fbcon_is_default); + + if (err) { + for (i = first_fb_vc; i <= last_fb_vc; i++) + con2fb_map[i] = -1; + info_idx = -1; + } else { + fbcon_has_console_bind = 1; + } + + return err; +} + static int fbcon_takeover(int show_logo) { int err, i; @@ -815,6 +842,8 @@ * * Maps a virtual console @unit to a frame buffer device * @newidx. + * + * This should be called with the console lock held. */ static int set_con2fb_map(int unit, int newidx, int user) { @@ -832,7 +861,7 @@ if (!search_for_mapped_con() || !con_is_bound(&fb_con)) { info_idx = newidx; - return fbcon_takeover(0); + return do_fbcon_takeover(0); } if (oldidx != -1) @@ -840,7 +869,6 @@ found = search_fb_in_map(newidx); - console_lock(); con2fb_map[unit] = newidx; if (!err && !found) err = con2fb_acquire_newinfo(vc, info, unit, oldidx); @@ -867,7 +895,6 @@ if (!search_fb_in_map(info_idx)) info_idx = newidx; - console_unlock(); return err; } @@ -990,7 +1017,7 @@ } /* Setup default font */ - if (!p->fontdata) { + if (!p->fontdata && !vc->vc_font.data) { if (!fontname[0] || !(font = find_font(fontname))) font = get_default_font(info->var.xres, info->var.yres, @@ -1000,6 +1027,8 @@ vc->vc_font.height = font->height; vc->vc_font.data = (void *)(p->fontdata = font->data); vc->vc_font.charcount = 256; /* FIXME Need to support more fonts */ + } else { + p->fontdata = vc->vc_font.data; } cols = FBCON_SWAP(ops->rotate, info->var.xres, info->var.yres); @@ -1159,9 +1188,9 @@ ops->p = &fb_display[fg_console]; } -static void fbcon_free_font(struct display *p) +static void fbcon_free_font(struct display *p, bool freefont) { - if (p->userfont && p->fontdata && (--REFCOUNT(p->fontdata) == 0)) + if (freefont && p->userfont && p->fontdata && (--REFCOUNT(p->fontdata) == 0)) kfree(p->fontdata - FONT_EXTRA_WORDS * sizeof(int)); p->fontdata = NULL; p->userfont = 0; @@ -1173,8 +1202,8 @@ struct fb_info *info; struct fbcon_ops *ops; int idx; + bool free_font = true; - fbcon_free_font(p); idx = con2fb_map[vc->vc_num]; if (idx == -1) @@ -1185,6 +1214,8 @@ if (!info) goto finished; + if (info->flags & FBINFO_MISC_FIRMWARE) + free_font = false; ops = info->fbcon_par; if (!ops) @@ -1196,6 +1227,10 @@ ops->flags &= ~FBCON_FLAGS_INIT; finished: + fbcon_free_font(p, free_font); + if (free_font) + vc->vc_font.data = NULL; + if (!con_is_bound(&fb_con)) fbcon_exit(); @@ -2977,7 +3012,7 @@ { int ret; - ret = unbind_con_driver(&fb_con, first_fb_vc, last_fb_vc, + ret = do_unbind_con_driver(&fb_con, first_fb_vc, last_fb_vc, fbcon_is_default); if (!ret) @@ -2992,6 +3027,7 @@ } #endif /* CONFIG_VT_HW_CONSOLE_BINDING */ +/* called with console_lock held */ static int fbcon_fb_unbind(int idx) { int i, new_idx = -1, ret = 0; @@ -3018,6 +3054,7 @@ return ret; } +/* called with console_lock held */ static int fbcon_fb_unregistered(struct fb_info *info) { int i, idx; @@ -3050,11 +3087,12 @@ primary_device = -1; if (!num_registered_fb) - unregister_con_driver(&fb_con); + do_unregister_con_driver(&fb_con); return 0; } +/* called with console_lock held */ static void fbcon_remap_all(int idx) { int i; @@ -3099,6 +3137,7 @@ } #endif /* CONFIG_FRAMEBUFFER_DETECT_PRIMARY */ +/* called with console_lock held */ static int fbcon_fb_registered(struct fb_info *info) { int ret = 0, i, idx; @@ -3115,7 +3154,7 @@ } if (info_idx != -1) - ret = fbcon_takeover(1); + ret = do_fbcon_takeover(1); } else { for (i = first_fb_vc; i <= last_fb_vc; i++) { if (con2fb_map_boot[i] == idx) @@ -3251,6 +3290,7 @@ ret = fbcon_fb_unregistered(info); break; case FB_EVENT_SET_CONSOLE_MAP: + /* called with console lock held */ con2fb = event->data; ret = set_con2fb_map(con2fb->console - 1, con2fb->framebuffer, 1); --- linux-lowlatency-3.8.0.orig/drivers/video/console/vgacon.c +++ linux-lowlatency-3.8.0/drivers/video/console/vgacon.c @@ -1064,7 +1064,7 @@ unsigned short video_port_status = vga_video_port_reg + 6; int font_select = 0x00, beg, i; char *charmap; - + bool clear_attribs = false; if (vga_video_type != VIDEO_TYPE_EGAM) { charmap = (char *) VGA_MAP_MEM(colourmap, 0); beg = 0x0e; @@ -1169,12 +1169,6 @@ /* if 512 char mode is already enabled don't re-enable it. */ if ((set) && (ch512 != vga_512_chars)) { - /* attribute controller */ - for (i = 0; i < MAX_NR_CONSOLES; i++) { - struct vc_data *c = vc_cons[i].d; - if (c && c->vc_sw == &vga_con) - c->vc_hi_font_mask = ch512 ? 0x0800 : 0; - } vga_512_chars = ch512; /* 256-char: enable intensity bit 512-char: disable intensity bit */ @@ -1185,8 +1179,22 @@ it means, but it works, and it appears necessary */ inb_p(video_port_status); vga_wattr(state->vgabase, VGA_AR_ENABLE_DISPLAY, 0); + clear_attribs = true; } raw_spin_unlock_irq(&vga_lock); + + if (clear_attribs) { + for (i = 0; i < MAX_NR_CONSOLES; i++) { + struct vc_data *c = vc_cons[i].d; + if (c && c->vc_sw == &vga_con) { + /* force hi font mask to 0, so we always clear + the bit on either transition */ + c->vc_hi_font_mask = 0x00; + clear_buffer_attributes(c); + c->vc_hi_font_mask = ch512 ? 0x0800 : 0; + } + } + } return 0; } --- linux-lowlatency-3.8.0.orig/drivers/video/backlight/adp8870_bl.c +++ linux-lowlatency-3.8.0/drivers/video/backlight/adp8870_bl.c @@ -957,7 +957,7 @@ static int adp8870_i2c_resume(struct i2c_client *client) { - adp8870_set_bits(client, ADP8870_MDCR, NSTBY); + adp8870_set_bits(client, ADP8870_MDCR, NSTBY | BLEN); return 0; } --- linux-lowlatency-3.8.0.orig/drivers/video/backlight/adp8860_bl.c +++ linux-lowlatency-3.8.0/drivers/video/backlight/adp8860_bl.c @@ -783,7 +783,7 @@ static int adp8860_i2c_resume(struct i2c_client *client) { - adp8860_set_bits(client, ADP8860_MDCR, NSTBY); + adp8860_set_bits(client, ADP8860_MDCR, NSTBY | BLEN); return 0; } --- linux-lowlatency-3.8.0.orig/drivers/firmware/Kconfig +++ linux-lowlatency-3.8.0/drivers/firmware/Kconfig @@ -53,6 +53,24 @@ Subsequent efibootmgr releases may be found at: +config EFI_VARS_PSTORE + bool "Register efivars backend for pstore" + depends on EFI_VARS && PSTORE + default y + help + Say Y here to enable use efivars as a backend to pstore. This + will allow writing console messages, crash dumps, or anything + else supported by pstore to EFI variables. + +config EFI_VARS_PSTORE_DEFAULT_DISABLE + bool "Disable using efivars as a pstore backend by default" + depends on EFI_VARS_PSTORE + default n + help + Saying Y here will disable the use of efivars as a storage + backend for pstore by default. This setting can be overridden + using the efivars module's pstore_disable parameter. + config EFI_PCDP bool "Console device selection via EFI PCDP or HCDP table" depends on ACPI && EFI && IA64 --- linux-lowlatency-3.8.0.orig/drivers/firmware/efivars.c +++ linux-lowlatency-3.8.0/drivers/firmware/efivars.c @@ -79,6 +79,7 @@ #include #include #include +#include #include #include @@ -102,6 +103,11 @@ */ #define GUID_LEN 36 +static bool efivars_pstore_disable = + IS_ENABLED(CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE); + +module_param_named(pstore_disable, efivars_pstore_disable, bool, 0644); + /* * The maximum size of VariableName + Data = 1024 * Therefore, it's reasonable to save that much @@ -405,10 +411,11 @@ get_var_data(struct efivars *efivars, struct efi_variable *var) { efi_status_t status; + unsigned long flags; - spin_lock(&efivars->lock); + spin_lock_irqsave(&efivars->lock, flags); status = get_var_data_locked(efivars, var); - spin_unlock(&efivars->lock); + spin_unlock_irqrestore(&efivars->lock, flags); if (status != EFI_SUCCESS) { printk(KERN_WARNING "efivars: get_variable() failed 0x%lx!\n", @@ -417,6 +424,44 @@ return status; } +static efi_status_t +check_var_size_locked(struct efivars *efivars, u32 attributes, + unsigned long size) +{ + u64 storage_size, remaining_size, max_size; + efi_status_t status; + const struct efivar_operations *fops = efivars->ops; + + if (!efivars->ops->query_variable_info) + return EFI_UNSUPPORTED; + + status = fops->query_variable_info(attributes, &storage_size, + &remaining_size, &max_size); + + if (status != EFI_SUCCESS) + return status; + + if (!storage_size || size > remaining_size || size > max_size || + (remaining_size - size) < (storage_size / 2)) + return EFI_OUT_OF_RESOURCES; + + return status; +} + + +static efi_status_t +check_var_size(struct efivars *efivars, u32 attributes, unsigned long size) +{ + efi_status_t status; + unsigned long flags; + + spin_lock_irqsave(&efivars->lock, flags); + status = check_var_size_locked(efivars, attributes, size); + spin_unlock_irqrestore(&efivars->lock, flags); + + return status; +} + static ssize_t efivar_guid_read(struct efivar_entry *entry, char *buf) { @@ -537,14 +582,19 @@ return -EINVAL; } - spin_lock(&efivars->lock); - status = efivars->ops->set_variable(new_var->VariableName, - &new_var->VendorGuid, - new_var->Attributes, - new_var->DataSize, - new_var->Data); + spin_lock_irq(&efivars->lock); + + status = check_var_size_locked(efivars, new_var->Attributes, + new_var->DataSize + utf16_strsize(new_var->VariableName, 1024)); - spin_unlock(&efivars->lock); + if (status == EFI_SUCCESS || status == EFI_UNSUPPORTED) + status = efivars->ops->set_variable(new_var->VariableName, + &new_var->VendorGuid, + new_var->Attributes, + new_var->DataSize, + new_var->Data); + + spin_unlock_irq(&efivars->lock); if (status != EFI_SUCCESS) { printk(KERN_WARNING "efivars: set_variable() failed: status=%lx\n", @@ -693,8 +743,7 @@ u32 attributes; struct inode *inode = file->f_mapping->host; unsigned long datasize = count - sizeof(attributes); - unsigned long newdatasize; - u64 storage_size, remaining_size, max_size; + unsigned long newdatasize, varsize; ssize_t bytes = 0; if (count < sizeof(attributes)) @@ -713,28 +762,18 @@ * amounts of memory. Pick a default size of 64K if * QueryVariableInfo() isn't supported by the firmware. */ - spin_lock(&efivars->lock); - if (!efivars->ops->query_variable_info) - status = EFI_UNSUPPORTED; - else { - const struct efivar_operations *fops = efivars->ops; - status = fops->query_variable_info(attributes, &storage_size, - &remaining_size, &max_size); - } - - spin_unlock(&efivars->lock); + varsize = datasize + utf16_strsize(var->var.VariableName, 1024); + status = check_var_size(efivars, attributes, varsize); if (status != EFI_SUCCESS) { if (status != EFI_UNSUPPORTED) return efi_status_to_err(status); - remaining_size = 65536; + if (datasize > 65536) + return -ENOSPC; } - if (datasize > remaining_size) - return -ENOSPC; - data = kmalloc(datasize, GFP_KERNEL); if (!data) return -ENOMEM; @@ -754,7 +793,20 @@ * set_variable call, and removal of the variable from the efivars * list (in the case of an authenticated delete). */ - spin_lock(&efivars->lock); + spin_lock_irq(&efivars->lock); + + /* + * Ensure that the available space hasn't shrunk below the safe level + */ + + status = check_var_size_locked(efivars, attributes, varsize); + + if (status != EFI_SUCCESS && status != EFI_UNSUPPORTED) { + spin_unlock_irq(&efivars->lock); + kfree(data); + + return efi_status_to_err(status); + } status = efivars->ops->set_variable(var->var.VariableName, &var->var.VendorGuid, @@ -762,7 +814,7 @@ data); if (status != EFI_SUCCESS) { - spin_unlock(&efivars->lock); + spin_unlock_irq(&efivars->lock); kfree(data); return efi_status_to_err(status); @@ -783,21 +835,21 @@ NULL); if (status == EFI_BUFFER_TOO_SMALL) { - spin_unlock(&efivars->lock); + spin_unlock_irq(&efivars->lock); mutex_lock(&inode->i_mutex); i_size_write(inode, newdatasize + sizeof(attributes)); mutex_unlock(&inode->i_mutex); } else if (status == EFI_NOT_FOUND) { list_del(&var->list); - spin_unlock(&efivars->lock); + spin_unlock_irq(&efivars->lock); efivar_unregister(var); drop_nlink(inode); d_delete(file->f_dentry); dput(file->f_dentry); } else { - spin_unlock(&efivars->lock); + spin_unlock_irq(&efivars->lock); pr_warn("efivarfs: inconsistent EFI variable implementation? " "status = %lx\n", status); } @@ -819,11 +871,11 @@ void *data; ssize_t size = 0; - spin_lock(&efivars->lock); + spin_lock_irq(&efivars->lock); status = efivars->ops->get_variable(var->var.VariableName, &var->var.VendorGuid, &attributes, &datasize, NULL); - spin_unlock(&efivars->lock); + spin_unlock_irq(&efivars->lock); if (status != EFI_BUFFER_TOO_SMALL) return efi_status_to_err(status); @@ -833,12 +885,12 @@ if (!data) return -ENOMEM; - spin_lock(&efivars->lock); + spin_lock_irq(&efivars->lock); status = efivars->ops->get_variable(var->var.VariableName, &var->var.VendorGuid, &attributes, &datasize, (data + sizeof(attributes))); - spin_unlock(&efivars->lock); + spin_unlock_irq(&efivars->lock); if (status != EFI_SUCCESS) { size = efi_status_to_err(status); @@ -900,6 +952,48 @@ return inode; } +/* + * Return true if 'str' is a valid efivarfs filename of the form, + * + * VariableName-12345678-1234-1234-1234-1234567891bc + */ +static bool efivarfs_valid_name(const char *str, int len) +{ + static const char dashes[GUID_LEN] = { + [8] = 1, [13] = 1, [18] = 1, [23] = 1 + }; + const char *s = str + len - GUID_LEN; + int i; + + /* + * We need a GUID, plus at least one letter for the variable name, + * plus the '-' separator + */ + if (len < GUID_LEN + 2) + return false; + + /* GUID must be preceded by a '-' */ + if (*(s - 1) != '-') + return false; + + /* + * Validate that 's' is of the correct format, e.g. + * + * 12345678-1234-1234-1234-123456789abc + */ + for (i = 0; i < GUID_LEN; i++) { + if (dashes[i]) { + if (*s++ != '-') + return false; + } else { + if (!isxdigit(*s++)) + return false; + } + } + + return true; +} + static void efivarfs_hex_to_guid(const char *str, efi_guid_t *guid) { guid->b[0] = hex_to_bin(str[6]) << 4 | hex_to_bin(str[7]); @@ -928,11 +1022,7 @@ struct efivar_entry *var; int namelen, i = 0, err = 0; - /* - * We need a GUID, plus at least one letter for the variable name, - * plus the '-' separator - */ - if (dentry->d_name.len < GUID_LEN + 2) + if (!efivarfs_valid_name(dentry->d_name.name, dentry->d_name.len)) return -EINVAL; inode = efivarfs_get_inode(dir->i_sb, dir, mode, 0); @@ -966,9 +1056,9 @@ goto out; kobject_uevent(&var->kobj, KOBJ_ADD); - spin_lock(&efivars->lock); + spin_lock_irq(&efivars->lock); list_add(&var->list, &efivars->list); - spin_unlock(&efivars->lock); + spin_unlock_irq(&efivars->lock); d_instantiate(dentry, inode); dget(dentry); out: @@ -985,7 +1075,7 @@ struct efivars *efivars = var->efivars; efi_status_t status; - spin_lock(&efivars->lock); + spin_lock_irq(&efivars->lock); status = efivars->ops->set_variable(var->var.VariableName, &var->var.VendorGuid, @@ -993,17 +1083,102 @@ if (status == EFI_SUCCESS || status == EFI_NOT_FOUND) { list_del(&var->list); - spin_unlock(&efivars->lock); + spin_unlock_irq(&efivars->lock); efivar_unregister(var); drop_nlink(dentry->d_inode); dput(dentry); return 0; } - spin_unlock(&efivars->lock); + spin_unlock_irq(&efivars->lock); return -EINVAL; }; +/* + * Compare two efivarfs file names. + * + * An efivarfs filename is composed of two parts, + * + * 1. A case-sensitive variable name + * 2. A case-insensitive GUID + * + * So we need to perform a case-sensitive match on part 1 and a + * case-insensitive match on part 2. + */ +static int efivarfs_d_compare(const struct dentry *parent, const struct inode *pinode, + const struct dentry *dentry, const struct inode *inode, + unsigned int len, const char *str, + const struct qstr *name) +{ + int guid = len - GUID_LEN; + + if (name->len != len) + return 1; + + /* Case-sensitive compare for the variable name */ + if (memcmp(str, name->name, guid)) + return 1; + + /* Case-insensitive compare for the GUID */ + return strncasecmp(name->name + guid, str + guid, GUID_LEN); +} + +static int efivarfs_d_hash(const struct dentry *dentry, + const struct inode *inode, struct qstr *qstr) +{ + unsigned long hash = init_name_hash(); + const unsigned char *s = qstr->name; + unsigned int len = qstr->len; + + if (!efivarfs_valid_name(s, len)) + return -EINVAL; + + while (len-- > GUID_LEN) + hash = partial_name_hash(*s++, hash); + + /* GUID is case-insensitive. */ + while (len--) + hash = partial_name_hash(tolower(*s++), hash); + + qstr->hash = end_name_hash(hash); + return 0; +} + +/* + * Retaining negative dentries for an in-memory filesystem just wastes + * memory and lookup time: arrange for them to be deleted immediately. + */ +static int efivarfs_delete_dentry(const struct dentry *dentry) +{ + return 1; +} + +static struct dentry_operations efivarfs_d_ops = { + .d_compare = efivarfs_d_compare, + .d_hash = efivarfs_d_hash, + .d_delete = efivarfs_delete_dentry, +}; + +static struct dentry *efivarfs_alloc_dentry(struct dentry *parent, char *name) +{ + struct dentry *d; + struct qstr q; + int err; + + q.name = name; + q.len = strlen(name); + + err = efivarfs_d_hash(NULL, NULL, &q); + if (err) + return ERR_PTR(err); + + d = d_alloc(parent, &q); + if (d) + return d; + + return ERR_PTR(-ENOMEM); +} + static int efivarfs_fill_super(struct super_block *sb, void *data, int silent) { struct inode *inode = NULL; @@ -1011,6 +1186,7 @@ struct efivar_entry *entry, *n; struct efivars *efivars = &__efivars; char *name; + int err = -ENOMEM; efivarfs_sb = sb; @@ -1019,6 +1195,7 @@ sb->s_blocksize_bits = PAGE_CACHE_SHIFT; sb->s_magic = EFIVARFS_MAGIC; sb->s_op = &efivarfs_ops; + sb->s_d_op = &efivarfs_d_ops; sb->s_time_gran = 1; inode = efivarfs_get_inode(sb, NULL, S_IFDIR | 0755, 0); @@ -1059,20 +1236,22 @@ if (!inode) goto fail_name; - dentry = d_alloc_name(root, name); - if (!dentry) + dentry = efivarfs_alloc_dentry(root, name); + if (IS_ERR(dentry)) { + err = PTR_ERR(dentry); goto fail_inode; + } /* copied by the above to local storage in the dentry. */ kfree(name); - spin_lock(&efivars->lock); + spin_lock_irq(&efivars->lock); efivars->ops->get_variable(entry->var.VariableName, &entry->var.VendorGuid, &entry->var.Attributes, &size, NULL); - spin_unlock(&efivars->lock); + spin_unlock_irq(&efivars->lock); mutex_lock(&inode->i_mutex); inode->i_private = entry; @@ -1088,7 +1267,7 @@ fail_name: kfree(name); fail: - return -ENOMEM; + return err; } static struct dentry *efivarfs_mount(struct file_system_type *fs_type, @@ -1109,21 +1288,31 @@ .kill_sb = efivarfs_kill_sb, }; +/* + * Handle negative dentry. + */ +static struct dentry *efivarfs_lookup(struct inode *dir, struct dentry *dentry, + unsigned int flags) +{ + if (dentry->d_name.len > NAME_MAX) + return ERR_PTR(-ENAMETOOLONG); + d_add(dentry, NULL); + return NULL; +} + static const struct inode_operations efivarfs_dir_inode_operations = { - .lookup = simple_lookup, + .lookup = efivarfs_lookup, .unlink = efivarfs_unlink, .create = efivarfs_create, }; -static struct pstore_info efi_pstore_info; - -#ifdef CONFIG_PSTORE +#ifdef CONFIG_EFI_VARS_PSTORE static int efi_pstore_open(struct pstore_info *psi) { struct efivars *efivars = psi->data; - spin_lock(&efivars->lock); + spin_lock_irq(&efivars->lock); efivars->walk_entry = list_first_entry(&efivars->list, struct efivar_entry, list); return 0; @@ -1133,7 +1322,7 @@ { struct efivars *efivars = psi->data; - spin_unlock(&efivars->lock); + spin_unlock_irq(&efivars->lock); return 0; } @@ -1207,22 +1396,22 @@ efi_guid_t vendor = LINUX_EFI_CRASH_GUID; struct efivars *efivars = psi->data; int i, ret = 0; - u64 storage_space, remaining_space, max_variable_size; efi_status_t status = EFI_NOT_FOUND; + unsigned long flags; - spin_lock(&efivars->lock); + spin_lock_irqsave(&efivars->lock, flags); /* * Check if there is a space enough to log. * size: a size of logging data * DUMP_NAME_LEN * 2: a maximum size of variable name */ - status = efivars->ops->query_variable_info(PSTORE_EFI_ATTRIBUTES, - &storage_space, - &remaining_space, - &max_variable_size); - if (status || remaining_space < size + DUMP_NAME_LEN * 2) { - spin_unlock(&efivars->lock); + + status = check_var_size_locked(efivars, PSTORE_EFI_ATTRIBUTES, + size + DUMP_NAME_LEN * 2); + + if (status) { + spin_unlock_irqrestore(&efivars->lock, flags); *id = part; return -ENOSPC; } @@ -1236,7 +1425,7 @@ efivars->ops->set_variable(efi_name, &vendor, PSTORE_EFI_ATTRIBUTES, size, psi->buf); - spin_unlock(&efivars->lock); + spin_unlock_irqrestore(&efivars->lock, flags); if (size) ret = efivar_create_sysfs_entry(efivars, @@ -1263,7 +1452,7 @@ sprintf(name, "dump-type%u-%u-%d-%lu", type, (unsigned int)id, count, time.tv_sec); - spin_lock(&efivars->lock); + spin_lock_irq(&efivars->lock); for (i = 0; i < DUMP_NAME_LEN; i++) efi_name[i] = name[i]; @@ -1307,45 +1496,13 @@ if (found) list_del(&found->list); - spin_unlock(&efivars->lock); + spin_unlock_irq(&efivars->lock); if (found) efivar_unregister(found); return 0; } -#else -static int efi_pstore_open(struct pstore_info *psi) -{ - return 0; -} - -static int efi_pstore_close(struct pstore_info *psi) -{ - return 0; -} - -static ssize_t efi_pstore_read(u64 *id, enum pstore_type_id *type, int *count, - struct timespec *timespec, - char **buf, struct pstore_info *psi) -{ - return -1; -} - -static int efi_pstore_write(enum pstore_type_id type, - enum kmsg_dump_reason reason, u64 *id, - unsigned int part, int count, size_t size, - struct pstore_info *psi) -{ - return 0; -} - -static int efi_pstore_erase(enum pstore_type_id type, u64 id, int count, - struct timespec time, struct pstore_info *psi) -{ - return 0; -} -#endif static struct pstore_info efi_pstore_info = { .owner = THIS_MODULE, @@ -1357,6 +1514,24 @@ .erase = efi_pstore_erase, }; +static void efivar_pstore_register(struct efivars *efivars) +{ + efivars->efi_pstore_info = efi_pstore_info; + efivars->efi_pstore_info.buf = kmalloc(4096, GFP_KERNEL); + if (efivars->efi_pstore_info.buf) { + efivars->efi_pstore_info.bufsize = 1024; + efivars->efi_pstore_info.data = efivars; + spin_lock_init(&efivars->efi_pstore_info.buf_lock); + pstore_register(&efivars->efi_pstore_info); + } +} +#else +static void efivar_pstore_register(struct efivars *efivars) +{ + return; +} +#endif + static ssize_t efivar_create(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t pos, size_t count) @@ -1377,7 +1552,7 @@ return -EINVAL; } - spin_lock(&efivars->lock); + spin_lock_irq(&efivars->lock); /* * Does this variable already exist? @@ -1395,10 +1570,18 @@ } } if (found) { - spin_unlock(&efivars->lock); + spin_unlock_irq(&efivars->lock); return -EINVAL; } + status = check_var_size_locked(efivars, new_var->Attributes, + new_var->DataSize + utf16_strsize(new_var->VariableName, 1024)); + + if (status && status != EFI_UNSUPPORTED) { + spin_unlock_irq(&efivars->lock); + return efi_status_to_err(status); + } + /* now *really* create the variable via EFI */ status = efivars->ops->set_variable(new_var->VariableName, &new_var->VendorGuid, @@ -1409,10 +1592,10 @@ if (status != EFI_SUCCESS) { printk(KERN_WARNING "efivars: set_variable() failed: status=%lx\n", status); - spin_unlock(&efivars->lock); + spin_unlock_irq(&efivars->lock); return -EIO; } - spin_unlock(&efivars->lock); + spin_unlock_irq(&efivars->lock); /* Create the entry in sysfs. Locking is not required here */ status = efivar_create_sysfs_entry(efivars, @@ -1440,7 +1623,7 @@ if (!capable(CAP_SYS_ADMIN)) return -EACCES; - spin_lock(&efivars->lock); + spin_lock_irq(&efivars->lock); /* * Does this variable already exist? @@ -1458,7 +1641,7 @@ } } if (!found) { - spin_unlock(&efivars->lock); + spin_unlock_irq(&efivars->lock); return -EINVAL; } /* force the Attributes/DataSize to 0 to ensure deletion */ @@ -1474,18 +1657,65 @@ if (status != EFI_SUCCESS) { printk(KERN_WARNING "efivars: set_variable() failed: status=%lx\n", status); - spin_unlock(&efivars->lock); + spin_unlock_irq(&efivars->lock); return -EIO; } list_del(&search_efivar->list); /* We need to release this lock before unregistering. */ - spin_unlock(&efivars->lock); + spin_unlock_irq(&efivars->lock); efivar_unregister(search_efivar); /* It's dead Jim.... */ return count; } +static bool variable_is_present(efi_char16_t *variable_name, efi_guid_t *vendor) +{ + struct efivar_entry *entry, *n; + struct efivars *efivars = &__efivars; + unsigned long strsize1, strsize2; + bool found = false; + + strsize1 = utf16_strsize(variable_name, 1024); + list_for_each_entry_safe(entry, n, &efivars->list, list) { + strsize2 = utf16_strsize(entry->var.VariableName, 1024); + if (strsize1 == strsize2 && + !memcmp(variable_name, &(entry->var.VariableName), + strsize2) && + !efi_guidcmp(entry->var.VendorGuid, + *vendor)) { + found = true; + break; + } + } + return found; +} + +/* + * Returns the size of variable_name, in bytes, including the + * terminating NULL character, or variable_name_size if no NULL + * character is found among the first variable_name_size bytes. + */ +static unsigned long var_name_strnsize(efi_char16_t *variable_name, + unsigned long variable_name_size) +{ + unsigned long len; + efi_char16_t c; + + /* + * The variable name is, by definition, a NULL-terminated + * string, so make absolutely sure that variable_name_size is + * the value we expect it to be. If not, return the real size. + */ + for (len = 2; len <= variable_name_size; len += sizeof(c)) { + c = variable_name[(len / sizeof(c)) - 1]; + if (!c) + break; + } + + return min(len, variable_name_size); +} + /* * Let's not leave out systab information that snuck into * the efivars driver @@ -1594,9 +1824,9 @@ kfree(short_name); short_name = NULL; - spin_lock(&efivars->lock); + spin_lock_irq(&efivars->lock); list_add(&new_efivar->list, &efivars->list); - spin_unlock(&efivars->lock); + spin_unlock_irq(&efivars->lock); return 0; } @@ -1665,9 +1895,9 @@ struct efivar_entry *entry, *n; list_for_each_entry_safe(entry, n, &efivars->list, list) { - spin_lock(&efivars->lock); + spin_lock_irq(&efivars->lock); list_del(&entry->list); - spin_unlock(&efivars->lock); + spin_unlock_irq(&efivars->lock); efivar_unregister(entry); } if (efivars->new_var) @@ -1681,6 +1911,28 @@ } EXPORT_SYMBOL_GPL(unregister_efivars); +/* + * Print a warning when duplicate EFI variables are encountered and + * disable the sysfs workqueue since the firmware is buggy. + */ +static void dup_variable_bug(efi_char16_t *s16, efi_guid_t *vendor_guid, + unsigned long len16) +{ + size_t i, len8 = len16 / sizeof(efi_char16_t); + char *s8; + + s8 = kzalloc(len8, GFP_KERNEL); + if (!s8) + return; + + for (i = 0; i < len8; i++) + s8[i] = s16[i]; + + printk(KERN_WARNING "efivars: duplicate variable: %s-%pUl\n", + s8, vendor_guid); + kfree(s8); +} + int register_efivars(struct efivars *efivars, const struct efivar_operations *ops, struct kobject *parent_kobj) @@ -1729,6 +1981,24 @@ &vendor_guid); switch (status) { case EFI_SUCCESS: + variable_name_size = var_name_strnsize(variable_name, + variable_name_size); + + /* + * Some firmware implementations return the + * same variable name on multiple calls to + * get_next_variable(). Terminate the loop + * immediately as there is no guarantee that + * we'll ever see a different variable name, + * and may end up looping here forever. + */ + if (variable_is_present(variable_name, &vendor_guid)) { + dup_variable_bug(variable_name, &vendor_guid, + variable_name_size); + status = EFI_NOT_FOUND; + break; + } + efivar_create_sysfs_entry(efivars, variable_name_size, variable_name, @@ -1748,15 +2018,8 @@ if (error) unregister_efivars(efivars); - efivars->efi_pstore_info = efi_pstore_info; - - efivars->efi_pstore_info.buf = kmalloc(4096, GFP_KERNEL); - if (efivars->efi_pstore_info.buf) { - efivars->efi_pstore_info.bufsize = 1024; - efivars->efi_pstore_info.data = efivars; - spin_lock_init(&efivars->efi_pstore_info.buf_lock); - pstore_register(&efivars->efi_pstore_info); - } + if (!efivars_pstore_disable) + efivar_pstore_register(efivars); register_filesystem(&efivarfs_type); --- linux-lowlatency-3.8.0.orig/drivers/firmware/dmi_scan.c +++ linux-lowlatency-3.8.0/drivers/firmware/dmi_scan.c @@ -442,7 +442,6 @@ static int __init smbios_present(const char __iomem *p) { u8 buf[32]; - int offset = 0; memcpy_fromio(buf, p, 32); if ((buf[5] < 32) && dmi_checksum(buf, buf[5])) { @@ -461,9 +460,9 @@ dmi_ver = 0x0206; break; } - offset = 16; + return memcmp(p + 16, "_DMI_", 5) || dmi_present(p + 16); } - return dmi_present(buf + offset); + return 1; } void __init dmi_scan_machine(void) --- linux-lowlatency-3.8.0.orig/drivers/hid/hid-ids.h +++ linux-lowlatency-3.8.0/drivers/hid/hid-ids.h @@ -554,6 +554,9 @@ #define USB_VENDOR_ID_MADCATZ 0x0738 #define USB_DEVICE_ID_MADCATZ_BEATPAD 0x4540 +#define USB_VENDOR_ID_MASTERKIT 0x16c0 +#define USB_DEVICE_ID_MASTERKIT_MA901RADIO 0x05df + #define USB_VENDOR_ID_MCC 0x09db #define USB_DEVICE_ID_MCC_PMD1024LS 0x0076 #define USB_DEVICE_ID_MCC_PMD1208LS 0x007a @@ -584,6 +587,9 @@ #define USB_VENDOR_ID_MONTEREY 0x0566 #define USB_DEVICE_ID_GENIUS_KB29E 0x3004 +#define USB_VENDOR_ID_MSI 0x1770 +#define USB_DEVICE_ID_MSI_GX680R_LED_PANEL 0xff00 + #define USB_VENDOR_ID_NATIONAL_SEMICONDUCTOR 0x0400 #define USB_DEVICE_ID_N_S_HARMONY 0xc359 @@ -675,6 +681,9 @@ #define USB_DEVICE_ID_QUANTA_OPTICAL_TOUCH_3001 0x3001 #define USB_DEVICE_ID_QUANTA_OPTICAL_TOUCH_3008 0x3008 +#define USB_VENDOR_ID_REALTEK 0x0bda +#define USB_DEVICE_ID_REALTEK_READER 0x0152 + #define USB_VENDOR_ID_ROCCAT 0x1e7d #define USB_DEVICE_ID_ROCCAT_ARVO 0x30d4 #define USB_DEVICE_ID_ROCCAT_ISKU 0x319c @@ -709,6 +718,7 @@ #define USB_VENDOR_ID_SONY 0x054c #define USB_DEVICE_ID_SONY_VAIO_VGX_MOUSE 0x024b +#define USB_DEVICE_ID_SONY_VAIO_VGP_MOUSE 0x0374 #define USB_DEVICE_ID_SONY_PS3_BDREMOTE 0x0306 #define USB_DEVICE_ID_SONY_PS3_CONTROLLER 0x0268 #define USB_DEVICE_ID_SONY_NAVIGATION_CONTROLLER 0x042f --- linux-lowlatency-3.8.0.orig/drivers/hid/Kconfig +++ linux-lowlatency-3.8.0/drivers/hid/Kconfig @@ -27,7 +27,7 @@ config HID_BATTERY_STRENGTH bool "Battery level reporting for HID devices" - depends on HID && POWER_SUPPLY && HID = POWER_SUPPLY + depends on HID && POWER_SUPPLY default n ---help--- This option adds support of reporting battery strength (for HID devices --- linux-lowlatency-3.8.0.orig/drivers/hid/hid-sony.c +++ linux-lowlatency-3.8.0/drivers/hid/hid-sony.c @@ -43,9 +43,19 @@ { struct sony_sc *sc = hid_get_drvdata(hdev); - if ((sc->quirks & VAIO_RDESC_CONSTANT) && - *rsize >= 56 && rdesc[54] == 0x81 && rdesc[55] == 0x07) { - hid_info(hdev, "Fixing up Sony Vaio VGX report descriptor\n"); + /* + * Some Sony RF receivers wrongly declare the mouse pointer as a + * a constant non-data variable. + */ + if ((sc->quirks & VAIO_RDESC_CONSTANT) && *rsize >= 56 && + /* usage page: generic desktop controls */ + /* rdesc[0] == 0x05 && rdesc[1] == 0x01 && */ + /* usage: mouse */ + rdesc[2] == 0x09 && rdesc[3] == 0x02 && + /* input (usage page for x,y axes): constant, variable, relative */ + rdesc[54] == 0x81 && rdesc[55] == 0x07) { + hid_info(hdev, "Fixing up Sony RF Receiver report descriptor\n"); + /* input: data, variable, relative */ rdesc[55] = 0x06; } @@ -217,6 +227,8 @@ .driver_data = SIXAXIS_CONTROLLER_BT }, { HID_USB_DEVICE(USB_VENDOR_ID_SONY, USB_DEVICE_ID_SONY_VAIO_VGX_MOUSE), .driver_data = VAIO_RDESC_CONSTANT }, + { HID_USB_DEVICE(USB_VENDOR_ID_SONY, USB_DEVICE_ID_SONY_VAIO_VGP_MOUSE), + .driver_data = VAIO_RDESC_CONSTANT }, { } }; MODULE_DEVICE_TABLE(hid, sony_devices); --- linux-lowlatency-3.8.0.orig/drivers/hid/hid-magicmouse.c +++ linux-lowlatency-3.8.0/drivers/hid/hid-magicmouse.c @@ -462,6 +462,21 @@ return 0; } +static void magicmouse_input_configured(struct hid_device *hdev, + struct hid_input *hi) + +{ + struct magicmouse_sc *msc = hid_get_drvdata(hdev); + + int ret = magicmouse_setup_input(msc->input, hdev); + if (ret) { + hid_err(hdev, "magicmouse setup input failed (%d)\n", ret); + /* clean msc->input to notify probe() of the failure */ + msc->input = NULL; + } +} + + static int magicmouse_probe(struct hid_device *hdev, const struct hid_device_id *id) { @@ -493,15 +508,10 @@ goto err_free; } - /* We do this after hid-input is done parsing reports so that - * hid-input uses the most natural button and axis IDs. - */ - if (msc->input) { - ret = magicmouse_setup_input(msc->input, hdev); - if (ret) { - hid_err(hdev, "magicmouse setup input failed (%d)\n", ret); - goto err_stop_hw; - } + if (!msc->input) { + hid_err(hdev, "magicmouse input not registered\n"); + ret = -ENOMEM; + goto err_stop_hw; } if (id->product == USB_DEVICE_ID_APPLE_MAGICMOUSE) @@ -568,6 +578,7 @@ .remove = magicmouse_remove, .raw_event = magicmouse_raw_event, .input_mapping = magicmouse_input_mapping, + .input_configured = magicmouse_input_configured, }; static int __init magicmouse_init(void) --- linux-lowlatency-3.8.0.orig/drivers/hid/hid-core.c +++ linux-lowlatency-3.8.0/drivers/hid/hid-core.c @@ -1697,6 +1697,7 @@ { HID_USB_DEVICE(USB_VENDOR_ID_SONY, USB_DEVICE_ID_SONY_NAVIGATION_CONTROLLER) }, { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_SONY, USB_DEVICE_ID_SONY_PS3_CONTROLLER) }, { HID_USB_DEVICE(USB_VENDOR_ID_SONY, USB_DEVICE_ID_SONY_VAIO_VGX_MOUSE) }, + { HID_USB_DEVICE(USB_VENDOR_ID_SONY, USB_DEVICE_ID_SONY_VAIO_VGP_MOUSE) }, { HID_USB_DEVICE(USB_VENDOR_ID_SUNPLUS, USB_DEVICE_ID_SUNPLUS_WDESKTOP) }, { HID_USB_DEVICE(USB_VENDOR_ID_THRUSTMASTER, 0xb300) }, { HID_USB_DEVICE(USB_VENDOR_ID_THRUSTMASTER, 0xb304) }, @@ -2070,6 +2071,7 @@ { HID_USB_DEVICE(USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_HYBRID) }, { HID_USB_DEVICE(USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_HEATCONTROL) }, { HID_USB_DEVICE(USB_VENDOR_ID_MADCATZ, USB_DEVICE_ID_MADCATZ_BEATPAD) }, + { HID_USB_DEVICE(USB_VENDOR_ID_MASTERKIT, USB_DEVICE_ID_MASTERKIT_MA901RADIO) }, { HID_USB_DEVICE(USB_VENDOR_ID_MCC, USB_DEVICE_ID_MCC_PMD1024LS) }, { HID_USB_DEVICE(USB_VENDOR_ID_MCC, USB_DEVICE_ID_MCC_PMD1208LS) }, { HID_USB_DEVICE(USB_VENDOR_ID_MICROCHIP, USB_DEVICE_ID_PICKIT1) }, --- linux-lowlatency-3.8.0.orig/drivers/hid/hid-logitech-dj.c +++ linux-lowlatency-3.8.0/drivers/hid/hid-logitech-dj.c @@ -459,19 +459,25 @@ struct dj_report *dj_report) { struct hid_device *hdev = djrcv_dev->hdev; - int sent_bytes; + struct hid_report *report; + struct hid_report_enum *output_report_enum; + u8 *data = (u8 *)(&dj_report->device_index); + int i; - if (!hdev->hid_output_raw_report) { - dev_err(&hdev->dev, "%s:" - "hid_output_raw_report is null\n", __func__); + output_report_enum = &hdev->report_enum[HID_OUTPUT_REPORT]; + report = output_report_enum->report_id_hash[REPORT_ID_DJ_SHORT]; + + if (!report) { + dev_err(&hdev->dev, "%s: unable to find dj report\n", __func__); return -ENODEV; } - sent_bytes = hdev->hid_output_raw_report(hdev, (u8 *) dj_report, - sizeof(struct dj_report), - HID_OUTPUT_REPORT); + for (i = 0; i < report->field[0]->report_count; i++) + report->field[0]->value[i] = data[i]; + + usbhid_submit_report(hdev, report, USB_DIR_OUT); - return (sent_bytes < 0) ? sent_bytes : 0; + return 0; } static int logi_dj_recv_query_paired_devices(struct dj_receiver_dev *djrcv_dev) --- linux-lowlatency-3.8.0.orig/drivers/hid/hid-wiimote-ext.c +++ linux-lowlatency-3.8.0/drivers/hid/hid-wiimote-ext.c @@ -403,14 +403,14 @@ if (ext->motionp) { input_report_key(ext->input, - wiiext_keymap[WIIEXT_KEY_Z], !!(payload[5] & 0x04)); + wiiext_keymap[WIIEXT_KEY_Z], !(payload[5] & 0x04)); input_report_key(ext->input, - wiiext_keymap[WIIEXT_KEY_C], !!(payload[5] & 0x08)); + wiiext_keymap[WIIEXT_KEY_C], !(payload[5] & 0x08)); } else { input_report_key(ext->input, - wiiext_keymap[WIIEXT_KEY_Z], !!(payload[5] & 0x01)); + wiiext_keymap[WIIEXT_KEY_Z], !(payload[5] & 0x01)); input_report_key(ext->input, - wiiext_keymap[WIIEXT_KEY_C], !!(payload[5] & 0x02)); + wiiext_keymap[WIIEXT_KEY_C], !(payload[5] & 0x02)); } input_sync(ext->input); --- linux-lowlatency-3.8.0.orig/drivers/hid/usbhid/hid-quirks.c +++ linux-lowlatency-3.8.0/drivers/hid/usbhid/hid-quirks.c @@ -73,6 +73,7 @@ { USB_VENDOR_ID_FORMOSA, USB_DEVICE_ID_FORMOSA_IR_RECEIVER, HID_QUIRK_NO_INIT_REPORTS }, { USB_VENDOR_ID_FREESCALE, USB_DEVICE_ID_FREESCALE_MX28, HID_QUIRK_NOGET }, { USB_VENDOR_ID_MGE, USB_DEVICE_ID_MGE_UPS, HID_QUIRK_NOGET }, + { USB_VENDOR_ID_MSI, USB_DEVICE_ID_MSI_GX680R_LED_PANEL, HID_QUIRK_NO_INIT_REPORTS }, { USB_VENDOR_ID_NOVATEK, USB_DEVICE_ID_NOVATEK_MOUSE, HID_QUIRK_NO_INIT_REPORTS }, { USB_VENDOR_ID_PIXART, USB_DEVICE_ID_PIXART_OPTICAL_TOUCH_SCREEN, HID_QUIRK_NO_INIT_REPORTS }, { USB_VENDOR_ID_PIXART, USB_DEVICE_ID_PIXART_OPTICAL_TOUCH_SCREEN1, HID_QUIRK_NO_INIT_REPORTS }, @@ -80,6 +81,7 @@ { USB_VENDOR_ID_PRODIGE, USB_DEVICE_ID_PRODIGE_CORDLESS, HID_QUIRK_NOGET }, { USB_VENDOR_ID_QUANTA, USB_DEVICE_ID_QUANTA_OPTICAL_TOUCH_3001, HID_QUIRK_NOGET }, { USB_VENDOR_ID_QUANTA, USB_DEVICE_ID_QUANTA_OPTICAL_TOUCH_3008, HID_QUIRK_NOGET }, + { USB_VENDOR_ID_REALTEK, USB_DEVICE_ID_REALTEK_READER, HID_QUIRK_NO_INIT_REPORTS }, { USB_VENDOR_ID_SENNHEISER, USB_DEVICE_ID_SENNHEISER_BTD500USB, HID_QUIRK_NOGET }, { USB_VENDOR_ID_SIGMATEL, USB_DEVICE_ID_SIGMATEL_STMP3780, HID_QUIRK_NOGET }, { USB_VENDOR_ID_SUN, USB_DEVICE_ID_RARITAN_KVM_DONGLE, HID_QUIRK_NOGET }, --- linux-lowlatency-3.8.0.orig/drivers/bluetooth/btusb.c +++ linux-lowlatency-3.8.0/drivers/bluetooth/btusb.c @@ -23,6 +23,8 @@ #include #include +#include +#include #include #include @@ -47,6 +49,7 @@ #define BTUSB_BROKEN_ISOC 0x20 #define BTUSB_WRONG_SCO_MTU 0x40 #define BTUSB_ATH3012 0x80 +#define BTUSB_BCM_PATCHRAM 0x100 static struct usb_device_id btusb_table[] = { /* Generic Bluetooth USB device */ @@ -99,13 +102,20 @@ { USB_DEVICE(0x0b05, 0x17b5) }, { USB_DEVICE(0x04ca, 0x2003) }, { USB_DEVICE(0x0489, 0xe042) }, - { USB_DEVICE(0x413c, 0x8197) }, + { USB_DEVICE(0x13d3, 0x3388), .driver_info = BTUSB_BCM_PATCHRAM }, + { USB_DEVICE(0x13d3, 0x3389), .driver_info = BTUSB_BCM_PATCHRAM }, + { USB_DEVICE(0x413c, 0x8197), .driver_info = BTUSB_BCM_PATCHRAM }, + { USB_DEVICE(0x413c, 0x8143), .driver_info = BTUSB_BCM_PATCHRAM }, + + /* Broadcom BCM43142A0 */ + { USB_DEVICE(0x04ca, 0x2007), .driver_info = BTUSB_BCM_PATCHRAM }, + { USB_DEVICE(0x105b, 0xe065), .driver_info = BTUSB_BCM_PATCHRAM }, /* Foxconn - Hon Hai */ - { USB_VENDOR_AND_INTERFACE_INFO(0x0489, 0xff, 0x01, 0x01) }, + { USB_VENDOR_AND_INTERFACE_INFO(0x0489, 0xff, 0x01, 0x01), .driver_info = BTUSB_BCM_PATCHRAM }, /*Broadcom devices with vendor specific id */ - { USB_VENDOR_AND_INTERFACE_INFO(0x0a5c, 0xff, 0x01, 0x01) }, + { USB_VENDOR_AND_INTERFACE_INFO(0x0a5c, 0xff, 0x01, 0x01), .driver_info = BTUSB_BCM_PATCHRAM }, { } /* Terminating entry */ }; @@ -131,8 +141,10 @@ { USB_DEVICE(0x03f0, 0x311d), .driver_info = BTUSB_IGNORE }, /* Atheros 3012 with sflash firmware */ + { USB_DEVICE(0x0cf3, 0x0036), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x0cf3, 0x3004), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x0cf3, 0x311d), .driver_info = BTUSB_ATH3012 }, + { USB_DEVICE(0x0cf3, 0x817a), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x13d3, 0x3375), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x04ca, 0x3005), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x04ca, 0x3006), .driver_info = BTUSB_ATH3012 }, @@ -212,12 +224,14 @@ #define BTUSB_ISOC_RUNNING 2 #define BTUSB_SUSPENDING 3 #define BTUSB_DID_ISO_RESUME 4 +#define BTUSB_FIRMWARE_DONE 5 struct btusb_data { struct hci_dev *hdev; struct usb_device *udev; struct usb_interface *intf; struct usb_interface *isoc; + const struct usb_device_id *id; spinlock_t lock; @@ -922,6 +936,72 @@ usb_autopm_put_interface(data->intf); } +#define PATCHRAM_TIMEOUT 1000 +#define PATCHRAM_NAME_LEN 20 + +static void btusb_load_firmware(struct hci_dev *hdev) +{ + struct btusb_data *data = hci_get_drvdata(hdev); + struct usb_device *udev = data->udev; + const struct usb_device_id *id = data->id; + size_t pos = 0; + int err = 0; + char filename[PATCHRAM_NAME_LEN]; + const struct firmware *fw; + + unsigned char reset_cmd[] = { 0x03, 0x0c, 0x00 }; + unsigned char download_cmd[] = { 0x2e, 0xfc, 0x00 }; + + if (!(id->driver_info & BTUSB_BCM_PATCHRAM)) + return; + if (test_and_set_bit(BTUSB_FIRMWARE_DONE, &data->flags)) + return; + + snprintf(filename, PATCHRAM_NAME_LEN, "fw-%04x_%04x.hcd", + le16_to_cpu(udev->descriptor.idVendor), + le16_to_cpu(udev->descriptor.idProduct)); + if (request_firmware(&fw, (const char *) filename, &udev->dev) < 0) { + BT_INFO("can't load firmware, may not work correctly"); + return; + } + + if (usb_control_msg(udev, usb_sndctrlpipe(udev, 0), 0, USB_TYPE_CLASS, 0, 0, + reset_cmd, sizeof(reset_cmd), PATCHRAM_TIMEOUT) < 0) { + err = -1; + goto out; + } + msleep(300); + + if (usb_control_msg(udev, usb_sndctrlpipe(udev, 0), 0, USB_TYPE_CLASS, 0, 0, + download_cmd, sizeof(download_cmd), PATCHRAM_TIMEOUT) < 0) { + err = -1; + goto out; + } + msleep(300); + + while (pos < fw->size) { + size_t len; + len = fw->data[pos + 2] + 3; + if ((pos + len > fw->size) || + (usb_control_msg(udev, usb_sndctrlpipe(udev, 0), 0, + USB_TYPE_CLASS, 0, 0, (void *)fw->data + pos, len, + PATCHRAM_TIMEOUT) < 0)) { + err = -1; + goto out; + } + pos += len; + } + + err = (usb_control_msg(udev, usb_sndctrlpipe(udev, 0), 0, USB_TYPE_CLASS, 0, 0, + reset_cmd, sizeof(reset_cmd), PATCHRAM_TIMEOUT) < 0); +out: + if (err) + BT_INFO("fail to load firmware, may not work correctly"); + else + BT_INFO("firmware loaded"); + release_firmware(fw); +} + static int btusb_probe(struct usb_interface *intf, const struct usb_device_id *id) { @@ -1007,6 +1087,8 @@ init_usb_anchor(&data->isoc_anchor); init_usb_anchor(&data->deferred); + data->id = id; + hdev = hci_alloc_dev(); if (!hdev) return -ENOMEM; @@ -1023,6 +1105,7 @@ hdev->flush = btusb_flush; hdev->send = btusb_send_frame; hdev->notify = btusb_notify; + hdev->load_firmware = btusb_load_firmware; /* Interface numbers are hardcoded in the specification */ data->isoc = usb_ifnum_to_if(data->udev, 1); --- linux-lowlatency-3.8.0.orig/drivers/bluetooth/ath3k.c +++ linux-lowlatency-3.8.0/drivers/bluetooth/ath3k.c @@ -73,8 +73,10 @@ { USB_DEVICE(0x03F0, 0x311D) }, /* Atheros AR3012 with sflash firmware*/ + { USB_DEVICE(0x0CF3, 0x0036) }, { USB_DEVICE(0x0CF3, 0x3004) }, { USB_DEVICE(0x0CF3, 0x311D) }, + { USB_DEVICE(0x0CF3, 0x817a) }, { USB_DEVICE(0x13d3, 0x3375) }, { USB_DEVICE(0x04CA, 0x3005) }, { USB_DEVICE(0x04CA, 0x3006) }, @@ -105,8 +107,10 @@ static struct usb_device_id ath3k_blist_tbl[] = { /* Atheros AR3012 with sflash firmware*/ + { USB_DEVICE(0x0CF3, 0x0036), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x0cf3, 0x3004), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x0cf3, 0x311D), .driver_info = BTUSB_ATH3012 }, + { USB_DEVICE(0x0CF3, 0x817a), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x13d3, 0x3375), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x04ca, 0x3005), .driver_info = BTUSB_ATH3012 }, { USB_DEVICE(0x04ca, 0x3006), .driver_info = BTUSB_ATH3012 }, --- linux-lowlatency-3.8.0.orig/drivers/media/rc/Kconfig +++ linux-lowlatency-3.8.0/drivers/media/rc/Kconfig @@ -291,7 +291,7 @@ config IR_RX51 tristate "Nokia N900 IR transmitter diode" - depends on OMAP_DM_TIMER && LIRC + depends on OMAP_DM_TIMER && LIRC && !ARCH_MULTIPLATFORM ---help--- Say Y or M here if you want to enable support for the IR transmitter diode built in the Nokia N900 (RX51) device. --- linux-lowlatency-3.8.0.orig/drivers/media/rc/rc-main.c +++ linux-lowlatency-3.8.0/drivers/media/rc/rc-main.c @@ -789,8 +789,10 @@ } else if (dev->raw) { enabled = dev->raw->enabled_protocols; allowed = ir_raw_get_allowed_protocols(); - } else + } else { + mutex_unlock(&dev->lock); return -ENODEV; + } IR_dprintk(1, "allowed - 0x%llx, enabled - 0x%llx\n", (long long)allowed, --- linux-lowlatency-3.8.0.orig/drivers/media/pci/cx18/cx18-alsa-pcm.h +++ linux-lowlatency-3.8.0/drivers/media/pci/cx18/cx18-alsa-pcm.h @@ -20,7 +20,7 @@ * 02111-1307 USA */ -int __init snd_cx18_pcm_create(struct snd_cx18_card *cxsc); +int snd_cx18_pcm_create(struct snd_cx18_card *cxsc); /* Used by cx18-mailbox to announce the PCM data to the module */ void cx18_alsa_announce_pcm_data(struct snd_cx18_card *card, u8 *pcm_data, --- linux-lowlatency-3.8.0.orig/drivers/media/pci/cx18/cx18-alsa-main.c +++ linux-lowlatency-3.8.0/drivers/media/pci/cx18/cx18-alsa-main.c @@ -197,7 +197,7 @@ return ret; } -static int __init cx18_alsa_load(struct cx18 *cx) +static int cx18_alsa_load(struct cx18 *cx) { struct v4l2_device *v4l2_dev = &cx->v4l2_dev; struct cx18_stream *s; --- linux-lowlatency-3.8.0.orig/drivers/media/pci/bt8xx/bttv-driver.c +++ linux-lowlatency-3.8.0/drivers/media/pci/bt8xx/bttv-driver.c @@ -250,17 +250,19 @@ vdelay start of active video in 2 * field lines relative to trailing edge of /VRESET pulse (VDELAY register). sheight height of active video in 2 * field lines. + extraheight Added to sheight for cropcap.bounds.height only videostart0 ITU-R frame line number of the line corresponding to vdelay in the first field. */ #define CROPCAP(minhdelayx1, hdelayx1, swidth, totalwidth, sqwidth, \ - vdelay, sheight, videostart0) \ + vdelay, sheight, extraheight, videostart0) \ .cropcap.bounds.left = minhdelayx1, \ /* * 2 because vertically we count field lines times two, */ \ /* e.g. 23 * 2 to 23 * 2 + 576 in PAL-BGHI defrect. */ \ .cropcap.bounds.top = (videostart0) * 2 - (vdelay) + MIN_VDELAY, \ /* 4 is a safety margin at the end of the line. */ \ .cropcap.bounds.width = (totalwidth) - (minhdelayx1) - 4, \ - .cropcap.bounds.height = (sheight) + (vdelay) - MIN_VDELAY, \ + .cropcap.bounds.height = (sheight) + (extraheight) + (vdelay) - \ + MIN_VDELAY, \ .cropcap.defrect.left = hdelayx1, \ .cropcap.defrect.top = (videostart0) * 2, \ .cropcap.defrect.width = swidth, \ @@ -301,9 +303,10 @@ /* totalwidth */ 1135, /* sqwidth */ 944, /* vdelay */ 0x20, - /* bt878 (and bt848?) can capture another - line below active video. */ - /* sheight */ (576 + 2) + 0x20 - 2, + /* sheight */ 576, + /* bt878 (and bt848?) can capture another + line below active video. */ + /* extraheight */ 2, /* videostart0 */ 23) },{ .v4l2_id = V4L2_STD_NTSC_M | V4L2_STD_NTSC_M_KR, @@ -330,6 +333,7 @@ /* sqwidth */ 780, /* vdelay */ 0x1a, /* sheight */ 480, + /* extraheight */ 0, /* videostart0 */ 23) },{ .v4l2_id = V4L2_STD_SECAM, @@ -355,6 +359,7 @@ /* sqwidth */ 944, /* vdelay */ 0x20, /* sheight */ 576, + /* extraheight */ 0, /* videostart0 */ 23) },{ .v4l2_id = V4L2_STD_PAL_Nc, @@ -380,6 +385,7 @@ /* sqwidth */ 780, /* vdelay */ 0x1a, /* sheight */ 576, + /* extraheight */ 0, /* videostart0 */ 23) },{ .v4l2_id = V4L2_STD_PAL_M, @@ -405,6 +411,7 @@ /* sqwidth */ 780, /* vdelay */ 0x1a, /* sheight */ 480, + /* extraheight */ 0, /* videostart0 */ 23) },{ .v4l2_id = V4L2_STD_PAL_N, @@ -430,6 +437,7 @@ /* sqwidth */ 944, /* vdelay */ 0x20, /* sheight */ 576, + /* extraheight */ 0, /* videostart0 */ 23) },{ .v4l2_id = V4L2_STD_NTSC_M_JP, @@ -455,6 +463,7 @@ /* sqwidth */ 780, /* vdelay */ 0x16, /* sheight */ 480, + /* extraheight */ 0, /* videostart0 */ 23) },{ /* that one hopefully works with the strange timing @@ -484,6 +493,7 @@ /* sqwidth */ 944, /* vdelay */ 0x1a, /* sheight */ 480, + /* extraheight */ 0, /* videostart0 */ 23) } }; --- linux-lowlatency-3.8.0.orig/drivers/media/pci/ivtv/ivtv-alsa-main.c +++ linux-lowlatency-3.8.0/drivers/media/pci/ivtv/ivtv-alsa-main.c @@ -205,7 +205,7 @@ return ret; } -static int __init ivtv_alsa_load(struct ivtv *itv) +static int ivtv_alsa_load(struct ivtv *itv) { struct v4l2_device *v4l2_dev = &itv->v4l2_dev; struct ivtv_stream *s; --- linux-lowlatency-3.8.0.orig/drivers/media/pci/ivtv/ivtv-alsa-pcm.h +++ linux-lowlatency-3.8.0/drivers/media/pci/ivtv/ivtv-alsa-pcm.h @@ -20,4 +20,4 @@ * 02111-1307 USA */ -int __init snd_ivtv_pcm_create(struct snd_ivtv_card *itvsc); +int snd_ivtv_pcm_create(struct snd_ivtv_card *itvsc); --- linux-lowlatency-3.8.0.orig/drivers/media/v4l2-core/v4l2-device.c +++ linux-lowlatency-3.8.0/drivers/media/v4l2-core/v4l2-device.c @@ -159,31 +159,21 @@ sd->v4l2_dev = v4l2_dev; if (sd->internal_ops && sd->internal_ops->registered) { err = sd->internal_ops->registered(sd); - if (err) { - module_put(sd->owner); - return err; - } + if (err) + goto error_module; } /* This just returns 0 if either of the two args is NULL */ err = v4l2_ctrl_add_handler(v4l2_dev->ctrl_handler, sd->ctrl_handler, NULL); - if (err) { - if (sd->internal_ops && sd->internal_ops->unregistered) - sd->internal_ops->unregistered(sd); - module_put(sd->owner); - return err; - } + if (err) + goto error_unregister; #if defined(CONFIG_MEDIA_CONTROLLER) /* Register the entity. */ if (v4l2_dev->mdev) { err = media_device_register_entity(v4l2_dev->mdev, entity); - if (err < 0) { - if (sd->internal_ops && sd->internal_ops->unregistered) - sd->internal_ops->unregistered(sd); - module_put(sd->owner); - return err; - } + if (err < 0) + goto error_unregister; } #endif @@ -192,6 +182,14 @@ spin_unlock(&v4l2_dev->lock); return 0; + +error_unregister: + if (sd->internal_ops && sd->internal_ops->unregistered) + sd->internal_ops->unregistered(sd); +error_module: + module_put(sd->owner); + sd->v4l2_dev = NULL; + return err; } EXPORT_SYMBOL_GPL(v4l2_device_register_subdev); --- linux-lowlatency-3.8.0.orig/drivers/media/usb/uvc/uvc_driver.c +++ linux-lowlatency-3.8.0/drivers/media/usb/uvc/uvc_driver.c @@ -2163,6 +2163,24 @@ .bInterfaceSubClass = 1, .bInterfaceProtocol = 0, .driver_info = UVC_QUIRK_PROBE_DEF }, + /* Dell Studio Hybrid 140g (OmniVision webcam) */ + { .match_flags = USB_DEVICE_ID_MATCH_DEVICE + | USB_DEVICE_ID_MATCH_INT_INFO, + .idVendor = 0x05a9, + .idProduct = 0x264a, + .bInterfaceClass = USB_CLASS_VIDEO, + .bInterfaceSubClass = 1, + .bInterfaceProtocol = 0, + .driver_info = UVC_QUIRK_PROBE_DEF }, + /* Alienware X51*/ + { .match_flags = USB_DEVICE_ID_MATCH_DEVICE + | USB_DEVICE_ID_MATCH_INT_INFO, + .idVendor = 0x05a9, + .idProduct = 0x2643, + .bInterfaceClass = USB_CLASS_VIDEO, + .bInterfaceSubClass = 1, + .bInterfaceProtocol = 0, + .driver_info = UVC_QUIRK_PROBE_DEF }, /* Apple Built-In iSight */ { .match_flags = USB_DEVICE_ID_MATCH_DEVICE | USB_DEVICE_ID_MATCH_INT_INFO, --- linux-lowlatency-3.8.0.orig/drivers/media/platform/davinci/vpss.c +++ linux-lowlatency-3.8.0/drivers/media/platform/davinci/vpss.c @@ -25,7 +25,6 @@ #include #include #include -#include #include MODULE_LICENSE("GPL"); --- linux-lowlatency-3.8.0.orig/drivers/media/platform/omap/omap_vout.c +++ linux-lowlatency-3.8.0/drivers/media/platform/omap/omap_vout.c @@ -205,19 +205,21 @@ struct vm_area_struct *vma; struct mm_struct *mm = current->mm; - vma = find_vma(mm, virtp); /* For kernel direct-mapped memory, take the easy way */ - if (virtp >= PAGE_OFFSET) { - physp = virt_to_phys((void *) virtp); - } else if (vma && (vma->vm_flags & VM_IO) && vma->vm_pgoff) { + if (virtp >= PAGE_OFFSET) + return virt_to_phys((void *) virtp); + + down_read(¤t->mm->mmap_sem); + vma = find_vma(mm, virtp); + if (vma && (vma->vm_flags & VM_IO) && vma->vm_pgoff) { /* this will catch, kernel-allocated, mmaped-to-usermode addresses */ physp = (vma->vm_pgoff << PAGE_SHIFT) + (virtp - vma->vm_start); + up_read(¤t->mm->mmap_sem); } else { /* otherwise, use get_user_pages() for general userland pages */ int res, nr_pages = 1; struct page *pages; - down_read(¤t->mm->mmap_sem); res = get_user_pages(current, current->mm, virtp, nr_pages, 1, 0, &pages, NULL); --- linux-lowlatency-3.8.0.orig/drivers/regulator/core.c +++ linux-lowlatency-3.8.0/drivers/regulator/core.c @@ -200,8 +200,8 @@ } if (*min_uV > *max_uV) { - dev_err(regulator->dev, "Restricting voltage, %u-%uuV\n", - regulator->min_uV, regulator->max_uV); + rdev_err(rdev, "Restricting voltage, %u-%uuV\n", + *min_uV, *max_uV); return -EINVAL; } --- linux-lowlatency-3.8.0.orig/drivers/iommu/intel-iommu.c +++ linux-lowlatency-3.8.0/drivers/iommu/intel-iommu.c @@ -4253,13 +4253,19 @@ { /* * Mobile 4 Series Chipset neglects to set RWBF capability, - * but needs it: + * but needs it. Same seems to hold for the desktop versions. */ printk(KERN_INFO "DMAR: Forcing write-buffer flush capability\n"); rwbf_quirk = 1; } DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x2a40, quirk_iommu_rwbf); +DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x2e00, quirk_iommu_rwbf); +DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x2e10, quirk_iommu_rwbf); +DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x2e20, quirk_iommu_rwbf); +DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x2e30, quirk_iommu_rwbf); +DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x2e40, quirk_iommu_rwbf); +DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x2e90, quirk_iommu_rwbf); #define GGC 0x52 #define GGC_MEMORY_SIZE_MASK (0xf << 8) --- linux-lowlatency-3.8.0.orig/drivers/iommu/amd_iommu.c +++ linux-lowlatency-3.8.0/drivers/iommu/amd_iommu.c @@ -700,11 +700,23 @@ static void iommu_poll_events(struct amd_iommu *iommu) { - u32 head, tail; + u32 head, tail, status; unsigned long flags; spin_lock_irqsave(&iommu->lock, flags); + /* enable event interrupts again */ + do { + /* + * Workaround for Erratum ERBT1312 + * Clearing the EVT_INT bit may race in the hardware, so read + * it again and make sure it was really cleared + */ + status = readl(iommu->mmio_base + MMIO_STATUS_OFFSET); + writel(MMIO_STATUS_EVT_INT_MASK, + iommu->mmio_base + MMIO_STATUS_OFFSET); + } while (status & MMIO_STATUS_EVT_INT_MASK); + head = readl(iommu->mmio_base + MMIO_EVT_HEAD_OFFSET); tail = readl(iommu->mmio_base + MMIO_EVT_TAIL_OFFSET); @@ -741,16 +753,25 @@ static void iommu_poll_ppr_log(struct amd_iommu *iommu) { unsigned long flags; - u32 head, tail; + u32 head, tail, status; if (iommu->ppr_log == NULL) return; - /* enable ppr interrupts again */ - writel(MMIO_STATUS_PPR_INT_MASK, iommu->mmio_base + MMIO_STATUS_OFFSET); - spin_lock_irqsave(&iommu->lock, flags); + /* enable ppr interrupts again */ + do { + /* + * Workaround for Erratum ERBT1312 + * Clearing the PPR_INT bit may race in the hardware, so read + * it again and make sure it was really cleared + */ + status = readl(iommu->mmio_base + MMIO_STATUS_OFFSET); + writel(MMIO_STATUS_PPR_INT_MASK, + iommu->mmio_base + MMIO_STATUS_OFFSET); + } while (status & MMIO_STATUS_PPR_INT_MASK); + head = readl(iommu->mmio_base + MMIO_PPR_HEAD_OFFSET); tail = readl(iommu->mmio_base + MMIO_PPR_TAIL_OFFSET); @@ -2466,18 +2487,16 @@ /* allocate a protection domain if a device is added */ dma_domain = find_protection_domain(devid); - if (dma_domain) - goto out; - dma_domain = dma_ops_domain_alloc(); - if (!dma_domain) - goto out; - dma_domain->target_dev = devid; - - spin_lock_irqsave(&iommu_pd_list_lock, flags); - list_add_tail(&dma_domain->list, &iommu_pd_list); - spin_unlock_irqrestore(&iommu_pd_list_lock, flags); - - dev_data = get_dev_data(dev); + if (!dma_domain) { + dma_domain = dma_ops_domain_alloc(); + if (!dma_domain) + goto out; + dma_domain->target_dev = devid; + + spin_lock_irqsave(&iommu_pd_list_lock, flags); + list_add_tail(&dma_domain->list, &iommu_pd_list); + spin_unlock_irqrestore(&iommu_pd_list_lock, flags); + } dev->archdata.dma_ops = &amd_iommu_dma_ops; @@ -3950,6 +3969,9 @@ if (!table) goto out; + /* Initialize table spin-lock */ + spin_lock_init(&table->lock); + if (ioapic) /* Keep the first 32 indexes free for IOAPIC interrupts */ table->min_index = 32; --- linux-lowlatency-3.8.0.orig/drivers/iommu/amd_iommu_types.h +++ linux-lowlatency-3.8.0/drivers/iommu/amd_iommu_types.h @@ -99,6 +99,7 @@ #define PASID_MASK 0x000fffff /* MMIO status bits */ +#define MMIO_STATUS_EVT_INT_MASK (1 << 1) #define MMIO_STATUS_COM_WAIT_INT_MASK (1 << 2) #define MMIO_STATUS_PPR_INT_MASK (1 << 6) --- linux-lowlatency-3.8.0.orig/drivers/iommu/amd_iommu_init.c +++ linux-lowlatency-3.8.0/drivers/iommu/amd_iommu_init.c @@ -1876,11 +1876,6 @@ struct amd_iommu *iommu; int ret; - init_device_table_dma(); - - for_each_iommu(iommu) - iommu_flush_all_caches(iommu); - if (iommu_pass_through) ret = amd_iommu_init_passthrough(); else @@ -1889,6 +1884,11 @@ if (ret) return ret; + init_device_table_dma(); + + for_each_iommu(iommu) + iommu_flush_all_caches(iommu); + amd_iommu_init_api(); amd_iommu_init_notifier(); --- linux-lowlatency-3.8.0.orig/drivers/tty/pty.c +++ linux-lowlatency-3.8.0/drivers/tty/pty.c @@ -47,7 +47,6 @@ /* Review - krefs on tty_link ?? */ if (!tty->link) return; - tty->link->packet = 0; set_bit(TTY_OTHER_CLOSED, &tty->link->flags); wake_up_interruptible(&tty->link->read_wait); wake_up_interruptible(&tty->link->write_wait); @@ -676,6 +675,9 @@ nonseekable_open(inode, filp); + /* We refuse fsnotify events on ptmx, since it's a shared resource */ + filp->f_mode |= FMODE_NONOTIFY; + retval = tty_alloc_file(filp); if (retval) return retval; --- linux-lowlatency-3.8.0.orig/drivers/tty/tty_buffer.c +++ linux-lowlatency-3.8.0/drivers/tty/tty_buffer.c @@ -473,7 +473,7 @@ struct tty_ldisc *disc; tty = port->itty; - if (WARN_RATELIMIT(tty == NULL, "tty is NULL\n")) + if (tty == NULL) return; disc = tty_ldisc_ref(tty); --- linux-lowlatency-3.8.0.orig/drivers/tty/n_tty.c +++ linux-lowlatency-3.8.0/drivers/tty/n_tty.c @@ -1587,6 +1587,14 @@ ldata->real_raw = 0; } n_tty_set_room(tty); + /* + * Fix tty hang when I_IXON(tty) is cleared, but the tty + * been stopped by STOP_CHAR(tty) before it. + */ + if (!I_IXON(tty) && old && (old->c_iflag & IXON) && !tty->flow_stopped) { + start_tty(tty); + } + /* The termios change make the tty ready for I/O */ wake_up_interruptible(&tty->write_wait); wake_up_interruptible(&tty->read_wait); --- linux-lowlatency-3.8.0.orig/drivers/tty/tty_ldisc.c +++ linux-lowlatency-3.8.0/drivers/tty/tty_ldisc.c @@ -934,17 +934,17 @@ * race with the set_ldisc code path. */ - tty_lock_pair(tty, o_tty); tty_ldisc_halt(tty); - tty_ldisc_flush_works(tty); - if (o_tty) { + if (o_tty) tty_ldisc_halt(o_tty); + + tty_ldisc_flush_works(tty); + if (o_tty) tty_ldisc_flush_works(o_tty); - } + tty_lock_pair(tty, o_tty); /* This will need doing differently if we need to lock */ tty_ldisc_kill(tty); - if (o_tty) tty_ldisc_kill(o_tty); --- linux-lowlatency-3.8.0.orig/drivers/tty/n_gsm.c +++ linux-lowlatency-3.8.0/drivers/tty/n_gsm.c @@ -1689,6 +1689,8 @@ tty_port_put(&dlci->port); } +static void gsm_destroy_network(struct gsm_dlci *dlci); + /** * gsm_dlci_release - release DLCI * @dlci: DLCI to destroy @@ -1702,9 +1704,19 @@ { struct tty_struct *tty = tty_port_tty_get(&dlci->port); if (tty) { + mutex_lock(&dlci->mutex); + gsm_destroy_network(dlci); + mutex_unlock(&dlci->mutex); + + /* tty_vhangup needs the tty_lock, so unlock and + relock after doing the hangup. */ + tty_unlock(tty); tty_vhangup(tty); + tty_lock(tty); + tty_port_tty_set(&dlci->port, NULL); tty_kref_put(tty); } + dlci->state = DLCI_CLOSED; dlci_put(dlci); } @@ -2947,6 +2959,8 @@ if (dlci == NULL) return; + if (dlci->state == DLCI_CLOSED) + return; mutex_lock(&dlci->mutex); gsm_destroy_network(dlci); mutex_unlock(&dlci->mutex); @@ -2965,6 +2979,8 @@ static void gsmtty_hangup(struct tty_struct *tty) { struct gsm_dlci *dlci = tty->driver_data; + if (dlci->state == DLCI_CLOSED) + return; tty_port_hangup(&dlci->port); gsm_dlci_begin_close(dlci); } @@ -2972,9 +2988,12 @@ static int gsmtty_write(struct tty_struct *tty, const unsigned char *buf, int len) { + int sent; struct gsm_dlci *dlci = tty->driver_data; + if (dlci->state == DLCI_CLOSED) + return -EINVAL; /* Stuff the bytes into the fifo queue */ - int sent = kfifo_in_locked(dlci->fifo, buf, len, &dlci->lock); + sent = kfifo_in_locked(dlci->fifo, buf, len, &dlci->lock); /* Need to kick the channel */ gsm_dlci_data_kick(dlci); return sent; @@ -2983,18 +3002,24 @@ static int gsmtty_write_room(struct tty_struct *tty) { struct gsm_dlci *dlci = tty->driver_data; + if (dlci->state == DLCI_CLOSED) + return -EINVAL; return TX_SIZE - kfifo_len(dlci->fifo); } static int gsmtty_chars_in_buffer(struct tty_struct *tty) { struct gsm_dlci *dlci = tty->driver_data; + if (dlci->state == DLCI_CLOSED) + return -EINVAL; return kfifo_len(dlci->fifo); } static void gsmtty_flush_buffer(struct tty_struct *tty) { struct gsm_dlci *dlci = tty->driver_data; + if (dlci->state == DLCI_CLOSED) + return; /* Caution needed: If we implement reliable transport classes then the data being transmitted can't simply be junked once it has first hit the stack. Until then we can just blow it @@ -3013,6 +3038,8 @@ static int gsmtty_tiocmget(struct tty_struct *tty) { struct gsm_dlci *dlci = tty->driver_data; + if (dlci->state == DLCI_CLOSED) + return -EINVAL; return dlci->modem_rx; } @@ -3022,6 +3049,8 @@ struct gsm_dlci *dlci = tty->driver_data; unsigned int modem_tx = dlci->modem_tx; + if (dlci->state == DLCI_CLOSED) + return -EINVAL; modem_tx &= ~clear; modem_tx |= set; @@ -3040,6 +3069,8 @@ struct gsm_netconfig nc; int index; + if (dlci->state == DLCI_CLOSED) + return -EINVAL; switch (cmd) { case GSMIOC_ENABLE_NET: if (copy_from_user(&nc, (void __user *)arg, sizeof(nc))) @@ -3066,6 +3097,9 @@ static void gsmtty_set_termios(struct tty_struct *tty, struct ktermios *old) { + struct gsm_dlci *dlci = tty->driver_data; + if (dlci->state == DLCI_CLOSED) + return; /* For the moment its fixed. In actual fact the speed information for the virtual channel can be propogated in both directions by the RPN control message. This however rapidly gets nasty as we @@ -3077,6 +3111,8 @@ static void gsmtty_throttle(struct tty_struct *tty) { struct gsm_dlci *dlci = tty->driver_data; + if (dlci->state == DLCI_CLOSED) + return; if (tty->termios.c_cflag & CRTSCTS) dlci->modem_tx &= ~TIOCM_DTR; dlci->throttled = 1; @@ -3087,6 +3123,8 @@ static void gsmtty_unthrottle(struct tty_struct *tty) { struct gsm_dlci *dlci = tty->driver_data; + if (dlci->state == DLCI_CLOSED) + return; if (tty->termios.c_cflag & CRTSCTS) dlci->modem_tx |= TIOCM_DTR; dlci->throttled = 0; @@ -3098,6 +3136,8 @@ { struct gsm_dlci *dlci = tty->driver_data; int encode = 0; /* Off */ + if (dlci->state == DLCI_CLOSED) + return -EINVAL; if (state == -1) /* "On indefinitely" - we can't encode this properly */ --- linux-lowlatency-3.8.0.orig/drivers/tty/tty_ioctl.c +++ linux-lowlatency-3.8.0/drivers/tty/tty_ioctl.c @@ -617,7 +617,7 @@ if (opt & TERMIOS_WAIT) { tty_wait_until_sent(tty, 0); if (signal_pending(current)) - return -EINTR; + return -ERESTARTSYS; } tty_set_termios(tty, &tmp_termios); @@ -684,7 +684,7 @@ if (opt & TERMIOS_WAIT) { tty_wait_until_sent(tty, 0); if (signal_pending(current)) - return -EINTR; + return -ERESTARTSYS; } mutex_lock(&tty->termios_mutex); --- linux-lowlatency-3.8.0.orig/drivers/tty/tty_io.c +++ linux-lowlatency-3.8.0/drivers/tty/tty_io.c @@ -941,6 +941,14 @@ EXPORT_SYMBOL(start_tty); +/* We limit tty time update visibility to every 8 seconds or so. */ +static void tty_update_time(struct timespec *time) +{ + unsigned long sec = get_seconds() & ~7; + if ((long)(sec - time->tv_sec) > 0) + time->tv_sec = sec; +} + /** * tty_read - read method for tty device files * @file: pointer to tty file @@ -977,8 +985,10 @@ else i = -EIO; tty_ldisc_deref(ld); + if (i > 0) - inode->i_atime = current_fs_time(inode->i_sb); + tty_update_time(&inode->i_atime); + return i; } @@ -1081,7 +1091,7 @@ } if (written) { struct inode *inode = file->f_path.dentry->d_inode; - inode->i_mtime = current_fs_time(inode->i_sb); + tty_update_time(&inode->i_mtime); ret = written; } out: --- linux-lowlatency-3.8.0.orig/drivers/tty/vt/vt.c +++ linux-lowlatency-3.8.0/drivers/tty/vt/vt.c @@ -539,7 +539,7 @@ { unsigned short *p = (unsigned short *) vc->vc_pos; - scr_memmovew(p + nr, p, (vc->vc_cols - vc->vc_x) * 2); + scr_memmovew(p + nr, p, (vc->vc_cols - vc->vc_x - nr) * 2); scr_memsetw(p, vc->vc_video_erase_char, nr * 2); vc->vc_need_wrap = 0; if (DO_UPDATE(vc)) @@ -638,7 +638,7 @@ * Redrawing of screen */ -static void clear_buffer_attributes(struct vc_data *vc) +void clear_buffer_attributes(struct vc_data *vc) { unsigned short *p = (unsigned short *)vc->vc_origin; int count = vc->vc_screenbuf_size / 2; @@ -2987,7 +2987,7 @@ static struct class *vtconsole_class; -static int bind_con_driver(const struct consw *csw, int first, int last, +static int do_bind_con_driver(const struct consw *csw, int first, int last, int deflt) { struct module *owner = csw->owner; @@ -2998,7 +2998,7 @@ if (!try_module_get(owner)) return -ENODEV; - console_lock(); + WARN_CONSOLE_UNLOCKED(); /* check if driver is registered */ for (i = 0; i < MAX_NR_CON_DRIVER; i++) { @@ -3083,11 +3083,22 @@ retval = 0; err: - console_unlock(); module_put(owner); return retval; }; + +static int bind_con_driver(const struct consw *csw, int first, int last, + int deflt) +{ + int ret; + + console_lock(); + ret = do_bind_con_driver(csw, first, last, deflt); + console_unlock(); + return ret; +} + #ifdef CONFIG_VT_HW_CONSOLE_BINDING static int con_is_graphics(const struct consw *csw, int first, int last) { @@ -3124,6 +3135,18 @@ */ int unbind_con_driver(const struct consw *csw, int first, int last, int deflt) { + int retval; + + console_lock(); + retval = do_unbind_con_driver(csw, first, last, deflt); + console_unlock(); + return retval; +} +EXPORT_SYMBOL(unbind_con_driver); + +/* unlocked version of unbind_con_driver() */ +int do_unbind_con_driver(const struct consw *csw, int first, int last, int deflt) +{ struct module *owner = csw->owner; const struct consw *defcsw = NULL; struct con_driver *con_driver = NULL, *con_back = NULL; @@ -3132,7 +3155,7 @@ if (!try_module_get(owner)) return -ENODEV; - console_lock(); + WARN_CONSOLE_UNLOCKED(); /* check if driver is registered and if it is unbindable */ for (i = 0; i < MAX_NR_CON_DRIVER; i++) { @@ -3145,10 +3168,8 @@ } } - if (retval) { - console_unlock(); + if (retval) goto err; - } retval = -ENODEV; @@ -3164,15 +3185,11 @@ } } - if (retval) { - console_unlock(); + if (retval) goto err; - } - if (!con_is_bound(csw)) { - console_unlock(); + if (!con_is_bound(csw)) goto err; - } first = max(first, con_driver->first); last = min(last, con_driver->last); @@ -3199,15 +3216,14 @@ if (!con_is_bound(csw)) con_driver->flag &= ~CON_DRIVER_FLAG_INIT; - console_unlock(); /* ignore return value, binding should not fail */ - bind_con_driver(defcsw, first, last, deflt); + do_bind_con_driver(defcsw, first, last, deflt); err: module_put(owner); return retval; } -EXPORT_SYMBOL(unbind_con_driver); +EXPORT_SYMBOL_GPL(do_unbind_con_driver); static int vt_bind(struct con_driver *con) { @@ -3492,28 +3508,18 @@ } EXPORT_SYMBOL_GPL(con_debug_leave); -/** - * register_con_driver - register console driver to console layer - * @csw: console driver - * @first: the first console to take over, minimum value is 0 - * @last: the last console to take over, maximum value is MAX_NR_CONSOLES -1 - * - * DESCRIPTION: This function registers a console driver which can later - * bind to a range of consoles specified by @first and @last. It will - * also initialize the console driver by calling con_startup(). - */ -int register_con_driver(const struct consw *csw, int first, int last) +static int do_register_con_driver(const struct consw *csw, int first, int last) { struct module *owner = csw->owner; struct con_driver *con_driver; const char *desc; int i, retval = 0; + WARN_CONSOLE_UNLOCKED(); + if (!try_module_get(owner)) return -ENODEV; - console_lock(); - for (i = 0; i < MAX_NR_CON_DRIVER; i++) { con_driver = ®istered_con_driver[i]; @@ -3566,10 +3572,29 @@ } err: - console_unlock(); module_put(owner); return retval; } + +/** + * register_con_driver - register console driver to console layer + * @csw: console driver + * @first: the first console to take over, minimum value is 0 + * @last: the last console to take over, maximum value is MAX_NR_CONSOLES -1 + * + * DESCRIPTION: This function registers a console driver which can later + * bind to a range of consoles specified by @first and @last. It will + * also initialize the console driver by calling con_startup(). + */ +int register_con_driver(const struct consw *csw, int first, int last) +{ + int retval; + + console_lock(); + retval = do_register_con_driver(csw, first, last); + console_unlock(); + return retval; +} EXPORT_SYMBOL(register_con_driver); /** @@ -3585,9 +3610,18 @@ */ int unregister_con_driver(const struct consw *csw) { - int i, retval = -ENODEV; + int retval; console_lock(); + retval = do_unregister_con_driver(csw); + console_unlock(); + return retval; +} +EXPORT_SYMBOL(unregister_con_driver); + +int do_unregister_con_driver(const struct consw *csw) +{ + int i, retval = -ENODEV; /* cannot unregister a bound driver */ if (con_is_bound(csw)) @@ -3613,27 +3647,53 @@ } } err: - console_unlock(); return retval; } -EXPORT_SYMBOL(unregister_con_driver); +EXPORT_SYMBOL_GPL(do_unregister_con_driver); /* * If we support more console drivers, this function is used * when a driver wants to take over some existing consoles * and become default driver for newly opened ones. * - * take_over_console is basically a register followed by unbind + * take_over_console is basically a register followed by unbind + */ +int do_take_over_console(const struct consw *csw, int first, int last, int deflt) +{ + int err; + + err = do_register_con_driver(csw, first, last); + /* + * If we get an busy error we still want to bind the console driver + * and return success, as we may have unbound the console driver + * but not unregistered it. + */ + if (err == -EBUSY) + err = 0; + if (!err) + do_bind_con_driver(csw, first, last, deflt); + + return err; +} +EXPORT_SYMBOL_GPL(do_take_over_console); + +/* + * If we support more console drivers, this function is used + * when a driver wants to take over some existing consoles + * and become default driver for newly opened ones. + * + * take_over_console is basically a register followed by unbind */ int take_over_console(const struct consw *csw, int first, int last, int deflt) { int err; err = register_con_driver(csw, first, last); - /* if we get an busy error we still want to bind the console driver + /* + * If we get an busy error we still want to bind the console driver * and return success, as we may have unbound the console driver -  * but not unregistered it. - */ + * but not unregistered it. + */ if (err == -EBUSY) err = 0; if (!err) --- linux-lowlatency-3.8.0.orig/drivers/tty/vt/vc_screen.c +++ linux-lowlatency-3.8.0/drivers/tty/vt/vc_screen.c @@ -93,7 +93,7 @@ static struct vcs_poll_data * vcs_poll_data_get(struct file *file) { - struct vcs_poll_data *poll = file->private_data; + struct vcs_poll_data *poll = file->private_data, *kill = NULL; if (poll) return poll; @@ -122,10 +122,12 @@ file->private_data = poll; } else { /* someone else raced ahead of us */ - vcs_poll_data_free(poll); + kill = poll; poll = file->private_data; } spin_unlock(&file->f_lock); + if (kill) + vcs_poll_data_free(kill); return poll; } --- linux-lowlatency-3.8.0.orig/drivers/tty/serial/of_serial.c +++ linux-lowlatency-3.8.0/drivers/tty/serial/of_serial.c @@ -240,6 +240,12 @@ { .compatible = "ns16850", .data = (void *)PORT_16850, }, { .compatible = "nvidia,tegra20-uart", .data = (void *)PORT_TEGRA, }, { .compatible = "nxp,lpc3220-uart", .data = (void *)PORT_LPC3220, }, + { .compatible = "altr,16550-FIFO32", + .data = (void *)PORT_ALTR_16550_F32, }, + { .compatible = "altr,16550-FIFO64", + .data = (void *)PORT_ALTR_16550_F64, }, + { .compatible = "altr,16550-FIFO128", + .data = (void *)PORT_ALTR_16550_F128, }, #ifdef CONFIG_SERIAL_OF_PLATFORM_NWPSERIAL { .compatible = "ibm,qpace-nwp-serial", .data = (void *)PORT_NWPSERIAL, }, --- linux-lowlatency-3.8.0.orig/drivers/tty/serial/Kconfig +++ linux-lowlatency-3.8.0/drivers/tty/serial/Kconfig @@ -209,14 +209,14 @@ config SERIAL_SAMSUNG_UARTS_4 bool depends on PLAT_SAMSUNG - default y if !(CPU_S3C2410 || SERIAL_S3C2412 || CPU_S3C2440 || CPU_S3C2442) + default y if !(CPU_S3C2410 || CPU_S3C2412 || CPU_S3C2440 || CPU_S3C2442) help Internal node for the common case of 4 Samsung compatible UARTs config SERIAL_SAMSUNG_UARTS int depends on PLAT_SAMSUNG - default 6 if ARCH_S5P6450 + default 6 if CPU_S5P6450 default 4 if SERIAL_SAMSUNG_UARTS_4 || CPU_S3C2416 default 3 help --- linux-lowlatency-3.8.0.orig/drivers/tty/serial/atmel_serial.c +++ linux-lowlatency-3.8.0/drivers/tty/serial/atmel_serial.c @@ -158,7 +158,7 @@ }; static struct atmel_uart_port atmel_ports[ATMEL_MAX_UART]; -static unsigned long atmel_ports_in_use; +static DECLARE_BITMAP(atmel_ports_in_use, ATMEL_MAX_UART); #ifdef SUPPORT_SYSRQ static struct console atmel_console; @@ -1768,15 +1768,14 @@ if (ret < 0) /* port id not found in platform data nor device-tree aliases: * auto-enumerate it */ - ret = find_first_zero_bit(&atmel_ports_in_use, - sizeof(atmel_ports_in_use)); + ret = find_first_zero_bit(atmel_ports_in_use, ATMEL_MAX_UART); - if (ret > ATMEL_MAX_UART) { + if (ret >= ATMEL_MAX_UART) { ret = -ENODEV; goto err; } - if (test_and_set_bit(ret, &atmel_ports_in_use)) { + if (test_and_set_bit(ret, atmel_ports_in_use)) { /* port already in use */ ret = -EBUSY; goto err; @@ -1856,7 +1855,7 @@ /* "port" is allocated statically, so we shouldn't free it */ - clear_bit(port->line, &atmel_ports_in_use); + clear_bit(port->line, atmel_ports_in_use); clk_put(atmel_port->clk); --- linux-lowlatency-3.8.0.orig/drivers/tty/serial/serial_core.c +++ linux-lowlatency-3.8.0/drivers/tty/serial/serial_core.c @@ -1940,6 +1940,8 @@ mutex_unlock(&port->mutex); return 0; } + put_device(tty_dev); + if (console_suspend_enabled || !uart_console(uport)) uport->suspended = 1; @@ -2005,9 +2007,11 @@ disable_irq_wake(uport->irq); uport->irq_wake = 0; } + put_device(tty_dev); mutex_unlock(&port->mutex); return 0; } + put_device(tty_dev); uport->suspended = 0; /* --- linux-lowlatency-3.8.0.orig/drivers/tty/serial/sunsu.c +++ linux-lowlatency-3.8.0/drivers/tty/serial/sunsu.c @@ -974,6 +974,7 @@ #define UART_NR 4 static struct uart_sunsu_port sunsu_ports[UART_NR]; +static int nr_inst; /* Number of already registered ports */ #ifdef CONFIG_SERIO @@ -1343,13 +1344,8 @@ printk("Console: ttyS%d (SU)\n", (sunsu_reg.minor - 64) + co->index); - /* - * Check whether an invalid uart number has been specified, and - * if so, search for the first available port that does have - * console support. - */ - if (co->index >= UART_NR) - co->index = 0; + if (co->index > nr_inst) + return -ENODEV; port = &sunsu_ports[co->index].port; /* @@ -1414,7 +1410,6 @@ static int su_probe(struct platform_device *op) { - static int inst; struct device_node *dp = op->dev.of_node; struct uart_sunsu_port *up; struct resource *rp; @@ -1424,16 +1419,16 @@ type = su_get_type(dp); if (type == SU_PORT_PORT) { - if (inst >= UART_NR) + if (nr_inst >= UART_NR) return -EINVAL; - up = &sunsu_ports[inst]; + up = &sunsu_ports[nr_inst]; } else { up = kzalloc(sizeof(*up), GFP_KERNEL); if (!up) return -ENOMEM; } - up->port.line = inst; + up->port.line = nr_inst; spin_lock_init(&up->port.lock); @@ -1467,6 +1462,8 @@ } dev_set_drvdata(&op->dev, up); + nr_inst++; + return 0; } @@ -1494,7 +1491,7 @@ dev_set_drvdata(&op->dev, up); - inst++; + nr_inst++; return 0; --- linux-lowlatency-3.8.0.orig/drivers/tty/serial/imx.c +++ linux-lowlatency-3.8.0/drivers/tty/serial/imx.c @@ -1213,8 +1213,14 @@ struct imx_port_ucrs old_ucr; unsigned int ucr1; unsigned long flags; + int locked = 1; - spin_lock_irqsave(&sport->port.lock, flags); + if (sport->port.sysrq) + locked = 0; + else if (oops_in_progress) + locked = spin_trylock_irqsave(&sport->port.lock, flags); + else + spin_lock_irqsave(&sport->port.lock, flags); /* * First, save UCR1/2/3 and then disable interrupts @@ -1241,7 +1247,8 @@ imx_port_ucrs_restore(&sport->port, &old_ucr); - spin_unlock_irqrestore(&sport->port.lock, flags); + if (locked) + spin_unlock_irqrestore(&sport->port.lock, flags); } /* --- linux-lowlatency-3.8.0.orig/drivers/tty/serial/8250/8250_pci.c +++ linux-lowlatency-3.8.0/drivers/tty/serial/8250/8250_pci.c @@ -1040,6 +1040,253 @@ return pci_default_setup(priv, board, port, idx); } +/* Quatech devices have their own extra interface features */ + +struct quatech_feature { + u16 devid; + bool amcc; +}; + +#define QPCR_TEST_FOR1 0x3F +#define QPCR_TEST_GET1 0x00 +#define QPCR_TEST_FOR2 0x40 +#define QPCR_TEST_GET2 0x40 +#define QPCR_TEST_FOR3 0x80 +#define QPCR_TEST_GET3 0x40 +#define QPCR_TEST_FOR4 0xC0 +#define QPCR_TEST_GET4 0x80 + +#define QOPR_CLOCK_X1 0x0000 +#define QOPR_CLOCK_X2 0x0001 +#define QOPR_CLOCK_X4 0x0002 +#define QOPR_CLOCK_X8 0x0003 +#define QOPR_CLOCK_RATE_MASK 0x0003 + + +static struct quatech_feature quatech_cards[] = { + { PCI_DEVICE_ID_QUATECH_QSC100, 1 }, + { PCI_DEVICE_ID_QUATECH_DSC100, 1 }, + { PCI_DEVICE_ID_QUATECH_DSC100E, 0 }, + { PCI_DEVICE_ID_QUATECH_DSC200, 1 }, + { PCI_DEVICE_ID_QUATECH_DSC200E, 0 }, + { PCI_DEVICE_ID_QUATECH_ESC100D, 1 }, + { PCI_DEVICE_ID_QUATECH_ESC100M, 1 }, + { PCI_DEVICE_ID_QUATECH_QSCP100, 1 }, + { PCI_DEVICE_ID_QUATECH_DSCP100, 1 }, + { PCI_DEVICE_ID_QUATECH_QSCP200, 1 }, + { PCI_DEVICE_ID_QUATECH_DSCP200, 1 }, + { PCI_DEVICE_ID_QUATECH_ESCLP100, 0 }, + { PCI_DEVICE_ID_QUATECH_QSCLP100, 0 }, + { PCI_DEVICE_ID_QUATECH_DSCLP100, 0 }, + { PCI_DEVICE_ID_QUATECH_SSCLP100, 0 }, + { PCI_DEVICE_ID_QUATECH_QSCLP200, 0 }, + { PCI_DEVICE_ID_QUATECH_DSCLP200, 0 }, + { PCI_DEVICE_ID_QUATECH_SSCLP200, 0 }, + { PCI_DEVICE_ID_QUATECH_SPPXP_100, 0 }, + { 0, } +}; + +static int pci_quatech_amcc(u16 devid) +{ + struct quatech_feature *qf = &quatech_cards[0]; + while (qf->devid) { + if (qf->devid == devid) + return qf->amcc; + qf++; + } + pr_err("quatech: unknown port type '0x%04X'.\n", devid); + return 0; +}; + +static int pci_quatech_rqopr(struct uart_8250_port *port) +{ + unsigned long base = port->port.iobase; + u8 LCR, val; + + LCR = inb(base + UART_LCR); + outb(0xBF, base + UART_LCR); + val = inb(base + UART_SCR); + outb(LCR, base + UART_LCR); + return val; +} + +static void pci_quatech_wqopr(struct uart_8250_port *port, u8 qopr) +{ + unsigned long base = port->port.iobase; + u8 LCR, val; + + LCR = inb(base + UART_LCR); + outb(0xBF, base + UART_LCR); + val = inb(base + UART_SCR); + outb(qopr, base + UART_SCR); + outb(LCR, base + UART_LCR); +} + +static int pci_quatech_rqmcr(struct uart_8250_port *port) +{ + unsigned long base = port->port.iobase; + u8 LCR, val, qmcr; + + LCR = inb(base + UART_LCR); + outb(0xBF, base + UART_LCR); + val = inb(base + UART_SCR); + outb(val | 0x10, base + UART_SCR); + qmcr = inb(base + UART_MCR); + outb(val, base + UART_SCR); + outb(LCR, base + UART_LCR); + + return qmcr; +} + +static void pci_quatech_wqmcr(struct uart_8250_port *port, u8 qmcr) +{ + unsigned long base = port->port.iobase; + u8 LCR, val; + + LCR = inb(base + UART_LCR); + outb(0xBF, base + UART_LCR); + val = inb(base + UART_SCR); + outb(val | 0x10, base + UART_SCR); + outb(qmcr, base + UART_MCR); + outb(val, base + UART_SCR); + outb(LCR, base + UART_LCR); +} + +static int pci_quatech_has_qmcr(struct uart_8250_port *port) +{ + unsigned long base = port->port.iobase; + u8 LCR, val; + + LCR = inb(base + UART_LCR); + outb(0xBF, base + UART_LCR); + val = inb(base + UART_SCR); + if (val & 0x20) { + outb(0x80, UART_LCR); + if (!(inb(UART_SCR) & 0x20)) { + outb(LCR, base + UART_LCR); + return 1; + } + } + return 0; +} + +static int pci_quatech_test(struct uart_8250_port *port) +{ + u8 reg; + u8 qopr = pci_quatech_rqopr(port); + pci_quatech_wqopr(port, qopr & QPCR_TEST_FOR1); + reg = pci_quatech_rqopr(port) & 0xC0; + if (reg != QPCR_TEST_GET1) + return -EINVAL; + pci_quatech_wqopr(port, (qopr & QPCR_TEST_FOR1)|QPCR_TEST_FOR2); + reg = pci_quatech_rqopr(port) & 0xC0; + if (reg != QPCR_TEST_GET2) + return -EINVAL; + pci_quatech_wqopr(port, (qopr & QPCR_TEST_FOR1)|QPCR_TEST_FOR3); + reg = pci_quatech_rqopr(port) & 0xC0; + if (reg != QPCR_TEST_GET3) + return -EINVAL; + pci_quatech_wqopr(port, (qopr & QPCR_TEST_FOR1)|QPCR_TEST_FOR4); + reg = pci_quatech_rqopr(port) & 0xC0; + if (reg != QPCR_TEST_GET4) + return -EINVAL; + + pci_quatech_wqopr(port, qopr); + return 0; +} + +static int pci_quatech_clock(struct uart_8250_port *port) +{ + u8 qopr, reg, set; + unsigned long clock; + + if (pci_quatech_test(port) < 0) + return 1843200; + + qopr = pci_quatech_rqopr(port); + + pci_quatech_wqopr(port, qopr & ~QOPR_CLOCK_X8); + reg = pci_quatech_rqopr(port); + if (reg & QOPR_CLOCK_X8) { + clock = 1843200; + goto out; + } + pci_quatech_wqopr(port, qopr | QOPR_CLOCK_X8); + reg = pci_quatech_rqopr(port); + if (!(reg & QOPR_CLOCK_X8)) { + clock = 1843200; + goto out; + } + reg &= QOPR_CLOCK_X8; + if (reg == QOPR_CLOCK_X2) { + clock = 3685400; + set = QOPR_CLOCK_X2; + } else if (reg == QOPR_CLOCK_X4) { + clock = 7372800; + set = QOPR_CLOCK_X4; + } else if (reg == QOPR_CLOCK_X8) { + clock = 14745600; + set = QOPR_CLOCK_X8; + } else { + clock = 1843200; + set = QOPR_CLOCK_X1; + } + qopr &= ~QOPR_CLOCK_RATE_MASK; + qopr |= set; + +out: + pci_quatech_wqopr(port, qopr); + return clock; +} + +static int pci_quatech_rs422(struct uart_8250_port *port) +{ + u8 qmcr; + int rs422 = 0; + + if (!pci_quatech_has_qmcr(port)) + return 0; + qmcr = pci_quatech_rqmcr(port); + pci_quatech_wqmcr(port, 0xFF); + if (pci_quatech_rqmcr(port)) + rs422 = 1; + pci_quatech_wqmcr(port, qmcr); + return rs422; +} + +static int pci_quatech_init(struct pci_dev *dev) +{ + if (pci_quatech_amcc(dev->device)) { + unsigned long base = pci_resource_start(dev, 0); + if (base) { + u32 tmp; + outl(inl(base + 0x38), base + 0x38); + tmp = inl(base + 0x3c); + outl(tmp | 0x01000000, base + 0x3c); + outl(tmp, base + 0x3c); + } + } + return 0; +} + +static int pci_quatech_setup(struct serial_private *priv, + const struct pciserial_board *board, + struct uart_8250_port *port, int idx) +{ + /* Needed by pci_quatech calls below */ + port->port.iobase = pci_resource_start(priv->dev, FL_GET_BASE(board->flags)); + /* Set up the clocking */ + port->port.uartclk = pci_quatech_clock(port); + /* For now just warn about RS422 */ + if (pci_quatech_rs422(port)) + pr_warn("quatech: software control of RS422 features not currently supported.\n"); + return pci_default_setup(priv, board, port, idx); +} + +static void pci_quatech_exit(struct pci_dev *dev) +{ +} + static int pci_default_setup(struct serial_private *priv, const struct pciserial_board *board, struct uart_8250_port *port, int idx) @@ -1321,6 +1568,7 @@ /* Unknown vendors/cards - this should not be in linux/pci_ids.h */ #define PCI_SUBDEVICE_ID_UNKNOWN_0x1584 0x1584 +#define PCI_SUBDEVICE_ID_UNKNOWN_0x1588 0x1588 /* * Master list of serial port init/setup/exit quirks. @@ -1541,6 +1789,16 @@ .setup = pci_ni8430_setup, .exit = pci_ni8430_exit, }, + /* Quatech */ + { + .vendor = PCI_VENDOR_ID_QUATECH, + .device = PCI_ANY_ID, + .subvendor = PCI_ANY_ID, + .subdevice = PCI_ANY_ID, + .init = pci_quatech_init, + .setup = pci_quatech_setup, + .exit = pci_quatech_exit, + }, /* * Panacom */ @@ -1592,15 +1850,6 @@ }, { .vendor = PCI_VENDOR_ID_PLX, - .device = PCI_DEVICE_ID_PLX_9050, - .subvendor = PCI_VENDOR_ID_PLX, - .subdevice = PCI_SUBDEVICE_ID_UNKNOWN_0x1584, - .init = pci_plx9050_init, - .setup = pci_default_setup, - .exit = pci_plx9050_exit, - }, - { - .vendor = PCI_VENDOR_ID_PLX, .device = PCI_DEVICE_ID_PLX_ROMULUS, .subvendor = PCI_VENDOR_ID_PLX, .subdevice = PCI_DEVICE_ID_PLX_ROMULUS, @@ -3456,7 +3705,12 @@ { PCI_VENDOR_ID_PLX, PCI_DEVICE_ID_PLX_9050, PCI_VENDOR_ID_PLX, PCI_SUBDEVICE_ID_UNKNOWN_0x1584, 0, 0, - pbn_b0_4_115200 }, + pbn_b2_4_115200 }, + /* Unknown card - subdevice 0x1588 */ + { PCI_VENDOR_ID_PLX, PCI_DEVICE_ID_PLX_9050, + PCI_VENDOR_ID_PLX, + PCI_SUBDEVICE_ID_UNKNOWN_0x1588, 0, 0, + pbn_b2_8_115200 }, { PCI_VENDOR_ID_PLX, PCI_DEVICE_ID_PLX_9050, PCI_SUBVENDOR_ID_KEYSPAN, PCI_SUBDEVICE_ID_KEYSPAN_SX2, 0, 0, @@ -3506,18 +3760,70 @@ { PCI_VENDOR_ID_PLX, PCI_DEVICE_ID_PLX_ROMULUS, 0x10b5, 0x106a, 0, 0, pbn_plx_romulus }, + /* + * Quatech cards. These actually have configurable clocks but for + * now we just use the default. + * + * 100 series are RS232, 200 series RS422, + */ { PCI_VENDOR_ID_QUATECH, PCI_DEVICE_ID_QUATECH_QSC100, PCI_ANY_ID, PCI_ANY_ID, 0, 0, pbn_b1_4_115200 }, { PCI_VENDOR_ID_QUATECH, PCI_DEVICE_ID_QUATECH_DSC100, PCI_ANY_ID, PCI_ANY_ID, 0, 0, pbn_b1_2_115200 }, + { PCI_VENDOR_ID_QUATECH, PCI_DEVICE_ID_QUATECH_DSC100E, + PCI_ANY_ID, PCI_ANY_ID, 0, 0, + pbn_b2_2_115200 }, + { PCI_VENDOR_ID_QUATECH, PCI_DEVICE_ID_QUATECH_DSC200, + PCI_ANY_ID, PCI_ANY_ID, 0, 0, + pbn_b1_2_115200 }, + { PCI_VENDOR_ID_QUATECH, PCI_DEVICE_ID_QUATECH_DSC200E, + PCI_ANY_ID, PCI_ANY_ID, 0, 0, + pbn_b2_2_115200 }, + { PCI_VENDOR_ID_QUATECH, PCI_DEVICE_ID_QUATECH_QSC200, + PCI_ANY_ID, PCI_ANY_ID, 0, 0, + pbn_b1_4_115200 }, { PCI_VENDOR_ID_QUATECH, PCI_DEVICE_ID_QUATECH_ESC100D, PCI_ANY_ID, PCI_ANY_ID, 0, 0, pbn_b1_8_115200 }, { PCI_VENDOR_ID_QUATECH, PCI_DEVICE_ID_QUATECH_ESC100M, PCI_ANY_ID, PCI_ANY_ID, 0, 0, pbn_b1_8_115200 }, + { PCI_VENDOR_ID_QUATECH, PCI_DEVICE_ID_QUATECH_QSCP100, + PCI_ANY_ID, PCI_ANY_ID, 0, 0, + pbn_b1_4_115200 }, + { PCI_VENDOR_ID_QUATECH, PCI_DEVICE_ID_QUATECH_DSCP100, + PCI_ANY_ID, PCI_ANY_ID, 0, 0, + pbn_b1_2_115200 }, + { PCI_VENDOR_ID_QUATECH, PCI_DEVICE_ID_QUATECH_QSCP200, + PCI_ANY_ID, PCI_ANY_ID, 0, 0, + pbn_b1_4_115200 }, + { PCI_VENDOR_ID_QUATECH, PCI_DEVICE_ID_QUATECH_DSCP200, + PCI_ANY_ID, PCI_ANY_ID, 0, 0, + pbn_b1_2_115200 }, + { PCI_VENDOR_ID_QUATECH, PCI_DEVICE_ID_QUATECH_QSCLP100, + PCI_ANY_ID, PCI_ANY_ID, 0, 0, + pbn_b2_4_115200 }, + { PCI_VENDOR_ID_QUATECH, PCI_DEVICE_ID_QUATECH_DSCLP100, + PCI_ANY_ID, PCI_ANY_ID, 0, 0, + pbn_b2_2_115200 }, + { PCI_VENDOR_ID_QUATECH, PCI_DEVICE_ID_QUATECH_SSCLP100, + PCI_ANY_ID, PCI_ANY_ID, 0, 0, + pbn_b2_1_115200 }, + { PCI_VENDOR_ID_QUATECH, PCI_DEVICE_ID_QUATECH_QSCLP200, + PCI_ANY_ID, PCI_ANY_ID, 0, 0, + pbn_b2_4_115200 }, + { PCI_VENDOR_ID_QUATECH, PCI_DEVICE_ID_QUATECH_DSCLP200, + PCI_ANY_ID, PCI_ANY_ID, 0, 0, + pbn_b2_2_115200 }, + { PCI_VENDOR_ID_QUATECH, PCI_DEVICE_ID_QUATECH_SSCLP200, + PCI_ANY_ID, PCI_ANY_ID, 0, 0, + pbn_b2_1_115200 }, + { PCI_VENDOR_ID_QUATECH, PCI_DEVICE_ID_QUATECH_ESCLP100, + PCI_ANY_ID, PCI_ANY_ID, 0, 0, + pbn_b0_8_115200 }, + { PCI_VENDOR_ID_SPECIALIX, PCI_DEVICE_ID_OXSEMI_16PCI954, PCI_VENDOR_ID_SPECIALIX, PCI_SUBDEVICE_ID_SPECIALIX_SPEED4, 0, 0, @@ -4449,6 +4755,10 @@ PCI_VENDOR_ID_IBM, 0x0299, 0, 0, pbn_b0_bt_2_115200 }, + { PCI_VENDOR_ID_NETMOS, PCI_DEVICE_ID_NETMOS_9835, + 0x1000, 0x0012, + 0, 0, pbn_b0_bt_2_115200 }, + { PCI_VENDOR_ID_NETMOS, PCI_DEVICE_ID_NETMOS_9901, 0xA000, 0x1000, 0, 0, pbn_b0_1_115200 }, --- linux-lowlatency-3.8.0.orig/drivers/tty/serial/8250/Kconfig +++ linux-lowlatency-3.8.0/drivers/tty/serial/8250/Kconfig @@ -84,6 +84,14 @@ depends on SERIAL_8250 && GSC default SERIAL_8250 +config SERIAL_8250_DMA + bool "DMA support for 16550 compatible UART controllers" if EXPERT + depends on SERIAL_8250 && DMADEVICES=y + default SERIAL_8250 + help + This builds DMA support that can be used with 8250/16650 + compatible UART controllers that support DMA signaling. + config SERIAL_8250_PCI tristate "8250/16550 PCI device support" if EXPERT depends on SERIAL_8250 && PCI @@ -249,15 +257,6 @@ system, say Y to this option. The driver can handle 1, 2, or 3 port cards. If unsure, say N. -config SERIAL_8250_RM9K - bool "Support for MIPS RM9xxx integrated serial port" - depends on SERIAL_8250 != n && SERIAL_RM9000 - select SERIAL_8250_SHARE_IRQ - help - Selecting this option will add support for the integrated serial - port hardware found on MIPS RM9122 and similar processors. - If unsure, say N. - config SERIAL_8250_FSL bool depends on SERIAL_8250_CONSOLE && PPC_UDBG_16550 @@ -265,7 +264,7 @@ config SERIAL_8250_DW tristate "Support for Synopsys DesignWare 8250 quirks" - depends on SERIAL_8250 && OF + depends on SERIAL_8250 help Selecting this option will enable handling of the extra features present in the Synopsys DesignWare APB UART. --- linux-lowlatency-3.8.0.orig/drivers/tty/serial/8250/8250_dw.c +++ linux-lowlatency-3.8.0/drivers/tty/serial/8250/8250_dw.c @@ -2,6 +2,7 @@ * Synopsys DesignWare 8250 driver. * * Copyright 2011 Picochip, Jamie Iles. + * Copyright 2013 Intel Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -24,6 +25,34 @@ #include #include #include +#include + +#include "8250.h" + +/* Offsets for the DesignWare specific registers */ +#define DW_UART_USR 0x1f /* UART Status Register */ +#define DW_UART_CPR 0xf4 /* Component Parameter Register */ +#define DW_UART_UCV 0xf8 /* UART Component Version */ + +/* Intel Low Power Subsystem specific */ +#define LPSS_PRV_CLOCK_PARAMS 0x800 + +/* Component Parameter Register bits */ +#define DW_UART_CPR_ABP_DATA_WIDTH (3 << 0) +#define DW_UART_CPR_AFCE_MODE (1 << 4) +#define DW_UART_CPR_THRE_MODE (1 << 5) +#define DW_UART_CPR_SIR_MODE (1 << 6) +#define DW_UART_CPR_SIR_LP_MODE (1 << 7) +#define DW_UART_CPR_ADDITIONAL_FEATURES (1 << 8) +#define DW_UART_CPR_FIFO_ACCESS (1 << 9) +#define DW_UART_CPR_FIFO_STAT (1 << 10) +#define DW_UART_CPR_SHADOW (1 << 11) +#define DW_UART_CPR_ENCODED_PARMS (1 << 12) +#define DW_UART_CPR_DMA_EXTRA (1 << 13) +#define DW_UART_CPR_FIFO_MODE (0xff << 16) +/* Helper for fifo size calculation */ +#define DW_UART_CPR_FIFO_SIZE(a) (((a >> 16) & 0xff) * 16) + struct dw8250_data { int last_lcr; @@ -66,9 +95,6 @@ return readl(p->membase + offset); } -/* Offset for the DesignWare's UART Status Register. */ -#define UART_USR 0x1f - static int dw8250_handle_irq(struct uart_port *p) { struct dw8250_data *d = p->private_data; @@ -78,7 +104,7 @@ return 1; } else if ((iir & UART_IIR_BUSY) == UART_IIR_BUSY) { /* Clear the USR and write the LCR again. */ - (void)p->serial_in(p, UART_USR); + (void)p->serial_in(p, DW_UART_USR); p->serial_out(p, UART_LCR, d->last_lcr); return 1; @@ -87,61 +113,208 @@ return 0; } +static int dw8250_probe_of(struct uart_port *p) +{ + struct device_node *np = p->dev->of_node; + u32 val; + + if (!of_property_read_u32(np, "reg-io-width", &val)) { + switch (val) { + case 1: + break; + case 4: + p->iotype = UPIO_MEM32; + p->serial_in = dw8250_serial_in32; + p->serial_out = dw8250_serial_out32; + break; + default: + dev_err(p->dev, "unsupported reg-io-width (%u)\n", val); + return -EINVAL; + } + } + + if (!of_property_read_u32(np, "reg-shift", &val)) + p->regshift = val; + + if (of_property_read_u32(np, "clock-frequency", &val)) { + dev_err(p->dev, "no clock-frequency property set\n"); + return -EINVAL; + } + p->uartclk = val; + + return 0; +} + +#ifdef CONFIG_ACPI +static bool dw8250_acpi_dma_filter(struct dma_chan *chan, void *parm) +{ + return chan->chan_id == *(int *)parm; +} + +static acpi_status +dw8250_acpi_walk_resource(struct acpi_resource *res, void *data) +{ + struct uart_port *p = data; + struct uart_8250_port *port; + struct uart_8250_dma *dma; + struct acpi_resource_fixed_dma *fixed_dma; + struct dma_slave_config *slave; + + port = container_of(p, struct uart_8250_port, port); + + switch (res->type) { + case ACPI_RESOURCE_TYPE_FIXED_DMA: + fixed_dma = &res->data.fixed_dma; + + /* TX comes first */ + if (!port->dma) { + dma = devm_kzalloc(p->dev, sizeof(*dma), GFP_KERNEL); + if (!dma) + return AE_NO_MEMORY; + + port->dma = dma; + slave = &dma->txconf; + + slave->direction = DMA_MEM_TO_DEV; + slave->dst_addr_width = DMA_SLAVE_BUSWIDTH_1_BYTE; + slave->slave_id = fixed_dma->request_lines; + + dma->tx_chan_id = fixed_dma->channels; + dma->tx_param = &dma->tx_chan_id; + dma->fn = dw8250_acpi_dma_filter; + } else { + dma = port->dma; + slave = &dma->rxconf; + + slave->direction = DMA_DEV_TO_MEM; + slave->src_addr_width = DMA_SLAVE_BUSWIDTH_1_BYTE; + slave->slave_id = fixed_dma->request_lines; + + dma->rx_chan_id = fixed_dma->channels; + dma->rx_param = &dma->rx_chan_id; + } + + break; + } + + return AE_OK; +} + +static int dw8250_probe_acpi(struct uart_port *p) +{ + const struct acpi_device_id *id; + acpi_status status; + u32 reg; + + id = acpi_match_device(p->dev->driver->acpi_match_table, p->dev); + if (!id) + return -ENODEV; + + p->iotype = UPIO_MEM32; + p->serial_in = dw8250_serial_in32; + p->serial_out = dw8250_serial_out32; + p->regshift = 2; + p->uartclk = (unsigned int)id->driver_data; + + status = acpi_walk_resources(ACPI_HANDLE(p->dev), METHOD_NAME__CRS, + dw8250_acpi_walk_resource, p); + if (ACPI_FAILURE(status)) { + dev_err_ratelimited(p->dev, "%s failed \"%s\"\n", __func__, + acpi_format_exception(status)); + return -ENODEV; + } + + /* Fix Haswell issue where the clocks do not get enabled */ + if (!strcmp(id->id, "INT33C4") || !strcmp(id->id, "INT33C5")) { + reg = readl(p->membase + LPSS_PRV_CLOCK_PARAMS); + writel(reg | 1, p->membase + LPSS_PRV_CLOCK_PARAMS); + } + + return 0; +} +#else +static inline int dw8250_probe_acpi(struct uart_port *p) +{ + return -ENODEV; +} +#endif /* CONFIG_ACPI */ + +static void dw8250_setup_port(struct uart_8250_port *up) +{ + struct uart_port *p = &up->port; + u32 reg = readl(p->membase + DW_UART_UCV); + + /* + * If the Component Version Register returns zero, we know that + * ADDITIONAL_FEATURES are not enabled. No need to go any further. + */ + if (!reg) + return; + + dev_dbg_ratelimited(p->dev, "Designware UART version %c.%c%c\n", + (reg >> 24) & 0xff, (reg >> 16) & 0xff, (reg >> 8) & 0xff); + + reg = readl(p->membase + DW_UART_CPR); + if (!reg) + return; + + /* Select the type based on fifo */ + if (reg & DW_UART_CPR_FIFO_MODE) { + p->type = PORT_16550A; + p->flags |= UPF_FIXED_TYPE; + p->fifosize = DW_UART_CPR_FIFO_SIZE(reg); + up->tx_loadsz = p->fifosize; + } +} + static int dw8250_probe(struct platform_device *pdev) { struct uart_8250_port uart = {}; struct resource *regs = platform_get_resource(pdev, IORESOURCE_MEM, 0); struct resource *irq = platform_get_resource(pdev, IORESOURCE_IRQ, 0); - struct device_node *np = pdev->dev.of_node; - u32 val; struct dw8250_data *data; + int err; if (!regs || !irq) { dev_err(&pdev->dev, "no registers/irq defined\n"); return -EINVAL; } - data = devm_kzalloc(&pdev->dev, sizeof(*data), GFP_KERNEL); - if (!data) - return -ENOMEM; - uart.port.private_data = data; - spin_lock_init(&uart.port.lock); uart.port.mapbase = regs->start; uart.port.irq = irq->start; uart.port.handle_irq = dw8250_handle_irq; uart.port.type = PORT_8250; - uart.port.flags = UPF_SHARE_IRQ | UPF_BOOT_AUTOCONF | UPF_IOREMAP | - UPF_FIXED_PORT | UPF_FIXED_TYPE; + uart.port.flags = UPF_SHARE_IRQ | UPF_BOOT_AUTOCONF | UPF_FIXED_PORT; uart.port.dev = &pdev->dev; + uart.port.membase = ioremap(regs->start, resource_size(regs)); + if (!uart.port.membase) + return -ENOMEM; + uart.port.iotype = UPIO_MEM; uart.port.serial_in = dw8250_serial_in; uart.port.serial_out = dw8250_serial_out; - if (!of_property_read_u32(np, "reg-io-width", &val)) { - switch (val) { - case 1: - break; - case 4: - uart.port.iotype = UPIO_MEM32; - uart.port.serial_in = dw8250_serial_in32; - uart.port.serial_out = dw8250_serial_out32; - break; - default: - dev_err(&pdev->dev, "unsupported reg-io-width (%u)\n", - val); - return -EINVAL; - } + + if (pdev->dev.of_node) { + err = dw8250_probe_of(&uart.port); + if (err) + return err; + } else if (ACPI_HANDLE(&pdev->dev)) { + err = dw8250_probe_acpi(&uart.port); + if (err) + return err; + } else { + return -ENODEV; } - if (!of_property_read_u32(np, "reg-shift", &val)) - uart.port.regshift = val; + dw8250_setup_port(&uart); - if (of_property_read_u32(np, "clock-frequency", &val)) { - dev_err(&pdev->dev, "no clock-frequency property set\n"); - return -EINVAL; - } - uart.port.uartclk = val; + data = devm_kzalloc(&pdev->dev, sizeof(*data), GFP_KERNEL); + if (!data) + return -ENOMEM; + + uart.port.private_data = data; data->line = serial8250_register_8250_port(&uart); if (data->line < 0) @@ -184,17 +357,25 @@ #define dw8250_resume NULL #endif /* CONFIG_PM */ -static const struct of_device_id dw8250_match[] = { +static const struct of_device_id dw8250_of_match[] = { { .compatible = "snps,dw-apb-uart" }, { /* Sentinel */ } }; -MODULE_DEVICE_TABLE(of, dw8250_match); +MODULE_DEVICE_TABLE(of, dw8250_of_match); + +static const struct acpi_device_id dw8250_acpi_match[] = { + { "INT33C4", 100000000 }, + { "INT33C5", 100000000 }, + { }, +}; +MODULE_DEVICE_TABLE(acpi, dw8250_acpi_match); static struct platform_driver dw8250_platform_driver = { .driver = { .name = "dw-apb-uart", .owner = THIS_MODULE, - .of_match_table = dw8250_match, + .of_match_table = dw8250_of_match, + .acpi_match_table = ACPI_PTR(dw8250_acpi_match), }, .probe = dw8250_probe, .remove = dw8250_remove, --- linux-lowlatency-3.8.0.orig/drivers/tty/serial/8250/8250.h +++ linux-lowlatency-3.8.0/drivers/tty/serial/8250/8250.h @@ -12,6 +12,35 @@ */ #include +#include + +struct uart_8250_dma { + dma_filter_fn fn; + void *rx_param; + void *tx_param; + + int rx_chan_id; + int tx_chan_id; + + struct dma_slave_config rxconf; + struct dma_slave_config txconf; + + struct dma_chan *rxchan; + struct dma_chan *txchan; + + dma_addr_t rx_addr; + dma_addr_t tx_addr; + + dma_cookie_t rx_cookie; + dma_cookie_t tx_cookie; + + void *rx_buf; + + size_t rx_size; + size_t tx_size; + + unsigned char tx_running:1; +}; struct old_serial_port { unsigned int uart; @@ -143,3 +172,24 @@ return 0; } #endif + +#ifdef CONFIG_SERIAL_8250_DMA +extern int serial8250_tx_dma(struct uart_8250_port *); +extern int serial8250_rx_dma(struct uart_8250_port *, unsigned int iir); +extern int serial8250_request_dma(struct uart_8250_port *); +extern void serial8250_release_dma(struct uart_8250_port *); +#else +static inline int serial8250_tx_dma(struct uart_8250_port *p) +{ + return -1; +} +static inline int serial8250_rx_dma(struct uart_8250_port *p, unsigned int iir) +{ + return -1; +} +static inline int serial8250_request_dma(struct uart_8250_port *p) +{ + return -1; +} +static inline void serial8250_release_dma(struct uart_8250_port *p) { } +#endif --- linux-lowlatency-3.8.0.orig/drivers/tty/serial/8250/8250_dma.c +++ linux-lowlatency-3.8.0/drivers/tty/serial/8250/8250_dma.c @@ -0,0 +1,213 @@ +/* + * 8250_dma.c - DMA Engine API support for 8250.c + * + * Copyright (C) 2013 Intel Corporation + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + */ +#include +#include +#include +#include + +#include "8250.h" + +static void __dma_tx_complete(void *param) +{ + struct uart_8250_port *p = param; + struct uart_8250_dma *dma = p->dma; + struct circ_buf *xmit = &p->port.state->xmit; + + dma->tx_running = 0; + + dma_sync_single_for_cpu(dma->txchan->device->dev, dma->tx_addr, + UART_XMIT_SIZE, DMA_TO_DEVICE); + + xmit->tail += dma->tx_size; + xmit->tail &= UART_XMIT_SIZE - 1; + p->port.icount.tx += dma->tx_size; + + if (uart_circ_chars_pending(xmit) < WAKEUP_CHARS) + uart_write_wakeup(&p->port); + + if (!uart_circ_empty(xmit) && !uart_tx_stopped(&p->port)) { + serial8250_tx_dma(p); + uart_write_wakeup(&p->port); + } +} + +static void __dma_rx_complete(void *param) +{ + struct uart_8250_port *p = param; + struct uart_8250_dma *dma = p->dma; + struct tty_struct *tty = p->port.state->port.tty; + struct dma_tx_state state; + + dma_sync_single_for_cpu(dma->rxchan->device->dev, dma->rx_addr, + dma->rx_size, DMA_FROM_DEVICE); + + dmaengine_tx_status(dma->rxchan, dma->rx_cookie, &state); + dmaengine_terminate_all(dma->rxchan); + + tty_insert_flip_string(tty, dma->rx_buf, dma->rx_size - state.residue); + p->port.icount.rx += dma->rx_size - state.residue; + + tty_flip_buffer_push(tty); +} + +int serial8250_tx_dma(struct uart_8250_port *p) +{ + struct uart_8250_dma *dma = p->dma; + struct circ_buf *xmit = &p->port.state->xmit; + struct dma_async_tx_descriptor *desc; + + if (dma->tx_running) { + uart_write_wakeup(&p->port); + return -EBUSY; + } + + dma->tx_size = CIRC_CNT_TO_END(xmit->head, xmit->tail, UART_XMIT_SIZE); + + desc = dmaengine_prep_slave_single(dma->txchan, + dma->tx_addr + xmit->tail, + dma->tx_size, DMA_MEM_TO_DEV, + DMA_PREP_INTERRUPT | DMA_CTRL_ACK); + if (!desc) + return -EBUSY; + + dma->tx_running = 1; + + desc->callback = __dma_tx_complete; + desc->callback_param = p; + + dma->tx_cookie = dmaengine_submit(desc); + + dma_sync_single_for_device(dma->txchan->device->dev, dma->tx_addr, + UART_XMIT_SIZE, DMA_TO_DEVICE); + + dma_async_issue_pending(dma->txchan); + + return 0; +} +EXPORT_SYMBOL_GPL(serial8250_tx_dma); + +int serial8250_rx_dma(struct uart_8250_port *p, unsigned int iir) +{ + struct uart_8250_dma *dma = p->dma; + struct dma_async_tx_descriptor *desc; + struct dma_tx_state state; + int dma_status; + + /* + * If RCVR FIFO trigger level was not reached, complete the transfer and + * let 8250.c copy the remaining data. + */ + if ((iir & 0x3f) == UART_IIR_RX_TIMEOUT) { + dma_status = dmaengine_tx_status(dma->rxchan, dma->rx_cookie, + &state); + if (dma_status == DMA_IN_PROGRESS) { + dmaengine_pause(dma->rxchan); + __dma_rx_complete(p); + } + return -ETIMEDOUT; + } + + desc = dmaengine_prep_slave_single(dma->rxchan, dma->rx_addr, + dma->rx_size, DMA_DEV_TO_MEM, + DMA_PREP_INTERRUPT | DMA_CTRL_ACK); + if (!desc) + return -EBUSY; + + desc->callback = __dma_rx_complete; + desc->callback_param = p; + + dma->rx_cookie = dmaengine_submit(desc); + + dma_sync_single_for_device(dma->rxchan->device->dev, dma->rx_addr, + dma->rx_size, DMA_FROM_DEVICE); + + dma_async_issue_pending(dma->rxchan); + + return 0; +} +EXPORT_SYMBOL_GPL(serial8250_rx_dma); + +int serial8250_request_dma(struct uart_8250_port *p) +{ + struct uart_8250_dma *dma = p->dma; + dma_cap_mask_t mask; + + dma->rxconf.src_addr = p->port.mapbase + UART_RX; + dma->txconf.dst_addr = p->port.mapbase + UART_TX; + + dma_cap_zero(mask); + dma_cap_set(DMA_SLAVE, mask); + + /* Get a channel for RX */ + dma->rxchan = dma_request_channel(mask, dma->fn, dma->rx_param); + if (!dma->rxchan) + return -ENODEV; + + dmaengine_slave_config(dma->rxchan, &dma->rxconf); + + /* Get a channel for TX */ + dma->txchan = dma_request_channel(mask, dma->fn, dma->tx_param); + if (!dma->txchan) { + dma_release_channel(dma->rxchan); + return -ENODEV; + } + + dmaengine_slave_config(dma->txchan, &dma->txconf); + + /* RX buffer */ + if (!dma->rx_size) + dma->rx_size = PAGE_SIZE; + + dma->rx_buf = dma_alloc_coherent(dma->rxchan->device->dev, dma->rx_size, + &dma->rx_addr, GFP_KERNEL); + if (!dma->rx_buf) { + dma_release_channel(dma->rxchan); + dma_release_channel(dma->txchan); + return -ENOMEM; + } + + /* TX buffer */ + dma->tx_addr = dma_map_single(dma->txchan->device->dev, + p->port.state->xmit.buf, + UART_XMIT_SIZE, + DMA_TO_DEVICE); + + dev_dbg_ratelimited(p->port.dev, "got both dma channels\n"); + + return 0; +} +EXPORT_SYMBOL_GPL(serial8250_request_dma); + +void serial8250_release_dma(struct uart_8250_port *p) +{ + struct uart_8250_dma *dma = p->dma; + + if (!dma) + return; + + /* Release RX resources */ + dmaengine_terminate_all(dma->rxchan); + dma_free_coherent(dma->rxchan->device->dev, dma->rx_size, dma->rx_buf, + dma->rx_addr); + dma_release_channel(dma->rxchan); + dma->rxchan = NULL; + + /* Release TX resources */ + dmaengine_terminate_all(dma->txchan); + dma_unmap_single(dma->txchan->device->dev, dma->tx_addr, + UART_XMIT_SIZE, DMA_TO_DEVICE); + dma_release_channel(dma->txchan); + dma->txchan = NULL; + dma->tx_running = 0; + + dev_dbg_ratelimited(p->port.dev, "dma channels released\n"); +} +EXPORT_SYMBOL_GPL(serial8250_release_dma); --- linux-lowlatency-3.8.0.orig/drivers/tty/serial/8250/8250.c +++ linux-lowlatency-3.8.0/drivers/tty/serial/8250/8250.c @@ -239,13 +239,6 @@ .fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_10, .flags = UART_CAP_FIFO | UART_CAP_UUE | UART_CAP_RTOIE, }, - [PORT_RM9000] = { - .name = "RM9000", - .fifo_size = 16, - .tx_loadsz = 16, - .fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_10, - .flags = UART_CAP_FIFO, - }, [PORT_OCTEON] = { .name = "OCTEON", .fifo_size = 64, @@ -308,7 +301,28 @@ }, [PORT_8250_CIR] = { .name = "CIR port" - } + }, + [PORT_ALTR_16550_F32] = { + .name = "Altera 16550 FIFO32", + .fifo_size = 32, + .tx_loadsz = 32, + .fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_10, + .flags = UART_CAP_FIFO | UART_CAP_AFE, + }, + [PORT_ALTR_16550_F64] = { + .name = "Altera 16550 FIFO64", + .fifo_size = 64, + .tx_loadsz = 64, + .fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_10, + .flags = UART_CAP_FIFO | UART_CAP_AFE, + }, + [PORT_ALTR_16550_F128] = { + .name = "Altera 16550 FIFO128", + .fifo_size = 128, + .tx_loadsz = 128, + .fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_10, + .flags = UART_CAP_FIFO | UART_CAP_AFE, + }, }; /* Uart divisor latch read */ @@ -370,56 +384,6 @@ #endif -#ifdef CONFIG_SERIAL_8250_RM9K - -static const u8 - regmap_in[8] = { - [UART_RX] = 0x00, - [UART_IER] = 0x0c, - [UART_IIR] = 0x14, - [UART_LCR] = 0x1c, - [UART_MCR] = 0x20, - [UART_LSR] = 0x24, - [UART_MSR] = 0x28, - [UART_SCR] = 0x2c - }, - regmap_out[8] = { - [UART_TX] = 0x04, - [UART_IER] = 0x0c, - [UART_FCR] = 0x18, - [UART_LCR] = 0x1c, - [UART_MCR] = 0x20, - [UART_LSR] = 0x24, - [UART_MSR] = 0x28, - [UART_SCR] = 0x2c - }; - -static unsigned int rm9k_serial_in(struct uart_port *p, int offset) -{ - offset = regmap_in[offset] << p->regshift; - return readl(p->membase + offset); -} - -static void rm9k_serial_out(struct uart_port *p, int offset, int value) -{ - offset = regmap_out[offset] << p->regshift; - writel(value, p->membase + offset); -} - -static int rm9k_serial_dl_read(struct uart_8250_port *up) -{ - return ((__raw_readl(up->port.membase + 0x10) << 8) | - (__raw_readl(up->port.membase + 0x08) & 0xff)) & 0xffff; -} - -static void rm9k_serial_dl_write(struct uart_8250_port *up, int value) -{ - __raw_writel(value, up->port.membase + 0x08); - __raw_writel(value >> 8, up->port.membase + 0x10); -} - -#endif - static unsigned int hub6_serial_in(struct uart_port *p, int offset) { offset = offset << p->regshift; @@ -497,15 +461,6 @@ p->serial_out = mem32_serial_out; break; -#ifdef CONFIG_SERIAL_8250_RM9K - case UPIO_RM9000: - p->serial_in = rm9k_serial_in; - p->serial_out = rm9k_serial_out; - up->dl_read = rm9k_serial_dl_read; - up->dl_write = rm9k_serial_dl_write; - break; -#endif - #ifdef CONFIG_MIPS_ALCHEMY case UPIO_AU: p->serial_in = au_serial_in; @@ -1341,7 +1296,9 @@ struct uart_8250_port *up = container_of(port, struct uart_8250_port, port); - if (!(up->ier & UART_IER_THRI)) { + if (up->dma && !serial8250_tx_dma(up)) { + return; + } else if (!(up->ier & UART_IER_THRI)) { up->ier |= UART_IER_THRI; serial_port_out(port, UART_IER, up->ier); @@ -1349,9 +1306,7 @@ unsigned char lsr; lsr = serial_in(up, UART_LSR); up->lsr_saved_flags |= lsr & LSR_SAVE_FLAGS; - if ((port->type == PORT_RM9000) ? - (lsr & UART_LSR_THRE) : - (lsr & UART_LSR_TEMT)) + if (lsr & UART_LSR_TEMT) serial8250_tx_chars(up); } } @@ -1547,6 +1502,7 @@ unsigned long flags; struct uart_8250_port *up = container_of(port, struct uart_8250_port, port); + int dma_err = 0; if (iir & UART_IIR_NO_INT) return 0; @@ -1557,8 +1513,13 @@ DEBUG_INTR("status = %x...", status); - if (status & (UART_LSR_DR | UART_LSR_BI)) - status = serial8250_rx_chars(up, status); + if (status & (UART_LSR_DR | UART_LSR_BI)) { + if (up->dma) + dma_err = serial8250_rx_dma(up, iir); + + if (!up->dma || dma_err) + status = serial8250_rx_chars(up, status); + } serial8250_modem_status(up); if (status & UART_LSR_THRE) serial8250_tx_chars(up); @@ -1991,9 +1952,12 @@ if (port->type == PORT_8250_CIR) return -ENODEV; - port->fifosize = uart_config[up->port.type].fifo_size; - up->tx_loadsz = uart_config[up->port.type].tx_loadsz; - up->capabilities = uart_config[up->port.type].flags; + if (!port->fifosize) + port->fifosize = uart_config[port->type].fifo_size; + if (!up->tx_loadsz) + up->tx_loadsz = uart_config[port->type].tx_loadsz; + if (!up->capabilities) + up->capabilities = uart_config[port->type].flags; up->mcr = 0; if (port->iotype != up->cur_iotype) @@ -2198,6 +2162,18 @@ up->msr_saved_flags = 0; /* + * Request DMA channels for both RX and TX. + */ + if (up->dma) { + retval = serial8250_request_dma(up); + if (retval) { + pr_warn_ratelimited("ttyS%d - failed to request DMA\n", + serial_index(port)); + up->dma = NULL; + } + } + + /* * Finally, enable interrupts. Note: Modem status interrupts * are set via set_termios(), which will be occurring imminently * anyway, so we don't enable them here. @@ -2230,6 +2206,9 @@ up->ier = 0; serial_port_out(port, UART_IER, 0); + if (up->dma) + serial8250_release_dma(up); + spin_lock_irqsave(&port->lock, flags); if (port->flags & UPF_FOURPORT) { /* reset interrupts on the AST Fourport board */ @@ -2826,9 +2805,12 @@ serial8250_init_fixed_type_port(struct uart_8250_port *up, unsigned int type) { up->port.type = type; - up->port.fifosize = uart_config[type].fifo_size; - up->capabilities = uart_config[type].flags; - up->tx_loadsz = uart_config[type].tx_loadsz; + if (!up->port.fifosize) + up->port.fifosize = uart_config[type].fifo_size; + if (!up->tx_loadsz) + up->tx_loadsz = uart_config[type].tx_loadsz; + if (!up->capabilities) + up->capabilities = uart_config[type].flags; } static void __init @@ -3262,6 +3244,10 @@ uart->bugs = up->bugs; uart->port.mapbase = up->port.mapbase; uart->port.private_data = up->port.private_data; + uart->port.fifosize = up->port.fifosize; + uart->tx_loadsz = up->tx_loadsz; + uart->capabilities = up->capabilities; + if (up->port.dev) uart->port.dev = up->port.dev; @@ -3287,6 +3273,8 @@ uart->dl_read = up->dl_read; if (up->dl_write) uart->dl_write = up->dl_write; + if (up->dma) + uart->dma = up->dma; if (serial8250_isa_config != NULL) serial8250_isa_config(0, &uart->port, @@ -3430,3 +3418,32 @@ MODULE_PARM_DESC(probe_rsa, "Probe I/O ports for RSA"); #endif MODULE_ALIAS_CHARDEV_MAJOR(TTY_MAJOR); + +#ifndef MODULE +/* This module was renamed to 8250_core in 3.7. Keep the old "8250" name + * working as well for the module options so we don't break people. We + * need to keep the names identical and the convenient macros will happily + * refuse to let us do that by failing the build with redefinition errors + * of global variables. So we stick them inside a dummy function to avoid + * those conflicts. The options still get parsed, and the redefined + * MODULE_PARAM_PREFIX lets us keep the "8250." syntax alive. + * + * This is hacky. I'm sorry. + */ +static void __used s8250_options(void) +{ +#undef MODULE_PARAM_PREFIX +#define MODULE_PARAM_PREFIX "8250." + + module_param_cb(share_irqs, ¶m_ops_uint, &share_irqs, 0644); + module_param_cb(nr_uarts, ¶m_ops_uint, &nr_uarts, 0644); + module_param_cb(skip_txen_test, ¶m_ops_uint, &skip_txen_test, 0644); +#ifdef CONFIG_SERIAL_8250_RSA + __module_param_call(MODULE_PARAM_PREFIX, probe_rsa, + ¶m_array_ops, .arr = &__param_arr_probe_rsa, + 0444, -1); +#endif +} +#else +MODULE_ALIAS("8250"); +#endif --- linux-lowlatency-3.8.0.orig/drivers/tty/serial/8250/Makefile +++ linux-lowlatency-3.8.0/drivers/tty/serial/8250/Makefile @@ -5,6 +5,7 @@ obj-$(CONFIG_SERIAL_8250) += 8250_core.o 8250_core-y := 8250.o 8250_core-$(CONFIG_SERIAL_8250_PNP) += 8250_pnp.o +8250_core-$(CONFIG_SERIAL_8250_DMA) += 8250_dma.o obj-$(CONFIG_SERIAL_8250_GSC) += 8250_gsc.o obj-$(CONFIG_SERIAL_8250_PCI) += 8250_pci.o obj-$(CONFIG_SERIAL_8250_HP300) += 8250_hp300.o --- linux-lowlatency-3.8.0.orig/drivers/ssb/driver_chipcommon_pmu.c +++ linux-lowlatency-3.8.0/drivers/ssb/driver_chipcommon_pmu.c @@ -675,3 +675,32 @@ return 0; } } + +void ssb_pmu_spuravoid_pllupdate(struct ssb_chipcommon *cc, int spuravoid) +{ + u32 pmu_ctl = 0; + + switch (cc->dev->bus->chip_id) { + case 0x4322: + ssb_chipco_pll_write(cc, SSB_PMU1_PLLCTL0, 0x11100070); + ssb_chipco_pll_write(cc, SSB_PMU1_PLLCTL1, 0x1014140a); + ssb_chipco_pll_write(cc, SSB_PMU1_PLLCTL5, 0x88888854); + if (spuravoid == 1) + ssb_chipco_pll_write(cc, SSB_PMU1_PLLCTL2, 0x05201828); + else + ssb_chipco_pll_write(cc, SSB_PMU1_PLLCTL2, 0x05001828); + pmu_ctl = SSB_CHIPCO_PMU_CTL_PLL_UPD; + break; + case 43222: + /* TODO: BCM43222 requires updating PLLs too */ + return; + default: + ssb_printk(KERN_ERR PFX + "Unknown spuravoidance settings for chip 0x%04X, not changing PLL\n", + cc->dev->bus->chip_id); + return; + } + + chipco_set32(cc, SSB_CHIPCO_PMU_CTL, pmu_ctl); +} +EXPORT_SYMBOL_GPL(ssb_pmu_spuravoid_pllupdate); --- linux-lowlatency-3.8.0.orig/drivers/i2c/busses/Kconfig +++ linux-lowlatency-3.8.0/drivers/i2c/busses/Kconfig @@ -106,6 +106,7 @@ Panther Point (PCH) Lynx Point (PCH) Lynx Point-LP (PCH) + Avoton (SOC) This driver can also be built as a module. If so, the module will be called i2c-i801. @@ -121,6 +122,16 @@ This driver can also be built as a module. If so, the module will be called i2c-isch. +config I2C_ISMT + tristate "Intel iSMT SMBus Controller" + depends on PCI && X86 + help + If you say yes to this option, support will be included for the Intel + iSMT SMBus host controller interface. + + This driver can also be built as a module. If so, the module will be + called i2c-ismt. + config I2C_PIIX4 tristate "Intel PIIX4 and compatible (ATI/AMD/Serverworks/Broadcom/SMSC)" depends on PCI --- linux-lowlatency-3.8.0.orig/drivers/i2c/busses/i2c-designware-core.c +++ linux-lowlatency-3.8.0/drivers/i2c/busses/i2c-designware-core.c @@ -361,7 +361,8 @@ /* Enable the adapter */ dw_writel(dev, 1, DW_IC_ENABLE); - /* Enable interrupts */ + /* Clear and enable interrupts */ + i2c_dw_clear_int(dev); dw_writel(dev, DW_IC_INTR_DEFAULT_MASK, DW_IC_INTR_MASK); } @@ -413,11 +414,29 @@ rx_limit = dev->rx_fifo_depth - dw_readl(dev, DW_IC_RXFLR); while (buf_len > 0 && tx_limit > 0 && rx_limit > 0) { + u32 cmd = 0; + + /* + * If IC_EMPTYFIFO_HOLD_MASTER_EN is set we must + * manually set the stop bit. However, it cannot be + * detected from the registers so we set it always + * when writing/reading the last byte. + */ + if (dev->msg_write_idx == dev->msgs_num - 1 && + buf_len == 1) + cmd |= BIT(9); + if (msgs[dev->msg_write_idx].flags & I2C_M_RD) { - dw_writel(dev, 0x100, DW_IC_DATA_CMD); + + /* avoid rx buffer overrun */ + if (rx_limit - dev->rx_outstanding <= 0) + break; + + dw_writel(dev, cmd | 0x100, DW_IC_DATA_CMD); rx_limit--; + dev->rx_outstanding++; } else - dw_writel(dev, *buf++, DW_IC_DATA_CMD); + dw_writel(dev, cmd | *buf++, DW_IC_DATA_CMD); tx_limit--; buf_len--; } @@ -527,6 +546,7 @@ dev->msg_err = 0; dev->status = STATUS_IDLE; dev->abort_source = 0; + dev->rx_outstanding = 0; ret = i2c_dw_wait_bus_not_busy(dev); if (ret < 0) --- linux-lowlatency-3.8.0.orig/drivers/i2c/busses/i2c-designware-platdrv.c +++ linux-lowlatency-3.8.0/drivers/i2c/busses/i2c-designware-platdrv.c @@ -37,8 +37,10 @@ #include #include #include +#include #include #include +#include #include "i2c-designware-core.h" static struct i2c_algorithm i2c_dw_algo = { @@ -50,6 +52,42 @@ return clk_get_rate(dev->clk)/1000; } +#ifdef CONFIG_ACPI +static int dw_i2c_acpi_configure(struct platform_device *pdev) +{ + struct dw_i2c_dev *dev = platform_get_drvdata(pdev); + struct acpi_device *adev; + int busno, ret; + + if (!ACPI_HANDLE(&pdev->dev)) + return -ENODEV; + + ret = acpi_bus_get_device(ACPI_HANDLE(&pdev->dev), &adev); + if (ret) + return -ENODEV; + + dev->adapter.nr = -1; + if (adev->pnp.unique_id && !kstrtoint(adev->pnp.unique_id, 0, &busno)) + dev->adapter.nr = busno; + + dev->tx_fifo_depth = 32; + dev->rx_fifo_depth = 32; + return 0; +} + +static const struct acpi_device_id dw_i2c_acpi_match[] = { + { "INT33C2", 0 }, + { "INT33C3", 0 }, + { } +}; +MODULE_DEVICE_TABLE(acpi, dw_i2c_acpi_match); +#else +static inline int dw_i2c_acpi_configure(struct platform_device *pdev) +{ + return -ENODEV; +} +#endif + static int dw_i2c_probe(struct platform_device *pdev) { struct dw_i2c_dev *dev; @@ -114,18 +152,22 @@ r = -EBUSY; goto err_unuse_clocks; } - { + + /* Try first if we can configure the device from ACPI */ + r = dw_i2c_acpi_configure(pdev); + if (r) { u32 param1 = i2c_dw_read_comp_param(dev); dev->tx_fifo_depth = ((param1 >> 16) & 0xff) + 1; dev->rx_fifo_depth = ((param1 >> 8) & 0xff) + 1; + dev->adapter.nr = pdev->id; } r = i2c_dw_init(dev); if (r) goto err_iounmap; i2c_dw_disable_int(dev); - r = request_irq(dev->irq, i2c_dw_isr, IRQF_DISABLED, pdev->name, dev); + r = request_irq(dev->irq, i2c_dw_isr, IRQF_SHARED, pdev->name, dev); if (r) { dev_err(&pdev->dev, "failure requesting irq %i\n", dev->irq); goto err_iounmap; @@ -140,14 +182,19 @@ adap->algo = &i2c_dw_algo; adap->dev.parent = &pdev->dev; adap->dev.of_node = pdev->dev.of_node; + ACPI_HANDLE_SET(&adap->dev, ACPI_HANDLE(&pdev->dev)); - adap->nr = pdev->id; r = i2c_add_numbered_adapter(adap); if (r) { dev_err(&pdev->dev, "failure adding adapter\n"); goto err_free_irq; } of_i2c_register_devices(adap); + acpi_i2c_register_devices(adap); + + pm_runtime_set_active(&pdev->dev); + pm_runtime_enable(&pdev->dev); + pm_runtime_put(&pdev->dev); return 0; @@ -175,6 +222,8 @@ struct resource *mem; platform_set_drvdata(pdev, NULL); + pm_runtime_get_sync(&pdev->dev); + i2c_del_adapter(&dev->adapter); put_device(&pdev->dev); @@ -186,6 +235,9 @@ free_irq(dev->irq, dev); kfree(dev); + pm_runtime_put(&pdev->dev); + pm_runtime_disable(&pdev->dev); + mem = platform_get_resource(pdev, IORESOURCE_MEM, 0); release_mem_region(mem->start, resource_size(mem)); return 0; @@ -233,6 +285,7 @@ .name = "i2c_designware", .owner = THIS_MODULE, .of_match_table = of_match_ptr(dw_i2c_of_match), + .acpi_match_table = ACPI_PTR(dw_i2c_acpi_match), .pm = &dw_i2c_dev_pm_ops, }, }; --- linux-lowlatency-3.8.0.orig/drivers/i2c/busses/i2c-tegra.c +++ linux-lowlatency-3.8.0/drivers/i2c/busses/i2c-tegra.c @@ -392,7 +392,11 @@ u32 val; int err = 0; - tegra_i2c_clock_enable(i2c_dev); + err = tegra_i2c_clock_enable(i2c_dev); + if (err < 0) { + dev_err(i2c_dev->dev, "Clock enable failed %d\n", err); + return err; + } tegra_periph_reset_assert(i2c_dev->div_clk); udelay(2); @@ -599,7 +603,12 @@ if (i2c_dev->is_suspended) return -EBUSY; - tegra_i2c_clock_enable(i2c_dev); + ret = tegra_i2c_clock_enable(i2c_dev); + if (ret < 0) { + dev_err(i2c_dev->dev, "Clock enable failed %d\n", ret); + return ret; + } + for (i = 0; i < num; i++) { enum msg_end_type end_type = MSG_END_STOP; if (i < (num - 1)) { --- linux-lowlatency-3.8.0.orig/drivers/i2c/busses/Makefile +++ linux-lowlatency-3.8.0/drivers/i2c/busses/Makefile @@ -14,6 +14,7 @@ obj-$(CONFIG_I2C_AMD8111) += i2c-amd8111.o obj-$(CONFIG_I2C_I801) += i2c-i801.o obj-$(CONFIG_I2C_ISCH) += i2c-isch.o +obj-$(CONFIG_I2C_ISMT) += i2c-ismt.o obj-$(CONFIG_I2C_NFORCE2) += i2c-nforce2.o obj-$(CONFIG_I2C_NFORCE2_S4985) += i2c-nforce2-s4985.o obj-$(CONFIG_I2C_PIIX4) += i2c-piix4.o --- linux-lowlatency-3.8.0.orig/drivers/i2c/busses/i2c-designware-core.h +++ linux-lowlatency-3.8.0/drivers/i2c/busses/i2c-designware-core.h @@ -60,6 +60,7 @@ * @adapter: i2c subsystem adapter node * @tx_fifo_depth: depth of the hardware tx fifo * @rx_fifo_depth: depth of the hardware rx fifo + * @rx_outstanding: current master-rx elements in tx fifo */ struct dw_i2c_dev { struct device *dev; @@ -88,6 +89,7 @@ u32 master_cfg; unsigned int tx_fifo_depth; unsigned int rx_fifo_depth; + int rx_outstanding; }; #define ACCESS_SWAP 0x00000001 --- linux-lowlatency-3.8.0.orig/drivers/i2c/busses/i2c-xiic.c +++ linux-lowlatency-3.8.0/drivers/i2c/busses/i2c-xiic.c @@ -312,10 +312,8 @@ /* last message in transfer -> STOP */ data |= XIIC_TX_DYN_STOP_MASK; dev_dbg(i2c->adap.dev.parent, "%s TX STOP\n", __func__); - - xiic_setreg16(i2c, XIIC_DTR_REG_OFFSET, data); - } else - xiic_setreg8(i2c, XIIC_DTR_REG_OFFSET, data); + } + xiic_setreg16(i2c, XIIC_DTR_REG_OFFSET, data); } } --- linux-lowlatency-3.8.0.orig/drivers/i2c/busses/i2c-i801.c +++ linux-lowlatency-3.8.0/drivers/i2c/busses/i2c-i801.c @@ -53,6 +53,7 @@ Panther Point (PCH) 0x1e22 32 hard yes yes yes Lynx Point (PCH) 0x8c22 32 hard yes yes yes Lynx Point-LP (PCH) 0x9c22 32 hard yes yes yes + Avoton (SOC) 0x1f3c 32 hard yes yes yes Features supported by this driver: Software PEC no @@ -162,6 +163,7 @@ #define PCI_DEVICE_ID_INTEL_PATSBURG_SMBUS_IDF1 0x1d71 #define PCI_DEVICE_ID_INTEL_PATSBURG_SMBUS_IDF2 0x1d72 #define PCI_DEVICE_ID_INTEL_PANTHERPOINT_SMBUS 0x1e22 +#define PCI_DEVICE_ID_INTEL_AVOTON_SMBUS 0x1f3c #define PCI_DEVICE_ID_INTEL_DH89XXCC_SMBUS 0x2330 #define PCI_DEVICE_ID_INTEL_5_3400_SERIES_SMBUS 0x3b30 #define PCI_DEVICE_ID_INTEL_LYNXPOINT_SMBUS 0x8c22 @@ -798,6 +800,7 @@ { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_PANTHERPOINT_SMBUS) }, { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_LYNXPOINT_SMBUS) }, { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_LYNXPOINT_LP_SMBUS) }, + { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_AVOTON_SMBUS) }, { 0, } }; --- linux-lowlatency-3.8.0.orig/drivers/i2c/busses/i2c-ismt.c +++ linux-lowlatency-3.8.0/drivers/i2c/busses/i2c-ismt.c @@ -0,0 +1,965 @@ +/* + * This file is provided under a dual BSD/GPLv2 license. When using or + * redistributing this file, you may do so under either license. + * + * Copyright(c) 2012 Intel Corporation. All rights reserved. + * + * GPL LICENSE SUMMARY + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. + * The full GNU General Public License is included in this distribution + * in the file called LICENSE.GPL. + * + * BSD LICENSE + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * * Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * * Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * * Neither the name of Intel Corporation nor the names of its + * contributors may be used to endorse or promote products derived + * from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + +/* + * Supports the SMBus Message Transport (SMT) in the Intel Atom Processor + * S12xx Product Family. + * + * Features supported by this driver: + * Hardware PEC yes + * Block buffer yes + * Block process call transaction no + * Slave mode no + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include + +/* PCI Address Constants */ +#define SMBBAR 0 + +/* PCI DIDs for the Intel SMBus Message Transport (SMT) Devices */ +#define PCI_DEVICE_ID_INTEL_S1200_SMT0 0x0c59 +#define PCI_DEVICE_ID_INTEL_S1200_SMT1 0x0c5a +#define PCI_DEVICE_ID_INTEL_AVOTON_SMT 0x1f15 + +#define ISMT_DESC_ENTRIES 32 /* number of descriptor entries */ +#define ISMT_MAX_RETRIES 3 /* number of SMBus retries to attempt */ + +/* Hardware Descriptor Constants - Control Field */ +#define ISMT_DESC_CWRL 0x01 /* Command/Write Length */ +#define ISMT_DESC_BLK 0X04 /* Perform Block Transaction */ +#define ISMT_DESC_FAIR 0x08 /* Set fairness flag upon successful arbit. */ +#define ISMT_DESC_PEC 0x10 /* Packet Error Code */ +#define ISMT_DESC_I2C 0x20 /* I2C Enable */ +#define ISMT_DESC_INT 0x40 /* Interrupt */ +#define ISMT_DESC_SOE 0x80 /* Stop On Error */ + +/* Hardware Descriptor Constants - Status Field */ +#define ISMT_DESC_SCS 0x01 /* Success */ +#define ISMT_DESC_DLTO 0x04 /* Data Low Time Out */ +#define ISMT_DESC_NAK 0x08 /* NAK Received */ +#define ISMT_DESC_CRC 0x10 /* CRC Error */ +#define ISMT_DESC_CLTO 0x20 /* Clock Low Time Out */ +#define ISMT_DESC_COL 0x40 /* Collisions */ +#define ISMT_DESC_LPR 0x80 /* Large Packet Received */ + +/* Macros */ +#define ISMT_DESC_ADDR_RW(addr, rw) (((addr) << 1) | (rw)) + +/* iSMT General Register address offsets (SMBBAR + ) */ +#define ISMT_GR_GCTRL 0x000 /* General Control */ +#define ISMT_GR_SMTICL 0x008 /* SMT Interrupt Cause Location */ +#define ISMT_GR_ERRINTMSK 0x010 /* Error Interrupt Mask */ +#define ISMT_GR_ERRAERMSK 0x014 /* Error AER Mask */ +#define ISMT_GR_ERRSTS 0x018 /* Error Status */ +#define ISMT_GR_ERRINFO 0x01c /* Error Information */ + +/* iSMT Master Registers */ +#define ISMT_MSTR_MDBA 0x100 /* Master Descriptor Base Address */ +#define ISMT_MSTR_MCTRL 0x108 /* Master Control */ +#define ISMT_MSTR_MSTS 0x10c /* Master Status */ +#define ISMT_MSTR_MDS 0x110 /* Master Descriptor Size */ +#define ISMT_MSTR_RPOLICY 0x114 /* Retry Policy */ + +/* iSMT Miscellaneous Registers */ +#define ISMT_SPGT 0x300 /* SMBus PHY Global Timing */ + +/* General Control Register (GCTRL) bit definitions */ +#define ISMT_GCTRL_TRST 0x04 /* Target Reset */ +#define ISMT_GCTRL_KILL 0x08 /* Kill */ +#define ISMT_GCTRL_SRST 0x40 /* Soft Reset */ + +/* Master Control Register (MCTRL) bit definitions */ +#define ISMT_MCTRL_SS 0x01 /* Start/Stop */ +#define ISMT_MCTRL_MEIE 0x10 /* Master Error Interrupt Enable */ +#define ISMT_MCTRL_FMHP 0x00ff0000 /* Firmware Master Head Ptr (FMHP) */ + +/* Master Status Register (MSTS) bit definitions */ +#define ISMT_MSTS_HMTP 0xff0000 /* HW Master Tail Pointer (HMTP) */ +#define ISMT_MSTS_MIS 0x20 /* Master Interrupt Status (MIS) */ +#define ISMT_MSTS_MEIS 0x10 /* Master Error Int Status (MEIS) */ +#define ISMT_MSTS_IP 0x01 /* In Progress */ + +/* Master Descriptor Size (MDS) bit definitions */ +#define ISMT_MDS_MASK 0xff /* Master Descriptor Size mask (MDS) */ + +/* SMBus PHY Global Timing Register (SPGT) bit definitions */ +#define ISMT_SPGT_SPD_MASK 0xc0000000 /* SMBus Speed mask */ +#define ISMT_SPGT_SPD_80K 0x00 /* 80 kHz */ +#define ISMT_SPGT_SPD_100K (0x1 << 30) /* 100 kHz */ +#define ISMT_SPGT_SPD_400K (0x2 << 30) /* 400 kHz */ +#define ISMT_SPGT_SPD_1M (0x3 << 30) /* 1 MHz */ + + +/* MSI Control Register (MSICTL) bit definitions */ +#define ISMT_MSICTL_MSIE 0x01 /* MSI Enable */ + +/* iSMT Hardware Descriptor */ +struct ismt_desc { + u8 tgtaddr_rw; /* target address & r/w bit */ + u8 wr_len_cmd; /* write length in bytes or a command */ + u8 rd_len; /* read length */ + u8 control; /* control bits */ + u8 status; /* status bits */ + u8 retry; /* collision retry and retry count */ + u8 rxbytes; /* received bytes */ + u8 txbytes; /* transmitted bytes */ + u32 dptr_low; /* lower 32 bit of the data pointer */ + u32 dptr_high; /* upper 32 bit of the data pointer */ +} __packed; + +struct ismt_priv { + struct i2c_adapter adapter; + void *smba; /* PCI BAR */ + struct pci_dev *pci_dev; + struct ismt_desc *hw; /* descriptor virt base addr */ + dma_addr_t io_rng_dma; /* descriptor HW base addr */ + u8 head; /* ring buffer head pointer */ + struct completion cmp; /* interrupt completion */ + u8 dma_buffer[I2C_SMBUS_BLOCK_MAX + 1]; /* temp R/W data buffer */ + bool using_msi; /* type of interrupt flag */ +}; + +/** + * ismt_ids - PCI device IDs supported by this driver + */ +static const DEFINE_PCI_DEVICE_TABLE(ismt_ids) = { + { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_S1200_SMT0) }, + { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_S1200_SMT1) }, + { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_AVOTON_SMT) }, + { 0, } +}; + +MODULE_DEVICE_TABLE(pci, ismt_ids); + +/* Bus speed control bits for slow debuggers - refer to the docs for usage */ +static unsigned int bus_speed; +module_param(bus_speed, uint, S_IRUGO); +MODULE_PARM_DESC(bus_speed, "Bus Speed in kHz (0 = BIOS default)"); + +/** + * __ismt_desc_dump() - dump the contents of a specific descriptor + */ +static void __ismt_desc_dump(struct device *dev, const struct ismt_desc *desc) +{ + + dev_dbg(dev, "Descriptor struct: %p\n", desc); + dev_dbg(dev, "\ttgtaddr_rw=0x%02X\n", desc->tgtaddr_rw); + dev_dbg(dev, "\twr_len_cmd=0x%02X\n", desc->wr_len_cmd); + dev_dbg(dev, "\trd_len= 0x%02X\n", desc->rd_len); + dev_dbg(dev, "\tcontrol= 0x%02X\n", desc->control); + dev_dbg(dev, "\tstatus= 0x%02X\n", desc->status); + dev_dbg(dev, "\tretry= 0x%02X\n", desc->retry); + dev_dbg(dev, "\trxbytes= 0x%02X\n", desc->rxbytes); + dev_dbg(dev, "\ttxbytes= 0x%02X\n", desc->txbytes); + dev_dbg(dev, "\tdptr_low= 0x%08X\n", desc->dptr_low); + dev_dbg(dev, "\tdptr_high= 0x%08X\n", desc->dptr_high); +} +/** + * ismt_desc_dump() - dump the contents of a descriptor for debug purposes + * @priv: iSMT private data + */ +static void ismt_desc_dump(struct ismt_priv *priv) +{ + struct device *dev = &priv->pci_dev->dev; + struct ismt_desc *desc = &priv->hw[priv->head]; + + dev_dbg(dev, "Dump of the descriptor struct: 0x%X\n", priv->head); + __ismt_desc_dump(dev, desc); +} + +/** + * ismt_gen_reg_dump() - dump the iSMT General Registers + * @priv: iSMT private data + */ +static void ismt_gen_reg_dump(struct ismt_priv *priv) +{ + struct device *dev = &priv->pci_dev->dev; + + dev_dbg(dev, "Dump of the iSMT General Registers\n"); + dev_dbg(dev, " GCTRL.... : (0x%p)=0x%X\n", + priv->smba + ISMT_GR_GCTRL, + readl(priv->smba + ISMT_GR_GCTRL)); + dev_dbg(dev, " SMTICL... : (0x%p)=0x%016llX\n", + priv->smba + ISMT_GR_SMTICL, + (long long unsigned int)readq(priv->smba + ISMT_GR_SMTICL)); + dev_dbg(dev, " ERRINTMSK : (0x%p)=0x%X\n", + priv->smba + ISMT_GR_ERRINTMSK, + readl(priv->smba + ISMT_GR_ERRINTMSK)); + dev_dbg(dev, " ERRAERMSK : (0x%p)=0x%X\n", + priv->smba + ISMT_GR_ERRAERMSK, + readl(priv->smba + ISMT_GR_ERRAERMSK)); + dev_dbg(dev, " ERRSTS... : (0x%p)=0x%X\n", + priv->smba + ISMT_GR_ERRSTS, + readl(priv->smba + ISMT_GR_ERRSTS)); + dev_dbg(dev, " ERRINFO.. : (0x%p)=0x%X\n", + priv->smba + ISMT_GR_ERRINFO, + readl(priv->smba + ISMT_GR_ERRINFO)); +} + +/** + * ismt_mstr_reg_dump() - dump the iSMT Master Registers + * @priv: iSMT private data + */ +static void ismt_mstr_reg_dump(struct ismt_priv *priv) +{ + struct device *dev = &priv->pci_dev->dev; + + dev_dbg(dev, "Dump of the iSMT Master Registers\n"); + dev_dbg(dev, " MDBA..... : (0x%p)=0x%016llX\n", + priv->smba + ISMT_MSTR_MDBA, + (long long unsigned int)readq(priv->smba + ISMT_MSTR_MDBA)); + dev_dbg(dev, " MCTRL.... : (0x%p)=0x%X\n", + priv->smba + ISMT_MSTR_MCTRL, + readl(priv->smba + ISMT_MSTR_MCTRL)); + dev_dbg(dev, " MSTS..... : (0x%p)=0x%X\n", + priv->smba + ISMT_MSTR_MSTS, + readl(priv->smba + ISMT_MSTR_MSTS)); + dev_dbg(dev, " MDS...... : (0x%p)=0x%X\n", + priv->smba + ISMT_MSTR_MDS, + readl(priv->smba + ISMT_MSTR_MDS)); + dev_dbg(dev, " RPOLICY.. : (0x%p)=0x%X\n", + priv->smba + ISMT_MSTR_RPOLICY, + readl(priv->smba + ISMT_MSTR_RPOLICY)); + dev_dbg(dev, " SPGT..... : (0x%p)=0x%X\n", + priv->smba + ISMT_SPGT, + readl(priv->smba + ISMT_SPGT)); +} + +/** + * ismt_submit_desc() - add a descriptor to the ring + * @priv: iSMT private data + */ +static void ismt_submit_desc(struct ismt_priv *priv) +{ + uint fmhp; + uint val; + + ismt_desc_dump(priv); + ismt_gen_reg_dump(priv); + ismt_mstr_reg_dump(priv); + + /* Set the FMHP (Firmware Master Head Pointer)*/ + fmhp = ((priv->head + 1) % ISMT_DESC_ENTRIES) << 16; + val = readl(priv->smba + ISMT_MSTR_MCTRL); + writel((val & ~ISMT_MCTRL_FMHP) | fmhp, + priv->smba + ISMT_MSTR_MCTRL); + + /* Set the start bit */ + val = readl(priv->smba + ISMT_MSTR_MCTRL); + writel(val | ISMT_MCTRL_SS, + priv->smba + ISMT_MSTR_MCTRL); +} + +/** + * ismt_process_desc() - handle the completion of the descriptor + * @desc: the iSMT hardware descriptor + * @data: data buffer from the upper layer + * @priv: ismt_priv struct holding our dma buffer + * @size: SMBus transaction type + * @read_write: flag to indicate if this is a read or write + */ +static int ismt_process_desc(const struct ismt_desc *desc, + union i2c_smbus_data *data, + struct ismt_priv *priv, int size, + char read_write) +{ + u8 *dma_buffer = priv->dma_buffer; + + dev_dbg(&priv->pci_dev->dev, "Processing completed descriptor\n"); + __ismt_desc_dump(&priv->pci_dev->dev, desc); + + if (desc->status & ISMT_DESC_SCS) { + if (read_write == I2C_SMBUS_WRITE && + size != I2C_SMBUS_PROC_CALL) + return 0; + + switch (size) { + case I2C_SMBUS_BYTE: + case I2C_SMBUS_BYTE_DATA: + data->byte = dma_buffer[0]; + break; + case I2C_SMBUS_WORD_DATA: + case I2C_SMBUS_PROC_CALL: + data->word = dma_buffer[0] | (dma_buffer[1] << 8); + break; + case I2C_SMBUS_BLOCK_DATA: + memcpy(&data->block[1], dma_buffer, desc->rxbytes); + data->block[0] = desc->rxbytes; + break; + } + return 0; + } + + if (likely(desc->status & ISMT_DESC_NAK)) + return -ENXIO; + + if (desc->status & ISMT_DESC_CRC) + return -EBADMSG; + + if (desc->status & ISMT_DESC_COL) + return -EAGAIN; + + if (desc->status & ISMT_DESC_LPR) + return -EPROTO; + + if (desc->status & (ISMT_DESC_DLTO | ISMT_DESC_CLTO)) + return -ETIMEDOUT; + + return -EIO; +} + +/** + * ismt_access() - process an SMBus command + * @adap: the i2c host adapter + * @addr: address of the i2c/SMBus target + * @flags: command options + * @read_write: read from or write to device + * @command: the i2c/SMBus command to issue + * @size: SMBus transaction type + * @data: read/write data buffer + */ +static int ismt_access(struct i2c_adapter *adap, u16 addr, + unsigned short flags, char read_write, u8 command, + int size, union i2c_smbus_data *data) +{ + int ret; + dma_addr_t dma_addr = 0; /* address of the data buffer */ + u8 dma_size = 0; + enum dma_data_direction dma_direction = 0; + struct ismt_desc *desc; + struct ismt_priv *priv = i2c_get_adapdata(adap); + struct device *dev = &priv->pci_dev->dev; + + desc = &priv->hw[priv->head]; + + /* Initialize the descriptor */ + memset(desc, 0, sizeof(struct ismt_desc)); + desc->tgtaddr_rw = ISMT_DESC_ADDR_RW(addr, read_write); + + /* Initialize common control bits */ + if (likely(priv->using_msi)) + desc->control = ISMT_DESC_INT | ISMT_DESC_FAIR; + else + desc->control = ISMT_DESC_FAIR; + + if ((flags & I2C_CLIENT_PEC) && (size != I2C_SMBUS_QUICK) + && (size != I2C_SMBUS_I2C_BLOCK_DATA)) + desc->control |= ISMT_DESC_PEC; + + switch (size) { + case I2C_SMBUS_QUICK: + dev_dbg(dev, "I2C_SMBUS_QUICK\n"); + break; + + case I2C_SMBUS_BYTE: + if (read_write == I2C_SMBUS_WRITE) { + /* + * Send Byte + * The command field contains the write data + */ + dev_dbg(dev, "I2C_SMBUS_BYTE: WRITE\n"); + desc->control |= ISMT_DESC_CWRL; + desc->wr_len_cmd = command; + } else { + /* Receive Byte */ + dev_dbg(dev, "I2C_SMBUS_BYTE: READ\n"); + dma_size = 1; + dma_direction = DMA_FROM_DEVICE; + desc->rd_len = 1; + } + break; + + case I2C_SMBUS_BYTE_DATA: + if (read_write == I2C_SMBUS_WRITE) { + /* + * Write Byte + * Command plus 1 data byte + */ + dev_dbg(dev, "I2C_SMBUS_BYTE_DATA: WRITE\n"); + desc->wr_len_cmd = 2; + dma_size = 2; + dma_direction = DMA_TO_DEVICE; + priv->dma_buffer[0] = command; + priv->dma_buffer[1] = data->byte; + } else { + /* Read Byte */ + dev_dbg(dev, "I2C_SMBUS_BYTE_DATA: READ\n"); + desc->control |= ISMT_DESC_CWRL; + desc->wr_len_cmd = command; + desc->rd_len = 1; + dma_size = 1; + dma_direction = DMA_FROM_DEVICE; + } + break; + + case I2C_SMBUS_WORD_DATA: + if (read_write == I2C_SMBUS_WRITE) { + /* Write Word */ + dev_dbg(dev, "I2C_SMBUS_WORD_DATA: WRITE\n"); + desc->wr_len_cmd = 3; + dma_size = 3; + dma_direction = DMA_TO_DEVICE; + priv->dma_buffer[0] = command; + priv->dma_buffer[1] = data->word & 0xff; + priv->dma_buffer[2] = data->word >> 8; + } else { + /* Read Word */ + dev_dbg(dev, "I2C_SMBUS_WORD_DATA: READ\n"); + desc->wr_len_cmd = command; + desc->control |= ISMT_DESC_CWRL; + desc->rd_len = 2; + dma_size = 2; + dma_direction = DMA_FROM_DEVICE; + } + break; + + case I2C_SMBUS_PROC_CALL: + dev_dbg(dev, "I2C_SMBUS_PROC_CALL\n"); + desc->wr_len_cmd = 3; + desc->rd_len = 2; + dma_size = 3; + dma_direction = DMA_BIDIRECTIONAL; + priv->dma_buffer[0] = command; + priv->dma_buffer[1] = data->word & 0xff; + priv->dma_buffer[2] = data->word >> 8; + break; + + case I2C_SMBUS_BLOCK_DATA: + if (read_write == I2C_SMBUS_WRITE) { + /* Block Write */ + dev_dbg(dev, "I2C_SMBUS_BLOCK_DATA: WRITE\n"); + dma_size = data->block[0] + 1; + dma_direction = DMA_TO_DEVICE; + desc->wr_len_cmd = dma_size; + desc->control |= ISMT_DESC_BLK; + priv->dma_buffer[0] = command; + memcpy(&priv->dma_buffer[1], &data->block[1], dma_size); + } else { + /* Block Read */ + dev_dbg(dev, "I2C_SMBUS_BLOCK_DATA: READ\n"); + dma_size = I2C_SMBUS_BLOCK_MAX; + dma_direction = DMA_FROM_DEVICE; + desc->rd_len = dma_size; + desc->wr_len_cmd = command; + desc->control |= (ISMT_DESC_BLK | ISMT_DESC_CWRL); + } + break; + + default: + dev_err(dev, "Unsupported transaction %d\n", + size); + return -EOPNOTSUPP; + } + + /* map the data buffer */ + if (dma_size != 0) { + dev_dbg(dev, " dev=%p\n", dev); + dev_dbg(dev, " data=%p\n", data); + dev_dbg(dev, " dma_buffer=%p\n", priv->dma_buffer); + dev_dbg(dev, " dma_size=%d\n", dma_size); + dev_dbg(dev, " dma_direction=%d\n", dma_direction); + + dma_addr = dma_map_single(dev, + priv->dma_buffer, + dma_size, + dma_direction); + + if (dma_mapping_error(dev, dma_addr)) { + dev_err(dev, "Error in mapping dma buffer %p\n", + priv->dma_buffer); + return -EIO; + } + + dev_dbg(dev, " dma_addr = 0x%016llX\n", + (unsigned long long)dma_addr); + + desc->dptr_low = lower_32_bits(dma_addr); + desc->dptr_high = upper_32_bits(dma_addr); + } + + INIT_COMPLETION(priv->cmp); + + /* Add the descriptor */ + ismt_submit_desc(priv); + + /* Now we wait for interrupt completion, 1s */ + ret = wait_for_completion_timeout(&priv->cmp, HZ*1); + + /* unmap the data buffer */ + if (dma_size != 0) + dma_unmap_single(&adap->dev, dma_addr, dma_size, dma_direction); + + if (unlikely(!ret)) { + dev_err(dev, "completion wait timed out\n"); + ret = -ETIMEDOUT; + goto out; + } + + /* do any post processing of the descriptor here */ + ret = ismt_process_desc(desc, data, priv, size, read_write); + +out: + /* Update the ring pointer */ + priv->head++; + priv->head %= ISMT_DESC_ENTRIES; + + return ret; +} + +/** + * ismt_func() - report which i2c commands are supported by this adapter + * @adap: the i2c host adapter + */ +static u32 ismt_func(struct i2c_adapter *adap) +{ + return I2C_FUNC_SMBUS_QUICK | + I2C_FUNC_SMBUS_BYTE | + I2C_FUNC_SMBUS_BYTE_DATA | + I2C_FUNC_SMBUS_WORD_DATA | + I2C_FUNC_SMBUS_PROC_CALL | + I2C_FUNC_SMBUS_BLOCK_DATA | + I2C_FUNC_SMBUS_PEC; +} + +/** + * smbus_algorithm - the adapter algorithm and supported functionality + * @smbus_xfer: the adapter algorithm + * @functionality: functionality supported by the adapter + */ +static const struct i2c_algorithm smbus_algorithm = { + .smbus_xfer = ismt_access, + .functionality = ismt_func, +}; + +/** + * ismt_handle_isr() - interrupt handler bottom half + * @priv: iSMT private data + */ +static irqreturn_t ismt_handle_isr(struct ismt_priv *priv) +{ + complete(&priv->cmp); + + return IRQ_HANDLED; +} + + +/** + * ismt_do_interrupt() - IRQ interrupt handler + * @vec: interrupt vector + * @data: iSMT private data + */ +static irqreturn_t ismt_do_interrupt(int vec, void *data) +{ + u32 val; + struct ismt_priv *priv = data; + + /* + * check to see it's our interrupt, return IRQ_NONE if not ours + * since we are sharing interrupt + */ + val = readl(priv->smba + ISMT_MSTR_MSTS); + + if (!(val & (ISMT_MSTS_MIS | ISMT_MSTS_MEIS))) + return IRQ_NONE; + else + writel(val | ISMT_MSTS_MIS | ISMT_MSTS_MEIS, + priv->smba + ISMT_MSTR_MSTS); + + return ismt_handle_isr(priv); +} + +/** + * ismt_do_msi_interrupt() - MSI interrupt handler + * @vec: interrupt vector + * @data: iSMT private data + */ +static irqreturn_t ismt_do_msi_interrupt(int vec, void *data) +{ + return ismt_handle_isr(data); +} + +/** + * ismt_hw_init() - initialize the iSMT hardware + * @priv: iSMT private data + */ +static void ismt_hw_init(struct ismt_priv *priv) +{ + u32 val; + struct device *dev = &priv->pci_dev->dev; + + /* initialize the Master Descriptor Base Address (MDBA) */ + writeq(priv->io_rng_dma, priv->smba + ISMT_MSTR_MDBA); + + /* initialize the Master Control Register (MCTRL) */ + writel(ISMT_MCTRL_MEIE, priv->smba + ISMT_MSTR_MCTRL); + + /* initialize the Master Status Register (MSTS) */ + writel(0, priv->smba + ISMT_MSTR_MSTS); + + /* initialize the Master Descriptor Size (MDS) */ + val = readl(priv->smba + ISMT_MSTR_MDS); + writel((val & ~ISMT_MDS_MASK) | (ISMT_DESC_ENTRIES - 1), + priv->smba + ISMT_MSTR_MDS); + + /* + * Set the SMBus speed (could use this for slow HW debuggers) + */ + + val = readl(priv->smba + ISMT_SPGT); + + switch (bus_speed) { + case 0: + break; + + case 80: + dev_dbg(dev, "Setting SMBus clock to 80 kHz\n"); + writel(((val & ~ISMT_SPGT_SPD_MASK) | ISMT_SPGT_SPD_80K), + priv->smba + ISMT_SPGT); + break; + + case 100: + dev_dbg(dev, "Setting SMBus clock to 100 kHz\n"); + writel(((val & ~ISMT_SPGT_SPD_MASK) | ISMT_SPGT_SPD_100K), + priv->smba + ISMT_SPGT); + break; + + case 400: + dev_dbg(dev, "Setting SMBus clock to 400 kHz\n"); + writel(((val & ~ISMT_SPGT_SPD_MASK) | ISMT_SPGT_SPD_400K), + priv->smba + ISMT_SPGT); + break; + + case 1000: + dev_dbg(dev, "Setting SMBus clock to 1000 kHz\n"); + writel(((val & ~ISMT_SPGT_SPD_MASK) | ISMT_SPGT_SPD_1M), + priv->smba + ISMT_SPGT); + break; + + default: + dev_warn(dev, "Invalid SMBus clock speed, only 0, 80, 100, 400, and 1000 are valid\n"); + break; + } + + val = readl(priv->smba + ISMT_SPGT); + + switch (val & ISMT_SPGT_SPD_MASK) { + case ISMT_SPGT_SPD_80K: + bus_speed = 80; + break; + case ISMT_SPGT_SPD_100K: + bus_speed = 100; + break; + case ISMT_SPGT_SPD_400K: + bus_speed = 400; + break; + case ISMT_SPGT_SPD_1M: + bus_speed = 1000; + break; + } + dev_dbg(dev, "SMBus clock is running at %d kHz\n", bus_speed); +} + +/** + * ismt_dev_init() - initialize the iSMT data structures + * @priv: iSMT private data + */ +static int ismt_dev_init(struct ismt_priv *priv) +{ + /* allocate memory for the descriptor */ + priv->hw = dmam_alloc_coherent(&priv->pci_dev->dev, + (ISMT_DESC_ENTRIES + * sizeof(struct ismt_desc)), + &priv->io_rng_dma, + GFP_KERNEL); + if (!priv->hw) + return -ENOMEM; + + memset(priv->hw, 0, (ISMT_DESC_ENTRIES * sizeof(struct ismt_desc))); + + priv->head = 0; + init_completion(&priv->cmp); + + return 0; +} + +/** + * ismt_int_init() - initialize interrupts + * @priv: iSMT private data + */ +static int ismt_int_init(struct ismt_priv *priv) +{ + int err; + + /* Try using MSI interrupts */ + err = pci_enable_msi(priv->pci_dev); + if (err) { + dev_warn(&priv->pci_dev->dev, + "Unable to use MSI interrupts, falling back to legacy\n"); + goto intx; + } + + err = devm_request_irq(&priv->pci_dev->dev, + priv->pci_dev->irq, + ismt_do_msi_interrupt, + 0, + "ismt-msi", + priv); + if (err) { + pci_disable_msi(priv->pci_dev); + goto intx; + } + + priv->using_msi = true; + goto done; + + /* Try using legacy interrupts */ +intx: + err = devm_request_irq(&priv->pci_dev->dev, + priv->pci_dev->irq, + ismt_do_interrupt, + IRQF_SHARED, + "ismt-intx", + priv); + if (err) { + dev_err(&priv->pci_dev->dev, "no usable interrupts\n"); + return -ENODEV; + } + + priv->using_msi = false; + +done: + return 0; +} + +static struct pci_driver ismt_driver; + +/** + * ismt_probe() - probe for iSMT devices + * @pdev: PCI-Express device + * @id: PCI-Express device ID + */ +static int +ismt_probe(struct pci_dev *pdev, const struct pci_device_id *id) +{ + int err; + struct ismt_priv *priv; + unsigned long start, len; + + priv = devm_kzalloc(&pdev->dev, sizeof(*priv), GFP_KERNEL); + if (!priv) + return -ENOMEM; + + pci_set_drvdata(pdev, priv); + i2c_set_adapdata(&priv->adapter, priv); + priv->adapter.owner = THIS_MODULE; + + priv->adapter.class = I2C_CLASS_HWMON; + + priv->adapter.algo = &smbus_algorithm; + + /* set up the sysfs linkage to our parent device */ + priv->adapter.dev.parent = &pdev->dev; + + /* number of retries on lost arbitration */ + priv->adapter.retries = ISMT_MAX_RETRIES; + + priv->pci_dev = pdev; + + err = pcim_enable_device(pdev); + if (err) { + dev_err(&pdev->dev, "Failed to enable SMBus PCI device (%d)\n", + err); + return err; + } + + /* enable bus mastering */ + pci_set_master(pdev); + + /* Determine the address of the SMBus area */ + start = pci_resource_start(pdev, SMBBAR); + len = pci_resource_len(pdev, SMBBAR); + if (!start || !len) { + dev_err(&pdev->dev, + "SMBus base address uninitialized, upgrade BIOS\n"); + return -ENODEV; + } + + snprintf(priv->adapter.name, sizeof(priv->adapter.name), + "SMBus iSMT adapter at %lx", start); + + dev_dbg(&priv->pci_dev->dev, " start=0x%lX\n", start); + dev_dbg(&priv->pci_dev->dev, " len=0x%lX\n", len); + + err = acpi_check_resource_conflict(&pdev->resource[SMBBAR]); + if (err) { + dev_err(&pdev->dev, "ACPI resource conflict!\n"); + return err; + } + + err = pci_request_region(pdev, SMBBAR, ismt_driver.name); + if (err) { + dev_err(&pdev->dev, + "Failed to request SMBus region 0x%lx-0x%lx\n", + start, start + len); + return err; + } + + priv->smba = pcim_iomap(pdev, SMBBAR, len); + if (!priv->smba) { + dev_err(&pdev->dev, "Unable to ioremap SMBus BAR\n"); + err = -ENODEV; + goto fail; + } + + if ((pci_set_dma_mask(pdev, DMA_BIT_MASK(64)) != 0) || + (pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(64)) != 0)) { + if ((pci_set_dma_mask(pdev, DMA_BIT_MASK(32)) != 0) || + (pci_set_consistent_dma_mask(pdev, + DMA_BIT_MASK(32)) != 0)) { + dev_err(&pdev->dev, "pci_set_dma_mask fail %p\n", + pdev); + goto fail; + } + } + + err = ismt_dev_init(priv); + if (err) + goto fail; + + ismt_hw_init(priv); + + err = ismt_int_init(priv); + if (err) + goto fail; + + err = i2c_add_adapter(&priv->adapter); + if (err) { + dev_err(&pdev->dev, "Failed to add SMBus iSMT adapter\n"); + err = -ENODEV; + goto fail; + } + return 0; + +fail: + pci_release_region(pdev, SMBBAR); + return err; +} + +/** + * ismt_remove() - release driver resources + * @pdev: PCI-Express device + */ +static void ismt_remove(struct pci_dev *pdev) +{ + struct ismt_priv *priv = pci_get_drvdata(pdev); + + i2c_del_adapter(&priv->adapter); + pci_release_region(pdev, SMBBAR); +} + +/** + * ismt_suspend() - place the device in suspend + * @pdev: PCI-Express device + * @mesg: PM message + */ +#ifdef CONFIG_PM +static int ismt_suspend(struct pci_dev *pdev, pm_message_t mesg) +{ + pci_save_state(pdev); + pci_set_power_state(pdev, pci_choose_state(pdev, mesg)); + return 0; +} + +/** + * ismt_resume() - PCI resume code + * @pdev: PCI-Express device + */ +static int ismt_resume(struct pci_dev *pdev) +{ + pci_set_power_state(pdev, PCI_D0); + pci_restore_state(pdev); + return pci_enable_device(pdev); +} + +#else + +#define ismt_suspend NULL +#define ismt_resume NULL + +#endif + +static struct pci_driver ismt_driver = { + .name = "ismt_smbus", + .id_table = ismt_ids, + .probe = ismt_probe, + .remove = ismt_remove, + .suspend = ismt_suspend, + .resume = ismt_resume, +}; + +module_pci_driver(ismt_driver); + +MODULE_LICENSE("Dual BSD/GPL"); +MODULE_AUTHOR("Bill E. Brown "); +MODULE_DESCRIPTION("Intel SMBus Message Transport (iSMT) driver"); --- linux-lowlatency-3.8.0.orig/drivers/s390/char/sclp_cmd.c +++ linux-lowlatency-3.8.0/drivers/s390/char/sclp_cmd.c @@ -567,6 +567,8 @@ add_memory_merged(0); } +#define MEM_SCT_SIZE (1UL << SECTION_SIZE_BITS) + static void __init insert_increment(u16 rn, int standby, int assigned) { struct memory_increment *incr, *new_incr; @@ -579,7 +581,7 @@ new_incr->rn = rn; new_incr->standby = standby; if (!standby) - new_incr->usecount = 1; + new_incr->usecount = rzm > MEM_SCT_SIZE ? rzm/MEM_SCT_SIZE : 1; last_rn = 0; prev = &sclp_mem_list; list_for_each_entry(incr, &sclp_mem_list, list) { --- linux-lowlatency-3.8.0.orig/drivers/s390/kvm/kvm_virtio.c +++ linux-lowlatency-3.8.0/drivers/s390/kvm/kvm_virtio.c @@ -422,6 +422,26 @@ } /* + * For s390-virtio, we expect a page above main storage containing + * the virtio configuration. Try to actually load from this area + * in order to figure out if the host provides this page. + */ +static int __init test_devices_support(unsigned long addr) +{ + int ret = -EIO; + + asm volatile( + "0: lura 0,%1\n" + "1: xgr %0,%0\n" + "2:\n" + EX_TABLE(0b,2b) + EX_TABLE(1b,2b) + : "+d" (ret) + : "a" (addr) + : "0", "cc"); + return ret; +} +/* * Init function for virtio * devices are in a single page above top of "normal" mem */ @@ -432,21 +452,23 @@ if (!MACHINE_IS_KVM) return -ENODEV; + if (test_devices_support(real_memory_size) < 0) + return -ENODEV; + + rc = vmem_add_mapping(real_memory_size, PAGE_SIZE); + if (rc) + return rc; + + kvm_devices = (void *) real_memory_size; + kvm_root = root_device_register("kvm_s390"); if (IS_ERR(kvm_root)) { rc = PTR_ERR(kvm_root); printk(KERN_ERR "Could not register kvm_s390 root device"); + vmem_remove_mapping(real_memory_size, PAGE_SIZE); return rc; } - rc = vmem_add_mapping(real_memory_size, PAGE_SIZE); - if (rc) { - root_device_unregister(kvm_root); - return rc; - } - - kvm_devices = (void *) real_memory_size; - INIT_WORK(&hotplug_work, hotplug_devices); service_subclass_irq_register(); --- linux-lowlatency-3.8.0.orig/drivers/block/brd.c +++ linux-lowlatency-3.8.0/drivers/block/brd.c @@ -117,13 +117,13 @@ spin_lock(&brd->brd_lock); idx = sector >> PAGE_SECTORS_SHIFT; + page->index = idx; if (radix_tree_insert(&brd->brd_pages, idx, page)) { __free_page(page); page = radix_tree_lookup(&brd->brd_pages, idx); BUG_ON(!page); BUG_ON(page->index != idx); - } else - page->index = idx; + } spin_unlock(&brd->brd_lock); radix_tree_preload_end(); --- linux-lowlatency-3.8.0.orig/drivers/block/loop.c +++ linux-lowlatency-3.8.0/drivers/block/loop.c @@ -917,6 +917,11 @@ lo->lo_flags |= LO_FLAGS_PARTSCAN; if (lo->lo_flags & LO_FLAGS_PARTSCAN) ioctl_by_bdev(bdev, BLKRRPART, 0); + + /* Grab the block_device to prevent its destruction after we + * put /dev/loopXX inode. Later in loop_clr_fd() we bdput(bdev). + */ + bdgrab(bdev); return 0; out_clr: @@ -1026,8 +1031,10 @@ memset(lo->lo_encrypt_key, 0, LO_KEY_SIZE); memset(lo->lo_crypt_name, 0, LO_NAME_SIZE); memset(lo->lo_file_name, 0, LO_NAME_SIZE); - if (bdev) + if (bdev) { + bdput(bdev); invalidate_bdev(bdev); + } set_capacity(lo->lo_disk, 0); loop_sysfs_exit(lo); if (bdev) { @@ -1285,11 +1292,9 @@ /* the width of sector_t may be narrow for bit-shift */ sz = sec; sz <<= 9; - mutex_lock(&bdev->bd_mutex); bd_set_size(bdev, sz); /* let user-space know about the new size */ kobject_uevent(&disk_to_dev(bdev->bd_disk)->kobj, KOBJ_CHANGE); - mutex_unlock(&bdev->bd_mutex); out: return err; @@ -1858,11 +1863,15 @@ max_part = (1UL << part_shift) - 1; } - if ((1UL << part_shift) > DISK_MAX_PARTS) - return -EINVAL; + if ((1UL << part_shift) > DISK_MAX_PARTS) { + err = -EINVAL; + goto misc_out; + } - if (max_loop > 1UL << (MINORBITS - part_shift)) - return -EINVAL; + if (max_loop > 1UL << (MINORBITS - part_shift)) { + err = -EINVAL; + goto misc_out; + } /* * If max_loop is specified, create that many devices upfront. @@ -1880,8 +1889,10 @@ range = 1UL << MINORBITS; } - if (register_blkdev(LOOP_MAJOR, "loop")) - return -EIO; + if (register_blkdev(LOOP_MAJOR, "loop")) { + err = -EIO; + goto misc_out; + } blk_register_region(MKDEV(LOOP_MAJOR, 0), range, THIS_MODULE, loop_probe, NULL, NULL); @@ -1894,6 +1905,10 @@ printk(KERN_INFO "loop: module loaded\n"); return 0; + +misc_out: + misc_deregister(&loop_misc); + return err; } static int loop_exit_cb(int id, void *ptr, void *data) --- linux-lowlatency-3.8.0.orig/drivers/block/xen-blkfront.c +++ linux-lowlatency-3.8.0/drivers/block/xen-blkfront.c @@ -44,7 +44,7 @@ #include #include #include -#include +#include #include #include @@ -68,7 +68,7 @@ struct grant { grant_ref_t gref; unsigned long pfn; - struct llist_node node; + struct list_head node; }; struct blk_shadow { @@ -105,7 +105,7 @@ struct work_struct work; struct gnttab_free_callback callback; struct blk_shadow shadow[BLK_RING_SIZE]; - struct llist_head persistent_gnts; + struct list_head persistent_gnts; unsigned int persistent_gnts_c; unsigned long shadow_free; unsigned int feature_flush; @@ -371,10 +371,11 @@ lsect = fsect + (sg->length >> 9) - 1; if (info->persistent_gnts_c) { - BUG_ON(llist_empty(&info->persistent_gnts)); - gnt_list_entry = llist_entry( - llist_del_first(&info->persistent_gnts), - struct grant, node); + BUG_ON(list_empty(&info->persistent_gnts)); + gnt_list_entry = list_first_entry( + &info->persistent_gnts, + struct grant, node); + list_del(&gnt_list_entry->node); ref = gnt_list_entry->gref; buffer_mfn = pfn_to_mfn(gnt_list_entry->pfn); @@ -790,9 +791,8 @@ static void blkif_free(struct blkfront_info *info, int suspend) { - struct llist_node *all_gnts; struct grant *persistent_gnt; - struct llist_node *n; + struct grant *n; /* Prevent new requests being issued until we fix things up. */ spin_lock_irq(&info->io_lock); @@ -804,13 +804,15 @@ /* Remove all persistent grants */ if (info->persistent_gnts_c) { - all_gnts = llist_del_all(&info->persistent_gnts); - llist_for_each_entry_safe(persistent_gnt, n, all_gnts, node) { + list_for_each_entry_safe(persistent_gnt, n, + &info->persistent_gnts, node) { + list_del(&persistent_gnt->node); gnttab_end_foreign_access(persistent_gnt->gref, 0, 0UL); __free_page(pfn_to_page(persistent_gnt->pfn)); kfree(persistent_gnt); + info->persistent_gnts_c--; } - info->persistent_gnts_c = 0; + BUG_ON(info->persistent_gnts_c != 0); } /* No more gnttab callback work. */ @@ -868,7 +870,7 @@ } /* Add the persistent grant into the list of free grants */ for (i = 0; i < s->req.u.rw.nr_segments; i++) { - llist_add(&s->grants_used[i]->node, &info->persistent_gnts); + list_add(&s->grants_used[i]->node, &info->persistent_gnts); info->persistent_gnts_c++; } } @@ -1164,7 +1166,7 @@ spin_lock_init(&info->io_lock); info->xbdev = dev; info->vdevice = vdevice; - init_llist_head(&info->persistent_gnts); + INIT_LIST_HEAD(&info->persistent_gnts); info->persistent_gnts_c = 0; info->connected = BLKIF_STATE_DISCONNECTED; INIT_WORK(&info->work, blkif_restart_queue); --- linux-lowlatency-3.8.0.orig/drivers/block/nbd.c +++ linux-lowlatency-3.8.0/drivers/block/nbd.c @@ -57,7 +57,7 @@ static unsigned int nbds_max = 16; static struct nbd_device *nbd_dev; -static int max_part; +static int max_part = 15; /* * Use just one lock (or at most 1 per NIC). Two arguments for this: @@ -595,12 +595,20 @@ struct request sreq; dev_info(disk_to_dev(nbd->disk), "NBD_DISCONNECT\n"); + if (!nbd->sock) + return -EINVAL; + mutex_unlock(&nbd->tx_lock); + fsync_bdev(bdev); + mutex_lock(&nbd->tx_lock); blk_rq_init(NULL, &sreq); sreq.cmd_type = REQ_TYPE_SPECIAL; nbd_cmd(&sreq) = NBD_CMD_DISC; + + /* Check again after getting mutex back. */ if (!nbd->sock) return -EINVAL; + nbd_send_req(nbd, &sreq); return 0; } @@ -614,6 +622,7 @@ nbd_clear_que(nbd); BUG_ON(!list_empty(&nbd->queue_head)); BUG_ON(!list_empty(&nbd->waiting_queue)); + kill_bdev(bdev); if (file) fput(file); return 0; @@ -702,6 +711,7 @@ nbd->file = NULL; nbd_clear_que(nbd); dev_warn(disk_to_dev(nbd->disk), "queue cleared\n"); + kill_bdev(bdev); queue_flag_clear_unlocked(QUEUE_FLAG_DISCARD, nbd->disk->queue); if (file) fput(file); --- linux-lowlatency-3.8.0.orig/drivers/block/aoe/aoecmd.c +++ linux-lowlatency-3.8.0/drivers/block/aoe/aoecmd.c @@ -51,8 +51,9 @@ { struct sk_buff *skb; - skb = alloc_skb(len, GFP_ATOMIC); + skb = alloc_skb(len + MAX_HEADER, GFP_ATOMIC); if (skb) { + skb_reserve(skb, MAX_HEADER); skb_reset_mac_header(skb); skb_reset_network_header(skb); skb->protocol = __constant_htons(ETH_P_AOE); --- linux-lowlatency-3.8.0.orig/drivers/block/xen-blkback/xenbus.c +++ linux-lowlatency-3.8.0/drivers/block/xen-blkback/xenbus.c @@ -367,6 +367,7 @@ be->blkif = NULL; } + kfree(be->mode); kfree(be); dev_set_drvdata(&dev->dev, NULL); return 0; @@ -502,6 +503,7 @@ = container_of(watch, struct backend_info, backend_watch); struct xenbus_device *dev = be->dev; int cdrom = 0; + unsigned long handle; char *device_type; DPRINTK(""); @@ -521,10 +523,10 @@ return; } - if ((be->major || be->minor) && - ((be->major != major) || (be->minor != minor))) { - pr_warn(DRV_PFX "changing physical device (from %x:%x to %x:%x) not supported.\n", - be->major, be->minor, major, minor); + if (be->major | be->minor) { + if (be->major != major || be->minor != minor) + pr_warn(DRV_PFX "changing physical device (from %x:%x to %x:%x) not supported.\n", + be->major, be->minor, major, minor); return; } @@ -542,36 +544,33 @@ kfree(device_type); } - if (be->major == 0 && be->minor == 0) { - /* Front end dir is a number, which is used as the handle. */ + /* Front end dir is a number, which is used as the handle. */ + err = strict_strtoul(strrchr(dev->otherend, '/') + 1, 0, &handle); + if (err) + return; - char *p = strrchr(dev->otherend, '/') + 1; - long handle; - err = strict_strtoul(p, 0, &handle); - if (err) - return; + be->major = major; + be->minor = minor; - be->major = major; - be->minor = minor; - - err = xen_vbd_create(be->blkif, handle, major, minor, - (NULL == strchr(be->mode, 'w')), cdrom); - if (err) { - be->major = 0; - be->minor = 0; - xenbus_dev_fatal(dev, err, "creating vbd structure"); - return; - } + err = xen_vbd_create(be->blkif, handle, major, minor, + !strchr(be->mode, 'w'), cdrom); + if (err) + xenbus_dev_fatal(dev, err, "creating vbd structure"); + else { err = xenvbd_sysfs_addif(dev); if (err) { xen_vbd_free(&be->blkif->vbd); - be->major = 0; - be->minor = 0; xenbus_dev_fatal(dev, err, "creating sysfs entries"); - return; } + } + if (err) { + kfree(be->mode); + be->mode = NULL; + be->major = 0; + be->minor = 0; + } else { /* We're potentially connected now */ xen_update_blkif_status(be->blkif); } --- linux-lowlatency-3.8.0.orig/drivers/block/xen-blkback/blkback.c +++ linux-lowlatency-3.8.0/drivers/block/xen-blkback/blkback.c @@ -46,6 +46,7 @@ #include #include #include +#include #include "common.h" /* @@ -239,6 +240,7 @@ ret = gnttab_unmap_refs(unmap, NULL, pages, segs_to_unmap); BUG_ON(ret); + free_xenballooned_pages(segs_to_unmap, pages); segs_to_unmap = 0; } @@ -527,8 +529,8 @@ GFP_KERNEL); if (!persistent_gnt) return -ENOMEM; - persistent_gnt->page = alloc_page(GFP_KERNEL); - if (!persistent_gnt->page) { + if (alloc_xenballooned_pages(1, &persistent_gnt->page, + false)) { kfree(persistent_gnt); return -ENOMEM; } @@ -677,6 +679,16 @@ return err; } +static int dispatch_other_io(struct xen_blkif *blkif, + struct blkif_request *req, + struct pending_req *pending_req) +{ + free_req(pending_req); + make_response(blkif, req->u.other.id, req->operation, + BLKIF_RSP_EOPNOTSUPP); + return -EIO; +} + static void xen_blk_drain_io(struct xen_blkif *blkif) { atomic_set(&blkif->drain, 1); @@ -798,17 +810,30 @@ /* Apply all sanity checks to /private copy/ of request. */ barrier(); - if (unlikely(req.operation == BLKIF_OP_DISCARD)) { + + switch (req.operation) { + case BLKIF_OP_READ: + case BLKIF_OP_WRITE: + case BLKIF_OP_WRITE_BARRIER: + case BLKIF_OP_FLUSH_DISKCACHE: + if (dispatch_rw_block_io(blkif, &req, pending_req)) + goto done; + break; + case BLKIF_OP_DISCARD: free_req(pending_req); if (dispatch_discard_io(blkif, &req)) - break; - } else if (dispatch_rw_block_io(blkif, &req, pending_req)) + goto done; break; + default: + if (dispatch_other_io(blkif, &req, pending_req)) + goto done; + break; + } /* Yield point for this unbounded loop. */ cond_resched(); } - +done: return more_to_do; } @@ -976,13 +1001,7 @@ bio->bi_end_io = end_block_io_op; } - /* - * We set it one so that the last submit_bio does not have to call - * atomic_inc. - */ atomic_set(&pending_req->pendcnt, nbio); - - /* Get a reference count for the disk queue and start sending I/O */ blk_start_plug(&plug); for (i = 0; i < nbio; i++) @@ -1010,6 +1029,7 @@ fail_put_bio: for (i = 0; i < nbio; i++) bio_put(biolist[i]); + atomic_set(&pending_req->pendcnt, 1); __end_block_io_op(pending_req, -EINVAL); msleep(1); /* back off a bit */ return -EIO; --- linux-lowlatency-3.8.0.orig/drivers/block/xen-blkback/common.h +++ linux-lowlatency-3.8.0/drivers/block/xen-blkback/common.h @@ -77,11 +77,18 @@ uint64_t nr_sectors; } __attribute__((__packed__)); +struct blkif_x86_32_request_other { + uint8_t _pad1; + blkif_vdev_t _pad2; + uint64_t id; /* private guest value, echoed in resp */ +} __attribute__((__packed__)); + struct blkif_x86_32_request { uint8_t operation; /* BLKIF_OP_??? */ union { struct blkif_x86_32_request_rw rw; struct blkif_x86_32_request_discard discard; + struct blkif_x86_32_request_other other; } u; } __attribute__((__packed__)); @@ -113,11 +120,19 @@ uint64_t nr_sectors; } __attribute__((__packed__)); +struct blkif_x86_64_request_other { + uint8_t _pad1; + blkif_vdev_t _pad2; + uint32_t _pad3; /* offsetof(blkif_..,u.discard.id)==8 */ + uint64_t id; /* private guest value, echoed in resp */ +} __attribute__((__packed__)); + struct blkif_x86_64_request { uint8_t operation; /* BLKIF_OP_??? */ union { struct blkif_x86_64_request_rw rw; struct blkif_x86_64_request_discard discard; + struct blkif_x86_64_request_other other; } u; } __attribute__((__packed__)); @@ -278,6 +293,11 @@ dst->u.discard.nr_sectors = src->u.discard.nr_sectors; break; default: + /* + * Don't know how to translate this op. Only get the + * ID so failure can be reported to the frontend. + */ + dst->u.other.id = src->u.other.id; break; } } @@ -309,6 +329,11 @@ dst->u.discard.nr_sectors = src->u.discard.nr_sectors; break; default: + /* + * Don't know how to translate this op. Only get the + * ID so failure can be reported to the frontend. + */ + dst->u.other.id = src->u.other.id; break; } } --- linux-lowlatency-3.8.0.orig/drivers/block/drbd/drbd_main.c +++ linux-lowlatency-3.8.0/drivers/block/drbd/drbd_main.c @@ -2798,6 +2798,7 @@ blkdev_put(ldev->backing_bdev, FMODE_READ | FMODE_WRITE | FMODE_EXCL); blkdev_put(ldev->md_bdev, FMODE_READ | FMODE_WRITE | FMODE_EXCL); + kfree(ldev->disk_conf); kfree(ldev); } --- linux-lowlatency-3.8.0.orig/drivers/block/drbd/drbd_receiver.c +++ linux-lowlatency-3.8.0/drivers/block/drbd/drbd_receiver.c @@ -2661,7 +2661,6 @@ if (hg == -1 && mdev->state.role == R_PRIMARY) { enum drbd_state_rv rv2; - drbd_set_role(mdev, R_SECONDARY, 0); /* drbd_change_state() does not sleep while in SS_IN_TRANSIENT_STATE, * we might be here in C_WF_REPORT_PARAMS which is transient. * we do not need to wait for the after state change work either. */ @@ -4659,8 +4658,8 @@ #if !defined(CONFIG_CRYPTO_HMAC) && !defined(CONFIG_CRYPTO_HMAC_MODULE) static int drbd_do_auth(struct drbd_tconn *tconn) { - dev_err(DEV, "This kernel was build without CONFIG_CRYPTO_HMAC.\n"); - dev_err(DEV, "You need to disable 'cram-hmac-alg' in drbd.conf.\n"); + conn_err(tconn, "This kernel was build without CONFIG_CRYPTO_HMAC.\n"); + conn_err(tconn, "You need to disable 'cram-hmac-alg' in drbd.conf.\n"); return -1; } #else --- linux-lowlatency-3.8.0.orig/drivers/input/mouse/Kconfig +++ linux-lowlatency-3.8.0/drivers/input/mouse/Kconfig @@ -68,6 +68,16 @@ If unsure, say Y. +config MOUSE_PS2_CYPRESS + bool "Cypress PS/2 mouse protocol extension" if EXPERT + default y + depends on MOUSE_PS2 + help + Say Y here if you have a Cypress PS/2 Trackpad connected to + your system. + + If unsure, say Y. + config MOUSE_PS2_LIFEBOOK bool "Fujitsu Lifebook PS/2 mouse protocol extension" if EXPERT default y --- linux-lowlatency-3.8.0.orig/drivers/input/mouse/synaptics.h +++ linux-lowlatency-3.8.0/drivers/input/mouse/synaptics.h @@ -81,6 +81,7 @@ */ #define SYN_CAP_CLICKPAD(ex0c) ((ex0c) & 0x100000) /* 1-button ClickPad */ #define SYN_CAP_CLICKPAD2BTN(ex0c) ((ex0c) & 0x000100) /* 2-button ClickPad */ +#define SYN_CAP_CLICKPAD2BTN2(ex0c) ((ex0c) & 0x200000) /* 2-button ClickPad */ #define SYN_CAP_MAX_DIMENSIONS(ex0c) ((ex0c) & 0x020000) #define SYN_CAP_MIN_DIMENSIONS(ex0c) ((ex0c) & 0x002000) #define SYN_CAP_ADV_GESTURE(ex0c) ((ex0c) & 0x080000) --- linux-lowlatency-3.8.0.orig/drivers/input/mouse/alps.h +++ linux-lowlatency-3.8.0/drivers/input/mouse/alps.h @@ -12,35 +12,147 @@ #ifndef _ALPS_H #define _ALPS_H -#define ALPS_PROTO_V1 0 -#define ALPS_PROTO_V2 1 -#define ALPS_PROTO_V3 2 -#define ALPS_PROTO_V4 3 +#define ALPS_PROTO_V1 1 +#define ALPS_PROTO_V2 2 +#define ALPS_PROTO_V3 3 +#define ALPS_PROTO_V4 4 +#define ALPS_PROTO_V5 5 +/** + * struct alps_model_info - touchpad ID table + * @signature: E7 response string to match. + * @command_mode_resp: For V3/V4 touchpads, the final byte of the EC response + * (aka command mode response) identifies the firmware minor version. This + * can be used to distinguish different hardware models which are not + * uniquely identifiable through their E7 responses. + * @proto_version: Indicates V1/V2/V3/... + * @byte0: Helps figure out whether a position report packet matches the + * known format for this model. The first byte of the report, ANDed with + * mask0, should match byte0. + * @mask0: The mask used to check the first byte of the report. + * @flags: Additional device capabilities (passthrough port, trackstick, etc.). + * + * Many (but not all) ALPS touchpads can be identified by looking at the + * values returned in the "E7 report" and/or the "EC report." This table + * lists a number of such touchpads. + */ struct alps_model_info { - unsigned char signature[3]; - unsigned char command_mode_resp; /* v3/v4 only */ + unsigned char signature[3]; + unsigned char command_mode_resp; unsigned char proto_version; - unsigned char byte0, mask0; - unsigned char flags; + unsigned char byte0, mask0; + unsigned char flags; }; +/** + * struct alps_nibble_commands - encodings for register accesses + * @command: PS/2 command used for the nibble + * @data: Data supplied as an argument to the PS/2 command, if applicable + * + * The ALPS protocol uses magic sequences to transmit binary data to the + * touchpad, as it is generally not OK to send arbitrary bytes out the + * PS/2 port. Each of the sequences in this table sends one nibble of the + * register address or (write) data. Different versions of the ALPS protocol + * use slightly different encodings. + */ struct alps_nibble_commands { int command; unsigned char data; }; +/** + * struct alps_fields - decoded version of the report packet + * @x_map: Bitmap of active X positions for MT. + * @y_map: Bitmap of active Y positions for MT. + * @fingers: Number of fingers for MT. + * @x: X position for ST. + * @y: Y position for ST. + * @z: Z position for ST. + * @first_mp: Packet is the first of a multi-packet report. + * @is_mp: Packet is part of a multi-packet report. + * @left: Left touchpad button is active. + * @right: Right touchpad button is active. + * @middle: Middle touchpad button is active. + * @ts_left: Left trackstick button is active. + * @ts_right: Right trackstick button is active. + * @ts_middle: Middle trackstick button is active. + */ +struct alps_fields { + unsigned int x_map; + unsigned int y_map; + unsigned int fingers; + unsigned int x; + unsigned int y; + unsigned int z; + unsigned int first_mp:1; + unsigned int is_mp:1; + + unsigned int left:1; + unsigned int right:1; + unsigned int middle:1; + + unsigned int ts_left:1; + unsigned int ts_right:1; + unsigned int ts_middle:1; +}; + +/** + * struct alps_data - private data structure for the ALPS driver + * @dev2: "Relative" device used to report trackstick or mouse activity. + * @phys: Physical path for the relative device. + * @nibble_commands: Command mapping used for touchpad register accesses. + * @addr_command: Command used to tell the touchpad that a register address + * follows. + * @proto_version: Indicates V1/V2/V3/... + * @byte0: Helps figure out whether a position report packet matches the + * known format for this model. The first byte of the report, ANDed with + * mask0, should match byte0. + * @mask0: The mask used to check the first byte of the report. + * @flags: Additional device capabilities (passthrough port, trackstick, etc.). + * @x_max: Largest possible X position value. + * @y_max: Largest possible Y position value. + * @x_bits: Number of X bits in the MT bitmap. + * @y_bits: Number of Y bits in the MT bitmap. + * @hw_init: Protocol-specific hardware init function. + * @process_packet: Protocol-specific function to process a report packet. + * @decode_fields: Protocol-specific function to read packet bitfields. + * @set_abs_params: Protocol-specific function to configure the input_dev. + * @prev_fin: Finger bit from previous packet. + * @multi_packet: Multi-packet data in progress. + * @multi_data: Saved multi-packet data. + * @x1: First X coordinate from last MT report. + * @x2: Second X coordinate from last MT report. + * @y1: First Y coordinate from last MT report. + * @y2: Second Y coordinate from last MT report. + * @fingers: Number of fingers from last MT report. + * @quirks: Bitmap of ALPS_QUIRK_*. + * @timer: Timer for flushing out the final report packet in the stream. + */ struct alps_data { - struct input_dev *dev2; /* Relative device */ - char phys[32]; /* Phys */ - const struct alps_model_info *i;/* Info */ + struct input_dev *dev2; + char phys[32]; + + /* these are autodetected when the device is identified */ const struct alps_nibble_commands *nibble_commands; - int addr_command; /* Command to set register address */ - int prev_fin; /* Finger bit from previous packet */ - int multi_packet; /* Multi-packet data in progress */ - unsigned char multi_data[6]; /* Saved multi-packet data */ - int x1, x2, y1, y2; /* Coordinates from last MT report */ - int fingers; /* Number of fingers from MT report */ + int addr_command; + unsigned char proto_version; + unsigned char byte0, mask0; + unsigned char flags; + int x_max; + int y_max; + int x_bits; + int y_bits; + + int (*hw_init)(struct psmouse *psmouse); + void (*process_packet)(struct psmouse *psmouse); + void (*decode_fields)(struct alps_fields *f, unsigned char *p); + void (*set_abs_params)(struct alps_data *priv, struct input_dev *dev1); + + int prev_fin; + int multi_packet; + unsigned char multi_data[6]; + int x1, x2, y1, y2; + int fingers; u8 quirks; struct timer_list timer; }; --- linux-lowlatency-3.8.0.orig/drivers/input/mouse/Makefile +++ linux-lowlatency-3.8.0/drivers/input/mouse/Makefile @@ -32,3 +32,4 @@ psmouse-$(CONFIG_MOUSE_PS2_SENTELIC) += sentelic.o psmouse-$(CONFIG_MOUSE_PS2_TRACKPOINT) += trackpoint.o psmouse-$(CONFIG_MOUSE_PS2_TOUCHKIT) += touchkit_ps2.o +psmouse-$(CONFIG_MOUSE_PS2_CYPRESS) += cypress_ps2.o --- linux-lowlatency-3.8.0.orig/drivers/input/mouse/synaptics.c +++ linux-lowlatency-3.8.0/drivers/input/mouse/synaptics.c @@ -1293,7 +1293,9 @@ /* Clickpads report only left button */ __clear_bit(BTN_RIGHT, dev->keybit); __clear_bit(BTN_MIDDLE, dev->keybit); - } + } else if (SYN_CAP_CLICKPAD2BTN(priv->ext_cap_0c) || + SYN_CAP_CLICKPAD2BTN2(priv->ext_cap_0c)) + __set_bit(INPUT_PROP_BUTTONPAD, dev->propbit); } static ssize_t synaptics_show_disable_gesture(struct psmouse *psmouse, @@ -1355,6 +1357,7 @@ { struct synaptics_data *priv = psmouse->private; struct synaptics_data old_priv = *priv; + unsigned char param[2]; int retry = 0; int error; @@ -1370,6 +1373,7 @@ */ ssleep(1); } + ps2_command(&psmouse->ps2dev, param, PSMOUSE_CMD_GETID); error = synaptics_detect(psmouse, 0); } while (error && ++retry < 3); --- linux-lowlatency-3.8.0.orig/drivers/input/mouse/cypress_ps2.c +++ linux-lowlatency-3.8.0/drivers/input/mouse/cypress_ps2.c @@ -0,0 +1,750 @@ +/* + * Cypress Trackpad PS/2 mouse driver + * + * Copyright (c) 2012 Cypress Semiconductor Corporation. + * + * Author: + * Dudley Du + * + * Additional contributors include: + * Kamal Mostafa + * Kyle Fazzari + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 as published by + * the Free Software Foundation. + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "cypress_ps2.h" + +#undef CYTP_DEBUG_VERBOSE /* define this and DEBUG for more verbose dump */ + +static void cypress_set_packet_size(struct psmouse *psmouse, unsigned int n) +{ + struct cytp_data *cytp = psmouse->private; + cytp->pkt_size = n; +} + +static const unsigned char cytp_rate[] = {10, 20, 40, 60, 100, 200}; +static const unsigned char cytp_resolution[] = {0x00, 0x01, 0x02, 0x03}; + +static int cypress_ps2_sendbyte(struct psmouse *psmouse, int value) +{ + struct ps2dev *ps2dev = &psmouse->ps2dev; + + if (ps2_sendbyte(ps2dev, value & 0xff, CYTP_CMD_TIMEOUT) < 0) { + psmouse_dbg(psmouse, + "sending command 0x%02x failed, resp 0x%02x\n", + value & 0xff, ps2dev->nak); + if (ps2dev->nak == CYTP_PS2_RETRY) + return CYTP_PS2_RETRY; + else + return CYTP_PS2_ERROR; + } + +#ifdef CYTP_DEBUG_VERBOSE + psmouse_dbg(psmouse, "sending command 0x%02x succeeded, resp 0xfa\n", + value & 0xff); +#endif + + return 0; +} + +static int cypress_ps2_ext_cmd(struct psmouse *psmouse, unsigned short cmd, + unsigned char data) +{ + struct ps2dev *ps2dev = &psmouse->ps2dev; + int tries = CYTP_PS2_CMD_TRIES; + int rc; + + ps2_begin_command(ps2dev); + + do { + /* + * Send extension command byte (0xE8 or 0xF3). + * If sending the command fails, send recovery command + * to make the device return to the ready state. + */ + rc = cypress_ps2_sendbyte(psmouse, cmd & 0xff); + if (rc == CYTP_PS2_RETRY) { + rc = cypress_ps2_sendbyte(psmouse, 0x00); + if (rc == CYTP_PS2_RETRY) + rc = cypress_ps2_sendbyte(psmouse, 0x0a); + } + if (rc == CYTP_PS2_ERROR) + continue; + + rc = cypress_ps2_sendbyte(psmouse, data); + if (rc == CYTP_PS2_RETRY) + rc = cypress_ps2_sendbyte(psmouse, data); + if (rc == CYTP_PS2_ERROR) + continue; + else + break; + } while (--tries > 0); + + ps2_end_command(ps2dev); + + return rc; +} + +static int cypress_ps2_read_cmd_status(struct psmouse *psmouse, + unsigned char cmd, + unsigned char *param) +{ + int rc; + struct ps2dev *ps2dev = &psmouse->ps2dev; + enum psmouse_state old_state; + int pktsize; + + ps2_begin_command(&psmouse->ps2dev); + + old_state = psmouse->state; + psmouse->state = PSMOUSE_CMD_MODE; + psmouse->pktcnt = 0; + + pktsize = (cmd == CYTP_CMD_READ_TP_METRICS) ? 8 : 3; + memset(param, 0, pktsize); + + rc = cypress_ps2_sendbyte(psmouse, 0xe9); + if (rc < 0) + goto out; + + wait_event_timeout(ps2dev->wait, + (psmouse->pktcnt >= pktsize), + msecs_to_jiffies(CYTP_CMD_TIMEOUT)); + + memcpy(param, psmouse->packet, pktsize); + + psmouse_dbg(psmouse, "Command 0x%02x response data (0x): %*ph\n", + cmd, pktsize, param); + +out: + psmouse->state = old_state; + psmouse->pktcnt = 0; + + ps2_end_command(&psmouse->ps2dev); + + return rc; +} + +static bool cypress_verify_cmd_state(struct psmouse *psmouse, + unsigned char cmd, unsigned char *param) +{ + bool rate_match = false; + bool resolution_match = false; + int i; + + /* callers will do further checking. */ + if (cmd == CYTP_CMD_READ_CYPRESS_ID || + cmd == CYTP_CMD_STANDARD_MODE || + cmd == CYTP_CMD_READ_TP_METRICS) + return true; + + if ((~param[0] & DFLT_RESP_BITS_VALID) == DFLT_RESP_BITS_VALID && + (param[0] & DFLT_RESP_BIT_MODE) == DFLT_RESP_STREAM_MODE) { + for (i = 0; i < sizeof(cytp_resolution); i++) + if (cytp_resolution[i] == param[1]) + resolution_match = true; + + for (i = 0; i < sizeof(cytp_rate); i++) + if (cytp_rate[i] == param[2]) + rate_match = true; + + if (resolution_match && rate_match) + return true; + } + + psmouse_dbg(psmouse, "verify cmd state failed.\n"); + return false; +} + +static int cypress_send_ext_cmd(struct psmouse *psmouse, unsigned char cmd, + unsigned char *param) +{ + int tries = CYTP_PS2_CMD_TRIES; + int rc; + + psmouse_dbg(psmouse, "send extension cmd 0x%02x, [%d %d %d %d]\n", + cmd, DECODE_CMD_AA(cmd), DECODE_CMD_BB(cmd), + DECODE_CMD_CC(cmd), DECODE_CMD_DD(cmd)); + + do { + cypress_ps2_ext_cmd(psmouse, + PSMOUSE_CMD_SETRES, DECODE_CMD_DD(cmd)); + cypress_ps2_ext_cmd(psmouse, + PSMOUSE_CMD_SETRES, DECODE_CMD_CC(cmd)); + cypress_ps2_ext_cmd(psmouse, + PSMOUSE_CMD_SETRES, DECODE_CMD_BB(cmd)); + cypress_ps2_ext_cmd(psmouse, + PSMOUSE_CMD_SETRES, DECODE_CMD_AA(cmd)); + + rc = cypress_ps2_read_cmd_status(psmouse, cmd, param); + if (rc) + continue; + + if (cypress_verify_cmd_state(psmouse, cmd, param)) + return 0; + + } while (--tries > 0); + + return -EIO; +} + +int cypress_detect(struct psmouse *psmouse, bool set_properties) +{ + unsigned char param[3]; + + if (cypress_send_ext_cmd(psmouse, CYTP_CMD_READ_CYPRESS_ID, param)) + return -ENODEV; + + /* Check for Cypress Trackpad signature bytes: 0x33 0xCC */ + if (param[0] != 0x33 || param[1] != 0xCC) + return -ENODEV; + + if (set_properties) { + psmouse->vendor = "Cypress"; + psmouse->name = "Trackpad"; + } + + return 0; +} + +static int cypress_read_fw_version(struct psmouse *psmouse) +{ + struct cytp_data *cytp = psmouse->private; + unsigned char param[3]; + + if (cypress_send_ext_cmd(psmouse, CYTP_CMD_READ_CYPRESS_ID, param)) + return -ENODEV; + + /* Check for Cypress Trackpad signature bytes: 0x33 0xCC */ + if (param[0] != 0x33 || param[1] != 0xCC) + return -ENODEV; + + cytp->fw_version = param[2] & FW_VERSION_MASX; + cytp->tp_metrics_supported = (param[2] & TP_METRICS_MASK) ? 1 : 0; + + /* + * Trackpad fw_version 11 (in Dell XPS12) yields a bogus response to + * CYTP_CMD_READ_TP_METRICS so do not try to use it. LP: #1103594. + */ + if (cytp->fw_version >= 11) + cytp->tp_metrics_supported = 0; + + psmouse_dbg(psmouse, "cytp->fw_version = %d\n", cytp->fw_version); + psmouse_dbg(psmouse, "cytp->tp_metrics_supported = %d\n", + cytp->tp_metrics_supported); + + return 0; +} + +static int cypress_read_tp_metrics(struct psmouse *psmouse) +{ + struct cytp_data *cytp = psmouse->private; + unsigned char param[8]; + + /* set default values for tp metrics. */ + cytp->tp_width = CYTP_DEFAULT_WIDTH; + cytp->tp_high = CYTP_DEFAULT_HIGH; + cytp->tp_max_abs_x = CYTP_ABS_MAX_X; + cytp->tp_max_abs_y = CYTP_ABS_MAX_Y; + cytp->tp_min_pressure = CYTP_MIN_PRESSURE; + cytp->tp_max_pressure = CYTP_MAX_PRESSURE; + cytp->tp_res_x = cytp->tp_max_abs_x / cytp->tp_width; + cytp->tp_res_y = cytp->tp_max_abs_y / cytp->tp_high; + + if (!cytp->tp_metrics_supported) + return 0; + + memset(param, 0, sizeof(param)); + if (cypress_send_ext_cmd(psmouse, CYTP_CMD_READ_TP_METRICS, param) == 0) { + /* Update trackpad parameters. */ + cytp->tp_max_abs_x = (param[1] << 8) | param[0]; + cytp->tp_max_abs_y = (param[3] << 8) | param[2]; + cytp->tp_min_pressure = param[4]; + cytp->tp_max_pressure = param[5]; + } + + if (!cytp->tp_max_pressure || + cytp->tp_max_pressure < cytp->tp_min_pressure || + !cytp->tp_width || !cytp->tp_high || + !cytp->tp_max_abs_x || + cytp->tp_max_abs_x < cytp->tp_width || + !cytp->tp_max_abs_y || + cytp->tp_max_abs_y < cytp->tp_high) + return -EINVAL; + + cytp->tp_res_x = cytp->tp_max_abs_x / cytp->tp_width; + cytp->tp_res_y = cytp->tp_max_abs_y / cytp->tp_high; + +#ifdef CYTP_DEBUG_VERBOSE + psmouse_dbg(psmouse, "Dump trackpad hardware configuration as below:\n"); + psmouse_dbg(psmouse, "cytp->tp_width = %d\n", cytp->tp_width); + psmouse_dbg(psmouse, "cytp->tp_high = %d\n", cytp->tp_high); + psmouse_dbg(psmouse, "cytp->tp_max_abs_x = %d\n", cytp->tp_max_abs_x); + psmouse_dbg(psmouse, "cytp->tp_max_abs_y = %d\n", cytp->tp_max_abs_y); + psmouse_dbg(psmouse, "cytp->tp_min_pressure = %d\n", cytp->tp_min_pressure); + psmouse_dbg(psmouse, "cytp->tp_max_pressure = %d\n", cytp->tp_max_pressure); + psmouse_dbg(psmouse, "cytp->tp_res_x = %d\n", cytp->tp_res_x); + psmouse_dbg(psmouse, "cytp->tp_res_y = %d\n", cytp->tp_res_y); + + psmouse_dbg(psmouse, "tp_type_APA = %d\n", + (param[6] & TP_METRICS_BIT_APA) ? 1 : 0); + psmouse_dbg(psmouse, "tp_type_MTG = %d\n", + (param[6] & TP_METRICS_BIT_MTG) ? 1 : 0); + psmouse_dbg(psmouse, "tp_palm = %d\n", + (param[6] & TP_METRICS_BIT_PALM) ? 1 : 0); + psmouse_dbg(psmouse, "tp_stubborn = %d\n", + (param[6] & TP_METRICS_BIT_STUBBORN) ? 1 : 0); + psmouse_dbg(psmouse, "tp_1f_jitter = %d\n", + (param[6] & TP_METRICS_BIT_1F_JITTER) >> 2); + psmouse_dbg(psmouse, "tp_2f_jitter = %d\n", + (param[6] & TP_METRICS_BIT_2F_JITTER) >> 4); + psmouse_dbg(psmouse, "tp_1f_spike = %d\n", + param[7] & TP_METRICS_BIT_1F_SPIKE); + psmouse_dbg(psmouse, "tp_2f_spike = %d\n", + (param[7] & TP_METRICS_BIT_2F_SPIKE) >> 2); + psmouse_dbg(psmouse, "tp_abs_packet_format_set = %d\n", + (param[7] & TP_METRICS_BIT_ABS_PKT_FORMAT_SET) >> 4); +#endif + + return 0; +} + +static int cypress_query_hardware(struct psmouse *psmouse) +{ + int ret; + + ret = cypress_read_fw_version(psmouse); + if (ret) + return ret; + + ret = cypress_read_tp_metrics(psmouse); + if (ret) + return ret; + + return 0; +} + +static int cypress_set_absolute_mode(struct psmouse *psmouse) +{ + struct cytp_data *cytp = psmouse->private; + unsigned char param[3]; + + if (cypress_send_ext_cmd(psmouse, CYTP_CMD_ABS_WITH_PRESSURE_MODE, param) < 0) + return -1; + + cytp->mode = (cytp->mode & ~CYTP_BIT_ABS_REL_MASK) + | CYTP_BIT_ABS_PRESSURE; + cypress_set_packet_size(psmouse, 5); + + return 0; +} + +/* + * Reset trackpad device. + * This is also the default mode when trackpad powered on. + */ +static void cypress_reset(struct psmouse *psmouse) +{ + struct cytp_data *cytp = psmouse->private; + + cytp->mode = 0; + + psmouse_reset(psmouse); +} + +static int cypress_set_input_params(struct input_dev *input, + struct cytp_data *cytp) +{ + int ret; + + if (!cytp->tp_res_x || !cytp->tp_res_y) + return -EINVAL; + + __set_bit(EV_ABS, input->evbit); + input_set_abs_params(input, ABS_X, 0, cytp->tp_max_abs_x, 0, 0); + input_set_abs_params(input, ABS_Y, 0, cytp->tp_max_abs_y, 0, 0); + input_set_abs_params(input, ABS_PRESSURE, + cytp->tp_min_pressure, cytp->tp_max_pressure, 0, 0); + input_set_abs_params(input, ABS_TOOL_WIDTH, 0, 255, 0, 0); + + /* finger position */ + input_set_abs_params(input, ABS_MT_POSITION_X, 0, cytp->tp_max_abs_x, 0, 0); + input_set_abs_params(input, ABS_MT_POSITION_Y, 0, cytp->tp_max_abs_y, 0, 0); + input_set_abs_params(input, ABS_MT_PRESSURE, 0, 255, 0, 0); + + ret = input_mt_init_slots(input, CYTP_MAX_MT_SLOTS, + INPUT_MT_DROP_UNUSED|INPUT_MT_TRACK); + if (ret < 0) + return ret; + +#if ( CYPRESS_SIMULATED_MT != 1 ) + __set_bit(INPUT_PROP_SEMI_MT, input->propbit); +#endif + + input_abs_set_res(input, ABS_X, cytp->tp_res_x); + input_abs_set_res(input, ABS_Y, cytp->tp_res_y); + + input_abs_set_res(input, ABS_MT_POSITION_X, cytp->tp_res_x); + input_abs_set_res(input, ABS_MT_POSITION_Y, cytp->tp_res_y); + + __set_bit(BTN_TOUCH, input->keybit); + __set_bit(BTN_TOOL_FINGER, input->keybit); + __set_bit(BTN_TOOL_DOUBLETAP, input->keybit); + __set_bit(BTN_TOOL_TRIPLETAP, input->keybit); + __set_bit(BTN_TOOL_QUADTAP, input->keybit); + __set_bit(BTN_TOOL_QUINTTAP, input->keybit); + + __clear_bit(EV_REL, input->evbit); + __clear_bit(REL_X, input->relbit); + __clear_bit(REL_Y, input->relbit); + + __set_bit(INPUT_PROP_BUTTONPAD, input->propbit); + __set_bit(EV_KEY, input->evbit); + __set_bit(BTN_LEFT, input->keybit); + __set_bit(BTN_RIGHT, input->keybit); + __set_bit(BTN_MIDDLE, input->keybit); + + input_set_drvdata(input, cytp); + + return 0; +} + +static int cypress_get_finger_count(unsigned char header_byte) +{ + unsigned char bits6_7; + int finger_count; + + bits6_7 = header_byte >> 6; + finger_count = bits6_7 & 0x03; + + if (finger_count == 1) + return 1; + + if (header_byte & ABS_HSCROLL_BIT) { + /* HSCROLL gets added on to 0 finger count. */ + switch (finger_count) { + case 0: return 4; + case 2: return 5; + default: + /* Invalid contact (e.g. palm). Ignore it. */ + return -1; + } + } + + return finger_count; +} + + +static int cypress_parse_packet(struct psmouse *psmouse, + struct cytp_data *cytp, struct cytp_report_data *report_data) +{ + unsigned char *packet = psmouse->packet; + unsigned char header_byte = packet[0]; + int contact_cnt; + + memset(report_data, 0, sizeof(struct cytp_report_data)); + + contact_cnt = cypress_get_finger_count(header_byte); + + if (contact_cnt < 0) /* e.g. palm detect */ + return -EINVAL; + + report_data->contact_cnt = contact_cnt; + + report_data->tap = (header_byte & ABS_MULTIFINGER_TAP) ? 1 : 0; + + if (report_data->contact_cnt == 1) { + report_data->contacts[0].x = + ((packet[1] & 0x70) << 4) | packet[2]; + report_data->contacts[0].y = + ((packet[1] & 0x07) << 8) | packet[3]; + if (cytp->mode & CYTP_BIT_ABS_PRESSURE) + report_data->contacts[0].z = packet[4]; + + } else if (report_data->contact_cnt >= 2) { + report_data->contacts[0].x = + ((packet[1] & 0x70) << 4) | packet[2]; + report_data->contacts[0].y = + ((packet[1] & 0x07) << 8) | packet[3]; + if (cytp->mode & CYTP_BIT_ABS_PRESSURE) + report_data->contacts[0].z = packet[4]; + + report_data->contacts[1].x = + ((packet[5] & 0xf0) << 4) | packet[6]; + report_data->contacts[1].y = + ((packet[5] & 0x0f) << 8) | packet[7]; + if (cytp->mode & CYTP_BIT_ABS_PRESSURE) + report_data->contacts[1].z = report_data->contacts[0].z; +#if ( CYPRESS_SIMULATED_MT == 1 ) + /* simulate contact positions for >2 fingers */ + if ( report_data->contact_cnt >= 3 ) { + int i; + for ( i=1; icontact_cnt; i++ ) { + report_data->contacts[i].x = + report_data->contacts[0].x + + 100*(i)*((i%2)?-1:1); + report_data->contacts[i].y = + report_data->contacts[0].y; + if (cytp->mode & CYTP_BIT_ABS_PRESSURE) + report_data->contacts[i].z = + report_data->contacts[0].z; + } + } +#endif + } + + report_data->left = (header_byte & BTN_LEFT_BIT) ? 1 : 0; + report_data->right = (header_byte & BTN_RIGHT_BIT) ? 1 : 0; + + /* + * This is only true if one of the mouse buttons were tapped. Make + * sure it doesn't turn into a click. The regular tap-to-click + * functionality will handle that on its own. If we don't do this, + * disabling tap-to-click won't affect the mouse button zones. + */ + if (report_data->tap) + report_data->left = 0; + +#ifdef CYTP_DEBUG_VERBOSE + { + int i; + int n = report_data->contact_cnt; + psmouse_dbg(psmouse, "Dump parsed report data as below:\n"); + psmouse_dbg(psmouse, "contact_cnt = %d\n", + report_data->contact_cnt); + if (n > CYTP_MAX_MT_SLOTS) + n = CYTP_MAX_MT_SLOTS; + for (i = 0; i < n; i++) + psmouse_dbg(psmouse, "contacts[%d] = {%d, %d, %d}\n", i, + report_data->contacts[i].x, + report_data->contacts[i].y, + report_data->contacts[i].z); + psmouse_dbg(psmouse, "left = %d\n", report_data->left); + psmouse_dbg(psmouse, "right = %d\n", report_data->right); + psmouse_dbg(psmouse, "middle = %d\n", report_data->middle); + } +#endif + + return 0; +} + +static void cypress_process_packet(struct psmouse *psmouse, bool zero_pkt) +{ + int i; + struct input_dev *input = psmouse->dev; + struct cytp_data *cytp = psmouse->private; + struct cytp_report_data report_data; + struct cytp_contact *contact; + struct input_mt_pos pos[CYTP_MAX_MT_SLOTS]; + int slots[CYTP_MAX_MT_SLOTS]; + int n; + + if (cypress_parse_packet(psmouse, cytp, &report_data)) + return; + + n = report_data.contact_cnt; + + if (n > CYTP_MAX_MT_SLOTS) + n = CYTP_MAX_MT_SLOTS; + + for (i = 0; i < n; i++) { + contact = &report_data.contacts[i]; + pos[i].x = contact->x; + pos[i].y = contact->y; + } + + input_mt_assign_slots(input, slots, pos, n); + + for (i = 0; i < n; i++) { + contact = &report_data.contacts[i]; + input_mt_slot(input, slots[i]); + input_mt_report_slot_state(input, MT_TOOL_FINGER, true); + input_report_abs(input, ABS_MT_POSITION_X, contact->x); + input_report_abs(input, ABS_MT_POSITION_Y, contact->y); + input_report_abs(input, ABS_MT_PRESSURE, contact->z); + } + + input_mt_sync_frame(input); + + input_mt_report_finger_count(input, report_data.contact_cnt); + + input_report_key(input, BTN_LEFT, report_data.left); + input_report_key(input, BTN_RIGHT, report_data.right); + input_report_key(input, BTN_MIDDLE, report_data.middle); + + input_sync(input); +} + +static psmouse_ret_t cypress_validate_byte(struct psmouse *psmouse) +{ + int contact_cnt; + int index = psmouse->pktcnt - 1; + unsigned char *packet = psmouse->packet; + struct cytp_data *cytp = psmouse->private; + + if (index < 0 || index > cytp->pkt_size) + return PSMOUSE_BAD_DATA; + + if (index == 0 && (packet[0] & 0xfc) == 0) { + /* call packet process for reporting finger leave. */ + cypress_process_packet(psmouse, 1); + return PSMOUSE_FULL_PACKET; + } + + /* + * Perform validation (and adjust packet size) based only on the + * first byte; allow all further bytes through. + */ + if (index != 0) + return PSMOUSE_GOOD_DATA; + + /* + * If absolute/relative mode bit has not been set yet, just pass + * the byte through. + */ + if ((cytp->mode & CYTP_BIT_ABS_REL_MASK) == 0) + return PSMOUSE_GOOD_DATA; + + if ((packet[0] & 0x08) == 0x08) + return PSMOUSE_BAD_DATA; + + contact_cnt = cypress_get_finger_count(packet[0]); + + if (contact_cnt < 0) + return PSMOUSE_BAD_DATA; + + if (cytp->mode & CYTP_BIT_ABS_NO_PRESSURE) + cypress_set_packet_size(psmouse, contact_cnt == 2 ? 7 : 4); + else + cypress_set_packet_size(psmouse, contact_cnt == 2 ? 8 : 5); + + return PSMOUSE_GOOD_DATA; +} + +static psmouse_ret_t cypress_protocol_handler(struct psmouse *psmouse) +{ + struct cytp_data *cytp = psmouse->private; + + if (psmouse->pktcnt >= cytp->pkt_size) { + cypress_process_packet(psmouse, 0); + return PSMOUSE_FULL_PACKET; + } + + return cypress_validate_byte(psmouse); +} + +static void cypress_set_rate(struct psmouse *psmouse, unsigned int rate) +{ + struct cytp_data *cytp = psmouse->private; + + if (rate >= 80) { + psmouse->rate = 80; + cytp->mode |= CYTP_BIT_HIGH_RATE; + } else { + psmouse->rate = 40; + cytp->mode &= ~CYTP_BIT_HIGH_RATE; + } + + ps2_command(&psmouse->ps2dev, (unsigned char *)&psmouse->rate, + PSMOUSE_CMD_SETRATE); +} + +static void cypress_disconnect(struct psmouse *psmouse) +{ + cypress_reset(psmouse); + kfree(psmouse->private); + psmouse->private = NULL; +} + +static int cypress_reconnect(struct psmouse *psmouse) +{ + int tries = CYTP_PS2_CMD_TRIES; + int rc; + + do { + cypress_reset(psmouse); + rc = cypress_detect(psmouse, false); + } while (rc && (--tries > 0)); + + if (rc) { + psmouse_err(psmouse, "Reconnect: unable to detect trackpad.\n"); + return -1; + } + + if (cypress_set_absolute_mode(psmouse)) { + psmouse_err(psmouse, "Reconnect: Unable to initialize Cypress absolute mode.\n"); + return -1; + } + + return 0; +} + +int cypress_init(struct psmouse *psmouse) +{ + struct cytp_data *cytp; + + cytp = (struct cytp_data *)kzalloc(sizeof(struct cytp_data), GFP_KERNEL); + psmouse->private = (void *)cytp; + if (cytp == NULL) + return -ENOMEM; + + cypress_reset(psmouse); + + psmouse->pktsize = 8; + + if (cypress_query_hardware(psmouse)) { + psmouse_err(psmouse, "Unable to query Trackpad hardware.\n"); + goto err_exit; + } + + if (cypress_set_absolute_mode(psmouse)) { + psmouse_err(psmouse, "init: Unable to initialize Cypress absolute mode.\n"); + goto err_exit; + } + + if (cypress_set_input_params(psmouse->dev, cytp) < 0) { + psmouse_err(psmouse, "init: Unable to set input params.\n"); + goto err_exit; + } + + psmouse->model = 1; + psmouse->protocol_handler = cypress_protocol_handler; + psmouse->set_rate = cypress_set_rate; + psmouse->disconnect = cypress_disconnect; + psmouse->reconnect = cypress_reconnect; + psmouse->cleanup = cypress_reset; + psmouse->resync_time = 0; + + return 0; + +err_exit: + /* + * Reset Cypress Trackpad as a standard mouse. Then + * let psmouse driver commmunicating with it as default PS2 mouse. + */ + cypress_reset(psmouse); + + psmouse->private = NULL; + kfree(cytp); + + return -1; +} + +bool cypress_supported(void) +{ + return true; +} --- linux-lowlatency-3.8.0.orig/drivers/input/mouse/alps.c +++ linux-lowlatency-3.8.0/drivers/input/mouse/alps.c @@ -27,14 +27,11 @@ /* * Definitions for ALPS version 3 and 4 command mode protocol */ -#define ALPS_V3_X_MAX 2000 -#define ALPS_V3_Y_MAX 1400 - -#define ALPS_BITMAP_X_BITS 15 -#define ALPS_BITMAP_Y_BITS 11 - #define ALPS_CMD_NIBBLE_10 0x01f2 +#define ALPS_REG_BASE_RUSHMORE 0xc2c0 +#define ALPS_REG_BASE_PINNACLE 0x0000 + static const struct alps_nibble_commands alps_v3_nibble_commands[] = { { PSMOUSE_CMD_SETPOLL, 0x00 }, /* 0 */ { PSMOUSE_CMD_RESET_DIS, 0x00 }, /* 1 */ @@ -109,11 +106,14 @@ { { 0x73, 0x02, 0x50 }, 0x00, ALPS_PROTO_V2, 0xcf, 0xcf, ALPS_FOUR_BUTTONS }, /* Dell Vostro 1400 */ { { 0x52, 0x01, 0x14 }, 0x00, ALPS_PROTO_V2, 0xff, 0xff, ALPS_PASS | ALPS_DUALPOINT | ALPS_PS2_INTERLEAVED }, /* Toshiba Tecra A11-11L */ - { { 0x73, 0x02, 0x64 }, 0x9b, ALPS_PROTO_V3, 0x8f, 0x8f, ALPS_DUALPOINT }, - { { 0x73, 0x02, 0x64 }, 0x9d, ALPS_PROTO_V3, 0x8f, 0x8f, ALPS_DUALPOINT }, { { 0x73, 0x02, 0x64 }, 0x8a, ALPS_PROTO_V4, 0x8f, 0x8f, 0 }, }; +static void alps_set_abs_params_st(struct alps_data *priv, + struct input_dev *dev1); +static void alps_set_abs_params_mt(struct alps_data *priv, + struct input_dev *dev1); + /* * XXX - this entry is suspicious. First byte has zero lower nibble, * which is what a normal mouse would report. Also, the value 0x0e @@ -122,10 +122,10 @@ /* Packet formats are described in Documentation/input/alps.txt */ -static bool alps_is_valid_first_byte(const struct alps_model_info *model, +static bool alps_is_valid_first_byte(struct alps_data *priv, unsigned char data) { - return (data & model->mask0) == model->byte0; + return (data & priv->mask0) == priv->byte0; } static void alps_report_buttons(struct psmouse *psmouse, @@ -158,14 +158,13 @@ static void alps_process_packet_v1_v2(struct psmouse *psmouse) { struct alps_data *priv = psmouse->private; - const struct alps_model_info *model = priv->i; unsigned char *packet = psmouse->packet; struct input_dev *dev = psmouse->dev; struct input_dev *dev2 = priv->dev2; int x, y, z, ges, fin, left, right, middle; int back = 0, forward = 0; - if (model->proto_version == ALPS_PROTO_V1) { + if (priv->proto_version == ALPS_PROTO_V1) { left = packet[2] & 0x10; right = packet[2] & 0x08; middle = 0; @@ -181,12 +180,12 @@ z = packet[5]; } - if (model->flags & ALPS_FW_BK_1) { + if (priv->flags & ALPS_FW_BK_1) { back = packet[0] & 0x10; forward = packet[2] & 4; } - if (model->flags & ALPS_FW_BK_2) { + if (priv->flags & ALPS_FW_BK_2) { back = packet[3] & 4; forward = packet[2] & 4; if ((middle = forward && back)) @@ -196,7 +195,7 @@ ges = packet[2] & 1; fin = packet[2] & 2; - if ((model->flags & ALPS_DUALPOINT) && z == 127) { + if ((priv->flags & ALPS_DUALPOINT) && z == 127) { input_report_rel(dev2, REL_X, (x > 383 ? (x - 768) : x)); input_report_rel(dev2, REL_Y, -(y > 255 ? (y - 512) : y)); @@ -239,15 +238,15 @@ input_report_abs(dev, ABS_PRESSURE, z); input_report_key(dev, BTN_TOOL_FINGER, z > 0); - if (model->flags & ALPS_WHEEL) + if (priv->flags & ALPS_WHEEL) input_report_rel(dev, REL_WHEEL, ((packet[2] << 1) & 0x08) - ((packet[0] >> 4) & 0x07)); - if (model->flags & (ALPS_FW_BK_1 | ALPS_FW_BK_2)) { + if (priv->flags & (ALPS_FW_BK_1 | ALPS_FW_BK_2)) { input_report_key(dev, BTN_FORWARD, forward); input_report_key(dev, BTN_BACK, back); } - if (model->flags & ALPS_FOUR_BUTTONS) { + if (priv->flags & ALPS_FOUR_BUTTONS) { input_report_key(dev, BTN_0, packet[2] & 4); input_report_key(dev, BTN_1, packet[0] & 0x10); input_report_key(dev, BTN_2, packet[3] & 4); @@ -267,7 +266,8 @@ * These points are returned in x1, y1, x2, and y2 when the return value * is greater than 0. */ -static int alps_process_bitmap(unsigned int x_map, unsigned int y_map, +static int alps_process_bitmap(struct alps_data *priv, + unsigned int x_map, unsigned int y_map, int *x1, int *y1, int *x2, int *y2) { struct alps_bitmap_point { @@ -309,7 +309,7 @@ * y bitmap is reversed for what we need (lower positions are in * higher bits), so we process from the top end. */ - y_map = y_map << (sizeof(y_map) * BITS_PER_BYTE - ALPS_BITMAP_Y_BITS); + y_map = y_map << (sizeof(y_map) * BITS_PER_BYTE - priv->y_bits); prev_bit = 0; point = &y_low; for (i = 0; y_map != 0; i++, y_map <<= 1) { @@ -355,16 +355,18 @@ } } - *x1 = (ALPS_V3_X_MAX * (2 * x_low.start_bit + x_low.num_bits - 1)) / - (2 * (ALPS_BITMAP_X_BITS - 1)); - *y1 = (ALPS_V3_Y_MAX * (2 * y_low.start_bit + y_low.num_bits - 1)) / - (2 * (ALPS_BITMAP_Y_BITS - 1)); + *x1 = (priv->x_max * (2 * x_low.start_bit + x_low.num_bits - 1)) / + (2 * (priv->x_bits - 1)); + *y1 = (priv->y_max * (2 * y_low.start_bit + y_low.num_bits - 1)) / + (2 * (priv->y_bits - 1)); if (fingers > 1) { - *x2 = (ALPS_V3_X_MAX * (2 * x_high.start_bit + x_high.num_bits - 1)) / - (2 * (ALPS_BITMAP_X_BITS - 1)); - *y2 = (ALPS_V3_Y_MAX * (2 * y_high.start_bit + y_high.num_bits - 1)) / - (2 * (ALPS_BITMAP_Y_BITS - 1)); + *x2 = (priv->x_max * + (2 * x_high.start_bit + x_high.num_bits - 1)) / + (2 * (priv->x_bits - 1)); + *y2 = (priv->y_max * + (2 * y_high.start_bit + y_high.num_bits - 1)) / + (2 * (priv->y_bits - 1)); } return fingers; @@ -448,17 +450,80 @@ return; } +static void alps_decode_buttons_v3(struct alps_fields *f, unsigned char *p) +{ + f->left = !!(p[3] & 0x01); + f->right = !!(p[3] & 0x02); + f->middle = !!(p[3] & 0x04); + + f->ts_left = !!(p[3] & 0x10); + f->ts_right = !!(p[3] & 0x20); + f->ts_middle = !!(p[3] & 0x40); +} + +static void alps_decode_pinnacle(struct alps_fields *f, unsigned char *p) +{ + f->first_mp = !!(p[4] & 0x40); + f->is_mp = !!(p[0] & 0x40); + + f->fingers = (p[5] & 0x3) + 1; + f->x_map = ((p[4] & 0x7e) << 8) | + ((p[1] & 0x7f) << 2) | + ((p[0] & 0x30) >> 4); + f->y_map = ((p[3] & 0x70) << 4) | + ((p[2] & 0x7f) << 1) | + (p[4] & 0x01); + + f->x = ((p[1] & 0x7f) << 4) | ((p[4] & 0x30) >> 2) | + ((p[0] & 0x30) >> 4); + f->y = ((p[2] & 0x7f) << 4) | (p[4] & 0x0f); + f->z = p[5] & 0x7f; + + alps_decode_buttons_v3(f, p); +} + +static void alps_decode_rushmore(struct alps_fields *f, unsigned char *p) +{ + alps_decode_pinnacle(f, p); + + f->x_map |= (p[5] & 0x10) << 11; + f->y_map |= (p[5] & 0x20) << 6; +} + +static void alps_decode_dolphin(struct alps_fields *f, unsigned char *p) +{ + f->first_mp = !!(p[0] & 0x02); + f->is_mp = !!(p[0] & 0x20); + + f->fingers = ((p[0] & 0x6) >> 1 | + (p[0] & 0x10) >> 2); + f->x_map = ((p[2] & 0x60) >> 5) | + ((p[4] & 0x7f) << 2) | + ((p[5] & 0x7f) << 9) | + ((p[3] & 0x07) << 16) | + ((p[3] & 0x70) << 15) | + ((p[0] & 0x01) << 22); + f->y_map = (p[1] & 0x7f) | + ((p[2] & 0x1f) << 7); + + f->x = ((p[1] & 0x7f) | ((p[4] & 0x0f) << 7)); + f->y = ((p[2] & 0x7f) | ((p[4] & 0xf0) << 3)); + f->z = (p[0] & 4) ? 0 : p[5] & 0x7f; + + alps_decode_buttons_v3(f, p); +} + static void alps_process_touchpad_packet_v3(struct psmouse *psmouse) { struct alps_data *priv = psmouse->private; unsigned char *packet = psmouse->packet; struct input_dev *dev = psmouse->dev; struct input_dev *dev2 = priv->dev2; - int x, y, z; - int left, right, middle; int x1 = 0, y1 = 0, x2 = 0, y2 = 0; int fingers = 0, bmap_fingers; - unsigned int x_bitmap, y_bitmap; + struct alps_fields f; + + priv->decode_fields(&f, packet); /* * There's no single feature of touchpad position and bitmap packets @@ -473,16 +538,10 @@ * packet. Check for this, and when it happens process the * position packet as usual. */ - if (packet[0] & 0x40) { - fingers = (packet[5] & 0x3) + 1; - x_bitmap = ((packet[4] & 0x7e) << 8) | - ((packet[1] & 0x7f) << 2) | - ((packet[0] & 0x30) >> 4); - y_bitmap = ((packet[3] & 0x70) << 4) | - ((packet[2] & 0x7f) << 1) | - (packet[4] & 0x01); - - bmap_fingers = alps_process_bitmap(x_bitmap, y_bitmap, + if (f.is_mp) { + fingers = f.fingers; + bmap_fingers = alps_process_bitmap(priv, + f.x_map, f.y_map, &x1, &y1, &x2, &y2); /* @@ -493,7 +552,7 @@ fingers = bmap_fingers; /* Now process position packet */ - packet = priv->multi_data; + priv->decode_fields(&f, priv->multi_data); } else { priv->multi_packet = 0; } @@ -507,10 +566,10 @@ * out misidentified bitmap packets, we reject anything with this * bit set. */ - if (packet[0] & 0x40) + if (f.is_mp) return; - if (!priv->multi_packet && (packet[4] & 0x40)) { + if (!priv->multi_packet && f.first_mp) { priv->multi_packet = 1; memcpy(priv->multi_data, packet, sizeof(priv->multi_data)); return; @@ -518,22 +577,13 @@ priv->multi_packet = 0; - left = packet[3] & 0x01; - right = packet[3] & 0x02; - middle = packet[3] & 0x04; - - x = ((packet[1] & 0x7f) << 4) | ((packet[4] & 0x30) >> 2) | - ((packet[0] & 0x30) >> 4); - y = ((packet[2] & 0x7f) << 4) | (packet[4] & 0x0f); - z = packet[5] & 0x7f; - /* * Sometimes the hardware sends a single packet with z = 0 * in the middle of a stream. Real releases generate packets * with x, y, and z all zero, so these seem to be flukes. * Ignore them. */ - if (x && y && !z) + if (f.x && f.y && !f.z) return; /* @@ -541,12 +591,12 @@ * to rely on ST data. */ if (!fingers) { - x1 = x; - y1 = y; - fingers = z > 0 ? 1 : 0; + x1 = f.x; + y1 = f.y; + fingers = f.z > 0 ? 1 : 0; } - if (z >= 64) + if (f.z >= 64) input_report_key(dev, BTN_TOUCH, 1); else input_report_key(dev, BTN_TOUCH, 0); @@ -555,26 +605,22 @@ input_mt_report_finger_count(dev, fingers); - input_report_key(dev, BTN_LEFT, left); - input_report_key(dev, BTN_RIGHT, right); - input_report_key(dev, BTN_MIDDLE, middle); - - if (z > 0) { - input_report_abs(dev, ABS_X, x); - input_report_abs(dev, ABS_Y, y); + input_report_key(dev, BTN_LEFT, f.left); + input_report_key(dev, BTN_RIGHT, f.right); + input_report_key(dev, BTN_MIDDLE, f.middle); + + if (f.z > 0) { + input_report_abs(dev, ABS_X, f.x); + input_report_abs(dev, ABS_Y, f.y); } - input_report_abs(dev, ABS_PRESSURE, z); + input_report_abs(dev, ABS_PRESSURE, f.z); input_sync(dev); if (!(priv->quirks & ALPS_QUIRK_TRACKSTICK_BUTTONS)) { - left = packet[3] & 0x10; - right = packet[3] & 0x20; - middle = packet[3] & 0x40; - - input_report_key(dev2, BTN_LEFT, left); - input_report_key(dev2, BTN_RIGHT, right); - input_report_key(dev2, BTN_MIDDLE, middle); + input_report_key(dev2, BTN_LEFT, f.ts_left); + input_report_key(dev2, BTN_RIGHT, f.ts_right); + input_report_key(dev2, BTN_MIDDLE, f.ts_middle); input_sync(dev2); } } @@ -639,7 +685,7 @@ ((priv->multi_data[3] & 0x1f) << 5) | (priv->multi_data[1] & 0x1f); - fingers = alps_process_bitmap(x_bitmap, y_bitmap, + fingers = alps_process_bitmap(priv, x_bitmap, y_bitmap, &x1, &y1, &x2, &y2); /* Store MT data.*/ @@ -696,25 +742,6 @@ input_sync(dev); } -static void alps_process_packet(struct psmouse *psmouse) -{ - struct alps_data *priv = psmouse->private; - const struct alps_model_info *model = priv->i; - - switch (model->proto_version) { - case ALPS_PROTO_V1: - case ALPS_PROTO_V2: - alps_process_packet_v1_v2(psmouse); - break; - case ALPS_PROTO_V3: - alps_process_packet_v3(psmouse); - break; - case ALPS_PROTO_V4: - alps_process_packet_v4(psmouse); - break; - } -} - static void alps_report_bare_ps2_packet(struct psmouse *psmouse, unsigned char packet[], bool report_buttons) @@ -765,14 +792,14 @@ if (((psmouse->packet[3] | psmouse->packet[4] | psmouse->packet[5]) & 0x80) || - (!alps_is_valid_first_byte(priv->i, psmouse->packet[6]))) { + (!alps_is_valid_first_byte(priv, psmouse->packet[6]))) { psmouse_dbg(psmouse, "refusing packet %4ph (suspected interleaved ps/2)\n", psmouse->packet + 3); return PSMOUSE_BAD_DATA; } - alps_process_packet(psmouse); + priv->process_packet(psmouse); /* Continue with the next packet */ psmouse->packet[0] = psmouse->packet[6]; @@ -816,6 +843,7 @@ static void alps_flush_packet(unsigned long data) { struct psmouse *psmouse = (struct psmouse *)data; + struct alps_data *priv = psmouse->private; serio_pause_rx(psmouse->ps2dev.serio); @@ -833,7 +861,7 @@ "refusing packet %3ph (suspected interleaved ps/2)\n", psmouse->packet + 3); } else { - alps_process_packet(psmouse); + priv->process_packet(psmouse); } psmouse->pktcnt = 0; } @@ -844,7 +872,6 @@ static psmouse_ret_t alps_process_byte(struct psmouse *psmouse) { struct alps_data *priv = psmouse->private; - const struct alps_model_info *model = priv->i; if ((psmouse->packet[0] & 0xc8) == 0x08) { /* PS/2 packet */ if (psmouse->pktcnt == 3) { @@ -857,20 +884,21 @@ /* Check for PS/2 packet stuffed in the middle of ALPS packet. */ - if ((model->flags & ALPS_PS2_INTERLEAVED) && + if ((priv->flags & ALPS_PS2_INTERLEAVED) && psmouse->pktcnt >= 4 && (psmouse->packet[3] & 0x0f) == 0x0f) { return alps_handle_interleaved_ps2(psmouse); } - if (!alps_is_valid_first_byte(model, psmouse->packet[0])) { + if (!alps_is_valid_first_byte(priv, psmouse->packet[0])) { psmouse_dbg(psmouse, "refusing packet[0] = %x (mask0 = %x, byte0 = %x)\n", - psmouse->packet[0], model->mask0, model->byte0); + psmouse->packet[0], priv->mask0, priv->byte0); return PSMOUSE_BAD_DATA; } /* Bytes 2 - pktsize should have 0 in the highest bit */ - if (psmouse->pktcnt >= 2 && psmouse->pktcnt <= psmouse->pktsize && + if (priv->proto_version != ALPS_PROTO_V5 && + psmouse->pktcnt >= 2 && psmouse->pktcnt <= psmouse->pktsize && (psmouse->packet[psmouse->pktcnt - 1] & 0x80)) { psmouse_dbg(psmouse, "refusing packet[%i] = %x\n", psmouse->pktcnt - 1, @@ -879,7 +907,7 @@ } if (psmouse->pktcnt == psmouse->pktsize) { - alps_process_packet(psmouse); + priv->process_packet(psmouse); return PSMOUSE_FULL_PACKET; } @@ -967,29 +995,44 @@ return __alps_command_mode_write_reg(psmouse, value); } -static int alps_enter_command_mode(struct psmouse *psmouse, - unsigned char *resp) +static int alps_rpt_cmd(struct psmouse *psmouse, int init_command, + int repeated_command, unsigned char *param) { - unsigned char param[4]; struct ps2dev *ps2dev = &psmouse->ps2dev; - if (ps2_command(ps2dev, NULL, PSMOUSE_CMD_RESET_WRAP) || - ps2_command(ps2dev, NULL, PSMOUSE_CMD_RESET_WRAP) || - ps2_command(ps2dev, NULL, PSMOUSE_CMD_RESET_WRAP) || - ps2_command(ps2dev, param, PSMOUSE_CMD_GETINFO)) { + param[0] = 0; + if (init_command && ps2_command(ps2dev, param, init_command)) + return -EIO; + + if (ps2_command(ps2dev, NULL, repeated_command) || + ps2_command(ps2dev, NULL, repeated_command) || + ps2_command(ps2dev, NULL, repeated_command)) + return -EIO; + + param[0] = param[1] = param[2] = 0xff; + if (ps2_command(ps2dev, param, PSMOUSE_CMD_GETINFO)) + return -EIO; + + psmouse_dbg(psmouse, "%2.2X report: %2.2x %2.2x %2.2x\n", + repeated_command, param[0], param[1], param[2]); + return 0; +} + +static int alps_enter_command_mode(struct psmouse *psmouse) +{ + unsigned char param[4]; + + if (alps_rpt_cmd(psmouse, 0, PSMOUSE_CMD_RESET_WRAP, param)) { psmouse_err(psmouse, "failed to enter command mode\n"); return -1; } - if (param[0] != 0x88 && param[1] != 0x07) { + if ((param[0] != 0x88 || (param[1] != 0x07 && param[1] != 0x08)) && + param[0] != 0x73) { psmouse_dbg(psmouse, - "unknown response while entering command mode: %2.2x %2.2x %2.2x\n", - param[0], param[1], param[2]); + "unknown response while entering command mode\n"); return -1; } - - if (resp) - *resp = param[2]; return 0; } @@ -1001,99 +1044,6 @@ return 0; } -static const struct alps_model_info *alps_get_model(struct psmouse *psmouse, int *version) -{ - struct ps2dev *ps2dev = &psmouse->ps2dev; - static const unsigned char rates[] = { 0, 10, 20, 40, 60, 80, 100, 200 }; - unsigned char param[4]; - const struct alps_model_info *model = NULL; - int i; - - /* - * First try "E6 report". - * ALPS should return 0,0,10 or 0,0,100 if no buttons are pressed. - * The bits 0-2 of the first byte will be 1s if some buttons are - * pressed. - */ - param[0] = 0; - if (ps2_command(ps2dev, param, PSMOUSE_CMD_SETRES) || - ps2_command(ps2dev, NULL, PSMOUSE_CMD_SETSCALE11) || - ps2_command(ps2dev, NULL, PSMOUSE_CMD_SETSCALE11) || - ps2_command(ps2dev, NULL, PSMOUSE_CMD_SETSCALE11)) - return NULL; - - param[0] = param[1] = param[2] = 0xff; - if (ps2_command(ps2dev, param, PSMOUSE_CMD_GETINFO)) - return NULL; - - psmouse_dbg(psmouse, "E6 report: %2.2x %2.2x %2.2x", - param[0], param[1], param[2]); - - if ((param[0] & 0xf8) != 0 || param[1] != 0 || - (param[2] != 10 && param[2] != 100)) - return NULL; - - /* - * Now try "E7 report". Allowed responses are in - * alps_model_data[].signature - */ - param[0] = 0; - if (ps2_command(ps2dev, param, PSMOUSE_CMD_SETRES) || - ps2_command(ps2dev, NULL, PSMOUSE_CMD_SETSCALE21) || - ps2_command(ps2dev, NULL, PSMOUSE_CMD_SETSCALE21) || - ps2_command(ps2dev, NULL, PSMOUSE_CMD_SETSCALE21)) - return NULL; - - param[0] = param[1] = param[2] = 0xff; - if (ps2_command(ps2dev, param, PSMOUSE_CMD_GETINFO)) - return NULL; - - psmouse_dbg(psmouse, "E7 report: %2.2x %2.2x %2.2x", - param[0], param[1], param[2]); - - if (version) { - for (i = 0; i < ARRAY_SIZE(rates) && param[2] != rates[i]; i++) - /* empty */; - *version = (param[0] << 8) | (param[1] << 4) | i; - } - - for (i = 0; i < ARRAY_SIZE(alps_model_data); i++) { - if (!memcmp(param, alps_model_data[i].signature, - sizeof(alps_model_data[i].signature))) { - model = alps_model_data + i; - break; - } - } - - if (model && model->proto_version > ALPS_PROTO_V2) { - /* - * Need to check command mode response to identify - * model - */ - model = NULL; - if (alps_enter_command_mode(psmouse, param)) { - psmouse_warn(psmouse, - "touchpad failed to enter command mode\n"); - } else { - for (i = 0; i < ARRAY_SIZE(alps_model_data); i++) { - if (alps_model_data[i].proto_version > ALPS_PROTO_V2 && - alps_model_data[i].command_mode_resp == param[0]) { - model = alps_model_data + i; - break; - } - } - alps_exit_command_mode(psmouse); - - if (!model) - psmouse_dbg(psmouse, - "Unknown command mode response %2.2x\n", - param[0]); - } - } - - return model; -} - /* * For DualPoint devices select the device that should respond to * subsequent commands. It looks like glidepad is behind stickpointer, @@ -1137,18 +1087,10 @@ static int alps_get_status(struct psmouse *psmouse, char *param) { - struct ps2dev *ps2dev = &psmouse->ps2dev; - /* Get status: 0xF5 0xF5 0xF5 0xE9 */ - if (ps2_command(ps2dev, NULL, PSMOUSE_CMD_DISABLE) || - ps2_command(ps2dev, NULL, PSMOUSE_CMD_DISABLE) || - ps2_command(ps2dev, NULL, PSMOUSE_CMD_DISABLE) || - ps2_command(ps2dev, param, PSMOUSE_CMD_GETINFO)) + if (alps_rpt_cmd(psmouse, 0, PSMOUSE_CMD_DISABLE, param)) return -1; - psmouse_dbg(psmouse, "Status: %2.2x %2.2x %2.2x", - param[0], param[1], param[2]); - return 0; } @@ -1190,16 +1132,16 @@ unsigned char buf[sizeof(psmouse->packet)]; bool poll_failed; - if (priv->i->flags & ALPS_PASS) + if (priv->flags & ALPS_PASS) alps_passthrough_mode_v2(psmouse, true); poll_failed = ps2_command(&psmouse->ps2dev, buf, PSMOUSE_CMD_POLL | (psmouse->pktsize << 8)) < 0; - if (priv->i->flags & ALPS_PASS) + if (priv->flags & ALPS_PASS) alps_passthrough_mode_v2(psmouse, false); - if (poll_failed || (buf[0] & priv->i->mask0) != priv->i->byte0) + if (poll_failed || (buf[0] & priv->mask0) != priv->byte0) return -1; if ((psmouse->badbyte & 0xc8) == 0x08) { @@ -1217,9 +1159,8 @@ static int alps_hw_init_v1_v2(struct psmouse *psmouse) { struct alps_data *priv = psmouse->private; - const struct alps_model_info *model = priv->i; - if ((model->flags & ALPS_PASS) && + if ((priv->flags & ALPS_PASS) && alps_passthrough_mode_v2(psmouse, true)) { return -1; } @@ -1234,7 +1175,7 @@ return -1; } - if ((model->flags & ALPS_PASS) && + if ((priv->flags & ALPS_PASS) && alps_passthrough_mode_v2(psmouse, false)) { return -1; } @@ -1249,26 +1190,31 @@ } /* - * Enable or disable passthrough mode to the trackstick. Must be in - * command mode when calling this function. + * Enable or disable passthrough mode to the trackstick. */ -static int alps_passthrough_mode_v3(struct psmouse *psmouse, bool enable) +static int alps_passthrough_mode_v3(struct psmouse *psmouse, + int reg_base, bool enable) { - int reg_val; + int reg_val, ret = -1; - reg_val = alps_command_mode_read_reg(psmouse, 0x0008); - if (reg_val == -1) + if (alps_enter_command_mode(psmouse)) return -1; + reg_val = alps_command_mode_read_reg(psmouse, reg_base + 0x0008); + if (reg_val == -1) + goto error; + if (enable) reg_val |= 0x01; else reg_val &= ~0x01; - if (__alps_command_mode_write_reg(psmouse, reg_val)) - return -1; + ret = __alps_command_mode_write_reg(psmouse, reg_val); - return 0; +error: + if (alps_exit_command_mode(psmouse)) + ret = -1; + return ret; } /* Must be in command mode when calling this function */ @@ -1287,73 +1233,102 @@ return 0; } -static int alps_hw_init_v3(struct psmouse *psmouse) +static int alps_probe_trackstick_v3(struct psmouse *psmouse, int reg_base) { - struct alps_data *priv = psmouse->private; - struct ps2dev *ps2dev = &psmouse->ps2dev; - int reg_val; - unsigned char param[4]; + int ret = -EIO, reg_val; - priv->nibble_commands = alps_v3_nibble_commands; - priv->addr_command = PSMOUSE_CMD_RESET_WRAP; - - if (alps_enter_command_mode(psmouse, NULL)) + if (alps_enter_command_mode(psmouse)) goto error; - /* Check for trackstick */ - reg_val = alps_command_mode_read_reg(psmouse, 0x0008); + reg_val = alps_command_mode_read_reg(psmouse, reg_base + 0x08); if (reg_val == -1) goto error; - if (reg_val & 0x80) { - if (alps_passthrough_mode_v3(psmouse, true)) - goto error; - if (alps_exit_command_mode(psmouse)) - goto error; + + /* bit 7: trackstick is present */ + ret = reg_val & 0x80 ? 0 : -ENODEV; + +error: + alps_exit_command_mode(psmouse); + return ret; +} + +static int alps_setup_trackstick_v3(struct psmouse *psmouse, int reg_base) +{ + struct ps2dev *ps2dev = &psmouse->ps2dev; + int ret = 0; + unsigned char param[4]; + + if (alps_passthrough_mode_v3(psmouse, reg_base, true)) + return -EIO; + + /* + * E7 report for the trackstick + * + * There have been reports of failures to seem to trace back + * to the above trackstick check failing. When these occur + * this E7 report fails, so when that happens we continue + * with the assumption that there isn't a trackstick after + * all. + */ + if (alps_rpt_cmd(psmouse, 0, PSMOUSE_CMD_SETSCALE21, param)) { + psmouse_warn(psmouse, "trackstick E7 report failed\n"); + ret = -ENODEV; + } else { + psmouse_dbg(psmouse, + "trackstick E7 report: %2.2x %2.2x %2.2x\n", + param[0], param[1], param[2]); /* - * E7 report for the trackstick - * - * There have been reports of failures to seem to trace back - * to the above trackstick check failing. When these occur - * this E7 report fails, so when that happens we continue - * with the assumption that there isn't a trackstick after - * all. + * Not sure what this does, but it is absolutely + * essential. Without it, the touchpad does not + * work at all and the trackstick just emits normal + * PS/2 packets. */ - param[0] = 0x64; - if (ps2_command(ps2dev, NULL, PSMOUSE_CMD_SETSCALE21) || - ps2_command(ps2dev, NULL, PSMOUSE_CMD_SETSCALE21) || - ps2_command(ps2dev, NULL, PSMOUSE_CMD_SETSCALE21) || - ps2_command(ps2dev, param, PSMOUSE_CMD_GETINFO)) { - psmouse_warn(psmouse, "trackstick E7 report failed\n"); - } else { - psmouse_dbg(psmouse, - "trackstick E7 report: %2.2x %2.2x %2.2x\n", - param[0], param[1], param[2]); - - /* - * Not sure what this does, but it is absolutely - * essential. Without it, the touchpad does not - * work at all and the trackstick just emits normal - * PS/2 packets. - */ - if (ps2_command(ps2dev, NULL, PSMOUSE_CMD_SETSCALE11) || - ps2_command(ps2dev, NULL, PSMOUSE_CMD_SETSCALE11) || - ps2_command(ps2dev, NULL, PSMOUSE_CMD_SETSCALE11) || - alps_command_mode_send_nibble(psmouse, 0x9) || - alps_command_mode_send_nibble(psmouse, 0x4)) { - psmouse_err(psmouse, - "Error sending magic E6 sequence\n"); - goto error_passthrough; - } + if (ps2_command(ps2dev, NULL, PSMOUSE_CMD_SETSCALE11) || + ps2_command(ps2dev, NULL, PSMOUSE_CMD_SETSCALE11) || + ps2_command(ps2dev, NULL, PSMOUSE_CMD_SETSCALE11) || + alps_command_mode_send_nibble(psmouse, 0x9) || + alps_command_mode_send_nibble(psmouse, 0x4)) { + psmouse_err(psmouse, + "Error sending magic E6 sequence\n"); + ret = -EIO; + goto error; } - if (alps_enter_command_mode(psmouse, NULL)) - goto error_passthrough; - if (alps_passthrough_mode_v3(psmouse, false)) - goto error; + /* + * This ensures the trackstick packets are in the format + * supported by this driver. If bit 1 isn't set the packet + * format is different. + */ + if (alps_enter_command_mode(psmouse) || + alps_command_mode_write_reg(psmouse, + reg_base + 0x08, 0x82) || + alps_exit_command_mode(psmouse)) + ret = -EIO; } - if (alps_absolute_mode_v3(psmouse)) { +error: + if (alps_passthrough_mode_v3(psmouse, reg_base, false)) + ret = -EIO; + + return ret; +} + +static int alps_hw_init_v3(struct psmouse *psmouse) +{ + struct ps2dev *ps2dev = &psmouse->ps2dev; + int reg_val; + unsigned char param[4]; + + reg_val = alps_probe_trackstick_v3(psmouse, ALPS_REG_BASE_PINNACLE); + if (reg_val == -EIO) + goto error; + if (reg_val == 0 && + alps_setup_trackstick_v3(psmouse, ALPS_REG_BASE_PINNACLE) == -EIO) + goto error; + + if (alps_enter_command_mode(psmouse) || + alps_absolute_mode_v3(psmouse)) { psmouse_err(psmouse, "Failed to enter absolute mode\n"); goto error; } @@ -1390,14 +1365,6 @@ if (alps_command_mode_write_reg(psmouse, 0x0162, 0x04)) goto error; - /* - * This ensures the trackstick packets are in the format - * supported by this driver. If bit 1 isn't set the packet - * format is different. - */ - if (alps_command_mode_write_reg(psmouse, 0x0008, 0x82)) - goto error; - alps_exit_command_mode(psmouse); /* Set rate and enable data reporting */ @@ -1410,10 +1377,6 @@ return 0; -error_passthrough: - /* Something failed while in passthrough mode, so try to get out */ - if (!alps_enter_command_mode(psmouse, NULL)) - alps_passthrough_mode_v3(psmouse, false); error: /* * Leaving the touchpad in command mode will essentially render @@ -1424,6 +1387,50 @@ return -1; } +static int alps_hw_init_rushmore_v3(struct psmouse *psmouse) +{ + struct alps_data *priv = psmouse->private; + struct ps2dev *ps2dev = &psmouse->ps2dev; + int reg_val, ret = -1; + + if (priv->flags & ALPS_DUALPOINT) { + reg_val = alps_setup_trackstick_v3(psmouse, + ALPS_REG_BASE_RUSHMORE); + if (reg_val == -EIO) + goto error; + if (reg_val == -ENODEV) + priv->flags &= ~ALPS_DUALPOINT; + } + + if (alps_enter_command_mode(psmouse) || + alps_command_mode_read_reg(psmouse, 0xc2d9) == -1 || + alps_command_mode_write_reg(psmouse, 0xc2cb, 0x00)) + goto error; + + reg_val = alps_command_mode_read_reg(psmouse, 0xc2c6); + if (reg_val == -1) + goto error; + if (__alps_command_mode_write_reg(psmouse, reg_val & 0xfd)) + goto error; + + if (alps_command_mode_write_reg(psmouse, 0xc2c9, 0x64)) + goto error; + + /* enter absolute mode */ + reg_val = alps_command_mode_read_reg(psmouse, 0xc2c4); + if (reg_val == -1) + goto error; + if (__alps_command_mode_write_reg(psmouse, reg_val | 0x02)) + goto error; + + alps_exit_command_mode(psmouse); + return ps2_command(ps2dev, NULL, PSMOUSE_CMD_ENABLE); + +error: + alps_exit_command_mode(psmouse); + return ret; +} + /* Must be in command mode when calling this function */ static int alps_absolute_mode_v4(struct psmouse *psmouse) { @@ -1442,14 +1449,10 @@ static int alps_hw_init_v4(struct psmouse *psmouse) { - struct alps_data *priv = psmouse->private; struct ps2dev *ps2dev = &psmouse->ps2dev; unsigned char param[4]; - priv->nibble_commands = alps_v4_nibble_commands; - priv->addr_command = PSMOUSE_CMD_DISABLE; - - if (alps_enter_command_mode(psmouse, NULL)) + if (alps_enter_command_mode(psmouse)) goto error; if (alps_absolute_mode_v4(psmouse)) { @@ -1517,39 +1520,178 @@ return -1; } -static int alps_hw_init(struct psmouse *psmouse) +static int alps_hw_init_dolphin_v1(struct psmouse *psmouse) { - struct alps_data *priv = psmouse->private; - const struct alps_model_info *model = priv->i; - int ret = -1; + struct ps2dev *ps2dev = &psmouse->ps2dev; + unsigned char param[2]; - switch (model->proto_version) { + /* This is dolphin "v1" as empirically defined by florin9doi */ + param[0] = 0x64; + param[1] = 0x28; + + if (ps2_command(ps2dev, NULL, PSMOUSE_CMD_SETSTREAM) || + ps2_command(ps2dev, ¶m[0], PSMOUSE_CMD_SETRATE) || + ps2_command(ps2dev, ¶m[1], PSMOUSE_CMD_SETRATE)) + return -1; + + return 0; +} + +static void alps_set_defaults(struct alps_data *priv) +{ + priv->byte0 = 0x8f; + priv->mask0 = 0x8f; + priv->flags = ALPS_DUALPOINT; + + priv->x_max = 2000; + priv->y_max = 1400; + priv->x_bits = 15; + priv->y_bits = 11; + + switch (priv->proto_version) { case ALPS_PROTO_V1: case ALPS_PROTO_V2: - ret = alps_hw_init_v1_v2(psmouse); + priv->hw_init = alps_hw_init_v1_v2; + priv->process_packet = alps_process_packet_v1_v2; + priv->set_abs_params = alps_set_abs_params_st; break; case ALPS_PROTO_V3: - ret = alps_hw_init_v3(psmouse); + priv->hw_init = alps_hw_init_v3; + priv->process_packet = alps_process_packet_v3; + priv->set_abs_params = alps_set_abs_params_mt; + priv->decode_fields = alps_decode_pinnacle; + priv->nibble_commands = alps_v3_nibble_commands; + priv->addr_command = PSMOUSE_CMD_RESET_WRAP; break; case ALPS_PROTO_V4: - ret = alps_hw_init_v4(psmouse); + priv->hw_init = alps_hw_init_v4; + priv->process_packet = alps_process_packet_v4; + priv->set_abs_params = alps_set_abs_params_mt; + priv->nibble_commands = alps_v4_nibble_commands; + priv->addr_command = PSMOUSE_CMD_DISABLE; + break; + case ALPS_PROTO_V5: + priv->hw_init = alps_hw_init_dolphin_v1; + priv->process_packet = alps_process_packet_v3; + priv->decode_fields = alps_decode_dolphin; + priv->set_abs_params = alps_set_abs_params_mt; + priv->nibble_commands = alps_v3_nibble_commands; + priv->addr_command = PSMOUSE_CMD_RESET_WRAP; + priv->byte0 = 0xc8; + priv->mask0 = 0xc8; + priv->flags = 0; + priv->x_max = 1360; + priv->y_max = 660; + priv->x_bits = 23; + priv->y_bits = 12; break; } +} - return ret; +static int alps_match_table(struct psmouse *psmouse, struct alps_data *priv, + unsigned char *e7, unsigned char *ec) +{ + const struct alps_model_info *model; + int i; + + for (i = 0; i < ARRAY_SIZE(alps_model_data); i++) { + model = &alps_model_data[i]; + + if (!memcmp(e7, model->signature, sizeof(model->signature)) && + (!model->command_mode_resp || + model->command_mode_resp == ec[2])) { + + priv->proto_version = model->proto_version; + alps_set_defaults(priv); + + priv->flags = model->flags; + priv->byte0 = model->byte0; + priv->mask0 = model->mask0; + + return 0; + } + } + + return -EINVAL; +} + +static int alps_identify(struct psmouse *psmouse, struct alps_data *priv) +{ + unsigned char e6[4], e7[4], ec[4]; + + /* + * First try "E6 report". + * ALPS should return 0,0,10 or 0,0,100 if no buttons are pressed. + * The bits 0-2 of the first byte will be 1s if some buttons are + * pressed. + */ + if (alps_rpt_cmd(psmouse, PSMOUSE_CMD_SETRES, + PSMOUSE_CMD_SETSCALE11, e6)) + return -EIO; + + if ((e6[0] & 0xf8) != 0 || e6[1] != 0 || (e6[2] != 10 && e6[2] != 100)) + return -EINVAL; + + /* + * Now get the "E7" and "EC" reports. These will uniquely identify + * most ALPS touchpads. + */ + if (alps_rpt_cmd(psmouse, PSMOUSE_CMD_SETRES, + PSMOUSE_CMD_SETSCALE21, e7) || + alps_rpt_cmd(psmouse, PSMOUSE_CMD_SETRES, + PSMOUSE_CMD_RESET_WRAP, ec) || + alps_exit_command_mode(psmouse)) + return -EIO; + + if (alps_match_table(psmouse, priv, e7, ec) == 0) { + return 0; + } else if (e7[0] == 0x73 && e7[1] == 0x03 && e7[2] == 0x50 && + ec[0] == 0x73 && ec[1] == 0x01) { + priv->proto_version = ALPS_PROTO_V5; + alps_set_defaults(priv); + + return 0; + } else if (ec[0] == 0x88 && ec[1] == 0x08) { + priv->proto_version = ALPS_PROTO_V3; + alps_set_defaults(priv); + + priv->hw_init = alps_hw_init_rushmore_v3; + priv->decode_fields = alps_decode_rushmore; + priv->x_bits = 16; + priv->y_bits = 12; + + /* hack to make addr_command, nibble_command available */ + psmouse->private = priv; + + if (alps_probe_trackstick_v3(psmouse, ALPS_REG_BASE_RUSHMORE)) + priv->flags &= ~ALPS_DUALPOINT; + + return 0; + } else if (ec[0] == 0x88 && ec[1] == 0x07 && + ec[2] >= 0x90 && ec[2] <= 0x9d) { + priv->proto_version = ALPS_PROTO_V3; + alps_set_defaults(priv); + + return 0; + } + + psmouse_info(psmouse, + "Unknown ALPS touchpad: E7=%2.2x %2.2x %2.2x, EC=%2.2x %2.2x %2.2x\n", + e7[0], e7[1], e7[2], ec[0], ec[1], ec[2]); + + return -EINVAL; } static int alps_reconnect(struct psmouse *psmouse) { - const struct alps_model_info *model; + struct alps_data *priv = psmouse->private; psmouse_reset(psmouse); - model = alps_get_model(psmouse, NULL); - if (!model) + if (alps_identify(psmouse, priv) < 0) return -1; - return alps_hw_init(psmouse); + return priv->hw_init(psmouse); } static void alps_disconnect(struct psmouse *psmouse) @@ -1562,12 +1704,33 @@ kfree(priv); } +static void alps_set_abs_params_st(struct alps_data *priv, + struct input_dev *dev1) +{ + input_set_abs_params(dev1, ABS_X, 0, 1023, 0, 0); + input_set_abs_params(dev1, ABS_Y, 0, 767, 0, 0); +} + +static void alps_set_abs_params_mt(struct alps_data *priv, + struct input_dev *dev1) +{ + set_bit(INPUT_PROP_SEMI_MT, dev1->propbit); + input_mt_init_slots(dev1, 2, 0); + input_set_abs_params(dev1, ABS_MT_POSITION_X, 0, priv->x_max, 0, 0); + input_set_abs_params(dev1, ABS_MT_POSITION_Y, 0, priv->y_max, 0, 0); + + set_bit(BTN_TOOL_DOUBLETAP, dev1->keybit); + set_bit(BTN_TOOL_TRIPLETAP, dev1->keybit); + set_bit(BTN_TOOL_QUADTAP, dev1->keybit); + + input_set_abs_params(dev1, ABS_X, 0, priv->x_max, 0, 0); + input_set_abs_params(dev1, ABS_Y, 0, priv->y_max, 0, 0); +} + int alps_init(struct psmouse *psmouse) { struct alps_data *priv; - const struct alps_model_info *model; struct input_dev *dev1 = psmouse->dev, *dev2; - int version; priv = kzalloc(sizeof(struct alps_data), GFP_KERNEL); dev2 = input_allocate_device(); @@ -1581,13 +1744,10 @@ psmouse_reset(psmouse); - model = alps_get_model(psmouse, &version); - if (!model) + if (alps_identify(psmouse, priv) < 0) goto init_fail; - priv->i = model; - - if (alps_hw_init(psmouse)) + if (priv->hw_init(psmouse)) goto init_fail; /* @@ -1609,41 +1769,20 @@ dev1->evbit[BIT_WORD(EV_ABS)] |= BIT_MASK(EV_ABS); - switch (model->proto_version) { - case ALPS_PROTO_V1: - case ALPS_PROTO_V2: - input_set_abs_params(dev1, ABS_X, 0, 1023, 0, 0); - input_set_abs_params(dev1, ABS_Y, 0, 767, 0, 0); - break; - case ALPS_PROTO_V3: - case ALPS_PROTO_V4: - set_bit(INPUT_PROP_SEMI_MT, dev1->propbit); - input_mt_init_slots(dev1, 2, 0); - input_set_abs_params(dev1, ABS_MT_POSITION_X, 0, ALPS_V3_X_MAX, 0, 0); - input_set_abs_params(dev1, ABS_MT_POSITION_Y, 0, ALPS_V3_Y_MAX, 0, 0); - - set_bit(BTN_TOOL_DOUBLETAP, dev1->keybit); - set_bit(BTN_TOOL_TRIPLETAP, dev1->keybit); - set_bit(BTN_TOOL_QUADTAP, dev1->keybit); - - input_set_abs_params(dev1, ABS_X, 0, ALPS_V3_X_MAX, 0, 0); - input_set_abs_params(dev1, ABS_Y, 0, ALPS_V3_Y_MAX, 0, 0); - break; - } - + priv->set_abs_params(priv, dev1); input_set_abs_params(dev1, ABS_PRESSURE, 0, 127, 0, 0); - if (model->flags & ALPS_WHEEL) { + if (priv->flags & ALPS_WHEEL) { dev1->evbit[BIT_WORD(EV_REL)] |= BIT_MASK(EV_REL); dev1->relbit[BIT_WORD(REL_WHEEL)] |= BIT_MASK(REL_WHEEL); } - if (model->flags & (ALPS_FW_BK_1 | ALPS_FW_BK_2)) { + if (priv->flags & (ALPS_FW_BK_1 | ALPS_FW_BK_2)) { dev1->keybit[BIT_WORD(BTN_FORWARD)] |= BIT_MASK(BTN_FORWARD); dev1->keybit[BIT_WORD(BTN_BACK)] |= BIT_MASK(BTN_BACK); } - if (model->flags & ALPS_FOUR_BUTTONS) { + if (priv->flags & ALPS_FOUR_BUTTONS) { dev1->keybit[BIT_WORD(BTN_0)] |= BIT_MASK(BTN_0); dev1->keybit[BIT_WORD(BTN_1)] |= BIT_MASK(BTN_1); dev1->keybit[BIT_WORD(BTN_2)] |= BIT_MASK(BTN_2); @@ -1654,7 +1793,8 @@ snprintf(priv->phys, sizeof(priv->phys), "%s/input1", psmouse->ps2dev.serio->phys); dev2->phys = priv->phys; - dev2->name = (model->flags & ALPS_DUALPOINT) ? "DualPoint Stick" : "PS/2 Mouse"; + dev2->name = (priv->flags & ALPS_DUALPOINT) ? + "DualPoint Stick" : "PS/2 Mouse"; dev2->id.bustype = BUS_I8042; dev2->id.vendor = 0x0002; dev2->id.product = PSMOUSE_ALPS; @@ -1673,7 +1813,7 @@ psmouse->poll = alps_poll; psmouse->disconnect = alps_disconnect; psmouse->reconnect = alps_reconnect; - psmouse->pktsize = model->proto_version == ALPS_PROTO_V4 ? 8 : 6; + psmouse->pktsize = priv->proto_version == ALPS_PROTO_V4 ? 8 : 6; /* We are having trouble resyncing ALPS touchpads so disable it for now */ psmouse->resync_time = 0; @@ -1690,18 +1830,16 @@ int alps_detect(struct psmouse *psmouse, bool set_properties) { - int version; - const struct alps_model_info *model; + struct alps_data dummy; - model = alps_get_model(psmouse, &version); - if (!model) + if (alps_identify(psmouse, &dummy) < 0) return -1; if (set_properties) { psmouse->vendor = "ALPS"; - psmouse->name = model->flags & ALPS_DUALPOINT ? + psmouse->name = dummy.flags & ALPS_DUALPOINT ? "DualPoint TouchPad" : "GlidePoint"; - psmouse->model = version; + psmouse->model = dummy.proto_version << 8; } return 0; } --- linux-lowlatency-3.8.0.orig/drivers/input/mouse/psmouse.h +++ linux-lowlatency-3.8.0/drivers/input/mouse/psmouse.h @@ -95,6 +95,7 @@ PSMOUSE_ELANTECH, PSMOUSE_FSP, PSMOUSE_SYNAPTICS_RELATIVE, + PSMOUSE_CYPRESS, PSMOUSE_AUTO /* This one should always be last */ }; --- linux-lowlatency-3.8.0.orig/drivers/input/mouse/cypress_ps2.h +++ linux-lowlatency-3.8.0/drivers/input/mouse/cypress_ps2.h @@ -0,0 +1,202 @@ +#ifndef _CYPRESS_PS2_H +#define _CYPRESS_PS2_H + +#include "psmouse.h" + +#define CMD_BITS_MASK 0x03 +#define COMPOSIT(x, s) (((x) & CMD_BITS_MASK) << (s)) + +#define ENCODE_CMD(aa, bb, cc, dd) \ + (COMPOSIT((aa), 6) | COMPOSIT((bb), 4) | COMPOSIT((cc), 2) | COMPOSIT((dd), 0)) +#define CYTP_CMD_ABS_NO_PRESSURE_MODE ENCODE_CMD(0, 1, 0, 0) +#define CYTP_CMD_ABS_WITH_PRESSURE_MODE ENCODE_CMD(0, 1, 0, 1) +#define CYTP_CMD_SMBUS_MODE ENCODE_CMD(0, 1, 1, 0) +#define CYTP_CMD_STANDARD_MODE ENCODE_CMD(0, 2, 0, 0) /* not implemented yet. */ +#define CYTP_CMD_CYPRESS_REL_MODE ENCODE_CMD(1, 1, 1, 1) /* not implemented yet. */ +#define CYTP_CMD_READ_CYPRESS_ID ENCODE_CMD(0, 0, 0, 0) +#define CYTP_CMD_READ_TP_METRICS ENCODE_CMD(0, 0, 0, 1) +#define CYTP_CMD_SET_HSCROLL_WIDTH(w) ENCODE_CMD(1, 1, 0, (w)) +#define CYTP_CMD_SET_HSCROLL_MASK ENCODE_CMD(1, 1, 0, 0) +#define CYTP_CMD_SET_VSCROLL_WIDTH(w) ENCODE_CMD(1, 2, 0, (w)) +#define CYTP_CMD_SET_VSCROLL_MASK ENCODE_CMD(1, 2, 0, 0) +#define CYTP_CMD_SET_PALM_GEOMETRY(e) ENCODE_CMD(1, 2, 1, (e)) +#define CYTP_CMD_PALM_GEMMETRY_MASK ENCODE_CMD(1, 2, 1, 0) +#define CYTP_CMD_SET_PALM_SENSITIVITY(s) ENCODE_CMD(1, 2, 2, (s)) +#define CYTP_CMD_PALM_SENSITIVITY_MASK ENCODE_CMD(1, 2, 2, 0) +#define CYTP_CMD_SET_MOUSE_SENSITIVITY(s) ENCODE_CMD(1, 3, ((s) >> 2), (s)) +#define CYTP_CMD_MOUSE_SENSITIVITY_MASK ENCODE_CMD(1, 3, 0, 0) +#define CYTP_CMD_REQUEST_BASELINE_STATUS ENCODE_CMD(2, 0, 0, 1) +#define CYTP_CMD_REQUEST_RECALIBRATION ENCODE_CMD(2, 0, 0, 3) + +#define DECODE_CMD_AA(x) (((x) >> 6) & CMD_BITS_MASK) +#define DECODE_CMD_BB(x) (((x) >> 4) & CMD_BITS_MASK) +#define DECODE_CMD_CC(x) (((x) >> 2) & CMD_BITS_MASK) +#define DECODE_CMD_DD(x) ((x) & CMD_BITS_MASK) + +/* Cypress trackpad working mode. */ +#define CYTP_BIT_ABS_PRESSURE (1 << 3) +#define CYTP_BIT_ABS_NO_PRESSURE (1 << 2) +#define CYTP_BIT_CYPRESS_REL (1 << 1) +#define CYTP_BIT_STANDARD_REL (1 << 0) +#define CYTP_BIT_REL_MASK (CYTP_BIT_CYPRESS_REL | CYTP_BIT_STANDARD_REL) +#define CYTP_BIT_ABS_MASK (CYTP_BIT_ABS_PRESSURE | CYTP_BIT_ABS_NO_PRESSURE) +#define CYTP_BIT_ABS_REL_MASK (CYTP_BIT_ABS_MASK | CYTP_BIT_REL_MASK) + +#define CYTP_BIT_HIGH_RATE (1 << 4) +/* + * report mode bit is set, firmware working in Remote Mode. + * report mode bit is cleared, firmware working in Stream Mode. + */ +#define CYTP_BIT_REPORT_MODE (1 << 5) + +/* scrolling width values for set HSCROLL and VSCROLL width command. */ +#define SCROLL_WIDTH_NARROW 1 +#define SCROLL_WIDTH_NORMAL 2 +#define SCROLL_WIDTH_WIDE 3 + +#define PALM_GEOMETRY_ENABLE 1 +#define PALM_GEOMETRY_DISABLE 0 + +#define TP_METRICS_MASK 0x80 +#define FW_VERSION_MASX 0x7f +#define FW_VER_HIGH_MASK 0x70 +#define FW_VER_LOW_MASK 0x0f + +/* Times to retry a ps2_command and millisecond delay between tries. */ +#define CYTP_PS2_CMD_TRIES 3 +#define CYTP_PS2_CMD_DELAY 500 + +/* time out for PS/2 command only in milliseconds. */ +#define CYTP_CMD_TIMEOUT 200 +#define CYTP_DATA_TIMEOUT 30 + +#define CYTP_EXT_CMD 0xe8 +#define CYTP_PS2_RETRY 0xfe +#define CYTP_PS2_ERROR 0xfc + +#define CYTP_RESP_RETRY 0x01 +#define CYTP_RESP_ERROR 0xfe + + +#define CYTP_105001_WIDTH 97 /* Dell XPS 13 */ +#define CYTP_105001_HIGH 59 +#define CYTP_DEFAULT_WIDTH (CYTP_105001_WIDTH) +#define CYTP_DEFAULT_HIGH (CYTP_105001_HIGH) + +#define CYTP_ABS_MAX_X 1600 +#define CYTP_ABS_MAX_Y 900 +#define CYTP_MAX_PRESSURE 255 +#define CYTP_MIN_PRESSURE 0 + +/* header byte bits of relative package. */ +#define BTN_LEFT_BIT 0x01 +#define BTN_RIGHT_BIT 0x02 +#define BTN_MIDDLE_BIT 0x04 +#define REL_X_SIGN_BIT 0x10 +#define REL_Y_SIGN_BIT 0x20 + +/* header byte bits of absolute package. */ +#define ABS_VSCROLL_BIT 0x10 +#define ABS_HSCROLL_BIT 0x20 +#define ABS_MULTIFINGER_TAP 0x04 +#define ABS_EDGE_MOTION_MASK 0x80 + +#define DFLT_RESP_BITS_VALID 0x88 /* SMBus bit should not be set. */ +#define DFLT_RESP_SMBUS_BIT 0x80 +#define DFLT_SMBUS_MODE 0x80 +#define DFLT_PS2_MODE 0x00 +#define DFLT_RESP_BIT_MODE 0x40 +#define DFLT_RESP_REMOTE_MODE 0x40 +#define DFLT_RESP_STREAM_MODE 0x00 +#define DFLT_RESP_BIT_REPORTING 0x20 +#define DFLT_RESP_BIT_SCALING 0x10 + +#define TP_METRICS_BIT_PALM 0x80 +#define TP_METRICS_BIT_STUBBORN 0x40 +#define TP_METRICS_BIT_2F_JITTER 0x30 +#define TP_METRICS_BIT_1F_JITTER 0x0c +#define TP_METRICS_BIT_APA 0x02 +#define TP_METRICS_BIT_MTG 0x01 +#define TP_METRICS_BIT_ABS_PKT_FORMAT_SET 0xf0 +#define TP_METRICS_BIT_2F_SPIKE 0x0c +#define TP_METRICS_BIT_1F_SPIKE 0x03 + +/* bits of first byte response of E9h-Status Request command. */ +#define RESP_BTN_RIGHT_BIT 0x01 +#define RESP_BTN_MIDDLE_BIT 0x02 +#define RESP_BTN_LEFT_BIT 0x04 +#define RESP_SCALING_BIT 0x10 +#define RESP_ENABLE_BIT 0x20 +#define RESP_REMOTE_BIT 0x40 +#define RESP_SMBUS_BIT 0x80 + +/* + * CYPRESS_SIMULATED_MT + * set to 1 for simulated multitouch (up to 5 contact points) + * set to 0 for SEMI_MT (only 2 corner points, and count of fingers) + */ +#define CYPRESS_SIMULATED_MT 1 + +#if ( CYPRESS_SIMULATED_MT == 1 ) +# define CYTP_MAX_MT_SLOTS 5 +#else +# define CYTP_MAX_MT_SLOTS 2 +#endif + +struct cytp_contact { + int x; + int y; + int z; /* also named as touch pressure. */ +}; + +/* The structure of Cypress Trackpad event data. */ +struct cytp_report_data { + int contact_cnt; + struct cytp_contact contacts[CYTP_MAX_MT_SLOTS]; + unsigned int left:1; + unsigned int right:1; + unsigned int middle:1; + unsigned int tap:1; /* multi-finger tap detected. */ +}; + +/* The structure of Cypress Trackpad device private data. */ +struct cytp_data { + int fw_version; + + int pkt_size; + int mode; + + int tp_min_pressure; + int tp_max_pressure; + int tp_width; /* X direction physical size in mm. */ + int tp_high; /* Y direction physical size in mm. */ + int tp_max_abs_x; /* Max X absolute units that can be reported. */ + int tp_max_abs_y; /* Max Y absolute units that can be reported. */ + + int tp_res_x; /* X resolution in units/mm. */ + int tp_res_y; /* Y resolution in units/mm. */ + + int tp_metrics_supported; +}; + + +#ifdef CONFIG_MOUSE_PS2_CYPRESS +int cypress_detect(struct psmouse *psmouse, bool set_properties); +int cypress_init(struct psmouse *psmouse); +bool cypress_supported(void); +#else +inline int cypress_detect(struct psmouse *psmouse, bool set_properties) +{ + return -ENOSYS; +} +inline int cypress_init(struct psmouse *psmouse) +{ + return -ENOSYS; +} +inline bool cypress_supported(void) +{ + return 0; +} +#endif /* CONFIG_MOUSE_PS2_CYPRESS */ + +#endif /* _CYPRESS_PS2_H */ --- linux-lowlatency-3.8.0.orig/drivers/input/mouse/psmouse-base.c +++ linux-lowlatency-3.8.0/drivers/input/mouse/psmouse-base.c @@ -34,6 +34,7 @@ #include "touchkit_ps2.h" #include "elantech.h" #include "sentelic.h" +#include "cypress_ps2.h" #define DRIVER_DESC "PS/2 mouse driver" @@ -759,6 +760,28 @@ } /* + * Try Cypress Trackpad. + * Must try it before Finger Sensing Pad because Finger Sensing Pad probe + * upsets some modules of Cypress Trackpads. + */ + if (max_proto > PSMOUSE_IMEX && + cypress_detect(psmouse, set_properties) == 0) { + if (cypress_supported()) { + if (cypress_init(psmouse) == 0) + return PSMOUSE_CYPRESS; + + /* + * Finger Sensing Pad probe upsets some modules of + * Cypress Trackpad, must avoid Finger Sensing Pad + * probe if Cypress Trackpad device detected. + */ + return PSMOUSE_PS2; + } + + max_proto = PSMOUSE_IMEX; + } + +/* * Try ALPS TouchPad */ if (max_proto > PSMOUSE_IMEX) { @@ -896,6 +919,15 @@ .alias = "thinkps", .detect = thinking_detect, }, +#ifdef CONFIG_MOUSE_PS2_CYPRESS + { + .type = PSMOUSE_CYPRESS, + .name = "CyPS/2", + .alias = "cypress", + .detect = cypress_detect, + .init = cypress_init, + }, +#endif { .type = PSMOUSE_GENPS, .name = "GenPS/2", --- linux-lowlatency-3.8.0.orig/drivers/input/touchscreen/egalax_ts.c +++ linux-lowlatency-3.8.0/drivers/input/touchscreen/egalax_ts.c @@ -216,7 +216,7 @@ input_set_abs_params(input_dev, ABS_MT_POSITION_X, 0, EGALAX_MAX_X, 0, 0); input_set_abs_params(input_dev, - ABS_MT_POSITION_X, 0, EGALAX_MAX_Y, 0, 0); + ABS_MT_POSITION_Y, 0, EGALAX_MAX_Y, 0, 0); input_mt_init_slots(input_dev, MAX_SUPPORT_POINTS, 0); input_set_drvdata(input_dev, ts); --- linux-lowlatency-3.8.0.orig/drivers/mailbox/Kconfig +++ linux-lowlatency-3.8.0/drivers/mailbox/Kconfig @@ -0,0 +1,19 @@ +menuconfig MAILBOX + bool "Mailbox Hardware Support" + help + Mailbox is a framework to control hardware communication between + on-chip processors through queued messages and interrupt driven + signals. Say Y if your platform supports hardware mailboxes. + +if MAILBOX +config PL320_MBOX + bool "ARM PL320 Mailbox" + depends on ARM_AMBA + help + An implementation of the ARM PL320 Interprocessor Communication + Mailbox (IPCM), tailored for the Calxeda Highbank. It is used to + send short messages between Highbank's A9 cores and the EnergyCore + Management Engine, primarily for cpufreq. Say Y here if you want + to use the PL320 IPCM support. + +endif --- linux-lowlatency-3.8.0.orig/drivers/mailbox/Makefile +++ linux-lowlatency-3.8.0/drivers/mailbox/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_PL320_MBOX) += pl320-ipc.o --- linux-lowlatency-3.8.0.orig/drivers/mailbox/pl320-ipc.c +++ linux-lowlatency-3.8.0/drivers/mailbox/pl320-ipc.c @@ -0,0 +1,198 @@ +/* + * Copyright 2012 Calxeda, Inc. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms and conditions of the GNU General Public License, + * version 2, as published by the Free Software Foundation. + * + * This program is distributed in the hope it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see . + */ +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include + +#define IPCMxSOURCE(m) ((m) * 0x40) +#define IPCMxDSET(m) (((m) * 0x40) + 0x004) +#define IPCMxDCLEAR(m) (((m) * 0x40) + 0x008) +#define IPCMxDSTATUS(m) (((m) * 0x40) + 0x00C) +#define IPCMxMODE(m) (((m) * 0x40) + 0x010) +#define IPCMxMSET(m) (((m) * 0x40) + 0x014) +#define IPCMxMCLEAR(m) (((m) * 0x40) + 0x018) +#define IPCMxMSTATUS(m) (((m) * 0x40) + 0x01C) +#define IPCMxSEND(m) (((m) * 0x40) + 0x020) +#define IPCMxDR(m, dr) (((m) * 0x40) + ((dr) * 4) + 0x024) + +#define IPCMMIS(irq) (((irq) * 8) + 0x800) +#define IPCMRIS(irq) (((irq) * 8) + 0x804) + +#define MBOX_MASK(n) (1 << (n)) +#define IPC_TX_MBOX 1 +#define IPC_RX_MBOX 2 + +#define CHAN_MASK(n) (1 << (n)) +#define A9_SOURCE 1 +#define M3_SOURCE 0 + +static void __iomem *ipc_base; +static int ipc_irq; +static DEFINE_MUTEX(ipc_m1_lock); +static DECLARE_COMPLETION(ipc_completion); +static ATOMIC_NOTIFIER_HEAD(ipc_notifier); + +static inline void set_destination(int source, int mbox) +{ + __raw_writel(CHAN_MASK(source), ipc_base + IPCMxDSET(mbox)); + __raw_writel(CHAN_MASK(source), ipc_base + IPCMxMSET(mbox)); +} + +static inline void clear_destination(int source, int mbox) +{ + __raw_writel(CHAN_MASK(source), ipc_base + IPCMxDCLEAR(mbox)); + __raw_writel(CHAN_MASK(source), ipc_base + IPCMxMCLEAR(mbox)); +} + +static void __ipc_send(int mbox, u32 *data) +{ + int i; + for (i = 0; i < 7; i++) + __raw_writel(data[i], ipc_base + IPCMxDR(mbox, i)); + __raw_writel(0x1, ipc_base + IPCMxSEND(mbox)); +} + +static u32 __ipc_rcv(int mbox, u32 *data) +{ + int i; + for (i = 0; i < 7; i++) + data[i] = __raw_readl(ipc_base + IPCMxDR(mbox, i)); + return data[1]; +} + +/* blocking implmentation from the A9 side, not usuable in interrupts! */ +int pl320_ipc_transmit(u32 *data) +{ + int ret; + + mutex_lock(&ipc_m1_lock); + + init_completion(&ipc_completion); + __ipc_send(IPC_TX_MBOX, data); + ret = wait_for_completion_timeout(&ipc_completion, + msecs_to_jiffies(1000)); + if (ret == 0) { + ret = -ETIMEDOUT; + goto out; + } + + ret = __ipc_rcv(IPC_TX_MBOX, data); +out: + mutex_unlock(&ipc_m1_lock); + return ret; +} +EXPORT_SYMBOL_GPL(pl320_ipc_transmit); + +static irqreturn_t ipc_handler(int irq, void *dev) +{ + u32 irq_stat; + u32 data[7]; + + irq_stat = __raw_readl(ipc_base + IPCMMIS(1)); + if (irq_stat & MBOX_MASK(IPC_TX_MBOX)) { + __raw_writel(0, ipc_base + IPCMxSEND(IPC_TX_MBOX)); + complete(&ipc_completion); + } + if (irq_stat & MBOX_MASK(IPC_RX_MBOX)) { + __ipc_rcv(IPC_RX_MBOX, data); + atomic_notifier_call_chain(&ipc_notifier, data[0], data + 1); + __raw_writel(2, ipc_base + IPCMxSEND(IPC_RX_MBOX)); + } + + return IRQ_HANDLED; +} + +int pl320_ipc_register_notifier(struct notifier_block *nb) +{ + return atomic_notifier_chain_register(&ipc_notifier, nb); +} +EXPORT_SYMBOL_GPL(pl320_ipc_register_notifier); + +int pl320_ipc_unregister_notifier(struct notifier_block *nb) +{ + return atomic_notifier_chain_unregister(&ipc_notifier, nb); +} +EXPORT_SYMBOL_GPL(pl320_ipc_unregister_notifier); + +static int pl320_probe(struct amba_device *adev, const struct amba_id *id) +{ + int ret; + + ipc_base = ioremap(adev->res.start, resource_size(&adev->res)); + if (ipc_base == NULL) + return -ENOMEM; + + __raw_writel(0, ipc_base + IPCMxSEND(IPC_TX_MBOX)); + + ipc_irq = adev->irq[0]; + ret = request_irq(ipc_irq, ipc_handler, 0, dev_name(&adev->dev), NULL); + if (ret < 0) + goto err; + + /* Init slow mailbox */ + __raw_writel(CHAN_MASK(A9_SOURCE), + ipc_base + IPCMxSOURCE(IPC_TX_MBOX)); + __raw_writel(CHAN_MASK(M3_SOURCE), + ipc_base + IPCMxDSET(IPC_TX_MBOX)); + __raw_writel(CHAN_MASK(M3_SOURCE) | CHAN_MASK(A9_SOURCE), + ipc_base + IPCMxMSET(IPC_TX_MBOX)); + + /* Init receive mailbox */ + __raw_writel(CHAN_MASK(M3_SOURCE), + ipc_base + IPCMxSOURCE(IPC_RX_MBOX)); + __raw_writel(CHAN_MASK(A9_SOURCE), + ipc_base + IPCMxDSET(IPC_RX_MBOX)); + __raw_writel(CHAN_MASK(M3_SOURCE) | CHAN_MASK(A9_SOURCE), + ipc_base + IPCMxMSET(IPC_RX_MBOX)); + + return 0; +err: + iounmap(ipc_base); + return ret; +} + +static struct amba_id pl320_ids[] = { + { + .id = 0x00041320, + .mask = 0x000fffff, + }, + { 0, 0 }, +}; + +static struct amba_driver pl320_driver = { + .drv = { + .name = "pl320", + }, + .id_table = pl320_ids, + .probe = pl320_probe, +}; + +static int __init ipc_init(void) +{ + return amba_driver_register(&pl320_driver); +} +module_init(ipc_init); --- linux-lowlatency-3.8.0.orig/drivers/usb/dwc3/core.h +++ linux-lowlatency-3.8.0/drivers/usb/dwc3/core.h @@ -405,7 +405,6 @@ * @number: endpoint number (1 - 15) * @type: set to bmAttributes & USB_ENDPOINT_XFERTYPE_MASK * @resource_index: Resource transfer index - * @current_uf: Current uf received through last event parameter * @interval: the intervall on which the ISOC transfer is started * @name: a human readable name e.g. ep1out-bulk * @direction: true for TX, false for RX @@ -439,7 +438,6 @@ u8 number; u8 type; u8 resource_index; - u16 current_uf; u32 interval; char name[20]; --- linux-lowlatency-3.8.0.orig/drivers/usb/dwc3/gadget.c +++ linux-lowlatency-3.8.0/drivers/usb/dwc3/gadget.c @@ -754,21 +754,18 @@ struct dwc3 *dwc = dep->dwc; struct dwc3_trb *trb; - unsigned int cur_slot; - dev_vdbg(dwc->dev, "%s: req %p dma %08llx length %d%s%s\n", dep->name, req, (unsigned long long) dma, length, last ? " last" : "", chain ? " chain" : ""); - trb = &dep->trb_pool[dep->free_slot & DWC3_TRB_MASK]; - cur_slot = dep->free_slot; - dep->free_slot++; - /* Skip the LINK-TRB on ISOC */ - if (((cur_slot & DWC3_TRB_MASK) == DWC3_TRB_NUM - 1) && + if (((dep->free_slot & DWC3_TRB_MASK) == DWC3_TRB_NUM - 1) && usb_endpoint_xfer_isoc(dep->endpoint.desc)) - return; + dep->free_slot++; + + trb = &dep->trb_pool[dep->free_slot & DWC3_TRB_MASK]; + dep->free_slot++; if (!req->trb) { dwc3_gadget_move_request_queued(req); @@ -1091,7 +1088,10 @@ * notion of current microframe. */ if (usb_endpoint_xfer_isoc(dep->endpoint.desc)) { - dwc3_stop_active_transfer(dwc, dep->number); + if (list_empty(&dep->req_queued)) { + dwc3_stop_active_transfer(dwc, dep->number); + dep->flags = DWC3_EP_ENABLED; + } return 0; } @@ -1117,16 +1117,6 @@ dep->name); } - /* - * 3. Missed ISOC Handling. We need to start isoc transfer on the saved - * uframe number. - */ - if (usb_endpoint_xfer_isoc(dep->endpoint.desc) && - (dep->flags & DWC3_EP_MISSED_ISOC)) { - __dwc3_gadget_start_isoc(dwc, dep, dep->current_uf); - dep->flags &= ~DWC3_EP_MISSED_ISOC; - } - return 0; } @@ -1689,14 +1679,29 @@ if (trb_status == DWC3_TRBSTS_MISSED_ISOC) { dev_dbg(dwc->dev, "incomplete IN transfer %s\n", dep->name); - dep->current_uf = event->parameters & - ~(dep->interval - 1); + /* + * If missed isoc occurred and there is + * no request queued then issue END + * TRANSFER, so that core generates + * next xfernotready and we will issue + * a fresh START TRANSFER. + * If there are still queued request + * then wait, do not issue either END + * or UPDATE TRANSFER, just attach next + * request in request_list during + * giveback.If any future queued request + * is successfully transferred then we + * will issue UPDATE TRANSFER for all + * request in the request_list. + */ dep->flags |= DWC3_EP_MISSED_ISOC; } else { dev_err(dwc->dev, "incomplete IN transfer %s\n", dep->name); status = -ECONNRESET; } + } else { + dep->flags &= ~DWC3_EP_MISSED_ISOC; } } else { if (count && (event->status & DEPEVT_STATUS_SHORT)) @@ -1723,6 +1728,23 @@ break; } while (1); + if (usb_endpoint_xfer_isoc(dep->endpoint.desc) && + list_empty(&dep->req_queued)) { + if (list_empty(&dep->request_list)) { + /* + * If there is no entry in request list then do + * not issue END TRANSFER now. Just set PENDING + * flag, so that END TRANSFER is issued when an + * entry is added into request list. + */ + dep->flags = DWC3_EP_PENDING_REQUEST; + } else { + dwc3_stop_active_transfer(dwc, dep->number); + dep->flags = DWC3_EP_ENABLED; + } + return 1; + } + if ((event->status & DEPEVT_STATUS_IOC) && (trb->ctrl & DWC3_TRB_CTRL_IOC)) return 0; @@ -2157,6 +2179,26 @@ break; } + /* Enable USB2 LPM Capability */ + + if ((dwc->revision > DWC3_REVISION_194A) + && (speed != DWC3_DCFG_SUPERSPEED)) { + reg = dwc3_readl(dwc->regs, DWC3_DCFG); + reg |= DWC3_DCFG_LPM_CAP; + dwc3_writel(dwc->regs, DWC3_DCFG, reg); + + reg = dwc3_readl(dwc->regs, DWC3_DCTL); + reg &= ~(DWC3_DCTL_HIRD_THRES_MASK | DWC3_DCTL_L1_HIBER_EN); + + /* + * TODO: This should be configurable. For now using + * maximum allowed HIRD threshold value of 0b1100 + */ + reg |= DWC3_DCTL_HIRD_THRES(12); + + dwc3_writel(dwc->regs, DWC3_DCTL, reg); + } + /* Recent versions support automatic phy suspend and don't need this */ if (dwc->revision < DWC3_REVISION_194A) { /* Suspend unneeded PHY */ @@ -2463,20 +2505,8 @@ DWC3_DEVTEN_DISCONNEVTEN); dwc3_writel(dwc->regs, DWC3_DEVTEN, reg); - /* Enable USB2 LPM and automatic phy suspend only on recent versions */ + /* automatic phy suspend only on recent versions */ if (dwc->revision >= DWC3_REVISION_194A) { - reg = dwc3_readl(dwc->regs, DWC3_DCFG); - reg |= DWC3_DCFG_LPM_CAP; - dwc3_writel(dwc->regs, DWC3_DCFG, reg); - - reg = dwc3_readl(dwc->regs, DWC3_DCTL); - reg &= ~(DWC3_DCTL_HIRD_THRES_MASK | DWC3_DCTL_L1_HIBER_EN); - - /* TODO: This should be configurable */ - reg |= DWC3_DCTL_HIRD_THRES(28); - - dwc3_writel(dwc->regs, DWC3_DCTL, reg); - dwc3_gadget_usb2_phy_suspend(dwc, false); dwc3_gadget_usb3_phy_suspend(dwc, false); } --- linux-lowlatency-3.8.0.orig/drivers/usb/dwc3/core.c +++ linux-lowlatency-3.8.0/drivers/usb/dwc3/core.c @@ -575,6 +575,7 @@ break; } + dwc3_free_event_buffers(dwc); dwc3_core_exit(dwc); return 0; --- linux-lowlatency-3.8.0.orig/drivers/usb/gadget/g_ffs.c +++ linux-lowlatency-3.8.0/drivers/usb/gadget/g_ffs.c @@ -357,7 +357,7 @@ goto error; gfs_dev_desc.iProduct = gfs_strings[USB_GADGET_PRODUCT_IDX].id; - for (i = func_num; --i; ) { + for (i = func_num; i--; ) { ret = functionfs_bind(ffs_tab[i].ffs_data, cdev); if (unlikely(ret < 0)) { while (++i < func_num) @@ -413,7 +413,7 @@ gether_cleanup(); gfs_ether_setup = false; - for (i = func_num; --i; ) + for (i = func_num; i--; ) if (ffs_tab[i].ffs_data) functionfs_unbind(ffs_tab[i].ffs_data); --- linux-lowlatency-3.8.0.orig/drivers/usb/gadget/udc-core.c +++ linux-lowlatency-3.8.0/drivers/usb/gadget/udc-core.c @@ -265,7 +265,7 @@ usb_gadget_disconnect(udc->gadget); udc->driver->disconnect(udc->gadget); udc->driver->unbind(udc->gadget); - usb_gadget_udc_stop(udc->gadget, udc->driver); + usb_gadget_udc_stop(udc->gadget, NULL); } else { usb_gadget_stop(udc->gadget, udc->driver); } --- linux-lowlatency-3.8.0.orig/drivers/usb/storage/unusual_devs.h +++ linux-lowlatency-3.8.0/drivers/usb/storage/unusual_devs.h @@ -488,6 +488,13 @@ USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_MAX_SECTORS_64 | US_FL_BULK_IGNORE_TAG), +/* Added by Dmitry Artamonow */ +UNUSUAL_DEV( 0x04e8, 0x5136, 0x0000, 0x9999, + "Samsung", + "YP-Z3", + USB_SC_DEVICE, USB_PR_DEVICE, NULL, + US_FL_MAX_SECTORS_64), + /* Entry and supporting patch by Theodore Kilgore . * Device uses standards-violating 32-byte Bulk Command Block Wrappers and * reports itself as "Proprietary SCSI Bulk." Cf. device entry 0x084d:0x0011. @@ -1169,6 +1176,13 @@ USB_SC_DEVICE, USB_PR_DEVICE, option_ms_init, 0), +/* Reported by Timo Aaltonen */ +UNUSUAL_DEV( 0x0af0, 0x7011, 0x0000, 0x9999, + "Option", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, option_ms_init, + 0 ), + /* Reported by F. Aben * This device (wrongly) has a vendor-specific device descriptor. * The entry is needed so usb-storage can bind to it's mass-storage @@ -1527,10 +1541,335 @@ /* Reported by fangxiaozhi * This brings the HUAWEI data card devices into multi-port mode */ -UNUSUAL_VENDOR_INTF(0x12d1, 0x08, 0x06, 0x50, +UNUSUAL_DEV( 0x12d1, 0x1001, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1003, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1004, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1401, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1402, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1403, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1404, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1405, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1406, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1407, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1408, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1409, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x140A, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x140B, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x140C, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x140D, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x140E, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x140F, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1410, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1411, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1412, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1413, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1414, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1415, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1416, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1417, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1418, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1419, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x141A, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x141B, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x141C, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x141D, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x141E, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x141F, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1420, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1421, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1422, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1423, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1424, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1425, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1426, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1427, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1428, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1429, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x142A, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x142B, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x142C, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x142D, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x142E, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x142F, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1430, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1431, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1432, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1433, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1434, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1435, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1436, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1437, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1438, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x1439, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x143A, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x143B, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x143C, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x143D, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x143E, 0x0000, 0x0000, + "HUAWEI MOBILE", + "Mass Storage", + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, + 0), +UNUSUAL_DEV( 0x12d1, 0x143F, 0x0000, 0x0000, "HUAWEI MOBILE", "Mass Storage", - USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_init, + USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 0), /* Reported by Vilius Bilinkevicius protocol_name = "Transparent SCSI with Cypress ATACB"; - us->proto_handler = cypress_atacb_passthrough; + /* Among CY7C68300 chips, the A revision does not support Cypress ATACB + * Filter out this revision from EEPROM default descriptor values + */ + device = interface_to_usbdev(intf); + if (device->descriptor.iManufacturer != 0x38 || + device->descriptor.iProduct != 0x4e || + device->descriptor.iSerialNumber != 0x64) { + us->protocol_name = "Transparent SCSI with Cypress ATACB"; + us->proto_handler = cypress_atacb_passthrough; + } else { + us->protocol_name = "Transparent SCSI"; + us->proto_handler = usb_stor_transparent_scsi_command; + } result = usb_stor_probe2(us); return result; --- linux-lowlatency-3.8.0.orig/drivers/usb/storage/initializers.c +++ linux-lowlatency-3.8.0/drivers/usb/storage/initializers.c @@ -92,8 +92,8 @@ return 0; } -/* This places the HUAWEI usb dongles in multi-port mode */ -static int usb_stor_huawei_feature_init(struct us_data *us) +/* This places the HUAWEI E220 devices in multi-port mode */ +int usb_stor_huawei_e220_init(struct us_data *us) { int result; @@ -104,75 +104,3 @@ US_DEBUGP("Huawei mode set result is %d\n", result); return 0; } - -/* - * It will send a scsi switch command called rewind' to huawei dongle. - * When the dongle receives this command at the first time, - * it will reboot immediately. After rebooted, it will ignore this command. - * So it is unnecessary to read its response. - */ -static int usb_stor_huawei_scsi_init(struct us_data *us) -{ - int result = 0; - int act_len = 0; - struct bulk_cb_wrap *bcbw = (struct bulk_cb_wrap *) us->iobuf; - char rewind_cmd[] = {0x11, 0x06, 0x20, 0x00, 0x00, 0x01, 0x01, 0x00, - 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; - - bcbw->Signature = cpu_to_le32(US_BULK_CB_SIGN); - bcbw->Tag = 0; - bcbw->DataTransferLength = 0; - bcbw->Flags = bcbw->Lun = 0; - bcbw->Length = sizeof(rewind_cmd); - memset(bcbw->CDB, 0, sizeof(bcbw->CDB)); - memcpy(bcbw->CDB, rewind_cmd, sizeof(rewind_cmd)); - - result = usb_stor_bulk_transfer_buf(us, us->send_bulk_pipe, bcbw, - US_BULK_CB_WRAP_LEN, &act_len); - US_DEBUGP("transfer actual length=%d, result=%d\n", act_len, result); - return result; -} - -/* - * It tries to find the supported Huawei USB dongles. - * In Huawei, they assign the following product IDs - * for all of their mobile broadband dongles, - * including the new dongles in the future. - * So if the product ID is not included in this list, - * it means it is not Huawei's mobile broadband dongles. - */ -static int usb_stor_huawei_dongles_pid(struct us_data *us) -{ - struct usb_interface_descriptor *idesc; - int idProduct; - - idesc = &us->pusb_intf->cur_altsetting->desc; - idProduct = us->pusb_dev->descriptor.idProduct; - /* The first port is CDROM, - * means the dongle in the single port mode, - * and a switch command is required to be sent. */ - if (idesc && idesc->bInterfaceNumber == 0) { - if ((idProduct == 0x1001) - || (idProduct == 0x1003) - || (idProduct == 0x1004) - || (idProduct >= 0x1401 && idProduct <= 0x1500) - || (idProduct >= 0x1505 && idProduct <= 0x1600) - || (idProduct >= 0x1c02 && idProduct <= 0x2202)) { - return 1; - } - } - return 0; -} - -int usb_stor_huawei_init(struct us_data *us) -{ - int result = 0; - - if (usb_stor_huawei_dongles_pid(us)) { - if (us->pusb_dev->descriptor.idProduct >= 0x1446) - result = usb_stor_huawei_scsi_init(us); - else - result = usb_stor_huawei_feature_init(us); - } - return result; -} --- linux-lowlatency-3.8.0.orig/drivers/usb/storage/unusual_cypress.h +++ linux-lowlatency-3.8.0/drivers/usb/storage/unusual_cypress.h @@ -31,7 +31,7 @@ "Cypress ISD-300LP", USB_SC_CYP_ATACB, USB_PR_DEVICE, NULL, 0), -UNUSUAL_DEV( 0x14cd, 0x6116, 0x0000, 0x9999, +UNUSUAL_DEV( 0x14cd, 0x6116, 0x0000, 0x0219, "Super Top", "USB 2.0 SATA BRIDGE", USB_SC_CYP_ATACB, USB_PR_DEVICE, NULL, 0), --- linux-lowlatency-3.8.0.orig/drivers/usb/storage/initializers.h +++ linux-lowlatency-3.8.0/drivers/usb/storage/initializers.h @@ -46,5 +46,5 @@ * flash reader */ int usb_stor_ucr61s2b_init(struct us_data *us); -/* This places the HUAWEI usb dongles in multi-port mode */ -int usb_stor_huawei_init(struct us_data *us); +/* This places the HUAWEI E220 devices in multi-port mode */ +int usb_stor_huawei_e220_init(struct us_data *us); --- linux-lowlatency-3.8.0.orig/drivers/usb/serial/mos7840.c +++ linux-lowlatency-3.8.0/drivers/usb/serial/mos7840.c @@ -219,7 +219,6 @@ char open; char open_ports; wait_queue_head_t wait_chase; /* for handling sleeping while waiting for chase to finish */ - wait_queue_head_t delta_msr_wait; /* for handling sleeping while waiting for msr change to happen */ int delta_msr_cond; struct async_icount icount; struct usb_serial_port *port; /* loop back to the owner of this object */ @@ -423,6 +422,9 @@ icount->rng++; smp_wmb(); } + + mos7840_port->delta_msr_cond = 1; + wake_up_interruptible(&port->port->delta_msr_wait); } } @@ -1131,7 +1133,6 @@ /* initialize our wait queues */ init_waitqueue_head(&mos7840_port->wait_chase); - init_waitqueue_head(&mos7840_port->delta_msr_wait); /* initialize our icount structure */ memset(&(mos7840_port->icount), 0x00, sizeof(mos7840_port->icount)); @@ -2021,8 +2022,6 @@ mos7840_port->read_urb_busy = false; } } - wake_up(&mos7840_port->delta_msr_wait); - mos7840_port->delta_msr_cond = 1; dev_dbg(&port->dev, "%s - mos7840_port->shadowLCR is End %x\n", __func__, mos7840_port->shadowLCR); } @@ -2223,13 +2222,18 @@ while (1) { /* interruptible_sleep_on(&mos7840_port->delta_msr_wait); */ mos7840_port->delta_msr_cond = 0; - wait_event_interruptible(mos7840_port->delta_msr_wait, - (mos7840_port-> + wait_event_interruptible(port->delta_msr_wait, + (port->serial->disconnected || + mos7840_port-> delta_msr_cond == 1)); /* see if a signal did it */ if (signal_pending(current)) return -ERESTARTSYS; + + if (port->serial->disconnected) + return -EIO; + cnow = mos7840_port->icount; smp_rmb(); if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr && --- linux-lowlatency-3.8.0.orig/drivers/usb/serial/usb-serial.c +++ linux-lowlatency-3.8.0/drivers/usb/serial/usb-serial.c @@ -151,6 +151,7 @@ } } + usb_put_intf(serial->interface); usb_put_dev(serial->dev); kfree(serial); } @@ -614,7 +615,7 @@ } serial->dev = usb_get_dev(dev); serial->type = driver; - serial->interface = interface; + serial->interface = usb_get_intf(interface); kref_init(&serial->kref); mutex_init(&serial->disc_mutex); serial->minor = SERIAL_TTY_NO_MINOR; @@ -688,10 +689,20 @@ static void serial_dtr_rts(struct tty_port *port, int on) { struct usb_serial_port *p = container_of(port, struct usb_serial_port, port); - struct usb_serial_driver *drv = p->serial->type; + struct usb_serial *serial = p->serial; + struct usb_serial_driver *drv = serial->type; - if (drv->dtr_rts) + if (!drv->dtr_rts) + return; + /* + * Work-around bug in the tty-layer which can result in dtr_rts + * being called after a disconnect (and tty_unregister_device + * has returned). Remove once bug has been squashed. + */ + mutex_lock(&serial->disc_mutex); + if (!serial->disconnected) drv->dtr_rts(p, on); + mutex_unlock(&serial->disc_mutex); } static const struct tty_port_operations serial_port_ops = { @@ -886,6 +897,7 @@ port->port.ops = &serial_port_ops; port->serial = serial; spin_lock_init(&port->lock); + init_waitqueue_head(&port->delta_msr_wait); /* Keep this for private driver use for the moment but should probably go away */ INIT_WORK(&port->work, usb_serial_port_work); --- linux-lowlatency-3.8.0.orig/drivers/usb/serial/cp210x.c +++ linux-lowlatency-3.8.0/drivers/usb/serial/cp210x.c @@ -85,6 +85,7 @@ { USB_DEVICE(0x10C4, 0x813F) }, /* Tams Master Easy Control */ { USB_DEVICE(0x10C4, 0x814A) }, /* West Mountain Radio RIGblaster P&P */ { USB_DEVICE(0x10C4, 0x814B) }, /* West Mountain Radio RIGtalk */ + { USB_DEVICE(0x2405, 0x0003) }, /* West Mountain Radio RIGblaster Advantage */ { USB_DEVICE(0x10C4, 0x8156) }, /* B&G H3000 link cable */ { USB_DEVICE(0x10C4, 0x815E) }, /* Helicomm IP-Link 1220-DVM */ { USB_DEVICE(0x10C4, 0x815F) }, /* Timewave HamLinkUSB */ @@ -150,6 +151,25 @@ { USB_DEVICE(0x1BE3, 0x07A6) }, /* WAGO 750-923 USB Service Cable */ { USB_DEVICE(0x1E29, 0x0102) }, /* Festo CPX-USB */ { USB_DEVICE(0x1E29, 0x0501) }, /* Festo CMSP */ + { USB_DEVICE(0x1FB9, 0x0100) }, /* Lake Shore Model 121 Current Source */ + { USB_DEVICE(0x1FB9, 0x0200) }, /* Lake Shore Model 218A Temperature Monitor */ + { USB_DEVICE(0x1FB9, 0x0201) }, /* Lake Shore Model 219 Temperature Monitor */ + { USB_DEVICE(0x1FB9, 0x0202) }, /* Lake Shore Model 233 Temperature Transmitter */ + { USB_DEVICE(0x1FB9, 0x0203) }, /* Lake Shore Model 235 Temperature Transmitter */ + { USB_DEVICE(0x1FB9, 0x0300) }, /* Lake Shore Model 335 Temperature Controller */ + { USB_DEVICE(0x1FB9, 0x0301) }, /* Lake Shore Model 336 Temperature Controller */ + { USB_DEVICE(0x1FB9, 0x0302) }, /* Lake Shore Model 350 Temperature Controller */ + { USB_DEVICE(0x1FB9, 0x0303) }, /* Lake Shore Model 371 AC Bridge */ + { USB_DEVICE(0x1FB9, 0x0400) }, /* Lake Shore Model 411 Handheld Gaussmeter */ + { USB_DEVICE(0x1FB9, 0x0401) }, /* Lake Shore Model 425 Gaussmeter */ + { USB_DEVICE(0x1FB9, 0x0402) }, /* Lake Shore Model 455A Gaussmeter */ + { USB_DEVICE(0x1FB9, 0x0403) }, /* Lake Shore Model 475A Gaussmeter */ + { USB_DEVICE(0x1FB9, 0x0404) }, /* Lake Shore Model 465 Three Axis Gaussmeter */ + { USB_DEVICE(0x1FB9, 0x0600) }, /* Lake Shore Model 625A Superconducting MPS */ + { USB_DEVICE(0x1FB9, 0x0601) }, /* Lake Shore Model 642A Magnet Power Supply */ + { USB_DEVICE(0x1FB9, 0x0602) }, /* Lake Shore Model 648 Magnet Power Supply */ + { USB_DEVICE(0x1FB9, 0x0700) }, /* Lake Shore Model 737 VSM Controller */ + { USB_DEVICE(0x1FB9, 0x0701) }, /* Lake Shore Model 776 Hall Matrix */ { USB_DEVICE(0x3195, 0xF190) }, /* Link Instruments MSO-19 */ { USB_DEVICE(0x3195, 0xF280) }, /* Link Instruments MSO-28 */ { USB_DEVICE(0x3195, 0xF281) }, /* Link Instruments MSO-28 */ --- linux-lowlatency-3.8.0.orig/drivers/usb/serial/oti6858.c +++ linux-lowlatency-3.8.0/drivers/usb/serial/oti6858.c @@ -188,7 +188,6 @@ u8 setup_done; struct delayed_work delayed_setup_work; - wait_queue_head_t intr_wait; struct usb_serial_port *port; /* USB port with which associated */ }; @@ -339,7 +338,6 @@ return -ENOMEM; spin_lock_init(&priv->lock); - init_waitqueue_head(&priv->intr_wait); priv->port = port; INIT_DELAYED_WORK(&priv->delayed_setup_work, setup_line); INIT_DELAYED_WORK(&priv->delayed_write_work, send_data); @@ -664,11 +662,15 @@ spin_unlock_irqrestore(&priv->lock, flags); while (1) { - wait_event_interruptible(priv->intr_wait, + wait_event_interruptible(port->delta_msr_wait, + port->serial->disconnected || priv->status.pin_state != prev); if (signal_pending(current)) return -ERESTARTSYS; + if (port->serial->disconnected) + return -EIO; + spin_lock_irqsave(&priv->lock, flags); status = priv->status.pin_state & PIN_MASK; spin_unlock_irqrestore(&priv->lock, flags); @@ -763,7 +765,7 @@ if (!priv->transient) { if (xs->pin_state != priv->status.pin_state) - wake_up_interruptible(&priv->intr_wait); + wake_up_interruptible(&port->delta_msr_wait); memcpy(&priv->status, xs, OTI6858_CTRL_PKT_SIZE); } --- linux-lowlatency-3.8.0.orig/drivers/usb/serial/quatech2.c +++ linux-lowlatency-3.8.0/drivers/usb/serial/quatech2.c @@ -128,7 +128,6 @@ u8 shadowLSR; u8 shadowMSR; - wait_queue_head_t delta_msr_wait; /* Used for TIOCMIWAIT */ struct async_icount icount; struct usb_serial_port *port; @@ -506,8 +505,9 @@ spin_unlock_irqrestore(&priv->lock, flags); while (1) { - wait_event_interruptible(priv->delta_msr_wait, - ((priv->icount.rng != prev.rng) || + wait_event_interruptible(port->delta_msr_wait, + (port->serial->disconnected || + (priv->icount.rng != prev.rng) || (priv->icount.dsr != prev.dsr) || (priv->icount.dcd != prev.dcd) || (priv->icount.cts != prev.cts))); @@ -515,6 +515,9 @@ if (signal_pending(current)) return -ERESTARTSYS; + if (port->serial->disconnected) + return -EIO; + spin_lock_irqsave(&priv->lock, flags); cur = priv->icount; spin_unlock_irqrestore(&priv->lock, flags); @@ -841,7 +844,6 @@ spin_lock_init(&port_priv->lock); spin_lock_init(&port_priv->urb_lock); - init_waitqueue_head(&port_priv->delta_msr_wait); port_priv->port = port; port_priv->write_urb = usb_alloc_urb(0, GFP_KERNEL); @@ -945,19 +947,17 @@ struct usb_device *dev = port->serial->dev; struct qt2_port_private *port_priv = usb_get_serial_port_data(port); - mutex_lock(&port->serial->disc_mutex); - if (!port->serial->disconnected) { - /* Disable flow control */ - if (!on && qt2_setregister(dev, port_priv->device_port, + /* Disable flow control */ + if (!on) { + if (qt2_setregister(dev, port_priv->device_port, UART_MCR, 0) < 0) dev_warn(&port->dev, "error from flowcontrol urb\n"); - /* drop RTS and DTR */ - if (on) - update_mctrl(port_priv, TIOCM_DTR | TIOCM_RTS, 0); - else - update_mctrl(port_priv, 0, TIOCM_DTR | TIOCM_RTS); } - mutex_unlock(&port->serial->disc_mutex); + /* drop RTS and DTR */ + if (on) + update_mctrl(port_priv, TIOCM_DTR | TIOCM_RTS, 0); + else + update_mctrl(port_priv, 0, TIOCM_DTR | TIOCM_RTS); } static void qt2_update_msr(struct usb_serial_port *port, unsigned char *ch) @@ -986,7 +986,7 @@ if (newMSR & UART_MSR_TERI) port_priv->icount.rng++; - wake_up_interruptible(&port_priv->delta_msr_wait); + wake_up_interruptible(&port->delta_msr_wait); } } --- linux-lowlatency-3.8.0.orig/drivers/usb/serial/ssu100.c +++ linux-lowlatency-3.8.0/drivers/usb/serial/ssu100.c @@ -61,7 +61,6 @@ spinlock_t status_lock; u8 shadowLSR; u8 shadowMSR; - wait_queue_head_t delta_msr_wait; /* Used for TIOCMIWAIT */ struct async_icount icount; }; @@ -355,8 +354,9 @@ spin_unlock_irqrestore(&priv->status_lock, flags); while (1) { - wait_event_interruptible(priv->delta_msr_wait, - ((priv->icount.rng != prev.rng) || + wait_event_interruptible(port->delta_msr_wait, + (port->serial->disconnected || + (priv->icount.rng != prev.rng) || (priv->icount.dsr != prev.dsr) || (priv->icount.dcd != prev.dcd) || (priv->icount.cts != prev.cts))); @@ -364,6 +364,9 @@ if (signal_pending(current)) return -ERESTARTSYS; + if (port->serial->disconnected) + return -EIO; + spin_lock_irqsave(&priv->status_lock, flags); cur = priv->icount; spin_unlock_irqrestore(&priv->status_lock, flags); @@ -445,7 +448,6 @@ return -ENOMEM; spin_lock_init(&priv->status_lock); - init_waitqueue_head(&priv->delta_msr_wait); usb_set_serial_port_data(port, priv); @@ -506,19 +508,16 @@ { struct usb_device *dev = port->serial->dev; - mutex_lock(&port->serial->disc_mutex); - if (!port->serial->disconnected) { - /* Disable flow control */ - if (!on && - ssu100_setregister(dev, 0, UART_MCR, 0) < 0) + /* Disable flow control */ + if (!on) { + if (ssu100_setregister(dev, 0, UART_MCR, 0) < 0) dev_err(&port->dev, "error from flowcontrol urb\n"); - /* drop RTS and DTR */ - if (on) - set_mctrl(dev, TIOCM_DTR | TIOCM_RTS); - else - clear_mctrl(dev, TIOCM_DTR | TIOCM_RTS); } - mutex_unlock(&port->serial->disc_mutex); + /* drop RTS and DTR */ + if (on) + set_mctrl(dev, TIOCM_DTR | TIOCM_RTS); + else + clear_mctrl(dev, TIOCM_DTR | TIOCM_RTS); } static void ssu100_update_msr(struct usb_serial_port *port, u8 msr) @@ -540,7 +539,7 @@ priv->icount.dcd++; if (msr & UART_MSR_TERI) priv->icount.rng++; - wake_up_interruptible(&priv->delta_msr_wait); + wake_up_interruptible(&port->delta_msr_wait); } } --- linux-lowlatency-3.8.0.orig/drivers/usb/serial/ch341.c +++ linux-lowlatency-3.8.0/drivers/usb/serial/ch341.c @@ -80,7 +80,6 @@ struct ch341_private { spinlock_t lock; /* access lock */ - wait_queue_head_t delta_msr_wait; /* wait queue for modem status */ unsigned baud_rate; /* set baud rate */ u8 line_control; /* set line control value RTS/DTR */ u8 line_status; /* active status of modem control inputs */ @@ -252,7 +251,6 @@ return -ENOMEM; spin_lock_init(&priv->lock); - init_waitqueue_head(&priv->delta_msr_wait); priv->baud_rate = DEFAULT_BAUD_RATE; priv->line_control = CH341_BIT_RTS | CH341_BIT_DTR; @@ -298,7 +296,7 @@ priv->line_control &= ~(CH341_BIT_RTS | CH341_BIT_DTR); spin_unlock_irqrestore(&priv->lock, flags); ch341_set_handshake(port->serial->dev, priv->line_control); - wake_up_interruptible(&priv->delta_msr_wait); + wake_up_interruptible(&port->delta_msr_wait); } static void ch341_close(struct usb_serial_port *port) @@ -491,7 +489,7 @@ tty_kref_put(tty); } - wake_up_interruptible(&priv->delta_msr_wait); + wake_up_interruptible(&port->delta_msr_wait); } exit: @@ -517,11 +515,14 @@ spin_unlock_irqrestore(&priv->lock, flags); while (!multi_change) { - interruptible_sleep_on(&priv->delta_msr_wait); + interruptible_sleep_on(&port->delta_msr_wait); /* see if a signal did it */ if (signal_pending(current)) return -ERESTARTSYS; + if (port->serial->disconnected) + return -EIO; + spin_lock_irqsave(&priv->lock, flags); status = priv->line_status; multi_change = priv->multi_status_change; --- linux-lowlatency-3.8.0.orig/drivers/usb/serial/qcaux.c +++ linux-lowlatency-3.8.0/drivers/usb/serial/qcaux.c @@ -69,6 +69,7 @@ { USB_VENDOR_AND_INTERFACE_INFO(UTSTARCOM_VENDOR_ID, 0xff, 0xfd, 0xff) }, /* NMEA */ { USB_VENDOR_AND_INTERFACE_INFO(UTSTARCOM_VENDOR_ID, 0xff, 0xfe, 0xff) }, /* WMC */ { USB_VENDOR_AND_INTERFACE_INFO(UTSTARCOM_VENDOR_ID, 0xff, 0xff, 0xff) }, /* DIAG */ + { USB_DEVICE_AND_INTERFACE_INFO(0x1fac, 0x0151, 0xff, 0xff, 0xff) }, { }, }; MODULE_DEVICE_TABLE(usb, id_table); --- linux-lowlatency-3.8.0.orig/drivers/usb/serial/io_edgeport.c +++ linux-lowlatency-3.8.0/drivers/usb/serial/io_edgeport.c @@ -110,7 +110,6 @@ wait_queue_head_t wait_chase; /* for handling sleeping while waiting for chase to finish */ wait_queue_head_t wait_open; /* for handling sleeping while waiting for open to finish */ wait_queue_head_t wait_command; /* for handling sleeping while waiting for command to finish */ - wait_queue_head_t delta_msr_wait; /* for handling sleeping while waiting for msr change to happen */ struct async_icount icount; struct usb_serial_port *port; /* loop back to the owner of this object */ @@ -884,7 +883,6 @@ /* initialize our wait queues */ init_waitqueue_head(&edge_port->wait_open); init_waitqueue_head(&edge_port->wait_chase); - init_waitqueue_head(&edge_port->delta_msr_wait); init_waitqueue_head(&edge_port->wait_command); /* initialize our icount structure */ @@ -1669,13 +1667,17 @@ dev_dbg(&port->dev, "%s (%d) TIOCMIWAIT\n", __func__, port->number); cprev = edge_port->icount; while (1) { - prepare_to_wait(&edge_port->delta_msr_wait, + prepare_to_wait(&port->delta_msr_wait, &wait, TASK_INTERRUPTIBLE); schedule(); - finish_wait(&edge_port->delta_msr_wait, &wait); + finish_wait(&port->delta_msr_wait, &wait); /* see if a signal did it */ if (signal_pending(current)) return -ERESTARTSYS; + + if (port->serial->disconnected) + return -EIO; + cnow = edge_port->icount; if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr && cnow.dcd == cprev.dcd && cnow.cts == cprev.cts) @@ -2055,7 +2057,7 @@ icount->dcd++; if (newMsr & EDGEPORT_MSR_DELTA_RI) icount->rng++; - wake_up_interruptible(&edge_port->delta_msr_wait); + wake_up_interruptible(&edge_port->port->delta_msr_wait); } /* Save the new modem status */ --- linux-lowlatency-3.8.0.orig/drivers/usb/serial/pl2303.c +++ linux-lowlatency-3.8.0/drivers/usb/serial/pl2303.c @@ -139,7 +139,6 @@ struct pl2303_private { spinlock_t lock; - wait_queue_head_t delta_msr_wait; u8 line_control; u8 line_status; }; @@ -233,7 +232,6 @@ return -ENOMEM; spin_lock_init(&priv->lock); - init_waitqueue_head(&priv->delta_msr_wait); usb_set_serial_port_data(port, priv); @@ -607,11 +605,14 @@ spin_unlock_irqrestore(&priv->lock, flags); while (1) { - interruptible_sleep_on(&priv->delta_msr_wait); + interruptible_sleep_on(&port->delta_msr_wait); /* see if a signal did it */ if (signal_pending(current)) return -ERESTARTSYS; + if (port->serial->disconnected) + return -EIO; + spin_lock_irqsave(&priv->lock, flags); status = priv->line_status; spin_unlock_irqrestore(&priv->lock, flags); @@ -719,7 +720,7 @@ spin_unlock_irqrestore(&priv->lock, flags); if (priv->line_status & UART_BREAK_ERROR) usb_serial_handle_break(port); - wake_up_interruptible(&priv->delta_msr_wait); + wake_up_interruptible(&port->delta_msr_wait); tty = tty_port_tty_get(&port->port); if (!tty) @@ -784,7 +785,7 @@ line_status = priv->line_status; priv->line_status &= ~UART_STATE_TRANSIENT_MASK; spin_unlock_irqrestore(&priv->lock, flags); - wake_up_interruptible(&priv->delta_msr_wait); + wake_up_interruptible(&port->delta_msr_wait); if (!urb->actual_length) return; --- linux-lowlatency-3.8.0.orig/drivers/usb/serial/sierra.c +++ linux-lowlatency-3.8.0/drivers/usb/serial/sierra.c @@ -861,19 +861,13 @@ static void sierra_dtr_rts(struct usb_serial_port *port, int on) { - struct usb_serial *serial = port->serial; struct sierra_port_private *portdata; portdata = usb_get_serial_port_data(port); portdata->rts_state = on; portdata->dtr_state = on; - if (serial->dev) { - mutex_lock(&serial->disc_mutex); - if (!serial->disconnected) - sierra_send_setup(port); - mutex_unlock(&serial->disc_mutex); - } + sierra_send_setup(port); } static int sierra_startup(struct usb_serial *serial) --- linux-lowlatency-3.8.0.orig/drivers/usb/serial/option.c +++ linux-lowlatency-3.8.0/drivers/usb/serial/option.c @@ -196,6 +196,7 @@ #define DELL_PRODUCT_5800_MINICARD_VZW 0x8195 /* Novatel E362 */ #define DELL_PRODUCT_5800_V2_MINICARD_VZW 0x8196 /* Novatel E362 */ +#define DELL_PRODUCT_5804_MINICARD_ATT 0x819b /* Novatel E371 */ #define KYOCERA_VENDOR_ID 0x0c88 #define KYOCERA_PRODUCT_KPC650 0x17da @@ -341,10 +342,13 @@ #define CINTERION_PRODUCT_EU3_E 0x0051 #define CINTERION_PRODUCT_EU3_P 0x0052 #define CINTERION_PRODUCT_PH8 0x0053 +#define CINTERION_PRODUCT_AHXX 0x0055 +#define CINTERION_PRODUCT_PLXX 0x0060 /* Olivetti products */ #define OLIVETTI_VENDOR_ID 0x0b3c #define OLIVETTI_PRODUCT_OLICARD100 0xc000 +#define OLIVETTI_PRODUCT_OLICARD145 0xc003 /* Celot products */ #define CELOT_VENDOR_ID 0x211f @@ -479,6 +483,7 @@ static const struct option_blacklist_info alcatel_x200_blacklist = { .sendsetup = BIT(0) | BIT(1), + .reserved = BIT(4), }; static const struct option_blacklist_info zte_0037_blacklist = { @@ -575,8 +580,15 @@ { USB_DEVICE(QUANTA_VENDOR_ID, QUANTA_PRODUCT_GLX) }, { USB_DEVICE(QUANTA_VENDOR_ID, QUANTA_PRODUCT_GKE) }, { USB_DEVICE(QUANTA_VENDOR_ID, QUANTA_PRODUCT_GLE) }, + { USB_DEVICE(QUANTA_VENDOR_ID, 0xea42), + .driver_info = (kernel_ulong_t)&net_intf4_blacklist }, + { USB_DEVICE_AND_INTERFACE_INFO(HUAWEI_VENDOR_ID, 0x1c05, USB_CLASS_COMM, 0x02, 0xff) }, + { USB_DEVICE_AND_INTERFACE_INFO(HUAWEI_VENDOR_ID, 0x1c1f, USB_CLASS_COMM, 0x02, 0xff) }, + { USB_DEVICE_AND_INTERFACE_INFO(HUAWEI_VENDOR_ID, 0x1c23, USB_CLASS_COMM, 0x02, 0xff) }, { USB_DEVICE_AND_INTERFACE_INFO(HUAWEI_VENDOR_ID, HUAWEI_PRODUCT_E173, 0xff, 0xff, 0xff), .driver_info = (kernel_ulong_t) &net_intf1_blacklist }, + { USB_DEVICE_AND_INTERFACE_INFO(HUAWEI_VENDOR_ID, 0x1441, USB_CLASS_COMM, 0x02, 0xff) }, + { USB_DEVICE_AND_INTERFACE_INFO(HUAWEI_VENDOR_ID, 0x1442, USB_CLASS_COMM, 0x02, 0xff) }, { USB_DEVICE_AND_INTERFACE_INFO(HUAWEI_VENDOR_ID, HUAWEI_PRODUCT_K4505, 0xff, 0xff, 0xff), .driver_info = (kernel_ulong_t) &huawei_cdc12_blacklist }, { USB_DEVICE_AND_INTERFACE_INFO(HUAWEI_VENDOR_ID, HUAWEI_PRODUCT_K3765, 0xff, 0xff, 0xff), @@ -760,6 +772,7 @@ { USB_DEVICE(DELL_VENDOR_ID, DELL_PRODUCT_5730_MINICARD_VZW) }, /* Dell Wireless 5730 Mobile Broadband EVDO/HSPA Mini-Card */ { USB_DEVICE_AND_INTERFACE_INFO(DELL_VENDOR_ID, DELL_PRODUCT_5800_MINICARD_VZW, 0xff, 0xff, 0xff) }, { USB_DEVICE_AND_INTERFACE_INFO(DELL_VENDOR_ID, DELL_PRODUCT_5800_V2_MINICARD_VZW, 0xff, 0xff, 0xff) }, + { USB_DEVICE_AND_INTERFACE_INFO(DELL_VENDOR_ID, DELL_PRODUCT_5804_MINICARD_ATT, 0xff, 0xff, 0xff) }, { USB_DEVICE(ANYDATA_VENDOR_ID, ANYDATA_PRODUCT_ADU_E100A) }, /* ADU-E100, ADU-310 */ { USB_DEVICE(ANYDATA_VENDOR_ID, ANYDATA_PRODUCT_ADU_500A) }, { USB_DEVICE(ANYDATA_VENDOR_ID, ANYDATA_PRODUCT_ADU_620UW) }, @@ -955,6 +968,8 @@ .driver_info = (kernel_ulong_t)&net_intf4_blacklist }, { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x0330, 0xff, 0xff, 0xff) }, { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x0395, 0xff, 0xff, 0xff) }, + { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x0412, 0xff, 0xff, 0xff), /* Telewell TW-LTE 4G */ + .driver_info = (kernel_ulong_t)&net_intf4_blacklist }, { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x0414, 0xff, 0xff, 0xff) }, { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x0417, 0xff, 0xff, 0xff) }, { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x1008, 0xff, 0xff, 0xff), @@ -1215,7 +1230,14 @@ { USB_DEVICE(ALCATEL_VENDOR_ID, ALCATEL_PRODUCT_X060S_X200), .driver_info = (kernel_ulong_t)&alcatel_x200_blacklist }, - { USB_DEVICE(ALCATEL_VENDOR_ID, ALCATEL_PRODUCT_X220_X500D) }, + { USB_DEVICE(ALCATEL_VENDOR_ID, ALCATEL_PRODUCT_X220_X500D), + .driver_info = (kernel_ulong_t)&net_intf6_blacklist }, + { USB_DEVICE(ALCATEL_VENDOR_ID, 0x0052), + .driver_info = (kernel_ulong_t)&net_intf6_blacklist }, + { USB_DEVICE(ALCATEL_VENDOR_ID, 0x00b6), + .driver_info = (kernel_ulong_t)&net_intf3_blacklist }, + { USB_DEVICE(ALCATEL_VENDOR_ID, 0x00b7), + .driver_info = (kernel_ulong_t)&net_intf5_blacklist }, { USB_DEVICE(ALCATEL_VENDOR_ID, ALCATEL_PRODUCT_L100V), .driver_info = (kernel_ulong_t)&net_intf4_blacklist }, { USB_DEVICE(AIRPLUS_VENDOR_ID, AIRPLUS_PRODUCT_MCD650) }, @@ -1246,6 +1268,9 @@ { USB_DEVICE(CINTERION_VENDOR_ID, CINTERION_PRODUCT_EU3_E) }, { USB_DEVICE(CINTERION_VENDOR_ID, CINTERION_PRODUCT_EU3_P) }, { USB_DEVICE(CINTERION_VENDOR_ID, CINTERION_PRODUCT_PH8) }, + { USB_DEVICE(CINTERION_VENDOR_ID, CINTERION_PRODUCT_AHXX) }, + { USB_DEVICE(CINTERION_VENDOR_ID, CINTERION_PRODUCT_PLXX), + .driver_info = (kernel_ulong_t)&net_intf4_blacklist }, { USB_DEVICE(CINTERION_VENDOR_ID, CINTERION_PRODUCT_HC28_MDM) }, { USB_DEVICE(CINTERION_VENDOR_ID, CINTERION_PRODUCT_HC28_MDMNET) }, { USB_DEVICE(SIEMENS_VENDOR_ID, CINTERION_PRODUCT_HC25_MDM) }, @@ -1254,6 +1279,7 @@ { USB_DEVICE(SIEMENS_VENDOR_ID, CINTERION_PRODUCT_HC28_MDMNET) }, { USB_DEVICE(OLIVETTI_VENDOR_ID, OLIVETTI_PRODUCT_OLICARD100) }, + { USB_DEVICE(OLIVETTI_VENDOR_ID, OLIVETTI_PRODUCT_OLICARD145) }, { USB_DEVICE(CELOT_VENDOR_ID, CELOT_PRODUCT_CT680M) }, /* CT-650 CDMA 450 1xEVDO modem */ { USB_DEVICE(ONDA_VENDOR_ID, ONDA_MT825UP) }, /* ONDA MT825UP modem */ { USB_DEVICE_AND_INTERFACE_INFO(SAMSUNG_VENDOR_ID, SAMSUNG_PRODUCT_GT_B3730, USB_CLASS_CDC_DATA, 0x00, 0x00) }, /* Samsung GT-B3730 LTE USB modem.*/ @@ -1331,6 +1357,12 @@ { USB_DEVICE(TPLINK_VENDOR_ID, TPLINK_PRODUCT_MA180), .driver_info = (kernel_ulong_t)&net_intf4_blacklist }, { USB_DEVICE(CHANGHONG_VENDOR_ID, CHANGHONG_PRODUCT_CH690) }, + { USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x7d01, 0xff, 0x02, 0x01) }, /* D-Link DWM-156 (variant) */ + { USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x7d01, 0xff, 0x00, 0x00) }, /* D-Link DWM-156 (variant) */ + { USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x7d02, 0xff, 0x02, 0x01) }, + { USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x7d02, 0xff, 0x00, 0x00) }, + { USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x7d03, 0xff, 0x02, 0x01) }, + { USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x7d03, 0xff, 0x00, 0x00) }, { } /* Terminating entry */ }; MODULE_DEVICE_TABLE(usb, option_ids); --- linux-lowlatency-3.8.0.orig/drivers/usb/serial/ark3116.c +++ linux-lowlatency-3.8.0/drivers/usb/serial/ark3116.c @@ -62,7 +62,6 @@ } struct ark3116_private { - wait_queue_head_t delta_msr_wait; struct async_icount icount; int irda; /* 1 for irda device */ @@ -146,7 +145,6 @@ if (!priv) return -ENOMEM; - init_waitqueue_head(&priv->delta_msr_wait); mutex_init(&priv->hw_lock); spin_lock_init(&priv->status_lock); @@ -456,10 +454,14 @@ case TIOCMIWAIT: for (;;) { struct async_icount prev = priv->icount; - interruptible_sleep_on(&priv->delta_msr_wait); + interruptible_sleep_on(&port->delta_msr_wait); /* see if a signal did it */ if (signal_pending(current)) return -ERESTARTSYS; + + if (port->serial->disconnected) + return -EIO; + if ((prev.rng == priv->icount.rng) && (prev.dsr == priv->icount.dsr) && (prev.dcd == priv->icount.dcd) && @@ -580,7 +582,7 @@ priv->icount.dcd++; if (msr & UART_MSR_TERI) priv->icount.rng++; - wake_up_interruptible(&priv->delta_msr_wait); + wake_up_interruptible(&port->delta_msr_wait); } } --- linux-lowlatency-3.8.0.orig/drivers/usb/serial/ftdi_sio.c +++ linux-lowlatency-3.8.0/drivers/usb/serial/ftdi_sio.c @@ -69,9 +69,7 @@ int flags; /* some ASYNC_xxxx flags are supported */ unsigned long last_dtr_rts; /* saved modem control outputs */ struct async_icount icount; - wait_queue_head_t delta_msr_wait; /* Used for TIOCMIWAIT */ char prev_status; /* Used for TIOCMIWAIT */ - bool dev_gone; /* Used to abort TIOCMIWAIT */ char transmit_empty; /* If transmitter is empty or not */ __u16 interface; /* FT2232C, FT2232H or FT4232H port interface (0 for FT232/245) */ @@ -191,7 +189,10 @@ { USB_DEVICE(FTDI_VID, FTDI_OPENDCC_THROTTLE_PID) }, { USB_DEVICE(FTDI_VID, FTDI_OPENDCC_GATEWAY_PID) }, { USB_DEVICE(FTDI_VID, FTDI_OPENDCC_GBM_PID) }, + { USB_DEVICE(FTDI_VID, FTDI_OPENDCC_GBM_BOOST_PID) }, { USB_DEVICE(NEWPORT_VID, NEWPORT_AGILIS_PID) }, + { USB_DEVICE(NEWPORT_VID, NEWPORT_CONEX_CC_PID) }, + { USB_DEVICE(NEWPORT_VID, NEWPORT_CONEX_AGP_PID) }, { USB_DEVICE(INTERBIOMETRICS_VID, INTERBIOMETRICS_IOBOARD_PID) }, { USB_DEVICE(INTERBIOMETRICS_VID, INTERBIOMETRICS_MINI_IOBOARD_PID) }, { USB_DEVICE(FTDI_VID, FTDI_SPROG_II) }, @@ -642,6 +643,7 @@ { USB_DEVICE(FTDI_VID, FTDI_RM_CANVIEW_PID) }, { USB_DEVICE(ACTON_VID, ACTON_SPECTRAPRO_PID) }, { USB_DEVICE(CONTEC_VID, CONTEC_COM1USBH_PID) }, + { USB_DEVICE(MITSUBISHI_VID, MITSUBISHI_FXUSB_PID) }, { USB_DEVICE(BANDB_VID, BANDB_USOTL4_PID) }, { USB_DEVICE(BANDB_VID, BANDB_USTL4_PID) }, { USB_DEVICE(BANDB_VID, BANDB_USO9ML2_PID) }, @@ -871,7 +873,9 @@ { USB_DEVICE(FTDI_VID, FTDI_DOTEC_PID) }, { USB_DEVICE(QIHARDWARE_VID, MILKYMISTONE_JTAGSERIAL_PID), .driver_info = (kernel_ulong_t)&ftdi_jtag_quirk }, - { USB_DEVICE(ST_VID, ST_STMCLT1030_PID), + { USB_DEVICE(ST_VID, ST_STMCLT_2232_PID), + .driver_info = (kernel_ulong_t)&ftdi_jtag_quirk }, + { USB_DEVICE(ST_VID, ST_STMCLT_4232_PID), .driver_info = (kernel_ulong_t)&ftdi_stmclite_quirk }, { USB_DEVICE(FTDI_VID, FTDI_RF_R106) }, { USB_DEVICE(FTDI_VID, FTDI_DISTORTEC_JTAG_LOCK_PICK_PID), @@ -1691,10 +1695,8 @@ kref_init(&priv->kref); mutex_init(&priv->cfg_lock); - init_waitqueue_head(&priv->delta_msr_wait); priv->flags = ASYNC_LOW_LATENCY; - priv->dev_gone = false; if (quirk && quirk->port_probe) quirk->port_probe(priv); @@ -1795,20 +1797,24 @@ } /* - * First and second port on STMCLiteadaptors is reserved for JTAG interface - * and the forth port for pio + * First two ports on JTAG adaptors using an FT4232 such as STMicroelectronics's + * ST Micro Connect Lite are reserved for JTAG or other non-UART interfaces and + * can be accessed from userspace. + * The next two ports are enabled as UARTs by default, where port 2 is + * a conventional RS-232 UART. */ static int ftdi_stmclite_probe(struct usb_serial *serial) { struct usb_device *udev = serial->dev; struct usb_interface *interface = serial->interface; - if (interface == udev->actconfig->interface[2]) - return 0; - - dev_info(&udev->dev, "Ignoring serial port reserved for JTAG\n"); + if (interface == udev->actconfig->interface[0] || + interface == udev->actconfig->interface[1]) { + dev_info(&udev->dev, "Ignoring serial port reserved for JTAG\n"); + return -ENODEV; + } - return -ENODEV; + return 0; } /* @@ -1840,8 +1846,7 @@ { struct ftdi_private *priv = usb_get_serial_port_data(port); - priv->dev_gone = true; - wake_up_interruptible_all(&priv->delta_msr_wait); + wake_up_interruptible(&port->delta_msr_wait); remove_sysfs_attrs(port); @@ -1886,24 +1891,22 @@ { struct ftdi_private *priv = usb_get_serial_port_data(port); - mutex_lock(&port->serial->disc_mutex); - if (!port->serial->disconnected) { - /* Disable flow control */ - if (!on && usb_control_msg(port->serial->dev, + /* Disable flow control */ + if (!on) { + if (usb_control_msg(port->serial->dev, usb_sndctrlpipe(port->serial->dev, 0), FTDI_SIO_SET_FLOW_CTRL_REQUEST, FTDI_SIO_SET_FLOW_CTRL_REQUEST_TYPE, 0, priv->interface, NULL, 0, WDR_TIMEOUT) < 0) { - dev_err(&port->dev, "error from flowcontrol urb\n"); + dev_err(&port->dev, "error from flowcontrol urb\n"); } - /* drop RTS and DTR */ - if (on) - set_mctrl(port, TIOCM_DTR | TIOCM_RTS); - else - clear_mctrl(port, TIOCM_DTR | TIOCM_RTS); } - mutex_unlock(&port->serial->disc_mutex); + /* drop RTS and DTR */ + if (on) + set_mctrl(port, TIOCM_DTR | TIOCM_RTS); + else + clear_mctrl(port, TIOCM_DTR | TIOCM_RTS); } /* @@ -1992,7 +1995,7 @@ if (diff_status & FTDI_RS0_RLSD) priv->icount.dcd++; - wake_up_interruptible_all(&priv->delta_msr_wait); + wake_up_interruptible(&port->delta_msr_wait); priv->prev_status = status; } @@ -2449,11 +2452,15 @@ */ case TIOCMIWAIT: cprev = priv->icount; - while (!priv->dev_gone) { - interruptible_sleep_on(&priv->delta_msr_wait); + for (;;) { + interruptible_sleep_on(&port->delta_msr_wait); /* see if a signal did it */ if (signal_pending(current)) return -ERESTARTSYS; + + if (port->serial->disconnected) + return -EIO; + cnow = priv->icount; if (((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) || ((arg & TIOCM_DSR) && (cnow.dsr != cprev.dsr)) || @@ -2463,8 +2470,6 @@ } cprev = cnow; } - return -EIO; - break; case TIOCSERGETLSR: return get_lsr_info(port, (struct serial_struct __user *)arg); break; --- linux-lowlatency-3.8.0.orig/drivers/usb/serial/cypress_m8.c +++ linux-lowlatency-3.8.0/drivers/usb/serial/cypress_m8.c @@ -111,7 +111,6 @@ int baud_rate; /* stores current baud rate in integer form */ int isthrottled; /* if throttled, discard reads */ - wait_queue_head_t delta_msr_wait; /* used for TIOCMIWAIT */ char prev_status, diff_status; /* used for TIOCMIWAIT */ /* we pass a pointer to this as the argument sent to cypress_set_termios old_termios */ @@ -449,7 +448,6 @@ kfree(priv); return -ENOMEM; } - init_waitqueue_head(&priv->delta_msr_wait); usb_reset_configuration(serial->dev); @@ -868,12 +866,16 @@ switch (cmd) { /* This code comes from drivers/char/serial.c and ftdi_sio.c */ case TIOCMIWAIT: - while (priv != NULL) { - interruptible_sleep_on(&priv->delta_msr_wait); + for (;;) { + interruptible_sleep_on(&port->delta_msr_wait); /* see if a signal did it */ if (signal_pending(current)) return -ERESTARTSYS; - else { + + if (port->serial->disconnected) + return -EIO; + + { char diff = priv->diff_status; if (diff == 0) return -EIO; /* no change => error */ @@ -1187,7 +1189,7 @@ if (priv->current_status != priv->prev_status) { priv->diff_status |= priv->current_status ^ priv->prev_status; - wake_up_interruptible(&priv->delta_msr_wait); + wake_up_interruptible(&port->delta_msr_wait); priv->prev_status = priv->current_status; } spin_unlock_irqrestore(&priv->lock, flags); --- linux-lowlatency-3.8.0.orig/drivers/usb/serial/qcserial.c +++ linux-lowlatency-3.8.0/drivers/usb/serial/qcserial.c @@ -197,12 +197,15 @@ if (is_gobi1k) { /* Gobi 1K USB layout: - * 0: serial port (doesn't respond) + * 0: DM/DIAG (use libqcdm from ModemManager for communication) * 1: serial port (doesn't respond) * 2: AT-capable modem port * 3: QMI/net */ - if (ifnum == 2) + if (ifnum == 0) { + dev_dbg(dev, "Gobi 1K DM/DIAG interface found\n"); + altsetting = 1; + } else if (ifnum == 2) dev_dbg(dev, "Modem port found\n"); else altsetting = -1; --- linux-lowlatency-3.8.0.orig/drivers/usb/serial/ftdi_sio_ids.h +++ linux-lowlatency-3.8.0/drivers/usb/serial/ftdi_sio_ids.h @@ -74,6 +74,7 @@ #define FTDI_OPENDCC_THROTTLE_PID 0xBFDA #define FTDI_OPENDCC_GATEWAY_PID 0xBFDB #define FTDI_OPENDCC_GBM_PID 0xBFDC +#define FTDI_OPENDCC_GBM_BOOST_PID 0xBFDD /* NZR SEM 16+ USB (http://www.nzr.de) */ #define FTDI_NZR_SEM_USB_PID 0xC1E0 /* NZR SEM-LOG16+ */ @@ -584,6 +585,13 @@ #define CONTEC_COM1USBH_PID 0x8311 /* COM-1(USB)H */ /* + * Mitsubishi Electric Corp. (http://www.meau.com) + * Submitted by Konstantin Holoborodko + */ +#define MITSUBISHI_VID 0x06D3 +#define MITSUBISHI_FXUSB_PID 0x0284 /* USB/RS422 converters: FX-USB-AW/-BD */ + +/* * Definitions for B&B Electronics products. */ #define BANDB_VID 0x0856 /* B&B Electronics Vendor ID */ @@ -764,6 +772,8 @@ */ #define NEWPORT_VID 0x104D #define NEWPORT_AGILIS_PID 0x3000 +#define NEWPORT_CONEX_CC_PID 0x3002 +#define NEWPORT_CONEX_AGP_PID 0x3006 /* Interbiometrics USB I/O Board */ /* Developed for Interbiometrics by Rudolf Gugler */ @@ -1143,7 +1153,8 @@ * STMicroelectonics */ #define ST_VID 0x0483 -#define ST_STMCLT1030_PID 0x3747 /* ST Micro Connect Lite STMCLT1030 */ +#define ST_STMCLT_2232_PID 0x3746 +#define ST_STMCLT_4232_PID 0x3747 /* * Papouch products (http://www.papouch.com/) --- linux-lowlatency-3.8.0.orig/drivers/usb/serial/ti_usb_3410_5052.c +++ linux-lowlatency-3.8.0/drivers/usb/serial/ti_usb_3410_5052.c @@ -74,7 +74,6 @@ int tp_flags; int tp_closing_wait;/* in .01 secs */ struct async_icount tp_icount; - wait_queue_head_t tp_msr_wait; /* wait for msr change */ wait_queue_head_t tp_write_wait; struct ti_device *tp_tdev; struct usb_serial_port *tp_port; @@ -432,7 +431,6 @@ else tport->tp_uart_base_addr = TI_UART2_BASE_ADDR; tport->tp_closing_wait = closing_wait; - init_waitqueue_head(&tport->tp_msr_wait); init_waitqueue_head(&tport->tp_write_wait); if (kfifo_alloc(&tport->write_fifo, TI_WRITE_BUF_SIZE, GFP_KERNEL)) { kfree(tport); @@ -784,9 +782,13 @@ dev_dbg(&port->dev, "%s - TIOCMIWAIT\n", __func__); cprev = tport->tp_icount; while (1) { - interruptible_sleep_on(&tport->tp_msr_wait); + interruptible_sleep_on(&port->delta_msr_wait); if (signal_pending(current)) return -ERESTARTSYS; + + if (port->serial->disconnected) + return -EIO; + cnow = tport->tp_icount; if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr && cnow.dcd == cprev.dcd && cnow.cts == cprev.cts) @@ -1400,7 +1402,7 @@ icount->dcd++; if (msr & TI_MSR_DELTA_RI) icount->rng++; - wake_up_interruptible(&tport->tp_msr_wait); + wake_up_interruptible(&tport->tp_port->delta_msr_wait); spin_unlock_irqrestore(&tport->tp_lock, flags); } --- linux-lowlatency-3.8.0.orig/drivers/usb/serial/garmin_gps.c +++ linux-lowlatency-3.8.0/drivers/usb/serial/garmin_gps.c @@ -959,10 +959,7 @@ if (!serial) return; - mutex_lock(&port->serial->disc_mutex); - - if (!port->serial->disconnected) - garmin_clear(garmin_data_p); + garmin_clear(garmin_data_p); /* shutdown our urbs */ usb_kill_urb(port->read_urb); @@ -971,8 +968,6 @@ /* keep reset state so we know that we must start a new session */ if (garmin_data_p->state != STATE_RESET) garmin_data_p->state = STATE_DISCONNECTED; - - mutex_unlock(&port->serial->disc_mutex); } --- linux-lowlatency-3.8.0.orig/drivers/usb/serial/io_ti.c +++ linux-lowlatency-3.8.0/drivers/usb/serial/io_ti.c @@ -87,9 +87,6 @@ int close_pending; int lsr_event; struct async_icount icount; - wait_queue_head_t delta_msr_wait; /* for handling sleeping while - waiting for msr change to - happen */ struct edgeport_serial *edge_serial; struct usb_serial_port *port; __u8 bUartMode; /* Port type, 0: RS232, etc. */ @@ -1518,7 +1515,7 @@ icount->dcd++; if (msr & EDGEPORT_MSR_DELTA_RI) icount->rng++; - wake_up_interruptible(&edge_port->delta_msr_wait); + wake_up_interruptible(&edge_port->port->delta_msr_wait); } /* Save the new modem status */ @@ -1821,7 +1818,6 @@ dev = port->serial->dev; memset(&(edge_port->icount), 0x00, sizeof(edge_port->icount)); - init_waitqueue_head(&edge_port->delta_msr_wait); /* turn off loopback */ status = ti_do_config(edge_port, UMPC_SET_CLR_LOOPBACK, 0); @@ -2488,10 +2484,14 @@ dev_dbg(&port->dev, "%s - TIOCMIWAIT\n", __func__); cprev = edge_port->icount; while (1) { - interruptible_sleep_on(&edge_port->delta_msr_wait); + interruptible_sleep_on(&port->delta_msr_wait); /* see if a signal did it */ if (signal_pending(current)) return -ERESTARTSYS; + + if (port->serial->disconnected) + return -EIO; + cnow = edge_port->icount; if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr && cnow.dcd == cprev.dcd && cnow.cts == cprev.cts) @@ -2702,6 +2702,7 @@ .set_termios = edge_set_termios, .tiocmget = edge_tiocmget, .tiocmset = edge_tiocmset, + .get_icount = edge_get_icount, .write = edge_write, .write_room = edge_write_room, .chars_in_buffer = edge_chars_in_buffer, --- linux-lowlatency-3.8.0.orig/drivers/usb/serial/spcp8x5.c +++ linux-lowlatency-3.8.0/drivers/usb/serial/spcp8x5.c @@ -149,7 +149,6 @@ struct spcp8x5_private { spinlock_t lock; enum spcp8x5_type type; - wait_queue_head_t delta_msr_wait; u8 line_control; u8 line_status; }; @@ -179,7 +178,6 @@ return -ENOMEM; spin_lock_init(&priv->lock); - init_waitqueue_head(&priv->delta_msr_wait); priv->type = type; usb_set_serial_port_data(port , priv); @@ -476,7 +474,7 @@ priv->line_status &= ~UART_STATE_TRANSIENT_MASK; spin_unlock_irqrestore(&priv->lock, flags); /* wake up the wait for termios */ - wake_up_interruptible(&priv->delta_msr_wait); + wake_up_interruptible(&port->delta_msr_wait); if (!urb->actual_length) return; @@ -526,12 +524,15 @@ while (1) { /* wake up in bulk read */ - interruptible_sleep_on(&priv->delta_msr_wait); + interruptible_sleep_on(&port->delta_msr_wait); /* see if a signal did it */ if (signal_pending(current)) return -ERESTARTSYS; + if (port->serial->disconnected) + return -EIO; + spin_lock_irqsave(&priv->lock, flags); status = priv->line_status; spin_unlock_irqrestore(&priv->lock, flags); --- linux-lowlatency-3.8.0.orig/drivers/usb/serial/mct_u232.c +++ linux-lowlatency-3.8.0/drivers/usb/serial/mct_u232.c @@ -114,8 +114,6 @@ unsigned char last_msr; /* Modem Status Register */ unsigned int rx_flags; /* Throttling flags */ struct async_icount icount; - wait_queue_head_t msr_wait; /* for handling sleeping while waiting - for msr change to happen */ }; #define THROTTLED 0x01 @@ -409,7 +407,6 @@ return -ENOMEM; spin_lock_init(&priv->lock); - init_waitqueue_head(&priv->msr_wait); usb_set_serial_port_data(port, priv); @@ -499,19 +496,15 @@ unsigned int control_state; struct mct_u232_private *priv = usb_get_serial_port_data(port); - mutex_lock(&port->serial->disc_mutex); - if (!port->serial->disconnected) { - /* drop DTR and RTS */ - spin_lock_irq(&priv->lock); - if (on) - priv->control_state |= TIOCM_DTR | TIOCM_RTS; - else - priv->control_state &= ~(TIOCM_DTR | TIOCM_RTS); - control_state = priv->control_state; - spin_unlock_irq(&priv->lock); - mct_u232_set_modem_ctrl(port, control_state); - } - mutex_unlock(&port->serial->disc_mutex); + spin_lock_irq(&priv->lock); + if (on) + priv->control_state |= TIOCM_DTR | TIOCM_RTS; + else + priv->control_state &= ~(TIOCM_DTR | TIOCM_RTS); + control_state = priv->control_state; + spin_unlock_irq(&priv->lock); + + mct_u232_set_modem_ctrl(port, control_state); } static void mct_u232_close(struct usb_serial_port *port) @@ -610,7 +603,7 @@ tty_kref_put(tty); } #endif - wake_up_interruptible(&priv->msr_wait); + wake_up_interruptible(&port->delta_msr_wait); spin_unlock_irqrestore(&priv->lock, flags); exit: retval = usb_submit_urb(urb, GFP_ATOMIC); @@ -819,13 +812,17 @@ cprev = mct_u232_port->icount; spin_unlock_irqrestore(&mct_u232_port->lock, flags); for ( ; ; ) { - prepare_to_wait(&mct_u232_port->msr_wait, + prepare_to_wait(&port->delta_msr_wait, &wait, TASK_INTERRUPTIBLE); schedule(); - finish_wait(&mct_u232_port->msr_wait, &wait); + finish_wait(&port->delta_msr_wait, &wait); /* see if a signal did it */ if (signal_pending(current)) return -ERESTARTSYS; + + if (port->serial->disconnected) + return -EIO; + spin_lock_irqsave(&mct_u232_port->lock, flags); cnow = mct_u232_port->icount; spin_unlock_irqrestore(&mct_u232_port->lock, flags); --- linux-lowlatency-3.8.0.orig/drivers/usb/serial/f81232.c +++ linux-lowlatency-3.8.0/drivers/usb/serial/f81232.c @@ -47,7 +47,6 @@ struct f81232_private { spinlock_t lock; - wait_queue_head_t delta_msr_wait; u8 line_control; u8 line_status; }; @@ -112,7 +111,7 @@ line_status = priv->line_status; priv->line_status &= ~UART_STATE_TRANSIENT_MASK; spin_unlock_irqrestore(&priv->lock, flags); - wake_up_interruptible(&priv->delta_msr_wait); + wake_up_interruptible(&port->delta_msr_wait); if (!urb->actual_length) return; @@ -261,11 +260,14 @@ spin_unlock_irqrestore(&priv->lock, flags); while (1) { - interruptible_sleep_on(&priv->delta_msr_wait); + interruptible_sleep_on(&port->delta_msr_wait); /* see if a signal did it */ if (signal_pending(current)) return -ERESTARTSYS; + if (port->serial->disconnected) + return -EIO; + spin_lock_irqsave(&priv->lock, flags); status = priv->line_status; spin_unlock_irqrestore(&priv->lock, flags); @@ -327,7 +329,6 @@ return -ENOMEM; spin_lock_init(&priv->lock); - init_waitqueue_head(&priv->delta_msr_wait); usb_set_serial_port_data(port, priv); --- linux-lowlatency-3.8.0.orig/drivers/usb/serial/usb_wwan.c +++ linux-lowlatency-3.8.0/drivers/usb/serial/usb_wwan.c @@ -38,7 +38,6 @@ void usb_wwan_dtr_rts(struct usb_serial_port *port, int on) { - struct usb_serial *serial = port->serial; struct usb_wwan_port_private *portdata; struct usb_wwan_intf_private *intfdata; @@ -48,12 +47,11 @@ return; portdata = usb_get_serial_port_data(port); - mutex_lock(&serial->disc_mutex); + /* FIXME: locking */ portdata->rts_state = on; portdata->dtr_state = on; - if (serial->dev) - intfdata->send_setup(port); - mutex_unlock(&serial->disc_mutex); + + intfdata->send_setup(port); } EXPORT_SYMBOL(usb_wwan_dtr_rts); --- linux-lowlatency-3.8.0.orig/drivers/usb/chipidea/Kconfig +++ linux-lowlatency-3.8.0/drivers/usb/chipidea/Kconfig @@ -20,7 +20,7 @@ config USB_CHIPIDEA_HOST bool "ChipIdea host controller" depends on USB=y || USB=USB_CHIPIDEA - depends on USB_EHCI_HCD + depends on USB_EHCI_HCD=y select USB_EHCI_ROOT_HUB_TT help Say Y here to enable host controller functionality of the --- linux-lowlatency-3.8.0.orig/drivers/usb/chipidea/udc.c +++ linux-lowlatency-3.8.0/drivers/usb/chipidea/udc.c @@ -461,6 +461,8 @@ mReq->ptr->page[i] = (mReq->req.dma + i * CI13XXX_PAGE_SIZE) & ~TD_RESERVED_MASK; + wmb(); + if (!list_empty(&mEp->qh.queue)) { struct ci13xxx_req *mReqPrev; int n = hw_ep_bit(mEp->num, mEp->dir); @@ -561,6 +563,12 @@ struct ci13xxx_req *mReq = \ list_entry(mEp->qh.queue.next, struct ci13xxx_req, queue); + + if (mReq->zptr) { + dma_pool_free(mEp->td_pool, mReq->zptr, mReq->zdma); + mReq->zptr = NULL; + } + list_del_init(&mReq->queue); mReq->req.status = -ESHUTDOWN; --- linux-lowlatency-3.8.0.orig/drivers/usb/chipidea/udc.h +++ linux-lowlatency-3.8.0/drivers/usb/chipidea/udc.h @@ -40,7 +40,7 @@ #define TD_CURR_OFFSET (0x0FFFUL << 0) #define TD_FRAME_NUM (0x07FFUL << 0) #define TD_RESERVED_MASK (0x0FFFUL << 0) -} __attribute__ ((packed)); +} __attribute__ ((packed, aligned(4))); /* DMA layout of queue heads */ struct ci13xxx_qh { @@ -57,7 +57,7 @@ /* 9 */ u32 RESERVED; struct usb_ctrlrequest setup; -} __attribute__ ((packed)); +} __attribute__ ((packed, aligned(4))); /** * struct ci13xxx_req - usb request representation --- linux-lowlatency-3.8.0.orig/drivers/usb/host/ehci-timer.c +++ linux-lowlatency-3.8.0/drivers/usb/host/ehci-timer.c @@ -113,15 +113,14 @@ if (want != actual) { - /* Poll again later */ - ehci_enable_event(ehci, EHCI_HRTIMER_POLL_ASS, true); - ++ehci->ASS_poll_count; - return; + /* Poll again later, but give up after about 20 ms */ + if (ehci->ASS_poll_count++ < 20) { + ehci_enable_event(ehci, EHCI_HRTIMER_POLL_ASS, true); + return; + } + ehci_dbg(ehci, "Waited too long for the async schedule status (%x/%x), giving up\n", + want, actual); } - - if (ehci->ASS_poll_count > 20) - ehci_dbg(ehci, "ASS poll count reached %d\n", - ehci->ASS_poll_count); ehci->ASS_poll_count = 0; /* The status is up-to-date; restart or stop the schedule as needed */ @@ -160,14 +159,14 @@ if (want != actual) { - /* Poll again later */ - ehci_enable_event(ehci, EHCI_HRTIMER_POLL_PSS, true); - return; + /* Poll again later, but give up after about 20 ms */ + if (ehci->PSS_poll_count++ < 20) { + ehci_enable_event(ehci, EHCI_HRTIMER_POLL_PSS, true); + return; + } + ehci_dbg(ehci, "Waited too long for the periodic schedule status (%x/%x), giving up\n", + want, actual); } - - if (ehci->PSS_poll_count > 20) - ehci_dbg(ehci, "PSS poll count reached %d\n", - ehci->PSS_poll_count); ehci->PSS_poll_count = 0; /* The status is up-to-date; restart or stop the schedule as needed */ @@ -305,7 +304,7 @@ * (a) SMP races against real IAA firing and retriggering, and * (b) clean HC shutdown, when IAA watchdog was pending. */ - if (ehci->async_iaa) { + if (1) { u32 cmd, status; /* If we get here, IAA is *REALLY* late. It's barely --- linux-lowlatency-3.8.0.orig/drivers/usb/host/uhci-q.c +++ linux-lowlatency-3.8.0/drivers/usb/host/uhci-q.c @@ -1287,7 +1287,7 @@ return -EINVAL; /* Can't change the period */ } else { - next = uhci->frame_number + 2; + next = uhci->frame_number + 1; /* Find the next unused frame */ if (list_empty(&qh->queue)) { --- linux-lowlatency-3.8.0.orig/drivers/usb/host/xhci.h +++ linux-lowlatency-3.8.0/drivers/usb/host/xhci.h @@ -206,8 +206,8 @@ /* bits 12:31 are reserved (and should be preserved on writes). */ /* IMAN - Interrupt Management Register */ -#define IMAN_IP (1 << 1) -#define IMAN_IE (1 << 0) +#define IMAN_IE (1 << 1) +#define IMAN_IP (1 << 0) /* USBSTS - USB status - status bitmasks */ /* HC not running - set to 1 when run/stop bit is cleared. */ @@ -972,6 +972,10 @@ __le32 flags; }; +/* Transfer event TRB length bit mask */ +/* bits 0:23 */ +#define EVENT_TRB_LEN(p) ((p) & 0xffffff) + /** Transfer Event bit fields **/ #define TRB_TO_EP_ID(p) (((p) >> 16) & 0x1f) --- linux-lowlatency-3.8.0.orig/drivers/usb/host/xhci-ring.c +++ linux-lowlatency-3.8.0/drivers/usb/host/xhci-ring.c @@ -2027,8 +2027,8 @@ if (event_trb != ep_ring->dequeue && event_trb != td->last_trb) td->urb->actual_length = - td->urb->transfer_buffer_length - - TRB_LEN(le32_to_cpu(event->transfer_len)); + td->urb->transfer_buffer_length - + EVENT_TRB_LEN(le32_to_cpu(event->transfer_len)); else td->urb->actual_length = 0; @@ -2060,7 +2060,7 @@ /* Maybe the event was for the data stage? */ td->urb->actual_length = td->urb->transfer_buffer_length - - TRB_LEN(le32_to_cpu(event->transfer_len)); + EVENT_TRB_LEN(le32_to_cpu(event->transfer_len)); xhci_dbg(xhci, "Waiting for status " "stage event\n"); return 0; @@ -2096,7 +2096,7 @@ /* handle completion code */ switch (trb_comp_code) { case COMP_SUCCESS: - if (TRB_LEN(le32_to_cpu(event->transfer_len)) == 0) { + if (EVENT_TRB_LEN(le32_to_cpu(event->transfer_len)) == 0) { frame->status = 0; break; } @@ -2141,7 +2141,7 @@ len += TRB_LEN(le32_to_cpu(cur_trb->generic.field[2])); } len += TRB_LEN(le32_to_cpu(cur_trb->generic.field[2])) - - TRB_LEN(le32_to_cpu(event->transfer_len)); + EVENT_TRB_LEN(le32_to_cpu(event->transfer_len)); if (trb_comp_code != COMP_STOP_INVAL) { frame->actual_length = len; @@ -2199,7 +2199,7 @@ case COMP_SUCCESS: /* Double check that the HW transferred everything. */ if (event_trb != td->last_trb || - TRB_LEN(le32_to_cpu(event->transfer_len)) != 0) { + EVENT_TRB_LEN(le32_to_cpu(event->transfer_len)) != 0) { xhci_warn(xhci, "WARN Successful completion " "on short TX\n"); if (td->urb->transfer_flags & URB_SHORT_NOT_OK) @@ -2227,18 +2227,18 @@ "%d bytes untransferred\n", td->urb->ep->desc.bEndpointAddress, td->urb->transfer_buffer_length, - TRB_LEN(le32_to_cpu(event->transfer_len))); + EVENT_TRB_LEN(le32_to_cpu(event->transfer_len))); /* Fast path - was this the last TRB in the TD for this URB? */ if (event_trb == td->last_trb) { - if (TRB_LEN(le32_to_cpu(event->transfer_len)) != 0) { + if (EVENT_TRB_LEN(le32_to_cpu(event->transfer_len)) != 0) { td->urb->actual_length = td->urb->transfer_buffer_length - - TRB_LEN(le32_to_cpu(event->transfer_len)); + EVENT_TRB_LEN(le32_to_cpu(event->transfer_len)); if (td->urb->transfer_buffer_length < td->urb->actual_length) { xhci_warn(xhci, "HC gave bad length " "of %d bytes left\n", - TRB_LEN(le32_to_cpu(event->transfer_len))); + EVENT_TRB_LEN(le32_to_cpu(event->transfer_len))); td->urb->actual_length = 0; if (td->urb->transfer_flags & URB_SHORT_NOT_OK) *status = -EREMOTEIO; @@ -2280,7 +2280,7 @@ if (trb_comp_code != COMP_STOP_INVAL) td->urb->actual_length += TRB_LEN(le32_to_cpu(cur_trb->generic.field[2])) - - TRB_LEN(le32_to_cpu(event->transfer_len)); + EVENT_TRB_LEN(le32_to_cpu(event->transfer_len)); } return finish_td(xhci, td, event_trb, event, ep, status, false); @@ -2368,7 +2368,7 @@ * transfer type */ case COMP_SUCCESS: - if (TRB_LEN(le32_to_cpu(event->transfer_len)) == 0) + if (EVENT_TRB_LEN(le32_to_cpu(event->transfer_len)) == 0) break; if (xhci->quirks & XHCI_TRUST_TX_LENGTH) trb_comp_code = COMP_SHORT_TX; @@ -2461,14 +2461,21 @@ * TD list. */ if (list_empty(&ep_ring->td_list)) { - xhci_warn(xhci, "WARN Event TRB for slot %d ep %d " - "with no TDs queued?\n", - TRB_TO_SLOT_ID(le32_to_cpu(event->flags)), - ep_index); - xhci_dbg(xhci, "Event TRB with TRB type ID %u\n", - (le32_to_cpu(event->flags) & - TRB_TYPE_BITMASK)>>10); - xhci_print_trb_offsets(xhci, (union xhci_trb *) event); + /* + * A stopped endpoint may generate an extra completion + * event if the device was suspended. Don't print + * warnings. + */ + if (!(trb_comp_code == COMP_STOP || + trb_comp_code == COMP_STOP_INVAL)) { + xhci_warn(xhci, "WARN Event TRB for slot %d ep %d with no TDs queued?\n", + TRB_TO_SLOT_ID(le32_to_cpu(event->flags)), + ep_index); + xhci_dbg(xhci, "Event TRB with TRB type ID %u\n", + (le32_to_cpu(event->flags) & + TRB_TYPE_BITMASK)>>10); + xhci_print_trb_offsets(xhci, (union xhci_trb *) event); + } if (ep->skip) { ep->skip = false; xhci_dbg(xhci, "td_list is empty while skip " --- linux-lowlatency-3.8.0.orig/drivers/usb/host/ohci-hcd.c +++ linux-lowlatency-3.8.0/drivers/usb/host/ohci-hcd.c @@ -233,14 +233,14 @@ urb->start_frame = frame; } } else if (ed->type == PIPE_ISOCHRONOUS) { - u16 next = ohci_frame_no(ohci) + 2; + u16 next = ohci_frame_no(ohci) + 1; u16 frame = ed->last_iso + ed->interval; /* Behind the scheduling threshold? */ if (unlikely(tick_before(frame, next))) { /* USB_ISO_ASAP: Round up to the first available slot */ - if (urb->transfer_flags & URB_ISO_ASAP) + if (urb->transfer_flags & URB_ISO_ASAP) { frame += (next - frame + ed->interval - 1) & -ed->interval; @@ -248,21 +248,25 @@ * Not ASAP: Use the next slot in the stream. If * the entire URB falls before the threshold, fail. */ - else if (tick_before(frame + ed->interval * + } else { + if (tick_before(frame + ed->interval * (urb->number_of_packets - 1), next)) { - retval = -EXDEV; - usb_hcd_unlink_urb_from_ep(hcd, urb); - goto fail; - } + retval = -EXDEV; + usb_hcd_unlink_urb_from_ep(hcd, urb); + goto fail; + } - /* - * Some OHCI hardware doesn't handle late TDs - * correctly. After retiring them it proceeds to - * the next ED instead of the next TD. Therefore - * we have to omit the late TDs entirely. - */ - urb_priv->td_cnt = DIV_ROUND_UP(next - frame, - ed->interval); + /* + * Some OHCI hardware doesn't handle late TDs + * correctly. After retiring them it proceeds + * to the next ED instead of the next TD. + * Therefore we have to omit the late TDs + * entirely. + */ + urb_priv->td_cnt = DIV_ROUND_UP( + (u16) (next - frame), + ed->interval); + } } urb->start_frame = frame; } --- linux-lowlatency-3.8.0.orig/drivers/usb/host/xhci-mem.c +++ linux-lowlatency-3.8.0/drivers/usb/host/xhci-mem.c @@ -1443,15 +1443,17 @@ ep_ctx->ep_info2 |= cpu_to_le32(xhci_get_endpoint_type(udev, ep)); /* Set the max packet size and max burst */ + max_packet = GET_MAX_PACKET(usb_endpoint_maxp(&ep->desc)); + max_burst = 0; switch (udev->speed) { case USB_SPEED_SUPER: - max_packet = usb_endpoint_maxp(&ep->desc); - ep_ctx->ep_info2 |= cpu_to_le32(MAX_PACKET(max_packet)); /* dig out max burst from ep companion desc */ - max_packet = ep->ss_ep_comp.bMaxBurst; - ep_ctx->ep_info2 |= cpu_to_le32(MAX_BURST(max_packet)); + max_burst = ep->ss_ep_comp.bMaxBurst; break; case USB_SPEED_HIGH: + /* Some devices get this wrong */ + if (usb_endpoint_xfer_bulk(&ep->desc)) + max_packet = 512; /* bits 11:12 specify the number of additional transaction * opportunities per microframe (USB 2.0, section 9.6.6) */ @@ -1459,17 +1461,16 @@ usb_endpoint_xfer_int(&ep->desc)) { max_burst = (usb_endpoint_maxp(&ep->desc) & 0x1800) >> 11; - ep_ctx->ep_info2 |= cpu_to_le32(MAX_BURST(max_burst)); } - /* Fall through */ + break; case USB_SPEED_FULL: case USB_SPEED_LOW: - max_packet = GET_MAX_PACKET(usb_endpoint_maxp(&ep->desc)); - ep_ctx->ep_info2 |= cpu_to_le32(MAX_PACKET(max_packet)); break; default: BUG(); } + ep_ctx->ep_info2 |= cpu_to_le32(MAX_PACKET(max_packet) | + MAX_BURST(max_burst)); max_esit_payload = xhci_get_max_esit_payload(xhci, udev, ep); ep_ctx->tx_info = cpu_to_le32(MAX_ESIT_PAYLOAD_FOR_EP(max_esit_payload)); --- linux-lowlatency-3.8.0.orig/drivers/usb/host/ehci-hcd.c +++ linux-lowlatency-3.8.0/drivers/usb/host/ehci-hcd.c @@ -302,6 +302,7 @@ static void end_unlink_async(struct ehci_hcd *ehci); static void unlink_empty_async(struct ehci_hcd *ehci); +static void unlink_empty_async_suspended(struct ehci_hcd *ehci); static void ehci_work(struct ehci_hcd *ehci); static void start_unlink_intr(struct ehci_hcd *ehci, struct ehci_qh *qh); static void end_unlink_intr(struct ehci_hcd *ehci, struct ehci_qh *qh); @@ -669,9 +670,6 @@ if (retval) return retval; - if (ehci_is_TDI(ehci)) - tdi_reset(ehci); - ehci_reset(ehci); return 0; @@ -748,11 +746,9 @@ /* guard against (alleged) silicon errata */ if (cmd & CMD_IAAD) ehci_dbg(ehci, "IAA with IAAD still set?\n"); - if (ehci->async_iaa) { + if (ehci->async_iaa) COUNT(ehci->stats.iaa); - end_unlink_async(ehci); - } else - ehci_dbg(ehci, "IAA with nothing unlinked?\n"); + end_unlink_async(ehci); } /* remote wakeup [4.3.1] */ --- linux-lowlatency-3.8.0.orig/drivers/usb/host/ehci-q.c +++ linux-lowlatency-3.8.0/drivers/usb/host/ehci-q.c @@ -135,7 +135,7 @@ * qtd is updated in qh_completions(). Update the QH * overlay here. */ - if (cpu_to_hc32(ehci, qtd->qtd_dma) == qh->hw->hw_current) { + if (qh->hw->hw_token & ACTIVE_BIT(ehci)) { qh->hw->hw_qtd_next = qtd->hw_next; qtd = NULL; } @@ -449,11 +449,19 @@ else if (last_status == -EINPROGRESS && !urb->unlinked) continue; - /* qh unlinked; token in overlay may be most current */ - if (state == QH_STATE_IDLE - && cpu_to_hc32(ehci, qtd->qtd_dma) - == hw->hw_current) { + /* + * If this was the active qtd when the qh was unlinked + * and the overlay's token is active, then the overlay + * hasn't been written back to the qtd yet so use its + * token instead of the qtd's. After the qtd is + * processed and removed, the overlay won't be valid + * any more. + */ + if (state == QH_STATE_IDLE && + qh->qtd_list.next == &qtd->qtd_list && + (hw->hw_token & ACTIVE_BIT(ehci))) { token = hc32_to_cpu(ehci, hw->hw_token); + hw->hw_token &= ~ACTIVE_BIT(ehci); /* An unlink may leave an incomplete * async transaction in the TT buffer. @@ -1170,7 +1178,7 @@ struct ehci_qh *prev; /* Add to the end of the list of QHs waiting for the next IAAD */ - qh->qh_state = QH_STATE_UNLINK; + qh->qh_state = QH_STATE_UNLINK_WAIT; if (ehci->async_unlink) ehci->async_unlink_last->unlink_next = qh; else @@ -1213,9 +1221,19 @@ /* Do only the first waiting QH (nVidia bug?) */ qh = ehci->async_unlink; - ehci->async_iaa = qh; - ehci->async_unlink = qh->unlink_next; - qh->unlink_next = NULL; + + /* + * Intel (?) bug: The HC can write back the overlay region + * even after the IAA interrupt occurs. In self-defense, + * always go through two IAA cycles for each QH. + */ + if (qh->qh_state == QH_STATE_UNLINK_WAIT) { + qh->qh_state = QH_STATE_UNLINK; + } else { + ehci->async_iaa = qh; + ehci->async_unlink = qh->unlink_next; + qh->unlink_next = NULL; + } /* Make sure the unlinks are all visible to the hardware */ wmb(); @@ -1298,6 +1316,19 @@ } } +/* The root hub is suspended; unlink all the async QHs */ +static void unlink_empty_async_suspended(struct ehci_hcd *ehci) +{ + struct ehci_qh *qh; + + while (ehci->async->qh_next.qh) { + qh = ehci->async->qh_next.qh; + WARN_ON(!list_empty(&qh->qtd_list)); + single_unlink_async(ehci, qh); + } + start_iaa_cycle(ehci, false); +} + /* makes sure the async qh will become idle */ /* caller must own ehci->lock */ --- linux-lowlatency-3.8.0.orig/drivers/usb/host/ehci-omap.c +++ linux-lowlatency-3.8.0/drivers/usb/host/ehci-omap.c @@ -288,7 +288,6 @@ { struct device *dev = &pdev->dev; struct usb_hcd *hcd = dev_get_drvdata(dev); - struct ehci_hcd_omap_platform_data *pdata = dev->platform_data; usb_remove_hcd(hcd); disable_put_regulator(dev->platform_data); @@ -298,13 +297,6 @@ pm_runtime_put_sync(dev); pm_runtime_disable(dev); - if (pdata->phy_reset) { - if (gpio_is_valid(pdata->reset_gpio_port[0])) - gpio_free(pdata->reset_gpio_port[0]); - - if (gpio_is_valid(pdata->reset_gpio_port[1])) - gpio_free(pdata->reset_gpio_port[1]); - } return 0; } @@ -372,7 +364,7 @@ .clear_tt_buffer_complete = ehci_clear_tt_buffer_complete, }; -MODULE_ALIAS("platform:omap-ehci"); +MODULE_ALIAS("platform:ehci-omap"); MODULE_AUTHOR("Texas Instruments, Inc."); MODULE_AUTHOR("Felipe Balbi "); --- linux-lowlatency-3.8.0.orig/drivers/usb/host/uhci-hub.c +++ linux-lowlatency-3.8.0/drivers/usb/host/uhci-hub.c @@ -225,7 +225,8 @@ /* auto-stop if nothing connected for 1 second */ if (any_ports_active(uhci)) uhci->rh_state = UHCI_RH_RUNNING; - else if (time_after_eq(jiffies, uhci->auto_stop_time)) + else if (time_after_eq(jiffies, uhci->auto_stop_time) && + !uhci->wait_for_hp) suspend_rh(uhci, UHCI_RH_AUTO_STOPPED); break; --- linux-lowlatency-3.8.0.orig/drivers/usb/host/ehci-hub.c +++ linux-lowlatency-3.8.0/drivers/usb/host/ehci-hub.c @@ -328,7 +328,7 @@ ehci->rh_state = EHCI_RH_SUSPENDED; end_unlink_async(ehci); - unlink_empty_async(ehci); + unlink_empty_async_suspended(ehci); ehci_handle_intr_unlinks(ehci); end_free_itds(ehci); --- linux-lowlatency-3.8.0.orig/drivers/usb/host/xhci.c +++ linux-lowlatency-3.8.0/drivers/usb/host/xhci.c @@ -350,7 +350,7 @@ * generate interrupts. Don't even try to enable MSI. */ if (xhci->quirks & XHCI_BROKEN_MSI) - return 0; + goto legacy_irq; /* unregister the legacy interrupt */ if (hcd->irq) @@ -371,6 +371,7 @@ return -EINVAL; } + legacy_irq: /* fall back to legacy interrupt*/ ret = request_irq(pdev->irq, &usb_hcd_irq, IRQF_SHARED, hcd->irq_descr, hcd); --- linux-lowlatency-3.8.0.orig/drivers/usb/host/ehci-sched.c +++ linux-lowlatency-3.8.0/drivers/usb/host/ehci-sched.c @@ -1214,6 +1214,7 @@ memset (itd, 0, sizeof *itd); itd->itd_dma = itd_dma; + itd->frame = 9999; /* an invalid value */ list_add (&itd->itd_list, &sched->td_list); } spin_unlock_irqrestore (&ehci->lock, flags); @@ -1915,6 +1916,7 @@ memset (sitd, 0, sizeof *sitd); sitd->sitd_dma = sitd_dma; + sitd->frame = 9999; /* an invalid value */ list_add (&sitd->sitd_list, &iso_sched->td_list); } --- linux-lowlatency-3.8.0.orig/drivers/usb/core/hcd-pci.c +++ linux-lowlatency-3.8.0/drivers/usb/core/hcd-pci.c @@ -173,6 +173,7 @@ struct hc_driver *driver; struct usb_hcd *hcd; int retval; + int hcd_irq = 0; if (usb_disabled()) return -ENODEV; @@ -187,15 +188,19 @@ return -ENODEV; dev->current_state = PCI_D0; - /* The xHCI driver supports MSI and MSI-X, - * so don't fail if the BIOS doesn't provide a legacy IRQ. + /* + * The xHCI driver has its own irq management + * make sure irq setup is not touched for xhci in generic hcd code */ - if (!dev->irq && (driver->flags & HCD_MASK) != HCD_USB3) { - dev_err(&dev->dev, - "Found HC with no IRQ. Check BIOS/PCI %s setup!\n", - pci_name(dev)); - retval = -ENODEV; - goto disable_pci; + if ((driver->flags & HCD_MASK) != HCD_USB3) { + if (!dev->irq) { + dev_err(&dev->dev, + "Found HC with no IRQ. Check BIOS/PCI %s setup!\n", + pci_name(dev)); + retval = -ENODEV; + goto disable_pci; + } + hcd_irq = dev->irq; } hcd = usb_create_hcd(driver, &dev->dev, pci_name(dev)); @@ -245,7 +250,7 @@ pci_set_master(dev); - retval = usb_add_hcd(hcd, dev->irq, IRQF_SHARED); + retval = usb_add_hcd(hcd, hcd_irq, IRQF_SHARED); if (retval != 0) goto unmap_registers; set_hs_companion(dev, hcd); --- linux-lowlatency-3.8.0.orig/drivers/usb/core/devio.c +++ linux-lowlatency-3.8.0/drivers/usb/core/devio.c @@ -738,6 +738,8 @@ index &= 0xff; switch (requesttype & USB_RECIP_MASK) { case USB_RECIP_ENDPOINT: + if ((index & ~USB_DIR_IN) == 0) + return 0; ret = findintfep(ps->dev, index); if (ret >= 0) ret = checkintf(ps, ret); --- linux-lowlatency-3.8.0.orig/drivers/usb/core/message.c +++ linux-lowlatency-3.8.0/drivers/usb/core/message.c @@ -1751,7 +1751,7 @@ } } - i = dev->bus_mA - cp->desc.bMaxPower * 2; + i = dev->bus_mA - usb_get_max_power(dev, cp); if (i < 0) dev_warn(&dev->dev, "new config #%d exceeds power " "limit by %dmA\n", --- linux-lowlatency-3.8.0.orig/drivers/usb/core/hub.h +++ linux-lowlatency-3.8.0/drivers/usb/core/hub.h @@ -0,0 +1,122 @@ +/* + * usb hub driver head file + * + * Copyright (C) 1999 Linus Torvalds + * Copyright (C) 1999 Johannes Erdfelt + * Copyright (C) 1999 Gregory P. Smith + * Copyright (C) 2001 Brad Hards (bhards@bigpond.net.au) + * Copyright (C) 2012 Intel Corp (tianyu.lan@intel.com) + * + * move struct usb_hub to this file. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + */ + +#include +#include +#include +#include "usb.h" + +struct usb_hub { + struct device *intfdev; /* the "interface" device */ + struct usb_device *hdev; + struct kref kref; + struct urb *urb; /* for interrupt polling pipe */ + + /* buffer for urb ... with extra space in case of babble */ + u8 (*buffer)[8]; + union { + struct usb_hub_status hub; + struct usb_port_status port; + } *status; /* buffer for status reports */ + struct mutex status_mutex; /* for the status buffer */ + + int error; /* last reported error */ + int nerrors; /* track consecutive errors */ + + struct list_head event_list; /* hubs w/data or errs ready */ + unsigned long event_bits[1]; /* status change bitmask */ + unsigned long change_bits[1]; /* ports with logical connect + status change */ + unsigned long busy_bits[1]; /* ports being reset or + resumed */ + unsigned long removed_bits[1]; /* ports with a "removed" + device present */ + unsigned long wakeup_bits[1]; /* ports that have signaled + remote wakeup */ +#if USB_MAXCHILDREN > 31 /* 8*sizeof(unsigned long) - 1 */ +#error event_bits[] is too short! +#endif + + struct usb_hub_descriptor *descriptor; /* class descriptor */ + struct usb_tt tt; /* Transaction Translator */ + + unsigned mA_per_port; /* current for each child */ + + unsigned limited_power:1; + unsigned quiescing:1; + unsigned disconnected:1; + + unsigned quirk_check_port_auto_suspend:1; + + unsigned has_indicators:1; + u8 indicator[USB_MAXCHILDREN]; + struct delayed_work leds; + struct delayed_work init_work; + struct usb_port **ports; +}; + +/** + * struct usb port - kernel's representation of a usb port + * @child: usb device attatched to the port + * @dev: generic device interface + * @port_owner: port's owner + * @connect_type: port's connect type + * @portnum: port index num based one + * @power_is_on: port's power state + * @did_runtime_put: port has done pm_runtime_put(). + */ +struct usb_port { + struct usb_device *child; + struct device dev; + struct dev_state *port_owner; + enum usb_port_connect_type connect_type; + u8 portnum; + unsigned power_is_on:1; + unsigned did_runtime_put:1; +}; + +#define to_usb_port(_dev) \ + container_of(_dev, struct usb_port, dev) + +extern int usb_hub_create_port_device(struct usb_hub *hub, + int port1); +extern void usb_hub_remove_port_device(struct usb_hub *hub, + int port1); +extern int usb_hub_set_port_power(struct usb_device *hdev, + int port1, bool set); +extern struct usb_hub *usb_hub_to_struct_hub(struct usb_device *hdev); +extern int hub_port_debounce(struct usb_hub *hub, int port1, + bool must_be_connected); +extern int usb_clear_port_feature(struct usb_device *hdev, + int port1, int feature); + +static inline int hub_port_debounce_be_connected(struct usb_hub *hub, + int port1) +{ + return hub_port_debounce(hub, port1, true); +} + +static inline int hub_port_debounce_be_stable(struct usb_hub *hub, + int port1) +{ + return hub_port_debounce(hub, port1, false); +} + --- linux-lowlatency-3.8.0.orig/drivers/usb/core/devices.c +++ linux-lowlatency-3.8.0/drivers/usb/core/devices.c @@ -316,17 +316,23 @@ */ static char *usb_dump_config_descriptor(char *start, char *end, const struct usb_config_descriptor *desc, - int active) + int active, int speed) { + int mul; + if (start > end) return start; + if (speed == USB_SPEED_SUPER) + mul = 8; + else + mul = 2; start += sprintf(start, format_config, /* mark active/actual/current cfg. */ active ? '*' : ' ', desc->bNumInterfaces, desc->bConfigurationValue, desc->bmAttributes, - desc->bMaxPower * 2); + desc->bMaxPower * mul); return start; } @@ -342,7 +348,8 @@ if (!config) /* getting these some in 2.3.7; none in 2.3.6 */ return start + sprintf(start, "(null Cfg. desc.)\n"); - start = usb_dump_config_descriptor(start, end, &config->desc, active); + start = usb_dump_config_descriptor(start, end, &config->desc, active, + speed); for (i = 0; i < USB_MAXIADS; i++) { if (config->intf_assoc[i] == NULL) break; --- linux-lowlatency-3.8.0.orig/drivers/usb/core/sysfs.c +++ linux-lowlatency-3.8.0/drivers/usb/core/sysfs.c @@ -17,7 +17,7 @@ #include "usb.h" /* Active configuration fields */ -#define usb_actconfig_show(field, multiplier, format_string) \ +#define usb_actconfig_show(field, format_string) \ static ssize_t show_##field(struct device *dev, \ struct device_attribute *attr, char *buf) \ { \ @@ -28,18 +28,31 @@ actconfig = udev->actconfig; \ if (actconfig) \ return sprintf(buf, format_string, \ - actconfig->desc.field * multiplier); \ + actconfig->desc.field); \ else \ return 0; \ } \ -#define usb_actconfig_attr(field, multiplier, format_string) \ -usb_actconfig_show(field, multiplier, format_string) \ -static DEVICE_ATTR(field, S_IRUGO, show_##field, NULL); - -usb_actconfig_attr(bNumInterfaces, 1, "%2d\n") -usb_actconfig_attr(bmAttributes, 1, "%2x\n") -usb_actconfig_attr(bMaxPower, 2, "%3dmA\n") +#define usb_actconfig_attr(field, format_string) \ + usb_actconfig_show(field, format_string) \ + static DEVICE_ATTR(field, S_IRUGO, show_##field, NULL); + +usb_actconfig_attr(bNumInterfaces, "%2d\n") +usb_actconfig_attr(bmAttributes, "%2x\n") + +static ssize_t show_bMaxPower(struct device *dev, + struct device_attribute *attr, char *buf) +{ + struct usb_device *udev; + struct usb_host_config *actconfig; + + udev = to_usb_device(dev); + actconfig = udev->actconfig; + if (!actconfig) + return 0; + return sprintf(buf, "%dmA\n", usb_get_max_power(udev, actconfig)); +} +static DEVICE_ATTR(bMaxPower, S_IRUGO, show_bMaxPower, NULL); static ssize_t show_configuration_string(struct device *dev, struct device_attribute *attr, char *buf) @@ -56,7 +69,7 @@ static DEVICE_ATTR(configuration, S_IRUGO, show_configuration_string, NULL); /* configuration value is always present, and r/w */ -usb_actconfig_show(bConfigurationValue, 1, "%u\n"); +usb_actconfig_show(bConfigurationValue, "%u\n"); static ssize_t set_bConfigurationValue(struct device *dev, struct device_attribute *attr, --- linux-lowlatency-3.8.0.orig/drivers/usb/core/quirks.c +++ linux-lowlatency-3.8.0/drivers/usb/core/quirks.c @@ -88,6 +88,9 @@ /* Edirol SD-20 */ { USB_DEVICE(0x0582, 0x0027), .driver_info = USB_QUIRK_RESET_RESUME }, + /* Alcor Micro Corp. Hub */ + { USB_DEVICE(0x058f, 0x9254), .driver_info = USB_QUIRK_RESET_RESUME }, + /* appletouch */ { USB_DEVICE(0x05ac, 0x021a), .driver_info = USB_QUIRK_RESET_RESUME }, --- linux-lowlatency-3.8.0.orig/drivers/usb/core/hub.c +++ linux-lowlatency-3.8.0/drivers/usb/core/hub.c @@ -26,11 +26,12 @@ #include #include #include +#include #include #include -#include "usb.h" +#include "hub.h" /* if we are in debug mode, always announce new devices */ #ifdef DEBUG @@ -42,62 +43,6 @@ #define USB_VENDOR_GENESYS_LOGIC 0x05e3 #define HUB_QUIRK_CHECK_PORT_AUTOSUSPEND 0x01 -struct usb_port { - struct usb_device *child; - struct device dev; - struct dev_state *port_owner; - enum usb_port_connect_type connect_type; -}; - -struct usb_hub { - struct device *intfdev; /* the "interface" device */ - struct usb_device *hdev; - struct kref kref; - struct urb *urb; /* for interrupt polling pipe */ - - /* buffer for urb ... with extra space in case of babble */ - char (*buffer)[8]; - union { - struct usb_hub_status hub; - struct usb_port_status port; - } *status; /* buffer for status reports */ - struct mutex status_mutex; /* for the status buffer */ - - int error; /* last reported error */ - int nerrors; /* track consecutive errors */ - - struct list_head event_list; /* hubs w/data or errs ready */ - unsigned long event_bits[1]; /* status change bitmask */ - unsigned long change_bits[1]; /* ports with logical connect - status change */ - unsigned long busy_bits[1]; /* ports being reset or - resumed */ - unsigned long removed_bits[1]; /* ports with a "removed" - device present */ - unsigned long wakeup_bits[1]; /* ports that have signaled - remote wakeup */ -#if USB_MAXCHILDREN > 31 /* 8*sizeof(unsigned long) - 1 */ -#error event_bits[] is too short! -#endif - - struct usb_hub_descriptor *descriptor; /* class descriptor */ - struct usb_tt tt; /* Transaction Translator */ - - unsigned mA_per_port; /* current for each child */ - - unsigned limited_power:1; - unsigned quiescing:1; - unsigned disconnected:1; - - unsigned quirk_check_port_auto_suspend:1; - - unsigned has_indicators:1; - u8 indicator[USB_MAXCHILDREN]; - struct delayed_work leds; - struct delayed_work init_work; - struct usb_port **ports; -}; - static inline int hub_is_superspeed(struct usb_device *hdev) { return (hdev->descriptor.bDeviceProtocol == USB_HUB_PR_SS); @@ -164,13 +109,10 @@ DECLARE_RWSEM(ehci_cf_port_reset_rwsem); EXPORT_SYMBOL_GPL(ehci_cf_port_reset_rwsem); -#define HUB_DEBOUNCE_TIMEOUT 1500 +#define HUB_DEBOUNCE_TIMEOUT 2000 #define HUB_DEBOUNCE_STEP 25 #define HUB_DEBOUNCE_STABLE 100 -#define to_usb_port(_dev) \ - container_of(_dev, struct usb_port, dev) - static int usb_reset_and_verify_device(struct usb_device *udev); static inline char *portspeed(struct usb_hub *hub, int portstatus) @@ -186,7 +128,7 @@ } /* Note that hdev or one of its children must be locked! */ -static struct usb_hub *hdev_to_hub(struct usb_device *hdev) +struct usb_hub *usb_hub_to_struct_hub(struct usb_device *hdev) { if (!hdev || !hdev->actconfig || !hdev->maxchild) return NULL; @@ -360,7 +302,7 @@ if (!udev->lpm_capable || udev->speed != USB_SPEED_SUPER) return; - hub = hdev_to_hub(udev->parent); + hub = usb_hub_to_struct_hub(udev->parent); /* It doesn't take time to transition the roothub into U0, since it * doesn't have an upstream link. */ @@ -452,7 +394,7 @@ /* * USB 2.0 spec Section 11.24.2.2 */ -static int clear_port_feature(struct usb_device *hdev, int port1, int feature) +int usb_clear_port_feature(struct usb_device *hdev, int port1, int feature) { return usb_control_msg(hdev, usb_sndctrlpipe(hdev, 0), USB_REQ_CLEAR_FEATURE, USB_RT_PORT, feature, port1, @@ -645,7 +587,7 @@ void usb_kick_khubd(struct usb_device *hdev) { - struct usb_hub *hub = hdev_to_hub(hdev); + struct usb_hub *hub = usb_hub_to_struct_hub(hdev); if (hub) kick_khubd(hub); @@ -667,7 +609,7 @@ if (!hdev) return; - hub = hdev_to_hub(hdev); + hub = usb_hub_to_struct_hub(hdev); if (hub) { set_bit(portnum, hub->wakeup_bits); kick_khubd(hub); @@ -774,6 +716,32 @@ } /** + * usb_hub_set_port_power - control hub port's power state + * @hdev: target hub + * @port1: port index + * @set: expected status + * + * call this function to control port's power via setting or + * clearing the port's PORT_POWER feature. + */ +int usb_hub_set_port_power(struct usb_device *hdev, int port1, + bool set) +{ + int ret; + struct usb_hub *hub = usb_hub_to_struct_hub(hdev); + struct usb_port *port_dev = hub->ports[port1 - 1]; + + if (set) + ret = set_port_feature(hdev, port1, USB_PORT_FEAT_POWER); + else + ret = usb_clear_port_feature(hdev, port1, USB_PORT_FEAT_POWER); + + if (!ret) + port_dev->power_is_on = set; + return ret; +} + +/** * usb_hub_clear_tt_buffer - clear control/bulk TT state in high speed hub * @urb: an URB associated with the failed or incomplete split transaction * @@ -849,7 +817,11 @@ dev_dbg(hub->intfdev, "trying to enable port power on " "non-switchable hub\n"); for (port1 = 1; port1 <= hub->descriptor->bNbrPorts; port1++) - set_port_feature(hub->hdev, port1, USB_PORT_FEAT_POWER); + if (hub->ports[port1 - 1]->power_is_on) + set_port_feature(hub->hdev, port1, USB_PORT_FEAT_POWER); + else + usb_clear_port_feature(hub->hdev, port1, + USB_PORT_FEAT_POWER); /* Wait at least 100 msec for power to become stable */ delay = max(pgood_delay, (unsigned) 100); @@ -943,7 +915,7 @@ if (hub_is_superspeed(hub->hdev)) ret = hub_usb3_port_disable(hub, port1); else - ret = clear_port_feature(hdev, port1, + ret = usb_clear_port_feature(hdev, port1, USB_PORT_FEAT_ENABLE); } if (ret) @@ -992,7 +964,7 @@ if (!udev->parent) /* Can't remove a root hub */ return -EINVAL; - hub = hdev_to_hub(udev->parent); + hub = usb_hub_to_struct_hub(udev->parent); intf = to_usb_interface(hub->intfdev); usb_autopm_get_interface(intf); @@ -1124,7 +1096,7 @@ * Do not disable USB3 protocol ports. */ if (!hub_is_superspeed(hdev)) { - clear_port_feature(hdev, port1, + usb_clear_port_feature(hdev, port1, USB_PORT_FEAT_ENABLE); portstatus &= ~USB_PORT_STAT_ENABLE; } else { @@ -1136,18 +1108,18 @@ /* Clear status-change flags; we'll debounce later */ if (portchange & USB_PORT_STAT_C_CONNECTION) { need_debounce_delay = true; - clear_port_feature(hub->hdev, port1, + usb_clear_port_feature(hub->hdev, port1, USB_PORT_FEAT_C_CONNECTION); } if (portchange & USB_PORT_STAT_C_ENABLE) { need_debounce_delay = true; - clear_port_feature(hub->hdev, port1, + usb_clear_port_feature(hub->hdev, port1, USB_PORT_FEAT_C_ENABLE); } if ((portchange & USB_PORT_STAT_C_BH_RESET) && hub_is_superspeed(hub->hdev)) { need_debounce_delay = true; - clear_port_feature(hub->hdev, port1, + usb_clear_port_feature(hub->hdev, port1, USB_PORT_FEAT_C_BH_PORT_RESET); } /* We can forget about a "removed" device when there's a @@ -1181,10 +1153,16 @@ set_bit(port1, hub->change_bits); } else if (udev->persist_enabled) { + struct usb_port *port_dev = hub->ports[port1 - 1]; + #ifdef CONFIG_PM udev->reset_resume = 1; #endif - set_bit(port1, hub->change_bits); + /* Don't set the change_bits when the device + * was powered off. + */ + if (port_dev->power_is_on) + set_bit(port1, hub->change_bits); } else { /* The power session is gone; tell khubd */ @@ -1294,52 +1272,6 @@ return 0; } -static void usb_port_device_release(struct device *dev) -{ - struct usb_port *port_dev = to_usb_port(dev); - - kfree(port_dev); -} - -static void usb_hub_remove_port_device(struct usb_hub *hub, - int port1) -{ - device_unregister(&hub->ports[port1 - 1]->dev); -} - -struct device_type usb_port_device_type = { - .name = "usb_port", - .release = usb_port_device_release, -}; - -static int usb_hub_create_port_device(struct usb_hub *hub, - int port1) -{ - struct usb_port *port_dev = NULL; - int retval; - - port_dev = kzalloc(sizeof(*port_dev), GFP_KERNEL); - if (!port_dev) { - retval = -ENOMEM; - goto exit; - } - - hub->ports[port1 - 1] = port_dev; - port_dev->dev.parent = hub->intfdev; - port_dev->dev.type = &usb_port_device_type; - dev_set_name(&port_dev->dev, "port%d", port1); - - retval = device_register(&port_dev->dev); - if (retval) - goto error_register; - return 0; - -error_register: - put_device(&port_dev->dev); -exit: - return retval; -} - static int hub_configure(struct usb_hub *hub, struct usb_endpoint_descriptor *endpoint) { @@ -1351,6 +1283,8 @@ unsigned int pipe; int maxp, ret, i; char *message = "out of memory"; + unsigned unit_load; + unsigned full_load; hub->buffer = kmalloc(sizeof(*hub->buffer), GFP_KERNEL); if (!hub->buffer) { @@ -1397,6 +1331,13 @@ } wHubCharacteristics = le16_to_cpu(hub->descriptor->wHubCharacteristics); + if (hub_is_superspeed(hdev)) { + unit_load = 150; + full_load = 900; + } else { + unit_load = 100; + full_load = 500; + } /* FIXME for USB 3.0, skip for now */ if ((wHubCharacteristics & HUB_CHAR_COMPOUND) && @@ -1516,40 +1457,44 @@ goto fail; } le16_to_cpus(&hubstatus); + hcd = bus_to_hcd(hdev->bus); if (hdev == hdev->bus->root_hub) { - if (hdev->bus_mA == 0 || hdev->bus_mA >= 500) - hub->mA_per_port = 500; + if (hcd->power_budget > 0) + hdev->bus_mA = hcd->power_budget; + else + hdev->bus_mA = full_load * hdev->maxchild; + if (hdev->bus_mA >= full_load) + hub->mA_per_port = full_load; else { hub->mA_per_port = hdev->bus_mA; hub->limited_power = 1; } } else if ((hubstatus & (1 << USB_DEVICE_SELF_POWERED)) == 0) { + int remaining = hdev->bus_mA - + hub->descriptor->bHubContrCurrent; + dev_dbg(hub_dev, "hub controller current requirement: %dmA\n", hub->descriptor->bHubContrCurrent); hub->limited_power = 1; - if (hdev->maxchild > 0) { - int remaining = hdev->bus_mA - - hub->descriptor->bHubContrCurrent; - if (remaining < hdev->maxchild * 100) - dev_warn(hub_dev, + if (remaining < hdev->maxchild * unit_load) + dev_warn(hub_dev, "insufficient power available " "to use all downstream ports\n"); - hub->mA_per_port = 100; /* 7.2.1.1 */ - } + hub->mA_per_port = unit_load; /* 7.2.1 */ + } else { /* Self-powered external hub */ /* FIXME: What about battery-powered external hubs that * provide less current per port? */ - hub->mA_per_port = 500; + hub->mA_per_port = full_load; } - if (hub->mA_per_port < 500) + if (hub->mA_per_port < full_load) dev_dbg(hub_dev, "%umA bus power budget for each child\n", hub->mA_per_port); /* Update the HCD's internal representation of this hub before khubd * starts getting port status changes for devices under the hub. */ - hcd = bus_to_hcd(hdev->bus); if (hcd->driver->update_hub_device) { ret = hcd->driver->update_hub_device(hcd, hdev, &hub->tt, GFP_KERNEL); @@ -1605,6 +1550,8 @@ dev_err(hub->intfdev, "couldn't create port%d device.\n", i + 1); + usb_hub_adjust_deviceremovable(hdev, hub->descriptor); + hub_activate(hub, HUB_INIT); return 0; @@ -1659,6 +1606,7 @@ kfree(hub->status); kfree(hub->buffer); + pm_suspend_ignore_children(&intf->dev, false); kref_put(&hub->kref, hub_release); } @@ -1761,6 +1709,7 @@ usb_set_intfdata (intf, hub); intf->needs_remote_wakeup = 1; + pm_suspend_ignore_children(&intf->dev, true); if (hdev->speed == USB_SPEED_HIGH) highspeed_hubs++; @@ -1779,7 +1728,7 @@ hub_ioctl(struct usb_interface *intf, unsigned int code, void *user_data) { struct usb_device *hdev = interface_to_usbdev (intf); - struct usb_hub *hub = hdev_to_hub(hdev); + struct usb_hub *hub = usb_hub_to_struct_hub(hdev); /* assert ifno == 0 (part of hub spec) */ switch (code) { @@ -1825,7 +1774,7 @@ /* This assumes that devices not managed by the hub driver * will always have maxchild equal to 0. */ - *ppowner = &(hdev_to_hub(hdev)->ports[port1 - 1]->port_owner); + *ppowner = &(usb_hub_to_struct_hub(hdev)->ports[port1 - 1]->port_owner); return 0; } @@ -1862,7 +1811,7 @@ void usb_hub_release_all_ports(struct usb_device *hdev, struct dev_state *owner) { - struct usb_hub *hub = hdev_to_hub(hdev); + struct usb_hub *hub = usb_hub_to_struct_hub(hdev); int n; for (n = 0; n < hdev->maxchild; n++) { @@ -1879,13 +1828,13 @@ if (udev->state == USB_STATE_NOTATTACHED || !udev->parent) return false; - hub = hdev_to_hub(udev->parent); + hub = usb_hub_to_struct_hub(udev->parent); return !!hub->ports[udev->portnum - 1]->port_owner; } static void recursively_mark_NOTATTACHED(struct usb_device *udev) { - struct usb_hub *hub = hdev_to_hub(udev); + struct usb_hub *hub = usb_hub_to_struct_hub(udev); int i; for (i = 0; i < udev->maxchild; ++i) { @@ -2054,7 +2003,7 @@ void usb_disconnect(struct usb_device **pdev) { struct usb_device *udev = *pdev; - struct usb_hub *hub = hdev_to_hub(udev); + struct usb_hub *hub = usb_hub_to_struct_hub(udev); int i; /* mark the device as inactive, so any further urb submissions for @@ -2081,6 +2030,19 @@ usb_disable_device(udev, 0); usb_hcd_synchronize_unlinks(udev); + if (udev->parent) { + struct usb_hub *hub = usb_hub_to_struct_hub(udev->parent); + struct usb_port *port_dev = hub->ports[udev->portnum - 1]; + + sysfs_remove_link(&udev->dev.kobj, "port"); + sysfs_remove_link(&port_dev->dev.kobj, "device"); + + if (!port_dev->did_runtime_put) + pm_runtime_put(&port_dev->dev); + else + port_dev->did_runtime_put = false; + } + usb_remove_ep_devs(&udev->ep0); usb_unlock_device(udev); @@ -2267,7 +2229,7 @@ if (!hdev) return; - hub = hdev_to_hub(udev->parent); + hub = usb_hub_to_struct_hub(udev->parent); wHubCharacteristics = le16_to_cpu(hub->descriptor->wHubCharacteristics); @@ -2373,6 +2335,26 @@ goto fail; } + /* Create link files between child device and usb port device. */ + if (udev->parent) { + struct usb_hub *hub = usb_hub_to_struct_hub(udev->parent); + struct usb_port *port_dev = hub->ports[udev->portnum - 1]; + + err = sysfs_create_link(&udev->dev.kobj, + &port_dev->dev.kobj, "port"); + if (err) + goto fail; + + err = sysfs_create_link(&port_dev->dev.kobj, + &udev->dev.kobj, "device"); + if (err) { + sysfs_remove_link(&udev->dev.kobj, "port"); + goto fail; + } + + pm_runtime_get_sync(&port_dev->dev); + } + (void) usb_create_ep_devs(&udev->dev, &udev->ep0, udev); usb_mark_last_busy(udev); pm_runtime_put_sync_autosuspend(&udev->dev); @@ -2535,77 +2517,9 @@ return ret; /* The port state is unknown until the reset completes. */ - if ((portstatus & USB_PORT_STAT_RESET)) - goto delay; - - /* - * Some buggy devices require a warm reset to be issued even - * when the port appears not to be connected. - */ - if (!warm) { - /* - * Some buggy devices can cause an NEC host controller - * to transition to the "Error" state after a hot port - * reset. This will show up as the port state in - * "Inactive", and the port may also report a - * disconnect. Forcing a warm port reset seems to make - * the device work. - * - * See https://bugzilla.kernel.org/show_bug.cgi?id=41752 - */ - if (hub_port_warm_reset_required(hub, portstatus)) { - int ret; - - if ((portchange & USB_PORT_STAT_C_CONNECTION)) - clear_port_feature(hub->hdev, port1, - USB_PORT_FEAT_C_CONNECTION); - if (portchange & USB_PORT_STAT_C_LINK_STATE) - clear_port_feature(hub->hdev, port1, - USB_PORT_FEAT_C_PORT_LINK_STATE); - if (portchange & USB_PORT_STAT_C_RESET) - clear_port_feature(hub->hdev, port1, - USB_PORT_FEAT_C_RESET); - dev_dbg(hub->intfdev, "hot reset failed, warm reset port %d\n", - port1); - ret = hub_port_reset(hub, port1, - udev, HUB_BH_RESET_TIME, - true); - if ((portchange & USB_PORT_STAT_C_CONNECTION)) - clear_port_feature(hub->hdev, port1, - USB_PORT_FEAT_C_CONNECTION); - return ret; - } - /* Device went away? */ - if (!(portstatus & USB_PORT_STAT_CONNECTION)) - return -ENOTCONN; - - /* bomb out completely if the connection bounced */ - if ((portchange & USB_PORT_STAT_C_CONNECTION)) - return -ENOTCONN; - - if ((portstatus & USB_PORT_STAT_ENABLE)) { - if (hub_is_wusb(hub)) - udev->speed = USB_SPEED_WIRELESS; - else if (hub_is_superspeed(hub->hdev)) - udev->speed = USB_SPEED_SUPER; - else if (portstatus & USB_PORT_STAT_HIGH_SPEED) - udev->speed = USB_SPEED_HIGH; - else if (portstatus & USB_PORT_STAT_LOW_SPEED) - udev->speed = USB_SPEED_LOW; - else - udev->speed = USB_SPEED_FULL; - return 0; - } - } else { - if (!(portstatus & USB_PORT_STAT_CONNECTION) || - hub_port_warm_reset_required(hub, - portstatus)) - return -ENOTCONN; - - return 0; - } + if (!(portstatus & USB_PORT_STAT_RESET)) + break; -delay: /* switch to the long delay after two short delay failures */ if (delay_time >= 2 * HUB_SHORT_RESET_TIME) delay = HUB_LONG_RESET_TIME; @@ -2615,20 +2529,54 @@ port1, warm ? "warm " : "", delay); } - return -EBUSY; + if ((portstatus & USB_PORT_STAT_RESET)) + return -EBUSY; + + if (hub_port_warm_reset_required(hub, portstatus)) + return -ENOTCONN; + + /* Device went away? */ + if (!(portstatus & USB_PORT_STAT_CONNECTION)) + return -ENOTCONN; + + /* bomb out completely if the connection bounced. A USB 3.0 + * connection may bounce if multiple warm resets were issued, + * but the device may have successfully re-connected. Ignore it. + */ + if (!hub_is_superspeed(hub->hdev) && + (portchange & USB_PORT_STAT_C_CONNECTION)) + return -ENOTCONN; + + if (!(portstatus & USB_PORT_STAT_ENABLE)) + return -EBUSY; + + if (!udev) + return 0; + + if (hub_is_wusb(hub)) + udev->speed = USB_SPEED_WIRELESS; + else if (hub_is_superspeed(hub->hdev)) + udev->speed = USB_SPEED_SUPER; + else if (portstatus & USB_PORT_STAT_HIGH_SPEED) + udev->speed = USB_SPEED_HIGH; + else if (portstatus & USB_PORT_STAT_LOW_SPEED) + udev->speed = USB_SPEED_LOW; + else + udev->speed = USB_SPEED_FULL; + return 0; } static void hub_port_finish_reset(struct usb_hub *hub, int port1, - struct usb_device *udev, int *status, bool warm) + struct usb_device *udev, int *status) { switch (*status) { case 0: - if (!warm) { - struct usb_hcd *hcd; - /* TRSTRCY = 10 ms; plus some extra */ - msleep(10 + 40); + /* TRSTRCY = 10 ms; plus some extra */ + msleep(10 + 40); + if (udev) { + struct usb_hcd *hcd = bus_to_hcd(udev->bus); + update_devnum(udev, 0); - hcd = bus_to_hcd(udev->bus); /* The xHC may think the device is already reset, * so ignore the status. */ @@ -2638,16 +2586,17 @@ /* FALL THROUGH */ case -ENOTCONN: case -ENODEV: - clear_port_feature(hub->hdev, + usb_clear_port_feature(hub->hdev, port1, USB_PORT_FEAT_C_RESET); - /* FIXME need disconnect() for NOTATTACHED device */ if (hub_is_superspeed(hub->hdev)) { - clear_port_feature(hub->hdev, port1, + usb_clear_port_feature(hub->hdev, port1, USB_PORT_FEAT_C_BH_PORT_RESET); - clear_port_feature(hub->hdev, port1, + usb_clear_port_feature(hub->hdev, port1, USB_PORT_FEAT_C_PORT_LINK_STATE); + usb_clear_port_feature(hub->hdev, port1, + USB_PORT_FEAT_C_CONNECTION); } - if (!warm) + if (udev) usb_set_device_state(udev, *status ? USB_STATE_NOTATTACHED : USB_STATE_DEFAULT); @@ -2660,18 +2609,30 @@ struct usb_device *udev, unsigned int delay, bool warm) { int i, status; + u16 portchange, portstatus; - if (!warm) { - /* Block EHCI CF initialization during the port reset. - * Some companion controllers don't like it when they mix. - */ - down_read(&ehci_cf_port_reset_rwsem); - } else { - if (!hub_is_superspeed(hub->hdev)) { + if (!hub_is_superspeed(hub->hdev)) { + if (warm) { dev_err(hub->intfdev, "only USB3 hub support " "warm reset\n"); return -EINVAL; } + /* Block EHCI CF initialization during the port reset. + * Some companion controllers don't like it when they mix. + */ + down_read(&ehci_cf_port_reset_rwsem); + } else if (!warm) { + /* + * If the caller hasn't explicitly requested a warm reset, + * double check and see if one is needed. + */ + status = hub_port_status(hub, port1, + &portstatus, &portchange); + if (status < 0) + goto done; + + if (hub_port_warm_reset_required(hub, portstatus)) + warm = true; } /* Reset the port */ @@ -2692,10 +2653,33 @@ status); } - /* return on disconnect or reset */ + /* Check for disconnect or reset */ if (status == 0 || status == -ENOTCONN || status == -ENODEV) { - hub_port_finish_reset(hub, port1, udev, &status, warm); - goto done; + hub_port_finish_reset(hub, port1, udev, &status); + + if (!hub_is_superspeed(hub->hdev)) + goto done; + + /* + * If a USB 3.0 device migrates from reset to an error + * state, re-issue the warm reset. + */ + if (hub_port_status(hub, port1, + &portstatus, &portchange) < 0) + goto done; + + if (!hub_port_warm_reset_required(hub, portstatus)) + goto done; + + /* + * If the port is in SS.Inactive or Compliance Mode, the + * hot or warm reset failed. Try another warm reset. + */ + if (!warm) { + dev_dbg(hub->intfdev, "hot reset failed, warm reset port %d\n", + port1); + warm = true; + } } dev_dbg (hub->intfdev, @@ -2709,7 +2693,7 @@ port1); done: - if (!warm) + if (!hub_is_superspeed(hub->hdev)) up_read(&ehci_cf_port_reset_rwsem); return status; @@ -2783,10 +2767,10 @@ /* Late port handoff can set status-change bits */ if (portchange & USB_PORT_STAT_C_CONNECTION) - clear_port_feature(hub->hdev, port1, + usb_clear_port_feature(hub->hdev, port1, USB_PORT_FEAT_C_CONNECTION); if (portchange & USB_PORT_STAT_C_ENABLE) - clear_port_feature(hub->hdev, port1, + usb_clear_port_feature(hub->hdev, port1, USB_PORT_FEAT_C_ENABLE); } @@ -2904,7 +2888,9 @@ */ int usb_port_suspend(struct usb_device *udev, pm_message_t msg) { - struct usb_hub *hub = hdev_to_hub(udev->parent); + struct usb_hub *hub = usb_hub_to_struct_hub(udev->parent); + struct usb_port *port_dev = hub->ports[udev->portnum - 1]; + enum pm_qos_flags_status pm_qos_stat; int port1 = udev->portnum; int status; @@ -2962,9 +2948,7 @@ /* see 7.1.7.6 */ if (hub_is_superspeed(hub->hdev)) - status = set_port_feature(hub->hdev, - port1 | (USB_SS_PORT_LS_U3 << 3), - USB_PORT_FEAT_LINK_STATE); + status = hub_set_port_link_state(hub, port1, USB_SS_PORT_LS_U3); else status = set_port_feature(hub->hdev, port1, USB_PORT_FEAT_SUSPEND); @@ -3006,6 +2990,21 @@ udev->port_is_suspended = 1; msleep(10); } + + /* + * Check whether current status meets the requirement of + * usb port power off mechanism + */ + pm_qos_stat = dev_pm_qos_flags(&port_dev->dev, + PM_QOS_FLAG_NO_POWER_OFF); + if (!udev->do_remote_wakeup + && pm_qos_stat != PM_QOS_FLAGS_ALL + && udev->persist_enabled + && !status) { + pm_runtime_put_sync(&port_dev->dev); + port_dev->did_runtime_put = true; + } + usb_mark_last_busy(hub->hdev); return status; } @@ -3141,11 +3140,22 @@ */ int usb_port_resume(struct usb_device *udev, pm_message_t msg) { - struct usb_hub *hub = hdev_to_hub(udev->parent); + struct usb_hub *hub = usb_hub_to_struct_hub(udev->parent); + struct usb_port *port_dev = hub->ports[udev->portnum - 1]; int port1 = udev->portnum; int status; u16 portchange, portstatus; + if (port_dev->did_runtime_put) { + status = pm_runtime_get_sync(&port_dev->dev); + port_dev->did_runtime_put = false; + if (status < 0) { + dev_dbg(&udev->dev, "can't resume usb port, status %d\n", + status); + return status; + } + } + /* Skip the initial Clear-Suspend step for a remote wakeup */ status = hub_port_status(hub, port1, &portstatus, &portchange); if (status == 0 && !port_is_suspended(hub, portstatus)) @@ -3157,11 +3167,9 @@ /* see 7.1.7.7; affects power usage, but not budgeting */ if (hub_is_superspeed(hub->hdev)) - status = set_port_feature(hub->hdev, - port1 | (USB_SS_PORT_LS_U0 << 3), - USB_PORT_FEAT_LINK_STATE); + status = hub_set_port_link_state(hub, port1, USB_SS_PORT_LS_U0); else - status = clear_port_feature(hub->hdev, + status = usb_clear_port_feature(hub->hdev, port1, USB_PORT_FEAT_SUSPEND); if (status) { dev_dbg(hub->intfdev, "can't resume port %d, status %d\n", @@ -3187,11 +3195,11 @@ udev->port_is_suspended = 0; if (hub_is_superspeed(hub->hdev)) { if (portchange & USB_PORT_STAT_C_LINK_STATE) - clear_port_feature(hub->hdev, port1, + usb_clear_port_feature(hub->hdev, port1, USB_PORT_FEAT_C_PORT_LINK_STATE); } else { if (portchange & USB_PORT_STAT_C_SUSPEND) - clear_port_feature(hub->hdev, port1, + usb_clear_port_feature(hub->hdev, port1, USB_PORT_FEAT_C_SUSPEND); } } @@ -3247,7 +3255,7 @@ int usb_port_resume(struct usb_device *udev, pm_message_t msg) { - struct usb_hub *hub = hdev_to_hub(udev->parent); + struct usb_hub *hub = usb_hub_to_struct_hub(udev->parent); int port1 = udev->portnum; int status; u16 portchange, portstatus; @@ -3826,7 +3834,7 @@ * every 25ms for transient disconnects. When the port status has been * unchanged for 100ms it returns the port status. */ -static int hub_port_debounce(struct usb_hub *hub, int port1) +int hub_port_debounce(struct usb_hub *hub, int port1, bool must_be_connected) { int ret; int total_time, stable_time = 0; @@ -3840,7 +3848,9 @@ if (!(portchange & USB_PORT_STAT_C_CONNECTION) && (portstatus & USB_PORT_STAT_CONNECTION) == connection) { - stable_time += HUB_DEBOUNCE_STEP; + if (!must_be_connected || + (connection == USB_PORT_STAT_CONNECTION)) + stable_time += HUB_DEBOUNCE_STEP; if (stable_time >= HUB_DEBOUNCE_STABLE) break; } else { @@ -3849,7 +3859,7 @@ } if (portchange & USB_PORT_STAT_C_CONNECTION) { - clear_port_feature(hub->hdev, port1, + usb_clear_port_feature(hub->hdev, port1, USB_PORT_FEAT_C_CONNECTION); } @@ -4246,16 +4256,23 @@ for (port1 = 1; port1 <= hdev->maxchild; ++port1) { struct usb_device *udev = hub->ports[port1 - 1]->child; int delta; + unsigned unit_load; if (!udev) continue; + if (hub_is_superspeed(udev)) + unit_load = 150; + else + unit_load = 100; - /* Unconfigured devices may not use more than 100mA, - * or 8mA for OTG ports */ + /* + * Unconfigured devices may not use more than one unit load, + * or 8mA for OTG ports + */ if (udev->actconfig) - delta = udev->actconfig->desc.bMaxPower * 2; + delta = usb_get_max_power(udev, udev->actconfig); else if (port1 != udev->bus->otg_port || hdev->parent) - delta = 100; + delta = unit_load; else delta = 8; if (delta > hub->mA_per_port) @@ -4290,6 +4307,7 @@ le16_to_cpu(hub->descriptor->wHubCharacteristics); struct usb_device *udev; int status, i; + unsigned unit_load; dev_dbg (hub_dev, "port %d, status %04x, change %04x, %s\n", @@ -4353,7 +4371,7 @@ if (portchange & (USB_PORT_STAT_C_CONNECTION | USB_PORT_STAT_C_ENABLE)) { - status = hub_port_debounce(hub, port1); + status = hub_port_debounce_be_stable(hub, port1); if (status < 0) { if (printk_ratelimit()) dev_err(hub_dev, "connect-debounce failed, " @@ -4379,6 +4397,10 @@ goto done; return; } + if (hub_is_superspeed(hub->hdev)) + unit_load = 150; + else + unit_load = 100; for (i = 0; i < SET_CONFIG_TRIES; i++) { @@ -4426,7 +4448,7 @@ * on the parent. */ if (udev->descriptor.bDeviceClass == USB_CLASS_HUB - && udev->bus_mA <= 100) { + && udev->bus_mA <= unit_load) { u16 devstat; status = usb_get_status(udev, USB_RECIP_DEVICE, 0, @@ -4528,7 +4550,7 @@ if (!hub_is_superspeed(hdev)) { if (!(portchange & USB_PORT_STAT_C_SUSPEND)) return 0; - clear_port_feature(hdev, port, USB_PORT_FEAT_C_SUSPEND); + usb_clear_port_feature(hdev, port, USB_PORT_FEAT_C_SUSPEND); } else { if (!udev || udev->state != USB_STATE_SUSPENDED || (portstatus & USB_PORT_STAT_LINK_STATE) != @@ -4656,7 +4678,7 @@ continue; if (portchange & USB_PORT_STAT_C_CONNECTION) { - clear_port_feature(hdev, i, + usb_clear_port_feature(hdev, i, USB_PORT_FEAT_C_CONNECTION); connect_change = 1; } @@ -4667,7 +4689,7 @@ "port %d enable change, " "status %08x\n", i, portstatus); - clear_port_feature(hdev, i, + usb_clear_port_feature(hdev, i, USB_PORT_FEAT_C_ENABLE); /* @@ -4698,7 +4720,7 @@ dev_dbg(hub_dev, "over-current change on port " "%d\n", i); - clear_port_feature(hdev, i, + usb_clear_port_feature(hdev, i, USB_PORT_FEAT_C_OVER_CURRENT); msleep(100); /* Cool down */ hub_power_on(hub, true); @@ -4712,7 +4734,7 @@ dev_dbg (hub_dev, "reset change on port %d\n", i); - clear_port_feature(hdev, i, + usb_clear_port_feature(hdev, i, USB_PORT_FEAT_C_RESET); } if ((portchange & USB_PORT_STAT_C_BH_RESET) && @@ -4720,18 +4742,18 @@ dev_dbg(hub_dev, "warm reset change on port %d\n", i); - clear_port_feature(hdev, i, + usb_clear_port_feature(hdev, i, USB_PORT_FEAT_C_BH_PORT_RESET); } if (portchange & USB_PORT_STAT_C_LINK_STATE) { - clear_port_feature(hub->hdev, i, + usb_clear_port_feature(hub->hdev, i, USB_PORT_FEAT_C_PORT_LINK_STATE); } if (portchange & USB_PORT_STAT_C_CONFIG_ERROR) { dev_warn(hub_dev, "config error on port %d\n", i); - clear_port_feature(hub->hdev, i, + usb_clear_port_feature(hub->hdev, i, USB_PORT_FEAT_C_PORT_CONFIG_ERROR); } @@ -4740,12 +4762,21 @@ */ if (hub_port_warm_reset_required(hub, portstatus)) { int status; + struct usb_device *udev = + hub->ports[i - 1]->child; dev_dbg(hub_dev, "warm reset port %d\n", i); - status = hub_port_reset(hub, i, NULL, - HUB_BH_RESET_TIME, true); - if (status < 0) - hub_port_disable(hub, i, 1); + if (!udev) { + status = hub_port_reset(hub, i, + NULL, HUB_BH_RESET_TIME, + true); + if (status < 0) + hub_port_disable(hub, i, 1); + } else { + usb_lock_device(udev); + status = usb_reset_device(udev); + usb_unlock_device(udev); + } connect_change = 0; } @@ -5006,7 +5037,7 @@ dev_dbg(&udev->dev, "%s for root hub!\n", __func__); return -EISDIR; } - parent_hub = hdev_to_hub(parent_hdev); + parent_hub = usb_hub_to_struct_hub(parent_hdev); /* Disable LPM and LTM while we reset the device and reinstall the alt * settings. Device-initiated LPM settings, and system exit latency @@ -5262,7 +5293,7 @@ struct usb_device *usb_hub_find_child(struct usb_device *hdev, int port1) { - struct usb_hub *hub = hdev_to_hub(hdev); + struct usb_hub *hub = usb_hub_to_struct_hub(hdev); if (port1 < 1 || port1 > hdev->maxchild) return NULL; @@ -5279,7 +5310,7 @@ void usb_set_hub_port_connect_type(struct usb_device *hdev, int port1, enum usb_port_connect_type type) { - struct usb_hub *hub = hdev_to_hub(hdev); + struct usb_hub *hub = usb_hub_to_struct_hub(hdev); hub->ports[port1 - 1]->connect_type = type; } @@ -5295,11 +5326,52 @@ enum usb_port_connect_type usb_get_hub_port_connect_type(struct usb_device *hdev, int port1) { - struct usb_hub *hub = hdev_to_hub(hdev); + struct usb_hub *hub = usb_hub_to_struct_hub(hdev); return hub->ports[port1 - 1]->connect_type; } +void usb_hub_adjust_deviceremovable(struct usb_device *hdev, + struct usb_hub_descriptor *desc) +{ + enum usb_port_connect_type connect_type; + int i; + + if (!hub_is_superspeed(hdev)) { + for (i = 1; i <= hdev->maxchild; i++) { + connect_type = usb_get_hub_port_connect_type(hdev, i); + + if (connect_type == USB_PORT_CONNECT_TYPE_HARD_WIRED) { + u8 mask = 1 << (i%8); + + if (!(desc->u.hs.DeviceRemovable[i/8] & mask)) { + dev_dbg(&hdev->dev, "usb port%d's DeviceRemovable is changed to 1 according to platform information.\n", + i); + desc->u.hs.DeviceRemovable[i/8] |= mask; + } + } + } + } else { + u16 port_removable = le16_to_cpu(desc->u.ss.DeviceRemovable); + + for (i = 1; i <= hdev->maxchild; i++) { + connect_type = usb_get_hub_port_connect_type(hdev, i); + + if (connect_type == USB_PORT_CONNECT_TYPE_HARD_WIRED) { + u16 mask = 1 << i; + + if (!(port_removable & mask)) { + dev_dbg(&hdev->dev, "usb port%d's DeviceRemovable is changed to 1 according to platform information.\n", + i); + port_removable |= mask; + } + } + } + + desc->u.ss.DeviceRemovable = cpu_to_le16(port_removable); + } +} + #ifdef CONFIG_ACPI /** * usb_get_hub_port_acpi_handle - Get the usb port's acpi handle @@ -5312,7 +5384,7 @@ acpi_handle usb_get_hub_port_acpi_handle(struct usb_device *hdev, int port1) { - struct usb_hub *hub = hdev_to_hub(hdev); + struct usb_hub *hub = usb_hub_to_struct_hub(hdev); return DEVICE_ACPI_HANDLE(&hub->ports[port1 - 1]->dev); } --- linux-lowlatency-3.8.0.orig/drivers/usb/core/usb.h +++ linux-lowlatency-3.8.0/drivers/usb/core/usb.h @@ -1,6 +1,7 @@ #include #include +struct usb_hub_descriptor; struct dev_state; /* Functions local to drivers/usb/core/ */ @@ -38,6 +39,15 @@ extern int usb_set_configuration(struct usb_device *dev, int configuration); extern int usb_choose_configuration(struct usb_device *udev); +static inline unsigned usb_get_max_power(struct usb_device *udev, + struct usb_host_config *c) +{ + /* SuperSpeed power is in 8 mA units; others are in 2 mA units */ + unsigned mul = (udev->speed == USB_SPEED_SUPER ? 8 : 2); + + return c->desc.bMaxPower * mul; +} + extern void usb_kick_khubd(struct usb_device *dev); extern int usb_match_one_id_intf(struct usb_device *dev, struct usb_host_interface *intf, @@ -173,6 +183,8 @@ usb_get_hub_port_connect_type(struct usb_device *hdev, int port1); extern void usb_set_hub_port_connect_type(struct usb_device *hdev, int port1, enum usb_port_connect_type type); +extern void usb_hub_adjust_deviceremovable(struct usb_device *hdev, + struct usb_hub_descriptor *desc); #ifdef CONFIG_ACPI extern int usb_acpi_register(void); --- linux-lowlatency-3.8.0.orig/drivers/usb/core/Makefile +++ linux-lowlatency-3.8.0/drivers/usb/core/Makefile @@ -7,6 +7,7 @@ usbcore-y := usb.o hub.o hcd.o urb.o message.o driver.o usbcore-y += config.o file.o buffer.o sysfs.o endpoint.o usbcore-y += devio.o notify.o generic.o quirks.o devices.o +usbcore-y += port.o usbcore-$(CONFIG_PCI) += hcd-pci.o usbcore-$(CONFIG_ACPI) += usb-acpi.o --- linux-lowlatency-3.8.0.orig/drivers/usb/core/port.c +++ linux-lowlatency-3.8.0/drivers/usb/core/port.c @@ -0,0 +1,202 @@ +/* + * usb port device code + * + * Copyright (C) 2012 Intel Corp + * + * Author: Lan Tianyu + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + */ + +#include +#include + +#include "hub.h" + +static const struct attribute_group *port_dev_group[]; + +static ssize_t show_port_connect_type(struct device *dev, + struct device_attribute *attr, char *buf) +{ + struct usb_port *port_dev = to_usb_port(dev); + char *result; + + switch (port_dev->connect_type) { + case USB_PORT_CONNECT_TYPE_HOT_PLUG: + result = "hotplug"; + break; + case USB_PORT_CONNECT_TYPE_HARD_WIRED: + result = "hardwired"; + break; + case USB_PORT_NOT_USED: + result = "not used"; + break; + default: + result = "unknown"; + break; + } + + return sprintf(buf, "%s\n", result); +} +static DEVICE_ATTR(connect_type, S_IRUGO, show_port_connect_type, + NULL); + +static struct attribute *port_dev_attrs[] = { + &dev_attr_connect_type.attr, + NULL, +}; + +static struct attribute_group port_dev_attr_grp = { + .attrs = port_dev_attrs, +}; + +static const struct attribute_group *port_dev_group[] = { + &port_dev_attr_grp, + NULL, +}; + +static void usb_port_device_release(struct device *dev) +{ + struct usb_port *port_dev = to_usb_port(dev); + + dev_pm_qos_hide_flags(dev); + kfree(port_dev); +} + +#ifdef CONFIG_USB_SUSPEND +static int usb_port_runtime_resume(struct device *dev) +{ + struct usb_port *port_dev = to_usb_port(dev); + struct usb_device *hdev = to_usb_device(dev->parent->parent); + struct usb_interface *intf = to_usb_interface(dev->parent); + struct usb_hub *hub = usb_hub_to_struct_hub(hdev); + int port1 = port_dev->portnum; + int retval; + + if (!hub) + return -EINVAL; + + usb_autopm_get_interface(intf); + set_bit(port1, hub->busy_bits); + + retval = usb_hub_set_port_power(hdev, port1, true); + if (port_dev->child && !retval) { + /* + * Wait for usb hub port to be reconnected in order to make + * the resume procedure successful. + */ + retval = hub_port_debounce_be_connected(hub, port1); + if (retval < 0) { + dev_dbg(&port_dev->dev, "can't get reconnection after setting port power on, status %d\n", + retval); + goto out; + } + usb_clear_port_feature(hdev, port1, USB_PORT_FEAT_C_ENABLE); + + /* Set return value to 0 if debounce successful */ + retval = 0; + } + +out: + clear_bit(port1, hub->busy_bits); + usb_autopm_put_interface(intf); + return retval; +} + +static int usb_port_runtime_suspend(struct device *dev) +{ + struct usb_port *port_dev = to_usb_port(dev); + struct usb_device *hdev = to_usb_device(dev->parent->parent); + struct usb_interface *intf = to_usb_interface(dev->parent); + struct usb_hub *hub = usb_hub_to_struct_hub(hdev); + int port1 = port_dev->portnum; + int retval; + + if (!hub) + return -EINVAL; + + if (dev_pm_qos_flags(&port_dev->dev, PM_QOS_FLAG_NO_POWER_OFF) + == PM_QOS_FLAGS_ALL) + return -EAGAIN; + + usb_autopm_get_interface(intf); + set_bit(port1, hub->busy_bits); + retval = usb_hub_set_port_power(hdev, port1, false); + usb_clear_port_feature(hdev, port1, USB_PORT_FEAT_C_CONNECTION); + usb_clear_port_feature(hdev, port1, USB_PORT_FEAT_C_ENABLE); + clear_bit(port1, hub->busy_bits); + usb_autopm_put_interface(intf); + return retval; +} +#endif + +static const struct dev_pm_ops usb_port_pm_ops = { +#ifdef CONFIG_USB_SUSPEND + .runtime_suspend = usb_port_runtime_suspend, + .runtime_resume = usb_port_runtime_resume, + .runtime_idle = pm_generic_runtime_idle, +#endif +}; + +struct device_type usb_port_device_type = { + .name = "usb_port", + .release = usb_port_device_release, + .pm = &usb_port_pm_ops, +}; + +int usb_hub_create_port_device(struct usb_hub *hub, int port1) +{ + struct usb_port *port_dev = NULL; + int retval; + + port_dev = kzalloc(sizeof(*port_dev), GFP_KERNEL); + if (!port_dev) { + retval = -ENOMEM; + goto exit; + } + + hub->ports[port1 - 1] = port_dev; + port_dev->portnum = port1; + port_dev->power_is_on = true; + port_dev->dev.parent = hub->intfdev; + port_dev->dev.groups = port_dev_group; + port_dev->dev.type = &usb_port_device_type; + dev_set_name(&port_dev->dev, "port%d", port1); + + retval = device_register(&port_dev->dev); + if (retval) + goto error_register; + + pm_runtime_set_active(&port_dev->dev); + + /* It would be dangerous if user space couldn't + * prevent usb device from being powered off. So don't + * enable port runtime pm if failed to expose port's pm qos. + */ + if (!dev_pm_qos_expose_flags(&port_dev->dev, + PM_QOS_FLAG_NO_POWER_OFF)) + pm_runtime_enable(&port_dev->dev); + + device_enable_async_suspend(&port_dev->dev); + return 0; + +error_register: + put_device(&port_dev->dev); +exit: + return retval; +} + +void usb_hub_remove_port_device(struct usb_hub *hub, + int port1) +{ + device_unregister(&hub->ports[port1 - 1]->dev); +} + --- linux-lowlatency-3.8.0.orig/drivers/usb/core/hcd.c +++ linux-lowlatency-3.8.0/drivers/usb/core/hcd.c @@ -620,6 +620,10 @@ status = hcd->driver->hub_control (hcd, typeReq, wValue, wIndex, tbuf, wLength); + + if (typeReq == GetHubDescriptor) + usb_hub_adjust_deviceremovable(hcd->self.root_hub, + (struct usb_hub_descriptor *)tbuf); break; error: /* "protocol stall" on error */ @@ -2550,7 +2554,6 @@ } /* starting here, usbcore will pay attention to this root hub */ - rhdev->bus_mA = min(500u, hcd->power_budget); if ((retval = register_root_hub(hcd)) != 0) goto err_register_root_hub; --- linux-lowlatency-3.8.0.orig/drivers/usb/core/generic.c +++ linux-lowlatency-3.8.0/drivers/usb/core/generic.c @@ -100,7 +100,7 @@ */ /* Rule out configs that draw too much bus current */ - if (c->desc.bMaxPower * 2 > udev->bus_mA) { + if (usb_get_max_power(udev, c) > udev->bus_mA) { insufficient_power++; continue; } --- linux-lowlatency-3.8.0.orig/drivers/usb/class/cdc-wdm.c +++ linux-lowlatency-3.8.0/drivers/usb/class/cdc-wdm.c @@ -56,6 +56,7 @@ #define WDM_RESPONDING 7 #define WDM_SUSPENDING 8 #define WDM_RESETTING 9 +#define WDM_OVERFLOW 10 #define WDM_MAX 16 @@ -155,6 +156,7 @@ { struct wdm_device *desc = urb->context; int status = urb->status; + int length = urb->actual_length; spin_lock(&desc->iuspin); clear_bit(WDM_RESPONDING, &desc->flags); @@ -185,9 +187,17 @@ } desc->rerr = status; - desc->reslength = urb->actual_length; - memmove(desc->ubuf + desc->length, desc->inbuf, desc->reslength); - desc->length += desc->reslength; + if (length + desc->length > desc->wMaxCommand) { + /* The buffer would overflow */ + set_bit(WDM_OVERFLOW, &desc->flags); + } else { + /* we may already be in overflow */ + if (!test_bit(WDM_OVERFLOW, &desc->flags)) { + memmove(desc->ubuf + desc->length, desc->inbuf, length); + desc->length += length; + desc->reslength = length; + } + } skip_error: wake_up(&desc->wait); @@ -435,6 +445,11 @@ rv = -ENODEV; goto err; } + if (test_bit(WDM_OVERFLOW, &desc->flags)) { + clear_bit(WDM_OVERFLOW, &desc->flags); + rv = -ENOBUFS; + goto err; + } i++; if (file->f_flags & O_NONBLOCK) { if (!test_bit(WDM_READ, &desc->flags)) { @@ -478,6 +493,7 @@ spin_unlock_irq(&desc->iuspin); goto retry; } + if (!desc->reslength) { /* zero length read */ dev_dbg(&desc->intf->dev, "%s: zero length - clearing WDM_READ\n", __func__); clear_bit(WDM_READ, &desc->flags); @@ -1004,6 +1020,7 @@ struct wdm_device *desc = wdm_find_device(intf); int rv; + clear_bit(WDM_OVERFLOW, &desc->flags); clear_bit(WDM_RESETTING, &desc->flags); rv = recover_from_urb_loss(desc); mutex_unlock(&desc->wlock); --- linux-lowlatency-3.8.0.orig/drivers/usb/class/cdc-acm.c +++ linux-lowlatency-3.8.0/drivers/usb/class/cdc-acm.c @@ -600,7 +600,6 @@ dev_dbg(&acm->control->dev, "%s\n", __func__); - tty_unregister_device(acm_tty_driver, acm->minor); acm_release_minor(acm); usb_put_intf(acm->control); kfree(acm->country_codes); @@ -1418,6 +1417,8 @@ stop_data_traffic(acm); + tty_unregister_device(acm_tty_driver, acm->minor); + usb_free_urb(acm->ctrlurb); for (i = 0; i < ACM_NW; i++) usb_free_urb(acm->wb[i].urb); --- linux-lowlatency-3.8.0.orig/drivers/usb/misc/appledisplay.c +++ linux-lowlatency-3.8.0/drivers/usb/misc/appledisplay.c @@ -63,6 +63,7 @@ { APPLEDISPLAY_DEVICE(0x9219) }, { APPLEDISPLAY_DEVICE(0x921c) }, { APPLEDISPLAY_DEVICE(0x921d) }, + { APPLEDISPLAY_DEVICE(0x9236) }, /* Terminating entry */ { } --- linux-lowlatency-3.8.0.orig/drivers/usb/atm/cxacru.c +++ linux-lowlatency-3.8.0/drivers/usb/atm/cxacru.c @@ -686,7 +686,8 @@ { int ret, len; __le32 *buf; - int offb, offd; + int offb; + unsigned int offd; const int stride = CMD_PACKET_SIZE / (4 * 2) - 1; int buflen = ((size - 1) / stride + 1 + size * 2) * 4; --- linux-lowlatency-3.8.0.orig/drivers/usb/musb/am35x.c +++ linux-lowlatency-3.8.0/drivers/usb/musb/am35x.c @@ -365,7 +365,7 @@ usb_nop_xceiv_register(); musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); if (IS_ERR_OR_NULL(musb->xceiv)) - return -ENODEV; + return -EPROBE_DEFER; setup_timer(&otg_workaround, otg_timer, (unsigned long) musb); --- linux-lowlatency-3.8.0.orig/drivers/usb/musb/davinci.c +++ linux-lowlatency-3.8.0/drivers/usb/musb/davinci.c @@ -380,11 +380,14 @@ { void __iomem *tibase = musb->ctrl_base; u32 revision; + int ret = -ENODEV; usb_nop_xceiv_register(); musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); - if (IS_ERR_OR_NULL(musb->xceiv)) + if (IS_ERR_OR_NULL(musb->xceiv)) { + ret = -EPROBE_DEFER; goto unregister; + } musb->mregs += DAVINCI_BASE_OFFSET; @@ -438,7 +441,7 @@ usb_put_phy(musb->xceiv); unregister: usb_nop_xceiv_unregister(); - return -ENODEV; + return ret; } static int davinci_musb_exit(struct musb *musb) --- linux-lowlatency-3.8.0.orig/drivers/usb/musb/da8xx.c +++ linux-lowlatency-3.8.0/drivers/usb/musb/da8xx.c @@ -327,7 +327,7 @@ u8 devctl = musb_readb(mregs, MUSB_DEVCTL); int err; - err = musb->int_usb & USB_INTR_VBUSERROR; + err = musb->int_usb & MUSB_INTR_VBUSERROR; if (err) { /* * The Mentor core doesn't debounce VBUS as needed @@ -410,6 +410,7 @@ { void __iomem *reg_base = musb->ctrl_base; u32 rev; + int ret = -ENODEV; musb->mregs += DA8XX_MENTOR_CORE_OFFSET; @@ -420,8 +421,10 @@ usb_nop_xceiv_register(); musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); - if (IS_ERR_OR_NULL(musb->xceiv)) + if (IS_ERR_OR_NULL(musb->xceiv)) { + ret = -EPROBE_DEFER; goto fail; + } setup_timer(&otg_workaround, otg_timer, (unsigned long)musb); @@ -441,7 +444,7 @@ musb->isr = da8xx_musb_interrupt; return 0; fail: - return -ENODEV; + return ret; } static int da8xx_musb_exit(struct musb *musb) --- linux-lowlatency-3.8.0.orig/drivers/usb/musb/blackfin.c +++ linux-lowlatency-3.8.0/drivers/usb/musb/blackfin.c @@ -406,7 +406,7 @@ musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); if (IS_ERR_OR_NULL(musb->xceiv)) { gpio_free(musb->config->gpio_vrsel); - return -ENODEV; + return -EPROBE_DEFER; } bfin_musb_reg_init(musb); --- linux-lowlatency-3.8.0.orig/drivers/usb/musb/omap2430.c +++ linux-lowlatency-3.8.0/drivers/usb/musb/omap2430.c @@ -369,7 +369,7 @@ musb->xceiv = devm_usb_get_phy(dev, USB_PHY_TYPE_USB2); if (IS_ERR_OR_NULL(musb->xceiv)) { pr_err("HS USB OTG: no transceiver configured\n"); - return -ENODEV; + return -EPROBE_DEFER; } musb->isr = omap2430_musb_interrupt; --- linux-lowlatency-3.8.0.orig/drivers/usb/musb/musb_core.c +++ linux-lowlatency-3.8.0/drivers/usb/musb/musb_core.c @@ -1993,6 +1993,7 @@ musb_platform_exit(musb); fail1: + pm_runtime_disable(musb->controller); dev_err(musb->controller, "musb_init_controller failed with status %d\n", status); --- linux-lowlatency-3.8.0.orig/drivers/usb/musb/tusb6010.c +++ linux-lowlatency-3.8.0/drivers/usb/musb/tusb6010.c @@ -1069,7 +1069,7 @@ usb_nop_xceiv_register(); musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); if (IS_ERR_OR_NULL(musb->xceiv)) - return -ENODEV; + return -EPROBE_DEFER; pdev = to_platform_device(musb->controller); --- linux-lowlatency-3.8.0.orig/drivers/usb/musb/ux500.c +++ linux-lowlatency-3.8.0/drivers/usb/musb/ux500.c @@ -61,7 +61,7 @@ musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); if (IS_ERR_OR_NULL(musb->xceiv)) { pr_err("HS USB OTG: no transceiver configured\n"); - return -ENODEV; + return -EPROBE_DEFER; } musb->isr = ux500_musb_interrupt; @@ -108,7 +108,7 @@ goto err3; } - ret = clk_enable(clk); + ret = clk_prepare_enable(clk); if (ret) { dev_err(&pdev->dev, "failed to enable clock\n"); goto err4; @@ -148,7 +148,7 @@ return 0; err5: - clk_disable(clk); + clk_disable_unprepare(clk); err4: clk_put(clk); @@ -168,7 +168,7 @@ struct ux500_glue *glue = platform_get_drvdata(pdev); platform_device_unregister(glue->musb); - clk_disable(glue->clk); + clk_disable_unprepare(glue->clk); clk_put(glue->clk); kfree(glue); @@ -182,7 +182,7 @@ struct musb *musb = glue_to_musb(glue); usb_phy_set_suspend(musb->xceiv, 1); - clk_disable(glue->clk); + clk_disable_unprepare(glue->clk); return 0; } @@ -193,7 +193,7 @@ struct musb *musb = glue_to_musb(glue); int ret; - ret = clk_enable(glue->clk); + ret = clk_prepare_enable(glue->clk); if (ret) { dev_err(dev, "failed to enable clock\n"); return ret; --- linux-lowlatency-3.8.0.orig/drivers/usb/musb/musb_dsps.c +++ linux-lowlatency-3.8.0/drivers/usb/musb/musb_dsps.c @@ -419,7 +419,7 @@ usb_nop_xceiv_register(); musb->xceiv = usb_get_phy(USB_PHY_TYPE_USB2); if (IS_ERR_OR_NULL(musb->xceiv)) - return -ENODEV; + return -EPROBE_DEFER; /* Returns zero if e.g. not clocked */ rev = dsps_readl(reg_base, wrp->revision); --- linux-lowlatency-3.8.0.orig/drivers/scsi/storvsc_drv.c +++ linux-lowlatency-3.8.0/drivers/scsi/storvsc_drv.c @@ -467,6 +467,7 @@ if (!bounce_sgl) return NULL; + sg_init_table(bounce_sgl, num_pages); for (i = 0; i < num_pages; i++) { page_buf = alloc_page(GFP_ATOMIC); if (!page_buf) @@ -1155,6 +1156,8 @@ blk_queue_bounce_limit(sdevice->request_queue, BLK_BOUNCE_ANY); + sdevice->no_write_same = 1; + return 0; } @@ -1237,6 +1240,8 @@ u8 scsi_op = scmnd->cmnd[0]; switch (scsi_op) { + /* the host does not handle WRITE_SAME, log accident usage */ + case WRITE_SAME: /* * smartd sends this command and the host does not handle * this. So, don't send it. --- linux-lowlatency-3.8.0.orig/drivers/scsi/sd.h +++ linux-lowlatency-3.8.0/drivers/scsi/sd.h @@ -73,6 +73,7 @@ u8 protection_type;/* Data Integrity Field */ u8 provisioning_mode; unsigned ATO : 1; /* state of disk ATO bit */ + unsigned cache_override : 1; /* temp override of WCE,RCD */ unsigned WCE : 1; /* state of disk WCE bit */ unsigned RCD : 1; /* state of disk RCD bit, unused */ unsigned DPOFUA : 1; /* state of disk DPOFUA bit */ --- linux-lowlatency-3.8.0.orig/drivers/scsi/sd.c +++ linux-lowlatency-3.8.0/drivers/scsi/sd.c @@ -142,6 +142,7 @@ char *buffer_data; struct scsi_mode_data data; struct scsi_sense_hdr sshdr; + const char *temp = "temporary "; int len; if (sdp->type != TYPE_DISK) @@ -150,6 +151,13 @@ * it's not worth the risk */ return -EINVAL; + if (strncmp(buf, temp, sizeof(temp) - 1) == 0) { + buf += sizeof(temp) - 1; + sdkp->cache_override = 1; + } else { + sdkp->cache_override = 0; + } + for (i = 0; i < ARRAY_SIZE(sd_cache_types); i++) { len = strlen(sd_cache_types[i]); if (strncmp(sd_cache_types[i], buf, len) == 0 && @@ -162,6 +170,13 @@ return -EINVAL; rcd = ct & 0x01 ? 1 : 0; wce = ct & 0x02 ? 1 : 0; + + if (sdkp->cache_override) { + sdkp->WCE = wce; + sdkp->RCD = rcd; + return count; + } + if (scsi_mode_sense(sdp, 0x08, 8, buffer, sizeof(buffer), SD_TIMEOUT, SD_MAX_RETRIES, &data, NULL)) return -EINVAL; @@ -2319,6 +2334,10 @@ int old_rcd = sdkp->RCD; int old_dpofua = sdkp->DPOFUA; + + if (sdkp->cache_override) + return; + first_len = 4; if (sdp->skip_ms_page_8) { if (sdp->type == TYPE_RBC) @@ -2812,6 +2831,7 @@ sdkp->capacity = 0; sdkp->media_present = 1; sdkp->write_prot = 0; + sdkp->cache_override = 0; sdkp->WCE = 0; sdkp->RCD = 0; sdkp->ATO = 0; --- linux-lowlatency-3.8.0.orig/drivers/scsi/dc395x.c +++ linux-lowlatency-3.8.0/drivers/scsi/dc395x.c @@ -3747,13 +3747,13 @@ dcb->max_command = 1; dcb->target_id = target; dcb->target_lun = lun; + dcb->dev_mode = eeprom->target[target].cfg0; #ifndef DC395x_NO_DISCONNECT dcb->identify_msg = IDENTIFY(dcb->dev_mode & NTC_DO_DISCONNECT, lun); #else dcb->identify_msg = IDENTIFY(0, lun); #endif - dcb->dev_mode = eeprom->target[target].cfg0; dcb->inquiry7 = 0; dcb->sync_mode = 0; dcb->min_nego_period = clock_period[period_index]; --- linux-lowlatency-3.8.0.orig/drivers/scsi/scsi_lib.c +++ linux-lowlatency-3.8.0/drivers/scsi/scsi_lib.c @@ -2617,3 +2617,17 @@ kunmap_atomic(virt); } EXPORT_SYMBOL(scsi_kunmap_atomic_sg); + +void sdev_disable_disk_events(struct scsi_device *sdev) +{ + atomic_inc(&sdev->disk_events_disable_depth); +} +EXPORT_SYMBOL(sdev_disable_disk_events); + +void sdev_enable_disk_events(struct scsi_device *sdev) +{ + if (WARN_ON_ONCE(atomic_read(&sdev->disk_events_disable_depth) <= 0)) + return; + atomic_dec(&sdev->disk_events_disable_depth); +} +EXPORT_SYMBOL(sdev_enable_disk_events); --- linux-lowlatency-3.8.0.orig/drivers/scsi/sr.c +++ linux-lowlatency-3.8.0/drivers/scsi/sr.c @@ -45,6 +45,7 @@ #include #include #include +#include #include #include @@ -79,6 +80,11 @@ static int sr_probe(struct device *); static int sr_remove(struct device *); static int sr_done(struct scsi_cmnd *); +static int sr_runtime_suspend(struct device *dev); + +static struct dev_pm_ops sr_pm_ops = { + .runtime_suspend = sr_runtime_suspend, +}; static struct scsi_driver sr_template = { .owner = THIS_MODULE, @@ -86,6 +92,7 @@ .name = "sr", .probe = sr_probe, .remove = sr_remove, + .pm = &sr_pm_ops, }, .done = sr_done, }; @@ -131,6 +138,16 @@ return container_of(disk->private_data, struct scsi_cd, driver); } +static int sr_runtime_suspend(struct device *dev) +{ + struct scsi_cd *cd = dev_get_drvdata(dev); + + if (cd->media_present) + return -EBUSY; + else + return 0; +} + /* * The get and put routines for the struct scsi_cd. Note this entity * has a scsi_device pointer and owns a reference to this. @@ -146,7 +163,8 @@ kref_get(&cd->kref); if (scsi_device_get(cd->device)) goto out_put; - goto out; + if (!scsi_autopm_get_device(cd->device)) + goto out; out_put: kref_put(&cd->kref, sr_kref_release); @@ -162,6 +180,7 @@ mutex_lock(&sr_ref_mutex); kref_put(&cd->kref, sr_kref_release); + scsi_autopm_put_device(sdev); scsi_device_put(sdev); mutex_unlock(&sr_ref_mutex); } @@ -540,6 +559,8 @@ void __user *argp = (void __user *)arg; int ret; + scsi_autopm_get_device(cd->device); + mutex_lock(&sr_mutex); /* @@ -571,6 +592,7 @@ out: mutex_unlock(&sr_mutex); + scsi_autopm_put_device(cd->device); return ret; } @@ -578,7 +600,17 @@ unsigned int clearing) { struct scsi_cd *cd = scsi_cd(disk); - return cdrom_check_events(&cd->cdi, clearing); + unsigned int ret; + + if (atomic_read(&cd->device->disk_events_disable_depth) == 0) { + scsi_autopm_get_device(cd->device); + ret = cdrom_check_events(&cd->cdi, clearing); + scsi_autopm_put_device(cd->device); + } else { + ret = 0; + } + + return ret; } static int sr_block_revalidate_disk(struct gendisk *disk) @@ -586,12 +618,16 @@ struct scsi_cd *cd = scsi_cd(disk); struct scsi_sense_hdr sshdr; + scsi_autopm_get_device(cd->device); + /* if the unit is not ready, nothing more to do */ if (scsi_test_unit_ready(cd->device, SR_TIMEOUT, MAX_RETRIES, &sshdr)) - return 0; + goto out; sr_cd_check(&cd->cdi); get_sectorsize(cd); +out: + scsi_autopm_put_device(cd->device); return 0; } @@ -718,6 +754,8 @@ sdev_printk(KERN_DEBUG, sdev, "Attached scsi CD-ROM %s\n", cd->cdi.name); + scsi_autopm_put_device(cd->device); + return 0; fail_put: @@ -965,6 +1003,8 @@ { struct scsi_cd *cd = dev_get_drvdata(dev); + scsi_autopm_get_device(cd->device); + blk_queue_prep_rq(cd->device->request_queue, scsi_prep_fn); del_gendisk(cd->disk); --- linux-lowlatency-3.8.0.orig/drivers/scsi/libsas/sas_expander.c +++ linux-lowlatency-3.8.0/drivers/scsi/libsas/sas_expander.c @@ -235,6 +235,17 @@ linkrate = phy->linkrate; memcpy(sas_addr, phy->attached_sas_addr, SAS_ADDR_SIZE); + /* Handle vacant phy - rest of dr data is not valid so skip it */ + if (phy->phy_state == PHY_VACANT) { + memset(phy->attached_sas_addr, 0, SAS_ADDR_SIZE); + phy->attached_dev_type = NO_DEVICE; + if (!test_bit(SAS_HA_ATA_EH_ACTIVE, &ha->state)) { + phy->phy_id = phy_id; + goto skip; + } else + goto out; + } + phy->attached_dev_type = to_dev_type(dr); if (test_bit(SAS_HA_ATA_EH_ACTIVE, &ha->state)) goto out; @@ -272,6 +283,7 @@ phy->phy->maximum_linkrate = dr->pmax_linkrate; phy->phy->negotiated_linkrate = phy->linkrate; + skip: if (new_phy) if (sas_phy_add(phy->phy)) { sas_phy_free(phy->phy); --- linux-lowlatency-3.8.0.orig/drivers/watchdog/Kconfig +++ linux-lowlatency-3.8.0/drivers/watchdog/Kconfig @@ -79,6 +79,7 @@ config DA9055_WATCHDOG tristate "Dialog Semiconductor DA9055 Watchdog" depends on MFD_DA9055 + select WATCHDOG_CORE help If you say yes here you get support for watchdog on the Dialog Semiconductor DA9055 PMIC. --- linux-lowlatency-3.8.0.orig/drivers/watchdog/watchdog_dev.c +++ linux-lowlatency-3.8.0/drivers/watchdog/watchdog_dev.c @@ -524,6 +524,7 @@ int err, devno; if (watchdog->id == 0) { + old_wdd = watchdog; watchdog_miscdev.parent = watchdog->parent; err = misc_register(&watchdog_miscdev); if (err != 0) { @@ -532,9 +533,9 @@ if (err == -EBUSY) pr_err("%s: a legacy watchdog module is probably present.\n", watchdog->info->identity); + old_wdd = NULL; return err; } - old_wdd = watchdog; } /* Fill in the data structures */ --- linux-lowlatency-3.8.0.orig/drivers/watchdog/sp5100_tco.c +++ linux-lowlatency-3.8.0/drivers/watchdog/sp5100_tco.c @@ -40,13 +40,12 @@ #include "sp5100_tco.h" /* Module and version information */ -#define TCO_VERSION "0.03" +#define TCO_VERSION "0.05" #define TCO_MODULE_NAME "SP5100 TCO timer" #define TCO_DRIVER_NAME TCO_MODULE_NAME ", v" TCO_VERSION /* internal variables */ static u32 tcobase_phys; -static u32 resbase_phys; static u32 tco_wdt_fired; static void __iomem *tcobase; static unsigned int pm_iobase; @@ -54,10 +53,6 @@ static unsigned long timer_alive; static char tco_expect_close; static struct pci_dev *sp5100_tco_pci; -static struct resource wdt_res = { - .name = "Watchdog Timer", - .flags = IORESOURCE_MEM, -}; /* the watchdog platform device */ static struct platform_device *sp5100_tco_platform_device; @@ -75,12 +70,6 @@ MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started." " (default=" __MODULE_STRING(WATCHDOG_NOWAYOUT) ")"); -static unsigned int force_addr; -module_param(force_addr, uint, 0); -MODULE_PARM_DESC(force_addr, "Force the use of specified MMIO address." - " ONLY USE THIS PARAMETER IF YOU REALLY KNOW" - " WHAT YOU ARE DOING (default=none)"); - /* * Some TCO specific functions */ @@ -176,39 +165,6 @@ } } -static void tco_timer_disable(void) -{ - int val; - - if (sp5100_tco_pci->revision >= 0x40) { - /* For SB800 or later */ - /* Enable watchdog decode bit and Disable watchdog timer */ - outb(SB800_PM_WATCHDOG_CONTROL, SB800_IO_PM_INDEX_REG); - val = inb(SB800_IO_PM_DATA_REG); - val |= SB800_PCI_WATCHDOG_DECODE_EN; - val |= SB800_PM_WATCHDOG_DISABLE; - outb(val, SB800_IO_PM_DATA_REG); - } else { - /* For SP5100 or SB7x0 */ - /* Enable watchdog decode bit */ - pci_read_config_dword(sp5100_tco_pci, - SP5100_PCI_WATCHDOG_MISC_REG, - &val); - - val |= SP5100_PCI_WATCHDOG_DECODE_EN; - - pci_write_config_dword(sp5100_tco_pci, - SP5100_PCI_WATCHDOG_MISC_REG, - val); - - /* Disable Watchdog timer */ - outb(SP5100_PM_WATCHDOG_CONTROL, SP5100_IO_PM_INDEX_REG); - val = inb(SP5100_IO_PM_DATA_REG); - val |= SP5100_PM_WATCHDOG_DISABLE; - outb(val, SP5100_IO_PM_DATA_REG); - } -} - /* * /dev/watchdog handling */ @@ -459,74 +415,8 @@ } else pr_debug("SBResource_MMIO is disabled(0x%04x)\n", val); - /* - * Lastly re-programming the watchdog timer MMIO address, - * This method is a last resort... - * - * Before re-programming, to ensure that the watchdog timer - * is disabled, disable the watchdog timer. - */ - tco_timer_disable(); - - if (force_addr) { - /* - * Force the use of watchdog timer MMIO address, and aligned to - * 8byte boundary. - */ - force_addr &= ~0x7; - val = force_addr; - - pr_info("Force the use of 0x%04x as MMIO address\n", val); - } else { - /* - * Get empty slot into the resource tree for watchdog timer. - */ - if (allocate_resource(&iomem_resource, - &wdt_res, - SP5100_WDT_MEM_MAP_SIZE, - 0xf0000000, - 0xfffffff8, - 0x8, - NULL, - NULL)) { - pr_err("MMIO allocation failed\n"); - goto unreg_region; - } - - val = resbase_phys = wdt_res.start; - pr_debug("Got 0x%04x from resource tree\n", val); - } - - /* Restore to the low three bits, if chipset is SB8x0(or later) */ - if (sp5100_tco_pci->revision >= 0x40) { - u8 reserved_bit; - reserved_bit = inb(base_addr) & 0x7; - val |= (u32)reserved_bit; - } - - /* Re-programming the watchdog timer base address */ - outb(base_addr+0, index_reg); - /* Low three bits of BASE are reserved */ - outb((val >> 0) & 0xf8, data_reg); - outb(base_addr+1, index_reg); - outb((val >> 8) & 0xff, data_reg); - outb(base_addr+2, index_reg); - outb((val >> 16) & 0xff, data_reg); - outb(base_addr+3, index_reg); - outb((val >> 24) & 0xff, data_reg); - - /* - * Clear unnecessary the low three bits, - * if chipset is SB8x0(or later) - */ - if (sp5100_tco_pci->revision >= 0x40) - val &= ~0x7; - - if (!request_mem_region_exclusive(val, SP5100_WDT_MEM_MAP_SIZE, - dev_name)) { - pr_err("MMIO address 0x%04x already in use\n", val); - goto unreg_resource; - } + pr_notice("failed to find MMIO address, giving up.\n"); + goto unreg_region; setup_wdt: tcobase_phys = val; @@ -566,9 +456,6 @@ unreg_mem_region: release_mem_region(tcobase_phys, SP5100_WDT_MEM_MAP_SIZE); -unreg_resource: - if (resbase_phys) - release_resource(&wdt_res); unreg_region: release_region(pm_iobase, SP5100_PM_IOPORTS_SIZE); exit: @@ -578,7 +465,6 @@ static int sp5100_tco_init(struct platform_device *dev) { int ret; - char addr_str[16]; /* * Check whether or not the hardware watchdog is there. If found, then @@ -610,23 +496,14 @@ clear_bit(0, &timer_alive); /* Show module parameters */ - if (force_addr == tcobase_phys) - /* The force_addr is vaild */ - sprintf(addr_str, "0x%04x", force_addr); - else - strcpy(addr_str, "none"); - - pr_info("initialized (0x%p). heartbeat=%d sec (nowayout=%d, " - "force_addr=%s)\n", - tcobase, heartbeat, nowayout, addr_str); + pr_info("initialized (0x%p). heartbeat=%d sec (nowayout=%d)\n", + tcobase, heartbeat, nowayout); return 0; exit: iounmap(tcobase); release_mem_region(tcobase_phys, SP5100_WDT_MEM_MAP_SIZE); - if (resbase_phys) - release_resource(&wdt_res); release_region(pm_iobase, SP5100_PM_IOPORTS_SIZE); return ret; } @@ -641,8 +518,6 @@ misc_deregister(&sp5100_tco_miscdev); iounmap(tcobase); release_mem_region(tcobase_phys, SP5100_WDT_MEM_MAP_SIZE); - if (resbase_phys) - release_resource(&wdt_res); release_region(pm_iobase, SP5100_PM_IOPORTS_SIZE); } --- linux-lowlatency-3.8.0.orig/drivers/watchdog/sp5100_tco.h +++ linux-lowlatency-3.8.0/drivers/watchdog/sp5100_tco.h @@ -57,7 +57,7 @@ #define SB800_PM_WATCHDOG_DISABLE (1 << 2) #define SB800_PM_WATCHDOG_SECOND_RES (3 << 0) #define SB800_ACPI_MMIO_DECODE_EN (1 << 0) -#define SB800_ACPI_MMIO_SEL (1 << 2) +#define SB800_ACPI_MMIO_SEL (1 << 1) #define SB800_PM_WDT_MMIO_OFFSET 0xB00 --- linux-lowlatency-3.8.0.orig/drivers/ata/ahci_platform.c +++ linux-lowlatency-3.8.0/drivers/ata/ahci_platform.c @@ -23,6 +23,9 @@ #include #include #include +#include +#include +#include #include "ahci.h" static void ahci_host_stop(struct ata_host *host); @@ -30,6 +33,7 @@ enum ahci_type { AHCI, /* standard platform ahci */ IMX53_AHCI, /* ahci on i.mx53 */ + IMX6Q_AHCI, /* ahci on i.mx6q */ STRICT_AHCI, /* delayed DMA engine start */ }; @@ -41,6 +45,10 @@ .name = "imx53-ahci", .driver_data = IMX53_AHCI, }, { + }, { + .name = "imx6q-ahci", + .driver_data = IMX53_AHCI, + }, { .name = "strict-ahci", .driver_data = STRICT_AHCI, }, { @@ -86,12 +94,23 @@ AHCI_SHT("ahci_platform"), }; +static const struct of_device_id ahci_of_match[] = { + { .compatible = "fsl,imx6q-ahci", .data = &ahci_devtype[IMX6Q_AHCI],}, + { .compatible = "snps,spear-ahci", }, + {}, +}; +MODULE_DEVICE_TABLE(of, ahci_of_match); + static int ahci_probe(struct platform_device *pdev) { struct device *dev = &pdev->dev; struct ahci_platform_data *pdata = dev_get_platdata(dev); + const struct of_device_id *of_id = + of_match_device(ahci_of_match, &pdev->dev); + const struct platform_device_id *id_entry = of_id->data; const struct platform_device_id *id = platform_get_device_id(pdev); - struct ata_port_info pi = ahci_port_info[id ? id->driver_data : 0]; + struct ata_port_info pi = ahci_port_info[id ? id->driver_data : \ + id_entry->driver_data]; const struct ata_port_info *ppi[] = { &pi, NULL }; struct ahci_host_priv *hpriv; struct ata_host *host; @@ -325,12 +344,6 @@ static SIMPLE_DEV_PM_OPS(ahci_pm_ops, ahci_suspend, ahci_resume); -static const struct of_device_id ahci_of_match[] = { - { .compatible = "snps,spear-ahci", }, - {}, -}; -MODULE_DEVICE_TABLE(of, ahci_of_match); - static struct platform_driver ahci_driver = { .probe = ahci_probe, .remove = ata_platform_remove_one, --- linux-lowlatency-3.8.0.orig/drivers/ata/libata.h +++ linux-lowlatency-3.8.0/drivers/ata/libata.h @@ -182,6 +182,9 @@ extern int ata_ering_map(struct ata_ering *ering, int (*map_fn)(struct ata_ering_entry *, void *), void *arg); +extern unsigned int atapi_eh_tur(struct ata_device *dev, u8 *r_sense_key); +extern unsigned int atapi_eh_request_sense(struct ata_device *dev, + u8 *sense_buf, u8 dfl_sense_key); /* libata-pmp.c */ #ifdef CONFIG_SATA_PMP @@ -230,4 +233,28 @@ { } #endif /* CONFIG_ATA_SFF */ +/* libata-zpodd.c */ +#ifdef CONFIG_SATA_ZPODD +void zpodd_init(struct ata_device *dev); +void zpodd_exit(struct ata_device *dev); +static inline bool zpodd_dev_enabled(struct ata_device *dev) +{ + return dev->zpodd != NULL; +} +void zpodd_on_suspend(struct ata_device *dev); +bool zpodd_zpready(struct ata_device *dev); +void zpodd_enable_run_wake(struct ata_device *dev); +void zpodd_disable_run_wake(struct ata_device *dev); +void zpodd_post_poweron(struct ata_device *dev); +#else /* CONFIG_SATA_ZPODD */ +static inline void zpodd_init(struct ata_device *dev) {} +static inline void zpodd_exit(struct ata_device *dev) {} +static inline bool zpodd_dev_enabled(struct ata_device *dev) { return false; } +static inline void zpodd_on_suspend(struct ata_device *dev) {} +static inline bool zpodd_zpready(struct ata_device *dev) { return false; } +static inline void zpodd_enable_run_wake(struct ata_device *dev) {} +static inline void zpodd_disable_run_wake(struct ata_device *dev) {} +static inline void zpodd_post_poweron(struct ata_device *dev) {} +#endif /* CONFIG_SATA_ZPODD */ + #endif /* __LIBATA_H__ */ --- linux-lowlatency-3.8.0.orig/drivers/ata/Kconfig +++ linux-lowlatency-3.8.0/drivers/ata/Kconfig @@ -58,6 +58,19 @@ You can disable this at kernel boot time by using the option libata.noacpi=1 +config SATA_ZPODD + bool "SATA Zero Power ODD Support" + depends on ATA_ACPI + default n + help + This option adds support for SATA ZPODD. It requires both + ODD and the platform support, and if enabled, will automatically + power on/off the ODD when certain condition is satisfied. This + does not impact user's experience of the ODD, only power is saved + when ODD is not in use(i.e. no disc inside). + + If unsure, say N. + config SATA_PMP bool "SATA Port Multiplier support" default y --- linux-lowlatency-3.8.0.orig/drivers/ata/libata-acpi.c +++ linux-lowlatency-3.8.0/drivers/ata/libata-acpi.c @@ -17,6 +17,7 @@ #include #include #include +#include #include #include "libata.h" @@ -60,7 +61,8 @@ if (ap->flags & ATA_FLAG_ACPI_SATA) return NULL; - return acpi_get_child(DEVICE_ACPI_HANDLE(ap->host->dev), ap->port_no); + return ap->scsi_host ? + DEVICE_ACPI_HANDLE(&ap->scsi_host->shost_gendev) : NULL; } EXPORT_SYMBOL(ata_ap_acpi_handle); @@ -239,28 +241,15 @@ } } -/** - * ata_acpi_gtm - execute _GTM - * @ap: target ATA port - * @gtm: out parameter for _GTM result - * - * Evaluate _GTM and store the result in @gtm. - * - * LOCKING: - * EH context. - * - * RETURNS: - * 0 on success, -ENOENT if _GTM doesn't exist, -errno on failure. - */ -int ata_acpi_gtm(struct ata_port *ap, struct ata_acpi_gtm *gtm) +static int __ata_acpi_gtm(struct ata_port *ap, acpi_handle handle, + struct ata_acpi_gtm *gtm) { struct acpi_buffer output = { .length = ACPI_ALLOCATE_BUFFER }; union acpi_object *out_obj; acpi_status status; int rc = 0; - status = acpi_evaluate_object(ata_ap_acpi_handle(ap), "_GTM", NULL, - &output); + status = acpi_evaluate_object(handle, "_GTM", NULL, &output); rc = -ENOENT; if (status == AE_NOT_FOUND) @@ -294,6 +283,27 @@ return rc; } +/** + * ata_acpi_gtm - execute _GTM + * @ap: target ATA port + * @gtm: out parameter for _GTM result + * + * Evaluate _GTM and store the result in @gtm. + * + * LOCKING: + * EH context. + * + * RETURNS: + * 0 on success, -ENOENT if _GTM doesn't exist, -errno on failure. + */ +int ata_acpi_gtm(struct ata_port *ap, struct ata_acpi_gtm *gtm) +{ + if (ata_ap_acpi_handle(ap)) + return __ata_acpi_gtm(ap, ata_ap_acpi_handle(ap), gtm); + else + return -EINVAL; +} + EXPORT_SYMBOL_GPL(ata_acpi_gtm); /** @@ -835,50 +845,95 @@ } } -/** - * ata_acpi_set_state - set the port power state - * @ap: target ATA port - * @state: state, on/off - * - * This function executes the _PS0/_PS3 ACPI method to set the power state. - * ACPI spec requires _PS0 when IDE power on and _PS3 when power off - */ -void ata_acpi_set_state(struct ata_port *ap, pm_message_t state) +static int ata_acpi_choose_suspend_state(struct ata_device *dev, bool runtime) +{ + int d_max_in = ACPI_STATE_D3_COLD; + if (!runtime) + goto out; + + /* + * For ATAPI, runtime D3 cold is only allowed + * for ZPODD in zero power ready state + */ + if (dev->class == ATA_DEV_ATAPI && + !(zpodd_dev_enabled(dev) && zpodd_zpready(dev))) + d_max_in = ACPI_STATE_D3_HOT; + +out: + return acpi_pm_device_sleep_state(&dev->sdev->sdev_gendev, + NULL, d_max_in); +} + +static void sata_acpi_set_state(struct ata_port *ap, pm_message_t state) { + bool runtime = PMSG_IS_AUTO(state); struct ata_device *dev; acpi_handle handle; int acpi_state; - /* channel first and then drives for power on and vica versa - for power off */ - handle = ata_ap_acpi_handle(ap); - if (handle && state.event == PM_EVENT_ON) - acpi_bus_set_power(handle, ACPI_STATE_D0); - ata_for_each_dev(dev, &ap->link, ENABLED) { handle = ata_dev_acpi_handle(dev); if (!handle) continue; - if (state.event != PM_EVENT_ON) { - acpi_state = acpi_pm_device_sleep_state( - &dev->sdev->sdev_gendev, NULL, ACPI_STATE_D3); - if (acpi_state > 0) - acpi_bus_set_power(handle, acpi_state); - /* TBD: need to check if it's runtime pm request */ - acpi_pm_device_run_wake( - &dev->sdev->sdev_gendev, true); + if (!(state.event & PM_EVENT_RESUME)) { + acpi_state = ata_acpi_choose_suspend_state(dev, runtime); + if (acpi_state == ACPI_STATE_D0) + continue; + if (runtime && zpodd_dev_enabled(dev) && + acpi_state == ACPI_STATE_D3_COLD) + zpodd_enable_run_wake(dev); + acpi_bus_set_power(handle, acpi_state); } else { - /* Ditto */ - acpi_pm_device_run_wake( - &dev->sdev->sdev_gendev, false); + if (runtime && zpodd_dev_enabled(dev)) + zpodd_disable_run_wake(dev); acpi_bus_set_power(handle, ACPI_STATE_D0); } } +} + +/* ACPI spec requires _PS0 when IDE power on and _PS3 when power off */ +static void pata_acpi_set_state(struct ata_port *ap, pm_message_t state) +{ + struct ata_device *dev; + acpi_handle port_handle; + + port_handle = ata_ap_acpi_handle(ap); + if (!port_handle) + return; - handle = ata_ap_acpi_handle(ap); - if (handle && state.event != PM_EVENT_ON) - acpi_bus_set_power(handle, ACPI_STATE_D3); + /* channel first and then drives for power on and vica versa + for power off */ + if (state.event & PM_EVENT_RESUME) + acpi_bus_set_power(port_handle, ACPI_STATE_D0); + + ata_for_each_dev(dev, &ap->link, ENABLED) { + acpi_handle dev_handle = ata_dev_acpi_handle(dev); + if (!dev_handle) + continue; + + acpi_bus_set_power(dev_handle, state.event & PM_EVENT_RESUME ? + ACPI_STATE_D0 : ACPI_STATE_D3); + } + + if (!(state.event & PM_EVENT_RESUME)) + acpi_bus_set_power(port_handle, ACPI_STATE_D3); +} + +/** + * ata_acpi_set_state - set the port power state + * @ap: target ATA port + * @state: state, on/off + * + * This function sets a proper ACPI D state for the device on + * system and runtime PM operations. + */ +void ata_acpi_set_state(struct ata_port *ap, pm_message_t state) +{ + if (ap->flags & ATA_FLAG_ACPI_SATA) + sata_acpi_set_state(ap, state); + else + pata_acpi_set_state(ap, state); } /** @@ -974,57 +1029,6 @@ ata_acpi_clear_gtf(dev); } -static void ata_acpi_wake_dev(acpi_handle handle, u32 event, void *context) -{ - struct ata_device *ata_dev = context; - - if (event == ACPI_NOTIFY_DEVICE_WAKE && ata_dev && - pm_runtime_suspended(&ata_dev->sdev->sdev_gendev)) - scsi_autopm_get_device(ata_dev->sdev); -} - -static void ata_acpi_add_pm_notifier(struct ata_device *dev) -{ - struct acpi_device *acpi_dev; - acpi_handle handle; - acpi_status status; - - handle = ata_dev_acpi_handle(dev); - if (!handle) - return; - - status = acpi_bus_get_device(handle, &acpi_dev); - if (ACPI_FAILURE(status)) - return; - - if (dev->sdev->can_power_off) { - acpi_install_notify_handler(handle, ACPI_SYSTEM_NOTIFY, - ata_acpi_wake_dev, dev); - device_set_run_wake(&dev->sdev->sdev_gendev, true); - } -} - -static void ata_acpi_remove_pm_notifier(struct ata_device *dev) -{ - struct acpi_device *acpi_dev; - acpi_handle handle; - acpi_status status; - - handle = ata_dev_acpi_handle(dev); - if (!handle) - return; - - status = acpi_bus_get_device(handle, &acpi_dev); - if (ACPI_FAILURE(status)) - return; - - if (dev->sdev->can_power_off) { - device_set_run_wake(&dev->sdev->sdev_gendev, false); - acpi_remove_notify_handler(handle, ACPI_SYSTEM_NOTIFY, - ata_acpi_wake_dev); - } -} - static void ata_acpi_register_power_resource(struct ata_device *dev) { struct scsi_device *sdev = dev->sdev; @@ -1057,13 +1061,13 @@ void ata_acpi_bind(struct ata_device *dev) { - ata_acpi_add_pm_notifier(dev); ata_acpi_register_power_resource(dev); + if (zpodd_dev_enabled(dev)) + dev_pm_qos_expose_flags(&dev->sdev->sdev_gendev, 0); } void ata_acpi_unbind(struct ata_device *dev) { - ata_acpi_remove_pm_notifier(dev); ata_acpi_unregister_power_resource(dev); } @@ -1095,7 +1099,7 @@ if (!*handle) return -ENODEV; - if (ata_acpi_gtm(ap, &ap->__acpi_init_gtm) == 0) + if (__ata_acpi_gtm(ap, *handle, &ap->__acpi_init_gtm) == 0) ap->pflags |= ATA_PFLAG_INIT_GTM_VALID; return 0; @@ -1105,9 +1109,6 @@ acpi_handle *handle) { struct ata_device *ata_dev; - acpi_status status; - struct acpi_device *acpi_dev; - struct acpi_device_power_state *states; if (ap->flags & ATA_FLAG_ACPI_SATA) { if (!sata_pmp_attached(ap)) @@ -1124,21 +1125,6 @@ if (!*handle) return -ENODEV; - status = acpi_bus_get_device(*handle, &acpi_dev); - if (ACPI_FAILURE(status)) - return 0; - - /* - * If firmware has _PS3 or _PR3 for this device, - * and this ata ODD device support device attention, - * it means this device can be powered off - */ - states = acpi_dev->power.states; - if ((states[ACPI_STATE_D3_HOT].flags.valid || - states[ACPI_STATE_D3_COLD].flags.explicit_set) && - ata_dev->flags & ATA_DFLAG_DA) - sdev->can_power_off = 1; - return 0; } --- linux-lowlatency-3.8.0.orig/drivers/ata/libata-zpodd.c +++ linux-lowlatency-3.8.0/drivers/ata/libata-zpodd.c @@ -0,0 +1,299 @@ +#include +#include +#include +#include +#include + +#include "libata.h" + +static int zpodd_poweroff_delay = 30; /* 30 seconds for power off delay */ +module_param(zpodd_poweroff_delay, int, 0644); +MODULE_PARM_DESC(zpodd_poweroff_delay, "Poweroff delay for ZPODD in seconds"); + +enum odd_mech_type { + ODD_MECH_TYPE_SLOT, + ODD_MECH_TYPE_DRAWER, + ODD_MECH_TYPE_UNSUPPORTED, +}; + +struct zpodd { + enum odd_mech_type mech_type; /* init during probe, RO afterwards */ + struct ata_device *dev; + + /* The following fields are synchronized by PM core. */ + bool from_notify; /* resumed as a result of + * acpi wake notification */ + bool zp_ready; /* ZP ready state */ + unsigned long last_ready; /* last ZP ready timestamp */ + bool zp_sampled; /* ZP ready state sampled */ + bool powered_off; /* ODD is powered off + * during suspend */ +}; + +static int eject_tray(struct ata_device *dev) +{ + struct ata_taskfile tf = {}; + const char cdb[] = { GPCMD_START_STOP_UNIT, + 0, 0, 0, + 0x02, /* LoEj */ + 0, 0, 0, 0, 0, 0, 0, + }; + + tf.flags = ATA_TFLAG_ISADDR | ATA_TFLAG_DEVICE; + tf.command = ATA_CMD_PACKET; + tf.protocol = ATAPI_PROT_NODATA; + + return ata_exec_internal(dev, &tf, cdb, DMA_NONE, NULL, 0, 0); +} + +/* Per the spec, only slot type and drawer type ODD can be supported */ +static enum odd_mech_type zpodd_get_mech_type(struct ata_device *dev) +{ + char buf[16]; + unsigned int ret; + struct rm_feature_desc *desc = (void *)(buf + 8); + struct ata_taskfile tf = {}; + + char cdb[] = { GPCMD_GET_CONFIGURATION, + 2, /* only 1 feature descriptor requested */ + 0, 3, /* 3, removable medium feature */ + 0, 0, 0,/* reserved */ + 0, sizeof(buf), + 0, 0, 0, + }; + + tf.flags = ATA_TFLAG_ISADDR | ATA_TFLAG_DEVICE; + tf.command = ATA_CMD_PACKET; + tf.protocol = ATAPI_PROT_PIO; + tf.lbam = sizeof(buf); + + ret = ata_exec_internal(dev, &tf, cdb, DMA_FROM_DEVICE, + buf, sizeof(buf), 0); + if (ret) + return ODD_MECH_TYPE_UNSUPPORTED; + + if (be16_to_cpu(desc->feature_code) != 3) + return ODD_MECH_TYPE_UNSUPPORTED; + + if (desc->mech_type == 0 && desc->load == 0 && desc->eject == 1) + return ODD_MECH_TYPE_SLOT; + else if (desc->mech_type == 1 && desc->load == 0 && desc->eject == 1) + return ODD_MECH_TYPE_DRAWER; + else + return ODD_MECH_TYPE_UNSUPPORTED; +} + +static bool odd_can_poweroff(struct ata_device *ata_dev) +{ + acpi_handle handle; + acpi_status status; + struct acpi_device *acpi_dev; + + handle = ata_dev_acpi_handle(ata_dev); + if (!handle) + return false; + + status = acpi_bus_get_device(handle, &acpi_dev); + if (ACPI_FAILURE(status)) + return false; + + return acpi_device_can_poweroff(acpi_dev); +} + +/* Test if ODD is zero power ready by sense code */ +static bool zpready(struct ata_device *dev) +{ + u8 sense_key, *sense_buf; + unsigned int ret, asc, ascq, add_len; + struct zpodd *zpodd = dev->zpodd; + + ret = atapi_eh_tur(dev, &sense_key); + + if (!ret || sense_key != NOT_READY) + return false; + + sense_buf = dev->link->ap->sector_buf; + ret = atapi_eh_request_sense(dev, sense_buf, sense_key); + if (ret) + return false; + + /* sense valid */ + if ((sense_buf[0] & 0x7f) != 0x70) + return false; + + add_len = sense_buf[7]; + /* has asc and ascq */ + if (add_len < 6) + return false; + + asc = sense_buf[12]; + ascq = sense_buf[13]; + + if (zpodd->mech_type == ODD_MECH_TYPE_SLOT) + /* no media inside */ + return asc == 0x3a; + else + /* no media inside and door closed */ + return asc == 0x3a && ascq == 0x01; +} + +/* + * Update the zpodd->zp_ready field. This field will only be set + * if the ODD has stayed in ZP ready state for zpodd_poweroff_delay + * time, and will be used to decide if power off is allowed. If it + * is set, it will be cleared during resume from powered off state. + */ +void zpodd_on_suspend(struct ata_device *dev) +{ + struct zpodd *zpodd = dev->zpodd; + unsigned long expires; + + if (!zpready(dev)) { + zpodd->zp_sampled = false; + zpodd->zp_ready = false; + return; + } + + if (!zpodd->zp_sampled) { + zpodd->zp_sampled = true; + zpodd->last_ready = jiffies; + return; + } + + expires = zpodd->last_ready + + msecs_to_jiffies(zpodd_poweroff_delay * 1000); + if (time_before(jiffies, expires)) + return; + + zpodd->zp_ready = true; +} + +bool zpodd_zpready(struct ata_device *dev) +{ + struct zpodd *zpodd = dev->zpodd; + return zpodd->zp_ready; +} + +/* + * Enable runtime wake capability through ACPI and set the powered_off flag, + * this flag will be used during resume to decide what operations are needed + * to take. + * + * Also, media poll needs to be silenced, so that it doesn't bring the ODD + * back to full power state every few seconds. + */ +void zpodd_enable_run_wake(struct ata_device *dev) +{ + struct zpodd *zpodd = dev->zpodd; + + sdev_disable_disk_events(dev->sdev); + + zpodd->powered_off = true; + device_set_run_wake(&dev->sdev->sdev_gendev, true); + acpi_pm_device_run_wake(&dev->sdev->sdev_gendev, true); +} + +/* Disable runtime wake capability if it is enabled */ +void zpodd_disable_run_wake(struct ata_device *dev) +{ + struct zpodd *zpodd = dev->zpodd; + + if (zpodd->powered_off) { + acpi_pm_device_run_wake(&dev->sdev->sdev_gendev, false); + device_set_run_wake(&dev->sdev->sdev_gendev, false); + } +} + +/* + * Post power on processing after the ODD has been recovered. If the + * ODD wasn't powered off during suspend, it doesn't do anything. + * + * For drawer type ODD, if it is powered on due to user pressed the + * eject button, the tray needs to be ejected. This can only be done + * after the ODD has been recovered, i.e. link is initialized and + * device is able to process NON_DATA PIO command, as eject needs to + * send command for the ODD to process. + * + * The from_notify flag set in wake notification handler function + * zpodd_wake_dev represents if power on is due to user's action. + * + * For both types of ODD, several fields need to be reset. + */ +void zpodd_post_poweron(struct ata_device *dev) +{ + struct zpodd *zpodd = dev->zpodd; + + if (!zpodd->powered_off) + return; + + zpodd->powered_off = false; + + if (zpodd->from_notify) { + zpodd->from_notify = false; + if (zpodd->mech_type == ODD_MECH_TYPE_DRAWER) + eject_tray(dev); + } + + zpodd->zp_sampled = false; + zpodd->zp_ready = false; + + sdev_enable_disk_events(dev->sdev); +} + +static void zpodd_wake_dev(acpi_handle handle, u32 event, void *context) +{ + struct ata_device *ata_dev = context; + struct zpodd *zpodd = ata_dev->zpodd; + struct device *dev = &ata_dev->sdev->sdev_gendev; + + if (event == ACPI_NOTIFY_DEVICE_WAKE && pm_runtime_suspended(dev)) { + zpodd->from_notify = true; + pm_runtime_resume(dev); + } +} + +static void ata_acpi_add_pm_notifier(struct ata_device *dev) +{ + acpi_handle handle = ata_dev_acpi_handle(dev); + acpi_install_notify_handler(handle, ACPI_SYSTEM_NOTIFY, + zpodd_wake_dev, dev); +} + +static void ata_acpi_remove_pm_notifier(struct ata_device *dev) +{ + acpi_handle handle = DEVICE_ACPI_HANDLE(&dev->sdev->sdev_gendev); + acpi_remove_notify_handler(handle, ACPI_SYSTEM_NOTIFY, zpodd_wake_dev); +} + +void zpodd_init(struct ata_device *dev) +{ + enum odd_mech_type mech_type; + struct zpodd *zpodd; + + if (dev->zpodd) + return; + + if (!odd_can_poweroff(dev)) + return; + + mech_type = zpodd_get_mech_type(dev); + if (mech_type == ODD_MECH_TYPE_UNSUPPORTED) + return; + + zpodd = kzalloc(sizeof(struct zpodd), GFP_KERNEL); + if (!zpodd) + return; + + zpodd->mech_type = mech_type; + + ata_acpi_add_pm_notifier(dev); + zpodd->dev = dev; + dev->zpodd = zpodd; +} + +void zpodd_exit(struct ata_device *dev) +{ + ata_acpi_remove_pm_notifier(dev); + kfree(dev->zpodd); + dev->zpodd = NULL; +} --- linux-lowlatency-3.8.0.orig/drivers/ata/ahci.c +++ linux-lowlatency-3.8.0/drivers/ata/ahci.c @@ -265,6 +265,30 @@ { PCI_VDEVICE(INTEL, 0x9c07), board_ahci }, /* Lynx Point-LP RAID */ { PCI_VDEVICE(INTEL, 0x9c0e), board_ahci }, /* Lynx Point-LP RAID */ { PCI_VDEVICE(INTEL, 0x9c0f), board_ahci }, /* Lynx Point-LP RAID */ + { PCI_VDEVICE(INTEL, 0x1f22), board_ahci }, /* Avoton AHCI */ + { PCI_VDEVICE(INTEL, 0x1f23), board_ahci }, /* Avoton AHCI */ + { PCI_VDEVICE(INTEL, 0x1f24), board_ahci }, /* Avoton RAID */ + { PCI_VDEVICE(INTEL, 0x1f25), board_ahci }, /* Avoton RAID */ + { PCI_VDEVICE(INTEL, 0x1f26), board_ahci }, /* Avoton RAID */ + { PCI_VDEVICE(INTEL, 0x1f27), board_ahci }, /* Avoton RAID */ + { PCI_VDEVICE(INTEL, 0x1f2e), board_ahci }, /* Avoton RAID */ + { PCI_VDEVICE(INTEL, 0x1f2f), board_ahci }, /* Avoton RAID */ + { PCI_VDEVICE(INTEL, 0x1f32), board_ahci }, /* Avoton AHCI */ + { PCI_VDEVICE(INTEL, 0x1f33), board_ahci }, /* Avoton AHCI */ + { PCI_VDEVICE(INTEL, 0x1f34), board_ahci }, /* Avoton RAID */ + { PCI_VDEVICE(INTEL, 0x1f35), board_ahci }, /* Avoton RAID */ + { PCI_VDEVICE(INTEL, 0x1f36), board_ahci }, /* Avoton RAID */ + { PCI_VDEVICE(INTEL, 0x1f37), board_ahci }, /* Avoton RAID */ + { PCI_VDEVICE(INTEL, 0x1f3e), board_ahci }, /* Avoton RAID */ + { PCI_VDEVICE(INTEL, 0x1f3f), board_ahci }, /* Avoton RAID */ + { PCI_VDEVICE(INTEL, 0x8d02), board_ahci }, /* Wellsburg AHCI */ + { PCI_VDEVICE(INTEL, 0x8d04), board_ahci }, /* Wellsburg RAID */ + { PCI_VDEVICE(INTEL, 0x8d06), board_ahci }, /* Wellsburg RAID */ + { PCI_VDEVICE(INTEL, 0x8d0e), board_ahci }, /* Wellsburg RAID */ + { PCI_VDEVICE(INTEL, 0x8d62), board_ahci }, /* Wellsburg AHCI */ + { PCI_VDEVICE(INTEL, 0x8d64), board_ahci }, /* Wellsburg RAID */ + { PCI_VDEVICE(INTEL, 0x8d66), board_ahci }, /* Wellsburg RAID */ + { PCI_VDEVICE(INTEL, 0x8d6e), board_ahci }, /* Wellsburg RAID */ /* JMicron 360/1/3/5/6, match class to avoid IDE function */ { PCI_VENDOR_ID_JMICRON, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, --- linux-lowlatency-3.8.0.orig/drivers/ata/ata_piix.c +++ linux-lowlatency-3.8.0/drivers/ata/ata_piix.c @@ -150,6 +150,8 @@ tolapai_sata, piix_pata_vmw, /* PIIX4 for VMware, spurious DMA_ERR */ ich8_sata_snb, + ich8_2port_sata_snb, + ich8_2port_sata_byt, }; struct piix_map_db { @@ -304,7 +306,7 @@ /* SATA Controller IDE (Lynx Point) */ { 0x8086, 0x8c01, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_snb }, /* SATA Controller IDE (Lynx Point) */ - { 0x8086, 0x8c08, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata }, + { 0x8086, 0x8c08, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata_snb }, /* SATA Controller IDE (Lynx Point) */ { 0x8086, 0x8c09, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata }, /* SATA Controller IDE (Lynx Point-LP) */ @@ -317,6 +319,26 @@ { 0x8086, 0x9c09, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata }, /* SATA Controller IDE (DH89xxCC) */ { 0x8086, 0x2326, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata }, + /* SATA Controller IDE (Avoton) */ + { 0x8086, 0x1f20, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_snb }, + /* SATA Controller IDE (Avoton) */ + { 0x8086, 0x1f21, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_snb }, + /* SATA Controller IDE (Avoton) */ + { 0x8086, 0x1f30, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata }, + /* SATA Controller IDE (Avoton) */ + { 0x8086, 0x1f31, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata }, + /* SATA Controller IDE (Wellsburg) */ + { 0x8086, 0x8d00, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_snb }, + /* SATA Controller IDE (Wellsburg) */ + { 0x8086, 0x8d08, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata }, + /* SATA Controller IDE (Wellsburg) */ + { 0x8086, 0x8d60, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_snb }, + /* SATA Controller IDE (Wellsburg) */ + { 0x8086, 0x8d68, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata }, + /* SATA Controller IDE (BayTrail) */ + { 0x8086, 0x0F20, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata_byt }, + { 0x8086, 0x0F21, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata_byt }, + { } /* terminate list */ }; @@ -422,6 +444,8 @@ [ich8m_apple_sata] = &ich8m_apple_map_db, [tolapai_sata] = &tolapai_map_db, [ich8_sata_snb] = &ich8_map_db, + [ich8_2port_sata_snb] = &ich8_2port_map_db, + [ich8_2port_sata_byt] = &ich8_2port_map_db, }; static struct pci_bits piix_enable_bits[] = { @@ -1225,6 +1249,26 @@ .udma_mask = ATA_UDMA6, .port_ops = &piix_sata_ops, }, + + [ich8_2port_sata_snb] = + { + .flags = PIIX_SATA_FLAGS | PIIX_FLAG_SIDPR + | PIIX_FLAG_PIO16, + .pio_mask = ATA_PIO4, + .mwdma_mask = ATA_MWDMA2, + .udma_mask = ATA_UDMA6, + .port_ops = &piix_sata_ops, + }, + + [ich8_2port_sata_byt] = + { + .flags = PIIX_SATA_FLAGS | PIIX_FLAG_SIDPR | PIIX_FLAG_PIO16, + .pio_mask = ATA_PIO4, + .mwdma_mask = ATA_MWDMA2, + .udma_mask = ATA_UDMA6, + .port_ops = &piix_sata_ops, + }, + }; #define AHCI_PCI_BAR 5 --- linux-lowlatency-3.8.0.orig/drivers/ata/Makefile +++ linux-lowlatency-3.8.0/drivers/ata/Makefile @@ -107,3 +107,4 @@ libata-$(CONFIG_ATA_SFF) += libata-sff.o libata-$(CONFIG_SATA_PMP) += libata-pmp.o libata-$(CONFIG_ATA_ACPI) += libata-acpi.o +libata-$(CONFIG_SATA_ZPODD) += libata-zpodd.o --- linux-lowlatency-3.8.0.orig/drivers/ata/libata-eh.c +++ linux-lowlatency-3.8.0/drivers/ata/libata-eh.c @@ -1591,7 +1591,7 @@ * RETURNS: * 0 on success, AC_ERR_* mask on failure. */ -static unsigned int atapi_eh_tur(struct ata_device *dev, u8 *r_sense_key) +unsigned int atapi_eh_tur(struct ata_device *dev, u8 *r_sense_key) { u8 cdb[ATAPI_CDB_LEN] = { TEST_UNIT_READY, 0, 0, 0, 0, 0 }; struct ata_taskfile tf; @@ -1624,7 +1624,7 @@ * RETURNS: * 0 on success, AC_ERR_* mask on failure */ -static unsigned int atapi_eh_request_sense(struct ata_device *dev, +unsigned int atapi_eh_request_sense(struct ata_device *dev, u8 *sense_buf, u8 dfl_sense_key) { u8 cdb[ATAPI_CDB_LEN] = @@ -3857,6 +3857,8 @@ rc = atapi_eh_clear_ua(dev); if (rc) goto rest_fail; + if (zpodd_dev_enabled(dev)) + zpodd_post_poweron(dev); } } @@ -4022,11 +4024,12 @@ { unsigned long flags; int rc = 0; + struct ata_device *dev; /* are we suspending? */ spin_lock_irqsave(ap->lock, flags); if (!(ap->pflags & ATA_PFLAG_PM_PENDING) || - ap->pm_mesg.event == PM_EVENT_ON) { + ap->pm_mesg.event & PM_EVENT_RESUME) { spin_unlock_irqrestore(ap->lock, flags); return; } @@ -4034,6 +4037,18 @@ WARN_ON(ap->pflags & ATA_PFLAG_SUSPENDED); + /* + * If we have a ZPODD attached, check its zero + * power ready status before the port is frozen. + * Only needed for runtime suspend. + */ + if (PMSG_IS_AUTO(ap->pm_mesg)) { + ata_for_each_dev(dev, &ap->link, ENABLED) { + if (zpodd_dev_enabled(dev)) + zpodd_on_suspend(dev); + } + } + /* tell ACPI we're suspending */ rc = ata_acpi_on_suspend(ap); if (rc) @@ -4045,7 +4060,7 @@ if (ap->ops->port_suspend) rc = ap->ops->port_suspend(ap, ap->pm_mesg); - ata_acpi_set_state(ap, PMSG_SUSPEND); + ata_acpi_set_state(ap, ap->pm_mesg); out: /* report result */ spin_lock_irqsave(ap->lock, flags); @@ -4085,7 +4100,7 @@ /* are we resuming? */ spin_lock_irqsave(ap->lock, flags); if (!(ap->pflags & ATA_PFLAG_PM_PENDING) || - ap->pm_mesg.event != PM_EVENT_ON) { + !(ap->pm_mesg.event & PM_EVENT_RESUME)) { spin_unlock_irqrestore(ap->lock, flags); return; } @@ -4104,7 +4119,7 @@ ata_for_each_dev(dev, link, ALL) ata_ering_clear(&dev->ering); - ata_acpi_set_state(ap, PMSG_ON); + ata_acpi_set_state(ap, ap->pm_mesg); if (ap->ops->port_resume) rc = ap->ops->port_resume(ap); --- linux-lowlatency-3.8.0.orig/drivers/ata/libata-scsi.c +++ linux-lowlatency-3.8.0/drivers/ata/libata-scsi.c @@ -933,7 +933,11 @@ * block specified for the ATA pass through commands. Regardless * of whether the command errored or not, return a sense * block. Copy all controller registers into the sense - * block. Clear sense key, ASC & ASCQ if there is no error. + * block. If there was no error, we get the request from an ATA + * passthrough command, so we use the following sense data: + * sk = RECOVERED ERROR + * asc,ascq = ATA PASS-THROUGH INFORMATION AVAILABLE + * * * LOCKING: * None. @@ -959,6 +963,10 @@ ata_to_sense_error(qc->ap->print_id, tf->command, tf->feature, &sb[1], &sb[2], &sb[3], verbose); sb[1] &= 0x0f; + } else { + sb[1] = RECOVERED_ERROR; + sb[2] = 0; + sb[3] = 0x1D; } /* @@ -1733,10 +1741,12 @@ /* For ATA pass thru (SAT) commands, generate a sense block if * user mandated it or if there's an error. Note that if we - * generate because the user forced us to, a check condition - * is generated and the ATA register values are returned + * generate because the user forced us to [CK_COND =1], a check + * condition is generated and the ATA register values are returned * whether the command completed successfully or not. If there - * was no error, SK, ASC and ASCQ will all be zero. + * was no error, we use the following sense data: + * sk = RECOVERED ERROR + * asc,ascq = ATA PASS-THROUGH INFORMATION AVAILABLE */ if (((cdb[0] == ATA_16) || (cdb[0] == ATA_12)) && ((cdb[2] & 0x20) || need_sense)) { @@ -3755,6 +3765,8 @@ mutex_lock(&ap->scsi_host->scan_mutex); spin_lock_irqsave(ap->lock, flags); + if (zpodd_dev_enabled(dev)) + zpodd_exit(dev); ata_acpi_unbind(dev); /* clearing dev->sdev is protected by host lock */ --- linux-lowlatency-3.8.0.orig/drivers/ata/libata-core.c +++ linux-lowlatency-3.8.0/drivers/ata/libata-core.c @@ -1602,6 +1602,12 @@ qc->tf = *tf; if (cdb) memcpy(qc->cdb, cdb, ATAPI_CDB_LEN); + + /* some SATA bridges need us to indicate data xfer direction */ + if (tf->protocol == ATAPI_PROT_DMA && (dev->flags & ATA_DFLAG_DMADIR) && + dma_dir == DMA_FROM_DEVICE) + qc->tf.feature |= ATAPI_DMADIR; + qc->flags |= ATA_QCFLAG_RESULT_TF; qc->dma_dir = dma_dir; if (dma_dir != DMA_NONE) { @@ -2329,7 +2335,7 @@ * from SATA Settings page of Identify Device Data Log. */ if (ata_id_has_devslp(dev->id)) { - u8 sata_setting[ATA_SECT_SIZE]; + u8 *sata_setting = ap->sector_buf; int i, j; dev->flags |= ATA_DFLAG_DEVSLP; @@ -2400,8 +2406,10 @@ dma_dir_string = ", DMADIR"; } - if (ata_id_has_da(dev->id)) + if (ata_id_has_da(dev->id)) { dev->flags |= ATA_DFLAG_DA; + zpodd_init(dev); + } /* print device info to dmesg */ if (ata_msg_drv(ap) && print_info) @@ -2437,6 +2445,9 @@ dev->max_sectors = min_t(unsigned int, ATA_MAX_SECTORS_128, dev->max_sectors); + if (dev->horkage & ATA_HORKAGE_MAX_SEC_LBA48) + dev->max_sectors = ATA_MAX_SECTORS_LBA48; + if (ap->ops->dev_config) ap->ops->dev_config(dev); @@ -4098,6 +4109,7 @@ /* Weird ATAPI devices */ { "TORiSAN DVD-ROM DRD-N216", NULL, ATA_HORKAGE_MAX_SEC_128 }, { "QUANTUM DAT DAT72-000", NULL, ATA_HORKAGE_ATAPI_MOD16_DMA }, + { "Slimtype DVD A DS8A8SH", NULL, ATA_HORKAGE_MAX_SEC_LBA48 }, /* Devices we expect to fail diagnostics */ @@ -5331,9 +5343,6 @@ static int __ata_port_suspend_common(struct ata_port *ap, pm_message_t mesg, int *async) { - unsigned int ehi_flags = ATA_EHI_QUIET; - int rc; - /* * On some hardware, device fails to respond after spun down * for suspend. As the device won't be used before being @@ -5342,11 +5351,9 @@ * * http://thread.gmane.org/gmane.linux.ide/46764 */ - if (mesg.event == PM_EVENT_SUSPEND) - ehi_flags |= ATA_EHI_NO_AUTOPSY | ATA_EHI_NO_RECOVERY; - - rc = ata_port_request_pm(ap, mesg, 0, ehi_flags, async); - return rc; + unsigned int ehi_flags = ATA_EHI_QUIET | ATA_EHI_NO_AUTOPSY | + ATA_EHI_NO_RECOVERY; + return ata_port_request_pm(ap, mesg, 0, ehi_flags, async); } static int ata_port_suspend_common(struct device *dev, pm_message_t mesg) @@ -5367,40 +5374,38 @@ static int ata_port_do_freeze(struct device *dev) { if (pm_runtime_suspended(dev)) - pm_runtime_resume(dev); + return 0; return ata_port_suspend_common(dev, PMSG_FREEZE); } static int ata_port_poweroff(struct device *dev) { - if (pm_runtime_suspended(dev)) - return 0; - return ata_port_suspend_common(dev, PMSG_HIBERNATE); } -static int __ata_port_resume_common(struct ata_port *ap, int *async) +static int __ata_port_resume_common(struct ata_port *ap, pm_message_t mesg, + int *async) { int rc; - rc = ata_port_request_pm(ap, PMSG_ON, ATA_EH_RESET, + rc = ata_port_request_pm(ap, mesg, ATA_EH_RESET, ATA_EHI_NO_AUTOPSY | ATA_EHI_QUIET, async); return rc; } -static int ata_port_resume_common(struct device *dev) +static int ata_port_resume_common(struct device *dev, pm_message_t mesg) { struct ata_port *ap = to_ata_port(dev); - return __ata_port_resume_common(ap, NULL); + return __ata_port_resume_common(ap, mesg, NULL); } static int ata_port_resume(struct device *dev) { int rc; - rc = ata_port_resume_common(dev); + rc = ata_port_resume_common(dev, PMSG_RESUME); if (!rc) { pm_runtime_disable(dev); pm_runtime_set_active(dev); @@ -5410,11 +5415,40 @@ return rc; } +/* + * For ODDs, the upper layer will poll for media change every few seconds, + * which will make it enter and leave suspend state every few seconds. And + * as each suspend will cause a hard/soft reset, the gain of runtime suspend + * is very little and the ODD may malfunction after constantly being reset. + * So the idle callback here will not proceed to suspend if a non-ZPODD capable + * ODD is attached to the port. + */ static int ata_port_runtime_idle(struct device *dev) { + struct ata_port *ap = to_ata_port(dev); + struct ata_link *link; + struct ata_device *adev; + + ata_for_each_link(link, ap, HOST_FIRST) { + ata_for_each_dev(adev, link, ENABLED) + if (adev->class == ATA_DEV_ATAPI && + !zpodd_dev_enabled(adev)) + return -EBUSY; + } + return pm_runtime_suspend(dev); } +static int ata_port_runtime_suspend(struct device *dev) +{ + return ata_port_suspend_common(dev, PMSG_AUTO_SUSPEND); +} + +static int ata_port_runtime_resume(struct device *dev) +{ + return ata_port_resume_common(dev, PMSG_AUTO_RESUME); +} + static const struct dev_pm_ops ata_port_pm_ops = { .suspend = ata_port_suspend, .resume = ata_port_resume, @@ -5423,8 +5457,8 @@ .poweroff = ata_port_poweroff, .restore = ata_port_resume, - .runtime_suspend = ata_port_suspend, - .runtime_resume = ata_port_resume_common, + .runtime_suspend = ata_port_runtime_suspend, + .runtime_resume = ata_port_runtime_resume, .runtime_idle = ata_port_runtime_idle, }; @@ -5441,7 +5475,7 @@ int ata_sas_port_async_resume(struct ata_port *ap, int *async) { - return __ata_port_resume_common(ap, async); + return __ata_port_resume_common(ap, PMSG_RESUME, async); } EXPORT_SYMBOL_GPL(ata_sas_port_async_resume); --- linux-lowlatency-3.8.0.orig/drivers/ata/sata_highbank.c +++ linux-lowlatency-3.8.0/drivers/ata/sata_highbank.c @@ -251,7 +251,7 @@ }; static struct scsi_host_template ahci_highbank_platform_sht = { - AHCI_SHT("highbank-ahci"), + AHCI_SHT("sata_highbank"), }; static const struct of_device_id ahci_of_match[] = { --- linux-lowlatency-3.8.0.orig/drivers/leds/leds-ot200.c +++ linux-lowlatency-3.8.0/drivers/leds/leds-ot200.c @@ -47,37 +47,37 @@ { .name = "led_1", .port = 0x49, - .mask = BIT(7), + .mask = BIT(6), }, { .name = "led_2", .port = 0x49, - .mask = BIT(6), + .mask = BIT(5), }, { .name = "led_3", .port = 0x49, - .mask = BIT(5), + .mask = BIT(4), }, { .name = "led_4", .port = 0x49, - .mask = BIT(4), + .mask = BIT(3), }, { .name = "led_5", .port = 0x49, - .mask = BIT(3), + .mask = BIT(2), }, { .name = "led_6", .port = 0x49, - .mask = BIT(2), + .mask = BIT(1), }, { .name = "led_7", .port = 0x49, - .mask = BIT(1), + .mask = BIT(0), } }; --- linux-lowlatency-3.8.0.orig/drivers/net/vxlan.c +++ linux-lowlatency-3.8.0/drivers/net/vxlan.c @@ -1491,6 +1491,15 @@ static __net_exit void vxlan_exit_net(struct net *net) { struct vxlan_net *vn = net_generic(net, vxlan_net_id); + struct vxlan_dev *vxlan; + struct hlist_node *pos; + unsigned h; + + rtnl_lock(); + for (h = 0; h < VNI_HASH_SIZE; ++h) + hlist_for_each_entry(vxlan, pos, &vn->vni_list[h], hlist) + dev_close(vxlan->dev); + rtnl_unlock(); if (vn->sock) { sk_release_kernel(vn->sock->sk); --- linux-lowlatency-3.8.0.orig/drivers/net/macvlan.c +++ linux-lowlatency-3.8.0/drivers/net/macvlan.c @@ -204,7 +204,8 @@ } if (port->passthru) - vlan = list_first_entry(&port->vlans, struct macvlan_dev, list); + vlan = list_first_or_null_rcu(&port->vlans, + struct macvlan_dev, list); else vlan = macvlan_hash_lookup(port, eth->h_dest); if (vlan == NULL) @@ -628,6 +629,7 @@ ether_setup(dev); dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_TX_SKB_SHARING); + dev->priv_flags |= IFF_UNICAST_FLT; dev->netdev_ops = &macvlan_netdev_ops; dev->destructor = free_netdev; dev->header_ops = &macvlan_hard_header_ops, @@ -770,7 +772,7 @@ if (err < 0) goto destroy_port; - list_add_tail(&vlan->list, &port->vlans); + list_add_tail_rcu(&vlan->list, &port->vlans); netif_stacked_transfer_operstate(lowerdev, dev); return 0; @@ -796,7 +798,7 @@ { struct macvlan_dev *vlan = netdev_priv(dev); - list_del(&vlan->list); + list_del_rcu(&vlan->list); unregister_netdevice_queue(dev, head); } EXPORT_SYMBOL_GPL(macvlan_dellink); --- linux-lowlatency-3.8.0.orig/drivers/net/netconsole.c +++ linux-lowlatency-3.8.0/drivers/net/netconsole.c @@ -630,6 +630,7 @@ goto done; spin_lock_irqsave(&target_list_lock, flags); +restart: list_for_each_entry(nt, &target_list, list) { netconsole_target_get(nt); if (nt->np.dev == dev) { @@ -642,15 +643,17 @@ case NETDEV_UNREGISTER: /* * rtnl_lock already held + * we might sleep in __netpoll_cleanup() */ - if (nt->np.dev) { - __netpoll_cleanup(&nt->np); - dev_put(nt->np.dev); - nt->np.dev = NULL; - } + spin_unlock_irqrestore(&target_list_lock, flags); + __netpoll_cleanup(&nt->np); + spin_lock_irqsave(&target_list_lock, flags); + dev_put(nt->np.dev); + nt->np.dev = NULL; nt->enabled = 0; stopped = true; - break; + netconsole_target_put(nt); + goto restart; } } netconsole_target_put(nt); --- linux-lowlatency-3.8.0.orig/drivers/net/tun.c +++ linux-lowlatency-3.8.0/drivers/net/tun.c @@ -748,6 +748,8 @@ goto drop; skb_orphan(skb); + nf_reset(skb); + /* Enqueue packet */ skb_queue_tail(&tfile->socket.sk->sk_receive_queue, skb); @@ -1469,14 +1471,17 @@ if (!tun) return -EBADFD; - if (flags & ~(MSG_DONTWAIT|MSG_TRUNC)) - return -EINVAL; + if (flags & ~(MSG_DONTWAIT|MSG_TRUNC)) { + ret = -EINVAL; + goto out; + } ret = tun_do_read(tun, tfile, iocb, m->msg_iov, total_len, flags & MSG_DONTWAIT); if (ret > total_len) { m->msg_flags |= MSG_TRUNC; ret = flags & MSG_TRUNC ? ret : total_len; } +out: tun_put(tun); return ret; } --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/mac80211_hwsim.c +++ linux-lowlatency-3.8.0/drivers/net/wireless/mac80211_hwsim.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include #include @@ -1586,6 +1587,7 @@ debugfs_remove(data->debugfs_ps); debugfs_remove(data->debugfs); ieee80211_unregister_hw(data->hw); + device_release_driver(data->dev); device_unregister(data->dev); ieee80211_free_hw(data->hw); } @@ -1594,7 +1596,9 @@ static struct device_driver mac80211_hwsim_driver = { - .name = "mac80211_hwsim" + .name = "mac80211_hwsim", + .bus = &platform_bus_type, + .owner = THIS_MODULE, }; static const struct net_device_ops hwsim_netdev_ops = { @@ -2090,6 +2094,8 @@ if (IS_ERR(hwsim_class)) return PTR_ERR(hwsim_class); + driver_register(&mac80211_hwsim_driver); + memset(addr, 0, ETH_ALEN); addr[0] = 0x02; @@ -2110,12 +2116,20 @@ "hwsim%d", i); if (IS_ERR(data->dev)) { printk(KERN_DEBUG - "mac80211_hwsim: device_create " - "failed (%ld)\n", PTR_ERR(data->dev)); + "mac80211_hwsim: device_create failed (%ld)\n", + PTR_ERR(data->dev)); err = -ENOMEM; goto failed_drvdata; } data->dev->driver = &mac80211_hwsim_driver; + err = device_bind_driver(data->dev); + if (err != 0) { + printk(KERN_DEBUG + "mac80211_hwsim: device_bind_driver failed (%d)\n", + err); + goto failed_hw; + } + skb_queue_head_init(&data->pending); SET_IEEE80211_DEV(hw, data->dev); @@ -2415,6 +2429,7 @@ ieee80211_free_hw(hw); failed: mac80211_hwsim_free(); + driver_unregister(&mac80211_hwsim_driver); return err; } module_init(init_mac80211_hwsim); @@ -2427,5 +2442,6 @@ mac80211_hwsim_free(); unregister_netdev(hwsim_mon); + driver_unregister(&mac80211_hwsim_driver); } module_exit(exit_mac80211_hwsim); --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/rtlwifi/usb.h +++ linux-lowlatency-3.8.0/drivers/net/wireless/rtlwifi/usb.h @@ -157,7 +157,8 @@ int rtl_usb_probe(struct usb_interface *intf, - const struct usb_device_id *id); + const struct usb_device_id *id, + struct rtl_hal_cfg *rtl92cu_hal_cfg); void rtl_usb_disconnect(struct usb_interface *intf); int rtl_usb_suspend(struct usb_interface *pusb_intf, pm_message_t message); int rtl_usb_resume(struct usb_interface *pusb_intf); --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/rtlwifi/usb.c +++ linux-lowlatency-3.8.0/drivers/net/wireless/rtlwifi/usb.c @@ -42,8 +42,12 @@ static void usbctrl_async_callback(struct urb *urb) { - if (urb) - kfree(urb->context); + if (urb) { + /* free dr */ + kfree(urb->setup_packet); + /* free databuf */ + kfree(urb->transfer_buffer); + } } static int _usbctrl_vendorreq_async_write(struct usb_device *udev, u8 request, @@ -55,39 +59,47 @@ u8 reqtype; struct usb_ctrlrequest *dr; struct urb *urb; - struct rtl819x_async_write_data { - u8 data[REALTEK_USB_VENQT_MAX_BUF_SIZE]; - struct usb_ctrlrequest dr; - } *buf; + const u16 databuf_maxlen = REALTEK_USB_VENQT_MAX_BUF_SIZE; + u8 *databuf; + + if (WARN_ON_ONCE(len > databuf_maxlen)) + len = databuf_maxlen; pipe = usb_sndctrlpipe(udev, 0); /* write_out */ reqtype = REALTEK_USB_VENQT_WRITE; - buf = kmalloc(sizeof(*buf), GFP_ATOMIC); - if (!buf) + dr = kmalloc(sizeof(*dr), GFP_ATOMIC); + if (!dr) + return -ENOMEM; + + databuf = kmalloc(databuf_maxlen, GFP_ATOMIC); + if (!databuf) { + kfree(dr); return -ENOMEM; + } urb = usb_alloc_urb(0, GFP_ATOMIC); if (!urb) { - kfree(buf); + kfree(databuf); + kfree(dr); return -ENOMEM; } - dr = &buf->dr; - dr->bRequestType = reqtype; dr->bRequest = request; dr->wValue = cpu_to_le16(value); dr->wIndex = cpu_to_le16(index); dr->wLength = cpu_to_le16(len); /* data are already in little-endian order */ - memcpy(buf, pdata, len); + memcpy(databuf, pdata, len); usb_fill_control_urb(urb, udev, pipe, - (unsigned char *)dr, buf, len, - usbctrl_async_callback, buf); + (unsigned char *)dr, databuf, len, + usbctrl_async_callback, NULL); rc = usb_submit_urb(urb, GFP_ATOMIC); - if (rc < 0) - kfree(buf); + if (rc < 0) { + kfree(databuf); + kfree(dr); + } usb_free_urb(urb); return rc; } @@ -842,6 +854,7 @@ if (unlikely(!_urb)) { RT_TRACE(rtlpriv, COMP_ERR, DBG_EMERG, "Can't allocate urb. Drop skb!\n"); + kfree_skb(skb); return; } urb_list = &rtlusb->tx_pending[ep_num]; @@ -941,7 +954,8 @@ }; int rtl_usb_probe(struct usb_interface *intf, - const struct usb_device_id *id) + const struct usb_device_id *id, + struct rtl_hal_cfg *rtl_hal_cfg) { int err; struct ieee80211_hw *hw = NULL; @@ -976,7 +990,7 @@ usb_set_intfdata(intf, hw); /* init cfg & intf_ops */ rtlpriv->rtlhal.interface = INTF_USB; - rtlpriv->cfg = (struct rtl_hal_cfg *)(id->driver_info); + rtlpriv->cfg = rtl_hal_cfg; rtlpriv->intf_ops = &rtl_usb_ops; rtl_dbgp_flag_init(hw); /* Init IO handler */ --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/rtlwifi/rtl8192cu/hw.c +++ linux-lowlatency-3.8.0/drivers/net/wireless/rtlwifi/rtl8192cu/hw.c @@ -1377,74 +1377,57 @@ void rtl92cu_set_check_bssid(struct ieee80211_hw *hw, bool check_bssid) { - /* dummy routine needed for callback from rtl_op_configure_filter() */ -} - -/*========================================================================== */ - -static void _rtl92cu_set_check_bssid(struct ieee80211_hw *hw, - enum nl80211_iftype type) -{ struct rtl_priv *rtlpriv = rtl_priv(hw); - u32 reg_rcr = rtl_read_dword(rtlpriv, REG_RCR); struct rtl_hal *rtlhal = rtl_hal(rtlpriv); - struct rtl_phy *rtlphy = &(rtlpriv->phy); - u8 filterout_non_associated_bssid = false; + u32 reg_rcr = rtl_read_dword(rtlpriv, REG_RCR); - switch (type) { - case NL80211_IFTYPE_ADHOC: - case NL80211_IFTYPE_STATION: - filterout_non_associated_bssid = true; - break; - case NL80211_IFTYPE_UNSPECIFIED: - case NL80211_IFTYPE_AP: - default: - break; - } - if (filterout_non_associated_bssid) { + if (rtlpriv->psc.rfpwr_state != ERFON) + return; + + if (check_bssid) { + u8 tmp; if (IS_NORMAL_CHIP(rtlhal->version)) { - switch (rtlphy->current_io_type) { - case IO_CMD_RESUME_DM_BY_SCAN: - reg_rcr |= (RCR_CBSSID_DATA | RCR_CBSSID_BCN); - rtlpriv->cfg->ops->set_hw_reg(hw, - HW_VAR_RCR, (u8 *)(®_rcr)); - /* enable update TSF */ - _rtl92cu_set_bcn_ctrl_reg(hw, 0, BIT(4)); - break; - case IO_CMD_PAUSE_DM_BY_SCAN: - reg_rcr &= ~(RCR_CBSSID_DATA | RCR_CBSSID_BCN); - rtlpriv->cfg->ops->set_hw_reg(hw, - HW_VAR_RCR, (u8 *)(®_rcr)); - /* disable update TSF */ - _rtl92cu_set_bcn_ctrl_reg(hw, BIT(4), 0); - break; - } + reg_rcr |= (RCR_CBSSID_DATA | RCR_CBSSID_BCN); + tmp = BIT(4); } else { - reg_rcr |= (RCR_CBSSID); - rtlpriv->cfg->ops->set_hw_reg(hw, HW_VAR_RCR, - (u8 *)(®_rcr)); - _rtl92cu_set_bcn_ctrl_reg(hw, 0, (BIT(4)|BIT(5))); + reg_rcr |= RCR_CBSSID; + tmp = BIT(4) | BIT(5); } - } else if (filterout_non_associated_bssid == false) { + rtlpriv->cfg->ops->set_hw_reg(hw, HW_VAR_RCR, + (u8 *) (®_rcr)); + _rtl92cu_set_bcn_ctrl_reg(hw, 0, tmp); + } else { + u8 tmp; if (IS_NORMAL_CHIP(rtlhal->version)) { - reg_rcr &= (~(RCR_CBSSID_DATA | RCR_CBSSID_BCN)); - rtlpriv->cfg->ops->set_hw_reg(hw, HW_VAR_RCR, - (u8 *)(®_rcr)); - _rtl92cu_set_bcn_ctrl_reg(hw, BIT(4), 0); + reg_rcr &= ~(RCR_CBSSID_DATA | RCR_CBSSID_BCN); + tmp = BIT(4); } else { - reg_rcr &= (~RCR_CBSSID); - rtlpriv->cfg->ops->set_hw_reg(hw, HW_VAR_RCR, - (u8 *)(®_rcr)); - _rtl92cu_set_bcn_ctrl_reg(hw, (BIT(4)|BIT(5)), 0); + reg_rcr &= ~RCR_CBSSID; + tmp = BIT(4) | BIT(5); } + reg_rcr &= (~(RCR_CBSSID_DATA | RCR_CBSSID_BCN)); + rtlpriv->cfg->ops->set_hw_reg(hw, + HW_VAR_RCR, (u8 *) (®_rcr)); + _rtl92cu_set_bcn_ctrl_reg(hw, tmp, 0); } } +/*========================================================================== */ + int rtl92cu_set_network_type(struct ieee80211_hw *hw, enum nl80211_iftype type) { + struct rtl_priv *rtlpriv = rtl_priv(hw); + if (_rtl92cu_set_media_status(hw, type)) return -EOPNOTSUPP; - _rtl92cu_set_check_bssid(hw, type); + + if (rtlpriv->mac80211.link_state == MAC80211_LINKED) { + if (type != NL80211_IFTYPE_AP) + rtl92cu_set_check_bssid(hw, true); + } else { + rtl92cu_set_check_bssid(hw, false); + } + return 0; } @@ -2058,8 +2041,6 @@ (shortgi_rate << 4) | (shortgi_rate); } rtl_write_dword(rtlpriv, REG_ARFR0 + ratr_index * 4, ratr_value); - RT_TRACE(rtlpriv, COMP_RATR, DBG_DMESG, "%x\n", - rtl_read_dword(rtlpriv, REG_ARFR0)); } void rtl92cu_update_hal_rate_mask(struct ieee80211_hw *hw, u8 rssi_level) --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c +++ linux-lowlatency-3.8.0/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c @@ -285,6 +285,7 @@ {RTL_USB_DEVICE(USB_VENDER_ID_REALTEK, 0x817f, rtl92cu_hal_cfg)}, /* RTL8188CUS-VL */ {RTL_USB_DEVICE(USB_VENDER_ID_REALTEK, 0x818a, rtl92cu_hal_cfg)}, + {RTL_USB_DEVICE(USB_VENDER_ID_REALTEK, 0x819a, rtl92cu_hal_cfg)}, /* 8188 Combo for BC4 */ {RTL_USB_DEVICE(USB_VENDER_ID_REALTEK, 0x8754, rtl92cu_hal_cfg)}, @@ -363,9 +364,15 @@ MODULE_DEVICE_TABLE(usb, rtl8192c_usb_ids); +static int rtl8192cu_probe(struct usb_interface *intf, + const struct usb_device_id *id) +{ + return rtl_usb_probe(intf, id, &rtl92cu_hal_cfg); +} + static struct usb_driver rtl8192cu_driver = { .name = "rtl8192cu", - .probe = rtl_usb_probe, + .probe = rtl8192cu_probe, .disconnect = rtl_usb_disconnect, .id_table = rtl8192c_usb_ids, --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/hostap/hostap_hw.c +++ linux-lowlatency-3.8.0/drivers/net/wireless/hostap/hostap_hw.c @@ -68,7 +68,7 @@ module_param_string(essid, essid, sizeof(essid), 0444); MODULE_PARM_DESC(essid, "Host AP's ESSID"); -static int iw_mode[MAX_PARM_DEVICES] = { IW_MODE_MASTER, DEF_INTS }; +static int iw_mode[MAX_PARM_DEVICES] = { IW_MODE_INFRA, DEF_INTS }; module_param_array(iw_mode, int, NULL, 0444); MODULE_PARM_DESC(iw_mode, "Initial operation mode"); --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/iwlwifi/iwl-config.h +++ linux-lowlatency-3.8.0/drivers/net/wireless/iwlwifi/iwl-config.h @@ -83,6 +83,7 @@ IWL_DEVICE_FAMILY_6030, IWL_DEVICE_FAMILY_6050, IWL_DEVICE_FAMILY_6150, + IWL_DEVICE_FAMILY_7000, }; /* --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/iwlwifi/iwl-prph.h +++ linux-lowlatency-3.8.0/drivers/net/wireless/iwlwifi/iwl-prph.h @@ -97,6 +97,9 @@ #define APMG_PCIDEV_STT_VAL_L1_ACT_DIS (0x00000800) +/* Device system time */ +#define DEVICE_SYSTEM_TIME_REG 0xA0206C + /** * Tx Scheduler * --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/iwlwifi/iwl-fh.h +++ linux-lowlatency-3.8.0/drivers/net/wireless/iwlwifi/iwl-fh.h @@ -410,6 +410,7 @@ * uCode/driver must write "1" in order to clear this flag */ #define FH_TSSR_TX_ERROR_REG (FH_TSSR_LOWER_BOUND + 0x018) +#define FH_TSSR_TX_MSG_CONFIG_REG (FH_TSSR_LOWER_BOUND + 0x008) #define FH_TSSR_TX_STATUS_REG_MSK_CHNL_IDLE(_chnl) ((1 << (_chnl)) << 16) --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/iwlwifi/iwl-devtrace.h +++ linux-lowlatency-3.8.0/drivers/net/wireless/iwlwifi/iwl-devtrace.h @@ -349,25 +349,23 @@ TRACE_EVENT(iwlwifi_dev_hcmd, TP_PROTO(const struct device *dev, struct iwl_host_cmd *cmd, u16 total_size, - const void *hdr, size_t hdr_len), - TP_ARGS(dev, cmd, total_size, hdr, hdr_len), + struct iwl_cmd_header *hdr), + TP_ARGS(dev, cmd, total_size, hdr), TP_STRUCT__entry( DEV_ENTRY __dynamic_array(u8, hcmd, total_size) __field(u32, flags) ), TP_fast_assign( - int i, offset = hdr_len; + int i, offset = sizeof(*hdr); DEV_ASSIGN; __entry->flags = cmd->flags; - memcpy(__get_dynamic_array(hcmd), hdr, hdr_len); + memcpy(__get_dynamic_array(hcmd), hdr, sizeof(*hdr)); for (i = 0; i < IWL_MAX_CMD_TFDS; i++) { if (!cmd->len[i]) continue; - if (!(cmd->dataflags[i] & IWL_HCMD_DFL_NOCOPY)) - continue; memcpy((u8 *)__get_dynamic_array(hcmd) + offset, cmd->data[i], cmd->len[i]); offset += cmd->len[i]; --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/iwlwifi/Makefile +++ linux-lowlatency-3.8.0/drivers/net/wireless/iwlwifi/Makefile @@ -7,6 +7,7 @@ iwlwifi-objs += iwl-eeprom-read.o iwl-eeprom-parse.o iwlwifi-objs += pcie/drv.o pcie/rx.o pcie/tx.o pcie/trans.o iwlwifi-objs += pcie/1000.o pcie/2000.o pcie/5000.o pcie/6000.o +iwlwifi-objs += pcie/7000.o iwlwifi-$(CONFIG_IWLWIFI_DEVICE_TRACING) += iwl-devtrace.o iwlwifi-$(CONFIG_IWLWIFI_DEVICE_TESTMODE) += iwl-test.o --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/iwlwifi/pcie/tx.c +++ linux-lowlatency-3.8.0/drivers/net/wireless/iwlwifi/pcie/tx.c @@ -1131,10 +1131,12 @@ void *dup_buf = NULL; dma_addr_t phys_addr; int idx; - u16 copy_size, cmd_size; + u16 copy_size, cmd_size, dma_size; bool had_nocopy = false; int i; u32 cmd_pos; + const u8 *cmddata[IWL_MAX_CMD_TFDS]; + u16 cmdlen[IWL_MAX_CMD_TFDS]; copy_size = sizeof(out_cmd->hdr); cmd_size = sizeof(out_cmd->hdr); @@ -1143,8 +1145,23 @@ BUILD_BUG_ON(IWL_MAX_CMD_TFDS > IWL_NUM_OF_TBS - 1); for (i = 0; i < IWL_MAX_CMD_TFDS; i++) { + cmddata[i] = cmd->data[i]; + cmdlen[i] = cmd->len[i]; + if (!cmd->len[i]) continue; + + /* need at least IWL_HCMD_MIN_COPY_SIZE copied */ + if (copy_size < IWL_HCMD_MIN_COPY_SIZE) { + int copy = IWL_HCMD_MIN_COPY_SIZE - copy_size; + + if (copy > cmdlen[i]) + copy = cmdlen[i]; + cmdlen[i] -= copy; + cmddata[i] += copy; + copy_size += copy; + } + if (cmd->dataflags[i] & IWL_HCMD_DFL_NOCOPY) { had_nocopy = true; if (WARN_ON(cmd->dataflags[i] & IWL_HCMD_DFL_DUP)) { @@ -1164,7 +1181,7 @@ goto free_dup_buf; } - dup_buf = kmemdup(cmd->data[i], cmd->len[i], + dup_buf = kmemdup(cmddata[i], cmdlen[i], GFP_ATOMIC); if (!dup_buf) return -ENOMEM; @@ -1174,7 +1191,7 @@ idx = -EINVAL; goto free_dup_buf; } - copy_size += cmd->len[i]; + copy_size += cmdlen[i]; } cmd_size += cmd->len[i]; } @@ -1221,14 +1238,31 @@ /* and copy the data that needs to be copied */ cmd_pos = offsetof(struct iwl_device_cmd, payload); + copy_size = sizeof(out_cmd->hdr); for (i = 0; i < IWL_MAX_CMD_TFDS; i++) { + int copy = 0; + if (!cmd->len[i]) continue; - if (cmd->dataflags[i] & (IWL_HCMD_DFL_NOCOPY | - IWL_HCMD_DFL_DUP)) - break; - memcpy((u8 *)out_cmd + cmd_pos, cmd->data[i], cmd->len[i]); - cmd_pos += cmd->len[i]; + + /* need at least IWL_HCMD_MIN_COPY_SIZE copied */ + if (copy_size < IWL_HCMD_MIN_COPY_SIZE) { + copy = IWL_HCMD_MIN_COPY_SIZE - copy_size; + + if (copy > cmd->len[i]) + copy = cmd->len[i]; + } + + /* copy everything if not nocopy/dup */ + if (!(cmd->dataflags[i] & (IWL_HCMD_DFL_NOCOPY | + IWL_HCMD_DFL_DUP))) + copy = cmd->len[i]; + + if (copy) { + memcpy((u8 *)out_cmd + cmd_pos, cmd->data[i], copy); + cmd_pos += copy; + copy_size += copy; + } } WARN_ON_ONCE(txq->entries[idx].copy_cmd); @@ -1254,7 +1288,14 @@ out_cmd->hdr.cmd, le16_to_cpu(out_cmd->hdr.sequence), cmd_size, q->write_ptr, idx, trans_pcie->cmd_queue); - phys_addr = dma_map_single(trans->dev, &out_cmd->hdr, copy_size, + /* + * If the entire command is smaller than IWL_HCMD_MIN_COPY_SIZE, we must + * still map at least that many bytes for the hardware to write back to. + * We have enough space, so that's not a problem. + */ + dma_size = max_t(u16, copy_size, IWL_HCMD_MIN_COPY_SIZE); + + phys_addr = dma_map_single(trans->dev, &out_cmd->hdr, dma_size, DMA_BIDIRECTIONAL); if (unlikely(dma_mapping_error(trans->dev, phys_addr))) { idx = -ENOMEM; @@ -1262,14 +1303,15 @@ } dma_unmap_addr_set(out_meta, mapping, phys_addr); - dma_unmap_len_set(out_meta, len, copy_size); + dma_unmap_len_set(out_meta, len, dma_size); iwl_pcie_txq_build_tfd(trans, txq, phys_addr, copy_size, 1); + /* map the remaining (adjusted) nocopy/dup fragments */ for (i = 0; i < IWL_MAX_CMD_TFDS; i++) { - const void *data = cmd->data[i]; + const void *data = cmddata[i]; - if (!cmd->len[i]) + if (!cmdlen[i]) continue; if (!(cmd->dataflags[i] & (IWL_HCMD_DFL_NOCOPY | IWL_HCMD_DFL_DUP))) @@ -1277,7 +1319,7 @@ if (cmd->dataflags[i] & IWL_HCMD_DFL_DUP) data = dup_buf; phys_addr = dma_map_single(trans->dev, (void *)data, - cmd->len[i], DMA_BIDIRECTIONAL); + cmdlen[i], DMA_BIDIRECTIONAL); if (dma_mapping_error(trans->dev, phys_addr)) { iwl_pcie_tfd_unmap(trans, out_meta, &txq->tfds[q->write_ptr], @@ -1286,7 +1328,7 @@ goto out; } - iwl_pcie_txq_build_tfd(trans, txq, phys_addr, cmd->len[i], 0); + iwl_pcie_txq_build_tfd(trans, txq, phys_addr, cmdlen[i], 0); } out_meta->flags = cmd->flags; @@ -1296,8 +1338,7 @@ txq->need_update = 1; - trace_iwlwifi_dev_hcmd(trans->dev, cmd, cmd_size, - &out_cmd->hdr, copy_size); + trace_iwlwifi_dev_hcmd(trans->dev, cmd, cmd_size, &out_cmd->hdr); /* start timer if queue currently empty */ if (q->read_ptr == q->write_ptr && trans_pcie->wd_timeout) --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/iwlwifi/pcie/drv.c +++ linux-lowlatency-3.8.0/drivers/net/wireless/iwlwifi/pcie/drv.c @@ -243,6 +243,7 @@ {IWL_PCI_DEVICE(0x088F, 0x4260, iwl6035_2agn_cfg)}, {IWL_PCI_DEVICE(0x088E, 0x4460, iwl6035_2agn_cfg)}, {IWL_PCI_DEVICE(0x088E, 0x4860, iwl6035_2agn_cfg)}, + {IWL_PCI_DEVICE(0x088F, 0x5260, iwl6035_2agn_cfg)}, /* 105 Series */ {IWL_PCI_DEVICE(0x0894, 0x0022, iwl105_bgn_cfg)}, @@ -255,6 +256,12 @@ {IWL_PCI_DEVICE(0x0893, 0x0262, iwl135_bgn_cfg)}, {IWL_PCI_DEVICE(0x0892, 0x0462, iwl135_bgn_cfg)}, +/* 7000 Series */ + {IWL_PCI_DEVICE(0x08B1, 0x4070, iwl7260_2ac_cfg)}, + {IWL_PCI_DEVICE(0x08B1, 0xC070, iwl7260_2ac_cfg)}, + {IWL_PCI_DEVICE(0x08B3, 0x0070, iwl3160_ac_cfg)}, + {IWL_PCI_DEVICE(0x08B3, 0x8070, iwl3160_ac_cfg)}, + {0} }; MODULE_DEVICE_TABLE(pci, iwl_hw_card_ids); --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/iwlwifi/pcie/cfg.h +++ linux-lowlatency-3.8.0/drivers/net/wireless/iwlwifi/pcie/cfg.h @@ -109,5 +109,7 @@ extern const struct iwl_cfg iwl105_bgn_cfg; extern const struct iwl_cfg iwl105_bgn_d_cfg; extern const struct iwl_cfg iwl135_bgn_cfg; +extern const struct iwl_cfg iwl7260_2ac_cfg; +extern const struct iwl_cfg iwl3160_ac_cfg; #endif /* __iwl_pci_h__ */ --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/iwlwifi/pcie/internal.h +++ linux-lowlatency-3.8.0/drivers/net/wireless/iwlwifi/pcie/internal.h @@ -182,6 +182,15 @@ #define TFD_TX_CMD_SLOTS 256 #define TFD_CMD_SLOTS 32 +/* + * The FH will write back to the first TB only, so we need + * to copy some data into the buffer regardless of whether + * it should be mapped or not. This indicates how much to + * copy, even for HCMDs it must be big enough to fit the + * DRAM scratch from the TX cmd, at least 16 bytes. + */ +#define IWL_HCMD_MIN_COPY_SIZE 16 + struct iwl_pcie_txq_entry { struct iwl_device_cmd *cmd; struct iwl_device_cmd *copy_cmd; --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/iwlwifi/pcie/7000.c +++ linux-lowlatency-3.8.0/drivers/net/wireless/iwlwifi/pcie/7000.c @@ -0,0 +1,111 @@ +/****************************************************************************** + * + * Copyright(c) 2008 - 2013 Intel Corporation. All rights reserved. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA + * + * The full GNU General Public License is included in this distribution in the + * file called LICENSE. + * + * Contact Information: + * Intel Linux Wireless + * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 + * + *****************************************************************************/ + +#include +#include +#include "iwl-config.h" +#include "iwl-agn-hw.h" +#include "cfg.h" + +/* Highest firmware API version supported */ +#define IWL7260_UCODE_API_MAX 6 +#define IWL3160_UCODE_API_MAX 6 + +/* Oldest version we won't warn about */ +#define IWL7260_UCODE_API_OK 6 +#define IWL3160_UCODE_API_OK 6 + +/* Lowest firmware API version supported */ +#define IWL7260_UCODE_API_MIN 6 +#define IWL3160_UCODE_API_MIN 6 + +/* NVM versions */ +#define IWL7260_NVM_VERSION 0x0a1d +#define IWL7260_TX_POWER_VERSION 0xffff /* meaningless */ +#define IWL3160_NVM_VERSION 0x709 +#define IWL3160_TX_POWER_VERSION 0xffff /* meaningless */ + +#define IWL7260_FW_PRE "iwlwifi-7260-" +#define IWL7260_MODULE_FIRMWARE(api) IWL7260_FW_PRE __stringify(api) ".ucode" + +#define IWL3160_FW_PRE "iwlwifi-3160-" +#define IWL3160_MODULE_FIRMWARE(api) IWL3160_FW_PRE __stringify(api) ".ucode" + +static const struct iwl_base_params iwl7000_base_params = { + .eeprom_size = OTP_LOW_IMAGE_SIZE, + .num_of_queues = IWLAGN_NUM_QUEUES, + .pll_cfg_val = 0, + .shadow_ram_support = true, + .led_compensation = 57, + .adv_thermal_throttle = true, + .support_ct_kill_exit = true, + .plcp_delta_threshold = IWL_MAX_PLCP_ERR_THRESHOLD_DEF, + .chain_noise_scale = 1000, + .wd_timeout = IWL_LONG_WD_TIMEOUT, + .max_event_log_size = 512, + .shadow_reg_enable = false, /* TODO: fix bugs using this feature */ +}; + +static const struct iwl_ht_params iwl7000_ht_params = { + .ht_greenfield_support = true, + .use_rts_for_aggregation = true, /* use rts/cts protection */ + .ht40_bands = BIT(IEEE80211_BAND_2GHZ) | BIT(IEEE80211_BAND_5GHZ), +}; + +#define IWL_DEVICE_7000 \ + .ucode_api_max = IWL7260_UCODE_API_MAX, \ + .ucode_api_ok = IWL7260_UCODE_API_OK, \ + .ucode_api_min = IWL7260_UCODE_API_MIN, \ + .device_family = IWL_DEVICE_FAMILY_7000, \ + .max_inst_size = IWL60_RTC_INST_SIZE, \ + .max_data_size = IWL60_RTC_DATA_SIZE, \ + .base_params = &iwl7000_base_params, \ + /* TODO: .bt_params? */ \ + .need_temp_offset_calib = true, \ + .led_mode = IWL_LED_RF_STATE, \ + .adv_pm = true \ + + +const struct iwl_cfg iwl7260_2ac_cfg = { + .name = "Intel(R) Dual Band Wireless AC7260", + .fw_name_pre = IWL7260_FW_PRE, + IWL_DEVICE_7000, + .ht_params = &iwl7000_ht_params, + .nvm_ver = IWL7260_NVM_VERSION, + .nvm_calib_ver = IWL7260_TX_POWER_VERSION, +}; + +const struct iwl_cfg iwl3160_ac_cfg = { + .name = "Intel(R) Dual Band Wireless AC3160", + .fw_name_pre = IWL3160_FW_PRE, + IWL_DEVICE_7000, + .ht_params = &iwl7000_ht_params, + .nvm_ver = IWL3160_NVM_VERSION, + .nvm_calib_ver = IWL3160_TX_POWER_VERSION, +}; + +MODULE_FIRMWARE(IWL7260_MODULE_FIRMWARE(IWL7260_UCODE_API_OK)); +MODULE_FIRMWARE(IWL3160_MODULE_FIRMWARE(IWL3160_UCODE_API_OK)); --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/iwlwifi/dvm/sta.c +++ linux-lowlatency-3.8.0/drivers/net/wireless/iwlwifi/dvm/sta.c @@ -707,6 +707,7 @@ void iwl_restore_stations(struct iwl_priv *priv, struct iwl_rxon_context *ctx) { struct iwl_addsta_cmd sta_cmd; + static const struct iwl_link_quality_cmd zero_lq = {}; struct iwl_link_quality_cmd lq; int i; bool found = false; @@ -745,7 +746,9 @@ else memcpy(&lq, priv->stations[i].lq, sizeof(struct iwl_link_quality_cmd)); - send_lq = true; + + if (memcmp(&lq, &zero_lq, sizeof(lq))) + send_lq = true; } spin_unlock_bh(&priv->sta_lock); ret = iwl_send_add_sta(priv, &sta_cmd, CMD_SYNC); --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/iwlwifi/dvm/lib.c +++ linux-lowlatency-3.8.0/drivers/net/wireless/iwlwifi/dvm/lib.c @@ -1262,6 +1262,15 @@ } /* + * This can happen upon FW ASSERT: we clear the STATUS_FW_ERROR flag + * in iwl_down but cancel the workers only later. + */ + if (!priv->ucode_loaded) { + IWL_ERR(priv, "Fw not loaded - dropping CMD: %x\n", cmd->id); + return -EIO; + } + + /* * Synchronous commands from this op-mode must hold * the mutex, this ensures we don't try to send two * (or more) synchronous commands at a time. --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/iwlwifi/dvm/ucode.c +++ linux-lowlatency-3.8.0/drivers/net/wireless/iwlwifi/dvm/ucode.c @@ -450,6 +450,8 @@ return -EIO; } + priv->ucode_loaded = true; + /* * This step takes a long time (60-80ms!!) and * WoWLAN image should be loaded quickly, so @@ -474,8 +476,6 @@ return ret; } - priv->ucode_loaded = true; - return 0; } --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/iwlwifi/dvm/debugfs.c +++ linux-lowlatency-3.8.0/drivers/net/wireless/iwlwifi/dvm/debugfs.c @@ -2237,15 +2237,15 @@ size_t count, loff_t *ppos) { struct iwl_priv *priv = file->private_data; - char *buf; - int pos = 0; - ssize_t ret = -ENOMEM; + char *buf = NULL; + ssize_t ret; - ret = pos = iwl_dump_nic_event_log(priv, true, &buf, true); - if (buf) { - ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos); - kfree(buf); - } + ret = iwl_dump_nic_event_log(priv, true, &buf, true); + if (ret < 0) + goto err; + ret = simple_read_from_buffer(user_buf, count, ppos, buf, ret); +err: + kfree(buf); return ret; } --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/brcm80211/brcmsmac/phy/phytbl_lcn.c +++ linux-lowlatency-3.8.0/drivers/net/wireless/brcm80211/brcmsmac/phy/phytbl_lcn.c @@ -1992,70 +1992,70 @@ }; static const u16 dot11lcn_sw_ctrl_tbl_4313_rev0[] = { - 0x0009, 0x000a, - 0x0005, - 0x0006, 0x0009, - 0x000a, - 0x0005, 0x0006, - 0x0009, - 0x000a, 0x0005, - 0x0006, - 0x0009, 0x000a, - 0x0005, - 0x0006, 0x0009, - 0x000a, - 0x0005, 0x0006, - 0x0009, - 0x000a, 0x0005, - 0x0006, - 0x0009, 0x000a, - 0x0005, - 0x0006, 0x0009, - 0x000a, - 0x0005, 0x0006, - 0x0009, - 0x000a, 0x0005, - 0x0006, - 0x0009, 0x000a, - 0x0005, - 0x0006, 0x0009, - 0x000a, - 0x0005, 0x0006, - 0x0009, - 0x000a, 0x0005, - 0x0006, + 0x000a, 0x0009, + 0x0006, + 0x0005, 0x000a, + 0x0009, + 0x0006, 0x0005, + 0x000a, + 0x0009, 0x0006, + 0x0005, + 0x000a, 0x0009, + 0x0006, + 0x0005, 0x000a, + 0x0009, + 0x0006, 0x0005, + 0x000a, + 0x0009, 0x0006, + 0x0005, + 0x000a, 0x0009, + 0x0006, + 0x0005, 0x000a, + 0x0009, + 0x0006, 0x0005, + 0x000a, + 0x0009, 0x0006, + 0x0005, + 0x000a, 0x0009, + 0x0006, + 0x0005, 0x000a, + 0x0009, + 0x0006, 0x0005, + 0x000a, + 0x0009, 0x0006, + 0x0005, }; static const u16 dot11lcn_sw_ctrl_tbl_rev0[] = { --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/brcm80211/brcmsmac/phy/phy_lcn.c +++ linux-lowlatency-3.8.0/drivers/net/wireless/brcm80211/brcmsmac/phy/phy_lcn.c @@ -1137,9 +1137,8 @@ gain0_15 = ((biq1 & 0xf) << 12) | ((tia & 0xf) << 8) | ((lna2 & 0x3) << 6) | - ((lna2 & 0x3) << 4) | - ((lna1 & 0x3) << 2) | - ((lna1 & 0x3) << 0); + ((lna2 & + 0x3) << 4) | ((lna1 & 0x3) << 2) | ((lna1 & 0x3) << 0); mod_phy_reg(pi, 0x4b6, (0xffff << 0), gain0_15 << 0); mod_phy_reg(pi, 0x4b7, (0xf << 0), gain16_19 << 0); @@ -1157,8 +1156,6 @@ } mod_phy_reg(pi, 0x44d, (0x1 << 0), (!trsw) << 0); - mod_phy_reg(pi, 0x4b1, (0x3 << 11), lna1 << 11); - mod_phy_reg(pi, 0x4e6, (0x3 << 3), lna1 << 3); } @@ -1331,43 +1328,6 @@ return (iq_est.i_pwr + iq_est.q_pwr) / nsamples; } -static bool wlc_lcnphy_rx_iq_cal_gain(struct brcms_phy *pi, u16 biq1_gain, - u16 tia_gain, u16 lna2_gain) -{ - u32 i_thresh_l, q_thresh_l; - u32 i_thresh_h, q_thresh_h; - struct lcnphy_iq_est iq_est_h, iq_est_l; - - wlc_lcnphy_set_rx_gain_by_distribution(pi, 0, 0, 0, biq1_gain, tia_gain, - lna2_gain, 0); - - wlc_lcnphy_rx_gain_override_enable(pi, true); - wlc_lcnphy_start_tx_tone(pi, 2000, (40 >> 1), 0); - udelay(500); - write_radio_reg(pi, RADIO_2064_REG112, 0); - if (!wlc_lcnphy_rx_iq_est(pi, 1024, 32, &iq_est_l)) - return false; - - wlc_lcnphy_start_tx_tone(pi, 2000, 40, 0); - udelay(500); - write_radio_reg(pi, RADIO_2064_REG112, 0); - if (!wlc_lcnphy_rx_iq_est(pi, 1024, 32, &iq_est_h)) - return false; - - i_thresh_l = (iq_est_l.i_pwr << 1); - i_thresh_h = (iq_est_l.i_pwr << 2) + iq_est_l.i_pwr; - - q_thresh_l = (iq_est_l.q_pwr << 1); - q_thresh_h = (iq_est_l.q_pwr << 2) + iq_est_l.q_pwr; - if ((iq_est_h.i_pwr > i_thresh_l) && - (iq_est_h.i_pwr < i_thresh_h) && - (iq_est_h.q_pwr > q_thresh_l) && - (iq_est_h.q_pwr < q_thresh_h)) - return true; - - return false; -} - static bool wlc_lcnphy_rx_iq_cal(struct brcms_phy *pi, const struct lcnphy_rx_iqcomp *iqcomp, @@ -1382,8 +1342,8 @@ RFOverrideVal0_old, rfoverride2_old, rfoverride2val_old, rfoverride3_old, rfoverride3val_old, rfoverride4_old, rfoverride4val_old, afectrlovr_old, afectrlovrval_old; - int tia_gain, lna2_gain, biq1_gain; - bool set_gain; + int tia_gain; + u32 received_power, rx_pwr_threshold; u16 old_sslpnCalibClkEnCtrl, old_sslpnRxFeClkEnCtrl; u16 values_to_save[11]; s16 *ptr; @@ -1408,134 +1368,126 @@ goto cal_done; } - WARN_ON(module != 1); - tx_pwr_ctrl = wlc_lcnphy_get_tx_pwr_ctrl(pi); - wlc_lcnphy_set_tx_pwr_ctrl(pi, LCNPHY_TX_PWR_CTRL_OFF); - - for (i = 0; i < 11; i++) - values_to_save[i] = - read_radio_reg(pi, rxiq_cal_rf_reg[i]); - Core1TxControl_old = read_phy_reg(pi, 0x631); - - or_phy_reg(pi, 0x631, 0x0015); - - RFOverride0_old = read_phy_reg(pi, 0x44c); - RFOverrideVal0_old = read_phy_reg(pi, 0x44d); - rfoverride2_old = read_phy_reg(pi, 0x4b0); - rfoverride2val_old = read_phy_reg(pi, 0x4b1); - rfoverride3_old = read_phy_reg(pi, 0x4f9); - rfoverride3val_old = read_phy_reg(pi, 0x4fa); - rfoverride4_old = read_phy_reg(pi, 0x938); - rfoverride4val_old = read_phy_reg(pi, 0x939); - afectrlovr_old = read_phy_reg(pi, 0x43b); - afectrlovrval_old = read_phy_reg(pi, 0x43c); - old_sslpnCalibClkEnCtrl = read_phy_reg(pi, 0x6da); - old_sslpnRxFeClkEnCtrl = read_phy_reg(pi, 0x6db); - - tx_gain_override_old = wlc_lcnphy_tx_gain_override_enabled(pi); - if (tx_gain_override_old) { - wlc_lcnphy_get_tx_gain(pi, &old_gains); - tx_gain_index_old = pi_lcn->lcnphy_current_index; - } + if (module == 1) { - wlc_lcnphy_set_tx_pwr_by_index(pi, tx_gain_idx); - - mod_phy_reg(pi, 0x4f9, (0x1 << 0), 1 << 0); - mod_phy_reg(pi, 0x4fa, (0x1 << 0), 0 << 0); - - mod_phy_reg(pi, 0x43b, (0x1 << 1), 1 << 1); - mod_phy_reg(pi, 0x43c, (0x1 << 1), 0 << 1); + tx_pwr_ctrl = wlc_lcnphy_get_tx_pwr_ctrl(pi); + wlc_lcnphy_set_tx_pwr_ctrl(pi, LCNPHY_TX_PWR_CTRL_OFF); - write_radio_reg(pi, RADIO_2064_REG116, 0x06); - write_radio_reg(pi, RADIO_2064_REG12C, 0x07); - write_radio_reg(pi, RADIO_2064_REG06A, 0xd3); - write_radio_reg(pi, RADIO_2064_REG098, 0x03); - write_radio_reg(pi, RADIO_2064_REG00B, 0x7); - mod_radio_reg(pi, RADIO_2064_REG113, 1 << 4, 1 << 4); - write_radio_reg(pi, RADIO_2064_REG01D, 0x01); - write_radio_reg(pi, RADIO_2064_REG114, 0x01); - write_radio_reg(pi, RADIO_2064_REG02E, 0x10); - write_radio_reg(pi, RADIO_2064_REG12A, 0x08); - - mod_phy_reg(pi, 0x938, (0x1 << 0), 1 << 0); - mod_phy_reg(pi, 0x939, (0x1 << 0), 0 << 0); - mod_phy_reg(pi, 0x938, (0x1 << 1), 1 << 1); - mod_phy_reg(pi, 0x939, (0x1 << 1), 1 << 1); - mod_phy_reg(pi, 0x938, (0x1 << 2), 1 << 2); - mod_phy_reg(pi, 0x939, (0x1 << 2), 1 << 2); - mod_phy_reg(pi, 0x938, (0x1 << 3), 1 << 3); - mod_phy_reg(pi, 0x939, (0x1 << 3), 1 << 3); - mod_phy_reg(pi, 0x938, (0x1 << 5), 1 << 5); - mod_phy_reg(pi, 0x939, (0x1 << 5), 0 << 5); + for (i = 0; i < 11; i++) + values_to_save[i] = + read_radio_reg(pi, rxiq_cal_rf_reg[i]); + Core1TxControl_old = read_phy_reg(pi, 0x631); + + or_phy_reg(pi, 0x631, 0x0015); + + RFOverride0_old = read_phy_reg(pi, 0x44c); + RFOverrideVal0_old = read_phy_reg(pi, 0x44d); + rfoverride2_old = read_phy_reg(pi, 0x4b0); + rfoverride2val_old = read_phy_reg(pi, 0x4b1); + rfoverride3_old = read_phy_reg(pi, 0x4f9); + rfoverride3val_old = read_phy_reg(pi, 0x4fa); + rfoverride4_old = read_phy_reg(pi, 0x938); + rfoverride4val_old = read_phy_reg(pi, 0x939); + afectrlovr_old = read_phy_reg(pi, 0x43b); + afectrlovrval_old = read_phy_reg(pi, 0x43c); + old_sslpnCalibClkEnCtrl = read_phy_reg(pi, 0x6da); + old_sslpnRxFeClkEnCtrl = read_phy_reg(pi, 0x6db); + + tx_gain_override_old = wlc_lcnphy_tx_gain_override_enabled(pi); + if (tx_gain_override_old) { + wlc_lcnphy_get_tx_gain(pi, &old_gains); + tx_gain_index_old = pi_lcn->lcnphy_current_index; + } - mod_phy_reg(pi, 0x43b, (0x1 << 0), 1 << 0); - mod_phy_reg(pi, 0x43c, (0x1 << 0), 0 << 0); + wlc_lcnphy_set_tx_pwr_by_index(pi, tx_gain_idx); - write_phy_reg(pi, 0x6da, 0xffff); - or_phy_reg(pi, 0x6db, 0x3); + mod_phy_reg(pi, 0x4f9, (0x1 << 0), 1 << 0); + mod_phy_reg(pi, 0x4fa, (0x1 << 0), 0 << 0); - wlc_lcnphy_set_trsw_override(pi, tx_switch, rx_switch); - set_gain = false; + mod_phy_reg(pi, 0x43b, (0x1 << 1), 1 << 1); + mod_phy_reg(pi, 0x43c, (0x1 << 1), 0 << 1); - lna2_gain = 3; - while ((lna2_gain >= 0) && !set_gain) { - tia_gain = 4; - - while ((tia_gain >= 0) && !set_gain) { - biq1_gain = 6; - - while ((biq1_gain >= 0) && !set_gain) { - set_gain = wlc_lcnphy_rx_iq_cal_gain(pi, - (u16) - biq1_gain, - (u16) - tia_gain, - (u16) - lna2_gain); - biq1_gain -= 1; - } + write_radio_reg(pi, RADIO_2064_REG116, 0x06); + write_radio_reg(pi, RADIO_2064_REG12C, 0x07); + write_radio_reg(pi, RADIO_2064_REG06A, 0xd3); + write_radio_reg(pi, RADIO_2064_REG098, 0x03); + write_radio_reg(pi, RADIO_2064_REG00B, 0x7); + mod_radio_reg(pi, RADIO_2064_REG113, 1 << 4, 1 << 4); + write_radio_reg(pi, RADIO_2064_REG01D, 0x01); + write_radio_reg(pi, RADIO_2064_REG114, 0x01); + write_radio_reg(pi, RADIO_2064_REG02E, 0x10); + write_radio_reg(pi, RADIO_2064_REG12A, 0x08); + + mod_phy_reg(pi, 0x938, (0x1 << 0), 1 << 0); + mod_phy_reg(pi, 0x939, (0x1 << 0), 0 << 0); + mod_phy_reg(pi, 0x938, (0x1 << 1), 1 << 1); + mod_phy_reg(pi, 0x939, (0x1 << 1), 1 << 1); + mod_phy_reg(pi, 0x938, (0x1 << 2), 1 << 2); + mod_phy_reg(pi, 0x939, (0x1 << 2), 1 << 2); + mod_phy_reg(pi, 0x938, (0x1 << 3), 1 << 3); + mod_phy_reg(pi, 0x939, (0x1 << 3), 1 << 3); + mod_phy_reg(pi, 0x938, (0x1 << 5), 1 << 5); + mod_phy_reg(pi, 0x939, (0x1 << 5), 0 << 5); + + mod_phy_reg(pi, 0x43b, (0x1 << 0), 1 << 0); + mod_phy_reg(pi, 0x43c, (0x1 << 0), 0 << 0); + + wlc_lcnphy_start_tx_tone(pi, 2000, 120, 0); + write_phy_reg(pi, 0x6da, 0xffff); + or_phy_reg(pi, 0x6db, 0x3); + wlc_lcnphy_set_trsw_override(pi, tx_switch, rx_switch); + wlc_lcnphy_rx_gain_override_enable(pi, true); + + tia_gain = 8; + rx_pwr_threshold = 950; + while (tia_gain > 0) { tia_gain -= 1; + wlc_lcnphy_set_rx_gain_by_distribution(pi, + 0, 0, 2, 2, + (u16) + tia_gain, 1, 0); + udelay(500); + + received_power = + wlc_lcnphy_measure_digital_power(pi, 2000); + if (received_power < rx_pwr_threshold) + break; } - lna2_gain -= 1; - } - - if (set_gain) - result = wlc_lcnphy_calc_rx_iq_comp(pi, 1024); - else - result = false; - - wlc_lcnphy_stop_tx_tone(pi); - - write_phy_reg(pi, 0x631, Core1TxControl_old); - - write_phy_reg(pi, 0x44c, RFOverrideVal0_old); - write_phy_reg(pi, 0x44d, RFOverrideVal0_old); - write_phy_reg(pi, 0x4b0, rfoverride2_old); - write_phy_reg(pi, 0x4b1, rfoverride2val_old); - write_phy_reg(pi, 0x4f9, rfoverride3_old); - write_phy_reg(pi, 0x4fa, rfoverride3val_old); - write_phy_reg(pi, 0x938, rfoverride4_old); - write_phy_reg(pi, 0x939, rfoverride4val_old); - write_phy_reg(pi, 0x43b, afectrlovr_old); - write_phy_reg(pi, 0x43c, afectrlovrval_old); - write_phy_reg(pi, 0x6da, old_sslpnCalibClkEnCtrl); - write_phy_reg(pi, 0x6db, old_sslpnRxFeClkEnCtrl); + result = wlc_lcnphy_calc_rx_iq_comp(pi, 0xffff); - wlc_lcnphy_clear_trsw_override(pi); + wlc_lcnphy_stop_tx_tone(pi); - mod_phy_reg(pi, 0x44c, (0x1 << 2), 0 << 2); + write_phy_reg(pi, 0x631, Core1TxControl_old); - for (i = 0; i < 11; i++) - write_radio_reg(pi, rxiq_cal_rf_reg[i], - values_to_save[i]); + write_phy_reg(pi, 0x44c, RFOverrideVal0_old); + write_phy_reg(pi, 0x44d, RFOverrideVal0_old); + write_phy_reg(pi, 0x4b0, rfoverride2_old); + write_phy_reg(pi, 0x4b1, rfoverride2val_old); + write_phy_reg(pi, 0x4f9, rfoverride3_old); + write_phy_reg(pi, 0x4fa, rfoverride3val_old); + write_phy_reg(pi, 0x938, rfoverride4_old); + write_phy_reg(pi, 0x939, rfoverride4val_old); + write_phy_reg(pi, 0x43b, afectrlovr_old); + write_phy_reg(pi, 0x43c, afectrlovrval_old); + write_phy_reg(pi, 0x6da, old_sslpnCalibClkEnCtrl); + write_phy_reg(pi, 0x6db, old_sslpnRxFeClkEnCtrl); + + wlc_lcnphy_clear_trsw_override(pi); + + mod_phy_reg(pi, 0x44c, (0x1 << 2), 0 << 2); + + for (i = 0; i < 11; i++) + write_radio_reg(pi, rxiq_cal_rf_reg[i], + values_to_save[i]); - if (tx_gain_override_old) - wlc_lcnphy_set_tx_pwr_by_index(pi, tx_gain_index_old); - else - wlc_lcnphy_disable_tx_gain_override(pi); + if (tx_gain_override_old) + wlc_lcnphy_set_tx_pwr_by_index(pi, tx_gain_index_old); + else + wlc_lcnphy_disable_tx_gain_override(pi); - wlc_lcnphy_set_tx_pwr_ctrl(pi, tx_pwr_ctrl); - wlc_lcnphy_rx_gain_override_enable(pi, false); + wlc_lcnphy_set_tx_pwr_ctrl(pi, tx_pwr_ctrl); + wlc_lcnphy_rx_gain_override_enable(pi, false); + } cal_done: kfree(ptr); @@ -1829,17 +1781,6 @@ write_radio_reg(pi, RADIO_2064_REG038, 3); write_radio_reg(pi, RADIO_2064_REG091, 7); } - - if (!(pi->sh->boardflags & BFL_FEM)) { - u8 reg038[14] = {0xd, 0xe, 0xd, 0xd, 0xd, 0xc, - 0xa, 0xb, 0xb, 0x3, 0x3, 0x2, 0x0, 0x0}; - - write_radio_reg(pi, RADIO_2064_REG02A, 0xf); - write_radio_reg(pi, RADIO_2064_REG091, 0x3); - write_radio_reg(pi, RADIO_2064_REG038, 0x3); - - write_radio_reg(pi, RADIO_2064_REG038, reg038[channel - 1]); - } } static int @@ -2034,16 +1975,6 @@ } else { mod_radio_reg(pi, RADIO_2064_REG03A, 1, 0x1); mod_radio_reg(pi, RADIO_2064_REG11A, 0x8, 0x8); - mod_radio_reg(pi, RADIO_2064_REG028, 0x1, 0x0); - mod_radio_reg(pi, RADIO_2064_REG11A, 0x4, 1<<2); - mod_radio_reg(pi, RADIO_2064_REG036, 0x10, 0x0); - mod_radio_reg(pi, RADIO_2064_REG11A, 0x10, 1<<4); - mod_radio_reg(pi, RADIO_2064_REG036, 0x3, 0x0); - mod_radio_reg(pi, RADIO_2064_REG035, 0xff, 0x77); - mod_radio_reg(pi, RADIO_2064_REG028, 0x1e, 0xe<<1); - mod_radio_reg(pi, RADIO_2064_REG112, 0x80, 1<<7); - mod_radio_reg(pi, RADIO_2064_REG005, 0x7, 1<<1); - mod_radio_reg(pi, RADIO_2064_REG029, 0xf0, 0<<4); } } else { mod_phy_reg(pi, 0x4d9, (0x1 << 2), (0x1) << 2); @@ -2130,14 +2061,12 @@ (auxpga_vmid_temp << 0) | (auxpga_gain_temp << 12)); mod_radio_reg(pi, RADIO_2064_REG082, (1 << 5), (1 << 5)); - mod_radio_reg(pi, RADIO_2064_REG07C, (1 << 0), (1 << 0)); } static void wlc_lcnphy_tssi_setup(struct brcms_phy *pi) { struct phytbl_info tab; u32 rfseq, ind; - u8 tssi_sel; tab.tbl_id = LCNPHY_TBL_ID_TXPWRCTL; tab.tbl_width = 32; @@ -2159,13 +2088,7 @@ mod_phy_reg(pi, 0x503, (0x1 << 4), (1) << 4); - if (pi->sh->boardflags & BFL_FEM) { - tssi_sel = 0x1; - wlc_lcnphy_set_tssi_mux(pi, LCNPHY_TSSI_EXT); - } else { - tssi_sel = 0xe; - wlc_lcnphy_set_tssi_mux(pi, LCNPHY_TSSI_POST_PA); - } + wlc_lcnphy_set_tssi_mux(pi, LCNPHY_TSSI_EXT); mod_phy_reg(pi, 0x4a4, (0x1 << 14), (0) << 14); mod_phy_reg(pi, 0x4a4, (0x1 << 15), (1) << 15); @@ -2201,10 +2124,9 @@ mod_phy_reg(pi, 0x49a, (0x1ff << 0), (0xff) << 0); if (LCNREV_IS(pi->pubpi.phy_rev, 2)) { - mod_radio_reg(pi, RADIO_2064_REG028, 0xf, tssi_sel); + mod_radio_reg(pi, RADIO_2064_REG028, 0xf, 0xe); mod_radio_reg(pi, RADIO_2064_REG086, 0x4, 0x4); } else { - mod_radio_reg(pi, RADIO_2064_REG028, 0x1e, tssi_sel << 1); mod_radio_reg(pi, RADIO_2064_REG03A, 0x1, 1); mod_radio_reg(pi, RADIO_2064_REG11A, 0x8, 1 << 3); } @@ -2251,10 +2173,6 @@ mod_phy_reg(pi, 0x4d7, (0xf << 8), (0) << 8); - mod_radio_reg(pi, RADIO_2064_REG035, 0xff, 0x0); - mod_radio_reg(pi, RADIO_2064_REG036, 0x3, 0x0); - mod_radio_reg(pi, RADIO_2064_REG11A, 0x8, 0x8); - wlc_lcnphy_pwrctrl_rssiparams(pi); } @@ -2873,8 +2791,6 @@ read_radio_reg(pi, RADIO_2064_REG007) & 1; u16 SAVE_jtag_auxpga = read_radio_reg(pi, RADIO_2064_REG0FF) & 0x10; u16 SAVE_iqadc_aux_en = read_radio_reg(pi, RADIO_2064_REG11F) & 4; - u8 SAVE_bbmult = wlc_lcnphy_get_bbmult(pi); - idleTssi = read_phy_reg(pi, 0x4ab); suspend = (0 == (bcma_read32(pi->d11core, D11REGOFFS(maccontrol)) & MCTL_EN_MAC)); @@ -2892,12 +2808,6 @@ mod_radio_reg(pi, RADIO_2064_REG0FF, 0x10, 1 << 4); mod_radio_reg(pi, RADIO_2064_REG11F, 0x4, 1 << 2); wlc_lcnphy_tssi_setup(pi); - - mod_phy_reg(pi, 0x4d7, (0x1 << 0), (1 << 0)); - mod_phy_reg(pi, 0x4d7, (0x1 << 6), (1 << 6)); - - wlc_lcnphy_set_bbmult(pi, 0x0); - wlc_phy_do_dummy_tx(pi, true, OFF); idleTssi = ((read_phy_reg(pi, 0x4ab) & (0x1ff << 0)) >> 0); @@ -2919,7 +2829,6 @@ mod_phy_reg(pi, 0x44c, (0x1 << 12), (0) << 12); - wlc_lcnphy_set_bbmult(pi, SAVE_bbmult); wlc_lcnphy_set_tx_gain_override(pi, tx_gain_override_old); wlc_lcnphy_set_tx_gain(pi, &old_gains); wlc_lcnphy_set_tx_pwr_ctrl(pi, SAVE_txpwrctrl); @@ -3133,11 +3042,6 @@ wlc_lcnphy_write_table(pi, &tab); tab.tbl_offset++; } - mod_phy_reg(pi, 0x4d0, (0x1 << 0), (0) << 0); - mod_phy_reg(pi, 0x4d3, (0xff << 0), (0) << 0); - mod_phy_reg(pi, 0x4d3, (0xff << 8), (0) << 8); - mod_phy_reg(pi, 0x4d0, (0x1 << 4), (0) << 4); - mod_phy_reg(pi, 0x4d0, (0x1 << 2), (0) << 2); mod_phy_reg(pi, 0x410, (0x1 << 7), (0) << 7); @@ -3939,6 +3843,7 @@ target_gains.pad_gain = 21; target_gains.dac_gain = 0; wlc_lcnphy_set_tx_gain(pi, &target_gains); + wlc_lcnphy_set_tx_pwr_by_index(pi, 16); if (LCNREV_IS(pi->pubpi.phy_rev, 1) || pi_lcn->lcnphy_hw_iqcal_en) { @@ -3949,7 +3854,6 @@ lcnphy_recal ? LCNPHY_CAL_RECAL : LCNPHY_CAL_FULL), false); } else { - wlc_lcnphy_set_tx_pwr_by_index(pi, 16); wlc_lcnphy_tx_iqlo_soft_cal_full(pi); } @@ -4374,22 +4278,17 @@ if (CHSPEC_IS5G(pi->radio_chanspec)) pa_gain = 0x70; else - pa_gain = 0x60; + pa_gain = 0x70; if (pi->sh->boardflags & BFL_FEM) pa_gain = 0x10; - tab.tbl_id = LCNPHY_TBL_ID_TXPWRCTL; tab.tbl_width = 32; tab.tbl_len = 1; tab.tbl_ptr = &val; for (j = 0; j < 128; j++) { - if (pi->sh->boardflags & BFL_FEM) - gm_gain = gain_table[j].gm; - else - gm_gain = 15; - + gm_gain = gain_table[j].gm; val = (((u32) pa_gain << 24) | (gain_table[j].pad << 16) | (gain_table[j].pga << 8) | gm_gain); @@ -4600,10 +4499,7 @@ write_phy_reg(pi, 0x4ea, 0x4688); - if (pi->sh->boardflags & BFL_FEM) - mod_phy_reg(pi, 0x4eb, (0x7 << 0), 2 << 0); - else - mod_phy_reg(pi, 0x4eb, (0x7 << 0), 3 << 0); + mod_phy_reg(pi, 0x4eb, (0x7 << 0), 2 << 0); mod_phy_reg(pi, 0x4eb, (0x7 << 6), 0 << 6); @@ -4614,13 +4510,6 @@ wlc_lcnphy_rcal(pi); wlc_lcnphy_rc_cal(pi); - - if (!(pi->sh->boardflags & BFL_FEM)) { - write_radio_reg(pi, RADIO_2064_REG032, 0x6f); - write_radio_reg(pi, RADIO_2064_REG033, 0x19); - write_radio_reg(pi, RADIO_2064_REG039, 0xe); - } - } static void wlc_lcnphy_radio_init(struct brcms_phy *pi) @@ -4650,20 +4539,22 @@ wlc_lcnphy_write_table(pi, &tab); } - if (!(pi->sh->boardflags & BFL_FEM)) { - tab.tbl_id = LCNPHY_TBL_ID_RFSEQ; - tab.tbl_width = 16; - tab.tbl_ptr = &val; - tab.tbl_len = 1; + tab.tbl_id = LCNPHY_TBL_ID_RFSEQ; + tab.tbl_width = 16; + tab.tbl_ptr = &val; + tab.tbl_len = 1; - val = 150; - tab.tbl_offset = 0; - wlc_lcnphy_write_table(pi, &tab); + val = 114; + tab.tbl_offset = 0; + wlc_lcnphy_write_table(pi, &tab); - val = 220; - tab.tbl_offset = 1; - wlc_lcnphy_write_table(pi, &tab); - } + val = 130; + tab.tbl_offset = 1; + wlc_lcnphy_write_table(pi, &tab); + + val = 6; + tab.tbl_offset = 8; + wlc_lcnphy_write_table(pi, &tab); if (CHSPEC_IS2G(pi->radio_chanspec)) { if (pi->sh->boardflags & BFL_FEM) @@ -5055,7 +4946,6 @@ wlc_lcnphy_load_tx_iir_filter(pi, true, 3); mod_phy_reg(pi, 0x4eb, (0x7 << 3), (1) << 3); - wlc_lcnphy_tssi_setup(pi); } void wlc_phy_detach_lcnphy(struct brcms_phy *pi) @@ -5094,7 +4984,8 @@ if (!wlc_phy_txpwr_srom_read_lcnphy(pi)) return false; - if (LCNREV_IS(pi->pubpi.phy_rev, 1)) { + if ((pi->sh->boardflags & BFL_FEM) && + (LCNREV_IS(pi->pubpi.phy_rev, 1))) { if (pi_lcn->lcnphy_tempsense_option == 3) { pi->hwpwrctrl = true; pi->hwpwrctrl_capable = true; --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/b43/phy_n.c +++ linux-lowlatency-3.8.0/drivers/net/wireless/b43/phy_n.c @@ -1564,7 +1564,7 @@ u16 clip_off[2] = { 0xFFFF, 0xFFFF }; u8 vcm_final = 0; - s8 offset[4]; + s32 offset[4]; s32 results[8][4] = { }; s32 results_min[4] = { }; s32 poll_results[4] = { }; @@ -1615,7 +1615,7 @@ } for (i = 0; i < 4; i += 2) { s32 curr; - s32 mind = 40; + s32 mind = 0x100000; s32 minpoll = 249; u8 minvcm = 0; if (2 * core != i) @@ -1732,7 +1732,7 @@ u8 regs_save_radio[2]; u16 regs_save_phy[2]; - s8 offset[4]; + s32 offset[4]; u8 core; u8 rail; @@ -1799,7 +1799,7 @@ } for (i = 0; i < 4; i++) { - s32 mind = 40; + s32 mind = 0x100000; u8 minvcm = 0; s32 minpoll = 249; s32 curr; @@ -5165,7 +5165,8 @@ #endif #ifdef CONFIG_B43_SSB case B43_BUS_SSB: - /* FIXME */ + ssb_pmu_spuravoid_pllupdate(&dev->dev->sdev->bus->chipco, + avoid); break; #endif } --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/b43/main.c +++ linux-lowlatency-3.8.0/drivers/net/wireless/b43/main.c @@ -1895,30 +1895,18 @@ } } - if (unlikely(merged_dma_reason & (B43_DMAIRQ_FATALMASK | - B43_DMAIRQ_NONFATALMASK))) { - if (merged_dma_reason & B43_DMAIRQ_FATALMASK) { - b43err(dev->wl, "Fatal DMA error: " - "0x%08X, 0x%08X, 0x%08X, " - "0x%08X, 0x%08X, 0x%08X\n", - dma_reason[0], dma_reason[1], - dma_reason[2], dma_reason[3], - dma_reason[4], dma_reason[5]); - b43err(dev->wl, "This device does not support DMA " + if (unlikely(merged_dma_reason & (B43_DMAIRQ_FATALMASK))) { + b43err(dev->wl, + "Fatal DMA error: 0x%08X, 0x%08X, 0x%08X, 0x%08X, 0x%08X, 0x%08X\n", + dma_reason[0], dma_reason[1], + dma_reason[2], dma_reason[3], + dma_reason[4], dma_reason[5]); + b43err(dev->wl, "This device does not support DMA " "on your system. It will now be switched to PIO.\n"); - /* Fall back to PIO transfers if we get fatal DMA errors! */ - dev->use_pio = true; - b43_controller_restart(dev, "DMA error"); - return; - } - if (merged_dma_reason & B43_DMAIRQ_NONFATALMASK) { - b43err(dev->wl, "DMA error: " - "0x%08X, 0x%08X, 0x%08X, " - "0x%08X, 0x%08X, 0x%08X\n", - dma_reason[0], dma_reason[1], - dma_reason[2], dma_reason[3], - dma_reason[4], dma_reason[5]); - } + /* Fall back to PIO transfers if we get fatal DMA errors! */ + dev->use_pio = true; + b43_controller_restart(dev, "DMA error"); + return; } if (unlikely(reason & B43_IRQ_UCODE_DEBUG)) @@ -1937,6 +1925,11 @@ handle_irq_noise(dev); /* Check the DMA reason registers for received data. */ + if (dma_reason[0] & B43_DMAIRQ_RDESC_UFLOW) { + if (B43_DEBUG) + b43warn(dev->wl, "RX descriptor underrun\n"); + b43_dma_handle_rx_overflow(dev->dma.rx_ring); + } if (dma_reason[0] & B43_DMAIRQ_RX_DONE) { if (b43_using_pio_transfers(dev)) b43_pio_rx(dev->pio.rx_queue); @@ -1994,7 +1987,7 @@ return IRQ_NONE; dev->dma_reason[0] = b43_read32(dev, B43_MMIO_DMA0_REASON) - & 0x0001DC00; + & 0x0001FC00; dev->dma_reason[1] = b43_read32(dev, B43_MMIO_DMA1_REASON) & 0x0000DC00; dev->dma_reason[2] = b43_read32(dev, B43_MMIO_DMA2_REASON) @@ -3126,7 +3119,7 @@ b43_write32(dev, 0x018C, 0x02000000); } b43_write32(dev, B43_MMIO_GEN_IRQ_REASON, 0x00004000); - b43_write32(dev, B43_MMIO_DMA0_IRQ_MASK, 0x0001DC00); + b43_write32(dev, B43_MMIO_DMA0_IRQ_MASK, 0x0001FC00); b43_write32(dev, B43_MMIO_DMA1_IRQ_MASK, 0x0000DC00); b43_write32(dev, B43_MMIO_DMA2_IRQ_MASK, 0x0000DC00); b43_write32(dev, B43_MMIO_DMA3_IRQ_MASK, 0x0001DC00); @@ -4214,7 +4207,6 @@ mutex_unlock(&wl->mutex); cancel_delayed_work_sync(&dev->periodic_work); cancel_work_sync(&wl->tx_work); - cancel_work_sync(&wl->firmware_load); mutex_lock(&wl->mutex); dev = wl->current_dev; if (!dev || b43_status(dev) < B43_STAT_STARTED) { @@ -5434,6 +5426,7 @@ /* We must cancel any work here before unregistering from ieee80211, * as the ieee80211 unreg will destroy the workqueue. */ cancel_work_sync(&wldev->restart_work); + cancel_work_sync(&wl->firmware_load); B43_WARN_ON(!wl); if (!wldev->fw.ucode.data) @@ -5510,6 +5503,7 @@ /* We must cancel any work here before unregistering from ieee80211, * as the ieee80211 unreg will destroy the workqueue. */ cancel_work_sync(&wldev->restart_work); + cancel_work_sync(&wl->firmware_load); B43_WARN_ON(!wl); if (!wldev->fw.ucode.data) --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/b43/dma.h +++ linux-lowlatency-3.8.0/drivers/net/wireless/b43/dma.h @@ -9,7 +9,7 @@ /* DMA-Interrupt reasons. */ #define B43_DMAIRQ_FATALMASK ((1 << 10) | (1 << 11) | (1 << 12) \ | (1 << 14) | (1 << 15)) -#define B43_DMAIRQ_NONFATALMASK (1 << 13) +#define B43_DMAIRQ_RDESC_UFLOW (1 << 13) #define B43_DMAIRQ_RX_DONE (1 << 16) /*** 32-bit DMA Engine. ***/ @@ -169,7 +169,7 @@ /* DMA engine tuning knobs */ #define B43_TXRING_SLOTS 256 -#define B43_RXRING_SLOTS 64 +#define B43_RXRING_SLOTS 256 #define B43_DMA0_RX_FW598_BUFSIZE (B43_DMA0_RX_FW598_FO + IEEE80211_MAX_FRAME_LEN) #define B43_DMA0_RX_FW351_BUFSIZE (B43_DMA0_RX_FW351_FO + IEEE80211_MAX_FRAME_LEN) @@ -295,6 +295,8 @@ void b43_dma_handle_txstatus(struct b43_wldev *dev, const struct b43_txstatus *status); +void b43_dma_handle_rx_overflow(struct b43_dmaring *ring); + void b43_dma_rx(struct b43_dmaring *ring); void b43_dma_direct_fifo_rx(struct b43_wldev *dev, --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/b43/dma.c +++ linux-lowlatency-3.8.0/drivers/net/wireless/b43/dma.c @@ -1487,8 +1487,12 @@ const struct b43_dma_ops *ops; struct b43_dmaring *ring; struct b43_dmadesc_meta *meta; + static const struct b43_txstatus fake; /* filled with 0 */ + const struct b43_txstatus *txstat; int slot, firstused; bool frame_succeed; + int skip; + static u8 err_out1, err_out2; ring = parse_cookie(dev, status->cookie, &slot); if (unlikely(!ring)) @@ -1501,13 +1505,36 @@ firstused = ring->current_slot - ring->used_slots + 1; if (firstused < 0) firstused = ring->nr_slots + firstused; + + skip = 0; if (unlikely(slot != firstused)) { /* This possibly is a firmware bug and will result in - * malfunction, memory leaks and/or stall of DMA functionality. */ - b43dbg(dev->wl, "Out of order TX status report on DMA ring %d. " - "Expected %d, but got %d\n", - ring->index, firstused, slot); - return; + * malfunction, memory leaks and/or stall of DMA functionality. + */ + if (slot == next_slot(ring, next_slot(ring, firstused))) { + /* If a single header/data pair was missed, skip over + * the first two slots in an attempt to recover. + */ + slot = firstused; + skip = 2; + if (!err_out1) { + /* Report the error once. */ + b43dbg(dev->wl, + "Skip on DMA ring %d slot %d.\n", + ring->index, slot); + err_out1 = 1; + } + } else { + /* More than a single header/data pair were missed. + * Report this error once. + */ + if (!err_out2) + b43dbg(dev->wl, + "Out of order TX status report on DMA ring %d. Expected %d, but got %d\n", + ring->index, firstused, slot); + err_out2 = 1; + return; + } } ops = ring->ops; @@ -1522,11 +1549,13 @@ slot, firstused, ring->index); break; } + if (meta->skb) { struct b43_private_tx_info *priv_info = - b43_get_priv_tx_info(IEEE80211_SKB_CB(meta->skb)); + b43_get_priv_tx_info(IEEE80211_SKB_CB(meta->skb)); - unmap_descbuffer(ring, meta->dmaaddr, meta->skb->len, 1); + unmap_descbuffer(ring, meta->dmaaddr, + meta->skb->len, 1); kfree(priv_info->bouncebuffer); priv_info->bouncebuffer = NULL; } else { @@ -1538,8 +1567,9 @@ struct ieee80211_tx_info *info; if (unlikely(!meta->skb)) { - /* This is a scatter-gather fragment of a frame, so - * the skb pointer must not be NULL. */ + /* This is a scatter-gather fragment of a frame, + * so the skb pointer must not be NULL. + */ b43dbg(dev->wl, "TX status unexpected NULL skb " "at slot %d (first=%d) on ring %d\n", slot, firstused, ring->index); @@ -1550,9 +1580,18 @@ /* * Call back to inform the ieee80211 subsystem about - * the status of the transmission. + * the status of the transmission. When skipping over + * a missed TX status report, use a status structure + * filled with zeros to indicate that the frame was not + * sent (frame_count 0) and not acknowledged */ - frame_succeed = b43_fill_txstatus_report(dev, info, status); + if (unlikely(skip)) + txstat = &fake; + else + txstat = status; + + frame_succeed = b43_fill_txstatus_report(dev, info, + txstat); #ifdef CONFIG_B43_DEBUG if (frame_succeed) ring->nr_succeed_tx_packets++; @@ -1580,12 +1619,14 @@ /* Everything unmapped and free'd. So it's not used anymore. */ ring->used_slots--; - if (meta->is_last_fragment) { + if (meta->is_last_fragment && !skip) { /* This is the last scatter-gather * fragment of the frame. We are done. */ break; } slot = next_slot(ring, slot); + if (skip > 0) + --skip; } if (ring->stopped) { B43_WARN_ON(free_slots(ring) < TX_SLOTS_PER_FRAME); @@ -1692,6 +1733,25 @@ sync_descbuffer_for_device(ring, dmaaddr, ring->rx_buffersize); } +void b43_dma_handle_rx_overflow(struct b43_dmaring *ring) +{ + int current_slot, previous_slot; + + B43_WARN_ON(ring->tx); + + /* Device has filled all buffers, drop all packets and let TCP + * decrease speed. + * Decrement RX index by one will let the device to see all slots + * as free again + */ + /* + *TODO: How to increase rx_drop in mac80211? + */ + current_slot = ring->ops->get_current_rxslot(ring); + previous_slot = prev_slot(ring, current_slot); + ring->ops->set_current_rxslot(ring, previous_slot); +} + void b43_dma_rx(struct b43_dmaring *ring) { const struct b43_dma_ops *ops = ring->ops; --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/p54/p54usb.c +++ linux-lowlatency-3.8.0/drivers/net/wireless/p54/p54usb.c @@ -84,8 +84,8 @@ {USB_DEVICE(0x06b9, 0x0121)}, /* Thomson SpeedTouch 121g */ {USB_DEVICE(0x0707, 0xee13)}, /* SMC 2862W-G version 2 */ {USB_DEVICE(0x0803, 0x4310)}, /* Zoom 4410a */ - {USB_DEVICE(0x083a, 0x4503)}, /* T-Com Sinus 154 data II */ {USB_DEVICE(0x083a, 0x4521)}, /* Siemens Gigaset USB Adapter 54 version 2 */ + {USB_DEVICE(0x083a, 0x4531)}, /* T-Com Sinus 154 data II */ {USB_DEVICE(0x083a, 0xc501)}, /* Zoom Wireless-G 4410 */ {USB_DEVICE(0x083a, 0xf503)}, /* Accton FD7050E ver 1010ec */ {USB_DEVICE(0x0846, 0x4240)}, /* Netgear WG111 (v2) */ --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/libertas/if_sdio.c +++ linux-lowlatency-3.8.0/drivers/net/wireless/libertas/if_sdio.c @@ -825,6 +825,11 @@ sdio_release_host(func); + /* Set fw_ready before queuing any commands so that + * lbs_thread won't block from sending them to firmware. + */ + priv->fw_ready = 1; + /* * FUNC_INIT is required for SD8688 WLAN/BT multiple functions */ @@ -839,7 +844,6 @@ netdev_alert(priv->dev, "CMD_FUNC_INIT cmd failed\n"); } - priv->fw_ready = 1; wake_up(&card->pwron_waitq); if (!card->started) { --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/ath/ath9k/htc.h +++ linux-lowlatency-3.8.0/drivers/net/wireless/ath/ath9k/htc.h @@ -22,6 +22,7 @@ #include #include #include +#include #include #include #include --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/ath/ath9k/htc_drv_txrx.c +++ linux-lowlatency-3.8.0/drivers/net/wireless/ath/ath9k/htc_drv_txrx.c @@ -1067,15 +1067,19 @@ last_rssi = priv->rx.last_rssi; - if (likely(last_rssi != ATH_RSSI_DUMMY_MARKER)) - rxbuf->rxstatus.rs_rssi = ATH_EP_RND(last_rssi, - ATH_RSSI_EP_MULTIPLIER); + if (ieee80211_is_beacon(hdr->frame_control) && + !is_zero_ether_addr(common->curbssid) && + ether_addr_equal(hdr->addr3, common->curbssid)) { + s8 rssi = rxbuf->rxstatus.rs_rssi; - if (rxbuf->rxstatus.rs_rssi < 0) - rxbuf->rxstatus.rs_rssi = 0; + if (likely(last_rssi != ATH_RSSI_DUMMY_MARKER)) + rssi = ATH_EP_RND(last_rssi, ATH_RSSI_EP_MULTIPLIER); - if (ieee80211_is_beacon(fc)) - priv->ah->stats.avgbrssi = rxbuf->rxstatus.rs_rssi; + if (rssi < 0) + rssi = 0; + + priv->ah->stats.avgbrssi = rssi; + } rx_status->mactime = be64_to_cpu(rxbuf->rxstatus.rs_tstamp); rx_status->band = hw->conf.channel->band; --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/ath/ath9k/hw.c +++ linux-lowlatency-3.8.0/drivers/net/wireless/ath/ath9k/hw.c @@ -1480,7 +1480,9 @@ reset_type = ATH9K_RESET_POWER_ON; else reset_type = ATH9K_RESET_COLD; - } + } else if (ah->chip_fullsleep || REG_READ(ah, AR_Q_TXE) || + (REG_READ(ah, AR_CR) & AR_CR_RXE)) + reset_type = ATH9K_RESET_COLD; if (!ath9k_hw_set_reset_reg(ah, reset_type)) return false; --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/ath/ath9k/ar9580_1p0_initvals.h +++ linux-lowlatency-3.8.0/drivers/net/wireless/ath/ath9k/ar9580_1p0_initvals.h @@ -519,7 +519,7 @@ {0x00008258, 0x00000000}, {0x0000825c, 0x40000000}, {0x00008260, 0x00080922}, - {0x00008264, 0x9bc00010}, + {0x00008264, 0x9d400010}, {0x00008268, 0xffffffff}, {0x0000826c, 0x0000ffff}, {0x00008270, 0x00000000}, --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/ath/ath9k/main.c +++ linux-lowlatency-3.8.0/drivers/net/wireless/ath/ath9k/main.c @@ -1236,6 +1236,7 @@ struct ath_common *common = ath9k_hw_common(sc->sc_ah); struct ath_node *an = (struct ath_node *) sta->drv_priv; struct ieee80211_key_conf ps_key = { }; + int key; ath_node_attach(sc, sta, vif); @@ -1243,7 +1244,9 @@ vif->type != NL80211_IFTYPE_AP_VLAN) return 0; - an->ps_key = ath_key_config(common, vif, sta, &ps_key); + key = ath_key_config(common, vif, sta, &ps_key); + if (key > 0) + an->ps_key = key; return 0; } @@ -1260,6 +1263,7 @@ return; ath_key_delete(common, &ps_key); + an->ps_key = 0; } static int ath9k_sta_remove(struct ieee80211_hw *hw, --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/ath/ath9k/htc_drv_init.c +++ linux-lowlatency-3.8.0/drivers/net/wireless/ath/ath9k/htc_drv_init.c @@ -796,7 +796,7 @@ * required version. */ if (priv->fw_version_major != MAJOR_VERSION_REQ || - priv->fw_version_minor != MINOR_VERSION_REQ) { + priv->fw_version_minor < MINOR_VERSION_REQ) { dev_err(priv->dev, "ath9k_htc: Please upgrade to FW version %d.%d\n", MAJOR_VERSION_REQ, MINOR_VERSION_REQ); return -EINVAL; --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/ath/ath9k/link.c +++ linux-lowlatency-3.8.0/drivers/net/wireless/ath/ath9k/link.c @@ -28,21 +28,21 @@ int i; bool needreset = false; - for (i = 0; i < ATH9K_NUM_TX_QUEUES; i++) - if (ATH_TXQ_SETUP(sc, i)) { - txq = &sc->tx.txq[i]; - ath_txq_lock(sc, txq); - if (txq->axq_depth) { - if (txq->axq_tx_inprogress) { - needreset = true; - ath_txq_unlock(sc, txq); - break; - } else { - txq->axq_tx_inprogress = true; - } + for (i = 0; i < IEEE80211_NUM_ACS; i++) { + txq = sc->tx.txq_map[i]; + + ath_txq_lock(sc, txq); + if (txq->axq_depth) { + if (txq->axq_tx_inprogress) { + needreset = true; + ath_txq_unlock(sc, txq); + break; + } else { + txq->axq_tx_inprogress = true; } - ath_txq_unlock_complete(sc, txq); } + ath_txq_unlock_complete(sc, txq); + } if (needreset) { ath_dbg(ath9k_hw_common(sc->sc_ah), RESET, @@ -170,7 +170,8 @@ { struct ath_softc *sc = (struct ath_softc *)data; - ieee80211_queue_work(sc->hw, &sc->hw_check_work); + if (!test_bit(SC_OP_INVALID, &sc->sc_flags)) + ieee80211_queue_work(sc->hw, &sc->hw_check_work); } /* --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/ath/ath9k/ar9003_calib.c +++ linux-lowlatency-3.8.0/drivers/net/wireless/ath/ath9k/ar9003_calib.c @@ -959,23 +959,70 @@ AR_PHY_65NM_RXRF_AGC_AGC_CAL_OVR, 0); } +static void ar9003_hw_do_manual_peak_cal(struct ath_hw *ah, + struct ath9k_channel *chan) +{ + int i; + + if (!AR_SREV_9462(ah) && !AR_SREV_9565(ah) && !AR_SREV_9485(ah)) + return; + + for (i = 0; i < AR9300_MAX_CHAINS; i++) { + if (!(ah->rxchainmask & (1 << i))) + continue; + ar9003_hw_manual_peak_cal(ah, i, IS_CHAN_2GHZ(chan)); + } +} + +static void ar9003_hw_cl_cal_post_proc(struct ath_hw *ah, bool is_reusable) +{ + u32 cl_idx[AR9300_MAX_CHAINS] = { AR_PHY_CL_TAB_0, + AR_PHY_CL_TAB_1, + AR_PHY_CL_TAB_2 }; + struct ath9k_hw_cal_data *caldata = ah->caldata; + bool txclcal_done = false; + int i, j; + + if (!caldata || !(ah->enabled_cals & TX_CL_CAL)) + return; + + txclcal_done = !!(REG_READ(ah, AR_PHY_AGC_CONTROL) & + AR_PHY_AGC_CONTROL_CLC_SUCCESS); + + if (caldata->done_txclcal_once) { + for (i = 0; i < AR9300_MAX_CHAINS; i++) { + if (!(ah->txchainmask & (1 << i))) + continue; + for (j = 0; j < MAX_CL_TAB_ENTRY; j++) + REG_WRITE(ah, CL_TAB_ENTRY(cl_idx[i]), + caldata->tx_clcal[i][j]); + } + } else if (is_reusable && txclcal_done) { + for (i = 0; i < AR9300_MAX_CHAINS; i++) { + if (!(ah->txchainmask & (1 << i))) + continue; + for (j = 0; j < MAX_CL_TAB_ENTRY; j++) + caldata->tx_clcal[i][j] = + REG_READ(ah, CL_TAB_ENTRY(cl_idx[i])); + } + caldata->done_txclcal_once = true; + } +} + static bool ar9003_hw_init_cal(struct ath_hw *ah, struct ath9k_channel *chan) { struct ath_common *common = ath9k_hw_common(ah); struct ath9k_hw_cal_data *caldata = ah->caldata; - bool txiqcal_done = false, txclcal_done = false; + bool txiqcal_done = false; bool is_reusable = true, status = true; bool run_rtt_cal = false, run_agc_cal; bool rtt = !!(ah->caps.hw_caps & ATH9K_HW_CAP_RTT); u32 agc_ctrl = 0, agc_supp_cals = AR_PHY_AGC_CONTROL_OFFSET_CAL | AR_PHY_AGC_CONTROL_FLTR_CAL | AR_PHY_AGC_CONTROL_PKDET_CAL; - int i, j; - u32 cl_idx[AR9300_MAX_CHAINS] = { AR_PHY_CL_TAB_0, - AR_PHY_CL_TAB_1, - AR_PHY_CL_TAB_2 }; + /* Use chip chainmask only for calibration */ ar9003_hw_set_chain_masks(ah, ah->caps.rx_chainmask, ah->caps.tx_chainmask); if (rtt) { @@ -1059,14 +1106,8 @@ status = ath9k_hw_wait(ah, AR_PHY_AGC_CONTROL, AR_PHY_AGC_CONTROL_CAL, 0, AH_WAIT_TIMEOUT); - if (AR_SREV_9462(ah) || AR_SREV_9565(ah)) { - for (i = 0; i < AR9300_MAX_CHAINS; i++) { - if (!(ah->rxchainmask & (1 << i))) - continue; - ar9003_hw_manual_peak_cal(ah, i, - IS_CHAN_2GHZ(chan)); - } - } + + ar9003_hw_do_manual_peak_cal(ah, chan); } if (ath9k_hw_mci_is_enabled(ah) && IS_CHAN_2GHZ(chan) && run_agc_cal) @@ -1091,31 +1132,7 @@ else if (caldata && caldata->done_txiqcal_once) ar9003_hw_tx_iq_cal_reload(ah); -#define CL_TAB_ENTRY(reg_base) (reg_base + (4 * j)) - if (caldata && (ah->enabled_cals & TX_CL_CAL)) { - txclcal_done = !!(REG_READ(ah, AR_PHY_AGC_CONTROL) & - AR_PHY_AGC_CONTROL_CLC_SUCCESS); - if (caldata->done_txclcal_once) { - for (i = 0; i < AR9300_MAX_CHAINS; i++) { - if (!(ah->txchainmask & (1 << i))) - continue; - for (j = 0; j < MAX_CL_TAB_ENTRY; j++) - REG_WRITE(ah, CL_TAB_ENTRY(cl_idx[i]), - caldata->tx_clcal[i][j]); - } - } else if (is_reusable && txclcal_done) { - for (i = 0; i < AR9300_MAX_CHAINS; i++) { - if (!(ah->txchainmask & (1 << i))) - continue; - for (j = 0; j < MAX_CL_TAB_ENTRY; j++) - caldata->tx_clcal[i][j] = - REG_READ(ah, - CL_TAB_ENTRY(cl_idx[i])); - } - caldata->done_txclcal_once = true; - } - } -#undef CL_TAB_ENTRY + ar9003_hw_cl_cal_post_proc(ah, is_reusable); if (run_rtt_cal && caldata) { if (is_reusable) { @@ -1131,6 +1148,9 @@ ar9003_hw_rtt_disable(ah); } + /* Revert chainmask to runtime parameters */ + ar9003_hw_set_chain_masks(ah, ah->rxchainmask, ah->txchainmask); + /* Initialize list pointers */ ah->cal_list = ah->cal_list_last = ah->cal_list_curr = NULL; ah->supp_cals = IQ_MISMATCH_CAL; --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/ath/ath9k/ar9485_initvals.h +++ linux-lowlatency-3.8.0/drivers/net/wireless/ath/ath9k/ar9485_initvals.h @@ -874,7 +874,7 @@ {0x0000a284, 0x00000000, 0x00000000, 0x000002a0, 0x000002a0}, {0x0000a288, 0x00000000, 0x00000000, 0x00000000, 0x00000000}, {0x0000a28c, 0x00000000, 0x00000000, 0x00000000, 0x00000000}, - {0x0000a2c4, 0x00158d18, 0x00158d18, 0x00158d18, 0x00158d18}, + {0x0000a2c4, 0x00158d18, 0x00158d18, 0x00058d18, 0x00058d18}, {0x0000a2d0, 0x00071981, 0x00071981, 0x00071982, 0x00071982}, {0x0000a2d8, 0xf999a83a, 0xf999a83a, 0xf999a83a, 0xf999a83a}, {0x0000a358, 0x00000000, 0x00000000, 0x00000000, 0x00000000}, --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/ath/ath9k/hw.h +++ linux-lowlatency-3.8.0/drivers/net/wireless/ath/ath9k/hw.h @@ -397,6 +397,7 @@ #define MAX_RTT_TABLE_ENTRY 6 #define MAX_IQCAL_MEASUREMENT 8 #define MAX_CL_TAB_ENTRY 16 +#define CL_TAB_ENTRY(reg_base) (reg_base + (4 * j)) struct ath9k_hw_cal_data { u16 channel; --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/ath/ath9k/common.h +++ linux-lowlatency-3.8.0/drivers/net/wireless/ath/ath9k/common.h @@ -27,7 +27,7 @@ #define WME_MAX_BA WME_BA_BMP_SIZE #define ATH_TID_MAX_BUFS (2 * WME_MAX_BA) -#define ATH_RSSI_DUMMY_MARKER 0x127 +#define ATH_RSSI_DUMMY_MARKER 127 #define ATH_RSSI_LPF_LEN 10 #define RSSI_LPF_THRESHOLD -20 #define ATH_RSSI_EP_MULTIPLIER (1<<7) --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/mwifiex/sta_ioctl.c +++ linux-lowlatency-3.8.0/drivers/net/wireless/mwifiex/sta_ioctl.c @@ -54,16 +54,10 @@ * This function waits on a cmd wait queue. It also cancels the pending * request after waking up, in case of errors. */ -int mwifiex_wait_queue_complete(struct mwifiex_adapter *adapter) +int mwifiex_wait_queue_complete(struct mwifiex_adapter *adapter, + struct cmd_ctrl_node *cmd_queued) { int status; - struct cmd_ctrl_node *cmd_queued; - - if (!adapter->cmd_queued) - return 0; - - cmd_queued = adapter->cmd_queued; - adapter->cmd_queued = NULL; dev_dbg(adapter->dev, "cmd pending\n"); atomic_inc(&adapter->cmd_pending); @@ -105,7 +99,7 @@ } else { /* Multicast */ priv->curr_pkt_filter &= ~HostCmd_ACT_MAC_PROMISCUOUS_ENABLE; - if (mcast_list->mode == MWIFIEX_MULTICAST_MODE) { + if (mcast_list->mode == MWIFIEX_ALL_MULTI_MODE) { dev_dbg(priv->adapter->dev, "info: Enabling All Multicast!\n"); priv->curr_pkt_filter |= @@ -117,20 +111,11 @@ dev_dbg(priv->adapter->dev, "info: Set multicast list=%d\n", mcast_list->num_multicast_addr); - /* Set multicast addresses to firmware */ - if (old_pkt_filter == priv->curr_pkt_filter) { - /* Send request to firmware */ - ret = mwifiex_send_cmd_async(priv, - HostCmd_CMD_MAC_MULTICAST_ADR, - HostCmd_ACT_GEN_SET, 0, - mcast_list); - } else { - /* Send request to firmware */ - ret = mwifiex_send_cmd_async(priv, - HostCmd_CMD_MAC_MULTICAST_ADR, - HostCmd_ACT_GEN_SET, 0, - mcast_list); - } + /* Send multicast addresses to firmware */ + ret = mwifiex_send_cmd_async(priv, + HostCmd_CMD_MAC_MULTICAST_ADR, + HostCmd_ACT_GEN_SET, 0, + mcast_list); } } } --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/mwifiex/main.h +++ linux-lowlatency-3.8.0/drivers/net/wireless/mwifiex/main.h @@ -714,7 +714,6 @@ u16 cmd_wait_q_required; struct mwifiex_wait_queue cmd_wait_q; u8 scan_wait_q_woken; - struct cmd_ctrl_node *cmd_queued; spinlock_t queue_lock; /* lock for tx queues */ struct completion fw_load; u8 country_code[IEEE80211_COUNTRY_STRING_LEN]; @@ -994,7 +993,8 @@ struct mwifiex_multicast_list *mcast_list); int mwifiex_copy_mcast_addr(struct mwifiex_multicast_list *mlist, struct net_device *dev); -int mwifiex_wait_queue_complete(struct mwifiex_adapter *adapter); +int mwifiex_wait_queue_complete(struct mwifiex_adapter *adapter, + struct cmd_ctrl_node *cmd_queued); int mwifiex_bss_start(struct mwifiex_private *priv, struct cfg80211_bss *bss, struct cfg80211_ssid *req_ssid); int mwifiex_cancel_hs(struct mwifiex_private *priv, int cmd_type); --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/mwifiex/init.c +++ linux-lowlatency-3.8.0/drivers/net/wireless/mwifiex/init.c @@ -707,6 +707,14 @@ return ret; } + /* cancel current command */ + if (adapter->curr_cmd) { + dev_warn(adapter->dev, "curr_cmd is still in processing\n"); + del_timer(&adapter->cmd_timer); + mwifiex_insert_cmd_to_free_q(adapter, adapter->curr_cmd); + adapter->curr_cmd = NULL; + } + /* shut down mwifiex */ dev_dbg(adapter->dev, "info: shutdown mwifiex...\n"); --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/mwifiex/main.c +++ linux-lowlatency-3.8.0/drivers/net/wireless/mwifiex/main.c @@ -646,6 +646,7 @@ struct net_device *dev) { dev->netdev_ops = &mwifiex_netdev_ops; + dev->destructor = free_netdev; /* Initialize private structure */ priv->current_key_index = 0; priv->media_connected = false; --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/mwifiex/scan.c +++ linux-lowlatency-3.8.0/drivers/net/wireless/mwifiex/scan.c @@ -1366,10 +1366,15 @@ list_del(&cmd_node->list); spin_unlock_irqrestore(&adapter->scan_pending_q_lock, flags); - adapter->cmd_queued = cmd_node; mwifiex_insert_cmd_to_pending_q(adapter, cmd_node, true); queue_work(adapter->workqueue, &adapter->main_work); + + /* Perform internal scan synchronously */ + if (!priv->scan_request) { + dev_dbg(adapter->dev, "wait internal scan\n"); + mwifiex_wait_queue_complete(adapter, cmd_node); + } } else { spin_unlock_irqrestore(&adapter->scan_pending_q_lock, flags); @@ -1765,7 +1770,12 @@ /* Need to indicate IOCTL complete */ if (adapter->curr_cmd->wait_q_enabled) { adapter->cmd_wait_q.status = 0; - mwifiex_complete_cmd(adapter, adapter->curr_cmd); + if (!priv->scan_request) { + dev_dbg(adapter->dev, + "complete internal scan\n"); + mwifiex_complete_cmd(adapter, + adapter->curr_cmd); + } } if (priv->report_scan_result) priv->report_scan_result = false; @@ -1923,9 +1933,6 @@ /* Normal scan */ ret = mwifiex_scan_networks(priv, NULL); - if (!ret) - ret = mwifiex_wait_queue_complete(priv->adapter); - up(&priv->async_sem); return ret; --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/mwifiex/cmdevt.c +++ linux-lowlatency-3.8.0/drivers/net/wireless/mwifiex/cmdevt.c @@ -156,6 +156,20 @@ return -1; } + cmd_code = le16_to_cpu(host_cmd->command); + cmd_size = le16_to_cpu(host_cmd->size); + + if (adapter->hw_status == MWIFIEX_HW_STATUS_RESET && + cmd_code != HostCmd_CMD_FUNC_SHUTDOWN && + cmd_code != HostCmd_CMD_FUNC_INIT) { + dev_err(adapter->dev, + "DNLD_CMD: FW in reset state, ignore cmd %#x\n", + cmd_code); + mwifiex_complete_cmd(adapter, cmd_node); + mwifiex_insert_cmd_to_free_q(adapter, cmd_node); + return -1; + } + /* Set command sequence number */ adapter->seq_num++; host_cmd->seq_num = cpu_to_le16(HostCmd_SET_SEQ_NO_BSS_INFO @@ -167,9 +181,6 @@ adapter->curr_cmd = cmd_node; spin_unlock_irqrestore(&adapter->mwifiex_cmd_lock, flags); - cmd_code = le16_to_cpu(host_cmd->command); - cmd_size = le16_to_cpu(host_cmd->size); - /* Adjust skb length */ if (cmd_node->cmd_skb->len > cmd_size) /* @@ -488,8 +499,6 @@ ret = mwifiex_send_cmd_async(priv, cmd_no, cmd_action, cmd_oid, data_buf); - if (!ret) - ret = mwifiex_wait_queue_complete(adapter); return ret; } @@ -592,9 +601,10 @@ if (cmd_no == HostCmd_CMD_802_11_SCAN) { mwifiex_queue_scan_cmd(priv, cmd_node); } else { - adapter->cmd_queued = cmd_node; mwifiex_insert_cmd_to_pending_q(adapter, cmd_node, true); queue_work(adapter->workqueue, &adapter->main_work); + if (cmd_node->wait_q_enabled) + ret = mwifiex_wait_queue_complete(adapter, cmd_node); } return ret; @@ -1170,6 +1180,7 @@ adapter->if_ops.wakeup(adapter); adapter->hs_activated = false; adapter->is_hs_configured = false; + adapter->is_suspended = false; mwifiex_hs_activated_event(mwifiex_get_priv(adapter, MWIFIEX_BSS_ROLE_ANY), false); --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/mwifiex/cfg80211.c +++ linux-lowlatency-3.8.0/drivers/net/wireless/mwifiex/cfg80211.c @@ -1846,7 +1846,8 @@ } } - for (i = 0; i < request->n_channels; i++) { + for (i = 0; i < min_t(u32, request->n_channels, + MWIFIEX_USER_SCAN_CHAN_MAX); i++) { chan = request->channels[i]; priv->user_scan_cfg->chan_list[i].chan_number = chan->hw_value; priv->user_scan_cfg->chan_list[i].radio_type = chan->band; @@ -2154,9 +2155,6 @@ if (wdev->netdev->reg_state == NETREG_REGISTERED) unregister_netdevice(wdev->netdev); - if (wdev->netdev->reg_state == NETREG_UNREGISTERED) - free_netdev(wdev->netdev); - /* Clear the priv in adapter */ priv->netdev = NULL; --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/mwifiex/join.c +++ linux-lowlatency-3.8.0/drivers/net/wireless/mwifiex/join.c @@ -1092,10 +1092,9 @@ adhoc_join->bss_descriptor.bssid, adhoc_join->bss_descriptor.ssid); - for (i = 0; bss_desc->supported_rates[i] && - i < MWIFIEX_SUPPORTED_RATES; - i++) - ; + for (i = 0; i < MWIFIEX_SUPPORTED_RATES && + bss_desc->supported_rates[i]; i++) + ; rates_size = i; /* Copy Data Rates from the Rates recorded in scan response */ --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/mwifiex/pcie.c +++ linux-lowlatency-3.8.0/drivers/net/wireless/mwifiex/pcie.c @@ -291,7 +291,7 @@ i++; usleep_range(10, 20); /* 50ms max wait */ - if (i == 50000) + if (i == 5000) break; } @@ -1831,9 +1831,9 @@ if (pdev) { pci_iounmap(pdev, card->pci_mmap); pci_iounmap(pdev, card->pci_mmap1); - - pci_release_regions(pdev); pci_disable_device(pdev); + pci_release_region(pdev, 2); + pci_release_region(pdev, 0); pci_set_drvdata(pdev, NULL); } } --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/rt2x00/rt2800lib.c +++ linux-lowlatency-3.8.0/drivers/net/wireless/rt2x00/rt2800lib.c @@ -4386,6 +4386,8 @@ if (!rt2x00_rt(rt2x00dev, RT5390) && !rt2x00_rt(rt2x00dev, RT5392)) { + u8 min_gain = rt2x00_rt(rt2x00dev, RT3070) ? 1 : 2; + rt2800_rfcsr_read(rt2x00dev, 17, &rfcsr); rt2x00_set_field8(&rfcsr, RFCSR17_TX_LO1_EN, 0); if (rt2x00_rt(rt2x00dev, RT3070) || @@ -4396,8 +4398,10 @@ &rt2x00dev->cap_flags)) rt2x00_set_field8(&rfcsr, RFCSR17_R, 1); } - rt2x00_set_field8(&rfcsr, RFCSR17_TXMIXER_GAIN, - drv_data->txmixer_gain_24g); + if (drv_data->txmixer_gain_24g >= min_gain) { + rt2x00_set_field8(&rfcsr, RFCSR17_TXMIXER_GAIN, + drv_data->txmixer_gain_24g); + } rt2800_rfcsr_write(rt2x00dev, 17, rfcsr); } --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/rt2x00/rt2x00dev.c +++ linux-lowlatency-3.8.0/drivers/net/wireless/rt2x00/rt2x00dev.c @@ -1209,7 +1209,9 @@ rt2x00dev->hw->wiphy->interface_modes |= BIT(NL80211_IFTYPE_ADHOC) | BIT(NL80211_IFTYPE_AP) | +#ifdef CONFIG_MAC80211_MESH BIT(NL80211_IFTYPE_MESH_POINT) | +#endif BIT(NL80211_IFTYPE_WDS); rt2x00dev->hw->wiphy->flags |= WIPHY_FLAG_IBSS_RSN; --- linux-lowlatency-3.8.0.orig/drivers/net/wireless/rt2x00/rt2x00pci.c +++ linux-lowlatency-3.8.0/drivers/net/wireless/rt2x00/rt2x00pci.c @@ -52,8 +52,8 @@ udelay(REGISTER_BUSY_DELAY); } - ERROR(rt2x00dev, "Indirect register access failed: " - "offset=0x%.08x, value=0x%.08x\n", offset, *reg); + printk_once(KERN_ERR "%s() Indirect register access failed: " + "offset=0x%.08x, value=0x%.08x\n", __func__, offset, *reg); *reg = ~0; return 0; --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/atheros/atl1e/atl1e_main.c +++ linux-lowlatency-3.8.0/drivers/net/ethernet/atheros/atl1e/atl1e_main.c @@ -1851,34 +1851,19 @@ struct net_device *netdev = adapter->netdev; free_irq(adapter->pdev->irq, netdev); - - if (adapter->have_msi) - pci_disable_msi(adapter->pdev); } static int atl1e_request_irq(struct atl1e_adapter *adapter) { struct pci_dev *pdev = adapter->pdev; struct net_device *netdev = adapter->netdev; - int flags = 0; int err = 0; - adapter->have_msi = true; - err = pci_enable_msi(pdev); - if (err) { - netdev_dbg(netdev, - "Unable to allocate MSI interrupt Error: %d\n", err); - adapter->have_msi = false; - } - - if (!adapter->have_msi) - flags |= IRQF_SHARED; - err = request_irq(pdev->irq, atl1e_intr, flags, netdev->name, netdev); + err = request_irq(pdev->irq, atl1e_intr, IRQF_SHARED, netdev->name, + netdev); if (err) { netdev_dbg(adapter->netdev, "Unable to allocate interrupt Error: %d\n", err); - if (adapter->have_msi) - pci_disable_msi(pdev); return err; } netdev_dbg(netdev, "atl1e_request_irq OK\n"); @@ -2347,6 +2332,7 @@ INIT_WORK(&adapter->reset_task, atl1e_reset_task); INIT_WORK(&adapter->link_chg_task, atl1e_link_chg_task); + netif_set_gso_max_size(netdev, MAX_TSO_SEG_SIZE); err = register_netdev(netdev); if (err) { netdev_err(netdev, "register netdevice failed\n"); --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/atheros/atl1e/atl1e.h +++ linux-lowlatency-3.8.0/drivers/net/ethernet/atheros/atl1e/atl1e.h @@ -186,7 +186,7 @@ /* how about 0x2000 */ #define MAX_TX_BUF_LEN 0x2000 #define MAX_TX_BUF_SHIFT 13 -/*#define MAX_TX_BUF_LEN 0x3000 */ +#define MAX_TSO_SEG_SIZE 0x3c00 /* rrs word 1 bit 0:31 */ #define RRS_RX_CSUM_MASK 0xFFFF @@ -438,7 +438,6 @@ struct atl1e_hw hw; struct atl1e_hw_stats hw_stats; - bool have_msi; u32 wol; u16 link_speed; u16 link_duplex; --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/atheros/atl1c/atl1c_main.c +++ linux-lowlatency-3.8.0/drivers/net/ethernet/atheros/atl1c/atl1c_main.c @@ -2075,7 +2075,7 @@ if (unlikely(pci_dma_mapping_error(adapter->pdev, buffer_info->dma))) goto err_dma; - + ATL1C_SET_BUFFER_STATE(buffer_info, ATL1C_BUFFER_BUSY); ATL1C_SET_PCIMAP_TYPE(buffer_info, ATL1C_PCIMAP_SINGLE, ATL1C_PCIMAP_TODEVICE); mapped_len += map_len; --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/davicom/dm9000.c +++ linux-lowlatency-3.8.0/drivers/net/ethernet/davicom/dm9000.c @@ -257,6 +257,107 @@ tmp = readl(reg); } +/* + * Sleep, either by using msleep() or if we are suspending, then + * use mdelay() to sleep. + */ +static void dm9000_msleep(board_info_t *db, unsigned int ms) +{ + if (db->in_suspend) + mdelay(ms); + else + msleep(ms); +} + +/* Read a word from phyxcer */ +static int +dm9000_phy_read(struct net_device *dev, int phy_reg_unused, int reg) +{ + board_info_t *db = netdev_priv(dev); + unsigned long flags; + unsigned int reg_save; + int ret; + + mutex_lock(&db->addr_lock); + + spin_lock_irqsave(&db->lock, flags); + + /* Save previous register address */ + reg_save = readb(db->io_addr); + + /* Fill the phyxcer register into REG_0C */ + iow(db, DM9000_EPAR, DM9000_PHY | reg); + + /* Issue phyxcer read command */ + iow(db, DM9000_EPCR, EPCR_ERPRR | EPCR_EPOS); + + writeb(reg_save, db->io_addr); + spin_unlock_irqrestore(&db->lock, flags); + + dm9000_msleep(db, 1); /* Wait read complete */ + + spin_lock_irqsave(&db->lock, flags); + reg_save = readb(db->io_addr); + + iow(db, DM9000_EPCR, 0x0); /* Clear phyxcer read command */ + + /* The read data keeps on REG_0D & REG_0E */ + ret = (ior(db, DM9000_EPDRH) << 8) | ior(db, DM9000_EPDRL); + + /* restore the previous address */ + writeb(reg_save, db->io_addr); + spin_unlock_irqrestore(&db->lock, flags); + + mutex_unlock(&db->addr_lock); + + dm9000_dbg(db, 5, "phy_read[%02x] -> %04x\n", reg, ret); + return ret; +} + +/* Write a word to phyxcer */ +static void +dm9000_phy_write(struct net_device *dev, + int phyaddr_unused, int reg, int value) +{ + board_info_t *db = netdev_priv(dev); + unsigned long flags; + unsigned long reg_save; + + dm9000_dbg(db, 5, "phy_write[%02x] = %04x\n", reg, value); + mutex_lock(&db->addr_lock); + + spin_lock_irqsave(&db->lock, flags); + + /* Save previous register address */ + reg_save = readb(db->io_addr); + + /* Fill the phyxcer register into REG_0C */ + iow(db, DM9000_EPAR, DM9000_PHY | reg); + + /* Fill the written data into REG_0D & REG_0E */ + iow(db, DM9000_EPDRL, value); + iow(db, DM9000_EPDRH, value >> 8); + + /* Issue phyxcer write command */ + iow(db, DM9000_EPCR, EPCR_EPOS | EPCR_ERPRW); + + writeb(reg_save, db->io_addr); + spin_unlock_irqrestore(&db->lock, flags); + + dm9000_msleep(db, 1); /* Wait write complete */ + + spin_lock_irqsave(&db->lock, flags); + reg_save = readb(db->io_addr); + + iow(db, DM9000_EPCR, 0x0); /* Clear phyxcer write command */ + + /* restore the previous address */ + writeb(reg_save, db->io_addr); + + spin_unlock_irqrestore(&db->lock, flags); + mutex_unlock(&db->addr_lock); +} + /* dm9000_set_io * * select the specified set of io routines to use with the @@ -794,6 +895,9 @@ iow(db, DM9000_GPCR, GPCR_GEP_CNTL); /* Let GPIO0 output */ + dm9000_phy_write(dev, 0, MII_BMCR, BMCR_RESET); /* PHY RESET */ + dm9000_phy_write(dev, 0, MII_DM_DSPCR, DSPCR_INIT_PARAM); /* Init */ + ncr = (db->flags & DM9000_PLATF_EXT_PHY) ? NCR_EXT_PHY : 0; /* if wol is needed, then always set NCR_WAKEEN otherwise we end @@ -1200,109 +1304,6 @@ return 0; } -/* - * Sleep, either by using msleep() or if we are suspending, then - * use mdelay() to sleep. - */ -static void dm9000_msleep(board_info_t *db, unsigned int ms) -{ - if (db->in_suspend) - mdelay(ms); - else - msleep(ms); -} - -/* - * Read a word from phyxcer - */ -static int -dm9000_phy_read(struct net_device *dev, int phy_reg_unused, int reg) -{ - board_info_t *db = netdev_priv(dev); - unsigned long flags; - unsigned int reg_save; - int ret; - - mutex_lock(&db->addr_lock); - - spin_lock_irqsave(&db->lock,flags); - - /* Save previous register address */ - reg_save = readb(db->io_addr); - - /* Fill the phyxcer register into REG_0C */ - iow(db, DM9000_EPAR, DM9000_PHY | reg); - - iow(db, DM9000_EPCR, EPCR_ERPRR | EPCR_EPOS); /* Issue phyxcer read command */ - - writeb(reg_save, db->io_addr); - spin_unlock_irqrestore(&db->lock,flags); - - dm9000_msleep(db, 1); /* Wait read complete */ - - spin_lock_irqsave(&db->lock,flags); - reg_save = readb(db->io_addr); - - iow(db, DM9000_EPCR, 0x0); /* Clear phyxcer read command */ - - /* The read data keeps on REG_0D & REG_0E */ - ret = (ior(db, DM9000_EPDRH) << 8) | ior(db, DM9000_EPDRL); - - /* restore the previous address */ - writeb(reg_save, db->io_addr); - spin_unlock_irqrestore(&db->lock,flags); - - mutex_unlock(&db->addr_lock); - - dm9000_dbg(db, 5, "phy_read[%02x] -> %04x\n", reg, ret); - return ret; -} - -/* - * Write a word to phyxcer - */ -static void -dm9000_phy_write(struct net_device *dev, - int phyaddr_unused, int reg, int value) -{ - board_info_t *db = netdev_priv(dev); - unsigned long flags; - unsigned long reg_save; - - dm9000_dbg(db, 5, "phy_write[%02x] = %04x\n", reg, value); - mutex_lock(&db->addr_lock); - - spin_lock_irqsave(&db->lock,flags); - - /* Save previous register address */ - reg_save = readb(db->io_addr); - - /* Fill the phyxcer register into REG_0C */ - iow(db, DM9000_EPAR, DM9000_PHY | reg); - - /* Fill the written data into REG_0D & REG_0E */ - iow(db, DM9000_EPDRL, value); - iow(db, DM9000_EPDRH, value >> 8); - - iow(db, DM9000_EPCR, EPCR_EPOS | EPCR_ERPRW); /* Issue phyxcer write command */ - - writeb(reg_save, db->io_addr); - spin_unlock_irqrestore(&db->lock, flags); - - dm9000_msleep(db, 1); /* Wait write complete */ - - spin_lock_irqsave(&db->lock,flags); - reg_save = readb(db->io_addr); - - iow(db, DM9000_EPCR, 0x0); /* Clear phyxcer write command */ - - /* restore the previous address */ - writeb(reg_save, db->io_addr); - - spin_unlock_irqrestore(&db->lock, flags); - mutex_unlock(&db->addr_lock); -} - static void dm9000_shutdown(struct net_device *dev) { @@ -1501,7 +1502,12 @@ db->flags |= DM9000_PLATF_SIMPLE_PHY; #endif - dm9000_reset(db); + /* Fixing bug on dm9000_probe, takeover dm9000_reset(db), + * Need 'NCR_MAC_LBK' bit to indeed stable our DM9000 fifo + * while probe stage. + */ + + iow(db, DM9000_NCR, NCR_MAC_LBK | NCR_RST); /* try multiple times, DM9000 sometimes gets the read wrong */ for (i = 0; i < 8; i++) { --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/davicom/dm9000.h +++ linux-lowlatency-3.8.0/drivers/net/ethernet/davicom/dm9000.h @@ -69,7 +69,9 @@ #define NCR_WAKEEN (1<<6) #define NCR_FCOL (1<<4) #define NCR_FDX (1<<3) -#define NCR_LBK (3<<1) + +#define NCR_RESERVED (3<<1) +#define NCR_MAC_LBK (1<<1) #define NCR_RST (1<<0) #define NSR_SPEED (1<<7) @@ -167,5 +169,12 @@ #define ISR_LNKCHNG (1<<5) #define ISR_UNDERRUN (1<<4) +/* Davicom MII registers. + */ + +#define MII_DM_DSPCR 0x1b /* DSP Control Register */ + +#define DSPCR_INIT_PARAM 0xE100 /* DSP init parameter */ + #endif /* _DM9000X_H_ */ --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/sfc/rx.c +++ linux-lowlatency-3.8.0/drivers/net/ethernet/sfc/rx.c @@ -90,11 +90,7 @@ static inline unsigned int efx_rx_buf_offset(struct efx_nic *efx, struct efx_rx_buffer *buf) { - /* Offset is always within one page, so we don't need to consider - * the page order. - */ - return ((unsigned int) buf->dma_addr & (PAGE_SIZE - 1)) + - efx->type->rx_buffer_hash_size; + return buf->page_offset + efx->type->rx_buffer_hash_size; } static inline unsigned int efx_rx_buf_size(struct efx_nic *efx) { @@ -187,6 +183,7 @@ struct efx_nic *efx = rx_queue->efx; struct efx_rx_buffer *rx_buf; struct page *page; + unsigned int page_offset; struct efx_rx_page_state *state; dma_addr_t dma_addr; unsigned index, count; @@ -211,12 +208,14 @@ state->dma_addr = dma_addr; dma_addr += sizeof(struct efx_rx_page_state); + page_offset = sizeof(struct efx_rx_page_state); split: index = rx_queue->added_count & rx_queue->ptr_mask; rx_buf = efx_rx_buffer(rx_queue, index); rx_buf->dma_addr = dma_addr + EFX_PAGE_IP_ALIGN; rx_buf->u.page = page; + rx_buf->page_offset = page_offset + EFX_PAGE_IP_ALIGN; rx_buf->len = efx->rx_buffer_len - EFX_PAGE_IP_ALIGN; rx_buf->flags = EFX_RX_BUF_PAGE; ++rx_queue->added_count; @@ -227,6 +226,7 @@ /* Use the second half of the page */ get_page(page); dma_addr += (PAGE_SIZE >> 1); + page_offset += (PAGE_SIZE >> 1); ++count; goto split; } @@ -236,7 +236,8 @@ } static void efx_unmap_rx_buffer(struct efx_nic *efx, - struct efx_rx_buffer *rx_buf) + struct efx_rx_buffer *rx_buf, + unsigned int used_len) { if ((rx_buf->flags & EFX_RX_BUF_PAGE) && rx_buf->u.page) { struct efx_rx_page_state *state; @@ -247,6 +248,10 @@ state->dma_addr, efx_rx_buf_size(efx), DMA_FROM_DEVICE); + } else if (used_len) { + dma_sync_single_for_cpu(&efx->pci_dev->dev, + rx_buf->dma_addr, used_len, + DMA_FROM_DEVICE); } } else if (!(rx_buf->flags & EFX_RX_BUF_PAGE) && rx_buf->u.skb) { dma_unmap_single(&efx->pci_dev->dev, rx_buf->dma_addr, @@ -269,7 +274,7 @@ static void efx_fini_rx_buffer(struct efx_rx_queue *rx_queue, struct efx_rx_buffer *rx_buf) { - efx_unmap_rx_buffer(rx_queue->efx, rx_buf); + efx_unmap_rx_buffer(rx_queue->efx, rx_buf, 0); efx_free_rx_buffer(rx_queue->efx, rx_buf); } @@ -535,10 +540,10 @@ goto out; } - /* Release card resources - assumes all RX buffers consumed in-order - * per RX queue + /* Release and/or sync DMA mapping - assumes all RX buffers + * consumed in-order per RX queue */ - efx_unmap_rx_buffer(efx, rx_buf); + efx_unmap_rx_buffer(efx, rx_buf, len); /* Prefetch nice and early so data will (hopefully) be in cache by * the time we look at it. --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/sfc/efx.h +++ linux-lowlatency-3.8.0/drivers/net/ethernet/sfc/efx.h @@ -171,9 +171,9 @@ * TX scheduler is stopped when we're done and before * netif_device_present() becomes false. */ - netif_tx_lock(dev); + netif_tx_lock_bh(dev); netif_device_detach(dev); - netif_tx_unlock(dev); + netif_tx_unlock_bh(dev); } #endif /* EFX_EFX_H */ --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/sfc/ptp.c +++ linux-lowlatency-3.8.0/drivers/net/ethernet/sfc/ptp.c @@ -1439,7 +1439,7 @@ delta = timespec_sub(*e_ts, time_now); - efx_phc_adjtime(ptp, timespec_to_ns(&delta)); + rc = efx_phc_adjtime(ptp, timespec_to_ns(&delta)); if (rc != 0) return rc; --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/sfc/nic.c +++ linux-lowlatency-3.8.0/drivers/net/ethernet/sfc/nic.c @@ -376,7 +376,8 @@ return false; tx_queue->empty_read_count = 0; - return ((empty_read_count ^ write_count) & ~EFX_EMPTY_COUNT_VALID) == 0; + return ((empty_read_count ^ write_count) & ~EFX_EMPTY_COUNT_VALID) == 0 + && tx_queue->write_count - write_count == 1; } /* For each entry inserted into the software descriptor ring, create a --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/sfc/mcdi.c +++ linux-lowlatency-3.8.0/drivers/net/ethernet/sfc/mcdi.c @@ -667,7 +667,7 @@ int efx_mcdi_get_board_cfg(struct efx_nic *efx, u8 *mac_address, u16 *fw_subtype_list, u32 *capabilities) { - uint8_t outbuf[MC_CMD_GET_BOARD_CFG_OUT_LENMIN]; + uint8_t outbuf[MC_CMD_GET_BOARD_CFG_OUT_LENMAX]; size_t outlen, offset, i; int port_num = efx_port_num(efx); int rc; --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/sfc/net_driver.h +++ linux-lowlatency-3.8.0/drivers/net/ethernet/sfc/net_driver.h @@ -210,6 +210,7 @@ * Will be %NULL if the buffer slot is currently free. * @page: The associated page buffer. Valif iff @flags & %EFX_RX_BUF_PAGE. * Will be %NULL if the buffer slot is currently free. + * @page_offset: Offset within page. Valid iff @flags & %EFX_RX_BUF_PAGE. * @len: Buffer length, in bytes. * @flags: Flags for buffer and packet state. */ @@ -219,7 +220,8 @@ struct sk_buff *skb; struct page *page; } u; - unsigned int len; + u16 page_offset; + u16 len; u16 flags; }; #define EFX_RX_BUF_PAGE 0x0001 --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/sfc/efx.c +++ linux-lowlatency-3.8.0/drivers/net/ethernet/sfc/efx.c @@ -779,6 +779,7 @@ tx_queue->txd.entries); } + efx_device_detach_sync(efx); efx_stop_all(efx); efx_stop_interrupts(efx, true); @@ -832,6 +833,7 @@ efx_start_interrupts(efx, true); efx_start_all(efx); + netif_device_attach(efx->net_dev); return rc; rollback: @@ -1641,8 +1643,12 @@ /* Flush efx_mac_work(), refill_workqueue, monitor_work */ efx_flush_all(efx); - /* Stop the kernel transmit interface late, so the watchdog - * timer isn't ticking over the flush */ + /* Stop the kernel transmit interface. This is only valid if + * the device is stopped or detached; otherwise the watchdog + * may fire immediately. + */ + WARN_ON(netif_running(efx->net_dev) && + netif_device_present(efx->net_dev)); netif_tx_disable(efx->net_dev); efx_stop_datapath(efx); @@ -1963,16 +1969,18 @@ if (new_mtu > EFX_MAX_MTU) return -EINVAL; - efx_stop_all(efx); - netif_dbg(efx, drv, efx->net_dev, "changing MTU to %d\n", new_mtu); + efx_device_detach_sync(efx); + efx_stop_all(efx); + mutex_lock(&efx->mac_lock); net_dev->mtu = new_mtu; efx->type->reconfigure_mac(efx); mutex_unlock(&efx->mac_lock); efx_start_all(efx); + netif_device_attach(efx->net_dev); return 0; } --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/micrel/ks8851.c +++ linux-lowlatency-3.8.0/drivers/net/ethernet/micrel/ks8851.c @@ -547,7 +547,7 @@ for (; rxfc != 0; rxfc--) { rxh = ks8851_rdreg32(ks, KS_RXFHSR); rxstat = rxh & 0xffff; - rxlen = rxh >> 16; + rxlen = (rxh >> 16) & 0xfff; netif_dbg(ks, rx_status, ks->netdev, "rx: stat 0x%04x, len 0x%04x\n", rxstat, rxlen); --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/emulex/benet/be.h +++ linux-lowlatency-3.8.0/drivers/net/ethernet/emulex/benet/be.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005 - 2011 Emulex + * Copyright (C) 2005 - 2013 Emulex * All rights reserved. * * This program is free software; you can redistribute it and/or @@ -34,7 +34,7 @@ #include "be_hw.h" #include "be_roce.h" -#define DRV_VER "4.4.161.0u" +#define DRV_VER "4.6.62.0u" #define DRV_NAME "be2net" #define BE_NAME "Emulex BladeEngine2" #define BE3_NAME "Emulex BladeEngine3" @@ -214,6 +214,7 @@ }; struct be_tx_obj { + u32 db_offset; struct be_queue_info q; struct be_queue_info cq; /* Remember the skbs that were transmitted */ @@ -292,7 +293,7 @@ u32 rx_in_range_errors; u32 rx_out_range_errors; u32 rx_frame_too_long; - u32 rx_address_mismatch_drops; + u32 rx_address_filtered; u32 rx_dropped_too_small; u32 rx_dropped_too_short; u32 rx_dropped_header_too_small; @@ -326,6 +327,7 @@ #define BE_FLAGS_LINK_STATUS_INIT 1 #define BE_FLAGS_WORKER_SCHEDULED (1 << 3) +#define BE_FLAGS_NAPI_ENABLED (1 << 9) #define BE_UC_PMAC_COUNT 30 #define BE_VF_UC_PMAC_COUNT 2 @@ -349,6 +351,7 @@ struct pci_dev *pdev; struct net_device *netdev; + u8 __iomem *csr; /* CSR BAR used only for BE2/3 */ u8 __iomem *db; /* Door Bell */ struct mutex mbox_lock; /* For serializing mbox cmds to BE card */ @@ -433,6 +436,7 @@ u8 wol_cap; bool wol; u32 uc_macs; /* Count of secondary UC MAC programmed */ + u16 asic_rev; u32 msg_enable; int be_get_temp_freq; u16 max_mcast_mac; @@ -444,6 +448,7 @@ u16 max_event_queues; u32 if_cap_flags; u8 pf_number; + u64 rss_flags; }; #define be_physfn(adapter) (!adapter->virtfn) --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/emulex/benet/be_hw.h +++ linux-lowlatency-3.8.0/drivers/net/ethernet/emulex/benet/be_hw.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005 - 2011 Emulex + * Copyright (C) 2005 - 2013 Emulex * All rights reserved. * * This program is free software; you can redistribute it and/or @@ -32,8 +32,8 @@ #define MPU_EP_CONTROL 0 /********** MPU semphore: used for SH & BE *************/ -#define SLIPORT_SEMAPHORE_OFFSET_BE 0x7c -#define SLIPORT_SEMAPHORE_OFFSET_SH 0x94 +#define SLIPORT_SEMAPHORE_OFFSET_BEx 0xac /* CSR BAR offset */ +#define SLIPORT_SEMAPHORE_OFFSET_SH 0x94 /* PCI-CFG offset */ #define POST_STAGE_MASK 0x0000FFFF #define POST_ERR_MASK 0x1 #define POST_ERR_SHIFT 31 @@ -72,6 +72,10 @@ */ #define MEMBAR_CTRL_INT_CTRL_HOSTINTR_MASK (1 << 29) /* bit 29 */ +/********* PCI Function Capability *********/ +#define BE_FUNCTION_CAPS_RSS 0x2 +#define BE_FUNCTION_CAPS_SUPER_NIC 0x40 + /********* Power management (WOL) **********/ #define PCICFG_PM_CONTROL_OFFSET 0x44 #define PCICFG_PM_CONTROL_MASK 0x108 /* bits 3 & 8 */ @@ -495,7 +499,8 @@ u32 antidote; u32 num_imgs; u8 build[24]; - u8 rsvd[32]; + u8 asic_type_rev; + u8 rsvd[31]; }; struct flash_section_hdr { --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/emulex/benet/be_cmds.c +++ linux-lowlatency-3.8.0/drivers/net/ethernet/emulex/benet/be_cmds.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005 - 2011 Emulex + * Copyright (C) 2005 - 2013 Emulex * All rights reserved. * * This program is free software; you can redistribute it and/or @@ -93,13 +93,16 @@ * little endian) */ static inline bool be_mcc_compl_is_new(struct be_mcc_compl *compl) { + u32 flags; + if (compl->flags != 0) { - compl->flags = le32_to_cpu(compl->flags); - BUG_ON((compl->flags & CQE_FLAGS_VALID_MASK) == 0); - return true; - } else { - return false; + flags = le32_to_cpu(compl->flags); + if (flags & CQE_FLAGS_VALID_MASK) { + compl->flags = flags; + return true; + } } + return false; } /* Need to reset the entire word that houses the valid bit */ @@ -470,19 +473,17 @@ return 0; } -static int be_POST_stage_get(struct be_adapter *adapter, u16 *stage) +static u16 be_POST_stage_get(struct be_adapter *adapter) { u32 sem; - u32 reg = skyhawk_chip(adapter) ? SLIPORT_SEMAPHORE_OFFSET_SH : - SLIPORT_SEMAPHORE_OFFSET_BE; - - pci_read_config_dword(adapter->pdev, reg, &sem); - *stage = sem & POST_STAGE_MASK; - if ((sem >> POST_ERR_SHIFT) & POST_ERR_MASK) - return -1; + if (BEx_chip(adapter)) + sem = ioread32(adapter->csr + SLIPORT_SEMAPHORE_OFFSET_BEx); else - return 0; + pci_read_config_dword(adapter->pdev, + SLIPORT_SEMAPHORE_OFFSET_SH, &sem); + + return sem & POST_STAGE_MASK; } int lancer_wait_ready(struct be_adapter *adapter) @@ -576,19 +577,17 @@ } do { - status = be_POST_stage_get(adapter, &stage); - if (status) { - dev_err(dev, "POST error; stage=0x%x\n", stage); - return -1; - } else if (stage != POST_STAGE_ARMFW_RDY) { - if (msleep_interruptible(2000)) { - dev_err(dev, "Waiting for POST aborted\n"); - return -EINTR; - } - timeout += 2; - } else { + stage = be_POST_stage_get(adapter); + if (stage == POST_STAGE_ARMFW_RDY) return 0; + + dev_info(dev, "Waiting for POST, %ds elapsed\n", + timeout); + if (msleep_interruptible(2000)) { + dev_err(dev, "Waiting for POST aborted\n"); + return -EINTR; } + timeout += 2; } while (timeout < 60); dev_err(dev, "POST timeout; stage=0x%x\n", stage); @@ -688,10 +687,8 @@ if (!mccq->created) return NULL; - if (atomic_read(&mccq->used) >= mccq->len) { - dev_err(&adapter->pdev->dev, "Out of MCCQ wrbs\n"); + if (atomic_read(&mccq->used) >= mccq->len) return NULL; - } wrb = queue_head_node(mccq); queue_head_inc(mccq); @@ -933,19 +930,8 @@ OPCODE_COMMON_CQ_CREATE, sizeof(*req), wrb, NULL); req->num_pages = cpu_to_le16(PAGES_4K_SPANNED(q_mem->va, q_mem->size)); - if (lancer_chip(adapter)) { - req->hdr.version = 2; - req->page_size = 1; /* 1 for 4K */ - AMAP_SET_BITS(struct amap_cq_context_lancer, nodelay, ctxt, - no_delay); - AMAP_SET_BITS(struct amap_cq_context_lancer, count, ctxt, - __ilog2_u32(cq->len/256)); - AMAP_SET_BITS(struct amap_cq_context_lancer, valid, ctxt, 1); - AMAP_SET_BITS(struct amap_cq_context_lancer, eventable, - ctxt, 1); - AMAP_SET_BITS(struct amap_cq_context_lancer, eqid, - ctxt, eq->id); - } else { + + if (BEx_chip(adapter)) { AMAP_SET_BITS(struct amap_cq_context_be, coalescwm, ctxt, coalesce_wm); AMAP_SET_BITS(struct amap_cq_context_be, nodelay, @@ -955,6 +941,18 @@ AMAP_SET_BITS(struct amap_cq_context_be, valid, ctxt, 1); AMAP_SET_BITS(struct amap_cq_context_be, eventable, ctxt, 1); AMAP_SET_BITS(struct amap_cq_context_be, eqid, ctxt, eq->id); + } else { + req->hdr.version = 2; + req->page_size = 1; /* 1 for 4K */ + AMAP_SET_BITS(struct amap_cq_context_v2, nodelay, ctxt, + no_delay); + AMAP_SET_BITS(struct amap_cq_context_v2, count, ctxt, + __ilog2_u32(cq->len/256)); + AMAP_SET_BITS(struct amap_cq_context_v2, valid, ctxt, 1); + AMAP_SET_BITS(struct amap_cq_context_v2, eventable, + ctxt, 1); + AMAP_SET_BITS(struct amap_cq_context_v2, eqid, + ctxt, eq->id); } be_dws_cpu_to_le(ctxt, sizeof(req->context)); @@ -1096,15 +1094,14 @@ return status; } -int be_cmd_txq_create(struct be_adapter *adapter, - struct be_queue_info *txq, - struct be_queue_info *cq) +int be_cmd_txq_create(struct be_adapter *adapter, struct be_tx_obj *txo) { struct be_mcc_wrb *wrb; struct be_cmd_req_eth_tx_create *req; + struct be_queue_info *txq = &txo->q; + struct be_queue_info *cq = &txo->cq; struct be_dma_mem *q_mem = &txq->dma_mem; - void *ctxt; - int status; + int status, ver = 0; spin_lock_bh(&adapter->mcc_lock); @@ -1115,34 +1112,37 @@ } req = embedded_payload(wrb); - ctxt = &req->context; be_wrb_cmd_hdr_prepare(&req->hdr, CMD_SUBSYSTEM_ETH, OPCODE_ETH_TX_CREATE, sizeof(*req), wrb, NULL); if (lancer_chip(adapter)) { req->hdr.version = 1; - AMAP_SET_BITS(struct amap_tx_context, if_id, ctxt, - adapter->if_handle); + req->if_id = cpu_to_le16(adapter->if_handle); + } else if (BEx_chip(adapter)) { + if (adapter->function_caps & BE_FUNCTION_CAPS_SUPER_NIC) + req->hdr.version = 2; + } else { /* For SH */ + req->hdr.version = 2; } req->num_pages = PAGES_4K_SPANNED(q_mem->va, q_mem->size); req->ulp_num = BE_ULP1_NUM; req->type = BE_ETH_TX_RING_TYPE_STANDARD; - - AMAP_SET_BITS(struct amap_tx_context, tx_ring_size, ctxt, - be_encoded_q_len(txq->len)); - AMAP_SET_BITS(struct amap_tx_context, ctx_valid, ctxt, 1); - AMAP_SET_BITS(struct amap_tx_context, cq_id_send, ctxt, cq->id); - - be_dws_cpu_to_le(ctxt, sizeof(req->context)); - + req->cq_id = cpu_to_le16(cq->id); + req->queue_size = be_encoded_q_len(txq->len); be_cmd_page_addrs_prepare(req->pages, ARRAY_SIZE(req->pages), q_mem); + ver = req->hdr.version; + status = be_mcc_notify_wait(adapter); if (!status) { struct be_cmd_resp_eth_tx_create *resp = embedded_payload(wrb); txq->id = le16_to_cpu(resp->cid); + if (ver == 2) + txo->db_offset = le32_to_cpu(resp->db_offset); + else + txo->db_offset = DB_TXULP1_OFFSET; txq->created = true; } @@ -1732,10 +1732,12 @@ req->if_id = cpu_to_le32(adapter->if_handle); if (flags & IFF_PROMISC) { req->if_flags_mask = cpu_to_le32(BE_IF_FLAGS_PROMISCUOUS | - BE_IF_FLAGS_VLAN_PROMISCUOUS); + BE_IF_FLAGS_VLAN_PROMISCUOUS | + BE_IF_FLAGS_MCAST_PROMISCUOUS); if (value == ON) req->if_flags = cpu_to_le32(BE_IF_FLAGS_PROMISCUOUS | - BE_IF_FLAGS_VLAN_PROMISCUOUS); + BE_IF_FLAGS_VLAN_PROMISCUOUS | + BE_IF_FLAGS_MCAST_PROMISCUOUS); } else if (flags & IFF_ALLMULTI) { req->if_flags_mask = req->if_flags = cpu_to_le32(BE_IF_FLAGS_MCAST_PROMISCUOUS); @@ -1835,7 +1837,7 @@ /* Uses mbox */ int be_cmd_query_fw_cfg(struct be_adapter *adapter, u32 *port_num, - u32 *mode, u32 *caps) + u32 *mode, u32 *caps, u16 *asic_rev) { struct be_mcc_wrb *wrb; struct be_cmd_req_query_fw_cfg *req; @@ -1856,6 +1858,7 @@ *port_num = le32_to_cpu(resp->phys_port); *mode = le32_to_cpu(resp->function_mode); *caps = le32_to_cpu(resp->function_caps); + *asic_rev = le32_to_cpu(resp->asic_revision) & 0xFF; } mutex_unlock(&adapter->mbox_lock); @@ -1898,7 +1901,8 @@ return status; } -int be_cmd_rss_config(struct be_adapter *adapter, u8 *rsstable, u16 table_size) +int be_cmd_rss_config(struct be_adapter *adapter, u8 *rsstable, + u32 rss_hash_opts, u16 table_size) { struct be_mcc_wrb *wrb; struct be_cmd_req_rss_config *req; @@ -1917,16 +1921,12 @@ OPCODE_ETH_RSS_CONFIG, sizeof(*req), wrb, NULL); req->if_id = cpu_to_le32(adapter->if_handle); - req->enable_rss = cpu_to_le16(RSS_ENABLE_TCP_IPV4 | RSS_ENABLE_IPV4 | - RSS_ENABLE_TCP_IPV6 | RSS_ENABLE_IPV6); + req->enable_rss = cpu_to_le16(rss_hash_opts); + req->cpu_table_size_log2 = cpu_to_le16(fls(table_size) - 1); - if (lancer_chip(adapter) || skyhawk_chip(adapter)) { + if (lancer_chip(adapter) || skyhawk_chip(adapter)) req->hdr.version = 1; - req->enable_rss |= cpu_to_le16(RSS_ENABLE_UDP_IPV4 | - RSS_ENABLE_UDP_IPV6); - } - req->cpu_table_size_log2 = cpu_to_le16(fls(table_size) - 1); memcpy(req->cpu_table, rsstable, table_size); memcpy(req->hash, myhash, sizeof(myhash)); be_dws_cpu_to_le(req->hash, sizeof(req->hash)); @@ -2055,7 +2055,7 @@ spin_unlock_bh(&adapter->mcc_lock); if (!wait_for_completion_timeout(&adapter->flash_compl, - msecs_to_jiffies(30000))) + msecs_to_jiffies(60000))) status = -1; else status = adapter->flash_status; @@ -2344,7 +2344,6 @@ { struct be_mcc_wrb *wrb; struct be_cmd_req_seeprom_read *req; - struct be_sge *sge; int status; spin_lock_bh(&adapter->mcc_lock); @@ -2355,7 +2354,6 @@ goto err; } req = nonemb_cmd->va; - sge = nonembedded_sgl(wrb); be_wrb_cmd_hdr_prepare(&req->hdr, CMD_SUBSYSTEM_COMMON, OPCODE_COMMON_SEEPROM_READ, sizeof(*req), wrb, @@ -2462,6 +2460,9 @@ struct mgmt_controller_attrib *attribs; struct be_dma_mem attribs_cmd; + if (mutex_lock_interruptible(&adapter->mbox_lock)) + return -1; + memset(&attribs_cmd, 0, sizeof(struct be_dma_mem)); attribs_cmd.size = sizeof(struct be_cmd_resp_cntl_attribs); attribs_cmd.va = pci_alloc_consistent(adapter->pdev, attribs_cmd.size, @@ -2469,12 +2470,10 @@ if (!attribs_cmd.va) { dev_err(&adapter->pdev->dev, "Memory allocation failure\n"); - return -ENOMEM; + status = -ENOMEM; + goto err; } - if (mutex_lock_interruptible(&adapter->mbox_lock)) - return -1; - wrb = wrb_from_mbox(adapter); if (!wrb) { status = -EBUSY; @@ -2494,8 +2493,9 @@ err: mutex_unlock(&adapter->mbox_lock); - pci_free_consistent(adapter->pdev, attribs_cmd.size, attribs_cmd.va, - attribs_cmd.dma); + if (attribs_cmd.va) + pci_free_consistent(adapter->pdev, attribs_cmd.size, + attribs_cmd.va, attribs_cmd.dma); return status; } @@ -2795,6 +2795,9 @@ CMD_SUBSYSTEM_ETH)) return -EPERM; + if (mutex_lock_interruptible(&adapter->mbox_lock)) + return -1; + memset(&cmd, 0, sizeof(struct be_dma_mem)); cmd.size = sizeof(struct be_cmd_resp_acpi_wol_magic_config_v1); cmd.va = pci_alloc_consistent(adapter->pdev, cmd.size, @@ -2802,12 +2805,10 @@ if (!cmd.va) { dev_err(&adapter->pdev->dev, "Memory allocation failure\n"); - return -ENOMEM; + status = -ENOMEM; + goto err; } - if (mutex_lock_interruptible(&adapter->mbox_lock)) - return -1; - wrb = wrb_from_mbox(adapter); if (!wrb) { status = -EBUSY; @@ -2838,7 +2839,8 @@ } err: mutex_unlock(&adapter->mbox_lock); - pci_free_consistent(adapter->pdev, cmd.size, cmd.va, cmd.dma); + if (cmd.va) + pci_free_consistent(adapter->pdev, cmd.size, cmd.va, cmd.dma); return status; } @@ -2943,14 +2945,15 @@ int i; for (i = 0; i < desc_count; i++) { - desc->desc_len = RESOURCE_DESC_SIZE; + desc->desc_len = desc->desc_len ? : RESOURCE_DESC_SIZE; if (((void *)desc + desc->desc_len) > (void *)(buf + max_buf_size)) { desc = NULL; break; } - if (desc->desc_type == NIC_RESOURCE_DESC_TYPE_ID) + if (desc->desc_type == NIC_RESOURCE_DESC_TYPE_V0 || + desc->desc_type == NIC_RESOURCE_DESC_TYPE_V1) break; desc = (void *)desc + desc->desc_len; @@ -2970,16 +2973,18 @@ int status; struct be_dma_mem cmd; + if (mutex_lock_interruptible(&adapter->mbox_lock)) + return -1; + memset(&cmd, 0, sizeof(struct be_dma_mem)); cmd.size = sizeof(struct be_cmd_resp_get_func_config); cmd.va = pci_alloc_consistent(adapter->pdev, cmd.size, &cmd.dma); if (!cmd.va) { dev_err(&adapter->pdev->dev, "Memory alloc failure\n"); - return -ENOMEM; + status = -ENOMEM; + goto err; } - if (mutex_lock_interruptible(&adapter->mbox_lock)) - return -1; wrb = wrb_from_mbox(adapter); if (!wrb) { @@ -2993,6 +2998,9 @@ OPCODE_COMMON_GET_FUNC_CONFIG, cmd.size, wrb, &cmd); + if (skyhawk_chip(adapter)) + req->hdr.version = 1; + status = be_mbox_notify_wait(adapter); if (!status) { struct be_cmd_resp_get_func_config *resp = cmd.va; @@ -3019,28 +3027,46 @@ } err: mutex_unlock(&adapter->mbox_lock); - pci_free_consistent(adapter->pdev, cmd.size, - cmd.va, cmd.dma); + if (cmd.va) + pci_free_consistent(adapter->pdev, cmd.size, cmd.va, cmd.dma); return status; } - /* Uses sync mcc */ -int be_cmd_get_profile_config(struct be_adapter *adapter, u32 *cap_flags, - u8 domain) +/* Uses mbox */ +int be_cmd_get_profile_config_mbox(struct be_adapter *adapter, + u8 domain, struct be_dma_mem *cmd) { struct be_mcc_wrb *wrb; struct be_cmd_req_get_profile_config *req; int status; - struct be_dma_mem cmd; - memset(&cmd, 0, sizeof(struct be_dma_mem)); - cmd.size = sizeof(struct be_cmd_resp_get_profile_config); - cmd.va = pci_alloc_consistent(adapter->pdev, cmd.size, - &cmd.dma); - if (!cmd.va) { - dev_err(&adapter->pdev->dev, "Memory alloc failure\n"); - return -ENOMEM; - } + if (mutex_lock_interruptible(&adapter->mbox_lock)) + return -1; + wrb = wrb_from_mbox(adapter); + + req = cmd->va; + be_wrb_cmd_hdr_prepare(&req->hdr, CMD_SUBSYSTEM_COMMON, + OPCODE_COMMON_GET_PROFILE_CONFIG, + cmd->size, wrb, cmd); + + req->type = ACTIVE_PROFILE_TYPE; + req->hdr.domain = domain; + if (!lancer_chip(adapter)) + req->hdr.version = 1; + + status = be_mbox_notify_wait(adapter); + + mutex_unlock(&adapter->mbox_lock); + return status; +} + +/* Uses sync mcc */ +int be_cmd_get_profile_config_mccq(struct be_adapter *adapter, + u8 domain, struct be_dma_mem *cmd) +{ + struct be_mcc_wrb *wrb; + struct be_cmd_req_get_profile_config *req; + int status; spin_lock_bh(&adapter->mcc_lock); @@ -3050,16 +3076,47 @@ goto err; } - req = cmd.va; - + req = cmd->va; be_wrb_cmd_hdr_prepare(&req->hdr, CMD_SUBSYSTEM_COMMON, OPCODE_COMMON_GET_PROFILE_CONFIG, - cmd.size, wrb, &cmd); + cmd->size, wrb, cmd); req->type = ACTIVE_PROFILE_TYPE; req->hdr.domain = domain; + if (!lancer_chip(adapter)) + req->hdr.version = 1; status = be_mcc_notify_wait(adapter); + +err: + spin_unlock_bh(&adapter->mcc_lock); + return status; +} + +/* Uses sync mcc, if MCCQ is already created otherwise mbox */ +int be_cmd_get_profile_config(struct be_adapter *adapter, u32 *cap_flags, + u16 *txq_count, u8 domain) +{ + struct be_queue_info *mccq = &adapter->mcc_obj.q; + struct be_dma_mem cmd; + int status; + + memset(&cmd, 0, sizeof(struct be_dma_mem)); + if (!lancer_chip(adapter)) + cmd.size = sizeof(struct be_cmd_resp_get_profile_config_v1); + else + cmd.size = sizeof(struct be_cmd_resp_get_profile_config); + cmd.va = pci_alloc_consistent(adapter->pdev, cmd.size, + &cmd.dma); + if (!cmd.va) { + dev_err(&adapter->pdev->dev, "Memory alloc failure\n"); + return -ENOMEM; + } + + if (!mccq->created) + status = be_cmd_get_profile_config_mbox(adapter, domain, &cmd); + else + status = be_cmd_get_profile_config_mccq(adapter, domain, &cmd); if (!status) { struct be_cmd_resp_get_profile_config *resp = cmd.va; u32 desc_count = le32_to_cpu(resp->desc_count); @@ -3072,12 +3129,15 @@ status = -EINVAL; goto err; } - *cap_flags = le32_to_cpu(desc->cap_flags); + if (cap_flags) + *cap_flags = le32_to_cpu(desc->cap_flags); + if (txq_count) + *txq_count = le32_to_cpu(desc->txq_count); } err: - spin_unlock_bh(&adapter->mcc_lock); - pci_free_consistent(adapter->pdev, cmd.size, - cmd.va, cmd.dma); + if (cmd.va) + pci_free_consistent(adapter->pdev, cmd.size, + cmd.va, cmd.dma); return status; } @@ -3106,7 +3166,7 @@ req->hdr.domain = domain; req->desc_count = cpu_to_le32(1); - req->nic_desc.desc_type = NIC_RESOURCE_DESC_TYPE_ID; + req->nic_desc.desc_type = NIC_RESOURCE_DESC_TYPE_V0; req->nic_desc.desc_len = RESOURCE_DESC_SIZE; req->nic_desc.flags = (1 << QUN) | (1 << IMM) | (1 << NOSV); req->nic_desc.pf_num = adapter->pf_number; @@ -3138,6 +3198,39 @@ return status; } +int be_cmd_get_if_id(struct be_adapter *adapter, struct be_vf_cfg *vf_cfg, + int vf_num) +{ + struct be_mcc_wrb *wrb; + struct be_cmd_req_get_iface_list *req; + struct be_cmd_resp_get_iface_list *resp; + int status; + + spin_lock_bh(&adapter->mcc_lock); + + wrb = wrb_from_mccq(adapter); + if (!wrb) { + status = -EBUSY; + goto err; + } + req = embedded_payload(wrb); + + be_wrb_cmd_hdr_prepare(&req->hdr, CMD_SUBSYSTEM_COMMON, + OPCODE_COMMON_GET_IFACE_LIST, sizeof(*resp), + wrb, NULL); + req->hdr.domain = vf_num + 1; + + status = be_mcc_notify_wait(adapter); + if (!status) { + resp = (struct be_cmd_resp_get_iface_list *)req; + vf_cfg->if_handle = le32_to_cpu(resp->if_desc.if_id); + } + +err: + spin_unlock_bh(&adapter->mcc_lock); + return status; +} + /* Uses sync mcc */ int be_cmd_enable_vf(struct be_adapter *adapter, u8 domain) { @@ -3170,6 +3263,31 @@ return status; } +int be_cmd_intr_set(struct be_adapter *adapter, bool intr_enable) +{ + struct be_mcc_wrb *wrb; + struct be_cmd_req_intr_set *req; + int status; + + if (mutex_lock_interruptible(&adapter->mbox_lock)) + return -1; + + wrb = wrb_from_mbox(adapter); + + req = embedded_payload(wrb); + + be_wrb_cmd_hdr_prepare(&req->hdr, CMD_SUBSYSTEM_COMMON, + OPCODE_COMMON_SET_INTERRUPT_ENABLE, sizeof(*req), + wrb, NULL); + + req->intr_enabled = intr_enable; + + status = be_mbox_notify_wait(adapter); + + mutex_unlock(&adapter->mbox_lock); + return status; +} + int be_roce_mcc_cmd(void *netdev_handle, void *wrb_payload, int wrb_payload_size, u16 *cmd_status, u16 *ext_status) { --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/emulex/benet/be_ethtool.c +++ linux-lowlatency-3.8.0/drivers/net/ethernet/emulex/benet/be_ethtool.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005 - 2011 Emulex + * Copyright (C) 2005 - 2013 Emulex * All rights reserved. * * This program is free software; you can redistribute it and/or @@ -54,7 +54,7 @@ /* Received packets dropped when they don't pass the unicast or * multicast address filtering. */ - {DRVSTAT_INFO(rx_address_mismatch_drops)}, + {DRVSTAT_INFO(rx_address_filtered)}, /* Received packets dropped when IP packet length field is less than * the IP header length field. */ @@ -85,6 +85,7 @@ {DRVSTAT_INFO(tx_pauseframes)}, {DRVSTAT_INFO(tx_controlframes)}, {DRVSTAT_INFO(rx_priority_pause_frames)}, + {DRVSTAT_INFO(tx_priority_pauseframes)}, /* Received packets dropped when an internal fifo going into * main packet buffer tank (PMEM) overflows. */ @@ -680,7 +681,8 @@ if (be_is_wol_supported(adapter)) { wol->supported |= WAKE_MAGIC; - wol->wolopts |= WAKE_MAGIC; + if (adapter->wol) + wol->wolopts |= WAKE_MAGIC; } else wol->wolopts = 0; memset(&wol->sopass, 0, sizeof(wol->sopass)); @@ -757,6 +759,12 @@ int status; u8 link_status = 0; + if (adapter->function_caps & BE_FUNCTION_CAPS_SUPER_NIC) { + dev_err(&adapter->pdev->dev, "Self test not supported\n"); + test->flags |= ETH_TEST_FL_FAILED; + return; + } + memset(data, 0, sizeof(u64) * ETHTOOL_TESTS_NUM); if (test->flags & ETH_TEST_FL_OFFLINE) { @@ -939,6 +947,159 @@ return; } +static u64 be_get_rss_hash_opts(struct be_adapter *adapter, u64 flow_type) +{ + u64 data = 0; + + switch (flow_type) { + case TCP_V4_FLOW: + if (adapter->rss_flags & RSS_ENABLE_IPV4) + data |= RXH_IP_DST | RXH_IP_SRC; + if (adapter->rss_flags & RSS_ENABLE_TCP_IPV4) + data |= RXH_L4_B_0_1 | RXH_L4_B_2_3; + break; + case UDP_V4_FLOW: + if (adapter->rss_flags & RSS_ENABLE_IPV4) + data |= RXH_IP_DST | RXH_IP_SRC; + if (adapter->rss_flags & RSS_ENABLE_UDP_IPV4) + data |= RXH_L4_B_0_1 | RXH_L4_B_2_3; + break; + case TCP_V6_FLOW: + if (adapter->rss_flags & RSS_ENABLE_IPV6) + data |= RXH_IP_DST | RXH_IP_SRC; + if (adapter->rss_flags & RSS_ENABLE_TCP_IPV6) + data |= RXH_L4_B_0_1 | RXH_L4_B_2_3; + break; + case UDP_V6_FLOW: + if (adapter->rss_flags & RSS_ENABLE_IPV6) + data |= RXH_IP_DST | RXH_IP_SRC; + if (adapter->rss_flags & RSS_ENABLE_UDP_IPV6) + data |= RXH_L4_B_0_1 | RXH_L4_B_2_3; + break; + } + + return data; +} + +static int be_get_rxnfc(struct net_device *netdev, struct ethtool_rxnfc *cmd, + u32 *rule_locs) +{ + struct be_adapter *adapter = netdev_priv(netdev); + + if (!be_multi_rxq(adapter)) { + dev_info(&adapter->pdev->dev, + "ethtool::get_rxnfc: RX flow hashing is disabled\n"); + return -EINVAL; + } + + switch (cmd->cmd) { + case ETHTOOL_GRXFH: + cmd->data = be_get_rss_hash_opts(adapter, cmd->flow_type); + break; + case ETHTOOL_GRXRINGS: + cmd->data = adapter->num_rx_qs - 1; + break; + default: + return -EINVAL; + } + + return 0; +} + +static int be_set_rss_hash_opts(struct be_adapter *adapter, + struct ethtool_rxnfc *cmd) +{ + struct be_rx_obj *rxo; + int status = 0, i, j; + u8 rsstable[128]; + u32 rss_flags = adapter->rss_flags; + + if (cmd->data != L3_RSS_FLAGS && + cmd->data != (L3_RSS_FLAGS | L4_RSS_FLAGS)) + return -EINVAL; + + switch (cmd->flow_type) { + case TCP_V4_FLOW: + if (cmd->data == L3_RSS_FLAGS) + rss_flags &= ~RSS_ENABLE_TCP_IPV4; + else if (cmd->data == (L3_RSS_FLAGS | L4_RSS_FLAGS)) + rss_flags |= RSS_ENABLE_IPV4 | + RSS_ENABLE_TCP_IPV4; + break; + case TCP_V6_FLOW: + if (cmd->data == L3_RSS_FLAGS) + rss_flags &= ~RSS_ENABLE_TCP_IPV6; + else if (cmd->data == (L3_RSS_FLAGS | L4_RSS_FLAGS)) + rss_flags |= RSS_ENABLE_IPV6 | + RSS_ENABLE_TCP_IPV6; + break; + case UDP_V4_FLOW: + if ((cmd->data == (L3_RSS_FLAGS | L4_RSS_FLAGS)) && + BEx_chip(adapter)) + return -EINVAL; + + if (cmd->data == L3_RSS_FLAGS) + rss_flags &= ~RSS_ENABLE_UDP_IPV4; + else if (cmd->data == (L3_RSS_FLAGS | L4_RSS_FLAGS)) + rss_flags |= RSS_ENABLE_IPV4 | + RSS_ENABLE_UDP_IPV4; + break; + case UDP_V6_FLOW: + if ((cmd->data == (L3_RSS_FLAGS | L4_RSS_FLAGS)) && + BEx_chip(adapter)) + return -EINVAL; + + if (cmd->data == L3_RSS_FLAGS) + rss_flags &= ~RSS_ENABLE_UDP_IPV6; + else if (cmd->data == (L3_RSS_FLAGS | L4_RSS_FLAGS)) + rss_flags |= RSS_ENABLE_IPV6 | + RSS_ENABLE_UDP_IPV6; + break; + default: + return -EINVAL; + } + + if (rss_flags == adapter->rss_flags) + return status; + + if (be_multi_rxq(adapter)) { + for (j = 0; j < 128; j += adapter->num_rx_qs - 1) { + for_all_rss_queues(adapter, rxo, i) { + if ((j + i) >= 128) + break; + rsstable[j + i] = rxo->rss_id; + } + } + } + status = be_cmd_rss_config(adapter, rsstable, rss_flags, 128); + if (!status) + adapter->rss_flags = rss_flags; + + return status; +} + +static int be_set_rxnfc(struct net_device *netdev, struct ethtool_rxnfc *cmd) +{ + struct be_adapter *adapter = netdev_priv(netdev); + int status = 0; + + if (!be_multi_rxq(adapter)) { + dev_err(&adapter->pdev->dev, + "ethtool::set_rxnfc: RX flow hashing is disabled\n"); + return -EINVAL; + } + + switch (cmd->cmd) { + case ETHTOOL_SRXFH: + status = be_set_rss_hash_opts(adapter, cmd); + break; + default: + return -EINVAL; + } + + return status; +} + const struct ethtool_ops be_ethtool_ops = { .get_settings = be_get_settings, .get_drvinfo = be_get_drvinfo, @@ -962,4 +1123,6 @@ .get_regs = be_get_regs, .flash_device = be_do_flash, .self_test = be_self_test, + .get_rxnfc = be_get_rxnfc, + .set_rxnfc = be_set_rxnfc, }; --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/emulex/benet/be_main.c +++ linux-lowlatency-3.8.0/drivers/net/ethernet/emulex/benet/be_main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005 - 2011 Emulex + * Copyright (C) 2005 - 2013 Emulex * All rights reserved. * * This program is free software; you can redistribute it and/or @@ -153,13 +153,10 @@ return 0; } -static void be_intr_set(struct be_adapter *adapter, bool enable) +static void be_reg_intr_set(struct be_adapter *adapter, bool enable) { u32 reg, enabled; - if (adapter->eeh_error) - return; - pci_read_config_dword(adapter->pdev, PCICFG_MEMBAR_CTRL_INT_CTRL_OFFSET, ®); enabled = reg & MEMBAR_CTRL_INT_CTRL_HOSTINTR_MASK; @@ -175,6 +172,22 @@ PCICFG_MEMBAR_CTRL_INT_CTRL_OFFSET, reg); } +static void be_intr_set(struct be_adapter *adapter, bool enable) +{ + int status = 0; + + /* On lancer interrupts can't be controlled via this register */ + if (lancer_chip(adapter)) + return; + + if (adapter->eeh_error) + return; + + status = be_cmd_intr_set(adapter, enable); + if (status) + be_reg_intr_set(adapter, enable); +} + static void be_rxq_notify(struct be_adapter *adapter, u16 qid, u16 posted) { u32 val = 0; @@ -185,14 +198,15 @@ iowrite32(val, adapter->db + DB_RQ_OFFSET); } -static void be_txq_notify(struct be_adapter *adapter, u16 qid, u16 posted) +static void be_txq_notify(struct be_adapter *adapter, struct be_tx_obj *txo, + u16 posted) { u32 val = 0; - val |= qid & DB_TXULP_RING_ID_MASK; + val |= txo->q.id & DB_TXULP_RING_ID_MASK; val |= (posted & DB_TXULP_NUM_POSTED_MASK) << DB_TXULP_NUM_POSTED_SHIFT; wmb(); - iowrite32(val, adapter->db + DB_TXULP1_OFFSET); + iowrite32(val, adapter->db + txo->db_offset); } static void be_eq_notify(struct be_adapter *adapter, u16 qid, @@ -340,9 +354,9 @@ drvs->rx_input_fifo_overflow_drop = port_stats->rx_input_fifo_overflow; drvs->rx_dropped_header_too_small = port_stats->rx_dropped_header_too_small; - drvs->rx_address_mismatch_drops = - port_stats->rx_address_mismatch_drops + - port_stats->rx_vlan_mismatch_drops; + drvs->rx_address_filtered = + port_stats->rx_address_filtered + + port_stats->rx_vlan_filtered; drvs->rx_alignment_symbol_errors = port_stats->rx_alignment_symbol_errors; @@ -391,12 +405,13 @@ port_stats->rx_dropped_header_too_small; drvs->rx_input_fifo_overflow_drop = port_stats->rx_input_fifo_overflow_drop; - drvs->rx_address_mismatch_drops = port_stats->rx_address_mismatch_drops; + drvs->rx_address_filtered = port_stats->rx_address_filtered; drvs->rx_alignment_symbol_errors = port_stats->rx_alignment_symbol_errors; drvs->rxpp_fifo_overflow_drop = port_stats->rxpp_fifo_overflow_drop; drvs->tx_pauseframes = port_stats->tx_pauseframes; drvs->tx_controlframes = port_stats->tx_controlframes; + drvs->tx_priority_pauseframes = port_stats->tx_priority_pauseframes; drvs->jabber_events = port_stats->jabber_events; drvs->rx_drops_no_pbuf = rxf_stats->rx_drops_no_pbuf; drvs->rx_drops_no_erx_descr = rxf_stats->rx_drops_no_erx_descr; @@ -432,9 +447,9 @@ drvs->rx_dropped_header_too_small = pport_stats->rx_dropped_header_too_small; drvs->rx_input_fifo_overflow_drop = pport_stats->rx_fifo_overflow; - drvs->rx_address_mismatch_drops = - pport_stats->rx_address_mismatch_drops + - pport_stats->rx_vlan_mismatch_drops; + drvs->rx_address_filtered = + pport_stats->rx_address_filtered + + pport_stats->rx_vlan_filtered; drvs->rx_alignment_symbol_errors = pport_stats->rx_symbol_errors_lo; drvs->rxpp_fifo_overflow_drop = pport_stats->rx_fifo_overflow; drvs->tx_pauseframes = pport_stats->tx_pause_frames_lo; @@ -458,11 +473,26 @@ ACCESS_ONCE(*acc) = newacc; } +void populate_erx_stats(struct be_adapter *adapter, + struct be_rx_obj *rxo, + u32 erx_stat) +{ + if (!BEx_chip(adapter)) + rx_stats(rxo)->rx_drops_no_frags = erx_stat; + else + /* below erx HW counter can actually wrap around after + * 65535. Driver accumulates a 32-bit value + */ + accumulate_16bit_val(&rx_stats(rxo)->rx_drops_no_frags, + (u16)erx_stat); +} + void be_parse_stats(struct be_adapter *adapter) { struct be_erx_stats_v1 *erx = be_erx_stats_from_cmd(adapter); struct be_rx_obj *rxo; int i; + u32 erx_stat; if (lancer_chip(adapter)) { populate_lancer_stats(adapter); @@ -475,12 +505,8 @@ /* as erx_v1 is longer than v0, ok to use v1 for v0 access */ for_all_rx_queues(adapter, rxo, i) { - /* below erx HW counter can actually wrap around after - * 65535. Driver accumulates a 32-bit value - */ - accumulate_16bit_val(&rx_stats(rxo)->rx_drops_no_frags, - (u16)erx->rx_drops_no_fragments \ - [rxo->q.id]); + erx_stat = erx->rx_drops_no_fragments[rxo->q.id]; + populate_erx_stats(adapter, rxo, erx_stat); } } } @@ -759,8 +785,9 @@ if (vlan_tx_tag_present(skb)) { vlan_tag = be_get_tx_vlan_tag(adapter, skb); - __vlan_put_tag(skb, vlan_tag); - skb->vlan_tci = 0; + skb = __vlan_put_tag(skb, vlan_tag); + if (skb) + skb->vlan_tci = 0; } return skb; @@ -821,7 +848,7 @@ stopped = true; } - be_txq_notify(adapter, txq->id, wrb_cnt); + be_txq_notify(adapter, txo, wrb_cnt); be_tx_stats_update(txo, wrb_cnt, copied, gso_segs, stopped); } else { @@ -1957,7 +1984,7 @@ if (status) return status; - status = be_cmd_txq_create(adapter, &txo->q, &txo->cq); + status = be_cmd_txq_create(adapter, txo); if (status) return status; } @@ -2277,7 +2304,7 @@ return num; } -static void be_msix_enable(struct be_adapter *adapter) +static int be_msix_enable(struct be_adapter *adapter) { #define BE_MIN_MSIX_VECTORS 1 int i, status, num_vec, num_roce_vec = 0; @@ -2302,13 +2329,17 @@ goto done; } else if (status >= BE_MIN_MSIX_VECTORS) { num_vec = status; - if (pci_enable_msix(adapter->pdev, adapter->msix_entries, - num_vec) == 0) + status = pci_enable_msix(adapter->pdev, adapter->msix_entries, + num_vec); + if (!status) goto done; } dev_warn(dev, "MSIx enable failed\n"); - return; + /* INTx is not supported in VFs, so fail probe if enable_msix fails */ + if (!be_physfn(adapter)) + return status; + return 0; done: if (be_roce_supported(adapter)) { if (num_vec > num_roce_vec) { @@ -2322,7 +2353,7 @@ } else adapter->num_msix_vec = num_vec; dev_info(dev, "enabled %d MSI-x vector(s)\n", adapter->num_msix_vec); - return; + return 0; } static inline int be_msix_vec_get(struct be_adapter *adapter, @@ -2435,11 +2466,11 @@ be_roce_dev_close(adapter); - if (!lancer_chip(adapter)) - be_intr_set(adapter, false); - - for_all_evt_queues(adapter, eqo, i) - napi_disable(&eqo->napi); + if (adapter->flags & BE_FLAGS_NAPI_ENABLED) { + for_all_evt_queues(adapter, eqo, i) + napi_disable(&eqo->napi); + adapter->flags &= ~BE_FLAGS_NAPI_ENABLED; + } be_async_mcc_disable(adapter); @@ -2499,9 +2530,19 @@ rsstable[j + i] = rxo->rss_id; } } - rc = be_cmd_rss_config(adapter, rsstable, 128); - if (rc) + adapter->rss_flags = RSS_ENABLE_TCP_IPV4 | RSS_ENABLE_IPV4 | + RSS_ENABLE_TCP_IPV6 | RSS_ENABLE_IPV6; + + if (!BEx_chip(adapter)) + adapter->rss_flags |= RSS_ENABLE_UDP_IPV4 | + RSS_ENABLE_UDP_IPV6; + + rc = be_cmd_rss_config(adapter, rsstable, adapter->rss_flags, + 128); + if (rc) { + adapter->rss_flags = 0; return rc; + } } /* First time posting */ @@ -2523,10 +2564,9 @@ if (status) goto err; - be_irq_register(adapter); - - if (!lancer_chip(adapter)) - be_intr_set(adapter, true); + status = be_irq_register(adapter); + if (status) + goto err; for_all_rx_queues(adapter, rxo, i) be_cq_notify(adapter, rxo->cq.id, true, 0); @@ -2540,6 +2580,7 @@ napi_enable(&eqo->napi); be_eq_notify(adapter, eqo->q.id, true, false, 0); } + adapter->flags |= BE_FLAGS_NAPI_ENABLED; status = be_cmd_link_status_query(adapter, NULL, &link_status, 0); if (!status) @@ -2597,7 +2638,7 @@ * These addresses are programmed in the ASIC by the PF and the VF driver * queries for the MAC address during its probe. */ -static inline int be_vf_eth_addr_config(struct be_adapter *adapter) +static int be_vf_eth_addr_config(struct be_adapter *adapter) { u32 vf; int status = 0; @@ -2626,13 +2667,34 @@ return status; } +static int be_vfs_mac_query(struct be_adapter *adapter) +{ + int status, vf; + u8 mac[ETH_ALEN]; + struct be_vf_cfg *vf_cfg; + bool active; + + for_all_vfs(adapter, vf_cfg, vf) { + be_cmd_get_mac_from_list(adapter, mac, &active, + &vf_cfg->pmac_id, 0); + + status = be_cmd_mac_addr_query(adapter, mac, false, + vf_cfg->if_handle, 0); + if (status) + return status; + memcpy(vf_cfg->mac_addr, mac, ETH_ALEN); + } + return 0; +} + static void be_vf_clear(struct be_adapter *adapter) { struct be_vf_cfg *vf_cfg; u32 vf; if (be_find_vfs(adapter, ASSIGNED)) { - dev_warn(&adapter->pdev->dev, "VFs are assigned to VMs\n"); + dev_warn(&adapter->pdev->dev, + "VFs are assigned to VMs: not disabling VFs\n"); goto done; } @@ -2681,21 +2743,30 @@ return 0; } -static void be_get_vf_if_cap_flags(struct be_adapter *adapter, - u32 *cap_flags, u8 domain) +static int be_vfs_if_create(struct be_adapter *adapter) { - bool profile_present = false; + struct be_vf_cfg *vf_cfg; + u32 cap_flags, en_flags, vf; int status; - if (lancer_chip(adapter)) { - status = be_cmd_get_profile_config(adapter, cap_flags, domain); - if (!status) - profile_present = true; - } + cap_flags = BE_IF_FLAGS_UNTAGGED | BE_IF_FLAGS_BROADCAST | + BE_IF_FLAGS_MULTICAST; + + for_all_vfs(adapter, vf_cfg, vf) { + if (!BE3_chip(adapter)) + be_cmd_get_profile_config(adapter, &cap_flags, + NULL, vf + 1); - if (!profile_present) - *cap_flags = BE_IF_FLAGS_UNTAGGED | BE_IF_FLAGS_BROADCAST | - BE_IF_FLAGS_MULTICAST; + /* If a FW profile exists, then cap_flags are updated */ + en_flags = cap_flags & (BE_IF_FLAGS_UNTAGGED | + BE_IF_FLAGS_BROADCAST | BE_IF_FLAGS_MULTICAST); + status = be_cmd_if_create(adapter, cap_flags, en_flags, + &vf_cfg->if_handle, vf + 1); + if (status) + goto err; + } +err: + return status; } static int be_vf_setup_init(struct be_adapter *adapter) @@ -2718,65 +2789,70 @@ static int be_vf_setup(struct be_adapter *adapter) { struct be_vf_cfg *vf_cfg; - struct device *dev = &adapter->pdev->dev; - u32 cap_flags, en_flags, vf; u16 def_vlan, lnk_speed; - int status, enabled_vfs; - - enabled_vfs = be_find_vfs(adapter, ENABLED); - if (enabled_vfs) { - dev_warn(dev, "%d VFs are already enabled\n", enabled_vfs); - dev_warn(dev, "Ignoring num_vfs=%d setting\n", num_vfs); - return 0; - } - - if (num_vfs > adapter->dev_num_vfs) { - dev_warn(dev, "Device supports %d VFs and not %d\n", - adapter->dev_num_vfs, num_vfs); - num_vfs = adapter->dev_num_vfs; - } + int status, old_vfs, vf; + struct device *dev = &adapter->pdev->dev; - status = pci_enable_sriov(adapter->pdev, num_vfs); - if (!status) { - adapter->num_vfs = num_vfs; + old_vfs = be_find_vfs(adapter, ENABLED); + if (old_vfs) { + dev_info(dev, "%d VFs are already enabled\n", old_vfs); + if (old_vfs != num_vfs) + dev_warn(dev, "Ignoring num_vfs=%d setting\n", num_vfs); + adapter->num_vfs = old_vfs; } else { - /* Platform doesn't support SRIOV though device supports it */ - dev_warn(dev, "SRIOV enable failed\n"); - return 0; + if (num_vfs > adapter->dev_num_vfs) + dev_info(dev, "Device supports %d VFs and not %d\n", + adapter->dev_num_vfs, num_vfs); + adapter->num_vfs = min_t(u16, num_vfs, adapter->dev_num_vfs); + + status = pci_enable_sriov(adapter->pdev, num_vfs); + if (status) { + dev_err(dev, "SRIOV enable failed\n"); + adapter->num_vfs = 0; + return 0; + } } status = be_vf_setup_init(adapter); if (status) goto err; - for_all_vfs(adapter, vf_cfg, vf) { - be_get_vf_if_cap_flags(adapter, &cap_flags, vf + 1); - - en_flags = cap_flags & (BE_IF_FLAGS_UNTAGGED | - BE_IF_FLAGS_BROADCAST | - BE_IF_FLAGS_MULTICAST); - - status = be_cmd_if_create(adapter, cap_flags, en_flags, - &vf_cfg->if_handle, vf + 1); + if (old_vfs) { + for_all_vfs(adapter, vf_cfg, vf) { + status = be_cmd_get_if_id(adapter, vf_cfg, vf); + if (status) + goto err; + } + } else { + status = be_vfs_if_create(adapter); if (status) goto err; } - if (!enabled_vfs) { + if (old_vfs) { + status = be_vfs_mac_query(adapter); + if (status) + goto err; + } else { status = be_vf_eth_addr_config(adapter); if (status) goto err; } for_all_vfs(adapter, vf_cfg, vf) { - lnk_speed = 1000; - status = be_cmd_set_qos(adapter, lnk_speed, vf + 1); - if (status) - goto err; - vf_cfg->tx_rate = lnk_speed * 10; + /* BE3 FW, by default, caps VF TX-rate to 100mbps. + * Allow full available bandwidth + */ + if (BE3_chip(adapter) && !old_vfs) + be_cmd_set_qos(adapter, 1000, vf+1); + + status = be_cmd_link_status_query(adapter, &lnk_speed, + NULL, vf + 1); + if (!status) + vf_cfg->tx_rate = lnk_speed; status = be_cmd_get_hsw_config(adapter, &def_vlan, - vf + 1, vf_cfg->if_handle); + vf + 1, vf_cfg->if_handle); if (status) goto err; vf_cfg->def_vid = def_vlan; @@ -2785,6 +2861,8 @@ } return 0; err: + dev_err(dev, "VF setup failed\n"); + be_vf_clear(adapter); return status; } @@ -2838,14 +2916,17 @@ static void be_get_resources(struct be_adapter *adapter) { - int status; + u16 dev_num_vfs; + int pos, status; bool profile_present = false; + u16 txq_count = 0; - if (lancer_chip(adapter)) { + if (!BEx_chip(adapter)) { status = be_cmd_get_func_config(adapter); - if (!status) profile_present = true; + } else if (BE3_chip(adapter) && be_physfn(adapter)) { + be_cmd_get_profile_config(adapter, NULL, &txq_count, 0); } if (profile_present) { @@ -2883,7 +2964,9 @@ adapter->max_vlans = BE_NUM_VLANS_SUPPORTED; adapter->max_mcast_mac = BE_MAX_MC; - adapter->max_tx_queues = MAX_TX_QS; + adapter->max_tx_queues = txq_count ? txq_count : MAX_TX_QS; + adapter->max_tx_queues = min_t(u16, adapter->max_tx_queues, + MAX_TX_QS); adapter->max_rss_queues = (adapter->be3_native) ? BE3_MAX_RSS_QS : BE2_MAX_RSS_QS; adapter->max_event_queues = BE3_MAX_RSS_QS; @@ -2899,17 +2982,26 @@ if (adapter->function_caps & BE_FUNCTION_CAPS_RSS) adapter->if_cap_flags |= BE_IF_FLAGS_RSS; } + + pos = pci_find_ext_capability(adapter->pdev, PCI_EXT_CAP_ID_SRIOV); + if (pos) { + pci_read_config_word(adapter->pdev, pos + PCI_SRIOV_TOTAL_VF, + &dev_num_vfs); + if (BE3_chip(adapter)) + dev_num_vfs = min_t(u16, dev_num_vfs, MAX_VFS); + adapter->dev_num_vfs = dev_num_vfs; + } } /* Routine to query per function resource limits */ static int be_get_config(struct be_adapter *adapter) { - int pos, status; - u16 dev_num_vfs; + int status; status = be_cmd_query_fw_cfg(adapter, &adapter->port_num, &adapter->function_mode, - &adapter->function_caps); + &adapter->function_caps, + &adapter->asic_rev); if (status) goto err; @@ -2923,14 +3015,6 @@ goto err; } - pos = pci_find_ext_capability(adapter->pdev, PCI_EXT_CAP_ID_SRIOV); - if (pos) { - pci_read_config_word(adapter->pdev, pos + PCI_SRIOV_TOTAL_VF, - &dev_num_vfs); - if (!lancer_chip(adapter)) - dev_num_vfs = min_t(u16, dev_num_vfs, MAX_VFS); - adapter->dev_num_vfs = dev_num_vfs; - } err: return status; } @@ -2953,7 +3037,9 @@ if (status) goto err; - be_msix_enable(adapter); + status = be_msix_enable(adapter); + if (status) + goto err; status = be_evt_queues_create(adapter); if (status) @@ -3178,7 +3264,7 @@ return 0; } -/* For BE2 and BE3 */ +/* For BE2, BE3 and BE3-R */ static int be_flash_BEx(struct be_adapter *adapter, const struct firmware *fw, struct be_dma_mem *flash_cmd, @@ -3493,18 +3579,22 @@ #define UFI_TYPE2 2 #define UFI_TYPE3 3 +#define UFI_TYPE3R 10 #define UFI_TYPE4 4 static int be_get_ufi_type(struct be_adapter *adapter, - struct flash_file_hdr_g2 *fhdr) + struct flash_file_hdr_g3 *fhdr) { if (fhdr == NULL) goto be_get_ufi_exit; if (skyhawk_chip(adapter) && fhdr->build[0] == '4') return UFI_TYPE4; - else if (BE3_chip(adapter) && fhdr->build[0] == '3') - return UFI_TYPE3; - else if (BE2_chip(adapter) && fhdr->build[0] == '2') + else if (BE3_chip(adapter) && fhdr->build[0] == '3') { + if (fhdr->asic_type_rev == 0x10) + return UFI_TYPE3R; + else + return UFI_TYPE3; + } else if (BE2_chip(adapter) && fhdr->build[0] == '2') return UFI_TYPE2; be_get_ufi_exit: @@ -3515,7 +3605,6 @@ static int be_fw_download(struct be_adapter *adapter, const struct firmware* fw) { - struct flash_file_hdr_g2 *fhdr; struct flash_file_hdr_g3 *fhdr3; struct image_hdr *img_hdr_ptr = NULL; struct be_dma_mem flash_cmd; @@ -3533,23 +3622,37 @@ } p = fw->data; - fhdr = (struct flash_file_hdr_g2 *)p; + fhdr3 = (struct flash_file_hdr_g3 *)p; - ufi_type = be_get_ufi_type(adapter, fhdr); + ufi_type = be_get_ufi_type(adapter, fhdr3); - fhdr3 = (struct flash_file_hdr_g3 *)fw->data; num_imgs = le32_to_cpu(fhdr3->num_imgs); for (i = 0; i < num_imgs; i++) { img_hdr_ptr = (struct image_hdr *)(fw->data + (sizeof(struct flash_file_hdr_g3) + i * sizeof(struct image_hdr))); if (le32_to_cpu(img_hdr_ptr->imageid) == 1) { - if (ufi_type == UFI_TYPE4) + switch (ufi_type) { + case UFI_TYPE4: status = be_flash_skyhawk(adapter, fw, &flash_cmd, num_imgs); - else if (ufi_type == UFI_TYPE3) + break; + case UFI_TYPE3R: status = be_flash_BEx(adapter, fw, &flash_cmd, num_imgs); + break; + case UFI_TYPE3: + /* Do not flash this ufi on BE3-R cards */ + if (adapter->asic_rev < 0x10) + status = be_flash_BEx(adapter, fw, + &flash_cmd, + num_imgs); + else { + status = -1; + dev_err(&adapter->pdev->dev, + "Can't load BE3 UFI on BE3R\n"); + } + } } } @@ -3652,6 +3755,8 @@ static void be_unmap_pci_bars(struct be_adapter *adapter) { + if (adapter->csr) + pci_iounmap(adapter->pdev, adapter->csr); if (adapter->db) pci_iounmap(adapter->pdev, adapter->db); } @@ -3685,6 +3790,12 @@ adapter->if_type = (sli_intf & SLI_INTF_IF_TYPE_MASK) >> SLI_INTF_IF_TYPE_SHIFT; + if (BEx_chip(adapter) && be_physfn(adapter)) { + adapter->csr = pci_iomap(adapter->pdev, 2, 0); + if (adapter->csr == NULL) + return -ENOMEM; + } + addr = pci_iomap(adapter->pdev, db_bar(adapter), 0); if (addr == NULL) goto pci_map_err; @@ -3809,6 +3920,7 @@ return; be_roce_dev_remove(adapter); + be_intr_set(adapter, false); cancel_delayed_work_sync(&adapter->func_recovery_work); @@ -4063,6 +4175,11 @@ status = dma_set_mask(&pdev->dev, DMA_BIT_MASK(64)); if (!status) { + status = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64)); + if (status < 0) { + dev_err(&pdev->dev, "dma_set_coherent_mask failed\n"); + goto free_netdev; + } netdev->features |= NETIF_F_HIGHDMA; } else { status = dma_set_mask(&pdev->dev, DMA_BIT_MASK(32)); @@ -4087,22 +4204,22 @@ goto ctrl_clean; } - /* tell fw we're ready to fire cmds */ - status = be_cmd_fw_init(adapter); - if (status) - goto ctrl_clean; - if (be_reset_required(adapter)) { status = be_cmd_reset_function(adapter); if (status) goto ctrl_clean; + + /* Wait for interrupts to quiesce after an FLR */ + msleep(100); } - /* The INTR bit may be set in the card when probed by a kdump kernel - * after a crash. - */ - if (!lancer_chip(adapter)) - be_intr_set(adapter, false); + /* Allow interrupts for other ULPs running on NIC function */ + be_intr_set(adapter, true); + + /* tell fw we're ready to fire cmds */ + status = be_cmd_fw_init(adapter); + if (status) + goto ctrl_clean; status = be_stats_init(adapter); if (status) @@ -4293,6 +4410,8 @@ pci_restore_state(pdev); /* Check if card is ok and fw is ready */ + dev_info(&adapter->pdev->dev, + "Waiting for FW to be ready after EEH reset\n"); status = be_fw_wait_ready(adapter); if (status) return PCI_ERS_RESULT_DISCONNECT; @@ -4311,12 +4430,12 @@ pci_save_state(pdev); - /* tell fw we're ready to fire cmds */ - status = be_cmd_fw_init(adapter); + status = be_cmd_reset_function(adapter); if (status) goto err; - status = be_cmd_reset_function(adapter); + /* tell fw we're ready to fire cmds */ + status = be_cmd_fw_init(adapter); if (status) goto err; --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/emulex/benet/be_roce.c +++ linux-lowlatency-3.8.0/drivers/net/ethernet/emulex/benet/be_roce.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005 - 2011 Emulex + * Copyright (C) 2005 - 2013 Emulex * All rights reserved. * * This program is free software; you can redistribute it and/or --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/emulex/benet/be_roce.h +++ linux-lowlatency-3.8.0/drivers/net/ethernet/emulex/benet/be_roce.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005 - 2011 Emulex + * Copyright (C) 2005 - 2013 Emulex * All rights reserved. * * This program is free software; you can redistribute it and/or --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/emulex/benet/be_cmds.h +++ linux-lowlatency-3.8.0/drivers/net/ethernet/emulex/benet/be_cmds.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005 - 2011 Emulex + * Copyright (C) 2005 - 2013 Emulex * All rights reserved. * * This program is free software; you can redistribute it and/or @@ -188,6 +188,7 @@ #define OPCODE_COMMON_GET_BEACON_STATE 70 #define OPCODE_COMMON_READ_TRANSRECV_DATA 73 #define OPCODE_COMMON_GET_PORT_NAME 77 +#define OPCODE_COMMON_SET_INTERRUPT_ENABLE 89 #define OPCODE_COMMON_GET_PHY_DETAILS 102 #define OPCODE_COMMON_SET_DRIVER_FUNCTION_CAP 103 #define OPCODE_COMMON_GET_CNTL_ADDITIONAL_ATTRIBUTES 121 @@ -203,6 +204,7 @@ #define OPCODE_COMMON_GET_FN_PRIVILEGES 170 #define OPCODE_COMMON_READ_OBJECT 171 #define OPCODE_COMMON_WRITE_OBJECT 172 +#define OPCODE_COMMON_GET_IFACE_LIST 194 #define OPCODE_COMMON_ENABLE_DISABLE_VF 196 #define OPCODE_ETH_RSS_CONFIG 1 @@ -366,7 +368,7 @@ u8 rsvd5[32]; /* dword 3*/ } __packed; -struct amap_cq_context_lancer { +struct amap_cq_context_v2 { u8 rsvd0[12]; /* dword 0*/ u8 coalescwm[2]; /* dword 0*/ u8 nodelay; /* dword 0*/ @@ -472,46 +474,27 @@ #define BE_ETH_TX_RING_TYPE_STANDARD 2 #define BE_ULP1_NUM 1 -/* Pseudo amap definition in which each bit of the actual structure is defined - * as a byte: used to calculate offset/shift/mask of each field */ -struct amap_tx_context { - u8 if_id[16]; /* dword 0 */ - u8 tx_ring_size[4]; /* dword 0 */ - u8 rsvd1[26]; /* dword 0 */ - u8 pci_func_id[8]; /* dword 1 */ - u8 rsvd2[9]; /* dword 1 */ - u8 ctx_valid; /* dword 1 */ - u8 cq_id_send[16]; /* dword 2 */ - u8 rsvd3[16]; /* dword 2 */ - u8 rsvd4[32]; /* dword 3 */ - u8 rsvd5[32]; /* dword 4 */ - u8 rsvd6[32]; /* dword 5 */ - u8 rsvd7[32]; /* dword 6 */ - u8 rsvd8[32]; /* dword 7 */ - u8 rsvd9[32]; /* dword 8 */ - u8 rsvd10[32]; /* dword 9 */ - u8 rsvd11[32]; /* dword 10 */ - u8 rsvd12[32]; /* dword 11 */ - u8 rsvd13[32]; /* dword 12 */ - u8 rsvd14[32]; /* dword 13 */ - u8 rsvd15[32]; /* dword 14 */ - u8 rsvd16[32]; /* dword 15 */ -} __packed; - struct be_cmd_req_eth_tx_create { struct be_cmd_req_hdr hdr; u8 num_pages; u8 ulp_num; - u8 type; - u8 bound_port; - u8 context[sizeof(struct amap_tx_context) / 8]; + u16 type; + u16 if_id; + u8 queue_size; + u8 rsvd0; + u32 rsvd1; + u16 cq_id; + u16 rsvd2; + u32 rsvd3[13]; struct phys_addr pages[8]; } __packed; struct be_cmd_resp_eth_tx_create { struct be_cmd_resp_hdr hdr; u16 cid; - u16 rsvd0; + u16 rid; + u32 db_offset; + u32 rsvd0[4]; } __packed; /******************** Create RxQ ***************************/ @@ -607,8 +590,8 @@ u32 rx_in_range_errors; /* dword 10*/ u32 rx_out_range_errors; /* dword 11*/ u32 rx_frame_too_long; /* dword 12*/ - u32 rx_address_mismatch_drops; /* dword 13*/ - u32 rx_vlan_mismatch_drops; /* dword 14*/ + u32 rx_address_filtered; /* dword 13*/ + u32 rx_vlan_filtered; /* dword 14*/ u32 rx_dropped_too_small; /* dword 15*/ u32 rx_dropped_too_short; /* dword 16*/ u32 rx_dropped_header_too_small; /* dword 17*/ @@ -814,8 +797,8 @@ u32 rx_control_frames_unknown_opcode_hi; u32 rx_in_range_errors; u32 rx_out_of_range_errors; - u32 rx_address_mismatch_drops; - u32 rx_vlan_mismatch_drops; + u32 rx_address_filtered; + u32 rx_vlan_filtered; u32 rx_dropped_too_small; u32 rx_dropped_too_short; u32 rx_dropped_header_too_small; @@ -1065,7 +1048,6 @@ } __packed; /******************** Get FW Config *******************/ -#define BE_FUNCTION_CAPS_RSS 0x2 /* The HW can come up in either of the following multi-channel modes * based on the skew/IPL. */ @@ -1108,6 +1090,9 @@ #define RSS_ENABLE_UDP_IPV4 0x10 #define RSS_ENABLE_UDP_IPV6 0x20 +#define L3_RSS_FLAGS (RXH_IP_DST | RXH_IP_SRC) +#define L4_RSS_FLAGS (RXH_L4_B_0_1 | RXH_L4_B_2_3) + struct be_cmd_req_rss_config { struct be_cmd_req_hdr hdr; u32 if_id; @@ -1591,7 +1576,7 @@ u32 rx_in_range_errors; u32 rx_out_range_errors; u32 rx_frame_too_long; - u32 rx_address_mismatch_drops; + u32 rx_address_filtered; u32 rx_dropped_too_small; u32 rx_dropped_too_short; u32 rx_dropped_header_too_small; @@ -1705,9 +1690,11 @@ struct be_fat_conf_params set_params; }; -#define RESOURCE_DESC_SIZE 72 -#define NIC_RESOURCE_DESC_TYPE_ID 0x41 +#define RESOURCE_DESC_SIZE 88 +#define NIC_RESOURCE_DESC_TYPE_V0 0x41 +#define NIC_RESOURCE_DESC_TYPE_V1 0x51 #define MAX_RESOURCE_DESC 4 +#define MAX_RESOURCE_DESC_V1 32 /* QOS unit number */ #define QUN 4 @@ -1754,7 +1741,7 @@ }; struct be_cmd_resp_get_func_config { - struct be_cmd_req_hdr hdr; + struct be_cmd_resp_hdr hdr; u32 desc_count; u8 func_param[MAX_RESOURCE_DESC * RESOURCE_DESC_SIZE]; }; @@ -1773,6 +1760,12 @@ u8 func_param[MAX_RESOURCE_DESC * RESOURCE_DESC_SIZE]; }; +struct be_cmd_resp_get_profile_config_v1 { + struct be_cmd_req_hdr hdr; + u32 desc_count; + u8 func_param[MAX_RESOURCE_DESC_V1 * RESOURCE_DESC_SIZE]; +}; + struct be_cmd_req_set_profile_config { struct be_cmd_req_hdr hdr; u32 rsvd; @@ -1790,11 +1783,34 @@ u8 rsvd[3]; }; +struct be_cmd_req_intr_set { + struct be_cmd_req_hdr hdr; + u8 intr_enabled; + u8 rsvd[3]; +}; + static inline bool check_privilege(struct be_adapter *adapter, u32 flags) { return flags & adapter->cmd_privileges ? true : false; } +/************** Get IFACE LIST *******************/ +struct be_if_desc { + u32 if_id; + u32 cap_flags; + u32 en_flags; +}; + +struct be_cmd_req_get_iface_list { + struct be_cmd_req_hdr hdr; +}; + +struct be_cmd_resp_get_iface_list { + struct be_cmd_req_hdr hdr; + u32 if_cnt; + struct be_if_desc if_desc; +}; + extern int be_pci_fnum_get(struct be_adapter *adapter); extern int be_fw_wait_ready(struct be_adapter *adapter); extern int be_cmd_mac_addr_query(struct be_adapter *adapter, u8 *mac_addr, @@ -1816,8 +1832,7 @@ struct be_queue_info *mccq, struct be_queue_info *cq); extern int be_cmd_txq_create(struct be_adapter *adapter, - struct be_queue_info *txq, - struct be_queue_info *cq); + struct be_tx_obj *txo); extern int be_cmd_rxq_create(struct be_adapter *adapter, struct be_queue_info *rxq, u16 cq_id, u16 frag_size, u32 if_id, u32 rss, u8 *rss_id); @@ -1844,11 +1859,11 @@ u32 tx_fc, u32 rx_fc); extern int be_cmd_get_flow_control(struct be_adapter *adapter, u32 *tx_fc, u32 *rx_fc); -extern int be_cmd_query_fw_cfg(struct be_adapter *adapter, - u32 *port_num, u32 *function_mode, u32 *function_caps); +extern int be_cmd_query_fw_cfg(struct be_adapter *adapter, u32 *port_num, + u32 *function_mode, u32 *function_caps, u16 *asic_rev); extern int be_cmd_reset_function(struct be_adapter *adapter); extern int be_cmd_rss_config(struct be_adapter *adapter, u8 *rsstable, - u16 table_size); + u32 rss_hash_opts, u16 table_size); extern int be_process_mcc(struct be_adapter *adapter); extern int be_cmd_set_beacon_state(struct be_adapter *adapter, u8 port_num, u8 beacon, u8 status, u8 state); @@ -1913,8 +1928,11 @@ extern int be_cmd_query_port_name(struct be_adapter *adapter, u8 *port_name); extern int be_cmd_get_func_config(struct be_adapter *adapter); extern int be_cmd_get_profile_config(struct be_adapter *adapter, u32 *cap_flags, - u8 domain); + u16 *txq_count, u8 domain); extern int be_cmd_set_profile_config(struct be_adapter *adapter, u32 bps, u8 domain); +extern int be_cmd_get_if_id(struct be_adapter *adapter, + struct be_vf_cfg *vf_cfg, int vf_num); extern int be_cmd_enable_vf(struct be_adapter *adapter, u8 domain); +extern int be_cmd_intr_set(struct be_adapter *adapter, bool intr_enable); --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/neterion/vxge/vxge-main.c +++ linux-lowlatency-3.8.0/drivers/net/ethernet/neterion/vxge/vxge-main.c @@ -4200,6 +4200,9 @@ return ret; } +#define VXGE_PXE_FIRMWARE "vxge/X3fw-pxe.ncf" +#define VXGE_FIRMWARE "vxge/X3fw.ncf" + static int vxge_probe_fw_update(struct vxgedev *vdev) { u32 maj, min, bld; @@ -4242,9 +4245,9 @@ } } if (gpxe) - fw_name = "vxge/X3fw-pxe.ncf"; + fw_name = VXGE_PXE_FIRMWARE; else - fw_name = "vxge/X3fw.ncf"; + fw_name = VXGE_FIRMWARE; ret = vxge_fw_upgrade(vdev, fw_name, 0); /* -EINVAL and -ENOENT are not fatal errors for flashing firmware on @@ -4852,3 +4855,5 @@ } module_init(vxge_starter); module_exit(vxge_closer); +MODULE_FIRMWARE(VXGE_PXE_FIRMWARE); +MODULE_FIRMWARE(VXGE_FIRMWARE); --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c +++ linux-lowlatency-3.8.0/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c @@ -2407,6 +2407,16 @@ * with the write to EICR. */ eicr = IXGBE_READ_REG(hw, IXGBE_EICS); + + /* The lower 16bits of the EICR register are for the queue interrupts + * which should be masked here in order to not accidently clear them if + * the bits are high when ixgbe_msix_other is called. There is a race + * condition otherwise which results in possible performance loss + * especially if the ixgbe_msix_other interrupt is triggering + * consistently (as it would when PPS is turned on for the X540 device) + */ + eicr &= 0xFFFF0000; + IXGBE_WRITE_REG(hw, IXGBE_EICR, eicr); if (eicr & IXGBE_EICR_LSC) @@ -7858,12 +7868,19 @@ ixgbe_dbg_init(); #endif /* CONFIG_DEBUG_FS */ + ret = pci_register_driver(&ixgbe_driver); + if (ret) { +#ifdef CONFIG_DEBUG_FS + ixgbe_dbg_exit(); +#endif /* CONFIG_DEBUG_FS */ + return ret; + } + #ifdef CONFIG_IXGBE_DCA dca_register_notify(&dca_notifier); #endif - ret = pci_register_driver(&ixgbe_driver); - return ret; + return 0; } module_init(ixgbe_init_module); --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/intel/e1000/e1000_main.c +++ linux-lowlatency-3.8.0/drivers/net/ethernet/intel/e1000/e1000_main.c @@ -187,6 +187,10 @@ MODULE_PARM_DESC(copybreak, "Maximum size of packet that is copied to a new buffer on receive"); +static int eeprom_bad_csum_allow __read_mostly = 0; +module_param(eeprom_bad_csum_allow, int, 0); +MODULE_PARM_DESC(eeprom_bad_csum_allow, "Allow bad EEPROM checksums"); + static pci_ers_result_t e1000_io_error_detected(struct pci_dev *pdev, pci_channel_state_t state); static pci_ers_result_t e1000_io_slot_reset(struct pci_dev *pdev); @@ -1103,8 +1107,8 @@ e1000_reset_hw(hw); - /* make sure the EEPROM is good */ - if (e1000_validate_eeprom_checksum(hw) < 0) { + /* make sure the EEPROM is good, skip if eeprom_bad_csum_allow is 1 */ + if ((e1000_validate_eeprom_checksum(hw) < 0) && (!eeprom_bad_csum_allow)) { e_err(probe, "The EEPROM Checksum Is Not Valid\n"); e1000_dump_eeprom(adapter); /* --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/intel/e1000e/netdev.c +++ linux-lowlatency-3.8.0/drivers/net/ethernet/intel/e1000e/netdev.c @@ -65,6 +65,10 @@ module_param(debug, int, 0); MODULE_PARM_DESC(debug, "Debug level (0=none,...,16=all)"); +static int eeprom_bad_csum_allow __read_mostly = 0; +module_param(eeprom_bad_csum_allow, int, 0); +MODULE_PARM_DESC(eeprom_bad_csum_allow, "Allow bad EEPROM checksums"); + static void e1000e_disable_aspm(struct pci_dev *pdev, u16 state); static const struct e1000_info *e1000_info_tbl[] = { @@ -3952,6 +3956,7 @@ netif_start_queue(netdev); adapter->idle_check = true; + hw->mac.get_link_status = true; pm_runtime_put(&pdev->dev); /* fire a link status change interrupt to start the watchdog */ @@ -4312,6 +4317,7 @@ (adapter->hw.phy.media_type == e1000_media_type_copper)) { int ret_val; + pm_runtime_get_sync(&adapter->pdev->dev); ret_val = e1e_rphy(hw, PHY_CONTROL, &phy->bmcr); ret_val |= e1e_rphy(hw, PHY_STATUS, &phy->bmsr); ret_val |= e1e_rphy(hw, PHY_AUTONEG_ADV, &phy->advertise); @@ -4322,6 +4328,7 @@ ret_val |= e1e_rphy(hw, PHY_EXT_STATUS, &phy->estatus); if (ret_val) e_warn("Error reading PHY register\n"); + pm_runtime_put_sync(&adapter->pdev->dev); } else { /* Do not read PHY registers if link is not up * Set values to typical power-on defaults @@ -5450,8 +5457,7 @@ return retval; } -static int __e1000_shutdown(struct pci_dev *pdev, bool *enable_wake, - bool runtime) +static int __e1000_shutdown(struct pci_dev *pdev, bool runtime) { struct net_device *netdev = pci_get_drvdata(pdev); struct e1000_adapter *adapter = netdev_priv(netdev); @@ -5475,10 +5481,6 @@ } e1000e_reset_interrupt_capability(adapter); - retval = pci_save_state(pdev); - if (retval) - return retval; - status = er32(STATUS); if (status & E1000_STATUS_LU) wufc &= ~E1000_WUFC_LNKC; @@ -5534,13 +5536,6 @@ ew32(WUFC, 0); } - *enable_wake = !!wufc; - - /* make sure adapter isn't asleep if manageability is enabled */ - if ((adapter->flags & FLAG_MNG_PT_ENABLED) || - (hw->mac.ops.check_mng_mode(hw))) - *enable_wake = true; - if (adapter->hw.phy.type == e1000_phy_igp_3) e1000e_igp3_phy_powerdown_workaround_ich8lan(&adapter->hw); @@ -5549,27 +5544,7 @@ */ e1000e_release_hw_control(adapter); - pci_disable_device(pdev); - - return 0; -} - -static void e1000_power_off(struct pci_dev *pdev, bool sleep, bool wake) -{ - if (sleep && wake) { - pci_prepare_to_sleep(pdev); - return; - } - - pci_wake_from_d3(pdev, wake); - pci_set_power_state(pdev, PCI_D3hot); -} - -static void e1000_complete_shutdown(struct pci_dev *pdev, bool sleep, - bool wake) -{ - struct net_device *netdev = pci_get_drvdata(pdev); - struct e1000_adapter *adapter = netdev_priv(netdev); + pci_clear_master(pdev); /* The pci-e switch on some quad port adapters will report a * correctable error when the MAC transitions from D0 to D3. To @@ -5584,12 +5559,13 @@ pcie_capability_write_word(us_dev, PCI_EXP_DEVCTL, (devctl & ~PCI_EXP_DEVCTL_CERE)); - e1000_power_off(pdev, sleep, wake); + pci_save_state(pdev); + pci_prepare_to_sleep(pdev); pcie_capability_write_word(us_dev, PCI_EXP_DEVCTL, devctl); - } else { - e1000_power_off(pdev, sleep, wake); } + + return 0; } #ifdef CONFIG_PCIEASPM @@ -5640,9 +5616,7 @@ if (aspm_disable_flag) e1000e_disable_aspm(pdev, aspm_disable_flag); - pci_set_power_state(pdev, PCI_D0); - pci_restore_state(pdev); - pci_save_state(pdev); + pci_set_master(pdev); e1000e_set_interrupt_capability(adapter); if (netif_running(netdev)) { @@ -5708,14 +5682,8 @@ static int e1000_suspend(struct device *dev) { struct pci_dev *pdev = to_pci_dev(dev); - int retval; - bool wake; - - retval = __e1000_shutdown(pdev, &wake, false); - if (!retval) - e1000_complete_shutdown(pdev, true, wake); - return retval; + return __e1000_shutdown(pdev, false); } static int e1000_resume(struct device *dev) @@ -5738,13 +5706,10 @@ struct net_device *netdev = pci_get_drvdata(pdev); struct e1000_adapter *adapter = netdev_priv(netdev); - if (e1000e_pm_ready(adapter)) { - bool wake; - - __e1000_shutdown(pdev, &wake, true); - } + if (!e1000e_pm_ready(adapter)) + return 0; - return 0; + return __e1000_shutdown(pdev, true); } static int e1000_idle(struct device *dev) @@ -5782,12 +5747,7 @@ static void e1000_shutdown(struct pci_dev *pdev) { - bool wake = false; - - __e1000_shutdown(pdev, &wake, false); - - if (system_state == SYSTEM_POWER_OFF) - e1000_complete_shutdown(pdev, false, wake); + __e1000_shutdown(pdev, false); } #ifdef CONFIG_NET_POLL_CONTROLLER @@ -5908,9 +5868,9 @@ "Cannot re-enable PCI device after reset.\n"); result = PCI_ERS_RESULT_DISCONNECT; } else { - pci_set_master(pdev); pdev->state_saved = true; pci_restore_state(pdev); + pci_set_master(pdev); pci_enable_wake(pdev, PCI_D3hot, 0); pci_enable_wake(pdev, PCI_D3cold, 0); @@ -6261,8 +6221,14 @@ break; if (i == 2) { dev_err(&pdev->dev, "The NVM Checksum Is Not Valid\n"); - err = -EIO; - goto err_eeprom; + + /* if we allow bad checksums, just break */ + if (eeprom_bad_csum_allow) { + break; + } else { + err = -EIO; + goto err_eeprom; + } } } @@ -6341,7 +6307,11 @@ /* initialize the wol settings based on the eeprom settings */ adapter->wol = adapter->eeprom_wol; - device_set_wakeup_enable(&adapter->pdev->dev, adapter->wol); + + /* make sure adapter isn't asleep if manageability is enabled */ + if (adapter->wol || (adapter->flags & FLAG_MNG_PT_ENABLED) || + (hw->mac.ops.check_mng_mode(hw))) + device_wakeup_enable(&pdev->dev); /* save off EEPROM version number */ e1000_read_nvm(&adapter->hw, 5, 1, &adapter->eeprom_vers); --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/intel/e1000e/ethtool.c +++ linux-lowlatency-3.8.0/drivers/net/ethernet/intel/e1000e/ethtool.c @@ -35,6 +35,7 @@ #include #include #include +#include #include "e1000.h" @@ -2053,7 +2054,19 @@ } } +static int e1000e_ethtool_begin(struct net_device *netdev) +{ + return pm_runtime_get_sync(netdev->dev.parent); +} + +static void e1000e_ethtool_complete(struct net_device *netdev) +{ + pm_runtime_put_sync(netdev->dev.parent); +} + static const struct ethtool_ops e1000_ethtool_ops = { + .begin = e1000e_ethtool_begin, + .complete = e1000e_ethtool_complete, .get_settings = e1000_get_settings, .set_settings = e1000_set_settings, .get_drvinfo = e1000_get_drvinfo, --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/calxeda/xgmac.c +++ linux-lowlatency-3.8.0/drivers/net/ethernet/calxeda/xgmac.c @@ -1141,6 +1141,9 @@ struct sk_buff *skb; int frame_len; + if (!dma_ring_cnt(priv->rx_head, priv->rx_tail, DMA_RX_RING_SZ)) + break; + entry = priv->rx_tail; p = priv->dma_rx + entry; if (desc_get_owner(p)) --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/realtek/r8169.c +++ linux-lowlatency-3.8.0/drivers/net/ethernet/realtek/r8169.c @@ -3819,6 +3819,30 @@ } } +static void rtl_speed_down(struct rtl8169_private *tp) +{ + u32 adv; + int lpa; + + rtl_writephy(tp, 0x1f, 0x0000); + lpa = rtl_readphy(tp, MII_LPA); + + if (lpa & (LPA_10HALF | LPA_10FULL)) + adv = ADVERTISED_10baseT_Half | ADVERTISED_10baseT_Full; + else if (lpa & (LPA_100HALF | LPA_100FULL)) + adv = ADVERTISED_10baseT_Half | ADVERTISED_10baseT_Full | + ADVERTISED_100baseT_Half | ADVERTISED_100baseT_Full; + else + adv = ADVERTISED_10baseT_Half | ADVERTISED_10baseT_Full | + ADVERTISED_100baseT_Half | ADVERTISED_100baseT_Full | + (tp->mii.supports_gmii ? + ADVERTISED_1000baseT_Half | + ADVERTISED_1000baseT_Full : 0); + + rtl8169_set_speed(tp->dev, AUTONEG_ENABLE, SPEED_1000, DUPLEX_FULL, + adv); +} + static void rtl_wol_suspend_quirk(struct rtl8169_private *tp) { void __iomem *ioaddr = tp->mmio_addr; @@ -3849,9 +3873,7 @@ if (!(__rtl8169_get_wol(tp) & WAKE_ANY)) return false; - rtl_writephy(tp, 0x1f, 0x0000); - rtl_writephy(tp, MII_BMCR, 0x0000); - + rtl_speed_down(tp); rtl_wol_suspend_quirk(tp); return true; @@ -5757,6 +5779,14 @@ goto err_stop_0; } + /* 8168evl does not automatically pad to minimum length. */ + if (unlikely(tp->mac_version == RTL_GIGA_MAC_VER_34 && + skb->len < ETH_ZLEN)) { + if (skb_padto(skb, ETH_ZLEN)) + goto err_update_stats; + skb_put(skb, ETH_ZLEN - skb->len); + } + if (unlikely(le32_to_cpu(txd->opts1) & DescOwn)) goto err_stop_0; @@ -5828,6 +5858,7 @@ rtl8169_unmap_tx_skb(d, tp->tx_skb + entry, txd); err_dma_0: dev_kfree_skb(skb); +err_update_stats: dev->stats.tx_dropped++; return NETDEV_TX_OK; --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/freescale/fec_ptp.c +++ linux-lowlatency-3.8.0/drivers/net/ethernet/freescale/fec_ptp.c @@ -128,6 +128,7 @@ spin_unlock_irqrestore(&fep->tmreg_lock, flags); } +EXPORT_SYMBOL(fec_ptp_start_cyclecounter); /** * fec_ptp_adjfreq - adjust ptp cycle frequency @@ -318,6 +319,7 @@ return copy_to_user(ifr->ifr_data, &config, sizeof(config)) ? -EFAULT : 0; } +EXPORT_SYMBOL(fec_ptp_ioctl); /** * fec_time_keep - call timecounter_read every second to avoid timer overrun @@ -381,3 +383,4 @@ pr_info("registered PHC device on %s\n", ndev->name); } } +EXPORT_SYMBOL(fec_ptp_init); --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/freescale/gianfar_ptp.c +++ linux-lowlatency-3.8.0/drivers/net/ethernet/freescale/gianfar_ptp.c @@ -127,7 +127,6 @@ #define DRIVER "gianfar_ptp" #define DEFAULT_CKSEL 1 -#define N_ALARM 1 /* first alarm is used internally to reset fipers */ #define N_EXT_TS 2 #define REG_SIZE sizeof(struct gianfar_ptp_registers) @@ -410,7 +409,7 @@ .owner = THIS_MODULE, .name = "gianfar clock", .max_adj = 512000, - .n_alarm = N_ALARM, + .n_alarm = 0, .n_ext_ts = N_EXT_TS, .n_per_out = 0, .pps = 1, --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/3com/3c509.c +++ linux-lowlatency-3.8.0/drivers/net/ethernet/3com/3c509.c @@ -306,6 +306,7 @@ if (!dev) return -ENOMEM; + SET_NETDEV_DEV(dev, pdev); netdev_boot_setup_check(dev); if (!request_region(ioaddr, EL3_IO_EXTENT, "3c509-isa")) { @@ -595,6 +596,7 @@ return -ENOMEM; } + SET_NETDEV_DEV(dev, device); netdev_boot_setup_check(dev); el3_dev_fill(dev, phys_addr, ioaddr, irq, if_port, EL3_EISA); --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/3com/3c59x.c +++ linux-lowlatency-3.8.0/drivers/net/ethernet/3com/3c59x.c @@ -632,7 +632,6 @@ pm_state_valid:1, /* pci_dev->saved_config_space has sane contents */ open:1, medialock:1, - must_free_region:1, /* Flag: if zero, Cardbus owns the I/O region */ large_frames:1, /* accept large frames */ handling_irq:1; /* private in_irq indicator */ /* {get|set}_wol operations are already serialized by rtnl. @@ -951,7 +950,7 @@ unregister_netdev(dev); iowrite16(TotalReset|0x14, ioaddr + EL3_CMD); - release_region(dev->base_addr, VORTEX_TOTAL_SIZE); + release_region(edev->base_addr, VORTEX_TOTAL_SIZE); free_netdev(dev); return 0; @@ -1012,6 +1011,12 @@ if (rc < 0) goto out; + rc = pci_request_regions(pdev, DRV_NAME); + if (rc < 0) { + pci_disable_device(pdev); + goto out; + } + unit = vortex_cards_found; if (global_use_mmio < 0 && (unit >= MAX_UNITS || use_mmio[unit] < 0)) { @@ -1027,6 +1032,7 @@ if (!ioaddr) /* If mapping fails, fall-back to BAR 0... */ ioaddr = pci_iomap(pdev, 0, 0); if (!ioaddr) { + pci_release_regions(pdev); pci_disable_device(pdev); rc = -ENOMEM; goto out; @@ -1036,6 +1042,7 @@ ent->driver_data, unit); if (rc < 0) { pci_iounmap(pdev, ioaddr); + pci_release_regions(pdev); pci_disable_device(pdev); goto out; } @@ -1178,11 +1185,6 @@ /* PCI-only startup logic */ if (pdev) { - /* EISA resources already marked, so only PCI needs to do this here */ - /* Ignore return value, because Cardbus drivers already allocate for us */ - if (request_region(dev->base_addr, vci->io_size, print_name) != NULL) - vp->must_free_region = 1; - /* enable bus-mastering if necessary */ if (vci->flags & PCI_USES_MASTER) pci_set_master(pdev); @@ -1220,7 +1222,7 @@ &vp->rx_ring_dma); retval = -ENOMEM; if (!vp->rx_ring) - goto free_region; + goto free_device; vp->tx_ring = (struct boom_tx_desc *)(vp->rx_ring + RX_RING_SIZE); vp->tx_ring_dma = vp->rx_ring_dma + sizeof(struct boom_rx_desc) * RX_RING_SIZE; @@ -1485,9 +1487,7 @@ + sizeof(struct boom_tx_desc) * TX_RING_SIZE, vp->rx_ring, vp->rx_ring_dma); -free_region: - if (vp->must_free_region) - release_region(dev->base_addr, vci->io_size); +free_device: free_netdev(dev); pr_err(PFX "vortex_probe1 fails. Returns %d\n", retval); out: @@ -3255,8 +3255,9 @@ + sizeof(struct boom_tx_desc) * TX_RING_SIZE, vp->rx_ring, vp->rx_ring_dma); - if (vp->must_free_region) - release_region(dev->base_addr, vp->io_size); + + pci_release_regions(pdev); + free_netdev(dev); } --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/ibm/ibmveth.c +++ linux-lowlatency-3.8.0/drivers/net/ethernet/ibm/ibmveth.c @@ -1326,7 +1326,7 @@ static int ibmveth_probe(struct vio_dev *dev, const struct vio_device_id *id) { - int rc, i; + int rc, i, mac_len; struct net_device *netdev; struct ibmveth_adapter *adapter; unsigned char *mac_addr_p; @@ -1336,11 +1336,19 @@ dev->unit_address); mac_addr_p = (unsigned char *)vio_get_attribute(dev, VETH_MAC_ADDR, - NULL); + &mac_len); if (!mac_addr_p) { dev_err(&dev->dev, "Can't find VETH_MAC_ADDR attribute\n"); return -EINVAL; } + /* Workaround for old/broken pHyp */ + if (mac_len == 8) + mac_addr_p += 2; + else if (mac_len != 6) { + dev_err(&dev->dev, "VETH_MAC_ADDR attribute wrong len %d\n", + mac_len); + return -EINVAL; + } mcastFilterSize_p = (unsigned int *)vio_get_attribute(dev, VETH_MCAST_FILTER_SIZE, NULL); @@ -1365,17 +1373,6 @@ netif_napi_add(netdev, &adapter->napi, ibmveth_poll, 16); - /* - * Some older boxes running PHYP non-natively have an OF that returns - * a 8-byte local-mac-address field (and the first 2 bytes have to be - * ignored) while newer boxes' OF return a 6-byte field. Note that - * IEEE 1275 specifies that local-mac-address must be a 6-byte field. - * The RPA doc specifies that the first byte must be 10b, so we'll - * just look for it to solve this 8 vs. 6 byte field issue - */ - if ((*mac_addr_p & 0x3) != 0x02) - mac_addr_p += 2; - adapter->mac_addr = 0; memcpy(&adapter->mac_addr, mac_addr_p, 6); --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c +++ linux-lowlatency-3.8.0/drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c @@ -1726,9 +1726,9 @@ skb->protocol = eth_type_trans(skb, netdev); if (tcp_ip_status & PCH_GBE_RXD_ACC_STAT_TCPIPOK) - skb->ip_summed = CHECKSUM_NONE; - else skb->ip_summed = CHECKSUM_UNNECESSARY; + else + skb->ip_summed = CHECKSUM_NONE; napi_gro_receive(&adapter->napi, skb); (*work_done)++; --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/broadcom/tg3.h +++ linux-lowlatency-3.8.0/drivers/net/ethernet/broadcom/tg3.h @@ -1159,6 +1159,8 @@ #define CPMU_MUTEX_GNT_DRIVER 0x00001000 #define TG3_CPMU_PHY_STRAP 0x00003664 #define TG3_CPMU_PHY_STRAP_IS_SERDES 0x00000020 +#define TG3_CPMU_PADRNG_CTL 0x00003668 +#define TG3_CPMU_PADRNG_CTL_RDIV2 0x00040000 /* 0x3664 --> 0x36b0 unused */ #define TG3_CPMU_EEE_MODE 0x000036b0 --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/broadcom/tg3.c +++ linux-lowlatency-3.8.0/drivers/net/ethernet/broadcom/tg3.c @@ -330,6 +330,7 @@ {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_5719)}, {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_5720)}, {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57762)}, + {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57766)}, {PCI_DEVICE(PCI_VENDOR_ID_SYSKONNECT, PCI_DEVICE_ID_SYSKONNECT_9DXX)}, {PCI_DEVICE(PCI_VENDOR_ID_SYSKONNECT, PCI_DEVICE_ID_SYSKONNECT_9MXX)}, {PCI_DEVICE(PCI_VENDOR_ID_ALTIMA, PCI_DEVICE_ID_ALTIMA_AC1000)}, @@ -1843,6 +1844,8 @@ tg3_ump_link_report(tp); } + + tp->link_up = netif_carrier_ok(tp->dev); } static u16 tg3_advert_flowctrl_1000X(u8 flow_ctrl) @@ -2496,12 +2499,6 @@ return err; } -static void tg3_carrier_on(struct tg3 *tp) -{ - netif_carrier_on(tp->dev); - tp->link_up = true; -} - static void tg3_carrier_off(struct tg3 *tp) { netif_carrier_off(tp->dev); @@ -2527,7 +2524,7 @@ return -EBUSY; if (netif_running(tp->dev) && tp->link_up) { - tg3_carrier_off(tp); + netif_carrier_off(tp->dev); tg3_link_report(tp); } @@ -4097,6 +4094,14 @@ tp->link_config.active_speed = tp->link_config.speed; tp->link_config.active_duplex = tp->link_config.duplex; + if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5714) { + /* With autoneg disabled, 5715 only links up when the + * advertisement register has the configured speed + * enabled. + */ + tg3_writephy(tp, MII_ADVERTISE, ADVERTISE_ALL); + } + bmcr = 0; switch (tp->link_config.speed) { default: @@ -4225,9 +4230,9 @@ { if (curr_link_up != tp->link_up) { if (curr_link_up) { - tg3_carrier_on(tp); + netif_carrier_on(tp->dev); } else { - tg3_carrier_off(tp); + netif_carrier_off(tp->dev); if (tp->phy_flags & TG3_PHYFLG_MII_SERDES) tp->phy_flags &= ~TG3_PHYFLG_PARALLEL_DETECT; } @@ -9099,7 +9104,14 @@ } if (GET_CHIP_REV(tp->pci_chip_rev_id) != CHIPREV_57765_AX) { - u32 grc_mode = tr32(GRC_MODE); + u32 grc_mode; + + /* Fix transmit hangs */ + val = tr32(TG3_CPMU_PADRNG_CTL); + val |= TG3_CPMU_PADRNG_CTL_RDIV2; + tw32(TG3_CPMU_PADRNG_CTL, val); + + grc_mode = tr32(GRC_MODE); /* Access the lower 1K of DL PCIE block registers. */ val = grc_mode & ~GRC_MODE_PCIE_PORT_MASK; @@ -9409,6 +9421,14 @@ if (tg3_flag(tp, PCI_EXPRESS)) rdmac_mode |= RDMAC_MODE_FIFO_LONG_BURST; + if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_57766) { + tp->dma_limit = 0; + if (tp->dev->mtu <= ETH_DATA_LEN) { + rdmac_mode |= RDMAC_MODE_JMB_2K_MMRR; + tp->dma_limit = TG3_TX_BD_DMA_MAX_2K; + } + } + if (tg3_flag(tp, HW_TSO_1) || tg3_flag(tp, HW_TSO_2) || tg3_flag(tp, HW_TSO_3)) @@ -14399,8 +14419,11 @@ if (j + len > block_end) goto partno; - memcpy(tp->fw_ver, &vpd_data[j], len); - strncat(tp->fw_ver, " bc ", vpdlen - len - 1); + if (len >= sizeof(tp->fw_ver)) + len = sizeof(tp->fw_ver) - 1; + memset(tp->fw_ver, 0, sizeof(tp->fw_ver)); + snprintf(tp->fw_ver, sizeof(tp->fw_ver), "%.*s bc ", len, + &vpd_data[j]); } partno: --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.h +++ linux-lowlatency-3.8.0/drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.h @@ -456,8 +456,9 @@ #define UPDATE_QSTAT(s, t) \ do { \ - qstats->t##_hi = qstats_old->t##_hi + le32_to_cpu(s.hi); \ qstats->t##_lo = qstats_old->t##_lo + le32_to_cpu(s.lo); \ + qstats->t##_hi = qstats_old->t##_hi + le32_to_cpu(s.hi) \ + + ((qstats->t##_lo < qstats_old->t##_lo) ? 1 : 0); \ } while (0) #define UPDATE_QSTAT_OLD(f) \ --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c +++ linux-lowlatency-3.8.0/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c @@ -2523,6 +2523,7 @@ bp->port.pmf = 0; load_error1: bnx2x_napi_disable(bp); + bnx2x_del_all_napi(bp); /* clear pf_load status, as it was already set */ bnx2x_clear_pf_load(bp); load_error0: --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/tile/tilegx.c +++ linux-lowlatency-3.8.0/drivers/net/ethernet/tile/tilegx.c @@ -930,7 +930,7 @@ if (info->has_iqueue) { gxio_mpipe_request_notif_ring_interrupt( &context, cpu_x(cpu), cpu_y(cpu), - 1, ingress_irq, info->iqueue.ring); + KERNEL_PL, ingress_irq, info->iqueue.ring); } } --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/mellanox/mlx4/en_netdev.c +++ linux-lowlatency-3.8.0/drivers/net/ethernet/mellanox/mlx4/en_netdev.c @@ -1434,12 +1434,11 @@ } #ifdef CONFIG_RFS_ACCEL - priv->dev->rx_cpu_rmap = alloc_irq_cpu_rmap(priv->rx_ring_num); - if (!priv->dev->rx_cpu_rmap) - goto err; - - INIT_LIST_HEAD(&priv->filters); - spin_lock_init(&priv->filters_lock); + if (priv->mdev->dev->caps.comp_pool) { + priv->dev->rx_cpu_rmap = alloc_irq_cpu_rmap(priv->mdev->dev->caps.comp_pool); + if (!priv->dev->rx_cpu_rmap) + goto err; + } #endif return 0; @@ -1597,7 +1596,7 @@ err = -ENOMEM; goto out; } - priv->tx_cq = kzalloc(sizeof(struct mlx4_en_cq) * MAX_RX_RINGS, + priv->tx_cq = kzalloc(sizeof(struct mlx4_en_cq) * MAX_TX_RINGS, GFP_KERNEL); if (!priv->tx_cq) { err = -ENOMEM; @@ -1634,6 +1633,11 @@ if (err) goto out; +#ifdef CONFIG_RFS_ACCEL + INIT_LIST_HEAD(&priv->filters); + spin_lock_init(&priv->filters_lock); +#endif + /* Allocate page for receive rings */ err = mlx4_alloc_hwq_res(mdev->dev, &priv->res, MLX4_EN_PAGE_SIZE, MLX4_EN_PAGE_SIZE); --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/ti/davinci_emac.c +++ linux-lowlatency-3.8.0/drivers/net/ethernet/ti/davinci_emac.c @@ -1055,7 +1055,7 @@ atomic_dec(&priv->cur_tx); if (unlikely(netif_queue_stopped(ndev))) - netif_start_queue(ndev); + netif_wake_queue(ndev); ndev->stats.tx_packets++; ndev->stats.tx_bytes += len; dev_kfree_skb_any(skb); --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/ti/cpsw.c +++ linux-lowlatency-3.8.0/drivers/net/ethernet/ti/cpsw.c @@ -375,7 +375,7 @@ struct cpsw_priv *priv = netdev_priv(ndev); if (unlikely(netif_queue_stopped(ndev))) - netif_start_queue(ndev); + netif_wake_queue(ndev); cpts_tx_timestamp(&priv->cpts, skb); priv->stats.tx_packets++; priv->stats.tx_bytes += len; @@ -1111,7 +1111,7 @@ struct platform_device *mdio; parp = of_get_property(slave_node, "phy_id", &lenp); - if ((parp == NULL) && (lenp != (sizeof(void *) * 2))) { + if ((parp == NULL) || (lenp != (sizeof(void *) * 2))) { pr_err("Missing slave[%d] phy_id property\n", i); ret = -EINVAL; goto error_ret; --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/marvell/Kconfig +++ linux-lowlatency-3.8.0/drivers/net/ethernet/marvell/Kconfig @@ -33,6 +33,7 @@ config MVMDIO tristate "Marvell MDIO interface support" + select PHYLIB ---help--- This driver supports the MDIO interface found in the network interface units of the Marvell EBU SoCs (Kirkwood, Orion5x, @@ -45,7 +46,6 @@ config MVNETA tristate "Marvell Armada 370/XP network interface support" depends on MACH_ARMADA_370_XP - select PHYLIB select MVMDIO ---help--- This driver supports the network interface units in the --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/marvell/mvneta.c +++ linux-lowlatency-3.8.0/drivers/net/ethernet/marvell/mvneta.c @@ -375,7 +375,6 @@ static int txq_number = 8; static int rxq_def; -static int txq_def; #define MVNETA_DRIVER_NAME "mvneta" #define MVNETA_DRIVER_VERSION "1.0" @@ -1476,7 +1475,8 @@ static int mvneta_tx(struct sk_buff *skb, struct net_device *dev) { struct mvneta_port *pp = netdev_priv(dev); - struct mvneta_tx_queue *txq = &pp->txqs[txq_def]; + u16 txq_id = skb_get_queue_mapping(skb); + struct mvneta_tx_queue *txq = &pp->txqs[txq_id]; struct mvneta_tx_desc *tx_desc; struct netdev_queue *nq; int frags = 0; @@ -1486,7 +1486,7 @@ goto out; frags = skb_shinfo(skb)->nr_frags + 1; - nq = netdev_get_tx_queue(dev, txq_def); + nq = netdev_get_tx_queue(dev, txq_id); /* Get a descriptor for the first part of the packet */ tx_desc = mvneta_txq_next_desc_get(txq); @@ -2690,7 +2690,7 @@ return -EINVAL; } - dev = alloc_etherdev_mq(sizeof(struct mvneta_port), 8); + dev = alloc_etherdev_mqs(sizeof(struct mvneta_port), txq_number, rxq_number); if (!dev) return -ENOMEM; @@ -2844,4 +2844,3 @@ module_param(txq_number, int, S_IRUGO); module_param(rxq_def, int, S_IRUGO); -module_param(txq_def, int, S_IRUGO); --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/marvell/sky2.h +++ linux-lowlatency-3.8.0/drivers/net/ethernet/marvell/sky2.h @@ -2074,7 +2074,7 @@ GM_IS_RX_FF_OR = 1<<1, /* Receive FIFO Overrun */ GM_IS_RX_COMPL = 1<<0, /* Frame Reception Complete */ -#define GMAC_DEF_MSK GM_IS_TX_FF_UR +#define GMAC_DEF_MSK (GM_IS_TX_FF_UR | GM_IS_RX_FF_OR) }; /* GMAC_LINK_CTRL 16 bit GMAC Link Control Reg (YUKON only) */ --- linux-lowlatency-3.8.0.orig/drivers/net/ethernet/marvell/sky2.c +++ linux-lowlatency-3.8.0/drivers/net/ethernet/marvell/sky2.c @@ -1067,7 +1067,7 @@ sky2_write32(hw, RB_ADDR(q, RB_RX_UTHP), tp); sky2_write32(hw, RB_ADDR(q, RB_RX_LTHP), space/2); - tp = space - 2048/8; + tp = space - 8192/8; sky2_write32(hw, RB_ADDR(q, RB_RX_UTPP), tp); sky2_write32(hw, RB_ADDR(q, RB_RX_LTPP), space/4); } else { --- linux-lowlatency-3.8.0.orig/drivers/net/team/team.c +++ linux-lowlatency-3.8.0/drivers/net/team/team.c @@ -1139,6 +1139,8 @@ netdev_set_master(port_dev, NULL); team_port_disable_netpoll(port); vlan_vids_del_by_dev(port_dev, dev); + dev_uc_unsync(port_dev, dev); + dev_mc_unsync(port_dev, dev); dev_close(port_dev); team_port_leave(team, port); team_port_set_orig_dev_addr(port); --- linux-lowlatency-3.8.0.orig/drivers/net/xen-netback/netback.c +++ linux-lowlatency-3.8.0/drivers/net/xen-netback/netback.c @@ -911,13 +911,13 @@ if (frags >= work_to_do) { netdev_err(vif->dev, "Need more frags\n"); netbk_fatal_tx_err(vif); - return -frags; + return -ENODATA; } if (unlikely(frags >= MAX_SKB_FRAGS)) { netdev_err(vif->dev, "Too many frags\n"); netbk_fatal_tx_err(vif); - return -frags; + return -E2BIG; } memcpy(txp, RING_GET_REQUEST(&vif->tx, cons + frags), @@ -925,7 +925,7 @@ if (txp->size > first->size) { netdev_err(vif->dev, "Frag is bigger than frame.\n"); netbk_fatal_tx_err(vif); - return -frags; + return -EIO; } first->size -= txp->size; @@ -935,7 +935,7 @@ netdev_err(vif->dev, "txp->offset: %x, size: %u\n", txp->offset, txp->size); netbk_fatal_tx_err(vif); - return -frags; + return -EINVAL; } } while ((txp++)->flags & XEN_NETTXF_more_data); return frags; --- linux-lowlatency-3.8.0.orig/drivers/net/xen-netback/interface.c +++ linux-lowlatency-3.8.0/drivers/net/xen-netback/interface.c @@ -132,6 +132,7 @@ static void xenvif_down(struct xenvif *vif) { disable_irq(vif->irq); + del_timer_sync(&vif->credit_timeout); xen_netbk_deschedule_xenvif(vif); xen_netbk_remove_xenvif(vif); } @@ -363,8 +364,6 @@ atomic_dec(&vif->refcnt); wait_event(vif->waiting_to_free, atomic_read(&vif->refcnt) == 0); - del_timer_sync(&vif->credit_timeout); - if (vif->irq) unbind_from_irqhandler(vif->irq, vif); --- linux-lowlatency-3.8.0.orig/drivers/net/can/mcp251x.c +++ linux-lowlatency-3.8.0/drivers/net/can/mcp251x.c @@ -922,6 +922,7 @@ struct mcp251x_priv *priv = netdev_priv(net); struct spi_device *spi = priv->spi; struct mcp251x_platform_data *pdata = spi->dev.platform_data; + unsigned long flags; int ret; ret = open_candev(net); @@ -938,9 +939,14 @@ priv->tx_skb = NULL; priv->tx_len = 0; + flags = IRQF_ONESHOT; + if (pdata->irq_flags) + flags |= pdata->irq_flags; + else + flags |= IRQF_TRIGGER_FALLING; + ret = request_threaded_irq(spi->irq, NULL, mcp251x_can_ist, - pdata->irq_flags ? pdata->irq_flags : IRQF_TRIGGER_FALLING, - DEVICE_NAME, priv); + flags, DEVICE_NAME, priv); if (ret) { dev_err(&spi->dev, "failed to acquire irq %d\n", spi->irq); if (pdata->transceiver_enable) --- linux-lowlatency-3.8.0.orig/drivers/net/can/sja1000/sja1000_of_platform.c +++ linux-lowlatency-3.8.0/drivers/net/can/sja1000/sja1000_of_platform.c @@ -96,8 +96,8 @@ struct net_device *dev; struct sja1000_priv *priv; struct resource res; - const u32 *prop; - int err, irq, res_size, prop_size; + u32 prop; + int err, irq, res_size; void __iomem *base; err = of_address_to_resource(np, 0, &res); @@ -138,27 +138,27 @@ priv->read_reg = sja1000_ofp_read_reg; priv->write_reg = sja1000_ofp_write_reg; - prop = of_get_property(np, "nxp,external-clock-frequency", &prop_size); - if (prop && (prop_size == sizeof(u32))) - priv->can.clock.freq = *prop / 2; + err = of_property_read_u32(np, "nxp,external-clock-frequency", &prop); + if (!err) + priv->can.clock.freq = prop / 2; else priv->can.clock.freq = SJA1000_OFP_CAN_CLOCK; /* default */ - prop = of_get_property(np, "nxp,tx-output-mode", &prop_size); - if (prop && (prop_size == sizeof(u32))) - priv->ocr |= *prop & OCR_MODE_MASK; + err = of_property_read_u32(np, "nxp,tx-output-mode", &prop); + if (!err) + priv->ocr |= prop & OCR_MODE_MASK; else priv->ocr |= OCR_MODE_NORMAL; /* default */ - prop = of_get_property(np, "nxp,tx-output-config", &prop_size); - if (prop && (prop_size == sizeof(u32))) - priv->ocr |= (*prop << OCR_TX_SHIFT) & OCR_TX_MASK; + err = of_property_read_u32(np, "nxp,tx-output-config", &prop); + if (!err) + priv->ocr |= (prop << OCR_TX_SHIFT) & OCR_TX_MASK; else priv->ocr |= OCR_TX0_PULLDOWN; /* default */ - prop = of_get_property(np, "nxp,clock-out-frequency", &prop_size); - if (prop && (prop_size == sizeof(u32)) && *prop) { - u32 divider = priv->can.clock.freq * 2 / *prop; + err = of_property_read_u32(np, "nxp,clock-out-frequency", &prop); + if (!err && prop) { + u32 divider = priv->can.clock.freq * 2 / prop; if (divider > 1) priv->cdr |= divider / 2 - 1; @@ -168,8 +168,7 @@ priv->cdr |= CDR_CLK_OFF; /* default */ } - prop = of_get_property(np, "nxp,no-comparator-bypass", NULL); - if (!prop) + if (!of_property_read_bool(np, "nxp,no-comparator-bypass")) priv->cdr |= CDR_CBP; /* default */ priv->irq_flags = IRQF_SHARED; --- linux-lowlatency-3.8.0.orig/drivers/net/can/sja1000/sja1000.h +++ linux-lowlatency-3.8.0/drivers/net/can/sja1000/sja1000.h @@ -56,7 +56,7 @@ /* SJA1000 registers - manual section 6.4 (Pelican Mode) */ #define REG_MOD 0x00 #define REG_CMR 0x01 -#define REG_SR 0x02 +#define SJA1000_REG_SR 0x02 #define REG_IR 0x03 #define REG_IER 0x04 #define REG_ALC 0x0B --- linux-lowlatency-3.8.0.orig/drivers/net/can/sja1000/sja1000.c +++ linux-lowlatency-3.8.0/drivers/net/can/sja1000/sja1000.c @@ -91,7 +91,7 @@ */ spin_lock_irqsave(&priv->cmdreg_lock, flags); priv->write_reg(priv, REG_CMR, val); - priv->read_reg(priv, REG_SR); + priv->read_reg(priv, SJA1000_REG_SR); spin_unlock_irqrestore(&priv->cmdreg_lock, flags); } @@ -499,7 +499,7 @@ while ((isrc = priv->read_reg(priv, REG_IR)) && (n < SJA1000_MAX_IRQ)) { n++; - status = priv->read_reg(priv, REG_SR); + status = priv->read_reg(priv, SJA1000_REG_SR); /* check for absent controller due to hw unplug */ if (status == 0xFF && sja1000_is_absent(priv)) return IRQ_NONE; @@ -526,7 +526,7 @@ /* receive interrupt */ while (status & SR_RBS) { sja1000_rx(dev); - status = priv->read_reg(priv, REG_SR); + status = priv->read_reg(priv, SJA1000_REG_SR); /* check for absent controller */ if (status == 0xFF && sja1000_is_absent(priv)) return IRQ_NONE; --- linux-lowlatency-3.8.0.orig/drivers/net/can/sja1000/plx_pci.c +++ linux-lowlatency-3.8.0/drivers/net/can/sja1000/plx_pci.c @@ -348,7 +348,7 @@ */ if ((priv->read_reg(priv, REG_CR) & REG_CR_BASICCAN_INITIAL_MASK) == REG_CR_BASICCAN_INITIAL && - (priv->read_reg(priv, REG_SR) == REG_SR_BASICCAN_INITIAL) && + (priv->read_reg(priv, SJA1000_REG_SR) == REG_SR_BASICCAN_INITIAL) && (priv->read_reg(priv, REG_IR) == REG_IR_BASICCAN_INITIAL)) flag = 1; @@ -360,7 +360,7 @@ * See states on p. 23 of the Datasheet. */ if (priv->read_reg(priv, REG_MOD) == REG_MOD_PELICAN_INITIAL && - priv->read_reg(priv, REG_SR) == REG_SR_PELICAN_INITIAL && + priv->read_reg(priv, SJA1000_REG_SR) == REG_SR_PELICAN_INITIAL && priv->read_reg(priv, REG_IR) == REG_IR_PELICAN_INITIAL) return flag; --- linux-lowlatency-3.8.0.orig/drivers/net/bonding/bond_main.c +++ linux-lowlatency-3.8.0/drivers/net/bonding/bond_main.c @@ -1728,6 +1728,8 @@ bond_compute_features(bond); + bond_update_speed_duplex(new_slave); + read_lock(&bond->lock); new_slave->last_arp_rx = jiffies - @@ -1780,8 +1782,6 @@ new_slave->link == BOND_LINK_DOWN ? "DOWN" : (new_slave->link == BOND_LINK_UP ? "UP" : "BACK")); - bond_update_speed_duplex(new_slave); - if (USES_PRIMARY(bond->params.mode) && bond->params.primary[0]) { /* if there is a primary slave, remember it */ if (strcmp(bond->params.primary, new_slave->dev->name) == 0) { @@ -1888,6 +1888,7 @@ write_unlock_bh(&bond->lock); err_close: + slave_dev->priv_flags &= ~IFF_BONDING; dev_close(slave_dev); err_unset_master: @@ -1943,7 +1944,6 @@ } block_netpoll_tx(); - call_netdevice_notifiers(NETDEV_RELEASE, bond_dev); write_lock_bh(&bond->lock); slave = bond_get_slave_by_dev(bond, slave_dev); @@ -1956,12 +1956,11 @@ return -EINVAL; } + write_unlock_bh(&bond->lock); /* unregister rx_handler early so bond_handle_frame wouldn't be called * for this slave anymore. */ netdev_rx_handler_unregister(slave_dev); - write_unlock_bh(&bond->lock); - synchronize_net(); write_lock_bh(&bond->lock); if (!bond->params.fail_over_mac) { @@ -2047,8 +2046,10 @@ write_unlock_bh(&bond->lock); unblock_netpoll_tx(); - if (bond->slave_cnt == 0) + if (bond->slave_cnt == 0) { call_netdevice_notifiers(NETDEV_CHANGEADDR, bond->dev); + call_netdevice_notifiers(NETDEV_RELEASE, bond->dev); + } bond_compute_features(bond); if (!(bond_dev->features & NETIF_F_VLAN_CHALLENGED) && @@ -2462,8 +2463,6 @@ bond_set_backup_slave(slave); } - bond_update_speed_duplex(slave); - pr_info("%s: link status definitely up for interface %s, %u Mbps %s duplex.\n", bond->dev->name, slave->dev->name, slave->speed, slave->duplex ? "full" : "half"); @@ -3381,20 +3380,22 @@ */ static int bond_xmit_hash_policy_l23(struct sk_buff *skb, int count) { - struct ethhdr *data = (struct ethhdr *)skb->data; - struct iphdr *iph; - struct ipv6hdr *ipv6h; + const struct ethhdr *data; + const struct iphdr *iph; + const struct ipv6hdr *ipv6h; u32 v6hash; - __be32 *s, *d; + const __be32 *s, *d; if (skb->protocol == htons(ETH_P_IP) && - skb_network_header_len(skb) >= sizeof(*iph)) { + pskb_network_may_pull(skb, sizeof(*iph))) { iph = ip_hdr(skb); + data = (struct ethhdr *)skb->data; return ((ntohl(iph->saddr ^ iph->daddr) & 0xffff) ^ (data->h_dest[5] ^ data->h_source[5])) % count; } else if (skb->protocol == htons(ETH_P_IPV6) && - skb_network_header_len(skb) >= sizeof(*ipv6h)) { + pskb_network_may_pull(skb, sizeof(*ipv6h))) { ipv6h = ipv6_hdr(skb); + data = (struct ethhdr *)skb->data; s = &ipv6h->saddr.s6_addr32[0]; d = &ipv6h->daddr.s6_addr32[0]; v6hash = (s[1] ^ d[1]) ^ (s[2] ^ d[2]) ^ (s[3] ^ d[3]); @@ -3413,33 +3414,36 @@ static int bond_xmit_hash_policy_l34(struct sk_buff *skb, int count) { u32 layer4_xor = 0; - struct iphdr *iph; - struct ipv6hdr *ipv6h; - __be32 *s, *d; - __be16 *layer4hdr; + const struct iphdr *iph; + const struct ipv6hdr *ipv6h; + const __be32 *s, *d; + const __be16 *l4 = NULL; + __be16 _l4[2]; + int noff = skb_network_offset(skb); + int poff; if (skb->protocol == htons(ETH_P_IP) && - skb_network_header_len(skb) >= sizeof(*iph)) { + pskb_may_pull(skb, noff + sizeof(*iph))) { iph = ip_hdr(skb); - if (!ip_is_fragment(iph) && - (iph->protocol == IPPROTO_TCP || - iph->protocol == IPPROTO_UDP) && - (skb_headlen(skb) - skb_network_offset(skb) >= - iph->ihl * sizeof(u32) + sizeof(*layer4hdr) * 2)) { - layer4hdr = (__be16 *)((u32 *)iph + iph->ihl); - layer4_xor = ntohs(*layer4hdr ^ *(layer4hdr + 1)); + poff = proto_ports_offset(iph->protocol); + + if (!ip_is_fragment(iph) && poff >= 0) { + l4 = skb_header_pointer(skb, noff + (iph->ihl << 2) + poff, + sizeof(_l4), &_l4); + if (l4) + layer4_xor = ntohs(l4[0] ^ l4[1]); } return (layer4_xor ^ ((ntohl(iph->saddr ^ iph->daddr)) & 0xffff)) % count; } else if (skb->protocol == htons(ETH_P_IPV6) && - skb_network_header_len(skb) >= sizeof(*ipv6h)) { + pskb_may_pull(skb, noff + sizeof(*ipv6h))) { ipv6h = ipv6_hdr(skb); - if ((ipv6h->nexthdr == IPPROTO_TCP || - ipv6h->nexthdr == IPPROTO_UDP) && - (skb_headlen(skb) - skb_network_offset(skb) >= - sizeof(*ipv6h) + sizeof(*layer4hdr) * 2)) { - layer4hdr = (__be16 *)(ipv6h + 1); - layer4_xor = ntohs(*layer4hdr ^ *(layer4hdr + 1)); + poff = proto_ports_offset(ipv6h->nexthdr); + if (poff >= 0) { + l4 = skb_header_pointer(skb, noff + sizeof(*ipv6h) + poff, + sizeof(_l4), &_l4); + if (l4) + layer4_xor = ntohs(l4[0] ^ l4[1]); } s = &ipv6h->saddr.s6_addr32[0]; d = &ipv6h->daddr.s6_addr32[0]; @@ -4921,9 +4925,18 @@ static void __net_exit bond_net_exit(struct net *net) { struct bond_net *bn = net_generic(net, bond_net_id); + struct bonding *bond, *tmp_bond; + LIST_HEAD(list); bond_destroy_sysfs(bn); bond_destroy_proc_dir(bn); + + /* Kill off any bonds created after unregistering bond rtnl ops */ + rtnl_lock(); + list_for_each_entry_safe(bond, tmp_bond, &bn->dev_list, bond_list) + unregister_netdevice_queue(bond->dev, &list); + unregister_netdevice_many(&list); + rtnl_unlock(); } static struct pernet_operations bond_net_ops = { --- linux-lowlatency-3.8.0.orig/drivers/net/bonding/bond_sysfs.c +++ linux-lowlatency-3.8.0/drivers/net/bonding/bond_sysfs.c @@ -183,6 +183,11 @@ sprintf(linkname, "slave_%s", slave->name); ret = sysfs_create_link(&(master->dev.kobj), &(slave->dev.kobj), linkname); + + /* free the master link created earlier in case of error */ + if (ret) + sysfs_remove_link(&(slave->dev.kobj), "master"); + return ret; } @@ -522,7 +527,7 @@ goto out; } if (new_value < 0) { - pr_err("%s: Invalid arp_interval value %d not in range 1-%d; rejected.\n", + pr_err("%s: Invalid arp_interval value %d not in range 0-%d; rejected.\n", bond->dev->name, new_value, INT_MAX); ret = -EINVAL; goto out; @@ -537,14 +542,15 @@ pr_info("%s: Setting ARP monitoring interval to %d.\n", bond->dev->name, new_value); bond->params.arp_interval = new_value; - if (bond->params.miimon) { - pr_info("%s: ARP monitoring cannot be used with MII monitoring. %s Disabling MII monitoring.\n", - bond->dev->name, bond->dev->name); - bond->params.miimon = 0; - } - if (!bond->params.arp_targets[0]) { - pr_info("%s: ARP monitoring has been set up, but no ARP targets have been specified.\n", - bond->dev->name); + if (new_value) { + if (bond->params.miimon) { + pr_info("%s: ARP monitoring cannot be used with MII monitoring. %s Disabling MII monitoring.\n", + bond->dev->name, bond->dev->name); + bond->params.miimon = 0; + } + if (!bond->params.arp_targets[0]) + pr_info("%s: ARP monitoring has been set up, but no ARP targets have been specified.\n", + bond->dev->name); } if (bond->dev->flags & IFF_UP) { /* If the interface is up, we may need to fire off @@ -552,10 +558,13 @@ * timer will get fired off when the open function * is called. */ - cancel_delayed_work_sync(&bond->mii_work); - queue_delayed_work(bond->wq, &bond->arp_work, 0); + if (!new_value) { + cancel_delayed_work_sync(&bond->arp_work); + } else { + cancel_delayed_work_sync(&bond->mii_work); + queue_delayed_work(bond->wq, &bond->arp_work, 0); + } } - out: rtnl_unlock(); return ret; @@ -697,7 +706,7 @@ } if (new_value < 0) { pr_err("%s: Invalid down delay value %d not in range %d-%d; rejected.\n", - bond->dev->name, new_value, 1, INT_MAX); + bond->dev->name, new_value, 0, INT_MAX); ret = -EINVAL; goto out; } else { @@ -752,8 +761,8 @@ goto out; } if (new_value < 0) { - pr_err("%s: Invalid down delay value %d not in range %d-%d; rejected.\n", - bond->dev->name, new_value, 1, INT_MAX); + pr_err("%s: Invalid up delay value %d not in range %d-%d; rejected.\n", + bond->dev->name, new_value, 0, INT_MAX); ret = -EINVAL; goto out; } else { @@ -963,37 +972,37 @@ } if (new_value < 0) { pr_err("%s: Invalid miimon value %d not in range %d-%d; rejected.\n", - bond->dev->name, new_value, 1, INT_MAX); + bond->dev->name, new_value, 0, INT_MAX); ret = -EINVAL; goto out; - } else { - pr_info("%s: Setting MII monitoring interval to %d.\n", - bond->dev->name, new_value); - bond->params.miimon = new_value; - if (bond->params.updelay) - pr_info("%s: Note: Updating updelay (to %d) since it is a multiple of the miimon value.\n", - bond->dev->name, - bond->params.updelay * bond->params.miimon); - if (bond->params.downdelay) - pr_info("%s: Note: Updating downdelay (to %d) since it is a multiple of the miimon value.\n", - bond->dev->name, - bond->params.downdelay * bond->params.miimon); - if (bond->params.arp_interval) { - pr_info("%s: MII monitoring cannot be used with ARP monitoring. Disabling ARP monitoring...\n", - bond->dev->name); - bond->params.arp_interval = 0; - if (bond->params.arp_validate) { - bond->params.arp_validate = - BOND_ARP_VALIDATE_NONE; - } - } - - if (bond->dev->flags & IFF_UP) { - /* If the interface is up, we may need to fire off - * the MII timer. If the interface is down, the - * timer will get fired off when the open function - * is called. - */ + } + pr_info("%s: Setting MII monitoring interval to %d.\n", + bond->dev->name, new_value); + bond->params.miimon = new_value; + if (bond->params.updelay) + pr_info("%s: Note: Updating updelay (to %d) since it is a multiple of the miimon value.\n", + bond->dev->name, + bond->params.updelay * bond->params.miimon); + if (bond->params.downdelay) + pr_info("%s: Note: Updating downdelay (to %d) since it is a multiple of the miimon value.\n", + bond->dev->name, + bond->params.downdelay * bond->params.miimon); + if (new_value && bond->params.arp_interval) { + pr_info("%s: MII monitoring cannot be used with ARP monitoring. Disabling ARP monitoring...\n", + bond->dev->name); + bond->params.arp_interval = 0; + if (bond->params.arp_validate) + bond->params.arp_validate = BOND_ARP_VALIDATE_NONE; + } + if (bond->dev->flags & IFF_UP) { + /* If the interface is up, we may need to fire off + * the MII timer. If the interface is down, the + * timer will get fired off when the open function + * is called. + */ + if (!new_value) { + cancel_delayed_work_sync(&bond->mii_work); + } else { cancel_delayed_work_sync(&bond->arp_work); queue_delayed_work(bond->wq, &bond->mii_work, 0); } --- linux-lowlatency-3.8.0.orig/drivers/net/usb/smsc95xx.c +++ linux-lowlatency-3.8.0/drivers/net/usb/smsc95xx.c @@ -1340,6 +1340,8 @@ ret = smsc95xx_read_reg_nopm(dev, PM_CTRL, &val); if (ret < 0) netdev_warn(dev->net, "Error reading PM_CTRL\n"); + else + ret = 0; return ret; } @@ -1392,6 +1394,8 @@ ret = smsc95xx_write_reg_nopm(dev, PM_CTRL, val); if (ret < 0) netdev_warn(dev->net, "Error writing PM_CTRL\n"); + else + ret = 0; return ret; } @@ -1413,6 +1417,8 @@ ret = smsc95xx_write_reg_nopm(dev, PM_CTRL, val); if (ret < 0) netdev_warn(dev->net, "Error writing PM_CTRL\n"); + else + ret = 0; return ret; } --- linux-lowlatency-3.8.0.orig/drivers/net/usb/cdc_mbim.c +++ linux-lowlatency-3.8.0/drivers/net/usb/cdc_mbim.c @@ -68,18 +68,9 @@ struct cdc_ncm_ctx *ctx; struct usb_driver *subdriver = ERR_PTR(-ENODEV); int ret = -ENODEV; - u8 data_altsetting = CDC_NCM_DATA_ALTSETTING_NCM; + u8 data_altsetting = cdc_ncm_select_altsetting(dev, intf); struct cdc_mbim_state *info = (void *)&dev->data; - /* see if interface supports MBIM alternate setting */ - if (intf->num_altsetting == 2) { - if (!cdc_ncm_comm_intf_is_mbim(intf->cur_altsetting)) - usb_set_interface(dev->udev, - intf->cur_altsetting->desc.bInterfaceNumber, - CDC_NCM_COMM_ALTSETTING_MBIM); - data_altsetting = CDC_NCM_DATA_ALTSETTING_MBIM; - } - /* Probably NCM, defer for cdc_ncm_bind */ if (!cdc_ncm_comm_intf_is_mbim(intf->cur_altsetting)) goto err; @@ -143,7 +134,7 @@ goto error; if (skb) { - if (skb->len <= sizeof(ETH_HLEN)) + if (skb->len <= ETH_HLEN) goto error; /* mapping VLANs to MBIM sessions: --- linux-lowlatency-3.8.0.orig/drivers/net/usb/cdc_ncm.c +++ linux-lowlatency-3.8.0/drivers/net/usb/cdc_ncm.c @@ -55,6 +55,14 @@ #define DRIVER_VERSION "14-Mar-2012" +#if IS_ENABLED(CONFIG_USB_NET_CDC_MBIM) +static bool prefer_mbim = true; +#else +static bool prefer_mbim; +#endif +module_param(prefer_mbim, bool, S_IRUGO | S_IWUSR); +MODULE_PARM_DESC(prefer_mbim, "Prefer MBIM setting on dual NCM/MBIM functions"); + static void cdc_ncm_txpath_bh(unsigned long param); static void cdc_ncm_tx_timeout_start(struct cdc_ncm_ctx *ctx); static enum hrtimer_restart cdc_ncm_tx_timer_cb(struct hrtimer *hr_timer); @@ -550,9 +558,12 @@ } EXPORT_SYMBOL_GPL(cdc_ncm_unbind); -static int cdc_ncm_bind(struct usbnet *dev, struct usb_interface *intf) +/* Select the MBIM altsetting iff it is preferred and available, + * returning the number of the corresponding data interface altsetting + */ +u8 cdc_ncm_select_altsetting(struct usbnet *dev, struct usb_interface *intf) { - int ret; + struct usb_host_interface *alt; /* The MBIM spec defines a NCM compatible default altsetting, * which we may have matched: @@ -568,18 +579,27 @@ * endpoint descriptors, shall be constructed according to * the rules given in section 6 (USB Device Model) of this * specification." - * - * Do not bind to such interfaces, allowing cdc_mbim to handle - * them */ -#if IS_ENABLED(CONFIG_USB_NET_CDC_MBIM) - if ((intf->num_altsetting == 2) && - !usb_set_interface(dev->udev, - intf->cur_altsetting->desc.bInterfaceNumber, - CDC_NCM_COMM_ALTSETTING_MBIM) && - cdc_ncm_comm_intf_is_mbim(intf->cur_altsetting)) + if (prefer_mbim && intf->num_altsetting == 2) { + alt = usb_altnum_to_altsetting(intf, CDC_NCM_COMM_ALTSETTING_MBIM); + if (alt && cdc_ncm_comm_intf_is_mbim(alt) && + !usb_set_interface(dev->udev, + intf->cur_altsetting->desc.bInterfaceNumber, + CDC_NCM_COMM_ALTSETTING_MBIM)) + return CDC_NCM_DATA_ALTSETTING_MBIM; + } + return CDC_NCM_DATA_ALTSETTING_NCM; +} +EXPORT_SYMBOL_GPL(cdc_ncm_select_altsetting); + +static int cdc_ncm_bind(struct usbnet *dev, struct usb_interface *intf) +{ + int ret; + + /* MBIM backwards compatible function? */ + cdc_ncm_select_altsetting(dev, intf); + if (cdc_ncm_comm_intf_is_mbim(intf->cur_altsetting)) return -ENODEV; -#endif /* NCM data altsetting is always 1 */ ret = cdc_ncm_bind_common(dev, intf, 1); --- linux-lowlatency-3.8.0.orig/drivers/net/usb/cdc_ether.c +++ linux-lowlatency-3.8.0/drivers/net/usb/cdc_ether.c @@ -615,6 +615,20 @@ .driver_info = 0, }, +/* Dell Wireless 5804 (Novatel E371) - handled by qmi_wwan */ +{ + USB_DEVICE_AND_INTERFACE_INFO(DELL_VENDOR_ID, 0x819b, USB_CLASS_COMM, + USB_CDC_SUBCLASS_ETHERNET, USB_CDC_PROTO_NONE), + .driver_info = 0, +}, + +/* AnyDATA ADU960S - handled by qmi_wwan */ +{ + USB_DEVICE_AND_INTERFACE_INFO(0x16d5, 0x650a, USB_CLASS_COMM, + USB_CDC_SUBCLASS_ETHERNET, USB_CDC_PROTO_NONE), + .driver_info = 0, +}, + /* * WHITELIST!!! * --- linux-lowlatency-3.8.0.orig/drivers/net/usb/qmi_wwan.c +++ linux-lowlatency-3.8.0/drivers/net/usb/qmi_wwan.c @@ -139,16 +139,9 @@ BUILD_BUG_ON((sizeof(((struct usbnet *)0)->data) < sizeof(struct qmi_wwan_state))); - /* control and data is shared? */ - if (intf->cur_altsetting->desc.bNumEndpoints == 3) { - info->control = intf; - info->data = intf; - goto shared; - } - - /* else require a single interrupt status endpoint on control intf */ - if (intf->cur_altsetting->desc.bNumEndpoints != 1) - goto err; + /* set up initial state */ + info->control = intf; + info->data = intf; /* and a number of CDC descriptors */ while (len > 3) { @@ -207,25 +200,14 @@ buf += h->bLength; } - /* did we find all the required ones? */ - if (!(found & (1 << USB_CDC_HEADER_TYPE)) || - !(found & (1 << USB_CDC_UNION_TYPE))) { - dev_err(&intf->dev, "CDC functional descriptors missing\n"); - goto err; - } - - /* verify CDC Union */ - if (desc->bInterfaceNumber != cdc_union->bMasterInterface0) { - dev_err(&intf->dev, "bogus CDC Union: master=%u\n", cdc_union->bMasterInterface0); - goto err; - } - - /* need to save these for unbind */ - info->control = intf; - info->data = usb_ifnum_to_if(dev->udev, cdc_union->bSlaveInterface0); - if (!info->data) { - dev_err(&intf->dev, "bogus CDC Union: slave=%u\n", cdc_union->bSlaveInterface0); - goto err; + /* Use separate control and data interfaces if we found a CDC Union */ + if (cdc_union) { + info->data = usb_ifnum_to_if(dev->udev, cdc_union->bSlaveInterface0); + if (desc->bInterfaceNumber != cdc_union->bMasterInterface0 || !info->data) { + dev_err(&intf->dev, "bogus CDC Union: master=%u, slave=%u\n", + cdc_union->bMasterInterface0, cdc_union->bSlaveInterface0); + goto err; + } } /* errors aren't fatal - we can live with the dynamic address */ @@ -235,11 +217,12 @@ } /* claim data interface and set it up */ - status = usb_driver_claim_interface(driver, info->data, dev); - if (status < 0) - goto err; + if (info->control != info->data) { + status = usb_driver_claim_interface(driver, info->data, dev); + if (status < 0) + goto err; + } -shared: status = qmi_wwan_register_subdriver(dev); if (status < 0 && info->control != info->data) { usb_set_intfdata(info->data, NULL); @@ -407,6 +390,20 @@ USB_CLASS_COMM, USB_CDC_SUBCLASS_ETHERNET, USB_CDC_PROTO_NONE), + .driver_info = (unsigned long)&qmi_wwan_info, + }, + { /* Dell Wireless 5804 (Novatel E371) */ + USB_DEVICE_AND_INTERFACE_INFO(0x413C, 0x819b, + USB_CLASS_COMM, + USB_CDC_SUBCLASS_ETHERNET, + USB_CDC_PROTO_NONE), + .driver_info = (unsigned long)&qmi_wwan_info, + }, + { /* ADU960S */ + USB_DEVICE_AND_INTERFACE_INFO(0x16d5, 0x650a, + USB_CLASS_COMM, + USB_CDC_SUBCLASS_ETHERNET, + USB_CDC_PROTO_NONE), .driver_info = (unsigned long)&qmi_wwan_info, }, --- linux-lowlatency-3.8.0.orig/drivers/net/usb/smsc75xx.c +++ linux-lowlatency-3.8.0/drivers/net/usb/smsc75xx.c @@ -914,8 +914,12 @@ static int smsc75xx_change_mtu(struct net_device *netdev, int new_mtu) { struct usbnet *dev = netdev_priv(netdev); + int ret; + + if (new_mtu > MAX_SINGLE_PACKET_SIZE) + return -EINVAL; - int ret = smsc75xx_set_rx_max_frame_length(dev, new_mtu); + ret = smsc75xx_set_rx_max_frame_length(dev, new_mtu + ETH_HLEN); if (ret < 0) { netdev_warn(dev->net, "Failed to set mac rx frame length\n"); return ret; @@ -1324,7 +1328,7 @@ netif_dbg(dev, ifup, dev->net, "FCT_TX_CTL set to 0x%08x\n", buf); - ret = smsc75xx_set_rx_max_frame_length(dev, 1514); + ret = smsc75xx_set_rx_max_frame_length(dev, dev->net->mtu + ETH_HLEN); if (ret < 0) { netdev_warn(dev->net, "Failed to set max rx frame length\n"); return ret; @@ -2136,8 +2140,8 @@ else if (rx_cmd_a & (RX_CMD_A_LONG | RX_CMD_A_RUNT)) dev->net->stats.rx_frame_errors++; } else { - /* ETH_FRAME_LEN + 4(CRC) + 2(COE) + 4(Vlan) */ - if (unlikely(size > (ETH_FRAME_LEN + 12))) { + /* MAX_SINGLE_PACKET_SIZE + 4(CRC) + 2(COE) + 4(Vlan) */ + if (unlikely(size > (MAX_SINGLE_PACKET_SIZE + ETH_HLEN + 12))) { netif_dbg(dev, rx_err, dev->net, "size err rx_cmd_a=0x%08x\n", rx_cmd_a); --- linux-lowlatency-3.8.0.orig/drivers/net/ppp/ppp_generic.c +++ linux-lowlatency-3.8.0/drivers/net/ppp/ppp_generic.c @@ -1058,7 +1058,15 @@ return stats64; } +static struct lock_class_key ppp_tx_busylock; +static int ppp_dev_init(struct net_device *dev) +{ + dev->qdisc_tx_busylock = &ppp_tx_busylock; + return 0; +} + static const struct net_device_ops ppp_netdev_ops = { + .ndo_init = ppp_dev_init, .ndo_start_xmit = ppp_start_xmit, .ndo_do_ioctl = ppp_net_ioctl, .ndo_get_stats64 = ppp_get_stats64, --- linux-lowlatency-3.8.0.orig/drivers/platform/x86/dell-wmi.c +++ linux-lowlatency-3.8.0/drivers/platform/x86/dell-wmi.c @@ -165,7 +165,7 @@ u16 *buffer_entry = (u16 *)obj->buffer.pointer; if (dell_new_hk_type && (buffer_entry[1] != 0x10)) { - pr_info("Received unknown WMI event (0x%x)\n", + pr_debug("Received unknown WMI event (0x%x)\n", buffer_entry[1]); kfree(obj); return; --- linux-lowlatency-3.8.0.orig/drivers/platform/x86/hp_accel.c +++ linux-lowlatency-3.8.0/drivers/platform/x86/hp_accel.c @@ -362,7 +362,8 @@ static int lis3lv02d_resume(struct device *dev) { - return lis3lv02d_poweron(&lis3_dev); + lis3lv02d_poweron(&lis3_dev); + return 0; } static SIMPLE_DEV_PM_OPS(hp_accel_pm, lis3lv02d_suspend, lis3lv02d_resume); --- linux-lowlatency-3.8.0.orig/drivers/platform/x86/acer-wmi.c +++ linux-lowlatency-3.8.0/drivers/platform/x86/acer-wmi.c @@ -1204,6 +1204,9 @@ devices = *((u32 *) obj->buffer.pointer); } else if (obj->type == ACPI_TYPE_INTEGER) { devices = (u32) obj->integer.value; + } else { + kfree(out.pointer); + return AE_ERROR; } } else { kfree(out.pointer); --- linux-lowlatency-3.8.0.orig/drivers/platform/x86/msi-wmi.c +++ linux-lowlatency-3.8.0/drivers/platform/x86/msi-wmi.c @@ -176,7 +176,7 @@ pr_debug("Suppressed key event 0x%X - " "Last press was %lld us ago\n", key->code, ktime_to_us(diff)); - return; + goto msi_wmi_notify_exit; } last_pressed[key->code - SCANCODE_BASE] = cur; @@ -195,6 +195,8 @@ pr_info("Unknown key pressed - %x\n", eventcode); } else pr_info("Unknown event received\n"); + +msi_wmi_notify_exit: kfree(response.pointer); } --- linux-lowlatency-3.8.0.orig/drivers/platform/x86/sony-laptop.c +++ linux-lowlatency-3.8.0/drivers/platform/x86/sony-laptop.c @@ -1534,7 +1534,7 @@ int argument = sony_rfkill_address[(long) data] + 0x100; if (!blocked) - argument |= 0x030000; + argument |= 0x070000; return sony_call_snc_handle(sony_rfkill_handle, argument, &result); } @@ -2813,6 +2813,10 @@ struct sonypi_event *events; }; +struct sony_pic_quirk_entry { + u8 set_wwan_power; +}; + struct sony_pic_dev { struct acpi_device *acpi_dev; struct sony_pic_irq *cur_irq; @@ -2823,6 +2827,7 @@ struct sonypi_eventtypes *event_types; int (*handle_irq)(const u8, const u8); int model; + struct sony_pic_quirk_entry *quirks; u16 evport_offset; u8 camera_power; u8 bluetooth_power; @@ -4257,6 +4262,12 @@ if (result) goto err_remove_pf; + if (spic_dev.quirks && spic_dev.quirks->set_wwan_power) { + /* + * Power isn't enabled by default. + */ + __sony_pic_set_wwanpower(1); + } return 0; err_remove_pf: @@ -4331,6 +4342,16 @@ .drv.pm = &sony_pic_pm, }; +static struct sony_pic_quirk_entry sony_pic_vaio_vgn = { + .set_wwan_power = 1, +}; + +static int dmi_matched(const struct dmi_system_id *dmi) +{ + spic_dev.quirks = dmi->driver_data; + return 0; +} + static struct dmi_system_id __initdata sonypi_dmi_table[] = { { .ident = "Sony Vaio", @@ -4345,6 +4366,8 @@ DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"), DMI_MATCH(DMI_PRODUCT_NAME, "VGN-"), }, + .callback = dmi_matched, + .driver_data = &sony_pic_vaio_vgn, }, { } }; --- linux-lowlatency-3.8.0.orig/drivers/w1/w1.c +++ linux-lowlatency-3.8.0/drivers/w1/w1.c @@ -924,7 +924,8 @@ tmp64 = (triplet_ret >> 2); rn |= (tmp64 << i); - if (kthread_should_stop()) { + /* ensure we're called from kthread and not by netlink callback */ + if (!dev->priv && kthread_should_stop()) { mutex_unlock(&dev->bus_mutex); dev_dbg(&dev->dev, "Abort w1_search\n"); return; --- linux-lowlatency-3.8.0.orig/drivers/w1/masters/w1-gpio.c +++ linux-lowlatency-3.8.0/drivers/w1/masters/w1-gpio.c @@ -72,7 +72,7 @@ return 0; } -static int __init w1_gpio_probe(struct platform_device *pdev) +static int w1_gpio_probe(struct platform_device *pdev) { struct w1_bus_master *master; struct w1_gpio_platform_data *pdata; @@ -158,7 +158,7 @@ return err; } -static int __exit w1_gpio_remove(struct platform_device *pdev) +static int w1_gpio_remove(struct platform_device *pdev) { struct w1_bus_master *master = platform_get_drvdata(pdev); struct w1_gpio_platform_data *pdata = pdev->dev.platform_data; @@ -210,7 +210,7 @@ .of_match_table = of_match_ptr(w1_gpio_dt_ids), }, .probe = w1_gpio_probe, - .remove = __exit_p(w1_gpio_remove), + .remove = w1_gpio_remove, .suspend = w1_gpio_suspend, .resume = w1_gpio_resume, }; --- linux-lowlatency-3.8.0.orig/drivers/thermal/thermal_sys.c +++ linux-lowlatency-3.8.0/drivers/thermal/thermal_sys.c @@ -1807,6 +1807,7 @@ idr_destroy(&thermal_cdev_idr); mutex_destroy(&thermal_idr_lock); mutex_destroy(&thermal_list_lock); + return result; } result = genetlink_init(); return result; --- linux-lowlatency-3.8.0.orig/drivers/eisa/pci_eisa.c +++ linux-lowlatency-3.8.0/drivers/eisa/pci_eisa.c @@ -19,10 +19,10 @@ /* There is only *one* pci_eisa device per machine, right ? */ static struct eisa_root_device pci_eisa_root; -static int __init pci_eisa_init(struct pci_dev *pdev, - const struct pci_device_id *ent) +static int __init pci_eisa_init(struct pci_dev *pdev) { - int rc; + int rc, i; + struct resource *res, *bus_res = NULL; if ((rc = pci_enable_device (pdev))) { printk (KERN_ERR "pci_eisa : Could not enable device %s\n", @@ -30,9 +30,30 @@ return rc; } + /* + * The Intel 82375 PCI-EISA bridge is a subtractive-decode PCI + * device, so the resources available on EISA are the same as those + * available on the 82375 bus. This works the same as a PCI-PCI + * bridge in subtractive-decode mode (see pci_read_bridge_bases()). + * We assume other PCI-EISA bridges are similar. + * + * eisa_root_register() can only deal with a single io port resource, + * so we use the first valid io port resource. + */ + pci_bus_for_each_resource(pdev->bus, res, i) + if (res && (res->flags & IORESOURCE_IO)) { + bus_res = res; + break; + } + + if (!bus_res) { + dev_err(&pdev->dev, "No resources available\n"); + return -1; + } + pci_eisa_root.dev = &pdev->dev; - pci_eisa_root.res = pdev->bus->resource[0]; - pci_eisa_root.bus_base_addr = pdev->bus->resource[0]->start; + pci_eisa_root.res = bus_res; + pci_eisa_root.bus_base_addr = bus_res->start; pci_eisa_root.slots = EISA_MAX_SLOTS; pci_eisa_root.dma_mask = pdev->dma_mask; dev_set_drvdata(pci_eisa_root.dev, &pci_eisa_root); @@ -45,22 +66,26 @@ return 0; } -static struct pci_device_id pci_eisa_pci_tbl[] = { - { PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, - PCI_CLASS_BRIDGE_EISA << 8, 0xffff00, 0 }, - { 0, } -}; - -static struct pci_driver __refdata pci_eisa_driver = { - .name = "pci_eisa", - .id_table = pci_eisa_pci_tbl, - .probe = pci_eisa_init, -}; - -static int __init pci_eisa_init_module (void) +/* + * We have to call pci_eisa_init_early() before pnpacpi_init()/isapnp_init(). + * Otherwise pnp resource will get enabled early and could prevent eisa + * to be initialized. + * Also need to make sure pci_eisa_init_early() is called after + * x86/pci_subsys_init(). + * So need to use subsys_initcall_sync with it. + */ +static int __init pci_eisa_init_early(void) { - return pci_register_driver (&pci_eisa_driver); -} + struct pci_dev *dev = NULL; + int ret; + + for_each_pci_dev(dev) + if ((dev->class >> 8) == PCI_CLASS_BRIDGE_EISA) { + ret = pci_eisa_init(dev); + if (ret) + return ret; + } -device_initcall(pci_eisa_init_module); -MODULE_DEVICE_TABLE(pci, pci_eisa_pci_tbl); + return 0; +} +subsys_initcall_sync(pci_eisa_init_early); --- linux-lowlatency-3.8.0.orig/drivers/edac/edac_mc_sysfs.c +++ linux-lowlatency-3.8.0/drivers/edac/edac_mc_sysfs.c @@ -330,17 +330,17 @@ }; /* possible dynamic channel ce_count attribute files */ -DEVICE_CHANNEL(ch0_ce_count, S_IRUGO | S_IWUSR, +DEVICE_CHANNEL(ch0_ce_count, S_IRUGO, channel_ce_count_show, NULL, 0); -DEVICE_CHANNEL(ch1_ce_count, S_IRUGO | S_IWUSR, +DEVICE_CHANNEL(ch1_ce_count, S_IRUGO, channel_ce_count_show, NULL, 1); -DEVICE_CHANNEL(ch2_ce_count, S_IRUGO | S_IWUSR, +DEVICE_CHANNEL(ch2_ce_count, S_IRUGO, channel_ce_count_show, NULL, 2); -DEVICE_CHANNEL(ch3_ce_count, S_IRUGO | S_IWUSR, +DEVICE_CHANNEL(ch3_ce_count, S_IRUGO, channel_ce_count_show, NULL, 3); -DEVICE_CHANNEL(ch4_ce_count, S_IRUGO | S_IWUSR, +DEVICE_CHANNEL(ch4_ce_count, S_IRUGO, channel_ce_count_show, NULL, 4); -DEVICE_CHANNEL(ch5_ce_count, S_IRUGO | S_IWUSR, +DEVICE_CHANNEL(ch5_ce_count, S_IRUGO, channel_ce_count_show, NULL, 5); /* Total possible dynamic ce_count attribute file table */ --- linux-lowlatency-3.8.0.orig/drivers/cdrom/cdrom.c +++ linux-lowlatency-3.8.0/drivers/cdrom/cdrom.c @@ -289,7 +289,7 @@ /* default compatibility mode */ static bool autoclose=1; static bool autoeject; -static bool lockdoor = 1; +static bool lockdoor = 0; /* will we ever get to use this... sigh. */ static bool check_media_type; /* automatically restart mrw format */ --- linux-lowlatency-3.8.0.orig/drivers/power/abx500_chargalg.c +++ linux-lowlatency-3.8.0/drivers/power/abx500_chargalg.c @@ -1698,7 +1698,7 @@ static struct attribute abx500_chargalg_en_charger = \ { .name = "chargalg", - .mode = S_IWUGO, + .mode = S_IWUSR, }; static struct attribute *abx500_chargalg_chg[] = { --- linux-lowlatency-3.8.0.orig/drivers/power/bq27x00_battery.c +++ linux-lowlatency-3.8.0/drivers/power/bq27x00_battery.c @@ -448,7 +448,6 @@ cache.temperature = bq27x00_battery_read_temperature(di); if (!is_bq27425) cache.cycle_count = bq27x00_battery_read_cyct(di); - cache.cycle_count = bq27x00_battery_read_cyct(di); cache.power_avg = bq27x00_battery_read_pwr_avg(di, BQ27x00_POWER_AVG); @@ -696,7 +695,6 @@ int ret; di->bat.type = POWER_SUPPLY_TYPE_BATTERY; - di->chip = BQ27425; if (di->chip == BQ27425) { di->bat.properties = bq27425_battery_props; di->bat.num_properties = ARRAY_SIZE(bq27425_battery_props); --- linux-lowlatency-3.8.0.orig/drivers/power/ab8500_btemp.c +++ linux-lowlatency-3.8.0/drivers/power/ab8500_btemp.c @@ -1123,7 +1123,7 @@ platform_driver_unregister(&ab8500_btemp_driver); } -subsys_initcall_sync(ab8500_btemp_init); +device_initcall(ab8500_btemp_init); module_exit(ab8500_btemp_exit); MODULE_LICENSE("GPL v2"); --- linux-lowlatency-3.8.0.orig/tools/hv/Makefile +++ linux-lowlatency-3.8.0/tools/hv/Makefile @@ -0,0 +1,7 @@ +hv_kvp_daemon: hv_kvp_daemon.c + +clean: + rm -f hv_kvp_daemon + +install: + install hv_kvp_daemon /usr/sbin/ --- linux-lowlatency-3.8.0.orig/tools/hv/hv_kvp_daemon.8 +++ linux-lowlatency-3.8.0/tools/hv/hv_kvp_daemon.8 @@ -0,0 +1,26 @@ +.\" This page Copyright (C) 2012 Andy Whitcroft +.\" Distributed under the GPL v2 or later. +.TH HV_KVP_DAEMON 8 +.SH NAME +hv_kvp_daemon \- Hyper-V Key Value Pair daemon +.SH SYNOPSIS +.ft B +.B hv_kvp_daemon +.br +.SH DESCRIPTION +\fBhv_kvp_daemon\fP +is the userspace component of the Hyper-V key value pair functionality, +communicating via a netlink socket with the kernel HV-KVP driver. +This pairing allows the Hyper-V host to pass configuration information +(such as IP addresses) to the guest and allows the host to obtain guest +version information. + +.SH FILES +.ta +.nf +/var/opt/hyperv/.kvp_pool_* +.fi + +.SH AUTHORS +.nf +Written by K. Y. Srinivasan --- linux-lowlatency-3.8.0.orig/tools/hv/hv_kvp_daemon.c +++ linux-lowlatency-3.8.0/tools/hv/hv_kvp_daemon.c @@ -35,7 +35,7 @@ #include #include #include -#include +#include "../../include/linux/hyperv.h" #include #include #include @@ -1423,7 +1423,9 @@ char *if_name; struct hv_kvp_ipaddr_value *kvp_ip_val; +#if 0 /* It's much easier to manage from upstart if we don't fork */ daemon(1, 0); +#endif openlog("KVP", 0, LOG_USER); syslog(LOG_INFO, "KVP starting; pid is:%d", getpid()); /* --- linux-lowlatency-3.8.0.orig/tools/perf/Makefile +++ linux-lowlatency-3.8.0/tools/perf/Makefile @@ -276,13 +276,13 @@ $(QUIET_FLEX)$(FLEX) --header-file=$(OUTPUT)util/parse-events-flex.h $(PARSER_DEBUG_FLEX) -t util/parse-events.l > $(OUTPUT)util/parse-events-flex.c $(OUTPUT)util/parse-events-bison.c: util/parse-events.y - $(QUIET_BISON)$(BISON) -v util/parse-events.y -d $(PARSER_DEBUG_BISON) -o $(OUTPUT)util/parse-events-bison.c + $(QUIET_BISON)$(BISON) -v util/parse-events.y -d $(PARSER_DEBUG_BISON) -o $(OUTPUT)util/parse-events-bison.c -p parse_events_ $(OUTPUT)util/pmu-flex.c: util/pmu.l $(OUTPUT)util/pmu-bison.c $(QUIET_FLEX)$(FLEX) --header-file=$(OUTPUT)util/pmu-flex.h -t util/pmu.l > $(OUTPUT)util/pmu-flex.c $(OUTPUT)util/pmu-bison.c: util/pmu.y - $(QUIET_BISON)$(BISON) -v util/pmu.y -d -o $(OUTPUT)util/pmu-bison.c + $(QUIET_BISON)$(BISON) -v util/pmu.y -d -o $(OUTPUT)util/pmu-bison.c -p perf_pmu_ $(OUTPUT)util/parse-events.o: $(OUTPUT)util/parse-events-flex.c $(OUTPUT)util/parse-events-bison.c $(OUTPUT)util/pmu.o: $(OUTPUT)util/pmu-flex.c $(OUTPUT)util/pmu-bison.c --- linux-lowlatency-3.8.0.orig/tools/perf/util/pmu.y +++ linux-lowlatency-3.8.0/tools/perf/util/pmu.y @@ -1,5 +1,4 @@ -%name-prefix "perf_pmu_" %parse-param {struct list_head *format} %parse-param {char *name} --- linux-lowlatency-3.8.0.orig/tools/perf/util/parse-events.y +++ linux-lowlatency-3.8.0/tools/perf/util/parse-events.y @@ -1,5 +1,4 @@ %pure-parser -%name-prefix "parse_events_" %parse-param {void *_data} %parse-param {void *scanner} %lex-param {void* scanner} --- linux-lowlatency-3.8.0.orig/tools/perf/ui/hist.c +++ linux-lowlatency-3.8.0/tools/perf/ui/hist.c @@ -463,11 +463,15 @@ if (!perf_hpp__format[i].cond) continue; + /* + * If there's no field_sep, we still need + * to display initial ' '. + */ if (!sep || !first) { ret = scnprintf(hpp->buf, hpp->size, "%s", sep ?: " "); advance_hpp(hpp, ret); + } else first = false; - } if (color && perf_hpp__format[i].color) ret = perf_hpp__format[i].color(hpp, he); --- linux-lowlatency-3.8.0.orig/tools/perf/scripts/python/net_dropmonitor.py +++ linux-lowlatency-3.8.0/tools/perf/scripts/python/net_dropmonitor.py @@ -40,9 +40,9 @@ def get_sym(sloc): loc = int(sloc) - for i in kallsyms: - if (i['loc'] >= loc): - return (i['name'], i['loc']-loc) + for i in kallsyms[::-1]: + if loc >= i['loc']: + return (i['name'], loc - i['loc']) return (None, 0) def print_drop_table(): @@ -64,7 +64,7 @@ # called from perf, when it finds a correspoinding event def skb__kfree_skb(name, context, cpu, sec, nsec, pid, comm, - skbaddr, protocol, location): + skbaddr, location, protocol): slocation = str(location) try: drop_log[slocation] = drop_log[slocation] + 1 --- linux-lowlatency-3.8.0.orig/tools/usb/ffs-test.c +++ linux-lowlatency-3.8.0/tools/usb/ffs-test.c @@ -38,7 +38,7 @@ #include #include -#include "../../include/linux/usb/functionfs.h" +#include "../../include/uapi/linux/usb/functionfs.h" /******************** Little Endian Handling ********************************/ --- linux-lowlatency-3.8.0.orig/tools/power/x86/turbostat/turbostat.c +++ linux-lowlatency-3.8.0/tools/power/x86/turbostat/turbostat.c @@ -1397,6 +1397,10 @@ case 0x2D: /* SNB Xeon */ case 0x3A: /* IVB */ case 0x3E: /* IVB Xeon */ + case 0x3C: /* HSW */ + case 0x3F: /* HSW */ + case 0x45: /* HSW */ + case 0x46: /* HSW */ return 1; case 0x2E: /* Nehalem-EX Xeon - Beckton */ case 0x2F: /* Westmere-EX Xeon - Eagleton */ @@ -1488,6 +1492,10 @@ switch (model) { case 0x2A: case 0x3A: + case 0x3C: /* HSW */ + case 0x3F: /* HSW */ + case 0x45: /* HSW */ + case 0x46: /* HSW */ do_rapl = RAPL_PKG | RAPL_CORES | RAPL_GFX; break; case 0x2D: @@ -1724,6 +1732,10 @@ case 0x2D: case 0x3A: /* IVB */ case 0x3E: /* IVB Xeon */ + case 0x3C: /* HSW */ + case 0x3F: /* HSW */ + case 0x45: /* HSW */ + case 0x46: /* HSW */ return 1; } return 0; @@ -2248,7 +2260,7 @@ cmdline(argc, argv); if (verbose) - fprintf(stderr, "turbostat v3.0 November 23, 2012" + fprintf(stderr, "turbostat v3.1 January 8, 2013" " - Len Brown \n"); turbostat_init(); --- linux-lowlatency-3.8.0.orig/sound/pci/bt87x.c +++ linux-lowlatency-3.8.0/sound/pci/bt87x.c @@ -836,6 +836,8 @@ {0x7063, 0x2000}, /* pcHDTV HD-2000 TV */ }; +static struct pci_driver driver; + /* return the id of the card, or a negative value if it's blacklisted */ static int snd_bt87x_detect_card(struct pci_dev *pci) { @@ -962,11 +964,24 @@ { } }; -static struct pci_driver bt87x_driver = { +static struct pci_driver driver = { .name = KBUILD_MODNAME, .id_table = snd_bt87x_ids, .probe = snd_bt87x_probe, .remove = snd_bt87x_remove, }; -module_pci_driver(bt87x_driver); +static int __init alsa_card_bt87x_init(void) +{ + if (load_all) + driver.id_table = snd_bt87x_default_ids; + return pci_register_driver(&driver); +} + +static void __exit alsa_card_bt87x_exit(void) +{ + pci_unregister_driver(&driver); +} + +module_init(alsa_card_bt87x_init) +module_exit(alsa_card_bt87x_exit) --- linux-lowlatency-3.8.0.orig/sound/pci/rme32.c +++ linux-lowlatency-3.8.0/sound/pci/rme32.c @@ -1017,7 +1017,7 @@ spin_lock_irq(&rme32->lock); rme32->capture_substream = NULL; rme32->capture_periodsize = 0; - spin_unlock(&rme32->lock); + spin_unlock_irq(&rme32->lock); return 0; } --- linux-lowlatency-3.8.0.orig/sound/pci/ali5451/ali5451.c +++ linux-lowlatency-3.8.0/sound/pci/ali5451/ali5451.c @@ -1435,7 +1435,7 @@ spin_lock(&codec->reg_lock); if (!pvoice->running) { - spin_unlock_irq(&codec->reg_lock); + spin_unlock(&codec->reg_lock); return 0; } outb(pvoice->number, ALI_REG(codec, ALI_GC_CIR)); --- linux-lowlatency-3.8.0.orig/sound/pci/ice1712/ice1712.c +++ linux-lowlatency-3.8.0/sound/pci/ice1712/ice1712.c @@ -2594,6 +2594,8 @@ snd_ice1712_proc_init(ice); synchronize_irq(pci->irq); + card->private_data = ice; + err = pci_request_regions(pci, "ICE1712"); if (err < 0) { kfree(ice); --- linux-lowlatency-3.8.0.orig/sound/pci/emu10k1/emu10k1_main.c +++ linux-lowlatency-3.8.0/sound/pci/emu10k1/emu10k1_main.c @@ -657,14 +657,14 @@ return 0; } -static int snd_emu1010_load_firmware(struct snd_emu10k1 *emu) +static int snd_emu1010_load_firmware(struct snd_emu10k1 *emu, + const struct firmware *fw_entry) { int n, i; int reg; int value; unsigned int write_post; unsigned long flags; - const struct firmware *fw_entry = emu->firmware; if (!fw_entry) return -EIO; @@ -725,9 +725,34 @@ /* Return to Audio Dock programming mode */ snd_printk(KERN_INFO "emu1010: Loading Audio Dock Firmware\n"); snd_emu1010_fpga_write(emu, EMU_HANA_FPGA_CONFIG, EMU_HANA_FPGA_CONFIG_AUDIODOCK); - err = snd_emu1010_load_firmware(emu); - if (err != 0) - continue; + + if (!emu->dock_fw) { + const char *filename = NULL; + switch (emu->card_capabilities->emu_model) { + case EMU_MODEL_EMU1010: + filename = DOCK_FILENAME; + break; + case EMU_MODEL_EMU1010B: + filename = MICRO_DOCK_FILENAME; + break; + case EMU_MODEL_EMU1616: + filename = MICRO_DOCK_FILENAME; + break; + } + if (filename) { + err = request_firmware(&emu->dock_fw, + filename, + &emu->pci->dev); + if (err) + continue; + } + } + + if (emu->dock_fw) { + err = snd_emu1010_load_firmware(emu, emu->dock_fw); + if (err) + continue; + } snd_emu1010_fpga_write(emu, EMU_HANA_FPGA_CONFIG, 0); snd_emu1010_fpga_read(emu, EMU_HANA_IRQ_STATUS, ®); @@ -862,6 +887,12 @@ filename, emu->firmware->size); } + err = snd_emu1010_load_firmware(emu, emu->firmware); + if (err != 0) { + snd_printk(KERN_INFO "emu1010: Loading Firmware failed\n"); + return err; + } + /* ID, should read & 0x7f = 0x55 when FPGA programmed. */ snd_emu1010_fpga_read(emu, EMU_HANA_ID, ®); if ((reg & 0x3f) != 0x15) { @@ -1247,6 +1278,8 @@ kthread_stop(emu->emu1010.firmware_thread); if (emu->firmware) release_firmware(emu->firmware); + if (emu->dock_fw) + release_firmware(emu->dock_fw); if (emu->irq >= 0) free_irq(emu->irq, emu); /* remove reserved page */ --- linux-lowlatency-3.8.0.orig/sound/pci/hda/patch_hdmi.c +++ linux-lowlatency-3.8.0/sound/pci/hda/patch_hdmi.c @@ -38,6 +38,7 @@ #include #include "hda_codec.h" #include "hda_local.h" +#include "hda_auto_parser.h" #include "hda_jack.h" static bool static_hdmi_pcm; @@ -79,6 +80,7 @@ }; struct hdmi_spec { + struct hda_gen_spec gen; int num_cvts; struct hdmi_spec_per_cvt cvts[MAX_HDMI_CVTS]; @@ -714,9 +716,10 @@ static void hdmi_setup_channel_mapping(struct hda_codec *codec, hda_nid_t pin_nid, bool non_pcm, int ca, - int channels, unsigned char *map) + int channels, unsigned char *map, + bool chmap_set) { - if (!non_pcm && map) { + if (!non_pcm && chmap_set) { hdmi_manual_setup_channel_mapping(codec, pin_nid, channels, map); } else { @@ -905,7 +908,8 @@ pin_nid, channels); hdmi_setup_channel_mapping(codec, pin_nid, non_pcm, ca, - channels, per_pin->chmap); + channels, per_pin->chmap, + per_pin->chmap_set); hdmi_stop_infoframe_trans(codec, pin_nid); hdmi_fill_audio_infoframe(codec, pin_nid, ai.bytes, sizeof(ai)); @@ -915,7 +919,8 @@ * accordingly */ if (per_pin->non_pcm != non_pcm) hdmi_setup_channel_mapping(codec, pin_nid, non_pcm, ca, - channels, per_pin->chmap); + channels, per_pin->chmap, + per_pin->chmap_set); } per_pin->non_pcm = non_pcm; @@ -994,6 +999,41 @@ hdmi_non_intrinsic_event(codec, res); } +static void haswell_verify_pin_D0(struct hda_codec *codec, hda_nid_t nid) +{ + int pwr, lamp, ramp; + + pwr = snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_POWER_STATE, 0); + pwr = (pwr & AC_PWRST_ACTUAL) >> AC_PWRST_ACTUAL_SHIFT; + if (pwr != AC_PWRST_D0) { + snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_POWER_STATE, + AC_PWRST_D0); + msleep(40); + pwr = snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_POWER_STATE, 0); + pwr = (pwr & AC_PWRST_ACTUAL) >> AC_PWRST_ACTUAL_SHIFT; + snd_printd("Haswell HDMI audio: Power for pin 0x%x is now D%d\n", nid, pwr); + } + + lamp = snd_hda_codec_read(codec, nid, 0, + AC_VERB_GET_AMP_GAIN_MUTE, + AC_AMP_GET_LEFT | AC_AMP_GET_OUTPUT); + ramp = snd_hda_codec_read(codec, nid, 0, + AC_VERB_GET_AMP_GAIN_MUTE, + AC_AMP_GET_RIGHT | AC_AMP_GET_OUTPUT); + if (lamp != ramp) { + snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_AMP_GAIN_MUTE, + AC_AMP_SET_RIGHT | AC_AMP_SET_OUTPUT | lamp); + + lamp = snd_hda_codec_read(codec, nid, 0, + AC_VERB_GET_AMP_GAIN_MUTE, + AC_AMP_GET_LEFT | AC_AMP_GET_OUTPUT); + ramp = snd_hda_codec_read(codec, nid, 0, + AC_VERB_GET_AMP_GAIN_MUTE, + AC_AMP_GET_RIGHT | AC_AMP_GET_OUTPUT); + snd_printd("Haswell HDMI audio: Mute after set on pin 0x%x: [0x%x 0x%x]\n", nid, lamp, ramp); + } +} + /* * Callbacks */ @@ -1008,6 +1048,9 @@ int pinctl; int new_pinctl = 0; + if (codec->vendor_id == 0x80862807) + haswell_verify_pin_D0(codec, pin_nid); + if (snd_hda_query_pin_caps(codec, pin_nid) & AC_PINCAP_HBR) { pinctl = snd_hda_codec_read(codec, pin_nid, 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0); @@ -1100,8 +1143,12 @@ if (!static_hdmi_pcm && eld->eld_valid) { snd_hdmi_eld_update_pcm_info(eld, hinfo); if (hinfo->channels_min > hinfo->channels_max || - !hinfo->rates || !hinfo->formats) + !hinfo->rates || !hinfo->formats) { + per_cvt->assigned = 0; + hinfo->nid = 0; + snd_hda_spdif_ctls_unassign(codec, pin_idx); return -ENODEV; + } } /* Store the updated parameters */ @@ -1165,6 +1212,7 @@ "HDMI status: Codec=%d Pin=%d Presence_Detect=%d ELD_Valid=%d\n", codec->addr, pin_nid, eld->monitor_present, eld_valid); + eld->eld_valid = false; if (eld_valid) { if (!snd_hdmi_get_eld(eld, codec, pin_nid)) snd_hdmi_show_eld(eld); @@ -1565,6 +1613,9 @@ if (pcmdev > 0) sprintf(hdmi_str + strlen(hdmi_str), ",pcm=%d", pcmdev); + if (!is_jack_detectable(codec, per_pin->pin_nid)) + strncat(hdmi_str, " Phantom", + sizeof(hdmi_str) - strlen(hdmi_str) - 1); return snd_hda_jack_add_kctl(codec, per_pin->pin_nid, hdmi_str, 0); } @@ -1704,6 +1755,57 @@ snd_hda_override_conn_list(codec, 0x07, 3, list); } +#define INTEL_VENDOR_NID 0x08 +#define INTEL_GET_VENDOR_VERB 0xf81 +#define INTEL_SET_VENDOR_VERB 0x781 +#define INTEL_EN_DP12 0x02 /* enable DP 1.2 features */ +#define INTEL_EN_ALL_PIN_CVTS 0x01 /* enable 2nd & 3rd pins and convertors */ + +static void intel_haswell_enable_all_pins(struct hda_codec *codec, + const struct hda_fixup *fix, int action) +{ + unsigned int vendor_param; + + if (action != HDA_FIXUP_ACT_PRE_PROBE) + return; + vendor_param = snd_hda_codec_read(codec, INTEL_VENDOR_NID, 0, + INTEL_GET_VENDOR_VERB, 0); + if (vendor_param == -1 || vendor_param & INTEL_EN_ALL_PIN_CVTS) + return; + + vendor_param |= INTEL_EN_ALL_PIN_CVTS; + vendor_param = snd_hda_codec_read(codec, INTEL_VENDOR_NID, 0, + INTEL_SET_VENDOR_VERB, vendor_param); + if (vendor_param == -1) + return; + + snd_hda_codec_update_widgets(codec); + return; +} + + +/* available models for fixup */ +enum { + INTEL_HASWELL, +}; + +static const struct hda_model_fixup hdmi_models[] = { + {.id = INTEL_HASWELL, .name = "Haswell"}, + {} +}; + +static const struct snd_pci_quirk hdmi_fixup_tbl[] = { + SND_PCI_QUIRK(0x8086, 0x2010, "Haswell", INTEL_HASWELL), + {} /* terminator */ +}; + +static const struct hda_fixup hdmi_fixups[] = { + [INTEL_HASWELL] = { + .type = HDA_FIXUP_FUNC, + .v.func = intel_haswell_enable_all_pins, + }, +}; + static int patch_generic_hdmi(struct hda_codec *codec) { @@ -1715,6 +1817,9 @@ codec->spec = spec; + snd_hda_pick_fixup(codec, hdmi_models, hdmi_fixup_tbl, hdmi_fixups); + snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE); + if (codec->vendor_id == 0x80862807) intel_haswell_fixup_connect_list(codec); --- linux-lowlatency-3.8.0.orig/sound/pci/hda/patch_conexant.c +++ linux-lowlatency-3.8.0/sound/pci/hda/patch_conexant.c @@ -1175,7 +1175,7 @@ } if (spec->beep_amp) - snd_hda_attach_beep_device(codec, spec->beep_amp); + snd_hda_attach_beep_device(codec, get_amp_nid_(spec->beep_amp)); return 0; } @@ -1954,7 +1954,7 @@ } if (spec->beep_amp) - snd_hda_attach_beep_device(codec, spec->beep_amp); + snd_hda_attach_beep_device(codec, get_amp_nid_(spec->beep_amp)); return 0; } @@ -3136,7 +3136,7 @@ } if (spec->beep_amp) - snd_hda_attach_beep_device(codec, spec->beep_amp); + snd_hda_attach_beep_device(codec, get_amp_nid_(spec->beep_amp)); return 0; } @@ -4576,7 +4576,7 @@ spec->capture_stream = &cx_auto_pcm_analog_capture; codec->patch_ops = cx_auto_patch_ops; if (spec->beep_amp) - snd_hda_attach_beep_device(codec, spec->beep_amp); + snd_hda_attach_beep_device(codec, get_amp_nid_(spec->beep_amp)); /* Some laptops with Conexant chips show stalls in S3 resume, * which falls into the single-cmd mode. --- linux-lowlatency-3.8.0.orig/sound/pci/hda/hda_eld.c +++ linux-lowlatency-3.8.0/sound/pci/hda/hda_eld.c @@ -322,7 +322,7 @@ struct hda_codec *codec, hda_nid_t nid) { int i; - int ret; + int ret = 0; int size; unsigned char *buf; --- linux-lowlatency-3.8.0.orig/sound/pci/hda/patch_realtek.c +++ linux-lowlatency-3.8.0/sound/pci/hda/patch_realtek.c @@ -5394,6 +5394,7 @@ SND_PCI_QUIRK(0x1043, 0x835f, "Asus Eee 1601", ALC888_FIXUP_EEE1601), SND_PCI_QUIRK(0x104d, 0x9047, "Sony Vaio TT", ALC889_FIXUP_VAIO_TT), SND_PCI_QUIRK(0x104d, 0x905a, "Sony Vaio Z", ALC882_FIXUP_NO_PRIMARY_HP), + SND_PCI_QUIRK(0x104d, 0x9043, "Sony Vaio VGC-LN51JGB", ALC882_FIXUP_NO_PRIMARY_HP), /* All Apple entries are in codec SSIDs */ SND_PCI_QUIRK(0x106b, 0x00a0, "MacBookPro 3,1", ALC889_FIXUP_MBP_VREF), @@ -5822,6 +5823,7 @@ ALC269_TYPE_ALC280, ALC269_TYPE_ALC282, ALC269_TYPE_ALC284, + ALC269_TYPE_ALC286, }; /* @@ -5845,6 +5847,7 @@ case ALC269_TYPE_ALC269VB: case ALC269_TYPE_ALC269VD: case ALC269_TYPE_ALC282: + case ALC269_TYPE_ALC286: ssids = alc269_ssids; break; default: @@ -6450,6 +6453,9 @@ case 0x10ec0292: spec->codec_variant = ALC269_TYPE_ALC284; break; + case 0x10ec0286: + spec->codec_variant = ALC269_TYPE_ALC286; + break; } /* automatic parse from the BIOS config */ @@ -6719,7 +6725,8 @@ const hda_nid_t *ssids; if (codec->vendor_id == 0x10ec0272 || codec->vendor_id == 0x10ec0663 || - codec->vendor_id == 0x10ec0665 || codec->vendor_id == 0x10ec0670) + codec->vendor_id == 0x10ec0665 || codec->vendor_id == 0x10ec0670 || + codec->vendor_id == 0x10ec0671) ssids = alc663_ssids; else ssids = alc662_ssids; @@ -7155,6 +7162,7 @@ { .id = 0x10ec0282, .name = "ALC282", .patch = patch_alc269 }, { .id = 0x10ec0283, .name = "ALC283", .patch = patch_alc269 }, { .id = 0x10ec0284, .name = "ALC284", .patch = patch_alc269 }, + { .id = 0x10ec0286, .name = "ALC286", .patch = patch_alc269 }, { .id = 0x10ec0290, .name = "ALC290", .patch = patch_alc269 }, { .id = 0x10ec0292, .name = "ALC292", .patch = patch_alc269 }, { .id = 0x10ec0861, .rev = 0x100340, .name = "ALC660", @@ -7172,6 +7180,7 @@ { .id = 0x10ec0665, .name = "ALC665", .patch = patch_alc662 }, { .id = 0x10ec0668, .name = "ALC668", .patch = patch_alc662 }, { .id = 0x10ec0670, .name = "ALC670", .patch = patch_alc662 }, + { .id = 0x10ec0671, .name = "ALC671", .patch = patch_alc662 }, { .id = 0x10ec0680, .name = "ALC680", .patch = patch_alc680 }, { .id = 0x10ec0880, .name = "ALC880", .patch = patch_alc880 }, { .id = 0x10ec0882, .name = "ALC882", .patch = patch_alc882 }, --- linux-lowlatency-3.8.0.orig/sound/pci/hda/hda_codec.c +++ linux-lowlatency-3.8.0/sound/pci/hda/hda_codec.c @@ -173,7 +173,7 @@ "Line Out", "Speaker", "HP Out", "CD", "SPDIF Out", "Digital Out", "Modem Line", "Modem Hand", "Line In", "Aux", "Mic", "Telephony", - "SPDIF In", "Digitial In", "Reserved", "Other" + "SPDIF In", "Digital In", "Reserved", "Other" }; return jack_types[(cfg & AC_DEFCFG_DEVICE) @@ -617,6 +617,9 @@ struct hda_bus_unsolicited *unsol; unsigned int wp; + if (!bus || !bus->workq) + return 0; + trace_hda_unsol_event(bus, res, res_ex); unsol = bus->unsol; if (!unsol) @@ -1343,6 +1346,30 @@ } EXPORT_SYMBOL_HDA(snd_hda_codec_new); +int snd_hda_codec_update_widgets(struct hda_codec *codec) +{ + hda_nid_t fg; + int err; + + /* Assume the function group node does not change, + * only the widget nodes may change. + */ + kfree(codec->wcaps); + fg = codec->afg ? codec->afg : codec->mfg; + err = read_widget_caps(codec, fg); + if (err < 0) { + snd_printk(KERN_ERR "hda_codec: cannot malloc\n"); + return err; + } + + snd_array_free(&codec->init_pins); + err = read_pin_defaults(codec); + + return err; +} +EXPORT_SYMBOL_HDA(snd_hda_codec_update_widgets); + + /** * snd_hda_codec_configure - (Re-)configure the HD-audio codec * @codec: the HDA codec @@ -2160,11 +2187,12 @@ EXPORT_SYMBOL_HDA(snd_hda_find_mixer_ctl); static int find_empty_mixer_ctl_idx(struct hda_codec *codec, const char *name, - int dev) + int start_idx) { - int idx; - for (idx = 0; idx < 16; idx++) { /* 16 ctlrs should be large enough */ - if (!find_mixer_ctl(codec, name, dev, idx)) + int i, idx; + /* 16 ctlrs should be large enough */ + for (i = 0, idx = start_idx; i < 16; i++, idx++) { + if (!find_mixer_ctl(codec, name, 0, idx)) return idx; } return -EBUSY; @@ -2966,7 +2994,7 @@ if (val & AC_DIG1_PROFESSIONAL) sbits |= IEC958_AES0_PROFESSIONAL; if (sbits & IEC958_AES0_PROFESSIONAL) { - if (sbits & AC_DIG1_EMPHASIS) + if (val & AC_DIG1_EMPHASIS) sbits |= IEC958_AES0_PRO_EMPHASIS_5015; } else { if (val & AC_DIG1_EMPHASIS) @@ -3132,30 +3160,29 @@ int err; struct snd_kcontrol *kctl; struct snd_kcontrol_new *dig_mix; - int idx, dev = 0; - const int spdif_pcm_dev = 1; + int idx = 0; + const int spdif_index = 16; struct hda_spdif_out *spdif; + struct hda_bus *bus = codec->bus; - if (codec->primary_dig_out_type == HDA_PCM_TYPE_HDMI && + if (bus->primary_dig_out_type == HDA_PCM_TYPE_HDMI && type == HDA_PCM_TYPE_SPDIF) { - dev = spdif_pcm_dev; - } else if (codec->primary_dig_out_type == HDA_PCM_TYPE_SPDIF && + idx = spdif_index; + } else if (bus->primary_dig_out_type == HDA_PCM_TYPE_SPDIF && type == HDA_PCM_TYPE_HDMI) { - for (idx = 0; idx < codec->spdif_out.used; idx++) { - spdif = snd_array_elem(&codec->spdif_out, idx); - for (dig_mix = dig_mixes; dig_mix->name; dig_mix++) { - kctl = find_mixer_ctl(codec, dig_mix->name, 0, idx); - if (!kctl) - break; - kctl->id.device = spdif_pcm_dev; - } + /* suppose a single SPDIF device */ + for (dig_mix = dig_mixes; dig_mix->name; dig_mix++) { + kctl = find_mixer_ctl(codec, dig_mix->name, 0, 0); + if (!kctl) + break; + kctl->id.index = spdif_index; } - codec->primary_dig_out_type = HDA_PCM_TYPE_HDMI; + bus->primary_dig_out_type = HDA_PCM_TYPE_HDMI; } - if (!codec->primary_dig_out_type) - codec->primary_dig_out_type = type; + if (!bus->primary_dig_out_type) + bus->primary_dig_out_type = type; - idx = find_empty_mixer_ctl_idx(codec, "IEC958 Playback Switch", dev); + idx = find_empty_mixer_ctl_idx(codec, "IEC958 Playback Switch", idx); if (idx < 0) { printk(KERN_ERR "hda_codec: too many IEC958 outputs\n"); return -EBUSY; @@ -3165,7 +3192,6 @@ kctl = snd_ctl_new1(dig_mix, codec); if (!kctl) return -ENOMEM; - kctl->id.device = dev; kctl->id.index = idx; kctl->private_value = codec->spdif_out.used - 1; err = snd_hda_ctl_add(codec, associated_nid, kctl); --- linux-lowlatency-3.8.0.orig/sound/pci/hda/hda_intel.c +++ linux-lowlatency-3.8.0/sound/pci/hda/hda_intel.c @@ -3618,13 +3618,15 @@ { PCI_DEVICE(0x8086, 0x9c21), .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, /* Haswell */ + { PCI_DEVICE(0x8086, 0x0a0c), + .driver_data = AZX_DRIVER_SCH | AZX_DCAPS_INTEL_PCH }, { PCI_DEVICE(0x8086, 0x0c0c), .driver_data = AZX_DRIVER_SCH | AZX_DCAPS_INTEL_PCH }, { PCI_DEVICE(0x8086, 0x0d0c), .driver_data = AZX_DRIVER_SCH | AZX_DCAPS_INTEL_PCH }, /* 5 Series/3400 */ { PCI_DEVICE(0x8086, 0x3b56), - .driver_data = AZX_DRIVER_SCH | AZX_DCAPS_INTEL_PCH }, + .driver_data = AZX_DRIVER_SCH | AZX_DCAPS_INTEL_PCH_NOPM }, /* Poulsbo */ { PCI_DEVICE(0x8086, 0x811b), .driver_data = AZX_DRIVER_SCH | AZX_DCAPS_INTEL_PCH_NOPM }, --- linux-lowlatency-3.8.0.orig/sound/pci/hda/hda_codec.h +++ linux-lowlatency-3.8.0/sound/pci/hda/hda_codec.h @@ -671,6 +671,8 @@ unsigned int response_reset:1; /* controller was reset */ unsigned int in_reset:1; /* during reset operation */ unsigned int power_keep_link_on:1; /* don't power off HDA link */ + + int primary_dig_out_type; /* primary digital out PCM type */ }; /* @@ -837,7 +839,6 @@ struct mutex hash_mutex; struct snd_array spdif_out; unsigned int spdif_in_enable; /* SPDIF input enable? */ - int primary_dig_out_type; /* primary digital out PCM type */ const hda_nid_t *slave_dig_outs; /* optional digital out slave widgets */ struct snd_array init_pins; /* initial (BIOS) pin configurations */ struct snd_array driver_pins; /* pin configs set by codec parser */ @@ -910,6 +911,7 @@ int snd_hda_codec_new(struct hda_bus *bus, unsigned int codec_addr, struct hda_codec **codecp); int snd_hda_codec_configure(struct hda_codec *codec); +int snd_hda_codec_update_widgets(struct hda_codec *codec); /* * low level functions --- linux-lowlatency-3.8.0.orig/sound/drivers/aloop.c +++ linux-lowlatency-3.8.0/sound/drivers/aloop.c @@ -286,12 +286,14 @@ loopback_active_notify(dpcm); break; case SNDRV_PCM_TRIGGER_PAUSE_PUSH: + case SNDRV_PCM_TRIGGER_SUSPEND: spin_lock(&cable->lock); cable->pause |= stream; loopback_timer_stop(dpcm); spin_unlock(&cable->lock); break; case SNDRV_PCM_TRIGGER_PAUSE_RELEASE: + case SNDRV_PCM_TRIGGER_RESUME: spin_lock(&cable->lock); dpcm->last_jiffies = jiffies; cable->pause &= ~stream; @@ -563,7 +565,8 @@ static struct snd_pcm_hardware loopback_pcm_hardware = { .info = (SNDRV_PCM_INFO_INTERLEAVED | SNDRV_PCM_INFO_MMAP | - SNDRV_PCM_INFO_MMAP_VALID | SNDRV_PCM_INFO_PAUSE), + SNDRV_PCM_INFO_MMAP_VALID | SNDRV_PCM_INFO_PAUSE | + SNDRV_PCM_INFO_RESUME), .formats = (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S16_BE | SNDRV_PCM_FMTBIT_S32_LE | SNDRV_PCM_FMTBIT_S32_BE | SNDRV_PCM_FMTBIT_FLOAT_LE | SNDRV_PCM_FMTBIT_FLOAT_BE), --- linux-lowlatency-3.8.0.orig/sound/soc/soc-core.c +++ linux-lowlatency-3.8.0/sound/soc/soc-core.c @@ -2959,7 +2959,7 @@ val = val << shift; ret = snd_soc_update_bits_locked(codec, reg, val_mask, val); - if (ret != 0) + if (ret < 0) return ret; if (snd_soc_volsw_is_stereo(mc)) { --- linux-lowlatency-3.8.0.orig/sound/soc/spear/spear_pcm.c +++ linux-lowlatency-3.8.0/sound/soc/spear/spear_pcm.c @@ -149,9 +149,9 @@ static u64 spear_pcm_dmamask = DMA_BIT_MASK(32); -static int spear_pcm_new(struct snd_card *card, - struct snd_soc_dai *dai, struct snd_pcm *pcm) +static int spear_pcm_new(struct snd_soc_pcm_runtime *rtd) { + struct snd_card *card = rtd->card->snd_card; int ret; if (!card->dev->dma_mask) @@ -159,16 +159,16 @@ if (!card->dev->coherent_dma_mask) card->dev->coherent_dma_mask = DMA_BIT_MASK(32); - if (dai->driver->playback.channels_min) { - ret = spear_pcm_preallocate_dma_buffer(pcm, + if (rtd->cpu_dai->driver->playback.channels_min) { + ret = spear_pcm_preallocate_dma_buffer(rtd->pcm, SNDRV_PCM_STREAM_PLAYBACK, spear_pcm_hardware.buffer_bytes_max); if (ret) return ret; } - if (dai->driver->capture.channels_min) { - ret = spear_pcm_preallocate_dma_buffer(pcm, + if (rtd->cpu_dai->driver->capture.channels_min) { + ret = spear_pcm_preallocate_dma_buffer(rtd->pcm, SNDRV_PCM_STREAM_CAPTURE, spear_pcm_hardware.buffer_bytes_max); if (ret) --- linux-lowlatency-3.8.0.orig/sound/soc/sh/dma-sh7760.c +++ linux-lowlatency-3.8.0/sound/soc/sh/dma-sh7760.c @@ -342,8 +342,8 @@ return 0; } -static struct snd_soc_platform sh7760_soc_platform = { - .pcm_ops = &camelot_pcm_ops, +static struct snd_soc_platform_driver sh7760_soc_platform = { + .ops = &camelot_pcm_ops, .pcm_new = camelot_pcm_new, .pcm_free = camelot_pcm_free, }; --- linux-lowlatency-3.8.0.orig/sound/soc/codecs/arizona.c +++ linux-lowlatency-3.8.0/sound/soc/codecs/arizona.c @@ -910,7 +910,7 @@ cfg->n = target / (ratio * Fref); - if (target % Fref) { + if (target % (ratio * Fref)) { gcd_fll = gcd(target, ratio * Fref); arizona_fll_dbg(fll, "GCD=%u\n", gcd_fll); @@ -922,6 +922,15 @@ cfg->lambda = 0; } + /* Round down to 16bit range with cost of accuracy lost. + * Denominator must be bigger than numerator so we only + * take care of it. + */ + while (cfg->lambda >= (1 << 16)) { + cfg->theta >>= 1; + cfg->lambda >>= 1; + } + arizona_fll_dbg(fll, "N=%x THETA=%x LAMBDA=%x\n", cfg->n, cfg->theta, cfg->lambda); arizona_fll_dbg(fll, "FRATIO=%x(%d) OUTDIV=%x REFCLK_DIV=%x\n", --- linux-lowlatency-3.8.0.orig/sound/soc/codecs/cs42l52.c +++ linux-lowlatency-3.8.0/sound/soc/codecs/cs42l52.c @@ -86,7 +86,7 @@ { CS42L52_BEEP_VOL, 0x00 }, /* r1D Beep Volume off Time */ { CS42L52_BEEP_TONE_CTL, 0x00 }, /* r1E Beep Tone Cfg. */ { CS42L52_TONE_CTL, 0x00 }, /* r1F Tone Ctl */ - { CS42L52_MASTERA_VOL, 0x88 }, /* r20 Master A Volume */ + { CS42L52_MASTERA_VOL, 0x00 }, /* r20 Master A Volume */ { CS42L52_MASTERB_VOL, 0x00 }, /* r21 Master B Volume */ { CS42L52_HPA_VOL, 0x00 }, /* r22 Headphone A Volume */ { CS42L52_HPB_VOL, 0x00 }, /* r23 Headphone B Volume */ --- linux-lowlatency-3.8.0.orig/sound/soc/codecs/wm5110.c +++ linux-lowlatency-3.8.0/sound/soc/codecs/wm5110.c @@ -177,7 +177,7 @@ ARIZONA_MIXER_CONTROLS("DSP3L", ARIZONA_DSP3LMIX_INPUT_1_SOURCE), ARIZONA_MIXER_CONTROLS("DSP3R", ARIZONA_DSP3RMIX_INPUT_1_SOURCE), ARIZONA_MIXER_CONTROLS("DSP4L", ARIZONA_DSP4LMIX_INPUT_1_SOURCE), -ARIZONA_MIXER_CONTROLS("DSP5R", ARIZONA_DSP4RMIX_INPUT_1_SOURCE), +ARIZONA_MIXER_CONTROLS("DSP4R", ARIZONA_DSP4RMIX_INPUT_1_SOURCE), ARIZONA_MIXER_CONTROLS("Mic", ARIZONA_MICMIX_INPUT_1_SOURCE), ARIZONA_MIXER_CONTROLS("Noise", ARIZONA_NOISEMIX_INPUT_1_SOURCE), --- linux-lowlatency-3.8.0.orig/sound/soc/codecs/wm8903.c +++ linux-lowlatency-3.8.0/sound/soc/codecs/wm8903.c @@ -1083,6 +1083,8 @@ { "ROP", NULL, "Right Speaker PGA" }, { "RON", NULL, "Right Speaker PGA" }, + { "Charge Pump", NULL, "CLK_DSP" }, + { "Left Headphone Output PGA", NULL, "Charge Pump" }, { "Right Headphone Output PGA", NULL, "Charge Pump" }, { "Left Line Output PGA", NULL, "Charge Pump" }, --- linux-lowlatency-3.8.0.orig/sound/soc/codecs/wm2200.c +++ linux-lowlatency-3.8.0/sound/soc/codecs/wm2200.c @@ -1126,9 +1126,9 @@ SOC_DOUBLE_R("IN1 Digital Switch", WM2200_ADC_DIGITAL_VOLUME_1L, WM2200_ADC_DIGITAL_VOLUME_1R, WM2200_IN1L_MUTE_SHIFT, 1, 1), -SOC_DOUBLE_R("IN2 Digital Switch", WM2200_ADC_DIGITAL_VOLUME_1L, +SOC_DOUBLE_R("IN2 Digital Switch", WM2200_ADC_DIGITAL_VOLUME_2L, WM2200_ADC_DIGITAL_VOLUME_2R, WM2200_IN2L_MUTE_SHIFT, 1, 1), -SOC_DOUBLE_R("IN3 Digital Switch", WM2200_ADC_DIGITAL_VOLUME_1L, +SOC_DOUBLE_R("IN3 Digital Switch", WM2200_ADC_DIGITAL_VOLUME_3L, WM2200_ADC_DIGITAL_VOLUME_3R, WM2200_IN3L_MUTE_SHIFT, 1, 1), SOC_DOUBLE_R_TLV("IN1 Digital Volume", WM2200_ADC_DIGITAL_VOLUME_1L, --- linux-lowlatency-3.8.0.orig/sound/soc/codecs/wm5102.c +++ linux-lowlatency-3.8.0/sound/soc/codecs/wm5102.c @@ -576,7 +576,7 @@ struct snd_kcontrol *kcontrol, int event) { struct snd_soc_codec *codec = w->codec; - struct arizona *arizona = dev_get_drvdata(codec->dev); + struct arizona *arizona = dev_get_drvdata(codec->dev->parent); struct regmap *regmap = codec->control_data; const struct reg_default *patch = NULL; int i, patch_size; --- linux-lowlatency-3.8.0.orig/sound/soc/codecs/wm8994.c +++ linux-lowlatency-3.8.0/sound/soc/codecs/wm8994.c @@ -2841,6 +2841,7 @@ default: return 0; } + break; default: return 0; } --- linux-lowlatency-3.8.0.orig/sound/soc/codecs/max98088.c +++ linux-lowlatency-3.8.0/sound/soc/codecs/max98088.c @@ -2006,7 +2006,7 @@ ret); goto err_access; } - dev_info(codec->dev, "revision %c\n", ret + 'A'); + dev_info(codec->dev, "revision %c\n", ret - 0x40 + 'A'); snd_soc_write(codec, M98088_REG_51_PWR_SYS, M98088_PWRSV); --- linux-lowlatency-3.8.0.orig/sound/soc/fsl/imx-ssi.c +++ linux-lowlatency-3.8.0/sound/soc/fsl/imx-ssi.c @@ -496,6 +496,8 @@ if (imx_ssi->ac97_reset) imx_ssi->ac97_reset(ac97); + /* First read sometimes fails, do a dummy read */ + imx_ssi_ac97_read(ac97, 0); } static void imx_ssi_ac97_warm_reset(struct snd_ac97 *ac97) @@ -504,6 +506,9 @@ if (imx_ssi->ac97_warm_reset) imx_ssi->ac97_warm_reset(ac97); + + /* First read sometimes fails, do a dummy read */ + imx_ssi_ac97_read(ac97, 0); } struct snd_ac97_bus_ops soc_ac97_ops = { --- linux-lowlatency-3.8.0.orig/sound/core/pcm_native.c +++ linux-lowlatency-3.8.0/sound/core/pcm_native.c @@ -3222,18 +3222,10 @@ int snd_pcm_lib_mmap_iomem(struct snd_pcm_substream *substream, struct vm_area_struct *area) { - long size; - unsigned long offset; + struct snd_pcm_runtime *runtime = substream->runtime;; area->vm_page_prot = pgprot_noncached(area->vm_page_prot); - area->vm_flags |= VM_IO; - size = area->vm_end - area->vm_start; - offset = area->vm_pgoff << PAGE_SHIFT; - if (io_remap_pfn_range(area, area->vm_start, - (substream->runtime->dma_addr + offset) >> PAGE_SHIFT, - size, area->vm_page_prot)) - return -EAGAIN; - return 0; + return vm_iomap_memory(area, runtime->dma_addr, runtime->dma_bytes); } EXPORT_SYMBOL(snd_pcm_lib_mmap_iomem); --- linux-lowlatency-3.8.0.orig/sound/core/vmaster.c +++ linux-lowlatency-3.8.0/sound/core/vmaster.c @@ -213,7 +213,10 @@ } if (!changed) return 0; - return slave_put_val(slave, ucontrol); + err = slave_put_val(slave, ucontrol); + if (err < 0) + return err; + return 1; } static int slave_tlv_cmd(struct snd_kcontrol *kcontrol, --- linux-lowlatency-3.8.0.orig/sound/core/seq/seq_timer.c +++ linux-lowlatency-3.8.0/sound/core/seq/seq_timer.c @@ -290,10 +290,10 @@ tid.device = SNDRV_TIMER_GLOBAL_SYSTEM; err = snd_timer_open(&t, str, &tid, q->queue); } - if (err < 0) { - snd_printk(KERN_ERR "seq fatal error: cannot create timer (%i)\n", err); - return err; - } + } + if (err < 0) { + snd_printk(KERN_ERR "seq fatal error: cannot create timer (%i)\n", err); + return err; } t->callback = snd_seq_timer_interrupt; t->callback_data = q; --- linux-lowlatency-3.8.0.orig/sound/usb/card.c +++ linux-lowlatency-3.8.0/sound/usb/card.c @@ -612,7 +612,9 @@ int err = -ENODEV; down_read(&chip->shutdown_rwsem); - if (!chip->shutdown && !chip->probing) + if (chip->probing) + err = 0; + else if (!chip->shutdown) err = usb_autopm_get_interface(chip->pm_intf); up_read(&chip->shutdown_rwsem); --- linux-lowlatency-3.8.0.orig/sound/usb/quirks-table.h +++ linux-lowlatency-3.8.0/sound/usb/quirks-table.h @@ -1750,7 +1750,7 @@ .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { /* .vendor_name = "Roland", */ /* .product_name = "A-PRO", */ - .ifnum = 1, + .ifnum = 0, .type = QUIRK_MIDI_FIXED_ENDPOINT, .data = & (const struct snd_usb_midi_endpoint_info) { .out_cables = 0x0003, --- linux-lowlatency-3.8.0.orig/sound/usb/stream.c +++ linux-lowlatency-3.8.0/sound/usb/stream.c @@ -94,6 +94,7 @@ subs->dev = as->chip->dev; subs->txfr_quirk = as->chip->txfr_quirk; subs->speed = snd_usb_get_speed(subs->dev); + subs->pkt_offset_adj = 0; snd_usb_set_pcm_ops(as->pcm, stream); @@ -396,6 +397,14 @@ if (!csep && altsd->bNumEndpoints >= 2) csep = snd_usb_find_desc(alts->endpoint[1].extra, alts->endpoint[1].extralen, NULL, USB_DT_CS_ENDPOINT); + /* + * If we can't locate the USB_DT_CS_ENDPOINT descriptor in the extra + * bytes after the first endpoint, go search the entire interface. + * Some devices have it directly *before* the standard endpoint. + */ + if (!csep) + csep = snd_usb_find_desc(alts->extra, alts->extralen, NULL, USB_DT_CS_ENDPOINT); + if (!csep || csep->bLength < 7 || csep->bDescriptorSubtype != UAC_EP_GENERAL) { snd_printk(KERN_WARNING "%d:%u:%d : no or invalid" --- linux-lowlatency-3.8.0.orig/sound/usb/pcm.c +++ linux-lowlatency-3.8.0/sound/usb/pcm.c @@ -1161,7 +1161,7 @@ stride = runtime->frame_bits >> 3; for (i = 0; i < urb->number_of_packets; i++) { - cp = (unsigned char *)urb->transfer_buffer + urb->iso_frame_desc[i].offset; + cp = (unsigned char *)urb->transfer_buffer + urb->iso_frame_desc[i].offset + subs->pkt_offset_adj; if (urb->iso_frame_desc[i].status && printk_ratelimit()) { snd_printdd(KERN_ERR "frame %d active: %d\n", i, urb->iso_frame_desc[i].status); // continue; --- linux-lowlatency-3.8.0.orig/sound/usb/quirks.c +++ linux-lowlatency-3.8.0/sound/usb/quirks.c @@ -486,7 +486,7 @@ { int ret = usb_control_msg(dev, usb_sndctrlpipe(dev, 0), 0xaf, USB_TYPE_VENDOR | USB_RECIP_DEVICE, - cpu_to_le16(1), 0, NULL, 0, 1000); + 1, 0, NULL, 0, 1000); if (ret < 0) return ret; @@ -533,7 +533,7 @@ { struct usb_host_config *config = dev->actconfig; int err; - u8 bootresponse[12]; + u8 bootresponse[0x12]; int fwsize; int count; @@ -837,6 +837,7 @@ break; } snd_emuusb_set_samplerate(subs->stream->chip, emu_samplerate_id); + subs->pkt_offset_adj = (emu_samplerate_id >= EMU_QUIRK_SR_176400HZ) ? 4 : 0; } void snd_usb_set_format_quirk(struct snd_usb_substream *subs, --- linux-lowlatency-3.8.0.orig/sound/usb/midi.c +++ linux-lowlatency-3.8.0/sound/usb/midi.c @@ -126,7 +126,6 @@ struct snd_usb_midi_in_endpoint *in; } endpoints[MIDI_MAX_ENDPOINTS]; unsigned long input_triggered; - bool autopm_reference; unsigned int opened[2]; unsigned char disconnected; unsigned char input_running; @@ -1040,7 +1039,6 @@ { struct snd_usb_midi* umidi = substream->rmidi->private_data; struct snd_kcontrol *ctl; - int err; down_read(&umidi->disc_rwsem); if (umidi->disconnected) { @@ -1051,13 +1049,6 @@ mutex_lock(&umidi->mutex); if (open) { if (!umidi->opened[0] && !umidi->opened[1]) { - err = usb_autopm_get_interface(umidi->iface); - umidi->autopm_reference = err >= 0; - if (err < 0 && err != -EACCES) { - mutex_unlock(&umidi->mutex); - up_read(&umidi->disc_rwsem); - return -EIO; - } if (umidi->roland_load_ctl) { ctl = umidi->roland_load_ctl; ctl->vd[0].access |= SNDRV_CTL_ELEM_ACCESS_INACTIVE; @@ -1080,8 +1071,6 @@ snd_ctl_notify(umidi->card, SNDRV_CTL_EVENT_MASK_INFO, &ctl->id); } - if (umidi->autopm_reference) - usb_autopm_put_interface(umidi->iface); } } mutex_unlock(&umidi->mutex); @@ -2256,6 +2245,8 @@ return err; } + usb_autopm_get_interface_no_resume(umidi->iface); + list_add_tail(&umidi->list, midi_list); return 0; } --- linux-lowlatency-3.8.0.orig/sound/usb/mixer.c +++ linux-lowlatency-3.8.0/sound/usb/mixer.c @@ -715,8 +715,9 @@ case UAC2_CLOCK_SELECTOR: { struct uac_selector_unit_descriptor *d = p1; /* call recursively to retrieve the channel info */ - if (check_input_term(state, d->baSourceID[0], term) < 0) - return -ENODEV; + err = check_input_term(state, d->baSourceID[0], term); + if (err < 0) + return err; term->type = d->bDescriptorSubtype << 16; /* virtual type */ term->id = id; term->name = uac_selector_unit_iSelector(d); @@ -725,7 +726,8 @@ case UAC1_PROCESSING_UNIT: case UAC1_EXTENSION_UNIT: /* UAC2_PROCESSING_UNIT_V2 */ - /* UAC2_EFFECT_UNIT */ { + /* UAC2_EFFECT_UNIT */ + case UAC2_EXTENSION_UNIT_V2: { struct uac_processing_unit_descriptor *d = p1; if (state->mixer->protocol == UAC_VERSION_2 && @@ -1355,8 +1357,9 @@ return err; /* determine the input source type and name */ - if (check_input_term(state, hdr->bSourceID, &iterm) < 0) - return -EINVAL; + err = check_input_term(state, hdr->bSourceID, &iterm); + if (err < 0) + return err; master_bits = snd_usb_combine_bytes(bmaControls, csize); /* master configuration quirks */ @@ -2051,6 +2054,8 @@ return parse_audio_extension_unit(state, unitid, p1); else /* UAC_VERSION_2 */ return parse_audio_processing_unit(state, unitid, p1); + case UAC2_EXTENSION_UNIT_V2: + return parse_audio_extension_unit(state, unitid, p1); default: snd_printk(KERN_ERR "usbaudio: unit %u: unexpected type 0x%02x\n", unitid, p1[2]); return -EINVAL; @@ -2117,7 +2122,7 @@ state.oterm.type = le16_to_cpu(desc->wTerminalType); state.oterm.name = desc->iTerminal; err = parse_audio_unit(&state, desc->bSourceID); - if (err < 0) + if (err < 0 && err != -EINVAL) return err; } else { /* UAC_VERSION_2 */ struct uac2_output_terminal_descriptor *desc = p; @@ -2129,12 +2134,12 @@ state.oterm.type = le16_to_cpu(desc->wTerminalType); state.oterm.name = desc->iTerminal; err = parse_audio_unit(&state, desc->bSourceID); - if (err < 0) + if (err < 0 && err != -EINVAL) return err; /* for UAC2, use the same approach to also add the clock selectors */ err = parse_audio_unit(&state, desc->bCSourceID); - if (err < 0) + if (err < 0 && err != -EINVAL) return err; } } --- linux-lowlatency-3.8.0.orig/sound/usb/endpoint.c +++ linux-lowlatency-3.8.0/sound/usb/endpoint.c @@ -677,7 +677,7 @@ if (!u->urb->transfer_buffer) goto out_of_memory; u->urb->pipe = ep->pipe; - u->urb->transfer_flags = URB_ISO_ASAP | URB_NO_TRANSFER_DMA_MAP; + u->urb->transfer_flags = URB_NO_TRANSFER_DMA_MAP; u->urb->interval = 1 << ep->datainterval; u->urb->context = u; u->urb->complete = snd_complete_urb; @@ -716,8 +716,7 @@ u->urb->transfer_dma = ep->sync_dma + i * 4; u->urb->transfer_buffer_length = 4; u->urb->pipe = ep->pipe; - u->urb->transfer_flags = URB_ISO_ASAP | - URB_NO_TRANSFER_DMA_MAP; + u->urb->transfer_flags = URB_NO_TRANSFER_DMA_MAP; u->urb->number_of_packets = 1; u->urb->interval = 1 << ep->syncinterval; u->urb->context = u; --- linux-lowlatency-3.8.0.orig/sound/usb/mixer_quirks.c +++ linux-lowlatency-3.8.0/sound/usb/mixer_quirks.c @@ -509,7 +509,7 @@ else ret = usb_control_msg(dev, usb_rcvctrlpipe(dev, 0), bRequest, USB_TYPE_VENDOR | USB_RECIP_DEVICE | USB_DIR_IN, - 0, cpu_to_le16(wIndex), + 0, wIndex, &tmp, sizeof(tmp), 1000); up_read(&mixer->chip->shutdown_rwsem); @@ -540,7 +540,7 @@ else ret = usb_control_msg(dev, usb_sndctrlpipe(dev, 0), bRequest, USB_TYPE_VENDOR | USB_RECIP_DEVICE | USB_DIR_OUT, - cpu_to_le16(wValue), cpu_to_le16(wIndex), + wValue, wIndex, NULL, 0, 1000); up_read(&mixer->chip->shutdown_rwsem); --- linux-lowlatency-3.8.0.orig/sound/usb/card.h +++ linux-lowlatency-3.8.0/sound/usb/card.h @@ -116,6 +116,7 @@ unsigned int altset_idx; /* USB data format: index of alternate setting */ unsigned int txfr_quirk:1; /* allow sub-frame alignment */ unsigned int fmt_type; /* USB audio format type (1-3) */ + unsigned int pkt_offset_adj; /* Bytes to drop from beginning of packets (for non-compliant devices) */ unsigned int running: 1; /* running status */ --- linux-lowlatency-3.8.0.orig/sound/usb/6fire/pcm.c +++ linux-lowlatency-3.8.0/sound/usb/6fire/pcm.c @@ -575,7 +575,6 @@ urb->instance.pipe = in ? usb_rcvisocpipe(chip->dev, ep) : usb_sndisocpipe(chip->dev, ep); urb->instance.interval = 1; - urb->instance.transfer_flags = URB_ISO_ASAP; urb->instance.complete = handler; urb->instance.context = urb; urb->instance.number_of_packets = PCM_N_PACKETS_PER_URB; --- linux-lowlatency-3.8.0.orig/sound/usb/usx2y/usbusx2yaudio.c +++ linux-lowlatency-3.8.0/sound/usb/usx2y/usbusx2yaudio.c @@ -503,7 +503,6 @@ if (0 == i) atomic_set(&subs->state, state_STARTING3); urb->dev = usX2Y->dev; - urb->transfer_flags = URB_ISO_ASAP; for (pack = 0; pack < nr_of_packs(); pack++) { urb->iso_frame_desc[pack].offset = subs->maxpacksize * pack; urb->iso_frame_desc[pack].length = subs->maxpacksize; --- linux-lowlatency-3.8.0.orig/sound/usb/usx2y/usx2yhwdeppcm.c +++ linux-lowlatency-3.8.0/sound/usb/usx2y/usx2yhwdeppcm.c @@ -443,7 +443,6 @@ if (0 == u) atomic_set(&subs->state, state_STARTING3); urb->dev = usX2Y->dev; - urb->transfer_flags = URB_ISO_ASAP; for (pack = 0; pack < nr_of_packs(); pack++) { urb->iso_frame_desc[pack].offset = subs->maxpacksize * (pack + u * nr_of_packs()); urb->iso_frame_desc[pack].length = subs->maxpacksize; --- linux-lowlatency-3.8.0.orig/sound/usb/usx2y/usb_stream.c +++ linux-lowlatency-3.8.0/sound/usb/usx2y/usb_stream.c @@ -69,7 +69,6 @@ ++u, transfer += transfer_length) { struct urb *urb = urbs[u]; struct usb_iso_packet_descriptor *desc; - urb->transfer_flags = URB_ISO_ASAP; urb->transfer_buffer = transfer; urb->dev = dev; urb->pipe = pipe; --- linux-lowlatency-3.8.0.orig/sound/usb/misc/ua101.c +++ linux-lowlatency-3.8.0/sound/usb/misc/ua101.c @@ -1120,8 +1120,7 @@ usb_init_urb(&urb->urb); urb->urb.dev = ua->dev; urb->urb.pipe = stream->usb_pipe; - urb->urb.transfer_flags = URB_ISO_ASAP | - URB_NO_TRANSFER_DMA_MAP; + urb->urb.transfer_flags = URB_NO_TRANSFER_DMA_MAP; urb->urb.transfer_buffer = addr; urb->urb.transfer_dma = dma; urb->urb.transfer_buffer_length = max_packet_size; --- linux-lowlatency-3.8.0.orig/sound/usb/caiaq/audio.c +++ linux-lowlatency-3.8.0/sound/usb/caiaq/audio.c @@ -670,7 +670,6 @@ if (send_it) { out->number_of_packets = outframe; - out->transfer_flags = URB_ISO_ASAP; usb_submit_urb(out, GFP_ATOMIC); } else { struct snd_usb_caiaq_cb_info *oinfo = out->context; @@ -686,7 +685,6 @@ } urb->number_of_packets = FRAMES_PER_URB; - urb->transfer_flags = URB_ISO_ASAP; usb_submit_urb(urb, GFP_ATOMIC); } @@ -751,7 +749,6 @@ * BYTES_PER_FRAME; urbs[i]->context = &dev->data_cb_info[i]; urbs[i]->interval = 1; - urbs[i]->transfer_flags = URB_ISO_ASAP; urbs[i]->number_of_packets = FRAMES_PER_URB; urbs[i]->complete = (dir == SNDRV_PCM_STREAM_CAPTURE) ? read_completed : write_completed; --- linux-lowlatency-3.8.0.orig/debian.lowlatency/control.stub.in +++ linux-lowlatency-3.8.0/debian.lowlatency/control.stub.in @@ -0,0 +1,20 @@ +Source: SRCPKGNAME +Section: devel +Priority: optional +Maintainer: Ubuntu Developers +Uploaders: UbuntuStudio Developers +Standards-Version: 3.9.2 +Build-Depends: debhelper (>= 5), cpio, module-init-tools, kernel-wedge (>= 2.24ubuntu1), makedumpfile [amd64 i386], device-tree-compiler [powerpc], libelf-dev, binutils-dev, rsync, libdw-dev, dpkg (>= 1.16.0~ubuntu4), openssl +Build-Conflicts: findutils (= 4.4.1-1ubuntu1) +Vcs-Git: git://kernel.ubuntu.com/apw/ubuntu-quantal-lowlatency.git + +Package: SRCPKGNAME-headers-PKGVER-ABINUM +Architecture: all +Section: devel +Priority: optional +Depends: ${misc:Depends}, coreutils | fileutils (>= 4.0) +Description: Header files related to Linux kernel version PKGVER + This package provides kernel header files for version PKGVER, for sites + that want the latest kernel headers. Please read + /usr/share/doc/SRCPKGNAME-headers-PKGVER-ABINUM/debian.README.gz for details + --- linux-lowlatency-3.8.0.orig/debian.lowlatency/control.stub +++ linux-lowlatency-3.8.0/debian.lowlatency/control.stub @@ -0,0 +1,96 @@ +Source: linux-lowlatency +Section: devel +Priority: optional +Maintainer: Ubuntu Developers +Uploaders: UbuntuStudio Developers +Standards-Version: 3.9.2 +Build-Depends: debhelper (>= 5), cpio, module-init-tools, kernel-wedge (>= 2.24ubuntu1), makedumpfile [amd64 i386], device-tree-compiler [powerpc], libelf-dev, binutils-dev, rsync, libdw-dev, dpkg (>= 1.16.0~ubuntu4), openssl +Build-Conflicts: findutils (= 4.4.1-1ubuntu1) +Vcs-Git: git://kernel.ubuntu.com/apw/ubuntu-quantal-lowlatency.git + +Package: linux-lowlatency-headers-3.8.0-26 +Architecture: all +Section: devel +Priority: optional +Depends: ${misc:Depends}, coreutils | fileutils (>= 4.0) +Description: Header files related to Linux kernel version 3.8.0 + This package provides kernel header files for version 3.8.0, for sites + that want the latest kernel headers. Please read + /usr/share/doc/linux-lowlatency-headers-3.8.0-26/debian.README.gz for details + + +Package: linux-image-3.8.0-26-lowlatency +Architecture: i386 amd64 +Section: admin +Priority: optional +Pre-Depends: dpkg (>= 1.10.24) +Provides: linux-image, linux-image-3.0, fuse-module, kvm-api-4, redhat-cluster-modules, ivtv-modules, ndiswrapper-modules-1.9 +Depends: ${misc:Depends}, ${shlibs:Depends}, initramfs-tools (>= 0.36ubuntu6), coreutils | fileutils (>= 4.0), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>=1.1.1-1ubuntu2) | wireless-crda, rtirq-init +Conflicts: hotplug (<< 0.0.20040105-1) +Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) +Suggests: fdutils, linux-doc-3.8.0 | linux-source-3.8.0, linux-tools, linux-headers-3.8.0-26-lowlatency +Description: Linux kernel image for version 3.8.0 on x86/x86_64 + This package contains the Linux kernel image for version 3.8.0 on + x86/x86_64. + . + Also includes the corresponding System.map file, the modules built by the + packager, and scripts that try to ensure that the system is not left in an + unbootable state after an update. + . + Supports Lowlatency processors. + . + Geared toward lowlatency desktop systems. + . + You likely do not want to install this package directly. Instead, install + the linux-lowlatency meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-image-extra-3.8.0-26-lowlatency +Architecture: i386 amd64 +Section: admin +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-image-3.8.0-26-lowlatency (= 3.8.0) +Description: Linux kernel image for version 3.8.0 on x86/x86_64 + This package contains the Linux kernel image for version 3.8.0 on + x86/x86_64. + . + Also includes the corresponding System.map file, the modules built by the + packager, and scripts that try to ensure that the system is not left in an + unbootable state after an update. + . + Supports Lowlatency processors. + . + Geared toward lowlatency desktop systems. + . + You likely do not want to install this package directly. Instead, install + the linux-lowlatency meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-headers-3.8.0-26-lowlatency +Architecture: i386 amd64 +Section: devel +Priority: optional +Depends: ${misc:Depends}, coreutils | fileutils (>= 4.0), linux-lowlatency-headers-3.8.0-26, ${shlibs:Depends} +Provides: linux-headers, linux-headers-3.0 +Description: Linux kernel headers for version 3.8.0 on x86/x86_64 + This package provides kernel header files for version 3.8.0 on + x86/x86_64. + . + This is for sites that want the latest kernel headers. Please read + /usr/share/doc/linux-headers-3.8.0-26/debian.README.gz for details. + +Package: linux-image-3.8.0-26-lowlatency-dbgsym +Architecture: i386 amd64 +Section: devel +Priority: optional +Depends: ${misc:Depends} +Provides: linux-debug +Description: Linux kernel debug image for version 3.8.0 on x86/x86_64 + This package provides a kernel debug image for version 3.8.0 on + x86/x86_64. + . + This is for sites that wish to debug the kernel. + . + The kernel image contained in this package is NOT meant to boot from. It + is uncompressed, and unstripped. This package also includes the + unstripped modules. --- linux-lowlatency-3.8.0.orig/debian.lowlatency/copyright +++ linux-lowlatency-3.8.0/debian.lowlatency/copyright @@ -0,0 +1,29 @@ +This is the Ubuntu prepackaged version of the Linux kernel. +Linux was written by Linus Torvalds +and others. + +This package was put together by the Ubuntu Kernel Team, from +sources retrieved from upstream linux git. +The sources may be found at most Linux ftp sites, including +ftp://ftp.kernel.org/pub/linux/kernel/ + +This package is currently maintained by the +Ubuntu Kernel Team + +Linux is copyrighted by Linus Torvalds and others. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 dated June, 1991. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Ubuntu Linux systems, the complete text of the GNU General +Public License v2 can be found in `/usr/share/common-licenses/GPL-2'. --- linux-lowlatency-3.8.0.orig/debian.lowlatency/changelog +++ linux-lowlatency-3.8.0/debian.lowlatency/changelog @@ -0,0 +1,4085 @@ +linux-lowlatency (3.8.0-26.18) raring; urgency=low + + [ Kaj Ailomaa ] + + * rebase to Ubuntu-3.8.0-26.38 + * Release Tracking Bug + - LP: #1192032 + + [ Ubuntu: 3.8.0-26.38 ] + + * Release Tracking Bug + - LP: #1191955 + * SAUCE: ncpfs: fix rmdir returns Device or resource busy + - LP: #1035226 + * ARM: S5PV210: Fix PL330 DMA controller clkdev entries + - LP: #1187551 + * NFSv4: Handle NFS4ERR_DELAY and NFS4ERR_GRACE in + nfs4_lock_delegation_recall + - LP: #1187551 + * blkcg: fix "scheduling while atomic" in blk_queue_bypass_start + - LP: #1187551 + * audit: Syscall rules are not applied to existing processes on non-x86 + - LP: #1187551 + * menuconfig: Fix memory leak introduced by jump keys feature + - LP: #1187551 + * iommu/amd: Workaround for ERBT1312 + - LP: #1187551 + * drivers/rtc/rtc-at91rm9200.c: fix missing iounmap + - LP: #1187551 + * drm/mm: fix dump table BUG + - LP: #1187551 + * ASoC: wm8994: missing break in wm8994_aif3_hw_params() + - LP: #1187551 + * tile: support new Tilera hypervisor + - LP: #1187551 + * sd: fix array cache flushing bug causing performance problems + - LP: #1187551 + * ath9k: fix key allocation error handling for powersave keys + - LP: #1187551 + * target: Use FD_MAX_SECTORS/FD_BLOCKSIZE for blockdevs using fileio + - LP: #1187551 + * ext4: limit group search loop for non-extent files + - LP: #1187551 + * xen/vcpu/pvhvm: Fix vcpu hotplugging hanging. + - LP: #1187551 + * ALSA: HDA: Fix Oops caused by dereference NULL pointer + - LP: #1187551 + * iscsi-target: Fix processing of OOO commands + - LP: #1187551 + * audit: vfs: fix audit_inode call in O_CREAT case of do_last + - LP: #1187551 + * ACPICA: Fix possible buffer overflow during a field unit read operation + - LP: #1187551 + * qmi_wwan, cdc-ether: add ADU960S + - LP: #1187551 + * qmi_wwan/cdc_ether: add device IDs for Dell 5804 (Novatel E371) WWAN + card + - LP: #1187551 + * B43: Handle DMA RX descriptor underrun + - LP: #1187551 + * mwifiex: clear is_suspended flag when interrupt is received early + - LP: #1187551 + * mwifiex: fix memory leak issue when driver unload + - LP: #1187551 + * mwifiex: fix setting of multicast filter + - LP: #1187551 + * ARM: OMAP: RX-51: change probe order of touchscreen and panel SPI + devices + - LP: #1187551 + * hp_accel: Ignore the error from lis3lv02d_poweron() at resume + - LP: #1187551 + * KVM: VMX: fix halt emulation while emulating invalid guest sate + - LP: #1187551 + * nfsd: fix oops when legacy_recdir_name_error is passed a -ENOENT error + - LP: #1187551 + * shm: fix null pointer deref when userspace specifies invalid hugepage + size + - LP: #1187551 + * dm stripe: fix regression in stripe_width calculation + - LP: #1187551 + * dm snapshot: fix error return code in snapshot_ctr + - LP: #1187551 + * mm: teach mm by current context info to not do I/O during memory + allocation + - LP: #1187551 + * dm bufio: avoid a possible __vmalloc deadlock + - LP: #1187551 + * dm table: fix write same support + - LP: #1187551 + * tick: Cleanup NOHZ per cpu data on cpu down + - LP: #1187551 + * ACPI / EC: Restart transaction even when the IBF flag set + - LP: #1187551 + * drm/mgag200: Fix writes into MGA1064_PIX_CLK_CTL register + - LP: #1187551 + * drm/mgag200: Fix framebuffer base address programming + - LP: #1187551 + * drm/radeon: check incoming cliprects pointer + - LP: #1187551 + * arm64: debug: clear mdscr_el1 instead of taking the OS lock + - LP: #1187551 + * ARM: 7720/1: ARM v6/v7 cmpxchg64 shouldn't clear upper 32 bits of the + old/new value + - LP: #1187551 + * powerpc/kexec: Fix kexec when using VMX optimised memcpy + - LP: #1187551 + * powerpc: Bring all threads online prior to migration/hibernation + - LP: #1187551 + * arm64: mm: Fix operands of clz in __flush_dcache_all + - LP: #1187551 + * timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARE + - LP: #1187551 + * target: close target_put_sess_cmd() vs. core_tmr_abort_task() race + - LP: #1187551 + * tracing: Fix leaks of filter preds + - LP: #1187551 + * usermodehelper: check subprocess_info->path != NULL + - LP: #1187551 + * drivers/char/ipmi: memcpy, need additional 2 bytes to avoid memory + overflow + - LP: #1187551 + * ipmi: ipmi_devintf: compat_ioctl method fails to take ipmi_mutex + - LP: #1187551 + * btrfs: don't stop searching after encountering the wrong item + - LP: #1187551 + * watchdog: Fix race condition in registration code + - LP: #1187551 + * pch_dma: Use GFP_ATOMIC because called from interrupt context + - LP: #1187551 + * ARM: EXYNOS5: Fix kernel dump in AFTR idle mode + - LP: #1187551 + * drivers/rtc/rtc-pcf2123.c: fix error return code in pcf2123_probe() + - LP: #1187551 + * tcp: force a dst refcount when prequeue packet + - LP: #1187551 + * sfc: Fix naming of MTD partitions for FPGA bitfiles + - LP: #1187551 + * net: tun: release the reference of tun device in tun_recvmsg + - LP: #1187551 + * net: mac802154: comparision issue of type cast, finding by + EXTRA_CFLAGS=-W + - LP: #1187551 + * tcp: reset timer after any SYNACK retransmit + - LP: #1187551 + * 3c509.c: call SET_NETDEV_DEV for all device types (ISA/ISAPnP/EISA) + - LP: #1187551 + * net_sched: act_ipt forward compat with xtables + - LP: #1187551 + * net: use netdev_features_t in skb_needs_linearize() + - LP: #1187551 + * net: vlan,ethtool: netdev_features_t is more than 32 bit + - LP: #1187551 + * bridge: fix race with topology change timer + - LP: #1187551 + * packet: tpacket_v3: do not trigger bug() on wrong header status + - LP: #1187551 + * virtio: don't expose u16 in userspace api + - LP: #1187551 + * 3c59x: fix freeing nonexistent resource on driver unload + - LP: #1187551 + * 3c59x: fix PCI resource management + - LP: #1187551 + * if_cablemodem.h: Add parenthesis around ioctl macros + - LP: #1187551 + * macvlan: fix passthru mode race between dev removal and rx path + - LP: #1187551 + * ipv6: do not clear pinet6 field + - LP: #1187551 + * ipv6,gre: do not leak info to user-space + - LP: #1187551 + * xfrm6: release dev before returning error + - LP: #1187551 + * drm/i915: add HAS_DDI check + - LP: #1187551 + * drm/i915: don't intel_crt_init on any ULT machines + - LP: #1187551 + * Linux 3.8.13.1 + - LP: #1187551 + * drbd: fix memory leak + - LP: #1191065 + * drbd: Fix build error when CONFIG_CRYPTO_HMAC is not set + - LP: #1191065 + * drbd: fix for deadlock when using automatic split-brain-recovery + - LP: #1191065 + * Input: egalax_ts - ABS_MT_POSITION_Y not reported well + - LP: #1191065 + * cifs: only set ops for inodes in I_NEW state + - LP: #1191065 + * staging: vt6656: use free_netdev instead of kfree + - LP: #1191065 + * hwmon: fix error return code in abituguru_probe() + - LP: #1191065 + * avr32: fix relocation check for signed 18-bit offset + - LP: #1191065 + * crypto: caam - fix inconsistent assoc dma mapping direction + - LP: #1191065 + * ARM: at91/dt: fix macb node declaration + - LP: #1191065 + * ARM: at91/trivial: fix model name for SAM9X25-EK + - LP: #1191065 + * USB: xHCI: override bogus bulk wMaxPacketSize values + - LP: #1191065 + * USB: UHCI: fix for suspend of virtual HP controller + - LP: #1191065 + * USB: fix latency in uhci-hcd and ohci-hcd + - LP: #1191065 + * USB: OHCI: fix logic for scheduling isochronous URBs + - LP: #1191065 + * cfg80211: fix wiphy_register error path + - LP: #1191065 + * mac80211: fix AP-mode frame matching + - LP: #1191065 + * staging: vt6656: [bug] Fix missing spin lock in iwctl_siwpower. + - LP: #1191065 + * usb, chipidea: fix link error when USB_EHCI_HCD is a module + - LP: #1191065 + * USB: reset resume quirk needed by a hub + - LP: #1191065 + * usb: option: Add Telewell TW-LTE 4G + - LP: #1191065 + * USB: Blacklisted Cinterion's PLxx WWAN Interface + - LP: #1191065 + * USB: option: add device IDs for Dell 5804 (Novatel E371) WWAN card + - LP: #1191065 + * i2c: designware: fix RX FIFO overrun + - LP: #1191065 + * i2c: designware: always clear interrupts before enabling them + - LP: #1191065 + * ath9k_hw: Use helper routines to simplify ar9003_hw_init_cal() + - LP: #1191065 + * ath9k_hw: Enable manual peak calibration for AR9485 + - LP: #1191065 + * USB: ftdi_sio: Add support for Newport CONEX motor drivers + - LP: #1191065 + * virtio_console: fix uapi header + - LP: #1191065 + * drm/nouveau/bios: fix thinko in ZM_MASK_ADD opcode + - LP: #1191065 + * drm/nvc0/ce: disable ce1 on a number of chipsets + - LP: #1191065 + * drm/radeon: Fix VRAM size calculation for VRAM >= 4GB + - LP: #1191065 + * USB: cxacru: potential underflow in cxacru_cm_get_array() + - LP: #1191065 + * TTY: Fix tty miss restart after we turn off flow-control + - LP: #1191065 + * drm/i915: add more VLV IDs + - LP: #1191065 + * drm/i915: Adding more reserved PCI IDs for Haswell. + - LP: #1191065 + * SUNRPC: Prevent an rpc_task wakeup race + - LP: #1191065 + * ARM: 7626/1: arm/crypto: Make asm SHA-1 and AES code Thumb-2 compatible + - LP: #1191065 + * ARM: 7723/1: crypto: sha1-armv4-large.S: fix SP handling + - LP: #1191065 + * perf: net_dropmonitor: Fix trace parameter order + - LP: #1191065 + * perf: net_dropmonitor: Fix symbol-relative addresses + - LP: #1191065 + * ACPI / video: Add "Asus UL30A" to ACPI video detect blacklist + - LP: #1191065 + * ARM: at91/dt: fix macb pinctrl_macb_rmii_mii_alt definition + - LP: #1191065 + * cifs: fix potential buffer overrun when composing a new options string + - LP: #1191065 + * fat: fix possible overflow for fat_clusters + - LP: #1191065 + * wait: fix false timeouts when using wait_event_timeout() + - LP: #1191065 + * mm: mmu_notifier: re-fix freed page still mapped in secondary MMU + - LP: #1191065 + * mm: memcg: remove incorrect VM_BUG_ON for swap cache pages in uncharge + - LP: #1191065 + * rapidio/tsi721: fix bug in MSI interrupt handling + - LP: #1191065 + * mm compaction: fix of improper cache flush in migration code + - LP: #1191065 + * mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write() + - LP: #1191065 + * mm/THP: use pmd_populate() to update the pmd with pgtable_t pointer + - LP: #1191065 + * drivers/leds/leds-ot200.c: fix error caused by shifted mask + - LP: #1191065 + * drivers/block/brd.c: fix brd_lookup_page() race + - LP: #1191065 + * nilfs2: fix issue of nilfs_set_page_dirty() for page at EOF boundary + - LP: #1191065 + * drivers/char/random.c: fix priming of last_data + - LP: #1191065 + * random: fix accounting race condition with lockless irq entropy_count + update + - LP: #1191065 + * ocfs2: goto out_unlock if ocfs2_get_clusters_nocache() failed in + ocfs2_fiemap() + - LP: #1191065 + * mm/pagewalk.c: walk_page_range should avoid VM_PFNMAP areas + - LP: #1191065 + * ata_piix: add PCI IDs for Intel BayTail + - LP: #1191065 + * libata: make ata_exec_internal_sg honor DMADIR + - LP: #1191065 + * cgroup: fix a subtle bug in descendant pre-order walk + - LP: #1191065 + * ASoC: wm5110: Correct DSP4R Mixer control name + - LP: #1191065 + * ASoC: cs42l52: fix default value for MASTERA_VOL. + - LP: #1191065 + * drm/radeon: fix typo in cu_per_sh on verde + - LP: #1191065 + * drm/radeon: fix card_posted check for newer asics + - LP: #1191065 + * NFSv4: Fix a thinko in nfs4_try_open_cached + - LP: #1191065 + * ib_srpt: Call target_sess_cmd_list_set_waiting during shutdown_session + - LP: #1191065 + * xfs: kill suid/sgid through the truncate path. + - LP: #1191065 + * x86: Allow FPU to be used at interrupt time even with eagerfpu + - LP: #1191065 + * m68k/mac: Fix unexpected interrupt with CONFIG_EARLY_PRINTK + - LP: #1191065 + * arm64: don't kill the kernel on a bad esr from el0 + - LP: #1191065 + * powerpc/32bit:Store temporary result in r0 instead of r8 + - LP: #1191065 + * powerpc/pseries: Always enable CONFIG_HOTPLUG_CPU on PSERIES SMP + - LP: #1191065 + * Linux 3.8.13.2 + - LP: #1191065 + + -- Kaj Ailomaa Sun, 23 Jun 2013 22:08:30 +0200 + +linux-lowlatency (3.8.0-25.17) raring; urgency=low + + [ Kaj Ailomaa ] + + * rebase to Ubuntu-3.8.0-25.37 + * Release Tracking Bug + - LP: #1188461 + + [ Ubuntu: 3.8.0-25.37 ] + + * Release Tracking Bug + - LP: #1187857 + * iwlwifi: dvm: fix zero LQ CMD sending avoidance + - LP: #1186932 + + -- Kaj Ailomaa Fri, 07 Jun 2013 20:40:22 +0200 + +linux-lowlatency (3.8.0-24.16) raring; urgency=low + + [ Kaj Ailomaa ] + + * rebase to Ubuntu-3.8.0-24.35 + * Release Tracking Bug + - LP: #1186431 + + [ Ubuntu: 3.8.0-24.35 ] + + * Release Tracking Bug + - LP: #1186236 + * SAUCE: uvcvideo: quirk PROBE_DEF for Alienware X51 OmniVision webcam + - LP: #1180409 + * drm/i915: Use MLC (l3$) for context objects + * xhci: Don't warn on empty ring for suspended devices. + - LP: #1177865 + * USB: serial: option: Added support Olivetti Olicard 145 + - LP: #1178361 + * USB: option: add a D-Link DWM-156 variant + - LP: #1178361 + * staging: zsmalloc: Fix link error on ARM + - LP: #1178361 + * ARM: omap3: cpuidle: enable time keeping + - LP: #1178361 + * ARM: u300: fix ages old copy/paste bug + - LP: #1178361 + * ARM: at91/at91sam9260.dtsi: fix u(s)art pinctrl encoding + - LP: #1178361 + * ARM: at91: remove partial parameter in bootargs for at91sam9x5ek.dtsi + - LP: #1178361 + * ARM: at91: Fix typo in restart code panic message + - LP: #1178361 + * ARM: at91/trivial: fix model name for SAM9G15-EK + - LP: #1178361 + * ARM: at91/trivial: typos in compatible property + - LP: #1178361 + * powerpc: Add isync to copy_and_flush + - LP: #1178361 + * powerpc: Fix hardware IRQs with MMU on exceptions when HV=0 + - LP: #1178361 + * powerpc/power8: Fix secondary CPUs hanging on boot for HV=0 + - LP: #1178361 + * powerpc/spufs: Initialise inode->i_ino in spufs_new_inode() + - LP: #1178361 + * iwlwifi: fix freeing uninitialized pointer + - LP: #1178361 + * iwlwifi: dvm: don't send zeroed LQ cmd + - LP: #1178361 + * mwifiex: Use pci_release_region() instead of a pci_release_regions() + - LP: #1178361 + * mwifiex: Call pci_release_region after calling pci_disable_device + - LP: #1178361 + * mac80211: fix station entry leak/warning while suspending + - LP: #1178361 + * usb/misc/appledisplay: Add 24" LED Cinema display + - LP: #1178361 + * USB: add ftdi_sio USB ID for GDM Boost V1.x + - LP: #1178361 + * USB: ftdi_sio: correct ST Micro Connect Lite PIDs + - LP: #1178361 + * USB: ftdi_sio: enable two UART ports on ST Microconnect Lite + - LP: #1178361 + * usbfs: Always allow ctrl requests with USB_RECIP_ENDPOINT on the ctrl + ep + - LP: #1178361 + * usb: chipidea: udc: fix memory access of shared memory on armv5 + machines + - LP: #1178361 + * usb: chipidea: udc: fix memory leak in _ep_nuke + - LP: #1178361 + * usb: remove redundant tdi_reset + - LP: #1178361 + * usb-storage: CY7C68300A chips do not support Cypress ATACB + - LP: #1178361 + * s390/memory hotplug: prevent offline of active memory increments + - LP: #1178361 + * xen/time: Fix kasprintf splat when allocating timer%d IRQ line. + - LP: #1178361 + * xen/smp: Fix leakage of timer interrupt line for every CPU + online/offline. + - LP: #1178361 + * xen/smp/spinlock: Fix leakage of the spinlock interrupt line for every + CPU online/offline + - LP: #1178361 + * serial_core.c: add put_device() after device_find_child() + - LP: #1178361 + * arm: set the page table freeing ceiling to TASK_SIZE + - LP: #1178361 + * gianfar: do not advertise any alarm capability. + - LP: #1178361 + * tty: fix up atime/mtime mess, take three + - LP: #1178361 + * fbcon: when font is freed, clear also vc_font.data + - LP: #1178361 + * tracing: Use stack of calling function for stack tracer + - LP: #1178361 + * tracing: Fix stack tracer with fentry use + - LP: #1178361 + * tracing: Remove most or all of stack tracer stack size from + stack_max_size + - LP: #1178361 + * tracing: Fix off-by-one on allocating stat->pages + - LP: #1178361 + * tracing: Check return value of tracing_init_dentry() + - LP: #1178361 + * tracing: Reset ftrace_graph_filter_enabled if count is zero + - LP: #1178361 + * i2c: xiic: must always write 16-bit words to TX_FIFO + - LP: #1178361 + * crypto: crc32-pclmul - Use gas macro for pclmulqdq + - LP: #1178361 + * sysfs: fix use after free in case of concurrent read/write and readdir + - LP: #1178361 + * Fix initialization of CMCI/CMCP interrupts + - LP: #1178361 + * PCI / ACPI: Don't query OSC support with all possible controls + - LP: #1178361 + * PCI/PM: Fix fallback to PCI_D0 in pci_platform_power_transition() + - LP: #1178361 + * rt2x00: Fix transmit power troubles on some Ralink RT30xx cards + - LP: #1178361 + * Wrong asm register contraints in the futex implementation + - LP: #1178361 + * Wrong asm register contraints in the kvm implementation + - LP: #1178361 + * fs/fscache/stats.c: fix memory leak + - LP: #1178361 + * mm: allow arch code to control the user page table ceiling + - LP: #1178361 + * TPM: Retry SaveState command in suspend path + - LP: #1178361 + * ALSA: emu10k1: Fix dock firmware loading + - LP: #1178361 + * ALSA: snd-usb: try harder to find USB_DT_CS_ENDPOINT + - LP: #1178361 + * ALSA: usb: Add quirk for 192KHz recording on E-Mu devices + - LP: #1178361 + * ALSA: usb-audio: disable autopm for MIDI devices + - LP: #1178361 + * ALSA: usb-audio: Fix autopm error during probing + - LP: #1178361 + * ALSA: USB: adjust for changed 3.8 USB API + - LP: #1178361 + * ALSA: hda - Add the support for ALC286 codec + - LP: #1178361 + * ASoC: max98088: Fix logging of hardware revision. + - LP: #1178361 + * hrtimer: Fix ktime_add_ns() overflow on 32bit architectures + - LP: #1178361 + * hrtimer: Add expiry time overflow check in hrtimer_interrupt + - LP: #1178361 + * swap: redirty page if page write fails on swap file + - LP: #1178361 + * mm: swap: mark swap pages writeback before queueing for direct IO + - LP: #1178361 + * drivers/rtc/rtc-cmos.c: don't disable hpet emulation on suspend + - LP: #1178361 + * libata: acpi: make ata_ap_acpi_handle not block + - LP: #1178361 + * ACPI: Fix wrong parameter passed to memblock_reserve + - LP: #1178361 + * ACPI / thermal: do not always return THERMAL_TREND_RAISING for active + trip points + - LP: #1178361 + * cgroup: fix an off-by-one bug which may trigger BUG_ON() + - LP: #1178361 + * cgroup: fix broken file xattrs + - LP: #1178361 + * localmodconfig: Process source kconfig files as they are found + - LP: #1178361 + * clockevents: Set dummy handler on CPU_DEAD shutdown + - LP: #1178361 + * sata_highbank: Rename proc_name to the module name + - LP: #1178361 + * inotify: invalid mask should return a error number but not set it + - LP: #1178361 + * fs/dcache.c: add cond_resched() to shrink_dcache_parent() + - LP: #1178361 + * exec: do not abuse ->cred_guard_mutex in threadgroup_lock() + - LP: #1178361 + * LOCKD: Ensure that nlmclnt_block resets block->b_status after a server + reboot + - LP: #1178361 + * md: bad block list should default to disabled. + - LP: #1178361 + * MD: ignore discard request for hard disks of hybid raid1/raid10 array + - LP: #1178361 + * NFSv4: Handle NFS4ERR_DELAY and NFS4ERR_GRACE in + nfs4_open_delegation_recall + - LP: #1178361 + * nfsd4: don't close read-write opens too soon + - LP: #1178361 + * nfsd: don't run get_file if nfs4_preprocess_stateid_op return error + - LP: #1178361 + * nfsd: Decode and send 64bit time values + - LP: #1178361 + * wireless: regulatory: fix channel disabling race condition + - LP: #1178361 + * ipc: sysv shared memory limited to 8TiB + - LP: #1178361 + * ixgbe: fix EICR write in ixgbe_msix_other + - LP: #1178361 + * ext4/jbd2: don't wait (forever) for stale tid caused by wraparound + - LP: #1178361 + * jbd2: fix race between jbd2_journal_remove_checkpoint and + ->j_commit_callback + - LP: #1178361 + * ext4: fix journal callback list traversal + - LP: #1178361 + * ext4: fix big-endian bug in metadata checksum calculations + - LP: #1178361 + * ext4: fix online resizing for ext3-compat file systems + - LP: #1178361 + * ext4: fix Kconfig documentation for CONFIG_EXT4_DEBUG + - LP: #1178361 + * mmc: at91/avr32/atmel-mci: fix DMA-channel leak on module unload + - LP: #1178361 + * Give the OID registry file module info to avoid kernel tainting + - LP: #1178361 + * KVM: X86 emulator: fix source operand decoding for 8bit mov[zs]x + instructions + - LP: #1178361 + * x86: Eliminate irq_mis_count counted in arch_irq_stat + - LP: #1178361 + * mmc: core: Fix bit width test failing on old eMMC cards + - LP: #1178361 + * mmc: atmel-mci: pio hang on block errors + - LP: #1178361 + * rcutrace: single_open() leaks + - LP: #1178361 + * mfd: adp5520: Restore mode bits on resume + - LP: #1178361 + * Linux 3.8.12 + - LP: #1178361 + * xen/arm: actually pass a non-NULL percpu pointer to request_percpu_irq + - LP: #1179514 + * powerpc: Emulate non privileged DSCR read and write + - LP: #1179514 + * powerpc: fix numa distance for form0 device tree + - LP: #1179514 + * pwm: spear: Fix checking return value of clk_enable() and clk_prepare() + - LP: #1179514 + * autofs - remove autofs dentry mount check + - LP: #1179514 + * hugetlbfs: fix mmap failure in unaligned size request + - LP: #1179514 + * iommu/amd: Properly initialize irq-table lock + - LP: #1179514 + * net/eth/ibmveth: Fixup retrieval of MAC address + - LP: #1179514 + * perf/x86/intel: Add support for IvyBridge model 58 Uncore + - LP: #1179514 + * perf/x86/intel: Fix unintended variable name reuse + - LP: #1179514 + * perf/x86/intel/lbr: Fix LBR filter + - LP: #1179514 + * perf/x86/intel/lbr: Demand proper privileges for + PERF_SAMPLE_BRANCH_KERNEL + - LP: #1179514 + * PCI/PM: Clear state_saved during suspend + - LP: #1179514 + * e1000e: fix runtime power management transitions + - LP: #1179514 + * e1000e: fix accessing to suspended device + - LP: #1179514 + * ipvs: ip_vs_sip_fill_param() BUG: bad check of return value + - LP: #1179514 + * netfilter: nf_nat: fix race when unloading protocol modules + - LP: #1179514 + * netfilter: ipset: list:set: fix reference counter update + - LP: #1179514 + * netfilter: nf_ct_sip: don't drop packets with offsets pointing outside + the packet + - LP: #1179514 + * netfilter: ipset: "Directory not empty" error message + - LP: #1179514 + * netfilter: nf_ct_helper: don't discard helper if it is actually the + same + - LP: #1179514 + * netfilter: ctnetlink: don't permit ct creation with random tuple + - LP: #1179514 + * netfilter: xt_rpfilter: skip locally generated broadcast/multicast, too + - LP: #1179514 + * netfilter: ip6t_NPT: Fix translation for non-multiple of 32 prefix + lengths + - LP: #1179514 + * ext4: add check for inodes_count overflow in new resize ioctl + - LP: #1179514 + * r8169: fix 8168evl frame padding. + - LP: #1179514 + * RDMA/cxgb4: Fix SQ allocation when on-chip SQ is disabled + - LP: #1179514 + * arm64: Ignore the 'write' ESR flag on cache maintenance faults + - LP: #1179514 + * block: fix max discard sectors limit + - LP: #1179514 + * drm/cirrus: deal with bo reserve fail in dirty update path + - LP: #1179514 + * drm/mgag200: deal with bo reserve fail in dirty update path + - LP: #1179514 + * drm/gma500: fix backlight hotkeys behaviour on netbooks + - LP: #1179514 + * drm/prime: keep a reference from the handle to exported dma-buf (v6) + - LP: #1179514 + * drm/ast: deal with bo reserve fail in dirty update path + - LP: #1179514 + * drm/i915: Fix detection of base of stolen memory + - LP: #1179514 + * drm/i915: Fix sdvo connector get_hw_state function + - LP: #1179514 + * drm/i915: Add no-lvds quirk for Fujitsu Esprimo Q900 + - LP: #1179514 + * drm/i915: Fix SDVO connector and encoder get_hw_state functions + - LP: #1179514 + * drm/i915: Workaround incoherence between fences and LLC across multiple + CPUs + - LP: #1179514 + * drm/i915: set CPT FDI RX polarity bits based on VBT + - LP: #1179514 + * drm/i915: ensure single initialization and cleanup of backlight device + - LP: #1179514 + * drm/i915: Fixup Oops in the pipe config computation + - LP: #1179514 + * drm/i915: Fall back to bit banging mode for DVO transmitter detection + - LP: #1179514 + * drm/radeon: don't use get_engine_clock() on APUs + - LP: #1179514 + * drm/radeon: use frac fb div on RS780/RS880 + - LP: #1179514 + * drm/radeon: fix typo in rv515_mc_resume() + - LP: #1179514 + * drm/radeon/dce6: add missing display reg for tiling setup + - LP: #1179514 + * drm/radeon: update wait_for_vblank for r5xx-r7xx + - LP: #1179514 + * drm/radeon: update wait_for_vblank for evergreen+ + - LP: #1179514 + * drm/radeon: properly lock disp in mc_stop/resume for evergreen+ + - LP: #1179514 + * drm/radeon: properly lock disp in mc_stop/resume for r5xx-r7xx + - LP: #1179514 + * drm/radeon: update wait_for_vblank for r1xx-r4xx + - LP: #1179514 + * drm/radeon: disable the crtcs in mc_stop (evergreen+) (v2) + - LP: #1179514 + * drm/radeon: add some new SI PCI ids + - LP: #1179514 + * drm/radeon/evergreen+: don't enable HPD interrupts on eDP/LVDS + - LP: #1179514 + * drm/radeon: cleanup properly if mmio mapping fails + - LP: #1179514 + * drm/radeon: fix hdmi mode enable on RS600/RS690/RS740 + - LP: #1179514 + * drm/radeon: fix typo in si_select_se_sh() + - LP: #1179514 + * drm/radeon: Always flush the VM + - LP: #1179514 + * drm/radeon: disable the crtcs in mc_stop (r5xx-r7xx) (v2) + - LP: #1179514 + * drm/radeon: fix endian bugs in atom_allocate_fb_scratch() + - LP: #1179514 + * drm/radeon: fix possible segfault when parsing pm tables + - LP: #1179514 + * drm/radeon: add new richland pci ids + - LP: #1179514 + * drm/radeon: fix handling of v6 power tables + - LP: #1179514 + * tracing: Fix ftrace_dump() + - LP: #1179514 + * Btrfs: compare relevant parts of delayed tree refs + - LP: #1179514 + * Btrfs: fix extent logging with O_DIRECT into prealloc + - LP: #1179514 + * EDAC: Don't give write permission to read-only files + - LP: #1179514 + * NFSv4.x: Fix handling of partially delegated locks + - LP: #1179514 + * kernel/audit_tree.c: tree will leak memory when failure occurs in + audit_trim_trees() + - LP: #1179514 + * x86/mm: account for PGDIR_SIZE alignment + - LP: #1179514 + * Linux 3.8.13 + - LP: #1179514 + * iwlwifi: add new pci id for 6x35 series + - LP: #1180256 + * be2net: fix re-loaded PF driver to re-gain control of its VFs + - LP: #1180217 + * be2net: update driver version to 4.6.x + - LP: #1180217 + * be2net: remove BUG_ON() in be_mcc_compl_is_new() + - LP: #1180217 + * benet: Wait f/w POST until timeout + - LP: #1180217 + * be2net: use CSR-BAR SEMAPHORE reg for BE2/BE3 + - LP: #1180217 + * be2net: Update copyright year + - LP: #1180217 + * be2net: enable interrupts in be_probe() (RoCE and other ULPs need them) + - LP: #1180217 + * be2net: Use new F/W mailbox cmd to manipulate interrupts. + - LP: #1180217 + * be2net: remove unused variable 'sge' + - LP: #1180217 + * be2net: take care of __vlan_put_tag return value + - LP: #1180217 + * be2net: Use TXQ_CREATE_V2 cmd + - LP: #1180217 + * be2net: Don't log "Out of MCCQ wrbs" error + - LP: #1180217 + * be2net: Avoid flashing BE3 UFI on BE3-R chip. + - LP: #1180217 + * be2net: Use GET_PROFILE_CONFIG V1 cmd for BE3-R + - LP: #1180217 + * be2net: enable IOMMU pass through for be2net + - LP: #1180217 + * be2net: Add support for setting and getting rx flow hash options + - LP: #1180217 + * be2net: Renamed rx_address_mismatch_errors to rx_address_filtered + - LP: #1180217 + * be2net: Avoid diagnostic test in certain versions of firmware to avoid + NIC freeze. + - LP: #1180217 + * be2net: Fixed memory leak + - LP: #1180217 + * be2net: Fix to show wol disabled/enabled state correctly. + - LP: #1180217 + * be2net: Use GET_FUNCTION_CONFIG V1 cmd + - LP: #1180217 + * be2net: FLR must be first cmd issued to Lancer FW + - LP: #1180217 + * be2net: Fix to use version 2 of cq_create for SkyHawk-R devices + - LP: #1180217 + * be2net: Fix to use 32-bit stats to report rx_drops_no_fragment + - LP: #1180217 + * be2net: Fix to show tx priority pause counter in ethtool -S + - LP: #1180217 + * be2net: Fix to receive Multicast Packets when Promiscuous mode is + enabled on certain devices + - LP: #1180217 + * be2net: Fix firmware download for Lancer + - LP: #1180217 + * be2net: avoid napi_disable() when it has not been enabled + - LP: #1180217 + * be2net: Fix to fail probe if MSI-X enable fails for a VF + - LP: #1180217 + + [ Ubuntu: 3.8.0-23.34 ] + + * Release Tracking Bug + - LP: #1185136 + * iscsi-target: fix heap buffer overflow on error + - CVE-2013-2850 + + -- Kaj Ailomaa Sun, 02 Jun 2013 15:05:43 +0200 + +linux-lowlatency (3.8.0-22.15) raring; urgency=low + + [ Kaj Ailomaa ] + + * rebase to Ubuntu-3.8.0-22.33 + * Release Tracking Bug + - LP: #1181021 + + [ Ubuntu: 3.8.0-22.33 ] + + * Release Tracking Bug + - LP: #1180483 + * merged back all changes which were in 20.31 + + [ Ubuntu: 3.8.0-21.32 ] + + * Release Tracking Bug + - LP: #1180058 + * Based on 3.8.0-19.30 release + - entire delta from 19.30 to 20.31 removed + - CVE release is based on updates+fix + * perf: Treat attr.config as u64 in perf_swevent_init() + - LP: #1179943 + - CVE-2013-2094 + + -- Kaj Ailomaa Fri, 17 May 2013 01:32:04 +0200 + +linux-lowlatency (3.8.0-20.14) raring; urgency=low + + [ Kaj Ailomaa ] + + * rebase to Ubuntu-3.8.0-20.31 + * Release Tracking Bug + - LP: #1177550 + + [ Ubuntu: 3.8.0-20.31 ] + + * Release Tracking Bug + - LP: #1176953 + * SAUCE: (no-up) alx: disables MSI generation + - LP: #927782 + * SAUCE: (no-up) Fix oops in patch_hdmi due to missing hda_gen_spec + struct + - LP: #1169984 + * SAUCE: (no-up) drm/i915: revert PCH_PWM_ENABLE quirk for XPS13-FHD + - LP: #1169376 + * SAUCE: (no-up) ACPI: Disable Windows 8 compatibility for some Lenovo + ThinkPads + - LP: #1098216 + * SAUCE: (no-up) alx: Don't check netif_running() before powering up + - LP: #1172415 + * enable tools build for armhf + - LP: #1171580 + * [packaging] Bump ABI for every new release + * Revert "MIPS: page.h: Provide more readable definition for PAGE_MASK." + - LP: #1173170 + * tg3: Add 57766 device support. + - LP: #1162665 + * powerpc: add a missing label in resume_kernel + - LP: #1173170 + * kvm/powerpc/e500mc: fix tlb invalidation on cpu migration + - LP: #1173170 + * ARM: Do 15e0d9e37c (ARM: pm: let platforms select cpu_suspend support) + properly + - LP: #1173170 + * kthread: Prevent unpark race which puts threads on the wrong cpu + - LP: #1173170 + * hrtimer: Don't reinitialize a cpu_base lock on CPU_UP + - LP: #1173170 + * can: mcp251x: add missing IRQF_ONESHOT to request_threaded_irq + - LP: #1173170 + * can: sja1000: fix handling on dt properties on little endian systems + - LP: #1173170 + * hugetlbfs: stop setting VM_DONTDUMP in initializing vma(VM_HUGETLB) + - LP: #1173170 + * hugetlbfs: add swap entry check in follow_hugetlb_page() + - LP: #1173170 + * fs/binfmt_elf.c: fix hugetlb memory check in vma_dump_size() + - LP: #1173170 + * kernel/signal.c: stop info leak via the tkill and the tgkill syscalls + - LP: #1173170 + * hfsplus: fix potential overflow in hfsplus_file_truncate() + - LP: #1173170 + * md: raid1,10: Handle REQ_WRITE_SAME flag in write bios + - LP: #1173170 + * KVM: Allow cross page reads and writes from cached translations. + - LP: #1173170 + * ARM: i.MX35: enable MAX clock + - LP: #1173170 + * ARM: clk-imx35: Bugfix iomux clock + - LP: #1173170 + * sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()s + - LP: #1173170 + * sched/debug: Fix sd->*_idx limit range avoiding overflow + - LP: #1173170 + * ARM: 7696/1: Fix kexec by setting outer_cache.inv_all for Feroceon + - LP: #1173170 + * ARM: 7698/1: perf: fix group validation when using enable_on_exec + - LP: #1173170 + * ath9k_htc: accept 1.x firmware newer than 1.3 + - LP: #1173170 + * ath9k_hw: change AR9580 initvals to fix a stability issue + - LP: #1173170 + * mac80211: fix cfg80211 interaction on auth/assoc request + - LP: #1173170 + * ssb: implement spurious tone avoidance + - LP: #1173170 + * crypto: algif - suppress sending source address information in recvmsg + - LP: #1173170 + * perf: Treat attr.config as u64 in perf_swevent_init() + - LP: #1173170 + * perf/x86: Fix offcore_rsp valid mask for SNB/IVB + - LP: #1173170 + * vm: add vm_iomap_memory() helper function + - LP: #1173170 + * vm: convert snd_pcm_lib_mmap_iomem() to vm_iomap_memory() helper + - LP: #1173170 + * vm: convert fb_mmap to vm_iomap_memory() helper + - LP: #1173170 + * vm: convert HPET mmap to vm_iomap_memory() helper + - LP: #1173170 + * vm: convert mtdchar mmap to vm_iomap_memory() helper + - LP: #1173170 + * Btrfs: make sure nbytes are right after log replay + - LP: #1173170 + * s390: move dummy io_remap_pfn_range() to asm/pgtable.h + - LP: #1173170 + * Linux 3.8.9 + - LP: #1173170 + * Linux 3.8.10 + - LP: #1175391 + * aio: fix possible invalid memory access when DEBUG is enabled + - LP: #1175391 + * TTY: fix atime/mtime regression + - LP: #1175391 + * sparc64: Fix race in TLB batch processing. + - LP: #1175391 + * atm: update msg_namelen in vcc_recvmsg() + - LP: #1175391 + * ax25: fix info leak via msg_name in ax25_recvmsg() + - LP: #1175391 + * Bluetooth: fix possible info leak in bt_sock_recvmsg() + - LP: #1175391 + * Bluetooth: RFCOMM - Fix missing msg_namelen update in + rfcomm_sock_recvmsg() + - LP: #1175391 + * Bluetooth: SCO - Fix missing msg_namelen update in sco_sock_recvmsg() + - LP: #1175391 + * caif: Fix missing msg_namelen update in caif_seqpkt_recvmsg() + - LP: #1175391 + * irda: Fix missing msg_namelen update in irda_recvmsg_dgram() + - LP: #1175391 + * iucv: Fix missing msg_namelen update in iucv_sock_recvmsg() + - LP: #1175391 + * l2tp: fix info leak in l2tp_ip6_recvmsg() + - LP: #1175391 + * llc: Fix missing msg_namelen update in llc_ui_recvmsg() + - LP: #1175391 + * netrom: fix info leak via msg_name in nr_recvmsg() + - LP: #1175391 + * NFC: llcp: fix info leaks via msg_name in llcp_sock_recvmsg() + - LP: #1175391 + * rose: fix info leak via msg_name in rose_recvmsg() + - LP: #1175391 + * tipc: fix info leaks via msg_name in recv_msg/recv_stream + - LP: #1175391 + * cbq: incorrect processing of high limits + - LP: #1175391 + * net IPv6 : Fix broken IPv6 routing table after loopback down-up + - LP: #1175391 + * net: count hw_addr syncs so that unsync works properly. + - LP: #1175391 + * atl1e: limit gso segment size to prevent generation of wrong ip length + fields + - LP: #1175391 + * bonding: fix bonding_masters race condition in bond unloading + - LP: #1175391 + * bonding: IFF_BONDING is not stripped on enslave failure + - LP: #1175391 + * bonding: fix l23 and l34 load balancing in forwarding path + - LP: #1175391 + * af_unix: If we don't care about credentials coallesce all messages + - LP: #1175391 + * netfilter: don't reset nf_trace in nf_reset() + - LP: #1175391 + * ipv6/tcp: Stop processing ICMPv6 redirect messages + - LP: #1175391 + * rtnetlink: Call nlmsg_parse() with correct header length + - LP: #1175391 + * tcp: incoming connections might use wrong route under synflood + - LP: #1175391 + * tcp: Reallocate headroom if it would overflow csum_start + - LP: #1175391 + * net: mvmdio: add select PHYLIB + - LP: #1175391 + * esp4: fix error return code in esp_output() + - LP: #1175391 + * net: mvneta: fix improper tx queue usage in mvneta_tx() + - LP: #1175391 + * net: cdc_mbim: remove bogus sizeof() + - LP: #1175391 + * tcp: call tcp_replace_ts_recent() from tcp_ack() + - LP: #1175391 + * net: rate-limit warn-bad-offload splats. + - LP: #1175391 + * net: drop dst before queueing fragments + - LP: #1175391 + * tracing: Fix selftest function recursion accounting + - LP: #1175391 + * ARM: 7699/1: sched_clock: Add more notrace to prevent recursion + - LP: #1175391 + * ARM: 7692/1: iop3xx: move IOP3XX_PERIPHERAL_VIRT_BASE + - LP: #1175391 + * Linux 3.8.11 + - LP: #1175391 + + [ Ubuntu: 3.8.0-19.30 ] + + * Add file_ns_capable() helper function for open-time capability checking + (CVE-2013-1959) + - LP: #1174590 + - CVE-2013-1959 + * userns: Don't let unprivileged users trick privileged users into + setting the id_map (CVE-2013-1959) + - LP: #1174590 + - CVE-2013-1959 + * userns: Check uid_map's opener's fsuid, not the current fsuid + (CVE-2013-1959) + - LP: #1174590 + - CVE-2013-1959 + * net: fix incorrect credentials passing (CVE-2013-1979) + - LP: #1174827 + - CVE-2013-1979 + * userns: Changing any namespace id mappings should require privileges + (CVE-2013-1979) + - LP: #1174827 + - CVE-2013-1979 + + -- Kaj Ailomaa Thu, 09 May 2013 03:07:23 +0200 + +linux-lowlatency (3.8.0-19.13) raring; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.8.0-19.29 + + [ Ubuntu: 3.8.0-19.29 ] + + * UBUNTU: [Config] disable PL330_DMA + - LP: #1168039 + * UBUNTU: SAUCE: (no-up) ARM: highbank: fix cache flush ordering for cpu hotplug + - LP: #1169956 + * SAUCE: (no-up) x86: reboot: Make Dell Optiplex 390 use reboot=pci + - LP: #800660 + * SAUCE: [media] uvcvideo: quirk PROBE_DEF for Dell Studio / OmniVision + webcam + - LP: #1168430 + * Revert "drivers/rtc/rtc-at91rm9200.c: use a variable for storing IMR" + - LP: #1168506 + * Revert "PCI/ACPI: Request _OSC control before scanning PCI root bus" + - LP: #1168506 + * Revert "tty/8250_pnp: serial port detection regression since v3.7" + - LP: #1168506 + * ALSA: hda - fixup D3 pin and right channel mute on Haswell HDMI audio + - LP: #1167270 + * ASoC: imx-ssi: Fix occasional AC97 reset failure + - LP: #1168506 + * ASoC: dma-sh7760: Fix compile error + - LP: #1168506 + * ASoC: spear_pcm: Update to new pcm_new() API + - LP: #1168506 + * regmap: Initialize `map->debugfs' before regcache + - LP: #1168506 + * regmap: cache Fix regcache-rbtree sync + - LP: #1168506 + * MIPS: Fix logic errors in bitops.c + - LP: #1168506 + * HID: magicmouse: fix race between input_register() and probe() + - LP: #1168506 + * spi/s3c64xx: modified error interrupt handling and init + - LP: #1168506 + * spi/mpc512x-psc: optionally keep PSC SS asserted across xfer segmensts + - LP: #1168506 + * gpio: stmpe: pass DT node to irqdomain + - LP: #1168506 + * UBIFS: make space fixup work in the remount case + - LP: #1168506 + * reiserfs: Fix warning and inode leak when deleting inode with xattrs + - LP: #1168506 + * ALSA: hda - bug fix on return value when getting HDMI ELD info + - LP: #1168506 + * ALSA: hda - Enabling Realtek ALC 671 codec + - LP: #1168506 + * ALSA: hda - fix typo in proc output + - LP: #1168506 + * drm/nouveau: fix handling empty channel list in ioctl's + - LP: #1168506 + * drm/i915: Be sure to turn hsync/vsync back on at crt enable (v2) + - LP: #1168506 + * drm: correctly restore mappings if drm_open fails + - LP: #1168506 + * mm: prevent mmap_cache race in find_vma() + - LP: #1168506 + * EISA/PCI: Init EISA early, before PNP + - LP: #1168506 + * EISA/PCI: Fix bus res reference + - LP: #1168506 + * ixgbe: fix registration order of driver and DCA nofitication + - LP: #1168506 + * libata: Use integer return value for atapi_command_packet_set + - LP: #1168506 + * libata: Set max sector to 65535 for Slimtype DVD A DS8A8SH drive + - LP: #1168506 + * MIPS: Unbreak function tracer for 64-bit kernel. + - LP: #1168506 + * alpha: Add irongate_io to PCI bus resources + - LP: #1168506 + * PCI/ACPI: Always resume devices on ACPI wakeup notifications + - LP: #1168506 + * PCI/PM: Disable runtime PM of PCIe ports + - LP: #1168506 + * ata_piix: Fix DVD not dectected at some Haswell platforms + - LP: #1168506 + * ftrace: Consistently restore trace function on sysctl enabling + - LP: #1168506 + * powerpc: pSeries_lpar_hpte_remove fails from Adjunct partition being + performed before the ANDCOND test + - LP: #1168506 + * mwifiex: limit channel number not to overflow memory + - LP: #1168506 + * mac80211: fix remain-on-channel cancel crash + - LP: #1168506 + * x86: remove the x32 syscall bitmask from syscall_get_nr() + - LP: #1168506 + * hwspinlock: fix __hwspin_lock_request error path + - LP: #1168506 + * remoteproc/ste: fix memory leak on shutdown + - LP: #1168506 + * remoteproc: fix error path of handle_vdev + - LP: #1168506 + * remoteproc: fix FW_CONFIG typo + - LP: #1168506 + * spinlocks and preemption points need to be at least compiler barriers + - LP: #1168506 + * crypto: ux500 - add missing comma + - LP: #1168506 + * crypto: gcm - fix assumption that assoc has one segment + - LP: #1168506 + * drm/mgag200: Index 24 in extended CRTC registers is 24 in hex, not + decimal. + - LP: #1168506 + * block: avoid using uninitialized value in from queue_var_store + - LP: #1168506 + * SUNRPC: Remove extra xprt_put() + - LP: #1168506 + * NFSv4: Fix a memory leak in nfs4_discover_server_trunking + - LP: #1168506 + * NFSv4/4.1: Fix bugs in nfs4[01]_walk_client_list + - LP: #1168506 + * drm/i915: Fix build failure + - LP: #1168506 + * x86: Fix rebuild with EFI_STUB enabled + - LP: #1168506 + * thermal: return an error on failure to register thermal class + - LP: #1168506 + * msi-wmi: Fix memory leak + - LP: #1168506 + * cpufreq: exynos: Get booting freq value in exynos_cpufreq_init + - LP: #1168506 + * ARM: EXYNOS: Fix crash on soft reset on EXYNOS5440 + - LP: #1168506 + * drm/i915: add quirk to invert brightness on eMachines G725 + - LP: #1168506 + * drm/i915: add quirk to invert brightness on eMachines e725 + - LP: #1168506 + * drm/i915: add quirk to invert brightness on Packard Bell NCL20 + - LP: #1168506 + * r8169: fix auto speed down issue + - LP: #1168506 + * vfio-pci: Fix possible integer overflow + - LP: #1168506 + * NFSv4: Doh! Typo in the fix to nfs41_walk_client_list + - LP: #1168506 + * can: gw: use kmem_cache_free() instead of kfree() + - LP: #1168506 + * mwifiex: complete last internal scan + - LP: #1168506 + * Linux 3.8.7 + - LP: #1168506 + * ALSA: usb-audio: fix endianness bug in snd_nativeinstruments_* + - LP: #1169930 + * ASoC: core: Fix to check return value of snd_soc_update_bits_locked() + - LP: #1169930 + * ASoC: wm5102: Correct lookup of arizona struct in SYSCLK event + - LP: #1169930 + * ASoC: wm8903: Fix the bypass to HP/LINEOUT when no DAC or ADC is + running + - LP: #1169930 + * tracing: Fix double free when function profile init failed + - LP: #1169930 + * ARM: Kirkwood: Fix typo in the definition of ix2-200 rebuild LED + - LP: #1169930 + * ARM: imx35 Bugfix admux clock + - LP: #1169930 + * dmaengine: omap-dma: Start DMA without delay for cyclic channels + - LP: #1169930 + * PM / reboot: call syscore_shutdown() after disable_nonboot_cpus() + - LP: #1169930 + * ipc: set msg back to -EAGAIN if copy wasn't performed + - LP: #1169930 + * GFS2: Fix unlock of fcntl locks during withdrawn state + - LP: #1169930 + * GFS2: return error if malloc failed in gfs2_rs_alloc() + - LP: #1169930 + * SCSI: libsas: fix handling vacant phy in sas_set_ex_phy() + - LP: #1169930 + * cifs: Allow passwords which begin with a delimitor + - LP: #1169930 + * target: Fix incorrect fallthrough of ALUA Standby/Offline/Transition + CDBs + - LP: #1169930 + * vfs: Revert spurious fix to spinning prevention in prune_icache_sb + - LP: #1169930 + * kobject: fix kset_find_obj() race with concurrent last kobject_put() + - LP: #1169930 + * gpio: fix wrong checking condition for gpio range + - LP: #1169930 + * x86-32: Fix possible incomplete TLB invalidate with PAE pagetables + - LP: #1169930 + * tracing: Fix possible NULL pointer dereferences + - LP: #1169930 + * udl: handle EDID failure properly. + - LP: #1169930 + * ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section + - LP: #1169930 + * sched_clock: Prevent 64bit inatomicity on 32bit systems + - LP: #1169930 + * x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updates + - LP: #1169930 + * x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare + metal + - LP: #1169930 + * tty: don't deadlock while flushing workqueue + - LP: #1169930 + * Linux 3.8.8 + - LP: #1169930 + * Release Tracking Bug + - LP: #1168504 + + -- Andy Whitcroft Thu, 18 Apr 2013 10:04:01 +0100 + +linux-lowlatency (3.8.0-18.12) raring; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.8.0-18.28 + + [ Ubuntu: 3.8.0-18.28 ] + + * (debian) fix internal linkage for separated header packages + - LP: #1165259 + * SAUCE: Bluetooth: Add support for Broadcom 413c:8143 + - LP: #1166113 + * SAUCE: (no-up) apparmor: Fix quieting of audit messages for network + mediation + - LP: #1163259 + * SAUCE: (no-up) drm/i915: quirk no PCH_PWM_ENABLE for Dell XPS13 + backlight + - LP: #1162026, #1163720 + * [Config] Disable CONFIG_PARPORT_PC_FIFO + - LP: #339752 + * SAUCE: (no-up) mac80211_hwsim: Register and bind to driver + - LP: #1166250 + * [Config] RTC_DRV_PL031=y + * (debian) Abort build on unresolved symbols + - LP: #1166197 + * [Config] Add libceph to inclusion list + * [Config] Drop all inclusion list modules with unsatisfied dependencies + * SAUCE: (no-up) Remove emi62 files duplicated in linux-firmware + * SAUCE: (no-up) Remove emi26 files duplicated in linux-firmware + * SAUCE: (no-up) Remove whiteheat files duplicated in linux-firmware + * Release Tracking Bug + - LP: #1168040 + * TTY: do not update atime/mtime on read/write + - LP: #1097680 + - CVE-2013-0160 + * KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions + (CVE-2013-1797) + - LP: #1158258 + - CVE-2013-1797 + * KVM: Fix bounds checking in ioapic indirect register reads + (CVE-2013-1798) + - LP: #1158262 + - CVE-2013-1798 + * drm/i915: HDMI/DP - ELD info refresh support for Haswell + - LP: #1011438 + * ALSA - HDA: New PCI ID for Haswell ULT + - LP: #1011438 + * ALSA: hda - Support rereading widgets under the function group + - LP: #1011438 + * ALSA: hda - Add fixup for Haswell to enable all pin and convertor + widgets + - LP: #1011438 + * libata: fix DMA to stack in reading devslp_timing parameters + - LP: #1031173 + * dmaengine: dw_dmac: remove CLK dependency + - LP: #1031163 + * dmaengine: dw_dmac: Enhance device tree support + - LP: #1031163 + * dmaengine: dw_dmac: amend description and indentation + - LP: #1031163 + * dw_dmac: change dev_printk() to corresponding macros + - LP: #1031163 + * dw_dmac: don't call platform_get_drvdata twice + - LP: #1031163 + * dw_dmac: change dev_crit to dev_WARN in dwc_handle_error + - LP: #1031163 + * dw_dmac: introduce to_dw_desc() macro + - LP: #1031163 + * dw_dmac: absence of pdata isn't critical when autocfg is set + - LP: #1031163 + * dw_dmac: check for mapping errors + - LP: #1031163 + * dw_dmac: remove redundant check + - LP: #1031163 + * dw_dmac: update tx_node_active in dwc_do_single_block + - LP: #1031163 + * dma: dw_dmac: add dwc_chan_pause and dwc_chan_resume + - LP: #1031163 + * dmaengine: introduce is_slave_direction function + - LP: #1031163 + * dmaengine: add possibility for cyclic transfers + - LP: #1031163 + * dma: dw_dmac: check direction properly in dw_dma_cyclic_prep + - LP: #1031163 + * dma: ep93xx_dma: reuse is_slave_direction helper + - LP: #1031163 + * dma: ipu_idmac: reuse is_slave_direction helper + - LP: #1031163 + * dma: ste_dma40: reuse is_slave_direction helper + - LP: #1031163 + * dw_dmac: call .probe after we have a device in place + - LP: #1031163 + * dw_dmac: store direction in the custom channel structure + - LP: #1031163 + * dw_dmac: make usage of dw_dma_slave optional + - LP: #1031163 + * dw_dmac: backlink to dw_dma in dw_dma_chan is superfluous + - LP: #1031163 + * dw_dmac: allocate dma descriptors from DMA_COHERENT memory + - LP: #1031163 + * dw_dmac: don't exceed AHB master number in dwc_get_data_width + - LP: #1031163 + * dw_dmac: move soft LLP code from tasklet to dwc_scan_descriptors + - LP: #1031163 + * dw_dmac: print out DW_PARAMS and DWC_PARAMS when debug + - LP: #1031163 + * dw_dmac: remove unnecessary tx_list field in dw_dma_chan + - LP: #1031163 + * dw_dmac: introduce total_len field in struct dw_desc + - LP: #1031163 + * dw_dmac: fill individual length of descriptor + - LP: #1031163 + * dw_dmac: return proper residue value + - LP: #1031163 + * dw_dmac: apply default dma_mask if needed + - LP: #1031163 + * dw_dmac: add support for Lynxpoint DMA controllers + - LP: #1031163 + * dw_dmac: adjust slave_id accordingly to request line base + - LP: #1031163 + + -- Andy Whitcroft Fri, 12 Apr 2013 12:03:31 +0100 + +linux-lowlatency (3.8.0-17.11) raring; urgency=low + + [ Andy Whitcroft ] + + * drop erroneous AUFS update from 3.9. + * [Packaging] ensure we clear out the old config before regenerating + * [Config] add CONFIG_PROVE_RCU_DELAY=n + + -- Andy Whitcroft Tue, 09 Apr 2013 10:29:36 +0100 + +linux-lowlatency (3.8.0-17.10) raring; urgency=low + + [ Andy Whitcroft ] + + * Revert "ubuntu: AUFS (no-squash) -- aufs3-standalone.patch" + * Revert "ubuntu: AUFS (no-squash) -- aufs3-base.patch" + * ubuntu: AUFS -- update to ef8e1b1b265bb851b9a22aab02c81f24e57f81ac + * rebase to Ubuntu-3.8.0-17.27 + + [ Upstream Kernel Changes ] + + * Uubuntu: AUFS (no-squash) -- aufs3-base.patch + * Uubuntu: AUFS (no-squash) -- aufs3-standalone.patch + + [ Ubuntu: 3.8.0-17.27 ] + + * SAUCE: (no-up) Bluetooth: Add support for 04ca:2007 + - LP: #1153448 + * SAUCE: (no-up) Bluetooth: Add support for 105b:e065 + - LP: #1161261 + * SAUCE: (no-up) tools/power turbostat: additional Haswell CPU-id + - LP: #1083993 + * Revert "SAUCE: (no-up) seccomp: forcing auditing of kill condition" + Replaced by upstream patch. + * Release Tracking Bug + - LP: #1165746 + * rebase to v3.8.6 + * Revert "brcmsmac: support 4313iPA" + - LP: #1157190 + * tools/power turbostat: support Haswell + - LP: #1083993 + * net: calxedaxgmac: fix rx ring handling when OOM + * cpufreq: check OF node /cpus presence before dereferencing it + * Input: cypress_ps2 - fix trackpadi found in Dell XPS12 + - LP: #1103594 + * ARM: OMAP2+: Limit omap initcalls to omap only on multiplatform kernels + * ARM: OMAP2+: Use omap initcalls + * ARM: OMAP: Fix i2c cmdline initcall for multiplatform + * ARM: OMAP: Fix dmaengine init for multiplatform + * ARM: OMAP2+: Add multiplatform debug_ll support + * ARM: OMAP2+: Disable code that currently does not work with + multiplaform + * ARM: OMAP2+: Enable ARCH_MULTIPLATFORM support + * ARM: OMAP2+: Add minimal support for booting vexpress + * ARM: OMAP2+: Remove now obsolete uncompress.h and debug-macro.S + * davinci: do not include mach/hardware.h + * clk: export __clk_get_name for re-use in imx-ipu-v3 and others + * [SCSI] storvsc: avoid usage of WRITE_SAME + - LP: #1157952 + * ACPICA: Fix possible memory leak in dispatcher error path. + * KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-2013-1796) + - LP: #1158254 + - CVE-2013-1796 + * SAUCE: (no-up) Bluetooth: Add a load_firmware callback to struct hci_dev + - LP: #1065400 + * SAUCE: (no-up) Bluetooth: Implement broadcom patchram firmware loader + - LP: #1065400 + * SAUCE: (no-up) Bluetooth: Add support for 13d3:3388 and 13d3:3389 + - LP: #1065400 + + [ Ubuntu: 3.8.0-16.26 ] + + * SAUCE: intel_idle: additional Haswell CPU-id + - LP: #1083993 + * SAUCE: cpufreq: OMAP: instantiate omap-cpufreq as a platform_driver + * Rebase to 3.8.5 + * Release Tracking Bug + - LP: #1162956 + * iwlwifi: add 7000 series device configuration + - LP: #1011422 + * mac80211: prevent spurious HT/VHT downgrade message + + [ Ubuntu: 3.8.0-15.25 ] + + * [Config] annotations -- track move to -generic for armhf + * [Config] annotations -- resync with updated armhf -generic flavour + * [Config] annotations -- clean up redundant annotations + * Revert "SAUCE: add option to hand off all kernel parameters to init" + * SAUCE: add option to hand off all kernel parameters to init + Clean up compile warnings. + - LP: #586386 + * Revert "SAUCE: isapnp_init: make isa PNP scans occur async" + * SAUCE: isapnp_init: make isa PNP scans occur async + Clean up compile warnings. + * [Config] HIHGBANK=y + * [Config] SATA_HIGHBANK=y + * [Config] NET_CALXEDA_XGMAC=y + * [Config] EDAC_HIGHBANK_[MC|L2]=y + * SAUCE: cpufreq: check OF /cpus presence before dereferencing it + * [Config] CONFIG_CPU_IDLE_CALXEDA=y, CONFIG_SWP_EMULATE=y + * [Config] ARM_HIGHBANK_CPUFREQ=y + * [Config] CPU_IDLE_MULTIPLE_DRIVERS=y, CPU_FREQ_DEFAULT_GOV_ONDEMAND=y + * SAUCE: ARM: cache-l2x0: fix masking of RTL revision numbering and + set_debug init + * SAUCE: ahci: remove calxeda ahci controller + * SAUCE: cpuidle: calxeda: disable power gating by default + * SAUCE: net: calxedaxgmac: fix rx ring handling when OOM + * SAUCE: dm-raid45: Fix incompatible ptr assignments + Clean up compile warnings. + * [Config] Removed modules from ABI + * [Config] CONFIG_SATA_HIGHBANK=n for x86 + * [Config] Remove highbank as a flavour + * [Config] CONFIG_MAILBOX=y + * SAUCE: acpi/video.c: Fix compile warnings + * SAUCE: apparmor: Fix compile warnings + * SAUCE: vesafb: Cleanup compile warnings + * Release Tracking Bug + - LP: #1161054 + * i2c: iSMT: add Intel Avoton DeviceIDs + - LP: #1083965 + * ARM: use device tree to get smp_twd clock + * clk / highbank: Prevent glitches in non-bypass reset mode + * ARM / highbank: add support for pl320 IPC + * cpufreq / highbank: add support for highbank cpufreq + * PM / OPP: switch exported symbols to GPL variant + * PM / OPP: Export more symbols for module usage + * mailbox, pl320-ipc: remove __init from probe function + * SAUCE: PCI: define macro for marvell vendor ID + - LP: #1159863 + * SAUCE: PCI: fix system hang issue of Marvell SATA host controller + - LP: #1159863 + + -- Andy Whitcroft Mon, 08 Apr 2013 10:32:32 +0100 + +linux-lowlatency (3.8.0-14.9) raring; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.8.0-14.24 + + [ Ubuntu: 3.8.0-14.24 ] + + * [Config] rename omap flavour to generic + * [Config] USB_MUSB_HDRC=m + * SAUCE: mfd: omap-usb-host: Fix clk warnings at boot + * SAUCE: Revert "brcmsmac: support 4313iPA" + - LP: #1157190 + * [Config] CONFIG_SERIAL_8250_DW=m across all arches + - LP: #1031162 + * [debian] Build extras package only for specific arches + * [config] Set do_extras_package=true for x86en + * Rebase to 3.8.4 + * Release Tracking Bug + - LP: #1158863 + * Input: ALPS - document the alps.h data structures + - LP: #1089413 + * Input: ALPS - copy "model" info into alps_data struct + - LP: #1089413 + * Input: ALPS - move alps_get_model() down below hw_init code + - LP: #1089413 + * Input: ALPS - introduce helper function for repeated commands + - LP: #1089413 + * Input: ALPS - rework detection sequence + - LP: #1089413 + * Input: ALPS - use function pointers for different protocol handlers + - LP: #1089413 + * Input: ALPS - move {addr,nibble}_command settings into + alps_set_defaults() + - LP: #1089413 + * Input: ALPS - rework detection of Pinnacle AGx touchpads + - LP: #1089413 + * Input: ALPS - fix command mode check + - LP: #1089413 + * Input: ALPS - move pixel and bitmap info into alps_data struct + - LP: #1089413 + * Input: ALPS - make the V3 packet field decoder "pluggable" + - LP: #1089413 + * Input: ALPS - add support for "Rushmore" touchpads + - LP: #1089413 + * Input: ALPS - enable trackstick on Rushmore touchpads + - LP: #1089413 + * Input: ALPS - remove unused argument to alps_enter_command_mode() + - LP: #1089413 + * Input: ALPS - add "Dolphin V1" touchpad support + - LP: #1089413 + * serial: 8250_dw: Use ifdef with ACPI + - LP: #1031162 + * rebase to v3.8.4 + + [ Ubuntu: 3.8.0-13.23 ] + + * Revert "drm/i915: enable irqs earlier when resuming" + - LP: #1156310 + * Revert "drm/i915: reorder setup sequence to have irqs for output setup" + - LP: #1156310 + * x86/apic: Remove noisy zero-mask warning from + default_send_IPI_mask_logical() + - LP: #1100202 + * drm/i915: Fix races in gen4 page flip interrupt handling + - LP: #1116587 + * drm/i915: Revert hdmi HDP pin checks + - LP: #1135668 + * signal: always clear sa_restorer on execve + - LP: #1153813 + - CVE-2013-0914 + + [ Ubuntu: 3.8.0-13.22 ] + + * Revert "SAUCE: fireware: add NO_MSI quirks for o2micro controller" + * SAUCE: alx: use github.com/qca/alx repo + - LP: #1154238 + * [packaging] do not use ../.$(series)-env file + * SAUCE: Convert bnx2x firmware files to ihex format + * SAUCE: alx: Update to heads/master + - LP: #1154238 + * SAUCE: efivars: Allow disabling use as a pstore backend + * [Config] Re-enable CONFIG_PSTORE for x86 + * Drop efivarfs reverts in favor of 3.8.3 stable updates + Revert "efivarfs: Validate filenames much more aggressively" + Revert "efivarfs: guid part of filenames are case-insensitive" + * [Config] CONFIG_I2C_ISMT=m + - LP: #1011449 + * [Config] CONFIG_SERIAL_8250_DMA=y,CONFIG_SERIAL_8250_DW=m for x86en + - LP: #1031162 + * Release Tracking Bug + - LP: #1155680 + * net/sctp: Validate parameter size for SCTP_GET_ASSOC_STATS + - LP: #1152791 + - CVE-2013-1828 + * mfd: rtsx: Implement driving adjustment to device-dependent callbacks + - LP: #1153618 + * mfd: rtsx: Support RTS5227 + - LP: #1153618 + * mmc: rtsx: remove driving adjustment + - LP: #1153618 + * i2c: Adding support for Intel iSMT SMBus 2.0 host controller + - LP: #1011449 + * i2c: fix i2c-ismt.c printk format warning + - LP: #1011449 + * serial: quatech: add the other serial identifiers and preliminary + control code + - LP: #1031162 + * serial: Remove RM9000 series serial driver. + - LP: #1031162 + * serial: 8250_pci: remove __devexit usage + - LP: #1031162 + * serial: 8250: Allow drivers to deliver capabilities + - LP: #1031162 + * serial: 8250_dw: Don't use UPF_FIXED_TYPE + - LP: #1031162 + * serial: 8250_dw: Map IO memory + - LP: #1031162 + * serial: 8250_dw: Move device tree code to separate function + - LP: #1031162 + * serial: 8250_dw: Set FIFO size dynamically + - LP: #1031162 + * serial: 8250_dw: Add ACPI 5.0 support + - LP: #1031162 + * serial: 8250: Add support for dmaengine + - LP: #1031162 + * serial: 8250_dw: Enable DMA support with ACPI + - LP: #1031162 + * rebase to v3.8.3 + + -- Andy Whitcroft Mon, 25 Mar 2013 09:40:27 +0000 + +linux-lowlatency (3.8.0-12.8) raring; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.8.0-12.21 + + [ Ubuntu: 3.8.0-12.21 ] + + * [Config] CONFIG_PSTORE=n for x86 + * Release Tracking Bug + - LP: #1152228 + * Revert "efivarfs: guid part of filenames are case-insensitive" + - LP: #1146988 + * Revert "efivarfs: Validate filenames much more aggressively" + - LP: #1146988 + * mfd: rtsx: Optimize card detect flow + - LP: #1148892 + * mfd: rtsx: Fix issue that booting OS with SD card inserted + - LP: #1148892 + + [ Ubuntu: 3.8.0-11.20 ] + + * Release Tracking Bug + - LP: #1147659 + * [Config] CONFIG_SPI_PXA2XX_PCI=m + - LP: #1031169 + * CONFIG_SATA_ZPODD=y + - LP: #1031180 + * CONFIG_GPIO_LYNXPOINT=y + - LP: #1031174 + * spi/pxa2xx-pci: switch to use pcim_* interfaces + - LP: #1031169 + * spi/pxa2xx: embed the ssp_device to platform data + - LP: #1031169 + * spi/pxa2xx: allow building on a 64-bit kernel + - LP: #1031169 + * spi/pxa2xx: fix warnings when compiling a 64-bit kernel + - LP: #1031169 + * spi/pxa2xx: convert to the pump message infrastructure + - LP: #1031169 + * spi/pxa2xx: convert to the common clk framework + - LP: #1031169 + * spi/pxa2xx: break out the private DMA API usage into a separate file + - LP: #1031169 + * spi/pxa2xx: add support for DMA engine + - LP: #1031169 + * spi/pxa2xx: add support for runtime PM + - LP: #1031169 + * spi/pxa2xx: add support for SPI_LOOP + - LP: #1031169 + * spi/pxa2xx: add support for Intel Low Power Subsystem SPI + - LP: #1031169 + * spi/pxa2xx: add support for Lynxpoint SPI controllers + - LP: #1031169 + * i2c-designware: always set the STOP bit after last byte + - LP: #1031166 + * i2c-designware: add minimal support for runtime PM + - LP: #1031166 + * i2c-designware: add support for Intel Lynxpoint + - LP: #1031166 + * remove can_power_off flag from scsi_device + - LP: #1031180 + * sr: support runtime pm + - LP: #1031180 + * libata: identify and init ZPODD devices + - LP: #1031180 + * libata: move acpi notification code to zpodd + - LP: #1031180 + * libata: check zero power ready status for ZPODD + - LP: #1031180 + * libata: handle power transition of ODD + - LP: #1031180 + * libata: expose pm qos flags for ata device + - LP: #1031180 + * libata: do not suspend port if normal ODD is attached + - LP: #1031180 + * pm: differentiate system and runtime pm for ata port + - LP: #1031180 + * PM code cleanup for ata port + - LP: #1031180 + * scsi: no poll when ODD is powered off + - LP: #1031180 + * Set proper SK when CK_COND is set. + - LP: #1031180 + * fix smatch warning for zpodd_wake_dev + - LP: #1031180 + * gpio/lynxpoint: add chipset gpio driver. + - LP: #1031174 + + [ Ubuntu: 3.8.0-10.19 ] + + * [Config] annotate CONFIG_PATA_ACPI + * rebase to v3.8.2 + * NFC: Fixed nfc core and hci unregistration and cleanup + - LP: #1083994 + * NFC: Added error handling in event_received hci ops + - LP: #1083994 + * NFC: Changed event_received hci ops result semantic + - LP: #1083994 + * NFC: Fixed skb leak in tm_send() nfc and hci ops implementations + - LP: #1083994 + * NFC: Add HCI quirks to support driver (non)standard implementations + - LP: #1083994 + * USB: Don't use EHCI port sempahore for USB 3.0 hubs. + - LP: #1011415 + * USB: Prepare for refactoring by adding extra udev checks. + - LP: #1011415 + * USB: Rip out recursive call on warm port reset. + - LP: #1011415 + * USB: Fix connected device switch to Inactive state. + - LP: #1011415 + * USB: Use helper function hub_set_port_link_state + - LP: #1011415 + * USB: Refactor hub_port_wait_reset. + - LP: #1011415 + * usb/core: consider link speed while looking at bMaxPower + - LP: #1011415 + * usb/core: update power budget for SuperSpeed + - LP: #1011415 + * usb: Add driver/usb/core/(port.c,hub.h) files + - LP: #1011415 + * usb: fix compilation error and warning of driver/usb/core/port.c on arm + and blackfin + - LP: #1011415 + * usb: Add "portX/connect_type" attribute to expose usb port's connect + type + - LP: #1011415 + * usb: Create link files between child device and usb port device. + - LP: #1011415 + * USB: Set usb port's DeviceRemovable according acpi information + - LP: #1011415 + * USB: fix sign-extension bug in the hub driver + - LP: #1011415 + * usb: add runtime pm support for usb port device + - LP: #1011415 + * usb: add usb port auto power off mechanism + - LP: #1011415 + * usb: expose usb port's pm qos flags to user space + - LP: #1011415 + * usb: enable usb port device's async suspend. + - LP: #1011415 + * drm: add prime helpers + - LP: #1138440 + * drm/nouveau: use prime helpers + - LP: #1138440 + * drm/radeon: use prime helpers + - LP: #1138440 + * rebase to v3.8.2 + - LP: #961286 + * Release Tracking Bug + - LP: #1144449 + + -- Andy Whitcroft Thu, 07 Mar 2013 17:19:41 +0000 + +linux-lowlatency (3.8.0-9.7) raring; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.8.0-9.18 + + [ Ubuntu: 3.8.0-9.18 ] + + * Release Tracking Bug + - LP: #1135937 + * [Config] CONFIG_PATA_ACPI=m + - LP: #1084783 + * intel_idle: stop using driver_data for static flags + - LP: #1083993 + * intel_idle: support Haswell + - LP: #1083993 + * i2c: i801: SMBus patch for Intel Avoton DeviceIDs + - LP: #1083965 + * ahci: AHCI-mode SATA patch for Intel Avoton DeviceIDs + - LP: #1083965 + * ata_piix: IDE-mode SATA patch for Intel Avoton DeviceIDs + - LP: #1083965 + * rebase to v3.8.1 + - LP: #1011792 + + [ Ubuntu: 3.8.0-8.17 ] + + * Release Tracking Bug + - LP: #1133552 + * Bump ABI to fix armhf FTBS + * d-i: Add hid-logitech-dj to input-modules + - LP: #975198 + + [ Ubuntu: 3.8.0-7.16 ] + + * [Config] all new menu aligned annotations + * [Config] v3.8 configuration review -- pass 1 + * [Config] v3.8 configuration review -- pass 2 + * [Config] apply v3.8 final configuration review changes + * [Config] annotation: ALX does not build on powerpc + * [Config] CONFIG_DEBUG_INFO=y + * SAUCE: sock_diag: Fix out-of-bounds access to sock_diag_handlers[] + - LP: #1132896 + - CVE-2013-1763 + + [ Ubuntu: 3.8.0-7.15 ] + + * [Config] Add CONFIG_PS2_CYPRESS + * SAUCE: Input: Cypress PS/2 Trackpad simulated multitouch + * SAUCE: Input: fix Cypress PS/2 Trackpad in Dell XPS12 + - LP: #1103594 + * Input: increase struct ps2dev cmdbuf[] to 8 bytes + * Input: add support for Cypress PS/2 Trackpads + - LP: #978807 + + -- Andy Whitcroft Thu, 28 Feb 2013 23:04:23 +0000 + +linux-lowlatency (3.8.0-7.6) raring; urgency=low + + [ Andy Whitcroft ] + + * packaging -- default pocket is no longer -proposed + * rebase to Ubuntu-3.8.0-7.14 + + [ Ubuntu: 3.8.0-7.14 ] + + * [Config] CONFIG_RCU_USER_QS=n + * [Config] CONFIG_MTD_ONENAND_SIM=n + * annotations: add annotations for CONFIG_CC_STACKPROTECTOR + * rebase to v3.8 + * Release Tracking Bug + - LP: #1130111 + * UBUNTU: SAUCE: rt2x00: rt2x00pci_regbusy_read() - only print register access failure once + - LP: #1128840 + + -- Andy Whitcroft Thu, 21 Feb 2013 12:55:43 +0000 + +linux-lowlatency (3.8.0-6.5) raring; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.8.0-6.13 + + [ Ubuntu: 3.8.0-6.13 ] + + * Release Tracking Bug + - LP: #1125364 + * Add ahci modules to d-i + - LP: #1124415 + * SAUCE: drm/i915: Wait for pending flips to complete before tearing down + the encoders + - LP: #1097315 + + [ Ubuntu: 3.8.0-6.12 ] + + * perf: NO_LIBPERL=1 + * Fix linux-headers dependency + * Release Tracking Bug + - LP: #1124362 + * [Config] enable CONFIG_AUFS_EXPORT to allow nfs exports + - LP: #1121699 + * SAUCE: drm/i915: write backlight harder + - LP: #954661 + + -- Andy Whitcroft Mon, 18 Feb 2013 12:01:48 +0000 + +linux-lowlatency (3.8.0-6.4) raring; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.8.0-6.11 + + [ Ubuntu: 3.8.0-6.11 ] + + * Release Tracking Bug + - LP: #1122071 + * rebase to v3.8-rc7 + * Add libaudit-dev as a build dependency + * Build perf with NO_LIBPYTHON=1 to avoid a python build dependency. + * [Config] Remove CONFIG_SATA_AHCI annotation + + [ Ubuntu: 3.8.0-5.10 ] + + * Release Tracking Bug + - LP: #1118568 + * Bump ABI to fix install issue with 3.8.0-4.8. + Moving drivers/ata/*ahci* to linux-image caused an + install conflict with linux-image-extras without an + ABI bump. + * SAUCE: xen-pciback: rate limit error messages from + xen_pcibk_enable_msi{, x}() + - LP: #1117336 + - CVE-2013-0231 + + -- Andy Whitcroft Mon, 11 Feb 2013 18:22:23 +0000 + +linux-lowlatency (3.8.0-4.3) raring; urgency=low + + [ Andy Whitcroft ] + + * [Config] add a build dependancy on openssl + * rebase to Ubuntu-3.8.0-4.9 + + [ Ubuntu: 3.8.0-4.9 ] + + * d-i: Add mellanox ethernet drivers to nic-modules + - LP: #1015339 + * SAUCE: ACPI: Add DMI entry for Sony VGN-FW41E_H + - LP: #1113547 + * SAUCE: alx driver import script + * SAUCE: alx: Update to heads/master + * Release Tracking Bug + - LP: #1117673 + * [debian] Remove dangling symlink from headers package + - LP: #1112442 + * [config] CONFIG_ALX=m + * [Config] Add alx to d-i nic-modules + * [Config] CONFIG_SATA_AHCI=m + - LP: #1056563 + + -- Andy Whitcroft Thu, 07 Feb 2013 16:03:16 +0000 + +linux-lowlatency (3.8.0-4.2) raring; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.8.0-4.8 + + [ Ubuntu: 3.8.0-4.8 ] + + * SAUCE: imx6: dts: Add IMX6Q AHCI support + * rebase to v3.8-rc6 + * updateconfigs following rebase to v3.8-rc6 + * Release Tracking Bug + - LP: #1112573 + * SAUCE: imx6: enable sata clk if SATA_AHCI_PLATFORM + * [Config] SERIAL_AMBA_PL011=y (vexpress serial console) + * [Config] MMC_ARMMMCI=y (vexpress mmc) + * [Config] FB_ARMCLCD=y (vexpress framebuffer) + * [Config] CONFIG_MAC80211_MESSAGE_TRACING=y + * rebase to v3.8-rc6 + - LP: #1107477 + + [ Ubuntu: 3.8.0-3.7 ] + + * SAUCE: ARM: OMAP2+: add cpu id register to MAC address helper + * SAUCE: ARM: omap2 add mac address allocation register api + * SAUCE: ARM: omap2 panda register ethernet and wlan for automatic mac + allocation + * rebase to v3.8-rc5 + * Release Tracking Bug + - LP: #1111486 + * SAUCE: davinci: vpss: compilation fix + * [Config] enable TI OMAP4 support (Pandaboard/ES) + * [Config] OMAP_USB2=y (since TWL6030_USB depends on it) + * [Config] enable Freescale IMX6 support (SabreLite) + * [Config] SERIAL_IMX_CONSOLE=y + * [Config] MMC_*_IMX=y + * [Config] disable USB_SUSPEND + * [Config] USB_MXS_PHY=y + * [Config] USB_CHIPIDEA=y + * SAUCE: DTB: add support for multiple DTBs + * SAUCE: DTB: build imx6q-sabrelite + * SAUCE: DTB: build beaglexm + * SAUCE: DTB: build panda/panda es + * [Config] disable CPU_FREQ + * [Config] PANEL_TFP410=y (video DVI output) + * [Config] SND_OMAP_SOC*=y + * [Config] SND_IMX_SOC*=y + * [Config] I2C_IMX=y + * [Config] SPI_IMX=m + * [Config] Move 9p modules into generic package + - LP: #1107658 + * SAUCE: ARM: OMAP2+: Limit omap initcalls to omap only on multiplatform + kernels + * SAUCE: ARM: OMAP2+: Use omap initcalls + * SAUCE: ARM: OMAP: Fix i2c cmdline initcall for multiplatform + * SAUCE: ARM: OMAP: Fix dmaengine init for multiplatform + * SAUCE: ARM: OMAP2+: Add multiplatform debug_ll support + * SAUCE: ARM: OMAP2+: Disable code that currently does not work with + multiplaform + * SAUCE: ARM: OMAP2+: Enable ARCH_MULTIPLATFORM support + * SAUCE: ARM: OMAP2+: Add minimal support for booting vexpress + * SAUCE: ARM: OMAP2+: Remove now obsolete uncompress.h and debug-macro.S + * rebase to v3.8-rc5 + - LP: #1096789 + + [ Ubuntu: 3.8.0-2.6 ] + + * Fix up linux-tools -> SRCPKGNAME-tools rename + * [Config] re-disable CONFIG_SOUND_OSS + - LP: #1105230 + * SAUCE: brcmsmac: fix tx status processing + * Release Tracking Bug + - LP: #1105104 + + [ Ubuntu: 3.8.0-1.5 ] + + * Release Tracking Bug + - LP: #1101235 + * SAUCE: Input: add support for Cypress PS/2 Trackpads + - LP: #978807 + * SAUCE: Input: increase struct ps2dev cmdbuf[] to 8 bytes + * SAUCE: Input: Cypress PS/2 Trackpad simulated multitouch + * [Config] Add CONFIG_PS2_CYPRESS + * rebase to v3.8-rc4 + * rebase to v3.8-rc4 + - LP: #1095315 + - LP: #886975 + - LP: #1086921 + + [ Ubuntu: 3.8.0-0.4 ] + + * [Config] Update CONFIG_TOUCHSCREEN_EGALAX build annotation + * [Config] Update CONFIG_IIO build annotation + * [Config] Update CONFIG_TOUCHSCREEN_EETI annotation + * [Config] Remove CONFIG_SPI_DW_MMIO annotation + * [Config] Remove CONFIG_SPI_PL022 annotation + * [Config] Update CONFIG_EZX_PCAP annotation + * [Config] Update CONFIG_SENSORS_AK8975 annotation + * [Config] Disable CONFIG_DRM_MGAG200 + - LP: #1042903 + + -- Andy Whitcroft Mon, 04 Feb 2013 22:32:52 +0000 + +linux-lowlatency (3.8.0-0.1) raring; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.8.0-0.3 + + [ Ubuntu: 3.8.0-0.3 ] + + * Revert "SAUCE: (no-up) trace: add trace events for open(), exec() and + uselib()" + * SAUCE: (no-up) trace: add trace events for open(), exec() and uselib() + (for v3.7+) + - LP: #1085766, #462111 + + [ Ubuntu: 3.8.0-0.2 ] + + * [packaging] Add macro to selectively disable building perf + * [packaging] Cannot depend on universe package libaudit-dev + + [ Ubuntu: 3.8.0-0.1 ] + + * rebase to v3.8-rc3 + - LP: #1096789 + * rebase to v3.8-rc2 + - LP: #1082357 + - LP: #1075882 + + -- Andy Whitcroft Fri, 11 Jan 2013 18:31:32 +0000 + +linux-lowlatency (3.7.0-7.5) raring; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.7.0-7.15 + + [ Ubuntu: 3.7.0-7.15 ] + + * SAUCE: add eeprom_bad_csum_allow module parameter + - LP: #1070182 + * Add ceph to linux-image for virtual instances + - LP: #1063784 + * SAUCE: net: dev_change_net_namespace: send a KOBJ_REMOVED/KOBJ_ADD + * [Config] CONFIG_SLUB_DEBUG=y + - LP: #1090308 + * Revert "[SCSI] sd: Implement support for WRITE SAME" + - LP: #1089818 + + [ Ubuntu: 3.7.0-6.14 ] + + * [Config] annotations: all new annotations scheme including defaults + * [Configs] apply annotation updates to main configs (top section) + * Revert "SAUCE: include and for mmc_core arm + build" + * Revert "SAUCE: [arm] fixup __aeabi_uldivmod undefined build error" + * Temporarily disable module check for build + * ubuntu: dm-raid45: Adapt to upstream interface changes + * Re-enable build of dm-raid45 + * SAUCE: Moved scripts/fw-to-ihex.sh to debian/scripts/misc + * SAUCE: ACPICA: Fix ACPI mutex object allocation memory leak on error + * SAUCE: drm: Fix possible EDID memory allocation oops + * SAUCE: ttm: Fix possible _manager memory allocation oops + * SAUCE: iwlwifi: iwlagn_request_scan: Fix check for priv->scan_request + * SAUCE: i915: intel_set_mode: Reduce stack allocation from 500 bytes to + 2 pointers + * SAUCE: tools: hv: Netlink source address validation allows DoS + - LP: #1084777 + - CVE-2012-5532 + * rebase to v3.7 + + -- Andy Whitcroft Mon, 17 Dec 2012 16:45:20 +0000 + +linux-lowlatency (3.7.0-5.4) raring-proposed; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.7.0-5.13 + + [ Ubuntu: 3.7.0-5.13 ] + + * SAUCE: inotify, fanotify: replace fsnotify_put_group() with + fsnotify_destroy_group() + - LP: #922906 + * SAUCE: fsnotify: introduce fsnotify_get_group() + - LP: #922906 + * SAUCE: fsnotify: use reference counting for groups + - LP: #922906 + * SAUCE: fsnotify: take groups mark_lock before mark lock + - LP: #922906 + * SAUCE: fanotify: add an extra flag to mark_remove_from_mask that + indicates wheather a mark should be destroyed + - LP: #922906 + * SAUCE: fsnotify: use a mutex instead of a spinlock to protect a groups + mark list + - LP: #922906 + * SAUCE: fsnotify: pass group to fsnotify_destroy_mark() + - LP: #922906 + * SAUCE: fsnotify: introduce locked versions of fsnotify_add_mark() and + fsnotify_remove_mark() + - LP: #922906 + * SAUCE: fsnotify: dont put marks on temporary list when clearing marks + by group + - LP: #922906 + * SAUCE: fsnotify: change locking order + - LP: #922906 + * [Config] CONFIG_NFC_LLCP=y + * [Config] get-firmware: Filter new files through fwinfo + * [Config] CONFIG_MTD_NAND_DOCG4=m for all arches + * [Config] CONFIG_DRM_EXYNOS_HDMI=y + * [Config] CONFIG_XEN=y for all arches + * [Config] CONFIG_SND_OMAP_SOC_ZOOM2=m + * [Config] CONFIG_MMC_DW_EXYNOS=m + * [Config] CONFIG_GPIO_ADNP=m + * [Config] find-obsolete-firmware: Use correct path + * rebase to v3.7-rc8 + - LP: #1084640 + * Revert "VFS: don't do protected {sym,hard}links by default" + - LP: #1084192 + + -- Andy Whitcroft Wed, 05 Dec 2012 15:25:17 +0000 + +linux-lowlatency (3.7.0-4.3) raring-proposed; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.7.0-4.12 + + [ Ubuntu: 3.7.0-4.12 ] + + * Revert "[Config] Use -j1 for headers_install" + * Revert "[Config] install-arch-headers needs a valid config" + Strayed into the weeds in search of the root cause of the periodic + build failure. + Fixes powerpc FTBS introduced in -4.11. + * [Config] hmake -j1 + The kernel makefile appears to have parallel dependency + problems for the install_headers target. This appears to be root + cause for a periodic build failure on N-way machines. + + [ Ubuntu: 3.7.0-4.11 ] + + * [Config] Use -j1 for headers_install + Also fixes a powerpc FTBS introduced by + "[Config] install-arch-headers needs a valid config". + + [ Ubuntu: 3.7.0-4.10 ] + + * [Config] add rebuild-test support for autopkgtest + - LP: #1081500 + * [tests] move build tests out of the way + - LP: #1081500 + * [tests] add an autopkgtest rebuild test + - LP: #1081500 + * rebase to v3.7-rc7 + * SAUCE: Remove emi62 files duplicated in linux-firmware + * SAUCE: Remove sb16 files duplicated in linux-firmware + * SAUCE: Remove whiteheat files duplicated in linux-firmware + * SAUCE: Remove yamaha files duplicated in linux-firmware + * SAUCE: Remove dsp56k files used only by m68k + * SAUCE: firmware: Remove last vestiges of dabusb + * SAUCE: Remove vicam files duplicated in linux-firmware + * [Config] install-arch-headers needs a valid config + * rebase to v3.7-rc7 + - LP: #1076840 + - LP: #1081466 + + -- Andy Whitcroft Wed, 28 Nov 2012 17:52:14 +0000 + +linux-lowlatency (3.7.0-3.2) raring; urgency=low + + [ Andy Whitcroft ] + + * [Config] linux-image-* should Suggests: linux-headers-* + - LP: #1029730 + * rebase to Ubuntu-3.7.0-3.9 + + [ Ubuntu: 3.7.0-3.9 ] + + * [Config] Enable CONFIG_X86_CPUFREQ_NFORCE2=y + - LP: #1079900 + * Add nfsv3 to nfs-modules udeb + * [Config] SND_OMAP_SOC*=y + - LP: #1019321 + * SAUCE: (no-up) xen/netfront: handle compound page fragments on transmit + - LP: #1078926 + * Revert "SAUCE: SECCOMP: audit: always report seccomp violations" + - LP: #1079469 + * Revert "SAUCE: omap3 clocks .dev_id = NULL" + * rebase to v3.7-rc6 + * SAUCE: script to detect obsolete firmware + * SAUCE: Remove yam files duplicated in linux-firmware + * SAUCE: Remove tehuti files duplicated in linux-firmware + * SAUCE: Remove matrox files duplicated in linux-firmware + * SAUCE: Remove cxgb3 files duplicated in linux-firmware + * SAUCE: Remove r128 files duplicated in linux-firmware + * SAUCE: Remove acenic files duplicated in linux-firmware + * SAUCE: Remove keyspan files duplicated in linux-firmware + * SAUCE: Remove sun files duplicated in linux-firmware + * SAUCE: Remove radeon files duplicated in linux-firmware + * SAUCE: Update bnx2x firmware to 7.8.2.0 + * [Config] generic.inclusion-list: econet has disappeared + * seccomp: forcing auditing of kill condition + - LP: #1079469 + * rebase to v3.7-rc6 + + -- Andy Whitcroft Wed, 21 Nov 2012 16:46:18 +0000 + +linux-lowlatency (3.7.0-2.1) raring; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.7.0-2.8 + + [ Ubuntu: 3.7.0-2.8 ] + + * Revert "overlayfs: disable until FTBS is fixed" + * Revert "ubuntu: overlayfs" + * Revert "ubuntu: AUFS" + * ubuntu: overlayfs -- overlayfs: add statfs support + * ubuntu: overlayfs -- ovl: switch to __inode_permission() + * ubuntu: overlayfs -- overlayfs: copy up i_uid/i_gid from the underlying + inode + - LP: #944386 + * ubuntu: AUFS (no-squash): basic framework and update machinary + * ubuntu: AUFS (no-squash) -- aufs3-base.patch + * ubuntu: AUFS (no-squash) -- aufs3-standalone.patch + * ubuntu: AUFS: aufs-update -- follow the uapi header changes + * ubuntu: AUFS -- update to f2873474324d0a31af4340554b9715f51331bc7f + * ubuntu: AUFS (no-squash) -- reenable + - LP: #1079193 + * ubuntu: overlayfs -- overlayfs: implement show_options + * ubuntu: overlayfs -- vfs: add i_op->dentry_open() + * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules + * ubuntu: overlayfs -- vfs: introduce clone_private_mount() + * ubuntu: overlayfs -- overlay filesystem + * ubuntu: overlayfs -- fs: limit filesystem stacking depth + * ubuntu: overlayfs -- vfs: export __inode_permission() to modules + * ubuntu: overlayfs -- overlay: overlay filesystem documentation + * ubuntu: overlayfs -- overlayfs: fix possible leak in ovl_new_inode + * ubuntu: overlayfs -- overlayfs: create new inode in ovl_link + + -- Andy Whitcroft Thu, 15 Nov 2012 16:25:40 +0000 + +linux-lowlatency (3.7.0-1.20) raring; urgency=low + + [ Andy Whitcroft ] + + * add a common headers package from this package + * [Config] drop lowlatency-pae from d-i configuration + * rebase to Ubuntu-3.7.0-1.7 + + [ Ubuntu: 3.7.0-1.7 ] + + * [Config] Drop dependency on libaudit-dev + Its a universe package which causes an FTBS on the builders. + libaudit-dev is not strictly required for the perf tools build. + + -- Andy Whitcroft Wed, 14 Nov 2012 17:51:51 +0000 + +linux-lowlatency (3.7.0-0.19) raring; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.7.0-0.5 + + -- Andy Whitcroft Wed, 14 Nov 2012 03:59:55 +0000 + +linux-lowlatency (3.5.0-18.18) quantal-proposed; urgency=low + + [Andy Whitcroft] + + * Release Tracking Bug + - LP: #1068866 + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.5.0-18.29 + + [ Ubuntu: 3.5.0-18.29 ] + + * Release Tracking Bug + - LP: #1068224 + * [packaging] do not fail secure copy on older kernels + * SAUCE: efivarfs: efivarfs_file_read ensure we free data in error paths + - LP: #1063061 + * SAUCE: efivars: efivarfs_create() ensure we drop our reference on inode + on error + - LP: #1063061 + * SAUCE: efivarfs: efivarfs_fill_super() fix inode reference counts + - LP: #1063061 + * SAUCE: efivarfs: efivarfs_fill_super() ensure we free our temporary + name + - LP: #1063061 + * SAUCE: efivarfs: efivarfs_fill_super() ensure we clean up correctly on + error + - LP: #1063061 + * [Config] add fs/udf to linux-image to support DVD/CD formats in virtual + instances + - LP: #1066921 + * SAUCE: efi: Handle deletions and size changes in efivarfs_write_file + - LP: #1063061 + * SAUCE: efivarfs: Implement exclusive access for {get, set}_variable + - LP: #1063061 + * SAUCE: input: Cypress PS/2 Trackpad list additional contributors + * SAUCE: input: Cypress PS/2 Trackpad fix lost sync upon palm contact + - LP: #1048258 + * SAUCE: input: Cypress PS/2 Trackpad fix taps turning into hardware + clicks + - LP: #1064086 + * Revert "SAUCE: ext4: fix crash when accessing /proc/mounts + concurrently" + - LP: #1066176 + * Revert "SAUCE: ALSA: hda/realtek - Fix detection of ALC271X codec" + - LP: #1066176 + * SAUCE: efi: add efivars kobject to efi sysfs folder + - LP: #1063061 + * SAUCE: efivarfs: Add documentation for the EFI variable filesystem + - LP: #1063061 + * SAUCE: efi: Add support for a UEFI variable filesystem + - LP: #1063061 + * SAUCE: bridge: Pull ip header into skb->data before looking into ip + header. + - LP: #1065150 + * Revert "drm/i915: correctly order the ring init sequence" + - LP: #1066176 + * vfs: dcache: fix deadlock in tree traversal + - LP: #1063761 + * dm mpath: only retry ioctl when no paths if queue_if_no_path set + - LP: #1063761 + * dm: handle requests beyond end of device instead of using BUG_ON + - LP: #1063761 + * dm table: clear add_random unless all devices have it set + - LP: #1063761 + * dm verity: fix overflow check + - LP: #1063761 + * usb: gadget: make g_printer enumerate again + - LP: #1063761 + * usb: gadget: initialize the strings in tcm_usb_gadget properly + - LP: #1063761 + * USB: option: blacklist QMI interface on ZTE MF683 + - LP: #1063761 + * USB: ftdi_sio: add TIAO USB Multi-Protocol Adapter (TUMPA) support + - LP: #1063761 + * USB: qcaux: add Pantech vendor class match + - LP: #1063761 + * usb: host: xhci: Fix Null pointer dereferencing with 71c731a for + non-x86 systems + - LP: #1063761 + * USB: serial: fix up bug with missing {} + - LP: #1063761 + * staging: speakup_soft: Fix reading of init string + - LP: #1063761 + * tty: keyboard.c: Remove locking from vt_get_leds. + - LP: #1063761 + * staging: r8712u: Do not queue cloned skb + - LP: #1063761 + * staging: comedi: s626: don't dereference insn->data + - LP: #1063761 + * staging: comedi: jr3_pci: fix iomem dereference + - LP: #1063761 + * staging: comedi: don't dereference user memory for INSN_INTTRIG + - LP: #1063761 + * staging: comedi: fix memory leak for saved channel list + - LP: #1063761 + * Remove BUG_ON from n_tty_read() + - LP: #1063761 + * TTY: ttyprintk, don't touch behind tty->write_buf + - LP: #1063761 + * serial: omap: fix software flow control + - LP: #1063761 + * serial: pl011: handle corruption at high clock speeds + - LP: #1063761 + * serial: set correct baud_base for EXSYS EX-41092 Dual 16950 + - LP: #1063761 + * tools/hv: Fix file handle leak + - LP: #1063761 + * tools/hv: Fix exit() error code + - LP: #1063761 + * tools/hv: Check for read/write errors + - LP: #1063761 + * b43legacy: Fix crash on unload when firmware not available + - LP: #1063761 + * firmware: Add missing attributes to EFI variable attribute print out + from sysfs + - LP: #1063761 + * xhci: Intel Panther Point BEI quirk. + - LP: #1063761 + * xHCI: add cmd_ring_state + - LP: #1063761 + * xHCI: add aborting command ring function + - LP: #1063761 + * xHCI: cancel command after command timeout + - LP: #1063761 + * xHCI: handle command after aborting the command ring + - LP: #1063761 + * Increase XHCI suspend timeout to 16ms + - LP: #1063761 + * HID: keep dev_rdesc unmodified and use it for comparisons + - LP: #1049623, #1063761 + * ath9k: Disable ASPM only for AR9285 + - LP: #1063761 + * xen/pciback: Restore the PCI config space after an FLR. + - LP: #1063761 + * coredump: prevent double-free on an error path in core dumper + - LP: #1063761 + * n_gsm.c: Implement 3GPP27.010 DLC start-up procedure in MUX + - LP: #1063761 + * n_gsm: uplink SKBs accumulate on list + - LP: #1063761 + * n_gsm: added interlocking for gsm_data_lock for certain code paths + - LP: #1063761 + * n_gsm: memory leak in uplink error path + - LP: #1063761 + * UBI: fix autoresize handling in R/O mode + - LP: #1063761 + * UBI: erase free PEB with bitflip in EC header + - LP: #1063761 + * Yama: handle 32-bit userspace prctl + - LP: #1063761 + * SCSI: ibmvscsi: Fix host config length field overflow + - LP: #1063761 + * SCSI: hpsa: Use LUN reset instead of target reset + - LP: #1063761 + * can: mscan-mpc5xxx: fix return value check in mpc512x_can_get_clock() + - LP: #1063761 + * remoteproc: select VIRTIO to avoid build breakage + - LP: #1063761 + * remoteproc: fix a potential NULL-dereference on cleanup + - LP: #1063761 + * IPoIB: Fix use-after-free of multicast object + - LP: #1063761 + * IB/srp: Fix use-after-free in srp_reset_req() + - LP: #1063761 + * IB/srp: Avoid having aborted requests hang + - LP: #1063761 + * isci: fix isci_pci_probe() generates warning on efi failure path + - LP: #1063761 + * x86/alternatives: Fix p6 nops on non-modular kernels + - LP: #1063761 + * SCSI: scsi_remove_target: fix softlockup regression on hot remove + - LP: #1063761 + * SCSI: scsi_dh_alua: Enable STPG for unavailable ports + - LP: #1063761 + * Linux 3.5.6 + - LP: #1063761 + * au0828: fix case where STREAMOFF being called on stopped stream causes + BUG() + - LP: #1062917 + * ALSA: hda - do not detect jack on internal speakers for Realtek + - LP: #1064621 + * HID: Remove QUANTA from special drivers list + - LP: #1064921 + * drm/i915: no lvds quirk for Zotac ZDBOX SD ID12/ID13 + - LP: #1064924 + * Revert dyndbg: fix for SOH in logging messages + - LP: #1066176 + * mn10300: only add -mmem-funcs to KBUILD_CFLAGS if gcc supports it + - LP: #1066176 + * kbuild: make: fix if_changed when command contains backslashes + - LP: #1066176 + * kbuild: Fix gcc -x syntax + - LP: #1066176 + * slab: fix the DEADLOCK issue on l3 alien lock + - LP: #1066176 + * intel-iommu: Default to non-coherent for domains unattached to iommus + - LP: #1066176 + * ARM: 7548/1: include linux/sched.h in syscall.h + - LP: #1066176 + * em28xx: Make all em28xx extensions to be initialized asynchronously + - LP: #1066176 + * media: rc: ite-cir: Initialise ite_dev::rdev earlier + - LP: #1066176 + * media: gspca_pac7302: add support for device 1ae7:2001 Speedlink Snappy + Microphone SL-6825-SBK + - LP: #1066176 + * ACPI: run _OSC after ACPI_FULL_INITIALIZATION + - LP: #1066176 + * PCI: acpiphp: check whether _ADR evaluation succeeded + - LP: #1066176 + * mfd: max8925: Move _IO resources out of ioport_ioresource + - LP: #1066176 + * lib/gcd.c: prevent possible div by 0 + - LP: #1066176 + * kernel/sys.c: call disable_nonboot_cpus() in kernel_restart() + - LP: #1066176 + * drivers/scsi/atp870u.c: fix bad use of udelay + - LP: #1066176 + * lguest: fix occasional crash in example launcher. + - LP: #1066176 + * powerpc/eeh: Fix crash on converting OF node to edev + - LP: #1066176 + * ixgbe: fix PTP ethtool timestamping function + - LP: #1066176 + * rapidio/rionet: fix multicast packet transmit logic + - LP: #1066176 + * PM / Sleep: use resume event when call dpm_resume_early + - LP: #1066176 + * workqueue: add missing smp_wmb() in process_one_work() + - LP: #1066176 + * jbd2: don't write superblock when if its empty + - LP: #1066176 + * localmodconfig: Fix localyesconfig to set to 'y' not 'm' + - LP: #1066176 + * bnx2x: fix rx checksum validation for IPv6 + - LP: #1066176 + * tcp: fix regression in urgent data handling + - LP: #1066176 + * xfrm: Workaround incompatibility of ESN and async crypto + - LP: #1066176 + * xfrm_user: return error pointer instead of NULL + - LP: #1066176 + * xfrm_user: return error pointer instead of NULL #2 + - LP: #1066176 + * xfrm: fix a read lock imbalance in make_blackhole + - LP: #1066176 + * xfrm_user: fix info leak in copy_to_user_auth() + - LP: #1066176 + * xfrm_user: fix info leak in copy_to_user_state() + - LP: #1066176 + * xfrm_user: fix info leak in copy_to_user_policy() + - LP: #1066176 + * xfrm_user: fix info leak in copy_to_user_tmpl() + - LP: #1066176 + * xfrm_user: don't copy esn replay window twice for new states + - LP: #1066176 + * net: ethernet: davinci_cpdma: decrease the desc count when cleaning up + the remaining packets + - LP: #1066176 + * ixp4xx_hss: fix build failure due to missing linux/module.h inclusion + - LP: #1066176 + * netxen: check for root bus in netxen_mask_aer_correctable + - LP: #1066176 + * net-sched: sch_cbq: avoid infinite loop + - LP: #1066176 + * pkt_sched: fix virtual-start-time update in QFQ + - LP: #1066176 + * sierra_net: Endianess bug fix. + - LP: #1066176 + * 8021q: fix mac_len recomputation in vlan_untag() + - LP: #1066176 + * batman-adv: make batadv_test_bit() return 0 or 1 only + - LP: #1066176 + * ipv6: release reference of ip6_null_entry's dst entry in __ip6_del_rt + - LP: #1066176 + * ipv6: del unreachable route when an addr is deleted on lo + - LP: #1066176 + * ipv6: fix return value check in fib6_add() + - LP: #1066176 + * tcp: flush DMA queue before sk_wait_data if rcv_wnd is zero + - LP: #1066176 + * sctp: Don't charge for data in sndbuf again when transmitting packet + - LP: #1066176 + * pppoe: drop PPPOX_ZOMBIEs in pppoe_release + - LP: #1066176 + * net: small bug on rxhash calculation + - LP: #1066176 + * net: guard tcp_set_keepalive() to tcp sockets + - LP: #1066176 + * ipv4: raw: fix icmp_filter() + - LP: #1066176 + * ipv6: raw: fix icmpv6_filter() + - LP: #1066176 + * ipv6: mip6: fix mip6_mh_filter() + - LP: #1066176 + * l2tp: fix a typo in l2tp_eth_dev_recv() + - LP: #1066176 + * netrom: copy_datagram_iovec can fail + - LP: #1066176 + * net: do not disable sg for packets requiring no checksum + - LP: #1066176 + * aoe: assert AoE packets marked as requiring no checksum + - LP: #1066176 + * drm/savage: re-add busmaster enable, regression fix + - LP: #1066176 + * SCSI: zfcp: Adapt to new FC_PORTSPEED semantics + - LP: #1066176 + * SCSI: zfcp: Make trace record tags unique + - LP: #1066176 + * SCSI: zfcp: Bounds checking for deferred error trace + - LP: #1066176 + * SCSI: zfcp: Do not wakeup while suspended + - LP: #1066176 + * SCSI: zfcp: remove invalid reference to list iterator variable + - LP: #1066176 + * SCSI: zfcp: restore refcount check on port_remove + - LP: #1066176 + * SCSI: zfcp: only access zfcp_scsi_dev for valid scsi_device + - LP: #1066176 + * PCI: Check P2P bridge for invalid secondary/subordinate range + - LP: #1066176 + * ext4: ignore last group w/o enough space when resizing instead of + BUG'ing + - LP: #1066176 + * ext4: don't copy non-existent gdt blocks when resizing + - LP: #1066176 + * ext4: avoid duplicate writes of the backup bg descriptor blocks + - LP: #1066176 + * ext4: fix potential deadlock in ext4_nonda_switch() + - LP: #1066176 + * ext4: fix crash when accessing /proc/mounts concurrently + - LP: #1066176 + * ext4: move_extent code cleanup + - LP: #1066176 + * ext4: online defrag is not supported for journaled files + - LP: #1066176 + * ext4: always set i_op in ext4_mknod() + - LP: #1066176 + * ext4: fix fdatasync() for files with only i_size changes + - LP: #1066176 + * xfrm_user: ensure user supplied esn replay window is valid + - LP: #1066176 + * ASoC: wm_hubs: Ensure volume updates are handled during class W startup + - LP: #1066176 + * ASoC: wm9712: Fix name of Capture Switch + - LP: #1066176 + * kpageflags: fix wrong KPF_THP on non-huge compound pages + - LP: #1066176 + * hugetlb: do not use vma_hugecache_offset() for vma_prio_tree_foreach + - LP: #1066176 + * mm: fix invalidate_complete_page2() lock ordering + - LP: #1066176 + * mm: thp: fix pmd_present for split_huge_page and PROT_NONE with THP + - LP: #1066176 + * MIPS: ath79: use correct fractional dividers for {CPU,DDR}_PLL on + AR934x + - LP: #1066176 + * drm/i915: prevent possible pin leak on error path + - LP: #1066176 + * ALSA: hda - Add inverted internal mic quirk for Lenovo IdeaPad U310 + - LP: #1066176 + * ALSA: aloop - add locking to timer access + - LP: #1066176 + * ALSA: hda/realtek - Fix detection of ALC271X codec + - LP: #1006690, #1066176 + * ALSA: hda - limit internal mic boost for Asus X202E + - LP: #1052460, #1066176 + * ALSA: usb - disable broken hw volume for Tenx TP6911 + - LP: #1066176, #559939 + * ALSA: USB: Support for (original) Xbox Communicator + - LP: #1066176 + * drm/nvc0/fence: restore pre-suspend fence buffer context on resume + - LP: #1066176 + * drm: Destroy the planes prior to destroying the associated CRTC + - LP: #1066176 + * drm/radeon: only adjust default clocks on NI GPUs + - LP: #1066176 + * drm/radeon: Add MSI quirk for gateway RS690 + - LP: #1066176 + * drm/radeon: force MSIs on RS690 asics + - LP: #1066176 + * drm/i915: Flush the pending flips on the CRTC before modification + - LP: #1066176 + * drm/i915: call drm_handle_vblank before finish_page_flip + - LP: #1066176 + * drm/i915: Fix GT_MODE default value + - LP: #1066176 + * ia64: Add missing RCU idle APIs on idle loop + - LP: #1066176 + * h8300: Add missing RCU idle APIs on idle loop + - LP: #1066176 + * parisc: Add missing RCU idle APIs on idle loop + - LP: #1066176 + * xtensa: Add missing RCU idle APIs on idle loop + - LP: #1066176 + * frv: Add missing RCU idle APIs on idle loop + - LP: #1066176 + * mn10300: Add missing RCU idle APIs on idle loop + - LP: #1066176 + * m68k: Add missing RCU idle APIs on idle loop + - LP: #1066176 + * alpha: Add missing RCU idle APIs on idle loop + - LP: #1066176 + * cris: Add missing RCU idle APIs on idle loop + - LP: #1066176 + * m32r: Add missing RCU idle APIs on idle loop + - LP: #1066176 + * score: Add missing RCU idle APIs on idle loop + - LP: #1066176 + * rcu: Fix day-one dyntick-idle stall-warning bug + - LP: #1066176 + * revert "mm: mempolicy: Let vma_merge and vma_split handle + vma->vm_policy linkages" + - LP: #1066176 + * mempolicy: remove mempolicy sharing + - LP: #1066176 + * mempolicy: fix a race in shared_policy_replace() + - LP: #1066176 + * mempolicy: fix refcount leak in mpol_set_shared_policy() + - LP: #1066176 + * mempolicy: fix a memory corruption by refcount imbalance in + alloc_pages_vma() + - LP: #1066176 + * efi: Build EFI stub with EFI-appropriate options + - LP: #1066176 + * efi: initialize efi.runtime_version to make + query_variable_info/update_capsule workable + - LP: #1066176 + * CPU hotplug, cpusets, suspend: Don't modify cpusets during + suspend/resume + - LP: #1066176 + * mtd: mtdpart: break it as soon as we parse out the partitions + - LP: #1066176 + * mtd: autcpu12-nvram: Fix compile breakage + - LP: #1066176 + * mtd: nandsim: bugfix: fail if overridesize is too big + - LP: #1066176 + * mtd: nand: Use the mirror BBT descriptor when reading its version + - LP: #1066176 + * mtd: omap2: fix omap_nand_remove segfault + - LP: #1066176 + * mtd: omap2: fix module loading + - LP: #1066176 + * mmc: omap_hsmmc: Pass on the suspend failure to the PM core + - LP: #1066176 + * mmc: sh-mmcif: avoid oops on spurious interrupts + - LP: #1066176 + * JFFS2: fix unmount regression + - LP: #1066176 + * JFFS2: don't fail on bitflips in OOB + - LP: #1066176 + * cifs: reinstate the forcegid option + - LP: #1066176 + * Convert properly UTF-8 to UTF-16 + - LP: #1066176 + * Linux 3.5.7 + - LP: #1066176 + + -- Andy Whitcroft Fri, 19 Oct 2012 20:46:48 +0100 + +linux-lowlatency (3.5.0-17.17) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.5.0-17.28 + + [ Ubuntu: 3.5.0-17.28 ] + + * [packaging] we already have a valid src_pkg_name + * [packaging] allow us to select which builds have uefi signed versions + * SAUCE: input: fix weird issue of synaptics psmouse sync lost after + resume + - LP: #717970 + * SAUCE: omap3 clocks .dev_id = NULL + - LP: #1061599 + * [Config] omap: disable USB_[EHCI|OHCI]_HCD_PLATFORM + - LP: #1061599 + * [Config] omap: enforce USB_[EHCI|OHCI]_HCD_PLATFORM=n + - LP: #1061599 + * SAUCE: net/ipv4: Always flush route cache on unregister batch call + - LP: #1021471 + * Bluetooth: Add USB_VENDOR_AND_INTERFACE_INFO() for Broadcom/Foxconn + - LP: #1030233 + * SAUCE: Bluetooth: Remove rules for matching Broadcom vendor specific + IDs + - LP: #1030233 + + [ Ubuntu: 3.5.0-17.27 ] + + * [packaging] add custom upload for the kernel binary package + + -- Andy Whitcroft Tue, 09 Oct 2012 20:31:30 +0100 + +linux-lowlatency (3.5.0-17.16) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.5.0-17.26 + + [ Ubuntu: 3.5.0-17.26 ] + + * SAUCE: ALSA: hda - fix indices on boost volume on Conexant + - LP: #1059523 + * [Config] Build in CONFIG_X86_PCC_CPUFREQ=y + - LP: #1061126 + * Revert "SAUCE: ahci_platform: add custom hard reset for Calxeda ahci + ctrlr" + - LP: #1059432 + * Revert "SAUCE: net: calxedaxgmac: add write barriers around setting + owner bit" + - LP: #1059432 + * Revert "SAUCE: ARM: highbank: use writel_relaxed variant for pwr + requests" + - LP: #1059432 + * Revert "SAUCE: force DMA buffers to non-bufferable on highbank" + - LP: #1059432 + * Revert "SAUCE: input: add a key driver for highbank" + - LP: #1059432 + * [Config] Align highbank config with amd64-generic and add new configs + - LP: #1059432 + * SAUCE: net: calxedaxgmac: enable operate on 2nd frame mode + - LP: #1059432 + * SAUCE: net: calxedaxgmac: remove explicit rx dma buffer polling + - LP: #1059432 + * SAUCE: net: calxedaxgmac: use relaxed i/o accessors in rx and tx paths + - LP: #1059432 + * SAUCE: net: calxedaxgmac: drop some unnecessary register writes + - LP: #1059432 + * SAUCE: net: calxedaxgmac: rework transmit ring handling + - LP: #1059432 + * SAUCE: ARM: highbank: retry wfi on reset request + - LP: #1059432 + * [Config] TIDSPBRIDGE=m + - LP: #1058022 + * rebase to v3.5.5 + * common: DMA-mapping: add DMA_ATTR_NO_KERNEL_MAPPING attribute + - LP: #1059432 + * common: DMA-mapping: add DMA_ATTR_SKIP_CPU_SYNC attribute + - LP: #1059432 + * ARM: dma-mapping: add support for DMA_ATTR_SKIP_CPU_SYNC attribute + - LP: #1059432 + * ARM: add coherent dma ops + - LP: #1059432 + * ARM: add coherent iommu dma ops + - LP: #1059432 + * ARM: highbank: add coherent DMA setup + - LP: #1059432 + * sata: add platform driver for Calxeda AHCI controller + - LP: #1059432 + * xhci: Rate-limit XHCI_TRUST_TX_LENGTH quirk warning. + - LP: #1039478 + * agp/intel-gtt: remove dead code + - LP: #1011440 + * drm/i915: stop using dev->agp->base + - LP: #1011440 + * agp/intel-gtt: don't require the agp bridge on setup + - LP: #1011440 + * drm/i915 + agp/intel-gtt: prep work for direct setup + - LP: #1011440 + * agp/intel-gtt: move gart base addres setup + - LP: #1011440 + * drm/i915: don't use dev->agp + - LP: #1011440 + * drm/i915: disable drm agp support for !gen3 with kms enabled + - LP: #1011440 + * agp/intel-agp: remove snb+ host bridge pciids + - LP: #1011440 + * rebase to v3.5.5 + - LP: #1000424 + + [ Ubuntu: 3.5.0-16.25 ] + + * SAUCE: input: Cypress PS/2 Trackpad fix multi-source, double-click + - LP: #1055788 + * [Config] revert '[Config] enable CONFIG_X86_X32=y' + - LP: #1041883 + * vmwgfx: corruption in vmw_event_fence_action_create() + * drm/nvd0/disp: hopefully fix selection of 6/8bpc mode on DP outputs + - LP: #1058088 + * drm/nv50-/gpio: initialise to vbios defaults during init + - LP: #1058088 + * igb: A fix to VF TX rate limit + - LP: #1058188 + * igb: Add switch case for supported hardware to igb_ptp_remove. + - LP: #1058188 + * igb: Support the get_ts_info ethtool method. + - LP: #1058188 + * igb: Streamline RSS queue and queue pairing assignment logic. + - LP: #1058188 + * igb: Update firmware info output + - LP: #1058188 + * igb: Version bump + - LP: #1058188 + * igb: reset PHY in the link_up process to recover PHY setting after + power down. + - LP: #1058188 + * igb: Fix for failure to init on some 82576 devices. + - LP: #1058188 + * igb: correct hardware type (i210/i211) check in igb_loopback_test() + - LP: #1058188 + * igb: don't break user visible strings over multiple lines in + igb_ethtool.c + - LP: #1058188 + * igb: add delay to allow igb loopback test to succeed on 8086:10c9 + - LP: #1058188 + * igb: fix panic while dumping packets on Tx hang with IOMMU + - LP: #1058188 + * igb: Fix register defines for all non-82575 hardware + - LP: #1058188 + * e1000e: use more informative logging macros when netdev not yet + registered + - LP: #1058219 + * e1000e: Cleanup code logic in e1000_check_for_serdes_link_82571() + - LP: #1058219 + * e1000e: Program the correct register for ITR when using MSI-X. + - LP: #1058219 + * e1000e: advertise transmit time stamping + - LP: #1058219 + * e1000e: 82571 Tx Data Corruption during Tx hang recovery + - LP: #1058219 + * e1000e: fix panic while dumping packets on Tx hang with IOMMU + - LP: #1058219 + * e1000: Combining Bitwise OR in one expression. + - LP: #1058221 + * e1000: advertise transmit time stamping + - LP: #1058221 + * e1000: Small packets may get corrupted during padding by HW + - LP: #1058221 + * sched: Fix migration thread runtime bogosity + - LP: #1057593 + * ACER: Add support for accelerometer sensor + - LP: #1055433 + * ACER: Fix Smatch double-free issue + - LP: #1055433 + * SAUCE: HID: ntrig: change default value of logical/physical + width/height to 1 + - LP: #1044248 + + -- Andy Whitcroft Wed, 03 Oct 2012 23:31:47 +0100 + +linux-lowlatency (3.5.0-16.15) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.5.0-16.24 + + [ Ubuntu: 3.5.0-16.24 ] + + * SAUCE: ata_piix: add a disable_driver option + - LP: #994870 + * (pre-stable) drm/radeon: make 64bit fences more robust v3 (3.5 stable) + - LP: #1029582 + * SAUCE: ALSA: hda - use both input paths on Conexant auto parser + - LP: #1037642 + * SAUCE: ALSA: hda - fix control names for multiple speaker out on + IDT/STAC + - LP: #1046734 + * SAUCE: ALSA: hda/via - don't report presence on HPs with no presence + support + - LP: #1052499 + * SAUCE: ext4: fix crash when accessing /proc/mounts concurrently + - LP: #1053019 + * SAUCE: ALSA: hda/realtek - Fix detection of ALC271X codec + - LP: #1006690 + * SAUCE: input: Cypress PS/2 Trackpad fix disabling tap-to-click + - LP: #1048816 + * [Config] Disable CONFIG_DRM_AST + - LP: #1053290 + * [Config] Disable the Cirrus QEMU drm driver + - LP: #1038055 + * Revert "KVM: VMX: Fix KVM_SET_SREGS with big real mode segments" + - LP: #1045027 + * x86, efi: Handover Protocol + * drm/i915: HDMI - Clear Audio Enable bit for Hot Plug + - LP: #1056729 + * UBUNTU SAUCE: apparmor: fix IRQ stack overflow + - LP: #1056078 + * drm/nouveau: fix booting with plymouth + dumb support + - LP: #1043518 + * ALSA: hda - Add DeviceID for Haswell HDA + - LP: #1057698 + * ALSA: hda - add Haswell HDMI codec id + - LP: #1057698 + * ALSA: hda - Fix driver type of Haswell controller to AZX_DRIVER_SCH + - LP: #1057698 + * ALSA: hda_intel: Add Device IDs for Intel Lynx Point-LP PCH + - LP: #1011438, #1057698 + * SAUCE: ALSA: hda - Add another pci id for Haswell board + - LP: #1057698 + * SAUCE: drm/i915: Explicitly disable RC6 for certain models + - LP: #1002170, #1008867 + + -- Andy Whitcroft Fri, 28 Sep 2012 09:58:29 +0100 + +linux-lowlatency (3.5.0-15.14) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.5.0-15.23 + + [ Ubuntu: 3.5.0-15.23 ] + + * Revert "drm/i915: don't forget the PCH backlight registers" + - LP: #1053269, #1055231, #1055665 + * Revert "drm/i915: fix up PCH backlight #define mixup" + - LP: #1053269, #1055665 + * Revert "drm/i915: allow pipe A for lvds on gen4" + - LP: #1053269, #1055665 + * Revert "drm/i915: properly enable the blc controller on the right pipe" + - LP: #1053269, #1055665 + * Revert "drm/i915: clear up backlight #define confusion on gen4+" + - LP: #1053269, #1055665 + * Revert "drm/i915: pnv has a backlight polarity control bit, too" + - LP: #1053269, #1055665 + + -- Andy Whitcroft Wed, 26 Sep 2012 09:41:38 +0100 + +linux-lowlatency (3.5.0-15.13) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.5.0-15.22 + + [ Ubuntu: 3.5.0-15.22 ] + + * fix regressions introduced by the last batch of i915 patches. + * drm/i915: fix up PCH backlight #define mixup + - LP: #954661 + * drm/i915: don't forget the PCH backlight registers + - LP: #954661 + + [ Ubuntu: 3.5.0-15.21 ] + + * ubuntu: AUFS -- update to 18e455787597579fe144cdb2f18aa6a0a32c46a4 + * [Config] Enable aufs + - LP: #908784 + * eCryptfs: check for eCryptfs cipher support at mount + - LP: #338914 + * drm/i915: pnv has a backlight polarity control bit, too + - LP: #954661 + * drm/i915: clear up backlight #define confusion on gen4+ + - LP: #954661 + * drm/i915: properly enable the blc controller on the right pipe + - LP: #954661 + * drm/i915: allow pipe A for lvds on gen4 + - LP: #954661 + + [ Ubuntu: 3.5.0-15.20 ] + + * rebase to v3.5.4 + * SAUCE: CONFIG_HID_BATTERY_STRENGTH=y + - LP: #1003090 + * eCryptfs: Copy up attributes of the lower target inode after rename + - LP: #561129 + * eCryptfs: Write out all dirty pages just before releasing the lower + file + - LP: #1047261 + * eCryptfs: Call lower ->flush() from ecryptfs_flush() + - LP: #1047261 + * af_netlink: force credentials passing [CVE-2012-3520] + - LP: #1052097 + - CVE-2012-3520 + * drm/i915: clarify IBX dp workaround + - LP: #1011440 + * drm/i915: Implement w/a for sporadic read failures on waking from rc6 + - LP: #1011440 + * drm/i915: support Haswell force waking + - LP: #1011440 + * drm/i915: add RPS configuration for Haswell + - LP: #1011440 + * drm/i915: enable RC6 by default on Haswell + - LP: #1011440 + * drm/i915: introduce haswell_init_clock_gating + - LP: #1011440 + * drm/i915: enable RC6 workaround on Haswell + - LP: #1011440 + * drm/i915: re-initialize DDI buffer translations after resume + - LP: #1011440 + * drm/i915: fix PIPE_DDI_PORT_MASK + - LP: #1011440 + * drm/i915: try to train DP even harder + - LP: #1011440 + * drm/i915: add more Haswell PCI IDs + - LP: #1011440 + * rebase to v3.5.4 + - LP: #1038651 + + [ Ubuntu: 3.5.0-14.19 ] + + * [Config] Fix debug FTBS on non-x86 + + [ Ubuntu: 3.5.0-14.18 ] + + * SAUCE: Add 'used' to the video_cards structure attributes + - LP: #1049650 + + [ Ubuntu: 3.5.0-14.17 ] + + * SAUCE: Intel xhci: Only switch the switchable ports + - LP: #1034814 + + -- Andy Whitcroft Sat, 22 Sep 2012 14:42:41 +0100 + +linux-lowlatency (3.5.0-14.12) quantal-proposed; urgency=low + + [ Tim Gardner ] + + * rebase to Ubuntu-3.5.0-14.16 + + [ Ubuntu: 3.5.0-14.16 ] + + * SAUCE: apple-gmux: Fix index read functions + * SAUCE: input: Cypress PS/2 Trackpad move PSMOUSE_CYPRESS enum + - LP: #1041594 + * SAUCE: Input: synaptics - Adjust threshold for treating position values + as negative + - LP: #1046512 + * mei: check for error codes that mei_flow_ctrl_creds retuns + * mei: make mei_write_message more readable + * mei: mei_irq_thread_write_handler check for overflow + * mei: group wd_interface_reg with watchdog variables within struct + mei_device + * mei: don't query HCSR for host buffer depth + * mei: revamp host buffer interface function + * mei: mei_device can be const for mei register access functions + * mei: remove write only wariable wd_due_counter + * mei: mei_wd_host_init: update the comment + * mei: introduce mei_data2slots wrapper + * mei: streamline the _mei_irq_thread_close/ioctol functions + * mei: mei_irq_thread_write_handler - line break fix + * mei: use module_pci_driver + * mei: fix device stall after wd is stopped + + [ Ubuntu: 3.5.0-14.15 ] + + * SAUCE: fs: d_revalidate methods may be passed a NULL nameidata + - LP: #1038075 + * SAUCE: drm/vmwgfx: add MODULE_DEVICE_TABLE so vmwgfx loads at boot + - LP: #1039157 + * [Config] Enable CONFIG_DEVPTS_MULTIPLE_INSTANCES for highbank + - LP: #1038259 + * SAUCE: wlcore: Declare MODULE_FIRMWARE usage + - LP: #1042918 + * asus-nb-wmi: add some video toggle keys + - LP: #1022427 + * [media] uvcvideo: Fix frame drop in bulk video stream + * [media] uvcvideo: Fix alternate setting selection + * Input: wacom - add support to Cintiq 22HD + - LP: #1043733 + * ALSA: HDA: Create phantom jacks for fixed inputs and outputs + * ALSA: HDA: Support single 3-pin jack without VREF on the actual pin + - LP: #1018262 + * ALSA: hda - give 3-pin jack the name "Headphone Mic Jack" + * ALSA: hda - Do not set GPIOs for speakers on IDT if there are no + speakers + - LP: #1040077 + * ALSA: hda - Fix pop noise in headphones on S3 for Asus X55A, X55V + - LP: #1034779 + * ALSA: hda - Always call standard unsolicited event for Realtek codecs + - LP: #1021192 + * ALSA: hda - Add the inverted digital mic workaround to Realtek codecs + * ALSA: hda - Add inverted mic quirks for Asus U41SV, Acer 1810TZ and + AOD260 + - LP: #1006089, #996611, #997227 + * ALSA: hda - don't create dysfunctional mixer controls for ca0132 + - LP: #1038651 + * ALSA: hda - Don't send invalid volume knob command on IDT 92hd75bxx + + -- Tim Gardner Wed, 12 Sep 2012 08:45:47 -0600 + +linux-lowlatency (3.5.0-13.11) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.5.0-13.14 + + [ Ubuntu: 3.5.0-13.14 ] + + * [Config] Disable CONFIG_DRM_MGAG200 + - LP: #1042903 + * [media] uvcvideo: Reset the bytesused field when recycling an erroneous + buffer + - LP: #1042809 + + -- Andy Whitcroft Wed, 29 Aug 2012 17:29:12 +0100 + +linux-lowlatency (3.5.0-13.10) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.5.0-13.13 + + [ Ubuntu: 3.5.0-13.13 ] + + * rebase to v3.5.3 + * [Config] Add smsc{79}5xx to nic-usb-modules + - LP: #1041397 + * rebase to v3.5.3 + + [ Ubuntu: 3.5.0-12.12 ] + + * [Config] Fix typo on control.stub.in + * [Config] installing omapdrm specific headers for external drivers + - LP: #1038846 + * SAUCE: apple-gmux: Fix port address calculation in gmux_pio_write32() + * SAUCE: (no-up) x86/mm: Fix 64bit size of mapping tables + - LP: #1022561 + * SAUCE: firmware: Remove sb16 files duplicated in linux-firmware + * net: Allow driver to limit number of GSO segments per skb + - LP: #1037456 + - CVE-2012-3412 + * sfc: Fix maximum number of TSO segments and minimum TX queue size + - LP: #1037456 + - CVE-2012-3412 + * tcp: Apply device TSO segment limit earlier + - LP: #1037456 + - CVE-2012-3412 + * cfg80211: add channel flag to prohibit OFDM operation + * brcmsmac: use channel flags to restrict OFDM + * gmux: Add generic write32 function + * apple_gmux: Add support for newer hardware + * apple_gmux: Fix ACPI video unregister + * apple-gmux: Fix kconfig dependencies + * vga_switcheroo: Don't require handler init callback + * vga_switcheroo: Remove assumptions about registration/unregistration + ordering + * apple-gmux: Add display mux support + * mei: add mei_quirk_probe function + - LP: #1041164 + * mutex: Place lock in contended state after fastpath_lock failure + - LP: #1041114 + + [ Ubuntu: 3.5.0-11.11 ] + + * [Config] enable CONFIG_X86_X32=y + * SAUCE: input: Cypress PS/2 Trackpad mouse driver + - LP: #978807 + * SAUCE: input: Cypress PS/2 Trackpad link driver into psmouse-base + - LP: #978807 + * [Config] compile the rtc-pl031 driver as static on the highbank kernel + flavour + - LP: #1035110 + * [Config] Enable CONFIG_DEBUG_HIGHBANK_UART for highbank + - LP: #1034781 + * SAUCE: input: Cypress PS/2 Trackpad code style cleanup + - LP: #978807 + * SAUCE: input: Cypress PS/2 Trackpad eliminate dead code + - LP: #978807 + * SAUCE: input: Cypress PS/2 Trackpad fix no-config stubs + - LP: #978807 + * SAUCE: input: Cypress PS/2 Trackpad set default debug_level=0 + - LP: #978807 + * SAUCE: [Config] add MOUSE_PS2_CYPRESS=y + - LP: #978807 + * SAUCE: Yama: access task_struct->comm directly + * SAUCE: Yama: add link restrictions + * SAUCE: security: unconditionally chain to Yama LSM + * SAUCE: (drop after 3.6) irq_remap: disable IRQ remapping if any IOAPIC + lacks an IOMMU + - LP: #1034459 + * (config) Enable getabis to use local package copies + * rebase to v3.5.2 + * rds: set correct msg_namelen + - LP: #1031112 + - CVE-2012-2340 + * rebase to v3.5.2 + - LP: #1027789 + - LP: #1001251 + + -- Andy Whitcroft Wed, 29 Aug 2012 14:45:08 +0100 + +linux-lowlatency (3.5.0-10.9) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.5.0-10.10 + + [ Ubuntu: 3.5.0-10.10 ] + + * rebase to v3.5.1 + * [Config] Enable CONFIG_AFS_FSCACHE=y + - LP: #728977 + * SAUCE: firmware: Remove emi62 files duplicated in linux-firmware + * SAUCE: firmware: Remove tehuti files duplicated in linux-firmware + * overlayfs: copy up i_uid/i_gid from the underlying inode + - LP: #944386 + * hwmon: (applesmc) Shorten minimum wait time + - LP: #1034449 + * hwmon: (applesmc) Decode and act on read/write status codes + - LP: #1034449 + * rebase to v3.5.1 + - LP: #1026953 + - LP: #1025377 + + -- Andy Whitcroft Tue, 14 Aug 2012 10:11:22 +0100 + +linux-lowlatency (3.5.0-9.8) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * [Config] fix ABI copy in update script + * rebase to Ubuntu-3.5.0-9.9 + + [ Ubuntu: 3.5.0-9.9 ] + + * SAUCE: (drop after 3.6) Forbid invocation of kexec_load() outside + initial PID namespace + - LP: #1034125 + * SAUCE: Unlock the rc_dev lock when the raw device is missing + - LP: #1015836 + * [Config] Enable EDAC/CLK for highbank + - LP: #1008345 + * Revert "ubuntu: AUFS -- reenable" + * SAUCE: net: calxedaxgmac: add write barriers around setting owner bit + - LP: #1008345 + * SAUCE: ARM smp_twd: add back "arm,smp-twd" compatible property + - LP: #1008345 + * SAUCE: ARM: highbank: add soft power and reset key event handling + - LP: #1008345 + * SAUCE: ARM: highbank: use writel_relaxed variant for pwr requests + - LP: #1008345 + * SAUCE: ahci: un-staticize ahci_dev_classify + - LP: #1008345 + * SAUCE: ahci_platform: add custom hard reset for Calxeda ahci ctrlr + - LP: #1008345 + * rt2x00: Add support for BUFFALO WLI-UC-GNM2 to rt2800usb. + - LP: #871904 + * Avoid sysfs oops when an rc_dev's raw device is absent + - LP: #1015836 + * eCryptfs: Copy up POSIX ACL and read-only flags from lower mount + * clk: add DT clock binding support + - LP: #1008345 + * clk: add DT fixed-clock binding support + - LP: #1008345 + * clk: add highbank clock support + * edac: add support for Calxeda highbank memory controller + - LP: #1008345 + * edac: add support for Calxeda highbank L2 cache ecc + - LP: #1008345 + * net: calxedaxgmac: enable rx cut-thru mode + - LP: #1008345 + * net: calxedaxgmac: fix hang on rx refill + - LP: #1008345 + * eCryptfs: Revert to a writethrough cache model + - LP: #1034012 + * eCryptfs: Initialize empty lower files when opening them + - LP: #911507 + * eCryptfs: Unlink lower inode when ecryptfs_create() fails + - LP: #872905 + + -- Andy Whitcroft Thu, 09 Aug 2012 17:01:28 +0100 + +linux-lowlatency (3.5.0-8.7) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * [Config] add update-from-master script + * rebase to Ubuntu-3.5.0-8.8 + + [ Ubuntu: 3.5.0-8.8 ] + + * ubuntu: AUFS -- add BOM and automated update script + * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers + - LP: #684666 + * ubuntu: AUFS -- update aufs-update to track new locations of headers + * ubuntu: AUFS -- clean up the aufs updater and BOM + * ubuntu: AUFS -- documentation on updating aufs2 + * ubuntu: AUFS -- fix undefined __devcgroup_inode_permission + * ubuntu: AUFS -- update to 4cf5db36bcd9748e8e7270022f295f84d1fc2245 + * ubuntu: AUFS -- updateconfigs following update + * ubuntu: AUFS -- suppress benign plink warning messages + - LP: #621195 + * ubuntu: AUFS -- enable in config and makefile + * ubuntu: AUFS -- disable in favor of overlayfs + * ubuntu: AUFS -- adapt to the new changelog handling + * ubuntu: AUFS -- sort out the relative header paths + * ubuntu: AUFS -- update to d266b0c5d0693d6383976ee54b9e2c0fa9a3f5b0 + * ubuntu: AUFS -- aufs3-base.patch + * ubuntu: AUFS -- aufs3-standalone.patch + * ubuntu: AUFS -- update to 4a5e660ed7f5c1d0467c81c535d0fedcfe62d15f + * ubuntu: AUFS -- reenable + * [Config] Add cifs support to the nfs-modules list + - LP: #1031398 + * (pre-stable) iwlwifi: Check BSS ctx active before call mac80211 + - LP: #1021086 + * SAUCE: Update aufs for build failure caused by apparmor backport + * SAUCE: firmware: Remove ess files duplicated in linux-firmware + * SAUCE: firmware: Remove kaweth files duplicated in linux-firmware + * SAUCE: firmware: Remove obsolete Chelsio cxgb3 firmware + * SAUCE: firmware: Remove cxgb3 files duplicated in linux-firmware + * SAUCE: firmware: Remove edgeport files duplicated in linux-firmware + * SAUCE: firmware: Remove ti_usb_3410_5052 duplicated in linux-firmware + * SAUCE: firmware: Remove adaptec files duplicated in linux-firmware + * SAUCE: firmware: Remove advansys files duplicated in linux-firmware + * SAUCE: firmware: Remove ambassador files duplicated in linux-firmware + * SAUCE: firmware: Remove av7110 files duplicated in linux-firmware + * SAUCE: cpia2: Declare MODULE_FIRMWARE usage + * SAUCE: firmware: Remove cpia2 files duplicated in linux-firmware + * SAUCE: firmware: Remove korg files duplicated in linux-firmware + * SAUCE: firmware: Remove matrox files duplicated in linux-firmware + * SAUCE: firmware: Remove r128 files duplicated in linux-firmware + * SAUCE: firmware: Remove radeon files duplicated in linux-firmware + * intel_idle: initial IVB support + * KVM: x86: change PT_FIRST_AVAIL_BITS_SHIFT to avoid conflict with EPT + Dirty bit + * KVM: VMX: Use EPT Access bit in response to memory notifiers + * KVM: VMX: Enable EPT A/D bits if supported by turning on relevant bit + in EPTP + * KVM: VMX: Add parameter to control A/D bits support, default is on + * KVM: VMX: Add EPT A/D bits definitions + * KVM: VMX: Implement PCID/INVPCID for guests with EPT + * xhci: Export Latency Tolerance Messaging capabilities. + * USB: Fix LPM disable/enable during device reset. + * usb: convert port_owners type from void * to struct dev_state * + * USB: Disable LPM while the device is unconfigured. + * USB: Fix LPM disable count mismatch on driver unbind. + * USB: Enable Latency Tolerance Messaging (LTM). + * drm/i915: enable parity error interrupts + * drm/i915: Dynamic Parity Detection handling + * drm/i915: l3 parity sysfs interface + * drm/i915: remap l3 on hw init + * drm/i915: initialize the parity work only once + * drm/i915: ivybridge_handle_parity_error should be static + + -- Andy Whitcroft Mon, 06 Aug 2012 10:01:03 +0100 + +linux-lowlatency (3.5.0-7.6) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.5.0-7.7 + + [ Ubuntu: 3.5.0-7.7 ] + + * [Config] CONFIG_X86_POWERNOW_K6=m + * [Config] CONFIG_X86_POWERNOW_K7=m + * [Config] CONFIG_X86_LONGHAUL=m + * [Config] CONFIG_X86_LONGRUN=m + * [Config] CONFIG_X86_GX_SUSPMOD=m + * [Config] CONFIG_X86_CPUFREQ_NFORCE2=m + * SAUCE: rds_ib_send() -- prevent local pings triggering BUG_ON() + - LP: #1016299 + - CVE-2012-2372 + * [Config] enable CONFIG_VFAT_FS=y for EFI systems + * [Config] CONFIG_USB_G_MULTI=n on highbank + * [Config] annotate: CONFIG_USB_INVENTRA_DMA OMAP2 specific + * [Config] CONFIG_WAN_ROUTER disable for arm + * add support for generating binary device trees and install them in + /lib/firmware + - LP: #1030600 + * [Config] add dtb_file configuration for highbank + - LP: #1030600 + * SAUCE: ene_ub6250: Use macros for firmware names + * SAUCE: s2255drv: Add MODULE_FIRMWARE statement + * SAUCE: xc5000: Add MODULE_FIRMWARE statements + * SAUCE: firmware: remove computone driver firmware and documentation + * SAUCE: lgs8gxx: Declare MODULE_FIRMWARE usage + * SAUCE: firmware: Remove obsolete Myricom firmware + * SAUCE: staging rtl8192e: Declare MODULE_FIRMWARE usage + * SAUCE: tlg2300: Declare MODULE_FIRMWARE usage + * SAUCE: ueagle-atm: Declare MODULE_FIRMWARE usage + * SAUCE: usbduxfast: Declare MODULE_FIRMWARE usage + * SAUCE: usbdux: Declare MODULE_FIRMWARE usage + * SAUCE: usbduxsigma: Declare MODULE_FIRMWARE usage + * SAUCE: cx25840: Declare MODULE_FIRMWARE usage + * SAUCE: cx18: Declare MODULE_FIRMWARE usage + * SAUCE: ivtv: Declare MODULE_FIRMWARE usage + * SAUCE: cx231xx: Declare MODULE_FIRMWARE usage + * SAUCE: cx23885: Declare MODULE_FIRMWARE usage + * SAUCE: pvrusb2: Declare MODULE_FIRMWARE usage + * SAUCE: vxge: Declare MODULE_FIRMWARE usage + * mac80211: fix crash with single-queue drivers + - LP: #1022351 + + -- Andy Whitcroft Tue, 31 Jul 2012 18:10:21 +0100 + +linux-lowlatency (3.5.0-6.5) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.5.0-6.6 + + [ Ubuntu: 3.5.0-6.6 ] + + * [Config] CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION enable IPv6 + experimental features + * SAUCE: highbank -- export clock functions for modules + * [Config] highbank -- reenable CONFIG_TOUCHSCREEN_W90X900 + * [Config] highbank -- renenable CONFIG_SERIO_AMBAKMI + * [Config] highbank -- reenable CONFIG_RFKILL_GPIO + * [Config] highbank -- reenable CONFIG_MMC_SDHCI_PXAV3 + * [Config] highbank -- reenable CONFIG_MMC_SDHCI_PXAV3 + * [Config] highbank -- reenable CONFIG_KEYBOARD_SAMSUNG + * [Config] highbank -- reenable CONFIG_FB_ARMCLCD + * [Config] highbank -- reenable CONFIG_DW_DMAC + * [Config] highbank -- reenable CONFIG_USB_R8A66597_HCD + * [Config] highbank -- reenable CONFIG_USB_MV_UDC + * [Config] highbank -- reenable CONFIG_USB_DWC3 + * [Config] highbank -- reenable CONFIG_SATA_MV + * [Config] highbank -- reenable CONFIG_PATA_ARASAN_CF + * [Config] highbank -- CONFIG_CAN_C_CAN_PLATFORM + * [Config] highbank -- reenable CONFIG_MMC_ARMMMCI + * [Config] highbank -- reenable CONFIG_SERIAL_AMBA_PL010 + * [Config] highbank -- reenable CONFIG_ATMEL_PWM + * [Config] highbank -- enable CONFIG_CHECKPOINT_RESTORE + * [Config] highbank -- enable CONFIG_EXPERT + * [Config] highbank -- enable CONFIG_CHECKPOINT_RESTORE + * [Config] enable CONFIG_USB_DYNAMIC_MINORS + * [Config] enable CONFIG_USB_EHCI_TT_NEWSCHED + * [Config] enable CONFIG_USB_ETH_EEM + * [Config] enable CONFIG_USB_HCD_BCMA/CONFIG_USB_HCD_SSB + * [Config] disable CONFIG_USB_M66592 + * [Config] enable CONFIG_USB_NET2272 + * [Config] enable CONFIG_USB_R8A66597 + * [Config] annotate: CONFIG_USB_OMAP not required for our h/w + * [Config] set CONFIG_USB_MUSB_HDRC=m for omap + * [Config] annotate: CONFIG_USB_G_MULTI fix rule + * [Config] CONFIG_USB_GPIO_VBUS=m for OMAP + * [Config] Enable CONFIG_DRM_AST/_CIRRUS_QEMU/_MGAG200 + * [Config] sync configuration armhf omap -> armel omap + * [Config] annotate: CONFIG_IIO triggers build failures on OMAP4 + * [Config] disable CONFIG_OMAP_IOVMM is deprecated + * [Config] change default IO scheduler from CFQ to Deadline + * Revert "[Config] Temporarily disable CONFIG_MV643XX_ETH on powerpc" + * [Config] Disable CONFIG_MOUSE_INPORT + * SAUCE: firmware: Update bnx2x to current firmware version 7.2.51 + * [Config] Add bnx2x firmware to nic-modules udeb + * SAUCE: Add script to convert firmware to ihex format + * SAUCE: firmware: Upgrade bnx2 to current versions + * [Config] Add tigon firmware to nic-modules udeb + * [Config] CONFIG_EARLY_PRINTK_DBGP=y + - LP: #1026761 + * SAUCE: Remove redundant cis firmware + * SAUCE: Remove redundant emi26 firmware + * SAUCE: Remove redundant ttusb-budget firmware + * SAUCE: Remove redundant sun/cassini firmware + * SAUCE: Remove redundant ositech/Xilinx7OD firmware + * SAUCE: Remove redundant 3com/typhoon.bin firmware + * SAUCE: Remove redundant yamaha/ds1 firmware + * SAUCE: Remove redundant keyspan_pda firmware + * rebase to v3.5 + * rebase to v3.5 + - LP: #1027828 + + [ Ubuntu: 3.5.0-5.5 ] + + * [Config] annotations: initial import of configuration annotations + * [Config] enforcer -- add CONFIG_I2C_DESIGNWARE_PLATFORM enforce checker + * Rebase to v3.5-rc7 + * SAUCE: Bluetooth: btusb: Add vendor specific ID (0a5c:21f4) BCM20702A0 + - LP: #1010281 + * [Config] enable CONFIG_I2C_HELPER_AUTO for all flavours as policy + expects + * [Config] CONFIG_I2O_CONFIG_OLD_IOCTL=n + * [Config] CONFIG_BRIDGE_EBT_ULOG=n + * [Config] CONFIG_IP_NF_QUEUE=n + * [Config] CONFIG_MTD_DOC2000=n + * [Config] CONFIG_PRINT_QUOTA_WARNING=n + * [Config] CONFIG_PRISM54=n + * [Config] CONFIG_SCx200_I2C=n + * [Config] CONFIG_USB_ANNOUNCE_NEW_DEVICES=y + * rebase to v3.5-rc7 + + -- Andy Whitcroft Tue, 24 Jul 2012 16:05:39 +0100 + +linux-lowlatency (3.5.0-4.4) quantal-proposed; urgency=low + + [ Andy Whitcroft ] + + * rebase to Ubuntu-3.5.0-4.4 + + [ Ubuntu: 3.5.0-4.4 ] + + * [Packaging] getabis should be extracting all packages + - LP: #1021174 + * [Config] getabis -- series uses linux-image-extra + - LP: #1021174 + * rebase to v3.5-rc6 + * [Config] built-in CONFIG_MICREL_PHY as other PHY drivers for all + flavours + * [Config] sync CONFIG_MOUSE_PS2_ config for all flavours + * [Config] Enable CONFIG_RT2800USB_RT35XX and CONFIG_RT2800USB_RT53XX + - LP: #1019561 + * [Config] SND_OMAP_SOC, SND_OMAP_SOC_MCBSP and SND_OMAP_SOC_OMAP3_BEAGLE =y + - LP: #1019321 + * SAUCE: (pre-up) net: dont use __netdev_alloc_skb for bounce buffer + - LP: #1018456 + * (config) Disable ACPI_PROCFS_POWER + * [Config] CONFIG_ACPI_BGRT=y + * Extract firmware module info during getabi + - LP: #1021174 + * rebase to v3.5-rc6 + + -- Andy Whitcroft Tue, 10 Jul 2012 16:15:51 +0100 + +linux-lowlatency (3.5.0-3.3) quantal; urgency=low + + [ Andy Whitcroft ] + + * [Config] drop -pae from d-i configuration. + * rebase to Ubuntu-3.5.0-3.3 + + [ Ubuntu: 3.5.0-3.3 ] + + * [Config] enable CONFIG_MEMTEST=y + - LP: #1004535 + * [Config] config-check: add support for a cut operation + * [Config] enforcer -- switch to cut where appropriate + * Rebase to v3.5-rc5 + * [Config] Updateconfigs after rebase to v3.5-rc5 + * SAUCE: ocfs2: Fix NULL pointer dereferrence in + __ocfs2_change_file_space + - LP: #1006012 + * SAUCE: (drop after 3.5) drm/i915: ignore pipe select bit when checking + for LVDS register initialization + - LP: #1012800 + * rebase to v3.5-rc5 + - LP: #1013183 + - LP: #1017017 + - LP: #884652 + + -- Andy Whitcroft Tue, 03 Jul 2012 09:23:14 +0100 + +linux-lowlatency (3.5.0-2.2) quantal; urgency=low + + [ Andy Whitcroft ] + + * hooks -- should use :: to maintain unordered hooks + * rebase to Ubuntu-3.5.0-2.2 + * [Config] update Vcs-git: to point to current home + * [Config] drop last references to lowlatency-pae + + [ Ubuntu: 3.5.0-2.2 ] + + * rebase to v3.5-rc4 + * SAUCE: (drop after 3.5) brcmsmac: fix NULL pointer crash in + brcms_c_regd_init() + - LP: #950320 + * [Config] Sync CONFIG_CGROUP_MEM_RES_CTLR_SWAP for ARM + * PACKAGING: add .gnu_debuglink sections to .ko files + - LP: #669641 + * d-i: Add hid-generic to input-modules + - LP: #1017879 + * SAUCE: Revert "mmc: omap_hsmmc: Enable Auto CMD12" + - LP: #1017717, #225 + * SAUCE: Revert "Fix OMAP EHCI suspend/resume failure (i693)" + - LP: #1017718 + * [Config] Disable generic USB_EHCI_HCD_PLATFORM on omap3 + * SAUCE: (drop after 3.5) brcm80211: smac: don't set up tx power limits + during initialization + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: always set channel specified + by mac80211 + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: remove unused code for 40MHz + channels + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: clean up channel.c + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: inform mac80211 of the X2 + regulatory domain + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: enable/disable radio on + regulatory updates + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: use mac80211 channel data for + tx power limits + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: don't validate channels + against internal regulatory data + - LP: #950320 + * SAUCE: (drop after 3.5) brcm80211: smac: use current regulatory domain + when checking whether OFDM is allowed + - LP: #950320 + * [Config] Enable CONFIG_CGROUPS for highbank + - LP: #1014692 + * [Config] FB_OMAP*=y and PANEL_TFP410=y + * rebase to v3.5-rc4 + + -- Andy Whitcroft Thu, 28 Jun 2012 23:36:21 +0100 + +linux-lowlatency (3.5.0-1.1) quantal; urgency=low + + [ Andy Whitcroft] + + * Rebuild lowlatency against Ubuntu-3.5.0-1.1 + * All new configuration system to allow configuration deltas to be + exposed via debian.lowlatency/config-delta + + -- Andy Whitcroft Thu, 21 Jun 2012 09:16:38 +0100 + +linux-lowlatency (3.2.0-23.31) precise-proposed; urgency=low + + [ Luke Yelavich ] + + * Rebase against Ubuntu-3.2.0-23.36 + * [Config] Fix invalid linux-headers link for low-latency kernels + + -- Luke Yelavich Wed, 11 Apr 2012 10:07:26 +1000 + +linux-lowlatency (3.2.0-22.30) precise; urgency=low + + [ Luke Yelavich ] + + * [Config] Update configs after rebase against Ubuntu-3.2.0-22.35 + + [ Upstream Kernel Changes ] + + * Low-latency: Rebase against Ubuntu-3.2.0-22.35 + + -- Luke Yelavich Wed, 04 Apr 2012 18:49:36 +1000 + +linux-lowlatency (3.2.0-19.27) precise; urgency=low + + [ Stefan Bader ] + + * d-i: Add dm-multipath and scsi device handlers + - LP: #959749 + * d-i: Move multipath modules into their own udeb + - LP: #598251, #959749 + + [ Tim Gardner ] + + * [Config] Auto-detect do_tools setting + * [Config] correctly specify CROSS_COMPILE for tools build + * [Config] CONFIG_DRM_PSB_CDV=n + * Rebase to v3.2.12 + + [ Luke Yelavich ] + * UBUNTU: Look for releases marked Lowlatency instead of Ubuntu + * UBUNTU: [Config] Adjust Poulsbo config options to match precise mainline, + to satisfy enforcer + + [ Upstream Kernel Changes ] + + * powerpc/pmac: Fix SMP kernels on pre-core99 UP machines + - LP: #959959 + * rebase to v3.2.12 + + [ Andy Whitcroft ] + + * [Config] Fix typeo in the Hyper-V module names + + [ Colin Watson ] + + * [Config] Move kernels to "Section: kernel" + - LP: #499557 + + [ John Johansen ] + + * SAUCE: AppArmor: Add ability to load extended policy + * SAUCE: AppArmor: Add the ability to mediate mount + * SAUCE: AppArmor: Add profile introspection file to interface + * SAUCE: AppArmor: basic networking rules + + [ Leann Ogasawara ] + + * [Config] Disable CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER + - LP: #952035 + * Rebase to v3.2.10 + * [Config] Update configs after rebase to v3.2.10 + * Rebase to v3.2.11 + * [Config] Disable CONFIG_STUB_POULSBO + - LP: #899244 + * [Config] Add CONFIG_DRM_PSB check to enforcer + - LP: #899244 + + [ Tim Gardner ] + + * [Config] Drop non-SMP powerpc + + [ Upstream Kernel Changes ] + + * net/hyperv: Use the built-in macro KBUILD_MODNAME for this driver + * x86: Derandom delay_tsc for 64 bit + * Bluetooth: Fix l2cap conn failures for ssp devices + - LP: #872044 + * KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid" + - LP: #917842 + - CVE-2012-0045 + * KVM: x86: fix missing checks in syscall emulation + - LP: #917842 + - CVE-2012-0045 + * rebase to v3.2.11 + * rebase to v3.2.10 + + [ Andy Whitcroft ] + + * [Config] restore build-% shortcut + * SAUCE: ata_piix: defer disks to the Hyper-V drivers by default + - LP: #929545, #942316 + + [ Eugeni Dodonov ] + + * SAUCE: drm: give up on edid retries when i2c bus is not responding + - LP: #855124 + + [ Seth Forshee ] + + * SAUCE: (drop after 3.3) platform/x86: Add driver for Apple gmux device + - LP: #925544 + + [ Upstream Kernel Changes ] + + * bsg: fix sysfs link remove warning + - LP: #946928 + * regset: Prevent null pointer reference on readonly regsets + - LP: #949905 + - CVE-2012-1097 + * regset: Return -EFAULT, not -EIO, on host-side memory fault + - LP: #949905 + - CVE-2012-1097 + + [ Wu Fengguang ] + + * SAUCE: (drop after 3.4) ALSA: hda - add id for Atom Cedar Trail HDMI + codec + + -- Luke Yelavich Wed, 21 Mar 2012 23:51:57 +1100 + +linux-lowlatency (3.2.0-18.26) precise; urgency=low + + [ Andy Whitcroft ] + + * [Config] clean up the human consumable package descriptions + * [Config] fix generic flavour description + * [Config] clean up linux-tools package descriptions + - LP: #593107 + * deviations -- note the source of the Hyper-V updates + * SAUCE: ata_piix: defer to the Hyper-V drivers by default + - LP: #929545 + * ubuntu: AUFS -- adapt to the new changelog handling + * ubuntu: AUFS -- sort out the relative header paths + * ubuntu: AUFS -- update to d266b0c5d0693d6383976ee54b9e2c0fa9a3f5b0 + + [ Chase Douglas ] + + * SAUCE: (drop after 3.3) HID: hid-magicmouse: Add pointer and buttonpad + properties for Magic Trackpad + * SAUCE: Input: synaptics - add second variant of two-button clickpad + * SAUCE: Input: synapticss - Set buttonpad property for all clickpads + + [ Eugeni Dodonov ] + + * SAUCE: drm/i915: do not enable RC6p on Sandy Bridge + * SAUCE: drm/i915: fix operator precedence when enabling RC6p + + [ Ingo Molnar ] + + * ubuntu: nx-emu - i386: NX emulation + + [ Johannes Berg ] + + * SAUCE: iwlwifi: fix key removal + - LP: #911059 + + [ John Johansen ] + + * Revert "SAUCE: AppArmor: Fix unpack of network tables." + * Revert "SAUCE: AppArmor: Allow dfa backward compatibility with broken + userspace" + * SAUCE: AppArmor: Add mising end of structure test to caps unpacking + * SAUCE: AppArmor: Fix dropping of allowed operations that are force + audited + * SAUCE: AppArmor: Fix underflow in xindex calculation + * SAUCE: AppArmor: fix mapping of META_READ to audit and quiet flags + * SAUCE: AppArmor: Fix the error case for chroot relative path name + lookup + - LP: #925028 + * SAUCE: AppArmor: Retrieve the dentry_path for error reporting when path + lookup fails + - LP: #925028 + * SAUCE: AppArmor: Minor cleanup of d_namespace_path to consolidate error + handling + * SAUCE: AppArmor: Update dfa matching routines. + * SAUCE: AppArmor: Move path failure information into aa_get_name and + rename + * SAUCE: AppArmor: Make chroot relative the default path lookup type + * SAUCE: AppArmor: Add ability to load extended policy + * SAUCE: AppArmor: basic networking rules + * SAUCE: AppArmor: Add profile introspection file to interface + * SAUCE: AppArmor: Add the ability to mediate mount + * SAUCE: AppArmor: Add mount information to apparmorfs + + [ Kees Cook ] + + * SAUCE: (drop after 3.3) security: create task_free security callback + * SAUCE: (drop after 3.3) security: Yama LSM + * SAUCE: (drop after 3.3) Yama: add PR_SET_PTRACER_ANY + * SAUCE: Yama: add link restrictions + * SAUCE: security: unconditionally chain to Yama LSM + * SAUCE: AppArmor: refactor securityfs to use structures + * SAUCE: AppArmor: add initial "features" directory to securityfs + * SAUCE: AppArmor: add "file" details to securityfs + * SAUCE: AppArmor: export known rlimit names/value mappings in securityfs + * ubuntu: Yama - LSM hooks + * ubuntu: Yama - add ptrace relationship tracking interface + * ubuntu: Yama - unconditionally chain to Yama LSM + + [ Leann Ogasawara ] + + * Revert "[Config] Enable CONFIG_NVRAM=m" + - LP: #942193 + * Drop ndiswrapper + * Ubuntu-3.2.0-17.26 + * Ubuntu-3.2.0-17.27 + * Rebase to v3.2.7 + * [Config] Enable CONFIG_USB_SERIAL_QUATECH2=m on arm and powerpc + * [Config] Enable CONFIG_USB_SERIAL_QUATECH_USB2=m on arm and powerpc + * [Config] Add CONFIG_NVRAM to config enforcer + - LP: #942193 + * [Config] Enable CONFIG_SCSI_IBMVSCSI=m for powerpc + - LP: #943090 + * [Config] Enable CONFIG_SCSI_IPR=m for powerpc + - LP: #943090 + * provide ipmi udeb + - LP: #942926 + * Rebase to v3.2.9 + * Add ibmveth to d-i/modules-powerpc/nic-modules + - LP: #712188 + * [Config] Enable CONFIG_SCSI_IBMVFC=m for powerpc + - LP: #712188 + * Add ibmvfc and ibmvscsic to d-i/modules-powerpc/nic-modules + - LP: #712188 + * Ubuntu-3.2.0-18.28 + + [ Robert Hooker ] + + * SAUCE: drm/i915: Enable RC6 by default on sandybridge. + + [ Seth Heasley ] + + * SAUCE: ALSA: hda - Add Lynx Point HD Audio Controller DeviceIDs + - LP: #900119 + * SAUCE: ahci: AHCI-mode SATA patch for Intel Lynx Point DeviceIDs + - LP: #900119 + * SAUCE: ata_piix: IDE-mode SATA patch for Intel Lynx Point DeviceIDs + - LP: #900119 + * SAUCE: i2c-i801: Add device IDs for Intel Lynx Point + - LP: #900119 + + [ Tim Gardner ] + + * dropped hv_mouse + * [Config] CONFIG_X86_NUMACHIP=y + * [Config] updateconfigs after apparmor patches + * [Config] Added hv_netvsc and hv_storvsc to -virtual + - LP: #942256 + * [Config] Enable aufs + - LP: #943119 + * SAUCE: Made kernel irq-threaded by default + + [ Luke Yelavich ] + + * UBUNTU: Depend on crda (>=1.1.1-1ubuntu2) | wireless-crda as per precise + mainline packaging + + [ Upstream Kernel Changes ] + + * Revert "Revert "ath9k_hw: fix interpretation of the rx KeyMiss flag"" + * Revert "AppArmor: compatibility patch for v5 interface" + * Revert "AppArmor: compatibility patch for v5 network controll" + * Staging: hv: vmbus: Support building the vmbus driver as part of the + kernel + * hv: Add Kconfig menu entry + * Drivers: hv: Fix a memory leak + * Drivers: hv: Make the vmbus driver unloadable + * Drivers: hv: Get rid of an unnecessary check in hv.c + * Staging: hv: mousevsc: Make boolean states boolean + * Staging: hv: mousevsc: Inline the code for mousevsc_on_device_add() + * Staging: hv: mousevsc: Inline the code for reportdesc_callback() + * Staging: hv: mousevsc: Cleanup mousevsc_on_channel_callback() + * Staging: hv: mousevsc: Add a new line to a debug string + * Staging: hv: mousevsc: Get rid of unnecessary include files + * Staging: hv: mousevsc: Address some style issues + * Staging: hv: mousevsc: Add a check to prevent memory corruption + * Staging: hv: mousevsc: Use the KBUILD_MODNAME macro + * Staging: hv: storvsc: Use mempools to allocate struct + storvsc_cmd_request + * Staging: hv: storvsc: Cleanup error handling in the probe function + * Staging: hv: storvsc: Fixup the error when processing SET_WINDOW + command + * Staging: hv: storvsc: Fix error handling storvsc_host_reset() + * Staging: hv: storvsc: Use the accessor function shost_priv() + * Staging: hv: storvsc: Use the unlocked version queuecommand + * Staging: hv: storvsc: use the macro KBUILD_MODNAME + * Staging: hv: storvsc: Get rid of an unnecessary forward declaration + * Staging: hv: storvsc: Upgrade the vmstor protocol version + * Staging: hv: storvsc: Support hot add of scsi disks + * Staging: hv: storvsc: Support hot-removing of scsi devices + * staging: hv: Use kmemdup rather than duplicating its implementation + * staging: hv: move hv_netvsc out of staging area + * Staging: hv: mousevsc: Properly add the hid device + * Staging: hv: storvsc: Disable clustering + * Staging: hv: storvsc: Cleanup storvsc_device_alloc() + * Staging: hv: storvsc: Fix a bug in storvsc_command_completion() + * Staging: hv: storvsc: Fix a bug in copy_from_bounce_buffer() + * Staging: hv: storvsc: Implement per device memory pools + * Staging: hv: remove hv_mouse driver as it's now in the hid directory + * Staging: hv: update TODO file + * Staging: hv: storvsc: Fix a bug in create_bounce_buffer() + * net/hyperv: Fix long lines in netvsc.c + * net/hyperv: Add support for promiscuous mode setting + * net/hyperv: Fix the stop/wake queue mechanism + * net/hyperv: Remove unnecessary kmap_atomic in netvsc driver + * net/hyperv: Add NETVSP protocol version negotiation + * net/hyperv: Add support for jumbo frame up to 64KB + * net/hyperv: fix possible memory leak in do_set_multicast() + * net/hyperv: rx_bytes should account the ether header size + * net/hyperv: fix the issue that large packets be dropped under bridge + * net/hyperv: Use netif_tx_disable() instead of netif_stop_queue() when + necessary + * net/hyperv: Fix the page buffer when an RNDIS message goes beyond page + boundary + * HID: Move the hid-hyperv driver out of staging + * HID: hv_mouse: Properly add the hid device + * HID: hyperv: Properly disconnect the input device + * Staging: hv: storvsc: Cleanup some comments + * Staging: hv: storvsc: Cleanup storvsc_probe() + * Staging: hv: storvsc: Cleanup storvsc_queuecommand() + * Staging: hv: storvsc: Introduce defines for srb status codes + * Staging: hv: storvsc: Cleanup storvsc_host_reset_handler() + * Staging: hv: storvsc: Move and cleanup storvsc_remove() + * Staging: hv: storvsc: Add a comment to explain life-cycle management + * Staging: hv: storvsc: Get rid of the on_io_completion in + hv_storvsc_request + * Staging: hv: storvsc: Rename the context field in hv_storvsc_request + * Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver + * Staging: hv: storvsc: Cleanup the code for generating protocol version + * Staging: hv: storvsc: Cleanup some protocol related constants + * Staging: hv: storvsc: Get rid of some unused defines + * Staging: hv: storvsc: Consolidate the request structure + * Staging: hv: storvsc: Consolidate all the wire protocol definitions + * Staging: hv: storvsc: Move the storage driver out of the staging area + * x86: Make flat_init_apic_ldr() available + * x86: Add x86_init platform override to fix up NUMA core numbering + * x86: Add NumaChip support + * x86/numachip: Drop unnecessary conflict with EDAC + * Input: bcm5974 - set BUTTONPAD property + * Ubuntu: Rebase to v3.2.8 + * ACPI / PM: Do not save/restore NVS on Asus K54C/K54HR + - LP: #898503 + * Add low latency source + + -- Luke Yelavich Fri, 09 Mar 2012 10:21:12 +1100 + +linux-lowlatency (3.2.0-16.25) precise; urgency=low + + * Add new lowlatency kernel flavour + + -- Alessio Igor Bogani Mon, 26 Oct 2011 11:13:05 +0200 --- linux-lowlatency-3.8.0.orig/debian.lowlatency/config-delta +++ linux-lowlatency-3.8.0/debian.lowlatency/config-delta @@ -0,0 +1,17 @@ +# DELTA: enable full preempt +# +# CONFIG_PREEMPT_NONE is not set +# CONFIG_PREEMPT_VOLUNTARY is not set +CONFIG_PREEMPT=y +# CONFIG_DEBUG_PREEMPT is not set +# CONFIG_RCU_BOOST is not set +# CONFIG_RCU_CPU_STALL_VERBOSE is not set +# CONFIG_PREEMPT_TRACER is not set +# CONFIG_PROVE_RCU_DELAY is not set + +# DELTA: switch to HZ=1000 +# +# CONFIG_HZ_100 is not set +# CONFIG_HZ_250 is not set +# CONFIG_HZ_300 is not set +CONFIG_HZ_1000=y --- linux-lowlatency-3.8.0.orig/debian.lowlatency/control +++ linux-lowlatency-3.8.0/debian.lowlatency/control @@ -0,0 +1,96 @@ +Source: linux-lowlatency +Section: devel +Priority: optional +Maintainer: Ubuntu Developers +Uploaders: UbuntuStudio Developers +Standards-Version: 3.9.2 +Build-Depends: debhelper (>= 5), cpio, module-init-tools, kernel-wedge (>= 2.24ubuntu1), makedumpfile [amd64 i386], device-tree-compiler [powerpc], libelf-dev, binutils-dev, rsync, libdw-dev, dpkg (>= 1.16.0~ubuntu4), openssl +Build-Conflicts: findutils (= 4.4.1-1ubuntu1) +Vcs-Git: git://kernel.ubuntu.com/apw/ubuntu-quantal-lowlatency.git + +Package: linux-lowlatency-headers-3.8.0-26 +Architecture: all +Section: devel +Priority: optional +Depends: ${misc:Depends}, coreutils | fileutils (>= 4.0) +Description: Header files related to Linux kernel version 3.8.0 + This package provides kernel header files for version 3.8.0, for sites + that want the latest kernel headers. Please read + /usr/share/doc/linux-lowlatency-headers-3.8.0-26/debian.README.gz for details + + +Package: linux-image-3.8.0-26-lowlatency +Architecture: i386 amd64 +Section: admin +Priority: optional +Pre-Depends: dpkg (>= 1.10.24) +Provides: linux-image, linux-image-3.0, fuse-module, kvm-api-4, redhat-cluster-modules, ivtv-modules, ndiswrapper-modules-1.9 +Depends: ${misc:Depends}, ${shlibs:Depends}, initramfs-tools (>= 0.36ubuntu6), coreutils | fileutils (>= 4.0), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>=1.1.1-1ubuntu2) | wireless-crda, rtirq-init +Conflicts: hotplug (<< 0.0.20040105-1) +Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) +Suggests: fdutils, linux-doc-3.8.0 | linux-source-3.8.0, linux-tools, linux-headers-3.8.0-26-lowlatency +Description: Linux kernel image for version 3.8.0 on x86/x86_64 + This package contains the Linux kernel image for version 3.8.0 on + x86/x86_64. + . + Also includes the corresponding System.map file, the modules built by the + packager, and scripts that try to ensure that the system is not left in an + unbootable state after an update. + . + Supports Lowlatency processors. + . + Geared toward lowlatency desktop systems. + . + You likely do not want to install this package directly. Instead, install + the linux-lowlatency meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-image-extra-3.8.0-26-lowlatency +Architecture: i386 amd64 +Section: admin +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-image-3.8.0-26-lowlatency (= 3.8.0) +Description: Linux kernel image for version 3.8.0 on x86/x86_64 + This package contains the Linux kernel image for version 3.8.0 on + x86/x86_64. + . + Also includes the corresponding System.map file, the modules built by the + packager, and scripts that try to ensure that the system is not left in an + unbootable state after an update. + . + Supports Lowlatency processors. + . + Geared toward lowlatency desktop systems. + . + You likely do not want to install this package directly. Instead, install + the linux-lowlatency meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-headers-3.8.0-26-lowlatency +Architecture: i386 amd64 +Section: devel +Priority: optional +Depends: ${misc:Depends}, coreutils | fileutils (>= 4.0), linux-lowlatency-headers-3.8.0-26, ${shlibs:Depends} +Provides: linux-headers, linux-headers-3.0 +Description: Linux kernel headers for version 3.8.0 on x86/x86_64 + This package provides kernel header files for version 3.8.0 on + x86/x86_64. + . + This is for sites that want the latest kernel headers. Please read + /usr/share/doc/linux-headers-3.8.0-26/debian.README.gz for details. + +Package: linux-image-3.8.0-26-lowlatency-dbgsym +Architecture: i386 amd64 +Section: devel +Priority: optional +Depends: ${misc:Depends} +Provides: linux-debug +Description: Linux kernel debug image for version 3.8.0 on x86/x86_64 + This package provides a kernel debug image for version 3.8.0 on + x86/x86_64. + . + This is for sites that wish to debug the kernel. + . + The kernel image contained in this package is NOT meant to boot from. It + is uncompressed, and unstripped. This package also includes the + unstripped modules. --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/exclude-modules.armhf-generic +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/exclude-modules.armhf-generic @@ -0,0 +1,10 @@ +serial-modules +firewire-core-modules +floppy-modules +pcmcia-storage-modules +fb-modules +nic-pcmcia-modules +pcmcia-modules +pata-modules +message-modules +virtio-modules --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/exclude-modules.i386-virtual +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/exclude-modules.i386-virtual @@ -0,0 +1,15 @@ +pata-modules +serial-modules +firewire-core-modules +plip-modules +usb-modules +pcmcia-storage-modules +input-modules +nic-pcmcia-modules +pcmcia-modules +nic-usb-modules +nfs-modules +speakup-modules +ppp-modules +sata-modules +ipmi-modules --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/exclude-modules.amd64-virtual +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/exclude-modules.amd64-virtual @@ -0,0 +1,15 @@ +pata-modules +serial-modules +firewire-core-modules +plip-modules +usb-modules +pcmcia-storage-modules +input-modules +nic-pcmcia-modules +pcmcia-modules +nic-usb-modules +nfs-modules +speakup-modules +ppp-modules +sata-modules +ipmi-modules --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/package-list +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/package-list @@ -0,0 +1,196 @@ +Package: kernel-image + +Package: fat-modules +Depends: kernel-image +Priority: standard +Description: FAT filesystem support + This includes Windows FAT and VFAT support. + +Package: fb-modules +Depends: kernel-image +Priority: standard +Description: Framebuffer modules + +Package: firewire-core-modules +Depends: kernel-image, storage-core-modules +Priority: standard +Description: Firewire (IEEE-1394) Support + +Package: floppy-modules +Depends: kernel-image +Priority: standard +Description: Floppy driver support + +Package: fs-core-modules +Depends: kernel-image +Priority: standard +Provides: jfs-modules, reiserfs-modules, xfs-modules +Description: Base filesystem modules + This includes jfs, reiserfs and xfs. + +Package: fs-secondary-modules +Depends: kernel-image, fat-modules +Priority: standard +Provides: ntfs-modules, hfs-modules +Description: Extra filesystem modules + This includes support for Windows NTFS and MacOS HFS/HFSPlus + +Package: input-modules +Depends: kernel-image, usb-modules +Priority: standard +Description: Support for various input methods + +Package: irda-modules +Depends: kernel-image, nic-shared-modules +Priority: standard +Description: Support for Infrared protocols + +Package: md-modules +Depends: kernel-image +Priority: standard +Description: Multi-device support (raid, device-mapper, lvm) + +Package: nic-modules +Depends: kernel-image, nic-shared-modules, virtio-modules +Priority: standard +Description: Network interface support + +Package: nic-pcmcia-modules +Depends: kernel-image, nic-shared-modules, nic-modules +Priority: standard +Description: PCMCIA network interface support + +Package: nic-usb-modules +Depends: kernel-image, nic-shared-modules, usb-modules +Priority: standard +Description: USB network interface support + +Package: nic-shared-modules +Depends: kernel-image, crypto-modules +Priority: standard +Description: nic shared modules + This package contains modules which support nic modules + +Package: parport-modules +Depends: kernel-image +Priority: standard +Description: Parallel port support + +Package: pata-modules +Depends: kernel-image, storage-core-modules +Priority: standard +Description: PATA support modules + +Package: pcmcia-modules +Depends: kernel-image +Priority: standard +Description: PCMCIA Modules + +Package: pcmcia-storage-modules +Depends: kernel-image, scsi-modules +Priority: standard +Description: PCMCIA storage support + +Package: plip-modules +Depends: kernel-image, nic-shared-modules, parport-modules +Priority: standard +Description: PLIP (parallel port) networking support + +Package: ppp-modules +Depends: kernel-image, nic-shared-modules, serial-modules +Priority: standard +Description: PPP (serial port) networking support + +Package: sata-modules +Depends: kernel-image, storage-core-modules +Priority: standard +Description: SATA storage support + +Package: scsi-modules +Depends: kernel-image, storage-core-modules +Priority: standard +Description: SCSI storage support + +Package: serial-modules +Depends: kernel-image +Priority: standard +Description: Serial port support + +Package: storage-core-modules +Depends: kernel-image +Priority: standard +Provides: loop-modules +Description: Core storage support + Includes core SCSI, LibATA, USB-Storage. Also includes related block + devices for CD, Disk and Tape medium (and IDE Floppy). + +Package: usb-modules +Depends: kernel-image, storage-core-modules +Priority: standard +Description: Core USB support + +Package: nfs-modules +Priority: standard +Depends: kernel-image +Description: NFS filesystem drivers + Includes the NFS client driver, and supporting modules. + +Package: block-modules +Priority: standard +Depends: kernel-image, storage-core-modules, parport-modules, virtio-modules +Description: Block storage devices + This package contains the block storage devices, including DAC960 and + paraide. + +Package: message-modules +Priority: standard +Depends: kernel-image, storage-core-modules, scsi-modules +Description: Fusion and i2o storage modules + This package containes the fusion and i2o storage modules. + +Package: crypto-modules +Priority: extra +Depends: kernel-image +Description: crypto modules + This package contains crypto modules. + +Package: virtio-modules +Priority: standard +Depends: kernel-image +Description: VirtIO Modules + Includes modules for VirtIO (virtual machine, generally kvm guests) + +Package: socket-modules +Depends: kernel-image +Priority: standard +Description: Unix socket support + +Package: mouse-modules +Depends: kernel-image, input-modules, usb-modules +Priority: extra +Description: Mouse support + This package contains mouse drivers for the Linux kernel. + +Package: squashfs-modules +Depends: kernel-image +Priority: extra +Description: squashfs modules + This package contains squashfs modules. + +Package: vlan-modules +Depends: kernel-image +Priority: extra +Description: vlan modules + This package contains vlan (8021.Q) modules. + +Package: ipmi-modules +Depends: kernel-image +Priority: standard +Description: ipmi modules + +Package: multipath-modules +Depends: kernel-image +Priority: extra +Description: DM-Multipath support + This package contains modules for device-mapper multipath support. + --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/kernel-versions.in +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/kernel-versions.in @@ -0,0 +1,4 @@ +# arch version flavour installedname suffix bdep +#amd64 PKGVER-ABINUM lowlatency PKGVER-ABINUM-lowlatency - + +#i386 PKGVER-ABINUM lowlatency PKGVER-ABINUM-lowlatency - --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/exclude-modules.sparc +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/exclude-modules.sparc @@ -0,0 +1,9 @@ +efi-modules +nic-pcmcia-modules +pcmcia-modules +pcmcia-storage-modules +irda-modules +floppy-modules +fb-modules +acpi-modules +virtio-modules --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/exclude-modules.ia64 +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/exclude-modules.ia64 @@ -0,0 +1,4 @@ +irda-modules +floppy-modules +fb-modules +virtio-modules --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/exclude-firmware.armhf-generic +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/exclude-firmware.armhf-generic @@ -0,0 +1,2 @@ +nic-modules +scsi-modules --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/kernel-versions +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/kernel-versions @@ -0,0 +1,4 @@ +# arch version flavour installedname suffix bdep +#amd64 3.8.0-26 lowlatency 3.8.0-26-lowlatency - + +#i386 3.8.0-26 lowlatency 3.8.0-26-lowlatency - --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/modules-sparc/block-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/modules-sparc/block-modules @@ -0,0 +1,9 @@ +aoe +cciss +comm +cpqarray ? +DAC960 +nbd +sx8 +umem +virtio_blk ? --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/modules-sparc/message-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/modules-sparc/message-modules @@ -0,0 +1,13 @@ +mptbase +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +i2o_block +i2o_bus +i2o_config ? +i2o_core +i2o_proc +i2o_scsi --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/modules/fat-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/modules/fat-modules @@ -0,0 +1,7 @@ +fat ? +vfat ? + +# Supporting modules ? +nls_cp437 ? +nls_iso8859-1 ? +nls_utf8 ? --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/modules/block-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/modules/block-modules @@ -0,0 +1,32 @@ +aoe ? +aten ? +bpck ? +bpck6 ? +cciss ? +comm ? +cpqarray ? +DAC960 ? +dstr ? +epat ? +epia ? +fit2 ? +fit3 ? +friq ? +frpw ? +hpsa ? +kbic ? +ktti ? +nbd ? +on20 ? +on26 ? +paride ? +pcd ? +pd ? +pf ? +pg ? +pt ? +sx8 ? +umem ? +virtio_blk ? +xen-blkfront ? +mtip32xx ? --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/modules/floppy-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/modules/floppy-modules @@ -0,0 +1 @@ +floppy ? --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/modules/fs-secondary-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/modules/fs-secondary-modules @@ -0,0 +1,5 @@ +btrfs ? +fuse ? +ntfs ? +hfs ? +hfsplus ? --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/modules/pata-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/modules/pata-modules @@ -0,0 +1,47 @@ +pata_ali.ko ? +pata_amd.ko ? +pata_artop.ko ? +pata_atiixp.ko ? +pata_atp867x.ko ? +pata_cmd640.ko ? +pata_cmd64x.ko ? +pata_cs5520.ko ? +pata_cs5530.ko ? +pata_cs5535.ko ? +pata_cs5536.ko ? +pata_cypress.ko ? +pata_efar.ko ? +pata_hpt366.ko ? +pata_hpt37x.ko ? +pata_hpt3x2n.ko ? +pata_hpt3x3.ko ? +pata_isapnp.ko ? +pata_it8213.ko ? +pata_it821x.ko ? +pata_jmicron.ko ? +pata_legacy.ko ? +pata_macio.ko ? +pata_marvell.ko ? +pata_mpiix.ko ? +pata_netcell.ko ? +pata_ninja32.ko ? +pata_ns87410.ko ? +pata_ns87415.ko ? +pata_oldpiix.ko ? +pata_optidma.ko ? +pata_opti.ko ? +pata_pcmcia.ko ? +pata_pdc2027x.ko ? +pata_pdc202xx_old.ko ? +pata_qdi.ko ? +pata_radisys.ko ? +pata_rdc.ko ? +pata_rz1000.ko ? +pata_sc1200.ko ? +pata_sch.ko ? +pata_serverworks.ko ? +pata_sil680.ko ? +pata_sl82c105.ko ? +pata_triflex.ko ? +pata_via.ko ? +pata_winbond.ko ? --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/modules/pcmcia-storage-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/modules/pcmcia-storage-modules @@ -0,0 +1,6 @@ +pata_pcmcia ? +qlogic_cs ? +fdomain_cs ? +aha152x_cs ? +nsp_cs ? +sym53c500_cs ? --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/modules/irda-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/modules/irda-modules @@ -0,0 +1,30 @@ +act200l-sir ? +actisys-sir ? +ali-ircc ? +donauboe ? +esi-sir ? +girbil-sir ? +ircomm ? +ircomm-tty ? +irda ? +irda-usb ? +irlan ? +irnet ? +irport ? +irtty-sir ? +kingsun-sir ? +ks959-sir ? +ksdazzle-sir ? +litelink-sir ? +ma600-sir ? +mcp2120-sir ? +mcs7780 ? +nsc-ircc ? +old_belkin-sir ? +sir-dev ? +smsc-ircc2 ? +stir4200 ? +tekram-sir ? +via-ircc ? +vlsi_ir ? +w83977af_ir ? --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/modules/parport-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/modules/parport-modules @@ -0,0 +1,2 @@ +parport ? +parport_pc ? --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/modules/nic-usb-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/modules/nic-usb-modules @@ -0,0 +1,32 @@ +catc ? +kaweth ? +pegasus ? +prism2_usb ? +rtl8150 ? +usbnet ? +zd1211rw ? +zd1201 ? +rt2500usb ? +rt73usb ? +rt2570 ? +rt2800usb ? +rt2x00usb ? +cdc_ether ? +asix ? +cdc_eem ? +cdc_ether ? +cdc-phonet ? +cdc_subset ? +dm9601 ? +gl620a ? +hso ? +int51x1 ? +mcs7830 ? +net1080 ? +plusb ? +rndis_host ? +smsc95xx ? +zaurus ? +carl9170 ? +smsc75xx ? +smsc95xx ? --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/modules/nic-shared-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/modules/nic-shared-modules @@ -0,0 +1,26 @@ +# PHY +8390 ? +mii ? + +# CRC modules +crc-ccitt ? +crc-itu-t ? +libcrc32c ? + +# mac80211 stuff +mac80211 ? +cfg80211 ? + +# rt2x00 lib (since rt2x00 is split across usb/pci/cb +rt2x00lib ? +rt2800lib ? + +# Atheros library (since drivers are split across nic-modules/nic-usb-modules) +ath ? + +# Wireless 802.11 modules +lib80211 ? +cfg80211 ? +lib80211_crypt_ccmp ? +lib80211_crypt_tkip ? +lib80211_crypt_wep ? --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/modules/sata-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/modules/sata-modules @@ -0,0 +1,17 @@ +sata_inic162x.ko ? +sata_mv.ko ? +sata_nv.ko ? +sata_promise.ko ? +sata_qstor.ko ? +sata_sil24.ko ? +sata_sil.ko ? +sata_sis.ko ? +sata_svw.ko ? +sata_sx4.ko ? +sata_uli.ko ? +sata_via.ko ? +sata_vsc.ko ? +ahci_platform ? +ahci ? +acard-ahci ? +libahci ? --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/modules/squashfs-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/modules/squashfs-modules @@ -0,0 +1 @@ +squashfs ? --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/modules/md-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/modules/md-modules @@ -0,0 +1,15 @@ +dm-crypt ? +dm-mirror ? +dm-raid ? +dm-zero ? +faulty ? +linear ? +multipath ? +raid0 ? +raid1 ? +raid10 ? +raid456 ? + +# Extras +dm-raid45 ? +dm-loop ? --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/modules/storage-core-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/modules/storage-core-modules @@ -0,0 +1,10 @@ +# Core stacks +usb-storage ? + +# Block level + +# Loop modules +cryptoloop ? + +# Needs to be here for better cdrom initrd layout +isofs ? --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/modules/message-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/modules/message-modules @@ -0,0 +1,14 @@ +mptbase ? +mptctl ? +mptfc ? +mptlan ? +mptsas ? +mpt2sas ? +mptscsih ? +mptspi ? +i2o_block ? +i2o_bus ? +i2o_config ? +i2o_core ? +i2o_proc ? +i2o_scsi ? --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/modules/pcmcia-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/modules/pcmcia-modules @@ -0,0 +1,8 @@ +i82092 ? +i82365 ? +pcmcia ? +pcmcia_core ? +pd6729 ? +rsrc_nonstatic ? +tcic ? +yenta_socket ? --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/modules/ipmi-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/modules/ipmi-modules @@ -0,0 +1,5 @@ +ipmi_devintf ? +ipmi_msghandler ? +ipmi_poweroff ? +ipmi_si ? +ipmi_watchdog ? --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/modules/vlan-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/modules/vlan-modules @@ -0,0 +1,3 @@ +slp ? +garp ? +8021q ? --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/modules/fb-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/modules/fb-modules @@ -0,0 +1,3 @@ +fbcon ? +vesafb ? +vga16fb ? --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/modules/nic-pcmcia-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/modules/nic-pcmcia-modules @@ -0,0 +1,19 @@ +3c574_cs ? +3c589_cs ? +airo_cs ? +atmel_cs ? +axnet_cs ? +com20020_cs ? +fmvj18x_cs ? +ibmtr_cs ? +netwave_cs ? +nmclan_cs ? +orinoco_cs ? +pcnet_cs ? +ray_cs ? +smc91c92_cs ? +wavelan_cs ? +wl3501_cs ? +xirc2ps_cs ? +xircom_cb ? +xircom_tulip_cb ? --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/modules/scsi-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/modules/scsi-modules @@ -0,0 +1,126 @@ +# SCSI +raid_class ? +scsi_transport_spi ? +scsi_transport_fc ? +scsi_transport_iscsi ? +scsi_transport_sas ? +iscsi_tcp ? +libiscsi ? +amiga7xx ? +a3000 ? +a2091 ? +gvp11 ? +mvme147 ? +sgiwd93 ? +cyberstorm ? +cyberstormII ? +blz2060 ? +blz1230 ? +fastlane ? +oktagon_esp_mod ? +atari_scsi ? +mac_scsi ? +mac_esp ? +sun3_scsi ? +mvme16x ? +bvme6000 ? +sim710 ? +advansys ? +psi240i ? +BusLogic ? +dpt_i2o ? +u14-34f ? +ultrastor ? +aha152x ? +aha1542 ? +aha1740 ? +aic7xxx_old ? +ips ? +fd_mcs ? +fdomain ? +fnic ? +in2000 ? +g_NCR5380 ? +g_NCR5380_mmio ? +NCR53c406a ? +NCR_D700 ? +NCR_Q720_mod ? +sym53c416 ? +qlogicfas408 ? +qla1280 ? +pas16 ? +seagate ? +seagate ? +t128 ? +dmx3191d ? +dtc ? +zalon7xx ? +eata_pio ? +wd7000 ? +mca_53c9x ? +ibmmca ? +eata ? +dc395x ? +tmscsim ? +megaraid ? +atp870u ? +esp ? +gdth ? +initio ? +a100u2w ? +qlogicpti ? +ide-scsi ? +mesh ? +mac53c94 ? +pluto ? +dec_esp ? +3w-xxxx ? +3w-9xxx ? +ppa ? +imm ? +jazz_esp ? +sun3x_esp ? +fcal ? +lasi700 ? +nsp32 ? +ipr ? +hptiop ? +stex ? +osst ? +sg ? +ch ? +scsi_debug ? +aacraid ? +aic7xxx ? +aic79xx ? +aic94xx ? +arcmsr ? +acornscsi_mod ? +arxescsi ? +cumana_1 ? +cumana_2 ? +ecoscsi ? +oak ? +powertec ? +eesox ? +ibmvscsic ? +libsas ? +lpfc ? +megaraid_mm ? +megaraid_mbox ? +megaraid_sas ? +qla2xxx ? +sym53c8xx ? +qla4xxx ? +mvsas ? +vmw_pvscsi ? +ums-cypress ? +be2iscsi ? +3w-sas ? +isci ? + +# device handlers +scsi_dh_alua ? +scsi_dh_emc ? +scsi_dh_rdac ? +scsi_dh_hp_sw ? --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/modules/serial-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/modules/serial-modules @@ -0,0 +1,3 @@ +generic_serial ? +serial_cs ? +synclink_cs ? --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/modules/multipath-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/modules/multipath-modules @@ -0,0 +1,2 @@ +dm-multipath ? +dm-round-robin ? --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/modules/plip-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/modules/plip-modules @@ -0,0 +1 @@ +plip ? --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/modules/mouse-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/modules/mouse-modules @@ -0,0 +1,2 @@ +psmouse ? +usbmouse ? --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/modules/ppp-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/modules/ppp-modules @@ -0,0 +1,6 @@ +ppp_async ? +ppp_deflate ? +ppp_mppe ? +pppoe ? +pppox ? +ppp_synctty ? --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/modules/virtio-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/modules/virtio-modules @@ -0,0 +1,9 @@ +virtio_balloon ? +virtio_pci ? +virtio_ring ? +virtio-rng ? +hv_vmbus ? +hv_utils ? +hv_netvsc ? +hv_mouse ? +hv_storvsc ? --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/modules/nfs-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/modules/nfs-modules @@ -0,0 +1,6 @@ +nfs ? +nfs_acl ? +nfsv3 ? +lockd ? +sunrpc ? +cifs ? --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/modules/crypto-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/modules/crypto-modules @@ -0,0 +1,70 @@ +aesni-intel ? +aes-x86_64 ? +af_alg ? +algif_hash ? +algif_skcipher ? +ansi_cprng ? +anubis ? +arc4 ? +async_memcpy ? +async_pq ? +async_raid6_recov ? +async_tx ? +async_xor ? +authenc ? +authencesn ? +blowfish_common ? +blowfish_generic ? +blowfish-x86_64 ? +camellia ? +cast5 ? +cast6 ? +ccm ? +cryptd ? +cryptoloop ? +crypto_null ? +crypto_user ? +ctr ? +cts ? +deflate ? +des_generic ? +fcrypt ? +gcm ? +gf128mul ? +ghash-clmulni-intel ? +ghash-generic ? +khazad ? +lrw ? +lzo ? +md4 ? +michael_mic ? +padlock-aes ? +padlock-sha ? +pcbc ? +pcrypt ? +raid6test ? +rmd128 ? +rmd160 ? +rmd256 ? +rmd320 ? +salsa20_generic ? +salsa20-x86_64 ? +seed ? +seqiv ? +serpent_generic ? +serpent-sse2-x86_64 ? +sha1-ssse3 ? +sha512_generic ? +tcrypt ? +tea ? +tgr192 ? +twofish_common ? +twofish_generic ? +twofish-x86_64 ? +twofish-x86_64-3way ? +vmac ? +wp512 ? +xcbc ? +xor ? +xts ? +zlib ? --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/modules/nic-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/modules/nic-modules @@ -0,0 +1,169 @@ +3c359 ? +3c501 ? +3c503 ? +3c505 ? +3c507 ? +3c509 ? +3c515 ? +3c523 ? +3c527 ? +3c59x ? +8139cp ? +8139too ? +82596 ? +abyss ? +ac3200 ? +adm8211 ? +airo ? +airport ? +alx ? +amd8111e ? +arc4 ? +arcnet ? +arc-rawmode ? +arc-rimi ? +arlan ? +at1700 ? +ath5k ? +ath9k ? +ath9k_htc ? +atl1 ? +atl1c ? +atl1e ? +atl2 ? +atmel ? +atmel_pci ? +b44 ? +be2net ? +bmac ? +bnx2 ? +bnx2x ? +bonding ? +brcmfmac ? +brcmsmac ? +cassini ? +com20020 ? +com20020-pci ? +com90io ? +com90xx ? +cs89x0 ? +de2104x ? +de4x5 ? +de600 ? +de620 ? +defxx ? +depca ? +dl2k ? +dmfe ? +dummy ? +e100 ? +e1000 ? +e1000e ? +e2100 ? +eepro ? +eepro100 ? +eexpress ? +enic ? +epic100 ? +eql ? +es3210 ? +eth16i ? +ewrk3 ? +fealnx ? +forcedeth ? +igb ? +ps3_gelic ? +hamachi ? +hermes ? +hp ? +hp100 ? +hp-plus ? +ibmtr ? +ipddp ? +ipw2100 ? +ipw2200 ? +iwl3945 ? +iwl4965 ? +iwl-legacy ? +iwlwifi ? +ixgb ? +ixgbe ? +lance ? +lanstreamer ? +lasi_82596 ? +lne390 ? +lp486e ? +mace ? +mlx4_core ? +mlx4_en ? +mv643xx_eth ? +myri_sbus ? +natsemi ? +ne ? +ne2 ? +ne2k-pci ? +ne3210 ? +netconsole ? +netxen_nic ? +ni5010 ? +ni52 ? +ni65 ? +niu ? +ns83820 ? +olympic ? +orinoco ? +orinoco_pci ? +orinoco_plx ? +orinoco_tmd ? +pcnet32 ? +r8169 ? +rate_control ? +rfc1051 ? +rfc1201 ? +rrunner ? +rt2400 ? +rt2400pci ? +rt2500 ? +rt2500pci ? +rt2800pci ? +rt61pci ? +s2io ? +shaper ? +sis190 ? +sis900 ? +spidernet ? +skfp ? +skge ? +sk98lin ? +sky2 ? +smc9194 ? +smc-ultra ? +smc-ultra32 ? +starfire ? +strip ? +sunbmac ? +sundance ? +sungem ? +sungem_phy ? +sunhme ? +sunlance ? +sunqe ? +sunvnet ? +tg3 ? +tlan ? +tms380tr ? +tmspci ? +tulip ? +tun ? +typhoon ? +uli526x ? +via-rhine ? +via-velocity ? +virtio_net ? +wavelan ? +wd ? +winbond-840 ? +yellowfin ? +znet ? +vmxnet3 ? +xen-netfront ? --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/modules/fs-core-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/modules/fs-core-modules @@ -0,0 +1,4 @@ +ext2 ? +jfs ? +reiserfs ? +xfs ? --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/modules/speakup-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/modules/speakup-modules @@ -0,0 +1,16 @@ +speakup ? +speakup_acntpc ? +speakup_acntsa ? +speakup_apollo ? +speakup_audptr ? +speakup_bns ? +speakup_decext ? +speakup_dectlk ? +speakup_dtlk ? +speakup_dummy ? +speakup_keypc ? +speakup_ltlk ? +speakup_soft ? +speakup_spkout ? +speakup_txprt ? +speakup_decpc ? --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/modules/input-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/modules/input-modules @@ -0,0 +1,23 @@ +hid-a4tech ? +hid-apple ? +hid-belkin ? +hid-bright ? +hid-cherry ? +hid-chicony ? +hid-cypress ? +hid-dell ? +hid-ezkey ? +hid-generic ? +hid-gyration ? +hid-logitech ? +hid-logitech-dj ? +hid-microsoft ? +hid-monterey ? +hid-petalynx ? +hid-pl ? +hid-samsung ? +hid-sony ? +hid-sunplus ? +hid-tmff ? +hid-zpff ? +usbhid ? --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/modules/firewire-core-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/modules/firewire-core-modules @@ -0,0 +1,4 @@ +firewire-core ? +firewire-ohci ? +firewire-sbp2 ? +firewire-net ? --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/modules/usb-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/modules/usb-modules @@ -0,0 +1,10 @@ +ehci-hcd ? +isp116x-hcd ? +isp1760 ? +ohci-hcd ? +r8a66597-hcd ? +sl811_cs ? +sl811-hcd ? +u132-hcd ? +uhci-hcd ? +xhci-hcd ? --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/firmware/README.txt +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/firmware/README.txt @@ -0,0 +1,4 @@ +# +# Place the names of udeb modules into this directory that require +# runtime firmware. +# --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/firmware/scsi-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/firmware/scsi-modules @@ -0,0 +1,3 @@ +qlogic/1040.bin +qlogic/12160.bin +qlogic/1280.bin --- linux-lowlatency-3.8.0.orig/debian.lowlatency/d-i/firmware/nic-modules +++ linux-lowlatency-3.8.0/debian.lowlatency/d-i/firmware/nic-modules @@ -0,0 +1,14 @@ +e100/d101m_ucode.bin +e100/d101s_ucode.bin +e100/d102e_ucode.bin +bnx2/bnx2-mips-09-6.2.1b.fw +bnx2/bnx2-rv2p-06-6.0.15.fw +bnx2/bnx2-mips-06-6.2.3.fw +bnx2/bnx2-rv2p-09-6.0.17.fw +bnx2/bnx2-rv2p-09ax-6.0.17.fw +bnx2x/bnx2x-e1h-7.8.2.0.fw +bnx2x/bnx2x-e1-7.8.2.0.fw +bnx2x/bnx2x-e2-7.8.2.0.fw +tigon/tg3_tso5.bin +tigon/tg3_tso.bin +tigon/tg3.bin --- linux-lowlatency-3.8.0.orig/debian.lowlatency/control.d/vars.lowlatency +++ linux-lowlatency-3.8.0/debian.lowlatency/control.d/vars.lowlatency @@ -0,0 +1,6 @@ +arch="i386 amd64" +supported="Lowlatency" +target="Geared toward lowlatency desktop systems." +desc="x86/x86_64" +bootloader="grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1)" +provides="kvm-api-4, redhat-cluster-modules, ivtv-modules, ndiswrapper-modules-1.9" --- linux-lowlatency-3.8.0.orig/debian.lowlatency/control.d/flavour-control.stub +++ linux-lowlatency-3.8.0/debian.lowlatency/control.d/flavour-control.stub @@ -0,0 +1,98 @@ +# Items that get replaced: +# FLAVOUR +# DESC +# ARCH +# SUPPORTED +# TARGET +# BOOTLOADER +# =PROVIDES= +# +# Items marked with =FOO= are optional +# +# This file describes the template for packages that are created for each flavour +# in debian/control.d/vars.* +# +# This file gets edited in a couple of places. See the debian/control.stub rule in +# debian/rules. PGGVER, ABINUM, and SRCPKGNAME are all converted in the +# process of creating debian/control. +# +# The flavour specific strings (ARCH, DESC, etc) are converted using values from the various +# flavour files in debian/control.d/vars.* +# +# XXX: Leave the blank line before the first package!! + +Package: linux-image-PKGVER-ABINUM-FLAVOUR +Architecture: ARCH +Section: admin +Priority: optional +Pre-Depends: dpkg (>= 1.10.24) +Provides: linux-image, linux-image-3.0, fuse-module, =PROVIDES= +Depends: ${misc:Depends}, ${shlibs:Depends}, initramfs-tools (>= 0.36ubuntu6), coreutils | fileutils (>= 4.0), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>=1.1.1-1ubuntu2) | wireless-crda, rtirq-init +Conflicts: hotplug (<< 0.0.20040105-1) +Recommends: BOOTLOADER +Suggests: fdutils, linux-doc-PKGVER | linux-source-PKGVER, linux-tools, linux-headers-PKGVER-ABINUM-FLAVOUR +Description: Linux kernel image for version PKGVER on DESC + This package contains the Linux kernel image for version PKGVER on + DESC. + . + Also includes the corresponding System.map file, the modules built by the + packager, and scripts that try to ensure that the system is not left in an + unbootable state after an update. + . + Supports SUPPORTED processors. + . + TARGET + . + You likely do not want to install this package directly. Instead, install + the linux-FLAVOUR meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-image-extra-PKGVER-ABINUM-FLAVOUR +Architecture: ARCH +Section: admin +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-image-PKGVER-ABINUM-FLAVOUR (= PKGVER) +Description: Linux kernel image for version PKGVER on DESC + This package contains the Linux kernel image for version PKGVER on + DESC. + . + Also includes the corresponding System.map file, the modules built by the + packager, and scripts that try to ensure that the system is not left in an + unbootable state after an update. + . + Supports SUPPORTED processors. + . + TARGET + . + You likely do not want to install this package directly. Instead, install + the linux-FLAVOUR meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-headers-PKGVER-ABINUM-FLAVOUR +Architecture: ARCH +Section: devel +Priority: optional +Depends: ${misc:Depends}, coreutils | fileutils (>= 4.0), SRCPKGNAME-headers-PKGVER-ABINUM, ${shlibs:Depends} +Provides: linux-headers, linux-headers-3.0 +Description: Linux kernel headers for version PKGVER on DESC + This package provides kernel header files for version PKGVER on + DESC. + . + This is for sites that want the latest kernel headers. Please read + /usr/share/doc/linux-headers-PKGVER-ABINUM/debian.README.gz for details. + +Package: linux-image-PKGVER-ABINUM-FLAVOUR-dbgsym +Architecture: ARCH +Section: devel +Priority: optional +Depends: ${misc:Depends} +Provides: linux-debug +Description: Linux kernel debug image for version PKGVER on DESC + This package provides a kernel debug image for version PKGVER on + DESC. + . + This is for sites that wish to debug the kernel. + . + The kernel image contained in this package is NOT meant to boot from. It + is uncompressed, and unstripped. This package also includes the + unstripped modules. --- linux-lowlatency-3.8.0.orig/debian.lowlatency/etc/update-from-master +++ linux-lowlatency-3.8.0/debian.lowlatency/etc/update-from-master @@ -0,0 +1,130 @@ +#!/bin/bash + +# +# This script is intended as a helper when updating from +# Lucid mvl-dove. When complete you should have a copy of +# the mvl-dove changelog with the correct release names. +# +SOURCE_RELEASE=raring +SOURCE_RELEASE_BRANCH=master +DEBIAN_SOURCE=debian.${SOURCE_RELEASE_BRANCH} + +TARGET_RELEASE=raring +TARGET_RELEASE_BRANCH=lowlatency +DEBIAN_TARGET=debian.${TARGET_RELEASE_BRANCH} + +DEF_REPO=git://kernel.ubuntu.com/ubuntu/ubuntu-${SOURCE_RELEASE}.git +RELEASE_REPO="${DEF_REPO}" + +# +# PPAs do not have a proposed pocket. The default assumes the +# real archive is the upload target. +# +POCKET="" +IGNORE_ABI="" +IGNORE_MODULES="" + +usage="$0 [-r RELEASE_REPO] [-p]" + +# +# command line options: +# [-r RELEASE_REPO] - override default ${SOURCE_RELEASE} git repository. +# [-p] - Assume the upload target is a PPA + +while getopts ":r:Pim" opt; do + case $opt in + r ) RELEASE_REPO="$OPTARG" ;; + P ) POCKET="-proposed" ;; + \? ) echo usage: ${usage}; exit ;; + esac +done +shift $(($OPTIND - 1)) + +if [ ! -d ${DEBIAN_TARGET} ] +then + echo You must run this sript from the top directory of this repository. + exit 1 +fi + +# +# Fetch the upstream branch. +# +git fetch ${RELEASE_REPO} ${SOURCE_RELEASE_BRANCH} || exit 1 + +# +# Find the most recent tag on ${SOURCE_RELEASE} ${SOURCE_RELEASE_BRANCH}, then +# rebase against it. This avoids the case where there have been some +# commits since the last official tag. +# +MASTER_COMMIT=`git log --pretty=one FETCH_HEAD | \ + awk ' + /Ubuntu-/ { + if (match($0, /UBUNTU: Ubuntu-[0-9]/)) { + print $1 + exit + } + } + ' +` +MASTER_TAG=` + git log -1 --pretty=format:%s ${MASTER_COMMIT} | \ + sed -e 's/^UBUNTU: //' +` +# +# Find the current merge point where ${SOURCE_RELEASE} was based. +# +BASE_COMMIT=`git log --pretty=one | \ + awk ' + /Ubuntu-/ { + if (match($0, /UBUNTU: Ubuntu-[0-9]/)) { + print $1 + exit + } + } + ' +` +BASE_TAG=` + git log -1 --pretty=format:%s ${BASE_COMMIT} | \ + sed -e 's/^UBUNTU: //' +` +if [ "${MASTER_COMMIT}" = "${BASE_COMMIT}" ] +then + echo Already up to date. + exit 1 +fi + +if ! git rebase --onto ${MASTER_COMMIT} ${BASE_COMMIT} +then + exit 1 +fi + +# Start a new release. Note we do not use or need ABI files as we are +# locked step ABI version wise with master. +debian/rules startnewrelease +git commit -s -F debian/commit-templates/newrelease ${DEBIAN_TARGET} + +# Insert the rebase information. +./debian/scripts/misc/insert-ubuntu-changes ${DEBIAN_TARGET}/changelog \ + ${BASE_TAG} ${MASTER_TAG} +git commit -s -m "UBUNTU: rebase to ${MASTER_TAG}" ${DEBIAN_TARGET}/changelog + +# +# Update changelog from the source release changelog. Copy over the ABI +# number as we share the header files. +# +VERSION=`sed -n '1s/^linux.*(\(.*\-[0-9]*\).*).*$/\1/p' ${DEBIAN_SOURCE}/changelog` +sed -in '1s/^\(linux.*(\)\(.*\-[0-9]*\)\(.*).*\)$/\1'"${VERSION}"'\3/' ${DEBIAN_TARGET}/changelog +git commit -s -F debian/commit-templates/bumpabi ${DEBIAN_TARGET}/changelog + +# +# ALL DONE: close the release up. +# +VERSION=`sed -n '1s/^linux.*(\(.*\)).*$/\1/p' ${DEBIAN_TARGET}/changelog` +TAG="Lowlatency-${VERSION}" +debian/rules insertchanges +sed -in "1s/UNRELEASED/${TARGET_RELEASE}${POCKET}/" ${DEBIAN_TARGET}/changelog +git commit -s -m "UBUNTU: ${TAG}" ${DEBIAN_TARGET}/changelog + +echo "" +echo "*** verify and tag the release." +echo " git tag -s -m ${TAG} ${TAG}" --- linux-lowlatency-3.8.0.orig/debian.lowlatency/etc/getabis +++ linux-lowlatency-3.8.0/debian.lowlatency/etc/getabis @@ -0,0 +1,8 @@ +repo_list=( + "http://archive.ubuntu.com/ubuntu/pool/main/l/linux" + "http://archive.ubuntu.com/ubuntu/pool/universe/l/linux" + "http://ppa.launchpad.net/abogani/lowlatency/ubuntu" +) + +getall amd64 lowlatency +getall i386 lowlatency --- linux-lowlatency-3.8.0.orig/debian.lowlatency/etc/kernelconfig +++ linux-lowlatency-3.8.0/debian.lowlatency/etc/kernelconfig @@ -0,0 +1,2 @@ +archs="amd64 i386" +family='ubuntu' --- linux-lowlatency-3.8.0.orig/debian.lowlatency/rules.d/i386.mk +++ linux-lowlatency-3.8.0/debian.lowlatency/rules.d/i386.mk @@ -0,0 +1,21 @@ + +build_arch = i386 +header_arch = x86_64 +defconfig = defconfig +flavours = lowlatency +build_image = bzImage +kernel_file = arch/$(build_arch)/boot/bzImage +install_file = vmlinuz +loader = grub + +no_dumpfile = true +skipdbg = true +skipabi = true +skipmodule = true +do_doc_package = false +do_source_package = false +do_full_source = true +do_common_headers_indep = true +do_libc_dev_package = false +do_tools = false +disable_d_i = true --- linux-lowlatency-3.8.0.orig/debian.lowlatency/rules.d/hooks.mk +++ linux-lowlatency-3.8.0/debian.lowlatency/rules.d/hooks.mk @@ -0,0 +1,11 @@ +hook-before-clean:: + @echo "Debug: hook-before-clean" + + # lowlatency: derive our configuration from that in master ... + rm -rf $(DEBIAN)/config + cp -rp $(CURDIR)/debian.master/config $(DEBIAN)/config + mv $(DEBIAN)/d-i/kernel-versions.in $(DEBIAN)/d-i/kernel-versions.in-keep + cp -rp $(CURDIR)/debian.master/d-i/* $(DEBIAN)/d-i + mv $(DEBIAN)/d-i/kernel-versions.in-keep $(DEBIAN)/d-i/kernel-versions.in + cat $(DEBIAN)/config/i386/config.flavour.generic $(DEBIAN)/config-delta >$(DEBIAN)/config/i386/config.flavour.lowlatency + cat $(DEBIAN)/config/amd64/config.flavour.generic $(DEBIAN)/config-delta >$(DEBIAN)/config/amd64/config.flavour.lowlatency --- linux-lowlatency-3.8.0.orig/debian.lowlatency/rules.d/amd64.mk +++ linux-lowlatency-3.8.0/debian.lowlatency/rules.d/amd64.mk @@ -0,0 +1,20 @@ +build_arch = x86_64 +header_arch = $(build_arch) +defconfig = defconfig +flavours = lowlatency +build_image = bzImage +kernel_file = arch/$(build_arch)/boot/bzImage +install_file = vmlinuz +loader = grub + +no_dumpfile = true +skipdbg = true +skipabi = true +skipmodule = true +do_doc_package = false +do_source_package = false +do_full_source = true +do_common_headers_indep = true +do_libc_dev_package = false +do_tools = false +disable_d_i = true --- linux-lowlatency-3.8.0.orig/debian.lowlatency/config/config.common.ports +++ linux-lowlatency-3.8.0/debian.lowlatency/config/config.common.ports @@ -0,0 +1,3 @@ +# +# Common config options automatically generated by splitconfig.pl +# --- linux-lowlatency-3.8.0.orig/debian.lowlatency/config/config.common.ubuntu +++ linux-lowlatency-3.8.0/debian.lowlatency/config/config.common.ubuntu @@ -0,0 +1,6742 @@ +# +# Common config options automatically generated by splitconfig.pl +# +CONFIG_3C515=m +CONFIG_60XX_WDT=m +CONFIG_6PACK=m +CONFIG_8139CP=m +CONFIG_8139TOO=m +CONFIG_8139TOO_8129=y +CONFIG_8139TOO_PIO=y +# CONFIG_8139TOO_TUNE_TWISTER is not set +# CONFIG_8139_OLD_RX_RESET is not set +CONFIG_9P_FS=m +# CONFIG_9P_FSCACHE is not set +CONFIG_9P_FS_POSIX_ACL=y +CONFIG_AB3100_CORE=y +CONFIG_AB3100_OTP=m +CONFIG_ABX500_CORE=y +CONFIG_AC3200=m +CONFIG_AC97_BUS=m +# CONFIG_ACCESSIBILITY is not set +CONFIG_ACENIC=m +# CONFIG_ACENIC_OMIT_TIGON_I is not set +CONFIG_ACERHDF=m +CONFIG_ACER_WMI=m +CONFIG_ACORN_PARTITION=y +# CONFIG_ACORN_PARTITION_ADFS is not set +# CONFIG_ACORN_PARTITION_CUMANA is not set +# CONFIG_ACORN_PARTITION_EESOX is not set +CONFIG_ACORN_PARTITION_ICS=y +# CONFIG_ACORN_PARTITION_POWERTEC is not set +CONFIG_ACORN_PARTITION_RISCIX=y +CONFIG_ACPI=y +CONFIG_ACPI_AC=y +CONFIG_ACPI_APEI=y +CONFIG_ACPI_APEI_EINJ=m +# CONFIG_ACPI_APEI_ERST_DEBUG is not set +CONFIG_ACPI_APEI_GHES=y +CONFIG_ACPI_APEI_MEMORY_FAILURE=y +CONFIG_ACPI_APEI_PCIEAER=y +CONFIG_ACPI_BATTERY=y +CONFIG_ACPI_BGRT=y +CONFIG_ACPI_BUTTON=y +CONFIG_ACPI_CMPC=m +CONFIG_ACPI_CONTAINER=y +# CONFIG_ACPI_CUSTOM_DSDT is not set +CONFIG_ACPI_CUSTOM_DSDT_FILE="" +# CONFIG_ACPI_CUSTOM_METHOD is not set +# CONFIG_ACPI_DEBUG is not set +CONFIG_ACPI_DOCK=y +CONFIG_ACPI_EC_DEBUGFS=m +CONFIG_ACPI_FAN=y +CONFIG_ACPI_HED=y +CONFIG_ACPI_HOTPLUG_CPU=y +CONFIG_ACPI_HOTPLUG_MEMORY=m +CONFIG_ACPI_I2C=y +# CONFIG_ACPI_INITRD_TABLE_OVERRIDE is not set +CONFIG_ACPI_IPMI=m +CONFIG_ACPI_NUMA=y +CONFIG_ACPI_PCI_SLOT=m +CONFIG_ACPI_PROCESSOR=y +CONFIG_ACPI_PROCESSOR_AGGREGATOR=m +# CONFIG_ACPI_PROCFS is not set +# CONFIG_ACPI_PROCFS_POWER is not set +CONFIG_ACPI_PROC_EVENT=y +CONFIG_ACPI_QUICKSTART=m +CONFIG_ACPI_SBS=m +CONFIG_ACPI_SLEEP=y +CONFIG_ACPI_THERMAL=y +CONFIG_ACPI_TOSHIBA=m +CONFIG_ACPI_VIDEO=m +CONFIG_ACPI_WMI=m +CONFIG_ACQUIRE_WDT=m +CONFIG_ACT200L_DONGLE=m +CONFIG_ACTISYS_DONGLE=m +CONFIG_AD2S1200=m +CONFIG_AD2S1210=m +CONFIG_AD2S90=m +CONFIG_AD5064=m +CONFIG_AD525X_DPOT=m +CONFIG_AD525X_DPOT_I2C=m +CONFIG_AD525X_DPOT_SPI=m +CONFIG_AD5360=m +CONFIG_AD5380=m +CONFIG_AD5421=m +CONFIG_AD5446=m +CONFIG_AD5449=m +CONFIG_AD5504=m +CONFIG_AD5624R_SPI=m +CONFIG_AD5686=m +CONFIG_AD5755=m +CONFIG_AD5764=m +CONFIG_AD5791=m +CONFIG_AD5930=m +CONFIG_AD5933=m +CONFIG_AD7150=m +CONFIG_AD7152=m +CONFIG_AD7192=m +CONFIG_AD7266=m +CONFIG_AD7280=m +CONFIG_AD7291=m +CONFIG_AD7298=m +CONFIG_AD7476=m +CONFIG_AD7606=m +CONFIG_AD7606_IFACE_PARALLEL=m +CONFIG_AD7606_IFACE_SPI=m +CONFIG_AD7746=m +CONFIG_AD7780=m +CONFIG_AD7791=m +CONFIG_AD7793=m +CONFIG_AD7816=m +CONFIG_AD7887=m +CONFIG_AD799X=m +CONFIG_AD799X_RING_BUFFER=y +CONFIG_AD8366=m +CONFIG_AD9523=m +CONFIG_AD9832=m +CONFIG_AD9834=m +CONFIG_AD9850=m +CONFIG_AD9852=m +CONFIG_AD9910=m +CONFIG_AD9951=m +CONFIG_ADAPTEC_STARFIRE=m +CONFIG_ADE7753=m +CONFIG_ADE7754=m +CONFIG_ADE7758=m +CONFIG_ADE7759=m +CONFIG_ADE7854=m +CONFIG_ADE7854_I2C=m +CONFIG_ADE7854_SPI=m +CONFIG_ADF4350=m +CONFIG_ADFS_FS=m +# CONFIG_ADFS_FS_RW is not set +CONFIG_ADIS16060=m +CONFIG_ADIS16080=m +CONFIG_ADIS16130=m +CONFIG_ADIS16136=m +CONFIG_ADIS16201=m +CONFIG_ADIS16203=m +CONFIG_ADIS16204=m +CONFIG_ADIS16209=m +CONFIG_ADIS16220=m +CONFIG_ADIS16240=m +CONFIG_ADIS16260=m +CONFIG_ADIS16400=m +CONFIG_ADIS16480=m +CONFIG_ADJD_S311=m +CONFIG_ADM8211=m +CONFIG_ADT7316=m +CONFIG_ADT7316_I2C=m +CONFIG_ADT7316_SPI=m +CONFIG_ADT7410=m +CONFIG_ADVANTECH_WDT=m +CONFIG_ADXRS450=m +CONFIG_AD_SIGMA_DELTA=m +CONFIG_AEABI=y +CONFIG_AFFS_FS=m +# CONFIG_AFS_DEBUG is not set +CONFIG_AFS_FS=m +# CONFIG_AFS_FSCACHE is not set +CONFIG_AF_RXRPC=m +# CONFIG_AF_RXRPC_DEBUG is not set +CONFIG_AGP=y +CONFIG_AGP_ALI=m +CONFIG_AGP_AMD=y +CONFIG_AGP_AMD64=y +CONFIG_AGP_ATI=m +CONFIG_AGP_EFFICEON=m +CONFIG_AGP_INTEL=y +CONFIG_AGP_NVIDIA=y +CONFIG_AGP_SIS=m +CONFIG_AGP_SWORKS=m +CONFIG_AGP_VIA=y +CONFIG_AIC79XX_CMDS_PER_DEVICE=32 +# CONFIG_AIC79XX_DEBUG_ENABLE is not set +CONFIG_AIC79XX_DEBUG_MASK=0 +CONFIG_AIC79XX_REG_PRETTY_PRINT=y +CONFIG_AIC79XX_RESET_DELAY_MS=5000 +CONFIG_AIC7XXX_CMDS_PER_DEVICE=8 +# CONFIG_AIC7XXX_DEBUG_ENABLE is not set +CONFIG_AIC7XXX_DEBUG_MASK=0 +CONFIG_AIC7XXX_REG_PRETTY_PRINT=y +CONFIG_AIC7XXX_RESET_DELAY_MS=15000 +# CONFIG_AIC94XX_DEBUG is not set +CONFIG_AIO=y +CONFIG_AIRO=m +CONFIG_AIRO_CS=m +CONFIG_ALIGNMENT_TRAP=y +CONFIG_ALIM1535_WDT=m +CONFIG_ALIM7101_WDT=m +CONFIG_ALIX=y +CONFIG_ALI_FIR=m +CONFIG_ALTERA_STAPL=m +CONFIG_ALX=m +CONFIG_AMBA_PL08X=y +CONFIG_AMD8111_ETH=m +CONFIG_AMD_IOMMU=y +CONFIG_AMD_IOMMU_STATS=y +CONFIG_AMD_IOMMU_V2=m +CONFIG_AMD_NB=y +CONFIG_AMD_NUMA=y +CONFIG_AMD_PHY=y +CONFIG_AMIGA_PARTITION=y +CONFIG_AMILO_RFKILL=m +CONFIG_ANDROID=y +CONFIG_ANDROID_BINDER_IPC=y +CONFIG_ANDROID_INTF_ALARM_DEV=y +CONFIG_ANDROID_LOGGER=m +CONFIG_ANDROID_LOW_MEMORY_KILLER=y +CONFIG_ANDROID_TIMED_GPIO=m +CONFIG_ANDROID_TIMED_OUTPUT=y +CONFIG_ANON_INODES=y +CONFIG_APB_TIMER=y +CONFIG_APDS9802ALS=m +CONFIG_APM=m +# CONFIG_APM_ALLOW_INTS is not set +# CONFIG_APM_CPU_IDLE is not set +# CONFIG_APM_DISPLAY_BLANK is not set +# CONFIG_APM_DO_ENABLE is not set +# CONFIG_APM_EMULATION is not set +# CONFIG_APM_IGNORE_USER_SUSPEND is not set +CONFIG_APPLE_GMUX=m +CONFIG_APPLICOM=m +CONFIG_APRICOT=m +CONFIG_AR5523=m +# CONFIG_ARCH_AT91 is not set +CONFIG_ARCH_BCM=y +# CONFIG_ARCH_BCM2835 is not set +CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y +CONFIG_ARCH_CLOCKSOURCE_DATA=y +# CONFIG_ARCH_CLPS711X is not set +# CONFIG_ARCH_CNS3XXX is not set +CONFIG_ARCH_CPU_PROBE_RELEASE=y +# CONFIG_ARCH_DAVINCI is not set +CONFIG_ARCH_DISCARD_MEMBLOCK=y +CONFIG_ARCH_DMA_ADDR_T_64BIT=y +# CONFIG_ARCH_DOVE is not set +# CONFIG_ARCH_EBSA110 is not set +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y +# CONFIG_ARCH_EP93XX is not set +# CONFIG_ARCH_EXYNOS is not set +CONFIG_ARCH_FLATMEM_ENABLE=y +# CONFIG_ARCH_FOOTBRIDGE is not set +# CONFIG_ARCH_GEMINI is not set +# CONFIG_ARCH_H720X is not set +CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y +CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y +CONFIG_ARCH_HAS_CPUFREQ=y +CONFIG_ARCH_HAS_CPU_AUTOPROBE=y +CONFIG_ARCH_HAS_CPU_RELAX=y +CONFIG_ARCH_HAS_DEFAULT_IDLE=y +CONFIG_ARCH_HAS_HOLES_MEMORYMODEL=y +CONFIG_ARCH_HAS_OPP=y +CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y +CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y +CONFIG_ARCH_HIBERNATION_HEADER=y +CONFIG_ARCH_HIBERNATION_POSSIBLE=y +CONFIG_ARCH_HIGHBANK=y +# CONFIG_ARCH_INTEGRATOR is not set +# CONFIG_ARCH_IOP13XX is not set +# CONFIG_ARCH_IOP32X is not set +# CONFIG_ARCH_IOP33X is not set +# CONFIG_ARCH_IXP4XX is not set +# CONFIG_ARCH_KIRKWOOD is not set +# CONFIG_ARCH_KS8695 is not set +# CONFIG_ARCH_LPC32XX is not set +CONFIG_ARCH_MAY_HAVE_PC_FDC=y +CONFIG_ARCH_MEMORY_PROBE=y +# CONFIG_ARCH_MMP is not set +# CONFIG_ARCH_MSM is not set +CONFIG_ARCH_MULTIPLATFORM=y +# CONFIG_ARCH_MULTI_CPU_AUTO is not set +# CONFIG_ARCH_MULTI_V6 is not set +CONFIG_ARCH_MULTI_V6_V7=y +CONFIG_ARCH_MULTI_V7=y +# CONFIG_ARCH_MV78XX0 is not set +# CONFIG_ARCH_MVEBU is not set +CONFIG_ARCH_MXC=y +# CONFIG_ARCH_MXS is not set +# CONFIG_ARCH_NETX is not set +# CONFIG_ARCH_NOMADIK is not set +CONFIG_ARCH_NR_GPIO=512 +CONFIG_ARCH_OMAP=y +# CONFIG_ARCH_OMAP1 is not set +# CONFIG_ARCH_OMAP2 is not set +CONFIG_ARCH_OMAP2PLUS=y +CONFIG_ARCH_OMAP2PLUS_TYPICAL=y +CONFIG_ARCH_OMAP3=y +CONFIG_ARCH_OMAP4=y +# CONFIG_ARCH_ORION5X is not set +CONFIG_ARCH_PROC_KCORE_TEXT=y +# CONFIG_ARCH_PXA is not set +CONFIG_ARCH_RANDOM=y +# CONFIG_ARCH_REALVIEW is not set +CONFIG_ARCH_REQUIRE_GPIOLIB=y +# CONFIG_ARCH_RPC is not set +# CONFIG_ARCH_S3C24XX is not set +# CONFIG_ARCH_S3C64XX is not set +# CONFIG_ARCH_S5P64X0 is not set +# CONFIG_ARCH_S5PC100 is not set +# CONFIG_ARCH_S5PV210 is not set +# CONFIG_ARCH_SA1100 is not set +# CONFIG_ARCH_SHARK is not set +# CONFIG_ARCH_SHMOBILE is not set +# CONFIG_ARCH_SIRF is not set +# CONFIG_ARCH_SOCFPGA is not set +CONFIG_ARCH_SPARSEMEM_ENABLE=y +CONFIG_ARCH_SUNXI=y +CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y +CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y +CONFIG_ARCH_SUPPORTS_MSI=y +CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y +CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y +CONFIG_ARCH_SUPPORTS_UPROBES=y +CONFIG_ARCH_SUSPEND_POSSIBLE=y +# CONFIG_ARCH_TEGRA is not set +# CONFIG_ARCH_U300 is not set +# CONFIG_ARCH_U8500 is not set +CONFIG_ARCH_USES_NUMA_PROT_NONE=y +CONFIG_ARCH_USES_PG_UNCACHED=y +# CONFIG_ARCH_VERSATILE is not set +CONFIG_ARCH_VEXPRESS=y +CONFIG_ARCH_VEXPRESS_CA9X4=y +CONFIG_ARCH_VEXPRESS_CORTEX_A5_A9_ERRATA=y +# CONFIG_ARCH_VT8500 is not set +# CONFIG_ARCH_VT8500_SINGLE is not set +# CONFIG_ARCH_W90X900 is not set +CONFIG_ARCH_WANTS_PROT_NUMA_PROT_NONE=y +CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y +CONFIG_ARCH_WANT_FRAME_POINTERS=y +CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y +CONFIG_ARCH_WANT_OLD_COMPAT_IPC=y +CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y +# CONFIG_ARCH_ZYNQ is not set +CONFIG_ARCNET=m +CONFIG_ARCNET_1051=m +CONFIG_ARCNET_1201=m +CONFIG_ARCNET_CAP=m +CONFIG_ARCNET_COM20020=m +CONFIG_ARCNET_COM20020_CS=m +CONFIG_ARCNET_COM20020_ISA=m +CONFIG_ARCNET_COM20020_PCI=m +CONFIG_ARCNET_COM90xx=m +CONFIG_ARCNET_COM90xxIO=m +CONFIG_ARCNET_RAW=m +CONFIG_ARCNET_RIM_I=m +CONFIG_ARM=y +CONFIG_ARM_AMBA=y +# CONFIG_ARM_APPENDED_DTB is not set +CONFIG_ARM_ARCH_TIMER=y +CONFIG_ARM_AT91_ETHER=m +CONFIG_ARM_CHARLCD=y +CONFIG_ARM_CPU_SUSPEND=y +CONFIG_ARM_CPU_TOPOLOGY=y +CONFIG_ARM_DMA_MEM_BUFFERABLE=y +CONFIG_ARM_ERRATA_430973=y +CONFIG_ARM_ERRATA_720789=y +CONFIG_ARM_ERRATA_754322=y +# CONFIG_ARM_ERRATA_754327 is not set +CONFIG_ARM_ERRATA_764369=y +CONFIG_ARM_ERRATA_775420=y +# CONFIG_ARM_EXYNOS4210_CPUFREQ is not set +# CONFIG_ARM_EXYNOS4X12_CPUFREQ is not set +# CONFIG_ARM_EXYNOS5250_CPUFREQ is not set +CONFIG_ARM_GIC=y +CONFIG_ARM_HIGHBANK_CPUFREQ=y +CONFIG_ARM_KPROBES_TEST=m +CONFIG_ARM_L1_CACHE_SHIFT=6 +CONFIG_ARM_L1_CACHE_SHIFT_6=y +# CONFIG_ARM_LPAE is not set +CONFIG_ARM_NR_BANKS=8 +# CONFIG_ARM_OMAP2PLUS_CPUFREQ is not set +CONFIG_ARM_PATCH_PHYS_VIRT=y +CONFIG_ARM_SP805_WATCHDOG=m +CONFIG_ARM_THUMB=y +# CONFIG_ARM_THUMBEE is not set +CONFIG_ARM_TIMER_SP804=y +CONFIG_ARM_UNWIND=y +CONFIG_ARM_VIRT_EXT=y +# CONFIG_ARPD is not set +CONFIG_ASHMEM=y +CONFIG_ASN1=y +CONFIG_ASUS_LAPTOP=m +CONFIG_ASUS_NB_WMI=m +CONFIG_ASUS_OLED=m +CONFIG_ASUS_WMI=m +CONFIG_ASYMMETRIC_KEY_TYPE=y +CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=y +CONFIG_ASYNC_CORE=m +CONFIG_ASYNC_MEMCPY=m +CONFIG_ASYNC_PQ=m +CONFIG_ASYNC_RAID6_RECOV=m +CONFIG_ASYNC_RAID6_TEST=m +CONFIG_ASYNC_TX_DISABLE_PQ_VAL_DMA=y +CONFIG_ASYNC_TX_DISABLE_XOR_VAL_DMA=y +CONFIG_ASYNC_XOR=m +CONFIG_AT1700=m +CONFIG_AT76C50X_USB=m +CONFIG_AT803X_PHY=y +CONFIG_ATA=y +CONFIG_ATAGS=y +CONFIG_ATAGS_PROC=y +CONFIG_ATALK=m +CONFIG_ATARI_PARTITION=y +CONFIG_ATA_ACPI=y +CONFIG_ATA_BMDMA=y +CONFIG_ATA_GENERIC=y +# CONFIG_ATA_NONSTANDARD is not set +CONFIG_ATA_OVER_ETH=m +CONFIG_ATA_PIIX=y +CONFIG_ATA_SFF=y +CONFIG_ATA_VERBOSE_ERROR=y +CONFIG_ATH5K=m +# CONFIG_ATH5K_DEBUG is not set +CONFIG_ATH5K_PCI=y +# CONFIG_ATH5K_TRACER is not set +CONFIG_ATH6KL=m +# CONFIG_ATH6KL_DEBUG is not set +CONFIG_ATH6KL_SDIO=m +CONFIG_ATH6KL_USB=m +CONFIG_ATH9K=m +CONFIG_ATH9K_AHB=y +CONFIG_ATH9K_BTCOEX_SUPPORT=y +CONFIG_ATH9K_COMMON=m +CONFIG_ATH9K_DEBUGFS=y +CONFIG_ATH9K_HTC=m +CONFIG_ATH9K_HTC_DEBUGFS=y +CONFIG_ATH9K_HW=m +# CONFIG_ATH9K_MAC_DEBUG is not set +CONFIG_ATH9K_PCI=y +CONFIG_ATH9K_RATE_CONTROL=y +CONFIG_ATH_CARDS=m +CONFIG_ATH_COMMON=m +# CONFIG_ATH_DEBUG is not set +CONFIG_ATL1=m +CONFIG_ATL1C=m +CONFIG_ATL1E=m +CONFIG_ATL2=m +CONFIG_ATM=m +CONFIG_ATMEL=m +CONFIG_ATMEL_PWM=m +CONFIG_ATM_AMBASSADOR=m +# CONFIG_ATM_AMBASSADOR_DEBUG is not set +CONFIG_ATM_BR2684=m +# CONFIG_ATM_BR2684_IPFILTER is not set +CONFIG_ATM_CLIP=m +# CONFIG_ATM_CLIP_NO_ICMP is not set +CONFIG_ATM_DRIVERS=y +CONFIG_ATM_DUMMY=m +CONFIG_ATM_ENI=m +# CONFIG_ATM_ENI_DEBUG is not set +# CONFIG_ATM_ENI_TUNE_BURST is not set +CONFIG_ATM_FIRESTREAM=m +CONFIG_ATM_FORE200E=m +CONFIG_ATM_FORE200E_DEBUG=0 +CONFIG_ATM_FORE200E_TX_RETRY=16 +# CONFIG_ATM_FORE200E_USE_TASKLET is not set +CONFIG_ATM_HE=m +CONFIG_ATM_HE_USE_SUNI=y +CONFIG_ATM_HORIZON=m +# CONFIG_ATM_HORIZON_DEBUG is not set +CONFIG_ATM_IA=m +# CONFIG_ATM_IA_DEBUG is not set +CONFIG_ATM_IDT77252=m +# CONFIG_ATM_IDT77252_DEBUG is not set +# CONFIG_ATM_IDT77252_RCV_ALL is not set +CONFIG_ATM_IDT77252_USE_SUNI=y +CONFIG_ATM_LANAI=m +CONFIG_ATM_LANE=m +CONFIG_ATM_MPOA=m +CONFIG_ATM_NICSTAR=m +# CONFIG_ATM_NICSTAR_USE_IDT77105 is not set +# CONFIG_ATM_NICSTAR_USE_SUNI is not set +CONFIG_ATM_SOLOS=m +CONFIG_ATM_TCP=m +CONFIG_ATM_ZATM=m +# CONFIG_ATM_ZATM_DEBUG is not set +# CONFIG_ATOMIC64_SELFTEST is not set +CONFIG_ATP=m +CONFIG_AUDIT=y +CONFIG_AUDITSYSCALL=y +CONFIG_AUDIT_GENERIC=y +# CONFIG_AUDIT_LOGINUID_IMMUTABLE is not set +CONFIG_AUDIT_TREE=y +CONFIG_AUDIT_WATCH=y +CONFIG_AUFS_BDEV_LOOP=y +# CONFIG_AUFS_BRANCH_MAX_1023 is not set +CONFIG_AUFS_BRANCH_MAX_127=y +# CONFIG_AUFS_BRANCH_MAX_32767 is not set +# CONFIG_AUFS_BRANCH_MAX_511 is not set +CONFIG_AUFS_BR_FUSE=y +CONFIG_AUFS_BR_HFSPLUS=y +CONFIG_AUFS_BR_RAMFS=y +# CONFIG_AUFS_DEBUG is not set +CONFIG_AUFS_EXPORT=y +CONFIG_AUFS_FS=m +# CONFIG_AUFS_HNOTIFY is not set +CONFIG_AUFS_INO_T_64=y +CONFIG_AUFS_POLL=y +# CONFIG_AUFS_PROC_MAP is not set +# CONFIG_AUFS_RDU is not set +CONFIG_AUFS_SBILIST=y +# CONFIG_AUFS_SHWH is not set +# CONFIG_AUFS_SP_IATTR is not set +CONFIG_AUTOFS4_FS=m +CONFIG_AUTO_ZRELADDR=y +CONFIG_AUXDISPLAY=y +CONFIG_AVERAGE=y +CONFIG_AX25=m +CONFIG_AX25_DAMA_SLAVE=y +CONFIG_AX88796=m +# CONFIG_AX88796_93CX6 is not set +CONFIG_B43=m +CONFIG_B43LEGACY=m +# CONFIG_B43LEGACY_DEBUG is not set +CONFIG_B43LEGACY_DMA=y +CONFIG_B43LEGACY_DMA_AND_PIO_MODE=y +# CONFIG_B43LEGACY_DMA_MODE is not set +CONFIG_B43LEGACY_HWRNG=y +CONFIG_B43LEGACY_LEDS=y +CONFIG_B43LEGACY_PCICORE_AUTOSELECT=y +CONFIG_B43LEGACY_PCI_AUTOSELECT=y +CONFIG_B43LEGACY_PIO=y +# CONFIG_B43LEGACY_PIO_MODE is not set +CONFIG_B43_BCMA=y +# CONFIG_B43_BCMA_EXTRA is not set +CONFIG_B43_BCMA_PIO=y +# CONFIG_B43_DEBUG is not set +CONFIG_B43_HWRNG=y +CONFIG_B43_LEDS=y +CONFIG_B43_PCICORE_AUTOSELECT=y +CONFIG_B43_PCI_AUTOSELECT=y +# CONFIG_B43_PCMCIA is not set +CONFIG_B43_PHY_HT=y +CONFIG_B43_PHY_LP=y +CONFIG_B43_PHY_N=y +CONFIG_B43_PIO=y +# CONFIG_B43_SDIO is not set +CONFIG_B43_SSB=y +CONFIG_B44=m +CONFIG_B44_PCI=y +CONFIG_B44_PCICORE_AUTOSELECT=y +CONFIG_B44_PCI_AUTOSELECT=y +CONFIG_BACKLIGHT_88PM860X=m +CONFIG_BACKLIGHT_AAT2870=m +CONFIG_BACKLIGHT_ADP5520=m +CONFIG_BACKLIGHT_ADP8860=m +CONFIG_BACKLIGHT_ADP8870=m +CONFIG_BACKLIGHT_APPLE=m +CONFIG_BACKLIGHT_ATMEL_PWM=m +CONFIG_BACKLIGHT_CARILLO_RANCH=m +CONFIG_BACKLIGHT_CLASS_DEVICE=y +CONFIG_BACKLIGHT_DA903X=m +CONFIG_BACKLIGHT_DA9052=m +CONFIG_BACKLIGHT_GENERIC=m +CONFIG_BACKLIGHT_LCD_SUPPORT=y +CONFIG_BACKLIGHT_LM3533=m +CONFIG_BACKLIGHT_LM3630=m +CONFIG_BACKLIGHT_LM3639=m +CONFIG_BACKLIGHT_LP855X=m +CONFIG_BACKLIGHT_MAX8925=m +CONFIG_BACKLIGHT_PANDORA=m +CONFIG_BACKLIGHT_PCF50633=m +CONFIG_BACKLIGHT_PWM=m +CONFIG_BACKLIGHT_SAHARA=m +CONFIG_BACKLIGHT_TPS65217=m +CONFIG_BACKLIGHT_WM831X=m +# CONFIG_BACKTRACE_SELF_TEST is not set +CONFIG_BALLOON_COMPACTION=y +CONFIG_BASE_FULL=y +CONFIG_BASE_SMALL=0 +CONFIG_BATMAN_ADV=m +CONFIG_BATMAN_ADV_BLA=y +CONFIG_BATMAN_ADV_DAT=y +# CONFIG_BATMAN_ADV_DEBUG is not set +CONFIG_BATTERY_88PM860X=m +CONFIG_BATTERY_BQ27X00_I2C=y +CONFIG_BATTERY_BQ27X00_PLATFORM=y +CONFIG_BATTERY_BQ27x00=m +CONFIG_BATTERY_DA9030=m +CONFIG_BATTERY_DA9052=m +CONFIG_BATTERY_DS2760=m +CONFIG_BATTERY_DS2780=m +CONFIG_BATTERY_DS2781=m +CONFIG_BATTERY_DS2782=m +CONFIG_BATTERY_INTEL_MID=m +CONFIG_BATTERY_MAX17040=m +CONFIG_BATTERY_MAX17042=m +CONFIG_BATTERY_RX51=m +CONFIG_BATTERY_SBS=m +CONFIG_BAYCOM_EPP=m +CONFIG_BAYCOM_PAR=m +CONFIG_BAYCOM_SER_FDX=m +CONFIG_BAYCOM_SER_HDX=m +CONFIG_BCH_CONST_M=14 +CONFIG_BCH_CONST_PARAMS=y +CONFIG_BCH_CONST_T=4 +CONFIG_BCM87XX_PHY=y +CONFIG_BCMA=m +CONFIG_BCMA_BLOCKIO=y +# CONFIG_BCMA_DEBUG is not set +CONFIG_BCMA_DRIVER_GMAC_CMN=y +CONFIG_BCMA_DRIVER_GPIO=y +CONFIG_BCMA_HOST_PCI=y +CONFIG_BCMA_HOST_PCI_POSSIBLE=y +CONFIG_BCMA_POSSIBLE=y +CONFIG_BCM_WIMAX=m +CONFIG_BE2ISCSI=m +CONFIG_BE2NET=m +# CONFIG_BEFS_DEBUG is not set +CONFIG_BEFS_FS=m +CONFIG_BFS_FS=m +CONFIG_BINARY_PRINTF=y +CONFIG_BINFMT_AOUT=m +CONFIG_BINFMT_ELF=y +CONFIG_BINFMT_MISC=m +CONFIG_BITREVERSE=y +CONFIG_BLK_CGROUP=y +CONFIG_BLK_CPQ_CISS_DA=m +CONFIG_BLK_CPQ_DA=m +CONFIG_BLK_DEV=y +CONFIG_BLK_DEV_3W_XXXX_RAID=m +CONFIG_BLK_DEV_BSG=y +CONFIG_BLK_DEV_BSGLIB=y +# CONFIG_BLK_DEV_COW_COMMON is not set +CONFIG_BLK_DEV_CRYPTOLOOP=m +CONFIG_BLK_DEV_DAC960=m +CONFIG_BLK_DEV_DM=y +CONFIG_BLK_DEV_DRBD=m +CONFIG_BLK_DEV_FD=m +# CONFIG_BLK_DEV_HD is not set +CONFIG_BLK_DEV_INITRD=y +CONFIG_BLK_DEV_INTEGRITY=y +CONFIG_BLK_DEV_IO_TRACE=y +CONFIG_BLK_DEV_LOOP=y +CONFIG_BLK_DEV_LOOP_MIN_COUNT=8 +CONFIG_BLK_DEV_MD=y +CONFIG_BLK_DEV_NBD=m +CONFIG_BLK_DEV_NVME=m +CONFIG_BLK_DEV_OSD=m +CONFIG_BLK_DEV_PCIESSD_MTIP32XX=m +CONFIG_BLK_DEV_RAM=y +CONFIG_BLK_DEV_RAM_COUNT=16 +CONFIG_BLK_DEV_RAM_SIZE=65536 +CONFIG_BLK_DEV_RBD=m +CONFIG_BLK_DEV_SD=y +CONFIG_BLK_DEV_SR=y +# CONFIG_BLK_DEV_SR_VENDOR is not set +CONFIG_BLK_DEV_SX8=m +CONFIG_BLK_DEV_THROTTLING=y +CONFIG_BLK_DEV_UMEM=m +# CONFIG_BLK_DEV_XD is not set +# CONFIG_BLK_DEV_XIP is not set +CONFIG_BLOCK=y +CONFIG_BLOCK_COMPAT=y +CONFIG_BMP085=y +CONFIG_BMP085_I2C=m +CONFIG_BMP085_SPI=m +CONFIG_BNA=m +CONFIG_BNX2=m +CONFIG_BNX2X=m +CONFIG_BOARD_TPCI200=m +CONFIG_BONDING=m +# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set +CONFIG_BOOTPARAM_HARDLOCKUP_PANIC_VALUE=0 +# CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set +# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set +CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0 +# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set +CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 +CONFIG_BOOT_PRINTK_DELAY=y +CONFIG_BOUNCE=y +CONFIG_BPCTL=m +CONFIG_BPF_JIT=y +CONFIG_BPQETHER=m +CONFIG_BQL=y +CONFIG_BRANCH_PROFILE_NONE=y +# CONFIG_BRCMDBG is not set +CONFIG_BRCMFMAC=m +CONFIG_BRCMFMAC_SDIO=y +CONFIG_BRCMFMAC_SDIO_OOB=y +CONFIG_BRCMFMAC_USB=y +CONFIG_BRCMSMAC=m +CONFIG_BRCMUTIL=m +CONFIG_BRCM_TRACING=y +CONFIG_BRIDGE=m +CONFIG_BRIDGE_EBT_802_3=m +CONFIG_BRIDGE_EBT_AMONG=m +CONFIG_BRIDGE_EBT_ARP=m +CONFIG_BRIDGE_EBT_ARPREPLY=m +CONFIG_BRIDGE_EBT_BROUTE=m +CONFIG_BRIDGE_EBT_DNAT=m +CONFIG_BRIDGE_EBT_IP=m +CONFIG_BRIDGE_EBT_IP6=m +CONFIG_BRIDGE_EBT_LIMIT=m +CONFIG_BRIDGE_EBT_LOG=m +CONFIG_BRIDGE_EBT_MARK=m +CONFIG_BRIDGE_EBT_MARK_T=m +CONFIG_BRIDGE_EBT_NFLOG=m +CONFIG_BRIDGE_EBT_PKTTYPE=m +CONFIG_BRIDGE_EBT_REDIRECT=m +CONFIG_BRIDGE_EBT_SNAT=m +CONFIG_BRIDGE_EBT_STP=m +CONFIG_BRIDGE_EBT_T_FILTER=m +CONFIG_BRIDGE_EBT_T_NAT=m +# CONFIG_BRIDGE_EBT_ULOG is not set +CONFIG_BRIDGE_EBT_VLAN=m +CONFIG_BRIDGE_IGMP_SNOOPING=y +CONFIG_BRIDGE_NETFILTER=y +CONFIG_BRIDGE_NF_EBTABLES=m +CONFIG_BROADCOM_PHY=y +CONFIG_BSD_DISKLABEL=y +CONFIG_BSD_PROCESS_ACCT=y +CONFIG_BSD_PROCESS_ACCT_V3=y +CONFIG_BT=m +CONFIG_BTREE=y +CONFIG_BTRFS_FS=m +# CONFIG_BTRFS_FS_CHECK_INTEGRITY is not set +CONFIG_BTRFS_FS_POSIX_ACL=y +CONFIG_BT_ATH3K=m +CONFIG_BT_BNEP=m +CONFIG_BT_BNEP_MC_FILTER=y +CONFIG_BT_BNEP_PROTO_FILTER=y +CONFIG_BT_CMTP=m +CONFIG_BT_HCIBCM203X=m +CONFIG_BT_HCIBFUSB=m +CONFIG_BT_HCIBLUECARD=m +CONFIG_BT_HCIBPA10X=m +CONFIG_BT_HCIBT3C=m +CONFIG_BT_HCIBTSDIO=m +CONFIG_BT_HCIBTUART=m +CONFIG_BT_HCIBTUSB=m +CONFIG_BT_HCIDTL1=m +CONFIG_BT_HCIUART=m +CONFIG_BT_HCIUART_3WIRE=y +CONFIG_BT_HCIUART_ATH3K=y +CONFIG_BT_HCIUART_BCSP=y +CONFIG_BT_HCIUART_H4=y +CONFIG_BT_HCIUART_LL=y +CONFIG_BT_HCIVHCI=m +CONFIG_BT_HIDP=m +CONFIG_BT_MRVL=m +CONFIG_BT_MRVL_SDIO=m +CONFIG_BT_RFCOMM=m +CONFIG_BT_RFCOMM_TTY=y +CONFIG_BT_WILINK=m +CONFIG_BUG=y +CONFIG_BUILDTIME_EXTABLE_SORT=y +CONFIG_C101=m +CONFIG_C2PORT=m +CONFIG_C2PORT_DURAMAR_2150=m +CONFIG_CACHEFILES=m +# CONFIG_CACHEFILES_DEBUG is not set +# CONFIG_CACHEFILES_HISTOGRAM is not set +CONFIG_CACHE_L2X0=y +CONFIG_CACHE_PL310=y +CONFIG_CAIF=m +# CONFIG_CAIF_DEBUG is not set +CONFIG_CAIF_HSI=m +CONFIG_CAIF_NETDEV=m +CONFIG_CAIF_SPI_SLAVE=m +# CONFIG_CAIF_SPI_SYNC is not set +CONFIG_CAIF_TTY=m +CONFIG_CAIF_USB=m +CONFIG_CALGARY_IOMMU=y +CONFIG_CALGARY_IOMMU_ENABLED_BY_DEFAULT=y +CONFIG_CAN=m +CONFIG_CAN_BCM=m +CONFIG_CAN_CALC_BITTIMING=y +CONFIG_CAN_CC770=m +CONFIG_CAN_CC770_ISA=m +CONFIG_CAN_CC770_PLATFORM=m +CONFIG_CAN_C_CAN=m +CONFIG_CAN_C_CAN_PCI=m +CONFIG_CAN_C_CAN_PLATFORM=m +# CONFIG_CAN_DEBUG_DEVICES is not set +CONFIG_CAN_DEV=m +CONFIG_CAN_EMS_PCI=m +CONFIG_CAN_EMS_PCMCIA=m +CONFIG_CAN_EMS_USB=m +CONFIG_CAN_ESD_USB2=m +CONFIG_CAN_FLEXCAN=m +CONFIG_CAN_GRCAN=m +CONFIG_CAN_GW=m +CONFIG_CAN_JANZ_ICAN3=m +CONFIG_CAN_KVASER_PCI=m +CONFIG_CAN_KVASER_USB=m +CONFIG_CAN_MCP251X=m +CONFIG_CAN_PEAK_PCI=m +CONFIG_CAN_PEAK_PCIEC=y +CONFIG_CAN_PEAK_PCMCIA=m +CONFIG_CAN_PEAK_USB=m +CONFIG_CAN_PLX_PCI=m +CONFIG_CAN_RAW=m +CONFIG_CAN_SJA1000=m +CONFIG_CAN_SJA1000_ISA=m +CONFIG_CAN_SJA1000_OF_PLATFORM=m +CONFIG_CAN_SJA1000_PLATFORM=m +CONFIG_CAN_SLCAN=m +CONFIG_CAN_SOFTING=m +CONFIG_CAN_SOFTING_CS=m +CONFIG_CAN_TI_HECC=m +CONFIG_CAN_TSCAN1=m +CONFIG_CAN_VCAN=m +CONFIG_CAPI_AVM=y +CONFIG_CAPI_EICON=y +CONFIG_CAPI_TRACE=y +CONFIG_CARDBUS=y +CONFIG_CARDMAN_4000=m +CONFIG_CARDMAN_4040=m +CONFIG_CARL9170=m +# CONFIG_CARL9170_DEBUGFS is not set +CONFIG_CARL9170_HWRNG=y +CONFIG_CARL9170_LEDS=y +CONFIG_CARL9170_WPC=y +# CONFIG_CARMINE_DRAM_CUSTOM is not set +CONFIG_CASSINI=m +CONFIG_CB710_CORE=m +# CONFIG_CB710_DEBUG is not set +CONFIG_CB710_DEBUG_ASSUMPTIONS=y +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set +CONFIG_CC_STACKPROTECTOR=y +CONFIG_CDROM_PKTCDVD=m +CONFIG_CDROM_PKTCDVD_BUFFERS=8 +# CONFIG_CDROM_PKTCDVD_WCACHE is not set +CONFIG_CED1401=m +CONFIG_CEPH_FS=m +CONFIG_CEPH_LIB=m +# CONFIG_CEPH_LIB_PRETTYDEBUG is not set +CONFIG_CEPH_LIB_USE_DNS_RESOLVER=y +CONFIG_CFAG12864B=m +CONFIG_CFAG12864B_RATE=20 +CONFIG_CFG80211=m +# CONFIG_CFG80211_CERTIFICATION_ONUS is not set +CONFIG_CFG80211_DEBUGFS=y +CONFIG_CFG80211_DEFAULT_PS=y +# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set +# CONFIG_CFG80211_INTERNAL_REGDB is not set +# CONFIG_CFG80211_REG_DEBUG is not set +CONFIG_CFG80211_WEXT=y +CONFIG_CFQ_GROUP_IOSCHED=y +CONFIG_CFS_BANDWIDTH=y +CONFIG_CGROUPS=y +CONFIG_CGROUP_CPUACCT=y +# CONFIG_CGROUP_DEBUG is not set +CONFIG_CGROUP_DEVICE=y +CONFIG_CGROUP_FREEZER=y +CONFIG_CGROUP_HUGETLB=y +CONFIG_CGROUP_PERF=y +CONFIG_CGROUP_SCHED=y +CONFIG_CHARGER_88PM860X=m +CONFIG_CHARGER_BQ2415X=m +CONFIG_CHARGER_GPIO=m +CONFIG_CHARGER_ISP1704=m +CONFIG_CHARGER_LP8727=m +CONFIG_CHARGER_LP8788=m +CONFIG_CHARGER_MANAGER=y +CONFIG_CHARGER_MAX8903=m +CONFIG_CHARGER_MAX8997=m +CONFIG_CHARGER_MAX8998=m +CONFIG_CHARGER_PCF50633=m +CONFIG_CHARGER_SMB347=m +CONFIG_CHARGER_TWL4030=m +CONFIG_CHECKPOINT_RESTORE=y +CONFIG_CHECK_SIGNATURE=y +CONFIG_CHELSIO_T1=m +CONFIG_CHELSIO_T1_1G=y +CONFIG_CHELSIO_T3=m +CONFIG_CHELSIO_T4=m +CONFIG_CHELSIO_T4VF=m +CONFIG_CHR_DEV_OSST=m +CONFIG_CHR_DEV_SCH=m +CONFIG_CHR_DEV_SG=y +CONFIG_CHR_DEV_ST=m +CONFIG_CICADA_PHY=y +CONFIG_CIFS=m +CONFIG_CIFS_ACL=y +CONFIG_CIFS_DEBUG=y +# CONFIG_CIFS_DEBUG2 is not set +CONFIG_CIFS_DFS_UPCALL=y +CONFIG_CIFS_FSCACHE=y +CONFIG_CIFS_POSIX=y +CONFIG_CIFS_SMB2=y +CONFIG_CIFS_STATS=y +# CONFIG_CIFS_STATS2 is not set +CONFIG_CIFS_UPCALL=y +CONFIG_CIFS_WEAK_PW_HASH=y +CONFIG_CIFS_XATTR=y +CONFIG_CISS_SCSI_TAPE=y +CONFIG_CLEANCACHE=y +CONFIG_CLKBLD_I8253=y +CONFIG_CLKDEV_LOOKUP=y +CONFIG_CLKEVT_I8253=y +CONFIG_CLKSRC_I8253=y +CONFIG_CLKSRC_MMIO=y +CONFIG_CLK_TWL6040=m +CONFIG_CLOCKSOURCE_WATCHDOG=y +CONFIG_CLONE_BACKWARDS=y +CONFIG_CLS_U32_MARK=y +# CONFIG_CLS_U32_PERF is not set +CONFIG_CLZ_TAB=y +CONFIG_CMA=y +CONFIG_CMA_ALIGNMENT=8 +CONFIG_CMA_AREAS=7 +# CONFIG_CMA_DEBUG is not set +CONFIG_CMA_SIZE_MBYTES=16 +# CONFIG_CMA_SIZE_SEL_MAX is not set +CONFIG_CMA_SIZE_SEL_MBYTES=y +# CONFIG_CMA_SIZE_SEL_MIN is not set +# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set +CONFIG_CMDLINE="" +# CONFIG_CMDLINE_BOOL is not set +CONFIG_CNIC=m +CONFIG_CODA_FS=m +CONFIG_COMEDI=m +CONFIG_COMEDI_8255=m +CONFIG_COMEDI_8255_PCI=m +CONFIG_COMEDI_ACL7225B=m +CONFIG_COMEDI_ADDI_APCI_035=m +CONFIG_COMEDI_ADDI_APCI_1032=m +CONFIG_COMEDI_ADDI_APCI_1500=m +CONFIG_COMEDI_ADDI_APCI_1516=m +CONFIG_COMEDI_ADDI_APCI_1564=m +CONFIG_COMEDI_ADDI_APCI_16XX=m +CONFIG_COMEDI_ADDI_APCI_2032=m +CONFIG_COMEDI_ADDI_APCI_2200=m +CONFIG_COMEDI_ADDI_APCI_3120=m +CONFIG_COMEDI_ADDI_APCI_3501=m +CONFIG_COMEDI_ADDI_APCI_3XXX=m +CONFIG_COMEDI_ADL_PCI6208=m +CONFIG_COMEDI_ADL_PCI7X3X=m +CONFIG_COMEDI_ADL_PCI8164=m +CONFIG_COMEDI_ADL_PCI9111=m +CONFIG_COMEDI_ADL_PCI9118=m +CONFIG_COMEDI_ADQ12B=m +CONFIG_COMEDI_ADV_PCI1710=m +CONFIG_COMEDI_ADV_PCI1723=m +CONFIG_COMEDI_ADV_PCI_DIO=m +CONFIG_COMEDI_AIO_AIO12_8=m +CONFIG_COMEDI_AIO_IIRO_16=m +CONFIG_COMEDI_AMPLC_DIO200=m +CONFIG_COMEDI_AMPLC_DIO200_ISA=m +CONFIG_COMEDI_AMPLC_DIO200_PCI=m +CONFIG_COMEDI_AMPLC_PC236=m +CONFIG_COMEDI_AMPLC_PC236_ISA=m +CONFIG_COMEDI_AMPLC_PC236_PCI=m +CONFIG_COMEDI_AMPLC_PC263=m +CONFIG_COMEDI_AMPLC_PC263_ISA=m +CONFIG_COMEDI_AMPLC_PC263_PCI=m +CONFIG_COMEDI_AMPLC_PCI224=m +CONFIG_COMEDI_AMPLC_PCI230=m +CONFIG_COMEDI_BOND=m +CONFIG_COMEDI_C6XDIGIO=m +CONFIG_COMEDI_CB_DAS16_CS=m +CONFIG_COMEDI_CB_PCIDAS=m +CONFIG_COMEDI_CB_PCIDAS64=m +CONFIG_COMEDI_CB_PCIDDA=m +CONFIG_COMEDI_CB_PCIMDAS=m +CONFIG_COMEDI_CB_PCIMDDA=m +CONFIG_COMEDI_CONTEC_PCI_DIO=m +CONFIG_COMEDI_DAQBOARD2000=m +CONFIG_COMEDI_DAS08=m +CONFIG_COMEDI_DAS08_CS=m +CONFIG_COMEDI_DAS08_ISA=m +CONFIG_COMEDI_DAS08_PCI=m +CONFIG_COMEDI_DAS16=m +CONFIG_COMEDI_DAS16M1=m +CONFIG_COMEDI_DAS1800=m +CONFIG_COMEDI_DAS6402=m +CONFIG_COMEDI_DAS800=m +# CONFIG_COMEDI_DEBUG is not set +CONFIG_COMEDI_DEFAULT_BUF_MAXSIZE_KB=20480 +CONFIG_COMEDI_DEFAULT_BUF_SIZE_KB=2048 +CONFIG_COMEDI_DMM32AT=m +CONFIG_COMEDI_DT2801=m +CONFIG_COMEDI_DT2811=m +CONFIG_COMEDI_DT2814=m +CONFIG_COMEDI_DT2815=m +CONFIG_COMEDI_DT2817=m +CONFIG_COMEDI_DT282X=m +CONFIG_COMEDI_DT3000=m +CONFIG_COMEDI_DT9812=m +CONFIG_COMEDI_DYNA_PCI10XX=m +CONFIG_COMEDI_FC=m +CONFIG_COMEDI_FL512=m +CONFIG_COMEDI_GSC_HPDI=m +CONFIG_COMEDI_ICP_MULTI=m +CONFIG_COMEDI_II_PCI20KC=m +CONFIG_COMEDI_ISA_DRIVERS=y +CONFIG_COMEDI_JR3_PCI=m +CONFIG_COMEDI_KCOMEDILIB=m +CONFIG_COMEDI_KE_COUNTER=m +CONFIG_COMEDI_ME4000=m +CONFIG_COMEDI_ME_DAQ=m +CONFIG_COMEDI_MISC_DRIVERS=y +CONFIG_COMEDI_MITE=m +CONFIG_COMEDI_MPC624=m +CONFIG_COMEDI_MULTIQ3=m +CONFIG_COMEDI_NI_6527=m +CONFIG_COMEDI_NI_65XX=m +CONFIG_COMEDI_NI_660X=m +CONFIG_COMEDI_NI_670X=m +CONFIG_COMEDI_NI_ATMIO=m +CONFIG_COMEDI_NI_ATMIO16D=m +CONFIG_COMEDI_NI_AT_A2150=m +CONFIG_COMEDI_NI_AT_AO=m +CONFIG_COMEDI_NI_DAQ_700_CS=m +CONFIG_COMEDI_NI_DAQ_DIO24_CS=m +CONFIG_COMEDI_NI_LABPC=m +CONFIG_COMEDI_NI_LABPC_CS=m +CONFIG_COMEDI_NI_MIO_CS=m +CONFIG_COMEDI_NI_PCIDIO=m +CONFIG_COMEDI_NI_PCIMIO=m +CONFIG_COMEDI_NI_TIO=m +CONFIG_COMEDI_NI_TIOCMD=m +CONFIG_COMEDI_PARPORT=m +CONFIG_COMEDI_PCI_DRIVERS=y +CONFIG_COMEDI_PCL711=m +CONFIG_COMEDI_PCL724=m +CONFIG_COMEDI_PCL725=m +CONFIG_COMEDI_PCL726=m +CONFIG_COMEDI_PCL730=m +CONFIG_COMEDI_PCL812=m +CONFIG_COMEDI_PCL816=m +CONFIG_COMEDI_PCL818=m +CONFIG_COMEDI_PCM3724=m +CONFIG_COMEDI_PCM3730=m +CONFIG_COMEDI_PCMAD=m +CONFIG_COMEDI_PCMCIA_DRIVERS=y +CONFIG_COMEDI_PCMDA12=m +CONFIG_COMEDI_PCMMIO=m +CONFIG_COMEDI_PCMUIO=m +CONFIG_COMEDI_POC=m +CONFIG_COMEDI_QUATECH_DAQP_CS=m +CONFIG_COMEDI_RTD520=m +CONFIG_COMEDI_RTI800=m +CONFIG_COMEDI_RTI802=m +CONFIG_COMEDI_S526=m +CONFIG_COMEDI_S626=m +CONFIG_COMEDI_SERIAL2002=m +CONFIG_COMEDI_SKEL=m +CONFIG_COMEDI_SSV_DNP=m +CONFIG_COMEDI_TEST=m +CONFIG_COMEDI_UNIOXX5=m +CONFIG_COMEDI_USBDUX=m +CONFIG_COMEDI_USBDUXFAST=m +CONFIG_COMEDI_USBDUXSIGMA=m +CONFIG_COMEDI_USB_DRIVERS=y +CONFIG_COMEDI_VMK80XX=m +CONFIG_COMMON_CLK=y +# CONFIG_COMMON_CLK_DEBUG is not set +CONFIG_COMMON_CLK_MAX77686=m +CONFIG_COMMON_CLK_VERSATILE=y +CONFIG_COMMON_CLK_WM831X=m +CONFIG_COMPACTION=y +CONFIG_COMPAL_LAPTOP=m +CONFIG_COMPAT=y +CONFIG_COMPAT_BINFMT_ELF=y +# CONFIG_COMPAT_BRK is not set +CONFIG_COMPAT_FOR_U64_ALIGNMENT=y +CONFIG_COMPAT_NETLINK_MESSAGES=y +# CONFIG_COMPAT_VDSO is not set +CONFIG_CONFIGFS_FS=m +CONFIG_CONNECTOR=y +CONFIG_CONSOLE_POLL=y +CONFIG_CONSOLE_TRANSLATIONS=y +CONFIG_CONTEXT_SWITCH_TRACER=y +CONFIG_COPS=m +CONFIG_COPS_DAYNA=y +CONFIG_COPS_TANGENT=y +CONFIG_CORDIC=m +CONFIG_COREDUMP=y +# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set +CONFIG_COSA=m +# CONFIG_CPA_DEBUG is not set +CONFIG_CPU5_WDT=m +CONFIG_CPUSETS=y +CONFIG_CPU_32v6K=y +CONFIG_CPU_32v7=y +CONFIG_CPU_ABRT_EV7=y +# CONFIG_CPU_BPREDICT_DISABLE is not set +CONFIG_CPU_CACHE_V7=y +CONFIG_CPU_CACHE_VIPT=y +CONFIG_CPU_COPY_V6=y +CONFIG_CPU_CP15=y +CONFIG_CPU_CP15_MMU=y +# CONFIG_CPU_DCACHE_DISABLE is not set +CONFIG_CPU_FREQ=y +# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set +CONFIG_CPU_FREQ_GOV_COMMON=y +CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y +CONFIG_CPU_FREQ_GOV_ONDEMAND=y +CONFIG_CPU_FREQ_GOV_PERFORMANCE=y +CONFIG_CPU_FREQ_GOV_POWERSAVE=y +CONFIG_CPU_FREQ_GOV_USERSPACE=y +# CONFIG_CPU_FREQ_IMX is not set +CONFIG_CPU_FREQ_STAT=y +CONFIG_CPU_FREQ_STAT_DETAILS=y +CONFIG_CPU_FREQ_TABLE=y +CONFIG_CPU_HAS_ASID=y +# CONFIG_CPU_ICACHE_DISABLE is not set +CONFIG_CPU_IDLE=y +CONFIG_CPU_IDLE_CALXEDA=y +CONFIG_CPU_IDLE_GOV_LADDER=y +CONFIG_CPU_IDLE_GOV_MENU=y +CONFIG_CPU_NOTIFIER_ERROR_INJECT=m +CONFIG_CPU_PABRT_V7=y +CONFIG_CPU_PM=y +CONFIG_CPU_RMAP=y +CONFIG_CPU_SUP_AMD=y +CONFIG_CPU_SUP_CENTAUR=y +CONFIG_CPU_SUP_CYRIX_32=y +CONFIG_CPU_SUP_INTEL=y +CONFIG_CPU_SUP_TRANSMETA_32=y +CONFIG_CPU_SUP_UMC_32=y +CONFIG_CPU_THERMAL=y +CONFIG_CPU_TLB_V7=y +CONFIG_CPU_V7=y +CONFIG_CRAMFS=m +CONFIG_CRASH_DUMP=y +CONFIG_CRC16=y +CONFIG_CRC32=y +# CONFIG_CRC32_BIT is not set +# CONFIG_CRC32_SARWATE is not set +# CONFIG_CRC32_SELFTEST is not set +# CONFIG_CRC32_SLICEBY4 is not set +CONFIG_CRC32_SLICEBY8=y +CONFIG_CRC7=m +CONFIG_CRC8=m +CONFIG_CRC_CCITT=m +CONFIG_CRC_ITU_T=m +CONFIG_CRC_T10DIF=y +CONFIG_CROSS_COMPILE="" +CONFIG_CROSS_MEMORY_ATTACH=y +CONFIG_CRYPTO=y +CONFIG_CRYPTO_ABLK_HELPER_X86=m +CONFIG_CRYPTO_AEAD=m +CONFIG_CRYPTO_AEAD2=y +CONFIG_CRYPTO_AES=y +CONFIG_CRYPTO_AES_586=m +CONFIG_CRYPTO_AES_ARM=m +CONFIG_CRYPTO_AES_NI_INTEL=m +CONFIG_CRYPTO_AES_X86_64=m +CONFIG_CRYPTO_ALGAPI=y +CONFIG_CRYPTO_ALGAPI2=y +CONFIG_CRYPTO_ANSI_CPRNG=m +CONFIG_CRYPTO_ANUBIS=m +CONFIG_CRYPTO_ARC4=m +CONFIG_CRYPTO_AUTHENC=m +CONFIG_CRYPTO_BLKCIPHER=y +CONFIG_CRYPTO_BLKCIPHER2=y +CONFIG_CRYPTO_BLOWFISH=m +CONFIG_CRYPTO_BLOWFISH_COMMON=m +CONFIG_CRYPTO_BLOWFISH_X86_64=m +CONFIG_CRYPTO_CAMELLIA=m +CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64=m +CONFIG_CRYPTO_CAMELLIA_X86_64=m +CONFIG_CRYPTO_CAST5=m +CONFIG_CRYPTO_CAST5_AVX_X86_64=m +CONFIG_CRYPTO_CAST6=m +CONFIG_CRYPTO_CAST6_AVX_X86_64=m +CONFIG_CRYPTO_CAST_COMMON=m +CONFIG_CRYPTO_CBC=y +CONFIG_CRYPTO_CCM=m +CONFIG_CRYPTO_CRC32C=y +CONFIG_CRYPTO_CRC32C_INTEL=y +CONFIG_CRYPTO_CRC32C_X86_64=y +CONFIG_CRYPTO_CRYPTD=m +CONFIG_CRYPTO_CTR=m +CONFIG_CRYPTO_CTS=m +CONFIG_CRYPTO_DEFLATE=m +CONFIG_CRYPTO_DES=m +CONFIG_CRYPTO_DEV_GEODE=m +CONFIG_CRYPTO_DEV_OMAP_AES=m +CONFIG_CRYPTO_DEV_OMAP_SHAM=m +CONFIG_CRYPTO_DEV_PADLOCK=y +CONFIG_CRYPTO_DEV_PADLOCK_AES=m +CONFIG_CRYPTO_DEV_PADLOCK_SHA=m +CONFIG_CRYPTO_ECB=y +CONFIG_CRYPTO_FCRYPT=m +CONFIG_CRYPTO_GCM=m +CONFIG_CRYPTO_GF128MUL=m +CONFIG_CRYPTO_GHASH=m +CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL=m +CONFIG_CRYPTO_GLUE_HELPER_X86=m +CONFIG_CRYPTO_HASH=y +CONFIG_CRYPTO_HASH2=y +CONFIG_CRYPTO_HMAC=y +CONFIG_CRYPTO_HW=y +CONFIG_CRYPTO_KHAZAD=m +CONFIG_CRYPTO_LRW=m +CONFIG_CRYPTO_LZO=y +CONFIG_CRYPTO_MANAGER=y +CONFIG_CRYPTO_MANAGER2=y +CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y +CONFIG_CRYPTO_MD4=m +CONFIG_CRYPTO_MD5=y +CONFIG_CRYPTO_MICHAEL_MIC=m +CONFIG_CRYPTO_NULL=m +CONFIG_CRYPTO_PCBC=m +CONFIG_CRYPTO_PCOMP=m +CONFIG_CRYPTO_PCOMP2=y +CONFIG_CRYPTO_PCRYPT=m +CONFIG_CRYPTO_RMD128=m +CONFIG_CRYPTO_RMD160=m +CONFIG_CRYPTO_RMD256=m +CONFIG_CRYPTO_RMD320=m +CONFIG_CRYPTO_RNG=y +CONFIG_CRYPTO_RNG2=y +CONFIG_CRYPTO_SALSA20=m +CONFIG_CRYPTO_SALSA20_586=m +CONFIG_CRYPTO_SALSA20_X86_64=m +CONFIG_CRYPTO_SEED=m +CONFIG_CRYPTO_SEQIV=m +CONFIG_CRYPTO_SERPENT=m +CONFIG_CRYPTO_SERPENT_AVX_X86_64=m +CONFIG_CRYPTO_SERPENT_SSE2_586=m +CONFIG_CRYPTO_SERPENT_SSE2_X86_64=m +CONFIG_CRYPTO_SHA1=y +CONFIG_CRYPTO_SHA1_ARM=m +CONFIG_CRYPTO_SHA1_SSSE3=m +CONFIG_CRYPTO_SHA256=y +CONFIG_CRYPTO_SHA512=y +CONFIG_CRYPTO_TEA=m +CONFIG_CRYPTO_TEST=m +CONFIG_CRYPTO_TGR192=m +CONFIG_CRYPTO_TWOFISH=m +CONFIG_CRYPTO_TWOFISH_586=m +CONFIG_CRYPTO_TWOFISH_AVX_X86_64=m +CONFIG_CRYPTO_TWOFISH_COMMON=m +CONFIG_CRYPTO_TWOFISH_X86_64=m +CONFIG_CRYPTO_TWOFISH_X86_64_3WAY=m +CONFIG_CRYPTO_USER=m +CONFIG_CRYPTO_USER_API=m +CONFIG_CRYPTO_USER_API_HASH=m +CONFIG_CRYPTO_USER_API_SKCIPHER=m +CONFIG_CRYPTO_VMAC=m +CONFIG_CRYPTO_WORKQUEUE=y +CONFIG_CRYPTO_WP512=m +CONFIG_CRYPTO_XCBC=m +CONFIG_CRYPTO_XTS=m +CONFIG_CRYPTO_ZLIB=m +CONFIG_CRYSTALHD=m +# CONFIG_CS5535_MFGPT is not set +CONFIG_CS89x0=m +CONFIG_CS89x0_PLATFORM=y +CONFIG_CSR_WIFI=m +CONFIG_CUSE=m +CONFIG_CXT1E1=m +CONFIG_CYCLADES=m +CONFIG_CYCLADES_SYNC=m +CONFIG_CYCLOMX_X25=y +# CONFIG_CYZ_INTR is not set +CONFIG_DA9052_WATCHDOG=m +CONFIG_DA9055_WATCHDOG=m +CONFIG_DAVICOM_PHY=y +CONFIG_DCA=m +CONFIG_DCACHE_WORD_ACCESS=y +CONFIG_DCB=y +CONFIG_DCDBAS=m +CONFIG_DDR=y +CONFIG_DE2104X=m +CONFIG_DE2104X_DSL=0 +CONFIG_DE4X5=m +CONFIG_DE600=m +CONFIG_DE620=m +# CONFIG_DEBUG_ATOMIC_SLEEP is not set +# CONFIG_DEBUG_BLK_CGROUP is not set +# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set +# CONFIG_DEBUG_BOOT_PARAMS is not set +# CONFIG_DEBUG_BUGVERBOSE is not set +# CONFIG_DEBUG_CREDENTIALS is not set +# CONFIG_DEBUG_DEVRES is not set +# CONFIG_DEBUG_DRIVER is not set +# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set +CONFIG_DEBUG_FS=y +# CONFIG_DEBUG_GPIO is not set +# CONFIG_DEBUG_HIGHMEM is not set +# CONFIG_DEBUG_HOTPLUG_CPU0 is not set +CONFIG_DEBUG_IMX6Q_UART_PORT=1 +CONFIG_DEBUG_INFO=y +# CONFIG_DEBUG_INFO_REDUCED is not set +CONFIG_DEBUG_KERNEL=y +# CONFIG_DEBUG_KMEMLEAK is not set +# CONFIG_DEBUG_KOBJECT is not set +# CONFIG_DEBUG_LIST is not set +# CONFIG_DEBUG_LL is not set +CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S" +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set +# CONFIG_DEBUG_LOCK_ALLOC is not set +# CONFIG_DEBUG_MEMORY_INIT is not set +# CONFIG_DEBUG_MUTEXES is not set +# CONFIG_DEBUG_NMI_SELFTEST is not set +# CONFIG_DEBUG_NOTIFIERS is not set +# CONFIG_DEBUG_NX_TEST is not set +# CONFIG_DEBUG_OBJECTS is not set +# CONFIG_DEBUG_PAGEALLOC is not set +# CONFIG_DEBUG_PERF_USE_VMALLOC is not set +# CONFIG_DEBUG_PER_CPU_MAPS is not set +# CONFIG_DEBUG_PINCTRL is not set +CONFIG_DEBUG_RODATA=y +# CONFIG_DEBUG_RODATA_TEST is not set +# CONFIG_DEBUG_RT_MUTEXES is not set +# CONFIG_DEBUG_SECTION_MISMATCH is not set +CONFIG_DEBUG_SET_MODULE_RONX=y +# CONFIG_DEBUG_SG is not set +# CONFIG_DEBUG_SHIRQ is not set +# CONFIG_DEBUG_SPINLOCK is not set +# CONFIG_DEBUG_STACKOVERFLOW is not set +# CONFIG_DEBUG_STACK_USAGE is not set +# CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is not set +# CONFIG_DEBUG_TLBFLUSH is not set +# CONFIG_DEBUG_USER is not set +# CONFIG_DEBUG_VIRTUAL is not set +# CONFIG_DEBUG_VM is not set +# CONFIG_DEBUG_WRITECOUNT is not set +CONFIG_DECNET=m +CONFIG_DECNET_NF_GRABULATOR=m +# CONFIG_DECNET_ROUTER is not set +CONFIG_DECOMPRESS_BZIP2=y +CONFIG_DECOMPRESS_GZIP=y +CONFIG_DECOMPRESS_LZMA=y +CONFIG_DECOMPRESS_LZO=y +CONFIG_DECOMPRESS_XZ=y +# CONFIG_DEFAULT_CFQ is not set +CONFIG_DEFAULT_CUBIC=y +CONFIG_DEFAULT_DEADLINE=y +CONFIG_DEFAULT_HOSTNAME="(none)" +CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120 +CONFIG_DEFAULT_IOSCHED="deadline" +CONFIG_DEFAULT_IO_DELAY_TYPE=1 +CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4 +# CONFIG_DEFAULT_NOOP is not set +# CONFIG_DEFAULT_RENO is not set +CONFIG_DEFAULT_SECURITY="apparmor" +CONFIG_DEFAULT_SECURITY_APPARMOR=y +# CONFIG_DEFAULT_SECURITY_DAC is not set +# CONFIG_DEFAULT_SECURITY_SELINUX is not set +# CONFIG_DEFAULT_SECURITY_SMACK is not set +# CONFIG_DEFAULT_SECURITY_TOMOYO is not set +# CONFIG_DEFAULT_SECURITY_YAMA is not set +CONFIG_DEFAULT_TCP_CONG="cubic" +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" +CONFIG_DEFXX=m +# CONFIG_DEFXX_MMIO is not set +CONFIG_DELL_LAPTOP=m +CONFIG_DELL_RBU=m +CONFIG_DELL_WMI=m +CONFIG_DELL_WMI_AIO=m +CONFIG_DEPCA=m +# CONFIG_DEPRECATED_PARAM_STRUCT is not set +CONFIG_DETECT_HUNG_TASK=y +CONFIG_DEVFREQ_GOV_PERFORMANCE=y +CONFIG_DEVFREQ_GOV_POWERSAVE=y +CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=y +CONFIG_DEVFREQ_GOV_USERSPACE=y +# CONFIG_DEVKMEM is not set +CONFIG_DEVPORT=y +CONFIG_DEVPTS_MULTIPLE_INSTANCES=y +CONFIG_DEVTMPFS=y +CONFIG_DEVTMPFS_MOUNT=y +CONFIG_DEV_APPLETALK=m +CONFIG_DE_AOC=y +CONFIG_DGRP=m +CONFIG_DIRECT_GBPAGES=y +CONFIG_DL2K=m +CONFIG_DLCI=m +CONFIG_DLCI_MAX=8 +CONFIG_DLM=m +# CONFIG_DLM_DEBUG is not set +CONFIG_DM9000=m +# CONFIG_DM9000_FORCE_SIMPLE_PHY_POLL is not set +CONFIG_DM9102=m +CONFIG_DMADEVICES=y +# CONFIG_DMADEVICES_DEBUG is not set +CONFIG_DMAR_TABLE=y +# CONFIG_DMATEST is not set +# CONFIG_DMA_API_DEBUG is not set +CONFIG_DMA_ENGINE=y +CONFIG_DMA_OMAP=y +CONFIG_DMA_SHARED_BUFFER=y +CONFIG_DMA_VIRTUAL_CHANNELS=y +CONFIG_DMI=y +CONFIG_DMIID=y +CONFIG_DMI_SYSFS=m +CONFIG_DM_BIO_PRISON=m +CONFIG_DM_BUFIO=m +CONFIG_DM_CRYPT=m +# CONFIG_DM_DEBUG is not set +# CONFIG_DM_DEBUG_BLOCK_STACK_TRACING is not set +CONFIG_DM_DELAY=m +CONFIG_DM_FLAKEY=m +CONFIG_DM_LOG_USERSPACE=m +CONFIG_DM_MIRROR=m +CONFIG_DM_MULTIPATH=m +CONFIG_DM_MULTIPATH_QL=m +CONFIG_DM_MULTIPATH_ST=m +CONFIG_DM_PERSISTENT_DATA=m +CONFIG_DM_RAID=m +CONFIG_DM_SNAPSHOT=m +CONFIG_DM_THIN_PROVISIONING=m +CONFIG_DM_UEVENT=y +CONFIG_DM_VERITY=m +CONFIG_DM_ZERO=m +CONFIG_DNET=m +CONFIG_DNOTIFY=y +CONFIG_DNS_RESOLVER=y +CONFIG_DONGLE=y +CONFIG_DOUBLEFAULT=y +CONFIG_DQL=y +CONFIG_DRAGONRISE_FF=y +# CONFIG_DRBD_FAULT_INJECTION is not set +CONFIG_DRM=m +CONFIG_DRM_AST=m +CONFIG_DRM_CIRRUS_QEMU=m +# CONFIG_DRM_EXYNOS is not set +CONFIG_DRM_GEM_CMA_HELPER=y +CONFIG_DRM_GMA3600=y +CONFIG_DRM_GMA500=m +CONFIG_DRM_GMA600=y +CONFIG_DRM_I2C_CH7006=m +CONFIG_DRM_I2C_SIL164=m +CONFIG_DRM_I810=m +CONFIG_DRM_I915=m +CONFIG_DRM_I915_KMS=y +CONFIG_DRM_IMX=m +CONFIG_DRM_IMX_FB_HELPER=m +CONFIG_DRM_IMX_IPUV3=m +CONFIG_DRM_IMX_IPUV3_CORE=m +CONFIG_DRM_IMX_PARALLEL_DISPLAY=m +CONFIG_DRM_KMS_CMA_HELPER=y +CONFIG_DRM_KMS_HELPER=m +CONFIG_DRM_LOAD_EDID_FIRMWARE=y +# CONFIG_DRM_MEDFIELD is not set +CONFIG_DRM_MGA=m +# CONFIG_DRM_MGAG200 is not set +CONFIG_DRM_NOUVEAU=m +CONFIG_DRM_NOUVEAU_BACKLIGHT=y +# CONFIG_DRM_OMAP is not set +CONFIG_DRM_R128=m +CONFIG_DRM_RADEON=m +CONFIG_DRM_RADEON_KMS=y +CONFIG_DRM_SAVAGE=m +CONFIG_DRM_SIS=m +CONFIG_DRM_TDFX=m +CONFIG_DRM_TTM=m +CONFIG_DRM_UDL=m +CONFIG_DRM_USB=m +CONFIG_DRM_VIA=m +CONFIG_DRM_VMWGFX=m +# CONFIG_DRM_VMWGFX_FBCON is not set +CONFIG_DS1682=m +CONFIG_DSCC4=m +CONFIG_DSCC4_PCISYNC=y +CONFIG_DSCC4_PCI_RST=y +# CONFIG_DT3155_CCIR is not set +CONFIG_DT3155_STREAMING=y +CONFIG_DTC=y +CONFIG_DTLK=m +CONFIG_DUMMY=m +CONFIG_DUMMY_CONSOLE=y +CONFIG_DVB_A8293=m +CONFIG_DVB_AF9013=m +CONFIG_DVB_AF9033=m +CONFIG_DVB_AS102=m +CONFIG_DVB_ATBM8830=m +CONFIG_DVB_AU8522=m +CONFIG_DVB_AU8522_DTV=m +CONFIG_DVB_AU8522_V4L=m +CONFIG_DVB_AV7110=m +CONFIG_DVB_AV7110_OSD=y +CONFIG_DVB_B2C2_FLEXCOP=m +CONFIG_DVB_B2C2_FLEXCOP_PCI=m +# CONFIG_DVB_B2C2_FLEXCOP_PCI_DEBUG is not set +CONFIG_DVB_B2C2_FLEXCOP_USB=m +# CONFIG_DVB_B2C2_FLEXCOP_USB_DEBUG is not set +CONFIG_DVB_BCM3510=m +CONFIG_DVB_BT8XX=m +CONFIG_DVB_BUDGET=m +CONFIG_DVB_BUDGET_AV=m +CONFIG_DVB_BUDGET_CI=m +CONFIG_DVB_BUDGET_CORE=m +CONFIG_DVB_BUDGET_PATCH=m +CONFIG_DVB_CORE=m +CONFIG_DVB_CX22700=m +CONFIG_DVB_CX22702=m +CONFIG_DVB_CX24110=m +CONFIG_DVB_CX24116=m +CONFIG_DVB_CX24123=m +CONFIG_DVB_CXD2099=m +CONFIG_DVB_CXD2820R=m +CONFIG_DVB_DDBRIDGE=m +CONFIG_DVB_DIB3000MB=m +CONFIG_DVB_DIB3000MC=m +CONFIG_DVB_DIB7000M=m +CONFIG_DVB_DIB7000P=m +CONFIG_DVB_DIB8000=m +CONFIG_DVB_DM1105=m +CONFIG_DVB_DRXD=m +CONFIG_DVB_DRXK=m +CONFIG_DVB_DS3000=m +# CONFIG_DVB_DUMMY_FE is not set +CONFIG_DVB_DYNAMIC_MINORS=y +CONFIG_DVB_EC100=m +CONFIG_DVB_FIREDTV=m +CONFIG_DVB_FIREDTV_INPUT=y +CONFIG_DVB_HOPPER=m +CONFIG_DVB_ISL6405=m +CONFIG_DVB_ISL6421=m +CONFIG_DVB_ISL6423=m +CONFIG_DVB_IT913X_FE=m +CONFIG_DVB_IX2505V=m +CONFIG_DVB_L64781=m +CONFIG_DVB_LG2160=m +CONFIG_DVB_LGDT3305=m +CONFIG_DVB_LGDT330X=m +CONFIG_DVB_LGS8GXX=m +CONFIG_DVB_LNBP21=m +CONFIG_DVB_LNBP22=m +CONFIG_DVB_M88RS2000=m +CONFIG_DVB_MANTIS=m +CONFIG_DVB_MAX_ADAPTERS=8 +CONFIG_DVB_MB86A16=m +CONFIG_DVB_MB86A20S=m +CONFIG_DVB_MT312=m +CONFIG_DVB_MT352=m +CONFIG_DVB_NET=y +CONFIG_DVB_NGENE=m +CONFIG_DVB_NXT200X=m +CONFIG_DVB_NXT6000=m +CONFIG_DVB_OR51132=m +CONFIG_DVB_OR51211=m +CONFIG_DVB_PLL=m +CONFIG_DVB_PLUTO2=m +CONFIG_DVB_PT1=m +CONFIG_DVB_RTL2830=m +CONFIG_DVB_RTL2832=m +CONFIG_DVB_S5H1409=m +CONFIG_DVB_S5H1411=m +CONFIG_DVB_S5H1420=m +CONFIG_DVB_S921=m +CONFIG_DVB_SI21XX=m +CONFIG_DVB_SP8870=m +CONFIG_DVB_SP887X=m +CONFIG_DVB_STB0899=m +CONFIG_DVB_STB6000=m +CONFIG_DVB_STB6100=m +CONFIG_DVB_STV0288=m +CONFIG_DVB_STV0297=m +CONFIG_DVB_STV0299=m +CONFIG_DVB_STV0367=m +CONFIG_DVB_STV0900=m +CONFIG_DVB_STV090x=m +CONFIG_DVB_STV6110=m +CONFIG_DVB_STV6110x=m +CONFIG_DVB_TDA10021=m +CONFIG_DVB_TDA10023=m +CONFIG_DVB_TDA10048=m +CONFIG_DVB_TDA1004X=m +CONFIG_DVB_TDA10071=m +CONFIG_DVB_TDA10086=m +CONFIG_DVB_TDA18271C2DD=m +CONFIG_DVB_TDA665x=m +CONFIG_DVB_TDA8083=m +CONFIG_DVB_TDA8261=m +CONFIG_DVB_TDA826X=m +CONFIG_DVB_TTUSB_BUDGET=m +CONFIG_DVB_TTUSB_DEC=m +CONFIG_DVB_TUA6100=m +CONFIG_DVB_TUNER_CX24113=m +CONFIG_DVB_TUNER_DIB0070=m +CONFIG_DVB_TUNER_DIB0090=m +CONFIG_DVB_TUNER_ITD1000=m +CONFIG_DVB_USB=m +CONFIG_DVB_USB_A800=m +CONFIG_DVB_USB_AF9005=m +CONFIG_DVB_USB_AF9005_REMOTE=m +CONFIG_DVB_USB_AF9015=m +CONFIG_DVB_USB_AF9035=m +CONFIG_DVB_USB_ANYSEE=m +CONFIG_DVB_USB_AU6610=m +CONFIG_DVB_USB_AZ6007=m +CONFIG_DVB_USB_AZ6027=m +CONFIG_DVB_USB_CE6230=m +CONFIG_DVB_USB_CINERGY_T2=m +CONFIG_DVB_USB_CXUSB=m +CONFIG_DVB_USB_CYPRESS_FIRMWARE=m +# CONFIG_DVB_USB_DEBUG is not set +CONFIG_DVB_USB_DIB0700=m +CONFIG_DVB_USB_DIBUSB_MB=m +# CONFIG_DVB_USB_DIBUSB_MB_FAULTY is not set +CONFIG_DVB_USB_DIBUSB_MC=m +CONFIG_DVB_USB_DIGITV=m +CONFIG_DVB_USB_DTT200U=m +CONFIG_DVB_USB_DTV5100=m +CONFIG_DVB_USB_DW2102=m +CONFIG_DVB_USB_EC168=m +CONFIG_DVB_USB_FRIIO=m +CONFIG_DVB_USB_GL861=m +CONFIG_DVB_USB_GP8PSK=m +CONFIG_DVB_USB_IT913X=m +CONFIG_DVB_USB_LME2510=m +CONFIG_DVB_USB_M920X=m +CONFIG_DVB_USB_MXL111SF=m +CONFIG_DVB_USB_NOVA_T_USB2=m +CONFIG_DVB_USB_OPERA1=m +CONFIG_DVB_USB_PCTV452E=m +CONFIG_DVB_USB_RTL28XXU=m +CONFIG_DVB_USB_TECHNISAT_USB2=m +CONFIG_DVB_USB_TTUSB2=m +CONFIG_DVB_USB_UMT_010=m +CONFIG_DVB_USB_V2=m +CONFIG_DVB_USB_VP702X=m +CONFIG_DVB_USB_VP7045=m +CONFIG_DVB_VES1820=m +CONFIG_DVB_VES1X93=m +CONFIG_DVB_ZL10036=m +CONFIG_DVB_ZL10039=m +CONFIG_DVB_ZL10353=m +CONFIG_DW_APB_TIMER=y +CONFIG_DW_DMAC=m +# CONFIG_DW_DMAC_BIG_ENDIAN_IO is not set +CONFIG_DW_WATCHDOG=m +CONFIG_DX_SEP=m +# CONFIG_DYNAMIC_DEBUG is not set +CONFIG_DYNAMIC_FTRACE=y +CONFIG_E100=m +CONFIG_E1000=m +CONFIG_E1000E=m +CONFIG_E2100=m +CONFIG_EARLY_PRINTK=y +CONFIG_EARLY_PRINTK_DBGP=y +CONFIG_EARLY_PRINTK_INTEL_MID=y +CONFIG_ECHO=m +CONFIG_ECRYPT_FS=y +CONFIG_EDAC=y +CONFIG_EDAC_AMD64=m +# CONFIG_EDAC_AMD64_ERROR_INJECTION is not set +CONFIG_EDAC_AMD76X=m +# CONFIG_EDAC_DEBUG is not set +CONFIG_EDAC_DECODE_MCE=m +CONFIG_EDAC_E752X=m +CONFIG_EDAC_E7XXX=m +CONFIG_EDAC_HIGHBANK_L2=y +CONFIG_EDAC_HIGHBANK_MC=y +CONFIG_EDAC_I3000=m +CONFIG_EDAC_I3200=m +CONFIG_EDAC_I5000=m +CONFIG_EDAC_I5100=m +CONFIG_EDAC_I5400=m +CONFIG_EDAC_I7300=m +CONFIG_EDAC_I7CORE=m +CONFIG_EDAC_I82860=m +CONFIG_EDAC_I82875P=m +CONFIG_EDAC_I82975X=m +CONFIG_EDAC_LEGACY_SYSFS=y +CONFIG_EDAC_MCE_INJ=m +CONFIG_EDAC_R82600=m +CONFIG_EDAC_SBRIDGE=m +CONFIG_EDAC_X38=m +CONFIG_EDD=y +CONFIG_EDD_OFF=y +CONFIG_EEEPC_LAPTOP=m +CONFIG_EEEPC_WMI=m +CONFIG_EEPROM_93CX6=m +CONFIG_EEPROM_93XX46=m +CONFIG_EEPROM_AT24=m +CONFIG_EEPROM_AT25=m +CONFIG_EEPROM_LEGACY=m +CONFIG_EEPROM_MAX6875=m +CONFIG_EEXPRESS=m +CONFIG_EEXPRESS_PRO=m +CONFIG_EFI=y +CONFIG_EFI_PARTITION=y +CONFIG_EFI_STUB=y +CONFIG_EFI_VARS=y +# CONFIG_EFI_VARS_PSTORE is not set +CONFIG_EFS_FS=m +CONFIG_EISA=y +CONFIG_EISA_NAMES=y +CONFIG_EISA_PCI_EISA=y +CONFIG_EISA_VIRTUAL_ROOT=y +CONFIG_EISA_VLB_PRIMING=y +CONFIG_EL1=m +CONFIG_EL16=m +CONFIG_EL2=m +CONFIG_EL3=m +CONFIG_ELF_CORE=y +CONFIG_ELPLUS=m +# CONFIG_EMBEDDED is not set +# CONFIG_ENABLE_MUST_CHECK is not set +# CONFIG_ENABLE_WARN_DEPRECATED is not set +CONFIG_ENC28J60=m +# CONFIG_ENC28J60_WRITEVERIFY is not set +CONFIG_ENCLOSURE_SERVICES=m +CONFIG_ENCRYPTED_KEYS=y +CONFIG_ENIC=m +CONFIG_EPIC100=m +CONFIG_EPOLL=y +CONFIG_EQUALIZER=m +CONFIG_ES3210=m +CONFIG_ESI_DONGLE=m +CONFIG_ET131X=m +CONFIG_ETH16I=m +CONFIG_ETHERNET=y +CONFIG_ETHOC=m +CONFIG_EUROTECH_WDT=m +CONFIG_EVENTFD=y +CONFIG_EVENT_POWER_TRACING_DEPRECATED=y +CONFIG_EVENT_TRACING=y +CONFIG_EVM=y +CONFIG_EWRK3=m +# CONFIG_EXOFS_DEBUG is not set +CONFIG_EXOFS_FS=m +CONFIG_EXPERIMENTAL=y +CONFIG_EXPERT=y +CONFIG_EXPORTFS=y +CONFIG_EXT2_FS=m +CONFIG_EXT2_FS_POSIX_ACL=y +CONFIG_EXT2_FS_SECURITY=y +CONFIG_EXT2_FS_XATTR=y +# CONFIG_EXT2_FS_XIP is not set +CONFIG_EXT3_DEFAULTS_TO_ORDERED=y +CONFIG_EXT3_FS=y +CONFIG_EXT3_FS_POSIX_ACL=y +CONFIG_EXT3_FS_SECURITY=y +CONFIG_EXT3_FS_XATTR=y +# CONFIG_EXT4_DEBUG is not set +CONFIG_EXT4_FS=y +CONFIG_EXT4_FS_POSIX_ACL=y +CONFIG_EXT4_FS_SECURITY=y +CONFIG_EXTCON=y +CONFIG_EXTCON_ADC_JACK=m +CONFIG_EXTCON_ARIZONA=m +CONFIG_EXTCON_GPIO=m +CONFIG_EXTCON_MAX77693=m +CONFIG_EXTCON_MAX8997=m +CONFIG_EXTRA_FIRMWARE="" +CONFIG_EXYNOS_VIDEO=y +CONFIG_F2FS_FS=m +CONFIG_F2FS_FS_POSIX_ACL=y +CONFIG_F2FS_FS_XATTR=y +CONFIG_F2FS_STAT_FS=y +CONFIG_F71808E_WDT=m +CONFIG_FAIR_GROUP_SCHED=y +CONFIG_FAIR_SHARE=y +CONFIG_FANOTIFY=y +CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y +CONFIG_FARSYNC=m +CONFIG_FAT_DEFAULT_CODEPAGE=437 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" +CONFIG_FAT_FS=y +# CONFIG_FAULT_INJECTION is not set +CONFIG_FB=y +CONFIG_FB_3DFX=m +# CONFIG_FB_3DFX_ACCEL is not set +# CONFIG_FB_3DFX_I2C is not set +CONFIG_FB_ARC=m +CONFIG_FB_ARK=m +CONFIG_FB_ARMCLCD=y +CONFIG_FB_ASILIANT=y +CONFIG_FB_ATY=m +CONFIG_FB_ATY128=m +CONFIG_FB_ATY128_BACKLIGHT=y +CONFIG_FB_ATY_BACKLIGHT=y +CONFIG_FB_ATY_CT=y +# CONFIG_FB_ATY_GENERIC_LCD is not set +CONFIG_FB_ATY_GX=y +CONFIG_FB_AUO_K1900=m +CONFIG_FB_AUO_K1901=m +CONFIG_FB_AUO_K190X=m +CONFIG_FB_BROADSHEET=m +CONFIG_FB_CARILLO_RANCH=m +CONFIG_FB_CARMINE=m +CONFIG_FB_CARMINE_DRAM_EVAL=y +CONFIG_FB_CFB_COPYAREA=y +CONFIG_FB_CFB_FILLRECT=y +CONFIG_FB_CFB_IMAGEBLIT=y +# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set +CONFIG_FB_CIRRUS=m +CONFIG_FB_CYBER2000=m +CONFIG_FB_CYBER2000_DDC=y +CONFIG_FB_DEFERRED_IO=y +CONFIG_FB_EFI=y +# CONFIG_FB_FOREIGN_ENDIAN is not set +CONFIG_FB_GEODE=y +CONFIG_FB_GEODE_GX=m +CONFIG_FB_GEODE_GX1=m +CONFIG_FB_GEODE_LX=m +CONFIG_FB_HECUBA=m +CONFIG_FB_HGA=m +CONFIG_FB_I740=m +CONFIG_FB_I810=m +# CONFIG_FB_I810_GTF is not set +CONFIG_FB_IMSTT=y +CONFIG_FB_INTEL=m +# CONFIG_FB_INTEL_DEBUG is not set +# CONFIG_FB_INTEL_I2C is not set +CONFIG_FB_KYRO=m +CONFIG_FB_LE80578=m +# CONFIG_FB_MACMODES is not set +CONFIG_FB_MATROX=m +CONFIG_FB_MATROX_G=y +CONFIG_FB_MATROX_I2C=m +CONFIG_FB_MATROX_MAVEN=m +CONFIG_FB_MATROX_MILLENIUM=y +CONFIG_FB_MATROX_MYSTIQUE=y +CONFIG_FB_MB862XX=m +CONFIG_FB_MB862XX_I2C=y +CONFIG_FB_MB862XX_PCI_GDC=y +CONFIG_FB_METRONOME=m +CONFIG_FB_MODE_HELPERS=y +CONFIG_FB_MX3=y +CONFIG_FB_N411=m +CONFIG_FB_NEOMAGIC=m +CONFIG_FB_NVIDIA=m +CONFIG_FB_NVIDIA_BACKLIGHT=y +# CONFIG_FB_NVIDIA_DEBUG is not set +CONFIG_FB_NVIDIA_I2C=y +CONFIG_FB_OMAP2=y +# CONFIG_FB_OMAP2_DEBUG_SUPPORT is not set +CONFIG_FB_OMAP2_NUM_FBS=3 +CONFIG_FB_PM2=m +CONFIG_FB_PM2_FIFO_DISCONNECT=y +CONFIG_FB_PM3=m +CONFIG_FB_RADEON=m +CONFIG_FB_RADEON_BACKLIGHT=y +# CONFIG_FB_RADEON_DEBUG is not set +CONFIG_FB_RADEON_I2C=y +CONFIG_FB_RIVA=m +CONFIG_FB_RIVA_BACKLIGHT=y +# CONFIG_FB_RIVA_DEBUG is not set +CONFIG_FB_RIVA_I2C=y +CONFIG_FB_S1D13XXX=m +CONFIG_FB_S3=m +CONFIG_FB_S3_DDC=y +CONFIG_FB_SAVAGE=m +# CONFIG_FB_SAVAGE_ACCEL is not set +# CONFIG_FB_SAVAGE_I2C is not set +CONFIG_FB_SIS=m +CONFIG_FB_SIS_300=y +CONFIG_FB_SIS_315=y +CONFIG_FB_SM501=m +CONFIG_FB_SM7XX=m +CONFIG_FB_SMSCUFX=m +CONFIG_FB_SSD1307=m +CONFIG_FB_SYS_FOPS=m +CONFIG_FB_TILEBLITTING=y +CONFIG_FB_TMIO=m +CONFIG_FB_TMIO_ACCELL=y +CONFIG_FB_TRIDENT=m +CONFIG_FB_UDL=m +CONFIG_FB_UVESA=m +CONFIG_FB_VESA=m +CONFIG_FB_VGA16=m +CONFIG_FB_VIA=m +# CONFIG_FB_VIA_DIRECT_PROCFS is not set +CONFIG_FB_VIA_X_COMPATIBILITY=y +# CONFIG_FB_VIRTUAL is not set +CONFIG_FB_VOODOO1=m +CONFIG_FB_VT8623=m +# CONFIG_FB_WMT_GE_ROPS is not set +CONFIG_FB_XGI=m +CONFIG_FCOE=m +CONFIG_FCOE_FNIC=m +CONFIG_FDDI=y +CONFIG_FEALNX=m +CONFIG_FEC=y +# CONFIG_FEC_PTP is not set +CONFIG_FHANDLE=y +CONFIG_FIB_RULES=y +CONFIG_FILE_LOCKING=y +CONFIG_FIREWIRE=m +CONFIG_FIREWIRE_NET=m +CONFIG_FIREWIRE_NOSY=m +CONFIG_FIREWIRE_OHCI=m +# CONFIG_FIREWIRE_OHCI_REMOTE_DMA is not set +CONFIG_FIREWIRE_SBP2=m +CONFIG_FIREWIRE_SERIAL=m +CONFIG_FIRMWARE_EDID=y +CONFIG_FIRMWARE_IN_KERNEL=y +CONFIG_FIRMWARE_MEMMAP=y +CONFIG_FIXED_PHY=y +CONFIG_FIX_EARLYCON_MEM=y +CONFIG_FLATMEM=y +CONFIG_FLATMEM_MANUAL=y +CONFIG_FLAT_NODE_MEM_MAP=y +# CONFIG_FONT_10x18 is not set +# CONFIG_FONT_6x11 is not set +# CONFIG_FONT_7x14 is not set +CONFIG_FONT_8x16=y +CONFIG_FONT_8x8=y +CONFIG_FONT_ACORN_8x8=y +# CONFIG_FONT_MINI_4x6 is not set +# CONFIG_FONT_PEARL_8x8 is not set +# CONFIG_FONT_SUN12x22 is not set +# CONFIG_FONT_SUN8x16 is not set +CONFIG_FORCEDETH=m +CONFIG_FORCE_MAX_ZONEORDER=12 +# CONFIG_FPE_FASTFPE is not set +CONFIG_FPE_NWFPE=y +# CONFIG_FPE_NWFPE_XP is not set +CONFIG_FRAMEBUFFER_CONSOLE=y +CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y +# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set +CONFIG_FRAME_POINTER=y +CONFIG_FRAME_WARN=1024 +CONFIG_FREEZER=y +CONFIG_FRONTSWAP=y +CONFIG_FSCACHE=m +# CONFIG_FSCACHE_DEBUG is not set +# CONFIG_FSCACHE_HISTOGRAM is not set +# CONFIG_FSCACHE_OBJECT_LIST is not set +CONFIG_FSCACHE_STATS=y +CONFIG_FSNOTIFY=y +CONFIG_FS_MBCACHE=y +CONFIG_FS_POSIX_ACL=y +CONFIG_FT1000=m +CONFIG_FT1000_PCMCIA=m +CONFIG_FT1000_USB=m +CONFIG_FTGMAC100=m +CONFIG_FTL=m +CONFIG_FTMAC100=m +CONFIG_FTRACE=y +CONFIG_FTRACE_MCOUNT_RECORD=y +# CONFIG_FTRACE_STARTUP_TEST is not set +CONFIG_FTRACE_SYSCALLS=y +CONFIG_FUJITSU_LAPTOP=m +# CONFIG_FUJITSU_LAPTOP_DEBUG is not set +CONFIG_FUJITSU_TABLET=m +CONFIG_FUNCTION_GRAPH_TRACER=y +CONFIG_FUNCTION_PROFILER=y +CONFIG_FUNCTION_TRACER=y +CONFIG_FUSE_FS=y +CONFIG_FUSION=y +CONFIG_FUSION_CTL=m +CONFIG_FUSION_FC=m +CONFIG_FUSION_LAN=m +CONFIG_FUSION_LOGGING=y +CONFIG_FUSION_MAX_SGE=128 +CONFIG_FUSION_SAS=m +CONFIG_FUSION_SPI=m +CONFIG_FUTEX=y +CONFIG_FW_LOADER=y +CONFIG_GACT_PROB=y +CONFIG_GADGET_UAC1=y +CONFIG_GAMEPORT=m +CONFIG_GAMEPORT_EMU10K1=m +CONFIG_GAMEPORT_FM801=m +CONFIG_GAMEPORT_L4=m +CONFIG_GAMEPORT_NS558=m +CONFIG_GARP=m +CONFIG_GART_IOMMU=y +# CONFIG_GCOV_KERNEL is not set +CONFIG_GENERIC_ACL=y +CONFIG_GENERIC_ADC_BATTERY=m +CONFIG_GENERIC_ALLOCATOR=y +CONFIG_GENERIC_BUG=y +CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y +CONFIG_GENERIC_CALIBRATE_DELAY=y +CONFIG_GENERIC_CLOCKEVENTS=y +CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y +CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y +CONFIG_GENERIC_CMOS_UPDATE=y +CONFIG_GENERIC_CPU=y +CONFIG_GENERIC_CPUFREQ_CPU0=y +# CONFIG_GENERIC_CPU_DEVICES is not set +CONFIG_GENERIC_FIND_FIRST_BIT=y +CONFIG_GENERIC_GPIO=y +CONFIG_GENERIC_HARDIRQS=y +CONFIG_GENERIC_HWEIGHT=y +CONFIG_GENERIC_IO=y +CONFIG_GENERIC_IOMAP=y +CONFIG_GENERIC_IRQ_CHIP=y +CONFIG_GENERIC_IRQ_PROBE=y +CONFIG_GENERIC_IRQ_SHOW=y +CONFIG_GENERIC_ISA_DMA=y +CONFIG_GENERIC_PCI_IOMAP=y +CONFIG_GENERIC_PENDING_IRQ=y +CONFIG_GENERIC_SIGALTSTACK=y +CONFIG_GENERIC_SMP_IDLE_THREAD=y +CONFIG_GENERIC_STRNCPY_FROM_USER=y +CONFIG_GENERIC_STRNLEN_USER=y +CONFIG_GENERIC_TIME_VSYSCALL=y +CONFIG_GENERIC_TRACER=y +CONFIG_GEOS=y +CONFIG_GFS2_FS=m +CONFIG_GFS2_FS_LOCKING_DLM=y +CONFIG_GIGASET_BASE=m +# CONFIG_GIGASET_CAPI is not set +# CONFIG_GIGASET_DEBUG is not set +# CONFIG_GIGASET_DUMMYLL is not set +CONFIG_GIGASET_I4L=y +CONFIG_GIGASET_M101=m +CONFIG_GIGASET_M105=m +CONFIG_GIRBIL_DONGLE=m +# CONFIG_GOOGLE_FIRMWARE is not set +CONFIG_GPIOLIB=y +CONFIG_GPIO_74X164=m +CONFIG_GPIO_ACPI=y +CONFIG_GPIO_ADNP=m +CONFIG_GPIO_ADP5520=m +CONFIG_GPIO_ADP5588=m +CONFIG_GPIO_AMD8111=m +CONFIG_GPIO_ARIZONA=m +CONFIG_GPIO_CS5535=m +CONFIG_GPIO_DA9052=m +CONFIG_GPIO_DA9055=m +# CONFIG_GPIO_EM is not set +CONFIG_GPIO_GENERIC_PLATFORM=m +CONFIG_GPIO_ICH=m +CONFIG_GPIO_INTEL_PMIC=y +CONFIG_GPIO_IT8761E=m +CONFIG_GPIO_JANZ_TTL=m +CONFIG_GPIO_LANGWELL=y +CONFIG_GPIO_LYNXPOINT=y +CONFIG_GPIO_MAX7300=m +CONFIG_GPIO_MAX7301=m +CONFIG_GPIO_MAX730X=m +CONFIG_GPIO_MAX732X=m +CONFIG_GPIO_MC33880=m +CONFIG_GPIO_MCP23S08=m +CONFIG_GPIO_ML_IOH=m +CONFIG_GPIO_MSIC=y +CONFIG_GPIO_MXC=y +CONFIG_GPIO_PCA953X=m +CONFIG_GPIO_PCF857X=m +CONFIG_GPIO_PCH=m +CONFIG_GPIO_PL061=y +CONFIG_GPIO_RC5T583=y +CONFIG_GPIO_RDC321X=m +CONFIG_GPIO_SCH=m +CONFIG_GPIO_STMPE=y +CONFIG_GPIO_SX150X=y +# CONFIG_GPIO_SYSFS is not set +CONFIG_GPIO_TC3589X=y +CONFIG_GPIO_TIMBERDALE=y +CONFIG_GPIO_TPS6586X=y +CONFIG_GPIO_TPS65910=y +CONFIG_GPIO_TPS65912=m +CONFIG_GPIO_TS5500=m +CONFIG_GPIO_TWL6040=m +CONFIG_GPIO_UCB1400=y +CONFIG_GPIO_VIPERBOARD=m +CONFIG_GPIO_VX855=m +CONFIG_GPIO_WM831X=m +CONFIG_GPIO_WM8350=m +CONFIG_GPIO_WM8994=m +CONFIG_GREENASIA_FF=y +CONFIG_HAMACHI=m +CONFIG_HAMRADIO=y +CONFIG_HANGCHECK_TIMER=m +CONFIG_HAPPYMEAL=m +CONFIG_HARDIRQS_SW_RESEND=y +CONFIG_HARDLOCKUP_DETECTOR=y +CONFIG_HAS_DMA=y +CONFIG_HAS_IOMEM=y +CONFIG_HAS_IOPORT=y +CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y +CONFIG_HAVE_ARCH_JUMP_LABEL=y +CONFIG_HAVE_ARCH_KGDB=y +CONFIG_HAVE_ARCH_KMEMCHECK=y +CONFIG_HAVE_ARCH_PFN_VALID=y +CONFIG_HAVE_ARCH_SECCOMP_FILTER=y +CONFIG_HAVE_ARCH_TRACEHOOK=y +CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y +CONFIG_HAVE_ARM_SCU=y +CONFIG_HAVE_ARM_TWD=y +CONFIG_HAVE_ATOMIC_IOMAP=y +CONFIG_HAVE_BPF_JIT=y +CONFIG_HAVE_CAN_FLEXCAN=y +CONFIG_HAVE_CLK=y +CONFIG_HAVE_CLK_PREPARE=y +CONFIG_HAVE_CMPXCHG_DOUBLE=y +CONFIG_HAVE_CMPXCHG_LOCAL=y +CONFIG_HAVE_CONTEXT_TRACKING=y +CONFIG_HAVE_C_RECORDMCOUNT=y +CONFIG_HAVE_DEBUG_KMEMLEAK=y +CONFIG_HAVE_DMA_API_DEBUG=y +CONFIG_HAVE_DMA_ATTRS=y +CONFIG_HAVE_DMA_CONTIGUOUS=y +CONFIG_HAVE_DYNAMIC_FTRACE=y +CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y +CONFIG_HAVE_FENTRY=y +CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y +CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST=y +CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y +CONFIG_HAVE_FUNCTION_TRACER=y +CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y +CONFIG_HAVE_GENERIC_HARDIRQS=y +CONFIG_HAVE_HW_BREAKPOINT=y +CONFIG_HAVE_IDE=y +CONFIG_HAVE_IMX_GPC=y +CONFIG_HAVE_IMX_MMDC=y +CONFIG_HAVE_IMX_SRC=y +CONFIG_HAVE_INTEL_TXT=y +CONFIG_HAVE_IOREMAP_PROT=y +CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y +CONFIG_HAVE_IRQ_WORK=y +CONFIG_HAVE_KERNEL_BZIP2=y +CONFIG_HAVE_KERNEL_GZIP=y +CONFIG_HAVE_KERNEL_LZMA=y +CONFIG_HAVE_KERNEL_LZO=y +CONFIG_HAVE_KERNEL_XZ=y +CONFIG_HAVE_KPROBES=y +CONFIG_HAVE_KRETPROBES=y +CONFIG_HAVE_KVM=y +CONFIG_HAVE_KVM_CPU_RELAX_INTERCEPT=y +CONFIG_HAVE_KVM_EVENTFD=y +CONFIG_HAVE_KVM_IRQCHIP=y +CONFIG_HAVE_KVM_MSI=y +CONFIG_HAVE_LATENCYTOP_SUPPORT=y +CONFIG_HAVE_MEMBLOCK=y +CONFIG_HAVE_MEMBLOCK_NODE_MAP=y +CONFIG_HAVE_MEMORY_PRESENT=y +CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y +CONFIG_HAVE_MMIOTRACE_SUPPORT=y +CONFIG_HAVE_MOD_ARCH_SPECIFIC=y +CONFIG_HAVE_MTD_OTP=y +CONFIG_HAVE_NET_DSA=y +CONFIG_HAVE_OPROFILE=y +CONFIG_HAVE_OPTPROBES=y +CONFIG_HAVE_PATA_PLATFORM=y +CONFIG_HAVE_PCSPKR_PLATFORM=y +CONFIG_HAVE_PERF_EVENTS=y +CONFIG_HAVE_PERF_EVENTS_NMI=y +CONFIG_HAVE_PERF_REGS=y +CONFIG_HAVE_PERF_USER_STACK_DUMP=y +CONFIG_HAVE_PROC_CPU=y +CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y +CONFIG_HAVE_SETUP_PER_CPU_AREA=y +CONFIG_HAVE_SMP=y +CONFIG_HAVE_SYSCALL_TRACEPOINTS=y +CONFIG_HAVE_TEXT_POKE_SMP=y +CONFIG_HAVE_UID16=y +CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y +CONFIG_HAVE_USER_RETURN_NOTIFIER=y +CONFIG_HDLC=m +CONFIG_HDLC_CISCO=m +CONFIG_HDLC_FR=m +CONFIG_HDLC_PPP=m +CONFIG_HDLC_RAW=m +CONFIG_HDLC_RAW_ETH=m +CONFIG_HDLC_X25=m +CONFIG_HDQ_MASTER_OMAP=m +# CONFIG_HEADERS_CHECK is not set +CONFIG_HERMES=m +CONFIG_HERMES_CACHE_FW_ON_INIT=y +# CONFIG_HERMES_PRISM is not set +CONFIG_HFSPLUS_FS=m +CONFIG_HFS_FS=m +CONFIG_HIBERNATE_CALLBACKS=y +CONFIG_HIBERNATION=y +CONFIG_HID=m +CONFIG_HIDRAW=y +CONFIG_HID_A4TECH=m +CONFIG_HID_ACRUX=m +CONFIG_HID_ACRUX_FF=y +CONFIG_HID_APPLE=m +CONFIG_HID_AUREAL=m +CONFIG_HID_BATTERY_STRENGTH=y +CONFIG_HID_BELKIN=m +CONFIG_HID_CHERRY=m +CONFIG_HID_CHICONY=m +CONFIG_HID_CYPRESS=m +CONFIG_HID_DRAGONRISE=m +CONFIG_HID_ELECOM=m +CONFIG_HID_EMS_FF=m +CONFIG_HID_EZKEY=m +CONFIG_HID_GENERIC=m +CONFIG_HID_GREENASIA=m +CONFIG_HID_GYRATION=m +CONFIG_HID_HOLTEK=m +CONFIG_HID_HYPERV_MOUSE=m +CONFIG_HID_ICADE=m +CONFIG_HID_KENSINGTON=m +CONFIG_HID_KEYTOUCH=m +CONFIG_HID_KYE=m +CONFIG_HID_LCPOWER=m +CONFIG_HID_LENOVO_TPKBD=m +CONFIG_HID_LOGITECH=m +CONFIG_HID_LOGITECH_DJ=m +CONFIG_HID_MAGICMOUSE=m +CONFIG_HID_MICROSOFT=m +CONFIG_HID_MONTEREY=m +CONFIG_HID_MULTITOUCH=m +CONFIG_HID_NTRIG=m +CONFIG_HID_ORTEK=m +CONFIG_HID_PANTHERLORD=m +CONFIG_HID_PETALYNX=m +CONFIG_HID_PICOLCD=m +CONFIG_HID_PICOLCD_BACKLIGHT=y +CONFIG_HID_PICOLCD_CIR=y +CONFIG_HID_PICOLCD_FB=y +CONFIG_HID_PICOLCD_LCD=y +CONFIG_HID_PICOLCD_LEDS=y +CONFIG_HID_PID=y +CONFIG_HID_PRIMAX=m +CONFIG_HID_PRODIKEYS=m +CONFIG_HID_PS3REMOTE=m +CONFIG_HID_ROCCAT=m +CONFIG_HID_SAITEK=m +CONFIG_HID_SAMSUNG=m +CONFIG_HID_SENSOR_ACCEL_3D=m +CONFIG_HID_SENSOR_ALS=m +# CONFIG_HID_SENSOR_ENUM_BASE_QUIRKS is not set +CONFIG_HID_SENSOR_GYRO_3D=m +CONFIG_HID_SENSOR_HUB=m +CONFIG_HID_SENSOR_IIO_COMMON=m +CONFIG_HID_SENSOR_IIO_TRIGGER=m +CONFIG_HID_SENSOR_MAGNETOMETER_3D=m +CONFIG_HID_SMARTJOYPLUS=m +CONFIG_HID_SONY=m +CONFIG_HID_SPEEDLINK=m +CONFIG_HID_SUNPLUS=m +CONFIG_HID_THRUSTMASTER=m +CONFIG_HID_TIVO=m +CONFIG_HID_TOPSEED=m +CONFIG_HID_TWINHAN=m +CONFIG_HID_UCLOGIC=m +CONFIG_HID_WACOM=m +CONFIG_HID_WALTOP=m +CONFIG_HID_WIIMOTE=m +CONFIG_HID_WIIMOTE_EXT=y +CONFIG_HID_ZEROPLUS=m +CONFIG_HID_ZYDACRON=m +CONFIG_HIGHMEM=y +# CONFIG_HIGHMEM4G is not set +CONFIG_HIGHMEM64G=y +CONFIG_HIGHPTE=y +CONFIG_HIGH_RES_TIMERS=y +# CONFIG_HIPPI is not set +CONFIG_HISAX_16_0=y +CONFIG_HISAX_16_3=y +CONFIG_HISAX_1TR6=y +CONFIG_HISAX_ASUSCOM=y +CONFIG_HISAX_AVM_A1=y +CONFIG_HISAX_AVM_A1_CS=m +CONFIG_HISAX_AVM_A1_PCMCIA=y +CONFIG_HISAX_BKM_A4T=y +# CONFIG_HISAX_DEBUG is not set +CONFIG_HISAX_DIEHLDIVA=y +CONFIG_HISAX_ELSA=y +CONFIG_HISAX_ELSA_CS=m +CONFIG_HISAX_ENTERNOW_PCI=y +CONFIG_HISAX_EURO=y +CONFIG_HISAX_FRITZPCI=y +CONFIG_HISAX_FRITZ_PCIPNP=m +CONFIG_HISAX_GAZEL=y +CONFIG_HISAX_HFC4S8S=m +CONFIG_HISAX_HFCS=y +CONFIG_HISAX_HFCUSB=m +CONFIG_HISAX_HFC_PCI=y +CONFIG_HISAX_HFC_SX=y +CONFIG_HISAX_HSTSAPHIR=y +CONFIG_HISAX_ISURF=y +CONFIG_HISAX_IX1MICROR2=y +CONFIG_HISAX_MAX_CARDS=8 +CONFIG_HISAX_MIC=y +CONFIG_HISAX_NETJET=y +CONFIG_HISAX_NETJET_U=y +CONFIG_HISAX_NI1=y +CONFIG_HISAX_NICCY=y +# CONFIG_HISAX_NO_KEYPAD is not set +# CONFIG_HISAX_NO_LLC is not set +# CONFIG_HISAX_NO_SENDCOMPLETE is not set +CONFIG_HISAX_S0BOX=y +CONFIG_HISAX_SCT_QUADRO=y +CONFIG_HISAX_SEDLBAUER=y +CONFIG_HISAX_SEDLBAUER_CS=m +CONFIG_HISAX_SPORTSTER=y +CONFIG_HISAX_ST5481=m +CONFIG_HISAX_TELEINT=y +CONFIG_HISAX_TELESPCI=y +CONFIG_HISAX_TELES_CS=m +CONFIG_HISAX_W6692=y +CONFIG_HMC6352=m +CONFIG_HOLTEK_FF=y +CONFIG_HOSTAP=m +CONFIG_HOSTAP_CS=m +CONFIG_HOSTAP_FIRMWARE=y +CONFIG_HOSTAP_FIRMWARE_NVRAM=y +CONFIG_HOSTAP_PCI=m +CONFIG_HOSTAP_PLX=m +CONFIG_HOSTESS_SV11=m +CONFIG_HOTPLUG=y +CONFIG_HOTPLUG_CPU=y +CONFIG_HOTPLUG_PCI=y +CONFIG_HOTPLUG_PCI_ACPI=m +CONFIG_HOTPLUG_PCI_ACPI_IBM=m +CONFIG_HOTPLUG_PCI_COMPAQ=m +CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM=y +CONFIG_HOTPLUG_PCI_CPCI=y +CONFIG_HOTPLUG_PCI_CPCI_GENERIC=m +CONFIG_HOTPLUG_PCI_CPCI_ZT5550=m +CONFIG_HOTPLUG_PCI_IBM=m +CONFIG_HOTPLUG_PCI_PCIE=y +CONFIG_HOTPLUG_PCI_SHPC=m +CONFIG_HP100=m +CONFIG_HPET=y +CONFIG_HPET_EMULATE_RTC=y +CONFIG_HPET_MMAP=y +CONFIG_HPET_TIMER=y +CONFIG_HPFS_FS=m +CONFIG_HPLAN=m +CONFIG_HPLAN_PLUS=m +CONFIG_HPWDT_NMI_DECODING=y +CONFIG_HP_ACCEL=m +CONFIG_HP_ILO=m +CONFIG_HP_WATCHDOG=m +CONFIG_HP_WMI=m +CONFIG_HSI=m +CONFIG_HSI_BOARDINFO=y +CONFIG_HSI_CHAR=m +CONFIG_HTC_EGPIO=y +CONFIG_HTC_I2CPLD=y +CONFIG_HTC_PASIC3=m +CONFIG_HT_IRQ=y +CONFIG_HUGETLBFS=y +CONFIG_HVC_DCC=y +CONFIG_HVC_DRIVER=y +CONFIG_HVC_IRQ=y +CONFIG_HVC_XEN=y +CONFIG_HVC_XEN_FRONTEND=y +CONFIG_HWMON=y +# CONFIG_HWMON_DEBUG_CHIP is not set +CONFIG_HWMON_VID=m +CONFIG_HWPOISON_INJECT=m +CONFIG_HWSPINLOCK=y +CONFIG_HWSPINLOCK_OMAP=y +CONFIG_HW_CONSOLE=y +CONFIG_HW_PERF_EVENTS=y +CONFIG_HW_RANDOM=y +CONFIG_HW_RANDOM_AMD=m +# CONFIG_HW_RANDOM_ATMEL is not set +CONFIG_HW_RANDOM_EXYNOS=m +CONFIG_HW_RANDOM_GEODE=m +CONFIG_HW_RANDOM_INTEL=m +CONFIG_HW_RANDOM_TIMERIOMEM=m +CONFIG_HW_RANDOM_TPM=m +CONFIG_HW_RANDOM_VIA=m +CONFIG_HW_RANDOM_VIRTIO=m +CONFIG_HYPERV=m +CONFIG_HYPERV_BALLOON=m +CONFIG_HYPERV_NET=m +CONFIG_HYPERV_STORAGE=m +CONFIG_HYPERV_UTILS=m +CONFIG_HYSDN=m +CONFIG_HYSDN_CAPI=y +# CONFIG_HZ_100 is not set +# CONFIG_HZ_1000 is not set +CONFIG_HZ_250=y +# CONFIG_HZ_300 is not set +CONFIG_I2C=y +CONFIG_I2C_ALGOBIT=m +CONFIG_I2C_ALGOPCA=m +CONFIG_I2C_ALI1535=m +CONFIG_I2C_ALI1563=m +CONFIG_I2C_ALI15X3=m +CONFIG_I2C_AMD756=m +CONFIG_I2C_AMD756_S4882=m +CONFIG_I2C_AMD8111=m +CONFIG_I2C_BOARDINFO=y +CONFIG_I2C_CBUS_GPIO=m +CONFIG_I2C_CHARDEV=m +CONFIG_I2C_COMPAT=y +# CONFIG_I2C_DEBUG_ALGO is not set +# CONFIG_I2C_DEBUG_BUS is not set +# CONFIG_I2C_DEBUG_CORE is not set +CONFIG_I2C_DESIGNWARE_CORE=m +CONFIG_I2C_DESIGNWARE_PCI=m +CONFIG_I2C_DESIGNWARE_PLATFORM=m +CONFIG_I2C_DIOLAN_U2C=m +CONFIG_I2C_EG20T=m +CONFIG_I2C_GPIO=m +CONFIG_I2C_HELPER_AUTO=y +CONFIG_I2C_HID=m +CONFIG_I2C_I801=m +CONFIG_I2C_IMX=y +CONFIG_I2C_INTEL_MID=m +CONFIG_I2C_ISCH=m +CONFIG_I2C_ISMT=m +CONFIG_I2C_MUX=m +CONFIG_I2C_MUX_GPIO=m +CONFIG_I2C_MUX_PCA9541=m +CONFIG_I2C_MUX_PCA954x=m +CONFIG_I2C_MUX_PINCTRL=m +CONFIG_I2C_NFORCE2=m +CONFIG_I2C_NFORCE2_S4985=m +CONFIG_I2C_NOMADIK=m +CONFIG_I2C_OCORES=m +CONFIG_I2C_OMAP=y +CONFIG_I2C_PARPORT=m +CONFIG_I2C_PARPORT_LIGHT=m +CONFIG_I2C_PCA_ISA=m +CONFIG_I2C_PCA_PLATFORM=m +CONFIG_I2C_PIIX4=m +# CONFIG_I2C_PXA_PCI is not set +CONFIG_I2C_SCMI=m +CONFIG_I2C_SI470X=m +CONFIG_I2C_SI4713=m +CONFIG_I2C_SIMTEC=m +CONFIG_I2C_SIS5595=m +CONFIG_I2C_SIS630=m +CONFIG_I2C_SIS96X=m +CONFIG_I2C_SMBUS=m +CONFIG_I2C_STUB=m +CONFIG_I2C_TAOS_EVM=m +CONFIG_I2C_TINY_USB=m +CONFIG_I2C_VERSATILE=m +CONFIG_I2C_VIA=m +CONFIG_I2C_VIAPRO=m +CONFIG_I2C_VIPERBOARD=m +CONFIG_I2C_XILINX=m +CONFIG_I2O=m +CONFIG_I2O_BLOCK=m +CONFIG_I2O_BUS=m +CONFIG_I2O_CONFIG=m +# CONFIG_I2O_CONFIG_OLD_IOCTL is not set +CONFIG_I2O_EXT_ADAPTEC=y +CONFIG_I2O_EXT_ADAPTEC_DMA64=y +CONFIG_I2O_LCT_NOTIFY_ON_CHANGES=y +CONFIG_I2O_PROC=m +CONFIG_I2O_SCSI=m +CONFIG_I6300ESB_WDT=m +CONFIG_I7300_IDLE=m +CONFIG_I7300_IDLE_IOAT_CHANNEL=y +CONFIG_I82092=m +CONFIG_I82365=m +CONFIG_I8253_LOCK=y +CONFIG_I8K=m +# CONFIG_IA32_AOUT is not set +CONFIG_IA32_EMULATION=y +CONFIG_IB700_WDT=m +CONFIG_IBMASR=m +CONFIG_IBM_ASM=m +CONFIG_IBM_RTL=m +CONFIG_ICPLUS_PHY=y +CONFIG_ICS932S401=m +CONFIG_ICST=y +# CONFIG_IDE is not set +CONFIG_IDEAPAD_LAPTOP=m +CONFIG_IDE_PHISON=m +CONFIG_IE6XX_WDT=m +CONFIG_IEEE802154=m +CONFIG_IEEE802154_6LOWPAN=m +CONFIG_IEEE802154_AT86RF230=m +CONFIG_IEEE802154_DRIVERS=m +# CONFIG_IEEE802154_FAKEHARD is not set +CONFIG_IEEE802154_FAKELB=m +CONFIG_IEEE802154_MRF24J40=m +CONFIG_IFB=m +CONFIG_IGB=m +CONFIG_IGBVF=m +CONFIG_IGB_DCA=y +CONFIG_IIO=m +CONFIG_IIO_ADIS_LIB=m +CONFIG_IIO_ADIS_LIB_BUFFER=y +CONFIG_IIO_BUFFER=y +CONFIG_IIO_BUFFER_CB=y +CONFIG_IIO_CONSUMERS_PER_TRIGGER=2 +CONFIG_IIO_GPIO_TRIGGER=m +CONFIG_IIO_KFIFO_BUF=m +CONFIG_IIO_PERIODIC_RTC_TRIGGER=m +CONFIG_IIO_SIMPLE_DUMMY=m +# CONFIG_IIO_SIMPLE_DUMMY_BUFFER is not set +# CONFIG_IIO_SIMPLE_DUMMY_EVENTS is not set +CONFIG_IIO_ST_HWMON=m +CONFIG_IIO_SW_RING=m +CONFIG_IIO_SYSFS_TRIGGER=m +CONFIG_IIO_TRIGGER=y +CONFIG_IIO_TRIGGERED_BUFFER=m +# CONFIG_IKCONFIG is not set +# CONFIG_IMA is not set +# CONFIG_IMX2_WDT is not set +# CONFIG_IMX_DMA is not set +# CONFIG_IMX_SDMA is not set +CONFIG_INET=y +CONFIG_INET6_AH=m +CONFIG_INET6_ESP=m +CONFIG_INET6_IPCOMP=m +CONFIG_INET6_TUNNEL=m +CONFIG_INET6_XFRM_MODE_BEET=m +CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION=m +CONFIG_INET6_XFRM_MODE_TRANSPORT=m +CONFIG_INET6_XFRM_MODE_TUNNEL=m +CONFIG_INET6_XFRM_TUNNEL=m +CONFIG_INET_AH=m +CONFIG_INET_DCCP_DIAG=m +CONFIG_INET_DIAG=m +CONFIG_INET_ESP=m +CONFIG_INET_IPCOMP=m +CONFIG_INET_LRO=y +CONFIG_INET_TCP_DIAG=m +CONFIG_INET_TUNNEL=m +CONFIG_INET_UDP_DIAG=m +CONFIG_INET_XFRM_MODE_BEET=m +CONFIG_INET_XFRM_MODE_TRANSPORT=m +CONFIG_INET_XFRM_MODE_TUNNEL=m +CONFIG_INET_XFRM_TUNNEL=m +CONFIG_INFINIBAND=m +CONFIG_INFINIBAND_ADDR_TRANS=y +CONFIG_INFINIBAND_AMSO1100=m +# CONFIG_INFINIBAND_AMSO1100_DEBUG is not set +CONFIG_INFINIBAND_CXGB3=m +# CONFIG_INFINIBAND_CXGB3_DEBUG is not set +CONFIG_INFINIBAND_CXGB4=m +CONFIG_INFINIBAND_IPATH=m +CONFIG_INFINIBAND_IPOIB=m +CONFIG_INFINIBAND_IPOIB_CM=y +# CONFIG_INFINIBAND_IPOIB_DEBUG is not set +CONFIG_INFINIBAND_ISER=m +CONFIG_INFINIBAND_MTHCA=m +# CONFIG_INFINIBAND_MTHCA_DEBUG is not set +CONFIG_INFINIBAND_NES=m +# CONFIG_INFINIBAND_NES_DEBUG is not set +CONFIG_INFINIBAND_OCRDMA=m +CONFIG_INFINIBAND_QIB=m +CONFIG_INFINIBAND_SRP=m +CONFIG_INFINIBAND_SRPT=m +CONFIG_INFINIBAND_USER_ACCESS=m +CONFIG_INFINIBAND_USER_MAD=m +CONFIG_INFINIBAND_USER_MEM=y +CONFIG_INFTL=m +CONFIG_INITRAMFS_SOURCE="" +CONFIG_INIT_ENV_ARG_LIMIT=32 +CONFIG_INIT_PASS_ALL_PARAMS=y +CONFIG_INLINE_READ_UNLOCK=y +CONFIG_INLINE_READ_UNLOCK_IRQ=y +CONFIG_INLINE_SPIN_UNLOCK_IRQ=y +CONFIG_INLINE_WRITE_UNLOCK=y +CONFIG_INLINE_WRITE_UNLOCK_IRQ=y +CONFIG_INOTIFY_USER=y +CONFIG_INPUT=y +CONFIG_INPUT_88PM80X_ONKEY=m +CONFIG_INPUT_88PM860X_ONKEY=m +CONFIG_INPUT_AD714X=m +CONFIG_INPUT_AD714X_I2C=m +CONFIG_INPUT_AD714X_SPI=m +CONFIG_INPUT_ADXL34X=m +CONFIG_INPUT_ADXL34X_I2C=m +CONFIG_INPUT_ADXL34X_SPI=m +CONFIG_INPUT_APANEL=m +CONFIG_INPUT_ARIZONA_HAPTICS=m +CONFIG_INPUT_ATI_REMOTE2=m +CONFIG_INPUT_ATLAS_BTNS=m +CONFIG_INPUT_BMA150=m +CONFIG_INPUT_CM109=m +CONFIG_INPUT_CMA3000=m +CONFIG_INPUT_CMA3000_I2C=m +CONFIG_INPUT_DA9052_ONKEY=m +CONFIG_INPUT_DA9055_ONKEY=m +CONFIG_INPUT_EVBUG=m +CONFIG_INPUT_EVDEV=y +CONFIG_INPUT_FF_MEMLESS=m +CONFIG_INPUT_GP2A=m +CONFIG_INPUT_GPIO_ROTARY_ENCODER=m +CONFIG_INPUT_GPIO_TILT_POLLED=m +CONFIG_INPUT_JOYDEV=m +CONFIG_INPUT_JOYSTICK=y +CONFIG_INPUT_KEYBOARD=y +CONFIG_INPUT_KEYSPAN_REMOTE=m +CONFIG_INPUT_KXTJ9=m +# CONFIG_INPUT_KXTJ9_POLLED_MODE is not set +CONFIG_INPUT_MATRIXKMAP=m +CONFIG_INPUT_MAX8925_ONKEY=m +CONFIG_INPUT_MC13783_PWRBUTTON=m +CONFIG_INPUT_MISC=y +CONFIG_INPUT_MMA8450=m +CONFIG_INPUT_MOUSE=y +CONFIG_INPUT_MOUSEDEV=y +CONFIG_INPUT_MOUSEDEV_PSAUX=y +CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 +CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 +CONFIG_INPUT_MPU3050=m +CONFIG_INPUT_PCAP=m +CONFIG_INPUT_PCF50633_PMU=m +CONFIG_INPUT_PCF8574=m +CONFIG_INPUT_PCSPKR=m +CONFIG_INPUT_POLLDEV=m +CONFIG_INPUT_POWERMATE=m +CONFIG_INPUT_PWM_BEEPER=m +CONFIG_INPUT_RETU_PWRBUTTON=m +CONFIG_INPUT_SPARSEKMAP=m +CONFIG_INPUT_TABLET=y +CONFIG_INPUT_TOUCHSCREEN=y +CONFIG_INPUT_TWL4030_PWRBUTTON=m +CONFIG_INPUT_TWL4030_VIBRA=m +CONFIG_INPUT_TWL6040_VIBRA=m +CONFIG_INPUT_UINPUT=y +CONFIG_INPUT_WISTRON_BTNS=m +CONFIG_INPUT_WM831X_ON=m +CONFIG_INPUT_XEN_KBDDEV_FRONTEND=m +CONFIG_INPUT_YEALINK=m +CONFIG_INSTRUCTION_DECODER=y +CONFIG_INTEGRITY=y +CONFIG_INTEGRITY_SIGNATURE=y +CONFIG_INTEL_IDLE=y +CONFIG_INTEL_IOATDMA=m +CONFIG_INTEL_IOMMU=y +# CONFIG_INTEL_IOMMU_DEFAULT_ON is not set +CONFIG_INTEL_IOMMU_FLOPPY_WA=y +CONFIG_INTEL_IPS=m +CONFIG_INTEL_MEI=m +CONFIG_INTEL_MENLOW=m +CONFIG_INTEL_MFLD_THERMAL=m +CONFIG_INTEL_MID_DMAC=m +CONFIG_INTEL_MID_POWER_BUTTON=m +CONFIG_INTEL_MID_PTI=m +CONFIG_INTEL_OAKTRAIL=m +CONFIG_INTEL_SCU_IPC=y +CONFIG_INTEL_SCU_IPC_UTIL=m +CONFIG_INTEL_TXT=y +CONFIG_INTERVAL_TREE_TEST=m +CONFIG_IOMMU_API=y +# CONFIG_IOMMU_DEBUG is not set +CONFIG_IOMMU_HELPER=y +# CONFIG_IOMMU_STRESS is not set +CONFIG_IOMMU_SUPPORT=y +CONFIG_IOSCHED_CFQ=y +CONFIG_IOSCHED_DEADLINE=y +CONFIG_IOSCHED_NOOP=y +# CONFIG_IO_DELAY_0X80 is not set +CONFIG_IO_DELAY_0XED=y +# CONFIG_IO_DELAY_NONE is not set +CONFIG_IO_DELAY_TYPE_0X80=0 +CONFIG_IO_DELAY_TYPE_0XED=1 +CONFIG_IO_DELAY_TYPE_NONE=3 +CONFIG_IO_DELAY_TYPE_UDELAY=2 +# CONFIG_IO_DELAY_UDELAY is not set +CONFIG_IP1000=m +CONFIG_IP6_NF_FILTER=m +CONFIG_IP6_NF_IPTABLES=m +CONFIG_IP6_NF_MANGLE=m +CONFIG_IP6_NF_MATCH_AH=m +CONFIG_IP6_NF_MATCH_EUI64=m +CONFIG_IP6_NF_MATCH_FRAG=m +CONFIG_IP6_NF_MATCH_HL=m +CONFIG_IP6_NF_MATCH_IPV6HEADER=m +CONFIG_IP6_NF_MATCH_MH=m +CONFIG_IP6_NF_MATCH_OPTS=m +CONFIG_IP6_NF_MATCH_RPFILTER=m +CONFIG_IP6_NF_MATCH_RT=m +CONFIG_IP6_NF_RAW=m +CONFIG_IP6_NF_SECURITY=m +CONFIG_IP6_NF_TARGET_HL=m +CONFIG_IP6_NF_TARGET_MASQUERADE=m +CONFIG_IP6_NF_TARGET_NPT=m +CONFIG_IP6_NF_TARGET_REJECT=m +CONFIG_IPACK_BUS=m +CONFIG_IPC_NS=y +CONFIG_IPDDP=m +CONFIG_IPDDP_DECAP=y +CONFIG_IPDDP_ENCAP=y +CONFIG_IPMI_DEVICE_INTERFACE=m +CONFIG_IPMI_HANDLER=m +# CONFIG_IPMI_PANIC_EVENT is not set +CONFIG_IPMI_POWEROFF=m +CONFIG_IPMI_SI=m +CONFIG_IPMI_WATCHDOG=m +CONFIG_IPPP_FILTER=y +CONFIG_IPV6=y +CONFIG_IPV6_GRE=m +CONFIG_IPV6_MIP6=m +CONFIG_IPV6_MROUTE=y +CONFIG_IPV6_MROUTE_MULTIPLE_TABLES=y +CONFIG_IPV6_MULTIPLE_TABLES=y +CONFIG_IPV6_NDISC_NODETYPE=y +# CONFIG_IPV6_OPTIMISTIC_DAD is not set +CONFIG_IPV6_PIMSM_V2=y +CONFIG_IPV6_PRIVACY=y +CONFIG_IPV6_ROUTER_PREF=y +CONFIG_IPV6_ROUTE_INFO=y +CONFIG_IPV6_SIT=m +CONFIG_IPV6_SIT_6RD=y +CONFIG_IPV6_SUBTREES=y +CONFIG_IPV6_TUNNEL=m +CONFIG_IPW2100=m +# CONFIG_IPW2100_DEBUG is not set +CONFIG_IPW2100_MONITOR=y +CONFIG_IPW2200=m +# CONFIG_IPW2200_DEBUG is not set +CONFIG_IPW2200_MONITOR=y +CONFIG_IPW2200_PROMISCUOUS=y +CONFIG_IPW2200_QOS=y +CONFIG_IPW2200_RADIOTAP=y +CONFIG_IPWIRELESS=m +CONFIG_IPX=m +# CONFIG_IPX_INTERN is not set +CONFIG_IP_ADVANCED_ROUTER=y +CONFIG_IP_DCCP=m +# CONFIG_IP_DCCP_CCID2_DEBUG is not set +# CONFIG_IP_DCCP_CCID3 is not set +# CONFIG_IP_DCCP_DEBUG is not set +CONFIG_IP_FIB_TRIE_STATS=y +CONFIG_IP_MROUTE=y +# CONFIG_IP_MROUTE_MULTIPLE_TABLES is not set +CONFIG_IP_MULTICAST=y +CONFIG_IP_MULTIPLE_TABLES=y +CONFIG_IP_NF_ARPFILTER=m +CONFIG_IP_NF_ARPTABLES=m +CONFIG_IP_NF_ARP_MANGLE=m +CONFIG_IP_NF_FILTER=m +CONFIG_IP_NF_IPTABLES=m +CONFIG_IP_NF_MANGLE=m +CONFIG_IP_NF_MATCH_AH=m +CONFIG_IP_NF_MATCH_ECN=m +CONFIG_IP_NF_MATCH_RPFILTER=m +CONFIG_IP_NF_MATCH_TTL=m +# CONFIG_IP_NF_QUEUE is not set +CONFIG_IP_NF_RAW=m +CONFIG_IP_NF_SECURITY=m +CONFIG_IP_NF_TARGET_CLUSTERIP=m +CONFIG_IP_NF_TARGET_ECN=m +CONFIG_IP_NF_TARGET_MASQUERADE=m +CONFIG_IP_NF_TARGET_NETMAP=m +CONFIG_IP_NF_TARGET_REDIRECT=m +CONFIG_IP_NF_TARGET_REJECT=m +CONFIG_IP_NF_TARGET_TTL=m +CONFIG_IP_NF_TARGET_ULOG=m +CONFIG_IP_PIMSM_V1=y +CONFIG_IP_PIMSM_V2=y +CONFIG_IP_PNP=y +# CONFIG_IP_PNP_BOOTP is not set +CONFIG_IP_PNP_DHCP=y +# CONFIG_IP_PNP_RARP is not set +CONFIG_IP_ROUTE_CLASSID=y +CONFIG_IP_ROUTE_MULTIPATH=y +CONFIG_IP_ROUTE_VERBOSE=y +CONFIG_IP_SCTP=m +CONFIG_IP_SET=m +CONFIG_IP_SET_BITMAP_IP=m +CONFIG_IP_SET_BITMAP_IPMAC=m +CONFIG_IP_SET_BITMAP_PORT=m +CONFIG_IP_SET_HASH_IP=m +CONFIG_IP_SET_HASH_IPPORT=m +CONFIG_IP_SET_HASH_IPPORTIP=m +CONFIG_IP_SET_HASH_IPPORTNET=m +CONFIG_IP_SET_HASH_NET=m +CONFIG_IP_SET_HASH_NETIFACE=m +CONFIG_IP_SET_HASH_NETPORT=m +CONFIG_IP_SET_LIST_SET=m +CONFIG_IP_SET_MAX=256 +CONFIG_IP_VS=m +# CONFIG_IP_VS_DEBUG is not set +CONFIG_IP_VS_DH=m +CONFIG_IP_VS_FTP=m +# CONFIG_IP_VS_IPV6 is not set +CONFIG_IP_VS_LBLC=m +CONFIG_IP_VS_LBLCR=m +CONFIG_IP_VS_LC=m +CONFIG_IP_VS_NFCT=y +CONFIG_IP_VS_NQ=m +CONFIG_IP_VS_PE_SIP=m +CONFIG_IP_VS_PROTO_AH=y +CONFIG_IP_VS_PROTO_AH_ESP=y +CONFIG_IP_VS_PROTO_ESP=y +CONFIG_IP_VS_PROTO_SCTP=y +CONFIG_IP_VS_PROTO_TCP=y +CONFIG_IP_VS_PROTO_UDP=y +CONFIG_IP_VS_RR=m +CONFIG_IP_VS_SED=m +CONFIG_IP_VS_SH=m +CONFIG_IP_VS_SH_TAB_BITS=8 +CONFIG_IP_VS_TAB_BITS=12 +CONFIG_IP_VS_WLC=m +CONFIG_IP_VS_WRR=m +CONFIG_IRCOMM=m +CONFIG_IRDA=m +CONFIG_IRDA_CACHE_LAST_LSAP=y +# CONFIG_IRDA_DEBUG is not set +CONFIG_IRDA_FAST_RR=y +CONFIG_IRDA_ULTRA=y +CONFIG_IRLAN=m +CONFIG_IRNET=m +# CONFIG_IRQSOFF_TRACER is not set +CONFIG_IRQ_DOMAIN=y +# CONFIG_IRQ_DOMAIN_DEBUG is not set +CONFIG_IRQ_FORCED_THREADING=y +CONFIG_IRQ_REMAP=y +# CONFIG_IRQ_TIME_ACCOUNTING is not set +CONFIG_IRQ_WORK=y +CONFIG_IRTTY_SIR=m +CONFIG_IR_ENE=m +CONFIG_IR_FINTEK=m +CONFIG_IR_GPIO_CIR=m +CONFIG_IR_IGUANA=m +CONFIG_IR_IMON=m +CONFIG_IR_ITE_CIR=m +CONFIG_IR_JVC_DECODER=m +CONFIG_IR_LIRC_CODEC=m +CONFIG_IR_MCEUSB=m +CONFIG_IR_MCE_KBD_DECODER=m +CONFIG_IR_NEC_DECODER=m +CONFIG_IR_NUVOTON=m +CONFIG_IR_RC5_DECODER=m +CONFIG_IR_RC5_SZ_DECODER=m +CONFIG_IR_RC6_DECODER=m +CONFIG_IR_REDRAT3=m +CONFIG_IR_SANYO_DECODER=m +CONFIG_IR_SONY_DECODER=m +CONFIG_IR_STREAMZAP=m +CONFIG_IR_TTUSBIR=m +CONFIG_IR_WINBOND_CIR=m +CONFIG_ISA=y +CONFIG_ISAPNP=y +CONFIG_ISA_DMA_API=y +CONFIG_ISCSI_BOOT_SYSFS=m +CONFIG_ISCSI_IBFT=m +CONFIG_ISCSI_IBFT_FIND=y +CONFIG_ISCSI_TARGET=m +CONFIG_ISCSI_TCP=m +CONFIG_ISDN=y +CONFIG_ISDN_AUDIO=y +CONFIG_ISDN_CAPI=m +CONFIG_ISDN_CAPI_CAPI20=m +CONFIG_ISDN_CAPI_CAPIDRV=m +CONFIG_ISDN_CAPI_MIDDLEWARE=y +CONFIG_ISDN_DIVAS=m +CONFIG_ISDN_DIVAS_BRIPCI=y +CONFIG_ISDN_DIVAS_DIVACAPI=m +CONFIG_ISDN_DIVAS_MAINT=m +CONFIG_ISDN_DIVAS_PRIPCI=y +CONFIG_ISDN_DIVAS_USERIDI=m +CONFIG_ISDN_DIVERSION=m +CONFIG_ISDN_DRV_ACT2000=m +CONFIG_ISDN_DRV_AVMB1_AVM_CS=m +CONFIG_ISDN_DRV_AVMB1_B1ISA=m +CONFIG_ISDN_DRV_AVMB1_B1PCI=m +CONFIG_ISDN_DRV_AVMB1_B1PCIV4=y +CONFIG_ISDN_DRV_AVMB1_B1PCMCIA=m +CONFIG_ISDN_DRV_AVMB1_C4=m +CONFIG_ISDN_DRV_AVMB1_T1ISA=m +CONFIG_ISDN_DRV_AVMB1_T1PCI=m +CONFIG_ISDN_DRV_AVMB1_VERBOSE_REASON=y +CONFIG_ISDN_DRV_GIGASET=m +CONFIG_ISDN_DRV_HISAX=m +CONFIG_ISDN_DRV_ICN=m +CONFIG_ISDN_DRV_PCBIT=m +CONFIG_ISDN_DRV_SC=m +CONFIG_ISDN_HDLC=m +CONFIG_ISDN_I4L=m +CONFIG_ISDN_MPP=y +CONFIG_ISDN_PPP=y +CONFIG_ISDN_PPP_BSDCOMP=m +CONFIG_ISDN_PPP_VJ=y +CONFIG_ISDN_TTY_FAX=y +CONFIG_ISDN_X25=y +CONFIG_ISI=m +CONFIG_ISL29003=m +CONFIG_ISL29020=m +CONFIG_ISO9660_FS=m +CONFIG_IT8712F_WDT=m +CONFIG_IT87_WDT=m +CONFIG_ITCO_VENDOR_SUPPORT=y +CONFIG_ITCO_WDT=m +CONFIG_IWL3945=m +CONFIG_IWL4965=m +CONFIG_IWLDVM=m +CONFIG_IWLEGACY=m +# CONFIG_IWLEGACY_DEBUG is not set +CONFIG_IWLEGACY_DEBUGFS=y +CONFIG_IWLWIFI=m +# CONFIG_IWLWIFI_DEBUG is not set +CONFIG_IWLWIFI_DEBUGFS=y +CONFIG_IWLWIFI_DEVICE_TESTMODE=y +CONFIG_IWLWIFI_DEVICE_TRACING=y +# CONFIG_IWLWIFI_P2P is not set +CONFIG_IXGB=m +CONFIG_IXGBE=m +CONFIG_IXGBEVF=m +CONFIG_IXGBE_DCA=y +CONFIG_IXGBE_DCB=y +CONFIG_IXGBE_HWMON=y +CONFIG_JBD=y +CONFIG_JBD2=y +# CONFIG_JBD2_DEBUG is not set +# CONFIG_JBD_DEBUG is not set +CONFIG_JFFS2_CMODE_FAVOURLZO=y +# CONFIG_JFFS2_CMODE_NONE is not set +# CONFIG_JFFS2_CMODE_PRIORITY is not set +# CONFIG_JFFS2_CMODE_SIZE is not set +CONFIG_JFFS2_COMPRESSION_OPTIONS=y +CONFIG_JFFS2_FS=m +CONFIG_JFFS2_FS_DEBUG=0 +# CONFIG_JFFS2_FS_WBUF_VERIFY is not set +CONFIG_JFFS2_FS_WRITEBUFFER=y +# CONFIG_JFFS2_FS_XATTR is not set +CONFIG_JFFS2_LZO=y +CONFIG_JFFS2_RTIME=y +# CONFIG_JFFS2_RUBIN is not set +# CONFIG_JFFS2_SUMMARY is not set +CONFIG_JFFS2_ZLIB=y +# CONFIG_JFS_DEBUG is not set +CONFIG_JFS_FS=m +CONFIG_JFS_POSIX_ACL=y +CONFIG_JFS_SECURITY=y +CONFIG_JFS_STATISTICS=y +CONFIG_JME=m +CONFIG_JOLIET=y +CONFIG_JOYSTICK_A3D=m +CONFIG_JOYSTICK_ADI=m +CONFIG_JOYSTICK_ANALOG=m +CONFIG_JOYSTICK_AS5011=m +CONFIG_JOYSTICK_COBRA=m +CONFIG_JOYSTICK_DB9=m +CONFIG_JOYSTICK_GAMECON=m +CONFIG_JOYSTICK_GF2K=m +CONFIG_JOYSTICK_GRIP=m +CONFIG_JOYSTICK_GRIP_MP=m +CONFIG_JOYSTICK_GUILLEMOT=m +CONFIG_JOYSTICK_IFORCE=m +CONFIG_JOYSTICK_IFORCE_232=y +CONFIG_JOYSTICK_IFORCE_USB=y +CONFIG_JOYSTICK_INTERACT=m +CONFIG_JOYSTICK_JOYDUMP=m +CONFIG_JOYSTICK_MAGELLAN=m +CONFIG_JOYSTICK_SIDEWINDER=m +CONFIG_JOYSTICK_SPACEBALL=m +CONFIG_JOYSTICK_SPACEORB=m +CONFIG_JOYSTICK_STINGER=m +CONFIG_JOYSTICK_TMDC=m +CONFIG_JOYSTICK_TURBOGRAFX=m +CONFIG_JOYSTICK_TWIDJOY=m +CONFIG_JOYSTICK_WALKERA0701=m +CONFIG_JOYSTICK_WARRIOR=m +CONFIG_JOYSTICK_XPAD=m +CONFIG_JOYSTICK_XPAD_FF=y +CONFIG_JOYSTICK_XPAD_LEDS=y +CONFIG_JOYSTICK_ZHENHUA=m +CONFIG_JUMP_LABEL=y +CONFIG_KALLSYMS=y +CONFIG_KALLSYMS_ALL=y +CONFIG_KARMA_PARTITION=y +CONFIG_KDB_KEYBOARD=y +# CONFIG_KERNEL_BZIP2 is not set +CONFIG_KERNEL_GZIP=y +# CONFIG_KERNEL_LZMA is not set +# CONFIG_KERNEL_LZO is not set +# CONFIG_KERNEL_XZ is not set +CONFIG_KEXEC=y +CONFIG_KEXEC_JUMP=y +CONFIG_KEYBOARD_ADP5520=m +CONFIG_KEYBOARD_ADP5588=m +CONFIG_KEYBOARD_ADP5589=m +CONFIG_KEYBOARD_ATKBD=y +CONFIG_KEYBOARD_GPIO=m +CONFIG_KEYBOARD_GPIO_POLLED=m +CONFIG_KEYBOARD_IMX=m +CONFIG_KEYBOARD_LKKBD=m +CONFIG_KEYBOARD_LM8323=m +CONFIG_KEYBOARD_LM8333=m +CONFIG_KEYBOARD_MATRIX=m +CONFIG_KEYBOARD_MAX7359=m +CONFIG_KEYBOARD_MCS=m +CONFIG_KEYBOARD_MPR121=m +CONFIG_KEYBOARD_NEWTON=m +CONFIG_KEYBOARD_OMAP4=m +CONFIG_KEYBOARD_OPENCORES=m +CONFIG_KEYBOARD_QT1070=m +CONFIG_KEYBOARD_QT2160=m +CONFIG_KEYBOARD_SAMSUNG=m +CONFIG_KEYBOARD_STMPE=m +CONFIG_KEYBOARD_STOWAWAY=m +CONFIG_KEYBOARD_SUNKBD=m +CONFIG_KEYBOARD_TC3589X=m +CONFIG_KEYBOARD_TCA6416=m +CONFIG_KEYBOARD_TCA8418=m +CONFIG_KEYBOARD_TWL4030=m +CONFIG_KEYBOARD_XTKBD=m +CONFIG_KEYS=y +CONFIG_KEYS_COMPAT=y +# CONFIG_KEYS_DEBUG_PROC_KEYS is not set +CONFIG_KGDB=y +CONFIG_KGDB_KDB=y +CONFIG_KGDB_LOW_LEVEL_TRAP=y +CONFIG_KGDB_SERIAL_CONSOLE=y +# CONFIG_KGDB_TESTS is not set +CONFIG_KINGSUN_DONGLE=m +CONFIG_KPROBES=y +# CONFIG_KPROBES_SANITY_TEST is not set +CONFIG_KPROBE_EVENT=y +CONFIG_KRETPROBES=y +CONFIG_KS0108=m +CONFIG_KS0108_DELAY=2 +CONFIG_KS0108_PORT=0x378 +CONFIG_KS8842=m +CONFIG_KS8851=m +CONFIG_KS8851_MLL=m +CONFIG_KS959_DONGLE=m +CONFIG_KSDAZZLE_DONGLE=m +CONFIG_KSZ884X_PCI=m +CONFIG_KTIME_SCALAR=y +CONFIG_KVM=m +CONFIG_KVM_AMD=m +CONFIG_KVM_APIC_ARCHITECTURE=y +CONFIG_KVM_ASYNC_PF=y +CONFIG_KVM_GUEST=y +CONFIG_KVM_INTEL=m +CONFIG_KVM_MMIO=y +# CONFIG_KVM_MMU_AUDIT is not set +CONFIG_KXSD9=m +CONFIG_L2TP=m +CONFIG_L2TP_DEBUGFS=m +# CONFIG_L2TP_V3 is not set +CONFIG_LANCE=m +CONFIG_LANMEDIA=m +CONFIG_LAPB=m +CONFIG_LAPBETHER=m +CONFIG_LATENCYTOP=y +CONFIG_LBDAF=y +CONFIG_LCD_AMS369FG06=m +CONFIG_LCD_CLASS_DEVICE=m +CONFIG_LCD_ILI9320=m +CONFIG_LCD_L4F00242T03=m +CONFIG_LCD_LD9040=m +CONFIG_LCD_LMS283GF05=m +CONFIG_LCD_LTV350QV=m +CONFIG_LCD_PLATFORM=m +CONFIG_LCD_S6E63M0=m +CONFIG_LCD_TDO24M=m +CONFIG_LCD_VGG2432A4=m +# CONFIG_LDM_DEBUG is not set +CONFIG_LDM_PARTITION=y +CONFIG_LEDS_88PM860X=m +CONFIG_LEDS_ADP5520=m +CONFIG_LEDS_ASIC3=y +CONFIG_LEDS_ATMEL_PWM=m +CONFIG_LEDS_BD2802=m +CONFIG_LEDS_BLINKM=m +CONFIG_LEDS_CLASS=y +CONFIG_LEDS_CLEVO_MAIL=m +CONFIG_LEDS_DA903X=m +CONFIG_LEDS_DA9052=m +CONFIG_LEDS_DAC124S085=m +CONFIG_LEDS_DELL_NETBOOKS=m +CONFIG_LEDS_GPIO=m +CONFIG_LEDS_INTEL_SS4200=m +CONFIG_LEDS_LM3530=m +CONFIG_LEDS_LM3533=m +CONFIG_LEDS_LM355x=m +CONFIG_LEDS_LM3642=m +CONFIG_LEDS_LP3944=m +CONFIG_LEDS_LP5521=m +CONFIG_LEDS_LP5523=m +CONFIG_LEDS_LP8788=m +CONFIG_LEDS_LT3593=m +CONFIG_LEDS_MAX8997=m +CONFIG_LEDS_MC13783=m +CONFIG_LEDS_NET48XX=m +CONFIG_LEDS_OT200=m +CONFIG_LEDS_PCA9532=m +CONFIG_LEDS_PCA9532_GPIO=y +CONFIG_LEDS_PCA955X=m +CONFIG_LEDS_PCA9633=m +CONFIG_LEDS_REGULATOR=m +CONFIG_LEDS_RENESAS_TPU=y +CONFIG_LEDS_TCA6507=m +CONFIG_LEDS_TRIGGERS=y +CONFIG_LEDS_TRIGGER_BACKLIGHT=m +CONFIG_LEDS_TRIGGER_CPU=y +CONFIG_LEDS_TRIGGER_DEFAULT_ON=m +CONFIG_LEDS_TRIGGER_GPIO=m +CONFIG_LEDS_TRIGGER_HEARTBEAT=m +CONFIG_LEDS_TRIGGER_ONESHOT=m +CONFIG_LEDS_TRIGGER_TIMER=m +CONFIG_LEDS_TRIGGER_TRANSIENT=m +CONFIG_LEDS_WM831X_STATUS=m +CONFIG_LEDS_WM8350=m +CONFIG_LEDS_WRAP=m +CONFIG_LEGACY_PTYS=y +CONFIG_LEGACY_PTY_COUNT=0 +# CONFIG_LGUEST is not set +# CONFIG_LGUEST_GUEST is not set +CONFIG_LIB80211=m +CONFIG_LIB80211_CRYPT_CCMP=m +CONFIG_LIB80211_CRYPT_TKIP=m +CONFIG_LIB80211_CRYPT_WEP=m +# CONFIG_LIB80211_DEBUG is not set +CONFIG_LIBCRC32C=m +CONFIG_LIBERTAS=m +CONFIG_LIBERTAS_CS=m +# CONFIG_LIBERTAS_DEBUG is not set +CONFIG_LIBERTAS_MESH=y +CONFIG_LIBERTAS_SDIO=m +CONFIG_LIBERTAS_SPI=m +CONFIG_LIBERTAS_THINFIRM=m +# CONFIG_LIBERTAS_THINFIRM_DEBUG is not set +CONFIG_LIBERTAS_THINFIRM_USB=m +CONFIG_LIBERTAS_USB=m +CONFIG_LIBFC=m +CONFIG_LIBFCOE=m +CONFIG_LIBIPW=m +# CONFIG_LIBIPW_DEBUG is not set +CONFIG_LINE6_USB=m +# CONFIG_LINE6_USB_DUMP_PCM is not set +# CONFIG_LINE6_USB_IMPULSE_RESPONSE is not set +CONFIG_LIRC=m +CONFIG_LIRC_BT829=m +CONFIG_LIRC_IGORPLUGUSB=m +CONFIG_LIRC_IMON=m +CONFIG_LIRC_PARALLEL=m +CONFIG_LIRC_SASEM=m +CONFIG_LIRC_SERIAL=m +CONFIG_LIRC_SERIAL_TRANSMITTER=y +CONFIG_LIRC_SIR=m +CONFIG_LIRC_STAGING=y +CONFIG_LIRC_ZILOG=m +CONFIG_LIS3L02DQ_BUF_KFIFO=y +# CONFIG_LIS3L02DQ_BUF_RING_SW is not set +CONFIG_LITELINK_DONGLE=m +# CONFIG_LKDTM is not set +CONFIG_LLC=m +CONFIG_LLC2=m +CONFIG_LNE390=m +CONFIG_LOCALVERSION="" +# CONFIG_LOCALVERSION_AUTO is not set +CONFIG_LOCAL_TIMERS=y +CONFIG_LOCKD=m +CONFIG_LOCKDEP_SUPPORT=y +CONFIG_LOCKD_V4=y +CONFIG_LOCKUP_DETECTOR=y +# CONFIG_LOCK_STAT is not set +# CONFIG_LOGFS is not set +CONFIG_LOGIG940_FF=y +CONFIG_LOGIRUMBLEPAD2_FF=y +CONFIG_LOGITECH_FF=y +CONFIG_LOGIWHEELS_FF=y +# CONFIG_LOGO is not set +CONFIG_LOG_BUF_SHIFT=17 +CONFIG_LOOPBACK_TARGET=m +CONFIG_LP486E=m +CONFIG_LP8788_ADC=y +CONFIG_LPC_ICH=m +CONFIG_LPC_SCH=m +# CONFIG_LP_CONSOLE is not set +CONFIG_LRU_CACHE=m +CONFIG_LSI_ET1011C_PHY=y +CONFIG_LSM_MMAP_MIN_ADDR=0 +CONFIG_LTPC=m +CONFIG_LXT_PHY=y +CONFIG_LZO_COMPRESS=y +CONFIG_LZO_DECOMPRESS=y +CONFIG_M25PXX_USE_FAST_READ=y +# CONFIG_M486 is not set +# CONFIG_M586 is not set +# CONFIG_M586MMX is not set +# CONFIG_M586TSC is not set +CONFIG_M686=y +CONFIG_MA600_DONGLE=m +CONFIG_MAC80211=m +CONFIG_MAC80211_DEBUGFS=y +# CONFIG_MAC80211_DEBUG_MENU is not set +CONFIG_MAC80211_HAS_RC=y +CONFIG_MAC80211_HWSIM=m +CONFIG_MAC80211_LEDS=y +CONFIG_MAC80211_MESH=y +CONFIG_MAC80211_MESSAGE_TRACING=y +CONFIG_MAC80211_RC_DEFAULT="minstrel_ht" +CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y +# CONFIG_MAC80211_RC_DEFAULT_PID is not set +CONFIG_MAC80211_RC_MINSTREL=y +CONFIG_MAC80211_RC_MINSTREL_HT=y +CONFIG_MAC80211_RC_PID=y +CONFIG_MAC802154=m +CONFIG_MACB=m +CONFIG_MACHZ_WDT=m +# CONFIG_MACH_CM_T35 is not set +CONFIG_MACH_CM_T3517=y +# CONFIG_MACH_CRANEBOARD is not set +# CONFIG_MACH_DEVKIT8000 is not set +# CONFIG_MACH_EUKREA_CPUIMX51SD is not set +CONFIG_MACH_IGEP0020=y +CONFIG_MACH_IGEP0030=y +# CONFIG_MACH_IMX51_DT is not set +# CONFIG_MACH_MX51_3DS is not set +# CONFIG_MACH_MX51_BABBAGE is not set +CONFIG_MACH_NOKIA_RM680=y +# CONFIG_MACH_NOKIA_RX51 is not set +# CONFIG_MACH_OMAP3517EVM is not set +CONFIG_MACH_OMAP3530_LV_SOM=y +CONFIG_MACH_OMAP3EVM=y +CONFIG_MACH_OMAP3_BEAGLE=y +CONFIG_MACH_OMAP3_PANDORA=y +CONFIG_MACH_OMAP3_TORPEDO=y +CONFIG_MACH_OMAP4_PANDA=y +CONFIG_MACH_OMAP_3430SDP=y +CONFIG_MACH_OMAP_3630SDP=y +CONFIG_MACH_OMAP_4430SDP=y +CONFIG_MACH_OMAP_GENERIC=y +CONFIG_MACH_OMAP_LDP=y +CONFIG_MACH_OMAP_ZOOM2=y +CONFIG_MACH_OMAP_ZOOM3=y +CONFIG_MACH_OVERO=y +CONFIG_MACH_SBC3530=y +CONFIG_MACH_TI8148EVM=y +CONFIG_MACH_TI8168EVM=y +CONFIG_MACH_TOUCHBOOK=y +CONFIG_MACINTOSH_DRIVERS=y +CONFIG_MACVLAN=m +CONFIG_MACVTAP=m +CONFIG_MAC_EMUMOUSEBTN=m +CONFIG_MAC_PARTITION=y +CONFIG_MAGIC_SYSRQ=y +CONFIG_MAILBOX=y +CONFIG_MANTIS_CORE=m +CONFIG_MARVELL_PHY=y +# CONFIG_MATH_EMULATION is not set +# CONFIG_MATOM is not set +CONFIG_MAX1363=m +CONFIG_MAX517=m +CONFIG_MAX63XX_WATCHDOG=m +CONFIG_MAX8925_POWER=m +# CONFIG_MAXSMP is not set +CONFIG_MAX_RAW_DEVS=256 +# CONFIG_MCORE2 is not set +CONFIG_MCP2120_DONGLE=m +CONFIG_MCP4725=m +# CONFIG_MCRUSOE is not set +CONFIG_MCS_FIR=m +# CONFIG_MCYRIXIII is not set +CONFIG_MD=y +CONFIG_MDA_CONSOLE=m +CONFIG_MDIO=m +CONFIG_MDIO_BITBANG=y +CONFIG_MDIO_BUS_MUX=y +CONFIG_MDIO_BUS_MUX_GPIO=y +CONFIG_MDIO_BUS_MUX_MMIOREG=y +CONFIG_MDIO_GPIO=y +CONFIG_MD_AUTODETECT=y +CONFIG_MD_FAULTY=m +CONFIG_MD_LINEAR=m +CONFIG_MD_MULTIPATH=m +CONFIG_MD_RAID0=m +CONFIG_MD_RAID1=m +CONFIG_MD_RAID10=m +CONFIG_MD_RAID456=m +CONFIG_MEDIA_ALTERA_CI=m +CONFIG_MEDIA_ANALOG_TV_SUPPORT=y +CONFIG_MEDIA_ATTACH=y +CONFIG_MEDIA_CAMERA_SUPPORT=y +CONFIG_MEDIA_COMMON_OPTIONS=y +# CONFIG_MEDIA_CONTROLLER is not set +CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y +CONFIG_MEDIA_PARPORT_SUPPORT=y +CONFIG_MEDIA_PCI_SUPPORT=y +CONFIG_MEDIA_RADIO_SUPPORT=y +CONFIG_MEDIA_RC_SUPPORT=y +CONFIG_MEDIA_SUBDRV_AUTOSELECT=y +CONFIG_MEDIA_SUPPORT=m +CONFIG_MEDIA_TUNER=m +CONFIG_MEDIA_TUNER_E4000=m +CONFIG_MEDIA_TUNER_FC0011=m +CONFIG_MEDIA_TUNER_FC0012=m +CONFIG_MEDIA_TUNER_FC0013=m +CONFIG_MEDIA_TUNER_FC2580=m +CONFIG_MEDIA_TUNER_MAX2165=m +CONFIG_MEDIA_TUNER_MC44S803=m +CONFIG_MEDIA_TUNER_MT2060=m +CONFIG_MEDIA_TUNER_MT2063=m +CONFIG_MEDIA_TUNER_MT20XX=m +CONFIG_MEDIA_TUNER_MT2131=m +CONFIG_MEDIA_TUNER_MT2266=m +CONFIG_MEDIA_TUNER_MXL5005S=m +CONFIG_MEDIA_TUNER_MXL5007T=m +CONFIG_MEDIA_TUNER_QT1010=m +CONFIG_MEDIA_TUNER_SIMPLE=m +CONFIG_MEDIA_TUNER_TDA18212=m +CONFIG_MEDIA_TUNER_TDA18218=m +CONFIG_MEDIA_TUNER_TDA18271=m +CONFIG_MEDIA_TUNER_TDA827X=m +CONFIG_MEDIA_TUNER_TDA8290=m +CONFIG_MEDIA_TUNER_TDA9887=m +CONFIG_MEDIA_TUNER_TEA5761=m +CONFIG_MEDIA_TUNER_TEA5767=m +CONFIG_MEDIA_TUNER_TUA9001=m +CONFIG_MEDIA_TUNER_XC2028=m +CONFIG_MEDIA_TUNER_XC4000=m +CONFIG_MEDIA_TUNER_XC5000=m +CONFIG_MEDIA_USB_SUPPORT=y +# CONFIG_MEFFICEON is not set +CONFIG_MEGARAID_LEGACY=m +CONFIG_MEGARAID_MAILBOX=m +CONFIG_MEGARAID_MM=m +CONFIG_MEGARAID_NEWGEN=y +CONFIG_MEGARAID_SAS=m +# CONFIG_MELAN is not set +CONFIG_MEMCG=y +# CONFIG_MEMCG_KMEM is not set +CONFIG_MEMCG_SWAP=y +# CONFIG_MEMCG_SWAP_ENABLED is not set +CONFIG_MEMORY=y +CONFIG_MEMORY_FAILURE=y +CONFIG_MEMORY_HOTPLUG=y +CONFIG_MEMORY_HOTPLUG_SPARSE=y +CONFIG_MEMORY_HOTREMOVE=y +CONFIG_MEMORY_ISOLATION=y +CONFIG_MEMORY_NOTIFIER_ERROR_INJECT=m +CONFIG_MEMSTICK=m +# CONFIG_MEMSTICK_DEBUG is not set +CONFIG_MEMSTICK_JMICRON_38X=m +CONFIG_MEMSTICK_R592=m +CONFIG_MEMSTICK_REALTEK_PCI=m +CONFIG_MEMSTICK_TIFM_MS=m +# CONFIG_MEMSTICK_UNSAFE_RESUME is not set +CONFIG_MEMTEST=y +CONFIG_MFD_88PM800=m +CONFIG_MFD_88PM805=m +CONFIG_MFD_88PM860X=y +CONFIG_MFD_AAT2870_CORE=y +CONFIG_MFD_ARIZONA=y +CONFIG_MFD_ARIZONA_I2C=m +CONFIG_MFD_ARIZONA_SPI=m +CONFIG_MFD_AS3711=y +CONFIG_MFD_ASIC3=y +CONFIG_MFD_CORE=y +CONFIG_MFD_CS5535=m +CONFIG_MFD_DA9052_I2C=y +CONFIG_MFD_DA9052_SPI=y +CONFIG_MFD_DA9055=y +CONFIG_MFD_INTEL_MSIC=y +CONFIG_MFD_JANZ_CMODIO=m +CONFIG_MFD_LM3533=m +CONFIG_MFD_LP8788=y +CONFIG_MFD_MAX77686=y +CONFIG_MFD_MAX77693=y +CONFIG_MFD_MAX8907=m +CONFIG_MFD_MAX8925=y +CONFIG_MFD_MAX8997=y +CONFIG_MFD_MAX8998=y +CONFIG_MFD_MC13783=m +CONFIG_MFD_MC13XXX=m +CONFIG_MFD_MC13XXX_I2C=m +CONFIG_MFD_MC13XXX_SPI=m +CONFIG_MFD_OMAP_USB_HOST=y +CONFIG_MFD_PALMAS=y +CONFIG_MFD_PCF50633=m +CONFIG_MFD_RC5T583=y +CONFIG_MFD_RDC321X=m +CONFIG_MFD_RETU=m +CONFIG_MFD_RTSX_PCI=m +CONFIG_MFD_SEC_CORE=y +CONFIG_MFD_SM501=m +# CONFIG_MFD_SM501_GPIO is not set +CONFIG_MFD_SMSC=y +CONFIG_MFD_STMPE=y +CONFIG_MFD_SYSCON=y +CONFIG_MFD_T7L66XB=y +CONFIG_MFD_TC3589X=y +CONFIG_MFD_TC6387XB=y +CONFIG_MFD_TC6393XB=y +CONFIG_MFD_TIMBERDALE=m +CONFIG_MFD_TI_AM335X_TSCADC=m +CONFIG_MFD_TPS65090=y +CONFIG_MFD_TPS65217=m +CONFIG_MFD_TPS6586X=y +CONFIG_MFD_TPS65910=y +CONFIG_MFD_TPS65912=y +CONFIG_MFD_TPS65912_I2C=y +CONFIG_MFD_TPS65912_SPI=y +CONFIG_MFD_TPS80031=y +CONFIG_MFD_TWL4030_AUDIO=y +CONFIG_MFD_VIPERBOARD=m +CONFIG_MFD_VX855=m +CONFIG_MFD_WL1273_CORE=m +CONFIG_MFD_WM5102=y +CONFIG_MFD_WM5110=y +CONFIG_MFD_WM831X=y +CONFIG_MFD_WM831X_I2C=y +CONFIG_MFD_WM831X_SPI=y +CONFIG_MFD_WM8350=y +CONFIG_MFD_WM8350_I2C=y +CONFIG_MFD_WM8400=y +CONFIG_MFD_WM8994=y +# CONFIG_MGEODEGX1 is not set +# CONFIG_MGEODE_LX is not set +CONFIG_MG_DISK=m +CONFIG_MG_DISK_RES=0 +CONFIG_MICREL_KS8995MA=m +CONFIG_MICREL_PHY=y +CONFIG_MICROCODE=m +CONFIG_MICROCODE_AMD=y +CONFIG_MICROCODE_INTEL=y +CONFIG_MICROCODE_OLD_INTERFACE=y +CONFIG_MIGHT_HAVE_CACHE_L2X0=y +CONFIG_MIGRATION=y +CONFIG_MII=y +CONFIG_MINIX_FS=m +CONFIG_MINIX_SUBPARTITION=y +CONFIG_MISC_FILESYSTEMS=y +CONFIG_MISDN=m +CONFIG_MISDN_AVMFRITZ=m +CONFIG_MISDN_DSP=m +CONFIG_MISDN_HFCMULTI=m +CONFIG_MISDN_HFCPCI=m +CONFIG_MISDN_HFCUSB=m +CONFIG_MISDN_INFINEON=m +CONFIG_MISDN_IPAC=m +CONFIG_MISDN_ISAR=m +CONFIG_MISDN_L1OIP=m +CONFIG_MISDN_NETJET=m +CONFIG_MISDN_SPEEDFAX=m +CONFIG_MISDN_W6692=m +CONFIG_MIXCOMWD=m +# CONFIG_MK6 is not set +# CONFIG_MK7 is not set +# CONFIG_MK8 is not set +CONFIG_MKISS=m +CONFIG_MLX4_CORE=m +# CONFIG_MLX4_DEBUG is not set +CONFIG_MLX4_EN=m +CONFIG_MLX4_EN_DCB=y +CONFIG_MLX4_INFINIBAND=m +CONFIG_MMC=y +CONFIG_MMC_ARMMMCI=y +CONFIG_MMC_BLOCK_BOUNCE=y +CONFIG_MMC_BLOCK_MINORS=8 +CONFIG_MMC_CB710=m +# CONFIG_MMC_CLKGATE is not set +# CONFIG_MMC_DEBUG is not set +CONFIG_MMC_DW=m +CONFIG_MMC_DW_EXYNOS=m +# CONFIG_MMC_DW_IDMAC is not set +CONFIG_MMC_DW_PLTFM=m +# CONFIG_MMC_MXC is not set +CONFIG_MMC_OMAP=m +CONFIG_MMC_OMAP_HS=y +CONFIG_MMC_REALTEK_PCI=m +CONFIG_MMC_RICOH_MMC=y +CONFIG_MMC_SDHCI_ACPI=m +CONFIG_MMC_SDHCI_ESDHC_IMX=y +CONFIG_MMC_SDHCI_IO_ACCESSORS=y +CONFIG_MMC_SDHCI_PCI=m +CONFIG_MMC_SDHCI_PXAV2=m +CONFIG_MMC_SDHCI_PXAV3=m +CONFIG_MMC_SDRICOH_CS=m +CONFIG_MMC_SPI=m +# CONFIG_MMC_TEST is not set +CONFIG_MMC_TIFM_SD=m +CONFIG_MMC_TMIO=m +CONFIG_MMC_TMIO_CORE=m +# CONFIG_MMC_UNSAFE_RESUME is not set +CONFIG_MMC_USHC=m +CONFIG_MMC_VIA_SDMMC=m +CONFIG_MMC_VUB300=m +CONFIG_MMC_WBSD=m +CONFIG_MMIOTRACE=y +# CONFIG_MMIOTRACE_TEST is not set +CONFIG_MMU=y +CONFIG_MMU_NOTIFIER=y +CONFIG_MM_OWNER=y +CONFIG_MODULES=y +CONFIG_MODULES_USE_ELF_REL=y +CONFIG_MODULES_USE_ELF_RELA=y +# CONFIG_MODULE_FORCE_LOAD is not set +# CONFIG_MODULE_FORCE_UNLOAD is not set +CONFIG_MODULE_SIG=y +# CONFIG_MODULE_SIG_FORCE is not set +# CONFIG_MODULE_SIG_SHA1 is not set +# CONFIG_MODULE_SIG_SHA224 is not set +# CONFIG_MODULE_SIG_SHA256 is not set +# CONFIG_MODULE_SIG_SHA384 is not set +CONFIG_MODULE_SIG_SHA512=y +CONFIG_MODULE_SRCVERSION_ALL=y +CONFIG_MODULE_UNLOAD=y +CONFIG_MODVERSIONS=y +CONFIG_MOUSE_APPLETOUCH=m +CONFIG_MOUSE_BCM5974=m +CONFIG_MOUSE_GPIO=m +# CONFIG_MOUSE_INPORT is not set +CONFIG_MOUSE_LOGIBM=m +CONFIG_MOUSE_PC110PAD=m +CONFIG_MOUSE_PS2=m +CONFIG_MOUSE_PS2_ALPS=y +CONFIG_MOUSE_PS2_CYPRESS=y +CONFIG_MOUSE_PS2_ELANTECH=y +CONFIG_MOUSE_PS2_LIFEBOOK=y +CONFIG_MOUSE_PS2_LOGIPS2PP=y +CONFIG_MOUSE_PS2_SENTELIC=y +CONFIG_MOUSE_PS2_SYNAPTICS=y +CONFIG_MOUSE_PS2_TOUCHKIT=y +CONFIG_MOUSE_PS2_TRACKPOINT=y +CONFIG_MOUSE_SERIAL=m +CONFIG_MOUSE_SYNAPTICS_I2C=m +CONFIG_MOUSE_SYNAPTICS_USB=m +CONFIG_MOUSE_VSXXXAA=m +CONFIG_MOVABLE_NODE=y +CONFIG_MOXA_INTELLIO=m +CONFIG_MOXA_SMARTIO=m +CONFIG_MPCORE_WATCHDOG=m +# CONFIG_MPENTIUM4 is not set +# CONFIG_MPENTIUMII is not set +# CONFIG_MPENTIUMIII is not set +# CONFIG_MPENTIUMM is not set +CONFIG_MPILIB=y +# CONFIG_MPSC is not set +CONFIG_MSDOS_FS=m +CONFIG_MSDOS_PARTITION=y +CONFIG_MSI_LAPTOP=m +CONFIG_MSI_WMI=m +CONFIG_MSPRO_BLOCK=m +CONFIG_MTDRAM_ERASE_SIZE=128 +CONFIG_MTDRAM_TOTAL_SIZE=4096 +CONFIG_MTD_ABSENT=m +CONFIG_MTD_AFS_PARTS=m +CONFIG_MTD_ALAUDA=m +CONFIG_MTD_AMD76XROM=m +CONFIG_MTD_AR7_PARTS=m +CONFIG_MTD_BLOCK2MTD=m +CONFIG_MTD_BLOCK_RO=m +CONFIG_MTD_CFI=m +# CONFIG_MTD_CFI_ADV_OPTIONS is not set +CONFIG_MTD_CFI_AMDSTD=m +CONFIG_MTD_CFI_I1=y +CONFIG_MTD_CFI_I2=y +# CONFIG_MTD_CFI_I4 is not set +# CONFIG_MTD_CFI_I8 is not set +CONFIG_MTD_CFI_INTELEXT=m +CONFIG_MTD_CFI_STAA=m +CONFIG_MTD_CFI_UTIL=m +CONFIG_MTD_CK804XROM=m +CONFIG_MTD_CMDLINE_PARTS=y +CONFIG_MTD_COMPLEX_MAPPINGS=y +CONFIG_MTD_DATAFLASH=m +CONFIG_MTD_DATAFLASH_OTP=y +# CONFIG_MTD_DATAFLASH_WRITE_VERIFY is not set +# CONFIG_MTD_DOC2000 is not set +# CONFIG_MTD_DOC2001 is not set +CONFIG_MTD_DOC2001PLUS=m +CONFIG_MTD_DOCECC=m +CONFIG_MTD_DOCG3=m +CONFIG_MTD_DOCPROBE=m +CONFIG_MTD_DOCPROBE_ADDRESS=0x0 +# CONFIG_MTD_DOCPROBE_ADVANCED is not set +CONFIG_MTD_ESB2ROM=m +CONFIG_MTD_GEN_PROBE=m +CONFIG_MTD_GPIO_ADDR=m +CONFIG_MTD_ICHXROM=m +CONFIG_MTD_IMPA7=m +CONFIG_MTD_INTEL_VR_NOR=m +CONFIG_MTD_JEDECPROBE=m +CONFIG_MTD_L440GX=m +CONFIG_MTD_LATCH_ADDR=m +CONFIG_MTD_LPDDR=m +CONFIG_MTD_M25P80=m +CONFIG_MTD_MAP_BANK_WIDTH_1=y +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set +CONFIG_MTD_MAP_BANK_WIDTH_2=y +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set +CONFIG_MTD_MAP_BANK_WIDTH_4=y +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set +CONFIG_MTD_MTDRAM=m +CONFIG_MTD_NAND_CAFE=m +CONFIG_MTD_NAND_CS553X=m +CONFIG_MTD_NAND_DENALI=m +CONFIG_MTD_NAND_DENALI_DT=m +CONFIG_MTD_NAND_DENALI_PCI=m +CONFIG_MTD_NAND_DENALI_SCRATCH_REG_ADDR=0xFF108018 +CONFIG_MTD_NAND_DISKONCHIP=m +# CONFIG_MTD_NAND_DISKONCHIP_BBTWRITE is not set +CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADDRESS=0 +# CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADVANCED is not set +CONFIG_MTD_NAND_DOCG4=m +CONFIG_MTD_NAND_ECC_BCH=y +# CONFIG_MTD_NAND_ECC_SMC is not set +CONFIG_MTD_NAND_GPIO=m +# CONFIG_MTD_NAND_MUSEUM_IDS is not set +CONFIG_MTD_NAND_MXC=m +CONFIG_MTD_NAND_NANDSIM=m +CONFIG_MTD_NAND_OMAP2=y +CONFIG_MTD_NAND_OMAP_BCH=y +# CONFIG_MTD_NAND_OMAP_BCH4 is not set +CONFIG_MTD_NAND_OMAP_BCH8=y +CONFIG_MTD_NAND_PLATFORM=m +CONFIG_MTD_NAND_RICOH=m +CONFIG_MTD_NAND_TMIO=m +CONFIG_MTD_NETSC520=m +CONFIG_MTD_NETtel=m +CONFIG_MTD_OF_PARTS=y +CONFIG_MTD_ONENAND=m +CONFIG_MTD_ONENAND_2X_PROGRAM=y +CONFIG_MTD_ONENAND_GENERIC=m +CONFIG_MTD_ONENAND_OMAP2=m +# CONFIG_MTD_ONENAND_OTP is not set +# CONFIG_MTD_ONENAND_SIM is not set +CONFIG_MTD_ONENAND_VERIFY_WRITE=y +CONFIG_MTD_OOPS=m +CONFIG_MTD_PCI=m +CONFIG_MTD_PCMCIA=m +# CONFIG_MTD_PCMCIA_ANONYMOUS is not set +CONFIG_MTD_PHRAM=m +CONFIG_MTD_PHYSMAP=m +# CONFIG_MTD_PHYSMAP_COMPAT is not set +CONFIG_MTD_PHYSMAP_OF=m +CONFIG_MTD_PLATRAM=m +CONFIG_MTD_PMC551=m +# CONFIG_MTD_PMC551_BUGFIX is not set +# CONFIG_MTD_PMC551_DEBUG is not set +CONFIG_MTD_QINFO_PROBE=m +CONFIG_MTD_RAM=m +CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 +CONFIG_MTD_REDBOOT_PARTS=m +# CONFIG_MTD_REDBOOT_PARTS_READONLY is not set +# CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set +CONFIG_MTD_ROM=m +CONFIG_MTD_SBC_GXX=m +CONFIG_MTD_SC520CDP=m +CONFIG_MTD_SCB2_FLASH=m +CONFIG_MTD_SCx200_DOCFLASH=m +CONFIG_MTD_SLRAM=m +CONFIG_MTD_SST25L=m +CONFIG_MTD_SWAP=m +# CONFIG_MTD_TESTS is not set +CONFIG_MTD_TS5500=m +CONFIG_MTD_UBI=m +CONFIG_MTD_UBI_BEB_LIMIT=20 +CONFIG_MTD_UBI_FASTMAP=y +CONFIG_MTD_UBI_GLUEBI=m +CONFIG_MTD_UBI_WL_THRESHOLD=4096 +CONFIG_MTRR=y +CONFIG_MTRR_SANITIZER=y +CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1 +CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1 +# CONFIG_MULTICORE_RAID456 is not set +CONFIG_MULTI_IRQ_HANDLER=y +CONFIG_MUTEX_SPIN_ON_OWNER=y +# CONFIG_MVIAC3_2 is not set +# CONFIG_MVIAC7 is not set +CONFIG_MVMDIO=m +CONFIG_MWAVE=m +CONFIG_MWIFIEX=m +CONFIG_MWIFIEX_PCIE=m +CONFIG_MWIFIEX_SDIO=m +CONFIG_MWIFIEX_USB=m +# CONFIG_MWINCHIP3D is not set +# CONFIG_MWINCHIPC6 is not set +CONFIG_MWL8K=m +CONFIG_MX3_IPU=y +CONFIG_MX3_IPU_IRQS=4 +# CONFIG_MXC_DEBUG_BOARD is not set +# CONFIG_MXC_IRQ_PRIOR is not set +CONFIG_MXM_WMI=m +# CONFIG_MXS_DMA is not set +CONFIG_MYRI10GE=m +CONFIG_MYRI10GE_DCA=y +CONFIG_N2=m +CONFIG_NAMESPACES=y +CONFIG_NATIONAL_PHY=y +CONFIG_NATSEMI=m +CONFIG_NCPFS_EXTRAS=y +CONFIG_NCPFS_IOCTL_LOCKING=y +CONFIG_NCPFS_NFS_NS=y +CONFIG_NCPFS_NLS=y +CONFIG_NCPFS_OS2_NS=y +CONFIG_NCPFS_PACKET_SIGNING=y +# CONFIG_NCPFS_SMALLDOS is not set +CONFIG_NCPFS_STRONG=y +CONFIG_NCP_FS=m +CONFIG_NE2000=m +CONFIG_NE2K_PCI=m +CONFIG_NE3210=m +CONFIG_NEED_DMA_MAP_STATE=y +CONFIG_NEED_MULTIPLE_NODES=y +CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y +CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y +CONFIG_NEED_SG_DMA_LENGTH=y +CONFIG_NEON=y +CONFIG_NET=y +CONFIG_NET5501=y +CONFIG_NETCONSOLE=m +CONFIG_NETCONSOLE_DYNAMIC=y +CONFIG_NETDEVICES=y +CONFIG_NETFILTER=y +CONFIG_NETFILTER_ADVANCED=y +# CONFIG_NETFILTER_DEBUG is not set +CONFIG_NETFILTER_NETLINK=m +CONFIG_NETFILTER_NETLINK_ACCT=m +CONFIG_NETFILTER_NETLINK_LOG=m +CONFIG_NETFILTER_NETLINK_QUEUE=m +CONFIG_NETFILTER_NETLINK_QUEUE_CT=y +CONFIG_NETFILTER_TPROXY=m +CONFIG_NETFILTER_XTABLES=m +CONFIG_NETFILTER_XT_CONNMARK=m +CONFIG_NETFILTER_XT_MARK=m +CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m +CONFIG_NETFILTER_XT_MATCH_CLUSTER=m +CONFIG_NETFILTER_XT_MATCH_COMMENT=m +CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m +CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m +CONFIG_NETFILTER_XT_MATCH_CONNMARK=m +CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m +CONFIG_NETFILTER_XT_MATCH_CPU=m +CONFIG_NETFILTER_XT_MATCH_DCCP=m +CONFIG_NETFILTER_XT_MATCH_DEVGROUP=m +CONFIG_NETFILTER_XT_MATCH_DSCP=m +CONFIG_NETFILTER_XT_MATCH_ECN=m +CONFIG_NETFILTER_XT_MATCH_ESP=m +CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m +CONFIG_NETFILTER_XT_MATCH_HELPER=m +CONFIG_NETFILTER_XT_MATCH_HL=m +CONFIG_NETFILTER_XT_MATCH_IPRANGE=m +CONFIG_NETFILTER_XT_MATCH_IPVS=m +CONFIG_NETFILTER_XT_MATCH_LENGTH=m +CONFIG_NETFILTER_XT_MATCH_LIMIT=m +CONFIG_NETFILTER_XT_MATCH_MAC=m +CONFIG_NETFILTER_XT_MATCH_MARK=m +CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m +CONFIG_NETFILTER_XT_MATCH_NFACCT=m +CONFIG_NETFILTER_XT_MATCH_OSF=m +CONFIG_NETFILTER_XT_MATCH_OWNER=m +CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m +CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m +CONFIG_NETFILTER_XT_MATCH_POLICY=m +CONFIG_NETFILTER_XT_MATCH_QUOTA=m +CONFIG_NETFILTER_XT_MATCH_RATEEST=m +CONFIG_NETFILTER_XT_MATCH_REALM=m +CONFIG_NETFILTER_XT_MATCH_RECENT=m +CONFIG_NETFILTER_XT_MATCH_SCTP=m +CONFIG_NETFILTER_XT_MATCH_SOCKET=m +CONFIG_NETFILTER_XT_MATCH_STATE=m +CONFIG_NETFILTER_XT_MATCH_STATISTIC=m +CONFIG_NETFILTER_XT_MATCH_STRING=m +CONFIG_NETFILTER_XT_MATCH_TCPMSS=m +CONFIG_NETFILTER_XT_MATCH_TIME=m +CONFIG_NETFILTER_XT_MATCH_U32=m +CONFIG_NETFILTER_XT_SET=m +CONFIG_NETFILTER_XT_TARGET_AUDIT=m +CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m +CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m +CONFIG_NETFILTER_XT_TARGET_CONNMARK=m +CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=m +CONFIG_NETFILTER_XT_TARGET_CT=m +CONFIG_NETFILTER_XT_TARGET_DSCP=m +CONFIG_NETFILTER_XT_TARGET_HL=m +CONFIG_NETFILTER_XT_TARGET_HMARK=m +CONFIG_NETFILTER_XT_TARGET_IDLETIMER=m +CONFIG_NETFILTER_XT_TARGET_LED=m +CONFIG_NETFILTER_XT_TARGET_LOG=m +CONFIG_NETFILTER_XT_TARGET_MARK=m +CONFIG_NETFILTER_XT_TARGET_NETMAP=m +CONFIG_NETFILTER_XT_TARGET_NFLOG=m +CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m +CONFIG_NETFILTER_XT_TARGET_NOTRACK=m +CONFIG_NETFILTER_XT_TARGET_RATEEST=m +CONFIG_NETFILTER_XT_TARGET_REDIRECT=m +CONFIG_NETFILTER_XT_TARGET_SECMARK=m +CONFIG_NETFILTER_XT_TARGET_TCPMSS=m +CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m +CONFIG_NETFILTER_XT_TARGET_TEE=m +CONFIG_NETFILTER_XT_TARGET_TPROXY=m +CONFIG_NETFILTER_XT_TARGET_TRACE=m +CONFIG_NETLABEL=y +CONFIG_NETPOLL=y +# CONFIG_NETPOLL_TRAP is not set +CONFIG_NETPRIO_CGROUP=m +CONFIG_NETROM=m +CONFIG_NETWORK_FILESYSTEMS=y +# CONFIG_NETWORK_PHY_TIMESTAMPING is not set +CONFIG_NETWORK_SECMARK=y +CONFIG_NETXEN_NIC=m +CONFIG_NET_9P=m +# CONFIG_NET_9P_DEBUG is not set +CONFIG_NET_9P_RDMA=m +CONFIG_NET_9P_VIRTIO=m +CONFIG_NET_ACT_CSUM=m +CONFIG_NET_ACT_GACT=m +CONFIG_NET_ACT_IPT=m +CONFIG_NET_ACT_MIRRED=m +CONFIG_NET_ACT_NAT=m +CONFIG_NET_ACT_PEDIT=m +CONFIG_NET_ACT_POLICE=m +CONFIG_NET_ACT_SIMP=m +CONFIG_NET_ACT_SKBEDIT=m +CONFIG_NET_CADENCE=y +CONFIG_NET_CLS=y +CONFIG_NET_CLS_ACT=y +CONFIG_NET_CLS_BASIC=m +CONFIG_NET_CLS_CGROUP=m +CONFIG_NET_CLS_FLOW=m +CONFIG_NET_CLS_FW=m +# CONFIG_NET_CLS_IND is not set +CONFIG_NET_CLS_ROUTE4=m +CONFIG_NET_CLS_RSVP=m +CONFIG_NET_CLS_RSVP6=m +CONFIG_NET_CLS_TCINDEX=m +CONFIG_NET_CLS_U32=m +CONFIG_NET_CORE=y +CONFIG_NET_DCCPPROBE=m +CONFIG_NET_DMA=y +# CONFIG_NET_DROP_MONITOR is not set +CONFIG_NET_DSA=m +CONFIG_NET_DSA_MV88E6060=m +CONFIG_NET_DSA_MV88E6123_61_65=m +CONFIG_NET_DSA_MV88E6131=m +CONFIG_NET_DSA_MV88E6XXX=m +CONFIG_NET_DSA_MV88E6XXX_NEED_PPU=y +CONFIG_NET_DSA_TAG_DSA=y +CONFIG_NET_DSA_TAG_EDSA=y +CONFIG_NET_DSA_TAG_TRAILER=y +CONFIG_NET_EMATCH=y +CONFIG_NET_EMATCH_CANID=m +CONFIG_NET_EMATCH_CMP=m +CONFIG_NET_EMATCH_IPSET=m +CONFIG_NET_EMATCH_META=m +CONFIG_NET_EMATCH_NBYTE=m +CONFIG_NET_EMATCH_STACK=32 +CONFIG_NET_EMATCH_TEXT=m +CONFIG_NET_EMATCH_U32=m +CONFIG_NET_FC=y +CONFIG_NET_IPGRE=m +CONFIG_NET_IPGRE_BROADCAST=y +CONFIG_NET_IPGRE_DEMUX=m +CONFIG_NET_IPIP=m +CONFIG_NET_IPVTI=m +CONFIG_NET_KEY=m +# CONFIG_NET_KEY_MIGRATE is not set +CONFIG_NET_NS=y +CONFIG_NET_PACKET_ENGINE=y +CONFIG_NET_PKTGEN=m +CONFIG_NET_POLL_CONTROLLER=y +CONFIG_NET_SB1000=m +CONFIG_NET_SCHED=y +CONFIG_NET_SCH_ATM=m +CONFIG_NET_SCH_CBQ=m +CONFIG_NET_SCH_CHOKE=m +CONFIG_NET_SCH_CODEL=m +CONFIG_NET_SCH_DRR=m +CONFIG_NET_SCH_DSMARK=m +CONFIG_NET_SCH_FIFO=y +CONFIG_NET_SCH_FQ_CODEL=m +CONFIG_NET_SCH_GRED=m +CONFIG_NET_SCH_HFSC=m +CONFIG_NET_SCH_HTB=m +CONFIG_NET_SCH_INGRESS=m +CONFIG_NET_SCH_MQPRIO=m +CONFIG_NET_SCH_MULTIQ=m +CONFIG_NET_SCH_NETEM=m +CONFIG_NET_SCH_PLUG=m +CONFIG_NET_SCH_PRIO=m +CONFIG_NET_SCH_QFQ=m +CONFIG_NET_SCH_RED=m +CONFIG_NET_SCH_SFB=m +CONFIG_NET_SCH_SFQ=m +CONFIG_NET_SCH_TBF=m +CONFIG_NET_SCH_TEQL=m +CONFIG_NET_SCTPPROBE=m +CONFIG_NET_TCPPROBE=m +# CONFIG_NET_TEAM is not set +CONFIG_NET_TULIP=y +CONFIG_NET_VENDOR_3COM=y +CONFIG_NET_VENDOR_8390=y +CONFIG_NET_VENDOR_ADAPTEC=y +CONFIG_NET_VENDOR_ALTEON=y +CONFIG_NET_VENDOR_AMD=y +CONFIG_NET_VENDOR_ATHEROS=y +CONFIG_NET_VENDOR_BROADCOM=y +CONFIG_NET_VENDOR_BROCADE=y +CONFIG_NET_VENDOR_CHELSIO=y +CONFIG_NET_VENDOR_CIRRUS=y +CONFIG_NET_VENDOR_CISCO=y +CONFIG_NET_VENDOR_DEC=y +CONFIG_NET_VENDOR_DLINK=y +CONFIG_NET_VENDOR_EMULEX=y +CONFIG_NET_VENDOR_EXAR=y +CONFIG_NET_VENDOR_FARADAY=y +CONFIG_NET_VENDOR_FREESCALE=y +CONFIG_NET_VENDOR_FUJITSU=y +CONFIG_NET_VENDOR_HP=y +CONFIG_NET_VENDOR_I825XX=y +CONFIG_NET_VENDOR_INTEL=y +CONFIG_NET_VENDOR_MARVELL=y +CONFIG_NET_VENDOR_MELLANOX=y +CONFIG_NET_VENDOR_MICREL=y +CONFIG_NET_VENDOR_MICROCHIP=y +CONFIG_NET_VENDOR_MYRI=y +CONFIG_NET_VENDOR_NATSEMI=y +CONFIG_NET_VENDOR_NVIDIA=y +CONFIG_NET_VENDOR_OKI=y +CONFIG_NET_VENDOR_QLOGIC=y +CONFIG_NET_VENDOR_RACAL=y +CONFIG_NET_VENDOR_RDC=y +CONFIG_NET_VENDOR_REALTEK=y +CONFIG_NET_VENDOR_SEEQ=y +CONFIG_NET_VENDOR_SILAN=y +CONFIG_NET_VENDOR_SILICOM=y +CONFIG_NET_VENDOR_SIS=y +CONFIG_NET_VENDOR_SMSC=y +CONFIG_NET_VENDOR_STMICRO=y +CONFIG_NET_VENDOR_SUN=y +CONFIG_NET_VENDOR_TEHUTI=y +CONFIG_NET_VENDOR_TI=y +CONFIG_NET_VENDOR_VIA=y +CONFIG_NET_VENDOR_WIZNET=y +CONFIG_NET_VENDOR_XIRCOM=y +CONFIG_NEW_LEDS=y +CONFIG_NFC=m +CONFIG_NFC_HCI=m +CONFIG_NFC_LLCP=y +CONFIG_NFC_NCI=m +CONFIG_NFC_PN533=m +CONFIG_NFC_SHDLC=y +CONFIG_NFC_WILINK=m +CONFIG_NFSD=m +# CONFIG_NFSD_FAULT_INJECTION is not set +CONFIG_NFSD_V2_ACL=y +CONFIG_NFSD_V3=y +CONFIG_NFSD_V3_ACL=y +CONFIG_NFSD_V4=y +CONFIG_NFS_ACL_SUPPORT=m +CONFIG_NFS_COMMON=y +CONFIG_NFS_FS=m +CONFIG_NFS_FSCACHE=y +CONFIG_NFS_SWAP=y +CONFIG_NFS_USE_KERNEL_DNS=y +# CONFIG_NFS_USE_LEGACY_DNS is not set +CONFIG_NFS_V2=m +CONFIG_NFS_V3=m +CONFIG_NFS_V3_ACL=y +CONFIG_NFS_V4=m +CONFIG_NFS_V4_1=y +CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org" +CONFIG_NFTL=m +CONFIG_NFTL_RW=y +CONFIG_NF_CONNTRACK=m +CONFIG_NF_CONNTRACK_AMANDA=m +CONFIG_NF_CONNTRACK_BROADCAST=m +CONFIG_NF_CONNTRACK_EVENTS=y +CONFIG_NF_CONNTRACK_FTP=m +CONFIG_NF_CONNTRACK_H323=m +CONFIG_NF_CONNTRACK_IPV4=m +CONFIG_NF_CONNTRACK_IPV6=m +CONFIG_NF_CONNTRACK_IRC=m +CONFIG_NF_CONNTRACK_MARK=y +CONFIG_NF_CONNTRACK_NETBIOS_NS=m +CONFIG_NF_CONNTRACK_PPTP=m +# CONFIG_NF_CONNTRACK_PROCFS is not set +CONFIG_NF_CONNTRACK_SANE=m +CONFIG_NF_CONNTRACK_SECMARK=y +CONFIG_NF_CONNTRACK_SIP=m +CONFIG_NF_CONNTRACK_SNMP=m +CONFIG_NF_CONNTRACK_TFTP=m +CONFIG_NF_CONNTRACK_TIMEOUT=y +CONFIG_NF_CONNTRACK_TIMESTAMP=y +CONFIG_NF_CONNTRACK_ZONES=y +CONFIG_NF_CT_NETLINK=m +CONFIG_NF_CT_NETLINK_HELPER=m +CONFIG_NF_CT_NETLINK_TIMEOUT=m +CONFIG_NF_CT_PROTO_DCCP=m +CONFIG_NF_CT_PROTO_GRE=m +CONFIG_NF_CT_PROTO_SCTP=m +CONFIG_NF_CT_PROTO_UDPLITE=m +CONFIG_NF_DEFRAG_IPV4=m +CONFIG_NF_DEFRAG_IPV6=m +CONFIG_NF_NAT=m +CONFIG_NF_NAT_AMANDA=m +CONFIG_NF_NAT_FTP=m +CONFIG_NF_NAT_H323=m +CONFIG_NF_NAT_IPV4=m +CONFIG_NF_NAT_IPV6=m +CONFIG_NF_NAT_IRC=m +CONFIG_NF_NAT_NEEDED=y +CONFIG_NF_NAT_PPTP=m +CONFIG_NF_NAT_PROTO_DCCP=m +CONFIG_NF_NAT_PROTO_GRE=m +CONFIG_NF_NAT_PROTO_SCTP=m +CONFIG_NF_NAT_PROTO_UDPLITE=m +CONFIG_NF_NAT_SIP=m +CONFIG_NF_NAT_SNMP_BASIC=m +CONFIG_NF_NAT_TFTP=m +CONFIG_NI52=m +CONFIG_NI65=m +CONFIG_NILFS2_FS=m +CONFIG_NIU=m +CONFIG_NL80211_TESTMODE=y +CONFIG_NLATTR=y +CONFIG_NLS=y +CONFIG_NLS_ASCII=m +CONFIG_NLS_CODEPAGE_1250=m +CONFIG_NLS_CODEPAGE_1251=m +CONFIG_NLS_CODEPAGE_437=y +CONFIG_NLS_CODEPAGE_737=m +CONFIG_NLS_CODEPAGE_775=m +CONFIG_NLS_CODEPAGE_850=m +CONFIG_NLS_CODEPAGE_852=m +CONFIG_NLS_CODEPAGE_855=m +CONFIG_NLS_CODEPAGE_857=m +CONFIG_NLS_CODEPAGE_860=m +CONFIG_NLS_CODEPAGE_861=m +CONFIG_NLS_CODEPAGE_862=m +CONFIG_NLS_CODEPAGE_863=m +CONFIG_NLS_CODEPAGE_864=m +CONFIG_NLS_CODEPAGE_865=m +CONFIG_NLS_CODEPAGE_866=m +CONFIG_NLS_CODEPAGE_869=m +CONFIG_NLS_CODEPAGE_874=m +CONFIG_NLS_CODEPAGE_932=m +CONFIG_NLS_CODEPAGE_936=m +CONFIG_NLS_CODEPAGE_949=m +CONFIG_NLS_CODEPAGE_950=m +CONFIG_NLS_DEFAULT="utf8" +CONFIG_NLS_ISO8859_1=m +CONFIG_NLS_ISO8859_13=m +CONFIG_NLS_ISO8859_14=m +CONFIG_NLS_ISO8859_15=m +CONFIG_NLS_ISO8859_2=m +CONFIG_NLS_ISO8859_3=m +CONFIG_NLS_ISO8859_4=m +CONFIG_NLS_ISO8859_5=m +CONFIG_NLS_ISO8859_6=m +CONFIG_NLS_ISO8859_7=m +CONFIG_NLS_ISO8859_8=m +CONFIG_NLS_ISO8859_9=m +CONFIG_NLS_KOI8_R=m +CONFIG_NLS_KOI8_U=m +CONFIG_NLS_MAC_CELTIC=m +CONFIG_NLS_MAC_CENTEURO=m +CONFIG_NLS_MAC_CROATIAN=m +CONFIG_NLS_MAC_CYRILLIC=m +CONFIG_NLS_MAC_GAELIC=m +CONFIG_NLS_MAC_GREEK=m +CONFIG_NLS_MAC_ICELAND=m +CONFIG_NLS_MAC_INUIT=m +CONFIG_NLS_MAC_ROMAN=m +CONFIG_NLS_MAC_ROMANIAN=m +CONFIG_NLS_MAC_TURKISH=m +CONFIG_NLS_UTF8=m +CONFIG_NODES_SHIFT=6 +CONFIG_NODES_SPAN_OTHER_NODES=y +# CONFIG_NOHIGHMEM is not set +CONFIG_NOP_TRACER=y +CONFIG_NORTEL_HERMES=m +CONFIG_NOTIFIER_ERROR_INJECTION=m +CONFIG_NOUVEAU_DEBUG=5 +CONFIG_NOUVEAU_DEBUG_DEFAULT=3 +CONFIG_NOZOMI=m +CONFIG_NO_BOOTMEM=y +CONFIG_NO_HZ=y +CONFIG_NO_IOPORT=y +CONFIG_NS83820=m +CONFIG_NSC_FIR=m +CONFIG_NSC_GPIO=m +# CONFIG_NTFS_DEBUG is not set +CONFIG_NTFS_FS=m +# CONFIG_NTFS_RW is not set +CONFIG_NUMA=y +CONFIG_NUMA_BALANCING=y +CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y +# CONFIG_NUMA_EMU is not set +CONFIG_NVRAM=m +CONFIG_NV_TCO=m +# CONFIG_N_GSM is not set +CONFIG_N_HDLC=m +CONFIG_OABI_COMPAT=y +# CONFIG_OCFS2_DEBUG_FS is not set +CONFIG_OCFS2_DEBUG_MASKLOG=y +CONFIG_OCFS2_FS=m +CONFIG_OCFS2_FS_O2CB=m +CONFIG_OCFS2_FS_STATS=y +CONFIG_OCFS2_FS_USERSPACE_CLUSTER=m +CONFIG_OC_ETM=y +CONFIG_OF=y +CONFIG_OF_ADDRESS=y +CONFIG_OF_DEVICE=y +CONFIG_OF_EARLY_FLATTREE=y +CONFIG_OF_FLATTREE=y +CONFIG_OF_GPIO=y +CONFIG_OF_I2C=y +CONFIG_OF_IOMMU=y +CONFIG_OF_IRQ=y +CONFIG_OF_MDIO=y +CONFIG_OF_MTD=y +CONFIG_OF_NET=y +# CONFIG_OF_SELFTEST is not set +CONFIG_OID_REGISTRY=y +CONFIG_OLD_BELKIN_DONGLE=m +CONFIG_OLD_MCOUNT=y +CONFIG_OMAP2_DSS=y +# CONFIG_OMAP2_DSS_DEBUG is not set +# CONFIG_OMAP2_DSS_DEBUGFS is not set +CONFIG_OMAP2_DSS_DPI=y +# CONFIG_OMAP2_DSS_DSI is not set +CONFIG_OMAP2_DSS_MIN_FCK_PER_PCK=0 +# CONFIG_OMAP2_DSS_RFBI is not set +CONFIG_OMAP2_DSS_SDI=y +CONFIG_OMAP2_DSS_SLEEP_AFTER_VENC_RESET=y +CONFIG_OMAP2_DSS_VENC=y +CONFIG_OMAP2_VRFB=y +CONFIG_OMAP3_EMU=y +# CONFIG_OMAP3_L2_AUX_SECURE_SAVE_RESTORE is not set +# CONFIG_OMAP3_SDRC_AC_TIMING is not set +CONFIG_OMAP4_DSS_HDMI=y +CONFIG_OMAP4_DSS_HDMI_AUDIO=y +CONFIG_OMAP_32K_TIMER=y +CONFIG_OMAP_32K_TIMER_HZ=128 +# CONFIG_OMAP_BANDGAP is not set +CONFIG_OMAP_DM_TIMER=y +CONFIG_OMAP_INTERCONNECT=y +CONFIG_OMAP_IOMMU=y +# CONFIG_OMAP_IOVMM is not set +CONFIG_OMAP_MUX=y +# CONFIG_OMAP_MUX_DEBUG is not set +CONFIG_OMAP_MUX_WARNINGS=y +CONFIG_OMAP_OCP2SCP=m +CONFIG_OMAP_PACKAGE_CBB=y +CONFIG_OMAP_PACKAGE_CBL=y +CONFIG_OMAP_PACKAGE_CBP=y +CONFIG_OMAP_PACKAGE_CBS=y +CONFIG_OMAP_PACKAGE_CUS=y +CONFIG_OMAP_PM_NOOP=y +# CONFIG_OMAP_REMOTEPROC is not set +CONFIG_OMAP_RESET_CLOCKS=y +CONFIG_OMAP_USB2=y +CONFIG_OMAP_WATCHDOG=m +CONFIG_OMFS_FS=m +CONFIG_OPENVSWITCH=m +CONFIG_OPROFILE=m +# CONFIG_OPROFILE_EVENT_MULTIPLEX is not set +CONFIG_OPROFILE_NMI_TIMER=y +CONFIG_OPTIMIZE_INLINING=y +CONFIG_OPTPROBES=y +CONFIG_ORE=m +CONFIG_ORINOCO_USB=m +CONFIG_OSF_PARTITION=y +CONFIG_OUTER_CACHE=y +CONFIG_OUTER_CACHE_SYNC=y +CONFIG_OVERLAYFS_FS=m +CONFIG_P54_COMMON=m +CONFIG_P54_LEDS=y +CONFIG_P54_PCI=m +CONFIG_P54_SPI=m +# CONFIG_P54_SPI_DEFAULT_EEPROM is not set +CONFIG_P54_USB=m +CONFIG_PACKET=y +CONFIG_PACKET_DIAG=m +CONFIG_PADATA=y +CONFIG_PAGEFLAGS_EXTENDED=y +CONFIG_PAGE_OFFSET=0xC0000000 +CONFIG_PANASONIC_LAPTOP=m +CONFIG_PANEL=m +CONFIG_PANEL_ACX565AKM=m +# CONFIG_PANEL_CHANGE_MESSAGE is not set +CONFIG_PANEL_GENERIC_DPI=y +CONFIG_PANEL_LGPHILIPS_LB035Q02=m +CONFIG_PANEL_NEC_NL8048HL11_01B=m +CONFIG_PANEL_PARPORT=0 +CONFIG_PANEL_PICODLP=m +CONFIG_PANEL_PROFILE=5 +CONFIG_PANEL_SHARP_LS037V7DW01=y +CONFIG_PANEL_TFP410=y +CONFIG_PANEL_TPO_TD043MTEA1=y +# CONFIG_PANIC_ON_OOPS is not set +CONFIG_PANIC_ON_OOPS_VALUE=0 +CONFIG_PANTHERLORD_FF=y +CONFIG_PARAVIRT=y +CONFIG_PARAVIRT_CLOCK=y +# CONFIG_PARAVIRT_DEBUG is not set +CONFIG_PARAVIRT_GUEST=y +CONFIG_PARAVIRT_SPINLOCKS=y +# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set +CONFIG_PARIDE=m +CONFIG_PARIDE_ATEN=m +CONFIG_PARIDE_BPCK=m +CONFIG_PARIDE_BPCK6=m +CONFIG_PARIDE_COMM=m +CONFIG_PARIDE_DSTR=m +CONFIG_PARIDE_EPAT=m +# CONFIG_PARIDE_EPATC8 is not set +CONFIG_PARIDE_EPIA=m +CONFIG_PARIDE_FIT2=m +CONFIG_PARIDE_FIT3=m +CONFIG_PARIDE_FRIQ=m +CONFIG_PARIDE_FRPW=m +CONFIG_PARIDE_KBIC=m +CONFIG_PARIDE_KTTI=m +CONFIG_PARIDE_ON20=m +CONFIG_PARIDE_ON26=m +CONFIG_PARIDE_PCD=m +CONFIG_PARIDE_PD=m +CONFIG_PARIDE_PF=m +CONFIG_PARIDE_PG=m +CONFIG_PARIDE_PT=m +CONFIG_PARPORT=m +CONFIG_PARPORT_1284=y +CONFIG_PARPORT_AX88796=m +# CONFIG_PARPORT_GSC is not set +CONFIG_PARPORT_NOT_PC=y +CONFIG_PARPORT_PC=m +# CONFIG_PARPORT_PC_FIFO is not set +CONFIG_PARPORT_PC_PCMCIA=m +# CONFIG_PARPORT_PC_SUPERIO is not set +CONFIG_PARPORT_SERIAL=m +CONFIG_PARTITION_ADVANCED=y +CONFIG_PATA_ACPI=m +CONFIG_PATA_ALI=m +CONFIG_PATA_AMD=m +CONFIG_PATA_ARASAN_CF=m +CONFIG_PATA_ARTOP=m +CONFIG_PATA_ATIIXP=m +CONFIG_PATA_ATP867X=m +CONFIG_PATA_CMD640_PCI=m +CONFIG_PATA_CMD64X=m +CONFIG_PATA_CS5520=m +CONFIG_PATA_CS5530=m +CONFIG_PATA_CS5535=m +CONFIG_PATA_CS5536=m +CONFIG_PATA_CYPRESS=m +CONFIG_PATA_EFAR=m +CONFIG_PATA_HPT366=m +CONFIG_PATA_HPT37X=m +CONFIG_PATA_HPT3X2N=m +CONFIG_PATA_HPT3X3=m +# CONFIG_PATA_HPT3X3_DMA is not set +# CONFIG_PATA_IMX is not set +CONFIG_PATA_ISAPNP=m +CONFIG_PATA_IT8213=m +CONFIG_PATA_IT821X=m +CONFIG_PATA_JMICRON=m +CONFIG_PATA_LEGACY=m +CONFIG_PATA_MARVELL=m +CONFIG_PATA_MPIIX=m +CONFIG_PATA_NETCELL=m +CONFIG_PATA_NINJA32=m +CONFIG_PATA_NS87410=m +CONFIG_PATA_NS87415=m +CONFIG_PATA_OF_PLATFORM=m +CONFIG_PATA_OLDPIIX=m +CONFIG_PATA_OPTI=m +CONFIG_PATA_OPTIDMA=m +CONFIG_PATA_PCMCIA=m +CONFIG_PATA_PDC2027X=m +CONFIG_PATA_PDC_OLD=m +CONFIG_PATA_PLATFORM=m +CONFIG_PATA_QDI=m +CONFIG_PATA_RADISYS=m +CONFIG_PATA_RDC=m +CONFIG_PATA_RZ1000=m +CONFIG_PATA_SC1200=m +CONFIG_PATA_SCH=m +CONFIG_PATA_SERVERWORKS=m +CONFIG_PATA_SIL680=m +CONFIG_PATA_SIS=y +CONFIG_PATA_TOSHIBA=m +CONFIG_PATA_TRIFLEX=m +CONFIG_PATA_VIA=m +CONFIG_PATA_WINBOND=m +CONFIG_PATA_WINBOND_VLB=m +CONFIG_PC300TOO=m +CONFIG_PC8736x_GPIO=m +CONFIG_PC87413_WDT=m +CONFIG_PCCARD_NONSTATIC=y +CONFIG_PCF50633_ADC=m +CONFIG_PCF50633_GPIO=m +CONFIG_PCH_CAN=m +CONFIG_PCH_DMA=m +CONFIG_PCH_GBE=m +CONFIG_PCH_PHUB=m +CONFIG_PCI=y +CONFIG_PCI200SYN=m +CONFIG_PCIEAER=y +# CONFIG_PCIEAER_INJECT is not set +CONFIG_PCIEASPM=y +# CONFIG_PCIEASPM_DEBUG is not set +CONFIG_PCIEASPM_DEFAULT=y +# CONFIG_PCIEASPM_PERFORMANCE is not set +# CONFIG_PCIEASPM_POWERSAVE is not set +CONFIG_PCIEPORTBUS=y +# CONFIG_PCIE_ECRC is not set +CONFIG_PCIE_PME=y +CONFIG_PCIPCWATCHDOG=m +CONFIG_PCI_ATMEL=m +CONFIG_PCI_ATS=y +CONFIG_PCI_BIOS=y +# CONFIG_PCI_CNB20LE_QUIRK is not set +# CONFIG_PCI_DEBUG is not set +CONFIG_PCI_DIRECT=y +CONFIG_PCI_DOMAINS=y +CONFIG_PCI_GOANY=y +# CONFIG_PCI_GOBIOS is not set +# CONFIG_PCI_GODIRECT is not set +# CONFIG_PCI_GOMMCONFIG is not set +CONFIG_PCI_IOAPIC=y +CONFIG_PCI_IOV=y +CONFIG_PCI_LABEL=y +CONFIG_PCI_MMCONFIG=y +CONFIG_PCI_MSI=y +CONFIG_PCI_PASID=y +CONFIG_PCI_PRI=y +CONFIG_PCI_QUIRKS=y +CONFIG_PCI_REALLOC_ENABLE_AUTO=y +CONFIG_PCI_STUB=m +# CONFIG_PCI_SYSCALL is not set +CONFIG_PCI_XEN=y +CONFIG_PCMCIA=m +CONFIG_PCMCIA_3C574=m +CONFIG_PCMCIA_3C589=m +CONFIG_PCMCIA_AHA152X=m +CONFIG_PCMCIA_ATMEL=m +CONFIG_PCMCIA_AXNET=m +CONFIG_PCMCIA_FDOMAIN=m +CONFIG_PCMCIA_FMVJ18X=m +CONFIG_PCMCIA_HERMES=m +CONFIG_PCMCIA_LOAD_CIS=y +CONFIG_PCMCIA_NINJA_SCSI=m +CONFIG_PCMCIA_NMCLAN=m +CONFIG_PCMCIA_PCNET=m +CONFIG_PCMCIA_PROBE=y +CONFIG_PCMCIA_QLOGIC=m +CONFIG_PCMCIA_RAYCS=m +CONFIG_PCMCIA_SMC91C92=m +CONFIG_PCMCIA_SPECTRUM=m +CONFIG_PCMCIA_SYM53C500=m +CONFIG_PCMCIA_WL3501=m +CONFIG_PCMCIA_XIRC2PS=m +CONFIG_PCMCIA_XIRCOM=m +CONFIG_PCNET32=m +CONFIG_PCSPKR_PLATFORM=y +CONFIG_PCWATCHDOG=m +CONFIG_PD6729=m +CONFIG_PDA_POWER=m +CONFIG_PDC_ADMA=m +CONFIG_PERCPU_RWSEM=y +CONFIG_PERF_EVENTS=y +CONFIG_PERF_USE_VMALLOC=y +CONFIG_PHANTOM=m +CONFIG_PHONET=m +CONFIG_PHYLIB=y +CONFIG_PHYSICAL_ALIGN=0x1000000 +CONFIG_PHYSICAL_START=0x1000000 +# CONFIG_PID_IN_CONTEXTIDR is not set +CONFIG_PID_NS=y +CONFIG_PINCONF=y +CONFIG_PINCTRL=y +CONFIG_PINCTRL_EXYNOS=y +# CONFIG_PINCTRL_EXYNOS5440 is not set +CONFIG_PINCTRL_IMX=y +CONFIG_PINCTRL_IMX6Q=y +CONFIG_PINCTRL_SAMSUNG=y +CONFIG_PINCTRL_SINGLE=m +CONFIG_PINMUX=y +CONFIG_PL310_ERRATA_588369=y +CONFIG_PL310_ERRATA_727915=y +CONFIG_PL310_ERRATA_753970=y +CONFIG_PL310_ERRATA_769419=y +CONFIG_PL320_MBOX=y +# CONFIG_PL330_DMA is not set +# CONFIG_PLAT_SPEAR is not set +CONFIG_PLAT_VERSATILE=y +CONFIG_PLAT_VERSATILE_CLCD=y +CONFIG_PLAT_VERSATILE_SCHED_CLOCK=y +CONFIG_PLIP=m +CONFIG_PLX_HERMES=m +CONFIG_PM=y +CONFIG_PMBUS=m +CONFIG_PMIC_ADP5520=y +CONFIG_PMIC_DA903X=y +CONFIG_PMIC_DA9052=y +# CONFIG_PM_AUTOSLEEP is not set +CONFIG_PM_CLK=y +# CONFIG_PM_DEBUG is not set +CONFIG_PM_DEVFREQ=y +CONFIG_PM_NOTIFIER_ERROR_INJECT=m +CONFIG_PM_OPP=y +CONFIG_PM_RUNTIME=y +CONFIG_PM_SLEEP=y +CONFIG_PM_SLEEP_SMP=y +CONFIG_PM_STD_PARTITION="" +CONFIG_PM_WAKELOCKS=y +CONFIG_PM_WAKELOCKS_GC=y +CONFIG_PM_WAKELOCKS_LIMIT=100 +CONFIG_PN544_HCI_NFC=m +CONFIG_PNFS_BLOCK=m +CONFIG_PNFS_FILE_LAYOUT=m +CONFIG_PNFS_OBJLAYOUT=m +CONFIG_PNP=y +CONFIG_PNPACPI=y +CONFIG_PNPBIOS=y +CONFIG_PNPBIOS_PROC_FS=y +# CONFIG_PNP_DEBUG_MESSAGES is not set +CONFIG_POSIX_MQUEUE=y +CONFIG_POSIX_MQUEUE_SYSCTL=y +CONFIG_POWER_AVS=y +CONFIG_POWER_AVS_OMAP=y +CONFIG_POWER_AVS_OMAP_CLASS3=y +CONFIG_POWER_RESET=y +CONFIG_POWER_RESET_GPIO=y +CONFIG_POWER_SUPPLY=y +# CONFIG_POWER_SUPPLY_DEBUG is not set +CONFIG_PPDEV=m +CONFIG_PPP=y +CONFIG_PPPOATM=m +CONFIG_PPPOE=m +CONFIG_PPPOL2TP=m +CONFIG_PPP_ASYNC=m +CONFIG_PPP_BSDCOMP=m +CONFIG_PPP_DEFLATE=m +CONFIG_PPP_FILTER=y +CONFIG_PPP_MPPE=m +CONFIG_PPP_MULTILINK=y +CONFIG_PPP_SYNC_TTY=m +CONFIG_PPS=m +CONFIG_PPS_CLIENT_GPIO=m +# CONFIG_PPS_CLIENT_KTIMER is not set +CONFIG_PPS_CLIENT_LDISC=m +CONFIG_PPS_CLIENT_PARPORT=m +# CONFIG_PPS_DEBUG is not set +CONFIG_PPTP=m +# CONFIG_PREEMPT is not set +# CONFIG_PREEMPT_NONE is not set +CONFIG_PREEMPT_NOTIFIERS=y +# CONFIG_PREEMPT_RCU is not set +CONFIG_PREEMPT_VOLUNTARY=y +CONFIG_PREVENT_FIRMWARE_BUILD=y +CONFIG_PRINTER=m +CONFIG_PRINTK=y +CONFIG_PRINTK_TIME=y +# CONFIG_PRINT_QUOTA_WARNING is not set +CONFIG_PRISM2_USB=m +# CONFIG_PRISM54 is not set +CONFIG_PROBE_EVENTS=y +CONFIG_PROCESSOR_SELECT=y +CONFIG_PROC_DEVICETREE=y +CONFIG_PROC_EVENTS=y +CONFIG_PROC_FS=y +CONFIG_PROC_KCORE=y +CONFIG_PROC_PAGE_MONITOR=y +CONFIG_PROC_PID_CPUSET=y +CONFIG_PROC_SYSCTL=y +CONFIG_PROC_VMCORE=y +# CONFIG_PROFILE_ALL_BRANCHES is not set +# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set +CONFIG_PROFILING=y +# CONFIG_PROVE_LOCKING is not set +# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set +CONFIG_PSTORE=y +# CONFIG_PSTORE_CONSOLE is not set +# CONFIG_PSTORE_FTRACE is not set +CONFIG_PSTORE_RAM=m +CONFIG_PTP_1588_CLOCK=m +CONFIG_PTP_1588_CLOCK_PCH=m +CONFIG_PUBLIC_KEY_ALGO_RSA=y +CONFIG_PWM=y +CONFIG_PWM_IMX=m +CONFIG_PWM_TIECAP=m +CONFIG_PWM_TIEHRPWM=m +CONFIG_PWM_TIPWMSS=y +CONFIG_PWM_TWL=m +CONFIG_PWM_TWL_LED=m +CONFIG_QFMT_V1=m +CONFIG_QFMT_V2=m +CONFIG_QLA3XXX=m +CONFIG_QLCNIC=m +CONFIG_QLGE=m +CONFIG_QNX4FS_FS=m +# CONFIG_QNX6FS_DEBUG is not set +CONFIG_QNX6FS_FS=m +CONFIG_QSEMI_PHY=y +CONFIG_QUOTA=y +CONFIG_QUOTACTL=y +CONFIG_QUOTACTL_COMPAT=y +# CONFIG_QUOTA_DEBUG is not set +CONFIG_QUOTA_NETLINK_INTERFACE=y +CONFIG_QUOTA_TREE=m +CONFIG_R3964=m +CONFIG_R6040=m +CONFIG_R8169=m +CONFIG_R8187SE=m +CONFIG_R8712U=m +CONFIG_RADIO_ADAPTERS=y +CONFIG_RADIO_AZTECH=m +CONFIG_RADIO_CADET=m +CONFIG_RADIO_GEMTEK=m +CONFIG_RADIO_ISA=m +CONFIG_RADIO_MAXIRADIO=m +CONFIG_RADIO_MIROPCM20=m +CONFIG_RADIO_RTRACK=m +CONFIG_RADIO_RTRACK2=m +CONFIG_RADIO_SAA7706H=m +CONFIG_RADIO_SF16FMI=m +CONFIG_RADIO_SF16FMR2=m +CONFIG_RADIO_SHARK=m +CONFIG_RADIO_SHARK2=m +CONFIG_RADIO_SI470X=y +CONFIG_RADIO_SI4713=m +CONFIG_RADIO_TEA5764=m +CONFIG_RADIO_TEF6862=m +CONFIG_RADIO_TERRATEC=m +CONFIG_RADIO_TIMBERDALE=m +CONFIG_RADIO_TRUST=m +CONFIG_RADIO_TYPHOON=m +CONFIG_RADIO_WL1273=m +CONFIG_RADIO_WL128X=m +CONFIG_RADIO_ZOLTRIX=m +CONFIG_RAID6_PQ=m +CONFIG_RAID_ATTRS=m +CONFIG_RAPIDIO=y +CONFIG_RAPIDIO_CPS_GEN2=y +CONFIG_RAPIDIO_CPS_XX=y +# CONFIG_RAPIDIO_DEBUG is not set +CONFIG_RAPIDIO_DISC_TIMEOUT=30 +CONFIG_RAPIDIO_DMA_ENGINE=y +# CONFIG_RAPIDIO_ENABLE_RX_TX_PORTS is not set +CONFIG_RAPIDIO_TSI500=y +CONFIG_RAPIDIO_TSI568=y +CONFIG_RAPIDIO_TSI57X=y +CONFIG_RAPIDIO_TSI721=y +CONFIG_RATIONAL=y +CONFIG_RAW_DRIVER=m +CONFIG_RBTREE_TEST=m +# CONFIG_RCU_CPU_STALL_INFO is not set +CONFIG_RCU_CPU_STALL_TIMEOUT=60 +# CONFIG_RCU_FANOUT_EXACT is not set +CONFIG_RCU_FANOUT_LEAF=16 +CONFIG_RCU_FAST_NO_HZ=y +# CONFIG_RCU_NOCB_CPU is not set +# CONFIG_RCU_TORTURE_TEST is not set +# CONFIG_RCU_TRACE is not set +# CONFIG_RCU_USER_QS is not set +CONFIG_RC_ATI_REMOTE=m +CONFIG_RC_CORE=m +CONFIG_RC_DECODERS=y +CONFIG_RC_DEVICES=y +CONFIG_RC_LOOPBACK=m +CONFIG_RC_MAP=m +CONFIG_RDS=m +# CONFIG_RDS_DEBUG is not set +CONFIG_RDS_RDMA=m +CONFIG_RDS_TCP=m +CONFIG_RD_BZIP2=y +CONFIG_RD_GZIP=y +CONFIG_RD_LZMA=y +CONFIG_RD_LZO=y +CONFIG_RD_XZ=y +# CONFIG_READABLE_ASM is not set +CONFIG_REALTEK_AUTOPM=y +CONFIG_REALTEK_PHY=y +CONFIG_REED_SOLOMON=m +CONFIG_REED_SOLOMON_DEC16=y +CONFIG_REED_SOLOMON_DEC8=y +CONFIG_REED_SOLOMON_ENC8=y +CONFIG_REGMAP=y +CONFIG_REGMAP_I2C=y +CONFIG_REGMAP_IRQ=y +CONFIG_REGMAP_SPI=y +CONFIG_REGULATOR=y +CONFIG_REGULATOR_88PM8607=y +CONFIG_REGULATOR_AAT2870=m +CONFIG_REGULATOR_AB3100=m +CONFIG_REGULATOR_AD5398=m +CONFIG_REGULATOR_ANATOP=m +CONFIG_REGULATOR_ARIZONA=m +CONFIG_REGULATOR_AS3711=m +CONFIG_REGULATOR_DA903X=m +CONFIG_REGULATOR_DA9052=m +CONFIG_REGULATOR_DA9055=m +# CONFIG_REGULATOR_DEBUG is not set +# CONFIG_REGULATOR_DUMMY is not set +CONFIG_REGULATOR_FAN53555=m +CONFIG_REGULATOR_GPIO=m +CONFIG_REGULATOR_ISL6271A=m +CONFIG_REGULATOR_LP3971=m +CONFIG_REGULATOR_LP3972=m +CONFIG_REGULATOR_LP872X=y +CONFIG_REGULATOR_LP8788=y +CONFIG_REGULATOR_MAX1586=m +CONFIG_REGULATOR_MAX77686=m +CONFIG_REGULATOR_MAX8649=m +CONFIG_REGULATOR_MAX8660=m +CONFIG_REGULATOR_MAX8907=m +CONFIG_REGULATOR_MAX8925=m +CONFIG_REGULATOR_MAX8952=m +CONFIG_REGULATOR_MAX8973=m +CONFIG_REGULATOR_MAX8997=m +CONFIG_REGULATOR_MAX8998=m +CONFIG_REGULATOR_MC13783=m +CONFIG_REGULATOR_MC13892=m +CONFIG_REGULATOR_MC13XXX_CORE=m +CONFIG_REGULATOR_PALMAS=m +CONFIG_REGULATOR_PCAP=m +CONFIG_REGULATOR_PCF50633=m +CONFIG_REGULATOR_RC5T583=m +CONFIG_REGULATOR_S2MPS11=m +CONFIG_REGULATOR_S5M8767=m +CONFIG_REGULATOR_TPS51632=m +CONFIG_REGULATOR_TPS6105X=m +CONFIG_REGULATOR_TPS62360=m +CONFIG_REGULATOR_TPS65023=m +CONFIG_REGULATOR_TPS6507X=m +CONFIG_REGULATOR_TPS65090=m +CONFIG_REGULATOR_TPS65217=m +CONFIG_REGULATOR_TPS6524X=m +CONFIG_REGULATOR_TPS6586X=m +CONFIG_REGULATOR_TPS65910=m +CONFIG_REGULATOR_TPS65912=m +CONFIG_REGULATOR_TPS80031=m +CONFIG_REGULATOR_TWL4030=y +CONFIG_REGULATOR_USERSPACE_CONSUMER=m +CONFIG_REGULATOR_VEXPRESS=m +CONFIG_REGULATOR_VIRTUAL_CONSUMER=m +CONFIG_REGULATOR_WM831X=m +CONFIG_REGULATOR_WM8350=m +CONFIG_REGULATOR_WM8400=m +CONFIG_REGULATOR_WM8994=m +# CONFIG_REISERFS_CHECK is not set +CONFIG_REISERFS_FS=m +CONFIG_REISERFS_FS_POSIX_ACL=y +CONFIG_REISERFS_FS_SECURITY=y +CONFIG_REISERFS_FS_XATTR=y +# CONFIG_REISERFS_PROC_INFO is not set +CONFIG_RELAY=y +CONFIG_RELOCATABLE=y +CONFIG_REMOTEPROC=m +CONFIG_RESOURCE_COUNTERS=y +CONFIG_RFD_FTL=m +CONFIG_RFKILL=y +CONFIG_RFKILL_GPIO=m +CONFIG_RFKILL_INPUT=y +CONFIG_RFKILL_LEDS=y +CONFIG_RFKILL_REGULATOR=m +CONFIG_RFS_ACCEL=y +CONFIG_RING_BUFFER=y +CONFIG_RING_BUFFER_ALLOW_SWAP=y +# CONFIG_RING_BUFFER_BENCHMARK is not set +CONFIG_RIONET=m +CONFIG_RIONET_RX_SIZE=128 +CONFIG_RIONET_TX_SIZE=128 +CONFIG_ROCKETPORT=m +CONFIG_ROMFS_BACKED_BY_BLOCK=y +# CONFIG_ROMFS_BACKED_BY_BOTH is not set +# CONFIG_ROMFS_BACKED_BY_MTD is not set +CONFIG_ROMFS_FS=m +CONFIG_ROMFS_ON_BLOCK=y +CONFIG_ROSE=m +CONFIG_RPCSEC_GSS_KRB5=m +CONFIG_RPS=y +CONFIG_RT2400PCI=m +CONFIG_RT2500PCI=m +CONFIG_RT2500USB=m +CONFIG_RT2800PCI=m +CONFIG_RT2800PCI_RT3290=y +CONFIG_RT2800PCI_RT33XX=y +CONFIG_RT2800PCI_RT35XX=y +CONFIG_RT2800PCI_RT53XX=y +CONFIG_RT2800USB=m +CONFIG_RT2800USB_RT33XX=y +CONFIG_RT2800USB_RT35XX=y +CONFIG_RT2800USB_RT53XX=y +CONFIG_RT2800USB_UNKNOWN=y +CONFIG_RT2800_LIB=m +CONFIG_RT2X00=m +# CONFIG_RT2X00_DEBUG is not set +CONFIG_RT2X00_LIB=m +CONFIG_RT2X00_LIB_CRYPTO=y +# CONFIG_RT2X00_LIB_DEBUGFS is not set +CONFIG_RT2X00_LIB_FIRMWARE=y +CONFIG_RT2X00_LIB_LEDS=y +CONFIG_RT2X00_LIB_PCI=m +CONFIG_RT2X00_LIB_USB=m +CONFIG_RT61PCI=m +CONFIG_RT73USB=m +CONFIG_RTC_CLASS=y +# CONFIG_RTC_DEBUG is not set +CONFIG_RTC_DRV_88PM80X=m +CONFIG_RTC_DRV_88PM860X=m +CONFIG_RTC_DRV_AB3100=m +CONFIG_RTC_DRV_BQ32K=m +CONFIG_RTC_DRV_BQ4802=m +CONFIG_RTC_DRV_DA9052=m +CONFIG_RTC_DRV_DA9055=m +CONFIG_RTC_DRV_DS1286=m +CONFIG_RTC_DRV_DS1305=m +CONFIG_RTC_DRV_DS1307=m +CONFIG_RTC_DRV_DS1374=m +CONFIG_RTC_DRV_DS1390=m +CONFIG_RTC_DRV_DS1511=m +CONFIG_RTC_DRV_DS1553=m +CONFIG_RTC_DRV_DS1672=m +CONFIG_RTC_DRV_DS1742=m +CONFIG_RTC_DRV_DS2404=m +CONFIG_RTC_DRV_DS3232=m +CONFIG_RTC_DRV_DS3234=m +CONFIG_RTC_DRV_EM3027=m +CONFIG_RTC_DRV_FM3130=m +# CONFIG_RTC_DRV_IMXDI is not set +CONFIG_RTC_DRV_ISL12022=m +CONFIG_RTC_DRV_ISL1208=m +CONFIG_RTC_DRV_M41T80=m +CONFIG_RTC_DRV_M41T80_WDT=y +CONFIG_RTC_DRV_M41T93=m +CONFIG_RTC_DRV_M41T94=m +CONFIG_RTC_DRV_M48T35=m +CONFIG_RTC_DRV_M48T59=m +CONFIG_RTC_DRV_M48T86=m +CONFIG_RTC_DRV_MAX6900=m +CONFIG_RTC_DRV_MAX6902=m +CONFIG_RTC_DRV_MAX8907=m +CONFIG_RTC_DRV_MAX8925=m +CONFIG_RTC_DRV_MAX8998=m +CONFIG_RTC_DRV_MC13XXX=m +CONFIG_RTC_DRV_MSM6242=m +# CONFIG_RTC_DRV_MXC is not set +CONFIG_RTC_DRV_OMAP=m +CONFIG_RTC_DRV_PCAP=m +CONFIG_RTC_DRV_PCF2123=m +CONFIG_RTC_DRV_PCF50633=m +CONFIG_RTC_DRV_PCF8523=m +CONFIG_RTC_DRV_PCF8563=m +CONFIG_RTC_DRV_PCF8583=m +CONFIG_RTC_DRV_PL030=m +CONFIG_RTC_DRV_PL031=y +CONFIG_RTC_DRV_R9701=m +CONFIG_RTC_DRV_RC5T583=m +CONFIG_RTC_DRV_RP5C01=m +CONFIG_RTC_DRV_RS5C348=m +CONFIG_RTC_DRV_RS5C372=m +CONFIG_RTC_DRV_RV3029C2=m +CONFIG_RTC_DRV_RX8025=m +CONFIG_RTC_DRV_RX8581=m +CONFIG_RTC_DRV_S35390A=m +CONFIG_RTC_DRV_SNVS=m +CONFIG_RTC_DRV_STK17TA8=m +# CONFIG_RTC_DRV_TEST is not set +CONFIG_RTC_DRV_TPS6586X=m +CONFIG_RTC_DRV_TPS65910=m +CONFIG_RTC_DRV_V3020=m +CONFIG_RTC_DRV_VRTC=m +CONFIG_RTC_DRV_WM831X=m +CONFIG_RTC_DRV_WM8350=m +CONFIG_RTC_DRV_X1205=m +CONFIG_RTC_HCTOSYS=y +CONFIG_RTC_HCTOSYS_DEVICE="rtc0" +CONFIG_RTC_INTF_DEV=y +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set +CONFIG_RTC_INTF_PROC=y +CONFIG_RTC_INTF_SYSFS=y +CONFIG_RTC_LIB=y +CONFIG_RTL8180=m +CONFIG_RTL8187=m +CONFIG_RTL8187_LEDS=y +CONFIG_RTL8192CE=m +CONFIG_RTL8192CU=m +CONFIG_RTL8192C_COMMON=m +CONFIG_RTL8192DE=m +CONFIG_RTL8192E=m +CONFIG_RTL8192SE=m +CONFIG_RTL8192U=m +CONFIG_RTL8723AE=m +CONFIG_RTLLIB=m +CONFIG_RTLLIB_CRYPTO_CCMP=m +CONFIG_RTLLIB_CRYPTO_TKIP=m +CONFIG_RTLLIB_CRYPTO_WEP=m +CONFIG_RTLWIFI=m +# CONFIG_RTLWIFI_DEBUG is not set +CONFIG_RTS5139=m +# CONFIG_RTS5139_DEBUG is not set +CONFIG_RT_GROUP_SCHED=y +CONFIG_RT_MUTEXES=y +# CONFIG_RT_MUTEX_TESTER is not set +CONFIG_RWSEM_GENERIC_SPINLOCK=y +CONFIG_RWSEM_XCHGADD_ALGORITHM=y +CONFIG_RXKAD=m +CONFIG_S2IO=m +# CONFIG_SAMPLES is not set +CONFIG_SAMSUNG_LAPTOP=m +CONFIG_SAMSUNG_Q10=m +CONFIG_SATA_ACARD_AHCI=m +CONFIG_SATA_AHCI=m +CONFIG_SATA_AHCI_PLATFORM=m +CONFIG_SATA_INIC162X=m +CONFIG_SATA_MV=m +CONFIG_SATA_NV=m +CONFIG_SATA_PMP=y +CONFIG_SATA_PROMISE=m +CONFIG_SATA_QSTOR=m +CONFIG_SATA_SIL=m +CONFIG_SATA_SIL24=m +CONFIG_SATA_SIS=m +CONFIG_SATA_SVW=m +CONFIG_SATA_SX4=m +CONFIG_SATA_ULI=m +CONFIG_SATA_VIA=m +CONFIG_SATA_VITESSE=m +CONFIG_SATA_ZPODD=y +CONFIG_SB105X=m +CONFIG_SBC7240_WDT=m +CONFIG_SBC8360_WDT=m +CONFIG_SBC_EPX_C3_WATCHDOG=m +CONFIG_SBC_FITPC2_WATCHDOG=m +CONFIG_SBE_2T3E3=m +CONFIG_SBE_PMCC4_NCOMM=y +CONFIG_SBNI=m +# CONFIG_SBNI_MULTILINE is not set +CONFIG_SBP_TARGET=m +CONFIG_SBYPASS=m +CONFIG_SC1200_WDT=m +CONFIG_SC520_WDT=m +CONFIG_SC92031=m +CONFIG_SCA3000=m +CONFIG_SCC=m +# CONFIG_SCC_DELAY is not set +# CONFIG_SCC_TRXECHO is not set +CONFIG_SCHEDSTATS=y +CONFIG_SCHED_AUTOGROUP=y +CONFIG_SCHED_DEBUG=y +CONFIG_SCHED_HRTICK=y +CONFIG_SCHED_MC=y +CONFIG_SCHED_OMIT_FRAME_POINTER=y +CONFIG_SCHED_TRACER=y +CONFIG_SCSI=y +CONFIG_SCSI_3W_9XXX=m +CONFIG_SCSI_3W_SAS=m +CONFIG_SCSI_7000FASST=m +CONFIG_SCSI_AACRAID=m +CONFIG_SCSI_ACARD=m +CONFIG_SCSI_ADVANSYS=m +CONFIG_SCSI_AHA152X=m +CONFIG_SCSI_AHA1542=m +CONFIG_SCSI_AHA1740=m +CONFIG_SCSI_AIC79XX=m +CONFIG_SCSI_AIC7XXX=m +# CONFIG_SCSI_AIC7XXX_OLD is not set +CONFIG_SCSI_AIC94XX=m +CONFIG_SCSI_ARCMSR=m +CONFIG_SCSI_BFA_FC=m +CONFIG_SCSI_BNX2X_FCOE=m +CONFIG_SCSI_BNX2_ISCSI=m +CONFIG_SCSI_BUSLOGIC=m +CONFIG_SCSI_CHELSIO_FCOE=m +CONFIG_SCSI_CONSTANTS=y +CONFIG_SCSI_CXGB3_ISCSI=m +CONFIG_SCSI_CXGB4_ISCSI=m +CONFIG_SCSI_DC390T=m +CONFIG_SCSI_DC395x=m +CONFIG_SCSI_DEBUG=m +CONFIG_SCSI_DH=m +CONFIG_SCSI_DH_ALUA=m +CONFIG_SCSI_DH_EMC=m +CONFIG_SCSI_DH_HP_SW=m +CONFIG_SCSI_DH_RDAC=m +CONFIG_SCSI_DMA=y +CONFIG_SCSI_DMX3191D=m +CONFIG_SCSI_DPT_I2O=m +CONFIG_SCSI_DTC3280=m +CONFIG_SCSI_EATA=m +CONFIG_SCSI_EATA_LINKED_COMMANDS=y +CONFIG_SCSI_EATA_MAX_TAGS=16 +CONFIG_SCSI_EATA_TAGGED_QUEUE=y +CONFIG_SCSI_ENCLOSURE=m +CONFIG_SCSI_FC_ATTRS=m +CONFIG_SCSI_FC_TGT_ATTRS=y +CONFIG_SCSI_FLASHPOINT=y +CONFIG_SCSI_FUTURE_DOMAIN=m +CONFIG_SCSI_GDTH=m +CONFIG_SCSI_GENERIC_NCR5380=m +CONFIG_SCSI_GENERIC_NCR5380_MMIO=m +CONFIG_SCSI_GENERIC_NCR53C400=y +CONFIG_SCSI_HPSA=m +CONFIG_SCSI_HPTIOP=m +CONFIG_SCSI_IMM=m +CONFIG_SCSI_IN2000=m +CONFIG_SCSI_INIA100=m +CONFIG_SCSI_INITIO=m +CONFIG_SCSI_IPR=m +# CONFIG_SCSI_IPR_DUMP is not set +# CONFIG_SCSI_IPR_TRACE is not set +CONFIG_SCSI_IPS=m +CONFIG_SCSI_ISCI=m +CONFIG_SCSI_ISCSI_ATTRS=m +# CONFIG_SCSI_IZIP_EPP16 is not set +# CONFIG_SCSI_IZIP_SLOW_CTR is not set +CONFIG_SCSI_LOGGING=y +CONFIG_SCSI_LOWLEVEL=y +CONFIG_SCSI_LOWLEVEL_PCMCIA=y +CONFIG_SCSI_LPFC=m +# CONFIG_SCSI_LPFC_DEBUG_FS is not set +CONFIG_SCSI_MOD=y +CONFIG_SCSI_MPT2SAS=m +# CONFIG_SCSI_MPT2SAS_LOGGING is not set +CONFIG_SCSI_MPT2SAS_MAX_SGE=128 +CONFIG_SCSI_MPT3SAS=m +# CONFIG_SCSI_MPT3SAS_LOGGING is not set +CONFIG_SCSI_MPT3SAS_MAX_SGE=128 +CONFIG_SCSI_MULTI_LUN=y +CONFIG_SCSI_MVSAS=m +# CONFIG_SCSI_MVSAS_DEBUG is not set +# CONFIG_SCSI_MVSAS_TASKLET is not set +CONFIG_SCSI_MVUMI=m +CONFIG_SCSI_NCR53C406A=m +CONFIG_SCSI_NETLINK=y +CONFIG_SCSI_NSP32=m +# CONFIG_SCSI_OSD_DEBUG is not set +CONFIG_SCSI_OSD_DPRINT_SENSE=1 +CONFIG_SCSI_OSD_INITIATOR=m +CONFIG_SCSI_OSD_ULD=m +CONFIG_SCSI_PAS16=m +CONFIG_SCSI_PM8001=m +CONFIG_SCSI_PMCRAID=m +CONFIG_SCSI_PPA=m +CONFIG_SCSI_PROC_FS=y +CONFIG_SCSI_QLA_FC=m +CONFIG_SCSI_QLA_ISCSI=m +CONFIG_SCSI_QLOGIC_1280=m +CONFIG_SCSI_QLOGIC_FAS=m +CONFIG_SCSI_SAS_ATA=y +CONFIG_SCSI_SAS_ATTRS=m +CONFIG_SCSI_SAS_HOST_SMP=y +CONFIG_SCSI_SAS_LIBSAS=m +CONFIG_SCSI_SCAN_ASYNC=y +CONFIG_SCSI_SIM710=m +CONFIG_SCSI_SRP=m +CONFIG_SCSI_SRP_ATTRS=m +CONFIG_SCSI_SRP_TGT_ATTRS=y +CONFIG_SCSI_STEX=m +CONFIG_SCSI_SYM53C416=m +CONFIG_SCSI_SYM53C8XX_2=m +CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16 +CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1 +CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64 +CONFIG_SCSI_SYM53C8XX_MMIO=y +CONFIG_SCSI_T128=m +CONFIG_SCSI_TGT=m +CONFIG_SCSI_U14_34F=m +CONFIG_SCSI_U14_34F_LINKED_COMMANDS=y +CONFIG_SCSI_U14_34F_MAX_TAGS=8 +CONFIG_SCSI_U14_34F_TAGGED_QUEUE=y +CONFIG_SCSI_UFSHCD=m +CONFIG_SCSI_ULTRASTOR=m +CONFIG_SCSI_VIRTIO=m +CONFIG_SCTP_COOKIE_HMAC_MD5=y +CONFIG_SCTP_COOKIE_HMAC_SHA1=y +# CONFIG_SCTP_DBG_MSG is not set +# CONFIG_SCTP_DBG_OBJCNT is not set +# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_MD5 is not set +# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_NONE is not set +CONFIG_SCTP_DEFAULT_COOKIE_HMAC_SHA1=y +CONFIG_SCx200=m +CONFIG_SCx200HR_TIMER=m +CONFIG_SCx200_ACB=m +CONFIG_SCx200_GPIO=m +# CONFIG_SCx200_I2C is not set +CONFIG_SCx200_WDT=m +CONFIG_SDIO_UART=m +CONFIG_SDLA=m +CONFIG_SEALEVEL_4021=m +CONFIG_SECCOMP=y +CONFIG_SECCOMP_FILTER=y +CONFIG_SECURITY=y +CONFIG_SECURITYFS=y +CONFIG_SECURITY_APPARMOR=y +CONFIG_SECURITY_APPARMOR_BOOTPARAM_VALUE=1 +# CONFIG_SECURITY_DMESG_RESTRICT is not set +CONFIG_SECURITY_NETWORK=y +# CONFIG_SECURITY_NETWORK_XFRM is not set +CONFIG_SECURITY_PATH=y +CONFIG_SECURITY_SELINUX=y +CONFIG_SECURITY_SELINUX_AVC_STATS=y +CONFIG_SECURITY_SELINUX_BOOTPARAM=y +CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=0 +CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=1 +CONFIG_SECURITY_SELINUX_DEVELOP=y +CONFIG_SECURITY_SELINUX_DISABLE=y +# CONFIG_SECURITY_SELINUX_POLICYDB_VERSION_MAX is not set +CONFIG_SECURITY_SMACK=y +CONFIG_SECURITY_TOMOYO=y +CONFIG_SECURITY_TOMOYO_ACTIVATION_TRIGGER="/sbin/init" +CONFIG_SECURITY_TOMOYO_MAX_ACCEPT_ENTRY=2048 +CONFIG_SECURITY_TOMOYO_MAX_AUDIT_LOG=1024 +# CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER is not set +CONFIG_SECURITY_TOMOYO_POLICY_LOADER="/sbin/tomoyo-init" +CONFIG_SECURITY_YAMA=y +CONFIG_SECURITY_YAMA_STACKED=y +CONFIG_SEEQ8005=m +CONFIG_SELECT_MEMORY_MODEL=y +CONFIG_SENSORS_ABITUGURU=m +CONFIG_SENSORS_ABITUGURU3=m +CONFIG_SENSORS_ACPI_POWER=m +CONFIG_SENSORS_AD7314=m +CONFIG_SENSORS_AD7414=m +CONFIG_SENSORS_AD7418=m +CONFIG_SENSORS_ADCXX=m +CONFIG_SENSORS_ADM1021=m +CONFIG_SENSORS_ADM1025=m +CONFIG_SENSORS_ADM1026=m +CONFIG_SENSORS_ADM1029=m +CONFIG_SENSORS_ADM1031=m +CONFIG_SENSORS_ADM1275=m +CONFIG_SENSORS_ADM9240=m +CONFIG_SENSORS_ADS1015=m +CONFIG_SENSORS_ADS7828=m +CONFIG_SENSORS_ADS7871=m +CONFIG_SENSORS_ADT7410=m +CONFIG_SENSORS_ADT7411=m +CONFIG_SENSORS_ADT7462=m +CONFIG_SENSORS_ADT7470=m +CONFIG_SENSORS_ADT7475=m +CONFIG_SENSORS_AK8975=m +CONFIG_SENSORS_AMC6821=m +CONFIG_SENSORS_APDS990X=m +CONFIG_SENSORS_APPLESMC=m +CONFIG_SENSORS_ASB100=m +CONFIG_SENSORS_ASC7621=m +CONFIG_SENSORS_ATK0110=m +CONFIG_SENSORS_ATXP1=m +CONFIG_SENSORS_BH1770=m +CONFIG_SENSORS_BH1780=m +CONFIG_SENSORS_CORETEMP=m +CONFIG_SENSORS_DA9052_ADC=m +CONFIG_SENSORS_DA9055=m +CONFIG_SENSORS_DME1737=m +CONFIG_SENSORS_DS1621=m +CONFIG_SENSORS_DS620=m +CONFIG_SENSORS_EMC1403=m +CONFIG_SENSORS_EMC2103=m +CONFIG_SENSORS_EMC6W201=m +CONFIG_SENSORS_F71805F=m +CONFIG_SENSORS_F71882FG=m +CONFIG_SENSORS_F75375S=m +CONFIG_SENSORS_FAM15H_POWER=m +CONFIG_SENSORS_FSCHMD=m +CONFIG_SENSORS_G760A=m +CONFIG_SENSORS_GL518SM=m +CONFIG_SENSORS_GL520SM=m +CONFIG_SENSORS_GPIO_FAN=m +CONFIG_SENSORS_HDAPS=m +CONFIG_SENSORS_HIH6130=m +CONFIG_SENSORS_HMC5843=m +CONFIG_SENSORS_I5K_AMB=m +CONFIG_SENSORS_IBMAEM=m +CONFIG_SENSORS_IBMPEX=m +CONFIG_SENSORS_INA2XX=m +CONFIG_SENSORS_ISL29018=m +CONFIG_SENSORS_ISL29028=m +CONFIG_SENSORS_IT87=m +CONFIG_SENSORS_JC42=m +CONFIG_SENSORS_K10TEMP=m +CONFIG_SENSORS_K8TEMP=m +CONFIG_SENSORS_LINEAGE=m +CONFIG_SENSORS_LIS3LV02D=m +CONFIG_SENSORS_LIS3_I2C=m +CONFIG_SENSORS_LIS3_SPI=m +CONFIG_SENSORS_LM25066=m +CONFIG_SENSORS_LM3533=m +CONFIG_SENSORS_LM63=m +CONFIG_SENSORS_LM70=m +CONFIG_SENSORS_LM73=m +CONFIG_SENSORS_LM75=m +CONFIG_SENSORS_LM77=m +CONFIG_SENSORS_LM78=m +CONFIG_SENSORS_LM80=m +CONFIG_SENSORS_LM83=m +CONFIG_SENSORS_LM85=m +CONFIG_SENSORS_LM87=m +CONFIG_SENSORS_LM90=m +CONFIG_SENSORS_LM92=m +CONFIG_SENSORS_LM93=m +CONFIG_SENSORS_LM95241=m +CONFIG_SENSORS_LM95245=m +CONFIG_SENSORS_LTC2978=m +CONFIG_SENSORS_LTC4151=m +CONFIG_SENSORS_LTC4215=m +CONFIG_SENSORS_LTC4245=m +CONFIG_SENSORS_LTC4261=m +CONFIG_SENSORS_MAX1111=m +CONFIG_SENSORS_MAX16064=m +CONFIG_SENSORS_MAX16065=m +CONFIG_SENSORS_MAX1619=m +CONFIG_SENSORS_MAX1668=m +CONFIG_SENSORS_MAX197=m +CONFIG_SENSORS_MAX34440=m +CONFIG_SENSORS_MAX6639=m +CONFIG_SENSORS_MAX6642=m +CONFIG_SENSORS_MAX6650=m +CONFIG_SENSORS_MAX8688=m +CONFIG_SENSORS_MC13783_ADC=m +CONFIG_SENSORS_MCP3021=m +CONFIG_SENSORS_NTC_THERMISTOR=m +CONFIG_SENSORS_PC87360=m +CONFIG_SENSORS_PC87427=m +CONFIG_SENSORS_PCF8591=m +CONFIG_SENSORS_PMBUS=m +CONFIG_SENSORS_SCH5627=m +CONFIG_SENSORS_SCH5636=m +CONFIG_SENSORS_SCH56XX_COMMON=m +CONFIG_SENSORS_SHT15=m +CONFIG_SENSORS_SHT21=m +CONFIG_SENSORS_SIS5595=m +CONFIG_SENSORS_SMM665=m +CONFIG_SENSORS_SMSC47B397=m +CONFIG_SENSORS_SMSC47M1=m +CONFIG_SENSORS_SMSC47M192=m +CONFIG_SENSORS_THMC50=m +CONFIG_SENSORS_TMP102=m +CONFIG_SENSORS_TMP401=m +CONFIG_SENSORS_TMP421=m +CONFIG_SENSORS_TSL2550=m +CONFIG_SENSORS_TSL2563=m +CONFIG_SENSORS_TWL4030_MADC=m +CONFIG_SENSORS_UCD9000=m +CONFIG_SENSORS_UCD9200=m +CONFIG_SENSORS_VEXPRESS=m +CONFIG_SENSORS_VIA686A=m +CONFIG_SENSORS_VIA_CPUTEMP=m +CONFIG_SENSORS_VT1211=m +CONFIG_SENSORS_VT8231=m +CONFIG_SENSORS_W83627EHF=m +CONFIG_SENSORS_W83627HF=m +CONFIG_SENSORS_W83781D=m +CONFIG_SENSORS_W83791D=m +CONFIG_SENSORS_W83792D=m +CONFIG_SENSORS_W83793=m +CONFIG_SENSORS_W83795=m +# CONFIG_SENSORS_W83795_FANCTRL is not set +CONFIG_SENSORS_W83L785TS=m +CONFIG_SENSORS_W83L786NG=m +CONFIG_SENSORS_WM831X=m +CONFIG_SENSORS_WM8350=m +CONFIG_SENSORS_ZL6100=m +CONFIG_SERIAL_8250=y +CONFIG_SERIAL_8250_ACCENT=m +CONFIG_SERIAL_8250_BOCA=m +CONFIG_SERIAL_8250_CONSOLE=y +CONFIG_SERIAL_8250_CS=m +# CONFIG_SERIAL_8250_DETECT_IRQ is not set +CONFIG_SERIAL_8250_DW=m +# CONFIG_SERIAL_8250_EM is not set +CONFIG_SERIAL_8250_EXAR_ST16C554=m +CONFIG_SERIAL_8250_EXTENDED=y +CONFIG_SERIAL_8250_FOURPORT=m +CONFIG_SERIAL_8250_HUB6=m +CONFIG_SERIAL_8250_MANY_PORTS=y +CONFIG_SERIAL_8250_NR_UARTS=48 +CONFIG_SERIAL_8250_PCI=y +CONFIG_SERIAL_8250_PNP=y +CONFIG_SERIAL_8250_RSA=y +CONFIG_SERIAL_8250_RUNTIME_UARTS=32 +CONFIG_SERIAL_8250_SHARE_IRQ=y +CONFIG_SERIAL_ALTERA_JTAGUART=m +CONFIG_SERIAL_ALTERA_UART=m +CONFIG_SERIAL_ALTERA_UART_BAUDRATE=115200 +CONFIG_SERIAL_ALTERA_UART_MAXPORTS=4 +CONFIG_SERIAL_AMBA_PL010=m +CONFIG_SERIAL_AMBA_PL011=y +CONFIG_SERIAL_AMBA_PL011_CONSOLE=y +CONFIG_SERIAL_ARC=m +CONFIG_SERIAL_ARC_NR_PORTS=1 +CONFIG_SERIAL_CORE=y +CONFIG_SERIAL_CORE_CONSOLE=y +# CONFIG_SERIAL_IFX6X60 is not set +CONFIG_SERIAL_IMX=y +CONFIG_SERIAL_IMX_CONSOLE=y +CONFIG_SERIAL_IPOCTAL=m +CONFIG_SERIAL_JSM=m +CONFIG_SERIAL_KGDB_NMI=y +CONFIG_SERIAL_MAX3100=m +CONFIG_SERIAL_MAX310X=y +CONFIG_SERIAL_MFD_HSU=m +CONFIG_SERIAL_MRST_MAX3110=m +CONFIG_SERIAL_NONSTANDARD=y +CONFIG_SERIAL_OF_PLATFORM=m +CONFIG_SERIAL_OMAP=y +CONFIG_SERIAL_OMAP_CONSOLE=y +CONFIG_SERIAL_PCH_UART=m +CONFIG_SERIAL_SCCNXP=y +CONFIG_SERIAL_SCCNXP_CONSOLE=y +CONFIG_SERIAL_TIMBERDALE=m +CONFIG_SERIAL_UARTLITE=m +CONFIG_SERIAL_XILINX_PS_UART=m +CONFIG_SERIO=y +CONFIG_SERIO_ALTERA_PS2=m +CONFIG_SERIO_AMBAKMI=m +CONFIG_SERIO_ARC_PS2=m +CONFIG_SERIO_CT82C710=m +CONFIG_SERIO_I8042=y +CONFIG_SERIO_LIBPS2=y +CONFIG_SERIO_PARKBD=m +CONFIG_SERIO_PCIPS2=m +CONFIG_SERIO_PS2MULT=m +CONFIG_SERIO_RAW=m +CONFIG_SERIO_SERPORT=m +CONFIG_SFC=m +CONFIG_SFC_MCDI_MON=y +CONFIG_SFC_MTD=y +CONFIG_SFC_SRIOV=y +CONFIG_SFI=y +CONFIG_SGI_IOC4=m +CONFIG_SGI_PARTITION=y +CONFIG_SHMEM=y +CONFIG_SIGMATEL_FIR=m +CONFIG_SIGNALFD=y +CONFIG_SIGNATURE=y +CONFIG_SIS190=m +CONFIG_SIS900=m +CONFIG_SKFP=m +CONFIG_SKGE=m +# CONFIG_SKGE_DEBUG is not set +CONFIG_SKGE_GENESIS=y +CONFIG_SKY2=m +# CONFIG_SKY2_DEBUG is not set +# CONFIG_SLAB is not set +CONFIG_SLABINFO=y +CONFIG_SLHC=y +CONFIG_SLICOSS=m +CONFIG_SLIP=m +CONFIG_SLIP_COMPRESSED=y +CONFIG_SLIP_MODE_SLIP6=y +CONFIG_SLIP_SMART=y +# CONFIG_SLOB is not set +CONFIG_SLUB=y +CONFIG_SLUB_DEBUG=y +# CONFIG_SLUB_DEBUG_ON is not set +# CONFIG_SLUB_STATS is not set +CONFIG_SMARTJOYPLUS_FF=y +CONFIG_SMC911X=m +CONFIG_SMC9194=m +CONFIG_SMC91X=m +CONFIG_SMC_IRCC_FIR=m +CONFIG_SMP=y +CONFIG_SMP_ON_UP=y +CONFIG_SMSC37B787_WDT=m +CONFIG_SMSC911X=m +# CONFIG_SMSC911X_ARCH_HOOKS is not set +CONFIG_SMSC9420=m +CONFIG_SMSC_PHY=y +CONFIG_SMSC_SCH311X_WDT=m +CONFIG_SMS_SDIO_DRV=m +CONFIG_SMS_SIANO_MDTV=m +CONFIG_SMS_SIANO_RC=y +CONFIG_SMS_USB_DRV=m +CONFIG_SM_FTL=m +CONFIG_SND_AC97_CODEC=m +CONFIG_SND_AC97_POWER_SAVE=y +CONFIG_SND_AC97_POWER_SAVE_DEFAULT=0 +CONFIG_SND_AD1816A=m +CONFIG_SND_AD1848=m +CONFIG_SND_AD1889=m +CONFIG_SND_ADLIB=m +CONFIG_SND_ALI5451=m +CONFIG_SND_ALOOP=m +CONFIG_SND_ALS100=m +CONFIG_SND_ALS300=m +CONFIG_SND_ALS4000=m +CONFIG_SND_ARM=y +CONFIG_SND_ARMAACI=m +CONFIG_SND_ASIHPI=m +CONFIG_SND_ATIIXP=m +CONFIG_SND_ATIIXP_MODEM=m +CONFIG_SND_AU8810=m +CONFIG_SND_AU8820=m +CONFIG_SND_AU8830=m +CONFIG_SND_AW2=m +CONFIG_SND_AZT1605=m +CONFIG_SND_AZT2316=m +CONFIG_SND_AZT2320=m +CONFIG_SND_AZT3328=m +CONFIG_SND_BT87X=m +CONFIG_SND_BT87X_OVERCLOCK=y +CONFIG_SND_CA0106=m +CONFIG_SND_CMI8328=m +CONFIG_SND_CMI8330=m +CONFIG_SND_CMIPCI=m +CONFIG_SND_CS4231=m +CONFIG_SND_CS4236=m +CONFIG_SND_CS4281=m +CONFIG_SND_CS46XX=m +CONFIG_SND_CS46XX_NEW_DSP=y +CONFIG_SND_CS5530=m +CONFIG_SND_CS5535AUDIO=m +CONFIG_SND_CTXFI=m +CONFIG_SND_DARLA20=m +CONFIG_SND_DARLA24=m +# CONFIG_SND_DEBUG is not set +CONFIG_SND_DESIGNWARE_I2S=m +CONFIG_SND_DMA_SGBUF=y +CONFIG_SND_DRIVERS=y +CONFIG_SND_DUMMY=m +CONFIG_SND_DYNAMIC_MINORS=y +CONFIG_SND_ECHO3G=m +CONFIG_SND_EMU10K1=m +CONFIG_SND_EMU10K1X=m +CONFIG_SND_ENS1370=m +CONFIG_SND_ENS1371=m +CONFIG_SND_ES1688=m +CONFIG_SND_ES18XX=m +CONFIG_SND_ES1938=m +CONFIG_SND_ES1968=m +CONFIG_SND_ES1968_INPUT=y +CONFIG_SND_ES1968_RADIO=y +CONFIG_SND_FIREWIRE=y +CONFIG_SND_FIREWIRE_LIB=m +CONFIG_SND_FIREWIRE_SPEAKERS=m +CONFIG_SND_FM801=m +CONFIG_SND_FM801_TEA575X_BOOL=y +CONFIG_SND_GINA20=m +CONFIG_SND_GINA24=m +CONFIG_SND_GUSCLASSIC=m +CONFIG_SND_GUSEXTREME=m +CONFIG_SND_GUSMAX=m +CONFIG_SND_HDA_CODEC_ANALOG=y +CONFIG_SND_HDA_CODEC_CA0110=y +CONFIG_SND_HDA_CODEC_CA0132=y +CONFIG_SND_HDA_CODEC_CIRRUS=y +CONFIG_SND_HDA_CODEC_CMEDIA=y +CONFIG_SND_HDA_CODEC_CONEXANT=y +CONFIG_SND_HDA_CODEC_HDMI=y +CONFIG_SND_HDA_CODEC_REALTEK=y +CONFIG_SND_HDA_CODEC_SI3054=y +CONFIG_SND_HDA_CODEC_SIGMATEL=y +CONFIG_SND_HDA_CODEC_VIA=y +CONFIG_SND_HDA_GENERIC=y +CONFIG_SND_HDA_HWDEP=y +CONFIG_SND_HDA_INPUT_BEEP=y +CONFIG_SND_HDA_INPUT_BEEP_MODE=0 +CONFIG_SND_HDA_INPUT_JACK=y +CONFIG_SND_HDA_INTEL=m +CONFIG_SND_HDA_PATCH_LOADER=y +CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0 +CONFIG_SND_HDA_PREALLOC_SIZE=64 +CONFIG_SND_HDA_RECONFIG=y +CONFIG_SND_HDSP=m +CONFIG_SND_HDSPM=m +CONFIG_SND_HRTIMER=m +CONFIG_SND_HWDEP=m +CONFIG_SND_ICE1712=m +CONFIG_SND_ICE1724=m +CONFIG_SND_IMX_SOC=y +CONFIG_SND_INDIGO=m +CONFIG_SND_INDIGODJ=m +CONFIG_SND_INDIGODJX=m +CONFIG_SND_INDIGOIO=m +CONFIG_SND_INDIGOIOX=m +CONFIG_SND_INTEL8X0=m +CONFIG_SND_INTEL8X0M=m +CONFIG_SND_INTERWAVE=m +CONFIG_SND_INTERWAVE_STB=m +CONFIG_SND_ISA=y +CONFIG_SND_ISIGHT=m +CONFIG_SND_JACK=y +CONFIG_SND_JAZZ16=m +CONFIG_SND_KCTL_JACK=y +CONFIG_SND_KORG1212=m +CONFIG_SND_LAYLA20=m +CONFIG_SND_LAYLA24=m +CONFIG_SND_LOLA=m +CONFIG_SND_LX6464ES=m +CONFIG_SND_MAESTRO3=m +CONFIG_SND_MAESTRO3_INPUT=y +CONFIG_SND_MFLD_MACHINE=m +CONFIG_SND_MIA=m +CONFIG_SND_MIRO=m +CONFIG_SND_MIXART=m +# CONFIG_SND_MIXER_OSS is not set +CONFIG_SND_MONA=m +CONFIG_SND_MPU401=m +CONFIG_SND_MPU401_UART=m +CONFIG_SND_MSND_CLASSIC=m +CONFIG_SND_MSND_PINNACLE=m +CONFIG_SND_MTPAV=m +CONFIG_SND_MTS64=m +CONFIG_SND_NM256=m +CONFIG_SND_OMAP_SOC=y +CONFIG_SND_OMAP_SOC_DMIC=y +CONFIG_SND_OMAP_SOC_HDMI=y +CONFIG_SND_OMAP_SOC_MCBSP=y +CONFIG_SND_OMAP_SOC_MCPDM=y +CONFIG_SND_OMAP_SOC_OMAP3_PANDORA=m +CONFIG_SND_OMAP_SOC_OMAP_ABE_TWL6040=y +CONFIG_SND_OMAP_SOC_OMAP_HDMI=y +CONFIG_SND_OMAP_SOC_OMAP_TWL4030=y +CONFIG_SND_OMAP_SOC_SDP3430=m +CONFIG_SND_OMAP_SOC_ZOOM2=m +CONFIG_SND_OPL3SA2=m +CONFIG_SND_OPL3_LIB=m +CONFIG_SND_OPL4_LIB=m +CONFIG_SND_OPTI92X_AD1848=m +CONFIG_SND_OPTI92X_CS4231=m +CONFIG_SND_OPTI93X=m +CONFIG_SND_OXYGEN=m +CONFIG_SND_OXYGEN_LIB=m +CONFIG_SND_PCI=y +CONFIG_SND_PCMCIA=y +# CONFIG_SND_PCM_OSS is not set +CONFIG_SND_PCSP=m +CONFIG_SND_PCXHR=m +CONFIG_SND_PDAUDIOCF=m +CONFIG_SND_PORTMAN2X4=m +CONFIG_SND_RAWMIDI=m +CONFIG_SND_RAWMIDI_SEQ=m +CONFIG_SND_RIPTIDE=m +CONFIG_SND_RME32=m +CONFIG_SND_RME96=m +CONFIG_SND_RME9652=m +CONFIG_SND_SB16=m +CONFIG_SND_SB16_CSP=y +CONFIG_SND_SB16_DSP=m +CONFIG_SND_SB8=m +CONFIG_SND_SB8_DSP=m +CONFIG_SND_SBAWE=m +CONFIG_SND_SB_COMMON=m +CONFIG_SND_SC6000=m +CONFIG_SND_SCS1X=m +CONFIG_SND_SEQUENCER=m +# CONFIG_SND_SEQUENCER_OSS is not set +CONFIG_SND_SEQ_DUMMY=m +CONFIG_SND_SEQ_HRTIMER_DEFAULT=y +CONFIG_SND_SERIAL_U16550=m +CONFIG_SND_SIMPLE_CARD=m +CONFIG_SND_SIS7019=m +CONFIG_SND_SOC_88PM860X=m +CONFIG_SND_SOC_AB8500_CODEC=m +CONFIG_SND_SOC_AD1836=m +CONFIG_SND_SOC_AD193X=m +CONFIG_SND_SOC_AD73311=m +CONFIG_SND_SOC_ADAU1373=m +CONFIG_SND_SOC_ADAV80X=m +CONFIG_SND_SOC_ADS117X=m +CONFIG_SND_SOC_AK4104=m +CONFIG_SND_SOC_AK4535=m +CONFIG_SND_SOC_AK4641=m +CONFIG_SND_SOC_AK4642=m +CONFIG_SND_SOC_AK4671=m +CONFIG_SND_SOC_ALC5623=m +CONFIG_SND_SOC_ALC5632=m +CONFIG_SND_SOC_ALL_CODECS=m +CONFIG_SND_SOC_ARIZONA=m +CONFIG_SND_SOC_CS4270=m +CONFIG_SND_SOC_CS4271=m +CONFIG_SND_SOC_CS42L51=m +CONFIG_SND_SOC_CS42L52=m +CONFIG_SND_SOC_CS42L73=m +CONFIG_SND_SOC_CX20442=m +CONFIG_SND_SOC_DA7210=m +CONFIG_SND_SOC_DA732X=m +CONFIG_SND_SOC_DA9055=m +CONFIG_SND_SOC_DFBMCS320=m +CONFIG_SND_SOC_DMAENGINE_PCM=y +CONFIG_SND_SOC_DMIC=y +CONFIG_SND_SOC_FSL_SSI=y +CONFIG_SND_SOC_FSL_UTILS=y +CONFIG_SND_SOC_IMX_AUDMUX=y +CONFIG_SND_SOC_IMX_MC13783=m +CONFIG_SND_SOC_IMX_PCM=y +CONFIG_SND_SOC_IMX_PCM_DMA=y +CONFIG_SND_SOC_IMX_SGTL5000=y +CONFIG_SND_SOC_IMX_SSI=m +CONFIG_SND_SOC_ISABELLE=m +CONFIG_SND_SOC_JZ4740_CODEC=m +CONFIG_SND_SOC_L3=m +CONFIG_SND_SOC_LM4857=m +CONFIG_SND_SOC_LM49453=m +CONFIG_SND_SOC_MAX9768=m +CONFIG_SND_SOC_MAX98088=m +CONFIG_SND_SOC_MAX98090=m +CONFIG_SND_SOC_MAX98095=m +CONFIG_SND_SOC_MAX9850=m +CONFIG_SND_SOC_MAX9877=m +CONFIG_SND_SOC_MC13783=m +CONFIG_SND_SOC_ML26124=m +CONFIG_SND_SOC_OMAP_HDMI_CODEC=y +CONFIG_SND_SOC_PCM3008=m +CONFIG_SND_SOC_RT5631=m +CONFIG_SND_SOC_SN95031=m +CONFIG_SND_SOC_SPDIF=m +CONFIG_SND_SOC_SSM2602=m +CONFIG_SND_SOC_STA32X=m +CONFIG_SND_SOC_STA529=m +CONFIG_SND_SOC_TLV320AIC23=m +CONFIG_SND_SOC_TLV320AIC26=m +CONFIG_SND_SOC_TLV320AIC32X4=m +CONFIG_SND_SOC_TLV320AIC3X=m +CONFIG_SND_SOC_TLV320DAC33=m +CONFIG_SND_SOC_TPA6130A2=m +CONFIG_SND_SOC_UDA134X=m +CONFIG_SND_SOC_UDA1380=m +CONFIG_SND_SOC_WL1273=m +CONFIG_SND_SOC_WM0010=m +CONFIG_SND_SOC_WM1250_EV1=m +CONFIG_SND_SOC_WM2000=m +CONFIG_SND_SOC_WM2200=m +CONFIG_SND_SOC_WM5100=m +CONFIG_SND_SOC_WM5102=m +CONFIG_SND_SOC_WM5110=m +CONFIG_SND_SOC_WM8350=m +CONFIG_SND_SOC_WM8400=m +CONFIG_SND_SOC_WM8510=m +CONFIG_SND_SOC_WM8523=m +CONFIG_SND_SOC_WM8580=m +CONFIG_SND_SOC_WM8711=m +CONFIG_SND_SOC_WM8727=m +CONFIG_SND_SOC_WM8728=m +CONFIG_SND_SOC_WM8731=m +CONFIG_SND_SOC_WM8737=m +CONFIG_SND_SOC_WM8741=m +CONFIG_SND_SOC_WM8750=m +CONFIG_SND_SOC_WM8753=m +CONFIG_SND_SOC_WM8770=m +CONFIG_SND_SOC_WM8776=m +CONFIG_SND_SOC_WM8782=m +CONFIG_SND_SOC_WM8804=m +CONFIG_SND_SOC_WM8900=m +CONFIG_SND_SOC_WM8903=m +CONFIG_SND_SOC_WM8904=m +CONFIG_SND_SOC_WM8940=m +CONFIG_SND_SOC_WM8955=m +CONFIG_SND_SOC_WM8960=m +CONFIG_SND_SOC_WM8961=m +CONFIG_SND_SOC_WM8962=m +CONFIG_SND_SOC_WM8971=m +CONFIG_SND_SOC_WM8974=m +CONFIG_SND_SOC_WM8978=m +CONFIG_SND_SOC_WM8983=m +CONFIG_SND_SOC_WM8985=m +CONFIG_SND_SOC_WM8988=m +CONFIG_SND_SOC_WM8990=m +CONFIG_SND_SOC_WM8991=m +CONFIG_SND_SOC_WM8993=m +CONFIG_SND_SOC_WM8994=m +CONFIG_SND_SOC_WM8995=m +CONFIG_SND_SOC_WM8996=m +CONFIG_SND_SOC_WM9081=m +CONFIG_SND_SOC_WM9090=m +CONFIG_SND_SOC_WM_ADSP=m +CONFIG_SND_SOC_WM_HUBS=m +CONFIG_SND_SONICVIBES=m +CONFIG_SND_SPI=y +CONFIG_SND_SSCAPE=m +CONFIG_SND_SST_PLATFORM=m +CONFIG_SND_SUPPORT_OLD_API=y +CONFIG_SND_TEA575X=m +CONFIG_SND_TRIDENT=m +CONFIG_SND_USB=y +CONFIG_SND_USB_6FIRE=m +CONFIG_SND_USB_AUDIO=m +CONFIG_SND_USB_CAIAQ=m +CONFIG_SND_USB_CAIAQ_INPUT=y +CONFIG_SND_USB_UA101=m +CONFIG_SND_USB_US122L=m +CONFIG_SND_USB_USX2Y=m +# CONFIG_SND_VERBOSE_PRINTK is not set +CONFIG_SND_VERBOSE_PROCFS=y +CONFIG_SND_VIA82XX=m +CONFIG_SND_VIA82XX_MODEM=m +CONFIG_SND_VIRMIDI=m +CONFIG_SND_VIRTUOSO=m +CONFIG_SND_VMASTER=y +CONFIG_SND_VX222=m +CONFIG_SND_VXPOCKET=m +CONFIG_SND_VX_LIB=m +CONFIG_SND_WAVEFRONT=m +CONFIG_SND_WSS_LIB=m +CONFIG_SND_YMFPCI=m +CONFIG_SOC_AM33XX=y +CONFIG_SOC_CAMERA=m +CONFIG_SOC_CAMERA_IMX074=m +CONFIG_SOC_CAMERA_MT9M001=m +CONFIG_SOC_CAMERA_MT9M111=m +CONFIG_SOC_CAMERA_MT9T031=m +CONFIG_SOC_CAMERA_MT9T112=m +CONFIG_SOC_CAMERA_MT9V022=m +CONFIG_SOC_CAMERA_OV2640=m +CONFIG_SOC_CAMERA_OV5642=m +CONFIG_SOC_CAMERA_OV6650=m +CONFIG_SOC_CAMERA_OV772X=m +CONFIG_SOC_CAMERA_OV9640=m +CONFIG_SOC_CAMERA_OV9740=m +CONFIG_SOC_CAMERA_PLATFORM=m +CONFIG_SOC_CAMERA_RJ54N1=m +CONFIG_SOC_CAMERA_TW9910=m +CONFIG_SOC_HAS_OMAP2_SDRC=y +CONFIG_SOC_HAS_REALTIME_COUNTER=y +# CONFIG_SOC_IMX53 is not set +CONFIG_SOC_IMX6Q=y +CONFIG_SOC_OMAP3430=y +CONFIG_SOC_OMAP5=y +CONFIG_SOC_TI81XX=y +CONFIG_SOFT_WATCHDOG=m +CONFIG_SOLARIS_X86_PARTITION=y +CONFIG_SOLO6X10=m +CONFIG_SONYPI=m +CONFIG_SONYPI_COMPAT=y +CONFIG_SONY_LAPTOP=m +# CONFIG_SOUND_OSS_CORE is not set +# CONFIG_SOUND_PRIME is not set +CONFIG_SP5100_TCO=m +CONFIG_SPARSEMEM=y +CONFIG_SPARSEMEM_ALLOC_MEM_MAP_TOGETHER=y +CONFIG_SPARSEMEM_EXTREME=y +CONFIG_SPARSEMEM_STATIC=y +CONFIG_SPARSEMEM_VMEMMAP=y +CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y +CONFIG_SPARSE_IRQ=y +# CONFIG_SPARSE_RCU_POINTER is not set +CONFIG_SPEAKUP=m +CONFIG_SPEAKUP_SYNTH_ACNTPC=m +CONFIG_SPEAKUP_SYNTH_ACNTSA=m +CONFIG_SPEAKUP_SYNTH_APOLLO=m +CONFIG_SPEAKUP_SYNTH_AUDPTR=m +CONFIG_SPEAKUP_SYNTH_BNS=m +CONFIG_SPEAKUP_SYNTH_DECEXT=m +CONFIG_SPEAKUP_SYNTH_DECPC=m +CONFIG_SPEAKUP_SYNTH_DECTLK=m +CONFIG_SPEAKUP_SYNTH_DTLK=m +CONFIG_SPEAKUP_SYNTH_DUMMY=m +CONFIG_SPEAKUP_SYNTH_KEYPC=m +CONFIG_SPEAKUP_SYNTH_LTLK=m +CONFIG_SPEAKUP_SYNTH_SOFT=m +CONFIG_SPEAKUP_SYNTH_SPKOUT=m +CONFIG_SPEAKUP_SYNTH_TXPRT=m +CONFIG_SPI=y +CONFIG_SPI_ALTERA=m +CONFIG_SPI_BITBANG=m +CONFIG_SPI_BUTTERFLY=m +# CONFIG_SPI_DEBUG is not set +CONFIG_SPI_DESIGNWARE=m +CONFIG_SPI_DW_MID_DMA=y +CONFIG_SPI_DW_MMIO=m +CONFIG_SPI_DW_PCI=m +CONFIG_SPI_GPIO=m +CONFIG_SPI_IMX=m +CONFIG_SPI_LM70_LLP=m +CONFIG_SPI_MASTER=y +CONFIG_SPI_OC_TINY=m +CONFIG_SPI_OMAP24XX=m +CONFIG_SPI_PL022=m +CONFIG_SPI_PXA2XX=m +CONFIG_SPI_PXA2XX_DMA=y +CONFIG_SPI_SC18IS602=m +CONFIG_SPI_SPIDEV=m +CONFIG_SPI_TLE62X0=m +CONFIG_SPI_TOPCLIFF_PCH=m +CONFIG_SPI_XCOMM=m +# CONFIG_SPI_XILINX is not set +CONFIG_SPLIT_PTLOCK_CPUS=4 +CONFIG_SQUASHFS=m +# CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set +# CONFIG_SQUASHFS_EMBEDDED is not set +CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3 +CONFIG_SQUASHFS_LZO=y +CONFIG_SQUASHFS_XATTR=y +CONFIG_SQUASHFS_XZ=y +CONFIG_SQUASHFS_ZLIB=y +CONFIG_SSB=m +CONFIG_SSB_B43_PCI_BRIDGE=y +CONFIG_SSB_BLOCKIO=y +# CONFIG_SSB_DEBUG is not set +CONFIG_SSB_DRIVER_GPIO=y +CONFIG_SSB_DRIVER_PCICORE=y +CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y +CONFIG_SSB_PCIHOST=y +CONFIG_SSB_PCIHOST_POSSIBLE=y +# CONFIG_SSB_PCMCIAHOST is not set +CONFIG_SSB_PCMCIAHOST_POSSIBLE=y +CONFIG_SSB_POSSIBLE=y +CONFIG_SSB_SDIOHOST=y +CONFIG_SSB_SDIOHOST_POSSIBLE=y +# CONFIG_SSB_SILENT is not set +CONFIG_SSB_SPROM=y +CONFIG_SSFDC=m +CONFIG_STACKTRACE=y +CONFIG_STACKTRACE_SUPPORT=y +CONFIG_STACK_TRACER=y +CONFIG_STAGING=y +CONFIG_STAGING_MEDIA=y +CONFIG_STALDRV=y +CONFIG_STE10XP=y +CONFIG_STEP_WISE=y +CONFIG_STE_MODEM_RPROC=m +# CONFIG_STMMAC_CHAINED is not set +# CONFIG_STMMAC_DA is not set +# CONFIG_STMMAC_DEBUG_FS is not set +CONFIG_STMMAC_ETH=m +# CONFIG_STMMAC_PCI is not set +CONFIG_STMMAC_PLATFORM=y +CONFIG_STMMAC_RING=y +CONFIG_STMPE_I2C=y +CONFIG_STMPE_SPI=y +CONFIG_STMP_DEVICE=y +CONFIG_STOP_MACHINE=y +CONFIG_STP=m +CONFIG_STRICT_DEVMEM=y +# CONFIG_STRIP_ASM_SYMS is not set +# CONFIG_STUB_POULSBO is not set +CONFIG_SUNDANCE=m +# CONFIG_SUNDANCE_MMIO is not set +CONFIG_SUNGEM=m +CONFIG_SUNGEM_PHY=m +CONFIG_SUNRPC=m +CONFIG_SUNRPC_BACKCHANNEL=y +# CONFIG_SUNRPC_DEBUG is not set +CONFIG_SUNRPC_GSS=m +CONFIG_SUNRPC_SWAP=y +CONFIG_SUNRPC_XPRT_RDMA=m +CONFIG_SUNXI_TIMER=y +CONFIG_SUN_PARTITION=y +CONFIG_SUSPEND=y +CONFIG_SUSPEND_FREEZER=y +CONFIG_SWAP=y +CONFIG_SWIOTLB=y +CONFIG_SWIOTLB_XEN=y +CONFIG_SWP_EMULATE=y +CONFIG_SYNCLINK=m +CONFIG_SYNCLINKMP=m +CONFIG_SYNCLINK_CS=m +CONFIG_SYNCLINK_GT=m +CONFIG_SYN_COOKIES=y +CONFIG_SYSCTL=y +CONFIG_SYSCTL_EXCEPTION_TRACE=y +CONFIG_SYSCTL_SYSCALL=y +CONFIG_SYSFS=y +# CONFIG_SYSFS_DEPRECATED is not set +CONFIG_SYSV68_PARTITION=y +CONFIG_SYSVIPC=y +CONFIG_SYSVIPC_COMPAT=y +CONFIG_SYSVIPC_SYSCTL=y +CONFIG_SYSV_FS=m +CONFIG_SYS_HYPERVISOR=y +CONFIG_SYS_SUPPORTS_APM_EMULATION=y +CONFIG_TABLET_USB_ACECAD=m +CONFIG_TABLET_USB_AIPTEK=m +CONFIG_TABLET_USB_GTCO=m +CONFIG_TABLET_USB_HANWANG=m +CONFIG_TABLET_USB_KBTAB=m +CONFIG_TABLET_USB_WACOM=m +CONFIG_TARGET_CORE=m +CONFIG_TASKSTATS=y +CONFIG_TASK_DELAY_ACCT=y +CONFIG_TASK_IO_ACCOUNTING=y +CONFIG_TASK_XACCT=y +CONFIG_TC1100_WMI=m +CONFIG_TCG_ATMEL=m +CONFIG_TCG_INFINEON=m +CONFIG_TCG_NSC=m +CONFIG_TCG_TIS=m +CONFIG_TCG_TIS_I2C_INFINEON=m +CONFIG_TCG_TPM=y +CONFIG_TCIC=m +CONFIG_TCM_FC=m +CONFIG_TCM_FILEIO=m +CONFIG_TCM_IBLOCK=m +CONFIG_TCM_PSCSI=m +CONFIG_TCM_QLA2XXX=m +CONFIG_TCM_VHOST=m +CONFIG_TCP_CONG_ADVANCED=y +CONFIG_TCP_CONG_BIC=m +CONFIG_TCP_CONG_CUBIC=y +CONFIG_TCP_CONG_HSTCP=m +CONFIG_TCP_CONG_HTCP=m +CONFIG_TCP_CONG_HYBLA=m +CONFIG_TCP_CONG_ILLINOIS=m +CONFIG_TCP_CONG_LP=m +CONFIG_TCP_CONG_SCALABLE=m +CONFIG_TCP_CONG_VEGAS=m +CONFIG_TCP_CONG_VENO=m +CONFIG_TCP_CONG_WESTWOOD=m +CONFIG_TCP_CONG_YEAH=m +CONFIG_TCP_MD5SIG=y +CONFIG_TEHUTI=m +CONFIG_TEKRAM_DONGLE=m +CONFIG_TELCLOCK=m +CONFIG_TEST_KSTRTOX=m +# CONFIG_TEST_LIST_SORT is not set +CONFIG_TEST_POWER=m +CONFIG_TEXTSEARCH=y +CONFIG_TEXTSEARCH_BM=m +CONFIG_TEXTSEARCH_FSM=m +CONFIG_TEXTSEARCH_KMP=m +CONFIG_THERMAL=y +# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set +CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y +# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set +CONFIG_THERMAL_HWMON=y +CONFIG_THINKPAD_ACPI=m +CONFIG_THINKPAD_ACPI_ALSA_SUPPORT=y +# CONFIG_THINKPAD_ACPI_DEBUG is not set +CONFIG_THINKPAD_ACPI_DEBUGFACILITIES=y +CONFIG_THINKPAD_ACPI_HOTKEY_POLL=y +# CONFIG_THINKPAD_ACPI_UNSAFE_LEDS is not set +CONFIG_THINKPAD_ACPI_VIDEO=y +CONFIG_THRUSTMASTER_FF=y +# CONFIG_THUMB2_KERNEL is not set +CONFIG_TICK_CPU_ACCOUNTING=y +CONFIG_TICK_ONESHOT=y +CONFIG_TIFM_7XX1=m +CONFIG_TIFM_CORE=m +CONFIG_TIGON3=m +CONFIG_TIMB_DMA=m +CONFIG_TIMERFD=y +CONFIG_TIMER_STATS=y +CONFIG_TIPC=m +CONFIG_TIPC_PORTS=8191 +CONFIG_TI_ADC081C=m +CONFIG_TI_AM335X_ADC=m +# CONFIG_TI_CPSW is not set +CONFIG_TI_DAC7512=m +CONFIG_TI_DAVINCI_CPDMA=m +CONFIG_TI_DAVINCI_EMAC=m +CONFIG_TI_DAVINCI_MDIO=m +CONFIG_TI_EMIF=m +CONFIG_TI_ST=m +CONFIG_TLAN=m +CONFIG_TMD_HERMES=m +CONFIG_TMPFS=y +CONFIG_TMPFS_POSIX_ACL=y +CONFIG_TMPFS_XATTR=y +CONFIG_TOIM3232_DONGLE=m +CONFIG_TOPSTAR_LAPTOP=m +# CONFIG_TOSHIBA is not set +CONFIG_TOSHIBA_BT_RFKILL=m +CONFIG_TOSHIBA_FIR=m +CONFIG_TOUCHSCREEN_88PM860X=m +CONFIG_TOUCHSCREEN_AD7877=m +CONFIG_TOUCHSCREEN_AD7879=m +CONFIG_TOUCHSCREEN_AD7879_I2C=m +CONFIG_TOUCHSCREEN_AD7879_SPI=m +CONFIG_TOUCHSCREEN_ADS7846=m +CONFIG_TOUCHSCREEN_ATMEL_MXT=m +CONFIG_TOUCHSCREEN_AUO_PIXCIR=m +CONFIG_TOUCHSCREEN_BU21013=m +CONFIG_TOUCHSCREEN_CLEARPAD_TM1217=m +CONFIG_TOUCHSCREEN_CY8CTMG110=m +CONFIG_TOUCHSCREEN_CYTTSP_CORE=m +CONFIG_TOUCHSCREEN_CYTTSP_I2C=m +CONFIG_TOUCHSCREEN_CYTTSP_SPI=m +CONFIG_TOUCHSCREEN_DA9034=m +CONFIG_TOUCHSCREEN_DA9052=m +CONFIG_TOUCHSCREEN_DYNAPRO=m +CONFIG_TOUCHSCREEN_EDT_FT5X06=m +CONFIG_TOUCHSCREEN_EETI=m +CONFIG_TOUCHSCREEN_EGALAX=m +CONFIG_TOUCHSCREEN_ELO=m +CONFIG_TOUCHSCREEN_FUJITSU=m +CONFIG_TOUCHSCREEN_GUNZE=m +CONFIG_TOUCHSCREEN_HAMPSHIRE=m +CONFIG_TOUCHSCREEN_HTCPEN=m +CONFIG_TOUCHSCREEN_ILI210X=m +CONFIG_TOUCHSCREEN_INEXIO=m +CONFIG_TOUCHSCREEN_INTEL_MID=m +CONFIG_TOUCHSCREEN_MAX11801=m +CONFIG_TOUCHSCREEN_MC13783=m +CONFIG_TOUCHSCREEN_MCS5000=m +CONFIG_TOUCHSCREEN_MK712=m +CONFIG_TOUCHSCREEN_MMS114=m +CONFIG_TOUCHSCREEN_MTOUCH=m +CONFIG_TOUCHSCREEN_PCAP=m +CONFIG_TOUCHSCREEN_PENMOUNT=m +CONFIG_TOUCHSCREEN_PIXCIR=m +CONFIG_TOUCHSCREEN_ST1232=m +CONFIG_TOUCHSCREEN_STMPE=m +CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI4=m +CONFIG_TOUCHSCREEN_TI_AM335X_TSC=m +CONFIG_TOUCHSCREEN_TOUCHIT213=m +CONFIG_TOUCHSCREEN_TOUCHRIGHT=m +CONFIG_TOUCHSCREEN_TOUCHWIN=m +CONFIG_TOUCHSCREEN_TPS6507X=m +CONFIG_TOUCHSCREEN_TSC2005=m +CONFIG_TOUCHSCREEN_TSC2007=m +CONFIG_TOUCHSCREEN_TSC_SERIO=m +CONFIG_TOUCHSCREEN_UCB1400=m +CONFIG_TOUCHSCREEN_USB_3M=y +CONFIG_TOUCHSCREEN_USB_COMPOSITE=m +CONFIG_TOUCHSCREEN_USB_DMC_TSC10=y +CONFIG_TOUCHSCREEN_USB_E2I=y +CONFIG_TOUCHSCREEN_USB_EASYTOUCH=y +CONFIG_TOUCHSCREEN_USB_EGALAX=y +CONFIG_TOUCHSCREEN_USB_ELO=y +CONFIG_TOUCHSCREEN_USB_ETT_TC45USB=y +CONFIG_TOUCHSCREEN_USB_ETURBO=y +CONFIG_TOUCHSCREEN_USB_GENERAL_TOUCH=y +CONFIG_TOUCHSCREEN_USB_GOTOP=y +CONFIG_TOUCHSCREEN_USB_GUNZE=y +CONFIG_TOUCHSCREEN_USB_IDEALTEK=y +CONFIG_TOUCHSCREEN_USB_IRTOUCH=y +CONFIG_TOUCHSCREEN_USB_ITM=y +CONFIG_TOUCHSCREEN_USB_JASTEC=y +CONFIG_TOUCHSCREEN_USB_NEXIO=y +CONFIG_TOUCHSCREEN_USB_PANJIT=y +CONFIG_TOUCHSCREEN_USB_ZYTRONIC=y +CONFIG_TOUCHSCREEN_W90X900=m +CONFIG_TOUCHSCREEN_WACOM_I2C=m +CONFIG_TOUCHSCREEN_WACOM_W8001=m +CONFIG_TOUCHSCREEN_WM831X=m +CONFIG_TOUCHSCREEN_WM9705=y +CONFIG_TOUCHSCREEN_WM9712=y +CONFIG_TOUCHSCREEN_WM9713=y +CONFIG_TOUCHSCREEN_WM97XX=m +CONFIG_TPS6105X=m +CONFIG_TPS65010=m +CONFIG_TPS6507X=m +CONFIG_TRACEPOINTS=y +CONFIG_TRACER_MAX_TRACE=y +CONFIG_TRACE_CLOCK=y +CONFIG_TRACE_IRQFLAGS_SUPPORT=y +CONFIG_TRACE_ROUTER=m +CONFIG_TRACE_SINK=m +CONFIG_TRACING=y +CONFIG_TRACING_SUPPORT=y +CONFIG_TRANSPARENT_HUGEPAGE=y +# CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS is not set +CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y +CONFIG_TRANZPORT=m +CONFIG_TREE_RCU=y +# CONFIG_TREE_RCU_TRACE is not set +CONFIG_TRUSTED_KEYS=y +CONFIG_TSL2583=m +CONFIG_TSL2x7x=m +CONFIG_TTPCI_EEPROM=m +CONFIG_TTY_PRINTK=y +CONFIG_TULIP=m +# CONFIG_TULIP_MMIO is not set +# CONFIG_TULIP_MWI is not set +# CONFIG_TULIP_NAPI is not set +CONFIG_TUN=y +CONFIG_TWL4030_CORE=y +CONFIG_TWL4030_MADC=m +CONFIG_TWL4030_POWER=y +CONFIG_TWL4030_USB=m +CONFIG_TWL4030_WATCHDOG=m +CONFIG_TWL6030_USB=m +CONFIG_TWL6040_CORE=y +CONFIG_TYPHOON=m +# CONFIG_UACCESS_WITH_MEMCPY is not set +CONFIG_UBIFS_FS=m +# CONFIG_UBIFS_FS_ADVANCED_COMPR is not set +CONFIG_UBIFS_FS_LZO=y +CONFIG_UBIFS_FS_ZLIB=y +CONFIG_UCB1400_CORE=m +CONFIG_UDF_FS=m +CONFIG_UDF_NLS=y +CONFIG_UEVENT_HELPER_PATH="" +# CONFIG_UFS_DEBUG is not set +CONFIG_UFS_FS=m +# CONFIG_UFS_FS_WRITE is not set +CONFIG_UHID=m +CONFIG_UID16=y +CONFIG_UIO=m +CONFIG_UIO_AEC=m +CONFIG_UIO_CIF=m +CONFIG_UIO_DMEM_GENIRQ=m +CONFIG_UIO_NETX=m +CONFIG_UIO_PCI_GENERIC=m +CONFIG_UIO_PDRV=m +CONFIG_UIO_PDRV_GENIRQ=m +CONFIG_UIO_SERCOS3=m +CONFIG_ULI526X=m +CONFIG_ULTRA=m +CONFIG_ULTRA32=m +CONFIG_ULTRIX_PARTITION=y +CONFIG_UNIX=y +CONFIG_UNIX98_PTYS=y +CONFIG_UNIXWARE_DISKLABEL=y +CONFIG_UNIX_DIAG=m +CONFIG_UNUSED_SYMBOLS=y +CONFIG_UPROBES=y +CONFIG_UPROBE_EVENT=y +CONFIG_USB=y +CONFIG_USBIP_CORE=m +# CONFIG_USBIP_DEBUG is not set +CONFIG_USBIP_HOST=m +CONFIG_USBIP_VHCI_HCD=m +CONFIG_USBPCWATCHDOG=m +CONFIG_USB_ACM=m +CONFIG_USB_ADUTUX=m +CONFIG_USB_ALI_M5632=y +CONFIG_USB_AMD5536UDC=m +CONFIG_USB_AN2720=y +CONFIG_USB_ANNOUNCE_NEW_DEVICES=y +CONFIG_USB_APPLEDISPLAY=m +CONFIG_USB_ARCH_HAS_EHCI=y +CONFIG_USB_ARCH_HAS_HCD=y +CONFIG_USB_ARCH_HAS_OHCI=y +CONFIG_USB_ARMLINUX=y +CONFIG_USB_ATM=m +CONFIG_USB_AUDIO=m +CONFIG_USB_BELKIN=y +CONFIG_USB_C67X00_HCD=m +CONFIG_USB_CATC=m +CONFIG_USB_CDC_COMPOSITE=m +CONFIG_USB_CDC_PHONET=m +# CONFIG_USB_CHIPIDEA_DEBUG is not set +CONFIG_USB_CHIPIDEA_HOST=y +CONFIG_USB_CHIPIDEA_UDC=y +CONFIG_USB_COMMON=y +CONFIG_USB_CXACRU=m +CONFIG_USB_CYPRESS_CY7C63=m +CONFIG_USB_CYTHERM=m +# CONFIG_USB_DEBUG is not set +CONFIG_USB_DSBR=m +# CONFIG_USB_DUMMY_HCD is not set +CONFIG_USB_DWC3=m +# CONFIG_USB_DWC3_DEBUG is not set +CONFIG_USB_DYNAMIC_MINORS=y +CONFIG_USB_EG20T=m +CONFIG_USB_EHCI_HCD=y +CONFIG_USB_EHCI_HCD_OMAP=y +# CONFIG_USB_EHCI_MXC is not set +CONFIG_USB_EHCI_PCI=y +CONFIG_USB_EHCI_ROOT_HUB_TT=y +CONFIG_USB_EHCI_TT_NEWSCHED=y +CONFIG_USB_EMI26=m +CONFIG_USB_EMI62=m +CONFIG_USB_ENESTORAGE=m +CONFIG_USB_EPSON2888=y +CONFIG_USB_ETH=m +CONFIG_USB_ETH_EEM=y +CONFIG_USB_ETH_RNDIS=y +CONFIG_USB_EZUSB_FX2=m +# CONFIG_USB_FSL_USB2 is not set +CONFIG_USB_FTDI_ELAN=m +CONFIG_USB_FUNCTIONFS=m +CONFIG_USB_FUNCTIONFS_ETH=y +CONFIG_USB_FUNCTIONFS_GENERIC=y +CONFIG_USB_FUNCTIONFS_RNDIS=y +CONFIG_USB_FUSB300=m +CONFIG_USB_GADGETFS=m +# CONFIG_USB_GADGET_DEBUG is not set +# CONFIG_USB_GADGET_DEBUG_FILES is not set +# CONFIG_USB_GADGET_DEBUG_FS is not set +CONFIG_USB_GADGET_MUSB_HDRC=m +CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2 +CONFIG_USB_GADGET_TARGET=m +CONFIG_USB_GADGET_VBUS_DRAW=2 +CONFIG_USB_GL860=m +CONFIG_USB_GOKU=m +CONFIG_USB_GPIO_VBUS=m +CONFIG_USB_GSPCA=m +CONFIG_USB_GSPCA_BENQ=m +CONFIG_USB_GSPCA_CONEX=m +CONFIG_USB_GSPCA_CPIA1=m +CONFIG_USB_GSPCA_ETOMS=m +CONFIG_USB_GSPCA_FINEPIX=m +CONFIG_USB_GSPCA_JEILINJ=m +CONFIG_USB_GSPCA_JL2005BCD=m +CONFIG_USB_GSPCA_KINECT=m +CONFIG_USB_GSPCA_KONICA=m +CONFIG_USB_GSPCA_MARS=m +CONFIG_USB_GSPCA_MR97310A=m +CONFIG_USB_GSPCA_NW80X=m +CONFIG_USB_GSPCA_OV519=m +CONFIG_USB_GSPCA_OV534=m +CONFIG_USB_GSPCA_OV534_9=m +CONFIG_USB_GSPCA_PAC207=m +CONFIG_USB_GSPCA_PAC7302=m +CONFIG_USB_GSPCA_PAC7311=m +CONFIG_USB_GSPCA_SE401=m +CONFIG_USB_GSPCA_SN9C2028=m +CONFIG_USB_GSPCA_SN9C20X=m +CONFIG_USB_GSPCA_SONIXB=m +CONFIG_USB_GSPCA_SONIXJ=m +CONFIG_USB_GSPCA_SPCA1528=m +CONFIG_USB_GSPCA_SPCA500=m +CONFIG_USB_GSPCA_SPCA501=m +CONFIG_USB_GSPCA_SPCA505=m +CONFIG_USB_GSPCA_SPCA506=m +CONFIG_USB_GSPCA_SPCA508=m +CONFIG_USB_GSPCA_SPCA561=m +CONFIG_USB_GSPCA_SQ905=m +CONFIG_USB_GSPCA_SQ905C=m +CONFIG_USB_GSPCA_SQ930X=m +CONFIG_USB_GSPCA_STK014=m +CONFIG_USB_GSPCA_STV0680=m +CONFIG_USB_GSPCA_SUNPLUS=m +CONFIG_USB_GSPCA_T613=m +CONFIG_USB_GSPCA_TOPRO=m +CONFIG_USB_GSPCA_TV8532=m +CONFIG_USB_GSPCA_VC032X=m +CONFIG_USB_GSPCA_VICAM=m +CONFIG_USB_GSPCA_XIRLINK_CIT=m +CONFIG_USB_GSPCA_ZC3XX=m +CONFIG_USB_G_ACM_MS=m +CONFIG_USB_G_DBGP=m +# CONFIG_USB_G_DBGP_PRINTK is not set +CONFIG_USB_G_DBGP_SERIAL=y +CONFIG_USB_G_HID=m +CONFIG_USB_G_MULTI_CDC=y +CONFIG_USB_G_MULTI_RNDIS=y +CONFIG_USB_G_NCM=m +CONFIG_USB_G_NOKIA=m +CONFIG_USB_G_PRINTER=m +CONFIG_USB_G_SERIAL=m +CONFIG_USB_G_WEBCAM=m +CONFIG_USB_HID=m +CONFIG_USB_HIDDEV=y +CONFIG_USB_HSO=m +CONFIG_USB_HWA_HCD=m +CONFIG_USB_IDMOUSE=m +# CONFIG_USB_IMX is not set +# CONFIG_USB_IMX21_HCD is not set +CONFIG_USB_INVENTRA_DMA=y +CONFIG_USB_IOWARRIOR=m +CONFIG_USB_IPHETH=m +CONFIG_USB_IRDA=m +CONFIG_USB_ISIGHTFW=m +CONFIG_USB_ISP116X_HCD=m +CONFIG_USB_ISP1301=m +CONFIG_USB_ISP1362_HCD=m +CONFIG_USB_ISP1760_HCD=m +CONFIG_USB_KAWETH=m +CONFIG_USB_KBD=m +CONFIG_USB_KC2190=y +CONFIG_USB_KEENE=m +CONFIG_USB_LCD=m +CONFIG_USB_LD=m +CONFIG_USB_LED=m +CONFIG_USB_LEGOTOWER=m +CONFIG_USB_LIBCOMPOSITE=m +CONFIG_USB_M5602=m +# CONFIG_USB_M66592 is not set +CONFIG_USB_MASS_STORAGE=m +CONFIG_USB_MDC800=m +CONFIG_USB_MICROTEK=m +CONFIG_USB_MIDI_GADGET=m +CONFIG_USB_MON=m +CONFIG_USB_MOUSE=m +CONFIG_USB_MR800=m +# CONFIG_USB_MUSB_AM35X is not set +# CONFIG_USB_MUSB_DSPS is not set +CONFIG_USB_MUSB_HDRC=m +CONFIG_USB_MUSB_OMAP2PLUS=m +CONFIG_USB_MV_UDC=m +CONFIG_USB_MXS_PHY=y +CONFIG_USB_NET2272=m +CONFIG_USB_NET2272_DMA=y +CONFIG_USB_NET2280=m +CONFIG_USB_NET_AX8817X=m +CONFIG_USB_NET_CDCETHER=m +CONFIG_USB_NET_CDC_EEM=m +CONFIG_USB_NET_CDC_MBIM=m +CONFIG_USB_NET_CDC_NCM=m +CONFIG_USB_NET_CDC_SUBSET=m +CONFIG_USB_NET_CX82310_ETH=m +CONFIG_USB_NET_DM9601=m +CONFIG_USB_NET_GL620A=m +CONFIG_USB_NET_INT51X1=m +CONFIG_USB_NET_KALMIA=m +CONFIG_USB_NET_MCS7830=m +CONFIG_USB_NET_NET1080=m +CONFIG_USB_NET_PLUSB=m +CONFIG_USB_NET_QMI_WWAN=m +CONFIG_USB_NET_RNDIS_HOST=m +CONFIG_USB_NET_RNDIS_WLAN=m +CONFIG_USB_NET_SMSC75XX=m +CONFIG_USB_NET_SMSC95XX=m +CONFIG_USB_NET_ZAURUS=m +# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set +# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set +CONFIG_USB_OHCI_HCD=y +CONFIG_USB_OHCI_HCD_OMAP3=y +CONFIG_USB_OHCI_LITTLE_ENDIAN=y +# CONFIG_USB_OTG is not set +# CONFIG_USB_OTG_BLACKLIST_HUB is not set +CONFIG_USB_OTG_UTILS=y +# CONFIG_USB_OTG_WHITELIST is not set +CONFIG_USB_OXU210HP_HCD=m +CONFIG_USB_PEGASUS=m +CONFIG_USB_PRINTER=m +CONFIG_USB_PWC=m +# CONFIG_USB_PWC_DEBUG is not set +CONFIG_USB_PWC_INPUT_EVDEV=y +CONFIG_USB_R8A66597=m +CONFIG_USB_R8A66597_HCD=m +CONFIG_USB_RCAR_PHY=m +CONFIG_USB_RENESAS_USBHS=m +CONFIG_USB_RENESAS_USBHS_HCD=m +CONFIG_USB_RENESAS_USBHS_UDC=m +CONFIG_USB_RIO500=m +CONFIG_USB_RTL8150=m +CONFIG_USB_S2255=m +CONFIG_USB_SERIAL=m +CONFIG_USB_SERIAL_AIRCABLE=m +CONFIG_USB_SERIAL_ARK3116=m +CONFIG_USB_SERIAL_BELKIN=m +CONFIG_USB_SERIAL_CH341=m +CONFIG_USB_SERIAL_CP210X=m +CONFIG_USB_SERIAL_CYBERJACK=m +CONFIG_USB_SERIAL_CYPRESS_M8=m +CONFIG_USB_SERIAL_DEBUG=m +CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m +CONFIG_USB_SERIAL_EDGEPORT=m +CONFIG_USB_SERIAL_EDGEPORT_TI=m +CONFIG_USB_SERIAL_EMPEG=m +CONFIG_USB_SERIAL_F81232=m +CONFIG_USB_SERIAL_FTDI_SIO=m +CONFIG_USB_SERIAL_FUNSOFT=m +CONFIG_USB_SERIAL_GARMIN=m +CONFIG_USB_SERIAL_GENERIC=y +CONFIG_USB_SERIAL_HP4X=m +CONFIG_USB_SERIAL_IPAQ=m +CONFIG_USB_SERIAL_IPW=m +CONFIG_USB_SERIAL_IR=m +CONFIG_USB_SERIAL_IUU=m +CONFIG_USB_SERIAL_KEYSPAN=m +CONFIG_USB_SERIAL_KEYSPAN_MPR=y +CONFIG_USB_SERIAL_KEYSPAN_PDA=m +CONFIG_USB_SERIAL_KEYSPAN_USA18X=y +CONFIG_USB_SERIAL_KEYSPAN_USA19=y +CONFIG_USB_SERIAL_KEYSPAN_USA19QI=y +CONFIG_USB_SERIAL_KEYSPAN_USA19QW=y +CONFIG_USB_SERIAL_KEYSPAN_USA19W=y +CONFIG_USB_SERIAL_KEYSPAN_USA28=y +CONFIG_USB_SERIAL_KEYSPAN_USA28X=y +CONFIG_USB_SERIAL_KEYSPAN_USA28XA=y +CONFIG_USB_SERIAL_KEYSPAN_USA28XB=y +CONFIG_USB_SERIAL_KEYSPAN_USA49W=y +CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y +CONFIG_USB_SERIAL_KLSI=m +CONFIG_USB_SERIAL_KOBIL_SCT=m +CONFIG_USB_SERIAL_MCT_U232=m +CONFIG_USB_SERIAL_METRO=m +CONFIG_USB_SERIAL_MOS7715_PARPORT=y +CONFIG_USB_SERIAL_MOS7720=m +CONFIG_USB_SERIAL_MOS7840=m +CONFIG_USB_SERIAL_MOTOROLA=m +CONFIG_USB_SERIAL_NAVMAN=m +CONFIG_USB_SERIAL_OMNINET=m +CONFIG_USB_SERIAL_OPTICON=m +CONFIG_USB_SERIAL_OPTION=m +CONFIG_USB_SERIAL_OTI6858=m +CONFIG_USB_SERIAL_PL2303=m +CONFIG_USB_SERIAL_QCAUX=m +CONFIG_USB_SERIAL_QT2=m +CONFIG_USB_SERIAL_QUALCOMM=m +CONFIG_USB_SERIAL_QUATECH2=m +CONFIG_USB_SERIAL_SAFE=m +# CONFIG_USB_SERIAL_SAFE_PADDED is not set +CONFIG_USB_SERIAL_SIEMENS_MPI=m +CONFIG_USB_SERIAL_SIERRAWIRELESS=m +CONFIG_USB_SERIAL_SPCP8X5=m +CONFIG_USB_SERIAL_SSU100=m +CONFIG_USB_SERIAL_SYMBOL=m +CONFIG_USB_SERIAL_TI=m +CONFIG_USB_SERIAL_VISOR=m +CONFIG_USB_SERIAL_VIVOPAY_SERIAL=m +CONFIG_USB_SERIAL_WHITEHEAT=m +CONFIG_USB_SERIAL_WWAN=m +CONFIG_USB_SERIAL_XIRCOM=m +CONFIG_USB_SERIAL_ZIO=m +CONFIG_USB_SERIAL_ZTE=m +CONFIG_USB_SEVSEG=m +CONFIG_USB_SI470X=m +CONFIG_USB_SIERRA_NET=m +CONFIG_USB_SISUSBVGA=m +# CONFIG_USB_SISUSBVGA_CON is not set +CONFIG_USB_SL811_CS=m +CONFIG_USB_SL811_HCD=m +CONFIG_USB_SL811_HCD_ISO=y +# CONFIG_USB_SN9C102 is not set +CONFIG_USB_SPEEDTOUCH=m +CONFIG_USB_STKWEBCAM=m +CONFIG_USB_STORAGE=m +CONFIG_USB_STORAGE_ALAUDA=m +CONFIG_USB_STORAGE_CYPRESS_ATACB=m +CONFIG_USB_STORAGE_DATAFAB=m +# CONFIG_USB_STORAGE_DEBUG is not set +CONFIG_USB_STORAGE_ENE_UB6250=m +CONFIG_USB_STORAGE_FREECOM=m +CONFIG_USB_STORAGE_ISD200=m +CONFIG_USB_STORAGE_JUMPSHOT=m +CONFIG_USB_STORAGE_KARMA=m +CONFIG_USB_STORAGE_ONETOUCH=m +CONFIG_USB_STORAGE_REALTEK=m +CONFIG_USB_STORAGE_SDDR09=m +CONFIG_USB_STORAGE_SDDR55=m +CONFIG_USB_STORAGE_USBAT=m +CONFIG_USB_STV06XX=m +CONFIG_USB_SUPPORT=y +CONFIG_USB_SWITCH_FSA9480=m +CONFIG_USB_TEST=m +CONFIG_USB_TMC=m +CONFIG_USB_TRANCEVIBRATOR=m +CONFIG_USB_U132_HCD=m +CONFIG_USB_UEAGLEATM=m +CONFIG_USB_UHCI_HCD=y +CONFIG_USB_ULPI=y +CONFIG_USB_USBNET=m +CONFIG_USB_USS720=m +CONFIG_USB_VIDEO_CLASS=m +CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y +CONFIG_USB_VL600=m +CONFIG_USB_WDM=m +CONFIG_USB_WHCI_HCD=m +CONFIG_USB_WPAN_HCD=m +CONFIG_USB_WUSB=m +CONFIG_USB_WUSB_CBAF=m +# CONFIG_USB_WUSB_CBAF_DEBUG is not set +CONFIG_USB_XHCI_HCD=y +# CONFIG_USB_XHCI_HCD_DEBUGGING is not set +CONFIG_USB_XHCI_PLATFORM=m +CONFIG_USB_XUSBATM=m +CONFIG_USB_YUREX=m +CONFIG_USB_ZD1201=m +CONFIG_USB_ZERO=m +CONFIG_USB_ZR364XX=m +CONFIG_USER_RETURN_NOTIFIER=y +CONFIG_USER_SPACE=y +CONFIG_USER_STACKTRACE_SUPPORT=y +CONFIG_USE_GENERIC_SMP_HELPERS=y +CONFIG_USE_OF=y +CONFIG_USE_PERCPU_NUMA_NODE_ID=y +CONFIG_UTS_NS=y +CONFIG_UWB=m +CONFIG_UWB_HWA=m +CONFIG_UWB_I1480U=m +CONFIG_UWB_WHCI=m +CONFIG_V4L2_MEM2MEM_DEV=m +CONFIG_V4L_MEM2MEM_DRIVERS=y +CONFIG_V4L_PLATFORM_DRIVERS=y +CONFIG_V4L_RADIO_ISA_DRIVERS=y +CONFIG_V4L_TEST_DRIVERS=y +CONFIG_VCNL4000=m +CONFIG_VECTORS_BASE=0xffff0000 +CONFIG_VERSION_SIGNATURE="" +CONFIG_VETH=m +CONFIG_VEXPRESS_CONFIG=y +CONFIG_VFAT_FS=y +CONFIG_VFIO=m +CONFIG_VFIO_PCI=m +CONFIG_VFP=y +CONFIG_VFPv3=y +# CONFIG_VGACON_SOFT_SCROLLBACK is not set +CONFIG_VGA_ARB=y +CONFIG_VGA_ARB_MAX_GPUS=16 +CONFIG_VGA_CONSOLE=y +CONFIG_VGA_SWITCHEROO=y +CONFIG_VHOST_NET=m +CONFIG_VIA_FIR=m +CONFIG_VIA_RHINE=m +CONFIG_VIA_RHINE_MMIO=y +CONFIG_VIA_VELOCITY=m +CONFIG_VIA_WDT=m +CONFIG_VIDEOBUF2_CORE=m +CONFIG_VIDEOBUF2_DMA_CONTIG=m +CONFIG_VIDEOBUF2_MEMOPS=m +CONFIG_VIDEOBUF2_VMALLOC=m +CONFIG_VIDEOBUF_DMA_CONTIG=m +CONFIG_VIDEOBUF_DMA_SG=m +CONFIG_VIDEOBUF_DVB=m +CONFIG_VIDEOBUF_GEN=m +CONFIG_VIDEOBUF_VMALLOC=m +CONFIG_VIDEO_ADV7170=m +CONFIG_VIDEO_ADV7175=m +CONFIG_VIDEO_ADV7180=m +# CONFIG_VIDEO_ADV_DEBUG is not set +CONFIG_VIDEO_AU0828=m +CONFIG_VIDEO_BT819=m +CONFIG_VIDEO_BT848=m +CONFIG_VIDEO_BT856=m +CONFIG_VIDEO_BT866=m +CONFIG_VIDEO_BTCX=m +CONFIG_VIDEO_BWQCAM=m +CONFIG_VIDEO_CAFE_CCIC=m +# CONFIG_VIDEO_CODA is not set +CONFIG_VIDEO_CPIA2=m +CONFIG_VIDEO_CQCAM=m +CONFIG_VIDEO_CS5345=m +CONFIG_VIDEO_CS53L32A=m +CONFIG_VIDEO_CX18=m +CONFIG_VIDEO_CX18_ALSA=m +CONFIG_VIDEO_CX231XX=m +CONFIG_VIDEO_CX231XX_ALSA=m +CONFIG_VIDEO_CX231XX_DVB=m +CONFIG_VIDEO_CX231XX_RC=y +CONFIG_VIDEO_CX2341X=m +CONFIG_VIDEO_CX23885=m +CONFIG_VIDEO_CX25821=m +CONFIG_VIDEO_CX25821_ALSA=m +CONFIG_VIDEO_CX25840=m +CONFIG_VIDEO_CX88=m +CONFIG_VIDEO_CX88_ALSA=m +CONFIG_VIDEO_CX88_BLACKBIRD=m +CONFIG_VIDEO_CX88_DVB=m +CONFIG_VIDEO_CX88_MPEG=m +CONFIG_VIDEO_CX88_VP3054=m +CONFIG_VIDEO_DEV=m +CONFIG_VIDEO_DM6446_CCDC=m +CONFIG_VIDEO_DT3155=m +CONFIG_VIDEO_EM28XX=m +CONFIG_VIDEO_EM28XX_ALSA=m +CONFIG_VIDEO_EM28XX_DVB=m +CONFIG_VIDEO_EM28XX_RC=m +CONFIG_VIDEO_FB_IVTV=m +# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set +CONFIG_VIDEO_GO7007=m +CONFIG_VIDEO_GO7007_OV7640=m +CONFIG_VIDEO_GO7007_SAA7113=m +CONFIG_VIDEO_GO7007_SAA7115=m +CONFIG_VIDEO_GO7007_SONY_TUNER=m +CONFIG_VIDEO_GO7007_TW2804=m +CONFIG_VIDEO_GO7007_TW9903=m +CONFIG_VIDEO_GO7007_UDA1342=m +CONFIG_VIDEO_GO7007_USB=m +CONFIG_VIDEO_GO7007_USB_S2250_BOARD=m +CONFIG_VIDEO_HDPVR=m +CONFIG_VIDEO_HEXIUM_GEMINI=m +CONFIG_VIDEO_HEXIUM_ORION=m +CONFIG_VIDEO_IR_I2C=m +CONFIG_VIDEO_IVTV=m +CONFIG_VIDEO_IVTV_ALSA=m +CONFIG_VIDEO_KS0127=m +CONFIG_VIDEO_M52790=m +CONFIG_VIDEO_MEM2MEM_DEINTERLACE=m +CONFIG_VIDEO_MEM2MEM_TESTDEV=m +CONFIG_VIDEO_MEYE=m +CONFIG_VIDEO_MSP3400=m +CONFIG_VIDEO_MT9V011=m +# CONFIG_VIDEO_MX3 is not set +CONFIG_VIDEO_MXB=m +CONFIG_VIDEO_OMAP2_VOUT=m +CONFIG_VIDEO_OMAP2_VOUT_VRFB=y +CONFIG_VIDEO_OUTPUT_CONTROL=m +CONFIG_VIDEO_OV7670=m +CONFIG_VIDEO_PMS=m +CONFIG_VIDEO_PVRUSB2=m +# CONFIG_VIDEO_PVRUSB2_DEBUGIFC is not set +CONFIG_VIDEO_PVRUSB2_DVB=y +CONFIG_VIDEO_PVRUSB2_SYSFS=y +CONFIG_VIDEO_SAA6588=m +CONFIG_VIDEO_SAA7110=m +CONFIG_VIDEO_SAA711X=m +CONFIG_VIDEO_SAA7127=m +CONFIG_VIDEO_SAA7134=m +CONFIG_VIDEO_SAA7134_ALSA=m +CONFIG_VIDEO_SAA7134_DVB=m +CONFIG_VIDEO_SAA7134_RC=y +CONFIG_VIDEO_SAA7146=m +CONFIG_VIDEO_SAA7146_VV=m +CONFIG_VIDEO_SAA7164=m +CONFIG_VIDEO_SAA717X=m +CONFIG_VIDEO_SAA7185=m +CONFIG_VIDEO_SH_MOBILE_CEU=m +CONFIG_VIDEO_SH_MOBILE_CSI2=m +CONFIG_VIDEO_STK1160=m +CONFIG_VIDEO_STK1160_AC97=y +CONFIG_VIDEO_TDA7432=m +CONFIG_VIDEO_TDA9840=m +CONFIG_VIDEO_TEA6415C=m +CONFIG_VIDEO_TEA6420=m +CONFIG_VIDEO_TIMBERDALE=m +CONFIG_VIDEO_TLG2300=m +CONFIG_VIDEO_TM6000=m +CONFIG_VIDEO_TM6000_ALSA=m +CONFIG_VIDEO_TM6000_DVB=m +CONFIG_VIDEO_TUNER=m +CONFIG_VIDEO_TVAUDIO=m +CONFIG_VIDEO_TVEEPROM=m +CONFIG_VIDEO_TVP5150=m +CONFIG_VIDEO_UPD64031A=m +CONFIG_VIDEO_UPD64083=m +CONFIG_VIDEO_USBVISION=m +CONFIG_VIDEO_V4L2=m +CONFIG_VIDEO_VIA_CAMERA=m +CONFIG_VIDEO_VIVI=m +CONFIG_VIDEO_VP27SMPX=m +CONFIG_VIDEO_VPFE_CAPTURE=m +CONFIG_VIDEO_VPSS_SYSTEM=m +CONFIG_VIDEO_VPX3220=m +CONFIG_VIDEO_W9966=m +CONFIG_VIDEO_WM8739=m +CONFIG_VIDEO_WM8775=m +CONFIG_VIDEO_ZORAN=m +CONFIG_VIDEO_ZORAN_AVS6EYES=m +CONFIG_VIDEO_ZORAN_BUZ=m +CONFIG_VIDEO_ZORAN_DC10=m +CONFIG_VIDEO_ZORAN_DC30=m +CONFIG_VIDEO_ZORAN_LML33=m +CONFIG_VIDEO_ZORAN_LML33R10=m +CONFIG_VIDEO_ZORAN_ZR36060=m +CONFIG_VIPERBOARD_ADC=m +CONFIG_VIRTIO_CONSOLE=m +CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES=y +CONFIG_VIRTIO_PCI=y +CONFIG_VIRTUALIZATION=y +CONFIG_VIRT_DRIVERS=y +CONFIG_VIRT_TO_BUS=y +CONFIG_VITESSE_PHY=y +CONFIG_VLAN_8021Q=m +CONFIG_VLAN_8021Q_GVRP=y +CONFIG_VLSI_FIR=m +CONFIG_VM86=y +CONFIG_VME_BUS=m +CONFIG_VME_CA91CX42=m +CONFIG_VME_PIO2=m +CONFIG_VME_TSI148=m +CONFIG_VME_USER=m +CONFIG_VMIVME_7805=m +# CONFIG_VMSPLIT_1G is not set +# CONFIG_VMSPLIT_2G is not set +CONFIG_VMSPLIT_3G=y +CONFIG_VMWARE_BALLOON=m +CONFIG_VMWARE_PVSCSI=m +CONFIG_VMXNET3=m +CONFIG_VM_EVENT_COUNTERS=y +CONFIG_VORTEX=m +CONFIG_VT=y +CONFIG_VT6655=m +CONFIG_VT6656=m +CONFIG_VT_CONSOLE=y +CONFIG_VT_CONSOLE_SLEEP=y +CONFIG_VT_HW_CONSOLE_BINDING=y +CONFIG_VXFS_FS=m +CONFIG_VXGE=m +# CONFIG_VXGE_DEBUG_TRACE_ALL is not set +CONFIG_VXLAN=m +CONFIG_W1=m +CONFIG_W1_CON=y +CONFIG_W1_MASTER_DS1WM=m +CONFIG_W1_MASTER_DS2482=m +CONFIG_W1_MASTER_DS2490=m +CONFIG_W1_MASTER_GPIO=m +CONFIG_W1_MASTER_MATROX=m +CONFIG_W1_MASTER_MXC=m +CONFIG_W1_SLAVE_BQ27000=m +CONFIG_W1_SLAVE_DS2408=m +CONFIG_W1_SLAVE_DS2423=m +CONFIG_W1_SLAVE_DS2431=m +CONFIG_W1_SLAVE_DS2433=m +# CONFIG_W1_SLAVE_DS2433_CRC is not set +CONFIG_W1_SLAVE_DS2760=m +CONFIG_W1_SLAVE_DS2780=m +CONFIG_W1_SLAVE_DS2781=m +CONFIG_W1_SLAVE_DS28E04=m +CONFIG_W1_SLAVE_SMEM=m +CONFIG_W1_SLAVE_THERM=m +CONFIG_W35UND=m +CONFIG_W83627HF_WDT=m +CONFIG_W83697HF_WDT=m +CONFIG_W83697UG_WDT=m +CONFIG_W83877F_WDT=m +CONFIG_W83977F_WDT=m +CONFIG_WAFER_WDT=m +CONFIG_WAN=y +CONFIG_WANXL=m +CONFIG_WAN_ROUTER_DRIVERS=m +CONFIG_WATCHDOG=y +CONFIG_WATCHDOG_CORE=y +# CONFIG_WATCHDOG_NOWAYOUT is not set +CONFIG_WD80x3=m +CONFIG_WDT=m +CONFIG_WDTPCI=m +CONFIG_WEXT_CORE=y +CONFIG_WEXT_PRIV=y +CONFIG_WEXT_PROC=y +CONFIG_WEXT_SPY=y +CONFIG_WIL6210=m +CONFIG_WIL6210_ISR_COR=y +CONFIG_WIMAX=m +CONFIG_WIMAX_DEBUG_LEVEL=8 +CONFIG_WIMAX_GDM72XX=m +CONFIG_WIMAX_GDM72XX_K_MODE=y +CONFIG_WIMAX_GDM72XX_QOS=y +# CONFIG_WIMAX_GDM72XX_SDIO is not set +CONFIG_WIMAX_GDM72XX_USB=y +CONFIG_WIMAX_GDM72XX_USB_PM=y +CONFIG_WIMAX_GDM72XX_WIMAX2=y +CONFIG_WIMAX_I2400M=m +CONFIG_WIMAX_I2400M_DEBUG_LEVEL=8 +CONFIG_WIMAX_I2400M_USB=m +CONFIG_WINBOND_840=m +CONFIG_WINBOND_FIR=m +CONFIG_WIRELESS=y +CONFIG_WIRELESS_EXT=y +CONFIG_WIZNET_BUS_ANY=y +# CONFIG_WIZNET_BUS_DIRECT is not set +# CONFIG_WIZNET_BUS_INDIRECT is not set +CONFIG_WIZNET_W5100=m +CONFIG_WIZNET_W5300=m +CONFIG_WL1251=m +CONFIG_WL1251_SDIO=m +CONFIG_WL1251_SPI=m +CONFIG_WL12XX=m +CONFIG_WL12XX_PLATFORM_DATA=y +CONFIG_WL18XX=m +CONFIG_WLAGS49_H2=m +CONFIG_WLAGS49_H25=m +CONFIG_WLAN=y +CONFIG_WLCORE=m +CONFIG_WLCORE_SDIO=m +CONFIG_WLCORE_SPI=m +CONFIG_WL_TI=y +CONFIG_WM831X_BACKUP=m +CONFIG_WM831X_POWER=m +CONFIG_WM831X_WATCHDOG=m +CONFIG_WM8350_POWER=m +CONFIG_WM8350_WATCHDOG=m +CONFIG_X25=m +CONFIG_X25_ASY=m +CONFIG_X509_CERTIFICATE_PARSER=y +CONFIG_X86=y +CONFIG_X86_32=y +CONFIG_X86_32_IRIS=m +# CONFIG_X86_32_NON_STANDARD is not set +CONFIG_X86_32_SMP=y +CONFIG_X86_64=y +CONFIG_X86_64_ACPI_NUMA=y +CONFIG_X86_64_SMP=y +CONFIG_X86_ACPI_CPUFREQ=y +CONFIG_X86_ACPI_CPUFREQ_CPB=y +# CONFIG_X86_ANCIENT_MCE is not set +CONFIG_X86_APM_BOOT=y +# CONFIG_X86_BIGSMP is not set +CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y +CONFIG_X86_CHECK_BIOS_CORRUPTION=y +CONFIG_X86_CMOV=y +CONFIG_X86_CMPXCHG64=y +CONFIG_X86_CPUFREQ_NFORCE2=y +CONFIG_X86_CPUID=m +CONFIG_X86_DEBUGCTLMSR=y +# CONFIG_X86_DECODER_SELFTEST is not set +CONFIG_X86_DEV_DMA_OPS=y +CONFIG_X86_EXTENDED_PLATFORM=y +# CONFIG_X86_E_POWERSAVER is not set +CONFIG_X86_GENERIC=y +CONFIG_X86_GX_SUSPMOD=m +CONFIG_X86_HT=y +CONFIG_X86_INTEL_MID=y +CONFIG_X86_INTEL_USERCOPY=y +CONFIG_X86_INTERNODE_CACHE_SHIFT=6 +CONFIG_X86_IO_APIC=y +CONFIG_X86_L1_CACHE_SHIFT=6 +CONFIG_X86_LOCAL_APIC=y +CONFIG_X86_LONGHAUL=m +CONFIG_X86_LONGRUN=m +CONFIG_X86_MCE=y +CONFIG_X86_MCE_AMD=y +CONFIG_X86_MCE_INJECT=m +CONFIG_X86_MCE_INTEL=y +CONFIG_X86_MCE_THRESHOLD=y +CONFIG_X86_MDFLD=y +CONFIG_X86_MPPARSE=y +CONFIG_X86_MSR=m +CONFIG_X86_NEED_RELOCS=y +CONFIG_X86_NUMACHIP=y +CONFIG_X86_P4_CLOCKMOD=m +CONFIG_X86_PAE=y +CONFIG_X86_PAT=y +CONFIG_X86_PCC_CPUFREQ=y +CONFIG_X86_PLATFORM_DEVICES=y +CONFIG_X86_PM_TIMER=y +CONFIG_X86_POWERNOW_K6=m +CONFIG_X86_POWERNOW_K7=m +CONFIG_X86_POWERNOW_K7_ACPI=y +CONFIG_X86_POWERNOW_K8=y +CONFIG_X86_PPRO_FENCE=y +# CONFIG_X86_PTDUMP is not set +# CONFIG_X86_RDC321X is not set +CONFIG_X86_REBOOTFIXUPS=y +CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y +CONFIG_X86_RESERVE_LOW=64 +CONFIG_X86_SMAP=y +CONFIG_X86_SPEEDSTEP_CENTRINO=y +CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE=y +CONFIG_X86_SPEEDSTEP_ICH=y +CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK=y +CONFIG_X86_SPEEDSTEP_SMI=y +CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y +CONFIG_X86_THERMAL_VECTOR=y +CONFIG_X86_TSC=y +CONFIG_X86_USE_PPRO_CHECKSUM=y +# CONFIG_X86_UV is not set +# CONFIG_X86_VERBOSE_BOOTUP is not set +# CONFIG_X86_VSMP is not set +CONFIG_X86_WANT_INTEL_MID=y +CONFIG_X86_X2APIC=y +CONFIG_X86_X32=y +CONFIG_XEN=y +CONFIG_XENFS=m +CONFIG_XEN_ACPI_PROCESSOR=y +CONFIG_XEN_BACKEND=y +CONFIG_XEN_BALLOON=y +CONFIG_XEN_BALLOON_MEMORY_HOTPLUG=y +CONFIG_XEN_BLKDEV_BACKEND=m +CONFIG_XEN_BLKDEV_FRONTEND=y +CONFIG_XEN_COMPAT_XENFS=y +# CONFIG_XEN_DEBUG_FS is not set +CONFIG_XEN_DEV_EVTCHN=m +CONFIG_XEN_DOM0=y +CONFIG_XEN_FBDEV_FRONTEND=m +CONFIG_XEN_GNTDEV=m +CONFIG_XEN_GRANT_DEV_ALLOC=m +CONFIG_XEN_HAVE_PVMMU=y +CONFIG_XEN_MCE_LOG=y +CONFIG_XEN_NETDEV_BACKEND=m +CONFIG_XEN_NETDEV_FRONTEND=y +CONFIG_XEN_PCIDEV_BACKEND=m +CONFIG_XEN_PCIDEV_FRONTEND=m +CONFIG_XEN_PRIVCMD=m +CONFIG_XEN_PRIVILEGED_GUEST=y +CONFIG_XEN_PVHVM=y +CONFIG_XEN_SAVE_RESTORE=y +CONFIG_XEN_SCRUB_PAGES=y +CONFIG_XEN_SELFBALLOONING=y +CONFIG_XEN_SYS_HYPERVISOR=y +CONFIG_XEN_TMEM=y +CONFIG_XEN_WDT=m +CONFIG_XEN_XENBUS_FRONTEND=y +CONFIG_XFRM=y +CONFIG_XFRM_ALGO=m +CONFIG_XFRM_IPCOMP=m +# CONFIG_XFRM_MIGRATE is not set +# CONFIG_XFRM_STATISTICS is not set +# CONFIG_XFRM_SUB_POLICY is not set +CONFIG_XFRM_USER=m +# CONFIG_XFS_DEBUG is not set +CONFIG_XFS_FS=m +CONFIG_XFS_POSIX_ACL=y +CONFIG_XFS_QUOTA=y +CONFIG_XFS_RT=y +CONFIG_XO15_EBOOK=m +CONFIG_XOR_BLOCKS=m +CONFIG_XPS=y +CONFIG_XZ_DEC=y +CONFIG_XZ_DEC_ARM=y +CONFIG_XZ_DEC_ARMTHUMB=y +CONFIG_XZ_DEC_BCJ=y +CONFIG_XZ_DEC_IA64=y +CONFIG_XZ_DEC_POWERPC=y +CONFIG_XZ_DEC_SPARC=y +CONFIG_XZ_DEC_TEST=m +CONFIG_XZ_DEC_X86=y +CONFIG_YAM=m +CONFIG_YELLOWFIN=m +CONFIG_YENTA=m +CONFIG_YENTA_ENE_TUNE=y +CONFIG_YENTA_O2=y +CONFIG_YENTA_RICOH=y +CONFIG_YENTA_TI=y +CONFIG_YENTA_TOSHIBA=y +CONFIG_ZBOOT_ROM_BSS=0x0 +CONFIG_ZBOOT_ROM_TEXT=0x0 +CONFIG_ZCACHE=y +CONFIG_ZD1211RW=m +# CONFIG_ZD1211RW_DEBUG is not set +CONFIG_ZEROPLUS_FF=y +CONFIG_ZISOFS=y +CONFIG_ZLIB_DEFLATE=m +CONFIG_ZLIB_INFLATE=y +CONFIG_ZNET=m +CONFIG_ZONE_DMA=y +CONFIG_ZRAM=m +# CONFIG_ZRAM_DEBUG is not set +CONFIG_ZSMALLOC=y --- linux-lowlatency-3.8.0.orig/debian.lowlatency/config/enforce +++ linux-lowlatency-3.8.0/debian.lowlatency/config/enforce @@ -0,0 +1,131 @@ +# +# SECURITY items +# +# Ensure this option is enabled. +value CONFIG_COMPAT_BRK n +value CONFIG_DEVKMEM n +value CONFIG_LSM_MMAP_MIN_ADDR 0 +value CONFIG_SECURITY y +!exists CONFIG_SECURITY_FILE_CAPABILITIES | value CONFIG_SECURITY_FILE_CAPABILITIES y +value CONFIG_SECURITY_SELINUX y +value CONFIG_SECURITY_SMACK y +value CONFIG_SECURITY_YAMA y +value CONFIG_SYN_COOKIES y +value CONFIG_DEFAULT_SECURITY_APPARMOR y +# For architectures which support this option ensure it is enabled. +!exists CONFIG_XEN_ACPI_PROCESSOR | value CONFIG_XEN_ACPI_PROCESSOR y +!exists CONFIG_SECCOMP | value CONFIG_SECCOMP y +!exists CONFIG_HAVE_ARCH_SECCOMP_FILTER | value CONFIG_SECCOMP_FILTER y +!exists CONFIG_CC_STACKPROTECTOR | value CONFIG_CC_STACKPROTECTOR y +!exists CONFIG_DEBUG_RODATA | value CONFIG_DEBUG_RODATA y +!exists CONFIG_DEBUG_SET_MODULE_RONX | value CONFIG_DEBUG_SET_MODULE_RONX y +!exists CONFIG_STRICT_DEVMEM | value CONFIG_STRICT_DEVMEM y +# For architectures which support this option ensure it is disabled. +!exists CONFIG_COMPAT_VDSO | value CONFIG_COMPAT_VDSO n +!exists CONFIG_ACPI_CUSTOM_METHOD | value CONFIG_ACPI_CUSTOM_METHOD n +# Default to 32768 on ARM, 65536 for everything else. +(arch armel armhf &/ value CONFIG_DEFAULT_MMAP_MIN_ADDR 32768) | \ + value CONFIG_DEFAULT_MMAP_MIN_ADDR 65536 + +# upstart requires DEVTMPFS be enabled and mounted by default. +value CONFIG_DEVTMPFS y +value CONFIG_DEVTMPFS_MOUNT y + +# some /dev nodes require POSIX ACLs, like /dev/dsp +value CONFIG_TMPFS_POSIX_ACL y + +# Ramdisk size should be a minimum of 64M +value CONFIG_BLK_DEV_RAM_SIZE 65536 + +# LVM requires dm_mod built in to activate correctly (LP: #560717) +value CONFIG_BLK_DEV_DM y + +# sysfs: ensure all DEPRECATED items are off +!exists CONFIG_SYSFS_DEPRECATED_V2 | value CONFIG_SYSFS_DEPRECATED_V2 n +!exists CONFIG_SYSFS_DEPRECATED | value CONFIG_SYSFS_DEPRECATED n + +# automatically add local version will cause packaging failure +value CONFIG_LOCALVERSION_AUTO n + +# provide framebuffer console form the start +# UbuntuSpec:foundations-m-grub2-boot-framebuffer +value CONFIG_FRAMEBUFFER_CONSOLE y + +# GRUB changes will rely on built in vesafb on x86, +# UbuntuSpec:foundations-m-grub2-boot-framebuffer +#(( arch i386 | arch amd64 ) & value CONFIG_FB_VESA y) | \ +# value CONFIG_FB_VESA m | !exists CONFIG_FB_VESA +value CONFIG_FB_VESA m | !exists CONFIG_FB_VESA + +# Build in uinput module so that it's always available (LP: 584812) +value CONFIG_INPUT_UINPUT y + +# upstart relies on getting all of the kernel arguments +value CONFIG_INIT_PASS_ALL_PARAMS y + +# Enabling CONFIG_IMA is vastly expensive, ensure it is off +value CONFIG_IMA n + +# Ensure CONFIG_IPV6 is y, if this is a module we get a module load for +# every ipv6 packet, bad. +value CONFIG_IPV6 y + +# Ensure ECRYPT_FS is y as it cannot be autoloaded and it has complex +# dependancies which can pull it =m at a whim. +value CONFIG_ECRYPT_FS y + +# Ensure CONFIG_EFI_VARS is y as debian-installer relies on having +# access to efivars when installing in EFI mode. See LP:837332 +value CONFIG_EFI_VARS y | !exists CONFIG_EFI_VARS + +# Ensure CONFIG_VFAT_FS is y for arm, needed to ensure we able to replace +# a kernel with the same version. Also needed for EFI based systems. +(arch armel armhf i386 amd64 &/ value CONFIG_VFAT_FS y) | \ + value CONFIG_VFAT_FS m + +# Ensure CONFIG_GPIO_TWL4030 is y for arm, LP:921934 +(arch armel armhf &/ value CONFIG_GPIO_TWL4030 y) | \ + value CONFIG_GPIO_TWL4030 m | \ + !exists CONFIG_GPIO_TWL4030 + +# Ensure CONFIG_THERM_ADT746X is y for powerpc-smp flavours. +# See LP:923094 +(flavour powerpc-smp &/ value CONFIG_THERM_ADT746X y) | \ + !exists CONFIG_THERM_ADT746X + +# Ensure CONFIG_NVRAM is y for powerpc-smp, LP:942193 +(flavour powerpc-smp powerpc-e500 powerpc-e500mc &/ value CONFIG_NVRAM y) | \ + (flavour powerpc-e500 powerpc-e500mc) | \ + value CONFIG_NVRAM m | \ + !exists CONFIG_NVRAM + +# Ensure CONFIG_STUB_POULSBO is disabled if CONFIG_DRM_PSB is enabled +# See LP:899244 +(!exists CONFIG_DRM_PSB | value CONFIG_DRM_PSB n) | \ +((value CONFIG_DRM_PSB y | value CONFIG_DRM_PSB m) & (value CONFIG_STUB_POULSBO n | !exists CONFIG_STUB_POULSBO)) + +# Ensure CONFIG_B43_BCMA_EXTRA is disabled if CONFIG_BRCMSMAC is enabled. +# Otherwise b43 and brcmsmac will overlap in the hardware they claim to +# support. +(!exists CONFIG_BRCMSMAC | value CONFIG_BRCMSMAC n) | \ +((value CONFIG_BRCMSMAC y | value CONFIG_BRCMSMAC m) & (value CONFIG_B43_BCMA_EXTRA n | !exists CONFIG_B43_BCMA_EXTRA)) + +# CONFIG_AUDIT_LOGINUID_IMMUTABLE is not compatible with upstart +value CONFIG_AUDIT_LOGINUID_IMMUTABLE n + +# CONFIG_I2C_DESIGNWARE_PLATFORM is required by Calxeda Highbank +(flavour generic & arch armhf &/ value CONFIG_I2C_DESIGNWARE_PLATFORM m) | \ +value CONFIG_I2C_DESIGNWARE_PLATFORM m | \ +!exists CONFIG_I2C_DESIGNWARE_PLATFORM + +# Don't use the generic ehci/ohci code on omap, it doesn't work +(flavour generic & arch armhf &/ value CONFIG_USB_EHCI_HCD_PLATFORM n & value CONFIG_USB_OHCI_HCD_PLATFORM n) | \ + !exists MISSING + +# CONFIG_DRM_MGAG200, experimental driver hangs boot on HP Proliant Gen8 +# See LP:1042903 +(!exists CONFIG_DRM_MGAG200 | value CONFIG_DRM_MGAG200 n) + +# CONFIG_PARPORT_PC_FIFO, causes slow/stutter printing on parallel port +# See LP:339752 +(!exists CONFIG_PARPORT_PC_FIFO | value CONFIG_PARPORT_PC_FIFO n) --- linux-lowlatency-3.8.0.orig/debian.lowlatency/config/annotations +++ linux-lowlatency-3.8.0/debian.lowlatency/config/annotations @@ -0,0 +1,2630 @@ +# not a thing +CONFIG_USB_OHCI_HCD_PLATFORM - flag +CONFIG_USB_EHCI_HCD_PLATFORM - flag +CONFIG_USB_OHCI_HCD_PPC_OF_LE - flag +# Overall defaults +set +all !flag EXPERIMENTAL !flag IGNORE ?type tristate = m +# Mark debugging symbols. +# default all debug symbols off +set +pattern '(^|_)DEBUG(_|$)' ?type bool = n flag +set +pattern '(^|_)DEBUG(_|$)' ?type tristate = n flag +# ROOT +CONFIG_64BIT p policy<(arch amd64 &/ value y) | (flavour powerpc64-smp &/ value y) | value n> +CONFIG_RELOCATABLE y +CONFIG_ARM_PATCH_PHYS_VIRT y +CONFIG_PPC64 p policy<(flavour powerpc64-smp &/ value y) | value n> +CONFIG_NR_IRQS 512 +# Advanced setup +CONFIG_ADVANCED_OPTIONS n +CONFIG_LOWMEM_CAM_NUM 3 +CONFIG_DYNAMIC_MEMSTART y +# Boot options +CONFIG_KEXEC y +CONFIG_CRASH_DUMP y +CONFIG_USE_OF y +CONFIG_ATAGS y +CONFIG_DEPRECATED_PARAM_STRUCT n +CONFIG_ARM_APPENDED_DTB n +CONFIG_CMDLINE "" +CONFIG_AUTO_ZRELADDR y +CONFIG_ATAGS_PROC y +# Bus options +CONFIG_ISA p policy<(arch i386 &/ value y) | value n> mark +CONFIG_ISA_DMA_API y +CONFIG_EISA y mark +CONFIG_EISA_VLB_PRIMING y +CONFIG_EISA_PCI_EISA y +CONFIG_EISA_VIRTUAL_ROOT y +CONFIG_EISA_NAMES y +CONFIG_ALIX y +CONFIG_NET5501 y +CONFIG_GEOS y +CONFIG_FSL_LBC y +# Bus options > PCCard (PCMCIA/CardBus) support +CONFIG_PCCARD p policy<(arch armhf &/ value n) | value m> note +CONFIG_PCMCIA m mark +CONFIG_PCMCIA_LOAD_CIS y +CONFIG_CARDBUS y mark +CONFIG_YENTA_O2 y +CONFIG_YENTA_RICOH y +CONFIG_YENTA_TI y +CONFIG_YENTA_ENE_TUNE y +CONFIG_YENTA_TOSHIBA y +# Bus options (PCI etc.) +# Bus options (PCI etc.) > PCCard (PCMCIA/CardBus) support +# Bus options (PCI etc.) > PCI support +CONFIG_PCI y mark +CONFIG_PCI_MMCONFIG y +CONFIG_PCI_CNB20LE_QUIRK n +CONFIG_PCIEPORTBUS y +CONFIG_HOTPLUG_PCI_PCIE y mark +CONFIG_PCIEAER y +CONFIG_PCIE_ECRC n +CONFIG_PCIEAER_INJECT n flag +CONFIG_PCIEASPM y +CONFIG_PCIEASPM_DEFAULT y +CONFIG_PCIEASPM_POWERSAVE n +CONFIG_PCIEASPM_PERFORMANCE n +CONFIG_PCI_MSI y +CONFIG_PCI_REALLOC_ENABLE_AUTO y +CONFIG_HT_IRQ y +CONFIG_PCI_IOV y +CONFIG_PCI_PRI y +CONFIG_PCI_PASID y +CONFIG_PCI_IOAPIC p policy<(arch i386 amd64 &/ value y) | value m> note +CONFIG_RAPIDIO y +CONFIG_RAPIDIO_TSI721 y +CONFIG_RAPIDIO_DISC_TIMEOUT 30 +CONFIG_RAPIDIO_ENABLE_RX_TX_PORTS n +CONFIG_RAPIDIO_DMA_ENGINE y +CONFIG_RAPIDIO_TSI57X y +CONFIG_RAPIDIO_CPS_XX y +CONFIG_RAPIDIO_TSI568 y +CONFIG_RAPIDIO_CPS_GEN2 y +CONFIG_RAPIDIO_TSI500 y +CONFIG_PCI_GOANY y +#CONFIG_FSL_RIO n y +# Bus options (PCI etc.) > PCI support > Support for PCI Hotplug +CONFIG_HOTPLUG_PCI y mark +CONFIG_HOTPLUG_PCI_CPCI y +CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM y +# Bus options > PCI support +CONFIG_PCI y mark +CONFIG_HOTPLUG_PCI_PCIE y mark +CONFIG_PCI_IOAPIC p policy<(arch i386 amd64 &/ value y) | value m> note +CONFIG_PCIEAER_INJECT n flag +CONFIG_FSL_RIO p policy<(flavour powerpc-e500mc &/ value y) | value n> +# Bus options > PCI support > Support for PCI Hotplug +# Bus support +# Bus support > PCCard (PCMCIA/CardBus) support +# CPU Power Management +CONFIG_CPU_IDLE y +CONFIG_CPU_IDLE_MULTIPLE_DRIVERS n +CONFIG_CPU_IDLE_CALXEDA n +# CPU Power Management > CPU Frequency scaling +CONFIG_CPU_FREQ y mark +CONFIG_CPU_FREQ p policy<(arch armhf &/ value n) | value y> flag +CONFIG_CPU_FREQ_GOV_CONSERVATIVE y note +CONFIG_CPU_FREQ_GOV_ONDEMAND y note +CONFIG_CPU_FREQ_GOV_PERFORMANCE y note +CONFIG_CPU_FREQ_GOV_POWERSAVE y note +CONFIG_CPU_FREQ_GOV_USERSPACE y note +CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE y note +CONFIG_GENERIC_CPUFREQ_CPU0 y +CONFIG_CPU_FREQ_STAT p policy<(arch i386 amd64 armhf &/ value y) | value m> note +CONFIG_CPU_FREQ_STAT_DETAILS y +# CPU Power Management > CPU Frequency scaling > ARM CPU frequency scaling drivers +CONFIG_ARM_OMAP2PLUS_CPUFREQ y +# CPU Power Management > CPU Frequency scaling > PowerPC CPU frequency scaling drivers +CONFIG_CPU_FREQ_MAPLE y +# CPU Power Management > CPU Frequency scaling > x86 CPU frequency scaling drivers +CONFIG_X86_ACPI_CPUFREQ y note +CONFIG_X86_ACPI_CPUFREQ_CPB y +CONFIG_X86_POWERNOW_K8 y note +CONFIG_X86_SPEEDSTEP_CENTRINO y note +CONFIG_X86_SPEEDSTEP_ICH y note +CONFIG_X86_SPEEDSTEP_SMI y note +CONFIG_X86_PCC_CPUFREQ y note +CONFIG_X86_CPUFREQ_NFORCE2 y note +CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE y +CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK y +# Cryptographic API +set +tree 'CRYPTO' ?flag EXPERIMENTAL ?type bool = n +set +tree 'CRYPTO' ?flag EXPERIMENTAL ?type tristate = m note +CONFIG_CRYPTO y mark +CONFIG_CRYPTO_CRC32C y note +CONFIG_CRYPTO_CRC32C_INTEL y note +CONFIG_CRYPTO_CRC32C y note +CONFIG_CRYPTO_AES y note +CONFIG_CRYPTO_CBC y note +CONFIG_CRYPTO_ECB y note +CONFIG_CRYPTO_HMAC y note +CONFIG_CRYPTO_MANAGER y note +CONFIG_CRYPTO_MD5 y note +CONFIG_CRYPTO_SHA1 y note +CONFIG_CRYPTO_SHA256 y note +CONFIG_CRYPTO_LZO y note +CONFIG_CRYPTO_SHA512 y +CONFIG_CRYPTO_MANAGER_DISABLE_TESTS y flag +CONFIG_CRYPTO_TEST m flag +# Cryptographic API > Asymmetric (public-key cryptographic) key type +CONFIG_ASYMMETRIC_KEY_TYPE y +CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE y +CONFIG_PUBLIC_KEY_ALGO_RSA y +CONFIG_X509_CERTIFICATE_PARSER y +# Cryptographic API > Hardware crypto devices +CONFIG_CRYPTO_DEV_PADLOCK y note +CONFIG_CRYPTO_HW y +CONFIG_CRYPTO_DEV_NX y +CONFIG_CRYPTO_DEV_FSL_CAAM_INTC y +CONFIG_CRYPTO_DEV_FSL_CAAM_INTC_COUNT_THLD 255 +CONFIG_CRYPTO_DEV_FSL_CAAM_INTC_TIME_THLD 2048 +CONFIG_CRYPTO_DEV_FSL_CAAM_RINGSIZE 9 +CONFIG_CRYPTO_DEV_HIFN_795X_RNG y +# Device Drivers +CONFIG_POWER_AVS y +# Device Drivers > 1-wire Bus Masters +# Device Drivers > 1-wire Slaves +CONFIG_W1_SLAVE_DS2433_CRC n +# Device Drivers > Accelerometers +# Device Drivers > Accessibility support +CONFIG_ACCESSIBILITY n flag +# Device Drivers > Active cards +# Device Drivers > Amplifiers +# Device Drivers > Analog to digital converters +CONFIG_LP8788_ADC y +# Device Drivers > Android +CONFIG_ANDROID y +CONFIG_ANDROID_BINDER_IPC y +CONFIG_ASHMEM y +CONFIG_ANDROID_TIMED_OUTPUT y +CONFIG_ANDROID_LOW_MEMORY_KILLER y +CONFIG_ANDROID_INTF_ALARM_DEV y +# Device Drivers > ATA/ATAPI/MFM/RLL support (DEPRECATED) +# Device Drivers > Atmel devices (AVR32 and AT91) +# Device Drivers > Auxiliary Display support +CONFIG_AUXDISPLAY y +CONFIG_KS0108_DELAY 2 +CONFIG_CFAG12864B_RATE 20 +# Device Drivers > Block devices +CONFIG_BLK_DEV y mark mark +CONFIG_BLK_DEV_LOOP y note +CONFIG_BLK_DEV_RAM y note +CONFIG_BLK_DEV_HD n note +CONFIG_BLK_DEV_LOOP_MIN_COUNT 8 +CONFIG_BLK_DEV_RAM_COUNT 16 +CONFIG_BLK_DEV_RAM_SIZE 65536 +CONFIG_XEN_BLKDEV_FRONTEND y note +CONFIG_VIRTIO_BLK p policy<(arch i386 amd64 &/ value y) | (arch armhf &/ value n) | value m> note +CONFIG_BLK_DEV_XD n note +CONFIG_BLK_DEV_UMEM m note +CONFIG_BLK_DEV_RBD m note +CONFIG_BLK_DEV_XIP n note +CONFIG_PARIDE_EPATC8 n +CONFIG_CISS_SCSI_TAPE y +CONFIG_DRBD_FAULT_INJECTION n +CONFIG_CDROM_PKTCDVD_BUFFERS 8 +CONFIG_CDROM_PKTCDVD_WCACHE n +CONFIG_MG_DISK_RES 0 +# Device Drivers > Broadcom specific AMBA +CONFIG_BCMA_HOST_PCI y +CONFIG_BCMA_DRIVER_GMAC_CMN y +CONFIG_BCMA_DRIVER_GPIO y +# Device Drivers > Bus devices +CONFIG_OMAP_INTERCONNECT y note +# Device Drivers > Character devices +set +tree 'Device Drivers,Character devices' ?flag EXPERIMENTAL ?type bool = n +set +tree 'Device Drivers,Character devices' ?flag EXPERIMENTAL ?type tristate = n +set +tree 'Device Drivers,Character devices' !flag EXPERIMENTAL ?type tristate = m +CONFIG_HW_RANDOM y mark +CONFIG_SERIAL_NONSTANDARD y +CONFIG_DEVKMEM n mark +CONFIG_TTY_PRINTK y +CONFIG_VT y +CONFIG_VT_CONSOLE y +CONFIG_VT_HW_CONSOLE_BINDING y +CONFIG_CONSOLE_TRANSLATIONS y +CONFIG_DEVPTS_MULTIPLE_INSTANCES y +CONFIG_LEGACY_PTYS y +CONFIG_LEGACY_PTY_COUNT 0 +CONFIG_UNIX98_PTYS y +CONFIG_HPET y +CONFIG_HPET_MMAP y +CONFIG_HW_RANDOM y +CONFIG_HVC_XEN y +CONFIG_HVC_XEN_FRONTEND y +CONFIG_HVC_DCC y +CONFIG_HVC_CONSOLE n +CONFIG_HVC_OPAL y +CONFIG_HVC_RTAS y +CONFIG_HVC_UDBG y +CONFIG_MAX_RAW_DEVS 256 +CONFIG_LP_CONSOLE n +CONFIG_CYZ_INTR n +CONFIG_STALDRV y +CONFIG_HW_RANDOM_ATMEL n note +CONFIG_NVRAM p policy<(arch powerpc &/ value y) | value m> note +CONFIG_HW_RANDOM_PASEMI p policy<(arch powerpc &/ value y) | value m> note +CONFIG_HVC_CONSOLE y +CONFIG_HVC_OLD_HVSI y +CONFIG_HVCS y +# Device Drivers > Character devices > IPMI top-level message handler +CONFIG_IPMI_PANIC_EVENT n +# Device Drivers > Character devices > PCMCIA character devices +# Device Drivers > Character devices > Serial drivers +CONFIG_SERIAL_8250_CONSOLE y +CONFIG_SERIAL_8250_DETECT_IRQ n +CONFIG_SERIAL_8250_EXTENDED y +CONFIG_SERIAL_8250_MANY_PORTS y +CONFIG_SERIAL_8250_NR_UARTS 48 +CONFIG_SERIAL_8250_RSA y +CONFIG_SERIAL_8250_RUNTIME_UARTS 32 +CONFIG_SERIAL_8250_SHARE_IRQ y +CONFIG_SERIAL_8250_EM n +CONFIG_SERIAL_8250 y note +CONFIG_SERIAL_8250_PCI p policy<(arch i386 amd64 armhf &/ value y) | value m> note +CONFIG_SERIAL_8250_PNP p policy<(arch i386 amd64 armhf &/ value y) | value m> note +CONFIG_SERIAL_ALTERA_UART_BAUDRATE 115200 +CONFIG_SERIAL_ALTERA_UART_MAXPORTS 4 +CONFIG_SERIAL_AMBA_PL011 p policy<(arch armhf &/ value y) | value m> +CONFIG_SERIAL_AMBA_PL011_CONSOLE y +CONFIG_SERIAL_ARC_NR_PORTS 1 +CONFIG_SERIAL_SCCNXP y +CONFIG_SERIAL_SCCNXP_CONSOLE y +CONFIG_SERIAL_PMACZILOG_CONSOLE y +CONFIG_SERIAL_PMACZILOG_TTYS n +CONFIG_SERIAL_KGDB_NMI y +CONFIG_SERIAL_MAX310X y +CONFIG_SERIAL_OMAP_CONSOLE y +CONFIG_SERIAL_OMAP p policy<(arch armhf &/ value y) | value m> note +CONFIG_SERIAL_PMACZILOG p policy<(arch powerpc &/ value y) | value m> note +CONFIG_SERIAL_IMX y +CONFIG_SERIAL_IMX_CONSOLE y +# Device Drivers > Character devices > TPM Hardware Support +CONFIG_TCG_TPM y mark +CONFIG_TCG_TPM y +# Device Drivers > Common Clock Framework +CONFIG_COMMON_CLK_VERSATILE y +# Device Drivers > Connector - unified userspace <- > kernelspace linker +CONFIG_CONNECTOR y mark +CONFIG_PROC_EVENTS y +# Device Drivers > Customise DVB Frontends +CONFIG_DVB_DUMMY_FE n note +# Device Drivers > Dallas's 1-wire support +CONFIG_W1_CON y +# Device Drivers > Device Tree and Open Firmware support +CONFIG_PROC_DEVICETREE y +CONFIG_OF_SELFTEST n flag +# Device Drivers > Digital gyroscope sensors +# Device Drivers > Digital to analog converters +# Device Drivers > Distributed Switch Architecture drivers +# Device Drivers > DMA Engine support +CONFIG_DMADEVICES y +CONFIG_NET_DMA y +CONFIG_DW_DMAC_BIG_ENDIAN_IO n +CONFIG_MX3_IPU y +CONFIG_MX3_IPU_IRQS 4 +CONFIG_MXS_DMA n +CONFIG_PL330_DMA p policy<(arch armhf &/ value m)> note +CONFIG_DMATEST n flag +CONFIG_DMA_OMAP y +CONFIG_AMBA_PL08X y +CONFIG_IMX_SDMA n +CONFIG_IMX_DMA n +CONFIG_ASYNC_TX_DMA p policy<(arch i388 armhf &/ value y) | value n> +# Device Drivers > EDAC (Error Detection And Correction) reporting +set +tree 'Device Drivers,EDAC (Error Detection And Correction) reporting' ?flag EXPERIMENTAL ?type bool = n +set +tree 'Device Drivers,EDAC (Error Detection And Correction) reporting' ?flag EXPERIMENTAL ?type tristate = m note +CONFIG_EDAC y +CONFIG_EDAC_LEGACY_SYSFS y +CONFIG_EDAC_AMD64_ERROR_INJECTION n +CONFIG_EDAC_MM_EDAC p policy<(arch armhf &/ value y) | value m> +CONFIG_EDAC_HIGHBANK_MC y +CONFIG_EDAC_HIGHBANK_L2 y +# Device Drivers > Encoders, decoders, sensors and other helper chips +# Device Drivers > External Connector Class (extcon) support +CONFIG_EXTCON y mark +# Device Drivers > Frequency Synthesizers DDS/PLL +# Device Drivers > Frequency Synthesizers DDS/PLL > Clock Generator/Distribution +# Device Drivers > Frequency Synthesizers DDS/PLL > Phase-Locked Loop (PLL) frequency synthesizers +# Device Drivers > Fusion MPT device support +CONFIG_FUSION y +CONFIG_FUSION_MAX_SGE 128 +CONFIG_FUSION_LOGGING y +# Device Drivers > Generic Driver Options +CONFIG_UEVENT_HELPER_PATH "" +CONFIG_DEVTMPFS y note +CONFIG_DEVTMPFS_MOUNT y note +CONFIG_STANDALONE p policy<(arch i386 amd64 &/ value n) | value y> +CONFIG_PREVENT_FIRMWARE_BUILD y +CONFIG_FW_LOADER y note mark +CONFIG_FIRMWARE_IN_KERNEL y +CONFIG_EXTRA_FIRMWARE "" +CONFIG_CMA y +CONFIG_CMA_SIZE_MBYTES 16 +CONFIG_CMA_SIZE_SEL_MBYTES y +CONFIG_CMA_ALIGNMENT 8 +CONFIG_CMA_AREAS 7 +# Device Drivers > Generic Dynamic Voltage and Frequency Scaling (DVFS) support +CONFIG_PM_DEVFREQ y +CONFIG_DEVFREQ_GOV_PERFORMANCE y +CONFIG_DEVFREQ_GOV_POWERSAVE y +CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND y +CONFIG_DEVFREQ_GOV_USERSPACE y +# Device Drivers > Generic Target Core Mod (TCM) and ConfigFS Infrastructure +# Device Drivers > Generic Thermal sysfs driver +CONFIG_THERMAL y mark +CONFIG_CPU_THERMAL y +CONFIG_FAIR_SHARE y +CONFIG_STEP_WISE y +CONFIG_USER_SPACE y +CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE y +# Device Drivers > GPIO Support +set +tree 'Device Drivers,GPIO Support' ?flag EXPERIMENTAL ?type bool = n +set +tree 'Device Drivers,GPIO Support' ?flag EXPERIMENTAL ?type tristate = n +set +tree 'Device Drivers,GPIO Support' ?pattern ^GPIO_ ?type bool !flag EXPERIMENTAL = y +CONFIG_GPIOLIB y mark +CONFIG_GPIO_TWL4030 p policy<(arch armhf &/ value y) | value m> note +CONFIG_GPIO_CS5535 p policy<(value CONFIG_OLPC_X01_SCI y &/ value y) | value m> note +CONFIG_GPIO_GE_FPGA y +CONFIG_GPIO_EM n note +# Device Drivers > Graphics support +set +tree 'Device Drivers,Graphics support' ?flag EXPERIMENTAL ?type bool = n +set +tree 'Device Drivers,Graphics support' ?flag EXPERIMENTAL ?type tristate = m note +set +tree 'Device Drivers,Graphics support' !flag EXPERIMENTAL ?type tristate = m +set +tree 'Device Drivers,Graphics support' ?pattern ^FB_[^_]+$ ?type bool !flag EXPERIMENTAL = y +set +tree 'Device Drivers,Graphics support' ?pattern ^FB_[^_]+$ ?type bool ?flag EXPERIMENTAL = y note +set +tree 'Device Drivers,Graphics support' ?pattern _(KMS|BACKLIGHT|I2C)$ ?type bool !flag EXPERIMENTAL = y +CONFIG_DRM_LOAD_EDID_FIRMWARE y +CONFIG_VGA_ARB y +CONFIG_VGA_ARB_MAX_GPUS 16 +CONFIG_VGA_SWITCHEROO y +CONFIG_STUB_POULSBO n note +# Device Drivers > Graphics support > Backlight & LCD device support +CONFIG_BACKLIGHT_LCD_SUPPORT y +CONFIG_BACKLIGHT_CLASS_DEVICE y +# Device Drivers > Graphics support > Console display driver support +CONFIG_VGA_CONSOLE y +CONFIG_FONTS p policy<(arch armhf &/ value y) | value n> +CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY y +CONFIG_FRAMEBUFFER_CONSOLE_ROTATION n +CONFIG_VGACON_SOFT_SCROLLBACK n +CONFIG_FONT_10x18 n +CONFIG_FONT_6x11 n +CONFIG_FONT_7x14 n +CONFIG_FONT_8x8 y +CONFIG_FONT_8x16 y +CONFIG_FONT_ACORN_8x8 y +CONFIG_FONT_MINI_4x6 n +CONFIG_FONT_PEARL_8x8 n +CONFIG_FONT_SUN12x22 n +CONFIG_FONT_SUN8x16 n +CONFIG_FRAMEBUFFER_CONSOLE y note +# Device Drivers > Graphics support > /dev/agpgart (AGP Support) +CONFIG_AGP y note mark +CONFIG_AGP_AMD64 y note +CONFIG_AGP_INTEL y note +CONFIG_AGP_VIA y note +CONFIG_AGP_AMD y note +CONFIG_AGP_NVIDIA y note +# Device Drivers > Graphics support > Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) +CONFIG_DRM_EXYNOS n flag +#CONFIG_DRM_EXYNOS_FIMC y +#CONFIG_DRM_EXYNOS_IPP y +#CONFIG_DRM_EXYNOS_ROTATOR y +CONFIG_DRM_VMWGFX_FBCON n +CONFIG_DRM_GMA600 y +CONFIG_DRM_GMA3600 y +CONFIG_NOUVEAU_DEBUG 5 +CONFIG_NOUVEAU_DEBUG_DEFAULT 3 +CONFIG_DRM_EXYNOS_DMABUF y +CONFIG_DRM_EXYNOS_FIMD y +CONFIG_DRM_EXYNOS_G2D y +CONFIG_DRM_EXYNOS_HDMI n +CONFIG_DRM_EXYNOS_VIDI y +CONFIG_DRM_MGAG200 n note flag +# Device Drivers > Graphics support > Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) > I2C encoder or helper chips +# Device Drivers > Graphics support > Exynos Video driver support +CONFIG_EXYNOS_VIDEO y +# Device Drivers > Graphics support > OMAP2/3 Display Device Drivers +CONFIG_PANEL_GENERIC_DPI y +CONFIG_PANEL_TFP410 y +CONFIG_PANEL_SHARP_LS037V7DW01 y +CONFIG_PANEL_TPO_TD043MTEA1 y +# Device Drivers > Graphics support > OMAP2+ Display Subsystem support +CONFIG_OMAP2_DSS_COLLECT_IRQ_STATS n +CONFIG_OMAP2_DSS_DEBUGFS n +CONFIG_OMAP2_DSS_DPI y +CONFIG_OMAP2_DSS_DSI n +CONFIG_OMAP4_DSS_HDMI y +CONFIG_OMAP2_DSS_MIN_FCK_PER_PCK 0 +CONFIG_OMAP2_DSS_RFBI n +CONFIG_OMAP2_DSS_SDI y +CONFIG_OMAP2_DSS_SLEEP_AFTER_VENC_RESET y +CONFIG_OMAP2_DSS_VENC y +CONFIG_OMAP2_DSS p policy<(arch armhf &/ value y) | value m> note +# Device Drivers > Graphics support > Support for frame buffer devices +CONFIG_FB y mark +CONFIG_FB_MODE_HELPERS y +CONFIG_FIRMWARE_EDID y +CONFIG_FB_TILEBLITTING y +CONFIG_FB_CARMINE_DRAM_EVAL y +CONFIG_FB_CYBER2000_DDC y +CONFIG_FB_ATY_CT y +CONFIG_FB_ATY_GX y +CONFIG_FB_MATROX_G y +CONFIG_FB_MATROX_MILLENIUM y +CONFIG_FB_MATROX_MYSTIQUE y +CONFIG_FB_MB862XX_PCI_GDC y +CONFIG_FB_PM2_FIFO_DISCONNECT y +CONFIG_FB_S3_DDC y +CONFIG_FB_SIS_300 y +CONFIG_FB_SIS_315 y +CONFIG_FB_TMIO_ACCELL y +CONFIG_FB_VIA_X_COMPATIBILITY y +CONFIG_FB_PS3_DEFAULT_SIZE_M 9 +CONFIG_FB_VOODOO1 p policy<(arch powerpc &/ value y) | value m> note +CONFIG_FB_3DFX p policy<(arch powerpc &/ value y) | value m> note +CONFIG_FB_PS3 p policy<(arch powerpc &/ value y) | value m> note +CONFIG_FB_ATY128 p policy<(arch powerpc &/ value y) | value m> note +CONFIG_FB_RADEON p policy<(arch powerpc &/ value y) | value m> note +CONFIG_FB_VIRTUAL n flag +CONFIG_FB_ARMCLCD y +CONFIG_FB_MX3 y +# Device Drivers > Graphics support > Support for frame buffer devices > Bootup logo +CONFIG_LOGO n +# Device Drivers > Graphics support > Support for frame buffer devices > Framebuffer foreign endianness support +CONFIG_FB_FOREIGN_ENDIAN n +# Device Drivers > Graphics support > Support for frame buffer devices > OMAP2+ frame buffer support +CONFIG_FB_OMAP2_NUM_FBS 3 +CONFIG_FB_OMAP2 p policy<(arch armhf &/ value y) | value m> note +# Device Drivers > Hardware Monitoring support +CONFIG_HWMON y mark +CONFIG_HWMON y mark mark +# Device Drivers > Hardware Monitoring support > PMBus support +# Device Drivers > Hardware Spinlock drivers +CONFIG_HWSPINLOCK_OMAP y note +# Device Drivers > Hid Sensor IIO Common +CONFIG_HID_SENSOR_ENUM_BASE_QUIRKS n +# Device Drivers > HID support +set +tree 'Device Drivers,HID support' ?flag EXPERIMENTAL ?type bool = n +set +tree 'Device Drivers,HID support' ?flag EXPERIMENTAL ?type tristate = m note +set +tree 'Device Drivers,HID support' ?pattern _FF$ ?type bool !flag EXPERIMENTAL = y +# Device Drivers > HID support > HID bus support +CONFIG_HID m mark mark +CONFIG_HIDRAW y +CONFIG_HID_BATTERY_STRENGTH y +# Device Drivers > HID support > HID bus support > Special HID drivers +CONFIG_HID_PICOLCD_BACKLIGHT y +CONFIG_HID_PICOLCD_CIR y +CONFIG_HID_PICOLCD_FB y +CONFIG_HID_PICOLCD_LCD y +CONFIG_HID_PICOLCD_LEDS y +CONFIG_HID_WIIMOTE_EXT y +# Device Drivers > HID support > I2C HID support +# Device Drivers > HID support > USB HID support +CONFIG_HID_PID y +# Device Drivers > HID support > USB HID support > USB HID transport layer +CONFIG_USB_HIDDEV y +# Device Drivers > HID support > USB HID support > USB HID transport layer > USB HID Boot Protocol drivers +# Device Drivers > HSI support +# Device Drivers > I2C Algorithms +CONFIG_I2C_ALGOBIT p policy<(arch powerpc &/ value y) | value m> note +# Device Drivers > I2C Hardware Bus support +set +tree 'Device Drivers,I2C Hardware Bus support' ?flag EXPERIMENTAL ?type bool = n +set +tree 'Device Drivers,I2C Hardware Bus support' ?flag EXPERIMENTAL ?type tristate = m note +CONFIG_I2C_OMAP p policy<(arch armhf &/ value y) | value m> note +CONFIG_I2C_DESIGNWARE_PLATFORM p policy<(arch armhf &/ value m) | value n> note +CONFIG_I2C_POWERMAC p policy<(arch powerpc &/ value y) | value m> note +CONFIG_I2C_IMX y +# Device Drivers > I2C support +set +tree 'Device Drivers,I2C support' ?flag EXPERIMENTAL ?type bool = n +set +tree 'Device Drivers,I2C support' ?flag EXPERIMENTAL ?type tristate = m note +CONFIG_I2C y mark mark +CONFIG_I2C_COMPAT y +CONFIG_I2C_HELPER_AUTO y +# Device Drivers > I2C support > I2C bus multiplexing support +# Device Drivers > I2C support > I2C bus multiplexing support > Multiplexer I2C Chip support +# Device Drivers > I2O device support +CONFIG_I2O_LCT_NOTIFY_ON_CHANGES y +CONFIG_I2O_EXT_ADAPTEC y +CONFIG_I2O_EXT_ADAPTEC_DMA64 y +CONFIG_I2O_CONFIG_OLD_IOCTL n +# Device Drivers > IEEE 1394 (FireWire) support +# Device Drivers > IIO staging drivers +CONFIG_IIO_SIMPLE_DUMMY_BUFFER n note +CONFIG_IIO_SIMPLE_DUMMY_EVENTS n note +# Device Drivers > IIO staging drivers > Accelerometers +CONFIG_LIS3L02DQ p policy<(arch armhf &/ value n) | value m> flag +CONFIG_LIS3L02DQ_BUF_KFIFO y +# Device Drivers > IIO staging drivers > Active energy metering IC +# Device Drivers > IIO staging drivers > Analog digital bi-direction converters +# Device Drivers > IIO staging drivers > Analog to digital converters +CONFIG_AD799X_RING_BUFFER y +# Device Drivers > IIO staging drivers > Capacitance to digital converters +# Device Drivers > IIO staging drivers > Digital gyroscope sensors +# Device Drivers > IIO staging drivers > Direct Digital Synthesis +# Device Drivers > IIO staging drivers > Inertial measurement units +# Device Drivers > IIO staging drivers > Light sensors +# Device Drivers > IIO staging drivers > Magnetometer sensors +# Device Drivers > IIO staging drivers > Network Analyzer, Impedance Converters +# Device Drivers > IIO staging drivers > Resolver to digital converters +# Device Drivers > Industrial I/O support +CONFIG_IIO_BUFFER y +CONFIG_IIO_BUFFER_CB y +CONFIG_IIO_TRIGGER y +CONFIG_IIO_CONSUMERS_PER_TRIGGER 2 +# Device Drivers > IndustryPack bus support +# Device Drivers > Inertial measurement units +# Device Drivers > InfiniBand support +CONFIG_INFINIBAND_IPOIB_CM y +# Device Drivers > Input device support +set +tree 'Device Drivers,Input device support' ?flag EXPERIMENTAL ?type bool = n +set +tree 'Device Drivers,Input device support' ?flag EXPERIMENTAL ?type tristate = m note` +set +tree 'Device Drivers,Input device support' ?pattern ^MOUSE_PS2_ ?type bool !flag EXPERIMENTAL = y +set +tree 'Device Drivers,Input device support' ?pattern ^TOUCHSCREEN_ ?type bool !flag EXPERIMENTAL = y +set +tree 'Device Drivers,Input device support' ?pattern _FF$ ?type bool !flag EXPERIMENTAL = y +# Device Drivers > Input device support > Generic input layer (needed for keyboard, mouse, ...) +CONFIG_INPUT y mark mark +CONFIG_INPUT_EVDEV y +CONFIG_INPUT_MOUSEDEV y +CONFIG_INPUT_MOUSEDEV_PSAUX y +CONFIG_INPUT_MOUSEDEV_SCREEN_X 1024 +CONFIG_INPUT_MOUSEDEV_SCREEN_Y 768 +# Device Drivers > Input device support > Generic input layer (needed for keyboard, mouse, ...) > Joysticks/Gamepads +CONFIG_INPUT_JOYSTICK y +CONFIG_JOYSTICK_IFORCE_232 y +CONFIG_JOYSTICK_IFORCE_USB y +CONFIG_JOYSTICK_XPAD_LEDS y +# Device Drivers > Input device support > Generic input layer (needed for keyboard, mouse, ...) > Keyboards +CONFIG_INPUT_KEYBOARD y +CONFIG_KEYBOARD_ATKBD y note +# Device Drivers > Input device support > Generic input layer (needed for keyboard, mouse, ...) > Mice +CONFIG_INPUT_MOUSE y +CONFIG_MOUSE_INPORT n note +# Device Drivers > Input device support > Generic input layer (needed for keyboard, mouse, ...) > Miscellaneous devices +CONFIG_INPUT_MISC y +CONFIG_INPUT_UINPUT y +CONFIG_INPUT_KXTJ9_POLLED_MODE n +# Device Drivers > Input device support > Generic input layer (needed for keyboard, mouse, ...) > Tablets +CONFIG_INPUT_TABLET y +# Device Drivers > Input device support > Generic input layer (needed for keyboard, mouse, ...) > Touchscreens +CONFIG_INPUT_TOUCHSCREEN y +# Device Drivers > Input device support > Hardware I/O ports +CONFIG_SERIO y note +CONFIG_SERIO_I8042 y note +CONFIG_SERIO_LIBPS2 y note +# Device Drivers > IOMMU Hardware Support +CONFIG_IOMMU_SUPPORT y +CONFIG_AMD_IOMMU y +CONFIG_AMD_IOMMU_STATS y +CONFIG_AMD_IOMMU_V2 m +CONFIG_INTEL_IOMMU y +CONFIG_INTEL_IOMMU_DEFAULT_ON n note +CONFIG_IRQ_REMAP y +CONFIG_OMAP_IOMMU y +CONFIG_OMAP_IOVMM n note +# Device Drivers > ISDN feature submodules +# Device Drivers > ISDN support +CONFIG_ISDN y +CONFIG_HYSDN_CAPI y +# Device Drivers > ISDN support > CAPI 2.0 subsystem +CONFIG_ISDN_DRV_AVMB1_VERBOSE_REASON y +CONFIG_CAPI_TRACE y +CONFIG_ISDN_CAPI_MIDDLEWARE y +# Device Drivers > ISDN support > CAPI 2.0 subsystem > Active AVM cards +CONFIG_CAPI_AVM y +CONFIG_ISDN_DRV_AVMB1_B1PCIV4 y +# Device Drivers > ISDN support > CAPI 2.0 subsystem > Active Eicon DIVA Server cards +CONFIG_CAPI_EICON y +CONFIG_ISDN_DIVAS_BRIPCI y +CONFIG_ISDN_DIVAS_PRIPCI y +# Device Drivers > ISDN support > Modular ISDN driver +# Device Drivers > ISDN support > Old ISDN4Linux (deprecated) +CONFIG_ISDN_I4L - flag +CONFIG_ISDN_PPP y +CONFIG_ISDN_PPP_VJ y +CONFIG_ISDN_MPP y +CONFIG_IPPP_FILTER y +CONFIG_ISDN_AUDIO y +CONFIG_ISDN_TTY_FAX y +CONFIG_ISDN_X25 y +# Device Drivers > ISDN support > Siemens Gigaset support +CONFIG_GIGASET_CAPI n +# Device Drivers > iwl3945 / iwl4965 Debugging Options +CONFIG_IWLEGACY_DEBUGFS y +# Device Drivers > LED Support +CONFIG_NEW_LEDS y mark +CONFIG_LEDS_TRIGGERS y +CONFIG_LEDS_TRIGGER_CPU y +CONFIG_LEDS_CLASS y +CONFIG_LEDS_RENESAS_TPU y +CONFIG_LEDS_ASIC3 y +CONFIG_LEDS_PCA9532 m +CONFIG_LEDS_PCA9532_GPIO y +# Device Drivers > Light sensors +# Device Drivers > Macintosh device drivers +CONFIG_MACINTOSH_DRIVERS y +CONFIG_ADB_PMU y +CONFIG_ADB_PMU_LED y +CONFIG_ADB_PMU_LED_IDE n +CONFIG_PMAC_SMU y +CONFIG_ADB y +CONFIG_ADB_CUDA y +CONFIG_PMAC_MEDIABAY y +CONFIG_PMAC_BACKLIGHT y +CONFIG_PMAC_BACKLIGHT_LEGACY y +CONFIG_ADB_MACIO y +CONFIG_INPUT_ADBHID y +CONFIG_THERM_ADT746X y note +CONFIG_SENSORS_AMS m +CONFIG_SENSORS_AMS_PMU n +CONFIG_SENSORS_AMS_I2C n +# Device Drivers > Magnetometer sensors +# Device Drivers > Memory Controller drivers +CONFIG_MEMORY y mark +# Device Drivers > Memory Technology Device (MTD) support +set +tree 'Device Drivers,Memory Technology Device (MTD) support' ?flag EXPERIMENTAL ?type bool = n +set +tree 'Device Drivers,Memory Technology Device (MTD) support' ?flag EXPERIMENTAL ?type tristate = m note +CONFIG_MTD p policy<(arch armhf &/ value y) | value m> note +CONFIG_MTD_BLKDEVS p policy<(arch armhf &/ value y) | value m> note +CONFIG_MTD_BLOCK p policy<(arch armhf &/ value y) | value m> note +CONFIG_MTD_CHAR p policy<(arch armhf &/ value y) | value m> note +CONFIG_MTD_OF_PARTS p policy<(arch armhf &/ value y) | value m> note +CONFIG_SM_FTL m note +CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK -1 +CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED n +CONFIG_MTD_REDBOOT_PARTS_READONLY n +CONFIG_NFTL_RW y +CONFIG_MTD_NAND_ECC_SMC n +CONFIG_MTD_CMDLINE_PARTS y +# Device Drivers > Memory Technology Device (MTD) support > Enable UBI - Unsorted block images +CONFIG_MTD_UBI_WL_THRESHOLD 4096 +CONFIG_MTD_UBI_BEB_LIMIT 20 +CONFIG_MTD_UBI_FASTMAP y +# Device Drivers > Memory Technology Device (MTD) support > LPDDR flash memory drivers +# Device Drivers > Memory Technology Device (MTD) support > Mapping drivers for chip access +CONFIG_MTD_COMPLEX_MAPPINGS y +CONFIG_MTD_PHYSMAP_COMPAT n +CONFIG_MTD_PCMCIA_ANONYMOUS n +# Device Drivers > Memory Technology Device (MTD) support > NAND Device Support +CONFIG_MTD_NAND p policy<(arch armhf &/ value y) | value m> note +CONFIG_MTD_NAND_OMAP2 p policy<(arch armhf &/ value y) | value m> note +CONFIG_MTD_NAND_ECC_BCH y +CONFIG_MTD_NAND_MUSEUM_IDS n +CONFIG_MTD_NAND_OMAP_BCH y +CONFIG_MTD_NAND_OMAP_BCH8 y +# Device Drivers > Memory Technology Device (MTD) support > OneNAND Device Support +CONFIG_MTD_ONENAND_VERIFY_WRITE y +CONFIG_MTD_ONENAND_OTP n +CONFIG_MTD_ONENAND_2X_PROGRAM y +CONFIG_MTD_ONENAND_SIM n +# Device Drivers > Memory Technology Device (MTD) support > RAM/ROM/Flash chip drivers +CONFIG_MTD_CFI_ADV_OPTIONS n +CONFIG_MTD_MAP_BANK_WIDTH_1 y +CONFIG_MTD_MAP_BANK_WIDTH_2 y +CONFIG_MTD_MAP_BANK_WIDTH_4 y +CONFIG_MTD_MAP_BANK_WIDTH_8 n +CONFIG_MTD_MAP_BANK_WIDTH_16 n +CONFIG_MTD_MAP_BANK_WIDTH_32 n +CONFIG_MTD_CFI_I1 y +CONFIG_MTD_CFI_I2 y +CONFIG_MTD_CFI_I4 n +CONFIG_MTD_CFI_I8 n +# Device Drivers > Memory Technology Device (MTD) support > Self-contained MTD device drivers +CONFIG_MTD_PMC551_BUGFIX n +CONFIG_MTD_DATAFLASH_OTP y +CONFIG_M25PXX_USE_FAST_READ y +CONFIG_MTDRAM_TOTAL_SIZE 4096 +CONFIG_MTDRAM_ERASE_SIZE 128 +CONFIG_MTD_DOCPROBE_ADVANCED n +# Device Drivers > Microsoft Hyper-V guest support +# Device Drivers > Misc devices +CONFIG_CS5535_MFGPT n note +CONFIG_ARM_CHARLCD y +# Device Drivers > Misc devices > EEPROM support +# Device Drivers > Misc devices > Silicon Labs C2 port support +# Device Drivers > Misc devices > Texas Instruments shared transport line discipline +# Device Drivers > MMC/SD/SDIO card support +set +tree 'Device Drivers,MMC/SD/SDIO card support' ?flag EXPERIMENTAL ?type bool = n +set +tree 'Device Drivers,MMC/SD/SDIO card support' ?flag EXPERIMENTAL ?type tristate = m note +CONFIG_MMC y mark +CONFIG_MMC_BLOCK p policy<(arch armhf &/ value y) | value m> note +CONFIG_MMC_OMAP_HS p policy<(arch armhf &/ value y) | value m> note +CONFIG_MMC_SDHCI_PLTFM p policy<(arch armhf &/ value y) | value m> note +CONFIG_MMC_OMAP p policy<(arch armhf &/ value m)> note +CONFIG_MMC_TEST n flag +CONFIG_MMC_SDHCI p policy<(arch armhf &/ value y) | value m> note +CONFIG_MMC_BLOCK_MINORS 8 +CONFIG_MMC_BLOCK_BOUNCE y +CONFIG_MMC_DW_IDMAC n +CONFIG_MMC_RICOH_MMC y +CONFIG_MMC_ARMMMCI y +CONFIG_MMC_SDHCI_ESDHC_IMX y +CONFIG_MMC_MXC n +# Device Drivers > Mailbox Hardware Support +CONFIG_MAILBOX y mark +CONFIG_PL320_MBOX y +# Device Drivers > Multifunction device drivers +set +tree 'Device Drivers,Multifunction device drivers' ?pattern '^MFD_[^_]+(_SPI|_I2C|_CORE)?$' ?type bool !flag EXPERIMENTAL = y +set +tree 'Device Drivers,Multifunction device drivers' ?pattern '^MFD_[^_]+(_SPI|_I2C|_CORE)?$' ?type bool ?flag EXPERIMENTAL = y note +set +tree 'Device Drivers,Multifunction device drivers' ?pattern '^MFD_[^_]+(_SPI|_I2C|_CORE)?$' ?type tristate ?flag EXPERIMENTAL = y note +CONFIG_MFD_OMAP_USB_HOST y +CONFIG_EZX_PCAP p policy<(arch armhf &/ value n) | value m> flag +CONFIG_MFD_SM501_GPIO n +CONFIG_HTC_I2CPLD y +CONFIG_TWL4030_CORE y +CONFIG_TWL6040_CORE y +CONFIG_PMIC_DA903X y +CONFIG_PMIC_ADP5520 y +CONFIG_ABX500_CORE y +CONFIG_AB3100_CORE y +CONFIG_HTC_EGPIO y +CONFIG_TWL4030_POWER y +CONFIG_MFD_INTEL_MSIC y +# Device Drivers > Multifunction device drivers > Support STMicroelectronics STMPE +CONFIG_STMPE_I2C y +CONFIG_STMPE_SPI y +# Device Drivers > Multifunction device drivers > Support STMicroelectronics STMPE > STMPE Interface Drivers +# Device Drivers > Multimedia Capabilities Port drivers +# Device Drivers > Multimedia support +CONFIG_MEDIA_SUPPORT m mark +CONFIG_MEDIA_ANALOG_TV_SUPPORT y +CONFIG_MEDIA_DIGITAL_TV_SUPPORT y +CONFIG_MEDIA_RC_SUPPORT y +CONFIG_DVB_DYNAMIC_MINORS y +CONFIG_DVB_NET y +CONFIG_DVB_MAX_ADAPTERS 8 +CONFIG_MEDIA_SUBDRV_AUTOSELECT y +CONFIG_SMS_SIANO_RC y +CONFIG_VIDEO_FIXED_MINOR_RANGES n +# Device Drivers > Multimedia support > AM/FM radio receivers/transmitters support +CONFIG_MEDIA_RADIO_SUPPORT y +CONFIG_MEDIA_ATTACH y +# Device Drivers > Multimedia support > AM/FM radio receivers/transmitters support > Customize TV tuners +# Device Drivers > Multimedia support > AM/FM radio receivers/transmitters support > Radio Adapters +CONFIG_RADIO_ADAPTERS y +CONFIG_RADIO_SI470X y +# Device Drivers > Multimedia support > AM/FM radio receivers/transmitters support > Radio Adapters > ISA radio devices +CONFIG_V4L_RADIO_ISA_DRIVERS y +# Device Drivers > Multimedia support > Cameras/video grabbers support +CONFIG_MEDIA_CAMERA_SUPPORT y +CONFIG_MEDIA_CONTROLLER n +# Device Drivers > Multimedia support > Cameras/video grabbers support > ISA and parallel port devices +CONFIG_MEDIA_PARPORT_SUPPORT y +# Device Drivers > Multimedia support > Cameras/video grabbers support > Media test drivers +CONFIG_V4L_TEST_DRIVERS y +# Device Drivers > Multimedia support > Cameras/video grabbers support > Memory-to-memory multimedia devices +CONFIG_V4L_MEM2MEM_DRIVERS y +CONFIG_VIDEO_CODA n +# Device Drivers > Multimedia support > Cameras/video grabbers support > V4L platform devices +CONFIG_V4L_PLATFORM_DRIVERS y +CONFIG_VIDEO_MX3 n +CONFIG_VIDEO_SH_MOBILE_CSI2 p policy<(arch armhf &/ value m) | value n> +CONFIG_VIDEO_SH_MOBILE_CEU p policy<(arch armhf &/ value m) | value n> +# Device Drivers > Multimedia support > Media PCI Adapters +CONFIG_MEDIA_PCI_SUPPORT y +CONFIG_DVB_AV7110_OSD y +CONFIG_VIDEO_SAA7134_RC y +CONFIG_VIDEO_CX25821_ALSA m +# Device Drivers > Multimedia support > Media USB Adapters +CONFIG_MEDIA_USB_SUPPORT y +CONFIG_DVB_USB_DIBUSB_MB_FAULTY n +CONFIG_USB_PWC_INPUT_EVDEV y +CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV y +CONFIG_VIDEO_CX231XX_RC y +CONFIG_VIDEO_PVRUSB2_DVB y +CONFIG_VIDEO_PVRUSB2_SYSFS y +CONFIG_VIDEO_STK1160_AC97 y +CONFIG_VIDEO_PVRUSB2_DEBUGIFC n +# Device Drivers > Multimedia support > Media USB Adapters > GSPCA based webcams +# Device Drivers > Multimedia support > Remote controller decoders +CONFIG_RC_DECODERS y +# Device Drivers > Multimedia support > Remote Controller devices +CONFIG_RC_DEVICES y +CONFIG_IR_RX51 n flag +# Device Drivers > Multiple devices driver support (RAID and LVM) +CONFIG_MD y mark mark +CONFIG_BLK_DEV_DM y +CONFIG_BLK_DEV_MD y +CONFIG_DM_UEVENT y +CONFIG_MD_AUTODETECT y +CONFIG_MULTICORE_RAID456 n note +CONFIG_DM_THIN_PROVISIONING m +CONFIG_DM_LOG_USERSPACE m +CONFIG_DM_DELAY m +CONFIG_DM_FLAKEY m +CONFIG_DM_VERITY m +# Device Drivers > Network device support +CONFIG_NETDEVICES y +CONFIG_FDDI y note +CONFIG_PPP y note mark +CONFIG_XEN_NETDEV_FRONTEND y note +CONFIG_CAIF_SPI_SYNC n +CONFIG_DEFXX_MMIO n +CONFIG_HIPPI n +CONFIG_PPP_FILTER y +CONFIG_PPP_MPPE m +CONFIG_PPP_MULTILINK y +CONFIG_PPPOE m +CONFIG_PPTP m +CONFIG_PPPOL2TP m +CONFIG_SLIP_COMPRESSED y +CONFIG_SLIP_SMART y +CONFIG_SLIP_MODE_SLIP6 y +# Device Drivers > Network device support > ARCnet support +# Device Drivers > Network device support > ATM drivers +CONFIG_ATM_DRIVERS y +CONFIG_ATM_ENI_TUNE_BURST n +CONFIG_ATM_NICSTAR_USE_SUNI n +CONFIG_ATM_NICSTAR_USE_IDT77105 n +CONFIG_ATM_IDT77252_RCV_ALL n +CONFIG_ATM_FORE200E_USE_TASKLET n +CONFIG_ATM_FORE200E_TX_RETRY 16 +CONFIG_ATM_FORE200E_DEBUG 0 +CONFIG_ATM_HE_USE_SUNI y +# Device Drivers > Network device support > Ethernet driver support +set +tree 'Device Drivers,Network device support,Ethernet driver support' ?type tristate ?flag EXPERIMENTAL = m note +CONFIG_ETHERNET y +CONFIG_NET_CALXEDA_XGMAC p policy<(arch armhf &/ value y) | value m> note +CONFIG_ACENIC_OMIT_TIGON_I n +CONFIG_NET_CADENCE y +CONFIG_CHELSIO_T1_1G y +CONFIG_NET_TULIP y +CONFIG_DE2104X_DSL 0 +CONFIG_TULIP_MWI n +CONFIG_TULIP_MMIO n +CONFIG_TULIP_NAPI n +CONFIG_SUNDANCE_MMIO n +CONFIG_IGB_DCA y +CONFIG_IXGBE_HWMON y +CONFIG_IXGBE_DCA y +CONFIG_IXGBE_DCB y +CONFIG_SKGE_GENESIS y +CONFIG_MLX4_EN_DCB y +CONFIG_ENC28J60_WRITEVERIFY n +CONFIG_MYRI10GE_DCA y +CONFIG_NET_PACKET_ENGINE y +CONFIG_8139TOO_PIO y +CONFIG_8139TOO_TUNE_TWISTER n +CONFIG_8139TOO_8129 y +CONFIG_8139_OLD_RX_RESET n +CONFIG_SFC_MTD y +CONFIG_SFC_MCDI_MON y +CONFIG_SFC_SRIOV y +CONFIG_STMMAC_PLATFORM y +CONFIG_STMMAC_PCI n +CONFIG_STMMAC_DA n +CONFIG_STMMAC_RING y +CONFIG_VIA_RHINE_MMIO y +CONFIG_WIZNET_BUS_ANY y +CONFIG_CS89x0_PLATFORM y +CONFIG_AX88796_93CX6 n +CONFIG_FEC y +CONFIG_FEC_PTP n +CONFIG_GELIC_WIRELESS y +CONFIG_FS_ENET_HAS_SCC y +CONFIG_FS_ENET_HAS_FCC y +CONFIG_MACE_AAUI_PORT n +#CONFIG_FTGMAC100 n note +#CONFIG_FTMAC100 n note +CONFIG_DM9000_FORCE_SIMPLE_PHY_POLL n +CONFIG_TI_CPSW p policy<(arch armhf &/ value n) | value m> flag +CONFIG_PASEMI_MAC n +CONFIG_XILINX_LL_TEMAC n +CONFIG_XILINX_EMACLITE n +# Device Drivers > Network device support > IEEE 802.15.4 drivers +CONFIG_IEEE802154_FAKEHARD n flag +# Device Drivers > Network device support > Network core driver support +set +tree 'Device Drivers,Network device support,Network core driver support' ?type tristate ?flag EXPERIMENTAL = m note +CONFIG_NET_CORE y +CONFIG_MII y note +CONFIG_TUN y note +CONFIG_VIRTIO_NET p policy<(arch i386 amd64 &/ value y) | (arch armhf &/ value n) | value m> note +CONFIG_NET_FC y +CONFIG_NETCONSOLE_DYNAMIC y +CONFIG_NETPOLL_TRAP n +CONFIG_RIONET_TX_SIZE 128 +CONFIG_RIONET_RX_SIZE 128 +# Device Drivers > Network device support > Network core driver support > Ethernet team driver support (EXPERIMENTAL) +CONFIG_NET_TEAM n +# Device Drivers > Network device support > PHY Device support and infrastructure +set +tree 'Device Drivers,Network device support,PHY Device support and infrastructure' ?pattern '_PHY$' ?type tristate !flag EXPERIMENTAL = y +set +tree 'Device Drivers,Network device support,PHY Device support and infrastructure' ?pattern '_PHY$' ?type tristate ?flag EXPERIMENTAL = y note +CONFIG_PHYLIB y mark mark +CONFIG_FIXED_PHY y +CONFIG_STE10XP y +CONFIG_MDIO_BITBANG y +CONFIG_MDIO_GPIO y +CONFIG_MDIO_BUS_MUX_GPIO y +CONFIG_MDIO_BUS_MUX_MMIOREG y +# Device Drivers > Network device support > S/390 network device drivers +# Device Drivers > Network device support > Wan interfaces support +set +tree 'Device Drivers,Network device support,Wan interfaces support' ?type tristate ?flag EXPERIMENTAL = m note +CONFIG_WAN y +CONFIG_DSCC4_PCISYNC y +CONFIG_DSCC4_PCI_RST y +CONFIG_DLCI_MAX 8 +CONFIG_CYCLOMX_X25 y +CONFIG_SBNI_MULTILINE n +# Device Drivers > Network device support > Wireless LAN +set +tree 'Device Drivers,Network device support,Wireless LAN' ?type tristate ?flag EXPERIMENTAL = m note +CONFIG_WLAN y +CONFIG_BRCMFMAC_USB y +CONFIG_B43_PHY_HT - mark +CONFIG_B43_PHY_N - mark +CONFIG_B43_PHY_HT y +CONFIG_B43_PHY_N y +CONFIG_BRCMDBG - flag +CONFIG_RTL8192DE m note +CONFIG_B43_BCMA_EXTRA n note +CONFIG_B43_BCMA y +CONFIG_B43_PCMCIA n +CONFIG_B43_SDIO n +CONFIG_B43_PHY_LP y +CONFIG_B43LEGACY_DMA_AND_PIO_MODE y +CONFIG_B43LEGACY_DMA_MODE n +CONFIG_B43LEGACY_PIO_MODE n +CONFIG_BRCMFMAC_SDIO y +CONFIG_BRCMFMAC_SDIO_OOB y +CONFIG_BRCM_TRACING y +CONFIG_BRCMDBG n +CONFIG_HOSTAP_FIRMWARE y +CONFIG_HOSTAP_FIRMWARE_NVRAM y +CONFIG_IPW2100_MONITOR y +CONFIG_IPW2200_MONITOR y +CONFIG_IPW2200_RADIOTAP y +CONFIG_IPW2200_PROMISCUOUS y +CONFIG_IPW2200_QOS y +CONFIG_LIBERTAS_MESH y +CONFIG_HERMES_PRISM n +CONFIG_HERMES_CACHE_FW_ON_INIT y +CONFIG_P54_SPI_DEFAULT_EEPROM n +# Device Drivers > Network device support > Wireless LAN > Atheros Wireless Cards +CONFIG_ATH6KL_USB m note +CONFIG_ATH9K_DFS_CERTIFIED n note +CONFIG_ATH5K_TRACER n +CONFIG_ATH5K_PCI y +CONFIG_ATH9K_BTCOEX_SUPPORT y +CONFIG_ATH9K_PCI y +CONFIG_ATH9K_AHB y +CONFIG_ATH9K_DEBUGFS y +CONFIG_ATH9K_RATE_CONTROL y +CONFIG_ATH9K_HTC_DEBUGFS y +CONFIG_CARL9170_LEDS y +CONFIG_CARL9170_DEBUGFS n +CONFIG_CARL9170_HWRNG y +CONFIG_WIL6210_ISR_COR y +# Device Drivers > Network device support > Wireless LAN > Intel Wireless WiFi Next Gen AGN - Wireless-N/Advanced-N/Ultimate-N (iwlwifi) +# Device Drivers > Network device support > Wireless LAN > Intel Wireless WiFi Next Gen AGN - Wireless-N/Advanced-N/Ultimate-N (iwlwifi) > Debugging Options +CONFIG_IWLWIFI_DEBUGFS y +CONFIG_IWLWIFI_DEVICE_TRACING y +# Device Drivers > Network device support > Wireless LAN > Ralink driver support +CONFIG_RT2800PCI_RT33XX y +CONFIG_RT2800PCI_RT35XX y +CONFIG_RT2800PCI_RT53XX y +CONFIG_RT2800PCI_RT3290 y +CONFIG_RT2800USB_RT33XX y +CONFIG_RT2800USB_RT35XX y +CONFIG_RT2800USB_RT53XX y +CONFIG_RT2800USB_UNKNOWN y +CONFIG_RT2X00_LIB_DEBUGFS n +CONFIG_WL_TI y +# Device Drivers > Network device support > Wireless LAN > TI Wireless LAN support +# Device Drivers > Network device support > Wireless LAN > TI Wireless LAN support > TI wl1251 driver support +# Device Drivers > Parallel port support +CONFIG_PARPORT_PC_FIFO y +CONFIG_PARPORT_PC_SUPERIO n +CONFIG_PARPORT_1284 y +# Device Drivers > Passive cards +set +tree 'Device Drivers,Passive cards' ?type tristate ?flag EXPERIMENTAL = m note +set +tree 'Device Drivers,Passive cards' ?pattern '^HISAX_' ?type bool = y +set +tree 'Device Drivers,Passive cards' ?pattern '^HISAX_NO_' ?type bool = n +CONFIG_HISAX_DEBUG n +CONFIG_DE_AOC y +CONFIG_HISAX_MAX_CARDS 8 +# Device Drivers > Pin controllers +CONFIG_PINMUX y +CONFIG_PINCONF y +CONFIG_PINCTRL_EXYNOS y +CONFIG_PINCTRL_EXYNOS5440 n +CONFIG_PINCTRL_IMX6Q y +# Device Drivers > Plug and Play support +CONFIG_PNP y +CONFIG_PNP_DEBUG_MESSAGES n +CONFIG_ISAPNP y +CONFIG_PNPBIOS y +CONFIG_PNPBIOS_PROC_FS y +# Device Drivers > Power supply class support +CONFIG_POWER_SUPPLY y mark +CONFIG_BATTERY_BQ27X00_I2C y +CONFIG_BATTERY_BQ27X00_PLATFORM y +CONFIG_CHARGER_MANAGER y +# Device Drivers > Power supply class support > Board level reset or power off +CONFIG_POWER_RESET y +CONFIG_POWER_RESET_GPIO y +# Device Drivers > PPS support +CONFIG_PPS_CLIENT_KTIMER n flag +# Device Drivers > PTP clock support +# Device Drivers > Pulse-Width Modulation (PWM) Support +CONFIG_PWM y +# Device Drivers > Real Time Clock +CONFIG_RTC_CLASS y mark mark +CONFIG_RTC_DRV_TWL4030 p policy<(arch armhf &/ value y) | value m> note +CONFIG_RTC_DRV_CMOS p policy<(arch i386 amd64 &/ value y) | value m> note +CONFIG_RTC_DRV_M41T80_WDT y +CONFIG_RTC_HCTOSYS y +CONFIG_RTC_HCTOSYS_DEVICE "rtc0" +CONFIG_RTC_INTF_DEV_UIE_EMUL n +CONFIG_RTC_INTF_DEV y +CONFIG_RTC_INTF_PROC y +CONFIG_RTC_INTF_SYSFS y +CONFIG_RTC_DRV_TEST n flag +CONFIG_RTC_DRV_IMXDI n +CONFIG_RTC_DRV_MXC n +# Device Drivers > Remoteproc drivers (EXPERIMENTAL) +CONFIG_STE_MODEM_RPROC m +CONFIG_OMAP_REMOTEPROC n +# Device Drivers > SCSI device support +set +tree 'Device Drivers,SCSI device support' ?flag EXPERIMENTAL ?type bool = n +set +tree 'Device Drivers,SCSI device support' ?type tristate ?flag EXPERIMENTAL = m note +# Device Drivers > SCSI device support > SCSI device support +CONFIG_SCSI y mark +CONFIG_SCSI_CONSTANTS y +CONFIG_SCSI_LOGGING y +CONFIG_SCSI_MULTI_LUN y +CONFIG_SCSI_PROC_FS y +CONFIG_SCSI_SCAN_ASYNC y +CONFIG_SCSI_OSD_DPRINT_SENSE 1 +CONFIG_BLK_DEV_SD y note +CONFIG_BLK_DEV_SR y note +CONFIG_BLK_DEV_SR_VENDOR n note +CONFIG_CHR_DEV_SG y note +CONFIG_SCSI_DEBUG m +CONFIG_SCSI_IBMVFC_TRACE y +CONFIG_SCSI_MESH_SYNC_RATE 5 +CONFIG_SCSI_MESH_RESET_DELAY_MS 4000 +# Device Drivers > SCSI device support > SCSI device support > PCMCIA SCSI adapter support +CONFIG_SCSI_LOWLEVEL_PCMCIA y +# Device Drivers > SCSI device support > SCSI device support > SCSI Device Handlers +# Device Drivers > SCSI device support > SCSI device support > SCSI low-level drivers +CONFIG_SCSI_LOWLEVEL y +CONFIG_SCSI_EATA_LINKED_COMMANDS y +CONFIG_SCSI_EATA_MAX_TAGS 16 +CONFIG_SCSI_EATA_TAGGED_QUEUE y +CONFIG_AIC79XX_CMDS_PER_DEVICE 32 +CONFIG_AIC79XX_DEBUG_MASK 0 +CONFIG_AIC79XX_REG_PRETTY_PRINT y +CONFIG_AIC79XX_RESET_DELAY_MS p policy<(arch powerpc &/ value 15000) | value 5000> +CONFIG_AIC7XXX_CMDS_PER_DEVICE 8 +CONFIG_AIC7XXX_DEBUG_MASK 0 +CONFIG_AIC7XXX_REG_PRETTY_PRINT y +CONFIG_AIC7XXX_RESET_DELAY_MS 15000 +CONFIG_MEGARAID_NEWGEN y +CONFIG_SCSI_IPR_DUMP n +CONFIG_SCSI_IPR_TRACE n +CONFIG_SCSI_IZIP_EPP16 n +CONFIG_SCSI_IZIP_SLOW_CTR n +CONFIG_SCSI_MPT2SAS_LOGGING n +CONFIG_SCSI_MPT2SAS_MAX_SGE 128 +CONFIG_SCSI_MPT3SAS_LOGGING n +CONFIG_SCSI_MPT3SAS_MAX_SGE 128 +CONFIG_SCSI_MVSAS_TASKLET n +CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS 16 +CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE 1 +CONFIG_SCSI_SYM53C8XX_MAX_TAGS 64 +CONFIG_SCSI_SYM53C8XX_MMIO y +CONFIG_SCSI_FLASHPOINT y +CONFIG_SCSI_GENERIC_NCR53C400 y +CONFIG_SCSI_U14_34F_LINKED_COMMANDS y +CONFIG_SCSI_U14_34F_MAX_TAGS 8 +CONFIG_SCSI_U14_34F_TAGGED_QUEUE y +CONFIG_SCSI_VIRTIO m note +CONFIG_SCSI_AIC7XXX_OLD n note +# Device Drivers > SCSI device support > SCSI device support > SCSI Transports +CONFIG_SCSI_FC_TGT_ATTRS y +CONFIG_SCSI_SAS_ATA y +CONFIG_SCSI_SAS_HOST_SMP y +CONFIG_SCSI_SRP_TGT_ATTRS y +CONFIG_SCSI_SPI_ATTRS p policy<(arch i386 amd64 &/ value y) | value m> note +# Device Drivers > Sensors used on soc_camera driver +# Device Drivers > Serial ATA and Parallel ATA drivers +set +tree 'Device Drivers,Serial ATA and Parallel ATA drivers' ?flag EXPERIMENTAL ?type bool = n +set +tree 'Device Drivers,Serial ATA and Parallel ATA drivers' ?flag EXPERIMENTAL ?type tristate = m note +CONFIG_ATA y mark +CONFIG_ATA_VERBOSE_ERROR y +CONFIG_SATA_ZPODD y +CONFIG_SATA_PMP y +CONFIG_SATA_HIGHBANK p policy<(arch armhf &/ value y) | value n> note +CONFIG_ATA_ACPI y +CONFIG_ATA_SFF y +CONFIG_ATA_BMDMA y +CONFIG_ATA_GENERIC p policy<(arch i386 amd64 &/ value y) | value m> note +CONFIG_ATA_PIIX p policy<(arch i386 amd64 &/ value y) | value m> note +CONFIG_PATA_ACPI m note +CONFIG_PATA_SIS p policy<(arch i386 amd64 &/ value y) | value m> note +CONFIG_SATA_SVW p policy<(arch powerpc &/ value y) | value m> note +CONFIG_PATA_MACIO y note +CONFIG_PATA_HPT3X3_DMA n note +CONFIG_PATA_IMX n +# Device Drivers > SoC Audio support for SuperH +# Device Drivers > Sonics Silicon Backplane +CONFIG_SSB_PCIHOST y +CONFIG_SSB_PCMCIAHOST n +CONFIG_SSB_SDIOHOST y +CONFIG_SSB_SILENT n +CONFIG_SSB_DEBUG n +CONFIG_SSB_DRIVER_PCICORE y +CONFIG_SSB_DRIVER_GPIO y +# Device Drivers > Sony MemoryStick card support (EXPERIMENTAL) +set +tree 'Device Drivers,Sony MemoryStick card support (EXPERIMENTAL)' ?flag EXPERIMENTAL ?type tristate = m note +CONFIG_MEMSTICK m +# Device Drivers > Sound card support +CONFIG_SOUND p policy<(arch armhf &/ value y) | value m> note +# Device Drivers > Sound card support > Advanced Linux Sound Architecture +CONFIG_SND p policy<(arch armhf &/ value y) | value m> note +CONFIG_SND_PCM_OSS n note +CONFIG_SND_MIXER_OSS n +CONFIG_SND_SEQUENCER_OSS n +CONFIG_SND_SEQ_HRTIMER_DEFAULT y +CONFIG_SND_DYNAMIC_MINORS y +CONFIG_SND_SUPPORT_OLD_API y +CONFIG_SND_VERBOSE_PROCFS y +CONFIG_SND_VERBOSE_PRINTK n +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > ALSA for SoC audio support +CONFIG_SND_OMAP_SOC_OMAP_TWL4030 p policy<(arch armhf &/ value y) | value m> note +CONFIG_SND_SOC p policy<(arch armhf &/ value y) | value m> note +CONFIG_SND_OMAP_SOC p policy<(arch armhf &/ value y) | value m> note +CONFIG_SND_OMAP_SOC_OMAP_ABE_TWL6040 y +CONFIG_SND_OMAP_SOC_OMAP_HDMI y +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > ALSA for SoC audio support > SoC Audio for Freescale i.MX CPUs +CONFIG_SND_IMX_SOC y +CONFIG_SND_SOC_IMX_SGTL5000 y +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > ALSA for SoC audio support > SoC Audio for Freescale MXS CPUs +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > ALSA for SoC audio support > SoC Audio for Freescale PowerPC CPUs +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > ALSA for SoC audio support > SoC Audio support for Ux500 platform +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > Apple Onboard Audio driver +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > ARM sound devices +CONFIG_SND_ARM y +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > FireWire sound devices +CONFIG_SND_FIREWIRE y +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > Generic sound devices +CONFIG_SND_DRIVERS y +CONFIG_SND_AC97_POWER_SAVE y +CONFIG_SND_AC97_POWER_SAVE_DEFAULT 0 +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > GSC sound devices +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > ISA sound devices +CONFIG_SND_ISA y +CONFIG_SND_SB16_CSP y +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > MIPS sound devices +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > PCI sound devices +CONFIG_SND_PCI y +CONFIG_SND_CS46XX_NEW_DSP y +CONFIG_SND_ES1968_INPUT y +CONFIG_SND_ES1968_RADIO y +CONFIG_SND_FM801_TEA575X_BOOL y +CONFIG_SND_MAESTRO3_INPUT y +CONFIG_SND_BT87X_OVERCLOCK y +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > PCI sound devices > Intel HD Audio +set +tree 'Device Drivers,Sound card support,Advanced Linux Sound Architecture,PCI sound devices,Intel HD Audio' ?pattern '^SND_HDA_CODEC_[^_]*$' ?type bool = y +CONFIG_SND_HDA_PREALLOC_SIZE 64 +CONFIG_SND_HDA_HWDEP y +CONFIG_SND_HDA_RECONFIG y +CONFIG_SND_HDA_INPUT_BEEP y +CONFIG_SND_HDA_INPUT_BEEP_MODE 0 +CONFIG_SND_HDA_INPUT_JACK y +CONFIG_SND_HDA_PATCH_LOADER y +CONFIG_SND_HDA_GENERIC y +CONFIG_SND_HDA_POWER_SAVE_DEFAULT 0 +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > PCMCIA sound devices +CONFIG_SND_PCMCIA y +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > PowerPC sound devices +CONFIG_SND_PPC y +CONFIG_SND_POWERMAC_AUTO_DRC y +CONFIG_SND_PS3_DEFAULT_START_DELAY 2000 +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > Sparc sound devices +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > SPI sound devices +CONFIG_SND_SPI y +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > SUPERH sound devices +# Device Drivers > Sound card support > Advanced Linux Sound Architecture > USB sound devices +CONFIG_SND_USB y +CONFIG_SND_USB_CAIAQ_INPUT y +# Device Drivers > Sound card support > Open Sound System (DEPRECATED) +# Device Drivers > Sound card support > Open Sound System (DEPRECATED) > OSS sound modules +# Device Drivers > Speakup console speech +# Device Drivers > SPI support +set +tree 'Device Drivers,SPI support' ?flag EXPERIMENTAL ?type tristate = m note +CONFIG_SPI y +CONFIG_SPI_XILINX n +CONFIG_SPI_DW_MID_DMA y +CONFIG_SPI_FSL_SPI n +CONFIG_SPI_FSL_ESPI y +# Device Drivers > Staging drivers +CONFIG_STAGING y +CONFIG_ZRAM m mark note +CONFIG_ZCACHE y mark note +CONFIG_PANEL_CHANGE_MESSAGE n +CONFIG_PANEL_PARPORT 0 +CONFIG_PANEL_PROFILE 5 +CONFIG_SBE_PMCC4_NCOMM y +CONFIG_DRM_OMAP n +CONFIG_OMAP_BANDGAP n +CONFIG_ZSMALLOC y note +# Device Drivers > Staging drivers > Data acquisition support (comedi) +CONFIG_COMEDI_DEFAULT_BUF_MAXSIZE_KB 20480 +CONFIG_COMEDI_DEFAULT_BUF_SIZE_KB 2048 +# Device Drivers > Staging drivers > Data acquisition support (comedi) > Comedi ISA and PC/104 drivers +CONFIG_COMEDI_ISA_DRIVERS y +# Device Drivers > Staging drivers > Data acquisition support (comedi) > Comedi misc drivers +CONFIG_COMEDI_MISC_DRIVERS y +# Device Drivers > Staging drivers > Data acquisition support (comedi) > Comedi PCI drivers +CONFIG_COMEDI_PCI_DRIVERS y +# Device Drivers > Staging drivers > Data acquisition support (comedi) > Comedi PCMCIA drivers +CONFIG_COMEDI_PCMCIA_DRIVERS y +# Device Drivers > Staging drivers > Data acquisition support (comedi) > Comedi USB drivers +CONFIG_COMEDI_USB_DRIVERS y +# Device Drivers > Staging drivers > DSP Bridge driver +CONFIG_TIDSPBRIDGE n mark +#CONFIG_TIDSPBRIDGE_BACKTRACE n mark +#CONFIG_TIDSPBRIDGE_CACHE_LINE_CHECK n +#CONFIG_TIDSPBRIDGE_NTFY_PWRERR n +#CONFIG_TIDSPBRIDGE_RECOVERY y +# Device Drivers > Staging drivers > GCT GDM72xx WiMAX support +CONFIG_WIMAX_GDM72XX_USB_PM y +CONFIG_WIMAX_GDM72XX_USB y +CONFIG_WIMAX_GDM72XX_K_MODE y +CONFIG_WIMAX_GDM72XX_QOS y +CONFIG_WIMAX_GDM72XX_WIMAX2 y +# Device Drivers > Staging drivers > Line6 USB support +CONFIG_LINE6_USB_DUMP_PCM n +CONFIG_LINE6_USB_IMPULSE_RESPONSE n +# Device Drivers > Staging drivers > Media staging drivers +CONFIG_STAGING_MEDIA y +CONFIG_DT3155_CCIR n note +CONFIG_DT3155_STREAMING y +# Device Drivers > Staging drivers > Media staging drivers > Linux Infrared Remote Control IR receiver/transmitter drivers +CONFIG_LIRC_STAGING y +CONFIG_LIRC_SERIAL_TRANSMITTER y +# Device Drivers > Texas Instruments WL128x FM driver (ST based) +# Device Drivers > TI VLYNQ +# Device Drivers > Ultra Wideband devices +# Device Drivers > USB Network Adapters +set +tree 'Device Drivers,USB Network Adapters' ?pattern '^USB_[^_]*$' ?type bool !flag EXPERIMENTAL = y +set +tree 'Device Drivers,USB Network Adapters' ?pattern '^USB_[^_]*$' ?type bool ?flag EXPERIMENTAL = y note +set +tree 'Device Drivers,USB Network Adapters' ?flag EXPERIMENTAL ?type tristate = m note +CONFIG_USB_ALI_M5632 y +# Device Drivers > USB Peripheral Controller +CONFIG_USB_DUMMY_HCD n flag +CONFIG_USB_OMAP n note +CONFIG_USB_M66592 n note +CONFIG_USB_NET2272_DMA y +CONFIG_USB_IMX n +CONFIG_USB_FSL_USB2 p policy<(arch armhf &/ value n) | value m> +# Device Drivers > USB support +CONFIG_USB_SUPPORT y +CONFIG_USB_HCD_BCMA p policy<(arch armhf &/ value n) | value m> note +CONFIG_USB_HCD_SSB p policy<(arch armhf &/ value n) | value m> note +CONFIG_USB_SISUSBVGA_CON n +CONFIG_OMAP_USB2 y +# Device Drivers > USB support > Support for Host-side USB +CONFIG_USB y mark +set +pattern '_USB' ?flag EXPERIMENTAL ?type bool = n +set +pattern '_USB' ?flag EXPERIMENTAL ?type tristate = m note +CONFIG_USB_ANNOUNCE_NEW_DEVICES y +CONFIG_USB_DYNAMIC_MINORS y +CONFIG_USB_SUSPEND p policy<(arch armhf &/ value n) | value y> +CONFIG_USB_EHCI_HCD y note +CONFIG_USB_OHCI_HCD y note +CONFIG_USB_UHCI_HCD y note +CONFIG_USB_XHCI_HCD y note +CONFIG_USB_OTG p policy<((arch armhf | flavour powerpc-e500 powerpc-e500mc) &/ value y) | value n> +CONFIG_TWL4030_USB y +CONFIG_XPS_USB_HCD_XILINX y +CONFIG_USB_EHCI_ROOT_HUB_TT y +CONFIG_USB_EHCI_TT_NEWSCHED y +CONFIG_USB_SL811_HCD_ISO y +CONFIG_USB_CHIPIDEA p policy<(arch armhf &/ value y) | value m> +CONFIG_USB_CHIPIDEA_UDC y +CONFIG_USB_CHIPIDEA_HOST y +CONFIG_REALTEK_AUTOPM y +CONFIG_USB_EHCI_HCD_OMAP y +CONFIG_USB_OHCI_HCD_OMAP3 y +CONFIG_USB_ULPI y +CONFIG_USB_EHCI_HCD_PPC_OF y +CONFIG_USB_OHCI_HCD_PPC_OF_BE y +CONFIG_USB_OHCI_HCD_PCI y +CONFIG_USB_EHCI_FSL y +CONFIG_FSL_USB2_OTG y +CONFIG_USB_EHCI_MXC n +CONFIG_USB_IMX21_HCD n +CONFIG_USB_MUSB_AM35X n +CONFIG_TWL6030_USB y +CONFIG_USB_MXS_PHY y +# CONFIG_USB_OHCI_HCD_PLATFORM and CONFIG_USB_EHCI_HCD_PLATFORM must be off on omap +CONFIG_NOP_USB_XCEIV p policy<(arch armhf &/ value y) | value m> note +CONFIG_USB_MUSB_OMAP2PLUS y +CONFIG_USB_INVENTRA_DMA p policy<(arch armhf &/ value y) | value n> note +CONFIG_USB_XHCI_HCD_DEBUGGING n flag +CONFIG_USB_OTG_BLACKLIST_HUB n note +CONFIG_USB_OTG_WHITELIST n note +CONFIG_USB_MUSB_TUSB6010 p policy<(arch armhf &/ value n) | value m> note +CONFIG_USB_MUSB_DSPS p policy<(arch armhf &/ value n) | value m> flag +CONFIG_MUSB_PIO_ONLY p policy<(arch armhf &/ value n) | value y> +# Device Drivers > USB support > Support for Host-side USB > USB DSL modem support +# Device Drivers > USB support > Support for Host-side USB > USB Serial Converter support +set +tree 'Device Drivers,USB support,Support for Host-side USB,USB Serial Converter support' !flag EXPERIMENTAL ?type bool ?pattern '^USB_SERIAL_KEYSPAN_' = y note +CONFIG_USB_SERIAL_GENERIC y +CONFIG_USB_SERIAL_DEBUG m note +CONFIG_USB_SERIAL_SAFE_PADDED n +CONFIG_USB_SERIAL_MOS7715_PARPORT y +# Device Drivers > USB support > USB Gadget Support +CONFIG_USB_ZERO_HNPTEST n flag +CONFIG_USB_FUNCTIONFS m note +CONFIG_USB_GADGETFS m note +CONFIG_USB_GADGET p policy<(arch armhf &/ value y) | value m> note +CONFIG_USB_G_MULTI p policy<(arch armhf &/ value m) | value n> note +CONFIG_USB_GADGET_VBUS_DRAW 2 +CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS 2 +CONFIG_USB_ETH_RNDIS y +CONFIG_USB_ETH_EEM y +CONFIG_USB_FUNCTIONFS_ETH y +CONFIG_USB_FUNCTIONFS_RNDIS y +CONFIG_USB_FUNCTIONFS_GENERIC y +CONFIG_USB_G_DBGP_SERIAL y +CONFIG_USB_G_MULTI_RNDIS y +CONFIG_USB_G_MULTI_CDC y +CONFIG_GADGET_UAC1 y +# Device Drivers > Userspace I/O drivers +# Device Drivers > VFIO Non-Privileged userspace driver framework +# Device Drivers > Virtio drivers +CONFIG_VIRTIO_PCI p policy<(arch i386 amd64 &/ value y) | (arch armhf &/ value n) | value m> note +CONFIG_VIRTIO_MMIO p policy<(arch armhf &/ value n) | value m> note +CONFIG_VIRTIO_BALLOON p policy<(arch armhf &/ value n) | value m> note +CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES y +# Device Drivers > Virtualization drivers +CONFIG_VIRT_DRIVERS y +# Device Drivers > VME bridge support +# Device Drivers > Voltage and Current Regulator Support +CONFIG_REGULATOR y +CONFIG_REGULATOR_FIXED_VOLTAGE p policy<(arch armhf &/ value y) | value m> note +CONFIG_REGULATOR_DUMMY n +CONFIG_REGULATOR_88PM8607 y +CONFIG_REGULATOR_LP872X y +CONFIG_REGULATOR_LP8788 y +CONFIG_REGULATOR_TWL4030 y +# Device Drivers > Watchdog Timer Support +CONFIG_WATCHDOG y +CONFIG_WATCHDOG_CORE y +CONFIG_WATCHDOG_NOWAYOUT n +CONFIG_ITCO_VENDOR_SUPPORT y +CONFIG_HPWDT_NMI_DECODING y +CONFIG_BOOKE_WDT_DEFAULT_TIMEOUT 38 +CONFIG_IMX2_WDT n +CONFIG_GEF_WDT n +# Device Drivers > WiMAX Wireless Broadband devices +CONFIG_WIMAX_I2400M_DEBUG_LEVEL 8 +# Device Drivers > X86 Platform Specific Device Drivers +CONFIG_X86_PLATFORM_DEVICES y +CONFIG_DELL_LAPTOP m +CONFIG_SONYPI_COMPAT y +CONFIG_THINKPAD_ACPI_ALSA_SUPPORT y +CONFIG_THINKPAD_ACPI_DEBUGFACILITIES y +CONFIG_THINKPAD_ACPI_UNSAFE_LEDS n +CONFIG_THINKPAD_ACPI_VIDEO y +CONFIG_THINKPAD_ACPI_HOTKEY_POLL y +CONFIG_TC1100_WMI m +CONFIG_INTEL_SCU_IPC y +CONFIG_GPIO_INTEL_PMIC y +# Device Drivers > Xen driver support +CONFIG_XEN_BACKEND y +CONFIG_XEN_BALLOON_MEMORY_HOTPLUG y +CONFIG_XEN_BALLOON y +CONFIG_XEN_COMPAT_XENFS y +CONFIG_XEN_MCE_LOG y +CONFIG_XEN_SCRUB_PAGES y +CONFIG_XEN_SELFBALLOONING y +CONFIG_XEN_SYS_HYPERVISOR y +CONFIG_XEN_ACPI_PROCESSOR p policy<(arch i386 amd64 &/ value y) | value m> +# Enable loadable module support +CONFIG_MODULES y +CONFIG_MODULE_FORCE_LOAD n +CONFIG_MODULE_UNLOAD y +CONFIG_MODULE_FORCE_UNLOAD n +CONFIG_MODVERSIONS y +CONFIG_MODULE_SRCVERSION_ALL y +CONFIG_MODULE_SIG y +CONFIG_MODULE_SIG_FORCE n +CONFIG_MODULE_SIG_SHA512 y +# Enable the block layer +CONFIG_BLOCK y +CONFIG_BLK_DEV_BSG y +CONFIG_BLK_DEV_BSGLIB y +CONFIG_BLK_DEV_INTEGRITY y +CONFIG_BLK_DEV_THROTTLING y note +CONFIG_LBDAF y +# Executable file formats / Emulations +CONFIG_IA32_AOUT n note +CONFIG_IA32_EMULATION y +CONFIG_X86_X32 y +# File systems +set +tree 'File systems' ?flag EXPERIMENTAL ?type bool = n +set +tree 'File systems' ?flag EXPERIMENTAL ?type tristate = m note +set +tree 'File systems' ?pattern _POSIX_ACL$ !flag EXPERIMENTAL = y +set +tree 'File systems' ?pattern _SECURITY$ !flag EXPERIMENTAL = y +set +tree 'File systems' ?pattern _XATTR$ !flag EXPERIMENTAL = y +CONFIG_EXT3_FS y note mark +CONFIG_EXT4_FS y note mark +CONFIG_FUSE_FS y note +CONFIG_DNOTIFY y +CONFIG_FANOTIFY y +CONFIG_FANOTIFY_ACCESS_PERMISSIONS y +CONFIG_FILE_LOCKING y +CONFIG_INOTIFY_USER y +CONFIG_QUOTA y +CONFIG_QUOTA_NETLINK_INTERFACE y +CONFIG_PRINT_QUOTA_WARNING n +CONFIG_BTRFS_FS_POSIX_ACL y +CONFIG_EXT2_FS_XIP n +CONFIG_EXT3_DEFAULTS_TO_ORDERED y +CONFIG_GFS2_FS_LOCKING_DLM y +CONFIG_JFS_STATISTICS y +CONFIG_OCFS2_FS_STATS y +CONFIG_OCFS2_DEBUG_MASKLOG y +CONFIG_REISERFS_CHECK n +CONFIG_REISERFS_PROC_INFO n +CONFIG_XFS_QUOTA y +CONFIG_XFS_RT y +# File systems > Caches +CONFIG_CACHEFILES_HISTOGRAM n +CONFIG_FSCACHE_HISTOGRAM n +CONFIG_FSCACHE_OBJECT_LIST n +CONFIG_FSCACHE_STATS y +# File systems > CD-ROM/DVD Filesystems +CONFIG_JOLIET y +CONFIG_ZISOFS y +# File systems > Distributed Lock Manager (DLM) +# File systems > DOS/FAT/NT Filesystems +CONFIG_FAT_DEFAULT_CODEPAGE 437 +CONFIG_FAT_DEFAULT_IOCHARSET "iso8859-1" +CONFIG_NTFS_RW n +CONFIG_VFAT_FS p policy<(arch armhf i386 amd64 &/ value y) | value m> note +# File systems > Miscellaneous filesystems +CONFIG_ECRYPT_FS y note +CONFIG_MISC_FILESYSTEMS y +CONFIG_F2FS_STAT_FS y +CONFIG_JFFS2_CMODE_FAVOURLZO y +CONFIG_JFFS2_COMPRESSION_OPTIONS y +CONFIG_JFFS2_FS_DEBUG 0 +CONFIG_JFFS2_FS_WBUF_VERIFY n +CONFIG_JFFS2_FS_WRITEBUFFER y +CONFIG_JFFS2_LZO y +CONFIG_JFFS2_RTIME y +CONFIG_JFFS2_RUBIN n +CONFIG_JFFS2_SUMMARY n +CONFIG_JFFS2_ZLIB y +CONFIG_PSTORE y +CONFIG_PSTORE_CONSOLE n note +CONFIG_PSTORE_FTRACE n +CONFIG_ROMFS_BACKED_BY_BLOCK y +CONFIG_SQUASHFS_4K_DEVBLK_SIZE n +CONFIG_SQUASHFS_EMBEDDED n +CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE 3 +CONFIG_SQUASHFS_LZO y +CONFIG_SQUASHFS_XZ y +CONFIG_SQUASHFS_ZLIB y +CONFIG_UBIFS_FS_ADVANCED_COMPR n +CONFIG_UBIFS_FS_LZO y +CONFIG_UBIFS_FS_ZLIB y +CONFIG_LOGFS n note +CONFIG_SQUASHFS_4K_DEVBLK_SIZE n note +# File systems > Native language support +CONFIG_NLS_CODEPAGE_437 p policy<(arch armhf i386 amd64 &/ value y) | value m> note +CONFIG_NLS y note +CONFIG_NLS_DEFAULT "utf8" +# File systems > Network File Systems +CONFIG_NETWORK_FILESYSTEMS y +CONFIG_CIFS_ACL y +CONFIG_CIFS_DEBUG y +CONFIG_CIFS_DEBUG2 n +CONFIG_CIFS_DFS_UPCALL y +CONFIG_CIFS_FSCACHE y +CONFIG_CIFS_POSIX y +CONFIG_CIFS_SMB2 y +CONFIG_CIFS_STATS y +CONFIG_CIFS_STATS2 n +CONFIG_CIFS_UPCALL y +CONFIG_CIFS_WEAK_PW_HASH y +CONFIG_NCPFS_EXTRAS y +CONFIG_NCPFS_IOCTL_LOCKING y +CONFIG_NCPFS_NFS_NS y +CONFIG_NCPFS_NLS y +CONFIG_NCPFS_OS2_NS y +CONFIG_NCPFS_PACKET_SIGNING y +CONFIG_NCPFS_SMALLDOS n +CONFIG_NCPFS_STRONG y +CONFIG_NFSD_V3_ACL y +CONFIG_NFSD_V3 y +CONFIG_NFSD_V4 y note +CONFIG_NFS_FSCACHE y +CONFIG_NFS_SWAP y +CONFIG_NFS_USE_LEGACY_DNS n +CONFIG_NFS_V3_ACL y +CONFIG_NFS_V4_1 y +CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN "kernel.org" +# File systems > Pseudo filesystems +CONFIG_HUGETLBFS y +CONFIG_SYSFS y +CONFIG_PROC_FS y +CONFIG_PROC_KCORE y +CONFIG_PROC_PAGE_MONITOR y +CONFIG_PROC_SYSCTL y +CONFIG_PROC_VMCORE y +CONFIG_TMPFS y +# Firmware Drivers +CONFIG_EDD y note +CONFIG_EDD_OFF y +CONFIG_EFI_VARS y note +CONFIG_EFI_VARS_PSTORE n note +CONFIG_FIRMWARE_MEMMAP y +CONFIG_DMIID y +CONFIG_ISCSI_IBFT_FIND y +# Firmware Drivers > Google Firmware Drivers +CONFIG_GOOGLE_FIRMWARE n +# Firmware Drivers > Google Firmware Drivers > Google Firmware Drivers +# Floating point emulation +CONFIG_FPE_NWFPE y +CONFIG_FPE_FASTFPE n +CONFIG_VFP y +CONFIG_NEON y +CONFIG_FPE_NWFPE_XP n +# General setup +CONFIG_EXPERIMENTAL y +CONFIG_INIT_PASS_ALL_PARAMS y mark note +CONFIG_CROSS_COMPILE "" +CONFIG_LOCALVERSION "" +CONFIG_LOCALVERSION_AUTO n +CONFIG_KERNEL_GZIP y +CONFIG_DEFAULT_HOSTNAME "(none)" +CONFIG_VERSION_SIGNATURE "" +CONFIG_SWAP y +CONFIG_SYSVIPC y +CONFIG_POSIX_MQUEUE y +CONFIG_FHANDLE y +CONFIG_AUDIT y +CONFIG_AUDITSYSCALL y +CONFIG_AUDIT_LOGINUID_IMMUTABLE n note +CONFIG_IKCONFIG n note +CONFIG_LOG_BUF_SHIFT 17 +CONFIG_NUMA_BALANCING_DEFAULT_ENABLED y +CONFIG_NUMA_BALANCING y +CONFIG_CHECKPOINT_RESTORE y +CONFIG_SCHED_AUTOGROUP y +CONFIG_SYSFS_DEPRECATED n +CONFIG_RELAY y +CONFIG_BLK_DEV_INITRD y +CONFIG_INITRAMFS_SOURCE "" +CONFIG_RD_GZIP y +CONFIG_RD_BZIP2 y +CONFIG_RD_LZMA y +CONFIG_RD_XZ y +CONFIG_RD_LZO y +CONFIG_CC_OPTIMIZE_FOR_SIZE n +CONFIG_UID16 y +CONFIG_SYSCTL_SYSCALL y +CONFIG_KALLSYMS y +CONFIG_KALLSYMS_ALL y +CONFIG_PRINTK y +CONFIG_BUG y +CONFIG_ELF_CORE y +CONFIG_PCSPKR_PLATFORM y +CONFIG_BASE_FULL y +CONFIG_FUTEX y +CONFIG_EPOLL y +CONFIG_SIGNALFD y +CONFIG_TIMERFD y +CONFIG_EVENTFD y +CONFIG_SHMEM y +CONFIG_AIO y +CONFIG_EMBEDDED n +CONFIG_VM_EVENT_COUNTERS y +CONFIG_PCI_QUIRKS y +CONFIG_SLUB_DEBUG y +CONFIG_COMPAT_BRK n +CONFIG_SLUB y +CONFIG_PROFILING y +CONFIG_OPROFILE m +CONFIG_OPROFILE_EVENT_MULTIPLEX n +CONFIG_KPROBES y +CONFIG_JUMP_LABEL y +CONFIG_UPROBES y +# General setup > Configure standard kernel features (expert users) +CONFIG_EXPERT y +# General setup > Control Group support +CONFIG_CGROUPS y +CONFIG_CGROUP_FREEZER y +CONFIG_CGROUP_DEVICE y +CONFIG_CPUSETS y +CONFIG_PROC_PID_CPUSET y +CONFIG_CGROUP_CPUACCT y +CONFIG_RESOURCE_COUNTERS y +CONFIG_MEMCG y +CONFIG_MEMCG_SWAP y +CONFIG_MEMCG_SWAP_ENABLED n +CONFIG_MEMCG_KMEM n +CONFIG_CGROUP_HUGETLB y +CONFIG_CGROUP_PERF y +CONFIG_BLK_CGROUP y +# General setup > Control Group support > Group CPU scheduler +CONFIG_CGROUP_SCHED y +CONFIG_FAIR_GROUP_SCHED y +CONFIG_CFS_BANDWIDTH y +CONFIG_RT_GROUP_SCHED y +# General setup > CPU/Task time and stats accounting +CONFIG_TICK_CPU_ACCOUNTING p policy<(flavour powerpc64-smp &/ value n) | value y> +CONFIG_VIRT_CPU_ACCOUNTING p policy<(flavour powerpc64-smp &/ value y) | value n>> +CONFIG_BSD_PROCESS_ACCT y +CONFIG_BSD_PROCESS_ACCT_V3 y +CONFIG_TASKSTATS y +CONFIG_TASK_DELAY_ACCT y +CONFIG_TASK_XACCT y +CONFIG_TASK_IO_ACCOUNTING y +# General setup > GCOV-based kernel profiling +CONFIG_GCOV_KERNEL n +# General setup > IRQ subsystem +CONFIG_SPARSE_IRQ y +# General setup > Kernel Performance Events And Counters +CONFIG_PERF_EVENTS y +# General setup > Namespaces support +CONFIG_NAMESPACES y +CONFIG_UTS_NS y +CONFIG_IPC_NS y +CONFIG_PID_NS y +CONFIG_NET_NS y +# General setup > RCU Subsystem +CONFIG_TREE_RCU y +CONFIG_RCU_USER_QS n +CONFIG_RCU_FANOUT p policy<((arch amd64 | flavour powerpc64-smp) &/ value 64) | value 32> +CONFIG_RCU_FANOUT_LEAF 16 +CONFIG_RCU_FANOUT_EXACT n +CONFIG_RCU_FAST_NO_HZ y +CONFIG_RCU_NOCB_CPU n +CONFIG_RCU_BOOST n +# General setup > Timers subsystem +CONFIG_NO_HZ y +CONFIG_HIGH_RES_TIMERS y +# IO Schedulers +set +tree 'IO Schedulers' ?flag EXPERIMENTAL ?type bool = n +set +tree 'IO Schedulers' ?flag EXPERIMENTAL ?type tristate = m note +CONFIG_IOSCHED_CFQ y +CONFIG_IOSCHED_DEADLINE y +CONFIG_DEFAULT_DEADLINE y +CONFIG_CFQ_GROUP_IOSCHED y +# Kernel Features +CONFIG_SMP y +CONFIG_XEN y +CONFIG_NR_CPUS p policy<(flavour powerpc64-smp &/ value 1024) | (arch amd64 &/ value 256) | (arch i386 &/ value 8) | (flavour powerpc-e500 powerpc-e500mc &/ value 8) | value 4> +CONFIG_SCHED_SMT p policy<(arch armhf &/ value n) | value y> +CONFIG_SCHED_MC y +CONFIG_PREEMPT_VOLUNTARY y +CONFIG_SPARSEMEM_MANUAL p policy<((arch amd64 | flavour powerpc64-smp) &/ value y) | value n> +CONFIG_FLATMEM_MANUAL p policy<((arch amd64 | flavour powerpc64-smp) &/ value n) | value y> +CONFIG_SPARSEMEM_VMEMMAP y +CONFIG_MOVABLE_NODE y +CONFIG_MEMORY_HOTPLUG y +CONFIG_MEMORY_HOTREMOVE p policy<(arch amd64 &/ value y) | value n> +CONFIG_BALLOON_COMPACTION y +CONFIG_COMPACTION y +CONFIG_MIGRATION y +CONFIG_KSM p policy<(arch armhf &/ value n) | value y> +CONFIG_DEFAULT_MMAP_MIN_ADDR p policy<(arch armhf &/ value 32768) | value 65536> +CONFIG_MEMORY_FAILURE y +CONFIG_HWPOISON_INJECT m +CONFIG_TRANSPARENT_HUGEPAGE y +CONFIG_TRANSPARENT_HUGEPAGE_MADVISE y +CONFIG_CROSS_MEMORY_ATTACH y +CONFIG_CLEANCACHE y +CONFIG_FRONTSWAP y +CONFIG_SECCOMP y +CONFIG_CC_STACKPROTECTOR y mark +CONFIG_HOTPLUG_CPU y +CONFIG_SMP_ON_UP y +CONFIG_ARM_CPU_TOPOLOGY y +CONFIG_ARM_ARCH_TIMER y +CONFIG_VMSPLIT_3G y +CONFIG_LOCAL_TIMERS y +CONFIG_THUMB2_KERNEL n +CONFIG_AEABI y +CONFIG_OABI_COMPAT y +CONFIG_HIGHMEM y +CONFIG_HIGHPTE y +CONFIG_HW_PERF_EVENTS y +CONFIG_FORCE_MAX_ZONEORDER p policy +CONFIG_UACCESS_WITH_MEMCPY n +# Kernel hacking +CONFIG_PRINTK_TIME y +CONFIG_DEFAULT_MESSAGE_LOGLEVEL 4 +CONFIG_ENABLE_WARN_DEPRECATED n +CONFIG_ENABLE_MUST_CHECK n +CONFIG_FRAME_WARN 1024 +CONFIG_MAGIC_SYSRQ y +CONFIG_STRIP_ASM_SYMS n +CONFIG_READABLE_ASM n +CONFIG_UNUSED_SYMBOLS y +CONFIG_DEBUG_FS y note +CONFIG_HEADERS_CHECK n +CONFIG_DEBUG_SECTION_MISMATCH n +CONFIG_BOOTPARAM_HARDLOCKUP_PANIC n +CONFIG_PANIC_ON_OOPS n note +CONFIG_SLUB_DEBUG_ON n +CONFIG_SLUB_STATS n +CONFIG_SPARSE_RCU_POINTER n +CONFIG_DEBUG_BUGVERBOSE n +CONFIG_DEBUG_MEMORY_INIT n +CONFIG_RCU_CPU_STALL_TIMEOUT 60 +CONFIG_LKDTM n flag +CONFIG_EVENT_POWER_TRACING_DEPRECATED y +CONFIG_PROVIDE_OHCI1394_DMA_INIT n +CONFIG_FIREWIRE_OHCI_REMOTE_DMA n +CONFIG_DYNAMIC_DEBUG n +CONFIG_DMA_API_DEBUG n +CONFIG_ATOMIC64_SELFTEST n +CONFIG_ASYNC_RAID6_TEST m +CONFIG_TEST_KSTRTOX m +CONFIG_STRICT_DEVMEM y +CONFIG_X86_VERBOSE_BOOTUP n +CONFIG_EARLY_PRINTK y +CONFIG_EARLY_PRINTK_DBGP y +CONFIG_DEBUG_STACKOVERFLOW n +CONFIG_X86_PTDUMP n +CONFIG_DEBUG_RODATA y mark +CONFIG_DEBUG_RODATA_TEST n +CONFIG_DEBUG_SET_MODULE_RONX y mark +CONFIG_DEBUG_NX_TEST n flag +CONFIG_DEBUG_TLBFLUSH n +CONFIG_IOMMU_DEBUG n +CONFIG_IOMMU_STRESS n +CONFIG_X86_DECODER_SELFTEST n +CONFIG_IO_DELAY_0XED y +CONFIG_DEBUG_BOOT_PARAMS n +CONFIG_CPA_DEBUG n +CONFIG_OPTIMIZE_INLINING y +CONFIG_DEBUG_STRICT_USER_COPY_CHECKS n +CONFIG_DEBUG_NMI_SELFTEST n +CONFIG_RCU_CPU_STALL_VERBOSE y +CONFIG_ARM_UNWIND y +CONFIG_DEBUG_USER n +CONFIG_DEBUG_LL n +CONFIG_OC_ETM y +CONFIG_ARM_KPROBES_TEST m +CONFIG_PID_IN_CONTEXTIDR n +CONFIG_DEBUG_IMX6Q_UART_PORT 1 +CONFIG_EARLY_PRINTK_INTEL_MID y +CONFIG_DOUBLEFAULT y +CONFIG_PPC_DISABLE_WERROR y +CONFIG_PRINT_STACK_DEPTH 64 +CONFIG_HCALL_STATS n +CONFIG_PPC_EMULATED_STATS n +CONFIG_CODE_PATCHING_SELFTEST n +CONFIG_FTR_FIXUP_SELFTEST n +CONFIG_MSI_BITMAP_SELFTEST n +CONFIG_XMON n +CONFIG_BOOTX_TEXT n +CONFIG_PPC_EARLY_DEBUG n +CONFIG_BDI_SWITCH n +# Kernel hacking > Kernel debugging +CONFIG_DEBUG_KERNEL y +CONFIG_LOCKUP_DETECTOR y +CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC n +CONFIG_DETECT_HUNG_TASK y +CONFIG_DEFAULT_HUNG_TASK_TIMEOUT 120 +CONFIG_BOOTPARAM_HUNG_TASK_PANIC n +CONFIG_SCHED_DEBUG y +CONFIG_SCHEDSTATS y +CONFIG_TIMER_STATS y +CONFIG_RT_MUTEX_TESTER n +CONFIG_PROVE_LOCKING n +CONFIG_LOCK_STAT n +CONFIG_TEST_LIST_SORT n +CONFIG_FRAME_POINTER y +CONFIG_BOOT_PRINTK_DELAY y +CONFIG_RCU_TORTURE_TEST n flag +CONFIG_RCU_CPU_STALL_INFO n +CONFIG_RCU_TRACE n +CONFIG_KPROBES_SANITY_TEST n +CONFIG_BACKTRACE_SELF_TEST n flag +CONFIG_NOTIFIER_ERROR_INJECTION m +CONFIG_CPU_NOTIFIER_ERROR_INJECT m +CONFIG_PM_NOTIFIER_ERROR_INJECT m +CONFIG_MEMORY_NOTIFIER_ERROR_INJECT m +CONFIG_FAULT_INJECTION n +CONFIG_LATENCYTOP y +CONFIG_RBTREE_TEST m +CONFIG_INTERVAL_TREE_TEST m +CONFIG_PROVE_RCU_DELAY n +CONFIG_OF_RECONFIG_NOTIFIER_ERROR_INJECT n +CONFIG_DEBUG_INFO y +# Kernel hacking > Kernel debugging > KGDB: kernel debugger +CONFIG_KGDB y +CONFIG_KGDB_SERIAL_CONSOLE y +CONFIG_KGDB_TESTS n +CONFIG_KGDB_LOW_LEVEL_TRAP y +CONFIG_KGDB_KDB y +CONFIG_KDB_KEYBOARD y +# Kernel hacking > Kernel debugging > kmemcheck: trap use of uninitialized memory +# Kernel hacking > Sample kernel code +CONFIG_SAMPLES n +# Kernel hacking > Tracers +CONFIG_FTRACE y +CONFIG_FUNCTION_TRACER y +CONFIG_FUNCTION_GRAPH_TRACER y +CONFIG_IRQSOFF_TRACER n +CONFIG_SCHED_TRACER y +CONFIG_FTRACE_SYSCALLS y +CONFIG_BRANCH_PROFILE_NONE y +CONFIG_PROFILE_ANNOTATED_BRANCHES n +CONFIG_PROFILE_ALL_BRANCHES n +CONFIG_STACK_TRACER y +CONFIG_BLK_DEV_IO_TRACE y +CONFIG_KPROBE_EVENT y +CONFIG_UPROBE_EVENT y +CONFIG_DYNAMIC_FTRACE y +CONFIG_FUNCTION_PROFILER y +CONFIG_FTRACE_STARTUP_TEST n +CONFIG_MMIOTRACE y +CONFIG_MMIOTRACE_TEST n flag +CONFIG_RING_BUFFER_BENCHMARK n flag +CONFIG_PREEMPT_TRACER y +# Kernel options +CONFIG_APM_EMULATION p policy<(arch armhf &/ value n) | value m> note +CONFIG_SWIOTLB y +CONFIG_NUMA y +CONFIG_HZ_250 y +CONFIG_CMDLINE_BOOL n +CONFIG_SUSPEND y +CONFIG_SUSPEND_FREEZER y +CONFIG_HIBERNATION y +CONFIG_PM_STD_PARTITION "" +CONFIG_PM_AUTOSLEEP n +CONFIG_PM_WAKELOCKS y +CONFIG_PM_RUNTIME y +CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS n +CONFIG_PM_WAKELOCKS_LIMIT 100 +CONFIG_PM_WAKELOCKS_GC y +CONFIG_PM_OPP y +CONFIG_MATH_EMULATION n +CONFIG_FA_DUMP y +CONFIG_IRQ_ALL_CPUS n +CONFIG_PPC_4K_PAGES y +CONFIG_PPC_DENORMALISATION n +CONFIG_EXTRA_TARGETS "" +# Library routines +CONFIG_CRC16 y note +CONFIG_CRC32 y note +CONFIG_XZ_DEC y note +CONFIG_CRC_T10DIF y note +CONFIG_CRC32_SELFTEST n flag +CONFIG_CRC32_SLICEBY8 y +CONFIG_XZ_DEC_X86 y +CONFIG_XZ_DEC_POWERPC y +CONFIG_XZ_DEC_IA64 y +CONFIG_XZ_DEC_ARM y +CONFIG_XZ_DEC_ARMTHUMB y +CONFIG_XZ_DEC_SPARC y +CONFIG_AVERAGE y +CONFIG_DDR y +# Networking options +CONFIG_UNIX y note +CONFIG_PACKET y note +CONFIG_IEEE802154 m note +CONFIG_LAPB m note +CONFIG_X25 m note +CONFIG_ATM_BR2684_IPFILTER n +CONFIG_ATM_CLIP_NO_ICMP n +CONFIG_BATMAN_ADV_BLA y +CONFIG_BATMAN_ADV_DAT y +CONFIG_BPF_JIT y note +CONFIG_BRIDGE_IGMP_SNOOPING y +CONFIG_DCB y +CONFIG_IPDDP_DECAP y +CONFIG_IPDDP_ENCAP y +CONFIG_IPX_INTERN n +CONFIG_NETWORK_SECMARK y +CONFIG_VLAN_8021Q_GVRP y +CONFIG_COPS_DAYNA y +CONFIG_COPS_TANGENT y +CONFIG_DNS_RESOLVER y note +CONFIG_XFRM_SUB_POLICY n +CONFIG_XFRM_MIGRATE n +CONFIG_XFRM_STATISTICS n +CONFIG_NET_KEY_MIGRATE n +CONFIG_NETWORK_PHY_TIMESTAMPING n +CONFIG_DECNET_ROUTER n +CONFIG_IEEE802154_6LOWPAN m +CONFIG_MAC802154 m note +# Networking options > DCCP CCIDs Configuration (EXPERIMENTAL) +CONFIG_IP_DCCP_CCID3 n +# Networking options > DCCP Kernel Hacking +# Networking options > Network packet filtering framework (Netfilter) +set +tree 'Networking options,Network packet filtering framework (Netfilter)' ?flag EXPERIMENTAL ?type tristate = m note +CONFIG_NETFILTER y mark +# Networking options > Network packet filtering framework (Netfilter) > Advanced netfilter configuration +CONFIG_BRIDGE_NETFILTER y +CONFIG_NETFILTER_ADVANCED y +# Networking options > Network packet filtering framework (Netfilter) > Advanced netfilter configuration > DECnet: Netfilter Configuration +# Networking options > Network packet filtering framework (Netfilter) > Core Netfilter Configuration +CONFIG_NETFILTER_NETLINK_QUEUE_CT y +CONFIG_NF_CONNTRACK_EVENTS y +CONFIG_NF_CONNTRACK_MARK y +CONFIG_NF_CONNTRACK_PROCFS n flag +CONFIG_NF_CONNTRACK_SECMARK y +CONFIG_NF_CONNTRACK_TIMEOUT y +CONFIG_NF_CONNTRACK_TIMESTAMP y +CONFIG_NF_CONNTRACK_ZONES y +# Networking options > Network packet filtering framework (Netfilter) > Ethernet Bridge tables (ebtables) support +CONFIG_BRIDGE_EBT_ULOG n flag +# Networking options > Network packet filtering framework (Netfilter) > IP: Netfilter Configuration +CONFIG_IP_NF_QUEUE n flag +# Networking options > Network packet filtering framework (Netfilter) > IP set support +CONFIG_IP_SET_MAX 256 +# Networking options > Network packet filtering framework (Netfilter) > IPv6: Netfilter Configuration +# Networking options > Network packet filtering framework (Netfilter) > IP virtual server support +CONFIG_IP_VS_IPV6 n flag +CONFIG_IP_VS_NFCT y +CONFIG_IP_VS_PROTO_AH y +CONFIG_IP_VS_PROTO_ESP y +CONFIG_IP_VS_PROTO_SCTP y +CONFIG_IP_VS_PROTO_TCP y +CONFIG_IP_VS_PROTO_UDP y +CONFIG_IP_VS_SH_TAB_BITS 8 +CONFIG_IP_VS_TAB_BITS 12 +# Networking options > Network testing +CONFIG_NET_DROP_MONITOR n +CONFIG_NET_TCPPROBE m +# Networking options > QoS and/or fair queueing +CONFIG_NET_SCHED y mark +CONFIG_CLS_U32_MARK y +CONFIG_CLS_U32_PERF n +CONFIG_GACT_PROB y +CONFIG_NET_CLS_ACT y +CONFIG_NET_CLS_IND n flag +CONFIG_NET_EMATCH y +CONFIG_NET_EMATCH_STACK 32 +# Networking options > TCP/IP networking +set +tree 'Networking options,TCP/IP networking' ?flag EXPERIMENTAL ?type tristate = m note +CONFIG_NETLABEL y mark +CONFIG_INET y note +CONFIG_INET_LRO y note +CONFIG_RDS m note +CONFIG_ARPD n +CONFIG_IP_ADVANCED_ROUTER y +CONFIG_IP_FIB_TRIE_STATS y +CONFIG_IP_MROUTE y +CONFIG_IP_MROUTE_MULTIPLE_TABLES n +CONFIG_IP_MULTICAST y +CONFIG_IP_MULTIPLE_TABLES y +CONFIG_IP_PIMSM_V1 y +CONFIG_IP_PIMSM_V2 y +CONFIG_IP_PNP y +CONFIG_IP_PNP_BOOTP n +CONFIG_IP_PNP_DHCP y +CONFIG_IP_PNP_RARP n +CONFIG_IP_ROUTE_MULTIPATH y +CONFIG_IP_ROUTE_VERBOSE y +CONFIG_NET_IPGRE_BROADCAST y note +CONFIG_SYN_COOKIES y mark +CONFIG_TCP_MD5SIG y mark +# Networking options > TCP/IP networking > Layer Two Tunneling Protocol (L2TP) +CONFIG_L2TP_V3 n +# Networking options > TCP/IP networking > TCP: advanced congestion control +CONFIG_TCP_CONG_ADVANCED y +CONFIG_TCP_CONG_CUBIC y note +CONFIG_DEFAULT_CUBIC y +# Networking options > TCP/IP networking > The IPv6 protocol +CONFIG_IPV6 y note +CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION m note +CONFIG_IPV6_MROUTE_MULTIPLE_TABLES y +CONFIG_IPV6_MROUTE y +CONFIG_IPV6_MULTIPLE_TABLES y +CONFIG_IPV6_PIMSM_V2 y +CONFIG_IPV6_PRIVACY y mark +CONFIG_IPV6_ROUTER_PREF y +CONFIG_IPV6_ROUTE_INFO y +CONFIG_IPV6_SIT_6RD y +CONFIG_IPV6_SUBTREES y +CONFIG_IPV6_OPTIMISTIC_DAD n +# Networking options > TCP/IP networking > The SCTP Protocol (EXPERIMENTAL) +CONFIG_SCTP_COOKIE_HMAC_MD5 y +CONFIG_SCTP_COOKIE_HMAC_SHA1 y +CONFIG_SCTP_DEFAULT_COOKIE_HMAC_SHA1 y +CONFIG_SCTP_DBG_MSG n +CONFIG_SCTP_DBG_OBJCNT n +# Networking options > TCP/IP networking > The TIPC Protocol (EXPERIMENTAL) +CONFIG_TIPC m note +CONFIG_TIPC_PORTS 8191 +# Networking support +set +tree 'Networking support' ?flag EXPERIMENTAL ?type bool = n +set +tree 'Networking support' ?flag EXPERIMENTAL ?type tristate = m note +CONFIG_NET y mark +CONFIG_CEPH_LIB_USE_DNS_RESOLVER y +# enable all vendor menus by default +set +pattern '^NET_VENDOR_' = y mark +# Networking support > Amateur Radio support +CONFIG_HAMRADIO y +# Networking support > Amateur Radio support > Amateur Radio AX.25 Level 2 protocol +CONFIG_AX25_DAMA_SLAVE y +# Networking support > Amateur Radio support > Amateur Radio AX.25 Level 2 protocol > AX.25 network device drivers +CONFIG_SCC_DELAY n +CONFIG_SCC_TRXECHO n +# Networking support > Bluetooth subsystem support +CONFIG_BT m mark +CONFIG_BT_RFCOMM_TTY y +CONFIG_BT_BNEP_MC_FILTER y +CONFIG_BT_BNEP_PROTO_FILTER y +# Networking support > Bluetooth subsystem support > Bluetooth device drivers +CONFIG_BT_HCIUART_H4 y +CONFIG_BT_HCIUART_BCSP y +CONFIG_BT_HCIUART_ATH3K y +CONFIG_BT_HCIUART_LL y +CONFIG_BT_HCIUART_3WIRE y +# Networking support > CAIF support +# Networking support > CAN bus subsystem support +# Networking support > CAN bus subsystem support > CAN Device Drivers +# Networking support > CAN bus subsystem support > CAN Device Drivers > Platform CAN drivers with Netlink support +CONFIG_CAN_CALC_BITTIMING y +# Networking support > CAN bus subsystem support > CAN Device Drivers > Platform CAN drivers with Netlink support > Bosch CC770 and Intel AN82527 devices +# Networking support > CAN bus subsystem support > CAN Device Drivers > Platform CAN drivers with Netlink support > Bosch C_CAN/D_CAN devices +# Networking support > CAN bus subsystem support > CAN Device Drivers > Platform CAN drivers with Netlink support > CAN USB interfaces +# Networking support > CAN bus subsystem support > CAN Device Drivers > Platform CAN drivers with Netlink support > Philips/NXP SJA1000 devices +CONFIG_CAN_PEAK_PCIEC y +# Networking support > IrDA (infrared) subsystem support +CONFIG_IRDA_ULTRA y +CONFIG_IRDA_CACHE_LAST_LSAP y +CONFIG_IRDA_FAST_RR y +# Networking support > IrDA (infrared) subsystem support > Infrared-port device drivers +CONFIG_DONGLE y +# Networking support > NFC subsystem support +CONFIG_NFC m note mark +CONFIG_NFC_NCI m note +CONFIG_NFC_SHDLC y +CONFIG_NFC_LLCP y +# Networking support > NFC subsystem support > Near Field Communication (NFC) devices +# Networking support > Plan 9 Resource Sharing Support (9P2000) +# Networking support > RF switch subsystem support +CONFIG_RFKILL y mark +CONFIG_RFKILL_INPUT y +# Networking support > WiMAX Wireless Broadband support +CONFIG_WIMAX_DEBUG_LEVEL 8 +# Networking support > Wireless +CONFIG_WIRELESS y +CONFIG_NL80211_TESTMODE y +CONFIG_CFG80211_DEVELOPER_WARNINGS n +CONFIG_CFG80211_CERTIFICATION_ONUS n +CONFIG_CFG80211_DEFAULT_PS y +CONFIG_CFG80211_DEBUGFS y +CONFIG_CFG80211_INTERNAL_REGDB n +CONFIG_CFG80211_WEXT y +# Networking support > Wireless > Generic IEEE 802.11 Networking Stack (mac80211) +CONFIG_MAC80211_RC_PID y +CONFIG_MAC80211_RC_MINSTREL y +CONFIG_MAC80211_RC_MINSTREL_HT y +CONFIG_MAC80211_RC_DEFAULT_MINSTREL y +CONFIG_MAC80211_MESH y note +CONFIG_MAC80211_LEDS y +CONFIG_MAC80211_DEBUGFS y +CONFIG_MAC80211_MESSAGE_TRACING y +# Networking support > Wireless > Generic IEEE 802.11 Networking Stack (mac80211) > Select mac80211 debugging features +# Partition Types +set +tree 'Partition Types' ?pattern '_(PARTITION|DISKLABEL)$' !flag EXPERIMENTAL ?type bool = y +set +tree 'Partition Types' ?pattern '_(PARTITION|DISKLABEL)$' !flag EXPERIMENTAL ?type tristate = m +set +tree 'Partition Types' ?pattern '_(PARTITION|DISKLABEL)$' ?flag EXPERIMENTAL ?type tristate = m note +CONFIG_PARTITION_ADVANCED y +CONFIG_ACORN_PARTITION_CUMANA n +CONFIG_ACORN_PARTITION_EESOX n +CONFIG_ACORN_PARTITION_ICS y +CONFIG_ACORN_PARTITION_ADFS n +CONFIG_ACORN_PARTITION_POWERTEC n +CONFIG_ACORN_PARTITION_RISCIX y +CONFIG_MINIX_SUBPARTITION y +# Platform support +CONFIG_KVM_GUEST y +CONFIG_PPC_POWERNV y +CONFIG_PPC_POWERNV_RTAS y +CONFIG_PPC_PSERIES y +CONFIG_PPC_SPLPAR n +CONFIG_PSERIES_ENERGY m +CONFIG_SCANLOG m +CONFIG_IO_EVENT_IRQ y +CONFIG_LPARCFG n +CONFIG_PPC_SMLPAR n +CONFIG_PSERIES_IDLE y +CONFIG_PPC_PMAC y +CONFIG_PPC_MAPLE y +CONFIG_PPC_IBM_CELL_BLADE n +CONFIG_PPC_CELLEB n +CONFIG_PPC_CELL_QPACE n +CONFIG_EPAPR_PARAVIRT y +CONFIG_PPC_OF_BOOT_TRAMPOLINE y +CONFIG_UDBG_RTAS_CONSOLE y +CONFIG_MPIC_MSGR y +CONFIG_RTAS_PROC y +CONFIG_RTAS_FLASH n note +CONFIG_IBMEBUS n +CONFIG_SIMPLE_GPIO y +CONFIG_QUICC_ENGINE n +CONFIG_CPM2 y +CONFIG_PPC_CHRP y +CONFIG_PPC_MPC512x n +CONFIG_PPC_MPC52xx n +CONFIG_PPC_PMAC32_PSURGE y +CONFIG_PPC601_SYNC_FIX n +CONFIG_TAU y +CONFIG_TAU_AVERAGE n +# Platform support > 82xx-based boards (PQ II) +CONFIG_PPC_82xx n +# Platform support > 83xx-based boards +CONFIG_PPC_83xx n +# Platform support > 86xx-based boards +CONFIG_PPC_86xx n +# Platform support > Cell Broadband Engine options +CONFIG_SPU_FS_64K_LS y +# Platform support > CPU Frequency drivers +CONFIG_CPU_FREQ_PMAC64 y +CONFIG_PPC_PASEMI_CPUFREQ y +CONFIG_CPU_FREQ_PMAC y +# Platform support > CPU Frequency scaling +CONFIG_CPU_FREQ y mark +CONFIG_CPU_FREQ_GOV_CONSERVATIVE y note +CONFIG_CPU_FREQ_GOV_ONDEMAND y note +CONFIG_CPU_FREQ_GOV_PERFORMANCE y note +CONFIG_CPU_FREQ_GOV_POWERSAVE y note +CONFIG_CPU_FREQ_GOV_USERSPACE y note +CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE y note +CONFIG_GENERIC_CPUFREQ_CPU0 y +CONFIG_CPU_FREQ_STAT p policy<(arch i386 amd64 armhf &/ value y) | value m> note +CONFIG_CPU_FREQ_STAT_DETAILS y +# Platform support > CPU Frequency scaling > ARM CPU frequency scaling drivers +CONFIG_ARM_OMAP2PLUS_CPUFREQ y +# Platform support > CPU Frequency scaling > PowerPC CPU frequency scaling drivers +CONFIG_CPU_FREQ_MAPLE y +# Platform support > CPU Frequency scaling > x86 CPU frequency scaling drivers +CONFIG_X86_ACPI_CPUFREQ y note +CONFIG_X86_ACPI_CPUFREQ_CPB y +CONFIG_X86_POWERNOW_K8 y note +CONFIG_X86_SPEEDSTEP_CENTRINO y note +CONFIG_X86_SPEEDSTEP_ICH y note +CONFIG_X86_SPEEDSTEP_SMI y note +CONFIG_X86_PCC_CPUFREQ y note +CONFIG_X86_CPUFREQ_NFORCE2 y note +CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE y +CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK y +# Platform support > CPUIdle driver +# Platform support > Freescale Book-E Machine Type +CONFIG_FSL_SOC_BOOKE y +CONFIG_BSC9131_RDB p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_MPC8540_ADS p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_MPC8560_ADS p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_MPC85xx_CDS p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_MPC85xx_MDS p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_MPC8536_DS p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_MPC85xx_DS p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_MPC85xx_RDB p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_P1010_RDB p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_P1022_DS p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_P1022_RDK p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_P1023_RDS p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_SOCRATES p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_KSI8560 p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_XES_MPC85xx p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_STX_GP3 p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_TQM8540 p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_TQM8541 p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_TQM8548 p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_TQM8555 p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_TQM8560 p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_SBC8548 p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_GE_IMP3A p policy<(flavour powerpc-e500 y/ value y) | value n> +CONFIG_P2041_RDB p policy<(flavour powerpc-e500mc n/ value y) | value n> +CONFIG_P3041_DS p policy<(flavour powerpc-e500mc n/ value y) | value n> +CONFIG_P4080_DS p policy<(flavour powerpc-e500mc n/ value y) | value n> +CONFIG_P5020_DS p policy<(flavour powerpc-e500mc n/ value y) | value n> +CONFIG_P5040_DS p policy<(flavour powerpc-e500mc n/ value y) | value n> +CONFIG_PPC_QEMU_E500 y +# Platform support > Freescale Ethernet driver platform-specific options +# Platform support > MPC8xx CPM Options +# Platform support > PA Semi SoC-based platforms +CONFIG_PPC_PASEMI y +# Platform support > PA Semi SoC-based platforms > PA Semi PWRficient options +CONFIG_PPC_PASEMI_IOMMU y +CONFIG_PPC_PASEMI_IOMMU_DMA_FORCE n +CONFIG_PPC_PASEMI_MDIO y +# Platform support > Sony PS3 +CONFIG_PPC_PS3 y +# Platform support > Sony PS3 > PS3 Platform Options +CONFIG_PS3_PS3AV y +CONFIG_PS3_SYS_MANAGER y +CONFIG_PS3_ADVANCED n +CONFIG_PS3_HTAB_SIZE 20 +CONFIG_PS3_DYNAMIC_DMA n +CONFIG_PS3_REPOSITORY_WRITE n +CONFIG_PS3GELIC_UDBG n +# Platform support > WSP platform selection +# Power management and ACPI options +CONFIG_APM_EMULATION p policy<(arch armhf &/ value n) | value m> note +CONFIG_SFI y +CONFIG_INTEL_IDLE y +# Power management and ACPI options > ACPI (Advanced Configuration and Power Interface) Support +CONFIG_ACPI y mark +CONFIG_ACPI_AC y note +CONFIG_ACPI_BATTERY y note +CONFIG_ACPI_BUTTON y note +CONFIG_ACPI_FAN y note +CONFIG_ACPI_PROCESSOR y note +CONFIG_ACPI_THERMAL y note +CONFIG_ACPI_HED y note +CONFIG_ACPI_CONTAINER y note +CONFIG_ACPI_CUSTOM_METHOD n note +CONFIG_ACPI_PROCFS n +CONFIG_ACPI_PROCFS_POWER n +CONFIG_ACPI_PROC_EVENT y +CONFIG_ACPI_DOCK y +CONFIG_ACPI_IPMI m +CONFIG_ACPI_PROCESSOR_AGGREGATOR m +CONFIG_ACPI_NUMA y +CONFIG_ACPI_CUSTOM_DSDT_FILE "" +CONFIG_ACPI_INITRD_TABLE_OVERRIDE n +CONFIG_ACPI_BLACKLIST_YEAR p policy<(arch i386 &/ value 2000) | value 0> +CONFIG_X86_PM_TIMER y +CONFIG_ACPI_BGRT y +CONFIG_ACPI_APEI y +CONFIG_ACPI_APEI_GHES y +CONFIG_ACPI_APEI_PCIEAER y +CONFIG_ACPI_APEI_MEMORY_FAILURE y +# Power management and ACPI options > APM (Advanced Power Management) BIOS support +CONFIG_APM m mark +CONFIG_APM_IGNORE_USER_SUSPEND n +CONFIG_APM_DO_ENABLE n +CONFIG_APM_CPU_IDLE n +CONFIG_APM_DISPLAY_BLANK n +CONFIG_APM_ALLOW_INTS n +# Power management and ACPI options > CPU Frequency scaling +CONFIG_CPU_FREQ y mark +CONFIG_CPU_FREQ_GOV_CONSERVATIVE y note +CONFIG_CPU_FREQ_GOV_ONDEMAND y note +CONFIG_CPU_FREQ_GOV_PERFORMANCE y note +CONFIG_CPU_FREQ_GOV_POWERSAVE y note +CONFIG_CPU_FREQ_GOV_USERSPACE y note +CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE y note +CONFIG_GENERIC_CPUFREQ_CPU0 y +CONFIG_CPU_FREQ_STAT p policy<(arch i386 amd64 armhf &/ value y) | value m> note +CONFIG_CPU_FREQ_STAT_DETAILS y +# Power management and ACPI options > CPU Frequency scaling > ARM CPU frequency scaling drivers +CONFIG_ARM_OMAP2PLUS_CPUFREQ y +# Power management and ACPI options > CPU Frequency scaling > PowerPC CPU frequency scaling drivers +CONFIG_CPU_FREQ_MAPLE y +# Power management and ACPI options > CPU Frequency scaling > x86 CPU frequency scaling drivers +CONFIG_X86_ACPI_CPUFREQ y note +CONFIG_X86_ACPI_CPUFREQ_CPB y +CONFIG_X86_POWERNOW_K8 y note +CONFIG_X86_SPEEDSTEP_CENTRINO y note +CONFIG_X86_SPEEDSTEP_ICH y note +CONFIG_X86_SPEEDSTEP_SMI y note +CONFIG_X86_PCC_CPUFREQ y note +CONFIG_X86_CPUFREQ_NFORCE2 y note +CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE y +CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK y +# Power management and ACPI options > Memory power savings +CONFIG_I7300_IDLE m +# Power management options +CONFIG_APM_EMULATION p policy<(arch armhf &/ value n) | value m> note +# Processor support +CONFIG_PPC_ICSWX_USE_SIGILL n note +CONFIG_GENERIC_CPU y +CONFIG_PPC_BOOK3S_64 y +CONFIG_TUNE_CELL n +CONFIG_ALTIVEC y +CONFIG_VSX y +CONFIG_PPC_ICSWX y +CONFIG_PPC_ICSWX_PID y +CONFIG_PPC_BOOK3S_32 p policy<(flavour powerpc-smp &/ value y) | value n> +CONFIG_PPC_85xx p policy<(flavour powerpc-e500 powerpc-e500mc &/ value y) | value n> +CONFIG_PPC_E500MC p policy<(flavour powerpc-e500mc &/ value y) | value n> +CONFIG_FSL_EMB_PERFMON y +CONFIG_PHYS_64BIT y +CONFIG_SPE y +# Processor type and features +CONFIG_CC_STACKPROTECTOR y mark +CONFIG_TOSHIBA n note +CONFIG_ZONE_DMA y +CONFIG_X86_X2APIC y +CONFIG_X86_MPPARSE y +CONFIG_X86_EXTENDED_PLATFORM y +CONFIG_X86_NUMACHIP y +CONFIG_X86_VSMP n +CONFIG_X86_UV n +CONFIG_SCHED_OMIT_FRAME_POINTER y +CONFIG_MEMTEST y +CONFIG_GENERIC_CPU y +CONFIG_PROCESSOR_SELECT y +CONFIG_CPU_SUP_INTEL y +CONFIG_CPU_SUP_AMD y +CONFIG_CPU_SUP_CENTAUR y +CONFIG_HPET_TIMER y +CONFIG_DMI y +CONFIG_GART_IOMMU y +CONFIG_CALGARY_IOMMU y +CONFIG_CALGARY_IOMMU_ENABLED_BY_DEFAULT y +CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS y +CONFIG_X86_MCE y +CONFIG_X86_MCE_INTEL y +CONFIG_X86_MCE_AMD y +CONFIG_MICROCODE_INTEL y +CONFIG_MICROCODE_AMD y +CONFIG_DIRECT_GBPAGES y +CONFIG_AMD_NUMA y +CONFIG_X86_64_ACPI_NUMA y +CONFIG_NUMA_EMU n +CONFIG_NODES_SHIFT p policy<(arch amd64 &/ value 6) | value 8> +CONFIG_X86_CHECK_BIOS_CORRUPTION y +CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK y +CONFIG_X86_RESERVE_LOW 64 +CONFIG_MTRR y +CONFIG_MTRR_SANITIZER y +CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT 1 +CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT 1 +CONFIG_X86_PAT y +CONFIG_ARCH_RANDOM y +CONFIG_X86_SMAP y +CONFIG_EFI y +CONFIG_EFI_STUB y +CONFIG_KEXEC_JUMP y +CONFIG_BOOTPARAM_HOTPLUG_CPU0 n +CONFIG_COMPAT_VDSO n +CONFIG_X86_BIGSMP n +CONFIG_X86_WANT_INTEL_MID y +CONFIG_X86_MDFLD y +CONFIG_X86_RDC321X n +CONFIG_X86_32_NON_STANDARD n +CONFIG_X86_GENERIC y +CONFIG_X86_PPRO_FENCE y +CONFIG_CPU_SUP_CYRIX_32 y +CONFIG_CPU_SUP_TRANSMETA_32 y +CONFIG_CPU_SUP_UMC_32 y +CONFIG_APB_TIMER y +CONFIG_X86_ANCIENT_MCE n +CONFIG_VM86 y +CONFIG_X86_REBOOTFIXUPS y +CONFIG_HIGHMEM64G y +CONFIG_X86_PAE y +CONFIG_MATH_EMULATION p policy<(arch i386 &/ value n) | value y> +CONFIG_MAXSMP n +CONFIG_M686 y +# Processor type and features > Paravirtualized guest support +CONFIG_KVM_GUEST y +CONFIG_PARAVIRT_GUEST y +CONFIG_PARAVIRT_TIME_ACCOUNTING n +CONFIG_PARAVIRT y +CONFIG_PARAVIRT_SPINLOCKS y +CONFIG_LGUEST_GUEST n +# Security options +CONFIG_ENCRYPTED_KEYS y note +CONFIG_TRUSTED_KEYS y note +CONFIG_SECURITY y mark +CONFIG_SECURITYFS y +CONFIG_DEFAULT_SECURITY_APPARMOR y +CONFIG_SECURITY_APPARMOR y +CONFIG_SECURITY_APPARMOR_BOOTPARAM_VALUE 1 +CONFIG_SECURITY_SELINUX y +CONFIG_SECURITY_SELINUX_AVC_STATS y +CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE 0 +CONFIG_SECURITY_SELINUX_BOOTPARAM y +CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE 1 +CONFIG_SECURITY_SELINUX_DEVELOP y +CONFIG_SECURITY_SELINUX_DISABLE y note +CONFIG_SECURITY_SELINUX_POLICYDB_VERSION_MAX n +CONFIG_SECURITY_TOMOYO y +CONFIG_SECURITY_TOMOYO_ACTIVATION_TRIGGER "/sbin/init" +CONFIG_SECURITY_TOMOYO_MAX_ACCEPT_ENTRY 2048 +CONFIG_SECURITY_TOMOYO_MAX_AUDIT_LOG 1024 +CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER n +CONFIG_SECURITY_TOMOYO_POLICY_LOADER "/sbin/tomoyo-init" +CONFIG_SECURITY_SMACK y +CONFIG_SECURITY_YAMA y +CONFIG_SECURITY_YAMA_STACKED y +CONFIG_EVM y +CONFIG_IMA n note +CONFIG_INTEL_TXT p policy<(arch i386 amd64 &/ value y) | value n)> +CONFIG_INTEGRITY_SIGNATURE y +CONFIG_KEYS y +CONFIG_LSM_MMAP_MIN_ADDR 0 +CONFIG_SECURITY_DMESG_RESTRICT n +CONFIG_SECURITY_NETWORK y +CONFIG_SECURITY_NETWORK_XFRM n +CONFIG_SECURITY_PATH y +# System Type +CONFIG_MMU y +CONFIG_ARCH_MVEBU n +CONFIG_ARCH_BCM y +CONFIG_ARCH_HIGHBANK y +CONFIG_ARCH_OMAP2PLUS y +CONFIG_ARCH_SOCFPGA n +CONFIG_ARCH_SUNXI y +CONFIG_ARCH_VT8500 n +CONFIG_ARCH_ZYNQ n +CONFIG_CPU_V7 y +CONFIG_ARM_LPAE n +CONFIG_ARM_THUMB y +CONFIG_ARM_THUMBEE n +CONFIG_ARM_VIRT_EXT y +CONFIG_SWP_EMULATE n +CONFIG_CPU_ICACHE_DISABLE n +CONFIG_CPU_DCACHE_DISABLE n +CONFIG_CPU_BPREDICT_DISABLE n +CONFIG_CACHE_L2X0 y +CONFIG_ARM_DMA_MEM_BUFFERABLE y +CONFIG_ARM_ERRATA_430973 y +CONFIG_PL310_ERRATA_588369 y +CONFIG_ARM_ERRATA_720789 y +CONFIG_PL310_ERRATA_727915 y +CONFIG_PL310_ERRATA_753970 y +CONFIG_ARM_ERRATA_754322 y +CONFIG_ARM_ERRATA_754327 n +CONFIG_ARM_ERRATA_764369 y +CONFIG_PL310_ERRATA_769419 y +CONFIG_ARM_ERRATA_775420 y +#CONFIG_ARCH_EXYNOS n note +#CONFIG_ARCH_HIGHBANK n note +#CONFIG_ARCH_PICOXCELL n note +#CONFIG_ARCH_ZYNQ n note +CONFIG_ARCH_MULTIPLATFORM p policy<(arch armhf &/ value y) | value n> +# System Type > ARM Ltd. Versatile Express family +CONFIG_ARCH_VEXPRESS y +# System Type > ARM Ltd. Versatile Express family > Versatile Express platform type +CONFIG_ARCH_VEXPRESS_CORTEX_A5_A9_ERRATA y +CONFIG_ARCH_VEXPRESS_CA9X4 y +# System Type > Atmel AT91 System-on-Chip +# System Type > Cirrus EP93xx Implementation Options +# System Type > CLPS711X/EP721X/EP731X Implementations +# System Type > CNS3XXX platform type +# System Type > Cortina Systems Gemini Implementations +# System Type > CSR SiRF primaII/Marco/Polo Specific Features +#CONFIG_ARCH_PRIMA2 n note +# System Type > Footbridge Implementations +# System Type > Freescale i.MX family +CONFIG_ARCH_MXC y +# System Type > Freescale i.MX family > Freescale i.MX support +CONFIG_MXC_IRQ_PRIOR n +CONFIG_MXC_DEBUG_BOARD n +CONFIG_MACH_IMX51_DT n +CONFIG_MACH_MX51_BABBAGE n +CONFIG_MACH_MX51_3DS n +CONFIG_MACH_EUKREA_CPUIMX51SD n +CONFIG_SOC_IMX53 n +CONFIG_SOC_IMX6Q y +# System Type > h720x Implementations +# System Type > Integrator Options +# System Type > Intel IXP4xx Implementation Options +# System Type > Intel PXA2xx/PXA3xx Implementations +# System Type > IOP13XX Implementation Options +# System Type > IOP32x Implementation Options +# System Type > IOP33x Implementation Options +# System Type > Kendin/Micrel KS8695 Implementations +# System Type > Marvell Dove Implementations +# System Type > Marvell Kirkwood Implementations +# System Type > Marvell MV78xx0 Implementations +# System Type > Marvell PXA168/910/MMP2 Implmentations +# System Type > Marvell SOC with device tree +# System Type > Multiple platform selection +CONFIG_ARCH_MULTI_V6 n +CONFIG_ARCH_MULTI_V7 y +# System Type > NetX Implementations +# System Type > Nomadik boards +# System Type > NUC950 Machines +# System Type > NUC960 Machines +# System Type > Orion Implementations +# System Type > Qualcomm MSM Board Type +# System Type > RealView platform type +# System Type > S5PC110 Machines +# System Type > S5PV210 Machines +# System Type > SA11x0 Implementations +# System Type > SAMSUNG EXYNOS SoCs Support +# System Type > SAMSUNG S3C24XX SoCs Support +# System Type > SPEAr13xx Implementations +# System Type > SPEAr3xx Implementations +# System Type > ST-Ericsson AB U300/U335 Platform +# System Type > SuperH / SH-Mobile Driver Options +# System Type > TI DaVinci Implementations +# System Type > Timer and clock configuration +# System Type > TI OMAP1 specific features +CONFIG_MACH_OMAP_GENERIC y +# System Type > TI OMAP2/3/4 Specific Features +CONFIG_MACH_OMAP_GENERIC y +CONFIG_ARCH_OMAP2PLUS_TYPICAL y +CONFIG_SOC_HAS_OMAP2_SDRC y +CONFIG_SOC_HAS_REALTIME_COUNTER y +CONFIG_ARCH_OMAP2 n +CONFIG_ARCH_OMAP3 y +CONFIG_ARCH_OMAP4 y +CONFIG_SOC_OMAP5 y +CONFIG_SOC_OMAP3430 y +CONFIG_SOC_TI81XX y +CONFIG_SOC_AM33XX y +CONFIG_MACH_OMAP3_BEAGLE y +CONFIG_MACH_DEVKIT8000 n +CONFIG_MACH_OMAP_LDP y +CONFIG_MACH_OMAP3530_LV_SOM y +CONFIG_MACH_OMAP3_TORPEDO y +CONFIG_MACH_OVERO y +CONFIG_MACH_OMAP3EVM y +CONFIG_MACH_OMAP3517EVM n +CONFIG_MACH_CRANEBOARD n +CONFIG_MACH_OMAP3_PANDORA y +CONFIG_MACH_TOUCHBOOK y +CONFIG_MACH_OMAP_3430SDP y +CONFIG_MACH_NOKIA_RM680 y +CONFIG_MACH_NOKIA_RX51 n +CONFIG_MACH_OMAP_ZOOM2 y +CONFIG_MACH_OMAP_ZOOM3 y +CONFIG_MACH_CM_T35 n +CONFIG_MACH_CM_T3517 y +CONFIG_MACH_IGEP0020 y +CONFIG_MACH_IGEP0030 y +CONFIG_MACH_SBC3530 y +CONFIG_MACH_OMAP_3630SDP y +CONFIG_MACH_TI8168EVM y +CONFIG_MACH_TI8148EVM y +CONFIG_OMAP3_EMU y +CONFIG_OMAP3_SDRC_AC_TIMING n +CONFIG_MACH_OMAP_4430SDP y +CONFIG_MACH_OMAP4_PANDA y +# System Type > TI OMAP Common Features +CONFIG_POWER_AVS_OMAP y +CONFIG_POWER_AVS_OMAP_CLASS3 y +CONFIG_OMAP_RESET_CLOCKS y +CONFIG_OMAP_MUX y +CONFIG_OMAP_MUX_WARNINGS y +CONFIG_OMAP_32K_TIMER y +CONFIG_OMAP3_L2_AUX_SECURE_SAVE_RESTORE n +CONFIG_OMAP_32K_TIMER_HZ 128 +CONFIG_OMAP_DM_TIMER y +CONFIG_OMAP_PM_NOOP y +# System Type > Use 8-bit SDHCI bus width +# System Type > Ux500 target platform (boards) +# System Type > Versatile platform type +# System Type > W90P910 Machines +# Ubuntu Supplied Third-Party Device Drivers +CONFIG_AUFS_FS m +CONFIG_AUFS_EXPORT y +CONFIG_AUFS_BRANCH_MAX_127 y +CONFIG_AUFS_BR_FUSE y +CONFIG_AUFS_BR_HFSPLUS y +CONFIG_AUFS_BR_RAMFS y +CONFIG_AUFS_EXPORT y +CONFIG_AUFS_HNOTIFY n +CONFIG_AUFS_PROC_MAP n note flag +CONFIG_AUFS_RDU n +CONFIG_AUFS_SHWH n +CONFIG_AUFS_SP_IATTR n +CONFIG_DM_RAID45 p policy<(arch i386 amd64 &/ value m) | value n> note mark +CONFIG_ALX p policy<(arch powerpc &/ value n) | value m> flag +# Userspace binary formats +CONFIG_BINFMT_ELF y +CONFIG_COREDUMP y +# Virtualization +set +tree 'Virtualization' ?flag EXPERIMENTAL ?type bool = n +set +tree 'Virtualization' ?flag EXPERIMENTAL ?type tristate = m note +CONFIG_VIRTUALIZATION y mark +CONFIG_KVM p policy<(arch powerpc &/ value y) | value m> +CONFIG_KVM_MMU_AUDIT n +CONFIG_KVM_E500V2 y +CONFIG_KVM_E500MC y +CONFIG_LGUEST n + +# Ensure DEPRECATED options are off. +set +all ?flag DEPRECATED ?type bool = n +set +all ?flag DEPRECATED ?type tristate = n + +# DEPRECATED overrides +CONFIG_NETFILTER_XT_TARGET_NOTRACK m note + +# Ensure DANGEROUS things are turned off. +set +all ?flag DANGEROUS = n --- linux-lowlatency-3.8.0.orig/debian.lowlatency/config/arm64/config.flavour.linaro-SOCFLAVOUR +++ linux-lowlatency-3.8.0/debian.lowlatency/config/arm64/config.flavour.linaro-SOCFLAVOUR @@ -0,0 +1 @@ +# nothing here yet --- linux-lowlatency-3.8.0.orig/debian.lowlatency/config/arm64/config.common.arm64 +++ linux-lowlatency-3.8.0/debian.lowlatency/config/arm64/config.common.arm64 @@ -0,0 +1 @@ +# nothing here yet --- linux-lowlatency-3.8.0.orig/debian.lowlatency/config/i386/config.flavour.generic +++ linux-lowlatency-3.8.0/debian.lowlatency/config/i386/config.flavour.generic @@ -0,0 +1,3 @@ +# +# Config options for config.flavour.generic automatically generated by splitconfig.pl +# --- linux-lowlatency-3.8.0.orig/debian.lowlatency/config/i386/config.flavour.lowlatency +++ linux-lowlatency-3.8.0/debian.lowlatency/config/i386/config.flavour.lowlatency @@ -0,0 +1,20 @@ +# +# Config options for config.flavour.generic automatically generated by splitconfig.pl +# +# DELTA: enable full preempt +# +# CONFIG_PREEMPT_NONE is not set +# CONFIG_PREEMPT_VOLUNTARY is not set +CONFIG_PREEMPT=y +# CONFIG_DEBUG_PREEMPT is not set +# CONFIG_RCU_BOOST is not set +# CONFIG_RCU_CPU_STALL_VERBOSE is not set +# CONFIG_PREEMPT_TRACER is not set +# CONFIG_PROVE_RCU_DELAY is not set + +# DELTA: switch to HZ=1000 +# +# CONFIG_HZ_100 is not set +# CONFIG_HZ_250 is not set +# CONFIG_HZ_300 is not set +CONFIG_HZ_1000=y --- linux-lowlatency-3.8.0.orig/debian.lowlatency/config/i386/config.common.i386 +++ linux-lowlatency-3.8.0/debian.lowlatency/config/i386/config.common.i386 @@ -0,0 +1,106 @@ +# +# Config options for config.common.i386 automatically generated by splitconfig.pl +# +# CONFIG_64BIT is not set +CONFIG_ACPI_BLACKLIST_YEAR=2000 +CONFIG_ARCH_DEFCONFIG="arch/x86/configs/i386_defconfig" +CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-ecx -fcall-saved-edx" +# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set +CONFIG_ARCH_PHYS_ADDR_T_64BIT=y +CONFIG_ARCH_SELECT_MEMORY_MODEL=y +# CONFIG_ASYNC_TX_DMA is not set +# CONFIG_AUDIT_ARCH is not set +CONFIG_BCH=m +# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set +CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y +# CONFIG_CPU_IDLE_MULTIPLE_DRIVERS is not set +CONFIG_DEFAULT_MMAP_MIN_ADDR=65536 +CONFIG_DM_RAID45=m +CONFIG_EDAC_MM_EDAC=m +CONFIG_EZX_PCAP=y +CONFIG_FB_BACKLIGHT=y +CONFIG_FB_BOOT_VESA_SUPPORT=y +CONFIG_FB_DDC=m +CONFIG_FB_SVGALIB=m +CONFIG_FB_SYS_COPYAREA=m +CONFIG_FB_SYS_FILLRECT=m +CONFIG_FB_SYS_IMAGEBLIT=m +# CONFIG_FONTS is not set +CONFIG_GPIO_GENERIC=m +CONFIG_GPIO_TWL4030=m +CONFIG_HAVE_AOUT=y +CONFIG_HAVE_GENERIC_DMA_COHERENT=y +CONFIG_HUGETLB_PAGE=y +CONFIG_HZ=250 +CONFIG_ILLEGAL_POINTER_VALUE=0 +CONFIG_KSM=y +CONFIG_LIS3L02DQ=m +# CONFIG_MFD_TMIO is not set +CONFIG_MMC_BLOCK=m +CONFIG_MMC_SDHCI=m +CONFIG_MMC_SDHCI_PLTFM=m +CONFIG_MTD=m +CONFIG_MTD_BLKDEVS=m +CONFIG_MTD_BLOCK=m +CONFIG_MTD_CHAR=m +CONFIG_MTD_NAND=m +CONFIG_MTD_NAND_BCH=m +CONFIG_MTD_NAND_ECC=m +CONFIG_MTD_NAND_IDS=m +CONFIG_MTD_SM_COMMON=m +CONFIG_MUSB_PIO_ONLY=y +CONFIG_NET_CALXEDA_XGMAC=m +CONFIG_NOP_USB_XCEIV=m +CONFIG_NR_CPUS=8 +CONFIG_OUTPUT_FORMAT="elf32-i386" +CONFIG_PCCARD=m +CONFIG_PHYS_ADDR_T_64BIT=y +CONFIG_RCU_FANOUT=32 +CONFIG_REGMAP_MMIO=m +CONFIG_REGULATOR_FIXED_VOLTAGE=m +CONFIG_RTC_DRV_CMOS=y +CONFIG_RTC_DRV_TWL4030=m +# CONFIG_SATA_HIGHBANK is not set +CONFIG_SCHED_SMT=y +CONFIG_SCSI_SPI_ATTRS=y +CONFIG_SERIAL_8250_DMA=y +CONFIG_SND=m +CONFIG_SND_COMPRESS_OFFLOAD=m +CONFIG_SND_EMU10K1_SEQ=m +CONFIG_SND_OPL3_LIB_SEQ=m +CONFIG_SND_OPL4_LIB_SEQ=m +CONFIG_SND_PCM=m +CONFIG_SND_SBAWE_SEQ=m +CONFIG_SND_SOC=m +CONFIG_SND_SOC_I2C_AND_SPI=m +CONFIG_SND_SOC_SGTL5000=m +CONFIG_SND_SOC_TWL4030=m +CONFIG_SND_SOC_TWL6040=m +CONFIG_SND_TIMER=m +CONFIG_SOUND=m +# CONFIG_SPARSEMEM_MANUAL is not set +CONFIG_SPI_PXA2XX_PCI=m +# CONFIG_STANDALONE is not set +CONFIG_USB_ARCH_HAS_XHCI=y +CONFIG_USB_CHIPIDEA=m +CONFIG_USB_EHCI_HCD_PLATFORM=y +CONFIG_USB_GADGET=m +# CONFIG_USB_G_MULTI is not set +CONFIG_USB_HCD_BCMA=m +CONFIG_USB_HCD_SSB=m +CONFIG_USB_MUSB_TUSB6010=m +CONFIG_USB_OHCI_HCD_PLATFORM=y +CONFIG_USB_SUSPEND=y +CONFIG_VFIO_IOMMU_TYPE1=m +CONFIG_VGASTATE=m +CONFIG_VIRTIO=y +CONFIG_VIRTIO_BALLOON=m +CONFIG_VIRTIO_BLK=y +CONFIG_VIRTIO_MMIO=m +CONFIG_VIRTIO_NET=y +CONFIG_WAN_ROUTER=m +CONFIG_X86_MINIMUM_CPU_FAMILY=5 +CONFIG_X86_SPEEDSTEP_LIB=y +CONFIG_XEN_MAX_DOMAIN_MEMORY=64 +# CONFIG_ZONE_DMA32 is not set +CONFIG_ZONE_DMA_FLAG=1 --- linux-lowlatency-3.8.0.orig/debian.lowlatency/config/armhf/config.flavour.generic +++ linux-lowlatency-3.8.0/debian.lowlatency/config/armhf/config.flavour.generic @@ -0,0 +1,3 @@ +# +# Config options for config.flavour.generic automatically generated by splitconfig.pl +# --- linux-lowlatency-3.8.0.orig/debian.lowlatency/config/armhf/config.common.armhf +++ linux-lowlatency-3.8.0/debian.lowlatency/config/armhf/config.common.armhf @@ -0,0 +1,95 @@ +# +# Config options for config.common.armhf automatically generated by splitconfig.pl +# +CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED=y +# CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set +# CONFIG_ARCH_SELECT_MEMORY_MODEL is not set +# CONFIG_ARCH_SPARSEMEM_DEFAULT is not set +CONFIG_ASYNC_TX_DMA=y +CONFIG_BCH=y +CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y +# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set +CONFIG_CPU_IDLE_MULTIPLE_DRIVERS=y +CONFIG_DEFAULT_MMAP_MIN_ADDR=32768 +# CONFIG_DM_RAID45 is not set +CONFIG_EDAC_MM_EDAC=y +# CONFIG_EZX_PCAP is not set +# CONFIG_FB_BACKLIGHT is not set +# CONFIG_FB_BOOT_VESA_SUPPORT is not set +# CONFIG_FB_DDC is not set +# CONFIG_FB_SVGALIB is not set +CONFIG_FB_SYS_COPYAREA=y +CONFIG_FB_SYS_FILLRECT=y +CONFIG_FB_SYS_IMAGEBLIT=y +CONFIG_FONTS=y +CONFIG_GPIO_GENERIC=y +CONFIG_GPIO_TWL4030=y +CONFIG_HAVE_AOUT=y +CONFIG_HAVE_GENERIC_DMA_COHERENT=y +# CONFIG_HUGETLB_PAGE is not set +CONFIG_HZ=128 +# CONFIG_KSM is not set +# CONFIG_LIS3L02DQ is not set +CONFIG_MFD_TMIO=y +CONFIG_MMC_BLOCK=y +CONFIG_MMC_SDHCI=y +CONFIG_MMC_SDHCI_PLTFM=y +CONFIG_MTD=y +CONFIG_MTD_BLKDEVS=y +CONFIG_MTD_BLOCK=y +CONFIG_MTD_CHAR=y +CONFIG_MTD_NAND=y +CONFIG_MTD_NAND_BCH=y +CONFIG_MTD_NAND_ECC=y +CONFIG_MTD_NAND_IDS=y +# CONFIG_MTD_SM_COMMON is not set +# CONFIG_MUSB_PIO_ONLY is not set +CONFIG_NET_CALXEDA_XGMAC=y +CONFIG_NOP_USB_XCEIV=y +CONFIG_NR_CPUS=4 +# CONFIG_PCCARD is not set +# CONFIG_PHYS_ADDR_T_64BIT is not set +CONFIG_RCU_FANOUT=32 +CONFIG_REGMAP_MMIO=y +CONFIG_REGULATOR_FIXED_VOLTAGE=y +CONFIG_RTC_DRV_CMOS=m +CONFIG_RTC_DRV_TWL4030=y +CONFIG_SATA_HIGHBANK=y +# CONFIG_SCHED_SMT is not set +CONFIG_SCSI_SPI_ATTRS=m +# CONFIG_SERIAL_8250_DMA is not set +CONFIG_SND=y +CONFIG_SND_COMPRESS_OFFLOAD=y +# CONFIG_SND_EMU10K1_SEQ is not set +# CONFIG_SND_OPL3_LIB_SEQ is not set +# CONFIG_SND_OPL4_LIB_SEQ is not set +CONFIG_SND_PCM=y +# CONFIG_SND_SBAWE_SEQ is not set +CONFIG_SND_SOC=y +CONFIG_SND_SOC_I2C_AND_SPI=y +CONFIG_SND_SOC_SGTL5000=y +CONFIG_SND_SOC_TWL4030=y +CONFIG_SND_SOC_TWL6040=y +CONFIG_SND_TIMER=y +CONFIG_SOUND=y +# CONFIG_SPI_PXA2XX_PCI is not set +CONFIG_STANDALONE=y +# CONFIG_USB_ARCH_HAS_XHCI is not set +CONFIG_USB_CHIPIDEA=y +# CONFIG_USB_EHCI_HCD_PLATFORM is not set +CONFIG_USB_GADGET=y +CONFIG_USB_G_MULTI=m +# CONFIG_USB_HCD_BCMA is not set +# CONFIG_USB_HCD_SSB is not set +# CONFIG_USB_MUSB_TUSB6010 is not set +# CONFIG_USB_OHCI_HCD_PLATFORM is not set +# CONFIG_USB_SUSPEND is not set +# CONFIG_VFIO_IOMMU_TYPE1 is not set +# CONFIG_VGASTATE is not set +CONFIG_VIRTIO=m +# CONFIG_VIRTIO_BALLOON is not set +# CONFIG_VIRTIO_BLK is not set +# CONFIG_VIRTIO_MMIO is not set +# CONFIG_VIRTIO_NET is not set +# CONFIG_WAN_ROUTER is not set +CONFIG_ZONE_DMA_FLAG=0 --- linux-lowlatency-3.8.0.orig/debian.lowlatency/config/x32/config.flavour.generic +++ linux-lowlatency-3.8.0/debian.lowlatency/config/x32/config.flavour.generic @@ -0,0 +1 @@ +# nothing here yet --- linux-lowlatency-3.8.0.orig/debian.lowlatency/config/x32/config.common.x32 +++ linux-lowlatency-3.8.0/debian.lowlatency/config/x32/config.common.x32 @@ -0,0 +1 @@ +# nothing here yet --- linux-lowlatency-3.8.0.orig/debian.lowlatency/config/amd64/config.flavour.generic +++ linux-lowlatency-3.8.0/debian.lowlatency/config/amd64/config.flavour.generic @@ -0,0 +1,3 @@ +# +# Config options for config.flavour.generic automatically generated by splitconfig.pl +# --- linux-lowlatency-3.8.0.orig/debian.lowlatency/config/amd64/config.flavour.lowlatency +++ linux-lowlatency-3.8.0/debian.lowlatency/config/amd64/config.flavour.lowlatency @@ -0,0 +1,20 @@ +# +# Config options for config.flavour.generic automatically generated by splitconfig.pl +# +# DELTA: enable full preempt +# +# CONFIG_PREEMPT_NONE is not set +# CONFIG_PREEMPT_VOLUNTARY is not set +CONFIG_PREEMPT=y +# CONFIG_DEBUG_PREEMPT is not set +# CONFIG_RCU_BOOST is not set +# CONFIG_RCU_CPU_STALL_VERBOSE is not set +# CONFIG_PREEMPT_TRACER is not set +# CONFIG_PROVE_RCU_DELAY is not set + +# DELTA: switch to HZ=1000 +# +# CONFIG_HZ_100 is not set +# CONFIG_HZ_250 is not set +# CONFIG_HZ_300 is not set +CONFIG_HZ_1000=y --- linux-lowlatency-3.8.0.orig/debian.lowlatency/config/amd64/config.common.amd64 +++ linux-lowlatency-3.8.0/debian.lowlatency/config/amd64/config.common.amd64 @@ -0,0 +1,107 @@ +# +# Config options for config.common.amd64 automatically generated by splitconfig.pl +# +CONFIG_64BIT=y +CONFIG_ACPI_BLACKLIST_YEAR=0 +CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig" +CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-rdi -fcall-saved-rsi -fcall-saved-rdx -fcall-saved-rcx -fcall-saved-r8 -fcall-saved-r9 -fcall-saved-r10 -fcall-saved-r11" +# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set +CONFIG_ARCH_PHYS_ADDR_T_64BIT=y +CONFIG_ARCH_SELECT_MEMORY_MODEL=y +CONFIG_ARCH_SPARSEMEM_DEFAULT=y +# CONFIG_ASYNC_TX_DMA is not set +CONFIG_AUDIT_ARCH=y +CONFIG_BCH=m +# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set +CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y +# CONFIG_CPU_IDLE_MULTIPLE_DRIVERS is not set +CONFIG_DEFAULT_MMAP_MIN_ADDR=65536 +CONFIG_DM_RAID45=m +CONFIG_EDAC_MM_EDAC=m +CONFIG_EZX_PCAP=y +CONFIG_FB_BACKLIGHT=y +CONFIG_FB_BOOT_VESA_SUPPORT=y +CONFIG_FB_DDC=m +CONFIG_FB_SVGALIB=m +CONFIG_FB_SYS_COPYAREA=m +CONFIG_FB_SYS_FILLRECT=m +CONFIG_FB_SYS_IMAGEBLIT=m +# CONFIG_FONTS is not set +CONFIG_GPIO_GENERIC=m +CONFIG_GPIO_TWL4030=m +# CONFIG_HAVE_AOUT is not set +# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set +CONFIG_HUGETLB_PAGE=y +CONFIG_HZ=250 +CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000 +CONFIG_KSM=y +CONFIG_LIS3L02DQ=m +# CONFIG_MFD_TMIO is not set +CONFIG_MMC_BLOCK=m +CONFIG_MMC_SDHCI=m +CONFIG_MMC_SDHCI_PLTFM=m +CONFIG_MTD=m +CONFIG_MTD_BLKDEVS=m +CONFIG_MTD_BLOCK=m +CONFIG_MTD_CHAR=m +CONFIG_MTD_NAND=m +CONFIG_MTD_NAND_BCH=m +CONFIG_MTD_NAND_ECC=m +CONFIG_MTD_NAND_IDS=m +CONFIG_MTD_SM_COMMON=m +CONFIG_MUSB_PIO_ONLY=y +CONFIG_NET_CALXEDA_XGMAC=m +CONFIG_NOP_USB_XCEIV=m +CONFIG_NR_CPUS=256 +CONFIG_OUTPUT_FORMAT="elf64-x86-64" +CONFIG_PCCARD=m +CONFIG_PHYS_ADDR_T_64BIT=y +CONFIG_RCU_FANOUT=64 +CONFIG_REGMAP_MMIO=m +CONFIG_REGULATOR_FIXED_VOLTAGE=m +CONFIG_RTC_DRV_CMOS=y +CONFIG_RTC_DRV_TWL4030=m +# CONFIG_SATA_HIGHBANK is not set +CONFIG_SCHED_SMT=y +CONFIG_SCSI_SPI_ATTRS=y +CONFIG_SERIAL_8250_DMA=y +CONFIG_SND=m +CONFIG_SND_COMPRESS_OFFLOAD=m +CONFIG_SND_EMU10K1_SEQ=m +CONFIG_SND_OPL3_LIB_SEQ=m +# CONFIG_SND_OPL4_LIB_SEQ is not set +CONFIG_SND_PCM=m +# CONFIG_SND_SBAWE_SEQ is not set +CONFIG_SND_SOC=m +CONFIG_SND_SOC_I2C_AND_SPI=m +CONFIG_SND_SOC_SGTL5000=m +CONFIG_SND_SOC_TWL4030=m +CONFIG_SND_SOC_TWL6040=m +CONFIG_SND_TIMER=m +CONFIG_SOUND=m +CONFIG_SPARSEMEM_MANUAL=y +CONFIG_SPI_PXA2XX_PCI=m +# CONFIG_STANDALONE is not set +CONFIG_USB_ARCH_HAS_XHCI=y +CONFIG_USB_CHIPIDEA=m +CONFIG_USB_EHCI_HCD_PLATFORM=y +CONFIG_USB_GADGET=m +# CONFIG_USB_G_MULTI is not set +CONFIG_USB_HCD_BCMA=m +CONFIG_USB_HCD_SSB=m +CONFIG_USB_MUSB_TUSB6010=m +CONFIG_USB_OHCI_HCD_PLATFORM=y +CONFIG_USB_SUSPEND=y +CONFIG_VFIO_IOMMU_TYPE1=m +CONFIG_VGASTATE=m +CONFIG_VIRTIO=y +CONFIG_VIRTIO_BALLOON=m +CONFIG_VIRTIO_BLK=y +CONFIG_VIRTIO_MMIO=m +CONFIG_VIRTIO_NET=y +CONFIG_WAN_ROUTER=m +CONFIG_X86_MINIMUM_CPU_FAMILY=64 +CONFIG_X86_SPEEDSTEP_LIB=m +CONFIG_XEN_MAX_DOMAIN_MEMORY=500 +CONFIG_ZONE_DMA32=y +CONFIG_ZONE_DMA_FLAG=1 --- linux-lowlatency-3.8.0.orig/crypto/rng.c +++ linux-lowlatency-3.8.0/crypto/rng.c @@ -65,7 +65,7 @@ { struct crypto_report_rng rrng; - snprintf(rrng.type, CRYPTO_MAX_ALG_NAME, "%s", "rng"); + strncpy(rrng.type, "rng", sizeof(rrng.type)); rrng.seedsize = alg->cra_rng.seedsize; --- linux-lowlatency-3.8.0.orig/crypto/shash.c +++ linux-lowlatency-3.8.0/crypto/shash.c @@ -530,7 +530,8 @@ struct crypto_report_hash rhash; struct shash_alg *salg = __crypto_shash_alg(alg); - snprintf(rhash.type, CRYPTO_MAX_ALG_NAME, "%s", "shash"); + strncpy(rhash.type, "shash", sizeof(rhash.type)); + rhash.blocksize = alg->cra_blocksize; rhash.digestsize = salg->digestsize; --- linux-lowlatency-3.8.0.orig/crypto/ahash.c +++ linux-lowlatency-3.8.0/crypto/ahash.c @@ -404,7 +404,7 @@ { struct crypto_report_hash rhash; - snprintf(rhash.type, CRYPTO_MAX_ALG_NAME, "%s", "ahash"); + strncpy(rhash.type, "ahash", sizeof(rhash.type)); rhash.blocksize = alg->cra_blocksize; rhash.digestsize = __crypto_hash_alg_common(alg)->digestsize; --- linux-lowlatency-3.8.0.orig/crypto/aead.c +++ linux-lowlatency-3.8.0/crypto/aead.c @@ -117,9 +117,8 @@ struct crypto_report_aead raead; struct aead_alg *aead = &alg->cra_aead; - snprintf(raead.type, CRYPTO_MAX_ALG_NAME, "%s", "aead"); - snprintf(raead.geniv, CRYPTO_MAX_ALG_NAME, "%s", - aead->geniv ?: ""); + strncpy(raead.type, "aead", sizeof(raead.type)); + strncpy(raead.geniv, aead->geniv ?: "", sizeof(raead.geniv)); raead.blocksize = alg->cra_blocksize; raead.maxauthsize = aead->maxauthsize; @@ -203,8 +202,8 @@ struct crypto_report_aead raead; struct aead_alg *aead = &alg->cra_aead; - snprintf(raead.type, CRYPTO_MAX_ALG_NAME, "%s", "nivaead"); - snprintf(raead.geniv, CRYPTO_MAX_ALG_NAME, "%s", aead->geniv); + strncpy(raead.type, "nivaead", sizeof(raead.type)); + strncpy(raead.geniv, aead->geniv, sizeof(raead.geniv)); raead.blocksize = alg->cra_blocksize; raead.maxauthsize = aead->maxauthsize; --- linux-lowlatency-3.8.0.orig/crypto/crypto_user.c +++ linux-lowlatency-3.8.0/crypto/crypto_user.c @@ -75,7 +75,7 @@ { struct crypto_report_cipher rcipher; - snprintf(rcipher.type, CRYPTO_MAX_ALG_NAME, "%s", "cipher"); + strncpy(rcipher.type, "cipher", sizeof(rcipher.type)); rcipher.blocksize = alg->cra_blocksize; rcipher.min_keysize = alg->cra_cipher.cia_min_keysize; @@ -94,8 +94,7 @@ { struct crypto_report_comp rcomp; - snprintf(rcomp.type, CRYPTO_MAX_ALG_NAME, "%s", "compression"); - + strncpy(rcomp.type, "compression", sizeof(rcomp.type)); if (nla_put(skb, CRYPTOCFGA_REPORT_COMPRESS, sizeof(struct crypto_report_comp), &rcomp)) goto nla_put_failure; @@ -108,12 +107,14 @@ static int crypto_report_one(struct crypto_alg *alg, struct crypto_user_alg *ualg, struct sk_buff *skb) { - memcpy(&ualg->cru_name, &alg->cra_name, sizeof(ualg->cru_name)); - memcpy(&ualg->cru_driver_name, &alg->cra_driver_name, - sizeof(ualg->cru_driver_name)); - memcpy(&ualg->cru_module_name, module_name(alg->cra_module), - CRYPTO_MAX_ALG_NAME); + strncpy(ualg->cru_name, alg->cra_name, sizeof(ualg->cru_name)); + strncpy(ualg->cru_driver_name, alg->cra_driver_name, + sizeof(ualg->cru_driver_name)); + strncpy(ualg->cru_module_name, module_name(alg->cra_module), + sizeof(ualg->cru_module_name)); + ualg->cru_type = 0; + ualg->cru_mask = 0; ualg->cru_flags = alg->cra_flags; ualg->cru_refcnt = atomic_read(&alg->cra_refcnt); @@ -122,8 +123,7 @@ if (alg->cra_flags & CRYPTO_ALG_LARVAL) { struct crypto_report_larval rl; - snprintf(rl.type, CRYPTO_MAX_ALG_NAME, "%s", "larval"); - + strncpy(rl.type, "larval", sizeof(rl.type)); if (nla_put(skb, CRYPTOCFGA_REPORT_LARVAL, sizeof(struct crypto_report_larval), &rl)) goto nla_put_failure; --- linux-lowlatency-3.8.0.orig/crypto/blkcipher.c +++ linux-lowlatency-3.8.0/crypto/blkcipher.c @@ -499,9 +499,9 @@ { struct crypto_report_blkcipher rblkcipher; - snprintf(rblkcipher.type, CRYPTO_MAX_ALG_NAME, "%s", "blkcipher"); - snprintf(rblkcipher.geniv, CRYPTO_MAX_ALG_NAME, "%s", - alg->cra_blkcipher.geniv ?: ""); + strncpy(rblkcipher.type, "blkcipher", sizeof(rblkcipher.type)); + strncpy(rblkcipher.geniv, alg->cra_blkcipher.geniv ?: "", + sizeof(rblkcipher.geniv)); rblkcipher.blocksize = alg->cra_blocksize; rblkcipher.min_keysize = alg->cra_blkcipher.min_keysize; --- linux-lowlatency-3.8.0.orig/crypto/algif_skcipher.c +++ linux-lowlatency-3.8.0/crypto/algif_skcipher.c @@ -432,6 +432,7 @@ long copied = 0; lock_sock(sk); + msg->msg_namelen = 0; for (iov = msg->msg_iov, iovlen = msg->msg_iovlen; iovlen > 0; iovlen--, iov++) { unsigned long seglen = iov->iov_len; --- linux-lowlatency-3.8.0.orig/crypto/gcm.c +++ linux-lowlatency-3.8.0/crypto/gcm.c @@ -44,6 +44,7 @@ struct crypto_rfc4543_req_ctx { u8 auth_tag[16]; + u8 assocbuf[32]; struct scatterlist cipher[1]; struct scatterlist payload[2]; struct scatterlist assoc[2]; @@ -1142,9 +1143,19 @@ scatterwalk_crypto_chain(payload, dst, vdst == req->iv + 8, 2); assoclen += 8 + req->cryptlen - (enc ? 0 : authsize); - sg_init_table(assoc, 2); - sg_set_page(assoc, sg_page(req->assoc), req->assoc->length, - req->assoc->offset); + if (req->assoc->length == req->assoclen) { + sg_init_table(assoc, 2); + sg_set_page(assoc, sg_page(req->assoc), req->assoc->length, + req->assoc->offset); + } else { + BUG_ON(req->assoclen > sizeof(rctx->assocbuf)); + + scatterwalk_map_and_copy(rctx->assocbuf, req->assoc, 0, + req->assoclen, 0); + + sg_init_table(assoc, 2); + sg_set_buf(assoc, rctx->assocbuf, req->assoclen); + } scatterwalk_crypto_chain(assoc, payload, 0, 2); aead_request_set_tfm(subreq, ctx->child); --- linux-lowlatency-3.8.0.orig/crypto/pcompress.c +++ linux-lowlatency-3.8.0/crypto/pcompress.c @@ -53,8 +53,7 @@ { struct crypto_report_comp rpcomp; - snprintf(rpcomp.type, CRYPTO_MAX_ALG_NAME, "%s", "pcomp"); - + strncpy(rpcomp.type, "pcomp", sizeof(rpcomp.type)); if (nla_put(skb, CRYPTOCFGA_REPORT_COMPRESS, sizeof(struct crypto_report_comp), &rpcomp)) goto nla_put_failure; --- linux-lowlatency-3.8.0.orig/crypto/ablkcipher.c +++ linux-lowlatency-3.8.0/crypto/ablkcipher.c @@ -388,9 +388,9 @@ { struct crypto_report_blkcipher rblkcipher; - snprintf(rblkcipher.type, CRYPTO_MAX_ALG_NAME, "%s", "ablkcipher"); - snprintf(rblkcipher.geniv, CRYPTO_MAX_ALG_NAME, "%s", - alg->cra_ablkcipher.geniv ?: ""); + strncpy(rblkcipher.type, "ablkcipher", sizeof(rblkcipher.type)); + strncpy(rblkcipher.geniv, alg->cra_ablkcipher.geniv ?: "", + sizeof(rblkcipher.geniv)); rblkcipher.blocksize = alg->cra_blocksize; rblkcipher.min_keysize = alg->cra_ablkcipher.min_keysize; @@ -469,9 +469,9 @@ { struct crypto_report_blkcipher rblkcipher; - snprintf(rblkcipher.type, CRYPTO_MAX_ALG_NAME, "%s", "givcipher"); - snprintf(rblkcipher.geniv, CRYPTO_MAX_ALG_NAME, "%s", - alg->cra_ablkcipher.geniv ?: ""); + strncpy(rblkcipher.type, "givcipher", sizeof(rblkcipher.type)); + strncpy(rblkcipher.geniv, alg->cra_ablkcipher.geniv ?: "", + sizeof(rblkcipher.geniv)); rblkcipher.blocksize = alg->cra_blocksize; rblkcipher.min_keysize = alg->cra_ablkcipher.min_keysize; --- linux-lowlatency-3.8.0.orig/crypto/algif_hash.c +++ linux-lowlatency-3.8.0/crypto/algif_hash.c @@ -161,6 +161,8 @@ else if (len < ds) msg->msg_flags |= MSG_TRUNC; + msg->msg_namelen = 0; + lock_sock(sk); if (ctx->more) { ctx->more = 0; --- linux-lowlatency-3.8.0.orig/arch/m32r/include/asm/signal.h +++ linux-lowlatency-3.8.0/arch/m32r/include/asm/signal.h @@ -22,6 +22,7 @@ __sigrestore_t sa_restorer; sigset_t sa_mask; /* mask last for extensibility */ }; +#define __ARCH_HAS_SA_RESTORER struct k_sigaction { struct sigaction sa; --- linux-lowlatency-3.8.0.orig/arch/x86/Kconfig +++ linux-lowlatency-3.8.0/arch/x86/Kconfig @@ -402,6 +402,12 @@ # Following is an alphabetically sorted list of 32 bit extended platforms # Please maintain the alphabetic order if and when there are additions +config X86_LPIA + bool "LPIA-compatible" + depends on X86_32 && X86_PC + help + Choose this option if your computer is an LPIA platform. + config X86_INTEL_CE bool "CE4100 TV platform" depends on PCI @@ -1253,10 +1259,6 @@ Specify the maximum number of NUMA Nodes available on the target system. Increases memory reserved to accommodate various tables. -config HAVE_ARCH_ALLOC_REMAP - def_bool y - depends on X86_32 && NUMA - config ARCH_HAVE_MEMORY_PRESENT def_bool y depends on X86_32 && DISCONTIGMEM @@ -2285,6 +2287,8 @@ source "drivers/Kconfig" +source "ubuntu/Kconfig" + source "drivers/firmware/Kconfig" source "fs/Kconfig" --- linux-lowlatency-3.8.0.orig/arch/x86/boot/video.h +++ linux-lowlatency-3.8.0/arch/x86/boot/video.h @@ -80,7 +80,7 @@ u16 xmode_n; /* Size of unprobed mode range */ }; -#define __videocard struct card_info __attribute__((section(".videocards"))) +#define __videocard struct card_info __attribute__((used,section(".videocards"))) extern struct card_info video_cards[], video_cards_end[]; int mode_defined(u16 mode); /* video.c */ --- linux-lowlatency-3.8.0.orig/arch/x86/boot/compressed/Makefile +++ linux-lowlatency-3.8.0/arch/x86/boot/compressed/Makefile @@ -4,7 +4,7 @@ # create a compressed vmlinux image from the original vmlinux # -targets := vmlinux.lds vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 vmlinux.bin.lzma vmlinux.bin.xz vmlinux.bin.lzo head_$(BITS).o misc.o string.o cmdline.o early_serial_console.o piggy.o +targets := vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 vmlinux.bin.lzma vmlinux.bin.xz vmlinux.bin.lzo KBUILD_CFLAGS := -m$(BITS) -D__KERNEL__ $(LINUX_INCLUDE) -O2 KBUILD_CFLAGS += -fno-strict-aliasing -fPIC @@ -29,7 +29,6 @@ $(obj)/piggy.o $(obj)/eboot.o: KBUILD_CFLAGS += -fshort-wchar -mno-red-zone -$(obj)/efi_stub_$(BITS).o: KBUILD_CLFAGS += -fshort-wchar -mno-red-zone ifeq ($(CONFIG_EFI_STUB), y) VMLINUX_OBJS += $(obj)/eboot.o $(obj)/efi_stub_$(BITS).o @@ -43,7 +42,7 @@ $(obj)/vmlinux.bin: vmlinux FORCE $(call if_changed,objcopy) -targets += vmlinux.bin.all vmlinux.relocs +targets += $(patsubst $(obj)/%,%,$(VMLINUX_OBJS)) vmlinux.bin.all vmlinux.relocs CMD_RELOCS = arch/x86/tools/relocs quiet_cmd_relocs = RELOCS $@ --- linux-lowlatency-3.8.0.orig/arch/x86/boot/compressed/eboot.c +++ linux-lowlatency-3.8.0/arch/x86/boot/compressed/eboot.c @@ -19,23 +19,28 @@ static efi_system_table_t *sys_table; +static void efi_char16_printk(efi_char16_t *str) +{ + struct efi_simple_text_output_protocol *out; + + out = (struct efi_simple_text_output_protocol *)sys_table->con_out; + efi_call_phys2(out->output_string, out, str); +} + static void efi_printk(char *str) { char *s8; for (s8 = str; *s8; s8++) { - struct efi_simple_text_output_protocol *out; efi_char16_t ch[2] = { 0 }; ch[0] = *s8; - out = (struct efi_simple_text_output_protocol *)sys_table->con_out; - if (*s8 == '\n') { efi_char16_t nl[2] = { '\r', 0 }; - efi_call_phys2(out->output_string, out, nl); + efi_char16_printk(nl); } - efi_call_phys2(out->output_string, out, ch); + efi_char16_printk(ch); } } @@ -709,7 +714,12 @@ if ((u8 *)p >= (u8 *)filename_16 + sizeof(filename_16)) break; - *p++ = *str++; + if (*str == '/') { + *p++ = '\\'; + *str++; + } else { + *p++ = *str++; + } } *p = '\0'; @@ -737,7 +747,9 @@ status = efi_call_phys5(fh->open, fh, &h, filename_16, EFI_FILE_MODE_READ, (u64)0); if (status != EFI_SUCCESS) { - efi_printk("Failed to open initrd file\n"); + efi_printk("Failed to open initrd file: "); + efi_char16_printk(filename_16); + efi_printk("\n"); goto close_handles; } --- linux-lowlatency-3.8.0.orig/arch/x86/include/asm/syscall.h +++ linux-lowlatency-3.8.0/arch/x86/include/asm/syscall.h @@ -29,13 +29,13 @@ */ static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) { - return regs->orig_ax & __SYSCALL_MASK; + return regs->orig_ax; } static inline void syscall_rollback(struct task_struct *task, struct pt_regs *regs) { - regs->ax = regs->orig_ax & __SYSCALL_MASK; + regs->ax = regs->orig_ax; } static inline long syscall_get_error(struct task_struct *task, --- linux-lowlatency-3.8.0.orig/arch/x86/include/asm/paravirt_types.h +++ linux-lowlatency-3.8.0/arch/x86/include/asm/paravirt_types.h @@ -91,6 +91,7 @@ /* Set deferred update mode, used for batching operations. */ void (*enter)(void); void (*leave)(void); + void (*flush)(void); }; struct pv_time_ops { @@ -679,6 +680,7 @@ void paravirt_enter_lazy_mmu(void); void paravirt_leave_lazy_mmu(void); +void paravirt_flush_lazy_mmu(void); void _paravirt_nop(void); u32 _paravirt_ident_32(u32); --- linux-lowlatency-3.8.0.orig/arch/x86/include/asm/paravirt.h +++ linux-lowlatency-3.8.0/arch/x86/include/asm/paravirt.h @@ -703,7 +703,10 @@ PVOP_VCALL0(pv_mmu_ops.lazy_mode.leave); } -void arch_flush_lazy_mmu_mode(void); +static inline void arch_flush_lazy_mmu_mode(void) +{ + PVOP_VCALL0(pv_mmu_ops.lazy_mode.flush); +} static inline void __set_fixmap(unsigned /* enum fixed_addresses */ idx, phys_addr_t phys, pgprot_t flags) --- linux-lowlatency-3.8.0.orig/arch/x86/include/asm/mmzone_32.h +++ linux-lowlatency-3.8.0/arch/x86/include/asm/mmzone_32.h @@ -14,12 +14,6 @@ #include -extern void resume_map_numa_kva(pgd_t *pgd); - -#else /* !CONFIG_NUMA */ - -static inline void resume_map_numa_kva(pgd_t *pgd) {} - #endif /* CONFIG_NUMA */ #ifdef CONFIG_DISCONTIGMEM --- linux-lowlatency-3.8.0.orig/arch/x86/include/asm/signal.h +++ linux-lowlatency-3.8.0/arch/x86/include/asm/signal.h @@ -31,6 +31,9 @@ #include #ifndef __ASSEMBLY__ extern void do_notify_resume(struct pt_regs *, void *, __u32); + +#define __ARCH_HAS_SA_RESTORER + #ifdef __i386__ struct old_sigaction { __sighandler_t sa_handler; --- linux-lowlatency-3.8.0.orig/arch/x86/include/asm/tlb.h +++ linux-lowlatency-3.8.0/arch/x86/include/asm/tlb.h @@ -7,7 +7,7 @@ #define tlb_flush(tlb) \ { \ - if (tlb->fullmm == 0) \ + if (!tlb->fullmm && !tlb->need_flush_all) \ flush_tlb_mm_range(tlb->mm, tlb->start, tlb->end, 0UL); \ else \ flush_tlb_mm_range(tlb->mm, 0UL, TLB_FLUSH_ALL, 0UL); \ --- linux-lowlatency-3.8.0.orig/arch/x86/include/asm/dma-mapping.h +++ linux-lowlatency-3.8.0/arch/x86/include/asm/dma-mapping.h @@ -163,8 +163,6 @@ { struct dma_map_ops *ops = get_dma_ops(dev); - WARN_ON(irqs_disabled()); /* for portability */ - if (dma_release_from_coherent(dev, get_order(size), vaddr)) return; --- linux-lowlatency-3.8.0.orig/arch/x86/include/asm/kvm_host.h +++ linux-lowlatency-3.8.0/arch/x86/include/asm/kvm_host.h @@ -419,8 +419,8 @@ gpa_t time; struct pvclock_vcpu_time_info hv_clock; unsigned int hw_tsc_khz; - unsigned int time_offset; - struct page *time_page; + struct gfn_to_hva_cache pv_time; + bool pv_time_enabled; /* set guest stopped flag in pvclock flags field */ bool pvclock_set_guest_stopped_request; --- linux-lowlatency-3.8.0.orig/arch/x86/include/asm/xen/hypercall.h +++ linux-lowlatency-3.8.0/arch/x86/include/asm/xen/hypercall.h @@ -382,14 +382,14 @@ return _hypercall3(int, console_io, cmd, count, str); } -extern int __must_check HYPERVISOR_physdev_op_compat(int, void *); +extern int __must_check xen_physdev_op_compat(int, void *); static inline int HYPERVISOR_physdev_op(int cmd, void *arg) { int rc = _hypercall2(int, physdev_op, cmd, arg); if (unlikely(rc == -ENOSYS)) - rc = HYPERVISOR_physdev_op_compat(cmd, arg); + rc = xen_physdev_op_compat(cmd, arg); return rc; } --- linux-lowlatency-3.8.0.orig/arch/x86/lguest/boot.c +++ linux-lowlatency-3.8.0/arch/x86/lguest/boot.c @@ -1333,6 +1333,7 @@ pv_mmu_ops.read_cr3 = lguest_read_cr3; pv_mmu_ops.lazy_mode.enter = paravirt_enter_lazy_mmu; pv_mmu_ops.lazy_mode.leave = lguest_leave_lazy_mmu_mode; + pv_mmu_ops.lazy_mode.flush = paravirt_flush_lazy_mmu; pv_mmu_ops.pte_update = lguest_pte_update; pv_mmu_ops.pte_update_defer = lguest_pte_update; --- linux-lowlatency-3.8.0.orig/arch/x86/pci/xen.c +++ linux-lowlatency-3.8.0/arch/x86/pci/xen.c @@ -162,6 +162,9 @@ struct msi_desc *msidesc; int *v; + if (type == PCI_CAP_ID_MSI && nvec > 1) + return 1; + v = kzalloc(sizeof(int) * max(1, nvec), GFP_KERNEL); if (!v) return -ENOMEM; @@ -220,6 +223,9 @@ struct msi_desc *msidesc; struct msi_msg msg; + if (type == PCI_CAP_ID_MSI && nvec > 1) + return 1; + list_for_each_entry(msidesc, &dev->msi_list, list) { __read_msi_msg(msidesc, &msg); pirq = MSI_ADDR_EXT_DEST_ID(msg.address_hi) | @@ -263,6 +269,9 @@ int ret = 0; struct msi_desc *msidesc; + if (type == PCI_CAP_ID_MSI && nvec > 1) + return 1; + list_for_each_entry(msidesc, &dev->msi_list, list) { struct physdev_map_pirq map_irq; domid_t domid; --- linux-lowlatency-3.8.0.orig/arch/x86/mm/fault.c +++ linux-lowlatency-3.8.0/arch/x86/mm/fault.c @@ -378,10 +378,12 @@ if (pgd_none(*pgd_ref)) return -1; - if (pgd_none(*pgd)) + if (pgd_none(*pgd)) { set_pgd(pgd, *pgd_ref); - else + arch_flush_lazy_mmu_mode(); + } else { BUG_ON(pgd_page_vaddr(*pgd) != pgd_page_vaddr(*pgd_ref)); + } /* * Below here mismatches are bugs because these lower tables --- linux-lowlatency-3.8.0.orig/arch/x86/mm/init.c +++ linux-lowlatency-3.8.0/arch/x86/mm/init.c @@ -45,11 +45,15 @@ int i; unsigned long puds = 0, pmds = 0, ptes = 0, tables; unsigned long start = 0, good_end; + unsigned long pgd_extra = 0; phys_addr_t base; for (i = 0; i < nr_range; i++) { unsigned long range, extra; + if ((mr[i].end >> PGDIR_SHIFT) - (mr[i].start >> PGDIR_SHIFT)) + pgd_extra++; + range = mr[i].end - mr[i].start; puds += (range + PUD_SIZE - 1) >> PUD_SHIFT; @@ -74,6 +78,7 @@ tables = roundup(puds * sizeof(pud_t), PAGE_SIZE); tables += roundup(pmds * sizeof(pmd_t), PAGE_SIZE); tables += roundup(ptes * sizeof(pte_t), PAGE_SIZE); + tables += (pgd_extra * PAGE_SIZE); #ifdef CONFIG_X86_32 /* for fixmap */ --- linux-lowlatency-3.8.0.orig/arch/x86/mm/numa_32.c +++ linux-lowlatency-3.8.0/arch/x86/mm/numa_32.c @@ -73,167 +73,6 @@ extern unsigned long highend_pfn, highstart_pfn; -#define LARGE_PAGE_BYTES (PTRS_PER_PTE * PAGE_SIZE) - -static void *node_remap_start_vaddr[MAX_NUMNODES]; -void set_pmd_pfn(unsigned long vaddr, unsigned long pfn, pgprot_t flags); - -/* - * Remap memory allocator - */ -static unsigned long node_remap_start_pfn[MAX_NUMNODES]; -static void *node_remap_end_vaddr[MAX_NUMNODES]; -static void *node_remap_alloc_vaddr[MAX_NUMNODES]; - -/** - * alloc_remap - Allocate remapped memory - * @nid: NUMA node to allocate memory from - * @size: The size of allocation - * - * Allocate @size bytes from the remap area of NUMA node @nid. The - * size of the remap area is predetermined by init_alloc_remap() and - * only the callers considered there should call this function. For - * more info, please read the comment on top of init_alloc_remap(). - * - * The caller must be ready to handle allocation failure from this - * function and fall back to regular memory allocator in such cases. - * - * CONTEXT: - * Single CPU early boot context. - * - * RETURNS: - * Pointer to the allocated memory on success, %NULL on failure. - */ -void *alloc_remap(int nid, unsigned long size) -{ - void *allocation = node_remap_alloc_vaddr[nid]; - - size = ALIGN(size, L1_CACHE_BYTES); - - if (!allocation || (allocation + size) > node_remap_end_vaddr[nid]) - return NULL; - - node_remap_alloc_vaddr[nid] += size; - memset(allocation, 0, size); - - return allocation; -} - -#ifdef CONFIG_HIBERNATION -/** - * resume_map_numa_kva - add KVA mapping to the temporary page tables created - * during resume from hibernation - * @pgd_base - temporary resume page directory - */ -void resume_map_numa_kva(pgd_t *pgd_base) -{ - int node; - - for_each_online_node(node) { - unsigned long start_va, start_pfn, nr_pages, pfn; - - start_va = (unsigned long)node_remap_start_vaddr[node]; - start_pfn = node_remap_start_pfn[node]; - nr_pages = (node_remap_end_vaddr[node] - - node_remap_start_vaddr[node]) >> PAGE_SHIFT; - - printk(KERN_DEBUG "%s: node %d\n", __func__, node); - - for (pfn = 0; pfn < nr_pages; pfn += PTRS_PER_PTE) { - unsigned long vaddr = start_va + (pfn << PAGE_SHIFT); - pgd_t *pgd = pgd_base + pgd_index(vaddr); - pud_t *pud = pud_offset(pgd, vaddr); - pmd_t *pmd = pmd_offset(pud, vaddr); - - set_pmd(pmd, pfn_pmd(start_pfn + pfn, - PAGE_KERNEL_LARGE_EXEC)); - - printk(KERN_DEBUG "%s: %08lx -> pfn %08lx\n", - __func__, vaddr, start_pfn + pfn); - } - } -} -#endif - -/** - * init_alloc_remap - Initialize remap allocator for a NUMA node - * @nid: NUMA node to initizlie remap allocator for - * - * NUMA nodes may end up without any lowmem. As allocating pgdat and - * memmap on a different node with lowmem is inefficient, a special - * remap allocator is implemented which can be used by alloc_remap(). - * - * For each node, the amount of memory which will be necessary for - * pgdat and memmap is calculated and two memory areas of the size are - * allocated - one in the node and the other in lowmem; then, the area - * in the node is remapped to the lowmem area. - * - * As pgdat and memmap must be allocated in lowmem anyway, this - * doesn't waste lowmem address space; however, the actual lowmem - * which gets remapped over is wasted. The amount shouldn't be - * problematic on machines this feature will be used. - * - * Initialization failure isn't fatal. alloc_remap() is used - * opportunistically and the callers will fall back to other memory - * allocation mechanisms on failure. - */ -void __init init_alloc_remap(int nid, u64 start, u64 end) -{ - unsigned long start_pfn = start >> PAGE_SHIFT; - unsigned long end_pfn = end >> PAGE_SHIFT; - unsigned long size, pfn; - u64 node_pa, remap_pa; - void *remap_va; - - /* - * The acpi/srat node info can show hot-add memroy zones where - * memory could be added but not currently present. - */ - printk(KERN_DEBUG "node %d pfn: [%lx - %lx]\n", - nid, start_pfn, end_pfn); - - /* calculate the necessary space aligned to large page size */ - size = node_memmap_size_bytes(nid, start_pfn, end_pfn); - size += ALIGN(sizeof(pg_data_t), PAGE_SIZE); - size = ALIGN(size, LARGE_PAGE_BYTES); - - /* allocate node memory and the lowmem remap area */ - node_pa = memblock_find_in_range(start, end, size, LARGE_PAGE_BYTES); - if (!node_pa) { - pr_warning("remap_alloc: failed to allocate %lu bytes for node %d\n", - size, nid); - return; - } - memblock_reserve(node_pa, size); - - remap_pa = memblock_find_in_range(min_low_pfn << PAGE_SHIFT, - max_low_pfn << PAGE_SHIFT, - size, LARGE_PAGE_BYTES); - if (!remap_pa) { - pr_warning("remap_alloc: failed to allocate %lu bytes remap area for node %d\n", - size, nid); - memblock_free(node_pa, size); - return; - } - memblock_reserve(remap_pa, size); - remap_va = phys_to_virt(remap_pa); - - /* perform actual remap */ - for (pfn = 0; pfn < size >> PAGE_SHIFT; pfn += PTRS_PER_PTE) - set_pmd_pfn((unsigned long)remap_va + (pfn << PAGE_SHIFT), - (node_pa >> PAGE_SHIFT) + pfn, - PAGE_KERNEL_LARGE); - - /* initialize remap allocator parameters */ - node_remap_start_pfn[nid] = node_pa >> PAGE_SHIFT; - node_remap_start_vaddr[nid] = remap_va; - node_remap_end_vaddr[nid] = remap_va + size; - node_remap_alloc_vaddr[nid] = remap_va; - - printk(KERN_DEBUG "remap_alloc: node %d [%08llx-%08llx) -> [%p-%p)\n", - nid, node_pa, node_pa + size, remap_va, remap_va + size); -} - void __init initmem_init(void) { x86_numa_init(); --- linux-lowlatency-3.8.0.orig/arch/x86/mm/pgtable.c +++ linux-lowlatency-3.8.0/arch/x86/mm/pgtable.c @@ -58,6 +58,13 @@ void ___pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd) { paravirt_release_pmd(__pa(pmd) >> PAGE_SHIFT); + /* + * NOTE! For PAE, any changes to the top page-directory-pointer-table + * entries need a full cr3 reload to flush. + */ +#ifdef CONFIG_X86_PAE + tlb->need_flush_all = 1; +#endif tlb_remove_page(tlb, virt_to_page(pmd)); } --- linux-lowlatency-3.8.0.orig/arch/x86/mm/numa.c +++ linux-lowlatency-3.8.0/arch/x86/mm/numa.c @@ -193,7 +193,6 @@ static void __init setup_node_data(int nid, u64 start, u64 end) { const size_t nd_size = roundup(sizeof(pg_data_t), PAGE_SIZE); - bool remapped = false; u64 nd_pa; void *nd; int tnid; @@ -205,37 +204,28 @@ if (end && (end - start) < NODE_MIN_SIZE) return; - /* initialize remap allocator before aligning to ZONE_ALIGN */ - init_alloc_remap(nid, start, end); - start = roundup(start, ZONE_ALIGN); printk(KERN_INFO "Initmem setup node %d [mem %#010Lx-%#010Lx]\n", nid, start, end - 1); /* - * Allocate node data. Try remap allocator first, node-local - * memory and then any node. Never allocate in DMA zone. + * Allocate node data. Try node-local memory and then any node. + * Never allocate in DMA zone. */ - nd = alloc_remap(nid, nd_size); - if (nd) { - nd_pa = __pa(nd); - remapped = true; - } else { - nd_pa = memblock_alloc_nid(nd_size, SMP_CACHE_BYTES, nid); - if (!nd_pa) { - pr_err("Cannot find %zu bytes in node %d\n", - nd_size, nid); - return; - } - nd = __va(nd_pa); + nd_pa = memblock_alloc_nid(nd_size, SMP_CACHE_BYTES, nid); + if (!nd_pa) { + pr_err("Cannot find %zu bytes in node %d\n", + nd_size, nid); + return; } + nd = __va(nd_pa); /* report and initialize */ - printk(KERN_INFO " NODE_DATA [mem %#010Lx-%#010Lx]%s\n", - nd_pa, nd_pa + nd_size - 1, remapped ? " (remapped)" : ""); + printk(KERN_INFO " NODE_DATA [mem %#010Lx-%#010Lx]\n", + nd_pa, nd_pa + nd_size - 1); tnid = early_pfn_to_nid(nd_pa >> PAGE_SHIFT); - if (!remapped && tnid != nid) + if (tnid != nid) printk(KERN_INFO " NODE_DATA(%d) on node %d\n", nid, tnid); node_data[nid] = nd; --- linux-lowlatency-3.8.0.orig/arch/x86/mm/numa_internal.h +++ linux-lowlatency-3.8.0/arch/x86/mm/numa_internal.h @@ -21,12 +21,6 @@ void __init x86_numa_init(void); -#ifdef CONFIG_X86_64 -static inline void init_alloc_remap(int nid, u64 start, u64 end) { } -#else -void __init init_alloc_remap(int nid, u64 start, u64 end); -#endif - #ifdef CONFIG_NUMA_EMU void __init numa_emulation(struct numa_meminfo *numa_meminfo, int numa_dist_cnt); --- linux-lowlatency-3.8.0.orig/arch/x86/xen/time.c +++ linux-lowlatency-3.8.0/arch/x86/xen/time.c @@ -497,7 +497,11 @@ { int cpu = smp_processor_id(); xen_setup_runstate_info(cpu); - xen_setup_timer(cpu); + /* + * xen_setup_timer(cpu) - snprintf is bad in atomic context. Hence + * doing it xen_hvm_cpu_notify (which gets called by smp_init during + * early bootup and also during CPU hotplug events). + */ xen_setup_cpu_clockevents(); } --- linux-lowlatency-3.8.0.orig/arch/x86/xen/mmu.c +++ linux-lowlatency-3.8.0/arch/x86/xen/mmu.c @@ -2190,6 +2190,7 @@ .lazy_mode = { .enter = paravirt_enter_lazy_mmu, .leave = xen_leave_lazy_mmu, + .flush = paravirt_flush_lazy_mmu, }, .set_fixmap = xen_set_fixmap, --- linux-lowlatency-3.8.0.orig/arch/x86/xen/smp.c +++ linux-lowlatency-3.8.0/arch/x86/xen/smp.c @@ -658,6 +658,8 @@ unbind_from_irqhandler(per_cpu(xen_debug_irq, cpu), NULL); unbind_from_irqhandler(per_cpu(xen_callfuncsingle_irq, cpu), NULL); unbind_from_irqhandler(per_cpu(xen_irq_work, cpu), NULL); + xen_uninit_lock_cpu(cpu); + xen_teardown_timer(cpu); native_cpu_die(cpu); } --- linux-lowlatency-3.8.0.orig/arch/x86/xen/spinlock.c +++ linux-lowlatency-3.8.0/arch/x86/xen/spinlock.c @@ -328,7 +328,6 @@ if (per_cpu(lock_spinners, cpu) == xl) { ADD_STATS(released_slow_kicked, 1); xen_send_IPI_one(cpu, XEN_SPIN_UNLOCK_VECTOR); - break; } } } --- linux-lowlatency-3.8.0.orig/arch/x86/xen/enlighten.c +++ linux-lowlatency-3.8.0/arch/x86/xen/enlighten.c @@ -67,6 +67,7 @@ #include #include #include +#include #ifdef CONFIG_ACPI #include @@ -155,6 +156,21 @@ BUG_ON(HYPERVISOR_shared_info == &xen_dummy_shared_info); + /* + * This path is called twice on PVHVM - first during bootup via + * smp_init -> xen_hvm_cpu_notify, and then if the VCPU is being + * hotplugged: cpu_up -> xen_hvm_cpu_notify. + * As we can only do the VCPUOP_register_vcpu_info once lets + * not over-write its result. + * + * For PV it is called during restore (xen_vcpu_restore) and bootup + * (xen_setup_vcpu_info_placement). The hotplug mechanism does not + * use this function. + */ + if (xen_hvm_domain()) { + if (per_cpu(xen_vcpu, cpu) == &per_cpu(xen_vcpu_info, cpu)) + return; + } if (cpu < MAX_VIRT_CPUS) per_cpu(xen_vcpu,cpu) = &HYPERVISOR_shared_info->vcpu_info[cpu]; @@ -1417,7 +1433,14 @@ */ acpi_numa = -1; #endif - +#ifdef CONFIG_X86_PAT + /* + * For right now disable the PAT. We should remove this once + * git commit 8eaffa67b43e99ae581622c5133e20b0f48bcef1 + * (xen/pat: Disable PAT support for now) is reverted. + */ + pat_enabled = 0; +#endif /* Don't do the full vcpu_info placement stuff until we have a possible map and a non-dummy shared_info. */ per_cpu(xen_vcpu, 0) = &HYPERVISOR_shared_info->vcpu_info[0]; @@ -1581,8 +1604,11 @@ switch (action) { case CPU_UP_PREPARE: xen_vcpu_setup(cpu); - if (xen_have_vector_callback) + if (xen_have_vector_callback) { xen_init_lock_cpu(cpu); + if (xen_feature(XENFEAT_hvm_safe_pvclock)) + xen_setup_timer(cpu); + } break; default: break; --- linux-lowlatency-3.8.0.orig/arch/x86/crypto/crc32c-pcl-intel-asm_64.S +++ linux-lowlatency-3.8.0/arch/x86/crypto/crc32c-pcl-intel-asm_64.S @@ -42,6 +42,8 @@ * SOFTWARE. */ +#include + ## ISCSI CRC 32 Implementation with crc32 and pclmulqdq Instruction .macro LABEL prefix n @@ -224,10 +226,10 @@ movdqa (bufp), %xmm0 # 2 consts: K1:K2 movq crc_init, %xmm1 # CRC for block 1 - pclmulqdq $0x00,%xmm0,%xmm1 # Multiply by K2 + PCLMULQDQ 0x00,%xmm0,%xmm1 # Multiply by K2 movq crc1, %xmm2 # CRC for block 2 - pclmulqdq $0x10, %xmm0, %xmm2 # Multiply by K1 + PCLMULQDQ 0x10, %xmm0, %xmm2 # Multiply by K1 pxor %xmm2,%xmm1 movq %xmm1, %rax --- linux-lowlatency-3.8.0.orig/arch/x86/kernel/irq.c +++ linux-lowlatency-3.8.0/arch/x86/kernel/irq.c @@ -165,10 +165,6 @@ u64 arch_irq_stat(void) { u64 sum = atomic_read(&irq_err_count); - -#ifdef CONFIG_X86_IO_APIC - sum += atomic_read(&irq_mis_count); -#endif return sum; } --- linux-lowlatency-3.8.0.orig/arch/x86/kernel/pvclock.c +++ linux-lowlatency-3.8.0/arch/x86/kernel/pvclock.c @@ -185,7 +185,7 @@ for (idx = 0; idx <= (PVCLOCK_FIXMAP_END-PVCLOCK_FIXMAP_BEGIN); idx++) { __set_fixmap(PVCLOCK_FIXMAP_BEGIN + idx, - __pa_symbol(i) + (idx*PAGE_SIZE), + __pa(i) + (idx*PAGE_SIZE), PAGE_KERNEL_VVAR); } --- linux-lowlatency-3.8.0.orig/arch/x86/kernel/kvmclock.c +++ linux-lowlatency-3.8.0/arch/x86/kernel/kvmclock.c @@ -218,6 +218,9 @@ void __init kvmclock_init(void) { unsigned long mem; + int size; + + size = PAGE_ALIGN(sizeof(struct pvclock_vsyscall_time_info)*NR_CPUS); if (!kvm_para_available()) return; @@ -231,16 +234,14 @@ printk(KERN_INFO "kvm-clock: Using msrs %x and %x", msr_kvm_system_time, msr_kvm_wall_clock); - mem = memblock_alloc(sizeof(struct pvclock_vsyscall_time_info)*NR_CPUS, - PAGE_SIZE); + mem = memblock_alloc(size, PAGE_SIZE); if (!mem) return; hv_clock = __va(mem); if (kvm_register_clock("boot clock")) { hv_clock = NULL; - memblock_free(mem, - sizeof(struct pvclock_vsyscall_time_info)*NR_CPUS); + memblock_free(mem, size); return; } pv_time_ops.sched_clock = kvm_clock_read; @@ -275,7 +276,7 @@ struct pvclock_vcpu_time_info *vcpu_time; unsigned int size; - size = sizeof(struct pvclock_vsyscall_time_info)*NR_CPUS; + size = PAGE_ALIGN(sizeof(struct pvclock_vsyscall_time_info)*NR_CPUS); preempt_disable(); cpu = smp_processor_id(); --- linux-lowlatency-3.8.0.orig/arch/x86/kernel/i387.c +++ linux-lowlatency-3.8.0/arch/x86/kernel/i387.c @@ -22,23 +22,19 @@ /* * Were we in an interrupt that interrupted kernel mode? * - * For now, with eagerfpu we will return interrupted kernel FPU - * state as not-idle. TBD: Ideally we can change the return value - * to something like __thread_has_fpu(current). But we need to - * be careful of doing __thread_clear_has_fpu() before saving - * the FPU etc for supporting nested uses etc. For now, take - * the simple route! - * * On others, we can do a kernel_fpu_begin/end() pair *ONLY* if that * pair does nothing at all: the thread must not have fpu (so * that we don't try to save the FPU state), and TS must * be set (so that the clts/stts pair does nothing that is * visible in the interrupted kernel thread). + * + * Except for the eagerfpu case when we return 1 unless we've already + * been eager and saved the state in kernel_fpu_begin(). */ static inline bool interrupted_kernel_fpu_idle(void) { if (use_eager_fpu()) - return 0; + return __thread_has_fpu(current); return !__thread_has_fpu(current) && (read_cr0() & X86_CR0_TS); @@ -78,8 +74,8 @@ struct task_struct *me = current; if (__thread_has_fpu(me)) { - __save_init_fpu(me); __thread_clear_has_fpu(me); + __save_init_fpu(me); /* We do 'stts()' in __kernel_fpu_end() */ } else if (!use_eager_fpu()) { this_cpu_write(fpu_owner_task, NULL); --- linux-lowlatency-3.8.0.orig/arch/x86/kernel/paravirt.c +++ linux-lowlatency-3.8.0/arch/x86/kernel/paravirt.c @@ -263,6 +263,18 @@ leave_lazy(PARAVIRT_LAZY_MMU); } +void paravirt_flush_lazy_mmu(void) +{ + preempt_disable(); + + if (paravirt_get_lazy_mode() == PARAVIRT_LAZY_MMU) { + arch_leave_lazy_mmu_mode(); + arch_enter_lazy_mmu_mode(); + } + + preempt_enable(); +} + void paravirt_start_context_switch(struct task_struct *prev) { BUG_ON(preemptible()); @@ -292,18 +304,6 @@ return this_cpu_read(paravirt_lazy_mode); } -void arch_flush_lazy_mmu_mode(void) -{ - preempt_disable(); - - if (paravirt_get_lazy_mode() == PARAVIRT_LAZY_MMU) { - arch_leave_lazy_mmu_mode(); - arch_enter_lazy_mmu_mode(); - } - - preempt_enable(); -} - struct pv_info pv_info = { .name = "bare hardware", .paravirt_enabled = 0, @@ -475,6 +475,7 @@ .lazy_mode = { .enter = paravirt_nop, .leave = paravirt_nop, + .flush = paravirt_nop, }, .set_fixmap = native_set_fixmap, --- linux-lowlatency-3.8.0.orig/arch/x86/kernel/reboot.c +++ linux-lowlatency-3.8.0/arch/x86/kernel/reboot.c @@ -423,6 +423,14 @@ DMI_MATCH(DMI_PRODUCT_NAME, "Latitude E5420"), }, }, + { /* Handle problems with rebooting on the Latitude E6220. */ + .callback = set_pci_reboot, + .ident = "Dell Latitude E6220", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Latitude E6220"), + }, + }, { /* Handle problems with rebooting on the Latitude E6420. */ .callback = set_pci_reboot, .ident = "Dell Latitude E6420", @@ -447,6 +455,38 @@ DMI_MATCH(DMI_PRODUCT_NAME, "Precision M6600"), }, }, + { /* Handle problems with rebooting on the Latitude E6520. */ + .callback = set_pci_reboot, + .ident = "Dell Latitude E6520", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Latitude E6520"), + }, + }, + { /* Handle problems with rebooting on the OptiPlex 790. */ + .callback = set_pci_reboot, + .ident = "Dell OptiPlex 790", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "OptiPlex 790"), + }, + }, + { /* Handle problems with rebooting on the OptiPlex 990. */ + .callback = set_pci_reboot, + .ident = "Dell OptiPlex 990", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "OptiPlex 990"), + }, + }, + { /* Handle problems with rebooting on the OptiPlex 390. */ + .callback = set_pci_reboot, + .ident = "Dell OptiPlex 390", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "OptiPlex 390"), + }, + }, { } }; --- linux-lowlatency-3.8.0.orig/arch/x86/kernel/head.c +++ linux-lowlatency-3.8.0/arch/x86/kernel/head.c @@ -5,8 +5,6 @@ #include #include -#define BIOS_LOWMEM_KILOBYTES 0x413 - /* * The BIOS places the EBDA/XBDA at the top of conventional * memory, and usually decreases the reported amount of @@ -16,17 +14,30 @@ * chipset: reserve a page before VGA to prevent PCI prefetch * into it (errata #56). Usually the page is reserved anyways, * unless you have no PS/2 mouse plugged in. + * + * This functions is deliberately very conservative. Losing + * memory in the bottom megabyte is rarely a problem, as long + * as we have enough memory to install the trampoline. Using + * memory that is in use by the BIOS or by some DMA device + * the BIOS didn't shut down *is* a big problem. */ + +#define BIOS_LOWMEM_KILOBYTES 0x413 +#define LOWMEM_CAP 0x9f000U /* Absolute maximum */ +#define INSANE_CUTOFF 0x20000U /* Less than this = insane */ + void __init reserve_ebda_region(void) { unsigned int lowmem, ebda_addr; - /* To determine the position of the EBDA and the */ - /* end of conventional memory, we need to look at */ - /* the BIOS data area. In a paravirtual environment */ - /* that area is absent. We'll just have to assume */ - /* that the paravirt case can handle memory setup */ - /* correctly, without our help. */ + /* + * To determine the position of the EBDA and the + * end of conventional memory, we need to look at + * the BIOS data area. In a paravirtual environment + * that area is absent. We'll just have to assume + * that the paravirt case can handle memory setup + * correctly, without our help. + */ if (paravirt_enabled()) return; @@ -37,19 +48,23 @@ /* start of EBDA area */ ebda_addr = get_bios_ebda(); - /* Fixup: bios puts an EBDA in the top 64K segment */ - /* of conventional memory, but does not adjust lowmem. */ - if ((lowmem - ebda_addr) <= 0x10000) - lowmem = ebda_addr; - - /* Fixup: bios does not report an EBDA at all. */ - /* Some old Dells seem to need 4k anyhow (bugzilla 2990) */ - if ((ebda_addr == 0) && (lowmem >= 0x9f000)) - lowmem = 0x9f000; - - /* Paranoia: should never happen, but... */ - if ((lowmem == 0) || (lowmem >= 0x100000)) - lowmem = 0x9f000; + /* + * Note: some old Dells seem to need 4k EBDA without + * reporting so, so just consider the memory above 0x9f000 + * to be off limits (bugzilla 2990). + */ + + /* If the EBDA address is below 128K, assume it is bogus */ + if (ebda_addr < INSANE_CUTOFF) + ebda_addr = LOWMEM_CAP; + + /* If lowmem is less than 128K, assume it is bogus */ + if (lowmem < INSANE_CUTOFF) + lowmem = LOWMEM_CAP; + + /* Use the lower of the lowmem and EBDA markers as the cutoff */ + lowmem = min(lowmem, ebda_addr); + lowmem = min(lowmem, LOWMEM_CAP); /* Absolute cap */ /* reserve all memory between lowmem and the 1MB mark */ memblock_reserve(lowmem, 0x100000 - lowmem); --- linux-lowlatency-3.8.0.orig/arch/x86/kernel/cpu/perf_event_intel_ds.c +++ linux-lowlatency-3.8.0/arch/x86/kernel/cpu/perf_event_intel_ds.c @@ -729,3 +729,13 @@ } } } + +void perf_restore_debug_store(void) +{ + struct debug_store *ds = __this_cpu_read(cpu_hw_events.ds); + + if (!x86_pmu.bts && !x86_pmu.pebs) + return; + + wrmsrl(MSR_IA32_DS_AREA, (unsigned long)ds); +} --- linux-lowlatency-3.8.0.orig/arch/x86/kernel/cpu/perf_event_intel_lbr.c +++ linux-lowlatency-3.8.0/arch/x86/kernel/cpu/perf_event_intel_lbr.c @@ -310,7 +310,7 @@ * - in case there is no HW filter * - in case the HW filter has errata or limitations */ -static void intel_pmu_setup_sw_lbr_filter(struct perf_event *event) +static int intel_pmu_setup_sw_lbr_filter(struct perf_event *event) { u64 br_type = event->attr.branch_sample_type; int mask = 0; @@ -318,8 +318,11 @@ if (br_type & PERF_SAMPLE_BRANCH_USER) mask |= X86_BR_USER; - if (br_type & PERF_SAMPLE_BRANCH_KERNEL) + if (br_type & PERF_SAMPLE_BRANCH_KERNEL) { + if (perf_paranoid_kernel() && !capable(CAP_SYS_ADMIN)) + return -EACCES; mask |= X86_BR_KERNEL; + } /* we ignore BRANCH_HV here */ @@ -339,6 +342,8 @@ * be used by fixup code for some CPU */ event->hw.branch_reg.reg = mask; + + return 0; } /* @@ -386,7 +391,9 @@ /* * setup SW LBR filter */ - intel_pmu_setup_sw_lbr_filter(event); + ret = intel_pmu_setup_sw_lbr_filter(event); + if (ret) + return ret; /* * setup HW LBR filter, if any @@ -442,8 +449,18 @@ return X86_BR_NONE; addr = buf; - } else - addr = (void *)from; + } else { + /* + * The LBR logs any address in the IP, even if the IP just + * faulted. This means userspace can control the from address. + * Ensure we don't blindy read any address by validating it is + * a known text address. + */ + if (kernel_text_address(from)) + addr = (void *)from; + else + return X86_BR_NONE; + } /* * decoder needs to know the ABI especially --- linux-lowlatency-3.8.0.orig/arch/x86/kernel/cpu/perf_event_intel_uncore.c +++ linux-lowlatency-3.8.0/arch/x86/kernel/cpu/perf_event_intel_uncore.c @@ -2428,7 +2428,7 @@ static int __init uncore_type_init(struct intel_uncore_type *type) { struct intel_uncore_pmu *pmus; - struct attribute_group *events_group; + struct attribute_group *attr_group; struct attribute **attrs; int i, j; @@ -2455,19 +2455,19 @@ while (type->event_descs[i].attr.attr.name) i++; - events_group = kzalloc(sizeof(struct attribute *) * (i + 1) + - sizeof(*events_group), GFP_KERNEL); - if (!events_group) + attr_group = kzalloc(sizeof(struct attribute *) * (i + 1) + + sizeof(*attr_group), GFP_KERNEL); + if (!attr_group) goto fail; - attrs = (struct attribute **)(events_group + 1); - events_group->name = "events"; - events_group->attrs = attrs; + attrs = (struct attribute **)(attr_group + 1); + attr_group->name = "events"; + attr_group->attrs = attrs; for (j = 0; j < i; j++) attrs[j] = &type->event_descs[j].attr.attr; - type->events_group = events_group; + type->events_group = attr_group; } type->pmu_group = &uncore_pmu_attr_group; @@ -2853,6 +2853,7 @@ msr_uncores = nhm_msr_uncores; break; case 42: /* Sandy Bridge */ + case 58: /* Ivy Bridge */ if (snb_uncore_cbox.num_boxes > max_cores) snb_uncore_cbox.num_boxes = max_cores; msr_uncores = snb_msr_uncores; --- linux-lowlatency-3.8.0.orig/arch/x86/kernel/cpu/perf_event_intel.c +++ linux-lowlatency-3.8.0/arch/x86/kernel/cpu/perf_event_intel.c @@ -128,8 +128,14 @@ }; static struct extra_reg intel_snb_extra_regs[] __read_mostly = { - INTEL_EVENT_EXTRA_REG(0xb7, MSR_OFFCORE_RSP_0, 0x3fffffffffull, RSP_0), - INTEL_EVENT_EXTRA_REG(0xbb, MSR_OFFCORE_RSP_1, 0x3fffffffffull, RSP_1), + INTEL_EVENT_EXTRA_REG(0xb7, MSR_OFFCORE_RSP_0, 0x3f807f8fffull, RSP_0), + INTEL_EVENT_EXTRA_REG(0xbb, MSR_OFFCORE_RSP_1, 0x3f807f8fffull, RSP_1), + EVENT_EXTRA_END +}; + +static struct extra_reg intel_snbep_extra_regs[] __read_mostly = { + INTEL_EVENT_EXTRA_REG(0xb7, MSR_OFFCORE_RSP_0, 0x3fffff8fffull, RSP_0), + INTEL_EVENT_EXTRA_REG(0xbb, MSR_OFFCORE_RSP_1, 0x3fffff8fffull, RSP_1), EVENT_EXTRA_END }; @@ -2072,7 +2078,10 @@ x86_pmu.event_constraints = intel_snb_event_constraints; x86_pmu.pebs_constraints = intel_snb_pebs_event_constraints; x86_pmu.pebs_aliases = intel_pebs_aliases_snb; - x86_pmu.extra_regs = intel_snb_extra_regs; + if (boot_cpu_data.x86_model == 45) + x86_pmu.extra_regs = intel_snbep_extra_regs; + else + x86_pmu.extra_regs = intel_snb_extra_regs; /* all extra regs are per-cpu when HT is on */ x86_pmu.er_flags |= ERF_HAS_RSP_1; x86_pmu.er_flags |= ERF_NO_HT_SHARING; @@ -2098,7 +2107,10 @@ x86_pmu.event_constraints = intel_snb_event_constraints; x86_pmu.pebs_constraints = intel_ivb_pebs_event_constraints; x86_pmu.pebs_aliases = intel_pebs_aliases_snb; - x86_pmu.extra_regs = intel_snb_extra_regs; + if (boot_cpu_data.x86_model == 62) + x86_pmu.extra_regs = intel_snbep_extra_regs; + else + x86_pmu.extra_regs = intel_snb_extra_regs; /* all extra regs are per-cpu when HT is on */ x86_pmu.er_flags |= ERF_HAS_RSP_1; x86_pmu.er_flags |= ERF_NO_HT_SHARING; --- linux-lowlatency-3.8.0.orig/arch/x86/kernel/cpu/mshyperv.c +++ linux-lowlatency-3.8.0/arch/x86/kernel/cpu/mshyperv.c @@ -68,7 +68,8 @@ printk(KERN_INFO "HyperV: features 0x%x, hints 0x%x\n", ms_hyperv.features, ms_hyperv.hints); - clocksource_register_hz(&hyperv_cs, NSEC_PER_SEC/100); + if (ms_hyperv.features & HV_X64_MSR_TIME_REF_COUNT_AVAILABLE) + clocksource_register_hz(&hyperv_cs, NSEC_PER_SEC/100); } const __refconst struct hypervisor_x86 x86_hyper_ms_hyperv = { --- linux-lowlatency-3.8.0.orig/arch/x86/kernel/apic/ipi.c +++ linux-lowlatency-3.8.0/arch/x86/kernel/apic/ipi.c @@ -106,7 +106,7 @@ unsigned long mask = cpumask_bits(cpumask)[0]; unsigned long flags; - if (WARN_ONCE(!mask, "empty IPI mask")) + if (!mask) return; local_irq_save(flags); --- linux-lowlatency-3.8.0.orig/arch/x86/kernel/apic/apic.c +++ linux-lowlatency-3.8.0/arch/x86/kernel/apic/apic.c @@ -131,7 +131,7 @@ { if (config_enabled(CONFIG_X86_32) && !arg) force_enable_local_apic = 1; - else if (!strncmp(arg, "notscdeadline", 13)) + else if (arg && !strncmp(arg, "notscdeadline", 13)) setup_clear_cpu_cap(X86_FEATURE_TSC_DEADLINE_TIMER); return 0; } --- linux-lowlatency-3.8.0.orig/arch/x86/kvm/vmx.c +++ linux-lowlatency-3.8.0/arch/x86/kvm/vmx.c @@ -5059,6 +5059,12 @@ return 0; } + if (vcpu->arch.halt_request) { + vcpu->arch.halt_request = 0; + ret = kvm_emulate_halt(vcpu); + goto out; + } + if (signal_pending(current)) goto out; if (need_resched()) --- linux-lowlatency-3.8.0.orig/arch/x86/kvm/x86.c +++ linux-lowlatency-3.8.0/arch/x86/kvm/x86.c @@ -1408,10 +1408,9 @@ unsigned long flags, this_tsc_khz; struct kvm_vcpu_arch *vcpu = &v->arch; struct kvm_arch *ka = &v->kvm->arch; - void *shared_kaddr; s64 kernel_ns, max_kernel_ns; u64 tsc_timestamp, host_tsc; - struct pvclock_vcpu_time_info *guest_hv_clock; + struct pvclock_vcpu_time_info guest_hv_clock; u8 pvclock_flags; bool use_master_clock; @@ -1465,7 +1464,7 @@ local_irq_restore(flags); - if (!vcpu->time_page) + if (!vcpu->pv_time_enabled) return 0; /* @@ -1527,12 +1526,12 @@ */ vcpu->hv_clock.version += 2; - shared_kaddr = kmap_atomic(vcpu->time_page); - - guest_hv_clock = shared_kaddr + vcpu->time_offset; + if (unlikely(kvm_read_guest_cached(v->kvm, &vcpu->pv_time, + &guest_hv_clock, sizeof(guest_hv_clock)))) + return 0; /* retain PVCLOCK_GUEST_STOPPED if set in guest copy */ - pvclock_flags = (guest_hv_clock->flags & PVCLOCK_GUEST_STOPPED); + pvclock_flags = (guest_hv_clock.flags & PVCLOCK_GUEST_STOPPED); if (vcpu->pvclock_set_guest_stopped_request) { pvclock_flags |= PVCLOCK_GUEST_STOPPED; @@ -1545,12 +1544,9 @@ vcpu->hv_clock.flags = pvclock_flags; - memcpy(shared_kaddr + vcpu->time_offset, &vcpu->hv_clock, - sizeof(vcpu->hv_clock)); - - kunmap_atomic(shared_kaddr); - - mark_page_dirty(v->kvm, vcpu->time >> PAGE_SHIFT); + kvm_write_guest_cached(v->kvm, &vcpu->pv_time, + &vcpu->hv_clock, + sizeof(vcpu->hv_clock)); return 0; } @@ -1829,7 +1825,8 @@ return 0; } - if (kvm_gfn_to_hva_cache_init(vcpu->kvm, &vcpu->arch.apf.data, gpa)) + if (kvm_gfn_to_hva_cache_init(vcpu->kvm, &vcpu->arch.apf.data, gpa, + sizeof(u32))) return 1; vcpu->arch.apf.send_user_only = !(data & KVM_ASYNC_PF_SEND_ALWAYS); @@ -1839,10 +1836,7 @@ static void kvmclock_reset(struct kvm_vcpu *vcpu) { - if (vcpu->arch.time_page) { - kvm_release_page_dirty(vcpu->arch.time_page); - vcpu->arch.time_page = NULL; - } + vcpu->arch.pv_time_enabled = false; } static void accumulate_steal_time(struct kvm_vcpu *vcpu) @@ -1948,6 +1942,7 @@ break; case MSR_KVM_SYSTEM_TIME_NEW: case MSR_KVM_SYSTEM_TIME: { + u64 gpa_offset; kvmclock_reset(vcpu); vcpu->arch.time = data; @@ -1957,14 +1952,14 @@ if (!(data & 1)) break; - /* ...but clean it before doing the actual write */ - vcpu->arch.time_offset = data & ~(PAGE_MASK | 1); - - vcpu->arch.time_page = - gfn_to_page(vcpu->kvm, data >> PAGE_SHIFT); + gpa_offset = data & ~(PAGE_MASK | 1); - if (is_error_page(vcpu->arch.time_page)) - vcpu->arch.time_page = NULL; + if (kvm_gfn_to_hva_cache_init(vcpu->kvm, + &vcpu->arch.pv_time, data & ~1ULL, + sizeof(struct pvclock_vcpu_time_info))) + vcpu->arch.pv_time_enabled = false; + else + vcpu->arch.pv_time_enabled = true; break; } @@ -1981,7 +1976,8 @@ return 1; if (kvm_gfn_to_hva_cache_init(vcpu->kvm, &vcpu->arch.st.stime, - data & KVM_STEAL_VALID_BITS)) + data & KVM_STEAL_VALID_BITS, + sizeof(struct kvm_steal_time))) return 1; vcpu->arch.st.msr_val = data; @@ -2967,7 +2963,7 @@ */ static int kvm_set_guest_paused(struct kvm_vcpu *vcpu) { - if (!vcpu->arch.time_page) + if (!vcpu->arch.pv_time_enabled) return -EINVAL; vcpu->arch.pvclock_set_guest_stopped_request = true; kvm_make_request(KVM_REQ_CLOCK_UPDATE, vcpu); @@ -6661,6 +6657,7 @@ goto fail_free_wbinvd_dirty_mask; vcpu->arch.ia32_tsc_adjust_msr = 0x0; + vcpu->arch.pv_time_enabled = false; kvm_async_pf_hash_reset(vcpu); kvm_pmu_init(vcpu); --- linux-lowlatency-3.8.0.orig/arch/x86/kvm/emulate.c +++ linux-lowlatency-3.8.0/arch/x86/kvm/emulate.c @@ -4030,6 +4030,10 @@ break; case OpMem8: ctxt->memop.bytes = 1; + if (ctxt->memop.type == OP_REG) { + ctxt->memop.addr.reg = decode_register(ctxt, ctxt->modrm_rm, 1); + fetch_register_operand(&ctxt->memop); + } goto mem_common; case OpMem16: ctxt->memop.bytes = 2; --- linux-lowlatency-3.8.0.orig/arch/x86/kvm/lapic.c +++ linux-lowlatency-3.8.0/arch/x86/kvm/lapic.c @@ -1781,7 +1781,7 @@ if (!pv_eoi_enabled(vcpu)) return 0; return kvm_gfn_to_hva_cache_init(vcpu->kvm, &vcpu->arch.pv_eoi.data, - addr); + addr, sizeof(u8)); } void kvm_lapic_init(void) --- linux-lowlatency-3.8.0.orig/arch/x86/platform/efi/efi.c +++ linux-lowlatency-3.8.0/arch/x86/platform/efi/efi.c @@ -85,9 +85,10 @@ } EXPORT_SYMBOL(efi_enabled); +static bool disable_runtime = false; static int __init setup_noefi(char *arg) { - clear_bit(EFI_RUNTIME_SERVICES, &x86_efi_facility); + disable_runtime = true; return 0; } early_param("noefi", setup_noefi); @@ -734,7 +735,7 @@ if (!efi_is_native()) pr_info("No EFI runtime due to 32/64-bit mismatch with kernel\n"); else { - if (efi_runtime_init()) + if (disable_runtime || efi_runtime_init()) return; set_bit(EFI_RUNTIME_SERVICES, &x86_efi_facility); } --- linux-lowlatency-3.8.0.orig/arch/x86/lib/usercopy_64.c +++ linux-lowlatency-3.8.0/arch/x86/lib/usercopy_64.c @@ -74,10 +74,10 @@ char c; unsigned zero_len; - for (; len; --len) { + for (; len; --len, to++) { if (__get_user_nocheck(c, from++, sizeof(char))) break; - if (__put_user_nocheck(c, to++, sizeof(char))) + if (__put_user_nocheck(c, to, sizeof(char))) break; } --- linux-lowlatency-3.8.0.orig/arch/x86/power/cpu.c +++ linux-lowlatency-3.8.0/arch/x86/power/cpu.c @@ -11,6 +11,7 @@ #include #include #include +#include #include #include @@ -228,6 +229,7 @@ do_fpu_end(); x86_platform.restore_sched_clock_state(); mtrr_bp_restore(); + perf_restore_debug_store(); } /* Needed by apm.c */ --- linux-lowlatency-3.8.0.orig/arch/x86/power/hibernate_32.c +++ linux-lowlatency-3.8.0/arch/x86/power/hibernate_32.c @@ -129,8 +129,6 @@ } } - resume_map_numa_kva(pgd_base); - return 0; } --- linux-lowlatency-3.8.0.orig/arch/powerpc/Kconfig +++ linux-lowlatency-3.8.0/arch/powerpc/Kconfig @@ -275,6 +275,10 @@ depends on PPC_ADV_DEBUG_REGS && 44x default y +config PPC_EMULATE_SSTEP + bool + default y if KPROBES || UPROBES || XMON || HAVE_HW_BREAKPOINT + source "init/Kconfig" source "kernel/Kconfig.freezer" @@ -1006,6 +1010,8 @@ source "drivers/Kconfig" +source "ubuntu/Kconfig" + source "fs/Kconfig" source "arch/powerpc/sysdev/qe_lib/Kconfig" --- linux-lowlatency-3.8.0.orig/arch/powerpc/include/asm/eeh.h +++ linux-lowlatency-3.8.0/arch/powerpc/include/asm/eeh.h @@ -201,6 +201,7 @@ void __init eeh_addr_cache_build(void); void eeh_add_device_tree_early(struct device_node *); void eeh_add_device_tree_late(struct pci_bus *); +void eeh_add_sysfs_files(struct pci_bus *); void eeh_remove_bus_device(struct pci_dev *, int); /** @@ -240,6 +241,8 @@ static inline void eeh_add_device_tree_late(struct pci_bus *bus) { } +static inline void eeh_add_sysfs_files(struct pci_bus *bus) { } + static inline void eeh_remove_bus_device(struct pci_dev *dev, int purge_pe) { } static inline void eeh_lock(void) { } --- linux-lowlatency-3.8.0.orig/arch/powerpc/include/asm/mmu-hash64.h +++ linux-lowlatency-3.8.0/arch/powerpc/include/asm/mmu-hash64.h @@ -343,17 +343,16 @@ /* * VSID allocation (256MB segment) * - * We first generate a 38-bit "proto-VSID". For kernel addresses this - * is equal to the ESID | 1 << 37, for user addresses it is: - * (context << USER_ESID_BITS) | (esid & ((1U << USER_ESID_BITS) - 1) - * - * This splits the proto-VSID into the below range - * 0 - (2^(CONTEXT_BITS + USER_ESID_BITS) - 1) : User proto-VSID range - * 2^(CONTEXT_BITS + USER_ESID_BITS) - 2^(VSID_BITS) : Kernel proto-VSID range - * - * We also have CONTEXT_BITS + USER_ESID_BITS = VSID_BITS - 1 - * That is, we assign half of the space to user processes and half - * to the kernel. + * We first generate a 37-bit "proto-VSID". Proto-VSIDs are generated + * from mmu context id and effective segment id of the address. + * + * For user processes max context id is limited to ((1ul << 19) - 5) + * for kernel space, we use the top 4 context ids to map address as below + * NOTE: each context only support 64TB now. + * 0x7fffc - [ 0xc000000000000000 - 0xc0003fffffffffff ] + * 0x7fffd - [ 0xd000000000000000 - 0xd0003fffffffffff ] + * 0x7fffe - [ 0xe000000000000000 - 0xe0003fffffffffff ] + * 0x7ffff - [ 0xf000000000000000 - 0xf0003fffffffffff ] * * The proto-VSIDs are then scrambled into real VSIDs with the * multiplicative hash: @@ -363,41 +362,49 @@ * VSID_MULTIPLIER is prime, so in particular it is * co-prime to VSID_MODULUS, making this a 1:1 scrambling function. * Because the modulus is 2^n-1 we can compute it efficiently without - * a divide or extra multiply (see below). - * - * This scheme has several advantages over older methods: - * - * - We have VSIDs allocated for every kernel address - * (i.e. everything above 0xC000000000000000), except the very top - * segment, which simplifies several things. - * - * - We allow for USER_ESID_BITS significant bits of ESID and - * CONTEXT_BITS bits of context for user addresses. - * i.e. 64T (46 bits) of address space for up to half a million contexts. - * - * - The scramble function gives robust scattering in the hash - * table (at least based on some initial results). The previous - * method was more susceptible to pathological cases giving excessive - * hash collisions. + * a divide or extra multiply (see below). The scramble function gives + * robust scattering in the hash table (at least based on some initial + * results). + * + * We also consider VSID 0 special. We use VSID 0 for slb entries mapping + * bad address. This enables us to consolidate bad address handling in + * hash_page. + * + * We also need to avoid the last segment of the last context, because that + * would give a protovsid of 0x1fffffffff. That will result in a VSID 0 + * because of the modulo operation in vsid scramble. But the vmemmap + * (which is what uses region 0xf) will never be close to 64TB in size + * (it's 56 bytes per page of system memory). + */ + +#define CONTEXT_BITS 19 +#define ESID_BITS 18 +#define ESID_BITS_1T 6 + +/* + * 256MB segment + * The proto-VSID space has 2^(CONTEX_BITS + ESID_BITS) - 1 segments + * available for user + kernel mapping. The top 4 contexts are used for + * kernel mapping. Each segment contains 2^28 bytes. Each + * context maps 2^46 bytes (64TB) so we can support 2^19-1 contexts + * (19 == 37 + 28 - 46). */ +#define MAX_USER_CONTEXT ((ASM_CONST(1) << CONTEXT_BITS) - 5) /* * This should be computed such that protovosid * vsid_mulitplier * doesn't overflow 64 bits. It should also be co-prime to vsid_modulus */ #define VSID_MULTIPLIER_256M ASM_CONST(12538073) /* 24-bit prime */ -#define VSID_BITS_256M 38 +#define VSID_BITS_256M (CONTEXT_BITS + ESID_BITS) #define VSID_MODULUS_256M ((1UL<= \ * 2^36-1, then r3+1 has the 2^36 bit set. So, if r3+1 has \ * the bit clear, r3 already has the answer we want, if it \ @@ -513,34 +521,6 @@ }) #endif /* 1 */ -/* - * This is only valid for addresses >= PAGE_OFFSET - * The proto-VSID space is divided into two class - * User: 0 to 2^(CONTEXT_BITS + USER_ESID_BITS) -1 - * kernel: 2^(CONTEXT_BITS + USER_ESID_BITS) to 2^(VSID_BITS) - 1 - * - * With KERNEL_START at 0xc000000000000000, the proto vsid for - * the kernel ends up with 0xc00000000 (36 bits). With 64TB - * support we need to have kernel proto-VSID in the - * [2^37 to 2^38 - 1] range due to the increased USER_ESID_BITS. - */ -static inline unsigned long get_kernel_vsid(unsigned long ea, int ssize) -{ - unsigned long proto_vsid; - /* - * We need to make sure proto_vsid for the kernel is - * >= 2^(CONTEXT_BITS + USER_ESID_BITS[_1T]) - */ - if (ssize == MMU_SEGSIZE_256M) { - proto_vsid = ea >> SID_SHIFT; - proto_vsid |= (1UL << (CONTEXT_BITS + USER_ESID_BITS)); - return vsid_scramble(proto_vsid, 256M); - } - proto_vsid = ea >> SID_SHIFT_1T; - proto_vsid |= (1UL << (CONTEXT_BITS + USER_ESID_BITS_1T)); - return vsid_scramble(proto_vsid, 1T); -} - /* Returns the segment size indicator for a user address */ static inline int user_segment_size(unsigned long addr) { @@ -550,17 +530,41 @@ return MMU_SEGSIZE_256M; } -/* This is only valid for user addresses (which are below 2^44) */ static inline unsigned long get_vsid(unsigned long context, unsigned long ea, int ssize) { + /* + * Bad address. We return VSID 0 for that + */ + if ((ea & ~REGION_MASK) >= PGTABLE_RANGE) + return 0; + if (ssize == MMU_SEGSIZE_256M) - return vsid_scramble((context << USER_ESID_BITS) + return vsid_scramble((context << ESID_BITS) | (ea >> SID_SHIFT), 256M); - return vsid_scramble((context << USER_ESID_BITS_1T) + return vsid_scramble((context << ESID_BITS_1T) | (ea >> SID_SHIFT_1T), 1T); } +/* + * This is only valid for addresses >= PAGE_OFFSET + * + * For kernel space, we use the top 4 context ids to map address as below + * 0x7fffc - [ 0xc000000000000000 - 0xc0003fffffffffff ] + * 0x7fffd - [ 0xd000000000000000 - 0xd0003fffffffffff ] + * 0x7fffe - [ 0xe000000000000000 - 0xe0003fffffffffff ] + * 0x7ffff - [ 0xf000000000000000 - 0xf0003fffffffffff ] + */ +static inline unsigned long get_kernel_vsid(unsigned long ea, int ssize) +{ + unsigned long context; + + /* + * kernel take the top 4 context from the available range + */ + context = (MAX_USER_CONTEXT) + ((ea >> 60) - 0xc) + 1; + return get_vsid(context, ea, ssize); +} #endif /* __ASSEMBLY__ */ #endif /* _ASM_POWERPC_MMU_HASH64_H_ */ --- linux-lowlatency-3.8.0.orig/arch/powerpc/include/asm/rtas.h +++ linux-lowlatency-3.8.0/arch/powerpc/include/asm/rtas.h @@ -262,6 +262,8 @@ extern void rtas_initialize(void); extern int rtas_suspend_cpu(struct rtas_suspend_me_data *data); extern int rtas_suspend_last_cpu(struct rtas_suspend_me_data *data); +extern int rtas_online_cpus_mask(cpumask_var_t cpus); +extern int rtas_offline_cpus_mask(cpumask_var_t cpus); extern int rtas_ibm_suspend_me(struct rtas_args *); struct rtc_time; --- linux-lowlatency-3.8.0.orig/arch/powerpc/include/asm/ppc-opcode.h +++ linux-lowlatency-3.8.0/arch/powerpc/include/asm/ppc-opcode.h @@ -112,6 +112,10 @@ #define PPC_INST_MFSPR_DSCR_MASK 0xfc1fffff #define PPC_INST_MTSPR_DSCR 0x7c1103a6 #define PPC_INST_MTSPR_DSCR_MASK 0xfc1fffff +#define PPC_INST_MFSPR_DSCR_USER 0x7c0302a6 +#define PPC_INST_MFSPR_DSCR_USER_MASK 0xfc1fffff +#define PPC_INST_MTSPR_DSCR_USER 0x7c0303a6 +#define PPC_INST_MTSPR_DSCR_USER_MASK 0xfc1fffff #define PPC_INST_SLBFEE 0x7c0007a7 #define PPC_INST_STRING 0x7c00042a --- linux-lowlatency-3.8.0.orig/arch/powerpc/include/asm/signal.h +++ linux-lowlatency-3.8.0/arch/powerpc/include/asm/signal.h @@ -1,6 +1,7 @@ #ifndef _ASM_POWERPC_SIGNAL_H #define _ASM_POWERPC_SIGNAL_H +#define __ARCH_HAS_SA_RESTORER #include #endif /* _ASM_POWERPC_SIGNAL_H */ --- linux-lowlatency-3.8.0.orig/arch/powerpc/mm/tlb_hash64.c +++ linux-lowlatency-3.8.0/arch/powerpc/mm/tlb_hash64.c @@ -82,11 +82,11 @@ if (!is_kernel_addr(addr)) { ssize = user_segment_size(addr); vsid = get_vsid(mm->context.id, addr, ssize); - WARN_ON(vsid == 0); } else { vsid = get_kernel_vsid(addr, mmu_kernel_ssize); ssize = mmu_kernel_ssize; } + WARN_ON(vsid == 0); vpn = hpt_vpn(addr, vsid, ssize); rpte = __real_pte(__pte(pte), ptep); --- linux-lowlatency-3.8.0.orig/arch/powerpc/mm/pgtable_64.c +++ linux-lowlatency-3.8.0/arch/powerpc/mm/pgtable_64.c @@ -61,7 +61,7 @@ #endif #ifdef CONFIG_PPC_STD_MMU_64 -#if TASK_SIZE_USER64 > (1UL << (USER_ESID_BITS + SID_SHIFT)) +#if TASK_SIZE_USER64 > (1UL << (ESID_BITS + SID_SHIFT)) #error TASK_SIZE_USER64 exceeds user VSID range #endif #endif --- linux-lowlatency-3.8.0.orig/arch/powerpc/mm/hash_utils_64.c +++ linux-lowlatency-3.8.0/arch/powerpc/mm/hash_utils_64.c @@ -194,6 +194,11 @@ unsigned long vpn = hpt_vpn(vaddr, vsid, ssize); unsigned long tprot = prot; + /* + * If we hit a bad address return error. + */ + if (!vsid) + return -1; /* Make kernel text executable */ if (overlaps_kernel_text(vaddr, vaddr + step)) tprot &= ~HPTE_R_N; @@ -758,6 +763,8 @@ /* Initialize stab / SLB management */ if (mmu_has_feature(MMU_FTR_SLB)) slb_initialize(); + else + stab_initialize(get_paca()->stab_real); } #ifdef CONFIG_SMP @@ -921,11 +928,6 @@ DBG_LOW("hash_page(ea=%016lx, access=%lx, trap=%lx\n", ea, access, trap); - if ((ea & ~REGION_MASK) >= PGTABLE_RANGE) { - DBG_LOW(" out of pgtable range !\n"); - return 1; - } - /* Get region & vsid */ switch (REGION_ID(ea)) { case USER_REGION_ID: @@ -956,6 +958,11 @@ } DBG_LOW(" mm=%p, mm->pgdir=%p, vsid=%016lx\n", mm, mm->pgd, vsid); + /* Bad address. */ + if (!vsid) { + DBG_LOW("Bad address!\n"); + return 1; + } /* Get pgdir */ pgdir = mm->pgd; if (pgdir == NULL) @@ -1125,6 +1132,8 @@ /* Get VSID */ ssize = user_segment_size(ea); vsid = get_vsid(mm->context.id, ea, ssize); + if (!vsid) + return; /* Hash doesn't like irqs */ local_irq_save(flags); @@ -1217,6 +1226,9 @@ hash = hpt_hash(vpn, PAGE_SHIFT, mmu_kernel_ssize); hpteg = ((hash & htab_hash_mask) * HPTES_PER_GROUP); + /* Don't create HPTE entries for bad address */ + if (!vsid) + return; ret = ppc_md.hpte_insert(hpteg, vpn, __pa(vaddr), mode, HPTE_V_BOLTED, mmu_linear_psize, mmu_kernel_ssize); --- linux-lowlatency-3.8.0.orig/arch/powerpc/mm/mmu_context_hash64.c +++ linux-lowlatency-3.8.0/arch/powerpc/mm/mmu_context_hash64.c @@ -29,15 +29,6 @@ static DEFINE_SPINLOCK(mmu_context_lock); static DEFINE_IDA(mmu_context_ida); -/* - * 256MB segment - * The proto-VSID space has 2^(CONTEX_BITS + USER_ESID_BITS) - 1 segments - * available for user mappings. Each segment contains 2^28 bytes. Each - * context maps 2^46 bytes (64TB) so we can support 2^19-1 contexts - * (19 == 37 + 28 - 46). - */ -#define MAX_CONTEXT ((1UL << CONTEXT_BITS) - 1) - int __init_new_context(void) { int index; @@ -56,7 +47,7 @@ else if (err) return err; - if (index > MAX_CONTEXT) { + if (index > MAX_USER_CONTEXT) { spin_lock(&mmu_context_lock); ida_remove(&mmu_context_ida, index); spin_unlock(&mmu_context_lock); --- linux-lowlatency-3.8.0.orig/arch/powerpc/mm/slb_low.S +++ linux-lowlatency-3.8.0/arch/powerpc/mm/slb_low.S @@ -31,10 +31,15 @@ * No other registers are examined or changed. */ _GLOBAL(slb_allocate_realmode) - /* r3 = faulting address */ + /* + * check for bad kernel/user address + * (ea & ~REGION_MASK) >= PGTABLE_RANGE + */ + rldicr. r9,r3,4,(63 - 46 - 4) + bne- 8f srdi r9,r3,60 /* get region */ - srdi r10,r3,28 /* get esid */ + srdi r10,r3,SID_SHIFT /* get esid */ cmpldi cr7,r9,0xc /* cmp PAGE_OFFSET for later use */ /* r3 = address, r10 = esid, cr7 = <> PAGE_OFFSET */ @@ -56,12 +61,14 @@ */ _GLOBAL(slb_miss_kernel_load_linear) li r11,0 - li r9,0x1 /* - * for 1T we shift 12 bits more. slb_finish_load_1T will do - * the necessary adjustment + * context = (MAX_USER_CONTEXT) + ((ea >> 60) - 0xc) + 1 + * r9 = region id. */ - rldimi r10,r9,(CONTEXT_BITS + USER_ESID_BITS),0 + addis r9,r9,(MAX_USER_CONTEXT - 0xc + 1)@ha + addi r9,r9,(MAX_USER_CONTEXT - 0xc + 1)@l + + BEGIN_FTR_SECTION b slb_finish_load END_MMU_FTR_SECTION_IFCLR(MMU_FTR_1T_SEGMENT) @@ -91,24 +98,19 @@ _GLOBAL(slb_miss_kernel_load_io) li r11,0 6: - li r9,0x1 /* - * for 1T we shift 12 bits more. slb_finish_load_1T will do - * the necessary adjustment + * context = (MAX_USER_CONTEXT) + ((ea >> 60) - 0xc) + 1 + * r9 = region id. */ - rldimi r10,r9,(CONTEXT_BITS + USER_ESID_BITS),0 + addis r9,r9,(MAX_USER_CONTEXT - 0xc + 1)@ha + addi r9,r9,(MAX_USER_CONTEXT - 0xc + 1)@l + BEGIN_FTR_SECTION b slb_finish_load END_MMU_FTR_SECTION_IFCLR(MMU_FTR_1T_SEGMENT) b slb_finish_load_1T -0: /* user address: proto-VSID = context << 15 | ESID. First check - * if the address is within the boundaries of the user region - */ - srdi. r9,r10,USER_ESID_BITS - bne- 8f /* invalid ea bits set */ - - +0: /* when using slices, we extract the psize off the slice bitmaps * and then we need to get the sllp encoding off the mmu_psize_defs * array. @@ -164,15 +166,13 @@ ld r9,PACACONTEXTID(r13) BEGIN_FTR_SECTION cmpldi r10,0x1000 -END_MMU_FTR_SECTION_IFSET(MMU_FTR_1T_SEGMENT) - rldimi r10,r9,USER_ESID_BITS,0 -BEGIN_FTR_SECTION bge slb_finish_load_1T END_MMU_FTR_SECTION_IFSET(MMU_FTR_1T_SEGMENT) b slb_finish_load 8: /* invalid EA */ li r10,0 /* BAD_VSID */ + li r9,0 /* BAD_VSID */ li r11,SLB_VSID_USER /* flags don't much matter */ b slb_finish_load @@ -221,8 +221,6 @@ /* get context to calculate proto-VSID */ ld r9,PACACONTEXTID(r13) - rldimi r10,r9,USER_ESID_BITS,0 - /* fall through slb_finish_load */ #endif /* __DISABLED__ */ @@ -231,9 +229,10 @@ /* * Finish loading of an SLB entry and return * - * r3 = EA, r10 = proto-VSID, r11 = flags, clobbers r9, cr7 = <> PAGE_OFFSET + * r3 = EA, r9 = context, r10 = ESID, r11 = flags, clobbers r9, cr7 = <> PAGE_OFFSET */ slb_finish_load: + rldimi r10,r9,ESID_BITS,0 ASM_VSID_SCRAMBLE(r10,r9,256M) /* * bits above VSID_BITS_256M need to be ignored from r10 @@ -298,10 +297,11 @@ /* * Finish loading of a 1T SLB entry (for the kernel linear mapping) and return. * - * r3 = EA, r10 = proto-VSID, r11 = flags, clobbers r9 + * r3 = EA, r9 = context, r10 = ESID(256MB), r11 = flags, clobbers r9 */ slb_finish_load_1T: - srdi r10,r10,40-28 /* get 1T ESID */ + srdi r10,r10,(SID_SHIFT_1T - SID_SHIFT) /* get 1T ESID */ + rldimi r10,r9,ESID_BITS_1T,0 ASM_VSID_SCRAMBLE(r10,r9,1T) /* * bits above VSID_BITS_1T need to be ignored from r10 --- linux-lowlatency-3.8.0.orig/arch/powerpc/mm/numa.c +++ linux-lowlatency-3.8.0/arch/powerpc/mm/numa.c @@ -201,7 +201,7 @@ int distance = LOCAL_DISTANCE; if (!form1_affinity) - return distance; + return ((a == b) ? LOCAL_DISTANCE : REMOTE_DISTANCE); for (i = 0; i < distance_ref_points_depth; i++) { if (distance_lookup_table[a][i] == distance_lookup_table[b][i]) --- linux-lowlatency-3.8.0.orig/arch/powerpc/platforms/pseries/Kconfig +++ linux-lowlatency-3.8.0/arch/powerpc/platforms/pseries/Kconfig @@ -17,6 +17,8 @@ select PPC_NATIVE select PPC_PCI_CHOICE if EXPERT select ZLIB_DEFLATE + select HOTPLUG if SMP + select HOTPLUG_CPU if SMP default y config PPC_SPLPAR --- linux-lowlatency-3.8.0.orig/arch/powerpc/platforms/pseries/lpar.c +++ linux-lowlatency-3.8.0/arch/powerpc/platforms/pseries/lpar.c @@ -186,7 +186,13 @@ (0x1UL << 4), &dummy1, &dummy2); if (lpar_rc == H_SUCCESS) return i; - BUG_ON(lpar_rc != H_NOT_FOUND); + + /* + * The test for adjunct partition is performed before the + * ANDCOND test. H_RESOURCE may be returned, so we need to + * check for that as well. + */ + BUG_ON(lpar_rc != H_NOT_FOUND && lpar_rc != H_RESOURCE); slot_offset++; slot_offset &= 0x7; --- linux-lowlatency-3.8.0.orig/arch/powerpc/platforms/pseries/suspend.c +++ linux-lowlatency-3.8.0/arch/powerpc/platforms/pseries/suspend.c @@ -16,6 +16,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include #include #include #include @@ -126,11 +127,15 @@ struct device_attribute *attr, const char *buf, size_t count) { + cpumask_var_t offline_mask; int rc; if (!capable(CAP_SYS_ADMIN)) return -EPERM; + if (!alloc_cpumask_var(&offline_mask, GFP_TEMPORARY)) + return -ENOMEM; + stream_id = simple_strtoul(buf, NULL, 16); do { @@ -140,15 +145,32 @@ } while (rc == -EAGAIN); if (!rc) { + /* All present CPUs must be online */ + cpumask_andnot(offline_mask, cpu_present_mask, + cpu_online_mask); + rc = rtas_online_cpus_mask(offline_mask); + if (rc) { + pr_err("%s: Could not bring present CPUs online.\n", + __func__); + goto out; + } + stop_topology_update(); rc = pm_suspend(PM_SUSPEND_MEM); start_topology_update(); + + /* Take down CPUs not online prior to suspend */ + if (!rtas_offline_cpus_mask(offline_mask)) + pr_warn("%s: Could not restore CPUs to offline " + "state.\n", __func__); } stream_id = 0; if (!rc) rc = count; +out: + free_cpumask_var(offline_mask); return rc; } --- linux-lowlatency-3.8.0.orig/arch/powerpc/platforms/pseries/eeh.c +++ linux-lowlatency-3.8.0/arch/powerpc/platforms/pseries/eeh.c @@ -788,7 +788,6 @@ dev->dev.archdata.edev = edev; eeh_addr_cache_insert_dev(dev); - eeh_sysfs_add_device(dev); } /** @@ -815,6 +814,29 @@ EXPORT_SYMBOL_GPL(eeh_add_device_tree_late); /** + * eeh_add_sysfs_files - Add EEH sysfs files for the indicated PCI bus + * @bus: PCI bus + * + * This routine must be used to add EEH sysfs files for PCI + * devices which are attached to the indicated PCI bus. The PCI bus + * is added after system boot through hotplug or dlpar. + */ +void eeh_add_sysfs_files(struct pci_bus *bus) +{ + struct pci_dev *dev; + + list_for_each_entry(dev, &bus->devices, bus_list) { + eeh_sysfs_add_device(dev); + if (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE) { + struct pci_bus *subbus = dev->subordinate; + if (subbus) + eeh_add_sysfs_files(subbus); + } + } +} +EXPORT_SYMBOL_GPL(eeh_add_sysfs_files); + +/** * eeh_remove_device - Undo EEH setup for the indicated pci device * @dev: pci device to be removed * @purge_pe: remove the PE or not --- linux-lowlatency-3.8.0.orig/arch/powerpc/platforms/cell/spufs/inode.c +++ linux-lowlatency-3.8.0/arch/powerpc/platforms/cell/spufs/inode.c @@ -99,6 +99,7 @@ if (!inode) goto out; + inode->i_ino = get_next_ino(); inode->i_mode = mode; inode->i_uid = current_fsuid(); inode->i_gid = current_fsgid(); --- linux-lowlatency-3.8.0.orig/arch/powerpc/kernel/entry_32.S +++ linux-lowlatency-3.8.0/arch/powerpc/kernel/entry_32.S @@ -851,7 +851,7 @@ /* check current_thread_info, _TIF_EMULATE_STACK_STORE */ CURRENT_THREAD_INFO(r9, r1) lwz r8,TI_FLAGS(r9) - andis. r8,r8,_TIF_EMULATE_STACK_STORE@h + andis. r0,r8,_TIF_EMULATE_STACK_STORE@h beq+ 1f addi r8,r1,INT_FRAME_SIZE /* Get the kprobed function entry */ --- linux-lowlatency-3.8.0.orig/arch/powerpc/kernel/machine_kexec_64.c +++ linux-lowlatency-3.8.0/arch/powerpc/kernel/machine_kexec_64.c @@ -17,6 +17,7 @@ #include #include #include +#include #include #include @@ -162,6 +163,8 @@ static void kexec_smp_down(void *arg) { local_irq_disable(); + hard_irq_disable(); + mb(); /* make sure our irqs are disabled before we say they are */ get_paca()->kexec_state = KEXEC_STATE_IRQS_OFF; while(kexec_all_irq_disabled == 0) @@ -244,6 +247,8 @@ wake_offline_cpus(); smp_call_function(kexec_smp_down, NULL, /* wait */0); local_irq_disable(); + hard_irq_disable(); + mb(); /* make sure IRQs are disabled before we say they are */ get_paca()->kexec_state = KEXEC_STATE_IRQS_OFF; @@ -281,6 +286,7 @@ if (ppc_md.kexec_cpu_down) ppc_md.kexec_cpu_down(0, 0); local_irq_disable(); + hard_irq_disable(); } #endif /* SMP */ @@ -330,10 +336,13 @@ pr_debug("kexec: Starting switchover sequence.\n"); /* switch to a staticly allocated stack. Based on irq stack code. + * We setup preempt_count to avoid using VMX in memcpy. * XXX: the task struct will likely be invalid once we do the copy! */ kexec_stack.thread_info.task = current_thread_info()->task; kexec_stack.thread_info.flags = 0; + kexec_stack.thread_info.preempt_count = HARDIRQ_OFFSET; + kexec_stack.thread_info.cpu = current_thread_info()->cpu; /* We need a static PACA, too; copy this CPU's PACA over and switch to * it. Also poison per_cpu_offset to catch anyone using non-static --- linux-lowlatency-3.8.0.orig/arch/powerpc/kernel/of_platform.c +++ linux-lowlatency-3.8.0/arch/powerpc/kernel/of_platform.c @@ -95,6 +95,9 @@ /* Add probed PCI devices to the device model */ pci_bus_add_devices(phb->bus); + /* sysfs files should only be added after devices are added */ + eeh_add_sysfs_files(phb->bus); + return 0; } --- linux-lowlatency-3.8.0.orig/arch/powerpc/kernel/setup_64.c +++ linux-lowlatency-3.8.0/arch/powerpc/kernel/setup_64.c @@ -156,6 +156,15 @@ #define check_smt_enabled() #endif /* CONFIG_SMP */ +/** Fix up paca fields required for the boot cpu */ +static void fixup_boot_paca(void) +{ + /* The boot cpu is started */ + get_paca()->cpu_start = 1; + /* Allow percpu accesses to work until we setup percpu data */ + get_paca()->data_offset = 0; +} + /* * Early initialization entry point. This is called by head.S * with MMU translation disabled. We rely on the "feature" of @@ -185,6 +194,7 @@ /* Assume we're on cpu 0 for now. Don't write to the paca yet! */ initialise_paca(&boot_paca, 0); setup_paca(&boot_paca); + fixup_boot_paca(); /* Initialize lockdep early or else spinlocks will blow */ lockdep_init(); @@ -205,11 +215,7 @@ /* Now we know the logical id of our boot cpu, setup the paca. */ setup_paca(&paca[boot_cpuid]); - - /* Fix up paca fields required for the boot cpu */ - get_paca()->cpu_start = 1; - /* Allow percpu accesses to "work" until we setup percpu data */ - get_paca()->data_offset = 0; + fixup_boot_paca(); /* Probe the machine type */ probe_machine(); --- linux-lowlatency-3.8.0.orig/arch/powerpc/kernel/cpu_setup_power.S +++ linux-lowlatency-3.8.0/arch/powerpc/kernel/cpu_setup_power.S @@ -64,6 +64,7 @@ mflr r11 mfmsr r3 rldicl. r0,r3,4,63 + mtlr r11 beqlr li r0,0 mtspr SPRN_LPID,r0 --- linux-lowlatency-3.8.0.orig/arch/powerpc/kernel/rtas.c +++ linux-lowlatency-3.8.0/arch/powerpc/kernel/rtas.c @@ -19,6 +19,7 @@ #include #include #include +#include #include #include #include @@ -807,6 +808,95 @@ __rtas_suspend_cpu((struct rtas_suspend_me_data *)info, 1); } +enum rtas_cpu_state { + DOWN, + UP, +}; + +#ifndef CONFIG_SMP +static int rtas_cpu_state_change_mask(enum rtas_cpu_state state, + cpumask_var_t cpus) +{ + if (!cpumask_empty(cpus)) { + cpumask_clear(cpus); + return -EINVAL; + } else + return 0; +} +#else +/* On return cpumask will be altered to indicate CPUs changed. + * CPUs with states changed will be set in the mask, + * CPUs with status unchanged will be unset in the mask. */ +static int rtas_cpu_state_change_mask(enum rtas_cpu_state state, + cpumask_var_t cpus) +{ + int cpu; + int cpuret = 0; + int ret = 0; + + if (cpumask_empty(cpus)) + return 0; + + for_each_cpu(cpu, cpus) { + switch (state) { + case DOWN: + cpuret = cpu_down(cpu); + break; + case UP: + cpuret = cpu_up(cpu); + break; + } + if (cpuret) { + pr_debug("%s: cpu_%s for cpu#%d returned %d.\n", + __func__, + ((state == UP) ? "up" : "down"), + cpu, cpuret); + if (!ret) + ret = cpuret; + if (state == UP) { + /* clear bits for unchanged cpus, return */ + cpumask_shift_right(cpus, cpus, cpu); + cpumask_shift_left(cpus, cpus, cpu); + break; + } else { + /* clear bit for unchanged cpu, continue */ + cpumask_clear_cpu(cpu, cpus); + } + } + } + + return ret; +} +#endif + +int rtas_online_cpus_mask(cpumask_var_t cpus) +{ + int ret; + + ret = rtas_cpu_state_change_mask(UP, cpus); + + if (ret) { + cpumask_var_t tmp_mask; + + if (!alloc_cpumask_var(&tmp_mask, GFP_TEMPORARY)) + return ret; + + /* Use tmp_mask to preserve cpus mask from first failure */ + cpumask_copy(tmp_mask, cpus); + rtas_offline_cpus_mask(tmp_mask); + free_cpumask_var(tmp_mask); + } + + return ret; +} +EXPORT_SYMBOL(rtas_online_cpus_mask); + +int rtas_offline_cpus_mask(cpumask_var_t cpus) +{ + return rtas_cpu_state_change_mask(DOWN, cpus); +} +EXPORT_SYMBOL(rtas_offline_cpus_mask); + int rtas_ibm_suspend_me(struct rtas_args *args) { long state; @@ -814,6 +904,8 @@ unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; struct rtas_suspend_me_data data; DECLARE_COMPLETION_ONSTACK(done); + cpumask_var_t offline_mask; + int cpuret; if (!rtas_service_present("ibm,suspend-me")) return -ENOSYS; @@ -837,11 +929,24 @@ return 0; } + if (!alloc_cpumask_var(&offline_mask, GFP_TEMPORARY)) + return -ENOMEM; + atomic_set(&data.working, 0); atomic_set(&data.done, 0); atomic_set(&data.error, 0); data.token = rtas_token("ibm,suspend-me"); data.complete = &done; + + /* All present CPUs must be online */ + cpumask_andnot(offline_mask, cpu_present_mask, cpu_online_mask); + cpuret = rtas_online_cpus_mask(offline_mask); + if (cpuret) { + pr_err("%s: Could not bring present CPUs online.\n", __func__); + atomic_set(&data.error, cpuret); + goto out; + } + stop_topology_update(); /* Call function on all CPUs. One of us will make the @@ -857,6 +962,14 @@ start_topology_update(); + /* Take down CPUs not online prior to suspend */ + cpuret = rtas_offline_cpus_mask(offline_mask); + if (cpuret) + pr_warn("%s: Could not restore CPUs to offline state.\n", + __func__); + +out: + free_cpumask_var(offline_mask); return atomic_read(&data.error); } #else /* CONFIG_PPC_PSERIES */ --- linux-lowlatency-3.8.0.orig/arch/powerpc/kernel/cputable.c +++ linux-lowlatency-3.8.0/arch/powerpc/kernel/cputable.c @@ -275,7 +275,7 @@ .cpu_features = CPU_FTRS_PPC970, .cpu_user_features = COMMON_USER_POWER4 | PPC_FEATURE_HAS_ALTIVEC_COMP, - .mmu_features = MMU_FTR_HPTE_TABLE, + .mmu_features = MMU_FTRS_PPC970, .icache_bsize = 128, .dcache_bsize = 128, .num_pmcs = 8, --- linux-lowlatency-3.8.0.orig/arch/powerpc/kernel/entry_64.S +++ linux-lowlatency-3.8.0/arch/powerpc/kernel/entry_64.S @@ -634,7 +634,7 @@ /* Clear _TIF_EMULATE_STACK_STORE flag */ lis r11,_TIF_EMULATE_STACK_STORE@h addi r5,r9,TI_FLAGS - ldarx r4,0,r5 +0: ldarx r4,0,r5 andc r4,r4,r11 stdcx. r4,0,r5 bne- 0b --- linux-lowlatency-3.8.0.orig/arch/powerpc/kernel/traps.c +++ linux-lowlatency-3.8.0/arch/powerpc/kernel/traps.c @@ -961,7 +961,10 @@ #ifdef CONFIG_PPC64 /* Emulate the mfspr rD, DSCR. */ - if (((instword & PPC_INST_MFSPR_DSCR_MASK) == PPC_INST_MFSPR_DSCR) && + if ((((instword & PPC_INST_MFSPR_DSCR_USER_MASK) == + PPC_INST_MFSPR_DSCR_USER) || + ((instword & PPC_INST_MFSPR_DSCR_MASK) == + PPC_INST_MFSPR_DSCR)) && cpu_has_feature(CPU_FTR_DSCR)) { PPC_WARN_EMULATED(mfdscr, regs); rd = (instword >> 21) & 0x1f; @@ -969,7 +972,10 @@ return 0; } /* Emulate the mtspr DSCR, rD. */ - if (((instword & PPC_INST_MTSPR_DSCR_MASK) == PPC_INST_MTSPR_DSCR) && + if ((((instword & PPC_INST_MTSPR_DSCR_USER_MASK) == + PPC_INST_MTSPR_DSCR_USER) || + ((instword & PPC_INST_MTSPR_DSCR_MASK) == + PPC_INST_MTSPR_DSCR)) && cpu_has_feature(CPU_FTR_DSCR)) { PPC_WARN_EMULATED(mtdscr, regs); rd = (instword >> 21) & 0x1f; --- linux-lowlatency-3.8.0.orig/arch/powerpc/kernel/pci-common.c +++ linux-lowlatency-3.8.0/arch/powerpc/kernel/pci-common.c @@ -1477,11 +1477,14 @@ pcibios_allocate_bus_resources(bus); pcibios_claim_one_bus(bus); + /* Fixup EEH */ + eeh_add_device_tree_late(bus); + /* Add new devices to global lists. Register in proc, sysfs. */ pci_bus_add_devices(bus); - /* Fixup EEH */ - eeh_add_device_tree_late(bus); + /* sysfs files should only be added after devices are added */ + eeh_add_sysfs_files(bus); } EXPORT_SYMBOL_GPL(pcibios_finish_adding_to_bus); --- linux-lowlatency-3.8.0.orig/arch/powerpc/kernel/exceptions-64s.S +++ linux-lowlatency-3.8.0/arch/powerpc/kernel/exceptions-64s.S @@ -740,7 +740,7 @@ _MASKABLE_RELON_EXCEPTION_PSERIES(0x502, hardware_interrupt, EXC_HV, SOFTEN_TEST_HV) FTR_SECTION_ELSE _MASKABLE_RELON_EXCEPTION_PSERIES(0x500, hardware_interrupt, EXC_STD, SOFTEN_TEST_PR) - ALT_FTR_SECTION_END_IFSET(CPU_FTR_ARCH_206) + ALT_FTR_SECTION_END_IFSET(CPU_FTR_HVMODE) STD_RELON_EXCEPTION_PSERIES(0x4600, 0x600, alignment) STD_RELON_EXCEPTION_PSERIES(0x4700, 0x700, program_check) STD_RELON_EXCEPTION_PSERIES(0x4800, 0x800, fp_unavailable) @@ -1268,20 +1268,36 @@ _GLOBAL(do_stab_bolted) stw r9,PACA_EXSLB+EX_CCR(r13) /* save CR in exc. frame */ std r11,PACA_EXSLB+EX_SRR0(r13) /* save SRR0 in exc. frame */ + mfspr r11,SPRN_DAR /* ea */ + /* + * check for bad kernel/user address + * (ea & ~REGION_MASK) >= PGTABLE_RANGE + */ + rldicr. r9,r11,4,(63 - 46 - 4) + li r9,0 /* VSID = 0 for bad address */ + bne- 0f + + /* + * Calculate VSID: + * This is the kernel vsid, we take the top for context from + * the range. context = (MAX_USER_CONTEXT) + ((ea >> 60) - 0xc) + 1 + * Here we know that (ea >> 60) == 0xc + */ + lis r9,(MAX_USER_CONTEXT + 1)@ha + addi r9,r9,(MAX_USER_CONTEXT + 1)@l + + srdi r10,r11,SID_SHIFT + rldimi r10,r9,ESID_BITS,0 /* proto vsid */ + ASM_VSID_SCRAMBLE(r10, r9, 256M) + rldic r9,r10,12,16 /* r9 = vsid << 12 */ + +0: /* Hash to the primary group */ ld r10,PACASTABVIRT(r13) - mfspr r11,SPRN_DAR - srdi r11,r11,28 + srdi r11,r11,SID_SHIFT rldimi r10,r11,7,52 /* r10 = first ste of the group */ - /* Calculate VSID */ - /* This is a kernel address, so protovsid = ESID | 1 << 37 */ - li r9,0x1 - rldimi r11,r9,(CONTEXT_BITS + USER_ESID_BITS),0 - ASM_VSID_SCRAMBLE(r11, r9, 256M) - rldic r9,r11,12,16 /* r9 = vsid << 12 */ - /* Search the primary group for a free entry */ 1: ld r11,0(r10) /* Test valid bit of the current ste */ andi. r11,r11,0x80 --- linux-lowlatency-3.8.0.orig/arch/powerpc/kernel/head_64.S +++ linux-lowlatency-3.8.0/arch/powerpc/kernel/head_64.S @@ -490,6 +490,7 @@ sync addi r5,r5,8 addi r6,r6,8 + isync blr .align 8 --- linux-lowlatency-3.8.0.orig/arch/powerpc/kvm/e500mc.c +++ linux-lowlatency-3.8.0/arch/powerpc/kvm/e500mc.c @@ -108,6 +108,8 @@ { } +static DEFINE_PER_CPU(struct kvm_vcpu *, last_vcpu_on_cpu); + void kvmppc_core_vcpu_load(struct kvm_vcpu *vcpu, int cpu) { struct kvmppc_vcpu_e500 *vcpu_e500 = to_e500(vcpu); @@ -136,8 +138,11 @@ mtspr(SPRN_GDEAR, vcpu->arch.shared->dar); mtspr(SPRN_GESR, vcpu->arch.shared->esr); - if (vcpu->arch.oldpir != mfspr(SPRN_PIR)) + if (vcpu->arch.oldpir != mfspr(SPRN_PIR) || + __get_cpu_var(last_vcpu_on_cpu) != vcpu) { kvmppc_e500_tlbil_all(vcpu_e500); + __get_cpu_var(last_vcpu_on_cpu) = vcpu; + } kvmppc_load_guest_fp(vcpu); } --- linux-lowlatency-3.8.0.orig/arch/powerpc/kvm/book3s_64_mmu_host.c +++ linux-lowlatency-3.8.0/arch/powerpc/kvm/book3s_64_mmu_host.c @@ -326,8 +326,8 @@ vcpu3s->context_id[0] = err; vcpu3s->proto_vsid_max = ((vcpu3s->context_id[0] + 1) - << USER_ESID_BITS) - 1; - vcpu3s->proto_vsid_first = vcpu3s->context_id[0] << USER_ESID_BITS; + << ESID_BITS) - 1; + vcpu3s->proto_vsid_first = vcpu3s->context_id[0] << ESID_BITS; vcpu3s->proto_vsid_next = vcpu3s->proto_vsid_first; kvmppc_mmu_hpte_init(vcpu); --- linux-lowlatency-3.8.0.orig/arch/powerpc/lib/Makefile +++ linux-lowlatency-3.8.0/arch/powerpc/lib/Makefile @@ -19,9 +19,7 @@ checksum_wrappers_64.o hweight_64.o \ copyuser_power7.o string_64.o copypage_power7.o \ memcpy_power7.o -obj-$(CONFIG_XMON) += sstep.o ldstfp.o -obj-$(CONFIG_KPROBES) += sstep.o ldstfp.o -obj-$(CONFIG_HAVE_HW_BREAKPOINT) += sstep.o ldstfp.o +obj-$(CONFIG_PPC_EMULATE_SSTEP) += sstep.o ldstfp.o ifeq ($(CONFIG_PPC64),y) obj-$(CONFIG_SMP) += locks.o --- linux-lowlatency-3.8.0.orig/arch/sparc/include/asm/switch_to_64.h +++ linux-lowlatency-3.8.0/arch/sparc/include/asm/switch_to_64.h @@ -18,8 +18,7 @@ * and 2 stores in this critical code path. -DaveM */ #define switch_to(prev, next, last) \ -do { flush_tlb_pending(); \ - save_and_clear_fpu(); \ +do { save_and_clear_fpu(); \ /* If you are tempted to conditionalize the following */ \ /* so that ASI is only written if it changes, think again. */ \ __asm__ __volatile__("wr %%g0, %0, %%asi" \ --- linux-lowlatency-3.8.0.orig/arch/sparc/include/asm/tsb.h +++ linux-lowlatency-3.8.0/arch/sparc/include/asm/tsb.h @@ -157,17 +157,26 @@ andn REG2, 0x7, REG2; \ add REG1, REG2, REG1; - /* This macro exists only to make the PMD translator below easier - * to read. It hides the ELF section switch for the sun4v code - * patching. + /* These macros exists only to make the PMD translator below + * easier to read. It hides the ELF section switch for the + * sun4v code patching. */ -#define OR_PTE_BIT(REG, NAME) \ +#define OR_PTE_BIT_1INSN(REG, NAME) \ 661: or REG, _PAGE_##NAME##_4U, REG; \ .section .sun4v_1insn_patch, "ax"; \ .word 661b; \ or REG, _PAGE_##NAME##_4V, REG; \ .previous; +#define OR_PTE_BIT_2INSN(REG, TMP, NAME) \ +661: sethi %hi(_PAGE_##NAME##_4U), TMP; \ + or REG, TMP, REG; \ + .section .sun4v_2insn_patch, "ax"; \ + .word 661b; \ + mov -1, TMP; \ + or REG, _PAGE_##NAME##_4V, REG; \ + .previous; + /* Load into REG the PTE value for VALID, CACHE, and SZHUGE. */ #define BUILD_PTE_VALID_SZHUGE_CACHE(REG) \ 661: sethi %uhi(_PAGE_VALID|_PAGE_SZHUGE_4U), REG; \ @@ -214,12 +223,13 @@ andn REG1, PMD_HUGE_PROTBITS, REG2; \ sllx REG2, PMD_PADDR_SHIFT, REG2; \ /* REG2 now holds PFN << PAGE_SHIFT */ \ - andcc REG1, PMD_HUGE_EXEC, %g0; \ - bne,a,pt %xcc, 1f; \ - OR_PTE_BIT(REG2, EXEC); \ -1: andcc REG1, PMD_HUGE_WRITE, %g0; \ + andcc REG1, PMD_HUGE_WRITE, %g0; \ bne,a,pt %xcc, 1f; \ - OR_PTE_BIT(REG2, W); \ + OR_PTE_BIT_1INSN(REG2, W); \ +1: andcc REG1, PMD_HUGE_EXEC, %g0; \ + be,pt %xcc, 1f; \ + nop; \ + OR_PTE_BIT_2INSN(REG2, REG1, EXEC); \ /* REG1 can now be clobbered, build final PTE */ \ 1: BUILD_PTE_VALID_SZHUGE_CACHE(REG1); \ ba,pt %xcc, PTE_LABEL; \ --- linux-lowlatency-3.8.0.orig/arch/sparc/include/asm/tlbflush_64.h +++ linux-lowlatency-3.8.0/arch/sparc/include/asm/tlbflush_64.h @@ -11,24 +11,40 @@ struct tlb_batch { struct mm_struct *mm; unsigned long tlb_nr; + unsigned long active; unsigned long vaddrs[TLB_BATCH_NR]; }; extern void flush_tsb_kernel_range(unsigned long start, unsigned long end); extern void flush_tsb_user(struct tlb_batch *tb); +extern void flush_tsb_user_page(struct mm_struct *mm, unsigned long vaddr); /* TLB flush operations. */ -extern void flush_tlb_pending(void); +static inline void flush_tlb_mm(struct mm_struct *mm) +{ +} + +static inline void flush_tlb_page(struct vm_area_struct *vma, + unsigned long vmaddr) +{ +} + +static inline void flush_tlb_range(struct vm_area_struct *vma, + unsigned long start, unsigned long end) +{ +} + +#define __HAVE_ARCH_ENTER_LAZY_MMU_MODE -#define flush_tlb_range(vma,start,end) \ - do { (void)(start); flush_tlb_pending(); } while (0) -#define flush_tlb_page(vma,addr) flush_tlb_pending() -#define flush_tlb_mm(mm) flush_tlb_pending() +extern void flush_tlb_pending(void); +extern void arch_enter_lazy_mmu_mode(void); +extern void arch_leave_lazy_mmu_mode(void); +#define arch_flush_lazy_mmu_mode() do {} while (0) /* Local cpu only. */ extern void __flush_tlb_all(void); - +extern void __flush_tlb_page(unsigned long context, unsigned long vaddr); extern void __flush_tlb_kernel_range(unsigned long start, unsigned long end); #ifndef CONFIG_SMP @@ -38,15 +54,24 @@ __flush_tlb_kernel_range(start,end); \ } while (0) +static inline void global_flush_tlb_page(struct mm_struct *mm, unsigned long vaddr) +{ + __flush_tlb_page(CTX_HWBITS(mm->context), vaddr); +} + #else /* CONFIG_SMP */ extern void smp_flush_tlb_kernel_range(unsigned long start, unsigned long end); +extern void smp_flush_tlb_page(struct mm_struct *mm, unsigned long vaddr); #define flush_tlb_kernel_range(start, end) \ do { flush_tsb_kernel_range(start,end); \ smp_flush_tlb_kernel_range(start, end); \ } while (0) +#define global_flush_tlb_page(mm, vaddr) \ + smp_flush_tlb_page(mm, vaddr) + #endif /* ! CONFIG_SMP */ #endif /* _SPARC64_TLBFLUSH_H */ --- linux-lowlatency-3.8.0.orig/arch/sparc/include/asm/signal.h +++ linux-lowlatency-3.8.0/arch/sparc/include/asm/signal.h @@ -26,5 +26,7 @@ void __user *ka_restorer; }; +#define __ARCH_HAS_SA_RESTORER + #endif /* !(__ASSEMBLY__) */ #endif /* !(__SPARC_SIGNAL_H) */ --- linux-lowlatency-3.8.0.orig/arch/sparc/include/asm/hugetlb.h +++ linux-lowlatency-3.8.0/arch/sparc/include/asm/hugetlb.h @@ -12,7 +12,6 @@ static inline void hugetlb_prefault_arch_hook(struct mm_struct *mm) { - hugetlb_setup(mm); } static inline int is_hugepage_only_range(struct mm_struct *mm, --- linux-lowlatency-3.8.0.orig/arch/sparc/include/asm/page_64.h +++ linux-lowlatency-3.8.0/arch/sparc/include/asm/page_64.h @@ -27,8 +27,8 @@ #ifndef __ASSEMBLY__ #if defined(CONFIG_HUGETLB_PAGE) || defined(CONFIG_TRANSPARENT_HUGEPAGE) -struct mm_struct; -extern void hugetlb_setup(struct mm_struct *mm); +struct pt_regs; +extern void hugetlb_setup(struct pt_regs *regs); #endif #define WANT_PAGE_VIRTUAL --- linux-lowlatency-3.8.0.orig/arch/sparc/include/asm/pgtable_64.h +++ linux-lowlatency-3.8.0/arch/sparc/include/asm/pgtable_64.h @@ -915,6 +915,7 @@ return remap_pfn_range(vma, from, phys_base >> PAGE_SHIFT, size, prot); } +#include #include /* We provide our own get_unmapped_area to cope with VA holes and --- linux-lowlatency-3.8.0.orig/arch/sparc/mm/fault_64.c +++ linux-lowlatency-3.8.0/arch/sparc/mm/fault_64.c @@ -472,8 +472,13 @@ #if defined(CONFIG_HUGETLB_PAGE) || defined(CONFIG_TRANSPARENT_HUGEPAGE) mm_rss = mm->context.huge_pte_count; if (unlikely(mm_rss > - mm->context.tsb_block[MM_TSB_HUGE].tsb_rss_limit)) - tsb_grow(mm, MM_TSB_HUGE, mm_rss); + mm->context.tsb_block[MM_TSB_HUGE].tsb_rss_limit)) { + if (mm->context.tsb_block[MM_TSB_HUGE].tsb) + tsb_grow(mm, MM_TSB_HUGE, mm_rss); + else + hugetlb_setup(regs); + + } #endif return; --- linux-lowlatency-3.8.0.orig/arch/sparc/mm/ultra.S +++ linux-lowlatency-3.8.0/arch/sparc/mm/ultra.S @@ -53,6 +53,33 @@ nop .align 32 + .globl __flush_tlb_page +__flush_tlb_page: /* 22 insns */ + /* %o0 = context, %o1 = vaddr */ + rdpr %pstate, %g7 + andn %g7, PSTATE_IE, %g2 + wrpr %g2, %pstate + mov SECONDARY_CONTEXT, %o4 + ldxa [%o4] ASI_DMMU, %g2 + stxa %o0, [%o4] ASI_DMMU + andcc %o1, 1, %g0 + andn %o1, 1, %o3 + be,pn %icc, 1f + or %o3, 0x10, %o3 + stxa %g0, [%o3] ASI_IMMU_DEMAP +1: stxa %g0, [%o3] ASI_DMMU_DEMAP + membar #Sync + stxa %g2, [%o4] ASI_DMMU + sethi %hi(KERNBASE), %o4 + flush %o4 + retl + wrpr %g7, 0x0, %pstate + nop + nop + nop + nop + + .align 32 .globl __flush_tlb_pending __flush_tlb_pending: /* 26 insns */ /* %o0 = context, %o1 = nr, %o2 = vaddrs[] */ @@ -203,6 +230,31 @@ retl wrpr %g7, 0x0, %pstate +__cheetah_flush_tlb_page: /* 22 insns */ + /* %o0 = context, %o1 = vaddr */ + rdpr %pstate, %g7 + andn %g7, PSTATE_IE, %g2 + wrpr %g2, 0x0, %pstate + wrpr %g0, 1, %tl + mov PRIMARY_CONTEXT, %o4 + ldxa [%o4] ASI_DMMU, %g2 + srlx %g2, CTX_PGSZ1_NUC_SHIFT, %o3 + sllx %o3, CTX_PGSZ1_NUC_SHIFT, %o3 + or %o0, %o3, %o0 /* Preserve nucleus page size fields */ + stxa %o0, [%o4] ASI_DMMU + andcc %o1, 1, %g0 + be,pn %icc, 1f + andn %o1, 1, %o3 + stxa %g0, [%o3] ASI_IMMU_DEMAP +1: stxa %g0, [%o3] ASI_DMMU_DEMAP + membar #Sync + stxa %g2, [%o4] ASI_DMMU + sethi %hi(KERNBASE), %o4 + flush %o4 + wrpr %g0, 0, %tl + retl + wrpr %g7, 0x0, %pstate + __cheetah_flush_tlb_pending: /* 27 insns */ /* %o0 = context, %o1 = nr, %o2 = vaddrs[] */ rdpr %pstate, %g7 @@ -269,6 +321,20 @@ retl nop +__hypervisor_flush_tlb_page: /* 11 insns */ + /* %o0 = context, %o1 = vaddr */ + mov %o0, %g2 + mov %o1, %o0 /* ARG0: vaddr + IMMU-bit */ + mov %g2, %o1 /* ARG1: mmu context */ + mov HV_MMU_ALL, %o2 /* ARG2: flags */ + srlx %o0, PAGE_SHIFT, %o0 + sllx %o0, PAGE_SHIFT, %o0 + ta HV_MMU_UNMAP_ADDR_TRAP + brnz,pn %o0, __hypervisor_tlb_tl0_error + mov HV_MMU_UNMAP_ADDR_TRAP, %o1 + retl + nop + __hypervisor_flush_tlb_pending: /* 16 insns */ /* %o0 = context, %o1 = nr, %o2 = vaddrs[] */ sllx %o1, 3, %g1 @@ -339,6 +405,13 @@ call tlb_patch_one mov 19, %o2 + sethi %hi(__flush_tlb_page), %o0 + or %o0, %lo(__flush_tlb_page), %o0 + sethi %hi(__cheetah_flush_tlb_page), %o1 + or %o1, %lo(__cheetah_flush_tlb_page), %o1 + call tlb_patch_one + mov 22, %o2 + sethi %hi(__flush_tlb_pending), %o0 or %o0, %lo(__flush_tlb_pending), %o0 sethi %hi(__cheetah_flush_tlb_pending), %o1 @@ -397,10 +470,9 @@ nop nop - .globl xcall_flush_tlb_pending -xcall_flush_tlb_pending: /* 21 insns */ - /* %g5=context, %g1=nr, %g7=vaddrs[] */ - sllx %g1, 3, %g1 + .globl xcall_flush_tlb_page +xcall_flush_tlb_page: /* 17 insns */ + /* %g5=context, %g1=vaddr */ mov PRIMARY_CONTEXT, %g4 ldxa [%g4] ASI_DMMU, %g2 srlx %g2, CTX_PGSZ1_NUC_SHIFT, %g4 @@ -408,20 +480,16 @@ or %g5, %g4, %g5 mov PRIMARY_CONTEXT, %g4 stxa %g5, [%g4] ASI_DMMU -1: sub %g1, (1 << 3), %g1 - ldx [%g7 + %g1], %g5 - andcc %g5, 0x1, %g0 + andcc %g1, 0x1, %g0 be,pn %icc, 2f - - andn %g5, 0x1, %g5 + andn %g1, 0x1, %g5 stxa %g0, [%g5] ASI_IMMU_DEMAP 2: stxa %g0, [%g5] ASI_DMMU_DEMAP membar #Sync - brnz,pt %g1, 1b - nop stxa %g2, [%g4] ASI_DMMU retry nop + nop .globl xcall_flush_tlb_kernel_range xcall_flush_tlb_kernel_range: /* 25 insns */ @@ -656,15 +724,13 @@ membar #Sync retry - .globl __hypervisor_xcall_flush_tlb_pending -__hypervisor_xcall_flush_tlb_pending: /* 21 insns */ - /* %g5=ctx, %g1=nr, %g7=vaddrs[], %g2,%g3,%g4,g6=scratch */ - sllx %g1, 3, %g1 + .globl __hypervisor_xcall_flush_tlb_page +__hypervisor_xcall_flush_tlb_page: /* 17 insns */ + /* %g5=ctx, %g1=vaddr */ mov %o0, %g2 mov %o1, %g3 mov %o2, %g4 -1: sub %g1, (1 << 3), %g1 - ldx [%g7 + %g1], %o0 /* ARG0: virtual address */ + mov %g1, %o0 /* ARG0: virtual address */ mov %g5, %o1 /* ARG1: mmu context */ mov HV_MMU_ALL, %o2 /* ARG2: flags */ srlx %o0, PAGE_SHIFT, %o0 @@ -673,8 +739,6 @@ mov HV_MMU_UNMAP_ADDR_TRAP, %g6 brnz,a,pn %o0, __hypervisor_tlb_xcall_error mov %o0, %g5 - brnz,pt %g1, 1b - nop mov %g2, %o0 mov %g3, %o1 mov %g4, %o2 @@ -757,6 +821,13 @@ call tlb_patch_one mov 10, %o2 + sethi %hi(__flush_tlb_page), %o0 + or %o0, %lo(__flush_tlb_page), %o0 + sethi %hi(__hypervisor_flush_tlb_page), %o1 + or %o1, %lo(__hypervisor_flush_tlb_page), %o1 + call tlb_patch_one + mov 11, %o2 + sethi %hi(__flush_tlb_pending), %o0 or %o0, %lo(__flush_tlb_pending), %o0 sethi %hi(__hypervisor_flush_tlb_pending), %o1 @@ -788,12 +859,12 @@ call tlb_patch_one mov 21, %o2 - sethi %hi(xcall_flush_tlb_pending), %o0 - or %o0, %lo(xcall_flush_tlb_pending), %o0 - sethi %hi(__hypervisor_xcall_flush_tlb_pending), %o1 - or %o1, %lo(__hypervisor_xcall_flush_tlb_pending), %o1 + sethi %hi(xcall_flush_tlb_page), %o0 + or %o0, %lo(xcall_flush_tlb_page), %o0 + sethi %hi(__hypervisor_xcall_flush_tlb_page), %o1 + or %o1, %lo(__hypervisor_xcall_flush_tlb_page), %o1 call tlb_patch_one - mov 21, %o2 + mov 17, %o2 sethi %hi(xcall_flush_tlb_kernel_range), %o0 or %o0, %lo(xcall_flush_tlb_kernel_range), %o0 --- linux-lowlatency-3.8.0.orig/arch/sparc/mm/tlb.c +++ linux-lowlatency-3.8.0/arch/sparc/mm/tlb.c @@ -24,11 +24,17 @@ void flush_tlb_pending(void) { struct tlb_batch *tb = &get_cpu_var(tlb_batch); + struct mm_struct *mm = tb->mm; - if (tb->tlb_nr) { - flush_tsb_user(tb); + if (!tb->tlb_nr) + goto out; - if (CTX_VALID(tb->mm->context)) { + flush_tsb_user(tb); + + if (CTX_VALID(mm->context)) { + if (tb->tlb_nr == 1) { + global_flush_tlb_page(mm, tb->vaddrs[0]); + } else { #ifdef CONFIG_SMP smp_flush_tlb_pending(tb->mm, tb->tlb_nr, &tb->vaddrs[0]); @@ -37,12 +43,30 @@ tb->tlb_nr, &tb->vaddrs[0]); #endif } - tb->tlb_nr = 0; } + tb->tlb_nr = 0; + +out: put_cpu_var(tlb_batch); } +void arch_enter_lazy_mmu_mode(void) +{ + struct tlb_batch *tb = &__get_cpu_var(tlb_batch); + + tb->active = 1; +} + +void arch_leave_lazy_mmu_mode(void) +{ + struct tlb_batch *tb = &__get_cpu_var(tlb_batch); + + if (tb->tlb_nr) + flush_tlb_pending(); + tb->active = 0; +} + static void tlb_batch_add_one(struct mm_struct *mm, unsigned long vaddr, bool exec) { @@ -60,6 +84,12 @@ nr = 0; } + if (!tb->active) { + global_flush_tlb_page(mm, vaddr); + flush_tsb_user_page(mm, vaddr); + goto out; + } + if (nr == 0) tb->mm = mm; @@ -68,6 +98,7 @@ if (nr >= TLB_BATCH_NR) flush_tlb_pending(); +out: put_cpu_var(tlb_batch); } @@ -135,8 +166,15 @@ mm->context.huge_pte_count++; else mm->context.huge_pte_count--; - if (mm->context.huge_pte_count == 1) - hugetlb_setup(mm); + + /* Do not try to allocate the TSB hash table if we + * don't have one already. We have various locks held + * and thus we'll end up doing a GFP_KERNEL allocation + * in an atomic context. + * + * Instead, we let the first TLB miss on a hugepage + * take care of this. + */ } if (!pmd_none(orig)) { --- linux-lowlatency-3.8.0.orig/arch/sparc/mm/init_64.c +++ linux-lowlatency-3.8.0/arch/sparc/mm/init_64.c @@ -314,16 +314,31 @@ struct tsb *tsb = mm->context.tsb_block[tsb_index].tsb; unsigned long tag; + if (unlikely(!tsb)) + return; + tsb += ((address >> tsb_hash_shift) & (mm->context.tsb_block[tsb_index].tsb_nentries - 1UL)); tag = (address >> 22UL); tsb_insert(tsb, tag, tte); } +#if defined(CONFIG_HUGETLB_PAGE) || defined(CONFIG_TRANSPARENT_HUGEPAGE) +static inline bool is_hugetlb_pte(pte_t pte) +{ + if ((tlb_type == hypervisor && + (pte_val(pte) & _PAGE_SZALL_4V) == _PAGE_SZHUGE_4V) || + (tlb_type != hypervisor && + (pte_val(pte) & _PAGE_SZALL_4U) == _PAGE_SZHUGE_4U)) + return true; + return false; +} +#endif + void update_mmu_cache(struct vm_area_struct *vma, unsigned long address, pte_t *ptep) { - unsigned long tsb_index, tsb_hash_shift, flags; struct mm_struct *mm; + unsigned long flags; pte_t pte = *ptep; if (tlb_type != hypervisor) { @@ -335,25 +350,16 @@ mm = vma->vm_mm; - tsb_index = MM_TSB_BASE; - tsb_hash_shift = PAGE_SHIFT; - spin_lock_irqsave(&mm->context.lock, flags); #if defined(CONFIG_HUGETLB_PAGE) || defined(CONFIG_TRANSPARENT_HUGEPAGE) - if (mm->context.tsb_block[MM_TSB_HUGE].tsb != NULL) { - if ((tlb_type == hypervisor && - (pte_val(pte) & _PAGE_SZALL_4V) == _PAGE_SZHUGE_4V) || - (tlb_type != hypervisor && - (pte_val(pte) & _PAGE_SZALL_4U) == _PAGE_SZHUGE_4U)) { - tsb_index = MM_TSB_HUGE; - tsb_hash_shift = HPAGE_SHIFT; - } - } + if (mm->context.huge_pte_count && is_hugetlb_pte(pte)) + __update_mmu_tsb_insert(mm, MM_TSB_HUGE, HPAGE_SHIFT, + address, pte_val(pte)); + else #endif - - __update_mmu_tsb_insert(mm, tsb_index, tsb_hash_shift, - address, pte_val(pte)); + __update_mmu_tsb_insert(mm, MM_TSB_BASE, PAGE_SHIFT, + address, pte_val(pte)); spin_unlock_irqrestore(&mm->context.lock, flags); } @@ -2712,14 +2718,28 @@ load_secondary_context(mm); } -void hugetlb_setup(struct mm_struct *mm) +void hugetlb_setup(struct pt_regs *regs) { - struct tsb_config *tp = &mm->context.tsb_block[MM_TSB_HUGE]; + struct mm_struct *mm = current->mm; + struct tsb_config *tp; - if (likely(tp->tsb != NULL)) - return; + if (in_atomic() || !mm) { + const struct exception_table_entry *entry; + + entry = search_exception_tables(regs->tpc); + if (entry) { + regs->tpc = entry->fixup; + regs->tnpc = regs->tpc + 4; + return; + } + pr_alert("Unexpected HugeTLB setup in atomic context.\n"); + die_if_kernel("HugeTSB in atomic", regs); + } + + tp = &mm->context.tsb_block[MM_TSB_HUGE]; + if (likely(tp->tsb == NULL)) + tsb_grow(mm, MM_TSB_HUGE, 0); - tsb_grow(mm, MM_TSB_HUGE, 0); tsb_context_switch(mm); smp_tsb_sync(mm); --- linux-lowlatency-3.8.0.orig/arch/sparc/mm/tsb.c +++ linux-lowlatency-3.8.0/arch/sparc/mm/tsb.c @@ -7,11 +7,10 @@ #include #include #include -#include -#include -#include #include +#include #include +#include #include extern struct tsb swapper_tsb[KERNEL_TSB_NENTRIES]; @@ -46,23 +45,27 @@ } } -static void __flush_tsb_one(struct tlb_batch *tb, unsigned long hash_shift, - unsigned long tsb, unsigned long nentries) +static void __flush_tsb_one_entry(unsigned long tsb, unsigned long v, + unsigned long hash_shift, + unsigned long nentries) { - unsigned long i; + unsigned long tag, ent, hash; - for (i = 0; i < tb->tlb_nr; i++) { - unsigned long v = tb->vaddrs[i]; - unsigned long tag, ent, hash; + v &= ~0x1UL; + hash = tsb_hash(v, hash_shift, nentries); + ent = tsb + (hash * sizeof(struct tsb)); + tag = (v >> 22UL); - v &= ~0x1UL; + tsb_flush(ent, tag); +} - hash = tsb_hash(v, hash_shift, nentries); - ent = tsb + (hash * sizeof(struct tsb)); - tag = (v >> 22UL); +static void __flush_tsb_one(struct tlb_batch *tb, unsigned long hash_shift, + unsigned long tsb, unsigned long nentries) +{ + unsigned long i; - tsb_flush(ent, tag); - } + for (i = 0; i < tb->tlb_nr; i++) + __flush_tsb_one_entry(tsb, tb->vaddrs[i], hash_shift, nentries); } void flush_tsb_user(struct tlb_batch *tb) @@ -90,6 +93,30 @@ spin_unlock_irqrestore(&mm->context.lock, flags); } +void flush_tsb_user_page(struct mm_struct *mm, unsigned long vaddr) +{ + unsigned long nentries, base, flags; + + spin_lock_irqsave(&mm->context.lock, flags); + + base = (unsigned long) mm->context.tsb_block[MM_TSB_BASE].tsb; + nentries = mm->context.tsb_block[MM_TSB_BASE].tsb_nentries; + if (tlb_type == cheetah_plus || tlb_type == hypervisor) + base = __pa(base); + __flush_tsb_one_entry(base, vaddr, PAGE_SHIFT, nentries); + +#if defined(CONFIG_HUGETLB_PAGE) || defined(CONFIG_TRANSPARENT_HUGEPAGE) + if (mm->context.tsb_block[MM_TSB_HUGE].tsb) { + base = (unsigned long) mm->context.tsb_block[MM_TSB_HUGE].tsb; + nentries = mm->context.tsb_block[MM_TSB_HUGE].tsb_nentries; + if (tlb_type == cheetah_plus || tlb_type == hypervisor) + base = __pa(base); + __flush_tsb_one_entry(base, vaddr, HPAGE_SHIFT, nentries); + } +#endif + spin_unlock_irqrestore(&mm->context.lock, flags); +} + #define HV_PGSZ_IDX_BASE HV_PGSZ_IDX_8K #define HV_PGSZ_MASK_BASE HV_PGSZ_MASK_8K @@ -314,7 +341,7 @@ retry_tsb_alloc: gfp_flags = GFP_KERNEL; if (new_size > (PAGE_SIZE * 2)) - gfp_flags = __GFP_NOWARN | __GFP_NORETRY; + gfp_flags |= __GFP_NOWARN | __GFP_NORETRY; new_tsb = kmem_cache_alloc_node(tsb_caches[new_cache_index], gfp_flags, numa_node_id()); --- linux-lowlatency-3.8.0.orig/arch/sparc/kernel/smp_64.c +++ linux-lowlatency-3.8.0/arch/sparc/kernel/smp_64.c @@ -849,7 +849,7 @@ } extern unsigned long xcall_flush_tlb_mm; -extern unsigned long xcall_flush_tlb_pending; +extern unsigned long xcall_flush_tlb_page; extern unsigned long xcall_flush_tlb_kernel_range; extern unsigned long xcall_fetch_glob_regs; extern unsigned long xcall_fetch_glob_pmu; @@ -1074,22 +1074,55 @@ put_cpu(); } +struct tlb_pending_info { + unsigned long ctx; + unsigned long nr; + unsigned long *vaddrs; +}; + +static void tlb_pending_func(void *info) +{ + struct tlb_pending_info *t = info; + + __flush_tlb_pending(t->ctx, t->nr, t->vaddrs); +} + void smp_flush_tlb_pending(struct mm_struct *mm, unsigned long nr, unsigned long *vaddrs) { u32 ctx = CTX_HWBITS(mm->context); + struct tlb_pending_info info; int cpu = get_cpu(); + info.ctx = ctx; + info.nr = nr; + info.vaddrs = vaddrs; + if (mm == current->mm && atomic_read(&mm->mm_users) == 1) cpumask_copy(mm_cpumask(mm), cpumask_of(cpu)); else - smp_cross_call_masked(&xcall_flush_tlb_pending, - ctx, nr, (unsigned long) vaddrs, - mm_cpumask(mm)); + smp_call_function_many(mm_cpumask(mm), tlb_pending_func, + &info, 1); __flush_tlb_pending(ctx, nr, vaddrs); put_cpu(); } + +void smp_flush_tlb_page(struct mm_struct *mm, unsigned long vaddr) +{ + unsigned long context = CTX_HWBITS(mm->context); + int cpu = get_cpu(); + + if (mm == current->mm && atomic_read(&mm->mm_users) == 1) + cpumask_copy(mm_cpumask(mm), cpumask_of(cpu)); + else + smp_cross_call_masked(&xcall_flush_tlb_page, + context, vaddr, 0, + mm_cpumask(mm)); + __flush_tlb_page(context, vaddr); + + put_cpu(); +} void smp_flush_tlb_kernel_range(unsigned long start, unsigned long end) { --- linux-lowlatency-3.8.0.orig/arch/sparc/kernel/tsb.S +++ linux-lowlatency-3.8.0/arch/sparc/kernel/tsb.S @@ -136,12 +136,43 @@ nop /* It is a huge page, use huge page TSB entry address we - * calculated above. + * calculated above. If the huge page TSB has not been + * allocated, setup a trap stack and call hugetlb_setup() + * to do so, then return from the trap to replay the TLB + * miss. + * + * This is necessary to handle the case of transparent huge + * pages where we don't really have a non-atomic context + * in which to allocate the hugepage TSB hash table. When + * the 'mm' faults in the hugepage for the first time, we + * thus handle it here. This also makes sure that we can + * allocate the TSB hash table on the correct NUMA node. */ TRAP_LOAD_TRAP_BLOCK(%g7, %g2) - ldx [%g7 + TRAP_PER_CPU_TSB_HUGE_TEMP], %g2 - cmp %g2, -1 - movne %xcc, %g2, %g1 + ldx [%g7 + TRAP_PER_CPU_TSB_HUGE_TEMP], %g1 + cmp %g1, -1 + bne,pt %xcc, 60f + nop + +661: rdpr %pstate, %g5 + wrpr %g5, PSTATE_AG | PSTATE_MG, %pstate + .section .sun4v_2insn_patch, "ax" + .word 661b + SET_GL(1) + nop + .previous + + rdpr %tl, %g3 + cmp %g3, 1 + bne,pn %xcc, winfix_trampoline + nop + ba,pt %xcc, etrap + rd %pc, %g7 + call hugetlb_setup + add %sp, PTREGS_OFF, %o0 + ba,pt %xcc, rtrap + nop + 60: #endif --- linux-lowlatency-3.8.0.orig/arch/h8300/include/asm/signal.h +++ linux-lowlatency-3.8.0/arch/h8300/include/asm/signal.h @@ -29,6 +29,7 @@ void (*sa_restorer)(void); sigset_t sa_mask; /* mask last for extensibility */ }; +#define __ARCH_HAS_SA_RESTORER struct k_sigaction { struct sigaction sa; --- linux-lowlatency-3.8.0.orig/arch/arm64/mm/fault.c +++ linux-lowlatency-3.8.0/arch/arm64/mm/fault.c @@ -148,6 +148,7 @@ #define VM_FAULT_BADACCESS 0x020000 #define ESR_WRITE (1 << 6) +#define ESR_CM (1 << 8) #define ESR_LNX_EXEC (1 << 24) /* @@ -206,7 +207,7 @@ struct task_struct *tsk; struct mm_struct *mm; int fault, sig, code; - int write = esr & ESR_WRITE; + bool write = (esr & ESR_WRITE) && !(esr & ESR_CM); unsigned int flags = FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_KILLABLE | (write ? FAULT_FLAG_WRITE : 0); --- linux-lowlatency-3.8.0.orig/arch/arm64/mm/proc.S +++ linux-lowlatency-3.8.0/arch/arm64/mm/proc.S @@ -119,8 +119,7 @@ mov x0, #3 << 20 msr cpacr_el1, x0 // Enable FP/ASIMD - mov x0, #1 - msr oslar_el1, x0 // Set the debug OS lock + msr mdscr_el1, xzr // Reset mdscr_el1 tlbi vmalle1is // invalidate I + D TLBs /* * Memory region attributes for LPAE: --- linux-lowlatency-3.8.0.orig/arch/arm64/mm/cache.S +++ linux-lowlatency-3.8.0/arch/arm64/mm/cache.S @@ -52,7 +52,7 @@ add x2, x2, #4 // add 4 (line length offset) mov x4, #0x3ff and x4, x4, x1, lsr #3 // find maximum number on the way size - clz x5, x4 // find bit position of way size increment + clz w5, w4 // find bit position of way size increment mov x7, #0x7fff and x7, x7, x1, lsr #13 // extract max number of the index size loop2: --- linux-lowlatency-3.8.0.orig/arch/arm64/kernel/debug-monitors.c +++ linux-lowlatency-3.8.0/arch/arm64/kernel/debug-monitors.c @@ -136,8 +136,6 @@ */ static void clear_os_lock(void *unused) { - asm volatile("msr mdscr_el1, %0" : : "r" (0)); - isb(); asm volatile("msr oslar_el1, %0" : : "r" (0)); isb(); } --- linux-lowlatency-3.8.0.orig/arch/arm64/kernel/traps.c +++ linux-lowlatency-3.8.0/arch/arm64/kernel/traps.c @@ -317,14 +317,20 @@ */ asmlinkage void bad_mode(struct pt_regs *regs, int reason, unsigned int esr) { + siginfo_t info; + void __user *pc = (void __user *)instruction_pointer(regs); console_verbose(); pr_crit("Bad mode in %s handler detected, code 0x%08x\n", handler[reason], esr); + __show_regs(regs); - die("Oops - bad mode", regs, 0); - local_irq_disable(); - panic("bad mode"); + info.si_signo = SIGILL; + info.si_errno = 0; + info.si_code = ILL_ILLOPC; + info.si_addr = pc; + + arm64_notify_die("Oops - bad mode", regs, &info, 0); } void __pte_error(const char *file, int line, unsigned long val) --- linux-lowlatency-3.8.0.orig/arch/arm64/kernel/signal32.c +++ linux-lowlatency-3.8.0/arch/arm64/kernel/signal32.c @@ -76,7 +76,7 @@ struct compat_ucontext { compat_ulong_t uc_flags; - struct compat_ucontext *uc_link; + compat_uptr_t uc_link; compat_stack_t uc_stack; struct compat_sigcontext uc_mcontext; compat_sigset_t uc_sigmask; @@ -703,7 +703,7 @@ err |= copy_siginfo_to_user32(&frame->info, info); __put_user_error(0, &frame->sig.uc.uc_flags, err); - __put_user_error(NULL, &frame->sig.uc.uc_link, err); + __put_user_error(0, &frame->sig.uc.uc_link, err); memset(&stack, 0, sizeof(stack)); stack.ss_sp = (compat_uptr_t)current->sas_ss_sp; --- linux-lowlatency-3.8.0.orig/arch/arm/Kconfig +++ linux-lowlatency-3.8.0/arch/arm/Kconfig @@ -937,17 +937,24 @@ help Support for TI's DaVinci platform. -config ARCH_OMAP - bool "TI OMAP" +config ARCH_OMAP1 + bool "TI OMAP1" depends on MMU select ARCH_HAS_CPUFREQ select ARCH_HAS_HOLES_MEMORYMODEL + select ARCH_OMAP select ARCH_REQUIRE_GPIOLIB + select CLKDEV_LOOKUP select CLKSRC_MMIO select GENERIC_CLOCKEVENTS + select GENERIC_IRQ_CHIP select HAVE_CLK + select HAVE_IDE + select IRQ_DOMAIN + select NEED_MACH_IO_H if PCCARD + select NEED_MACH_MEMORY_H help - Support for TI's OMAP platform (OMAP1/2/3/4). + Support for older TI OMAP1 (omap7xx, omap15xx or omap16xx) config ARCH_VT8500_SINGLE bool "VIA/WonderMedia 85xx" @@ -2313,6 +2320,8 @@ source "drivers/Kconfig" +source "ubuntu/Kconfig" + source "fs/Kconfig" source "arch/arm/Kconfig.debug" --- linux-lowlatency-3.8.0.orig/arch/arm/Kconfig.debug +++ linux-lowlatency-3.8.0/arch/arm/Kconfig.debug @@ -291,6 +291,13 @@ Say Y here if you want kernel low-level debugging support on MVEBU based platforms. + config DEBUG_OMAP2PLUS_UART + bool "Kernel low-level debugging messages via OMAP2PLUS UART" + depends on ARCH_OMAP2PLUS + help + Say Y here if you want kernel low-level debugging support + on OMAP2PLUS based platforms. + config DEBUG_PICOXCELL_UART depends on ARCH_PICOXCELL bool "Use PicoXcell UART for low-level debug" @@ -461,6 +468,54 @@ choice prompt "Low-level debug console UART" + depends on DEBUG_OMAP2PLUS_UART + + config DEBUG_OMAP2UART1 + bool "OMAP2/3/4 UART1 (omap2/3 sdp boards and some omap3 boards)" + help + This covers at least h4, 2430sdp, 3430sdp, 3630sdp, + omap3 torpedo and 3530 lv som. + + config DEBUG_OMAP2UART2 + bool "OMAP2/3/4 UART2" + + config DEBUG_OMAP2UART3 + bool "OMAP2 UART3 (n8x0)" + + config DEBUG_OMAP3UART3 + bool "OMAP3 UART3 (most omap3 boards)" + help + This covers at least cm_t3x, beagle, crane, devkit8000, + igep00x0, ldp, n900, n9(50), pandora, overo, touchbook, + and 3517evm. + + config DEBUG_OMAP4UART3 + bool "OMAP4/5 UART3 (omap4 blaze, panda, omap5 sevm)" + + config DEBUG_OMAP3UART4 + bool "OMAP36XX UART4" + + config DEBUG_OMAP4UART4 + bool "OMAP4/5 UART4" + + config DEBUG_TI81XXUART1 + bool "TI81XX UART1 (ti8148evm)" + + config DEBUG_TI81XXUART2 + bool "TI81XX UART2" + + config DEBUG_TI81XXUART3 + bool "TI81XX UART3 (ti8168evm)" + + config DEBUG_AM33XXUART1 + bool "AM33XX UART1" + + config DEBUG_ZOOM_UART + bool "Zoom2/3 UART" +endchoice + +choice + prompt "Low-level debug console UART" depends on DEBUG_LL && DEBUG_TEGRA_UART config TEGRA_DEBUG_UART_AUTO_ODMDATA @@ -501,6 +556,7 @@ DEBUG_IMX6Q_UART default "debug/highbank.S" if DEBUG_HIGHBANK_UART default "debug/mvebu.S" if DEBUG_MVEBU_UART + default "debug/omap2plus.S" if DEBUG_OMAP2PLUS_UART default "debug/picoxcell.S" if DEBUG_PICOXCELL_UART default "debug/socfpga.S" if DEBUG_SOCFPGA_UART default "debug/sunxi.S" if DEBUG_SUNXI_UART0 || DEBUG_SUNXI_UART1 --- linux-lowlatency-3.8.0.orig/arch/arm/mach-s5pv210/clock.c +++ linux-lowlatency-3.8.0/arch/arm/mach-s5pv210/clock.c @@ -214,11 +214,6 @@ .name = "pcmcdclk", }; -static struct clk dummy_apb_pclk = { - .name = "apb_pclk", - .id = -1, -}; - static struct clk *clkset_vpllsrc_list[] = { [0] = &clk_fin_vpll, [1] = &clk_sclk_hdmi27m, @@ -305,18 +300,6 @@ static struct clk init_clocks_off[] = { { - .name = "dma", - .devname = "dma-pl330.0", - .parent = &clk_hclk_psys.clk, - .enable = s5pv210_clk_ip0_ctrl, - .ctrlbit = (1 << 3), - }, { - .name = "dma", - .devname = "dma-pl330.1", - .parent = &clk_hclk_psys.clk, - .enable = s5pv210_clk_ip0_ctrl, - .ctrlbit = (1 << 4), - }, { .name = "rot", .parent = &clk_hclk_dsys.clk, .enable = s5pv210_clk_ip0_ctrl, @@ -573,6 +556,20 @@ .ctrlbit = (1<<19), }; +static struct clk clk_pdma0 = { + .name = "pdma0", + .parent = &clk_hclk_psys.clk, + .enable = s5pv210_clk_ip0_ctrl, + .ctrlbit = (1 << 3), +}; + +static struct clk clk_pdma1 = { + .name = "pdma1", + .parent = &clk_hclk_psys.clk, + .enable = s5pv210_clk_ip0_ctrl, + .ctrlbit = (1 << 4), +}; + static struct clk *clkset_uart_list[] = { [6] = &clk_mout_mpll.clk, [7] = &clk_mout_epll.clk, @@ -1075,6 +1072,8 @@ &clk_hsmmc1, &clk_hsmmc2, &clk_hsmmc3, + &clk_pdma0, + &clk_pdma1, }; /* Clock initialisation code */ @@ -1333,6 +1332,8 @@ CLKDEV_INIT(NULL, "spi_busclk0", &clk_p), CLKDEV_INIT("s5pv210-spi.0", "spi_busclk1", &clk_sclk_spi0.clk), CLKDEV_INIT("s5pv210-spi.1", "spi_busclk1", &clk_sclk_spi1.clk), + CLKDEV_INIT("dma-pl330.0", "apb_pclk", &clk_pdma0), + CLKDEV_INIT("dma-pl330.1", "apb_pclk", &clk_pdma1), }; void __init s5pv210_register_clocks(void) @@ -1361,6 +1362,5 @@ for (ptr = 0; ptr < ARRAY_SIZE(clk_cdev); ptr++) s3c_disable_clocks(clk_cdev[ptr], 1); - s3c24xx_register_clock(&dummy_apb_pclk); s3c_pwmclk_init(); } --- linux-lowlatency-3.8.0.orig/arch/arm/boot/dts/at91sam9g15.dtsi +++ linux-lowlatency-3.8.0/arch/arm/boot/dts/at91sam9g15.dtsi @@ -10,7 +10,7 @@ / { model = "Atmel AT91SAM9G15 SoC"; - compatible = "atmel, at91sam9g15, atmel,at91sam9x5"; + compatible = "atmel,at91sam9g15", "atmel,at91sam9x5"; ahb { apb { --- linux-lowlatency-3.8.0.orig/arch/arm/boot/dts/kirkwood-ns2-common.dtsi +++ linux-lowlatency-3.8.0/arch/arm/boot/dts/kirkwood-ns2-common.dtsi @@ -23,7 +23,6 @@ }; serial@12000 { - clock-frequency = <166666667>; status = "okay"; }; --- linux-lowlatency-3.8.0.orig/arch/arm/boot/dts/kirkwood-lschlv2.dts +++ linux-lowlatency-3.8.0/arch/arm/boot/dts/kirkwood-lschlv2.dts @@ -13,7 +13,6 @@ ocp@f1000000 { serial@12000 { - clock-frequency = <166666667>; status = "okay"; }; }; --- linux-lowlatency-3.8.0.orig/arch/arm/boot/dts/at91sam9260.dtsi +++ linux-lowlatency-3.8.0/arch/arm/boot/dts/at91sam9260.dtsi @@ -158,8 +158,8 @@ usart1 { pinctrl_usart1: usart1-0 { atmel,pins = - <2 6 0x1 0x1 /* PB6 periph A with pullup */ - 2 7 0x1 0x0>; /* PB7 periph A */ + <1 6 0x1 0x1 /* PB6 periph A with pullup */ + 1 7 0x1 0x0>; /* PB7 periph A */ }; pinctrl_usart1_rts: usart1_rts-0 { @@ -194,18 +194,18 @@ usart3 { pinctrl_usart3: usart3-0 { atmel,pins = - <2 10 0x1 0x1 /* PB10 periph A with pullup */ - 2 11 0x1 0x0>; /* PB11 periph A */ + <1 10 0x1 0x1 /* PB10 periph A with pullup */ + 1 11 0x1 0x0>; /* PB11 periph A */ }; pinctrl_usart3_rts: usart3_rts-0 { atmel,pins = - <3 8 0x2 0x0>; /* PB8 periph B */ + <2 8 0x2 0x0>; /* PC8 periph B */ }; pinctrl_usart3_cts: usart3_cts-0 { atmel,pins = - <3 10 0x2 0x0>; /* PB10 periph B */ + <2 10 0x2 0x0>; /* PC10 periph B */ }; }; @@ -220,8 +220,8 @@ uart1 { pinctrl_uart1: uart1-0 { atmel,pins = - <2 12 0x1 0x1 /* PB12 periph A with pullup */ - 2 13 0x1 0x0>; /* PB13 periph A */ + <1 12 0x1 0x1 /* PB12 periph A with pullup */ + 1 13 0x1 0x0>; /* PB13 periph A */ }; }; @@ -264,7 +264,7 @@ atmel,pins = <0 10 0x2 0x0 /* PA10 periph B */ 0 11 0x2 0x0 /* PA11 periph B */ - 0 24 0x2 0x0 /* PA24 periph B */ + 0 22 0x2 0x0 /* PA22 periph B */ 0 25 0x2 0x0 /* PA25 periph B */ 0 26 0x2 0x0 /* PA26 periph B */ 0 27 0x2 0x0 /* PA27 periph B */ --- linux-lowlatency-3.8.0.orig/arch/arm/boot/dts/at91sam9g35.dtsi +++ linux-lowlatency-3.8.0/arch/arm/boot/dts/at91sam9g35.dtsi @@ -10,7 +10,7 @@ / { model = "Atmel AT91SAM9G35 SoC"; - compatible = "atmel, at91sam9g35, atmel,at91sam9x5"; + compatible = "atmel,at91sam9g35", "atmel,at91sam9x5"; ahb { apb { --- linux-lowlatency-3.8.0.orig/arch/arm/boot/dts/imx6q.dtsi +++ linux-lowlatency-3.8.0/arch/arm/boot/dts/imx6q.dtsi @@ -1056,5 +1056,13 @@ clocks = <&clks 133>, <&clks 134>, <&clks 137>; clock-names = "bus", "di0", "di1"; }; + + ahci@0x02200000 { /* AHCI SATA */ + compatible = "fsl,imx6q-ahci"; + reg = <0x02200000 0x4000>; + interrupts = <0 39 0x04>; + clocks = <&clks 154>; + status = "disabled"; + }; }; }; --- linux-lowlatency-3.8.0.orig/arch/arm/boot/dts/at91sam9x25.dtsi +++ linux-lowlatency-3.8.0/arch/arm/boot/dts/at91sam9x25.dtsi @@ -10,7 +10,7 @@ / { model = "Atmel AT91SAM9X25 SoC"; - compatible = "atmel, at91sam9x25, atmel,at91sam9x5"; + compatible = "atmel,at91sam9x25", "atmel,at91sam9x5"; ahb { apb { --- linux-lowlatency-3.8.0.orig/arch/arm/boot/dts/kirkwood-openblocks_a6.dts +++ linux-lowlatency-3.8.0/arch/arm/boot/dts/kirkwood-openblocks_a6.dts @@ -18,12 +18,10 @@ ocp@f1000000 { serial@12000 { - clock-frequency = <200000000>; status = "ok"; }; serial@12100 { - clock-frequency = <200000000>; status = "ok"; }; --- linux-lowlatency-3.8.0.orig/arch/arm/boot/dts/kirkwood-iconnect.dts +++ linux-lowlatency-3.8.0/arch/arm/boot/dts/kirkwood-iconnect.dts @@ -78,7 +78,6 @@ }; }; serial@12000 { - clock-frequency = <200000000>; status = "ok"; }; --- linux-lowlatency-3.8.0.orig/arch/arm/boot/dts/kirkwood-dns320.dts +++ linux-lowlatency-3.8.0/arch/arm/boot/dts/kirkwood-dns320.dts @@ -42,12 +42,10 @@ ocp@f1000000 { serial@12000 { - clock-frequency = <166666667>; status = "okay"; }; serial@12100 { - clock-frequency = <166666667>; status = "okay"; }; }; --- linux-lowlatency-3.8.0.orig/arch/arm/boot/dts/at91sam9x5.dtsi +++ linux-lowlatency-3.8.0/arch/arm/boot/dts/at91sam9x5.dtsi @@ -402,8 +402,6 @@ compatible = "atmel,at91sam9260-usart"; reg = <0xf801c000 0x200>; interrupts = <5 4 5>; - atmel,use-dma-rx; - atmel,use-dma-tx; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_usart0>; status = "disabled"; @@ -413,8 +411,6 @@ compatible = "atmel,at91sam9260-usart"; reg = <0xf8020000 0x200>; interrupts = <6 4 5>; - atmel,use-dma-rx; - atmel,use-dma-tx; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_usart1>; status = "disabled"; @@ -424,8 +420,6 @@ compatible = "atmel,at91sam9260-usart"; reg = <0xf8024000 0x200>; interrupts = <7 4 5>; - atmel,use-dma-rx; - atmel,use-dma-tx; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_usart2>; status = "disabled"; --- linux-lowlatency-3.8.0.orig/arch/arm/boot/dts/kirkwood-iomega_ix2_200.dts +++ linux-lowlatency-3.8.0/arch/arm/boot/dts/kirkwood-iomega_ix2_200.dts @@ -96,11 +96,11 @@ marvell,function = "gpio"; }; pmx_led_rebuild_brt_ctrl_1: pmx-led-rebuild-brt-ctrl-1 { - marvell,pins = "mpp44"; + marvell,pins = "mpp46"; marvell,function = "gpio"; }; pmx_led_rebuild_brt_ctrl_2: pmx-led-rebuild-brt-ctrl-2 { - marvell,pins = "mpp45"; + marvell,pins = "mpp47"; marvell,function = "gpio"; }; @@ -115,7 +115,6 @@ }; serial@12000 { - clock-frequency = <200000000>; status = "ok"; }; @@ -158,14 +157,14 @@ gpios = <&gpio0 16 0>; linux,default-trigger = "default-on"; }; - health_led1 { + rebuild_led { + label = "status:white:rebuild_led"; + gpios = <&gpio1 4 0>; + }; + health_led { label = "status:red:health_led"; gpios = <&gpio1 5 0>; }; - health_led2 { - label = "status:white:health_led"; - gpios = <&gpio1 4 0>; - }; backup_led { label = "status:blue:backup_led"; gpios = <&gpio0 15 0>; --- linux-lowlatency-3.8.0.orig/arch/arm/boot/dts/kirkwood-mplcec4.dts +++ linux-lowlatency-3.8.0/arch/arm/boot/dts/kirkwood-mplcec4.dts @@ -91,7 +91,6 @@ }; serial@12000 { - clock-frequency = <200000000>; status = "ok"; }; --- linux-lowlatency-3.8.0.orig/arch/arm/boot/dts/at91sam9x5ek.dtsi +++ linux-lowlatency-3.8.0/arch/arm/boot/dts/at91sam9x5ek.dtsi @@ -13,7 +13,7 @@ compatible = "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9"; chosen { - bootargs = "128M console=ttyS0,115200 root=/dev/mtdblock1 rw rootfstype=ubifs ubi.mtd=1 root=ubi0:rootfs"; + bootargs = "console=ttyS0,115200 root=/dev/mtdblock1 rw rootfstype=ubifs ubi.mtd=1 root=ubi0:rootfs"; }; ahb { @@ -52,11 +52,6 @@ status = "okay"; }; - macb0: ethernet@f802c000 { - phy-mode = "rmii"; - status = "okay"; - }; - i2c0: i2c@f8010000 { status = "okay"; }; --- linux-lowlatency-3.8.0.orig/arch/arm/boot/dts/kirkwood-dreamplug.dts +++ linux-lowlatency-3.8.0/arch/arm/boot/dts/kirkwood-dreamplug.dts @@ -38,7 +38,6 @@ }; }; serial@12000 { - clock-frequency = <200000000>; status = "ok"; }; --- linux-lowlatency-3.8.0.orig/arch/arm/boot/dts/at91sam9x25ek.dts +++ linux-lowlatency-3.8.0/arch/arm/boot/dts/at91sam9x25ek.dts @@ -11,6 +11,20 @@ /include/ "at91sam9x5ek.dtsi" / { - model = "Atmel AT91SAM9G25-EK"; + model = "Atmel AT91SAM9X25-EK"; compatible = "atmel,at91sam9x25ek", "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9"; + + ahb { + apb { + macb0: ethernet@f802c000 { + phy-mode = "rmii"; + status = "okay"; + }; + + macb1: ethernet@f8030000 { + phy-mode = "rmii"; + status = "okay"; + }; + }; + }; }; --- linux-lowlatency-3.8.0.orig/arch/arm/boot/dts/kirkwood-km_kirkwood.dts +++ linux-lowlatency-3.8.0/arch/arm/boot/dts/kirkwood-km_kirkwood.dts @@ -34,7 +34,6 @@ }; serial@12000 { - clock-frequency = <200000000>; status = "ok"; }; --- linux-lowlatency-3.8.0.orig/arch/arm/boot/dts/at91sam9g35ek.dts +++ linux-lowlatency-3.8.0/arch/arm/boot/dts/at91sam9g35ek.dts @@ -13,4 +13,13 @@ / { model = "Atmel AT91SAM9G35-EK"; compatible = "atmel,at91sam9g35ek", "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9"; + + ahb { + apb { + macb0: ethernet@f802c000 { + phy-mode = "rmii"; + status = "okay"; + }; + }; + }; }; --- linux-lowlatency-3.8.0.orig/arch/arm/boot/dts/highbank.dts +++ linux-lowlatency-3.8.0/arch/arm/boot/dts/highbank.dts @@ -37,6 +37,16 @@ next-level-cache = <&L2>; clocks = <&a9pll>; clock-names = "cpu"; + operating-points = < + /* kHz ignored */ + 1300000 1000000 + 1200000 1000000 + 1100000 1000000 + 800000 1000000 + 400000 1000000 + 200000 1000000 + >; + clock-latency = <100000>; }; cpu@901 { --- linux-lowlatency-3.8.0.orig/arch/arm/boot/dts/kirkwood-lsxhl.dts +++ linux-lowlatency-3.8.0/arch/arm/boot/dts/kirkwood-lsxhl.dts @@ -13,7 +13,6 @@ ocp@f1000000 { serial@12000 { - clock-frequency = <200000000>; status = "okay"; }; }; --- linux-lowlatency-3.8.0.orig/arch/arm/boot/dts/at91sam9g25ek.dts +++ linux-lowlatency-3.8.0/arch/arm/boot/dts/at91sam9g25ek.dts @@ -13,4 +13,13 @@ / { model = "Atmel AT91SAM9G25-EK"; compatible = "atmel,at91sam9g25ek", "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9"; + + ahb { + apb { + macb0: ethernet@f802c000 { + phy-mode = "rmii"; + status = "okay"; + }; + }; + }; }; --- linux-lowlatency-3.8.0.orig/arch/arm/boot/dts/at91sam9g15ek.dts +++ linux-lowlatency-3.8.0/arch/arm/boot/dts/at91sam9g15ek.dts @@ -11,6 +11,6 @@ /include/ "at91sam9x5ek.dtsi" / { - model = "Atmel AT91SAM9G25-EK"; + model = "Atmel AT91SAM9G15-EK"; compatible = "atmel,at91sam9g15ek", "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9"; }; --- linux-lowlatency-3.8.0.orig/arch/arm/boot/dts/tegra30.dtsi +++ linux-lowlatency-3.8.0/arch/arm/boot/dts/tegra30.dtsi @@ -309,7 +309,7 @@ spi@7000d800 { compatible = "nvidia,tegra30-slink", "nvidia,tegra20-slink"; - reg = <0x7000d480 0x200>; + reg = <0x7000d800 0x200>; interrupts = <0 83 0x04>; nvidia,dma-request-selector = <&apbdma 17>; #address-cells = <1>; --- linux-lowlatency-3.8.0.orig/arch/arm/boot/dts/kirkwood-nsa310.dts +++ linux-lowlatency-3.8.0/arch/arm/boot/dts/kirkwood-nsa310.dts @@ -18,7 +18,6 @@ ocp@f1000000 { serial@12000 { - clock-frequency = <200000000>; status = "ok"; }; --- linux-lowlatency-3.8.0.orig/arch/arm/boot/dts/kirkwood-dns325.dts +++ linux-lowlatency-3.8.0/arch/arm/boot/dts/kirkwood-dns325.dts @@ -50,7 +50,6 @@ }; }; serial@12000 { - clock-frequency = <200000000>; status = "okay"; }; }; --- linux-lowlatency-3.8.0.orig/arch/arm/boot/dts/kirkwood-topkick.dts +++ linux-lowlatency-3.8.0/arch/arm/boot/dts/kirkwood-topkick.dts @@ -17,7 +17,6 @@ ocp@f1000000 { serial@12000 { - clock-frequency = <200000000>; status = "ok"; }; --- linux-lowlatency-3.8.0.orig/arch/arm/boot/dts/at91sam9g25.dtsi +++ linux-lowlatency-3.8.0/arch/arm/boot/dts/at91sam9g25.dtsi @@ -10,7 +10,7 @@ / { model = "Atmel AT91SAM9G25 SoC"; - compatible = "atmel, at91sam9g25, atmel,at91sam9x5"; + compatible = "atmel,at91sam9g25", "atmel,at91sam9x5"; ahb { apb { --- linux-lowlatency-3.8.0.orig/arch/arm/boot/dts/at91sam9x35ek.dts +++ linux-lowlatency-3.8.0/arch/arm/boot/dts/at91sam9x35ek.dts @@ -13,4 +13,13 @@ / { model = "Atmel AT91SAM9X35-EK"; compatible = "atmel,at91sam9x35ek", "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9"; + + ahb { + apb { + macb0: ethernet@f802c000 { + phy-mode = "rmii"; + status = "okay"; + }; + }; + }; }; --- linux-lowlatency-3.8.0.orig/arch/arm/boot/dts/tegra20.dtsi +++ linux-lowlatency-3.8.0/arch/arm/boot/dts/tegra20.dtsi @@ -314,7 +314,7 @@ spi@7000d800 { compatible = "nvidia,tegra20-slink"; - reg = <0x7000d480 0x200>; + reg = <0x7000d800 0x200>; interrupts = <0 83 0x04>; nvidia,dma-request-selector = <&apbdma 17>; #address-cells = <1>; --- linux-lowlatency-3.8.0.orig/arch/arm/boot/dts/imx6q-sabrelite.dts +++ linux-lowlatency-3.8.0/arch/arm/boot/dts/imx6q-sabrelite.dts @@ -131,6 +131,11 @@ }; }; }; + + ahci@0x02200000 { /* AHCI SATA */ + status = "okay"; + }; + }; regulators { --- linux-lowlatency-3.8.0.orig/arch/arm/boot/dts/kirkwood-goflexnet.dts +++ linux-lowlatency-3.8.0/arch/arm/boot/dts/kirkwood-goflexnet.dts @@ -73,11 +73,11 @@ }; }; serial@12000 { - clock-frequency = <200000000>; status = "ok"; }; nand@3000000 { + chip-delay = <40>; status = "okay"; partition@0 { --- linux-lowlatency-3.8.0.orig/arch/arm/boot/dts/kirkwood-ib62x0.dts +++ linux-lowlatency-3.8.0/arch/arm/boot/dts/kirkwood-ib62x0.dts @@ -51,7 +51,6 @@ }; }; serial@12000 { - clock-frequency = <200000000>; status = "okay"; }; --- linux-lowlatency-3.8.0.orig/arch/arm/boot/dts/at91sam9n12.dtsi +++ linux-lowlatency-3.8.0/arch/arm/boot/dts/at91sam9n12.dtsi @@ -324,8 +324,6 @@ compatible = "atmel,at91sam9260-usart"; reg = <0xf801c000 0x4000>; interrupts = <5 4 5>; - atmel,use-dma-rx; - atmel,use-dma-tx; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_usart0>; status = "disabled"; @@ -335,8 +333,6 @@ compatible = "atmel,at91sam9260-usart"; reg = <0xf8020000 0x4000>; interrupts = <6 4 5>; - atmel,use-dma-rx; - atmel,use-dma-tx; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_usart1>; status = "disabled"; @@ -346,8 +342,6 @@ compatible = "atmel,at91sam9260-usart"; reg = <0xf8024000 0x4000>; interrupts = <7 4 5>; - atmel,use-dma-rx; - atmel,use-dma-tx; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_usart2>; status = "disabled"; @@ -357,8 +351,6 @@ compatible = "atmel,at91sam9260-usart"; reg = <0xf8028000 0x4000>; interrupts = <8 4 5>; - atmel,use-dma-rx; - atmel,use-dma-tx; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_usart3>; status = "disabled"; --- linux-lowlatency-3.8.0.orig/arch/arm/boot/dts/kirkwood-dockstar.dts +++ linux-lowlatency-3.8.0/arch/arm/boot/dts/kirkwood-dockstar.dts @@ -37,7 +37,6 @@ }; }; serial@12000 { - clock-frequency = <200000000>; status = "ok"; }; --- linux-lowlatency-3.8.0.orig/arch/arm/boot/dts/kirkwood.dtsi +++ linux-lowlatency-3.8.0/arch/arm/boot/dts/kirkwood.dtsi @@ -38,6 +38,7 @@ interrupt-controller; #interrupt-cells = <2>; interrupts = <35>, <36>, <37>, <38>; + clocks = <&gate_clk 7>; }; gpio1: gpio@10140 { @@ -49,6 +50,7 @@ interrupt-controller; #interrupt-cells = <2>; interrupts = <39>, <40>, <41>; + clocks = <&gate_clk 7>; }; serial@12000 { @@ -57,7 +59,6 @@ reg-shift = <2>; interrupts = <33>; clocks = <&gate_clk 7>; - /* set clock-frequency in board dts */ status = "disabled"; }; @@ -67,7 +68,6 @@ reg-shift = <2>; interrupts = <34>; clocks = <&gate_clk 7>; - /* set clock-frequency in board dts */ status = "disabled"; }; @@ -75,6 +75,7 @@ compatible = "marvell,kirkwood-rtc", "marvell,orion-rtc"; reg = <0x10300 0x20>; interrupts = <53>; + clocks = <&gate_clk 7>; }; spi@10600 { --- linux-lowlatency-3.8.0.orig/arch/arm/boot/dts/at91sam9x35.dtsi +++ linux-lowlatency-3.8.0/arch/arm/boot/dts/at91sam9x35.dtsi @@ -10,7 +10,7 @@ / { model = "Atmel AT91SAM9X35 SoC"; - compatible = "atmel, at91sam9x35, atmel,at91sam9x5"; + compatible = "atmel,at91sam9x35", "atmel,at91sam9x5"; ahb { apb { --- linux-lowlatency-3.8.0.orig/arch/arm/configs/mxs_defconfig +++ linux-lowlatency-3.8.0/arch/arm/configs/mxs_defconfig @@ -118,6 +118,7 @@ CONFIG_FONTS=y CONFIG_LOGO=y CONFIG_USB=y +CONFIG_USB_EHCI_HCD=y CONFIG_USB_CHIPIDEA=y CONFIG_USB_CHIPIDEA_HOST=y CONFIG_USB_STORAGE=y --- linux-lowlatency-3.8.0.orig/arch/arm/configs/at91sam9g45_defconfig +++ linux-lowlatency-3.8.0/arch/arm/configs/at91sam9g45_defconfig @@ -173,7 +173,6 @@ # CONFIG_MMC_BLOCK_BOUNCE is not set CONFIG_SDIO_UART=m CONFIG_MMC_ATMELMCI=y -CONFIG_MMC_ATMELMCI_DMA=y CONFIG_LEDS_ATMEL_PWM=y CONFIG_LEDS_GPIO=y CONFIG_LEDS_TRIGGER_TIMER=y --- linux-lowlatency-3.8.0.orig/arch/arm/configs/omap2plus_defconfig +++ linux-lowlatency-3.8.0/arch/arm/configs/omap2plus_defconfig @@ -20,9 +20,10 @@ CONFIG_MODVERSIONS=y CONFIG_MODULE_SRCVERSION_ALL=y # CONFIG_BLK_DEV_BSG is not set -CONFIG_ARCH_OMAP=y +CONFIG_ARCH_OMAP2PLUS=y CONFIG_OMAP_RESET_CLOCKS=y CONFIG_OMAP_MUX_DEBUG=y +CONFIG_ARCH_VEXPRESS_CA9X4=y CONFIG_ARM_THUMBEE=y CONFIG_ARM_ERRATA_411920=y CONFIG_NO_HZ=y @@ -121,6 +122,8 @@ CONFIG_SERIAL_8250_SHARE_IRQ=y CONFIG_SERIAL_8250_DETECT_IRQ=y CONFIG_SERIAL_8250_RSA=y +CONFIG_SERIAL_AMBA_PL011=y +CONFIG_SERIAL_AMBA_PL011_CONSOLE=y CONFIG_HW_RANDOM=y CONFIG_I2C_CHARDEV=y CONFIG_SPI=y @@ -194,6 +197,7 @@ CONFIG_MMC=y CONFIG_MMC_UNSAFE_RESUME=y CONFIG_SDIO_UART=y +CONFIG_MMC_ARMMMCI=y CONFIG_MMC_OMAP=y CONFIG_MMC_OMAP_HS=y CONFIG_RTC_CLASS=y --- linux-lowlatency-3.8.0.orig/arch/arm/mach-s3c24xx/sleep-s3c2410.S +++ linux-lowlatency-3.8.0/arch/arm/mach-s3c24xx/sleep-s3c2410.S @@ -45,9 +45,9 @@ ldr r4, =S3C2410_REFRESH ldr r5, =S3C24XX_MISCCR ldr r6, =S3C2410_CLKCON - ldr r7, [ r4 ] @ get REFRESH (and ensure in TLB) - ldr r8, [ r5 ] @ get MISCCR (and ensure in TLB) - ldr r9, [ r6 ] @ get CLKCON (and ensure in TLB) + ldr r7, [r4] @ get REFRESH (and ensure in TLB) + ldr r8, [r5] @ get MISCCR (and ensure in TLB) + ldr r9, [r6] @ get CLKCON (and ensure in TLB) orr r7, r7, #S3C2410_REFRESH_SELF @ SDRAM sleep command orr r8, r8, #S3C2410_MISCCR_SDSLEEP @ SDRAM power-down signals @@ -61,8 +61,8 @@ @@ align next bit of code to cache line .align 5 s3c2410_do_sleep: - streq r7, [ r4 ] @ SDRAM sleep command - streq r8, [ r5 ] @ SDRAM power-down config - streq r9, [ r6 ] @ CPU sleep + streq r7, [r4] @ SDRAM sleep command + streq r8, [r5] @ SDRAM power-down config + streq r9, [r6] @ CPU sleep 1: beq 1b mov pc, r14 --- linux-lowlatency-3.8.0.orig/arch/arm/mach-s3c24xx/pm-h1940.S +++ linux-lowlatency-3.8.0/arch/arm/mach-s3c24xx/pm-h1940.S @@ -30,4 +30,4 @@ h1940_pm_return: mov r0, #S3C2410_PA_GPIO - ldr pc, [ r0, #S3C2410_GSTATUS3 - S3C24XX_VA_GPIO ] + ldr pc, [r0, #S3C2410_GSTATUS3 - S3C24XX_VA_GPIO] --- linux-lowlatency-3.8.0.orig/arch/arm/mach-s3c24xx/sleep-s3c2412.S +++ linux-lowlatency-3.8.0/arch/arm/mach-s3c24xx/sleep-s3c2412.S @@ -57,12 +57,12 @@ * retry, as simply returning causes the system to lock. */ - ldrne r9, [ r1 ] - strne r9, [ r1 ] - ldrne r9, [ r2 ] - strne r9, [ r2 ] - ldrne r9, [ r3 ] - strne r9, [ r3 ] + ldrne r9, [r1] + strne r9, [r1] + ldrne r9, [r2] + strne r9, [r2] + ldrne r9, [r3] + strne r9, [r3] bne s3c2412_sleep_enter1 mov pc, r14 --- linux-lowlatency-3.8.0.orig/arch/arm/mach-s3c24xx/include/mach/debug-macro.S +++ linux-lowlatency-3.8.0/arch/arm/mach-s3c24xx/include/mach/debug-macro.S @@ -40,17 +40,17 @@ addeq \rd, \rx, #(S3C24XX_PA_GPIO - S3C24XX_PA_UART) addne \rd, \rx, #(S3C24XX_VA_GPIO - S3C24XX_VA_UART) bic \rd, \rd, #0xff000 - ldr \rd, [ \rd, # S3C2410_GSTATUS1 - S3C2410_GPIOREG(0) ] + ldr \rd, [\rd, # S3C2410_GSTATUS1 - S3C2410_GPIOREG(0)] and \rd, \rd, #0x00ff0000 teq \rd, #0x00440000 @ is it 2440? 1004: - ldr \rd, [ \rx, # S3C2410_UFSTAT ] + ldr \rd, [\rx, # S3C2410_UFSTAT] moveq \rd, \rd, lsr #SHIFT_2440TXF tst \rd, #S3C2410_UFSTAT_TXFULL .endm .macro fifo_full_s3c2410 rd, rx - ldr \rd, [ \rx, # S3C2410_UFSTAT ] + ldr \rd, [\rx, # S3C2410_UFSTAT] tst \rd, #S3C2410_UFSTAT_TXFULL .endm @@ -68,18 +68,18 @@ addeq \rd, \rx, #(S3C24XX_PA_GPIO - S3C24XX_PA_UART) addne \rd, \rx, #(S3C24XX_VA_GPIO - S3C24XX_VA_UART) bic \rd, \rd, #0xff000 - ldr \rd, [ \rd, # S3C2410_GSTATUS1 - S3C2410_GPIOREG(0) ] + ldr \rd, [\rd, # S3C2410_GSTATUS1 - S3C2410_GPIOREG(0)] and \rd, \rd, #0x00ff0000 teq \rd, #0x00440000 @ is it 2440? 10000: - ldr \rd, [ \rx, # S3C2410_UFSTAT ] + ldr \rd, [\rx, # S3C2410_UFSTAT] andne \rd, \rd, #S3C2410_UFSTAT_TXMASK andeq \rd, \rd, #S3C2440_UFSTAT_TXMASK .endm .macro fifo_level_s3c2410 rd, rx - ldr \rd, [ \rx, # S3C2410_UFSTAT ] + ldr \rd, [\rx, # S3C2410_UFSTAT] and \rd, \rd, #S3C2410_UFSTAT_TXMASK .endm --- linux-lowlatency-3.8.0.orig/arch/arm/mach-s3c24xx/include/mach/entry-macro.S +++ linux-lowlatency-3.8.0/arch/arm/mach-s3c24xx/include/mach/entry-macro.S @@ -31,10 +31,10 @@ @@ try the interrupt offset register, since it is there - ldr \irqstat, [ \base, #INTPND ] + ldr \irqstat, [\base, #INTPND ] teq \irqstat, #0 beq 1002f - ldr \irqnr, [ \base, #INTOFFSET ] + ldr \irqnr, [\base, #INTOFFSET ] mov \tmp, #1 tst \irqstat, \tmp, lsl \irqnr bne 1001f --- linux-lowlatency-3.8.0.orig/arch/arm/include/debug/omap2plus.S +++ linux-lowlatency-3.8.0/arch/arm/include/debug/omap2plus.S @@ -0,0 +1,190 @@ +/* + * Debugging macro include header + * + * Copyright (C) 1994-1999 Russell King + * Moved from linux/arch/arm/kernel/debug.S by Ben Dooks + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * +*/ + +#include + +/* OMAP2 serial ports */ +#define OMAP2_UART1_BASE 0x4806a000 +#define OMAP2_UART2_BASE 0x4806c000 +#define OMAP2_UART3_BASE 0x4806e000 + +/* OMAP3 serial ports */ +#define OMAP3_UART1_BASE OMAP2_UART1_BASE +#define OMAP3_UART2_BASE OMAP2_UART2_BASE +#define OMAP3_UART3_BASE 0x49020000 +#define OMAP3_UART4_BASE 0x49042000 /* Only on 36xx */ +#define OMAP3_UART4_AM35XX_BASE 0x4809E000 /* Only on AM35xx */ + +/* OMAP4 serial ports */ +#define OMAP4_UART1_BASE OMAP2_UART1_BASE +#define OMAP4_UART2_BASE OMAP2_UART2_BASE +#define OMAP4_UART3_BASE 0x48020000 +#define OMAP4_UART4_BASE 0x4806e000 + +/* TI81XX serial ports */ +#define TI81XX_UART1_BASE 0x48020000 +#define TI81XX_UART2_BASE 0x48022000 +#define TI81XX_UART3_BASE 0x48024000 + +/* AM3505/3517 UART4 */ +#define AM35XX_UART4_BASE 0x4809E000 /* Only on AM3505/3517 */ + +/* AM33XX serial port */ +#define AM33XX_UART1_BASE 0x44E09000 + +/* OMAP5 serial ports */ +#define OMAP5_UART1_BASE OMAP2_UART1_BASE +#define OMAP5_UART2_BASE OMAP2_UART2_BASE +#define OMAP5_UART3_BASE OMAP4_UART3_BASE +#define OMAP5_UART4_BASE OMAP4_UART4_BASE +#define OMAP5_UART5_BASE 0x48066000 +#define OMAP5_UART6_BASE 0x48068000 + +/* External port on Zoom2/3 */ +#define ZOOM_UART_BASE 0x10000000 +#define ZOOM_UART_VIRT 0xfa400000 + +#define OMAP_PORT_SHIFT 2 +#define ZOOM_PORT_SHIFT 1 + +#define UART_OFFSET(addr) ((addr) & 0x00ffffff) + + .pushsection .data +omap_uart_phys: .word 0 +omap_uart_virt: .word 0 +omap_uart_lsr: .word 0 + .popsection + + .macro addruart, rp, rv, tmp + + /* Use omap_uart_phys/virt if already configured */ +10: adr \rp, 99f @ get effective addr of 99f + ldr \rv, [\rp] @ get absolute addr of 99f + sub \rv, \rv, \rp @ offset between the two + ldr \rp, [\rp, #4] @ abs addr of omap_uart_phys + sub \tmp, \rp, \rv @ make it effective + ldr \rp, [\tmp, #0] @ omap_uart_phys + ldr \rv, [\tmp, #4] @ omap_uart_virt + cmp \rp, #0 @ is port configured? + cmpne \rv, #0 + bne 100f @ already configured + + /* Configure the UART offset from the phys/virt base */ +#ifdef CONFIG_DEBUG_OMAP2UART1 + mov \rp, #UART_OFFSET(OMAP2_UART1_BASE) @ omap2/3/4 + b 98f +#endif +#ifdef CONFIG_DEBUG_OMAP2UART2 + mov \rp, #UART_OFFSET(OMAP2_UART2_BASE) @ omap2/3/4 + b 98f +#endif +#ifdef CONFIG_DEBUG_OMAP2UART3 + mov \rp, #UART_OFFSET(OMAP2_UART3_BASE) + b 98f +#endif +#ifdef CONFIG_DEBUG_OMAP3UART3 + mov \rp, #UART_OFFSET(OMAP3_UART1_BASE) + add \rp, \rp, #0x00fb0000 + add \rp, \rp, #0x00006000 @ OMAP3_UART3_BASE + b 98f +#endif +#ifdef CONFIG_DEBUG_OMAP4UART3 + mov \rp, #UART_OFFSET(OMAP4_UART3_BASE) + b 98f +#endif +#ifdef CONFIG_DEBUG_OMAP3UART4 + mov \rp, #UART_OFFSET(OMAP3_UART1_BASE) + add \rp, \rp, #0x00fb0000 + add \rp, \rp, #0x00028000 @ OMAP3_UART4_BASE + b 98f +#endif +#ifdef CONFIG_DEBUG_OMAP4UART4 + mov \rp, #UART_OFFSET(OMAP4_UART4_BASE) + b 98f +#endif +#ifdef CONFIG_DEBUG_TI81XXUART1 + mov \rp, #UART_OFFSET(TI81XX_UART1_BASE) + b 98f +#endif +#ifdef CONFIG_DEBUG_TI81XXUART2 + mov \rp, #UART_OFFSET(TI81XX_UART2_BASE) + b 98f +#endif +#ifdef CONFIG_DEBUG_TI81XXUART3 + mov \rp, #UART_OFFSET(TI81XX_UART3_BASE) + b 98f +#endif +#ifdef CONFIG_DEBUG_AM33XXUART1 + ldr \rp, =AM33XX_UART1_BASE + and \rp, \rp, #0x00ffffff + b 97f +#endif +#ifdef CONFIG_DEBUG_ZOOM_UART + ldr \rp, =ZOOM_UART_BASE + str \rp, [\tmp, #0] @ omap_uart_phys + ldr \rp, =ZOOM_UART_VIRT + str \rp, [\tmp, #4] @ omap_uart_virt + mov \rp, #(UART_LSR << ZOOM_PORT_SHIFT) + str \rp, [\tmp, #8] @ omap_uart_lsr +#endif + b 10b + + /* AM33XX: Store both phys and virt address for the uart */ +97: add \rp, \rp, #0x44000000 @ phys base + str \rp, [\tmp, #0] @ omap_uart_phys + sub \rp, \rp, #0x44000000 @ phys base + add \rp, \rp, #0xf9000000 @ virt base + str \rp, [\tmp, #4] @ omap_uart_virt + mov \rp, #(UART_LSR << OMAP_PORT_SHIFT) + str \rp, [\tmp, #8] @ omap_uart_lsr + + b 10b + + /* Store both phys and virt address for the uart */ +98: add \rp, \rp, #0x48000000 @ phys base + str \rp, [\tmp, #0] @ omap_uart_phys + sub \rp, \rp, #0x48000000 @ phys base + add \rp, \rp, #0xfa000000 @ virt base + str \rp, [\tmp, #4] @ omap_uart_virt + mov \rp, #(UART_LSR << OMAP_PORT_SHIFT) + str \rp, [\tmp, #8] @ omap_uart_lsr + + b 10b + + .align +99: .word . + .word omap_uart_phys + .ltorg + +100: /* Pass the UART_LSR reg address */ + ldr \tmp, [\tmp, #8] @ omap_uart_lsr + add \rp, \rp, \tmp + add \rv, \rv, \tmp + .endm + + .macro senduart,rd,rx + orr \rd, \rd, \rx, lsl #24 @ preserve LSR reg offset + bic \rx, \rx, #0xff @ get base (THR) reg address + strb \rd, [\rx] @ send lower byte of rd + orr \rx, \rx, \rd, lsr #24 @ restore original rx (LSR) + bic \rd, \rd, #(0xff << 24) @ restore original rd + .endm + + .macro busyuart,rd,rx +1001: ldrb \rd, [\rx] @ rx contains UART_LSR address + and \rd, \rd, #(UART_LSR_TEMT | UART_LSR_THRE) + teq \rd, #(UART_LSR_TEMT | UART_LSR_THRE) + bne 1001b + .endm + + .macro waituart,rd,rx + .endm --- linux-lowlatency-3.8.0.orig/arch/arm/include/asm/delay.h +++ linux-lowlatency-3.8.0/arch/arm/include/asm/delay.h @@ -24,6 +24,7 @@ void (*delay)(unsigned long); void (*const_udelay)(unsigned long); void (*udelay)(unsigned long); + bool const_clock; } arm_delay_ops; #define __delay(n) arm_delay_ops.delay(n) --- linux-lowlatency-3.8.0.orig/arch/arm/include/asm/pgtable.h +++ linux-lowlatency-3.8.0/arch/arm/include/asm/pgtable.h @@ -61,6 +61,15 @@ #define FIRST_USER_ADDRESS PAGE_SIZE /* + * Use TASK_SIZE as the ceiling argument for free_pgtables() and + * free_pgd_range() to avoid freeing the modules pmd when LPAE is enabled (pmd + * page shared between user and kernel). + */ +#ifdef CONFIG_ARM_LPAE +#define USER_PGTABLES_CEILING TASK_SIZE +#endif + +/* * The pgprot_* and protection_map entries will be fixed up in runtime * to include the cachable and bufferable bits based on memory policy, * as well as any architecture dependent bits like global/ASID and SMP @@ -240,7 +249,8 @@ static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) { - const pteval_t mask = L_PTE_XN | L_PTE_RDONLY | L_PTE_USER | L_PTE_NONE; + const pteval_t mask = L_PTE_XN | L_PTE_RDONLY | L_PTE_USER | + L_PTE_NONE | L_PTE_VALID; pte_val(pte) = (pte_val(pte) & ~mask) | (pgprot_val(newprot) & mask); return pte; } --- linux-lowlatency-3.8.0.orig/arch/arm/include/asm/cmpxchg.h +++ linux-lowlatency-3.8.0/arch/arm/include/asm/cmpxchg.h @@ -233,15 +233,15 @@ ((__typeof__(*(ptr)))atomic64_cmpxchg(container_of((ptr), \ atomic64_t, \ counter), \ - (unsigned long)(o), \ - (unsigned long)(n))) + (unsigned long long)(o), \ + (unsigned long long)(n))) #define cmpxchg64_local(ptr, o, n) \ ((__typeof__(*(ptr)))local64_cmpxchg(container_of((ptr), \ local64_t, \ a), \ - (unsigned long)(o), \ - (unsigned long)(n))) + (unsigned long long)(o), \ + (unsigned long long)(n))) #endif /* __LINUX_ARM_ARCH__ >= 6 */ --- linux-lowlatency-3.8.0.orig/arch/arm/include/asm/mmu_context.h +++ linux-lowlatency-3.8.0/arch/arm/include/asm/mmu_context.h @@ -25,7 +25,7 @@ #ifdef CONFIG_CPU_HAS_ASID void check_and_switch_context(struct mm_struct *mm, struct task_struct *tsk); -#define init_new_context(tsk,mm) ({ mm->context.id = 0; }) +#define init_new_context(tsk,mm) ({ atomic64_set(&mm->context.id, 0); 0; }) #else /* !CONFIG_CPU_HAS_ASID */ --- linux-lowlatency-3.8.0.orig/arch/arm/include/asm/signal.h +++ linux-lowlatency-3.8.0/arch/arm/include/asm/signal.h @@ -29,6 +29,7 @@ __sigrestore_t sa_restorer; sigset_t sa_mask; /* mask last for extensibility */ }; +#define __ARCH_HAS_SA_RESTORER struct k_sigaction { struct sigaction sa; --- linux-lowlatency-3.8.0.orig/arch/arm/include/asm/mmu.h +++ linux-lowlatency-3.8.0/arch/arm/include/asm/mmu.h @@ -5,15 +5,15 @@ typedef struct { #ifdef CONFIG_CPU_HAS_ASID - u64 id; + atomic64_t id; #endif - unsigned int vmalloc_seq; + unsigned int vmalloc_seq; } mm_context_t; #ifdef CONFIG_CPU_HAS_ASID #define ASID_BITS 8 #define ASID_MASK ((~0ULL) << ASID_BITS) -#define ASID(mm) ((mm)->context.id & ~ASID_MASK) +#define ASID(mm) ((mm)->context.id.counter & ~ASID_MASK) #else #define ASID(mm) (0) #endif @@ -26,7 +26,7 @@ * modified for 2.6 by Hyok S. Choi */ typedef struct { - unsigned long end_brk; + unsigned long end_brk; } mm_context_t; #endif --- linux-lowlatency-3.8.0.orig/arch/arm/include/asm/hardware/iop3xx.h +++ linux-lowlatency-3.8.0/arch/arm/include/asm/hardware/iop3xx.h @@ -37,7 +37,7 @@ * IOP3XX processor registers */ #define IOP3XX_PERIPHERAL_PHYS_BASE 0xffffe000 -#define IOP3XX_PERIPHERAL_VIRT_BASE 0xfeffe000 +#define IOP3XX_PERIPHERAL_VIRT_BASE 0xfedfe000 #define IOP3XX_PERIPHERAL_SIZE 0x00002000 #define IOP3XX_PERIPHERAL_UPPER_PA (IOP3XX_PERIPHERAL_PHYS_BASE +\ IOP3XX_PERIPHERAL_SIZE - 1) --- linux-lowlatency-3.8.0.orig/arch/arm/mach-versatile/pci.c +++ linux-lowlatency-3.8.0/arch/arm/mach-versatile/pci.c @@ -23,6 +23,7 @@ #include #include +#include #include #include @@ -327,12 +328,12 @@ int irq; /* slot, pin, irq - * 24 1 27 - * 25 1 28 - * 26 1 29 - * 27 1 30 + * 24 1 IRQ_SIC_PCI0 + * 25 1 IRQ_SIC_PCI1 + * 26 1 IRQ_SIC_PCI2 + * 27 1 IRQ_SIC_PCI3 */ - irq = 27 + ((slot - 24 + pin - 1) & 3); + irq = IRQ_SIC_PCI0 + ((slot - 24 + pin - 1) & 3); return irq; } --- linux-lowlatency-3.8.0.orig/arch/arm/mach-versatile/core.c +++ linux-lowlatency-3.8.0/arch/arm/mach-versatile/core.c @@ -36,6 +36,7 @@ #include #include #include +#include #include #include @@ -65,16 +66,28 @@ #define VA_VIC_BASE __io_address(VERSATILE_VIC_BASE) #define VA_SIC_BASE __io_address(VERSATILE_SIC_BASE) +/* These PIC IRQs are valid in each configuration */ +#define PIC_VALID_ALL BIT(SIC_INT_KMI0) | BIT(SIC_INT_KMI1) | \ + BIT(SIC_INT_SCI3) | BIT(SIC_INT_UART3) | \ + BIT(SIC_INT_CLCD) | BIT(SIC_INT_TOUCH) | \ + BIT(SIC_INT_KEYPAD) | BIT(SIC_INT_DoC) | \ + BIT(SIC_INT_USB) | BIT(SIC_INT_PCI0) | \ + BIT(SIC_INT_PCI1) | BIT(SIC_INT_PCI2) | \ + BIT(SIC_INT_PCI3) #if 1 #define IRQ_MMCI0A IRQ_VICSOURCE22 #define IRQ_AACI IRQ_VICSOURCE24 #define IRQ_ETH IRQ_VICSOURCE25 #define PIC_MASK 0xFFD00000 +#define PIC_VALID PIC_VALID_ALL #else #define IRQ_MMCI0A IRQ_SIC_MMCI0A #define IRQ_AACI IRQ_SIC_AACI #define IRQ_ETH IRQ_SIC_ETH #define PIC_MASK 0 +#define PIC_VALID PIC_VALID_ALL | BIT(SIC_INT_MMCI0A) | \ + BIT(SIC_INT_MMCI1A) | BIT(SIC_INT_AACI) | \ + BIT(SIC_INT_ETH) #endif /* Lookup table for finding a DT node that represents the vic instance */ @@ -102,7 +115,7 @@ VERSATILE_SIC_BASE); fpga_irq_init(VA_SIC_BASE, "SIC", IRQ_SIC_START, - IRQ_VICSOURCE31, ~PIC_MASK, np); + IRQ_VICSOURCE31, PIC_VALID, np); /* * Interrupts on secondary controller from 0 to 8 are routed to --- linux-lowlatency-3.8.0.orig/arch/arm/mm/proc-xscale.S +++ linux-lowlatency-3.8.0/arch/arm/mm/proc-xscale.S @@ -528,7 +528,7 @@ .globl cpu_xscale_suspend_size .equ cpu_xscale_suspend_size, 4 * 6 -#ifdef CONFIG_PM_SLEEP +#ifdef CONFIG_ARM_CPU_SUSPEND ENTRY(cpu_xscale_do_suspend) stmfd sp!, {r4 - r9, lr} mrc p14, 0, r4, c6, c0, 0 @ clock configuration, for turbo mode --- linux-lowlatency-3.8.0.orig/arch/arm/mm/proc-arm926.S +++ linux-lowlatency-3.8.0/arch/arm/mm/proc-arm926.S @@ -402,7 +402,7 @@ /* Suspend/resume support: taken from arch/arm/plat-s3c24xx/sleep.S */ .globl cpu_arm926_suspend_size .equ cpu_arm926_suspend_size, 4 * 3 -#ifdef CONFIG_PM_SLEEP +#ifdef CONFIG_ARM_CPU_SUSPEND ENTRY(cpu_arm926_do_suspend) stmfd sp!, {r4 - r6, lr} mrc p15, 0, r4, c13, c0, 0 @ PID --- linux-lowlatency-3.8.0.orig/arch/arm/mm/proc-mohawk.S +++ linux-lowlatency-3.8.0/arch/arm/mm/proc-mohawk.S @@ -350,7 +350,7 @@ .globl cpu_mohawk_suspend_size .equ cpu_mohawk_suspend_size, 4 * 6 -#ifdef CONFIG_PM_SLEEP +#ifdef CONFIG_ARM_CPU_SUSPEND ENTRY(cpu_mohawk_do_suspend) stmfd sp!, {r4 - r9, lr} mrc p14, 0, r4, c6, c0, 0 @ clock configuration, for turbo mode --- linux-lowlatency-3.8.0.orig/arch/arm/mm/context.c +++ linux-lowlatency-3.8.0/arch/arm/mm/context.c @@ -149,9 +149,9 @@ return 0; } -static void new_context(struct mm_struct *mm, unsigned int cpu) +static u64 new_context(struct mm_struct *mm, unsigned int cpu) { - u64 asid = mm->context.id; + u64 asid = atomic64_read(&mm->context.id); u64 generation = atomic64_read(&asid_generation); if (asid != 0 && is_reserved_asid(asid)) { @@ -178,13 +178,14 @@ cpumask_clear(mm_cpumask(mm)); } - mm->context.id = asid; + return asid; } void check_and_switch_context(struct mm_struct *mm, struct task_struct *tsk) { unsigned long flags; unsigned int cpu = smp_processor_id(); + u64 asid; if (unlikely(mm->context.vmalloc_seq != init_mm.context.vmalloc_seq)) __check_vmalloc_seq(mm); @@ -195,20 +196,24 @@ */ cpu_set_reserved_ttbr0(); - if (!((mm->context.id ^ atomic64_read(&asid_generation)) >> ASID_BITS) - && atomic64_xchg(&per_cpu(active_asids, cpu), mm->context.id)) + asid = atomic64_read(&mm->context.id); + if (!((asid ^ atomic64_read(&asid_generation)) >> ASID_BITS) + && atomic64_xchg(&per_cpu(active_asids, cpu), asid)) goto switch_mm_fastpath; raw_spin_lock_irqsave(&cpu_asid_lock, flags); /* Check that our ASID belongs to the current generation. */ - if ((mm->context.id ^ atomic64_read(&asid_generation)) >> ASID_BITS) - new_context(mm, cpu); - - atomic64_set(&per_cpu(active_asids, cpu), mm->context.id); - cpumask_set_cpu(cpu, mm_cpumask(mm)); + asid = atomic64_read(&mm->context.id); + if ((asid ^ atomic64_read(&asid_generation)) >> ASID_BITS) { + asid = new_context(mm, cpu); + atomic64_set(&mm->context.id, asid); + } if (cpumask_test_and_clear_cpu(cpu, &tlb_flush_pending)) local_flush_tlb_all(); + + atomic64_set(&per_cpu(active_asids, cpu), asid); + cpumask_set_cpu(cpu, mm_cpumask(mm)); raw_spin_unlock_irqrestore(&cpu_asid_lock, flags); switch_mm_fastpath: --- linux-lowlatency-3.8.0.orig/arch/arm/mm/cache-feroceon-l2.c +++ linux-lowlatency-3.8.0/arch/arm/mm/cache-feroceon-l2.c @@ -343,6 +343,7 @@ outer_cache.inv_range = feroceon_l2_inv_range; outer_cache.clean_range = feroceon_l2_clean_range; outer_cache.flush_range = feroceon_l2_flush_range; + outer_cache.inv_all = l2_inv_all; enable_l2(); --- linux-lowlatency-3.8.0.orig/arch/arm/mm/proc-xsc3.S +++ linux-lowlatency-3.8.0/arch/arm/mm/proc-xsc3.S @@ -413,7 +413,7 @@ .globl cpu_xsc3_suspend_size .equ cpu_xsc3_suspend_size, 4 * 6 -#ifdef CONFIG_PM_SLEEP +#ifdef CONFIG_ARM_CPU_SUSPEND ENTRY(cpu_xsc3_do_suspend) stmfd sp!, {r4 - r9, lr} mrc p14, 0, r4, c6, c0, 0 @ clock configuration, for turbo mode --- linux-lowlatency-3.8.0.orig/arch/arm/mm/dma-mapping.c +++ linux-lowlatency-3.8.0/arch/arm/mm/dma-mapping.c @@ -330,6 +330,7 @@ { struct dma_pool *pool = &atomic_pool; pgprot_t prot = pgprot_dmacoherent(pgprot_kernel); + gfp_t gfp = GFP_KERNEL | GFP_DMA; unsigned long nr_pages = pool->size >> PAGE_SHIFT; unsigned long *bitmap; struct page *page; @@ -348,8 +349,8 @@ if (IS_ENABLED(CONFIG_CMA)) ptr = __alloc_from_contiguous(NULL, pool->size, prot, &page); else - ptr = __alloc_remap_buffer(NULL, pool->size, GFP_KERNEL, prot, - &page, NULL); + ptr = __alloc_remap_buffer(NULL, pool->size, gfp, prot, &page, + NULL); if (ptr) { int i; --- linux-lowlatency-3.8.0.orig/arch/arm/mm/cache-l2x0.c +++ linux-lowlatency-3.8.0/arch/arm/mm/cache-l2x0.c @@ -299,7 +299,7 @@ int lockregs; int i; - switch (cache_id) { + switch (cache_id & L2X0_CACHE_ID_PART_MASK) { case L2X0_CACHE_ID_PART_L310: lockregs = 8; break; @@ -333,15 +333,14 @@ if (cache_id_part_number_from_dt) cache_id = cache_id_part_number_from_dt; else - cache_id = readl_relaxed(l2x0_base + L2X0_CACHE_ID) - & L2X0_CACHE_ID_PART_MASK; + cache_id = readl_relaxed(l2x0_base + L2X0_CACHE_ID); aux = readl_relaxed(l2x0_base + L2X0_AUX_CTRL); aux &= aux_mask; aux |= aux_val; /* Determine the number of ways */ - switch (cache_id) { + switch (cache_id & L2X0_CACHE_ID_PART_MASK) { case L2X0_CACHE_ID_PART_L310: if (aux & (1 << 16)) ways = 16; @@ -725,7 +724,6 @@ .flush_all = l2x0_flush_all, .inv_all = l2x0_inv_all, .disable = l2x0_disable, - .set_debug = pl310_set_debug, }, }; @@ -814,9 +812,8 @@ data->save(); of_init = true; - l2x0_init(l2x0_base, aux_val, aux_mask); - memcpy(&outer_cache, &data->outer_cache, sizeof(outer_cache)); + l2x0_init(l2x0_base, aux_val, aux_mask); return 0; } --- linux-lowlatency-3.8.0.orig/arch/arm/mm/proc-sa1100.S +++ linux-lowlatency-3.8.0/arch/arm/mm/proc-sa1100.S @@ -172,7 +172,7 @@ .globl cpu_sa1100_suspend_size .equ cpu_sa1100_suspend_size, 4 * 3 -#ifdef CONFIG_PM_SLEEP +#ifdef CONFIG_ARM_CPU_SUSPEND ENTRY(cpu_sa1100_do_suspend) stmfd sp!, {r4 - r6, lr} mrc p15, 0, r4, c3, c0, 0 @ domain ID --- linux-lowlatency-3.8.0.orig/arch/arm/mm/alignment.c +++ linux-lowlatency-3.8.0/arch/arm/mm/alignment.c @@ -749,7 +749,6 @@ unsigned long instr = 0, instrptr; int (*handler)(unsigned long addr, unsigned long instr, struct pt_regs *regs); unsigned int type; - mm_segment_t fs; unsigned int fault; u16 tinstr = 0; int isize = 4; @@ -760,16 +759,15 @@ instrptr = instruction_pointer(regs); - fs = get_fs(); - set_fs(KERNEL_DS); if (thumb_mode(regs)) { - fault = __get_user(tinstr, (u16 *)(instrptr & ~1)); + u16 *ptr = (u16 *)(instrptr & ~1); + fault = probe_kernel_address(ptr, tinstr); if (!fault) { if (cpu_architecture() >= CPU_ARCH_ARMv7 && IS_T32(tinstr)) { /* Thumb-2 32-bit */ u16 tinst2 = 0; - fault = __get_user(tinst2, (u16 *)(instrptr+2)); + fault = probe_kernel_address(ptr + 1, tinst2); instr = (tinstr << 16) | tinst2; thumb2_32b = 1; } else { @@ -778,8 +776,7 @@ } } } else - fault = __get_user(instr, (u32 *)instrptr); - set_fs(fs); + fault = probe_kernel_address(instrptr, instr); if (fault) { type = TYPE_FAULT; --- linux-lowlatency-3.8.0.orig/arch/arm/mm/proc-v6.S +++ linux-lowlatency-3.8.0/arch/arm/mm/proc-v6.S @@ -138,7 +138,7 @@ /* Suspend/resume support: taken from arch/arm/mach-s3c64xx/sleep.S */ .globl cpu_v6_suspend_size .equ cpu_v6_suspend_size, 4 * 6 -#ifdef CONFIG_PM_SLEEP +#ifdef CONFIG_ARM_CPU_SUSPEND ENTRY(cpu_v6_do_suspend) stmfd sp!, {r4 - r9, lr} mrc p15, 0, r4, c13, c0, 0 @ FCSE/PID --- linux-lowlatency-3.8.0.orig/arch/arm/mm/proc-arm920.S +++ linux-lowlatency-3.8.0/arch/arm/mm/proc-arm920.S @@ -387,7 +387,7 @@ /* Suspend/resume support: taken from arch/arm/plat-s3c24xx/sleep.S */ .globl cpu_arm920_suspend_size .equ cpu_arm920_suspend_size, 4 * 3 -#ifdef CONFIG_PM_SLEEP +#ifdef CONFIG_ARM_CPU_SUSPEND ENTRY(cpu_arm920_do_suspend) stmfd sp!, {r4 - r6, lr} mrc p15, 0, r4, c13, c0, 0 @ PID --- linux-lowlatency-3.8.0.orig/arch/arm/plat-samsung/include/plat/debug-macro.S +++ linux-lowlatency-3.8.0/arch/arm/plat-samsung/include/plat/debug-macro.S @@ -14,12 +14,12 @@ /* The S5PV210/S5PC110 implementations are as belows. */ .macro fifo_level_s5pv210 rd, rx - ldr \rd, [ \rx, # S3C2410_UFSTAT ] + ldr \rd, [\rx, # S3C2410_UFSTAT] and \rd, \rd, #S5PV210_UFSTAT_TXMASK .endm .macro fifo_full_s5pv210 rd, rx - ldr \rd, [ \rx, # S3C2410_UFSTAT ] + ldr \rd, [\rx, # S3C2410_UFSTAT] tst \rd, #S5PV210_UFSTAT_TXFULL .endm @@ -27,7 +27,7 @@ * most widely re-used */ .macro fifo_level_s3c2440 rd, rx - ldr \rd, [ \rx, # S3C2410_UFSTAT ] + ldr \rd, [\rx, # S3C2410_UFSTAT] and \rd, \rd, #S3C2440_UFSTAT_TXMASK .endm @@ -36,7 +36,7 @@ #endif .macro fifo_full_s3c2440 rd, rx - ldr \rd, [ \rx, # S3C2410_UFSTAT ] + ldr \rd, [\rx, # S3C2410_UFSTAT] tst \rd, #S3C2440_UFSTAT_TXFULL .endm @@ -45,11 +45,11 @@ #endif .macro senduart,rd,rx - strb \rd, [\rx, # S3C2410_UTXH ] + strb \rd, [\rx, # S3C2410_UTXH] .endm .macro busyuart, rd, rx - ldr \rd, [ \rx, # S3C2410_UFCON ] + ldr \rd, [\rx, # S3C2410_UFCON] tst \rd, #S3C2410_UFCON_FIFOMODE @ fifo enabled? beq 1001f @ @ FIFO enabled... @@ -60,7 +60,7 @@ 1001: @ busy waiting for non fifo - ldr \rd, [ \rx, # S3C2410_UTRSTAT ] + ldr \rd, [\rx, # S3C2410_UTRSTAT] tst \rd, #S3C2410_UTRSTAT_TXFE beq 1001b @@ -68,7 +68,7 @@ .endm .macro waituart,rd,rx - ldr \rd, [ \rx, # S3C2410_UFCON ] + ldr \rd, [\rx, # S3C2410_UFCON] tst \rd, #S3C2410_UFCON_FIFOMODE @ fifo enabled? beq 1001f @ @ FIFO enabled... @@ -79,7 +79,7 @@ b 1002f 1001: @ idle waiting for non fifo - ldr \rd, [ \rx, # S3C2410_UTRSTAT ] + ldr \rd, [\rx, # S3C2410_UTRSTAT] tst \rd, #S3C2410_UTRSTAT_TXFE beq 1001b --- linux-lowlatency-3.8.0.orig/arch/arm/mach-at91/board-foxg20.c +++ linux-lowlatency-3.8.0/arch/arm/mach-at91/board-foxg20.c @@ -176,6 +176,7 @@ /* If you choose to use a pin other than PB16 it needs to be 3.3V */ .pin = AT91_PIN_PB16, .is_open_drain = 1, + .ext_pullup_enable_pin = -EINVAL, }; static struct platform_device w1_device = { --- linux-lowlatency-3.8.0.orig/arch/arm/mach-at91/board-stamp9g20.c +++ linux-lowlatency-3.8.0/arch/arm/mach-at91/board-stamp9g20.c @@ -188,6 +188,7 @@ static struct w1_gpio_platform_data w1_gpio_pdata = { .pin = AT91_PIN_PA29, .is_open_drain = 1, + .ext_pullup_enable_pin = -EINVAL, }; static struct platform_device w1_device = { --- linux-lowlatency-3.8.0.orig/arch/arm/mach-at91/setup.c +++ linux-lowlatency-3.8.0/arch/arm/mach-at91/setup.c @@ -333,7 +333,7 @@ of_id = of_match_node(rstc_ids, np); if (!of_id) - panic("AT91: rtsc no restart function availlable\n"); + panic("AT91: rtsc no restart function available\n"); arm_pm_restart = of_id->data; --- linux-lowlatency-3.8.0.orig/arch/arm/xen/enlighten.c +++ linux-lowlatency-3.8.0/arch/arm/xen/enlighten.c @@ -237,7 +237,7 @@ xen_init_IRQ(); if (request_percpu_irq(xen_events_irq, xen_arm_callback, - "events", xen_vcpu)) { + "events", &xen_vcpu)) { pr_err("Error requesting IRQ %d\n", xen_events_irq); return -EINVAL; } --- linux-lowlatency-3.8.0.orig/arch/arm/mach-imx/src.c +++ linux-lowlatency-3.8.0/arch/arm/mach-imx/src.c @@ -43,6 +43,18 @@ src_base + SRC_GPR1 + cpu * 8); } +u32 imx_get_cpu_arg(int cpu) +{ + cpu = cpu_logical_map(cpu); + return readl_relaxed(src_base + SRC_GPR1 + cpu * 8 + 4); +} + +void imx_set_cpu_arg(int cpu, u32 arg) +{ + cpu = cpu_logical_map(cpu); + writel_relaxed(arg, src_base + SRC_GPR1 + cpu * 8 + 4); +} + void imx_src_prepare_restart(void) { u32 val; --- linux-lowlatency-3.8.0.orig/arch/arm/mach-imx/clk-imx35.c +++ linux-lowlatency-3.8.0/arch/arm/mach-imx/clk-imx35.c @@ -257,6 +257,7 @@ clk_register_clkdev(clk[wdog_gate], NULL, "imx2-wdt.0"); clk_register_clkdev(clk[nfc_div], NULL, "imx25-nand.0"); clk_register_clkdev(clk[csi_gate], NULL, "mx3-camera.0"); + clk_register_clkdev(clk[admux_gate], "audmux", NULL); clk_prepare_enable(clk[spba_gate]); clk_prepare_enable(clk[gpio1_gate]); @@ -264,6 +265,8 @@ clk_prepare_enable(clk[gpio3_gate]); clk_prepare_enable(clk[iim_gate]); clk_prepare_enable(clk[emi_gate]); + clk_prepare_enable(clk[max_gate]); + clk_prepare_enable(clk[iomuxc_gate]); /* * SCC is needed to boot via mmc after a watchdog reset. The clock code --- linux-lowlatency-3.8.0.orig/arch/arm/mach-imx/clk-imx6q.c +++ linux-lowlatency-3.8.0/arch/arm/mach-imx/clk-imx6q.c @@ -436,6 +436,9 @@ for (i = 0; i < ARRAY_SIZE(clks_init_on); i++) clk_prepare_enable(clk[clks_init_on[i]]); + if (IS_ENABLED(CONFIG_SATA_AHCI_PLATFORM)) + clk_prepare_enable(clk[sata_ref_100m]); + /* Set initial power mode */ imx6q_set_lpm(WAIT_CLOCKED); --- linux-lowlatency-3.8.0.orig/arch/arm/mach-imx/clk-imx25.c +++ linux-lowlatency-3.8.0/arch/arm/mach-imx/clk-imx25.c @@ -224,6 +224,9 @@ clk_prepare_enable(clk[emi_ahb]); + /* Clock source for gpt must be derived from AHB */ + clk_set_parent(clk[per5_sel], clk[ahb]); + clk_register_clkdev(clk[ipg], "ipg", "imx-gpt.0"); clk_register_clkdev(clk[gpt_ipg_per], "per", "imx-gpt.0"); --- linux-lowlatency-3.8.0.orig/arch/arm/mach-imx/hotplug.c +++ linux-lowlatency-3.8.0/arch/arm/mach-imx/hotplug.c @@ -46,11 +46,23 @@ void imx_cpu_die(unsigned int cpu) { cpu_enter_lowpower(); + /* + * We use the cpu jumping argument register to sync with + * imx_cpu_kill() which is running on cpu0 and waiting for + * the register being cleared to kill the cpu. + */ + imx_set_cpu_arg(cpu, ~0); cpu_do_idle(); } int imx_cpu_kill(unsigned int cpu) { + unsigned long timeout = jiffies + msecs_to_jiffies(50); + + while (imx_get_cpu_arg(cpu) == 0) + if (time_after(jiffies, timeout)) + return 0; imx_enable_cpu(cpu, false); + imx_set_cpu_arg(cpu, 0); return 1; } --- linux-lowlatency-3.8.0.orig/arch/arm/mach-imx/common.h +++ linux-lowlatency-3.8.0/arch/arm/mach-imx/common.h @@ -116,6 +116,8 @@ extern void imx_enable_cpu(int cpu, bool enable); extern void imx_set_cpu_jump(int cpu, void *jump_addr); +extern u32 imx_get_cpu_arg(int cpu); +extern void imx_set_cpu_arg(int cpu, u32 arg); #ifdef CONFIG_DEBUG_LL extern void imx_lluart_map_io(void); #else --- linux-lowlatency-3.8.0.orig/arch/arm/mach-ixp4xx/vulcan-setup.c +++ linux-lowlatency-3.8.0/arch/arm/mach-ixp4xx/vulcan-setup.c @@ -163,6 +163,7 @@ static struct w1_gpio_platform_data vulcan_w1_gpio_pdata = { .pin = 14, + .ext_pullup_enable_pin = -EINVAL, }; static struct platform_device vulcan_w1_gpio = { --- linux-lowlatency-3.8.0.orig/arch/arm/mach-omap2/omap_device.c +++ linux-lowlatency-3.8.0/arch/arm/mach-omap2/omap_device.c @@ -89,6 +89,7 @@ #include #include +#include "soc.h" #include "omap_device.h" #include "omap_hwmod.h" @@ -1259,7 +1260,7 @@ bus_register_notifier(&platform_bus_type, &platform_nb); return 0; } -core_initcall(omap_device_init); +omap_core_initcall(omap_device_init); /** * omap_device_late_idle - idle devices without drivers @@ -1297,4 +1298,4 @@ bus_for_each_dev(&platform_bus_type, NULL, NULL, omap_device_late_idle); return 0; } -late_initcall(omap_device_late_init); +omap_late_initcall(omap_device_late_init); --- linux-lowlatency-3.8.0.orig/arch/arm/mach-omap2/fb.c +++ linux-lowlatency-3.8.0/arch/arm/mach-omap2/fb.c @@ -89,7 +89,7 @@ return 0; } -arch_initcall(omap_init_vrfb); +omap_arch_initcall(omap_init_vrfb); #endif #if defined(CONFIG_FB_OMAP2) || defined(CONFIG_FB_OMAP2_MODULE) @@ -113,6 +113,6 @@ return platform_device_register(&omap_fb_device); } -arch_initcall(omap_init_fb); +omap_arch_initcall(omap_init_fb); #endif --- linux-lowlatency-3.8.0.orig/arch/arm/mach-omap2/Kconfig +++ linux-lowlatency-3.8.0/arch/arm/mach-omap2/Kconfig @@ -1,3 +1,26 @@ +config ARCH_OMAP + bool + +config ARCH_OMAP2PLUS + bool "TI OMAP2/3/4/5 SoCs with device tree support" if (ARCH_MULTI_V6 || ARCH_MULTI_V7) + select ARCH_HAS_CPUFREQ + select ARCH_HAS_HOLES_MEMORYMODEL + select ARCH_OMAP + select ARCH_REQUIRE_GPIOLIB + select CLKDEV_LOOKUP + select CLKSRC_MMIO + select GENERIC_CLOCKEVENTS + select GENERIC_IRQ_CHIP + select HAVE_CLK + select OMAP_DM_TIMER + select PINCTRL + select PROC_DEVICETREE if PROC_FS + select SPARSE_IRQ + select USE_OF + help + Systems based on OMAP2, OMAP3, OMAP4 or OMAP5 + + if ARCH_OMAP2PLUS menu "TI OMAP2/3/4 Specific Features" @@ -397,7 +420,7 @@ config OMAP4_ERRATA_I688 bool "OMAP4 errata: Async Bridge Corruption" - depends on ARCH_OMAP4 + depends on ARCH_OMAP4 && !ARCH_MULTIPLATFORM select ARCH_HAS_BARRIERS help If a data is stalled inside asynchronous bridge because of back --- linux-lowlatency-3.8.0.orig/arch/arm/mach-omap2/hwspinlock.c +++ linux-lowlatency-3.8.0/arch/arm/mach-omap2/hwspinlock.c @@ -57,4 +57,4 @@ return retval; } /* early board code might need to reserve specific hwspinlock instances */ -postcore_initcall(hwspinlocks_init); +omap_postcore_initcall(hwspinlocks_init); --- linux-lowlatency-3.8.0.orig/arch/arm/mach-omap2/omap_hwmod.c +++ linux-lowlatency-3.8.0/arch/arm/mach-omap2/omap_hwmod.c @@ -3303,7 +3303,7 @@ return 0; } -core_initcall(omap_hwmod_setup_all); +omap_core_initcall(omap_hwmod_setup_all); /** * omap_hwmod_enable - enable an omap_hwmod --- linux-lowlatency-3.8.0.orig/arch/arm/mach-omap2/prm3xxx.c +++ linux-lowlatency-3.8.0/arch/arm/mach-omap2/prm3xxx.c @@ -427,7 +427,7 @@ return ret; } -subsys_initcall(omap3xxx_prm_late_init); +omap_subsys_initcall(omap3xxx_prm_late_init); static void __exit omap3xxx_prm_exit(void) { --- linux-lowlatency-3.8.0.orig/arch/arm/mach-omap2/pm-debug.c +++ linux-lowlatency-3.8.0/arch/arm/mach-omap2/pm-debug.c @@ -279,6 +279,6 @@ return 0; } -arch_initcall(pm_dbg_init); +omap_arch_initcall(pm_dbg_init); #endif --- linux-lowlatency-3.8.0.orig/arch/arm/mach-omap2/timer.c +++ linux-lowlatency-3.8.0/arch/arm/mach-omap2/timer.c @@ -554,6 +554,8 @@ clksrc_nr, clksrc_src) \ static void __init omap##name##_gptimer_timer_init(void) \ { \ + if (omap_clk_init) \ + omap_clk_init(); \ omap_dmtimer_init(); \ omap2_gp_clockevent_init((clkev_nr), clkev_src, clkev_prop); \ omap2_gptimer_clocksource_init((clksrc_nr), clksrc_src); \ @@ -563,6 +565,8 @@ clksrc_nr, clksrc_src) \ static void __init omap##name##_sync32k_timer_init(void) \ { \ + if (omap_clk_init) \ + omap_clk_init(); \ omap_dmtimer_init(); \ omap2_gp_clockevent_init((clkev_nr), clkev_src, clkev_prop); \ /* Enable the use of clocksource="gp_timer" kernel parameter */ \ @@ -738,7 +742,7 @@ return 0; } -arch_initcall(omap2_dm_timer_init); +omap_arch_initcall(omap2_dm_timer_init); /** * omap2_override_clocksource - clocksource override with user configuration --- linux-lowlatency-3.8.0.orig/arch/arm/mach-omap2/drm.c +++ linux-lowlatency-3.8.0/arch/arm/mach-omap2/drm.c @@ -63,6 +63,6 @@ } -arch_initcall(omap_init_drm); +omap_arch_initcall(omap_init_drm); #endif --- linux-lowlatency-3.8.0.orig/arch/arm/mach-omap2/board-rx51-peripherals.c +++ linux-lowlatency-3.8.0/arch/arm/mach-omap2/board-rx51-peripherals.c @@ -73,11 +73,11 @@ #define LIS302_IRQ1_GPIO 181 #define LIS302_IRQ2_GPIO 180 /* Not yet in use */ -/* list all spi devices here */ +/* List all SPI devices here. Note that the list/probe order seems to matter! */ enum { RX51_SPI_WL1251, - RX51_SPI_MIPID, /* LCD panel */ RX51_SPI_TSC2005, /* Touch Controller */ + RX51_SPI_MIPID, /* LCD panel */ }; static struct wl12xx_platform_data wl1251_pdata; --- linux-lowlatency-3.8.0.orig/arch/arm/mach-omap2/smartreflex-class3.c +++ linux-lowlatency-3.8.0/arch/arm/mach-omap2/smartreflex-class3.c @@ -58,4 +58,4 @@ pr_info("SmartReflex Class3 initialized\n"); return sr_register_class(&class3_data); } -late_initcall(sr_class3_init); +omap_late_initcall(sr_class3_init); --- linux-lowlatency-3.8.0.orig/arch/arm/mach-omap2/id.h +++ linux-lowlatency-3.8.0/arch/arm/mach-omap2/id.h @@ -18,5 +18,6 @@ }; void omap_get_die_id(struct omap_die_id *odi); +void omap2_die_id_to_ethernet_mac(u8 *mac, int subtype); #endif --- linux-lowlatency-3.8.0.orig/arch/arm/mach-omap2/devices.c +++ linux-lowlatency-3.8.0/arch/arm/mach-omap2/devices.c @@ -20,6 +20,8 @@ #include #include #include +#include +#include #include #include @@ -37,10 +39,14 @@ #include "control.h" #include "devices.h" #include "dma.h" +#include "id.h" #define L3_MODULES_MAX_LEN 12 #define L3_MODULES 3 +static const char * const *mac_device_fixup_paths; +int count_mac_device_fixup_paths; + static int __init omap3_l3_init(void) { struct omap_hwmod *oh; @@ -68,7 +74,7 @@ return IS_ERR(pdev) ? PTR_ERR(pdev) : 0; } -postcore_initcall(omap3_l3_init); +omap_postcore_initcall(omap3_l3_init); static int __init omap4_l3_init(void) { @@ -103,7 +109,7 @@ return IS_ERR(pdev) ? PTR_ERR(pdev) : 0; } -postcore_initcall(omap4_l3_init); +omap_postcore_initcall(omap4_l3_init); #if defined(CONFIG_VIDEO_OMAP2) || defined(CONFIG_VIDEO_OMAP2_MODULE) @@ -626,6 +632,87 @@ static inline void omap_init_vout(void) {} #endif +static int omap_device_path_need_mac(struct device *dev) +{ + const char **try = (const char **)mac_device_fixup_paths; + const char *path; + int count = count_mac_device_fixup_paths; + const char *p; + int len; + struct device *devn; + + while (count--) { + + p = *try + strlen(*try); + devn = dev; + + while (devn) { + + path = dev_name(devn); + len = strlen(path); + + if ((p - *try) < len) { + devn = NULL; + continue; + } + + p -= len; + + if (strncmp(path, p, len)) { + devn = NULL; + continue; + } + + devn = devn->parent; + if (p == *try) + return count; + + if (devn != NULL && (p - *try) < 2) + devn = NULL; + + p--; + if (devn != NULL && *p != '/') + devn = NULL; + } + + try++; + } + + return -ENOENT; +} + +static int omap_panda_netdev_event(struct notifier_block *this, + unsigned long event, void *ptr) +{ + struct net_device *dev = ptr; + struct sockaddr sa; + int n; + + if (event != NETDEV_REGISTER) + return NOTIFY_DONE; + + n = omap_device_path_need_mac(dev->dev.parent); + if (n >= 0) { + sa.sa_family = dev->type; + omap2_die_id_to_ethernet_mac(sa.sa_data, n); + dev->netdev_ops->ndo_set_mac_address(dev, &sa); + } + + return NOTIFY_DONE; +} + +static struct notifier_block omap_panda_netdev_notifier = { + .notifier_call = omap_panda_netdev_event, + .priority = 1, +}; + +int omap_register_mac_device_fixup_paths(const char * const *paths, int count) +{ + mac_device_fixup_paths = paths; + count_mac_device_fixup_paths = count; + return register_netdevice_notifier(&omap_panda_netdev_notifier); +} + #if defined(CONFIG_OMAP_OCP2SCP) || defined(CONFIG_OMAP_OCP2SCP_MODULE) static int count_ocp2scp_devices(struct omap_ocp2scp_dev *ocp2scp_dev) { @@ -734,4 +821,4 @@ return 0; } -arch_initcall(omap2_init_devices); +omap_arch_initcall(omap2_init_devices); --- linux-lowlatency-3.8.0.orig/arch/arm/mach-omap2/io.c +++ linux-lowlatency-3.8.0/arch/arm/mach-omap2/io.c @@ -55,6 +55,12 @@ #include "prm44xx.h" /* + * omap_clk_init: points to a function that does the SoC-specific + * clock initializations + */ +int (*omap_clk_init)(void); + +/* * The machine specific code may provide the extra mapping besides the * default mapping provided here. */ @@ -397,7 +403,7 @@ omap242x_clockdomains_init(); omap2420_hwmod_init(); omap_hwmod_init_postsetup(); - omap2420_clk_init(); + omap_clk_init = omap2420_clk_init; } void __init omap2420_init_late(void) @@ -427,7 +433,7 @@ omap243x_clockdomains_init(); omap2430_hwmod_init(); omap_hwmod_init_postsetup(); - omap2430_clk_init(); + omap_clk_init = omap2430_clk_init; } void __init omap2430_init_late(void) @@ -462,7 +468,7 @@ omap3xxx_clockdomains_init(); omap3xxx_hwmod_init(); omap_hwmod_init_postsetup(); - omap3xxx_clk_init(); + omap_clk_init = omap3xxx_clk_init; } void __init omap3430_init_early(void) @@ -500,7 +506,7 @@ omap3xxx_clockdomains_init(); omap3xxx_hwmod_init(); omap_hwmod_init_postsetup(); - omap3xxx_clk_init(); + omap_clk_init = omap3xxx_clk_init; } void __init omap3_init_late(void) @@ -568,7 +574,7 @@ am33xx_clockdomains_init(); am33xx_hwmod_init(); omap_hwmod_init_postsetup(); - am33xx_clk_init(); + omap_clk_init = am33xx_clk_init; } #endif @@ -593,7 +599,7 @@ omap44xx_clockdomains_init(); omap44xx_hwmod_init(); omap_hwmod_init_postsetup(); - omap4xxx_clk_init(); + omap_clk_init = omap4xxx_clk_init; } void __init omap4430_init_late(void) --- linux-lowlatency-3.8.0.orig/arch/arm/mach-omap2/board-omap4panda.c +++ linux-lowlatency-3.8.0/arch/arm/mach-omap2/board-omap4panda.c @@ -47,6 +47,16 @@ #include "common-board-devices.h" #include "dss-common.h" +/* + * These device paths represent the onboard USB <-> Ethernet bridge, and + * the WLAN module on Panda, both of which need their random or all-zeros + * mac address replacing with a per-cpu stable generated one + */ +static const char * const panda_fixup_mac_device_paths[] = { + "usb1/1-1/1-1.1/1-1.1:1.0", + "mmc1:0001:2", +}; + #define GPIO_HUB_POWER 1 #define GPIO_HUB_NRESET 62 #define GPIO_WIFI_PMENA 43 @@ -435,6 +445,10 @@ omap4_mux_init(board_mux, NULL, package); omap_panda_wlan_data.irq = gpio_to_irq(GPIO_WIFI_IRQ); + + omap_register_mac_device_fixup_paths(panda_fixup_mac_device_paths, + ARRAY_SIZE(panda_fixup_mac_device_paths)); + ret = wl12xx_set_platform_data(&omap_panda_wlan_data); if (ret) pr_err("error setting wl12xx data: %d\n", ret); --- linux-lowlatency-3.8.0.orig/arch/arm/mach-omap2/opp3xxx_data.c +++ linux-lowlatency-3.8.0/arch/arm/mach-omap2/opp3xxx_data.c @@ -168,4 +168,4 @@ return r; } -device_initcall(omap3_opp_init); +omap_device_initcall(omap3_opp_init); --- linux-lowlatency-3.8.0.orig/arch/arm/mach-omap2/clock3xxx.c +++ linux-lowlatency-3.8.0/arch/arm/mach-omap2/clock3xxx.c @@ -94,6 +94,6 @@ return ret; } -arch_initcall(omap3xxx_clk_arch_init); +omap_arch_initcall(omap3xxx_clk_arch_init); --- linux-lowlatency-3.8.0.orig/arch/arm/mach-omap2/emu.c +++ linux-lowlatency-3.8.0/arch/arm/mach-omap2/emu.c @@ -47,4 +47,4 @@ return 0; } -subsys_initcall(emu_init); +omap_subsys_initcall(emu_init); --- linux-lowlatency-3.8.0.orig/arch/arm/mach-omap2/cpuidle34xx.c +++ linux-lowlatency-3.8.0/arch/arm/mach-omap2/cpuidle34xx.c @@ -265,8 +265,9 @@ static DEFINE_PER_CPU(struct cpuidle_device, omap3_idle_dev); static struct cpuidle_driver omap3_idle_driver = { - .name = "omap3_idle", - .owner = THIS_MODULE, + .name = "omap3_idle", + .owner = THIS_MODULE, + .en_core_tk_irqen = 1, .states = { { .enter = omap3_enter_idle_bm, --- linux-lowlatency-3.8.0.orig/arch/arm/mach-omap2/board-rx51-video.c +++ linux-lowlatency-3.8.0/arch/arm/mach-omap2/board-rx51-video.c @@ -18,6 +18,7 @@ #include